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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "caniuse-lite@1.0.30001242",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "caniuse-lite@1.0.30001242",
  10. "_id": "caniuse-lite@1.0.30001242",
  11. "_inBundle": false,
  12. "_integrity": "sha512-KvNuZ/duufelMB3w2xtf9gEWCSxJwUgoxOx5b6ScLXC4kPc9xsczUVCPrQU26j5kOsHM4pSUL54tAZt5THQKug==",
  13. "_location": "/caniuse-lite",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "caniuse-lite@1.0.30001242",
  19. "name": "caniuse-lite",
  20. "escapedName": "caniuse-lite",
  21. "rawSpec": "1.0.30001242",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.30001242"
  24. },
  25. "_requiredBy": [
  26. "/autoprefixer",
  27. "/browserslist"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001242.tgz",
  30. "_spec": "1.0.30001242",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Ben Briggs",
  34. "email": "beneb.info@gmail.com",
  35. "url": "http://beneb.info"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/browserslist/caniuse-lite/issues"
  39. },
  40. "description": "A smaller version of caniuse-db, with only the essentials!",
  41. "files": [
  42. "data",
  43. "dist"
  44. ],
  45. "funding": {
  46. "type": "opencollective",
  47. "url": "https://opencollective.com/browserslist"
  48. },
  49. "homepage": "https://github.com/browserslist/caniuse-lite#readme",
  50. "keywords": [
  51. "support",
  52. "css",
  53. "js",
  54. "html5",
  55. "svg"
  56. ],
  57. "license": "CC-BY-4.0",
  58. "main": "dist/unpacker/index.js",
  59. "name": "caniuse-lite",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/browserslist/caniuse-lite.git"
  63. },
  64. "version": "1.0.30001242"
  65. }