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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "queue-microtask@1.2.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "queue-microtask@1.2.3",
  10. "_id": "queue-microtask@1.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  13. "_location": "/queue-microtask",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "queue-microtask@1.2.3",
  19. "name": "queue-microtask",
  20. "escapedName": "queue-microtask",
  21. "rawSpec": "1.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.3"
  24. },
  25. "_requiredBy": [
  26. "/run-parallel"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  29. "_spec": "1.2.3",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Feross Aboukhadijeh",
  33. "email": "feross@feross.org",
  34. "url": "https://feross.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/feross/queue-microtask/issues"
  38. },
  39. "description": "fast, tiny `queueMicrotask` shim for modern engines",
  40. "devDependencies": {
  41. "standard": "*",
  42. "tape": "^5.2.2"
  43. },
  44. "funding": [
  45. {
  46. "type": "github",
  47. "url": "https://github.com/sponsors/feross"
  48. },
  49. {
  50. "type": "patreon",
  51. "url": "https://www.patreon.com/feross"
  52. },
  53. {
  54. "type": "consulting",
  55. "url": "https://feross.org/support"
  56. }
  57. ],
  58. "homepage": "https://github.com/feross/queue-microtask",
  59. "keywords": [
  60. "asap",
  61. "immediate",
  62. "micro task",
  63. "microtask",
  64. "nextTick",
  65. "process.nextTick",
  66. "queue micro task",
  67. "queue microtask",
  68. "queue-microtask",
  69. "queueMicrotask",
  70. "setImmediate",
  71. "task"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "queue-microtask",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/feross/queue-microtask.git"
  79. },
  80. "scripts": {
  81. "test": "standard && tape test/*.js"
  82. },
  83. "version": "1.2.3"
  84. }