UNPKG

http-proxy-agent

Version:

An HTTP(s) proxy `http.Agent` implementation for HTTP

33 lines (32 loc) 733 B
{ "name": "http-proxy-agent", "version": "0.2.2", "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", "main": "http-proxy-agent.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 <nathan@tootallnate.net> (http://n8.io/)", "license": "MIT", "bugs": { "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues" }, "dependencies": { "agent-base": "~1.0.1", "extend": "~1.2.0" }, "devDependencies": { "mocha": "~1.12.0", "proxy": "~0.2.0" } }