{ "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 (https://wooorm.com)", "contributors": [ "Titus Wormer " ], "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 } }