xref: /third_party/node/tools/doc/package.json (revision 1cb0ef41)
11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
31cb0ef41Sopenharmony_ci  "name": "node-doc-generator",
41cb0ef41Sopenharmony_ci  "description": "Internal tool for generating Node.js API docs",
51cb0ef41Sopenharmony_ci  "version": "0.0.0",
61cb0ef41Sopenharmony_ci  "engines": {
71cb0ef41Sopenharmony_ci    "node": ">=14.8.0"
81cb0ef41Sopenharmony_ci  },
91cb0ef41Sopenharmony_ci  "devDependencies": {
101cb0ef41Sopenharmony_ci    "highlight.js": "^11.8.0",
111cb0ef41Sopenharmony_ci    "js-yaml": "^4.1.0",
121cb0ef41Sopenharmony_ci    "rehype-raw": "^6.1.1",
131cb0ef41Sopenharmony_ci    "rehype-stringify": "^9.0.3",
141cb0ef41Sopenharmony_ci    "remark-frontmatter": "^4.0.1",
151cb0ef41Sopenharmony_ci    "remark-gfm": "^3.0.1",
161cb0ef41Sopenharmony_ci    "remark-html": "^15.0.2",
171cb0ef41Sopenharmony_ci    "remark-parse": "^10.0.2",
181cb0ef41Sopenharmony_ci    "remark-rehype": "^10.1.0",
191cb0ef41Sopenharmony_ci    "to-vfile": "^8.0.0",
201cb0ef41Sopenharmony_ci    "unified": "^10.1.2",
211cb0ef41Sopenharmony_ci    "unist-util-select": "^5.0.0",
221cb0ef41Sopenharmony_ci    "unist-util-visit": "^5.0.0"
231cb0ef41Sopenharmony_ci  },
241cb0ef41Sopenharmony_ci  "bin": {
251cb0ef41Sopenharmony_ci    "node-doc-generator": "generate.js"
261cb0ef41Sopenharmony_ci  }
271cb0ef41Sopenharmony_ci}
28