55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
![]() |
{
|
||
|
"name": "rehype",
|
||
|
"version": "12.0.1",
|
||
|
"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": {
|
||
|
"@types/hast": "^2.0.0",
|
||
|
"rehype-parse": "^8.0.0",
|
||
|
"rehype-stringify": "^9.0.0",
|
||
|
"unified": "^10.0.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/rehypejs/rehype",
|
||
|
"repository": "https://github.com/rehypejs/rehype/tree/main/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)"
|
||
|
],
|
||
|
"sideEffects": false,
|
||
|
"type": "module",
|
||
|
"main": "index.js",
|
||
|
"types": "index.d.ts",
|
||
|
"files": [
|
||
|
"index.d.ts",
|
||
|
"index.js"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"build": "rimraf \"*.d.ts\" && tsc && type-coverage"
|
||
|
},
|
||
|
"xo": false,
|
||
|
"typeCoverage": {
|
||
|
"atLeast": 100,
|
||
|
"detail": true,
|
||
|
"strict": true,
|
||
|
"ignoreCatch": true
|
||
|
}
|
||
|
}
|