node/tools/doc/package.json
Rich Trott a6ef92bc27
tools: bump unist-util-find@1.0.1 to unist-util-find@1.0.2
PR-URL: https://github.com/nodejs/node/pull/36106
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2020-11-22 13:19:37 -08:00

27 lines
698 B
JSON

{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "node-doc-generator",
"description": "Internal tool for generating Node.js API docs",
"version": "0.0.0",
"engines": {
"node": ">=12.10.0"
},
"devDependencies": {
"highlight.js": "10.1.0",
"js-yaml": "3.14.0",
"rehype-raw": "4.0.2",
"rehype-stringify": "8.0.0",
"remark-gfm": "^1.0.0",
"remark-html": "12.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "7.0.0",
"to-vfile": "6.1.0",
"unified": "9.2.0",
"unist-util-find": "^1.0.2",
"unist-util-select": "3.0.1",
"unist-util-visit": "2.0.3"
},
"bin": {
"node-doc-generator": "generate.js"
}
}