2019-04-13 11:18:57 -07:00
|
|
|
{
|
|
|
|
"name": "markdownlint-rule-helpers",
|
2023-03-23 22:04:35 -07:00
|
|
|
"version": "0.19.0",
|
2019-04-13 11:18:57 -07:00
|
|
|
"description": "A collection of markdownlint helper functions for custom rules",
|
2022-07-05 14:33:31 -07:00
|
|
|
"main": "./helpers.js",
|
|
|
|
"exports": "./helpers.js",
|
2019-04-13 11:18:57 -07:00
|
|
|
"author": "David Anson (https://dlaa.me/)",
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://github.com/DavidAnson/markdownlint",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/DavidAnson/markdownlint.git"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/DavidAnson/markdownlint/issues",
|
2022-01-22 22:20:41 -08:00
|
|
|
"engines": {
|
2022-12-23 00:47:06 +00:00
|
|
|
"node": ">=14.18.0"
|
2022-01-22 22:20:41 -08:00
|
|
|
},
|
2023-02-23 22:14:44 -08:00
|
|
|
"dependencies": {
|
|
|
|
"markdownlint-micromark": "0.1.2"
|
|
|
|
},
|
2019-04-13 11:18:57 -07:00
|
|
|
"keywords": [
|
|
|
|
"markdownlint",
|
|
|
|
"markdownlint-rule"
|
|
|
|
]
|
|
|
|
}
|