remark-attribute-list
Version:
Remark plugin to parse and apply Attribute List from Kramdown
76 lines (75 loc) • 1.97 kB
JSON
{
"name": "remark-attribute-list",
"version": "0.4.0",
"description": "Remark plugin to parse and apply Attribute List from Kramdown",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"repository": {
"type": "git",
"url": "git+https://github.com/utelecon/remark-attribute-list.git"
},
"scripts": {
"build": "tsc",
"xo:fix": "xo --fix",
"xo:check": "xo --check",
"test": "node --test --conditions development --watch",
"test:ci": "node --test --conditions development"
},
"keywords": [
"markdown",
"mdast",
"plugin",
"remark",
"remark-plugin"
],
"author": "cm-ayf <cm.ayf2734@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/utelecon/remark-attribute-list/issues"
},
"homepage": "https://github.com/utelecon/remark-attribute-list#readme",
"devDependencies": {
"@tsconfig/strictest": "^2.0.2",
"@types/hast": "^3.0.3",
"@types/mdast": "^4.0.3",
"@types/node": "^20.10.5",
"@types/unist": "^3.0.2",
"is-hidden": "^2.0.1",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"to-vfile": "^8.0.0",
"typescript": "^5.3.3",
"unist-builder": "^4.0.0",
"unist-util-remove-position": "^5.0.0",
"vfile": "^6.0.1",
"xo": "^0.56.0"
},
"xo": {
"prettier": true,
"rules": {
"@typescript-eslint/consistent-type-definitions": "off"
}
},
"dependencies": {
"devlop": "^1.1.0",
"micromark-util-character": "^2.0.1",
"micromark-util-symbol": "^2.0.0",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"peerDependencies": {
"@types/mdast": "^4.0.0",
"@types/unist": "^3.0.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-mdx": "^3.0.0",
"micromark-util-types": "^2.0.0",
"remark-parse": "^11.0.0",
"unified": "^11.0.0"
},
"engines": {
"node": ">=20.0.0"
}
}