This commit is contained in:
42
node_modules/rehype-minify-whitespace/package.json
generated
vendored
Normal file
42
node_modules/rehype-minify-whitespace/package.json
generated
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user