UNPKG

1.17 kBJSONView Raw
1{
2 "name": "rehype-stringify",
3 "version": "10.0.0",
4 "description": "rehype plugin to serialize HTML",
5 "license": "MIT",
6 "keywords": [
7 "abstract",
8 "ast",
9 "compile",
10 "html",
11 "plugin",
12 "rehype",
13 "rehype-plugin",
14 "serialize",
15 "stringify",
16 "syntax",
17 "tree",
18 "unified"
19 ],
20 "homepage": "https://github.com/rehypejs/rehype",
21 "repository": "https://github.com/rehypejs/rehype/tree/main/packages/rehype-stringify",
22 "bugs": "https://github.com/rehypejs/rehype/issues",
23 "funding": {
24 "type": "opencollective",
25 "url": "https://opencollective.com/unified"
26 },
27 "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
28 "contributors": [
29 "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
30 ],
31 "sideEffects": false,
32 "type": "module",
33 "exports": "./index.js",
34 "files": [
35 "lib/",
36 "index.d.ts",
37 "index.js"
38 ],
39 "dependencies": {
40 "@types/hast": "^3.0.0",
41 "hast-util-to-html": "^9.0.0",
42 "unified": "^11.0.0"
43 },
44 "scripts": {},
45 "xo": false,
46 "typeCoverage": {
47 "atLeast": 100,
48 "detail": true,
49 "strict": true,
50 "ignoreCatch": true
51 }
52}