{
  "_args": [
    [
      "@typescript-eslint/utils@5.48.0",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "@typescript-eslint/utils@5.48.0",
  "_id": "@typescript-eslint/utils@5.48.0",
  "_inBundle": false,
  "_integrity": "sha512-x2jrMcPaMfsHRRIkL+x96++xdzvrdBCnYRd5QiW5Wgo1OB4kDYPbC1XjWP/TNqlfK93K/lUL92erq5zPLgFScQ==",
  "_location": "/@typescript-eslint/utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/utils@5.48.0",
    "name": "@typescript-eslint/utils",
    "escapedName": "@typescript-eslint%2futils",
    "scope": "@typescript-eslint",
    "rawSpec": "5.48.0",
    "saveSpec": null,
    "fetchSpec": "5.48.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/eslint-plugin",
    "/@typescript-eslint/type-utils"
  ],
  "_resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-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": {
    "@types/json-schema": "^7.0.9",
    "@types/semver": "^7.3.12",
    "@typescript-eslint/scope-manager": "5.48.0",
    "@typescript-eslint/types": "5.48.0",
    "@typescript-eslint/typescript-estree": "5.48.0",
    "eslint-scope": "^5.1.1",
    "eslint-utils": "^3.0.0",
    "semver": "^7.3.7"
  },
  "description": "Utilities for working with TypeScript + ESLint together",
  "devDependencies": {
    "@typescript-eslint/parser": "5.48.0",
    "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/utils",
  "peerDependencies": {
    "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/utils"
  },
  "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"
}
