{ "name": "remark-lint-fenced-code-marker", "version": "1.0.1", "description": "remark-lint rule to warn when fenced code markers violate the given style", "license": "MIT", "keywords": [ "remark", "lint", "rule", "fenced", "code", "marker" ], "repository": "https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-fenced-code-marker", "bugs": "https://github.com/wooorm/remark-lint/issues", "author": "Titus Wormer (http://wooorm.com)", "contributors": [ "Titus Wormer (http://wooorm.com)" ], "files": [ "index.js" ], "dependencies": { "unified-lint-rule": "^1.0.0", "unist-util-generated": "^1.1.0", "unist-util-position": "^3.0.0", "unist-util-visit": "^1.1.1" }, "xo": false }