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
| {
| "_from": "github:node-red/jsdoc-nr-template",
| "_id": "jsdoc-nr-template@1.0.0",
| "_inBundle": false,
| "_integrity": "",
| "_location": "/jsdoc-nr-template",
| "_phantomChildren": {},
| "_requested": {
| "type": "git",
| "raw": "jsdoc-nr-template@github:node-red/jsdoc-nr-template",
| "name": "jsdoc-nr-template",
| "escapedName": "jsdoc-nr-template",
| "rawSpec": "github:node-red/jsdoc-nr-template",
| "saveSpec": "github:node-red/jsdoc-nr-template",
| "fetchSpec": null,
| "gitCommittish": null
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "github:node-red/jsdoc-nr-template#3c7c8f96d585c7c5918a2e63519310e1297e162d",
| "_spec": "jsdoc-nr-template@github:node-red/jsdoc-nr-template",
| "_where": "/home/l/plc/node-red",
| "author": {
| "name": "Nick O'Leary",
| "email": "nick.oleary@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/node-red/jsdoc-nr-template/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "A JSDoc template for the Node-RED APi docs, based on the minami theme",
| "homepage": "https://github.com/node-red/jsdoc-nr-template#readme",
| "licenses": [
| {
| "type": "Apache-2.0",
| "url": "http://www.apache.org/licenses/LICENSE-2.0"
| }
| ],
| "main": "publish.js",
| "name": "jsdoc-nr-template",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/node-red/jsdoc-nr-template.git"
| },
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "version": "1.0.0"
| }
|
|