{
  "_args": [
    [
      "@typescript-eslint/types@5.48.0",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "@typescript-eslint/types@5.48.0",
  "_id": "@typescript-eslint/types@5.48.0",
  "_inBundle": false,
  "_integrity": "sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==",
  "_location": "/@typescript-eslint/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/types@5.48.0",
    "name": "@typescript-eslint/types",
    "escapedName": "@typescript-eslint%2ftypes",
    "scope": "@typescript-eslint",
    "rawSpec": "5.48.0",
    "saveSpec": null,
    "fetchSpec": "5.48.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/parser",
    "/@typescript-eslint/scope-manager",
    "/@typescript-eslint/typescript-estree",
    "/@typescript-eslint/utils",
    "/@typescript-eslint/visitor-keys"
  ],
  "_resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-5.48.0.tgz",
  "_spec": "5.48.0",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "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": "4ab9bd7f7c1812df4371d1fd3202969c1039e8a7",
  "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": "nx lint",
    "postbuild": "downlevel-dts dist _ts3.4/dist",
    "postclean": "rimraf dist && rimraf src/generated && 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.48.0"
}
