{
  "_from": "@typescript-eslint/type-utils@8.66.0",
  "_id": "@typescript-eslint/type-utils@8.66.0",
  "_inBundle": false,
  "_integrity": "sha512-LG2dWfjZQQp0ADtAu/EWJVayefGL2UEZ3CDeI44D9v3rXB/WYUqE/jpO28KrEKul5AySrmI+Zh1v6v+xW2U9+g==",
  "_location": "/@typescript-eslint/type-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/type-utils@8.66.0",
    "name": "@typescript-eslint/type-utils",
    "escapedName": "@typescript-eslint%2ftype-utils",
    "scope": "@typescript-eslint",
    "rawSpec": "8.66.0",
    "saveSpec": null,
    "fetchSpec": "8.66.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/eslint-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.66.0.tgz",
  "_shasum": "b2315303eca72fad9afa7be4f58f053c8f2a0479",
  "_spec": "@typescript-eslint/type-utils@8.66.0",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/@typescript-eslint/eslint-plugin",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@typescript-eslint/types": "8.66.0",
    "@typescript-eslint/typescript-estree": "8.66.0",
    "@typescript-eslint/utils": "8.66.0",
    "debug": "^4.4.3",
    "ts-api-utils": "^2.5.0"
  },
  "deprecated": false,
  "description": "Type utilities for working with TypeScript + ESLint together",
  "devDependencies": {
    "@types/babel__code-frame": "^7.0.6",
    "@typescript-eslint/parser": "8.66.0",
    "@typescript/native-preview": "7.0.0-dev.20260518.1",
    "@vitest/coverage-v8": "^4.0.18",
    "ajv": "^6.12.6",
    "eslint": "^10.0.0",
    "rimraf": "^5.0.10",
    "typescript": ">=4.8.4 <6.1.0",
    "vitest": "^4.0.18"
  },
  "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"
  ],
  "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"
      },
      "typecheck:tsgo": {},
      "attw-check": {}
    }
  },
  "peerDependencies": {
    "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
    "typescript": ">=4.8.4 <6.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/type-utils"
  },
  "scripts": {
    "attw-check": "pnpm -w exec nx attw-check",
    "build": "pnpm exec nx build",
    "clean": "rimraf dist/ coverage/",
    "format": "pnpm -w run format",
    "lint": "pnpm -w exec nx lint",
    "test": "pnpm -w exec nx test",
    "typecheck": "pnpm -w exec nx typecheck",
    "typecheck:tsgo": "pnpm -w exec nx typecheck:tsgo"
  },
  "type": "commonjs",
  "version": "8.66.0"
}
