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.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "a-sync-waterfall@1.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor"
  6. ]
  7. ],
  8. "_from": "a-sync-waterfall@1.0.1",
  9. "_id": "a-sync-waterfall@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==",
  12. "_location": "/a-sync-waterfall",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "a-sync-waterfall@1.0.1",
  18. "name": "a-sync-waterfall",
  19. "escapedName": "a-sync-waterfall",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/nunjucks"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor",
  30. "author": {
  31. "name": "Gleb Khudyakov",
  32. "url": "https://github.com/hydiak/a-sync-waterfall"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/hydiak/a-sync-waterfall/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Runs a list of async tasks, passing the results of each into the next one",
  39. "homepage": "https://github.com/hydiak/a-sync-waterfall",
  40. "keywords": [
  41. "async",
  42. "sync",
  43. "waterfall",
  44. "tasks",
  45. "control",
  46. "flow"
  47. ],
  48. "license": "MIT",
  49. "main": "./index",
  50. "name": "a-sync-waterfall",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+ssh://git@github.com/hydiak/a-sync-waterfall.git"
  54. },
  55. "version": "1.0.1"
  56. }