{
  "_args": [
    [
      "@dollarshaveclub/node-fetch@3.2.0",
      "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
    ]
  ],
  "_development": true,
  "_from": "@dollarshaveclub/node-fetch@3.2.0",
  "_id": "@dollarshaveclub/node-fetch@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-ji8RMTqIZz0lZsA/ik2vVFTVwx9nTztuBaPY6JobRIIQ9BdUeZWdlcurfRl03WePDixkpEF7Od44q4Beuj4ePw==",
  "_location": "/@dollarshaveclub/node-fetch",
  "_phantomChildren": {
    "@babel/runtime-corejs3": "7.4.5",
    "@octetstream/invariant": "1.2.0",
    "mime-types": "2.1.24",
    "nanoid": "2.0.3",
    "promise-fs": "2.1.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@dollarshaveclub/node-fetch@3.2.0",
    "name": "@dollarshaveclub/node-fetch",
    "escapedName": "@dollarshaveclub%2fnode-fetch",
    "scope": "@dollarshaveclub",
    "rawSpec": "3.2.0",
    "saveSpec": null,
    "fetchSpec": "3.2.0"
  },
  "_requiredBy": [
    "/node-cloudworker"
  ],
  "_resolved": "https://registry.npmjs.org/@dollarshaveclub/node-fetch/-/node-fetch-3.2.0.tgz",
  "_spec": "3.2.0",
  "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
  "author": {
    "name": "David Frank"
  },
  "bugs": {
    "url": "https://github.com/dollarshaveclub/node-fetch/issues"
  },
  "dependencies": {
    "@mattiasbuelens/web-streams-polyfill": "^0.3.2",
    "busboy": "^0.3.0",
    "formdata-node": "^1.5.1"
  },
  "description": "A light-weight module that brings the Fetch API to node.js; Forked from https://npm.im/node-fetch",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-plugin-istanbul": "^4.1.5",
    "babel-preset-env": "^1.6.1",
    "babel-register": "^6.16.3",
    "chai": "^3.5.0",
    "chai-as-promised": "^7.1.1",
    "chai-iterator": "^1.1.1",
    "chai-string": "^1.3.0",
    "codecov": "^3.0.0",
    "cross-env": "^5.1.3",
    "form-data": "^2.3.1",
    "is-builtin-module": "^1.0.0",
    "mocha": "^5.0.0",
    "nyc": "11.9.0",
    "parted": "^0.1.1",
    "promise": "^8.0.1",
    "resumer": "0.0.0",
    "rollup": "^0.63.4",
    "rollup-plugin-babel": "^3.0.3",
    "string-to-arraybuffer": "^1.0.0",
    "url-search-params": "^1.0.2",
    "whatwg-url": "^5.0.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "lib/index.js",
    "lib/index.mjs",
    "lib/index.es.js"
  ],
  "homepage": "https://github.com/dollarshaveclub/node-fetch",
  "keywords": [
    "fetch",
    "http",
    "promise"
  ],
  "license": "MIT",
  "main": "lib/index",
  "module": "lib/index.mjs",
  "name": "@dollarshaveclub/node-fetch",
  "peerDependencies": {
    "form-data": ">= 2.1.0"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dollarshaveclub/node-fetch.git"
  },
  "scripts": {
    "build": "cross-env BABEL_ENV=rollup rollup -c",
    "coverage": "cross-env BABEL_ENV=coverage nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json",
    "prepare": "npm run build",
    "report": "cross-env BABEL_ENV=coverage nyc --reporter lcov --reporter text mocha -R spec test/test.js",
    "test": "cross-env BABEL_ENV=test mocha --require babel-register test/test.js"
  },
  "version": "3.2.0"
}
