{
  "_args": [
    [
      "immutable@3.7.6",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "immutable@3.7.6",
  "_id": "immutable@3.7.6",
  "_inBundle": false,
  "_integrity": "sha1-E7TTyxK++hVIKib+Gy665kAHHks=",
  "_location": "/immutable",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "immutable@3.7.6",
    "name": "immutable",
    "escapedName": "immutable",
    "rawSpec": "3.7.6",
    "saveSpec": null,
    "fetchSpec": "3.7.6"
  },
  "_requiredBy": [
    "/draft-js"
  ],
  "_resolved": "https://registry.npmjs.org/immutable/-/immutable-3.7.6.tgz",
  "_spec": "3.7.6",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Lee Byron",
    "url": "https://github.com/leebyron"
  },
  "bugs": {
    "url": "https://github.com/facebook/immutable-js/issues"
  },
  "description": "Immutable Data Collections",
  "devDependencies": {
    "acorn": "^0.11.0",
    "benchmark": "^1.0.0",
    "bluebird": "^2.7.1",
    "colors": "^1.0.3",
    "es6-transpiler": "^0.7.18",
    "estraverse": "^1.9.1",
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-copy": "^0.5.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-jest": "^0.1.0",
    "grunt-release": "^0.7.0",
    "jasmine-check": "^0.1.2",
    "magic-string": "^0.2.6",
    "microtime": "^1.2.0",
    "react-tools": "^0.11.1",
    "rollup": "^0.19.2",
    "typescript": "~1.4.1",
    "uglify-js": "^2.4.15"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "files": [
    "dist",
    "contrib",
    "README.md",
    "LICENSE",
    "PATENTS"
  ],
  "homepage": "https://github.com/facebook/immutable-js",
  "jest": {
    "scriptPreprocessor": "resources/jestPreprocessor.js",
    "testFileExtensions": [
      "js",
      "ts"
    ],
    "persistModuleRegistryBetweenSpecs": true
  },
  "keywords": [
    "immutable",
    "persistent",
    "lazy",
    "data",
    "datastructure",
    "functional",
    "collection",
    "stateless",
    "sequence",
    "iteration"
  ],
  "license": "BSD-3-Clause",
  "main": "dist/immutable.js",
  "name": "immutable",
  "repository": {
    "type": "git",
    "url": "git://github.com/facebook/immutable-js.git"
  },
  "scripts": {
    "perf": "node ./resources/bench.js",
    "test": "./resources/node_test.sh"
  },
  "typescript": {
    "definition": "dist/immutable.d.ts"
  },
  "version": "3.7.6"
}
