{
  "_from": "immutability-helper@^2.7.1",
  "_id": "immutability-helper@2.9.1",
  "_inBundle": false,
  "_integrity": "sha512-r/RmRG8xO06s/k+PIaif2r5rGc3j4Yhc01jSBfwPCXDLYZwp/yxralI37Df1mwmuzcCsen/E/ITKcTEvc1PQmQ==",
  "_location": "/immutability-helper",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "immutability-helper@^2.7.1",
    "name": "immutability-helper",
    "escapedName": "immutability-helper",
    "rawSpec": "^2.7.1",
    "saveSpec": null,
    "fetchSpec": "^2.7.1"
  },
  "_requiredBy": [
    "/preact-compat"
  ],
  "_resolved": "https://registry.npmjs.org/immutability-helper/-/immutability-helper-2.9.1.tgz",
  "_shasum": "71c423ba387e67b6c6ceba0650572f2a2a6727df",
  "_spec": "immutability-helper@^2.7.1",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/preact-compat",
  "author": {
    "name": "Moshe Kolodny"
  },
  "bugs": {
    "url": "https://github.com/kolodny/immutability-helper/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "invariant": "^2.2.0"
  },
  "deprecated": false,
  "description": "mutate a copy of data without changing the original source",
  "devDependencies": {
    "coveralls": "^2.11.6",
    "dtslint": "^0.4.2",
    "expect": "^1.14.0",
    "mocha": "^5.2.0",
    "nyc": "^5.6.0",
    "typescript": "^3.2.4"
  },
  "homepage": "https://github.com/kolodny/immutability-helper#readme",
  "keywords": [
    "immutability"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "immutability-helper",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kolodny/immutability-helper.git"
  },
  "scripts": {
    "node-lte4": "node -e 'process.exit(+(/v(\\d+)/.exec(process.version)[1]) <= 4 ? 0 : 1)'",
    "test": "mocha test.js",
    "test-cov": "nyc npm test && nyc report --reporter=lcov",
    "test-dtslint": "npm run --silent node-lte4 || dtslint",
    "test-travis": "npm run test-dtslint && nyc npm test && nyc report --reporter=lcov"
  },
  "typings": "index.d.ts",
  "version": "2.9.1"
}
