summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npmconf/package.json
blob: b62bde8d0c7b77a5f1c336e37f0742ffed665dbd (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.5",
  "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.5.0",
    "nopt": "~3.0.1",
    "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": "ISC",
  "gitHead": "73f125b2961d550bd9884d8945e653a9fe8066c6",
  "bugs": {
    "url": "https://github.com/isaacs/npmconf/issues"
  },
  "homepage": "https://github.com/isaacs/npmconf",
  "_id": "npmconf@1.1.5",
  "_shasum": "07777bea48d78eed75a4258962a09f3dc7b6b916",
  "_from": "npmconf@1.1.5",
  "_npmVersion": "1.4.22",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    }
  ],
  "dist": {
    "shasum": "07777bea48d78eed75a4258962a09f3dc7b6b916",
    "tarball": "http://registry.npmjs.org/npmconf/-/npmconf-1.1.5.tgz"
  },
  "_resolved": "https://registry.npmjs.org/npmconf/-/npmconf-1.1.5.tgz"
}