mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-10 23:59:05 +08:00
68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"name": "npmconf",
|
|
"version": "1.0.3",
|
|
"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": "15b5b8a70d722526f94d2b0c6b835d40b0a2965f",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/npmconf/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/npmconf",
|
|
"_id": "npmconf@1.0.3",
|
|
"_shasum": "d34cbdfd680c9c57c66ef26239b2f96a51d0e47d",
|
|
"_from": "npmconf@latest",
|
|
"_npmVersion": "1.4.14",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "d34cbdfd680c9c57c66ef26239b2f96a51d0e47d",
|
|
"tarball": "http://registry.npmjs.org/npmconf/-/npmconf-1.0.3.tgz"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/npmconf/-/npmconf-1.0.3.tgz"
|
|
}
|