liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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": "jsdoc-to-markdown@^7.0.0",
  "_id": "jsdoc-to-markdown@7.1.1",
  "_inBundle": false,
  "_integrity": "sha512-CI86d63xAVNO+ENumWwmJ034lYe5iGU5GwjtTA11EuphP9tpnoi4hrKgR/J8uME0D+o4KUpVfwX1fjZhc8dEtg==",
  "_location": "/jsdoc-to-markdown",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jsdoc-to-markdown@^7.0.0",
    "name": "jsdoc-to-markdown",
    "escapedName": "jsdoc-to-markdown",
    "rawSpec": "^7.0.0",
    "saveSpec": null,
    "fetchSpec": "^7.0.0"
  },
  "_requiredBy": [
    "/grunt-jsdoc-to-markdown"
  ],
  "_resolved": "https://registry.npmjs.org/jsdoc-to-markdown/-/jsdoc-to-markdown-7.1.1.tgz",
  "_shasum": "dde4ef32fd0b28b2695c919a08fd65ae98317bcd",
  "_spec": "jsdoc-to-markdown@^7.0.0",
  "_where": "/home/l/plc/node-red/node_modules/grunt-jsdoc-to-markdown",
  "author": {
    "name": "Lloyd Brookes"
  },
  "bin": {
    "jsdoc2md": "bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/jsdoc2md/jsdoc-to-markdown/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "array-back": "^6.2.2",
    "command-line-tool": "^0.8.0",
    "config-master": "^3.1.0",
    "dmd": "^6.1.0",
    "jsdoc-api": "^7.1.1",
    "jsdoc-parse": "^6.1.0",
    "walk-back": "^5.1.0"
  },
  "deprecated": false,
  "description": "Generates markdown API documentation from jsdoc annotated source code",
  "devDependencies": {
    "test-runner": "^0.10.1"
  },
  "engines": {
    "node": ">=12.17"
  },
  "files": [
    "index.js",
    "bin/cli.js",
    "lib/*.js"
  ],
  "homepage": "https://github.com/jsdoc2md/jsdoc-to-markdown#readme",
  "keywords": [
    "jsdoc",
    "markdown",
    "api",
    "generator",
    "javascript",
    "js",
    "documentation"
  ],
  "license": "MIT",
  "name": "jsdoc-to-markdown",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdoc2md/jsdoc-to-markdown.git"
  },
  "scripts": {
    "docs": "node bin/cli.js --heading-depth 1 index.js > docs/API.md",
    "test": "test-runner test/*.js",
    "test:ci": "npm test"
  },
  "standard": {
    "ignore": [
      "test/fixture"
    ]
  },
  "version": "7.1.1"
}