{
  "_from": "@typescript-eslint/experimental-utils@4.13.0",
  "_id": "@typescript-eslint/experimental-utils@4.13.0",
  "_inBundle": false,
  "_integrity": "sha512-/ZsuWmqagOzNkx30VWYV3MNB/Re/CGv/7EzlqZo5RegBN8tMuPaBgNK6vPBCQA8tcYrbsrTdbx3ixMRRKEEGVw==",
  "_location": "/@typescript-eslint/experimental-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/experimental-utils@4.13.0",
    "name": "@typescript-eslint/experimental-utils",
    "escapedName": "@typescript-eslint%2fexperimental-utils",
    "scope": "@typescript-eslint",
    "rawSpec": "4.13.0",
    "saveSpec": null,
    "fetchSpec": "4.13.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/eslint-plugin",
    "/eslint-plugin-jest"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.13.0.tgz",
  "_shasum": "9dc9ab375d65603b43d938a0786190a0c72be44e",
  "_spec": "@typescript-eslint/experimental-utils@4.13.0",
  "_where": "/home/bbqchefa/nodevenv/steam-badges/12/lib/node_modules/@typescript-eslint/eslint-plugin",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/json-schema": "^7.0.3",
    "@typescript-eslint/scope-manager": "4.13.0",
    "@typescript-eslint/types": "4.13.0",
    "@typescript-eslint/typescript-estree": "4.13.0",
    "eslint-scope": "^5.0.0",
    "eslint-utils": "^2.0.0"
  },
  "deprecated": false,
  "description": "(Experimental) Utilities for working with TypeScript + ESLint together",
  "devDependencies": {
    "typescript": "*"
  },
  "engines": {
    "node": "^10.12.0 || >=12.0.0"
  },
  "files": [
    "dist",
    "_ts3.4",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "gitHead": "d02a40ddd70824aaaa21a6056b10b9e7fcbdcd4b",
  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
  "keywords": [
    "eslint",
    "typescript",
    "estree"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@typescript-eslint/experimental-utils",
  "peerDependencies": {
    "eslint": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/experimental-utils"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "tsc -b tsconfig.build.json --clean",
    "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
    "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
    "postbuild": "downlevel-dts dist _ts3.4/dist",
    "postclean": "rimraf dist && rimraf _ts3.4",
    "test": "jest --coverage",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "types": "dist/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "*": [
        "_ts3.4/*"
      ]
    }
  },
  "version": "4.13.0"
}
