UNPKG

@unified-semantics/mdast-util-semtree

Version:

Transformer utility for semantically nesting mdast nodes to their proper hierarchy

44 lines 995 B
{ "name": "@unified-semantics/mdast-util-semtree", "version": "1.0.3", "description": "Transformer utility for semantically nesting mdast nodes to their proper hierarchy", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist", "LICENSE", "README.md" ], "keywords": [ "unified", "mdast", "markdown", "semantics", "hierarchy" ], "author": "Greg Hunt <npm@ghunt.io>", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/greghunt/unified-semantics.git" }, "bugs": { "url": "https://github.com/greghunt/unified-semantics/issues" }, "homepage": "https://github.com/greghunt/unified-semantics#readme", "dependencies": { "mdast": "^3.0.0", "unist-util-visit": "^5.0.0" }, "peerDependencies": { "@types/mdast": "^4.0.3" }, "devDependencies": { "typescript": "^5.8.3" }, "scripts": { "build": "tsc", "test": "vitest run" } }