{
  "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

,"_resolved": "https://registry.npmjs.org/rehype-minify-whitespace/-/rehype-minify-whitespace-4.0.5.tgz"
,"_integrity": "sha512-QC3Z+bZ5wbv+jGYQewpAAYhXhzuH/TVRx7z08rurBmh9AbG8Nu8oJnvs9LWj43Fd/C7UIhXoQ7Wddgt+ThWK5g=="
,"_from": "rehype-minify-whitespace@4.0.5"
}