rehype
Version:
HTML processor powered by plugins
37 lines (36 loc) • 819 B
JSON
{
"name": "rehype",
"version": "5.0.1",
"description": "HTML processor powered by plugins",
"license": "MIT",
"keywords": [
"html",
"abstract",
"syntax",
"tree",
"ast",
"parse",
"stringify",
"process"
],
"dependencies": {
"rehype-parse": "^4.0.0",
"rehype-stringify": "^3.0.0",
"unified": "^6.0.0"
},
"homepage": "https://github.com/rehypejs/rehype",
"repository": "https://github.com/rehypejs/rehype/tree/master/packages/rehype",
"bugs": "https://github.com/rehypejs/rehype/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
],
"engines": {
"node": ">=0.11.0"
},
"files": [
"index.js"
],
"scripts": {},
"xo": false
}