{
  "_from": "@typescript-eslint/eslint-plugin@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  "_id": "@typescript-eslint/eslint-plugin@8.54.0",
  "_inBundle": false,
  "_integrity": "sha512-hAAP5io/7csFStuOmR782YmTthKBJ9ND3WVL60hcOjvtGFb+HJxH4O5huAcmcZ9v9G8P+JETiZ/G1B8MALnWZQ==",
  "_location": "/@typescript-eslint/eslint-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@typescript-eslint/eslint-plugin@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
    "name": "@typescript-eslint/eslint-plugin",
    "escapedName": "@typescript-eslint%2feslint-plugin",
    "scope": "@typescript-eslint",
    "rawSpec": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  },
  "_requiredBy": [
    "/eslint-config-next"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.54.0.tgz",
  "_shasum": "d8899e5c2eccf5c4a20d01c036a193753748454d",
  "_spec": "@typescript-eslint/eslint-plugin@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\eslint-config-next",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@eslint-community/regexpp": "^4.12.2",
    "@typescript-eslint/scope-manager": "8.54.0",
    "@typescript-eslint/type-utils": "8.54.0",
    "@typescript-eslint/utils": "8.54.0",
    "@typescript-eslint/visitor-keys": "8.54.0",
    "ignore": "^7.0.5",
    "natural-compare": "^1.4.0",
    "ts-api-utils": "^2.4.0"
  },
  "deprecated": false,
  "description": "TypeScript plugin for ESLint",
  "devDependencies": {
    "@types/mdast": "^4.0.4",
    "@types/natural-compare": "*",
    "@typescript-eslint/rule-schema-to-typescript-types": "8.54.0",
    "@typescript-eslint/rule-tester": "8.54.0",
    "@vitest/coverage-v8": "^3.2.4",
    "ajv": "^6.12.6",
    "eslint": "*",
    "json-schema": "*",
    "markdown-table": "^3.0.4",
    "marked": "^15.0.12",
    "mdast-util-from-markdown": "^2.0.2",
    "mdast-util-mdx": "^3.0.0",
    "micromark-extension-mdxjs": "^3.0.0",
    "prettier": "3.8.0",
    "rimraf": "*",
    "title-case": "^4.3.2",
    "tsx": "*",
    "typescript": "*",
    "unist-util-visit": "^5.0.0",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": "^18.18.0 || ^20.9.0 || >=21.1.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"
    },
    "./use-at-your-own-risk/raw-plugin": {
      "types": "./raw-plugin.d.ts",
      "default": "./dist/raw-plugin.js"
    }
  },
  "files": [
    "dist",
    "!*.tsbuildinfo",
    "index.d.ts",
    "raw-plugin.d.ts",
    "rules.d.ts",
    "package.json",
    "./README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "homepage": "https://typescript-eslint.io/packages/eslint-plugin",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "typescript"
  ],
  "license": "MIT",
  "name": "@typescript-eslint/eslint-plugin",
  "nx": {
    "name": "eslint-plugin",
    "includedScripts": [
      "clean"
    ],
    "targets": {
      "generate-breaking-changes": {
        "command": "tsx tools/generate-breaking-changes.mts",
        "options": {
          "cwd": "{projectRoot}"
        },
        "dependsOn": [
          "type-utils:build"
        ]
      },
      "lint": {
        "command": "eslint"
      }
    }
  },
  "peerDependencies": {
    "eslint": "^8.57.0 || ^9.0.0",
    "typescript": ">=4.8.4 <6.0.0",
    "@typescript-eslint/parser": "^8.54.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/eslint-plugin"
  },
  "scripts": {
    "build": "yarn run -BT nx build",
    "clean": "rimraf dist/ coverage/",
    "format": "yarn run -T format",
    "generate-breaking-changes": "yarn run -BT nx generate-breaking-changes",
    "generate-configs": "yarn run -BT nx generate-configs repo",
    "lint": "yarn run -BT nx lint",
    "test": "yarn run -BT nx test",
    "typecheck": "yarn run -BT nx typecheck"
  },
  "type": "commonjs",
  "version": "8.54.0"
}
