64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"_from": "config-master@^3.1.0",
|
|
"_id": "config-master@3.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ZnZjWQUFooO/JqSE1oSJ10xUhdo=",
|
|
"_location": "/config-master",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "config-master@^3.1.0",
|
|
"name": "config-master",
|
|
"escapedName": "config-master",
|
|
"rawSpec": "^3.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdoc-to-markdown"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/config-master/-/config-master-3.1.0.tgz",
|
|
"_shasum": "667663590505a283bf26a484d68489d74c5485da",
|
|
"_spec": "config-master@^3.1.0",
|
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc-to-markdown",
|
|
"author": {
|
|
"name": "Lloyd Brookes"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/75lb/config-master/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"walk-back": "^2.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Load stored configuration data",
|
|
"devDependencies": {
|
|
"jsdoc-to-markdown": "^3.0.0",
|
|
"test-runner": "^0.3.0"
|
|
},
|
|
"homepage": "https://github.com/75lb/config-master#readme",
|
|
"keywords": [
|
|
"configuration",
|
|
"manage",
|
|
"management",
|
|
"config",
|
|
"load",
|
|
"options",
|
|
"app"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/config-master",
|
|
"name": "config-master",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/75lb/config-master.git"
|
|
},
|
|
"scripts": {
|
|
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/config-master.js > README.md; echo",
|
|
"test": "test-runner test/*.js"
|
|
},
|
|
"version": "3.1.0"
|
|
}
|