UNPKG

mdast-util-to-vnode

Version:

mdast utility to get the vue vnode

83 lines (82 loc) 2.02 kB
{ "name": "mdast-util-to-vnode", "type": "module", "version": "0.5.1", "private": false, "packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b", "description": "mdast utility to get the vue vnode", "author": "litingyes <luz.liting@gmail.com> (https://litingyes.top/)", "license": "MIT", "homepage": "https://github.com/litingyes/mdast-util-to-vnode#readme", "bugs": { "url": "https://github.com/litingyes/mdast-util-to-vnode/issues" }, "keywords": [ "unified", "remark", "mdast", "mdast-util", "markdown", "vue", "vnode", "stream", "ai" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "lint": "eslint .", "format": "eslint --fix .", "build": "vite build", "commit": "git-cz", "release": "bumpp", "prepare": "husky" }, "peerDependencies": { "vue": "3" }, "devDependencies": { "@antfu/eslint-config": "^3.14.0", "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "^19.6.0", "@commitlint/cz-commitlint": "^19.6.1", "@types/mdast": "^4.0.4", "@types/node": "22", "bumpp": "^9.10.2", "commitizen": "^4.3.1", "eslint": "^9.18.0", "eslint-plugin-format": "^1.0.1", "husky": "^9.1.7", "inquirer": "^12.3.3", "lint-staged": "^15.4.3", "mdast-util-from-markdown": "^2.0.2", "typescript": "^5.7.3", "unplugin-external": "0.1.0-beta.3", "usexx": "^0.1.0", "vite": "^6.1.1", "vite-plugin-dts": "^4.5.0" }, "config": { "commitizen": { "path": "@commitlint/cz-commitlint" } }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "lint-staged": { "*": "eslint --fix" } }