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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "ripemd160@^2.0.1",
  3. "_id": "ripemd160@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
  6. "_location": "/ripemd160",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ripemd160@^2.0.1",
  12. "name": "ripemd160",
  13. "escapedName": "ripemd160",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/create-hash"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
  22. "_shasum": "a1c1a6f624751577ba5d07914cbc92850585890c",
  23. "_spec": "ripemd160@^2.0.1",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/create-hash",
  25. "bugs": {
  26. "url": "https://github.com/crypto-browserify/ripemd160/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "hash-base": "^3.0.0",
  31. "inherits": "^2.0.1"
  32. },
  33. "deprecated": false,
  34. "description": "Compute ripemd160 of bytes or strings.",
  35. "devDependencies": {
  36. "hash-test-vectors": "^1.3.2",
  37. "standard": "^6.0.7",
  38. "tape": "^4.5.1"
  39. },
  40. "files": [
  41. "index.js"
  42. ],
  43. "homepage": "https://github.com/crypto-browserify/ripemd160#readme",
  44. "keywords": [
  45. "string",
  46. "strings",
  47. "ripemd160",
  48. "ripe160",
  49. "bitcoin",
  50. "bytes",
  51. "cryptography"
  52. ],
  53. "license": "MIT",
  54. "main": "./index",
  55. "name": "ripemd160",
  56. "repository": {
  57. "url": "git+https://github.com/crypto-browserify/ripemd160.git",
  58. "type": "git"
  59. },
  60. "scripts": {
  61. "lint": "standard",
  62. "test": "npm run lint && npm run unit",
  63. "unit": "node test/*.js"
  64. },
  65. "version": "2.0.2"
  66. }