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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "charenc@0.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "charenc@0.0.2",
  9. "_id": "charenc@0.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=",
  12. "_location": "/charenc",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "charenc@0.0.2",
  18. "name": "charenc",
  19. "escapedName": "charenc",
  20. "rawSpec": "0.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.2"
  23. },
  24. "_requiredBy": [
  25. "/md5"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz",
  28. "_spec": "0.0.2",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Paul Vorbach",
  32. "email": "paul@vorb.de",
  33. "url": "http://vorb.de"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/pvorb/node-charenc/issues"
  37. },
  38. "description": "character encoding utilities",
  39. "engines": {
  40. "node": "*"
  41. },
  42. "homepage": "https://github.com/pvorb/node-charenc#readme",
  43. "license": "BSD-3-Clause",
  44. "main": "charenc.js",
  45. "name": "charenc",
  46. "repository": {
  47. "type": "git",
  48. "url": "git://github.com/pvorb/node-charenc.git"
  49. },
  50. "tags": [
  51. "utf8",
  52. "binary",
  53. "byte",
  54. "string"
  55. ],
  56. "version": "0.0.2"
  57. }