UNPKG

786 BJSONView Raw
1{
2 "name": "https-proxy-agent",
3 "version": "0.3.3",
4 "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
5 "main": "https-proxy-agent.js",
6 "scripts": {
7 "test": "mocha --reporter spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
12 },
13 "keywords": [
14 "https",
15 "proxy",
16 "endpoint",
17 "agent"
18 ],
19 "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/TooTallNate/node-https-proxy-agent/issues"
23 },
24 "dependencies": {
25 "agent-base": "~1.0.1",
26 "debug": "~0.7.2",
27 "extend": "~1.2.0"
28 },
29 "devDependencies": {
30 "mocha": "~1.12.0",
31 "proxy": "~0.2.1",
32 "semver": "~2.1.0"
33 }
34}