package.json
2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"_args": [
[
{
"raw": "pac-proxy-agent@1",
"scope": null,
"escapedName": "pac-proxy-agent",
"name": "pac-proxy-agent",
"rawSpec": "1",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/proxy-agent"
]
],
"_from": "pac-proxy-agent@>=1.0.0 <2.0.0",
"_id": "pac-proxy-agent@1.0.0",
"_inCache": true,
"_location": "/pac-proxy-agent",
"_nodeVersion": "0.12.6",
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"_npmVersion": "2.11.2",
"_phantomChildren": {},
"_requested": {
"raw": "pac-proxy-agent@1",
"scope": null,
"escapedName": "pac-proxy-agent",
"name": "pac-proxy-agent",
"rawSpec": "1",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/proxy-agent"
],
"_resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-1.0.0.tgz",
"_shasum": "dcd5b746581367430a236e88eacfd4e5b8d068a5",
"_shrinkwrap": null,
"_spec": "pac-proxy-agent@1",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/proxy-agent",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-pac-proxy-agent/issues"
},
"dependencies": {
"agent-base": "2",
"debug": "2",
"extend": "3",
"get-uri": "1",
"http-proxy-agent": "1",
"https-proxy-agent": "1",
"pac-resolver": "~1.2.1",
"socks-proxy-agent": "2",
"stream-to-buffer": "0.1.0"
},
"description": "A PAC file proxy `http.Agent` implementation for HTTP",
"devDependencies": {
"mocha": "2",
"proxy": "0.2.3",
"socksv5": "0.0.6"
},
"directories": {},
"dist": {
"shasum": "dcd5b746581367430a236e88eacfd4e5b8d068a5",
"tarball": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-1.0.0.tgz"
},
"gitHead": "19d7d99027cd78375dbc60762d0565f7596eec20",
"homepage": "https://github.com/TooTallNate/node-pac-proxy-agent",
"keywords": [
"pac",
"proxy",
"agent",
"http",
"https",
"socks",
"request",
"access"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"name": "pac-proxy-agent",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-pac-proxy-agent.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "1.0.0"
}