{ "name": "http-proxy-agent", "version": "2.1.0", "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", "main": "./index.js", "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-http-proxy-agent.git" }, "keywords": [ "http", "proxy", "endpoint", "agent" ], "author": "Nathan Rajlich (http://n8.io/)", "license": "MIT", "bugs": { "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues" }, "dependencies": { "agent-base": "4", "debug": "3.1.0" }, "devDependencies": { "mocha": "3", "proxy": "~0.2.3" }, "engines": { "node": ">= 4.5.0" }, "__npminstall_done": "Thu Dec 24 2020 20:20:44 GMT+0800 (CST)", "_from": "http-proxy-agent@2.1.0", "_resolved": "https://registry.npm.taobao.org/http-proxy-agent/download/http-proxy-agent-2.1.0.tgz" }