{ "_args": [ [ "stylelint-config-recommended@5.0.0", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "stylelint-config-recommended@5.0.0", "_id": "stylelint-config-recommended@5.0.0", "_inBundle": false, "_integrity": "sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==", "_location": "/stylelint-config-recommended", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "stylelint-config-recommended@5.0.0", "name": "stylelint-config-recommended", "escapedName": "stylelint-config-recommended", "rawSpec": "5.0.0", "saveSpec": null, "fetchSpec": "5.0.0" }, "_requiredBy": [ "/stylelint-config-standard" ], "_resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz", "_spec": "5.0.0", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "stylelint" }, "bugs": { "url": "https://github.com/stylelint/stylelint-config-recommended/issues" }, "description": "Recommended shareable config for stylelint", "devDependencies": { "@stylelint/prettier-config": "^2.0.0", "@stylelint/remark-preset": "^2.0.0", "eslint": "^7.21.0", "eslint-config-stylelint": "^13.1.0", "husky": "^6.0.0", "is-ci": "^3.0.0", "jest": "^26.6.3", "lint-staged": "^10.5.4", "np": "^7.4.0", "npm-run-all": "^4.1.5", "pinst": "^2.1.6", "prettier": "^2.2.1", "remark-cli": "^9.0.0", "stylelint": "^13.13.0" }, "eslintConfig": { "extends": [ "stylelint" ] }, "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": "^13.13.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", "postpublish": "pinst --enable", "prepare": "is-ci || husky install", "prepublishOnly": "pinst --disable", "release": "np", "test": "jest", "watch": "jest --watch" }, "version": "5.0.0" }