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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "ipaddr.js@1.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "ipaddr.js@1.2.0",
  9. "_id": "ipaddr.js@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-irpJyRknmVhb3WQ+DMtQ6K53e6Q=",
  12. "_location": "/range_check/ipaddr.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ipaddr.js@1.2.0",
  18. "name": "ipaddr.js",
  19. "escapedName": "ipaddr.js",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/range_check"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "whitequark",
  32. "email": "whitequark@whitequark.org"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/whitequark/ipaddr.js/issues"
  36. },
  37. "dependencies": {},
  38. "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
  39. "devDependencies": {
  40. "coffee-script": "~1.6",
  41. "nodeunit": ">=0.8.2 <0.8.7",
  42. "uglify-js": "latest"
  43. },
  44. "directories": {
  45. "lib": "./lib"
  46. },
  47. "engines": {
  48. "node": ">= 0.10"
  49. },
  50. "homepage": "https://github.com/whitequark/ipaddr.js#readme",
  51. "keywords": [
  52. "ip",
  53. "ipv4",
  54. "ipv6"
  55. ],
  56. "license": "MIT",
  57. "main": "./lib/ipaddr",
  58. "name": "ipaddr.js",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/whitequark/ipaddr.js.git"
  62. },
  63. "scripts": {
  64. "test": "cake build test"
  65. },
  66. "version": "1.2.0"
  67. }