{
  "_from": "stylelint-config-prettier@^5.2.0",
  "_id": "stylelint-config-prettier@5.3.0",
  "_inBundle": false,
  "_integrity": "sha512-To1lmaEYTmmGsVFSnVmU0cgXBrX4m31fm5sPgFCAH7Ep4ctdJhmTPe1aUnsZ9p2wY+SPhngqaFU5r1njaUyiaA==",
  "_location": "/stylelint-config-prettier",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stylelint-config-prettier@^5.2.0",
    "name": "stylelint-config-prettier",
    "escapedName": "stylelint-config-prettier",
    "rawSpec": "^5.2.0",
    "saveSpec": null,
    "fetchSpec": "^5.2.0"
  },
  "_requiredBy": [
    "/@umijs/fabric"
  ],
  "_resolved": "https://registry.npmjs.org/stylelint-config-prettier/-/stylelint-config-prettier-5.3.0.tgz",
  "_shasum": "a6da626c2edabb2c5207bcf63fe449c16f5a24ec",
  "_spec": "stylelint-config-prettier@^5.2.0",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/@umijs/fabric",
  "author": {
    "name": "Shannon Moeller",
    "email": "me@shannonmoeller.com"
  },
  "bin": {
    "stylelint-config-prettier-check": "bin/check.js"
  },
  "bugs": {
    "url": "https://github.com/shannonmoeller/stylelint-config-prettier/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Corentin Tenret",
      "email": "tenretcorentin@gmail.com"
    }
  ],
  "deprecated": false,
  "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
  "devDependencies": {
    "blue-tape": "^1.0.0",
    "coveralls": "^3.0.3",
    "eslint": "^5.14.1",
    "eslint-config-prettier": "^4.0.0",
    "eslint-config-whim": "^3.1.0",
    "husky": "^1.3.1",
    "npm-run-all": "^4.1.5",
    "nyc": "^13.3.0",
    "prettier": "^1.16.4",
    "stylelint": "^9.10.1",
    "stylelint-config-standard": "^18.2.0",
    "tap-diff": "^0.1.1"
  },
  "engines": {
    "node": ">= 6",
    "npm": ">= 3"
  },
  "eslintConfig": {
    "extends": [
      "eslint-config-whim",
      "eslint-config-prettier"
    ]
  },
  "files": [
    "bin",
    "src",
    "*.md"
  ],
  "homepage": "https://github.com/shannonmoeller/stylelint-config-prettier#readme",
  "husky": {
    "hooks": {
      "pre-commit": "run-s test"
    }
  },
  "keywords": [
    "stylelint",
    "prettier",
    "config",
    "lint",
    "css"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "stylelint-config-prettier",
  "nyc": {
    "include": [
      "src/**"
    ],
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "peerDependencies": {
    "stylelint": "^9.1.1 || ^10.0.0 || ^11.0.0"
  },
  "prettier": {
    "arrowParens": "always",
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shannonmoeller/stylelint-config-prettier.git"
  },
  "scripts": {
    "lint": "run-s lint-*",
    "lint-eslint": "eslint --ignore-path .gitignore --fix \"**/*.js\"",
    "lint-prettier": "prettier --ignore-path .gitignore --write \"**/*.js\"",
    "prepublishOnly": "run-s test",
    "pretest": "run-s lint",
    "report": "nyc report -r text-lcov | coveralls",
    "test": "nyc -r none run-s test-* && nyc report",
    "test-node": "NODE_ENV=test blue-tape test/*.js | tap-diff"
  },
  "version": "5.3.0"
}
