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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "lazystream@1.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lazystream@1.0.0",
  10. "_id": "lazystream@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=",
  13. "_location": "/lazystream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lazystream@1.0.0",
  19. "name": "lazystream",
  20. "escapedName": "lazystream",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/archiver-utils"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Jonas Pommerening",
  33. "email": "jonas.pommerening@gmail.com",
  34. "url": "https://npmjs.org/~jpommerening"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jpommerening/node-lazystream/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Mario Casciaro",
  42. "email": "mariocasciaro@gmail.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "readable-stream": "^2.0.5"
  47. },
  48. "description": "Open Node Streams on demand.",
  49. "devDependencies": {
  50. "nodeunit": "^0.9.1"
  51. },
  52. "engines": {
  53. "node": ">= 0.6.3"
  54. },
  55. "homepage": "https://github.com/jpommerening/node-lazystream",
  56. "keywords": [
  57. "emfile",
  58. "lazy",
  59. "streams",
  60. "stream"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/lazystream.js",
  64. "name": "lazystream",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jpommerening/node-lazystream.git"
  68. },
  69. "scripts": {
  70. "test": "nodeunit test/readable_test.js test/writable_test.js test/pipe_test.js test/fs_test.js"
  71. },
  72. "version": "1.0.0"
  73. }