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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "console-stamp@3.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "console-stamp@3.0.3",
  9. "_id": "console-stamp@3.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6ltMcMEVDHb1bqb+qaVfCX7Vf3vEkfZEeKyReG1ny45Rv6YJynCcdv94j7whNVfxj/4/3Ji/QBHY6p4JI51Ucw==",
  12. "_location": "/console-stamp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "console-stamp@3.0.3",
  18. "name": "console-stamp",
  19. "escapedName": "console-stamp",
  20. "rawSpec": "3.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.3"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/console-stamp/-/console-stamp-3.0.3.tgz",
  28. "_spec": "3.0.3",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Ståle Raknes",
  32. "email": "stale@raknes.net",
  33. "url": "http://github.com/starak"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/starak/node-console-stamp/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Ståle Raknes",
  41. "url": "http://github.com/starak"
  42. },
  43. {
  44. "name": "Jotham Read",
  45. "url": "https://github.com/jotham"
  46. },
  47. {
  48. "name": "Christiaan Westerbeek",
  49. "url": "https://github.com/devotis"
  50. },
  51. {
  52. "name": "Leon Lucardie",
  53. "url": "https://github.com/Gameleon12"
  54. },
  55. {
  56. "name": "Steffan Donal",
  57. "url": "https://github.com/SteffanDonal"
  58. },
  59. {
  60. "name": "Sören Schwert",
  61. "url": "https://github.com/sisou"
  62. },
  63. {
  64. "name": "Fkscorpion",
  65. "url": "https://github.com/Fkscorpion"
  66. },
  67. {
  68. "name": "Alexis Tyler",
  69. "url": "https://github.com/OmgImAlexis"
  70. },
  71. {
  72. "name": "Jan Åge Lavik",
  73. "url": "http://github.com/jalavik"
  74. }
  75. ],
  76. "dependencies": {
  77. "chalk": "^4.1.1",
  78. "dateformat": "^4.5.1"
  79. },
  80. "description": "Patch NodeJS console methods in order to add timestamp information by pattern",
  81. "devDependencies": {
  82. "moment": "^2.29.1",
  83. "nodemon": "^2.0.12",
  84. "tap": "^15.0.9"
  85. },
  86. "engines": {
  87. "node": ">=10"
  88. },
  89. "homepage": "https://github.com/starak/node-console-stamp#readme",
  90. "keywords": [
  91. "console",
  92. "timestamp",
  93. "log",
  94. "jslog",
  95. "debug"
  96. ],
  97. "license": "MIT",
  98. "main": "index.js",
  99. "name": "console-stamp",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+ssh://git@github.com/starak/node-console-stamp.git"
  103. },
  104. "scripts": {
  105. "examples": "node examples/index || true",
  106. "preversion": "npm test",
  107. "t:w": "npm run test:watch",
  108. "test": "tap --no-check-coverage -R spec test/*.js",
  109. "test:watch": "nodemon --exec npm test"
  110. },
  111. "version": "3.0.3"
  112. }