mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.6 KiB
71 lines
1.6 KiB
{
|
|
"name": "npmconf",
|
|
"version": "2.0.9",
|
|
"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 || 3 || 4",
|
|
"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": "1f07a91b86f3bbba00967d7079dc6a456e746734",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/npmconf/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/npmconf",
|
|
"_id": "npmconf@2.0.9",
|
|
"_shasum": "5c87e5fb308104eceeca781e3d9115d216351ef2",
|
|
"_from": "npmconf@>=2.0.8-0 <2.1.0-0",
|
|
"_npmVersion": "2.0.0-beta.3",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
{
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "5c87e5fb308104eceeca781e3d9115d216351ef2",
|
|
"tarball": "http://registry.npmjs.org/npmconf/-/npmconf-2.0.9.tgz"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/npmconf/-/npmconf-2.0.9.tgz"
|
|
}
|
|
|