{
  "_args": [
    [
      {
        "raw": "jsonfile@^2.1.0",
        "scope": null,
        "escapedName": "jsonfile",
        "name": "jsonfile",
        "rawSpec": "^2.1.0",
        "spec": ">=2.1.0 <3.0.0",
        "type": "range"
      },
      "/Users/gaearon/p/create-react-app/node_modules/fs-extra"
    ]
  ],
  "_from": "jsonfile@>=2.1.0 <3.0.0",
  "_id": "jsonfile@2.3.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/jsonfile",
  "_nodeVersion": "5.3.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/jsonfile-2.3.1.tgz_1463146943042_0.31297345482744277"
  },
  "_npmUser": {
    "name": "jprichardson",
    "email": "jprichardson@gmail.com"
  },
  "_npmVersion": "3.5.4",
  "_phantomChildren": {},
  "_requested": {
    "raw": "jsonfile@^2.1.0",
    "scope": null,
    "escapedName": "jsonfile",
    "name": "jsonfile",
    "rawSpec": "^2.1.0",
    "spec": ">=2.1.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/fs-extra"
  ],
  "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.3.1.tgz",
  "_shasum": "28bcb29c596b5b7aafd34e662a329ba62cd842fc",
  "_shrinkwrap": null,
  "_spec": "jsonfile@^2.1.0",
  "_where": "/Users/gaearon/p/create-react-app/node_modules/fs-extra",
  "author": {
    "name": "JP Richardson",
    "email": "jprichardson@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jprichardson/node-jsonfile/issues"
  },
  "dependencies": {},
  "description": "Easily read/write JSON files.",
  "devDependencies": {
    "mocha": "2.x",
    "mock-fs": "^3.8.0",
    "rimraf": "^2.4.0",
    "standard": "^6.0.8"
  },
  "directories": {},
  "dist": {
    "shasum": "28bcb29c596b5b7aafd34e662a329ba62cd842fc",
    "tarball": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.3.1.tgz"
  },
  "gitHead": "bbaf134ae6599baf52eb853ec78ead1f9aec9fa6",
  "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
  "keywords": [
    "read",
    "write",
    "file",
    "json",
    "fs",
    "fs-extra"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "jprichardson",
      "email": "jprichardson@gmail.com"
    }
  ],
  "name": "jsonfile",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && npm run unit",
    "unit": "mocha"
  },
  "version": "2.3.1"
}
