{
  "name": "@typescript-eslint/typescript-estree",
  "version": "3.9.0",
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": "^10.12.0 || >=12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/typescript-estree"
  },
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "license": "BSD-2-Clause",
  "keywords": [
    "ast",
    "estree",
    "ecmascript",
    "javascript",
    "typescript",
    "parser",
    "syntax"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "tsc -b tsconfig.build.json --clean",
    "postclean": "rimraf dist",
    "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"
  },
  "dependencies": {
    "@typescript-eslint/types": "3.9.0",
    "@typescript-eslint/visitor-keys": "3.9.0",
    "debug": "^4.1.1",
    "glob": "^7.1.6",
    "is-glob": "^4.0.1",
    "lodash": "^4.17.15",
    "semver": "^7.3.2",
    "tsutils": "^3.17.1"
  },
  "devDependencies": {
    "@babel/code-frame": "^7.10.4",
    "@babel/parser": "^7.11.3",
    "@babel/types": "^7.11.0",
    "@types/babel__code-frame": "^7.0.1",
    "@types/debug": "^4.1.5",
    "@types/is-glob": "^4.0.1",
    "@types/lodash": "^4.14.149",
    "@types/semver": "^7.1.0",
    "@types/tmp": "^0.2.0",
    "@typescript-eslint/shared-fixtures": "3.9.0",
    "glob": "*",
    "jest-specific-snapshot": "*",
    "make-dir": "*",
    "tmp": "^0.2.1",
    "typescript": "*"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "gitHead": "fb6a33120184184cef278b2f9d11761df4ac5a91"

,"_resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.0.tgz"
,"_integrity": "sha512-N+158NKgN4rOmWVfvKOMoMFV5n8XxAliaKkArm/sOypzQ0bUL8MSnOEBW3VFIeffb/K5ce/cAV0yYhR7U4ALAA=="
,"_from": "@typescript-eslint/typescript-estree@3.9.0"
}