{
  "_from": "immutability-helper@^2.4.0",
  "_id": "immutability-helper@2.6.0",
  "_inBundle": false,
  "_integrity": "sha512-Odw1bdKiHmOlmDWeJ/QY0fX1oZ21DxEhRQDQUdnnaozydt5RYkVoISGJn/LEkGUd4ADVheAU7jMtFU9JrdzvfA==",
  "_location": "/immutability-helper",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "immutability-helper@^2.4.0",
    "name": "immutability-helper",
    "escapedName": "immutability-helper",
    "rawSpec": "^2.4.0",
    "saveSpec": null,
    "fetchSpec": "^2.4.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/immutability-helper/-/immutability-helper-2.6.0.tgz",
  "_shasum": "3e909d1baf915765a9624545198d04c55a80bdd7",
  "_spec": "immutability-helper@^2.4.0",
  "_where": "/Users/jp/Sites/react-data-grid/packages/react-data-grid-examples",
  "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",
    "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": {
    "test": "mocha test.js",
    "test-cov": "nyc npm test && nyc report --reporter=lcov",
    "test-travis": "nyc npm test && nyc report --reporter=lcov"
  },
  "version": "2.6.0"
}
