{
  "_from": "@typescript-eslint/experimental-utils@^5.0.0",
  "_id": "@typescript-eslint/experimental-utils@5.40.1",
  "_inBundle": false,
  "_integrity": "sha512-lynjgnQuoCgxtYgYWjoQqijk0kYQNiztnVhoqha3N0kMYFVPURidzCq2vn9XvUUu2XxP130ZRKVDKyeGa2bhbw==",
  "_location": "/@typescript-eslint/experimental-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@typescript-eslint/experimental-utils@^5.0.0",
    "name": "@typescript-eslint/experimental-utils",
    "escapedName": "@typescript-eslint%2fexperimental-utils",
    "scope": "@typescript-eslint",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/eslint-plugin-jest"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.40.1.tgz",
  "_shasum": "2fa6b4f768d42fe7174c34cd02fa79717e4e2bfe",
  "_spec": "@typescript-eslint/experimental-utils@^5.0.0",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/eslint-plugin-jest",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@typescript-eslint/utils": "5.40.1"
  },
  "deprecated": false,
  "description": "(Experimental) Utilities for working with TypeScript + ESLint together",
  "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/experimental-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/experimental-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": "eslint . --ignore-path='../../.eslintignore'",
    "postbuild": "downlevel-dts dist _ts3.4/dist",
    "postclean": "rimraf dist && rimraf _ts3.4 && rimraf coverage",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "types": "dist/index.d.ts",
  "version": "5.40.1"
}
