|
1 | 1 | {
|
2 |
| - "name": "eslint-import-resolver-typescript", |
3 |
| - "version": "3.6.2", |
| 2 | + "name": "@robintail/import-resolver", |
| 3 | + "version": "0.0.1", |
4 | 4 | "type": "module",
|
5 |
| - "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", |
6 |
| - "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript", |
| 5 | + "description": "Fork of eslint-import-resolver-typescript", |
| 6 | + "repository": "git+https://github.com/RobinTail/eslint-import-resolver-typescript/tree/master", |
7 | 7 | "author": "Alex Gorbatchev <[email protected]>",
|
8 | 8 | "contributors": [
|
9 | 9 | "JounQin (https://www.1stG.me) <[email protected]>"
|
10 | 10 | ],
|
11 |
| - "funding": "https://opencollective.com/unts/projects/eslint-import-resolver-ts", |
12 | 11 | "license": "ISC",
|
13 |
| - "packageManager": "[email protected]", |
14 | 12 | "engines": {
|
15 |
| - "node": "^14.18.0 || >=16.0.0" |
| 13 | + "node": ">=18" |
16 | 14 | },
|
17 | 15 | "main": "lib/index.cjs",
|
18 | 16 | "module": "lib/index.js",
|
19 | 17 | "exports": {
|
20 | 18 | ".": {
|
21 | 19 | "types": "./lib/index.d.ts",
|
22 |
| - "es2020": "./lib/index.es2020.mjs", |
23 |
| - "fesm2020": "./lib/index.es2020.mjs", |
24 | 20 | "import": "./lib/index.js",
|
25 | 21 | "require": "./lib/index.cjs"
|
26 | 22 | },
|
27 | 23 | "./package.json": "./package.json"
|
28 | 24 | },
|
29 |
| - "es2020": "lib/index.es2020.mjs", |
30 |
| - "fesm2020": "lib/index.es2020.mjs", |
31 | 25 | "types": "lib/index.d.ts",
|
32 | 26 | "files": [
|
33 | 27 | "lib",
|
|
48 | 42 | "lint": "run-p 'lint:*'",
|
49 | 43 | "lint:es": "eslint src --cache -f friendly",
|
50 | 44 | "lint:tsc": "tsc --noEmit",
|
51 |
| - "prepare": "simple-git-hooks", |
52 |
| - "release": "changeset publish", |
53 | 45 | "test": "run-p 'test:*'",
|
54 | 46 | "test:multipleEslintrcs": "eslint --ext ts,tsx tests/multipleEslintrcs",
|
55 | 47 | "test:multipleTsconfigs": "eslint --ext ts,tsx tests/multipleTsconfigs",
|
|
58 | 50 | "test:withPaths": "eslint --ext ts,tsx tests/withPaths",
|
59 | 51 | "test:withPathsAndNestedBaseUrl": "eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl",
|
60 | 52 | "test:withQuerystring": "eslint --ext ts,tsx tests/withQuerystring",
|
61 |
| - "test:withoutPaths": "eslint --ext ts,tsx tests/withoutPaths", |
62 |
| - "typecov": "type-coverage" |
| 53 | + "test:withoutPaths": "eslint --ext ts,tsx tests/withoutPaths" |
63 | 54 | },
|
64 | 55 | "peerDependencies": {
|
65 | 56 | "eslint": "*",
|
|
84 | 75 | "is-glob": "^4.0.3"
|
85 | 76 | },
|
86 | 77 | "devDependencies": {
|
87 |
| - "@1stg/lib-config": "^12.0.1", |
88 |
| - "@changesets/changelog-github": "^0.5.0", |
89 |
| - "@changesets/cli": "^2.27.6", |
90 |
| - "@commitlint/cli": "^17.8.1", |
91 | 78 | "@mozilla/glean": "^3.0.0",
|
92 | 79 | "@pkgr/rollup": "^4.1.3",
|
93 | 80 | "@types/debug": "^4.1.12",
|
|
96 | 83 | "@types/unist": "^2.0.10",
|
97 | 84 | "dummy.js": "link:dummy.js",
|
98 | 85 | "eslint": "^8.57.0",
|
99 |
| - "eslint-import-resolver-typescript": "link:.", |
| 86 | + "@robintail/import-resolver": "link:.", |
100 | 87 | "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
101 |
| - "lint-staged": "^13.3.0", |
102 | 88 | "npm-run-all2": "^5.0.2",
|
103 | 89 | "prettier": "^2.8.8",
|
104 | 90 | "react": "^18.2.0",
|
105 |
| - "simple-git-hooks": "^2.9.0", |
106 |
| - "size-limit": "^11.0.0", |
107 |
| - "size-limit-preset-node-lib": "^0.3.0", |
108 |
| - "type-coverage": "^2.27.0", |
109 | 91 | "typescript": "^5.3.2"
|
110 | 92 | },
|
111 | 93 | "resolutions": {
|
112 |
| - "eslint-import-resolver-typescript": "link:.", |
| 94 | + "@robintail/import-resolver": "link:.", |
113 | 95 | "prettier": "^2.8.8"
|
114 | 96 | },
|
115 |
| - "typeCoverage": { |
116 |
| - "atLeast": 100, |
117 |
| - "cache": true, |
118 |
| - "detail": true, |
119 |
| - "ignoreAsAssertion": true, |
120 |
| - "ignoreNonNullAssertion": true, |
121 |
| - "ignoreCatch": true, |
122 |
| - "strict": true, |
123 |
| - "update": true |
124 |
| - } |
| 97 | + "packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
125 | 98 | }
|
0 commit comments