remark-lint/packages/remark-lint-no-heading-content-indent/package.json
2020-07-02 12:54:10 +02:00

38 lines
1021 B
JSON

{
"name": "remark-lint-no-heading-content-indent",
"version": "2.0.1",
"description": "remark-lint rule to warn when heading content is indented",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"heading",
"content",
"indent"
],
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-heading-content-indent",
"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": {
"mdast-util-heading-style": "^1.0.2",
"pluralize": "^8.0.0",
"unified-lint-rule": "^1.0.0",
"unist-util-generated": "^1.1.0",
"unist-util-position": "^3.0.0",
"unist-util-visit": "^2.0.0"
},
"xo": false
}