{"_id":"@tanem/react-nprogress","_rev":"234-baec91a1b8c32156a6d1a25158b02feb","name":"@tanem/react-nprogress","dist-tags":{"beta":"4.0.0-beta.3","latest":"7.1.3"},"versions":{"1.0.0":{"name":"@tanem/react-nprogress","version":"1.0.0","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.0","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"ea6a0f696ebf34e9d43756a4b3683bfe866c9314","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.0.tgz","fileCount":16,"integrity":"sha512-RuvzMYsnvYfEqKFg0kQUUr8aovW7s0SYELZy53gwMB6gvSXaMBeX7prwWFxZ/m95MWiPIwRcB8BI9MP0dGHUJg==","signatures":[{"sig":"MEQCICPOtwe7rhQJhng5QeFu+I1DvGoy2M+IIlIoEcItCeOtAiBodIK7PCZhqSiIiRVB95kxRkCWKZe3FIa8hmEVmYNXBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69041,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbyrdNCRA9TVsSAnZWagAAfq0P/1rLug+UFYOvhpDAPppZ\n1iuLBF6diYRQNdbTtkBBk1Nu+4mB68PWe+f6Z8tfva+vs2Fa6lAwX6kdQknE\n2YMjvpr0PhKd7euQp5syH6W4ppAIpxSdkmETQTc21TXxJC1MiBeExrxbfyBV\nWPA5Ty9iLmXceqz3DxbUvaaOBYdnCJKd5jZqxROJCkFdd2MdSW99SfCRlrl3\npyYDzYgEHFEr9yTs8qzTMmuZ8xna6GgjpY1hB/nHDtmV+qv0F/JZB/PuDbV3\n7ZglURhXFxlEPhcu7Vm01OGoAdIyySdBhzZ3C7TC7xnC6AkEesmBrNPqWS8Y\ntNzmj88T1vPUCBciYdUN0yQrN+nOL04F7wlXwqVZmVEWzoG71S2f8Y+83u3t\nDjglvUQAVzdm7WVrPxiIp9vnHVLSRFxyPJ/S+Ms7Hclsp5t5HqNwSZwyNM9w\nbToMsKxhFHZOI3Se7O0kalJ2ZVtJ1iT6qP+L0VLL6QzW3pPaxer/x9q+Z1Ox\nxLVxzhvJ5geCdP4dp3lbPnpiwVDfuBhhmTeYOYChZOwYJ3ziUbAEGjK6Qx+u\n3p0nO4wWq09FCjbwWVo0lUY7S4sYfxRMCTMEW1w6CRyOnUqL3JMgcPt/Prnc\nQLO+7SqTJlNPxmjvdxJ0ei7CEtv4xc8OPGMu5xX/XSJ3mb7rWYrZ8M+bMF4R\nD0sN\r\n=fmHK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"6f9dae1843c6d2917f94901404410946984f5bc6","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.5.2","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.5.2","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.5","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.5.2","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.5.2","react-dom":"^16.5.2"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.0_1540011852351_0.4075883915186518","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@tanem/react-nprogress","version":"1.0.1","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.1","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"83d457f37d867585c84b4f817f7c5e8237eb0a6e","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.1.tgz","fileCount":16,"integrity":"sha512-SDZgS3yL6HCTut+uF8hpAzn+mR+laE1DMTh88MW0rwgCs5doZtTuaG102kruVYRae6YDAhMqboe8jwgSy1kI4A==","signatures":[{"sig":"MEYCIQCwjvcd1CzuElz4QO0ykOboILIAbwI1zfEuXVpWiv3WagIhAKilbnEYT6Vq4wRQQ4KOiFnOP1BxUfgDYsXnukv9+RSR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69362,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbyrinCRA9TVsSAnZWagAAGuEP/1FAYHEastjbaOiEwrBd\nlCA7ztPsdB7PHR9NaKqi5EcPzxo/u1D3N7ovEcMO3wGtulqx3AYANEQpGaOR\n+MSB7shE+YBwob4ciTnl1xFnlqxIAEhE0Te4AARY/M3bjlY+uulr1cgQ5LmB\noyWiLwU8efduvR2oaHlMpi0b2sj9gbhBdJBje1MICvW+FwbQwnbl3Fd4RTxD\n4o0oo62RIVTDNt+72NWxg8D80y7d5Wym/aHVUZYzsJ4YzQXUlb3vpgpZB6Sn\nMoQIK5TogpbLwEn409+x2lih6cAVCg/A0bteGEdXnHOYuwpc73mJeHJq3kNs\nN5ydcLmlWrDPqBaM2A3MyXtNUYhl04RC00rAma+dnKi+AY4YHH5n3+eTl0mT\n7bm3kw64AGaF6f0eTUKUd2dePXmDE+GJVlywxvRl7JFHeQ6ayYN0wGPWdnxz\n+TwvHCN7OZz2rSaKJ6FabsMbdLWfq8NdssCN6qYhyDvPpiIxx70JRfj5/tbW\nbOLKY+5N84v5HrhHybc6ah1B2x1AAayASP7gclacbpurm8n2c36vESHNoA4V\nL6l4/iH2LDVE2eQSvCmaZSq5B5qBUKK8Qwmap1yjjbmIv69c0gdZo9N0LDDz\nelWNt2Sjw/gNlbGESuPY9gP1Xi4snQmXSStJ4uqiJXLb7CY+SzYZ9haWTjoV\nSvcZ\r\n=sQDh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"8cc8e95bca5f360f98145346b1ce243f350d6288","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.5.2","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.5.2","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.5","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.5.2","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.5.2","react-dom":"^16.5.2"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.1_1540012198713_0.26692382821172367","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@tanem/react-nprogress","version":"1.0.2","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.2","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"b4a7a20d383aca920643ef3929887de505eec23a","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.2.tgz","fileCount":16,"integrity":"sha512-RUYewMqndk23IA+bL47sUGjBAveRP9cOFQUAlkaX7iY+9Ik48G3jZVseSzOjcHh7IYilKqBzpAW+g2AG4EGYZQ==","signatures":[{"sig":"MEYCIQCdwl7fzwJ2Of7/Y2tPRyoXEbgD0NfI3rAWF5jL1L0SpQIhAIyiGS49yZbKNYDNIBVB0cW0js0nMMw6hb5ovdDAQyqW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69680,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbysQ5CRA9TVsSAnZWagAADLgP/jNDMRzohk0E5UkSSuii\nBw6vWukVK4/Yu5eCGS8ekFltVTrl+1BrjsPpSTSQ7mNMhqaM5/2y4FgH+SAc\nznVLqk8IMuO51Kkl9MVabYa0pVXjuD3dABfFRaWzwdC+Rv5eMWdS3VnulFFE\nei7M89c5z2JtBbA1OVVq6ZAEoSiNkjjCK0GbSKIeuwRZa4egMyENGkhX66Hm\nwLTiAtjMRxn5Tnb7rV4rbuWEyVZOwBQ09Tce2wZ/eoDjZb3duLEq571iPwDk\ngQ1kmOyJJT3o9HPs0y5ZCQ9o0xJ0pQX7ygQGDLN8U+qjgTJ5GAkcai2WfJmE\nH/brSNoc8znyNJe5S8IlxlMKFyXTZmUXo7zafgM/n/5GayRxZWV3HbOctr2C\ng46qzNhIhbmiQmJH/ZRWOJOkMYbcf2TW+zdD7fapRZfXwExkRZidoLAwUNzT\nFDHnu5v6GrGrcswMS4QcoLIUUKkZBgAVmc4sHNs6BNTU40QZNW/QIVNVtCZx\n7TVSEqBR+I54GJHeDWau/SI6DL4WZdrjrZW2fuQ9/JKOwejkGjV+3xQzTBdB\ntEiclpUOJqjIi6UavR5oDiilw+evc8ERcUw6UESWl/HFU/nbDcqWwyLmrdVf\n+n6TwlnFNMzJhlHb+l87IN2pyj3lmfEHUTeyMoiCc/fhsm/TOYjW7i9mDZhS\nsWRD\r\n=UbXg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"6006de25d9123fd286c22502ad8b1f974a41af12","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.5.2","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.5.2","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.5","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.5.2","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.5.2","react-dom":"^16.5.2"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.2_1540015160390_0.7867337101156224","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@tanem/react-nprogress","version":"1.0.3","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.3","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"66eac0d0ace69986cee8092a1d61e418ff2215f6","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.3.tgz","fileCount":16,"integrity":"sha512-WhruO0tMO/IQp1pgErIF5J5e7CvkIDitDZvIiJwZB23HxvU+YcikzutP45mD4nDc0A+4MI5M0yFqFeJL5Vxbeg==","signatures":[{"sig":"MEQCIAyEauqGdVZi6hkVBfJBHwYF80RejuNvyiNutnV9ldSSAiASfcl/Wi33itiJRBuoHff34f2oO/AiErw2uaoFC6kG5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69579,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbys0vCRA9TVsSAnZWagAAlCQP/jMivE19GOW6qIWlva6y\nBM5Nymf3hGbHqgE4jqpfKu4eYjbr37yPrLHUPP/zgvHK0AEx9VAsPzmZf3Wc\nC/uo5O/R2O3HzbLYW+cbcNBi5a3WkDgH2wgDJH9hRgL3K+NhFJbJcbktn4wP\niz9c5WhZD238JgpbvOeQoZNtsi25HKp1hZL2zEsWO9rwqlYrosuUryntDVOF\n/1VXoaMlIzHFNkLChVIDNYjVnOi4Im/eWQhONQ6CM6F7XI1o01uK0os3yfMO\n3Nviwlt9zL4UbDUt1PMqXImztY3RLk0KrLp87AZIkNsxrUVXiv8bjlI6XbQq\nSYPQfQ8trHIJDCVfd8W415JyU0SCRSaUf3sWsHB1WX95b6Cvj/x2GJDngD4R\nwYbDo+3D9IwLKioQvuNGBXAw1X6ceg9Cm7BO/gnQcgiQzgVG32Clj5TYgYm5\nb1aDIeuAqsqwaf9XkEgLzK+PyfSVv/pKBX/qNCo1aHNvSsL21cdlNcZ+oWMG\ntSKfH92FikHaOBhWMTnH0IDpiOXF3foULwhdJ85OqYpI9PsJU2wqFOy4RxP3\n28EMJ1vSHfv42/ph3lyxiGLud+aZBLqtv48MjEM+kkS3psM7OUaVcxk6F77G\nty0vYlXdrhib9SZHMZO0EBoxQfoLvljH6Yaf9SjWjtnWw7Nx0a3p50R1yPQ8\nOWnh\r\n=VndB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"a707825189bfbacbe48266c61617125703f45ffb","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.5.2","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.5.2","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.5","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.5.2","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.5.2","react-dom":"^16.5.2"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.3_1540017455088_0.6690778960270904","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"@tanem/react-nprogress","version":"1.0.4","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.4","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"7761f4d4bfcc5250c870898886c2ef83736bbbb5","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.4.tgz","fileCount":16,"integrity":"sha512-7Nn1voMyjnL0D2CBzOj+Q+n7QP6jR3mksVbJ5Qh98Nxh5obCJTogikSJL2BVi0DdabidRmbjPLKx0uBKBmAvUw==","signatures":[{"sig":"MEQCIG2RgDI/GJRgRVZsCLwHx8dBy7SrS/b7yt3fJZ234nrvAiAJkEws59tzCgnjWnx198mZecF+7yiLxT75w7jtbydi3g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJby/tTCRA9TVsSAnZWagAAQxsP/AwvkF6HvU0bHV/Xoxp+\nyo8aC+rARGAwfQm0ioXHi5/AAhr6E3XRl6PM4Zgxm+mwQuVaQlvUpIK/mmdM\nmMiQ+d2NSZ5NqyRVGugWViByEkmGTRBCxfWECgM/IZbAS1vaZG0FDxXutoyj\nGBarIXyiMv4x9zZcHawLSLAKx3JR8zTKUeBtR8qd0DT6OBbJw5I6Gvm8xEN2\nxEHMwimZn5omUCOH9qaJqZKwXxe6qc5bOXllA8fMWKfDxyIRyv3jnplDiABH\nXTJ0vrB5FGiBWyD/KiA+AT4cR6ByMFHZ58x/Q8ABGtgUr1UHdW5+bagADigw\nWUfM4I69ysUOg0ypzDCqnn7oQE+9XCurHAOtcutA27wqVXon4vQM3VwIzrUo\nm2ZBlkUAODPzfSFQvha9DRuCTqg1egVO9ma4fYvD5Z88/ufuaiq9P3bHlZB2\nDR+w2s4arloPfgA/YXdgZjesVgrDiIJrzX7qhIUJCTFFM3Hw01IXeaLwMqaC\nchSxetKXGbyOjUAsjfBd7tfXa/45wVV7ftKMvakV6IXjYFO5vC80fv8/LzpA\n5bragtW5arvjgqTfsFx50dke5Jj45r1xuBFuVrrlK1sSt42TtZKVf8guqzNs\n/uQG2YyVDZ1vnVg5hm8yM+OXQXQra3xMHRrXPQk+Wwa7PPiyLHJH8Kg/6j/S\na0mf\r\n=T8sQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"6c87e8f877d69b6a3415f1e0b08d46c2442d2fbd","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.5.2","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.5.2","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.5","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.5.2","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.5.2","react-dom":"^16.5.2"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.4_1540094802234_0.863575277174653","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"@tanem/react-nprogress","version":"1.0.5","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.5","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"b440e677f5dcaadb393b34b4498f5af7b2b6ac32","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.5.tgz","fileCount":16,"integrity":"sha512-ZRatW6wLFDUrlmmAraNqiv9MDAi5Ap9JaEvBqSUylPCRG1FKjDnh5aJrrzBDa/5WRyj3wiSy9LS6QPuUS5XHOg==","signatures":[{"sig":"MEUCIHmwTnAfqHnjN7vj7QOEI0dDH7v3UeWX5j+M3VyYke+xAiEAllRj3QF7UTrQeMvvG1XYqFQPjdSb/0adeM2arhZHFKw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":73728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzCK+CRA9TVsSAnZWagAADaUP/iVhoTFZGlQv5fkiVgTf\njfst2RbJhmDYow858afbIIB7hNjvMnykXpgpA9+Fgx19AjpqTWjdSVmRHwZy\nUAKpDGc0pcLOq3rosNWh0Aoc6iwvg1nFR8H7yX+RXOxRTcCc6Gpp4YST9PK2\nNRcdouStt3Z1HTBdO4VczaQkdM74WquVGI8lAo7lDQ07pIWLj+88gvaisWhw\n5xu0EA9zleQtjiW+rvDpM/jxKnj/j3DH53FvdXU/lHIjgFuxWHvW/Xuyqfc2\nZ//5evE/rmDQvBmkDBB86xKPMgV62liC74KSqDxQn/clbbAMru4bj82KalfF\nua7Y2GSxSRYVyak6TjOkcf0DW+JS2pvvi/aWTd3aDZVOBRUX+gx6Y9KkY4+6\nKBW0yTQkpk8kIeXRjbD5NgsPDLVzNZV8ezvI6fNX5S2a8XFgqExdeCOLWFdh\n6ohh6qGx5v4PpqoTA9JnzQUksNzUzyWzXrLQWEJVi8GLbUZ749geAzcVjTjA\nzJB24htLyoqFptWLla1+2M9pNANNUwrEFfsg1ZSx3XQKpxANs7ChRzVhI0y5\nFwJFQyULYkzSBAoZt8G/ZewISAU50zpX/VezbwT9QT9/ASty+dDoe3991Z1A\n2V0a4xoRjGHk+HfCR9Zze9JTTskXNttm4gkMxTBcnPvqsXSZMR1OPKm1k4hF\nv+zR\r\n=nmXE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"ce77d62406427a1cba78fcbc482b1a4a1d2503b4","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.5.2","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.5.2","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.5","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.5.2","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.5.2","react-dom":"^16.5.2"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.5_1540104893460_0.7055811665859961","host":"s3://npm-registry-packages"}},"1.0.6":{"name":"@tanem/react-nprogress","version":"1.0.6","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.6","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"4b10f5ff33f86a5b3bc9ccb9c5d586d583b43167","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.6.tgz","fileCount":16,"integrity":"sha512-Ba/YI1e2VrsgSctfG15LmNfw/XK5b0rLyaPb0mUrgCIxgZViVDlmlM8KDYJXEH9GZZevubAzeRzf5lCGnwgoZw==","signatures":[{"sig":"MEQCIA43UoB9NJrh60O8Qlywg0SXmNJ4UinXUwT8vJRWShu2AiAGCL0xNRrX0SIz1I/aZgcWGx2IcHq7ZDuEzo9DAmzalQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74268,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzCkeCRA9TVsSAnZWagAAGZoP/0BK/VNRsfG4AygWiM85\n15czPIrhH47e3E+Zp4Kw98ottPR7zuPXp+ETdi2SvDdI9qe9g9vxMKZtXThx\nDYSMe65gQceDVf/hXSuEvT49ZZ62v2N2Ax9xFaEVW16lsMJgblPBcovDAS/8\nIinfFQlvuhZ/GYseIRerdS5V2ZOdxwEfvP6sxZnTbpv36FMweHJR3lfsK87W\nbq7oPP8xqinoL48+uTW7PvIrI30phh6w+oycIk1WiuX4mzahSkFBYMmgL5dW\nj/YPSh5CvfWr4rFqZ71EUELMWsyH3Ys8JF3hh+GaqX9W+fzh6LVXN/26R+kh\n4+w0D1Wf7p/1fWxlj+eLcKy0mO2OoxKEs22fKLE4TqyXji0snpZAa096t0ss\ngyQhjSGY/BdFdFqvgg21loN7fpFg1YpMk/lI3eBnarsze2RLnHYV40q+AUdq\nkBabu/xVoWD2FGVtSHBhSopFtLxmsE6wWJk4sTPsWDwGXw8X60LLAjRpNZ+7\n03xp8jVTGlecSwcLZEW+t3f+v9m0TB/7S7WE4GNw8NRo7sgYGXOws6WlMQvc\nT0A97/9CZQO9aRc3Awg3MxHr05p0wPrrFb+xIHAZ7qdCi5t8BRfF8RxbuAxe\nmPH3Yy2vskUeyGHB+gCRu+F3y6nC3hjYrAmo5KHgOJEMtehxs6iQQZ+JCAsw\nhEdk\r\n=wKRz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"8b4244469af617ed414fc1d53c5abf7520fc2934","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.5.2","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.5.2","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.5","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.5.2","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.5.2","react-dom":"^16.5.2"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.6_1540106526134_0.07952377407800393","host":"s3://npm-registry-packages"}},"1.0.7":{"name":"@tanem/react-nprogress","version":"1.0.7","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.7","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"3714a0946ffd91d6ea334f8a4b876e00a0db3cf4","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.7.tgz","fileCount":16,"integrity":"sha512-KBL9YjhCTgRxHjkex+CEPysUMHuTeyvUmUncZtd5Rig5pE/YXT+S/7ZkL0Z3L94cLFXs1ZSBIA8d7us1wkAvTA==","signatures":[{"sig":"MEYCIQCM4hndJdqPsHzq5MfwYIdFuNp9BJWKKbYAmpsacPfXlAIhALevrKhr7J8eZMbz9PDwiN3HYcsvT30Ki19yJMwwArjj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzLTHCRA9TVsSAnZWagAA26QP/RN8BdaGU/dX5DCbZb1P\nQl0Sifw6hIL4o4qdI5aSdigWLMSZmW2g0QLdt1gxo/B+e0/OygflMwk1i0BD\ngpHvVnPjvnkA8Fhm37pZZTpn0ICeDGJbZsoZuWAi/nEzVlBH4QfeTFAd9QYe\nLaiIynD8dr0d72VxxZ5j7DTuT7PEZVBjjJKMrXhH2FKw1V+rzbWy+wR17wUK\nlcUJuZ2JgZ0TgXovZJhiGgTSwvCjLs/N/kKbzGPCK8pMKK+ipf9U0lZZMrGr\nhmTAgXG3W0LkdUi0YG4JpWKJ4Hf9gkUDIvGqiFYLZf5Ci8+QO6ttYF12ix9O\nlz8/5sddF/sCwc36THH822Sdk2P6jRHuBhMzkEffBraATlgIe/L5eCwEHwjd\nPlW/F0XxARY8xf6rAn6zPLLaCdooFfQuLJnMisqMMvz8FP2Sj1Jkv+lLXH73\nw4+iZ30Y04FInP+pDowkNSdjIcT/UFvDLxgbCn1GTpi3di5h68EKIKhCEF8V\nLk/XeJXakoj+ux75jwnQ1MljNm+DxcCarK+rtOHlifZuJgRXA24HEhjd5Bhs\n9v9ctDEnAFb8IUKRmhAu+v+MIg6fzKo8Rp5Xuik5jmwgA6QKAt40qAU3JPH/\nfKK76CJhu0eaNTTOU00LIvdKvP4bElm97BMqJMh5u7KHmYMbU8Uq+KibfrGf\nopub\r\n=TByp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"19f36ac0e152fa382be176fc576162affa5543fb","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.5.2","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.5.2","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.5","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.5.2","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.5.2","react-dom":"^16.5.2"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.7_1540142278943_0.9098474765045632","host":"s3://npm-registry-packages"}},"1.0.8":{"name":"@tanem/react-nprogress","version":"1.0.8","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.8","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"92ccfd00cf5264f0b1da5b237a8531e383b9c9f9","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.8.tgz","fileCount":16,"integrity":"sha512-B1WhnKA7zurq+4bg90i/KAs6072BMxqEvjLa1mmb7lFXQc62NsJD2RQCcwx6sSHQvvP2uRmI/obSolSO5Pz+Ng==","signatures":[{"sig":"MEQCIHZQmVJooEDHTRybvitQvPW+sW6CmJmvkenHRuHJnFRbAiAqivmxgnkyr7uAXI+cdI67hcUUULQVLY8x0/01sxQqBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75232,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbz1ReCRA9TVsSAnZWagAAuiUP+wa0f7hOnYeYBou1nAnp\nT/jShVlV1H7tjTForQZtiVQZ9/Aj2H8GtymrviKeEajpRmF3p6s703ldRFo4\njCWrIBFwSxjRRZDImkavnTfFiUaG/zUn4cIJ4ITzU3WEGbn570OaZTkiFXFY\nHBHSs1Xn2W1uB4ukwPTJth3Ud13/bf1hTkWiOJUSPRxG7IV3zX6nAxrvqQiY\nu8sifHeXeAd76VFlZZHUwVNKWf3g7xl2g7TpI6EhrwZrXGejo/3KUljt/X0/\nmDydkldm1F6m2lb8SrNuGLSW/TJ9gFTe50v3T+lh0Sv2CkVt4NetPzBl4Lri\nhpLaQn87uHUu5fxOnJrPja5u6z0V0h/Gt+etwa5Vx3QgaxmmzDqkRqrbU7uK\nHcRqgomgF18wUlcqmDSNfroiUdzZ2juybs9qfNkqJz9voVR+2HUURJNGIJpM\ntjWJdoTa7TfkLM2Ftr234JvJJ18WsoyZ4PN7lfvr+zEq2VOESe1HR4mpg38p\nNQUtjOCgy7lzN40cgSjLo1fR/wiFhqmX8A6Sje0nw4aMMbpHs8kQCmWD9Mxd\nXclIDeyZPWJNbsap7usircfgYzW162NHMWvqhbggmMvZ6PxUJcf4K0c2YxYa\nVBQ2awyIE38p2SwVqXGdrqXO4uZ+G8PpLcAp01dRMlhT4bfT15I4q8iVprFu\n3kWC\r\n=qerv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"2392c3c37fca9e9bd61b258ea6a7a84a1ae6ace0","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.5.2","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.5.2","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.7","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.5.2","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.5.2","react-dom":"^16.5.2"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.8_1540314205810_0.09806600575319124","host":"s3://npm-registry-packages"}},"1.0.9":{"name":"@tanem/react-nprogress","version":"1.0.9","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.9","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"53c9946e69a5ad6b559053da426e758230e467ec","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.9.tgz","fileCount":16,"integrity":"sha512-P42+yAMhdzDuYBEJXEyQ5C3OGvMG+ZNp0I0uc2ZuvDnS2z2oIgMlytnXM9tG1QrbH6c5UYaNhGZ72cIKpq51MQ==","signatures":[{"sig":"MEYCIQDI4o1THKlf1b2Wcn4zvSUKRQV00LZtQnIMf+BVUQw9YwIhAMDWaoLV5AVGyrmvyo5oEJpLIJApypKzXgdibEKuN8Kq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75531,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0NDpCRA9TVsSAnZWagAAY/EP/jlZCizWRzIcb9ueFNuG\nmSvpWVcN/ICBHCDiSUKkew4wsXvLHP8oeH8l07td3xWAIVFcNKdxItA9ziZX\nrWSiwF5u6rayGTRkQK2xwk/ssNafVqIjFHB+IxyC9adcEi8oDtZmoY8kuMR9\n1C8m4f1fmI8Cr6Z+7rFM3MKpoJzNHt6WCK2Ry/WA52b2z8ZiinrGPT5O1FFj\njVYeqjUtOwk69/9LOggJw8a4TvMwiTe+14Ug4NrDFvjDSQObHpHBs6hDJ5TZ\nxQy8pApuSl9C8qsBmQM1IaUkdDr/av6qpnYH4PVwvI0dDIN6lgsuy0eLrE6l\n4bGUNMkCm1qIB2krEa1ocr33Pem7SUAT2uprxm+PHHuF+l81+iRROW2BbUQt\nplNYBet/OJJj9HuSpLsbIcyLC9GWy5defP4c3b0qAKhPzerdze+t9ScSrmms\n8qIKB6icGUIW3KO8faL4AJx0SQmeR+gi3TsYfc0IgYBNSeMMifqCE60+2Oo7\nq7q3km7lZeck+xQ8RfxnsSXXBsYZorkknJ07OrH7vTPLXuXkm7dHVhzFHaYR\nfxApFtQSaR4tpO465x42Mk7NMJWDE8ltmIgj8hZxJXQhzMz3RABgM+ibbUfn\n4pqUhE87bHLHUQzvu3BY/HAdFsTjAyAp1wokXGwEC/h/dz0qn8biFPX3ulnc\naH8f\r\n=4jm8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"90deb3e291273756d8916df7d86ba40abb003cbf","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.6.0","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.6.0","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.7","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.6.0","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.6.0","react-dom":"^16.6.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.9_1540411624971_0.9804549398692639","host":"s3://npm-registry-packages"}},"1.0.10":{"name":"@tanem/react-nprogress","version":"1.0.10","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.10","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"6586bfd5591f9ce180b170c1e9502146f7a2ef85","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.10.tgz","fileCount":16,"integrity":"sha512-DwBRMIgYVMJE0Q3HYYcRnlE2wpOzNW5gTD91GI2CA2puusUlFvd+wO/Ggivr2ett5ESOZGkGpONL43l4qlsuFA==","signatures":[{"sig":"MEUCIQDi/8fjfx1jGw5meRrWY5DvJ+51XekWVZ0Zwrek+c8unAIgakDJNdpF9Jflm4lLmIZXmT1hNWZNgloCjoxvhTWvHgY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76056,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0N0ZCRA9TVsSAnZWagAACQ8P/0+JqMscPBzVv5DknRlG\nAaRVnEM0INtokRGa0qpEZZjlJ7k1oH3Q5obSnkdq7VdXqUPOdcN/W5Fe9Oyq\ne7IjXXnPqnHSb5SeapJrP7NYt8PAo8pFdhhFE0DlRMsMOQ6FBiWlKXRyOkc7\nWScXHOMcVhK+wvzOofFSmsojALjLNbiEFZnuyuK1/oBn/nRNbzD9+gxPRniL\n9PB4P3sJdlad5WrS9kKo7E3eA9hF3GM1nUCDnlamuQzi/fLDJ3EAwY7gDmA9\nMeU5gyqKY+3cvdUXScjtFO1lC7WTC+eMhphsRIDpI0bM4Rrp/wuK4WnDhk9L\nhEUASwZVUZyOvlwgbQCasZ5myvLKUOLdrvqo6Q8l7PAsuNMC1EkYh8vPnh8O\njxA/yHj1pHkyUlKL39R/g4cAyS+BvIba/G0VJJYeGApkp0luExoO6TJeXXya\njE6m4N5N9r6Iz/WpxhhmFaRBnI2ARADYbTPB6R7ywggEDFTFUcphhX/F39mP\ncEvxHHcvcewoVIuAxZLUwUDjlgnW8l4q66SyWzfUOVchqXQR8I9f1iCfwpOf\nEshB94e0t3lJ9mFuUHjlHhpx0vSBxNItsutFjaz5ffwWGiNvJMuQgD0O1LF1\nXtvh7ytXfJ3m2JHTnPAPIWtqa6X1FHvIwNtV+18hxUBYYw74vg6wMwGv7PGt\nlZRb\r\n=1auL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"ad4c9cac33fdce1b3dedbc830b3313c4e7aaa463","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.6.0","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.6.0","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.7","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.6.0","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.6.0","react-dom":"^16.6.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.10_1540414745291_0.5803626054108615","host":"s3://npm-registry-packages"}},"1.0.11":{"name":"@tanem/react-nprogress","version":"1.0.11","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.11","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"51b4680fd45cf30028667f4eb637124e2d7909a9","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.11.tgz","fileCount":16,"integrity":"sha512-/bVZZTcnyjVQ83egel01XfotAs5VfJwQQNrOyBgUP1apvy5MKE2eOb/ecUhmRV0xU8Sn27l9LAO3GkV/CvqWmQ==","signatures":[{"sig":"MEQCIHtA8ZRuIx1nhqJzw3Zw+xyqAE2OCRQC8LqztvRjXuGwAiABZgnItBnQvaNgB2gD0HJLSzPtY6sZxKUwGv75YVTPoQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb09DlCRA9TVsSAnZWagAAAC0P/1QmJYC4qRMoNMlcHxEn\nMZD0fycbrrt4jxzSgc2oVClj73kplceumnsRT7itt43afjcu6lSGuiGrP6Ow\nmm+c1M/LuHEkaqHly7EZShLzlo7K/X/valrCSYx4IB/sEBLhHvqSL1btGYfa\nXROp/iCM8T3baLHQC8bHM5cO+z+usi7VA7bmQ1LlUDwcZmIXwnnUmvFUoBmB\nNCNI61xOYuUf7RT8PORW634MoqucL5iOYZ6cI375l9CaTs/1a7VBRqIJ7pKt\n06fv640rYA+vX5kem+0gBOpvPPuK8DH/H3b8ic/NcYRQlTItN1Aakq2bwcKS\nenMPYwebZpShrL9aOAkdyMYlaBjRSntTH8Q//zN3Vl5fa3SeOU1crs4wAAyj\nONTC0fW/s/3u6HRg8QD3mplTHu6BzZJQBiYfMuCv08sTd5irz9eA8k9wRzLO\nyiZblNo/3ZewFtCeut1xpo/Z+PAvi848d2XeHholefKj6JZKv3UQdPFoCe9z\n0xHfaGULB6rm6Yw1W46a1T66Plf1NS2CxdadLbb1Eqs4ywouBWmhnEWBWk8P\ndOPm423+DaoTKQwCchM73E/Vcs/hm53srclfZqgMNkDIv9rc2MRO0JYJ0r5p\nEROOBU794O3s71Q7M3SZtAc012uN9hoCY5RIYiZYkDIVwYudFn37eUxYjTgJ\nL5Br\r\n=p5Cp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"5b6d0c37d44a848d8502457f74b08e6c8d8b21a7","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.6.0","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.6.0","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.7","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.6.0","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.6.0","react-dom":"^16.6.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.11_1540608228100_0.5210278106806387","host":"s3://npm-registry-packages"}},"1.0.12":{"name":"@tanem/react-nprogress","version":"1.0.12","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.12","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"02d2ea2010e479eade62d436d03688a5bca50c17","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.12.tgz","fileCount":16,"integrity":"sha512-xDQex9CgIeLEbJxv5TN2sijGi4VS+0EsCMnRtZK4J6EqI2g2rB9RThtku7KqxLX3rU+w8cBfsMk3Lg5esPMLaw==","signatures":[{"sig":"MEUCIQD+rJ14mROQAjbbRh+nujnTpGV1MgowoOYuuYuRWs9ocgIgZ6v/VN9XGzJ1PvWRccHWo/IeyJQyc0qrIi6nVFIZ5eo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79732,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1LW1CRA9TVsSAnZWagAAKu0P/Ri0ClrUNWl/YKW0JWcW\nl2JbDBTMqTkm5FkZxwA/J83YQdux4vyU0zJm8Vl7sQsPneIu8LAloSU+byje\n+OXpj6fzliwBoCnqOq/h4EgATs1mi/kqSbTVuNsmVy1obCebBzTfafvgDxSO\nw6KrOydigNFFL/PvrJWucgLDskGWSDHVLmwc+PaipYRO0+W1ijqx5z6KL4+g\nJN3TUtHEAFu4aE35pFy2IBzP+T3/13GVt4mMr6KVExQLDbgWUGtaYoCsXxPG\n+AqlP0Nj0M+SKBWz6SL5SlVEvKugoGwDqk7zEPQjVKJ7b3iwuAt+7pzkpSOA\ntNKjsJ3fiTy9DS26A1pAXsRqiEfzDjrLyP7UQfboNCL3m511cynFSZwP3xEP\nXW3n6XWK7u4AvIXck+ycyHO/FBegurEzmXj6ogaYB7kiZUIH6ho4tKnQrWyR\naTOFahfUxQB6es4U5UkI+iyEzuQyive8hbcO0logWWKDUB1e946cwHu6BGRK\nfJdhayJGKPJHrXHVKrYqG9taULVUtVEdoNtys2I1Z4K9ph9b2MQ5pykYx+t4\nEZev3JaCK6mR4qg1SOuwSpth6Kc715eCwANOgl7ooabO/ywm0LDgd+/iIOzc\ns5Dejtp7CisyTJzWk2oA6uATBLRvjo7HnTc4TBhjQizuOt9oJsahTUcO1UJn\nCOwc\r\n=1kVs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"76b99c699b292b74f041d417e9b8ec1ee29f8941","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.6.0","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.6.0","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.7","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.6.0","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.6.0","react-dom":"^16.6.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.12_1540666804556_0.36422218212946667","host":"s3://npm-registry-packages"}},"1.0.13":{"name":"@tanem/react-nprogress","version":"1.0.13","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.13","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"34ecf40d087703ea487f8913d62197a749b30f79","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.13.tgz","fileCount":16,"integrity":"sha512-t6QFp7YK204A5N11yIm6dGYw5uYZYuMbcubucxaSkg7W5qnMNuxFK2CYg258px9xy2Zc+gK26uI1NlR1HvvzDg==","signatures":[{"sig":"MEUCIEacOmjKyjw9DLqLrOj5pTIQ3vY/ujzvi8W8sXnyjKK4AiEAu6AunTGG32OPDts5Bc8ZFfVs/0grTfbdOwThbFqqVgM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80116,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1WD1CRA9TVsSAnZWagAApqwQAJyqFauT7/Z7zWQnBAdo\nvHeNkNN4fo1XosYdI+jlBoWqoXq3scd1etv1Wi9MMhLy6w2j5kI2dL9Y8MXg\nMtQd+sihoc6pPpFgH6grfrj7QTn03+2NnE+aCXRjPWzoLafTjKBzwCGTDIoO\n1VL+CJbKl5qXPKjPBZpJ+6FJXR5K8roeEhImjqK+b850sp2VR+EH/sJI4WNf\nh/Lf5QTPRxgf6dQ3H946xbq6IsHbwXs1JWDWdLmZAcJ4B7nUSXhqMtNOYxeX\nwYH0D7kYQKVDYTSQVELCwMtjA7v/bPx6b14qA9NFwqKFiLkkBrmXVNtC0fPE\nXG8RcksmwOy4WSXJ5lmUFo22jFkj9cYgwBXo9PdtOL07oK937gSH/vgjW8u3\n8mknnAixnDOhypvs9I3Y6RVTNdrxe8S1/Zz4H3OxWFOewfNQ6NaCeYtFuYK2\nFqXmR6JgNSrDXCYabh2kwDLOdSGp2bTsgvfxjd8uuZrIcnv/C3Um1/T0OAG4\nS6XWPXb70BcQCrMVP1SjeeLY8zc508KEAZq6grYYgB4bQd1lBPU7jPl/BVen\nm5U+rewIi7ToeQo9uUFZ14Zvnnl2SrH9XGskve+HOsNEX16ALP7W37GhB2yg\nfrmjOcjc5sbEd3QrMU/diTD8w2YfPAifrCfFSGut6Nm8m0q2djTLkF5MC7m7\n+Fbx\r\n=/VvZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"a5747545f49caa90f7ff7bbc2d0aa9297c99a6f6","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.6.0","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.6.0","babel-core":"^6.26.3","typescript":"^3.1.3","@babel/core":"^7.1.2","@types/jest":"^23.3.7","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.6.0","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.6.0","react-dom":"^16.6.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.13_1540710644114_0.3741595556737778","host":"s3://npm-registry-packages"}},"1.0.14":{"name":"@tanem/react-nprogress","version":"1.0.14","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.14","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"374c2543bcec677ca98e9aa86ab4be7d2fc81f1c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.14.tgz","fileCount":16,"integrity":"sha512-s2aBvqKSvt3FnQ4MVwEJ4lLGpV0bCWq5JzGM6aDhPjWtXCqc2bEyYt1OpCythkokibQcwicWz2yOyoTkuOQX3g==","signatures":[{"sig":"MEQCIFX6w7+mAc0EljxR+h4fU64l0Y+zLTj8OZcI7PjN7qPtAiBlmnEZNAHGpL+SNxyuGIPhhP15yrXdkrtDItaWVlenwg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80339,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2jc4CRA9TVsSAnZWagAALdEP/A7Z+wpsaCWKoRnLzlBn\nIWNeJ2HySYocUsiJXQD+eMmgaMSNDlRMxxbxaPiJYrNoF5Jg3ElZQo1b6Ck6\nILol5DEVriQsso43meoR1TOdXFuQow4aqOVcGuT5b3AC/83sWWVoZ6VTNO/g\niSYE1IbwPmCkeV16xZYUWPdjjzUrw45D1V48rgL44Gi11dv+TCPkBGnE+/nZ\nACP8Mr2iAQ+wjprLjcg0JviT0dTNfFR9nTh4ITiKYUimvyxt6BF1UN990cCI\nC96c7y+lULSq/146PJnde/Ta0IcTBmfxe6wazjmgpELI7H+8xf0Vm7QU71cv\nx5hPqW+pd19skxaRq9EG4iIpLiWuY0df0+X6Up12UvqLW4YP67UFvRDZtOC6\ns2n9O/GxTKQimXpo9Q177O9kW3mWVTLeZ1Wc185aONFtJUQ5tuo56lMoRo48\nEjhJ+GuTBusZSX7loCINuqvse+NHPqwFiXGXno7ZeXfYq4XNOA4r0q9GEp+x\nS78JwGQHprAJREUivmjjNUKFZJK0zS3nGMFSvADDfmmXTmfo3kjgACEbJRfl\nU7HeeZe9qBMiGmw3evSheyqnlFMWKVWjNrNayxuKsnRwyESgr6ZfPkARmzU4\nBmtWU49+fH+TKzM3o0BoIZLDM28CkqVlWcvYs9qRBNM8L83WUy4pl5WiSgaM\nWup4\r\n=Fp1+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"ee81412921b98311dfbe3bf0f7a49637d85bce06","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.6.0","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.6.0","babel-core":"^6.26.3","typescript":"^3.1.5","@babel/core":"^7.1.2","@types/jest":"^23.3.9","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.6.0","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.6.0","react-dom":"^16.6.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.14_1541027640031_0.9518366585952165","host":"s3://npm-registry-packages"}},"1.0.15":{"name":"@tanem/react-nprogress","version":"1.0.15","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.15","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"01b3cf8978280e283d1c0539f04a30d68ca7da45","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.15.tgz","fileCount":16,"integrity":"sha512-DUBvy8MTAJRouxhBXsyQMLWIq5VRvUT0Zn8jnN/HSSzS8oYgUvMRTmndQ2nLL5jMzkOthrt+stqXrckVfVprvw==","signatures":[{"sig":"MEYCIQDOltNj7xAotPu9K1gbPR0hR5ROsMT4/WdeEMLCau6mngIhAJb5O40biWowaeMlpXcOEDPEOu0WQaTXmTkNHCcgH31m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4KWgCRA9TVsSAnZWagAAeYMP/RLZOrpf2NQTmhJaBh60\niZrI6THWAG6gJ2zmEBIO/Zzk1WOWpHiIsvkTSec6cQzp1TL+1KcVRLzUFJnr\nniEbpx1M2Cwb8HTbiak0lUGeM5z+xvhcq+X/Rk7z5jEXTF2U5gAZJrGUmD8Y\ntFqClMocofJOvjej/FyTiCEBVuNl6zGvAJPSRU79jow6yWZls3yFXnRpoR3f\nypCD51UUEAFdZLggp3fGjHHnjZy4opnsqnyO8g7eJW2SS4fUjFCtH5dD0cBt\nba/JDVVJCvRs9CEA/DPjBk/lUwWxeKdSQ5s7/Krh7Za7lXPH4bXAQzmyjjYk\n5VJ32lp3iAtV3Rs9s+tgILUXBkn5A/IIMXExe9jmwaGlv58X6CcWOb+m3bvV\nAIQQEc6L8/vad/ivoc1kVAIa1gilIWJSeoSzwsCmwqIKzPhc/TUWMnWKxb10\npfsbi7jkqED8d/Qx8+WnwpGZ1Ak/1MkooMrQo+gtGo2Z5PlzvhcHjmkKPDQl\nTVD/ceEgNKkMZVtAiO7lTY8xQ77gwSLTtcEVU9/54DSpGzsPWq/0qHU5HW4z\nyPcsh0WvVVxstuhtW2gcx3hIbgX9sj7u6/vtG1pDMKOWC15/GQ498wl137nv\n9dQ4Yr/Vw3Cjhp3X+Qazj7TZxVV85VcWXZPCYmK2+6BEdY7QS84AHlKJo9Op\nlDwd\r\n=uKM3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"ed1efeceefb32f5e2190a3b0a7184a5664cc12cd","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.4.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"8.12.0","dependencies":{"prop-types":"^15.6.2","@babel/runtime":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^23.6.0","react":"^16.6.0","enzyme":"^3.7.0","rollup":"^0.66.6","tslint":"^5.11.0","codecov":"^3.1.0","del-cli":"^1.1.0","shelljs":"^0.8.2","ts-jest":"^23.10.4","mock-raf":"^1.0.0","prettier":"^1.14.3","cross-env":"^5.2.0","react-dom":"^16.6.0","babel-core":"^6.26.3","typescript":"^3.1.5","@babel/core":"^7.1.2","@types/jest":"^23.3.9","npm-run-all":"^4.1.3","@types/react":"^16.4.18","tslint-react":"^3.6.0","@types/enzyme":"^3.1.14","@types/lodash":"^4.14.117","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.0.9","@babel/preset-env":"^7.1.0","@types/prop-types":"^15.5.6","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.6.0","regenerator-runtime":"^0.12.1","rollup-plugin-babel":"^4.0.3","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^5.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.15.0","enzyme-adapter-react-16":"^1.6.0","@babel/preset-typescript":"^7.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^3.4.0","@types/enzyme-adapter-react-16":"^1.0.3","@babel/plugin-transform-runtime":"^7.1.0","@babel/plugin-proposal-class-properties":"^7.1.0","babel-plugin-transform-react-remove-prop-types":"^0.4.19"},"peerDependencies":{"react":"^16.6.0","react-dom":"^16.6.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.15_1541449119328_0.18520175650309634","host":"s3://npm-registry-packages"}},"1.0.16":{"name":"@tanem/react-nprogress","version":"1.0.16","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.0.16","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"085d754453d436904d5cd09ebd427e0f6d963a07","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.0.16.tgz","fileCount":16,"integrity":"sha512-rCfd3xu/OzvU1sUBLoD05n6e3tTxHGG4r3xJERbAplEQn+B0YX4z+Q2SVdMRMVKhjU8uXYK1gRV3cqLU6tw42Q==","signatures":[{"sig":"MEUCIQDdCNFnwPFmm8eXHEtaCBoOldwELX8ReoStMUT2FFAMBgIgMcpj5YM0vhe8PCtGtRZjt/IT5tz+CWVqfNwkdSjpzKw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81211,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcb0NDCRA9TVsSAnZWagAAXPIP/0eeU1NUmL/7NBMhxv6Q\np2fk3EMmps7q9SOYBKewlsaI6kEwKRWU+AYCYDUQ41UH5QzQNbcI1eY8ZTgK\nW6OIoQjhkHG/fJlYgnn29YNjjHi5hnELF3Bxb9qtnK3NbDB1M0TYCfze5UqU\nPdqbZ+IiE5svnHmkSqyRmspCgIGYotBYGHW4Uf9Ssx8mgoTreK9WZOOQxanQ\nvtzQZZfFctYq+JZxT3KpKE9Bcl100dLNcH56KS8eakXdVgaQXgWcXheE+VGa\nEckxUpxSCdDCNjJMi86/C1449atwofVP7/vxNbKbuW+U9/pkeZLUEtywQUCH\nQtiBEzTrUGHxlwjB2Jn9u5OzHVpwwhfo3+PJ4eaoSR7Lh+/0w1XL+4aA4Uxs\nUZaB6FLrnL1jC3SQUzTaqP7u0ghb/4N7ODb4oKG46Z0ijqJLOH679Vig3d9f\n3x1G9IEp9jW2211r9b5geHZsfEvHPbYE9ebErHU/ISzTXHlZeTWG36jiLUz3\npPnVorcau28CpPudmitQ2sfucZGbkErbBwxXlPgPn41WvdfrqUwjISG6KTUx\naJP9+ciT0kSKvhyqNhWd61A/PsRikBwobrkL4wcq+iOw+P5ILoo17DUlhjdX\nBb0hSmtGubQFQh27+moKHr2Y00m2L50/etpzt/ULrSm+hP5d24WmfnQDkdI0\nPs1u\r\n=4ZZ8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"b9e8df127d7f9506ecb6ac1941d18fc29dce35cd","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.8.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.1","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.3.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^24.1.0","react":"^16.8.3","enzyme":"^3.9.0","rollup":"^1.2.2","tslint":"^5.12.1","codecov":"^3.2.0","del-cli":"^1.1.0","shelljs":"^0.8.3","ts-jest":"^24.0.0","mock-raf":"^1.0.1","prettier":"^1.16.4","cross-env":"^5.2.0","react-dom":"^16.8.3","babel-core":"^6.26.3","typescript":"^3.3.3","@babel/core":"^7.3.3","@types/jest":"^24.0.6","npm-run-all":"^4.1.5","@types/react":"^16.8.4","tslint-react":"^3.6.0","@types/enzyme":"^3.1.18","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.8.2","@babel/preset-env":"^7.3.1","@types/prop-types":"^15.5.9","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.8.3","regenerator-runtime":"^0.13.1","rollup-plugin-babel":"^4.3.2","rollup-plugin-uglify":"^6.0.2","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-filesize":"^6.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.9.1","@babel/preset-typescript":"^7.3.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^4.0.0","@types/enzyme-adapter-react-16":"^1.0.4","@babel/plugin-transform-runtime":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.3.3","babel-plugin-transform-react-remove-prop-types":"^0.4.24"},"peerDependencies":{"react":"^16.8.3","react-dom":"^16.8.3"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.0.16_1550795587308_0.9414578919551653","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@tanem/react-nprogress","version":"1.1.0","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.0","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"8cc1c2073aedba8b5e04f00a72c5e253915cd908","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.0.tgz","fileCount":18,"integrity":"sha512-YNxF0vh9eHXk6Icx+kVV5xJxTI2OQglGERB7vEkaV2IUIg/tItChOajOES0j42xfpTvZH6ouJgaUHmWQIambMg==","signatures":[{"sig":"MEQCIA8ES71/+aQKAtnWzKsOOGGKOr00ArSlenXxIGWBbn/PAiBZYCPnZKDhjAFDj5BhXWrSmgb/CY54xxdtThSkcgm/fw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":146544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfVPnCRA9TVsSAnZWagAAbn0P/0DFNFDVqio8CmpOH/vg\nsR1XSqwimnv0CxKR3nufFR/ygmEla1aOtqJH4TSovM9fZoeJGkVcbjjwzIzF\nW+g7WBSjM/sGnWvz+oShd1jgytSBnAxJczlLN1k7jE1KjL9U5XnHTCCBk2aQ\nSCggPyU1xcGZCrunQp3dddhh0EhvM39vlAXQRr+UT7gr+uVZLU4+ucOi/fiC\noFwJRt9U2+u2bkiXX9H/WolHm+rbTUKy4dhmnMhTrRljKZH3C6c24s7JH3AM\n1JeSQV5FRYKaE0gKsVosDvmpziNP9CgZm0UvqsTyuq09tajdFjxHrfYfgJYj\nW2MdwkDdHCu9ZnsWu+YY3v/Uo/IBYqcsBzcl1M82dcOPX62oB3/IOaNYXDuj\nsCF0qE00FLmV0zqeYHioiKLy14v35CVjNlRwyLkjd5uyNOkLRgl3ZD9ofY8Z\n3h1W1SzPKiiuwoFOdoOn2ViGzEH4gwuiXqLAuVPCswey7/30FrqeqnYUBAUD\n4gmeANWqvtyhXLPSJ7PVZ28Elx2gzGy6f7YJtPS8MO5giPgJuruxRc2+V3Pq\njzgZ1Le0YmPajMQgAOIvU+2uq9FWlGXR/PV/aAHyNtphGuGZxXYbFUX6bPEi\nh304bZu79dsZdoSM2nHEz8fiojtAQcV1rxaWjT3Md3OoXJxt/anK3C8QOb8C\nty5a\r\n=GXTt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"e2db975dac8459605f08015e8a25585ebc5937d3","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.8.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.2","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.3.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.3","jest":"^24.1.0","react":"^16.8.3","enzyme":"^3.9.0","rollup":"^1.4.0","tslint":"^5.13.1","codecov":"^3.2.0","del-cli":"^1.1.0","shelljs":"^0.8.3","ts-jest":"^24.0.0","mock-raf":"^1.0.1","prettier":"^1.16.4","cross-env":"^5.2.0","react-dom":"^16.8.3","babel-core":"^6.26.3","typescript":"^3.3.3333","@babel/core":"^7.3.4","@types/jest":"^24.0.9","npm-run-all":"^4.1.5","@types/react":"^16.8.6","tslint-react":"^3.6.0","@types/enzyme":"^3.9.0","@types/mock-raf":"^1.0.2","@types/react-dom":"^16.8.2","@babel/preset-env":"^7.3.4","@types/prop-types":"^15.7.0","@babel/preset-react":"^7.0.0","react-test-renderer":"^16.8.3","regenerator-runtime":"^0.13.1","rollup-plugin-babel":"^4.3.2","rollup-plugin-uglify":"^6.0.2","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^9.2.1","rollup-plugin-filesize":"^6.0.1","shelljs-plugin-authors":"^2.0.6","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.10.0","@babel/preset-typescript":"^7.3.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-node-resolve":"^4.0.1","@types/enzyme-adapter-react-16":"^1.0.5","@types/hoist-non-react-statics":"^3.0.1","@babel/plugin-transform-runtime":"^7.3.4","@babel/plugin-proposal-class-properties":"^7.3.4","babel-plugin-transform-react-remove-prop-types":"^0.4.24"},"peerDependencies":{"react":"^16.8.3","react-dom":"^16.8.3"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.0_1551717350434_0.7463170132753567","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"@tanem/react-nprogress","version":"1.1.1","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.1","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"70cd8a061e4dae5b7cc070723dc114853bbd26e2","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.1.tgz","fileCount":18,"integrity":"sha512-YMi5PQXsM/G38WdwOo5MmmEvR1LqUaU0ajAQJ5zMjvdSf9xV8SlKK1mt+o9MV9CJamrOF+ooz0oPJdBqarNOHA==","signatures":[{"sig":"MEUCIQC0BMvN5KeYBOahXHkFhsMVh9Q3lFtOltUXiIqGbiFVQgIgVA/TqEqGHAvY/TSaBBG1M5MBceUaY94NuKyClAngyPs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":147822,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgYejCRA9TVsSAnZWagAAc1UQAIEv9BXMhYsFnhEEbAvi\nUStjNSx564uD5y+Lq/9UoKn2cXA3YbKZm9SGEQ7pyGhlQyMkUQXF8Jx0h795\n9schFRyD8OuSckFj3Tis6fNxJdxdJ0E9Tbl5I6JhfGBz2aAgqyvC1SaubROb\ngFoBS3IclWZld8qnO+iGDAs+82DLVkROHbSnu4UFXTj7PvT+8RmVrRkjoLsT\npu17korYFKyT5OiHq1+I49t7BU2mykPidEDug5oxlZiK4PDbFQ+fmxmqHCGd\nPkaWY1UbQZEUCydfW6j71t455R2aRnfxMpQ1bGXlM1nuuAcqSMw54uD3XyvZ\njNnLnu5XyHlsiXfVIJkyE0qHB62wzon6vY1cOQ7O0E6idD/qosOUQIqRvlxp\nEQwxqlPRqJBW6xEfSDBZoMlZna3NSobTghGVsYmqj6l986Lmf85Enxcopj/6\nT1dHckJqpJT5nkt1KYRigtI91mZp+W6f5UrPZrrvsslf72tit5/azlAtEevF\n5/1LwS0u0xurVr6dHidzbDCza5MiEpLpYOB0rmVkigDPvAqL8ObxaB53vzNp\nVR67tY+wKQQ1CgNHa60fwwyrzcdCf/Xz0MUYFp6gl2PuvFERVbED4XUWmf4F\nNow1yuajwZ0BZ3fT2lnlVqFMi5fVEB28hDDj6IxNtHfeXNgIVwICAC1jQSWz\nD3wF\r\n=Y2hF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"6a978d8e99d7cd3ac2287c6c3ec9dc47f3c5274c","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.8.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.2","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.3.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.3.0","react":"16.8.4","enzyme":"3.9.0","rollup":"1.5.0","tslint":"5.13.1","codecov":"3.2.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.0","mock-raf":"1.0.1","prettier":"1.16.4","cross-env":"5.2.0","react-dom":"16.8.4","babel-core":"6.26.3","typescript":"3.3.3333","@babel/core":"7.3.4","@types/jest":"24.0.9","npm-run-all":"4.1.5","@types/react":"16.8.7","tslint-react":"3.6.0","@types/enzyme":"3.9.0","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.2","@babel/preset-env":"7.3.4","@types/prop-types":"15.7.0","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.4","regenerator-runtime":"0.13.1","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.1.0","rollup-plugin-commonjs":"9.2.1","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.10.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.0.1","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.0","@babel/plugin-transform-runtime":"7.3.4","@babel/plugin-proposal-class-properties":"7.3.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.3","react-dom":"^16.8.3"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.1_1551992738661_0.809350594932907","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"@tanem/react-nprogress","version":"1.1.2","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.2","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"5f243560ebfd86b7d22ca996ee7a819f223d1720","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.2.tgz","fileCount":18,"integrity":"sha512-QmTH7Rsd0K2Zr04jUdYC9+/hG6aSDIIsDRmqdLjRHT3KCfKHX+PfN1NIVVvI71QhUITHFT/G3GtX0X0iDesvNw==","signatures":[{"sig":"MEUCIGv0l/eYOLMZw2AlNJd0i1WYax2zmRio1eURW+FBFmIoAiEAn4FDBLO2Qctzm5qIDEqYYdrj720+vDWeC1eMEciqZ1Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":148458,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgw0BCRA9TVsSAnZWagAARN8P/3Adg8rcxDuls5zK7n1M\nY34QKOg8ppk4ii3sl17rfge82W7pRYxY6n+Rx6OZ0o3NIIk2/Btum4gVwo6F\nXlJQOv89nSN+kkTQ36CwP6v3LUeq40V+eMSk24AKEH4jX6VWmZVyq9cV+eqR\nM+O3BJZZ84XHtZ1ffA/c6OpiBcpAyDPqHKIEeRuRTxmTNVxfv74Iu/bXtHBK\n2VaZVD2EcQmbLP9776IIoEURLpWrW0vSZ/C2JQZ0BPM0t40O17ou2AnoD40t\n+6Woo2opLbhYctSjnJkagBLZBOWbSvP49P2LbJYaRjecal8/1x4RQ4yTu8tw\nOFjPajAgZ0/KtLwoQTo5wW5GFnHq0f4RKX8kfxNp3xpA02iR0xhsbCF3Ven9\nuPYDRJiA4BiEA/K58g4fjhRVWYxVhzkHLHHWmWLfTtPPZYtkAhDLtOmFHEe7\nGwSCQP6ves4UI4qBSKLWRiNrkxaNca5+jTeujSJ4Q4x0p4h/qOPAf5v64r6r\nj76lAVpTPRLKJovWDyihiAqp7jIK+mlT9tIx9Yiwe/+TxNU/hNhNFrQU539r\nMQfaF1CMktO6H814+lRs1NaGAYrHxL15VJxdClz+Pt3Yi97zNkcQFM7RQl90\npX2vuFpFn8OmzgzxSJ5KF7Lh+7U+kEr2I4kzo5ToZR0+y7+QT9xCvtR1nftZ\nKibp\r\n=6TP6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"f204f1b2cf91c5f80799c7c0784a0e2382776ac5","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.8.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.2","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.3.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.3.1","react":"16.8.4","enzyme":"3.9.0","rollup":"1.6.0","tslint":"5.13.1","codecov":"3.2.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.0","mock-raf":"1.0.1","prettier":"1.16.4","cross-env":"5.2.0","react-dom":"16.8.4","babel-core":"6.26.3","typescript":"3.3.3333","@babel/core":"7.3.4","@types/jest":"24.0.11","npm-run-all":"4.1.5","@types/react":"16.8.7","tslint-react":"3.6.0","@types/enzyme":"3.9.0","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.2","@babel/preset-env":"7.3.4","@types/prop-types":"15.7.0","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.4","regenerator-runtime":"0.13.1","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.1.0","rollup-plugin-commonjs":"9.2.1","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.10.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.0.1","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.0","@babel/plugin-transform-runtime":"7.3.4","@babel/plugin-proposal-class-properties":"7.3.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.3","react-dom":"^16.8.3"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.2_1552092416447_0.032190376714719804","host":"s3://npm-registry-packages"}},"1.1.3":{"name":"@tanem/react-nprogress","version":"1.1.3","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.3","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"d6f4ebfafbc21e1eec36679c5e3733889ce4669a","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.3.tgz","fileCount":18,"integrity":"sha512-CgfrLXC3r9U/ypvlS44CKeUQcWdRNSsiZIOzKHt/Eok2rX/FQ6Q2DvfS0rPeN0f/kGtPVDiT3cHIsCw192a9ag==","signatures":[{"sig":"MEQCIG1dXHV8xPuDmbIARUoZvunGi0wTFt9wKatuEd+xvZ1PAiAJkptZT4JDquftxolOFLQA6JSZyWnEP/ZwuJGQnZ/shQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":149046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchUdzCRA9TVsSAnZWagAAVfoP/2rmFirEu2ZDlzsWD8Qg\nzJnJxEFl6OE65FzQK/a0iLM8UKvM2OfH+FNOtoNeFyYHgwO82SAQ4GAXPRhp\nkiSTQydiJM3YFSVENNHCZ4E5rDZJI12zkQyENzRbUsSM95AZaJwzJJDL0vAK\nIFizK7YAUIcDBJu8eMfI+e4uhnhjFNJIXFVhzkjipaL+4fjYsnPFIMXLes+m\nAnkaN6DSVk2rNJFO8cFEGcEWW0ly6rpJEy+4SrxO+CZnvChI3x2RLUdvU2wo\n3OboOAQ5kTa0ivr2hEMDM9XUAo4w5NjScbflqcgrgdDdKicZrjXsdzM9dRN5\n1QrrdlzNBVu7YiyL1y1FMtwbCeNTX1HSYU1iCRzh0GnXFJsW8KtUXeLNn2AR\n2YWvsAoEw0IC8qRx4Hj9bZIqcTvQuR0IHHiL26/suHJLvud6o6v+SyC6Z+DP\nshCjZYroB4GvUm6yNE6t3i0xvppI/wmOk6zZC/jpUq1laWNiv8UeUBsHV/aj\naP//CTokBaeAuwfI30UUmQwua9l+PeyALn4BTkoF+z5QhQu/Ln6jOpLfzkC5\nAFNF2Ovt5HK/iegeEzPvLhrKh4xlqxrKrpYIWinHjDhHR4OfodGxkyhXufto\n0fdSbPTq/kfTxRvT+uXKjZclzgmy6SQZrhFZX1KEwb50ym/dibvEzi/UUvQv\nC7uT\r\n=eJG8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"ef59db1cc3cc3c8e22e64c45779e6c817eb05757","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.8.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.2","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.3.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.3.1","react":"16.8.4","enzyme":"3.9.0","rollup":"1.6.0","tslint":"5.13.1","codecov":"3.2.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.0","mock-raf":"1.0.1","prettier":"1.16.4","cross-env":"5.2.0","react-dom":"16.8.4","babel-core":"6.26.3","typescript":"3.3.3333","@babel/core":"7.3.4","@types/jest":"24.0.11","npm-run-all":"4.1.5","@types/react":"16.8.7","tslint-react":"3.6.0","@types/enzyme":"3.9.0","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.2","@babel/preset-env":"7.3.4","@types/prop-types":"15.7.0","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.4","regenerator-runtime":"0.13.1","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.1.0","rollup-plugin-commonjs":"9.2.1","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.10.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.0.1","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.0","@babel/plugin-transform-runtime":"7.3.4","@babel/plugin-proposal-class-properties":"7.3.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.3","react-dom":"^16.8.3"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.3_1552238450936_0.32158022284011745","host":"s3://npm-registry-packages"}},"1.1.4":{"name":"@tanem/react-nprogress","version":"1.1.4","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.4","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"caa3425945736323d175fd9823655c2c618e5cba","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.4.tgz","fileCount":18,"integrity":"sha512-kD9vBUF6OszuBvSaSKQuMGOwTmeA1CQBsolBvNZUjnbTETjO8mVR/qnqX0gVrUTAnmVenY7EK98W/sAVSmbnDw==","signatures":[{"sig":"MEQCIGe229m8zpAOPGnHpGbCU0A8MxrdGK7WcVQHg3ycBLqAAiBjhBvbhSgvqfNgBCEzGo0PD3QSwn8BpYSrYufyj8IxDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":149382,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchsAHCRA9TVsSAnZWagAACjsP/1v4uXnuCWvjQ7AsCSBZ\nWobHnCR7T0VWbsySWwqUkAGLD+0JUnwwnufeulfA0jJUQwu4YBpb2MuJGRLO\nBoePjhdAuqYXth2WR44tOv71fU3cOtyT0KJ8J7n4rQ+lShJzrS9bZcUcXbfh\ntJ+yOW4yp72mfcRXiPEkcfoSgtsYAhzQsUeDwJRle0crXFdb43d5Dpr5FLtb\n3oNY0VcVTOKp+Moc9FHkfXKKblhFL6kDthKSJoEb4ik6QeIXalZ2nov1AG2/\npgEZPpq1ZPOzFIeoDjy4Axs8bx/Ye1AD5pUYcNGxwthj8kkCMdkpuHcKcOZ0\nQ+sZEq6XVAZULT5Wz7xMBhD3mcmyMQy/nqdcPsEFh70wpug5VGEFcLwTjp4Q\nZmAGW7jBMNe7JAvTmZxWJB8AN3HcKK99AuZRBIZf9RHMSoLs65jM+/XBENKH\nUsVTMnDGpKuvSJxF0zIZJIg4XvBGPUjPpZSWSbzAT0/gq3loYkakjDO44z/i\nREWgmbeS0WGgDoC4afvVS5LtinMPElm3FMzcjAOMl2apBp+ac64JQ/DIhbIe\nbiQhl0FGt3Wg45+wkQgPIOJx8hpYWoqpL1oaLlyzSqDei0pQly4O3tYEDe0N\nJPOSbdHxmFNaXJculOfSKraHIHxhJcTXKX7/IPQ7Z8M2CAOGjB3iq69tQnPD\n9bqM\r\n=dC2z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"75297f1134c3f837bd4222f1469833eed42e4d2f","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.8.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.2","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.3.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.4.0","react":"16.8.4","enzyme":"3.9.0","rollup":"1.6.0","tslint":"5.13.1","codecov":"3.2.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.0","mock-raf":"1.0.1","prettier":"1.16.4","cross-env":"5.2.0","react-dom":"16.8.4","babel-core":"6.26.3","typescript":"3.3.3333","@babel/core":"7.3.4","@types/jest":"24.0.11","npm-run-all":"4.1.5","@types/react":"16.8.7","tslint-react":"3.6.0","@types/enzyme":"3.9.0","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.2","@babel/preset-env":"7.3.4","@types/prop-types":"15.7.0","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.4","regenerator-runtime":"0.13.1","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.1.0","rollup-plugin-commonjs":"9.2.1","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.10.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.0.1","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.0","@babel/plugin-transform-runtime":"7.3.4","@babel/plugin-proposal-class-properties":"7.3.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.3","react-dom":"^16.8.3"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.4_1552334854746_0.5475696068677285","host":"s3://npm-registry-packages"}},"1.1.5":{"name":"@tanem/react-nprogress","version":"1.1.5","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.5","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"eeda04ae0de20d444be0a7634dde5ca71adff7c6","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.5.tgz","fileCount":18,"integrity":"sha512-d4DpitdFsmvnzgViyFMrgBiq5KMXpJ933JrFKzyTNdid59RYBWgQKXiB8hevWoFklOC3CI6vMn5pBCNoTSYCGw==","signatures":[{"sig":"MEUCIQCTn1/7VHbAP+bMDG1IdthkeXCyjqv9fbhWtgCxdocceQIgPcbSRkLb9oZ12LUPu0UBbx11qYUTaT0dBmmPtADr6Gw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":150499,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci/n4CRA9TVsSAnZWagAAM70P/Rqsfox6eGQpWFpMrWN3\njHLL8YxIbqtVeZR6M+7D4bJejus8JeN2sf2rBVJkPOCvfzMEeLz4UKIZQmBN\n+HwgZ6ZlqylzY/PtDOGDsaqLDZwPu7TH+y2RjulhPUCtgDI1aO+DhUT2RjNN\n31/wdJ1FS7x3iwdpbfjn7Nw9vGBNKUGpp/EYlxk2+5rWxL3dV/j/TX7KjLmx\n/F2tpOFC6ocmZVNlWOA8s+Ih1XkZI/QHBNobRAmW4G7fAP/aRBA1x+/l0SbE\nZUNfcqQboSU1MVmqnCBEQ1JpBGvk23VHBGK8LKxqQSmTUJ2z7YDYpK6hwAU3\nysS24qnPPbkG0vjtCY5Js8JRxugzRo2O+JmB1PyCUS5lZxnHvRuMwi+cieQn\n6NCe/9A9kxxu+925dlg470XbWPiGngMfXoaYvcdF9nnDgQOGOQld6zc0b/L0\nkIMs/z6TdemnTJrX5LTFno859M+1+PkGni3xRwXd05zMU9LWsp1vjBcRjSKN\nd50V0iur/S/mgrcxIzfJ3BI8IBn5vpo7/+TtqTVENWLcvCWJqVt4KRDgV0nf\nIxLiMsG400Si+4BSk8vimrUVQo3RjXlxWHDGXyMwOJb+c2z8QEARRTg5YueB\nwo2IQlf2r2qqLGouxiRWimXqruzjbLLf4cd11kr6FHBIufZy9hL5gspxajbL\nsYOR\r\n=6s0G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"8c4164e4c6877113ea5d113977810219e65ec311","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.3.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.5.0","react":"16.8.4","enzyme":"3.9.0","rollup":"1.6.0","tslint":"5.14.0","codecov":"3.2.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.0","mock-raf":"1.0.1","prettier":"1.16.4","cross-env":"5.2.0","react-dom":"16.8.4","babel-core":"6.26.3","typescript":"3.3.3333","@babel/core":"7.3.4","@types/jest":"24.0.11","npm-run-all":"4.1.5","@types/react":"16.8.8","tslint-react":"3.6.0","@types/enzyme":"3.9.0","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.2","@babel/preset-env":"7.3.4","@types/prop-types":"15.7.0","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.4","regenerator-runtime":"0.13.1","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.1.0","rollup-plugin-commonjs":"9.2.1","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.11.2","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.0.1","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.0","@babel/plugin-transform-runtime":"7.3.4","@babel/plugin-proposal-class-properties":"7.3.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.3","react-dom":"^16.8.3"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.5_1552677367303_0.8426694533291557","host":"s3://npm-registry-packages"}},"1.1.6":{"name":"@tanem/react-nprogress","version":"1.1.6","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.6","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e7f0532f987c6d0147844b4aee250087f6549d85","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.6.tgz","fileCount":18,"integrity":"sha512-a51n0uapYo5BefHuGKDcpJJNd0phrWXTkWH224vgWkKh+5W6xIEP/JUd4UIN6XBNu3rCDWNWQajk+Xb0AElrNg==","signatures":[{"sig":"MEQCIHVqn5Y/2IZS9vEEvdUDn/ZOSU0ZL1wv0LCtiHpIFHTKAiAaRlcQUoTzqmANn0VhzEAkH/oEEmTu6TvwwaN0iGmF3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":151011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj8JaCRA9TVsSAnZWagAAjloP/jVQCSn8rdzY0tOmSGj1\nKVzQXHGVzmpCR3vzLed2Ev7qSOpSwWNR2w0g0cHA/AJinQCA6+Pf9Odw7Uav\ndTntiDKtKC2s6TPQaouKyVMqBLsOdBaHGlbh5dwdAu3Z3k3VBVO1Z+jfISwa\n/okcj0df3zCJJkx5/BOfo6q9Ie/qcfy+ZMg0Zhm7kzNaYl0FB3PWgOG3iiQi\nHrqMho5RMQWTC90utzUMkqQOVhYcBhb4s9fqZEgtqC0cumzyxtDiSh2y9iZB\nZ+Xt/AQQEOozc13rP/AqGLB9Ye//Hc9xMavIYEGCvKH+jmsuByHYzRu6XZUA\n5NOhQNU/5dQ4QOeQCr17yzmOzmixsTjxLSOzSSRf/YDIRhKYp3MOmqBp6GuW\nF99PoMQzw2r3aL77gurfiWALLNujV3GgdKcklqMKQYN40Kan5BDc3Oj9gy99\nI0o0la6U3WLdKKub7OSvabxlGNzswCoTx8R75Tw8nko5XTBRPJ96LkCzlz6S\nCccp009651ja6EXy8Px2imeHr7fUo+gAxDv2BIS+gsPjm1bNKmJGQdrTNfz4\nyP6EBaxMo/nzYHAJjYSbHwS+U3p8ojxzkCWtMHDaFANZH4shWazlb3lDdO3B\nHX7r8iAM7wjeLyVQRjMvkInMn52AV6GDHpnt2g08zlVtYNIvR1kUZe62usOR\nl2M7\r\n=BnZY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"c96a376b55425d5041bd83d898b6df761d5a0738","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.3.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.5.0","react":"16.8.4","enzyme":"3.9.0","rollup":"1.6.0","tslint":"5.14.0","codecov":"3.2.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.0","mock-raf":"1.0.1","prettier":"1.16.4","cross-env":"5.2.0","react-dom":"16.8.4","babel-core":"6.26.3","typescript":"3.3.3333","@babel/core":"7.3.4","@types/jest":"24.0.11","npm-run-all":"4.1.5","@types/react":"16.8.8","tslint-react":"3.6.0","@types/enzyme":"3.9.0","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.2","@babel/preset-env":"7.3.4","@types/prop-types":"15.7.0","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.4","regenerator-runtime":"0.13.1","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.1.0","rollup-plugin-commonjs":"9.2.1","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.11.2","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.0.1","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.0","@babel/plugin-transform-runtime":"7.3.4","@babel/plugin-proposal-class-properties":"7.3.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.3","react-dom":"^16.8.3"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.6_1552925273403_0.5691583296732341","host":"s3://npm-registry-packages"}},"1.1.7":{"name":"@tanem/react-nprogress","version":"1.1.7","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.7","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"632bb059fa08e44ec61ae4abf6c41e9c53b5b9c2","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.7.tgz","fileCount":18,"integrity":"sha512-oQFeSdUIu00LBm7rQDER6LJjHHFOZM4V93t/0zkQU60sgZkKrpOG+4GQov/CaXyiHVVQD2crthUc/RAMzgmUog==","signatures":[{"sig":"MEUCIBKttgqbMeKqclxjQ2cC6rb5w1KA6gzNIibd3h2AMp8BAiEArBWWh5ywVyrG48H320a8aiY9MUs62XfwAYZ+nXhjSe4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":152878,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJclewNCRA9TVsSAnZWagAA7a0P/2BpE0RmF6qJ5TQzNeTr\nSK0TGO2RMrdIVmZv/8htu2x6VoZlzqFVWvPQOUA6jT2Lj5dVWLPj/397CN6R\nDQUsx8Arda6WsghDOQA9c4RaS6W9fm3hpMYIWEWC3yEmL2pfT0JH+bGvp5aR\ncbTxqaqa6hEmMIrKZ1p/Viv7gs3dud1yILAVL+udE+HwmPC7y0U0VmLpYAcT\n5wOgjToSD+BSMhp5BRiiO7fkxbYwBNg1Rde7HfFoD0X72sCbD53wL5s//K1v\nTtdLduw0svSEmugNvf5ixQNmjfS9XRhpi7FafjPNVRgh4E+O1isVYcqzpv62\ncFyL88svSwaEhLvHlZj/4Axp+GlgZ39pXtq3n8eYp2a/d9ZTA59E1lomNiFA\ni1Ezow1tYTrXfm2KxNFBQlKSVP6j2qPQ8TF9Q27qvr6aXZmV+HYAGlDxMLeI\n/qI+tT1HF/yADXDjXjC0CGOGq7hIyV0mnTS1SwgC1BggyEFcPuc1L6iaFErU\neXm4/NA4CKc2ON2GewMr7A2MHEF+r/ppAGPLu0ZbfuGwP878lhDjrNgSkT75\n5sDxCdzmggyF8nLSerdh8FEsxL4iWMvU7QlPMQvCeUDJhryoQD6SQJxHEpmc\n4W54EOVuqTnpDcl18ivqSnVJcMIkUL0/yMWcmj8rcGQkWXB2tZFLscI/Xzve\nX5IY\r\n=TC3k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"ff3bda219d5ef26bcedb7f6680dc3adaf3120fd9","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.3.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.5.0","react":"16.8.5","enzyme":"3.9.0","rollup":"1.7.0","tslint":"5.14.0","codecov":"3.2.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.0","mock-raf":"1.0.1","prettier":"1.16.4","cross-env":"5.2.0","react-dom":"16.8.5","babel-core":"6.26.3","typescript":"3.3.4000","@babel/core":"7.4.0","@types/jest":"24.0.11","npm-run-all":"4.1.5","@types/react":"16.8.8","tslint-react":"3.6.0","@types/enzyme":"3.9.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.3","@babel/preset-env":"7.4.2","@types/prop-types":"15.7.0","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.5","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.1.1","rollup-plugin-commonjs":"9.2.1","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.11.2","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.0.1","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.0","@babel/plugin-transform-runtime":"7.4.0","@babel/plugin-proposal-class-properties":"7.4.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.3","react-dom":"^16.8.3"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.7_1553329164497_0.06389438318017393","host":"s3://npm-registry-packages"}},"1.1.8":{"name":"@tanem/react-nprogress","version":"1.1.8","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.8","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"985b3b9f5ee1ddbe4322064860ac23e6e6af725e","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.8.tgz","fileCount":18,"integrity":"sha512-+Onqab0uIkXGg5nDE9PLnNNwRiy7cTuoIItCONyhv94mv0vnWF/CIkZkA1buWMfNQwHsQv3ANByir93LNCm3+w==","signatures":[{"sig":"MEYCIQCeSD/7Sfs76GPumRACe9MNPFSleJaw40mnV+KZ4N3GHwIhAIrjUNXBixzVMZ2h8JYtPwG4s/eKW5ui0VFATjJkH3HB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":154133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcntUKCRA9TVsSAnZWagAAYIMQAJVrgoDg71b2GBCCQCqO\nl7BRo1OCgXJL4OBRJFDLWBiNjnYhxOpjcVR3fm1wJUkA9FrClcB65Xmn8MEj\nVDRkaqwRBSyj8yCHmrbzg+NbtDSxEv+MtF29ceeR93tDNpMRVtpkEQcZQYnt\nqfpT79Oz3u61ya3FqZdcXgoQDntdvx9cSPcIX92KzBvIci5BtOJw7NwLP4O8\njrMla/DTTS8GgzTK+KLAcUR8M9IBcyGVF8oFrT7nFxXHgNBGscSgPfVDAW5j\nVXXQWyBz0W8gzK9j6MKZX6asWi9HZcwK+shYKGez1Bt9ZntdENomuW9Q7GHw\nBS2FV0kfsiYdJPKZwlRfmTcgl2KIpASLTtEu2baxoTxNobqEmNWfArRVe31S\nKjwlNauTl94LPN9lfyYq4/HcUXb1TzYmff91bMxtaGjXqtZCzLc9QEvho5Tu\n1Gz5sTAUGmT8eY2t7mEp89rD3e5Vx9P5sAp4Cjm55Wtc69vwnq/y1XDPRykz\nsZuiAuSX60wq78DpthSTtMplom4/MwHX92dln5PxVfBoVwVn3JIvcgSIYIjw\nRvD3lTua0AGCN0ZW6hZj/0A+Vf4vd51kTC/3K3nKFQZW/4V/8DL8s874Cvd7\nczeQV6lnng2ghd0nvsApaTGwwNmmMuXrSAjrjthhJs0qp7lmwtY4jZQiID94\nXXTH\r\n=NFGx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"2d0853546d64346ad791a2370d614b83259c71c7","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.3.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.5.0","react":"16.8.6","enzyme":"3.9.0","rollup":"1.7.4","tslint":"5.14.0","codecov":"3.2.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.0","mock-raf":"1.0.1","prettier":"1.16.4","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.1","@babel/core":"7.4.0","@types/jest":"24.0.11","npm-run-all":"4.1.5","@types/react":"16.8.10","tslint-react":"4.0.0","@types/enzyme":"3.9.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.3","@babel/preset-env":"7.4.2","@types/prop-types":"15.7.0","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.1.1","rollup-plugin-commonjs":"9.2.2","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.11.2","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.0.1","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.0","@babel/plugin-transform-runtime":"7.4.0","@babel/plugin-proposal-class-properties":"7.4.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.3","react-dom":"^16.8.3"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.8_1553913098350_0.3559299338559938","host":"s3://npm-registry-packages"}},"1.1.9":{"name":"@tanem/react-nprogress","version":"1.1.9","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.9","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"8740ad1456168b566d592fb42eb599e26f6a8c85","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.9.tgz","fileCount":18,"integrity":"sha512-xriRjc5ncEgmSJgsumiC/YqxHPC5MTnEK5C4yPmwdJnSwDosYAFsArI2liJ/ucapBuMotDqvGG9PL50ShkntOg==","signatures":[{"sig":"MEUCIAwXq5y2/LTxYvs8vKkDT7wxg6nPEoDY3UHNpRxLOIvfAiEAnPbej7z0EjCfw5QRDXP36/679TGrYm14Jx7rjTLiKe4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":156328,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcqRPSCRA9TVsSAnZWagAA/iwQAIan93V73DD7bS8o+Qw9\n6BUFT12zhOGtmuNIqKfvmhf8DBpwOAahsZIF/nH4KJVGfrpoZ/UdjSSBHurk\n3mqBDZJtrWbteVhnWStrEzuK2HimY0UgBBi1hsDSJ9pJlSpQ2HT1TsgMEleB\naH+vcDEUtYHduWvb75KhYSOtEVeu+6+bbVmJORO4M5EAItjqwNdo8ZhL+bJi\n9RVU1syv8VQT0VpAkExkbTRV4HODScochLIwXkRjnC+B3P/CkHy9lZFRtwcq\nf9dZEMVH+EkoqPLFydx7clTsZB7O0IRETgtV7UFlK/7ziFqodyEKAxCm2bQV\nLlmUJp2xtBIb7Yea/IgiLnRHr3W2OX87wd6cJ6FMp9hCovygYPoJcea+i1sf\nZTx2o+ECKfR4r263JICODrGm/4nMngewQDq+i/dvTrVUm9cT87fO9Mhware4\nkUVsFDO+Xe7irGFpbJZ8ijrYzGWtoKiWCwOGzjww1MPw6t5Gd37M0m5kOrEd\neXH6uIi/hPGm+KyE80eWZkwHpCCtRigGT6a23g3knk9pE4+C5HwrlMO8ma02\nHZ1NsqZz5SFofHxfDeCkNgSesqwRkrTAAM5KajJL34zGdO3Vj1LG2JLHSv+O\nN1qnNkBbau9Ea20iTG+I1RRQkx5zAYToBH+sIbb5oLhbGAyV/u3u+k1+Zt0E\nq/Vn\r\n=DVki\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"94d8b18cfe5ee211a9513532090ce26e8fb36c91","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.3.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.7.1","react":"16.8.6","enzyme":"3.9.0","rollup":"1.9.0","tslint":"5.15.0","codecov":"3.3.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.16.4","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.2","@babel/core":"7.4.3","@types/jest":"24.0.11","npm-run-all":"4.1.5","@types/react":"16.8.12","tslint-react":"4.0.0","@types/enzyme":"3.9.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.3","@babel/preset-env":"7.4.3","@types/prop-types":"15.7.0","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.1.1","rollup-plugin-commonjs":"9.3.4","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.12.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.2.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.3","@babel/plugin-proposal-class-properties":"7.4.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.3","react-dom":"^16.8.3"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.9_1554584529649_0.8118626307845811","host":"s3://npm-registry-packages"}},"1.1.10":{"name":"@tanem/react-nprogress","version":"1.1.10","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.10","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"1f16531ff2604ce3b8b3913f50fee4aa1bf0ec57","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.10.tgz","fileCount":18,"integrity":"sha512-0r6wWDBVlU3spiIMNsMt3m4CZOlXOn7F+57nhcRX/n1bcSyhZz0NJFcF3dnDpYvv8JHNBS5RHzTkxUJGNfGOtw==","signatures":[{"sig":"MEUCIHKLxM/Hw0eL/X1jQQZidEdwnhDi0bKFODlXxOXY6YaCAiEA3sQPejq2o3s2Qnbe00lWMsQD8MlDKXAmF7hU/1ykgnA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":157464,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrkPeCRA9TVsSAnZWagAAu8MP/0bIpFcO4wW0DLv2XK1c\ncrrXECvzAELI5JHZFwNDIue7CLsV1LuNcCQBQq+bqRqAEl5kZoz0i1YX+8/t\nyibDMpb5q3e9rnM7SVLiBzJ7Br8vXQZKYOJzgkSOdQAMd7GQemWwiL+2vziu\nnJ6a5MubAlTBekUv6xi21o+IuNWTrH0MiR96TEB8EMNFKOvfUwvKFYOQS2Ym\njHYV3dtZiqL1x1AEmbZPrU64sLmb8T+W1cMOdpslT2rFLZjusDw/uZ0XSeDi\nlMJubivuGsNvSNs005wrLTrNWQTpWnc7B4k2r9HWW1/YcnpWZwAC802eDH/V\nGCrFMjZBqMr4FkssiuLKxzOliuJhN9NdCAbAlztMU+LGh4P+GsPQ9wGeWoj2\nv2rnBzDMevHWki0ISjYG0Z9jXPP6pbXL1yj6LUhrRnu+zdYwni7CehN3+pFG\nflc2EXCDb5YE2D8JMDRCMfq2JCvatauwQJUrO3BPd82jNQyTrZwUU01fUpu4\nP0eshyO7VNc/eWy5kB2zetLKcguMlIwCjRkWNN75TfZ3tUxCp0JuZ8M1wed0\nIB74HcN+IVp7qtQSY/yiNEzwSOfIGrdAqahx6slIOtVfucxhXUx3aFhZVlVg\nVvb9OVN0TChvl3od8kEe2Qqzx1DiuofWLnBA2hHkd1aVO+aCnM7QdyhalVg8\nDpdJ\r\n=vMnR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"8b1f29c4ea2c64d6379b6382f21fbf17820c854e","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.3.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.7.1","react":"16.8.6","enzyme":"3.9.0","rollup":"1.9.3","tslint":"5.15.0","codecov":"3.3.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.16.4","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.3","@babel/core":"7.4.3","@types/jest":"24.0.11","npm-run-all":"4.1.5","@types/react":"16.8.13","tslint-react":"4.0.0","@types/enzyme":"3.9.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.3","@babel/preset-env":"7.4.3","@types/prop-types":"15.7.0","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"9.3.4","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.12.1","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.2.2","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.3","@babel/plugin-proposal-class-properties":"7.4.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.3","react-dom":"^16.8.3"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.10_1554924509703_0.2716541466021243","host":"s3://npm-registry-packages"}},"1.1.11":{"name":"@tanem/react-nprogress","version":"1.1.11","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.11","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"966174fb6bf532ada765589b9ec3e45af1be6b70","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.11.tgz","fileCount":18,"integrity":"sha512-lT+IEkaADn15LaBNbCHVa01lGLloSU24I9cCOp50ITRzJirpk8Hjh8SKwd8p3ilwGNmT1QlrkIkO29tkBNbGNA==","signatures":[{"sig":"MEUCIQDOqjznKkaI90axTUg04sEwPKdBVQhgViswrQcbNAg1fQIgfJ2y8G1vuL8gty0YS2HhPPLh6Gn7YvecI3NlRnd6M50=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":158693,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsZZuCRA9TVsSAnZWagAAdIMQAIgqDWeasm68mK8skugW\nbXSXfjgeM/tD62wKp21z1lMhp62mxyaXEMDKXG1ctDKR8Wtc9lwDggIZxY6A\noXI88L6CGtWEb9Efd/oOQiYR9pCO7xL9yaPlXk7rMT0/lNTKR0HCNytrC4sb\nvrKMXPMdXn/N3Or9cuTuN3x7Lg+uLwNcYm+xyCS/0PHHcFG7FpeTLfNLNTS+\nk+Rpc8bydiXDBtBQTjfY/6eUiLcCWiJA5slMyAk1/GyffvNm/YuOT5SGeVjk\n5JqTdlHblGrnPEkeEdzU9iLCD7Kt4hUO3YmFaHovbyrUC88MkqZ4nfssNBFV\nAVTBVIQ9dJRPkqn0bW0EMDHVjhzCRnojXXcneVVaY8cWXvM2NZbxr7FroQZi\nWuoXJZ8+BGQk6QB21zjEAIoReZ8ASW/HpCNvQHgaN4OdjGgci1xMspuhDXEB\nocZTD9ZLWU/Jng2+i9o09RRwE+7ONGj/5vJfqcqZQ+CVXfcHmlHKOnw7PmgY\nStBSVan28vjk/g5CKF1Ce4dbrASXBjDSF6OlV8qKN3CjS/ydZCnZwocAzVOj\n8dJn98KSb59erWsXATyUafKl1bevknR+58oa0C0KaiaxWLHk7ELESY0Ws1ke\nD7g32ajTMlyd+aEwLGuobewVx6+L5q9b36aghcxoyweJENrqGvXOIryyzjGt\nVsvd\r\n=XX0s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"2a42844c1add183db662a2a2929522e4f2be8c0f","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.3","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.7.1","react":"16.8.6","enzyme":"3.9.0","rollup":"1.10.0","tslint":"5.15.0","codecov":"3.3.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.0","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.3","@babel/core":"7.4.3","@types/jest":"24.0.11","npm-run-all":"4.1.5","@types/react":"16.8.13","tslint-react":"4.0.0","@types/enzyme":"3.9.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.3","@types/prop-types":"15.7.0","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"9.3.4","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.12.1","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.2.3","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.3","@babel/plugin-proposal-class-properties":"7.4.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.6","react-dom":"^16.8.6"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.11_1555142253473_0.22680065187548193","host":"s3://npm-registry-packages"}},"1.1.12":{"name":"@tanem/react-nprogress","version":"1.1.12","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.12","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"76fa838ada7b999dc1260027b0491b3e8421857e","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.12.tgz","fileCount":18,"integrity":"sha512-fFjiEHr9J9YiJOjHxonMmFjx4UVaRmgxFWbLi7si009xqDqNCFAcGGnzHytz80gOeu+9OYjYsybho2V60LsmHQ==","signatures":[{"sig":"MEUCIQD4KKzwams/19VTP6e3u1WZNGzb70a7XQzRPrP4JQeSTQIge3xa/xnkjsFH8cMJkF8cp65nGVcWabwzlJm2tdI/+1c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159008,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJct2w1CRA9TVsSAnZWagAARygP/1HK2bD8W1sK+3D3lUuv\nFd4AnwlXcQsz+CZwhPTYVF1EA72ql9cHCj1KCz65w9U01t/k5s0vvRxjyqXM\nu8qcJEYBe3XuJ0HJO6h8e1magTZwD4QdhiF4g12Cma7tbiyF/5eDyjDy80NE\nj0jDa2Ut51WMxrv4JgLbgKFzwzIvZUp1AbCc9XitvAZybjRenq04itePKWh5\ny7NJFenXwmHm5Hhws4bwF4jz2PQVuJ4LdqxGJ+hnPMLioct5FgTyrJNsdLSA\nlyR6joSF0OVyhUT2s0Lbllh8F2eE6YjUleFQNAFq6aHz0hrsAqxPEqOV6sZW\nnv3yn9APQsPF69pHamR5dheijK3jUqRy8k9jqt8WRBnp1iLpK2WPg2MOQefF\nPgdYZLg0hx6xLMs9fpK/vo1m4AxY87CqgKE0CF1Djc/Fz0QVugj9Gq+S88H1\nDH80xzHZVFpjfcRk2CPit0RwMlGD+zS2BZsI9NpN1GsnJtE9wEJURuqM6WpT\n1NMd7XprTTN8tNZ0R74IoLdLxdU/KchQN/zamStPTRB6aaYAx2TMZCiSE7uz\ntXfo9xoY+nE5rBXYX1QBck8dxImHedzpY114Lb+OtJC5WnzZcMrabmmFrJOs\nCF5Dzse7BuB5T7Ei451Bdskvqvs7SW9E/CQe47CznSOL9Le8wuuW0sQW0B+N\nQucv\r\n=kows\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"267f541df3f982444342c8044d56a1d347ed5da9","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.3","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.7.1","react":"16.8.6","enzyme":"3.9.0","rollup":"1.10.0","tslint":"5.15.0","codecov":"3.3.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.0","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.3","@babel/core":"7.4.3","@types/jest":"24.0.11","npm-run-all":"4.1.5","@types/react":"16.8.13","tslint-react":"4.0.0","@types/enzyme":"3.9.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.3","@types/prop-types":"15.7.0","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"9.3.4","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.12.1","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.2.3","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.3","@babel/plugin-proposal-class-properties":"7.4.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.6","react-dom":"^16.8.6"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.12_1555524660450_0.688912037188542","host":"s3://npm-registry-packages"}},"1.1.13":{"name":"@tanem/react-nprogress","version":"1.1.13","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.13","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"b732bb8737238e667d393ef0286c09f6520bf91e","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.13.tgz","fileCount":18,"integrity":"sha512-Q69i1ANOOi+ivc9m4AwR9Kss+IZHahVUc61x2kmRMLaOTCD0+UU6Up8oHROEx6vwnWecm3Vycu0dcdwv4Zno2A==","signatures":[{"sig":"MEUCICvuPQpX5m/1DzK+0sq89lCAFKNLWxo6buDC7ucQzMQIAiEA7v+11uiZRMK7eboTsQKPbtvaYjYviDIXvga0YhhR+TU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159618,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcu+maCRA9TVsSAnZWagAAcSEQAIoR83lEct7WmfpwB0xb\nZbnRTpaatQzGWVcqkFohd3qQLQK6X9/v3bxfR0lSmeG7p0JRaJwGbzH6g0hp\naTqmRhc7ErvEGc2H8XH5g4OyI4caqbqTlatNHfNVI918FgVcfDpndDI8ANz2\nlOCeKr9fYzzrAgJi3dTFU5TxWc4p/6amkUrpvv5nk143+jxIbZ9OgpnV2Opk\n+5J52nvRD4y59JWM9hGBWeZK8uNSHt7TZxiakYvijNt1YxF3G6t7xNDPZ1wF\n63fSpOrUWECIMTG0WqWBRi4OwOr0K3fkH23tf0BuT4oVc6/uPeXlh+QKR9ND\nwGTTeEZqcxbHlmyOwyGnASP7ijKAXxJ/dN8UvJoTSxLReihZGHKQPIQh6QVN\np4lWKGMxiAIwep1Dbe/wwmWJXBPd4FolmU4+jGJL7Pq/iA2G56MwiOh7Iiwu\nf33vOHvZ+LJj1N4V88t5S3g1NY3/xsBW11K3A53xcTOFnn19rm+IaRKn+d6U\na3rNkplJSLyVE8JVSNKAkV3p+IRQvDn7zA1TeUBU+8R5qV5CZNasJiGUL3cz\nmBZwYbwf/J6C6fg2IIpr5N0OGuauiDIfFD5XW3K+vyOm6G0xcHjw5XzaCFlJ\nD0PQf2ey/3+gUFp87mej0cJYe3DmsBEetXto8CfTCTXw3fOP90bJmRhMOjr1\nHNZi\r\n=HTV5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"586b11907db375ede93f88e2e319323cae68bc8e","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.3","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.7.1","react":"16.8.6","enzyme":"3.9.0","rollup":"1.10.1","tslint":"5.16.0","codecov":"3.3.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.0","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.4","@babel/core":"7.4.3","@types/jest":"24.0.11","npm-run-all":"4.1.5","@types/react":"16.8.14","tslint-react":"4.0.0","@types/enzyme":"3.9.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.3","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"9.3.4","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.12.1","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.2.3","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.3","@babel/plugin-proposal-class-properties":"7.4.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.13_1555818905250_0.6501695878773259","host":"s3://npm-registry-packages"}},"1.1.14":{"name":"@tanem/react-nprogress","version":"1.1.14","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.14","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"64870274109f539863209387cbd9d19967662749","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.14.tgz","fileCount":18,"integrity":"sha512-1HjiU2uHc2MT2/35MLlJMASZ22a/MqpzkyQmw0+74ukW2vdJfbSycebXaqZUV44lrIfq4SWKeLV5oiFaBIjA1A==","signatures":[{"sig":"MEUCIQDDTcQ8JC4mxG6AtHQ6OWcElY3Pp2BMNLscq8jJ6nTX7gIgSdSnO8Cu65T/ktEu3U3w/PC+jpcsQq2U02xqgbTV144=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":160257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcw4zJCRA9TVsSAnZWagAAl1MP/3FrAFkehgXG+OxkpSo7\nKGZUSK0PHC8s+9E2x7n8g8cnabZd3v1KZDwLA5H7ASbd3diab0VRvw4WCCI8\nN/bL9n/VuRQgRduxxDOpbZKNrBJuZfLZCjHh0n/7VcjbsBo1M9rPrzHnjiv3\nxx4D/i0fGuZd1lp5VBdntSX2BLSEJeEWAowoMcamF/j31X+f/F3bcxxE9MOx\nxQwJ45FzsysrMAgZHBeA/eTN6DEWR2F/sbxCw4+EqgSAuScpxYt7KhigxAkW\nbht+TEQogekfleSMosnogmk0Hp/rSZiZqJ6erDOZb+ZLy5E5L6Y5I65LsKp8\n33KU5VQpHYTocj7jo7xdzKHHHNbFq9XC+46wFa+0d8CKtOCWICy+RsL4jtuF\nQUZgM8WTpfwepeJzw1o6Z3sdwDn/HI7R8Bz1UO6Hn9X5IdL3UcY0FbBwUwkN\nPFIud9dz4DzDzVCUdXvmTfvneJ881LCJW3XJdpsLxp+Ej/j+7I+AuMYItUeK\nW5G4N/5xx6FZTEj+2nWsd6HqIAeXDYwNN4K6SQA/AI7G7BlXrLpAAN0fjMiy\nXj/TOhMkcRSUnj8WYAP1plzdscSlpBDgLaSWMjBWsqsU3G3hOCuLCz4qOLnf\nBmF6HzdALmVbupwqCT+d5JRAit0JudFoTcyILY98T4R3nEAjkky1zE9nqq2i\ni041\r\n=ubaq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"a99399cb3e4638a3322e89a98b2779ed73e6d404","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.7.1","react":"16.8.6","enzyme":"3.9.0","rollup":"1.10.1","tslint":"5.16.0","codecov":"3.3.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.0","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.5","@babel/core":"7.4.4","@types/jest":"24.0.11","npm-run-all":"4.1.5","@types/react":"16.8.14","tslint-react":"4.0.0","@types/enzyme":"3.9.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.4","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"9.3.4","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.12.1","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.2.3","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.14_1556319432283_0.10496627452542184","host":"s3://npm-registry-packages"}},"1.1.15":{"name":"@tanem/react-nprogress","version":"1.1.15","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.15","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"3af618b9cbe920fcd880ccc39be2c7a013073134","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.15.tgz","fileCount":18,"integrity":"sha512-rYxAM6VjD6W1NpYVDmcqiilgPc9T29Nf8srJP0Fvl4E/xRhcaArc8X9Dvs8nXPhrUp9h7nWJViQofyy0tqhDRQ==","signatures":[{"sig":"MEQCIB1OSJ6c1cl9sVS0jSzcVyRbBl5x5CbIIAhfqzzRJ9Y+AiAmce+hldVVjAY1xiPRHnqZlQCGDYLhr8t9X6iYkimb/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":160607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcxz4ECRA9TVsSAnZWagAAENkP/AsP7tr70sRb2OKgpU0w\nJ68LwpWgTUXoVCaYIQqqQfJRjL142L9Cb5sLfo0b2VNpb5qIhEESBZDBhKF2\n5QGKbQmatKnU3KVk4q54TOEi5iOWTO3Di6fDiRVKPovmQ2z709GuNAhUAoSX\n+vlXjm1FmLCApY2wUtDwDUfmqmdH8fSQ/nuzZ58XuY/1MzMSdyHD6HJiPlkG\n/HqlKXZP+bWxUYoUo3EjdRo+Bcbxz+EUxuEnGnwOs78ehU5uh3vRMhFuXEKQ\nWBiQR3g1w6y1uJTTHpQuVEYQ5WsIDvD9d4TPGfP0JU4DvrEM4W5iNFIau+ld\nr4lXkSu3pSHtupSIWMAOvmHqFDszlyRBustZ3NhPxorXgicwabJ/fhxqO2+8\nD9CQMNliDya2qAdM8Cg5+Y9EuxFonM6lBcXYkRA8Faz2CZSsM/WwjV2pxvin\nm2RqUD+AOqw423nCfM38hQsoUEXT4SGknJgSLdi7sg/wnemWldzISWHrV9pl\n0lTu0qyCWHBulBUl6d/UTcXtLPVckORThZhoP99ti99qG29houPTU/vuglhc\nILRzpWfmG8A/bCAEla1Spv4Oci+f4TjTnKl1PZMVwaxW+1+OgHoP47GUL8HJ\n8tY3wJ+vjLH9envZ94Y01sY5T7gS8RIz643oypM+pYIzky+QjDbYOzt8s7y8\n//ao\r\n=ml5G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"58251d4cd5d66c356e20fffc98f4dadbc7a6d82e","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.3","jest":"24.7.1","react":"16.8.6","enzyme":"3.9.0","rollup":"1.10.1","tslint":"5.16.0","codecov":"3.3.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.0","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.5","@babel/core":"7.4.4","@types/jest":"24.0.12","npm-run-all":"4.1.5","@types/react":"16.8.14","tslint-react":"4.0.0","@types/enzyme":"3.9.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.4","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"9.3.4","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.12.1","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.2.3","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.15_1556561412074_0.40492972472255717","host":"s3://npm-registry-packages"}},"1.1.16":{"name":"@tanem/react-nprogress","version":"1.1.16","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.16","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"0bb62af53f6070aedeecc6e9932150f2ae7f96ca","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.16.tgz","fileCount":18,"integrity":"sha512-g0JqlsnOHyNTHRe5cIoU4aF8uwBn4dAwnOH9VZcjGUOR2KGqByoOT9ljh+pp2exTJVOWRdZ7BH2hqpZFKfwQeg==","signatures":[{"sig":"MEQCIFkg7IdqZS2LUZOn7IIzcjaPKXWvWiQdLo32Bqg3NsoxAiB9r9FfSZ1lGQN7qVk2gXCuxFAJr6zvJfnz4u1vG5QpDA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":160939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0w/ECRA9TVsSAnZWagAAZTEQAIqS2/ME3RszGDgPO6Xo\nA67nl1xfUxpJmWvoaYlJnKqxhRqTdi4SLLMIZAEjLhk5RqM9woU+02EMzyn7\n3lQs17NrvKHzx6sC8lKDBicx3zgruEzTvkMQ25mvbHS5V4beSTni23/Mf5G3\nN0HM5OzXlt8PH7nYixkjXrUiSSvbE/eDAAfeIb3OU1dOV4BMGN3Pva43tGIa\nbx02ei/7BLLdHCZWnoeGlqoAP3YB1o5b298Nqz/hWGYmP24aLozt2k4KHrEq\n4vGz77W7o8MAOQBPABxWv1CwVZDCj08cK9TU8/DvuNyZ1pZlXGMlbzzNvYx7\nMom//jUb3NIylWXBoEpexvHnHh3nYF9zKbuwApHXU7ZXV/Xsyp/tvEf2xkgv\n+gEFBl9qdyK/4lSvV6KNuaaDhJLoANP6bXRW03zoaD7f/28PV8awSgaZu1tM\nIwUi99xOT7WbbTdLPsUe40GLNNN5nL2JI1myYthUfpE3sWAN9yrXvgpDWR2J\nphKPBBLUrdMCRDwNwU/nLv+9ZsyC1o1G4DgUuUQrQgVp0n/53XK8D9LFwLvk\nk7gPPsHhuPjeY8VpYUCEaof9Sg9DBdpTu0iVJJ8sXWTdRpo+hcEKKFqSa1bu\n6YmIXFuMrNi7OMi5FG6VWrfLSyUKplfLf8r3gSlzUKEZL5pSE3ytAdhJ93xT\nmRS2\r\n=3EI5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"4f0f468489fba66b437f8fde1ffdf100c97876eb","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.9.0","rollup":"1.11.3","tslint":"5.16.0","codecov":"3.3.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.0","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.5","@babel/core":"7.4.4","@types/jest":"24.0.12","npm-run-all":"4.1.5","@types/react":"16.8.17","tslint-react":"4.0.0","@types/enzyme":"3.9.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.4","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"9.3.4","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.12.1","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.2.3","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.16_1557336003762_0.6656327161957654","host":"s3://npm-registry-packages"}},"1.1.17":{"name":"@tanem/react-nprogress","version":"1.1.17","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.17","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"6086f379d0db1f9791f4624e877c883240eb5feb","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.17.tgz","fileCount":18,"integrity":"sha512-8yah5H+DN8Fv/nW2O3PKItcL0MULcGvy5rtXdIzdG2YrAR2FZJsuaMLhfBx1t/HAx1nnX3hw69nH9Ry1aIYPbg==","signatures":[{"sig":"MEUCIBZI6HZU1RubiBg0Wkm2PXKuLpFv41cdZd4Xwj/3UhrAAiEAgNUIkqm8LgQLHQwcHqo8M4y+sjqBVvri6yExB0ZRuyQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":161438,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc1GdeCRA9TVsSAnZWagAAFA8P/0aZhe08S+vHHkcm8g88\nKbDdTTJ1PJY86keWxaNWPmAeay/lBBhIqU7NTHA+YJzzDd+T6geTW9hrCZF7\nUoyHG7EG0IHZqNnCACu21Zcue3+cxizb2cI3ot+l8towIClbnjZcFLLIEL7S\ngNp3wW3GCLUrx948t0eyWfy8J7yXMxFXtHALYaQXfvDfpT4V2YmrqUNqKrVi\nAQ2YJaKn+I6VfHydbZRiaEtGK0Ptg+iLxNEWYYG+ImbMhCTLezeZt7e2lVlx\nykJ5ZsuVPZ7KJ3kmTW/2W+UxITGv0f1hGSPepQSHjk1D3iKHSrRviLe4K4Oc\n6l8juhUaeKxDqzkOVT1aJXr0kYsZUlgva4ATrdMm96E/An0uByMxjy9GMwh9\nSmeKYm51WODMXeREfxYQpg9KuN8DGhe9Q3fJ8a5MQa+Ls2DGFQquUn6aB9rd\nYuS2lNonJqBwgXbYus0uOiBXVYQheaf5ar+cBdIPRR9B5rERbslhvzzs/RN7\nVC91kY48wAwP42AUS+Y21a0iNakfq7bSW4t8jNRNCtaqTtfVc2Gz3Ur7wT6A\nfdJbo2i/at91Mc59iI6YvCPvUtsK/2TxZ0r+tcmkj8aLhgD9YUFSgggTFDtC\n8A0InnhJmHRrs7XpBB0fsH02AB0PnnVTgSOwjQnKHLB27UtP+jfvw6ngqbO+\n3z2Y\r\n=lvME\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"a9d0a339928492f87ae726ebd2a026b6e859d836","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.9.0","rollup":"1.11.3","tslint":"5.16.0","codecov":"3.4.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.0","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.5","@babel/core":"7.4.4","@types/jest":"24.0.12","npm-run-all":"4.1.5","@types/react":"16.8.17","tslint-react":"4.0.0","@types/enzyme":"3.9.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.4","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"9.3.4","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.12.1","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.2.3","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.17_1557423965535_0.37598156453587217","host":"s3://npm-registry-packages"}},"1.1.18":{"name":"@tanem/react-nprogress","version":"1.1.18","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.18","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"494f7f888fdec7ebf75e07e7931fcea6d731ccf4","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.18.tgz","fileCount":18,"integrity":"sha512-a38GU4jOQo2cWyefG1zgjZeci//y8u3PGTdMMNTwqbA3FgDraXXSdE0PkqW/aIrUhbuMVi61WkdFiBXHB4fnFA==","signatures":[{"sig":"MEUCIDzgrtBLyRt0hkSMFHHaMkk8Y6l5/Mk4W//n6hvYdu2XAiEAiuqgaZa8pWp6lwJo5vLDcFwUbekYYN1BZOBhGWuFtI8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":161797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc1cGNCRA9TVsSAnZWagAAxFIP/iC0whVlrJaOmmviOo9U\n5Ra3A6zBZEoSoHAKtFaKAwa1EtaaJmg9kJ021iBIWhsgtRaQv2Y5+JZ9CtG1\nPx87zXWgjZSNuzJZemQ6C45ycBRnV8amIdDquzzjbXPykEPQ7U3Qn7tvj6r4\nVDOmMmu8b+HiU9mBode8ta7vLLCwg9Ro7P5VdJCSLrBvRv19wO+SPMMX7Fuz\nEpCYN74M/uBKFEXaXiGjTadRdEfWNHK6Jj63SaeB9vGpEDK8Y5lqLOqJVihc\nvl15iyvtkajgCf2cE/kq3adEameX77GV0SPBTErec7g1OF5KcZBTSSVdrFj2\n9rtwUmBe9H+HMzhwmIJT0dDB+v8BTeFKsxfZJpDZ21P4Wlvvv7G8P0DXnSaq\noJvKmpZeRDDsn6k/BFpyfhvE643oG2XCQtlYoevcSidu/JEQAzoqfj1BZT0V\nBSMPYJDl+JBHRnCMwYceABG3PdKYx1yhiA5Z9ROdAfO+hzv68fpHR917J9oD\nkKMYXIE5T3t7Y2t5eOzBu2htMLU6F5QpNij0m9UcHQ9kqUxcCjkANR8gzi8E\nqb6yyOcXunXJEi5ozZoSbf6a5FqvWm0Br17awdZBT3bm4Hp63z4AHDz2B+Bz\n8gZDnte3QKQMKh1VcOrf3efvcWuBQ3knMYCOLmEF2eh30f/e3QvITAZ2PpUn\nJ0/7\r\n=9y1d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"2e88bb49a126163174cbd6fed1ec5c6d33031180","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.9.0","rollup":"1.11.3","tslint":"5.16.0","codecov":"3.4.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.0","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.5","@babel/core":"7.4.4","@types/jest":"24.0.12","npm-run-all":"4.1.5","@types/react":"16.8.17","tslint-react":"4.0.0","@types/enzyme":"3.9.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.4","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"9.3.4","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.12.1","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.2.3","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.18_1557512588973_0.5587076250012559","host":"s3://npm-registry-packages"}},"1.1.19":{"name":"@tanem/react-nprogress","version":"1.1.19","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.19","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"7add7dcf111c4698d6fb4778717c6d4d05f2771f","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.19.tgz","fileCount":18,"integrity":"sha512-6TbZM92zm0BdU8Jg8tgJBBjwrJMQtCF/si+9lPLk1m7hRL2zCOutcufTt7vwPqSsvIJEyGDgxeralk7zzc+pgw==","signatures":[{"sig":"MEYCIQDi23hVHz2p08ncrR2MuggLSBv/L/2ZYYAIBDgXGgf+IAIhAIPbB595gfk487jxggsQ8OWPsqm3J3lPaRAEJtnyucsc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162129,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2FpACRA9TVsSAnZWagAAd6wP/11tEf6OeJKpe5kq3vIq\nzjlzFne8W03AWcbDz32cQNXIhURwHGaojlgzqUQhGOX5ljhKFd+hKpRiBoJh\nnZlJm2gCICidevP4Gcgyz7R1uj7o6s93jCf854VnwH9vAMQd9YABK6CLgUQR\nAjSyBoVZyyGPcuuPDOl3+6WPC1JKr2rWdMOz+2TbKJif29px7G78e4mdfUjq\nBu9OUJGFzERb4FxEEmBFkEMQ9RA9mW0ZJuoSmYou+qtGy7UNxTzfX/oAKjPo\noxnyWSboRnBqKg6msr5YpfQtisqVJjq5bkSN5au9j1sCchC958QFQSUn15fc\n3xIuZs3HwNogcFKoY3cqNAUiZMTa/iqrsbPQihDFthNVDCwEI7OvchRPRqvN\nmbSy7optJnLzJ7z8gEZBIA6RQgtioZkUGM6F8ZCcXeKFsQZY1UzLtOil7+lh\nCO5H5CHAyaSkx1JFZad38Bt3P+RY3Y+3Eqhjdy17H9J7PzEhRUzAcp90Op+9\nSF6XrwXV8WWIq4xfAgjA2Bb2stsF5jTO2IcsagFdVRa8QOGEm5AG6vbAAmkv\nktUnjtlZ/BHyzxHYUPAOqd1eG+kk/T46KehQHmu7Bd0QCJCDbGzJEu/dgERD\n9I5v562pG9XMiU2ZVJfmp2Eq3il33z5Zl5BX7CWxYMApm+6Xdeozg4mY1tJY\nU9bi\r\n=x4t6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"d86661f981264a2ad8bf45b0cb53ec17bfd8ddff","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.9.0","rollup":"1.11.3","tslint":"5.16.0","codecov":"3.4.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.0","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.5","@babel/core":"7.4.4","@types/jest":"24.0.12","npm-run-all":"4.1.5","@types/react":"16.8.17","tslint-react":"4.0.0","@types/enzyme":"3.9.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.4","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"9.3.4","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.13.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"4.2.4","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.19_1557682752083_0.5988725959131236","host":"s3://npm-registry-packages"}},"1.1.20":{"name":"@tanem/react-nprogress","version":"1.1.20","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.20","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"b86c211e0a3d8974d5f208b0697811cf3e21393c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.20.tgz","fileCount":18,"integrity":"sha512-sKpbWs/FTS7lBYBXergcO6y1vUQlxk3Au6wGiTpAspRpDN9B41yAD5rP6eWF1/t8kXXLxITZxHmtFP5Qfk3/4w==","signatures":[{"sig":"MEUCIHPFGhLTlDTmWtdsPc77pX1Q+RRMFEftTimaOFX9QbV6AiEA4/HFvBPVvWuVJ35TXnL0ayV2eU8wTR1RWuStad232vo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162609,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3Eu6CRA9TVsSAnZWagAAiNoP/RVWe+o+vU+jucamX4W+\nHEQ+uVORh35yxMxNii2w2OjOSk8jWryaaX5Gdmkhz+BL+RhyeEeJ1u+d5/7s\nZR9U5SFB6oRN3R0961S0YkhCrN48R3mYa5ClEQraPBjScqOkpqopcgYRg6ZQ\n/pgJSyIzoEKoSBgQDGmhI0bLQmCca1uCGTWZSi81VoJjfCzQk1aLLu1LeLtf\nWq49dFYcor8j9TtmRMuFVLZbZsPnKMFRMA+4H5woKyDxv6AqqnK7PuXTEEwm\n5Fny8fyh8MLdX0GPZKOFNEecafSiEc2fbjmNXAgcfxn/D6sCjI+ao9GlZJvE\n4UGbol4c3bxXwdZ1kfk2R/3107YqC3obNvw8hJX0LpH1QTxlbw1vsPLryVty\nVXmFxy+/6KzXEhAEJcFgt5Bt+AfPYxisExZi0Df+enCWLyUyoxD/1RopSuJb\njrnTTUzvMcXBe6dU3VKYkFbeA+KUyX5MZ4lSsEo64m4uUQboSnkxV9Q898+b\nFtFFVh/1Ir1QKnujYJrZe1D9rn7g24MKXpsVT8m4nruHvwpCpHuGPYae0pFX\nCtycnArAiMWj8fokeyNuA/1zdefAYamuPiKQUynKL5J553ckpvpbqFsAASis\n/Q9XenLzBqKZXYPk5GwQmbbQ7K/cBe9z1SJnDc1MQJPCqwxjKaYxscgtLd79\nUKrG\r\n=chpQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"fc9e6d3e1815d4352a18762cea7c97c3eddd9a60","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.9.0","rollup":"1.12.0","tslint":"5.16.0","codecov":"3.5.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.1","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.5","@babel/core":"7.4.4","@types/jest":"24.0.13","npm-run-all":"4.1.5","@types/react":"16.8.17","tslint-react":"4.0.0","@types/enzyme":"3.9.2","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.4","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.0","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.13.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.0.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.20_1557941177993_0.4767380854439365","host":"s3://npm-registry-packages"}},"1.1.21":{"name":"@tanem/react-nprogress","version":"1.1.21","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.21","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"64eb1f4ab1204b9485080d82e1627f3c857f376b","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.21.tgz","fileCount":18,"integrity":"sha512-TUhLNYuxo1doS8wVSF9FVVpvpQxHKhaSUgXCf518DmDWx8uMjq144SI9nxk38gDIlgElAnLwJSu956Iz/XNZNg==","signatures":[{"sig":"MEQCIBC1hEDIJ/rtrt2eKESriC6vnmBrMtWj/nljfQuPVYaiAiBo5ZvTWuCnUuiQqidsZRcK/+HRQMi9MY2xWxjrNG68zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc4uemCRA9TVsSAnZWagAAgW4P/18V2I3LJTrhBcAZ3O5l\nT+5Z6MeqleH7oxaXWhcdx7QvfXn0mN4n53hi1JfaAxyIqJCME6k1BCzyE+pe\nicp8hVtNCcRIIuKzLGxh1ACcZhkU6i6yqhcbPv/6P701B2tyloc25f2nSlj4\nIv+gLYseSSWfLCGDHUVivfv2HdSnIwOKOXGMDxOA8G0fjGBh0eyj52/6lJ1Y\nfb3TJBNTKLeygTdfAjdhozauWDFzKPcHFI4Gsf2tqPQokmadWqpUToyrOYh5\nTe07lac1shk+NVjBviWPuQ1KRekVsXAoelPsI5wAdkmexAm6Fk4vn7CH80CA\npomx10GbMzc5fJY6B7Y5q0qvrAsndYXJGbhmwEaTKhOhaV1Zqgpgydn8/xzr\nWNY5e4z2qWRfUfqA79TmLT1hE0sSRQLOSBB9R46iOrjC5AupW6QcGlH3qJvU\ne/sSMFNy6M8k7h/05k7PNxMY2EHJLYvUN2ZE0Yk+EEDfiPa8w5dFU47KEUY/\ny92uXEZon2s0gTwYobrqJYB+X8WwCglHSY4XzU5EjpRDvKVEfgXicd5pbpX7\nrXJtJ+VrOxrKpQEC6aBW+a3Q+QM5rmhjeF/WaKUe1fZ53Qu+B5JSPGF4lUPC\nogfEcfOoSv4TwS788jGnAlmya4w4d5YLTOtPkRbDnM9bLzS4Fpz5im3e8VEP\naea3\r\n=QDu8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"466e7761baa8491fdcd221262408c09c84931c78","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.9.0","rollup":"1.12.3","tslint":"5.16.0","codecov":"3.5.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.1","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.5","@babel/core":"7.4.4","@types/jest":"24.0.13","npm-run-all":"4.1.5","@types/react":"16.8.17","tslint-react":"4.0.0","@types/enzyme":"3.9.2","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.4","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.0","rollup-plugin-filesize":"6.0.1","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.13.1","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.0.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.21_1558374310107_0.049337628102232634","host":"s3://npm-registry-packages"}},"1.1.22":{"name":"@tanem/react-nprogress","version":"1.1.22","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.22","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"a1c90038471a07a16499786ab78362328c6843ce","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.22.tgz","fileCount":18,"integrity":"sha512-S5taSZNZvUviK9WhkDVoQl1OBtFw7fD/pZJfnIYFHG3otOWnHpofK7lF0DyAkhp0KmFYrn8JK61peaN8KiGxLw==","signatures":[{"sig":"MEUCIQCyNLnIUCp8YAyQeM5s+4+YgSXnud58+7DdjytJRXdEwwIgTSqgjc9LIRNpHRaz3x1OEUWXlhYm4fNWc/+68jpW908=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":163429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5t+FCRA9TVsSAnZWagAAY3sP/290QCTdL0C7RdjSMyur\noM8bmQspTzfJYiu2SnwlCAI92C3PEWs08uMPbNo7jxgAkiY4t7Hy7jvsgVsv\nCk7Alc/WB9fDM7TWx8n6n8XoK2U5uwQQpR2fz/y+ZAVwiKG7l+hxejTaDlSK\noGL2a/X0PE8TENt2f0NfbrfS931qRoEM1+iKk4K2r9PEP077HT3oka1y+fI/\nzdvCTxNPSMyphYttypSzURJTZlNdhMYAjhnsW2c8UMbloa/hAaqIpUAyZ37i\nhLikOnH0e5DCsCTK84+yGLahXhe2JDLWUIJOIFUGDBoGQtw7TWBrXodBEuL4\n7EzgKGNdeSxgPZeLKLf2pcDoMr/daG7HlDgg07NXmTV52h+IqddxlQGveTs/\n3CDkOGAQNpGoxNPQB28dJnXw0sDnruSDciXAhZQnnI2S+cFt1qK3cSLM0vAi\nxwIVlnqvodgB2lrkfLOCTzBX6hsuyHDSN48U45myh3Ngqs5tBgh60G7+FyMP\naHR81mLdEixUIY9KqSvn9p8ULoLNE/TUNyWB5AeHQOurZh0gjBuzzTWia3P3\n13nU8DNRbloOz85pvbVroTNhPXBL+t9IsvIDE0NNJrkmv8NN3VVS3YsVk+b5\nQAzpvfdlws6gfjAuLfsbW3qruUzhDYWdI9CXhAO+ZU3Kz4q+d3A1AgKrdMxY\nmGOe\r\n=lhhN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"1e50633bd5596d7d763740e113d0715c187e6c24","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.9.0","rollup":"1.12.3","tslint":"5.16.0","codecov":"3.5.0","del-cli":"1.1.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.1","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.4.5","@babel/core":"7.4.5","@types/jest":"24.0.13","npm-run-all":"4.1.5","@types/react":"16.8.18","tslint-react":"4.0.0","@types/enzyme":"3.9.2","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.0","rollup-plugin-filesize":"6.1.0","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.13.1","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.0.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.22_1558634373378_0.2413342957809934","host":"s3://npm-registry-packages"}},"1.1.23":{"name":"@tanem/react-nprogress","version":"1.1.23","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.23","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"9f3df5987b1dc1fba426f11bfbda19dc45cc765e","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.23.tgz","fileCount":18,"integrity":"sha512-aEJAS+93F5YEq7S3ITaW2sA9QGmneX1NvJM2vahsjqYeN5AF9WdoXmmDJ26GudGoiREUJTBH5wB6C12yIRfg9A==","signatures":[{"sig":"MEUCIDV2yR0jGg8S8oNL03lJkOFhgZa5mJppX2u6M9pyu3UnAiEApO5tg5iDMphGCp22arPnBK/wHU6qMjrI/1j9JP39MKs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":164070,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8B8NCRA9TVsSAnZWagAACAAP/Rqb0Y6CI0KiV13oH3/V\nx22WlPnHankgvVsd2cK2j6D1ZFs11HQ8zaIYGGlf0LkWNXf4eRQ+rptArkwX\nNeECR4WCEKl5QzD1VeelJEFlQ+X+RCNU0ukpL25Pyg8l8ZDRIm1rRFPkEd4D\nhP82GCrGdpm3p7Nqk3apnbx1/JbYYspfkyTIsUVWSCESbvTTEifiuV7QLaoI\n+iZR9BHNzGGk+WyzvRD6F4lA4MqHFnu1aWiAyJWayuMfT04uri+vWdrTEFRx\nWhhQ3cBmgr5c0OsGslGilpV/DfH2b9/lLCH2b8euyP2h+ddUYNjPIYeqlE29\nVr9VDITnAvTgsbcgur+1ZpvzqIP6rKp5yBjeWPcwQyGfWDCh0t70tNr698F1\nRcfWnvLoAs68LLI5G7Mcd+MlLeVozcO3mRxPU31/uq2IfW+PSAZQPE0pW5/e\nN9Q0EbLZhcTWvX5DQ1eoNSP0XsaMhmQWz6RQOg7PVcNDMCsnpop6ygxB5SE8\nnyQf+AYkHUzbWqYj/df+VFlqu5Mm4o9NjlSC4r+TWLmFr23UZ/3TUUak0AGO\nedxPgfyzH8AaimSEP3y+oY+aNxxSNGgHdwqxh5XRXmB+UKF8eL/0WgCa8C0K\nudaFuQT77R0wphDihGMC6VmQ/ZVRSZeSzRTgjff1w3OlGP7Bj78UhRHDe5in\nEeTl\r\n=d1cY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"e1d607a0bfdc7030a94ce2994579539335007efa","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.9.0","rollup":"1.12.5","tslint":"5.16.0","codecov":"3.5.0","del-cli":"2.0.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.1","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.1","@babel/core":"7.4.5","@types/jest":"24.0.13","npm-run-all":"4.1.5","@types/react":"16.8.19","tslint-react":"4.0.0","@types/enzyme":"3.9.3","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.0","rollup-plugin-filesize":"6.1.0","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.13.2","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.0.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.23_1559240460376_0.6674045600847476","host":"s3://npm-registry-packages"}},"1.1.24":{"name":"@tanem/react-nprogress","version":"1.1.24","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.24","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"9913349d37d7e58f628a9f705827a7d050612ede","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.24.tgz","fileCount":18,"integrity":"sha512-RYeuQ8WUmaw/4c3WZE+QrxdNeLtBJadZhw8hlLlLvUUcxB0gSsxRQwUmYdvD+jUR3qQd2ibrAj7Dm1OCwu6vRw==","signatures":[{"sig":"MEUCIA33k49k3eVqldPg7VEzdr5C4O8Ayg0hY6ah4tBUvWbhAiEAidu29XCkQi01K+Fh0WVmi7f+w8LCoGEw3nKxb4AAKg4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":164849,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8iEsCRA9TVsSAnZWagAA96QP/ii/NCZFaTrVuJng+WF5\nBA10+fLgRgPYj+ZHxBdzT5nKPG2UuhVyCwoEC+tM3N5RKq4AyNytsCk0joyr\n6rJJOlKVKfrFvKUBxZPArkJxFT17rWa74qb6przQGZ/Dx7SsL9Ldz6pWzDq4\nKxGSHQUq1qYSWj+IZeOBNbA+Jp6g5XPXsE6HrjOcHaJAZkeJ6PBFKtO7mJRB\n8q2sijk3yRauvoqYmsmRX1NMzF72ORz/LTeWJtZGctystijjv5T654GBgTkP\nMotuoJgzVDzNPrXWxjGXqi+Rsj8ae8c1L7Q0RDXfAw38JrQrN1/xD+ej5bEc\nIShkHkFhubUQgNPitaDt3Mbp2Lhb8ph21kaBpzlyL2VzRW20GMRsEEwsMPl0\nT/r5y/dIZHXCVwWjNthdhRAwqVGSIzThAP8CXjnXAdmyvRiUWrEF9yjinT6i\nefkie34jz/L7GS8OP8p68tPAeQYyphPyo4eRZcCkCJpOFMvKSeRaWwD35zU7\nxnjIn1QfllP54BbUYZV78Enib13zPRd7tHEs5wkec40B8ZUbGB1JcEPPmysI\nUpAFVLwsAyQtzGkhM6QGgD35oZlr8z5D1QeYbUD6DMl81wRkHYbnV1kX8Nli\nxHFaUNQPnNZzln4pAk5v8Et7a4lSIsBQBdHc3KAe3+NqN+0/BbhNYeHN+ws6\nCNaS\r\n=8Yc9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"9fbe11059065488d7a5776eefcf59010cfdc8c70","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.15.3","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.9.0","rollup":"1.13.0","tslint":"5.17.0","codecov":"3.5.0","del-cli":"2.0.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.1","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.1","@babel/core":"7.4.5","@types/jest":"24.0.13","npm-run-all":"4.1.5","@types/react":"16.8.19","tslint-react":"4.0.0","@types/enzyme":"3.9.3","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.0","rollup-plugin-filesize":"6.1.0","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.13.2","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.0.1","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.24_1559372075463_0.23732867769902133","host":"s3://npm-registry-packages"}},"1.1.25":{"name":"@tanem/react-nprogress","version":"1.1.25","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.25","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"1c8e75a30181d5f9da3f99f8c97414d25bd7d398","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.25.tgz","fileCount":18,"integrity":"sha512-SpHAd1ln3KeJf1UWIioPKXclzZ82UrmIH0piGY0J3llx30OAROEML6EWbIpHledMg7qAuB4NpJbHG0uPldBJmg==","signatures":[{"sig":"MEQCIHGunqsMj77W9oB7WuE8jaYqngbqTheghWeQBNi+io9jAiALrlksRJrP3QCdUF5k5TAZTwkzBc9TKGqd+WyFPUv4vw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":165193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9AGECRA9TVsSAnZWagAA0wkP/1OyihSAI0/FBg+v9Qnh\n9lrZI3d0rRg7UlGpllcd7ct80vVCCv/reWSJIJMd2DoimZpETtNZEEkBCk5X\n/Jv6ygf9xFA++BIXefIolMjjKoC5BlI8A2wbPvUzhAt3O6RoltDMA674/UiY\n3PfxGc3rGdUUloDV2OhyGAQO5+r6reEkjieMYy739L4qTQUPQvRHxByDV//Y\nQK0gvmv2hxcUbjD0Zsoz1CbfmkURy8eYDD+4u2n6xv2+4A6vm7ojXQdWaYjq\nwEjw5MMDrAPPupSiZC3ydgsD/eOui9Jq2eL8yUocLRdR6pVYh7u5Sskh01Ai\n4yHrscv57d/N2OLRTy6JTRRfbqeVqSFz/KAi96Nurve2lHH9CxEZLmTmSuW1\nuYiWZv4a/grsp8Dq5DkgN7ppy4zRD8Mp2WNYP3NzYOLhtur+7sVMzGXFoLWH\nG2ysAwLFcoc0/pd6bA/XT6dxRo1HWes3tfHl/gA+FZg0Jjrlnq4PFCuNmdTH\n+UkRzemu52bt0FXZhh03PyoDLV72nBeb7DHe3UvTOYDZcA/qLq+g+/MTWrC+\nhZTRrFoBLcaj3jfOB0L88/NNKs9Va3E1WH51RIw/pfmwRNWq3hzewLgVpVtV\nqiLjtZxupke6/dNdGX0EWDNnVnX+BqOvXBJd5+7qWiy1f3/BjsDKJd/pa+8O\nDSir\r\n=g7hI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"9c6d35de2d1bc6a319e0f2854ad97fa7791a950f","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.16.0","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.9.0","rollup":"1.13.1","tslint":"5.17.0","codecov":"3.5.0","del-cli":"2.0.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.17.1","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.1","@babel/core":"7.4.5","@types/jest":"24.0.13","npm-run-all":"4.1.5","@types/react":"16.8.19","tslint-react":"4.0.0","@types/enzyme":"3.9.3","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.0","rollup-plugin-filesize":"6.1.0","shelljs-plugin-authors":"2.0.6","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.13.2","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.0.1","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.25_1559495043674_0.6377794154579866","host":"s3://npm-registry-packages"}},"1.1.26":{"name":"@tanem/react-nprogress","version":"1.1.26","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.26","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"473c2b31478092bca90f32af25d1c38ab2273fcd","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.26.tgz","fileCount":18,"integrity":"sha512-X78LpGlDVcVkv5HLwyp7HQ06S3IufexQ6d8ulJ5VW0QMI41WLjF1bdbpS6USZJOHaXMqEZjsuLMYm3nirMXCCQ==","signatures":[{"sig":"MEYCIQDv4fkkVd4kf4uLsnYQhDjAXPkaqURV7B9zxB9xDm/X+wIhAKIymjeoQ/0pexYTBXlx51UQgQjM3P9A4Bxii/CW9QSS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":167086,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+++XCRA9TVsSAnZWagAAuT0P+wbYEUiZWqQ88NjdUmtz\n9naHZpM//SBu3UvbTneNNLigH9KJeEPMRTpSXVTgGwz3zaJ+6YF0hXQnQ8nn\nZuauvVI7R0w+yyRdjKJR0gwwosiB8DFjC49Pk7RPtZbWRjcuMJgH9gVqEb3k\nch7pGfZgLO4u6qo+L7SSH+uOa4937x2JKljHVlLwjlJX8uxN+N8J3LzuVz5X\ncbGVv2kbm+++FDikDpclTRmhjwisvoiTj//yP8MkU004AuYpXGcc+4bWpBT0\n9+sj/ukkjbgQ4mCfVf9II98tscH0xWRFLkF+uHL7+y5kgpXMZiY6rLSDbb7u\nEe3IyZ9mspU5fmi01XpQQuvlmtTLQ6GmEvPI51zZG9d+smcyqNuozWPwCnMt\nc3OEf+Z/OB6wZloNkU+gq2UWKEI1oYIk/hXeNHunR1Eq+USKlbTzgGuBlxHe\nSWTB7MwXsJ3SElH2Ct23IO1fanfoAhjmKJzwgCHpm2QuJAsHSnXwfZmHIQbC\nC35bBIOUDSek0oHxUnDCLf1SL0GICXPcLccoVRiWKMV5TnbJHfIfRCe/bFHI\nNsdEo1xgaZISqzFjPInXboSwNXW2nRhmbxJ1efO45mfg50ymtjbuREkgRzPc\n2wnndg2rVlfu+5WRlkJJBaYiOrJxBKcWT7cYUP5cYh1lqcnkhCMuP9wSnr+0\neeDW\r\n=p7Dg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"8628c662c5a4740fa4f3b0a36d4ecbdd23538747","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.16.0","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.10.0","rollup":"1.14.4","tslint":"5.17.0","codecov":"3.5.0","del-cli":"2.0.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.1","@babel/core":"7.4.5","@types/jest":"24.0.13","npm-run-all":"4.1.5","@types/react":"16.8.19","tslint-react":"4.0.0","@types/enzyme":"3.9.3","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.0","rollup-plugin-filesize":"6.1.0","shelljs-plugin-authors":"2.0.9","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.0.1","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.26_1560014742779_0.2635920357519812","host":"s3://npm-registry-packages"}},"1.1.27":{"name":"@tanem/react-nprogress","version":"1.1.27","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.27","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"43463799157b71b50edaf8aae5277b89a803924f","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.27.tgz","fileCount":18,"integrity":"sha512-hds9ghOSN0IYVe9iqWVnKtCZAG0SXAfsI5YXBwSqy/gR8qyu0oB8Xqjl+4Vj1YUA6lOyHKAfU9+nEgmirwpqlA==","signatures":[{"sig":"MEYCIQDlLSanlnkZ+/CXXxdo2Uk6wSofXZS4be4+WO1VKcrwYgIhAOBMoQ3ZHD2LcV1YXxKUurBBoIlXUOYoXxphO8lOS4gU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168041,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc//H6CRA9TVsSAnZWagAAY58QAJ1yec5zqDLVBYy7JjHR\nveCBWhq0TB0adaf49GQLMTckchEvvi/r1J8CUpCKK/6FddYg6CwZdcdzu8YO\n6KWbvf2acVR9CW+02n852weRftUhLkASRjeeoWe9QNwdo1I7eLSyMp6nj3IP\nzXsYHxcvv9mX077VM2x0bpxOae8u+xd3hYDrjSnNkMUr2q/LrLWs/UqRoBWH\n/9BuQePbJdD7w7NSuGDywSSwKeablbBFyAklYWRCFGXhix8ecgDM0ro9mWr1\n9VjyNlNob3yVgPwubJSW+qU+URAf57n/vsYDaNug7BlHOwpUKUij+SYxc5m/\nCq+G65EszZonLrqnXD4+xZH9BUQ7lHGsCPcIrSlPXW409u+gD3sXHY8BW04T\n/2eP2IMWXmh7PuIZlCdM9v7yCJBOxvbmlHMhh8Qcmv3krOdJhFRzNpbW/LZ8\nTooI0cBduNzYDuv2fQk3fMzsRNcWBJZIQ3a63z/edTJljpX4g3aWYCef6A2a\n+wWlr7seCzaMCZzh5/G6PLtUFymZwCp78IXGH8M/w3tF1DvtF5bv2bRgz58X\nudgRbL4blJY8AWKIQ6fmtVIECSParGnQqO4GTKt2VPLBuoHJ8Kwu10IOGWjy\n8JmOu9LR9u1u/Fmhnd2D3MkI+t6DOpDNuA1pox54R28G3WUQa+0EoMel5xOY\nJJ4R\r\n=atyC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"c45037f1278781cf7339a1981d1c6d9a13bb6313","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.16.0","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.10.0","rollup":"1.15.1","tslint":"5.17.0","codecov":"3.5.0","del-cli":"2.0.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.1","@babel/core":"7.4.5","@types/jest":"24.0.13","npm-run-all":"4.1.5","@types/react":"16.8.19","tslint-react":"4.0.0","@types/enzyme":"3.9.3","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.0","rollup-plugin-filesize":"6.1.0","shelljs-plugin-authors":"2.0.9","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.0.1","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.27_1560277497603_0.6373798224481118","host":"s3://npm-registry-packages"}},"1.1.28":{"name":"@tanem/react-nprogress","version":"1.1.28","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.28","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},{"name":"tanem","email":"464864+tanem@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"fe209003a0cfaf39b340c27b957d9385be7e93d3","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.28.tgz","fileCount":18,"integrity":"sha512-9slSSiZu0Buxx29wAjspDMUK2NN+mG3g35AiVmzjYTbqm/uxyX4pY0N0tUgBQfyO0gvZQo5h0S46C9lM6HTx5Q==","signatures":[{"sig":"MEQCIA/4DY54UNT1NcI2pAAj6biLO6N2Uu2BPfkvpRJsbUG+AiBw+pVkvLQYtZaN5MC6WQuw6K3mz6yR2Q9uvqlnw1pBwQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCRY2CRA9TVsSAnZWagAAqmgP/jGMcZHrySsfIbVgjZuq\nbS/9VXFbEqIaHQK3gwsD8fBDvjgMBsI9CGtlS7Ejm/pgExJfWU2+p6eTYr7L\nwkfxydz5QHMuYTHMfUTrophaGKMvqN419pwFcULiv7LK2gEnSdiQ3JaRkWOk\n4vMQLxu5n8CK+d5mJZSlKrpwl0+85LBIhryVvtGrJrEXWDir6iE6lfjg7VJo\nRdc7tG/sh7QeKWe41Benvvc+qU30CR/BvMiPGrszEtmVO2ZG3vTM1Zd7d2T2\nuxBHBQBobeBvQ3DHOVfuwHRlZ3kk5rwmrvdz9e+KYEIlVPvcFVuMmsKN9p+E\nS77jGivUif+/TnfTB24KHYM0y7pPQzwdicULF228CyRACodFsbb5TZ6sigAJ\nB52JfBr6mhZol+7DxZe0Pj1/azwBoo7YeNqKkzjlRoKjXyEnRRBov9StlwpR\n1xfzanKPRPkQDjxv5cKYjaGnEd06/U4YdcsSWs3d72JisIF53cvxe08ZxORp\nyqI2Wtz50dxSCCMiXO8AbS9m2aHY8PSXnH/fGqNo5MqG+cRceSOFpJNZMXR1\nDJcVb5EXoZDSEn6x8i6K2iCJ7mAhe3e0AsbEXy6FXS5xtV2A8zpP/ClSdQip\nNnxIJS1QPVuVKCnxrX2pghB1BNTUWOqJ2m/4Sl2hyrH6k5BnYS5wdNAJV0Tu\nP34r\r\n=5DVb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"452c8e6a209870dbdf8e2a0cc086f08fe92dffc2","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.16.0","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.10.0","rollup":"1.15.6","tslint":"5.17.0","codecov":"3.5.0","del-cli":"2.0.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.2","@babel/core":"7.4.5","@types/jest":"24.0.15","npm-run-all":"4.1.5","@types/react":"16.8.20","tslint-react":"4.0.0","@types/enzyme":"3.9.3","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.2","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.0","rollup-plugin-filesize":"6.1.1","shelljs-plugin-authors":"2.0.9","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.0.3","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.28_1560876598016_0.5353788105378459","host":"s3://npm-registry-packages"}},"1.1.29":{"name":"@tanem/react-nprogress","version":"1.1.29","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.29","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},{"name":"tanem","email":"464864+tanem@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e285212b8c46b5e13782930e73db4a55c92d9e49","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.29.tgz","fileCount":18,"integrity":"sha512-Li+Pd2OnUkOkJ/0FwyOId/InGMhzlcfwonBii/Q5IU6sb6TNjVATXCN0TUrpnkuAM3e99Fzka7HastwB+fT3aQ==","signatures":[{"sig":"MEYCIQDH/Hz07FCjQga0AybrFEDXQrfAhbnEgV7Uot5Jd/rhvwIhAJAoq8Slt8wopP560kcTml17yrH4kVquhvpC1vYSNHUf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdGqhDCRA9TVsSAnZWagAA+IkP/1i/xxu0g4e4n/HC2nga\n2PFc7/M/GNWW1GPTF1P/pUieQkzxoV2TEvGT/gyF6+rMTw053NII6z7CPI6s\nxyrp+5gRLO48bglPzVxLEk555rHc8UYo5r8uS9E5wQYAKzCsGCSHrYumm0t9\n2rfBtYT7DEq2dPT5dUjAmiQL3Xp8bOIcJ26myglwQq3S8UwtbpKnGPxxYDJH\nmdKMd4esfylvEAI8eVyOQr0R2WL018VciJwo1+AIwm6zTRWEx7Edg4RqermC\ndbbtED6m1wMupaxmCtM+ESKCeBB31OEGqnMTkPj57UzuXsWKiExpqXgZXvQf\nkFK1NKi+ENg6yYESFqlql4B5iqqk/dKbCBMfjEcuNOHH0WuySi+Pa7TD/1eH\nwnKNBjOMxGdK8eCQgr2DTVM5i7BJhZ/r27/pulrayN+I4BSX/zLmChW/KWBh\nhTqAffDcdAqaFCz+1uqSi7/iQWzeeKF/RzTx7wpfeIRIOeOuUItHv8QcwVsp\n3Wl/6c6ZWsWVipM8ELq8wYcPxKKf7vtp2wvNikyztpFZ5uopyoJvBp5fjHl4\nHVsYmqh6Z8CIz+PO282vemK2Pq5ifSQCf2o5FjZOezK+Sv6A3QP2E9ZxFixG\neT2YWdjrK1xsF/VAno333GNlqBplBB8H3Bg9dRUqdwtN8cEjOl1cbWPOeeGp\n+lk9\r\n=tX6X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"553487eed7e027d5c9b4297553419b79b281c7ea","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.16.0","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.10.0","rollup":"1.16.3","tslint":"5.18.0","codecov":"3.5.0","del-cli":"2.0.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.2","@babel/core":"7.4.5","@types/jest":"24.0.15","npm-run-all":"4.1.5","@types/react":"16.8.22","tslint-react":"4.0.0","@types/enzyme":"3.10.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.3","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.1","rollup-plugin-filesize":"6.1.1","shelljs-plugin-authors":"2.0.10","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.2.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.29_1562028099140_0.835796527011017","host":"s3://npm-registry-packages"}},"1.1.30":{"name":"@tanem/react-nprogress","version":"1.1.30","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.30","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},{"name":"tanem","email":"464864+tanem@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"fd10c20f2c98c3f8f78df4c1ba842105f2b09021","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.30.tgz","fileCount":18,"integrity":"sha512-OGN0WNNTGvA7kAUSU1Ajn0BBCDVxZoU1xGTZSQgjwqDeeRChXyidt8cuB85yvFxhCrzyVf8ovM3e5uDX43ROaQ==","signatures":[{"sig":"MEUCIH4hkFLhe92atnUddhpoYbj6Uu8/YMRfr3I9v4ZRpYLOAiEA/6axXiVsdsSRi7iUFT+WRVjCJfcU5IiYRrQEIHA4gaA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":171333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdG+4/CRA9TVsSAnZWagAA8OwQAJGzUv+g94Aoi0/lnv7L\nh9xOo2eIFD6t7Ls5RX+E7Kl3kDanf1GNndYicA079ypZBC3zKRHDJB6GRo6Y\neOGxkSxzi+GzgVgAxge0e2F+8QJS61kkSsGu8dnQsyv0JSb4Gqgv2FbspDZa\nzLTfox3Lx7QO2QobFl1p6qhTlGtl1unWLLPbIdDUyur3FJ8AzHI+dolevwrH\nvhJWFsfIsMGgGxZJcNytjbBNjRGhxYlKpw9DL8GZhH1ElTeIT6Z+MFg1XoXq\nyg+DlESOIPy6hfxR2+LZIGNGJr0D8e0qcMJRU8Dm5GEjmB62oMmIOxygmspG\nE/7c09pJ7s6askNr3+dQje6de3B1yN7iwFGwuJGn0GKEgHtYKJPQs6GFCC/d\nKetAL/krVyiSqarxsdrqpuzkezjgl97WAGw6oDhqnOyE+ZRMYbUFJI1bFAtl\nyoxvskKJmqgIxIQaUkLPQG5BwgFbBRFYYmP18AkB3xLuna0PjVRvyDO/gULn\nKADJvrQZoV4B+LF0ubgg9Z8jqGpyk6S5vXRh340Ad/dDASsfNKsdhGeqn3uC\n1e89UEfOV6joKB0LDf3BeiCboepxYAZw9d4+hyJnAKXXr3rsC2ymhoB6OQDA\nABQ4kIXjCuJsPQVJqkN0dK5YHT0nStvLzLxKLuZIdLsdSq2iz8ffVGYPfG+F\naTY2\r\n=710s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"7b4dc2a28531fbb5c24c20beb152facbf531cda8","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.16.0","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.4.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.10.0","rollup":"1.16.4","tslint":"5.18.0","codecov":"3.5.0","del-cli":"2.0.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.2","@babel/core":"7.4.5","@types/jest":"24.0.15","npm-run-all":"4.1.5","@types/react":"16.8.22","tslint-react":"4.0.0","@types/enzyme":"3.10.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.4.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.3","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.1","rollup-plugin-filesize":"6.1.1","shelljs-plugin-authors":"2.0.10","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.2.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.30_1562111551016_0.4288617346098669","host":"s3://npm-registry-packages"}},"1.1.31":{"name":"@tanem/react-nprogress","version":"1.1.31","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.31","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},{"name":"tanem","email":"464864+tanem@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"967bbf0182a1af562f4667fea0c0ee31ea34e078","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.31.tgz","fileCount":18,"integrity":"sha512-v2C4+E9/Od2iGsrEWdbBBLTEYl7TvRos+I7XfnF2W1421F1MoUH0hsDrU7leqoEKQhrimlKDU54hwV09egKhgw==","signatures":[{"sig":"MEUCIQCpp5Q8mO4BvZB0voHSnUQFXkmqafkfDlcuhWlZYza9iQIgByhnjGY4XcFcjzV1b69jWjNmjoEmGSRTmz6zPDBuM1c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":171821,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJio/CRA9TVsSAnZWagAAMR8P/Rt7srfo1+q+Nx4XQXNX\nfQDUL9PYWN9xtLE4LhOVcFfzVxLfqah9Zfa+1hXy2/Q1ZiHJOF0MYYRAv/Mu\ng1MVM+VOcZBcvfdX0DV6LDrEWrlslyx4186+SulPxivkfBMm0AbloTIsmy/E\n0ZSUSBeMIPlRsoFRSuBnjXx61kFP8gntaufQw9aVvVwntspbQpSkw5DG4gzb\n3gWz9n5fUOMAeXSjeSHy+apUNeowl0F/4l0AUGUvAsoIJavDavqM7cdJ9sdm\nVy5L3mtoENaW2sUC2mg/6rWdy5mEJZsUG/Mn4eY8IBREUTbjEDPWIYMFwtm6\ntR8B7hqhbhVagjDPXpultoloVglRA/7WA810zPx5LsAvYMdC60fcOb2Xlf3K\n9u7olwYt1UTBh8LUjnx4KRpIFMpFaqo04SFetKWoOktsb27GQ22vNacuNXDi\n2MxsZ+36Sq5tjolBZA6TGO9FyoVc4WC0YCLB5j/CAXbD0++hRxhlFbVsXEUN\ncOZCgr4cZjHA7CBcMikB0cbykJMxRRONkU9DZeIqvYrKpS+0VRLBia7M0Thd\nm8DAoWX3B21VBtncZj+IYczNuJiR8kJbA8qejz4RTwi9PNg11Lwt8z1UZmir\nT5vCQNLJ/F0YjrFBLNz0pcRKZUDuuSP6MZA6BTKCKPNQO5vB6YBoV9JGfpzD\npSf0\r\n=WsVi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"f5ef30eec020595ec1b553f5245eccfb93099212","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.10.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.16.0","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.5.4","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.10.0","rollup":"1.16.7","tslint":"5.18.0","codecov":"3.5.0","del-cli":"2.0.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.3","@babel/core":"7.5.4","@types/jest":"24.0.15","npm-run-all":"4.1.5","@types/react":"16.8.23","tslint-react":"4.0.0","@types/enzyme":"3.10.2","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.5.4","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.2","rollup-plugin-babel":"4.3.3","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.1","rollup-plugin-filesize":"6.1.1","shelljs-plugin-authors":"2.0.10","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.2.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.5.0","@babel/plugin-proposal-class-properties":"7.5.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.31_1562782270297_0.888812634223304","host":"s3://npm-registry-packages"}},"1.1.32":{"name":"@tanem/react-nprogress","version":"1.1.32","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.32","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},{"name":"tanem","email":"464864+tanem@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"1d4dc4307803a7e1f4beed71bdbb7828f05db478","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.32.tgz","fileCount":18,"integrity":"sha512-TmxROeSaRAFZrD2uWwgRhJ83bh5rqLEICASELo3N+IMhLFWMjMFPKzCUZCErXu6CjBtL9e27KxqXntaXsz48iA==","signatures":[{"sig":"MEQCIE4lU99wsWphvUSTPtd3F/0qIC0LodyETYQKXIeXY+irAiBWT337PfAmoRlJ1Eog3aMsTnmhmGmI8uTPXc41t7jopw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":172412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNf/6CRA9TVsSAnZWagAAtyEP/iPJ0FQwAqhyvXeIZWur\n6pJfzliS+67aRgXoWHwiMFF7B/ybiNphWJYCqW4gMzyEFsIubyYgyXdi98Nb\ntdf1Hd83ghzy2YSR6QIJpk0LF7C+iTaZ8ikcd45dtN6xrrEciai8CwhTDBqk\nF9SVzUWCG5Wr4UN7lL4KLTKweUgH3N/c9Ar3FY3VYbgrRXwO+H+84w4NcWYw\nk+K+Cb+x1d6wMkFzWoeeTT2RJ9jVpI8Gj/G/UNt5XCqtfzk7Ps8FHFF3AacA\nhoEXTK5QYOR1PynLo78Zn4fk5MCDhmiaCkhpO7cU5/Nr/MVfUNjq2pmJh1iv\nVhN2C/HAaibYONnrQ0ilRE25qeMRj7XBjetCOnTn6VusrR6e7EiK34pwI1Wq\nQkHK9uQ3CKlK9bXGuWqBtAUA180jVBXeBSuLPqzmlsjekf4TTNVBdV2Ynn2i\nrqsRXT0y5AwhNYiBW9MocRKaa7h+G2l8DPHRHVOlDWKjxZY/SkHjgtMLbE09\nGbOrR/lXOSaqPYA9hvA7GWOqpzVgHaCnwDnBbrBKQ7oneI7Mgt1TkcSM6t3E\nJd5T1h1ECR76CNlhJU0CFJMhaqXAzjGML1/mkZlrEs6NqS+qmfOD4Qr3+z9L\nPS6SdXpZmvA3qepw9zsLazm9EWaTubxxz7LkRYDBdNChB3X/Q2TP8zUdYyst\nY5D4\r\n=nlk5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"f8cb8ff8db06b063b6462e40fee39a30755df867","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"shelljs-authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github-changelog-generator -f v$npm_package_version > CHANGELOG.md","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.10.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.16.0","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.5.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.10.0","rollup":"1.17.0","tslint":"5.18.0","codecov":"3.5.0","del-cli":"2.0.0","shelljs":"0.8.3","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.3","@babel/core":"7.5.5","@types/jest":"24.0.15","npm-run-all":"4.1.5","@types/react":"16.8.23","tslint-react":"4.0.0","@types/enzyme":"3.10.3","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.4","@babel/preset-env":"7.5.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.1","rollup-plugin-filesize":"6.1.1","shelljs-plugin-authors":"2.0.11","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.2.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.5.5","@tanem/github-changelog-generator":"1.0.1","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.32_1563820026106_0.2500312371380655","host":"s3://npm-registry-packages"}},"1.1.33":{"name":"@tanem/react-nprogress","version":"1.1.33","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@1.1.33","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e8c944c837ffbfa277e931eed0dce44d914fb6b3","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-1.1.33.tgz","fileCount":18,"integrity":"sha512-LezP3myX+E8DiL1e+fbTJhQ5Gmi1Jt/pZ+0DtI+/NTYa51uUM3XOBMV2DvQvNZEXcAQXBn4eAkeEV6k7YO0w3g==","signatures":[{"sig":"MEUCIQC+MeIHi8a6zTYIcSySPMwlUoXENNi7bwkerdRR/fdE0wIgBJdfyy7LCQFO3tlJWiKFYJNT8cUp9D5F/KRb29dMRzM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":172817,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQeqPCRA9TVsSAnZWagAAl1gP/i2ZaMZAyvVjLAwCjAsX\n1iAWIAI/o2HhG2CUw3waxRB4if+/NwYKixJVZha9iu3+U3Zf5GylxXCsJ2jv\n5DGg42cy0PlD2kEGRypgfxOrvgHjBlh5vpYYmqD1Podh+BSzEy0R3AdQduRP\nTpbqq23XqVvfzOdxBzJPOtQ3GTwhmYprr0x/VA01HfKJjDcSEjYgcEbxHY9L\nSmV6Evbh5rXtC5WVvm/vH9+GJ3cejrw4NV0TuoeWW0QH56PdUSowR+OtyOkk\nuRxqz69nzX0jKyfVYMI7ENLTGf30BTgKW/TcwLU+S1dlai5H4o2ddFtN8LUI\nXCW2egQLd/vLUhRTYjmTQRg7cav5uaPSNYL3xRLOS0gVr96xHlAuv87WAyX3\nw3i5s8cEHC5xCfhAFKMkeaLRoAOhVr2Llg5GqbVGBUeE7EAT6PIIewbpxMiF\njrJeJO4DHCLjoUO974GFaEJ7vj/bM5GWWt4fhABmfS6ycIqieShMHGaj2SVw\nLBw1Saq2je8cBDQkW/v6NS2NGwvWaMdDK35N3SiDwPodK5w8u/MdsFvzlF2M\nTjr9j/gtrU/ahne+r7i4xpXxc54OOvKQXrQ5g+tfpBAXIwnTIfLCXYJYj1V5\nd9Hez48NW9gOYWqQlEUB1SkUPUhaJMK8fySwSj4MVBL/AMaElw8t+P8m7Jo1\nqlVy\r\n=zcfq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","module":"es/react-nprogress.js","gitHead":"0ea98b5bd2be34e6690d9e860c8e07fffb34c0fc","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"authors > AUTHORS","compile":"tsc --emitDeclarationOnly","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","clean:es":"del es","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github-changelog-generator -f v$npm_package_version > CHANGELOG.md","clean:cjs":"del cjs","clean:umd":"del umd","updatedeps":"node scripts/update-deps","check:types":"tsc --noEmit && tsc -p tsconfig.test.json --noEmit","postcompile":"del '*.d.ts' '!index.d.ts' '!NProgress.d.ts' '!withNProgress.d.ts'","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:typings":"del *.d.ts","clean:coverage":"del coverage"},"typings":"index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.10.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"es/react-nprogress.js","_nodeVersion":"10.16.0","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.5.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","enzyme":"3.10.0","rollup":"1.17.0","tslint":"5.18.0","codecov":"3.5.0","del-cli":"2.0.0","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.3","@babel/core":"7.5.5","@types/jest":"24.0.16","npm-run-all":"4.1.5","@types/react":"16.8.24","tslint-react":"4.0.0","@types/enzyme":"3.10.3","@tanem/authors":"1.0.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.5","@babel/preset-env":"7.5.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.1","rollup-plugin-filesize":"6.1.1","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.2.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.5.5","@tanem/github-changelog-generator":"1.0.5","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_1.1.33_1564600975141_0.01826713108791367","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@tanem/react-nprogress","version":"2.0.0","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@2.0.0","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"11786ce344ced8bc0cf1b54e555e03282a3caceb","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-2.0.0.tgz","fileCount":22,"integrity":"sha512-3Ij5BjcNhMn/F6zgit2PgVoAjCqjs250RY2+ee8abp1JMs+RmbPzNI8jMMSJEtvQUk9Am0V7D5g62vgmjs3FkA==","signatures":[{"sig":"MEYCIQCFYdMboM1CNZ9frmk/L7zAunppwF5X0ws4OuR8bHkjlwIhAO4QKPLCjg9HjOigU5/mh8Wzdp4dFUO5hiJXsJPb6GsJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":171267,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQe1zCRA9TVsSAnZWagAAKvgQAKArx5FT/MdMMktwMwPS\n8w611GM52gygyiq8fmC1RyVGg7KbHV2/LIov7dt7/YBrT/i0l7PewBdYjOY0\n+7xbg+iE4xL6CYjGIJYlbnohEGbywUQvpMGMi3clZ+MJRYAm80SmdWTcn8eC\n3a2dtqbPMQw7XwGm+3QMmcBH0tj/qzaZpR4rVhk09rcFD4iNNA0TnImbuNQp\nts7todqFPrYU6m5VlKlhWDUG+DfHQcwmqk5rD0eraFzjJmhUKV8XGIj7ievA\nqcW5b7q8Bk25qAdCH5nMRc3472gSmm/mlHmpxijiyANvQcEfG7WTuV0aUPaW\neZXJOpCJqW07hCg9SJ3L4AeVtXtB5GlId3SjdV615m9ieeT12TfUSTDKUN2z\ntDMY4mzMphck0NFRVnqk/uI2I3jcnhGNzrPOlM5YChoR4pA3+B7Hrg2Hg7aV\nG2drwK1WvlJ4KJ3BFoHhKIj9GYct5FiMDKV2gAe7lo/8FUpE0Q7IxVqLuuWb\nuG5wDUdqjuqJHJJ75ncitVaeJ1auvXDH7E5eamj9+jaPtCFEcas/kCK6ce9r\n3JNI838nLZuIhXP71fZintF09i5wG90T2BVwzvZ4aGX+kDrSF5DwmzXA2Wfp\nCJRHkP9PAgGMx5INbw5yKZpXTLgEVv08g5wgMZ4j9xRSYp8x1GD/Y3iUcOh9\no5Dh\r\n=2iqO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"e374278b1446e765aa0453d9b945cea28972eeb4","scripts":{"lint":"tslint -t stylish -p .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github-changelog-generator -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.10.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","_nodeVersion":"10.16.0","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.5.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","cp-cli":"2.0.0","enzyme":"3.10.0","rollup":"1.17.0","tslint":"5.18.0","codecov":"3.5.0","del-cli":"2.0.0","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.3","@babel/core":"7.5.5","@types/jest":"24.0.16","npm-run-all":"4.1.5","@types/react":"16.8.24","tslint-react":"4.0.0","@types/enzyme":"3.10.3","@tanem/authors":"1.0.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.5","@babel/preset-env":"7.5.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.1","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","rollup-plugin-commonjs":"10.0.1","rollup-plugin-filesize":"6.1.1","tslint-config-prettier":"1.18.0","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.5.5","@tanem/github-changelog-generator":"1.0.5","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_2.0.0_1564601713698_0.8432326713390235","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@tanem/react-nprogress","version":"2.0.1","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@2.0.1","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"913c39595ccb1dd6fbf53fb57b7eb3c695af9141","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-2.0.1.tgz","fileCount":22,"integrity":"sha512-PlRN4ixf+GhlNvj1B3AGUFSVBKFKeoUyodyRxUS8xxK0+aHF9WUOuYGH+bjhTsBwyvOuQjYXk4v5ZurZwYlwFg==","signatures":[{"sig":"MEUCICEgbzJ0nl7P6ONUWYQtXdoVaQOtdBS4T7+muHcjrPyJAiEArkl2tcRvl8cW9I9LMzUhtsomMEGZRb/wtDULO+GoaY8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":171666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQyLpCRA9TVsSAnZWagAALYMP/iqvXc+Isi7pmKTh8lWE\nWtTq28U/eqDqFEvoyxQ02z5RaeYelWHNd1NgYjoaBDbHgpH5X4Pma3SmTZnD\nSzJBKIC8lVzm9K0xc1Xai+Ou9fJEtcq/BsqTs0b2dExb6REIuG75WUDioGJV\n83zkiJUCtV93Zsd9dqGmI4mFovNlNWSPQpm/IkAvDqgg0olfonHXObHsYF1+\naShjfcutrQ0aXNITCQw6wSiKBd4AdRw+IWjbs9yfT5UfyHiBq0rRF8ctPCtl\nuOkZDy34rDx3jUXEj+d/n6kw1YiOZerD5xVjlKcItBKZObaWo4HLYzDf1xkI\ndwkYCwrWzbfJoJgzTImXf/wuCAeM6kNe51QJ6rK67ZcMPz0XJ8Tc8ki3G9av\nlliuB/iVIy6DEH4vVRzmMFGl/41iN2Sd/k8PQ0aGv67tX5htqaJcmS8KV3zz\n2F7+CP8CiTSAV96+xeKoEktcHpO1QiRfNiAog859eAgqZlLvYKnBOh65P2fG\n/6A9bjo/X6vI0FEZVjvb1BGrjOTd4PSlkDGOFZIa1qlQdzplKJ/tGd45BBO1\nuYLQVp5iwzHTSEz2KhVLKD4UbCjmXEobogKTNRWS8wuQP+1KwsnY6YYiJ140\ne/hCfIX2IjXSiZD/4ahAHzgkVHx501bZat1qY0tfaF047KpYhFyveqZu/98m\nT897\r\n=I9i+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"b5dc620b47195ffd1a5c3887a73f4b1baf2b642d","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"github-changelog-generator -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.10.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","_nodeVersion":"10.16.0","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.5.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","cp-cli":"2.0.0","enzyme":"3.10.0","eslint":"6.1.0","rollup":"1.17.0","codecov":"3.5.0","del-cli":"2.0.0","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.3","@babel/core":"7.5.5","@types/jest":"24.0.16","npm-run-all":"4.1.5","@types/react":"16.8.24","@types/enzyme":"3.10.3","@tanem/authors":"1.0.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.5","@babel/preset-env":"7.5.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","eslint-plugin-react":"7.14.3","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.1","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","eslint-config-prettier":"6.0.0","rollup-plugin-commonjs":"10.0.1","rollup-plugin-filesize":"6.1.1","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"1.13.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.5.5","@typescript-eslint/eslint-plugin":"1.13.0","@tanem/github-changelog-generator":"1.0.5","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_2.0.1_1564680931597_0.2821988714819734","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"@tanem/react-nprogress","version":"2.0.2","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@2.0.2","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"b1f59d63ddcf25d5149350f1cce35a2d6cef92bf","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-2.0.2.tgz","fileCount":22,"integrity":"sha512-Ho2eOzv/acsCvBRv07X0i3OPJY9xvmLxqnYxrhrfFOJVYmr2t3asjGFo8OMzmOnSdotcahuXd1VyjOhW8feEng==","signatures":[{"sig":"MEUCIAWhgZ46hC286FzxPIQuc25XHMRUB0hra841uHpNsmBiAiEAx9KczTENP2dyBxEX/K/wDBCgvSqAFun6UgAEnuNjv+0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":172122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSy5uCRA9TVsSAnZWagAAhqoP/jfhUC9+8TrC0mHacYvP\nAXgYySfo/y+CZEeRjGQFcX0CMRMc4Gh756coM7fOv+qB3pIKRdpR4+yMQonz\n9K7vARdEO8znYwd9G00P+mePi/cXux8op74z4sauug5HvsjT/XvMgLpV2Di4\nWUAM85PRGfGUI/1hPb70z6oiMyov/XBOVAZw+sMMWwYY3uHTob7ZQeLWSHHX\ndeObhPNl1ODEL/mjQTbwF0zdPLIWXeiG6oTZst/LP19oyxLqN3gNFOPG4/sj\nrRnje0R4VnEG1sV8zkpgNLv+6lpSn5wSoI+bkwET3tLS62a+vlABcgE5NaBR\nNZggCsJfziHybaWfCVB1B5AbOfWVU8yODLUxAUw9nsikonYhgA8uGJue+U1Y\nzEItpL98bg0S0/huKvbMrkcExPvz7YzjA4BueeHFMt8dutRhUeNzegrDBost\nBCaYkPwIjJffskdlMKRbsmTVTrnYwfYjyDD6kRwiyCvn+vtBx7WErUHietmb\nd9+D92h/uSBNZPj5m/itG8ftOApNMtx+A5aW/B8zKcNnpk/Ecf4E/cZO5Dnp\nIfOuT+cYtFuOGQxCNvHBMWecg1ImZ9xkVK7cbCMqyFwSZOGU9buqE1GIzvTV\npu+ecGdl+hVT9rD2luYzhlVJLktNo8HDmsiYJ5crZ8/or3jDikuww28OjL+k\nR2kE\r\n=Jg6j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"acf6ff3deeda894e577693d144ffa6748e6c5c2c","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","_nodeVersion":"10.16.2","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.5.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.8.6","cp-cli":"2.0.0","enzyme":"3.10.0","eslint":"6.1.0","rollup":"1.19.4","codecov":"3.5.0","del-cli":"2.0.0","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.8.6","babel-core":"6.26.3","typescript":"3.5.3","@babel/core":"7.5.5","@types/jest":"24.0.17","npm-run-all":"4.1.5","@types/react":"16.8.25","@types/enzyme":"3.10.3","tanem-scripts":"2.0.0","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.5","@babel/preset-env":"7.5.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","eslint-plugin-react":"7.14.3","react-test-renderer":"16.8.6","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.1","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","eslint-config-prettier":"6.0.0","rollup-plugin-commonjs":"10.0.2","rollup-plugin-filesize":"6.1.1","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"1.13.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.5.5","@typescript-eslint/eslint-plugin":"1.13.0","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_2.0.2_1565208173903_0.8323672525479029","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"@tanem/react-nprogress","version":"2.0.3","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@2.0.3","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"51f4111ac23e1f86286e7164d18f48c78a51a686","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-2.0.3.tgz","fileCount":22,"integrity":"sha512-yfs3s0zu5wGk0R1lrpFUwmWbxNDYECpEReejx8iKnraD7WOwYD8brKtOjU8U4eoGZCqJSapH452BPSQ1PEoQkg==","signatures":[{"sig":"MEUCIDG5OfXn5+baiLKfcmO3WL3mNOhBi9AbLMm/48+H+7coAiEAoSt8wfFWmtDcgU1dVhJDer4C52/MRxRYbddchAg1iig=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":172747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdTy4ACRA9TVsSAnZWagAAp98P/iFeahiVezBjOGHsRI1d\neM5hw4+1wjEDNIFJMLS61XuxO14wl3K3wGdsMwv4UWiJV65cpHMf1qx+rq+i\neI27ZxM1NfFxX0zYEjfnF/3ACxo/soiMsB/7FM+MWIYzsi7RUZusPn7FFDJC\njub2tJRMNWR5sqGvRc5PVnxHg8ckGb25ADTWHJpdNVT+CBfbZddnLanW7Xj7\nrtgd0aPUPTyMJ1SJe5oQYO8EHThBkdMt/kD/ImJEAj6ZDiw0vuozyWo8n9dq\ncQG0XIErd7E0mAruY2PORcPPiU+pyGQjc63/D/TJlYU4VbRjRTUrfMdywaNu\nzl0h8e6RD5lMkFcoBalHKPEdUC2kmfyhfMKaZRXzGmC38pvoDGUuhbu0VUq8\nAw/GfJq1awzUUqmUHfRpOYQ7uveG+cFzL7eChQMYakktZ8SenY9b3dIPwvHI\njx8+VUv2S3oYdPkHhRil92ikErzdsf5QKxFsSoMtW71am00JyogZct1ngYGH\nJxoYvhFsImHn/4xK/TiWM3NAxQ+d0TeqqOxBFt2NrNnThaypkZlnlZVZCiCV\n3MpgxB8Mne82B2Dw6jrNaQ4RRFaivjaH1B8GZTtBlhzhpYAMlAOIPQwoVTVf\na1E33JL2YmmxHqlQX70cmKYlx4KbwMmt3ozxwOoPtGhKfMBqq6afEx4EK4/F\naWPp\r\n=Mqwj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"33f27195af26efe763afa7ae8cdf6b2c42f7bf0f","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","_nodeVersion":"10.16.2","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.5.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.8.0","react":"16.9.0","cp-cli":"2.0.0","enzyme":"3.10.0","eslint":"6.1.0","rollup":"1.19.4","codecov":"3.5.0","del-cli":"2.0.0","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.9.0","babel-core":"6.26.3","typescript":"3.5.3","@babel/core":"7.5.5","@types/jest":"24.0.17","npm-run-all":"4.1.5","@types/react":"16.9.1","@types/enzyme":"3.10.3","tanem-scripts":"2.0.1","@types/mock-raf":"1.0.2","@types/react-dom":"16.8.5","@babel/preset-env":"7.5.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","eslint-plugin-react":"7.14.3","react-test-renderer":"16.9.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.1","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","eslint-config-prettier":"6.0.0","rollup-plugin-commonjs":"10.0.2","rollup-plugin-filesize":"6.2.0","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"1.13.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.5.5","@typescript-eslint/eslint-plugin":"1.13.0","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_2.0.3_1565470208038_0.577066589254468","host":"s3://npm-registry-packages"}},"2.0.4":{"name":"@tanem/react-nprogress","version":"2.0.4","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@2.0.4","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"675c06b0dba5ea6117a52e3c86502a32ba96fd3b","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-2.0.4.tgz","fileCount":22,"integrity":"sha512-vm5v2Q5JVVV7B7gakWPciIfaLitSKXdcgCd3zkCj5bfJ0CCduztWRwD6tH6/qSDXEHfr8/c2Ja30VIcTjBNKWg==","signatures":[{"sig":"MEUCIQDUvpYMTBkPgZyBqn+cNEvU/cZxVxXcHKmzn1Y3M6DokAIgVMj68MixrAc+ei15Npm78uvC9qzWCbuw4AIeITVWgQw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":173521,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXDSPCRA9TVsSAnZWagAAFF4P+gJrAa8U9zjcW/xLJ+wX\ncKj7PIjFJ7gWxx8ESQMLBfNWYh2NEgJsI/HmBzVsKyRmLYw04h8R9F46+9wV\n1wj5id47acUuIRoSptvmPqwAvLA1FktpIlKnRHDqptoxCXzdIQ0f3U4iyH/r\nNiiarxVNVcO4+OTewXxV3ZvDx3Ikt2/nnSBrtJtNOS46g3zdWaGTRLLVmqMw\namdFfaZDb6V6g+izLhLlNmlePxeE+yV5KdY1sPhmy1nUBWqr+whUYZClfaRl\n/i8VXAdWBvxi2O3+C3tQx10gDSFECQKP8kN8OzSQKES6/fIs+Jp352688f+k\n7FQ3UNgUeAFLg/6CrrHsyog3SJ8B5AwjOpgwNcP5PYDnegsO2idBUWrIv+Hb\nHEctvkGGHlMLRNCg0wMEyvNFG2KR56BHjoeVAqCF4VQfWK9Z5DIuZEXeNmvo\nuSyFFgtqnKFw7OwrHx0vht2ch773ImkRzvK5BiwSiqxdHWoTQBYNv5a5tYDo\n/UUeKokzGqZEAXQntPmYLCNAfgwnATSX4hnkvfJtyKUHOceILth/gllCT+mr\naunUkvGkb4vEpvWPuGS5jNX7GKqiiRoZQn87XoUvuNuytmLTSVpnoYUI+/kd\ntHOJ4292pVAO95FE5ct2kvycZ1WnSkNdSzad0Vu0fJsDD/OMR7UMlpVuiBf7\nkRsg\r\n=QUiY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"e971cd54058318253867a5bd6adb405d861689fb","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.10.3","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","_nodeVersion":"10.16.2","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.5.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.9.0","react":"16.9.0","cp-cli":"2.0.0","enzyme":"3.10.0","eslint":"6.2.1","rollup":"1.19.4","codecov":"3.5.0","del-cli":"2.0.0","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.9.0","babel-core":"6.26.3","typescript":"3.5.3","@babel/core":"7.5.5","@types/jest":"24.0.18","npm-run-all":"4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","tanem-scripts":"2.0.3","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.0","@babel/preset-env":"7.5.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","eslint-plugin-react":"7.14.3","react-test-renderer":"16.9.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.1","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","eslint-config-prettier":"6.1.0","rollup-plugin-commonjs":"10.0.2","rollup-plugin-filesize":"6.2.0","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.5.5","@typescript-eslint/eslint-plugin":"2.0.0","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_2.0.4_1566323854809_0.6134024792524935","host":"s3://npm-registry-packages"}},"2.0.5":{"name":"@tanem/react-nprogress","version":"2.0.5","keywords":["component","javascript","loading","nprogress","react","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@2.0.5","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"1a5dcae4c03af5bb69c5485c6a5f5750263ff6d6","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-2.0.5.tgz","fileCount":22,"integrity":"sha512-VhoR5OpKL7DbOUCcHfG8fJIKgaYv9LOZh+unEfpaaXvy1yXUB6iPJ8W/F6U9CldIgS7rpLCZasf09PncwCil/A==","signatures":[{"sig":"MEUCIQCRUi2cbWVrI8P83z+2mHWKwIF43B/fxdTIz0f2k2SEgQIgZIoaTOTzDRLp3MkQYJ9WahqP4AWBtWxblADobqqwWns=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":173848,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYcFhCRA9TVsSAnZWagAAfR8P/iNNnlc3SuU2aCSzrA4K\nbPxpYIS4ETfdrP2JRPH3tsUYVJdNy3FfwBpGqtroRlXDXhZ6LJfjxl4Z6eUF\nzkMc3BSeWMBKk8j3Wq5oDbkrbRtcBDnQ9JPFEV01dY12kWPFCWkpW7E9FAjN\nYD4avulv/VLzdxSPAtOJBd/+6DOciP4Jh/Dp298oBPda+D7fAs6BMssyw3oc\n0CRkLNxHXCSxL1fdNM9UIn/I7S6irbmYg2AM1EZgZXBbUKuODwMU5Iu66ihH\nUsTFzdFqICJkgMX4JjvxIID5F9n0zjL85MoX+bhVbOHYsQGdsdppbYXjj93d\nPLX3bK1GOeskEa+66vDPJ/hUisVnoufJ8rVSceYlsLesOUTqOQNCVyD4d/Hh\n5jFdNHUGYUBmfrU9KAh40z27OCHpBnjtNjiW6UfFyAqgZwoCEmVw2QPOfkRa\npVv2MAoSCE7PBPcevZskWsXd9LrTpdyFcZcfjUjA+M0i219MI0F0JhSs38uI\ngqcTCtV2eu+7qOFDdVjv5SqM6OzKFYrSwE/teVG+7pYeJuA7iyjggLixVS02\naMc47Q1S4l6y/FAn0rluY2XhnXI76c5iLNO3XPmzR21xVNCM4/38J6eQ5+Jr\npjJLKoraE44VIOy+Z4IrL/+uDWq2SSSr7N3WCVbpWyyrqVGUvNgbUicIlX6y\nT9xr\r\n=U7Qt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"a0dd21076af0d29887ccff6077218593237c0a96","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.11.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","_nodeVersion":"10.16.2","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.5.5","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"7.1.4","jest":"24.9.0","react":"16.9.0","cp-cli":"2.0.0","enzyme":"3.10.0","eslint":"6.2.2","rollup":"1.20.1","codecov":"3.5.0","del-cli":"2.0.0","ts-jest":"24.0.2","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.0","react-dom":"16.9.0","babel-core":"6.26.3","typescript":"3.5.3","@babel/core":"7.5.5","@types/jest":"24.0.18","npm-run-all":"4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","tanem-scripts":"2.0.5","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.0","@babel/preset-env":"7.5.5","@types/prop-types":"15.7.1","@babel/preset-react":"7.0.0","eslint-plugin-react":"7.14.3","react-test-renderer":"16.9.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.1","rollup-plugin-uglify":"6.0.2","rollup-plugin-replace":"2.2.0","eslint-config-prettier":"6.1.0","rollup-plugin-commonjs":"10.0.2","rollup-plugin-filesize":"6.2.0","enzyme-adapter-react-16":"1.14.0","@babel/preset-typescript":"7.3.3","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@types/enzyme-adapter-react-16":"1.0.5","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.5.5","@typescript-eslint/eslint-plugin":"2.0.0","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_2.0.5_1566687584926_0.8969247606999233","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@tanem/react-nprogress","version":"3.0.0","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.0","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"762d15604a8b0fb2199985e09b6d75e8bca93b28","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.0.tgz","fileCount":24,"integrity":"sha512-Va0eV/GesBME67ln2gXnzXLe0ApTziIRmXveEkzZFFLJJVDlQo+nET3MMIL1jdb47D+8YSP+C+VJrQ9lBgqnww==","signatures":[{"sig":"MEYCIQDMiV46KzwvV5qEcEF3z2+9I8FH1+6Bd10cQZKNrVQ1GgIhAN4NEp65cQPaYVW9FOnUJmBGXsWc6mR6qLXT8H/ogc2R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf81yCRA9TVsSAnZWagAAs4gP/j8ZfVGCYbuqPgF99iRt\nSPqq+YNd2hocWf4CUrVV2nVk8Eug9c/OXSGSMK1/mA5r372CUtiWrBbI3n9e\nArzhcrSP5Ltm9uywO/RwzlZ+jcNlmh9uzjzXktBVT3SZ62xfT4+UIykUUFQ4\ndygy08HMCsyz/yKEtywDUyOZ6SboUOUdJNSNFty2/rJ3mHyHV5pcJb+NxWQn\nfcSA+oxtCXm93ru2YIw2Cb6hAHjGtXOqj8oWHZxehfwIBXFFgnZX6uu0uf2Q\nGO5grKet36QUStuSYaOJv4VkfMR3T6SkhNLFITw5DePgoth++eyMHdmYY8UI\nUrptYmYglY1qKVl0WddjOUSDui09tgM7is3hjtepb4j5dDQSljpGVSzXAUuK\npQLntm6nH+p+gsqDUAdgOyKt7g93GvpyoeF89MuaZ/X8NAjT4VNe/6Lz5DRF\nwndNh7aOQ9RFlQVA7gDvLvVGAEJ5eCvk6So4NDNi7UvVTlhRhLOTkw63gPf2\nwUHIou9QiE/jrkn5zKWqU2+pq/xnSI5whZjKtys+kS6mFyXbnyvXI/YmCEo0\ntZrnJ/5rMIoAg+5JIwkpJ76e0XvTRaxtToybcoaoG4z+hnwIA488r2Axk9F6\ntUBgeRzpJwPC1z/n9Sqy8nqhJzoUqkAcQQHAHxidR/k+w6fHLWg/ICPajFNz\nuIzJ\r\n=Vg6k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"7a6f34b9364a267fe4d876a6611e96d2c5da2245","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.11.3","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"react-use":"^12.2.0","prop-types":"^15.7.2","@babel/runtime":"^7.6.0","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","react":"16.9.0","cp-cli":"2.0.0","eslint":"6.4.0","rollup":"1.21.3","codecov":"3.5.0","del-cli":"3.0.0","ts-jest":"24.1.0","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.1","react-dom":"16.9.0","babel-core":"6.26.3","typescript":"3.6.3","@babel/core":"7.6.0","@types/jest":"24.0.18","npm-run-all":"4.1.5","@types/react":"16.9.2","tanem-scripts":"2.0.8","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.0","@babel/preset-env":"7.6.0","@types/prop-types":"15.7.2","@babel/preset-react":"7.0.0","eslint-plugin-react":"7.14.3","react-test-renderer":"16.9.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"^9.1.4","eslint-config-prettier":"6.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.0","@babel/preset-typescript":"7.6.0","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.2.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"^2.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.6.0","@typescript-eslint/eslint-plugin":"2.2.0","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.0_1568656753930_0.3004757544984509","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@tanem/react-nprogress","version":"3.0.1","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.1","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"6b5f3581c91a0f798f234979cd8c9ce365a20d90","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.1.tgz","fileCount":24,"integrity":"sha512-/J9BfNTmdkY9QnuKz3xa86qShN7Zc3bBF32pCFgVEAAM/+OzKKf3h7QcHehFex5M87EgrRcPtbIsmyF+GtGJIQ==","signatures":[{"sig":"MEQCIB0mJUKs64k2zcj+IsNyKvagUoTAnNqnvPNbQuVqFtb8AiAEJyv1FjPVbng4zJwmLJ+Cb4zmYqPCtZIUHsCDCOOq+A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf9GkCRA9TVsSAnZWagAAPoQP/2xbcdVaReV/OQe4F8zH\nFejttH7ozePe30SDdHd5sgbgBtYjIBmLr/zlZ3eH4k6waKi4anrDvMxvGBFE\nALvRryHqWJeO6V0LStlr0ypGVRaFRwHyeIWA+Wg1nn7YFssukSJ5IkPn4b7g\nwIy/ZLFPHU3NUzwCnrgBUed9lQXY1rHfqJc0r4fWJ1g0f7B9x108bKUkVlKA\nP5XcGojTVY5qYtl5lJArwkacVm9fiwfx32JASR1RUqpyRQCKgeSBXTiKkTPz\nSvVuTaYhOJlJz5ZlRHutf6VS/z9OkC1u8edell3k0G8/rhad/u4kEZCkfZw5\nX2Vdr7iyGN0nBlNh+xcFmmg38g8fS0wJgIes46g512ljheomX2Fy6mJYgMvp\npUUhz0fZFxZMXESsJCkoH+HnheuHdDzmKGiw0ZHdzD3pHgEkFrn/boGyjh79\n3REiJU/tWmAEfhr5GsnHWHuLj5sARKtbMVsJeldomVRU+kLMVD61NayCpyKI\nXScRgYx23o5+LRfq/OP0RtvdNnX+JeZ2zDY7kpzL1e08XNmhmTZOGbo0dJZI\noStG/nEOAZiCo6oXna9BNcS7lRwvJcTfgsoRjtUHmFYIC15vVktL9KJvT1yZ\nShXXiVmHtWajeUbnj/zspbjtH7VV79lnK1xOZ3RCde7etUIgEXLy9cMTwtoq\n2aIO\r\n=iQBA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"644aba40bd112d74ca9201a5dacac00f1f8cc19e","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.11.3","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"react-use":"^12.2.0","prop-types":"^15.7.2","@babel/runtime":"^7.6.0","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","react":"16.9.0","cp-cli":"2.0.0","eslint":"6.4.0","rollup":"1.21.4","codecov":"3.5.0","del-cli":"3.0.0","ts-jest":"24.1.0","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.1","react-dom":"16.9.0","babel-core":"6.26.3","typescript":"3.6.3","@babel/core":"7.6.0","@types/jest":"24.0.18","npm-run-all":"4.1.5","@types/react":"16.9.2","tanem-scripts":"2.0.8","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.0","@babel/preset-env":"7.6.0","@types/prop-types":"15.7.2","@babel/preset-react":"7.0.0","eslint-plugin-react":"7.14.3","react-test-renderer":"16.9.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.1.4","eslint-config-prettier":"6.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.0","@babel/preset-typescript":"7.6.0","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.3.0","eslint-plugin-react-hooks":"2.0.1","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"2.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.6.0","@typescript-eslint/eslint-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.1_1568657827937_0.14147834859180874","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@tanem/react-nprogress","version":"3.0.2","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.2","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"247cce964f40a59ed3a4cbaf35429f377d5d199a","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.2.tgz","fileCount":24,"integrity":"sha512-iMa1s8Roj3/uXQxOwjSv0VLeKmqLubnPGiJ2GRjurZYyxUfPmylSo/1eg1/40rWmoRsSxXQkIm3uiyZRt2FsTQ==","signatures":[{"sig":"MEUCID13QN7g0NcsBcX1ZCVJ4FgNMpGyhQSwHgoJUJzEbzorAiEAgYI1VECZ6FgL40jiXAKXm4kdB/CFF3QnqlOWO9atqiE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":185053,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf9cOCRA9TVsSAnZWagAAqbkQAIPRcYq+ewn6I00ruz+B\nfMURPrr+KFghyFgWDqcnWLW13UbG/jrU+PqVVI+EPmZYi+EnFHQ11ctw69fv\njAHlfJB7R3UBtQJBgJyW0cw6Y7Pqf3qoOBK7usU7sTA33GC0qbn61RINqkiE\nOos7QnZ44rtRfijS3WBrFZdt9V0Xrm+uTg/ELg14zEQtxBO5YqyYxt1hXcN/\nQiTvX2BecB+Rg+GrxdL4CndKlHb+xWibm8rhtIcwJ/dsGc+gm01xJzupp66n\n0eLD/hNfFLUfiV3nLIa7cKf1VQLJVpivfjEPXTAKQnjmZO8ijRfjCFBhbNiK\nrpcYkeULN15IBpzrn6FeJLBmvNvDo9yZSWoLzUFAZLTqtK1dbThnTQYQSASb\n+aabYYztWFM4VWWMzf0o1NH/ezBtMUUDhe3h9+B6wHEUOP8zNN4nGSdXesDq\n2ygU0RXlfsekLORtdNWs86VOGnGhzu7xgz8wGKkzAj2WP+gVrSN2u3O47XpM\nminbpHeQz//6EH9gYf9PogaVW4LPhGhBVfTNfdEFURyhSUBL09FL2tVquc42\nhqrm5WVDqtN5NYxoEcvTavQCBh2pIFhtjfjBj1gPFekEbvx848VBXQgzH2Ns\nOHBI6KHtehDhjzpNF7qzIh+NSFF729Ce/+1TpQMpraZgD7bMHF2jxtQFpE7M\nmFGp\r\n=UnhV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"9d98ebd726bfed861edf05a8c7064bbb2d412fb1","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.11.3","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"react-use":"^12.2.0","prop-types":"^15.7.2","@babel/runtime":"^7.6.0","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","react":"16.9.0","cp-cli":"2.0.0","eslint":"6.4.0","rollup":"1.21.4","codecov":"3.5.0","del-cli":"3.0.0","ts-jest":"24.1.0","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"5.2.1","react-dom":"16.9.0","babel-core":"6.26.3","typescript":"3.6.3","@babel/core":"7.6.0","@types/jest":"24.0.18","npm-run-all":"4.1.5","@types/react":"16.9.2","tanem-scripts":"2.0.8","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.0","@babel/preset-env":"7.6.0","@types/prop-types":"15.7.2","@babel/preset-react":"7.0.0","eslint-plugin-react":"7.14.3","react-test-renderer":"16.9.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.1.4","eslint-config-prettier":"6.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.0","@babel/preset-typescript":"7.6.0","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.3.0","eslint-plugin-react-hooks":"2.0.1","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"2.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.6.0","@typescript-eslint/eslint-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.2_1568659214048_0.6527024667064121","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"@tanem/react-nprogress","version":"3.0.3","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.3","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"d9f46cc2156b690e529c7b6f2396845988e436ea","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.3.tgz","fileCount":24,"integrity":"sha512-JS42QJ9DCtI1Wv4yV0kAlfNPdmi2ts+C90eUJjA9HVkF6RQyDieY1kTx6eS8a2HuVTY/j87bdEJp0bGcVFPIEA==","signatures":[{"sig":"MEUCICcnZ90tK4UNtfYv00+tx8xgqeH1eb9l93wJ1W7shiG/AiEArOlRzOXGAyivdgvaOr1iazu303RAjFb/F4ighyZbhV8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":185681,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhmgiCRA9TVsSAnZWagAAoO8QAIDikkregC0cdUgkE+NC\nv5OtxW+TC9B2tt6EKSRRkxAypWZqkWHhrxTGxAV1nMKx+3PoMQfzHPDXTIxF\n5lenTEEPdFpJ4DFJXAa0VZTU685FBLLS1nlfLqAztwFNjtKIa8NhJYoV50mH\nuPSdf0kyUwS+L6yOqMpAKEf+bvNJccTEGAq7OIMiihHXWA1tpXssSBA1+6Ix\nGDEo1FnChQ72dqVUz7elJJF2lFIpqEE3wlc10T0SBihTGCl1Jd7wMpJM6d+I\n70cmYXsz3JrqWbNlSRBQavWm5yGrzXIHwaEIdEWry3kGl7c6tThkKmuAqYb4\ng0EOh/1IEW/bz2/UBdZvdgYFPGzq/VZKduD2DUppxzv+BqA54TK2pEUry+G/\nyDlBlLmuhxj9P7B7uEpO0+2expbKGtfkSlpILcHgdxQ4Ajg7EVaYw2DTC51p\nZ+JPpJyYu3tgpKLeKlRPoOHaXMsB/vN1PHRrt1ZxB185htmrhWUd82JN44pI\nnzFrF/1xv9NW7nGl5R5pPbNRP+Y5dKDT8d89jwBAnHKJqIC8nVt1+iWKBUWp\n4X6LNYuLBtEZn0oICQ53lo4az0F018qcn8uHTYytE/c763auyBuwFOas/TbQ\nfQI2CJ4vvA5CEGk4BINbLoQgN8AA6fkUUBm/nXI5TTWyIoeibsDEIjxpWwPx\nLZVv\r\n=IoO+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"79c324c5a29548d4b2a1092250583ea275ed0ef0","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.11.3","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"react-use":"^12.2.0","prop-types":"^15.7.2","@babel/runtime":"^7.6.0","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","react":"16.9.0","cp-cli":"2.0.0","eslint":"6.4.0","rollup":"1.21.4","codecov":"3.6.1","del-cli":"3.0.0","ts-jest":"24.1.0","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"6.0.0","react-dom":"16.9.0","babel-core":"6.26.3","typescript":"3.6.3","@babel/core":"7.6.0","@types/jest":"24.0.18","npm-run-all":"4.1.5","@types/react":"16.9.2","tanem-scripts":"2.0.10","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.0","@babel/preset-env":"7.6.0","@types/prop-types":"15.7.2","@babel/preset-react":"7.0.0","eslint-plugin-react":"7.14.3","react-test-renderer":"16.9.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.1.4","eslint-config-prettier":"6.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.0","@babel/preset-typescript":"7.6.0","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.3.0","eslint-plugin-react-hooks":"2.0.1","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"2.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.6.0","@typescript-eslint/eslint-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.3_1569089570316_0.40402087829602196","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"@tanem/react-nprogress","version":"3.0.4","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.4","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e815309d191b4016dea1820d9f28c62726c52a78","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.4.tgz","fileCount":24,"integrity":"sha512-OeK6+5U//fcnw/0CSn78CKQ+dyI6Dq9k8uUurCwZ+eMoV9c6YXPAYdXbSw/yye7cAzDJQ+Wtr/77KIgAWes/ww==","signatures":[{"sig":"MEYCIQDldNZjb05KrHuSO6uXoXj24G7BsYqkylxFrmqGM015OgIhAKPh4UT2S4dUV1whxuloid8WbPcJ6C8TEmL72dhRiTXK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":186560,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjl5MCRA9TVsSAnZWagAAXDgP/iy7+lJ7lNZYv4DNnVaX\nfsqAZ42HeowXYZpekzCyNbH77ALSvhGpjqI+aSyzMr2MzLkreHy77c0WX6SU\nmM+CR1VXWv1+perMq+GcglFynm3ofLqdh/GdaWaFHzuO9cYCcfi11qTkqwS3\nXSZzdcEBic5M9R8b7LZ74siLlKok/9Mc1OUzCJMiYiwhiW5xwT+qYSrXPVtb\nXjxwOwWBRzkGuxHGKppVfmV15DcWR+Eg8YyqNEPkotS7740TQGeAXsbo4ZEg\n3T3eeL8VCJrNJwV0hv+ulLh1jipJxgCK3MojFSEdRQC9fyJoMawPyF/mUAZ8\np7zgAPSfcFGosz2FDYRZAGnPvbRcIvRwAF/esfpB5UaMx8PZqyxiXyyjlI2G\nvi12CLiEy9zyR5cbrJGAIIFNBIXawqEnD5VJHR4vhdgJkwUcYvXxXrqCQoEl\n+dP2K/Br1JOCHo0q2kchy0xU7GTY8On4EnLxaCOJNUj5Tr3uoLr1ieVu0Ub1\nbJ57J35pw7/7dsdHLmq3Kk0VH9KrWRyb161nSyRgJB/w2DGJuNSWdoDPR0f9\nFHWglCEw1gY+QL2d2p6mXY824UmXQIF6Aud+a8DiTJbX7ptVKmohntA1dVbn\n8Tuf7gdK92hrlLlW2UGuQsaIes1mOB8NRejzb7PfrvNYU16fib52t04pGWVo\n8nGo\r\n=iOEG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"9a52d94e1568966237ff8039015020dba3d9b64a","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"react-use":"^12.2.2","prop-types":"^15.7.2","@babel/runtime":"^7.6.2","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","react":"16.9.0","cp-cli":"2.0.0","eslint":"6.4.0","rollup":"1.21.4","codecov":"3.6.1","del-cli":"3.0.0","ts-jest":"24.1.0","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"6.0.0","react-dom":"16.9.0","babel-core":"6.26.3","typescript":"3.6.3","@babel/core":"7.6.2","@types/jest":"24.0.18","npm-run-all":"4.1.5","@types/react":"16.9.3","tanem-scripts":"2.0.10","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.1","@babel/preset-env":"7.6.2","@types/prop-types":"15.7.3","@babel/preset-react":"7.0.0","eslint-plugin-react":"7.14.3","react-test-renderer":"16.9.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.2.0","eslint-config-prettier":"6.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.0","@babel/preset-typescript":"7.6.0","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.3.1","eslint-plugin-react-hooks":"2.0.1","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"2.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.6.2","@typescript-eslint/eslint-plugin":"2.3.1","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.4_1569611340191_0.7179129747499833","host":"s3://npm-registry-packages"}},"3.0.5":{"name":"@tanem/react-nprogress","version":"3.0.5","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.5","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"f23d040ab2b42e9bb670f4a988056c3246b4ab14","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.5.tgz","fileCount":24,"integrity":"sha512-g9aT/VyXsw0WDwr8IKymL+/zQaYpl9OM7bcprS002pqRP4M8Wyqol/WOpGZ283gDsbPlw3la1Te/XftrBLsbdQ==","signatures":[{"sig":"MEUCIAKLVStR2DNz9CR4WjReRrbiKg4jA0OZ9koGy4Zyynh5AiEAtmNBYpvhudOScjtwvV2KZ2nG5+R007WQFBUZ1gQQG+w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":187329,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdj6yBCRA9TVsSAnZWagAAmB0P/3DfHa+13UO2o7P4iNxS\niEemIv+yODHii1LwR81JMcmNTWYdjTIiVtUYLtarKae8BQ693UZvVwe8qEWO\nioq1emvPrCeo/IWlMCsIPbzmcjqa1xQE8aGS86HL9ueQdN0RAsr4GeO3wF9H\nni9ej1B9vYawzdGQpAosM+fIIvyYTyCEZ8dknWNglfK7ynWTHE0gYILPT20Y\n4+lEkBiUNv1qwyloyq9t/ZTJtJwfxy0F0C8koziRHuhxM2sIHiw2DpTExNo9\nURr7OVi524lYcfxd7sdpAV7SNu5erZRAfV9FnfPgEHcc4gEDMqcDdNJ9SQzl\nnqDIAP59kb9AWtHAeiKKts5LY78Y6E7LbB390eMF1Z5xW7J79fX3z+Ijt5l3\ncLvP7oIIPB6HbFq/4TKrkiRXrcghnR+vKO+35k/GqY6dBDwfXO10albtho14\n4kpj9K25P6p6iA2Md6N7l0yE3jphR/Wf6EaOBZJwbICCHc54FmvB1QjR1/Eq\nttjCpWYIDabkGh84Z0RMwxPuIEYGeyEb/HonZ6TKfMva70HJbYGo9pTfgeKu\nwxZD7TSiOEEaSUXDApkQs1NxzNmg53ec989eDtqo8KvwO8hxZ4pEPmiUzgZ/\nTa+N10iwaHGYOxN0euJH3L/iw4nAySGgRUM71WX2LDFXS0ViqTXmqLlI5/+N\nuSVd\r\n=4J+U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"7fc902b1806095bdc4933c88983c63291b470a89","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"react-use":"^12.2.2","prop-types":"^15.7.2","@babel/runtime":"^7.6.2","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","react":"16.10.1","cp-cli":"2.0.0","eslint":"6.4.0","rollup":"1.21.4","codecov":"3.6.1","del-cli":"3.0.0","ts-jest":"24.1.0","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"6.0.0","react-dom":"16.10.1","babel-core":"6.26.3","typescript":"3.6.3","@babel/core":"7.6.2","@types/jest":"24.0.18","npm-run-all":"4.1.5","@types/react":"16.9.3","tanem-scripts":"2.0.11","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.1","@babel/preset-env":"7.6.2","@types/prop-types":"15.7.3","@babel/preset-react":"7.0.0","eslint-plugin-react":"7.14.3","react-test-renderer":"16.10.1","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.2.0","eslint-config-prettier":"6.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.0","@babel/preset-typescript":"7.6.0","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.3.1","eslint-plugin-react-hooks":"2.1.1","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"2.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.6.2","@typescript-eslint/eslint-plugin":"2.3.1","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.5_1569696896507_0.5142039864854369","host":"s3://npm-registry-packages"}},"3.0.6":{"name":"@tanem/react-nprogress","version":"3.0.6","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.6","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"16d560717acc47bd28285b474d563ffa759a800a","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.6.tgz","fileCount":24,"integrity":"sha512-XqWCMhIg5P8hc/ThXuAcSbrg7SI8E+Ly1ijWR3ozGlHWjCU0DE4mTNCJJT6TJJz+AhB2pyfZByB80MHyR1A5lw==","signatures":[{"sig":"MEUCIQCYt/v+SfnbrBligRcBLhn3FfwzQJGUqKyYhmCttb5yLAIgXRRaUerqdoejcu4mioYLnTe5/Mmd+3Y4G5R0VHx4joU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":188419,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdoilSCRA9TVsSAnZWagAAm1UP/Ar7wh2GR/GdP1aIid2J\nF4Ln2LuUUixajpgSHoGbwwxysSbeKyCrGIY0sA11gIY1pojYrp0YpLGQ44nR\nE3YFtEJRIHlmuYLHgJ4rrERi9z81YU8AnxkglvM03sshvjbU/29voVMi+1WX\nYI2aVXLQDN54uxXbF/+J02HEB3kuDcChwr1aDfoOiBgf7OP0wXY8IQojEpPF\nMsYzGJHUQql/NTaYP2Gl+m/fuaHpG7SgIS/RBoiYuIy8PElJYI2peRyDXW4p\n77wuIiTwPC7ZnGpwXGMfAhcS+LiN/GjDkfLDA72NvQ7OzXMKT4REF77NLt93\nRpDwC3iGbIxNH97ipaM2Y/KIuJcaoqKi5FQ+EIC0LMn0Hk1Q00MEVeBoyw0z\n88CQGeAOJu11iFMEUlnga/svp1jtuqCHffnZTiaKh8FbbqLf7aS/nHZvXFnT\nVRHMVO/qJjRkvuSFehaJ8bQBSgkHeznWt87VDsF5zqkW4VpYC/ZcaZ5MIle9\nN7oZXY09ni5ZIIqwEBNJBZ/VoFMwkzsr2zdEmDEvjBxeHv4OMmVu4Ihu1S5g\nJvyQFYuWLVlADxQc2BV74Jwro6K/MHpUkPLMoQt/LOLFwvXb+RbJpARrOMyA\nqMb3zT1cqwKh1+ikZ1ilhAo61w5dwondSHaYyl8Kp+mlcnPFBi27nsCHY+P7\nC3OE\r\n=1Xkw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"73a941f654c87105f4de897ced59ac7a0bfbff29","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.12.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"react-use":"^12.4.0","prop-types":"^15.7.2","@babel/runtime":"^7.6.3","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","react":"16.10.2","cp-cli":"2.0.0","eslint":"6.5.1","rollup":"1.23.1","codecov":"3.6.1","del-cli":"3.0.0","ts-jest":"24.1.0","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"6.0.3","react-dom":"16.10.2","babel-core":"6.26.3","typescript":"3.6.4","@babel/core":"7.6.4","@types/jest":"24.0.18","npm-run-all":"4.1.5","@types/react":"16.9.5","tanem-scripts":"2.0.14","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.1","@babel/preset-env":"7.6.3","@types/prop-types":"15.7.3","@babel/preset-react":"7.6.3","eslint-plugin-react":"7.16.0","react-test-renderer":"16.10.2","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.3.0","eslint-config-prettier":"6.4.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.0","@babel/preset-typescript":"7.6.0","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.3.3","eslint-plugin-react-hooks":"2.1.2","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"2.0.3","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.6.2","@typescript-eslint/eslint-plugin":"2.3.3","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.6_1570908497727_0.7165669406401372","host":"s3://npm-registry-packages"}},"3.0.7-beta.1":{"name":"@tanem/react-nprogress","version":"3.0.7-beta.1","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.7-beta.1","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"ab8d7bed35c6b36041ee0eb9230be8f881885352","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.7-beta.1.tgz","fileCount":24,"integrity":"sha512-AwzNXqMA4Naz4yyFSpGqMfJNd9jvMOEoZZSYQaXQKWhdSR7S4EcM+QDxKy1Jygv+syMgrL/MfVVdRterEDjVvQ==","signatures":[{"sig":"MEYCIQC9oJKxwGRDeyRz5x2YIpBd2Xdp8nBUJOvXSsG0eW5qpAIhAMyGY4LRBGMXw/xeS2cNydjIGgmA11wCp9W360cmw35M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":191622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd24cICRA9TVsSAnZWagAAwc4P/0henO2h9KGOx2LqKwE5\n4j03GAPFq6S4ALCIIlxRQ8EhuH58MovBoAnj70xSkTMdyzZhurBNNzMudlmd\n5FJAUkb3x3how/YSxtycCYgROnHcfpKEY6e4gwfHf4Pqo64Axd9LFa2JEQYB\nKF3xDpqr2uqTvzBs3WozL5uMVbTthJbmskSMfNcmngfHeFWawlaD4YFfPZKi\nBpwAvAALu5mKkzVvGXimya5YukjSARahUc+bldK90gNYmIjw8xCJ1wIN6Y0T\nYbsiM1m5RfvKqvKgBpkK5UQ1E9LOumNnOC7SeYki68ChRwlfFgtwUf0lUBHe\nZEkL+qtqK10vJVnVXVNRZ+BGb88tu20IsB3DW88pwzxRysGFwZlCcuoTNm51\nX72dYI8Xpv4w0C4t++yPgP/SmvPYwTvSGy22aR8akuIYt/N8jdwYUUTHevDW\nM/abx5xfOTx7i9ClCOPBLfujOYQHcELBZ/8z2URil+/vjYNZjKiH34neFaUH\n/PP855EG0h0+HQ3iR0Cmww94giK1MmkGmFLn1IcHyi8/P5VxUtlE9wR4anoX\n6NznVLh/F44YwpMd2WRzf3tFlEW2pQrDtqT8vgPzx2nR4/L471pZ6t1Z0BYC\nS3IMqzWflGrpRF/kC3LlP6Rx95kObMmcMj4vQWA/fvTGdG7ubHTbE9FlZHJW\nlvYz\r\n=n/L2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"528af9a0ce5a279c7ac3d45a4cf2525ff97434be","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.12.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"react-use":"^12.4.0","prop-types":"^15.7.2","@babel/runtime":"^7.6.3","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"24.9.0","react":"16.10.2","cp-cli":"2.0.0","eslint":"6.5.1","rollup":"1.23.1","codecov":"3.6.1","del-cli":"3.0.0","ts-jest":"24.1.0","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"6.0.3","react-dom":"16.10.2","babel-core":"6.26.3","typescript":"3.6.4","@babel/core":"7.6.4","@types/jest":"24.0.18","npm-run-all":"4.1.5","@types/react":"16.9.5","tanem-scripts":"2.0.14","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.1","@babel/preset-env":"7.6.3","@types/prop-types":"15.7.3","@babel/preset-react":"7.6.3","eslint-plugin-react":"7.16.0","react-test-renderer":"16.10.2","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.3.0","eslint-config-prettier":"6.4.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.0","@babel/preset-typescript":"7.6.0","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.3.3","eslint-plugin-react-hooks":"2.1.2","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"2.0.3","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.6.2","@typescript-eslint/eslint-plugin":"2.3.3","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.7-beta.1_1574668040192_0.5721501105591611","host":"s3://npm-registry-packages"}},"3.0.7":{"name":"@tanem/react-nprogress","version":"3.0.7","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.7","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"b58634fac3eedc5bae902b48f46296d3c8a5b550","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.7.tgz","fileCount":4,"integrity":"sha512-ZvNtjzjzvdguGjBXteBFyai4IvVIHsTXRKKaC26EMTr0b7BOdW0TaEXjDas9c1NwbO832wtVnPA4TRG3PXiDnw==","signatures":[{"sig":"MEUCIQDD757/d6qmpTyN96ZGeFkthreyijofc1+N1xFe3DnZkgIgWy2H7ZLsasdjcN+dyge20BZPh63/4RU9O8n2vSZ6+54=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54934,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3AsVCRA9TVsSAnZWagAA2yIP+gPiI9sVYbq73ltVrUvq\nmHV4YxCEMRsALsRMS0u4qt+q12FY8HMbjFPnscka9aZxKRk0hR9oVH71d2BK\nV+Bqb8gUI04aE2865mGfflGe0NB1quSFhY8qhHyZv1dg6lZwVOpVh2n/N1nw\n91+Msk2egFk5I3sHDKidtyk//5rgVPPO8Y8eyMtttUo4dL4xL9+qbPzucRM0\nltOyS3m2fZXY6mykQmweTUMxAwksArGFxSlOr5Qo3cA2qYCeHNCUSsxIpz5w\naS100fQYMxWAai2rFKi/lsgMefnuFu0UbeuO0cWmK/KxYGeaUIrRSjb272MW\nQRde3RWPu8hJeOQ+B7uODNQ0kvjEw8te8GBSV0NpulD9DvsN7EG61isCymn7\nG9JFIhTLTD8W9G9ISk/oMueyNTDU2ZYbWQ/4RWEEZUyXvCBBrmLLHurUEk6r\nGbjbTWvrToR2KuaOVTPu/qoeKNNUmh1GDKgJPu9C3/UACCIlrymSSaG45xPx\nifDKOf4OkixvUI5cftENI9tqSh2I+6Tc8a1q8N4bGArzK8qaIn8MakOt1Ms3\nl/A4uae5+9txz2KxT/8Ope7BhYBnEw/LD8nO7BCdtDzl9r7ayFI839MRcxzp\nsbPET6PuiDCEqi9vBZZi3GOI+pi2nVS/3HkrKpx4jU7BVOPRvhU9O1fozw2j\nkBJi\r\n=aKyy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"c2bff2cd4df2660109a00ce6d98332fc4ee3d445","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s changelog authors && git add .","coverage":"codecov","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"deprecated":"Built incorrectly, fixed in v3.0.8","repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.12.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"react-use":"^12.4.0","prop-types":"^15.7.2","@babel/runtime":"^7.6.3","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","react":"16.10.2","cp-cli":"2.0.0","eslint":"6.5.1","rollup":"1.23.1","codecov":"3.6.1","del-cli":"3.0.0","ts-jest":"24.1.0","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"6.0.3","react-dom":"16.10.2","babel-core":"6.26.3","typescript":"3.6.4","@babel/core":"7.6.4","@types/jest":"24.0.18","npm-run-all":"4.1.5","@types/react":"16.9.5","tanem-scripts":"2.0.14","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.1","@babel/preset-env":"7.6.3","@types/prop-types":"15.7.3","@babel/preset-react":"7.6.3","eslint-plugin-react":"7.16.0","react-test-renderer":"16.10.2","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.3.0","eslint-config-prettier":"6.4.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.0","@babel/preset-typescript":"7.6.0","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.3.3","eslint-plugin-react-hooks":"2.1.2","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"2.0.3","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.6.2","@typescript-eslint/eslint-plugin":"2.3.3","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.7_1574701845501_0.7013092520889048","host":"s3://npm-registry-packages"}},"3.0.8":{"name":"@tanem/react-nprogress","version":"3.0.8","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.8","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e8cbe9139dd83137e39b1f1066409eb1771b001c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.8.tgz","fileCount":24,"integrity":"sha512-YHATtDXnrV88z1XoNMtczNXD73mE3yJXpnXbgWJAyH9LZVhIbUOCBPm9kEy+KHePuusvhjxbNpf4V6A9Wg+ZBg==","signatures":[{"sig":"MEUCIBKjNbV6i/PT+DDJlMiEJowtt1vPLXTvGSCttFswMVFTAiEArC7vXZzRf7j/EU3HswEmNJQTOFG+ztjWZSoxr6pO7Fw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":193385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3CF0CRA9TVsSAnZWagAAKCQP/3G/X8M8DC7f+9o4k+vA\n95fO1TRAx/v1l1KLdRFw93Lz3AmD06G90/0IM1C7FhQBGNELkW3c3BuOfy29\nao5mOew5jddph4oy1oH9uJKOA7XrH73zwbavL/CgmqjqjdZpevjgsaeFq6mT\nzfgVj+1r9P7JMSoek5vqPv/hsf9eAv0FC1zD45N/hGAyIoCO9tYaUbbaXxEH\n21r2bt7InbUcKDnvTeDgNPUfFvJl1iIo39ylIlS8Q2TVFBYiRxSDV1ezYRL3\nYHMLOOLATa1z9vXG8zISkpD8A9oujINM2e9Yid6jlje/KLrG0gLBIscRFf25\nbpqbql99T4sc1yzoMMC0LnOqo7EApj80VZJKJACwOelN5T2NR3niXwAiVQCz\nEPijr2gXBgT9M9pE4B+adx4bjaFrfu50gA7inr3d359JEG3jDK00BWEBzo06\nKNz7TkJjptaFCPKOvSzjMEsyoq16+pdpFntI09CNrRZ+ny6kMGWUmOXiPbTX\nBkTCcOMkcSeZv4Ld/ahx+23BwuXEcr4SnjGI52mRYmGgMrjchLnWciLwRjhX\n7ThsLF8I19zpr3zZ6bNPvn9FCElpK+9PNhC0GcHthGuSsax9HZvv6GrnmLxw\naAp3863eBplyXMu6ZRhXEwAAnpgVbh9o6EnBIX2vvH/xOxENDD58Q4dJ4sk6\nNVaI\r\n=lN4e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"a29e5be8324defe469861bb641292d996017abad","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"npm version -m 'Release v%s'","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","coverage":"codecov","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","postversion":"git push && git push --tags && npm publish --access=public","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.12.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"react-use":"^12.4.0","prop-types":"^15.7.2","@babel/runtime":"^7.6.3","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","react":"16.10.2","cp-cli":"2.0.0","eslint":"6.5.1","rollup":"1.23.1","codecov":"3.6.1","del-cli":"3.0.0","ts-jest":"24.1.0","mock-raf":"1.0.1","prettier":"1.18.2","cross-env":"6.0.3","react-dom":"16.10.2","babel-core":"6.26.3","typescript":"3.6.4","@babel/core":"7.6.4","@types/jest":"24.0.23","npm-run-all":"4.1.5","@types/react":"16.9.5","tanem-scripts":"2.0.14","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.4","@babel/preset-env":"7.6.3","@types/prop-types":"15.7.3","@babel/preset-react":"7.6.3","eslint-plugin-react":"7.16.0","react-test-renderer":"16.10.2","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.3.2","eslint-config-prettier":"6.4.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.0","@babel/preset-typescript":"7.6.0","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.3.3","eslint-plugin-react-hooks":"2.1.2","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"2.0.3","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.6.2","@typescript-eslint/eslint-plugin":"2.3.3","@babel/plugin-proposal-class-properties":"7.5.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.8_1574707571832_0.751321083385381","host":"s3://npm-registry-packages"}},"3.0.9":{"name":"@tanem/react-nprogress","version":"3.0.9","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.9","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"b209ac8616043d344d84b3610d576cec01f10a98","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.9.tgz","fileCount":24,"integrity":"sha512-sgQnYr+lcOqpEAmWfAiGo7z54FwXze7TuKgTbm6ZxyFwNR2SWnwVsQGT/Tq+OZcGCZRvD4fOh+QZv+pNDIqYTA==","signatures":[{"sig":"MEQCIDlnmcL+XWpMRVW0jK9sA7VGnB8EPmZU8UdpWGACfCUPAiBZkvC6dYaG5PQLiH8C45A3s50fiY0wZsfkRUkkFNgjSg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":217575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5tWVCRA9TVsSAnZWagAAbJsP/inZDtyPMnMRK5OKcssm\n6qZjN1jTD2tJsMUKnxqg4YElMoL8lsvAuCS7SWb+VIodNJL+WmRlK7p/CC6K\n/Whb4ujp6h4/Bf5bCuXk0yJs1G+QFazsjr8G9JvUTHoxHXdMWOQdZtdPNDWE\nLfBKChHiqNb+WpCP6TRYc8Isnfu6YOFW1oitnrxCboyCEq3xVbJ4JMGryIZ0\nXK+IjLOjIUVHN/W8vPKgtedo7DEeNiqJD/TyvsKxhtau3qRJm/wvF0WsEdDx\nCn0ZOjMI7XoRaer5ePmMPxsNw/4IAcwr5QUpnVLNcd/3GeYggj2rnJbxj+YK\nZXQVKOV+XsiZFNhAfOe1D365PJ+nQZsm3g9Bdj3/qjjXY0wsbGfE2O+VittY\nce+/GYgRXxaY8nyRdATNcUo7QghWYnmke6ohT3jcIPIxEIuvV8bks39L8NnV\no7axeHSg/i2r659Wk9pkdtMleRSi+/6ytrm6U/6Cp+lcHUuhtzUDAy1Demt4\nm13fgv9QwN6Y8JfiZXpyyX9fdChYeAO4yOpfaukvCE8r1OFhFYXFuj/qaOsj\n3vw3kUzEn88A9a4dsQBxTcTm3dsHlQRXj+NbzG/n6KiZigaDjqu3vfqsmgD6\nvAWTSAANNbQHfCML7mIsCZ7AL+SsQuC+VsCF0AnYge1O0hd8MaJjJnM+2zCW\nvQW6\r\n=Mqta\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"b384bdacf7c6eaacbc34824fe7dd99146ab9f5b5","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","coverage":"codecov","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.13.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"react-use":"^13.0.0","prop-types":"^15.7.2","@babel/runtime":"^7.6.3","hoist-non-react-statics":"^3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","react":"16.12.0","cp-cli":"2.0.0","eslint":"6.7.2","rollup":"1.27.5","codecov":"3.6.1","del-cli":"3.0.0","ts-jest":"24.2.0","mock-raf":"1.0.1","prettier":"1.19.1","cross-env":"6.0.3","react-dom":"16.12.0","babel-core":"6.26.3","typescript":"3.7.2","@babel/core":"7.7.4","@types/jest":"24.0.23","npm-run-all":"4.1.5","@types/react":"16.9.13","tanem-scripts":"4.0.7","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.4","@babel/preset-env":"7.7.4","@types/prop-types":"15.7.3","@babel/preset-react":"7.7.4","eslint-plugin-react":"7.17.0","react-test-renderer":"16.12.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.3.2","eslint-config-prettier":"6.7.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","@babel/preset-typescript":"7.7.4","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.9.0","eslint-plugin-react-hooks":"2.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.7.4","@typescript-eslint/eslint-plugin":"2.9.0","@babel/plugin-proposal-class-properties":"7.7.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.9_1575409045079_0.2832079458665342","host":"s3://npm-registry-packages"}},"3.0.10":{"name":"@tanem/react-nprogress","version":"3.0.10","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.10","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"24e2c17df05c4f0c9a04143e6996e57a8d6eacc2","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.10.tgz","fileCount":24,"integrity":"sha512-xKicgC0Hkn75g5KBzpOfOkGYwXmi5hGmqqF6EF9162gbAt0/itaKbFxr//+nfhsQTTRDp8RL4MP1PxQzAIDCWw==","signatures":[{"sig":"MEUCIDEG2EkuEgmrsJAPbF1vomKhsVMas+lJGgDy+i9DsjYgAiEAhTOVfMo/2mm8epboKL+kq0T0Lg4bBa31Nw52YR3TWCc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":228476,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBkRRCRA9TVsSAnZWagAAy9kP/3Z1SlWAtJc94lc7wuPu\nL8nTIMjaAl6qBUxG2aBCxO1pHXgQZJ7GOT6YKvr5fGnoe17ZZjHnWme+fxxp\nQGS38FLIWRq8LXCITcNdsq0sR4sm6L6sbBl7kM60/IqBtUVnQNaYyaf5ydnX\nNQCW7YFFM1dx/o/xuU1Hky29pDPBzuPhl+rIIjwbV8Vly9DtZzxJj6X+7NxA\n48QSdRmKu2dAni7ZWe148CEYo1NIXCZkBHmpHCX+rsuR2zqF3vK4vDhcLXh7\nDdBAkz8n7LjliR01Myp/05q7pDlFDmxLi4CklUPClAh8jgHjNYap1PYjP6uH\nVnw7it8HtBliSJz8ChxWQdeBdsZv0mYMlum34QA7jN1eVfW1xahBZ1o0eka1\nt0+dP7SxTGVSei6XWg6N7qF85DD7z+ItEccOYrkiid4al4fnfShcpn/Nwqh+\n/TTfs2eV3vwAObCe4o5ue4O50rc1zykucRLPShlHYSOaqpD4j5pcBsi0tFy5\n0cyh5V/jQ1wJNH/D55GfWnzW+uSFN3naM6LryKU0SIhYxVqUeAWCLWNrPXts\nsnUDPx0ErjYiA84gupmN8rMtCkbs47WOdreEIJom/oJBAtephAoElJ3TEOHY\nSeOmz0wWFnkVk2NTKSZWdtlYiGoOlYTj2iGiq1ctythTelWc5TGMQxbNcVu5\nbBXF\r\n=RSAE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"c7742c48f9dc5864d131afd90ab70fdb55c92440","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","coverage":"codecov","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.13.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"react-use":"^13.12.2","prop-types":"^15.7.2","@babel/runtime":"^7.7.7","hoist-non-react-statics":"^3.3.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","react":"16.12.0","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"1.27.14","codecov":"3.6.1","del-cli":"3.0.0","ts-jest":"24.2.0","mock-raf":"1.0.1","prettier":"1.19.1","cross-env":"6.0.3","react-dom":"16.12.0","babel-core":"6.26.3","typescript":"3.7.4","@babel/core":"7.7.7","@types/jest":"24.0.24","npm-run-all":"4.1.5","@types/react":"16.9.17","tanem-scripts":"5.0.2","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.4","@babel/preset-env":"7.7.7","@types/prop-types":"15.7.3","@babel/preset-react":"7.7.4","eslint-plugin-react":"7.17.0","react-test-renderer":"16.12.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.3","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.4.0","eslint-config-prettier":"6.7.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","@babel/preset-typescript":"7.7.7","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.13.0","eslint-plugin-react-hooks":"2.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.7.6","@typescript-eslint/eslint-plugin":"2.13.0","@babel/plugin-proposal-class-properties":"7.7.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.10_1577469008811_0.3309752199814351","host":"s3://npm-registry-packages"}},"3.0.11":{"name":"@tanem/react-nprogress","version":"3.0.11","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.11","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"146a6019d76fcfac21a7c65b4a88f587cf9bce30","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.11.tgz","fileCount":24,"integrity":"sha512-8RQmntT+DZ3TQwh362EwG1lcRICy0xrsHOhwLVPXwicYDgEwFywE8u6FL1QnipdNZRlp+R37Qdo4Tan4Z4Sr/g==","signatures":[{"sig":"MEUCIQDpY924XlFObdEn4bb8wExfuUceyMDAcwod7adTw3hmMAIgHIln0clws/xCtTENiyNC5D4YLK3DqCfY3AL+Bq5O5/s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":229587,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeD9+SCRA9TVsSAnZWagAAIXgP/1W7VUjxX4l39sXx+BBH\nkENK7M7DUPXf/9YF9Bkk6p04nNIHEYzKiHaiMyjohF/Kdd4lz3dn0SK7nWBj\nfe6X2wOFqd7C60XSHK5K2l7n3wdEgZNSzQKkU2U5jUUM694l8ufQXUxuL5RQ\nqNbMaYP3wyd5ja5avnVEqDK4D0GRm6lHdzgjvWVWt/asl3aXwVizyvHK5w3+\nWt1gUVt/eQ70vlnGJve6L8Oc/L1B2/wfafDbkhqzEUQSaP365Igik4L3O58N\n9PPcJp85zt4fGQlDSkdctKMogj/9F21FiI6rDgjmwSi/WdGYyWFNSxUWmSxH\nczYF9+kugd9u8wOiLLwRAqdLm5mjeqyggExqsXGH83THn0XfkiUAHWtL3RNU\nfocD8jH8dnGrk6rZqKCcXFBCVYLI4rUSIc2iXw9rieIB5/GQEBTJg00JuEig\ns3GVUVLbiYeOjbD1JDcny/BCeCNK+ZMqzYb9ZJnBm3B3RO8/T6Xvu65m8mzH\nOmxEbH3T6LoXLbN481vyPmM7tGc7GSHKid5rPuxacos6sIPwGfJkFkGp+TfS\njryskK106kfQ2kvQyOf8XJdDuaQTywJYb0oaC2xJzz/otqpwYfXoNEa+J6dg\n4TMpNb1yZ0N2KShRGrY0/XyU/V/AMB6/DzbTjyuEJKgrj7GPt0Cxr8ZAHh6u\nVwQx\r\n=dTmm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"6fc3e30ec44fa3ee22c578c47fe715da21189ff6","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","coverage":"codecov","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.13.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"react-use":"^13.13.0","prop-types":"^15.7.2","@babel/runtime":"^7.7.7","hoist-non-react-statics":"^3.3.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","react":"16.12.0","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"1.27.14","codecov":"3.6.1","del-cli":"3.0.0","ts-jest":"24.2.0","mock-raf":"1.0.1","prettier":"1.19.1","cross-env":"6.0.3","react-dom":"16.12.0","babel-core":"6.26.3","typescript":"3.7.4","@babel/core":"7.7.7","@types/jest":"24.0.25","npm-run-all":"4.1.5","@types/react":"16.9.17","tanem-scripts":"5.0.3","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.4","@babel/preset-env":"7.7.7","@types/prop-types":"15.7.3","@babel/preset-react":"7.7.4","eslint-plugin-react":"7.17.0","react-test-renderer":"16.12.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.3","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.4.0","eslint-config-prettier":"6.9.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","@babel/preset-typescript":"7.7.7","rollup-plugin-sourcemaps":"0.4.2","@typescript-eslint/parser":"2.14.0","eslint-plugin-react-hooks":"2.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.7.6","@typescript-eslint/eslint-plugin":"2.14.0","@babel/plugin-proposal-class-properties":"7.7.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.11_1578098577578_0.44420382208809706","host":"s3://npm-registry-packages"}},"3.0.12":{"name":"@tanem/react-nprogress","version":"3.0.12","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.12","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"dee78eeec657bf3ac6bd8ccfcf036cf571a58da8","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.12.tgz","fileCount":24,"integrity":"sha512-2RLWCVrFVLkIHec6V2WpZSwOTHhHGnZxIF3ctA3YdQF6O/yk7FR85KWuATSBu+EJNoM0uciP6gZT1M8cxraP4g==","signatures":[{"sig":"MEUCIQDRe21kCer9ak2cE0ZtPXo5uJhvZ14LbogrAAAYhJPssAIgGV38u5dn64NkQo46GbrtT4L8Dtm822zI5RdEvtjP2zY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234581,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeH0xPCRA9TVsSAnZWagAA2+AP/A5JqwYsX4q0gx2n9GLm\n/5D8Mj7vcoxfYVfAnea+I9qERkKvdTNQrivcV5V6TGBNMA/RguRuH6ClNf6F\nRX8Jt6Cq027bTRjMfiM0VjuJrAf1tsjEY7wS6le+/CelhLHw74xYHtpBV80p\ntc21HPkx89zlakq8mKI/x+tA0ybNp2Ap0DARlZBI1w48m+53sH+E0xIrRHjo\n/Xvh3U1rKG2BlhT6jlzaqRtVj4S9u3WUk9Sfee8ZkjOnvZxXIWKd94Aa0iDj\ns7TB2GlQ4vjtSPYPmmons6IdgRU5riPt9ZZBW6ip9Oe7xz/dGcYhmanVD67u\nb1u9IWGIDwcxcJH62G8NbpygDGe+H2BPaWEr+gqFs75AnB5tdwq3MSPpRXhj\ncMBaH1cwp9v6hWBrQ3hPlVlwyKV2rmxxMh+fUoUVtli2GzL9ECD8Rb+hBeSL\ntpQyltmp6vQG95cbl15dKmGKpb/s4h92t6h1fRCtxOlP+mPs5ZGMjV1QiPlP\nYuLl+LjgRvgsLZbwZ1RcWaO0cpHCqD0eQPucujDd0PvE64ykEjZfA65gvS/r\nDdv/6XPepoNWzJFEiJQq553Tq1FYtjHTROwpp6URK4luOsB5bvLxVd6px84Y\nImnhYkoJ1PWWzDrMe04z/HJKOYWLNz6VpQIcV032uwtyJyFtddgfJ9bkNFWc\nv4IM\r\n=uEDM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"ebc634d846765e9e9f8ff20c23ecff8181994c35","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","coverage":"codecov","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.13.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"react-use":"^13.14.3","prop-types":"^15.7.2","@babel/runtime":"^7.7.7","hoist-non-react-statics":"^3.3.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","react":"16.12.0","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"1.29.0","codecov":"3.6.1","del-cli":"3.0.0","ts-jest":"24.3.0","mock-raf":"1.0.1","prettier":"1.19.1","cross-env":"6.0.3","react-dom":"16.12.0","babel-core":"6.26.3","typescript":"3.7.4","@babel/core":"7.7.7","@types/jest":"24.0.25","npm-run-all":"4.1.5","@types/react":"16.9.17","tanem-scripts":"5.0.4","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.4","@babel/preset-env":"7.7.7","@types/prop-types":"15.7.3","@babel/preset-react":"7.7.4","eslint-plugin-react":"7.17.0","react-test-renderer":"16.12.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.2.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.4.0","eslint-config-prettier":"6.9.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","@babel/preset-typescript":"7.7.7","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.15.0","eslint-plugin-react-hooks":"2.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.7.6","@typescript-eslint/eslint-plugin":"2.15.0","@babel/plugin-proposal-class-properties":"7.7.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.12_1579109455302_0.28444964617570534","host":"s3://npm-registry-packages"}},"3.0.13":{"name":"@tanem/react-nprogress","version":"3.0.13","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.13","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"b444374d5b1a585cf66c539107fbc3ff35edcd72","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.13.tgz","fileCount":24,"integrity":"sha512-9yPC0CH0yQ4Hz4aWNLMH1uF3IZbeYUzCou4f8PMDenNTgbkjQmoIeDylLiICbyLPyz+X5gEXAXmnX4Btf2CIRA==","signatures":[{"sig":"MEUCIQCVsCOFi1FBJgh3kXncBHglIXPCV0nLnjIZi2Q6siF2WgIgfg0ij2L/+7Aa7YHj3uYPQiTZIILXYGimUNJilVxi7+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":240111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeNwGUCRA9TVsSAnZWagAAlSMP/Ak5tswrEofeT/M4+jvI\n7d9vhnbsRYL2tlWtfsB+GCTaZiEFqj8yBEvuJ9Ipt3JV0xk76z1RC+uMV1sH\nJyM5K9h0XwM7eIP8Z0AFIzqdBx0yVitYbKRbWHpCvGwipARIIs06lB3VPp41\n/h3Uqh/mOwONgl3ShA9YcS4IiPMp4DgvllucwjKsZ7jfr3wQMdoAyN5FYFKr\nWRQsj4K+Nw17Fdj2BeDYdFzZCuj++MQ7lJOMMaEvhGG7PE6rHWZEKCTt/DfK\n/kcbd64aztEpYK7cs0RSmdKZSVXsD/4sJizS4RNUFjoTuNQWrSA+5F02GgbE\njtwLkthoDUioK4zr+H87xYf3r0eFjEH/6B3WbERvHWLkXV9+N1/wN+aoXBaA\n0yt+vnJ0o07/pWKu53Sz6EIOgWPMu9DrNY/aoDhpN9ibiA4UO6G6KiNFIU8z\ndP339Hd8Rq7ycgopM9ZVtdW1LJJe9fuCrlGuPrHy/SpPtGrHZbn6c0PvxEEu\nVHn/Vr6l5IVlJdpdyqlxheXi+D2LabrSW6xfM29lb6tM9Nzv61Zqf89XPH8p\nuQAcU6piRjtQxRDCSbfySf32GljhWJunScq3AjnxVApcmomJjJaGAAvFUi5P\n2twekC9I1Zn2f3Y0yNxqsnnc3fbQGXKUr0XIvozwV8oKRDgfFjk/jwZPuUlk\nLPol\r\n=hdZp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"7532f359e4698b528ba791be09ce0c83f6839276","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","coverage":"codecov","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.13.7","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"react-use":"^13.22.4","prop-types":"^15.7.2","@babel/runtime":"^7.8.4","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"25.1.0","react":"16.12.0","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"1.30.1","codecov":"3.6.2","del-cli":"3.0.0","ts-jest":"25.1.0","mock-raf":"1.0.1","prettier":"1.19.1","cross-env":"7.0.0","react-dom":"16.12.0","babel-core":"6.26.3","typescript":"3.7.5","@babel/core":"7.8.4","@types/jest":"25.1.1","npm-run-all":"4.1.5","@types/react":"16.9.19","tanem-scripts":"5.0.6","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.5","@babel/preset-env":"7.8.4","@types/prop-types":"15.7.3","@babel/preset-react":"7.8.3","eslint-plugin-react":"7.18.0","react-test-renderer":"16.12.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.2.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.4.0","eslint-config-prettier":"6.10.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","@babel/preset-typescript":"7.8.3","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.18.0","eslint-plugin-react-hooks":"2.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.10.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.8.3","@typescript-eslint/eslint-plugin":"2.18.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.13_1580663187963_0.5936057653736861","host":"s3://npm-registry-packages"}},"3.0.14":{"name":"@tanem/react-nprogress","version":"3.0.14","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.14","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"b796d5afb7eea6d1093b570f43a9250af125145a","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.14.tgz","fileCount":24,"integrity":"sha512-GK+XzCXs+WRE+Lg/qNZ9WLAeTfv8yH+fpGt6MMa1mZEUoVGt13+YxpE60uWOVDEbUTZXBy8UsQ23MgmoLffo6Q==","signatures":[{"sig":"MEQCICOyF/UBzuorsveWwhz+y2cnOT0weBxuydleEt0hmceQAiAv+QVxbd+umTttVRmWx5lfh4cngyUOii4nfj6BYI5Xhg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":242006,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRb09CRA9TVsSAnZWagAAUDEP/2YzAaslAnajLFPbB5xJ\nPUt7wGt4jKxK4vq60QQ6HyC6xKd5C2H3q1NOCa+MYRYlPV+1AbGbcI+KBjTF\njk2Op6JfFmimpsQAV0cFzt50N8fbg7H/2jzzWNoSR1Ki4ZuewChbquATnApe\n1+gMgdboYnlzHW3zoBdtlA+Uc0CoUNx6O0kSU5bA/UL38GcUqSoRxzNkG9S6\n0nGQyh9cr7/i09nN5tGeFnw5bcA/Crj2eYo9YrzdKt46RHJ0MSqPzDJyqUhw\nwepiWfgujMte3hO7L5D1L+n0fj4nxW4Q0/d83D7lju97gmuWRgbmFbfhqyjP\njYUhNwxxP+fuJcKFG23wkhPRAHaSjslU2k8DzxtYJAyA6pQRXRNAFXeiKdXO\nJ8idU1h65aaVGXGLnZGz1aaSmEipip5ZGV0Ht2RELXO0banXuqudqcDjG8u7\nsM3oOfNMIPVooPaKNbU8uiADFpby0kdppOdNQOaawqFv1aLvCBUll5czQnur\nrvlcYxZlZwlfR4AZMSr2PLUwYKgYFeEoBKiCxw3lWWpYH05ubMmjNl5ECi5y\nwrDKO6dobOQl9f0WoH8X2tN75cOSaxcJLBou4InUt/LvNwXyJDJnNc5x2op0\nv7ghcVWEOCN3feIoQSLmPMCIWfxU59SK6WIB+FXGUFSATiGm11pkFtmajso8\nxMjG\r\n=QnZU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"941febdbe6b1094bcc36160d5db523dad77f1fd2","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","coverage":"codecov","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.13.7","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"react-use":"^13.24.0","prop-types":"^15.7.2","@babel/runtime":"^7.8.4","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"25.1.0","react":"16.12.0","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"1.31.0","codecov":"3.6.5","del-cli":"3.0.0","ts-jest":"25.2.0","mock-raf":"1.0.1","prettier":"1.19.1","cross-env":"7.0.0","react-dom":"16.12.0","babel-core":"6.26.3","typescript":"3.7.5","@babel/core":"7.8.4","@types/jest":"25.1.2","npm-run-all":"4.1.5","@types/react":"16.9.19","tanem-scripts":"5.0.6","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.5","@babel/preset-env":"7.8.4","@types/prop-types":"15.7.3","@babel/preset-react":"7.8.3","eslint-plugin-react":"7.18.3","react-test-renderer":"16.12.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.2.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.4.0","eslint-config-prettier":"6.10.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","@babel/preset-typescript":"7.8.3","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.19.0","eslint-plugin-react-hooks":"2.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.8.3","@typescript-eslint/eslint-plugin":"2.19.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.14_1581628733318_0.9503261113436652","host":"s3://npm-registry-packages"}},"3.0.15":{"name":"@tanem/react-nprogress","version":"3.0.15","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.15","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"a179feeba179b41c838dc7fc9260e941a58f95f1","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.15.tgz","fileCount":24,"integrity":"sha512-d41q2C7sNnhdcpVyxC+cheUM6ehjwUzYUkiUXByKKi70qO65AiILRvCMuL97WkMTDzfvtrn+q3HRZyOm37h/2g==","signatures":[{"sig":"MEYCIQD5M5AmQSr9/4hNHTLp19XfOVni41V6nijWevjBa7PxNgIhAOwYXVjjNxXZxJ3it3uaUSzlkpj2eBADMkMQ5zd975Ff","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":243414,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUEKrCRA9TVsSAnZWagAAiaAP/23cPGdz/Tb1UZdDA4ep\n0VF+m0mmPOa6DOtvu7dk6eev/gL3z9zLvBy0kZRo4TObf4jWKCaWgGGsqFXx\nz1FVkmWlMOb37JPmOiKkt37UQHVS/TqloEi1K67SaPilRmVSB4qO91sTSV5D\n7XvKCAPvVi/Vft9E5vZN/pyL9DSjA6oLjtOjJaAvMWQRkvoiyAk57oJ55Q4H\n3APFW0cpVfoveKEXJohOuN9FUDlFQdOpXyjyyGt29iGsDXYoSw0G1trsi9b+\nm4Ss8OTljBL7xuEHxKTM1V1+nVYBpGMN5BGBk8jX8SczFSsH5s34qu1pwPAH\nkHs4psS9HOEwDTcpdI8qNizLawaGOcqPqeE2vm6eLK92zTIGLB9abLM1sBo3\nEhzJUVTPOpHaP3flwxOGukL1pVpV24WERXCO1a5ELCb25f7RHlyzeuCRlkVu\nZxRoOMijXaLoTsStgidl8/xmx4nvkopfljusD2mDww+fRX1U4l9RPNM8+Zd5\nzXE8HedFXgwW68bCRrftJC30LUtslMld5RXJ18RtvgOVh+ZftuKsFqgiIUp8\n0gDAw962a1WT+ZkO8VolcbyNujMtDUCa62evKPjE/RbyRTuilmzXZ1t4Fjh3\niTrblUiZTUkXv12f1iWogXl6qirBEna99gF0fE5w19wu+FP8cj8bwIOg6/2a\nph7a\r\n=Clmo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"bacd3327ed3e03dbcbf9934bcb259e784401b847","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","coverage":"codecov","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.13.7","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"react-use":"^13.26.1","prop-types":"^15.7.2","@babel/runtime":"^7.8.4","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"25.1.0","react":"16.12.0","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"1.31.1","codecov":"3.6.5","del-cli":"3.0.0","ts-jest":"25.2.0","mock-raf":"1.0.1","prettier":"1.19.1","cross-env":"7.0.0","react-dom":"16.12.0","babel-core":"6.26.3","typescript":"3.7.5","@babel/core":"7.8.4","@types/jest":"25.1.2","npm-run-all":"4.1.5","@types/react":"16.9.19","tanem-scripts":"5.0.11","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.5","@babel/preset-env":"7.8.4","@types/prop-types":"15.7.3","@babel/preset-react":"7.8.3","eslint-plugin-react":"7.18.3","react-test-renderer":"16.12.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.2.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.4.0","eslint-config-prettier":"6.10.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","@babel/preset-typescript":"7.8.3","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.20.0","eslint-plugin-react-hooks":"2.4.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.8.3","@typescript-eslint/eslint-plugin":"2.20.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.15_1582318251131_0.7952230795927511","host":"s3://npm-registry-packages"}},"3.0.16":{"name":"@tanem/react-nprogress","version":"3.0.16","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.16","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"1eb3b86a85f3661b9136d12e9c4fcf4f16c1639b","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.16.tgz","fileCount":24,"integrity":"sha512-TWLIui9CYxJ6HReqAPa+SFnzq1G64M7pp4wEcFmA7Ee+WaTPsfNtBB50QgZdWHseGvZC41nW+bsds8qHra04HQ==","signatures":[{"sig":"MEQCIFF6DAkO9yB/J4GN2QjvsbhAcuwCbchC/wLyAZmlfSQLAiAeO7EOcwHKHpEhofcqgVGeplNma5fMILlEcAdsvu84gw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":244993,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWsaXCRA9TVsSAnZWagAAa6cQAJS8dLs1tbD804OO9ZKi\nAbKYtItQ/Urc5IsxsNOGQaup80SBw7mjNRad0UpooC0Rxn3TuGuAY1rOlVNr\n+9Ga36WpYfPC0LxkzaDJIt1VaTDswOFx8FTNYK1R8jmqNPDShsx97yI3PSCg\nXjdBnspQckNtqCdiXBxjBqH3RF7us+NId3wgsrBXqNNV0u1xYv4YMB8w1iSz\nG0WVKDBBltDn6JPuFyHOZUwF2drKouM5Mo4b5HVQb9yDZQ+D1SnOFGcktYA6\nohAV1mmMHksu5E+RasmDfW7UDpTGunDgwvNBY7Nasw/b0MpVdbwy4wUMRZXL\n6a5IF+jf7iyfbhd2M/HjdFztTJUALJtvlyvTSHAQ9lHAFm+2nJUhDRavYmSo\nwoZzPs87EMM8MkgBG35X6/YH1H7eaUXp1FUvJd4SdIYaatlgllOIIC+zWtYv\nvO+LH9Hvrc6zWuDbMyZx9Etchi611Ucj/10dCKutH9yjLfQUVwaqdvPpPEl0\ngTmGCzKTkkw2NrjEF9qPWQIKnfFwkcKtZjzJXNJQY17L8ZnTqCVb13zyJ2h8\noI07KjrTSa+Bx/0EpRtU730QQ1xLy0qak8mdSIKx+7+Hqm0jmDMql/t1+mGq\nRlWE5/S3O8UV/QWxw95EVih8jqogY0Ja2vYBRib/37/INK7pLKMjH4hVa4M8\ngA2/\r\n=pVZ7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"e2c01880175ad9f3feb3d5eb3983b5a0e9e71026","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","coverage":"codecov","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.13.7","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"react-use":"^13.26.1","prop-types":"^15.7.2","@babel/runtime":"^7.8.4","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"25.1.0","react":"16.12.0","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"1.31.1","codecov":"3.6.5","del-cli":"3.0.0","ts-jest":"25.2.1","mock-raf":"1.0.1","prettier":"1.19.1","cross-env":"7.0.0","react-dom":"16.12.0","babel-core":"6.26.3","typescript":"3.8.2","@babel/core":"7.8.4","@types/jest":"25.1.3","npm-run-all":"4.1.5","@types/react":"16.9.23","tanem-scripts":"5.0.12","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.5","@babel/preset-env":"7.8.4","@types/prop-types":"15.7.3","@babel/preset-react":"7.8.3","eslint-plugin-react":"7.18.3","react-test-renderer":"16.12.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.2.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.4.1","eslint-config-prettier":"6.10.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","@babel/preset-typescript":"7.8.3","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.21.0","eslint-plugin-react-hooks":"2.4.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.8.3","@typescript-eslint/eslint-plugin":"2.21.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.16_1583007383405_0.28144793273301016","host":"s3://npm-registry-packages"}},"3.0.17":{"name":"@tanem/react-nprogress","version":"3.0.17","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.17","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"6615cd2a21bd26eab6333283c042e60f587205ba","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.17.tgz","fileCount":24,"integrity":"sha512-6QW6QHVG3htzc/UBZAlVZ1kHCz3ZyVBFvRissWfF9GLgg4+wv8RkYRv2NreNDUaQKPHIflh6tWpf/eNmz05POQ==","signatures":[{"sig":"MEYCIQDa8HmSfbEdFmKUc6iyrMIx564gaRPA1Q0MYaRB/IxG/gIhAKpl7IZgAJCAWZXVwDQSTr/FH78PiuFH2w6jKjn+LWKm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":246533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeY/4pCRA9TVsSAnZWagAAoyYP/0g8fipZU7coALvS58dK\n3kV8yJwr2Jv149Rs49e88DQ5RRqshCUgguFJ6cgV9xnpJY0mHBhzMDpr+dIp\nuwlJJZYRItk4H6fjyT52tT0kCsrZgttf52go/v2Zu8t7d78M6LnyHbIrjpXd\naRwIQ1m41b3n7xs4tLPhsUqZ3o6iRkvBWoLM4uRZx3auZZHyoH/JkHbIeJuF\nzhFBjtvb4Syl5gS1xJwsx0zWT4UShFvKzVLeBRRZJg3eilK6MdDdbr+XDJNN\nklQQBPmzr8faZFXr6pFWh0krALTonz7z5uH7c+vbSJm/utOsHTG9XczHTLs2\nJA4tbCSryvMddMPmF7SXDpqXeO4eW8VSPQvkpIi5pNtNEb2ATNs0CiaPu/AG\nucGsCCprrEN1GJ1KOgcaK7hToMK2jFMqn+UkoeZStpOy7xC5yWryU5LbLyZL\nFl+iDBpAlksa5xpBNrNv6krAI+j8THptwljkOp+TBNLOGg5PmpY7H7yVjFgO\n0cS1d7j46WPtnhokDdLpFXFgDA3ZtntekNwoV/VBL0MYY5bmL5a+YAQuklgy\nrOtZLoru7yxlxwozxuZgggOoC3DyEayjuny/kuXBJU6D1GClCEfIGtFd3QnM\nKcj9eLSe7oeJrW41/GmVWKT5tulWqrKm7tGPF0BqyXLfN9kt3NOXAtxdqhuJ\nNASQ\r\n=VXme\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"f06f8230bac02797a4a634353c8452460b59e544","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","coverage":"codecov","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.13.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"react-use":"^13.27.0","prop-types":"^15.7.2","@babel/runtime":"^7.8.4","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"25.1.0","react":"16.13.0","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"1.32.0","codecov":"3.6.5","del-cli":"3.0.0","ts-jest":"25.2.1","mock-raf":"1.0.1","prettier":"1.19.1","cross-env":"7.0.0","react-dom":"16.13.0","babel-core":"6.26.3","typescript":"3.8.3","@babel/core":"7.8.6","@types/jest":"25.1.3","npm-run-all":"4.1.5","@types/react":"16.9.23","tanem-scripts":"5.0.13","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.5","@babel/preset-env":"7.8.6","@types/prop-types":"15.7.3","@babel/preset-react":"7.8.3","eslint-plugin-react":"7.18.3","react-test-renderer":"16.13.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.2.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.4.1","eslint-config-prettier":"6.10.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","@babel/preset-typescript":"7.8.3","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.22.0","eslint-plugin-react-hooks":"2.5.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.8.3","@typescript-eslint/eslint-plugin":"2.22.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.17_1583611432870_0.7953063281224209","host":"s3://npm-registry-packages"}},"3.0.18":{"name":"@tanem/react-nprogress","version":"3.0.18","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.18","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"747055ebd53f38c32e412c8578e26b5039969d76","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.18.tgz","fileCount":24,"integrity":"sha512-gD7hE3uDuWel0n0eRfKKmXPY9PiYJB/Ca4MjtBlqnoq/9hbCJvZss/HuOmDSQPxTRj8KhGfUOHEzw6eFhoCx1w==","signatures":[{"sig":"MEUCIAVU4AlK2jDRITUoAKHmboRKCfNy1Yv1DvQV4LFikC+6AiEApQxf9AXlqV8iCji3MvotcRIHg185fwB5hpezmjY+yvw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248137,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJea7kSCRA9TVsSAnZWagAA21oQAKOlTQUVukz1foUs7KhD\nyxJDsFO9HEyO9ax/Z9AF2syDa9EXLid1lkdbuK1Ki2FmPaZV2aOn+78u3L09\n6ah2x++2fZPKnpVdCZ8DGASZG44PS5NYMYnPs004P20yxYMajWys9smuzs5G\nhzZ7y/Q5b2qyw7Sua9IIMI+3tn5zV054UHKtnuHg/mFWw3pjf9edrzsAAyh3\nCRZ/xj+sPHsblJlgalTgB8fEGlKT8zdPm9xBdwpYFowV6U4Tjwq2X9OFFE+M\nzTe4PUIp33n0Jx6rWFG2QYoYYYT23GPsFCPjMl+8fl3lmKQBhdCATDyy5Sh5\nEjxjwPuPOBIzKq3gzmpdeMhPMAISXIBN36hyR7f6ZRBhl4GTEmwD1s/ZDOpG\n3TQksi/1/ec0lvW1QVMDrbpGLHshlRbUgnlykLzkpmVwM2R2Snj2DVkqjRFZ\nDCxsskjyorUrUf7BVn75Kl1M8V3SKmIeOLMCdKUf2aMDIJsFK3fJM5rBNdyv\nXV0w2zrsExjQPoIS5wRrzpcJaPC1sjkJjZKBXF0T4KUtLvZ4dCSByntNdJVi\n/9LUPSqH29Qn2+8R6jYmPLf6A99kHHb46bSo6vTDxocAxI7dGpQG8Wrc4wCP\nCwHGpiSBefztLQJwJjAUdoXvv67aN7zH4IURBjxBhlYx0Nmv7Iv4lbInU8CW\nJroH\r\n=JuyC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"332e7b7273d7e1be472195f21d7c58fd24633f57","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","coverage":"codecov","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"react-use":"^13.27.0","prop-types":"^15.7.2","@babel/runtime":"^7.8.7","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"25.1.0","react":"16.13.0","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"1.32.0","codecov":"3.6.5","del-cli":"3.0.0","ts-jest":"25.2.1","mock-raf":"1.0.1","prettier":"1.19.1","cross-env":"7.0.2","react-dom":"16.13.0","babel-core":"6.26.3","typescript":"3.8.3","@babel/core":"7.8.7","@types/jest":"25.1.4","npm-run-all":"4.1.5","@types/react":"16.9.23","tanem-scripts":"5.0.14","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.5","@babel/preset-env":"7.8.7","@types/prop-types":"15.7.3","@babel/preset-react":"7.8.3","eslint-plugin-react":"7.19.0","react-test-renderer":"16.13.0","regenerator-runtime":"0.13.3","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"5.3.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"9.5.0","eslint-config-prettier":"6.10.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","@babel/preset-typescript":"7.8.3","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.23.0","eslint-plugin-react-hooks":"2.5.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.8.3","@typescript-eslint/eslint-plugin":"2.23.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.18_1584118033977_0.026706686897116416","host":"s3://npm-registry-packages"}},"3.0.19":{"name":"@tanem/react-nprogress","version":"3.0.19","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.19","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"c0bec53f87d0949d6d353b01e447ccade198ae25","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.19.tgz","fileCount":24,"integrity":"sha512-BzKc/cp/AqdpIjb1rOCuqrr7AG7enTUioX05ikGgNQmMuRGbpOiC4NscJio0Nfi5dss00OPWkZxC33e5bIfOww==","signatures":[{"sig":"MEUCIQClju7OGJlqRiwSg7uBknEscu0BPshiOq4IlRyr18uKVAIgLJ/m8kcTJmqyq3R7ll4LUIy5IozTv9pc/eyHIw5wqpQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJedYjGCRA9TVsSAnZWagAAIeUP/ji3akK9TuWFaTIuNSAQ\nw4U4cNhtexCve74iMt3SQwfqvHIYc09wFBOdMsXhE6+H6Q+PtAkgBRMSVQOL\npBFADyCYjD/j94VQWAaxiVY8axY06q+M2dbcatUum93zAq/93HBO7dwTQ0AP\nRYnFFSFSiNT3+B8beTPWCO5bxVuaPuNEkzURgvVqqun8ThZEjNkYqlo6cAdi\nnA0kijXHNjugFmXFxAJ3uBKMU4e5PUwInwuFYMWyky6hpGGzfPkcHJZ86hzR\nH2a/blhxbYdGVV3tEAZx5bP4czMFPaWAWFXj8+vKI+t9KWXvztuzwPopT9TL\nVCUjVHSSWVxe6sAM4UwLN1elmVBjGA8Pk/awCheHCAqm/+oHzSubd90emeNr\nyn/OP8VW0tsepKSpEC3c7G6kucPtJuIfkGX8dgFwWA7VOWDMk2tmB/pM9g5z\nx4BQAWlTm441At0Jsu55sPp4WEIDHIhfXZIQ6rNu9FBULVdkke4oLeFweRag\npWJbcZsoroLviYwnGFW3qY7m7Dn+9KN7ZmzLw/kHLd6eJZTIzQXtPGYBVtEb\nSirtBj1fhEbPC3OkvP10M71Ja7RtP///tsEAto5WMh1G2Xx+wJL0xoJ5v1YN\nwthlRnJ9DlzYfzqVhs59tdqdas3qg6maf6krWbLGGwYZoSHStQciciVkzWb+\nI1ba\r\n=CbDC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"364348538773ea68c8902894a250339fd02576f0","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","coverage":"codecov","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.3","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"react-use":"^13.27.0","prop-types":"^15.7.2","@babel/runtime":"^7.8.7","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"25.1.0","react":"16.13.0","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"2.0.6","codecov":"3.6.5","del-cli":"3.0.0","ts-jest":"25.2.1","mock-raf":"1.0.1","prettier":"1.19.1","cross-env":"7.0.2","react-dom":"16.13.0","babel-core":"6.26.3","typescript":"3.8.3","@babel/core":"7.8.7","@types/jest":"25.1.4","npm-run-all":"4.1.5","@types/react":"16.9.23","tanem-scripts":"5.0.15","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.5","@babel/preset-env":"7.8.7","@types/prop-types":"15.7.3","@babel/preset-react":"7.8.3","eslint-plugin-react":"7.19.0","react-test-renderer":"16.13.0","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"5.3.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.0.1","eslint-config-prettier":"6.10.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","@babel/preset-typescript":"7.8.3","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.23.0","eslint-plugin-react-hooks":"2.5.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.8.3","@typescript-eslint/eslint-plugin":"2.23.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.19_1584761030439_0.5270495298405882","host":"s3://npm-registry-packages"}},"3.0.20":{"name":"@tanem/react-nprogress","version":"3.0.20","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.20","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"98dc33c45460e1d751f6459dca4a8e732c468749","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.20.tgz","fileCount":24,"integrity":"sha512-eZVDIKCVkTpEQmDVHrrAg3DlofPYR2K/tLgP4XLUQeAzVvMZ4W/GOhEajUGn740JCo6xAaBNhrf3i11ir6/8OA==","signatures":[{"sig":"MEUCIHc7gE0dA1d2OfpRpREOkHYJY32mQqlz2JtpuWOUSOJpAiEAtG7b8piPstLBC+9fbPQk+6Oz150QJYaKimVI3zwOoRs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":250615,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegiMqCRA9TVsSAnZWagAAijQQAIj2P3q10677BCXVUYEQ\nKNL9k2M98rvQZFOsIZYKb0qTkGghLh48XV+sBAk8wAUpL4SgktVCZAFOg4MF\n+Qf5ruXA7teb5KGiYTO/cT2fTUQU76j9aLJHkIMLaUl7CaYRcSUiCx/H2nwQ\nd3q5sngR0iuSslxRcJJ/eIdqobFkj6ZrbNibp8E4nzLjkWnyK9NrafNaDWjK\nE2SYrR8QgZABtRjMHvbOfhSLaRzs6aN/CnouAdaEPOLQ9mZn3qEtkoAXr51+\nfWGT9HpvAAM9V2zz98ABwz3rSqKZcKEXGQmgV5mhldSkE0MhaeA9Ep25ie0i\nZ5P26j9pE4Sr1MrHmKep+fgHkhpCuJXNxFtXUZKcLzemXkGhNLVH6RJlCdUK\nBIKB88NIym2SXL77FIT99HIQUVneOfiEoiD/yyi+uOhGPEwGULMS5Jt2fPt/\nT6DqhIpqWpxs5586dmdBqZR7yTQXHryjIgVvc9qhyk0To+rQakMy2UarIqP7\n+UkEYmgd192MMfcH8lMqR5eaW+vEqZBv8ioDbKD+P9BHkCH+zKML/Axl3m1A\nKWGmupLDBL3QtiLIHoDNNx1g4cyun9Umsdp3/dR5ILFrj4wr6EdWof2gDXdF\nCvPDpTTgPomSYqNlBNuF+czptZ5L70GQpgcTtdQVaxHDnZINRZ6PK7qKa6WM\nnxgg\r\n=5VaS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"6cc1c852bb6e8154a32584b0ceb6f3ab8212932b","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"react-use":"^13.27.1","prop-types":"^15.7.2","@babel/runtime":"^7.9.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"25.1.0","react":"16.13.1","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"2.2.0","del-cli":"3.0.0","ts-jest":"25.2.1","mock-raf":"1.0.1","prettier":"2.0.2","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.8.3","@babel/core":"7.9.0","@types/jest":"25.1.4","npm-run-all":"4.1.5","@types/react":"16.9.23","tanem-scripts":"5.0.16","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.5","@babel/preset-env":"7.9.0","@types/prop-types":"15.7.3","@babel/preset-react":"7.9.4","eslint-plugin-react":"7.19.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"5.3.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.0.1","eslint-config-prettier":"6.10.1","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","@babel/preset-typescript":"7.9.0","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.25.0","eslint-plugin-react-hooks":"3.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.9.0","@typescript-eslint/eslint-plugin":"2.25.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.20_1585586986050_0.4552469088525257","host":"s3://npm-registry-packages"}},"3.0.21":{"name":"@tanem/react-nprogress","version":"3.0.21","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.21","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"8fa71aae8ada4e541e2e98f8cc19536dca660f0f","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.21.tgz","fileCount":24,"integrity":"sha512-CNnG3S9AO1MNINIXQbg1bk50ocdjCgg+EYkN+ydYZQx6g8JB6xPkPMYnpuZyeyIVnFUihHTi/a2led8PPR03UA==","signatures":[{"sig":"MEQCIAzuX6WckYxY1sDENU05IQA4lNeiH7Ne/5/P9GAikBfxAiAQ9+DgTwyXWCymeIbZ8SmbnKp5mFqGkAa3SxgasLb49w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":252035,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeiLXrCRA9TVsSAnZWagAAqLEP/2HpT7+Z8xD6ovcf3ObV\nkSmTPZ3ej2kz5ON7n1CdVZEf+xuccvLWwt28Sv2tipdKKa68VB9osAt7VGqx\n3jEvGfcU9NN7Z7Y3FvtuqzDSvOk8CGCvLDOJoU1sgsk/rfw/VaZqxFT4b9Fg\nA3+CsLWQRHZOuTqqSoZaygQqLXqQ3H2ba+/fQJqJX7/fBk+J+i42NntWmF0/\nq5ukgIeIlyE82dzqxHpKubnuBfa2khAsOff6A4p455yvx3VMAVdqLEn2Jj/F\nirre5E1F/73nKmyNNWkMfeh45n+aOPjCTfR1tZnMKYNqF03R/bZBvd0/hwth\nW7dw0S+zD9u0CbDlzVDQyxLn8dGNA/aOJTdCfmt1+srmc81xbOCQNH8IknN7\ng5ENtzJ7s6H538Wt4dxH+poqqHxTf8ePr1j4gzizqkkKzrLIg9F0O11HR6fn\ne0gG7nm8rUNtwplJmKOsvlUwi/gS0KN/bvm8N8uBrPIM4hea4qFDeIu6ogZ+\nwisBEYE8EGoDzEjsUhylE1GWJGFr6g0mQnwA5h8J50lkBu0wwT9zgaY40B2Z\n71+06/MFNr5l7rniVyI2Kjyf+f1vWnSTDV3TRIZ0YDQlzvd/JOVuUPelbQLa\nKroYar7nBUeXbuc7EjUD8YnofcyIu/My8mnOn50PJu8rZ2v4nqOzlL0RwGxc\n8grB\r\n=0RNd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"1410128eb617d214baab07dc180ab8614e811c04","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"react-use":"^13.27.1","prop-types":"^15.7.2","@babel/runtime":"^7.9.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"25.2.4","react":"16.13.1","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"2.3.2","del-cli":"3.0.0","ts-jest":"25.3.0","mock-raf":"1.0.1","prettier":"2.0.2","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.8.3","@babel/core":"7.9.0","@types/jest":"25.1.4","npm-run-all":"4.1.5","@types/react":"16.9.23","tanem-scripts":"5.0.17","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.6","@babel/preset-env":"7.9.0","@types/prop-types":"15.7.3","@babel/preset-react":"7.9.4","eslint-plugin-react":"7.19.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"5.3.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.0.2","eslint-config-prettier":"6.10.1","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","@babel/preset-typescript":"7.9.0","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.26.0","eslint-plugin-react-hooks":"3.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.9.0","@typescript-eslint/eslint-plugin":"2.26.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.21_1586017771090_0.9182536747722962","host":"s3://npm-registry-packages"}},"3.0.22":{"name":"@tanem/react-nprogress","version":"3.0.22","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.22","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"c99576511f10118df73216fde403ba30a724b0df","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.22.tgz","fileCount":24,"integrity":"sha512-NRNrmcH++WJE2bIYV6js+UD6ZjSgAR5fA98XRRKD2xLRMlU3ecPQkwd2lBBRUXC/B0Ts12G7hg41SuxPNQuVNg==","signatures":[{"sig":"MEQCIFt5/MZoZPJww4v53rM3M/NzPCQKtkdTuGoUmbwawWbiAiAiJCGgnxekb4nWT/ErHQYvw2hvUcp3S2gkFLp7EP2dPg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":253763,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJekTynCRA9TVsSAnZWagAA+WYP/jKiLGQoEu7V5+tZUL0M\nQKZu7wJV0eros2rGIbSpcMJYxu4Ezqjw2IClj7m7EPrrM59c7Hxrkta8POm9\nWfH525VD6IK9l9XY2vLUWYwp72wKEIS8NoduyQZy06c8C8QbZFdFidsZ+FSv\noSZ4etnDZ5/0xgbAb8GFdslonpspneUp2he+AWXuZkPl56vVwnDqndJZHK0R\nFgpipJUgN5zt4JQEmzdLFK7hDusCCvg5qKGNDay7d1N0vkIgeSv4bbenL4aa\n77CMrQsx9Myv5SmUhf70hdL8pCdZKStYhKgdNyS5dCMuMhXhxXtmN1xGqyZ6\nU+vBpyhWopgY8AqLao71FULVLEsREuL6SXgxj6nijUh2tTaxSbzU/19qt5QR\nnfpVV0tL0u4XTwgCEryDDl+ysbAOrXQu/w2vq9PCt1E6hEtF19lwSqBmoGh3\nSW/EzHvVIvKqUbzOcsr0eWq9AgBs53s6ZFAhAmpiZb1NtxeN7fp8s1+1PRBv\n77d8iyjcQ1EaDBNLVycZVfj9F4ozjU2DNij7Xrc2Bct3mg1yuFXjkBCVQjgW\nyhpk9l9ToNw4RAVd3KhQ8Y/ABtOG9YFkRDmTQtRqTdOO+K+LhvgYWCK4Et7+\nDF/7OD514M8LXmUc+6iXwshm4+o9sx5qce5FvUmnDtqwp36gDVJOZ8Nny5KC\njXkZ\r\n=Lo4s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"b36867388b3f18956f8ab2ec2356a5551381914d","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"react-use":"^14.0.0","prop-types":"^15.7.2","@babel/runtime":"^7.9.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"25.2.7","react":"16.13.1","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"2.3.2","del-cli":"3.0.0","ts-jest":"25.3.1","mock-raf":"1.0.1","prettier":"2.0.4","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.8.3","@babel/core":"7.9.0","@types/jest":"25.2.1","npm-run-all":"4.1.5","@types/react":"16.9.32","tanem-scripts":"5.0.18","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.6","@babel/preset-env":"7.9.5","@types/prop-types":"15.7.3","@babel/preset-react":"7.9.4","eslint-plugin-react":"7.19.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"5.3.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.0.2","eslint-config-prettier":"6.10.1","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"7.0.0","@babel/preset-typescript":"7.9.0","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.27.0","eslint-plugin-react-hooks":"3.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.9.0","@typescript-eslint/eslint-plugin":"2.27.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.22_1586576551169_0.3037545519945948","host":"s3://npm-registry-packages"}},"3.0.23":{"name":"@tanem/react-nprogress","version":"3.0.23","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.23","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"6d08d5b41693fcee61b8df178f92fc354a6f0e06","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.23.tgz","fileCount":24,"integrity":"sha512-zVQ5Lj8mXuY4TZsR50+HfXqgxzDdDC6XVQEfm5k+1KcIyyWpN5xk9Ewnnb8Pbt4lycGaJo7n0it8csFKUf5CpQ==","signatures":[{"sig":"MEYCIQD5WLd8hn5Q87asL6ss01YgDfvYk45QqZmnKkEHmSAEDQIhAMwUEiu29g/BpPETRbGqzYIVw1BoghtqfJZJs+NNtSnW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":254871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemgE0CRA9TVsSAnZWagAAYo0P/1JFyEvaSpMpqBZzbO0d\nRrXDkvLvEzUa4BFegjoiV5qYTs03n7Hx1R4vtAXpPnHY6VHdGwr+8EMkcII3\nDCYBZ4yt0w3asieare/OBFOr2GeiwtPhONpnH5s+i/CqaJIoy9SSKmmKltAh\nq85ZqJwyRxzcvEs6D265VMfMOv9RIlse+RU8H6BZiXIb1F/4indFEw7+bKb9\n0yBPEd9kQLJr+CWrHELNQvr7aqmmwcEzt+Zm5ifD8F7WefAF8LHYzNnhlLb5\nxNowlU/P/HILkphM8t5qA7v+9Q4BIR2N8ymiC6KLg4Lv5eN9ZKFeUUJuTLnx\neROBaai0WgwrTSYFxMUksnLfU7tz1vIfeEoUQM+iIjmeVV8gF7z8iJlXp6uJ\np61S6vgXmKzPd2HD6sEsQMUjP7Cz9UoEPNSX12lVzzs+PgZ0dT+HK6gBxP3E\nPL5NQCZyvHqBFERQtPgJD03PJGaVKhnqafh4nLl5nIABdSGDhxttXGL9kBUb\nKK0JP7rN62hR1oE+qWtV77oFYhTaeqvnIjR5kYBmVr6Xs5djfs6pvitvieh+\n8UXqFN5sN3pOTLvk+IliZBaQzp72B9Aaz3SG2NCr457cCft/B2B9gCcGYqQF\nN2gHRrxU81Yh5rOLhMQy7tvf+RE79MntCoxIfiwxhGYZIjLjwAkX79ZhmIAO\ndXOf\r\n=8HQo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"47f2d6ba9eac633df95de014fee72bcfe7ba8a35","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.16.2","dependencies":{"react-use":"^14.1.1","prop-types":"^15.7.2","@babel/runtime":"^7.9.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"25.3.0","react":"16.13.1","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"2.6.1","del-cli":"3.0.0","ts-jest":"25.3.1","mock-raf":"1.0.1","prettier":"2.0.4","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.8.3","@babel/core":"7.9.0","@types/jest":"25.2.1","npm-run-all":"4.1.5","@types/react":"16.9.34","tanem-scripts":"5.0.19","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.6","@babel/preset-env":"7.9.5","@types/prop-types":"15.7.3","@babel/preset-react":"7.9.4","eslint-plugin-react":"7.19.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"5.3.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.0.2","eslint-config-prettier":"6.10.1","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"7.0.0","@babel/preset-typescript":"7.9.0","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.28.0","eslint-plugin-react-hooks":"3.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.9.0","@typescript-eslint/eslint-plugin":"2.28.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.23_1587151155735_0.5961407451687668","host":"s3://npm-registry-packages"}},"3.0.24":{"name":"@tanem/react-nprogress","version":"3.0.24","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.24","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"6540b916ab8535498883611c8c90328660a8c0df","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.24.tgz","fileCount":24,"integrity":"sha512-ypBh5jw9I5yz/7i5ZP8v48mpmo91bN9JAJVA7Z62DhUyMAxqGWqvOIDXv9Hga474leBi1i7Qbt6Xh+zQ/sGLNA==","signatures":[{"sig":"MEQCIFVs5S5bs2xPnb6dlsWc7SUOEIZpr/BMvNdkFkby/fNqAiAsN1TkBCqtNyPzyiXwjyNJktzSXyHch4SGzmI2ylTK7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":256153,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeo2elCRA9TVsSAnZWagAAl40P/j+OiWLT7Q/nJwd9iin1\n3Z6nUbzchHUH0mDTle+aCh9XmlISf6LqQTSKFXiyvQbmBQC/Zt1zmn+ORRJQ\nSg/FMbpByTafsLkI+hcCEEq9RWRc6xx6MUrA/F0ZSLHsb5OejhsxQv92wcWM\na5CYCwgV/Q+ZHT/JBxJQnDMkhGouWWbcdy0I4fYzSJok6KYFkwYyu5yRiohr\nJB+GSWrKjxije2kk5qLEJV8u419C/mYWcAd94CS+71C4XWa9cGYYLVdE0W2e\nJgOGuaIamRh94VjixdeASidXVBjX0FS4nWdMRmVTl83goF142rKbAkxnx0J4\nq1L0hXMBuyQp+jA+VkDDamBKkdBKIRV6ND95rvmQqDulCwNHHT7yrS3m0QHA\nfEHDnW40xQjL3iG9/zVFwtA5zO7tMSYJasqTMUj2mYD0eERIv7mUYQZ1mziw\nexXJF0f76e+RCQf3ujU9ZQL9X/FyCNkqbj5fWK6Xnq/ZkX8SwGpcO4UsSspF\naQ2asQev71ciz33QxLv8gSyULAAMEMq+hW4PpuAwAcvQPLftFPM6Y6gIZH7V\ngk2gt1GZjJdKa+3wS+w5cp4u6fPTCcLUCfQNel9FjNm+1Z2259b3pE89sNS1\nA28l93I6XUe43j4VmiTBkUYONA5eMUNrUUrYFJsrOr4DA1fkVVXneZqyJ1IP\nPUDe\r\n=sDbI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"fdde86f579f4e8fe0fbe08412e2aef29a76ed3a4","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.16.2","dependencies":{"react-use":"^14.1.1","prop-types":"^15.7.2","@babel/runtime":"^7.9.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"25.4.0","react":"16.13.1","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"2.6.1","del-cli":"3.0.0","ts-jest":"25.4.0","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.8.3","@babel/core":"7.9.0","@types/jest":"25.2.1","npm-run-all":"4.1.5","@types/react":"16.9.34","tanem-scripts":"5.0.20","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.6","@babel/preset-env":"7.9.5","@types/prop-types":"15.7.3","@babel/preset-react":"7.9.4","eslint-plugin-react":"7.19.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"5.3.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.0.3","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"7.0.0","@babel/preset-typescript":"7.9.0","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.29.0","eslint-plugin-react-hooks":"3.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.9.0","@typescript-eslint/eslint-plugin":"2.29.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.24_1587767204736_0.5471108730556635","host":"s3://npm-registry-packages"}},"3.0.25":{"name":"@tanem/react-nprogress","version":"3.0.25","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.25","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"5ae6db4dadbeff0a52c5b40090bbc52de481291b","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.25.tgz","fileCount":24,"integrity":"sha512-+4lAnGGErgcQBmubIxOuWF5tU5vF43r2JxHmKRBU1dqdY1d6r0geb3e8AEao/pMyEz1JZ4zz4PH6iWVaLT4/gA==","signatures":[{"sig":"MEUCIQCNPcXvGCLAuHDrONZELK+AbmQsSRXH4L0n+8FKepQPSwIgPZ9Et/3vVRJZtPAscMa6/zz+PfwnJN+5iOUUbFwyzuk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":257117,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerc+XCRA9TVsSAnZWagAAZFwP/12zWoXsXRtXGrobQMzC\nCBjWje62hPgdwp8dSQnSe1c5+L/DsJH4XJCc+4wBinEhpFP4Flxo5sD6YlPa\nd9dPKsP1sikLSX/8euQ4mY5chkbK2xfV1HhGdgOqMPseZMu+6qh94Bs3KRgf\nedivC0nI2TuVNT+qc2E81igLl/vfnfB5zZCJ0Zj9yveo9k3y2mscpSYQtsRC\nCyckh/Pn6bHe0eJKyJfXV1fhG6+5kbLnlY2mrVhb5x5iED0je6AcNZ+sj9Xl\nGuyNHeEeZDv0G6/cXyFe7+novvix3voOD5IsmcpdG4KbZG0eXfowM19RHwQ/\nE22RXbdF2AGefE7yUoNK+4XYJRIQS99xLapDYMWtO7nFHENAmSPJ7CJEK0U4\n+ZAOfXWB4gp7iMd/yQEnIzKnyCa7i61oKefTbzl4MtNRUzP3Frb1iQgIi5jt\nwHeixG3LYHHw5vgfPIuO7SHPAs4ByQSnysKWhWbOE7axR/o4fmjL/cnJmkRu\n9NkuywMHMfkHHVgJu7vhWNML+0dnc6zx9Mxdft6a51wEtNc/ckfUmdb6ZJRP\nvmOWyH7wHqx99gUx9A1szULdxPs69xOSjL6d0YXGxUUk7v2Gfah3f6s4ktlo\n7rASws+NLcpGSVc5HQGbfXTxN5XfyuMLJBX0P4HyMfA10nVpATdi0xhynElg\nIyjw\r\n=1r1H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"fd63d9829c8706cec66356d65cddc650f760cc04","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.16.2","dependencies":{"react-use":"^14.2.0","prop-types":"^15.7.2","@babel/runtime":"^7.9.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"25.4.0","react":"16.13.1","cp-cli":"2.0.0","eslint":"6.8.0","rollup":"2.7.2","del-cli":"3.0.0","ts-jest":"25.4.0","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.8.3","@babel/core":"7.9.0","@types/jest":"25.2.1","npm-run-all":"4.1.5","@types/react":"16.9.34","tanem-scripts":"5.0.21","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.7","@babel/preset-env":"7.9.5","@types/prop-types":"15.7.3","@babel/preset-react":"7.9.4","eslint-plugin-react":"7.19.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"5.3.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.0.3","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"7.0.0","@babel/preset-typescript":"7.9.0","rollup-plugin-sourcemaps":"0.5.0","@typescript-eslint/parser":"2.30.0","eslint-plugin-react-hooks":"3.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.9.0","@typescript-eslint/eslint-plugin":"2.30.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.25_1588449174763_0.47056774257177914","host":"s3://npm-registry-packages"}},"3.0.26":{"name":"@tanem/react-nprogress","version":"3.0.26","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.26","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"3b3b0a58a95b82011f5a627c3cdad0bf901cec97","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.26.tgz","fileCount":24,"integrity":"sha512-cuKuMBkqu33FmKeLifq5EWnrNlMSmXj3b4qII/sEDpet+cO+7ibMd7vkm2MWlW5Hmt+zfdPNaGRWqQJ4UBZJvg==","signatures":[{"sig":"MEQCIB9P7SAabYrZoiZ06D8kVTug44A7NRTXftVu5P5gKXATAiArS6cERJc2PHmmtcWGS4WDTDfhQ4uQiiVHITfsLusx5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":260971,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewXf4CRA9TVsSAnZWagAAHEIQAJpsd1RC7mZd4ZSzf4kT\n4ir6RBW3pIWn4/cM/0VHmDdBvDGayYIPY6vhLtLWqaHBVc1xgA8q7UxSTZ5I\ny+PU0o5APjVqpdz2R6xBDPjtJB4wUXGIhDziaFbodVMeK1JpCXO08S4hMKQV\n1lWexuaVG1a6Fo+PFmhaNTgCPWY6wKNMvyY24lG0THKqV+8GY3q6sg7Akt6W\n506kg+w22pCYqQwKJLNn1c0s6rrBb6DBnYWMLe/zDW0cYp/fNK5cS6V6BHLj\nh/IoAaERDvfzGz5mdaNueErrl+xpT2i6EEaacND+xRrd1nLWDc4dEwDFxcAR\nCb7USAfvYanBs/OG57FTqkp4ookgxp1YXuo1pvIB7WCfrHUKy/JA/y01iZx2\ng+B2tA6LOEDzaUqy+24UJHv0Blm20G8oNPsjs+EI/oppwnbxYepdnk9/lAOa\nfdrju+yh50lV4Y4byj4ODvA+XKuC/vvDYYmx+PjlOOtF2oIkljOfXx0PnCDU\nut+lU/RVQ1dU/rBPeO3IorQr3zetMIzpkknptTk1pFHYi+8bxxfRhp7C4Dnd\nXBYk5Wws31rCbSY5oVs1jJaYyZWmRjXSWQ4U1a9a9BWB9Ckr7eWMskDzFKAP\nsckwnheMKeBflLiILKmXrjp2L96lbBfMJELn+OLVj8EoxVZUTioNZGUIBzPi\nrUYT\r\n=YlCL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"dcc6ed6cc3fa22bf24e522b4c219ef9daf5f9b21","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.16.2","dependencies":{"react-use":"^14.2.0","prop-types":"^15.7.2","@babel/runtime":"^7.9.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.0.0","rollup":"2.7.6","del-cli":"3.0.0","ts-jest":"25.5.1","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.2","@babel/core":"7.9.6","@types/jest":"25.2.2","npm-run-all":"4.1.5","@types/react":"16.9.35","tanem-scripts":"5.0.22","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.9.6","@types/prop-types":"15.7.3","@babel/preset-react":"7.9.4","eslint-plugin-react":"7.20.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"5.3.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.0.4","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.0","@babel/preset-typescript":"7.9.0","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"2.33.0","eslint-plugin-react-hooks":"4.0.2","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.9.6","@typescript-eslint/eslint-plugin":"2.33.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.26_1589737463549_0.5107750703579625","host":"s3://npm-registry-packages"}},"3.0.27":{"name":"@tanem/react-nprogress","version":"3.0.27","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.27","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"07379f1dac0f4f3198f14980cd109c2d9383db6c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.27.tgz","fileCount":24,"integrity":"sha512-ydfMa2GlKc8GjqeS/5aKIhrXMLnzfiKW6Uw6WCSXU9s/8M1DgMiEW8IS7f2C+ffdvEARRwkXDey5sDjQwgUwRQ==","signatures":[{"sig":"MEUCIErYKTjdG43y0Eaw7rPl/vE5FAjOp21rfd9SpiTucrfTAiEAlRU9h9ESMm99cCJRJ96+L4AOfFUVTCDrb1UYk4qr/XU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":264276,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeyCpACRA9TVsSAnZWagAAG3MP/iDnCXJuwe/AvlMIouVe\nQb8Bl/p+WrmETK5aDVPog2ASrp7uJpDB+82cf8uaQdBVntZv0pmNT5MSbFSd\nwr3q9NXGXvtiCTJrhk4lvsSvR8qIw4/4t93OGfFPJC/932kiGPs46xmT8FLV\nWA5OU9XECqZfljQdy/wQ2m5sADN12WlmMNvBCH4Pya90u0V6jx2Nb7uXmxhL\n1lJuMYA/Ua18wkX1wO4Rq7qMO9CkpsuRYmStYQL0qXtNVG1CWwV8wrZM1sen\netWIi0zQt+t7fCZT3zktwnT4nIdiVhbi5m2WWo0UO9/juoFjRuUdiAv1gsKH\nAbiojhekP+sZaqxdSeAAk+hQwBsBOOfPBuosbW/299cd8j7Ys75uhVDJpfPQ\nC+r6luhAZzDry+qAVELYjjUbtUVjUQ0OWdTk7+QBFA302th/FKpYDJu/lfXM\nfZ1cqH+XsWax+LgRC6dSXP8qpnB/qpB7Uzx3uN1yjsU54/zU/XeTcOhs/69f\nMn5xa4Y5Ft1EXWEQZtwXVkR+L0B36Yiirw5S24QvNRCmVLvx6LHczAAwZhJB\nqiA0LkFRHJz0T1BReK9Tz8LF0YgttgBXNq6P5h0qdW9Jrovk6fKh2FFM6iSI\n8W+zox8GQq0FG/HcjhWIgZZ16MlK4x4koPui50ozQlEdF1f28arV//A8DQaw\ntk9B\r\n=XgrI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"7642dc66bc8a8392c78292ab0d9fd609378bd6e2","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.5","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.16.2","dependencies":{"react-use":"^15.1.0","prop-types":"^15.7.2","@babel/runtime":"^7.9.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.0.0","rollup":"2.10.2","del-cli":"3.0.1","ts-jest":"26.0.0","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.2","@babel/core":"7.9.6","@types/jest":"25.2.3","npm-run-all":"4.1.5","@types/react":"16.9.35","tanem-scripts":"5.0.23","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.9.6","@types/prop-types":"15.7.3","@babel/preset-react":"7.9.4","eslint-plugin-react":"7.20.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"5.3.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.0.4","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.0","@babel/preset-typescript":"7.9.0","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"2.33.0","eslint-plugin-react-hooks":"4.0.2","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.11.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.9.6","@typescript-eslint/eslint-plugin":"2.33.0","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.27_1590176319562_0.8994370006807584","host":"s3://npm-registry-packages"}},"3.0.28":{"name":"@tanem/react-nprogress","version":"3.0.28","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.28","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"20864fb40b9df4e90e7542c994c9890f19fee89c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.28.tgz","fileCount":24,"integrity":"sha512-GWjZSxjKnSXzLe9DFOTOMnczVsN9R8EaqMI7d2OWWDKl8bG0o1nh0CaKwh2XPXoCFyQ6+sKR+gP2rY6gHl7Wdw==","signatures":[{"sig":"MEUCIGJp+yBsr9nEqmnNV4sX7G1/80HMTjplxhbyfb8LueRsAiEA1+WP/HHnBLC6QVaqVDta5aaoKdKsHdUDabDi8XFNRjw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":268727,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1IgACRA9TVsSAnZWagAAtFcP/R79yP3TOSrdgicUBQf6\nZt3fxIBtaZ5V0n2b51hiSHtzIPd1wTi47EoX2CH+YaDl0WRhMG444bdsesxf\nO7K7AxHHjuI2arT3ya6gQYA9KMqWTM4w7mtrrNvd+n7zNW4fkBJHD5hOF6/c\nZPI1arz45FDw2JfPkrbwIXSbNXrbGTRaA3jUcPjKBwKgjjh7/NbHXIwebMZA\nr8E0NZZO+2/l74Y1mZ0qxPqsQeU/qJiGjURmGzeKTN2oLWwurAVmzCwzssRF\n1tRJLw7Zwg/ekdnLevX4cPOYjI6Zb+2MDOJ8dlVy1+Q5VRCN2Qs2lsV1E1b6\nckHl2EJPFdjPt8h2F2wP2qpvrsgNwVG3VagHt45+cPWxPVUHrca684z3fjC9\n0hVV2oJzQ4opg4T8Aw2j1817rZDwEt1cy9ELcROxH4SwmBehBloGzV6Vx7UJ\nPX90H3x14TVM9lHWTGO67ppSAbGo4PJGOlbRqOO08egYuEA8D8ML6LtTOzCe\nBp4EXqTZgGVWg7tc4mgWjQEEfwtJ3lUptjh5lpAiqF1FHFs1VeeTgXOmDY0A\ntVCQLftpaLVzzmUno4tLHHAWQFtwPouW0cxNFzXGwvgdKcM3XgRon9QwlaUj\nwxZy08TzNdY4Cs2azuz2xt+XCWl0RYd+d9DjMD9gASC8jKcBbWph3IouMoVN\nkUsA\r\n=mILx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"350da04a3ec2f0f7084ed045ba7971200810710a","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.5","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.17.0","dependencies":{"react-use":"^15.1.0","prop-types":"^15.7.2","@babel/runtime":"^7.9.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.1.0","rollup":"2.10.9","del-cli":"3.0.1","ts-jest":"26.0.0","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.3","@babel/core":"7.9.6","@types/jest":"25.2.3","npm-run-all":"4.1.5","@types/react":"16.9.35","tanem-scripts":"5.0.24","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.9.6","@types/prop-types":"15.7.3","@babel/preset-react":"7.9.4","eslint-plugin-react":"7.20.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"6.1.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.0.4","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.0","@babel/preset-typescript":"7.9.0","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.0.2","eslint-plugin-react-hooks":"4.0.4","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.9.6","@typescript-eslint/eslint-plugin":"3.0.2","@babel/plugin-proposal-class-properties":"7.8.3","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.28_1590986751662_0.12164109885563379","host":"s3://npm-registry-packages"}},"3.0.29":{"name":"@tanem/react-nprogress","version":"3.0.29","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.29","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"af43aebb3eebfc146659dbba4f81b99c2884ca77","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.29.tgz","fileCount":24,"integrity":"sha512-enYPei8HbxuVmDTFVZdmTkjlUkZgqHWABTaq3gEHNsA+s4G9ZeseyyYptcekk+HWDLnJxxVibkaSWCa7JbSP/w==","signatures":[{"sig":"MEQCIGTDEz0albnEUc22BO5Ol49WR6BNHgJFhbIulJcy69QhAiBAPQjDbsfp0vqwN3N/fENJCzoIEtqePIePv7CNL2v93g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":269494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2/lXCRA9TVsSAnZWagAA8k0P/1R7biS7BTPkz7hSNlEG\n5Rlq5aHX3g/d7U4NZqDLMe8cBRQG55rsWxuJBkIDyNVHYTdLpkFjNXCIczMU\nhGVbBzGRCzMkZ3Bkgj5yyTyssTmKlO2/56r5CQ6OquXkea6C4blC8r3OANRI\nwCovPVWii984ZThGebcOU2P7vaM1nbySVdr4rgndZnqlGMlpP2nvTn8ZO7LW\nYZnC5RP4+2ac16jX9iO2+Tfc749yCHC91BCZsaEN0A2fHWnUNpyqOLAJs6Yd\nMZVT3B0A4wx1vOsrUWcR8uY82RUhtRUf829nUra8rfSKBH1tNqlsB0J2bblk\n8Ha1fWgsQ9TVh1LtlLpL34oUiqh39dPz7wqVBwwwTXyKc1Ij6vDbbWeZ57ka\nKsecPsTwR7mA0oMBEaf6K3psSyQHgWcejpfFIMb/8A96hgg/+12eP3Fqj0DY\n3yDaoyFvGY0aNfvV2zavCbN/fB5HY5a15ZaR4cx5I4lHwFwTo0UiBD/lV9Bu\n/0RzP5FwGv41lmzbs2kaaivln6JA6Hz7ZINPDSoL8apEqv0c3Fc+ToIsCAki\n0krZaYPXy1QI68q9OGacbhiAMTIo1Mv2pbxDoTPospld2N2+LWUbwQu2vQPd\nEvFDwjZkY+/qH6sfkSCEXWdJ2AbWGcyhT6lRysSOaTtO5DwCC90aPdKrfIJk\nUBp8\r\n=XgGS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"fb893121f8d377fa3d3db52fad1d621409111ffd","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.5","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.17.0","dependencies":{"react-use":"^15.1.1","prop-types":"^15.7.2","@babel/runtime":"^7.10.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.1.0","rollup":"2.10.9","del-cli":"3.0.1","ts-jest":"26.1.0","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.3","@babel/core":"7.10.2","@types/jest":"25.2.3","npm-run-all":"4.1.5","@types/react":"16.9.35","tanem-scripts":"5.0.24","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.10.2","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.1","eslint-plugin-react":"7.20.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"6.1.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.0.4","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.0","@babel/preset-typescript":"7.10.1","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.1.0","eslint-plugin-react-hooks":"4.0.4","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.10.1","@typescript-eslint/eslint-plugin":"3.1.0","@babel/plugin-proposal-class-properties":"7.10.1","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.29_1591474519397_0.8132204327610353","host":"s3://npm-registry-packages"}},"3.0.30":{"name":"@tanem/react-nprogress","version":"3.0.30","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.30","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"16d22cb835646404a54ea3c528deed58a6ed2f97","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.30.tgz","fileCount":24,"integrity":"sha512-cj1+kC0ciCncOhiYV9CH9LcclPC6gRtgsGmyaMt3HsXzxJkJErdv1EZrxQyhI18GgLhF/C2dHW9ymvDDKGRrrQ==","signatures":[{"sig":"MEUCIGIWdENRSiI0S6n61Cxhg1iXiZVryLyZDDjhMWnA9qnPAiEA1yv0KiBqkWM2vQEu4pdkbaFaNi7NLHHRkaNsU7voJC0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":271084,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4+sBCRA9TVsSAnZWagAA+awP/0a3Jm8rOyPc4yhcenqC\n0qkOYjLJhOlOtagOPSeJMiisZnGi//3sdCimxXVBTpLxLAoyYNr1MybqkcDV\nSqUKAN8fNmW0swRQmxkdpLUcAuKS1nQKk7ciK+HhB8+jseWQIIjxpkAi70S1\n2Z+Zr4TljY6XSRKeLi7iUB5bQPssYJLEWgLsDL8ZegnO3J5hsG7xUjD7AWOO\nv2msOhCUjIbu7QITF5I3siugBK35ZDTSG/J5tXR9HWFxcRjFBeRajKC5QMJR\npUas3TkMwbhJHfpD75+111HfM9q/YrknIngT3TJtApFxxRzmNXX2DXs2TedZ\nkEVv255XFgIg7tmwqcpPiy/NH4sgA6C/WoEwmCiiljUAWNK6QL0RZt7DbV2e\n0322CtlKlMZqDk1XX2K9bn8XgvROSCXQ3T74zMw2QrZX42hwvDmtwRnXhYOz\nfskqugO2jxKrIaY32jXtnrb6ntCINjXNshYEYY3WqSrryWnZm/SgvZWhhY+M\nSK/twPjIkv9fgpSqGIn88cTTinaw+yuJTmaVwFqRDa5WzQ03gqWS/4w33si+\nr/cSFdxi9H4dBhhpZZZWmMLOuZoue7ahqQYY25zIJGMstOPw21gJZWpQ4My6\nwvtzUr4wrv6M4eW35SUkrgQh/rK1yZR5qYVHoOUjMwM4zKHZkvySsLr97kGf\n27Ty\r\n=xITu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"b7acefca3f30fa17f0b5fb2e34267534c9d25851","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.5","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.0","dependencies":{"react-use":"^15.2.2","prop-types":"^15.7.2","@babel/runtime":"^7.10.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.2.0","rollup":"2.15.0","del-cli":"3.0.1","ts-jest":"26.1.0","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.5","@babel/core":"7.10.2","@types/jest":"26.0.0","npm-run-all":"4.1.5","@types/react":"16.9.35","tanem-scripts":"5.0.26","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.10.2","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.1","eslint-plugin-react":"7.20.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"6.1.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.2.1","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.0","@babel/preset-typescript":"7.10.1","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.2.0","eslint-plugin-react-hooks":"4.0.4","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.10.1","@typescript-eslint/eslint-plugin":"3.2.0","@babel/plugin-proposal-class-properties":"7.10.1","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.30_1591995136789_0.0266822961892057","host":"s3://npm-registry-packages"}},"3.0.31":{"name":"@tanem/react-nprogress","version":"3.0.31","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.31","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"7a3fa4c37ba46aec76993202235a4f1644b3ccf0","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.31.tgz","fileCount":24,"integrity":"sha512-T+OocM6g0cksPE4H/YHukx21R+kpO2vMwWusTAR/uEMxuOLxIuIN47HIi7pftbTWPpwJyZF9gXPoIa6cun3lOQ==","signatures":[{"sig":"MEYCIQCAmmSd8cGka1+nqOk29B04ImHbvvITkCe1IdJv5H/jyQIhAOe2c2CVo+M/NTGGtGfT0OySsGGOhEMCqac3Ryqzv1Ei","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":272209,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7VeNCRA9TVsSAnZWagAAk0sP/jWs2pNdF5U7u/gyvN8O\n05oxYbG6/Z+Tdi+dSAUEzc0iaMEvJiYEbM6zUu7OboPyxYWm6dsSFKRnlVa0\nplZ6B7pVN2Go3Ilzg7ySrn6/ppJmSLRWvlsKrsOPIAxKu0yX3XqH6NZxCJ9K\nJVJWWyjylZuTbfLhrSTnhPeTCVAKI9khaEuEP3jXsjueYMrU+6qOhK7l2Wmy\nz0YCPdnWBeBEF23JZ5uFZy+IEVYKZJlpVfpU2RY/1svpA3nmirWoumhrZQGH\n3FsI7OYAJuwEQGsu6xnGv3Sr1av4GwZpwQr3mMB7eB/lqnTlerpaYtcBiGsr\nMfwQ+UYHgAkcLjR1O8ihLmp4QGhzRgNLOfQRjLpPy2f15o6B1ZIpRbUFWAMr\nbai1M/B3sAwLD7zGA60jitatlea/wamGyJHNMs1B9qw5GQlRet7COGeRbejT\nlQ+mKKDjZTv6vsTU3if9jPL9ESNgW9wHCg8ZQdP6YmBq72u9d4+BlpUVT7D+\nENuigRBmxp4fiovAPAsNmw2A6Ftqyi9JvhCFykSdluoRCKs5yrG5M8f+ubJY\nK9I94gm6Ld/k5ILg8sBYja13j3Y6OagY6gSdy30go8dN+wNjw+/x0tbVZSlI\nuyeBPn+9lDKkoeC8W+G312CpG//Fjvfix3pQ3AIDiHG5yUv3+c6ERgqLnLDM\ntPgG\r\n=9ZWV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"8dc0e54348c83ecf7389f98981173706a714f58c","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.5","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.0","dependencies":{"react-use":"^15.2.5","prop-types":"^15.7.2","@babel/runtime":"^7.10.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.2.0","rollup":"2.16.1","del-cli":"3.0.1","ts-jest":"26.1.0","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.5","@babel/core":"7.10.2","@types/jest":"26.0.0","npm-run-all":"4.1.5","@types/react":"16.9.36","tanem-scripts":"5.0.27","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.10.2","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.1","eslint-plugin-react":"7.20.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"6.1.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.2.1","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.1","@babel/preset-typescript":"7.10.1","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.3.0","eslint-plugin-react-hooks":"4.0.4","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.10.1","@typescript-eslint/eslint-plugin":"3.3.0","@babel/plugin-proposal-class-properties":"7.10.1","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.31_1592612749024_0.4626052463490318","host":"s3://npm-registry-packages"}},"3.0.32":{"name":"@tanem/react-nprogress","version":"3.0.32","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.32","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"1a7f99a121a989bb1ec6ec47b3aa3464c0900733","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.32.tgz","fileCount":24,"integrity":"sha512-iogxmVLku/sEEYXRwtftp0jJSlBk3Pxr+eEACv0vU3kxgkS1qugp1eUTol7aJ/T5g6716BsTQcXyKpVR1LQO8w==","signatures":[{"sig":"MEYCIQDRlzBsrjwrEoBZn7c5556392RIMeoDafum7NKV1jklUQIhALJkmvqieM/TtinKXAiJ+a4xW894N0KP3RP7HM5UDWtq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":274074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9ksNCRA9TVsSAnZWagAA8YkP/2a3gRvLpIqzgHMDfZML\nKubsBkXqXrbzEGlb8vIgmo9GcN123HEf5mKu9p+gZJcOL5I5NU8Napa6SKEk\nwCG8GYrI1UOIOpSQYr2DDBTv+Zoh12m8PHDT7xqYgPNG9H/3KylFLBEJ1VqO\nmaL+lXUKKyAp1SPAjm11/v6dpH7owPrM617QgdXxE+YDskD+lO1gZ7eTh9ES\nii/3cQei9ttNeaslF6UFNaod8hvZzTmRUepeFUPi4tk39JF/963c8sbT5yYW\nVBTMiWH9ZsV/7SYGXHyR+dVApRuAhyj+l5ZO3CK3SfhoZiuasSARhi6bp2Gz\nqiIsSu91L+Y0CAr9NKayJFm936XpX5CDEGWCUrU4cmh9IXOZ8mhMwjHYkRae\nkVJl5beJOrjLtRJi0DRycWdliOYuhrvfgINihryQIp9y6CYO6Rxr5ozLgc4B\n6JcGSJ1EpNpd2ck8igrOLmQD8Si4UNZ6L3DvGejV9OMvrZ7UcUhSMi9zN4Tr\n8LxMCuAWxOGbYj+9tNJHq59CcXTpdMsQ2uZQtAzNhM6/BPgryu+WL+RcdGdU\n9a+uIlVO2PrkSlyFbKWZbntP9rtj1pFn2Lk3/Z/DQ/Vl3lcyCD1o4Qfcyak+\n6L/kvP8ld2yprxJfOYjtZQqU1NuuiKtj5MS1SuroNYjgEhOXy1c4Yk9gBmgb\n4c+b\r\n=yUnp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"48580e9a29cac6c4e8ef00d5b752d9918327b522","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.5","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"react-use":"^15.3.0","prop-types":"^15.7.2","@babel/runtime":"^7.10.3","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.1.0","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.3.1","rollup":"2.18.0","del-cli":"3.0.1","ts-jest":"26.1.1","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.5","@babel/core":"7.10.3","@types/jest":"26.0.0","npm-run-all":"4.1.5","@types/react":"16.9.38","tanem-scripts":"5.0.28","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.10.3","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.1","eslint-plugin-react":"7.20.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"6.1.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.3.0","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.1","@babel/preset-typescript":"7.10.1","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.4.0","eslint-plugin-react-hooks":"4.0.4","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.10.3","@typescript-eslint/eslint-plugin":"3.4.0","@babel/plugin-proposal-class-properties":"7.10.1","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.32_1593199373157_0.21290327484044114","host":"s3://npm-registry-packages"}},"3.0.33":{"name":"@tanem/react-nprogress","version":"3.0.33","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.33","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"1f50b2685a4cbf3112250f71ab8cf57941b1e82d","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.33.tgz","fileCount":24,"integrity":"sha512-uRCVtSMEMT2EDTba7GxBqYI3WN/mky45Dil6ObdtGemL4iatk/8IhSNRH8dbv3G216y8P/yPtw6fXVJ8mBCSKA==","signatures":[{"sig":"MEQCIBa3a0XBI9jUrXpgthdgmV074ATgs2v37ZZkg7sIuR4aAiAL1DqjlEZet+OsJnKeFRRVBqqd4El7R4JcmzIjNh5d8A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":276132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/53oCRA9TVsSAnZWagAApN0P/0dY537lg2hZksojT6XA\nnbotPPY3buqxrES9TBDmpXx+2NaulOACmk97C84sm32iiqKLn68BGgYBKiPM\naYFhsKqXpzHXpKIlOUIhdmL2JxrAd1RlcdYdcvmD+10x5HcN4T1zcj2Hx6DT\nXPd43eoGEXW/i6Pwye3TtDPSfKRKmt20Sjmri2JOq1qdCd15JJtC9jbaUXDX\n52SxllkC/70eAq0b+C5fk7hCDfOrv+GXpZ2XEiHEFUQJpKGgYfFl8fPcq4o3\nN0JoZY3hyt3oS9uRGls4vNsN0VPZfCHnvdSC6TLQ4+9VB1hxPnIGKph0Gmcf\nmNvZjSpMHr9JccM5gMmK8+LAl5qbRGY/IYPg9UMuK0yVevV4GLack6g1OD2r\nHhpSIMKslRRLgHRQ+qb1HLFR0wFXzct6alKqXUOhyzjykn7GJtgxYvquh1q6\n1wGFxxszJvm0MALosCFUGk6+f5bOG2kK4TYzyNDzmwOFbcZDwzeJSf1ewONG\n/JVBcZKnj69sHI+trZwKcPWc6ODmSQ5lh9eNqSpKoixfG3PvriXR5CcVWOoS\ntaUPvu7xoAVdnHiNGTSuLsvSsVurNqMtgAuM5EkeZn1R9jRiiRc4P6eu79qO\nR+OEyGR/szZ4Yd0l2lEnmiOaKm2Z6JAircrtzsoaY0V4tF9boAsr75Qq3Jh6\nxXEJ\r\n=5qgd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"436e3a0a1b472a99c6de373c73d7025256b37040","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.5","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"react-use":"^15.3.2","prop-types":"^15.7.2","@babel/runtime":"^7.10.4","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.1.0","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.3.1","rollup":"2.18.1","del-cli":"3.0.1","ts-jest":"26.1.1","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.5","@babel/core":"7.10.4","@types/jest":"26.0.3","npm-run-all":"4.1.5","@types/react":"16.9.41","tanem-scripts":"5.0.29","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.10.4","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.20.0","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"6.1.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.4.3","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.5.0","eslint-plugin-react-hooks":"4.0.5","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.10.4","@typescript-eslint/eslint-plugin":"3.5.0","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.33_1593810408070_0.6195236919150944","host":"s3://npm-registry-packages"}},"3.0.34":{"name":"@tanem/react-nprogress","version":"3.0.34","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.34","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e51da691e2f843e466afc6b9258b48d983411861","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.34.tgz","fileCount":24,"integrity":"sha512-lWgcsFDX5iCa6JM4E5OTN84FJ2NdUTal5vrECxOMI16fs/n4Mq0YuErfYeFn2X2Ij+3AgVwXefs6fHkdUVyJIg==","signatures":[{"sig":"MEUCIQCARr+++RzeABVKHtA0ziuOEWm92cprLmJv46zVN51wQQIgAkrBvl+WAsUbusoWaHS0/kKlWc1mqqo9PxI1ofX/+1k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":277401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCPqTCRA9TVsSAnZWagAAmFMP/R5gZNqLpkBTInjM/+TF\nofLE+U9fUq9Y9DeuvomZh6s8aNR38kzS3bvoBP+o6q6D9V3f4f/rRJvTgqlz\nxVjC1u+1pdKe+j8dwsfAjgpQyUCC1jeOjaK8j2a8VRD95d9aadTS8Z/EVBlU\nXs61oOc3JBCP4D/+wtOxCwgar2VZtPyDFaExtJSaQNOwHg/d093EyehOJAfH\n4ZcvMGRVG1hXlH27HUDsP7mCsMXvlFv7z6/hwtJE1/CJ6Z0y2HIltSvewowC\nQ5L+5WmJfRm2wTHjpX4Gi1sO399gSqu7mCRYevJ55LXNtOU6iFS/RVGb5wjn\nFLpjLI1ATbYNvtdSCoQgu76RxB28j9jANU9MWEXK7yVDKsoqbi4Sr6QSFps4\nCo36i/UDY2/wCKiAimgVj8fceICNqnorFUD/8CCH2ZSETNmBlLIg6ZUdDW+i\n0ppaH/u0wG/PuZ29LYw1rypjgh5rkK5ryXQO3oOnrxItQTZc92mrPWyyajO/\na2ONbPcC1BBBZ4JO+gbEXA8eA6h0eH8FsiXq9jqCnr7C+ToKWDZEfX8l8LIT\nmH13qwjPI0wfsVMHYVVZCGDJ/d8J2JqvGv74qFznEx+BBXHEL1gfecvzbCZy\nVZVQFrj4Ktlc0HikBpzcaMb56oEIj7HyZqWnsUL+/GkjotYdY+7HwBTCwEup\nbfAn\r\n=p1/H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"2c31c270e71fe9c6172cd41dcaf9c9ea5d0934d1","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.6","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"react-use":"^15.3.2","prop-types":"^15.7.2","@babel/runtime":"^7.10.4","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.1.0","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.4.0","rollup":"2.21.0","del-cli":"3.0.1","ts-jest":"26.1.1","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.6","@babel/core":"7.10.4","@types/jest":"26.0.4","npm-run-all":"4.1.5","@types/react":"16.9.41","tanem-scripts":"5.0.30","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.10.4","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.20.3","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"6.1.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.4.3","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.6.0","eslint-plugin-react-hooks":"4.0.5","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.10.4","@typescript-eslint/eslint-plugin":"3.6.0","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.34_1594423954643_0.8816028909122511","host":"s3://npm-registry-packages"}},"3.0.35":{"name":"@tanem/react-nprogress","version":"3.0.35","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.35","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"5b103a560ff37f66099538486ac11c00aba7207b","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.35.tgz","fileCount":24,"integrity":"sha512-zB/kT/PASDH4TFio4q5eDT5esv8i8oWT9LFvZNYzA+2+PM0UUn9bPhJNzOOnU3RhwIGmRxqa6XRBNgFuwb6F+w==","signatures":[{"sig":"MEUCIQC5aNgLBSCKGQNmg32a+n+RwBiulZ8rLxLrFVOufL3B0QIgIQGNBIeP/amgr0BnFa9QjgXd7elLYEKFFq1lr+fAD/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":278543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEf3NCRA9TVsSAnZWagAAecQP/Re02HNdTCCc5eJMSA7p\n5tjyjifD1qg02P6eLW3ZkJ5+ejRLNqZi8peNNxuaN/OsdS11ZGlsU+mM8OCQ\npBY2VDNMtHGQPyd2pzGibgboZJ6lQD3wOZ3LJhAbyBFcduro9QwUqR1C4FBo\n8oHXMHta49z/OvCV5NERaapXFBA4xIconcYTYvoF4XeK3OksDIpKyW5vAJhY\nEv1btDEVP+6odIxq+0/W5mcYJiw5vvHkH/B5N4iW9xPtWI5lCUsKoa4fdm42\niZf+h5HjlSUxEpNYHv1EYrsvtxkEcQ9Y68kCJiObSX9M0SgInbEChWUkdB4e\n+sno7RRDxML12CYOka/D1ZVUjw7CEI+ZwoNgA7rwxNw+6lrm2osODyzwumXY\nYoQBuQF/Nf/tPfzyb3sFM0SLF4Hcs26TcGi/ILFjFBlRI1yFD/HvuFqSnGdM\nQR8pTuIa7m/eGiygupdBp7Lz2afd8meOFFS8RF0/w2CA7BI4BM3c4hUirjZt\npPyjScUzLaKoBAOgGf5q5+hmIyNAV607tdjVniZKe4KesJdxRq53dpJh6PsR\noMd9EGbxokfDShBybCtZ8WhoVyOrZQ4XqAqlJONpDm0TV+37RfQVT7fE94cv\nhP4A01VUMgghc4q3HIHV4px4UsrtIWm69Uk+0JOcmQji26Sd4gL3B7LucEJb\nBR4b\r\n=bO8H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"0c3bb625013f61d45548e146f3bc988976641ddc","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.6","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"react-use":"^15.3.2","prop-types":"^15.7.2","@babel/runtime":"^7.10.4","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.1.0","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.4.0","rollup":"2.21.0","del-cli":"3.0.1","ts-jest":"26.1.2","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.6","@babel/core":"7.10.4","@types/jest":"26.0.4","npm-run-all":"4.1.5","@types/react":"16.9.43","tanem-scripts":"5.0.31","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.10.4","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.20.3","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"6.1.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.4.5","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.6.1","eslint-plugin-react-hooks":"4.0.8","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.10.4","@typescript-eslint/eslint-plugin":"3.6.1","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.35_1595014605319_0.6092421653520095","host":"s3://npm-registry-packages"}},"3.0.36":{"name":"@tanem/react-nprogress","version":"3.0.36","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.36","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"80a0760262c2e8db310d0d23d2df207444bdde94","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.36.tgz","fileCount":24,"integrity":"sha512-ki2jAqraS9VVZJIJZZB13pjYvtQ22VkPpOiRftqkayUqjiZPd3yso9s9gUyMLxSulpb45PomgeSqRQd0HhXICw==","signatures":[{"sig":"MEQCIDtyQ2g1lzbck5fy/jxE7lVgaC9IuSbOy7zhs8cG+V+TAiATIpz3GTifMzGu5OS/Dk4FVB/AMw5meZaSHrrg4UOmkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":280111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfG0VACRA9TVsSAnZWagAAwSMP/3YSRp+wuKzSv0y4BJk8\nx6nZbEapk43jOntqsaICcwgPdDiZ2YlyWQ1hgKa3WfQjKjUjdcTL4vwz+wgZ\n32D+Yn9hGSyzAbSgZiEXbJ/gJ0o+xbG3KqoNQ+BTdTCKyeZivSc1kOLPGWbT\nJTp7QdjGt7I4yWPajHff0XfjECOFMRJV0Ym7JSpfF1fbgFCfvdE7bEz+ao/h\nwJ4lO04ugHa5C/v2WXa0Wwzhhj3nLlHTWdZtKk0yLsXP7vIUtvdXGDhcCuOH\nzdsyha/Z+U6PpeOT048AJVluSvv5yljwR45c2YgHbtt+ZXN7ALKtxMOf2t3o\n37jq5dmxsEuxZLXFnmgF80+usCjKczCK3VA5C3lgBoZvLmbWw0dRqoijrqGW\nFtL/qBNVuDk+zM0XAioJeNg5pnYL01DIjdqxtsia8yaJ5qLD8pfTGT3kLV6s\n0A9g731RUROw/Qn5exsvb3nYw26tgh42Q5zsxWEk+syWPT10Fs5ZYDBDkpGT\njq7PzVelI/kXUHkGUCvoQ/KtpKcanucJ+tUp/JEGqNQgxoREcHk8TA8ruQ5u\nJTn2t9d1gCXRYB46G+w9jRCRSfZDhLE3NS4ibxzO/TAM5/0aP4cWRiam6Ixb\nEMriyZlBsJH4V6hrXTa/6Bz2Ue9w6Bh63AOnkUWnd/gmeBrfD8VtOcD2jgQr\n8Pp+\r\n=U2Up\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"0afc9236fcbe248dfdfb9356e3a6d1f6c6d47ec0","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.7","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"react-use":"^15.3.2","prop-types":"^15.7.2","@babel/runtime":"^7.10.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.1.0","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.5.0","rollup":"2.22.1","del-cli":"3.0.1","ts-jest":"26.1.3","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.7","@babel/core":"7.10.5","@types/jest":"26.0.5","npm-run-all":"4.1.5","@types/react":"16.9.43","tanem-scripts":"5.0.32","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.10.4","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.20.3","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"6.1.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.4.7","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.7.0","eslint-plugin-react-hooks":"4.0.8","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.10.5","@typescript-eslint/eslint-plugin":"3.7.0","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.36_1595622720267_0.08755103663602837","host":"s3://npm-registry-packages"}},"3.0.37":{"name":"@tanem/react-nprogress","version":"3.0.37","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.37","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"63db78a4f06334ef06eda066f1f41fecda050a6d","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.37.tgz","fileCount":24,"integrity":"sha512-im6JmN5i/IucgaVRpqTfwJlL0twXiFNyN5hhvwsifFynW/LWtgacV/xo8ZqVfLiTOplx6zHuZsjjmLDnP5Kd9w==","signatures":[{"sig":"MEQCIFP2is5roiReOzqu9xtEujsZIQocy4fjKoKoNRUSzfwCAiB71AQOce12wD8Wxbh62nFh76NL9dEFiI2UJGtREZv2ng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":281789,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJIMACRA9TVsSAnZWagAA/34P/igKjjBVqTJsMLXciSB2\nEvOxwL5sP2+qNRR+bFuJD1tXAKYnM0FVErOWIx0GGSGh6ddPlhzlTfFLyunr\n4cHHC0S+SJNWCFWSvkyJQIezletpOSlY6aTRE/Pv4rnvl6YsSpsHGuUaXKKT\nVLgiUeoYxqY644CrybAcUg7CXvuO+QQ5/OecbvgcGgr8ylou1PsEcSiHIKeg\ngTyetvhVkLTdhAJKw2EQWOJZmuMRFcGU44oEFPwKdPTjuRrJuj55cZeasr6a\nM/uPY8x+67IyiL2esfgzdinKQTSUccxhAkrYC5REO6cLutrls/ursPrlMEu7\nHI5IBLP+o/YSQdeCG4+Ejunz6IEOxbsjcnv4K8K2Q5CYsg74HsSESLepCQ/W\nR9zmGrM6YzT3ZeU2Xf9Oxh2sdm5wFIYDbZbo8Ix2ouVo4yoJrnaqyMv5jbMa\nunCu6Dqopi7c1I9ndQvvXxRTS+OTsz50nTIytfFZXaRwkJCtTJ+KEVtFBW3K\nKNUEQKTMkMQ8GpVyXRUEfEIRDlttzn1pOCmuYUQp7Uq09dB4VkyCpfKThvKh\n4f6OZPu+YADCWrX9r7D8Pt9CvthGRN9f5vFPt4JCnnZAUxkqRJBhzN1DZnTj\nGpWfrr+BqvO5oqEf1mLPQBKprCHldKr3cZ65sDWFM17tNuL4Thz6f8LSaM9D\nkGFe\r\n=1uf9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"8e62a85e1f6105e92b99835726094ea8f99a31b8","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.7","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"react-use":"^15.3.3","prop-types":"^15.7.2","@babel/runtime":"^7.10.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.1.0","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.5.0","rollup":"2.23.0","del-cli":"3.0.1","ts-jest":"26.1.4","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.7","@babel/core":"7.10.5","@types/jest":"26.0.7","npm-run-all":"4.1.5","@types/react":"16.9.43","tanem-scripts":"5.0.33","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.10.4","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.20.3","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"6.1.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.4.7","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.7.1","eslint-plugin-react-hooks":"4.0.8","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.10.5","@typescript-eslint/eslint-plugin":"3.7.1","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.37_1596228351558_0.8254073932662302","host":"s3://npm-registry-packages"}},"3.0.38":{"name":"@tanem/react-nprogress","version":"3.0.38","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.38","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"2f4225ad5460c85b75be1a24358580bcbaa460db","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.38.tgz","fileCount":24,"integrity":"sha512-td7viuKse6ghWK0rRUh/X5POkCecjjjB0TOPyoZhS4i5Sev6H8iSsea6PbJhQ3nVb7wO/f4aT30odii3M3GdUQ==","signatures":[{"sig":"MEUCIQDatvS0y2yNjE4sVNsqtXHEmhBm5h9e0aAfkNfHiVlSxAIgTBe99KAf3Uuxvcn9PRSTuNx54ZLpB4FMGLFs5C3zmGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":283206,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLbPnCRA9TVsSAnZWagAA3t0P/i36aIpG06jhC66l/XHp\n3IPBjBCvDpG6IliJhiGvFoq3VkT+RuInCF7M4HkG/9T/AyV9FeLOPELNHAs7\n4w/pYZQGjm9/oW03BjbzdGHDnVgdCqdCcZZ3BiDRpsSTAnTBEwrKexybrfe7\njpytjcn1tgJqhGyvzhgR2lagHWJFbI/P6clUDqm9j1nbd5VJCnbJVi/T5kq9\nNCgsjf1oQvToJjMGX72+rj+xRfZmmMPvlvXNvQ02lELt62pb2dBI8IDAz/Bj\nhPNHPLOIUi+HK2R5I5rgkjM4LMyE16gL+I13By6kERNUTk77aAAk4lLnrQXi\nBy3sHM0P6nb704FrseRhJPnja9myHwV9xUbuHYzlPYEB6ndWtLcHmnn9Zut1\nRh48FnseLHpntKNwEfp9ODN3cnlK0Arrg7iDafMQY2c5Xg8ptd8Hwxst+ZRP\noGyid16Wzbqz5DJ+9txv0OPBJsAqJRsHcqJjOuic3zXcr1Q8b5ipu6XN+Zc+\neTI3ZCwTqkvtwBWEP1TgD55YvEogVCcQXv7vgCrgfyVc68xgpXxjCkr7eO9w\novweES4W61DBpzr2KAAVc4jGGsv4h3dsFLYep5zrbcrcI1aBNaNzknFr/YNN\n717JgPnnIGIL5niII/Cn4KcbalD1DemxgCUuVOutvEZztf05FqSZmj/ni7vM\nyVxZ\r\n=4s/P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"5803f0a6b8950a27c6002627b1b6b43ea8bc345b","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.7","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"react-use":"^15.3.3","prop-types":"^15.7.2","@babel/runtime":"^7.11.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.2.2","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.6.0","rollup":"2.23.0","del-cli":"3.0.1","ts-jest":"26.1.4","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.7","@babel/core":"7.11.0","@types/jest":"26.0.8","npm-run-all":"4.1.5","@types/react":"16.9.44","tanem-scripts":"5.0.34","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.11.0","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.20.5","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"6.1.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.4.7","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.8.0","eslint-plugin-react-hooks":"4.0.8","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.11.0","@typescript-eslint/eslint-plugin":"3.8.0","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.38_1596830694698_0.09734027704518522","host":"s3://npm-registry-packages"}},"3.0.39":{"name":"@tanem/react-nprogress","version":"3.0.39","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.39","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"0ef9af7acb2cf6f701fd0436771c5aa2a0eec2a4","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.39.tgz","fileCount":24,"integrity":"sha512-XCvqjlydWzjJ88QC5pKEcKKSMofTncULUBv0kEhjuyO4HVcJLKDzKg3DPhN+624M3eATkHK1YW9viqDkzU1ewA==","signatures":[{"sig":"MEYCIQCPSpOJ5YD8ovlSRYKG1f2mKvgth9UQJ7j9HIzThBlmKAIhAKwmHARndKoHcgZ5Xt0gvdfwukxvjRjxz68jdmH7a946","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":284777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNvY9CRA9TVsSAnZWagAAg6sQAJ19aXZU+UklFxmaaNBb\nbDEPQLAMVrH+UIfCeE3W/yPlSNd7LRxtWDt1/EXA4m80jMYBi5ijF7jqFrki\nUP+NxqEZDJHYef6Sk4xpdKaMLeJy9/Mnoco5wQ07TzWtXhZ8tJsL9VOHblqJ\ny222i+xwXJNsSO0GG8XIVQeE+9PIIOUcqq0654wjVWvf8YJXQf/FhCLCXsvO\nJwzfOvuybIk6ArOQvp8EjQi9GrBBSY7FYGA0Qlq5k9BEVaXusWnk/C5MwFGS\nBDk5cGFlDKRu8xs02njcCCmPTpPAfahrf1Lpl3IHigsjWQRjfY3ATctrZoev\nMs73rEs7w2yGIxEeLt4eIA3cTGlnLWbclWxgyCwZtlY+jueFwRadJPtamkUq\nj9rbJKucC1yBMvAJXGJmorY/+ZToyWSPluEolvKnfCwnaZ7bIxRG5PP1yoKx\nPn7T2ic8icwZaODvwy2OYGFdUrWPvbZs4s/Va20AwTzlMfQD3G1y3wCQweIF\ncbCYzksNkXNiR4w4abhrQI3nHfXwzx5OLLndWin0MGJ53rX020GkcLotIYbx\nOIa5ANVm/Viy7JvY27+PhpkpfkJKdBOZIol1UlUn6NuusOY7fa9NjX0Xh2f8\neSLuA2iMXCBribzoANoB83KcG9boRBPs6Bm6NbjKeGyMDIXcHbY0SHngeN5R\nqZ2V\r\n=LBv2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"b2ab96bf442600985dec8a11172d7189efed0b40","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.7","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"react-use":"^15.3.3","prop-types":"^15.7.2","@babel/runtime":"^7.11.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.2.2","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.6.0","rollup":"2.23.1","del-cli":"3.0.1","ts-jest":"26.2.0","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.7","@babel/core":"7.11.1","@types/jest":"26.0.9","npm-run-all":"4.1.5","@types/react":"16.9.46","tanem-scripts":"5.0.35","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.11.0","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.20.5","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.4.8","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.9.0","eslint-plugin-react-hooks":"4.0.8","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.11.0","@typescript-eslint/eslint-plugin":"3.9.0","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.39_1597437500502_0.9211622516565303","host":"s3://npm-registry-packages"}},"3.0.40":{"name":"@tanem/react-nprogress","version":"3.0.40","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.40","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"dc1ce391aa1ba00bd8f069e4ad9777886356919c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.40.tgz","fileCount":24,"integrity":"sha512-ktwQPIJJr6ooe9lWhA/0RtKkYmBUHMGpzxvJ7Oy0hW3Joi4y+xHSUK/01uUi0+f5koNBrzlkVLAYTUqwmFunTQ==","signatures":[{"sig":"MEUCIQC4Sn0xfiFcNf7uUcTMgAdW6rzsTWhwyzDft1AoP0HlLgIgHR/ip5BjJWJyFuf2Zfw/l9CbXpFW1SUFdxBWRXm7dW8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":286216,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQChOCRA9TVsSAnZWagAAwVwP/1da81FwISIxGHKIU7Gu\nDAFgg84fEwzWh3QHmXxjXENWbf370yqTtUXDjd7cxWqlkHz+50UoMrZD2XFh\ns9e8e3F4bKyEgqseSpHzAVFXm//XdIJir5wANbsiGsyBtD9JFlJqP3s1Sc4G\nO7A5at3K+Nj2R4c18aLpkZUFshwzkQbyz3k36Lu+Ckx2PsN9RkSRcFfP5GeD\nZ9bfn1vf813wsUC3klArz2YgylCrAQFD50+NhJ6KHHaIcLtCIJnK0hpmFUu8\nYDtKjetAcwS4kIlhwyEv/heuLT2ml+KB+/aI2xahL7N79zgQbTHr3bvpQPeM\nywKh40/91UbrtKaXBBSHYJr4hz6Z0uuSMB3VY6FgbAvoEUagGF6ojN8JKQEw\nwePHZkIinL0bJd0Ar/C3tvYU3xkMyObXFJRtr0D4kF5G4DpCuQI6Ro7qOEtX\ncjhsR5XkJZKPOE9bc3L5tgJ8ng66fT7LgDKgKTUfm//71sUW2CWWJfY6VrjW\nEf0fzcDtUfxf5MgztRDEB2hJ5bF/m2t7wQk6U6gPLkMm3Dp9BOAM8nNzHD9h\nRkAi6l7FB9Zg/5LiR7q32Mhvx9+nf3D3OtRfImNikfYFhfnSpBdYFW+hixxj\nT0g9uDySjKrlcRDdr+SujjfWnhWfycaTm7tJfrySLRL7ATsFx2Ner3l/gcGG\nQwix\r\n=28l/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"f941e594d5a24cd35b7fd4630f22815f4ddac765","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.8","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"react-use":"^15.3.3","prop-types":"^15.7.2","@babel/runtime":"^7.11.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.4.0","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.7.0","rollup":"2.23.1","del-cli":"3.0.1","ts-jest":"26.2.0","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"3.9.7","@babel/core":"7.11.1","@types/jest":"26.0.10","npm-run-all":"4.1.5","@types/react":"16.9.46","tanem-scripts":"5.0.36","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.11.0","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.20.6","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.4.8","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.9.1","eslint-plugin-react-hooks":"4.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.11.0","@typescript-eslint/eslint-plugin":"3.9.1","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.40_1598040142313_0.4081883424117583","host":"s3://npm-registry-packages"}},"3.0.41":{"name":"@tanem/react-nprogress","version":"3.0.41","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.41","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"813586533b3cc5a55ba7493fc7314024fdb4c67a","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.41.tgz","fileCount":24,"integrity":"sha512-Dkdcs7P9c404BOezzjpvukFRvFvawk7BAeFYvry9oc7V+ARBq46TWEuYUp6IA2uOQtRR+P6jDZqpUVieiOXclA==","signatures":[{"sig":"MEUCIHrDEM5E4U9ug9IXADCHoJB7OsDupJmf6cjbxLamyIwiAiEA24EeJWi1uROBcaWjQJiSzOOnsjPzKb4HjhrKMd5W2DI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":287933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSV9dCRA9TVsSAnZWagAADncP/1QAUM7WZPHCb4aPdfSQ\nVc2fxq4KNjMtdBiAQuVI4dv2IxG9qvDtx0zn+oZrLecAGRtM5XK+TPOBlWLJ\nUPd0Zjtk6jK4efcyXLNkOAvy1Ofv9n6VD/NQWjURvcVk8yri9JXSSjPr5dJK\n3x+RrojAd51TO91+ZtQbvhSWWrP0lsHQiupDMqXJIslCQ9ovA6NL9l+FIttA\naL2dGcaF7SAiNrJOPG/Uk7rxUdlUJBnw3kfM8Cv3HGrbgjwo6PniWVzuc1bL\nDmE5MaAyq+FKUDT9pzMCzq5hCKc7MoOinNDIvw+tXOZG+64VMg7bUfqFS/R+\n47mCgGYWMLSKbSEzFa+LeHwsWMcuD5fS7uFoYFo5bOxLY16ZaBBJ5M1zTiHv\nDwJeFuwIeG7qX0myIYaCkJdBzQUfzzm1BdHmHRjLLdQNvL7aGu52VAv0Ekr7\nkxCfuNNAM0hXiIiiCMf2RWAxXObYpejGWerovh0Wph8lC4MciLeoL/eJSY5N\nyZ1KDpVEr6k7KrDa81hcdYarTCYX5MG/Dl3tBfVBNWA1+FPCLTV6zEoyWqMd\ns93K0bRigHRvjYJpC5qV1iyuGnbzvu6bPx1nW5uRyy3mcg3rUXBYU8a9VHGr\nmQM/edIJ7oReb3YJTpQPG557czcRA+VBE0Ae8LJTJ4Hhw7LRzENebc087EU0\n3e/N\r\n=K2/Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"1f84fc8621f40d69c165f90c69c1db389c33bd2d","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.8","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"react-use":"^15.3.3","prop-types":"^15.7.2","@babel/runtime":"^7.11.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.4.2","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.7.0","rollup":"2.26.5","del-cli":"3.0.1","ts-jest":"26.2.0","mock-raf":"1.0.1","prettier":"2.0.5","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"4.0.2","@babel/core":"7.11.4","@types/jest":"26.0.10","npm-run-all":"4.1.5","@types/react":"16.9.46","tanem-scripts":"5.0.37","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.11.0","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.20.6","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.0","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.4.9","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"3.10.1","eslint-plugin-react-hooks":"4.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.11.0","@typescript-eslint/eslint-plugin":"3.10.1","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.41_1598644060988_0.8720437386670952","host":"s3://npm-registry-packages"}},"3.0.42":{"name":"@tanem/react-nprogress","version":"3.0.42","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.42","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"76cdf2167471da645a4b15d3f6e2af8342c969a3","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.42.tgz","fileCount":24,"integrity":"sha512-q2kr2jRqk0zRETjvH4AL3Qjb/HnL3y+ei3c+LDKZ3CMjTwvXLaSTD/kY7TbnKucyrbXylz/ZBBHKS2IMT1UP+Q==","signatures":[{"sig":"MEUCIQCx6Up/we4rPx6uoC8sIlujQcEIvr/FzOrorwlRb3mbqAIgSQTtn3UXy0fnOuG+7O8RY9pr45UcWv8Tn8wIwyFBWQk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":289213,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUpMNCRA9TVsSAnZWagAAkfIP/2kDsiLBwbmuAnfwVvjz\n3vmrlUMbREbWcsuD4Z0BZl5egsFfKC44+NCXgoasKkA2ruvJ5l/9BQKOtcIp\nogdXqyPZ4OmpvcGWy4L2RXSZKj/VWOrsc3hyakIE8IToRncL2/NShyKlitlp\nPkOOkfBPQBPwXWsgzE+0zFnv6lBUg1bgbXGlvUzWWK8jsHc5wSHoZhbgOBzF\n8G/mGkx6TIOdE45sB+Q4wEUPymtK2DEMqREeGEX9Rgia8k0z5KP1Gv9ebCzB\nvCBrJd0l9jlCqDluvduuRd9O2Hr3TTQSOobXCbrVIFfYsWkygwOC8hWHxWP/\nbvvO8F5iBiqWSQsyo73SzAZKtS414m5gcm2CzE6IXx1lsiEcC4J3BxCTIcLR\nUC84ZclAo3zlowL0QvNRXQEOouRo/S5hOWRON+NiwSj+UBwVJcMfayvzT1NV\nM9fo+PYP4otqCJ+snFT1ZL2+B/Kkd+L/co/YYG4ldOAzbblJaIXpTvpPLpZV\n9Wyz9PBSigHUBgIRdLou0ryQ22E3Y1/PMl1HfwjxIIKRZWp3xQ/7F7+ph/N9\nQSMVJ19Yw613kDV0Fvg0sfbgc8PpDT5g6+FAcnkt+aC7CzeOlwMMijlfV3ZP\ntWe9+z/ivJ/nutzZ4gq0wBNR3iY7CiX2t8xUxXj9xx8jm6NS6cII4IAk6DMv\noiTz\r\n=Et9V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"eade6bfeff6a1e798f8c730a6da53fcdfea4b08c","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.8","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"react-use":"^15.3.3","prop-types":"^15.7.2","@babel/runtime":"^7.11.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.4.2","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.7.0","rollup":"2.26.5","del-cli":"3.0.1","ts-jest":"26.3.0","mock-raf":"1.0.1","prettier":"2.1.1","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"4.0.2","@babel/core":"7.11.4","@types/jest":"26.0.10","npm-run-all":"4.1.5","@types/react":"16.9.49","tanem-scripts":"5.0.38","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.11.0","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.20.6","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.1","rollup-plugin-replace":"2.2.0","@testing-library/react":"10.4.9","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"4.0.1","eslint-plugin-react-hooks":"4.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.11.0","@typescript-eslint/eslint-plugin":"4.0.1","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.42_1599247117353_0.9256470534648069","host":"s3://npm-registry-packages"}},"3.0.43":{"name":"@tanem/react-nprogress","version":"3.0.43","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.43","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"cf65c272b0645c337685af829f5460cbf1002cae","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.43.tgz","fileCount":24,"integrity":"sha512-dsuXBYFUyH/SMxOOi7T24owQNxzsl91IXBhE9c87ucCFG8W0kWDgV5Mo5N1ETMt5169H1nEPg7ujYkRP1hqsKQ==","signatures":[{"sig":"MEUCIQCaVRmaixX08KiQjNkOmwmrd8/9HVQeBSCSduSl4+fNoAIgZowwdYMoEC7KMlO4ahPYXRxcfJEnQzziEVpXsG9f6Ok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":290934,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfW97aCRA9TVsSAnZWagAArmcP/iT/MS5bz6SU1zaDILX7\nK2iqW7urG0l/ck0ZZpMHp3abdzt5+YEy5dHJoGLnmW1/oVyfI2BG4PSw68ik\nU7KiPmQ8qq7zIUC2ctHcWaAKwY9Y1DlmAMrdW+BrXvfTfHfhaGWIM6feqgCC\nxFYmH47Ex2HvbV46O2ABemKs8crB0wGD9V6V1wmUpUqHf0DunyxVKNDp+OGG\nbQZ81EcIHhIamrW9go0keG42dGbNBJAWM8ZdPei/Q/nkuJa37ZkkbSPVbZU1\npCzU5hlao8iUSL+3ZShi0C/O7NGdeodtAwWiTuQZgZBLlSsPM8ltXvTig1Mt\nMhTQZq/p8rlGXwiTsciOxQm4nn0vNLarhqx17nBZEwu59uDX7d5whEM2iudW\nl1aI9653BLtBjJlQJ9uv3QnO2Mi0eIPntzxpl1EDSh/km884V7eJFtIexBm+\nNxR0eRjfMNIUKltWtMYJYLpXJG8J9g0kD3H4OXGGh6cq4W4lHpDAkXwiZmBl\nHw4ztXivkWdgUK74xrkucc3ILM1Zwb/lvODRl7xHiSd8RHJQuNdpSNFiTemF\n6R5HXYnyB4d+/x8hMzxstrBE9nA1M5Ynvv5JST/gYeelakdEze78O3y1YyiL\nRuYHamdJ6eeNVMGaMGA4D4va94bRJw6LUV62tWgqudOB8BRWUR36RQWmZnFr\njEI0\r\n=hTjw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"4284fdc0b7cb5447dae140b61c1934bc54215988","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.8","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"react-use":"^15.3.4","prop-types":"^15.7.2","@babel/runtime":"^7.11.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.4.2","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.8.1","rollup":"2.26.11","del-cli":"3.0.1","ts-jest":"26.3.0","mock-raf":"1.0.1","prettier":"2.1.1","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"4.0.2","@babel/core":"7.11.6","@types/jest":"26.0.13","npm-run-all":"4.1.5","@types/react":"16.9.49","tanem-scripts":"5.0.39","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.11.5","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.20.6","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.0.2","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"4.1.0","eslint-plugin-react-hooks":"4.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.11.5","@typescript-eslint/eslint-plugin":"4.1.0","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.43_1599856345833_0.005345480045660489","host":"s3://npm-registry-packages"}},"3.0.44":{"name":"@tanem/react-nprogress","version":"3.0.44","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.44","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"08dbf246b08dccaf0790eeaa219a6720e547d4fe","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.44.tgz","fileCount":24,"integrity":"sha512-jRfTC7YtkUwWd9GPyXY6i4hn13lRvQDfb22KLw9meM8ZIVZ4B+pMVLfb8cb2l0hJQIr1BbLxoR1zhfPb3Ce59w==","signatures":[{"sig":"MEYCIQDjV7/0IV2LsNnCs6CzalQXy2dBfI1nMgEYYccFPYhjTgIhAMYoS5KGkIUmPOpG/1EJY/7YiUgKU0Hyolhpt8HGTzEg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":291918,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfZRBFCRA9TVsSAnZWagAAwh4P/0sNDRbmygM9u2QnKXS/\nmsNRdEw0hkpr8klbKwi3GP/uy124apRjJHfd5YNG57KP9hNByiB//bkAMuq7\nsrzaiKRfy2hgokONTkooTwmx0wHKhNKmNaUXeacIEgOLO1SxNWJpXlYIICli\npF4eYbqzBuO2mzRCPFapAX7L+EguPx974Gxd0O6w2yuoUnIpKYSkjI4ceCZn\nwsCWyukCAm8vsXghJcrR8HO4eJ1Wn4zZgZWSODQMcQAZALjemsdwQh8xQL2D\nbm8xn4dtZhY8jImuW07RB3Jcidoo4roZG9p4XPu7VsspuTwFZR7HEeN0tjIg\nWD+LlfAiI69hVtLRvd61uTsRElnM7z16rFmxeg8SmsNT6Efak5u95SpaFecY\nkzoV5/fCKbUiGKRnVRdCcVCZZAzPPOeUqs+bUK8vvhDXAcfBAfrvhW4XmWb5\nwWHY1/kEPV5Nn3hQtz9c6twL+NTFxR7wDC3jnjva36u3NLpm01jXtmlllKUT\nL8eMGe/oAfpN9pdK2dVB6bTtuVf1nR3hj//DLCy+fAv2awX2b+y3QXzb9e5s\nm1358PTlDuSPOjfah3/AkksK902EaqMyzc1k8Ysfn00H2DPtHWEC2azyGBSN\ni392Ihz5e64e2XYIEaUNvHYUwEY3735mk0l00Hh6rwIG65vZo44cH+msSo7W\n2f/d\r\n=+fl9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"5ae80a48332355340690922c461c265bc695b060","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.8","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"react-use":"^15.3.4","prop-types":"^15.7.2","@babel/runtime":"^7.11.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.4.2","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.9.0","rollup":"2.26.11","del-cli":"3.0.1","ts-jest":"26.3.0","mock-raf":"1.0.1","prettier":"2.1.1","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"4.0.2","@babel/core":"7.11.6","@types/jest":"26.0.13","npm-run-all":"4.1.5","@types/react":"16.9.49","tanem-scripts":"5.0.40","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.11.5","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.20.6","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.0.4","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"4.1.1","eslint-plugin-react-hooks":"4.1.2","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.11.5","@typescript-eslint/eslint-plugin":"4.1.1","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.44_1600458821085_0.6595761476333633","host":"s3://npm-registry-packages"}},"3.0.45":{"name":"@tanem/react-nprogress","version":"3.0.45","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.45","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"38cd9dee155d6864857fd256cc68c8028302451b","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.45.tgz","fileCount":24,"integrity":"sha512-GjWP/j3mzQojHW3gCr9lNoJNlR0KZGrYC2en9mpiu3vNk02NNTrvBLRX5dDDDDGZLEyTST5qNlyVI84+/56Rzw==","signatures":[{"sig":"MEYCIQCnYD6JgFlH9e5S2JxTbCnkXlBDTtYx5EZAyXfY36CnVAIhAINPVMX3+rJAzzha5XGKtaXbt2nhzQf2PljVVKsQ8o7u","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":293326,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbkJxCRA9TVsSAnZWagAAO7gP/1jLNqwWdqJ0PYDke1wB\nI/v971yQQPcV08Yk/nufHl553zS/VfjCMYDs51Rjrq/dm1Qw1s05R6UzWENg\nzSvilJw/gA1JI7M1PYGIJp68Vng4aRSwI3VWwj2TMPKR7Um53yNTZQADgcwc\nXF6rc79OSmwmb7p3B9a3r+MCjr9tCAu4ioJqH1/XFhoshgSPmj0f1Us7ppur\nS2ExFp+tFbTHG9rG3/+yX1w6BcZEhvX3gjoO7Sztp2Vk6LAuxp0tzvIB7ISK\n7hO62eyf18aoQ7aPmFXGY4gp61tNbu4POVHU+O1+vDcDla19ydBY9NwcgMNk\nBMN32Wi+wVRk/o4A+iRO6mPEzqVMsHXHXOnL8PdIsRGZlemuN+FJZcP2tYcv\n3b75LfBJL9BeejR593KHfHEd4Vq8pHK64lm970R60KwCECbu2H7o1sERQHri\nzda0DatOAERS9LCQnzUIR+kch5jdnJYC/YLj4QYFgE2CJ0CxHVTg3TPVJ/1l\nOTGd63SD5jRfXLIW8qBofT3bYgM0f8Uxw5/Xn3d8AWPFCRDPhXd2FGOFNMIw\neafEcz5HoVreJGXpErMp5f4bLldo6M7pF7BL3lsLsWf/o87AoLNfg6df1QNK\nR/hSoVIZt3dIC8boBTHk9UqcSL6SyCbKswAikDYFIXrWWRan3B4OfKMDo9lU\nI94A\r\n=6aq0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"71a45b94506d320f352c31a2d4fe27f65ef9f264","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.8","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"react-use":"^15.3.4","prop-types":"^15.7.2","@babel/runtime":"^7.11.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.4.2","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.9.0","rollup":"2.28.1","del-cli":"3.0.1","ts-jest":"26.4.0","mock-raf":"1.0.1","prettier":"2.1.2","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"4.0.3","@babel/core":"7.11.6","@types/jest":"26.0.14","npm-run-all":"4.1.5","@types/react":"16.9.49","tanem-scripts":"5.0.41","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.11.5","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.20.6","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.0.4","eslint-config-prettier":"6.11.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"4.2.0","eslint-plugin-react-hooks":"4.1.2","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.11.5","@typescript-eslint/eslint-plugin":"4.2.0","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.45_1601061489003_0.30057478206586596","host":"s3://npm-registry-packages"}},"3.0.46":{"name":"@tanem/react-nprogress","version":"3.0.46","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.46","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"6ed130e46a9b0588436383f25a125be8f1fdc127","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.46.tgz","fileCount":24,"integrity":"sha512-mxfIvJQYvxGKCaZDJL/E7591tNWCesuhOJRiExuyyvCrWimKatnV06rCxlD4NYABkW2epgck9RqzwjiphvYF9w==","signatures":[{"sig":"MEQCIADg9pE6I7g1SykiQBkhzV43iAN9wr5WMvqsWBJ6i/QBAiAE9b+AQFV4VpsIq89qhWW8driBLyMIjt0r10MXuAjOBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":294776,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfd3q9CRA9TVsSAnZWagAAI8sP/1w+boo8ldn7xAn6TY6g\ndgI8o4iuRLatDvGdvLylJJsY0VhzQ54WysZtYQM99azSDPJAvaBlK8HTFEyx\nZv0PBaTU6vl0J8U0HtPpX31vhViWDNUQvg/55NtJZBh/8yOobQcJFpvE0DU3\nJxbPwY6dCviUYptk9TXPCDl+4SHfg0GciG4i1+OrpbRxftC1tJMiBD6Hd6N3\nGuRFzt7kp1vrSIFvD6PJtxBMESn74QlR+aleOt6RxL1+hUmHy9p46jB3x4TD\nJnfqttsJdJu10Qs+OYY4CzjEu+P6M6CU2AGou3ohSZw+fK5YuQG5QnZtsFvL\nrwJPhDJYnahX5Ly+iA/gxoV/RPjT9jETv2572EPgqztDCFafQ3u7HcJdwMzu\nEAnQICnZNp8reU4X1FkDAnOBtd/KXYGyV0duIJrlJuvu/zpjcinhEoQu8fhn\nkOa87Bi6ROOck3NFTbykK9WUC2nkIdX1v9cCnHWtCP41FlUuMQTOOeJjSGL8\nBFoGNwBAtAQ81iSni1EWrLpRpB6vBpQP4QxMwjJO79focxMg8sEX6yX37i4H\nv9tihSVGYd2O4YuUJQvJTvda/Nzy3ehQVvjFROiqJntFxRA7HXdwbNtJnrtj\nhdtGfv6mWk4XnoYuwMydOaXduGOf/hweC2vS6KZaPuDemVVTlpl+CzZJkQnM\nWXFY\r\n=L/SM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"e48485a75d02f5049815d5df22bfafecba631b09","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.8","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"react-use":"^15.3.4","prop-types":"^15.7.2","@babel/runtime":"^7.11.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.4.2","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.10.0","rollup":"2.28.2","del-cli":"3.0.1","ts-jest":"26.4.1","mock-raf":"1.0.1","prettier":"2.1.2","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"4.0.3","@babel/core":"7.11.6","@types/jest":"26.0.14","npm-run-all":"4.1.5","@types/react":"16.9.49","tanem-scripts":"5.0.42","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.11.5","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.21.2","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.0.4","eslint-config-prettier":"6.12.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"4.3.0","eslint-plugin-react-hooks":"4.1.2","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.11.5","@typescript-eslint/eslint-plugin":"4.3.0","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.46_1601665724532_0.5667913221701961","host":"s3://npm-registry-packages"}},"3.0.47":{"name":"@tanem/react-nprogress","version":"3.0.47","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.47","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"ad6d0729f59f8c07db54e563916c55a001e85b04","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.47.tgz","fileCount":24,"integrity":"sha512-f1cTtEwTAl010QCoA1l8SqnSOJ6XZWA55mRwXsHfVIDOmhsIYgm3bnuhvCrMBIgVyYxdNTIOnGyVgUolM1mOHg==","signatures":[{"sig":"MEYCIQCW0l888hXs8EsRzxMvffo7ZXI7Po3lVdzVegfDwgg11QIhAMpTkvo02wAqqKiW1abc+czPw7LoO+BxTUBV0ULLLn0d","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":296047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfgLLJCRA9TVsSAnZWagAA8A8P/0PRYLgEXoHcBHOFXVZn\niqsYD4NT8NS3kD9ox0caE4M8eHZmND45OLer2grhVa2B7QTlCzSVPShCxQtU\nydL3V/5ZJ7CXls+v07Lp6OXfMv2OBTTYLDVbEO2C/13NTjQU5Je5857B9NDO\nslr6K4oFUteXhtPHY2+rOg7YAPv8vskwIKNTJy8tbx8m7CZ7RL8x/stjEgjA\nYNPw//S9ZsqE8hC4TMsL+IcPSlKTwSHNUOeDbT1reZ9GBN7sa6cTQF557l7A\n0b931OGlkb+p6lyfntA7/6Jxh4m2vTCpuTWjHi7YvuBJmVnBsR00vt5FyTUk\n88KsIQW/enZ8g76KdAEnRhbd9eqqx6M0o6AH0Ja7c28aT3bBI5+quDe/JGqM\n2csA++1C5hv8NS9JYeBHbBINLcm8nGGhCLs//LDgJtiMsImlI3Jl49ULLEl0\n4uPENNE/OLte4HgCPxvJoz4cam/JrsDb4MdG13b1MKh8wWqauolTiJfnRDwC\nIngzgwBx/xxWWIkqFESPAEYUEUvUu6/uWEn6g+o2Un/8Ul0xiAhP/lPy4QZH\nNW05G99o9fTZe82r+OAPcWkwcT+SoR1F101M5ITWmOLdWWz6n7MlDQ9Ek3z9\nInvu+oa6GwXUTuJ9YW+iV++d8eFjtK0K3vc0hmxonGbwv+jx0t3V7NqsOU9H\nvb3O\r\n=aqbN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"933d08c4b98a3d293be24a7adbea9f1ce0713f0b","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.8","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"react-use":"^15.3.4","prop-types":"^15.7.2","@babel/runtime":"^7.11.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.5.2","react":"16.13.1","cp-cli":"2.0.0","eslint":"7.10.0","rollup":"2.28.2","del-cli":"3.0.1","ts-jest":"26.4.1","mock-raf":"1.0.1","prettier":"2.1.2","cross-env":"7.0.2","react-dom":"16.13.1","babel-core":"6.26.3","typescript":"4.0.3","@babel/core":"7.11.6","@types/jest":"26.0.14","npm-run-all":"4.1.5","@types/react":"16.9.51","tanem-scripts":"5.0.43","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.8","@babel/preset-env":"7.11.5","@types/prop-types":"15.7.3","@babel/preset-react":"7.10.4","eslint-plugin-react":"7.21.3","react-test-renderer":"16.13.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.0.4","eslint-config-prettier":"6.12.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.10.4","rollup-plugin-sourcemaps":"0.6.2","@typescript-eslint/parser":"4.4.0","eslint-plugin-react-hooks":"4.1.2","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.11.5","@typescript-eslint/eslint-plugin":"4.4.0","@babel/plugin-proposal-class-properties":"7.10.4","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.47_1602269897119_0.5599759111132545","host":"s3://npm-registry-packages"}},"3.0.48":{"name":"@tanem/react-nprogress","version":"3.0.48","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.48","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"ab757fc8149969bc94794ce02b524860906d7f52","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.48.tgz","fileCount":24,"integrity":"sha512-FrCudwR4JQHAjYLzYZrc+qt16oMj6rxoo6vsAYyrlhwlIvFJ6Ok5yJ3hUPFIHA2x/yblshO9LESPbbXWAUBkMg==","signatures":[{"sig":"MEUCIQDLbu7uCcC3BhQvd4K7GDK0q+dlIyyM58XKIAPV1Oqu0wIgcrjfQMC0i0Q/B72cMjlYROlMjv8V44B7elLOmQV9nG0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":303823,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfsJGVCRA9TVsSAnZWagAAtiUP/2+8H6cBPM3eQ0bNe2pJ\n19TuExDftPUp4BA3LlD7mSre2g/bpe5y5BYT+EAiZO71G/acxG9f+XghnnrH\ngCyTILc3ffsY3wpXiD6Z9DX5roZNTSP6vY/H7/iLhiXKmISj6iq8AE6OONVT\ntTq0upqQvTAnCVLJQzCc5zVACwP0KhY22bMZb+kKAzFQeyY8Kjx7h5foupBP\nQnlrzIXCPyv7vcFV5ztDOAhqJL6fNxs3b6efAEjEVOBx01g+eR0jPNB+2YlR\nMocWSeDgNK8DJuqILAD52CPGRq8M1GYn+yxFbov1ne/HA4jN2KoSWINaNhch\nEK9j1ZZKHoU4t3EeooKQHYvcbhuuPZY/GsaghNLw3ngwugkH7i4v2c87Pl13\n3y2zFdUdU6AZuCdIL0cZDxYWYbMiu6ene86YgNtuBYpYJe19MPg90tXuxrxp\nsfadhOH0228KPYMg6f18rezMenk87UF32gwDs4G/6xoZ9dgv63FomlwQBfSa\nJEuWTWQo0P6HUfrCf6IqWWttDnkvEDF2CDY8fEUQsZ+k0v07v+zzhHOVMfzy\no9zf8/qw6ctT+Wc3NH+s2IEreolJODNv3Lxp60/WOj4eGZLgdxxBDCA6VVeO\ndsWqMofPxyAbwX20ejHw6gkmKNr5RokH1TscwT/l8xaI4Bxr6g5nl+7AkOic\nQiJC\r\n=HRrU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"a61996c5d5824348b58a4c9c282a2118b80ab6af","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.8","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"react-use":"^15.3.4","prop-types":"^15.7.2","@babel/runtime":"^7.12.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.1","cp-cli":"2.0.0","eslint":"7.13.0","rollup":"2.33.1","del-cli":"3.0.1","ts-jest":"26.4.4","mock-raf":"1.0.1","prettier":"2.1.2","cross-env":"7.0.2","react-dom":"17.0.1","babel-core":"6.26.3","typescript":"4.0.5","@babel/core":"7.12.3","@types/jest":"26.0.15","npm-run-all":"4.1.5","@types/react":"16.9.56","tanem-scripts":"5.0.44","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.9","@babel/preset-env":"7.12.1","@types/prop-types":"15.7.3","@babel/preset-react":"7.12.5","eslint-plugin-react":"7.21.5","react-test-renderer":"17.0.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.1.2","eslint-config-prettier":"6.15.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.12.1","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.7.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.12.1","@typescript-eslint/eslint-plugin":"4.7.0","@babel/plugin-proposal-class-properties":"7.12.1","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.48_1605407124805_0.8957057527543151","host":"s3://npm-registry-packages"}},"3.0.49":{"name":"@tanem/react-nprogress","version":"3.0.49","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.49","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e7d4c41cd8981af0c45ab090114eadf4371c74d0","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.49.tgz","fileCount":24,"integrity":"sha512-e2tGEtdIGYDldOjH7YctMXe+s2D00vOAYmbg54VQYRBqeBZ2hg9LN2TL3sfBPqdrN/Ko3zB1DQlnW+Re0lSZbQ==","signatures":[{"sig":"MEUCIF6qZfvg3Qm/BcqLyvBPZx6A+ZtabgJMczs+A9AfN0UzAiEA2f1o3aCGNBUupb1H35H6+TjG2UxoDtrVMJ6Rg9VfS2Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":306060,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfu+nDCRA9TVsSAnZWagAATOoP/iMCVlYa5315hpi5d2Zm\nGgDaX6qxMyEOSZ9q0va3zY0uMusTGWaag8ldkzS3GEOksdjrdU7xl06M6z2i\nCjno1sgo++5kNyqBY6FNwFqPUSqJUpDRSKREa1KUv5FxzVURGp/A++S2+xBs\nP54AZru5ZPX4Jt32pZ4omhOWR6oLyISCJ1V3+KwPUXm1nbcf04HGSsfEmvs3\nJB/W88aMCVT7nAOppUZ3AQRAB0R/k9zIRpPls6UOzuPXV3xfq58OBtE/B2AP\nAYqOnl8VwW94167QgUxgB7xdZ1HQ+OPdyBDxEs77GESV2+PAtp/AfKeq9fjy\n+UoZ6ou7XBkk1wgLzKdxKmlrjkvzlk97eAGomDTriISiPVnqw4nAT9gx27Ix\ntbZe2FaUaTyjgP1DwGcN7tVyllRnLygW/q+RyXQJk6WTiQdTC7Zp1xjylAnU\n458/jL/UezLSBxnqlrWi2s+wOrZ354PmVPqd3ODYgrCJDxCj05lHk79lmDqv\nKKORfA0hyWTY2AOijCBOoICVlxvrzSFJyl06D/RTCR6y/uNKsnleBZw5NKpV\nW32QH7l3g6cOU/twmoCdYivAGcXwbYZ50KkVlIJfCyDTNsyqv42dIx/pZyIo\nvnGPrbRraxWNkskVBsBdh481zvj4+SEfNQENzN6/ipTXeVZ1bOLC3XXk/RVW\n4Gdz\r\n=7zpm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"8803b88585b41df8e5bd6b46f5eee5271ee44d31","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.9","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"react-use":"^15.3.4","prop-types":"^15.7.2","@babel/runtime":"^7.12.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.1","cp-cli":"2.0.0","eslint":"7.13.0","rollup":"2.33.3","del-cli":"3.0.1","ts-jest":"26.4.4","mock-raf":"1.0.1","prettier":"2.1.2","cross-env":"7.0.2","react-dom":"17.0.1","babel-core":"6.26.3","typescript":"4.0.5","@babel/core":"7.12.3","@types/jest":"26.0.15","npm-run-all":"4.1.5","@types/react":"16.9.56","tanem-scripts":"5.0.44","@types/mock-raf":"1.0.2","@types/react-dom":"16.9.9","@babel/preset-env":"7.12.1","@types/prop-types":"15.7.3","@babel/preset-react":"7.12.5","eslint-plugin-react":"7.21.5","react-test-renderer":"17.0.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.1.2","eslint-config-prettier":"6.15.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.12.1","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.8.1","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.12.1","@typescript-eslint/eslint-plugin":"4.8.1","eslint-plugin-simple-import-sort":"6.0.1","@babel/plugin-proposal-class-properties":"7.12.1","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.49_1606150595235_0.2721763048014809","host":"s3://npm-registry-packages"}},"3.0.50":{"name":"@tanem/react-nprogress","version":"3.0.50","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.50","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"3710b1d844c077a788abe85ba109bb2d2081ab33","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.50.tgz","fileCount":24,"integrity":"sha512-+nwKV/QMjMCE+5Cs7+zhlE/n+W/tOcsqVhcnRqSbzl4yErUrxXeq03ilrEmYn2jlW+dX90Q928IZ0E/OOAbBlg==","signatures":[{"sig":"MEUCIQC8+SHkfEjAKqQicf4kLKproa5Ms4KdMN0JHYsFiMNl9gIgPhH4QQDo88Ot8iFz3ParUUy56CsNxH5h6IPZNz82C9s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":308040,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfwVZoCRA9TVsSAnZWagAAeHYP/Ri8yvakZpi61w/WT+by\nu94PSl1t/LVu6vAzYHdTWIQVKUQ27r3NlxR77erXSmtBBVfVWYu+uh3LccLK\nsMC3D8So2RdPgyIyPR31zxrT72M1GxsruKzDI7IXvUStHADt+R1iZvkj0s0u\nVXqx8fPlMG9yDBenIqzWVsR9yAR3QIHiYRJUM8PP022ovt2eg6wB/E7QCjU3\nObw4kEMSahC3xlK0yRoAvcJ+QUaHESAQAH88hcvsGbL0XG0VcYeurOjbqGpD\nTvXMub1ddkR2pYnwkExQSx0upFxJ8MK4iTmXbw61vYP+G6KITak1BeLvYtVs\nC+GrzzFRhc9tFVWr9W0ImyJVEwDwS2tYsldfS67683L9hzm6wzD7ObVDx1j1\n4FGz3WyLTIFTutBjc5Gcouu3z88l+oFz8vkG5K06HtCn7qGPsz4PtKYVTkhM\n5kgiAupBvnzAZZzWtkwQ0YESGsqM/WqUWlIT8GgkT64FR1Wi8Kx6u1xsU1A3\nqHRdxbKWacANq0uYvShmSdjw7Ivp0q/Q5r3piJ9nIOsWTHBJgxzF3ZN2gprT\nJOFMebhp7Vuhm/hvLA1TyDCb/t6A5bVKzpZP8mr9R5z01zAcn62HNUh7nR16\nN1zJLZZLm9mm7Uj0R9a5bMuMJY75a2dQWs9W4b7E/VwSQLwIQeq1JwYKaC2F\nKR+L\r\n=9was\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"35283f96ce7f66c167cf7a55207e4112cb5e48c8","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.9","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"react-use":"^15.3.4","prop-types":"^15.7.2","@babel/runtime":"^7.12.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.1","cp-cli":"2.0.0","eslint":"7.14.0","rollup":"2.33.3","del-cli":"3.0.1","ts-jest":"26.4.4","mock-raf":"1.0.1","prettier":"2.2.0","cross-env":"7.0.2","react-dom":"17.0.1","babel-core":"6.26.3","typescript":"4.0.5","@babel/core":"7.12.3","@types/jest":"26.0.15","npm-run-all":"4.1.5","@types/react":"17.0.0","tanem-scripts":"6.0.1","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.0","@babel/preset-env":"7.12.1","@types/prop-types":"15.7.3","@babel/preset-react":"7.12.5","eslint-plugin-react":"7.21.5","react-test-renderer":"17.0.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.2","eslint-config-prettier":"6.15.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.12.1","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.8.2","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.12.1","@typescript-eslint/eslint-plugin":"4.8.2","eslint-plugin-simple-import-sort":"6.0.1","@babel/plugin-proposal-class-properties":"7.12.1","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.50_1606506088118_0.9842597664886825","host":"s3://npm-registry-packages"}},"3.0.51":{"name":"@tanem/react-nprogress","version":"3.0.51","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.51","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"6063a1be15bf62137472246e0c2ca9dd653b5bad","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.51.tgz","fileCount":24,"integrity":"sha512-5IH/cu6+G7jTacrT87OZS0w3OUX5QF3yMsTHGTDca5YAmjMTHeW4zk9/w4nW2BuFnZd5nk/lny6aGJ6z/gGHvQ==","signatures":[{"sig":"MEUCIQCmOXfxBJ7mdsskOh7dSaE3xPqMJ55AUAbrL0Dbu8pLHgIgNVFTJfd6jv7VAaIy4jSa+0cCgYEo5KQ03UHWe53n7wE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":309276,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyo4VCRA9TVsSAnZWagAAWxIP/1We+5rZXfoWIpZxK4Hj\nzi7NHVeqFmrFNFEU2u4lQg4eLmwGSVYGrX1s1YaSIWE413FkQ9P9MVCgjDhw\n55M+GrmoIlhdYrd+6QsVxoo49zUj4/lv2rDALc2CUUjkjbKPE6iqkGkl8NpJ\nPRjHvV6yXmcgKoRy6o6uYKu9gt8FfQxZyC4pUnjHkUVZk75w76KpgGRrF4Tc\nzcP/p+A9mpocaUCPnM5cdd5EpBRL/oHqnAkyys844IOb2ModekotrEYsm3k4\nd8fmlaVFb2Wbn3q9moSyoLlZDh1FoWnqDT5PNhVvoUpkjb5R5qkdARj2uynC\nlYQG00WXHNMN/udY7oWM4QFe36oo+K/PU9MXuPrO0jroXw9IuDaYqyCPawrU\nTSA4FxWq4rzLcyfvl791U8Oh/6sMWkH3ZH851OjcbXDAWbLtVJFesh+z3i1r\nzzrcmi/tSEuVWDulIjLPa+2nVzidYHQcSB2fDCCboQJ/J+ZTy6CW1pPQwQkK\nZ+D+IvKQALkpvZab9hxmV7LRzIkwwd7GiFXJWQBmeFvCKa/4q+FZZ1ZPvq/T\nXeLztRZKHCMaIr0cpgSWxh1DBUEKpg6tq22ENTx+2iItAKCZX2qKHplmGGfg\n1rgynFZfydSEtXg6Lq9d4mSV+DaIuOdLLGhBdgCJgesLXoRqp5xrXzDRJkXQ\nhKxI\r\n=9nEh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"279b41d6059a27f48f9e1996f01eede927a28ba7","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.9","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"react-use":"^15.3.4","prop-types":"^15.7.2","@babel/runtime":"^7.12.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.1","cp-cli":"2.0.0","eslint":"7.14.0","rollup":"2.34.0","del-cli":"3.0.1","ts-jest":"26.4.4","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.2","react-dom":"17.0.1","babel-core":"6.26.3","typescript":"4.0.5","@babel/core":"7.12.9","@types/jest":"26.0.15","npm-run-all":"4.1.5","@types/react":"17.0.0","tanem-scripts":"6.0.2","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.0","@babel/preset-env":"7.12.7","@types/prop-types":"15.7.3","@babel/preset-react":"7.12.7","eslint-plugin-react":"7.21.5","react-test-renderer":"17.0.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.2","eslint-config-prettier":"6.15.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.0.2","@babel/preset-typescript":"7.12.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.9.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.4.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.12.1","@typescript-eslint/eslint-plugin":"4.9.0","eslint-plugin-simple-import-sort":"6.0.1","@babel/plugin-proposal-class-properties":"7.12.1","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.51_1607110165543_0.7928314230275963","host":"s3://npm-registry-packages"}},"3.0.52":{"name":"@tanem/react-nprogress","version":"3.0.52","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.52","maintainers":[{"name":"tanem","email":"tane.morgan@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"802241d40c92890db166e36b47cc226df040535c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.52.tgz","fileCount":24,"integrity":"sha512-Gmg51giq87kQqC8dxvx8ObMSW0ueJnHdGEWoKOqPrx+0RqsOqw0e46GaaSxIULBVGtxSb4vLrAGk1GFqQAtFZg==","signatures":[{"sig":"MEYCIQCxBGTnM7RFW7tPu4PVxM3Fj09rt4WMlSSDWOQLTexgWAIhAM98NB1Z48tu2gVosUqKuqwWPwGdok+jAA67qpNvgF3L","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":311977,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf3PzLCRA9TVsSAnZWagAAfZ4P/1/YgcwSFE04csc1r17O\ns3rTsqHe4vcLlEa5hd8Xecj5AiF+bLkmVadXkqQuoPh+5LuVOM6ZH7Zjrl+p\nB1ZJe/33us4tK/LEYQcW9/Fgvp/VQXmGqyW+rqrQMaIYg/Wa7akWFKEtCEkL\nnRyujEV9OzWgWn8ftPKmgjFSOqM/OTmLET3MPKMsaU4cIEfVojgpISP91d4s\nrAUwUXG7zXrvUd9QG/ZlEQ+7M9aIXGY2ZdAQGY6D4U7g8nuRyoEgnTAM+rhl\nQz2EXA4NtX4KCTIshEP69HZveZGAF3XuaN5RlipYYAFV4lfqdayvwS41Hxwj\ndVbqBhSBAQn8bhgRtO4NRIdsd/PWyU7fUNvr/nAORJHwy4bagf8We8t0D7VR\no2ViF5L4FGTNdndll6PXT1+JFyUn8jPqAL0O2cs2gXK67W03aajij2EBZKfM\ndQmaF6g+zJ1SO92WTbRIPdiK+774yvbYKjFER1vDwxEnUJuYi0Cpxd+cATb7\n4FE2R1uulVAadBWciH0QGKwxSnlLjKY9FVnNxUDlqZNc4jchVu7DW9L7mWIL\nxDpQ2msoSgo4KwcTY9l2rU6d8TxZf+BYynXwz1+PqPcQDz1yRdNFYzRzNk7m\ntjEuozugAnCxEGzPMUbNyKCtKhjoy6roaX/dcxts68s1n+x041yfxd9zXuyP\n4O2l\r\n=tOsP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"3ff1ccc2c15da1fd1b020bf6aa20d7ead51ee0b0","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"tane.morgan@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.9","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"react-use":"^15.3.4","prop-types":"^15.7.2","@babel/runtime":"^7.12.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.1","cp-cli":"2.0.0","eslint":"7.15.0","rollup":"2.35.1","del-cli":"3.0.1","ts-jest":"26.4.4","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.1","babel-core":"6.26.3","typescript":"4.0.5","@babel/core":"7.12.10","@types/jest":"26.0.19","npm-run-all":"4.1.5","@types/react":"17.0.0","tanem-scripts":"6.0.3","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.0","@babel/preset-env":"7.12.10","@types/prop-types":"15.7.3","@babel/preset-react":"7.12.10","eslint-plugin-react":"7.21.5","react-test-renderer":"17.0.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.2","eslint-config-prettier":"7.0.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.0","@babel/preset-typescript":"7.12.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.10.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"3.7.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.12.10","@typescript-eslint/eslint-plugin":"4.10.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.12.1","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.52_1608318155358_0.5593686951597407","host":"s3://npm-registry-packages"}},"3.0.53":{"name":"@tanem/react-nprogress","version":"3.0.53","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.53","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"349b05aa3d97753f120e167c66f5590b4bc9cb84","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.53.tgz","fileCount":24,"integrity":"sha512-cJPwa8pPYAi3RfdjJsU25+UBpdfEKNYIUYCCXXY0JjpdU5J8ajDyplnGNrb38VrUa3UpcttTpgqlgU3ritbI+A==","signatures":[{"sig":"MEQCIAFkcPeLo5aYneKxVVhK2edc36NHsklhY2PmgZ+4of8xAiAGgodK+jgek5k/lEyXpazacbPNxQdTdfPh1kYHzWzd/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":314919,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+LglCRA9TVsSAnZWagAAW3cP/RBLLp0mo7nFZ+Hgmm+F\nfRWUYnzeTtJ/E2FHzcNUt85h+n4mHCV0rIeSsArDvmRz7XpeThsPGH3lJ6Kj\nBmvHCc8NSkSLwMzAHWf6R5+iIKdGQcmIyMqrZugifk1AILevpE8xTjhDEUiT\nWjoKjgvEVQZRthHwHEvJHFSRSFGzy9ySCHMQTuQBuj49gQgqzJjmxP1D2HwG\nzerTKCnf/SfikrQ4/q2W+F//S9QrZ7wb64e88y2djN5Jg8NNBwdGyZ8qy3UA\nImdAJ4f+gLYKAgHmrNaMMHfkIh3svcS7LMbiM7rYDvmziQULlElvmgAKjnLF\n7c1aeTL3puZPICiaPwWpxPEXeV8y4Rt2YsF/cFqzlvI2XvCDJtaYnD+q+8wp\nTqLOVx/iRk0VRqCByRibE6Z1jHi0GK313vM1R0feo/+vhy2kc4aY4rcotzAX\nsexq97gWTNWSz6l6BrYjGWB8FHqotB8FPC4AsNz89T8oyxLadD8LCgl5lrCK\nz1rM7riQyZThf7DRL9EKA809YUrrz1ha9fy9S8oFSfyqzPvM27cGhFK/AQQD\n92OKF5b7Z3vSHcCW1fj83FUEXsSWRqLxBEzyy8bKqLEERbaVIMVgyHB5H7pt\nabCFrd8IaidwEqPRqVR4sE6xZnvEZYHZN66V9W2cp2XDZzggV4VIx5aL9/ma\nVPh2\r\n=+c+O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"cfa6da4a5f321abe85f5f4cd86605eb077aa50a1","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.11","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"react-use":"^15.3.7","prop-types":"^15.7.2","@babel/runtime":"^7.12.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.1","cp-cli":"2.0.0","eslint":"7.17.0","rollup":"2.36.1","del-cli":"3.0.1","ts-jest":"26.4.4","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.1","babel-core":"6.26.3","typescript":"4.1.3","@babel/core":"7.12.10","@types/jest":"26.0.20","npm-run-all":"4.1.5","@types/react":"17.0.0","tanem-scripts":"6.0.4","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.0","@babel/preset-env":"7.12.11","@types/prop-types":"15.7.3","@babel/preset-react":"7.12.10","eslint-plugin-react":"7.22.0","react-test-renderer":"17.0.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.3","eslint-config-prettier":"7.1.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.0","@babel/preset-typescript":"7.12.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.12.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"4.0.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.12.10","@typescript-eslint/eslint-plugin":"4.12.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.12.1","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.53_1610135589370_0.2627475217288968","host":"s3://npm-registry-packages"}},"3.0.54":{"name":"@tanem/react-nprogress","version":"3.0.54","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.54","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"5b910bfc608cdbfa1fdaac995c923abb6f173d1e","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.54.tgz","fileCount":24,"integrity":"sha512-OzC6yX5+SzufBsT94CgHZQEfQE8albmUP4a1t3OQ9AGiUlMEydRfHkuqSeqkeD5xuprEjvDzS84VSrWsJvV/wg==","signatures":[{"sig":"MEUCIQCek3nKL10S0QnH91S1lY2MZY8ustDUJxv60hJFxnVnOwIgfmdtn9sLoO0l0Y6VlRQErpwpRv9DqAw4dKRIXKxgbxo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":316675,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCxjBCRA9TVsSAnZWagAAYfgQAIhQZYPiOqt9NUr22GB4\nJun3X9DQ4MFaJkm/kQ2P6xkJRv33WFpddY9hE5SPz7EBbi7YeKfIO2hdXAsi\nsr5TO6LAdCi1e1ALD+oTRpethUMUR25w6gyOWyUXj+bHyhbRgBGAIdiPl7Vx\ncLaI8wxRh0M4xe2pB765WfCZ/VY/PEcMKMI7mNjqE0faA3Gec8/Hih73swid\ncURG0/IPXXqlxqiKKn0z66qkGpx38SrmlC3I5nje2Bz3C82rDdKr6ySdorou\nfQwMXwNZrAOBcrvybnTQ0Px/IC026hIq8ZhForbZN50inBV5YDdmH1RFBPiQ\nYQ80v410VG1Uj/HyTgs0qM3c9HDHpLSPgHvqebvzSPGvDwve7NzOByztejdS\nu+98MXIBJHS6pW4knGmCkG6meK+oYJamuiYVpIMrBlEj8OrrA4CG0hZqGyIF\nzxePctpHRsdg0URLrRlBcfassfdCq/HWQ+A1fnEouwbpMDqUeYsiv/gJVUhD\nEag0kkvG5tJoyrS52GZe7jaaJO5NfBEC1AMXO4cWBT6Nmu5N1fybMJEEYNh0\npnlEiytN8rG1rwyhiZCEAbpKHMivJI6dUVi09F5ecrmASOBzj7ItQ72Mo+c/\nwWUx1R1PlMAjngXFar4mTiwtiuDjTT4vjEbmVtmCN0dgjBttGxkR02fomp4L\nSFqr\r\n=NGZh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"910b779541da7b38aec7e9304781341a4c965893","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"6.14.11","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"react-use":"^15.3.8","prop-types":"^15.7.2","@babel/runtime":"^7.12.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.1","cp-cli":"2.0.0","eslint":"7.18.0","rollup":"2.36.1","del-cli":"3.0.1","ts-jest":"26.4.4","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.1","babel-core":"6.26.3","typescript":"4.1.3","@babel/core":"7.12.10","@types/jest":"26.0.20","npm-run-all":"4.1.5","@types/react":"17.0.0","tanem-scripts":"6.0.5","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.0","@babel/preset-env":"7.12.11","@types/prop-types":"15.7.3","@babel/preset-react":"7.12.10","eslint-plugin-react":"7.22.0","react-test-renderer":"17.0.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.3","eslint-config-prettier":"7.2.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.0","@babel/preset-typescript":"7.12.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.14.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"5.0.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.12.10","@typescript-eslint/eslint-plugin":"4.14.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.12.1","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.54_1611339969046_0.3866871179457305","host":"s3://npm-registry-packages"}},"3.0.55":{"name":"@tanem/react-nprogress","version":"3.0.55","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.55","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"914675dc502a21491722af8e8a5929ce3c48280c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.55.tgz","fileCount":24,"integrity":"sha512-1rWDLi5VURPQ7msprZ376yaUGGABIxS5Nf5zglxNlCU09HcDYW3WocL89vX+iGgwUrvaIHdqLyrAsy5cmcRchQ==","signatures":[{"sig":"MEUCIDh1MAl7RM0T/QRZR6Le+n2FOfWgfPsykHieSDJ1iMAfAiEA1DkD4luQ8g/LGf/fp0YBDhcKdHJraXoEQOAEYKWT3ew=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":318276,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKV+zCRA9TVsSAnZWagAAXx0P/j3n/NW9HOPnnqgRaotp\nnNUcO8Nc9URbb5fe+0eVc/CIowEMHkt9EQtaPZWd4un7RSkgt0nzazWFfS2V\nN8V6q1F46HxcnMA3KPv5ZVrzTvkAhC0VurPmI+2+OHhslt8nQm/c5pqDuClm\nF44V95+gTLX5BFIu1LipPOGs3AAbac0G7JNZLTZN4KnYR7U4j3PJ2CGnOPwd\nPKFbW/23LxKWhqEcHHYj6/LFt/rwOHGyGFjqFXNHdQQaGAkJvJA2M238TdFG\ntu8fLspWwSQhYUAx3FRwRmVf/BmtASar82vidA3L+6QynRPDYZJ5whYSxb+j\nuuprRNiNqD6fCc68m4ll0twelycaAtf8sg5+1ZGqNh9ZGnnoKD+gZRpJOYRi\nwF/rSbYyQ8kxQQ+gTmbTe3TzZVP6VpXrmuQ6KSpU1WHBKKdhoCuJ2mAfiwUt\nbewF8mpWHnNs01ruI4sG9rO1aCmzxiNgAyzyQoWUc05HM93yFfCS0atJsZub\ndzgdFnSDih+fVIBr7HJCKNLsInUx9DXHBlqPtUF8BSPDd4RHB5lGkb9e7d42\nobn4gHgDsRWF7RUJiMyd2sfb9i0O2bnMFCwnEcY5/8pm/lZ/sSfFDxTDzLHb\nFDhfVHCaXsrwwj6h24uB4dvvyaoYyKZXGaZNsjBSJGCHdqvQghkQl2vydSV9\nCJIX\r\n=BHaC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"3539b53e9188c78106ea5c11c3e38d8e506b505d","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.5.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"react-use":"^15.3.8","prop-types":"^15.7.2","@babel/runtime":"^7.12.13","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.1","cp-cli":"2.0.0","eslint":"7.19.0","rollup":"2.38.5","del-cli":"3.0.1","ts-jest":"26.5.1","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.1","babel-core":"6.26.3","typescript":"4.1.5","@babel/core":"7.12.13","@types/jest":"26.0.20","npm-run-all":"4.1.5","@types/react":"17.0.1","tanem-scripts":"6.0.7","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.0","@babel/preset-env":"7.12.13","@types/prop-types":"15.7.3","@babel/preset-react":"7.12.13","eslint-plugin-react":"7.22.0","react-test-renderer":"17.0.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.5","eslint-config-prettier":"7.2.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.0","@babel/preset-typescript":"7.12.13","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.15.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"5.0.3","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.12.15","@typescript-eslint/eslint-plugin":"4.15.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.12.13","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.55_1613324211507_0.985098825072084","host":"s3://npm-registry-packages"}},"3.0.56":{"name":"@tanem/react-nprogress","version":"3.0.56","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.56","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e6e77a311eaeab3342cbda7e15cd5160bfefe223","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.56.tgz","fileCount":24,"integrity":"sha512-Z7Rf/6da3noFqNKKURsIt5BodHi02YAPI6emYMm1qC0orubO06huDRbXvdsp/vnz0B4BJwd11UVbSfVS+seSLw==","signatures":[{"sig":"MEYCIQDJBCEZi7anqH2L/xsMbJbwWdAaNCVGpi6ZoezD+XS9+wIhALH3++Vls13aEJHmms8Ucu/4ZWZBWzz0BhFlVB5mDEpk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":319695,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMXBkCRA9TVsSAnZWagAAdtUP/2L+/k+i90AVBRPoWS7e\ndQsseNIhm2WdZqssIz/EVT1IcQdOPfQnBI1nbpiB0RGZQhkS8twPJ7sliwMm\nt/RL7oYeXTG1gbQltM0BWVNcg8rIpXCzb0bsKWg5q6Hf2+J1UZELlCnLkJs6\nrHKsovItb/qi/fQzoXeudGY54QbzNNnydcdX+IVNtj523cPZlm1R0m5vX61R\npBxwwcd3O51vBX6t/ahFJWmAHEOt/Iy+e80TMoOnFDtsNBSttN+zRsV9BMGa\nOUNud+AC1HgzCAKVEazUjb/G73WXPyn3syE2ukIO/G8VDiZH0KFv6Uv0c5MQ\nqOqUrBqMuseWcVUnFGJ8Nx1o4B1RwMeyzAmF88Bd74LYrVP+Wq7nIHzTy6HF\nAP5UhBaLvBqt1XzPX5AQCCKJeUSBYNoTZI7V2rW+TCiFIDHzE78rimz6tODB\n0PSMWSP0fz19bIRn7Hd4/AJllAZDLYJLE+d71n30GQBMMw7BY+ljIVAUzPTO\nZWb2gpSIvxQ5wIpzI+KhlgWkQbbVRdJmxyHpeCi4Hb1KoOHK7L1fDyj237yY\nmlBfWq++CZs8NmXHLrPapByXV9Tj/j2LWWaHLjDcuD46OVVc4CGT/Q0pnrxO\nTWcUQ/D55cI7752lyBBodJs27yz60OHv2xMdawJSAgNupjjv4DyX7zDF3Gyb\n96ir\r\n=METL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"a45336d1d16c230346389aa7bc63855565377fd5","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.5.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"react-use":"^15.3.8","prop-types":"^15.7.2","@babel/runtime":"^7.12.13","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.1","cp-cli":"2.0.0","eslint":"7.20.0","rollup":"2.39.0","del-cli":"3.0.1","ts-jest":"26.5.1","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.1","babel-core":"6.26.3","typescript":"4.1.5","@babel/core":"7.12.16","@types/jest":"26.0.20","npm-run-all":"4.1.5","@types/react":"17.0.2","tanem-scripts":"6.0.8","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.1","@babel/preset-env":"7.12.16","@types/prop-types":"15.7.3","@babel/preset-react":"7.12.13","eslint-plugin-react":"7.22.0","react-test-renderer":"17.0.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.5","eslint-config-prettier":"7.2.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.0","@babel/preset-typescript":"7.12.16","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.15.1","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"5.0.3","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.12.15","@typescript-eslint/eslint-plugin":"4.15.1","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.12.13","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.56_1613852772304_0.9649452812110795","host":"s3://npm-registry-packages"}},"3.0.57":{"name":"@tanem/react-nprogress","version":"3.0.57","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.57","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"926f0477574659dcbaa4d892743a11dac675c81b","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.57.tgz","fileCount":24,"integrity":"sha512-hYNDAENoAQK3LttNs4IfWF4ByLoAaxJ/rxBTXeTR+x4kk5lLdRBqR0rcU6XrX0oyx+mXLqJk5IXterui6usBfg==","signatures":[{"sig":"MEYCIQDnUMSr41Z9K92UJdEO1jcr7zZ6e+xKStpgypIc87m2dwIhANSJS3hq26R4xz0iRbTvIofQsJh40TkweaHWYwuaBxxz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":321576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPnMGCRA9TVsSAnZWagAAcOYP+wVjoXhUor76y3CbwyWY\nnR3+Q8OTJPRrxbUf4Zf0GNiz11tAI/b52KtZQq7eAQWpuGeW5BMs3Ec2Ns+j\nI+3zKVBQU8BMynSdOgcBZ+9Glb2FjexUlAoPC7J7rXK1yox5VD+VOwA6c3yu\nVzAMiJtauFc7HW5o1W+tFxnX+92cReOLhDGO23ZcgmEuyWylDvrBbBhb/EQU\nHmlTqYgBgh6B9JBvjuWsrCdpyr6BDwNWl2InGHoMMYQ9b2gmBD7KpNWzVXDH\nepbF2PiW7jsHRoKA4BxgLethDsNzBoeag6MnkELy+QlAA6B2FjTiZ/oFl8iS\nOjmLg2YX7JmDQ2fObmHAwM+J3W8S22oPJmIgMAaBCG8oO/+ttwGA6a8mMo3o\nzpirfAXeRvyidIPfvL5Rjc2pMOpHoRLUh3hyhmag9iQSNDjcSvdWQAPWVa+l\ne2K93xxqcM2BoghoVf+sVWSnZ3En9KK2o1FZzIn4M8fwKVet7IfMZ5EKz8my\nSg63BpJF8/GuLcu1onby0y2DGTG5Yfz0P8fEwjuqBVB7zVecXVeUKrJJ4xeE\nz48zaQGGNLI6/yeF0deFk1Y0cHDPU4h/RdAbg7n06nC6PkvukAe74KOGpQdm\nJY675MbopUjBHGJ3tj2J4UK2Gq9InMHOO8V3L5vfSnTS86xbeak3osStI9FW\njDZE\r\n=7wTq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"48b839e228c55a706a87707ad3b1642bc7671ac1","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.6.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"react-use":"^15.3.8","prop-types":"^15.7.2","@babel/runtime":"^7.12.18","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.1","cp-cli":"2.0.0","eslint":"7.20.0","rollup":"2.40.0","del-cli":"3.0.1","ts-jest":"26.5.2","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.1","babel-core":"6.26.3","typescript":"4.2.2","@babel/core":"7.12.17","@types/jest":"26.0.20","npm-run-all":"4.1.5","@types/react":"17.0.2","tanem-scripts":"6.0.9","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.1","@babel/preset-env":"7.12.17","@types/prop-types":"15.7.3","@babel/preset-react":"7.12.13","eslint-plugin-react":"7.22.0","react-test-renderer":"17.0.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.5","eslint-config-prettier":"8.1.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.0","@babel/preset-typescript":"7.12.17","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.15.2","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"5.0.3","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.12.17","@typescript-eslint/eslint-plugin":"4.15.2","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.12.13","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.57_1614705414526_0.06910979826738872","host":"s3://npm-registry-packages"}},"3.0.58":{"name":"@tanem/react-nprogress","version":"3.0.58","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.58","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"dcfdfdfd1ef8ec697bbc2764ca4bf1247b8225e4","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.58.tgz","fileCount":24,"integrity":"sha512-zPX0N6bF2uiyaMgS1miRI6WQNmfbJ5j/gfsHVOBan6Xf8fPYouyl9lrazG4RzKpvsXSgQg0krIuEQpclNiydkw==","signatures":[{"sig":"MEUCIGHTimoWYTEi32L7hvRXKd2jpsaZ3VkhSRk5PECYuiv4AiEA50X2b8RaZ8yC9kPbXaFGzB3RDj2jmd+8zJHbMe0k2Q4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":324610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgTQzPCRA9TVsSAnZWagAAOuYP/2cQ7nXYqoAJpOfY8O01\ns7k1mEkZF6Fc0nWlMUn6GS0oiX7Ux7UB1TW5ptO9dRuUDtFKfw4j+amGsPcd\nzbYEa/cxBZlyXw3FZMsUraa84meflYUSCRLtj0i1NXoTZyKrUI9doAiGC7AS\nu1pZei9HSNQGCmVl9oMY7buWGQwhNu5CLJrNhGhzlleMs0FoId7EEZTdM6S6\nKPUzdA0ZIoLtfziW+ovHe+/KtXyo4egph3LvBAZzMg8PTCC7F4mr/FX5GDDg\nQhPHvmErg/tKiuBe/UH9HJPzU2BXnOawzptgUMcQlRRimop1HPKuWphKyor0\nepCjVhPu/Pub7pKzeUwFJ6UUlIzMAaHk2fZoPEU/4GDCaBTToRyXE0RIfuwF\nE2/zKTLy2VGwZIOh7PhAS9Bs8l+4ZwepRzMr1u1GAmqu+aHD1nXAfl3MQu94\nZk/I0fORLr5bdL6ezhU0jteEG9QVvSz2S9+agK0n2ZornMva46fSn6Wd6umI\nuBLkWs4Q2zGvIQ484dlOqzgqm1IFiaNLFQEVOMkWPY8Dy92FyZanZ3wwh7ru\niH304M8HHFpzLWgFzw99r+LgupvFWezIV8NVA8zcdxfgu90bpzt1YYkK49w+\n0O6afSxE6iFjuXKIY5jYWI/3djyGMjEiIaOhvDkvgoOLO5IwbUt7HO3Qt9dT\n2Hz8\r\n=9kYI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"2d6a11c9fca8c163e4ee1f4d7be6ec3a40792c32","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.6.3","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"react-use":"^17.2.1","prop-types":"^15.7.2","@babel/runtime":"^7.13.10","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.1","cp-cli":"2.0.0","eslint":"7.21.0","rollup":"2.40.0","del-cli":"3.0.1","ts-jest":"26.5.3","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.1","babel-core":"6.26.3","typescript":"4.2.3","@babel/core":"7.13.10","@types/jest":"26.0.20","npm-run-all":"4.1.5","@types/react":"17.0.3","tanem-scripts":"6.0.10","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.2","@babel/preset-env":"7.13.10","@types/prop-types":"15.7.3","@babel/preset-react":"7.12.13","eslint-plugin-react":"7.22.0","react-test-renderer":"17.0.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.5","eslint-config-prettier":"8.1.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.13.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.17.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"5.1.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.13.10","@typescript-eslint/eslint-plugin":"4.17.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.13.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.58_1615662286819_0.38852219880930816","host":"s3://npm-registry-packages"}},"3.0.59":{"name":"@tanem/react-nprogress","version":"3.0.59","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.59","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"820b75aa1546eeeaa8c3bc4580e6ba47cca2dfc8","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.59.tgz","fileCount":24,"integrity":"sha512-Y2uULtEftCF+HDXTZvRUW9xwb0lvQAJeVg9kucSsq9k/56CM3dwQGfENGNNSb7Urg21MV27io6ylet5hMcSarA==","signatures":[{"sig":"MEYCIQCwP8C9nDjjH2Qjk82uljAIlwbxGS4uN0G9WH3RXJFXfwIhAMfINbgkES0R/dDPb1dHqiDkc8d426KoRJKxtdF/SrEi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":326183,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVp8bCRA9TVsSAnZWagAA4xIP/j1R8IEX1vYH+zVsSCq4\ng4+hVL6f40rqQPoGtjU+CGCbpCX6ca7aRiVeJAywfrSHLC9mk6x55lgE1r31\n0ns3iBfMWBbdW5cdY5gd698kdZIM004Sydf4Isc6MBIDJmyXtnAQQae5RxL9\n3mr5ugCzXiGPtUs7lkvO+Phd3Z80u/lLO4BkNytwxlt5jgiJoZVwQAwEiRr6\nDzecnJjx+Sg7JLd2UrccFpGSzBB7xBLKAzf+oi1IqWL3L7pN6cEYnvxp8y80\nr6XF1vQiT4550qlP4qGvP0pbP3xuqT5NSEc/FkUVqVPGLf9GKH3LmIWjzMit\n2WsWAbzAaIPGB7IteAgmwZXA8PoB2IUr/1nJ18IQhMY7Y870e7sogz4cyCHk\nYwsn+CMEw9vftm/EHEexv1WJJgNINKib6qPvlU+KpC1prRJrRZZlXi9DO7Eb\n8ybQITVn+DJyjN9i8cx7+CRLCKw38shJzc5QBGEBKUUgVlMNACT23LRtf9wJ\n1vAWAtlf3ZYKv+wYtf9JBPSFZ6bAENRXKkG4AjyMpMGFehVLwe0vfS1A74cF\nPouYA31mCwZBJGJeHxSO908ZZuM//GMlthJe9XzV0g/h7NQJ3h0N4/FyoC0b\nr8xBpo5zUUoDRTxe0TDnBkOaNpCfVSI6vts6SWdzSoIVyK28Hy/lFEu7/t6h\nHhng\r\n=zS7B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"d3c009bf74a3321631fc571f0940f83f11ca03b5","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.6.3","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"react-use":"^17.2.1","prop-types":"^15.7.2","@babel/runtime":"^7.13.10","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.1","cp-cli":"2.0.0","eslint":"7.22.0","rollup":"2.41.2","del-cli":"3.0.1","ts-jest":"26.5.4","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.1","babel-core":"6.26.3","typescript":"4.2.3","@babel/core":"7.13.10","@types/jest":"26.0.21","npm-run-all":"4.1.5","@types/react":"17.0.3","tanem-scripts":"6.0.11","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.2","@babel/preset-env":"7.13.10","@types/prop-types":"15.7.3","@babel/preset-react":"7.12.13","eslint-plugin-react":"7.22.0","react-test-renderer":"17.0.1","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.5","eslint-config-prettier":"8.1.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.13.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.18.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"5.1.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.13.10","@typescript-eslint/eslint-plugin":"4.18.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.13.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.59_1616289563017_0.88061223929161","host":"s3://npm-registry-packages"}},"3.0.60":{"name":"@tanem/react-nprogress","version":"3.0.60","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.60","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"8eefc814a731fbde4605695864319e9bb3824dd2","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.60.tgz","fileCount":24,"integrity":"sha512-TXtn+D9zKWqbbYct/VdC9fB9zG3IYe5/KH34IOVRjg1JPLyy9va7Cse7zBvNz0OVf2TzRtojkR9Gkd2QxqyFUw==","signatures":[{"sig":"MEUCIQD7npKkHS8xCdT/9qd8ZIYo7AVzv9W4wWyAILpdHK0bEgIgWT6NQ8bGs/xf+oegjwmhTSLJJHHiKdoQzLa+hWKVFkU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":327316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgX5BjCRA9TVsSAnZWagAAahYP/04VZt7RM/9vK7Ro7DzZ\nA+4xtC+bD3wEn+eL8JwjdYKMl7yvbqBiCN5EUXFhzk8GODIJJBeBqdc6/fQg\neaHV72b+3oc12vFZQa1wQ20aPCT6IJFYrwR6wegbz0cpxC3z9N7afUvBsroR\nkTtEkq7MKM0TOY8E6A0ZVo2Iw8lspcNucw9Pr4GiX1DsPuNQR6XKw6orISMa\nfclq30kWjJw+Nvp7wrB/o1A6eq8adsAxsWoL/c+WqVf7tLF/gCZsblQhhfAr\nOdcU1B5xQxCJpmP78vstNdkcOnbulgjxJOTx+BC1I8Q7vZNfw7JIvk8q0YBN\nuA2crrx+ruTFbbc0ldpPYRdb+LR10WM9Shvil7a7ASwVlTt1+U5vvAaKmvGs\n26GH1PCLKu7sdhZDO4iDy7E4xco3NvFrfhLYjtz/NWY3iQlhduTynyj5REHf\nRf6d9qyvFqHE895e8hfxfCwcI94wBimIltO/sDLag/4iWpXaialIhvPNeKVk\ntb1XHAF2IlIIkMJiuLoS3K4l8BWhyD56M/vfev75K4zSV54m1Hq0VcyYYiTQ\ni4F7A49FPKIEOE9wGRtWTnooT6aVVTLptN3/H195suzq4L+l/Maqi6vrGvQG\nwZ5lh06hAtazyZ+MGrt8PSH7I1bV2pEb5ojUZWTzsPbFzOJd/afY0/Y3MvRa\nC4Vm\r\n=cEw5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"e98217920cac277cc930f5456ed85b5860880981","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.7.5","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"react-use":"^17.2.1","prop-types":"^15.7.2","@babel/runtime":"^7.13.10","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.2","cp-cli":"2.0.0","eslint":"7.22.0","rollup":"2.41.2","del-cli":"3.0.1","ts-jest":"26.5.4","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.2.3","@babel/core":"7.13.10","@types/jest":"26.0.21","npm-run-all":"4.1.5","@types/react":"17.0.3","tanem-scripts":"6.0.12","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.3","@babel/preset-env":"7.13.12","@types/prop-types":"15.7.3","@babel/preset-react":"7.12.13","eslint-plugin-react":"7.23.1","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.5","eslint-config-prettier":"8.1.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.13.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.19.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"5.1.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.13.10","@typescript-eslint/eslint-plugin":"4.19.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.13.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.60_1616875618923_0.7839836732180347","host":"s3://npm-registry-packages"}},"3.0.61":{"name":"@tanem/react-nprogress","version":"3.0.61","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.61","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"48d92e57caca18daaa9157efa195345bf427255d","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.61.tgz","fileCount":24,"integrity":"sha512-j9dUDY9ogO4rwoASfI9Fy/zrw+qht/n6sAGeNv0jqgWnsgs1kUXGaUEKO6AX8hyTtKzjEyRoQ6ZoaDrUsAIh7w==","signatures":[{"sig":"MEYCIQDxUt2N/TTzbmaRwH4O/3yQHi7nNklorSAMgI2/Py+6fQIhAKFYwwqn49M0Bn+mc3ad2Snb3609KOUBr35ATYO3nsEG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":330883,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgaf7ZCRA9TVsSAnZWagAAIzwP/Aw5F7Ko8LIkTu8imYN7\nzYwJ1AumekntQNzjsrL3tyhDXRou10w7IL1mDpMS4zgWV4tRYRAwMJJ55LGy\njZnDE0YOVRHa42Dij6ZIZmJjSf2GUl9bA750ZD2Af/d714gWSjfzWG+mrnKS\nNYb8FjyAenHsH9io2O/VwNKue5kKEZ/jbpVsTy8XDkEUFKSHfMVL+Gze1r2J\n9Cnbg+nE9V1uLBmqow0RWBKetDqejMJ30W3kv+yXPnIM6D99lj1jqEr2ZZKP\nD4AcyW6i5lBEKhGnch9X7kvFEsbbSfclr5vstEN06lx8AuxCyn0IJ3ArzBOp\nIVoJjHFwPLY4b6B86tYkHozI/u+a2eIfbb3K6mWMzPP991i4Q0eCQtVsj+Sl\nuSy9hS1D15gMIi0b0KXEesaJ9dnF/1JRaKYVbeTDg6KaLzV/NXFtsXNHCaLI\npZi+C+Xr0EgpL2Pa+Umd9igRALlW92hSd8ctxpSEKrkrjFyUvBqABcPmYq9B\n3lRe8x6UDu0I1epMnZ0je6teQSM/HsPSx5F0qnJf+IpiV69W2Ge8aR/7yk+B\n0h03bBl4Gvh2kUU4X2rGwROfI+CgevVSqIhnvSHeHjZsmim5Pqg/jeNNC8Xf\nhEl4DeLQEVUEbZq9xVh2SReoDfrRDCOQ1Qxpg0IspaqBqXtcqUHPh3vRJ4DM\nFnhc\r\n=3FO7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"2b68ab20d221a180ee5e07578bf30d5606fe9c72","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"del dist","postbundle":"del compiled && cp-cli ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"del compiled","clean:coverage":"del coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.8.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"react-use":"^17.2.1","prop-types":"^15.7.2","@babel/runtime":"^7.13.10","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.6.3","react":"17.0.2","cp-cli":"2.0.0","eslint":"7.23.0","rollup":"2.44.0","del-cli":"3.0.1","ts-jest":"26.5.4","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.2.3","@babel/core":"7.13.14","@types/jest":"26.0.22","npm-run-all":"4.1.5","@types/react":"17.0.3","tanem-scripts":"6.0.13","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.3","@babel/preset-env":"7.13.12","@types/prop-types":"15.7.3","@babel/preset-react":"7.13.13","eslint-plugin-react":"7.23.1","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.6","eslint-config-prettier":"8.1.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.13.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.20.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"5.1.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.13.10","@typescript-eslint/eslint-plugin":"4.20.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.13.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.61_1617559256673_0.4562249488757435","host":"s3://npm-registry-packages"}},"3.0.62":{"name":"@tanem/react-nprogress","version":"3.0.62","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.62","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"07f447d9d4c5915804aa1f30a71d53967f67b8a0","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.62.tgz","fileCount":24,"integrity":"sha512-8Smqc3+sUlTdSu0gMKJX8T7+ahsJvma/tbka+ZS16cgRgd4x/0usEgmAYIQ6M72D8cqKM7jKheOGGXJkM4GVkA==","signatures":[{"sig":"MEQCIAwQj0Wj8bNpkeua5Xwk1FdOuMMQVCPfQC7GH5/ckuU0AiBZz9pE+ri1VD3zBkcshgKyoX4xXw36/7yxmTjQwvtDfQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":331810,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgc0FmCRA9TVsSAnZWagAADhgP/3po/oAkxyvPoTrBWnzA\nCiTEjjtKaDpRsiHh7hsYBqo1braWe9wYvkNTS412iZraD9L0+p/LVYXaFJ3f\nhJvaIMGO0W5w3vPl/PQRjGQHMUInHsItuyudY10+TLagpsq6ql6AAcMsBR9+\nMvDznbNW4RhW+YH9QBVJYad+NKAVf/0b2t7IeVgytt8jRGo41WW5Zhf60sZm\nfL6ArPYs7gAZFeVXf/c/OLmjfere/D+loo9J+O/BT05aKCYpIg+CxXj7IQYC\nV7ll9DnDYNAAjRLqORIY754kd1TRe0n7hhO14iM81BAz3d3h3xX1jljFmVE+\nsf27cOu2ifbhlmEpy5Ql4xlJCQyDFC3z7AYxuYnRqIVlKvi3iokH9SEUrCuf\nUQYv+G/dmlOnzCBpqUCHGQgJA+xOk1AR25k3DNYJ4HYcY6spJjDv47PAGi8t\n3IfvZt6VyCNgt2Wdve1n69L+qCHBAS2eBYjrH12RuWjiLry2qzC86YWgHYe0\nvacxegX751J3Nh/I27pGBV7089lkTaPvi4CSLYLaAYNoFgPVLn5nhihG+3K7\nuG+128gZygcPT8Sq84dcE6rast2y2ff+ULn30iG22T8RHbzFQrO2AHJKtnn1\npHN8ZmoNc02KHBeGAQqZjT85BTqo1ESYLoCJTqPhe58S5gagWJaJ3c/8Bst1\nKZ6K\r\n=tOLJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"4be1e043c373cb7c3abd971c6e38516248e5dc06","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"react-use":"^17.2.3","prop-types":"^15.7.2","@babel/runtime":"^7.13.10","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"26.6.3","react":"17.0.2","eslint":"7.23.0","rollup":"2.44.0","ts-jest":"26.5.4","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.2.4","@babel/core":"7.13.14","@types/jest":"26.0.22","npm-run-all":"4.1.5","@types/react":"17.0.3","tanem-scripts":"6.0.14","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.3","@babel/preset-env":"7.13.12","@types/prop-types":"15.7.3","@babel/preset-react":"7.13.13","eslint-plugin-react":"7.23.1","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.6","eslint-config-prettier":"8.1.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.13.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.21.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"5.1.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.13.10","@typescript-eslint/eslint-plugin":"4.21.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.13.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.62_1618166118010_0.7542415617654981","host":"s3://npm-registry-packages"}},"3.0.63":{"name":"@tanem/react-nprogress","version":"3.0.63","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.63","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"6e564b28766fcb0ef004d5c651443479a6d01816","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.63.tgz","fileCount":24,"integrity":"sha512-a5zgr875dO+n83dZ1E4yXcIciEdk3yQAbLnFJJKwAObHYVRfCNzuqwIO0xDww23SgayP14qOta1IkqoRycmrMA==","signatures":[{"sig":"MEQCIBAULweABi71jHnc9LDLu3GAC3+86n6YVNmiReaQeco4AiBmvP+cqt0pWCugyFfi8On9z4Nc3MEY3fcpm/auSUGA/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":332930,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJge1qZCRA9TVsSAnZWagAA7ZsP/Rp+Ii+f7F67uktgKZUF\ns9r4VXPtR0KWWvW/aqoH8lv1ZgmE0aqlsTf3q9RIMipGVxkaEdhF2a/Z0u1e\nTje9W3BJtYlD8bV/OdmZ/lYE2yV8HX0FGPqHzfgEjAl1gQg9COdwXjdUhieW\nCS48JmirR4rZyrqBVWLDOZDayv0SB+ruU9yEo3fnpiZaesDzLru9xxj0gF7P\nqtqsU7EJDddVIwpaFmTIrDo/84OGbmA10PKeErBKJD6WXLg0ukaPYvCBH1fR\nj4gA9zJ6mY2n0lHbmde1U4uc148bLJh/N9qJzzgwl8MKt3qrXNnRo1q2Qbp/\nDO935/9N8NjmWQHQwfdOizG7/R+94IUJkhAFZ/4FB055CJCrEirPQR1UKBvo\nUAMGeB7CIOzdfcf2uohsIvKp7AT7P7b0TEypGjgLOP/d1pFTU7KPn8MTdzjB\n7lIQDEoaDEEMx6p7xIa9RIXR97LzQP8FO1imaMIL0KBaZvyo8Zhrqa7tBMTN\n9fM71qUdOHn11dGqyLaiN+GvzycJLxof8esbEU7G1whMwN005fLaLtz6L35i\n2XBuoS5TyqrT5s9jDD389/XeGH5wj/v7VUCzLhVzLPPyr+Dh4aAaU8/loJ+P\nhC9ZVhF35QRMSU7PokaB+mWOWUvpF76DiMa6Q7Dsbj6qVfkB6MKbeoIoPUR8\nMZcF\r\n=iyj3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"91926ade3889d32d19919fff48b1304c29d9c650","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.10.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"react-use":"^17.2.3","prop-types":"^15.7.2","@babel/runtime":"^7.13.10","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"26.6.3","react":"17.0.2","eslint":"7.24.0","rollup":"2.45.2","ts-jest":"26.5.4","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.2.4","@babel/core":"7.13.15","@types/jest":"26.0.22","npm-run-all":"4.1.5","@types/react":"17.0.3","tanem-scripts":"6.0.14","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.3","@babel/preset-env":"7.13.15","@types/prop-types":"15.7.3","@babel/preset-react":"7.13.13","eslint-plugin-react":"7.23.2","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.6","eslint-config-prettier":"8.2.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.13.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.22.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"5.1.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.13.15","@typescript-eslint/eslint-plugin":"4.22.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.13.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.63_1618696857284_0.05618125284889919","host":"s3://npm-registry-packages"}},"3.0.64":{"name":"@tanem/react-nprogress","version":"3.0.64","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.64","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"d6a5928de99db22cb5c0f53563736256ce9fc48d","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.64.tgz","fileCount":24,"integrity":"sha512-rhCP7zTRi49c/AhP5NttLy7BQfNuMd2y5ybHN6X3EFP3OIa6Ig9+MbiwB3VWlwj2yX2Aa6DTh6n4mNG/pDQM6g==","signatures":[{"sig":"MEUCIQCpJzEJ+LGfbd5LOKN3mEO4H6QpGmzmk+i1rD74Gi0tPwIgSRw5zbYGb687URb6yeCkm9HaR+B+oun0uFYc5UeNKsM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":333583,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggb92CRA9TVsSAnZWagAAv3YP/inPEs5Qgv5S/ewWsX50\n5eFKBLVIzQZuqiPsfFZigEZti3I0llIxGEmjbiOgu0sKQPLeFx8bi/YpxW4S\ne/JOYEhH3OJYvLum3u09OrdJsRQZqSxlzvJAyU42M1kNBauLEcZtpmtpkHIF\nhiL/SNjwIGn1KYCcdPBPBztvJfthHtLxBfnySB/w57aJdiTegNB1ptQA+2Z5\nJmfhVJF7LuPrXmQF1p6Uz593FqpMMjg5X6+gRQkoSo9B4U+gJ/1UOrjgs/R3\niACPCzegx0tZyCkdKIg7ZDL32NatcnDLwqaPQUxYoNc9q4TmKG9SkoOB/45n\nK/UPJ3SQOj1wR2siOGi7pNYMQ5CGWpJ65UKA+djGl2jAD1yoecoaExtlU2qC\nuiuZcL7aJ581DwLCg0r6v5uIG+QVOeZCRXS4zrtZABOQn415QJtRB9ko/Xxh\nXTtseFfUshRdVHZLebvZe1XCTGhdJUCaGv3S/HC98AETkDWEJRLhDsWDyrp/\n3c2Hc40PBS/uPF1LQ2m25JzFVZEJv+GdVl8dM0gdRLR0rqVI0raSw5n9eHet\nenkUwX7Q6x/THw4RgiMI93jGU8ZdvSB+udbmvHSSO4fB1KNIVclMOvJsFCUD\noTJgT0B4xW12DMe9tOgO3cVWDQ4+w12LdCp9kmKvWW2Ow/7cxSCkgYLuN4oA\nTOsg\r\n=Oo29\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"6459f5a100146bfa625387d544f237e4613d9c31","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.10.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"react-use":"^17.2.3","prop-types":"^15.7.2","@babel/runtime":"^7.13.10","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"26.6.3","react":"17.0.2","eslint":"7.24.0","rollup":"2.45.2","ts-jest":"26.5.5","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.2.4","@babel/core":"7.13.15","@types/jest":"26.0.22","npm-run-all":"4.1.5","@types/react":"17.0.3","tanem-scripts":"6.0.15","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.3","@babel/preset-env":"7.13.15","@types/prop-types":"15.7.3","@babel/preset-react":"7.13.13","eslint-plugin-react":"7.23.2","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.6","eslint-config-prettier":"8.2.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.13.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.22.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"5.1.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.13.15","@typescript-eslint/eslint-plugin":"4.22.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.13.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.64_1619115894096_0.05616526973826019","host":"s3://npm-registry-packages"}},"3.0.65":{"name":"@tanem/react-nprogress","version":"3.0.65","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.65","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"552e7fcd80091c7baddae4837cd9595120066014","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.65.tgz","fileCount":23,"integrity":"sha512-LnN9UkwytouOv8MLRdf2RAf2lsZfoAus9qzkd0iL5EOcvX53cM5057A7QeCgamx9A48DZbffZHZfeo+5CQ+nMw==","signatures":[{"sig":"MEQCIEFPQRJ2B35ucvrC9xcP+D2jUT1QnOBMWteHeIdqBFG6AiApF9StVoAe+BvB0SrhKAM2+XShBiXXrm89DRFHSM/jcg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglaj3CRA9TVsSAnZWagAA8gAP/0++eXZAMbWXtSymxP7W\ne5JW22hy6xJdnyOOGYUqqCQrz5f+yymvm76Jzfl2j/PGK1e6XNaCDC4cEw4+\nMeVvAasvFruSTMqZGGK7CLljKgdfWRDVAD4flL0oQagLL9ENMbb+8DsGOk3C\nh7oz0HYEWBHzgP7jcnq5b+LZXIyMlw+0AoxJNjcFY+GxsvOmHJK3W0zENlCi\neI5PVbBOH88shAb6NnnjQZkYIA5Ddikc6IJtle9w/h2U2dBa6KY+E/KL/iHN\nz7c+OxXa45CooHROXc7wWchg4Hm2PkrDnUv8o+K2Y3CPSyl27UBVqbFZS05r\noMJrY81nDXBEJxKJCjO6r6aB2XNPlyggMxWfuUK96yowUVqUTxP/4GWy46Mr\nc9XsW32cjq+kkeQZLlTQhRqr9bDPTD0aEWMrcsaX4NoEGl3MFp1BgDludTBx\nExxKr5dKldYKT8A99IeQCFxWBFxJplXt1dTCDHk6xWg1RwZjWesiJTUfyjZI\nhrHolzdcDE0IGgxec2qHDAd6w2dFUkF7tqZegKU/I65Cw4V4yunnbCHk9iK5\nlGCoBzJeVwF2OaM4YIOcqOghVrwuICvnKWcXAKz4DUS86NqZ3nw5GwqP0kzY\n7btbyQaZJbJi0twVmNOhh67FtQwjq0sWW4c8DJqPPyHj/wBbTj9RbotVI+px\nPzBR\r\n=oaJV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"f289f79ded14213417dc9ae653000e081ba15d82","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.12.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.14.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"26.6.3","react":"17.0.2","eslint":"7.25.0","rollup":"2.47.0","ts-jest":"26.5.5","mock-raf":"1.0.1","prettier":"2.2.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.2.4","@babel/core":"7.14.0","@types/jest":"26.0.23","npm-run-all":"4.1.5","@types/react":"17.0.4","tanem-scripts":"6.0.16","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.3","@babel/preset-env":"7.14.1","@types/prop-types":"15.7.3","@babel/preset-react":"7.13.13","eslint-plugin-react":"7.23.2","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.6","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.13.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.22.1","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"5.1.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.13.15","@typescript-eslint/eslint-plugin":"4.22.1","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.13.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.65_1620420855344_0.03014048878864406","host":"s3://npm-registry-packages"}},"3.0.66":{"name":"@tanem/react-nprogress","version":"3.0.66","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.66","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"d802e443df7e9ea35a0ce1caeb8bc9663ace2abf","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.66.tgz","fileCount":23,"integrity":"sha512-Ti7bED5qTa7WmwPsl5jEXTsrsFdgCOl55OTlqynRlPFYaBS6LM37soTRu7yBxFTN+hMgQCcw5WRVjmKiCOU51Q==","signatures":[{"sig":"MEUCIH7TRHwcBGhJV0CyWZWY7awJo8JvfLeQvz7I6MNgqz23AiEA1mYvEdwI7vbYyBqwaR7PsGAup5H+xKivezVNpf0rUgc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnufZCRA9TVsSAnZWagAAs1UP/2TvjFtFQqA1t5QRzQgI\nn0KCQuUIXZ31OrcwRuXq5VLOOuAgO8XWNWXT22PTBovToyJfBngaEY6Pn9po\njAwnATKuMf2yLca5RO7KMme1jP7He9BdilZOIrz9jVfZgx3dt6ADTguRownk\nOVuxa1/t9M8eq0dmQzRw0zxJpRhnPpNHgaLSJOrEcR6J/2a3pV8s9LDBPMBY\n60c+hr4HLhIgvt9huEPzxT/IgJ6IHEEdbLuYMqjfk1KqntqJsGLdxRPRwTJ0\nrWq7EurfW59y3EwMzQOrSHCyLkSCL4z6xffd9i3RPdFsrVG5ocQUBrTxln1/\nmQMHSHv51RiRBX+jNIIL8ArqCDF4YCOLen5k75hLkhdR3dRXrEGrdjzA266i\n1Sx9jLevA0/rtqSkBsoM9h1+pqq5VwD7u5KpkH1nusQoUkfWgi0s2LZkzhzR\nRhPXRM30XKofNH8TB9+RGw+0dxGUlN3MQmzhhfFK4keWuF5Tv1vynsn6AzVA\nFfOQztcgpEojLzgubqcCS8xqa48fXwq8jHvjr5iXaA0NxL9O7+pevw2YLU7x\nHblXtccwjU+I8TiqVcNW6H50bt+KJ1lwwZKvd11pbeaEj/pUOB9FnTxMcZZD\nWQ7PhvUNYQFD7Oge6ZnE+fT+lMDZg9CsjVFHofT4htqW7zfqBLU7DtzB+7XK\nu6Ix\r\n=QD6B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"0815959e8a50dc283c5462af513e5590007a1ac8","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.13.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.14.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"26.6.3","react":"17.0.2","eslint":"7.26.0","rollup":"2.47.0","ts-jest":"26.5.6","mock-raf":"1.0.1","prettier":"2.3.0","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.2.4","@babel/core":"7.14.0","@types/jest":"26.0.23","npm-run-all":"4.1.5","@types/react":"17.0.5","tanem-scripts":"6.0.16","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.3","@babel/preset-env":"7.14.1","@types/prop-types":"15.7.3","@babel/preset-react":"7.13.13","eslint-plugin-react":"7.23.2","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.6","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.13.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.23.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"5.1.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.13.15","@typescript-eslint/eslint-plugin":"4.23.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.13.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.66_1621026777252_0.7447696315357031","host":"s3://npm-registry-packages"}},"3.0.67":{"name":"@tanem/react-nprogress","version":"3.0.67","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.67","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"851e0c623f3e4b9d5f0da0378f3ad82981c5c6f7","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.67.tgz","fileCount":23,"integrity":"sha512-LcioEast0CF05Nq6xhuYdbmUyd+OBMFnjTe5/1eeRvtFmbc5+clHAOyZxURqokUY+m5fpVGbrH6fsYya44vJgQ==","signatures":[{"sig":"MEUCIQDWtwEiFv1uQMfKknRt7xyH0mUrLMqnc1IA+8fCz3SJVwIgTinvgEnrGMJpXXnBesbFz9cVxEitgIlAUZMBuKD6DS4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgqVsRCRA9TVsSAnZWagAAInkP/0RoXy7tdJuzqULpAJYC\nhk+nqvOVDuhTN32IlX8jQyV4w7+Oh5EdCd1mfqSxoNc5t/3Jvbvbth1cccaz\nXNueVMyseJ+0EcMT907IXsSMhVUHmldaCVcQe7GSlMAmcDuaWrHOx26MvheS\nzmVyzebLiib3ESk+X5aTsJwXZkVqgzmPyuPOoon6u5ftHeCQ2XVwn4e/Nkqt\nE4nrlnqhQPpo2YnrhYfPeQI626LdCi15oEDli01q/BuXyD39QU9MicWcUYqw\n5qxpIRgxDOxYaw1tz03xoOXi04WX0rWm6igSHsu8pCcl3+f8Pt0BtIejiJGp\nCbaDgoJAV1ryu4LCG0jYR3ugooT/46wfeXXLOvGrOnae9sa8ylXA7FX8Qn86\nxz4FaTTVcwAok3JtPgriZV6MWexbWs7KMMBUJGsnV+kJn33B73Ss0Gn+YI2f\n8fsHTqcVExSN9+JYkCArCqqdOBfUYIq52OE2RREEe9w1ATW9NeJut1Bafq/E\njkPZotStUPcwMiTCOzaktnA71b3Sym2JjfiV+Kbiz4pqk0zREBrJfzDdFdfz\nGsU05I4pdnWhiO0eqM5pAOf2xRCQ5U9ENmR5wbWUK75JpcbLjU5CPw779lJe\nWUwgoeZ0dyXdYfXz6PNnU+ScwBwwGk9g7V2lsveNTE4OElDKmrsAZFHkOF7k\n/X0f\r\n=qBQ5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"cc656222bee207503e28cde608eb9fb9e3bbdb83","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.14.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.14.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"26.6.3","react":"17.0.2","eslint":"7.26.0","rollup":"2.48.0","ts-jest":"26.5.6","mock-raf":"1.0.1","prettier":"2.3.0","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.2.4","@babel/core":"7.14.3","@types/jest":"26.0.23","npm-run-all":"4.1.5","@types/react":"17.0.6","tanem-scripts":"6.0.17","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.5","@babel/preset-env":"7.14.2","@types/prop-types":"15.7.3","@babel/preset-react":"7.13.13","eslint-plugin-react":"7.23.2","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.7","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.13.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.24.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"6.0.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.14.3","@typescript-eslint/eslint-plugin":"4.24.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.13.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.67_1621711633251_0.9422969566083033","host":"s3://npm-registry-packages"}},"3.0.68":{"name":"@tanem/react-nprogress","version":"3.0.68","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.68","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"b8c0408c42dd50cdfc32f431ace88de51ddadf38","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.68.tgz","fileCount":23,"integrity":"sha512-UXSZ14bD1PW9t4Jc6nU1NKb+Gmb1/4W+qftEaKlscYpts0YuvaFEJ4EPYS4LH7b0DYYsB4GlSFXMXZqaSl8JWQ==","signatures":[{"sig":"MEYCIQCvy3uBH2nfBKSFsYBm4+yUKK/jeGgJs8P8dRoLIjFGugIhANz2Ladbw17SxNRVmBxeXdpKXSC40JTWnRDA/O/mACrn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgv7k3CRA9TVsSAnZWagAAQmsP/2+14FBE0I9c/X5yX2VA\nPIeQnLMC/i22mylg5Uc+udeOkLvdI0u/EXdh7YtXRtmZ1MxPT4JKJ/eo8hEq\nh8tCEAm1IV4212q/56gYPO1qPvH+gXtgrv5UouhXmjSr37/mXVUC6AP0UF52\nFu2lSZFB+I27K4UcZphUnV8v8U7cAx6NQbWd38qDyh47UD6Q5Xb/jATq4sR4\ndOobeIujELR8n5HOAQY0Bv0SGOEWNHAXSV7q7MHmasYIFXjMpic7LtT0O0Wj\njr10N7WTL/8i2rnBIrW/1zIO4T/IDjvxPBBp1Ax3484GD3k8SspfOzYRQfl5\nvJWtrtbdkHZkP3aC7w4Ot/JzIAVdwEjUzRYl0Pjv3J0BhlXyv50t4egSFh+b\nrmbMaZRKPWMhTrDu6uRtM7Sb0QZMZNdMnoebFz5MEaNiG0+/SZ3TDrM17zE5\nHWARGAT7VhHKVLND9r7yb/bmk1zqyuN9IEq6CxzYrL0EDnG25v7uIViYzym+\n0QqlW2Igcl6y8vQ+iXI10Vv4/6kPqEXxft8PneVudY7Sj9dZ5i6gIL6Lv+c6\nLB4Y9UomwYDakL6T8AmE2fOSDAGsSzzAaq4z+KXfoU/TI810RqbePNjFcmX9\n00CstgX0Z0aaMQ1/bE4EYyvvMacQ2Au3PYNu0t5vq5xzOnTkND7baQZGnOwt\n7IqR\r\n=GdnR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"709bafc0286f67f0f3bc632945d58beab4d32ddc","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.15.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.14.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.0.4","react":"17.0.2","eslint":"7.28.0","rollup":"2.50.6","ts-jest":"27.0.3","mock-raf":"1.0.1","prettier":"2.3.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.2","@babel/core":"7.14.3","@types/jest":"26.0.23","npm-run-all":"4.1.5","@types/react":"17.0.9","tanem-scripts":"6.0.18","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.6","@babel/preset-env":"7.14.4","@types/prop-types":"15.7.3","@babel/preset-react":"7.13.13","eslint-plugin-react":"7.24.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.7","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.13.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.26.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.14.3","@typescript-eslint/eslint-plugin":"4.26.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.13.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.68_1623177526887_0.5885856035732246","host":"s3://npm-registry-packages"}},"3.0.69":{"name":"@tanem/react-nprogress","version":"3.0.69","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.69","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"01933e42b72d6e51d4f19b93896fb954cf262e01","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.69.tgz","fileCount":23,"integrity":"sha512-xSQ5s9k6Nj13RZFI9YKWIDAw7TcOCURhMS3OBMBicSrJzHhcb0WLfkpMay1BZtyu9fYeqXkdYtY2YKhwc9U8xw==","signatures":[{"sig":"MEQCIGCIi98vUWUq1jP4RWlW4YejEegroI5v8Bv3LGsLTAhnAiBjP9BJ+qlcrXTr24O9ZT2FySAVrd0YdZlqIfLGUHv30w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgxbkXCRA9TVsSAnZWagAAXs4P/i7isCfbYjoH3rxQHFKw\nf1hDovaZnQ37sKDyuuP2avA+gDovxfXGPxta3z6K+Zy1pWO/cMrnLMVWQyuE\nkbN1QGojILnv3LLCvdFC2fluFV/aIxJt3lenYqk7a7nmrEguizJwqOmSw+Gj\n/1SfRHlYWPgRHrxxHSG/TGGrJjXIMQVVCPCwaE6HMgRyI/6T6ZiVTRpcUsaB\n3OG2j/M6ayCOH6jESFa5gYFOn6hAH9PqrLHLGtIOhqnlqHQ7oaDswE06GlLB\nHCiYznhJ9qG7v7j8cLf2WFEKrVtYOLyGBQRYHV6ku8AixSXM6KpLhv8L+SC3\nM0iVYByIXyTFj07xQSkuhfBWTsjpm590t0Yy0xBAuD5MSxj4pbPWNsavQcnj\nDemNuwiQSA95WQ4dUakodQisPToYa1xXvvUYeI5Xnu8q4z6huVrnIVSTvgOJ\nlCbBL8J5dVzus5Owc/PeIyMPQraKYiHJ6/bkIcEmo7L6NGxPmK61ekkdueOY\njSprfUjD4R4Sh8rNM9ciDuHXgQI+p2N0Pjl3jdKFYxJLsP7wVm5cjxn8O9iR\n8AKPNKaxDE3xwKQtat9ykaV2uMsmbulMzwTC1Vun1KxXvEkK59vPcGrApm/I\niwKstdy0owrU72mtzgOlyJvAWlRSAn4P3aqunlCax3TaGOJAsR4qv4wjJmzk\nc7/h\r\n=yoI2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"2aebe9990d932d1080fd327ed21ddf7aaabed1ad","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.17.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.14.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.0.4","react":"17.0.2","eslint":"7.28.0","rollup":"2.50.6","ts-jest":"27.0.3","mock-raf":"1.0.1","prettier":"2.3.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.2","@babel/core":"7.14.5","@types/jest":"26.0.23","npm-run-all":"4.1.5","@types/react":"17.0.11","tanem-scripts":"6.0.18","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.7","@babel/preset-env":"7.14.5","@types/prop-types":"15.7.3","@babel/preset-react":"7.14.5","eslint-plugin-react":"7.24.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.7","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.14.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.26.1","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.14.5","@typescript-eslint/eslint-plugin":"4.26.1","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.14.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.69_1623570711558_0.2711493083091565","host":"s3://npm-registry-packages"}},"3.0.70":{"name":"@tanem/react-nprogress","version":"3.0.70","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.70","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e6a76862d0b08f5adb28ddab714b4ac1c1b4f13c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.70.tgz","fileCount":23,"integrity":"sha512-z20/eNHuHpbQP7XH5qz9qGITQYONxn9gTBdwwTsWeZGuK211VWFwt7xYn7I0U0MtjpppcnTvCnNICMec76QhNA==","signatures":[{"sig":"MEYCIQC5xAgyX4s4RaOi7iKf89kkfgpfq5alNlOiD8r15CvPyQIhAJ6E8UjdgMZ7gpzNDrpaSu1YKwqNmMfQH7T5LZeYRp+7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgzOqwCRA9TVsSAnZWagAALgwP/iip7ZkjtsWVkLxoXtOW\nbOljXID8ns5gSJkQUeaj+BAc8jilb+MuPvJL0900vDv7IaP5cdAVZ1e2o40v\n7r1z6luT5zqFlyxmiFcSjDIT0a/v52Tr0B5/ZptFgKI+Dy7TvhPddyhmPJcI\n66w1fp21AkWaj/sX7pHMGKvAwmVkdTCpqmSa52VCdHf2LExJ2/km7yQnYQuy\n8etzkjKZz5Isb6tU/PVavXcmV04lYtZtdGMXotJvTYsOPA8y7oTLLFTVJm9f\noywj3qxXC8irI+36eldDCP5FJbjxdIu2g+xU+exl0uVHbnjazuIQ958DP7+0\nPaOjB2PZCsK+hpinMHhQAUCOfshEm13Jz+L+B0UzcDJsRW/A/WqgcXAy+fDm\nrtszO4bAhYm9afTj98xogeDcSt9nlICxPwi08+6hszlpicLwiuyYlOyLqN0R\nmz5p7TjRa95OGmxWczRr5e/8cEf5oYIgayGZUAH+j+XDk1C1KC5U2IqXFl8P\nnTjeld0P638JDbcj/DavsCvIs3/X0Ym+6dgN5v47I9rZ7JvZBXMFDy9F0J8d\nGb8beRqRWZRdu0HHNbt64ewiVMVFwTpQ2/mpYJvc9S43yQyyBOpfC4g7qMuL\nBXnoZDq1/l6ZLQievUF2XoA/UIYkDvoxkjofuwFapYhDbjNZEpq5kkr1AZz+\nvhg+\r\n=FEXL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"9c41ee3d96dac5f5f96ad74265b253eb7c145ad3","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.18.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.14.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.0.4","react":"17.0.2","eslint":"7.28.0","rollup":"2.51.2","ts-jest":"27.0.3","mock-raf":"1.0.1","prettier":"2.3.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.2","@babel/core":"7.14.6","@types/jest":"26.0.23","npm-run-all":"4.1.5","@types/react":"17.0.11","tanem-scripts":"6.0.19","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.7","@babel/preset-env":"7.14.5","@types/prop-types":"15.7.3","@babel/preset-react":"7.14.5","eslint-plugin-react":"7.24.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.7","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.14.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.27.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.14.5","@typescript-eslint/eslint-plugin":"4.27.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.14.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.70_1624042159581_0.741510787186674","host":"s3://npm-registry-packages"}},"3.0.71":{"name":"@tanem/react-nprogress","version":"3.0.71","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.71","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"3e5ee162bedbe7d1835056c7b646f6065707e7fb","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.71.tgz","fileCount":23,"integrity":"sha512-aRyT1QAj9Wtas8VTFkQIVrVtw0asfBWz9b1goNe5wwD/08RlbOrr/NyrKrZf3o3+9KOmXVZKQtyLIY2mG0rCUg==","signatures":[{"sig":"MEYCIQD2WE3LSV5dS3dqS+g2PtAqcFSWc0LGA5kGuDpVLWsC9AIhAN2hj3vNV5ocHAf+IEZnvav5Bq457wHpaYOfECZP4ZYi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg1jYgCRA9TVsSAnZWagAAvoYQAIHtObkal0J9Eug5ZjRJ\nEXs19gkFTSYMZpL6NmMFL6IC67wTo6zygWf5nlyhQc2V7HwNx0tQPNNK6KWC\nJcoQjqLMmQdWhsNcOL4p+lBOVmCPf/Xsn7YsDwsT7DQsVdpV9v7fPzobKQTj\nh3NWgRvAtxBD/4LV2gGkQd9XE+SI7iFVpRzrOHKGgdBr2Po0naH7EE2XmQOk\nPe7Y15Ay1gfyCa4AqTm+ufRli1oGk/4AzFIeLpVIVs58COYIa6fFJAOM+emE\nbgTdAHeDgToLEcvWae74ugxObcOqInk4KsU93hmnlQDKif41ELzr+SMc3pyl\nY/lA0HAWNMLqex5D+MpXGLrdqkGXdyh7EVVrk9BmXP6IypKTwLo4U5/+FCDf\ngBVxXJ9f8ik33YiwKgcwx9rZPSHlDmiUNHiMCAYhXqIiS/EjcX3pDeBosz7P\nEod/PZOdPuRAA/vP+jSxror6SHCre5baO8npRUu+bG4w29nPsGVfmFil5vyZ\ncABFgrTfPNLPjX93b1S52Vsz6l0b8yjb3GXRXgpCq4/S+an6q5Xc7LQgutBV\ndRr/ueVDI4ixwV44ogiLSt4xiT9ME2Aq9OXQlD+RBkIRYrLnY0tDQdPu2t4b\nRgCLw8alZ9ykLMReOq+uFYA6ji4coUXbvcRKfbMIn5n+CB7kOV/1KLTmywnt\nv5fS\r\n=8DBh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"ea9fb326d075d679f88480cb16d6febefeaba7de","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.19.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.14.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.0.5","react":"17.0.2","eslint":"7.29.0","rollup":"2.52.2","ts-jest":"27.0.3","mock-raf":"1.0.1","prettier":"2.3.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.4","@babel/core":"7.14.6","@types/jest":"26.0.23","npm-run-all":"4.1.5","@types/react":"17.0.11","tanem-scripts":"6.0.20","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.8","@babel/preset-env":"7.14.7","@types/prop-types":"15.7.3","@babel/preset-react":"7.14.5","eslint-plugin-react":"7.24.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"11.2.7","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.14.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.28.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.14.5","@typescript-eslint/eslint-plugin":"4.28.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.14.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.71_1624651296433_0.7034861774398646","host":"s3://npm-registry-packages"}},"3.0.72":{"name":"@tanem/react-nprogress","version":"3.0.72","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.72","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"5ecf07b8a7813afa10784a83185dd7bcab8ae60f","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.72.tgz","fileCount":23,"integrity":"sha512-+jcZEXJxTi2UkWmozI/hzECUoZHKuwGLDsZnxUQp0mYTqou8ISZsgE5+q8ZSbj5kV4Wg+N++Ve7mLXGeQyv6ag==","signatures":[{"sig":"MEUCIQDdH0LCEdg8v2wwj1NsqavRv8/mZN/3AIDojjmFTpeSQgIgewB7rpZ6qw9GnrLgBlNvydMR3hHcgeRBoXZw7swBYYg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg4VQmCRA9TVsSAnZWagAAU/MP/A0+5QVxhwvR87qEZ5Qk\nyUhBbcXENALJF5wSjkU56Ugm5+riv7WLuMxjIqNXWKGCQhzLmHrBY1ASgT+R\nEDPWov8VaQuJhxWSuuzsF+VRCsDVt2pgoOM1Zn/QEI9JQDKzi4WCO7tMdD2n\nlGIUHGorGlHEvs3Jf9PlP8+FNuLMmkiUqLueKc7AGE+vq935Qsns/ek/AyCL\nGsr2A9yFuryDyFeW542fUO1E/1Yw3LnslAVxJcgEerekNp+XYO70D9ucI4Dh\nESvcpOYh1BAbxVWKu1J2Aino0nMT9kudVK+yPd6GkZuuvRS82zx+avIRJYzP\nUetRPe8/MaNWa71q+7I8at283UnuXU2TzqpcmmScg+m9P28ViHx90ouZdu+e\nopN29vJ2RJNgTXJW2UFac2u3nT4ShL7B7EwMzeHvyIHXKo2J/KsD++fLhUgO\nmvuv3kEJV+tJ7HF9WiFeImkFxY4D892aG3dYhCsj9gjwBClrCEHjsFaRBn3r\nB2npSoQSajB7MfCsMzIy7Vxd7QuI3URKWSkh6Tgw4nqEkmSDTMusR5rM1x6H\nAhCHtiKDkz24Nsf9YMH4dtFBM5eW/+0m4abJq3lnzoVt9GjCSH8oKGEY9jkl\nSwjda8+W7LmKxrdWVAIEcNq5wlCtP9AtFrTQENR7WUWq+GNe4npiyjF8wN7V\nDBya\r\n=78NY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"c77679a3092375d3821236eb42dac5673ecb3348","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.19.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.14.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.0.6","react":"17.0.2","eslint":"7.29.0","rollup":"2.52.3","ts-jest":"27.0.3","mock-raf":"1.0.1","prettier":"2.3.2","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.14.6","@types/jest":"26.0.23","npm-run-all":"4.1.5","@types/react":"17.0.11","tanem-scripts":"6.0.21","@types/mock-raf":"1.0.2","@types/react-dom":"17.0.8","@babel/preset-env":"7.14.7","@types/prop-types":"15.7.3","@babel/preset-react":"7.14.5","eslint-plugin-react":"7.24.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.0.0","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.14.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.28.1","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.14.5","@typescript-eslint/eslint-plugin":"4.28.1","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.14.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.72_1625379878083_0.9962220203141812","host":"s3://npm-registry-packages"}},"3.0.73":{"name":"@tanem/react-nprogress","version":"3.0.73","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.73","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"ddd7afc6190fb65c71cb83c30cd54661d4c76f2e","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.73.tgz","fileCount":23,"integrity":"sha512-youkEdv08kKEdPbez6Xy6OqI7diAzP31u+Slwfc3WC6rAoBY5/7XLEpUr7nNyBFygac3jZZIAWym40kRdAXqcw==","signatures":[{"sig":"MEYCIQCmUpja/dBbgjltqrfK+zgmV5gewkcymSXbM+EpKbGMHQIhAI3Eg3wGXgMXd7DBDtLIgpY2FRFn1N/QwJIfLFA7N9Ze","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7I0JCRA9TVsSAnZWagAATZQP/iE9F1yMMgWvW/zThpIy\nQLvZGoerCnZp1ayVBRkeXiBgWTG3NglSwbSWZa34DZfM+p0yqUFJNnygeIR/\nCmoyBJW1ecO69aKbI/xGjk4rpbyEgH27tYAzj5Xpln9fp/NdIOklKHAm5Fn/\nW/QLbEjkc7k9PZT+3DueJRQZWB6m4FLL8jgY3bZiTplmSCk/cTScivKd9dbl\nLpDl7pyI155h4Mn/rm3kAE7NvjiJQ7xMLdbfj6qLykGbYH1OENwBxrhfpcKy\nbpyaKYWTypDR4CzhtLWdF/ui+6X/+NaVicoLbyFFR3VGNIpueylKOg2Ir+wN\nf73HsCyhrnVgEGMODGO7XlTZcrCXkWK5Q3x8JWQNPD8Kg9kRCMS+GKBk3bSL\n43Fv3VeOXHvJQTxDj+IUWgWok3YmCJjzrdLZR5SAbjJeyDyXWFi+nrs0f3+I\noi1+wFX6bEL6w2hZsnwMIS0OH5b4qWSdVBQGeStINodY6oK4IXfErF1944Vi\n0t1muXvPkK2LdQcpd6kOiEKp1yqaYGfnv/qMppYGN/yrNerqUPEDrSv3ZpFL\nuDmkWaY2rNQs/V0y9J5Cbc8GKnswNiUTjH5xe4EJactOmLmSU8nQ8VzudY4s\nUJ30yw4ctA/CP6k0ZbWhaQYeBmLs+ommBLG+B0Vb8NIIZNG8A/T+19USBDG0\nUqLM\r\n=Kuds\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"44e8875587c3f7e74ce481fad9a0d34bfa8bab80","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.19.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.14.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.0.6","react":"17.0.2","eslint":"7.30.0","rollup":"2.52.7","ts-jest":"27.0.3","mock-raf":"1.0.1","prettier":"2.3.2","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.14.6","@types/jest":"26.0.24","npm-run-all":"4.1.5","@types/react":"17.0.14","tanem-scripts":"6.0.22","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.9","@babel/preset-env":"7.14.7","@types/prop-types":"15.7.4","@babel/preset-react":"7.14.5","eslint-plugin-react":"7.24.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.0.0","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.14.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.28.2","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.14.5","@typescript-eslint/eslint-plugin":"4.28.2","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.14.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.73_1626115336627_0.7374875480015608","host":"s3://npm-registry-packages"}},"3.0.74":{"name":"@tanem/react-nprogress","version":"3.0.74","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.74","maintainers":[{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"a25afaa14f3697d6418903ac72d7338804eb6e72","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.74.tgz","fileCount":23,"integrity":"sha512-+6r8zHexOSjeDed6uGLtksBiPfY4VsnEw8gx6Q15Rht0GWq200eu+z/SKg6fBzQsmv7GwhUxn/MLfzW4NxsLIg==","signatures":[{"sig":"MEUCIQCqaFPuHV+JmcKjoB8OwgK5pLZ1aI+8pIgPnlakX+uIGAIgFLe7pyRxLwKsN5P1THRUz9psAERVxQm6ZmJchQU0UmU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8d8xCRA9TVsSAnZWagAA/0MP/0/MK1FM7HXJMD8Jefsr\nNBsUhTsELCIwFyTSOVgrI2FQsHWAwDfAJ4c8dRie160M097TLo616UaNirif\nKyz5AP4eetX+xPlBjiPYdfWutnqAAmGIiIW0vZ3Tha/P8khwLlCm4EEmeZ1+\n1YkRhPztgwQXk3lDRP1Tze5L/tvFzj6ly0uEr2NWtBzGusdPQf6CKgNHSusz\nwRcrllfcR45XFLHN4/A99Ylfgx1RLH8hLPyUTrpK9IhXjuX9+NAxoyJCTsAt\nly7P4HuHZxdHdDDLP2qjeZahHDXWfA8Uji47bxvCNTlZgRe4YKTe49Rn8Flv\njjAejSgpDh1JqnkCGuHV3vUB6V0jXrvOPOH99aimi2VAAH6S0JkXJnd/JZ4+\nN9ZAWh7Qauo0vSz1k4SxprAJOfC4CktU4d+jqLfSK6CoFR/GHm7mXgRM+psc\nNrj3Q28518NeznvVyRiKX+mlD/Brrq/7loVxAWt7xhd5wG11pEGzTJBASEZT\n0djuzKUmHsRGyhLq7kp20K5h74doWWXndLxzYrKb6nTUIEzwNkSy4BN3c6k8\nuvpshtHkW6OhfkGS6Er7dlmaCATQP4n5QUzm6u+QEuB/GUKYfHOoJdD0ijn8\nORJUEi72qdNZorZww1f2+/pHqQv92o16I89yW8I1PY5cbB4AZxxC9YFJzOKe\n7UIK\r\n=+ijs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"744e884398f8c9fb2caf7d95531d1d7cdbf3b223","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"cloth.handcar.psaltery@gmail.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.20.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.14.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.0.6","react":"17.0.2","eslint":"7.30.0","rollup":"2.53.1","ts-jest":"27.0.3","mock-raf":"1.0.1","prettier":"2.3.2","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.14.6","@types/jest":"26.0.24","npm-run-all":"4.1.5","@types/react":"17.0.14","tanem-scripts":"6.0.23","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.9","@babel/preset-env":"7.14.7","@types/prop-types":"15.7.4","@babel/preset-react":"7.14.5","eslint-plugin-react":"7.24.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.0.0","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.14.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.28.3","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.14.5","@typescript-eslint/eslint-plugin":"4.28.3","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.14.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.74_1626464049546_0.6557609396876396","host":"s3://npm-registry-packages"}},"3.0.75":{"name":"@tanem/react-nprogress","version":"3.0.75","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.75","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"0616978f4573dfe0225c06489f1b54973c43b637","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.75.tgz","fileCount":23,"integrity":"sha512-D5t4DlFnlwEMNmCitfQTO/Jn4HbAC60vXVwP0E+IxWwh7YjjolvsXVintzXhThLD/YjswG+kyCBXI4MYwoChwg==","signatures":[{"sig":"MEUCIBVt3+bxayVep0+GLKj3aQ32caAda9d9GGfFq55on/1lAiEAouGO+YUHay/2MWxnSglvcOKNsR8u/vHjx8ahiTJRqvo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+yc1CRA9TVsSAnZWagAAK48P/04QAJYuPexvnus8QUjK\nbQMLM+1XPXjzlvi60zk74cxeaqiFZ1F+qDxHgjwDvG6WD4uJCZfNgv6UzmgN\niJRAVIhiNFAjiPk5shPg6mEJhorwT3Ob9HabiWSCU1YIMk61OEVl4Uts74t9\nF9eTCBYRcv7QzVCCYarb9I1bnzihbaxb8sMld1i5YoC8n4/j/q9DcmZsEQl7\n3S2Oto3NlJy8RqO4kHEK6OsXcWbUayrdAF5X4zNbZikJxXlmjr2glqf5fbAI\n3kkOA4ERv7iat4atKduOFSP3LNc/xal56AAE8SVV5Ham9O8aH6SeXzk9ReiV\n/dTOLl5ny9EHr8x8s++Jpp+VNiOzf7fLBlg8gNgZaMgmRf9RZ9A3xcOidoOG\njhIJAkh01oKKM1pqWrf4p8Cam2YtmvGuQLdy9LJ8k4skaZFyIhpli746Uujg\nQ8n8dTw/PKZ0Cf3zjIg8o4ICUFpbtU2HykVUuQCAo9ch5U9iBQWpoE0zAG7+\nLPru5LlekauuDMKpxdKqKwtmmjO27nUBSIpNP+oF+IDMrIQ9TR4j7VWkTdJH\nvOkrh9wVjUzcmeLFW4NWYdqcO2XTWI9kVMN87XKcLlQcSLD5rXuKa2yDnkFo\nospzVELf/g4SyOpuIJ9nsn0fGKJoqEF4F3No2omGlZtp7zamOPbZ6EqBgP+G\ne9j2\r\n=934f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"9f0baea725315d05002b6750f1c91c331ba4239e","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.20.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.14.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.0.6","react":"17.0.2","eslint":"7.31.0","rollup":"2.53.2","ts-jest":"27.0.3","mock-raf":"1.0.1","prettier":"2.3.2","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.14.6","@types/jest":"26.0.24","npm-run-all":"4.1.5","@types/react":"17.0.14","tanem-scripts":"6.0.24","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.9","@babel/preset-env":"7.14.7","@types/prop-types":"15.7.4","@babel/preset-react":"7.14.5","eslint-plugin-react":"7.24.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.7","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.0.0","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.14.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.28.4","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.14.5","@typescript-eslint/eslint-plugin":"4.28.4","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.14.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.75_1627072309354_0.45305298987034215","host":"s3://npm-registry-packages"}},"3.0.76":{"name":"@tanem/react-nprogress","version":"3.0.76","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.76","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"55b339071256b5fa4c2273d16cf429226141b58c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.76.tgz","fileCount":23,"integrity":"sha512-+EERW3F2wrIpdBpeRjEmyfJ161O1+Y8PvjISuLxzzJvP3ymTV1CYLFgaA1arBwhZrqFbfUIvM2Cib7z3RnVqDA==","signatures":[{"sig":"MEYCIQC+T1x6z3kixDF5/h+FwzUHpxGpDsBf9pVEkjIA14iVjgIhAIeTROmLOHUL3PVIoXB6+N15L8ZetvzWO0dlBZDeWaSO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhBhILCRA9TVsSAnZWagAAWqwP/1iBxrnzBK4jqNdwWor9\nHitfMX94Erd8PIrTYcQyYbYv1GhZlSdJLH8KYdWOL4XOL8DuNqCutip0QpGV\nKeTHREAx+sNT+a6P/CN7AYfS2upPd+YwzHNnXem5akGZQBvgXL1frtXRA/GN\nPrw70A7gc0LnGgeD+C5vSaC7dD4CWnTBKCDgs2rE7fzfBm6wXu7l9UcAycxd\nrFUODXA2JwO5XMXjVJMBN2tR5W+unxgk8X5EvJD9KsFQFmTcDyLlNryTWGSv\n82q37MoLgN85h+WQ2fJ5gP/WXq//uhenMGWOP+5pUzFI4swgwxvVagtxR62X\nIlF/j/guSbrg3/Q4RI2nN5P90pZSr+Jn5zMsSL/Idn4BaSb8CXjmiWEL0UZz\nE4Gq4z9Wc/G9n4Io5Ktt/foz75hGSdTBel+BJxOmX5B/VkXdty8r0h1oOaKk\nEapvAbhpZEgkOqQDHpUvST3wIYzdTnYtv5UFkw5wPHlNNB2LmFaXvBHYlg5n\nEOaHbtbUoPE1b2gPrCAsrPL5gys40uRl3VBSG+3T6MTZQNW643beE/2dXL84\nsZRSwtUB/0LXk4hXWtwnial4AQz1Bt5ZfM0qFh6NZpIWAcxb3LBfdPTGN8Ap\nB0MaAXrnCbchAa+RW6iOeQaSxso/cyBAKC5LOpufXJ6eI2h53FB+NNj3NNux\nKHcd\r\n=Q/NW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"28e0f330c3415ff7d277bbb864ae55c52e3cee8d","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.20.3","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.14.8","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.0.6","react":"17.0.2","eslint":"7.31.0","rollup":"2.53.3","ts-jest":"27.0.4","mock-raf":"1.0.1","prettier":"2.3.2","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.14.8","@types/jest":"26.0.24","npm-run-all":"4.1.5","@types/react":"17.0.15","tanem-scripts":"6.0.26","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.9","@babel/preset-env":"7.14.8","@types/prop-types":"15.7.4","@babel/preset-react":"7.14.5","eslint-plugin-react":"7.24.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.0.0","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.14.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.28.5","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.14.5","@typescript-eslint/eslint-plugin":"4.28.5","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.14.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.76_1627787787704_0.266630959026243","host":"s3://npm-registry-packages"}},"3.0.77":{"name":"@tanem/react-nprogress","version":"3.0.77","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.77","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"4192b0ace3a8c4c8dadb588a5f92d90784035c0a","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.77.tgz","fileCount":23,"integrity":"sha512-nnzEq1t0MexfY3XqDs4zaGPnbLPGJqpButc1CPPOEMFGnvy4+J6qFVf0DfG8+kQ42uYeB6ZotGTkgjNPlo3V7g==","signatures":[{"sig":"MEYCIQChadVI+DauigzfNEGjdJ4fftnLTGUS82wLDP+U7jPCTQIhAJIJ/aei7GMbkAh8sIBVzxZjhuQydzckXQFGWPR/gOUF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":185023,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEW8gCRA9TVsSAnZWagAALAwQAIanbuSKA6QaJI599thj\nNxkpPcR2kVBRSq9N+6/JSXpfQi4Lej1zCMqj9IImBGIIpTnDIbslKoWHHRHG\n2rI86AeVsVYr7UjsK1/6C6Ip78XCF+N454LDOVqPoNqG37Mq/vun01r9/KhW\numcEtpfP6FY6YFLPgti5LgiuRYaLObbnnSuO2TmP5E3izyPQiDdg+SJAjf2I\nZnsftle1SjmQjJbyp21E94ZArctqmShokKIxvwxpQaxb+IoyutpVEt4+n6T6\n5OyvJ8uxmjNZnNF5HPNjzXo41YBLWK6+ZEFB3bPKXtblHOsffo0FRXdcazZl\n7uB8MTUblsWflXS4XOh7V6Ruub3hiLkT44u3HwVIxQglGLdHIExKBeYZHzyA\ndtuWNRuueGppdGyG14tTK/lJQbzjZH90c9f2F5R+7HQrGgMyo37wFTKHLm51\nrPDTzOE/1GPfFnW8bYHJecca7LUp4PcRx9NTVZpgL4NT+YFqQt1CwTgGuwA4\nRogfVV4oAv4rU2zpHnoudpPoVZBSKg5ByRVPfhZY2ANem911MUMVd1NwOr5U\nkcz7XQ3OlnHVZegaTraG0sO9pGDd2j+R8sHN2OFIPgB/cDf3aqIwpLVr1Pyl\nU4BMGUe0d7F47ItcWhtI4z9V3CwiA04/4wUAbONtUdchu85FmoBU1VD4FCsg\nM3Jr\r\n=6uoj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"fba6e45efd450e12e998682a4ca4ff40438aa404","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.20.5","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.14.8","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.0.6","react":"17.0.2","eslint":"7.32.0","rollup":"2.56.0","ts-jest":"27.0.4","mock-raf":"1.0.1","prettier":"2.3.2","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.15.0","@types/jest":"26.0.24","npm-run-all":"4.1.5","@types/react":"17.0.16","tanem-scripts":"6.0.27","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.9","@babel/preset-env":"7.15.0","@types/prop-types":"15.7.4","@babel/preset-react":"7.14.5","eslint-plugin-react":"7.24.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.0.0","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.15.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.29.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.15.0","@typescript-eslint/eslint-plugin":"4.29.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.14.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.77_1628532512161_0.8393766831617384","host":"s3://npm-registry-packages"}},"3.0.78":{"name":"@tanem/react-nprogress","version":"3.0.78","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.78","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"b7ce543c87d942ea234fc993208118cbc80933c9","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.78.tgz","fileCount":23,"integrity":"sha512-FxCzL7yULkzqpWoHD8IjfgZeSQRoyrT15loqzE59ghXIXICvvLVYH34LmWNEN1NkIN+/oEIFbrTnZApD/atxBQ==","signatures":[{"sig":"MEYCIQCjIcGfa8vhLTyaML4vaukKbeERQgmvpBz0zQVcD1kQZgIhALe2BvUY9E14H3yCx82zrsAXRnF8MAxlMpp32F27it0S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":185022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHpT0CRA9TVsSAnZWagAAZdAP/2lIZgXK+RIjtMGrZWgR\n5wewrj2ZpFM3JefrQLSeq2GNxUUwEYFO+cBLsZUPwA96e2rdcv3QQzxycy1m\nXoD9OhgOflK6N+XKBc9kEcZCckC8zekFtJRgHWSnAc6Ha7vJBwEgW9z9HYHR\nJpL+f46pCpjpFl89K+hxaRqDzxG8cKldQXHthTML0uG18NTlemPP/ND/QHlW\ncONGiq8Aj5QXPmvPIYI1P4/ETdddYY3RDbaOaWydK3xh3pwWJ+mmWAYWxzS6\n1vNABRJ0ltLSoQz9CwqietrWf5Typ9sFmitoWeM/Mq2QXdtzIbpRI6WZQsNw\nMp91pHKX4Oj/gT0LYKgIDmypmhAcgpHFEMK1FZt/JeAh9q9TO7XBzy0PUnju\n+vOPQdFpyqOIkqqLUvwV+pdZ5S1bGDYecYcOo1MPPzRhxZvKrLrT3le5EQn/\nfQ97n0wYOXHm9o6Ivu8BnmPjZY4q5tkIc5ndexFuAB4JdPpgnkEsxvxmXx+P\nS8v68+3ONepeFggy0Ua/D9OeCmSszRU6+NArEf9jCpPOYOy5WP7OAksMsQbJ\nJ2VlBiZxoLG5RqJ1RwKgbUTW2cNF44AmUkvCE5KE7H0eO5QTsroVtXEc/YJ3\ngn8ttI0f15kena4D08FAes4jyN7lrw6q7PPp5N9ByQVyjbPzVMbg1PzhFExb\nYrod\r\n=SaB0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"d8fbe32846ab95844ad0c56a24b6a8f34edefe89","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.20.6","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.15.3","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.0.6","react":"17.0.2","eslint":"7.32.0","rollup":"2.56.2","ts-jest":"27.0.5","mock-raf":"1.0.1","prettier":"2.3.2","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.15.0","@types/jest":"27.0.1","npm-run-all":"4.1.5","@types/react":"17.0.18","tanem-scripts":"6.0.28","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.9","@babel/preset-env":"7.15.0","@types/prop-types":"15.7.4","@babel/preset-react":"7.14.5","eslint-plugin-react":"7.24.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.0.0","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.15.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.29.1","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.15.0","@typescript-eslint/eslint-plugin":"4.29.1","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.14.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.78_1629394164751_0.5853717564149705","host":"s3://npm-registry-packages"}},"3.0.79":{"name":"@tanem/react-nprogress","version":"3.0.79","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.79","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"6b9b90fbe574d171a5c885262110e250e53ece33","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.79.tgz","fileCount":23,"integrity":"sha512-xIwebE5GmqLSVRHalnOeCpsXRwlrXHbodaCp97LHbYESCBsLDumkGdRU8cmnHFnNK8IaJ2T0EBJXmbSAWLuh8Q==","signatures":[{"sig":"MEUCIGh3mt0ItFMI4WUSjMtfcSwb+hkt/egZ84pvrFszaIqNAiEArSC21KJs1WIkAKlmKxzPeMumTL+9ly7C57g/5Hh5rKY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":185022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKwitCRA9TVsSAnZWagAAG5UQAKMGoPWNeZf6vhO4kFQM\nMyTD8igRiYv3q9MCYbLbbz5u3G7XG/x0+mT0aoZsksXTNB7kLBPXPn2DpbuB\nybCcjpGy6o2+9tcqFRIqFRpu6LvEqQI0NrEiL2XpSnZpGiJ3H5mgFk0PCker\nmNdGZW1GPtKjLm+Soya8kkWHxzXqHTnx3ct/vUiOkKaYQq8BHzB9tNQqkorl\ngnBzudTj4JN+uO7baCUrfcSqBZJbSS5AWwS/D1lL9U1pbgf37vMFBsq9dPPu\nfGjIkl5MDfzrX6bPtSNldAkD9f+pnis+ceti0GjlEnj5tAtGUFjop8HjJWP4\n2KjPQiqBWNDfSIumheWSNuuT+gNnVpFWPootf9S/khcIxXlByblWCtAj0HOp\n4AkOARmQ4mvMuDQnb0FmU8Nea8SVkOYTON6FsX8QGIeYjF5bsdq2I60NX23B\ng+qoMDdjiCm8yQwMa6J9W+/V0umL5EjNP8A05MQdYIiXMnI/zFf1Hk5VZRes\n3UyNMEG+y//vGt07wzogB5MZJCBu2n8KpZWcsrMK4B+PvBW01OOH9Qmb6eIz\nmx26xyFfglq0kX6Yci6HZBkj3jR7I+wBZVom5feRUxVvj7wopiEUw1RCrd6F\n1KvPNAuih/rvTPbz10SpaPzDrTOFW7rcFUmT0/62HlYatpGBHgzrMtsrqR4H\nluNJ\r\n=6rEs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"8522c6c94492da12d5639593a610c03d23b0a46b","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"7.21.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"react-use":"^17.2.4","prop-types":"^15.7.2","@babel/runtime":"^7.15.3","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.0.6","react":"17.0.2","eslint":"7.32.0","rollup":"2.56.3","ts-jest":"27.0.5","mock-raf":"1.0.1","prettier":"2.3.2","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.15.0","@types/jest":"27.0.1","npm-run-all":"4.1.5","@types/react":"17.0.19","tanem-scripts":"6.0.29","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.9","@babel/preset-env":"7.15.0","@types/prop-types":"15.7.4","@babel/preset-react":"7.14.5","eslint-plugin-react":"7.24.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.0.0","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.15.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.29.3","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.15.0","@typescript-eslint/eslint-plugin":"4.29.3","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.14.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.79_1630210221045_0.42058946768817296","host":"s3://npm-registry-packages"}},"3.0.80":{"name":"@tanem/react-nprogress","version":"3.0.80","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.80","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"a0ef56231b051cc84e40e1c7e25d20954f1589ed","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.80.tgz","fileCount":23,"integrity":"sha512-762eLjDbYcVy2g7YktqPyzLJ1iFRSt8W+ldJXoFIAetu1SR9e44XCuOn/Mg6IItMNvfEUrFyAi18zGyhChySww==","signatures":[{"sig":"MEUCICgiIBzJKS7ML9z/dVU+7E8tN6raPmldTmU/qmgoAXY3AiEAuQX8qrrehWR834rnXAd2kQGgyb4PlUIIkqFtw60zY7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":185151},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"41d6de93206120bd4e7f50cb21ef8634350c0043","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.0.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"react-use":"^17.3.1","prop-types":"^15.7.2","@babel/runtime":"^7.15.4","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.2.4","react":"17.0.2","eslint":"7.32.0","rollup":"2.58.0","ts-jest":"27.0.5","mock-raf":"1.0.1","prettier":"2.4.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.15.5","@types/jest":"27.0.2","npm-run-all":"4.1.5","@types/react":"17.0.27","tanem-scripts":"6.0.35","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.9","@babel/preset-env":"7.15.6","@types/prop-types":"15.7.4","@babel/preset-react":"7.14.5","eslint-plugin-react":"7.26.1","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.15.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"4.33.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.15.0","@typescript-eslint/eslint-plugin":"4.33.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.14.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.80_1633713967415_0.05070965286374718","host":"s3://npm-registry-packages"}},"3.0.81":{"name":"@tanem/react-nprogress","version":"3.0.81","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.81","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"dba86222900154030170a418c474a6f3bf246f5c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.81.tgz","fileCount":23,"integrity":"sha512-2sgjcysycjDdpozobZo6oSnk25KrWgJVU00be+jYD1IRQzbllCrQNaGSdJKZmi2/TZIBJh3xbPM/CIUdQzcFng==","signatures":[{"sig":"MEUCIAy7/xqlTftFUL91m6XrTYBfMwaxxqJ2HEtZrcVJ0j0HAiEA8ORZrNxs0Jx11Dps1RuulUqEd/f7VIGSTrxvZQClH40=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":185149},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"89576fe89c4da79d9b7f27fb0232af9c952df978","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.1.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"react-use":"^17.3.1","prop-types":"^15.7.2","@babel/runtime":"^7.15.4","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.2.5","react":"17.0.2","eslint":"7.32.0","rollup":"2.58.0","ts-jest":"27.0.5","mock-raf":"1.0.1","prettier":"2.4.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.15.8","@types/jest":"27.0.2","npm-run-all":"4.1.5","@types/react":"17.0.27","tanem-scripts":"6.0.35","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.9","@babel/preset-env":"7.15.8","@types/prop-types":"15.7.4","@babel/preset-react":"7.14.5","eslint-plugin-react":"7.26.1","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.15.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.0.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.15.8","@typescript-eslint/eslint-plugin":"5.0.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.14.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.81_1634327353177_0.12251251855030576","host":"s3://npm-registry-packages"}},"3.0.82":{"name":"@tanem/react-nprogress","version":"3.0.82","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@3.0.82","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"dc91d8455b9017e13081dac8e42c1227c151408a","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-3.0.82.tgz","fileCount":23,"integrity":"sha512-dwpDMlMzPiEYT5SbCCVNIJ02V5UYjIyVTXTPam6Tt4xTYcmHpwURnmYwuqR9MCBalKJeAh9CeajLY/7hiw4ulg==","signatures":[{"sig":"MEUCIQDNjxwonBFTTwXYl+BvTkGUNscy4yEfti8Ar9IBjcaWtAIgNAM6T9zp61gtLfRoZ7TPjXkhSd3R4dRhlBCKlIbQI9U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":185149},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"dd8573a8ae1c9205060e9475f75f932218563aa7","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.1.3","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.13.0","dependencies":{"react-use":"^17.3.1","prop-types":"^15.7.2","@babel/runtime":"^7.16.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.3.1","react":"17.0.2","eslint":"8.1.0","rollup":"2.59.0","ts-jest":"27.0.7","mock-raf":"1.0.1","prettier":"2.4.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.16.0","@types/jest":"27.0.2","npm-run-all":"4.1.5","@types/react":"17.0.33","tanem-scripts":"6.0.35","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.10","@babel/preset-env":"7.16.0","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.0","eslint-plugin-react":"7.26.1","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.16.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.3.0","eslint-plugin-react-hooks":"4.2.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.16.0","@typescript-eslint/eslint-plugin":"5.3.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.0","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_3.0.82_1636133850830_0.8471261806818273","host":"s3://npm-registry-packages"}},"4.0.0-beta.1":{"name":"@tanem/react-nprogress","version":"4.0.0-beta.1","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.0-beta.1","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"bbf2e93cb5fc169a5b07c836f6ceadf493cc171b","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.0-beta.1.tgz","fileCount":23,"integrity":"sha512-TwfQZWCOo+czdJ53TsdsaNjqyydx/4qofdSscVpKm6gFlcDTfZGVS7YLXviMZ/oJZDcDm9KT9OAHrUxjCuzl8Q==","signatures":[{"sig":"MEQCIDA2KXum8tS2igcerLa5mQWdpVjd8FGbHaPY2V/SEnDTAiB8UlOid0WtxkzxVREQEIwlabtLw7gEeFU8QEfUu1q7Vg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179804,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvkzfCRA9TVsSAnZWagAADlsP/0AqfScwRzY7qqZLWais\n19ICGgJDPSko1OGiwsOLprq4g9i7im/DcBjN4wonpkPFXG7thUezS5ipdRGf\n+t2VfWJRcmMbfCwW/rSro5UXzue5pbTV50OChvvpU1K6/a+3Ca8iInxmuGis\ndLL+S6a6c7+P277UovGfN7sEtfxrvG7f4sgqZVVoEt2TI8iKrELltu1uvNtu\n0sUMEG5f3OSeKx+ay/FTzdOwINJAJv6cJ+G57wTSKWu9/ev1zFUA46VjMvIu\nLuauK4tjcdLkVsi7c5ztCB3X5Awxp0BtSo6Qgv0CsDVvFUAI25VTKcCXwKPV\nSLJg7Uyntgru28JiiydLLoEjipxyhvAwcHlM/Pxam4tgajx0dp3IMcNbIzGr\nqLSekE4H4+dgsQpCDiYXZS3MOoAA3FcRZMPHeVSWw/RJGhIzr6mwr+X1xTQx\n32J5sclnwdA9T55gd0K/tX8tBi299HZyXtOob8KNh9YHOTqRMRra86TVc3XT\nX204H2MMaz+6vS4On5RUlGYelSDA+pJPXenFTk44QI4tEvhJRzmOJaEJNOKL\nGf6CISHGaOde7xng/NQmNMACgzjK866tZEbBNDf7TDIhKD8zDjFv72ECqcAR\nV2Ijb/lW4MZa7jHFX6NvawRTUmOgvHA8/0I+i1phiqIpK+FGWt+dg2AhehHD\nxHT5\r\n=YXbJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"a5746ce079fd9ad918b56e03e1d42aec15d6b9b7","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","// version":"run-s test changelog authors && git add .","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.3.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"react-use":"^17.3.1","prop-types":"^15.7.2","@babel/runtime":"^7.16.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"shx":"0.3.3","jest":"27.4.5","react":"17.0.2","eslint":"8.4.1","rollup":"2.61.1","ts-jest":"27.1.1","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.16.5","@types/jest":"27.0.3","npm-run-all":"4.1.5","@types/react":"17.0.37","tanem-scripts":"6.0.35","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.11","@babel/preset-env":"7.16.5","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.5","eslint-plugin-react":"7.27.1","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.16.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.7.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.16.5","@typescript-eslint/eslint-plugin":"5.7.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.0-beta.1_1639861471226_0.22994626062149215","host":"s3://npm-registry-packages"}},"4.0.0-beta.2":{"name":"@tanem/react-nprogress","version":"4.0.0-beta.2","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.0-beta.2","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"a5e9c702bf2809e38ae8308b359e3b0d460e2e34","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.0-beta.2.tgz","fileCount":23,"integrity":"sha512-rdKaFgPCyZ+sOASA7K3nA7Rz+Ptel9ODi0cxTbxnySHWvt8CF0Q9BWl12+iYstwZM42XXPlEJQLQ1e9fZAacdw==","signatures":[{"sig":"MEQCIFywB9O99EAVecKRebv7BIs1JC1kpwWpg9UXMeM62VMBAiBkz86+8+w6XEJyds8T9288da7+1aYPUyZUB2jNbHc5zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179804,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvk+9CRA9TVsSAnZWagAAHRIQAKIldeK1jujfYo8PQnbC\nsSMAgLHfvQxELJ/LGwBBUAe3I73jQ7TcQP/Vv+ifaFt9iaOf9uCsys462NI0\nZqiDNg9N6uhU4/dy/cBjyrkxBagL6Omgy+HACUEO1IYe4mLsICf2lYjcyXpA\nkxkI1o9bbqKH/x0c9dbYTAixRal0a+X1s6wLweaJ1b00vvovznUAibxaO0/k\nV61Rt3GmgvTocv+J57tGV0KGr7lny9fIevqcFxn+K5TrgKfC+fva9zdQo8qi\nY2JROdB3ROPLwFbdDuAOFAcRJTEzmFva9eCrthRiiTAy4hSGP0yLtXQROyU6\nguC3IVQEDo4cvcvtfbq52S6S0xY/C7xlGsNHw9LXf9gFrpwrIm5F7S2ANjvL\nPhtkMSOkBkCRZAlg2EbT5asy6PDrCSXgslOwE+M76iG7a7e+O16ne/WvcTBb\nQCKTHJS5rrGZRrx9fLU6cZD998WKZI4BWiPsTWnd+BWmwQ10ntj8gHWxBcq1\nJer1UmcABMrf47ldGWC9LrKuAh5L0zEItmHJceIDhmIN8cArJalQpOhRhNuA\nM6nX9lj2X+41xaKmvhm6laSOAQXPoVRCvsfdipoSGH0nxgsSXFLj5RXzWZpO\nxGQmfp+dvw0MLdKthUBdD8dhEx3VR5nAEjzMToytj07DsNI6qkXxxsLiXdiR\nVuOl\r\n=r0qv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"c563e0dcd15ed54f766ddd5fc194d12ac4af5859","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","// version":"run-s test changelog authors && git add .","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.3.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"react-use":"^17.3.1","prop-types":"^15.7.2","@babel/runtime":"^7.16.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"shx":"0.3.3","jest":"27.4.5","react":"17.0.2","eslint":"8.4.1","rollup":"2.61.1","ts-jest":"27.1.1","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.16.5","@types/jest":"27.0.3","npm-run-all":"4.1.5","@types/react":"17.0.37","tanem-scripts":"6.0.35","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.11","@babel/preset-env":"7.16.5","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.5","eslint-plugin-react":"7.27.1","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.16.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.7.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.16.5","@typescript-eslint/eslint-plugin":"5.7.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.0-beta.2_1639862205827_0.7261949767591529","host":"s3://npm-registry-packages"}},"4.0.0-beta.3":{"name":"@tanem/react-nprogress","version":"4.0.0-beta.3","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.0-beta.3","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"80a248c01eecec24a9f56e56e028ec13248534e9","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.0-beta.3.tgz","fileCount":23,"integrity":"sha512-sVdfS0/fSP4+OcF26MNiwP3gbW6IGhKiFQyftJXaibqtrtTajljrzn6qvEOx6ousvMsynT/7JKHYSZb+blB9nw==","signatures":[{"sig":"MEUCIQCt61ZhiMhktMwWZhAPy8lhZk+Ha4ql3ZOcFufYdH7B9gIgX41srjErXDkibIhowQevJIwc92d8oE2UuU0A8k0UMs4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":183566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwgOoCRA9TVsSAnZWagAAFVoP/j9W9TVYM3pkTgpR3xpg\nN7+k2XPSUbZOcEtv+RNm2WMXN0OrKwChsmUvDjEeHItCWZOzq0lva7h81T8i\nL48EM6Z74+0n/YR4+jNSxlnfJjL4Bte66VjUTzNwhzrGboT1Zc4L2O/mWF1d\nRKIfJeJgzDDyYDQg+c7bWrpC8dUH+Ml0yEtr0bT/x4ZcEJsyBeKS1RrnLoOT\nULbPKCrY6e7G/cAe/6V54wssFt4dtz8dpnqF2fac6bNYtNbq/EW9mRYzzmC0\nYlwHT/4mxZAG2I//hEEy3lEMR77C9zPHDeKhXFtNBqVtx6S32HOi3M/+uab3\n8ka+z7WCIQWxoaN/hbxI0GE0aKgpwY1OtuuEWr3g7P3h25X9Fiqdtn5PBLQY\nyXmtRdQAFvcIMUFB5hia2D5Bmt3agYCUmN7TAY8maeQAw2RdzB4pYTJp6932\nMT66dVAFuwbgKCFuiFL0w1oFAXolzfx4KSYT75GnYYPaWhV+rFhl9q+kGqGf\nzORSNY24iQEeBskvUEnRODog8CBBIvG+kANjcpovnRgfVD/kgB+38jsxYyy7\nwM/Yj8Xyjd/mTwuvfoRpsoo+uSJQj2fxNk6L97L59G46vfZRA0oHDaXexrJD\neAvsi6sOZl1kk7OH9YI2jugfHfWpeNlLXMXgJ5tyXkCviTs2XGPArtSMmbYk\nscJ6\r\n=8Y0M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"2c0eee3a8a2c0827d716fd9aed49db8129d0e894","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","// version":"run-s test changelog authors && git add .","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.3.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"react-use":"^17.3.1","prop-types":"^15.7.2","@babel/runtime":"^7.16.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"shx":"0.3.3","jest":"27.4.5","react":"17.0.2","eslint":"8.4.1","rollup":"2.61.1","ts-jest":"27.1.1","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.16.5","@types/jest":"27.0.3","npm-run-all":"4.1.5","@types/react":"17.0.37","tanem-scripts":"6.0.35","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.11","@babel/preset-env":"7.16.5","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.5","eslint-plugin-react":"7.27.1","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.16.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.7.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.16.5","@typescript-eslint/eslint-plugin":"5.7.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.0-beta.3_1640104872054_0.6705205509804788","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@tanem/react-nprogress","version":"4.0.0","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.0","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"17604dac99ba6fbd01984912cb8a5c94c3d8653b","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.0.tgz","fileCount":23,"integrity":"sha512-ZMeu7SbNl7wzH+sTJmJbIYuP5ivczBT5VsziQVT9/DqN0anSMSbHeFNDivSogIAa7v5WQvDo3XdlH3HQxMbVIw==","signatures":[{"sig":"MEQCIDqN476s2et4AGA0llVZFB0G+Trm35W+puGTVz1IqrQ9AiB4tAUsfWskZ0m8qnXfa6NRD/0vNmpmtXTrvPz+VgEqaw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":183556,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwgwECRA9TVsSAnZWagAALTcP/06YEMjyratDgoNXkaFI\ngZJGkxgi09sRkcHrtie0yTgXBUiRaLsb+EcSriYAJIJaHiD1G9OxOrYYSXJ6\nbqO37O06sDjJ/TADUFfO+dcG3UWqnX6e/Q6b3nHwfgUnNZD0Hxxxb/npukQC\nMjR/m9t9EIF1o5QVJqWZOCG6DtP5KJlgI2kHGvSkDDe23OzFeGtsBjos826h\n8KXU98jUOI7DhpH1Lqf8PDXcTejijnCPiXSVFxB4kCdcESdapAGiptXt7a3C\nMQ+12FbUblaSd1VMgba02Ti5jhatoMC/b44J9T1XwOyvlVvKFtpTNfXC7jvX\nRtjcdYFs5OQk0JWaCB4xonT0Y4ppAgwE6G/tiMO+aWcVXw3fKcTYksNhKfcI\nYLbUROeBQ4O5aCT2H61P7B1MIPthdw9g68Vln1G9HUlEQMXn38/d9lgu7asm\nKg2wME0ATYZCHtq99ustKcIOegaN98fXSwxhSXwIKcKVLJQ9BxqAnuqhE3CO\nHdUvWEDzG9uQ7suA7aO5oEi9bwwoB+K/PocIoUC3XLMCChuYFyi6zp4GNBFs\nFCddEVTYTwirToO9oADu+IEWDdqIhxLlCGXSfDCJcKLtl0cXlO/HvdvDuFJm\nVe2DxlTm30lpykQFOOWdbDyJ54LOWbM1QnHui2eHMiZm6bfp4t23USIA6DF2\nvPrR\r\n=TTih\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"0351d9fe4f51c22dcca655d9f551ca3a2f14a2f4","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.3.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"react-use":"^17.3.1","prop-types":"^15.7.2","@babel/runtime":"^7.16.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.4.5","react":"17.0.2","eslint":"8.5.0","rollup":"2.61.1","ts-jest":"27.1.2","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.3.5","@babel/core":"7.16.5","@types/jest":"27.0.3","npm-run-all":"4.1.5","@types/react":"17.0.37","tanem-scripts":"6.0.35","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.11","@babel/preset-env":"7.16.5","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.5","eslint-plugin-react":"7.27.1","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.16.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.7.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.16.5","@typescript-eslint/eslint-plugin":"5.7.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.0_1640107011917_0.5306566682612213","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"@tanem/react-nprogress","version":"4.0.1","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.1","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"bfaeddfd5013f82bc7233ad781ea74a7a6507124","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.1.tgz","fileCount":26,"integrity":"sha512-w+T9vjS36kXHHkcOEjKPYGmzGErFGcaC0Vq8IsDSvUvHGHrAr7NZWzPrR5RhItQmLlWUc4pVuovaCVh5o2ER1A==","signatures":[{"sig":"MEUCIQCYJ+d1mvpYG59VgZcCKFKZUUtioO8aa/glWV2cjfaQtgIgfy24vduQrN4tT2Qk7pUWiq5OjxTUJ63WGBOXY24D+fI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhxiIlCRA9TVsSAnZWagAALdQP/0P4K8Cv635FBMnZPHj5\nNNfj5euCwxcko92XFCLb1XlYmVhxl77PjSmwDyw7Vi0zd8dyI09tykvrPx+3\n6G1nr1+shOzUCVFcmlRPXH3i7/LqKZZ6kU43DUz3D3ou7jVw+rJInHo5anH6\nWUO2yparMq0TUbYfCeo5htKZF5/sq2yv1dwYIUqjbbpKqohChCSWgXRSTtVq\nExO04TBB8g5QcP1Ch3Gf/u86Sl9NtzIYAENa6fuNR1Eu50Ve4sSrP3mA3D5j\nc+xIobJFVjd731fUDeOvCZXEjT2swSiX2sc1hKDfWmLDDdfcNgmcRfrfPCn+\nCKxk0Q0Gn1KRsIfc9OUl4lg0B+4Ps6i9NtIi0DygzivAfFIvjWwb28zILqkP\nn0qR+U7Ezo83JkkIP7puYlflE74Bi4Zv5As+Lu7BEKfVCV6mjywFFvuW+lHZ\n9DiDzp1Bu6pKzC1Qugi3+d0+IeLY+1+dBEGxUsX9Zo6/H6Y0bhq0a05Q6aQq\nEkYtHhy+ztMu9oZkgWm/J+28hnpRVRldhhvqZeHcuAYRa6EB067sqGDto0AJ\nl15VoT8JFXw4cs2NHaLJVWmcX0JTTOmp2VIw/G1jxMC91Ajw+NOK7MkZn9lM\n7SaI2Is88G6XKFD7kwWaHk+Tonzs1frU9U2bLRLGNcFjzSQpBJ0HKz3Bbg1X\nRmvK\r\n=+2Ss\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"1d3ec35375f30b59574f54a8079053a43081d189","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.3.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"prop-types":"^15.7.2","@babel/runtime":"^7.16.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.4.5","react":"17.0.2","eslint":"8.5.0","rollup":"2.61.1","ts-jest":"27.1.2","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.5.4","@babel/core":"7.16.5","@types/jest":"27.0.3","npm-run-all":"4.1.5","@types/react":"17.0.37","tanem-scripts":"6.0.35","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.11","@babel/preset-env":"7.16.5","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.5","eslint-plugin-react":"7.27.1","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.16.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.8.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.16.5","@typescript-eslint/eslint-plugin":"5.8.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.5","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.1_1640374821534_0.09263676278471089","host":"s3://npm-registry-packages"}},"4.0.2":{"name":"@tanem/react-nprogress","version":"4.0.2","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.2","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"4426c52fe6c7997f0597a6a0e307457fd513cfd1","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.2.tgz","fileCount":26,"integrity":"sha512-iLvc6yrALkeCl99XZ/k1UZg66V6TeVoP1UpGEYYijqlD9Sk8IZSkLoQwhrFPScgpjicBB/yDjPVVScqvV2Aphw==","signatures":[{"sig":"MEQCIGUNz3dWCguMhMz5c6j1ZSAt+NyKWEKzQ8hRwsXxrgG8AiARzKqBRjA3lOKgTEMSYC7HP9qowB4uA41KfYS1fFqjSw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2cMyCRA9TVsSAnZWagAAvP0P/jHEKayud0WNNQJt6xwL\nNgGZKpdGe5NLRupzH8MXv9zb3ef6NmWSYu+Ff6jGscJ0P1Xksa3hOjy3LXHR\naWIjdMSkeD3Ron42g5LRgSk62pPRlTHEHdg4EWDN86emYrZ/2YuzY1WwYKGZ\nv4YleySA7+P9McS/Oic8i3m31TQ0Ki9vs/weCEiAMbWP8JJc8LFSdUe95eio\n5aj4/7W2eAOtjd5qWHJewZoluqeGfEwVEoeIgiv/nEa6NdbvTPxwID+UjXSi\ncuLiWg4HFLbV9SxqzhWDkqqZ6CC3q4Zjlt32FZ7K4mRwZBs5J2FWUYjp+r3/\nTXT7wd+BovBn0Nrv08wee3RONAsu3mFZt362QI7YS+/EWOIQgZ3cj87Qn1Zg\nwprxI+t5zNCJqnGG8Ne+KQw3QldcbxDG5Yo+wCoC7V1Vy2v7gxCZwVSaHg82\n/wdItZeP/FBHKhPF+gI5G6X1HlseAIrnpn03Hl9eqjpVO24P/pKDBVIhJ3hN\n/CAVJAUmMTeqz+vcMoCdH9IKn1n1QJBHSP61NWBDZBLsttP+43KovlJ4/6tj\nwfvPk1RTzd1P7lqCof/juohsa84FJI5FPab7528UAsKoyXk52umQnxJYAnZK\nfcbXWtJC0UdFUvin5TUSao3xiIUkPjZ4yYuU5wZ4Y/BuJ02iO3IOtnTZ+4Ig\nqkb4\r\n=IQVw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"3e9eb79c4290214b32679fc5f7a5d1783edb4741","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.3.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"prop-types":"^15.8.1","@babel/runtime":"^7.16.7","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.3","jest":"27.4.5","react":"17.0.2","eslint":"8.6.0","rollup":"2.63.0","ts-jest":"27.1.2","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.5.4","@babel/core":"7.16.7","@types/jest":"27.4.0","npm-run-all":"4.1.5","@types/react":"17.0.38","tanem-scripts":"6.0.35","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.11","@babel/preset-env":"7.16.7","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.7","eslint-plugin-react":"7.28.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.1","@babel/preset-typescript":"7.16.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.9.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.16.7","@typescript-eslint/eslint-plugin":"5.9.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.7","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.2_1641661234342_0.8795848089270961","host":"s3://npm-registry-packages"}},"4.0.3":{"name":"@tanem/react-nprogress","version":"4.0.3","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.3","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"c64e77ce67b967c3d5b7704148bef4dbb0c2b6a4","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.3.tgz","fileCount":26,"integrity":"sha512-sVWDpZ2BEvfUj0X5zF9smW7lH6EfBvdJt2ytFd2WmdrvPlOh3gQKxUYau30dOe+tSw0Mk1ovA7jbSR8mvXrv6w==","signatures":[{"sig":"MEQCICCh1Vt/SZyQW6d7oSEJsbGHZm6lg++gpxXBa6DNlEO9AiAjiDOUt5eIQoOSlPsRMOwMCoqy0DVIdjcPwz1oyMcrBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5EokCRA9TVsSAnZWagAAtGcQAIkr5wcGwGZi3d3De+C7\nkMzKvz6yTSiA1DL5x4s7j+TRvx+RG6bbNVZ3WAeeb0g/oqqi2eVYEBbq9xC3\n91XclS7IpOBHr9us9L0Tx/a8nyW/dE0BvNVwB0dMVqFH7LBcoIA6Y7+3HfoO\niybjOWNLtY1zRuMQDeFGmHCpSSnZHTMJmG05rYaDPZdqbIhSd1Z4LwZJnobV\ngz6ERwPIC1M0yf+ZnEwfvzU4aOQEzZH3v7uu3cnawSWr0I0VCZisl+rY/MQ0\nnnn3lFQlrvtxLlQslWNpDuo8Umb5uCfLMajeVz1iM6XLtToDu3y0hxMsv0hO\n4NtqfE5lXi8GLIfqGM6iDgUOQa0AZa6OF0mRSOfeWgrp0FgE1aeJJHbM5bjd\nQ00s4R1bY9+NhtFvU7Nhcgdjs6E9pmyxsBUMOAUmY62p8AxvZ4NcKlyScKTU\ncaCvyfvbBLuO/ttPvh0QvVQp5SGv0Enil9IO0vF0M4LHPt1OQNHSyC4TzaBF\nz1t7q7tuFH/Mgfg6uzQGIX9d1/X+rHNKIlE0Ov3ih/wvcqonAY3UKkgYiF5+\nYjkRSjsgcZWL99ZsC+2Wg15HCTPOq9BCTp8gBgZdXgdXGd2ehcLQ1jOatqO/\ngfK7hSZDmDqz+8mcx2Rnak2OEzlOIT+ngb2pkqEJmmuvQVYNwISkCaAXuPpC\ns1I8\r\n=p6Yr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"b01406735593469eb0ac593abae16b7fe8ea67a3","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.3.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"prop-types":"^15.8.1","@babel/runtime":"^7.16.7","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"27.4.7","react":"17.0.2","eslint":"8.6.0","rollup":"2.63.0","ts-jest":"27.1.2","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.5.4","@babel/core":"7.16.7","@types/jest":"27.4.0","npm-run-all":"4.1.5","@types/react":"17.0.38","tanem-scripts":"6.0.36","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.11","@babel/preset-env":"7.16.8","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.7","eslint-plugin-react":"7.28.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.2","@babel/preset-typescript":"7.16.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.9.1","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.16.8","@typescript-eslint/eslint-plugin":"5.9.1","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.7","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.3_1642351140242_0.3801087860561878","host":"s3://npm-registry-packages"}},"4.0.4":{"name":"@tanem/react-nprogress","version":"4.0.4","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.4","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"3949c3352291d7a9b0c10ad02b5c063c78ab9500","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.4.tgz","fileCount":26,"integrity":"sha512-yUraeWfwbPmwXvIuH5CJ/nR4bZlL5NyAXCRRY5zBOZ7AbsZ4dXlQu63cw48vXhgkxEwRm73YXktMzGfwxxnygQ==","signatures":[{"sig":"MEYCIQCJqfywrsX+lB5ypK5HmM31Iact520LrTMW0zRSuvNyQQIhALqb49Ec8s5MwS6QUlAsStc6v8w48n24E7bLtqIqvizF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170135,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6wBACRA9TVsSAnZWagAAf/sQAJxrLYs7uzLGW6GTlgdG\nedNFcZtuPxshvsbRFaGycr1CrV2N505oHpAGibQkX01itnM2gXSQl2ccz6sx\nL3foMsfjeolPc/AhkxgX4bZhOiAsVYOW9x7pR869eQBwZCTz9Edc76N6xhK/\n1adM6+DZAgQX3IqVaNo2L89q5UYHNXzJIp/vNo9+/W9OFhyHsWuuQcUsDafo\nFjs6qeT6VFcpACEBgjriDsQMDvYRrRdox4mENVvRmA+EgkBYBUbnfKhtXVUX\ngyh+D5M8AjRt3LfNOVk//3y9luI8ZW7DlqiPQAMmBgV7jIK/EpBwHh2YpJ7I\nwCo4oCEGnA8RRUyERUseXfmF5AS1agvWPOLQn05XVGmUFEHQghAbRdOmHbnf\n0RTy3Eyq8mq5xVEmncS11V1SGwyKxM4qXiS8nD2QghrXnxghT6ri3CL2bq3P\ncuWZp6CsTpEmxOVwdsEzE9diKXRZAGaX/zdWuRNKknYcKgYKCnqLDO6kVJro\nJ5tJkyjoi2cONBcolps5LQax8OdPf99np4cwu4iJq+vV1qvTwVwwwXvH2VYY\ncmGMsBx4hRpUEymSqnoNv4PQj1GLvD4Qp6BRR8i0B8HQg2Zig++074MmeNRK\njHZTqly583rwe7b9VFJrKPleaw//THS+3zwjKPIiDHPEpM/ozZYQwf+LRScx\nck8V\r\n=Lpuk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"34dc6df7016a827feeaf5f074f7fbcf21ca9f25d","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.3.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"prop-types":"^15.8.1","@babel/runtime":"^7.16.7","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"27.4.7","react":"17.0.2","eslint":"8.7.0","rollup":"2.64.0","ts-jest":"27.1.3","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.5.4","@babel/core":"7.16.7","@types/jest":"27.4.0","npm-run-all":"4.1.5","@types/react":"17.0.38","tanem-scripts":"6.0.37","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.11","@babel/preset-env":"7.16.8","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.7","eslint-plugin-react":"7.28.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.2","@babel/preset-typescript":"7.16.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.10.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.16.8","@typescript-eslint/eslint-plugin":"5.10.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.7","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.4_1642790976746_0.23049405493103414","host":"s3://npm-registry-packages"}},"4.0.5":{"name":"@tanem/react-nprogress","version":"4.0.5","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.5","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"18f54d1a8b68a3d401e15c3fa7c5acdfe33d530e","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.5.tgz","fileCount":26,"integrity":"sha512-sqDVBxJDmWptAZQfNX91rma2qIC6T7Xtv0QZMtmogrw5+AESxRBqNTJQen68R/IKgZT5o527iYvWXfk3exHmFw==","signatures":[{"sig":"MEYCIQCzfr01UIEXdt3PuzvLkJNJ7jekNEimt9Fk+1GiJUectgIhAK5vuIFVg9e87Pi2CwVlNH/49hhSx2H0/RsLAcLResZG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9FjTCRA9TVsSAnZWagAA5DgQAINlFSzrivInZyEIuZn+\nkfe3VnmAp1qhQZCBdLxBAA8/wJDq0jFsrpMHfe71sbCjrPpzkXT4+tyh0ezZ\nH5jLWguqD5JC47FT6+jsn/j7kj5XuZVCGJvLjLRUwzlmrYVKe9Z5sfccWRJN\nGUkPQ4F0OWDozkpwx/dfXEBkT8S/61sZA65J6lHf2v/dOW1UUQUrHNtbU0WL\nin3Kyb0xt04gRwFf+gZA9VXhQZahSdtbMK8c5ynTPB4gqCijCp0meP89oT+7\nSLsG3KpDmcOniZ34CIIE88cLShg5DdEZelY3yJ/XLYWVUH2m8CdBY3qy424A\nN6mADEyRupqXx1ya+JL6XKG/4CN3T21Is36ZgtUKwA1qhFFCzmTTfPdaUufp\nMB2J1/b5DmoOoUGn71rZqUFcZfZ9bo3pBqKZxi81JZjVJcZ4tmYtWw3wA5t9\nJmnhUS14z4hJHpg9SE3BApjitOYwIfHpjQT1NFlUuWZR35L7aoChY86iHXcP\nyrtoCNlm5uGiy1pxE/ceRa0j1SOcd9ytytSIdbCAE1LlOlfEcd4O5f+9JPkS\nuHRiddOndvVbbUUIRL1JuhOBiMCE4ttoLEWUD9nkr5H5n3R0iE6Gp1HQxFNG\nE/rRmy//yVMR24T+1+8Ftx5zz4F+CFfkU+ZI2vvpP+rdiGHnELgi/GUVF5U4\nr1tM\r\n=IrLj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"fc1047bc3ff0fd50a6eba2ce06fc901916d178e9","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.4.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"prop-types":"^15.8.1","@babel/runtime":"^7.16.7","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"27.4.7","react":"17.0.2","eslint":"8.7.0","rollup":"2.66.1","ts-jest":"27.1.3","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.5.5","@babel/core":"7.16.12","@types/jest":"27.4.0","npm-run-all":"4.1.5","@types/react":"17.0.38","tanem-scripts":"6.0.38","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.11","@babel/preset-env":"7.16.11","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.7","eslint-plugin-react":"7.28.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.2","@babel/preset-typescript":"7.16.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.10.1","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.16.10","@typescript-eslint/eslint-plugin":"5.10.1","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.7","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.5_1643403475452_0.98945066769659","host":"s3://npm-registry-packages"}},"4.0.6":{"name":"@tanem/react-nprogress","version":"4.0.6","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.6","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"cef2f38f126ccf8df7cf6762d56c41312f63c538","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.6.tgz","fileCount":26,"integrity":"sha512-/puZAtI+1pAts1L+TxyzoBxQQuBblf/wPb+9zZJnXcEqyg17/K+0srhDvS6umDVI6blJoKxqGKbRtv3zrCrGJA==","signatures":[{"sig":"MEYCIQCfVD4SBZalwCcUCv9ChxfYyMyvcnTd5xrawUfhEycluwIhALsZE5di5gSrrz1Dj7ox0qJAmUNPwLtpXBStvIIPCoCN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/aUECRA9TVsSAnZWagAAxHIQAJAsCY5OQ499OzuWEvIZ\n9NE8P732Awh1sW6+dri/pBClMfX3+YAlGsyjBBThCw9ml8WKz6O05l65dGKM\n/fV+clkezU3t3jEqkUw33NcuBrSf1hupuGHM4aYeGWBnnFW0BsPJNatp9uRX\ng9RZvLZsYmDNCw6v+mOiB9rcTWXjyTabs/fSq+vAwZ9yTyMl+q8XwvQbhLD0\nhbz67RHXetKhinFja4MbY1Upt1WA1r8XTNI5mu6VuGGvOBU3lDPWvL5NivzT\nSUGUUyzwblRwyaeCyZfNTX/2K5Wwflj0qwhY9iSfpdAQCx8YK7BDFaWVvx5A\nkxvv2DQTGpSTqXI+cGw9xqt/9R2U5cpSX0k/4SN10wVU37X6Ex3j4m3YrkZK\n13jbbzkOc8uo44fU2z8/Q+BdFPlcDjyBT5b+/vjTh7QShxosWUGDWcQ4fBHd\n1KPsTbmlHEWb9WOl+wHHNt0J4+VTj1JMeNK6YqRD2A5tangLjFNWEGOG8Q/z\nDQ8wdmeXJ+cHLh2n+iLR9FXoGmtUT8A2pNhnPzH54rCwZNIRYWiVAuY9yUXa\nw0fNUgwVZgn+wExHOkscsKE67gkRQ5wm5F5LOE4uEPinxTqO76Ue5NZneYXQ\nXvSnOSoJs07T3mKGvZR+ZotPNhtEioYGGxYZY7S1MrhTvItgMaF/COnSe/iW\nhuBt\r\n=Yq0G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"b92b0130ffae8dfc84e6e81408d082e5cdcef76d","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.4.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"prop-types":"^15.8.1","@babel/runtime":"^7.16.7","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"27.4.7","react":"17.0.2","eslint":"8.8.0","rollup":"2.66.1","ts-jest":"27.1.3","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.5.5","@babel/core":"7.16.12","@types/jest":"27.4.0","npm-run-all":"4.1.5","@types/react":"17.0.38","tanem-scripts":"6.0.39","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.11","@babel/preset-env":"7.16.11","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.7","eslint-plugin-react":"7.28.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.2","@babel/preset-typescript":"7.16.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.10.2","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.16.10","@typescript-eslint/eslint-plugin":"5.10.2","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.7","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.6_1644012804545_0.780442047399778","host":"s3://npm-registry-packages"}},"4.0.7":{"name":"@tanem/react-nprogress","version":"4.0.7","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.7","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"b14a3cc9e8aef6b3613fc3ee76f40ebf58eb34b6","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.7.tgz","fileCount":26,"integrity":"sha512-Q2KiCbwzzrdfA9q2jTnNateMgQm61pHkKwvOiZ1xHfCxuWAiivUtGyt9VyZzaicunL0PR9aavIjfxQUJHQfEmQ==","signatures":[{"sig":"MEQCIExdLg7R0z0jaml87pxyMSo+S3XModlZu1vHpJYVVWWrAiAQ9LP5tpa73M4AUnaPrYDgGuwPjuo5tJoN68tJ54+XZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBqLCCRA9TVsSAnZWagAA5WwP/iTs6GFmDEcvDv3G23Z2\ni73qAgVVd8RY4CHVznr4npEomqQWZc4LnL7UzKx66U+4ot1yFXvWIGtWdjaE\ntpEOv12yymWI82NR6GbfT+jO4+LiREqMIxR7Wm16bKbdM0BT0FeDfUHfEOYq\n1MDvYc/42gG18jTZT2UsnwyqPJUYpyVHG/1uCuHWanH+h33pNEWHp4Q686yx\nzx4QX9PqReG1BrOQTl2XTCvyYYmYJ843eqdj0/eUgL17bOlfcJYSmYe0K8SL\nN5RDmU4TuUWCgxlrq/OLqz3Zmpfj1cE3ILtlx5k6Kl7ZjYcgdBF6QbJw/8qf\n/LmMJOna1yfETOCIh4GGaAZEHKS4xqrYgQfIr/JyYffIXkE5ZRR3y2Fb3b2N\nIuEec1tKAw2wIrf5Fpj5cM032C52eDWI5JvogDkX3ug3dWY8wBQbqI7pnmyS\n6gReiPNGp36YtymWk4cQPAjho84aXB9529LlVz/0ofN6xcsnMYx36V3KLQJg\nd9tK0XnilwtbSxe5bYi7xM2R8Och7qcbMK03Hxpi+7RNu62/pi74YGXn/z0D\n8wCLQ7comkB81HpJhK/fDbF0dQVZw9H1eNIkSWw9eN/aBCkacymYz6EjJdue\nPGyPcUG5n21HP+GIvj/ydx5T1egRmnt6CNE88BfqreUItLG32LESn7zTPMyz\n+W9L\r\n=0oO6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"7d72f628299a7517f459881c4ee52f7e2c4e6e2d","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.5.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"prop-types":"^15.8.1","@babel/runtime":"^7.17.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"27.5.1","react":"17.0.2","eslint":"8.8.0","rollup":"2.67.0","ts-jest":"27.1.3","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.5.5","@babel/core":"7.17.0","@types/jest":"27.4.0","npm-run-all":"4.1.5","@types/react":"17.0.39","tanem-scripts":"6.0.40","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.11","@babel/preset-env":"7.16.11","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.7","eslint-plugin-react":"7.28.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.2","@babel/preset-typescript":"7.16.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.11.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.17.0","@typescript-eslint/eslint-plugin":"5.11.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.7","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.7_1644602050009_0.46061459438626806","host":"s3://npm-registry-packages"}},"4.0.8":{"name":"@tanem/react-nprogress","version":"4.0.8","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.8","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"704f459bd79185be18558c7c468320b34180ac78","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.8.tgz","fileCount":26,"integrity":"sha512-e15HalPIkweMulfNg2fX6GXLqXayW+6VWxK2k2DFooqoSnPQc9MvHj+qKWbL+MxlKPpqzE5Pu+PE9NtY+E22+Q==","signatures":[{"sig":"MEQCIECni8f9je3eU5GMK8LdFavvSn3inytTVaixz5nnBFqcAiA4BQkFxmgcDsokPJoB6PjkU+glvr8KvpYW8sV50/Ywzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiD8miACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7wA//ZtjOb5/41LaWU7XllzeaDBExi+HT8kTqrk+PwAaAyaeA+wiR\r\nqrDBIkco4RPPr513T1I+1HBo7eZ6ual5RRehVwqUCfaAPuJ1fNoYj3aFZ/hB\r\nb1QscLBfQT6khVXaK5jH9hXoM6PXSG6euhtgTyPEuKsmzT0dA+fWv6s7Y7jo\r\nRV0NuFXC4h8emtzh1hGsxAa6NWTx0n0IZQN9mPrnjyeHEPlTxoxJRowqOEpI\r\nyRhhFz0gY7+MGViGseWYWdB+FqJzWsHr5k6wMJu7Ej4MtD0AH182NQbs1ZbV\r\nTn4TDTvADrbEbsxtMaqCh3wF0EYoHzNr9atOepDGQtZ0ZN9aFrFGEtKlyppw\r\nD7eyy39u3h6epg9NqPKOH2VYER61jQDFKH3oKlqkpHFHpxaqKy6eWInbVvbq\r\nMDDOT8QlNx64azyXZnMl3rzTRNN5Nde4eZQdti+22/iXjb9brx+SyqZ2+7Da\r\nl501axoClTcUbjFsAmpAmk6nXhtMMR+jdMmrtt0wmwae4gBQ0bMA0yxVWYd1\r\n6j0oVZaYY1iyzIKI2cJx9c1gjAt1Qg795RjghGKJNCTVlVgW/j877dDCYarx\r\noFYWILpWYudYTCoNoDMderdyxiklKbH4L9e2BfaBn8YJBjKxyOfQFO1lXWRc\r\nrvXMAq7ko3p04Cm5Tr+HLhj9kOgoc3wFomU=\r\n=aEZM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"288ca6b0d6350140c825d3885bfea7fbf2728ed7","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.5.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"prop-types":"^15.8.1","@babel/runtime":"^7.17.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"27.5.1","react":"17.0.2","eslint":"8.9.0","rollup":"2.67.2","ts-jest":"27.1.3","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.5.5","@babel/core":"7.17.2","@types/jest":"27.4.0","npm-run-all":"4.1.5","@types/react":"17.0.39","tanem-scripts":"6.0.41","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.11","@babel/preset-env":"7.16.11","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.7","eslint-plugin-react":"7.28.0","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.2","eslint-config-prettier":"8.3.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.2","@babel/preset-typescript":"7.16.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.12.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.17.0","@typescript-eslint/eslint-plugin":"5.12.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.7","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.8_1645201826098_0.9524893242380323","host":"s3://npm-registry-packages"}},"4.0.9":{"name":"@tanem/react-nprogress","version":"4.0.9","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.9","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"dea4931d2e0168549cad18d25a1b1104d92ec650","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.9.tgz","fileCount":26,"integrity":"sha512-F9hKi8qeumTQ1cdm6ZSFboZiDPwh4gXRxleG3NtPJVuk/KxqMNKaqToexLk9rCtCtYB7NsUvTGUCkugsZpixzg==","signatures":[{"sig":"MEYCIQDmxxSNzqPLQeL3KLwEhX5XbZyzP/vH+3CzwfBS1kAa5gIhAKuGRTnsGAiej7lISvf8sU1wSVvWjJvj3VL63mZspHmS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJ4YbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKzA//ejbd5fRTgAzaWZe0OuglwP7WyNOVKGa6wLnOHLAHtsyZBRnz\r\neBxaZzQs9TR0o4wkrhNgqBNAiXIZKMtMxwZZpavooI7ByYrTBtFQLAGTU3lG\r\nlMbvG6zQkZFwaVJ9wNjYO54seezEKcuZO1KAVlqYaje0NdmjclMb486K/GXa\r\nIF80alFPohZa8LxXK6eSi1rHL+N+o2quWqdHVz5EYbCG1jmrL/W2b5Hc3Lk4\r\nyoyPyr9+jV5xKCRthIy7ksXV5P2V12brltAPaiSeOLyonXG1kkGkVT/4zmRh\r\n5YopL4iaZaw7x8TWk0oJoOstya+H8YZ2fxJpbRiLm3jwEAty1jXQXXm5S6y5\r\npYiqUALKdGKH/Wwcnyx+lQ3kxtmmVD0tTS2NrQNXT2LZZvyfhTZji2Dbpntp\r\nJE91+UW3Fn3yBfYHKjSwuZRGuC8CR4q4gngs5/kbOmUDK+F0X7tcH5ZcSN2R\r\nxUJuVE6ic8F0ADfo3vemp0//uJZr6VmASCiycfh9kJY9W7pJTpRGyHH7VbYu\r\n1/OmC04U0Y5zPpOlJjxKZdJEkJ86fyJS2xX2muEVNuHUYqoW63UP0wSvCaP3\r\ndkqnmZa9ERTPQ98hb+LKXffhr66dTHetKg4U5XIyMdU5YaMBS5bjHKdS8iTD\r\nUmH6vC1dcbZUwSC4rcZniQlDBt9A7qPDdfI=\r\n=mGRE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"e1ade1b551663c8e4ad13ecd4d254851c887883a","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.5.3","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"prop-types":"^15.8.1","@babel/runtime":"^7.17.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"27.5.1","react":"17.0.2","eslint":"8.10.0","rollup":"2.68.0","ts-jest":"27.1.3","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.6.2","@babel/core":"7.17.5","@types/jest":"27.4.1","npm-run-all":"4.1.5","@types/react":"17.0.39","tanem-scripts":"6.0.42","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.13","@babel/preset-env":"7.16.11","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.7","eslint-plugin-react":"7.29.3","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.3","eslint-config-prettier":"8.5.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.2","@babel/preset-typescript":"7.16.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.13.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.17.0","@typescript-eslint/eslint-plugin":"5.13.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.7","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.9_1646757403531_0.6265538345016732","host":"s3://npm-registry-packages"}},"4.0.10":{"name":"@tanem/react-nprogress","version":"4.0.10","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.10","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e0a002324ea79ea9b261c02425d73c8ce80090b4","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.10.tgz","fileCount":26,"integrity":"sha512-LGEMgPdXgLZ9e4XsCzFll3AJE5B6CqHMBaBPqYKmKuRVH+blp8ke2psiiOTqEGOlxuI0F0K/2u3N1qg9wI+p5Q==","signatures":[{"sig":"MEQCIBuPszmB+gZ630ppzguU0NFqj3XlYrqtWShzNa8qzXByAiAovW1hEnQNO025iht3Gtn0J4HGjGuc80iqcLdaZtivmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179684,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiK51DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoH6A/7BRwoSjwjQ4RpxSapVpubgZ5T8zmtzVRfpGcroQRI7lL0rYqT\r\nh07XJjgtDm4P1bwB+kjUPzD3CMlbrccqktJf5V9rlmR1yQ875R1rXFquZi4v\r\n45dXCJ1EazkUZQ/lo8toLrWuyR95HhK/dn+h7TBR8PG1qkf4Fkb9lOETuzrq\r\n2WNCZwdjAqqpmFU0ecWm8b/5VJRibxwP9xvdREScEVR4yU5IPV6kXYkq2avy\r\nmvc5wrMbNiztG78tIGHm6JIt20OfkWYkbHKym/UvMZpdIKDZm1tViNyVB7Sy\r\nYyCp5AuFkkH7fvlT6ZHNq39QMzfAeH83huAJN9FAXyBKkqwhFG/eKRzr/Xe9\r\nVPCa/aT+Lqmgh7H38QcD+YLRpfLaIpGuNcO1ibqnBQYu9/jRPYHY5qaGb+pz\r\nhiKi8asIELBH9SEabvQ8Ou4f1YzKG7cMwSI7e7yX0SHOZarXIhXowTZRf6Af\r\n5OrKjjQgstq/LQfW23YhMYwwntVR4yp1KMchKt6eZRb+rdyQ1Jq/RDdQytRN\r\ntnKHP+rhfYT1g2+09qXDOfLhQTqnu+YAioiWFXivGtL76YHUWe/xfs0SGkmh\r\nefejn75vVUp9rfZmzwd641T1IzogUp7oo7gvrdyl0ky/h+sXHv00HmhxTv8Z\r\nRu42uij/hLNN/F6DwWSt/ZwyRjjavTIUdBQ=\r\n=buZn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"fcc8d6f4f1db039d6650e1ecac01d4e689c46e27","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.5.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"prop-types":"^15.8.1","@babel/runtime":"^7.17.2","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"27.5.1","react":"17.0.2","eslint":"8.10.0","rollup":"2.70.0","ts-jest":"27.1.3","mock-raf":"1.0.1","prettier":"2.5.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.6.2","@babel/core":"7.17.5","@types/jest":"27.4.1","npm-run-all":"4.1.5","@types/react":"17.0.39","tanem-scripts":"6.0.42","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.13","@babel/preset-env":"7.16.11","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.7","eslint-plugin-react":"7.29.3","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.3","eslint-config-prettier":"8.5.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.2","@babel/preset-typescript":"7.16.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.13.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.17.0","@typescript-eslint/eslint-plugin":"5.13.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.7","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.10_1647025475106_0.9431569986907955","host":"s3://npm-registry-packages"}},"4.0.11":{"name":"@tanem/react-nprogress","version":"4.0.11","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.11","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"3e398e65d1b450ef144e4b41b13c084d79e485d6","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.11.tgz","fileCount":26,"integrity":"sha512-TDKcZ+W18/FFXcQrfe2VmOTdk5y3Ocv16xhTpm1NzhKiBHcXSAzzN04sJ1eJ/RPrDjh38Y5myx1YZjOgNte5ow==","signatures":[{"sig":"MEYCIQD81u25dHzV9ExJU7jQgtaoLV2xVzIwGzSdN6FZjZZaFAIhAOJBDx7I1w733PDS3HfIOp2KJIp8cBTKM91HVqW5Prjf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179684,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOKhzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkPA//c83YAdZK1C3NHX+bovydOp5BhNg+gAblez0APopYS/kpQkLH\r\n9AaLWYlMb5AzzNA9MxXSk420C0xsKZxT9GBHV6rQgIdtGaNUUV5girv9H9rq\r\nyBtDyWaxOhmpQQ3Gz/LuACQJ49qix2fCnkvPkIlncKfqH5b2ZlOotVhiIGDo\r\nf8XeKc2YmxtNK7gC0snvRKzRUgFIb+jifQVvp1LtDeoafLVQacYqSK753iYX\r\nJAUXcb1CpXFzy/brR2UBasX6CT0W0B1VgLf66dDBPmUIMZT01DDoTBdpkM0I\r\nXPxIAMZ0av3bik12seMeFn64Khy6RlGRdeyaW2c71asMLy0nvSNGTh4TMPrs\r\n8ue2z8vEHYmK9m3spadmWeRWA6IaSvHd9RLkjPVbLMRUM1L45NiYfuLi3Scn\r\ndZebEU0UOnq4yGyN3btFtKg4jbf5ZzJ80mfBsukJTPjk63stUndPV+wURhZ8\r\n456aTtZvsL62hLSmTV3YuGnhTHyUfbg1fNn5nRYAT9E0eRfmSH97KgPs44/m\r\nklBFT7I4mit4g0i+kmjFZ56X0rwhB0CVsjYa3pu62RhvcUVGTtU9DpxJ5NwR\r\nfnrlR/VDmHj9lvjYqDdU4dIGv3BmNJsE232f4t6S22A2q9czTIbAOKenCpUf\r\ntpe+UZ5ZucPqaRi7Lr/5RCOge2yAYx1GS28=\r\n=e+R2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"217c5b3f4fa3f2df121f256358760c15841f69cc","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.5.5","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"prop-types":"^15.8.1","@babel/runtime":"^7.17.7","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"27.5.1","react":"17.0.2","eslint":"8.11.0","rollup":"2.70.1","ts-jest":"27.1.3","mock-raf":"1.0.1","prettier":"2.6.0","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.6.2","@babel/core":"7.17.7","@types/jest":"27.4.1","npm-run-all":"4.1.5","@types/react":"17.0.40","tanem-scripts":"6.0.43","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.13","@babel/preset-env":"7.16.11","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.7","eslint-plugin-react":"7.29.4","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.4","eslint-config-prettier":"8.5.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.2","@babel/preset-typescript":"7.16.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.15.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.17.0","@typescript-eslint/eslint-plugin":"5.15.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.7","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.11_1647880307532_0.786775390319417","host":"s3://npm-registry-packages"}},"4.0.12":{"name":"@tanem/react-nprogress","version":"4.0.12","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.12","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"0d1319691613291691f24abfdb5a05975e65776a","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.12.tgz","fileCount":26,"integrity":"sha512-a3kjiYWPWpe9flbbYY/M8S7uxGtezerFl9ct8BBFYszXdDFHZBYF7a8cWC/aSF5ssD3ElKqHeyMi1bZlW3HhTw==","signatures":[{"sig":"MEQCIAiCrdzgiDYUiReFbthVoopZYqJC3Q7v6zPxiKNkaVQzAiBto10dG3s38VI7FPg5MjScXXJG/n/y3NbTDffR2MhaMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179684,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPiLoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoLYg//fxpqAZ6x/bcl4F3UEuLuzXEXPt/IQgjUn3xAbpTm94gvnXoN\r\n3sbX+/56pusjism2Zi1BtAgi4/W8lhX1DJqqeyvJ2IJgKUbR+OZOsFWUIiMy\r\nzPzUjBwZH5TPxRfT12OXFcs9R8E3t5yiFNK82ITqVCIREtABFjhDyRErFzni\r\nxpcBCNujNPvUHEFDtAX/F3dKOTQJlFgBV911Je2F2J826FwpBiNs7uUixq4E\r\n65a6BcpdPlXBJ8fVZveA/3oWQPA3k0KCoJm6gDDnILULvS7esHpQ06HK7Co/\r\nq9mgncZ8vYFDqMpp5DXLJY53s/o4SX1jeM9IJ/tMjixyFwPoxCKA/UHW0OfZ\r\npdrhBIJSJimxpP8hHJlaUx06PqMKL1K4cihRSOxCV4jsVyEX3T6ADILjbkYJ\r\nZf2UGDGcLxI+sCDOFl4RfQgkWm9BdTlg29u0GwJf/sl9XxES3UaTlvNuhpin\r\nLGS+eOFqwbdVE0cfKjWMg0JrOBxQgX5rWw5BISHGVaZJAtdMbElSafN7r3d6\r\nCIAsnNeAKoHWpxbsF1tlecg90QXUQR1aaiPbIXBy+3Mrsts1kNyKaSx3R+qc\r\nZcWWOKBvyGOK53DN5+FNKn8ICwDTmgDgfgsSfyk6KdIQBdcaJQU0Df9LDs69\r\n/JJSABATpGWHg0WT3TQFZXqF4rotbfdlX4k=\r\n=W9uv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"ab0373a5b305669226f4cdcead8da94653255be2","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.5.5","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"prop-types":"^15.8.1","@babel/runtime":"^7.17.8","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"27.5.1","react":"17.0.2","eslint":"8.11.0","rollup":"2.70.1","ts-jest":"27.1.3","mock-raf":"1.0.1","prettier":"2.6.0","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.6.2","@babel/core":"7.17.8","@types/jest":"27.4.1","npm-run-all":"4.1.5","@types/react":"17.0.41","tanem-scripts":"6.0.44","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.14","@babel/preset-env":"7.16.11","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.7","eslint-plugin-react":"7.29.4","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.4","eslint-config-prettier":"8.5.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.2","@babel/preset-typescript":"7.16.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.16.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.17.0","@typescript-eslint/eslint-plugin":"5.16.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.7","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.12_1648239336022_0.22386282528010337","host":"s3://npm-registry-packages"}},"4.0.13":{"name":"@tanem/react-nprogress","version":"4.0.13","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@4.0.13","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"4621dc33f4549648b0eac9d22bda3f6fe373f088","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-4.0.13.tgz","fileCount":26,"integrity":"sha512-ItmjT1m2S0QfEwl1827uLYMXVAAelkc0MqUublobqpubKMIwYWbkCrR0BiJ5yefTRBj26fG6MKwhFTkT5tFjBQ==","signatures":[{"sig":"MEYCIQD9MxHPYuJTWXk6oU+nMNOTWPachiW51wd+RDWrqJ0R1wIhAJWf/ylJffRbHygciLTtO6Y2cychkQWGYyobalIBl4Y/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179684,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRnLPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+1A/5AMpX83XbV/GNlS69nBF3oQ7LRhSQjpzkeALxfYNX0UtyMzVC\r\nL/jLFVd0QBOM6+7pX3uXjwVGYSsSSYqk3QVk19/kbiMbbwPXFwcsbopRO0Ql\r\nAdKMhUAFSCtz7LnuTUc+JyWhG3MvQeEhxXgQvDYOX7dTJR64i6yYbZjscoj7\r\nAcpBQ4qIVvxZ81YnTFsbKKcW24FS+kFST262rDKaSugKapk8OeHsPrkoeAlB\r\n5HmzvZCkvuTiSxV2I/8LeRTSDBv4p5sxmGNKBoX822CUzSOk8iY6+xSXLhwI\r\nqITxFZbYeg0tZOz5PQMHO1QZGSpVp+1LpZ7xZY+XH8kx/7udc9wTr0DLqhCF\r\nHGgukoeclo5mY+v/XhM+Am2QYNrhTzKYPbcOhqHHuHiOqk6RGlAOJsUddDey\r\nmxohUj+mBeTGzd5SPkwcHXOHc6rXlsdzx6K6Vb8t92i4eorhynWloVACWRXZ\r\nVekV6Xvd8PSAC0eVySjj8ktEnN2R9/vkSu94ujazy5PiYvf7xWK3BJh+/S2r\r\n2mYju145iyV4SNvmobPSOwhxZhR+om15DWTq93ZKOHT1oQ1LWe1rxWhttBC0\r\n51nqPhRgzP8e3AReoEM5D2FZ/tZYDxskEYCvl3+0F5t8LPGl506lWE5tXKC+\r\nrwuSxDXmpCb0qpwMB392ScWeTFbzClLyark=\r\n=vEtr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"19734e0c839fe7edbd7adc660fafe7caed6d2b5f","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.6.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"prop-types":"^15.8.1","@babel/runtime":"^7.17.8","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"27.5.1","react":"17.0.2","eslint":"8.12.0","rollup":"2.70.1","ts-jest":"27.1.4","mock-raf":"1.0.1","prettier":"2.6.1","cross-env":"7.0.3","react-dom":"17.0.2","babel-core":"6.26.3","typescript":"4.6.3","@babel/core":"7.17.8","@types/jest":"27.4.1","npm-run-all":"4.1.5","@types/react":"17.0.43","tanem-scripts":"6.0.45","@types/mock-raf":"1.0.3","@types/react-dom":"17.0.14","@babel/preset-env":"7.16.11","@types/prop-types":"15.7.4","@babel/preset-react":"7.16.7","eslint-plugin-react":"7.29.4","react-test-renderer":"17.0.2","regenerator-runtime":"0.13.9","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"7.0.2","rollup-plugin-replace":"2.2.0","@testing-library/react":"12.1.4","eslint-config-prettier":"8.5.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"9.1.2","@babel/preset-typescript":"7.16.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.17.0","eslint-plugin-react-hooks":"4.3.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-size-snapshot":"0.12.0","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.17.0","@typescript-eslint/eslint-plugin":"5.17.0","eslint-plugin-simple-import-sort":"7.0.0","@babel/plugin-proposal-class-properties":"7.16.7","babel-plugin-transform-react-remove-prop-types":"0.4.24"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0","react-dom":"^16.8.0 || ^17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_4.0.13_1648784079617_0.26393390681502926","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"@tanem/react-nprogress","version":"5.0.0","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.0","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"5da9b9f5719f40192dea7d7157fe5fa0da64061e","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.0.tgz","fileCount":26,"integrity":"sha512-ReHCykV4pRIiXsPvbIwZ7Qrxx+940W5AdPsrXeFJlxBWUa9HEMtjXxwwvCoFbnlDF1ZziNvriAvgD/rneM9v3g==","signatures":[{"sig":"MEYCIQDid6+x4y/pmhwpDB7+cW0Kza1rFceOc2VuzDmKV1kzsAIhAPqmxAPJoVOdMkvJ1M9fjnYruSFHzPi5Lxx98f5rp3UB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiUi6/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrkWA/9H9kPMctKOauUHqEa30D8rJ6N3ZJ3fSc6c5PKSYCgvOQvlMU3\r\nTklf27ZC1dY19clY/CgpYAc8Z3zXJDZSH/SKgWBW+AVXpvTO/ZN2IQvesKwW\r\n8s+pkbRS9Kq73ZxkHwiHmPfpnTrMYGvx1JJLxSG74J/KHFt2X87MUv76rz9N\r\nHsFzd+YcM/aJQ7iKQVBHqs2KO+nAmiSXCBgYOcbmOAxFd8b2DyMc/0tMjH9j\r\nO71nuGvPfP8mw3AEtaeuW06pZIgmWatLIkfSxC9UVySh7flnnCoUkUFMS7OC\r\nOSm7hxE+oLx/hLmFSN9xNMzzzfdu0Wg/D/2CefZdo8g1Y0ZnN5VMNd3gA9Mn\r\nKypb3CWuBog0tzfXzeluWlvKpC/7pX7+x/lJWE15MeF7FLAevWadTIqpPVCw\r\n3oyvlHSOFbeOLU1M+kYD9M32qbhw+zC9wydLn86guAdzN0LfxuDgPDGplKc/\r\npjIcaQbFqXTxMGu8W7BcVZK13i/SvtaAU78zzYWfXe0Zx4XJemOygof/EatV\r\n+JZY/lWr+nppENOUv1O3LAWKkLVQDQaSdTYlW6AXdc6yymYaBPGNiQdaL6zZ\r\n6P9ohEem9fL39qzhHqcJRjKMehe6TZYQrzrCUuY6pvExbiKmjlO2YpkmnYRd\r\nIe6XvlKI4v0SROSRiBkGLP51vyYh9X2b4DM=\r\n=SgZI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"9ff6e6214b23e5373cc51d49117e37de16b67969","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.6.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"@babel/runtime":"^7.17.9","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"27.5.1","react":"18.0.0","eslint":"8.13.0","rollup":"2.70.1","ts-jest":"27.1.4","mock-raf":"1.0.1","prettier":"2.6.2","react-dom":"18.0.0","babel-core":"6.26.3","typescript":"4.6.3","@babel/core":"7.17.9","@types/jest":"27.4.1","npm-run-all":"4.1.5","@types/react":"18.0.1","tanem-scripts":"6.0.46","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.0","@babel/preset-env":"7.16.11","@babel/preset-react":"7.16.7","eslint-plugin-react":"7.29.4","react-test-renderer":"18.0.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"^5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"^4.0.0","@testing-library/react":"13.0.0","eslint-config-prettier":"8.5.0","@rollup/plugin-commonjs":"^21.0.3","@babel/preset-typescript":"7.16.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.18.0","eslint-plugin-react-hooks":"4.4.0","@rollup/plugin-node-resolve":"^13.1.3","@testing-library/react-hooks":"7.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.17.0","@typescript-eslint/eslint-plugin":"5.18.0","eslint-plugin-simple-import-sort":"7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.0_1649553087569_0.8075539126817888","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"@tanem/react-nprogress","version":"5.0.1","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.1","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"338249e907c805e51ab9e6c712ee59130f190f93","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.1.tgz","fileCount":26,"integrity":"sha512-Q6nVFs4EP88L8b/oVS5MJgEfF7NaWfQ5sGuNXVvxtzPn6EmfCsunG5Oj5pZdpDH0MFSRMvd9cfuL/WpW+S+bvg==","signatures":[{"sig":"MEUCIGxDM7Jbz5Ff7igpjYvPIAc7j0v59do9FOk/ZUxcTkMKAiEA6FcIpVLo/AAf/NHxgTF2hh3aMfyRYRMEo1dtj0EJHWQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimneLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5LA/6AjalgSJO3i6rrwcH7Bph5uy2drZQrT2Jy4FYeIvJxrCmNHkv\r\nN1vqMDe2ZnSXYrEdCRuEVaqAPrsQX3ODxRqCUgpgYnj/C5B+ST3pJsmU/3AY\r\n3Z893r+vJPlXWt5g/XA7lqZVCvsmotz4MSbUMeE0/9pfutbWMr1J06rgMi5F\r\npGs3r0/ICCCrrs5J1Lz+pVZlI/utKYhklaGiZnUF8IKQ4uxdB7e+Bfa2Zm6m\r\nAZGAOO7UKLybSj79JEpj0RMzTA3ZUqHmjD3U35ETjRVe18jMsuvfzNIkf34o\r\nzFaJxlp4ZjqpAHv8J+3ZnZ1FZbw/gv78XIoRMzHe2Z02Z1fd0YuqyaiRoRmT\r\nOIAXDScOChM1SPIPRV9m2+VFZ/60Pza9ynL/kfTJjU8TAzqxWSv+XqAoPV5E\r\nV+zZbCdqEKbV65QWr6uANp9h1Do/sDlhrcrWHIGcHmgoliInKx+/nSvlxErg\r\n68WIxCXc6+eKENvUkUyqpVqhrMHhBGju8Wmb6+TA0k3ijtP0hbC15NgrnCAX\r\n/N6R2PrmIIkgpgmoczePJvU0EyTCF6s7FxRwq2C/lBjQtMOt5qwFp7xdGbi3\r\nwoLjTFvuAmBDs1cO81zocG5g0c5TJmHWTwAv3sHsA0TrgFZD04VOKhI72z2o\r\nt+/dYQE13WC2m+Bqr1yTQXLj/fhMomAuihg=\r\n=egrD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"2eb5a47982a544bddff869de2cd3b1cf5970e8f0","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.12.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"@babel/runtime":"^7.18.3","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.0","react":"18.1.0","eslint":"8.16.0","rollup":"2.74.1","ts-jest":"28.0.3","mock-raf":"1.0.1","prettier":"2.6.2","react-dom":"18.1.0","babel-core":"6.26.3","typescript":"4.7.2","@babel/core":"7.18.2","@types/jest":"27.5.1","npm-run-all":"4.1.5","@types/react":"18.0.9","tanem-scripts":"6.0.47","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.5","@babel/preset-env":"7.18.2","@babel/preset-react":"7.17.12","eslint-plugin-react":"7.30.0","react-test-renderer":"18.1.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.3.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.0","@rollup/plugin-commonjs":"22.0.0","@babel/preset-typescript":"7.17.12","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.27.0","eslint-plugin-react-hooks":"4.5.0","@rollup/plugin-node-resolve":"13.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.18.2","@typescript-eslint/eslint-plugin":"5.27.0","eslint-plugin-simple-import-sort":"7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.1_1654290315196_0.896262471447363","host":"s3://npm-registry-packages"}},"5.0.2":{"name":"@tanem/react-nprogress","version":"5.0.2","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.2","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"5dc207001e484c6ca7f67cf185bb6702750ef0de","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.2.tgz","fileCount":26,"integrity":"sha512-15B6hmOhsGemjlT0uILqK1qpGuOQYjVe8tzXz3Nawmz6AWsArLeACFKfFOmVzjio+wjOH2IVnzgFCeIKjxq4FQ==","signatures":[{"sig":"MEYCIQCAngjIYBYNrEkkVv2K97F0H4R0miiya2knG/nfeHMQtAIhANSd8N4LG5ZHbC/8MQdl6Kmx1r6Fib70iI+InBBxdSAX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJio4osACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqR/xAAlSRiOvuPZDS45OSks6mFdBju62PJcdg2P3nlIVixyIWMihtx\r\n6RRWwwGCXj2diCCr92MAXeEJHe9rtomfMJ8KtKcnPkcUC1SrS7LSP/2OE6th\r\nuIeyKReW8u3ToFon5Qmk8KzlUsdtc8JELSnr6VMFDYDh7SRb6DB4+/mgIfGF\r\nf5NpPQ/+WM+byj5LW9fJiojxcQlQ8zC3hp77bGizJBUKtuGzAZs9OgnV7xnG\r\n7ORIksOYJT3ikXM5hLErTsvd452dZ8JY9hi2kaGGMZwh2lK0VfVB+OMyd/sq\r\ntVvwMcRdtfs+E7TK1TeYM0bVi9wuk8D+V307UwsPyfSaCxzRwnMYmQsK045i\r\nFHZHoYKp0/PW3VuzEHvxitH5N98QIMOJgFtloic9s8W1Z/wuqBiD+mx3ap1t\r\nN7HMW+bAH1mqKvjXGtJn/fJYhwyaIm1ODl4r89kwq2iAQr8COYpxoO6lP4Pn\r\nu8OgpjeccBz3ifaJZFLi9i2nY/rsWxwNjqac7dCK4n4ATkiq+H5M3798lxGV\r\n9BMC6dzyJ6YuaO/Lc3OvVXAt5AQqQpz4mnYYa6ux314LTnTr7xkGtxmIo/J4\r\nKvjYNRw0MEv3zneN0QYF65oAx1PWoiqiNWvTHO2Fn8tZ0+j6UJSnS2X+awSf\r\nrFqxW1b7teiaIkHgvaS+UhtE9hkLyjAYwHM=\r\n=N/RV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"982ec856476efe05cf850f77e36f7d936869c438","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.12.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"@babel/runtime":"^7.18.3","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.0","react":"18.1.0","eslint":"8.17.0","rollup":"2.75.5","ts-jest":"28.0.4","mock-raf":"1.0.1","prettier":"2.6.2","react-dom":"18.1.0","babel-core":"6.26.3","typescript":"4.7.3","@babel/core":"7.18.2","@types/jest":"28.1.1","npm-run-all":"4.1.5","@types/react":"18.0.12","tanem-scripts":"6.0.48","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.5","@babel/preset-env":"7.18.2","@babel/preset-react":"7.17.12","eslint-plugin-react":"7.30.0","react-test-renderer":"18.1.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.3.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.0","@rollup/plugin-commonjs":"22.0.0","@babel/preset-typescript":"7.17.12","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.27.1","eslint-plugin-react-hooks":"4.5.0","@rollup/plugin-node-resolve":"13.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.18.2","@typescript-eslint/eslint-plugin":"5.27.1","eslint-plugin-simple-import-sort":"7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.2_1654884907848_0.6520216789232955","host":"s3://npm-registry-packages"}},"5.0.3":{"name":"@tanem/react-nprogress","version":"5.0.3","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.3","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"b1e1c4806855b736f4f0fd9af09e399a6d9c0e22","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.3.tgz","fileCount":26,"integrity":"sha512-Lq35tFWW5MON7tB5bliLFDSYpqkg1fA/K0A8sesAQDTC1lS41k9x0o1Vcac5vzCJf5ehSzFpm5RYYU0NzisUdw==","signatures":[{"sig":"MEYCIQD1PZrHbu+Oy0UBmkY0lNjvO0KIHMPaaPj2i1nKCXCpoQIhALgTRHVKLzjDZHd1eHbJueWoCtk8Tk+GiTrjAP6Odzm0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirTIhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmokWg//dL1WrvIHZVjqMLvSozo8GGrW5lgHsX8RkY3XX2gnUrpLYzLP\r\n7ei7LHMIs33/WZZ+A8pWDUeiPILcBbPEjV0qW4s/zfjH7j1rZJSInAEnPVFh\r\ntBFVWWtGgVPB7GiR2gaJ/H8gqF067t0HzPFd50Or6DfTyg8UMqWX6Blb2eWJ\r\nnck1IdjaTatg2XZOi1EGN927U0dsqNFlONpS2kE2atvv+g5qIQU2+I1Uuu9G\r\nlcubMdT3Of6PyVXiGESHh/4BEXQfuni1jOECY8HHhioL6HXYS21lceBI8yMc\r\n0E2EGFKx/9MWc4CCy+z6p9YVRq6mRxg/4mlY6EhZyTflHr5eNtI+MCnWuVeZ\r\nI37l4EEzlkosGSAJB39JgB8PQlfq5TJPlos26inQ0aKnElIgN39L2CaKHJmh\r\nxIB1FNRUpUvu6IYAYl7NtrYktKApLcqLu9mIw1eITGAt3ox19rQqwnX3vDj7\r\nbxVf2OPlyOU0ZVjmUlFBS+Ec0oPowR/T/QVlpB6gnxxSEMKPYRnWhO1CmH2C\r\nZyxIM99bI+0Xu49Hx1HNLop67dN5UhWd2VmJzQvEh4Fpf+5xWf47/FqlTY48\r\nPZV2p4BLtak6/zqg0ygNltrygg6JQfiJB3N53Ye5gO3HY+lsDfEvnW+jonWI\r\n6uAPgiFNtdl4UTqLDkjA6bkWyrF3hGcjAlQ=\r\n=vdyu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"d8709589450d7c80319f8b5ad38a36d9576f396b","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.12.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"@babel/runtime":"^7.18.3","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.1","react":"18.1.0","eslint":"8.17.0","rollup":"2.75.6","ts-jest":"28.0.5","mock-raf":"1.0.1","prettier":"2.6.2","react-dom":"18.1.0","babel-core":"6.26.3","typescript":"4.7.3","@babel/core":"7.18.5","@types/jest":"28.1.1","npm-run-all":"4.1.5","@types/react":"18.0.12","tanem-scripts":"6.0.49","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.5","@babel/preset-env":"7.18.2","@babel/preset-react":"7.17.12","eslint-plugin-react":"7.30.0","react-test-renderer":"18.1.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.3.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.1","@rollup/plugin-commonjs":"22.0.0","@babel/preset-typescript":"7.17.12","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.28.0","eslint-plugin-react-hooks":"4.5.0","@rollup/plugin-node-resolve":"13.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.18.5","@typescript-eslint/eslint-plugin":"5.28.0","eslint-plugin-simple-import-sort":"7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.3_1655517728876_0.8692528230734025","host":"s3://npm-registry-packages"}},"5.0.4":{"name":"@tanem/react-nprogress","version":"5.0.4","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.4","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"22280b9f3b347d5d9b810c51842b6f6373ab0961","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.4.tgz","fileCount":26,"integrity":"sha512-EtY/CCOJRBxWZwSOR+VD6mTFrOcXPcKQt/Y1DwiBOLD0hEky1YVaPWfs5ewgwDtMqhnzvjkKmjX8pb3p2il08w==","signatures":[{"sig":"MEUCIQC+CgQtbDO08DUPZ+2qzNG22EwDW1OO8Acw86hTLh6+jAIgKaq2ciMVxxp96PtSJG+q7TkCAwA2lrTIao1NK+UPPCI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirknMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXEQ/9HYPHmJrk2Qw/jriyJN2V15gZyQVpyiACkxm6Twjq+1AE4jKH\r\nWuRSH3Ist62a/nt+tRtTnZLMWUw0yNZvVLToPUA4PjaCCXCPZVGkqAeu5xju\r\nI6q0hGtzstXH9wI18zKbLaC06+Wo298jdCwEobwK3du/LNPnTE6t4pGt9SB3\r\nmoOz5cpHkjxE9gQlOIGQPVu2eqzBfil3zZGTMZDxHpGqP0MMZfZtTbwFMTE2\r\nAUdfU3OduvvvqdI1kLeBFBOE8r0qyWW2PZcv0Aq0d52KnN/27xIZyNvx/YYs\r\nTILV/TxbeAd3J4ugK+nuPKIgDVYFt0yDOXGF110/TLLIGQkTk0oonu4Mrprq\r\nEkAIcDzJNDCMs0gnaYg0FjF5obBPF7HYMgTpU7pXaGJZMwzIEU9OkKA5tF2a\r\nB0T0bxnOhZJ2n1cWOPQ2QSknRDwbyiUdPKwkAzMCPOtW0gvr6RbNPHs9dZGs\r\nSew1EEPy7HRPfVJ0734paQhzzjVFkLjTogtAFbLXi3ppi/l9meuVdubQIkRT\r\nm5A1t2An1mogpm9rq0LW3aVzosQN28NPmLW+Wp9Lutvm7Q7q9oUIPqzi4eiR\r\nd+eeVcEV7xoZUJJqoGNBb3p4t7Bjw6KEM45gvN3DQ+CXF8D+b/fzeBOzTDC1\r\n3RI8hl6cfMQrcrtJf1M0w+vCtHXUT09RzMc=\r\n=17e2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"ea16a12792fba6f5fe3fd4eb66a38d49798b9db3","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.12.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"@babel/runtime":"^7.18.3","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.1","react":"18.2.0","eslint":"8.17.0","rollup":"2.75.6","ts-jest":"28.0.5","mock-raf":"1.0.1","prettier":"2.6.2","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.7.3","@babel/core":"7.18.5","@types/jest":"28.1.1","npm-run-all":"4.1.5","@types/react":"18.0.12","tanem-scripts":"6.0.49","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.5","@babel/preset-env":"7.18.2","@babel/preset-react":"7.17.12","eslint-plugin-react":"7.30.0","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.3.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.1","@rollup/plugin-commonjs":"22.0.0","@babel/preset-typescript":"7.17.12","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.28.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"13.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.18.5","@typescript-eslint/eslint-plugin":"5.28.0","eslint-plugin-simple-import-sort":"7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.4_1655589324547_0.5047554619316803","host":"s3://npm-registry-packages"}},"5.0.5":{"name":"@tanem/react-nprogress","version":"5.0.5","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.5","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"2b1a77c73410c8ba079c3554d78f3deecd956968","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.5.tgz","fileCount":26,"integrity":"sha512-mEFoHx1cpA0xWIq+WPBg3+k/tw60Hj3g7ebOYFmv2K4gUPp+VT/3BwJoO5IAL/fVz0rfKINgNbz5gB3Z6l6G9w==","signatures":[{"sig":"MEQCICRCoXrWvsXRxEePEdV+Ldk76vo4mMGgI/4ZjDHtlQ4DAiA5NQU1ipNgNKQtao4ODwyZRfbXNR+RAiriOPTMYAslww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiu09xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWDA//dOxoeel7BJkUrsRAPQFIYBw3ZJRtoc1TEQucF5Sk236tURQG\r\nM6MIFlgoZ4IfTteBfwFOlB2bG0iUPMaoN4mSdGOKbkKFCn0YdTjVluUOiBGb\r\nLR9ByCnwwU/P1klwulUecmPhRB01yFnN5IuBkVg3/xl0gQALKY4YkmdceQZG\r\nlVCE5/QIYqeDDTz97Ky3PZrfKR49hXcK9TbfAhLjFTytrbOKP0Wr+h2mfhnS\r\nCTI520DtKP0GCTBDyA9sfCPUHjjxFt5S5VSZ+79Z0rwjScOW6r07E1CBq7ye\r\ndd+eIUpAqVqr363HRsg8VoqFDBnOQFEbWc6D0BQSBwxrjoYN3im9jyVe7cRo\r\nv7nZiKiLM+d6glxLwNinEQeNMVG4OVPGmEB64wvgNUhaVbjLfNBQckHUCho4\r\nos6MygSHUos2tUy1IJVx5k5ZXpvg4ekVqYqDg+v5Fec7tAEir+ZKJzOO54cd\r\nBG/iUoHTmz1ssEGmewe1Mrfj46uTL+JfO4j1EhbWUsuXgid5W1F1s08/lFcO\r\nhlWpTdxXnVVb+Cj5HhZScrTKJci5kFFlt4avkO9XXHbPOW+jLiGIWXB9Kke6\r\n/Cqc0pcmCU4n7pu01v7i0ARZKYye5+5m2ANEBT+VN2IvhbOuXcjOuWDSBllm\r\nMk4tT9kAYlZvWMmzfMr20JbLflAWOdGE0Nk=\r\n=H0Y8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"bb1d87c6b02a50808e7feed96ceed6b5f75b7c36","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.13.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"@babel/runtime":"^7.18.3","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.1","react":"18.2.0","eslint":"8.18.0","rollup":"2.75.7","ts-jest":"28.0.5","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.7.4","@babel/core":"7.18.5","@types/jest":"28.1.3","npm-run-all":"4.1.5","@types/react":"18.0.14","tanem-scripts":"6.0.50","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.5","@babel/preset-env":"7.18.2","@babel/preset-react":"7.17.12","eslint-plugin-react":"7.30.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.3.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.1","@rollup/plugin-commonjs":"22.0.1","@babel/preset-typescript":"7.17.12","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.29.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"13.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.18.5","@typescript-eslint/eslint-plugin":"5.29.0","eslint-plugin-simple-import-sort":"7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.5_1656442737389_0.6237124598796404","host":"s3://npm-registry-packages"}},"5.0.6":{"name":"@tanem/react-nprogress","version":"5.0.6","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.6","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"8a199cdf5c23f055932f4d585f25201a33e41c55","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.6.tgz","fileCount":26,"integrity":"sha512-gZT+JKcXXGz9EbBPbaZNSp9CxucF6jwn8zvnXYldvrVydbe2BZKGafxXmZ4FaTbUynEth3BO+Srnc9bIEkKIaA==","signatures":[{"sig":"MEUCIQDRU0J6hPJN8E8GFQP/ioLHuT/R2DcvvzPjQRcXoCnvqQIgV0lvQd0s6BANT1bYNQz03ZYjX+QxvaO+Et3mxmMFTy4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiwLliACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQFw/+KdtoFsRwlT9RFkSu1UlSv9x70/F6lD7wbz5TsUJi0HHhGrjc\r\nOQiPLgDiKJxDOFFl45DfQ/hDhDwx98I2hg1FVmu3mWw4KnSPZzQftJZFBlx8\r\nnvH0T+/15VM3smb9kLAU4HzeBTwn7f0Oz8SGOdVjrK2ett7CgySya5bJAwaX\r\nPHO4ahqUN0U9RnMpvX0w7sVFUN8Ong+T6da+BgJKI8nrkFgS/n975ymILP1S\r\nKmpiqMJj5IFG/WcwCVUd5eDe4VEsDIqcXZRZSn74K16LeQsTG46cnFSQJf0X\r\nx7XqUu8sV7/9nnccPI/HPk9GGKr2Aeoy10ZAfgZBTj11egRaZ9X2zQN3hsF7\r\nUf36gmEJKkKcfr67CqPysTRl0D+XJ0TPz2s8OAY/vFs7YTyMsqX68+JCoqKQ\r\nw4uvgySva0gfXkBLPzkaigPPBm94cNo3r+EgITrG4Fx9F2u0uXrmQ8lbaF04\r\nNkpz15boR4fzAR3xBOZc9wWv235EKyrRdaEDYtdTjRDRsqAHikMBI7u/ZZxm\r\nNaPxkt+ly65N/gvedBwsCUIIWRRzESbQAv6qkDBFVMppSbHQkaHpl8M40Hlr\r\ntk6RFhg4r1KyZ0DPPb3PEzb+rpCAO4HBUxbv12pXWqFZlc27jTB205uyjUQ9\r\ncZTOP85DZBYJ0cZql6XS8cIReC5iwQxA5sg=\r\n=spKL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"54326cbad686d71c891fb623f6b73a00e490e528","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.13.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"@babel/runtime":"^7.18.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.1","react":"18.2.0","eslint":"8.18.0","rollup":"2.75.7","ts-jest":"28.0.5","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.7.4","@babel/core":"7.18.6","@types/jest":"28.1.3","npm-run-all":"4.1.5","@types/react":"18.0.14","tanem-scripts":"6.0.51","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.5","@babel/preset-env":"7.18.6","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.30.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.3.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.1","@rollup/plugin-commonjs":"22.0.1","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.30.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"13.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.18.6","@typescript-eslint/eslint-plugin":"5.30.0","eslint-plugin-simple-import-sort":"7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.6_1656797538813_0.5833704837759861","host":"s3://npm-registry-packages"}},"5.0.7":{"name":"@tanem/react-nprogress","version":"5.0.7","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.7","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"3e4d0d5e9252e95c3ed96fdcfa1774f17ac27412","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.7.tgz","fileCount":26,"integrity":"sha512-bN/YQ/+xj3Vpv4bS32ZZ5TDwvqLFmsOpneoyVufw+h6Xqfk5PYOHGWZsuMMhpkVjtytbI4uXomFilK3Fr0w2XA==","signatures":[{"sig":"MEUCIDwspzIdyicCsfqgyHxagM4bFfRke1bM2m2HL5tpPyy3AiEAxVu5IBxkTFFQVULeKg1hYNKtSGsJOnQAYEDHCRvwq28=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyH0lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1dw//f8C7AU3Zy95uCoLdEGDxDUZUxfmE/7HvCFW4S65z12OQw0jK\r\nKqOZfKPWbe/CL+140zpZqB8rUEwh7K3W6/zcZnqlFArKuyrn+EkGPTKgQqbP\r\npXVIkCQ064INWL5pYhTbEFKih1g8tXdbSeexTA0sYumPrzMxT+bKAtaTcdhJ\r\njXRUXySpZT/qB2cN3kS/2q5OUaH4zKtGUeLdzswreeO9n6BqgW7Uh9PJsOHf\r\nZ8prCxs+SA7aJBVEDvsbcI2xNjyT8CTwl/BONq+3q45XOrPGzt1axf/b/t+x\r\nKw72ct1vsmb6DBaFd1VjVXqIMTudDslBWHooEgv4t+7BMxl1RDtjU4ojjWys\r\npkUiawECB/xnvGBL2rGzq8v9Jdhn6o9J4zOlxZ7osYLvW/2u3gsBIvXEXBzL\r\nfUec77t/RSIeCQNauXnsPr6CswrjoDz1eVTSY2zgxrKa2Psq6cp5he7GaCVg\r\nJCdHYnfBBCUIlJlttEvEfMExBgJ+Ho71Vz5N7DaPaEJf9ke1Qt/Kf6w+EY9k\r\nwMwEf6at1cfs13uzcqIXsPEtFwiRDrEGPBEJjjouTc2RDLsmGb23OkPIwzTX\r\n6sPg3ginBsfkXcbm9/jutZ7A8++hGS2C5Ax6J+yGeHM/QWnGecgfiBhneDqf\r\njMdOt80dyykrpo5dc6oXRdgSeRcF5EsFPiQ=\r\n=6tEM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"642b3e5b65c2f7dd18b876aa82fa1674df9212a4","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.13.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"@babel/runtime":"^7.18.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.2","react":"18.2.0","eslint":"8.19.0","rollup":"2.75.7","ts-jest":"28.0.5","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.7.4","@babel/core":"7.18.6","@types/jest":"28.1.4","npm-run-all":"4.1.5","@types/react":"18.0.14","tanem-scripts":"6.0.52","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.6","@babel/preset-env":"7.18.6","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.30.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.3.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.2","@rollup/plugin-commonjs":"22.0.1","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.30.5","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"13.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.18.6","@typescript-eslint/eslint-plugin":"5.30.5","eslint-plugin-simple-import-sort":"7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.7_1657306405102_0.8462447554808203","host":"s3://npm-registry-packages"}},"5.0.8":{"name":"@tanem/react-nprogress","version":"5.0.8","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.8","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"64b4a06c886ce67872b9228c4e62d1781c1a5f5b","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.8.tgz","fileCount":26,"integrity":"sha512-40fHVu6qq4Z+AheTxckcd5trx066FvilViQDcOd/v0FW7ap/bJslcMP7tr1rI5By16oddmfgZzLZEmU32ST1Bg==","signatures":[{"sig":"MEQCIDENrIBmn/o8o9XX9jdyJ7Nf94MsoF9qPziApiXZwOOXAiADYzdi7ErKIQ4kld9jxNqrhLIXzfwVW28+7VZ35b5iow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi0bO8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqsSw/9HY4IIWo6wU4GUqEhNOpoTAajYer4S9hRw7wjo1UEc0xHsLB6\r\nR3cSL8gd8OtZR4uc58vd8gNVr5+vYKvUGgq0p/W0QYl5Qn+q5CCDoVoaVPLK\r\neZdAMOmo7bTil+vG60ZcXWia3SPZmBkvmkfjvXAt3UQamvvxpVGUJIvQUn0/\r\nUO2Ap038Wri4+BWslLveAkRiQjRf1O+JmXcx/Jr5T6SNFREsw0tPqgz7tl0J\r\n2S8veRijvWkxwpsTDB6BhHwP9iAubT7Lmugv9Jq8FNFm/JGWWoE53vLX/NY5\r\nTJFoPS5dCAyx/zU4nfiNXJKToN9tvGZoWH25y2ZKvpBQDjvqKYU3rA8dg+9b\r\ndU0KHMEdpw/oDj95ES4j3RCOXhXxIwUISVUY6o+Ts+OwTcAduUirtLQ2bvHc\r\nJKWJ8pUcuBG+p3EsiLvtBk2Rsw5qvD5V7Ea8bJauxF15OtP9qkYKXIqum347\r\nSFLKy3scLiuKg9y03v3LVuwdiI9hUg9QNN/X3VbhIPSafTS4OMJ5GMxdrVhK\r\n2tIALJjsOSphS9nvdRn0f7jGv9pT2LDmaUlmwloi4f9Z+bkw44vmg8hDILqH\r\n4nKidFWRxKXel9+L/rcs8RcabwgcZtJtRP7RhmNRmB6fXawsCDRSoXyV1WMe\r\ntSLdqxBXMGwhxnKgl++AXfLNMKAC9yCr0xk=\r\n=nvHf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"e93bb42b13afde8342b2151cdf8f1d7011e85c1c","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.14.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"@babel/runtime":"^7.18.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.2","react":"18.2.0","eslint":"8.19.0","rollup":"2.76.0","ts-jest":"28.0.5","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.7.4","@babel/core":"7.18.6","@types/jest":"28.1.4","npm-run-all":"4.1.5","@types/react":"18.0.15","tanem-scripts":"6.0.53","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.6","@babel/preset-env":"7.18.6","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.30.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.3.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.2","@rollup/plugin-commonjs":"22.0.1","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.30.6","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"13.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.18.6","@typescript-eslint/eslint-plugin":"5.30.6","eslint-plugin-simple-import-sort":"7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.8_1657910204121_0.2379063312049432","host":"s3://npm-registry-packages"}},"5.0.9":{"name":"@tanem/react-nprogress","version":"5.0.9","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.9","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"8932316b62fd91b768f86388dc30401412eb5d87","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.9.tgz","fileCount":26,"integrity":"sha512-Yg0JLS0FjUbPiLO5e4wdGEIUhRNekXlDGltPjh1IQSkTizNHmz4a/f9AzdjBX1rKy9+aUavEITNU/sB/Iq1Gnw==","signatures":[{"sig":"MEUCIQD2Iyd4jpIf0u2NQa3vgD5jfw2Yyx1mDUNmhbfcBr/6lgIgFHyvzF8iFlRRWWO2chZSvKobmht6wXGLvW27hTB0HAM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi5Dh5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWUg//YqNzL8b6dVDGOWCwn2g0dxYRpeJtonghZawAd9Drg+fQ07fO\r\nQzFphl+/mVWbQ1LjH66scqZ5wnKjIIeCbgVcssZPMNRsKqUVOQWlZa+0M+TI\r\n4LP/+PPuRS7IQsmyloouetx3UbzASep+23hWSKim9GvecRQxjOsCBlr6+0in\r\ndWOnjqulmXcxb/zuMhk8p/cKiqehIGySD2CsONKSySr1OFNKOQ7s6YiF5+6f\r\nS7Zh/DTdEfavpYzoLvffIU3xStaG4M2WTvIl03H4JJBwu+e3VxkzssLT3Ifc\r\nAuFZTBhgJeqxrSOiBm/hEhZDymsZHDVZN9J5rMAwad1ufUjV/CvoWmE6MoPR\r\nf76+4mC0rwXygS791pkwABq0MjhX2xPj+FJJFb5WqvBXiPCjgk5s+AKi4msv\r\nYbdpL0NwzndL90WLi3VG9M3UKIFslBYX34X7iMQkD3swpesatlY9qAw1EQPg\r\nvTPV2tSb3kOoZe5OD7bAqBzGUTFgnkZLzwn8YUgAwBO4Y4B+69ho0TV0HXA8\r\no6jHdFBgA6/n3aaFGaLraTHQ+YLHxIAIUY/QMTQ3zResj3BeVNdHOhxpgh3U\r\nti7PwquAmXlm5XcvWLcgj41V/1VRmDj8GDbM5giK7VwHr9XIZ3S/zQgzOmW7\r\nZl67B8b9CD+N+SypHpmGeJ6yMBbhOu0DZcU=\r\n=pROh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"d2c18b9a2dc325bc1c2407a319b965be01cb850e","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.15.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"@babel/runtime":"^7.18.9","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.3","react":"18.2.0","eslint":"8.20.0","rollup":"2.77.0","ts-jest":"28.0.7","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.7.4","@babel/core":"7.18.9","@types/jest":"28.1.6","npm-run-all":"4.1.5","@types/react":"18.0.15","tanem-scripts":"6.0.54","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.6","@babel/preset-env":"7.18.9","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.30.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.3.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.3","@rollup/plugin-commonjs":"22.0.1","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.31.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"13.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.18.9","@typescript-eslint/eslint-plugin":"5.31.0","eslint-plugin-simple-import-sort":"7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.9_1659123833369_0.6886417845891672","host":"s3://npm-registry-packages"}},"5.0.10":{"name":"@tanem/react-nprogress","version":"5.0.10","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.10","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"a0d9ca42d184d26c4d32824c82874f9310980d1a","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.10.tgz","fileCount":26,"integrity":"sha512-Sz6FbWf+eoJYpS4GNNDnErY3OYbEzrGzlYsLF3q19BI4tckZvsk3dZ4WNhC4z5IPR2PHV07+lVxsjRnBuYzjww==","signatures":[{"sig":"MEQCIHmz6RPX5agTf3ImQV0nvIh+nPPoPsYZ5EFzbZZgMd6nAiBZcY7dtmlyg4UO5doK89O3RECUB/dWrZdp14QOkCq+BQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7/4/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPXg/9EFXaT/4Xs9RGJYuM8iU+Tvyx0uMkhGW8nYo+wPZzyNsPqgdQ\r\nqsD/MP1EcKIHga+WJEfMSmLGmyxMgKUbQTIC0Me9oScJCQJNG2xx6Z5LsZD/\r\nBqht5k7E8ogGi7XcnrA2WZTAe6h6NCtEC2Gg/RrmGT2EiBtwGiPzeWWDGGOK\r\nhAcGbubj7btbggU5YYoAEU1N4a91cCDr8rFHM3bEryz7RC6nD3SmMv1F+V/5\r\n0aqoOeqY20SgOA0Gin+Bw2A1/6bZrIKAqPZS8d3uYZ0/cZ9uUKQfWlTtkqds\r\neDqjSxFk0Xlx9rkWZktgn6K2FGyLTci2cmkojz3oPNkpILvh5T/Ib3yhSQ+E\r\na9v2QwwvWSdN48AlkW2nCLxZFUNCTZrhUakP6blf8zrcqBizWrFvouKPt3HL\r\nrbRi6OssN0HkW4BKUpSAyyE12iwG1jf5cpZSW8MEKufXHuUdGgEArPW7H4yq\r\n49dpKiYyHoYZgQi87ZwxFtaMkWvN2/0Kj8O4cXk02VLg7j4dR0tHGrDrfO8n\r\n3tDwbcIcoEwjC7bO++XB8wXm4jjmwIAZw4dkTtbXof7OxAPiMqNglgauKplz\r\n8IMMFQaNqYRrUi4K68SvOFMzWGpWijk9F5UZceaOx+svufT3AOCdxID3gQVi\r\nrQxRyTJjHPA5SUGWrWlMe+5m6JMtqT+I9sU=\r\n=gC7a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"04372a7ffb9820b5720d68ed8ca7c29eea1963a3","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.16.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"@babel/runtime":"^7.18.9","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.3","react":"18.2.0","eslint":"8.21.0","rollup":"2.77.2","ts-jest":"28.0.7","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.7.4","@babel/core":"7.18.10","@types/jest":"28.1.6","npm-run-all":"4.1.5","@types/react":"18.0.15","tanem-scripts":"6.0.55","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.6","@babel/preset-env":"7.18.10","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.30.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.3.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.3","@rollup/plugin-commonjs":"22.0.1","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.32.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"13.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.18.10","@typescript-eslint/eslint-plugin":"5.32.0","eslint-plugin-simple-import-sort":"7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.10_1659895359145_0.6958930115562878","host":"s3://npm-registry-packages"}},"5.0.11":{"name":"@tanem/react-nprogress","version":"5.0.11","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.11","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"ac05edd3b93c88170b91ce33871e1dc71ca5af22","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.11.tgz","fileCount":26,"integrity":"sha512-zLOsKXzTjXkCEgicC+wHxZiXl5/ONOQIFoZ1HBmHmNbrnMStg4/T6gmyBLRDu4lQ5cS00F1ElRwLSODd0xmNMg==","signatures":[{"sig":"MEUCIQDL71Jkl4Bkrv/K0hE3lZL8icUDiThJnO/RkZKN6ejcmQIgD0B+gsMMDZNRNDSeaZa5v8+ET+mtCb+k3OqxxcUhjSo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+TnOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqMJg//dsXnedtBbRfDpzqMvGbclBaQjVW7fW/b5S2C9qftMtQwdtSP\r\nUvEjKnhP7c5+K9wCYkPolfBVzCps55zmTr9HpLJz2HnaYwfYRrhv4NlV3udi\r\n7f3xWe+vwOYCvqtGos+nkGJGsLcf1V+W9Jp7rE7zTpt97zyqtlNdWl80znEb\r\nmONOEjAYiIVnbU+pLCZ+brZNCFiL3wFhC8hM4uLwMvMPXRELSR6MtKgwdmLJ\r\nQljn5GJVZWvVTIQAiCj8eS6Kspp/sVlYd4iTDckNGQQUDGIXqhUeag8ihh4v\r\no87IJ0YDoi0MYS/dAh6YKRrcSaq4Igjh66r5YmFLGZYPmfJjsze+OEgM15Ux\r\nlGifsYOCdQAAWZxerpycj3bCrrrM2XNlCxy4zIkShyA2Heciy3KXw/2OygVq\r\nsUZOvrkmtcA+inJvbUn82no8XFNOMtxwK7lTmW6gqtfqHM6VIQkKn6eq3Dn2\r\nJwAOR2hvR9FRp8OG1IFSDI06X1GLiP7qCi1kWEofP3jD8hKBz53SZYr0QxZE\r\nXwWf3mKoFnUYDsnWH7XgOZI9Hl4gshSpYZVGp+bhJaRiI2xEFKffv258Ipd9\r\n89blDTFneKbwLoXs7ZQQq26yCBPS5BKVqx0TeIpSPA0VEMPwMuCLRTfQ23tZ\r\nc0hA6N0DA22G8cH1DUaaIth50UdVSwrUwCo=\r\n=4pWR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"1ea72e3d32d7ce0ab3d817ac0917f952639c1307","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.17.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"@babel/runtime":"^7.18.9","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.3","react":"18.2.0","eslint":"8.21.0","rollup":"2.77.2","ts-jest":"28.0.7","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.7.4","@babel/core":"7.18.10","@types/jest":"28.1.6","npm-run-all":"4.1.5","@types/react":"18.0.17","tanem-scripts":"6.0.56","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.6","@babel/preset-env":"7.18.10","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.30.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.3.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.3","@rollup/plugin-commonjs":"22.0.2","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.33.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"13.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.18.10","@typescript-eslint/eslint-plugin":"5.33.0","eslint-plugin-simple-import-sort":"7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.11_1660500429717_0.5548261461904931","host":"s3://npm-registry-packages"}},"5.0.12":{"name":"@tanem/react-nprogress","version":"5.0.12","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.12","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"f7ad561c6ba99e620271bec31d5248cc71e6720f","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.12.tgz","fileCount":26,"integrity":"sha512-Suq0JYD5iX8snFnnF3Dm+Ho24Oe9S+revqkPIa7YuTb3JvVx3xWfgf5hzTVGhq4DPcLxUz40P0zdRaePfSXA0A==","signatures":[{"sig":"MEUCIQDlUxLgUXiMAAoGlFfF5LgPpXpCj1YA2YerC77LsszJVgIgIxbGkHycYjUC/kInqm/u12RANqnd0mrqQ4PM8PPWWrI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA8g1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqnPA//ZBnouhwtTBRz2Wv6vJOGUu7M4Zrjo4bX/XDhrC7I8Zsoqc/o\r\nODOnOY0fthWobo4574Ga4R1C3QB8fMD7IlHr+ibk7oIBiAj9wmMsKsawxZQ7\r\nlHtmMuwx3neQ9IoQJ7Hf8hiTZ4p5vYs5zpqfH+lRIQyzds01mXPJOtRoOrBu\r\nOeHye2Z/HvZVdZucypCexRSkyTAvzevmH5CLY58JZMnpprfiyIn6WHqgwJGS\r\nXZx2E1D0G9G2R/fv2jWjy/6r89dCpriUwzAHWsGFeDpVsx7dK+dpD02mOuV9\r\nx+L50kB47KDfUOmJPBaVKDwqkfIFuTTAKNKqa6Y4R4WQNhOHLK6ZAnHshLA1\r\ne3tFeTCze9y79EpP7Rp0FFoFf5k2RUfhuS3Fgpv6RzJL2AXFx+35G/8T1AbS\r\nNAQoAMRX1XR63p4IBgCXZpXzHtUmIpZOx1b6Ptub4DLUsiYn97chthVPGTx0\r\nGASKVCA/A5GbkVbue9qUnG45lVUPhNozJlHoJQ4hiRINUtPmETUmQbAWaz8U\r\nAiPM0ZUNyPZbHWmsK1TJrTaKV6I7B1Su8HT6LZqpGjufQueGfn1LMbxmZToU\r\nnsbnfP9aBNTW0kUmkYXd4UTt2JSbv0eGeJO62ZECgnhvUyoFJzFeYGKaUJAh\r\nKZni5gyWl2xuhVsPodyRsEJh5EsDcNFJpuQ=\r\n=iAzC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"5626f1776969ccc85b90f0e9b2c7964f31ff1d3d","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.18.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"@babel/runtime":"^7.18.9","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.3","react":"18.2.0","eslint":"8.22.0","rollup":"2.78.1","ts-jest":"28.0.8","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.7.4","@babel/core":"7.18.10","@types/jest":"28.1.7","npm-run-all":"4.1.5","@types/react":"18.0.17","tanem-scripts":"6.0.57","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.6","@babel/preset-env":"7.18.10","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.30.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.3.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.3","@rollup/plugin-commonjs":"22.0.2","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.33.1","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"13.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.18.10","@typescript-eslint/eslint-plugin":"5.33.1","eslint-plugin-simple-import-sort":"7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.12_1661192245584_0.27067916065911346","host":"s3://npm-registry-packages"}},"5.0.13":{"name":"@tanem/react-nprogress","version":"5.0.13","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.13","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"f10c9d9b04214eb81603cedf74fb73b7e9dd0255","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.13.tgz","fileCount":26,"integrity":"sha512-cyyi1xcEZHLjTZDu43kQgEx1TugU8VIdC+IOpn2/7PWiNV4ej0XfKIFTbX4xFvJnBrQn5UDUyOyCFncVQpuHVA==","signatures":[{"sig":"MEQCIAPdLWOt3aWbkQf5pmcTXc3MmsIkwD3J7R8bRktCjRvRAiAf0RBQZOZfx5nM8zgprYEKx6RC9ZmCr7tDO3A3Q8f2Cw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjG7IXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfsQ//aW//Hmq2TIgn1uLbWHToGzJ+HfPuGIXzzFbs/nwAgqM1O3LB\r\nK+8Z3PsO8KKW+r+qfJ/Tg01/sdu/uml+jCQEQ6Ixhng8Hqfbmr1X8J4D7iq9\r\nmrNPgJ2+DlLxc7c4FaoYqm3VHiosY3uaegTlfoack1ygBxfCeb+WQUNQDUNg\r\nO6KdOoRKh92spPVd0RjMxIReOFizJeMaAxNcyVZOpUXLfl9lkrciUZ8FSUSM\r\nh6Wdy/SrPrnxTUtIQdZ/0p4WxVIQOkY5Of5dVlbcxZDKLbhG23zd8cyupgZF\r\nkXXcXwNDJVHp7HqcrybgfIwmqRq3NuQ4xQDWAYtNqwtDhJyI5mk6U4+CG4sR\r\nsHF2lWYDibQ1YDBw5MqNAJUSeVqF/wk5trOrsVQ8H0XYSJJoseo36DKYX9NO\r\nukW0BIGO8FTVH4d0AxITQ+dyzA8+lUNNK8l1xaSWUEkF4ND9JJ29M4UKhFAu\r\niAEWESnHSMW3F8n4EarLpSOcAvyW+X8Qg2wsqLqXMGsF33BiDGD1UUZxh6IB\r\nplgiRKpyNmq/xgHtKCjpJ0+tLUor6U5grG9gCUsO8AXTCrnqoj+lDlXRmF6L\r\nPz1N4e1+2H8PNfRpyxhgLLunvk2Cwnm5kl1jDUNEBf1eGoYbYkcPhq5O/VKg\r\n3l13d+Utn0jnc1RTIXcvxjRBktxwib2uAMs=\r\n=z3Pq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"8f0fdcd4ed2bf7005d2727301097f4dd49ea4d46","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.19.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"@babel/runtime":"^7.19.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.3","react":"18.2.0","eslint":"8.23.0","rollup":"2.79.0","ts-jest":"28.0.8","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.8.2","@babel/core":"7.19.0","@types/jest":"28.1.8","npm-run-all":"4.1.5","@types/react":"18.0.18","tanem-scripts":"6.0.58","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.6","@babel/preset-env":"7.19.0","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.31.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.4.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.3","@rollup/plugin-commonjs":"22.0.2","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.36.2","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"13.3.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.18.10","@typescript-eslint/eslint-plugin":"5.36.2","eslint-plugin-simple-import-sort":"8.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.13_1662759447610_0.5567028437095125","host":"s3://npm-registry-packages"}},"5.0.14":{"name":"@tanem/react-nprogress","version":"5.0.14","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.14","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"f53d3ccefce158543a63760bcfe03e2f9fc37fba","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.14.tgz","fileCount":26,"integrity":"sha512-Pu3k274tsA2nU2N4QtT+MOkp5JtTuOpM97CrLP4EplskUv6dnBsdYqsR7KjpAi7o8wimRjIaYzl8tFM3lg+xsg==","signatures":[{"sig":"MEUCIAkQacXhRFhpAccnPH5mmJ+wtY73ekB+I5i12RsrIixYAiEAvILuytxNnjiSpgo5X0jnsN5/HaR75QDXXIHcu3ZU6n4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJ5NAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOaxAAkdZAOGFE102mgiK+IelCpqoLbUK0rQ4/tnugZxTaYO4OmPtL\r\nKLZSAchFSc7GPTjzex0JzN4RgNGka8RlfAffkzgl0k42/bVbNR6m1tGydOER\r\nMNgIiWE1uYwtpg+zByUj2W2hjJ9lsoYNL7a3pM9jL2EJwga4w2DyxhKZkzv6\r\nryCtJ95Qaxr6mqJGVL5Kxl41QchbDUqKXLkSNabBg74m4RTZIK28XkLt4Zy6\r\nPG9PFzZZlykYsaxv4DSy78JIPmk/YJ7x0TPeC0Vgffe+P8UKgyVocEdc3AvU\r\n6nspc+CinGn7EzIRrnq6hDND4YBgxdMWhLnLHnhoGqhi9tCCpNTy1GdPdfLX\r\njmw+qtUL5LQNw/shC9mhlQyuCcgQYm5H66DG30Qox4b75UebIjVeoZ3QVbH9\r\n+cPcR65cEspPP4Se6rGhI58oD9CJO0zRyZ0sKsiNlJcBBIDBV41m7RumYol7\r\n2oDQaxXYpQUDAJIQzlZAWKRRh2OTs+0tQWuFX90+k3aIi8QS1VmreFeRrJIE\r\nenzIXJ6oIkwjU4jwgP1FGFfgrZphXfGc8PcfPJY5C2qTXJasFI++mfmOBZFH\r\nWaBxAEq1v81ykdvOuc+gz3GygI6PUwUtXjLuLNh33EKJrTF6B5m8Hgb7sUbh\r\n6f9pp5zFszncPKtpaicrcrTNyzxVRBUA0PM=\r\n=Y4jq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"d266f32814fe9e4ece6d48dec15841ae00d56c6d","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.19.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"@babel/runtime":"^7.19.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"28.1.3","react":"18.2.0","eslint":"8.23.1","rollup":"2.79.0","ts-jest":"28.0.8","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.8.3","@babel/core":"7.19.1","@types/jest":"28.1.8","npm-run-all":"4.1.5","@types/react":"18.0.20","tanem-scripts":"6.0.59","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.6","@babel/preset-env":"7.19.1","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.31.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.4.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"28.1.3","@rollup/plugin-commonjs":"22.0.2","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.37.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"14.1.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.1","@typescript-eslint/eslint-plugin":"5.37.0","eslint-plugin-simple-import-sort":"8.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.14_1663537984472_0.7733095340229548","host":"s3://npm-registry-packages"}},"5.0.15":{"name":"@tanem/react-nprogress","version":"5.0.15","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.15","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"67e90a2bc039a2a4c1ce2040621a86412e0beab2","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.15.tgz","fileCount":26,"integrity":"sha512-zoFt7Lv2eO6eHlH+OvvXgSlZmctMYgnEdLSvrAjY1oUbsplXLvBYW4QPzjCZ46MxqEhqZ4jo5NwuZQV0MbMDfw==","signatures":[{"sig":"MEUCIQCciCE8SNZoNgmx4YLC5iDEFWzfqNpUfQ2qmAgEcUHywAIgVytyf1HoK8nRaF6zgtFlyFX66EvIgGx32qY8J5sESNw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQjluACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPRQ/+MkPS7Zbxd4iVyrxV1KwcsMR6oK2CNy7MQo5seS1F9Mc/VKYX\r\nvTRJj4D4CiExD5Q7Ys0db80b4saG5frmpOiGuVCITjfCouWR3fUoCHXJi/v2\r\n38JuRiUZ8S89oYcB4dNsP2/6CIAg8Q70+63fZHv/VmJDyz6ab0Pnh0jKEvZ/\r\ncDyTNudyzpn6tJvhwMZuH3FjTTXmc8ZNLX8QQcTGnFr4wET6+j+LHjM1hp8k\r\nqUJURtxkcE9j4NAX5lyku1r9BAVwhdGpL1eKnHeUx9D5HHjsQur7A7Tig8fz\r\n+iu+wFBRFig5rLqqCqvu9FoHnPP5JUngAkiSDwowiDFhLnPA5DKerU4k5CkI\r\nKu9sd/uZbKZePWT8Oe5uCodUzDbYYLUag6SkebN/4naB4apg9yS6pSZMSX9w\r\n8Rfb8EuUwjIxrthYv5MhcmmvKulEDkA6pzG8Sv6/R5PGNxjT5MvPYdmMhcYV\r\nSeD2PJJIgbLxiUyvJXpgOGRbgncfC5IZ8zAbJ4EBspsip9+EPMZtZj+cFVPB\r\n+FSaUA1FGPtsNZAOpvJeArkeCTTa8n2wpPq9sjfCqT7i8bDqZIqevdpUpX7M\r\nmpYdjEZrzzdAKz3QEqoZUgmp/FAv/447LxwibWTwCJbiOV0mEiz3SAU0K2dL\r\nKHA9fwHrRlDWh7SlAJqHkIYEyEgr3joKh8I=\r\n=bWue\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"d4b538195ee254e3a14d220526c5e1ada82d3b17","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.19.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"@babel/runtime":"^7.19.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.1.2","react":"18.2.0","eslint":"8.24.0","rollup":"2.79.1","ts-jest":"29.0.3","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.8.4","@babel/core":"7.19.3","@types/jest":"29.1.1","npm-run-all":"4.1.5","@types/react":"18.0.21","tanem-scripts":"6.0.60","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.6","@babel/preset-env":"7.19.3","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.31.8","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.9","@rollup/plugin-babel":"5.3.1","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"4.0.0","@testing-library/react":"13.4.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"29.1.2","@rollup/plugin-commonjs":"22.0.2","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.39.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"14.1.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.1","@typescript-eslint/eslint-plugin":"5.39.0","eslint-plugin-simple-import-sort":"8.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.15_1665284461941_0.35027517164012534","host":"s3://npm-registry-packages"}},"5.0.16":{"name":"@tanem/react-nprogress","version":"5.0.16","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.16","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"ec4ce3e51add90049dd81db78b7ffa149c2638a2","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.16.tgz","fileCount":26,"integrity":"sha512-Qccs3Ufz/CDO3O8fF4Ih+9VD8NSMjFriNHAyqXBaZElSLC6E5MVn6ZRsHI1zIlfRb9xjD+XPpfFlXipuU4uCiA==","signatures":[{"sig":"MEYCIQDhyuF9i301XanNR9WFFPUn9UeRA/iBAb29zIHC4p/SAgIhAOUfWugLNvZ1856i8zilTxzBpYYUqg+qslGOfwi25zWR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":176495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXKWrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmryRA//aPe/v3Y2wfJ6nMUr+Efl3Lomd57cFEV/QU54yQvlH9g+56Rl\r\n6VmezJlhGZNbAcvTNEcoK7xvvNFybLsKiTARpgmYejqC95xNcbIQVCPLe07R\r\nsUR78bc3xKlk5VoYowK56uHxwfxBMGmuEE/15ehjsFkbAKiZJFm6PJ38mGnE\r\n5B3zRt9IyXudoVpUS8bYtz4N3bUW9FVn9GbPv/OHwdJORns64eCbHCqKL9gf\r\n4/r/6xSKr684CIgvY8o0bnwYbZxe5Ppk1D5SB0AGY1tvPeTF9Mp9l6ataxDJ\r\nmPrrFu8XCO34PZQskoItujc+AxS/ua1GDFCgX45reA/OyPmZOlc9hqc770CV\r\nAjpjYoGWyRmqIfHLutVLZ8eui6RNbojmEwOdJTHHQ3Zo0x3jAW2y4d51pDOI\r\nZB5N4CSnsR0ZNyUvuPM6fcWcPeBoPKgHlfgfqYo7HOiBL2RAjj2+RFuPIPRZ\r\nV9FVzOWCTVZfvF00TuKeG8sBKA5jRu+hRgKxNv0iHFgktIEHEbyg5Mi0Ex+k\r\nqvjXjDwdearaSyR49sboJf8AIW/Y54/bVnV1t7n3czUK0ZTM+7AN6LLAjT5J\r\nPE6djbfCNFad4PxaiLXstD+nzjp89JKrvGVqQszebms8pVWP9jeCS9fvhNEy\r\nU4KXE9xo7eEhuc8OWnNFMeUqwCRAxoTDkWs=\r\n=n4Pj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"a1db3ebb726bf2cda583e59abc262826ca8b5802","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"8.19.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.12.0","dependencies":{"@babel/runtime":"^7.19.4","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.2.2","react":"18.2.0","eslint":"8.26.0","rollup":"2.79.1","ts-jest":"29.0.3","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.8.4","@babel/core":"7.19.6","@types/jest":"29.2.0","npm-run-all":"4.1.5","@types/react":"18.0.23","tanem-scripts":"6.0.61","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.7","@babel/preset-env":"7.19.4","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.31.10","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.10","@rollup/plugin-babel":"6.0.2","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"5.0.1","@testing-library/react":"13.4.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"29.2.2","@rollup/plugin-commonjs":"23.0.2","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.41.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.41.0","eslint-plugin-simple-import-sort":"8.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.16_1667016107225_0.22524417717334355","host":"s3://npm-registry-packages"}},"5.0.17":{"name":"@tanem/react-nprogress","version":"5.0.17","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.17","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"d21466f3ab0e42f5b8cf1bd106d0d1a3d87abe67","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.17.tgz","fileCount":26,"integrity":"sha512-AHGYwIanoEfB4VFaGWZTDP7dGH3DXfA8mY22erJYTDbPA++Y5ZaR7SYs5OuyhQFeFoB25ypvw9wN3uRD13ESfw==","signatures":[{"sig":"MEYCIQCJpN53NjkjNMFBqKdQ3YlCnjBGPfkGvaEBsSKVLUfF+wIhANTfa8Amd8pHI6dpUVdblkRjKZc5nJXbCzCiR8MCDQx1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":176495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbpBfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfSA//VPkq6v9xRyUIbRmbVmOULp/tAC+WLN9VE/lUG147PalPy5rd\r\ngsOy6q1X0Y1Qf3PWoXHN4n4NIE1N1n4YHR1QYIGyEvNrK+SLOdJRQhNrH5bR\r\nObn0sIptvzfDFnQmQTHLQ3QquTWhRUeG7J0YDKA4mPbevly/no3VpeE9r+2P\r\nZNGQ+zpawgZbcfL8PNuB/G+xXin/f/1369xtj2+ZdffRlVWe/zV8FLrK2bGJ\r\nX1JAme1GCOHM8LuWLPrJ5z11QWDhxFq0jmfbTx+fwPf52WCSndUqRugf2zOJ\r\nZs0uF9E4OCwSv4k6aJM9SLZiZf1MXpcaerQvxHCWGgsX2zUdmkNyTPECGBbc\r\nQB8H75tBOzVmb2m387lQIF0j9gSS3EdHkS8Y8yuukljRMZC3llfvgRtcQfak\r\nuJ0vQrpzKfSMNrxgzcUivKMvZivxqyZ1jHbtewx6NCJDSf/kgkcxHbQEYrBm\r\ny4aUP0GRtPy7h/0XK1d7HyqO8ZGqs6O06CD9k0Ep7peyLbmjFvGmgkID0xLy\r\nVWlKf3w8zx3+NL9jl7QAqPij3y2lXV9owzssA3Az3ZRh0NBF45WNSEAULlSm\r\ny18TIkFBUfdwfENsyP2Ara8w/JD4GfKVxleORuALG6tae4sQ4eMC5QWJUgeF\r\nMLxaK4D4c7egVc+yBrnru7gmV9VzKwopfII=\r\n=coDX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"3d63985601dfd827c8d9e1f28a4b839a1381c4b0","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.1.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.12.1","dependencies":{"@babel/runtime":"^7.20.1","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.3.0","react":"18.2.0","eslint":"8.27.0","rollup":"2.79.1","ts-jest":"29.0.3","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.8.4","@babel/core":"7.20.2","@types/jest":"29.2.2","npm-run-all":"4.1.5","@types/react":"18.0.25","tanem-scripts":"6.0.62","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.8","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.31.10","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.10","@rollup/plugin-babel":"6.0.2","rollup-plugin-terser":"7.0.2","@rollup/plugin-replace":"5.0.1","@testing-library/react":"13.4.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"29.3.0","@rollup/plugin-commonjs":"23.0.2","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.42.1","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.42.1","eslint-plugin-simple-import-sort":"8.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.17_1668190303534_0.09574592214259003","host":"s3://npm-registry-packages"}},"5.0.18":{"name":"@tanem/react-nprogress","version":"5.0.18","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.18","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e3824807b5879a3195280e821fae1bc120ef661a","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.18.tgz","fileCount":26,"integrity":"sha512-ZtloFy1FQ/+IdZCVFciaEcBemJx58NEnUP3g4MLKYXxQc2HPxt2pUHRiev1n/TFtJ17aAK+uKSbFJ5r7l319jQ==","signatures":[{"sig":"MEQCIBaHjiZSuabgF9sl5Wg8Yg/a1kS7Xqsj+lPlT1ofyLBfAiBvHRDxyqFLTMshnDcROqOrHgqnie7uGn8+IRTOcGp21g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175718,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjeTLDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrjow//WkEpw+0cwnmUhJsnmAefTWGq9TfamoOjaI5Ectkj1SR5Jrkr\r\ncIAEZJRpuPeSVQAgp4pVgQyIUWTPwkAV9BOmIWMw52Db8bSc8Bp7iyX/Jwg0\r\n8pTFiXNLYcmXMG6QsrsB3/niflKq2ABkJmU9IoFmfO/t4R8zzROW9881XJeC\r\nReT+Ln5Vnjq4dkoYbf3BQ72Qyx0J0F76ljqG4UEaOnL8WDDKqAdMo+LTw9To\r\nzE/5PTDmEZkU2kECJMmnYs34Wk4j22SsQuOx8ufqpddPhDGUyly/UrtBZ7ea\r\nwPRWcNRtUri6crrT4LyANWqYtBu0JNUHjl0Jrh90psKsm22VqdOiQrUyzOB8\r\nXCJcTSGtmylhNAgEpAoFjG1Erfs1bojn2Ic5j/fnl0vTRAMtEgZRQqxCv954\r\nRxcJN6EsZAhIBCK/iJADbK0msaQYq3nS+1H+Sj43LiyZcKTX/X7oogcFENBj\r\n+N1iYN/GJ28D5C0GQuFlxxTlclCPugiPGyFLWyPd5qf1Pnkfv9CeGnoMWbic\r\nEEZEIJ8qh+xvBqUsJcLwghMP8ZBFIvJfJMkUGs8wnvZJvwlX0ekR7SwtgV3Z\r\n5nbl4GMRQt4VrGdNyDoW6E/scXgoWYWE+63cRNVYJyBd4evetZi7XrVqrI40\r\nSVvKfr1if/l6aKy4Eiw1GQYKZxIMRJ668vY=\r\n=Co+s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"a59043e560a1838f4e125ee2a0a721879a35f7a4","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.1.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.12.1","dependencies":{"@babel/runtime":"^7.20.1","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.3.1","react":"18.2.0","eslint":"8.27.0","rollup":"3.3.0","ts-jest":"29.0.3","mock-raf":"1.0.1","prettier":"2.7.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.8.4","@babel/core":"7.20.2","@types/jest":"29.2.3","npm-run-all":"4.1.5","@types/react":"18.0.25","tanem-scripts":"6.0.63","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.9","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.31.10","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.2","@rollup/plugin-terser":"0.1.0","@rollup/plugin-replace":"5.0.1","@testing-library/react":"13.4.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"29.3.1","@rollup/plugin-commonjs":"23.0.2","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.43.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.43.0","eslint-plugin-simple-import-sort":"8.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.18_1668887235433_0.08437304911516752","host":"s3://npm-registry-packages"}},"5.0.19":{"name":"@tanem/react-nprogress","version":"5.0.19","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.19","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"862f285cb6636c797aaebe205cd5af72dcfabc51","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.19.tgz","fileCount":26,"integrity":"sha512-Vz+bdIb2xAEndR4A090ogFdC0YHYrvjksyczg85uPhu7OHyfFnDGOoQmx/+TfFTCnRSTbs5ptQI+X8XJGzuqhg==","signatures":[{"sig":"MEUCIQDxaBC1dDijSiWj4FmW9JT4z34ED8xrHcaFVS5gg+gqBgIgVEoUdzIVM5Aia/kvf3Hh/Y9FK4MoZu5kC77ZWvg2sLU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175718,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjg5kqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoBhQ//SMR9DLSE0uYL/A7n4xdQOea5eV7aDuLxP9HxPle9wCGhgAQz\r\nw4ujb62aKSH63qT5vvDOvZscycrW3e4O0i/cWDleRqgEnmwaXkGoZYtJ7lZx\r\nLaRj97qfmbHYN6rFTovphXKw8CVo4huodZxjUmf6uQ5gOCQ4AlhvohSUCEKN\r\nXuzMrKtR23bGVbYX6cgX/C+3o+7/EhXjfeFXVMH7J1uNZ/1VWwIo37wPcVus\r\nXKYE3nUDakCLaAqPL/vsFWixT856mOB841hIwEfZf5UyKyn0Akyfcam56GRR\r\nnmIZQs8zwcmllQn6ZtTRVj8767TIXPzDCyijfJPf1qXuVAOmQlQu+iC7r5H1\r\njvgiU1MlU+aThXxyLrOrw9Y8pzedmaDDj/mtFNgVODS6DCDO4Za7L5lb5ziI\r\naO0yB36z4SnEFeHgfs+aF2ZQV9bkQuD/n1+mX5q7G5W8aK7AYCSeqp4LM1m4\r\ny8wTshhYRb9ZhUPEzNhEwv4jhkC/gwCcLPAOkU/cwlyrgZJVzMgeRtErxaEv\r\nywUQmnsjZiGkNwgzhWVUBhqRSmlfxkRkwviDTl7Ym9VDf+G950qaGBT2IrGa\r\nJnvdM3SQEWrrelLayffv5ozc+A2rJDExDpN64bHP57s3Rb2Ckfi5gWjLEGoo\r\nvufMiwgcRJXmtbvot/5S/jrVCb5bIUn7514=\r\n=o4Zq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"4d9eca8abda4f8b74b8ce64740496f9118257159","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.1.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.12.1","dependencies":{"@babel/runtime":"^7.20.1","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.3.1","react":"18.2.0","eslint":"8.28.0","rollup":"3.4.0","ts-jest":"29.0.3","mock-raf":"1.0.1","prettier":"2.8.0","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.8.4","@babel/core":"7.20.2","@types/jest":"29.2.3","npm-run-all":"4.1.5","@types/react":"18.0.25","tanem-scripts":"6.0.64","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.9","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.31.11","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.2","@rollup/plugin-terser":"0.1.0","@rollup/plugin-replace":"5.0.1","@testing-library/react":"13.4.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"29.3.1","@rollup/plugin-commonjs":"23.0.2","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.44.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.44.0","eslint-plugin-simple-import-sort":"8.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.19_1669568810611_0.6572993967411465","host":"s3://npm-registry-packages"}},"5.0.20":{"name":"@tanem/react-nprogress","version":"5.0.20","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.20","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"0774697573a969351085acec3f72044bab8acb26","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.20.tgz","fileCount":26,"integrity":"sha512-5xA1DA5SAciVe10U63+rDSvdV4gfQa1Gr2+Z6/VXgrk5nO8/LqHS19qRBlPv/pAnVzOVyixFZLDdTfiEvWdUSg==","signatures":[{"sig":"MEQCIFMBaUXuEqdPFtssUwPbNcrdgW2uIu3EapOK6CUFiwqgAiAPJNXE5jwrdrMvRv05uwOzWKq8IgY8FMGx/6i/kcH8GQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175718,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjlPFgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDZBAAjKcd6BkZTOhIbXrWeUNgz/vpmrrkAJ4DZZOjcaAcOulHFjnn\r\nvsbxw0exIoDhvwU6mbmuwEOBTgND2Q3/O7ORDLtFRiuj1TTVkxZifTj0UNv9\r\nkPfKwOHDyA2oT5t9xXRIWuoD3hxEC7rFmhCR8rBSh6GqSuxwS/cFgqsA1yAd\r\n26prDrkp5t/UIq1bMxO9FLpoSm3hrVKw7Au31jnD13wBYxrkdWyam8b/u9aH\r\n/Ge9ypuFi4XDsiqrGpP9BDgBVuJslmclBu+KDhKYLPWlqLfvXP/UNhM7XSop\r\nLFxf8N3cisdvxGgVMGc2oSFlNMLgMcH5MYKIWWGKAxm449tOz/9TiQyoN/Ns\r\nzTwKMfQLt5u5LheUvCUIcIQRbwvkf4CwZuLCo1vyRZxGtXwlkRxuFMIBJhBt\r\nthRBHAUpispXuXGUljiSbuZpM5jhHRhbmoQY572Ju9dilwoZKcln87t+t/g7\r\nlAtAKFU1YVp1ltI9Ye2fIvh+rUIxZow9EehjmbvL+rpnBMIYttsLwEXPTsSR\r\n1X+xErugCBCbS/KpzHf+kcfIHvHNSXcvMz21fKwPcTAVKpVSo8iwkdGlylj7\r\nHehOyrc/sTBTJt+2GKO0203Arlyv4Gg8zIRfYtYgVFeb0xBw8fkD6GnYChT2\r\nv8e6wCLO4YsHH5wIV9dyYxjNUM/DftSR388=\r\n=sYvL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"f3ded06ebf2f71128f0d24a0caae5ff1dd40be0a","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.2.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.12.1","dependencies":{"@babel/runtime":"^7.20.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.3.1","react":"18.2.0","eslint":"8.29.0","rollup":"3.6.0","ts-jest":"29.0.3","mock-raf":"1.0.1","prettier":"2.8.0","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.8.4","@babel/core":"7.20.5","@types/jest":"29.2.4","npm-run-all":"4.1.5","@types/react":"18.0.26","tanem-scripts":"6.0.65","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.9","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.31.11","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.1.0","@rollup/plugin-replace":"5.0.1","@testing-library/react":"13.4.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"29.3.1","@rollup/plugin-commonjs":"23.0.3","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.45.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.45.0","eslint-plugin-simple-import-sort":"8.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.20_1670705504447_0.015982248458098924","host":"s3://npm-registry-packages"}},"5.0.21":{"name":"@tanem/react-nprogress","version":"5.0.21","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.21","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"464a167eeb5d032a12c5c6c1590580bc942d4dfb","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.21.tgz","fileCount":26,"integrity":"sha512-1l5EK/Q2GeljhuYYPlZXtb8RpaIrfKCP+zLNSqOImk+TqP9TdnKAu2L3th+4VgyQifowVNn2xCqyBgkTwFU10w==","signatures":[{"sig":"MEUCIFL/V04xJfAKG4wzjpAtcQwq4RLtWSGbUxqySdUFyGk/AiEAm6EQXsq2LEz5P7YDCw6jLFCFuoBOX0u3TIiYK9/S5rw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjn1CJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVRA//TlGvIMSPEG2iKoLbDZOXc3u8wYUaa7nO6Nr1JYOu3Und/L3t\r\niMJNSpnShw3yp0BWkSQXCPk1PQWjprJJbFULBYi7u1mEJ0XEtVLXc19zPpQD\r\n8NlNQf1Bln5KgPRsODt2nUQeIQsNRbp3euZ9YYczrnu1sD6srP7DDVuG5ZtI\r\nafHfolgDlJA3eDgfEEHdlr+JAqp5Rr6LlJ8aJR3HgQKXddXUopJ8YzzR6HmZ\r\nh1o3NTHJAsCrVUEJk9Po4LAg2OLvYPZOXJUeII2HSwhAoPaNKUwJLYLnpGKq\r\nbIFHl1PYJRJm+T3FWFQt5ZLqmZPRb6TZ3wbtkl7sBKWGWuhjOxBdLRpd4FAV\r\n1zU2PRjzVdfHMu6K5mcYyoxTIIegyU9CiUzv9aQXhaTgbhL1C6SsphZ/pxz4\r\nsENgn3uYWiYup+fCcGb/NwZJ9pVNqDYEoXCMDfLBOVdSIaKAOtZatm1RT6QN\r\nCv1rbWNz2DVJCfKI24iK+T6p00Yw12Kg4KUZdZx86oZtKap1StQIvDSze3oN\r\nSGlWD4a7C8OESuNpW/UGD8NHGApke+bdgk0/WLEPRghm/ghnj4HodPxJnkT2\r\n6EQOC2sDv++QVPPHqn2fqCD1YJizEpmXa/gAZGLhz4To3Sg6SuOUKO37/BZy\r\nsYVTuSgMyro0cfdboKKXK9vRXp/PQ9o+WjA=\r\n=soLC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"328928fc3680614ef011ecd38759cbe5aae96f4b","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.2.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.12.1","dependencies":{"@babel/runtime":"^7.20.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.3.1","react":"18.2.0","eslint":"8.29.0","rollup":"3.7.4","ts-jest":"29.0.3","mock-raf":"1.0.1","prettier":"2.8.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.8.4","@babel/core":"7.20.5","@types/jest":"29.2.4","npm-run-all":"4.1.5","@types/react":"18.0.26","tanem-scripts":"6.0.66","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.9","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.31.11","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.1.0","@rollup/plugin-replace":"5.0.1","@testing-library/react":"13.4.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"29.3.1","@rollup/plugin-commonjs":"23.0.5","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.46.1","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.46.1","eslint-plugin-simple-import-sort":"8.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.21_1671385225110_0.3133182071276994","host":"s3://npm-registry-packages"}},"5.0.22":{"name":"@tanem/react-nprogress","version":"5.0.22","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.22","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"31aff13de27ec27401acb8cc4a5976eb034616e6","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.22.tgz","fileCount":26,"integrity":"sha512-S73v6z7uD8wkCzKARDXn/AGEAVlL8IXI2/pqACRMnn3dTyfaLg2JLrZYtrfBcVaZXf5bgKSB+lK1ncKVN40pQQ==","signatures":[{"sig":"MEQCIGFM+oxGklr779J9q2L7ZWIw1dKWmEb825OhVQ/xa6tSAiBtFu3wypo4pbQz4Z57APLSJaJkaFToyyM86AvCrN4FKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjpeyaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpbXhAAo4z2L4UNqBP2QLSZOyQNH0nefeMEdHHOKQmvuocQPqwHzYNF\r\nhu5WAkvVwmHxfwSmn44dl+977eSyztVVBfCltlzjmbYrB6/lhQ9N+1Oe+VIh\r\nheFgn0LsJs/WYrwvlW9ObVPksCdAQtp9jJdO3TlUnZ44dBUN0V10PnOdleh9\r\nreSOyG/fg2cpIJXcPJZrtgklJzNztjpA74YjT6g/8/cAtqH6dLqPNhxU8aZv\r\nM7/wI8Vo2wQ61YuwJuRteKrOjF3ktHsHeU/hqFjWMKSW0w9Kh/4uz9atGP55\r\nrKGHq8WINcS0+oUd8dy2tmKYtxJDPMr06HiA7Fb9v66xLUEv9s8F3LXsyCNo\r\nrEAYDRl9gwGMa5ARRup4w+35Z34jwxC8clBFpR6QVj9/bF9gboSrp4ORrodj\r\n2FwobrL9i73P3dBYcMiJtfdYw0Bryjv+GuTEPxO6H2Gl2EouprJUUs7YyOvN\r\npA9KFCiV5SQamDhXFWiXprJnuJplLZSNjM0b7PXYP5p+fJkTHZJIfntMt6aJ\r\nz4rdpJT9UdYZaww5tAq1u9Tip/bVz5RzXA+kII4BJO12r6HLXgvIBsezNmhZ\r\n+9NugvUjYY6MGz9NnnC2Mactj9eu1FsOhYaAhjst4jrYDmjKzHlcvj7Rt64d\r\n+Ch+dLeKSr913PL+4bAufpUIXmYxvi1FEgM=\r\n=Oazq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"a7ccf19b363f55787daf8ae6a47e0f58a68191da","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.2.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.12.1","dependencies":{"@babel/runtime":"^7.20.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.3.1","react":"18.2.0","eslint":"8.30.0","rollup":"3.7.5","ts-jest":"29.0.3","mock-raf":"1.0.1","prettier":"2.8.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.8.4","@babel/core":"7.20.5","@types/jest":"29.2.4","npm-run-all":"4.1.5","@types/react":"18.0.26","tanem-scripts":"6.0.67","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.9","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.31.11","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.1.0","@rollup/plugin-replace":"5.0.2","@testing-library/react":"13.4.0","eslint-config-prettier":"8.5.0","jest-environment-jsdom":"29.3.1","@rollup/plugin-commonjs":"24.0.0","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.47.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.47.0","eslint-plugin-simple-import-sort":"8.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.22_1671818394095_0.8104624316593143","host":"s3://npm-registry-packages"}},"5.0.23":{"name":"@tanem/react-nprogress","version":"5.0.23","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.23","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"dbb55e65d892a5018cba130a48bf03ca44326b37","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.23.tgz","fileCount":26,"integrity":"sha512-uEtoN35dfuc0es31/jHswMqby6S2Ku3/EnSFSuT6waDEDghfixqw2WVbEYVo6NNB1nxGiA6fJicwxsb0ZvIrUA==","signatures":[{"sig":"MEUCIQCTYbLb8Kq/kw9P4nhRC7p4f81gkne2buqcO364ILfazgIgBe60BMewqIYnizX0cr6eKPe3/KoC6yIAVCDj9Qc6tt8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuHqiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqwhw/8DD3GdWhCLR1gPyX/GAQf4IaI7KidJDmL2E9vpEJIIVOTy9gZ\r\nwDxn3SowmeVnYDYlNn1NJ5NJ+DNkHlpM6Lsx0E4upHN4VddRKNwECrMxaCCZ\r\nm2QIvwQ6RAoiaYHlRduT9PhLtCNR+C60yDuLUCHK0jop23q5RBsh1js51q/U\r\nutftBi/q5/QiLXicLj5gnaRlON3eS3RjNLT95xgGnWHBcdg3oHg3KuZ66dqL\r\n/sFEIOyShpFxYbZIx9eBhRUdELo07VnTkGkgltiZTjQ7bwbRPOTjBRsEv3Rp\r\n/OFWKThE8rrHV21/gyqpUnQhRHlYHNyq2QXSh3l+4QR7tIf0rdnXQsqKQdsE\r\nmtowm3tBnqn0NmUvNqF1J8HWPku4E/rw2aKo1ED1VCpEgrYWrykYrGG6hVQ9\r\nex0UkmZy3A1eBzS5WYyQ40uuyP0/1QjXrX7T+2chmAsRmmdKVoaJ2q/vSleO\r\nInU3JneeXsvSd7wrnVrnFGFshAmX3GA+M06zakfps/RNw+ukcTJfKKgvRa7V\r\nAozzUfcm+FJcwwpgdjJQx2T+m1wF8Ziq+IMHgLd3vUavPQlWjS2U2g/IkZQd\r\n8zwAFJ4OCKg1tannrK/cbeLMJIwNYeR4yD6NXW25VZLvx/rxcc3qyM8aLUMj\r\n2LCh/sadT8VM3uxjAq9L42dOhdcWR0P3fOQ=\r\n=pRl2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"1731076714f2571e9d711741597135f13ddffe73","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.2.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.13.0","dependencies":{"@babel/runtime":"^7.20.7","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.3.1","react":"18.2.0","eslint":"8.31.0","rollup":"3.9.1","ts-jest":"29.0.3","mock-raf":"1.0.1","prettier":"2.8.1","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.9.4","@babel/core":"7.20.7","@types/jest":"29.2.5","@types/node":"18.11.18","npm-run-all":"4.1.5","@types/react":"18.0.26","tanem-scripts":"6.0.68","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.10","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.31.11","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.1.0","@rollup/plugin-replace":"5.0.2","@testing-library/react":"13.4.0","eslint-config-prettier":"8.6.0","jest-environment-jsdom":"29.3.1","@rollup/plugin-commonjs":"24.0.0","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.48.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.48.0","eslint-plugin-simple-import-sort":"8.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.23_1673034401935_0.5527270569253391","host":"s3://npm-registry-packages"}},"5.0.24":{"name":"@tanem/react-nprogress","version":"5.0.24","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.24","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"88ae0bd7390820eb429b5566af7a074f29466062","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.24.tgz","fileCount":26,"integrity":"sha512-BHTc35Q3zhlxPyED6JCs5kraGqJZdh9Nk69+ZZ6bH/AkUUBH0nD8VBnlVATFrSC6iGJcd5wiY1M6xFNedeOMjg==","signatures":[{"sig":"MEQCIGps6PDNkUSCzIJufjF0ZiBbNTG6w1zNglEDyUj0Kx+YAiARkoI9GSKSdT/u/k7tQRLurROInOB6WlbaGrfly95cEA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175851,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwdL3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpmRAAikbeVBukX9IOHHCczGJ0PeGtav0A0uoLsn0kcT8eVzWJ2+ii\r\nb/h2O0cpfenLIMZMu8cU5FUSTlRbCHqQ1mJkk+GQqmlvzF6NzZBCgt0q3R5J\r\nm1SmmsPbrVes+U5XF79Mf71B7wH2n7Wc5KneRGT3UrPADrZLufWbvzljRL7L\r\nOVNfeeHcn0UuVCbYtX+V7tKCHxS9NeFtm8Izog/Y7FWvkrzl6PaIeCGBJbQH\r\nqe3fWjiEq6URBq+bPDQBDb8qWDTbQdH0+sgUJ+yFBt4/n/NNjo6xbfRfpBpd\r\nalrMFQeCHsG0bnHg0qGLWw2ZPGn2O08fycoCU9m9DxGbo+YkdS3qvRI8iSRX\r\nawqdJv1m2rN7q2U+Q6c/WabdNL9CDPkeMRhMsyT8pjVvN/QQ/WnhHmFrWORs\r\nQg3bd1EdTOg1sDGpOmJmJ0E84AS4QAUylgiUY6NCrlw48zBtVykLRQ7gRIBZ\r\nq0LE/E18C6dO/BQcFrqOYk0huhXVZFB1ktotFsOq/hcJsgm4gbvUuAHAlA9i\r\nkm9vlC7f8c+HdnwpXvZn7du8uSxAUJrkXnxzrtwqsEwt2+s6x219jwNaUcER\r\nsC288QkQ6STemcTRW3bFVDY3XBXEFITMj7QdPowDwpNElOeVL4uYVg8uVhNV\r\nGubi5V9qRTopEsi5jEXKpAbh2a/xcveaA7w=\r\n=OLlm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"32dce56eb2702b8f5c73c29072a6ac66c059c278","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.3.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.13.0","dependencies":{"@babel/runtime":"^7.20.7","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.3.1","react":"18.2.0","eslint":"8.31.0","rollup":"3.9.1","ts-jest":"29.0.3","mock-raf":"1.0.1","prettier":"2.8.2","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.9.4","@babel/core":"7.20.12","@types/jest":"29.2.5","@types/node":"18.11.18","npm-run-all":"4.1.5","@types/react":"18.0.26","tanem-scripts":"6.0.68","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.10","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.31.11","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.3.0","@rollup/plugin-replace":"5.0.2","@testing-library/react":"13.4.0","eslint-config-prettier":"8.6.0","jest-environment-jsdom":"29.3.1","@rollup/plugin-commonjs":"24.0.0","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.48.1","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.48.1","eslint-plugin-simple-import-sort":"8.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.24_1673646838784_0.15253984301756907","host":"s3://npm-registry-packages"}},"5.0.25":{"name":"@tanem/react-nprogress","version":"5.0.25","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.25","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"2835f9d50502387133126aa2246a4f15058510f4","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.25.tgz","fileCount":26,"integrity":"sha512-gVRjI+//6K3CdZjOg3wZMcKJ5BNrdXoRv0F8UFN64NzAZJwdlqwSxO2mYHJLCpbHreWEOS+Y4gQ+iqV7HWS3rQ==","signatures":[{"sig":"MEQCIHHKxZnGsXaMfsggHfmnaWQIZMupRM4j6pmZuPWppMZHAiA7ozXsmGYym3FYIhgI3H8SkqGGOHfLVNtgJ5OxamdePw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175851,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyulCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYKw//bV+G0x+O/IBv8dJKMJOGKZI51BU2fGfs7QJbOh5jsuP4M/KZ\r\n/+chTInnQvaK0oSY3Yr7TO8wqlz0Izis3sq0kQeRpcASI1Rcs7RgnfSM5TLo\r\nVdpATjEQ/SXHDixjfB7MC2dXygl1lZ/h9APmAglcOwFGqzWtWHH/aErtJ8xT\r\nMZNy080R3sbafrJmc9OJUNWIBXkjBPt8etp3S2BBjg6/YBlsSpA9o4zuHOHj\r\n4cWcEBLa/Y/mMsg44gvzr4psEED60Qw995ft2jt4ZoxXVAwDaEkrdrPtLLBt\r\n3lgTgnfpzq9OTJREU1KF1u+XXcFTxWQgOsofY7iyv4807OYCcBDKEI/Zx2zq\r\nTtAiYza5Zafq9sXGTJuykx6GcsT8UjvMla8qKyNIn31JitZBN/4FRmQ4JVBg\r\ne6GUhhZVYJG8KORfJOMbZs/Vq8TcDSNI7Nt9ziQIgPw4uDyXUrXUaLhsx7MY\r\n/OW14bNxuH3sghjx5RijwkCV1znkpOsxmTyxyhcxfP6KXub86nVIDBakd7SY\r\nF3jbNUctPet4pJMHHZKKFEyKOOu29APVjP6l8mraHMUiS594Ducfdi/w0ATF\r\nBopLmo+J/wiMSvpzLrO3WndEmA+lMLOWs9DWhmTsj8JbLvLNar33cJKuuYCt\r\nTYR2es3lb+1hQ5TyxBvYrKCQ2XHMxsiWzIk=\r\n=WjuI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"ce497d187758d9856b640878b36d14b572bcd3c6","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.3.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.13.0","dependencies":{"@babel/runtime":"^7.20.7","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.3.1","react":"18.2.0","eslint":"8.32.0","rollup":"3.10.0","ts-jest":"29.0.5","mock-raf":"1.0.1","prettier":"2.8.3","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.9.4","@babel/core":"7.20.12","@types/jest":"29.2.5","@types/node":"18.11.18","npm-run-all":"4.1.5","@types/react":"18.0.26","tanem-scripts":"6.0.69","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.10","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.3.0","@rollup/plugin-replace":"5.0.2","@testing-library/react":"13.4.0","eslint-config-prettier":"8.6.0","jest-environment-jsdom":"29.3.1","@rollup/plugin-commonjs":"24.0.0","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.48.2","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.48.2","eslint-plugin-simple-import-sort":"9.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.25_1674242370489_0.7175835207080985","host":"s3://npm-registry-packages"}},"5.0.26":{"name":"@tanem/react-nprogress","version":"5.0.26","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.26","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"7fcd4f2be3bbb5c80d731e506aafdbc97d5c7c7e","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.26.tgz","fileCount":26,"integrity":"sha512-VKpyBXQDuEgo0AZfRqOtVfq+qSQtuC+jrUQnMfyEq0dZ6siFs7M7sf4ZK3AjyIyg8exAwrnF6TUyphW9SR77JQ==","signatures":[{"sig":"MEUCIQCzdaKQzFFo6ToXhdfaEVIBcvQ2T0kl2Qv06rKI1hYuZQIgDnfqqWbGy9T2/hA8la3SHbnoIVY2hb/O7Gzt4hw6q7s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175853,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3rHKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFFQ/9HS7wWe9jBp9AI4c55mvxEJAYwm4PtK5+qT9I10TZRnLWOyQq\r\niIWDpl8Z/vGKq7fx4tnjdQoLupKHgSC8Uzh/EviQtCdUdTOLLxyYTCtLSC4a\r\nx4yAWgYP9Mw/+mwBD2gSXEToQZqJLZUMThjuPX9EA1IEbkES6n/PHIxQSuPR\r\nWyAPM+g05QFN+SSLXOaJTTxGSMy3aGNVz/bWcvydw8MqSYcS91JWcH1y7zz0\r\nCMRmEjy9CdxTsuD5+o9nE/CEerdFtfL+2TQOUWlDdt6KdS4zHTTAUDTvd9Ah\r\n3AHp6qlFezgGbx8qsGfVCuQ7txgHuERb3EEaAbknaDzhm+Y0yvjYghU/jthD\r\namE3an6XGkFYbCD7evPnLT0FaiTFM0SJCELz8Z0xmBI5S0z4XW3Rd61Od3QH\r\n/YkodKNa9syHM9g3/xDO9uKV2J44Wy6ZKIVUfSqz+8VxyCdVxB/TscDrc/a1\r\nspBLhMJ6da5yQWy+IrDKkFXfu+uaNY78zT72l9MEO1u8JchhoU1CBUEmbWVk\r\n867nbd3br2f7iXZtawhyXWQIKpHfGXa1uNKeNVlDly2DmQKZyUFVdwACv/dc\r\nibtgoiyx8cKCSCuJyuBqUaC+i+z4IiJ/dpjuc2YqCXVGK3hwwMb6Dz6mjR5g\r\nFxL0AMUoMKZdO9wYXHAMMjB84N7x2CNRnbo=\r\n=EYET\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"b8742d728f7981a806cafb30292c3836fc0fa8ea","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.4.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.14.0","dependencies":{"@babel/runtime":"^7.20.13","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.4.1","react":"18.2.0","eslint":"8.33.0","rollup":"3.12.1","ts-jest":"29.0.5","mock-raf":"1.0.1","prettier":"2.8.3","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.9.5","@babel/core":"7.20.12","@types/jest":"29.4.0","@types/node":"18.11.18","npm-run-all":"4.1.5","@types/react":"18.0.27","tanem-scripts":"6.0.69","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.10","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.0","@rollup/plugin-replace":"5.0.2","@testing-library/react":"13.4.0","eslint-config-prettier":"8.6.0","jest-environment-jsdom":"29.4.1","@rollup/plugin-commonjs":"24.0.1","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.50.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.50.0","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.26_1675538890146_0.3474246521971356","host":"s3://npm-registry-packages"}},"5.0.27":{"name":"@tanem/react-nprogress","version":"5.0.27","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.27","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"2e4a581f3ecf1aec1037bea769a97f645451b550","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.27.tgz","fileCount":26,"integrity":"sha512-/aNLXukXY4K1Er+0WOvkcXVWpyMKnhRigfj0bNW3x9sePm5x/RiwQhRlUzv+KBKnN55mTp/Pa2P1Q9kmbFWDJg==","signatures":[{"sig":"MEUCIQC3lbAlJE/R/YbUbHfHz5CetH9ndxx18TcO0oEhQDIk8gIgbMhtJml2BoAIqf49Xop+3ztd+FEWvct+BOWzgb6jcsQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6GalACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoBiQ//bH0MVIzS929QVelW91JrsuNvwjYeSI/+0qjzZg8KliamWRh7\r\ntlQ/CwCO/ekFeR9Q4OcnsnJOlvjYFS4eeisdEh8sZh8GCOsSpYHcki3dkT6F\r\nHS9zoxmmIpAU1h0icQY18QtZm7xJo6/o3Nc2gG9dO9MRy7N4emriFXQhkXAa\r\n5yQNqG5rsFVbXxAbmaxbV+mFBPyGWX87POTOpGtu/+HdlHVAMXMb8w5HZK1y\r\nLqCiHuMbsU3YOc+vqAaZIlMDekWg5q6iCVACu7081BMWyZ8jlID06wF2MfDE\r\ncivz3onh5dREHiy7ub4hJueDfiOHqwsaKYXDlNQxjtQ8Z9w7uGjJOGuPOPXb\r\nq/MkyieJuxkvhSMmpf2OtxVKpnfu1hbMN0CJUmulLHc/1t9bo1NO0k+MSDCg\r\nIjclsPoxqG3SYQEmaCHswM05+0q3Ea12P6fsvhvJ4lagx0/ujcEuGhoZfJcd\r\nZgGYYbPobuC0MGO1vlp6Q34SRlzgslnuuowx+9BFH2W4QY+wN1gIDNaOqAya\r\nZOc/C0ZgwKicZRmtSIeo738pmo/UIqadsuFLvCIFXPuCnE/dz6j0abI43BIE\r\n6F2hGpkoMYA6cNF3eX2Zdi5mQkE49kdJPdstOlaJzSAQgKjjAPTq/dp70ar7\r\nQmOAWPPQPhkSTT5eQOSkVyQx2T6uvx9f/vU=\r\n=a+y8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"fd19e450d450df171beccd2473a6ebb36b628772","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.4.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.14.0","dependencies":{"@babel/runtime":"^7.20.13","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.4.2","react":"18.2.0","eslint":"8.33.0","rollup":"3.14.0","ts-jest":"29.0.5","mock-raf":"1.0.1","prettier":"2.8.4","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.9.5","@babel/core":"7.20.12","@types/jest":"29.4.0","@types/node":"18.13.0","npm-run-all":"4.1.5","@types/react":"18.0.27","tanem-scripts":"6.0.70","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.10","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.0","@rollup/plugin-replace":"5.0.2","@testing-library/react":"13.4.0","eslint-config-prettier":"8.6.0","jest-environment-jsdom":"29.4.2","@rollup/plugin-commonjs":"24.0.1","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.51.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.51.0","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.27_1676175013565_0.6265961203695551","host":"s3://npm-registry-packages"}},"5.0.28":{"name":"@tanem/react-nprogress","version":"5.0.28","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.28","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"265e71091e24d084f980e1bbb90394fe8801c22c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.28.tgz","fileCount":26,"integrity":"sha512-dY7PKtB6wM33KDSESm1CmccHzcBIdzX8Sa+T2F3HNwiE7VAOnuKVNr3PGt+iSZ0nkAciyp1q5nvExAU4+TP1SA==","signatures":[{"sig":"MEQCIEne+/KQuGcupmrx1YNunvvmuPEYKYsRALJ/DQR+dsskAiARVgC9tfsomvxrelfMRpFY+onfmFVk4SaofOYUGf765A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj77BLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmov+Q/+LIkTKr3ulQnvfQLO11sEyIzNCANvxRy7+DEyj+jPSSGsvvhG\r\n+CtYe0Nzci5PJ2HSWQPEAA19wUgCVoP6E4zIfd7Xsq2MZ/p1swwIWhZEhcre\r\nESw24FDQNUUTkICOKDVh0z1Dlb4Jf5u/tfI4R5p8oyCeblzlggCfntFuU65z\r\nz4AUzVmvevi5aQtjOr+8ZhEAEYKlET1+YuEUtzGIeSH9Su+egsUzpb1F6tZN\r\nSYwvLCk2ZxnosHw7i0a/d+kbb02FvQ6q7V6rJhr3JUVuJpxPTdyJQ5bBclb6\r\n2bRAjFDRISEZa4LsT4EpfhtfR1QdgCzcbdghIEDk6Ipn7NcvlS0Ztsk39hkD\r\nujwaTyv1ZIsLieCxC7suPDpsr6IsEYjIvwXnCXQMOw4HwfKtawrD9ZoppzL8\r\ni+RYFbIeCSOhwMIubUHQ4DZKUn3KnP9wV9w+mgqJ+vPGYnrC11Kp3IqPUysa\r\nMuKqXhNaOSm+dnQpL6z9206hy3PzMg52eEUfWByJOg9apoMhONuOdAcgj9eX\r\nZUPG+XfULNMl272iSAFujEgfIS+VtZTyfETRqHhPyjguWeEV0cmpJfKSJ7i3\r\nliPPYdNVouvxw296KKLThsPJBZymjYv+tZ+StrBKq3sTydiQ1Brcp8dRNZR9\r\npExVRYP0RMHE9Ia/yoKvdzxSMfyMS61xMjg=\r\n=/TmM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"dd761359d5a8dbed93eba54dc66370cc5467b492","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.5.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"@babel/runtime":"^7.20.13","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.4.2","react":"18.2.0","eslint":"8.34.0","rollup":"3.15.0","ts-jest":"29.0.5","mock-raf":"1.0.1","prettier":"2.8.4","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.9.5","@babel/core":"7.20.12","@types/jest":"29.4.0","@types/node":"18.13.0","npm-run-all":"4.1.5","@types/react":"18.0.28","tanem-scripts":"6.0.71","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.10","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.0","@rollup/plugin-replace":"5.0.2","@testing-library/react":"13.4.0","eslint-config-prettier":"8.6.0","jest-environment-jsdom":"29.4.2","@rollup/plugin-commonjs":"24.0.1","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.52.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.52.0","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.28_1676652619453_0.7852893011485045","host":"s3://npm-registry-packages"}},"5.0.29":{"name":"@tanem/react-nprogress","version":"5.0.29","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.29","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"5f711694e5c2d3a149056ae4990fa4f865aa74e9","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.29.tgz","fileCount":26,"integrity":"sha512-4X/MMmKseCvJrmJTF3N42Rj15w1QFAGOoUeEnSZ3XCSIYqrK99GBHodjJHJh0twB+aJAhHR32UP/PlXUAqK+Iw==","signatures":[{"sig":"MEUCIBuWWiq/E/ztQpg396oHboS7Xgv7pOaNJpxm54a2gxL0AiEA5LikLO1MsVGa268u9iIrLLMuu335p/PHK74ZqKFzLzg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj8ZbSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZMw/+IekzBFPYQYhjCrZ8j/7qoKeS2eMz4PNP5Q9Y3yjP01BYNWWu\r\nh3sBqPSfPK3Mh9gxYr7G7/8xHQAXzRuGbyDWIRG1I67l8Rnfy/vFtIZR36lo\r\nbVMUeD9tNcGmGI8aVarAslX/XdrdSWD3o0oBYMXvTwYuu8/3BKPqqhOk1+6C\r\nsB35Pchh11oDIjAIjEe+hf1lU1CwyDz/hpQdv867eGnXjhf+eHUGd56dnzLN\r\nlph4I8sHWWN+dV1/IY60FCTainmGWUusWTxXAf7X4y3dZkwftMyXXV89ofdJ\r\nyXk+IYPfcwqiK9S+m3PLj2tJ6sFkrvuZt/CVg+O25NOGIO//l6dRZPXNZOVC\r\nxLqtslBoKg2rCTjwbOvdzO2P758s5CRQOKK5T6kJE9gT/eM2e4odAG2ktRuK\r\n1T9UY7MYSfjzeNKE14dCoMk0R7+VFpqORA8tFnW9NqBqbipjBiEqIO/1ztlG\r\noFgVAC9BjfLtABw/5NxvAavhhMnFi2Nrf02Qk0fv1SB1un1t9KNR+pc6avoq\r\nDj79AmJujeKymkph5B+IoOsm2+griuoBvF6O6krD/fNC/timcCUfzlHuHb9e\r\nrVFQhfX9za3Lh6/FPCwB4soozdRfpOs33xhSClRvl6tEwuly78KzVV4c/Oh8\r\nDAPEMMy0d9rEzYD1K6nRRJKuFsQ6GnSp3o0=\r\n=te+i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"91aa4183d4e5a2ff68c6b8fd5ab399e05aa7c33d","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.5.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"@babel/runtime":"^7.20.13","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.4.3","react":"18.2.0","eslint":"8.34.0","rollup":"3.15.0","ts-jest":"29.0.5","mock-raf":"1.0.1","prettier":"2.8.4","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.9.5","@babel/core":"7.20.12","@types/jest":"29.4.0","@types/node":"18.13.0","npm-run-all":"4.1.5","@types/react":"18.0.28","tanem-scripts":"6.0.71","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.11","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.0","@rollup/plugin-replace":"5.0.2","@testing-library/react":"13.4.0","eslint-config-prettier":"8.6.0","jest-environment-jsdom":"29.4.3","@rollup/plugin-commonjs":"24.0.1","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.52.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.52.0","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.29_1676777170718_0.6047839082383735","host":"s3://npm-registry-packages"}},"5.0.30":{"name":"@tanem/react-nprogress","version":"5.0.30","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.30","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e3c256834e17925ecc903d05603a836e00743702","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.30.tgz","fileCount":26,"integrity":"sha512-OBvlGfxWMyAGi6C9V6ZCdu5Kn9drxHZSg977TtF9hBpNtl+GY6lxOsbazkMIQua/xqaDe58Bs1kDTNzdwjIFEA==","signatures":[{"sig":"MEUCIHWfkIVaQenLrjRaT8FAerYPR4/Uy7U1RJYehkHF6RefAiEA/gq0Aqgp3QR9tGWf9tzc+AK/tzh3z06vFC19+tcdgTY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+PULACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmriIxAAiIcy87LerQgjn6Rf7HGgr64t/kRIzkoXYmd/hjoN4O7NnCm6\r\novFG4FF7Bast5/0mS/1FXlNaeQ8LbdXETyIplBRwAWbA03ySLCVLwtIf7u4+\r\nxtcfYoGlVElkGb7xENDRIENMJLUw+dy8QMoh2yFxQad5r/zX39K8dcMbvQnN\r\nxt7L072w9KczBYfMzfxHqJP4a8tHrbEBFoYLBaDV/6lhu8YSMlFEfFNzII5e\r\nFDnO/9FY+2HjQbmM7Bi5QsoRLG5lyAu6D+DMYDFCxQmU2dLsh6TmN/wFzhLi\r\nzNIXdzVy2K+6i0viiF2lilGZWHhIqyN+jOR49vunHOn6lJcwm3t0Jl2f0ddr\r\nxaW/g5I06LMlTYszowHhYb5VmPJ9Bzkb/bhe7s9EprXVa7shW7x8HWxMfVAG\r\nr0qXQvvBKF/1hcvgqul2hDRxVlQMrs/RfNZPL9T7E5vJJQxFGlN4M1WfLI6S\r\nVtrNq909pYhqm9V4DDWVSpK1++7KXvAENbHY/GoeH+Y3oi4ubwk+sb+ux6MN\r\nsVq7kf1Haa3tNq0gOuja9Lsvlo7fuxJhwnL0/Yyz8kPU7rVKg46x9vTl8DRC\r\nw+zCHr3oIEMsE0OZpBHithdTSLlhny+pdLHJIzwBjuc70rcWxXSGWzuoR67g\r\nsCQREWPCkAcZexV54dvoNDAtNLn/UzuO/hM=\r\n=fNda\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"3af1c57a4bfbe134858529535dbed54b08a94fc4","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.5.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"@babel/runtime":"^7.20.13","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.4.3","react":"18.2.0","eslint":"8.34.0","rollup":"3.17.2","ts-jest":"29.0.5","mock-raf":"1.0.1","prettier":"2.8.4","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.9.5","@babel/core":"7.20.12","@types/jest":"29.4.0","@types/node":"18.14.0","npm-run-all":"4.1.5","@types/react":"18.0.28","tanem-scripts":"6.0.73","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.11","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.0","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.6.0","jest-environment-jsdom":"29.4.3","@rollup/plugin-commonjs":"24.0.1","@babel/preset-typescript":"7.18.6","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.53.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.19.6","@typescript-eslint/eslint-plugin":"5.53.0","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.30_1677260043364_0.7256088614644058","host":"s3://npm-registry-packages"}},"5.0.31":{"name":"@tanem/react-nprogress","version":"5.0.31","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.31","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e4c5d2f143e9a5c582b7e9da35ca25697d7b7ee2","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.31.tgz","fileCount":26,"integrity":"sha512-n89OtIuZprlxqUrG+6YUkeWDCZ8oTiyCyIoJW5ovYvL0CDikWopjwgzfi8BBt5UmvLhbNaMJdV2ZOzK8UFK4NA==","signatures":[{"sig":"MEUCIQCcWWPZVwyk14l14RV7stT4tx8W8Uiyxdjt0A+80fW9OAIgfv8RSUP1uSZZAYpqDburfFc48NQsFePncAFxWlD2jDY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177695,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAlYuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYlQ//Tn9oQkJNZqkDa7zBJ4Fw79n8F2XFPQT+64rkiRhdx2WpuDhw\r\nuE+p7ElQtQZulqHUsBjGHq1B4ICFQOTLYPH8tktyQ/oS508JqYqey+avau4F\r\nFHSAD7c9+PsXYiBp58wjvEl/UICU4KOkIB67QOKKTlLakJrDGbcpAnHDeDQn\r\nL6eg1wLU8hy1Ii1IIf7LJkMLh6hEKiFDKjsGsQmGFU7ymUf+fiyWK/jNu703\r\n/u6i2RFLHP3C8pzyBlyoENX7vyQQSO+PANYUpUYHKjSz3LXTGNe2cxy6VoKm\r\nF2M50k2J+IoRjkW+pjKplnGlfoldncAO39YEcuFIjd+yeAOiKsoTJ+QXjdm2\r\nuiVeRzTraMpANhkwzCwDZZuH9tTL9j5M5TsJhFYjbxVDCyFnANNRPdphkDTN\r\n6Rmpi9aJO3+LYI0X2D9CRRZwqLJCb0k/8R/d87uCEAi1AjAukxxNAriBmADR\r\n08Vml8BljfA7PJjLm5NpXlm3OOkqcpsNzVXD6VQLWe/YcH2vpghg/lRXLt6W\r\nZZo3DZ9UF2E5inRGm7QLzfNRGNGR2gbForC+kOh72wZPjv8jGM4nxEoNFKFf\r\npd1bl7jzDVqS5MGIn4XnBKR430LUtfFb24t9m3+xmH0xUilhfSatYuinHgZl\r\nfpgpKcbtGk66e/bhaOF1Hy9w3VwQEPD06F4=\r\n=cHz+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"cd7f6c83003643ce4878ee07ffec73789d122dfc","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.6.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"@babel/runtime":"^7.21.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.4.3","react":"18.2.0","eslint":"8.35.0","rollup":"3.17.3","ts-jest":"29.0.5","mock-raf":"1.0.1","prettier":"2.8.4","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.9.5","@babel/core":"7.21.0","@types/jest":"29.4.0","@types/node":"18.14.2","npm-run-all":"4.1.5","@types/react":"18.0.28","tanem-scripts":"6.0.74","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.11","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.0","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.6.0","jest-environment-jsdom":"29.4.3","@rollup/plugin-commonjs":"24.0.1","@babel/preset-typescript":"7.21.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.54.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.21.0","@typescript-eslint/eslint-plugin":"5.54.0","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.31_1677874734726_0.5363307547344516","host":"s3://npm-registry-packages"}},"5.0.32":{"name":"@tanem/react-nprogress","version":"5.0.32","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.32","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"f971d1dfca69b9e986e7fe48ea72db4cedfbbb49","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.32.tgz","fileCount":26,"integrity":"sha512-1Tg8RgF7frVszjXzS0qd0VWep3uRQR2dlt3FAap3KF3658euS1Uk7ZGpWWJ+B+RxqDEdnn12172fx4c1tTN2HQ==","signatures":[{"sig":"MEUCIQC2jvl0cI7ltaUuzr3jIFUK/jHjZY2QVmGc2/hBkrg3CgIgdFUJBq+uaGByvhjvSrUeHGKYwTBB2Qo9kUaAQwZRo+M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkC3auACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmplARAAkucIwk3dTrX+lTzlosxGB8N//HqnqXnc2JVUJQsHjuCZWWP7\r\n0PWBeq+Ef28n/B8stn9KMarvlV0K64cR3l2iIXj0/hRtPGQl+nld/XGLNDHd\r\nwJUSEFYfNzVar8z3X2jfX91O0lqjAsrWHRACyo8akWn6PoXtDR9VVg++ONAc\r\nUpVxWz8HLOLtEM3LNckCk89An/LvzkDJog0rvUznJvwTFbKBu1XNNfagVPLe\r\nmOn3ctyFsioBQQymWMfVUYtfqw4KC6sYwvHtPk7WurbwpbxZmCglhGZefp+F\r\nJcLr7OL/uDBpYftBGU520Wm0VgjA55gCnWo70sgaybBSf6b4XyOQtMAJll/V\r\nWwaLCK7UNcFnUVsXQdvf9eRons6tnPmFfokBpE0vvQcF+QGeJQpn4pjNevV4\r\nsoE0fV5ytRile8MrgqexfCyJpj3xCe6sVoSo+ngHw4Jv2Wb/Nt5YL3kbIISV\r\nCXdkfi24OD5s+Os5iKhoow6VYSVnGLehov6qvxMTd6uDvFoFLwHv1v70r2C5\r\ngpZkzhfg4SW2QmoVhh14gVXXSFKCp87sm77yLifPvmyZUBk/B2VxM6hImjKZ\r\nnXDxeHe++iMBQfNIjrSZ0b0atZ68UV17Fn9sHsr1pF7YTOoKesgmKOPP2y7A\r\n/TfQshTvl1KRonChid91dcwB+o85MJj1A4A=\r\n=IjJp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"e25a48426173a62532cd455d00a503fd50fcba93","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.6.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"@babel/runtime":"^7.21.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.5.0","react":"18.2.0","eslint":"8.35.0","rollup":"3.18.0","ts-jest":"29.0.5","mock-raf":"1.0.1","prettier":"2.8.4","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.9.5","@babel/core":"7.21.0","@types/jest":"29.4.0","@types/node":"18.14.6","npm-run-all":"4.1.5","@types/react":"18.0.28","tanem-scripts":"6.0.75","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.11","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.0","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.7.0","jest-environment-jsdom":"29.5.0","@rollup/plugin-commonjs":"24.0.1","@babel/preset-typescript":"7.21.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.54.1","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.21.0","@typescript-eslint/eslint-plugin":"5.54.1","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.32_1678472878297_0.3854076871086629","host":"s3://npm-registry-packages"}},"5.0.33":{"name":"@tanem/react-nprogress","version":"5.0.33","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.33","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"72da750a5b8aa0b30b5817c5616b30305a6520fe","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.33.tgz","fileCount":26,"integrity":"sha512-FjzTSuXuw6+lPguiV4cshT7L2K2JLPqwFT29fuFuusRs+Ps0IlkqycYiY6Dg99GuamBWWm0b1pRiSggXmTj3lQ==","signatures":[{"sig":"MEUCIQD5vCPmkHv2nXolj1Oj30yXva/grHzDycC4VMcVXaizJQIgOJJROTIyjwmJunUo1zkOODlG/tlmTL5OXXwItCBMkwc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177768,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkId4nACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqvqA//dQ9T0DL+W6Ke2Yl/s21YhFlvNij0miTatukrD2XMmiinCg5O\r\nmO/jUpFYk0whc82IvbRceJ9bJjSRsA9iHgC9dMhc9WTGyRe3Z6KZV6XJe9j5\r\nqI+I8apHQVpoWAIDm7KoPHjDbvVlm5XucUJcaj1JUVHbj1d5uG9a4GirY4NJ\r\n71y0iZ4EMBQ4YoFznWTFOQbnuINQXkziL9uXKCTeECBnHzGCqV5GgCOkuCvm\r\n7hni9gpZyxKzzKIe0TBQ+lCtU/rnmP/ehGP4SINDsv9ShygVgN4xiW3gy5Gh\r\n1ly+XX+BDchSZZWPqvJwDBwUN5bLfGJjLasrdLvlMCLXCSnM58lZ3o929YOd\r\niDbjwhKVCJLflGeGEuX/RPGnWEiZf1A9RsCsnJTSWAXr1eLiYDProTuQ9XXS\r\nJU1jOQ++e2DgLLCysI5EdGLnZxIqOu73+h0QtbF/PrBgvENoGCUiosY/4KTa\r\nwqbQhki1twp9FIfdFBlor69n5luqaIk+4gzVen+F6PuL3TGcC2YP1TJI1V8T\r\n0ipdBt8+ZoFX1Qkva0Y+JQyPQD9lQ/Qko1ripmA26sCMd/OsFvGajJqt/0by\r\n5C0E5t4Qfv6dBoy/Igwj4hheyL5vjq9wMhOaq3gzZyOV2T6GmFwfDJKty0Je\r\n9vhYfNgaahkLx4UpYxiQUTsvxhawNvVNv4c=\r\n=79eA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"c7876a7017c32a84c45d160b337cf98921c1db39","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.6.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"@babel/runtime":"^7.21.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.5.0","react":"18.2.0","eslint":"8.36.0","rollup":"3.19.1","ts-jest":"29.0.5","mock-raf":"1.0.1","prettier":"2.8.4","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.9.5","@babel/core":"7.21.0","@types/jest":"29.4.0","@types/node":"18.15.0","npm-run-all":"4.1.5","@types/react":"18.0.28","tanem-scripts":"7.0.0","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.11","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.0","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.7.0","jest-environment-jsdom":"29.5.0","@rollup/plugin-commonjs":"24.0.1","@babel/preset-typescript":"7.21.0","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.54.1","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.21.0","@typescript-eslint/eslint-plugin":"5.54.1","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.33_1679941158822_0.22275804522701748","host":"s3://npm-registry-packages"}},"5.0.34":{"name":"@tanem/react-nprogress","version":"5.0.34","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.34","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"ddeb0b9ff914e6496ed27b7fbf7f6d4c64d2738a","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.34.tgz","fileCount":26,"integrity":"sha512-9/95nQbymqk8Y9B1CS9Kcpf/wpZSh2LEiIe0enIZ+XBhnn9omGYJefyTsZSFxURl4RLU1gA5ZMM92kisuQxOMg==","signatures":[{"sig":"MEUCIQCyTzt9Bcdf1CGIJMOMpHZd2amgF0htmRtF8bxIFM566QIgNfQXQkB8gmZhaIndnJiXNBXFaJAci5B3B8hCVi+/vnY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177768,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPMsCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoE6A/+OD0jS/GqO3vM9wn7j92wItBK6dkpxc5Sor5bJp8QhjGxkPIx\r\nnuJ5VLxt1/cHkNU5OBy7OAGXIzlPFUFrJR9oyoeXmf4k2aaJ8BGW+N9hE9ml\r\ntHj2z0v3MmtxafwUQQOHiLNzuec8o+fO4C0cAtXEmLIYA7qEB5WOk2OuFFJn\r\n/P+BnYssHMdbbs/NtU4QVmxfYpHjw3U1V1P6y5xeBL8cERx6nhofPoYYQ/Sl\r\n7PGBLD4ciDRGXEvafeIIPTy1AWMGI5famSMLK7xVSlY/UPWGJLHs6pe40VCZ\r\nFBnEp5VxtBqUkDukZGdLniUIPu5o05ZStgiDaCjDmiYxAujaioMwHj5Df1xn\r\n2TAgsaGVXUrNb3zBZVREfUwEMUdVLco5Qd2MgJFQxBbVC0R5v4JnQ1QIYqKV\r\nKgcqk0PiMXrmoGLdyOsnel592vc/lTg5w8r2vCW77p0dpJDXsFlCpehdGKBR\r\nI0a/2qwqlclB3dogHYITPPDe0dVU8W6G5wGKJ0nBRyEr7E376AreB0KiQlO/\r\nZeZFz8AH58m7B0esdGfYBp24zUK2TJOJ1MBa947r3usEMRqAFSNC5PIbw4cc\r\nB9BcHNO06tQ4qbgnCFvBAYRgXAsAoz+vaPlc+IkcAXyy4uD4FKb2eE/3AebH\r\nTlvdfSgU6RPncnfBZM6Wj+FekoJPmrO6lbM=\r\n=+c1U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"ab539b39af14f181a05aed39cd83f4ddb5326ab7","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.6.4","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@babel/runtime":"^7.21.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.5.0","react":"18.2.0","eslint":"8.36.0","rollup":"3.19.1","ts-jest":"29.0.5","mock-raf":"1.0.1","prettier":"2.8.4","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"4.9.5","@babel/core":"7.21.4","@types/jest":"29.4.0","@types/node":"18.15.0","npm-run-all":"4.1.5","@types/react":"18.0.28","tanem-scripts":"7.0.0","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.11","@babel/preset-env":"7.21.4","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.1","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.7.0","jest-environment-jsdom":"29.5.0","@rollup/plugin-commonjs":"24.0.1","@babel/preset-typescript":"7.21.4","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.54.1","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.21.4","@typescript-eslint/eslint-plugin":"5.54.1","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.34_1681705729808_0.790560468866119","host":"s3://npm-registry-packages"}},"5.0.35":{"name":"@tanem/react-nprogress","version":"5.0.35","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.35","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"2173ad0acd48922085a2b33f8dcfe471c2473510","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.35.tgz","fileCount":26,"integrity":"sha512-rfRvG+/wcL/zb7lTQD+HAStIMnDmFaVZZqd7v1OeQQpHqYeHOMCP7TRkPE08trQ9xjzGEoc/vJB8wBc4XSMTYg==","signatures":[{"sig":"MEYCIQCkPWgh5fNLSRmU4rkpm7SoVrj453foECbnXRK4KJYBygIhAIJkdLtlDiVr1eyTc04YwIrtCNyJfFxnFbFp7JXmjabN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRw34ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSnQ/+NgirwoMlUChz8z07JOZ8ZZPEVCLYzoj1KrtcyxiPq7rBgSBu\r\nKU2mEhwE3oyOGy3M14QsYmJdamHqlT+Z7EvNyuTFxqDDQ5OhDrHHZ85eNa1H\r\nW5xfqfz+gxFTLEMjZPfni5LV8ix/AQ3wVH0vqy0Ev0T/uF5WlJMXYxHw+PSx\r\n5fG0PhuYd1HNh4wGtylS81mJ9cRhiH1/3yYQux3ydStk6+PlgCmv/z85WXCs\r\nLRZTygrZIakqnasRlUgk9VM5fng8SYLbHIrHnm8wv/rBCMbMJNVwhsgelaQa\r\n3DVdAurO2ZKSEH9mctIEl6oiSkVta3QKlAe1g3lA0WnCAeR6zJ9eHZJh/xty\r\neROkC7/RbR9T+XGy9bd3GkwlSPMemqZDE7/+LdOas2aoo3vueDOhXqb7J7vu\r\n7w5MnKlIuMdYI0O6KF1zXifT6sNJQ3Xzs3gsCISwj/rWan+K2omkLq0vDvWK\r\nVsogI2LKrUz2FcdhpxD1/85Ex4O6xaRhKoZL4QpHPNa7mm2Ypb9pIHSH5Gk7\r\nAg0TlbuRZ7fUlC4NWe/HN3mDxDx4y8teGaLRbSaxphsWhdB9g7gvgzpFqvci\r\n+k2Zgb2TJTRMPnK9+5VlFBWbc9dHDS0hBQNMMiHxnwX3mDCxoHYMkIuM2HAw\r\n2IkcU+vMimBpfbdxH+U7FRgPile1WFDSLAU=\r\n=0E1M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"e6930d1fe92fe227c1a14b3c9e1ac44226545e73","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.6.5","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@babel/runtime":"^7.21.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.5.0","react":"18.2.0","eslint":"8.38.0","rollup":"3.20.7","ts-jest":"29.1.0","mock-raf":"1.0.1","prettier":"2.8.7","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.0.4","@babel/core":"7.21.4","@types/jest":"29.5.1","@types/node":"18.15.13","npm-run-all":"4.1.5","@types/react":"18.0.37","tanem-scripts":"7.0.1","@types/mock-raf":"1.0.3","@types/react-dom":"18.0.11","@babel/preset-env":"7.21.4","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.1","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.8.0","jest-environment-jsdom":"29.5.0","@rollup/plugin-commonjs":"24.1.0","@babel/preset-typescript":"7.21.4","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.59.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.21.4","@typescript-eslint/eslint-plugin":"5.59.0","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.35_1682378232569_0.6292790725647175","host":"s3://npm-registry-packages"}},"5.0.36":{"name":"@tanem/react-nprogress","version":"5.0.36","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.36","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"542bc6953e03056ce92c75c0e780612a26e1aab3","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.36.tgz","fileCount":26,"integrity":"sha512-BMn+1aBrD2POWT5lRpYvhwfwfuvXvIIoWF5xFZ4p1y1u3A07EoOTCe67Pa5ujcbOWKEVdUS8hlriaV9RMUpFsw==","signatures":[{"sig":"MEUCIQDFXdHs11h4l2iEnGjoqi2oWJF6zbQWYIaTehBvzdfVHgIgdCuvUfo6jUVqpjZRZXyA2ruYRiqhOil4dgJ3lhaJUiI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177988,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkTWqDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpWLw//Uy/wUghWldZUX2ISBRcG4p7xY4SAD8PniAlmbzoCq4xv43O3\r\nq2qTy9PMWJ8dA2oE1AeoA031RacBITcI3HyBwFU4UMId0AzZn7mWi1YN5vRa\r\nqKXQeRCD7y5L5wFoB/Detw+hQtS+La1I80vR0k5DU6J95/144bgipPeoA8HU\r\nGYzfYN6Soh1da5EmzLkUPpF7+i8yd1jG+byr6hF+7hpY1cViPQmYnTbMMJdn\r\nz75Kx32Vk4I3cazUYHWxc9ccG8xB7aod6CgpFN2Kf1RZp3Ur1FkAVsg/ujPg\r\nlR3hfMEWGXQUrIcY2mgEpDFdb52hBOsiIzaznwh/GkFq9+sGTNl9GpYlMBJu\r\nEWheM9ULuuGwX6jpAWQJDl2QxZ6TRwEmLRYAP8ehg9NR1CbgQYyMXEluoZ5T\r\n8PHPJgOBxgBa+tqpezURPky2i/sN8AAH2LIpAYL6uxSUareZyVX874fUBW4j\r\nACaHo8env7bT2oVPMKuOv4DQEyKoNjvLMQuYQ5krXwn8XUD3lH/49TMe/Zfx\r\n61yumd4mI4MfPJS5o+eGFQxdqmeaJ+MPRkpwuZFMXmmfcbCtevUWaY2bFaPR\r\nCL5i6D6Rh7OrsbgkdYfJgrGqOCXU36sJH99mpEsDEXtkoqGmG0E5j4pdB5Qe\r\nP7F3a2YucMioOYbzgQd5vQJ8rvlpCNf2y/g=\r\n=/7C5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"69aabc77e9012fdf7f993e321532f12d3829c1a0","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.6.5","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@babel/runtime":"^7.21.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.5.0","react":"18.2.0","eslint":"8.39.0","rollup":"3.21.0","ts-jest":"29.1.0","mock-raf":"1.0.1","prettier":"2.8.8","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.0.4","@babel/core":"7.21.4","@types/jest":"29.5.1","@types/node":"18.16.1","npm-run-all":"4.1.5","@types/react":"18.2.0","tanem-scripts":"7.0.2","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.1","@babel/preset-env":"7.21.4","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.1","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.8.0","jest-environment-jsdom":"29.5.0","@rollup/plugin-commonjs":"24.1.0","@babel/preset-typescript":"7.21.4","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.59.1","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.21.4","@typescript-eslint/eslint-plugin":"5.59.1","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.36_1682795139666_0.22480338481489404","host":"s3://npm-registry-packages"}},"5.0.37":{"name":"@tanem/react-nprogress","version":"5.0.37","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.37","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"3468fc4be7d4dce5d40ae8f9de0f70a926958061","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.37.tgz","fileCount":26,"integrity":"sha512-e7xTSsRdN7bLKyQn2SEEb9jAc+aRYDhmsyJgmeUgdTKTNVXJNIApQTVmuyIbbrzJlQmae8uY43Y0F8QYASu+eg==","signatures":[{"sig":"MEQCIAXUeWcdeG7yrmc6H+EHgoFlMJqoWmGWO5oG8Bk57oVKAiB/BOuXoHaR9zn63lsQLHAgBn6leDVZRhwifnOoIA1yAA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177861},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"a300d75211ec5756363fd7961c90f524adf10036","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.6.6","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@babel/runtime":"^7.21.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.5.0","react":"18.2.0","eslint":"8.39.0","rollup":"3.21.3","ts-jest":"29.1.0","mock-raf":"1.0.1","prettier":"2.8.8","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.0.4","@babel/core":"7.21.5","@types/jest":"29.5.1","@types/node":"18.16.3","npm-run-all":"4.1.5","@types/react":"18.2.0","tanem-scripts":"7.0.3","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.1","@babel/preset-env":"7.21.5","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.1","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.8.0","jest-environment-jsdom":"29.5.0","@rollup/plugin-commonjs":"24.1.0","@babel/preset-typescript":"7.21.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.59.2","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.21.4","@typescript-eslint/eslint-plugin":"5.59.2","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.37_1683312900807_0.1516124059753694","host":"s3://npm-registry-packages"}},"5.0.38":{"name":"@tanem/react-nprogress","version":"5.0.38","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.38","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"348ced46a86a7d5bdc3f42afce394a2a51d74923","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.38.tgz","fileCount":26,"integrity":"sha512-iyUzLfqiXa/EZ558mV8Wp/iqy7lKT9K+6sy5SF76sYD7mgZQ67VA8nUnsQXKFdEXoMdmfIUj7dbyDHN2OOI6BQ==","signatures":[{"sig":"MEUCIEMlYhQ79IYDx48TqRYIZ0sPHI373HaTjyZ4cAe1dY22AiEAmOG/GCoJNEy8RoVfrg8+jWePnfxzrcMstna97pwTLOc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179083},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"41483cca2ae3e619641f7be4f72969ee210caa28","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.6.6","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@babel/runtime":"^7.21.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.5.0","react":"18.2.0","eslint":"8.40.0","rollup":"3.21.5","ts-jest":"29.1.0","mock-raf":"1.0.1","prettier":"2.8.8","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.0.4","@babel/core":"7.21.8","@types/jest":"29.5.1","@types/node":"18.16.6","npm-run-all":"4.1.5","@types/react":"18.2.6","tanem-scripts":"7.0.4","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.4","@babel/preset-env":"7.21.5","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.1","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.8.0","jest-environment-jsdom":"29.5.0","@rollup/plugin-commonjs":"24.1.0","@babel/preset-typescript":"7.21.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.59.5","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.21.4","@typescript-eslint/eslint-plugin":"5.59.5","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.38_1683914291200_0.2218656492866844","host":"s3://npm-registry-packages"}},"5.0.39":{"name":"@tanem/react-nprogress","version":"5.0.39","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.39","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"5e1a9aa0c33d0dcf0caa0890e3ffb71cd314399b","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.39.tgz","fileCount":26,"integrity":"sha512-d50XRJxRy6NH51MAcaylKVJfpLtWENMdtxc6E7mQT0/t+8PyTkJMayjBbL64qh64FtkXNejdHH/1s1swEoUGfA==","signatures":[{"sig":"MEQCIFBXcGDD+kdYqsK3j9yFj8ha7wHZuL0mS1a2SeDk8oFXAiA2bJ+0YBokOP7UAMVmz6SdGwCQAc1MgfYiEK/l+tPVwQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179084},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"c90ff571a073536140e597a6752be51687f7d272","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.6.7","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@babel/runtime":"^7.21.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.5.0","react":"18.2.0","eslint":"8.40.0","rollup":"3.21.5","ts-jest":"29.1.0","mock-raf":"1.0.1","prettier":"2.8.8","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.0.4","@babel/core":"7.21.8","@types/jest":"29.5.1","@types/node":"18.16.10","npm-run-all":"4.1.5","@types/react":"18.2.6","tanem-scripts":"7.0.5","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.4","@babel/preset-env":"7.21.5","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.2","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.8.0","jest-environment-jsdom":"29.5.0","@rollup/plugin-commonjs":"25.0.0","@babel/preset-typescript":"7.21.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.59.6","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.21.4","@typescript-eslint/eslint-plugin":"5.59.6","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.39_1684542278940_0.8509816254003633","host":"s3://npm-registry-packages"}},"5.0.40":{"name":"@tanem/react-nprogress","version":"5.0.40","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.40","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"75c5ee4bfb7eb2187ea3d3c5732784c3f9263d63","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.40.tgz","fileCount":26,"integrity":"sha512-9ypSdAeFwYHTbKimpqrBLKbe+0YVF1v5Le9l8PMfTOnbWsXhc5Ka8HNLTqNwxb9Nw+kJPoZlO3sUxf1WWyrhlw==","signatures":[{"sig":"MEQCIEfOSYjQjsxtl1yc7PbWa0S8fFxSyx9T+3z/X5R2ysY/AiB6qBurdX1UgNykuX3FNglBpWDMEl9MmpZTbyaXQohnfg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179084},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"e4de377c079875babfc9fcf4fb92c7cfbd5d81b0","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.6.7","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@babel/runtime":"^7.21.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.5.0","react":"18.2.0","eslint":"8.41.0","rollup":"3.23.0","ts-jest":"29.1.0","mock-raf":"1.0.1","prettier":"2.8.8","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.0.4","@babel/core":"7.21.8","@types/jest":"29.5.1","@types/node":"18.16.14","npm-run-all":"4.1.5","@types/react":"18.2.6","tanem-scripts":"7.0.6","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.4","@babel/preset-env":"7.21.5","@babel/preset-react":"7.18.6","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.3","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.8.0","jest-environment-jsdom":"29.5.0","@rollup/plugin-commonjs":"25.0.0","@babel/preset-typescript":"7.21.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.59.7","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.21.4","@typescript-eslint/eslint-plugin":"5.59.7","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.40_1685129221505_0.23591569252086275","host":"s3://npm-registry-packages"}},"5.0.41":{"name":"@tanem/react-nprogress","version":"5.0.41","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.41","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"69ccd3b4f82195b1a640bc202322cdc2282783ca","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.41.tgz","fileCount":26,"integrity":"sha512-J/k98y2Kc4aJLhgI9oHrPKLgKtn8ijqeKd8OvHKs0CIcpKrlVODC6PuTwQ3ueJvYcUrF+dLJq2SCJSlPaN6z/w==","signatures":[{"sig":"MEUCIQDakvuVhU4NK7vvGhCw6Y33BVdweAHLT4nYLgwO0d8vOgIgFnPM1NhKXtIqq7STsHue4s9XFHkLh2M14GxJDASYqmY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179084},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"17a85fec410e04a7e9f182a3f913755e46582d83","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.6.7","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@babel/runtime":"^7.22.3","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.5.0","react":"18.2.0","eslint":"8.41.0","rollup":"3.23.0","ts-jest":"29.1.0","mock-raf":"1.0.1","prettier":"2.8.8","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.0.4","@babel/core":"7.22.1","@types/jest":"29.5.1","@types/node":"18.16.16","npm-run-all":"4.1.5","@types/react":"18.2.7","tanem-scripts":"7.0.7","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.4","@babel/preset-env":"7.22.4","@babel/preset-react":"7.22.3","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.3","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.8.0","jest-environment-jsdom":"29.5.0","@rollup/plugin-commonjs":"25.0.0","@babel/preset-typescript":"7.21.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.59.8","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.0.2","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.22.4","@typescript-eslint/eslint-plugin":"5.59.8","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.41_1685731018186_0.28752431550183544","host":"s3://npm-registry-packages"}},"5.0.42":{"name":"@tanem/react-nprogress","version":"5.0.42","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.42","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"7283d9f7b70b5989d20635408160dfa162eecf91","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.42.tgz","fileCount":26,"integrity":"sha512-8JRLq0ypk2HX+aPMU3N8ulOqpo525jVBGXEl5BLQC7tBPhuojYuO0LDeA7Of3gSFhEc8Sj8UBlSrrJHWR4MmpA==","signatures":[{"sig":"MEUCIQDQ+x7yDWYZ1sdC1fwb8D/Txjcw0nWE7Ynkgf2wtrMKhAIgJAUxcfd1gsgFAO/vi/o81G0WME1CBbsA2N+7zKxt2rE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179084},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"d17da14376db48add26cb9786e52c3981dc46ceb","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.7.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@babel/runtime":"^7.22.3","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.5.0","react":"18.2.0","eslint":"8.42.0","rollup":"3.23.1","ts-jest":"29.1.0","mock-raf":"1.0.1","prettier":"2.8.8","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.1.3","@babel/core":"7.22.1","@types/jest":"29.5.2","@types/node":"18.16.16","npm-run-all":"4.1.5","@types/react":"18.2.8","tanem-scripts":"7.0.8","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.4","@babel/preset-env":"7.22.4","@babel/preset-react":"7.22.3","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.3","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.8.0","jest-environment-jsdom":"29.5.0","@rollup/plugin-commonjs":"25.0.0","@babel/preset-typescript":"7.21.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.59.9","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.1.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.22.4","@typescript-eslint/eslint-plugin":"5.59.9","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.42_1686424737115_0.43450108776786034","host":"s3://npm-registry-packages"}},"5.0.43":{"name":"@tanem/react-nprogress","version":"5.0.43","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.43","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"9ecc1b9bd9252f9c5f3ec4cc86915c72fd6a4ee2","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.43.tgz","fileCount":26,"integrity":"sha512-ITFVarbvjEKUVE+DDAYDEzUiSSPnvsSmAop9JoijuiE7Kn5kbQ6BO5a74376oiCmQfJZDqcwnRtACJZJt8pY/A==","signatures":[{"sig":"MEUCIQCJgkUBKSsY4l2mPOfa4AOwgC4y3wDJ3YNSFv4pH1PJZgIgUdUYwxLB2O9WhYjTIMWVhzBVjhzdZP4ZUnlW5YsGq5Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179087},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"e38d195548f87b023d804968710f4833c668dac8","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.7.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@babel/runtime":"^7.22.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.5.0","react":"18.2.0","eslint":"8.42.0","rollup":"3.25.1","ts-jest":"29.1.0","mock-raf":"1.0.1","prettier":"2.8.8","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.1.3","@babel/core":"7.22.5","@types/jest":"29.5.2","@types/node":"18.16.18","npm-run-all":"4.1.5","@types/react":"18.2.11","tanem-scripts":"7.0.9","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.4","@babel/preset-env":"7.22.5","@babel/preset-react":"7.22.5","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.3","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.8.0","jest-environment-jsdom":"29.5.0","@rollup/plugin-commonjs":"25.0.1","@babel/preset-typescript":"7.22.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.59.11","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.1.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.22.5","@typescript-eslint/eslint-plugin":"5.59.11","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.43_1687049174843_0.9659725194346194","host":"s3://npm-registry-packages"}},"5.0.44":{"name":"@tanem/react-nprogress","version":"5.0.44","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.44","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"e320f36316a0afdf2250fde745d304c6ebadcf3c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.44.tgz","fileCount":26,"integrity":"sha512-NNEl0M09WIVCVD1W80Q7KSS5NY8Uv/3/onZu+sEWDUS6jjXAB86uz45sN/1QcoAUKghwLSmAYoXs+JmPjSUmSQ==","signatures":[{"sig":"MEYCIQCAK1IN+Pzihh6PpevpZ8bNm6H8o5aojIK7Hhlk9rHTJAIhAO631oFFjmaZnNbq5jn9dD73Fab2lOROVBz0ppHJrBBK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179086},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"f555fcd0937fad68625dea6ffd5409f1e7cfb026","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.7.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"@babel/runtime":"^7.22.5","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.5.0","react":"18.2.0","eslint":"8.43.0","rollup":"3.25.3","ts-jest":"29.1.0","mock-raf":"1.0.1","prettier":"2.8.8","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.1.3","@babel/core":"7.22.5","@types/jest":"29.5.2","@types/node":"18.16.18","npm-run-all":"4.1.5","@types/react":"18.2.14","tanem-scripts":"7.0.10","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.6","@babel/preset-env":"7.22.5","@babel/preset-react":"7.22.5","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.3","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.8.0","jest-environment-jsdom":"29.5.0","@rollup/plugin-commonjs":"25.0.2","@babel/preset-typescript":"7.22.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"5.60.1","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.1.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.22.5","@typescript-eslint/eslint-plugin":"5.60.1","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.44_1688148021428_0.07476067150949195","host":"s3://npm-registry-packages"}},"5.0.45":{"name":"@tanem/react-nprogress","version":"5.0.45","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.45","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"9ab55ec5325e5dc778538f02d5c2b46d68e00a22","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.45.tgz","fileCount":26,"integrity":"sha512-UVszFpJ1d71OGJ00Hg5shGSP8nUp+8ZTS82+0IL3c4v16m+FS6/PUZba/qt6AaZBEOrhmHq9abiadTAR0NOFUQ==","signatures":[{"sig":"MEUCIGNv15B7gIznUoDqygkQjh+wfaXOdAXoCCMi73jWsCUiAiEApuvcnjsWErAmNCUP+tlqUhBbOjca6ULCFPKpZbFZMGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179084},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"04e1377f34c934628e7694c45de38673a5917d01","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.8.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"@babel/runtime":"^7.22.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.6.1","react":"18.2.0","eslint":"8.45.0","rollup":"3.26.3","ts-jest":"29.1.1","mock-raf":"1.0.1","prettier":"2.8.8","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.1.6","@babel/core":"7.22.9","@types/jest":"29.5.3","@types/node":"18.16.19","npm-run-all":"4.1.5","@types/react":"18.2.15","tanem-scripts":"7.0.11","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.7","@babel/preset-env":"7.22.9","@babel/preset-react":"7.22.5","eslint-plugin-react":"7.32.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.3","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.8.0","jest-environment-jsdom":"29.6.1","@rollup/plugin-commonjs":"25.0.3","@babel/preset-typescript":"7.22.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"6.0.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.1.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.22.9","@typescript-eslint/eslint-plugin":"6.0.0","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.45_1689872598092_0.13319804015792913","host":"s3://npm-registry-packages"}},"5.0.46":{"name":"@tanem/react-nprogress","version":"5.0.46","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.46","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"4a06f2038a726d74887a5cc49ae04ba1ab76d21b","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.46.tgz","fileCount":26,"integrity":"sha512-iNECvWBwy559dc8ZCv93IblVCDHAqqEAAlrRfE3YhnvCcLR4JPDmZKgIXMdk+MV9IviWw0idr1vc4osrHK89vg==","signatures":[{"sig":"MEUCIQDrTFcjmtu4AHsingsPgqX5fBdSolDE9yqCxZ/qT1PJUQIgIgfJkW2ZQ/GbROjAlnovLyTjGDC+2qtKb64WgFthOgs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179083},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"2e50e9eb0fec6f08cef366e43a0612cf7c98b088","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.8.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"@babel/runtime":"^7.22.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.6.2","react":"18.2.0","eslint":"8.46.0","rollup":"3.27.0","ts-jest":"29.1.1","mock-raf":"1.0.1","prettier":"3.0.0","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.1.6","@babel/core":"7.22.9","@types/jest":"29.5.3","@types/node":"18.17.1","npm-run-all":"4.1.5","@types/react":"18.2.18","tanem-scripts":"7.0.12","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.7","@babel/preset-env":"7.22.9","@babel/preset-react":"7.22.5","eslint-plugin-react":"7.33.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.13.11","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.3","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"8.9.0","jest-environment-jsdom":"29.6.2","@rollup/plugin-commonjs":"25.0.3","@babel/preset-typescript":"7.22.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"6.2.1","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.1.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.22.9","@typescript-eslint/eslint-plugin":"6.2.1","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.46_1691262706807_0.3929058049101828","host":"s3://npm-registry-packages"}},"5.0.47":{"name":"@tanem/react-nprogress","version":"5.0.47","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.47","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"3e1613edd6ee5aff2debcba8f15bb83a1bdbd20c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.47.tgz","fileCount":26,"integrity":"sha512-DIW4bkXxPa2Mc8WKAoxdJudLsl2N4QinMeoG3Z+bQa4RNdV97FYVGcryie9ZjJU+ZUxvjT5eq504wnW/xzHlmA==","signatures":[{"sig":"MEUCIQCzHlTWlD8O3aFrHO6EAsQN+UR6By7NGB8/GDXDVx4A2gIgWb2QbIvvcF96IJAjfRHIA6u/QqIV+NFMUKIGPp5v87U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179086},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"7a3678946ba4492bd38f56228c746f8b6e0e02bd","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.8.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"@babel/runtime":"^7.22.10","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.6.2","react":"18.2.0","eslint":"8.46.0","rollup":"3.27.2","ts-jest":"29.1.1","mock-raf":"1.0.1","prettier":"3.0.0","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.1.6","@babel/core":"7.22.10","@types/jest":"29.5.3","@types/node":"18.17.3","npm-run-all":"4.1.5","@types/react":"18.2.19","tanem-scripts":"7.0.13","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.7","@babel/preset-env":"7.22.10","@babel/preset-react":"7.22.5","eslint-plugin-react":"7.33.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.14.0","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.3","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"9.0.0","jest-environment-jsdom":"29.6.2","@rollup/plugin-commonjs":"25.0.3","@babel/preset-typescript":"7.22.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"6.3.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.1.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.22.10","@typescript-eslint/eslint-plugin":"6.3.0","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.47_1691780693407_0.31440971324319134","host":"s3://npm-registry-packages"}},"5.0.48":{"name":"@tanem/react-nprogress","version":"5.0.48","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.48","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"1135b99925738e9df606906ef62f5e5c41ef4871","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.48.tgz","fileCount":26,"integrity":"sha512-lmP6FKoGC7i77XBQkN5meD0fgL64KbRWdXVn/0O2hcDra9rx8EIvwidlUdDjaD2q8CqB58sXru8BSEieZysWCg==","signatures":[{"sig":"MEQCIEbi57FCOTHpr1LZixMBPjkquSl/D5ce/6XEVTOekZoHAiBMCFUVB56fYtYDlOI9CIqn/8mdeNyPn6p673UUtk+5HQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179086},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"f2bb1735070af4310f6550816919d1cbeb370aa9","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"9.8.1","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"@babel/runtime":"^7.22.10","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.6.2","react":"18.2.0","eslint":"8.47.0","rollup":"3.28.0","ts-jest":"29.1.1","mock-raf":"1.0.1","prettier":"3.0.0","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.1.6","@babel/core":"7.22.10","@types/jest":"29.5.3","@types/node":"18.17.5","npm-run-all":"4.1.5","@types/react":"18.2.20","tanem-scripts":"7.0.14","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.7","@babel/preset-env":"7.22.10","@babel/preset-react":"7.22.5","eslint-plugin-react":"7.33.1","react-test-renderer":"18.2.0","regenerator-runtime":"0.14.0","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.3","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"9.0.0","jest-environment-jsdom":"29.6.2","@rollup/plugin-commonjs":"25.0.4","@babel/preset-typescript":"7.22.5","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"6.4.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.1.0","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.22.10","@typescript-eslint/eslint-plugin":"6.4.0","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.48_1692386840887_0.7260198890210094","host":"s3://npm-registry-packages"}},"5.0.49":{"name":"@tanem/react-nprogress","version":"5.0.49","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.49","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"79d5fd4e2185d569468a73a724f73d30efa3ecd6","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.49.tgz","fileCount":26,"integrity":"sha512-y10a+aiZxelpgCWv1yDJVIL7kKz60yTfVx5dSrLlrMxs8AHxN+GwAu3AsAYYLG7DILoKH1GwGvJxwv2OhWhKsA==","signatures":[{"sig":"MEYCIQCs1s5JOjNXul9q7IKN9e0MRuEs48vBEbKprMopyZ/LkgIhAMnZcvZa06qqREUUeO3UXCQm1fyPRyuuaeqRkFPZHKEH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":178773},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"5ec54e2511847e4c08b117ba60ba99660aa0d3c1","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"10.0.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"@babel/runtime":"^7.22.11","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.6.4","react":"18.2.0","eslint":"8.48.0","rollup":"3.28.1","ts-jest":"29.1.1","mock-raf":"1.0.1","prettier":"3.0.3","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.2.2","@babel/core":"7.22.11","@types/jest":"29.5.4","@types/node":"18.17.12","npm-run-all":"4.1.5","@types/react":"18.2.21","tanem-scripts":"7.0.15","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.7","@babel/preset-env":"7.22.10","@babel/preset-react":"7.22.5","eslint-plugin-react":"7.33.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.14.0","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.3","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"9.0.0","jest-environment-jsdom":"29.6.4","@rollup/plugin-commonjs":"25.0.4","@babel/preset-typescript":"7.22.11","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"6.5.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.22.10","@typescript-eslint/eslint-plugin":"6.5.0","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.49_1693589761258_0.8799186168240538","host":"s3://npm-registry-packages"}},"5.0.50":{"name":"@tanem/react-nprogress","version":"5.0.50","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.50","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"03fe8c560a6b1ba14bd61d61349da7f6e006df99","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.50.tgz","fileCount":26,"integrity":"sha512-N12uFfz3n07bA7fp6jsFclgodTGIh5RAem65SG/GFKx0L2h87Ep3twJUHV+gNzJ0nx7QN6DkUT5mcOWt5ny6IQ==","signatures":[{"sig":"MEYCIQDtrSvQ2Y6+x9eUKMxKyhablwnvY2e200esRBWbXGrbfQIhALoM8vDWDtpL/6thmNTHsQCTMtKYYFP6aLMLHFprr32N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":178774},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"2b261c41424d0b79ddd2407c5f1dd7edab086fb4","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"10.1.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"@babel/runtime":"^7.22.15","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.6.4","react":"18.2.0","eslint":"8.48.0","rollup":"3.29.0","ts-jest":"29.1.1","mock-raf":"1.0.1","prettier":"3.0.3","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.2.2","@babel/core":"7.22.15","@types/jest":"29.5.4","@types/node":"18.17.14","npm-run-all":"4.1.5","@types/react":"18.2.21","tanem-scripts":"7.0.16","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.7","@babel/preset-env":"7.22.15","@babel/preset-react":"7.22.15","eslint-plugin-react":"7.33.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.14.0","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.3","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"9.0.0","jest-environment-jsdom":"29.6.4","@rollup/plugin-commonjs":"25.0.4","@babel/preset-typescript":"7.22.15","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"6.6.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.22.15","@typescript-eslint/eslint-plugin":"6.6.0","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.50_1694284233157_0.7329035469914686","host":"s3://npm-registry-packages"}},"5.0.51":{"name":"@tanem/react-nprogress","version":"5.0.51","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.51","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"6cbdb52a0a27ecf845f61d809ef6fd45b063662d","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.51.tgz","fileCount":26,"integrity":"sha512-YxNUCpznuBVA+PhjEzFmxaa1czXgU+5Ojchw5JBK7DQS6SHIgNudpFohWpNBWMu2KWByGJ2OLH2OwbM/XyP18Q==","signatures":[{"sig":"MEUCIQCWvBhGKwWxFD5OeENxi5khWQn7lUkFLHrQ9i8hs9jY/wIgNgwtGZTUSzstfaMBiHM+QtPWPxT1ERIr66EGI8gxYzY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":178774},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"90c88e67eb80ebf1859ec02729824325c9a81e9d","scripts":{"lint":"eslint --ext js,ts,tsx .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"10.1.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"@babel/runtime":"^7.22.15","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.7.0","react":"18.2.0","eslint":"8.49.0","rollup":"3.29.1","ts-jest":"29.1.1","mock-raf":"1.0.1","prettier":"3.0.3","react-dom":"18.2.0","babel-core":"6.26.3","typescript":"5.2.2","@babel/core":"7.22.17","@types/jest":"29.5.4","@types/node":"18.17.15","npm-run-all":"4.1.5","@types/react":"18.2.21","tanem-scripts":"7.0.17","@types/mock-raf":"1.0.3","@types/react-dom":"18.2.7","@babel/preset-env":"7.22.15","@babel/preset-react":"7.22.15","eslint-plugin-react":"7.33.2","react-test-renderer":"18.2.0","regenerator-runtime":"0.14.0","@rollup/plugin-babel":"6.0.3","@rollup/plugin-terser":"0.4.3","@rollup/plugin-replace":"5.0.2","@testing-library/react":"14.0.0","eslint-config-prettier":"9.0.0","jest-environment-jsdom":"29.7.0","@rollup/plugin-commonjs":"25.0.4","@babel/preset-typescript":"7.22.15","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"6.7.0","eslint-plugin-react-hooks":"4.6.0","@rollup/plugin-node-resolve":"15.2.1","@types/hoist-non-react-statics":"3.3.1","@babel/plugin-transform-runtime":"7.22.15","@typescript-eslint/eslint-plugin":"6.7.0","eslint-plugin-simple-import-sort":"10.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.51_1694837765309_0.6642487842224092","host":"s3://npm-registry-packages"}},"5.0.52":{"name":"@tanem/react-nprogress","version":"5.0.52","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.52","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"4638caedd23bf3cc381b71f6068115637688a97e","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.52.tgz","fileCount":26,"integrity":"sha512-ncDcnDS/vm79sqPmBmeslA5TeA3+7VMmLgo6SPkjmRivHmImV/5DqzcbCltopkpadZ5/mSyCCPoQEi1bvU/VMQ==","signatures":[{"sig":"MEYCIQDMW0L/ccjzQEizEyDHBCessiZwpZjITMhALwdr27BCkQIhAMr8Cgy3/Nbz6kJ65bT3JgFtq6oMndPx9mUy+rmYjVQM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":178541},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"037e265dea7fa4e154b018e409457a87ed6d2eab","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"10.8.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"@babel/runtime":"^7.25.7","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.7.0","react":"18.3.1","eslint":"9.12.0","rollup":"4.24.0","ts-jest":"29.2.5","mock-raf":"1.0.1","prettier":"3.3.3","react-dom":"18.3.1","@eslint/js":"9.12.0","babel-core":"6.26.3","typescript":"5.6.3","@babel/core":"7.25.8","@types/jest":"29.5.13","@types/node":"20.16.11","@types/react":"18.3.11","npm-run-all2":"6.2.3","tanem-scripts":"7.0.27","@eslint/compat":"1.2.0","@types/mock-raf":"1.0.6","@eslint/eslintrc":"3.1.0","@types/react-dom":"18.3.1","@babel/preset-env":"7.25.8","@babel/preset-react":"7.25.7","eslint-plugin-react":"7.37.1","react-test-renderer":"18.3.1","regenerator-runtime":"0.14.1","@rollup/plugin-babel":"6.0.4","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.1","@testing-library/react":"16.0.1","eslint-config-prettier":"9.1.0","jest-environment-jsdom":"29.7.0","@rollup/plugin-commonjs":"28.0.0","@babel/preset-typescript":"7.25.7","rollup-plugin-sourcemaps":"0.6.3","@typescript-eslint/parser":"8.8.1","eslint-plugin-react-hooks":"5.0.0","@rollup/plugin-node-resolve":"15.3.0","@types/hoist-non-react-statics":"3.3.5","@babel/plugin-transform-runtime":"7.25.7","@typescript-eslint/eslint-plugin":"8.8.1","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.52_1729013227031_0.172230632487417","host":"s3://npm-registry-packages"}},"5.0.53":{"name":"@tanem/react-nprogress","version":"5.0.53","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.53","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"1bd11761d52c7d5847a7dc82538c273d59e4a09b","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.53.tgz","fileCount":26,"integrity":"sha512-leYKdK85/MSFz2WdcZKMI6Xaq63U06V6ERk1H+ovPPIWeVemK3HIBPb3O3Hsee9RliV5kolcM06epcuY36q0Dw==","signatures":[{"sig":"MEQCIDynO+UUSeAibm+zbGs4EbpQmyhJ2NRSmX2qS1m4TXavAiAhqUoROl/iRiuzXU56VcWAs9xBLX4HNJ+X2joLhX3E4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175614},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"b2017c74584211274f68946a18f4830450c4c524","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"10.9.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"22.11.0","dependencies":{"@babel/runtime":"^7.26.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.7.0","react":"18.3.1","eslint":"9.15.0","rollup":"4.27.2","ts-jest":"29.2.5","mock-raf":"1.0.1","prettier":"3.3.3","react-dom":"18.3.1","@eslint/js":"9.15.0","babel-core":"6.26.3","typescript":"5.6.3","@babel/core":"7.26.0","@types/jest":"29.5.14","@types/node":"22.9.0","@types/react":"18.3.12","npm-run-all2":"7.0.1","tanem-scripts":"7.0.27","@eslint/compat":"1.2.3","@types/mock-raf":"1.0.6","@eslint/eslintrc":"3.2.0","@types/react-dom":"18.3.1","@babel/preset-env":"7.26.0","@babel/preset-react":"7.25.9","eslint-plugin-react":"7.37.2","react-test-renderer":"18.3.1","regenerator-runtime":"0.14.1","@rollup/plugin-babel":"6.0.4","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.1","@testing-library/react":"16.0.1","eslint-config-prettier":"9.1.0","jest-environment-jsdom":"29.7.0","@rollup/plugin-commonjs":"28.0.1","@babel/preset-typescript":"7.26.0","@typescript-eslint/parser":"8.15.0","eslint-plugin-react-hooks":"5.0.0","@rollup/plugin-node-resolve":"15.3.0","@types/hoist-non-react-statics":"3.3.5","@babel/plugin-transform-runtime":"7.25.9","@typescript-eslint/eslint-plugin":"8.15.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.53_1732039469961_0.925809618064015","host":"s3://npm-registry-packages"}},"5.0.54":{"name":"@tanem/react-nprogress","version":"5.0.54","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.54","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"ba87e6ad50bc6b9b0a304bb6799702630f7ac8bc","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.54.tgz","fileCount":26,"integrity":"sha512-jOf2B0GcxNlX8n4JISWkWu9HXmh6RxIKmefAym0xbIT51yDZT7eqioKrGeYyq6yMtKJVoCrHJFngAssqQ7dj+w==","signatures":[{"sig":"MEUCIQC9AOLu2w3rltfF9Jtb+HTs/3dBLqA21XVvAX7rBY4O4AIgB7jgraeCzcTzJv9YmACc9uyGeNBA6PC6Q6yAzlSHO2o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":175663},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"b6d2a66b6b7bb9073817db2fc7a03d6d862dc77b","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.0.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"22.13.1","dependencies":{"@babel/runtime":"^7.26.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.7.0","react":"19.0.0","eslint":"9.18.0","rollup":"4.31.0","ts-jest":"29.2.5","mock-raf":"1.0.1","prettier":"3.4.2","react-dom":"19.0.0","@eslint/js":"9.18.0","babel-core":"6.26.3","typescript":"5.7.3","@babel/core":"7.26.0","@types/jest":"29.5.14","@types/node":"22.10.9","@types/react":"19.0.8","npm-run-all2":"7.0.2","tanem-scripts":"7.0.27","@eslint/compat":"1.2.5","@types/mock-raf":"1.0.6","@eslint/eslintrc":"3.2.0","@types/react-dom":"19.0.3","@babel/preset-env":"7.26.0","@babel/preset-react":"7.26.3","eslint-plugin-react":"7.37.4","react-test-renderer":"19.0.0","regenerator-runtime":"0.14.1","@rollup/plugin-babel":"6.0.4","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.2","@testing-library/react":"16.2.0","eslint-config-prettier":"10.0.1","jest-environment-jsdom":"29.7.0","@rollup/plugin-commonjs":"28.0.2","@babel/preset-typescript":"7.26.0","@typescript-eslint/parser":"8.21.0","eslint-plugin-react-hooks":"5.1.0","@rollup/plugin-node-resolve":"16.0.0","@types/hoist-non-react-statics":"3.3.6","@babel/plugin-transform-runtime":"7.25.9","@typescript-eslint/eslint-plugin":"8.21.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.54_1737916450654_0.7093723320086633","host":"s3://npm-registry-packages-npm-production"}},"5.0.55":{"name":"@tanem/react-nprogress","version":"5.0.55","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.55","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"585cf0240a3d7b38322519bc152a0943b5fadd67","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.55.tgz","fileCount":26,"integrity":"sha512-Y9Ywyr/5T7P8PB19DOoIHmTfDAFJ07lEo/KsGBAuHnWMP6XGgAnxzakfLR9j+mxPP3aFP464Hl4/WQsY0MfIgg==","signatures":[{"sig":"MEQCIDNv3fOflDQkFjajN0x+15usqN0imCOj9VK3Ud3qAnx2AiBbTw3HYRb/+ZZbEcrNTlTO7v8fY3Fni+12ncu2vT0ECA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":175696},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"f8a41213db21addfbec4f6222986fe8b4be02e0a","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.0.0","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"22.13.1","dependencies":{"@babel/runtime":"^7.26.0","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.3.4","jest":"29.7.0","react":"19.0.0","eslint":"9.18.0","rollup":"4.31.0","ts-jest":"29.2.5","mock-raf":"1.0.1","prettier":"3.4.2","react-dom":"19.0.0","@eslint/js":"9.18.0","babel-core":"6.26.3","typescript":"5.7.3","@babel/core":"7.26.0","@types/jest":"29.5.14","@types/node":"22.10.10","@types/react":"19.0.8","npm-run-all2":"7.0.2","tanem-scripts":"7.0.27","@eslint/compat":"1.2.5","@types/mock-raf":"1.0.6","@eslint/eslintrc":"3.2.0","@types/react-dom":"19.0.3","@babel/preset-env":"7.26.0","@babel/preset-react":"7.26.3","eslint-plugin-react":"7.37.4","react-test-renderer":"19.0.0","regenerator-runtime":"0.14.1","@rollup/plugin-babel":"6.0.4","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.2","@testing-library/react":"16.2.0","eslint-config-prettier":"10.0.1","jest-environment-jsdom":"29.7.0","@rollup/plugin-commonjs":"28.0.2","@babel/preset-typescript":"7.26.0","@typescript-eslint/parser":"8.21.0","eslint-plugin-react-hooks":"5.1.0","@rollup/plugin-node-resolve":"16.0.0","@types/hoist-non-react-statics":"3.3.6","@babel/plugin-transform-runtime":"7.25.9","@typescript-eslint/eslint-plugin":"8.21.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.55_1737918027383_0.6413202884078077","host":"s3://npm-registry-packages-npm-production"}},"5.0.56":{"name":"@tanem/react-nprogress","version":"5.0.56","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.56","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"a82cf390920029dc0811bc1ca2fd6350a7204750","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.56.tgz","fileCount":26,"integrity":"sha512-OI5rXB6jxC/RLJqnIuaKNXu3qQ6Lf3+g1HqkqGz01E25iV3pZFYBihMdGsEeg/4pAm0O7xo/umcAA3jsdeibHA==","signatures":[{"sig":"MEUCIQCd1YFq6mPAXahsbFL6DOgbhEQNfEKOVjQ7C8juAjGXwwIgSn6Ia7aV7baTYd0ORNTUZWhvSYkda4D5J89YoSz/WFo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":176361},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"c2369205f753012f1f49183c481c235d0820be06","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","prepare":"npm run build","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"tanem","email":"npm.3o5t2ntz@sent.com"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.6.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"@babel/runtime":"^7.28.4","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.0","eslint":"9.37.0","rollup":"4.52.4","ts-jest":"29.4.4","mock-raf":"1.0.1","prettier":"3.6.2","react-dom":"19.2.0","@eslint/js":"9.37.0","typescript":"5.9.3","@babel/core":"7.28.4","@types/jest":"30.0.0","@types/node":"22.18.9","@types/react":"19.2.2","npm-run-all2":"8.0.4","tanem-scripts":"7.0.27","@eslint/compat":"1.4.0","@types/mock-raf":"1.0.6","@eslint/eslintrc":"3.3.1","@types/react-dom":"19.2.1","@babel/preset-env":"7.28.3","@babel/preset-react":"7.27.1","eslint-plugin-react":"7.37.5","react-test-renderer":"19.2.0","regenerator-runtime":"0.14.1","@rollup/plugin-babel":"6.0.4","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.2","@testing-library/react":"16.3.0","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","@rollup/plugin-commonjs":"28.0.6","@babel/preset-typescript":"7.27.1","@typescript-eslint/parser":"8.46.0","eslint-plugin-react-hooks":"7.0.0","@rollup/plugin-node-resolve":"16.0.2","@types/hoist-non-react-statics":"3.3.7","@babel/plugin-transform-runtime":"7.28.3","@typescript-eslint/eslint-plugin":"8.46.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.56_1760291667633_0.39761543736630034","host":"s3://npm-registry-packages-npm-production"}},"5.0.58":{"name":"@tanem/react-nprogress","version":"5.0.58","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.58","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"9002d9c8bf37310e9d93e0e5f3c45bff71c50dda","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.58.tgz","fileCount":26,"integrity":"sha512-VbO2PF/lYwyV5axQTLQWrC2l7amVadCikg/WnpncdgkGHzcWgkdV/h+SoYgkB2cfc8yQm0Qpv9DCGK8q4wWvsw==","signatures":[{"sig":"MEUCIQC0veMDk19bgm06dep28eDFJVzYKvMZjDkEahJd3JXpdgIgWFHADgmth/3fsJ9jd+o44G+9xqn2MLSftu0UdAq+5dg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@5.0.58","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":176360},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"baf5550c6a38cb7c6980a575bb229df60ab5e510","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","prepare":"npm run build","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.6.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"@babel/runtime":"^7.28.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.3","eslint":"9.39.2","rollup":"4.55.3","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.3","@eslint/js":"9.39.2","typescript":"5.9.3","@babel/core":"7.28.6","@types/jest":"30.0.0","@types/node":"24.10.9","@types/react":"19.2.9","npm-run-all2":"8.0.4","tanem-scripts":"8.0.0","@eslint/compat":"2.0.1","@types/mock-raf":"1.0.6","@eslint/eslintrc":"3.3.3","@types/react-dom":"19.2.3","@babel/preset-env":"7.28.6","@babel/preset-react":"7.28.5","eslint-plugin-react":"7.37.5","react-test-renderer":"19.2.3","regenerator-runtime":"0.14.1","@rollup/plugin-babel":"6.1.0","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.3","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","@rollup/plugin-commonjs":"29.0.0","@babel/preset-typescript":"7.28.5","@typescript-eslint/parser":"8.53.1","eslint-plugin-react-hooks":"7.0.1","@rollup/plugin-node-resolve":"16.0.3","@types/hoist-non-react-statics":"3.3.7","@babel/plugin-transform-runtime":"7.28.5","@typescript-eslint/eslint-plugin":"8.53.1","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.58_1769280239830_0.26090624741049084","host":"s3://npm-registry-packages-npm-production"}},"5.0.59":{"name":"@tanem/react-nprogress","version":"5.0.59","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.59","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"946a94266f114456c14b072362812690eb6ce115","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.59.tgz","fileCount":26,"integrity":"sha512-Ji7rKDtA/fM8geg7lLYChuuSZKwtchImSwdrUrM4+f5C4EwyvpxVCahPgrR5Pq1jlOLo8WgWj2AoVL15MfurEg==","signatures":[{"sig":"MEUCIQCmXtnLG4uNjrmZ+DKq9sUflgwxmxJ1qZ+2PNWt34Fg8gIgElJjHKZZ+LTIMvc4d365zcPS42tlnHic0ZdUrpeIrcc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@5.0.59","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":176361},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"96af91613b7120f6f214e897d90e6dfaf9a32819","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","prepare":"npm run build","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.6.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"@babel/runtime":"^7.28.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"9.39.2","rollup":"4.57.0","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"9.39.2","typescript":"5.9.3","@babel/core":"7.28.6","@types/jest":"30.0.0","@types/node":"24.10.9","@types/react":"19.2.10","npm-run-all2":"8.0.4","tanem-scripts":"8.0.0","@eslint/compat":"2.0.1","@types/mock-raf":"1.0.6","@eslint/eslintrc":"3.3.3","@types/react-dom":"19.2.3","@babel/preset-env":"7.28.6","@babel/preset-react":"7.28.5","eslint-plugin-react":"7.37.5","react-test-renderer":"19.2.4","regenerator-runtime":"0.14.1","@rollup/plugin-babel":"6.1.0","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.3","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","@rollup/plugin-commonjs":"29.0.0","@babel/preset-typescript":"7.28.5","@typescript-eslint/parser":"8.54.0","eslint-plugin-react-hooks":"7.0.1","@rollup/plugin-node-resolve":"16.0.3","@types/hoist-non-react-statics":"3.3.7","@babel/plugin-transform-runtime":"7.28.5","@typescript-eslint/eslint-plugin":"8.54.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.59_1770023996415_0.42277088708588884","host":"s3://npm-registry-packages-npm-production"}},"5.0.60":{"name":"@tanem/react-nprogress","version":"5.0.60","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.60","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"37c13e1e7e77277303660e5132ca03304a69cbbb","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.60.tgz","fileCount":26,"integrity":"sha512-1eJxtcZtUexasm6rc1chS446vHfBj3vV9t22hSjxzgFbtw4f2bpdfQZlsU/vycNwh8DC63v8Ya+a3s+hoSmTew==","signatures":[{"sig":"MEMCIFlpgef8MWoFp4Sm4SteNVmZHIv2gYK7EViFqVQeQfelAh9EKWdywY7C9JNCG/LJ008qij/hq9cEyIxrtpR4g6h3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@5.0.60","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":176362},"main":"dist/index.js","module":"dist/react-nprogress.esm.js","gitHead":"29658bfa38743f5deb93dd9e218d30bd109b8e49","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","prepare":"npm run build","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"typings":"dist/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.6.2","description":"A React primitive for building slim progress bars.","directories":{},"jsnext:main":"dist/react-nprogress.esm.js","sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"@babel/runtime":"^7.28.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"9.39.2","rollup":"4.57.1","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"9.39.2","typescript":"5.9.3","@babel/core":"7.29.0","@types/jest":"30.0.0","@types/node":"24.10.11","@types/react":"19.2.13","npm-run-all2":"8.0.4","tanem-scripts":"8.0.1","@eslint/compat":"2.0.2","@types/mock-raf":"1.0.6","@eslint/eslintrc":"3.3.3","@types/react-dom":"19.2.3","@babel/preset-env":"7.29.0","@babel/preset-react":"7.28.5","eslint-plugin-react":"7.37.5","react-test-renderer":"19.2.4","regenerator-runtime":"0.14.1","@rollup/plugin-babel":"6.1.0","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.3","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","@rollup/plugin-commonjs":"29.0.0","@babel/preset-typescript":"7.28.5","@typescript-eslint/parser":"8.54.0","eslint-plugin-react-hooks":"7.0.1","@rollup/plugin-node-resolve":"16.0.3","@types/hoist-non-react-statics":"3.3.7","@babel/plugin-transform-runtime":"7.29.0","@typescript-eslint/eslint-plugin":"8.54.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.60_1770629058124_0.3327254610652399","host":"s3://npm-registry-packages-npm-production"}},"5.0.61":{"name":"@tanem/react-nprogress","version":"5.0.61","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.61","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"43524df1002b39b1aee94cdf95ce92c8e2e8b81f","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.61.tgz","fileCount":26,"integrity":"sha512-xbZhucm9mt98Raxmc0ludrHNj8FN9JV+XwRcWr5yUZnZvGFfjb25QDatydf+W6NwefzEU9YPJwPUgfaXuSgWAw==","signatures":[{"sig":"MEQCIGhUjzwO1J9Tz13Ts0fpPHPemAUVTWEgzTRzLTllHxWDAiB3+66sjXfbKsKlupF9EMZfQjcP2dv+2mvJhEfhhmOT6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@5.0.61","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":206892},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/react-nprogress.esm.js","gitHead":"b2d425bf51fe4beb8e244bedfa7811f6bff9040e","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","prepare":"npm run build","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.8.0","description":"A React primitive for building slim progress bars.","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","dependencies":{"@babel/runtime":"^7.28.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"9.39.2","rollup":"4.57.1","globals":"17.3.0","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"9.39.2","typescript":"5.9.3","@babel/core":"7.29.0","@types/jest":"30.0.0","@types/node":"24.10.13","@types/react":"19.2.14","npm-run-all2":"8.0.4","tanem-scripts":"8.0.2","@types/mock-raf":"1.0.6","@types/react-dom":"19.2.3","@babel/preset-env":"7.29.0","typescript-eslint":"8.55.0","@babel/preset-react":"7.28.5","eslint-plugin-react":"7.37.5","@rollup/plugin-babel":"6.1.0","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.3","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","@rollup/plugin-commonjs":"29.0.0","@babel/preset-typescript":"7.28.5","eslint-plugin-react-hooks":"7.0.1","@rollup/plugin-node-resolve":"16.0.3","@types/hoist-non-react-statics":"3.3.7","@babel/plugin-transform-runtime":"7.29.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.61_1771179861976_0.7000542853516523","host":"s3://npm-registry-packages-npm-production"}},"5.0.62":{"name":"@tanem/react-nprogress","version":"5.0.62","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.62","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"0d773fb22eb676ebd01f0605ca933c0b5421c9da","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.62.tgz","fileCount":26,"integrity":"sha512-GnAu4LT3NGQofC/8c1vm2xO7ae8SLdyP9/c1UgQfOX5ivdI1F2i//vch4H9YB7OZLNp+dsC8KaskKn0ubL2mGQ==","signatures":[{"sig":"MEUCIEHYBJRpVTNymf4N4y4hQms3lYn9zF307dEFDOp+JqxTAiEAjEEYnjELwuciU6Fuvrk7VDlLGC6/ZkTSHq88SA/eRHQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@5.0.62","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":207103},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/react-nprogress.esm.js","gitHead":"a95c43a2ec2ebfce7f756e24615ce8c3572b74c9","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","prepare":"npm run build","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.8.0","description":"A React primitive for building slim progress bars.","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","dependencies":{"@babel/runtime":"^7.28.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"9.39.2","rollup":"4.57.1","globals":"17.3.0","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"9.39.2","typescript":"5.9.3","@babel/core":"7.29.0","@types/jest":"30.0.0","@types/node":"24.10.13","@types/react":"19.2.14","npm-run-all2":"8.0.4","tanem-scripts":"8.0.2","@types/mock-raf":"1.0.6","@types/react-dom":"19.2.3","@babel/preset-env":"7.29.0","typescript-eslint":"8.55.0","@babel/preset-react":"7.28.5","eslint-plugin-react":"7.37.5","@rollup/plugin-babel":"6.1.0","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.3","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","@rollup/plugin-commonjs":"29.0.0","@babel/preset-typescript":"7.28.5","eslint-plugin-react-hooks":"7.0.1","@rollup/plugin-node-resolve":"16.0.3","@types/hoist-non-react-statics":"3.3.7","@babel/plugin-transform-runtime":"7.29.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.62_1771182934527_0.9191746953278386","host":"s3://npm-registry-packages-npm-production"}},"5.0.63":{"name":"@tanem/react-nprogress","version":"5.0.63","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@5.0.63","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"04d4e16e069ad5ddb80abef23c6aa74abdcd0ae0","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-5.0.63.tgz","fileCount":26,"integrity":"sha512-bWkOhMBvwAe8GlqgkXdAyAeUDtWv7NknoDnlZXdVJb8M/1tP+JcsHq/xc3zUTQ0jcT3AT0uSB7Hlt27lJMHtDQ==","signatures":[{"sig":"MEQCIA6EvViQT+mqCka/cvadO6C97QfQiKkvM8GT61cRHm/zAiAyaQH7cyYE+EVex36ryNLuadzJLc25udN0PF/5yi+iBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@5.0.63","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":207103},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/react-nprogress.esm.js","gitHead":"0c479db710e1b6c524db31ca08693dd52c2af816","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","prepare":"npm run build","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","check:types":"tsc --noEmit","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.8.0","description":"A React primitive for building slim progress bars.","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","dependencies":{"@babel/runtime":"^7.28.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"9.39.2","rollup":"4.57.1","globals":"17.3.0","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"9.39.2","typescript":"5.9.3","@babel/core":"7.29.0","@types/jest":"30.0.0","@types/node":"24.10.13","@types/react":"19.2.14","npm-run-all2":"8.0.4","tanem-scripts":"8.0.2","@types/mock-raf":"1.0.6","@types/react-dom":"19.2.3","@babel/preset-env":"7.29.0","typescript-eslint":"8.55.0","@babel/preset-react":"7.28.5","eslint-plugin-react":"7.37.5","@rollup/plugin-babel":"6.1.0","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.3","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","@rollup/plugin-commonjs":"29.0.0","@babel/preset-typescript":"7.28.5","eslint-plugin-react-hooks":"7.0.1","@rollup/plugin-node-resolve":"16.0.3","@types/hoist-non-react-statics":"3.3.7","@babel/plugin-transform-runtime":"7.29.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_5.0.63_1771233691709_0.947328883953344","host":"s3://npm-registry-packages-npm-production"}},"6.0.0":{"name":"@tanem/react-nprogress","version":"6.0.0","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@6.0.0","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"78823bf6ed878eacff577ec742180cd8a1e27692","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-6.0.0.tgz","fileCount":26,"integrity":"sha512-TbCLi+d8E+N01VDYZ8M9Ig0G5PBMLg91BNKhcLu42zZ6bf3ejB1BeK2px9LzRdFNYodLF4eLefc90b7DWTsN/w==","signatures":[{"sig":"MEUCIQDE1uekvAPQM/6yF5+WY6Rlv/P5C1Dok+SUsvaDwtJsfwIgCmIE0OniBj1vU2g2fhLzm1aLfJUXAXeyAJvr4+C6W+M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@6.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":213747},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/react-nprogress.esm.js","gitHead":"58825f8265533ea0dd1bc478883f4ca5930c5a09","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","prepare":"npm run build","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","test:react":"node ./scripts/test-react.js","check:types":"tsc --noEmit","clean:react":"node ./scripts/clean-react.js","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.6.2","description":"A React primitive for building slim progress bars.","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"@babel/runtime":"^7.28.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"9.39.2","rollup":"4.57.1","globals":"17.3.0","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"9.39.2","typescript":"5.9.3","@babel/core":"7.29.0","@types/jest":"30.0.0","@types/node":"24.10.13","@types/react":"19.2.14","npm-run-all2":"8.0.4","tanem-scripts":"8.0.3","@types/mock-raf":"1.0.6","@types/react-dom":"19.2.3","@babel/preset-env":"7.29.0","typescript-eslint":"8.56.0","@babel/preset-react":"7.28.5","eslint-plugin-react":"7.37.5","@rollup/plugin-babel":"6.1.0","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.3","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","@rollup/plugin-commonjs":"29.0.0","@babel/preset-typescript":"7.28.5","eslint-plugin-react-hooks":"7.0.1","@rollup/plugin-node-resolve":"16.0.3","@types/hoist-non-react-statics":"3.3.7","@babel/plugin-transform-runtime":"7.29.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_6.0.0_1771615486569_0.5311454735839136","host":"s3://npm-registry-packages-npm-production"}},"6.0.1":{"name":"@tanem/react-nprogress","version":"6.0.1","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@6.0.1","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"6bddb5bf28c0d1653b399867efb9cb2315925c3e","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-6.0.1.tgz","fileCount":26,"integrity":"sha512-u8gKm/qFukxwgScVMo36kWeG38BdqI3iDIffNBokMZupp9ARa3Gh8rXTNRIqJa4NCciHNK7l6ZiQA7XZYPLJ8w==","signatures":[{"sig":"MEYCIQDLpUOPcJ/HJnnm0VsGA9U3Cyb/93TjxWBJ33zJShQH3gIhANtdhBTGdeFod2t2V5mJP+O/vV/5OVk3lfes7qsfyyWx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@6.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":213747},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/react-nprogress.esm.js","gitHead":"c569263dc14de5004f23a8ac8a63226ddc5d2372","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","prepare":"npm run build","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","test:react":"node ./scripts/test-react.js","check:types":"tsc --noEmit","clean:react":"node ./scripts/clean-react.js","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.6.2","description":"A React primitive for building slim progress bars.","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"@babel/runtime":"^7.28.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"9.39.2","rollup":"4.57.1","globals":"17.3.0","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"9.39.2","typescript":"5.9.3","@babel/core":"7.29.0","@types/jest":"30.0.0","@types/node":"24.10.13","@types/react":"19.2.14","npm-run-all2":"8.0.4","tanem-scripts":"8.0.3","@types/mock-raf":"1.0.6","@types/react-dom":"19.2.3","@babel/preset-env":"7.29.0","typescript-eslint":"8.56.0","@babel/preset-react":"7.28.5","eslint-plugin-react":"7.37.5","@rollup/plugin-babel":"6.1.0","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.3","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","@rollup/plugin-commonjs":"29.0.0","@babel/preset-typescript":"7.28.5","eslint-plugin-react-hooks":"7.0.1","@rollup/plugin-node-resolve":"16.0.3","@types/hoist-non-react-statics":"3.3.7","@babel/plugin-transform-runtime":"7.29.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_6.0.1_1771838514745_0.32961188316255674","host":"s3://npm-registry-packages-npm-production"}},"6.0.2":{"name":"@tanem/react-nprogress","version":"6.0.2","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@6.0.2","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"8ff047ed959cc282df43cab90b36f4aa8eead0d3","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-6.0.2.tgz","fileCount":26,"integrity":"sha512-SkBexef8gs8aquOMdyOFN/oSDsDUatDWDhH4R74KCjYc9ffsQJnReXVQKlbkyB9yv+B9MuG6+2g5YpvBNNQ7Vg==","signatures":[{"sig":"MEQCIAEyQrXXnoWQHuVbaySLwBln8r60lK1qKL/ShGKLLEMZAiAXSzR0jcNCJ73Fv7Zb2+ZP/Vu30hamoArotlkzgqvOmw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@6.0.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":213747},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/react-nprogress.esm.js","gitHead":"9edec4b065f592560ee4447bea9fec77f46db0b0","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","prepare":"npm run build","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","test:react":"node ./scripts/test-react.js","check:types":"tsc --noEmit","clean:react":"node ./scripts/clean-react.js","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.8.0","description":"A React primitive for building slim progress bars.","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","dependencies":{"@babel/runtime":"^7.28.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"9.39.3","rollup":"4.59.0","globals":"17.3.0","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"9.39.3","typescript":"5.9.3","@babel/core":"7.29.0","@types/jest":"30.0.0","@types/node":"24.10.15","@types/react":"19.2.14","npm-run-all2":"8.0.4","tanem-scripts":"8.0.4","@types/mock-raf":"1.0.6","@types/react-dom":"19.2.3","@babel/preset-env":"7.29.0","typescript-eslint":"8.56.1","@babel/preset-react":"7.28.5","eslint-plugin-react":"7.37.5","@rollup/plugin-babel":"6.1.0","@rollup/plugin-terser":"0.4.4","@rollup/plugin-replace":"6.0.3","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","@rollup/plugin-commonjs":"29.0.0","@babel/preset-typescript":"7.28.5","eslint-plugin-react-hooks":"7.0.1","@rollup/plugin-node-resolve":"16.0.3","@types/hoist-non-react-statics":"3.3.7","@babel/plugin-transform-runtime":"7.29.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_6.0.2_1772443170452_0.891396734792953","host":"s3://npm-registry-packages-npm-production"}},"6.0.3":{"name":"@tanem/react-nprogress","version":"6.0.3","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@6.0.3","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"3f0bc0d43c366797c9b8cb2dc7226fe3cf156e57","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-6.0.3.tgz","fileCount":26,"integrity":"sha512-OT3KZiJv/zGI/lEwX3gD9nzNnyUQuSdSL0BK3OJIUC3Prx3JD18u13TZRvzasEXxHPGzm6AtBEr6gYxPeVWjWw==","signatures":[{"sig":"MEUCIQDtbT6f2VbsE8eIoboD2gnorVBMOZXsKW8It8PlwN5tCgIgGOWEni7S2HEP+jHI6ii2tocfNSMm/H4DdkHmNLEQAXA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@6.0.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":213746},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/react-nprogress.esm.js","gitHead":"c4892f29619098373492bd24501ed31b55b3d815","scripts":{"lint":"eslint .","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"npm run lint -- --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","prepare":"npm run build","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","test:react":"node ./scripts/test-react.js","check:types":"tsc --noEmit","clean:react":"node ./scripts/clean-react.js","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.9.0","description":"A React primitive for building slim progress bars.","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"@babel/runtime":"^7.28.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"9.39.3","rollup":"4.59.0","globals":"17.3.0","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"9.39.3","typescript":"5.9.3","@babel/core":"7.29.0","@types/jest":"30.0.0","@types/node":"24.11.0","@types/react":"19.2.14","npm-run-all2":"8.0.4","tanem-scripts":"8.0.4","@types/mock-raf":"1.0.6","@types/react-dom":"19.2.3","@babel/preset-env":"7.29.0","typescript-eslint":"8.56.1","@babel/preset-react":"7.28.5","eslint-plugin-react":"7.37.5","@rollup/plugin-babel":"6.1.0","@rollup/plugin-terser":"1.0.0","@rollup/plugin-replace":"6.0.3","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","@rollup/plugin-commonjs":"29.0.0","@babel/preset-typescript":"7.28.5","eslint-plugin-react-hooks":"7.0.1","@rollup/plugin-node-resolve":"16.0.3","@types/hoist-non-react-statics":"3.3.7","@babel/plugin-transform-runtime":"7.29.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_6.0.3_1773047965330_0.5018036345645247","host":"s3://npm-registry-packages-npm-production"}},"6.0.4":{"name":"@tanem/react-nprogress","version":"6.0.4","keywords":["animation","component","higher-order-component","hoc","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@6.0.4","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"d48b5a2b6972359fa4eaa0f7358003c4b0ce0953","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-6.0.4.tgz","fileCount":26,"integrity":"sha512-zYTWQ6G1XuYRJX3/ivTuGpM2Ihdw6doPcIOceDx9KsC5hYaP6huNrre+e75Ux8ouPJ1DcuaPSd0/O1LrlLpA1A==","signatures":[{"sig":"MEUCIQDULJQGZR8gLpJFfzTm6UM44NllIlIfF8rVqQ83qM2AJgIgQ7RWYtoHmQU/CbTuHn1tIQMX73FRemf/2fhwNxaWGuY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@6.0.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":216334},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/react-nprogress.esm.js","gitHead":"867806aab1ee6fed2e56f4ca41b43c05abb32034","scripts":{"lint":"eslint . --max-warnings=0","test":"run-s check:* lint build test:*","build":"run-s clean compile bundle","clean":"run-p clean:*","bundle":"rollup -c","format":"eslint . --fix && prettier --write \"**/*.{js,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","compile":"tsc -p tsconfig.base.json","prepare":"npm run build","release":"tanem-scripts release","test:es":"jest --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","test:umd":"jest --config ./scripts/jest/config.umd.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","clean:dist":"shx rm -rf dist","postbundle":"npm run clean:compiled && shx cp ./index.js ./dist/index.js","test:react":"node ./scripts/test-react.js","check:types":"tsc --noEmit","clean:react":"node ./scripts/clean-react.js","check:format":"prettier --list-different \"**/*.{js,ts,tsx}\"","test:cjsprod":"jest --config ./scripts/jest/config.cjsprod.js","test:umdprod":"jest --config ./scripts/jest/config.umdprod.js","clean:compiled":"shx rm -rf compiled","clean:coverage":"shx rm -rf coverage"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"overrides":{"brace-expansion":"^5.0.8"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"_npmVersion":"11.16.0","description":"A React primitive for building slim progress bars.","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"@babel/runtime":"^7.28.6","hoist-non-react-statics":"^3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"10.8.0","rollup":"4.59.0","globals":"17.3.0","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"10.0.1","typescript":"5.9.3","@babel/core":"7.29.7","@types/jest":"30.0.0","@types/node":"24.11.0","@types/react":"19.2.14","npm-run-all2":"8.0.4","tanem-scripts":"8.0.4","@types/mock-raf":"1.0.6","@types/react-dom":"19.2.3","@babel/preset-env":"7.29.0","typescript-eslint":"8.56.1","@babel/preset-react":"7.28.5","@rollup/plugin-babel":"6.1.0","@rollup/plugin-terser":"1.0.0","@rollup/plugin-replace":"6.0.3","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","@rollup/plugin-commonjs":"29.0.0","@babel/preset-typescript":"7.28.5","eslint-plugin-react-hooks":"7.1.1","@eslint-react/eslint-plugin":"5.18.0","@rollup/plugin-node-resolve":"16.0.3","eslint-plugin-perfectionist":"5.10.0","@types/hoist-non-react-statics":"3.3.7","@babel/plugin-transform-runtime":"7.29.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_6.0.4_1785313633984_0.030923422150561874","host":"s3://npm-registry-packages-npm-production"}},"7.0.0":{"name":"@tanem/react-nprogress","version":"7.0.0","keywords":["animation","component","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@7.0.0","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"a4cfbba6407b8351850b7b86290cb56ce4592862","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-7.0.0.tgz","fileCount":19,"integrity":"sha512-GifeFEL2TmmxXwyzvFm8MKlTfZ39FO+MRxi96Pbnys1aE0t7lY7pLeFll2NycORjyOn9MjMoR2z0iEb2X+sUvQ==","signatures":[{"sig":"MEUCIHKY7CYUAnJJgztXxX2v6mghCfb8Xzg3i6RBjYvWsulUAiEAxDZDAUmjVoR8JTYySHZIJns3QtDKVZToI/qm2tQVPMI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@7.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45431},"main":"dist/react-nprogress.cjs","type":"commonjs","types":"dist/react-nprogress.d.cts","module":"dist/react-nprogress.mjs","exports":{".":{"import":{"types":"./dist/react-nprogress.d.mts","default":"./dist/react-nprogress.mjs"},"default":{"types":"./dist/react-nprogress.d.cts","default":"./dist/react-nprogress.cjs"}},"./package.json":"./package.json"},"gitHead":"378bbc64da6dc72104d876f62c16ac164d7a478b","scripts":{"lint":"eslint . --max-warnings=0","size":"size-limit","test":"run-s check:* lint build size test:*","build":"run-s clean bundle","clean":"run-p clean:*","bundle":"tsdown","format":"eslint . --fix && prettier --write \"**/*.{cjs,cts,js,mjs,mts,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","prepare":"npm run build","release":"tanem-scripts release","test:es":"node --experimental-vm-modules ./node_modules/jest/bin/jest.js --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","postbuild":"run-s package:*","test:react":"node ./scripts/test-react.js","check:types":"tsc --noEmit","clean:react":"node ./scripts/clean-react.js","check:format":"prettier --list-different \"**/*.{cjs,cts,js,mjs,mts,ts,tsx}\"","package:attw":"node ./scripts/attw.js","test:bundles":"jest --config ./scripts/jest/config.bundles.js","clean:coverage":"shx rm -rf coverage","package:publint":"publint"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"overrides":{"brace-expansion":"^5.0.8"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"size-limit":[{"gzip":true,"name":"ESM bundle","path":"dist/react-nprogress.mjs","limit":"1.2 kB"},{"gzip":true,"name":"CJS bundle","path":"dist/react-nprogress.cjs","limit":"1.3 kB"}],"_npmVersion":"11.16.0","description":"A React primitive for building slim progress bars.","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"10.8.0","tsdown":"0.22.14","globals":"17.3.0","publint":"0.3.22","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"10.0.1","size-limit":"13.0.2","typescript":"5.9.3","@types/jest":"30.0.0","@types/node":"24.11.0","@types/react":"19.2.14","npm-run-all2":"8.0.4","tanem-scripts":"8.0.4","@types/mock-raf":"1.0.6","@size-limit/file":"13.0.2","@types/react-dom":"19.2.3","typescript-eslint":"8.56.1","@arethetypeswrong/cli":"0.18.5","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","eslint-plugin-react-hooks":"7.1.1","@eslint-react/eslint-plugin":"5.18.0","eslint-plugin-perfectionist":"5.10.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_7.0.0_1785528988951_0.7060609638262392","host":"s3://npm-registry-packages-npm-production"}},"7.1.0":{"name":"@tanem/react-nprogress","version":"7.1.0","keywords":["animation","component","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@7.1.0","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"425e817643e48563801040b47a43ed00197837c2","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-7.1.0.tgz","fileCount":19,"integrity":"sha512-52JSuOVaXckyBT3BxBfwDvEQRiibDLsy1lUlBRe4DbQCBCQXFSqDuAW6e+oCPp3FxUQf5zAKg5BwgUXdjbXDaw==","signatures":[{"sig":"MEQCIHVrfwXSZZAg6awkIYlIw/a3HV1q4ZIVR4ycAvFgRAU3AiB/mxoBDhwAMS6fNPALUSOivckzaTLgtY48+ExdhIherg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@7.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":51700},"main":"dist/react-nprogress.cjs","type":"commonjs","types":"dist/react-nprogress.d.cts","module":"dist/react-nprogress.mjs","exports":{".":{"import":{"types":"./dist/react-nprogress.d.mts","default":"./dist/react-nprogress.mjs"},"default":{"types":"./dist/react-nprogress.d.cts","default":"./dist/react-nprogress.cjs"}},"./package.json":"./package.json"},"gitHead":"1e6bba4dc403b642449afbb3b3befdbc073fa5e6","scripts":{"lint":"eslint . --max-warnings=0","size":"size-limit","test":"run-s check:* lint build size test:*","build":"run-s clean bundle","clean":"run-p clean:*","bundle":"tsdown","format":"eslint . --fix && prettier --write \"**/*.{cjs,cts,js,mjs,mts,ts,tsx}\"","authors":"tanem-scripts authors > AUTHORS","prepare":"npm run build","release":"tanem-scripts release","test:es":"node --experimental-vm-modules ./node_modules/jest/bin/jest.js --config ./scripts/jest/config.es.js","version":"run-s test changelog authors && git add .","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","changelog":"tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md","postbuild":"run-s package:*","test:react":"node ./scripts/test-react.js","check:types":"tsc --noEmit","clean:react":"node ./scripts/clean-react.js","check:format":"prettier --list-different \"**/*.{cjs,cts,js,mjs,mts,ts,tsx}\"","package:attw":"node ./scripts/attw.js","test:bundles":"jest --config ./scripts/jest/config.bundles.js","clean:coverage":"shx rm -rf coverage","package:publint":"publint"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"overrides":{"brace-expansion":"^5.0.8"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"size-limit":[{"gzip":true,"name":"ESM bundle","path":"dist/react-nprogress.mjs","limit":"1.2 kB"},{"gzip":true,"name":"CJS bundle","path":"dist/react-nprogress.cjs","limit":"1.3 kB"}],"_npmVersion":"11.16.0","description":"A React primitive for building slim progress bars.","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"10.8.0","tsdown":"0.22.14","globals":"17.3.0","publint":"0.3.22","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"10.0.1","size-limit":"13.0.2","typescript":"5.9.3","@types/jest":"30.0.0","@types/node":"24.11.0","@types/react":"19.2.14","npm-run-all2":"8.0.4","tanem-scripts":"8.0.4","@types/mock-raf":"1.0.6","@size-limit/file":"13.0.2","@types/react-dom":"19.2.3","typescript-eslint":"8.56.1","@arethetypeswrong/cli":"0.18.5","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","eslint-plugin-react-hooks":"7.1.1","@eslint-react/eslint-plugin":"5.18.0","eslint-plugin-perfectionist":"5.10.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_7.1.0_1785544796740_0.7078364697319681","host":"s3://npm-registry-packages-npm-production"}},"7.1.1":{"name":"@tanem/react-nprogress","version":"7.1.1","keywords":["animation","component","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@7.1.1","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"c358bb8dba18fd9249d51d1dfd445b584109754e","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-7.1.1.tgz","fileCount":19,"integrity":"sha512-EW61Fo2GwQ2VscHhq5HbQxgZVql4MLti81BdRZwDWLayS+bp/usURr//PNX+Qk5jZ2Bh6F7OAPUPQUu7STV6gA==","signatures":[{"sig":"MEQCIGcZDX0Nmr2o1jSvnhg6KqE5WtfLD8AcnhgZx78Q9tAqAiBc/USGp75DiqOjgEvALs/QsdqbWgzgXOIErNPYUGVhXw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@7.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":51436},"main":"dist/react-nprogress.cjs","type":"commonjs","types":"dist/react-nprogress.d.cts","module":"dist/react-nprogress.mjs","exports":{".":{"import":{"types":"./dist/react-nprogress.d.mts","default":"./dist/react-nprogress.mjs"},"default":{"types":"./dist/react-nprogress.d.cts","default":"./dist/react-nprogress.cjs"}},"./package.json":"./package.json"},"gitHead":"b8a41db71fe780eb930f2887bffa05da1e90ba5b","scripts":{"lint":"eslint . --max-warnings=0","size":"size-limit","test":"run-s check:* lint build size test:*","build":"run-s clean bundle","clean":"run-p clean:*","bundle":"tsdown","format":"eslint . --fix && prettier --write \"**/*.{cjs,cts,js,mjs,mts,ts,tsx}\"","prepare":"npm run build","test:es":"node --experimental-vm-modules ./node_modules/jest/bin/jest.js --config ./scripts/jest/config.es.js","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","postbuild":"run-s package:*","test:react":"node ./scripts/test-react.js","check:types":"tsc --noEmit","clean:react":"node ./scripts/clean-react.js","check:format":"prettier --list-different \"**/*.{cjs,cts,js,mjs,mts,ts,tsx}\"","package:attw":"node ./scripts/attw.js","test:bundles":"jest --config ./scripts/jest/config.bundles.js","clean:coverage":"shx rm -rf coverage","package:publint":"publint"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"overrides":{"brace-expansion":"^5.0.8"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"size-limit":[{"gzip":true,"name":"ESM bundle","path":"dist/react-nprogress.mjs","limit":"1.2 kB"},{"gzip":true,"name":"CJS bundle","path":"dist/react-nprogress.cjs","limit":"1.3 kB"}],"_npmVersion":"11.16.0","description":"A React primitive for building slim progress bars.","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"10.8.0","tsdown":"0.22.14","globals":"17.3.0","publint":"0.3.22","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"10.0.1","size-limit":"13.0.2","typescript":"5.9.3","@types/jest":"30.0.0","@types/node":"24.11.0","@types/react":"19.2.14","npm-run-all2":"8.0.4","@types/mock-raf":"1.0.6","@size-limit/file":"13.0.2","@types/react-dom":"19.2.3","typescript-eslint":"8.56.1","@arethetypeswrong/cli":"0.18.5","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","eslint-plugin-react-hooks":"7.1.1","@eslint-react/eslint-plugin":"5.18.0","eslint-plugin-perfectionist":"5.10.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_7.1.1_1786160352258_0.5631387334520785","host":"s3://npm-registry-packages-npm-production"}},"7.1.2":{"name":"@tanem/react-nprogress","version":"7.1.2","keywords":["animation","component","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","_id":"@tanem/react-nprogress@7.1.2","maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"homepage":"github:tanem/react-nprogress","bugs":{"url":"github:tanem/react-nprogress/issues"},"dist":{"shasum":"cde2c93a28d908511f39080492055574ac05ca72","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-7.1.2.tgz","fileCount":19,"integrity":"sha512-oEq2C8Lj8yecRBb9xutpMv/oX6YfoahwF32CZ2v8rIn+l2yNX8LulMLln2EyAOWpkYN4J0TXKnSHzqpiZ6+w+A==","signatures":[{"sig":"MEUCIQD9Q/4aGazTor7NZP9tcz1or9u0Q7KXEKazMPhUtPlhngIgFbd72aH3e06fqpvZl3UPWnTjHY8tWLqqWKgg98LVZx8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@7.1.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":51436},"main":"dist/react-nprogress.cjs","type":"commonjs","types":"dist/react-nprogress.d.cts","module":"dist/react-nprogress.mjs","exports":{".":{"import":{"types":"./dist/react-nprogress.d.mts","default":"./dist/react-nprogress.mjs"},"default":{"types":"./dist/react-nprogress.d.cts","default":"./dist/react-nprogress.cjs"}},"./package.json":"./package.json"},"gitHead":"54cd9b306a0fe3e8019191cbdf3b3b3cc3d94ff2","scripts":{"lint":"eslint . --max-warnings=0","size":"size-limit","test":"run-s check:* lint build size test:*","build":"run-s clean bundle","clean":"run-p clean:*","bundle":"tsdown","format":"eslint . --fix && prettier --write \"**/*.{cjs,cts,js,mjs,mts,ts,tsx}\"","prepare":"npm run build","test:es":"node --experimental-vm-modules ./node_modules/jest/bin/jest.js --config ./scripts/jest/config.es.js","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:src":"jest --config ./scripts/jest/config.src.js","postbuild":"run-s package:*","test:react":"node ./scripts/test-react.js","check:types":"tsc --noEmit","clean:react":"node ./scripts/clean-react.js","check:format":"prettier --list-different \"**/*.{cjs,cts,js,mjs,mts,ts,tsx}\"","package:attw":"node ./scripts/attw.js","test:bundles":"jest --config ./scripts/jest/config.bundles.js","clean:coverage":"shx rm -rf coverage","package:publint":"publint"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"overrides":{"brace-expansion":"^5.0.8"},"repository":{"url":"git+https://github.com/tanem/react-nprogress.git","type":"git"},"size-limit":[{"gzip":true,"name":"ESM bundle","path":"dist/react-nprogress.mjs","limit":"1.2 kB"},{"gzip":true,"name":"CJS bundle","path":"dist/react-nprogress.cjs","limit":"1.3 kB"}],"_npmVersion":"11.16.0","description":"A React primitive for building slim progress bars.","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","_hasShrinkwrap":false,"devDependencies":{"shx":"0.4.0","jest":"30.2.0","react":"19.2.4","eslint":"10.8.0","tsdown":"0.22.14","globals":"17.3.0","publint":"0.3.22","ts-jest":"29.4.6","mock-raf":"1.0.1","prettier":"3.8.1","react-dom":"19.2.4","@eslint/js":"10.0.1","size-limit":"13.0.2","typescript":"5.9.3","@types/jest":"30.0.0","@types/node":"24.11.0","@types/react":"19.2.14","npm-run-all2":"8.0.4","@types/mock-raf":"1.0.6","@size-limit/file":"13.0.2","@types/react-dom":"19.2.3","typescript-eslint":"8.56.1","@arethetypeswrong/cli":"0.18.5","@testing-library/react":"16.3.2","eslint-config-prettier":"10.1.8","jest-environment-jsdom":"30.2.0","eslint-plugin-react-hooks":"7.1.1","@eslint-react/eslint-plugin":"5.18.0","eslint-plugin-perfectionist":"5.10.0","eslint-plugin-simple-import-sort":"12.1.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-nprogress_7.1.2_1786354369150_0.6773424513805806","host":"s3://npm-registry-packages-npm-production"}},"7.1.3":{"name":"@tanem/react-nprogress","version":"7.1.3","description":"A React primitive for building slim progress bars.","type":"commonjs","exports":{".":{"import":{"types":"./dist/react-nprogress.d.mts","default":"./dist/react-nprogress.mjs"},"default":{"types":"./dist/react-nprogress.d.cts","default":"./dist/react-nprogress.cjs"}},"./package.json":"./package.json"},"main":"dist/react-nprogress.cjs","module":"dist/react-nprogress.mjs","types":"dist/react-nprogress.d.cts","sideEffects":false,"size-limit":[{"name":"ESM bundle","path":"dist/react-nprogress.mjs","gzip":true,"limit":"1.2 kB"},{"name":"CJS bundle","path":"dist/react-nprogress.cjs","gzip":true,"limit":"1.3 kB"}],"scripts":{"build":"run-s clean bundle","bundle":"tsdown","check:format":"prettier --list-different \"**/*.{cjs,cts,js,mjs,mts,ts,tsx}\"","check:types":"tsc --noEmit","clean":"run-p clean:*","clean:coverage":"shx rm -rf coverage","clean:react":"node ./scripts/clean-react.js","format":"eslint . --fix && prettier --write \"**/*.{cjs,cts,js,mjs,mts,ts,tsx}\"","lint":"eslint . --max-warnings=0","package:attw":"node ./scripts/attw.js","package:publint":"publint","postbuild":"run-s package:*","prepare":"npm run build","size":"size-limit","test":"run-s check:* lint build size test:*","test:bundles":"jest --config ./scripts/jest/config.bundles.js","test:cjs":"jest --config ./scripts/jest/config.cjs.js","test:es":"node --experimental-vm-modules ./node_modules/jest/bin/jest.js --config ./scripts/jest/config.es.js","test:react":"node ./scripts/test-react.js","test:src":"jest --config ./scripts/jest/config.src.js"},"repository":{"type":"git","url":"git+https://github.com/tanem/react-nprogress.git"},"keywords":["animation","component","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","bugs":{"url":"github:tanem/react-nprogress/issues"},"homepage":"github:tanem/react-nprogress","peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"overrides":{"brace-expansion":"^5.0.8"},"devDependencies":{"@arethetypeswrong/cli":"0.18.5","@eslint-react/eslint-plugin":"5.18.0","@eslint/js":"10.0.1","@size-limit/file":"13.0.2","@testing-library/react":"16.3.2","@types/jest":"30.0.0","@types/mock-raf":"1.0.6","@types/node":"24.11.0","@types/react":"19.2.14","@types/react-dom":"19.2.3","eslint":"10.8.0","eslint-config-prettier":"10.1.8","eslint-plugin-perfectionist":"5.10.0","eslint-plugin-react-hooks":"7.1.1","eslint-plugin-simple-import-sort":"12.1.1","globals":"17.3.0","jest":"30.2.0","jest-environment-jsdom":"30.2.0","mock-raf":"1.0.1","npm-run-all2":"8.0.4","prettier":"3.8.1","publint":"0.3.22","react":"19.2.4","react-dom":"19.2.4","shx":"0.4.0","size-limit":"13.0.2","ts-jest":"29.4.6","tsdown":"0.22.14","typescript":"5.9.3","typescript-eslint":"8.56.1"},"contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"gitHead":"5190645c81d63155b117e3d456477e5817aea446","_id":"@tanem/react-nprogress@7.1.3","_nodeVersion":"24.19.0","_npmVersion":"11.17.0","dist":{"integrity":"sha512-uBaI3nWKzpcxwLBQQsMVkoLB5/QW+iI7IwQki5Y9aHrWc5MDO13OG9tzG35RR8dSQkJL4h4SBZ4U6dz+i7RVYQ==","shasum":"0e3ba2194da2a20e4e3ab5c9213f19263a512a0c","tarball":"https://registry.npmjs.org/@tanem/react-nprogress/-/react-nprogress-7.1.3.tgz","fileCount":18,"unpackedSize":51436,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tanem%2freact-nprogress@7.1.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGpURi5HN0pNTV9lc9Bg//L4GuMrKpevFgg3rBLO5pcrAiBb/eI6DUtQcZcyNvqqaWqEMxrxhj0BtxMfOLB7vDBkHQ=="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:1f2d81c7-45c2-4ed1-b60f-5a0c784f6f3a"}},"directories":{},"maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/react-nprogress_7.1.3_1788167578157_0.12401776357180783"},"_hasShrinkwrap":false}},"time":{"created":"2018-10-20T05:04:12.186Z","modified":"2026-08-31T09:12:58.630Z","1.0.0":"2018-10-20T05:04:12.564Z","1.0.1":"2018-10-20T05:09:58.844Z","1.0.2":"2018-10-20T05:59:20.569Z","1.0.3":"2018-10-20T06:37:35.237Z","1.0.4":"2018-10-21T04:06:42.351Z","1.0.5":"2018-10-21T06:54:53.634Z","1.0.6":"2018-10-21T07:22:06.352Z","1.0.7":"2018-10-21T17:17:59.095Z","1.0.8":"2018-10-23T17:03:25.993Z","1.0.9":"2018-10-24T20:07:05.045Z","1.0.10":"2018-10-24T20:59:05.482Z","1.0.11":"2018-10-27T02:43:48.261Z","1.0.12":"2018-10-27T19:00:04.723Z","1.0.13":"2018-10-28T07:10:44.291Z","1.0.14":"2018-10-31T23:14:00.305Z","1.0.15":"2018-11-05T20:18:39.442Z","1.0.16":"2019-02-22T00:33:07.441Z","1.1.0":"2019-03-04T16:35:50.615Z","1.1.1":"2019-03-07T21:05:38.862Z","1.1.2":"2019-03-09T00:46:56.650Z","1.1.3":"2019-03-10T17:20:51.039Z","1.1.4":"2019-03-11T20:07:34.835Z","1.1.5":"2019-03-15T19:16:07.456Z","1.1.6":"2019-03-18T16:07:53.528Z","1.1.7":"2019-03-23T08:19:24.613Z","1.1.8":"2019-03-30T02:31:38.511Z","1.1.9":"2019-04-06T21:02:09.778Z","1.1.10":"2019-04-10T19:28:29.808Z","1.1.11":"2019-04-13T07:57:33.804Z","1.1.12":"2019-04-17T18:11:00.609Z","1.1.13":"2019-04-21T03:55:05.486Z","1.1.14":"2019-04-26T22:57:12.452Z","1.1.15":"2019-04-29T18:10:12.261Z","1.1.16":"2019-05-08T17:20:03.918Z","1.1.17":"2019-05-09T17:46:05.652Z","1.1.18":"2019-05-10T18:23:09.111Z","1.1.19":"2019-05-12T17:39:12.233Z","1.1.20":"2019-05-15T17:26:18.124Z","1.1.21":"2019-05-20T17:45:10.280Z","1.1.22":"2019-05-23T17:59:33.503Z","1.1.23":"2019-05-30T18:21:00.563Z","1.1.24":"2019-06-01T06:54:35.616Z","1.1.25":"2019-06-02T17:04:03.907Z","1.1.26":"2019-06-08T17:25:42.957Z","1.1.27":"2019-06-11T18:24:57.794Z","1.1.28":"2019-06-18T16:49:58.170Z","1.1.29":"2019-07-02T00:41:39.343Z","1.1.30":"2019-07-02T23:52:31.224Z","1.1.31":"2019-07-10T18:11:10.450Z","1.1.32":"2019-07-22T18:27:06.265Z","1.1.33":"2019-07-31T19:22:55.359Z","2.0.0":"2019-07-31T19:35:13.858Z","2.0.1":"2019-08-01T17:35:31.748Z","2.0.2":"2019-08-07T20:02:54.030Z","2.0.3":"2019-08-10T20:50:08.274Z","2.0.4":"2019-08-20T17:57:34.952Z","2.0.5":"2019-08-24T22:59:45.058Z","3.0.0":"2019-09-16T17:59:14.071Z","3.0.1":"2019-09-16T18:17:08.089Z","3.0.2":"2019-09-16T18:40:14.176Z","3.0.3":"2019-09-21T18:12:50.484Z","3.0.4":"2019-09-27T19:09:00.318Z","3.0.5":"2019-09-28T18:54:56.669Z","3.0.6":"2019-10-12T19:28:17.855Z","3.0.7-beta.1":"2019-11-25T07:47:20.305Z","3.0.7":"2019-11-25T17:10:45.609Z","3.0.8":"2019-11-25T18:46:12.004Z","3.0.9":"2019-12-03T21:37:25.233Z","3.0.10":"2019-12-27T17:50:08.911Z","3.0.11":"2020-01-04T00:42:57.801Z","3.0.12":"2020-01-15T17:30:55.469Z","3.0.13":"2020-02-02T17:06:28.056Z","3.0.14":"2020-02-13T21:18:53.412Z","3.0.15":"2020-02-21T20:50:51.299Z","3.0.16":"2020-02-29T20:16:23.511Z","3.0.17":"2020-03-07T20:03:52.980Z","3.0.18":"2020-03-13T16:47:14.149Z","3.0.19":"2020-03-21T03:23:50.570Z","3.0.20":"2020-03-30T16:49:46.217Z","3.0.21":"2020-04-04T16:29:31.265Z","3.0.22":"2020-04-11T03:42:31.364Z","3.0.23":"2020-04-17T19:19:15.909Z","3.0.24":"2020-04-24T22:26:44.890Z","3.0.25":"2020-05-02T19:52:54.876Z","3.0.26":"2020-05-17T17:44:23.656Z","3.0.27":"2020-05-22T19:38:39.705Z","3.0.28":"2020-06-01T04:45:51.834Z","3.0.29":"2020-06-06T20:15:19.573Z","3.0.30":"2020-06-12T20:52:16.946Z","3.0.31":"2020-06-20T00:25:49.305Z","3.0.32":"2020-06-26T19:22:53.294Z","3.0.33":"2020-07-03T21:06:48.189Z","3.0.34":"2020-07-10T23:32:34.774Z","3.0.35":"2020-07-17T19:36:45.491Z","3.0.36":"2020-07-24T20:32:00.494Z","3.0.37":"2020-07-31T20:45:51.701Z","3.0.38":"2020-08-07T20:04:54.863Z","3.0.39":"2020-08-14T20:38:20.698Z","3.0.40":"2020-08-21T20:02:22.452Z","3.0.41":"2020-08-28T19:47:41.166Z","3.0.42":"2020-09-04T19:18:37.483Z","3.0.43":"2020-09-11T20:32:25.978Z","3.0.44":"2020-09-18T19:53:41.309Z","3.0.45":"2020-09-25T19:18:09.155Z","3.0.46":"2020-10-02T19:08:44.661Z","3.0.47":"2020-10-09T18:58:17.317Z","3.0.48":"2020-11-15T02:25:24.964Z","3.0.49":"2020-11-23T16:56:35.361Z","3.0.50":"2020-11-27T19:41:28.321Z","3.0.51":"2020-12-04T19:29:25.698Z","3.0.52":"2020-12-18T19:02:35.523Z","3.0.53":"2021-01-08T19:53:09.521Z","3.0.54":"2021-01-22T18:26:09.192Z","3.0.55":"2021-02-14T17:36:51.655Z","3.0.56":"2021-02-20T20:26:12.438Z","3.0.57":"2021-03-02T17:16:54.686Z","3.0.58":"2021-03-13T19:04:47.005Z","3.0.59":"2021-03-21T01:19:23.216Z","3.0.60":"2021-03-27T20:06:59.119Z","3.0.61":"2021-04-04T18:00:56.824Z","3.0.62":"2021-04-11T18:35:18.185Z","3.0.63":"2021-04-17T22:00:57.462Z","3.0.64":"2021-04-22T18:24:54.305Z","3.0.65":"2021-05-07T20:54:15.532Z","3.0.66":"2021-05-14T21:12:57.400Z","3.0.67":"2021-05-22T19:27:13.379Z","3.0.68":"2021-06-08T18:38:47.102Z","3.0.69":"2021-06-13T07:51:51.773Z","3.0.70":"2021-06-18T18:49:19.731Z","3.0.71":"2021-06-25T20:01:36.646Z","3.0.72":"2021-07-04T06:24:38.200Z","3.0.73":"2021-07-12T18:42:16.777Z","3.0.74":"2021-07-16T19:34:09.675Z","3.0.75":"2021-07-23T20:31:49.484Z","3.0.76":"2021-08-01T03:16:27.853Z","3.0.77":"2021-08-09T18:08:32.360Z","3.0.78":"2021-08-19T17:29:24.916Z","3.0.79":"2021-08-29T04:10:21.182Z","3.0.80":"2021-10-08T17:26:07.596Z","3.0.81":"2021-10-15T19:49:13.331Z","3.0.82":"2021-11-05T17:37:30.970Z","4.0.0-beta.1":"2021-12-18T21:04:31.379Z","4.0.0-beta.2":"2021-12-18T21:16:45.986Z","4.0.0-beta.3":"2021-12-21T16:41:12.295Z","4.0.0":"2021-12-21T17:16:52.095Z","4.0.1":"2021-12-24T19:40:21.697Z","4.0.2":"2022-01-08T17:00:34.534Z","4.0.3":"2022-01-16T16:39:00.377Z","4.0.4":"2022-01-21T18:49:36.953Z","4.0.5":"2022-01-28T20:57:55.585Z","4.0.6":"2022-02-04T22:13:24.715Z","4.0.7":"2022-02-11T17:54:10.173Z","4.0.8":"2022-02-18T16:30:26.250Z","4.0.9":"2022-03-08T16:36:43.729Z","4.0.10":"2022-03-11T19:04:35.281Z","4.0.11":"2022-03-21T16:31:47.685Z","4.0.12":"2022-03-25T20:15:36.206Z","4.0.13":"2022-04-01T03:34:39.845Z","5.0.0":"2022-04-10T01:11:27.725Z","5.0.1":"2022-06-03T21:05:15.415Z","5.0.2":"2022-06-10T18:15:08.073Z","5.0.3":"2022-06-18T02:02:09.146Z","5.0.4":"2022-06-18T21:55:24.735Z","5.0.5":"2022-06-28T18:58:57.606Z","5.0.6":"2022-07-02T21:32:18.962Z","5.0.7":"2022-07-08T18:53:25.336Z","5.0.8":"2022-07-15T18:36:44.267Z","5.0.9":"2022-07-29T19:43:53.482Z","5.0.10":"2022-08-07T18:02:39.330Z","5.0.11":"2022-08-14T18:07:09.971Z","5.0.12":"2022-08-22T18:17:25.812Z","5.0.13":"2022-09-09T21:37:27.841Z","5.0.14":"2022-09-18T21:53:04.629Z","5.0.15":"2022-10-09T03:01:02.168Z","5.0.16":"2022-10-29T04:01:47.472Z","5.0.17":"2022-11-11T18:11:43.744Z","5.0.18":"2022-11-19T19:47:15.630Z","5.0.19":"2022-11-27T17:06:50.809Z","5.0.20":"2022-12-10T20:51:44.601Z","5.0.21":"2022-12-18T17:40:25.283Z","5.0.22":"2022-12-23T17:59:54.305Z","5.0.23":"2023-01-06T19:46:42.134Z","5.0.24":"2023-01-13T21:53:58.986Z","5.0.25":"2023-01-20T19:19:30.728Z","5.0.26":"2023-02-04T19:28:10.307Z","5.0.27":"2023-02-12T04:10:13.737Z","5.0.28":"2023-02-17T16:50:19.660Z","5.0.29":"2023-02-19T03:26:10.860Z","5.0.30":"2023-02-24T17:34:03.558Z","5.0.31":"2023-03-03T20:18:54.912Z","5.0.32":"2023-03-10T18:27:58.456Z","5.0.33":"2023-03-27T18:19:19.139Z","5.0.34":"2023-04-17T04:28:50.008Z","5.0.35":"2023-04-24T23:17:12.753Z","5.0.36":"2023-04-29T19:05:39.877Z","5.0.37":"2023-05-05T18:55:01.011Z","5.0.38":"2023-05-12T17:58:11.401Z","5.0.39":"2023-05-20T00:24:39.154Z","5.0.40":"2023-05-26T19:27:01.675Z","5.0.41":"2023-06-02T18:36:58.416Z","5.0.42":"2023-06-10T19:18:57.373Z","5.0.43":"2023-06-18T00:46:15.039Z","5.0.44":"2023-06-30T18:00:21.705Z","5.0.45":"2023-07-20T17:03:18.322Z","5.0.46":"2023-08-05T19:11:47.059Z","5.0.47":"2023-08-11T19:04:53.561Z","5.0.48":"2023-08-18T19:27:21.131Z","5.0.49":"2023-09-01T17:36:01.478Z","5.0.50":"2023-09-09T18:30:33.354Z","5.0.51":"2023-09-16T04:16:05.504Z","5.0.52":"2024-10-15T17:27:07.297Z","5.0.53":"2024-11-19T18:04:30.257Z","5.0.54":"2025-01-26T18:34:10.878Z","5.0.55":"2025-01-26T19:00:27.569Z","5.0.56":"2025-10-12T17:54:27.797Z","5.0.58":"2026-01-24T18:43:59.988Z","5.0.59":"2026-02-02T09:19:56.557Z","5.0.60":"2026-02-09T09:24:18.278Z","5.0.61":"2026-02-15T18:24:22.119Z","5.0.62":"2026-02-15T19:15:34.668Z","5.0.63":"2026-02-16T09:21:31.882Z","6.0.0":"2026-02-20T19:24:46.701Z","6.0.1":"2026-02-23T09:21:54.891Z","6.0.2":"2026-03-02T09:19:30.628Z","6.0.3":"2026-03-09T09:19:25.496Z","6.0.4":"2026-07-29T08:27:14.164Z","7.0.0":"2026-07-31T20:16:29.099Z","7.1.0":"2026-08-01T00:39:56.901Z","7.1.1":"2026-08-08T03:39:12.417Z","7.1.2":"2026-08-10T09:32:49.286Z","7.1.3":"2026-08-31T09:12:58.280Z"},"bugs":{"url":"github:tanem/react-nprogress/issues"},"author":{"name":"Tane Morgan","email":"tane.morgan@gmail.com"},"license":"MIT","homepage":"github:tanem/react-nprogress","keywords":["animation","component","hook","hooks","javascript","loading","nprogress","progress","react","render-props","spinner","typescript"],"repository":{"type":"git","url":"git+https://github.com/tanem/react-nprogress.git"},"description":"A React primitive for building slim progress bars.","contributors":[{"name":"Ali Oguzhan Yildiz","email":"aoguzhanyildiz@gmail.com"},{"name":"Austin","email":"62747268+upsurge0@users.noreply.github.com"},{"name":"Austin Jerry","email":"austin.jerry2001@gmail.com"},{"name":"Junho Yeo","email":"i@junho.io"},{"name":"Renovate Bot","email":"bot@renovateapp.com"},{"name":"Tane Morgan","email":"464864+tanem@users.noreply.github.com"},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com"},{"name":"github-actions[bot]","email":"github-actions[bot]@users.noreply.github.com"},{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"}],"maintainers":[{"name":"tanem","email":"npm.3o5t2ntz@sent.com"}],"readme":"# react-nprogress\n\n[![npm version](https://img.shields.io/npm/v/@tanem/react-nprogress.svg?style=flat-square)](https://www.npmjs.com/package/@tanem/react-nprogress)\n[![build status](https://img.shields.io/github/actions/workflow/status/tanem/react-nprogress/ci.yml?style=flat-square)](https://github.com/tanem/react-nprogress/actions?query=workflow%3ACI)\n[![coverage status](https://img.shields.io/codecov/c/github/tanem/react-nprogress.svg?style=flat-square)](https://codecov.io/gh/tanem/react-nprogress)\n[![npm downloads](https://img.shields.io/npm/dm/@tanem/react-nprogress.svg?style=flat-square)](https://www.npmjs.com/package/@tanem/react-nprogress)\n[![minzipped size](https://img.shields.io/bundlephobia/minzip/@tanem/react-nprogress?style=flat-square)](https://bundlephobia.com/result?p=@tanem/react-nprogress)\n\n> A React primitive for building slim progress bars.\n\n[Background](#background) | [When to Use This](#when-to-use-this) | [Usage](#usage) | [API](#api) | [Live Examples](#live-examples) | [Installation](#installation) | [Contributing](#contributing) | [License](#license)\n\n## Background\n\nThis is a React port of [rstacruz](https://github.com/rstacruz)'s [`nprogress`](https://github.com/rstacruz/nprogress) module. It exposes an API that encapsulates the logic of `nprogress` and renders nothing, allowing consumers to implement their own rendering.\n\nTwo versions of `nprogress` are in circulation and they trickle differently. The 2014 npm release, `0.2.0`, adds a random amount of at most `0.02` every 800ms. The repository's master branch, never published to npm, adds tiered amounts every 200ms. This library mirrors master, so a side by side comparison against the npm package or the official demo page will show a different pace. The [`increment`](#increment) option covers the `0.2.0` pacing if you prefer the older feel.\n\n## When to Use This\n\nThis package is a headless primitive. It renders no markup and ships no CSS, supplying only the pacing state: a `progress` value that trickles towards completion, an `isFinished` flag, and the `animationDuration` to transition with. The bar itself is yours to write.\n\n- Use a drop-in bar such as [`nextjs-toploader`](https://github.com/TheSGJ/nextjs-toploader), [`next-nprogress-bar`](https://github.com/Skyleen77/next-nprogress-bar), or [`nprogress`](https://github.com/rstacruz/nprogress) itself when you want a styled bar wired up to your router with no rendering work.\n- Use this package when you render the bar yourself, for example with design-system components or custom containers and spinners, and want only the trickle and completion logic handled for you.\n- Use this package when you need several progress bars on one page, each tracking its own state.\n\n## Usage\n\n`Container`, `Bar` and `Spinner` are components you write: this package renders nothing itself. Every entry in [Live Examples](#live-examples) contains a working implementation of all three.\n\n**Hook**\n\n```jsx\nimport { useNProgress } from '@tanem/react-nprogress'\n\nimport Bar from './Bar'\nimport Container from './Container'\nimport Spinner from './Spinner'\n\nconst Progress = ({ isAnimating }) => {\n  const { animationDuration, isFinished, progress } = useNProgress({\n    isAnimating,\n  })\n\n  return (\n    <Container animationDuration={animationDuration} isFinished={isFinished}>\n      <Bar animationDuration={animationDuration} progress={progress} />\n      <Spinner />\n    </Container>\n  )\n}\n```\n\n**Render Props**\n\n```jsx\nimport { NProgress } from '@tanem/react-nprogress'\n\nimport Bar from './Bar'\nimport Container from './Container'\nimport Spinner from './Spinner'\n\nconst Progress = ({ isAnimating }) => (\n  <NProgress isAnimating={isAnimating}>\n    {({ animationDuration, isFinished, progress }) => (\n      <Container animationDuration={animationDuration} isFinished={isFinished}>\n        <Bar animationDuration={animationDuration} progress={progress} />\n        <Spinner />\n      </Container>\n    )}\n  </NProgress>\n)\n```\n\n**Restarting**\n\nBoth patterns leave the bar mounted between runs, and `progress` returns to `minimum` when it starts again. A bar that transitions `margin-left` or `transform` therefore animates backwards from where it finished, in full view, before it starts trickling forward. Back to back navigations hit this every time.\n\nChange a `key` on the bar whenever it starts, so React mounts a fresh element at `minimum` instead:\n\n```jsx\nconst [state, setState] = useState({ isAnimating: false, key: 0 })\n\nconst start = () => {\n  setState((prevState) => ({ isAnimating: true, key: prevState.key ^ 1 }))\n}\n\nreturn <Progress isAnimating={state.isAnimating} key={state.key} />\n```\n\nEvery entry in [Live Examples](#live-examples) does this. Dropping the transition while `isFinished` is not an alternative: `isFinished` is already `false` by the time `progress` resets, so the transition is back on for the step that moves the bar.\n\n## API\n\nThe package exports one hook and one component. Both take the same [options](#options) and produce the same [values](#return-value), so the choice between them is a matter of which pattern suits the calling code. Both shapes are exported as types, for typing code that wraps either entry point:\n\n```ts\nimport type { NProgressOptions, NProgressState } from '@tanem/react-nprogress'\n```\n\n### `useNProgress`\n\nReturns the state of one progress bar. Call it once per bar: two calls, or two mounted `NProgress` components, track their progress independently.\n\n```jsx\nconst { animationDuration, isFinished, progress } = useNProgress({\n  animationDuration: 300,\n  increment: (progress) => progress + 0.01,\n  incrementDuration: 500,\n  isAnimating: true,\n  minimum: 0.1,\n})\n```\n\n### `NProgress`\n\nTakes the options as props and calls `children` with the values the hook returns. `children` is required and must return a React element.\n\n```jsx\n<NProgress\n  animationDuration={300}\n  increment={(progress) => progress + 0.01}\n  incrementDuration={500}\n  isAnimating\n  minimum={0.1}\n>\n  {({ animationDuration, progress }) => (\n    <Bar animationDuration={animationDuration} progress={progress} />\n  )}\n</NProgress>\n```\n\n### Options\n\nAll five options are optional. The type is `NProgressOptions`.\n\n| Option                                    | Type                           | Default        |\n| ----------------------------------------- | ------------------------------ | -------------- |\n| [`animationDuration`](#animationduration) | `number`                       | `200`          |\n| [`increment`](#increment)                 | `(progress: number) => number` | tiered trickle |\n| [`incrementDuration`](#incrementduration) | `number`                       | `200`          |\n| [`isAnimating`](#isanimating)             | `boolean`                      | `false`        |\n| [`minimum`](#minimum)                     | `number`                       | `0.08`         |\n\n#### `animationDuration`\n\nMilliseconds the bar is given to animate out once it completes. `progress` reaches `1` as soon as `isAnimating` goes `false`, and `isFinished` follows this many milliseconds later, leaving that window for the exit transition. The value is also returned unchanged, so a single number drives both the timing and the CSS transitions.\n\n#### `increment`\n\nSize of each trickle step. The function is called with the current `progress` and returns the next value. The default is the tiered curve nprogress uses: `+0.1` below `0.2`, then `+0.04`, `+0.02`, and `+0.005` as `progress` grows, held at a ceiling of `0.994` so the bar never looks complete before it is.\n\nThe return value is clamped to between `minimum` and `1`, and nothing else. A custom function therefore owns its own ceiling. Leave it short of `1`, since reaching `1` is what completion means, and let `isAnimating` going `false` take the bar the rest of the way.\n\nReturning a random amount is fine, but keep the function free of other side effects. It runs inside a React state update, and StrictMode calls it twice per increment in development. This trickles a random amount of at most `0.02` every 800ms, which is how nprogress `0.2.0` paces itself:\n\n```jsx\nconst { progress } = useNProgress({\n  increment: (progress) => Math.min(progress + Math.random() * 0.02, 0.994),\n  incrementDuration: 800,\n  isAnimating,\n})\n```\n\n`0.2.0` also transitions the bar with `ease` where master uses `linear`. Easing lives in your renderer's CSS, so match it there if you want the rest of that look. The [Classic 0.2.0](https://github.com/tanem/react-nprogress/tree/master/examples/classic-020) example puts both together.\n\nA new function identity on every render is fine too: passing an inline function does not restart the trickle timer. The next increment uses the latest function.\n\n#### `incrementDuration`\n\nMilliseconds between increments while the bar is animating. It controls the trickle pacing only. Step size is [`increment`](#increment).\n\n#### `isAnimating`\n\nWhether the bar is running. Going `true` starts it, going `false` completes it. Completion is what drives the final state: `progress` is set to `1`, and `isFinished` becomes `true` `animationDuration` milliseconds later.\n\n#### `minimum`\n\nLower bound for `progress`, between `0` and `1`. The bar first appears at this value, then trickles up from there. Changing it while the bar is animating does not rewind the bar. Progress holds where it is, and the new bound applies from the next increment.\n\n### Return Value\n\n`useNProgress` returns these values, and `NProgress` passes the same object to `children`. The type is `NProgressState`.\n\n| Value               | Type      | Description                                                                                                                                                   |\n| ------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `animationDuration` | `number`  | The `animationDuration` option, passed through so rendering code can transition with it.                                                                      |\n| `isFinished`        | `boolean` | `true` before the bar starts and again once it has animated out. `false` from when `isAnimating` goes `true` until `animationDuration` after it goes `false`. |\n| `progress`          | `number`  | Starts at `0`, appears at `minimum` when the bar starts, then trickles up by [`increment`](#increment) and goes to `1` on completion.                         |\n\n## Live Examples\n\n| Example                                                                                                | Sandbox                                                                                                      |\n| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |\n| [Classic 0.2.0](https://github.com/tanem/react-nprogress/tree/master/examples/classic-020)             | [Open](https://codesandbox.io/p/devbox/github/tanem/react-nprogress/tree/master/examples/classic-020)        |\n| [Material UI](https://github.com/tanem/react-nprogress/tree/master/examples/material-ui)               | [Open](https://codesandbox.io/p/devbox/github/tanem/react-nprogress/tree/master/examples/material-ui)        |\n| [Multiple Instances](https://github.com/tanem/react-nprogress/tree/master/examples/multiple-instances) | [Open](https://codesandbox.io/p/devbox/github/tanem/react-nprogress/tree/master/examples/multiple-instances) |\n| [Next App Router](https://github.com/tanem/react-nprogress/tree/master/examples/next-app-router)       | [Open](https://codesandbox.io/p/devbox/github/tanem/react-nprogress/tree/master/examples/next-app-router)    |\n| [Next Pages Router](https://github.com/tanem/react-nprogress/tree/master/examples/next-pages-router)   | [Open](https://codesandbox.io/p/devbox/github/tanem/react-nprogress/tree/master/examples/next-pages-router)  |\n| [Original Design](https://github.com/tanem/react-nprogress/tree/master/examples/original-design)       | [Open](https://codesandbox.io/p/devbox/github/tanem/react-nprogress/tree/master/examples/original-design)    |\n| [Plain JS](https://github.com/tanem/react-nprogress/tree/master/examples/plain-js)                     | [Open](https://codesandbox.io/p/devbox/github/tanem/react-nprogress/tree/master/examples/plain-js)           |\n| [React Router](https://github.com/tanem/react-nprogress/tree/master/examples/react-router)             | [Open](https://codesandbox.io/p/devbox/github/tanem/react-nprogress/tree/master/examples/react-router)       |\n| [Render Props](https://github.com/tanem/react-nprogress/tree/master/examples/render-props)             | [Open](https://codesandbox.io/p/devbox/github/tanem/react-nprogress/tree/master/examples/render-props)       |\n\n## Installation\n\n```\n$ npm install @tanem/react-nprogress\n```\n\n## Contributing\n\nIssues and pull requests are welcome. The development loop is `npm run test:src`, and `npm test` runs the full suite. Repository conventions, for humans and coding agents alike, live in [`AGENTS.md`](AGENTS.md).\n\n## License\n\nMIT\n","readmeFilename":"README.md"}