{
  "_args": [
    [
      "prettier-eslint@9.0.2",
      "/var/www/html"
    ]
  ],
  "_development": true,
  "_from": "prettier-eslint@9.0.2",
  "_id": "prettier-eslint@9.0.2",
  "_inBundle": false,
  "_integrity": "sha512-u6EQqxUhaGfra9gy9shcR7MT7r/2twwEfRGy1tfzyaJvLQwSg34M9IU5HuF7FsLW2QUgr5VIUc56EPWibw1pdw==",
  "_location": "/prettier-eslint",
  "_phantomChildren": {
    "@babel/code-frame": "7.14.5",
    "acorn": "6.4.2",
    "acorn-jsx": "5.3.1",
    "ajv": "6.12.6",
    "chalk": "2.4.2",
    "cli-cursor": "2.1.0",
    "cross-spawn": "6.0.5",
    "doctrine": "3.0.0",
    "escape-string-regexp": "1.0.5",
    "eslint-scope": "4.0.3",
    "eslint-utils": "1.4.3",
    "eslint-visitor-keys": "1.3.0",
    "esquery": "1.4.0",
    "esrecurse": "4.3.0",
    "estraverse": "4.3.0",
    "esutils": "2.0.3",
    "external-editor": "3.1.0",
    "file-entry-cache": "5.0.1",
    "functional-red-black-tree": "1.0.1",
    "glob": "7.1.7",
    "globals": "11.12.0",
    "imurmurhash": "0.1.4",
    "js-yaml": "3.14.1",
    "json-stable-stringify-without-jsonify": "1.0.1",
    "levn": "0.3.0",
    "lodash": "4.17.21",
    "minimatch": "3.0.4",
    "mkdirp": "0.5.5",
    "natural-compare": "1.4.0",
    "optionator": "0.8.3",
    "parent-module": "1.0.1",
    "path-is-inside": "1.0.2",
    "progress": "2.0.3",
    "regexpp": "2.0.1",
    "run-async": "2.4.1",
    "rxjs": "6.6.7",
    "string-width": "2.1.1",
    "table": "5.4.6",
    "text-table": "0.2.0",
    "through": "2.3.8"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "prettier-eslint@9.0.2",
    "name": "prettier-eslint",
    "escapedName": "prettier-eslint",
    "rawSpec": "9.0.2",
    "saveSpec": null,
    "fetchSpec": "9.0.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/prettier-eslint/-/prettier-eslint-9.0.2.tgz",
  "_spec": "9.0.2",
  "_where": "/var/www/html",
  "author": {
    "name": "Kent C. Dodds",
    "email": "kent@doddsfamily.us",
    "url": "http://kentcdodds.com/"
  },
  "bugs": {
    "url": "https://github.com/prettier/prettier-eslint/issues"
  },
  "dependencies": {
    "@typescript-eslint/parser": "^1.10.2",
    "common-tags": "^1.4.0",
    "core-js": "^3.1.4",
    "dlv": "^1.1.0",
    "eslint": "^5.0.0",
    "indent-string": "^4.0.0",
    "lodash.merge": "^4.6.0",
    "loglevel-colored-level-prefix": "^1.0.0",
    "prettier": "^1.7.0",
    "pretty-format": "^23.0.1",
    "require-relative": "^0.8.7",
    "typescript": "^3.2.1",
    "vue-eslint-parser": "^2.0.2"
  },
  "description": "Formats your JavaScript using prettier followed by eslint --fix",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "acorn": "^6.1.1",
    "ajv": "^5.5.2",
    "all-contributors-cli": "^6.7.0",
    "babel-jest": "^24.8.0",
    "chalk": "^2.1.0",
    "eslint-config-kentcdodds": "14.4.1",
    "husky": "^2.4.1",
    "jest": "^24.8.0",
    "jest-cli": "^24.8.0",
    "nps": "^5.7.1",
    "nps-utils": "^1.3.0",
    "opt-cli": "^1.5.2",
    "prettier-eslint-cli": "^4.2.1",
    "rimraf": "^2.5.4",
    "semantic-release": "^15.13.16",
    "strip-indent": "^3.0.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/prettier/prettier-eslint#readme",
  "keywords": [],
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "Simon Fridlund",
      "email": "simon@fridlund.email"
    }
  ],
  "name": "prettier-eslint",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prettier/prettier-eslint.git"
  },
  "scripts": {
    "precommit": "opt --in pre-commit --exec \"npm start validate\"",
    "start": "nps",
    "test": "nps test"
  },
  "version": "9.0.2"
}
