{
	"name": "immer",
	"versions": {
		"0.0.1": {
			"name": "immer",
			"version": "0.0.1",
			"description": "WIP",
			"main": "index.js",
			"scripts": {
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"keywords": [],
			"author": "",
			"license": "ISC",
			"_id": "immer@0.0.1",
			"_shasum": "9c962b060c8f4b54275c2096bfa5e383479150e8",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "4.4.3",
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"dist": {
				"shasum": "9c962b060c8f4b54275c2096bfa5e383479150e8",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/immer-0.0.1.tgz_1475842733108_0.7739902476314455"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.2": {
			"name": "immer",
			"version": "0.0.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"scripts": {
				"test": "jest"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js"
			],
			"dependencies": {},
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"jest": "^22.0.4",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"gitHead": "2b2d0cb8e964bf9608d9609551d639ed6a61919e",
			"_id": "immer@0.0.2",
			"_shasum": "16efac75b5a540ce825a31b92d04cd83a4a436cc",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"dist": {
				"shasum": "16efac75b5a540ce825a31b92d04cd83a4a436cc",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.0.2.tgz_1514557707489_0.8212400302290916"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.3": {
			"name": "immer",
			"version": "0.0.3",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"scripts": {
				"test": "jest"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js"
			],
			"dependencies": {},
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"jest": "^22.0.4",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"gitHead": "1b8a694eda1cbbf68196fb74c6d56bc53449924a",
			"_id": "immer@0.0.3",
			"_shasum": "1100cef11325774bdc9b02c64f63d5402b83b8ae",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"dist": {
				"shasum": "1100cef11325774bdc9b02c64f63d5402b83b8ae",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.0.3.tgz_1514562074856_0.2506665880791843"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.4": {
			"name": "immer",
			"version": "0.0.4",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js"
			],
			"dependencies": {},
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"jest": "^22.0.4",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.0.4",
			"dist": {
				"shasum": "21fd3d6a7bf97ac289e30841ad05ab11f29c1e4d",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.0.4.tgz_1514707125023_0.15195284551009536"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.0": {
			"name": "immer",
			"version": "0.1.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write && git add . && git status"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"jest": "^22.0.4",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.1.0",
			"dist": {
				"shasum": "ffc95634f921a8514de50b5616f5150ee4e66891",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.1.0.tgz_1514834356296_0.8842651690356433"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.1": {
			"name": "immer",
			"version": "0.1.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write && git add . && git status"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js",
				"index.d.ts"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.1.1",
			"dist": {
				"shasum": "8972a641f21e0dab81f2f2e24434f99592fa9496",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.1.1.tgz_1514926425724_0.5170865259133279"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.2": {
			"name": "immer",
			"version": "0.1.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write && git add . && git status"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js",
				"index.d.ts"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.1.2",
			"dist": {
				"shasum": "f51283b76306866232a65cfaff3dbce5c5884ab4",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.1.2.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.1.2.tgz_1514930194756_0.6427145532798022"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.0": {
			"name": "immer",
			"version": "0.2.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "jest --verbose __tests__/performance.js",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write && git add . && git status"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js",
				"index.d.ts"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.2.0",
			"dist": {
				"shasum": "a871923e7bfdfaff0796ba3f9a98c3aec665f389",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.2.0.tgz_1514999890681_0.4221464202273637"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.1": {
			"name": "immer",
			"version": "0.2.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "jest --verbose __tests__/performance.js",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write && git add . && git status"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js",
				"es5.js",
				"index.d.ts"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.2.1",
			"dist": {
				"shasum": "83bc7bcd9f9a7822a82736addbded1476e11b45b",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.2.1.tgz_1515071706793_0.5911402876954526"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.2": {
			"name": "immer",
			"version": "0.2.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*'",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write && git add . && git status"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js",
				"es5.js",
				"index.d.ts"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.2.2",
			"dist": {
				"shasum": "43005d9fa26c877148a8d678446821eaab88b2a2",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.2.2.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.2.2.tgz_1515101844636_0.5761374912690371"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.0": {
			"name": "immer",
			"version": "0.3.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js",
				"es5.js",
				"index.d.ts"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"coveralls": "^3.0.0",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.3.0",
			"dist": {
				"shasum": "d5a2c38952366d93f81c9cddc2d4e9f3f9f761f6",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.3.0.tgz_1515444419437_0.0753409736789763"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.1": {
			"name": "immer",
			"version": "0.3.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js",
				"es5.js",
				"index.d.ts"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"coveralls": "^3.0.0",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"gitHead": "60c3ac7526ecbf8bf67156b4b7b2ace5b6e56a7d",
			"_id": "immer@0.3.1",
			"_shasum": "4a6c7bc87b86ba34208aa9da3c92c71d5bd80312",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"dist": {
				"shasum": "4a6c7bc87b86ba34208aa9da3c92c71d5bd80312",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.3.1.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.3.1.tgz_1515502025009_0.26623385050334036"
			},
			"directories": {},
			"contributors": []
		},
		"0.4.0": {
			"name": "immer",
			"version": "0.4.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js",
				"es5.js",
				"index.d.ts"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"coveralls": "^3.0.0",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"gitHead": "014019e4dd94b6a5b4a94b6784e9abae2165b2ca",
			"_id": "immer@0.4.0",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"dist": {
				"integrity": "sha512-l6zqk6/6jrI99qjGP72HofI6LHF1c1sUSVGxrpz/hlQfXGzMY0LbhlfSOAvE8LV6WK6PWUUY+yEClVLtYiK8QQ==",
				"shasum": "371b635734092c22e68a2f2d8a629f146cced962",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.4.0.tgz_1515529461499_0.4823630880564451"
			},
			"directories": {},
			"contributors": []
		},
		"0.4.1": {
			"name": "immer",
			"version": "0.4.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"build:umd": "browserify immer.js -o immer.umd.js -s immer && browserify es5.js -o es5.umd.js -s immer",
				"prepublish": "yarn build:umd"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js",
				"immer.umd.js",
				"es5.js",
				"es5.umd.js",
				"index.d.ts"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"browserify": "^15.0.0",
				"coveralls": "^3.0.0",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.4.1",
			"dist": {
				"shasum": "180b11083cb85502c5579c18b8c9bd6ba50073c5",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.4.1.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.4.1.tgz_1515530261996_0.9820174188353121"
			},
			"directories": {},
			"contributors": []
		},
		"0.4.2": {
			"name": "immer",
			"version": "0.4.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "immer.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"build:umd": "browserify immer.js -o immer.umd.js -s immer && browserify es5.js -o es5.umd.js -s immer",
				"prepublish": "yarn build:umd"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.js",
				"immer.umd.js",
				"es5.js",
				"es5.umd.js",
				"index.d.ts"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"browserify": "^15.0.0",
				"coveralls": "^3.0.0",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.4.2",
			"dist": {
				"shasum": "3683559bee9801d75eba42e96a86963bb32a468a",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.4.2.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.4.2.tgz_1515573507188_0.5918578510172665"
			},
			"directories": {},
			"contributors": []
		},
		"0.5.0": {
			"name": "immer",
			"version": "0.5.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn build:babel && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "yarn build:babel && yarn build:umd",
				"build:babel": "cd src && babel -d ../dist immer.js && babel --no-babelrc --presets=es2015 -d ../dist es5.js",
				"build:umd": "browserify dist/immer.js -o dist/immer.umd.js -s immer && browserify dist/es5.js -o dist/es5.umd.js -s immer",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn build"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"es5.js",
				"index.d.ts",
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"browserify": "^15.0.0",
				"coveralls": "^3.0.0",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.5.0",
			"dist": {
				"shasum": "e16456108d05656e816279b40194c6ba0cb9f0f0",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.5.0.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.5.0.tgz_1515601668185_0.9363082295749336"
			},
			"directories": {},
			"contributors": []
		},
		"0.6.0": {
			"name": "immer",
			"version": "0.6.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn build:babel && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "yarn build:babel && yarn build:umd",
				"build:babel": "cd src && babel immer.js -o ../proxy.js && babel --no-babelrc --presets=es2015 -d ../dist *.js",
				"build:umd": "browserify dist/immer.js -o dist/immer.umd.js -s immer && browserify dist/es5.js -o dist/es5.umd.js -s immer",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn build"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"es5.js",
				"proxy.js",
				"index.d.ts",
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"browserify": "^15.0.0",
				"coveralls": "^3.0.0",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.6.0",
			"dist": {
				"shasum": "0bba730aab716bfef599668d10d6db04f649e2d5",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.6.0.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.6.0.tgz_1515613272029_0.08866353682242334"
			},
			"directories": {},
			"contributors": []
		},
		"0.6.1": {
			"name": "immer",
			"version": "0.6.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn build:babel && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "yarn build:babel && yarn build:umd",
				"build:babel": "cd src && babel immer.js -o ../proxy.js && babel --no-babelrc --presets=es2015 -d ../dist *.js",
				"build:umd": "browserify dist/immer.js -o dist/immer.umd.js -s immer && browserify dist/es5.js -o dist/es5.umd.js -s immer",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn build"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"es5.js",
				"proxy.js",
				"index.d.ts",
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"browserify": "^15.0.0",
				"coveralls": "^3.0.0",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.6.1",
			"dist": {
				"shasum": "5120247828e631a7105914940e9c68c03952b6c5",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.6.1.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.6.1.tgz_1515667652137_0.21360604697838426"
			},
			"directories": {},
			"contributors": []
		},
		"0.7.0": {
			"name": "immer",
			"version": "0.7.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"types": "./index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn build:babel && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "yarn build:babel && yarn build:umd",
				"build:babel": "cd src && babel immer.js -o ../proxy.js && babel --no-babelrc --presets=es2015 -d ../dist *.js",
				"build:umd": "browserify dist/immer.js -o dist/immer.umd.js -s immer && browserify dist/es5.js -o dist/es5.umd.js -s immer",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn build"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"es5.js",
				"proxy.js",
				"index.d.ts",
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"browserify": "^15.0.0",
				"coveralls": "^3.0.0",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"typescript": "^2.6.2"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.7.0",
			"dist": {
				"shasum": "926200dcf5453815e477b2470a49137e9201df1b",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.7.0.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.7.0.tgz_1515745970264_0.8859595465473831"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.0": {
			"name": "immer",
			"version": "0.8.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn build"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"index.d.ts",
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.8.0",
			"dist": {
				"shasum": "58d691e3738da55e74a66be93d45bd0ade7110e3",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.8.0.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.8.0.tgz_1516132840985_0.37276624608784914"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.1": {
			"name": "immer",
			"version": "0.8.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn build"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"index.d.ts",
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.8.1",
			"dist": {
				"shasum": "44d7d0779947da32eb34314addaac5a82c9ec5ad",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.8.1.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.8.1.tgz_1516134263544_0.5209505478851497"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.2": {
			"name": "immer",
			"version": "0.8.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn build"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.d.ts",
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.8.2",
			"dist": {
				"shasum": "9eead39d1638f2c6bbeeb277d6388dc519e86f46",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.8.2.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.8.2.tgz_1516219476980_0.17405416606925428"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.3": {
			"name": "immer",
			"version": "0.8.3",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn-or-npm run build"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"immer.d.ts",
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.8.3",
			"dist": {
				"shasum": "a9dd248b50a9fed6a54c4b3d51c5384929f597ce",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.8.3.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.8.3.tgz_1516362918597_0.7209599430207163"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.4": {
			"name": "immer",
			"version": "0.8.4",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn-or-npm run build"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"dependencies": {
				"cpx": "^1.5.0"
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.8.4",
			"dist": {
				"shasum": "84fe905c3fbe7bde3ecf6472632261abae3a09c8",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.8.4.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.8.4.tgz_1516389496012_0.497681297827512"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.5": {
			"name": "immer",
			"version": "0.8.5",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn-or-npm run build"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"dependencies": {
				"cpx": "^1.5.0"
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@0.8.5",
			"dist": {
				"shasum": "181e85c3f83c464ed8eb410f2c5cdf9801f04f85",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.8.5.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-0.8.5.tgz_1516780900804_0.3749198946170509"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "immer",
			"version": "1.0.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn-or-npm run build"
			},
			"pre-commit": [
				"prettier"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash.clonedeep": "^4.5.0",
				"pre-commit": "^1.2.2",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"dependencies": {
				"cpx": "^1.5.0",
				"flow-bin": "^0.64.0"
			},
			"gitHead": "5e16b302e2aa62ab2b8656619a43b2aa4224df9b",
			"_id": "immer@1.0.0",
			"_shasum": "74023a3370e32cbf470e4c7a3267245d892496b9",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"dist": {
				"shasum": "74023a3370e32cbf470e4c7a3267245d892496b9",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-1.0.0.tgz_1517415736020_0.8039046272169799"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "immer",
			"version": "1.0.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn-or-npm run build",
				"precommit": "lint-staged"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"dependencies": {
				"cpx": "^1.5.0",
				"flow-bin": "^0.64.0"
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.0.1",
			"dist": {
				"shasum": "4412d8d71f8f1f72503cde92b0eccd795fd4688a",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer-1.0.1.tgz_1517609204744_0.7022932092659175"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "immer",
			"version": "1.0.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn-or-npm run build",
				"precommit": "lint-staged"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.65.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.0.2",
			"dist": {
				"shasum": "7c3cb9247fd4d73f4fcb91b735a70f39448b8b89",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.0.2.tgz",
				"fileCount": 14,
				"unpackedSize": 137216
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.0.2_1518535872776_0.7326168656506544"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.3": {
			"name": "immer",
			"version": "1.0.3",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn-or-npm run build",
				"precommit": "lint-staged"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.65.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.0.3",
			"dist": {
				"shasum": "2276ddb775e45a5d573b36168b4272f8db4fd000",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.0.3.tgz",
				"fileCount": 14,
				"unpackedSize": 137341
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.0.3_1518687859596_0.806605832545326"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "immer",
			"version": "1.1.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn-or-npm run build",
				"precommit": "lint-staged"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.65.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.1.0",
			"dist": {
				"shasum": "24c0b84eb51180e743484fe3873aacd6c5f4fed9",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.1.0.tgz",
				"fileCount": 14,
				"unpackedSize": 147155
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.1.0_1519156765359_0.65374615704123"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.1": {
			"name": "immer",
			"version": "1.1.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"prepublish": "yarn-or-npm run build",
				"precommit": "lint-staged"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.65.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.1.1",
			"dist": {
				"shasum": "4ab9a89b68f8c48e73f382ffb8b224c73e0c6890",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.1.1.tgz",
				"fileCount": 14,
				"unpackedSize": 147360
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.1.1_1519294021292_0.9237919894686715"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.2": {
			"name": "immer",
			"version": "1.1.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"release": "yarn-or-npm run build && np"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.65.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.1.2",
			"dist": {
				"shasum": "2d9f5b12e3d4862d21fd65f159e5668243c71db4",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.1.2.tgz",
				"fileCount": 14,
				"unpackedSize": 155260
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.1.2_1520331075723_0.30241529632151254"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.3": {
			"name": "immer",
			"version": "1.1.3",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.65.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.1.3",
			"dist": {
				"shasum": "9d5ac1daaeadd64c587d8dae3515fc1452ea0e1e",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.1.3.tgz",
				"fileCount": 14,
				"unpackedSize": 155291
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.1.3_1520331223995_0.1650127519594018"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.0": {
			"name": "immer",
			"version": "1.2.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.65.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.2.0",
			"dist": {
				"shasum": "06a0dd9a8f8061258149f4c609250e1e5a32ffbc",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.2.0.tgz",
				"fileCount": 14,
				"unpackedSize": 161784
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.2.0_1521297208812_0.7058935923225034"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.1": {
			"name": "immer",
			"version": "1.2.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.2.1",
			"dist": {
				"shasum": "96e2ae29cdfc428f28120b832701931b92fa597c",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.2.1.tgz",
				"fileCount": 14,
				"unpackedSize": 162415
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.2.1_1522056343556_0.559117744362349"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.0": {
			"name": "immer",
			"version": "1.3.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.3.0",
			"dist": {
				"shasum": "b5c462dad2a129ad909eb4a180de63ffaa348d12",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.3.0.tgz",
				"fileCount": 14,
				"unpackedSize": 169147,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa7FalCRA9TVsSAnZWagAAbzkP/2blwvMpRTaSEo5dAMVD\njZ+qIXx15AH0xhlfGAeN8/1s21Qy6kdFfm1gTmqFoD9mIdQF6+H/Bpwfi7IA\nO5DbU2zbAZ3WLj9N8d08hOUp/3VBRnDBjQFcnDEFWtUveKoppZ19tDsRcZgB\n/jF0g+kASog5G4S3qiqSgmeBbucWt5Tk2gRRclyUULlLxhQzgErta5vqydhC\nHzDE/RZSjzJJ1UkuFc8ibGj5zNvfbJkZkKWBMnB07M6G+QR/gf+qvZI6x5Z3\nA6QSYqJCeXTPNqEPYMm5Xfxp8OZ+FUZ05DSHZ2G8DSyW9AJpscyYUZ/08ejf\n6J0YfIpnTCmXd4IqWkFWjTISM01TqyPkEfUD/txX43bvd6r0+2LYuwwzYy4+\nozgp3uT8QCxayzLByV/oyyeLP/9coaINJpTxTL4G4MZZ7nXxvNZ2BVumfiDl\nMsnHfdUZq1QDcQ9rypU8fClBxqg6d3QWnSRZ4T5pluO4EuqsXIePaPIi7aAl\n2yhaYsq4Sq6UIZ8+rvOcNc+zU4+5gk/1BMmuGeilswoI38eRXm45IgOL0LET\n/n/xEdLUMqVKa5TbM+g9/67wOu1LL5L7H8giejwvtX5Hbpvz32mogX0rjr4m\nyWBroZRkenmFe0uYRb/mj2TFgD/TquTTNUqhG7VbOtt9dmucbSdYOsPHiJw4\nkOK6\r\n=GlVT\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.3.0_1525438115103_0.13292525883620576"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.1": {
			"name": "immer",
			"version": "1.3.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "yarn-or-npm build && node --expose-gc node_modules/jest-cli/bin/jest.js --verbose --testRegex '__performance_tests__/.*?js$'",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.0.0",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"typescript": "^2.6.2",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest"
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.3.1",
			"dist": {
				"shasum": "3a8c18d9d618c8b7169760a79beec24a1da6a43e",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.3.1.tgz",
				"fileCount": 14,
				"unpackedSize": 170034,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbC67wCRA9TVsSAnZWagAAJW4P/3eSM8UgX01cEfor+rcU\nFNUwETGHijTxaSC9B1fC5wLNbD85IvGttFxAeqSGunWoWPaO3s7Tl0qesLYR\n7AMuU9DYSTqW2QeR+8UGoU3rq0lWSq9D+QpoP12fTD3QyRPC6Oliplyj8m3W\ndDEx52Ry+2ccIt0TIh0GsAONEjK/u98tkjMq2T6NhuxHyHtoWfqwcmx9cEtL\ngJPRRpfGiiA7A7AWF+RKwmQWuzrGjxh+/xbiiG65iEccHxZ5ldW4DpKCtGfN\n7MA3roAthJgQb1ya2UoyqZ8oGjqzqkRlL4cr4Vttntf9VQW77Wx/j3l1OIrI\nz4s2aeGNTAu1Wf7UPnP9uJpCJbXbW7fjsN3pus/wCxP5SSDFVji8nD2fypER\nVV1jEPgUaAUqnoIQZTm0KRrF1GZFxz/+uBvolk17ef56y92Y8iLw9Xvosp/U\n8v+qyhJXqQw+A7/usJ4gco2RgbdRhiSDC7i48SD31kvQX6BNMvCTCBZa1ghD\ngyu7LVq4Ik6T1Ggx/RO8aZyl8gA8IXmTawLi43DH9gCdagbLD757PMyEKORD\nFosbJOubr9WlUyhpwCLTCFqkw6xyapSHczxXRiJLyHo1K26S1fCZQZE92xls\nsT27aQmNKYoa7RTX4ZEVNpPjLlXeg0Buc9y7G0ZCaYKc5x6BYZJSbaVLiWHQ\nj4gB\r\n=l8kN\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.3.1_1527492335004_0.32389022536851475"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.0": {
			"name": "immer",
			"version": "1.4.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __preformance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"ts-jest": "^22.4.6",
				"typescript": "^2.9.1",
				"seamless-immutable": "^7.1.3",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest",
					"^.+\\.tsx?$": "ts-jest"
				},
				"testRegex": "/__tests__/[^/]*[jt]sx?$",
				"globals": {
					"ts-jest": {
						"enableTsDiagnostics": true,
						"tsConfigFile": "__tests__/test.tsconfig.json"
					}
				},
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.4.0",
			"dist": {
				"shasum": "5ca769cd24119248ebd72e06f4c452102942e636",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.4.0.tgz",
				"fileCount": 14,
				"unpackedSize": 173202
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.4.0_1532514054987_0.4393983115155138"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.0": {
			"name": "immer",
			"version": "1.5.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"files": [
				"dist/"
			],
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"ts-jest": "^22.4.6",
				"typescript": "^2.9.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest",
					"^.+\\.tsx?$": "ts-jest"
				},
				"testRegex": "/__tests__/[^/]*[jt]sx?$",
				"globals": {
					"ts-jest": {
						"enableTsDiagnostics": true,
						"tsConfigFile": "__tests__/test.tsconfig.json"
					}
				},
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.5.0",
			"dist": {
				"shasum": "1ed9b1b653643fe9276bbc36377613523ea32a39",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.5.0.tgz",
				"fileCount": 14,
				"unpackedSize": 237719
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.5.0_1532520116855_0.06570102660815214"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.0": {
			"name": "immer",
			"version": "1.6.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"sideEffects": false,
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"ts-jest": "^22.4.6",
				"typescript": "^2.9.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest",
					"^.+\\.tsx?$": "ts-jest"
				},
				"testRegex": "/__tests__/[^/]*[jt]sx?$",
				"globals": {
					"ts-jest": {
						"enableTsDiagnostics": true,
						"tsConfigFile": "__tests__/test.tsconfig.json"
					}
				},
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.6.0",
			"dist": {
				"shasum": "4e41801272d64bff12d4b58ada0276bb2f4ead81",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.6.0.tgz",
				"integrity": "sha512-DxsP1sFSI85TQpNwBAH4m485FFPPtLc0rJyrWuLxSk97W6/BSnvZ0mksaw6p35KwhNNKXZ7WT2gU6I6FiWG+Eg==",
				"fileCount": 14,
				"unpackedSize": 247316,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjnbaCRA9TVsSAnZWagAASVwP/A4ESE/YZ7ngpaKCQ+K5\nVtisEuyxHYkLctvEmBR4OaGNUpBo1LuH6FxWZb2Y2EEXIhmB+DbYrcYm5wHU\nuyAfiYwWixF1EsSqYD7RQXCm/9QiX37G68ZwK9G4q83RAxBBIJ4B4uqHxwaF\n4nKOSC/E0qefIkZCOQPt3adQbNUBbhmW7YMC8rDsfSS6YeU7RVGZSpcRwlb1\no4QywMUFgb1jySsfsrPWU6JMPo7b3aP1SARq7KwiT0zB578ZLXcDN13HnEkK\nXq92BGdgGPzeW1CbtWZisnt5oxxXGoN++Rmc01NjwxpUvaRzvYSp1JG+fl+5\nYmdqB714Oh5KqJ4qykB4Tt3S58ZUpvjYVu1frtMausN/LfBsBsOx160nEM+D\nI7RI+nRHWEMzdrR56X2YVeCq/3xDcYPW8n6EuiVprSVslRI6q4e0+5GRHnno\ntciTdWKPwyLb8ZtI6Nd27YWphQYubjOfE948DEPmKpiPgKUYUEXzM1iy+1El\n7GV7OsoUJOF42Jxvnd7oB40V0tAeGjUosPap2cv0miEAy5clMY1A4gxPGIQ2\nUf4pJumVy/7BzIbuBC/q8MfQATjIaHjAn6x7QXqNhtifaoBWwaCsXSQAkYDr\ndyuDSdRzg0se/dkq1mSgqq1wN9TVttzHwLOHxO7q1y1JGrKwj5hcfOf0LLwi\nlgf+\r\n=mbsL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.6.0_1536063191216_0.2642542440766613"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.7.0": {
			"name": "immer",
			"version": "1.7.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"sideEffects": false,
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"ts-jest": "^22.4.6",
				"typescript": "^2.9.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest",
					"^.+\\.tsx?$": "ts-jest"
				},
				"testRegex": "/__tests__/[^/]*[jt]sx?$",
				"globals": {
					"ts-jest": {
						"enableTsDiagnostics": true,
						"tsConfigFile": "__tests__/test.tsconfig.json"
					}
				},
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.7.0",
			"dist": {
				"shasum": "3a930ef106c291bec542bd76460568395e80b062",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.7.0.tgz",
				"integrity": "sha512-klaVmG2eO+mPDKg4yS1ayLOVUMK051jZgxehLHLBpyQY4BLaBqN4C90k6FMwQkTTEZ/umAQ9w7sObybtgw9B3w==",
				"fileCount": 14,
				"unpackedSize": 253650,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboRRlCRA9TVsSAnZWagAA9FgP/28b5OOgCJvQqYMyU7xb\noULjcfPId8E7dTrWLfPwtcHAWE3TZGvadRgTzWs59d6HYJ7Q1apH+8w/aDuN\n2dH/Wy/T2UMIhR3d3cw/DLys3m24xuB2b7MYjzrr8Z/wBh2oGKMJN/gs+vrz\n84c09KjMcUSRm08UYLqPaaeEcOb6C2HSvvOU39ayN1dVLempOltYwPRfJ37I\n1qWiWkIxJkOztPvUY3r0ldUHarsvb2dNwZb4CrEZZ79kZczopMEv6T8Qfdpq\nZhDCmkXOC5bcCxsksyzIWx+5qLBGNGYHz+BEGVYXg2mbU88TRUWtA/cODZyl\n4BdNaedphr30TG08fMBdNUjz8sWebOrmqwdkaBVWt6hKzC31kpHbXvImzJcP\nD+gJdISdRM6rpkCHEVJmH4XDYccZ0f6pDnZI2jEtbDKVsBFyhQuRS+03JGzu\n7ZSmiwtljh7v4qkgavGg3LDV8L4A7boZXCOU9vmbbye6pZYpZYaVcIC313VG\nP7YcPKoQfvmDXLutsJQ/CItR9KkcXPoym0FvN25Wa+VnA2ukonbXuerrt2ph\nxiQMWxbCErzoNlODx9YPvcJ72kieNAxgYdytF0UIkwM1ml+9eIRXLZnn16hn\n0kWxwQpBbUucVPGPHtA/BT0d1AZ4A3Z8ayvZT+T6y0tmtY+VnPSsknOsp6oA\nm9kN\r\n=WeiR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.7.0_1537283172578_0.805328289901259"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.7.1": {
			"name": "immer",
			"version": "1.7.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"sideEffects": false,
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"ts-jest": "^22.4.6",
				"typescript": "^2.9.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest",
					"^.+\\.tsx?$": "ts-jest"
				},
				"testRegex": "/__tests__/[^/]*[jt]sx?$",
				"globals": {
					"ts-jest": {
						"enableTsDiagnostics": true,
						"tsConfigFile": "__tests__/test.tsconfig.json"
					}
				},
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.7.1",
			"dist": {
				"shasum": "39e46b415c1086557c053d3657e5a348fbf2f971",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.7.1.tgz",
				"integrity": "sha512-EhaCOnzhNazyzfWVKVUIQwcNwKMK+bpyBRsFajul8eivaloB/JtCjSoZwUR9Ml/+ZhuPXufnp7QYvvSJ2ye/Eg==",
				"fileCount": 14,
				"unpackedSize": 253566,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboRYBCRA9TVsSAnZWagAA398P/iOVNP3ZGDVlUIkEFzDK\nX4gUPAg42q1N+f8XW+2uabgthyFzLdPqJPYQveQ3FjbtD27xRZYqehAGOrs8\nCKLwltDnvODI4PKzb7Hg3F97yIJJW5BG53+V5GJtQYGge1wRX34papST5sfq\ntQvZkToq44wausNKDMixXi3WIs1f3eQ2tPq2h16EQgsh7WRAaSV0a1Lurcfm\ngjufyYAGwRmBHcQbVU+CQhmU1UzlO1fHJi0/fAALkIOl8Lf8qEEOZ/HNoFqS\nbiEBSxEjQnCgC+T5ZZ+ezF0CkqA34f+KMhOtGnz+ExAPwWuzoXGAn2uWPw+q\nP/vZKjy8GcUa9o77n4fW291wy3muEy5XfAtHrBK6VtoegCRkIeKYBqKxMZ2P\ntn3fgks0CSY5uKqucgiqaNOk9kZX4trslM3QLwCfZ0+lbTJZdMJQlegHYGLx\nCPUb6ukxzT0qIelt4VNmL35iFPmvjRZhs5F3nUfcm3usuA3pW2nPMCx+fAfl\nZQXEa+FKb2bm9QL4Bnai571hhz4fayvaXTXrd1UvzcEWwBgUo906T0Kfe6bo\nF4Ka0wK68RM2txzVihWBJyqnNRzsn7SRRu89V7Tbi49kJjZk7BF2c0Po/EPt\nAl/PWsLGHkFhecGmrEucSYQY/PIgU/DYXnqAMH0TAihy6qaI6ejE3ltety3A\nCcjh\r\n=aeQ0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.7.1_1537283584194_0.9631001442278153"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.7.2": {
			"name": "immer",
			"version": "1.7.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"ts-jest": "^22.4.6",
				"typescript": "^2.9.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest",
					"^.+\\.tsx?$": "ts-jest"
				},
				"testRegex": "/__tests__/[^/]*[jt]sx?$",
				"globals": {
					"ts-jest": {
						"enableTsDiagnostics": true,
						"tsConfigFile": "__tests__/test.tsconfig.json"
					}
				},
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.7.2",
			"dist": {
				"shasum": "a51e9723c50b27e132f6566facbec1c85fc69547",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.7.2.tgz",
				"integrity": "sha512-4Urocwu9+XLDJw4Tc6ZCg7APVjjLInCFvO4TwGsAYV5zT6YYSor14dsZR0+0tHlDIN92cFUOq+i7fC00G5vTxA==",
				"fileCount": 14,
				"unpackedSize": 253697,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo2XRCRA9TVsSAnZWagAAF6UP/j00bxIa4+uR2SQRKfCj\ntjM5BiSBecpyqrkbod2tMKPKbVD3jFeQtMVCPWMGUsbV3Axgf+Jfhalo+X9y\nbu5kp3Cbn6QF8+tPMymLkBdyapDXAcA64AG6S1Zqh+7kR/zsZIm6rLRIgcKB\nJJ4pc0f0jNFNQrVy+Jdyti/bpdDlSjcGGixvsc6AbviptxwySPC1J6yCvrmc\nl929Gsk7daVyFagyhnW0v1dHdPQ2cHkEgG9SuB6DW5oBTR2CX9ggI8spXVCD\nEpMhCyMzphg1gwZ2U4sGXGcc31dt+QAKGeGdmPmVYZhnZbtaTdPBNR03oYF+\n9h+rhT2WMABPgMmLLizbxwIAyHaLb55oSmi7uePJHxFQ107AK45Vwn3qI+TB\nv7e+3qBmh5FpMYRFkRYl0ZkMM0DUY3XyFUjVO7u+1MeHVtC3+N3R+oXiP2JP\n25RGZr0/AbC6mHkX2VoBulaTTX9LohCWvO1J64X64zgGOVGPqZHJyDIqSwk7\ns/HeE8UBJAqIG6ouRjK6Bko7zu6/aq1AUr3Sj9u1x9T+m3LbNjzBHTET5hYP\nKrhUkEUUNE80i6MoSRG636bLKg4eTIf39AkUltUNfBW04DM5ITacXZP4jHJG\n19cXf1OTwXK1Zrsu61JrR9qg3hQ73v72J9oNtxiA7uLmimbhNeNqvlC7MuKd\nR6ga\r\n=RnnL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.7.2_1537435089005_0.5540849941506851"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.7.3": {
			"name": "immer",
			"version": "1.7.3",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" \"*/**/*.ts\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"ts-jest": "^22.4.6",
				"typescript": "^2.9.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				],
				"*.ts": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"transform": {
					"^.+\\.jsx?$": "babel-jest",
					"^.+\\.tsx?$": "ts-jest"
				},
				"testRegex": "/__tests__/[^/]*[jt]sx?$",
				"globals": {
					"ts-jest": {
						"enableTsDiagnostics": true,
						"tsConfigFile": "__tests__/test.tsconfig.json"
					}
				},
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"gitHead": "18a25b81fa70dcc9db5492ed24a4f7e6ae0e2660",
			"_id": "immer@1.7.3",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.9.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-vmgik/m1H8wmG9hDDeO0bjlKdm1R3MAvfmlBEMLFBYy5q+ZhUTqgRD+iWjnbCGHIQEc64UOVUaRNaAG3kK7nLw==",
				"shasum": "c71fa79d8ba115a01198803e3ea1ed92ad1f230e",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.7.3.tgz",
				"fileCount": 12,
				"unpackedSize": 255834,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0Sc7CRA9TVsSAnZWagAAoakQAKBOoWbTuV8QkPpDfw2W\nOWrVjayzxt8VdFKzhOhJTqyJidqlDQzuZbqNo9hGa0ATJEa8Aj1dlBfvmGqO\nTeEKbiZAd/Se7tTf3h+TMv0i5gFkXpbBpRUkUVCyRb+0MEhJBecPiQz7vuqU\nM9CbaG6M2hgFZ8UBJZ4Un7awyGUAiaBQ9FerBqS0ANC8goBrUREGgH4MjLNX\nuMVBkhra+5sTYauhY0+fcUuMHfP2VpcfAdmmm9DxvdoBmpdFUb8vmNKQA5F4\n8WBpy+NMYYGEuwq2e+Q96vKqWnywaoZ1XSnQHzanmdGUSPhxSw2K/MhWIJRL\nfn5mIKuecJY0+RmZxKfJqh7Wql/Ff5B1/h70UKIBtUQ5RzLgQgnbEnWrUmo8\nkVxCftBeNRXkfmUOuH8/WJ9Vz2JdHE1BYvLW+PVFNGdVkbNl2YNj94SYdCqe\noItCMOrpslcgZBj5GAd0nUq5ajqowdFxnxddZPQUyuOHxhYMzkSHma6mm5r4\nPsc/idjIXrJ0Uf0CH6g625FdSFKS/Ro/DmCrSNLRXcr124VuBZ7YXhEsNcDc\nl2gLOcvp37BUU6LNj+Mjz5uOBCsgCzQoogu3QNs6wz/c5yV1pFnvhqw+2v+P\nAM7DUWw/vRsUE9U7S4GXkpPilJhFKxLvgIHof3yuElMa5mLYkjUiIv50PXHl\nD+T0\r\n=Poqc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.7.3_1540433721994_0.7315769340722402"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.7.4": {
			"name": "immer",
			"version": "1.7.4",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" \"*/**/*.ts\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"ts-jest": "^22.4.6",
				"typescript": "2.8.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				],
				"*.ts": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"^.+\\.jsx?$": "babel-jest",
					"^.+\\.tsx?$": "ts-jest"
				},
				"testRegex": "/__tests__/[^/]*[jt]sx?$",
				"globals": {
					"ts-jest": {
						"enableTsDiagnostics": true,
						"tsConfigFile": "__tests__/test.tsconfig.json"
					}
				},
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"gitHead": "a1aa3d97f958cfa54d4265266b7baf7d9bcded4c",
			"_id": "immer@1.7.4",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.9.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-mZpvQe9LXc+lg3hhcT/2M6Apej43FSs6hS2Bt4HrQxyI6hVJugukLgH2KdSBL/fIOmahHmQvpWU37BWzFLDp1Q==",
				"shasum": "b9a833a61cbeee477a3694870b172c590837a963",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.7.4.tgz",
				"fileCount": 12,
				"unpackedSize": 254308,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1ghSCRA9TVsSAnZWagAAnP0P/1ewlhNSCfrBjyF+3LyI\nkxoDLuJq048KhECHnkBqPGaMQt3y7LRnxpEuVTbAsQyUGy2PJm+zkxPT5+3K\nJ3hxncmzaWAVchVh+8XG/Fk5YQjQyshWpvts6IAycmj6EYflAZ/JeCtc7ZQJ\n+3cg2i6hYKBwJAHhF3AnyGHLr9d9ykdxYsJM8+NDmIdiuMpM8ll7z1tLgsS2\nMvwEYwbWMBs5Pl6VXvu2xvb+6u5hJTccXEg9LdSFBzVc8wSPnAk8jGHsges5\nCF/IE6X1rRpnBqn2iqyzjT8Fxqs/DqjhgWvRQp3ShVTkqq8ETXtTbRZEIH68\nbvNq2odkRZCv27Dv3ZHYBZk51PFTSQKyLnpZjhz9z4Y53czbAoK8KWS3yJMe\nifP3i7u89hBXcEw5RQMB/b/gIiEELubpOzlKULXjlnuQqi276N9CzrgPNc7E\n/7kUPpgil9AQF4F0un/rlaZdyfIAZt8AiNJl7Kn2tnxFhzGPN4TTyJnR1MBf\nNRm3XRo3S2T+/Jv002zrNTQPhYEL1Eg3GFFa5PwOcfBZTO7VbEVWsTTeKoMq\nWz+Li5J6SdjI65J5TolqY6pNQ0D/4heT6QfOdZQYuaJIi0D5LR3J3skZ/Yy+\nuzxbEaX9SMPpWExDKa+6iGPpRuyJ5oOMFWsenvtxphYUSpuNGslN6iLoLWo/\nE22Q\r\n=ZC84\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.7.4_1540753488893_0.28084576754389046"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.8.0": {
			"name": "immer",
			"version": "1.8.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" \"*/**/*.ts\" --ignore-path ./.prettierignore --write",
				"precommit": "lint-staged",
				"prepublish": "yarn-or-npm run build",
				"release": "np --no-cleanup"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^0.14.3",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lint-staged": "^6.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"np": "^2.20.1",
				"prettier": "^1.9.2",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"ts-jest": "^22.4.6",
				"typescript": "2.8.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"lint-staged": {
				"*.js": [
					"prettier --write",
					"git add"
				],
				"*.ts": [
					"prettier --write",
					"git add"
				]
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"^.+\\.jsx?$": "babel-jest",
					"^.+\\.tsx?$": "ts-jest"
				},
				"testRegex": "/__tests__/[^/]*[jt]sx?$",
				"globals": {
					"ts-jest": {
						"enableTsDiagnostics": true,
						"tsConfigFile": "__tests__/test.tsconfig.json"
					}
				},
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@1.8.0",
			"dist": {
				"shasum": "afa8393996a1f3f5255019e7d10c29d42dd95225",
				"integrity": "sha512-zOox8DNAunPeQgKwbAiwEUAHhZXtMPZo7VZ7m7h9cpQL1I35bAeaxMfwYyLEIt6RZUelFfsOBfG1GJu/iQNgxw==",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.8.0.tgz",
				"fileCount": 14,
				"unpackedSize": 249507,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8o8jCRA9TVsSAnZWagAAoeMP/0j2B91n2GozxEZCNXqD\nw0faO52f/6XBRWzTs4fJ7dgSJS7Cn44J6HRp6Dg6dnd5szG1mU7PNUOcLsGB\n2HAjBA42znUGOLox3fMgUrbRVULz866tpUhjDv5z3VWZYgo3cR1Q2bD2fenv\ndMm5P13sCXqHzY2+bLJZ8n5UzmkuheIAKjtZ/B31K5C/VL9Pyj1q+I32WEPr\nzdaMWlG2q3rK+KPHycie3UFX2OMQSAJM3xiIT+AFr+6jjb6Kd1rVcQK5xbaL\nXfv1zscWJIw2YK6zSezdbmYm9/p19gQwyCdDWlOmPXOI8t8vuaVOqsN2JYvO\ne1jN9nA35GsCAJcdkgTNb1OkyzqgzCiqq3rQvOAGNGyGRaXix358ARXbBbUv\nXVnGZqFp+C+LWJi0p1c9aLHtDJk2iNNnjmYcCIXpx/74T9sLSIdK6a86I1mi\nTvqNEPZOpV3IJgVDtIULwukYJ/bHNb7yOV9Xvwo62zRnpDw7ntVT8BmoMT+K\n76zGySkXxY/1VRgVzMMDNI7/5JvVXJ6txkde8PSfEE3vse+lvGkhavfS6Cae\n5tWyiGZFJVDNHLx+YRTxs/ET3jbMSaIF7OnKsTEg1wP60NEdqVRxUgUrrE/j\nSz1QE4z28BwziV5ppu0CIjZiqbbbgTra3IPNtc8cnOdrGffzBjt8AyCL+I/z\nEKGd\r\n=CMyL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.8.0_1542623010920_0.00009084037712092652"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.8.1": {
			"name": "immer",
			"version": "1.8.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist",
				"prettier": "prettier \"*/**/*.js\" \"*/**/*.ts\" --ignore-path ./.prettierignore --write",
				"release": "np --no-cleanup"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged",
					"pre-publish": "yarn-or-npm run build"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"ts-jest": "^22.4.6",
				"typescript": "2.8.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"^.+\\.jsx?$": "babel-jest",
					"^.+\\.tsx?$": "ts-jest"
				},
				"testRegex": "/__tests__/[^/]*[jt]sx?$",
				"globals": {
					"ts-jest": {
						"enableTsDiagnostics": true,
						"tsConfigFile": "__tests__/test.tsconfig.json"
					}
				},
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"gitHead": "a7b9e3b1b3825bef15153325400a222c21a8b052",
			"_id": "immer@1.8.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.14.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-tcLAT6PegxgoopcYrv1ul6B7+bMZzm1E+IfVANwARLxZo7xxQnuANsSTAKFw6y/rum7JqN07yvIjyXSuTDmOdg==",
				"shasum": "4ab57f55008b5a7469b95b3bcb163b555ee14534",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.8.1.tgz",
				"fileCount": 4,
				"unpackedSize": 45254,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEJHdCRA9TVsSAnZWagAA9vIP/jHuckRSkjaKwplBo6OJ\nQI+/Z7tuVccvGYXgkREc54TUl3OFBvLi6SFjxM4mxlZcfRJDi0juPtwhJRwo\n0lgDsQ4SfB8MHrapXbBKI+XihbuAixW6rBy8S93TKgajtrLiwGrasIY2ncwW\nC3TT1PwTMSJLOo0wf3Ss1OCy4QZ15kOR4QD0ahe8ctkf3itKM2TNEQOUtXTH\nwmcOopf5KIXsJJI4Nmjqs8/jHLS5xj14i7do7rJmOaZmA/BCqONztjAHxy6A\n77MHuYoXNftBdmV838RiquYBNSXkmomDwpouLMsCilLBKgYiVjVm5yhLs2aD\n521bp2CEVtedPd/WPDHcefS+iMIGh6nYmAJkuKQvch0XXGh63Nl2gH8F3/o/\n6GNUCwIM23xvpKs+dUTUSlDlhwbKlgTMOtYaR/dHhGHxs9GicBuyJ4wVXK+F\nkMfWvldAauGJv57EQFlcsfbtzA6Ow8Aukij8o1nQpBS+Nls2digTFeXnfH4h\n2wCtGWqayHoMwCxUfGtXSOv+KbZNTXtFGTSJyNzBmiNQQ6ShP5HUBxQiuJ5x\nvAoGZyv0yhMrudOOB1CAD6zw+vp5UcrT9wYB2vKtb0U0Q/ULIWrZ57lwnKrm\nvXerV1F1zLuyBe1T1/Q6/CDdLHky1E4foG/+d72OhL3bGYqn1s0dQM+5b2BD\nZF7o\r\n=ds3B\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.8.1_1544589788657_0.9492548263166747"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.8.2": {
			"name": "immer",
			"version": "1.8.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"ts-jest": "^22.4.6",
				"typescript": "2.8.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"^.+\\.jsx?$": "babel-jest",
					"^.+\\.tsx?$": "ts-jest"
				},
				"testRegex": "/__tests__/[^/]*[jt]sx?$",
				"globals": {
					"ts-jest": {
						"enableTsDiagnostics": true,
						"tsConfigFile": "__tests__/test.tsconfig.json"
					}
				},
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"gitHead": "9345f1336145e4df84149ee55ea8dde267156e90",
			"_id": "immer@1.8.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.4.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-uP9EI4hmRTlZ+d4YYmd7JMlxf8I3KPHnvWfLNjpOv/cQNRV/dKHL8L3cZ7z6OCuRQnK59Uu5LJr/KxViqAiEQQ==",
				"shasum": "111e9c9e6832c833868f3f6481758a421f63f403",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.8.2.tgz",
				"fileCount": 11,
				"unpackedSize": 235944,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEJuJCRA9TVsSAnZWagAAfBkP/0bwSTLAMY/dxmUyYzxE\nfM2ZsBRvfcyP2CyhMm9PIHu8xlMzct7Lg9IxhYoXi50piSFFUe4tCUMOV29K\n3mIaSFgUuOHefvq41WDNb+jJKZSyo/Scksmgwx3rLxBDd5TKm5JPIVee9Wy9\nb1muW8yfZjNVClEMbjxAhEsseqzIiBWN1G7mUbLWCUUSScoGqhuQmFN4i5Zu\nXTxUg00V6qwoCPa9ptVkH8tcwltMoV7fRQi1mf8HoSq4ZXxd6fR0sIgf9bZI\nojvn+vCZbqdkwgoNwaa+pddHq3tt6CymCYc+PFEXSTMkcTGb9u9IK5Vpi5dw\nAkxSaA6OSutrpMFMnbE+2m5qHMf7WQL+rOjV2z52/5g5OovDjFXulj35Wqs+\nyg0QZ3TuE/e0fMn22LZRqd/knbgvwFskIm79RMdEBxOrDHQKfAjG1YUj/81n\nzU/hmx8XZrjQuNc7Ta3d9LUz7N/AUQmEuA1eJW8dTgsFmGdxPfkAjpGLJmVJ\nSHFFlI7jrIGvZUhkKBsXV6Xcv6lJn5PwrT9yhX0dMKPbvRHDPZ/bsYyeNHLi\n1BuluLNpTNtzInprppZnwWdyjIhDVXGeHNnm/wdno0niWZ1QGybIBwGS+oQa\nEzaF+ScYa8TXlsq32M1b4ZlKQmUjbuj6HQDfpnEcUCYlxMeUeySvxHlqIwgg\n1R+q\r\n=PfIh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.8.2_1544592264371_0.9157515173419852"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.9.0": {
			"name": "immer",
			"version": "1.9.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check",
				"test:dts": "tsc -p __tests__/test.tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx \"src/immer.{d.ts,js.flow}\" dist"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "a7a8cfab2e5b0ab0466cca51a003abb18bd68b01",
			"_id": "immer@1.9.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-DpkE4XycewYGtRf3saMfyOZEI1ypr9jB+sV8mPeahrMvP2Ek7mLLvuBGcu6FHc1JH/eo0vCL4YZ5zqc/lGVy4g==",
				"shasum": "eeb1faba0156e81c987f0207026639438cfcb5f6",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.9.0.tgz",
				"fileCount": 9,
				"unpackedSize": 234711,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFY6RCRA9TVsSAnZWagAAcEcP/ivOaqXt6kknzWBbFcB9\nA7oKJqkxByrhIM+qy2K4M+ray0rIFGwo4MtLn9tUMQkvOFjACCrpfyAEZTIo\n26K8UT1EBGI871EsTPBid/6Jqr0RAG1p/FLsrcSg7Jd7Ofz7UGxFi4flKWjD\n9pLi4ToCep2uTuISiuuS2OpQH6aDtdqOzWUZ2r+aiYxMHOnJEg4nlrV9l+pt\nRUYLXLRQovCO4Aa55T1Ig2kSXCxF48jgfZUTQ87k9RvFvdA6y6W1ushc2VjN\nNCS0mnRBMzMcjUB5GwctKM9+SZ60vPKxD9BmoLJ7DO48XNaZNorHpMrnov4E\nCxxqUs7rr+XatwkIjbwRAZw8542ctnJ7Vltz52O9eda6eiOdWwrHVRDAEmu/\n3NzBEFG25/QxtgbFc/gy5A2fWD9QZ/ze6Z4aBK3WRAI/G/0+mc1pEAQYRmpN\naIPrkB3KPw01WVYfqqDHrgC6yqs4ZEQmpOtXC3CYnujttj6cm8Wam9ArQw7I\novejNLf5QE8o6tagi+mTmFfydgS7Buw+NTXfagOKJZWkI8og4IrMi8W8haJr\nkXh4IFcH2BYyHSG9xg7L1v+KEYydPEvyrXSh58LPdKhxK63PT+/PoYPSsm07\nJ3GnGp8rAVTbzzqE3xfoPWYw1y1ABSF7P0Tqhp17kSEJpaEAASY1snSrNhzO\nJMwU\r\n=WAO3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.9.0_1544916624634_0.36165070833459456"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.9.1": {
			"name": "immer",
			"version": "1.9.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "025841e3491e6882ff7e1f98278663977e41f625",
			"_id": "immer@1.9.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-QX3gxeHdCbH1wotHRzgIYlGqTmSfBh33v8P0Dlp+vOg/VPeDoLuJeuN0HPFHQthn21LcWEpvOJiCgMBRPXA+Tw==",
				"shasum": "b17e86d78ff0fd4fb6f9326513ea5a37cae719d9",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.9.1.tgz",
				"fileCount": 11,
				"unpackedSize": 244258,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFmbvCRA9TVsSAnZWagAACmIP/0hcpvSlNlSDFh992kDk\nQnxXlWzT/+6GjgT08b5uLdPWVQCe89Q1gYRHOm9r5ZTVGX+azeg7+pLb5nE5\nxoK7HMHPe2KUs7qFzleXWAb1eF96It8gccPbWVcXB3th/mFJ9h3zqTwB+jdP\n0VZArNrN3nCHxHWK8JLa7u4nyDPl3Jh3i47RRrNnbcFdDVhy0JzK8luhZA5i\nZIsiQa/F916YvR8ZmUWkRIdNvVGHmniDvjPXGbd/XKx/vl5y8+TgrRaOlzIy\n0lNoZzvSQX/Us4JmYtqUjiGXxgf8jPfxk2F6nJHx11zrfwbERi5ECpgyxeAC\nVMB9s2c2isGMU+izP6jXaIyavbk76RUhGx4Mfs5zFnIaX2Ouv8lMh0sj1KxV\n7uTc1RMjuerQbxeGQ9LYehH5WPfHGE19BhO77KO5OyY/y5M9SwxvgxrBF16W\nb/GKv60dAOcIASwhZ7nCh1dcRYUQw5wmCx8zX/1ctMc4uBiz2QL0KP4dAT2o\n3khjemrPJoIL6oGiwNA+r+GiJcoavZqLvzJPMHYceOpqJDDRjJj9d99VVWko\nGn7YBEbbCKzLqamZIGTK42xg/8qChfqdBjfH9I+KZLyvwyySAizJCbw9pwgw\nnh+jldRzxYP/0DjFvi0i4M+2rpRV03u3esZpFnCiK/qaNoFc8hh370vwLFMb\nY0XO\r\n=ltDf\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.9.1_1544972014044_0.6637978734864307"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.9.2": {
			"name": "immer",
			"version": "1.9.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && cross-env NODE_ENV=production rollup -c && cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "fa5bf5df061aa235c6cd61bb5332f0403e30ba02",
			"_id": "immer@1.9.2",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-AmTGHRa7IRer/MTyQqTBn3FkhuE6FWkH5qTzBd4mbtI6EVSuVSgx2lv8q8pW0jgZ7+RMTIHAmCaWR/tEVIQGaQ==",
				"shasum": "2b26f53be03baf00622005bccbc37c063d619408",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.9.2.tgz",
				"fileCount": 11,
				"unpackedSize": 244414,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFnIXCRA9TVsSAnZWagAAegsP/RK0h+INIbL/C3aXgmmT\n1zLJ6CVezYXCV9IRF8LOIsGx6+nTO4JjN6oG50scaJqiodXudO3v+nLC2rg9\naNOVRoe9GSDKN0FuOcW53X+61x/lunE9DOmdPIrJSd2c+6w4Y3+pugYRcgGP\n98aVet8VQGS2GgQ3S+xiXtYM56idev9UeK/ozh5UeXJUr6Wvdw42SujXAiQN\n5iYHw0OC8mhrztqrpt55waqclWYTZTT4aXMRfjj5+Bs4iXIkgA5tPMsn0+DZ\np4t7lnUZ0fxsJtjm0ZFEcCqUnuWYHA+cz2GAWBwYubDEUmRBGx36xQ+AtcL/\n5S5EETBc/YaQo/+uJeVTVJJ7HSMoS9riTwvBVKs8gtnlqKlavwgoNVLNXJKb\nUz4+H7YbObSfRsmXzn0oyeypKxi9rgMcYjzCcDNgu62u5aHHAfc44e9PU8WC\nINGc7Hk8aaJIGeBddf/xIeumXQhTy+9y8HEwHQB7etB38j79mvluXllzxw8p\nt0lG+WgM9gv3Pu5gp2FVG8gfdN6Gf/1NHH6vZAExNqFzXKQG1J+mBp2Cbks3\nYoD6ohb9QY5/yldAbChApDCZlouGsNc/LLjz7OBrg7J+cy+FqizKZW02btdQ\nOqgopFVmtKvBWcRtPSqLYDSoqiduoUk4T3iPb4X6oGt10MyCVojsTErJtB40\nT0hT\r\n=y0EJ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.9.2_1544974870709_0.8571697692510152"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.9.3": {
			"name": "immer",
			"version": "1.9.3",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "d60db147173d236727f035fd31e2aac372d7bf8b",
			"_id": "immer@1.9.3",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-bUyz3fOHGn82V7h4oVgJGmFglZt53JWwSyVNAT4sO0d7IovHLwLuHbh14uYKY0tewFoDcEdiQW7HuL0NsRVziw==",
				"shasum": "e88f8cbea730d2cde0f5e7e763000a8608bccdae",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.9.3.tgz",
				"fileCount": 11,
				"unpackedSize": 244827,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGR4/CRA9TVsSAnZWagAAXaQP/1k19dO7PT7vqKuHCruN\nIp+DAd0znFO/z8mCgLX7OevnT8sgMSPI7o0D7JBFGEJeH07mjIN4DvSAQ98c\nFqPiTySfeZLwYZI1IkGgS1UI+4ws9/8y5tcWfelFZD9Ac7ALS/2NRK/TaPTk\nvlMpVYzdreKNQj3v/zhEm3ecqodBDBYcIim6TJModY3GWWvPJjn3odUA3qaD\nGGULw4/MMiEHN2LAE+eJZ0fQhHwnLIZmG552c7NBlVgQDLaFBk4d6L00va4H\nJQMq8u9QEvDsiNg3UUZtIyrixKbduasRP9t/jZHogadfurBL/4/XOpLykPt1\nvw5ebqaJ+aAXZ/n0DtRR4GLvd9kHjQFhou51ZHQPGUN2opgJFYavNVBt+TxH\n8CASw9Gn7C6yYH2BZI47vnrVaZTl6NxkCxyZK6LayFw6srbSXsBLU1uSBZS2\nDaWG5u544a+w0YeDtnrSRno67CMMpkMH6CN+WeT5VbL+0e3xrCAJJkxbCnlr\noX9sVQsZl3Mw0C0C1w/+4lOZW3ln6I2uy9PFkQzCkjYsu56SqwCIRlpjh1uk\nIkTjKFp3Q7XbDOUX7xLOi7GMdVNAfmIluNc7jshJXR0etinta5dPCQkwe0ho\nRKpQfWC7dkmdnxrkTc6P+jzhl5WLkKbAnTOnQpjINm5k1pkxsl59AApXrYDU\n6cX8\r\n=AwcV\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.9.3_1545150014360_0.29967013392086517"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.10.0": {
			"name": "immer",
			"version": "1.10.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "31bbe6419a2913f4c9a7bfbb57396972af8231f9",
			"_id": "immer@1.10.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg==",
				"shasum": "bad67605ba9c810275d91e1c2a47d4582e98286d",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.10.0.tgz",
				"fileCount": 11,
				"unpackedSize": 246855,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcL4HqCRA9TVsSAnZWagAAQskP/j61wwDUS+zgZg0gpLSs\nFq5jWuLj/C+0NUcyFILdL0h7tWVcV8HzI+pLpNnzg2dpixxu2ZNjVgfPB9eH\nk3hWwq4SLosmzfh0fLKsRiBnslPiE2lL3bv38EdItFIvTcOriXEN7kh5cPQX\n1tM1Gvwx2tbPHbnAdqwEPg7j/pA0yiOGfiKuhC23B28NZAeHj411gJIRStdB\nF5KM7EhRHBYUwa05IMtSBLGMW+e3HI1qyK6P0lGChxJN9WP6sQz7XC8LuFs9\nIbPmbcCEh5sq6zDnU9zswwtBBP0jCBHVpun50LA6UPu1hYh973VPBCWIiUyC\nrvEYEcaDEHJm2vhGZNGV9EJ9jORt//t/oHtdflfyUInkStSNs0DxYZt3ytc6\nwJV29gk4+8k1JHNXldnNEEgHBJ6mSOFoAnNUlyTn/aohpkEnNiT1X3Y5Urlw\nzE0kM7mhFRjOBZZ0V4+1QYzPvegOP+FX2acQNgaYMJCoDjdneKXEqEz0GBo5\nsvCvHMSUCkKMcd5jDQmQV0Ti2FKl46eSB9eDu2cM1+dLUrxYna5aD4L4HXdt\nYO4a1ZVvCaawph1vhXbKWFB1VZIA1MoeifI5oRrI7QwqNSpH3dmT4uU0KeZ2\noo9mARnyq0o+yIi6tCvLlO+lC4wuYaEFYkN2R7dyhh+guo0MR20KqgFBHW5l\n0J6o\r\n=Gmhw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.10.0_1546617322051_0.19290970887207814"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.10.1": {
			"name": "immer",
			"version": "1.10.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "89f64433e22f92413d02edf95a518e4d3e8645ec",
			"_id": "immer@1.10.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-pvkYBC0W8I4akXwI/8+TknTG5r9/vEhcbdkL13SaDkfRapsn4N+nF+h2TO/YesTHwFrxICEP041KKEluEx030w==",
				"shasum": "ac5d4f0a5e3dbe2f02fe3068edc4bc86c9ac6ef9",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.10.1.tgz",
				"fileCount": 11,
				"unpackedSize": 247126,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOOeFCRA9TVsSAnZWagAAh18P/ix+KfDKL1D++7w7HwKX\nuj72fPnpyB++kiaI9vGk/qOUZ0Bu2Y1v/T0mfKS5PNT2lrcRIdh6WDYIhd3U\nlC/OSrSZoPRCDQAlbW2jK0CZ2hG6PG317vQ0AjmMLzi+hIrfNtBN37jwVU25\nGea9ikA3G+GB6ZdRkPEvno2nI3S7iUueMAlJbvaKtawqdBU/i/I5mwcdbEQe\nsFA02z4A18+UBX4JNxNzKTsvFopA43A8n3q7jDJo+Vu9x+JUwbG9vQuzhTwT\nKbpBZ39Kqfh7bKA1V7gEZX4/DHn0Q6b0NDZ82nZR3UdbONFhz7uYGifjF0te\nDwi+W/A1wE2mtCmd3ZjDkbxHpwnaoAQAmAGVso0rH/P7Ja8aeHQnswM6M3fb\nXAK4VZY8elBoU2R++zqAtgaiOSJalb3iJn1Jm5x/q9i6LXbTr96TkQ7D9OAv\nd2ELl+zTZ6fg7IZDY63YCJC8w8awx6WMDFtHufj4fLk9KaCLGLQT9qrESWCs\nnflgaJliL+O9dY6yDAM9UH4bjnelAo6lGDAn88w+N5nhFY87NinWrccPZLKw\nRBxUdkBzCib6ZIL9KMnvDndwSuVSQn592ZVo/aPGdC7Lp1Z8TXdIdb5/TA1W\nDib5mpRcZ1AqflnEojNlXnZxQmhjw330yGL2wc/MaQmKKeu7gOESah6hIQXg\n6fAh\r\n=bLqw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.10.1_1547233156319_0.22793744694175744"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.10.2": {
			"name": "immer",
			"version": "1.10.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "b357e540c73674dfa26eb586a47cb206bd374ea9",
			"_id": "immer@1.10.2",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-yC/yXx9GY+tsxS35oUkQL9ruYqJA19ezt9kIab3SdzDn+Y18/MPnopuzgAE9y9p8mF9dK9EjcqFf4ZJ0n4Azjg==",
				"shasum": "f3e4f1f64bc60d2870261d4986c87724d2b64e9a",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.10.2.tgz",
				"fileCount": 11,
				"unpackedSize": 247248,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOTjmCRA9TVsSAnZWagAAmUMP/iAZM1/RWV+EAbt0oFAS\ngtwTk41lWE+CdwO3YilUfehdSdhGJSg7xZKv2NVeI+lhBy1LPq+mxfBwmERv\nW73HrYUeolU79lZBNBjjiwOe0ctYyDCJ3RBsabl9rDvcQgTSPE4DGeXtEoo8\nKCS2F/WJLlj+pi+UdoidPJl0P4mdjsIvYJDcjWCyMu+lx7Tr01BoQAFNZxuC\nbpqo+X52+IVYeumo3mFgjDp+8IarhTERfukpJF5OZBo9DK3ad3BLAvQ8CsyN\nWoTybMiwvt7xZK/BH6Qd9Rw9ICj4r5S96b2/TmvTL0BT1UoHJeXoSxd68htx\nhZfC9CJvIi9fxUW5Z7kCXeFqCpjd8UX83CtnjPWK8at4WS3/lhvX0VOQICrZ\n2shPRu2rW3yE8WqQx1oZKys2why6ZJBk3ozcoLMjlq3QjrhbCeVd0uLhYQTc\nDtaWtYjn+ePbCbGkAlEiQedT4W6WTkgZQvoU4VnsiPqj22aiAcuqrKgP/TuM\nRXG79BZpxb3i8QLZSmc6tMPYFwzmvpTAeVTO7QJBNBD+2bhlFp1bNQThqHhd\nedUggIqT2uixQ1DSGnVp/Wghp9tOyALUSrIE+kaNtGDt3MXyfoBk3V2omFJb\nJVzqXhwUp1UMC7SQZTnmrfhX99Au4VbrGPSdcWkaJsQWTkSX3u9AC8ClXXL6\nIQio\r\n=1BaG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.10.2_1547253989424_0.5724841022488492"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.10.3": {
			"name": "immer",
			"version": "1.10.3",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "ee8aac05f98bafcb9af9f3d49505336f3d19a867",
			"_id": "immer@1.10.3",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Ts1vR33/pv+7HgM8D9cmGyCsBM55hNyBDmwGtJVzTW5bTl1Z7EGGZrHObKB9v0mMQNTj3l7Mq+1Sq8oOFmO5dA==",
				"shasum": "1277af32560ebb6f74dd416786e1d0e233632526",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.10.3.tgz",
				"fileCount": 11,
				"unpackedSize": 247527,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOjSrCRA9TVsSAnZWagAA5F8P/0YxqZiBKviXsDmKB67H\nBauzXTKCrWi1V5KESAxYxP1f6mJa3mjyyb6S0WMSkMMTWxXFh8zUeVZerCWn\nZwTF0+8cDnZTiTir7QjDb9WG/ylFqih7A16MCIIJEYMZX1WOesuX11S2sUg5\nbmONviQYuQrDd6celAyTjVYOabG/MAwGjWbV+3AbI7YNmFn4KmrJY2EOM3QK\nr4HUi5oj74hIZsf2PXnupvcepT0vuIwlomZLOemG864Z/fSowz+vyox/+ywa\n7rGJUt9AxKgaaGdwv6gKsgp85RHinQ63BKxoaCW4Tr21q3SiPwYmm7PTaEna\nJAuEBNwMy10EPZMtcImq1RUC/EtT7WQjhqArev2PwqGPL+7sMWfVmglN8Haj\npWFgnebGUAXjsLB6hHzjt7L1IjxA34h8u6GujKBy96/bXK/4N81qrhzG1lQf\neaSBc3DMDjnFZOgDp0t1tScnl3AY5mwvg5Yy/8uQBHZ9Awft1k9RBGVa9+2S\nawgV5pshkFbBNwOQ9iOVw/ijvW8YuGgxPxLdj3faKdjLwHPunmT4za/zthDf\nSHtsoXNHXqOFqdoU3t4iv65NzjuHVyGPtoHdil0pamTrE8U3lewaNa9WLTVQ\nWeKehxnjwx3RziO4+zdEOY/Ijcf7k0Cg/5wuz0zfddtlogCP4qyXZjhhU0IY\nfJ4i\r\n=ojBP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.10.3_1547318442905_0.16904432343472386"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.10.4": {
			"name": "immer",
			"version": "1.10.4",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "05157afa75ee708327187cbac1b067bd259dc852",
			"_id": "immer@1.10.4",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-4i8Y+cZQK3x5Sm/YT3R7JwOB6ozVFQuDPqxiiVWzBhaU5FoZ1dCoRH24CmB4z6BH8oenicTW/FrajTUDhajJDg==",
				"shasum": "404c6680981b3e84ecfe556e1ba43a9fbfe708f4",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.10.4.tgz",
				"fileCount": 11,
				"unpackedSize": 247527,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOnL0CRA9TVsSAnZWagAA6LcP/23G8l3rZJKw+1uaNpqD\nhV37JhtcAUhyOtK3gd5VrKbPujmI1NWiRSFIJfS03PGEZdo2B0cSippced6V\nq0fhA1tGHpqrLHrxKdjr/e7oRfptUMWLbhZ09duhO6sfD+0ilaM/dJER1DYK\n4Euvg9VBYdi0NOwXr0OVte/MSFw0ll/Wiq5zLtRt/TtuN5tzPELSxPXiGLYQ\nn5nhqaTIljEdYgWnSu+LaTugoeoQLzi/ry3iV+yv7S6QRmgCjZfaz/9chQji\nmewW7A2gYJ3EMQIqYSw3MXzwYjrR+BUgn3DVq4uKof0iC7MqN8oO0KmrDdIu\nk8uKMuHEVmzNp04090tCqKkwR8ScPTBqXxpSDkPBimC6iucPz5HDO5vI2QeE\nMGZpclwDDX9g1l0PaZl5uTwZstjPAewXyLIjYEQq7xMf3zgHJYT2gvQo4wPz\nhLqpUATQHz3GD6xCS/Jjni4HsC8NYB4Q3FC2PFwh4H5aEua39SwzjuOIk8nM\nYKcp1xEMjd6nzsO1JtyDIgEgUZ8hkTnTscZlOYAdEvft0LAtjU8UT2PrgRpq\nfM1PKPrvdmYCzlFJ5WeiwPflfB2sdOQ6Dm4COf/strO+BHmFa1i9sPxbTFZI\nY9MSZu5c841Xal13JB8CewWGP+9VwTXys9R9Eq8bUmg3uUyG+dvKnhuZ3WwD\ngvaf\r\n=/ozN\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.10.4_1547334387494_0.7463403435762144"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.10.5": {
			"name": "immer",
			"version": "1.10.5",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "883a258f8619223dc81e141ff1df28305f1457f8",
			"_id": "immer@1.10.5",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-5z/nKfF1GQoLCt2JraST2PFkUTwegZDUX3+dd0u2xD2IVxFAbXCZDvWnG8KtxXoqLzRSTqTpf8s/8bXkZE61xA==",
				"shasum": "a4fd1d12587a166da769763f881c0039fa61c557",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.10.5.tgz",
				"fileCount": 11,
				"unpackedSize": 247217,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPLLrCRA9TVsSAnZWagAAWxUP/0h7QwKn2JRIR6mryYwW\nvSuv7flw9H21W3vxxHMKvawcEJ4Bz1RjVh0mbMbcMGWW6WNUYdF5VpYjM+SO\n8c51k/Hc/9KT1+6GQ7aDtvT1cbY5BuWvvY94i6hwxNxw90mbvJhzxQxBhUuV\nVKtyK4NtyVwRKM16Ho7AyuaoUhS26XUP7cQUvA+LnqBLaillYAB2QV5thFTz\n2baVlshFVljQGFmBWozuAApmlVCLxVIchlwVOInBuvOODz/8vpMURUI4m64O\n1IkKKR0PaJNMXZOluSbK0fTCWy54bYcyJMPygJjgKRhg5UXdcYiOIB2zbHMW\niQq8LHDxwm1c5Wph8lXCKXRY8MQ++uKkECZ9DzkS+OV0xbltgqqZTwPgc62q\nHczQSmWBMhwBTighlWlWc8ti6tI19xPOnV/I2lYwABHQNMPHakcfCJowtzzZ\n7sJKrzDQW58oiRqBTfMxuOmtePf4DxXPINVGSn8mRY65cDq70kgipkoWUy0n\nhhmMAl4y1XFFGj+ppqYmQI8f14e2ACCKnJhoaysX6TekomoUlgbSzq2bry5z\n312t53Dhfx3/6d2A+LL8XVrrrJe2DpzpciisujGdYyzE51ILgIAY/KY/zdQu\narHZETjrJeHZ3RuOeXM8XPu/dvl5kIN/aJ0grvCBeFsxSQ9Azy5LYGkrPlgK\njOPU\r\n=n8lC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.10.5_1547481834600_0.009748775502116835"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.11.0": {
			"name": "immer",
			"version": "1.11.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "f7e0d35a4d1a8fa5c3ac015e2d16288de7b27947",
			"_id": "immer@1.11.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-km4oPFNJgumn4+PKZ+B6ZCkIeiLx8HvryOmxQHfN8ATPV9jLzweAK0JH9T8mplDLyrUi1xlGLYlAO7wDYpTV9w==",
				"shasum": "7fe413261b59727c3ad02e22e8ecfdd2d0ab60b9",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.11.0.tgz",
				"fileCount": 11,
				"unpackedSize": 264540,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcReBYCRA9TVsSAnZWagAADowP/332KcE5ZPAYqq/2zhnd\nFWZQOPPzF/0qByPH6lFnisCc6j0xnKteLDBnFsfTTxn9OsZFOSMHoBM67Zlr\n/e9zmc8DOOOV/55IphbNLS37KcRdG9GqVOvLGMnJ3GGrt5BDZXrt2ERfoAeM\neWj0AZ3VIpUsONqC4whV694QEtz6yduIrCIBIyOXs0WBYFXkvIFkJEbWfKH5\nwzGJoyJ1TThcD+emPxqrfHsrLwIB4OLxC4zrXVZmh20wH22Q+YCyEbcdqZDT\nLrBE3tcQ9KXQYnPe3K4iPLCWXDQJPA6Oz0nN3ZR8EDHdKu54rUZ0cVnj4PKJ\n6b0+wrIaHaWSgHdV4H0HSvLT0jVfjsOtHsvwb1tcFnD2UpyViOuDNHy8Dx49\nKmsXmC6C9sUZz9k5c+648RyPN2FVLkS+79bqxXG2WUWii3InZllPAQuIi5Vd\nfCR3RiSGzyCn8SFrfazgdUoz4Ag4sr8MsGZy2y3CDIYTmbGX/7CIHY4pqf62\nBfjSJTr3xggwEwJM/JCTl6v2+PtE5BZOYpIl52BvmYkKZ0tl1asQhzqtUUj0\n3p6pjI78wzWh2p3bb+l7frrBTf5n3uLrZkSiFDWo44V42jvXctcDFti0t1/0\nI5Z8ZgscVS5vw+q/qGaORHb6d4dN60/KRIlY91grToKApN16zR6CWSMjwcBC\nZow+\r\n=pXu8\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.11.0_1548083287204_0.45364261750630774"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.11.1": {
			"name": "immer",
			"version": "1.11.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "d57433b5ec5724f8e52acf83b4afffa6adb9dc1b",
			"_id": "immer@1.11.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-8mWlkSvGW4pHolRJDoOJM/ay3gwooWtr6K3Bzy3+DnMS8Pw4PG+jIBazQJMJiOZb5vpv0DgTpCz4PuFfHyAtxA==",
				"shasum": "cfbd2b52b1f92f6a4698489f34686cec568538a9",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.11.1.tgz",
				"fileCount": 11,
				"unpackedSize": 264455,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRzCSCRA9TVsSAnZWagAAkSMP+waT4T3v+DRpmiQReeKO\nxveYdf2naoNC0v+Eo460Q9z+8mTfEgovt4ybwkKKDSCNVUPDaUEaAFmTzZ1h\nU2OijL8q2uU4bjjISjMo+IUEGiH/nCbPozHFLFaiWxl5+LyawpxXVaW3ZwKK\nFg069RdUCeTUboULL6hW3fUC01JIJ8mMh00ZkmjlkIFKY2GE3Eb4HH1fYCV3\n3JcXMhBc8o8idNE6EYCvoxDh8vIHtzOoRvQ6w1AwZTyCJsm1AH3lGOJIDGV9\noEZecsk9dzG5jVTSVO101Kiykk9rTwhHTjAhmC1tTVXrJAx3RVafGkanYHfF\nfrl4+1t8MkWmXXaX/26bYO7iUF+UVrUg3jM6C3dJS1gem/xSZnvUBeAirRpu\ngZWl9bQWfxwmoQe1w0qyHxrwmW+vnopS4CzhgjnkBfNj3/kh1fPOhs7hhVnh\nCLKvCwpCMhYYdlh0SZmA7Gr6tMMA2N0uodipQosdiEd7jci/aLy2eFNhcc1e\nGne/RNyDSFuLEzsK7Otyg3WnaIFEbep4nxuDpBRDpcUuRnOHyJQ9Ie8vEL69\ni51mtP6Vo53CQuWwbsayZquhf3sREWhrVoZLJh03BIyUYnZxltToKloNIqXH\npG5B/EHQrxX/HkdQ7Pup8+LlQcOI/NUXDqysNal/plGvnk/KWPpIqAjfhDWy\n31VD\r\n=xZk9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.11.1_1548169361779_0.43764522083600954"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.12.0": {
			"name": "immer",
			"version": "1.12.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "c89d47d0041a8920a7a816a48b950841e41fcf6a",
			"_id": "immer@1.12.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-P0unw4sbgKsQBG3fHQ5IpdLWxmGpmzwmPu0dXpA+H2OLSDJhH4COhSwmGTWyFKq3X2YvoVRbvkBV927eyRGt4Q==",
				"shasum": "36063119eb65fa3f0e81ce000eb22f4eede9762e",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.12.0.tgz",
				"fileCount": 11,
				"unpackedSize": 264708,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcR0zhCRA9TVsSAnZWagAAUBkP/imv/AAY0UsEmms6mbhz\nB9SCTHBZFcAV6kqn0rOZgZzEMhaQv9+SdB7SQUUaxsaAmqdEGpCqOxfai4Lz\nAVtdEuxDruxIFiH0Y1RVTchC3VFkpT5uMDzxxfq6XicTgyZeM+GtW8l1rcaJ\n6WycKU0i7weD5MIe5smSu20A1UVq9+5FdRHg+PUYwUHimyrvAUlj9PMDv3FA\nHiSpSoNR1zN8+f/oHPmr4vWKip6COTTH1w8hMSpjjq2ezyCLGO7C/M5KP/oz\nr5mUCPeK4YPehGW180zBaCsJnZBOGdllfNtBqyrut2kTFhmKF8FnF2oYpswG\nPcQkqxk9JKD1nJHOxq5hPSs5bEcueBKgnmYk/Yrm6nzLjnb/eM02rpbpiITc\nGhBdEyOU/4F88T14WqcUKhHqDWBZK9kPPcDsNPjyX8/zsj3CqAL7C9dbpNTR\nkiq9QVR2WDQir6g0QQ/PyZANAo1Z1kGILWjPuZXl+rpfPu5WZ8XuMwXIeus1\n2uJOvSO77iVyCprX2788FG9FiqAoiqNtKhkikUzqMnbJFIFkmAi0YVVeSPK5\nW6QGIsmZ8WbCgk6YDCLuDqiJzhSw/PeOtEFHV9PI2k0hOfOg6Q3SkMHWueR9\nxaIR7CFVscQ0GXHI7F8CtRHq3wfoXITmIRfcTKAhM3Qig4SaPJmb3sQ9Iq1H\npf88\r\n=OA5f\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.12.0_1548176609001_0.6163499907668417"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.12.1": {
			"name": "immer",
			"version": "1.12.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "d41be775b4e8b995c74cb82276f9bd9be72072ae",
			"_id": "immer@1.12.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-3fmKM6ovaqDt0CdC9daXpNi5x/YCYS3i4cwLdTVkhJdk5jrDXoPs7lCm3IqM3yhfSnz4tjjxbRG2CziQ7m8ztg==",
				"shasum": "40c6e5b292c00560836c2993bda3a24379d466f5",
				"tarball": "https://registry.npmjs.org/immer/-/immer-1.12.1.tgz",
				"fileCount": 11,
				"unpackedSize": 266821,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSM+RCRA9TVsSAnZWagAAmsgP/2iI1qDZS/pdl0OVuwKt\np2rPa8dXcMGCxHgWNaOFiBNJjwLtc8a8l+Q45Id1eiDrdhawsew+Vd6+3PZw\nqJ6cFqjsBCj7auN9iG2KQwDdxiKa05EnOBaqXeeB9lmBvzm1ylbTOKw9ADcY\nLMBIA0ZT7bl3EaPgNPVXijtKUk/dykC935Jv69jqBRhBze2yJ5Scv1BZNuyL\nUjO65Rss0deWbkQO1iaUkJNli+9ghtUcy9a7IeO8H7/rfXs4Vk/kD9jIGjfH\nJkVM8LIuORVp9BeE/on1Sp7zbNbtbRR1e5A02bdX5UGNJUuJ+HWXsJDah/ve\ngg4RLldpEjkCN8zRpsNdCWRd3mslWCg4GN/RRx6PPtBRVv3FflKe0oA1DgaF\nX6YiLn9AjLaPt3tsKVC0dJD7MK2jhhu3qfu0wI1BzuE+8lirkOkWKtWlmpOA\n/ZzK8AgFL6gQjvhMfjTYihADWTFbtcke5XIiROvgv4/HQVzu+HNR+mLvUnSj\nmvvXmOwBrh25qFKko3B4TWzeleUSI/ZZioGixO0+JR62ikFy8Qgd8ra6BzLM\nSdGeIM5azdeCEMIdrstlAos0hU+QItgBMK/1Cpk6mO0t/hDvtch7JRsmabH8\nq1jG3/7ryYdb+TcHdWaKJDqF5CnWNFY2froEotoUsMZIIbIJKm67ppw4KtiE\nXibp\r\n=MGlt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_1.12.1_1548275600492_0.4070729886636897"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "immer",
			"version": "2.0.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "0f76f98bc8c9d9148d0339c9da894b3a15bb8aec",
			"_id": "immer@2.0.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-qwwvbGbidU0P5SjO4s1wZ9hjNj8fQ908UVtKDSAYgxuDiY1MFylCvsQJSr/fUUo3aeHdxZapdpzPi3vpwTUXUQ==",
				"shasum": "d834c874d2d249f73511af39f3ef1ed3b7411132",
				"tarball": "https://registry.npmjs.org/immer/-/immer-2.0.0.tgz",
				"fileCount": 11,
				"unpackedSize": 296628,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVfULCRA9TVsSAnZWagAA7RQP/R1bvuYRMHxVSErSPQFe\nXnHswjn9FVqKIU4XG6AxpF8HdrPyKeLr4T0HnIWzXU6+NU6UXMMROzifiyss\ndVhJef9No9P/rNYxfL5C3wielnKoiGARyKrQ18TXfqteDr1NTMdOVKwuPN2R\nUMPNXsHsgIUiEP7pdxA3gEZoMAoBGSwdenKh9XObLtg0xbTDl/1aEAtdVXUb\nO5mpDQPUc6VUMkkuvqJQJ1fsLB9m9pEbWWenGvtuvlPLLXuc3v3CRb4PZZw9\nZs45skAo/+2jIXkXxtv5a6PenfHxuW3Si8KZfUSa3S6tK27W3wRc3wupnH9g\neBuN8uDHWqjhnDFEmvR5eUCNbTFN7/yySzcQzmyOfRcs86Wzt74oKshwHMuZ\nQ/mPKgTiYi8owfILj9FXVhA2kq7wVbtKVewcwx9pcQ4PbewriSl0e9O+9DZv\n66zgdcoJ7ZTqErhxB1MrkuVvLmGc4HlXeciYvIKYzWcMmALEjWOhEdtT/2jr\nSukVJIx8ZziOCRf68Y4+KxYKPJMcemnBP5eXLXlO9ntOQjO27RBpIJrsy+bH\n7xWCQrrESa7dNiT0Uakz0FHo9nuB1i6kq2C/zmf3bWrC5Vbi8i82+gKPHRQP\n9/4/NJkks27DULhmoL5OJbfozU7r66gbW01YWkprNf6SqLn+zl4oCsW2xpWD\npjbq\r\n=dVcp\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_2.0.0_1549137162750_0.7069106413818811"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.0": {
			"name": "immer",
			"version": "2.1.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "fad74d39bae3e55bc54bc39e3107484b86db06ee",
			"_id": "immer@2.1.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-YhpS59RNxurPALgBX0bmTo4M04rXzruEgKtGLZ/cANLYc1bB9DjgoyMuuF+fcpA5voD7OOuSwYqmsjhDWX2c0w==",
				"shasum": "d20f903b1f06a673a8040fe6a8b18bc803cd78ca",
				"tarball": "https://registry.npmjs.org/immer/-/immer-2.1.0.tgz",
				"fileCount": 11,
				"unpackedSize": 300369,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd/nHCRA9TVsSAnZWagAAHQUP/3AxlczZdzFd022V2mXu\ni2UqzwXc1xVVxkSQY+s9ZjJC9Ze656XtbOgk5bIfSWGXm1bDtRi/jGhxTSw2\nbP+rgRepRhSleeUOm1XIq4SK5P6f1V6AeBTK1ynUxpBZE7KXqNkA4pWWF2VS\njQpe7B5MWHt7ODB4TMhxIr3X5fyS8AiQlpL7bCVgvBP+Hig3fOtP4kr2+oVi\ncY1L6LclHhPu2tantSyUaLG3lL1Idsf7Vupxa2gVeGHvlG1IVckR547yE9Ng\nEr8YoZo0BYceWJLsJb0AoVKwJ8biRqlnUms6JOWLxDvYER+y75OEDWi7Gy73\n0nLAI9A1BTvnpxISOpciEXk/N7PAcYJn4YvpYtTWEVujbEa7DjpYUVwCPa0T\ntx3ZX7GYsmDsTUoM8/3437veSMsIZhCRGTmAFQRItAqmJxCP068CbL5NUr1/\n6XT2TC8QztKS/Kh/6p4Pg1flQcSJeAhCSaB2L8dRRoRX5SgXcB6SOqMTf98B\n9ATS7akcRG2E59xEJhTqCgvZEHAwXghKKMoABR5jVEUm/7Fx3kG2kWdCaOGO\nInF0gI7m6iFqu6W9valTtx8s+ILG/dWnn8WU2v0eyWI+iXEZSy6nz+vGeq3i\nmMn+4zl6XZWAKoVz3ZOS5ygekt2LE1qnoI73atBzkwfRkKquqiSFKX2bGuWQ\ndIT/\r\n=ZS4Y\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_2.1.0_1551366598717_0.06802533019295298"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.1": {
			"name": "immer",
			"version": "2.1.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm rollup && yarn-or-npm typed",
				"rollup": "cross-env NODE_ENV=production rollup -c",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@types/jest": "^22.2.3",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.0",
				"babel-jest": "^22.0.4",
				"babel-plugin-external-helpers": "^6.22.0",
				"babel-preset-env": "^1.6.1",
				"babel-preset-es2015": "^6.24.1",
				"babel-preset-modern-browsers": "^10.0.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^22.0.4",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup": "^0.54.0",
				"rollup-plugin-babel": "^3.0.3",
				"rollup-plugin-commonjs": "^8.2.6",
				"rollup-plugin-filesize": "^1.5.0",
				"rollup-plugin-node-resolve": "^3.0.2",
				"rollup-plugin-uglify": "^2.0.1",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"uglify-es": "^3.3.6",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "02fed2ca6de18cc8e8728a4f887fe00c09a3b22b",
			"_id": "immer@2.1.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-+S4ktJM7ugEy1aIfpsjTVf7ZLMMuwz8QqSxpJRZaCM+0ujfeU4kWcj57P02qQ/KRGMw7DwUS4lCKNNROHasXkw==",
				"shasum": "13abfc251e742b7dbc23e7444a3bd288c7394e43",
				"tarball": "https://registry.npmjs.org/immer/-/immer-2.1.1.tgz",
				"fileCount": 11,
				"unpackedSize": 300491,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfpVcCRA9TVsSAnZWagAAAuUP/inBzmWpFPsdqcyZlqd7\no8AXYIxPgcRUfU3zPxfh1IB2iK8HXUZoZFlwEelVbSzNm8V1OmtYAePtzAvs\nZBQlGdkPbJALDB6DZeoKNELEu3/IcLOGBgfIdPx7G1AnECgsKIMaUS/RGkPs\n5R9O4BIjci7+t1HheZJJu/MDpHjhcya7y0RGheXm9yHZV+OgYN3qZtJeCkI9\nTyIxtXLEf95rmEWW06b9gkugnevRwOJIdwRcpFds5/oMvVStKzh4vFuh6WVA\nevpBbbeEDsIRxI4CdJF2XgpsvS7eM8KpAMg+NlUS4Wq2bvuf4gafzJpOaYfj\niMlrLflum+jOYaftIHZZanaXabiJWpRasfBk8FApYAlfkZ8mn1OARfPG8A1D\nx2JiTLFM3OIw/RnJyzQm889MRvlZxJU63AYFpTQ6Z1IEtHH60PNExNif8lDJ\nFOkUxpzgq/BhglEno6VRHAtYTzCg9QWsrL+34o9ujswP47Peb2HviuTw6dSb\n0g8q9mVBK0DF01kCzeszVmGcEWa3acTcCdt/XBhNqpkW4uMRIZY7ffj9RmRM\nI3+yZEfLqhQsTs36ajFPHKmUg6SP2Cd/Pof0nBpRBKiHhZCRu1uzWm0fU1Me\nc1Cxspha328t3vYfHCj5XBK3L4wKMr+iEsFFpQYMIqePU5lf6nYkqRP+1Dx0\nZdKx\r\n=OAPw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_2.1.1_1551799644010_0.18968748530155732"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.2": {
			"name": "immer",
			"version": "2.1.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.mjs",
			"jsnext:main": "dist/immer.mjs",
			"react-native": "dist/immer.mjs",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.2.5",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.4.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "0e5ecc9f630a60108926fd172358c65777705b11",
			"_id": "immer@2.1.2",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-4vHC3QtwjIkEDczY3CsBoMhLl4VvmjwPSIWVWHQPAJlk8U6zCwH2ovf+0z0TTh14bFg9yE++4TcSeIf3tumPQQ==",
				"shasum": "c307cda2a899a2ab235c990c2d2290755aa87e6c",
				"tarball": "https://registry.npmjs.org/immer/-/immer-2.1.2.tgz",
				"fileCount": 11,
				"unpackedSize": 296714,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch9F3CRA9TVsSAnZWagAALBcP+wYZXAfdyZFAqNUkvVkD\n1/++MZEfrVdnvowD5fGfJPUZK9n5TqDD6367PyJJHXNQicewnOCqtTNWe+Mx\ndEl4TTngd9i5zBssxKUqrVcCCav2TCqVrWSU1WCHyz+IhWhMDjyivmkK63hj\niYKcWLai9L+oBExIv9FE9mYxtqgoLZhEqGfh/vv/I0GCXQZ4V0xViVUtG0rc\n8Rqt3lRgi6ncv5chTh2+7RtXkYnVfTHsdzlLJSEl2e7/UfGEkOZYalqVpU/S\nwmAeX6X1F/R2OT2m5r7vuzOLqWlF0Aj3NMGMRTMGmmC9Urxq/RvDkgcsLIFL\nRRTS2J78foRD8oP6TGmIo52k5OUhgcd/AUEUBI3hXdCLWQYv435cramBL/AK\neXF+uPaqB7/Lz2dY6RotANobEbXlGZPO8+PVZ6Nm1Pb2MhTQxpduyH7NXgFq\nqM+h8WIpDRSln3b2dz/Xc8uCzSaR/qlz8W7uc+kcaPFNbjkxzS0nlzb4RtDY\nF8EnzSyDMvjA9eiV7ytEwm9+fgHkp1D2LpfZeXSz3bKD0587IQlsijwfBDkF\nBsV6VEnJOiH6yftp5PP26/5uf+0wCkxgUgOrs2p8YnqxZl1WGMdlBpT6FN42\nqYmLBBAQQmDTizK3XfQ6yD1QlJckjToy6+ppSdlW6ZC/kMplwuWPDoe2GFC1\n2V//\r\n=hWee\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_2.1.2_1552404854316_0.13343347608777711"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.3": {
			"name": "immer",
			"version": "2.1.3",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.2.5",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.4.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "8b33b9882e3c0981e04ee3cd1edd7a9d774612e7",
			"_id": "immer@2.1.3",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-rlXI8sYY22/ykqFodL37W1/syMhYDVVEsui5HWrQezgmavV6f8oDbN2fKBH6XZkjH5qz9hapbpmgDPYOufJsfg==",
				"shasum": "56e2eeffc4eff5d15111a878041177cadcfc6f75",
				"tarball": "https://registry.npmjs.org/immer/-/immer-2.1.3.tgz",
				"fileCount": 11,
				"unpackedSize": 296744,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciPXJCRA9TVsSAnZWagAA2kUP/1Ei4v/8yEdoRs3gE7eR\nSrB4Cp/N3linSvxSmp/EUovCSGtBn48heaizAJ/Qlh9fa+5S1n6+aOe2xv2X\nU0Y5HCJ3DxT0PJ2yPQ3jv/Ozq7GwtBVMitAhs8P2nZcfsq/1HMLwi21k52zD\n08zFtpRUTcugvdHRSV7r3xxnTA6UhF4BL2B+70rkm2f5aFs5EsQl+0WCva+p\n4mrpPr9w++jsyH0zF60jy9ltwV02KOP5uHexh/ZBwmWvdfaFNFIB/jp1RXlc\nfgLCFGrMqLg3jgG3mMOQ0Agmnc6ajHaZcLb8QHo849s7bdiu/IorSLFuvNZv\nhWxzmyYih/khnjO/FMMV1Nv6u+9yT6YaLvl82XH+oDSL/uEuErkPAB8ZUXEg\nSSkP+dYgmuVZrhdsao8DdAHnAKy1hwjlFxMwBkfC2hl6ODngbgQOXEChLxeN\nkav7dRd/aXHGhm6MXzx5QImWCxftkvteIdLAB1wEGOgSZggliwotg66xYy1p\nfxe0ctccmi79xv5nFDgzSedSSn1NoE7pulTFAtXid6eUDnlCYFkie3KORRUh\nP7aByfwK655Z6OMr0+C2ymuIsziBow5OOnM14nHsmvGZyf7zRbxvhb2SuKB9\nlor6ZbfGdwLP3i79K9Mfyd/tXgAyADiKmNMqTLcXpBUiCK/cbhLt3utNTZxb\nlql5\r\n=Fggu\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_2.1.3_1552479688825_0.9787792899337904"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.4": {
			"name": "immer",
			"version": "2.1.4",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"watch": "jest --watch",
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.4.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "fb928843c2025ceb9837663e0d57ece603616833",
			"_id": "immer@2.1.4",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-6UPbG/DIXFSWp10oJJaCPl5/lp5GhGEscDH0QGYKc5EMT5PLZ9+L8hhyc44zRHksI7CQXJp8r6nlDR3n09X6SA==",
				"shasum": "92545e07c2c28b94afe0752364a35f5693b6ffaa",
				"tarball": "https://registry.npmjs.org/immer/-/immer-2.1.4.tgz",
				"fileCount": 20,
				"unpackedSize": 237086,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJckTEVCRA9TVsSAnZWagAA3fIQAKG8itJZXbHyqrQiius4\nnB70bJnlGbdGBznRp72CQL7AlnS5P8h86Kr+H8QpPYTpK31CY2IjN586POSZ\nR1GBL3fbG4j1r8mY4ZcTyuHobdJ4KvezMeszp+xu2i02WzPv0ZdYta2Jb+RW\n8zoh+7NYzxXtzmfe1Q2QuLvR0MmbPtVYNbzTwFHAGBWreOJlGfi8q/VDO2sM\nAy90vhFdrOgmuvHsqcgARe87AT+q1UYgu4YiRwTnsPHa+cnt/CnuMzjFmz5H\nrvzT6PDLfoXVsupMqIFGjuP4QIIgOtwOX5BonCMTvLc7N6K4v26NpRtAhCd5\nWdEyYGC/s52Ow+GY60wnLRKP6yHEvYGimYM0Gsil0i22IOfTu05OU/wlAQ3m\nATuedQxNDCO23K4IL+NXrahjQbZrGUyxnddI4gwjQo27wze/E0YMlg84nbY9\nHKc3sRkSliIu86Fawt7uzrZP6gu3s13e1FTlW+sdfrRcbr4VuER9ac34Y+eT\nYt2YXaPSMYGLFQxFLzSw9Z0clFIifv5h/nxatMdZJAmI58yya0Q3uvmNbpN+\n25dLEZEGk2tr6vUOTdW4j6pmPEoKUqTzLXrY/wvS8Lxrfr216oOGnxueQ2/8\nb5RYTehb8XuGt/IsE/uaL79BtBRRQn25wsrd8xT5FzNdR41SKC3u/w+NKkbY\njeoG\r\n=hT+V\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_2.1.4_1553019156123_0.6076337266585035"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.5": {
			"name": "immer",
			"version": "2.1.5",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mweststrate/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mweststrate/immer/issues"
			},
			"homepage": "https://github.com/mweststrate/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "^1.9.2",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"typescript": "3.1.1",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "e592b5c5732a52ae0cdcbf900cda0bde14c540f2",
			"_id": "immer@2.1.5",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-xyjQyTBYIeiz6jd02Hg12jV+9QISwF1crLcwTlzHpWH4e0ryNWj1kacpTwimK3bJV5NKKXw458G2vpqoB/inFA==",
				"shasum": "0389947455c5a2c7a47f1e6f415c9d1a62a1ebed",
				"tarball": "https://registry.npmjs.org/immer/-/immer-2.1.5.tgz",
				"fileCount": 20,
				"unpackedSize": 241180,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpkfUCRA9TVsSAnZWagAAKO0QAIR8KuQ0oTFv+tamEjEV\ngAKHEeG/2XyTuK+35UmmLIBNXhtGXX40xQ41P82yhEnOplZH72gULlP37AX6\nOiMLD0N2ZEAKftcrHj8SZuqKF0qzROnipVcg/tJlerV06LrIvFqYy+VXvPy8\n4mvpE6z+EASMzoONWQQs5X3u66mEMvk5WImkS1kLEJ5+0+FByq4gwy1lRY26\nr1QQ2gowIGij851ahavxE3UM8cqVbZdYY6vWu3yjsgT6P8R01rk+ZxZ6PP3H\nPLAmFQGxQZ5EZzwWIHERW9FJ94CDoY0SYGVxi71VMM6Mhx8LERIjJ7UCIcSf\nlSEaX2MHSZtvzPXGlUcOKpNAUiOJhmBi0neuRspHOAzE6utcqlpNmA6UzZfv\nj4Qk2sGMcNoMpcmXuPCojztJ0+p6XXpm2ME7nLf1PpMC2lsW0IRRUYGDe4EP\nMtSmHiIUywePHDtxu0TqUIo9VL1ElZyq3kqqr/6QeV3axHwEm0vfZthE4ynT\nMQCzrePXBtFZJtpvQrgH3vFC3yCpvOXSPgFu2Si8oPlTloQTmVGMKi9BrYXN\n5uydC4ZeoIN/aTad5bVqkbxhnISSjd50hta+1T7TxIskYqkl5jDRmQhe36ZR\nrfZge3rtqrjW7+edQg66lnRB4wy1kfKvOmE7PI68I/rLAEBj90XumMqdRXd2\ncW9k\r\n=3jhR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_2.1.5_1554401235250_0.3663265803277074"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "immer",
			"version": "3.0.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.4.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "a437755eb010961c6d67a78cf1b04c8374edae01",
			"_id": "immer@3.0.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-dqLrAUJz/G7vfcuQG6GdjOGm+5Mw9YJEvDRbEwHwzBPBRziZYevOq2P1pF//B07CG1l28ZsjSqLz+RziObkaDQ==",
				"shasum": "3991440679116ec2d6b39b0ed5341e681b26ebcf",
				"tarball": "https://registry.npmjs.org/immer/-/immer-3.0.0.tgz",
				"fileCount": 20,
				"unpackedSize": 241503,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJct0M0CRA9TVsSAnZWagAAnBAP/1Qf/vHncbgkAmtC5ogz\nmi6k81NuqWLMblncDjRQzAfI8eE/wvAGxF6QUV/qPRZ4o/ZT1LzSIliXhQSP\n52JRqbxebnzf+Ve4XLGNnMtCFo4h+Ukc80UleSzbJW6QqHrd4J8ItMgzsQMQ\nD8HmAHc9tTD/kw9OyQVIMHvin66SG79gXcWnU5mF67dySc86WyVSiz5W+CPr\nZaadJw6wwawf+BAGpw8iHyNBFNOqg2NEy8msMXwne4gxb4yfkcGWJezciFl0\nbbgxG9mVX/ep33TXc4FI9M+mY2vwIO9m4X0aAao7oLWErfE0VIBHh7bo1jmi\np2puzkwt2ZINdFZq6Z4baJrSR8/SjjDp5TXtTtMeOXGkrEsSSaCh9UElnwkD\n5A92+/dQ3/cMC/J2hxfwgU1FOdY1A8nqf0YA0P+HNvyKneAETMzqmqW/OGwa\nj4h/RvBDo+RZ/Mdl6GShu48ahdhVlfVI6STFGbTuVx3Yc604+180mVIXLYoO\n56wILN8gpxouekUeAJ+m2RB2BopFeroiE8zvFRgRFFOjpf1r0sLOYUF9NNfm\ncbCHcfWHbE5ESDyYVaphSIfRN06RQ8oKGU8HH9jIE9mL/kvtRE7FvpTG74/q\nCnSlvTfArl78WXhiQkr+14muS7p6704RJZXgtxAHx5+71ay475HkhiPm4kC8\n5/kP\r\n=qNJT\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_3.0.0_1555514161386_0.9276222992213237"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.1": {
			"name": "immer",
			"version": "3.1.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.4.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "47529d31909607fd741488cccab24cda5f16c9f5",
			"_id": "immer@3.1.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-8mH3vMqkvCy0jADoJGJR/+RNsIJOsrVhN1/8NBSLGV+Y4S8bSQ5i2VsDHu+1fm+IFhd8cZFX0shms2nsTBJUbA==",
				"shasum": "eddd2c28403f494df604992c554eade8d9e5c2bb",
				"tarball": "https://registry.npmjs.org/immer/-/immer-3.1.1.tgz",
				"fileCount": 20,
				"unpackedSize": 241650,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcuId5CRA9TVsSAnZWagAAE5YP/1gwIAKWcsaIlEi2Ki6d\nRSbGM/l1qPi4Cn8gpHue1ddgcW6aAb5tfcjafZyBRh3hQd+bfILKgxMHOtW3\nSA/8AxOZCTsN7LgGYbHb2d1BHqLT/wZZk7fF8IphOkjbQQ7nKS3FSZceLFH/\nn6ywuVeXAS+pAe+pGgd1IDZukRHmKtp4OZrUFBlfO/bTXo7bkFeULz0sWj4h\nSK59TFggG7mr+jlJnHX626FDCfMcqYiZB9LOs3IoOi9wzFu2Vo/t5bOWE3HP\nT8+828M86zGAa85ozTAhijJotBWi1XddRJ9FT9xf/zEdMRwW/u/080XQYPDm\ngc7okxkcAByHWwq+/mXxqwQev2iTjCJUqpfEsoDV0HekDkmpEq61+i6ZT3Sy\nHM+2cNerunQkIO8KjtdGqrJZVB418pTkyN7amhUWkB3zFbBIH2K26A/rqAkP\nR46kcyEGkt5yC+h9LjULerpJlA8w4sqep8kGFgT/OQ+wdBq4A+j2RxLQvbTU\n0SeQPJIYKauVCp+jr+ZV2db955GYDBpV/p1xzv/32GCALNymUSRh9eNgY5lM\nWR9RroKNmh/x3EFVjly6uuw3QwdIcMT41fPnYuBp/4hUSoeqtDVZdJb7g1Yv\nNUgKtxniIu0g+pFodaNZsxc6DeshLv6IAkMp6sjm2IO6NeOJp56S1hvoNuZx\nGkMq\r\n=gT9w\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_3.1.1_1555597176776_0.6885418873531861"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.0-fix-362": {
			"name": "immer",
			"version": "0.0.0-fix-362",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.4.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "4443cace6c23d14536955ce5b2aec92c8c76cacc",
			"readmeFilename": "readme.md",
			"_id": "immer@0.0.0-fix-362",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.15.1",
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"dist": {
				"integrity": "sha512-bzy7zRWyiHy/2j0E2Tbii2PD62pfjDHCzMSZArCD23HO5r2L8DDV4gJjwK31EG14ZIfz6EeNxKMZVsCdo+1xGg==",
				"shasum": "e3879f9167cd5b5596a6ccf7139bbed22d8fb066",
				"tarball": "https://registry.npmjs.org/immer/-/immer-0.0.0-fix-362.tgz",
				"fileCount": 20,
				"unpackedSize": 242299,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2nHzCRA9TVsSAnZWagAA5t8QAIAXCftgqWr542xPkaDp\nkyplx/QESlT8jXZeYrHGVlOttjivon77nCbfAogz6nZi3mGPlJfb2sqDKsaW\nrs4GYVmjoQHFrHwTuDaULwceU9JWyJzI0OUawluxuP5cLkPWnopX40u8Ji/6\nb9nnNsBFzTqAXxkX8Ks6xyZbd+1oOfBdHaIc5mW1fysfYVv93THfLFXbOdgT\npk6jig9TIamp6pwZlOQi9zscQM4wxq+5HZjwOaS3XaS4Ml0Pc56iDXqw6emt\nReu2LP9g9kULrQhAgiTNq1v87kyfnsyrGvx5uytAbtf3HUBuC8qrXrZc4AA9\nf8NjlITYpkjV/rJaxpaLSRcNvHc1Ed55o8sKs8ZDtIPfbSu90uvrh+NkCiw3\nw7LEVAZ3tTe0qNbTjdJoJoZQtqON3cnSGVfrAbdLz0K90HSPMlGOcqT39s4B\nDKJNDfyDipI29nl9tRSnCDIk6yvRiaG9gxXDFGep2OZ3vluncaugwjmaOAim\ngFd58njxLnWXeN2t9/qx3am5eNtkrZHNIeo1PGp+7D0xrwywHjbulPJCcHnr\nCCogIo+EjE7dbMGNfgfLnA/cDlStSNLzlYOEJQfwWf91A6YuFxdG8egeh7Rl\nP+w1G/ZC0/AuUhCq4Vx5cp7PzM4T9NpU2Sn79Al+R2KtdbLHz+zvNV9qou+C\nUFcV\r\n=Z+ND\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_0.0.0-fix-362_1557819890648_0.4650251679115087"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.2": {
			"name": "immer",
			"version": "3.1.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.4.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "c8ecbad52a71aa834f8735c79c8fa56c9c55c4dd",
			"_id": "immer@3.1.2",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-pi8JuvJ9c+98DlpDms/o0YLLg5khP8Qzjd8CtIGc4qVm2eoLdQGivJL266nWccofKT/oBSxnhAh/o+nmOXtLXw==",
				"shasum": "1f24f2e25433f5ff168a1ff6c8c6366d2106e61a",
				"tarball": "https://registry.npmjs.org/immer/-/immer-3.1.2.tgz",
				"fileCount": 20,
				"unpackedSize": 241887,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2y2gCRA9TVsSAnZWagAAWGoP/19n5vlu3d8bcRi0SqTy\nmA4+28eAmUE5wcUGduvg+2CRQlR2TWu9O2EA6LB5a0EF/6OkyDZOG1Mwp4TX\neEr1tKGbJk/8eAZ0914PCQY22iSSNafS+85dkDUqnW0fWFklJdITznGmAKII\nH6DK6+Poavh0QAV/1JBF0sWpGtTB4jz5VKlQpA20wQY1kl/wyFWYUAi0PRmZ\nmh7JO9w8NJEAy/4JT7Q5Exw1WE61l37Mj78Iz2GOeppug2eipH5+C4YQ+Y/Z\niOy4d4nQ1D/ZxnP7BpY8d9DZeTTjt2Q9NU0y0NvM9D8BPZ3Krz7COloJRI8i\nR6Ik+1zb+A7kU/zH+oDdH/MhxTMIrJanAopF+JILo6UbbjhKRscTbSRUXmcX\nwAKHvIblafBimW7evQqSqblCjdWyI6MgSyED7Aocyh3FchQOiW2uq8x9zSMr\nvZWOmPluGVs0i1FQqrYdzu5SRgAoJpaYeko8qlodokQ14lskNHsfiY3Dndt5\nOkbaf8L6w5CQJqHGwaj9n5mpv/71JbM/iKD3fkovutZ0ek1S0UqpMIr77bKy\n84EnLneWhkaD1/csYo5VINAOiOUsHWlBWQzhmBk2i8+w4UX6+d3sh+hwL893\n+L9jfBlGGKlxH00c0v5x/gKG+PfD37BUp5Bq5zKJpr1Ocd7Y53Kfy982bclH\nVrkA\r\n=3wlj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_3.1.2_1557867936080_0.7608863065215821"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-beta.0": {
			"name": "immer",
			"version": "4.0.0-beta.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.4.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"readmeFilename": "readme.md",
			"gitHead": "13eab80844703d7ac765fbeb0029b01f04c19768",
			"_id": "immer@4.0.0-beta.0",
			"_nodeVersion": "11.10.1",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-lMuG2TzuS19J7vCYTAiLFBmHs1HUat1Cnlk4AeieSWgksxBbLx88ciHWChYxEh91jNnk6sJfHrNoef29RtGR8w==",
				"shasum": "e0b309bd715c061e52666ba19d6fc85d803e097f",
				"tarball": "https://registry.npmjs.org/immer/-/immer-4.0.0-beta.0.tgz",
				"fileCount": 20,
				"unpackedSize": 298202,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7tUTCRA9TVsSAnZWagAALLYP/1uDCn2bhGZmpeC3pXQY\n9ELVB8TnXD9BSprVdFzaFvuf19I/w1+YSUGBC1bqcTWyC4IaVa8yJq3R0UT5\n96uIbqEiRkGDCtcHvkg+LIipvD84w6g2Evbdp/OaWQtcC7nWlhrvoIFUKsre\nTNdpu4XoXMhnq08pmCXo5uQ/1g3ge0ijculjBx/nR7bOTHULE1+BbmvXSzxP\nXxviFrKmCA5CHZXHJSC73iGvVNou4GjrtlGHufzjn341iIiGChWhqKuLyJSi\nyG6NIU3941tzOAXaY/tzO85QLP0vWPD0H1fslZxQDXaE6WlXOYD1B8MHFadN\n5iVX4V6lbC51qiScKqC7fle4SEJiNXmZeXdOhFmZB1jlrRY+j+RQvT/Vqs5n\no4ZqN6/eSBHf/csGEnTgo2Caem8vr9cxHCaKkXsCBlQi6G5Btj6A1B7JKxtu\nYMzMlUrWc+HxcASfGn7nSM0JRbnXTI3mc85zN1Q6MAdP7XRATp1nS7tAvU/W\nEmx8C56yLbPEUrAOJd6nvuvYm6F2oHYV5pJYdGxyoin+SquBZr8L8ejFzW0/\nvLHbkWVjjdO15z3vDGm+S24uRtJ5rBBhhEAdYGlJZJTjQA4l/zlBmN0UR7Vd\n9FKsAYLDbD8iKM/4eHpZ0raBmBl6ycmnjzxARgcbp1ES4EK8IFeZ2mxUfeHZ\n2Z8M\r\n=NMpN\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_4.0.0-beta.0_1559155986598_0.8562546604944383"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.3": {
			"name": "immer",
			"version": "3.1.3",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.4.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "fa1f5e60b560a4c5fe2da4ffcbcaaae98632c473",
			"_id": "immer@3.1.3",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-HG5SXTXTTVy9lGNwS075cNhQoV375jHsIJO3UtMjuUWJOuwlMr0u42FlsKTJcppt5AzsFAsmj9r4kHvsSHh3hQ==",
				"shasum": "59bc742b2aab6e2c676445edb653e588a23c70fc",
				"tarball": "https://registry.npmjs.org/immer/-/immer-3.1.3.tgz",
				"fileCount": 20,
				"unpackedSize": 242181,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+sx2CRA9TVsSAnZWagAAaoUP+QAV55hXJieR2Ly/xLwg\nWnfqq2STH/wwS7jzZ04qmdEGcFylaRPOMT4YRI/FwHf8zoCHUY2vIu+yNcfX\nW1roLL6ytBMx5Hw9sBgM5pu8DW5trDet9J2j+NMWXrfmOio4Jaw+SnzSE58b\nxe7GkWZF22hTIc34Sw8wqqYHOFStt3fuig5M/cHwSUQFdNGdwJFTpQaNu5nD\nj3CstEnx4TreEFx5TdUpWllBxHQQ5Y9vBKimDafywnhgwr/dZHmO9bWL4g+O\nZPJsieSJm3WQJQb+P0yv82uYalhVQBz/ap9K2QWpvAFMy06fF3CJOvaC7ASO\n2aPAVd9d89g2Y9g0KcL6SPr/m9RgiD14peupYfwpZPbUYAtweNGNGvOM6hS7\n3lINA7HMr4yo4St8xyyWvFqU1pogOMdCFFI4YXVLmdwDCo4T/X15ImFi6Mx7\niUPPoEkcIJ+jLA/sPzDcNbNYRPzdPesKJnHtl939Wba9AG5gbZBOWC+GjtiM\noc7Q5efLPHw1RbChjC3VDpyqptG2tlGUT+AeQMtB5jv2rexAfSujZcYTD4fx\nuepMx4x9a2NBmd+bI12FeZv/C5KcNMjZx8kb4Kve4+0sx2PwqPFHIWPXkBpv\nC4ZQghDj47ivmO2XIoIgM1mTpvuUGFWM6LpbbmnztATkWK03c4M6e1Vh8mqD\nsqkh\r\n=r/YK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_3.1.3_1559940213601_0.7005590902857859"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.4": {
			"name": "immer",
			"version": "3.1.4",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.4.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "615ca6f99d7ca90b25051ea1a3073b4aca0d9b72",
			"_id": "immer@3.1.4",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-z/N8kOf45w7l/i8Omo+iVzqb5BjmTKe6meEvD7kEXxYUoZ95NjIi62Rnry4SGS92rMhW6VNnP7q1oonwbNjm9A==",
				"shasum": "21881c640d42721bbf5f7272904253bd0a8c92b9",
				"tarball": "https://registry.npmjs.org/immer/-/immer-3.1.4.tgz",
				"fileCount": 20,
				"unpackedSize": 237629,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdRFZmCRA9TVsSAnZWagAAIMkP+gJy3svPbFu7CgGSkvGs\n28Lym0+p9LuFLlB3SYqdf+NtbRR6ruNTJwUEmSf4WcFqvvo80TwFGcNfp5RX\n7326jtnWWbxSY+hy8UVXZA1PnlxN8FWkYymSIBD5bBl/i96Hhn3Rkv4jdm8a\nWFKRBbEHACV/mVPq/rPDFW8rRRUkU4nTGjh7zLMAdNMm5KQjGFRbLiJ32Nlj\noWNGEKD04XjGAeVsNhMfp+9h9qtJvvSfPz8E8ZdkaDwQx0N9Qqvj7n/DfqkD\nyT1BHm3gzBGgT2XzEOpH64eZjUKJbsM1Gwo0xdapfQKCyJ2XD46yEdYIJQRW\nVgexlko3WPz32Qcdl6IIbNrJTQKJVGhcAAtXPQ66ZATrnr3GxEfWeYrmLT0R\nTWeo5rt7w2kk7ecPqbml0YCp6tjxMJA3YV3+kpB/Zt4hhuqxbv+fFUBl0Wf5\naw01VqLbZI3SfJnRjMwKymoPPJL400SaMojamb8ruynMmmq9gHyK9QnhXUWv\npO0UOKDnBW+TJ9PCdr1uJfRUSV16zPbpmjyoo8Tnf0ivu5W5mW2gJlQPpo5L\nl2Ps17Xvv84wRo3r6bq7RhpNb2zYQDdOJQy4SeKNmKFTPMKpGQ7zlm1AB64V\n6xxhUYCd17mrF6zo0jLwoEcfa4NoaVZauBi7/hrhCZKRvmrkMdO5v1/H3kEp\ny2cr\r\n=zxBp\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_3.1.4_1564759653001_0.33160562750718636"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.0": {
			"name": "immer",
			"version": "3.2.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.4.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "a16dedad9ce68ff996105b1b7393b0e0b52a45db",
			"_id": "immer@3.2.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-+a2R8z9eELHst6aht++nzVzJ8LJ+Hsg49qttfg9Kc/vmoxEdPXw5/rV6+4DYWGgnq+B36KbLr4OTaGtS9mDjtg==",
				"shasum": "53686471e9dd2b070e0fb5500c6fdecd3a99375f",
				"tarball": "https://registry.npmjs.org/immer/-/immer-3.2.0.tgz",
				"fileCount": 20,
				"unpackedSize": 245775,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdRF/1CRA9TVsSAnZWagAAzw0P/RjMeinmDv+UuMSZrVgF\nGWoX9KnOwNe4thCnVqF8zcAyeWiG6BrH7l7JMEE7/2WJ6BUhnb38k0QF/cHW\nc7KqsAnDjsOmmfgYljKWYIa30MWGu9xBVHI3teHC+xFd6/CYHmys5+iAqJyY\nS1V0QeDkTb/iQMVbU4mLQXxAqXZKo0qOWig0M9KL2Ts+bEoM+GOlbWcnnlO5\nS3Dn4bJFB+dhpFkRR5L5UDkLzIm3ujL/dwH3f9ZT3TsQ79qRhEADnxlV7x9+\n0vvp4n/epNuJ0bYhPWykSLkh2iUk6GoqF2WSW4DHPi5/dzRqviiHpFfm8bgC\nF1CamovlgzhL383ZHiT0aHzcv5qcQFtv37ePCLYdCm2gqkGdxdOM2YYNEZnP\nlGLk8GiuuPD89QbeC16NwxGlxzp8asUz3K2fpaAFmdG5pzcIK696qheaXJJK\n58kg2J4LMixYgHcP5ZUVXfZ9OsIYSKOGEvtNH5N7O1gS8MDqsVZGnDjVNIoi\n16BSFn7RYNhJcf+hhJhKpiOmVtZzemT7x0VUixjYdO0of/E1KrFhATrjqGwA\n89z8tIetL3a1hsSfF99oE9lbrvf+SUSmhy0SyxY0e0gQMbQ2S2Rmkgnd4xYv\nEUQsZOe+FqKPQHbs8LNOrnm+sTMjNSgWCgdmbYrfbcPxJ5PZqUnWVCumCIjP\nbIIt\r\n=N4P7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_3.2.0_1564762100784_0.1403245441944414"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.1": {
			"name": "immer",
			"version": "3.2.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"watch": "jest --watch",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.4.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "f2a79c70805710d026df728e9cb719b586b8f7ab",
			"_id": "immer@3.2.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-tRu/ipavNRwxKcRSUW2jOJ6cZCitHAHdI5WdH9fYfFt35PvZXJ7GmNVR0s1ATt6DGhgQJMnu3tVtZ2C/UzTUQw==",
				"shasum": "e3070a96508ffdb7331f8bf681f2a55f8729d0cd",
				"tarball": "https://registry.npmjs.org/immer/-/immer-3.2.1.tgz",
				"fileCount": 20,
				"unpackedSize": 248456,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeC6iCRA9TVsSAnZWagAAPX0P/iHgnigCMvI9lyABaKqd\nilrTR0ilV21Tucafa1iZyPTlhUeliMzmPsfEWo71odwuiDm9Z/E5t2e/nkEA\ncY3iJoeoOAUCWrUaB6M08nWxRpOAIKAXjXJ6Yf1kdyyjrvFfv3yfjiXBCbjb\nTWnSBegeP67t+2NcDmn2Z5qCy+Xm0y5SUy6M70+LbbG48P2RV0rIZ2TBfGSU\nFKFxLZmxmWP5cMsUlR+rDzWGFnjZRi6bRn3k8qU88YISK4Vf8UB/oGdIMzJH\nYH586wGMSgNalL4fssQpdaDKeyukFxQKM6uVYqwun28QoMudVSmwSNHFipuO\ntv7Vuee92vBIsyrL7Cmme4oyhhbe0Nd5ZDGgn7L6O7SYXPerF7pucJqd3v1l\n5T0oeRBIdrwyLkqXXHN9J6AxgI+SQ+FHvRuswlPG+7FwBhZNaz/FWO5I3EXi\nrKwwjl02BV/0sfQxYEewUSWlFr0A2aVxpfyUA4eAbwcPNLOPLhHEfOX3nLNn\nBC2+CYxT+hVlve/8DA7jQjOCzh0qe+wJ/Gy8hRp1qhVoZ+EzGTPCixbpZeGf\nhyfPXNsjYF0369+tRVioZRtjlI4d61kK8P0YMFHIhPPQrUYYUrd4MXqlyB2q\n5EHHqcJExsNLvHTyLybmTTCloCZqyxfMNBBtXGuaJ4fA3bwsjRXs99PGJ4wK\nZYLq\r\n=zE/t\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_3.2.1_1568157345663_0.33291296595128617"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.3.0": {
			"name": "immer",
			"version": "3.3.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"watch": "jest --watch",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.4.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "ac61b8d95b21b2b4167bd9b4e8359712a210606c",
			"_id": "immer@3.3.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-vlWRjnZqoTHuEjadquVHK3GxsXe1gNoATffLEA8Qbrdd++Xb+wHEFiWtwAKTscMBoi1AsvEMXhYRzAXA8Ex9FQ==",
				"shasum": "ee7cf3a248d5dd2d4eedfbe7dfc1e9be8c72041d",
				"tarball": "https://registry.npmjs.org/immer/-/immer-3.3.0.tgz",
				"fileCount": 20,
				"unpackedSize": 246876,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeVTFCRA9TVsSAnZWagAAJaYP/3VsvAP6V9EQ8Z2yc3v/\n3AZ3UmMSkt5ROnfEhfC1ds38t993ogtu+ztymv0hUS88GpwJUpHlzpspdf48\nYnWY5zi+0Zgua8z9VKX0+RntYMsYGSJ94lTF59lAbU4OIIEeSlf1DzrpSQRh\nla3ljtFwt9vKmfIajRDKgblS/dn1RdAjZAtD6YJqKHn3Icu/GACMVprSWTs2\nN55CEIM4hFqI4dMFDdFGbBZkmi1nKit1zF6OxlrqfOBg2+u6uBlztKLZRTBO\nikXAmT5u2kKBpNHSfMf3vbZLwgTBaDHmIwCNeYzKoJRTpEmeXaeoBNwwsAhe\nJ9xIgSN7QCuzSX3TR54IJ4z8STeDJPtn3Dog/Td/VFRpBCA73Wfh9sWtZHVB\ngO10vW2vrKwEY7g/5wwk4UfAOIwPe7QJUppDen4K8j92UUANxRwOYoz1Qx96\nbsF49t4orHeuDGXV2x6smlff+Mub9TXw/TmUeFJ5fwfVqcrHDStyC3AOrPKZ\nSRxoM/ULATTMSBm/gpApUf9CsiXULqHe/v1oJieZH0vZz4fgb8hHg2zSj98X\nzKx0U9JpbyY/lZhLdQFnI97Dh9GBZ8RjGNPADSlpI/Esiu1wLyP5UFR52g5n\noKDkTiVJDFVoT93cujfF22u2ifHppcoGbO8/hKGdmCyWMmefog7DvRag4tF3\nbY3y\r\n=+/xY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_3.3.0_1568232644220_0.9506644769359807"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0": {
			"name": "immer",
			"version": "4.0.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"watch": "jest --watch",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.4.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "cb1c6dd8a33073aaa0a4d881c94ec7ab1c1be7f6",
			"_id": "immer@4.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-374/m+biF/6Z24jiqR/u49SH095oIgYr/qLiQnR88svojs5RNJh/h9i0Qq0pqhgUon3Txx8PgUWH+obRy6jbKw==",
				"shasum": "2f3d6b9228e86e06c0194f6d2c76bcabab394dde",
				"tarball": "https://registry.npmjs.org/immer/-/immer-4.0.0.tgz",
				"fileCount": 20,
				"unpackedSize": 251141,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeWQSCRA9TVsSAnZWagAAjLkP/i1n6p4D+qTvOvcFSnc2\nbYxnXpdf6BSLKJm6AF3mh3B3um0zpdTWTG5ssgH6eB58yk4T7McJhOHPsAUW\nQkwsisbKsGcJYwgwhCDF98ilpHsyeflfOGbuMZ8x5EQ5+38Wcd4Xkhn5UGiU\nlwRLAw5dF0G9Yz96SKHffF5XQsOvFKk6WACsm2Vy5/t/67xGLjqQNgriehjJ\nxyrjkUFIHizvGprZjcpU/CP76cn5eOsrES3XEOATiNuzsE2Qpmge9uV/GKZC\nDT4X+Jnt9liITi0BaNxwdToYQLk4dya2SRKYvMwpoybyGlzl13iZ3czVFZoq\njFRzQtXLtk/DAnL3aQ4oktBho3Gs/WIDFDEqQQKLpqPiCLF+6yFWrOkFKjxI\nWOjrpdoLivMZAmMVqFZ5xUtG0/VK6+xLa4PA3FYCFKBgOD6I0vtbWp+aerlx\n/dkOJt93kKylNM4q6neK8AaYiX2aqH9u8kVKTNQ5IAsEHA2wX36Ek884nO6W\n/Ohhzc8F4CsocUhjWAe1xZdOcZ3s9wIiaveUE+XdsnxTd1RxxmMhjO3RvYj+\nEBo+Sc/tun+WCZP3HGABM56jM8boufzQHtPMjM3+xVx4eG8iSU31tIiF9THr\nH0FmVCeaeIOuHQvycGIIMtIxy5vnaLy2wCX/wJVvkxeeBm175QNTpqg4ajOo\n4/jK\r\n=Id0r\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_4.0.0_1568236561177_0.8093363937201314"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.1": {
			"name": "immer",
			"version": "4.0.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"watch": "jest --watch",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.4.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "017de43395044faa703c22eef441aa3b717a42d7",
			"_id": "immer@4.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-qZFpWApnbubcJ03gvWa6zUQz2OTkDc6yINdFXI1lm2IoMYsiVVMrxvfeLDURFhUGJfsQysDUjHSXYnJfMMHAwQ==",
				"shasum": "9108c1ece7fdd7efb91d21e5eb4bac26f7c3a8ba",
				"tarball": "https://registry.npmjs.org/immer/-/immer-4.0.1.tgz",
				"fileCount": 20,
				"unpackedSize": 220913,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdl6j1CRA9TVsSAnZWagAABZ8P/2R/VpmEtsND8OeoLpj/\ne4kNAnUx5TU3XCqbbUxpr2zZ5vL4G5HpDno55UZ7KBW78mMqBxHg+Pdpg2+p\np5HyVG5HiPeyyeL7v7puEvgpc27SHjZigGIuwDxU5JlkSyGC1txGascKlV/R\nyWawohymY9PRYV96VN/aym2UzuxYErbz4ude6FsaPJqbEPmPkTzmSjBo78zS\ndFHeib4TSUGNWG2WQGA1QfjrwsK6BY9P/O9n6Tfl2IbD9MC7+2494gXQhObH\nQi5WdQZYUnjYihde5MLC2EzmEM8fN/JcpCcRPHm6eUZ5n3mSoFvDCKF8B4kx\niX2H/aqvGJnjIeCfLgKS+KDnnESwncMBHJU4dQAf3jHlcc/MQEkt39cWtHHf\nJdsxk8uoPze60rBpEQRUO3yYFTTS69FolPjkA39fXSuZSv++bawoBBkZswTy\n2HWRgg455tblEjLvFlJ4QwR93sqNjA3C830nqNjDHDBKjXS5Xl2Y4Mi+BdbM\nxaX+XDDubcj1Ol5O/y3Prc6S4e7yDPOJ2t0/cFDwzq+FUQCjtrzr/CemLoUl\n8yfL9aJaWFI0B7gJLpcw4O86LwyXfvoEHMT5o3TYTGnw3h46XaJ4Z8bY3BXo\nl9sP3pspGOWIKCpASN4IRlKTdyqxEr1KTH06q+AqiZ+j3Qz9lGm3Okts9X9K\npPW0\r\n=5trn\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_4.0.1_1570220276967_0.2616799974705055"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.2": {
			"name": "immer",
			"version": "4.0.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"watch": "jest --watch",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.4.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "09d37cea19da9488ea43081f5002d5d069ac3bd6",
			"_id": "immer@4.0.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Q/tm+yKqnKy4RIBmmtISBlhXuSDrB69e9EKTYiIenIKQkXBQir43w+kN/eGiax3wt1J0O1b2fYcNqLSbEcXA7w==",
				"shasum": "9ff0fcdf88e06f92618a5978ceecb5884e633559",
				"tarball": "https://registry.npmjs.org/immer/-/immer-4.0.2.tgz",
				"fileCount": 20,
				"unpackedSize": 220953,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdryEgCRA9TVsSAnZWagAAnfIP/2rRUY4UPLIAMm4mkaTM\n/BaSWbo6OTyA4TsRvPuTXik6FjApFHUK9ruRiLOVbfXaAq75Bt8ewZ7y18Hn\nidEIOIeHNSuqPu40Pz3jC53Vu19MhWF3i5yoUqUYhkuib/SSt1Lxdp6v/PUl\nATxL6AlV1mPfqHnJSqUeHitNgXVIei7f6/rP/u/BfyMOiEhlqDBR8s8wrAI4\nnDohjrdOvwjC2U5w1EWd8zoLg6A2dPJsxzrvu6aeuFYGSrPOtuOlEulWC+8a\nA7BxWLCYAG0729GcK7ENlnrzYu/XGpyIDDPqeZqEQixG+VZ8lo2fAsBNoXXa\n0N/p7h0kfRxcKxvT8iS/S7EC3LlbQxO1GCGKf/nbj8A+ArxMyR/9xjK1NfGU\nIQbjeA0ucq/d9k2VeV/miuu3E4sZuS2L1J0KvxQc1TsWEC8lbMSDR++ifA42\n9sqNWBRCWtdIloJAaiBo7HhDH9syrCLM8qJHqWmMiUvlPNN5wWqcnR/kXxwl\nytcyLtDZJutdy8zFdN3cIdjT4MjdxiFx1uhjyH+f6JmyvVWE/j4wdyJav2Kt\nSH4H/iHkJMIw90ibofM9shAmEm+xRunzqdauQT5lL2F1maGF5QL8RWkde84E\nmmsoExU2uviazX4IT0nL6b7OtrDoJW+gmQC4XxGsbFwq84dpsfDCfrUYqCbW\nxHVn\r\n=Py0K\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_4.0.2_1571758367998_0.1796775039895122"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0": {
			"name": "immer",
			"version": "5.0.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"watch": "jest --watch",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.6.4",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "b6f1d409800fc7074a10f6c2530ee21fc803dd1b",
			"_id": "immer@5.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "alec.stanford.larson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-G7gRqKbi9NE025XVyqyTV98dxUOtdKvu/P1QRaVZfA55aEcXgjbxPdm+TlWdcSMNPKijlaHNz61DGPyelouRlA==",
				"shasum": "07f462b7d95f7e86c214a861ecacd766d42b8c0a",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.0.0.tgz",
				"fileCount": 20,
				"unpackedSize": 313860,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdufSgCRA9TVsSAnZWagAAhNUP/2X0rEZhW7v1kvf//2hM\ntV1JBA2ZUYNGWljQ95O3C2vJ5PbOLkjGBUISN+2Nopx2oFo0GigEFmQBb4DP\nqylRDLzLZpF/a29qBpH3wmGuq4QNHHI9yHsJQS7RXxyt1vLPukQJv62vq1bh\nNP52HMiNCPLhc0ATXY7nHvQy1GsptSlDSZ/Mm1nEFPOp/xYFmLfrO+xrSaIg\n02d5TgRJDrFn619PaVvYrL0TLvVGaJvozgYvJpddV7w43/BlAOS2agzAG+GC\nwjuX6AbWwmROb5WLAGmzgWMVki325MILyg/K2Ohoe/Si16AQNstJfMPAPQCG\nQwhq4WC7nIbry3iS990XU+VbKRePv/UZBngeI4oQh+v0wwj5PDK61FrGBULq\nDKFiisEhySeUKHBwy8eXLEggXhuhRurmGDf5VoFpANkHMEejkovoW7B2OR9S\naZPM17u/hGpbgnom7x9wshQj2NCbtzV1aqvJIRn2Ns/PxuZ03Tnc7/sMsP3i\nFD+Ampo5LvRkssHuX+wwjCNb17whVQEHZz6K4S3srdkUXbFzCD5VU7OjZ1jv\nMXktB0E/EUxwjlYZdd8VtDn78oKqEdoutloHG112VumKMnADEc52vDxCNuNB\n/xIrD5AoPHOG65lmV6Kc/O9g3Ahn4V0PJcR5Q2cvnaaRy3VjqcXu95gSzDd0\nQKW2\r\n=XyOa\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.0.0_1572467872374_0.7004367017771458"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.1": {
			"name": "immer",
			"version": "5.0.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"watch": "jest --watch",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.6.4",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "4895824ba635fbc5f8b2829f8dac1cb3b74bddf4",
			"_id": "immer@5.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"dist": {
				"integrity": "sha512-KFHV1ivrBmPCVRhjy9oBooypnPfJ876NTrWXMNoUhXFAaWWAViVqZ4l6HxPST52qcN82qqsR38/pCGYRWP5W7w==",
				"shasum": "1a1184fa758f68f1b5573db840825fb5164cceca",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.0.1.tgz",
				"fileCount": 20,
				"unpackedSize": 314279,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd7q/mCRA9TVsSAnZWagAAI1oQAI7n1LqboEE65dLHggqP\nOFvWJ3syfec5NYslHez+UdYdDB/Hjo3qY0tPikSfacLRjHLzhM8T24RWHD6a\nrwx6M3jaR9eoC9PvtZYu0R4yZQi3oKDOmD8o6tndfe4/ZD7MfU8bYiEIWC5Z\nwbdOVN9+4SKnG1K8JqsRH1t7yd3G35pMx/AqSswbvorI41kPndQAJL4R56bY\nwpdubBuUTv7NBhCo9zWR/6xLYG0GeVcWlAy6t41CBA8eDNuCiDFCvRVtnif9\nwGP0er214IJVo5Ea+QUGCBSzvWTrjF5ElHpMhN1+oa/SDr9HpAk9JB/XbWmx\nIeta5kte0KuxP9P1J4oCua4iYL3IkjgbS7e/dX8qiLgGJo/xbad2lJyGKrKs\nQfCGG2T3NJeHX3aNAXY4E1N4NG5igX6YZHZ9LamqbBqHcmQbIbRo10DecIsd\nfrTTkFPEdoilWznjO5oCfYYZkg/WquEQEz8dlCm3G9kPHlbPN7FHhs2y54YG\nWTUcdelyx5v63VUzcwantCJRMK6o9KMKfGOqVbzP4Oy1vteayxxFcme5IvVI\nh+qMsJZncWGzbVJM6jd+Cwx3hAed6oCjhhdXizTt3/KergwzTpjAw+kovOUG\n6cTJiFeHbNk1xlTN1R5oBjNRwOG+/1jOVE7oqY+agb2ptbBghKGqxO6S87l0\n/oNh\r\n=HB7c\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.0.1_1575923685843_0.10837740455688816"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.2": {
			"name": "immer",
			"version": "5.0.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/immer.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:dts": "tsc -p __tests__/tsconfig.json --noEmit",
				"watch": "jest --watch",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.{d.ts,js.flow}' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.7.0",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"typescript": "3.6.4",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest"
				}
			},
			"gitHead": "8bc21c8972bf0efa1f475f4c38525f9ae8e8b6be",
			"_id": "immer@5.0.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"dist": {
				"integrity": "sha512-O3MChd2M5aOt7NNVRTnH8Wt+Mu+degWN4WsS3U+f1ggM2nMPO+cj/JJobgBUz4WeEEPxKIQO6sN/Dq5hnOmqaQ==",
				"shasum": "34eb50c69abb8c04acd0f942244c5eefe62a4e4e",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.0.2.tgz",
				"fileCount": 20,
				"unpackedSize": 315477,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+fAYCRA9TVsSAnZWagAAlskP/RtdwZpXh51k8T989TVA\nZkiFBkSD9FezR7JcQ7a2O3I20sRrtFQBvME+70d2iIGaYeQM2YM3EjhG8hlP\nVry96DLYM2BHC1+XrwbapyU37N/7VqYoOeAUy5HWj5XjlCM0BWTbbEk3k6Ru\nu3NV/MJf0Dow5pOoAE3wisJ107Pzr5RyocG/ULRaLuHKM2t0MjQfItmccKyf\nCNA2NjcUBo12HheHKRlCZRasow28d1XYat+SzE0MgoAums/6l9tTbexH2ht6\nqDEvevVYP0Sj0uYbhBhQ3mUsl1OSY038L8urUnsQ2A+JfeJb+3a951Dn48h5\n92+Z1rypCJfijCUfbWu1wYrIedaoazsuCsgfpRRvp15qgP6Mu3DTgTGPfHqw\nZN7GAR3PDPDmsd0frBAbJFkRAPMqhNtQka6+9K0ud/weBt6R57a2wpVBvAt+\nD7W5jsgi+idsubDVhcDY8cOXTZGjrsUZhTNTa0QMyFLaruPobtbzM58W8kzB\nAXgfy8O2RX2kk/bVX+nPpSPfUpwo/iyV6fQJUbOJ0gwU4arW+o0RkFBjaTXp\nDNZTyX/HkN5qv0HKMVHEAL1ycDhwoW7mHxXYa5CzyH6VtVD1E3lA9Wrhfaxx\nJomc/OqQPir/ZUqFNwHuBZZr8SHQSZtDh6Wz5jlxX3PCWL16DTu+WPff7BYD\n7U+m\r\n=bhdk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.0.2_1576661015999_0.39399588462835955"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.1.0-beta.1": {
			"name": "immer",
			"version": "5.1.0-beta.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"watch": "jest --watch",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.8.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup-plugin-typescript2": "^0.25.3",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"ts-jest": "^24.2.0",
				"typescript": "^3.7.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel"
			},
			"readmeFilename": "readme.md",
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@5.1.0-beta.1",
			"dist": {
				"shasum": "b699468b7c9fb40ff87d32022cb3918bf56947d6",
				"integrity": "sha512-SwHJI2dpWxMKJHr1Ixhb8UPrYrmOL7/ZLn3AVWcss04gY9VUYodVzNQBkBWy/csjE3NWebfNTZCEkdhGFm3Vig==",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.1.0-beta.1.tgz",
				"fileCount": 30,
				"unpackedSize": 222067,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/KhNCRA9TVsSAnZWagAAWRUP/jua4jlitj1jNN1S80lD\nwmZUlOwo9qbSWHyab9QxlQi7QQRCk2Qlcfhx5AF5h3v9JC8cUrBxE+lSKkxV\nwUssbl+JZMV+goAXGJyyUAIdCNlpqZHpfT0oD9aO14P2bm+a7xt0N8i6MRZe\nlle7Ni1UtQRWUW1mNuwCvJP4qO8jfwieU20UlmFGzIlynT61CrOmqpyqx4HO\npTyAclj8AK5f0YX0dQ6hnouv8ON/G1TKvH7aiAFt/mLiX4IfSrM0Znx5F4is\noAkOnpzNG25GM8CagQQimKx/DwO88qdz6r6Pie16T9U8PxngESLQEIwcUCsp\nU2K/zfTB2re7giYAR/FH4fl6Vh9wPAxw/caFLrWRit3wnPvkgJhhVikLZiEx\nD/fZndZ/RFeMCgFE+jHiv542hlvQla7IJH4159PQGau6p/+xc01tiCgpar4w\nqtN+ZpxsW+i8oDOV/YqaRFnjaXJVs5u5Xw8cp40JnXt8DH4CpbIGJwZKVm5e\nkQ+cOrHGhyc9EMRdSO/ZR0khRUzjBsVMML4SVb/KVRHqi5kiUklx0NwNKNb0\noY4XCVK1OyXKo7mER1hWyfOgYayNZDncJyMLiigsFaau2OGXAFdF075r2Rzv\n/o84vHFEqiU8a5n3L4esxpus6e+Rdet+mdYfxiYXnYU7Zk6i9D3UyylJ0FnC\nhld0\r\n=1ZH6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.1.0-beta.1_1576839245044_0.1283352840181342"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.1.0-beta.2": {
			"name": "immer",
			"version": "5.1.0-beta.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"watch": "jest --watch",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.8.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup-plugin-typescript2": "^0.25.3",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"ts-jest": "^24.2.0",
				"typescript": "^3.7.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel"
			},
			"readmeFilename": "readme.md",
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@5.1.0-beta.2",
			"dist": {
				"shasum": "5c812a93e9c482c3f983d0e936d112793c379354",
				"integrity": "sha512-mBPgU+efJH4fNPHbCNrBrdvbBmG6+fTPLjHShZ1nh6WNWyX0E+VCOVfFxLSJ0PGuOpZsMQyoTna6PGzgPxTeiw==",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.1.0-beta.2.tgz",
				"fileCount": 30,
				"unpackedSize": 225463,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/PhlCRA9TVsSAnZWagAA6ZUP/iMX/K2Z5ICsSMq5CMtn\n+FIbkJTYkx3xVr3j9EnLWfD32dry3sPYPQ4i0ARluT1JC2bXVUBbdFyFxzBP\nhzH3a+WZKF3VyCQeaPa52bty7pvKnFCyIe/QRMEBQQMeqVuUDXJ/X5kKUc7Y\nTL+664+h6EM5PZURACj6kXdTaOvc913/SSMfCkxRBLMupmDFkrkqMB4teQp7\n/o717OrkAb1waA9D19+Y6ZVN+SduTldP3+j7neU3prEI6jZmNOSaq4JaZBri\nn6UrWjU6bxfJOdbQYs932gItvDicWgyNkuBTLr+7gVhKjeUb5fI2DAG9LhRt\nN0BqrogrHY4b7uAn25DXCBxf2SiglRmoVhQlPyp0ZpOcrtvwxfJGVq1bPLrj\nWI1jIZV4UJjqlrNSpqJKfBMD9iTETfXc/ySEziKAbvfnmdP2S3N8oh/unDwR\nWOOwWdTwhO/n5ZPrrY7pWpxRgXL2dqewAiDPUunekaNK+fPsAFqRGVTQxhOu\nsf3z/FTgwUbi01GNxuDiglPO5OHbFhq9lsXLTZ2xlFm4mf+Avay1vwnyjWE8\nS84vDLme7uhYxZVRp3qaKovAJQ1UPAMsMiAkj3fHskuLWjNkc4uOmMzH9f+y\nW3Wz8hoK7usdZL2w8PNv3Z9s6Ri65DasnmIkhcFbZGg67pr1fNOE/Fg3ngcB\npQ5i\r\n=cXNp\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.1.0-beta.2_1576859749158_0.09364383627797102"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.1.0": {
			"name": "immer",
			"version": "5.1.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"watch": "jest --watch",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.8.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.17.0",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup-plugin-typescript2": "^0.25.3",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"ts-jest": "^24.2.0",
				"typescript": "^3.7.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel"
			},
			"gitHead": "52c991467058b04fd6fccf32511ed4e97f1bc6c3",
			"_id": "immer@5.1.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"dist": {
				"integrity": "sha512-t6gyFtTcokCuI0tX9KQZJQAkIjSqo/nTeJnwojfty69EzrorZbywwhZ8qNNlF+faajHeRnhOvM2F40KHLFCghQ==",
				"shasum": "38d9eba40dbb0389b7ae7b8b99e4661df0cf89e3",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.1.0.tgz",
				"fileCount": 27,
				"unpackedSize": 225456,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/P0fCRA9TVsSAnZWagAAuTUP/2MAEeHtUoPevjzcXvCC\nlYYUfzzZTZ4zSmG37MPL3LjU9rCEbEAREPKz7rES5YSJQ55XhQQ9xLyiwLCX\nAwSs9bFn9VvF7ua1rqlOD11gVKyxdBUKKEQN76OwxUqxAbDRbk87IzNjeBv+\nxq9n/wHefw+dbZEhScoFTpylJ2JCfU4SHr841xeiMmwpGx56udptGJcplLC3\ns6Kzp6vqoDsECkekjEXUAST65UNjIc4Bp2xRJeY25VbkfAnNZYCq8y1obu6F\nNR5kXeoj/HxTMqHSxMO5yzmXPCfzI3FZDbUUZFGi8EE0hQvFQc9CS65Vvybf\nyxILtnxlT9rGOExSEVMy4+NhJeRa4QCwo0MJCnZ0WnOv0RKDppBqUS/KfC8m\nLqWu+J1Anbp4Hw6XH7ZOi4iNjgTbtPURkZj6qTPdzAFiQ86t+I6dKYjUCb26\nfpi3ijBSDLwBD2xqJCTibPNBxuJ3KtE7lcUYxSir05noq1ZDkTRHYkdHXw4J\nvwtMQ5okyFDjRbZF6Ya5YDurewIDVXnRbtjIvTdwNlJHLsOOBx4n1jm/jIyI\n/ETZ9f6EmcW5VdaplxNsNxtEq74QUCUnwjQfT4b2CD5w92egp7lzjMPnxd2q\nMeJVZKZmnj+kWrEokw329sBBsdH44F5V2pmeZb9qStVanst1buP9JQrkfdIN\nl2rZ\r\n=R2As\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.1.0_1576860958893_0.796965404166253"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.2.0": {
			"name": "immer",
			"version": "5.2.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"watch": "jest --watch",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.8.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup-plugin-typescript2": "^0.25.3",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"ts-jest": "^24.2.0",
				"typescript": "^3.7.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel",
				"globals": {
					"ts-jest": {
						"tsConfig": {
							"noUnusedLocals": false
						}
					}
				}
			},
			"gitHead": "1913fe8689e23a3865468460b2238da3351053f2",
			"_id": "immer@5.2.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"dist": {
				"integrity": "sha512-fstQQo9692Y7ET02wKp5iq5HoHAty+3jouMzVvjloQYHtIs6STzNHXvxLPCRprRcGrJ1DYq5gyLv6+KEf3VGgw==",
				"shasum": "d5bc1850b9cce3bbf9c809c91b5d60f11c415462",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.2.0.tgz",
				"fileCount": 44,
				"unpackedSize": 533489,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeF41VCRA9TVsSAnZWagAAbiwP/iv6jXf1TFvpD8Qwt4a9\n+kUb0rIyjeTHK4xN0gEB0T/2A5wkqhkgcoMKEIb6y7xGJPyczRAlfE4EqDIc\nvKkci5nuikilShEr2ceE7iBZ4FrqSKHr6sA8WtuNkTS94PiXdGeJG8uXukNJ\nGXzmRa513GTCV2nZ251F36hqaTsjKTDAsYj79TMBDeWsN5QQRXPFnO1TCq36\nKaXwdbaudxkoqTL1QoZik7FbYbh3Za6+9BPx9QAUb1ttQNGJjYWB9AnNw5Nc\nkFV0tG8bvXhXvDDPE7O/lABjF0P/y/FCnyapAb2Esw+MpE7HJT9vFn540qox\nWC0qZZv9eTOv/AQbLRjg/E/HUfP7PvXyesdKyccZgqZc58CScJg0gSa5MEw2\nZCb2xRljtO8gj4Q/btqnhSlOPLpHI9WBjtdPSjLvSwhiZfaPNmLXTevyItM+\n5LoUm5npt5VSZPHWRkyV1aW2vOoxh0Leb5lK0ucmCt+Vbu0SgCDWomNBkK6P\n4kLq2DhpAgYCK8zYCT7QEUwHm2ILrsNLCTrE1di+POaVmx2QhSQph80wTD6P\nkrnKNlv/l5y6xLuxb8ffxBEBc8gzFs64fIXArcNGfj3CaKi8pQ8+g/l16RoJ\nOyOkhi4xVek+HAJ+DZtQTVh9DlDzy2u0w3h8rODlcmg3C71jBCb9TD8DE0Pu\nhz9m\r\n=Lz+Z\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.2.0_1578601812299_0.6300720386983454"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.2.1": {
			"name": "immer",
			"version": "5.2.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"watch": "jest --watch",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.8.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup-plugin-typescript2": "^0.25.3",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"ts-jest": "^24.2.0",
				"typescript": "^3.7.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel",
				"globals": {
					"ts-jest": {
						"tsConfig": {
							"noUnusedLocals": false
						}
					}
				}
			},
			"gitHead": "9f4711ac2f9cac01ea6a93290eb0e8b3f9178c15",
			"_id": "immer@5.2.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"dist": {
				"integrity": "sha512-9U1GEbJuH6nVoyuFRgTQDGMzcBuNBPfXM3M7Pp/sdmYKTKYOBUZGgeUb9H57GfLK/xC1DMLarWX2FrhMBfUJ8g==",
				"shasum": "7d4f74c242178e87151d595f48db1b5c51580485",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.2.1.tgz",
				"fileCount": 53,
				"unpackedSize": 575842,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGHSwCRA9TVsSAnZWagAALX8P/R5uS7W5VLvZaq6ww8Zf\nNOpO4f3vG/smEbGv948P1h+rljiqJEsqxZMNtCtkGkmzETjdpYBwHlOC35ZM\nEyr2Znn8fsJ9dxMNpb94RSS8zUHr/RS1+8aOryqx8m+QVXZHfCuewnZn8ugF\nArbqRreJ5yb3kdARm1JUxGvKQ6745vT9id648himduuPaHt4UZq+5nC6xA3R\nIothCQkWy95S3UMxi4y7ZEtqnzxO1trNMXkGS7JNnZOy6fCpepxeHVx4O0uB\nBz86T8Fp8yWdA+U+6Lo2Cn8apKml3dDvAaYLUOqzW1Smtpg4SIUx9oi4J+pk\nhHWpJ4xdU8SsTxWRzVRuaFGa2aXF2UGE9dbVjnhd6VeJBy/E9wC96ER2kmqR\nnfp2lZ5zbx4G22vEvpUyCuxEUXsRgWyPI7AIFNRJeC1jyDnnn2/Q0iMsYgmg\nS8nrQ5nraozMo+noOJwE/YSB9IgqEBVq6bLqJ9sCxyiAT9+dq+xMPf/taSXg\nD6QFuuNQnhfaeGZDCUJagEI4e+82597wz6JlzXzMY17viT7BpHJatsFREmCG\nt8mopZFk/ZXbUl6kaUpjdbQq1Xp4qmZ52sZ8OPxMiXzZdJM0M79qVkcHmqSQ\nyETY9ZWz/Wow8CbvuB/Sy7tj0kYXuunRkA14KbVyE+Bt1hLQAUT0bBkyIU4y\nIr/r\r\n=xYoy\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.2.1_1578661040348_0.1762196436307819"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.3.0": {
			"name": "immer",
			"version": "5.3.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.8.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup-plugin-typescript2": "^0.25.3",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"ts-jest": "^24.2.0",
				"typescript": "^3.7.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel",
				"globals": {
					"ts-jest": {
						"tsConfig": {
							"noUnusedLocals": false
						}
					}
				}
			},
			"gitHead": "f930ce111a55593f4d2dd9edbd3ea92b231f1500",
			"_id": "immer@5.3.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"dist": {
				"integrity": "sha512-kx1vWMcIxGGg/3j4gTckWVc0buyxI4CC5usMDWE/7LXPK6Poxz1ivf0opC9Ma+G6/dN85F5y2SQ2xBFvdreh8Q==",
				"shasum": "4fd8328def4d2962f7082775764aa96063902850",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.3.0.tgz",
				"fileCount": 54,
				"unpackedSize": 554049,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHi/VCRA9TVsSAnZWagAAyqQP+wQVP3sPSQ1SlmO542v3\nhewXJDbTgdFjJxs0On9XVF9qlqIt2tJ9FCQXoR1LlX0yLSRvspPh0EINhc8B\nCszaMP9/zkZ416XuXgqzSUoAueY0lK6xZ9MsMPTgSmHCdALmPtpGMIRLFYzA\na2M3Ov6h+LONYBHQzlC1Jf1HTK/EkDyd3PpviSPgeVLKiRgxCV30NZvGFeiF\nSP68htIS1JTQMro9C2ETtBg+ZyexrAoGsqb0L9HcaMIBbafC/fVMxuqvHK6e\nbZDebVkGSR6V4hCCKmt1CClHvo8Gl6Xvpjyaxnkh2mTkcExHL1MhmnPFr1/L\nrVxlbDOh1BWeJsCdGxGlcyW65xNaCbs955g7gtiniGs/9HOyqLk6WjuXmNtQ\nCngk/8NBC1j1gprxQtAxfNgMbhCQzmfVFqbgg2jIAg51og2I5X2pBstom4oq\nOLUR5uoQs1z3bjgOmudQw0xzTiqQb/vQFYQZB2cv6SogEdCVj4zxU19n9k8H\nsGnSIh/BM/HGQQjtNuTbA4ry+mw8lCUyRyjbPItAhEr+sWEdOaZH/eR2sTsc\nt0lygCkUxnoznGm6O6GZzTeaiF8UhyJvVkxWm0C6wSlHPyxrBu2Ue9u/drFr\nBZvrQt4YAqFlPfEuR9YEZoLm6MGMBpLIaBi/3yA7yQY8Fl55psn1uDZ9OTP0\nnU1y\r\n=JBoP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.3.0_1579036628734_0.6869991063221152"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.3.2": {
			"name": "immer",
			"version": "5.3.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"test": "jest",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.8.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup-plugin-typescript2": "^0.25.3",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"ts-jest": "^24.2.0",
				"typescript": "^3.7.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel",
				"globals": {
					"ts-jest": {
						"tsConfig": {
							"noUnusedLocals": false
						}
					}
				}
			},
			"licenseText": "MIT License\n\nCopyright (c) 2017 Michel Weststrate\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": "immer@5.3.2",
			"dist": {
				"shasum": "e3a1c9f3550f925278fd86b8d2d644f7d5e9561b",
				"integrity": "sha512-wPWsSV0fv8iT7QQVs3rxBDWTbi5pHrVgnQv/McMfaRGJTLfQ3jFMEr08UibqS8hM17KCQXcjjYYzQzYe5e7BIA==",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.3.2.tgz",
				"fileCount": 59,
				"unpackedSize": 562709,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHudqCRA9TVsSAnZWagAAY0gP/0z1hi69KmTfW83ETK/Q\nI/TYWFshfZILdd/h7KFWTLWIb29+Q76Sx9v1W9agvO+xcYp0bKVbI0SbB9ND\nC/d7o+FU9LigpoZeC/NF8m/AeTxRqMxKbrCzWysMira5y5rl4iya9rsbrMSg\n2q4oruauvjNL6Vmzn1TH5Jvca2tLxgeJrvO4c4ht7rBa08z+EepwlIHdRXyF\neo0L1sUH+8rhK+R9SNYml9jTeraLqvAe/qU4M+93BOpldvwfZJqHZsmZbk03\nQZFBiHwx8buFR7f3Ad6z/XkygM9z2hRk5V2XzHn99d448Jvov5ZaGyJ5DUFG\nB1JMvvCdH/ddAhMSj8IvEClZ6qwQL4DhoeQtGMvj5EdJ+y9NpGF7IJdbLM4/\nxMFdfnywZFTn+Wp+tvAUUJfbdPgyS5bo3aINsBKeBETOEIQz5qaftpkkOQ9k\nAE5UdTSNjN0qN7/7lGMBlJRLIXAQhnPcni0rsJkC+ntOfmQy4vlsIrDnDgSO\nDZK/N2vrOhawSNZbt6tM5elhMQt46TBKf3zrLCvax0DoGS7G2z4sk7REmVxe\n1jN0GStzWLaYTAHU35+Gd6iq/3irbnGLnqxp2vrnVIRFEuvuA+hrNWg4qBEd\nAWwKt/xbyDYy8J7xB70rwzwuYMJ3v+DwTkeH0F5eqq0uH9+upxv3AQo31hNo\nmRRd\r\n=dzeI\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.3.2_1579083625743_0.39593024628876416"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.3.3": {
			"name": "immer",
			"version": "5.3.3",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"test": "jest && yarn-or-npm test:build && yarn-or-npm test:flow",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:build": "yarn-or-npm build && yarn jest --config buid.jest.json",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.8.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup-plugin-typescript2": "^0.25.3",
				"seamless-immutable": "^7.1.3",
				"spec.ts": "^1.1.0",
				"ts-jest": "^24.2.0",
				"typescript": "^3.7.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel",
				"globals": {
					"ts-jest": {
						"tsConfig": {
							"noUnusedLocals": false
						}
					}
				}
			},
			"gitHead": "b10dfa4195eaad7a5494d6ed5c03fece7e3ec6ea",
			"_id": "immer@5.3.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"dist": {
				"integrity": "sha512-9fgZqRU5BRPSFmz1oWyIwkWq6mmTWugW4hvMb6OoUa2dgwHrkiJDBpfYcQMj/6v3UPt/ghYY61wFv8Kfy7LZEw==",
				"shasum": "9964a5b88e54da208e56f22f2cf79f498fed521b",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.3.3.tgz",
				"fileCount": 54,
				"unpackedSize": 555857,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOeTuCRA9TVsSAnZWagAAR14QAISdhJtxS3Zv8DiWM9qR\nhlmaIBMhHeb3pelpDp/0wDp96FazLroYE07O7Qlvj4zZDo74Wlyq14fkrx6D\nMHl3h9WbDCMzKvVPnec4cIlgQyBFgYp0ahBScMzmgipQeb1wFpQ0FbA5scpt\nTjFHxaab2aKwRYcPzWHIjfts0phg24OyzeE7XzAKkzi+mZvDkfIl5uWXxQ7M\nDZNpB6Sl2pnHyxeLv4IVaEyFb8yzfT60/8jgUN0X0V/qQf17Qi5FWV+hOizS\nMZ/sb2jRahCr/NHDi1m4g80CTQBwJRcjuV+EodM004X5NsPSM19pt1BZQ4L4\nxwQOUJKZBIP/tvzMtr1l6qZn4evFI7f9yqor7blmCXCFBGaox1f1OXeVJ3oe\ncdBbYbmoYzEeUq0Yua1h9dcbh1oE+i1i3BXXpm5WsoEUacfgZey5M0CFEInW\nxOwwl5l7233LFgzgeOZ43G7xYmW0eqplmK7ET5n22KZqvGOAr0BTz9rLgmlb\nEcWn7JsDskjYkMrtk5kyi70vn3g2A1Itiq/7qsNysQ6qiO5lctoUWpSgwlpX\nxCMZ0zlE4E8XDqiA4y0EskEysqiLBx3N+oz04z/VvBTGkQhMFaYeOP4V6O8x\ncCONizvSILec19Z2ubEl5xVxrAvrFtsSjLxZdpSn1nTmm9rL35biSEkCusg0\n94xS\r\n=krnM\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.3.3_1580852462121_0.32531798143691093"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.3.4": {
			"name": "immer",
			"version": "5.3.4",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"test": "jest && yarn-or-npm test:build && yarn-or-npm test:flow",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:build": "yarn-or-npm build && yarn jest --config buid.jest.json",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.8.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup-plugin-typescript2": "^0.25.3",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^24.2.0",
				"typescript": "^3.7.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel",
				"globals": {
					"ts-jest": {
						"tsConfig": {
							"noUnusedLocals": false
						}
					}
				}
			},
			"gitHead": "10f6af92f015e8520980eb2cf67e45ac2adeed07",
			"_id": "immer@5.3.4",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-2SmrJY1MviStaIM+nGWGQVrSxICx5QnzrgtDQgIv0vAka9urVnOR4ZGNFFXo04cnZUqQ2T1W7MjHVTVJoYujFg==",
				"shasum": "84edcfc0033e0db076a986fa9cdf28d035e97a67",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.3.4.tgz",
				"fileCount": 56,
				"unpackedSize": 564301,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOoePCRA9TVsSAnZWagAAYJEP/0a3r+joKqSVrTBlCsma\n0mNnCyCrS6pwFRgNxXieS105evQRfx0Q8vjxrhQGsrTyZDlV+CHcBAAc8qLF\nKlc0Os5HrloWzGWk/0nBrqG5/lPbHVG/Q/PMCE75mLACVRHEb8AUr4eX3ZXV\nFk6uI0VzuevVK+q8HzKWLE3ZrTbrzOAIh5q/itjjwECNwhuQ6CNa8g100/YM\nyy7GVRX+79YlIbJBNafXsGRCo+e4qGNjPFInslOsR9qJjMM5qF77lOcEo561\ncoyRV+eUfGpPW+p8W6mJguMmb5xXU7iTe3Htc39LPt+84Wdq295OQVsertCO\nfbNVr/hy6NUMPFy+NMTCAFYyY7PD96/J63ssUST9IBxslU+VqCTNKRoTie56\nSVUzXXj7chzvh/WXj6agl2Wgk1FkzFH3hX1W02mFNIVI/dRTqUgznHKvKkV9\na6naXEWZU7DrosKr0U0uiT9qdSbM+IwTBeqrEGF2l9q4VWmVdk+ewIVA+m3n\n9CYb8i3zxEuNTjQFjoJcJeRwVkjY5kl7WLC8mDyCvvsKFiyUFKsJD/eyb/w/\nFrZUY7g+NK+gEFkyv/N/BawUdvbukxFQuCH3jWnT45Q+QarYl50vPYedT7UV\nKADwxRlgffyVXgaRI/FEzSHnQRhF7Re6Wef/0oEHP/4tjnrpk7SVNDkH4hjS\n1SKN\r\n=ww0l\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.3.4_1580894095331_0.9167962220834842"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.3.5": {
			"name": "immer",
			"version": "5.3.5",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"test": "jest && yarn-or-npm test:build && yarn-or-npm test:flow",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:build": "yarn-or-npm build && yarn jest --config buid.jest.json",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.8.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup-plugin-typescript2": "^0.25.3",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^24.2.0",
				"typescript": "^3.7.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel",
				"globals": {
					"ts-jest": {
						"tsConfig": {
							"noUnusedLocals": false
						}
					}
				}
			},
			"gitHead": "c7e9de8ee4d09dcc1de79d7fc7e7d8dada7aa931",
			"_id": "immer@5.3.5",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-bX74RWLu00PmYdyUnxjqSaszr/qPgO72okXU+CSAD+LIZOe7sgeva/bUn4Rn4wVoSg9wbsBXmU+TPEOKeaXO9g==",
				"shasum": "6af4e1b74957b7d7ff9de6e170f59fa8e93e7462",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.3.5.tgz",
				"fileCount": 56,
				"unpackedSize": 564301,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQX6pCRA9TVsSAnZWagAATcgP/2yJXkEKKg+v2wzzopRr\n1QGGgnJt56lMMfOCvxtJLrlsU9e3BUlMyFwG5OFul/NzpukgwWF46WIzsFzr\nK/fgF0kvcJsGITYb3vAC9xpxOz0TZIv5PvX44QmUlaz8lW8TX+9hr8iS4x9Y\nPxLYTUw/XD5i7eoWD38qokMQxCXh+9n4VFUSKlCK9QLbNxL0i17oY0FYCDRk\nTLpc+eiRvMDGcUtSXfgIoPnUSDtPSjidr0MEES2brFWTGprLKkS70MWhfs1L\nw1HwYf1gRLVRTVueQxfK5cVAiQOgRzGQ9+8maAzEmy/Ja1iHf43buH2zlC2z\nBHBtShV/bMYpv7qpe8Wh8P+MWROQ4Pgzqb9rtfBuWoo4NXYmx+P8VdrJ3J6x\ntyhinQ3GhjbyNR4we+SE6O0tVTPW8LlFWqWxhnv9vCIZOjKAHKWjEePrhe9I\natQ5QP9Kn2bONrLw9jz+orecdzZEEE0tHhqisfp8hn6IeaYXV45CPXmRQif2\nS3bef4StujET+jAtHndrP7ufaC1nfbs9dT48OKhkLhmqfwL+YtyAGHzZtFP2\nB3W8fUi0rkIUsO7E5JZ1grYP15GCMagrG/VZyWhR29gh851U7lvzgNaGq+bv\neQtGDHHoX8adRTXR48yjjLqmdpbK7n7AfyyX0RJHKGVGWeBvLw9lD+Y07+8M\neSMp\r\n=8Yxy\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.3.5_1581350569184_0.12930239234864827"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.3.6": {
			"name": "immer",
			"version": "5.3.6",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"module": "dist/immer.module.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"types": "./dist/index.d.ts",
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn-or-npm test:build && yarn-or-npm test:flow",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:build": "yarn-or-npm build && yarn jest --config buid.jest.json",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && yarn-or-npm bili && yarn-or-npm typed",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/node": "^7.2.2",
				"@babel/plugin-external-helpers": "^7.2.0",
				"@babel/preset-env": "^7.3.4",
				"@types/jest": "^24.0.11",
				"babel-jest": "^24.4.0",
				"babel-preset-modern-browsers": "^13.1.0",
				"bili": "^4.8.1",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"expect": "^24.7.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^24.7.1",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"regenerator-runtime": "^0.11.1",
				"rimraf": "^2.6.2",
				"rollup-plugin-typescript2": "^0.25.3",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^24.2.0",
				"typescript": "^3.7.3",
				"yarn-or-npm": "^2.0.4"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel",
				"globals": {
					"ts-jest": {
						"tsConfig": {
							"noUnusedLocals": false
						}
					}
				}
			},
			"gitHead": "21c1597f1721f0ff34f83121c87ad8ee19227c55",
			"_id": "immer@5.3.6",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-pqWQ6ozVfNOUDjrLfm4Pt7q4Q12cGw2HUZgry4Q5+Myxu9nmHRkWBpI0J4+MK0AxbdFtdMTwEGVl7Vd+vEiK+A==",
				"shasum": "51eab8cbbeb13075fe2244250f221598818cac04",
				"tarball": "https://registry.npmjs.org/immer/-/immer-5.3.6.tgz",
				"fileCount": 56,
				"unpackedSize": 564325,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRDquCRA9TVsSAnZWagAAND8P/25os4D1cK3oZbR3BKcH\ngXQET3M/9CSPYaWMgsypALOLLkLetbIjaC55aCszC6pucWPG4scyRb05gs2q\nZTt5bOvAxMCE51/nQp69NWQe/lgdtwbocs0mi5iLALOv87duoL0tsU9SuDpY\n3ZnxFXkbJge+qVEloE7SEO4jriyrhE2TYoUq4D5Sot7zjR1/t5gMERB4XNOG\niofsPxHsC1amPrPCWkxWljANmgZmQDpP7hq76zMZJRS+KWKY/4FrOlZmyy4C\nr6EAT9Ug0DPR389ReCwPP5rq4NIAiYJQiazHEj27xRoEAkIECsQEcsJG2knv\nfoFTJMzI+9VUJBdycvOkVQJQ2KN4G5z4Pru5KMzVJDiFSC8LFPa4ee8mlHFs\nx6K5Nj50UT09uoyh5kCFo7ihEYTsgp49C+pb/culGRmaHLUS+lkGBR0gQTMv\nPIq4bfrnXRP/56+jQhTBEjNjyzf4+g5nF7/zwK3Fr1e2zkqd5jcvr9BJUPF6\nJrgJjK7LcNlaE/t9YTCbkd7492PBwcZIvuzYpdDkbST7wxx1By5idwZ8bVVs\n6ujHctNyp/eDERChbtL5HrrojEj9YrN1V6D4KnOWdizkbiWk/dR6mC8oLekB\n27yyvodjoHmodov7YCMD0/t6eT91gynaVkcwLMbg9O7Lk1yaqLe5EufO+AuF\nHmDj\r\n=CWw8\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_5.3.6_1581529774280_0.09023647845723448"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.0-alpha.0": {
			"name": "immer",
			"version": "6.0.0-alpha.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"module": "dist/immer.module.js",
			"umd:main": "dist/immer.umd.js",
			"unpkg": "dist/immer.umd.js",
			"jsdelivr": "dist/immer.umd.js",
			"jsnext:main": "dist/immer.module.js",
			"react-native": "dist/immer.module.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn-or-npm test:build && yarn-or-npm test:flow",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:build": "yarn-or-npm build && yarn jest --config buid.jest.json",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && microbundle build --raw",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/plugin-proposal-optional-chaining": "^7.8.3",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"microbundle": "^0.12.0-next.8",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"typescript": "^3.7.3"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel",
				"globals": {
					"ts-jest": {
						"tsConfig": {
							"noUnusedLocals": false
						}
					}
				}
			},
			"readmeFilename": "readme.md",
			"gitHead": "ee1c977f5bf86e0f209e3df5f17bbc5bffb99dc3",
			"_id": "immer@6.0.0-alpha.0",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-hC+P/sOD04aJTeadAyzCYRkNlP/CepEE9/KRBHnA7UI83w7Ivs3ZaMlc8q0MCN8YX6cnO93kwmaiY29fiZgl/A==",
				"shasum": "db0971f9c4b29eb2448bcbfec414c1ceedb7bc6b",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.0-alpha.0.tgz",
				"fileCount": 54,
				"unpackedSize": 555966,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRX8nCRA9TVsSAnZWagAAWvQP/jp1D/M9dJkmFJwMMhgQ\nZ0aVRjfZcL/90eW5kYs50rqdhKEiIKC4AjaMu+BLwwavrWviWUbCZtx74Fdi\nGJDBxbAZaEKjB+bD4SrjwymnxqXgG2Uqrgq7927AA/KBTPnsfkgatDOnfT07\nnOOqW2KEvmJrCl8F6r2/xkQRzmORFvmitlQPSGa3l1R/p3ojbGqgJ793H5Ur\n8O4L96tppOjiP1ZMt+ZuVuyoGg51hJOwWwSnopTr4WUdIUduIDoGZtMpPenl\nz+n4vVY+q5QiO8KWgLM4SHdcy9yHcB16oisw3RfZAPfK2S790Abdbd/DjR1d\n8Nr+GX9TBPU3acpJbMo/lGO1dXNMFsxHyKSQS4UcPLO2xfmOjnecir0lCIRl\nawyyNp7qkq753ey917nCOWPR0svbqqGqhotMJkbSAxdbmcNknJpmZvAdePf2\nk/NtZAX6fskmg4feUZPPpA6i0b0DZnyzePt5oAmVSYeFI96qN+4RSWknQy2o\nGBsBZJKmd4zxY/+9IIQ2EwDuhwWVLJZrMn85u17dQ7hizHHUw/NUykrbOXDq\n0zvaqEkcWm2t4te4S1PN1RyPBvWjlAt5m8xKVHNvmXrUZa2qNlfS9OhMfKs8\nwRVTKXklLYWGPgxE1KkIaIrKs1C1c+Ckkk0UBZx+F9f7T+YGw2ofZpGFFKVp\nm9w9\r\n=O8W/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.0-alpha.0_1581612838196_0.7582165847103839"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.0-alpha.1": {
			"name": "immer",
			"version": "6.0.0-alpha.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn-or-npm test:build && yarn-or-npm test:flow",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:build": "yarn-or-npm build && yarn jest --config buid.jest.json",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format cjs,esm,umd",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel",
				"globals": {
					"ts-jest": {
						"tsConfig": {
							"noUnusedLocals": false
						}
					}
				}
			},
			"readmeFilename": "readme.md",
			"gitHead": "ee1c977f5bf86e0f209e3df5f17bbc5bffb99dc3",
			"_id": "immer@6.0.0-alpha.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-oKRM1xoYX0SrfT6SM3fNK6QRSqDvFaBm7ATSshhNxmDwMFtvLy2xamA+h7rNhpS4ZTVqD2SkZGpJhU+6T68Prg==",
				"shasum": "d821d14721822419b3fc65d6d33c533a0e61f2e3",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.0-alpha.1.tgz",
				"fileCount": 57,
				"unpackedSize": 854734,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRa68CRA9TVsSAnZWagAAWPMP/j39GLRzDasyTPa6KTrw\nB7Cz50lcCzhKE3FhIwmaGdvtQV/je2HcqEysSBhiRQNx1ycAqe2fodTyuQKQ\nuBcyvdDxwAR33MkgGjlHQoVMGJVqPWBRhZWFJvqA+z14dOkt3dpe8xirGWT1\nCDDWupwTlV7JVGpyS79/pHyT19sth3I4zQODWx4CvFpTy4BpNQ5wos7GiBiS\nQqLCSH4QcWQjSDfLACMWiDMRPpzXfrp/Lla1idmAmT+1RJQ9VAYv/mc4mJAx\n1qsRVGO4EU1gcqBouZOePBX8QOW3zmV1n8+iu0xnUrldHGOwOytCknwjOL82\npFdj5AruW8+59ORcGTVtmlViF6AAXN9Rug+Qdlc9v1x0rYo8NNNJ1HmsgCgC\nVvr0jrWCzBKUXoIm1vWq69BjSkKnfgwBOWt2wqXC5jRcr7PXMEhPcDLCxb36\neoS+zP4XJWaS4pSucXGTm3otPbkAaS5c/Ci2muiLvvIK+bjjNqttkpA8PDTJ\ncbt8KiRN06GZlv6Zta7n2TXfMI0miZgjgZrB51A+XSzPnN+2ExiVri/7LY+m\nYr8MkWP9WXUfK2CF2Aag5/KrpCs3WJcGRiNV3CHM8KNuE8o8GuzqGlDg/wWZ\nVyvrECBpp3ZwCT7vVPD3q/1HB0+npgcekp2IgLVa6KDNn8i9pPDxxXQM/16q\nC7V6\r\n=qWo4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.0-alpha.1_1581625019426_0.6335606016873545"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.0-alpha.2": {
			"name": "immer",
			"version": "6.0.0-alpha.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn-or-npm test:build && yarn-or-npm test:flow",
				"test:perf": "NODE_ENV=production yarn-or-npm build && cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn-or-npm flow check __tests__/flow",
				"test:build": "yarn-or-npm build && yarn jest --config buid.jest.json",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format cjs,esm,umd",
				"typed": "cpx 'src/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3"
			},
			"jest": {
				"moduleFileExtensions": [
					"js",
					"ts"
				],
				"testURL": "http://localhost",
				"transform": {
					"\\.js$": "babel-jest",
					"\\.ts$": "ts-jest"
				},
				"preset": "ts-jest/presets/js-with-babel",
				"globals": {
					"ts-jest": {
						"tsConfig": {
							"noUnusedLocals": false
						}
					}
				}
			},
			"readmeFilename": "readme.md",
			"gitHead": "ee1c977f5bf86e0f209e3df5f17bbc5bffb99dc3",
			"_id": "immer@6.0.0-alpha.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-ZJbiIHodasqpeSblT6G9unZ3STGuWpbB0NPkWfrMS+3P5KcMQLDJ9RPWINCMAxBPoCeucd2en/RQcgRsAn8lsA==",
				"shasum": "9436ae1ed80710758efff3e1f9b4c84976835561",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.0-alpha.2.tgz",
				"fileCount": 67,
				"unpackedSize": 739655,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRbFUCRA9TVsSAnZWagAA5K4P/ixpR6WOCXXVMz/ukqSf\nCWx/2Vkbv+vaJ8r9P1qcfSNu35wUpVD9dG4hSda8mf89biPLSy0ZNXQhZWDM\ngbOKxFSrd9Xq2phefYvd/fsr5tqJSBqu+gfGTuQBO04d0nuN+YLYiCXlMU0E\nFqzk10w0K3AX2OLbeiU4vJQbDERO/vHOyz8G+ZP2ljARmCXuXXebVgYqSYRo\n3VsaJZqhfMFzYG1eTaSvDmY3jlnYz+tsVxrgFbJn6US1bhy4CRxF1JDBmqHD\nCepgvqvlDwlZNnRgt2ZC2p83O9JL/u/bQq9OHgLZo5yACPw5p+5kr4UmCcx0\n7Vdog3J/oux3f769UbcHsztVxtpB5lV+BhXtQWM/GZTGlQfZ8KniKO0O37a5\nDi8GnUIHQOGsx5POPF+8awrUihig/ym0eOeETFVcQtx/v67E2GSMNNJehmD9\njXli11+bBJMwQ37lpEWMqU1L9jaygS5wk5A1+UDmAEGDU8kmF/lUhY1bU6wH\nNri5CWOudVNyWqwB5axkckB6CTVgq+QxCzsiiPWFvdJcVSputbbsnQAlG8fh\nLW7bFRxqiPUn5xHwdl2Hlp1LAlW/Yp4RfPsSgCOs8kjbyATIko0MiZOIutjm\n5xe2n5Iy16E4mx8DYxpujkkE2u6PJgLAEclnq3GOSHJJCs9D+B0u6wShiUQo\nEW7U\r\n=oVUq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.0-alpha.2_1581625683824_0.9699925611038585"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.0-alpha.3": {
			"name": "immer",
			"version": "6.0.0-alpha.3",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/immer.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"readmeFilename": "readme.md",
			"gitHead": "e6c3f13479fe2407b4d06decbb8c2440e4e92811",
			"_id": "immer@6.0.0-alpha.3",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-/KMNYtwNcM+cTAykAyxMi6l31QW0ebjBLEk+PhDy3UCOgyo4lNN0zlnH8nQXyvPY9XIN7SiDr+uLW8NwdVdJIQ==",
				"shasum": "3147f851b2d641baba7650eb4c149ddb422143b2",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.0-alpha.3.tgz",
				"fileCount": 65,
				"unpackedSize": 776147,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVYVTCRA9TVsSAnZWagAAmykP/2lIa/nuw+HWkR3fKBXU\nlBzAvNodkR3lx86kG9s9tiDam5Xx+DqXJOrLvljgHwLEFt57aXVxOd7Xp4Yu\nmJ7gUCgf5vIqVPvmOrYHyyA/lBZPt/B+LCmrxKPCD8vXQjgHFhYca5UNvJr/\nTbXWdmL2fBJgAGNZC2rLYFuZzMd4ctqW4N548mRTIHl8RMYGbJy8qv2pK+kL\nWO9gRTdEMU/DNtD4NIEDQdlk83urQbKndJ3Ejzzd6evcfjvnL5DNkyi6SsDW\nuZv6Lvkf21GOqJwKKtqH8X8rLo99A78fDalc1Aw1cHLTuk5Gbk9tMHeZnG0s\n/VoAlfskmgIgr/Y3xKgwLz2a/VFwjZm/DF5gYWSb9fNIgZI+3xYYih9qA5Cs\nEXuMb3KtGnW2ZcTyO8ckufcJxXhaRAPLL7Tf+91qy3qpq4ferQ8aP0yK91sr\nd6EA/2oGdGwyuOqZAzewzRNPYYXo2hVTuu5ZTWZQlxYSD2wEDARRLrWPQitY\nqheSxWfZhX0fEpm3yL861iGYpZnBvzVlKIVgE17G+IVjTb1w2p7kt+eTT88L\nWJGpiUvsLTlVvifN9uyvEciXuHqcDPiZxxOCouSMsIIOdOLXq7IJE/DTaG7h\nYSJmYvk1KgDBfQ95SPvFvnMWHVdqznPmj3PWvB72o9QqKU8VjuvCXqc6unHc\nCdAR\r\n=X81s\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.0-alpha.3_1582662994837_0.9194005246271237"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.0-alpha.4": {
			"name": "immer",
			"version": "6.0.0-alpha.4",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"readmeFilename": "readme.md",
			"gitHead": "5f86272a3a8fe6c6f3edd0e48a4edd4e912b3748",
			"_id": "immer@6.0.0-alpha.4",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-K0il++atEySb7NyWxodw430nJRhRrV7ojad0d9707ATLNVbCRLOpC949mdtsmY1aoUZd0+gebn3VmcwTdN534g==",
				"shasum": "ad46e433c2f35aa81cebf0ddf0f3a0e139dd336b",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.0-alpha.4.tgz",
				"fileCount": 65,
				"unpackedSize": 776147,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVfgLCRA9TVsSAnZWagAAdtkP/2wtGgITNWnAk+64T3qR\n4lkS1Mg6qj9J1UKV4abrc025Ly8gSKYM9V2ZmGsQc5vQiS4iHt7kBeVEWRXK\nG0CnSB8VwmXQJtyxY672oCNp9kw7RjFVU/ToqM7K22K9zUevpA70Ga2hqZnY\ncycqDiQ1ju2bcjpSzhCOX+hldOXzeENmnT63PzMfwA7nlhZe1l06I93Iw5ts\nVD7m3j5LSMYAQTg6+wv3p5H/Fdcr8sCCa7ug8VM30kEL6qBMxnKH7ssnDGdf\nHfnaXHa/6/Au70qGCFOn5OP5BS+ssOa1KwnrWyiGYfcja64aTPTNX9LdCSMK\n52KBBC/q6l1lZ/L4rO7zP/gmpmErKdECZAoL4yiTkqxsmbQM5CFNLMOPiYTl\nWk3ybGXc30y5iOhBSXJ43F6i2awfquHe9h7BbN7NmnLCZMM3qttjbcgIY8hs\nNppHjSjyTVt6Y1pOqyp11vs4clPAICaYSe1nsjzVm+v2wlCaObyWugi3VGug\nLmYovWDEP9x2ZvOgraua5ev/K0zZbhKxhDdiHSWp7ns+cNsKwOLCNn5qa8lB\n8MOnh/kgBZSWjjeyt9FdmgCa0buAXoy81PfNWQUTmEagzZoAC+6S3U9VlYmT\ny+yZuvOqQweaIWJ9rQfBC8L15GB/F6Faxtly9xQ7KZrkCI5uSV2OfntJ7nSO\nx9TO\r\n=ik1W\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.0-alpha.4_1582692362938_0.998386484047854"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.0": {
			"name": "immer",
			"version": "6.0.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "0d87fc88e8efffdacbb5db295cb9efd624cd2757",
			"_id": "immer@6.0.0",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-vqOfnW3+VEV6vVxniMLPxTI+tEz1w7POYwOE1okOfnOS9Zl/mCObxino2lxiDC5l9o4NdWy+Rkxk9Em6ThBZBA==",
				"shasum": "39cf65c7720c6ec4bdbd9ced0960b8ff126f3cd6",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.0.tgz",
				"fileCount": 66,
				"unpackedSize": 786216,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXrJeCRA9TVsSAnZWagAAqYQP/200Y0CROAcGAMlh3u8w\nbN/WelNyf1eCiWbgcbQPWB8+3i9skwHkIf+itvGl8Sd/UfEyYkQsTUu3d/lq\n3GmxVkenPqP77ytfo3RcYVKDTinchfO415vlw6KLKVwhL06CIhoZcLNRX5g8\nPTsq1S2k6xntbnLhCuteWHl6OjBk5RnyJtrrS9pYsBQU5rYmiHy2YDOL9DK/\nEGt/Ps0/NNdbns+hAVDPOEy26BMiGEyYjwH05VX3+ZaHDUdVTZdmfwrIgeI6\n/gr6XP7UoRrSMoJTRLkE/CPlxddTUa1pxF29pD4wh0EXi502Jn6Ng+xuWomP\n9nR4bpM50Fjm+bG4rUwhhEtTzVNEufl0F5Ub1fOH5yXfWry5cTVJ5XfOaeWy\nkuM5/QJUrVWEy2gO5YstBnBJLdtXFzvliOamloU+JFyfIwgSGHu0l9B70C63\n6zyX97pjWFcvzv/rBZA/M7U/HYC0UHiLnWUqx+sWVpJRJE4IZe/dgJizvjkw\ndGtJ2xYiZO6dq7rpLprgnXEDi9x8pc/UWJBJx6JiC9c7TtyH7bKFWmPKow5a\nqiwqHRbbB2pz4xyVAhES+KywpbOGy6cdgqkCcFtY3Si7Fyu2GQgQWixJz4Hw\n2cCOJuuObXYotVTkpyB7I3yHX8HlZY093PcF9SiTrJ2Xup90oL7XItQ6ir8s\n4cax\r\n=DKcc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.0_1583264350184_0.8262082456159268"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.1": {
			"name": "immer",
			"version": "6.0.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "ed6ba6d1168feb5f90a6fb97641a68eee26375f7",
			"_id": "immer@6.0.1",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-oXwigCKgznQywsXi1VgrqgWbQEU3wievNCVc4Fcwky6mwXU6YHj6JuYp0WEM/B1EphkqsLr0x18lm5OiuemPcA==",
				"shasum": "7af35e35753d9da6bc9123f0cc99f7e8f2e10681",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.1.tgz",
				"fileCount": 66,
				"unpackedSize": 786216,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYDtdCRA9TVsSAnZWagAAvpsP/jv2s1dPp2bZBZDyJw2a\nlnBM7xyz0HljSVzz9cVRxtDxd7fhakeWCvNYWZ+Vze9SQt6jqRkM9amHp5aa\nCNH5qu5TqOAuQe1grvbceoxthW5nL+KnI8Jc1p4Sq4eZgqa+6VDC3dUyMjMJ\nr419kXdF5OEZs8bTG9EgXoWPdHBQiBpWDLrN9qdFenFrBQntOlUnifcCYmc3\nVEqdgluNREdTkqZaYcqr+mEbTfw42YzKJ8RA37OBsGYEx1yhSIusmvT0bICu\njjp159ewLDY1BuVV9N/NH5Xk2mgdu6Vd8mbzEVlrWqQU+bTFGYJo54ydtMRD\nX5cyGtv9guTxoo4+RXkp/umhFwQ3gGbguUtQHLBKdtT1wBzJADm8qQOUtcdC\nBx8nk6ZrkNV2XfZgLgoxmddGGguvIW04oxtv3iycCXTaxb+t12Owks76M0un\nQNj+N4YfMDQZ6XV7qrR2CFCNpXxlgqIi7stTCTmQYqK8/QnUdnaafIy4uRGS\n7Ns8SA/ujt33Ui0yuVOmmVKw0gK5xXN9yZwfXHOYSR7fXu4NwWgQ4km6g1V3\npB89fjNTLbD5qHLQj+4mVP16IpJ4y7ZvWpXPnD1qNx3RevDgDAomq99TDZBT\noIe1CAkQiaFz5VaJBAdkzxZBf9kcc1uvKMw9whJtsPbubtksyej1egtgCmut\n7zaU\r\n=w5tu\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.1_1583364956506_0.49163940884977286"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.2": {
			"name": "immer",
			"version": "6.0.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/immer.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx": "^1.5.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "949960fce7360ebd9796f1d208c32cea3d71a76a",
			"_id": "immer@6.0.2",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-56CMvUMZl4kkWJFFUe1TjBgGbyb9ibzpLyHD+RSKSVdytuDXgT/HXO1S+GJVywMVl5neGTdAogoR15eRVEd10Q==",
				"shasum": "5bc08dc4930c756d0749533a2afbd88c8de0cd19",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.2.tgz",
				"fileCount": 66,
				"unpackedSize": 786216,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeb5paCRA9TVsSAnZWagAAnN8P+wecU2QtJkgCpths7z64\nmpfpKqPHWuuzp0qHNSSeQqlqTvG3WijODiMgKV/kEo6E76vMsugYeUkdcX67\nxKz3LohqxiusHXm0f53opPhzXNRyKrpoq4EpuwAyhN4PIKD+8H2pJAOKMNYi\nLsvxSaOkw2nKtRkAWOzAEnr0RtDys8kmzHbm6jJqgqDK4jthOEe77qWuYtkF\nl5lHskPdV/GfIS9iqrohq72vfaLczoudwPE8G+K3j7R7dCmZzdTjBhirnZaY\nEj9QBFHFqpbN31n3oCpyAsWVFOZDPqSnysDEZAHldUqk+CjncjXfJiCzHnz9\nXZvnxeb6meYyQyOv/ohAWmqqCksLW3o8rGd1x8dpYpkz9iC6gKcG9W781O57\nwrfnf5MXUu5S4lci0O1DvBkKk6n9a4wvFQh/cnb/QJJudWRArH+/NlgP8Y/w\ncqH3/1uaOHTrMSRHhxY92UtsqGKCMD2FVeLigYcXWoAsZDDtdx9VG9Y1xIy/\n4fvEhS0Ko6mQu+lNG3U39usSfsyx8UkvnMYdJZyDcvPXGAp1kgtkvWAcDH1k\nFRDTnbNj+x/sHnyIYSsH+QHo43SrAVZ2ilw0K7LFMJKL7SwRPY0Y4y/pr6f9\nWVu02T8rE/7QPtXnLLaDk+aCQN67cNd3Mr+en63lY8DI4CDZKSCUsudMGGIW\nppMy\r\n=lwiu\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.2_1584372313521_0.1634833490534744"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.3": {
			"name": "immer",
			"version": "6.0.3",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "c2ae050a83e694e2474bb100932029e0fd1f91f7",
			"_id": "immer@6.0.3",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-12VvNrfSrXZdm/BJgi/KDW2soq5freVSf3I1+4CLunUM8mAGx2/0Njy0xBVzi5zewQZiwM7z1/1T+8VaI7NkmQ==",
				"shasum": "94d5051cd724668160a900d66d85ec02816f29bd",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.3.tgz",
				"fileCount": 66,
				"unpackedSize": 786217,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg6VYCRA9TVsSAnZWagAA2hcQAKUXt0hX31cD+Nv/67Xf\n28oUFT81SOsQz8K3R0bzSW92E5Kzx8VyoNV47L8Hhan1ghzNe28lsGjpFwvy\nrQkgxbc2btDWQTyLQiVGIjgcRA/30K+KoMRg7qgVz9hnswIYpuE77kHsdQnn\nvFrZFIYctLrtFFaklr0959WtVd3ES5nyztB8QNLX/6D8TbaLrN5PSuNA9pEd\nWN6aram0j2RuJ8S6NwcQfXaKgNu45tK8KoUljHl3LxpW9eeEQWwPkkMNi0Ew\nrx1PS2ycAzC57RKpZr+r8EH/yVohXL6obPx3xVgLCDsFW5K1GyJNU0+Maz6m\n0KhCSUeeDIKA02Xj4XmPepIQ/mijU436YTQCCrgeEYM0yMX3RbpSJKWGM1qE\neDeGbpjM5SZ7pYEAWJFkVcYCBepblr1sqHEnH4AVEVYARpLAo71rczyRzA2I\nY48j11cPcevtLdn6rc6uSINC0uzkTdp9xqvM8oDc+qc8WxcpVQeXiEB8tNhO\nlwcqNckj2rkmtyRlWSb+n2IT/l2BAjAYLzzbLNalu1ORWBfsGBcREryasjVE\nivE7GkedkLe2CS/AjldfWOkBxI5T8X0GgR28jPaByyKPl64p/huegUIYJdg6\nAL4zcrEk0rO51R+IYjj68DDezzAqoY4gGHGSCwQx2K1KfkNpzqCstjiF4D0c\nG9LC\r\n=op8+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.3_1585685847573_0.39127603080219187"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.0-fix-425": {
			"name": "immer",
			"version": "6.0.0-fix-425",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"readmeFilename": "readme.md",
			"gitHead": "20565f08783290c49e8dfedead3d1b14d8cdfce4",
			"_id": "immer@6.0.0-fix-425",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-hXrhXr2/53+1IW4dzUWngBi6wrGa50thszC8pXKZ4C8j4SlVfaQKBW0cnfWM5U6gZDYShYUy6P9RbCtGbaV2Mg==",
				"shasum": "9e2c0d674a4c795137944e7b167a592722c1cb1e",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.0-fix-425.tgz",
				"fileCount": 66,
				"unpackedSize": 786139,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg6d8CRA9TVsSAnZWagAADncP/2sxPZtTjhuAOa+TU+ZB\n5vKh8F+IMVoq+S7CjuUWZLAO+zY/D5in4Q0i/8UGOxw4MzS+FXPsbNLYIKXz\nktfEGDodoNpZEKK419lA8H8wlk7YhRxygl7aiydLRllcUWWlU6NycRIKqiHf\nXK1jgdGVgDcNiiHjseiDrVLOd7OCRVEXVZq9b17h1lvLDAxkzn0Qu7tx9HJ8\n+/X4MMYPH17dAw29xv3IOWKBH+GfqC6TLbEOZreDoZ1PjBMRLQ2Bm5k426OU\noJZ2RLq1QkQn2Gpee6DJGkKS2Q8gg13+jVDLmMrVAJBhoSeqsAXd1iCdZJyL\n0pq0ltuD4e602yCCqt6w3nHq6pDXpgnH4476X1e2mgu8uDUfSMzehnKh8oGX\nGWfYaz+wlbk5CYUFgd1+qvanPxesM5UvwHm9a83E8QGS3SmrV9uiyXbN1kUx\njNTREgWV80BVGcjLoFAUST4R7+d+yUVXfLZjoPLbFH8vs+X/LLhzkKJcwgiL\nvP4Hr0QW2f4rKTTsmx2frYrw24ctLQhoFayhBgFnR41pE1B6eLtWn+I+x6Q0\nwBaniWjmTsh9Od4sFW3rJ5H1M9Mgvj5LQ1yquTXJTSgUrEegeh5gs/LqjdCe\n17HqSv3+ueO6zPyfny0ZESvFzJDHwe60MdjQqoUYoo2n3RwnNqJ8z7EmWeWj\ny3wl\r\n=AeCj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.0-fix-425_1585686395967_0.34705214418309227"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.0-fix-425-2": {
			"name": "immer",
			"version": "6.0.0-fix-425-2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.68.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"readmeFilename": "readme.md",
			"gitHead": "20565f08783290c49e8dfedead3d1b14d8cdfce4",
			"_id": "immer@6.0.0-fix-425-2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-NcWDGH2Slfc/Moj2pnnxiXHxikItfdG6BCpA1oQNtmgqyX1If+iArAlX9XCPdMt0fuZsi0iAmZXx9tIm5r4N2g==",
				"shasum": "bb05ada48624bab5192dc4924484ab81e8b0e43c",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.0-fix-425-2.tgz",
				"fileCount": 66,
				"unpackedSize": 786394,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg6hJCRA9TVsSAnZWagAA8c0P/23+MigYqaHEtVrBlJJL\nPzL6KrLbgBwptMs/S+9vfMu8yBvPFsKBc9/SI1U1t+fe9l8espX+Osc9eThh\nKH93rLtpSGpwe/6zs5pSuggtFD+clluIprQcaXrOe3ag5Pc+ZznvEzAUtokZ\nUC7mqOYFV/s3oE8Tl45HRhGicGlLKXM0fOAYQt2z31wfE9mbgzLn+/zdILPa\nh60zJuT757qb5lrCHqoWI6JlNhvG9dYkT97UQf4lV4q6rWLgnSYCod9PSJ3G\nBjJpwIgd+nixU2XJ/SK9Dj0SL/b2ggu3emqjSKz2NNb9vdRYseRCBNWL6fPo\nFxmPdz1GdkXw5gboVO6USG41C+SegXxqQufekJ46jKycaTaQCpqPVyA13dSB\nvFTp4vqksfeCnDT4tlXQ+cth4E6RatnwuozSms4MbKknIZs4L9NDDBIc+qJz\nlykXujvQiaLbq0cSD3Y2HKroFW9J1zGClhtGl2O1NKxy+zvVjSicNf8PNuHT\n3id7BZJ3HBwGVEefexayulgX6YTxDlk5xPFaeII35+kdIz4ALuxgki5hgfbw\nvvp0Aql1PayZ7IaRggU860vcwbzWEyMbkZ/6EtgxVgmBx1wITuSn0JE1YPrZ\nXsK4fUTqLRhUcT1OAySPXhGrsENM3Ks1jyhwAqyyqoHogopIiviVudccOpgC\n/bS2\r\n=PEYR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "mweststrate",
				"email": "mweststrate@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.0-fix-425-2_1585686601068_0.3964314497437704"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.4": {
			"name": "immer",
			"version": "6.0.4",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "33ecbd6cce2f5967ef5f9fe4a56fad59169397a0",
			"_id": "immer@6.0.4",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-MKC+V5Zf/tdPlp1Uw4Iu4zHD1mzjyMUkc+KC5/k7cWWEYsz+a11ayUo86YukWfiG4fDXhEaKxjpbOIL8l4uu5A==",
				"shasum": "f3a3de1b8db24012fb842ad25e33fbf6c280c481",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.4.tgz",
				"fileCount": 66,
				"unpackedSize": 790872,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesYJDCRA9TVsSAnZWagAAHL8P/jvfXl1N7S0kCN8K85A5\n9e6dpeUt677YraQ3aasgtKxVg4izU0/PqpNEk/7hmD71R+Cq2znYGHwLRYYP\n0ZwOZOG5FxLxuJ73X1feVHXLpoiKagqIwhgIvMsoDMzJOAAZV7wpOTXWxBIF\nXBWhs0rqYW/RoCDPU6ltRGZhGFLLP5MC+WBEV0YJFw+l+yn3jXnp40aliQaI\npHr+E3HA1+eFdqW6ZG1W3AaKjQGDLGfOul03ieKatJ81bAvJEPpD7fHMUfMo\noQXFPHhfU8uWLAUT9Akeoo+Ls/TgN6EZQ0ncBS0fcOFGy3TluuW45UL8af9j\n8is4S5gvkoJjQD2Rlub3cGgSQ2EKhk0JtSjv0JOKzjbUe2coqS4W+IKz2ixU\nawup6BNvmSsh5mZJHgY/jiy9mJ/SZ9eIZGgESN7qD0T0ttj4hqYOSTFgfsJv\n9HzpLI4V/wCMo5T1AobIwRNpjmoFCk5hRasie92YnDfHzG6VtNEYLS4Y/DR2\nPMpVmnygDEzmI0G8ZYm0jIcfF8bS/2bCWdS8ZNebd5MWJnWemvIViTBFwD2a\nkQ8yCAjGLu+7arhtSVQ9uxx5/fExH0eBJbWZzXIfD3M4CUJ/VWmf0jrgK9Z1\nKRio9XHaIYAyAhnT+If4Z29elzJlhfugAcAVIq/UOV4R8P1+qRS8ylJp5T04\n6F2m\r\n=hYNe\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.4_1588691523365_0.6044453767685638"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.5": {
			"name": "immer",
			"version": "6.0.5",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "497d1a0aff9426e3c81e383c39ad235674f79979",
			"_id": "immer@6.0.5",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-Q2wd90qrgFieIpLzAO2q9NLEdmyp/sr76Ml4Vm5peUKgyTa2CQa3ey8zuzwSKOlKH7grCeGBGUcLLVCVW1aguA==",
				"shasum": "77187d13b71c6cee40dde3b8e87a50a7a636d630",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.5.tgz",
				"fileCount": 66,
				"unpackedSize": 793736,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesa7dCRA9TVsSAnZWagAATjEP/iIQeXP/ezpSlwNlk1lZ\nekiYLf7JSwcjh74nxYyIe+IIz0zeo5xXx2LcnolIHVXUJykGuXoKOXJNkv99\npi+MVysfu/KGcnvnBGMKGyz+6vN76vF9LzDN9/+cpSlwgBYc4oIBYJho6j5X\nilpwSuB6o8PyIBzhwJVZ08yVpAeoPGKgcR/Wx5aqxpO3Km9g6ubgNZhVSaCB\n5tRQi+++jKzAw2Sgw302D2RrdULmDNsm3KIbs0+vgQ8B3yMV8W9IhrBouCnY\nRU3duH5ijANE8iRqY1PrKP94Y0ocEp2cc29VzVr+rras7mK6AT1D1ne41YVK\n8TOzQpHwRjeQOk/MHTtGWQLlxip94wSJX1HjbWLg6pwKVo3VMBSrbJYx/CPc\nQioxT9nsGfTyO+ce3rUKf7vapBxNDNjTw00b0lh93/ZsiGxzOfYsAkSpiILP\nXtCysCB7YpxbHBg4ER4IWkrFxBWSmiHWXhr/IzNhn31Q0Yz/8IWGUqfR6cax\ncpd5nOYyvUbBaSEN2vCTAmFSTvGNGtCS21nNVtURM0gm5wQiDNs5EpOLiWLp\nGyaLEgbhQN74ai+U5TUnaKEHzOsGyG8jDzW3+ltjV4fE8GVOBTeqrG5AImI5\nh8DeqTsxd4jWLQBfRMRAhgJLKqHRf53hY3Hr1ce+GQBB2pm6vq+TUC139VN3\nFXfT\r\n=+xbt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.5_1588702941333_0.7935587509084829"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.6": {
			"name": "immer",
			"version": "6.0.6",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "8d4e0ded1a2e4ef4ce2f5bd9c4d0f6e3f6a758b2",
			"_id": "immer@6.0.6",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-KAo8XDbDcF59lDlKEFOhyssB/z6805ZvH/S3wqMPaTzLMFDUUu1Lq647LrUyuXzI36wMpzwZ83mMxwOXM961aA==",
				"shasum": "ffd46c1976548fe3df0be671b7f8aaf620166623",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.6.tgz",
				"fileCount": 66,
				"unpackedSize": 796369,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexl29CRA9TVsSAnZWagAAlh0QAKPxPhFdnBjaeN1KW4yW\nG+FW3dmJAw/jlw9BeQd0ouNm/NCgKU/Kdn0B3IMqJhFo+KFOx1Dd8Oi3odFB\nokOqEeIgqJWyQNWPxd6pXA1OZ/M9luqh9zyOuvLA7sCodA6+c5LjJXjpS+nb\nihJ6NPwsjr7W+WDp1iWdY8KDfzAj/FxIVLT+cOct8k6SVKaWzZBfVXh+6f+r\nw9BpwV0LJPqhGR8Jqk9yDQRoM9B2A5i6Ji28oG7A8WI7sVbkOkJ5YhLoq3vd\np9lLD03MV71hbeJl2aqWWz1OXr0KSmJoBmizaBRAeQgiPbqiBmLNnyCkgG5I\nxgZraffIdBJ+rUl1X2OBPb1PJGduI2WfitNL329xDon+vmPT9eDS/1SafKAK\nJ0GwNx0Zc8/1uxi+cFq9EMc1DdY66WTPsPC30IZOlEtM+3JSeLBvQfLDi0lk\n1miyXN6UKtqa4U+msVtr7mfnsGqz/GzBQ78UpXSZRaqEHsdmLWKqynPuuIv3\n8dc9qXs9zPvNHKS+wuhzuI5EA95U9bLpVWk7QEfumbC/3BkgI5LsKeaToX8Q\nUiG94+aEKS2hy4YGiVB6xxjzJioFCU3MBqwNNdbcCbXYsIHRI6yPjEpMj0Ue\nYA1/whUCgbGngkaOZSS6zQ+ivalitlMxcHYmHwc2mrOKs56kyVTB+iuD6N/w\nP+Fl\r\n=WRKV\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.6_1590058428911_0.05365974935274398"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.7": {
			"name": "immer",
			"version": "6.0.7",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "169db77b4fd76e7be570dc466673589b171fd005",
			"_id": "immer@6.0.7",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-zL/G/EGh53bliFt0v68J/eJdckf3Yjg+ict/yc1SQQypzH1XRjjpKxkWGoQJKKSfbNgm7AWJbbKmXWUhPjPUww==",
				"shasum": "9fd60fb4da099523aebb3aea32f1e542c2679578",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.7.tgz",
				"fileCount": 66,
				"unpackedSize": 795373,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeyQAuCRA9TVsSAnZWagAAqScP/07gIM6+xcDujhSK00eC\ncF9RX4Q8I84pzyCNbxZ2Wz3s91Sk3spEj6IloN5fegavG8Ffgk1UQeFqQIJm\n+MQ7vmUMsECYEtc/n3ZHoRNoTjBMWa4z3rjubluVdTOdFyUB+ORoRtPLe/Vn\nLaSxuT0WuT/a4e7Tsril1flN3juZT88B6VznNuDtZJc7SRxj1bzFqc7iFH2T\nBjxtjXmo7f3BjXpwbevBCXoX6gHHn+ZTjeqaeUVzckaI5jdA2gb5aeB9u2Z+\nTNteteCajXtbSxlNidvIJh6/6AqTHblWWvKw2IbSfHlfvRoF5n87IDVN1259\ngDce9mzwys91dXr4UitFSv1ujrHR5bfLQRsaavyzqgDB2jc2FLuAeutG61bs\nj0AuDjlSdUxKSeV1plQ0mHheHmDVmvDuxr1aCnr/XRV6d0ssO2wDxyWghPbM\nyA3xnJV/3aucFDm2jEYsjai8aierTJfo5fAouBkmvsc7mxVS+UY6Giy2ysa9\nqBaMyvAk7JKG27wPxOrDh25ZA4owB55HVqPqQELLn+GPDTUqWo5niEddjYGA\nd0c55/qr8bXcj6MoJuezIfdblFpjx7hKW6LF4MErMVtXDGXNJZ+PPyFoyGx0\n4Qyvl799mbwlBhwyT3N7IcJ3jPDZtz8QtJIUo7Te4gmGquNWgmJa4R3Eq8Ir\nU608\r\n=3QT4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.7_1590231085480_0.9856153328137087"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.8": {
			"name": "immer",
			"version": "6.0.8",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "2b40aecbe305a0cc74b1eef93948eb0f079afd24",
			"_id": "immer@6.0.8",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-wmVdrkqL6OzhX5z2k/c0t8g+YzGy+V8B/r1GRdCTO0UcTiFkB0XVAxpJQT045KaNV2u14HzbLCYKJmt7yVCakg==",
				"shasum": "3758890d66ed7baed5703b9e0763785a16156478",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.8.tgz",
				"fileCount": 66,
				"unpackedSize": 797283,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeyQI8CRA9TVsSAnZWagAATfQQAIGqECMx3D5bTpvABHjN\n9IAiZcmnsPsiYwp+bpt9PT2OjjqvunrVlQ7i2uvLGCn6UkfDzfAk8/sUP/sn\njisSlV/Jy41yXdM/KCCfmMiqgUUKWu8AunO21Apyz4QP58EzzPvg+YeOVnMT\nODTcPFgo6VRxrzxKLS3FN3/rugQyFj2tRo0+X9sJeMeOD5tRp6N0KqIUk5mY\nS7rTrdL3Gv9WQHG+qSvMDFg8M3EF/HdDnYIKcWXrqZBwTq/5Qx2Bw4LaxKhD\nDznUXX/+mq0uMccGYDZa7M7sNmwCIEwVDcca2DtMCYQ/vzx7ywqfLjyO0eG/\ncnhzJRZOaKTjAyAExRb57KL15XvnTLmdAv1GPshH0hppmP3pOp8ladPk/bu0\n3Um69tsNjhqkRCdtQ2I6RxLooDFDLI9sxb1GhnEx6HyMMtL1Nckty+d+9CVC\nJDMCByGMISkFezYfVGPynYAHjVWI3UiQH2WDbjvZOFtajkBHWOo49ylFYZ88\nb04fGV2zv09qcIiSiFIWL+NdySeqpZbUmwvU4XQUhloyKrhunkbqJsiQRnVR\n2o7MCUjFNEBlq9/KVPmdfCfAuGT3mfeDKCKv4m5XrT8diDQOF0ID6mIBnyFf\nUAsGjM/EzprFOqaYmBmnclrpEP2WEN6QI5KMWhZtbMXVTrqEHaqegIwAPR7f\nP8oP\r\n=Xz0a\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.8_1590231612284_0.7989128233359513"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.9": {
			"name": "immer",
			"version": "6.0.9",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.7.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "0f6bb65ec6b41e6564be776a696e0235ed92d286",
			"_id": "immer@6.0.9",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-SyCYnAuiRf67Lvk0VkwFvwtDoEiCMjeamnHvRfnVDyc7re1/rQrNxuL+jJ7lA3WvdC4uznrvbmm+clJ9+XXatg==",
				"shasum": "b9dd69b8e69b3a12391e87db1e3ff535d1b26485",
				"tarball": "https://registry.npmjs.org/immer/-/immer-6.0.9.tgz",
				"fileCount": 66,
				"unpackedSize": 797283,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezjhkCRA9TVsSAnZWagAAg6UP/0c1X9VqMIFZNKk69eAX\nkblbEmti16wvbF9jnPo2Y7JohNfrCjxPA/dNbdFT05M6qua6yy2fWxwQfpdm\nQEBLUh4kKTGIWnqhx6wD5JuRMCdtt9x9kj966PgY4nwHKS52i3YagNF4fk+s\nf3oiSv0NtA9WGpKUyd0KlWqyGAWBDjvV6mgtAqYp+ZwDyjsHQUCwloRUbc8W\nNINzNxmfyvq95c0TqHtsx200n63pQ6c5QshrLXT0cJkBD/Ym7XrjdfF4aKYH\nYzmvOiv9uP6GYsehQ5fCn9ZGQw35Rfj6z2UqEjqxk07fSkFIf29m13hbfS1B\nng4ZTENqOZlURA3+6fo1LHd+LgBKQ2R12oNVBqgfRFaoBbkZ8hbJoSl6CA57\nFVRss6BskJW+35ChBgyFJXS6zxzpeDOCklNHih6NeRlEU/rr/NpOS3kHRGMw\n68WTOxL/8g5/CSRfh+S8y3MonBb2zLVgmX3oINc3zoGFVeeMwWkZcAPj+Qvm\ntOGxWKc3S8eC+/R/5F469l7p4MePUhQkiLbcFnygRBhDqciUpmlsmyVqXhxS\nniGH0SaV9jDS6z/jr7Ora18OFLQ+MitF1e0E/9bs2AYklnEUw3SZcleodKhZ\n+Gl2fgNgaNX8JuQDim0CcIU3MLIS/6PwvM+BzCQU3oqf/1c5+WxhfUvicK8Y\nyMGK\r\n=nD5c\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_6.0.9_1590573155688_0.2365406196559663"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0": {
			"name": "immer",
			"version": "7.0.0",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.9.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "467ea5d3b5d062c084ce6d875f8d77e21f26965c",
			"_id": "immer@7.0.0",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-fDG+mIa2se3ICnLYtYGazWwKN9L7rtvrIDK56IMisJ53JHY223g01nLvmYs8SXNSmnOYP7OeYfNJMT0aBT4pdA==",
				"shasum": "94d5f567648fd7e977d91e97a61aeb223eb796e2",
				"tarball": "https://registry.npmjs.org/immer/-/immer-7.0.0.tgz",
				"fileCount": 69,
				"unpackedSize": 793176,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4UNDCRA9TVsSAnZWagAAJI0P/06K3OM7R6y9E+6g1Uy7\nFuAEIHeLkzhT/dvUCgADnhdO93ZcMtFtdhG2b/muFFEz591SFbJpzpiKjauK\n5b62WL8hSxXVaq7XBqHyJf+a0SPFI8yVKafk1HN9LXGj994YC0Pdh581YwKQ\n/FTj6wmSM+jD2YlumhdPzhg1nFZ6KAN4oVvgOKVuc6Ea4UPCz2zVwFiJuQbq\nkf1ofFoDGbhDHMI9WxOPvI+7qvhgOwb2o7WXtbQkhJB+FSWEVPGYyVv+BPl1\nK3ubutRGkVTNQbprHD9SzRrVT/aaKQpVoOxevYbHi+FlpK4i0g6R/c5shqya\naN4ZYssI9NJdx2rwkn2HDU+DLWmCFUNMzNiA97kMXI5icVDe2Go8AV5W/g3h\ny7LNnYO5AzPwoMEHA1fqTLzEya60cgiHNnBg60d75m/EQX/M6A0tc/uCfZjI\nE9/3TJGKGOI57NhMhg0qimxZf8q8HgBHrZWGAT/lC6NDWC7CwxgcKKamSz7X\nm3saTA7gc3IBtwkiBali3UE1uHGk0RChE1AFrHQC57Or/k2l8VSSCGsBDjQE\nJJLz6WklRrVgGfuqblcnb3FxjFiu3MCusbu2r/oYSbeZ/1ZBzhZ8vrBjKOcI\nnEH5yoCXQcwGd6WRLnkl+MWtMqBm7cTg4xBKSnnPpB+I6Lc1Q6CRo9N76bwp\n5xmv\r\n=vlZL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_7.0.0_1591821122592_0.3428105508485906"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.1": {
			"name": "immer",
			"version": "7.0.1",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.9.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "7d6b57b843aa8f3ec2664ae43dab7e31d391f9d3",
			"_id": "immer@7.0.1",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-DpWL/ES2Ba8KwW+A5AgNRoJPZP8LxdHejKXar1VfbF5a7ATvvekzmmNSQxje+WG0DIhuanvFEumFffVqyCLmBQ==",
				"shasum": "830f44a36c4181c0eca4385e7782e164e5eb9249",
				"tarball": "https://registry.npmjs.org/immer/-/immer-7.0.1.tgz",
				"fileCount": 69,
				"unpackedSize": 795316,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe49jiCRA9TVsSAnZWagAA7sgP/3HAE6yMPICkFZf9onN+\n68FCcPxU0InEpyIv+5GsFk3hXXtVSRgMNgAU9t+PLOcmFm9d6bxt6yeKy2ax\ngQg1MH+OWjaqdpyoeGJGmf6BeAmVn7XCVLvSnFjAap/aKRmKtA4KpTIVXB2/\nlCJAVgDZva9+coaZ5OuklITtF2wuzOzKgcCcgHTy+CCxVOn+kkmV8/Dg3erp\nXakXiXV+Xp8AC34/3+b6ycDcZuQUfz6Ek85R0PGEDvJI2ojPIbg5aWw/vC0z\nfkuUQUaHb2v7D5agHkW6igu1qFxgf0TVudP0EK87sIc8WL3BULRZT3LZodlO\nAVyEmXzv0x8VwlrAGk+KZFEdpDK7CCZp3+UmUdV/EiYT7k/GquY2u6ii44rk\n2TNK1mOrkx92Lsz540ak9x3S2EhCtW5GN/9+ovcSdpcPailpE1bToZKvM4Ho\nY5WmJUl4NEmOEkJtoU7R0VDuOV/GznavWTdTPkzxlOSVLfcB+3C8e+Coa/SG\nlsTApsb5Ur0Tf3+49J817ET9Mi5J+Q1Ho7kQKRet+/lvC+eB0QjJ4QoqXVQG\nBlHU/aDCBWFkIg+pM0KIXuSi2EtYmKWPEDBaBie2dvXCLCgoVOdrZ2/wPbeD\nFJle+eCuavljo3osxTfRI/OTmtbofFCIhwzBRadkxc4NEfIWcb3bhk9PDRWb\nGbBV\r\n=q88k\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_7.0.1_1591990498393_0.06552730640085458"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.2": {
			"name": "immer",
			"version": "7.0.2",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.9.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "91915cf2868d80bf164dc6b80a038707405265c2",
			"_id": "immer@7.0.2",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-8/rltOcCfOlKrFT+/6bxcdm8a3rLugsUHJHTlk2S8rbTGdDblX2twSEnARmR7R+xk5hXa9eD+XvDYel/OH7ewg==",
				"shasum": "252ee72d04f134e40a3a1ac50d286d9263275c12",
				"tarball": "https://registry.npmjs.org/immer/-/immer-7.0.2.tgz",
				"fileCount": 69,
				"unpackedSize": 799258,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7O9BCRA9TVsSAnZWagAAKBcP/3S7rZtixVv5nihwA+/z\n2LvX2ekr0EWA0Q1m7XctymlKvGYt1GXcKX1xox2eNJSSDTDC/vF0ZTs6XDE1\nrKe0GnQi2wpyzya7u0zOOqKN13lwGyhZyVZ+kmT08c/D4A5BdTMZ2xoGVM/I\n+PcOXVDPvoAfJmUSiHYhoE0d33NguC7o7Ldlf11uDSdZTv5cVFWuJiA72Zn6\nPGP3o5VadK/EPms9+njssS1Vo7B/1HNc7osPOgRxLXK+BB1JvYp+eOnZnd7p\nPR2oMHoiWsN6rQo+E//wO8iGkUKJcq7rUUrH62U3Xhc3iY78bSVPj9BAAQHD\n05DDl8ym+CyKvndpqu1ByqmtvFYZTFXSWGQQkymCTpJxiUSohE6g6soWht2c\necRcStueC1HipX6Nu2nTj/fy+2TuvJQJJxKSZpblPy4mc/eZoBSgB+1NTMhq\nj+wUPmh3vUF+7L+JI6driPKcVrF6oJsjoGqRlOhbfXMfNU2oSMAHddKpKMu9\nLJwdXGeDBO4RQAxE/qJ8cBSLsOiyj3d0jWZtb/8lg4HbEd7+TGRnxfDYavpV\ndLhartzcKYpeA++6gjO1kHpyQxLf9aZkJpEnhUSW43jSagQmeataeJVlghhp\n8jcWrlb9meFKNh/ne/KaGjiLzZhWVag5ulSrXA4pqQt0M411e/Qaja26SDzN\nVDHo\r\n=V9L2\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_7.0.2_1592586048923_0.6018215870805594"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.3": {
			"name": "immer",
			"version": "7.0.3",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.9.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "c7a47e251e9289561d7a7c539576c80e17dae2de",
			"_id": "immer@7.0.3",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-1f/jaF27WVb3X5Tk1AmOYZE+JZgMl50pIS5I8e/Je+HpYHjHwPfzm6dTEvOAUi6jq+/anFXev7agoOgJaL5RFw==",
				"shasum": "d9afe723ed29b3b03e1c74a7fad9d1181aced078",
				"tarball": "https://registry.npmjs.org/immer/-/immer-7.0.3.tgz",
				"fileCount": 69,
				"unpackedSize": 803667,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7PPuCRA9TVsSAnZWagAAuDQP/39ajJnfoP9L+KUzjVpD\nrZKTB8xD6/ome1dQL31ARTQyZxrlKMw0ZnkPdVeQHJ8+9DDMT6msVXZD48mZ\nLuiITs2OPaqBtg4+C1uGp3xIlV0+WruB8TQACwzE+7cWq9psz2ZkgAg8wBPa\ni0HlppSrTN6sFlZ4lQVWxpi38U9vcNg6I6OJSXRL2kUqrDDWU2EiVpqNO/P2\nt/6fZDL6U1eAaA45n7n1D4LN/FDwMgnMv8P5nxbEeSXlW/dwZHmFkRu7s2tc\nkM3Q1NesVzDiJ+dQZbBxFvFcy094u7tBK/wWIDqc2CRlqzz60PLA5jUD8Unb\nIfrAURtQCGN4CgWg+bKC88IRg6HwFoYoxxnsVLUBhcNExTpFBRXyOVCyAe+S\nbaC3IxUgRGuxGMop0aAWShPv4uipnZmMnRSTgOkwWRrcyKWG68tZrFHc6sBA\nwO6VniotqFoS9oAztFkhfeiAjV6ABJtu1CQWSTajH7LQEumP4cEq6/wpweWR\nETMJf1JqAwLUq/KZ8bPOJH79WO0F6TkfHZ8fuHOYAbSUgc4l1W9UdGIBk+wv\nunHxl5mSnkZ12rRp04JXCv1kcIxzcnmSZ3RVAsxMHHzQ+gN0uokgyqK9fm7O\nmLelaoj0B7VR8ivvQyHQ71gEsk6+HK1kNPb3nlmdarF0XGcSlqDidoMoO0qP\nDBVe\r\n=99PH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_7.0.3_1592587245915_0.6462702237208524"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.4": {
			"name": "immer",
			"version": "7.0.4",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.9.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "90226727f0741a2a68d74a9c860af2ee19ead70b",
			"_id": "immer@7.0.4",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-HSBBQVdsJp6Bce6ggxwZiqWwPWMHvPCn3ZHzVgKZOAx7Ikr7U8s4x+Wgr5y5xyn3ZggWJYeWGnOEP3Z4g+r7RQ==",
				"shasum": "f5d41ee61830f1620ac7f168b3b57078f0200d1a",
				"tarball": "https://registry.npmjs.org/immer/-/immer-7.0.4.tgz",
				"fileCount": 69,
				"unpackedSize": 804082,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8KyMCRA9TVsSAnZWagAAOrQP/jJd+Zg83Z4QqACmU3/G\nD64LH0fywxM5MmJpMTUjkMNJgBW5ntidl0E/akqopkAE+OKb/OpGzhH68N9Q\nvuUOB6XxvVnavPgeUPh8sbC7jrhZrLnlGl7h7+QcJqwfOaXQoWwpnDBZYnDY\nEU/H4u0buyXHF2GE0yQU155z2uAIr2H4k1dEf1alLMOmU9YUpgqyvbcvzYdR\nJm9+5z2MdaqGM3QXqLR+Grl9SQduWDbD261DQhUTK+S5sPTQQ7K4dX/7rQlS\nyVtmfPfOU4XULIB/tSNKaIQZVZ5VMKPPbUuX4eINMMm1pcIan069V47qInko\nY/ZuS7JoEqjIw8atuwv32D7tpJsCW3SIFNst3hd0FPXoLtvz0fBzG3AKwB7C\n5o46kmTcGYqecde5tYU/V1Ql5wUA/ocboWtl9MuP3NKnwR55DzhH7pykeGkQ\ngqPx+TEouRdAC+D7M1DrOqvl3JB5sMWSo/Juu+mzGhcUdsMhu6r7QM9qaoTW\nzlmTPaJg3y73xQUFKxyVMLuVAH2iqTLZNwt28AsfXacstFVzI65g4ikXxB1A\njDODHmqaK7tixOjA1sKj8kG+kUiQux4xgqbS2TKlrru91AKiO8/420AAJIM8\n1peZUC40Tul9AoPGlnu+f2gzFA/iCo4bJGWr/pz0rLn3jb/eyJbkaTZ1Qe66\nYkej\r\n=YD/+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_7.0.4_1592831115856_0.8535999726192358"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.5": {
			"name": "immer",
			"version": "7.0.5",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.9.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "6371d058b4594410436518ba852a79874ff6a601",
			"_id": "immer@7.0.5",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-TtRAKZyuqld2eYjvWgXISLJ0ZlOl1OOTzRmrmiY8SlB0dnAhZ1OiykIDL5KDFNaPHDXiLfGQFNJGtet8z8AEmg==",
				"shasum": "8af347db5b60b40af8ae7baf1784ea4d35b5208e",
				"tarball": "https://registry.npmjs.org/immer/-/immer-7.0.5.tgz",
				"fileCount": 69,
				"unpackedSize": 803899,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8xELCRA9TVsSAnZWagAAlXMQAIILX6nKmnx6mxe3H2JS\nKGsGefkQgXX/ddXP+gcCXIw3KMRK/xl+fyMoxxhP2m2GpsjuLj5/UxMn0Q6r\nMViy5qWtnqpATHKTe0hZJKbTj/4heH9Pgwbs1//rG+aVg6IOMvbC8u3xYAoj\nvpW1nuvSafjlR/ynieSMLEZx+xN0sd3sQYDesJPnZ9P8EeNBzTXYwDuRy5XC\ntAwNYlIN+bBE7pkZ5Z1JP5vDnpLX0oBLjQyhGj40QPKtwaDIN1eDAatiuJ7m\nP//Xre37UI6JLLlNIcysK3G64LbVhABC9ZhuqMY7/i5C/KbiqYTD+n/okQMj\n90N+DQG4SJSNh0kdCx50hNQ9EOKo2NRQctWELdpGszFtN6r/KJgLT0lY/PFq\nQ9dIUPiyMAOAfZHsQGev8RFKQ5xrXL5DZFh6U9RvGXvteKAy4Og+8OCRIN2m\nCSRl9oBigvhanTSy7a/1t0JgZCLDjCqASon0qqMm+2u5HH3uM2a3r9TEO5Bn\nH3cZfB2Jo94JU37ElJybLn+c46DER9fd09aApsxE4na4WkS4LOsFBV0sokfN\n7aY0xKB2fMKUZ65MBFQnHghLKNLxLFwot8dyvN+Gg0Ud34z7wh9CgJoqNLgW\nKUr44oo1ZYBx4Skdf7fEpHXwI3FCKCzKLzp+gct7qKFH0O/VbkYJEBETWADp\n3kRR\r\n=6zSB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_7.0.5_1592987915196_0.6575813561481454"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.6": {
			"name": "immer",
			"version": "7.0.6",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.9.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "b35583813d5263485d3c5c8d4b43368b2fa125b6",
			"_id": "immer@7.0.6",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-tA2Pqf5DXf1Winzejt4oogJ30M5Cft8yXH1G2pw+FDn4DI9QHMr4zFhpyhpYR0HyAX4lCrIvL4TxTtWARdjyXQ==",
				"shasum": "30954b4f692257dded102e5fa7823f9f1e7d8e8e",
				"tarball": "https://registry.npmjs.org/immer/-/immer-7.0.6.tgz",
				"fileCount": 69,
				"unpackedSize": 805805,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGv7kCRA9TVsSAnZWagAAY7UQAJMhO8JGNPSLHrrDGbtp\nyNwL1xzBI/B8bocfZpOku/38j7/hGiXVCa3DU1v3IadMawH7tiSsIgm4Is7v\nvKLLvSvplv99hYSim+8Jv0P8QtfopzsZktYzM2sJV0yZD1aCmRwXHQPPhHtu\nc/K8Z+8ltNL99+LCRoEPnZZLUjrx2oRxbtC0XifJt14MpuL5WwVRGwrMKhvG\nlmEfc2Vk+WQX8aEIKh1AsNy/uTvJKcGA9JylOKb743BM0pz7JQgwN3M7j47f\nzKLvUpX5zz0ZsSjBRU5sxUiOSYQ/GWNdD/Ek7ZRyY2Pz1rEyKUobyefZz7se\nRDpT1V9Q3lrG4l7N8l3LBTV8FdHczdXU2mYWqWXia2tqlgjfFqX0oUiZR9J+\nyY4iyXe1vP2Td+Huh+bIfeChRD75VWfZojVuc6S+CtPYQztxyVsaLpG7ECA5\ne7XK8RcZ6LpW04SmS7o/1fHcyfJNVwjsSHTeU/YHqxnIMq98eCKvaabXT5zr\nKt+pQKc1XR+H52sEV7yf4fDZd8583U19a8vGMvmnPdzeaYWrEYb60aH3U4IT\nr8s2kewGqc2nJx1CJr8ImWa8dWQfPT2cNyTCNbhqde9yXQORrxNjaLrPguLI\n9kI57iWHE+X7saEMGw9xnc72ubKkFxsD2w6Yngynaai9/7I6092CW3auILlQ\nb3CK\r\n=a7Mh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_7.0.6_1595604707217_0.44907420064579884"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.7": {
			"name": "immer",
			"version": "7.0.7",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.9.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "b12e5c93d8b28142499e380997d2d17eceab82f4",
			"_id": "immer@7.0.7",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.14.7",
			"dist": {
				"integrity": "sha512-Q8yYwVADJXrNfp1ZUAh4XDHkcoE3wpdpb4mC5abDSajs2EbW8+cGdPyAnglMyLnm7EF6ojD2xBFX7L5i4TIytw==",
				"shasum": "9dfe713d49bf871cc59aedfce59b1992fa37a977",
				"tarball": "https://registry.npmjs.org/immer/-/immer-7.0.7.tgz",
				"fileCount": 69,
				"unpackedSize": 816773,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGzmdCRA9TVsSAnZWagAAc3sQAJcCe7iHbvyOMvQe4opL\nQFtdu39ek/A5AxVv/U6/em9PfhAUKU52Nky7pYMKF4/uuGeI9pPtxZmRWhnp\nopyiDG912FI7aR5nHJOI5vC7oW30IpkLsvHevxwVoJo7boVneRzLrzTTDGf0\nV6gMpXqR3ch9HMMnFYwMDjnznn0inqh+ad4B3rcqDv/VyxoFj8PWxrnnXxhM\nmxbmaEAvIoS+MvFPOcXSuUMOoDOmuMRzm/ghSYthxDBh/3UAMZbTIrZrcwsf\nvwf/+pkM9CQ4KACrNkjZkCFzjslypSR3UnPM67NZave/LSTVs8AFs/HGPZub\nqTD6fLe9SlgvgAoIBjmYr/o8NryMbVzBxdH/Sf4LO8EYYzPViq7/yEoiCrgL\n/OKscnCY0FzjT76VQ46HXhj0FUUJXtYs2zv9fDWmvjGnzGlhcQ61Dgd6d2ud\nUyeymCi3G9z8lghyPMGAV7G189gFjCp0BuT+IY0AuLvv2aD4h0FPVjn2xkk/\noJAFMW74M9PJHbfEpiiCYdZwNjvrxBclPVYW3D6OoIzZiiZAC3NzSx2RVuUb\nSt1KNj1amBrvyGluwfy4XlxCYey/qpAKgoJIeq2kVrnoXqsfELP6RosIQnaJ\nzmXFiv+3UCmAwsrS7rgMz3Cce7aANL9qKQe9omSm4xYJdlm3Ygkk/XZFjmQF\nLIpU\r\n=w/h7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_7.0.7_1595619741031_0.010375599891706111"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.8": {
			"name": "immer",
			"version": "7.0.8",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.9.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "bf90358c1bfedf0afb6e3bb016d6e6233b96e3ac",
			"_id": "immer@7.0.8",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.14.7",
			"dist": {
				"integrity": "sha512-XnpIN8PXBBaOD43U8Z17qg6RQiKQYGDGGCIbz1ixmLGwBkSWwmrmx5X7d+hTtXDM8ur7m5OdLE0PiO+y5RB3pw==",
				"shasum": "41dcbc5669a76500d017bef3ad0d03ce0a1d7c1e",
				"tarball": "https://registry.npmjs.org/immer/-/immer-7.0.8.tgz",
				"fileCount": 69,
				"unpackedSize": 817305,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRUxQCRA9TVsSAnZWagAAlYgP/iN3XVwSYq9kJimyfmCl\nBu+d4uQfxn5kNYJW+kj0SHr4VU+va1qVUSPmaH+S1JTNvMVDMfCkbWos5GCk\nQTiaxihfi8YuqrFm8IL8sqe1ZohDW6YgfmMq+rtb3XOokfNZo46j7Xk/edTB\nTIpOYGcDmRjrVpc9Isg28L4MHJ0IzYfv7U52ckdCI1y4PjqRCH3x9Sr3Vxaa\ntpNuzD+D+cqZGadZdjtlCvQszqhfT3ARpM/IlGitQSMDlfw9opLdxSZOZgJ4\naYlktAbb5/Pw9UdwvUfabKJ2VAj4RKjHdm+rw5PU5tfZGRnNpaETPsMm6VdI\ngwvJYBy4jIBRdQ+J1w9GecYU30s99CASqetvUh66b4KKl80P+eOywlcuB8Fg\n07FGOnjZA9LwwXiu20fUs+QBVtD2+RqtOdCNRjCgNfu6FOzi7rBNl/3xt/7+\nyIsQCs8SJRnqNwrvM3ueENTxjHNsca/gdGwxJEc7IWKQbqZ8m+jFCAMteTAt\nxnWbMSRqXY//u98/UIKB5xztatWSmzCNrY1/ej38+Tiv8OxVeRRFYyoMjvMn\nA3ZT1ffbO861pYP3tUCNjdViVyRE70V5hEHiF+X05riBumHeSoaMlmLqap6X\nL/zQxFBHWmFAcKxngVLWFgi+Yi211Imyv/6OrAPcIPGRRJCSTQNzLSgdZV/B\nOsk0\r\n=I5sD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "alec.stanford.larson@gmail.com",
					"name": "aleclarson"
				},
				{
					"email": "mweststrate@gmail.com",
					"name": "mweststrate"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_7.0.8_1598377039508_0.23005972665447505"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.9": {
			"name": "immer",
			"version": "7.0.9",
			"description": "Create your next immutable state by mutating the current one",
			"main": "dist/index.js",
			"module": "dist/immer.esm.js",
			"umd:main": "dist/immer.umd.production.min.js",
			"unpkg": "dist/immer.umd.production.min.js",
			"jsdelivr": "dist/immer.umd.production.min.js",
			"jsnext:main": "dist/immer.esm.js",
			"react-native": "dist/immer.esm.js",
			"source": "src/immer.ts",
			"types": "./dist/immer.d.ts",
			"typesVersions": {
				">=3.7": {
					"*": [
						"./*"
					]
				},
				">=3.1": {
					"*": [
						"compat/pre-3.7/*"
					]
				}
			},
			"sideEffects": false,
			"scripts": {
				"test": "jest && yarn test:build && yarn test:flow",
				"test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
				"test:flow": "yarn flow check __tests__/flow",
				"test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
				"watch": "jest --watch",
				"coverage": "jest --coverage",
				"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
				"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
				"build:flow": "cpx 'src/types/index.js.flow' dist -v",
				"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
				"start": "cd website && yarn start",
				"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
				"test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce"
			},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/immerjs/immer.git"
			},
			"keywords": [
				"immutable",
				"mutable",
				"copy-on-write"
			],
			"author": {
				"name": "Michel Weststrate"
			},
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/immer"
			},
			"bugs": {
				"url": "https://github.com/immerjs/immer/issues"
			},
			"homepage": "https://github.com/immerjs/immer#readme",
			"devDependencies": {
				"@babel/core": "^7.8.4",
				"@babel/node": "^7.8.4",
				"@types/jest": "^25.1.2",
				"coveralls": "^3.0.0",
				"cpx2": "^2.0.0",
				"cross-env": "^5.1.3",
				"deep-freeze": "^0.0.1",
				"flow-bin": "^0.123.0",
				"husky": "^1.2.0",
				"immutable": "^3.8.2",
				"import-size": "^1.0.2",
				"jest": "^25.1.0",
				"lodash": "^4.17.4",
				"lodash.clonedeep": "^4.5.0",
				"prettier": "1.19.1",
				"pretty-quick": "^1.8.0",
				"redux": "^4.0.5",
				"rimraf": "^2.6.2",
				"seamless-immutable": "^7.1.3",
				"semantic-release": "^17.0.2",
				"spec.ts": "^1.1.0",
				"ts-jest": "^25.2.0",
				"tsdx": "^0.12.3",
				"typescript": "^3.9.3",
				"webpack": "^4.41.6",
				"webpack-cli": "^3.3.11"
			},
			"gitHead": "9257084c2b3c04fc9727e4c701d672483a7767b7",
			"_id": "immer@7.0.9",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.14.7",
			"dist": {
				"integrity": "sha512-Vs/gxoM4DqNAYR7pugIxi0Xc8XAun/uy7AQu4fLLqaTBHxjOP9pJ266Q9MWA/ly4z6rAFZbvViOtihxUZ7O28A==",
				"shasum": "28e7552c21d39dd76feccd2b800b7bc86ee4a62e",
				"tarball": "https://registry.npmjs.org/immer/-/immer-7.0.9.tgz",
				"fileCount": 69,
				"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"
			},
			"maintainers": [
				{
					"name": "mweststrate",
					"email": "mweststrate@gmail.com"
				},
				{
					"name": "aleclarson",
					"email": "aleclarson@protonmail.com"
				}
			],
			"_npmUser": {
				"name": "aleclarson",
				"email": "aleclarson@protonmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immer_7.0.9_1599661790700_0.5159535934431869"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-09-09T14:29:56.893Z",
		"created": "2016-10-07T12:18:54.835Z",
		"0.0.1": "2016-10-07T12:18:54.835Z",
		"0.0.2": "2017-12-29T14:28:28.357Z",
		"0.0.3": "2017-12-29T15:41:15.746Z",
		"0.0.4": "2017-12-31T07:58:45.914Z",
		"0.1.0": "2018-01-01T19:19:17.316Z",
		"0.1.1": "2018-01-02T20:53:46.622Z",
		"0.1.2": "2018-01-02T21:56:35.794Z",
		"0.2.0": "2018-01-03T17:18:11.664Z",
		"0.2.1": "2018-01-04T13:15:07.767Z",
		"0.2.2": "2018-01-04T21:37:25.694Z",
		"0.3.0": "2018-01-08T20:47:00.557Z",
		"0.3.1": "2018-01-09T12:47:06.041Z",
		"0.4.0": "2018-01-09T20:24:22.497Z",
		"0.4.1": "2018-01-09T20:37:43.117Z",
		"0.4.2": "2018-01-10T08:38:27.305Z",
		"0.5.0": "2018-01-10T16:27:48.282Z",
		"0.6.0": "2018-01-10T19:41:12.122Z",
		"0.6.1": "2018-01-11T10:47:32.573Z",
		"0.7.0": "2018-01-12T08:32:51.352Z",
		"0.8.0": "2018-01-16T20:00:42.259Z",
		"0.8.1": "2018-01-16T20:24:24.598Z",
		"0.8.2": "2018-01-17T20:04:38.054Z",
		"0.8.3": "2018-01-19T11:55:19.171Z",
		"0.8.4": "2018-01-19T19:18:16.302Z",
		"0.8.5": "2018-01-24T08:01:42.074Z",
		"1.0.0": "2018-01-31T16:22:17.082Z",
		"1.0.1": "2018-02-02T22:06:44.895Z",
		"1.0.2": "2018-02-13T15:31:13.605Z",
		"1.0.3": "2018-02-15T09:44:20.334Z",
		"1.1.0": "2018-02-20T19:59:25.430Z",
		"1.1.1": "2018-02-22T10:07:01.401Z",
		"1.1.2": "2018-03-06T10:11:15.813Z",
		"1.1.3": "2018-03-06T10:13:44.072Z",
		"1.2.0": "2018-03-17T14:33:28.944Z",
		"1.2.1": "2018-03-26T09:25:43.608Z",
		"1.3.0": "2018-05-04T12:48:35.408Z",
		"1.3.1": "2018-05-28T07:25:35.122Z",
		"1.4.0": "2018-07-25T10:20:55.209Z",
		"1.5.0": "2018-07-25T12:01:56.936Z",
		"1.6.0": "2018-09-04T12:13:14.297Z",
		"1.7.0": "2018-09-18T15:06:12.778Z",
		"1.7.1": "2018-09-18T15:13:04.573Z",
		"1.7.2": "2018-09-20T09:18:09.213Z",
		"1.7.3": "2018-10-25T02:15:22.126Z",
		"1.7.4": "2018-10-28T19:04:49.155Z",
		"1.8.0": "2018-11-19T10:23:31.092Z",
		"1.8.1": "2018-12-12T04:43:09.165Z",
		"1.8.2": "2018-12-12T05:24:24.477Z",
		"1.9.0": "2018-12-15T23:30:24.798Z",
		"1.9.1": "2018-12-16T14:53:34.200Z",
		"1.9.2": "2018-12-16T15:41:10.871Z",
		"1.9.3": "2018-12-18T16:20:14.511Z",
		"1.10.0": "2019-01-04T15:55:22.229Z",
		"1.10.1": "2019-01-11T18:59:16.420Z",
		"1.10.2": "2019-01-12T00:46:29.661Z",
		"1.10.3": "2019-01-12T18:40:43.039Z",
		"1.10.4": "2019-01-12T23:06:27.630Z",
		"1.10.5": "2019-01-14T16:03:54.758Z",
		"1.11.0": "2019-01-21T15:08:07.349Z",
		"1.11.1": "2019-01-22T15:02:41.884Z",
		"1.12.0": "2019-01-22T17:03:29.214Z",
		"1.12.1": "2019-01-23T20:33:20.634Z",
		"2.0.0": "2019-02-02T19:52:42.914Z",
		"2.1.0": "2019-02-28T15:09:58.852Z",
		"2.1.1": "2019-03-05T15:27:24.203Z",
		"2.1.2": "2019-03-12T15:34:14.456Z",
		"2.1.3": "2019-03-13T12:21:28.937Z",
		"2.1.4": "2019-03-19T18:12:36.241Z",
		"2.1.5": "2019-04-04T18:07:15.525Z",
		"2.2.0": "2019-04-17T14:31:32.988Z",
		"3.0.0": "2019-04-17T15:16:01.657Z",
		"3.1.0": "2019-04-18T13:19:23.170Z",
		"3.1.1": "2019-04-18T14:19:36.920Z",
		"0.0.0-fix-362": "2019-05-14T07:44:50.821Z",
		"3.1.2": "2019-05-14T21:05:36.184Z",
		"4.0.0-beta.0": "2019-05-29T18:53:06.758Z",
		"3.1.3": "2019-06-07T20:43:33.789Z",
		"3.1.4": "2019-08-02T15:27:33.301Z",
		"3.2.0": "2019-08-02T16:08:20.954Z",
		"3.2.1": "2019-09-10T23:15:45.814Z",
		"3.3.0": "2019-09-11T20:10:44.332Z",
		"4.0.0": "2019-09-11T21:16:01.323Z",
		"4.0.1": "2019-10-04T20:17:57.161Z",
		"4.0.2": "2019-10-22T15:32:48.218Z",
		"5.0.0": "2019-10-30T20:37:52.521Z",
		"5.0.1": "2019-12-09T20:34:45.999Z",
		"5.0.2": "2019-12-18T09:23:36.122Z",
		"5.1.0-beta.1": "2019-12-20T10:54:05.149Z",
		"5.1.0-beta.2": "2019-12-20T16:35:49.388Z",
		"5.1.0": "2019-12-20T16:55:59.014Z",
		"5.2.0": "2020-01-09T20:30:12.708Z",
		"5.2.1": "2020-01-10T12:57:20.493Z",
		"5.3.0": "2020-01-14T21:17:08.905Z",
		"5.3.1": "2020-01-15T09:55:49.431Z",
		"5.3.2": "2020-01-15T10:20:25.907Z",
		"5.3.3": "2020-02-04T21:41:02.248Z",
		"5.3.4": "2020-02-05T09:14:55.524Z",
		"5.3.5": "2020-02-10T16:02:49.376Z",
		"5.3.6": "2020-02-12T17:49:34.439Z",
		"6.0.0-alpha.0": "2020-02-13T16:53:59.142Z",
		"6.0.0-alpha.1": "2020-02-13T20:16:59.622Z",
		"6.0.0-alpha.2": "2020-02-13T20:28:04.046Z",
		"6.0.0-alpha.3": "2020-02-25T20:36:35.039Z",
		"6.0.0-alpha.4": "2020-02-26T04:46:03.106Z",
		"6.0.0": "2020-03-03T19:39:10.408Z",
		"6.0.1": "2020-03-04T23:35:56.663Z",
		"6.0.2": "2020-03-16T15:25:13.715Z",
		"6.0.3": "2020-03-31T20:17:27.702Z",
		"6.0.0-fix-425": "2020-03-31T20:26:36.227Z",
		"6.0.0-fix-425-2": "2020-03-31T20:30:01.239Z",
		"6.0.4": "2020-05-05T15:12:03.505Z",
		"6.0.5": "2020-05-05T18:22:21.546Z",
		"6.0.6": "2020-05-21T10:53:49.103Z",
		"6.0.7": "2020-05-23T10:51:25.685Z",
		"6.0.8": "2020-05-23T11:00:12.453Z",
		"6.0.9": "2020-05-27T09:52:35.925Z",
		"7.0.0": "2020-06-10T20:32:02.800Z",
		"7.0.1": "2020-06-12T19:34:58.575Z",
		"7.0.2": "2020-06-19T17:00:49.187Z",
		"7.0.3": "2020-06-19T17:20:46.250Z",
		"7.0.4": "2020-06-22T13:05:16.013Z",
		"7.0.5": "2020-06-24T08:38:35.318Z",
		"7.0.6": "2020-07-24T15:31:47.423Z",
		"7.0.7": "2020-07-24T19:42:21.346Z",
		"7.0.8": "2020-08-25T17:37:19.691Z",
		"7.0.9": "2020-09-09T14:29:50.859Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "7.0.9",
		"next": "4.0.0-beta.0",
		"beta": "6.0.0-fix-425-2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"5f49a175d40eabe7c039f26f14d530fd\"",
			"fetched": 1600679296637
		}
	},
	"_distfiles": {
		"immer-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.0.1.tgz",
			"sha": "9c962b060c8f4b54275c2096bfa5e383479150e8",
			"registry": "npmjs"
		},
		"immer-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.0.2.tgz",
			"sha": "16efac75b5a540ce825a31b92d04cd83a4a436cc",
			"registry": "npmjs"
		},
		"immer-0.0.3.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.0.3.tgz",
			"sha": "1100cef11325774bdc9b02c64f63d5402b83b8ae",
			"registry": "npmjs"
		},
		"immer-0.0.4.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.0.4.tgz",
			"sha": "21fd3d6a7bf97ac289e30841ad05ab11f29c1e4d",
			"registry": "npmjs"
		},
		"immer-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.1.0.tgz",
			"sha": "ffc95634f921a8514de50b5616f5150ee4e66891",
			"registry": "npmjs"
		},
		"immer-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.1.1.tgz",
			"sha": "8972a641f21e0dab81f2f2e24434f99592fa9496",
			"registry": "npmjs"
		},
		"immer-0.1.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.1.2.tgz",
			"sha": "f51283b76306866232a65cfaff3dbce5c5884ab4",
			"registry": "npmjs"
		},
		"immer-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.2.0.tgz",
			"sha": "a871923e7bfdfaff0796ba3f9a98c3aec665f389",
			"registry": "npmjs"
		},
		"immer-0.2.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.2.1.tgz",
			"sha": "83bc7bcd9f9a7822a82736addbded1476e11b45b",
			"registry": "npmjs"
		},
		"immer-0.2.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.2.2.tgz",
			"sha": "43005d9fa26c877148a8d678446821eaab88b2a2",
			"registry": "npmjs"
		},
		"immer-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.3.0.tgz",
			"sha": "d5a2c38952366d93f81c9cddc2d4e9f3f9f761f6",
			"registry": "npmjs"
		},
		"immer-0.3.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.3.1.tgz",
			"sha": "4a6c7bc87b86ba34208aa9da3c92c71d5bd80312",
			"registry": "npmjs"
		},
		"immer-0.4.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.4.0.tgz",
			"sha": "371b635734092c22e68a2f2d8a629f146cced962",
			"registry": "npmjs"
		},
		"immer-0.4.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.4.1.tgz",
			"sha": "180b11083cb85502c5579c18b8c9bd6ba50073c5",
			"registry": "npmjs"
		},
		"immer-0.4.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.4.2.tgz",
			"sha": "3683559bee9801d75eba42e96a86963bb32a468a",
			"registry": "npmjs"
		},
		"immer-0.5.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.5.0.tgz",
			"sha": "e16456108d05656e816279b40194c6ba0cb9f0f0",
			"registry": "npmjs"
		},
		"immer-0.6.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.6.0.tgz",
			"sha": "0bba730aab716bfef599668d10d6db04f649e2d5",
			"registry": "npmjs"
		},
		"immer-0.6.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.6.1.tgz",
			"sha": "5120247828e631a7105914940e9c68c03952b6c5",
			"registry": "npmjs"
		},
		"immer-0.7.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.7.0.tgz",
			"sha": "926200dcf5453815e477b2470a49137e9201df1b",
			"registry": "npmjs"
		},
		"immer-0.8.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.8.0.tgz",
			"sha": "58d691e3738da55e74a66be93d45bd0ade7110e3",
			"registry": "npmjs"
		},
		"immer-0.8.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.8.1.tgz",
			"sha": "44d7d0779947da32eb34314addaac5a82c9ec5ad",
			"registry": "npmjs"
		},
		"immer-0.8.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.8.2.tgz",
			"sha": "9eead39d1638f2c6bbeeb277d6388dc519e86f46",
			"registry": "npmjs"
		},
		"immer-0.8.3.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.8.3.tgz",
			"sha": "a9dd248b50a9fed6a54c4b3d51c5384929f597ce",
			"registry": "npmjs"
		},
		"immer-0.8.4.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.8.4.tgz",
			"sha": "84fe905c3fbe7bde3ecf6472632261abae3a09c8",
			"registry": "npmjs"
		},
		"immer-0.8.5.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.8.5.tgz",
			"sha": "181e85c3f83c464ed8eb410f2c5cdf9801f04f85",
			"registry": "npmjs"
		},
		"immer-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.0.0.tgz",
			"sha": "74023a3370e32cbf470e4c7a3267245d892496b9",
			"registry": "npmjs"
		},
		"immer-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.0.1.tgz",
			"sha": "4412d8d71f8f1f72503cde92b0eccd795fd4688a",
			"registry": "npmjs"
		},
		"immer-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.0.2.tgz",
			"sha": "7c3cb9247fd4d73f4fcb91b735a70f39448b8b89",
			"registry": "npmjs"
		},
		"immer-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.0.3.tgz",
			"sha": "2276ddb775e45a5d573b36168b4272f8db4fd000",
			"registry": "npmjs"
		},
		"immer-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.1.0.tgz",
			"sha": "24c0b84eb51180e743484fe3873aacd6c5f4fed9",
			"registry": "npmjs"
		},
		"immer-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.1.1.tgz",
			"sha": "4ab9a89b68f8c48e73f382ffb8b224c73e0c6890",
			"registry": "npmjs"
		},
		"immer-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.1.2.tgz",
			"sha": "2d9f5b12e3d4862d21fd65f159e5668243c71db4",
			"registry": "npmjs"
		},
		"immer-1.1.3.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.1.3.tgz",
			"sha": "9d5ac1daaeadd64c587d8dae3515fc1452ea0e1e",
			"registry": "npmjs"
		},
		"immer-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.2.0.tgz",
			"sha": "06a0dd9a8f8061258149f4c609250e1e5a32ffbc",
			"registry": "npmjs"
		},
		"immer-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.2.1.tgz",
			"sha": "96e2ae29cdfc428f28120b832701931b92fa597c",
			"registry": "npmjs"
		},
		"immer-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.3.0.tgz",
			"sha": "b5c462dad2a129ad909eb4a180de63ffaa348d12",
			"registry": "npmjs"
		},
		"immer-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.3.1.tgz",
			"sha": "3a8c18d9d618c8b7169760a79beec24a1da6a43e",
			"registry": "npmjs"
		},
		"immer-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.4.0.tgz",
			"sha": "5ca769cd24119248ebd72e06f4c452102942e636",
			"registry": "npmjs"
		},
		"immer-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.5.0.tgz",
			"sha": "1ed9b1b653643fe9276bbc36377613523ea32a39",
			"registry": "npmjs"
		},
		"immer-1.6.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.6.0.tgz",
			"sha": "4e41801272d64bff12d4b58ada0276bb2f4ead81",
			"registry": "npmjs"
		},
		"immer-1.7.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.7.0.tgz",
			"sha": "3a930ef106c291bec542bd76460568395e80b062",
			"registry": "npmjs"
		},
		"immer-1.7.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.7.1.tgz",
			"sha": "39e46b415c1086557c053d3657e5a348fbf2f971",
			"registry": "npmjs"
		},
		"immer-1.7.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.7.2.tgz",
			"sha": "a51e9723c50b27e132f6566facbec1c85fc69547",
			"registry": "npmjs"
		},
		"immer-1.7.3.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.7.3.tgz",
			"sha": "c71fa79d8ba115a01198803e3ea1ed92ad1f230e",
			"registry": "npmjs"
		},
		"immer-1.7.4.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.7.4.tgz",
			"sha": "b9a833a61cbeee477a3694870b172c590837a963",
			"registry": "npmjs"
		},
		"immer-1.8.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.8.0.tgz",
			"sha": "afa8393996a1f3f5255019e7d10c29d42dd95225",
			"registry": "npmjs"
		},
		"immer-1.8.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.8.1.tgz",
			"sha": "4ab57f55008b5a7469b95b3bcb163b555ee14534",
			"registry": "npmjs"
		},
		"immer-1.8.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.8.2.tgz",
			"sha": "111e9c9e6832c833868f3f6481758a421f63f403",
			"registry": "npmjs"
		},
		"immer-1.9.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.9.0.tgz",
			"sha": "eeb1faba0156e81c987f0207026639438cfcb5f6",
			"registry": "npmjs"
		},
		"immer-1.9.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.9.1.tgz",
			"sha": "b17e86d78ff0fd4fb6f9326513ea5a37cae719d9",
			"registry": "npmjs"
		},
		"immer-1.9.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.9.2.tgz",
			"sha": "2b26f53be03baf00622005bccbc37c063d619408",
			"registry": "npmjs"
		},
		"immer-1.9.3.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.9.3.tgz",
			"sha": "e88f8cbea730d2cde0f5e7e763000a8608bccdae",
			"registry": "npmjs"
		},
		"immer-1.10.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.10.0.tgz",
			"sha": "bad67605ba9c810275d91e1c2a47d4582e98286d",
			"registry": "npmjs"
		},
		"immer-1.10.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.10.1.tgz",
			"sha": "ac5d4f0a5e3dbe2f02fe3068edc4bc86c9ac6ef9",
			"registry": "npmjs"
		},
		"immer-1.10.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.10.2.tgz",
			"sha": "f3e4f1f64bc60d2870261d4986c87724d2b64e9a",
			"registry": "npmjs"
		},
		"immer-1.10.3.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.10.3.tgz",
			"sha": "1277af32560ebb6f74dd416786e1d0e233632526",
			"registry": "npmjs"
		},
		"immer-1.10.4.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.10.4.tgz",
			"sha": "404c6680981b3e84ecfe556e1ba43a9fbfe708f4",
			"registry": "npmjs"
		},
		"immer-1.10.5.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.10.5.tgz",
			"sha": "a4fd1d12587a166da769763f881c0039fa61c557",
			"registry": "npmjs"
		},
		"immer-1.11.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.11.0.tgz",
			"sha": "7fe413261b59727c3ad02e22e8ecfdd2d0ab60b9",
			"registry": "npmjs"
		},
		"immer-1.11.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.11.1.tgz",
			"sha": "cfbd2b52b1f92f6a4698489f34686cec568538a9",
			"registry": "npmjs"
		},
		"immer-1.12.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.12.0.tgz",
			"sha": "36063119eb65fa3f0e81ce000eb22f4eede9762e",
			"registry": "npmjs"
		},
		"immer-1.12.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-1.12.1.tgz",
			"sha": "40c6e5b292c00560836c2993bda3a24379d466f5",
			"registry": "npmjs"
		},
		"immer-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-2.0.0.tgz",
			"sha": "d834c874d2d249f73511af39f3ef1ed3b7411132",
			"registry": "npmjs"
		},
		"immer-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-2.1.0.tgz",
			"sha": "d20f903b1f06a673a8040fe6a8b18bc803cd78ca",
			"registry": "npmjs"
		},
		"immer-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-2.1.1.tgz",
			"sha": "13abfc251e742b7dbc23e7444a3bd288c7394e43",
			"registry": "npmjs"
		},
		"immer-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-2.1.2.tgz",
			"sha": "c307cda2a899a2ab235c990c2d2290755aa87e6c",
			"registry": "npmjs"
		},
		"immer-2.1.3.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-2.1.3.tgz",
			"sha": "56e2eeffc4eff5d15111a878041177cadcfc6f75",
			"registry": "npmjs"
		},
		"immer-2.1.4.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-2.1.4.tgz",
			"sha": "92545e07c2c28b94afe0752364a35f5693b6ffaa",
			"registry": "npmjs"
		},
		"immer-2.1.5.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-2.1.5.tgz",
			"sha": "0389947455c5a2c7a47f1e6f415c9d1a62a1ebed",
			"registry": "npmjs"
		},
		"immer-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-3.0.0.tgz",
			"sha": "3991440679116ec2d6b39b0ed5341e681b26ebcf",
			"registry": "npmjs"
		},
		"immer-3.1.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-3.1.1.tgz",
			"sha": "eddd2c28403f494df604992c554eade8d9e5c2bb",
			"registry": "npmjs"
		},
		"immer-0.0.0-fix-362.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-0.0.0-fix-362.tgz",
			"sha": "e3879f9167cd5b5596a6ccf7139bbed22d8fb066",
			"registry": "npmjs"
		},
		"immer-3.1.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-3.1.2.tgz",
			"sha": "1f24f2e25433f5ff168a1ff6c8c6366d2106e61a",
			"registry": "npmjs"
		},
		"immer-4.0.0-beta.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-4.0.0-beta.0.tgz",
			"sha": "e0b309bd715c061e52666ba19d6fc85d803e097f",
			"registry": "npmjs"
		},
		"immer-3.1.3.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-3.1.3.tgz",
			"sha": "59bc742b2aab6e2c676445edb653e588a23c70fc",
			"registry": "npmjs"
		},
		"immer-3.1.4.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-3.1.4.tgz",
			"sha": "21881c640d42721bbf5f7272904253bd0a8c92b9",
			"registry": "npmjs"
		},
		"immer-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-3.2.0.tgz",
			"sha": "53686471e9dd2b070e0fb5500c6fdecd3a99375f",
			"registry": "npmjs"
		},
		"immer-3.2.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-3.2.1.tgz",
			"sha": "e3070a96508ffdb7331f8bf681f2a55f8729d0cd",
			"registry": "npmjs"
		},
		"immer-3.3.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-3.3.0.tgz",
			"sha": "ee7cf3a248d5dd2d4eedfbe7dfc1e9be8c72041d",
			"registry": "npmjs"
		},
		"immer-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-4.0.0.tgz",
			"sha": "2f3d6b9228e86e06c0194f6d2c76bcabab394dde",
			"registry": "npmjs"
		},
		"immer-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-4.0.1.tgz",
			"sha": "9108c1ece7fdd7efb91d21e5eb4bac26f7c3a8ba",
			"registry": "npmjs"
		},
		"immer-4.0.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-4.0.2.tgz",
			"sha": "9ff0fcdf88e06f92618a5978ceecb5884e633559",
			"registry": "npmjs"
		},
		"immer-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.0.0.tgz",
			"sha": "07f462b7d95f7e86c214a861ecacd766d42b8c0a",
			"registry": "npmjs"
		},
		"immer-5.0.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.0.1.tgz",
			"sha": "1a1184fa758f68f1b5573db840825fb5164cceca",
			"registry": "npmjs"
		},
		"immer-5.0.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.0.2.tgz",
			"sha": "34eb50c69abb8c04acd0f942244c5eefe62a4e4e",
			"registry": "npmjs"
		},
		"immer-5.1.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.1.0-beta.1.tgz",
			"sha": "b699468b7c9fb40ff87d32022cb3918bf56947d6",
			"registry": "npmjs"
		},
		"immer-5.1.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.1.0-beta.2.tgz",
			"sha": "5c812a93e9c482c3f983d0e936d112793c379354",
			"registry": "npmjs"
		},
		"immer-5.1.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.1.0.tgz",
			"sha": "38d9eba40dbb0389b7ae7b8b99e4661df0cf89e3",
			"registry": "npmjs"
		},
		"immer-5.2.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.2.0.tgz",
			"sha": "d5bc1850b9cce3bbf9c809c91b5d60f11c415462",
			"registry": "npmjs"
		},
		"immer-5.2.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.2.1.tgz",
			"sha": "7d4f74c242178e87151d595f48db1b5c51580485",
			"registry": "npmjs"
		},
		"immer-5.3.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.3.0.tgz",
			"sha": "4fd8328def4d2962f7082775764aa96063902850",
			"registry": "npmjs"
		},
		"immer-5.3.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.3.2.tgz",
			"sha": "e3a1c9f3550f925278fd86b8d2d644f7d5e9561b",
			"registry": "npmjs"
		},
		"immer-5.3.3.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.3.3.tgz",
			"sha": "9964a5b88e54da208e56f22f2cf79f498fed521b",
			"registry": "npmjs"
		},
		"immer-5.3.4.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.3.4.tgz",
			"sha": "84edcfc0033e0db076a986fa9cdf28d035e97a67",
			"registry": "npmjs"
		},
		"immer-5.3.5.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.3.5.tgz",
			"sha": "6af4e1b74957b7d7ff9de6e170f59fa8e93e7462",
			"registry": "npmjs"
		},
		"immer-5.3.6.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-5.3.6.tgz",
			"sha": "51eab8cbbeb13075fe2244250f221598818cac04",
			"registry": "npmjs"
		},
		"immer-6.0.0-alpha.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.0-alpha.0.tgz",
			"sha": "db0971f9c4b29eb2448bcbfec414c1ceedb7bc6b",
			"registry": "npmjs"
		},
		"immer-6.0.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.0-alpha.1.tgz",
			"sha": "d821d14721822419b3fc65d6d33c533a0e61f2e3",
			"registry": "npmjs"
		},
		"immer-6.0.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.0-alpha.2.tgz",
			"sha": "9436ae1ed80710758efff3e1f9b4c84976835561",
			"registry": "npmjs"
		},
		"immer-6.0.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.0-alpha.3.tgz",
			"sha": "3147f851b2d641baba7650eb4c149ddb422143b2",
			"registry": "npmjs"
		},
		"immer-6.0.0-alpha.4.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.0-alpha.4.tgz",
			"sha": "ad46e433c2f35aa81cebf0ddf0f3a0e139dd336b",
			"registry": "npmjs"
		},
		"immer-6.0.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.0.tgz",
			"sha": "39cf65c7720c6ec4bdbd9ced0960b8ff126f3cd6",
			"registry": "npmjs"
		},
		"immer-6.0.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.1.tgz",
			"sha": "7af35e35753d9da6bc9123f0cc99f7e8f2e10681",
			"registry": "npmjs"
		},
		"immer-6.0.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.2.tgz",
			"sha": "5bc08dc4930c756d0749533a2afbd88c8de0cd19",
			"registry": "npmjs"
		},
		"immer-6.0.3.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.3.tgz",
			"sha": "94d5051cd724668160a900d66d85ec02816f29bd",
			"registry": "npmjs"
		},
		"immer-6.0.0-fix-425.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.0-fix-425.tgz",
			"sha": "9e2c0d674a4c795137944e7b167a592722c1cb1e",
			"registry": "npmjs"
		},
		"immer-6.0.0-fix-425-2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.0-fix-425-2.tgz",
			"sha": "bb05ada48624bab5192dc4924484ab81e8b0e43c",
			"registry": "npmjs"
		},
		"immer-6.0.4.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.4.tgz",
			"sha": "f3a3de1b8db24012fb842ad25e33fbf6c280c481",
			"registry": "npmjs"
		},
		"immer-6.0.5.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.5.tgz",
			"sha": "77187d13b71c6cee40dde3b8e87a50a7a636d630",
			"registry": "npmjs"
		},
		"immer-6.0.6.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.6.tgz",
			"sha": "ffd46c1976548fe3df0be671b7f8aaf620166623",
			"registry": "npmjs"
		},
		"immer-6.0.7.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.7.tgz",
			"sha": "9fd60fb4da099523aebb3aea32f1e542c2679578",
			"registry": "npmjs"
		},
		"immer-6.0.8.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.8.tgz",
			"sha": "3758890d66ed7baed5703b9e0763785a16156478",
			"registry": "npmjs"
		},
		"immer-6.0.9.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-6.0.9.tgz",
			"sha": "b9dd69b8e69b3a12391e87db1e3ff535d1b26485",
			"registry": "npmjs"
		},
		"immer-7.0.0.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-7.0.0.tgz",
			"sha": "94d5f567648fd7e977d91e97a61aeb223eb796e2",
			"registry": "npmjs"
		},
		"immer-7.0.1.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-7.0.1.tgz",
			"sha": "830f44a36c4181c0eca4385e7782e164e5eb9249",
			"registry": "npmjs"
		},
		"immer-7.0.2.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-7.0.2.tgz",
			"sha": "252ee72d04f134e40a3a1ac50d286d9263275c12",
			"registry": "npmjs"
		},
		"immer-7.0.3.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-7.0.3.tgz",
			"sha": "d9afe723ed29b3b03e1c74a7fad9d1181aced078",
			"registry": "npmjs"
		},
		"immer-7.0.4.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-7.0.4.tgz",
			"sha": "f5d41ee61830f1620ac7f168b3b57078f0200d1a",
			"registry": "npmjs"
		},
		"immer-7.0.5.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-7.0.5.tgz",
			"sha": "8af347db5b60b40af8ae7baf1784ea4d35b5208e",
			"registry": "npmjs"
		},
		"immer-7.0.6.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-7.0.6.tgz",
			"sha": "30954b4f692257dded102e5fa7823f9f1e7d8e8e",
			"registry": "npmjs"
		},
		"immer-7.0.7.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-7.0.7.tgz",
			"sha": "9dfe713d49bf871cc59aedfce59b1992fa37a977",
			"registry": "npmjs"
		},
		"immer-7.0.8.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-7.0.8.tgz",
			"sha": "41dcbc5669a76500d017bef3ad0d03ce0a1d7c1e",
			"registry": "npmjs"
		},
		"immer-7.0.9.tgz": {
			"url": "https://registry.npmjs.org/immer/-/immer-7.0.9.tgz",
			"sha": "28e7552c21d39dd76feccd2b800b7bc86ee4a62e",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"immer-1.10.0.tgz": {
			"shasum": "bad67605ba9c810275d91e1c2a47d4582e98286d"
		}
	},
	"_rev": "2-5db5ad00fc0a7ac5",
	"_id": "immer",
	"readme": "<img src=\"images/immer-logo.svg\" height=\"200px\" align=\"right\"/>\n\n# Immer\n\n[![npm](https://img.shields.io/npm/v/immer.svg)](https://www.npmjs.com/package/immer) [![Build Status](https://travis-ci.org/immerjs/immer.svg?branch=master)](https://travis-ci.org/immerjs/immer) [![Coverage Status](https://coveralls.io/repos/github/mweststrate/immer/badge.svg?branch=master)](https://coveralls.io/github/mweststrate/immer?branch=master) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![OpenCollective](https://opencollective.com/immer/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/immer/sponsors/badge.svg)](#sponsors) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/immerjs/immer)\n\n_Create the next immutable state tree by simply modifying the current tree_\n\nWinner of the \"Breakthrough of the year\" [React open source award](https://osawards.com/react/) and \"Most impactful contribution\" [JavaScript open source award](https://osawards.com/javascript/) in 2019\n\n## Contribute using one-click online setup\n\nYou can use Gitpod(a free online VS Code like IDE) for contributing online. With a single click it will launch a workspace and automatically:\n\n- clone the immer repo.\n- install the dependencies.\n- run `yarn run start`.\n\nso that you can start coding straight away.\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)\n\n## Documentation\n\nThe documentation of this package is hosted at https://immerjs.github.io/immer/\n\n## Support\n\nDid Immer make a difference to your project? Join the open collective at https://opencollective.com/immer!\n\n## Release notes\n\nhttps://github.com/immerjs/immer/releases"
}