{
  "_from": "@typescript-eslint/types@5.40.1",
  "_id": "@typescript-eslint/types@5.40.1",
  "_inBundle": false,
  "_integrity": "sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==",
  "_location": "/@typescript-eslint/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/types@5.40.1",
    "name": "@typescript-eslint/types",
    "escapedName": "@typescript-eslint%2ftypes",
    "scope": "@typescript-eslint",
    "rawSpec": "5.40.1",
    "saveSpec": null,
    "fetchSpec": "5.40.1"
  },
  "_requiredBy": [
    "/@typescript-eslint/parser",
    "/@typescript-eslint/scope-manager",
    "/@typescript-eslint/typescript-estree",
    "/@typescript-eslint/utils",
    "/@typescript-eslint/visitor-keys"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.40.1.tgz",
  "_shasum": "de37f4f64de731ee454bb2085d71030aa832f749",
  "_spec": "@typescript-eslint/types@5.40.1",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/@typescript-eslint/scope-manager",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Types for the TypeScript-ESTree AST spec",
  "devDependencies": {
    "typescript": "*"
  },
  "engines": {
    "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  },
  "files": [
    "dist",
    "_ts3.4",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "gitHead": "0be356bae50156ba159c70d570b030e6d94afcb1",
  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
  "keywords": [
    "eslint",
    "typescript",
    "estree"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@typescript-eslint/types",
  "nx": {
    "targets": {
      "prebuild": {
        "dependsOn": [
          {
            "target": "build",
            "projects": "dependencies"
          }
        ],
        "outputs": [
          "packages/types/src/generated"
        ]
      },
      "build": {
        "dependsOn": [
          {
            "target": "build",
            "projects": "dependencies"
          },
          {
            "target": "prebuild",
            "projects": "self"
          }
        ]
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/types"
  },
  "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",
    "generate:lib": "../../node_modules/.bin/ts-node --files --transpile-only ../scope-manager/tools/generate-lib.ts",
    "lint": "eslint . --ignore-path='../../.eslintignore'",
    "postbuild": "downlevel-dts dist _ts3.4/dist",
    "postclean": "rimraf dist && rimraf _ts3.4 && rimraf coverage",
    "prebuild": "yarn ts-node --transpile-only ./tools/copy-ast-spec.ts",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "types": "dist/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "*": [
        "_ts3.4/*"
      ]
    }
  },
  "version": "5.40.1"
}
