{
  "_args": [
    [
      "@typescript-eslint/scope-manager@5.48.0",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "@typescript-eslint/scope-manager@5.48.0",
  "_id": "@typescript-eslint/scope-manager@5.48.0",
  "_inBundle": false,
  "_integrity": "sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==",
  "_location": "/@typescript-eslint/scope-manager",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/scope-manager@5.48.0",
    "name": "@typescript-eslint/scope-manager",
    "escapedName": "@typescript-eslint%2fscope-manager",
    "scope": "@typescript-eslint",
    "rawSpec": "5.48.0",
    "saveSpec": null,
    "fetchSpec": "5.48.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/eslint-plugin",
    "/@typescript-eslint/parser",
    "/@typescript-eslint/utils"
  ],
  "_resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.0.tgz",
  "_spec": "5.48.0",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "dependencies": {
    "@typescript-eslint/types": "5.48.0",
    "@typescript-eslint/visitor-keys": "5.48.0"
  },
  "description": "TypeScript scope analyser for ESLint",
  "devDependencies": {
    "@types/glob": "*",
    "@typescript-eslint/typescript-estree": "5.48.0",
    "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": "4ab9bd7f7c1812df4371d1fd3202969c1039e8a7",
  "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": "nx build",
    "clean": "nx clean",
    "clean-fixtures": "nx clean-fixtures",
    "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
    "generate:lib": "nx generate-lib",
    "lint": "nx lint",
    "test": "nx test --code-coverage",
    "typecheck": "nx typecheck"
  },
  "types": "dist/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "*": [
        "_ts3.4/*"
      ]
    }
  },
  "version": "5.48.0"
}
