{
  "_args": [
    [
      "make-fetch-happen@7.1.0",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "make-fetch-happen@7.1.0",
  "_id": "make-fetch-happen@7.1.0",
  "_inBundle": false,
  "_integrity": "sha512-/5ICTcpd4ApIRn76pxcl4aQhrWxdDCnRDy3y+Tu7DbRsfqde6q8OYXUm7bYhH5dSey590AMT0RH9LDFq7v5KRA==",
  "_location": "/make-fetch-happen",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "make-fetch-happen@7.1.0",
    "name": "make-fetch-happen",
    "escapedName": "make-fetch-happen",
    "rawSpec": "7.1.0",
    "saveSpec": null,
    "fetchSpec": "7.1.0"
  },
  "_requiredBy": [
    "/npm-registry-fetch"
  ],
  "_resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-7.1.0.tgz",
  "_spec": "7.1.0",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@zkat.tech"
  },
  "bugs": {
    "url": "https://github.com/npm/make-fetch-happen/issues"
  },
  "dependencies": {
    "agentkeepalive": "^4.1.0",
    "cacache": "^13.0.1",
    "http-cache-semantics": "^4.0.3",
    "http-proxy-agent": "^3.0.0",
    "https-proxy-agent": "^4.0.0",
    "is-lambda": "^1.0.1",
    "lru-cache": "^5.1.1",
    "minipass": "^3.0.0",
    "minipass-collect": "^1.0.2",
    "minipass-fetch": "^1.1.2",
    "minipass-flush": "^1.0.5",
    "minipass-pipeline": "^1.2.2",
    "promise-retry": "^1.1.1",
    "socks-proxy-agent": "^4.0.0",
    "ssri": "^7.0.1"
  },
  "description": "Opinionated, caching, retrying fetch client",
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "nock": "^11.7.0",
    "npmlog": "^4.1.2",
    "require-inject": "^1.4.2",
    "rimraf": "^2.7.1",
    "safe-buffer": "^5.2.0",
    "standard": "^14.3.1",
    "standard-version": "^7.0.1",
    "tacks": "^1.2.6",
    "tap": "^14.10.2"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "*.js",
    "lib",
    "utils"
  ],
  "homepage": "https://github.com/npm/make-fetch-happen#readme",
  "keywords": [
    "http",
    "request",
    "fetch",
    "mean girls",
    "caching",
    "cache",
    "subresource integrity"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "make-fetch-happen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/make-fetch-happen.git"
  },
  "scripts": {
    "postrelease": "npm publish",
    "posttest": "standard",
    "prepublishOnly": "git push --follow-tags",
    "prerelease": "npm t",
    "release": "standard-version -s",
    "test": "tap test/*.js"
  },
  "version": "7.1.0"
}
