mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-18 07:18:49 +08:00
72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
{
|
|
"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"
|
|
}
|