{
  "_args": [
    [
      "@typescript-eslint/typescript-estree@1.6.0",
      "/var/www/ffxiv/overlays/kagami/kagamireact"
    ]
  ],
  "_from": "@typescript-eslint/typescript-estree@1.6.0",
  "_id": "@typescript-eslint/typescript-estree@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-A4CanUwfaG4oXobD5y7EXbsOHjCwn8tj1RDd820etpPAjH+Icjc2K9e/DQM1Hac5zH2BSy+u6bjvvF2wwREvYA==",
  "_location": "/@typescript-eslint/typescript-estree",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/typescript-estree@1.6.0",
    "name": "@typescript-eslint/typescript-estree",
    "escapedName": "@typescript-eslint%2ftypescript-estree",
    "scope": "@typescript-eslint",
    "rawSpec": "1.6.0",
    "saveSpec": null,
    "fetchSpec": "1.6.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/eslint-plugin",
    "/@typescript-eslint/parser"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-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": {
    "lodash.unescape": "4.0.1",
    "semver": "5.5.0"
  },
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
  "devDependencies": {
    "@babel/types": "^7.3.2",
    "@typescript-eslint/shared-fixtures": "1.6.0"
  },
  "engines": {
    "node": ">=6.14.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "gitHead": "ab3c1a1613a9b0a064d634822d7eff14bd94f5a5",
  "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",
  "peerDependencies": {
    "typescript": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git"
  },
  "scripts": {
    "ast-alignment-tests": "jest spec.ts",
    "build": "tsc -p tsconfig.build.json",
    "clean": "rimraf dist/",
    "prebuild": "npm run clean",
    "test": "jest --coverage",
    "typecheck": "tsc --noEmit",
    "unit-tests": "jest \"./tests/lib/.*\""
  },
  "types": "dist/parser.d.ts",
  "version": "1.6.0"
}
