package.json
2.5 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": "socks@~1.1.5",
"scope": null,
"escapedName": "socks",
"name": "socks",
"rawSpec": "~1.1.5",
"spec": ">=1.1.5 <1.2.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/socks-proxy-agent"
]
],
"_from": "socks@>=1.1.5 <1.2.0",
"_id": "socks@1.1.10",
"_inCache": true,
"_location": "/socks",
"_nodeVersion": "6.1.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/socks-1.1.10.tgz_1484366135467_0.8928562924265862"
},
"_npmUser": {
"name": "joshglazebrook",
"email": "npm@joshglazebrook.com"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"raw": "socks@~1.1.5",
"scope": null,
"escapedName": "socks",
"name": "socks",
"rawSpec": "~1.1.5",
"spec": ">=1.1.5 <1.2.0",
"type": "range"
},
"_requiredBy": [
"/socks-proxy-agent"
],
"_resolved": "https://registry.npmjs.org/socks/-/socks-1.1.10.tgz",
"_shasum": "5b8b7fc7c8f341c53ed056e929b7bf4de8ba7b5a",
"_shrinkwrap": null,
"_spec": "socks@~1.1.5",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/socks-proxy-agent",
"author": {
"name": "Josh Glazebrook"
},
"bugs": {
"url": "https://github.com/JoshGlazebrook/socks/issues"
},
"contributors": [
{
"name": "Samuel Gordalina"
}
],
"dependencies": {
"ip": "^1.1.4",
"smart-buffer": "^1.0.13"
},
"description": "A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "5b8b7fc7c8f341c53ed056e929b7bf4de8ba7b5a",
"tarball": "https://registry.npmjs.org/socks/-/socks-1.1.10.tgz"
},
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.3.5"
},
"gitHead": "82d83923ad960693d8b774cafe17443ded7ed584",
"homepage": "https://github.com/JoshGlazebrook/socks",
"keywords": [
"socks",
"proxy",
"client",
"tor",
"bind",
"associate",
"socks 4",
"socks 4a",
"socks 5",
"agent"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "joshglazebrook",
"email": "npm@joshglazebrook.com"
}
],
"name": "socks",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/JoshGlazebrook/socks.git"
},
"scripts": {},
"version": "1.1.10"
}