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 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "component-emitter@1.3.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "component-emitter@1.3.0",
  9. "_id": "component-emitter@1.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==",
  12. "_location": "/component-emitter",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "component-emitter@1.3.0",
  18. "name": "component-emitter",
  19. "escapedName": "component-emitter",
  20. "rawSpec": "1.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.0"
  23. },
  24. "_requiredBy": [
  25. "/socket.io-parser"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
  28. "_spec": "1.3.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "bugs": {
  31. "url": "https://github.com/component/emitter/issues"
  32. },
  33. "component": {
  34. "scripts": {
  35. "emitter/index.js": "index.js"
  36. }
  37. },
  38. "description": "Event emitter",
  39. "devDependencies": {
  40. "mocha": "*",
  41. "should": "*"
  42. },
  43. "files": [
  44. "index.js",
  45. "LICENSE"
  46. ],
  47. "homepage": "https://github.com/component/emitter#readme",
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "component-emitter",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/component/emitter.git"
  54. },
  55. "scripts": {
  56. "test": "make test"
  57. },
  58. "version": "1.3.0"
  59. }