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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "md5.js@^1.3.4",
  3. "_id": "md5.js@1.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==",
  6. "_location": "/md5.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "md5.js@^1.3.4",
  12. "name": "md5.js",
  13. "escapedName": "md5.js",
  14. "rawSpec": "^1.3.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.4"
  17. },
  18. "_requiredBy": [
  19. "/create-hash"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
  22. "_shasum": "b5d07b8e3216e3e27cd728d72f70d1e6a342005f",
  23. "_spec": "md5.js@^1.3.4",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/create-hash",
  25. "author": {
  26. "name": "Kirill Fomichev",
  27. "email": "fanatid@ya.ru",
  28. "url": "https://github.com/fanatid"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/crypto-browserify/md5.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "hash-base": "^3.0.0",
  36. "inherits": "^2.0.1",
  37. "safe-buffer": "^5.1.2"
  38. },
  39. "deprecated": false,
  40. "description": "node style md5 on pure JavaScript",
  41. "devDependencies": {
  42. "hash-test-vectors": "^1.3.2",
  43. "standard": "^7.0.0",
  44. "tape": "^4.2.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/crypto-browserify/md5.js",
  50. "keywords": [
  51. "crypto",
  52. "md5"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "md5.js",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/crypto-browserify/md5.js.git"
  60. },
  61. "scripts": {
  62. "lint": "standard",
  63. "test": "npm run lint && npm run unit",
  64. "unit": "node test/*.js"
  65. },
  66. "version": "1.3.5"
  67. }