mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
946686521d
PR-URL: https://github.com/nodejs/node/pull/21490 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
25 lines
599 B
JSON
25 lines
599 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": ">=6"
|
|
},
|
|
"dependencies": {
|
|
"marked": "^0.3.5",
|
|
"rehype-raw": "^2.0.0",
|
|
"rehype-stringify": "^3.0.0",
|
|
"remark-parse": "^5.0.0",
|
|
"remark-rehype": "^3.0.0",
|
|
"unified": "^7.0.0",
|
|
"unist-util-find": "^1.0.1",
|
|
"unist-util-visit": "^1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"js-yaml": "^3.5.2"
|
|
},
|
|
"optionalDependencies": {},
|
|
"bin": "./generate.js"
|
|
}
|