{
  "_from": "@typescript-eslint/types@8.66.0",
  "_id": "@typescript-eslint/types@8.66.0",
  "_inBundle": false,
  "_integrity": "sha512-H6gcYaSDOyvL3AD/jHUtUFo2jqGgn/F6nuyuZSu0QTesxL+cP4dQoIMrODRofuJC09g64+WgZ6tE19Y1N2YIFQ==",
  "_location": "/@typescript-eslint/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/types@8.66.0",
    "name": "@typescript-eslint/types",
    "escapedName": "@typescript-eslint%2ftypes",
    "scope": "@typescript-eslint",
    "rawSpec": "8.66.0",
    "saveSpec": null,
    "fetchSpec": "8.66.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/parser",
    "/@typescript-eslint/project-service",
    "/@typescript-eslint/scope-manager",
    "/@typescript-eslint/type-utils",
    "/@typescript-eslint/typescript-estree",
    "/@typescript-eslint/utils",
    "/@typescript-eslint/visitor-keys"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.66.0.tgz",
  "_shasum": "3cacab94d3b564c1d48c56eb37b89f89a6d48479",
  "_spec": "@typescript-eslint/types@8.66.0",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/@typescript-eslint/scope-manager",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Types for the TypeScript-ESTree AST spec",
  "devDependencies": {
    "@typescript/native-preview": "7.0.0-dev.20260518.1",
    "@vitest/coverage-v8": "^4.0.18",
    "eslint": "^10.0.0",
    "rimraf": "^5.0.10",
    "tsx": "^4.7.2",
    "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/types",
  "nx": {
    "name": "types",
    "implicitDependencies": [
      "ast-spec"
    ],
    "includedScripts": [
      "clean"
    ],
    "targets": {
      "build": {
        "dependsOn": [
          "copy-ast-spec"
        ]
      },
      "copy-ast-spec": {
        "cache": false,
        "command": "tsx tools/copy-ast-spec.mts",
        "dependsOn": [
          "ast-spec:build"
        ],
        "options": {
          "cwd": "{projectRoot}"
        },
        "outputs": [
          "{projectRoot}/src/generated"
        ]
      },
      "lint": {
        "command": "eslint",
        "dependsOn": [
          "typescript-eslint:build",
          "eslint-plugin-internal:build"
        ]
      },
      "typecheck:tsgo": {},
      "attw-check": {}
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/types"
  },
  "scripts": {
    "attw-check": "pnpm -w exec nx attw-check",
    "build": "pnpm exec nx build",
    "clean": "rimraf dist/ src/generated/ coverage/",
    "copy-ast-spec": "tsx ./tools/copy-ast-spec.mts",
    "format": "pnpm -w run format",
    "generate-lib": "pnpm -w exec nx run scope-manager:generate-lib",
    "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"
}
