{
  "_args": [
    [
      "@typescript-eslint/experimental-utils@5.22.0",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "@typescript-eslint/experimental-utils@5.22.0",
  "_id": "@typescript-eslint/experimental-utils@5.22.0",
  "_inBundle": false,
  "_integrity": "sha512-rKxoCUtAHwEH6IcAoVpqipY6Th+YKW7WFspAKu0IFdbdKZpveFBeqxxE9Xn+GWikhq1o03V3VXbxIe+GdhggiQ==",
  "_location": "/@typescript-eslint/experimental-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/experimental-utils@5.22.0",
    "name": "@typescript-eslint/experimental-utils",
    "escapedName": "@typescript-eslint%2fexperimental-utils",
    "scope": "@typescript-eslint",
    "rawSpec": "5.22.0",
    "saveSpec": null,
    "fetchSpec": "5.22.0"
  },
  "_requiredBy": [
    "/eslint-plugin-jest"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.22.0.tgz",
  "_spec": "5.22.0",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "dependencies": {
    "@typescript-eslint/utils": "5.22.0"
  },
  "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": "6e1016c9dad7bd77bd9858b68fa0977ad30d6965",
  "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,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 && rimraf coverage",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "types": "dist/index.d.ts",
  "version": "5.22.0"
}
