mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 07:37:56 +01:00
5ce3d1078d
PR-URL: https://github.com/nodejs/node/pull/55266 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
14 lines
298 B
JSON
14 lines
298 B
JSON
{
|
|
"name": "lint-md",
|
|
"description": "markdown linting",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"remark-parse": "^11.0.0",
|
|
"remark-preset-lint-node": "^5.1.2",
|
|
"remark-stringify": "^11.0.0",
|
|
"to-vfile": "^8.0.0",
|
|
"unified": "^11.0.5",
|
|
"vfile-reporter": "^8.1.1"
|
|
}
|
|
}
|