{
  "_from": "@typescript-eslint/utils@8.54.0",
  "_id": "@typescript-eslint/utils@8.54.0",
  "_inBundle": false,
  "_integrity": "sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA==",
  "_location": "/@typescript-eslint/utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/utils@8.54.0",
    "name": "@typescript-eslint/utils",
    "escapedName": "@typescript-eslint%2futils",
    "scope": "@typescript-eslint",
    "rawSpec": "8.54.0",
    "saveSpec": null,
    "fetchSpec": "8.54.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/eslint-plugin",
    "/@typescript-eslint/type-utils"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.54.0.tgz",
  "_shasum": "c79a4bcbeebb4f571278c0183ed1cb601d84c6c8",
  "_spec": "@typescript-eslint/utils@8.54.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\@typescript-eslint\\eslint-plugin",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@eslint-community/eslint-utils": "^4.9.1",
    "@typescript-eslint/scope-manager": "8.54.0",
    "@typescript-eslint/types": "8.54.0",
    "@typescript-eslint/typescript-estree": "8.54.0"
  },
  "deprecated": false,
  "description": "Utilities for working with TypeScript + ESLint together",
  "devDependencies": {
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "*",
    "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"
    },
    "./ast-utils": {
      "types": "./dist/ast-utils/index.d.ts",
      "default": "./dist/ast-utils/index.js"
    },
    "./eslint-utils": {
      "types": "./dist/eslint-utils/index.d.ts",
      "default": "./dist/eslint-utils/index.js"
    },
    "./json-schema": {
      "types": "./dist/json-schema.d.ts",
      "default": "./dist/json-schema.js"
    },
    "./ts-eslint": {
      "types": "./dist/ts-eslint/index.d.ts",
      "default": "./dist/ts-eslint/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "!*.tsbuildinfo",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "homepage": "https://typescript-eslint.io/packages/utils",
  "keywords": [
    "eslint",
    "typescript",
    "estree"
  ],
  "license": "MIT",
  "name": "@typescript-eslint/utils",
  "nx": {
    "name": "utils",
    "includedScripts": [
      "clean"
    ],
    "targets": {
      "lint": {
        "command": "eslint"
      },
      "typecheck": {
        "outputs": [
          "{workspaceRoot}/dist",
          "{projectRoot}/dist"
        ]
      },
      "test": {
        "dependsOn": [
          "^build",
          "typecheck"
        ]
      }
    }
  },
  "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/utils"
  },
  "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",
  "types": "./dist/index.d.ts",
  "version": "8.54.0"
}
