|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_args": [
- [
- "stylelint-config-standard@22.0.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "stylelint-config-standard@22.0.0",
- "_id": "stylelint-config-standard@22.0.0",
- "_inBundle": false,
- "_integrity": "sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw==",
- "_location": "/stylelint-config-standard",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "stylelint-config-standard@22.0.0",
- "name": "stylelint-config-standard",
- "escapedName": "stylelint-config-standard",
- "rawSpec": "22.0.0",
- "saveSpec": null,
- "fetchSpec": "22.0.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz",
- "_spec": "22.0.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "stylelint"
- },
- "bugs": {
- "url": "https://github.com/stylelint/stylelint-config-standard/issues"
- },
- "dependencies": {
- "stylelint-config-recommended": "^5.0.0"
- },
- "description": "Standard 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",
- "jest": "^26.6.3",
- "lint-staged": "^10.5.4",
- "np": "^7.4.0",
- "npm-run-all": "^4.1.5",
- "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-standard#readme",
- "keywords": [
- "stylelint",
- "stylelint-config",
- "standard"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.js": "eslint --cache --fix",
- "*.{js,md,yml}": "prettier --write"
- },
- "main": "index.js",
- "name": "stylelint-config-standard",
- "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-standard.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": "22.0.0"
- }
|