{"name":"immer","version":"7.0.9","keywords":["immutable","mutable","copy-on-write"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"immer@7.0.9","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"aleclarson","email":"aleclarson@protonmail.com"}],"homepage":"https://github.com/immerjs/immer#readme","bugs":{"url":"https://github.com/immerjs/immer/issues"},"dist":{"shasum":"28e7552c21d39dd76feccd2b800b7bc86ee4a62e","tarball":"https://registry.npmjs.org/immer/-/immer-7.0.9.tgz","fileCount":69,"integrity":"sha512-Vs/gxoM4DqNAYR7pugIxi0Xc8XAun/uy7AQu4fLLqaTBHxjOP9pJ266Q9MWA/ly4z6rAFZbvViOtihxUZ7O28A==","signatures":[{"sig":"MEUCIQCdJ6+7AWMFpyerjsqqQuaJ1A1Q7Nql3YUmQEAYTt2hagIgcMEDbksnnJ7isaargNmlbuWRzXfoRQVbsJlS3n+EUlI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":818608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWObfCRA9TVsSAnZWagAAog0QAKLjPq0+QQZNjbTawVUx\nHmmFygavxqxlP63DBh0tGVzHNMYbJVaJKOVFCNfbwW6q43sygvF7xvj4VKX6\nkqGmdsRa/j+6bO15mIpQe6KIpt5CHtydA7dy2lX77j6VYegRnJzYS1kfOOMq\njiTF7+jRElTsoJcuVZZ/v1pSmyxH0odsF/GEV3agSjIUrIwCNV+UCghT7+WA\nV/6OJ5eP4Oyhmt+VT6D9l14YAc3OOQ/DENdfuXmY6FUsB2WwaSFqf1Waxm87\nQeo35fmfXW1/iRuJ+gQ8ckDpPn01QiaWmn0RIZP8HsAWoDWVYUkBRlIOApML\nWkSV2S/2/UxqwWYLgf0wqv04GXbu9Es3CQEa8ko2EB3T8O2K+ON0Rw4ZYbp2\n9eSbvZ6aOKH6yp3YfsMxjppU0o+d2nB8KkcJkWFn1atAw+sb6atPPW9Evdqs\nhMMvLhUUzYCIP6vvs7GSfvOE6+xpgVcaRUDO5cBqA5vlhu/Oaf7+Rye69sxM\nJ76yhqSWlt0cbQkCagAmoRYlHJHZg4/uWP7aTnQqFa6uPhSfg1qReXXM27x6\n5V2Y/Fb4UKgDt/ciIoHPYp0bOcRdAUoEaenmqFYxNZphlGi+r8eV8Vq1Jw/l\nppZ4tgLLFeYh+eOn1zkEk96JZwPU2IqsFt7UKtCKGwKXur3NvzzeUF0LQJrg\nES1y\r\n=oLG8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"types":"./dist/immer.d.ts","unpkg":"dist/immer.umd.production.min.js","module":"dist/immer.esm.js","source":"src/immer.ts","funding":{"url":"https://opencollective.com/immer","type":"opencollective"},"gitHead":"9257084c2b3c04fc9727e4c701d672483a7767b7","scripts":{"test":"jest && yarn test:build && yarn test:flow","build":"rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow","start":"cd website && yarn start","watch":"jest --watch","coverage":"jest --coverage","coveralls":"jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage","test:flow":"yarn flow check __tests__/flow","test:perf":"cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js","test:size":"yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins","build:flow":"cpx 'src/types/index.js.flow' dist -v","test:build":"yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js","publish-docs":"cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages","test:sizequick":"tsdx build --name immer --format esm && yarn import-size . produce"},"_npmUser":{"name":"aleclarson","email":"aleclarson@protonmail.com"},"jsdelivr":"dist/immer.umd.production.min.js","umd:main":"dist/immer.umd.production.min.js","repository":{"url":"git+https://github.com/immerjs/immer.git","type":"git"},"_npmVersion":"6.14.7","description":"Create your next immutable state by mutating the current one","directories":{},"jsnext:main":"dist/immer.esm.js","sideEffects":false,"_nodeVersion":"10.18.1","react-native":"dist/immer.esm.js","typesVersions":{">=3.1":{"*":["compat/pre-3.7/*"]},">=3.7":{"*":["./*"]}},"_hasShrinkwrap":false,"devDependencies":{"cpx2":"^2.0.0","jest":"^25.1.0","tsdx":"^0.12.3","husky":"^1.2.0","redux":"^4.0.5","lodash":"^4.17.4","rimraf":"^2.6.2","spec.ts":"^1.1.0","ts-jest":"^25.2.0","webpack":"^4.41.6","flow-bin":"^0.123.0","prettier":"1.19.1","coveralls":"^3.0.0","cross-env":"^5.1.3","immutable":"^3.8.2","typescript":"^3.9.3","@babel/core":"^7.8.4","@babel/node":"^7.8.4","@types/jest":"^25.1.2","deep-freeze":"^0.0.1","import-size":"^1.0.2","webpack-cli":"^3.3.11","pretty-quick":"^1.8.0","lodash.clonedeep":"^4.5.0","semantic-release":"^17.0.2","seamless-immutable":"^7.1.3"},"_npmOperationalInternal":{"tmp":"tmp/immer_7.0.9_1599661790700_0.5159535934431869","host":"s3://npm-registry-packages"}}