{
  "_from": "@typescript-eslint/tsconfig-utils@8.54.0",
  "_id": "@typescript-eslint/tsconfig-utils@8.54.0",
  "_inBundle": false,
  "_integrity": "sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==",
  "_location": "/@typescript-eslint/tsconfig-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/tsconfig-utils@8.54.0",
    "name": "@typescript-eslint/tsconfig-utils",
    "escapedName": "@typescript-eslint%2ftsconfig-utils",
    "scope": "@typescript-eslint",
    "rawSpec": "8.54.0",
    "saveSpec": null,
    "fetchSpec": "8.54.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/project-service",
    "/@typescript-eslint/typescript-estree"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.54.0.tgz",
  "_shasum": "71dd7ba1674bd48b172fc4c85b2f734b0eae3dbc",
  "_spec": "@typescript-eslint/tsconfig-utils@8.54.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\@typescript-eslint\\typescript-estree",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Utilities for collecting TSConfigs for linting scenarios.",
  "devDependencies": {
    "@vitest/coverage-v8": "^3.2.4",
    "rimraf": "*",
    "typescript": "*",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "!*.tsbuildinfo",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "homepage": "https://typescript-eslint.io",
  "keywords": [
    "eslint",
    "typescript",
    "estree"
  ],
  "license": "MIT",
  "name": "@typescript-eslint/tsconfig-utils",
  "nx": {
    "name": "tsconfig-utils",
    "includedScripts": [
      "clean"
    ]
  },
  "peerDependencies": {
    "typescript": ">=4.8.4 <6.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/tsconfig-utils"
  },
  "scripts": {
    "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.",
    "build": "yarn run -BT nx build",
    "clean": "rimraf dist/ coverage/",
    "format": "yarn run -T format",
    "lint": "yarn run -BT nx lint",
    "test": "yarn run -BT nx test",
    "typecheck": "yarn run -BT nx typecheck"
  },
  "type": "commonjs",
  "version": "8.54.0"
}
