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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
| {
| "_from": "grunt-jsdoc@2.4.1",
| "_id": "grunt-jsdoc@2.4.1",
| "_inBundle": false,
| "_integrity": "sha512-S0zxU0wDewRu7z+vijEItOWe/UttxWVmvz0qz2ZVcAYR2GpXjsiski2CAVN0b18t2qeVLdmxZkJaEWCOsKzcAw==",
| "_location": "/grunt-jsdoc",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "grunt-jsdoc@2.4.1",
| "name": "grunt-jsdoc",
| "escapedName": "grunt-jsdoc",
| "rawSpec": "2.4.1",
| "saveSpec": null,
| "fetchSpec": "2.4.1"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/grunt-jsdoc/-/grunt-jsdoc-2.4.1.tgz",
| "_shasum": "2ba3eb98a058af82d74623ebd0f5bcac38991813",
| "_spec": "grunt-jsdoc@2.4.1",
| "_where": "/home/l/plc/node-red",
| "author": {
| "name": "Bertrand Chevrier",
| "email": "chevrier.bertrand@gmail.com",
| "url": "http://krampstudio.com"
| },
| "bin": {
| "grunt-jsdoc": "bin/grunt-jsdoc"
| },
| "bugs": {
| "url": "https://github.com/krampstudio/grunt-jsdoc/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Mikhail Diatchenko",
| "email": "mikhail.diatchenko@gmail.com",
| "url": "http://www.webgear.co.nz"
| }
| ],
| "dependencies": {
| "cross-spawn": "^7.0.1",
| "jsdoc": "^3.6.3"
| },
| "deprecated": false,
| "description": "Integrates jsdoc3 generation into your Grunt build",
| "devDependencies": {
| "grunt": "^1.0.4",
| "grunt-contrib-clean": "^2.0.0",
| "grunt-contrib-nodeunit": "^2.0.0",
| "grunt-eslint": "^22.0.0",
| "ink-docstrap": "^1.3.2",
| "load-grunt-tasks": "^5.1.0"
| },
| "engines": {
| "node": ">= 8.12.0"
| },
| "homepage": "https://github.com/krampstudio/grunt-jsdoc",
| "keywords": [
| "gruntplugin",
| "grunt",
| "documentation",
| "doc",
| "jsdoc",
| "jsdoc3"
| ],
| "license": "MIT",
| "main": "Gruntfile.js",
| "name": "grunt-jsdoc",
| "repository": {
| "type": "git",
| "url": "git://github.com/krampstudio/grunt-jsdoc.git"
| },
| "scripts": {
| "test": "grunt test"
| },
| "version": "2.4.1"
| }
|
|