{
  "_from": "@typescript-eslint/parser@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  "_id": "@typescript-eslint/parser@8.54.0",
  "_inBundle": false,
  "_integrity": "sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA==",
  "_location": "/@typescript-eslint/parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@typescript-eslint/parser@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
    "name": "@typescript-eslint/parser",
    "escapedName": "@typescript-eslint%2fparser",
    "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/parser/-/parser-8.54.0.tgz",
  "_shasum": "3d01a6f54ed247deb9982621f70e7abf1810bd97",
  "_spec": "@typescript-eslint/parser@^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": {
    "@typescript-eslint/scope-manager": "8.54.0",
    "@typescript-eslint/types": "8.54.0",
    "@typescript-eslint/typescript-estree": "8.54.0",
    "@typescript-eslint/visitor-keys": "8.54.0",
    "debug": "^4.4.3"
  },
  "deprecated": false,
  "description": "An ESLint custom parser which leverages TypeScript ESTree",
  "devDependencies": {
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "*",
    "glob": "*",
    "rimraf": "*",
    "typescript": "*",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "!*.tsbuildinfo",
    "README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "homepage": "https://typescript-eslint.io/packages/parser",
  "keywords": [
    "ast",
    "ecmascript",
    "javascript",
    "typescript",
    "parser",
    "syntax",
    "eslint"
  ],
  "license": "MIT",
  "name": "@typescript-eslint/parser",
  "nx": {
    "name": "parser",
    "includedScripts": [
      "clean"
    ],
    "targets": {
      "lint": {
        "command": "eslint"
      }
    }
  },
  "peerDependencies": {
    "eslint": "^8.57.0 || ^9.0.0",
    "typescript": ">=4.8.4 <6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/parser"
  },
  "scripts": {
    "build": "yarn run -BT nx build",
    "clean": "rimraf dist/ coverage/",
    "format": "yarn run -T format",
    "lint": "yarn run -BT nx lint",
    "test": "yarn run -BT nx test",
    "typecheck": "yarn run -BT nx typecheck"
  },
  "type": "commonjs",
  "version": "8.54.0"
}
