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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "atob@2.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "atob@2.1.2",
  10. "_id": "atob@2.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
  13. "_location": "/atob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "atob@2.1.2",
  19. "name": "atob",
  20. "escapedName": "atob",
  21. "rawSpec": "2.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.2"
  24. },
  25. "_requiredBy": [
  26. "/webdriverio"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
  29. "_spec": "2.1.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "AJ ONeal",
  33. "email": "coolaj86@gmail.com",
  34. "url": "https://coolaj86.com"
  35. },
  36. "bin": {
  37. "atob": "bin/atob.js"
  38. },
  39. "browser": "browser-atob.js",
  40. "description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
  41. "engines": {
  42. "node": ">= 4.5.0"
  43. },
  44. "homepage": "https://git.coolaj86.com/coolaj86/atob.js.git",
  45. "keywords": [
  46. "atob",
  47. "browser"
  48. ],
  49. "license": "(MIT OR Apache-2.0)",
  50. "main": "node-atob.js",
  51. "name": "atob",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://git.coolaj86.com/coolaj86/atob.js.git"
  55. },
  56. "version": "2.1.2"
  57. }