unified-doc-dom
Version:
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "unified-doc-dom",
"version": "2.0.1",
"description": "DOM APIs for unified-doc",
"license": "MIT",
"homepage": "https://github.com/unified-doc/unified-doc-dom/tree/main/packages/unified-doc-dom",
"repository": "https://github.com/unified-doc/unified-doc-dom",
"bugs": "https://github.com/unified-doc/unified-doc-dom/issues",
"author": "Chris Zhou <chrisrzhou@pm.me> (https://chrisrzhou.io)",
"keywords": [
"unified",
"doc",
"dom",
"document",
"file",
"content",
"unist",
"hast",
"html",
"annotate",
"mark",
"highlight",
"nlp",
"search",
"browser",
"save"
],
"main": "dist/index.js",
"module": "dist/index.module.js",
"source": "index.js",
"typings": "types/index.d.ts",
"files": [
"css",
"dist",
"types"
],
"dependencies": {
"file-saver": "^2.0.2",
"rangy": "^1.3.0",
"resize-observer-polyfill": "^1.5.1",
"unified-doc-types": "^2.0.3"
},
"gitHead": "f3bed4bf2a6f0a0d15d03244edae5f898bd7c75f"
}