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
82
83
84
| {
| "_from": "dmd@^6.1.0",
| "_id": "dmd@6.2.0",
| "_inBundle": false,
| "_integrity": "sha512-uXWxLF1H7TkUAuoHK59/h/ts5cKavm2LnhrIgJWisip4BVzPoXavlwyoprFFn2CzcahKYgvkfaebS6oxzgflkg==",
| "_location": "/dmd",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "dmd@^6.1.0",
| "name": "dmd",
| "escapedName": "dmd",
| "rawSpec": "^6.1.0",
| "saveSpec": null,
| "fetchSpec": "^6.1.0"
| },
| "_requiredBy": [
| "/jsdoc-to-markdown"
| ],
| "_resolved": "https://registry.npmjs.org/dmd/-/dmd-6.2.0.tgz",
| "_shasum": "d267a9fb1ce62b74edca8bf5bcbd3b8e08574fe7",
| "_spec": "dmd@^6.1.0",
| "_where": "/home/l/plc/node-red/node_modules/jsdoc-to-markdown",
| "author": {
| "name": "Lloyd Brookes",
| "email": "75pound@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/jsdoc2md/dmd/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "array-back": "^6.2.2",
| "cache-point": "^2.0.0",
| "common-sequence": "^2.0.2",
| "file-set": "^4.0.2",
| "handlebars": "^4.7.7",
| "marked": "^4.2.3",
| "object-get": "^2.1.1",
| "reduce-flatten": "^3.0.1",
| "reduce-unique": "^2.0.1",
| "reduce-without": "^1.0.1",
| "test-value": "^3.0.0",
| "walk-back": "^5.1.0"
| },
| "deprecated": false,
| "description": "The default output template for jsdoc-to-markdown",
| "devDependencies": {
| "dmd-plugin-example": "^0.1.0",
| "test-runner": "^0.10.1"
| },
| "engines": {
| "node": ">=12"
| },
| "files": [
| "index.js",
| "helpers/*.js",
| "lib/*.js",
| "partials"
| ],
| "homepage": "https://github.com/jsdoc2md/dmd#readme",
| "keywords": [
| "documentation",
| "markdown"
| ],
| "license": "MIT",
| "name": "dmd",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jsdoc2md/dmd.git"
| },
| "scripts": {
| "test": "test-runner test/*.js test/ddata/*.js"
| },
| "standard": {
| "ignore": [
| "example",
| "test/fixture",
| "test/overrides"
| ]
| },
| "version": "6.2.0"
| }
|
|