{
  "_args": [
    [
      "eslint-plugin-prettier@4.2.1",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "eslint-plugin-prettier@4.2.1",
  "_id": "eslint-plugin-prettier@4.2.1",
  "_inBundle": false,
  "_integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==",
  "_location": "/eslint-plugin-prettier",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "eslint-plugin-prettier@4.2.1",
    "name": "eslint-plugin-prettier",
    "escapedName": "eslint-plugin-prettier",
    "rawSpec": "4.2.1",
    "saveSpec": null,
    "fetchSpec": "4.2.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmmirror.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz",
  "_spec": "4.2.1",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "author": {
    "name": "Teddy Katz"
  },
  "bugs": {
    "url": "https://github.com/prettier/eslint-plugin-prettier/issues"
  },
  "contributors": [
    {
      "name": "JounQin",
      "email": "admin@1stg.me",
      "url": "https://github.com/JounQin"
    }
  ],
  "dependencies": {
    "prettier-linter-helpers": "^1.0.0"
  },
  "description": "Runs prettier as an eslint rule",
  "devDependencies": {
    "@1stg/common-config": "~3.0.0",
    "@1stg/eslint-config": "~3.0.0",
    "@changesets/changelog-github": "^0.4.5",
    "@changesets/cli": "^2.23.0",
    "@graphql-eslint/eslint-plugin": "^2.5.0",
    "@ota-meshi/eslint-plugin-svelte": "^0.34.1",
    "@typescript-eslint/parser": "^5.29.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-mdx": "^1.17.0",
    "eslint-plugin-eslint-plugin": "^4.3.0",
    "eslint-plugin-mdx": "^1.17.0",
    "eslint-plugin-self": "^1.2.1",
    "eslint-plugin-utils": "^0.1.0",
    "graphql": "^16.5.0",
    "mocha": "^9.2.2",
    "patch-package": "^6.4.7",
    "svelte": "^3.48.0",
    "vue-eslint-parser": "^8.3.0"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "files": [
    "eslint-plugin-prettier.js"
  ],
  "homepage": "https://github.com/prettier/eslint-plugin-prettier#readme",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "prettier"
  ],
  "license": "MIT",
  "main": "eslint-plugin-prettier.js",
  "name": "eslint-plugin-prettier",
  "packageManager": "yarn@1.22.19",
  "peerDependencies": {
    "eslint": ">=7.28.0",
    "prettier": ">=2.0.0"
  },
  "peerDependenciesMeta": {
    "eslint-config-prettier": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prettier/eslint-plugin-prettier.git"
  },
  "resolutions": {
    "@babel/traverse": "^7.18.5",
    "eslint-plugin-prettier": "link:.",
    "prettier": "^2.7.1"
  },
  "scripts": {
    "format": "yarn prettier '**/*.{js,json,md,yml}' --write && yarn lint --fix",
    "lint": "eslint . --cache -f friendly --max-warnings 10",
    "prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
    "prerelease": "yarn format && yarn test",
    "release": "changeset publish",
    "test": "yarn lint && mocha"
  },
  "version": "4.2.1"
}
