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