summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/package.json
blob: f463851a8978b5329cecd23ec3aad8d5327ac7d2 (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
120
121
122
123
{
  "_args": [
    [
      {
        "raw": "npm-registry-client@7.3.0",
        "scope": null,
        "escapedName": "npm-registry-client",
        "name": "npm-registry-client",
        "rawSpec": "7.3.0",
        "spec": "7.3.0",
        "type": "version"
      },
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "npm-registry-client@7.3.0",
  "_id": "npm-registry-client@7.3.0",
  "_inCache": true,
  "_location": "/npm-registry-client",
  "_nodeVersion": "6.7.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/npm-registry-client-7.3.0.tgz_1476956977374_0.8605887587182224"
  },
  "_npmUser": {
    "name": "iarna",
    "email": "me@re-becca.org"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {
    "aproba": "1.0.4",
    "has-unicode": "2.0.1",
    "inherits": "2.0.3",
    "readable-stream": "2.1.5",
    "strip-ansi": "3.0.1"
  },
  "_requested": {
    "raw": "npm-registry-client@7.3.0",
    "scope": null,
    "escapedName": "npm-registry-client",
    "name": "npm-registry-client",
    "rawSpec": "7.3.0",
    "spec": "7.3.0",
    "type": "version"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-7.3.0.tgz",
  "_shasum": "f2a390e8b13b78fafe26e9fa9d8bc74e17bcaa50",
  "_shrinkwrap": null,
  "_spec": "npm-registry-client@7.3.0",
  "_where": "/Users/rebecca/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": "f2a390e8b13b78fafe26e9fa9d8bc74e17bcaa50",
    "tarball": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-7.3.0.tgz"
  },
  "gitHead": "0e0a707dcf62e9705ef17b7d471d3657c33e79e6",
  "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.3.0"
}