mdast-flat@1.7.0
- Flat version of [MDAST format](https://github.com/syntax-tree/mdast). - Nodes are stored in a flat `nodes` array instead of a nested tree. - Table of contents is available in `contents` key. - All definitions are available in `definitions` map. - All fo
Unlicense
2025-05-21
安装 (1.7.0)
npm install mdast-flat@1.7.0
yarn add mdast-flat@1.7.0
pnpm add mdast-flat@1.7.0
bun add mdast-flat@1.7.0
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| very-small-parser | ^1.12.0 |
devDependencies (9)
| 包名 | 版本要求 |
|---|---|
| @biomejs/biome | ^1.9.4 |
| @types/jest | ^29.5.14 |
| @types/node | ^22.15.21 |
| config-galore | ^1.0.0 |
| jest | ^29.7.0 |
| ts-jest | ^29.3.4 |
| ts-node | ^10.9.2 |
| tslib | ^2.8.1 |
| typescript | ^5.8.3 |
peerDependencies (1)
| 包名 | 版本要求 |
|---|---|
| tslib | * |