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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "delayed-stream@1.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "delayed-stream@1.0.0",
  10. "_id": "delayed-stream@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
  13. "_location": "/delayed-stream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "delayed-stream@1.0.0",
  19. "name": "delayed-stream",
  20. "escapedName": "delayed-stream",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/combined-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Felix Geisendörfer",
  33. "email": "felix@debuggable.com",
  34. "url": "http://debuggable.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/felixge/node-delayed-stream/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Mike Atkins",
  42. "email": "apeherder@gmail.com"
  43. }
  44. ],
  45. "dependencies": {},
  46. "description": "Buffers events from a stream until you are ready to handle them.",
  47. "devDependencies": {
  48. "fake": "0.2.0",
  49. "far": "0.0.1"
  50. },
  51. "engines": {
  52. "node": ">=0.4.0"
  53. },
  54. "homepage": "https://github.com/felixge/node-delayed-stream",
  55. "license": "MIT",
  56. "main": "./lib/delayed_stream",
  57. "name": "delayed-stream",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/felixge/node-delayed-stream.git"
  61. },
  62. "scripts": {
  63. "test": "make test"
  64. },
  65. "version": "1.0.0"
  66. }