{"_id":"eslint-import-resolver-typescript","_rev":"2978214","name":"eslint-import-resolver-typescript","description":"This plugin adds `TypeScript` support to `eslint-plugin-import`","dist-tags":{"beta":"2.6.0-beta","latest":"3.5.5","next":"1.1.1"},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"time":{"modified":"2023-06-21T16:39:52.000Z","created":"2017-10-10T18:51:14.648Z","3.5.5":"2023-04-05T16:31:10.364Z","3.5.4":"2023-03-29T15:14:42.368Z","3.5.3":"2023-01-11T09:03:31.674Z","3.5.2":"2022-10-20T12:07:43.533Z","3.5.1":"2022-09-07T14:22:09.694Z","3.5.0":"2022-08-22T14:35:12.504Z","3.4.2":"2022-08-17T23:02:52.822Z","3.4.1":"2022-08-12T22:54:05.478Z","3.4.0":"2022-08-01T15:17:09.565Z","3.3.0":"2022-07-19T15:58:45.756Z","3.2.7":"2022-07-17T16:12:47.000Z","3.2.6":"2022-07-15T09:14:25.424Z","3.2.5":"2022-07-08T17:26:37.773Z","3.2.4":"2022-07-06T02:50:31.509Z","3.2.2":"2022-07-05T18:49:38.053Z","3.2.1":"2022-07-04T04:00:11.442Z","3.2.0":"2022-07-03T06:28:49.449Z","3.1.5":"2022-07-02T16:05:33.869Z","3.1.4":"2022-07-01T16:29:01.847Z","3.1.3":"2022-07-01T08:15:36.862Z","3.1.2":"2022-06-30T18:23:34.539Z","3.1.1":"2022-06-27T10:22:41.049Z","3.1.0":"2022-06-25T09:33:55.734Z","3.0.0":"2022-06-25T07:31:07.181Z","2.7.1":"2022-04-03T03:37:26.537Z","2.7.0":"2022-03-23T10:53:03.408Z","2.6.0":"2022-03-23T10:46:17.539Z","2.6.0-beta":"2022-03-20T12:28:22.822Z","2.5.0":"2021-09-13T10:03:51.464Z","2.4.0":"2021-02-16T05:02:03.763Z","2.3.0":"2020-09-01T12:26:53.717Z","2.2.1":"2020-08-14T15:02:25.778Z","2.2.0":"2020-07-30T05:28:13.728Z","2.1.0":"2020-07-30T03:13:24.584Z","2.0.0":"2019-10-08T17:41:13.898Z","1.1.1":"2018-10-26T16:03:52.135Z","1.1.0":"2018-10-08T16:29:12.063Z","1.1.0-rc.0":"2018-10-08T16:22:33.503Z","1.0.2":"2017-10-19T17:37:15.542Z","1.0.1":"2017-10-10T20:44:42.910Z","1.0.0":"2017-10-10T18:51:14.648Z"},"users":{},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"versions":{"3.5.5":{"name":"eslint-import-resolver-typescript","version":"3.5.5","type":"module","description":"This plugin adds `TypeScript` support to `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"funding":"https://opencollective.com/unts/projects/eslint-import-resolver-ts","license":"ISC","packageManager":"pnpm@8.0.0","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"types":"./lib/index.d.ts","es2020":"./lib/index.es2020.mjs","fesm2020":"./lib/index.es2020.mjs","import":"./lib/index.js","require":"./lib/index.cjs"},"./package.json":"./package.json"},"es2020":"lib/index.es2020.mjs","fesm2020":"lib/index.es2020.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.12.0","eslint-module-utils":"^2.7.4","get-tsconfig":"^4.5.0","globby":"^13.1.3","is-core-module":"^2.11.0","is-glob":"^4.0.3","synckit":"^0.8.5"},"devDependencies":{"@1stg/lib-config":"^11.0.1","@changesets/changelog-github":"^0.4.8","@changesets/cli":"^2.26.1","@mozilla/glean":"^1.3.0","@types/debug":"^4.1.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.15.11","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","react":"^18.2.0","size-limit":"^8.2.4","size-limit-preset-node-lib":"^0.2.0","type-coverage":"^2.25.0","typescript":"^5.0.3"},"resolutions":{"eslint-import-resolver-typescript":"link:.","eslint-plugin-import":"^2.27.5","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2020","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withJsconfig":"eslint --ext js tests/withJsconfig","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.5.5","_integrity":"sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==","_resolved":"/tmp/5b32d86bcd59b1d63530da684fbc02a8/eslint-import-resolver-typescript-3.5.5.tgz","_from":"file:eslint-import-resolver-typescript-3.5.5.tgz","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"shasum":"0a9034ae7ed94b254a360fbea89187b60ea7456d","size":12499,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.5.5.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.5.5_1680712270195_0.43836182400102675"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-05T16:31:10.364Z","publish_time":1680712270364,"_cnpm_publish_time":1680712270364},"3.5.4":{"name":"eslint-import-resolver-typescript","version":"3.5.4","type":"module","description":"This plugin adds `TypeScript` support to `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"funding":"https://opencollective.com/unts/projects/eslint-import-resolver-ts","license":"ISC","packageManager":"pnpm@8.0.0","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"types":"./lib/index.d.ts","es2020":"./lib/index.es2020.mjs","fesm2020":"./lib/index.es2020.mjs","import":"./lib/index.js","require":"./lib/index.cjs"},"./package.json":"./package.json"},"es2020":"lib/index.es2020.mjs","fesm2020":"lib/index.es2020.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.12.0","get-tsconfig":"^4.5.0","globby":"^13.1.3","is-core-module":"^2.11.0","is-glob":"^4.0.3","synckit":"^0.8.5"},"devDependencies":{"@1stg/lib-config":"^10.3.0","@changesets/changelog-github":"^0.4.8","@changesets/cli":"^2.26.1","@mozilla/glean":"^1.3.0","@types/debug":"^4.1.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.15.11","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","react":"^18.2.0","size-limit":"^8.2.4","size-limit-preset-node-lib":"^0.2.0","type-coverage":"^2.25.0","typescript":"^5.0.2"},"resolutions":{"eslint-import-resolver-typescript":"link:.","eslint-plugin-import":"^2.27.5","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2020","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withJsconfig":"eslint --ext js tests/withJsconfig","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.5.4","_integrity":"sha512-9xUpnedEmSfG57sN1UvWPiEhfJ8bPt0Wg2XysA7Mlc79iFGhmJtRUg9LxtkK81FhMUui0YuR2E8iUsVhePkh4A==","_resolved":"/tmp/5911c5c3adb9344c16a464974c9a55c7/eslint-import-resolver-typescript-3.5.4.tgz","_from":"file:eslint-import-resolver-typescript-3.5.4.tgz","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"shasum":"7370c326c3c08f0c1839c592d79d20b704de15d4","size":13649,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.5.4.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.5.4_1680102882186_0.5579134594901025"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-29T15:14:42.368Z","publish_time":1680102882368,"_cnpm_publish_time":1680102882368},"3.5.3":{"name":"eslint-import-resolver-typescript","version":"3.5.3","type":"module","description":"This plugin adds `TypeScript` support to `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"funding":"https://opencollective.com/unts/projects/eslint-import-resolver-ts","license":"ISC","packageManager":"pnpm@7.12.2","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"types":"./lib/index.d.ts","es2020":"./lib/index.es2020.mjs","fesm2020":"./lib/index.es2020.mjs","import":"./lib/index.js","require":"./lib/index.cjs"},"./package.json":"./package.json"},"es2020":"lib/index.es2020.mjs","fesm2020":"lib/index.es2020.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.2.0","globby":"^13.1.2","is-core-module":"^2.10.0","is-glob":"^4.0.3","synckit":"^0.8.4"},"devDependencies":{"@1stg/lib-config":"^10.3.0","@changesets/changelog-github":"^0.4.8","@changesets/cli":"^2.25.2","@mozilla/glean":"^1.3.0","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.11.18","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","react":"^18.2.0","size-limit":"^8.1.0","size-limit-preset-node-lib":"^0.1.0","type-coverage":"^2.22.0","typescript":"^4.8.4"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2020","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withJsconfig":"eslint --ext js tests/withJsconfig","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.5.3","_integrity":"sha512-njRcKYBc3isE42LaTcJNVANR3R99H9bAxBDMNDr2W7yq5gYPxbU3MkdhsQukxZ/Xg9C2vcyLlDsbKfRDg0QvCQ==","_resolved":"/tmp/8845d40ca7d3ed221218cf4d1f978553/eslint-import-resolver-typescript-3.5.3.tgz","_from":"file:eslint-import-resolver-typescript-3.5.3.tgz","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"shasum":"db5ed9e906651b7a59dd84870aaef0e78c663a05","size":13608,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.5.3.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.5.3_1673427811515_0.7236971403656522"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-11T09:03:31.674Z","publish_time":1673427811674,"_cnpm_publish_time":1673427811674},"3.5.2":{"name":"eslint-import-resolver-typescript","version":"3.5.2","type":"module","description":"This plugin adds `TypeScript` support to `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"funding":"https://opencollective.com/unts/projects/eslint-import-resolver-ts","license":"ISC","packageManager":"pnpm@7.12.2","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"types":"./lib/index.d.ts","es2020":"./lib/index.es2020.mjs","fesm2020":"./lib/index.es2020.mjs","import":"./lib/index.js","require":"./lib/index.cjs"},"./package.json":"./package.json"},"es2020":"lib/index.es2020.mjs","fesm2020":"lib/index.es2020.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.2.0","globby":"^13.1.2","is-core-module":"^2.10.0","is-glob":"^4.0.3","synckit":"^0.8.4"},"devDependencies":{"@1stg/lib-config":"^10.3.0","@changesets/changelog-github":"^0.4.6","@changesets/cli":"^2.24.4","@mozilla/glean":"^1.1.0","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.7.18","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","react":"^18.2.0","size-limit":"^8.1.0","size-limit-preset-node-lib":"^0.1.0","type-coverage":"^2.22.0","typescript":"^4.8.4"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2020","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withJsconfig":"eslint --ext js tests/withJsconfig","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.5.2","_integrity":"sha512-zX4ebnnyXiykjhcBvKIf5TNvt8K7yX6bllTRZ14MiurKPjDpCAZujlszTdB8pcNXhZcOf+god4s9SjQa5GnytQ==","_resolved":"/tmp/1f64daed9dd1365afe52cd7c2e61688c/eslint-import-resolver-typescript-3.5.2.tgz","_from":"file:eslint-import-resolver-typescript-3.5.2.tgz","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"shasum":"9431acded7d898fd94591a08ea9eec3514c7de91","size":12913,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.5.2.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.5.2_1666267663267_0.8405898252368504"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-20T12:11:49.424Z","publish_time":1666267663533,"_cnpm_publish_time":1666267663533},"3.5.1":{"name":"eslint-import-resolver-typescript","version":"3.5.1","type":"module","description":"This plugin adds `TypeScript` support to `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"pnpm@7.9.5","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"types":"./lib/index.d.ts","es2020":"./lib/index.es2020.mjs","fesm2020":"./lib/index.es2020.mjs","import":"./lib/index.js","require":"./lib/index.cjs"},"./package.json":"./package.json"},"es2020":"lib/index.es2020.mjs","fesm2020":"lib/index.es2020.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.2.0","globby":"^13.1.2","is-core-module":"^2.10.0","is-glob":"^4.0.3","synckit":"^0.8.3"},"devDependencies":{"@1stg/lib-config":"^10.1.1","@changesets/changelog-github":"^0.4.6","@changesets/cli":"^2.24.4","@mozilla/glean":"^1.1.0","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.7.9","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","react":"^18.2.0","size-limit":"^8.0.1","size-limit-preset-node-lib":"^0.1.0","type-coverage":"^2.22.0","typescript":"^4.7.4"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2020","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withJsconfig":"eslint --ext js tests/withJsconfig","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.5.1","_integrity":"sha512-U7LUjNJPYjNsHvAUAkt/RU3fcTSpbllA0//35B4eLYTX74frmOepbt7F7J3D1IGtj9k21buOpaqtDd4ZlS/BYQ==","_resolved":"/tmp/d8e170ad2068af619f200f5621cb6e6e/eslint-import-resolver-typescript-3.5.1.tgz","_from":"file:eslint-import-resolver-typescript-3.5.1.tgz","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"shasum":"c72634da072eebd04fe73007fa58a62c333c8147","size":12879,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.5.1.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.5.1_1662560529543_0.8546043849250917"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-07T14:38:43.524Z","publish_time":1662560529694,"_cnpm_publish_time":1662560529694},"3.5.0":{"name":"eslint-import-resolver-typescript","version":"3.5.0","type":"module","description":"This plugin adds `TypeScript` support to `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"pnpm@7.9.3","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"types":"./lib/index.d.ts","es2020":"./lib/index.es2020.mjs","fesm2020":"./lib/index.es2020.mjs","import":"./lib/index.js","require":"./lib/index.cjs"},"./package.json":"./package.json"},"es2020":"lib/index.es2020.mjs","fesm2020":"lib/index.es2020.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.2.0","globby":"^13.1.2","is-core-module":"^2.10.0","is-glob":"^4.0.3","synckit":"^0.8.3"},"devDependencies":{"@1stg/lib-config":"^10.1.1","@changesets/changelog-github":"^0.4.6","@changesets/cli":"^2.24.3","@mozilla/glean":"^1.1.0","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.7.9","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","react":"^18.2.0","size-limit":"^8.0.1","size-limit-preset-node-lib":"^0.1.0","type-coverage":"^2.22.0","typescript":"^4.7.4"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2020","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withJsconfig":"eslint --ext js tests/withJsconfig","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.5.0","_integrity":"sha512-DEfpfuk+O/T5e9HBZOxocmwMuUGkvQQd5WRiMJF9kKNT9amByqOyGlWoAZAQiv0SZSy4GMtG1clmnvQA/RzA0A==","_resolved":"/tmp/d8b82b4238fbad635d8393858b3b22a8/eslint-import-resolver-typescript-3.5.0.tgz","_from":"file:eslint-import-resolver-typescript-3.5.0.tgz","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"shasum":"490ba48cafc5a2fb209bbc7e360defb4c292ed59","size":12300,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.5.0.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.5.0_1661178912310_0.07954515615785218"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-22T14:35:40.931Z","publish_time":1661178912504,"_cnpm_publish_time":1661178912504},"3.4.2":{"name":"eslint-import-resolver-typescript","version":"3.4.2","type":"module","description":"This plugin adds `TypeScript` support to `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"pnpm@7.6.0","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.2.0","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.8.3"},"devDependencies":{"@1stg/lib-config":"^9.0.2","@changesets/changelog-github":"^0.4.6","@changesets/cli":"^2.24.1","@mozilla/glean":"^1.1.0","@size-limit/preset-small-lib":"^7.0.8","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.6","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^18.2.0","size-limit":"^7.0.8","type-coverage":"^2.22.0","typescript":"^4.7.4"},"resolutions":{"prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prerelease":"pnpm build","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withJsconfig":"eslint --ext js tests/withJsconfig","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.4.2","_integrity":"sha512-8SuWlRIEO83X9PsJSK9VjgH0EDk1ZzNI36+r3C0xNYVJ+O1+TprOFtTwqqyPMHG+br/I9A5Q80RE7K3/eIr9XA==","_resolved":"/tmp/4acfe0cde7dd608170d40914b8ac482b/eslint-import-resolver-typescript-3.4.2.tgz","_from":"file:eslint-import-resolver-typescript-3.4.2.tgz","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"shasum":"9ee568aad73e63eee37b7b5344da5467806b90a3","size":12740,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.4.2.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.4.2_1660777372412_0.9230185547794145"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-17T23:03:08.421Z","publish_time":1660777372822,"_cnpm_publish_time":1660777372822},"3.4.1":{"name":"eslint-import-resolver-typescript","version":"3.4.1","type":"module","description":"This plugin adds `TypeScript` support to `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"pnpm@7.6.0","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.2.0","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.8.1"},"devDependencies":{"@1stg/lib-config":"^9.0.2","@changesets/changelog-github":"^0.4.6","@changesets/cli":"^2.24.1","@mozilla/glean":"^1.1.0","@size-limit/preset-small-lib":"^7.0.8","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.6","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^18.2.0","size-limit":"^7.0.8","type-coverage":"^2.22.0","typescript":"^4.7.4"},"resolutions":{"prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prerelease":"pnpm build","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withJsconfig":"eslint --ext js tests/withJsconfig","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.4.1","_integrity":"sha512-rcD4V2nnxk76JF6nuLcclGpya18KLhr/lwpl5xFXrVWZtdRSepfCGHk/oFn9HNstWX317Nuo/E3Z1vymPyPhlQ==","_resolved":"/tmp/02ad4b9862be4c5089635c7631259a5e/eslint-import-resolver-typescript-3.4.1.tgz","_from":"file:eslint-import-resolver-typescript-3.4.1.tgz","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"shasum":"072e5f7b4bf5d62d32d0b3a071fe551b45d15454","size":12738,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.4.1.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.4.1_1660344845185_0.9199992182279069"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-12T22:54:17.713Z","publish_time":1660344845478,"_cnpm_publish_time":1660344845478},"3.4.0":{"name":"eslint-import-resolver-typescript","version":"3.4.0","type":"module","description":"This plugin adds `TypeScript` support to `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"pnpm@7.6.0","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.2.0","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.8.1"},"devDependencies":{"@1stg/lib-config":"^9.0.2","@changesets/changelog-github":"^0.4.6","@changesets/cli":"^2.24.1","@mozilla/glean":"^1.1.0","@size-limit/preset-small-lib":"^7.0.8","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.6","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^18.2.0","size-limit":"^7.0.8","type-coverage":"^2.22.0","typescript":"^4.7.4"},"resolutions":{"prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prerelease":"pnpm build","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withJsconfig":"eslint --ext js tests/withJsconfig","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.4.0","_integrity":"sha512-rBCgiEovwX/HQ8ESWV+XIWZaFiRtDeAXNZdcTATB8UbMuadc9qfGOlIP+vy+c7nsgfEBN4NTwy5qunGNptDP0Q==","_resolved":"/tmp/464182b5515f13f2f2ad549fe5f64f97/eslint-import-resolver-typescript-3.4.0.tgz","_from":"file:eslint-import-resolver-typescript-3.4.0.tgz","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"shasum":"a7e334b86d638f49956f2b0dfbde29daa9c32dcd","size":12374,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.4.0.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.4.0_1659367029428_0.3975461464568413"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-01T15:56:23.219Z","publish_time":1659367029565,"_cnpm_publish_time":1659367029565},"3.3.0":{"name":"eslint-import-resolver-typescript","version":"3.3.0","type":"module","description":"TypeScript `.cts`/`.mts`/`.ts`/`.tsx`/`.d.cts`/`.d.mts`/`.d.ts` module resolver for `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"pnpm@7.5.2","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.2.0","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.8.1"},"devDependencies":{"@1stg/lib-config":"^9.0.1","@changesets/changelog-github":"^0.4.5","@changesets/cli":"^2.23.2","@mozilla/glean":"^1.1.0","@size-limit/preset-small-lib":"^7.0.8","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.6","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^18.2.0","size-limit":"^7.0.8","type-coverage":"^2.22.0","typescript":"^4.7.4"},"resolutions":{"prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prerelease":"pnpm build","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.3.0","_integrity":"sha512-vlooCGKfDX59rH5TbtluOekinPlIS5Ab+dyQUoCCJoE1IV11R/kn6J+RoMBuBkJhzJEIKJ4myQJhw6lGIXfkRA==","_resolved":"/tmp/af7d89615a4b59861833d05e0a0c4fa7/eslint-import-resolver-typescript-3.3.0.tgz","_from":"file:eslint-import-resolver-typescript-3.3.0.tgz","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"shasum":"c2b9f420563bdcb4b84d550d81e579f8dc867d5b","size":12212,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.3.0.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.3.0_1658246325581_0.9180873048073279"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-19T16:25:31.767Z","publish_time":1658246325756,"_cnpm_publish_time":1658246325756},"3.2.7":{"name":"eslint-import-resolver-typescript","version":"3.2.7","type":"module","description":"TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"pnpm@7.5.1","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.2.0","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.8.1"},"devDependencies":{"@1stg/lib-config":"^9.0.0","@changesets/changelog-github":"^0.4.5","@changesets/cli":"^2.23.2","@mozilla/glean":"^1.0.0","@size-limit/preset-small-lib":"^7.0.8","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.5","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^18.2.0","size-limit":"^7.0.8","type-coverage":"^2.22.0","typescript":"^4.7.4"},"resolutions":{"prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prerelease":"pnpm build","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.2.7","_integrity":"sha512-WvcsRy3aPmwVsuS/XVliAJWpIdTlaFXXZPZk3TCbvvF8RtaAkjAhcLL5bl5VEoTmE+XnTHjIbWMzNZcOQpK/DA==","_resolved":"/tmp/b9e1d526b1125620053a5c74acff6b99/eslint-import-resolver-typescript-3.2.7.tgz","_from":"file:eslint-import-resolver-typescript-3.2.7.tgz","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"shasum":"b873d549d9b00a880c54f9b352f7336c303794b0","size":11842,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.2.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.2.7.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.2.7_1658074366738_0.26661923140357424"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-17T16:12:52.840Z","publish_time":1658074367000,"_cnpm_publish_time":1658074367000},"3.2.6":{"name":"eslint-import-resolver-typescript","version":"3.2.6","type":"module","description":"TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"pnpm@7.5.1","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.2.0","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.7.2"},"devDependencies":{"@1stg/lib-config":"^9.0.0","@changesets/changelog-github":"^0.4.5","@changesets/cli":"^2.23.2","@mozilla/glean":"^1.0.0","@size-limit/preset-small-lib":"^7.0.8","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.4","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^18.2.0","size-limit":"^7.0.8","type-coverage":"^2.22.0","typescript":"^4.7.4"},"resolutions":{"prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prerelease":"pnpm build","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.2.6","_integrity":"sha512-Gk7+viMP9Ho5Q36gmXw3UJrnSCbMTStLS+TuF49SdsOUQGNvhg7ZVsnaieuN0FNNWPB+Xf5tBwADgEuoRPeDDw==","_resolved":"/tmp/954f75f67d8839f6d1b231d8b2fa0074/eslint-import-resolver-typescript-3.2.6.tgz","_from":"file:eslint-import-resolver-typescript-3.2.6.tgz","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"shasum":"dc967647bdc34e8fbf7baf004ad94a30c0fef302","size":11843,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.2.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.2.6.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.2.6_1657876465204_0.5525829227485006"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-15T09:59:09.439Z","publish_time":1657876465424,"_cnpm_publish_time":1657876465424},"3.2.5":{"name":"eslint-import-resolver-typescript","version":"3.2.5","type":"module","description":"TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"pnpm@7.5.0","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"npm:@unts/get-tsconfig@^4.1.1","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.7.2"},"devDependencies":{"@1stg/lib-config":"^8.0.0","@changesets/changelog-github":"^0.4.5","@changesets/cli":"^2.23.1","@mozilla/glean":"^1.0.0","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.3","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^18.2.0","type-coverage":"^2.21.2","typescript":"^4.7.4"},"resolutions":{"prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prerelease":"yarn build","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.2.5","_integrity":"sha512-yEBi/EWxFFMjcZTBxrgdu5cFAXB2atOhYDhp0P0yHqjZa5YiPNqQVt4/lNNVWwW7Kf8IIZmyeBboWOgsfffe7w==","_resolved":"/tmp/2ff37ea20cb4ba3480708446f88c849e/eslint-import-resolver-typescript-3.2.5.tgz","_from":"file:eslint-import-resolver-typescript-3.2.5.tgz","_nodeVersion":"16.15.1","_npmVersion":"8.11.0","dist":{"shasum":"cec82e42d93f61a039672e2ba7dc3e3663c86219","size":11828,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.2.5.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.2.5_1657301197560_0.7782620311458599"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-08T17:56:07.846Z","publish_time":1657301197773,"_cnpm_publish_time":1657301197773},"3.2.4":{"name":"eslint-import-resolver-typescript","version":"3.2.4","type":"module","description":"TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"yarn@3.2.1","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p 'build:*'","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p 'lint:*'","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks || exit 0","prerelease":"yarn build","release":"changeset publish","test":"run-p 'test:*'","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"npm:@unts/get-tsconfig@^4.1.1","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.7.2"},"dependenciesMeta":{"@1stg/babel-preset@3.1.2":{"unplugged":true},"@1stg/commitlint-config@3.1.2":{"unplugged":true},"@1stg/common-config@5.2.4":{"unplugged":true},"@1stg/eslint-config@5.2.4":{"unplugged":true},"@1stg/lib-config@7.2.5":{"unplugged":true},"@1stg/lint-staged@3.1.3":{"unplugged":true},"@1stg/markuplint-config@2.1.2":{"unplugged":true},"@1stg/prettier-config@3.4.2":{"unplugged":true},"@1stg/remark-config@4.0.2":{"unplugged":true},"@1stg/simple-git-hooks@0.1.4":{"unplugged":true},"@1stg/tsconfig@2.2.2":{"unplugged":true},"@changesets/changelog-github@0.4.5":{"unplugged":true},"@changesets/cli@2.23.0":{"unplugged":true}},"devDependencies":{"@1stg/lib-config":"^7.2.6","@changesets/changelog-github":"^0.4.5","@changesets/cli":"^2.23.0","@mozilla/glean":"^1.0.0","@pkgr/rollup":"^3.1.3","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.1","@types/unist":"^2.0.6","commitlint":"^17.0.3","cross-env":"^7.0.3","dummy.js":"link:dummy.js","eslint":"^8.19.0","eslint-import-resolver-typescript":"link:.","eslint-plugin-import":"^2.26.0","lint-staged":"^13.0.3","npm-run-all":"^4.1.5","prettier":"^2.7.1","react":"^18.2.0","simple-git-hooks":"^2.8.0","type-coverage":"^2.21.2","typescript":"^4.7.4"},"resolutions":{"prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"gitHead":"2ec7aaf9f8a8f3ff67ce5ed785d034d58064fe40","bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.2.4","_nodeVersion":"16.15.1","_npmVersion":"8.11.0","dist":{"shasum":"74e930272de0ed84489f6a139d2c0db80bf7c8cf","size":12258,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.2.4.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.2.4_1657075831354_0.9676080492863066"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-06T02:52:00.671Z","publish_time":1657075831509,"_cnpm_publish_time":1657075831509},"3.2.2":{"name":"eslint-import-resolver-typescript","version":"3.2.2","type":"module","description":"TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"yarn@3.2.1","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p 'build:*'","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p 'lint:*'","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks || exit 0","prerelease":"yarn build","release":"changeset publish","test":"run-p 'test:*'","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"npm:@unts/get-tsconfig@^4.1.1","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.7.2"},"dependenciesMeta":{"@1stg/babel-preset@3.1.2":{"unplugged":true},"@1stg/commitlint-config@3.1.2":{"unplugged":true},"@1stg/common-config@5.2.4":{"unplugged":true},"@1stg/eslint-config@5.2.4":{"unplugged":true},"@1stg/lib-config@7.2.5":{"unplugged":true},"@1stg/lint-staged@3.1.3":{"unplugged":true},"@1stg/markuplint-config@2.1.2":{"unplugged":true},"@1stg/prettier-config@3.4.2":{"unplugged":true},"@1stg/remark-config@4.0.2":{"unplugged":true},"@1stg/simple-git-hooks@0.1.4":{"unplugged":true},"@1stg/tsconfig@2.2.2":{"unplugged":true},"@changesets/changelog-github@0.4.5":{"unplugged":true},"@changesets/cli@2.23.0":{"unplugged":true}},"devDependencies":{"@1stg/lib-config":"^7.2.6","@changesets/changelog-github":"^0.4.5","@changesets/cli":"^2.23.0","@mozilla/glean":"^1.0.0","@pkgr/rollup":"^3.1.3","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.1","@types/unist":"^2.0.6","commitlint":"^17.0.3","cross-env":"^7.0.3","dummy.js":"link:dummy.js","eslint":"^8.19.0","eslint-import-resolver-typescript":"link:.","eslint-plugin-import":"^2.26.0","lint-staged":"^13.0.3","npm-run-all":"^4.1.5","prettier":"^2.7.1","react":"^18.2.0","simple-git-hooks":"^2.8.0","type-coverage":"^2.21.2","typescript":"^4.7.4"},"resolutions":{"prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"gitHead":"bb74fb4594ba05746e556ef0b7ed0fb0e9c5d220","bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.2.2","_nodeVersion":"16.15.1","_npmVersion":"8.11.0","dist":{"shasum":"ea14e1368f1b89091f8bf0417853c42d1d04b424","size":4062,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.2.2.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.2.2_1657046977895_0.4690871200136646"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-05T19:04:29.092Z","publish_time":1657046978053,"_cnpm_publish_time":1657046978053},"3.2.1":{"name":"eslint-import-resolver-typescript","version":"3.2.1","type":"module","description":"TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"yarn@1.22.19","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prerelease":"yarn build","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.1.0","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.7.1"},"devDependencies":{"@1stg/lib-config":"^7.2.3","@changesets/changelog-github":"^0.4.5","@changesets/cli":"^2.23.0","@mozilla/glean":"^1.0.0","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.0","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","react":"^18.2.0","type-coverage":"^2.21.2","typescript":"^4.7.4"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"gitHead":"6188681dc7613bee5f929819051ab02f8e81c287","bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.2.1","_nodeVersion":"16.15.1","_npmVersion":"8.11.0","dist":{"shasum":"62770f5659547f258ade68ff69661894dfd86efd","size":11766,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.2.1.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.2.1_1656907211261_0.3757365199867648"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-04T05:25:37.832Z","publish_time":1656907211442,"_cnpm_publish_time":1656907211442},"3.2.0":{"name":"eslint-import-resolver-typescript","version":"3.2.0","type":"module","description":"TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"yarn@1.22.19","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prerelease":"yarn build","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.1.0","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.7.1"},"devDependencies":{"@1stg/lib-config":"^7.2.3","@changesets/changelog-github":"^0.4.5","@changesets/cli":"^2.23.0","@mozilla/glean":"^1.0.0","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.0","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","react":"^18.2.0","type-coverage":"^2.21.2","typescript":"^4.7.4"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"gitHead":"b012ab72113cada5a8719431ab79be4dc635f45e","bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.2.0","_nodeVersion":"16.15.1","_npmVersion":"8.11.0","dist":{"shasum":"46564cd263e730744248997664f9225f92e7ca6b","size":11606,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.2.0.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.2.0_1656829729280_0.5054506765997302"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-03T06:44:10.348Z","publish_time":1656829729449,"_cnpm_publish_time":1656829729449},"3.1.5":{"name":"eslint-import-resolver-typescript","version":"3.1.5","type":"module","description":"TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"donate":{"recipients":[{"name":"unts","platform":"opencollective","address":"https://opencollective.com/unts","weight":60},{"name":"rxts","platform":"opencollective","address":"https://opencollective.com/rxts","weight":20},{"name":"1stG","email":"i@1stg.me","weight":20,"platforms":[{"platform":"opencollective","address":"https://opencollective.com/1stG"},{"platform":"patreon","address":"https://www.patreon.com/1stG"}]}]},"funding":"https://opencollective.com/unts","license":"ISC","packageManager":"yarn@1.22.19","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prerelease":"yarn build","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.1.0","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.7.1"},"devDependencies":{"@1stg/lib-config":"^7.2.3","@changesets/changelog-github":"^0.4.5","@changesets/cli":"^2.23.0","@mozilla/glean":"^1.0.0","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.0","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","react":"^18.2.0","type-coverage":"^2.21.2","typescript":"^4.7.4"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"gitHead":"30bd931d67a6737a3d218529324122b51c053b0c","bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.1.5","_nodeVersion":"16.15.1","_npmVersion":"8.11.0","dist":{"shasum":"d22d6911d496855ae7758ba7f9bbc078ce3b3cfd","size":11699,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.1.5.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.1.5_1656777933685_0.6301845933151009"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-02T16:09:34.133Z","publish_time":1656777933869,"_cnpm_publish_time":1656777933869},"3.1.4":{"name":"eslint-import-resolver-typescript","version":"3.1.4","type":"module","description":"TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"license":"ISC","packageManager":"yarn@1.22.19","engines":{"node":"^12.20.0 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prerelease":"yarn build","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.1.0","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.7.1"},"devDependencies":{"@1stg/lib-config":"^7.2.0","@changesets/changelog-github":"^0.4.5","@changesets/cli":"^2.23.0","@mozilla/glean":"^1.0.0","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.0","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","react":"^18.2.0","type-coverage":"^2.21.2","typescript":"^4.7.4"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"gitHead":"5f828ebe4254d5fc9b3dcff05182dbdf31a84e46","bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.1.4","_nodeVersion":"16.15.1","_npmVersion":"8.11.0","dist":{"shasum":"a1b1425143b28594e9a483b025ab3600aea391cd","size":11052,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.1.4.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.1.4_1656692941678_0.628800744770168"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-02T02:44:15.900Z","publish_time":1656692941847,"_cnpm_publish_time":1656692941847},"3.1.3":{"name":"eslint-import-resolver-typescript","version":"3.1.3","type":"module","description":"TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"license":"ISC","packageManager":"yarn@1.22.19","engines":{"node":"^12.20 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prerelease":"yarn build","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.1.0","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.7.1"},"devDependencies":{"@1stg/lib-config":"^7.1.0","@changesets/changelog-github":"^0.4.5","@changesets/cli":"^2.23.0","@mozilla/glean":"^1.0.0","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.0","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","react":"^18.2.0","standard-version":"^9.5.0","type-coverage":"^2.21.2","typescript":"^4.7.4"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"gitHead":"ee1222c82fed27329c01dd5119e5c4bf7f27d036","bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.1.3","_nodeVersion":"16.15.1","_npmVersion":"8.11.0","dist":{"shasum":"ffb2014469184d64ff5ee4cb5b944d9115838fb4","size":11063,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.1.3.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.1.3_1656663336679_0.6695317744247549"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-01T08:54:22.292Z","publish_time":1656663336862,"_cnpm_publish_time":1656663336862},"3.1.2":{"name":"eslint-import-resolver-typescript","version":"3.1.2","type":"module","description":"TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`","repository":{"type":"git","url":"git+https://github.com/import-js/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me","url":"https://www.1stG.me"}],"license":"ISC","packageManager":"yarn@1.22.19","engines":{"node":"^12.20 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.js","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prerelease":"yarn build","release":"changeset publish","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.10.0","get-tsconfig":"^4.1.0","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.7.1"},"devDependencies":{"@1stg/lib-config":"^7.0.0","@changesets/changelog-github":"^0.4.5","@changesets/cli":"^2.23.0","@mozilla/glean":"^1.0.0","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.0","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","react":"^18.2.0","standard-version":"^9.5.0","type-coverage":"^2.21.2","typescript":"^4.7.4"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"gitHead":"5e2ec07f6e506ce27debb56d043cde58fd464bfa","bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.1.2","_nodeVersion":"16.15.1","_npmVersion":"8.11.0","dist":{"shasum":"988460fb709205d8f4e8ad58a0cafb3b401e86d5","size":10997,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.1.2.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.1.2_1656613414269_0.7804303697619999"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-01T02:39:18.476Z","publish_time":1656613414539,"_cnpm_publish_time":1656613414539},"3.1.1":{"name":"eslint-import-resolver-typescript","version":"3.1.1","type":"module","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me"}],"license":"ISC","packageManager":"yarn@1.22.19","engines":{"node":"^12.20 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.es2015.mjs","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prepublishOnly":"yarn build","release":"sh scripts/release.sh","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.9.3","get-tsconfig":"^4.0.6","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.7.1"},"devDependencies":{"@1stg/lib-config":"^6.3.0","@mozilla/glean":"^1.0.0","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.0","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^18.2.0","standard-version":"^9.5.0","type-coverage":"^2.21.1","typescript":"^4.7.4"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"gitHead":"e96dcc18fc28b2833f33096be90e1dbac3105c46","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.1.1","_nodeVersion":"16.15.1","_npmVersion":"8.13.1","dist":{"shasum":"9a3e4b9260a39608b7e42fd12190f19f9913fcc3","size":10842,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.1.1.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.1.1_1656325360793_0.05193057961908987"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-27T11:56:32.594Z","publish_time":1656325361049,"_cnpm_publish_time":1656325361049},"3.1.0":{"name":"eslint-import-resolver-typescript","version":"3.1.0","type":"module","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me"}],"license":"ISC","packageManager":"yarn@1.22.19","engines":{"node":"^12.20 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.es2015.mjs","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prepublishOnly":"yarn build","release":"sh scripts/release.sh","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","enhanced-resolve":"^5.9.3","get-tsconfig":"^4.0.6","globby":"^13.1.2","is-core-module":"^2.9.0","is-glob":"^4.0.3","synckit":"^0.7.1"},"devDependencies":{"@1stg/lib-config":"^6.3.0","@mozilla/glean":"^1.0.0","@types/debug":"^4.1.7","@types/enhanced-resolve":"^3.0.7","@types/is-core-module":"^2.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.0","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^18.2.0","standard-version":"^9.5.0","type-coverage":"^2.21.1","typescript":"^4.7.4"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"gitHead":"1a414c06a9135577e7ab57bcb5e711a5a0e0017f","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.1.0","_nodeVersion":"16.15.1","_npmVersion":"8.13.1","dist":{"shasum":"c2d244ad9285a27470959743ed55297748ee8ee4","size":10581,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.1.0.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.1.0_1656149635545_0.9858515390222746"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-25T09:34:02.183Z","publish_time":1656149635734,"_cnpm_publish_time":1656149635734},"3.0.0":{"name":"eslint-import-resolver-typescript","version":"3.0.0","type":"module","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me"}],"license":"ISC","packageManager":"yarn@1.22.19","engines":{"node":"^12.20 || ^14.18.0 || >=16.0.0"},"main":"lib/index.cjs","module":"lib/index.js","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.js","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.es2015.mjs","fesm2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prepublishOnly":"yarn build","release":"sh scripts/release.sh","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","get-tsconfig":"^4.0.6","globby":"^13.1.2","is-glob":"^4.0.3","resolve":"^1.22.1","synckit":"^0.7.1"},"devDependencies":{"@1stg/lib-config":"^6.2.3","@types/debug":"^4.1.7","@types/glob":"^7.2.0","@types/is-glob":"^4.0.2","@types/node":"^18.0.0","@types/resolve":"^1.20.2","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^18.2.0","standard-version":"^9.5.0","type-coverage":"^2.21.1","typescript":"^4.7.4"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.7.1"},"typeCoverage":{"atLeast":100,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreNonNullAssertion":true,"ignoreCatch":true,"strict":true,"update":true},"gitHead":"6683854b2ce88572747957f71113447395ee0816","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@3.0.0","_nodeVersion":"16.15.1","_npmVersion":"8.13.1","dist":{"shasum":"cc81a71ee2d4b6cce500578ad6c9eb7a8596cca6","size":9962,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-3.0.0.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_3.0.0_1656142267041_0.3353513194398148"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-25T07:31:12.885Z","publish_time":1656142267181,"_cnpm_publish_time":1656142267181},"2.7.1":{"name":"eslint-import-resolver-typescript","version":"2.7.1","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me"}],"license":"ISC","engines":{"node":">=4"},"main":"lib/index.cjs","module":"lib/index.es2015.mjs","exports":{".":{"require":"./lib/index.cjs","import":"./lib/index.es2015.mjs","types":"./lib/index.d.ts"},"./package.json":"./package.json"},"es2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prepublishOnly":"yarn build","release":"sh scripts/release.sh","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","glob":"^7.2.0","is-glob":"^4.0.3","resolve":"^1.22.0","tsconfig-paths":"^3.14.1"},"devDependencies":{"@1stg/lib-config":"^5.4.0","@types/debug":"^4.1.7","@types/glob":"^7.2.0","@types/is-glob":"^4.0.2","@types/node":"^17.0.23","@types/resolve":"^1.20.1","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^18.0.0","standard-version":"^9.3.2","type-coverage":"^2.21.1","typescript":"^4.6.3"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.6.2"},"typeCoverage":{"atLeast":99.28,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreCatch":true,"ignoreFiles":["**/*.d.ts"],"strict":true,"update":true},"gitHead":"1bc9f422dfaacfc2125f5cb2ff74a707d3d73c10","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@2.7.1","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"a90a4a1c80da8d632df25994c4c5fdcdd02b8751","size":17972,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.7.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-2.7.1.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_2.7.1_1648957046283_0.20685776818466772"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-03T03:37:29.516Z","publish_time":1648957046537,"_cnpm_publish_time":1648957046537},"2.7.0":{"name":"eslint-import-resolver-typescript","version":"2.7.0","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me"}],"license":"ISC","engines":{"node":">=4"},"main":"lib/index.cjs","module":"lib/index.es2015.mjs","exports":{"require":"./lib/index.cjs","import":"./lib/index.es2015.mjs","types":"./lib/index.d.ts"},"es2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prepublishOnly":"yarn build","release":"sh scripts/release.sh","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","glob":"^7.2.0","is-glob":"^4.0.3","resolve":"^1.22.0","tsconfig-paths":"^3.14.1"},"devDependencies":{"@1stg/lib-config":"^5.1.1","@types/debug":"^4.1.7","@types/glob":"^7.2.0","@types/is-glob":"^4.0.2","@types/node":"^17.0.22","@types/resolve":"^1.20.1","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^17.0.2","standard-version":"^9.3.2","type-coverage":"^2.21.1","typescript":"^4.6.2"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.6.0"},"typeCoverage":{"atLeast":99.28,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreCatch":true,"ignoreFiles":["**/*.d.ts"],"strict":true,"update":true},"gitHead":"9ec18d7eb53adb3ffbbc6cd5b4d1e1fd81a44b09","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@2.7.0","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"1f9d391b636dccdbaa4a3b1a87eb9a8237e23963","size":17620,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-2.7.0.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_2.7.0_1648032783273_0.7759144442011165"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-23T11:16:01.939Z","publish_time":1648032783408,"_cnpm_publish_time":1648032783408},"2.6.0":{"name":"eslint-import-resolver-typescript","version":"2.6.0","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me"}],"license":"ISC","engines":{"node":">=4"},"main":"lib/index.cjs","module":"lib/index.es2015.mjs","exports":{"require":"./lib/index.cjs","import":"./lib/index.es2015.mjs","types":"./lib/index.d.ts"},"es2015":"lib/index.es2015.mjs","types":"lib/index.d.ts","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r -f cjs,es2015","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prepublishOnly":"yarn build","release":"sh scripts/release.sh","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.4","glob":"^7.2.0","is-glob":"^4.0.3","resolve":"^1.22.0","tsconfig-paths":"^3.14.1"},"devDependencies":{"@1stg/lib-config":"^5.1.1","@types/debug":"^4.1.7","@types/glob":"^7.2.0","@types/is-glob":"^4.0.2","@types/node":"^17.0.22","@types/resolve":"^1.20.1","@types/unist":"^2.0.6","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^17.0.2","standard-version":"^9.3.2","type-coverage":"^2.21.1","typescript":"^4.6.2"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.6.0"},"typeCoverage":{"atLeast":99.28,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreCatch":true,"ignoreFiles":["**/*.d.ts"],"strict":true,"update":true},"gitHead":"4487788c1df1cd97e5bb90d91d423a8d232faee5","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@2.6.0","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"4d590da5af56321c4559a1c1429f8cb7e4b14e7f","size":16867,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-2.6.0.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_2.6.0_1648032377407_0.401419476154278"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-23T11:16:01.847Z","publish_time":1648032377539,"_cnpm_publish_time":1648032377539},"2.6.0-beta":{"name":"eslint-import-resolver-typescript","version":"2.6.0-beta","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me"}],"license":"ISC","engines":{"node":">=4"},"main":"lib/cjs","module":"lib","es2015":"lib/es2015","fesm5":"lib/esm","types":"lib","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prepublishOnly":"yarn build","release":"sh scripts/release.sh","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.1","glob":"^7.1.7","is-glob":"^4.0.1","resolve":"^1.20.0","tsconfig-paths":"^3.9.0"},"devDependencies":{"@1stg/lib-config":"^2.1.0","@types/debug":"^4.1.5","@types/glob":"^7.1.3","@types/is-glob":"^4.0.1","@types/node":"^15.6.1","@types/resolve":"^1.20.0","@types/unist":"^2.0.3","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^17.0.2","standard-version":"^9.3.0","type-coverage":"^2.17.5","typescript":"^4.3.2"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.3.0"},"typeCoverage":{"atLeast":99.28,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreCatch":true,"ignoreFiles":["**/*.d.ts"],"strict":true,"update":true},"readmeFilename":"README.md","gitHead":"e85016461f85461b2087978bbdeef74da9b2ad91","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@2.6.0-beta","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"2afa666d2e7d48cee0c7fab4f8545f63487bec5d","size":16772,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.6.0-beta.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-2.6.0-beta.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_2.6.0-beta_1647779302677_0.7979121144395656"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-20T12:28:26.433Z","publish_time":1647779302822,"_cnpm_publish_time":1647779302822},"2.5.0":{"name":"eslint-import-resolver-typescript","version":"2.5.0","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me"}],"license":"ISC","engines":{"node":">=4"},"main":"lib/cjs","module":"lib","es2015":"lib/es2015","fesm5":"lib/esm","types":"lib","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --cache -f friendly","lint:tsc":"tsc --noEmit","prepare":"simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0","prepublishOnly":"yarn build","release":"sh scripts/release.sh","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","typecov":"type-coverage"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.3.1","glob":"^7.1.7","is-glob":"^4.0.1","resolve":"^1.20.0","tsconfig-paths":"^3.9.0"},"devDependencies":{"@1stg/lib-config":"^2.1.0","@types/debug":"^4.1.5","@types/glob":"^7.1.3","@types/is-glob":"^4.0.1","@types/node":"^15.6.1","@types/resolve":"^1.20.0","@types/unist":"^2.0.3","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","react":"^17.0.2","standard-version":"^9.3.0","type-coverage":"^2.17.5","typescript":"^4.3.2"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.3.0"},"typeCoverage":{"atLeast":99.28,"cache":true,"detail":true,"ignoreAsAssertion":true,"ignoreCatch":true,"ignoreFiles":["**/*.d.ts"],"strict":true,"update":true},"gitHead":"e7edc4fdac31192b65c96b2ea866ae3ee2d3e00f","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@2.5.0","_nodeVersion":"12.22.5","_npmVersion":"6.14.14","dist":{"shasum":"07661966b272d14ba97f597b51e1a588f9722f0a","size":10097,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-2.5.0.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_2.5.0_1631527431302_0.21341042622725337"},"_hasShrinkwrap":false,"publish_time":1631527431464,"_cnpm_publish_time":1631527431464,"_cnpmcore_publish_time":"2021-12-15T17:16:12.640Z"},"2.4.0":{"name":"eslint-import-resolver-typescript","version":"2.4.0","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me"}],"license":"ISC","engines":{"node":">=4"},"main":"lib/cjs","module":"lib","es2015":"lib/es2015","fesm5":"lib/esm","types":"lib","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"cross-env PARSER_NO_WATCH=true eslint src --cache --ext md,js,ts -f friendly","lint:tsc":"tsc --incremental false --noEmit","prepare":"yarn-deduplicate || exit 0","prepublishOnly":"yarn build","pretest":"r","release":"sh scripts/release.sh","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withPathsAndNestedBaseUrl":"eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl","test:withQuerystring":"eslint --ext ts,tsx tests/withQuerystring","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","type-coverage":"type-coverage --cache --detail --ignore-catch --strict --update"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.1.1","glob":"^7.1.6","is-glob":"^4.0.1","resolve":"^1.17.0","tsconfig-paths":"^3.9.0"},"devDependencies":{"@1stg/lib-config":"^0.5.5","@types/debug":"^4.1.5","@types/glob":"^7.1.3","@types/is-glob":"^4.0.1","@types/node":"^14.6.2","@types/resolve":"^1.17.1","@types/unist":"^2.0.3","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","npm-run-all":"^4.1.5","react":"^16.13.1","standard-version":"^8.0.2","type-coverage":"^2.9.0","typescript":"^4.0.2","yarn-deduplicate":"^3.0.0"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.1.1"},"typeCoverage":{"atLeast":99.27},"gitHead":"9b34271d1689061eab4e6ac0727520a077c42267","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@2.4.0","_nodeVersion":"12.20.0","_npmVersion":"6.14.9","dist":{"shasum":"ec1e7063ebe807f0362a7320543aaed6fe1100e1","size":9563,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-2.4.0.tgz"},"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_2.4.0_1613451723541_0.29223566234889087"},"_hasShrinkwrap":false,"publish_time":1613451723763,"_cnpm_publish_time":1613451723763,"_cnpmcore_publish_time":"2021-12-15T17:16:12.868Z"},"2.3.0":{"name":"eslint-import-resolver-typescript","version":"2.3.0","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me"}],"license":"ISC","engines":{"node":">=4"},"main":"lib/cjs","module":"lib","es2015":"lib/es2015","fesm5":"lib/esm","types":"lib","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"cross-env PARSER_NO_WATCH=true eslint src --cache --ext md,js,ts -f friendly","lint:tsc":"tsc --incremental false --noEmit","prepare":"yarn-deduplicate || exit 0","prepublishOnly":"yarn build","pretest":"r","release":"sh scripts/release.sh","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withJsExtension":"node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","type-coverage":"type-coverage --cache --detail --ignore-catch --strict --update"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.1.1","glob":"^7.1.6","is-glob":"^4.0.1","resolve":"^1.17.0","tsconfig-paths":"^3.9.0"},"devDependencies":{"@1stg/lib-config":"^0.5.5","@types/debug":"^4.1.5","@types/glob":"^7.1.3","@types/is-glob":"^4.0.1","@types/node":"^14.6.2","@types/resolve":"^1.17.1","@types/unist":"^2.0.3","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","npm-run-all":"^4.1.5","react":"^16.13.1","standard-version":"^8.0.2","type-coverage":"^2.9.0","typescript":"^4.0.2","yarn-deduplicate":"^3.0.0"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.1.1"},"typeCoverage":{"atLeast":99.27},"gitHead":"b2db8e3aaa99f1db600952e69ff274a5d0958060","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@2.3.0","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"shasum":"0870988098bc6c6419c87705e6b42bee89425445","size":22213,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-2.3.0.tgz"},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_2.3.0_1598963213612_0.8720603263462781"},"_hasShrinkwrap":false,"publish_time":1598963213717,"_cnpm_publish_time":1598963213717,"_cnpmcore_publish_time":"2021-12-15T17:16:13.181Z"},"2.2.1":{"name":"eslint-import-resolver-typescript","version":"2.2.1","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me"}],"license":"ISC","engines":{"node":">=4"},"main":"lib/cjs","module":"lib","es2015":"lib/es2015","fesm5":"lib/esm","types":"lib","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"cross-env PARSER_NO_WATCH=true eslint src --cache --ext md,js,ts -f friendly","lint:tsc":"tsc --incremental false --noEmit","prepare":"yarn-deduplicate || exit 0","prepublishOnly":"yarn build","pretest":"r","release":"sh scripts/release.sh","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","type-coverage":"type-coverage --cache --detail --ignore-catch --strict --update"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.1.1","glob":"^7.1.6","is-glob":"^4.0.1","resolve":"^1.17.0","tsconfig-paths":"^3.9.0"},"devDependencies":{"@1stg/lib-config":"^0.5.5","@types/debug":"^4.1.5","@types/glob":"^7.1.3","@types/is-glob":"^4.0.1","@types/node":"^14.0.27","@types/resolve":"^1.17.1","@types/unist":"^2.0.3","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","npm-run-all":"^4.1.5","react":"^16.13.1","standard-version":"^8.0.2","type-coverage":"^2.9.0","typescript":"^3.9.7","yarn-deduplicate":"^2.1.1"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.0.5"},"typeCoverage":{"atLeast":98.73},"gitHead":"32b15295ba90d7555db3f6b64fcd0a222ee0e272","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@2.2.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"shasum":"4b9bdfb51af7e14947ebc40ffdd6c32d5924b905","size":20620,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-2.2.1.tgz"},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_2.2.1_1597417345556_0.003232202518856253"},"_hasShrinkwrap":false,"publish_time":1597417345778,"_cnpm_publish_time":1597417345778,"_cnpmcore_publish_time":"2021-12-15T17:16:13.423Z"},"2.2.0":{"name":"eslint-import-resolver-typescript","version":"2.2.0","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me"}],"license":"ISC","engines":{"node":">=4"},"main":"lib/cjs","module":"lib","es2015":"lib/es2015","fesm5":"lib/esm","types":"lib","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"cross-env PARSER_NO_WATCH=true eslint src --cache --ext md,js,ts -f friendly","lint:tsc":"tsc --incremental false --noEmit","postinstall":"yarn-deduplicate || exit 0","prepublishOnly":"yarn build","pretest":"r","release":"sh scripts/release.sh","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","type-coverage":"type-coverage --cache --detail --ignore-catch --strict --update"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.1.1","glob":"^7.1.6","is-glob":"^4.0.1","resolve":"^1.17.0","tsconfig-paths":"^3.9.0"},"devDependencies":{"@1stg/lib-config":"^0.5.5","@types/debug":"^4.1.5","@types/glob":"^7.1.3","@types/is-glob":"^4.0.1","@types/node":"^14.0.27","@types/resolve":"^1.17.1","@types/unist":"^2.0.3","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","npm-run-all":"^4.1.5","react":"^16.13.1","standard-version":"^8.0.2","type-coverage":"^2.9.0","typescript":"^3.9.7","yarn-deduplicate":"^2.1.1"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.0.5"},"typeCoverage":{"atLeast":98.73},"gitHead":"05f7c0d9123ea4a1759091121a50b0f72b5daca6","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@2.2.0","_nodeVersion":"14.6.0","_npmVersion":"6.14.7","dist":{"shasum":"f7b261e41a38b690f3044660f6d496cc312323b0","size":20539,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-2.2.0.tgz"},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_2.2.0_1596086893573_0.6799414781809006"},"_hasShrinkwrap":false,"publish_time":1596086893728,"_cnpm_publish_time":1596086893728,"_cnpmcore_publish_time":"2021-12-15T17:16:13.639Z","hasInstallScript":true},"2.1.0":{"name":"eslint-import-resolver-typescript","version":"2.1.0","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"contributors":[{"name":"JounQin","email":"admin@1stg.me"}],"license":"ISC","engines":{"node":">=4"},"main":"lib/cjs","module":"lib","es2015":"lib/es2015","fesm5":"lib/esm","types":"lib","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"cross-env PARSER_NO_WATCH=true eslint src --cache --ext md,js,ts -f friendly","lint:tsc":"tsc --incremental false --noEmit","postinstall":"yarn-deduplicate || exit 0","prepublishOnly":"yarn build","pretest":"r","release":"sh scripts/release.sh","test":"run-p test:*","test:multipleEslintrcs":"eslint --ext ts,tsx tests/multipleEslintrcs","test:multipleTsconfigs":"eslint --ext ts,tsx tests/multipleTsconfigs","test:withPaths":"eslint --ext ts,tsx tests/withPaths","test:withoutPaths":"eslint --ext ts,tsx tests/withoutPaths","type-coverage":"type-coverage --cache --detail --ignore-catch --strict --update"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.1.1","glob":"^7.1.6","is-glob":"^4.0.1","resolve":"^1.17.0","tsconfig-paths":"^3.9.0"},"devDependencies":{"@1stg/lib-config":"^0.5.5","@types/debug":"^4.1.5","@types/glob":"^7.1.3","@types/is-glob":"^4.0.1","@types/node":"^14.0.27","@types/resolve":"^1.17.1","@types/unist":"^2.0.3","dummy.js":"link:dummy.js","eslint-import-resolver-typescript":"link:.","npm-run-all":"^4.1.5","react":"^16.13.1","standard-version":"^8.0.2","type-coverage":"^2.9.0","typescript":"^3.9.7","yarn-deduplicate":"^2.1.1"},"resolutions":{"eslint-import-resolver-typescript":"link:.","prettier":"^2.0.5"},"typeCoverage":{"atLeast":98.73},"gitHead":"d0f19d392039c77792a6d2e5b773d19e94a32dc0","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@2.1.0","_nodeVersion":"14.6.0","_npmVersion":"6.14.7","dist":{"shasum":"dc19a289fd7ddb0a38dcdab2a965630d1fb88aa7","size":20371,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-2.1.0.tgz"},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmUser":{"name":"jounqin","email":"admin@1stg.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_2.1.0_1596078804456_0.03996236866641234"},"_hasShrinkwrap":false,"publish_time":1596078804584,"_cnpm_publish_time":1596078804584,"_cnpmcore_publish_time":"2021-12-15T17:16:13.905Z","hasInstallScript":true},"2.0.0":{"name":"eslint-import-resolver-typescript","version":"2.0.0","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"license":"ISC","engines":{"node":">=4"},"main":"lib/cjs","module":"lib","es2015":"lib/es2015","fesm5":"lib/esm","types":"lib","keywords":["typescript","eslint","import","resolver","plugin"],"scripts":{"build":"run-p build:*","build:r":"r","build:ts":"tsc -b","lint":"run-p lint:*","lint:es":"eslint src --ext md,js,ts -f friendly","lint:tsc":"tsc --noEmit","pretest":"r","test":"eslint tests/**/*.{ts,tsx} -f friendly","type-coverage":"type-coverage --cache --detail --ignore-catch --strict"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"dependencies":{"debug":"^4.1.1","is-glob":"^4.0.1","resolve":"^1.12.0","tiny-glob":"^0.2.6","tsconfig-paths":"^3.9.0"},"devDependencies":{"@1stg/babel-preset":"^0.7.4","@1stg/commitlint-config":"^0.1.0","@1stg/eslint-config":"^0.12.20","@1stg/husky-config":"^0.3.1","@1stg/lint-staged":"^0.8.6","@1stg/prettier-config":"^0.4.2","@1stg/remark-config":"^0.2.2","@1stg/tsconfig":"^0.6.0","@babel/core":"^7.6.2","@commitlint/cli":"^8.2.0","@pkgr/rollup":"^0.2.4","@types/debug":"^4.1.5","@types/is-glob":"^4.0.1","@types/node":"^12.7.11","@types/resolve":"^0.0.8","@types/unist":"^2.0.3","dummy.js":"link:dummy.js","eslint":"^6.5.1","eslint-import-resolver-typescript":"link:.","husky":"^3.0.8","lint-staged":"^9.4.1","npm-run-all":"^4.1.5","prettier":"^1.18.2","react":"^16.10.2","rollup":"^1.23.1","type-coverage":"^2.3.0","typescript":"^3.6.3"},"resolutions":{"eslint-import-resolver-typescript":"link:."},"typeCoverage":{"atLeast":100},"gitHead":"0b2a1e5ccdf4b69bdb2ed26a8775d445be83e8ff","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@2.0.0","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","_npmUser":{"name":"alexgorbatchev","email":"alex.gorbatchev@gmail.com"},"dist":{"shasum":"e95f126cc12d3018b9cc11692b4dbfd3e17d3ea6","size":15385,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-2.0.0.tgz"},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_2.0.0_1570556473750_0.3008753529933177"},"_hasShrinkwrap":false,"publish_time":1570556473898,"_cnpm_publish_time":1570556473898,"_cnpmcore_publish_time":"2021-12-15T17:16:14.142Z"},"1.1.1":{"name":"eslint-import-resolver-typescript","version":"1.1.1","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","main":"index.js","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"keywords":["typescript","eslint","import","resolver","plugin"],"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"license":"ISC","dependencies":{"debug":"^4.0.1","resolve":"^1.4.0","tsconfig-paths":"^3.6.0"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"devDependencies":{"dummy.js":"file:dummy.js","eslint":"^5.6.1","eslint-plugin-import":"^2.14.0","typescript":"^3.1.1"},"scripts":{"test":"eslint ./tests/withPaths/index.ts && eslint ./tests/withoutPaths/index.ts"},"readmeFilename":"README.md","gitHead":"75cfb50c62d941a05d306ec88c6f03688cd8f039","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@1.1.1","_npmVersion":"6.2.0","_nodeVersion":"10.9.0","_npmUser":{"name":"bradzacher","email":"brad.zacher@gmail.com"},"dist":{"shasum":"e6d42172b95144ef16610fe104ef38340edea591","size":1892,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-1.1.1.tgz"},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_1.1.1_1540569832021_0.8852673995377804"},"_hasShrinkwrap":false,"publish_time":1540569832135,"_cnpm_publish_time":1540569832135,"_cnpmcore_publish_time":"2021-12-15T17:16:14.398Z"},"1.1.0":{"name":"eslint-import-resolver-typescript","version":"1.1.0","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","main":"index.js","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"keywords":["typescript","eslint","import","resolver","plugin"],"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"license":"ISC","dependencies":{"debug":"^4.0.1","resolve":"^1.4.0","tsconfig-paths":"^3.6.0"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"devDependencies":{"eslint":"^5.6.1","eslint-plugin-import":"^2.14.0","typescript":"^3.1.1"},"scripts":{"test":"eslint ./tests/index.ts"},"gitHead":"401d37b58895080c6be8c75edbc59e1b83d67ba7","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@1.1.0","_npmVersion":"6.2.0","_nodeVersion":"10.9.0","_npmUser":{"name":"bradzacher","email":"brad.zacher@gmail.com"},"dist":{"shasum":"bf403d55d1af3cca72ba5ba7de3f74107b121cf1","size":1708,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-1.1.0.tgz"},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_1.1.0_1539016151971_0.08818322183567062"},"_hasShrinkwrap":false,"publish_time":1539016152063,"_cnpm_publish_time":1539016152063,"_cnpmcore_publish_time":"2021-12-15T17:16:14.630Z"},"1.1.0-rc.0":{"name":"eslint-import-resolver-typescript","version":"1.1.0-rc.0","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","main":"index.js","repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"keywords":["typescript","eslint","import","resolver","plugin"],"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"license":"ISC","dependencies":{"debug":"^4.0.1","resolve":"^1.4.0","tsconfig-paths":"^3.6.0"},"peerDependencies":{"eslint":"*","eslint-plugin-import":"*"},"devDependencies":{"eslint":"^5.6.1","eslint-plugin-import":"^2.14.0","typescript":"^3.1.1"},"scripts":{"test":"eslint ./tests/index.ts"},"readmeFilename":"README.md","gitHead":"64e7cf5780f66813e9e6cae710fd11eb1b434515","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@1.1.0-rc.0","_npmVersion":"6.2.0","_nodeVersion":"10.9.0","_npmUser":{"name":"bradzacher","email":"brad.zacher@gmail.com"},"dist":{"shasum":"ea283b0f52dac710520eb146759e426efd5018bf","size":1727,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-1.1.0-rc.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-1.1.0-rc.0.tgz"},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript_1.1.0-rc.0_1539015752709_0.12412462170221983"},"_hasShrinkwrap":false,"publish_time":1539015753503,"_cnpm_publish_time":1539015753503,"_cnpmcore_publish_time":"2021-12-15T17:16:14.829Z"},"1.0.2":{"name":"eslint-import-resolver-typescript","version":"1.0.2","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","main":"index.js","files":["index.js"],"repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"keywords":["typescript","eslint","import","resolver","plugin"],"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"license":"ISC","dependencies":{"resolve":"^1.4.0"},"gitHead":"584e1e5846d3a81c2c4dc5c26eac0940849b684d","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@1.0.2","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"alexgorbatchev","email":"alex.gorbatchev@gmail.com"},"dist":{"shasum":"d910270459668c92c4673d0cf74c08d763ad5c98","size":897,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-1.0.2.tgz"},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript-1.0.2.tgz_1508434635471_0.5930782307405025"},"directories":{},"publish_time":1508434635542,"_hasShrinkwrap":false,"_cnpm_publish_time":1508434635542,"_cnpmcore_publish_time":"2021-12-15T17:16:15.031Z"},"1.0.1":{"name":"eslint-import-resolver-typescript","version":"1.0.1","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","main":"index.js","files":["index.js"],"repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"keywords":["typescript","eslint","import","resolver","plugin"],"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"license":"ISC","dependencies":{"resolve":"^1.4.0"},"gitHead":"983aa83283e1debe4b1878a0ae32e11a619c2a32","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@1.0.1","scripts":{},"_shasum":"60b90b5fb92ca7940f222da1b7c1373621b93a5c","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"alexgorbatchev","email":"alex.gorbatchev@gmail.com"},"dist":{"shasum":"60b90b5fb92ca7940f222da1b7c1373621b93a5c","size":891,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-1.0.1.tgz"},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript-1.0.1.tgz_1507668282463_0.37921908870339394"},"directories":{},"publish_time":1507668282910,"_hasShrinkwrap":false,"_cnpm_publish_time":1507668282910,"_cnpmcore_publish_time":"2021-12-15T17:16:15.316Z"},"1.0.0":{"name":"eslint-import-resolver-typescript","version":"1.0.0","description":"TypeScript .ts .tsx module resolver for `eslint-plugin-import`.","main":"index.js","files":["index.js"],"repository":{"type":"git","url":"git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"},"keywords":["typescript","eslint","import","resolver","plugin"],"author":{"name":"Alex Gorbatchev","email":"alex.gorbatchev@gmail.com"},"license":"ISC","dependencies":{"resolve":"^1.4.0"},"gitHead":"e928e7d145018027ba73fb354c832ccdf99db4d7","bugs":{"url":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"},"homepage":"https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme","_id":"eslint-import-resolver-typescript@1.0.0","scripts":{},"_shasum":"16eca8fa5068de789948adbc527eb21e34d08182","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"alexgorbatchev","email":"alex.gorbatchev@gmail.com"},"dist":{"shasum":"16eca8fa5068de789948adbc527eb21e34d08182","size":887,"noattachment":false,"key":"/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-import-resolver-typescript/download/eslint-import-resolver-typescript-1.0.0.tgz"},"maintainers":[{"name":"alexgorbatchev","email":""},{"name":"bradzacher","email":"brad.zacher@gmail.com"},{"name":"jounqin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-import-resolver-typescript-1.0.0.tgz_1507661474386_0.04274912620894611"},"directories":{},"publish_time":1507661474648,"_hasShrinkwrap":false,"_cnpm_publish_time":1507661474648,"_cnpmcore_publish_time":"2021-12-15T17:16:15.526Z"}},"readme":"# eslint-import-resolver-typescript\n\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/import-js/eslint-import-resolver-typescript/ci.yml?branch=master)](https://github.com/import-js/eslint-import-resolver-typescript/actions/workflows/ci.yml?query=branch%3Amaster)\n[![Codecov](https://img.shields.io/codecov/c/github/import-js/eslint-import-resolver-typescript.svg)](https://codecov.io/gh/import-js/eslint-import-resolver-typescript)\n[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fimport-js%2Feslint-import-resolver-typescript%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/type-coverage)\n[![npm](https://img.shields.io/npm/v/eslint-import-resolver-typescript.svg)](https://www.npmjs.com/package/eslint-import-resolver-typescript)\n[![GitHub Release](https://img.shields.io/github/release/import-js/eslint-import-resolver-typescript)](https://github.com/import-js/eslint-import-resolver-typescript/releases)\n\n[![Conventional Commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/changesets/changesets)\n\nThis is a resolver for `eslint-plugin-import(-x)` plugin, not an ESLint plugin itself, it adds [`TypeScript`][] support to [`eslint-plugin-import`][]. (Or maybe you want to try [`eslint-plugin-import-x`][] for faster speed)\n\nThis means you can:\n\n- `import`/`require` files with extension `.cts`/`.mts`/`.ts`/`.tsx`/`.d.cts`/`.d.mts`/`.d.ts`\n- Use [`paths`](https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping) defined in `tsconfig.json`\n- Prefer resolving `@types/*` definitions over plain `.js`/`.jsx`\n- Multiple tsconfigs support, just like normal\n- `imports/exports` fields support in `package.json`\n\n## TOC <!-- omit in toc -->\n\n- [Notice](#notice)\n- [Installation](#installation)\n  - [`eslint-plugin-import-x`](#eslint-plugin-import-x)\n  - [`eslint-plugin-import`](#eslint-plugin-import)\n- [Configuration](#configuration)\n  - [`eslint.config.js`](#eslintconfigjs)\n  - [`.eslintrc`](#eslintrc)\n  - [Other environments](#other-environments)\n    - [Bun](#bun)\n- [Options from `unrs-resolver`](#options-from-unrs-resolver)\n  - [`conditionNames`](#conditionnames)\n  - [`extensions`](#extensions)\n  - [`extensionAlias`](#extensionalias)\n  - [`mainFields`](#mainfields)\n  - [Other options](#other-options)\n  - [Default options](#default-options)\n- [Contributing](#contributing)\n- [Sponsors and Backers](#sponsors-and-backers)\n  - [Sponsors](#sponsors)\n  - [Backers](#backers)\n- [Changelog](#changelog)\n- [License](#license)\n- [Star History](#star-history)\n\n## Notice\n\nAfter version 2.0.0, `.d.ts` will take higher priority than normal `.js`/`.jsx` files on resolving `node_modules` packages in favor of `@types/*` definitions or its own definition.\n\nIf you're facing some problems with rules `import/default` or `import/named` from [`eslint-plugin-import`][], do not post any issue here, because they are working exactly as [expected](https://github.com/import-js/eslint-import-resolver-typescript/issues/31#issuecomment-539751607) on our side. Take [import-js/eslint-plugin-import#1525](https://github.com/import-js/eslint-plugin-import/issues/1525) as reference or post a new issue on [`eslint-plugin-import`][] instead.\n\n## Installation\n\n### `eslint-plugin-import-x`\n\n```sh\n# npm\nnpm i -D eslint-plugin-import-x eslint-import-resolver-typescript\n\n# pnpm\npnpm i -D eslint-plugin-import-x eslint-import-resolver-typescript\n\n# yarn\nyarn add -D eslint-plugin-import-x eslint-import-resolver-typescript\n\n# bun\nbun add -d eslint-plugin-import-x eslint-import-resolver-typescript\n```\n\n### `eslint-plugin-import`\n\n```sh\n# npm\nnpm i -D eslint-plugin-import eslint-import-resolver-typescript\n\n# pnpm\npnpm i -D eslint-plugin-import eslint-import-resolver-typescript\n\n# yarn\nyarn add -D eslint-plugin-import eslint-import-resolver-typescript\n\n# bun\nbun add -d eslint-plugin-import eslint-import-resolver-typescript\n```\n\n## Configuration\n\n### `eslint.config.js`\n\nIf you are using `eslint-plugin-import-x@>=4.5.0`, you can use `import`/`require` to reference `eslint-import-resolver-typescript` directly in your ESLint flat config:\n\n```js\n// eslint.config.js (CommonJS is also supported)\nimport { createTypeScriptImportResolver } from 'eslint-import-resolver-typescript'\n\nexport default [\n  {\n    settings: {\n      'import-x/resolver-next': [\n        createTypeScriptImportResolver({\n          alwaysTryTypes: true, // Always try to resolve types under `<root>@types` directory even if it doesn't contain any source code, like `@types/unist`\n\n          bun: true, // Resolve Bun modules (https://github.com/import-js/eslint-import-resolver-typescript#bun)\n\n          // Choose from one of the \"project\" configs below or omit to use <root>/tsconfig.json or <root>/jsconfig.json by default\n\n          // Use <root>/path/to/folder/tsconfig.json or <root>/path/to/folder/jsconfig.json\n          project: 'path/to/folder',\n\n          // Multiple tsconfigs/jsconfigs (Useful for monorepos, but discouraged in favor of `references` supported)\n\n          // Use a glob pattern\n          project: 'packages/*/{ts,js}config.json',\n\n          // Use an array\n          project: [\n            'packages/module-a/tsconfig.json',\n            'packages/module-b/jsconfig.json',\n          ],\n\n          // Use an array of glob patterns\n          project: [\n            'packages/*/tsconfig.json',\n            'other-packages/*/jsconfig.json',\n          ],\n        }),\n      ],\n    },\n  },\n]\n```\n\nBut if you are using `eslint-plugin-import` or the older version of `eslint-plugin-import-x`, you can't use `require`/`import`:\n\n```js\n// eslint.config.js (CommonJS is also supported)\nexport default [\n  {\n    settings: {\n      'import/resolver': {\n        typescript: {\n          alwaysTryTypes: true, // Always try to resolve types under `<root>@types` directory even if it doesn't contain any source code, like `@types/unist`\n\n          bun: true, // Resolve Bun modules (https://github.com/import-js/eslint-import-resolver-typescript#bun)\n\n          // Choose from one of the \"project\" configs below or omit to use <root>/tsconfig.json or <root>/jsconfig.json by default\n\n          // Use <root>/path/to/folder/tsconfig.json or <root>/path/to/folder/jsconfig.json\n          project: 'path/to/folder',\n\n          // Multiple tsconfigs/jsconfigs (Useful for monorepos, but discouraged in favor of `references` supported)\n\n          // Use a glob pattern\n          project: 'packages/*/{ts,js}config.json',\n\n          // Use an array\n          project: [\n            'packages/module-a/tsconfig.json',\n            'packages/module-b/jsconfig.json',\n          ],\n\n          // Use an array of glob patterns\n          project: [\n            'packages/*/tsconfig.json',\n            'other-packages/*/jsconfig.json',\n          ],\n        },\n      },\n    },\n  },\n]\n```\n\n### `.eslintrc`\n\nAdd the following to your `.eslintrc` config:\n\n```jsonc\n{\n  \"plugins\": [\"import\"],\n  \"rules\": {\n    // Turn on errors for missing imports\n    \"import/no-unresolved\": \"error\",\n  },\n  \"settings\": {\n    \"import/parsers\": {\n      \"@typescript-eslint/parser\": [\".ts\", \".tsx\"],\n    },\n    \"import/resolver\": {\n      \"typescript\": {\n        \"alwaysTryTypes\": true, // Always try to resolve types under `<root>@types` directory even if it doesn't contain any source code, like `@types/unist`\n\n        \"bun\": true, // Resolve Bun modules (https://github.com/import-js/eslint-import-resolver-typescript#bun)\n\n        // Choose from one of the \"project\" configs below or omit to use <root>/tsconfig.json or <root>/jsconfig.json by default\n\n        // Use <root>/path/to/folder/tsconfig.json or <root>/path/to/folder/jsconfig.json\n        \"project\": \"path/to/folder\",\n\n        // Multiple tsconfigs (Useful for monorepos, but discouraged in favor of `references` supported)\n\n        // Use a glob pattern\n        \"project\": \"packages/*/{ts,js}config.json\",\n\n        // Use an array\n        \"project\": [\n          \"packages/module-a/tsconfig.json\",\n          \"packages/module-b/jsconfig.json\",\n        ],\n\n        // Use an array of glob patterns\n        \"project\": [\n          \"packages/*/tsconfig.json\",\n          \"other-packages/*/jsconfig.json\",\n        ],\n      },\n    },\n  },\n}\n```\n\n### Other environments\n\n#### Bun\n\n[Bun](https://bun.sh/) provides built-in modules such as `bun:test`, which are not resolved by default.\n\nEnable Bun built-in module resolution by choosing 1 out of these 3 options:\n\n- Set the `bun: true` option, as shown in [Configuration](#configuration) above.\n- Run ESLint with `bun --bun eslint`.\n- [Configure `run.bun` in `bunfig.toml`](https://bun.sh/docs/runtime/bunfig#run-bun-auto-alias-node-to-bun).\n\n## Options from [`unrs-resolver`][]\n\n### `conditionNames`\n\nDefault:\n\n```jsonc\n[\n  \"types\",\n  \"import\",\n\n  // APF: https://angular.io/guide/angular-package-format\n  \"esm2020\",\n  \"es2020\",\n  \"es2015\",\n\n  \"require\",\n  \"node\",\n  \"node-addons\",\n  \"browser\",\n  \"default\",\n]\n```\n\n### `extensions`\n\nDefault:\n\n```jsonc\n[\n  // `.mts`, `.cts`, `.d.mts`, `.d.cts`, `.mjs`, `.cjs` are not included because `.cjs` and `.mjs` must be used explicitly\n  \".ts\",\n  \".tsx\",\n  \".d.ts\",\n  \".js\",\n  \".jsx\",\n  \".json\",\n  \".node\",\n]\n```\n\n### `extensionAlias`\n\nDefault:\n\n```jsonc\n{\n  \".js\": [\n    \".ts\",\n    // `.tsx` can also be compiled as `.js`\n    \".tsx\",\n    \".d.ts\",\n    \".js\",\n  ],\n  \".ts\": [\".ts\", \".d.ts\", \".js\"],\n  \".jsx\": [\".tsx\", \".d.ts\", \".jsx\"],\n  \".tsx\": [\n    \".tsx\",\n    \".d.ts\",\n    \".jsx\",\n    // `.tsx` can also be compiled as `.js`\n    \".js\",\n  ],\n  \".cjs\": [\".cts\", \".d.cts\", \".cjs\"],\n  \".cts\": [\".cts\", \".d.cts\", \".cjs\"],\n  \".mjs\": [\".mts\", \".d.mts\", \".mjs\"],\n  \".mts\": [\".mts\", \".d.mts\", \".mjs\"],\n}\n```\n\n### `mainFields`\n\nDefault:\n\n```jsonc\n[\n  \"types\",\n  \"typings\",\n\n  // APF: https://angular.io/guide/angular-package-format\n  \"fesm2020\",\n  \"fesm2015\",\n  \"esm2020\",\n  \"es2020\",\n\n  \"module\",\n  \"jsnext:main\",\n\n  \"main\",\n]\n```\n\n### Other options\n\nYou can pass through other options of [`unrs-resolver`][] directly.\n\n### Default options\n\nYou can reuse `defaultConditionNames`, `defaultExtensions`, `defaultExtensionAlias`, and `defaultMainFields` by directly using `require`/`import`.\n\n## Contributing\n\n- Make sure your change is covered by a test import.\n- Make sure that `yarn test` passes without a failure.\n- Make sure that `yarn lint` passes without conflicts.\n- Make sure your code changes match our [type-coverage](https://github.com/plantain-00/type-coverage) settings: `yarn type-coverage`.\n\nWe have [GitHub Actions](https://github.com/import-js/eslint-import-resolver-typescript/actions), which will run the above commands on your PRs.\n\nIf either fails, we won't be able to merge your PR until it's fixed.\n\n## Sponsors and Backers\n\n[![Sponsors and Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)\n\n### Sponsors\n\n| 1stG                                                                                                                   | RxTS                                                                                                                   | UnTS                                                                                                                   |\n| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |\n| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |\n\n### Backers\n\n| 1stG                                                                                                                | RxTS                                                                                                                | UnTS                                                                                                                |\n| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |\n| [![1stG Open Collective backers](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |\n\n## Changelog\n\nDetailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.md).\n\n## License\n\n[ISC][]\n\n## Star History\n\n<a href=\"https://www.star-history.com/#import-js/eslint-import-resolver-typescript&Date\">\n <picture>\n   <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=import-js/eslint-import-resolver-typescript&type=Date&theme=dark\" />\n   <source media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=import-js/eslint-import-resolver-typescript&type=Date\" />\n   <img alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=import-js/eslint-import-resolver-typescript&type=Date\" />\n </picture>\n</a>\n\n[`eslint-plugin-import`]: https://github.com/import-js/eslint-plugin-import\n[`eslint-plugin-import-x`]: https://github.com/un-ts/eslint-plugin-import-x\n[`unrs-resolver`]: https://github.com/unrs/unrs-resolver\n[`typescript`]: https://www.typescriptlang.org\n[isc]: https://opensource.org/licenses/ISC\n","_attachments":{},"homepage":"https://github.com/import-js/eslint-import-resolver-typescript#readme","bugs":{"url":"https://github.com/import-js/eslint-import-resolver-typescript/issues"},"license":"ISC"}