rehype-dom-stringify
Version:
rehype plugin to use browser APIs to stringify HTML
75 lines (74 loc) • 1.66 kB
JSON
{
"name": "rehype-dom-stringify",
"version": "4.0.2",
"description": "rehype plugin to use browser APIs to stringify HTML",
"license": "ISC",
"keywords": [
"abstract",
"ast",
"compile",
"dom",
"html",
"rehype",
"stringify",
"syntax",
"tree",
"unified"
],
"homepage": "https://github.com/rehypejs/rehype-dom",
"repository": "https://github.com/rehypejs/rehype-dom/tree/main/packages/rehype-dom-stringify",
"bugs": "https://github.com/rehypejs/rehype-dom/issues",
"author": "Keith McKnight <keith@mcknig.ht> (https://keith.mcknig.ht)",
"contributors": [
"Keith McKnight <keith@mcknig.ht> (https://keith.mcknig.ht)",
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"sideEffects": false,
"type": "module",
"exports": "./index.js",
"files": [
"lib/",
"index.d.ts",
"index.js"
],
"dependencies": {
"@types/hast": "^3.0.0",
"hast-util-to-dom": "^4.0.0",
"unified": "^11.0.0"
},
"scripts": {},
"prettier": {
"bracketSpacing": false,
"singleQuote": true,
"semi": false,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"envs": [
"browser"
],
"overrides": [
{
"files": [
"*.ts"
],
"rules": {
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/consistent-type-definitions": "off"
}
}
],
"prettier": true,
"rules": {
"unicorn/no-this-assignment": "off"
}
}
}