{
  "_args": [
    [
      "@typescript-eslint/experimental-utils@2.34.0",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_from": "@typescript-eslint/experimental-utils@2.34.0",
  "_id": "@typescript-eslint/experimental-utils@2.34.0",
  "_inBundle": false,
  "_integrity": "sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==",
  "_location": "/@typescript-eslint/experimental-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/experimental-utils@2.34.0",
    "name": "@typescript-eslint/experimental-utils",
    "escapedName": "@typescript-eslint%2fexperimental-utils",
    "scope": "@typescript-eslint",
    "rawSpec": "2.34.0",
    "saveSpec": null,
    "fetchSpec": "2.34.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/eslint-plugin",
    "/@typescript-eslint/parser"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz",
  "_spec": "2.34.0",
  "_where": "/var/www/html/iqecommerce",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "dependencies": {
    "@types/json-schema": "^7.0.3",
    "@typescript-eslint/typescript-estree": "2.34.0",
    "eslint-scope": "^5.0.0",
    "eslint-utils": "^2.0.0"
  },
  "description": "(Experimental) Utilities for working with TypeScript + ESLint together",
  "devDependencies": {
    "typescript": "*"
  },
  "engines": {
    "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "gitHead": "f18890166146d8c6b8804ef705c04b15da269926",
  "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'",
    "test": "jest --coverage",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "types": "dist/index.d.ts",
  "version": "2.34.0"
}
