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

package.json « npmconf « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b0e28f9e45cdff9af527ceecff0cc8a76599c55 (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
{
  "name": "npmconf",
  "version": "1.1.2",
  "description": "The config thing npm uses",
  "main": "npmconf.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "config-chain": "~1.1.8",
    "inherits": "~2.0.0",
    "ini": "^1.2.0",
    "mkdirp": "~0.3.3",
    "nopt": "2 || 3",
    "once": "~1.3.0",
    "osenv": "^0.1.0",
    "semver": "2",
    "uid-number": "0.0.5"
  },
  "devDependencies": {
    "tap": "~0.4.0"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/npmconf"
  },
  "keywords": [
    "npm",
    "config",
    "config-chain",
    "conf",
    "ini"
  ],
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "license": "BSD",
  "gitHead": "6649ff293d764a3343414a3906168c806668f974",
  "bugs": {
    "url": "https://github.com/isaacs/npmconf/issues"
  },
  "homepage": "https://github.com/isaacs/npmconf",
  "_id": "npmconf@1.1.2",
  "_shasum": "65d3775f77653786fb5a112e17df5272ff3955fd",
  "_from": "npmconf@1.1.2",
  "_npmVersion": "1.4.16",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    }
  ],
  "dist": {
    "shasum": "65d3775f77653786fb5a112e17df5272ff3955fd",
    "tarball": "http://registry.npmjs.org/npmconf/-/npmconf-1.1.2.tgz"
  },
  "_resolved": "https://registry.npmjs.org/npmconf/-/npmconf-1.1.2.tgz"
}