|
1 | 1 | { |
2 | | - "name": "hast-util-to-html", |
3 | | - "version": "9.0.4", |
4 | | - "description": "hast utility to serialize to HTML", |
5 | | - "license": "MIT", |
6 | | - "keywords": [ |
7 | | - "unist", |
8 | | - "hast", |
9 | | - "hast-util", |
10 | | - "util", |
11 | | - "utility", |
12 | | - "html", |
13 | | - "serialize", |
14 | | - "stringify", |
15 | | - "tostring" |
16 | | - ], |
17 | | - "repository": "syntax-tree/hast-util-to-html", |
18 | | - "bugs": "https://github.com/syntax-tree/hast-util-to-html/issues", |
19 | | - "funding": { |
20 | | - "type": "opencollective", |
21 | | - "url": "https://opencollective.com/unified" |
22 | | - }, |
23 | 2 | "author": "Titus Wormer <[email protected]> (https://wooorm.com)", |
| 3 | + "bugs": "https://github.com/syntax-tree/hast-util-to-html/issues", |
24 | 4 | "contributors": [ |
25 | 5 | "Titus Wormer <[email protected]> (https://wooorm.com)" |
26 | 6 | ], |
27 | | - "sideEffects": false, |
28 | | - "type": "module", |
29 | | - "exports": "./index.js", |
30 | | - "files": [ |
31 | | - "lib/", |
32 | | - "index.d.ts.map", |
33 | | - "index.d.ts", |
34 | | - "index.js" |
35 | | - ], |
36 | 7 | "dependencies": { |
37 | 8 | "@types/hast": "^3.0.0", |
38 | 9 | "@types/unist": "^3.0.0", |
|
46 | 17 | "stringify-entities": "^4.0.0", |
47 | 18 | "zwitch": "^2.0.4" |
48 | 19 | }, |
| 20 | + "description": "hast utility to serialize to HTML", |
49 | 21 | "devDependencies": { |
50 | 22 | "@types/node": "^22.0.0", |
51 | 23 | "c8": "^10.0.0", |
|
57 | 29 | "typescript": "^5.0.0", |
58 | 30 | "xo": "^0.60.0" |
59 | 31 | }, |
60 | | - "scripts": { |
61 | | - "prepack": "npm run build && npm run format", |
62 | | - "build": "tsc --build --clean && tsc --build && type-coverage", |
63 | | - "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix", |
64 | | - "test-api": "node --conditions development test/index.js", |
65 | | - "test-coverage": "c8 --100 --reporter lcov npm run test-api", |
66 | | - "test": "npm run build && npm run format && npm run test-coverage" |
| 32 | + "exports": "./index.js", |
| 33 | + "files": [ |
| 34 | + "index.d.ts.map", |
| 35 | + "index.d.ts", |
| 36 | + "index.js", |
| 37 | + "lib/" |
| 38 | + ], |
| 39 | + "funding": { |
| 40 | + "type": "opencollective", |
| 41 | + "url": "https://opencollective.com/unified" |
67 | 42 | }, |
| 43 | + "keywords": [ |
| 44 | + "hast-util", |
| 45 | + "hast", |
| 46 | + "html", |
| 47 | + "serialize", |
| 48 | + "stringify", |
| 49 | + "tostring", |
| 50 | + "unist", |
| 51 | + "utility", |
| 52 | + "util" |
| 53 | + ], |
| 54 | + "license": "MIT", |
| 55 | + "name": "hast-util-to-html", |
68 | 56 | "prettier": { |
69 | 57 | "bracketSpacing": false, |
70 | 58 | "semi": false, |
|
82 | 70 | ] |
83 | 71 | ] |
84 | 72 | }, |
| 73 | + "repository": "syntax-tree/hast-util-to-html", |
| 74 | + "scripts": { |
| 75 | + "build": "tsc --build --clean && tsc --build && type-coverage", |
| 76 | + "format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix", |
| 77 | + "test-api": "node --conditions development test/index.js", |
| 78 | + "test-coverage": "c8 --100 --reporter lcov -- npm run test-api", |
| 79 | + "test": "npm run build && npm run format && npm run test-coverage" |
| 80 | + }, |
| 81 | + "sideEffects": false, |
85 | 82 | "typeCoverage": { |
86 | 83 | "atLeast": 100, |
87 | | - "detail": true, |
88 | | - "ignoreCatch": true, |
89 | 84 | "strict": true |
90 | 85 | }, |
| 86 | + "type": "module", |
| 87 | + "version": "9.0.4", |
91 | 88 | "xo": { |
92 | 89 | "overrides": [ |
93 | 90 | { |
|
0 commit comments