{ "_from": "stylelint-config-recommended@>=6.0.0", "_id": "stylelint-config-recommended@7.0.0", "_inBundle": false, "_integrity": "sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==", "_location": "/stylelint-config-recommended", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "stylelint-config-recommended@>=6.0.0", "name": "stylelint-config-recommended", "escapedName": "stylelint-config-recommended", "rawSpec": ">=6.0.0", "saveSpec": null, "fetchSpec": ">=6.0.0" }, "_requiredBy": [ "/stylelint-config-recommended-vue" ], "_resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-7.0.0.tgz", "_shasum": "7497372ae83ab7a6fffc18d7d7b424c6480ae15e", "_spec": "stylelint-config-recommended@>=6.0.0", "_where": "H:\\gs_nuxt\\node_modules\\stylelint-config-recommended-vue", "author": { "name": "Stylelint" }, "bugs": { "url": "https://github.com/stylelint/stylelint-config-recommended/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Recommended shareable config for Stylelint", "devDependencies": { "@stylelint/prettier-config": "^2.0.0", "@stylelint/remark-preset": "^3.0.0", "eslint": "^8.8.0", "eslint-config-stylelint": "^15.0.0", "husky": "^7.0.4", "jest": "^27.5.1", "lint-staged": "^12.3.3", "np": "^7.6.0", "npm-run-all": "^4.1.5", "prettier": "^2.5.1", "remark-cli": "^10.0.1", "stylelint": "^14.4.0" }, "eslintConfig": { "extends": [ "stylelint" ], "globals": { "module": true, "require": true } }, "files": [ "index.js" ], "homepage": "https://github.com/stylelint/stylelint-config-recommended#readme", "keywords": [ "stylelint", "stylelint-config", "recommended" ], "license": "MIT", "lint-staged": { "*.js": "eslint --cache --fix", "*.{js,md,yml}": "prettier --write" }, "main": "index.js", "name": "stylelint-config-recommended", "peerDependencies": { "stylelint": "^14.4.0" }, "prettier": "@stylelint/prettier-config", "remarkConfig": { "plugins": [ "@stylelint/remark-preset" ] }, "repository": { "type": "git", "url": "git+https://github.com/stylelint/stylelint-config-recommended.git" }, "scripts": { "format": "prettier . --write", "lint": "npm-run-all --parallel lint:*", "lint:formatting": "prettier . --check", "lint:js": "eslint . --ignore-path .gitignore", "lint:md": "remark . --quiet --frail --ignore-path .gitignore", "prepare": "husky install", "release": "np", "test": "jest", "watch": "jest --watch" }, "version": "7.0.0" }