{
  "_from": "typescript-estree@2.1.0",
  "_id": "typescript-estree@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-t4o+7pB4OnxV36Bp41Vgtq8vXIvIUbx1vM98PSE2mL5QBY6woFaBN9hhD8pZHIrAu24IB5gzxbkEJOXj4lWNXQ==",
  "_location": "/typescript-estree",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "typescript-estree@2.1.0",
    "name": "typescript-estree",
    "escapedName": "typescript-estree",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/typescript-eslint-parser"
  ],
  "_resolved": "https://registry.npmjs.org/typescript-estree/-/typescript-estree-2.1.0.tgz",
  "_shasum": "b2f3353494409ed53bf7055b46f78c1fbbe47661",
  "_spec": "typescript-estree@2.1.0",
  "_where": "/Users/gaborklausz/www/GIT/static-leopoly/js/imuscica/dev/node_modules/typescript-eslint-parser",
  "bugs": {
    "url": "https://github.com/JamesHenry/typescript-estree/issues"
  },
  "bundleDependencies": false,
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "lodash.unescape": "4.0.1",
    "semver": "5.5.0"
  },
  "deprecated": "This package was moved to @typescript-eslint/typescript-estree, please install the latest version from there instead",
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
  "devDependencies": {
    "@commitlint/cli": "^7.1.2",
    "@commitlint/config-conventional": "^7.1.2",
    "@commitlint/travis-cli": "^7.1.2",
    "babel-code-frame": "6.26.0",
    "babylon": "7.0.0-beta.39",
    "cz-conventional-changelog": "2.1.0",
    "glob": "7.1.2",
    "husky": "0.14.3",
    "jest": "23.1.0",
    "lint-staged": "7.3.0",
    "lodash.isplainobject": "4.0.6",
    "prettier": "^1.14.3",
    "semantic-release": "^15.9.16",
    "shelljs": "0.8.2",
    "travis-deploy-once": "^5.0.8",
    "typescript": "~3.1.1"
  },
  "engines": {
    "node": ">=6.14.0"
  },
  "files": [
    "lib",
    "parser.js"
  ],
  "homepage": "https://github.com/JamesHenry/typescript-estree",
  "jest": {
    "testEnvironment": "node",
    "testRegex": "tests/lib/.+\\.js$",
    "testPathIgnorePatterns": [],
    "collectCoverage": true,
    "coverageReporters": [
      "text-summary"
    ]
  },
  "keywords": [
    "ast",
    "estree",
    "ecmascript",
    "javascript",
    "typescript",
    "parser",
    "syntax"
  ],
  "license": "BSD-2-Clause",
  "lint-staged": {
    "*.{ts,js,json,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "parser.js",
  "name": "typescript-estree",
  "peerDependencies": {
    "typescript": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JamesHenry/typescript-estree.git"
  },
  "scripts": {
    "ast-alignment-tests": "jest --config=./tests/ast-alignment/jest.config.js",
    "check-format": "prettier --list-different \"./**/*.{ts,js,json,md}\"",
    "commitmsg": "commitlint -E GIT_PARAMS",
    "cz": "git-cz",
    "precommit": "npm test && lint-staged",
    "semantic-release": "semantic-release",
    "test": "npm run unit-tests && npm run ast-alignment-tests",
    "travis-deploy-once": "travis-deploy-once",
    "unit-tests": "jest"
  },
  "version": "2.1.0"
}
