remark-lint/packages/remark-lint-no-shell-dollars/package.json

34 lines
885 B
JSON
Raw Normal View History

{
"name": "remark-lint-no-shell-dollars",
"version": "2.0.2",
"description": "remark-lint rule to warn when shell code is prefixed by dollars",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
2020-03-24 16:50:59 +03:00
"remark-lint-rule",
"dollar",
"shel"
],
2020-06-23 13:00:43 +03:00
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-shell-dollars",
2017-12-08 17:39:26 +03:00
"bugs": "https://github.com/remarkjs/remark-lint/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
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": "^2.0.0"
},
"xo": false
}