|
4 | 4 | "type": "module",
|
5 | 5 | "description": "Perform async work synchronously in Node.js using `worker_threads`, or `child_process` as fallback, with first-class TypeScript support.",
|
6 | 6 | "repository": "git+https://github.com/rx-ts/synckit.git",
|
7 |
| - "author": "JounQin <admin@1stg.me>", |
| 7 | + "author": "JounQin (https://www.1stG.me) <admin@1stg.me>", |
| 8 | + "donate": { |
| 9 | + "recipients": [ |
| 10 | + { |
| 11 | + "name": "unts", |
| 12 | + "platform": "opencollective", |
| 13 | + "address": "https://opencollective.com/unts", |
| 14 | + "weight": 60 |
| 15 | + }, |
| 16 | + { |
| 17 | + "name": "rxts", |
| 18 | + "platform": "opencollective", |
| 19 | + "address": "https://opencollective.com/rxts", |
| 20 | + "weight": 20 |
| 21 | + }, |
| 22 | + { |
| 23 | + "name": "1stG", |
| 24 | + "email": "i@1stg.me", |
| 25 | + "weight": 20, |
| 26 | + "platforms": [ |
| 27 | + { |
| 28 | + "platform": "opencollective", |
| 29 | + "address": "https://opencollective.com/1stG" |
| 30 | + }, |
| 31 | + { |
| 32 | + "platform": "patreon", |
| 33 | + "address": "https://www.patreon.com/1stG" |
| 34 | + } |
| 35 | + ] |
| 36 | + } |
| 37 | + ] |
| 38 | + }, |
| 39 | + "funding": "https://opencollective.com/unts", |
8 | 40 | "license": "MIT",
|
9 | 41 | "engines": {
|
10 |
| - "node": ">=12.20" |
| 42 | + "node": "^12.20.0 || ^14.18.0 || >=16.0.0" |
11 | 43 | },
|
12 | 44 | "main": "./lib/index.cjs",
|
13 | 45 | "module": "./lib/index.js",
|
|
56 | 88 | "tslib": "^2.4.0"
|
57 | 89 | },
|
58 | 90 | "devDependencies": {
|
59 |
| - "@1stg/lib-config": "^6.1.1", |
60 |
| - "@changesets/changelog-github": "^0.4.4", |
61 |
| - "@changesets/cli": "^2.22.0", |
62 |
| - "@types/jest": "^27.5.1", |
63 |
| - "@types/node": "^17.0.35", |
64 |
| - "clean-publish": "^4.0.0", |
| 91 | + "@1stg/lib-config": "^7.2.3", |
| 92 | + "@changesets/changelog-github": "^0.4.5", |
| 93 | + "@changesets/cli": "^2.23.0", |
| 94 | + "@types/jest": "^28.1.4", |
| 95 | + "@types/node": "^18.0.0", |
| 96 | + "clean-publish": "^4.0.1", |
65 | 97 | "deasync": "^0.1.26",
|
66 | 98 | "patch-package": "^6.4.7",
|
67 | 99 | "sync-threads": "^1.0.1",
|
68 | 100 | "ts-expect": "^1.3.0",
|
69 |
| - "ts-jest": "^28.0.2", |
70 |
| - "ts-node": "^10.8.0", |
71 |
| - "type-coverage": "^2.21.1", |
72 |
| - "typescript": "^4.6.4" |
| 101 | + "ts-jest": "^28.0.5", |
| 102 | + "ts-node": "^10.8.1", |
| 103 | + "type-coverage": "^2.21.2", |
| 104 | + "typescript": "^4.7.4" |
73 | 105 | },
|
74 | 106 | "resolutions": {
|
75 |
| - "prettier": "^2.6.2", |
| 107 | + "prettier": "^2.7.1", |
76 | 108 | "tslib": "^2.4.0"
|
77 | 109 | },
|
78 | 110 | "commitlint": {
|
|
105 | 137 | ]
|
106 | 138 | },
|
107 | 139 | "typeCoverage": {
|
108 |
| - "atLeast": 99.73, |
| 140 | + "atLeast": 100, |
109 | 141 | "cache": true,
|
110 | 142 | "detail": true,
|
111 | 143 | "ignoreAsAssertion": true,
|
| 144 | + "ignoreFiles": [ |
| 145 | + "**/*.d.ts" |
| 146 | + ], |
112 | 147 | "ignoreNonNullAssertion": true,
|
113 | 148 | "showRelativePath": true,
|
114 | 149 | "strict": true,
|
|
0 commit comments