remark-lint/packages/remark-lint-no-unused-definitions/package.json

28 lines
762 B
JSON
Raw Normal View History

{
"name": "remark-lint-no-unused-definitions",
"version": "1.0.4",
"description": "remark-lint rule to warn when unused definitions are found",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"definition"
],
2017-12-08 17:39:26 +03:00
"repository": "https://github.com/remarkjs/remark-lint/tree/master/packages/remark-lint-no-unused-definitions",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
2018-11-22 14:18:12 +03:00
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
2018-11-22 14:18:12 +03:00
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"files": [
"index.js"
],
"dependencies": {
2017-02-23 20:34:08 +03:00
"unified-lint-rule": "^1.0.0",
"unist-util-generated": "^1.1.0",
"unist-util-visit": "^1.4.0"
},
"xo": false
}