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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "get-stream@4.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "get-stream@4.1.0",
  9. "_id": "get-stream@4.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
  12. "_location": "/get-stream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "get-stream@4.1.0",
  18. "name": "get-stream",
  19. "escapedName": "get-stream",
  20. "rawSpec": "4.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.0"
  23. },
  24. "_requiredBy": [
  25. "/got"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
  28. "_spec": "4.1.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/get-stream/issues"
  37. },
  38. "dependencies": {
  39. "pump": "^3.0.0"
  40. },
  41. "description": "Get a stream as a string, buffer, or array",
  42. "devDependencies": {
  43. "ava": "*",
  44. "into-stream": "^3.0.0",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "index.js",
  52. "buffer-stream.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/get-stream#readme",
  55. "keywords": [
  56. "get",
  57. "stream",
  58. "promise",
  59. "concat",
  60. "string",
  61. "text",
  62. "buffer",
  63. "read",
  64. "data",
  65. "consume",
  66. "readable",
  67. "readablestream",
  68. "array",
  69. "object"
  70. ],
  71. "license": "MIT",
  72. "name": "get-stream",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/get-stream.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "4.1.0"
  81. }