{
  "_args": [
    [
      "@typescript-eslint/types@6.18.0",
      "/var/www/html/armory/api"
    ]
  ],
  "_development": true,
  "_from": "@typescript-eslint/types@6.18.0",
  "_id": "@typescript-eslint/types@6.18.0",
  "_inBundle": false,
  "_integrity": "sha512-/RFVIccwkwSdW/1zeMx3hADShWbgBxBnV/qSrex6607isYjj05t36P6LyONgqdUrNLl5TYU8NIKdHUYpFvExkA==",
  "_location": "/@typescript-eslint/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/types@6.18.0",
    "name": "@typescript-eslint/types",
    "escapedName": "@typescript-eslint%2ftypes",
    "scope": "@typescript-eslint",
    "rawSpec": "6.18.0",
    "saveSpec": null,
    "fetchSpec": "6.18.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/parser",
    "/@typescript-eslint/scope-manager",
    "/@typescript-eslint/typescript-estree",
    "/@typescript-eslint/utils",
    "/@typescript-eslint/visitor-keys"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.18.0.tgz",
  "_spec": "6.18.0",
  "_where": "/var/www/html/armory/api",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "description": "Types for the TypeScript-ESTree AST spec",
  "devDependencies": {
    "downlevel-dts": "*",
    "prettier": "^3.0.3",
    "rimraf": "*",
    "tsx": "*",
    "typescript": "*"
  },
  "engines": {
    "node": "^16.0.0 || >=18.0.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "_ts4.3",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
  "keywords": [
    "eslint",
    "typescript",
    "estree"
  ],
  "license": "MIT",
  "name": "@typescript-eslint/types",
  "nx": {
    "targets": {
      "copy-ast-spec": {
        "dependsOn": [
          {
            "target": "build",
            "projects": "dependencies"
          }
        ],
        "outputs": [
          "{projectRoot}/src/generated"
        ]
      },
      "build": {
        "dependsOn": [
          {
            "target": "build",
            "projects": "dependencies"
          },
          {
            "target": "copy-ast-spec",
            "projects": "self"
          }
        ]
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/types"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "tsc -b tsconfig.build.json --clean",
    "copy-ast-spec": "tsx ./tools/copy-ast-spec.ts",
    "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
    "generate-lib": "npx nx run scope-manager:generate-lib",
    "lint": "npx nx lint",
    "postbuild": "downlevel-dts dist _ts4.3/dist --to=4.3",
    "postclean": "rimraf dist && rimraf src/generated && rimraf _ts3.4 && rimraf _ts4.3 && rimraf coverage",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "type": "commonjs",
  "typesVersions": {
    "<4.7": {
      "*": [
        "_ts4.3/*"
      ]
    }
  },
  "version": "6.18.0"
}
