{ "_from": "@typescript-eslint/scope-manager@5.62.0", "_id": "@typescript-eslint/scope-manager@5.62.0", "_inBundle": false, "_integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", "_location": "/@typescript-eslint/scope-manager", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@typescript-eslint/scope-manager@5.62.0", "name": "@typescript-eslint/scope-manager", "escapedName": "@typescript-eslint%2fscope-manager", "scope": "@typescript-eslint", "rawSpec": "5.62.0", "saveSpec": null, "fetchSpec": "5.62.0" }, "_requiredBy": [ "/@typescript-eslint/eslint-plugin", "/@typescript-eslint/parser", "/@typescript-eslint/utils" ], "_resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", "_shasum": "d9457ccc6a0b8d6b37d0eb252a23022478c5460c", "_spec": "@typescript-eslint/scope-manager@5.62.0", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/@typescript-eslint/eslint-plugin", "bugs": { "url": "https://github.com/typescript-eslint/typescript-eslint/issues" }, "bundleDependencies": false, "dependencies": { "@typescript-eslint/types": "5.62.0", "@typescript-eslint/visitor-keys": "5.62.0" }, "deprecated": false, "description": "TypeScript scope analyser for ESLint", "devDependencies": { "@types/glob": "*", "@typescript-eslint/typescript-estree": "5.62.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": "cba0d113bba1bbcee69149c954dc6bd4c658c714", "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.62.0" }