{
  "_args": [
    [
      "@typescript-eslint/parser@5.48.0",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "@typescript-eslint/parser@5.48.0",
  "_id": "@typescript-eslint/parser@5.48.0",
  "_inBundle": false,
  "_integrity": "sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==",
  "_location": "/@typescript-eslint/parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/parser@5.48.0",
    "name": "@typescript-eslint/parser",
    "escapedName": "@typescript-eslint%2fparser",
    "scope": "@typescript-eslint",
    "rawSpec": "5.48.0",
    "saveSpec": null,
    "fetchSpec": "5.48.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-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"
  },
  "dependencies": {
    "@typescript-eslint/scope-manager": "5.48.0",
    "@typescript-eslint/types": "5.48.0",
    "@typescript-eslint/typescript-estree": "5.48.0",
    "debug": "^4.3.4"
  },
  "description": "An ESLint custom parser which leverages TypeScript ESTree",
  "devDependencies": {
    "@types/glob": "*",
    "glob": "*",
    "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": "4ab9bd7f7c1812df4371d1fd3202969c1039e8a7",
  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
  "keywords": [
    "ast",
    "ecmascript",
    "javascript",
    "typescript",
    "parser",
    "syntax",
    "eslint"
  ],
  "license": "BSD-2-Clause",
  "main": "dist/index.js",
  "name": "@typescript-eslint/parser",
  "peerDependencies": {
    "eslint": "^6.0.0 || ^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/parser"
  },
  "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": "nx lint",
    "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.48.0"
}
