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.

core.json 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "assert": true,
  3. "node:assert": ">= 16",
  4. "assert/strict": ">= 15",
  5. "node:assert/strict": ">= 16",
  6. "async_hooks": ">= 8",
  7. "node:async_hooks": ">= 16",
  8. "buffer_ieee754": "< 0.9.7",
  9. "buffer": true,
  10. "node:buffer": ">= 16",
  11. "child_process": true,
  12. "node:child_process": ">= 16",
  13. "cluster": true,
  14. "node:cluster": ">= 16",
  15. "console": true,
  16. "node:console": ">= 16",
  17. "constants": true,
  18. "node:constants": ">= 16",
  19. "crypto": true,
  20. "node:crypto": ">= 16",
  21. "_debug_agent": ">= 1 && < 8",
  22. "_debugger": "< 8",
  23. "dgram": true,
  24. "node:dgram": ">= 16",
  25. "diagnostics_channel": [">= 14.17 && < 15", ">= 15.1"],
  26. "node:diagnostics_channel": ">= 16",
  27. "dns": true,
  28. "node:dns": ">= 16",
  29. "dns/promises": ">= 15",
  30. "node:dns/promises": ">= 16",
  31. "domain": ">= 0.7.12",
  32. "node:domain": ">= 16",
  33. "events": true,
  34. "node:events": ">= 16",
  35. "freelist": "< 6",
  36. "fs": true,
  37. "node:fs": ">= 16",
  38. "fs/promises": [">= 10 && < 10.1", ">= 14"],
  39. "node:fs/promises": ">= 16",
  40. "_http_agent": ">= 0.11.1",
  41. "node:_http_agent": ">= 16",
  42. "_http_client": ">= 0.11.1",
  43. "node:_http_client": ">= 16",
  44. "_http_common": ">= 0.11.1",
  45. "node:_http_common": ">= 16",
  46. "_http_incoming": ">= 0.11.1",
  47. "node:_http_incoming": ">= 16",
  48. "_http_outgoing": ">= 0.11.1",
  49. "node:_http_outgoing": ">= 16",
  50. "_http_server": ">= 0.11.1",
  51. "node:_http_server": ">= 16",
  52. "http": true,
  53. "node:http": ">= 16",
  54. "http2": ">= 8.8",
  55. "node:http2": ">= 16",
  56. "https": true,
  57. "node:https": ">= 16",
  58. "inspector": ">= 8",
  59. "node:inspector": ">= 16",
  60. "_linklist": "< 8",
  61. "module": true,
  62. "node:module": ">= 16",
  63. "net": true,
  64. "node:net": ">= 16",
  65. "node-inspect/lib/_inspect": ">= 7.6 && < 12",
  66. "node-inspect/lib/internal/inspect_client": ">= 7.6 && < 12",
  67. "node-inspect/lib/internal/inspect_repl": ">= 7.6 && < 12",
  68. "os": true,
  69. "node:os": ">= 16",
  70. "path": true,
  71. "node:path": ">= 16",
  72. "path/posix": ">= 15.3",
  73. "node:path/posix": ">= 16",
  74. "path/win32": ">= 15.3",
  75. "node:path/win32": ">= 16",
  76. "perf_hooks": ">= 8.5",
  77. "node:perf_hooks": ">= 16",
  78. "process": ">= 1",
  79. "node:process": ">= 16",
  80. "punycode": true,
  81. "node:punycode": ">= 16",
  82. "querystring": true,
  83. "node:querystring": ">= 16",
  84. "readline": true,
  85. "node:readline": ">= 16",
  86. "repl": true,
  87. "node:repl": ">= 16",
  88. "smalloc": ">= 0.11.5 && < 3",
  89. "_stream_duplex": ">= 0.9.4",
  90. "node:_stream_duplex": ">= 16",
  91. "_stream_transform": ">= 0.9.4",
  92. "node:_stream_transform": ">= 16",
  93. "_stream_wrap": ">= 1.4.1",
  94. "node:_stream_wrap": ">= 16",
  95. "_stream_passthrough": ">= 0.9.4",
  96. "node:_stream_passthrough": ">= 16",
  97. "_stream_readable": ">= 0.9.4",
  98. "node:_stream_readable": ">= 16",
  99. "_stream_writable": ">= 0.9.4",
  100. "node:_stream_writable": ">= 16",
  101. "stream": true,
  102. "node:stream": ">= 16",
  103. "stream/promises": ">= 15",
  104. "node:stream/promises": ">= 16",
  105. "string_decoder": true,
  106. "node:string_decoder": ">= 16",
  107. "sys": [">= 0.6 && < 0.7", ">= 0.8"],
  108. "node:sys": ">= 16",
  109. "timers": true,
  110. "node:timers": ">= 16",
  111. "timers/promises": ">= 15",
  112. "node:timers/promises": ">= 16",
  113. "_tls_common": ">= 0.11.13",
  114. "node:_tls_common": ">= 16",
  115. "_tls_legacy": ">= 0.11.3 && < 10",
  116. "_tls_wrap": ">= 0.11.3",
  117. "node:_tls_wrap": ">= 16",
  118. "tls": true,
  119. "node:tls": ">= 16",
  120. "trace_events": ">= 10",
  121. "node:trace_events": ">= 16",
  122. "tty": true,
  123. "node:tty": ">= 16",
  124. "url": true,
  125. "node:url": ">= 16",
  126. "util": true,
  127. "node:util": ">= 16",
  128. "util/types": ">= 15.3",
  129. "node:util/types": ">= 16",
  130. "v8/tools/arguments": ">= 10 && < 12",
  131. "v8/tools/codemap": [">= 4.4 && < 5", ">= 5.2 && < 12"],
  132. "v8/tools/consarray": [">= 4.4 && < 5", ">= 5.2 && < 12"],
  133. "v8/tools/csvparser": [">= 4.4 && < 5", ">= 5.2 && < 12"],
  134. "v8/tools/logreader": [">= 4.4 && < 5", ">= 5.2 && < 12"],
  135. "v8/tools/profile_view": [">= 4.4 && < 5", ">= 5.2 && < 12"],
  136. "v8/tools/splaytree": [">= 4.4 && < 5", ">= 5.2 && < 12"],
  137. "v8": ">= 1",
  138. "node:v8": ">= 16",
  139. "vm": true,
  140. "node:vm": ">= 16",
  141. "wasi": ">= 13.4 && < 13.5",
  142. "worker_threads": ">= 11.7",
  143. "node:worker_threads": ">= 16",
  144. "zlib": true,
  145. "node:zlib": ">= 16"
  146. }