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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "create-hash@^1.2.0",
  3. "_id": "create-hash@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
  6. "_location": "/create-hash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "create-hash@^1.2.0",
  12. "name": "create-hash",
  13. "escapedName": "create-hash",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/hafas-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
  22. "_shasum": "889078af11a63756bcfb59bd221996be3a9ef196",
  23. "_spec": "create-hash@^1.2.0",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client",
  25. "author": "",
  26. "browser": "browser.js",
  27. "bugs": {
  28. "url": "https://github.com/crypto-browserify/createHash/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "cipher-base": "^1.0.1",
  33. "inherits": "^2.0.1",
  34. "md5.js": "^1.3.4",
  35. "ripemd160": "^2.0.1",
  36. "sha.js": "^2.4.0"
  37. },
  38. "deprecated": false,
  39. "description": "create hashes for browserify",
  40. "devDependencies": {
  41. "hash-test-vectors": "^1.3.2",
  42. "safe-buffer": "^5.0.1",
  43. "standard": "^10.0.2",
  44. "tap-spec": "^2.1.2",
  45. "tape": "^4.6.3"
  46. },
  47. "homepage": "https://github.com/crypto-browserify/createHash",
  48. "keywords": [
  49. "crypto"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "create-hash",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+ssh://git@github.com/crypto-browserify/createHash.git"
  57. },
  58. "scripts": {
  59. "standard": "standard",
  60. "test": "npm run-script standard && npm run-script unit",
  61. "unit": "node test.js | tspec"
  62. },
  63. "version": "1.2.0"
  64. }