{
  "_args": [
    [
      "@typescript-eslint/visitor-keys@5.22.0",
      "/home/corals8/new"
    ]
  ],
  "_development": true,
  "_from": "@typescript-eslint/visitor-keys@5.22.0",
  "_id": "@typescript-eslint/visitor-keys@5.22.0",
  "_inBundle": false,
  "_integrity": "sha512-DbgTqn2Dv5RFWluG88tn0pP6Ex0ROF+dpDO1TNNZdRtLjUr6bdznjA6f/qNqJLjd2PgguAES2Zgxh/JzwzETDg==",
  "_location": "/@typescript-eslint/visitor-keys",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/visitor-keys@5.22.0",
    "name": "@typescript-eslint/visitor-keys",
    "escapedName": "@typescript-eslint%2fvisitor-keys",
    "scope": "@typescript-eslint",
    "rawSpec": "5.22.0",
    "saveSpec": null,
    "fetchSpec": "5.22.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/scope-manager",
    "/@typescript-eslint/typescript-estree"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.22.0.tgz",
  "_spec": "5.22.0",
  "_where": "/home/corals8/new",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "dependencies": {
    "@typescript-eslint/types": "5.22.0",
    "eslint-visitor-keys": "^3.0.0"
  },
  "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",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "gitHead": "6e1016c9dad7bd77bd9858b68fa0977ad30d6965",
  "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,js,json,md}\" --ignore-path ../../.prettierignore",
    "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
    "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.22.0"
}
