rehype-code-title
Version:
[Rehype](https://github.com/rehypejs/rehype) plugin to add code title.
33 lines (32 loc) • 723 B
JSON
{
"name": "rehype-code-title",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:josestg/rehype-code-title.git",
"author": "Jose Alfredo Sitanggang <josealfredositanggang@gmail.com>",
"license": "MIT",
"scripts": {
"test": "nyc --reporter lcov mocha *.test.js"
},
"dependencies": {
"hastscript": "^6.0.0",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"mocha": "^8.1.1",
"nyc": "^15.1.0",
"rehype-stringify": "^8.0.0",
"remark-parse": "^8.0.3",
"remark-rehype": "^7.0.0",
"to-vfile": "^6.1.0",
"unified": "^9.2.0"
},
"keywords": [
"remark",
"unifiedjs",
"prism",
"mdx-prism",
"rehype",
"code-title"
]
}