|
1 | 1 | {
|
2 |
| - "name": "mdast-util-gfm", |
3 |
| - "version": "3.0.0", |
4 |
| - "description": "mdast extension to parse and serialize GFM (GitHub Flavored Markdown)", |
5 |
| - "license": "MIT", |
6 |
| - "keywords": [ |
7 |
| - "unist", |
8 |
| - "mdast", |
9 |
| - "mdast-util", |
10 |
| - "util", |
11 |
| - "utility", |
12 |
| - "markdown", |
13 |
| - "markup", |
14 |
| - "table", |
15 |
| - "strikethrough", |
16 |
| - "tasklist", |
17 |
| - "autolink", |
18 |
| - "tagfilter", |
19 |
| - "github", |
20 |
| - "gfm" |
21 |
| - ], |
22 |
| - "repository": "syntax-tree/mdast-util-gfm", |
23 |
| - "bugs": "https://github.com/syntax-tree/mdast-util-gfm/issues", |
24 |
| - "funding": { |
25 |
| - "type": "opencollective", |
26 |
| - "url": "https://opencollective.com/unified" |
27 |
| - }, |
28 | 2 | "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
|
| 3 | + "bugs": "https://github.com/syntax-tree/mdast-util-gfm/issues", |
29 | 4 | "contributors": [
|
30 | 5 | "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
|
31 | 6 | ],
|
32 |
| - "sideEffects": false, |
33 |
| - "type": "module", |
34 |
| - "exports": "./index.js", |
35 |
| - "files": [ |
36 |
| - "lib/", |
37 |
| - "index.d.ts", |
38 |
| - "index.js" |
39 |
| - ], |
40 | 7 | "dependencies": {
|
41 | 8 | "mdast-util-from-markdown": "^2.0.0",
|
42 | 9 | "mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
46 | 13 | "mdast-util-gfm-task-list-item": "^2.0.0",
|
47 | 14 | "mdast-util-to-markdown": "^2.0.0"
|
48 | 15 | },
|
| 16 | + "description": "mdast extension to parse and serialize GFM (GitHub Flavored Markdown)", |
49 | 17 | "devDependencies": {
|
50 | 18 | "@types/node": "^22.0.0",
|
51 | 19 | "c8": "^10.0.0",
|
|
61 | 29 | "undici": "^7.0.0",
|
62 | 30 | "xo": "^0.60.0"
|
63 | 31 | },
|
64 |
| - "scripts": { |
65 |
| - "crawl": "node --conditions development script/crawl-tests.js", |
66 |
| - "prepack": "npm run build && npm run format", |
67 |
| - "build": "tsc --build --clean && tsc --build && type-coverage", |
68 |
| - "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix", |
69 |
| - "test-api-prod": "node --conditions production test/index.js", |
70 |
| - "test-api-dev": "node --conditions development test/index.js", |
71 |
| - "test-api": "npm run test-api-dev && npm run test-api-prod", |
72 |
| - "test-coverage": "c8 --100 --reporter lcov npm run test-api", |
73 |
| - "test": "npm run build && npm run format && npm run test-coverage" |
| 32 | + "exports": "./index.js", |
| 33 | + "files": [ |
| 34 | + "index.d.ts", |
| 35 | + "index.js", |
| 36 | + "lib/" |
| 37 | + ], |
| 38 | + "funding": { |
| 39 | + "type": "opencollective", |
| 40 | + "url": "https://opencollective.com/unified" |
74 | 41 | },
|
| 42 | + "keywords": [ |
| 43 | + "autolink", |
| 44 | + "gfm", |
| 45 | + "github", |
| 46 | + "markdown", |
| 47 | + "markup", |
| 48 | + "mdast-util", |
| 49 | + "mdast", |
| 50 | + "strikethrough", |
| 51 | + "table", |
| 52 | + "tagfilter", |
| 53 | + "tasklist", |
| 54 | + "unist", |
| 55 | + "utility", |
| 56 | + "util" |
| 57 | + ], |
| 58 | + "license": "MIT", |
| 59 | + "name": "mdast-util-gfm", |
75 | 60 | "prettier": {
|
76 | 61 | "bracketSpacing": false,
|
77 | 62 | "semi": false,
|
|
85 | 70 | "remark-preset-wooorm"
|
86 | 71 | ]
|
87 | 72 | },
|
| 73 | + "repository": "syntax-tree/mdast-util-gfm", |
| 74 | + "scripts": { |
| 75 | + "build": "tsc --build --clean && tsc --build && type-coverage", |
| 76 | + "crawl": "node --conditions development script/crawl-tests.js", |
| 77 | + "format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix", |
| 78 | + "test-api-prod": "node --conditions production test/index.js", |
| 79 | + "test-api-dev": "node --conditions development test/index.js", |
| 80 | + "test-api": "npm run test-api-dev && npm run test-api-prod", |
| 81 | + "test-coverage": "c8 --100 --reporter lcov -- npm run test-api", |
| 82 | + "test": "npm run build && npm run format && npm run test-coverage" |
| 83 | + }, |
| 84 | + "sideEffects": false, |
88 | 85 | "typeCoverage": {
|
89 | 86 | "atLeast": 100,
|
90 |
| - "detail": true, |
91 |
| - "ignoreCatch": true, |
92 | 87 | "strict": true
|
93 | 88 | },
|
| 89 | + "type": "module", |
| 90 | + "version": "3.0.0", |
94 | 91 | "xo": {
|
95 | 92 | "overrides": [
|
96 | 93 | {
|
|
0 commit comments