{
  "_args": [
    [
      "eslint-import-resolver-typescript@2.7.1",
      "/home/corals8/new"
    ]
  ],
  "_development": true,
  "_from": "eslint-import-resolver-typescript@2.7.1",
  "_id": "eslint-import-resolver-typescript@2.7.1",
  "_inBundle": false,
  "_integrity": "sha512-00UbgGwV8bSgUv34igBDbTOtKhqoRMy9bFjNehT40bXg6585PNIct8HhXZ0SybqB9rWtXj9crcku8ndDn/gIqQ==",
  "_location": "/eslint-import-resolver-typescript",
  "_phantomChildren": {
    "fs.realpath": "1.0.0",
    "inflight": "1.0.6",
    "inherits": "2.0.4",
    "minimatch": "3.1.2",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "eslint-import-resolver-typescript@2.7.1",
    "name": "eslint-import-resolver-typescript",
    "escapedName": "eslint-import-resolver-typescript",
    "rawSpec": "2.7.1",
    "saveSpec": null,
    "fetchSpec": "2.7.1"
  },
  "_requiredBy": [
    "/eslint-config-next"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.7.1.tgz",
  "_spec": "2.7.1",
  "_where": "/home/corals8/new",
  "author": {
    "name": "Alex Gorbatchev",
    "email": "alex.gorbatchev@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues"
  },
  "contributors": [
    {
      "name": "JounQin",
      "email": "admin@1stg.me"
    }
  ],
  "dependencies": {
    "debug": "^4.3.4",
    "glob": "^7.2.0",
    "is-glob": "^4.0.3",
    "resolve": "^1.22.0",
    "tsconfig-paths": "^3.14.1"
  },
  "description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.",
  "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"
  },
  "engines": {
    "node": ">=4"
  },
  "es2015": "lib/index.es2015.mjs",
  "exports": {
    ".": {
      "require": "./lib/index.cjs",
      "import": "./lib/index.es2015.mjs",
      "types": "./lib/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "lib",
    "!*.tsbuildinfo"
  ],
  "homepage": "https://github.com/alexgorbatchev/eslint-import-resolver-typescript#readme",
  "keywords": [
    "typescript",
    "eslint",
    "import",
    "resolver",
    "plugin"
  ],
  "license": "ISC",
  "main": "lib/index.cjs",
  "module": "lib/index.es2015.mjs",
  "name": "eslint-import-resolver-typescript",
  "peerDependencies": {
    "eslint": "*",
    "eslint-plugin-import": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git"
  },
  "resolutions": {
    "eslint-import-resolver-typescript": "link:.",
    "prettier": "^2.6.2"
  },
  "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"
  },
  "typeCoverage": {
    "atLeast": 99.28,
    "cache": true,
    "detail": true,
    "ignoreAsAssertion": true,
    "ignoreCatch": true,
    "ignoreFiles": [
      "**/*.d.ts"
    ],
    "strict": true,
    "update": true
  },
  "types": "lib/index.d.ts",
  "version": "2.7.1"
}
