{
  "_args": [
    [
      "node-fetch@1.3.3",
      "/Users/nw/motion/packages/motion"
    ]
  ],
  "_from": "node-fetch@1.3.3",
  "_id": "node-fetch@1.3.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/node-fetch",
  "_nodeVersion": "2.3.0",
  "_npmUser": {
    "email": "bitinn@gmail.com",
    "name": "bitinn"
  },
  "_npmVersion": "2.11.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "node-fetch",
    "raw": "node-fetch@1.3.3",
    "rawSpec": "1.3.3",
    "scope": null,
    "spec": "1.3.3",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.3.3.tgz",
  "_shasum": "880228be75fd207a8a9baa2042ead437e6edaf84",
  "_shrinkwrap": null,
  "_spec": "node-fetch@1.3.3",
  "_where": "/Users/nw/motion/packages/motion",
  "author": {
    "name": "David Frank"
  },
  "bugs": {
    "url": "https://github.com/bitinn/node-fetch/issues"
  },
  "dependencies": {
    "encoding": "^0.1.11"
  },
  "description": "A light-weight module that brings window.fetch to node.js and io.js",
  "devDependencies": {
    "bluebird": "^2.9.1",
    "chai": "^1.10.0",
    "chai-as-promised": "^4.1.1",
    "coveralls": "^2.11.2",
    "form-data": "^1.0.0-rc1",
    "istanbul": "^0.3.5",
    "mocha": "^2.1.0",
    "parted": "^0.1.1",
    "promise": "^6.1.0",
    "resumer": "0.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "880228be75fd207a8a9baa2042ead437e6edaf84",
    "tarball": "http://registry.npmjs.org/node-fetch/-/node-fetch-1.3.3.tgz"
  },
  "gitHead": "fd3f89fcd94e5bcee31de4cbca4c15cd79999b07",
  "homepage": "https://github.com/bitinn/node-fetch",
  "keywords": [
    "fetch",
    "http",
    "promise"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "bitinn",
      "email": "bitinn@gmail.com"
    }
  ],
  "name": "node-fetch",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitinn/node-fetch.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.js && cat ./coverage/lcov.info | coveralls",
    "report": "istanbul cover _mocha -- -R spec test/test.js",
    "test": "mocha test/test.js"
  },
  "version": "1.3.3"
}
