This commit is contained in:
39
node_modules/rehype-stringify/package.json
generated
vendored
Normal file
39
node_modules/rehype-stringify/package.json
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "rehype-stringify",
|
||||
"version": "7.0.0",
|
||||
"description": "rehype plugin to serialize HTML",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"unified",
|
||||
"rehype",
|
||||
"rehype-plugin",
|
||||
"plugin",
|
||||
"html",
|
||||
"abstract",
|
||||
"syntax",
|
||||
"tree",
|
||||
"ast",
|
||||
"stringify",
|
||||
"serialize",
|
||||
"compile"
|
||||
],
|
||||
"homepage": "https://github.com/rehypejs/rehype",
|
||||
"repository": "https://github.com/rehypejs/rehype/tree/master/packages/rehype-stringify",
|
||||
"bugs": "https://github.com/rehypejs/rehype/issues",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/unified"
|
||||
},
|
||||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
|
||||
"contributors": [
|
||||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
|
||||
],
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"hast-util-to-html": "^7.0.0",
|
||||
"xtend": "^4.0.0"
|
||||
},
|
||||
"xo": false
|
||||
}
|
||||
Reference in New Issue
Block a user