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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "combined-stream@1.0.8",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "combined-stream@1.0.8",
  10. "_id": "combined-stream@1.0.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  13. "_location": "/combined-stream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "combined-stream@1.0.8",
  19. "name": "combined-stream",
  20. "escapedName": "combined-stream",
  21. "rawSpec": "1.0.8",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.8"
  24. },
  25. "_requiredBy": [
  26. "/form-data",
  27. "/jest-environment-jsdom/form-data"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  30. "_spec": "1.0.8",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Felix Geisendörfer",
  34. "email": "felix@debuggable.com",
  35. "url": "http://debuggable.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/felixge/node-combined-stream/issues"
  39. },
  40. "dependencies": {
  41. "delayed-stream": "~1.0.0"
  42. },
  43. "description": "A stream that emits multiple other streams one after another.",
  44. "devDependencies": {
  45. "far": "~0.0.7"
  46. },
  47. "engines": {
  48. "node": ">= 0.8"
  49. },
  50. "homepage": "https://github.com/felixge/node-combined-stream",
  51. "license": "MIT",
  52. "main": "./lib/combined_stream",
  53. "name": "combined-stream",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/felixge/node-combined-stream.git"
  57. },
  58. "scripts": {
  59. "test": "node test/run.js"
  60. },
  61. "version": "1.0.8"
  62. }