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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "hash-base@^3.0.0",
  3. "_id": "hash-base@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==",
  6. "_location": "/hash-base",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hash-base@^3.0.0",
  12. "name": "hash-base",
  13. "escapedName": "hash-base",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/md5.js",
  20. "/ripemd160"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz",
  23. "_shasum": "55c381d9e06e1d2997a883b4a3fddfe7f0d3af33",
  24. "_spec": "hash-base@^3.0.0",
  25. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/md5.js",
  26. "author": {
  27. "name": "Kirill Fomichev",
  28. "email": "fanatid@ya.ru",
  29. "url": "https://github.com/fanatid"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/crypto-browserify/hash-base/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "inherits": "^2.0.4",
  37. "readable-stream": "^3.6.0",
  38. "safe-buffer": "^5.2.0"
  39. },
  40. "deprecated": false,
  41. "description": "abstract base class for hash-streams",
  42. "devDependencies": {
  43. "nyc": "^15.0.1",
  44. "standard": "^14.3.3",
  45. "tape": "^5.0.0"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/crypto-browserify/hash-base",
  54. "keywords": [
  55. "hash",
  56. "stream"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "hash-base",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/crypto-browserify/hash-base.git"
  64. },
  65. "scripts": {
  66. "coverage": "nyc node test/*.js",
  67. "lint": "standard",
  68. "test": "npm run lint && npm run unit",
  69. "unit": "node test/*.js"
  70. },
  71. "version": "3.1.0"
  72. }