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.8KB

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