1{ 2 "_from": "make-fetch-happen@5.0.2", 3 "_id": "make-fetch-happen@5.0.2", 4 "_inBundle": false, 5 "_integrity": "sha512-07JHC0r1ykIoruKO8ifMXu+xEU8qOXDFETylktdug6vJDACnP+HKevOu3PXyNPzFyTSlz8vrBYlBO1JZRe8Cag==", 6 "_location": "/make-fetch-happen", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "make-fetch-happen@5.0.2", 12 "name": "make-fetch-happen", 13 "escapedName": "make-fetch-happen", 14 "rawSpec": "5.0.2", 15 "saveSpec": null, 16 "fetchSpec": "5.0.2" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/", 21 "/npm-registry-fetch", 22 "/pacote" 23 ], 24 "_resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-5.0.2.tgz", 25 "_shasum": "aa8387104f2687edca01c8687ee45013d02d19bd", 26 "_spec": "make-fetch-happen@5.0.2", 27 "_where": "/Users/claudiahdz/npm/cli", 28 "author": { 29 "name": "Kat Marchán", 30 "email": "kzm@zkat.tech" 31 }, 32 "bugs": { 33 "url": "https://github.com/zkat/make-fetch-happen/issues" 34 }, 35 "bundleDependencies": false, 36 "dependencies": { 37 "agentkeepalive": "^3.4.1", 38 "cacache": "^12.0.0", 39 "http-cache-semantics": "^3.8.1", 40 "http-proxy-agent": "^2.1.0", 41 "https-proxy-agent": "^2.2.3", 42 "lru-cache": "^5.1.1", 43 "mississippi": "^3.0.0", 44 "node-fetch-npm": "^2.0.2", 45 "promise-retry": "^1.1.1", 46 "socks-proxy-agent": "^4.0.0", 47 "ssri": "^6.0.0" 48 }, 49 "deprecated": false, 50 "description": "Opinionated, caching, retrying fetch client", 51 "devDependencies": { 52 "bluebird": "^3.5.1", 53 "mkdirp": "^0.5.1", 54 "nock": "^9.2.3", 55 "npmlog": "^4.1.2", 56 "require-inject": "^1.4.2", 57 "rimraf": "^2.6.2", 58 "safe-buffer": "^5.1.1", 59 "standard": "^11.0.1", 60 "standard-version": "^4.3.0", 61 "tacks": "^1.2.6", 62 "tap": "^12.7.0", 63 "weallbehave": "^1.0.0", 64 "weallcontribute": "^1.0.7" 65 }, 66 "files": [ 67 "*.js", 68 "lib" 69 ], 70 "homepage": "https://github.com/zkat/make-fetch-happen#readme", 71 "keywords": [ 72 "http", 73 "request", 74 "fetch", 75 "mean girls", 76 "caching", 77 "cache", 78 "subresource integrity" 79 ], 80 "license": "ISC", 81 "main": "index.js", 82 "name": "make-fetch-happen", 83 "repository": { 84 "type": "git", 85 "url": "git+https://github.com/zkat/make-fetch-happen.git" 86 }, 87 "scripts": { 88 "postrelease": "npm publish --tag=legacy && git push --follow-tags", 89 "prerelease": "npm t", 90 "pretest": "standard", 91 "release": "standard-version -s", 92 "test": "tap --coverage --nyc-arg=--all --timeout=35 -J test/*.js", 93 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", 94 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" 95 }, 96 "version": "5.0.2" 97} 98