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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "supports-color@8.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "supports-color@8.1.1",
  10. "_id": "supports-color@8.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  13. "_location": "/jest-worker/supports-color",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "supports-color@8.1.1",
  19. "name": "supports-color",
  20. "escapedName": "supports-color",
  21. "rawSpec": "8.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "8.1.1"
  24. },
  25. "_requiredBy": [
  26. "/jest-worker"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  29. "_spec": "8.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "browser": "browser.js",
  37. "bugs": {
  38. "url": "https://github.com/chalk/supports-color/issues"
  39. },
  40. "dependencies": {
  41. "has-flag": "^4.0.0"
  42. },
  43. "description": "Detect whether a terminal supports color",
  44. "devDependencies": {
  45. "ava": "^2.4.0",
  46. "import-fresh": "^3.2.2",
  47. "xo": "^0.35.0"
  48. },
  49. "engines": {
  50. "node": ">=10"
  51. },
  52. "exports": {
  53. "node": "./index.js",
  54. "default": "./browser.js"
  55. },
  56. "files": [
  57. "index.js",
  58. "browser.js"
  59. ],
  60. "funding": "https://github.com/chalk/supports-color?sponsor=1",
  61. "homepage": "https://github.com/chalk/supports-color#readme",
  62. "keywords": [
  63. "color",
  64. "colour",
  65. "colors",
  66. "terminal",
  67. "console",
  68. "cli",
  69. "ansi",
  70. "styles",
  71. "tty",
  72. "rgb",
  73. "256",
  74. "shell",
  75. "xterm",
  76. "command-line",
  77. "support",
  78. "supports",
  79. "capability",
  80. "detect",
  81. "truecolor",
  82. "16m"
  83. ],
  84. "license": "MIT",
  85. "name": "supports-color",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/chalk/supports-color.git"
  89. },
  90. "scripts": {
  91. "test": "xo && ava"
  92. },
  93. "version": "8.1.1"
  94. }