unified-doc
Version:
unified document APIs.
65 lines (64 loc) • 1.67 kB
JSON
{
"name": "unified-doc",
"version": "3.3.2",
"description": "unified document APIs.",
"license": "MIT",
"homepage": "https://github.com/chrisrzhou/unified-doc/tree/main/packages/unified-doc",
"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",
"document",
"file",
"content",
"unist",
"hast",
"parse",
"html",
"markdown",
"text",
"compile",
"export",
"mark",
"annotate",
"highlight",
"nlp",
"search",
"vfile"
],
"main": "dist/index.js",
"module": "dist/index.module.js",
"source": "index.js",
"typings": "types/index.d.ts",
"files": [
"dist",
"types"
],
"dependencies": {
"deepmerge": "^4.2.2",
"hast-util-raw": "^6.0.1",
"hast-util-sanitize": "^3.0.0",
"hast-util-to-html": "^7.1.1",
"hast-util-to-mdast": "^7.1.1",
"hast-util-to-string": "^1.0.4",
"hast-util-to-xast": "^1.0.1",
"mdast-util-gfm": "^0.1.0",
"mdast-util-to-markdown": "^0.3.2",
"mime-types": "^2.1.27",
"rehype-parse": "^7.0.1",
"rehype-stringify": "^8.0.0",
"remark-parse": "^8.0.3",
"remark-rehype": "^7.0.0",
"unified": "^9.2.0",
"unified-doc-parse-code-block": "^1.1.4",
"unified-doc-parse-csv": "^0.2.1",
"unified-doc-search-micromatch": "^1.0.8",
"unified-doc-types": "^2.0.3",
"unified-doc-util-mark": "^1.1.4",
"vfile": "^4.2.0",
"xast-util-to-xml": "^1.0.0"
},
"gitHead": "94b75e59dd1b53a0d31fdf3bb1ae2b77cfb93ddf"
}