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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_args": [
  3. [
  4. "pend@1.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "pend@1.2.0",
  9. "_id": "pend@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=",
  12. "_location": "/pend",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pend@1.2.0",
  18. "name": "pend",
  19. "escapedName": "pend",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/fd-slicer"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Andrew Kelley",
  32. "email": "superjoe30@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/andrewrk/node-pend/issues"
  36. },
  37. "description": "dead-simple optimistic async helper",
  38. "homepage": "https://github.com/andrewrk/node-pend#readme",
  39. "license": "MIT",
  40. "main": "index.js",
  41. "name": "pend",
  42. "repository": {
  43. "type": "git",
  44. "url": "git://github.com/andrewrk/node-pend.git"
  45. },
  46. "scripts": {
  47. "test": "node test.js"
  48. },
  49. "version": "1.2.0"
  50. }