summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-fetch/node_modules/socks/package.json
blob: e4884cd472e7f8734550a49ad165e6296e8c0180 (plain)
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
{
  "_from": "socks@^1.1.10",
  "_id": "socks@1.1.10",
  "_inBundle": false,
  "_integrity": "sha1-W4t/x8jzQcU+0FbpKbe/Tei6e1o=",
  "_location": "/npm-registry-fetch/socks",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "socks@^1.1.10",
    "name": "socks",
    "escapedName": "socks",
    "rawSpec": "^1.1.10",
    "saveSpec": null,
    "fetchSpec": "^1.1.10"
  },
  "_requiredBy": [
    "/npm-registry-fetch/socks-proxy-agent"
  ],
  "_resolved": "https://registry.npmjs.org/socks/-/socks-1.1.10.tgz",
  "_shasum": "5b8b7fc7c8f341c53ed056e929b7bf4de8ba7b5a",
  "_spec": "socks@^1.1.10",
  "_where": "/Users/rebecca/code/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent",
  "author": {
    "name": "Josh Glazebrook"
  },
  "bugs": {
    "url": "https://github.com/JoshGlazebrook/socks/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Samuel Gordalina"
    }
  ],
  "dependencies": {
    "ip": "^1.1.4",
    "smart-buffer": "^1.0.13"
  },
  "deprecated": false,
  "description": "A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)",
  "engines": {
    "node": ">= 0.10.0",
    "npm": ">= 1.3.5"
  },
  "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",
  "name": "socks",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JoshGlazebrook/socks.git"
  },
  "version": "1.1.10"
}