{
  "_from": "@typescript-eslint/scope-manager@8.66.0",
  "_id": "@typescript-eslint/scope-manager@8.66.0",
  "_inBundle": false,
  "_integrity": "sha512-8TGcH25j9zqJ/IULB/ppyhRvxA8QYfFEZ7nfbg6/BN9spDgb8fPWQXlE5l8TWBL50EtUx007uZ1o9VOwrq2/9g==",
  "_location": "/@typescript-eslint/scope-manager",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/scope-manager@8.66.0",
    "name": "@typescript-eslint/scope-manager",
    "escapedName": "@typescript-eslint%2fscope-manager",
    "scope": "@typescript-eslint",
    "rawSpec": "8.66.0",
    "saveSpec": null,
    "fetchSpec": "8.66.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/eslint-plugin",
    "/@typescript-eslint/parser",
    "/@typescript-eslint/utils"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.66.0.tgz",
  "_shasum": "4fffcc6ebd0df9fe7983c0256967567ea6f5ac63",
  "_spec": "@typescript-eslint/scope-manager@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/visitor-keys": "8.66.0"
  },
  "deprecated": false,
  "description": "TypeScript scope analyser for ESLint",
  "devDependencies": {
    "@typescript-eslint/typescript-estree": "8.66.0",
    "@typescript/native-preview": "7.0.0-dev.20260518.1",
    "@vitest/coverage-v8": "^4.0.18",
    "@vitest/pretty-format": "^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"
  },
  "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/packages/scope-manager",
  "keywords": [
    "eslint",
    "typescript",
    "estree"
  ],
  "license": "MIT",
  "name": "@typescript-eslint/scope-manager",
  "nx": {
    "name": "scope-manager",
    "includedScripts": [
      "clean",
      "clean-fixtures"
    ],
    "targets": {
      "lint": {
        "command": "eslint"
      },
      "typecheck:tsgo": {},
      "attw-check": {}
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/scope-manager"
  },
  "scripts": {
    "attw-check": "pnpm -w exec nx attw-check",
    "build": "pnpm exec nx build",
    "clean": "rimraf dist/ coverage/",
    "clean-fixtures": "rimraf -g \"./tests/fixtures/**/*.shot\"",
    "format": "pnpm -w run format",
    "generate-lib": "pnpm -w exec nx generate-lib repo",
    "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"
}
