{
  "_from": "@typescript-eslint/type-utils@6.21.0",
  "_id": "@typescript-eslint/type-utils@6.21.0",
  "_inBundle": false,
  "_integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
  "_location": "/@typescript-eslint/type-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/type-utils@6.21.0",
    "name": "@typescript-eslint/type-utils",
    "escapedName": "@typescript-eslint%2ftype-utils",
    "scope": "@typescript-eslint",
    "rawSpec": "6.21.0",
    "saveSpec": null,
    "fetchSpec": "6.21.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/eslint-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
  "_shasum": "6473281cfed4dacabe8004e8521cee0bd9d4c01e",
  "_spec": "@typescript-eslint/type-utils@6.21.0",
  "_where": "/home/brandb10/nodevenv/email-api.anticoncepcionquesepega.com/12/lib/node_modules/@typescript-eslint/eslint-plugin",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@typescript-eslint/typescript-estree": "6.21.0",
    "@typescript-eslint/utils": "6.21.0",
    "debug": "^4.3.4",
    "ts-api-utils": "^1.0.1"
  },
  "deprecated": false,
  "description": "Type utilities for working with TypeScript + ESLint together",
  "devDependencies": {
    "@typescript-eslint/parser": "6.21.0",
    "ajv": "^6.10.0",
    "downlevel-dts": "*",
    "jest": "29.7.0",
    "prettier": "^3.0.3",
    "rimraf": "*",
    "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/type-utils",
  "peerDependencies": {
    "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/type-utils"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "tsc -b tsconfig.build.json --clean",
    "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
    "lint": "npx nx lint",
    "postbuild": "downlevel-dts dist _ts4.3/dist --to=4.3",
    "postclean": "rimraf dist && rimraf _ts3.4 && rimraf _ts4.3 && rimraf coverage",
    "test": "jest --coverage",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "type": "commonjs",
  "typesVersions": {
    "<4.7": {
      "*": [
        "_ts4.3/*"
      ]
    }
  },
  "version": "6.21.0"
}
