Urara-Blog/node_modules/.pnpm-store/v3/files/58/016e09cd75c49dcf3a42991dd6d311784ae76d326d3d4c8f1864dfcdf185e492989f643d085a0ff9d8f52a9d045fa4f070abe0f46f84612be0aa658975b249
2022-08-14 01:14:53 +08:00

51 lines
1.1 KiB
Text

{
"name": "hast-util-to-string",
"version": "2.0.0",
"description": "hast utility to get the plain-text value of a node",
"license": "MIT",
"keywords": [
"unist",
"hast",
"hast-util",
"util",
"utility",
"html",
"string",
"serialize",
"content",
"stringify",
"text"
],
"repository": "https://github.com/rehypejs/rehype-minify/tree/main/packages/hast-util-to-string",
"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>"
],
"sideEffects": false,
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.js"
],
"dependencies": {
"@types/hast": "^2.0.0"
},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
"test": "node --conditions development test.js"
},
"xo": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}