{
  "_args": [
    [
      "@typescript-eslint/typescript-estree@4.17.0",
      "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend"
    ]
  ],
  "_from": "@typescript-eslint/typescript-estree@4.17.0",
  "_id": "@typescript-eslint/typescript-estree@4.17.0",
  "_inBundle": false,
  "_integrity": "sha512-lRhSFIZKUEPPWpWfwuZBH9trYIEJSI0vYsrxbvVvNyIUDoKWaklOAelsSkeh3E2VBSZiNe9BZ4E5tYBZbUczVQ==",
  "_location": "/@typescript-eslint/typescript-estree",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/typescript-estree@4.17.0",
    "name": "@typescript-eslint/typescript-estree",
    "escapedName": "@typescript-eslint%2ftypescript-estree",
    "scope": "@typescript-eslint",
    "rawSpec": "4.17.0",
    "saveSpec": null,
    "fetchSpec": "4.17.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/experimental-utils",
    "/@typescript-eslint/parser"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz",
  "_spec": "4.17.0",
  "_where": "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "dependencies": {
    "@typescript-eslint/types": "4.17.0",
    "@typescript-eslint/visitor-keys": "4.17.0",
    "debug": "^4.1.1",
    "globby": "^11.0.1",
    "is-glob": "^4.0.1",
    "semver": "^7.3.2",
    "tsutils": "^3.17.1"
  },
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
  "devDependencies": {
    "@babel/code-frame": "^7.12.13",
    "@babel/parser": "^7.13.4",
    "@babel/types": "^7.13.0",
    "@types/babel__code-frame": "*",
    "@types/debug": "*",
    "@types/glob": "*",
    "@types/is-glob": "*",
    "@types/semver": "*",
    "@types/tmp": "*",
    "@typescript-eslint/shared-fixtures": "4.17.0",
    "glob": "*",
    "jest-specific-snapshot": "*",
    "make-dir": "*",
    "tmp": "^0.2.1",
    "typescript": "*"
  },
  "engines": {
    "node": "^10.12.0 || >=12.0.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "gitHead": "dd25790a435edef78f6e972ab197b0bd0cfac0f4",
  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
  "keywords": [
    "ast",
    "estree",
    "ecmascript",
    "javascript",
    "typescript",
    "parser",
    "syntax"
  ],
  "license": "BSD-2-Clause",
  "main": "dist/index.js",
  "name": "@typescript-eslint/typescript-estree",
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/typescript-estree"
  },
  "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",
    "test": "jest --coverage",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "types": "dist/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "*": [
        "_ts3.4/*"
      ]
    }
  },
  "version": "4.17.0"
}
