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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "emittery@0.8.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "emittery@0.8.1",
  10. "_id": "emittery@0.8.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==",
  13. "_location": "/emittery",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "emittery@0.8.1",
  19. "name": "emittery",
  20. "escapedName": "emittery",
  21. "rawSpec": "0.8.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.8.1"
  24. },
  25. "_requiredBy": [
  26. "/@jest/core",
  27. "/jest-runner"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
  30. "_spec": "0.8.1",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "https://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/emittery/issues"
  39. },
  40. "description": "Simple and modern async event emitter",
  41. "devDependencies": {
  42. "@types/node": "^13.7.5",
  43. "ava": "^2.4.0",
  44. "delay": "^4.3.0",
  45. "nyc": "^15.0.0",
  46. "p-event": "^4.1.0",
  47. "tsd": "^0.14.0",
  48. "xo": "^0.36.1"
  49. },
  50. "engines": {
  51. "node": ">=10"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts"
  56. ],
  57. "funding": "https://github.com/sindresorhus/emittery?sponsor=1",
  58. "homepage": "https://github.com/sindresorhus/emittery#readme",
  59. "keywords": [
  60. "event",
  61. "emitter",
  62. "eventemitter",
  63. "events",
  64. "async",
  65. "emit",
  66. "on",
  67. "once",
  68. "off",
  69. "listener",
  70. "subscribe",
  71. "unsubscribe",
  72. "pubsub",
  73. "tiny",
  74. "addlistener",
  75. "addeventlistener",
  76. "dispatch",
  77. "dispatcher",
  78. "observer",
  79. "trigger",
  80. "await",
  81. "promise",
  82. "typescript",
  83. "ts",
  84. "typed"
  85. ],
  86. "license": "MIT",
  87. "name": "emittery",
  88. "nyc": {
  89. "reporter": [
  90. "html",
  91. "lcov",
  92. "text"
  93. ]
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/sindresorhus/emittery.git"
  98. },
  99. "scripts": {
  100. "test": "xo && nyc ava && tsd"
  101. },
  102. "version": "0.8.1"
  103. }