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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_args": [
  3. [
  4. "base64id@2.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "base64id@2.0.0",
  9. "_id": "base64id@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==",
  12. "_location": "/base64id",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "base64id@2.0.0",
  18. "name": "base64id",
  19. "escapedName": "base64id",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/engine.io",
  26. "/socket.io"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Kristian Faeldt",
  33. "email": "faeldt_kristian@cyberagent.co.jp"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/faeldt/base64id/issues"
  37. },
  38. "description": "Generates a base64 id",
  39. "engines": {
  40. "node": "^4.5.0 || >= 5.9"
  41. },
  42. "homepage": "https://github.com/faeldt/base64id#readme",
  43. "license": "MIT",
  44. "main": "./lib/base64id.js",
  45. "name": "base64id",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/faeldt/base64id.git"
  49. },
  50. "version": "2.0.0"
  51. }