1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
| {
| "_from": "config-master@^3.1.0",
| "_id": "config-master@3.1.0",
| "_inBundle": false,
| "_integrity": "sha512-n7LBL1zBzYdTpF1mx5DNcZnZn05CWIdsdvtPL4MosvqbBUK3Rq6VWEtGUuF3Y0s9/CIhMejezqlSkP6TnCJ/9g==",
| "_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/l/plc/node-red/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"
| }
|
|