{
  "_from": "stylelint-config-wordpress@^17.0.0",
  "_id": "stylelint-config-wordpress@17.0.0",
  "_inBundle": false,
  "_integrity": "sha512-qUU2kVMd2ezIV9AzRdgietIfnavRRENt4180A1OMoVXIowRjjhohZgBiyVPV5EtNKo3GTO63l8g/QGNG27/h9g==",
  "_location": "/stylelint-config-wordpress",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stylelint-config-wordpress@^17.0.0",
    "name": "stylelint-config-wordpress",
    "escapedName": "stylelint-config-wordpress",
    "rawSpec": "^17.0.0",
    "saveSpec": null,
    "fetchSpec": "^17.0.0"
  },
  "_requiredBy": [
    "/@wordpress/scripts"
  ],
  "_resolved": "https://registry.npmjs.org/stylelint-config-wordpress/-/stylelint-config-wordpress-17.0.0.tgz",
  "_shasum": "26014da588b8e8f60e11af841ee16ec28490ae97",
  "_spec": "stylelint-config-wordpress@^17.0.0",
  "_where": "C:\\Users\\fvers\\Local Sites\\moovelogisticawoocommerce\\app\\public\\wp-content\\plugins\\moove-logistica-for-woocommerce\\node_modules\\@wordpress\\scripts",
  "author": {
    "name": "stylelint"
  },
  "bugs": {
    "url": "https://github.com/WordPress-Coding-Standards/stylelint-config-wordpress/issues"
  },
  "bundleDependencies": false,
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {
    "stylelint-config-recommended": "^3.0.0",
    "stylelint-config-recommended-scss": "^4.2.0",
    "stylelint-scss": "^3.17.2"
  },
  "deprecated": "This package has been deprecated, please use @wordpress/stylelint-config or @wordpress/scripts",
  "description": "WordPress shareable config for stylelint",
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@wordpress/scripts": "^10.0.0",
    "husky": "^4.2.3",
    "npm-run-all": "^4.1.5",
    "npmpub": "^5.0.0",
    "remark-cli": "^8.0.0",
    "remark-preset-lint-consistent": "^3.0.0",
    "remark-preset-lint-recommended": "^4.0.0",
    "stylelint": "^13.2.0",
    "stylelint-find-rules": "^2.2.0"
  },
  "engines": {
    "node": ">=10"
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "plugin:@wordpress/eslint-plugin/recommended"
    ],
    "rules": {
      "linebreak-style": 0
    }
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "index.js",
    "scss.js"
  ],
  "homepage": "https://github.com/WordPress-Coding-Standards/stylelint-config-wordpress",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
    }
  },
  "keywords": [
    "code",
    "code style",
    "css",
    "lint",
    "linter",
    "linting",
    "stylelint",
    "stylelint-config",
    "stylelint-config-wordpress",
    "validate",
    "wordpress",
    "WordPress"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "stylelint-config-wordpress",
  "npmpackagejsonlint": {
    "extends": "@wordpress/npm-package-json-lint-config",
    "rules": {
      "valid-values-license": [
        "error",
        [
          "MIT"
        ]
      ]
    }
  },
  "peerDependencies": {
    "stylelint": "^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0"
  },
  "remarkConfig": {
    "presets": [
      "lint-recommended",
      "lint-consistent"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WordPress-Coding-Standards/stylelint-config-wordpress.git"
  },
  "scripts": {
    "check-engines": "wp-scripts check-engines --package",
    "check-licenses": "wp-scripts check-licenses --production",
    "dry-release": "npmpub --dry --verbose",
    "format:js": "wp-scripts format-js",
    "lint": "npm-run-all --parallel lint:*",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "lint:md": "remark . --quiet --frail",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "pretest": "npm run lint",
    "release": "npmpub --verbose",
    "stylelint-find-unused-rules": "stylelint-find-rules --config index.js",
    "test": "npm run test:unit",
    "test:unit": "wp-scripts test-unit-js",
    "watch": "jest --watch"
  },
  "version": "17.0.0"
}
