Files
asciidisco.com/build/node_modules/npm-installed/node_modules/rc/package.json
2023-08-01 13:49:46 +02:00

69 lines
1.6 KiB
JSON

{
"_from": "rc@^0.5.1",
"_id": "rc@0.5.5",
"_inBundle": false,
"_integrity": "sha1-VBzDMA9GS23+ZDLXVvDy3T6esZk=",
"_location": "/npm-installed/rc",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc@^0.5.1",
"name": "rc",
"escapedName": "rc",
"rawSpec": "^0.5.1",
"saveSpec": null,
"fetchSpec": "^0.5.1"
},
"_requiredBy": [
"/npm-installed"
],
"_resolved": "https://registry.npmjs.org/rc/-/rc-0.5.5.tgz",
"_shasum": "541cc3300f464b6dfe6432d756f0f2dd3e9eb199",
"_spec": "rc@^0.5.1",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/npm-installed",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "dominictarr.com"
},
"bin": {
"rc": "./index.js"
},
"browserify": "browser.js",
"bugs": {
"url": "https://github.com/dominictarr/rc/issues"
},
"bundleDependencies": false,
"dependencies": {
"deep-extend": "~0.2.5",
"ini": "~1.3.0",
"minimist": "~0.0.7",
"strip-json-comments": "0.1.x"
},
"deprecated": false,
"description": "hardwired configuration loader",
"homepage": "https://github.com/dominictarr/rc#readme",
"keywords": [
"config",
"rc",
"unix",
"defaults"
],
"licenses": [
"BSD",
"MIT",
"Apache2"
],
"main": "index.js",
"name": "rc",
"repository": {
"type": "git",
"url": "git+https://github.com/dominictarr/rc.git"
},
"scripts": {
"test": "set -e; node test/test.js; node test/ini.js; node test/nested-env-vars.js"
},
"version": "0.5.5"
}