CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package.json30 linesDownload Raw Back to rc
1{2  "name": "rc",3  "version": "1.2.8",4  "description": "hardwired configuration loader",5  "main": "index.js",6  "browser": "browser.js",7  "scripts": {8    "test": "set -e; node test/test.js; node test/ini.js; node test/nested-env-vars.js"9  },10  "repository": {11    "type": "git",12    "url": "https://github.com/dominictarr/rc.git"13  },14  "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",15  "keywords": [16    "config",17    "rc",18    "unix",19    "defaults"20  ],21  "bin": "./cli.js",22  "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",23  "dependencies": {24    "deep-extend": "^0.6.0",25    "ini": "~1.3.0",26    "minimist": "^1.2.0",27    "strip-json-comments": "~2.0.1"28  }29}30