summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/package.json
blob: 51ff6bebb24dddedde771a211f1b843009bd7686 (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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
  "_args": [
    [
      {
        "raw": "npm-registry-client@7.2.1",
        "scope": null,
        "escapedName": "npm-registry-client",
        "name": "npm-registry-client",
        "rawSpec": "7.2.1",
        "spec": "7.2.1",
        "type": "version"
      },
      "/Users/zkat/Documents/code/npm"
    ]
  ],
  "_from": "npm-registry-client@7.2.1",
  "_id": "npm-registry-client@7.2.1",
  "_inCache": true,
  "_location": "/npm-registry-client",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/npm-registry-client-7.2.1.tgz_1472871043942_0.2117650501895696"
  },
  "_npmUser": {
    "name": "othiym23",
    "email": "ogd@aoaioxxysz.net"
  },
  "_npmVersion": "3.10.7",
  "_phantomChildren": {
    "inherits": "2.0.3"
  },
  "_requested": {
    "raw": "npm-registry-client@7.2.1",
    "scope": null,
    "escapedName": "npm-registry-client",
    "name": "npm-registry-client",
    "rawSpec": "7.2.1",
    "spec": "7.2.1",
    "type": "version"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-7.2.1.tgz",
  "_shasum": "c792266b088cc313f8525e7e35248626c723db75",
  "_shrinkwrap": null,
  "_spec": "npm-registry-client@7.2.1",
  "_where": "/Users/zkat/Documents/code/npm",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-registry-client/issues"
  },
  "dependencies": {
    "concat-stream": "^1.5.2",
    "graceful-fs": "^4.1.6",
    "normalize-package-data": "~1.0.1 || ^2.0.0",
    "npm-package-arg": "^3.0.0 || ^4.0.0",
    "npmlog": "~2.0.0 || ~3.1.0",
    "once": "^1.3.3",
    "request": "^2.74.0",
    "retry": "^0.10.0",
    "semver": "2 >=2.2.1 || 3.x || 4 || 5",
    "slide": "^1.1.3"
  },
  "description": "Client for the npm registry",
  "devDependencies": {
    "negotiator": "^0.6.1",
    "nock": "^8.0.0",
    "readable-stream": "^2.1.5",
    "rimraf": "^2.5.4",
    "standard": "^8.0.0",
    "tap": "^7.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "c792266b088cc313f8525e7e35248626c723db75",
    "tarball": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-7.2.1.tgz"
  },
  "gitHead": "debec76884db8092c2c7a21ab5b4ed083f8ce2c9",
  "homepage": "https://github.com/npm/npm-registry-client#readme",
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "isaacs@npmjs.com"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    },
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    },
    {
      "name": "zkat",
      "email": "kat@sykosomatic.org"
    }
  ],
  "name": "npm-registry-client",
  "optionalDependencies": {
    "npmlog": "~2.0.0 || ~3.1.0"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "url": "git+https://github.com/npm/npm-registry-client.git"
  },
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "version": "7.2.1"
}