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.
62 lines
1.6 KiB
62 lines
1.6 KiB
{
|
|
"_from": "config-chain@~1.1.11",
|
|
"_id": "config-chain@1.1.11",
|
|
"_integrity": "sha1-q6CXR9++TD5w52am5BWG4YWfxvI=",
|
|
"_location": "/config-chain",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "config-chain@~1.1.11",
|
|
"name": "config-chain",
|
|
"escapedName": "config-chain",
|
|
"rawSpec": "~1.1.11",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.1.11"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.11.tgz",
|
|
"_shasum": "aba09747dfbe4c3e70e766a6e41586e1859fc6f2",
|
|
"_shrinkwrap": null,
|
|
"_spec": "config-chain@~1.1.11",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"author": {
|
|
"name": "Dominic Tarr",
|
|
"email": "dominic.tarr@gmail.com",
|
|
"url": "http://dominictarr.com"
|
|
},
|
|
"bin": null,
|
|
"bugs": {
|
|
"url": "https://github.com/dominictarr/config-chain/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ini": "^1.3.4",
|
|
"proto-list": "~1.2.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
|
|
"devDependencies": {
|
|
"tap": "0.3.0"
|
|
},
|
|
"homepage": "http://github.com/dominictarr/config-chain",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://raw.githubusercontent.com/dominictarr/config-chain/master/LICENCE"
|
|
}
|
|
],
|
|
"name": "config-chain",
|
|
"optionalDependencies": {},
|
|
"peerDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dominictarr/config-chain.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/"
|
|
},
|
|
"version": "1.1.11"
|
|
}
|
|
|