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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "chalk@4.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "chalk@4.1.1",
  9. "_id": "chalk@4.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
  12. "_location": "/chalk",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "chalk@4.1.1",
  18. "name": "chalk",
  19. "escapedName": "chalk",
  20. "rawSpec": "4.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.1"
  23. },
  24. "_requiredBy": [
  25. "/@jest/console",
  26. "/@jest/core",
  27. "/@jest/reporters",
  28. "/@jest/transform",
  29. "/@jest/types",
  30. "/@wdio/logger",
  31. "/babel-jest",
  32. "/console-stamp",
  33. "/eslint",
  34. "/jest-circus",
  35. "/jest-cli",
  36. "/jest-config",
  37. "/jest-diff",
  38. "/jest-each",
  39. "/jest-jasmine2",
  40. "/jest-matcher-utils",
  41. "/jest-message-util",
  42. "/jest-resolve",
  43. "/jest-runner",
  44. "/jest-runtime",
  45. "/jest-snapshot",
  46. "/jest-util",
  47. "/jest-validate",
  48. "/jest-watcher",
  49. "/log-symbols",
  50. "/stylelint"
  51. ],
  52. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
  53. "_spec": "4.1.1",
  54. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  55. "bugs": {
  56. "url": "https://github.com/chalk/chalk/issues"
  57. },
  58. "dependencies": {
  59. "ansi-styles": "^4.1.0",
  60. "supports-color": "^7.1.0"
  61. },
  62. "description": "Terminal string styling done right",
  63. "devDependencies": {
  64. "ava": "^2.4.0",
  65. "coveralls": "^3.0.7",
  66. "execa": "^4.0.0",
  67. "import-fresh": "^3.1.0",
  68. "matcha": "^0.7.0",
  69. "nyc": "^15.0.0",
  70. "resolve-from": "^5.0.0",
  71. "tsd": "^0.7.4",
  72. "xo": "^0.28.2"
  73. },
  74. "engines": {
  75. "node": ">=10"
  76. },
  77. "files": [
  78. "source",
  79. "index.d.ts"
  80. ],
  81. "funding": "https://github.com/chalk/chalk?sponsor=1",
  82. "homepage": "https://github.com/chalk/chalk#readme",
  83. "keywords": [
  84. "color",
  85. "colour",
  86. "colors",
  87. "terminal",
  88. "console",
  89. "cli",
  90. "string",
  91. "str",
  92. "ansi",
  93. "style",
  94. "styles",
  95. "tty",
  96. "formatting",
  97. "rgb",
  98. "256",
  99. "shell",
  100. "xterm",
  101. "log",
  102. "logging",
  103. "command-line",
  104. "text"
  105. ],
  106. "license": "MIT",
  107. "main": "source",
  108. "name": "chalk",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/chalk/chalk.git"
  112. },
  113. "scripts": {
  114. "bench": "matcha benchmark.js",
  115. "test": "xo && nyc ava && tsd"
  116. },
  117. "version": "4.1.1",
  118. "xo": {
  119. "rules": {
  120. "unicorn/prefer-string-slice": "off",
  121. "unicorn/prefer-includes": "off",
  122. "@typescript-eslint/member-ordering": "off",
  123. "no-redeclare": "off",
  124. "unicorn/string-content": "off",
  125. "unicorn/better-regex": "off"
  126. }
  127. }
  128. }