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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "cipher-base@^1.0.1",
  3. "_id": "cipher-base@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
  6. "_location": "/cipher-base",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cipher-base@^1.0.1",
  12. "name": "cipher-base",
  13. "escapedName": "cipher-base",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/create-hash"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
  22. "_shasum": "8760e4ecc272f4c363532f926d874aae2c1397de",
  23. "_spec": "cipher-base@^1.0.1",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/create-hash",
  25. "author": {
  26. "name": "Calvin Metcalf",
  27. "email": "calvin.metcalf@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/crypto-browserify/cipher-base/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "inherits": "^2.0.1",
  35. "safe-buffer": "^5.0.1"
  36. },
  37. "deprecated": false,
  38. "description": "abstract base class for crypto-streams",
  39. "devDependencies": {
  40. "standard": "^10.0.2",
  41. "tap-spec": "^4.1.0",
  42. "tape": "^4.2.0"
  43. },
  44. "homepage": "https://github.com/crypto-browserify/cipher-base#readme",
  45. "keywords": [
  46. "cipher",
  47. "stream"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "cipher-base",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/crypto-browserify/cipher-base.git"
  55. },
  56. "scripts": {
  57. "test": "node test.js | tspec"
  58. },
  59. "version": "1.0.4"
  60. }