{
  "_args": [
    [
      "immutability-helper@2.6.6",
      "/Users/prateekbh/projects/preact-material-components/docs"
    ]
  ],
  "_from": "immutability-helper@2.6.6",
  "_id": "immutability-helper@2.6.6",
  "_inBundle": false,
  "_integrity": "sha512-CdLyZ9QuiWGk884SKhRvi8xjtB2PYMCBwa6fc8wZ5QltrdFEhwGz0upikzvjxjrDbsGs7qhgIUIMvI2YFywihA==",
  "_location": "/immutability-helper",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "immutability-helper@2.6.6",
    "name": "immutability-helper",
    "escapedName": "immutability-helper",
    "rawSpec": "2.6.6",
    "saveSpec": null,
    "fetchSpec": "2.6.6"
  },
  "_requiredBy": [
    "/preact-compat"
  ],
  "_resolved": "https://registry.npmjs.org/immutability-helper/-/immutability-helper-2.6.6.tgz",
  "_spec": "2.6.6",
  "_where": "/Users/prateekbh/projects/preact-material-components/docs",
  "author": {
    "name": "Moshe Kolodny"
  },
  "bugs": {
    "url": "https://github.com/kolodny/immutability-helper/issues"
  },
  "dependencies": {
    "invariant": "^2.2.0"
  },
  "description": "mutate a copy of data without changing the original source",
  "devDependencies": {
    "coveralls": "^2.11.6",
    "dtslint": "^0.2.0",
    "expect": "^1.14.0",
    "mocha": "^2.4.5",
    "nyc": "^5.6.0"
  },
  "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-gt4": "node -e 'process.exit(/v(\\d+)/.exec(process.version)[1] <= 4) ? 1 : 0'",
    "test": "mocha test.js",
    "test-cov": "nyc npm test && nyc report --reporter=lcov",
    "test-dtslint": "npm run node-gt4 && dtslint || true",
    "test-travis": "npm run test-dtslint && nyc npm test && nyc report --reporter=lcov"
  },
  "typings": "index.d.ts",
  "version": "2.6.6"
}
