UNPKG

remark-validate-links-heading-id

Version:

The plugin for remark-validate-links to support custom heading ID

35 lines (34 loc) 766 B
{ "name": "remark-validate-links-heading-id", "version": "0.0.3", "description": "The plugin for remark-validate-links to support custom heading ID", "type": "module", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "unified", "remark", "remark-plugin", "plugin", "mdast", "markdown", "validate", "link", "reference", "file", "heading" ], "author": "Changjian Gao <gaochangjian@gmail.com>", "repository": "github:xiaogaozi/remark-validate-links-heading-id", "license": "MIT", "packageManager": "yarn@3.3.0", "dependencies": { "@docusaurus/utils": "^2.2.0", "unist-util-visit": "^4.1.1" }, "files": [ "src/*" ] }