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: 0448cf0d6c20de9de6857e16cf4ebbc2efea3c52 (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
{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "name": "npm-registry-client",
  "description": "Client for the npm registry",
  "version": "2.0.0",
  "repository": {
    "url": "git://github.com/isaacs/npm-registry-client"
  },
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "dependencies": {
    "chownr": "0",
    "graceful-fs": "2||3",
    "mkdirp": "~0.3.3",
    "npm-cache-filename": "^1.0.0",
    "request": "2 >=2.25.0",
    "retry": "0.6.0",
    "rimraf": "~2",
    "semver": "2 >=2.2.1",
    "slide": "~1.1.3",
    "npmlog": ""
  },
  "devDependencies": {
    "tap": ""
  },
  "optionalDependencies": {
    "npmlog": ""
  },
  "license": "BSD",
  "gitHead": "47a98069b6a34e751cbd5b84ce92858cae5abe70",
  "bugs": {
    "url": "https://github.com/isaacs/npm-registry-client/issues"
  },
  "homepage": "https://github.com/isaacs/npm-registry-client",
  "_id": "npm-registry-client@2.0.0",
  "_shasum": "88810dac2d534c0df1d905c79e723392fcfc791a",
  "_from": "npm-registry-client@2.0.0",
  "_npmVersion": "1.4.14",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "dist": {
    "shasum": "88810dac2d534c0df1d905c79e723392fcfc791a",
    "tarball": "http://registry.npmjs.org/npm-registry-client/-/npm-registry-client-2.0.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-2.0.0.tgz"
}