{"_id":"reworm","_rev":"13-c829ee0a83fcbc8d14c0339f72984724","name":"reworm","dist-tags":{"latest":"2.2.1"},"versions":{"0.0.1-0":{"name":"reworm","version":"0.0.1-0","main":"index.js","license":"MIT","_id":"reworm@0.0.1-0","_npmVersion":"5.6.0","_nodeVersion":"9.10.0","_npmUser":{"name":"pedronauck","email":"pedronauck@gmail.com"},"dist":{"integrity":"sha512-zqBv2jf3KVLlnavD9HTRAUADb14l8Cm7b0x3Wo4eXtWQfGAWaQxj8+W1GVRqikl//NHjb1RQTaLhmuYYKBIAzQ==","shasum":"fbcbc01634aed7d2aa0df4b6f7293e45ab1e69f6","tarball":"https://registry.npmjs.org/reworm/-/reworm-0.0.1-0.tgz","fileCount":1,"unpackedSize":89,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbd4ksCRA9TVsSAnZWagAAybgP/ikN4O4XG6NF8httIVxo\nr/hz1V3rMaMnfBFV1Zhxxiq4uOjzLe+34eivgi1T/k4wnq92ZpjOgMXRJAYj\ntnRIESXBxmOUnQmMwlDa/YEU+y8k/MSJm714BDdYwmyIV0JegSmvA1Q8CEq1\nkAd7U7n/CNOIbbaBe0CVqYjR8ahYj1x2Sg3Gk/5VyUxi4v0gop7Mr4Jhivko\nO5B3rLZNU/PVSPrmXZY1HZFFfDCYIKUtN6jz7l+/iCVxL01DeHhXFdlAp2D5\n7zA7ZOI0R6j6qJXykML9A7eKChmj+z9E62T8Ko/XLu9eCvHFdIqfxeQBZBHU\nV1Q0dcjdzjMR9gwSBUbmNPgPT5RV7cgdIkgf2yaQEP/z78ewvrAjfZr/sXgo\n+6mCohabCsJx1AmJW0UslHYg6Kr67Fw7BDvA5o45zagTqwqPkKWbFhshVCTs\n2E2LDmeDs0fMV/o9CnC+BibF5QfkJVZJ6OXB3jGt3aXTiIliRX7V0Z/ihS6U\n8Ow/YnPQhsw17UVFkrm+CoYQToH6b4y8HUL1NYGBSsj78syHZQ6IMn7atzXb\nVFTRjzA2e8mmwu2VIQPmIrmv/71fEi83rfNnNymeOAa0JlrIORLxqCYDzJQT\nx1vS/LsnUoTppsEnu9dXHWRMHey/vh8y4T9pr6NVvJIi9R/xeSn1meiaPZge\nHkPi\r\n=T6oF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEp65Uk+qSNY1DeaG1kreCPc7dV/Kq44a4XC7tFUF1PqAiAYMlaWas9O0si6gTlYKh3AJe6iAQOAKyuV10Na/ps5xA=="}]},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/reworm_0.0.1-0_1534560556023_0.9085430726105188"},"_hasShrinkwrap":false},"0.1.0":{"name":"reworm","version":"0.1.0","description":"The simplest way to manage your state","license":"MIT","main":"dist/reworm.umd.js","module":"dist/reworm.es5.js","typings":"dist/types/reworm.d.ts","files":["dist/","package.json","README.md"],"author":{"name":"Pedro Nauck","email":"pedronauck@gmail.com"},"repository":{"type":"git","url":"git@github.com/pedronauck/reworm.git"},"engines":{"node":">=6.0.0"},"scripts":{"lint":"tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"tsc --module commonjs && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","test":"jest","test:watch":"jest --watch","test:prod":"npm run lint && npm run test -- --coverage --no-cache","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","release":"np","precommit":"lint-staged"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"},"validate-commit-msg":{"types":"conventional-commit-types","helpMessage":"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"}},"jest":{"setupFiles":["<rootDir>/tools/test-setup.ts"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"verbose":true,"collectCoverage":true,"testURL":"http://localhost/","testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|jsx?|jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"],"setupTestFrameworkScriptFile":"./node_modules/jest-enzyme/lib/index.js","unmockedModulePathPatterns":["react","enzyme","jest-enzyme"]},"dependencies":{"callbag-observe":"^1.0.0","callbag-subject":"^1.0.2","create-react-context":"^0.2.2","react":"^16.4.2","react-dom":"^16.4.2"},"peerDependencies":{},"devDependencies":{"@types/jest":"^22.0.0","@types/node":"^10.7.1","@types/react":"^16.4.11","@types/react-dom":"^16.0.7","colors":"^1.1.2","commitizen":"^2.9.6","coveralls":"^3.0.0","cross-env":"^5.0.1","cz-conventional-changelog":"^2.0.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^0.14.0","jest":"^22.0.2","jest-enzyme":"^6.0.3","lint-staged":"^7.1.3","lodash.camelcase":"^4.3.0","np":"^3.0.4","prettier":"^1.13.4","prompt":"^1.0.0","replace-in-file":"^3.0.0-beta.2","rimraf":"^2.6.1","rollup":"^0.59.2","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-json":"^3.0.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-typescript2":"^0.11.1","ts-jest":"^22.0.0","ts-node":"^6.0.0","tslint":"^5.8.0","tslint-config-prettier":"^1.1.0","tslint-config-standard":"^7.0.0","typescript":"^2.6.2","validate-commit-msg":"^2.12.2"},"licenseText":"MIT License\n\nCopyright (c) 2018 Pedro Nauck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"reworm@0.1.0","dist":{"shasum":"01176a7970d96ea22287a4a0d555f34ceab01531","tarball":"https://registry.npmjs.org/reworm/-/reworm-0.1.0.tgz","integrity":"sha512-WT7ptKXlRYU/8qs7aPR3QXm5bZ+b4aSp4qm/zH5kHbIzNB8WopPxzzmEa1fSQHsy5+BKn939ndRIPpal5Q5CYg==","fileCount":14,"unpackedSize":88507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbevPJCRA9TVsSAnZWagAAFBsP/jE6XW/18ZORmJJI9R7u\nLmfbrem6tKsLb+CCC3hQNx3Zhk/PlgqWjV/xrLhfEvvy4DtI0IxrqMRvZSSC\ndmOyJALf54Cb4LZQbP9PUYfxfJo04BESgZXog4Z2d7lFzREpxT1WC+UtYauX\nJX4omXRJeKqNnr0tuTH5cKmKS072yCCjVI56crnNIPYihY9847zaVODdsbZg\nUKMEYNa/7WFYDhO/KTXQYl72gwV7LiVx46aCjAiHVAegoLVum4avlTSFcD7D\nmfYS4E1/gI1MIOoCq2y4BaZTVfX9jWmlkPOezpAEQ2VghBohDh7YRA3DOQ3b\nn7rJyEaa/nOKkBVAAuDDhjeUQYm9hEpWqd6A1DKzaw01Mc4Psp2xR8ZsOFMW\na7fCiJwZcW4DF0Mj5ypbdKnftd1B+vS8Ir8M+Bn5bCsx0RPRX2h5+cDTzNQh\n8kQVInuSG70bnDaFS/C8KffxalLVVhegYW46Af/MEnygUGy1YrjWWifM+1wO\n2+XTGPSl7PYMhKkuLUUM6ny2by1tMrmf6nJlo7iIOYZ5yQmCBmi/prDQsTwU\n7ZhnlFnmTeH3q8eYHvtfubKSby73qrMHzjsaKmBTlDni1kw/Fa/rwCltJ0ms\nsbsKlwdCoDSdOQk7L2Zte6bnhjkdWqIetqT6CIwwWBIBA0lsPSATZc02Cbxl\nt186\r\n=VUnS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNwb0a1jUMi0T65FNN08HlHDGj0EZNUsSU7E0kQWUNRQIhAKRvlzVA2EcBtKD+QltjiH+6TkwVAj9Dcd7SqWUrdVIm"}]},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"_npmUser":{"name":"pedronauck","email":"pedronauck@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/reworm_0.1.0_1534784456815_0.7270519228243093"},"_hasShrinkwrap":false},"1.0.0":{"name":"reworm","version":"1.0.0","description":"The simplest way to manage your state","license":"MIT","main":"dist/reworm.umd.js","module":"dist/reworm.es5.js","typings":"dist/types/reworm.d.ts","files":["dist/","package.json","README.md"],"author":{"name":"Pedro Nauck","email":"pedronauck@gmail.com"},"repository":{"type":"git","url":"git@github.com/pedronauck/reworm.git"},"engines":{"node":">=6.0.0"},"scripts":{"lint":"tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"tsc --module commonjs && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","test":"jest","test:watch":"jest --watch","test:prod":"npm run lint && npm run test -- --coverage --no-cache","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","release":"np","precommit":"lint-staged"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"},"validate-commit-msg":{"types":"conventional-commit-types","helpMessage":"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"}},"jest":{"setupFiles":["<rootDir>/tools/test-setup.ts"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"verbose":true,"collectCoverage":true,"testURL":"http://localhost/","testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|jsx?|jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"],"setupTestFrameworkScriptFile":"./node_modules/jest-enzyme/lib/index.js","unmockedModulePathPatterns":["react","enzyme","jest-enzyme"]},"dependencies":{"callbag-observe":"^1.0.0","callbag-subject":"^1.0.2","deepmerge":"^2.1.1","fast-deep-equal":"^2.0.1","react":"^16.4.2","react-dom":"^16.4.2"},"peerDependencies":{"react":"^16.2.0","react-dom":"^16.2.0"},"devDependencies":{"@types/jest":"^22.0.0","@types/node":"^10.7.1","@types/react":"^16.4.11","@types/react-dom":"^16.0.7","colors":"^1.1.2","commitizen":"^2.9.6","coveralls":"^3.0.0","cross-env":"^5.0.1","cz-conventional-changelog":"^2.0.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^0.14.0","jest":"^22.0.2","jest-enzyme":"^6.0.3","lint-staged":"^7.1.3","lodash.camelcase":"^4.3.0","np":"^3.0.4","prettier":"^1.13.4","prompt":"^1.0.0","replace-in-file":"^3.0.0-beta.2","rimraf":"^2.6.1","rollup":"^0.59.2","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-json":"^3.0.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-typescript2":"^0.11.1","ts-jest":"^22.0.0","ts-node":"^6.0.0","tslint":"^5.8.0","tslint-config-prettier":"^1.1.0","tslint-config-standard":"^7.0.0","typescript":"^2.6.2","validate-commit-msg":"^2.12.2"},"licenseText":"MIT License\n\nCopyright (c) 2018 Pedro Nauck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"reworm@1.0.0","dist":{"shasum":"007af5743027b6815ddcf08e191a15be9d0857a9","tarball":"https://registry.npmjs.org/reworm/-/reworm-1.0.0.tgz","integrity":"sha512-trye/yIb9bbVUtQ7kMP1TnTiKDXH2JYnpmLuR9pFCImC9Kad1e2/9lwfeWcakvF/KDSPUyIO7YxFZaNXJtsVLg==","fileCount":14,"unpackedSize":56157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfFTFCRA9TVsSAnZWagAAPygP/1xCRAagBjZLnvkCbITw\netvlBhoBtfz//5gSy7M0iTQAQbJutf8IRYGtUpLOAF69nXDI1To11nu2WJUL\nd4RxwMWVz3WwoZdBf3+PjVyJW+kpyUYYavPO0JC7axcfKfPFCAKKcBZTdKyh\nXsiJPsQpIwplO0/3T+4Oy+kJMYsxEfPaxboHwJWDeXXcr7ZIlR9bB7Fkf7IL\nfuuucDu8mNKxVqy5aTJTgdmkJPWgsjwxOBWU1Qj3VpGBOAe2nJxBGFzeDqpA\nZP9SjZogMjGT9VKxOtuCBibwGvx4ZU3fqfN04wj2DLg/UKHglqvzlv972q1m\nANVMFXE7htIxpFa8RP9lNocPrYhu9xnHHLM24uNoQm1r0vvcSjtvLvKsTvff\nHHtjGNddOouBBGsLQc9i0PQzvgE0R9XluWbYakOsECCEr+j/Mnuhd6KfNCys\n80TjkXn3ti4ZGHqTsPvqSp5T8/dLAUWGjExYd7ttRhImE2vx2XyaX5IOGyq0\ng7RjHebR9F6xfCR3SUalUCgz8uDKd8UGwha2yoy98iLKpef+LebiE/Tj35cR\neWhRFsdhIcoqIOtDPS6r2QrooKYbqRLkM9utX75Fb9A4039sSnaSiM0Mzx6k\n3ZJXivj81e6048mxLI4Dd7pUPXasXiBGhNIDvDbMZGKlnTaXkyCpksQXPPlo\n5Z44\r\n=htde\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH3ZcVaFAAK6LBscBoeBtFKkznxBfdB7czxB5U8lp8FbAiEAiIl+dTP12N+ZvMGsOZ7FqwnWgGzHpHWqG3EPQQITNCQ="}]},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"_npmUser":{"name":"pedronauck","email":"pedronauck@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/reworm_1.0.0_1534874820790_0.4388620609462175"},"_hasShrinkwrap":false},"1.0.1":{"name":"reworm","version":"1.0.1","description":"The simplest way to manage your state","license":"MIT","main":"dist/reworm.umd.js","module":"dist/reworm.es5.js","typings":"dist/types/reworm.d.ts","files":["dist/","package.json","README.md"],"author":{"name":"Pedro Nauck","email":"pedronauck@gmail.com"},"repository":{"type":"git","url":"git@github.com/pedronauck/reworm.git"},"engines":{"node":">=6.0.0"},"scripts":{"lint":"tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"tsc --module commonjs && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","test":"jest","test:watch":"jest --watch","test:prod":"npm run lint && npm run test -- --coverage --no-cache","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","release":"np","precommit":"lint-staged"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"},"validate-commit-msg":{"types":"conventional-commit-types","helpMessage":"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"}},"jest":{"setupFiles":["<rootDir>/tools/test-setup.ts"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"verbose":true,"collectCoverage":true,"testURL":"http://localhost/","testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|jsx?|jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"],"setupTestFrameworkScriptFile":"./node_modules/jest-enzyme/lib/index.js","unmockedModulePathPatterns":["react","enzyme","jest-enzyme"]},"dependencies":{"callbag-observe":"^1.0.0","callbag-subject":"^1.0.2","deepmerge":"^2.1.1","fast-deep-equal":"^2.0.1","react":"^16.4.2","react-dom":"^16.4.2"},"peerDependencies":{"react":"^16.2.0","react-dom":"^16.2.0"},"devDependencies":{"@types/jest":"^22.0.0","@types/node":"^10.7.1","@types/react":"^16.4.11","@types/react-dom":"^16.0.7","colors":"^1.1.2","commitizen":"^2.9.6","coveralls":"^3.0.0","cross-env":"^5.0.1","cz-conventional-changelog":"^2.0.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^0.14.0","jest":"^22.0.2","jest-enzyme":"^6.0.3","lint-staged":"^7.1.3","lodash.camelcase":"^4.3.0","np":"^3.0.4","prettier":"^1.13.4","prompt":"^1.0.0","replace-in-file":"^3.0.0-beta.2","rimraf":"^2.6.1","rollup":"^0.59.2","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-json":"^3.0.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-typescript2":"^0.11.1","ts-jest":"^22.0.0","ts-node":"^6.0.0","tslint":"^5.8.0","tslint-config-prettier":"^1.1.0","tslint-config-standard":"^7.0.0","typescript":"^2.6.2","validate-commit-msg":"^2.12.2"},"licenseText":"MIT License\n\nCopyright (c) 2018 Pedro Nauck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"reworm@1.0.1","dist":{"shasum":"4d4c6f532f9819b04eb601f714dad7a78188192a","tarball":"https://registry.npmjs.org/reworm/-/reworm-1.0.1.tgz","integrity":"sha512-mdJxGVzTEJP13CJI9d1Y93jcYbp9SUVACHvXlWAG/4aZtKz8ls+TZuKXWON8VKXLmoTFWQ6ogYqiEgYT4tGcIA==","fileCount":14,"unpackedSize":56157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfHo3CRA9TVsSAnZWagAAcasP/iI55YCmeid+dcqw68mN\nkwLopo9zc/iIbd0z8D2albK+OucVOdlCLloScMWBjXtodjhB2SXo0HaRgCjT\n+ka1MsE5IH+RSxwwm8J8L+utTRm+IQbMYjlRzgaL8/o1un57lFSG5Ddrxh24\nZTWqM4IDYs/kyP4tgcSMUmgrm+wQMZ62WJcC7GwYWEJpMa5A+45x20lkmkMo\nWTvb0NqbYxow2772DSZgaHmZU4iqJRnb4aX/FIqB4BqDfjqAAkVgYItQCy1V\nKqqAftmOWMfO2ZfNB+CJ1taA8sT8rBBaOCtfB9IhhaapQprfsIkP7bjlfXbo\nBd2bNAnOFGI5Wlru8vU0yWwvypWuXayO0YU4n7Ht4tTy9szP4iQTeGCJzRcS\no0SyhzMAWDrjMkhA561vL9Y7e3OUHPjoWxPBYUNB8OvdzVWxqI9VQFM+4UsX\ngycN8Z8mW3huZhOEr2Faye9rPyuTit2rWh1MjHOjD9GbmbNpUElvpNK/aJ0+\nYxdqb/UAPDMAhSXeryrU4qrYGjVP5Ody7yvTCY7qGc50bl+eQqMYFrltVODf\npeBJ2hQffDeOz6He6SUbLx1Fs0Fj94RWpJhAOjWwFzdXXEVSREQO9MsYXEPj\nOmkd1fpPYbU3nokbczvq7KPmN9DgQBS6xZiETDfy8EO/MPbQEbgqJHHJAkjb\nzkjX\r\n=D6fZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGGjVKKysYUgqct/pzEnHVx2HQjT7D4iGj9DQdag6CvEAiEA4qkuZ1adFXCr7nn8C9eu548s/irczAIFUGyEKdovEF8="}]},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"_npmUser":{"name":"pedronauck","email":"pedronauck@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/reworm_1.0.1_1534884406975_0.6399197882553838"},"_hasShrinkwrap":false},"1.0.2":{"name":"reworm","version":"1.0.2","description":"The simplest way to manage your state","license":"MIT","main":"dist/reworm.umd.js","module":"dist/reworm.es5.js","typings":"dist/types/reworm.d.ts","files":["dist/","package.json","README.md"],"author":{"name":"Pedro Nauck","email":"pedronauck@gmail.com"},"repository":{"type":"git","url":"git@github.com/pedronauck/reworm.git"},"engines":{"node":">=6.0.0"},"scripts":{"lint":"tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"tsc --module commonjs && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","test":"jest","test:watch":"jest --watch","test:prod":"npm run lint && npm run test -- --coverage --no-cache","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","release":"np","precommit":"lint-staged"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"},"validate-commit-msg":{"types":"conventional-commit-types","helpMessage":"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"}},"jest":{"setupFiles":["<rootDir>/tools/test-setup.ts"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"verbose":true,"collectCoverage":true,"testURL":"http://localhost/","testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|jsx?|jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"],"setupTestFrameworkScriptFile":"./node_modules/jest-enzyme/lib/index.js","unmockedModulePathPatterns":["react","enzyme","jest-enzyme"]},"dependencies":{"callbag-observe":"^1.0.0","callbag-subject":"^1.0.2","deepmerge":"^2.1.1","fast-deep-equal":"^2.0.1","react":"^16.4.2","react-dom":"^16.4.2"},"peerDependencies":{"react":"^16.2.0","react-dom":"^16.2.0"},"devDependencies":{"@types/jest":"^22.0.0","@types/node":"^10.7.1","@types/react":"^16.4.11","@types/react-dom":"^16.0.7","colors":"^1.1.2","commitizen":"^2.9.6","coveralls":"^3.0.0","cross-env":"^5.0.1","cz-conventional-changelog":"^2.0.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^0.14.0","jest":"^22.0.2","jest-enzyme":"^6.0.3","lint-staged":"^7.1.3","lodash.camelcase":"^4.3.0","np":"^3.0.4","prettier":"^1.13.4","prompt":"^1.0.0","replace-in-file":"^3.0.0-beta.2","rimraf":"^2.6.1","rollup":"^0.59.2","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-json":"^3.0.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-typescript2":"^0.11.1","ts-jest":"^22.0.0","ts-node":"^6.0.0","tslint":"^5.8.0","tslint-config-prettier":"^1.1.0","tslint-config-standard":"^7.0.0","typescript":"^2.6.2","validate-commit-msg":"^2.12.2"},"licenseText":"MIT License\n\nCopyright (c) 2018 Pedro Nauck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"reworm@1.0.2","dist":{"shasum":"b133e545fcfbc2457b6820298e712a3e476cf8fa","tarball":"https://registry.npmjs.org/reworm/-/reworm-1.0.2.tgz","integrity":"sha512-ltYn50zW0Li+9LWujobML0vtlex6DT0wH6dgZh/aO62oTnHRlDsC+ZogjpfZbNBrxPszSGJjJrAHPt8x//erfA==","fileCount":14,"unpackedSize":56145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfKjZCRA9TVsSAnZWagAA78UQAKToqsZYlc+L8rZe0Pmm\nLdWmcDPPQZnLcsCc48O1FgPcb88JVD5ImbG6YHeJir6OudSIsG6gIQWA76pc\nWnpXP1oki5cPnaCJYm2ZNCjfS3b7xln23JMYy04Z0vXUJ+4jpVcEjs0BmI0T\nFcBtQIZj9k3g/597mKNHEQ7CilsZJdcmFiLz7C23tcj/I4hg2WRYbv9z40lf\nQwXOTCm+i9dLntcq78fd/oDtMnxTjj/s4keZKZOAu4KD9R7itW1OJ28iii+P\nXQe4bGB6ibK/yeM5FJ1IXYyg+q/FvhK0RLDgtks40y4r4vu8nwIVmTrz2MS+\n6opqy/4hL58XXZnnvQVQCD/aik2hNcIVuuahQccM2W8GxKIJspniEsY1DfsP\nL04PwgoACiiyi2r6yjgVs09qMAJoVdQQ2+7O4NrEtSIvC8lHkOgohpE6pdD1\n+4M7Eh19eJpctDbyaoCHMVz3VSltGD9o65SH5aACfIpYsfnm0H9x8SPl9q3p\nTX/VHg4pJ7jRqcgjJ7V12lFf36kKCcZmmhIKkoivPNpw3pxpgY/jqNFhghZd\nymC0f8TaVVpwiSdYTomo0bcwc/v7A2dNLKUDJRiEveY0hA4qP0OrRX/Y4H2W\n0gOWHGmyr51QslMAZm7F944cEdutCBkzczd58nmMfvxA8IJu9qYUZOrLbMxr\nBdI+\r\n=JHbj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHd/Wxtz2aHEAFSoH+FillM1KwgSdjX5y6Te808a4OoAIgBjJX4QY4ijOOMAGbrgwlxvZq4T+F4u13A44tnw6IVlU="}]},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"_npmUser":{"name":"pedronauck","email":"pedronauck@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/reworm_1.0.2_1534896344711_0.10450412750118443"},"_hasShrinkwrap":false},"1.0.3":{"name":"reworm","version":"1.0.3","description":"The simplest way to manage your state","license":"MIT","main":"dist/reworm.umd.js","module":"dist/reworm.es5.js","typings":"dist/types/reworm.d.ts","files":["dist/","package.json","README.md"],"author":{"name":"Pedro Nauck","email":"pedronauck@gmail.com"},"repository":{"type":"git","url":"git@github.com/pedronauck/reworm.git"},"engines":{"node":">=6.0.0"},"scripts":{"lint":"tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"tsc --module commonjs && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","test":"jest","test:watch":"jest --watch","test:prod":"npm run lint && npm run test -- --coverage --no-cache","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","release":"np","precommit":"lint-staged"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"},"validate-commit-msg":{"types":"conventional-commit-types","helpMessage":"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"}},"jest":{"setupFiles":["<rootDir>/tools/test-setup.ts"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"verbose":true,"collectCoverage":true,"testURL":"http://localhost/","testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|jsx?|jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"],"setupTestFrameworkScriptFile":"./node_modules/jest-enzyme/lib/index.js","unmockedModulePathPatterns":["react","enzyme","jest-enzyme"]},"dependencies":{"callbag-observe":"^1.0.0","callbag-subject":"^1.0.2","fast-deep-equal":"^2.0.1","react":"^16.4.2","react-dom":"^16.4.2"},"peerDependencies":{"react":"^16.2.0","react-dom":"^16.2.0"},"devDependencies":{"@types/jest":"^22.0.0","@types/node":"^10.7.1","@types/react":"^16.4.11","@types/react-dom":"^16.0.7","colors":"^1.1.2","commitizen":"^2.9.6","coveralls":"^3.0.0","cross-env":"^5.0.1","cz-conventional-changelog":"^2.0.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^0.14.0","jest":"^22.0.2","jest-enzyme":"^6.0.3","lint-staged":"^7.1.3","lodash.camelcase":"^4.3.0","np":"^3.0.4","prettier":"^1.13.4","prompt":"^1.0.0","replace-in-file":"^3.0.0-beta.2","rimraf":"^2.6.1","rollup":"^0.59.2","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-json":"^3.0.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-typescript2":"^0.11.1","ts-jest":"^22.0.0","ts-node":"^6.0.0","tslint":"^5.8.0","tslint-config-prettier":"^1.1.0","tslint-config-standard":"^7.0.0","typescript":"^2.6.2","validate-commit-msg":"^2.12.2"},"licenseText":"MIT License\n\nCopyright (c) 2018 Pedro Nauck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"reworm@1.0.3","dist":{"shasum":"9ba56e71134711040388cf685c6e72352c0a04fb","tarball":"https://registry.npmjs.org/reworm/-/reworm-1.0.3.tgz","integrity":"sha512-5rPf3MfVYRLxwD+A5glTXbeFRS1yHi0zSBx/lBxoqsV7BoVhyn5ev5MB4cJ/GzvgZECa/eYBhht+RCn4x4Ma4g==","fileCount":14,"unpackedSize":56118,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfK4fCRA9TVsSAnZWagAAkhUP+gM/sFg4MzrY8uDJEI8I\n05gYmUC+Wh5h/CVU7Oo4X/q3QCdiWXxI0AA+GE+Fwfn9s+AVBRNzJKN7iLnQ\nBpdQu6MoUNe+nZjBYFiFzwqaNregrzu+IEFDfXzQ/urQB5N23oRN8MsZU8oN\no6+97Epi95uzShWb2CHKerCBrHiFRAiZHLj31ofKiT4oVeb4eMQcqY/g2DAo\ns1MxeE/c8Dqgz4mrln7zawjxW0n3td9GIAGzJ9gvitxTZhJXMQADSqx9ZZ2Y\n4EtZNgMkTfrWqLXnnyPVbWW0oTeDvb7pnsaH+R2GEk5nqgJxpWCSRQCxtiQ1\n9HCzoKOIySSXTF//pzJ3M+zn7cumfzFAQqynyJsuysGLFyEVcVkQes8TPekf\nvi20n90PVyZKihy+szbLG43X7uHc98/b74A5c/eNGk+5RFP8iZpiBDAvczJu\nU130J2xShuTUsMXTez9ujYQj3mO8Pmv7Ee5LCjzcV3//mHbsFHIdItMa59Vc\nVBcVvG8GDXzBuPhaf2RJ35V6Zt9fScxo9eNohPWohZdokdsc67rpV41XqmX7\nA4LVr/E3R5Bf7eWvY4pR8dTQmftjckPEddq1t+WHyzEoolQtvj0mPqyj3sf5\nXjFdXc5KbCJiy0julSA3J/tkorNP+Fq+wGDLYWf7wHYHF+RZbRLwVe2KoVST\n4UiO\r\n=2cHT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDS5F3zMPtNYmU2i+iMD6idcDcp3ZdfaqHALhEbGkv04gIhANLSxQBLRNT8P+qSgvSQJN9/hkCu1OGh9i3mEOqemVxv"}]},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"_npmUser":{"name":"pedronauck","email":"pedronauck@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/reworm_1.0.3_1534897695199_0.15706650033562974"},"_hasShrinkwrap":false},"1.0.4":{"name":"reworm","version":"1.0.4","description":"The simplest way to manage your state","license":"MIT","main":"dist/reworm.umd.js","module":"dist/reworm.es5.js","typings":"dist/types/reworm.d.ts","files":["dist/","package.json","README.md"],"author":{"name":"Pedro Nauck","email":"pedronauck@gmail.com"},"repository":{"type":"git","url":"git@github.com/pedronauck/reworm.git"},"engines":{"node":">=6.0.0"},"scripts":{"lint":"tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"tsc --module commonjs && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","test":"jest","test:watch":"jest --watch","test:prod":"npm run lint && npm run test -- --coverage --no-cache","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","prerelease":"yarn build","release":"np","precommit":"lint-staged"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"},"validate-commit-msg":{"types":"conventional-commit-types","helpMessage":"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"}},"jest":{"setupFiles":["<rootDir>/tools/test-setup.ts"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"verbose":true,"collectCoverage":true,"testURL":"http://localhost/","testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|jsx?|jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"],"setupTestFrameworkScriptFile":"./node_modules/jest-enzyme/lib/index.js","unmockedModulePathPatterns":["react","enzyme","jest-enzyme"]},"dependencies":{"callbag-observe":"^1.0.0","callbag-subject":"^1.0.2","fast-deep-equal":"^2.0.1","react":"^16.4.2","react-dom":"^16.4.2"},"peerDependencies":{"react":"^16.2.0","react-dom":"^16.2.0"},"devDependencies":{"@types/jest":"^22.0.0","@types/node":"^10.7.1","@types/react":"^16.4.11","@types/react-dom":"^16.0.7","colors":"^1.1.2","commitizen":"^2.9.6","coveralls":"^3.0.0","cross-env":"^5.0.1","cz-conventional-changelog":"^2.0.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^0.14.0","jest":"^22.0.2","jest-enzyme":"^6.0.3","lint-staged":"^7.1.3","lodash.camelcase":"^4.3.0","np":"^3.0.4","prettier":"^1.13.4","prompt":"^1.0.0","replace-in-file":"^3.0.0-beta.2","rimraf":"^2.6.1","rollup":"^0.59.2","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-json":"^3.0.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-typescript2":"^0.11.1","ts-jest":"^22.0.0","ts-node":"^6.0.0","tslint":"^5.8.0","tslint-config-prettier":"^1.1.0","tslint-config-standard":"^7.0.0","typescript":"^2.6.2","validate-commit-msg":"^2.12.2"},"licenseText":"MIT License\n\nCopyright (c) 2018 Pedro Nauck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"reworm@1.0.4","dist":{"shasum":"820987f546925ad85b0a0a5ef274a00bf6fc2174","tarball":"https://registry.npmjs.org/reworm/-/reworm-1.0.4.tgz","integrity":"sha512-BUaRS7Q69gYyn2VJsYmnyeD4tMa9XdZE42Buoj+4B1AIAwI/djmk46X6XYFeDBg/DNFFfY09W4LqxcpUiJ2hKg==","fileCount":14,"unpackedSize":41479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfLAKCRA9TVsSAnZWagAAzEgP/j8dREggGRjJwRZkWiue\neVW75y5qzm001FN3e66pC+4Eaw3DvGePq/sM4IZKxU/WI1jTgiNES2+/1gQ6\nF+HEtiG9olonxMAuBh/YJDlad5lSbSL/Yh2F1YHyemnrG6fivssUsUfy6OIG\nRYj+MVTJjQqBNGsHlmXoYgiY3Rt5r5IXSUETlh/ijB5A4AXJUvcYhFucOuWZ\nY8Ppo4RYaG3azat9ss1U4h2D1eS87qN5EueYdFDhz2A3ChlVR2FaL/+LCAam\nbeVB4gAQcufatMvd+OgQHbRVE1hgZWOlCljiC3DqxiSxYdKMOE8I97xFzHom\nFcD62Yw8Bp+GOoqacIeEYth0Z6sZTjig8Idox7Rck68QMyBHggpeTvzOIG71\nhdG4GMQoSCH+S39Vv81xSg29YF7Ooi5kRP+gddLH9UMp6DcatNZ4XyT5Ms0n\n2b7jzCwaYvlM3rLQw/c1jpNUY4aBLbNfQkj6246omXKGSPTo1oEgNP9B+2iS\nSwPjRVyXacS0M+5f8Vqx23KhvcaYGi490wtPVlNNcRlE+gWBC7evBJH6vMAu\nrauPiMLix5Yf/c+UWgkRtCv/Zuk39mpyDczA2QWCHmuB8J1zDwgHDtGmVVUb\n85Fd2qWMM/dAceMGhR8kU8Y4GOCG2VaNmlNUgSDc8teWW/no3jnXjOV4ITKb\nkqZi\r\n=MSMa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAnXoMx4/CLbS36EsnQ2W0i91mj4yO1U7lQSf+pualz6AiBaCveBOp6dUcd3jY7qh8bnZg4wOoTQkoexcTA2kF+L2g=="}]},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"_npmUser":{"name":"pedronauck","email":"pedronauck@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/reworm_1.0.4_1534898185622_0.5197065988077332"},"_hasShrinkwrap":false},"2.0.0":{"name":"reworm","version":"2.0.0","description":"The simplest way to manage your state","license":"MIT","main":"dist/reworm.umd.js","module":"dist/reworm.es5.js","typings":"dist/types/reworm.d.ts","author":{"name":"Pedro Nauck","email":"pedronauck@gmail.com"},"repository":{"type":"git","url":"git@github.com/pedronauck/reworm.git"},"engines":{"node":">=6.0.0"},"scripts":{"lint":"tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"tsc --module commonjs && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","test":"jest","test:watch":"jest --watch","test:prod":"npm run lint && npm run test -- --coverage --no-cache","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","prerelease":"yarn build","release":"np","precommit":"lint-staged"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"},"validate-commit-msg":{"types":"conventional-commit-types","helpMessage":"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"}},"jest":{"setupFiles":["<rootDir>/tools/test-setup.ts"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"verbose":true,"collectCoverage":true,"testURL":"http://localhost/","testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|jsx?|jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"],"setupTestFrameworkScriptFile":"./node_modules/jest-enzyme/lib/index.js","unmockedModulePathPatterns":["react","enzyme","jest-enzyme"]},"dependencies":{"create-react-context":"^0.2.3","fast-deep-equal":"^2.0.1","react":"^16.4.2","react-dom":"^16.4.2","ulid":"^2.3.0"},"peerDependencies":{"react":"^16.2.0","react-dom":"^16.2.0"},"devDependencies":{"@types/jest":"^22.0.0","@types/node":"^10.7.1","@types/react":"^16.4.11","@types/react-dom":"^16.0.7","colors":"^1.1.2","commitizen":"^2.9.6","coveralls":"^3.0.0","cross-env":"^5.0.1","cz-conventional-changelog":"^2.0.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^0.14.0","jest":"^22.0.2","jest-enzyme":"^6.0.3","lint-staged":"^7.1.3","lodash.camelcase":"^4.3.0","np":"^3.0.4","prettier":"^1.13.4","prompt":"^1.0.0","replace-in-file":"^3.0.0-beta.2","rimraf":"^2.6.1","rollup":"^0.59.2","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-json":"^3.0.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-typescript2":"^0.11.1","ts-jest":"^22.0.0","ts-node":"^6.0.0","tslint":"^5.8.0","tslint-config-prettier":"^1.1.0","tslint-config-standard":"^7.0.0","typescript":"^2.6.2","validate-commit-msg":"^2.12.2"},"licenseText":"MIT License\n\nCopyright (c) 2018 Pedro Nauck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"reworm@2.0.0","dist":{"shasum":"adf30e1edc3c3b995aab961d13afdc1525404746","integrity":"sha512-ibYE1K5RCQLAIg0WuB63AKr8n4Ay6RYa8nQDEpeUcCt3rBmX9vDr+HwlLtQUzMQEYU6C3bQ/v80MlAMrAMpd7A==","tarball":"https://registry.npmjs.org/reworm/-/reworm-2.0.0.tgz","fileCount":14,"unpackedSize":126510,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbt/njCRA9TVsSAnZWagAAt/QP/0HYOIHyovtNLqLRCn4H\n0ADmsimAHVmwSs/olP+6M+MKWyQkrFihtilVXzAamGBUdTSler/gliTClN6k\n3suolv4/jfx7UBtNNxvARESvnljyQdVVj5sD6FYXSyfJrwQDwJjo6+5m+uvK\n2tpNka+MxDfdgN2OJpuVsYcibbqorjeKk10xsp+mROda6J+gXnjVlvAc1Y3S\n2dxnWNwAonw2mbFnHP5FCxw33xesAVwXQHONbdkG6G1kjxNOFQeXfXLiMCPZ\n5INb6Yb3IIRtODP3p7hk5Q7HYGPLgYV1rbQnXefM8DoSjlMLnUxh9k5JuzfA\nvwd1hb4eUeOn1BOHIxsLXVwCvEvhc69fnV1RTk7n84VXNcjK+HQkK34F35Uz\nRMYpRNeWBx6yh5zSJ44/N/Nk3RU3E68p+bdKBOSs2lXE5otkzAuxEienDWq2\neDb1v9ifupmP24WinuF5ojooNqVwHAdnQ2UF53qGNZt5Z90ue37H0j/ppTFd\nl6RnVNQWGjaLhD842qJV4xkx7EaQQmbrZJQK/HsgEFmcyYf5Bmd7w2E0wZte\nJF9sZm9xlpFhZoXizBIwqU7ggb5dC/2FwjbZDbGymUiYPL8UMNHhEeS8622F\nB7IlByt7ySXW38XrzRIavFa1npY0PLg76kg0HCD6hpcqkJXOUtS8oNWajvRo\nB3aR\r\n=Sv9Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICz+BUhwtZp7Kx6c+r8VmtF3tWVkblDV22uk6GyLMZb/AiA+u72OHnDlYw67xLjOxuSj0RHibQDbutQZa6pW6b468g=="}]},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"_npmUser":{"name":"pedronauck","email":"pedronauck@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/reworm_2.0.0_1538783715119_0.972854266965681"},"_hasShrinkwrap":false},"2.0.1":{"name":"reworm","version":"2.0.1","description":"The simplest way to manage your state","license":"MIT","main":"dist/reworm.umd.js","module":"dist/reworm.es5.js","typings":"dist/types/reworm.d.ts","author":{"name":"Pedro Nauck","email":"pedronauck@gmail.com"},"repository":{"type":"git","url":"git@github.com/pedronauck/reworm.git"},"engines":{"node":">=6.0.0"},"scripts":{"lint":"tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"tsc --module commonjs && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","test":"jest","test:watch":"jest --watch","test:prod":"npm run lint && npm run test -- --coverage --no-cache","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","prerelease":"yarn build","release":"np","precommit":"lint-staged"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"},"validate-commit-msg":{"types":"conventional-commit-types","helpMessage":"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"}},"jest":{"setupFiles":["<rootDir>/tools/test-setup.ts"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"verbose":true,"collectCoverage":true,"testURL":"http://localhost/","testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|jsx?|jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"],"setupTestFrameworkScriptFile":"./node_modules/jest-enzyme/lib/index.js","unmockedModulePathPatterns":["react","enzyme","jest-enzyme"]},"dependencies":{"create-react-context":"^0.2.3","fast-deep-equal":"^2.0.1","react":"^16.4.2","react-dom":"^16.4.2","ulid":"^2.3.0"},"peerDependencies":{"react":"^16.2.0","react-dom":"^16.2.0"},"devDependencies":{"@types/jest":"^22.0.0","@types/node":"^10.7.1","@types/react":"^16.4.11","@types/react-dom":"^16.0.7","colors":"^1.1.2","commitizen":"^2.9.6","coveralls":"^3.0.0","cross-env":"^5.0.1","cz-conventional-changelog":"^2.0.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^0.14.0","jest":"^22.0.2","jest-enzyme":"^6.0.3","lint-staged":"^7.1.3","lodash.camelcase":"^4.3.0","np":"^3.0.4","prettier":"^1.13.4","prompt":"^1.0.0","replace-in-file":"^3.0.0-beta.2","rimraf":"^2.6.1","rollup":"^0.59.2","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-json":"^3.0.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-typescript2":"^0.11.1","ts-jest":"^22.0.0","ts-node":"^6.0.0","tslint":"^5.8.0","tslint-config-prettier":"^1.1.0","tslint-config-standard":"^7.0.0","typescript":"^2.6.2","validate-commit-msg":"^2.12.2"},"licenseText":"MIT License\n\nCopyright (c) 2018 Pedro Nauck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"reworm@2.0.1","dist":{"shasum":"64b0b25b12c8b0d8c65eab3cc9fb595640090e55","integrity":"sha512-50tUVmxgEStwBvuGmp1UHJMaORVXqf9GsYWcab796hbda8vGBCWnnpayH0hzqWo6KFBTifN178m0EDql35bJlQ==","tarball":"https://registry.npmjs.org/reworm/-/reworm-2.0.1.tgz","fileCount":14,"unpackedSize":126466,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbt/wACRA9TVsSAnZWagAAO9AP/3bwBA97WBBJIMGoktor\nIv34KOEPrQmyWCWfa13LXfaBL/J0oOvsfOHAaaXXW17+jmONsRcfdNj1DcqL\nK4PyGsOvmj2huNiguC7pnMYP59NK+mCpnKGiAi9rFhZPFZoxlPGjdQDZTYm0\nHsjg7VuGhCEPKAiLIs08MehcVXEGNfTbxPuwV3oraZJD+lkGWS4+Hd7tJoHp\n2LJHyAI5lgWn0XH7AEwQn3RVd+2Bz/Ma/kMPHVXYZmhMtxo6W3zc8WEJsSX3\ndA4NH2L0LnpNZ/Uw297jne+fiAmsoFZ2zCzrbCmlWYoLdHCmU3y84OWpkVzk\noQ8tAywoma426XxquWUAEwM7o5yRWYI02ayNzqJxKARkpO0+1M5s3j4OnNLr\nfNT+oo44DJQxWWvVBKD1S671dd5BMSeI0CaZYHG6sD8aPrSAra0lkxce+ktz\n/Vtgq7ZhYV6lrIui13XUoh/lP0hnSlR2CUVkLvgMy+xcVH/mAOdDgM64oxZt\ni1z+tAznNfWm94NAtj10RpTc8XVtr/eFk/SGgq1nP9Tfp8fhHz+QiuwRcRir\nBEEeoZJhYZAOvUxxYk/ay9CXR5AGLPVkplRLvHQhZuRN3kUazDDxBLBk/Tij\nf0KOQy9AXaZzkDe2MtzuDFOHbR8+WvvJtPIlqaLm1UwaXPkknxylU7/RED/N\nN8wO\r\n=jr3Y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsZY2+TX4f14Mi3WJpcyJ+6XOZuMDO1yinLnFjmsZHBAIhAN7iuyDH9McSJEWIex7qBYMVfshx5eGuA6uGCFS1KdX6"}]},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"_npmUser":{"name":"pedronauck","email":"pedronauck@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/reworm_2.0.1_1538784255512_0.3311311610887666"},"_hasShrinkwrap":false},"2.0.2":{"name":"reworm","version":"2.0.2","description":"The simplest way to manage your state","license":"MIT","main":"dist/reworm.umd.js","module":"dist/reworm.es5.js","typings":"dist/types/reworm.d.ts","author":{"name":"Pedro Nauck","email":"pedronauck@gmail.com"},"repository":{"type":"git","url":"git@github.com/pedronauck/reworm.git"},"engines":{"node":">=6.0.0"},"scripts":{"lint":"tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"tsc --module commonjs && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","test":"jest","test:watch":"jest --watch","test:prod":"npm run lint && npm run test -- --coverage --no-cache","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","prerelease":"yarn build","release":"np","precommit":"lint-staged"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"},"validate-commit-msg":{"types":"conventional-commit-types","helpMessage":"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"}},"jest":{"setupFiles":["<rootDir>/tools/test-setup.ts"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"verbose":true,"collectCoverage":true,"testURL":"http://localhost/","testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|jsx?|jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"],"setupTestFrameworkScriptFile":"./node_modules/jest-enzyme/lib/index.js","unmockedModulePathPatterns":["react","enzyme","jest-enzyme"]},"dependencies":{"create-react-context":"^0.2.3","fast-deep-equal":"^2.0.1","react":"^16.4.2","react-dom":"^16.4.2","ulid":"^2.3.0"},"peerDependencies":{"react":"^16.2.0","react-dom":"^16.2.0"},"devDependencies":{"@types/jest":"^22.0.0","@types/node":"^10.7.1","@types/react":"^16.4.11","@types/react-dom":"^16.0.7","colors":"^1.1.2","commitizen":"^2.9.6","coveralls":"^3.0.0","cross-env":"^5.0.1","cz-conventional-changelog":"^2.0.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^0.14.0","jest":"^22.0.2","jest-enzyme":"^6.0.3","lint-staged":"^7.1.3","lodash.camelcase":"^4.3.0","np":"^3.0.4","prettier":"^1.13.4","prompt":"^1.0.0","replace-in-file":"^3.0.0-beta.2","rimraf":"^2.6.1","rollup":"^0.59.2","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-json":"^3.0.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-typescript2":"^0.11.1","ts-jest":"^22.0.0","ts-node":"^6.0.0","tslint":"^5.8.0","tslint-config-prettier":"^1.1.0","tslint-config-standard":"^7.0.0","typescript":"^2.6.2","validate-commit-msg":"^2.12.2"},"licenseText":"MIT License\n\nCopyright (c) 2018 Pedro Nauck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"reworm@2.0.2","dist":{"shasum":"59b7029eac4e4f15b3592c52c3e834082621fa79","integrity":"sha512-PUXtQC7T/DEgKsSdJdO635AK4vtyDMFBinBS0gkmRvotfucl/nj7z3zaor2awnO9Htx3R6AKD0sEjZQFdjYwmA==","tarball":"https://registry.npmjs.org/reworm/-/reworm-2.0.2.tgz","fileCount":14,"unpackedSize":126724,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbt/28CRA9TVsSAnZWagAAKIUQAI5aTfAO0OG1UByOix4r\nuPdxTQfkyJHE71QNIqqTbNKBaj3tAvI0ZO8S9Ic+rz8J7WKjcj+OlQrWknQs\nybbNEPxEv6LI5UK9FTTOe2JAMP2zDwDRWKBblL4opgBVFPk6zsyAHlppTZrW\nje4b8Nr9H3RMiT8lqMGW+erhcHkgU1j5mwgpoSoPNgRZd0O2B9chaROFJ1pz\nrkXcaATE1R0RqGVRurqKI6zfFBNknAc2p/c9ntmdy+GahYVXT96rMOe0QS7L\n+jAtGBznkj4A1F6B8Nossll5ESwNJkKdhfzagYQf33xy2xjDC2ddqVO1K77M\nqD80qhhbhjazbsQWcoyS7qcqgrjClMLH0VdL4HrM4L0KD211jfsJvD86dN9g\nL98sHJ8aW/iR93+JwnKbjEvxZ2fWAj5Tu42AUynttRxTvKeYS8VeFoZ0i2VV\nX1N2NHDCfK1M1r2cj40B5urTgH/LvUY4w/1zpRFtWX6lTaTWCGAipnADPj3z\nZetduxToWlLuoyCMMywAk++f/JiDEdREsvqeMylXhKv94zR8AdABKTP7D7fH\nl064QSSBtbS0/OJbRkPevrPyqHjXUicpqi24tpmNM18KPY9kFrPYiCYv6xsE\n5Ilc3cXcJnwWH8TkwyX2RHaWiVZkpW8dZsyaaI7xQGT/D95/b1/WhownW1yr\nzj28\r\n=ivSE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDidIZxT/3c5EDT6ZSx3M2DSKIfPgqcBiraVeXiQgU9fQIhANveORykSeqFp9eS0t66xXK6bvaJdZPPctdejGqKQqhH"}]},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"_npmUser":{"name":"pedronauck","email":"pedronauck@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/reworm_2.0.2_1538784699631_0.9546128411317947"},"_hasShrinkwrap":false},"2.1.0":{"name":"reworm","version":"2.1.0","description":"The simplest way to manage your state","license":"MIT","main":"dist/reworm.umd.js","module":"dist/reworm.es5.js","typings":"dist/types/reworm.d.ts","author":{"name":"Pedro Nauck","email":"pedronauck@gmail.com"},"repository":{"type":"git","url":"git@github.com/pedronauck/reworm.git"},"engines":{"node":">=6.0.0"},"scripts":{"lint":"tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"tsc --module commonjs && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","test":"jest","test:watch":"jest --watch","test:prod":"npm run lint && npm run test -- --coverage --no-cache","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","prerelease":"yarn build","release":"np","precommit":"lint-staged"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"},"validate-commit-msg":{"types":"conventional-commit-types","helpMessage":"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"}},"jest":{"setupFiles":["<rootDir>/tools/test-setup.ts"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"verbose":true,"collectCoverage":true,"testURL":"http://localhost/","testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|jsx?|jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"],"setupTestFrameworkScriptFile":"./node_modules/jest-enzyme/lib/index.js","unmockedModulePathPatterns":["react","enzyme","jest-enzyme"]},"dependencies":{"create-react-context":"^0.2.3","fast-deep-equal":"^2.0.1","react":"^16.4.2","react-dom":"^16.4.2","ulid":"^2.3.0"},"peerDependencies":{"react":"^16.2.0","react-dom":"^16.2.0"},"devDependencies":{"@types/jest":"^22.0.0","@types/node":"^10.7.1","@types/react":"^16.4.11","@types/react-dom":"^16.0.7","colors":"^1.1.2","commitizen":"^2.9.6","coveralls":"^3.0.0","cross-env":"^5.0.1","cz-conventional-changelog":"^2.0.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^0.14.0","jest":"^22.0.2","jest-enzyme":"^6.0.3","lint-staged":"^7.1.3","lodash.camelcase":"^4.3.0","np":"^3.0.4","prettier":"^1.13.4","prompt":"^1.0.0","replace-in-file":"^3.0.0-beta.2","rimraf":"^2.6.1","rollup":"^0.59.2","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-json":"^3.0.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-typescript2":"^0.11.1","ts-jest":"^22.0.0","ts-node":"^6.0.0","tslint":"^5.8.0","tslint-config-prettier":"^1.1.0","tslint-config-standard":"^7.0.0","typescript":"^2.6.2","validate-commit-msg":"^2.12.2"},"licenseText":"MIT License\n\nCopyright (c) 2018 Pedro Nauck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"reworm@2.1.0","dist":{"shasum":"d307e2b910ed8f773721cd22b6ccb09ef4a76bd5","integrity":"sha512-7R1YWteMuXqtvLLFlUbwcucneIfhlUT46anKOxVqMYBzE7ReXzsc0tAIOk+yiR1GO1E6ulJVjBCFvI3FLtrZpQ==","tarball":"https://registry.npmjs.org/reworm/-/reworm-2.1.0.tgz","fileCount":14,"unpackedSize":127107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7GEXCRA9TVsSAnZWagAAzJwP/0flShkeihvOKjJ2o8Pz\nwfKVOvMF2oVz6aSLk8qfLLbwFz70i+gtuPHB7Tqbh0umElS+CMxJVv7kop+m\ne8PPddnXHJfZ4eR/0JIzK4pTAiEOtSuFk7RzOcphJxq4tEBUmAWppdn3Upjg\nztobbI/6o0BHfNZLtbrO9kNeo1PMfaJP572rL9f7xPtPSKX/zoRXxw+w8sSW\nNQq93yfI0Qo8sx49DEic3daXSJcXhIVl6pRNHakvW3WYccyw5V13HmDC/CSV\nRONyjN65V+/RQ8BksF8DNTqUo+ePAABt4gMyGHyi9t5hxm2mSXAHSsX6vbpr\ntit1Zvm5mP2zAY2nOlIrbwi2bl7gjQpi8/NpnYUJNwCyKPffxxdqrqzAf7cx\nXbkqwMH10RSjScMcDJE0UIMfK+eVdYDxhBMSuSiDlCtdWnzffhdySjYtDTiZ\nP9BnnIEPwRx6MMAmbesxcfUlP777eAtjlHxr7JF2uHAIyoojhUAu5PaZelbM\nwgKzGHAuDrgYiHpPDVS3Dkf/dWzp8dIZRPAN+A4aMwORkOzzZYCtVxNK6Cwn\n/Rva3K/caxaFuUmnwwqYRhj9U0ZZrJDeID07OIyXQ7mVk73tZXjfz4BdG8Nf\n0IXJJKvsrIdgPS2JiYBTb3dtKcSvsiOvooCyOmphJEhfUJTRUyofTZ4PBTm+\nww7D\r\n=K8Yt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpMvZIHCKxxT99km7uMMWVF9+ov0MzPz8a5TvfaX39QwIgRvmg4G9NKl614VzI55COGd0W8Htq0DG1SYXbiQpV/Q8="}]},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"_npmUser":{"name":"pedronauck","email":"pedronauck@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/reworm_2.1.0_1542218007140_0.26597969156488954"},"_hasShrinkwrap":false},"2.2.0":{"name":"reworm","version":"2.2.0","description":"The simplest way to manage your state","license":"MIT","main":"dist/reworm.umd.js","module":"dist/reworm.es5.js","typings":"dist/types/reworm.d.ts","author":{"name":"Pedro Nauck","email":"pedronauck@gmail.com"},"repository":{"type":"git","url":"git@github.com/pedronauck/reworm.git"},"engines":{"node":">=6.0.0"},"scripts":{"lint":"tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"tsc --module commonjs && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","test":"jest","test:watch":"jest --watch","test:prod":"npm run lint && npm run test -- --coverage --no-cache","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","prerelease":"yarn build","release":"np","precommit":"lint-staged"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"},"validate-commit-msg":{"types":"conventional-commit-types","helpMessage":"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"}},"jest":{"setupFiles":["<rootDir>/tools/test-setup.ts"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"verbose":true,"collectCoverage":true,"testURL":"http://localhost/","testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|jsx?|jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"],"setupTestFrameworkScriptFile":"./node_modules/jest-enzyme/lib/index.js","unmockedModulePathPatterns":["react","enzyme","jest-enzyme"]},"dependencies":{"create-react-context":"^0.2.3","fast-deep-equal":"^2.0.1","react":"^16.4.2","react-dom":"^16.4.2","ulid":"^2.3.0"},"peerDependencies":{"react":"^16.2.0","react-dom":"^16.2.0"},"devDependencies":{"@types/jest":"^22.0.0","@types/node":"^10.7.1","@types/react":"^16.4.11","@types/react-dom":"^16.0.7","colors":"^1.1.2","commitizen":"^2.9.6","coveralls":"^3.0.0","cross-env":"^5.0.1","cz-conventional-changelog":"^2.0.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^0.14.0","jest":"^22.0.2","jest-enzyme":"^6.0.3","lint-staged":"^7.1.3","lodash.camelcase":"^4.3.0","np":"^3.0.4","prettier":"^1.13.4","prompt":"^1.0.0","replace-in-file":"^3.0.0-beta.2","rimraf":"^2.6.1","rollup":"^0.59.2","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-json":"^3.0.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-typescript2":"^0.11.1","ts-jest":"^22.0.0","ts-node":"^6.0.0","tslint":"^5.8.0","tslint-config-prettier":"^1.1.0","tslint-config-standard":"^7.0.0","typescript":"^2.6.2","validate-commit-msg":"^2.12.2"},"licenseText":"MIT License\n\nCopyright (c) 2018 Pedro Nauck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"reworm@2.2.0","dist":{"shasum":"b2f709e7a4f8c31c12663f629adb9d633300e15c","integrity":"sha512-Y2vPwfLiDJGivGPNcL+VzwkRxx+BbHwvtlVda8d9n4H2d4aOPBaxBPxbjW/LUvi73mmM5dZEl6w1B6IUDODGZg==","tarball":"https://registry.npmjs.org/reworm/-/reworm-2.2.0.tgz","fileCount":14,"unpackedSize":126724,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7GHwCRA9TVsSAnZWagAAupMP/R2jUHzTXv4X+QxUB6i0\nVpp0cW9K2mhbVe5q2quHce5akoZ3a9iGBOg1pzoL5KnFEjozE6cn9jlkxC6R\nfBzzGrhV3hoby6q5HWqlQXiThm0jOrAJVySR7usvzr8Tej3ubwkUfPoAEL2f\n39rWmkBilcihrCtohaUc4SqkRjvM/ES354CzKK4jNOe9ghuz0ZQRFJgCqhMb\navMNixrt4RI6KpfCSAg+982Ug3v4pLDrHB8Hvc21/YzDA2ht/D7FIx8ZVcGM\n7k4KKNvnGcvv6Ttbl9BBSoBeFWJFS0P9dD7Yn7xzJvUJUdv61cSiZ6kNkIwc\nlJgzoG8Io1uLaGGkR/pVj3V1UY2lZoPTSWxRO9dchPEEoDm75GHNI2QKEHSt\nC+vdLVWl1Xnp7RLAjyJoSSSu2loawGPM1L6CgGGtpHfrT/k0q5lnV+XqGqDY\neZk7lzNAFK89knnwCXDDeKgHcCN6wmxqnIsuV6IiIkYgRovajtc7bkFRtsC6\nXoFC49pJ03Amfq5+Mzc0MqTtRZrr9UpwDFDSX6mykKW+oVgU3YTSTfjREJ6i\n5SZxy+ukEfqgEbSeUV/YC52MkKJnbGK/DJoICM4QzxJpmB6VQywnLvv7Akq3\nFbo86oDREuXbHWoAYBed5SpVo+byMiVhOzF8sCkS0W8HSAeoGS2APXIXupnf\nrfr2\r\n=ZMuF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRbmG4YO7b8QyOlY5/K5zmOLRR//F05K/FX4oWsLwnCQIgWrRhuSXr/Rz8iA1AMoomgbhkhyFxw2XbzoF+GaXX/nI="}]},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"_npmUser":{"name":"pedronauck","email":"pedronauck@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/reworm_2.2.0_1542218223919_0.13980889355516846"},"_hasShrinkwrap":false},"2.2.1":{"name":"reworm","version":"2.2.1","description":"The simplest way to manage your state","license":"MIT","main":"dist/reworm.umd.js","module":"dist/reworm.es5.js","typings":"dist/types/reworm.d.ts","author":{"name":"Pedro Nauck","email":"pedronauck@gmail.com"},"repository":{"type":"git","url":"git@github.com/pedronauck/reworm.git"},"engines":{"node":">=6.0.0"},"scripts":{"lint":"tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"tsc --module commonjs && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","test":"jest","test:watch":"jest --watch","test:prod":"npm run lint && npm run test -- --coverage --no-cache","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","prerelease":"yarn build","release":"np","precommit":"lint-staged"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"},"validate-commit-msg":{"types":"conventional-commit-types","helpMessage":"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"}},"jest":{"setupFiles":["<rootDir>/tools/test-setup.ts"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"verbose":true,"collectCoverage":true,"testURL":"http://localhost/","testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|jsx?|jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"],"setupTestFrameworkScriptFile":"./node_modules/jest-enzyme/lib/index.js","unmockedModulePathPatterns":["react","enzyme","jest-enzyme"]},"dependencies":{"create-react-context":"^0.2.3","fast-deep-equal":"^2.0.1","react":"^16.4.2","react-dom":"^16.4.2","ulid":"^2.3.0"},"peerDependencies":{"react":"^16.2.0","react-dom":"^16.2.0"},"devDependencies":{"@types/jest":"^22.0.0","@types/node":"^10.7.1","@types/react":"^16.4.11","@types/react-dom":"^16.0.7","colors":"^1.1.2","commitizen":"^2.9.6","coveralls":"^3.0.0","cross-env":"^5.0.1","cz-conventional-changelog":"^2.0.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^0.14.0","jest":"^22.0.2","jest-enzyme":"^6.0.3","lint-staged":"^7.1.3","lodash.camelcase":"^4.3.0","np":"^3.0.4","prettier":"^1.13.4","prompt":"^1.0.0","replace-in-file":"^3.0.0-beta.2","rimraf":"^2.6.1","rollup":"^0.59.2","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-json":"^3.0.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-typescript2":"^0.11.1","ts-jest":"^22.0.0","ts-node":"^6.0.0","tslint":"^5.8.0","tslint-config-prettier":"^1.1.0","tslint-config-standard":"^7.0.0","typescript":"^2.6.2","validate-commit-msg":"^2.12.2"},"licenseText":"MIT License\n\nCopyright (c) 2018 Pedro Nauck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"reworm@2.2.1","dist":{"shasum":"27e7cdf6b2161bf3a7c22480381627dc4bbfa4be","integrity":"sha512-hPx0TJquQYAEa1ispL31DELkHKefIUBBdJWuDytv5px4lYA6MBKCwrIu7hBkPjm1qH2oD590pHFSP3Z1OlmmvA==","tarball":"https://registry.npmjs.org/reworm/-/reworm-2.2.1.tgz","fileCount":14,"unpackedSize":126875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7GdkCRA9TVsSAnZWagAAJ20QAJJ1hpFl8vSVaMY2rd6R\nrPHL0a2w1KyyNXc1csUe8i0KjXUNS/cjUaSWQnFTgQlz1npLvA+vPWASnxqp\ntI1pKvtWy3vypbBOEOnAml3/eOZNohF1VlS92DHM2zi7z4syiSYSYfVzkmBo\nJHxUAv/ANhzTTgmIfJE3EbvqBBSU3qz/XEtpkNPIMBM28u3zr43eo/w0Xpy7\nvpcmPh3HhHkcOa1Jick5+oeMd06UlvB41TMa7z7v/FKzwBMceZ+FgLoeHMaI\n4N2AINzbrLtF2WmuGZfELEBVVhG12n6k1IQQ437PTnUWYOKC6mG+YV5NtJdp\nQZsp6nbRm8W3XRWYQWiNz9h7KTE/BqNrddpaS3i8thDiG/E6uDKxjgr2rzRu\n0wvlVM3sMwWTiqH2mYvoEqpvaVzG6IunDz/HFdGXbUFEWhTH0hPe0laqJjOD\nTIuj7KnseZako3yokBlo07FVLyUhBErRealFUALj+Jp6i69II+pcHr4/OiMC\nzk8chAlxh7kgtBk38HkLdS+7PotArkpImkTUYwukc9oz+IuYOnNQqEGZNn5+\n9e5N7lTbbHTWuyoG8BQdPE4s9zP3jhSf+2clT/4eEyvUqdcNRMwWF81OJv5u\n0sT4BykvyT1VWQqleXZRA2cwHYhTShw+5QgGAThf7zMIMM4RlhTx+OeDwvXP\nMHY/\r\n=E03O\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/wA8dL6VweiIti0aYU5tNcTP3NtMe3C+09/MpDCjipwIgUzrm/RePahsS9oBwHhzDw8ckgGSAuJQ8qZyzHFSRkd8="}]},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"_npmUser":{"name":"pedronauck","email":"pedronauck@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/reworm_2.2.1_1542219619961_0.7761998502237"},"_hasShrinkwrap":false}},"time":{"created":"2018-08-18T02:49:16.023Z","0.0.1-0":"2018-08-18T02:49:16.158Z","modified":"2022-05-15T23:43:25.602Z","0.1.0":"2018-08-20T17:00:56.893Z","1.0.0":"2018-08-21T18:07:00.863Z","1.0.1":"2018-08-21T20:46:47.040Z","1.0.2":"2018-08-22T00:05:44.802Z","1.0.3":"2018-08-22T00:28:15.297Z","1.0.4":"2018-08-22T00:36:25.686Z","2.0.0":"2018-10-05T23:55:15.253Z","2.0.1":"2018-10-06T00:04:15.699Z","2.0.2":"2018-10-06T00:11:39.794Z","2.1.0":"2018-11-14T17:53:27.289Z","2.2.0":"2018-11-14T17:57:04.120Z","2.2.1":"2018-11-14T18:20:20.106Z"},"maintainers":[{"name":"pedronauck","email":"pedronauck@gmail.com"}],"license":"MIT","readme":"<br />\n<p align=\"center\">\n  <img src=\"https://cdn-std.dprcdn.net/files/acc_649651/z2M2Am\" width=\"300\" />\n</p>\n\n<p align=\"center\">\n  <img src=\"https://badgen.net/npm/v/reworm\" />\n  <img src=\"https://badgen.net/travis/pedronauck/reworm\" />\n  <img src=\"https://badgen.net/badge/license/MIT/blue\" />\n</p>\n\n<p align=\"center\">\n  <img src=\"https://cdn-std.dprcdn.net/files/acc_649651/9JemSv\" width=\"80%\"/>\n</p>\n\n## 🧐 &nbsp; Why?\n\nForget about actions, connections, reducers and a lot of boilerplate to create and manage states. With reworm you can create and manage state as simple as on the image above.\n\n### [Todo List Example](https://codesandbox.io/s/405lzj6m84)\n\n## 💻 &nbsp; Install and Usage\n\nInstall reworm using your package manager\n\n```bash\n$ yarn add reworm\n```\n\nThen just wrap your app with our `Provider`, create your new state and use it!\n\n```jsx\nimport React from 'react'\nimport { Provider, create } from 'reworm'\n\nconst { get } = create({ name: 'John' })\n\nconst App = () => (\n  <Provider>\n    <div>{get(s => s.name)}</div>\n  </Provider>\n)\n```\n\n### Change your state easily\n\nInstead of defining actions or something else to change your state, with reworm you just need to use the `set` method like that:\n\n```js\nimport React from 'react'\nimport { Provider, create } from 'reworm'\n\nconst { set, get } = create({ name: 'John' })\n\nclass App extends React.Component {\n  componentDidMount() {\n    set(prev => ({ name: 'Peter' + prev.name }))\n  }\n  render() {\n    return (\n      <Provider>\n        <div>{get(s => s.name)}</div>\n      </Provider>\n    )\n  }\n}\n```\n\n### Using selectors\n\nSelectors are good because they prevent you from duplicating code. With it you can just create some functions and use them throughout your application.\n\n```jsx\nimport React from 'react'\nimport { Provider, create } from 'reworm'\n\nconst { select } = create({ list: ['Peter', 'John'] })\n\nconst johnSelector = select(state =>\n  state.list.find(user => user.includes('John'))\n)\n\nconst App = () => (\n  <Provider>\n    <div>{johnSelector(user => user)}</div>\n  </Provider>\n)\n```\n\n### Listening state changes\n\nIf you want to listen changes on your state you can use `subscribe()`:\n\n```jsx\nimport React from 'react'\nimport { Provider, create } from 'reworm'\n\nconst user = create()\n\nclass App extends Component {\n  state = {\n    name: 'John'\n  }\n\n  componentDidMount() {\n    user.subscribe(name => this.setState({ name }))\n    user.set('Michael')\n  }\n\n  render() {\n    return <div>Hello {this.state.name}</div>\n  }\n}\n```\n\n## 🔎 &nbsp; API\n\n#### `create<T>(initial?: T): State`\nCreate a new state\n\n#### `get((state: T) => React.ReactNode)`\nUse this method to access your state\n\n#### `set((state: T | (prevState: T) => T) => T)`\nUse this method to set your state\n\n#### `select<S = any>(selector: (state: T) => S) => (fn: GetFn<T>) => React.ReactNode`\nCreate selectors that can be used with your state and avoid repeating code.\n\n#### `subscribe: (fn: SubscribeFn<T>) => () => void`\nUse this method to listen state changes\n\n## 📝 &nbsp; Typings\n\n```ts\ntype PrevState<T> = (prevState: T) => T\ntype GetFn<T> = (state: T) => React.ReactNode\ntype SubscribeFn<T> = (state: T) => any\n\ninterface State<T> {\n  get: (fn: GetFn<T>) => React.ReactNode\n  set: (next: T | PrevState<T>) => void\n  select: <S = any>(\n    selector: (state: T) => S\n  ) => (fn: GetFn<S>) => React.ReactNode\n  subscribe: (fn: SubscribeFn<T>) => () => void\n}\n\nfunction create<T>(initial: T) => State<T>\n```\n\n## 🕺 &nbsp; Contribute\n\nIf you want to contribute to this project, please see our [Contributing Guide](/CONTRIBUTING.md) !\n","readmeFilename":"README.md","description":"The simplest way to manage your state","repository":{"type":"git","url":"git@github.com/pedronauck/reworm.git"},"author":{"name":"Pedro Nauck","email":"pedronauck@gmail.com"}}