{
  "manifest": {
    "name": "immer",
    "version": "9.0.21",
    "description": "Create your next immutable state by mutating the current one",
    "main": "dist/index.js",
    "module": "dist/immer.esm.js",
    "exports": {
      ".": {
        "types": "./dist/immer.d.ts",
        "import": "./dist/immer.esm.mjs",
        "require": "./dist/index.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 && cp dist/immer.esm.js dist/immer.esm.mjs && yarn build:flow",
      "build:flow": "cpx 'src/types/index.js.flow' dist -v",
      "publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn docusaurus deploy",
      "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": "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",
    "files": [
      "dist",
      "compat",
      "src"
    ],
    "devDependencies": {
      "@babel/core": "^7.8.4",
      "@babel/node": "^7.8.4",
      "@types/jest": "^25.1.2",
      "coveralls": "^3.0.0",
      "cpx2": "^3.0.0",
      "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": "^4.2.3"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-immer-9.0.21-1e025ea31a40f24fb064f1fef23e931496330176-integrity/node_modules/immer/package.json",
    "readmeFilename": "readme.md",
    "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=main)](https://travis-ci.org/immerjs/immer) [![Coverage Status](https://coveralls.io/repos/github/mweststrate/immer/badge.svg?branch=main)](https://coveralls.io/github/mweststrate/immer?branch=main) [![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\n",
    "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"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz",
    "hash": "1e025ea31a40f24fb064f1fef23e931496330176",
    "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
    "registry": "npm",
    "packageName": "immer",
    "cacheIntegrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA== sha1-HgJeoxpA8k+wZPH+8j6TFJYzAXY="
  },
  "registry": "npm",
  "hash": "1e025ea31a40f24fb064f1fef23e931496330176"
}