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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "end-of-stream@1.4.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "end-of-stream@1.4.4",
  9. "_id": "end-of-stream@1.4.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  12. "_location": "/end-of-stream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "end-of-stream@1.4.4",
  18. "name": "end-of-stream",
  19. "escapedName": "end-of-stream",
  20. "rawSpec": "1.4.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.4"
  23. },
  24. "_requiredBy": [
  25. "/pump",
  26. "/tar-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
  29. "_spec": "1.4.4",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Mathias Buus",
  33. "email": "mathiasbuus@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mafintosh/end-of-stream/issues"
  37. },
  38. "dependencies": {
  39. "once": "^1.4.0"
  40. },
  41. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  42. "devDependencies": {
  43. "tape": "^4.11.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/mafintosh/end-of-stream",
  49. "keywords": [
  50. "stream",
  51. "streams",
  52. "callback",
  53. "finish",
  54. "close",
  55. "end",
  56. "wait"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "end-of-stream",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/mafintosh/end-of-stream.git"
  64. },
  65. "scripts": {
  66. "test": "node test.js"
  67. },
  68. "version": "1.4.4"
  69. }