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
| {
| "_from": "grunt-jsdoc-to-markdown@6.0.0",
| "_id": "grunt-jsdoc-to-markdown@6.0.0",
| "_inBundle": false,
| "_integrity": "sha512-vvanKUErp6CHl4MuLQ9vwJewpMu8Fi7z09lr4OwMLr+GBu3nG5lRNZuu5mkWY8qv1aU8WkX97/rJaVs3A1Wx8g==",
| "_location": "/grunt-jsdoc-to-markdown",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "grunt-jsdoc-to-markdown@6.0.0",
| "name": "grunt-jsdoc-to-markdown",
| "escapedName": "grunt-jsdoc-to-markdown",
| "rawSpec": "6.0.0",
| "saveSpec": null,
| "fetchSpec": "6.0.0"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/grunt-jsdoc-to-markdown/-/grunt-jsdoc-to-markdown-6.0.0.tgz",
| "_shasum": "c72e997e3563e04ff631210a4ab68beedd86cf67",
| "_spec": "grunt-jsdoc-to-markdown@6.0.0",
| "_where": "/home/l/plc/node-red",
| "author": {
| "name": "Lloyd Brookes",
| "email": "75pound@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/jsdoc2md/grunt-jsdoc-to-markdown/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "jsdoc-to-markdown": "^7.0.0"
| },
| "deprecated": false,
| "description": "Markdown API documentation generator, good for Github projects",
| "devDependencies": {
| "grunt": "^1.1.0",
| "grunt-cli": "^1.3.2",
| "test-runner": "^0.8.13"
| },
| "engines": {
| "node": ">=14"
| },
| "files": [
| "tasks"
| ],
| "homepage": "https://github.com/jsdoc2md/grunt-jsdoc-to-markdown#readme",
| "keywords": [
| "gruntplugin"
| ],
| "license": "MIT",
| "name": "grunt-jsdoc-to-markdown",
| "peerDependencies": {
| "grunt": ">=1.3.0"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jsdoc2md/grunt-jsdoc-to-markdown.git"
| },
| "scripts": {
| "test": "rm -rf tmp/output && test-runner test/*.js"
| },
| "version": "6.0.0"
| }
|
|