@textlint/markdown-to-ast
Version:
Parse Markdown to AST with location info.
63 lines (62 loc) • 1.64 kB
JSON
{
"name": "@textlint/markdown-to-ast",
"version": "15.2.0",
"description": "Parse Markdown to AST with location info.",
"homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/markdown-to-ast/",
"bugs": {
"url": "https://github.com/textlint/textlint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint.git"
},
"license": "MIT",
"author": "azu",
"type": "commonjs",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"directories": {
"test": "test/"
},
"files": [
"bin/",
"lib/",
"src/",
"!*.tsbuildinfo"
],
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib/",
"prepack": "npm run --if-present build",
"test": "vitest run",
"test:watch": "vitest watch",
"updateSnapshot": "npm run build && node tools/update-fixtures.js",
"watch": "tsc -b --watch"
},
"dependencies": {
"@textlint/ast-node-types": "15.2.0",
"debug": "^4.4.1",
"mdast-util-gfm-autolink-literal": "^0.1.3",
"neotraverse": "^0.6.18",
"remark-footnotes": "^3.0.0",
"remark-frontmatter": "^3.0.0",
"remark-gfm": "^1.0.0",
"remark-parse": "^9.0.0",
"structured-source": "^4.0.0",
"unified": "^9.2.2"
},
"devDependencies": {
"@textlint/ast-tester": "15.2.0",
"@types/debug": "^4.1.12",
"@types/node": "^18.19.113",
"@types/unist": "^3.0.3",
"mkdirp": "^1.0.4",
"rimraf": "^6.0.1",
"typescript": "~5.8.3",
"vitest": "^3.2.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "fa214af595129a5d0af056c0b7e2e6900faa3e7f"
}