diff options
| author | Priyansh <[email protected]> | 2020-12-22 17:49:59 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-12-22 17:49:59 +0530 |
| commit | e93da8b04da86773247aadb1cbb1912e4f4526b2 (patch) | |
| tree | eb4ef3203a92ed3dbd2252ddb1ea23bd2d670c98 /node_modules/config-chain/package.json | |
| parent | a5743c293dcb435e4b159a4df791f8955a4110ec (diff) | |
| download | styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.tar.xz styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.zip | |
Rewriting Project
Diffstat (limited to 'node_modules/config-chain/package.json')
| -rw-r--r-- | node_modules/config-chain/package.json | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/node_modules/config-chain/package.json b/node_modules/config-chain/package.json new file mode 100644 index 0000000..be5642a --- /dev/null +++ b/node_modules/config-chain/package.json @@ -0,0 +1,62 @@ +{ + "_from": "config-chain@^1.1.11", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA==", + "_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": [ + "/npm-conf" + ], + "_resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.12.tgz", + "_shasum": "0fde8d091200eb5e808caf25fe618c02f48e4efa", + "_spec": "config-chain@^1.1.11", + "_where": "/Users/lucifer/Documents/styx/node_modules/npm-conf", + "author": { + "name": "Dominic Tarr", + "email": "[email protected]", + "url": "http://dominictarr.com" + }, + "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" + }, + "files": [ + "index.js" + ], + "homepage": "http://github.com/dominictarr/config-chain", + "licenses": [ + { + "type": "MIT", + "url": "https://raw.githubusercontent.com/dominictarr/config-chain/master/LICENCE" + } + ], + "name": "config-chain", + "repository": { + "type": "git", + "url": "git+https://github.com/dominictarr/config-chain.git" + }, + "scripts": { + "test": "tap test/*" + }, + "version": "1.1.12" +} |
