{
  "_from": "@typescript-eslint/scope-manager@5.40.1",
  "_id": "@typescript-eslint/scope-manager@5.40.1",
  "_inBundle": false,
  "_integrity": "sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==",
  "_location": "/@typescript-eslint/scope-manager",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/scope-manager@5.40.1",
    "name": "@typescript-eslint/scope-manager",
    "escapedName": "@typescript-eslint%2fscope-manager",
    "scope": "@typescript-eslint",
    "rawSpec": "5.40.1",
    "saveSpec": null,
    "fetchSpec": "5.40.1"
  },
  "_requiredBy": [
    "/@typescript-eslint/eslint-plugin",
    "/@typescript-eslint/parser",
    "/@typescript-eslint/utils"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz",
  "_shasum": "a7a5197dfd234622a2421ea590ee0ccc02e18dfe",
  "_spec": "@typescript-eslint/scope-manager@5.40.1",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/@typescript-eslint/eslint-plugin",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@typescript-eslint/types": "5.40.1",
    "@typescript-eslint/visitor-keys": "5.40.1"
  },
  "deprecated": false,
  "description": "TypeScript scope analyser for ESLint",
  "devDependencies": {
    "@types/glob": "*",
    "@typescript-eslint/typescript-estree": "5.40.1",
    "glob": "*",
    "jest-specific-snapshot": "*",
    "make-dir": "*",
    "prettier": "*",
    "pretty-format": "*",
    "rimraf": "*",
    "typescript": "*"
  },
  "engines": {
    "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "gitHead": "0be356bae50156ba159c70d570b030e6d94afcb1",
  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
  "keywords": [
    "eslint",
    "typescript",
    "estree"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@typescript-eslint/scope-manager",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/scope-manager"
  },
  "scripts": {
    "build": "cd ../../ && nx build @typescript-eslint/scope-manager",
    "clean": "cd ../../ && nx clean @typescript-eslint/scope-manager",
    "clean-fixtures": "cd ../../ && nx clean-fixtures @typescript-eslint/scope-manager",
    "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
    "generate:lib": "cd ../../ && nx generate-lib @typescript-eslint/scope-manager",
    "lint": "cd ../../ && nx lint @typescript-eslint/scope-manager",
    "test": "cd ../../ && nx test @typescript-eslint/scope-manager --code-coverage",
    "typecheck": "cd ../../ && nx typecheck @typescript-eslint/scope-manager"
  },
  "types": "dist/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "*": [
        "_ts3.4/*"
      ]
    }
  },
  "version": "5.40.1"
}
