package.json
2.51 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
{
"_args": [
[
{
"raw": "socks-proxy-agent@2",
"scope": null,
"escapedName": "socks-proxy-agent",
"name": "socks-proxy-agent",
"rawSpec": "2",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/proxy-agent"
]
],
"_from": "socks-proxy-agent@>=2.0.0 <3.0.0",
"_id": "socks-proxy-agent@2.0.0",
"_inCache": true,
"_location": "/socks-proxy-agent",
"_nodeVersion": "0.12.6",
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"_npmVersion": "2.11.2",
"_phantomChildren": {},
"_requested": {
"raw": "socks-proxy-agent@2",
"scope": null,
"escapedName": "socks-proxy-agent",
"name": "socks-proxy-agent",
"rawSpec": "2",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/pac-proxy-agent",
"/proxy-agent"
],
"_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-2.0.0.tgz",
"_shasum": "c674842d70410fb28ae1e92e6135a927854bc275",
"_shrinkwrap": null,
"_spec": "socks-proxy-agent@2",
"_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-socks-proxy-agent/issues"
},
"dependencies": {
"agent-base": "2",
"extend": "3",
"socks": "~1.1.5"
},
"description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
"devDependencies": {
"mocha": "2",
"socksv5": "0.0.6"
},
"directories": {},
"dist": {
"shasum": "c674842d70410fb28ae1e92e6135a927854bc275",
"tarball": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-2.0.0.tgz"
},
"gitHead": "23f3b4ad9fcaac4191597cd87647f23014739e3b",
"homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme",
"keywords": [
"socks",
"socks4",
"socks4a",
"proxy",
"http",
"https",
"agent"
],
"license": "MIT",
"main": "socks-proxy-agent.js",
"maintainers": [
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"name": "socks-proxy-agent",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-socks-proxy-agent.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "2.0.0"
}