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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "ipaddr.js@1.9.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "ipaddr.js@1.9.1",
  9. "_id": "ipaddr.js@1.9.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  12. "_location": "/ipaddr.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ipaddr.js@1.9.1",
  18. "name": "ipaddr.js",
  19. "escapedName": "ipaddr.js",
  20. "rawSpec": "1.9.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.9.1"
  23. },
  24. "_requiredBy": [
  25. "/proxy-addr"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  28. "_spec": "1.9.1",
  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.12.6",
  41. "nodeunit": "^0.11.3",
  42. "uglify-js": "~3.0.19"
  43. },
  44. "directories": {
  45. "lib": "./lib"
  46. },
  47. "engines": {
  48. "node": ">= 0.10"
  49. },
  50. "files": [
  51. "lib/",
  52. "LICENSE",
  53. "ipaddr.min.js"
  54. ],
  55. "homepage": "https://github.com/whitequark/ipaddr.js#readme",
  56. "keywords": [
  57. "ip",
  58. "ipv4",
  59. "ipv6"
  60. ],
  61. "license": "MIT",
  62. "main": "./lib/ipaddr.js",
  63. "name": "ipaddr.js",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/whitequark/ipaddr.js.git"
  67. },
  68. "scripts": {
  69. "test": "cake build test"
  70. },
  71. "types": "./lib/ipaddr.js.d.ts",
  72. "version": "1.9.1"
  73. }