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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "imurmurhash@0.1.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "imurmurhash@0.1.4",
  9. "_id": "imurmurhash@0.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
  12. "_location": "/imurmurhash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "imurmurhash@0.1.4",
  18. "name": "imurmurhash",
  19. "escapedName": "imurmurhash",
  20. "rawSpec": "0.1.4",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.4"
  23. },
  24. "_requiredBy": [
  25. "/eslint",
  26. "/stylelint",
  27. "/write-file-atomic"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  30. "_spec": "0.1.4",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Jens Taylor",
  34. "email": "jensyt@gmail.com",
  35. "url": "https://github.com/homebrewing"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jensyt/imurmurhash-js/issues"
  39. },
  40. "dependencies": {},
  41. "description": "An incremental implementation of MurmurHash3",
  42. "devDependencies": {},
  43. "engines": {
  44. "node": ">=0.8.19"
  45. },
  46. "files": [
  47. "imurmurhash.js",
  48. "imurmurhash.min.js",
  49. "package.json",
  50. "README.md"
  51. ],
  52. "homepage": "https://github.com/jensyt/imurmurhash-js",
  53. "keywords": [
  54. "murmur",
  55. "murmurhash",
  56. "murmurhash3",
  57. "hash",
  58. "incremental"
  59. ],
  60. "license": "MIT",
  61. "main": "imurmurhash.js",
  62. "name": "imurmurhash",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jensyt/imurmurhash-js.git"
  66. },
  67. "version": "0.1.4"
  68. }