@mapbox/hast-util-to-jsx
Version:
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "@mapbox/hast-util-to-jsx",
"version": "2.1.0",
"description": "Transform HAST to JSX",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/jsxtreme-markdown.git"
},
"author": "Mapbox",
"license": "MIT",
"bugs": {
"url": "https://github.com/mapbox/jsxtreme-markdown/issues"
},
"homepage": "https://github.com/mapbox/jsxtreme-markdown/tree/main/packages/hast-util-to-jsx#readme",
"keywords": [
"hast",
"plugin",
"markdown",
"html",
"react",
"jsx",
"transform"
],
"dependencies": {
"kebab-case": "^1.0.0",
"postcss": "^8.4.31",
"postcss-js": "^4.0.1",
"property-information": "^5.5.0",
"react-attr-converter": "^0.3.1",
"stringify-entities": "^3.0.1",
"stringify-object": "^3.3.0"
},
"devDependencies": {
"hastscript": "^5.1.2",
"rehype-parse": "^6.0.2",
"unified": "^9.2.2",
"unist-builder": "^2.0.3"
},
"engines": {
"node": ">=18",
"npm": ">=9"
}
}