All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
43 lines
999 B
JSON
43 lines
999 B
JSON
{
|
|
"name": "rehype-minify-whitespace",
|
|
"version": "4.0.5",
|
|
"description": "rehype plugin to collapse whitespace",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"unified",
|
|
"rehype",
|
|
"rehype-plugin",
|
|
"plugin",
|
|
"html",
|
|
"minify",
|
|
"mangle",
|
|
"collapse",
|
|
"whitespace",
|
|
"white",
|
|
"space"
|
|
],
|
|
"repository": "https://github.com/rehypejs/rehype-minify/tree/main/packages/rehype-minify-whitespace",
|
|
"bugs": "https://github.com/rehypejs/rehype-minify/issues",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
},
|
|
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
|
|
"contributors": [
|
|
"Titus Wormer <tituswormer@gmail.com>"
|
|
],
|
|
"files": [
|
|
"block.js",
|
|
"content.js",
|
|
"index.js",
|
|
"skippable.js"
|
|
],
|
|
"dependencies": {
|
|
"hast-util-embedded": "^1.0.0",
|
|
"hast-util-is-element": "^1.0.0",
|
|
"hast-util-whitespace": "^1.0.4",
|
|
"unist-util-is": "^4.0.0"
|
|
},
|
|
"xo": false
|
|
}
|