|
4 | 4 | "description": "A fork of `eslint-plugin-import` using `get-tsconfig` to replace `tsconfig-paths` and heavy `typescript` under the hood.", |
5 | 5 | "funding": "https://opencollective.com/unts", |
6 | 6 | "engines": { |
7 | | - "node": ">=4" |
| 7 | + "node": ">=12" |
8 | 8 | }, |
9 | 9 | "main": "lib/index.js", |
10 | 10 | "directories": { |
|
85 | 85 | "fs-copy-file-sync": "^1.1.1", |
86 | 86 | "glob": "^7.2.3", |
87 | 87 | "in-publish": "^2.0.1", |
| 88 | + "is-core-module": "^2.12.1", |
88 | 89 | "linklocal": "^2.8.2", |
89 | 90 | "lodash.isarray": "^4.0.0", |
90 | 91 | "mocha": "^3.5.3", |
|
98 | 99 | "typescript-eslint-parser": "^15 || ^20 || ^22" |
99 | 100 | }, |
100 | 101 | "peerDependencies": { |
101 | | - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" |
| 102 | + "eslint": "^7.2.0 || ^8" |
102 | 103 | }, |
103 | 104 | "dependencies": { |
104 | | - "array-includes": "^3.1.6", |
105 | | - "array.prototype.findlastindex": "^1.2.2", |
106 | | - "array.prototype.flat": "^1.3.1", |
107 | | - "array.prototype.flatmap": "^1.3.1", |
108 | 105 | "debug": "^3.2.7", |
109 | 106 | "doctrine": "^2.1.0", |
110 | 107 | "eslint-import-resolver-node": "^0.3.7", |
111 | 108 | "eslint-module-utils": "^2.8.0", |
112 | | - "get-tsconfig": "^4.6.0", |
113 | | - "has": "^1.0.3", |
114 | | - "is-core-module": "^2.12.1", |
| 109 | + "get-tsconfig": "^4.6.2", |
115 | 110 | "is-glob": "^4.0.3", |
116 | 111 | "minimatch": "^3.1.2", |
117 | | - "object.fromentries": "^2.0.6", |
118 | | - "object.groupby": "^1.0.0", |
119 | | - "object.values": "^1.1.6", |
120 | 112 | "resolve": "^1.22.3", |
121 | | - "semver": "^6.3.1" |
| 113 | + "semver": "^7.5.3" |
122 | 114 | } |
123 | 115 | } |
0 commit comments