aboutsummaryrefslogtreecommitdiff
path: root/node_modules/config-chain/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:50:12 +0530
committerPriyansh <[email protected]>2020-12-22 17:50:12 +0530
commit22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch)
tree9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/config-chain/package.json
parente93da8b04da86773247aadb1cbb1912e4f4526b2 (diff)
downloadstyx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz
styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip
Remove node_modules
Diffstat (limited to 'node_modules/config-chain/package.json')
-rw-r--r--node_modules/config-chain/package.json62
1 files changed, 0 insertions, 62 deletions
diff --git a/node_modules/config-chain/package.json b/node_modules/config-chain/package.json
deleted file mode 100644
index be5642a..0000000
--- a/node_modules/config-chain/package.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- "_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"
-}