{
  "_from": "@typescript-eslint/typescript-estree@8.66.0",
  "_id": "@typescript-eslint/typescript-estree@8.66.0",
  "_inBundle": false,
  "_integrity": "sha512-8/x4INiiQb10jGgXYD7116/zQ+OL84ZIFn0za68wwFHCanT/VLbBEroWht8RV8fn0/ZCAoazHLQgwUC0UQcDfg==",
  "_location": "/@typescript-eslint/typescript-estree",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/typescript-estree@8.66.0",
    "name": "@typescript-eslint/typescript-estree",
    "escapedName": "@typescript-eslint%2ftypescript-estree",
    "scope": "@typescript-eslint",
    "rawSpec": "8.66.0",
    "saveSpec": null,
    "fetchSpec": "8.66.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/parser",
    "/@typescript-eslint/type-utils",
    "/@typescript-eslint/utils",
    "/typescript-eslint"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.66.0.tgz",
  "_shasum": "1a38c3a97dc6c669b66d585d7f90ebc4fbb32a50",
  "_spec": "@typescript-eslint/typescript-estree@8.66.0",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/typescript-eslint",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@typescript-eslint/project-service": "8.66.0",
    "@typescript-eslint/tsconfig-utils": "8.66.0",
    "@typescript-eslint/types": "8.66.0",
    "@typescript-eslint/visitor-keys": "8.66.0",
    "debug": "^4.4.3",
    "minimatch": "^10.2.2",
    "semver": "^7.7.3",
    "tinyglobby": "^0.2.15",
    "ts-api-utils": "^2.5.0"
  },
  "deprecated": false,
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
  "devDependencies": {
    "@typescript/native-preview": "7.0.0-dev.20260518.1",
    "@vitest/coverage-v8": "^4.0.18",
    "eslint": "^10.0.0",
    "glob": "^11.1.0",
    "rimraf": "^5.0.10",
    "typescript": ">=4.8.4 <6.1.0",
    "vitest": "^4.0.18",
    "yaml": "^2.8.2"
  },
  "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",
    "./use-at-your-own-risk": {
      "types": "./dist/use-at-your-own-risk.d.ts",
      "default": "./dist/use-at-your-own-risk.js"
    }
  },
  "files": [
    "dist",
    "!**/*.tsbuildinfo"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "homepage": "https://typescript-eslint.io/packages/typescript-estree",
  "keywords": [
    "ast",
    "estree",
    "ecmascript",
    "javascript",
    "typescript",
    "parser",
    "syntax"
  ],
  "license": "MIT",
  "name": "@typescript-eslint/typescript-estree",
  "nx": {
    "name": "typescript-estree",
    "includedScripts": [
      "clean"
    ],
    "targets": {
      "lint": {
        "command": "eslint"
      },
      "typecheck:tsgo": {},
      "attw-check": {}
    }
  },
  "peerDependencies": {
    "typescript": ">=4.8.4 <6.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/typescript-estree"
  },
  "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",
  "types": "./dist/index.d.ts",
  "version": "8.66.0"
}
