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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_args": [
  3. [
  4. "fs-constants@1.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fs-constants@1.0.0",
  10. "_id": "fs-constants@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
  13. "_location": "/fs-constants",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fs-constants@1.0.0",
  19. "name": "fs-constants",
  20. "escapedName": "fs-constants",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/tar-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Mathias Buus",
  33. "url": "@mafintosh"
  34. },
  35. "browser": "browser.js",
  36. "bugs": {
  37. "url": "https://github.com/mafintosh/fs-constants/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Require constants across node and the browser",
  41. "devDependencies": {},
  42. "homepage": "https://github.com/mafintosh/fs-constants",
  43. "license": "MIT",
  44. "main": "index.js",
  45. "name": "fs-constants",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/mafintosh/fs-constants.git"
  49. },
  50. "version": "1.0.0"
  51. }