{
  "_args": [
    [
      {
        "raw": "make-fetch-happen@^4.0.1",
        "scope": null,
        "escapedName": "make-fetch-happen",
        "name": "make-fetch-happen",
        "rawSpec": "^4.0.1",
        "spec": ">=4.0.1 <5.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/CrochetWebapp/frontend/node_modules/pacote"
    ]
  ],
  "_from": "make-fetch-happen@>=4.0.1 <5.0.0",
  "_id": "make-fetch-happen@4.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/make-fetch-happen",
  "_nodeVersion": "9.11.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/make-fetch-happen_4.0.1_1523502953776_0.7727044920506758"
  },
  "_npmUser": {
    "name": "zkat",
    "email": "npm@zkat.tech"
  },
  "_npmVersion": "6.0.0-next.0",
  "_phantomChildren": {
    "bluebird": "3.5.5",
    "chownr": "1.1.1",
    "concat-stream": "1.6.2",
    "duplexify": "3.7.1",
    "end-of-stream": "1.4.1",
    "figgy-pudding": "3.5.1",
    "flush-write-stream": "1.1.1",
    "from2": "2.3.0",
    "fs.realpath": "1.0.0",
    "graceful-fs": "4.1.15",
    "inflight": "1.0.6",
    "inherits": "2.0.4",
    "minimatch": "3.0.4",
    "mkdirp": "0.5.1",
    "move-concurrently": "1.0.1",
    "once": "1.4.0",
    "parallel-transform": "1.1.0",
    "path-is-absolute": "1.0.1",
    "promise-inflight": "1.0.1",
    "pumpify": "1.5.1",
    "rimraf": "2.6.3",
    "stream-each": "1.2.3",
    "through2": "2.0.5",
    "unique-filename": "1.1.1",
    "y18n": "4.0.0"
  },
  "_requested": {
    "raw": "make-fetch-happen@^4.0.1",
    "scope": null,
    "escapedName": "make-fetch-happen",
    "name": "make-fetch-happen",
    "rawSpec": "^4.0.1",
    "spec": ">=4.0.1 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/npm-registry-fetch",
    "/pacote"
  ],
  "_resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-4.0.1.tgz",
  "_shasum": "141497cb878f243ba93136c83d8aba12c216c083",
  "_shrinkwrap": null,
  "_spec": "make-fetch-happen@^4.0.1",
  "_where": "/home/lively4/lively4/CrochetWebapp/frontend/node_modules/pacote",
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@zkat.tech"
  },
  "bugs": {
    "url": "https://github.com/zkat/make-fetch-happen/issues"
  },
  "dependencies": {
    "agentkeepalive": "^3.4.1",
    "cacache": "^11.0.1",
    "http-cache-semantics": "^3.8.1",
    "http-proxy-agent": "^2.1.0",
    "https-proxy-agent": "^2.2.1",
    "lru-cache": "^4.1.2",
    "mississippi": "^3.0.0",
    "node-fetch-npm": "^2.0.2",
    "promise-retry": "^1.1.1",
    "socks-proxy-agent": "^4.0.0",
    "ssri": "^6.0.0"
  },
  "description": "Opinionated, caching, retrying fetch client",
  "devDependencies": {
    "bluebird": "^3.5.1",
    "mkdirp": "^0.5.1",
    "nock": "^9.2.3",
    "npmlog": "^4.1.2",
    "require-inject": "^1.4.2",
    "rimraf": "^2.6.2",
    "safe-buffer": "^5.1.1",
    "standard": "^11.0.1",
    "standard-version": "^4.3.0",
    "tacks": "^1.2.6",
    "tap": "^11.1.3",
    "weallbehave": "^1.0.0",
    "weallcontribute": "^1.0.7"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-7R5ivfy9ilRJ1EMKIOziwrns9fGeAD4bAha8EB7BIiBBLHm2KeTUGCrICFt2rbHfzheTLynv50GnNTK1zDTrcQ==",
    "shasum": "141497cb878f243ba93136c83d8aba12c216c083",
    "tarball": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-4.0.1.tgz",
    "fileCount": 8,
    "unpackedSize": 64488
  },
  "files": [
    "*.js",
    "lib"
  ],
  "gitHead": "508c0af20e02f86445fc9b278382abac811f0393",
  "homepage": "https://github.com/zkat/make-fetch-happen#readme",
  "keywords": [
    "http",
    "request",
    "fetch",
    "mean girls",
    "caching",
    "cache",
    "subresource integrity"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "zkat",
      "email": "kat@sykosomatic.org"
    }
  ],
  "name": "make-fetch-happen",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zkat/make-fetch-happen.git"
  },
  "scripts": {
    "postrelease": "npm publish && git push --follow-tags",
    "prerelease": "npm t",
    "pretest": "standard",
    "release": "standard-version -s",
    "test": "tap --coverage --nyc-arg=--all --timeout=35 -J test/*.js",
    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  },
  "version": "4.0.1"
}
