{
  "_from": "@typescript-eslint/type-utils@8.54.0",
  "_id": "@typescript-eslint/type-utils@8.54.0",
  "_inBundle": false,
  "_integrity": "sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA==",
  "_location": "/@typescript-eslint/type-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/type-utils@8.54.0",
    "name": "@typescript-eslint/type-utils",
    "escapedName": "@typescript-eslint%2ftype-utils",
    "scope": "@typescript-eslint",
    "rawSpec": "8.54.0",
    "saveSpec": null,
    "fetchSpec": "8.54.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/eslint-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.54.0.tgz",
  "_shasum": "64965317dd4118346c2fa5ee94492892200e9fb9",
  "_spec": "@typescript-eslint/type-utils@8.54.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\@typescript-eslint\\eslint-plugin",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@typescript-eslint/types": "8.54.0",
    "@typescript-eslint/typescript-estree": "8.54.0",
    "@typescript-eslint/utils": "8.54.0",
    "debug": "^4.4.3",
    "ts-api-utils": "^2.4.0"
  },
  "deprecated": false,
  "description": "Type utilities for working with TypeScript + ESLint together",
  "devDependencies": {
    "@typescript-eslint/parser": "8.54.0",
    "@vitest/coverage-v8": "^3.2.4",
    "ajv": "^6.12.6",
    "eslint": "*",
    "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/type-utils",
  "nx": {
    "name": "type-utils",
    "includedScripts": [
      "clean"
    ],
    "targets": {
      "lint": {
        "command": "eslint"
      }
    }
  },
  "peerDependencies": {
    "eslint": "^8.57.0 || ^9.0.0",
    "typescript": ">=4.8.4 <6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/type-utils"
  },
  "scripts": {
    "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"
}
