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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "log-symbols@4.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "log-symbols@4.1.0",
  10. "_id": "log-symbols@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
  13. "_location": "/log-symbols",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "log-symbols@4.1.0",
  19. "name": "log-symbols",
  20. "escapedName": "log-symbols",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
  29. "_spec": "4.1.0",
  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/sindresorhus/log-symbols/issues"
  39. },
  40. "dependencies": {
  41. "chalk": "^4.1.0",
  42. "is-unicode-supported": "^0.1.0"
  43. },
  44. "description": "Colored symbols for various log levels. Example: `✔︎ Success`",
  45. "devDependencies": {
  46. "ava": "^2.4.0",
  47. "strip-ansi": "^6.0.0",
  48. "tsd": "^0.14.0",
  49. "xo": "^0.38.2"
  50. },
  51. "engines": {
  52. "node": ">=10"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.d.ts",
  57. "browser.js"
  58. ],
  59. "funding": "https://github.com/sponsors/sindresorhus",
  60. "homepage": "https://github.com/sindresorhus/log-symbols#readme",
  61. "keywords": [
  62. "unicode",
  63. "cli",
  64. "cmd",
  65. "command-line",
  66. "characters",
  67. "symbol",
  68. "symbols",
  69. "figure",
  70. "figures",
  71. "fallback",
  72. "windows",
  73. "log",
  74. "logging",
  75. "terminal",
  76. "stdout"
  77. ],
  78. "license": "MIT",
  79. "name": "log-symbols",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sindresorhus/log-symbols.git"
  83. },
  84. "scripts": {
  85. "test": "xo && ava && tsd"
  86. },
  87. "version": "4.1.0"
  88. }