unified-doc-util-mark
Version:
unified-doc hast util to mark text nodes.
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "unified-doc-util-mark",
"version": "1.1.4",
"description": "unified-doc hast util to mark text nodes.",
"license": "MIT",
"homepage": "https://github.com/unified-doc/unified-doc/tree/main/packages/unified-doc-util-mark",
"repository": "https://github.com/unified-doc/unified-doc",
"bugs": "https://github.com/unified-doc/unified-doc/issues",
"author": "Chris Zhou <chrisrzhou@pm.me> (https://chrisrzhou.io)",
"keywords": [
"unified",
"doc",
"util",
"mark",
"document",
"file",
"content",
"highlight",
"annotate",
"unist",
"hast",
"nlp"
],
"main": "dist/index.js",
"module": "dist/index.module.js",
"source": "index.js",
"typings": "types/index.d.ts",
"files": [
"dist",
"types"
],
"dependencies": {
"hastscript": "^6.0.0",
"unified-doc-types": "^2.0.3",
"unified-doc-util-text-offsets": "^1.0.8",
"unist-util-visit": "^2.0.3"
},
"gitHead": "5e2434a766a356368075973e38c28b8239524c57"
}