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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "crypt@0.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "crypt@0.0.2",
  9. "_id": "crypt@0.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=",
  12. "_location": "/crypt",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "crypt@0.0.2",
  18. "name": "crypt",
  19. "escapedName": "crypt",
  20. "rawSpec": "0.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.2"
  23. },
  24. "_requiredBy": [
  25. "/md5"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz",
  28. "_spec": "0.0.2",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Paul Vorbach",
  32. "email": "paul@vorb.de",
  33. "url": "http://vorb.de"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/pvorb/node-crypt/issues"
  37. },
  38. "description": "utilities for encryption and hashing",
  39. "engines": {
  40. "node": "*"
  41. },
  42. "homepage": "https://github.com/pvorb/node-crypt#readme",
  43. "license": "BSD-3-Clause",
  44. "main": "crypt.js",
  45. "name": "crypt",
  46. "repository": {
  47. "type": "git",
  48. "url": "git://github.com/pvorb/node-crypt.git"
  49. },
  50. "tags": [
  51. "hash",
  52. "security"
  53. ],
  54. "version": "0.0.2"
  55. }