|
1 | 1 | { |
2 | | - "name": "unified", |
3 | | - "version": "11.0.5", |
4 | | - "description": "parse, inspect, transform, and serialize content through syntax trees", |
5 | | - "license": "MIT", |
6 | | - "keywords": [ |
7 | | - "ast", |
8 | | - "compile", |
9 | | - "content", |
10 | | - "cst", |
11 | | - "parse", |
12 | | - "process", |
13 | | - "rehype", |
14 | | - "remark", |
15 | | - "retext", |
16 | | - "serialize", |
17 | | - "stringify", |
18 | | - "syntax", |
19 | | - "transform", |
20 | | - "tree", |
21 | | - "unified" |
22 | | - ], |
23 | | - "homepage": "https://unifiedjs.com", |
24 | | - "repository": "unifiedjs/unified", |
25 | | - "bugs": "https://github.com/unifiedjs/unified/issues", |
26 | | - "funding": { |
27 | | - "type": "opencollective", |
28 | | - "url": "https://opencollective.com/unified" |
29 | | - }, |
30 | 2 | "author": "Titus Wormer <[email protected]> (https://wooorm.com)", |
| 3 | + "bugs": "https://github.com/unifiedjs/unified/issues", |
31 | 4 | "contributors": [ |
32 | | - "Titus Wormer <[email protected]> (https://wooorm.com)", |
33 | | - "Junyoung Choi <[email protected]>", |
34 | | - "Hernan Rajchert <[email protected]>", |
35 | 5 | "Christian Murphy <[email protected]>", |
36 | | - "Vse Mozhet Byt <[email protected]>", |
37 | | - "Richard Littauer <[email protected]>" |
38 | | - ], |
39 | | - "sideEffects": false, |
40 | | - "type": "module", |
41 | | - "exports": "./index.js", |
42 | | - "files": [ |
43 | | - "lib/", |
44 | | - "index.d.ts", |
45 | | - "index.js" |
| 6 | + "Hernan Rajchert <[email protected]>", |
| 7 | + "Junyoung Choi <[email protected]>", |
| 8 | + "Richard Littauer <[email protected]>", |
| 9 | + "Titus Wormer <[email protected]> (https://wooorm.com)", |
| 10 | + "Vse Mozhet Byt <[email protected]>" |
46 | 11 | ], |
47 | 12 | "dependencies": { |
48 | 13 | "@types/unist": "^3.0.0", |
|
53 | 18 | "trough": "^2.0.0", |
54 | 19 | "vfile": "^6.0.0" |
55 | 20 | }, |
| 21 | + "description": "parse, inspect, transform, and serialize content through syntax trees", |
56 | 22 | "devDependencies": { |
57 | 23 | "@types/extend": "^3.0.0", |
58 | 24 | "@types/hast": "^3.0.0", |
|
67 | 33 | "typescript": "^5.0.0", |
68 | 34 | "xo": "^0.59.0" |
69 | 35 | }, |
70 | | - "scripts": { |
71 | | - "build": "tsc --build --clean && tsc --build && node script/fix-types.js && type-coverage && tsd", |
72 | | - "format": "remark . --frail --output --quiet && prettier . --log-level warn --write && xo --fix", |
73 | | - "prepack": "npm run build && npm run format", |
74 | | - "test": "npm run build && npm run format && npm run test-coverage", |
75 | | - "test-api": "node --conditions development test/index.js", |
76 | | - "test-coverage": "c8 --100 --check-coverage --reporter lcov npm run test-api" |
| 36 | + "exports": "./index.js", |
| 37 | + "files": [ |
| 38 | + "lib/", |
| 39 | + "index.d.ts", |
| 40 | + "index.js" |
| 41 | + ], |
| 42 | + "funding": { |
| 43 | + "type": "opencollective", |
| 44 | + "url": "https://opencollective.com/unified" |
77 | 45 | }, |
| 46 | + "homepage": "https://unifiedjs.com", |
| 47 | + "keywords": [ |
| 48 | + "ast", |
| 49 | + "compile", |
| 50 | + "content", |
| 51 | + "cst", |
| 52 | + "parse", |
| 53 | + "process", |
| 54 | + "rehype", |
| 55 | + "remark", |
| 56 | + "retext", |
| 57 | + "serialize", |
| 58 | + "stringify", |
| 59 | + "syntax", |
| 60 | + "transform", |
| 61 | + "tree", |
| 62 | + "unified" |
| 63 | + ], |
| 64 | + "license": "MIT", |
| 65 | + "name": "unified", |
78 | 66 | "prettier": { |
79 | 67 | "bracketSpacing": false, |
80 | 68 | "singleQuote": true, |
|
92 | 80 | ] |
93 | 81 | ] |
94 | 82 | }, |
| 83 | + "repository": "unifiedjs/unified", |
| 84 | + "scripts": { |
| 85 | + "build": "tsc --build --clean && tsc --build && node script/fix-types.js && type-coverage && tsd", |
| 86 | + "format": "remark . --frail --output --quiet && prettier . --log-level warn --write && xo --fix", |
| 87 | + "prepack": "npm run build && npm run format", |
| 88 | + "test": "npm run build && npm run format && npm run test-coverage", |
| 89 | + "test-api": "node --conditions development test/index.js", |
| 90 | + "test-coverage": "c8 --100 --check-coverage --reporter lcov npm run test-api" |
| 91 | + }, |
| 92 | + "sideEffects": false, |
95 | 93 | "typeCoverage": { |
96 | 94 | "atLeast": 100, |
97 | 95 | "detail": true, |
98 | 96 | "ignoreCatch": true, |
99 | 97 | "strict": true |
100 | 98 | }, |
| 99 | + "type": "module", |
| 100 | + "version": "11.0.5", |
101 | 101 | "xo": { |
102 | 102 | "overrides": [ |
103 | 103 | { |
|
0 commit comments