1{ 2 "_from": "https-proxy-agent@^2.2.3", 3 "_id": "https-proxy-agent@2.2.4", 4 "_inBundle": false, 5 "_integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", 6 "_location": "/https-proxy-agent", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "https-proxy-agent@^2.2.3", 12 "name": "https-proxy-agent", 13 "escapedName": "https-proxy-agent", 14 "rawSpec": "^2.2.3", 15 "saveSpec": null, 16 "fetchSpec": "^2.2.3" 17 }, 18 "_requiredBy": [ 19 "/make-fetch-happen" 20 ], 21 "_resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", 22 "_shasum": "4ee7a737abd92678a293d9b34a1af4d0d08c787b", 23 "_spec": "https-proxy-agent@^2.2.3", 24 "_where": "/Users/claudiahdz/npm/cli/node_modules/make-fetch-happen", 25 "author": { 26 "name": "Nathan Rajlich", 27 "email": "nathan@tootallnate.net", 28 "url": "http://n8.io/" 29 }, 30 "bugs": { 31 "url": "https://github.com/TooTallNate/node-https-proxy-agent/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "agent-base": "^4.3.0", 36 "debug": "^3.1.0" 37 }, 38 "deprecated": false, 39 "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS", 40 "devDependencies": { 41 "mocha": "^6.2.0", 42 "proxy": "1" 43 }, 44 "engines": { 45 "node": ">= 4.5.0" 46 }, 47 "homepage": "https://github.com/TooTallNate/node-https-proxy-agent#readme", 48 "keywords": [ 49 "https", 50 "proxy", 51 "endpoint", 52 "agent" 53 ], 54 "license": "MIT", 55 "main": "./index.js", 56 "name": "https-proxy-agent", 57 "repository": { 58 "type": "git", 59 "url": "git://github.com/TooTallNate/node-https-proxy-agent.git" 60 }, 61 "scripts": { 62 "test": "mocha --reporter spec" 63 }, 64 "types": "./index.d.ts", 65 "version": "2.2.4" 66} 67