{ "_from": "@typescript-eslint/visitor-keys@5.62.0", "_id": "@typescript-eslint/visitor-keys@5.62.0", "_inBundle": false, "_integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", "_location": "/@typescript-eslint/visitor-keys", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@typescript-eslint/visitor-keys@5.62.0", "name": "@typescript-eslint/visitor-keys", "escapedName": "@typescript-eslint%2fvisitor-keys", "scope": "@typescript-eslint", "rawSpec": "5.62.0", "saveSpec": null, "fetchSpec": "5.62.0" }, "_requiredBy": [ "/@typescript-eslint/scope-manager", "/@typescript-eslint/typescript-estree" ], "_resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", "_shasum": "2174011917ce582875954ffe2f6912d5931e353e", "_spec": "@typescript-eslint/visitor-keys@5.62.0", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/@typescript-eslint/scope-manager", "bugs": { "url": "https://github.com/typescript-eslint/typescript-eslint/issues" }, "bundleDependencies": false, "dependencies": { "@typescript-eslint/types": "5.62.0", "eslint-visitor-keys": "^3.3.0" }, "deprecated": false, "description": "Visitor keys used to help traverse the TypeScript-ESTree AST", "devDependencies": { "@types/eslint-visitor-keys": "*" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "files": [ "dist", "_ts3.4", "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/visitor-keys", "repository": { "type": "git", "url": "git+https://github.com/typescript-eslint/typescript-eslint.git", "directory": "packages/visitor-keys" }, "scripts": { "build": "tsc -b tsconfig.build.json", "clean": "tsc -b tsconfig.build.json --clean", "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore", "lint": "nx lint", "postbuild": "downlevel-dts dist _ts3.4/dist", "postclean": "rimraf dist && rimraf _ts3.4 && rimraf coverage", "test": "jest --coverage", "typecheck": "tsc -p tsconfig.json --noEmit" }, "types": "dist/index.d.ts", "typesVersions": { "<3.8": { "*": [ "_ts3.4/*" ] } }, "version": "5.62.0" }