{
  "_from": "stylelint-config-recommended-scss@^4.2.0",
  "_id": "stylelint-config-recommended-scss@4.3.0",
  "_inBundle": false,
  "_integrity": "sha512-/noGjXlO8pJTr/Z3qGMoaRFK8n1BFfOqmAbX1RjTIcl4Yalr+LUb1zb9iQ7pRx1GsEBXOAm4g2z5/jou/pfMPg==",
  "_location": "/stylelint-config-recommended-scss",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stylelint-config-recommended-scss@^4.2.0",
    "name": "stylelint-config-recommended-scss",
    "escapedName": "stylelint-config-recommended-scss",
    "rawSpec": "^4.2.0",
    "saveSpec": null,
    "fetchSpec": "^4.2.0"
  },
  "_requiredBy": [
    "/stylelint-config-wordpress"
  ],
  "_resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-4.3.0.tgz",
  "_shasum": "717dc253b4cab246da654cee208e499c5c797ae4",
  "_spec": "stylelint-config-recommended-scss@^4.2.0",
  "_where": "C:\\Users\\fvers\\Local Sites\\moovelogisticawoocommerce\\app\\public\\wp-content\\plugins\\moove-logistica-for-woocommerce\\node_modules\\stylelint-config-wordpress",
  "author": {
    "name": "kristerkari"
  },
  "bugs": {
    "url": "https://github.com/kristerkari/stylelint-config-recommended-scss/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "stylelint-config-recommended": "^5.0.0"
  },
  "deprecated": false,
  "description": "Recommended shareable SCSS config for stylelint",
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-stylelint": "^11.1.0",
    "jest": "^25.5.4",
    "jest-cli": "^25.5.4",
    "npm-run-all": "^4.1.5",
    "npmpub": "^5.0.0",
    "remark-cli": "^8.0.1",
    "remark-preset-lint-consistent": "^2.0.4",
    "remark-preset-lint-recommended": "^3.0.4",
    "stylelint": "^13.13.1",
    "stylelint-scss": "^3.14.0"
  },
  "eslintConfig": {
    "extends": [
      "stylelint"
    ]
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/kristerkari/stylelint-config-recommended-scss#readme",
  "jest": {
    "testEnvironment": "node",
    "verbose": true
  },
  "keywords": [
    "stylelint",
    "stylelint-config",
    "recommended"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "stylelint-config-recommended-scss",
  "peerDependencies": {
    "stylelint": "^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
    "stylelint-scss": "^3.0.0"
  },
  "remarkConfig": {
    "plugins": [
      "preset-lint-recommended",
      "preset-lint-consistent"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kristerkari/stylelint-config-recommended-scss.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": "4.3.0"
}
