{
  "_from": "@typescript-eslint/typescript-estree@5.40.1",
  "_id": "@typescript-eslint/typescript-estree@5.40.1",
  "_inBundle": false,
  "_integrity": "sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==",
  "_location": "/@typescript-eslint/typescript-estree",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/typescript-estree@5.40.1",
    "name": "@typescript-eslint/typescript-estree",
    "escapedName": "@typescript-eslint%2ftypescript-estree",
    "scope": "@typescript-eslint",
    "rawSpec": "5.40.1",
    "saveSpec": null,
    "fetchSpec": "5.40.1"
  },
  "_requiredBy": [
    "/@typescript-eslint/parser",
    "/@typescript-eslint/type-utils",
    "/@typescript-eslint/utils"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz",
  "_shasum": "9a7d25492f02c69882ce5e0cd1857b0c55645d72",
  "_spec": "@typescript-eslint/typescript-estree@5.40.1",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/@typescript-eslint/type-utils",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@typescript-eslint/types": "5.40.1",
    "@typescript-eslint/visitor-keys": "5.40.1",
    "debug": "^4.3.4",
    "globby": "^11.1.0",
    "is-glob": "^4.0.3",
    "semver": "^7.3.7",
    "tsutils": "^3.21.0"
  },
  "deprecated": false,
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
  "devDependencies": {
    "@babel/code-frame": "*",
    "@babel/parser": "*",
    "@types/babel__code-frame": "*",
    "@types/debug": "*",
    "@types/glob": "*",
    "@types/is-glob": "*",
    "@types/semver": "*",
    "@types/tmp": "*",
    "@typescript-eslint/shared-fixtures": "5.40.1",
    "glob": "*",
    "jest-specific-snapshot": "*",
    "make-dir": "*",
    "tmp": "*",
    "typescript": "*"
  },
  "engines": {
    "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  },
  "files": [
    "dist",
    "_ts3.4",
    "README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "gitHead": "0be356bae50156ba159c70d570b030e6d94afcb1",
  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
  "keywords": [
    "ast",
    "estree",
    "ecmascript",
    "javascript",
    "typescript",
    "parser",
    "syntax"
  ],
  "license": "BSD-2-Clause",
  "main": "dist/index.js",
  "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": "eslint . --ignore-path='../../.eslintignore'",
    "postbuild": "downlevel-dts dist _ts3.4/dist",
    "postclean": "rimraf dist && rimraf _ts3.4 && rimraf coverage",
    "test": "jest --coverage",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "types": "dist/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "*": [
        "_ts3.4/*"
      ]
    }
  },
  "version": "5.40.1"
}
