Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "stylelint-config-standard@22.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stylelint-config-standard@22.0.0",
  10. "_id": "stylelint-config-standard@22.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw==",
  13. "_location": "/stylelint-config-standard",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "stylelint-config-standard@22.0.0",
  19. "name": "stylelint-config-standard",
  20. "escapedName": "stylelint-config-standard",
  21. "rawSpec": "22.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "22.0.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz",
  29. "_spec": "22.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "stylelint"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/stylelint/stylelint-config-standard/issues"
  36. },
  37. "dependencies": {
  38. "stylelint-config-recommended": "^5.0.0"
  39. },
  40. "description": "Standard shareable config for stylelint",
  41. "devDependencies": {
  42. "@stylelint/prettier-config": "^2.0.0",
  43. "@stylelint/remark-preset": "^2.0.0",
  44. "eslint": "^7.21.0",
  45. "eslint-config-stylelint": "^13.1.0",
  46. "husky": "^6.0.0",
  47. "jest": "^26.6.3",
  48. "lint-staged": "^10.5.4",
  49. "np": "^7.4.0",
  50. "npm-run-all": "^4.1.5",
  51. "prettier": "^2.2.1",
  52. "remark-cli": "^9.0.0",
  53. "stylelint": "^13.13.0"
  54. },
  55. "eslintConfig": {
  56. "extends": [
  57. "stylelint"
  58. ]
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/stylelint/stylelint-config-standard#readme",
  64. "keywords": [
  65. "stylelint",
  66. "stylelint-config",
  67. "standard"
  68. ],
  69. "license": "MIT",
  70. "lint-staged": {
  71. "*.js": "eslint --cache --fix",
  72. "*.{js,md,yml}": "prettier --write"
  73. },
  74. "main": "index.js",
  75. "name": "stylelint-config-standard",
  76. "peerDependencies": {
  77. "stylelint": "^13.13.0"
  78. },
  79. "prettier": "@stylelint/prettier-config",
  80. "remarkConfig": {
  81. "plugins": [
  82. "@stylelint/remark-preset"
  83. ]
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/stylelint/stylelint-config-standard.git"
  88. },
  89. "scripts": {
  90. "format": "prettier . --write",
  91. "lint": "npm-run-all --parallel lint:*",
  92. "lint:formatting": "prettier . --check",
  93. "lint:js": "eslint . --ignore-path .gitignore",
  94. "lint:md": "remark . --quiet --frail --ignore-path .gitignore",
  95. "prepare": "husky install",
  96. "release": "np",
  97. "test": "jest",
  98. "watch": "jest --watch"
  99. },
  100. "version": "22.0.0"
  101. }