{
  "_args": [
    [
      "@typescript-eslint/typescript-estree@2.8.0",
      "/home/resfx/public_html/resfx/frontend"
    ]
  ],
  "_from": "@typescript-eslint/typescript-estree@2.8.0",
  "_id": "@typescript-eslint/typescript-estree@2.8.0",
  "_inBundle": false,
  "_integrity": "sha512-ksvjBDTdbAQ04cR5JyFSDX113k66FxH1tAXmi+dj6hufsl/G0eMc/f1GgLjEVPkYClDbRKv+rnBFuE5EusomUw==",
  "_location": "/@typescript-eslint/typescript-estree",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/typescript-estree@2.8.0",
    "name": "@typescript-eslint/typescript-estree",
    "escapedName": "@typescript-eslint%2ftypescript-estree",
    "scope": "@typescript-eslint",
    "rawSpec": "2.8.0",
    "saveSpec": null,
    "fetchSpec": "2.8.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/experimental-utils",
    "/@typescript-eslint/parser"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.8.0.tgz",
  "_spec": "2.8.0",
  "_where": "/home/resfx/public_html/resfx/frontend",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "eslint-visitor-keys": "^1.1.0",
    "glob": "^7.1.6",
    "is-glob": "^4.0.1",
    "lodash.unescape": "4.0.1",
    "semver": "^6.3.0",
    "tsutils": "^3.17.1"
  },
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
  "devDependencies": {
    "@babel/code-frame": "7.5.5",
    "@babel/parser": "7.5.5",
    "@babel/types": "^7.3.2",
    "@types/babel-code-frame": "^6.20.1",
    "@types/debug": "^4.1.5",
    "@types/glob": "^7.1.1",
    "@types/is-glob": "^4.0.1",
    "@types/lodash.isplainobject": "^4.0.4",
    "@types/lodash.unescape": "^4.0.4",
    "@types/semver": "^6.2.0",
    "@types/tmp": "^0.1.0",
    "@typescript-eslint/shared-fixtures": "2.8.0",
    "babel-code-frame": "^6.26.0",
    "lodash.isplainobject": "4.0.6",
    "tmp": "^0.1.0",
    "typescript": "*"
  },
  "engines": {
    "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "gitHead": "a9117f525e457966a718164ae6cf7ad086c0dd7b",
  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
  "keywords": [
    "ast",
    "estree",
    "ecmascript",
    "javascript",
    "typescript",
    "parser",
    "syntax"
  ],
  "license": "BSD-2-Clause",
  "main": "dist/parser.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'",
    "test": "jest --coverage",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "types": "dist/parser.d.ts",
  "version": "2.8.0"
}
