{
  "_from": "stylelint-config-recommended@^2.2.0",
  "_id": "stylelint-config-recommended@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-bZ+d4RiNEfmoR74KZtCKmsABdBJr4iXRiCso+6LtMJPw5rd/KnxUWTxht7TbafrTJK1YRjNgnN0iVZaJfc3xJA==",
  "_location": "/stylelint-config-recommended",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stylelint-config-recommended@^2.2.0",
    "name": "stylelint-config-recommended",
    "escapedName": "stylelint-config-recommended",
    "rawSpec": "^2.2.0",
    "saveSpec": null,
    "fetchSpec": "^2.2.0"
  },
  "_requiredBy": [
    "/stylelint-config-standard"
  ],
  "_resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-2.2.0.tgz",
  "_shasum": "46ab139db4a0e7151fd5f94af155512886c96d3f",
  "_spec": "stylelint-config-recommended@^2.2.0",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/stylelint-config-standard",
  "author": {
    "name": "stylelint"
  },
  "bugs": {
    "url": "https://github.com/stylelint/stylelint-config-recommended/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Recommended shareable config for stylelint",
  "devDependencies": {
    "eslint": "^5.0.0",
    "eslint-config-stylelint": "^11.0.0",
    "jest": "^23.4.1",
    "jest-preset-stylelint": "^1.3.0",
    "npm-run-all": "^4.1.5",
    "npmpub": "^4.1.0",
    "remark-cli": "^6.0.0",
    "remark-preset-lint-consistent": "^2.0.0",
    "remark-preset-lint-recommended": "^3.0.0",
    "stylelint": "^10.0.0"
  },
  "eslintConfig": {
    "extends": [
      "stylelint"
    ]
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/stylelint/stylelint-config-recommended#readme",
  "jest": {
    "preset": "jest-preset-stylelint"
  },
  "keywords": [
    "stylelint",
    "stylelint-config",
    "recommended"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "stylelint-config-recommended",
  "peerDependencies": {
    "stylelint": "^8.3.0 || ^9.0.0 || ^10.0.0"
  },
  "remarkConfig": {
    "plugins": [
      "preset-lint-recommended",
      "preset-lint-consistent"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stylelint/stylelint-config-recommended.git"
  },
  "scripts": {
    "dry-release": "npmpub --dry --verbose",
    "lint": "npm-run-all --parallel lint:*",
    "lint:js": "eslint . --ignore-path .gitignore",
    "lint:md": "remark . --quiet --frail",
    "pretest": "npm run lint",
    "release": "npmpub",
    "test": "jest",
    "watch": "jest --watch"
  },
  "version": "2.2.0"
}
