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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_args": [
  3. [
  4. "ip6@0.0.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "ip6@0.0.4",
  9. "_id": "ip6@0.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-RMWp23njnUBSAbTXjROzhw5I2zE=",
  12. "_location": "/ip6",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ip6@0.0.4",
  18. "name": "ip6",
  19. "escapedName": "ip6",
  20. "rawSpec": "0.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.4"
  23. },
  24. "_requiredBy": [
  25. "/range_check"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ip6/-/ip6-0.0.4.tgz",
  28. "_spec": "0.0.4",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Elgs Qian Chen"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/elgs/ip6/issues"
  35. },
  36. "description": "IPv6 address helper utilities.",
  37. "homepage": "https://github.com/elgs/ip6#readme",
  38. "keywords": [
  39. "ipv6"
  40. ],
  41. "license": "MIT",
  42. "main": "ip6.js",
  43. "name": "ip6",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/elgs/ip6.git"
  47. },
  48. "scripts": {
  49. "test": "echo \"Error: no test specified\" && exit 1"
  50. },
  51. "version": "0.0.4"
  52. }