{ "_from": "make-fetch-happen@^2.6.0", "_id": "make-fetch-happen@2.6.0", "_inBundle": false, "_integrity": "sha512-FFq0lNI0ax+n9IWzWpH8A4JdgYiAp2DDYIZ3rsaav8JDe8I+72CzK6PQW/oom15YDZpV5bYW/9INd6nIJ2ZfZw==", "_location": "/pacote/make-fetch-happen", "_phantomChildren": { "safe-buffer": "5.1.1" }, "_requested": { "type": "range", "registry": true, "raw": "make-fetch-happen@^2.6.0", "name": "make-fetch-happen", "escapedName": "make-fetch-happen", "rawSpec": "^2.6.0", "saveSpec": null, "fetchSpec": "^2.6.0" }, "_requiredBy": [ "/pacote" ], "_resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-2.6.0.tgz", "_shasum": "8474aa52198f6b1ae4f3094c04e8370d35ea8a38", "_spec": "make-fetch-happen@^2.6.0", "_where": "/Users/zkat/Documents/code/npm/node_modules/pacote", "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org" }, "bugs": { "url": "https://github.com/zkat/make-fetch-happen/issues" }, "bundleDependencies": false, "dependencies": { "agentkeepalive": "^3.3.0", "cacache": "^10.0.0", "http-cache-semantics": "^3.8.0", "http-proxy-agent": "^2.0.0", "https-proxy-agent": "^2.1.0", "lru-cache": "^4.1.1", "mississippi": "^1.2.0", "node-fetch-npm": "^2.0.2", "promise-retry": "^1.1.1", "socks-proxy-agent": "^3.0.1", "ssri": "^5.0.0" }, "deprecated": false, "description": "Opinionated, caching, retrying fetch client", "devDependencies": { "bluebird": "^3.5.0", "mkdirp": "^0.5.1", "nock": "^9.0.14", "npmlog": "^4.1.2", "nyc": "^11.0.3", "require-inject": "^1.4.2", "rimraf": "^2.5.4", "safe-buffer": "^5.1.1", "standard": "^10.0.1", "standard-version": "^4.2.0", "tacks": "^1.2.6", "tap": "^10.7.0", "weallbehave": "^1.0.0", "weallcontribute": "^1.0.7" }, "files": [ "*.js", "lib" ], "homepage": "https://github.com/zkat/make-fetch-happen#readme", "keywords": [ "http", "request", "fetch", "mean girls", "caching", "cache", "subresource integrity" ], "license": "CC0-1.0", "main": "index.js", "name": "make-fetch-happen", "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 lib test *.js", "release": "standard-version -s", "test": "nyc --all -- tap --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": "2.6.0" }