{
  "_from": "get-tsconfig@^4.10.0",
  "_id": "get-tsconfig@4.13.0",
  "_inBundle": false,
  "_integrity": "sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==",
  "_location": "/get-tsconfig",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "get-tsconfig@^4.10.0",
    "name": "get-tsconfig",
    "escapedName": "get-tsconfig",
    "rawSpec": "^4.10.0",
    "saveSpec": null,
    "fetchSpec": "^4.10.0"
  },
  "_requiredBy": [
    "/eslint-import-resolver-typescript"
  ],
  "_resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.0.tgz",
  "_shasum": "fcdd991e6d22ab9a600f00e91c318707a5d9a0d7",
  "_spec": "get-tsconfig@^4.10.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\eslint-import-resolver-typescript",
  "author": {
    "name": "Hiroki Osame",
    "email": "hiroki.osame@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/privatenumber/get-tsconfig/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "resolve-pkg-maps": "^1.0.0"
  },
  "deprecated": false,
  "description": "Find and parse the tsconfig.json file from a directory path",
  "exports": {
    "require": {
      "types": "./dist/index.d.cts",
      "default": "./dist/index.cjs"
    },
    "import": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/privatenumber/get-tsconfig?sponsor=1",
  "homepage": "https://github.com/privatenumber/get-tsconfig#readme",
  "imports": {
    "#get-tsconfig": {
      "types": "./src/index.ts",
      "development": "./src/index.ts",
      "default": "./dist/index.mjs"
    }
  },
  "keywords": [
    "get-tsconfig",
    "get",
    "typescript",
    "tsconfig",
    "tsconfig.json"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "get-tsconfig",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/privatenumber/get-tsconfig.git"
  },
  "type": "module",
  "types": "./dist/index.d.cts",
  "version": "4.13.0"
}
