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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "range_check@1.4.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "range_check@1.4.0",
  9. "_id": "range_check@1.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-zYfHrGLEC6nfabhwPGBPYMN0hjU=",
  12. "_location": "/range_check",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "range_check@1.4.0",
  18. "name": "range_check",
  19. "escapedName": "range_check",
  20. "rawSpec": "1.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.0"
  23. },
  24. "_requiredBy": [
  25. "/express-ipfilter"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/range_check/-/range_check-1.4.0.tgz",
  28. "_spec": "1.4.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Kevin Whitman",
  32. "url": "https://github.com/keverw"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/keverw/range_check/issues"
  36. },
  37. "dependencies": {
  38. "ip6": "0.0.4",
  39. "ipaddr.js": "1.2"
  40. },
  41. "description": "This is a simple module to validate IP address, check ip address version, check if ip is within a range.",
  42. "homepage": "https://github.com/keverw/range_check#readme",
  43. "keywords": [
  44. "IP Address",
  45. "CIDR",
  46. "V4",
  47. "V6",
  48. "valid",
  49. "range",
  50. "addr",
  51. "ip",
  52. "ipv4",
  53. "ipv6"
  54. ],
  55. "license": "BSD",
  56. "main": "range_check.js",
  57. "name": "range_check",
  58. "publishConfig": {
  59. "registry": "https://registry.npmjs.org/"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/keverw/range_check.git"
  64. },
  65. "version": "1.4.0"
  66. }