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