{"_id":"redux-profiler","_rev":"10-facf4babed6a9d0afea336bc52442ab5","name":"redux-profiler","dist-tags":{"latest":"1.0.10"},"versions":{"1.0.0":{"name":"redux-profiler","version":"1.0.0","description":"A Redux store enhancer which uses User Timing API to profile redux actions and time spent on notifying store listeners","main":"dist/redux-profiler.umd.js","module":"dist/redux-profiler.es.js","scripts":{"commit":"commit","build":"rollup --config","watch":"npm run build -- -w","prettier":"prettier --write **/*.{ts,tsx,js,css,md}","lint:fix":"npm run lint -- --fix","pretest":"rimraf ./coverage","test":"run-s lint test:sources","lint":"eslint --ext .js .","test:sources":"nyc npm run test:sources:run","test:sources:run":"mocha --require ./mocha-hook.js \"src/**/*.spec.js\"","coverage":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/bhovhannes/redux-profiler.git"},"keywords":["redux","store","profile","react","timing","performance","profiler"],"author":{"name":"Hovhannes Babayan","email":"bhovhannes@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/bhovhannes/redux-profiler/issues"},"homepage":"https://github.com/bhovhannes/redux-profiler#readme","lint-staged":{"*.{ts,tsx}":["npm run lint:fix","prettier --write","git add"],"*.{js,jsx,css,md}":["prettier --write","git add"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"devDependencies":{"@babel/core":"7.1.0","@babel/plugin-proposal-object-rest-spread":"7.0.0","@babel/plugin-transform-modules-commonjs":"7.1.0","@babel/register":"7.0.0","@commitlint/cli":"7.1.2","@commitlint/config-conventional":"7.1.2","@commitlint/prompt-cli":"7.1.2","babel-eslint":"9.0.0","codecov":"3.1.0","eslint":"5.6.0","eslint-config-prettier":"3.1.0","expect":"23.6.0","husky":"1.0.0-rc.15","lint-staged":"7.3.0","mocha":"5.2.0","npm-run-all":"4.1.3","nyc":"13.0.1","prettier":"1.14.3","rollup":"0.66.2","rollup-plugin-babel":"4.0.3","should":"13.2.3","sinon":"6.3.4"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"gitHead":"521da96f54de3285481ad1a1a66a707381f686a3","_id":"redux-profiler@1.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.7.0","_npmUser":{"name":"bhovhannes","email":"bhovhannes@gmail.com"},"dist":{"integrity":"sha512-45r3zKM5wJwpbiQIJeHbb9cC1mcXvJPbaQ7QXqctVDg2IMrPXpxYD5HTQn2CmqiOXbborl/aZXniJ4ylkzo4Vw==","shasum":"0120925cbc2d3e2ea55fccd39df2e7ff3d600a8a","tarball":"https://registry.npmjs.org/redux-profiler/-/redux-profiler-1.0.0.tgz","fileCount":5,"unpackedSize":16231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqU/aCRA9TVsSAnZWagAAVukP/0+cZnmpwun6LNAkrNt1\nmcIlrlSl2NnGZd/pGo+Cs/5oSpPI+hJ3nS4d/NrwwvKJSO+i+JIwKPfyGxZ6\nhXozYN1LdP2CABSkx8RQBi2UnvK70/njtpyxDhmfYhmMLQEWTfU8AD/Pv305\nG3M4n4l1UlxpXPEu6yjzszwf8dM4sm3CQPGhFJsaYD9+HNSg5lWNlOzuK2yR\nV/V6lkZy4n5R/J5u3W8ehisk3BeJ1YokOepGoKyPBD/6SFJ4O6Flha/zJkIl\ntdnanycqmU2r3hqL+hOdsntmMeKtJtj2gQGxgDWTgpeXvw62kUMLFdowGFUE\npA0EvfYjLpF22gg9FNtgCeSD0IkqTgGWko4sHqLuv/oH+bEyroaTK5jl+W4O\n7cQQN8j0T965BQfhmtTESJTlPvHUVzMlHTdAD9R3ecjugUqB2kkQ9EFZ1S2X\nRsoi5Bbb3vej79HqQtyEIQRJn7xmOB1nLF1as2kavtxFzaOCWFLlfvMv6TLh\n7/LS4xsrq/F5fnKThVezu177ZwijQ/GbFuW3x2mjzBgn1M47I5x8usN5Fd3g\n/ijrKaUc3QlYJ6U23b5X05IheL8c5ANHlhO5t2scl5OI+SNjJKN4/3vyWZ2w\nLKericdUz6Zx5c1H86/muC2UXbL4Qus/C9lMn3DRRs/BbSm1+3JlSsM5MPSa\n7Ggo\r\n=jQ0+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDaJpqDo4yGAApEmlLM0+UAQkRDWsynNkveKqmYuCJ7mAiA0bk7hmPi+54enCQ43ga+IDyCqcB0faJeWwEmue3m5sg=="}]},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/redux-profiler_1.0.0_1537822681636_0.34158346093422964"},"_hasShrinkwrap":false},"1.0.1":{"name":"redux-profiler","version":"1.0.1","description":"A Redux store enhancer which uses User Timing API to profile redux actions and time spent on notifying store listeners","main":"dist/redux-profiler.umd.js","module":"dist/redux-profiler.es.js","scripts":{"commit":"commit","build":"rollup --config","watch":"npm run build -- -w","prettier":"prettier --write **/*.{ts,tsx,js,css,md}","lint:fix":"npm run lint -- --fix","pretest":"rimraf ./coverage","test":"run-s lint test:sources","lint":"eslint --ext .js .","test:sources":"nyc npm run test:sources:run","test:sources:run":"mocha --require ./mocha-hook.js \"src/**/*.spec.js\"","coverage":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/bhovhannes/redux-profiler.git"},"keywords":["redux","store","profile","react","timing","performance","profiler"],"author":{"name":"Hovhannes Babayan","email":"bhovhannes@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/bhovhannes/redux-profiler/issues"},"homepage":"https://github.com/bhovhannes/redux-profiler#readme","lint-staged":{"*.{ts,tsx}":["npm run lint:fix","prettier --write","git add"],"*.{js,jsx,css,md}":["prettier --write","git add"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"devDependencies":{"@babel/core":"7.1.0","@babel/plugin-proposal-object-rest-spread":"7.0.0","@babel/plugin-transform-modules-commonjs":"7.1.0","@babel/register":"7.0.0","@commitlint/cli":"7.1.2","@commitlint/config-conventional":"7.1.2","@commitlint/prompt-cli":"7.1.2","babel-eslint":"9.0.0","codecov":"3.1.0","eslint":"5.6.0","eslint-config-prettier":"3.1.0","expect":"23.6.0","husky":"1.0.0-rc.15","lint-staged":"7.3.0","mocha":"5.2.0","npm-run-all":"4.1.3","nyc":"13.0.1","prettier":"1.14.3","rollup":"0.66.2","rollup-plugin-babel":"4.0.3","should":"13.2.3","sinon":"6.3.4"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"gitHead":"74d70b1239557a2484389894a8875b94f6679c02","_id":"redux-profiler@1.0.1","_npmVersion":"6.4.1","_nodeVersion":"10.7.0","_npmUser":{"name":"bhovhannes","email":"bhovhannes@gmail.com"},"dist":{"integrity":"sha512-Z5BiPPz+mN7PEcBtmNrrZVanUik1oYphSVz6xPyoYcmUfMlvGjdV3ZF+c/9Mz2FsXzbAkREpRv5LOVIzhY6nYQ==","shasum":"dec6f13eac7999145f580f35169e7426733bebe5","tarball":"https://registry.npmjs.org/redux-profiler/-/redux-profiler-1.0.1.tgz","fileCount":5,"unpackedSize":16231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqVB9CRA9TVsSAnZWagAA0SsP/jAEZkwKqFGrwi088yuD\nGMZOPNB2VzS5h5NvJ0P6EGlIjDCpTNtUQUNCBnThL5zSmPZhlF36435qf6rq\nrmC68gpjTRQz9SCi11qB8qJuDb0EPJRjLzVcyBQkSCTC4MAlOGyYaEsiZMBD\nH+jG/cn14R6m38Ip/bFdjiWT+nEqfuj1OZWBt2fVVmjMOu1MUbrbi/tTne5G\n3E5gHMVDjhkeb42Aauzl+iWCaEj/f2J39RaRlhm8CcfZDBUcoTvq4as7HtwE\nqEcrZXBbA01Ci9FXT8PDxBlzj7raENzc/avlH44+35b+t4PvlHDJP5ckxlqn\nfL0W2kW38ZEvnVj9FDjDwRRf3VRBg793Gt77lOpvaCGdwz5uKebi+knCcdWr\ndHpeSriVdwCDgiqMeMXe/BjED5/Ni1B6yniRBhUt1S2DW/9ejP4G8gnvHWov\nGprp2cjIgfVxrx+Fw3NW1zvLIPlJibOzBZx8zBB685z1GPrP0ECQfuNqVVwA\nh5yRpG6L372IhBsgmM6PNogLjWuqBjGt/dYWrusCXRx/ezKAeukaO2KnNcpK\nmLxSlkRl1d0QI7pM+J886KYBOQZZA723zOW0U3ZgFSEhWxC/P+WFcvU++cFm\n2/XzLSli+kLbv3et52g6LU8pWo0U8RAM5b3qq6loS6MF2NBS0/37gy+Jiidr\niB+x\r\n=LKq5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDrXLZbJIy6X/6YxlVIzP+raCn3vZWncaAqE8BuCXg+rQIhAM5O/gpxi434O5O3sB6Um7hTndt6+ELb8I2t8wGZkMN5"}]},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/redux-profiler_1.0.1_1537822844991_0.8361882448209625"},"_hasShrinkwrap":false},"1.0.3":{"name":"redux-profiler","version":"1.0.3","description":"A Redux store enhancer which uses User Timing API to profile redux actions and time spent on notifying store listeners","main":"dist/redux-profiler.umd.js","module":"dist/redux-profiler.es.js","scripts":{"commit":"commit","build":"rollup --config","watch":"npm run build -- -w","prettier":"prettier --write **/*.{ts,tsx,js,css,md}","lint:fix":"npm run lint -- --fix","pretest":"rimraf ./coverage","test":"run-s lint test:sources","lint":"eslint --ext .js .","test:sources":"nyc npm run test:sources:run","test:sources:run":"mocha --require ./mocha-hook.js \"src/**/*.spec.js\"","coverage":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/bhovhannes/redux-profiler.git"},"keywords":["redux","store","profile","react","timing","performance","profiler"],"author":{"name":"Hovhannes Babayan","email":"bhovhannes@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/bhovhannes/redux-profiler/issues"},"homepage":"https://github.com/bhovhannes/redux-profiler#readme","lint-staged":{"*.{ts,tsx}":["npm run lint:fix","prettier --write","git add"],"*.{js,jsx,css,md}":["prettier --write","git add"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"devDependencies":{"@babel/core":"7.1.2","@babel/plugin-proposal-object-rest-spread":"7.0.0","@babel/plugin-transform-modules-commonjs":"7.1.0","@babel/preset-env":"7.1.0","@babel/register":"7.0.0","@commitlint/cli":"7.2.0","@commitlint/config-conventional":"7.1.2","@commitlint/prompt-cli":"7.2.0","babel-eslint":"10.0.1","codecov":"3.1.0","eslint":"5.6.1","eslint-config-prettier":"3.1.0","expect":"23.6.0","husky":"1.1.1","lint-staged":"7.3.0","mocha":"5.2.0","npm-run-all":"4.1.3","nyc":"13.0.1","prettier":"1.14.3","rollup":"0.66.5","rollup-plugin-babel":"4.0.3","should":"13.2.3","sinon":"6.3.5"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"gitHead":"f7c83bbd06604a0b44826212373d06ea1eb0bf4c","_id":"redux-profiler@1.0.3","_npmVersion":"6.4.1","_nodeVersion":"10.7.0","_npmUser":{"name":"bhovhannes","email":"bhovhannes@gmail.com"},"dist":{"integrity":"sha512-7u0KVPlMNjw5hmX6+HdfGY6PjBu66wiWvd2cF3sfwE7xheiW+r6YBlxr9uK20hw8CNea6wskTSRTwtjzh83qfg==","shasum":"34f87b6900491c041d33afee203335d793c8c28f","tarball":"https://registry.npmjs.org/redux-profiler/-/redux-profiler-1.0.3.tgz","fileCount":5,"unpackedSize":18157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvbffCRA9TVsSAnZWagAASAkP/RH/CqB3M2g/Sjan6oEj\nc+ulKFsCRQO5n6slz2iKekgPEk+wzl2SMmiVrSTSdfAV8zQFdabZL2jUnsOS\nzh0WBDjlkVvnk8Sg0uDel/VXROe+T1elJM4hs1GPNngEHwn4s2Mgf6Gc4zLW\n6wXd6r5PJvDTf3LXJbI535IRzWbxEGPDbhkMCBSNoWf/Fe66JsL7f/nft30t\nSmMEppl725JB+S/QJ8y9FJ66R1g1PMcdC3XYY/ZBIkIkvltra3wdkZwL+oNP\nG3ZtVOhbXdOXc110g/6Ov07HVHUOsy8CfnKa3/f0GDOLg9vX9okYKnrKIEnk\nmXhdYiQNHIC78dfGoHR+kgk1oPRmvrozIX820NdvhymnjdEl4GW6S+7pEHmP\n/dpdeLqs2LRMdgtJ4/q87XMDUis80APxpY2IZtcLQ1mC6U+ROoFqu8LCVLCQ\n5cwwrT2w7UnBuKOXZs7nvH2OFOkPgiVGpd/u39E8PQO6MuRzNu7p2tka5bs/\nJvdogsQwHviDzVYEWlxl5eG/2rF7KyWvAh5mX5IAtqsZ6k7cSgrSfVqckqUU\nBWZdOkKVIo6zHI4SQaCs8QazaNJA6LU6gkGGKMKCbU5Y3V8men3Mg4eTK+wH\nxctirxjdZgD+o+Divc07U8X8mU4o+WYze9GuDv3FsHnJFH0uKNfwkLvi6LOj\ngdfc\r\n=FFy9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCc8nke3zsGa+kLJ7vpjBVZBugLLAaBbDIBX1w0qFpfkAIgFH9ngjNzJ4xyEKyFkKl1Ou0lvtT2kNWfAKPi7qTAguA="}]},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/redux-profiler_1.0.3_1539160030931_0.25149900093316035"},"_hasShrinkwrap":false},"1.0.4":{"name":"redux-profiler","version":"1.0.4","description":"A Redux store enhancer which uses User Timing API to profile redux actions and time spent on notifying store listeners","main":"dist/redux-profiler.umd.js","module":"dist/redux-profiler.es.js","scripts":{"commit":"commit","build":"rollup --config","watch":"npm run build -- -w","prettier":"prettier --write **/*.{ts,tsx,js,css,md}","lint:fix":"npm run lint -- --fix","pretest":"rimraf ./coverage","test":"run-s lint test:sources","lint":"eslint --ext .js .","test:sources":"nyc npm run test:sources:run","test:sources:run":"mocha --require ./mocha-hook.js \"src/**/*.spec.js\"","coverage":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/bhovhannes/redux-profiler.git"},"keywords":["redux","store","profile","react","timing","performance","profiler"],"author":{"name":"Hovhannes Babayan","email":"bhovhannes@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/bhovhannes/redux-profiler/issues"},"homepage":"https://github.com/bhovhannes/redux-profiler#readme","lint-staged":{"*.{ts,tsx}":["npm run lint:fix","prettier --write","git add"],"*.{js,jsx,css,md}":["prettier --write","git add"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"devDependencies":{"@babel/core":"7.1.2","@babel/plugin-proposal-object-rest-spread":"7.0.0","@babel/plugin-transform-modules-commonjs":"7.1.0","@babel/preset-env":"7.1.0","@babel/register":"7.0.0","@commitlint/cli":"7.2.0","@commitlint/config-conventional":"7.1.2","@commitlint/prompt-cli":"7.2.0","babel-eslint":"10.0.1","codecov":"3.1.0","eslint":"5.6.1","eslint-config-prettier":"3.1.0","expect":"23.6.0","husky":"1.1.1","lint-staged":"7.3.0","mocha":"5.2.0","npm-run-all":"4.1.3","nyc":"13.0.1","prettier":"1.14.3","rollup":"0.66.5","rollup-plugin-babel":"4.0.3","should":"13.2.3","sinon":"6.3.5"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"gitHead":"a4c5503e8908306422b81d2112b18435c4e86dab","_id":"redux-profiler@1.0.4","_npmVersion":"6.4.1","_nodeVersion":"10.7.0","_npmUser":{"name":"bhovhannes","email":"bhovhannes@gmail.com"},"dist":{"integrity":"sha512-Rl22cj/xu1NS06yRMP6FYGZ3oDI4aTMFP1cZ/YiRFfh3KcUsHpch5nRJg2rGafc4r6V7u0KLCW/ndGJig89rFA==","shasum":"49d52a2baf30192db53808480d659cb4d18fb61a","tarball":"https://registry.npmjs.org/redux-profiler/-/redux-profiler-1.0.4.tgz","fileCount":5,"unpackedSize":18321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvboWCRA9TVsSAnZWagAAUZoP/jAXb3JnFh/b+20iJ6lU\nBrkFJFUSYbYSvlxcxB8z2R4lwuROgMGizI69qj9PxcHY4TmYkRoG6GjuX8Za\nUiIPPeLUEdCtXT4za/z6r3vSPaFUl6fR6xJyAVqpRRWlpztc8DqkuIKyyIX2\nWRJaGFZkumcngRpmnLGwggI7aTTrZZni0gHcRRPz6b9gspzZwK4uY3jkuo6f\nIga3UsD5WqW4greoLpEmWV0T4PP2yl53lRdEXw/oByxtZrQ12WtpcSbmNXkh\nCPLVkHWsHsYm32ZdCI/Eoy3bTsdQFOihEcK7er6hvVkFvw43JhmiUk3+2vEx\n+qeWCFlAde2OQEy5McaXa2ZbU7fcZxBMrbWHHJ/JL1Y81TAR9DSrYFMugCNg\npz8SdakZPt7kWs7VWlsdTbDrLRMXBfPvBXxxpZW3kPrMS8jQ1AFL6h1QiUnV\njX1fmD7sZKLTkUpY1Df50jILN9eTXKHFjGt86gIj6zKm4s3CxqFzD7hUu4m9\n9poShd9p4wMlTUPYOrUQF4Uignqk5sUdZRX8H+cC3kD8aVOPY1zxiN8sEH+c\n+DeZNjAlstJMUcU2Cv4n0OqsOXcfuqjCjn/ulbd/AXBadDD2Pyd4DiUXOL0N\nUOp5YLXY6527uw6Ebf1MbZW24aDnYWsvD/xVCafh0DKP7RxF+qRydQTkiJxV\ncgF3\r\n=scKJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDe46qwvKjzeHa+CmXmOxS4s0ri/vnzAq9or0EY2gGHawIgIB069tkCDl6w/bkHUDlAg+Q4ONvoZXwF+Wcusm7UzL8="}]},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/redux-profiler_1.0.4_1539160598029_0.2474174581407782"},"_hasShrinkwrap":false},"1.0.5":{"name":"redux-profiler","version":"1.0.5","description":"A Redux store enhancer which uses User Timing API to profile redux actions and time spent on notifying store listeners","main":"dist/redux-profiler.umd.js","module":"dist/redux-profiler.esm.js","scripts":{"commit":"commit","build":"rollup --config","watch":"npm run build -- -w","prettier":"prettier --write **/*.{ts,tsx,js,css,md}","lint:fix":"npm run lint -- --fix","pretest":"rimraf ./coverage","test":"run-s lint test:sources","lint":"eslint --ext .js .","test:sources":"nyc npm run test:sources:run","test:sources:run":"mocha --require ./mocha-hook.js \"src/**/*.spec.js\"","coverage":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/bhovhannes/redux-profiler.git"},"keywords":["redux","store","profile","react","timing","performance","profiler"],"author":{"name":"Hovhannes Babayan","email":"bhovhannes@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/bhovhannes/redux-profiler/issues"},"homepage":"https://github.com/bhovhannes/redux-profiler#readme","lint-staged":{"*.{ts,tsx}":["npm run lint:fix","prettier --write","git add"],"*.{js,jsx,css,md}":["prettier --write","git add"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"devDependencies":{"@babel/core":"7.2.2","@babel/plugin-proposal-object-rest-spread":"7.3.1","@babel/plugin-transform-modules-commonjs":"7.2.0","@babel/preset-env":"7.3.1","@babel/register":"7.0.0","@commitlint/cli":"7.3.2","@commitlint/config-conventional":"7.3.1","@commitlint/prompt-cli":"7.3.1","babel-eslint":"10.0.1","codecov":"3.1.0","eslint":"5.12.1","eslint-config-prettier":"3.6.0","expect":"23.6.0","husky":"1.3.1","lint-staged":"8.1.0","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"13.1.0","prettier":"1.16.1","rollup":"1.1.2","rollup-plugin-babel":"4.3.2","should":"13.2.3","sinon":"7.2.3"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"gitHead":"3a0e6afc5d5714c9c302396e33a0425675c57bce","_id":"redux-profiler@1.0.5","_npmVersion":"6.5.0","_nodeVersion":"10.7.0","_npmUser":{"name":"bhovhannes","email":"bhovhannes@gmail.com"},"dist":{"integrity":"sha512-l522uuaCa6GNatuie6dKozverDjXJDbmmyfK4kDVY9pzoOnJ8BqpIH+eHcvTr+O/jheX19o25E0hCU2j5v9NiQ==","shasum":"c4829e6cca38483ce0b2ad4ad8ada9a4407b1cd2","tarball":"https://registry.npmjs.org/redux-profiler/-/redux-profiler-1.0.5.tgz","fileCount":5,"unpackedSize":18477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSjddCRA9TVsSAnZWagAAEckP/iqYaWz1/hiMjAbAqW3x\n/o8SOPPZNOoo6RHIchpzD0/brEV/ukHRJ/oRvDER+ug3oSoJ/XSzCglexBgP\nL3V4cvLlCWfWuGs8saKlQNoQqtTtdiFPj1buOUAWUY1HJp9NmpTMpeL5ZAa9\nLspnt/pUi8vZpm9/vduw2kY/17L4MacI47tX6dSkL89J9ZUXgTjFuciNmYeT\nCiaKsKXffndmzRBX05dcnm6rCLoMqY4kKOPjbIEqL3drqOvfHlS4gLhK+f3w\nNVPY5t13pPy4fIdEI+QdjCkKTRfWtNwad6CRce8sWeLvaGtKyEjMrXpcPYjF\njGzieit2Zz2dNmWzYsuF/qYlyCBWd0vUzfVyN2qpwipsrweJSucfPNxJLZhl\nYZ2IrKBBAXtc8G1A1KGubybtMYYKu+2235appWap6aglCfblHbz5ZparoGaa\nwDXpMX2LVwUvXDQsvdk846PtRIaXJjkqUD/HyTgJm12QaGk0PuL5+4GTHdXz\naol3e0cDfIEfAWH+2XBXRmhgjCYg0kk3GryqO1aNohiBOn4TDqDeYuDZmavt\n543m8YQuTaKQueC7Ydkov6l7etT5aSEk1eB+PLMeFC5DIsDzp+JEKjsHXZS6\nyIfUmyTdbbKh9YtRz6eBvn8n7JtuFUQBnJuew2OT3t6Psr9cpPqDtWQ6Y9XG\n6MFi\r\n=w2xQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID49iY9wiAHxvpfmX0mgk6SqK4H8xuOBEom3LtHWLJtuAiBTtVABJkgVBuSfzIskAXB/gy0ltnD0iaYMtzbguLRw7Q=="}]},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/redux-profiler_1.0.5_1548367708630_0.907065058586227"},"_hasShrinkwrap":false},"1.0.6":{"name":"redux-profiler","version":"1.0.6","description":"A Redux store enhancer which uses User Timing API to profile redux actions and time spent on notifying store listeners","main":"dist/redux-profiler.umd.js","module":"dist/redux-profiler.esm.js","scripts":{"commit":"commit","build":"rollup --config","watch":"npm run build -- -w","prettier":"prettier --write **/*.{ts,tsx,js,css,md}","lint:fix":"npm run lint -- --fix","pretest":"rimraf ./coverage","test":"run-s lint test:sources","lint":"eslint --ext .js .","test:sources":"nyc npm run test:sources:run","test:sources:run":"mocha --require ./mocha-hook.js \"src/**/*.spec.js\"","coverage":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/bhovhannes/redux-profiler.git"},"keywords":["redux","store","profile","react","timing","performance","profiler"],"author":{"name":"Hovhannes Babayan","email":"bhovhannes@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/bhovhannes/redux-profiler/issues"},"homepage":"https://github.com/bhovhannes/redux-profiler#readme","lint-staged":{"*.{ts,tsx}":["npm run lint:fix","prettier --write","git add"],"*.{js,jsx,css,md}":["prettier --write","git add"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"devDependencies":{"@babel/core":"7.2.2","@babel/plugin-proposal-object-rest-spread":"7.3.1","@babel/plugin-transform-modules-commonjs":"7.2.0","@babel/preset-env":"7.3.1","@babel/register":"7.0.0","@commitlint/cli":"7.3.2","@commitlint/config-conventional":"7.3.1","@commitlint/prompt-cli":"7.3.1","babel-eslint":"10.0.1","codecov":"3.1.0","eslint":"5.12.1","eslint-config-prettier":"3.6.0","expect":"23.6.0","husky":"1.3.1","lint-staged":"8.1.0","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"13.1.0","prettier":"1.16.1","rollup":"1.1.2","rollup-plugin-babel":"4.3.2","should":"13.2.3","sinon":"7.2.3"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"gitHead":"23b215318b13655fd42309e64ddf02eda7810db0","_id":"redux-profiler@1.0.6","_npmVersion":"6.5.0","_nodeVersion":"10.7.0","_npmUser":{"name":"bhovhannes","email":"bhovhannes@gmail.com"},"dist":{"integrity":"sha512-UvxTnKTDDrPyiLH73opiowNH9cagE8LBW1X6ho8aC6kuCtD9A5LDfuG5BAWjpPLUmFftgVKM9RDAfWoCN2xHgg==","shasum":"1e866463e6b05c5144410cbcbf4d06d9c4935dc1","tarball":"https://registry.npmjs.org/redux-profiler/-/redux-profiler-1.0.6.tgz","fileCount":5,"unpackedSize":18459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSjgfCRA9TVsSAnZWagAAiaAP/A7XRxLON32BDgCN4qXU\nFZstypbbWc1gSjhkABq5eVKJekAkeQFQf1FpVRpM+8YJ/zSbsxYYQUmQn6Lc\n1ZvuhkidlnVzhN8Fegk9UWsHTYpoUqn+lHSann0r/2V0D9vUR/p+14VIxNcA\nwomDCMBH6uhgudxQecTlcpSb+ZzhsLJE88ItftbIBvrRxgLa9svfZsUiL4yJ\nwrDtMuXVw5jV+SINdzSj2f21aUHilXgQ1t99xUXBESTNj/qUq13CR+mAtuOZ\nb9C0H9I+UQSU61G2fQ8U4Fj0jqAxbx663iJbC+B5LckscYLK+zZd1S2G18KL\nUkN7lam9mG71udnM2lxlclnU9QLCphB3wfwy4g2N9rFkGu0OycFyQRTo2RKh\nRLMx2kr/Fg1SRYH+MIqMuFvNOGcsxSgGTEtSIGvmLP5O2e8c3NgGIrQCul0r\nhOdY14ADbPqBYzO3eaYQR0YpO4obV4+OGasHAq+AEw/D+g6FXdYXJERRBQHL\nX7CNMynqJCK7Mec9k3F/cGY1a5/s1z7mHpPXDPeRChOWhHz8/o2GFkbZOY0H\niotGkeiizPhxTvg6D1PA8VhvHgphE3/rSde9IJl60VkHprZdSIxD6myYpRTJ\nUTS4JEeEHYMbIqVeSNncqU0RmpqXdHcAC1QP1MTqpFE94J/tcEIm4jOhVGX4\nSyTR\r\n=BGou\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZRVbu5mdzF74bsXMTY44izvKNwO3OePdgsltn0c94mQIgIyxSdTcPvhKszoBKcHqoEx3+HpyUSna1Ej94T/cCdyw="}]},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/redux-profiler_1.0.6_1548367902825_0.44947458520612327"},"_hasShrinkwrap":false},"1.0.7":{"name":"redux-profiler","version":"1.0.7","description":"A Redux store enhancer which uses User Timing API to profile redux actions and time spent on notifying store listeners","main":"dist/redux-profiler.umd.js","module":"dist/redux-profiler.esm.js","scripts":{"commit":"commit","build":"rollup --config","watch":"npm run build -- -w","prettier":"prettier --write **/*.{ts,tsx,js,css,md}","lint:fix":"npm run lint -- --fix","pretest":"rimraf ./coverage","test":"run-s lint test:sources","lint":"eslint --ext .js .","test:sources":"nyc npm run test:sources:run","test:sources:run":"mocha --require ./mocha-hook.js \"src/**/*.spec.js\"","coverage":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/bhovhannes/redux-profiler.git"},"keywords":["redux","store","profile","react","timing","performance","profiler"],"author":{"name":"Hovhannes Babayan","email":"bhovhannes@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/bhovhannes/redux-profiler/issues"},"homepage":"https://github.com/bhovhannes/redux-profiler#readme","lint-staged":{"*.{ts,tsx}":["npm run lint:fix","prettier --write","git add"],"*.{js,jsx,css,md}":["prettier --write","git add"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"devDependencies":{"@babel/core":"7.2.2","@babel/plugin-proposal-object-rest-spread":"7.3.1","@babel/plugin-transform-modules-commonjs":"7.2.0","@babel/preset-env":"7.3.1","@babel/register":"7.0.0","@commitlint/cli":"7.3.2","@commitlint/config-conventional":"7.3.1","@commitlint/prompt-cli":"7.3.1","babel-eslint":"10.0.1","codecov":"3.1.0","eslint":"5.12.1","eslint-config-prettier":"3.6.0","expect":"23.6.0","husky":"1.3.1","lint-staged":"8.1.0","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"13.1.0","prettier":"1.16.1","rollup":"1.1.2","rollup-plugin-babel":"4.3.2","should":"13.2.3","sinon":"7.2.3"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"gitHead":"94bacf33ec75c1a51a6a7445fef1d6eef0bfd561","_id":"redux-profiler@1.0.7","_npmVersion":"6.5.0","_nodeVersion":"10.7.0","_npmUser":{"name":"bhovhannes","email":"bhovhannes@gmail.com"},"dist":{"integrity":"sha512-Z0uoHvawPtkozbJqPmAl7tiKQ5XVnGWYj7t1J+lI4OiJJwMBl2YrIumptaXYF/vy7hodJxYihz9oON9T/+vKWg==","shasum":"234df828ab062cb7e5df68f200ba27d7275aaad5","tarball":"https://registry.npmjs.org/redux-profiler/-/redux-profiler-1.0.7.tgz","fileCount":5,"unpackedSize":18327,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSjqRCRA9TVsSAnZWagAAI5IP/3Eyj9erJw09+XKKiu/R\nDydjVFJw8TV59lgStWWoZ5CCItKE2GON2EXpyEDplGop/D46DO2shOGXPYAW\n9GeYQopqp3+ROc1j7xikgyXrREFPasBllji6gmvxgmZWVkFm1Dlo6RvLOT1D\nV3NEux4IJqHyM/TRLCyEArh4lmC1Z+b/NrtjyPAK2bwINOJuiBkZV8/YI88B\nQpBIBWnQ75Da90516OdPQbxfZf08X6OrrsqUA3migebM8I2ZafqNPQYh0ozC\nqaya9hFHkZYP9olA0+YiG81eYYE8LnltfOGXa5D/7TtSuORXcI7iFrd5Z47Y\n6hx1Fr97zQ9MurxmBPUH7lzdxdx30dtY8PM9rlUZUHDqlbl/I1cfkTW2X8Zu\nrw70cZ+Ji447PnZW2ZYqnNFaSqsZONaf7vbDtcHfRmszMJed8JZy2jWZ/E0q\np1XhWF2AN/UxChiTr/eIXhgmvjcd2XYVS2KOkYYsNToIxO+5xTrmshaMboJi\nHbtxNRZhy8lF3hx6bYwdhjHqopMvyxChtaYWb6DRd/qq76PGDtjzaNohZiN8\nvf70FUCT4MNdo4PzUBRFioaLX0AHbhxfF8h0GSJZBxfVe9fAIhetQX/rSrBu\nMSk6N3T2vXeIauEEZGlFhjy57frAMj96tx8tGAVscpDtiAkeZJ9NOGsXL5gS\nGW6x\r\n=s9oi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE0Bsb8hQqJ3ZZ0IR+11tMyur7B8+Z2VqH7+mmClVvMZAiEAkLpPZeOOI9EU2yonOp9/0lyzzhQSpyftRYERXtdWCiM="}]},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/redux-profiler_1.0.7_1548368528501_0.6301743487938509"},"_hasShrinkwrap":false},"1.0.8":{"name":"redux-profiler","version":"1.0.8","description":"A Redux store enhancer which uses User Timing API to profile redux actions and time spent on notifying store listeners","main":"dist/redux-profiler.umd.js","module":"dist/redux-profiler.esm.js","scripts":{"build":"rollup --config","watch":"npm run build -- -w","format":"prettier --write **/*.{js,css,md}","lint:fix":"npm run lint -- --fix","test":"run-s lint test:sources","lint":"eslint --ext .js .","test:sources":"jest --coverage"},"repository":{"type":"git","url":"git+https://github.com/bhovhannes/redux-profiler.git"},"keywords":["redux","store","profile","react","timing","performance","profiler"],"author":{"name":"Hovhannes Babayan","email":"bhovhannes@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/bhovhannes/redux-profiler/issues"},"homepage":"https://github.com/bhovhannes/redux-profiler#readme","devDependencies":{"@arkweid/lefthook":"0.7.7","@babel/core":"7.16.0","@babel/eslint-parser":"7.16.3","@babel/preset-env":"7.16.4","@bhovhannes/shared-config":"0.0.1","@jest/globals":"27.3.1","@rollup/plugin-babel":"5.3.0","eslint":"8.3.0","eslint-config-prettier":"8.3.0","eslint-plugin-jest":"25.3.0","jest":"27.3.1","npm-run-all":"4.1.5","prettier":"2.4.1","rollup":"2.60.1"},"gitHead":"2b6863855fc8ba05c0793c4015fddbad3d6d6aeb","_id":"redux-profiler@1.0.8","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","_npmUser":{"name":"bhovhannes","email":"bhovhannes@gmail.com"},"dist":{"integrity":"sha512-bz7uAVzIFuNUdk1u3zPaabP53NIbeHB3lXUEAHPLzkgyFKZ3H94pK+yHebxC3XcJJ9IqkgFSwLJm+fXUaVFvbg==","shasum":"3d982b2ac7649f0282030f659ebe967291920565","tarball":"https://registry.npmjs.org/redux-profiler/-/redux-profiler-1.0.8.tgz","fileCount":5,"unpackedSize":17903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhniVBCRA9TVsSAnZWagAANJQP/2kq8pBAtUfx+gTR9cai\n3h2kdNN9BqnT2/qmn3p9u3nfILKj0NKmsV0fcsxaaNlC5b8SiHZ3QMtGpFrm\np4okcHFQtTGR2OQR66WTJutdNLdzzlQVxaYpFCWwr1JGTyQB+ROvN+hwzqmU\nRV81pIS8XkPqugUkmMaDy3yYVXyl7waH3FZnR0HjpoqGXFFR8VUF/wLKKWOh\nkvXnMXtDSPOCNcTLIXk/cFL/yOnIWSQDEgRV7+kd+WnNrx5rG7N1DFSxkpRz\nhPP9sNeL5DXld1Mvb/0NRxXrIz3N73fI+0t8HqlRV4rAmnEv8csMBazozweS\nmT+lYO7Kk13TSewKzlJnoHARTjN3j3VIjsRudpa5fKEe+6uyb7DSkcvHu1Kc\nBSiXUvzmXeeqHN8uumgE+7lP01QTnDWBFEDsnAXXeg2y7rIcXemium4aTdjQ\nTCjukThsrqv6oK1L+EOXgsA6HlQoXsScUdiHt9wSOPLggPJVFh9yxS3MBRiD\n9ehY8njWqHYBcN4QMpGDmV6LcqR/IZM8iTCV8P49qG69NQiouzFt/TlYEzTz\nKmDQKCfwNKoHyDtdaO8Js0F1wBuMf4myIyvL39NJhi4ZsDB0wUWjFErrnZFW\nl8Ws8dIFUHOt1lqA/fJuvqlhGaFzEQ/RHtaeacGvwzczMkBYL+TqicFf48CP\nHpt/\r\n=av0F\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAmTPZ7ypHKmW9FATjzOhN4wfMTZbweM659P5n/846jZAiB7sco6ws8Mdosy1m3O3HZG60IjbsiwA11sPc8mTWkwiA=="}]},"directories":{},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/redux-profiler_1.0.8_1637754177009_0.1072577408008819"},"_hasShrinkwrap":false},"1.0.9":{"name":"redux-profiler","version":"1.0.9","description":"A Redux store enhancer which uses User Timing API to profile redux actions and time spent on notifying store listeners","main":"dist/redux-profiler.umd.js","module":"dist/redux-profiler.esm.js","scripts":{"build":"rollup --config","watch":"npm run build -- -w","format":"prettier --write **/*.{js,css,md}","lint:fix":"npm run lint -- --fix","test":"run-s lint test:sources","lint":"eslint --ext .js .","test:sources":"jest --coverage"},"repository":{"type":"git","url":"git+https://github.com/bhovhannes/redux-profiler.git"},"keywords":["redux","store","profile","react","timing","performance","profiler"],"author":{"name":"Hovhannes Babayan","email":"bhovhannes@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/bhovhannes/redux-profiler/issues"},"homepage":"https://github.com/bhovhannes/redux-profiler#readme","devDependencies":{"@arkweid/lefthook":"0.7.7","@babel/core":"7.16.0","@babel/eslint-parser":"7.16.3","@babel/preset-env":"7.16.4","@bhovhannes/shared-config":"0.0.1","@jest/globals":"27.3.1","@rollup/plugin-babel":"5.3.0","eslint":"8.3.0","eslint-config-prettier":"8.3.0","eslint-plugin-jest":"25.3.0","jest":"27.3.1","npm-run-all":"4.1.5","prettier":"2.5.0","rollup":"2.60.1"},"gitHead":"f33d0d078bb55d7620bc8b39697afd565c6b69c5","_id":"redux-profiler@1.0.9","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","_npmUser":{"name":"bhovhannes","email":"bhovhannes@gmail.com"},"dist":{"integrity":"sha512-YV60fJcANsdvxlnuNLnu4Kff0zSLbpwgIid+1e3x4UpJUdg5STmkNjJgyVafRqw64vP9GfDl1t89vDkIjeCa5w==","shasum":"c57b3fbafe8e7939eca55f332eab7ceedb68be7a","tarball":"https://registry.npmjs.org/redux-profiler/-/redux-profiler-1.0.9.tgz","fileCount":5,"unpackedSize":17903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqG1TCRA9TVsSAnZWagAAmooQAIq4yQgkDo9jBpxWMaEE\n5xur22aUN9vI5oRUF2QIO2ARaYdDVChvYDKLYJ5+pxQ85s4iIG+qUlAtDI6f\n93hJUCigDm1rjALJQsfJ/7SPTMzs5/sb2JU+kIXHvX5smiHxq8CSzfwzPCTA\nFKHfB2bQFVHxUUMjvfWUJ/DKYvsq50chwVy/PLKkf1ehJa85JXQLuhOI+t7Z\nrQOVaF5iIpwdMJJxx1FWdoqSzGNxCOQr57iZZAW6zP8WRqZfp8Pa13C9j0AA\nL2MagkyBqRb6YvPourne9mDzHs6AUuMgXrVOLqHuXGOoVzEmT9caQR14fagb\nqbx1VZUcduNOthrAHqSdf4ig/5Nq1ZHxPRKijRD6HDyKm8iqGJCTQjumthmV\nZFvI9VOb22CTqSZL/+Gkq//K9O23zpvveJ92oPHVL8DG86K8G6ru1Sd0Mdtx\nRf2yziNN/lCfREO1OFdi6Z/WUuenwx5BVeMsdsiQGcZErpavEZ04D/6cr4wm\ntWEUAUYdW/5MRRuPbCA3eZudBvlcUI19q9/Yjp6ljK8CfHz7YuxRmks+E1U4\nbMEt/vkx2OPsEHJhAijdD9oNQUCH84dgJwU8sjiPXiO7tbi8UC9lEn3MPNNC\noAEUuIWyuxgQ4CPTHRzrK5bWx8TLrfZludwRSuT0Sm4VoH4kh8KaHsBO2VAt\n5eIF\r\n=E0Fo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZpZ4rH8sU71yU1M5Loyp6j7gz8UE6m1xqIhe3zahxMwIgUVci3QuYzwvX1tklQxnnB2e/mtWCKW5q16Cgf5hkhao="}]},"directories":{},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/redux-profiler_1.0.9_1638427987772_0.14648063248176868"},"_hasShrinkwrap":false},"1.0.10":{"name":"redux-profiler","version":"1.0.10","description":"A Redux store enhancer which uses User Timing API to profile redux actions and time spent on notifying store listeners","main":"dist/redux-profiler.umd.js","module":"dist/redux-profiler.esm.js","scripts":{"prepublishOnly":"npm run build","build":"rollup --config","watch":"npm run build -- -w","format":"prettier --write **/*.{js,css,md}","lint:fix":"npm run lint -- --fix","test":"run-s lint test:sources","lint":"eslint --ext .js .","test:sources":"jest --coverage"},"repository":{"type":"git","url":"git+https://github.com/bhovhannes/redux-profiler.git"},"keywords":["redux","store","profile","react","timing","performance","profiler"],"author":{"name":"Hovhannes Babayan","email":"bhovhannes@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/bhovhannes/redux-profiler/issues"},"homepage":"https://github.com/bhovhannes/redux-profiler#readme","devDependencies":{"@arkweid/lefthook":"0.7.7","@babel/core":"7.16.0","@babel/eslint-parser":"7.16.3","@babel/preset-env":"7.16.4","@bhovhannes/shared-config":"0.0.1","@jest/globals":"27.4.2","@rollup/plugin-babel":"5.3.0","eslint":"8.4.0","eslint-config-prettier":"8.3.0","eslint-plugin-jest":"25.3.0","jest":"27.4.3","npm-run-all":"4.1.5","prettier":"2.5.1","rollup":"2.60.2"},"gitHead":"a14f5e7a74212666f00330e0e03fc7b15ab45c44","_id":"redux-profiler@1.0.10","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","_npmUser":{"name":"bhovhannes","email":"bhovhannes@gmail.com"},"dist":{"integrity":"sha512-+qBNJzGSYgIQXlBoohYLMzC0YfROGH3FrYhRvUzx6zPYCcektuiLBV7uouOGv8JNPYbc46kioL0kqbHHRNe4SA==","shasum":"7d6361f1c5c92e5d2e22f1329167c581942226d2","tarball":"https://registry.npmjs.org/redux-profiler/-/redux-profiler-1.0.10.tgz","fileCount":5,"unpackedSize":18652,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsvtzCRA9TVsSAnZWagAA6DIP/jd1liBGQKDHIdkRjuYK\nOm9MjIytn2ByBrsx4NimHHpn9KpA8RqA2flPexY37H/+x9wH4hW0I0cyQHKR\nluEmgTU7QYUfwixRIATguxr5hd2tZrKIITs08IpGEK3IUmL4pRLvH80gLpRv\nqfyiTpx1hpw5HRxd7KPL1JjJafN7Y9u0D2Ge/ijtM50L41qAXXqoZ6gjZbqS\nT9DfcS1EaU5O7gAzOz1aU5IIurY8DE3SUIk/uweoNYmDueAxPWadzL/u2yAm\nH/VcvmSKxUIomFpemvXlMctLkeFVIymCCDH49JbcEcTX6DYKAakZr4SrvYR0\n5gz3ohrhBwmCiDpIgsQFt3pkhv2TcZx17satB8RmYv0hfYpqsDy1sQXFQ/t7\n9HP+Q3D3qcz1duBfMP9h97+Lr/MFUVvSD43ouL1zDCb1UHbOKQ9ocM+xM9rt\n5QOf+pGs9t4F2r6MX2VQrPfWl/t2vlO8cdhc+iiUjDhcjvYNsWGfjqPRbKDo\nK29bF9VS6vbnVUmJo16BOlzNDBiHY9bvMQV3c7wQIzi8t6zNgJXYcLggvVkR\niiHXB7D1YNKu94224BjsBm+JP9em6KUBnJkiyST0mMJ7tWBg5c2a6cxpYllQ\nU/B3yeJlHvJQoiLkGZefF9+2avfUvcSpiPSNZfUpVdYGSf3FoWG/VN8uyulb\nBL2g\r\n=HCPl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqRs5aLxdH4zm5z6wHBNFA8MQFG2tbmHg2t4F2bON3bQIgbDAzp+o4h/4aHo98ybIJOl7hQ23Wd/YV804a6ZavyHc="}]},"directories":{},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/redux-profiler_1.0.10_1639119731774_0.9036365542846903"},"_hasShrinkwrap":false}},"time":{"created":"2018-09-24T20:58:01.635Z","1.0.0":"2018-09-24T20:58:01.729Z","modified":"2022-05-15T15:45:57.953Z","1.0.1":"2018-09-24T21:00:45.169Z","1.0.3":"2018-10-10T08:27:11.043Z","1.0.4":"2018-10-10T08:36:38.268Z","1.0.5":"2019-01-24T22:08:28.730Z","1.0.6":"2019-01-24T22:11:42.939Z","1.0.7":"2019-01-24T22:22:08.603Z","1.0.8":"2021-11-24T11:42:57.157Z","1.0.9":"2021-12-02T06:53:07.955Z","1.0.10":"2021-12-10T07:02:11.951Z"},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"}],"description":"A Redux store enhancer which uses User Timing API to profile redux actions and time spent on notifying store listeners","homepage":"https://github.com/bhovhannes/redux-profiler#readme","keywords":["redux","store","profile","react","timing","performance","profiler"],"repository":{"type":"git","url":"git+https://github.com/bhovhannes/redux-profiler.git"},"author":{"name":"Hovhannes Babayan","email":"bhovhannes@gmail.com"},"bugs":{"url":"https://github.com/bhovhannes/redux-profiler/issues"},"license":"MIT","readme":"# redux-profiler\n\n[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url] [![Coverage][codecov-image]][codecov-url]\n\nA Redux [store enhancer](https://redux.js.org/glossary#store-enhancer) which uses User Timing API to profile Redux actions and time spent on notifying store listeners\n\n## How to install\n\n```bash\nnpm install redux-profiler --save\n```\n\n## Usage\n\n```javascript\nimport { createStore } from 'redux'\nimport profileStore from 'redux-profiler'\n\nfunction todos(state = [], action) {\n    switch (action.type) {\n        case 'ADD_TODO':\n            return state.concat([action.text])\n        default:\n            return state\n    }\n}\n​\nconst store = createStore(todos, ['Use Redux'], profileStore())\n```\n\nYou can also combine it with Redux middleware:\n\n```javascript\nimport { createStore, compose } from 'redux'\nimport { thunk } from 'redux-thunk'\nimport profileStore from 'redux-profiler'\n\nfunction todos(state = [], action) {\n    switch (action.type) {\n        case 'ADD_TODO':\n            return state.concat([action.text])\n        default:\n            return state\n    }\n}\n​\nconst store = createStore(\n    todos,\n    ['Use Redux'],\n    compose(\n        profileStore(),\n        thunk\n    )\n)\n```\n\nor if you have multiple middlewares:\n\n```javascript\nimport { createStore, applyMiddleware, compose } from 'redux'\nimport { thunk } from 'redux-thunk'\nimport profileStore from 'redux-profiler'\n\nfunction todos(state = [], action) {\n    switch (action.type) {\n        case 'ADD_TODO':\n            return state.concat([action.text])\n        default:\n            return state\n    }\n}\n\n/**\n * Logs all actions and states after they are dispatched.\n */\nconst logger = store => next => action => {\n    console.group(action.type)\n    console.info('dispatching', action)\n    let result = next(action)\n    console.log('next state', store.getState())\n    console.groupEnd()\n    return result\n}\n​\nconst store = createStore(\n    todos,\n    ['Use Redux'],\n    compose(\n        profileStore(),\n        applyMiddleware(\n            thunk,\n            logger\n        )\n    )\n)\n```\n\n## License\n\nMIT (http://www.opensource.org/licenses/mit-license.php)\n\n[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat\n[license-url]: LICENSE\n[npm-url]: https://www.npmjs.org/package/redux-profiler\n[npm-version-image]: https://img.shields.io/npm/v/redux-profiler.svg?style=flat\n[npm-downloads-image]: https://img.shields.io/npm/dm/redux-profiler.svg?style=flat\n[codecov-url]: https://codecov.io/gh/bhovhannes/redux-profiler\n[codecov-image]: https://codecov.io/gh/bhovhannes/redux-profiler/branch/master/graph/badge.svg?token=iJvUUKrgzB\n","readmeFilename":"README.md"}