remark-lint/packages/remark-lint-no-html/package.json
2020-06-23 12:00:43 +02:00

33 lines
839 B
JSON

{
"name": "remark-lint-no-html",
"version": "2.0.0",
"description": "remark-lint rule to warn when HTML nodes are used",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"html"
],
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-html",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"files": [
"index.js"
],
"dependencies": {
"unified-lint-rule": "^1.0.0",
"unist-util-generated": "^1.1.0",
"unist-util-visit": "^2.0.0"
},
"xo": false
}