{
  "_args": [
    [
      "@typescript-eslint/parser@1.6.0",
      "/var/www/ffxiv/overlays/kagami/kagamireact"
    ]
  ],
  "_from": "@typescript-eslint/parser@1.6.0",
  "_id": "@typescript-eslint/parser@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-VB9xmSbfafI+/kI4gUK3PfrkGmrJQfh0N4EScT1gZXSZyUxpsBirPL99EWZg9MmPG0pzq/gMtgkk7/rAHj4aQw==",
  "_location": "/@typescript-eslint/parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/parser@1.6.0",
    "name": "@typescript-eslint/parser",
    "escapedName": "@typescript-eslint%2fparser",
    "scope": "@typescript-eslint",
    "rawSpec": "1.6.0",
    "saveSpec": null,
    "fetchSpec": "1.6.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/eslint-plugin",
    "/react-scripts"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-1.6.0.tgz",
  "_spec": "1.6.0",
  "_where": "/var/www/ffxiv/overlays/kagami/kagamireact",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "dependencies": {
    "@typescript-eslint/typescript-estree": "1.6.0",
    "eslint-scope": "^4.0.0",
    "eslint-visitor-keys": "^1.0.0"
  },
  "description": "An ESLint custom parser which leverages TypeScript ESTree",
  "devDependencies": {
    "@types/eslint": "^4.16.5",
    "@types/eslint-visitor-keys": "^1.0.0",
    "@typescript-eslint/shared-fixtures": "1.6.0"
  },
  "engines": {
    "node": "^6.14.0 || ^8.10.0 || >=9.10.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "gitHead": "ab3c1a1613a9b0a064d634822d7eff14bd94f5a5",
  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
  "keywords": [
    "ast",
    "ecmascript",
    "javascript",
    "typescript",
    "parser",
    "syntax",
    "eslint"
  ],
  "license": "BSD-2-Clause",
  "main": "dist/parser.js",
  "name": "@typescript-eslint/parser",
  "peerDependencies": {
    "eslint": "^5.0.0",
    "typescript": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rimraf dist/",
    "prebuild": "npm run clean",
    "test": "jest --coverage",
    "typecheck": "tsc --noEmit"
  },
  "version": "1.6.0"
}
