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