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 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "hasha@5.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hasha@5.2.2",
  10. "_id": "hasha@5.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==",
  13. "_location": "/hasha",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hasha@5.2.2",
  19. "name": "hasha",
  20. "escapedName": "hasha",
  21. "rawSpec": "5.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "5.2.2"
  24. },
  25. "_requiredBy": [
  26. "/caching-transform",
  27. "/package-hash"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.2.tgz",
  30. "_spec": "5.2.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "https://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/hasha/issues"
  39. },
  40. "dependencies": {
  41. "is-stream": "^2.0.0",
  42. "type-fest": "^0.8.0"
  43. },
  44. "description": "Hashing made simple. Get the hash of a buffer/string/stream/file.",
  45. "devDependencies": {
  46. "@types/node": "^12.7.5",
  47. "ava": "^2.4.0",
  48. "proxyquire": "^2.1.0",
  49. "tsd": "^0.8.0",
  50. "xo": "^0.24.0"
  51. },
  52. "engines": {
  53. "node": ">=8"
  54. },
  55. "files": [
  56. "index.js",
  57. "index.d.ts",
  58. "thread.js"
  59. ],
  60. "funding": "https://github.com/sponsors/sindresorhus",
  61. "homepage": "https://github.com/sindresorhus/hasha#readme",
  62. "keywords": [
  63. "hash",
  64. "hashing",
  65. "crypto",
  66. "hex",
  67. "base64",
  68. "md5",
  69. "sha1",
  70. "sha256",
  71. "sha512",
  72. "sum",
  73. "stream",
  74. "file",
  75. "fs",
  76. "buffer",
  77. "string",
  78. "text",
  79. "rev",
  80. "revving",
  81. "simple",
  82. "easy"
  83. ],
  84. "license": "MIT",
  85. "name": "hasha",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/sindresorhus/hasha.git"
  89. },
  90. "scripts": {
  91. "test": "xo && ava && tsd"
  92. },
  93. "version": "5.2.2",
  94. "xo": {
  95. "rules": {
  96. "import/no-unresolved": "off"
  97. }
  98. }
  99. }