{ "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 (https://wooorm.com)", "contributors": [ "Titus Wormer " ], "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 }