{
  "_from": "stylelint-config-recommended@^3.0.0",
  "_id": "stylelint-config-recommended@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-F6yTRuc06xr1h5Qw/ykb2LuFynJ2IxkKfCMf+1xqPffkxh0S09Zc902XCffcsw/XMFq/OzQ1w54fLIDtmRNHnQ==",
  "_location": "/stylelint-config-recommended",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stylelint-config-recommended@^3.0.0",
    "name": "stylelint-config-recommended",
    "escapedName": "stylelint-config-recommended",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/stylelint-config-standard"
  ],
  "_resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-3.0.0.tgz",
  "_shasum": "e0e547434016c5539fe2650afd58049a2fd1d657",
  "_spec": "stylelint-config-recommended@^3.0.0",
  "_where": "/var/www/html/market_up/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": "^6.0.0",
    "eslint-config-stylelint": "^11.0.0",
    "jest": "^24.8.0",
    "jest-preset-stylelint": "^1.3.0",
    "np": "^5.0.3",
    "npm-run-all": "^4.1.5",
    "remark-cli": "^7.0.0",
    "remark-preset-lint-consistent": "^2.0.0",
    "remark-preset-lint-recommended": "^3.0.0",
    "stylelint": "^11.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": ">=10.1.0"
  },
  "remarkConfig": {
    "plugins": [
      "preset-lint-recommended",
      "preset-lint-consistent"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stylelint/stylelint-config-recommended.git"
  },
  "scripts": {
    "lint": "npm-run-all --parallel lint:*",
    "lint:js": "eslint . --ignore-path .gitignore",
    "lint:md": "remark . --quiet --frail",
    "pretest": "npm run lint",
    "release": "np",
    "test": "jest",
    "watch": "jest --watch"
  },
  "version": "3.0.0"
}
