{
  "_args": [
    [
      "@typescript-eslint/scope-manager@6.18.0",
      "/var/www/html/armory/api"
    ]
  ],
  "_development": true,
  "_from": "@typescript-eslint/scope-manager@6.18.0",
  "_id": "@typescript-eslint/scope-manager@6.18.0",
  "_inBundle": false,
  "_integrity": "sha512-o/UoDT2NgOJ2VfHpfr+KBY2ErWvCySNUIX/X7O9g8Zzt/tXdpfEU43qbNk8LVuWUT2E0ptzTWXh79i74PP0twA==",
  "_location": "/@typescript-eslint/scope-manager",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/scope-manager@6.18.0",
    "name": "@typescript-eslint/scope-manager",
    "escapedName": "@typescript-eslint%2fscope-manager",
    "scope": "@typescript-eslint",
    "rawSpec": "6.18.0",
    "saveSpec": null,
    "fetchSpec": "6.18.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/eslint-plugin",
    "/@typescript-eslint/parser",
    "/@typescript-eslint/utils"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.18.0.tgz",
  "_spec": "6.18.0",
  "_where": "/var/www/html/armory/api",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "dependencies": {
    "@typescript-eslint/types": "6.18.0",
    "@typescript-eslint/visitor-keys": "6.18.0"
  },
  "description": "TypeScript scope analyser for ESLint",
  "devDependencies": {
    "@prettier/sync": "*",
    "@types/glob": "*",
    "@typescript-eslint/typescript-estree": "6.18.0",
    "glob": "*",
    "jest-specific-snapshot": "*",
    "make-dir": "*",
    "pretty-format": "*",
    "typescript": "*"
  },
  "engines": {
    "node": "^16.0.0 || >=18.0.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
  "keywords": [
    "eslint",
    "typescript",
    "estree"
  ],
  "license": "MIT",
  "name": "@typescript-eslint/scope-manager",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/scope-manager"
  },
  "scripts": {
    "build": "npx nx build",
    "clean": "npx nx clean",
    "clean-fixtures": "npx nx clean-fixtures",
    "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
    "generate-lib": "npx nx generate-lib",
    "lint": "npx nx lint",
    "test": "npx nx test --code-coverage",
    "typecheck": "npx nx typecheck"
  },
  "type": "commonjs",
  "typesVersions": {
    "<4.7": {
      "*": [
        "_ts4.3/*"
      ]
    }
  },
  "version": "6.18.0"
}
