UNPKG

907 BJSONView Raw
1{
2 "name": "proxy-agent",
3 "version": "1.1.0",
4 "description": "Maps proxy protocols to `http.Agent` implementations",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --reporter spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/TooTallNate/node-proxy-agent.git"
12 },
13 "keywords": [
14 "http",
15 "https",
16 "socks",
17 "agent",
18 "mapping",
19 "proxy",
20 "cache"
21 ],
22 "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/TooTallNate/node-proxy-agent/issues"
26 },
27 "homepage": "https://github.com/TooTallNate/node-proxy-agent",
28 "dependencies": {
29 "http-proxy-agent": "0",
30 "https-proxy-agent": "0",
31 "pac-proxy-agent": "0",
32 "socks-proxy-agent": "0",
33 "lru-cache": "~2.5.0"
34 },
35 "devDependencies": {
36 "mocha": "~1.12.0",
37 "superagent": "~0.15.4"
38 }
39}