{
  "_from": "@typescript-eslint/typescript-estree@8.56.1",
  "_id": "@typescript-eslint/typescript-estree@8.56.1",
  "_inBundle": false,
  "_integrity": "sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==",
  "_location": "/@typescript-eslint/typescript-estree",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/typescript-estree@8.56.1",
    "name": "@typescript-eslint/typescript-estree",
    "escapedName": "@typescript-eslint%2ftypescript-estree",
    "scope": "@typescript-eslint",
    "rawSpec": "8.56.1",
    "saveSpec": null,
    "fetchSpec": "8.56.1"
  },
  "_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.56.1.tgz",
  "_shasum": "3b9e57d8129a860c50864c42188f761bdef3eab0",
  "_spec": "@typescript-eslint/typescript-estree@8.56.1",
  "_where": "/var/www/html/node_modules/typescript-eslint",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@typescript-eslint/project-service": "8.56.1",
    "@typescript-eslint/tsconfig-utils": "8.56.1",
    "@typescript-eslint/types": "8.56.1",
    "@typescript-eslint/visitor-keys": "8.56.1",
    "debug": "^4.4.3",
    "minimatch": "^10.2.2",
    "semver": "^7.7.3",
    "tinyglobby": "^0.2.15",
    "ts-api-utils": "^2.4.0"
  },
  "deprecated": false,
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
  "devDependencies": {
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "*",
    "glob": "*",
    "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",
    "./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",
    "README.md",
    "LICENSE"
  ],
  "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"
      }
    }
  },
  "peerDependencies": {
    "typescript": ">=4.8.4 <6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/typescript-estree"
  },
  "scripts": {
    "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"
  },
  "type": "commonjs",
  "types": "./dist/index.d.ts",
  "version": "8.56.1"
}
