| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "proxy-agent",
- "version": "2.0.0",
- "description": "Maps proxy protocols to `http.Agent` implementations",
- "main": "index.js",
- "scripts": {
- "test": "mocha --reporter spec"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/TooTallNate/node-proxy-agent.git"
- },
- "keywords": [
- "http",
- "https",
- "socks",
- "agent",
- "mapping",
- "proxy",
- "cache"
- ],
- "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/TooTallNate/node-proxy-agent/issues"
- },
- "homepage": "https://github.com/TooTallNate/node-proxy-agent",
- "dependencies": {
- "agent-base": "2",
- "debug": "2",
- "extend": "3",
- "http-proxy-agent": "1",
- "https-proxy-agent": "1",
- "lru-cache": "~2.6.5",
- "pac-proxy-agent": "1",
- "socks-proxy-agent": "2"
- },
- "devDependencies": {
- "mocha": "2",
- "proxy": "0.2.3",
- "socksv5": "0.0.6",
- "stream-to-buffer": "0.1.0"
- }
- }
|