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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "md5@2.3.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "md5@2.3.0",
  9. "_id": "md5@2.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
  12. "_location": "/md5",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "md5@2.3.0",
  18. "name": "md5",
  19. "escapedName": "md5",
  20. "rawSpec": "2.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.0"
  23. },
  24. "_requiredBy": [
  25. "/digest-fetch"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz",
  28. "_spec": "2.3.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Paul Vorbach",
  32. "email": "paul@vorba.ch",
  33. "url": "http://paul.vorba.ch"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/pvorb/node-md5/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "salba"
  41. }
  42. ],
  43. "dependencies": {
  44. "charenc": "0.0.2",
  45. "crypt": "0.0.2",
  46. "is-buffer": "~1.1.6"
  47. },
  48. "description": "js function for hashing messages with MD5",
  49. "devDependencies": {
  50. "mocha": "~2.3.4",
  51. "webpack": "~2.4.1"
  52. },
  53. "homepage": "https://github.com/pvorb/node-md5#readme",
  54. "license": "BSD-3-Clause",
  55. "main": "md5.js",
  56. "name": "md5",
  57. "optionalDependencies": {},
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/pvorb/node-md5.git"
  61. },
  62. "scripts": {
  63. "test": "mocha",
  64. "webpack": "webpack -p"
  65. },
  66. "tags": [
  67. "md5",
  68. "hash",
  69. "encryption",
  70. "message digest"
  71. ],
  72. "version": "2.3.0"
  73. }