| { | 
 |   "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",  | 
 |   "bugs": { | 
 |     "url": "https://github.com/TooTallNate/node-https-proxy-agent/issues" | 
 |   },  | 
 |   "dependencies": { | 
 |     "agent-base": "^4.3.0",  | 
 |     "debug": "^3.1.0" | 
 |   },  | 
 |   "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",  | 
 |   "devDependencies": { | 
 |     "mocha": "^6.2.0",  | 
 |     "proxy": "1.0.1" | 
 |   },  | 
 |   "engines": { | 
 |     "node": ">= 4.5.0" | 
 |   },  | 
 |   "keywords": [ | 
 |     "https",  | 
 |     "proxy",  | 
 |     "endpoint",  | 
 |     "agent" | 
 |   ],  | 
 |   "license": "MIT",  | 
 |   "main": "./index.js",  | 
 |   "name": "https-proxy-agent",  | 
 |   "repository": { | 
 |     "type": "git",  | 
 |     "url": "git://github.com/TooTallNate/node-https-proxy-agent.git" | 
 |   },  | 
 |   "scripts": { | 
 |     "test": "mocha --reporter spec" | 
 |   },  | 
 |   "types": "./index.d.ts",  | 
 |   "version": "3.0.1" | 
 | } |