{
  "name": "rehype",
  "version": "11.0.0",
  "description": "HTML processor powered by plugins part of the unified collective",
  "license": "MIT",
  "keywords": [
    "unified",
    "rehype",
    "html",
    "abstract",
    "syntax",
    "tree",
    "ast",
    "parse",
    "stringify",
    "serialize",
    "process"
  ],
  "dependencies": {
    "rehype-parse": "^7.0.0",
    "rehype-stringify": "^8.0.0",
    "unified": "^9.0.0"
  },
  "homepage": "https://github.com/rehypejs/rehype",
  "repository": "https://github.com/rehypejs/rehype/tree/master/packages/rehype",
  "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",
    "types/index.d.ts"
  ],
  "types": "types/index.d.ts",
  "scripts": {},
  "xo": false

,"_resolved": "https://registry.npmjs.org/rehype/-/rehype-11.0.0.tgz"
,"_integrity": "sha512-qXqRqiCFJD5CJ61CSJuNImTFrm3zVkOU9XywHDwrUuvWN74MWt72KJ67c5CM5x8g0vGcOkRVCrYj85vqkmHulQ=="
,"_from": "rehype@11.0.0"
}