summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/package.json
blob: e204131537123071ad3dc0184095e1e7e1f6666b (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
{
  "_from": "agent-base@2",
  "_id": "agent-base@2.1.1",
  "_inBundle": false,
  "_integrity": "sha1-1t4Q1a9hMtW9aSQn1G/FOFOQlMc=",
  "_location": "/pacote/make-fetch-happen/socks-proxy-agent/agent-base",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "agent-base@2",
    "name": "agent-base",
    "escapedName": "agent-base",
    "rawSpec": "2",
    "saveSpec": null,
    "fetchSpec": "2"
  },
  "_requiredBy": [
    "/pacote/make-fetch-happen/socks-proxy-agent"
  ],
  "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-2.1.1.tgz",
  "_shasum": "d6de10d5af6132d5bd692427d46fc538539094c7",
  "_spec": "agent-base@2",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/node-agent-base/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "extend": "~3.0.0",
    "semver": "~5.0.1"
  },
  "deprecated": false,
  "description": "Turn a function into an `http.Agent` instance",
  "devDependencies": {
    "mocha": "2",
    "ws": "0.8.0"
  },
  "homepage": "https://github.com/TooTallNate/node-agent-base#readme",
  "keywords": [
    "http",
    "agent",
    "base",
    "barebones",
    "https"
  ],
  "license": "MIT",
  "main": "agent.js",
  "name": "agent-base",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-agent-base.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "version": "2.1.1"
}