{
  "_args": [
    [
      "@typescript-eslint/eslint-plugin@6.18.0",
      "/var/www/html/armory/api"
    ]
  ],
  "_development": true,
  "_from": "@typescript-eslint/eslint-plugin@6.18.0",
  "_id": "@typescript-eslint/eslint-plugin@6.18.0",
  "_inBundle": false,
  "_integrity": "sha512-3lqEvQUdCozi6d1mddWqd+kf8KxmGq2Plzx36BlkjuQe3rSTm/O98cLf0A4uDO+a5N1KD2SeEEl6fW97YHY+6w==",
  "_location": "/@typescript-eslint/eslint-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/eslint-plugin@6.18.0",
    "name": "@typescript-eslint/eslint-plugin",
    "escapedName": "@typescript-eslint%2feslint-plugin",
    "scope": "@typescript-eslint",
    "rawSpec": "6.18.0",
    "saveSpec": null,
    "fetchSpec": "6.18.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.18.0.tgz",
  "_spec": "6.18.0",
  "_where": "/var/www/html/armory/api",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "dependencies": {
    "@eslint-community/regexpp": "^4.5.1",
    "@typescript-eslint/scope-manager": "6.18.0",
    "@typescript-eslint/type-utils": "6.18.0",
    "@typescript-eslint/utils": "6.18.0",
    "@typescript-eslint/visitor-keys": "6.18.0",
    "debug": "^4.3.4",
    "graphemer": "^1.4.0",
    "ignore": "^5.2.4",
    "natural-compare": "^1.4.0",
    "semver": "^7.5.4",
    "ts-api-utils": "^1.0.1"
  },
  "description": "TypeScript plugin for ESLint",
  "devDependencies": {
    "@prettier/sync": "*",
    "@types/debug": "*",
    "@types/marked": "*",
    "@types/natural-compare": "*",
    "@typescript-eslint/rule-schema-to-typescript-types": "6.18.0",
    "@typescript-eslint/rule-tester": "6.18.0",
    "ajv": "^6.12.6",
    "chalk": "^5.3.0",
    "cross-fetch": "*",
    "grapheme-splitter": "^1.0.4",
    "jest": "29.7.0",
    "jest-specific-snapshot": "^8.0.0",
    "json-schema": "*",
    "markdown-table": "^3.0.3",
    "marked": "^5.1.1",
    "prettier": "^3.0.3",
    "rimraf": "*",
    "title-case": "^3.0.3",
    "tsx": "*",
    "typescript": "*"
  },
  "engines": {
    "node": "^16.0.0 || >=18.0.0"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json",
    "./use-at-your-own-risk/rules": {
      "types": "./rules.d.ts",
      "default": "./dist/rules/index.js"
    }
  },
  "files": [
    "dist",
    "docs",
    "index.d.ts",
    "rules.d.ts",
    "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",
    "eslintplugin",
    "eslint-plugin",
    "typescript"
  ],
  "license": "MIT",
  "name": "@typescript-eslint/eslint-plugin",
  "peerDependencies": {
    "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
    "eslint": "^7.0.0 || ^8.0.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/eslint-plugin"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "check-configs": "jest tests/configs.test.ts --runTestsByPath --silent --runInBand",
    "check-docs": "jest tests/docs.test.ts --runTestsByPath --silent --runInBand",
    "clean": "tsc -b tsconfig.build.json --clean",
    "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
    "generate:breaking-changes": "yarn tsx tools/generate-breaking-changes.mts",
    "generate:configs": "yarn tsx tools/generate-configs.ts",
    "lint": "npx nx lint",
    "postclean": "rimraf dist && rimraf coverage",
    "test": "jest --coverage --logHeapUsage",
    "test-single": "jest --no-coverage",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "type": "commonjs",
  "version": "6.18.0"
}
