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