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

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