Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « npm-registry-client « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9556d6b4b7af10912b44b040c79be0b9de68b4c0 (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
{
  "_args": [
    [
      "npm-registry-client@~6.4.0",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "npm-registry-client@>=6.4.0 <6.5.0",
  "_id": "npm-registry-client@6.4.0",
  "_inCache": true,
  "_location": "/npm-registry-client",
  "_nodeVersion": "1.6.2",
  "_npmUser": {
    "email": "me@re-becca.org",
    "name": "iarna"
  },
  "_npmVersion": "2.7.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "npm-registry-client",
    "raw": "npm-registry-client@~6.4.0",
    "rawSpec": "~6.4.0",
    "scope": null,
    "spec": ">=6.4.0 <6.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_shasum": "4da1adfd1b63c9a7b9a6626eb10e36665c29b5f4",
  "_shrinkwrap": null,
  "_spec": "npm-registry-client@~6.4.0",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/npm-registry-client/issues"
  },
  "dependencies": {
    "chownr": "0",
    "concat-stream": "^1.4.6",
    "graceful-fs": "^3.0.0",
    "mkdirp": "^0.5.0",
    "normalize-package-data": "~1.0.1 || ^2.0.0",
    "npm-package-arg": "^3.0.0 || ^4.0.0",
    "npmlog": "",
    "once": "^1.3.0",
    "request": "^2.47.0",
    "retry": "^0.6.1",
    "rimraf": "2",
    "semver": "2 >=2.2.1 || 3.x || 4",
    "slide": "^1.1.3"
  },
  "description": "Client for the npm registry",
  "devDependencies": {
    "negotiator": "^0.4.9",
    "nock": "^0.56.0",
    "standard": "^3.2.0",
    "tap": ""
  },
  "directories": {},
  "dist": {
    "shasum": "4da1adfd1b63c9a7b9a6626eb10e36665c29b5f4",
    "tarball": "http://registry.npmjs.org/npm-registry-client/-/npm-registry-client-6.4.0.tgz"
  },
  "gitHead": "a8d3193832487fb2e6b5015e30d15fe1b15f48e2",
  "homepage": "https://github.com/isaacs/npm-registry-client",
  "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": "npm-registry-client",
  "optionalDependencies": {
    "npmlog": ""
  },
  "repository": {
    "url": "git://github.com/isaacs/npm-registry-client"
  },
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "version": "6.4.0"
}