{
  "_args": [
    [
      "@typescript-eslint/typescript-estree@6.18.0",
      "/var/www/html/armory/api"
    ]
  ],
  "_development": true,
  "_from": "@typescript-eslint/typescript-estree@6.18.0",
  "_id": "@typescript-eslint/typescript-estree@6.18.0",
  "_inBundle": false,
  "_integrity": "sha512-klNvl+Ql4NsBNGB4W9TZ2Od03lm7aGvTbs0wYaFYsplVPhr+oeXjlPZCDI4U9jgJIDK38W1FKhacCFzCC+nbIg==",
  "_location": "/@typescript-eslint/typescript-estree",
  "_phantomChildren": {
    "balanced-match": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/typescript-estree@6.18.0",
    "name": "@typescript-eslint/typescript-estree",
    "escapedName": "@typescript-eslint%2ftypescript-estree",
    "scope": "@typescript-eslint",
    "rawSpec": "6.18.0",
    "saveSpec": null,
    "fetchSpec": "6.18.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/parser",
    "/@typescript-eslint/type-utils",
    "/@typescript-eslint/utils"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-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": {
    "@typescript-eslint/types": "6.18.0",
    "@typescript-eslint/visitor-keys": "6.18.0",
    "debug": "^4.3.4",
    "globby": "^11.1.0",
    "is-glob": "^4.0.3",
    "minimatch": "9.0.3",
    "semver": "^7.5.4",
    "ts-api-utils": "^1.0.1"
  },
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
  "devDependencies": {
    "@babel/code-frame": "*",
    "@babel/parser": "*",
    "glob": "*",
    "jest": "29.7.0",
    "jest-specific-snapshot": "^8.0.0",
    "make-dir": "*",
    "prettier": "^3.0.3",
    "rimraf": "*",
    "tmp": "*",
    "typescript": "*"
  },
  "engines": {
    "node": "^16.0.0 || >=18.0.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json",
    "./use-at-your-own-risk": {
      "types": "./dist/use-at-your-own-risk.d.ts",
      "default": "./dist/use-at-your-own-risk.js"
    }
  },
  "files": [
    "dist",
    "_ts4.3",
    "README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
  "keywords": [
    "ast",
    "estree",
    "ecmascript",
    "javascript",
    "typescript",
    "parser",
    "syntax"
  ],
  "license": "BSD-2-Clause",
  "name": "@typescript-eslint/typescript-estree",
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/typescript-estree"
  },
  "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 _ts4.3 && rimraf coverage",
    "test": "jest --coverage --runInBand --verbose",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "type": "commonjs",
  "typesVersions": {
    "<4.7": {
      "*": [
        "_ts4.3/*"
      ]
    }
  },
  "version": "6.18.0"
}
