{"_id":"@pixi/gif","_rev":"21-3bebf3f4a285ac9ca59b9309a040e4a8","name":"@pixi/gif","dist-tags":{"latest":"3.0.1","prerelease":"3.0.0-rc"},"versions":{"1.0.0":{"name":"@pixi/gif","version":"1.0.0","description":"Animated GIF Runtime for PixiJS","main":"dist/pixi-gif.cjs.js","module":"dist/pixi-gif.esm.js","types":"index.d.ts","scripts":{"test":"floss -p test --require ts-node/register","coverage":"nyc floss -p test --require ts-node/register","clean":"rimraf dist/**","start":"run-s watch","watch":"rollup -c  config/rollup.js --environment DEV --watch","lint":"eslint --ext .js --ext .ts test src scripts --ignore-path .gitignore","lint:fix":"npm run lint -- --fix","types":"tsc --noEmit","prebuild":"run-s clean lint types","build":"rollup -c config/rollup.js","postbuild":"run-s build:types","patch:types":"ts-node scripts/fix-types.ts","build:prod":"cross-env NODE_ENV=production run-s build","prebuild:types":"rimraf .types_output/**","build:types":"tsc --declaration --emitDeclarationOnly --skipLibCheck --outDir .types_output","postbuild:types":"run-s bundle:types patch:types","bundle:types":"api-extractor run --local","predocs":"rimraf docs/**","docs":"webdoc -c config/webdoc.json -r README.md","predeploy":"run-s docs","deploy":"gh-pages -d . -s \"{dist,demo,docs}/**\" -f","examples":"http-server . -a localhost -o","publish:patch":"npm version patch && run-s publish:skip","publish:minor":"npm version minor && run-s publish:skip","publish:major":"npm version major && run-s publish:skip","publish:skip":"run-s build:prod test && npm publish","postpublish":"run-s deploy && git push && git push --tags","prepack":"clean-package","postpack":"clean-package restore"},"engines":{"node":">=12","yarn":"please-use-npm","npm":">=7"},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"clean-package":{"indent":2,"remove":["clean-package","scripts","engines","pre-commit","devDependencies","eslintConfig"]},"devDependencies":{"@microsoft/api-extractor":"^7.13.3","@pixi/eslint-config":"^2.0.1","@pixi/webdoc-template":"^1.2.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.6","@rollup/plugin-typescript":"^8.0.0","@types/chai":"^4.2.16","@types/mocha":"^8.2.2","@types/node":"^12.0.0","@types/offscreencanvas":"^2019.6.4","@webdoc/cli":"^1.2.0","chai":"^4.2.0","clean-package":"^1.0.1","copyfiles":"^2.1.0","cross-env":"^5.2.0","electron":"^12.0.0","eslint":"^7.23.0","floss":"^5.0.0","gh-pages":"^3.2.3","gifuct-js":"^2.1.2","http-server":"^0.11.1","jsdoc":"^3.6.1","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","pixi.js":"^6.0.0","pre-commit":"^1.2.2","rimraf":"^2.6.3","rollup":"^2.0.0","rollup-plugin-terser":"^7.0.0","ts-node":"^9.1.1","typescript":"^4.0.0"},"peerDependencies":{"@pixi/constants":">=5","@pixi/core":">=5","@pixi/loaders":">=5","@pixi/settings":">=5","@pixi/sprite":">=5","@pixi/ticker":">=5"},"eslintConfig":{"extends":["@pixi/eslint-config"]},"gitHead":"976532b937e4d0893037a0660990b67b10a164fd","_id":"@pixi/gif@1.0.0","_nodeVersion":"12.18.1","_npmVersion":"7.11.2","dist":{"integrity":"sha512-mlC7haqfH2OjPWBuSCYkKPvf60BzLinCj8je5bH1Xkltv9pXvq0JeGoM5K/oX7u7CL2Ex1lpGQNYPiIj0+8thQ==","shasum":"856fa7865a6733946880d8351093dae3eeef0948","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-1.0.0.tgz","fileCount":11,"unpackedSize":249189,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEYVfrrJnxFvsdLmcrB4/jeHd311Vbf3StJRBopU8v42AiEAzQ8M7n4LC/dDdsyITf9q0qhwfsFz4rCN7YiFV2d6PYs="}]},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"andrewstart","email":"start.andrew@gmail.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"},{"name":"ivan.popelyshev","email":"ivan.popelyshev@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_1.0.0_1636562520935_0.22706833252278957"},"_hasShrinkwrap":false},"1.0.1":{"name":"@pixi/gif","version":"1.0.1","description":"Animated GIF Runtime for PixiJS","main":"dist/pixi-gif.cjs.js","module":"dist/pixi-gif.esm.js","types":"index.d.ts","scripts":{"test":"floss -p test --require ts-node/register","coverage":"nyc floss -p test --require ts-node/register","clean":"rimraf dist/**","start":"run-s watch","watch":"rollup -c  config/rollup.js --environment DEV --watch","lint":"eslint --ext .js --ext .ts test src scripts --ignore-path .gitignore","lint:fix":"npm run lint -- --fix","types":"tsc --noEmit","prebuild":"run-s clean lint types","build":"rollup -c config/rollup.js","postbuild":"run-s build:types","patch:types":"ts-node scripts/fix-types.ts","build:prod":"cross-env NODE_ENV=production run-s build","prebuild:types":"rimraf .types_output/**","build:types":"tsc --declaration --emitDeclarationOnly --skipLibCheck --outDir .types_output","postbuild:types":"run-s bundle:types patch:types","bundle:types":"api-extractor run --local","predocs":"rimraf docs/**","docs":"webdoc -c config/webdoc.json -r README.md","predeploy":"run-s docs","deploy":"gh-pages -d . -s \"{dist,demo,docs}/**\" -f","examples":"http-server . -a localhost -o","publish:patch":"npm version patch && run-s publish:skip","publish:minor":"npm version minor && run-s publish:skip","publish:major":"npm version major && run-s publish:skip","publish:skip":"run-s build:prod test && npm publish","postpublish":"run-s deploy && git push && git push --tags","prepack":"clean-package","postpack":"clean-package restore"},"engines":{"node":">=12","yarn":"please-use-npm","npm":">=7"},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"clean-package":{"indent":2,"remove":["clean-package","scripts","engines","pre-commit","devDependencies","eslintConfig"]},"devDependencies":{"@microsoft/api-extractor":"^7.13.3","@pixi/eslint-config":"^2.0.1","@pixi/webdoc-template":"^1.2.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.6","@rollup/plugin-typescript":"^8.0.0","@types/chai":"^4.2.16","@types/mocha":"^8.2.2","@types/node":"^12.0.0","@types/offscreencanvas":"^2019.6.4","@webdoc/cli":"^1.2.0","chai":"^4.2.0","clean-package":"^1.0.1","copyfiles":"^2.1.0","cross-env":"^5.2.0","electron":"^12.0.0","eslint":"^7.23.0","floss":"^5.0.0","gh-pages":"^3.2.3","gifuct-js":"^2.1.2","http-server":"^0.11.1","jsdoc":"^3.6.1","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","pixi.js":"^6.0.0","pre-commit":"^1.2.2","rimraf":"^2.6.3","rollup":"^2.0.0","rollup-plugin-terser":"^7.0.0","ts-node":"^9.1.1","typescript":"^4.0.0"},"peerDependencies":{"@pixi/constants":">=5","@pixi/core":">=5","@pixi/loaders":">=5","@pixi/settings":">=5","@pixi/sprite":">=5","@pixi/ticker":">=5"},"eslintConfig":{"extends":["@pixi/eslint-config"]},"gitHead":"896c4a81ef897e2bfd7ca123261c3b55d1ff03c5","_id":"@pixi/gif@1.0.1","_nodeVersion":"12.18.1","_npmVersion":"7.11.2","dist":{"integrity":"sha512-MYV0OxwB3louh+LAOQTWHdq7mHKFZVHnL9jOMMG8u15bh/ZXX14+bwUhjidOESXCs6YsPxi73y+kqFerGvKmHg==","shasum":"1889c31b9bfc63c7eb9b67ea827abea2875c69db","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-1.0.1.tgz","fileCount":11,"unpackedSize":249198,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCGxATVLVGbizAt/aADMbCo4N+EIlldj3CS2si72F7YwIgXHewYqcPdR3iIMEIxCmIM6n7LiEWJ+b0b0PORdI7cxw="}]},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"andrewstart","email":"start.andrew@gmail.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"},{"name":"ivan.popelyshev","email":"ivan.popelyshev@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_1.0.1_1636562937477_0.21444926714252133"},"_hasShrinkwrap":false},"1.0.2":{"name":"@pixi/gif","version":"1.0.2","description":"Animated GIF Runtime for PixiJS","main":"dist/pixi-gif.cjs.js","module":"dist/pixi-gif.esm.js","types":"index.d.ts","scripts":{"test":"floss -p test --require ts-node/register","coverage":"nyc floss -p test --require ts-node/register","clean":"rimraf dist/**","start":"run-s watch","watch":"rollup -c  config/rollup.js --environment DEV --watch","lint":"eslint --ext .js --ext .ts test src scripts --ignore-path .gitignore","lint:fix":"npm run lint -- --fix","types":"tsc --noEmit","prebuild":"run-s clean lint types","build":"rollup -c config/rollup.js","postbuild":"run-s build:types","patch:types":"ts-node scripts/fix-types.ts","build:prod":"cross-env NODE_ENV=production run-s build","prebuild:types":"rimraf .types_output/**","build:types":"tsc --declaration --emitDeclarationOnly --skipLibCheck --outDir .types_output","postbuild:types":"run-s bundle:types patch:types","bundle:types":"api-extractor run --local","predocs":"rimraf docs/**","docs":"webdoc -c config/webdoc.json -r README.md","predeploy":"run-s docs","deploy":"gh-pages -d . -s \"{dist,demo,docs}/**\" -f","examples":"http-server . -a localhost -o","publish:patch":"npm version patch && run-s publish:skip","publish:minor":"npm version minor && run-s publish:skip","publish:major":"npm version major && run-s publish:skip","publish:skip":"run-s build:prod test && npm publish","postpublish":"run-s deploy && git push && git push --tags","prepack":"clean-package","postpack":"clean-package restore"},"engines":{"node":">=12","yarn":"please-use-npm","npm":">=7"},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"clean-package":{"indent":2,"remove":["clean-package","scripts","engines","pre-commit","devDependencies","eslintConfig"]},"devDependencies":{"@microsoft/api-extractor":"^7.13.3","@pixi/eslint-config":"^2.0.1","@pixi/webdoc-template":"^1.2.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.6","@rollup/plugin-typescript":"^8.0.0","@types/chai":"^4.2.16","@types/mocha":"^8.2.2","@types/node":"^12.0.0","@types/offscreencanvas":"^2019.6.4","@webdoc/cli":"^1.2.0","chai":"^4.2.0","clean-package":"^1.0.1","copyfiles":"^2.1.0","cross-env":"^5.2.0","electron":"^12.0.0","eslint":"^7.23.0","floss":"^5.0.0","gh-pages":"^3.2.3","gifuct-js":"^2.1.2","http-server":"^0.11.1","jsdoc":"^3.6.1","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","pixi.js":"^6.0.0","pre-commit":"^1.2.2","rimraf":"^2.6.3","rollup":"^2.0.0","rollup-plugin-terser":"^7.0.0","ts-node":"^9.1.1","typescript":"^4.0.0"},"peerDependencies":{"@pixi/constants":">=5","@pixi/core":">=5","@pixi/loaders":">=5","@pixi/settings":">=5","@pixi/sprite":">=5","@pixi/ticker":">=5"},"eslintConfig":{"extends":["@pixi/eslint-config"]},"gitHead":"7676b6e23768a2ee625ded55b2a3f9b965b49ecd","_id":"@pixi/gif@1.0.2","_nodeVersion":"14.19.0","_npmVersion":"8.4.0","dist":{"integrity":"sha512-uMnopxYo2EU9Mw2TaKZ0qk4e1FxL9ZNswOicOCcZd0KlX3X/LpjEIu7iLil4eySMLo6ps/lB3hBP5HRohiQ1tw==","shasum":"9916dc06c696211a73a203f6676f9c960fcc74c8","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-1.0.2.tgz","fileCount":11,"unpackedSize":251290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAUXiCRA9TVsSAnZWagAAQ9EP/2S1YIfiRb/3hgHCM7zi\n5zS8IWjLpbg8vq26brKSBK+tL3xs/TnNbooFMPQNHcszS0AnJcnXxP4bjjzB\nS9HroORlXj+HkDGEeGFksAKr6eOG1IKY+aeJonc67yJSvAoLIPpHPgWIR9E4\nHRd+kTh9FhokyPQtDUp7vtYziI8BX1eHzbnpvk/qvUTdRTlS5Cz2cjctZShs\nrKc9CXRQPgvFcwnD7HXaIVcoO1QQjK4s37xuFuCQ3ri07XEw749VwwNEGH03\nTQhN+kOXZ/h/OuyhGsMaGb35L7PICCKuzXGLfV3l5KMvwQhA1gJMQ9PeBdsx\nq1Qfrb9nicfy4x1Mv3qbGwQWyPCrbI+4ovC3YQUgDYQAGWrfzrVkWUcCoEYg\nlg3eC9CFaEvJuQ+UuMYO8NnrO3hfVjX1caMFh6K91H9U8L5GGmyIIub+CTZE\nX5Te8UYnGNYWv99sQUpwGLKcNcUchrQXK1mupXBdjJJ4zxyRWR8ZkuHB27Q3\nfCrKosmHBXzlBQ6zVW/NhWqE4O6FGdiMLc1HZOiUNCQ5S5w54d4XClvKR8pn\n02DIJuKnKMJigkQIYv0bRn3bsCdVGdMLUGhFgUOwGsS6Uq6MKBKrrBsf/pCs\nRNrwEfGaYy9DqrTVsYF/c+/JBJ2ihXO5gF5aSIDRgtddc1bxiQwFxdmCniDr\n8rp/\r\n=/kH7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKg82qsZPc7kug5qByGx6nmSJvrESWEv1owOswanQxTgIgZMVcdMiFKUR5FassypxHuhhSIhCF6/GN5Tu2pTImaFY="}]},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"dev7355608","email":"dev7355608@gmail.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_1.0.2_1644250594261_0.578660088649616"},"_hasShrinkwrap":false},"1.0.3":{"name":"@pixi/gif","version":"1.0.3","description":"Animated GIF Runtime for PixiJS","main":"dist/pixi-gif.cjs.js","module":"dist/pixi-gif.esm.js","types":"index.d.ts","scripts":{"test":"floss -p test --require ts-node/register","coverage":"nyc floss -p test --require ts-node/register","clean":"rimraf dist/**","start":"run-s watch","watch":"rollup -c  config/rollup.js --environment DEV --watch","lint":"eslint --ext .js --ext .ts test src scripts --ignore-path .gitignore","lint:fix":"npm run lint -- --fix","types":"tsc --noEmit","prebuild":"run-s clean lint types","build":"rollup -c config/rollup.js","postbuild":"run-s build:types","patch:types":"ts-node scripts/fix-types.ts","build:prod":"cross-env NODE_ENV=production run-s build","prebuild:types":"rimraf .types_output/**","build:types":"tsc --declaration --emitDeclarationOnly --skipLibCheck --outDir .types_output","postbuild:types":"run-s bundle:types patch:types","bundle:types":"api-extractor run --local","predocs":"rimraf docs/**","docs":"webdoc -c config/webdoc.json -r README.md","predeploy":"run-s docs","deploy":"gh-pages -d . -s \"{dist,demo,docs}/**\" -f","examples":"http-server . -a localhost -o","publish:patch":"npm version patch && run-s publish:skip","publish:minor":"npm version minor && run-s publish:skip","publish:major":"npm version major && run-s publish:skip","publish:skip":"run-s build:prod test && npm publish","postpublish":"run-s deploy && git push && git push --tags","prepack":"clean-package","postpack":"clean-package restore"},"engines":{"node":">=12","yarn":"please-use-npm","npm":">=7"},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"clean-package":{"indent":2,"remove":["clean-package","scripts","engines","pre-commit","devDependencies","eslintConfig"]},"devDependencies":{"@microsoft/api-extractor":"^7.13.3","@pixi/eslint-config":"^2.0.1","@pixi/webdoc-template":"^1.2.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.6","@rollup/plugin-typescript":"^8.0.0","@types/chai":"^4.2.16","@types/mocha":"^8.2.2","@types/node":"^12.0.0","@types/offscreencanvas":"^2019.6.4","@webdoc/cli":"^1.2.0","chai":"^4.2.0","clean-package":"^1.0.1","copyfiles":"^2.1.0","cross-env":"^5.2.0","electron":"^12.0.0","eslint":"^7.23.0","floss":"^5.0.0","gh-pages":"^3.2.3","gifuct-js":"^2.1.2","http-server":"^0.11.1","jsdoc":"^3.6.1","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","pixi.js":"^6.0.0","pre-commit":"^1.2.2","rimraf":"^2.6.3","rollup":"^2.0.0","rollup-plugin-terser":"^7.0.0","ts-node":"^9.1.1","typescript":"^4.0.0"},"peerDependencies":{"@pixi/constants":">=5","@pixi/core":">=5","@pixi/loaders":">=5","@pixi/settings":">=5","@pixi/sprite":">=5","@pixi/ticker":">=5"},"eslintConfig":{"extends":["@pixi/eslint-config"]},"gitHead":"c59c561111dccdee98cc73155a1bf7b81bbf8010","_id":"@pixi/gif@1.0.3","_nodeVersion":"14.19.1","_npmVersion":"8.5.5","dist":{"integrity":"sha512-nHoydXNJANxa+TH6zpTwW8lCOWWQLBW6b16LZDkhyf8brKb7GbIaeg/VrRQOScLZByUfa+Fkqy8XO+jJcxvjiA==","shasum":"5930653577aa20c3ec2b13c095facba83a447b60","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-1.0.3.tgz","fileCount":11,"unpackedSize":251446,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFSAsZvn5hBNA5qMVvH7fRTlv5nCk9LzYUeLIiPpIjlKAiAM7pLPf2e174VvL8A6fyzZKXxmqg1eZKJ4Az1BTBsrlg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiljWNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8yw/9HAsstynKozp8TqpQbSiYBkBn6aMYBU1GNdQVFw+2fCty0iuM\r\nr942vbrGQGlbYkfb/V8rXONDbeo3ANE7xdieMEHkjYTGvsAmzlVnjK4AlBCS\r\nE5YHSNVW2JKINNibpQiGyVJKmOdI1ZqJcKMKhGCGNozP58C2vFJiidpUKLx+\r\nsUlIKUztSggqnmilICzHAsp4SmZLS48qKRZY3a+zzwjshV1SuHzyH9ZbZmjj\r\nlIlY4bezm9tw3CoK/8h+uX1ichcUVr9Bth/hg7K+4OkjuZ+G3gRv2mBXfUG0\r\nZB+z5Skn5whdF29CgTyRE1DDTNpsnsuVLDSt0Et5cgScLAXYw93FBOjCfrVy\r\n+NfzG0VfPe2sXk9sYDaGhoxpDCI7DFzahaud0cAsPNFa+rMZrcwnnaT3hhOa\r\nI/5J3o+2hp6gwAQHoWs7LZiKCXYBItrlIZ9i30iV5P3JtyzYOyVtq0oHwVfg\r\n8LfhadHYDhpTVWOx+xfYzgrO8wXB32VHNP57Ma5nNDPGRktrMYEs/4XQYptn\r\nIXjJodN8EpqfmlolFcgNkV/Lq7C37IOLRPCDe3NPX0fxqGVDX1CbBBbNTCKd\r\nSSRRM8r8Rn+Cz28487p0xIcux2t+owdtNAfbW1G9Xjwkdhfk1/E77AmG06aL\r\nTnUqJ7r7K8kHjsL5vey6dfGRWXR4SgrJcqE=\r\n=Cbjs\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"dev7355608","email":"dev7355608@gmail.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_1.0.3_1654011277621_0.7420741095106733"},"_hasShrinkwrap":false},"1.0.4":{"name":"@pixi/gif","version":"1.0.4","description":"Animated GIF Runtime for PixiJS","main":"dist/pixi-gif.cjs.js","module":"dist/pixi-gif.esm.js","types":"index.d.ts","scripts":{"test":"floss -p test --require ts-node/register","coverage":"nyc floss -p test --require ts-node/register","clean":"rimraf dist/**","start":"run-s watch","watch":"rollup -c  config/rollup.js --environment DEV --watch","lint":"eslint --ext .js --ext .ts test src scripts --ignore-path .gitignore","lint:fix":"npm run lint -- --fix","types":"tsc --noEmit","prebuild":"run-s clean lint types","build":"rollup -c config/rollup.js","postbuild":"run-s build:types","patch:types":"ts-node scripts/fix-types.ts","build:prod":"cross-env NODE_ENV=production run-s build","prebuild:types":"rimraf .types_output/**","build:types":"tsc --declaration --emitDeclarationOnly --skipLibCheck --outDir .types_output","postbuild:types":"run-s bundle:types patch:types","bundle:types":"api-extractor run --local","predocs":"rimraf docs/**","docs":"webdoc -c config/webdoc.json -r README.md","predeploy":"run-s docs","deploy":"gh-pages -d . -s \"{dist,demo,docs}/**\" -f","examples":"http-server . -a localhost -o","publish:patch":"npm version patch && run-s publish:skip","publish:minor":"npm version minor && run-s publish:skip","publish:major":"npm version major && run-s publish:skip","publish:skip":"run-s build:prod test && npm publish","postpublish":"run-s deploy && git push && git push --tags","prepack":"clean-package","postpack":"clean-package restore"},"engines":{"node":">=12","yarn":"please-use-npm","npm":">=7"},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"clean-package":{"indent":2,"remove":["clean-package","scripts","engines","pre-commit","devDependencies","eslintConfig"]},"devDependencies":{"@microsoft/api-extractor":"^7.13.3","@pixi/eslint-config":"^2.0.1","@pixi/webdoc-template":"^1.2.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.6","@rollup/plugin-typescript":"^8.0.0","@types/chai":"^4.2.16","@types/mocha":"^8.2.2","@types/node":"^12.0.0","@types/offscreencanvas":"^2019.6.4","@webdoc/cli":"^1.2.0","chai":"^4.2.0","clean-package":"^1.0.1","copyfiles":"^2.1.0","cross-env":"^5.2.0","electron":"^12.0.0","eslint":"^7.23.0","floss":"^5.0.0","gh-pages":"^3.2.3","gifuct-js":"^2.1.2","http-server":"^0.11.1","jsdoc":"^3.6.1","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","pixi.js":"^6.0.0","pre-commit":"^1.2.2","rimraf":"^2.6.3","rollup":"^2.0.0","rollup-plugin-terser":"^7.0.0","ts-node":"^9.1.1","typescript":"^4.0.0"},"peerDependencies":{"@pixi/constants":">=5","@pixi/core":">=5","@pixi/loaders":">=5","@pixi/settings":">=5","@pixi/sprite":">=5","@pixi/ticker":">=5"},"eslintConfig":{"extends":["@pixi/eslint-config"]},"gitHead":"1bd76dfe602507056cc19d1e6952f5f546d3db44","_id":"@pixi/gif@1.0.4","_nodeVersion":"14.19.1","_npmVersion":"8.5.5","dist":{"integrity":"sha512-WS+WW+CScx6zcaf3Fx0UOV83y831e1WTrdqj63ypC/DTaTSCeHhLdNuBE4uZ7kKPns//JP/jhHVd+4TuWZWNxA==","shasum":"8e6e3b7af1d238e98aa2a90e49840832a5360ced","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-1.0.4.tgz","fileCount":11,"unpackedSize":253233,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGca28X8Z/zwYENvIu7gzIRqodU9t1PjT7g3UNGy5JJ8AiEAvq/e9QlyXQIYq7VZju0hrI5PmuS4A69goXIAYQFCiIE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiuwraACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8XxAAm1qG7Tw0aozJTqBYjZCRrU1qlE8oft/T8sHn0BLPmjjUbPlc\r\nlT0WekEGTZD9zItrwmIIqoaSQtVb1Bt9WrjcDdRywT5l+xm964ktYJMmFc5g\r\ny2Lq5Aj/f99nDC/PTmhMTC3HSNmI2PpLgjayEcIq+8pEvsHVfHYYSmVasRac\r\nhDtF7/RQI/LDSp2p4557snkByKl1TP3pb9XGjqFoq/3DNgrDk0zVhOrEbAKY\r\npm1KLTCCKgv9MiB5fokQrorTc4EMGCdF1lMN9K0wZqAymhEOLhgYOcnN3in8\r\nhSgCU9+xECysRPFNPmctPrRPBwR72s5rxipjTXcvmiOQXD35FmFmRXuuzUtH\r\nSiYAZKh7vAdgE1Ssp67ftFH3iE9XZt2WAOC6lCHkBAUxpVl6muYMedpU+ack\r\njykA5a1nL5SF5X0djuUovCdObGGKkgqm78cnqaoXUeAKl5QPMU/gAgGUGW0E\r\n/8xpOh7O1/d1s0eSAeZ6/7bhiDS0zqsoKo7jWOErtUx9TUL0Uii2SqgXeOz3\r\n68AaRcbd0d/Y3WejjjjbRGLNYySMbSqNaM9Nbkxnb9EeTSsQC9Po2m4Ja+uF\r\nbYCDcUS8mk90jZY+W16KH0Xo+PeyUCBrThTns478y+KA/l/4ojo0f5wwyrfZ\r\naMSYUtFROoMJyUWBqkciDNPSkBpm7Om1tjY=\r\n=6rv1\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"andrewstart","email":"start.andrew@gmail.com"},{"name":"dev7355608","email":"dev7355608@gmail.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_1.0.4_1656425178209_0.8914873971332231"},"_hasShrinkwrap":false},"1.1.0":{"name":"@pixi/gif","version":"1.1.0","description":"Animated GIF Runtime for PixiJS","main":"./dist/pixi-gif.cjs.js","module":"./dist/pixi-gif.esm.js","types":"./index.d.ts","exports":{".":{"import":{"types":"./index.d.ts","default":"./dist/pixi-gif.esm.js"},"require":{"types":"./index.d.ts","default":"./dist/pixi-gif.cjs.js"}}},"scripts":{"test":"floss -p test --require ts-node/register","coverage":"nyc floss -p test --require ts-node/register","clean":"rimraf dist/**","start":"run-s watch","watch":"rollup -c  config/rollup.js --environment DEV --watch","lint":"eslint --ext .js --ext .ts test src scripts --ignore-path .gitignore","lint:fix":"npm run lint -- --fix","types":"tsc --noEmit","prebuild":"run-s clean lint types","build":"rollup -c config/rollup.js","postbuild":"run-s build:types","patch:types":"ts-node scripts/fix-types.ts","build:prod":"cross-env NODE_ENV=production run-s build","prebuild:types":"rimraf .types_output/**","build:types":"tsc --declaration --emitDeclarationOnly --skipLibCheck --outDir .types_output","postbuild:types":"run-s bundle:types patch:types","bundle:types":"api-extractor run --local","predocs":"rimraf docs/**","docs":"webdoc -c config/webdoc.json -r README.md","predeploy":"run-s docs","deploy":"gh-pages -d . -s \"{dist,demo,docs}/**\" -f","examples":"http-server . -a localhost -o","publish:patch":"npm version patch && run-s publish:skip","publish:minor":"npm version minor && run-s publish:skip","publish:major":"npm version major && run-s publish:skip","publish:skip":"run-s build:prod test && npm publish","postpublish":"run-s deploy && git push && git push --tags","prepack":"clean-package","postpack":"clean-package restore"},"engines":{"node":">=12","yarn":"please-use-npm","npm":">=7"},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"clean-package":{"indent":2,"remove":["clean-package","scripts","engines","pre-commit","devDependencies","eslintConfig"]},"devDependencies":{"@microsoft/api-extractor":"^7.13.3","@pixi/eslint-config":"^2.0.1","@pixi/webdoc-template":"^1.2.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.6","@rollup/plugin-typescript":"^8.0.0","@types/chai":"^4.2.16","@types/mocha":"^8.2.2","@types/node":"^12.0.0","@types/offscreencanvas":"^2019.6.4","@webdoc/cli":"^1.2.0","chai":"^4.2.0","clean-package":"^1.0.1","copyfiles":"^2.1.0","cross-env":"^5.2.0","electron":"^12.0.0","eslint":"^7.23.0","floss":"^5.0.0","gh-pages":"^3.2.3","gifuct-js":"^2.1.2","http-server":"^0.11.1","jsdoc":"^3.6.1","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","pixi.js":"^6.0.0","pre-commit":"^1.2.2","rimraf":"^2.6.3","rollup":"^2.0.0","rollup-plugin-terser":"^7.0.0","ts-node":"^9.1.1","typescript":"^4.0.0"},"peerDependencies":{"@pixi/constants":">=5","@pixi/core":">=5","@pixi/loaders":">=5","@pixi/settings":">=5","@pixi/sprite":">=5","@pixi/ticker":">=5"},"eslintConfig":{"extends":["@pixi/eslint-config"]},"gitHead":"e1a78d06944db134d8b01afa0e3a17927a00cef0","_id":"@pixi/gif@1.1.0","_nodeVersion":"14.19.1","_npmVersion":"8.5.5","dist":{"integrity":"sha512-cekPHkWkO4GoM12ExAq2cpPhjdiwk5P8Tg1lky4X7VYhv4R1hbh8xgALZMymWc+ig4PDPjyartY/LBVQsZspqg==","shasum":"9f1b5b7493cde71ebb27a9d3ddb404b550214fdf","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-1.1.0.tgz","fileCount":11,"unpackedSize":253484,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA5Hegogb3MRDnbDMh3BnptKl1oCnC/aqZc5lF9i9XOfAiAJZPRYd4vNHBybQ/+7xPcjRwosmp4fJj2hXW6oTYzz+Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiuwz8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq1FBAAjn2ToMIs9/MgnACaNs83G0NpTAwCHp5oqNBcVjdsLxgSLF/m\r\nY6ABsJ7HRwEaERvXOdlg+XO4L3EBr1KKvv+L7vqS4ARNEUKGsxd7KaKdV4rj\r\nShdezI3jAA40T3opQ89ZmO1vjglo10dipaDBqp5vE/pMc8nHPVJqI9Mi8Dkx\r\nEiXnhm9DHEHUwO/3ozXkMzxFfJbHG38hMQ7EeDmbdVlNfcXDVAwt6JBHFvYE\r\n148cXZfWAHJKrE2CgCCCP5N5efBBhZ344iRv587Enl4GujPqrSbCT6JGmmmF\r\nxeMNVaSyJZazvbDvk3RAbCQesjn59EpWnWBmZzn2cyv9ODxUpv/44UpOHGGf\r\ndCJmQADqQ2ZZydoQOzQ2+mzgp4a9jtMjwsiqbI48XZVnQWAvOwNuWs/TAOGu\r\n1yNE+sL2EbXi70ncnAnbG8KEMMGKR/MGCQitE5ohYhIeVQxEPymXYtXtJ5+E\r\n2aQMhmDy8TM0+Le9R12OnCx2m9rD4b5MciFhmphJKrGHEJ8yA8FsoGtb9eyT\r\nbv4EtsfgGXMTcJQxo9PMTXwPYfBDB5JaatKU8EGQMPQlDC/aiYX+8gK3HGtH\r\nCF0B9Wc9OR8eOfCXkouEIvsLRaPjrjn+IGEnzIOYquHz29nqJuPTGr3fEgpf\r\nzpau1k5Je9Lb0lLJR2af+yEByRIWZPkxahs=\r\n=6ksV\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"andrewstart","email":"start.andrew@gmail.com"},{"name":"dev7355608","email":"dev7355608@gmail.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_1.1.0_1656425724275_0.48291909134436906"},"_hasShrinkwrap":false},"1.1.1":{"name":"@pixi/gif","version":"1.1.1","description":"Animated GIF Runtime for PixiJS","main":"./dist/pixi-gif.cjs.js","module":"./dist/pixi-gif.esm.js","types":"./index.d.ts","exports":{".":{"import":{"types":"./index.d.ts","default":"./dist/pixi-gif.esm.js"},"require":{"types":"./index.d.ts","default":"./dist/pixi-gif.cjs.js"}}},"scripts":{"test":"floss -p test --require ts-node/register","coverage":"nyc floss -p test --require ts-node/register","clean":"rimraf dist/**","start":"run-s watch","watch":"rollup -c  config/rollup.js --environment DEV --watch","lint":"eslint --ext .js --ext .ts test src scripts --ignore-path .gitignore","lint:fix":"npm run lint -- --fix","types":"tsc --noEmit","prebuild":"run-s clean lint types","build":"rollup -c config/rollup.js","postbuild":"run-s build:types","patch:types":"ts-node scripts/fix-types.ts","build:prod":"cross-env NODE_ENV=production run-s build","prebuild:types":"rimraf .types_output/**","build:types":"tsc --declaration --emitDeclarationOnly --skipLibCheck --outDir .types_output","postbuild:types":"run-s bundle:types patch:types","bundle:types":"api-extractor run --local","predocs":"rimraf docs/**","docs":"webdoc -c config/webdoc.json -r README.md","predeploy":"run-s docs","deploy":"gh-pages -d . -s \"{dist,demo,docs}/**\" -f","examples":"http-server . -a localhost -o","publish:patch":"npm version patch && run-s publish:skip","publish:minor":"npm version minor && run-s publish:skip","publish:major":"npm version major && run-s publish:skip","publish:skip":"run-s build:prod test && npm publish","postpublish":"run-s deploy && git push && git push --tags","prepack":"clean-package","postpack":"clean-package restore"},"engines":{"node":">=12","yarn":"please-use-npm","npm":">=7"},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"clean-package":{"indent":2,"remove":["clean-package","scripts","engines","pre-commit","devDependencies","eslintConfig"]},"devDependencies":{"@microsoft/api-extractor":"^7.13.3","@pixi/eslint-config":"^2.0.1","@pixi/webdoc-template":"^1.2.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.6","@rollup/plugin-typescript":"^8.0.0","@types/chai":"^4.2.16","@types/mocha":"^8.2.2","@types/node":"^12.0.0","@types/offscreencanvas":"^2019.6.4","@webdoc/cli":"^1.2.0","chai":"^4.2.0","clean-package":"^1.0.1","copyfiles":"^2.1.0","cross-env":"^5.2.0","electron":"^12.0.0","eslint":"^7.23.0","floss":"^5.0.0","gh-pages":"^3.2.3","gifuct-js":"^2.1.2","http-server":"^0.11.1","jsdoc":"^3.6.1","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","pixi.js":"^6.0.0","pre-commit":"^1.2.2","rimraf":"^2.6.3","rollup":"^2.0.0","rollup-plugin-terser":"^7.0.0","ts-node":"^9.1.1","typescript":"^4.0.0"},"peerDependencies":{"@pixi/constants":">=5","@pixi/core":">=5","@pixi/loaders":">=5","@pixi/settings":">=5","@pixi/sprite":">=5","@pixi/ticker":">=5"},"eslintConfig":{"extends":["@pixi/eslint-config"]},"gitHead":"069152baeaa0b64ca04d058b6b452195e24a3308","_id":"@pixi/gif@1.1.1","_nodeVersion":"14.19.1","_npmVersion":"8.5.5","dist":{"integrity":"sha512-fk9f1VkHTHioaP4SgKLaGggWYyqu/XhKlCZBITTLslLGY3IuNd1uyt4eHtdHvKYotCcFiT4DR6vK8mCyOKi3MQ==","shasum":"02c54d5ff3355e948336bcd971c352e855d61cfe","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-1.1.1.tgz","fileCount":11,"unpackedSize":256223,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAybwYY0cSxCv+6CodhVWRPhbyFT/7okhh4l5URiZKAHAiEAlPlLXcGL+4XK837/sSetLZZdG2UycUiTGyxtvH6HCPs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivwFXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFzw//RHcoCyq0TlvMOYC72UlHGAI9sMnmdv4puouEnyewd2qbCGRD\r\nmnvCp3+0J4oNZWOwof39ZsZi8OJwdPkrhu+R7rbJFgJdd2yhvM/nQjiwlTfR\r\nmLcUAPj6WX8IXp8KfJGFWD8rO11Im4Sd3sbCnktGgosVk0aZZb3Pql5sZk59\r\nsCoUs9MwcvTfJavSR+LwPOl+K663H3Vb8pgf0gOCJR4j8ULa4iPin+dFSrwK\r\nb8rZGRTlemaTRAKgDSVSmoeuTXg9SxUgmYK3ZYPrQmW5szVVBkBmubmsVlgP\r\n6LMP4WQh5iHweXD5mHWyw7YwZaka5ng4bF/SLWHlOqFpG4MAO+YJyjnoHVOR\r\n2O1Xl8GaiIPizQbtp9iXmvWT9MKbdz6esQoISnuXfz26STP6S9hLwRHvgZ8i\r\n4tUp4OYmiPqXb70Qa+HP/XkM5dMBhI/E5uqH8m+CeirsmoQMpeNiQXevF57X\r\nsdEtFw8bT7hyW1ApDwO9rxszQnTDqgfOado+UtQIQyMKvoceQXK4sMhjwH2T\r\nzEXfkzWFG/RXu0HOV6unJfcropZJsORLXUTTejZxw5U6PpnnjNjdPtt3fUg5\r\n16FWG3s/4qBEsXkV8k95PrBc2hS38e0U8nVhxp7YAlJHUbur8AGIOJ6CohJ9\r\n3E8WlJ35URonLQpmnMDWuxQLi+UPQZMZ1AM=\r\n=hUOe\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"andrewstart","email":"start.andrew@gmail.com"},{"name":"dev7355608","email":"dev7355608@gmail.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_1.1.1_1656684886973_0.9295468981811874"},"_hasShrinkwrap":false},"1.1.2":{"name":"@pixi/gif","version":"1.1.2","description":"Animated GIF Runtime for PixiJS","source":"./src/index.ts","main":"./dist/pixi-gif.cjs.js","module":"./dist/pixi-gif.esm.mjs","bundle":"./dist/pixi-gif.js","types":"./index.d.ts","namespace":"PIXI.gif","exports":{".":{"import":"./dist/pixi-gif.esm.mjs","require":"./dist/pixi-gif.cjs.js","types":"./index.d.ts"}},"scripts":{"test":"floss -p test --require ts-node/register","coverage":"nyc floss -p test --require ts-node/register","clean":"rimraf dist/**","start":"run-s watch","watch":"rollup -c  config/rollup.js --environment DEV --watch","lint":"eslint --ext .js --ext .ts test src scripts --ignore-path .gitignore","lint:fix":"npm run lint -- --fix","types":"tsc --noEmit","prebuild":"run-s clean lint types","build":"rollup -c config/rollup.js","postbuild":"run-s build:types","patch:types":"ts-node scripts/fix-types.ts","build:prod":"cross-env NODE_ENV=production run-s build","prebuild:types":"rimraf .types_output/**","build:types":"tsc --declaration --emitDeclarationOnly --skipLibCheck --outDir .types_output","postbuild:types":"run-s bundle:types patch:types","bundle:types":"api-extractor run --local","predocs":"rimraf docs/**","docs":"webdoc -c config/webdoc.json -r README.md","predeploy":"run-s docs","deploy":"gh-pages -d . -s \"{dist,demo,docs}/**\" -f","examples":"http-server . -a localhost -o","publish:patch":"npm version patch && run-s publish:skip","publish:minor":"npm version minor && run-s publish:skip","publish:major":"npm version major && run-s publish:skip","publish:skip":"run-s build:prod test && npm publish","postpublish":"run-s deploy && git push && git push --tags","prepack":"clean-package","postpack":"clean-package restore"},"engines":{"node":">=12","yarn":"please-use-npm","npm":">=7"},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"clean-package":{"indent":2,"remove":["clean-package","scripts","engines","pre-commit","devDependencies","eslintConfig","source"]},"devDependencies":{"@microsoft/api-extractor":"^7.13.3","@pixi/eslint-config":"^2.0.1","@pixi/webdoc-template":"^1.2.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.6","@rollup/plugin-typescript":"^8.0.0","@types/chai":"^4.2.16","@types/mocha":"^8.2.2","@types/node":"^12.0.0","@types/offscreencanvas":"^2019.6.4","@webdoc/cli":"^1.2.0","chai":"^4.2.0","clean-package":"^1.0.1","copyfiles":"^2.1.0","cross-env":"^5.2.0","electron":"^12.0.0","eslint":"^7.23.0","floss":"^5.0.0","gh-pages":"^3.2.3","gifuct-js":"^2.1.2","http-server":"^0.11.1","jsdoc":"^3.6.1","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","pixi.js":"^6.0.0","pre-commit":"^1.2.2","rimraf":"^2.6.3","rollup":"^2.0.0","rollup-plugin-terser":"^7.0.0","ts-node":"^9.1.1","typescript":"^4.0.0"},"peerDependencies":{"@pixi/constants":">=5","@pixi/core":">=5","@pixi/loaders":">=5","@pixi/settings":">=5","@pixi/sprite":">=5","@pixi/ticker":">=5"},"eslintConfig":{"extends":["@pixi/eslint-config"]},"gitHead":"9ead416b891eaba66010e4a2ab4d8212993588ca","_id":"@pixi/gif@1.1.2","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-rAOOWd4meVhfdW1XatROuo/OK+ZKxCOrDfT8n1W/9QKQ0vK0s4o3lw9V6rgyflAb+4PAIf/Pwz/socMjxxbMYA==","shasum":"f96c498faf12c31e162542d7e4e24795b84724f7","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-1.1.2.tgz","fileCount":11,"unpackedSize":256484,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIER7ZePodJ22AqVr/7I44KLXM0qfYqR3EtohmoWsdJT0AiAapIJJOHBM84qLhc0F5yAi0h9SlYjPSMzhThTNGAU6vg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7WT9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9iw//enH9J1VxnVA4Rwn8VXcs5UneH867i7/aQLtRI0rpjVOgylqR\r\nO1+hQN8Csy/YBiKnmVXked/GRlWtVHsJQLHGgoA/lirdSnDFiLG5vMM40VRr\r\nK1Lux187nlkL7htdDWYmbMXszf3kxfJEHOPY+CnXEMyZsHU3w0tCnEP7By3a\r\n3L5CBLcJbPdZUGPh2DF3wLGS0x2pRTPxdxzSM1MS6wwU4PdoUcxVkDtpmzzW\r\nn8EnaGhbU0FX2puSQmC/x4Q0RmD9Zc8J/g3t7crrbrbBTTS3JqtISgxFNFfE\r\nQ+RQVVdKGqiNSrpnByUqmX/VmTzqsruIGS8W2brs8feFL7m5VeDppTNJ750O\r\nF/1WjUuSWvf1rlbXMebV8AyM2LB1pJYPekob9D+M3SassaCpNDQmLn3WrwaJ\r\nh0ovqRn6DbbmXrEgQwoex20B0IZBSSPjoNnYFsHvdWXWJUNl0JO+m4vw+Fo3\r\nOTR2TS+5TNMn8tpB59B7NRtFKDwHPLU8WmMymO2xclWHy/0kBijc3kiuSLXi\r\nqAoy7GFhevexMcpiwCaZtxcTgTSyQHKW1rIE2QH0cWfiRW9UgUVCfhRFiGyR\r\nIRIyELwvtCMpM5qKnj8/oe3usQt7m+uJS+F3rTS3zb7OsDPBLxlmi3QMgf6N\r\nt1SYSONQRPPnxx1bKaDNohyF+uJj9OxW0ho=\r\n=xChv\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"andrewstart","email":"start.andrew@gmail.com"},{"name":"dev7355608","email":"dev7355608@gmail.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_1.1.2_1659725053661_0.3081454517356328"},"_hasShrinkwrap":false},"1.1.3":{"name":"@pixi/gif","version":"1.1.3","description":"Animated GIF Runtime for PixiJS","source":"./src/index.ts","main":"./dist/pixi-gif.cjs.js","module":"./dist/pixi-gif.esm.mjs","bundle":"./dist/pixi-gif.js","types":"./index.d.ts","namespace":"PIXI.gif","exports":{".":{"import":"./dist/pixi-gif.esm.mjs","require":"./dist/pixi-gif.cjs.js","types":"./index.d.ts"}},"scripts":{"test":"floss -p test --require ts-node/register","coverage":"nyc floss -p test --require ts-node/register","clean":"rimraf dist/**","start":"run-s watch","watch":"rollup -c  config/rollup.js --environment DEV --watch","lint":"eslint --ext .js --ext .ts test src scripts --ignore-path .gitignore","lint:fix":"npm run lint -- --fix","types":"tsc --noEmit","prebuild":"run-s clean lint types","build":"rollup -c config/rollup.js","postbuild":"run-s build:types","patch:types":"ts-node scripts/fix-types.ts","build:prod":"cross-env NODE_ENV=production run-s build","prebuild:types":"rimraf .types_output/**","build:types":"tsc --declaration --emitDeclarationOnly --skipLibCheck --outDir .types_output","postbuild:types":"run-s bundle:types patch:types","bundle:types":"api-extractor run --local","predocs":"rimraf docs/**","docs":"webdoc -c config/webdoc.json -r README.md","predeploy":"run-s docs","deploy":"gh-pages -d . -s \"{dist,demo,docs}/**\" -f","examples":"http-server . -a localhost -o","publish:patch":"npm version patch && run-s publish:skip","publish:minor":"npm version minor && run-s publish:skip","publish:major":"npm version major && run-s publish:skip","publish:skip":"run-s build:prod test && npm publish","postpublish":"run-s deploy && git push && git push --tags","prepack":"clean-package","postpack":"clean-package restore"},"engines":{"node":">=12","yarn":"please-use-npm","npm":">=7"},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"clean-package":{"indent":2,"remove":["clean-package","scripts","engines","pre-commit","devDependencies","eslintConfig","source"]},"devDependencies":{"@microsoft/api-extractor":"^7.13.3","@pixi/eslint-config":"^2.0.1","@pixi/webdoc-template":"^1.2.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.6","@rollup/plugin-typescript":"^8.0.0","@types/chai":"^4.2.16","@types/mocha":"^8.2.2","@types/node":"^12.0.0","@types/offscreencanvas":"^2019.6.4","@webdoc/cli":"^1.2.0","chai":"^4.2.0","clean-package":"^1.0.1","copyfiles":"^2.1.0","cross-env":"^5.2.0","electron":"^12.0.0","eslint":"^7.23.0","floss":"^5.0.0","gh-pages":"^3.2.3","gifuct-js":"^2.1.2","http-server":"^0.11.1","jsdoc":"^3.6.1","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","pixi.js":"^6.0.0","pre-commit":"^1.2.2","rimraf":"^2.6.3","rollup":"^2.0.0","rollup-plugin-terser":"^7.0.0","ts-node":"^9.1.1","typescript":"^4.0.0"},"peerDependencies":{"@pixi/constants":">=5 <7","@pixi/core":">=5 <7","@pixi/loaders":">=5 <7","@pixi/settings":">=5 <7","@pixi/sprite":">=5 <7","@pixi/ticker":">=5 <7"},"eslintConfig":{"extends":["@pixi/eslint-config"]},"gitHead":"96025928b6aabd4f82eb6a99190aefb2a99ad646","_id":"@pixi/gif@1.1.3","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-AAOSHI4D1CLWhfUNG+1+A1QkTKsoumGR3RVPFr4g4Z4sT8Gw4T3UQZLycJ+GD2NfqRcYKGLCgErjMtGMWTyg3g==","shasum":"1987ca2d51bf0b5dd522c38c4ea857b964bdb563","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-1.1.3.tgz","fileCount":11,"unpackedSize":256502,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA20huUDI82uMnCMmisbqZZMIo6pOoixrQ8x1sJTd/jWAiAv/LGf+kSGv51zBxpRUH7RPvf6KmzRf52YGUCBcrut9g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjK3CBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3sw//WEZBqrvSGfoizUxDjvycKAyb2+pJUN/TRvjiHWJ3Uk6Oi0i9\r\nZzm2Fv2ZQutAzZOiF/tSpuoWFYSNng8t3uvybsMFvpDJBVHrClXfgAs+F+kO\r\nVvZz22RRclVBsiweei2/bZK8pY4RyFIiJnRYWw+0A5HOq7sJHCMJW/AqE+wT\r\n+iYRMU8uxrfiEG2JHknkOCIfRFPk96pv1zemlbKKuBhNvuaUCOFvnVqwP3vU\r\nBlwlZGk8/UruidCYR16IUcAxGAtjT7HOnZFn5LRbcbJ4MApMM1yMDQWNxeiG\r\n6XqSRCXt4f5vvgqDHFeHuUkxOWnCuCnjn12DktzdZZ9fwwYjUsBUvWQxMKh3\r\nSzAX+trOixN3WJQmBXAoLGkY/m2HtJoCgWng7jPHzpIRFfr8Nqi5DK/r2qhc\r\nCUnmYvahe+b5JbJOM+BCXkD77YiJRs/b5dXuG2Kqn/cYQb+7gkxv5d4P7JJH\r\nFwibPEr4RXiBEiqZ0rbXrTuPdMBqtmWPo6+Xm/+agoG/qrmKgaAoiVnFvKcK\r\n0BCOuASczEQruOsA1X/4qSYwNCZx6olECuAcJe9aBczVTjxBltzckUfAe6ql\r\n7sxf69bx5n7H+UBWU20MX70+pXfapFLMRgE/6kKhljdlaKJT/Of3hvIDmeQ8\r\n+C+DV/lKHp7setEfIzAAjFxu3GL28NaVWyQ=\r\n=K3x8\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"andrewstart","email":"start.andrew@gmail.com"},{"name":"dev7355608","email":"dev7355608@gmail.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_1.1.3_1663791232910_0.5790007077060655"},"_hasShrinkwrap":false},"2.0.0":{"name":"@pixi/gif","version":"2.0.0","description":"Animated GIF Runtime for PixiJS","source":"./src/index.ts","main":"./dist/pixi-gif.cjs.js","module":"./dist/pixi-gif.esm.mjs","bundle":"./dist/pixi-gif.js","types":"./dist/pixi-gif.d.ts","namespace":"PIXI.gif","exports":{".":{"import":"./dist/pixi-gif.esm.mjs","require":"./dist/pixi-gif.cjs.js","types":"./dist/pixi-gif.d.ts"}},"scripts":{"test":"floss -p test --require ts-node/register","coverage":"nyc floss -p test --require ts-node/register","clean":"rimraf dist/**","start":"run-s watch","watch":"rollup -c  config/rollup.js --environment DEV --watch","lint":"eslint --ext .js --ext .ts test src --ignore-path .gitignore","lint:fix":"npm run lint -- --fix","types":"tsc --noEmit","prebuild":"run-s clean lint types","build":"rollup -c config/rollup.js","postbuild":"run-s build:types","build:prod":"cross-env NODE_ENV=production run-s build","prebuild:types":"rimraf .types_output/**","build:types":"tsc --declaration --emitDeclarationOnly --skipLibCheck --outDir .types_output","postbuild:types":"run-s bundle:types","bundle:types":"api-extractor run --local","predocs":"rimraf docs/**","docs":"webdoc -c config/webdoc.json -r README.md","predeploy":"run-s docs","deploy":"gh-pages -d . -s \"{dist,demo,docs}/**\" -f","examples":"http-server . -a localhost -o","publish:patch":"npm version patch && run-s publish:skip","publish:minor":"npm version minor && run-s publish:skip","publish:major":"npm version major && run-s publish:skip","publish:skip":"run-s build:prod test && npm publish","postpublish":"run-s deploy && git push && git push --tags","prepack":"clean-package","postpack":"clean-package restore"},"engines":{"node":">=16","yarn":"please-use-npm","npm":">=8"},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"clean-package":{"indent":2,"remove":["clean-package","scripts","engines","pre-commit","devDependencies","eslintConfig","source"]},"devDependencies":{"@microsoft/api-extractor":"^7.13.3","@pixi/eslint-config":"^2.0.1","@pixi/webdoc-template":"^1.5.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.6","@types/chai":"^4.2.16","@types/mocha":"^8.2.2","@types/node":"^12.0.0","@types/offscreencanvas":"^2019.6.4","@webdoc/cli":"^2.0.0","chai":"^4.2.0","clean-package":"^1.0.1","copyfiles":"^2.1.0","cross-env":"^5.2.0","electron":"^12.0.0","eslint":"^7.23.0","floss":"^5.0.0","gh-pages":"^3.2.3","gifuct-js":"^2.1.2","http-server":"^0.11.1","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","pixi.js":"^7.0.0-X","pre-commit":"^1.2.2","rimraf":"^2.6.3","rollup":"^2.0.0","rollup-plugin-esbuild":"^4.10.1","ts-node":"^10.0.0","typescript":"^4.8.0"},"peerDependencies":{"@pixi/core":"^7.0.0-X","@pixi/sprite":"^7.0.0-X"},"eslintConfig":{"extends":["@pixi/eslint-config"]},"gitHead":"da835b9482068cae0f870f7673b2a7c44c397b4a","_id":"@pixi/gif@2.0.0","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-XLcSnMkRk08Wqt+LbgFV3XSVWL3kxPnRFb7k+QFenxlFHGENsM2+tZrcIuqQiUHYGi+z4HzIV1Lx+nTzhC93Mw==","shasum":"b78041adb36be6b0974bf79c05ae8efab1601d07","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-2.0.0.tgz","fileCount":10,"unpackedSize":207939,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPdZ+xQ1Xe9fxde20uGHHQ3honcbuFKh4I7SlNhdsyQAIgAtw6pEJE9LhBvYBPxCE7UeCUDlijwqKs16Zu+BwDUu4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLHOiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSTw/+NVcUvk4/4r24zL6WScFjSb+1TyMCiFh5UStAJtMzBq6LwnUK\r\neO1rKRfW8UPtvnPIB9wYhKpbgb5PtePqzAG1C1BeZeFNajfDnufvYg+tpPZ5\r\n632Gclp6sSiVsi7n5ALWNgKG1JrKgjM0AZ0sfTUn3Q5JYndIqn4qqtW8vbZ9\r\nNPRa+lrhec9BpYheseFLLRNzrK0pQmVe/b4afRymS6tRHYyoLwidK0JCcQxx\r\nlm+rw9iPD+6Hx8mlBaorxhBPDKL4tN76fDIZ2IjBbPz8Yx1EpXUUHbzMlLYk\r\nMhwc/PEAWtrVXI+lE+81UmCAoMIAcB0GWXUNI93xGiGZuYc2MNJlN5yv8NIB\r\nvuWoJbp46PhgJR9p+OKmDY45864tA1VPMbvxQe7zxMXGK3w0POHokcf4F7Xp\r\n++muHcJEyV+rtXLz7V3OsfPXJatubSgmcOXd+OwXjM0/UdLDXUh0ebkFUnVe\r\nSSYX6HEtpRlrQJFel1BwdVyHN8+WHBhCDRJ00XIby2OaZZEHihJw4xnNg0Xz\r\nI1bKQhh45eLxoOXr1cuwl+qlql+o0/XRHRctTy+Ke/utd2zeaksB5oiAPpwe\r\n+TZR82pnQMmpiET3wIVtfor22CcJooH0b87TFDx+MkmwDqDBCOPqww5MRt6P\r\nuRhWXI0zt4i/315HAiAMKQSzeAicDp/UwtA=\r\n=Gwun\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"andrewstart","email":"start.andrew@gmail.com"},{"name":"dev7355608","email":"dev7355608@gmail.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_2.0.0_1663857570288_0.8898542079749205"},"_hasShrinkwrap":false},"2.0.1":{"name":"@pixi/gif","version":"2.0.1","description":"Animated GIF Runtime for PixiJS","source":"./src/index.ts","main":"./dist/pixi-gif.cjs.js","module":"./dist/pixi-gif.esm.mjs","bundle":"./dist/pixi-gif.js","types":"./dist/pixi-gif.d.ts","namespace":"PIXI.gif","exports":{".":{"import":"./dist/pixi-gif.esm.mjs","require":"./dist/pixi-gif.cjs.js","types":"./dist/pixi-gif.d.ts"}},"scripts":{"test":"floss -p test --require ts-node/register","coverage":"nyc floss -p test --require ts-node/register","clean":"rimraf dist/**","start":"run-s watch","watch":"rollup -c  config/rollup.js --environment DEV --watch","lint":"eslint --ext .js --ext .ts test src --ignore-path .gitignore","lint:fix":"npm run lint -- --fix","types":"tsc --noEmit","prebuild":"run-s clean lint types","build":"rollup -c config/rollup.js","postbuild":"run-s build:types","build:prod":"cross-env NODE_ENV=production run-s build","prebuild:types":"rimraf .types_output/**","build:types":"tsc --declaration --emitDeclarationOnly --skipLibCheck --outDir .types_output","postbuild:types":"run-s bundle:types","bundle:types":"api-extractor run --local","predocs":"rimraf docs/**","docs":"webdoc -c config/webdoc.json -r README.md","predeploy":"run-s docs","deploy":"gh-pages -d . -s \"{dist,demo,docs}/**\" -f","examples":"http-server . -a localhost -o","publish:patch":"npm version patch && run-s publish:skip","publish:minor":"npm version minor && run-s publish:skip","publish:major":"npm version major && run-s publish:skip","publish:skip":"run-s build:prod test && npm publish","postpublish":"run-s deploy && git push && git push --tags","prepack":"clean-package","postpack":"clean-package restore"},"engines":{"node":">=16","yarn":"please-use-npm","npm":">=8"},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"clean-package":{"indent":2,"remove":["clean-package","scripts","engines","pre-commit","devDependencies","eslintConfig","source"]},"devDependencies":{"@microsoft/api-extractor":"^7.13.3","@pixi/eslint-config":"^4.0.0","@pixi/webdoc-template":"^1.5.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.6","@types/chai":"^4.2.16","@types/mocha":"^8.2.2","@types/node":"^12.0.0","@types/offscreencanvas":"^2019.6.4","@webdoc/cli":"^2.0.0","chai":"^4.2.0","clean-package":"^1.0.1","copyfiles":"^2.1.0","cross-env":"^5.2.0","electron":"^12.0.0","eslint":"^7.23.0","floss":"^5.0.0","gh-pages":"^3.2.3","gifuct-js":"^2.1.2","http-server":"^0.11.1","mkdirp":"^0.5.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","pixi.js":"^7.0.0-X","pre-commit":"^1.2.2","rimraf":"^2.6.3","rollup":"^2.0.0","rollup-plugin-esbuild":"^4.10.1","ts-node":"^10.0.0","typescript":"^4.8.0"},"peerDependencies":{"@pixi/core":"^7.0.0-X","@pixi/sprite":"^7.0.0-X"},"eslintConfig":{"extends":["@pixi/eslint-config"]},"gitHead":"3af2648f10df29121f771246c32ef998bc9c7b37","_id":"@pixi/gif@2.0.1","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-hs3WgJvQfTYnZfz6SdvkrFWkGy2Pgc7RAtAVnNZNFeFX70yWcJnFs8X9YEBie2B/zuqq2Vj9P1ue1pFzwWyt6w==","shasum":"676a592fb946fefe793d9de52242b8e6accfd6c8","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-2.0.1.tgz","fileCount":10,"unpackedSize":208248,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID5wWKBgkRTyw5ew3UnctOWHtDg3ftcUxIK6qWa/fIq4AiEA6kpl7KldK6DUTAh+w+iB0H44utavkFVV0sslIG9ODA4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSDXAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmquEQ//XjXfxUdUcQDn7LArKJjutQwA1M6v39l+T2ePCftTGDpM7fvq\r\nJK+98oHvEgOsaSFFRX75jwAZQwM3eh02aHuUclgDD6sbC4Lh979khAGMqIpt\r\nDq6kj8K/67Kh4w2JyGnMTgxjart9CPeOdBQovB/1TrKux8WWK+B9L7M4k9+y\r\nlgd1GJrXVAukGbapDsmFvnZKwLMABJr/rxThe1r8nKgAHLnE8xUM/q6ugg/r\r\nrnhHmiQHNKR7ynknSVdnL0KrWR1hqcp72nSzh7pI9NAzsegzTupZJymkF5x0\r\nToEficVq9LZiyaKSwHm7bVwePGMxSsa3yf2Ym7JHevAE0X9AKhgqf8jM4FF8\r\nH+l2uMjttiZ5oWLbPWjTqYY5PKZ7LdJgsGG32qxrkt9ktYS7sBGNBZHg5YJ/\r\nSeCF6gbSWguTeCHxtK0pxC2iljSPGDZF3bu+XdY5LzlzjkzH8Au8VQpeLGYd\r\nH++1yDGyRqYPQz0FVgTKCUmllIrBHAKMSwP51vi74r0svmwb76ICTZptl4WE\r\nJMyKiM6GtnhscWxfNXqM9pybUb1rpiyFRVJWsN2PbDsIv7xR13qDnypteFr5\r\n2IdkQh55A4s8fYesHysPscdx8xVDgWK3MutMt5ndOcdYT/Bhn+b2TqDoUB6r\r\nf76DiYdYZ4AVQ942EIVToBrlk8++BM6pYOo=\r\n=AXGn\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"andrewstart","email":"start.andrew@gmail.com"},{"name":"dev7355608","email":"dev7355608@gmail.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_2.0.1_1665676736699_0.7873374580754242"},"_hasShrinkwrap":false},"2.1.0":{"name":"@pixi/gif","version":"2.1.0","description":"Animated GIF Runtime for PixiJS","main":"./lib/index.js","module":"./lib/index.mjs","types":"./lib/index.d.ts","exports":{".":{"import":"./lib/index.mjs","require":"./lib/index.js","types":"./lib/index.d.ts"}},"extensionConfig":{"docsName":"PixiJS GIF","docsCopyright":"PIXI Copyright &copy; 2023 Matt Karl.","docsGoogleAnalytics":"UA-103772589-10","docsTitle":"PixiJS GIF API Documentation","docsDescription":"Documentation for PixiJS GIF library","docsKeywords":"docs, documentation, pixi, pixijs, gif, animation, html5, javascript, jsdoc"},"scripts":{"start":"extension-scripts serve","lint":"extension-scripts lint","types":"extension-scripts types","build":"extension-scripts build","docs":"extension-scripts docs","deploy":"extension-scripts deploy","release":"extension-scripts release","test":"extension-scripts test","prepack":"clean-package","postpack":"clean-package restore"},"engines":{"node":">=16","yarn":"please-use-npm","npm":">=8"},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"clean-package":{"indent":2,"remove":["clean-package","scripts","engines","pre-commit","extensionConfig","devDependencies"]},"devDependencies":{"@pixi/assets":"^7.0.0","@pixi/core":"^7.0.0","@pixi/display":"^7.0.0","@pixi/extension-scripts":"^1.1.1","@pixi/sprite":"^7.0.0","clean-package":"^1.0.1","gifuct-js":"^2.1.2","pre-commit":"^1.2.2"},"peerDependencies":{"@pixi/assets":"^7.0.0","@pixi/core":"^7.0.0","@pixi/display":"^7.0.0","@pixi/sprite":"^7.0.0"},"gitHead":"a98901afbcef225cac29998b61e350fe9485a113","_id":"@pixi/gif@2.1.0","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-g0xVMgHzPdq7bX3UmUR5tiFpMP07u4reCEgSRKLwNQ95AnpRzQq3QtTsKosYMTrE9zZfr7TWlwdx1rFKs28SeA==","shasum":"23e47c534860827ae6a2f6cbbb12151ae4a7910c","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-2.1.0.tgz","fileCount":70,"unpackedSize":341356,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKzj8bD3eZa6TdymblG8dEqPa4xuo9WJtSL8GhEa+2AQIgVxwYU9S59p3xHKONZ5s2JqbxnDLyDqSEyOF6LartZq8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuMALACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoyMBAAiAyNO8vOOwSErwi8IORVRpBPTUks4XJwaSuNp9/lJ6snkj5C\r\nVZul8L5Fv6V7obJCgIF4URjf0a9XbHpcgjG1dRrgUVS1Nl838PHxkIL7YclU\r\n9R+bYPrNNwADjFO94giG5PXqFzAqyjoOl3Zn0IVbgA8AzCO/1iAYCUYImfp/\r\n7n8rRK5k5YnRqE56neN1Lq88Tlpyr8jMADiBfA7GZn0C7XChPDY49H6Yu019\r\nvPGUFbyigqYGgoeGWdZW12UfsmAqPkdA22Q7SCIzgSLsUZnIYfxQiWmFUilB\r\nCSTTWlnw5G7TbiROYRPI6ZdsjSKxBeD0MZszOr7GtuqK1Q5UolwOuWh2uphD\r\nRjeBvir4mH6cAnGqtm4C9SSpCYWkj16DAJlfrA0QPnrqak/LtLpcTv0NgNRf\r\nI1ErpJcmc2xvayGg+jTzZJx1a0NekiyWv3DvEJzlYSHfpXcKAPH3TqxNVSWD\r\nbtIlStxWTnSOKb/tafGm1WGO3aCPDSBATUZdzz4IDIGMbdL8P8o5z8bL3Z0S\r\n2QBMnr/aFkVY3H6lKUuuXjpl6Nd+k3UpUkNjSb2PhgL99MJh32LaKaFZ+qhW\r\nR3CKZlxQ/MLXAWCqhzaUjdU/3pt6coYMe5HCRryVJu7CnPIEKoDQ7IUZ3yKu\r\nyRxgno2kMg/apueqA98ogCO3YEHhIiqA6tg=\r\n=1y3f\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"zyie","email":"sean-burns@outlook.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_2.1.0_1673052171479_0.4991386172389256"},"_hasShrinkwrap":false},"2.1.1":{"name":"@pixi/gif","version":"2.1.1","description":"Animated GIF Runtime for PixiJS","main":"./lib/index.js","module":"./lib/index.mjs","types":"./lib/index.d.ts","exports":{".":{"import":"./lib/index.mjs","require":"./lib/index.js","types":"./lib/index.d.ts"}},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"peerDependencies":{"@pixi/assets":"^7.0.0","@pixi/core":"^7.0.0","@pixi/display":"^7.0.0","@pixi/sprite":"^7.0.0"},"_id":"@pixi/gif@2.1.1","gitHead":"fe6eca5802b0a8657b9c8310c7caed5b9d4feb2e","_nodeVersion":"18.17.1","_npmVersion":"9.9.2","dist":{"integrity":"sha512-SGA0HP9/9a2gy3cylBkYOWaA13ffFYj0huGfm9c0QY6AM1XQPpsonzsObIHXgwRjJP+tTjNYU66ML2fqsblM+A==","shasum":"f16b6bb00bc97c5b96a53457e4138c7db59eea18","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-2.1.1.tgz","fileCount":70,"unpackedSize":344116,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH/F6wDsH+QaCphY2pQJjWQZq5+shuD0ubs+3A+1K1lLAiEAky0LBXzyfhbL7MCyQmva3UrG3kzBDkqgg7bblEq0LQY="}]},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"zyie","email":"sean-burns@outlook.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_2.1.1_1708100199986_0.8473504961477485"},"_hasShrinkwrap":false},"3.0.0-rc":{"name":"@pixi/gif","version":"3.0.0-rc","description":"Animated GIF Runtime for PixiJS","main":"./lib/index.js","module":"./lib/index.mjs","types":"./lib/index.d.ts","exports":{".":{"import":"./lib/index.mjs","require":"./lib/index.js","types":"./lib/index.d.ts"}},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"peerDependencies":{"pixi.js":">=8.0.0-0"},"_id":"@pixi/gif@3.0.0-rc","readme":"# PixiJS Animated GIF\n\n[![Node.js CI](https://github.com/pixijs/gif/actions/workflows/nodejs.yml/badge.svg?branch=main)](https://github.com/pixijs/gif/actions/workflows/nodejs.yml)\n\nPlugin to support playback of animated GIF images in PixiJS. Unlike normal GIF playback in the browser, this plugins allows you to stop, loop, change speed, or go to a specific frame.\n\n* [Demo](https://pixijs.io/gif/examples/)\n* [API Documentation](https://pixijs.io/gif/docs/)\n\n## Usage\n\nLoad an animated GIF image with Assets:\n\n```ts\nimport '@pixi/gif';\nimport { Assets } from 'pixi.js';\n\nconst app = new Application();\nconst image = await Assets.load('image.gif');\napp.stage.addChild(image);\n```\n\nTo use a gif without Assets:\n\n```ts\nimport { Application } from 'pixi.js';\nimport { AnimatedGIF } from '@pixi/gif';\n\nconst app = new Application();\nfetch('image.gif')\n    .then(res => res.arrayBuffer())\n    .then(AnimatedGIF.fromBuffer)\n    .then(image => app.stage.addChild(image));\n```\n\n### Version Compatiblity\n\n| PixiJS | PixiJS GIF |\n|--------|------------|\n| v6.x   | v1.x       |\n| v7.x   | v2.x       |\n| v8.x   | v3.x       |\n","readmeFilename":"README.md","gitHead":"68b823a596ea16bd4507c585207b05c7c33755e9","_nodeVersion":"18.17.1","_npmVersion":"9.9.2","dist":{"integrity":"sha512-1FVtSkotLRlHGJhLnvg8/vNxr/Vq83YTmGsvx8elGEdb/XkxOyruFm27dzK1EZQL5/KLNHsZlOp91XzfcjBYEA==","shasum":"e9b0762bed11ced81745b46436eea674da999f7c","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-3.0.0-rc.tgz","fileCount":70,"unpackedSize":339566,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBNU1S+7UttvDC5O3Fty9B4h3B7C8ql4vFmlafktTFnMAiEAsKOlenozLUnpo3711LAyTN+K/ydAvjTSenuXHc8ORqU="}]},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"zyie","email":"sean-burns@outlook.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_3.0.0-rc_1708101221813_0.4705948094848096"},"_hasShrinkwrap":false},"3.0.0":{"name":"@pixi/gif","version":"3.0.0","description":"Animated GIF Runtime for PixiJS","main":"./lib/index.js","module":"./lib/index.mjs","types":"./lib/index.d.ts","exports":{".":{"import":"./lib/index.mjs","require":"./lib/index.js","types":"./lib/index.d.ts"}},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"peerDependencies":{"pixi.js":"^8.0.0"},"_id":"@pixi/gif@3.0.0","gitHead":"a7c64df3426efc9303bc77902f3224508e101874","_nodeVersion":"18.17.1","_npmVersion":"9.9.2","dist":{"integrity":"sha512-0am94k1SEwacW6anOiNT9vt3vnefEaiMxkg30nMwvqU3XkIO6sSsFBgQM3UArjDG/quYsujjyZZkyhl7yBF6GQ==","shasum":"dbd3e1bfb2a5d83a84965f5b517cc5dcb8407862","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-3.0.0.tgz","fileCount":70,"unpackedSize":339554,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxF9HcuKbpAkjEFCh4ZHR+fU/aWwoV4ZQ2DNWIJ2avUwIhAJAuyzlOb2swEjiQDDDtAFzoCrDK3LpmdpCO+YdC9Tcd"}]},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"zyie","email":"sean-burns@outlook.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_3.0.0_1709694799086_0.614228694675041"},"_hasShrinkwrap":false},"3.0.1":{"name":"@pixi/gif","version":"3.0.1","description":"Animated GIF Runtime for PixiJS","main":"./lib/index.js","module":"./lib/index.mjs","types":"./lib/index.d.ts","exports":{".":{"import":"./lib/index.mjs","require":"./lib/index.js","types":"./lib/index.d.ts"}},"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"publishConfig":{"access":"public"},"keywords":["gif","animation","pixi","pixijs"],"author":{"name":"Matt Karl @bigtimebuddy"},"license":"MIT","bugs":{"url":"https://github.com/pixijs/gif/issues"},"homepage":"https://github.com/pixijs/gif#readme","pre-commit":["lint","types"],"peerDependencies":{"pixi.js":"^8.0.0"},"_id":"@pixi/gif@3.0.1","gitHead":"bf17ab43b49725062c7fe879b52e249c50f5546e","_nodeVersion":"18.17.1","_npmVersion":"9.9.2","dist":{"integrity":"sha512-oGl0nkbFAe1vaRLyIvGbJc3fcIrS8vF1E00cwjiV+9f1pYe072D+yijJxHsgYnXs6jdzERh+D0MqSrEag0jRzg==","shasum":"2709d6559d316161cde1821b0f29cc2c05f88794","tarball":"https://registry.npmjs.org/@pixi/gif/-/gif-3.0.1.tgz","fileCount":70,"unpackedSize":340571,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHZUOPfA3vsUJyquP6wy+kx5HKR5LcPx95XvykQRC55IAiEAjuo9SDwhK08RGkZLL0q8gL7tMF9iXo49jxna2JygDV4="}]},"_npmUser":{"name":"bigtimebuddy","email":"matt@mattkarl.com"},"directories":{},"maintainers":[{"name":"zyie","email":"sean-burns@outlook.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gif_3.0.1_1712744095744_0.6067700629598467"},"_hasShrinkwrap":false}},"time":{"created":"2021-11-10T16:42:00.883Z","1.0.0":"2021-11-10T16:42:01.117Z","modified":"2024-04-10T10:14:56.130Z","1.0.1":"2021-11-10T16:48:57.623Z","1.0.2":"2022-02-07T16:16:34.486Z","1.0.3":"2022-05-31T15:34:37.808Z","1.0.4":"2022-06-28T14:06:18.421Z","1.1.0":"2022-06-28T14:15:24.484Z","1.1.1":"2022-07-01T14:14:47.230Z","1.1.2":"2022-08-05T18:44:13.870Z","1.1.3":"2022-09-21T20:13:53.066Z","2.0.0":"2022-09-22T14:39:30.467Z","2.0.1":"2022-10-13T15:58:56.919Z","2.1.0":"2023-01-07T00:42:51.666Z","2.1.1":"2024-02-16T16:16:40.153Z","3.0.0-rc":"2024-02-16T16:33:42.125Z","3.0.0":"2024-03-06T03:13:19.245Z","3.0.1":"2024-04-10T10:14:55.907Z"},"maintainers":[{"name":"zyie","email":"sean-burns@outlook.com"},{"name":"bigtimebuddy","email":"matt@mattkarl.com"}],"description":"Animated GIF Runtime for PixiJS","homepage":"https://github.com/pixijs/gif#readme","keywords":["gif","animation","pixi","pixijs"],"repository":{"type":"git","url":"git+https://github.com/pixijs/gif.git"},"author":{"name":"Matt Karl @bigtimebuddy"},"bugs":{"url":"https://github.com/pixijs/gif/issues"},"license":"MIT","readme":"# PixiJS Animated GIF\n\n[![Node.js CI](https://github.com/pixijs/gif/actions/workflows/nodejs.yml/badge.svg?branch=main)](https://github.com/pixijs/gif/actions/workflows/nodejs.yml)\n\nPlugin to support playback of animated GIF images in PixiJS. Unlike normal GIF playback in the browser, this plugins allows you to stop, loop, change speed, or go to a specific frame.\n\n* [Demo](https://pixijs.io/gif/examples/)\n* [API Documentation](https://pixijs.io/gif/docs/)\n\n## Usage\n\nLoad an animated GIF image with Assets:\n\n```ts\nimport '@pixi/gif';\nimport { Assets } from 'pixi.js';\n\nconst app = new Application();\nconst image = await Assets.load('image.gif');\napp.stage.addChild(image);\n```\n\nTo use a gif without Assets:\n\n```ts\nimport { Application } from 'pixi.js';\nimport { AnimatedGIF } from '@pixi/gif';\n\nconst app = new Application();\nfetch('image.gif')\n    .then(res => res.arrayBuffer())\n    .then(AnimatedGIF.fromBuffer)\n    .then(image => app.stage.addChild(image));\n```\n\n### Version Compatiblity\n\n| PixiJS | PixiJS GIF |\n|--------|------------|\n| v6.x   | v1.x       |\n| v7.x   | v2.x       |\n| v8.x   | v3.x       |\n","readmeFilename":"README.md"}