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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "electron@13.5.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "electron@13.5.1",
  9. "_id": "electron@13.5.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ZyxhIhmdaeE3xiIGObf0zqEyCyuIDqZQBv9NKX8w5FNzGm87j4qR0H1+GQg6vz+cA1Nnv1x175Zvimzc0/UwEQ==",
  12. "_location": "/electron",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "electron@13.5.1",
  18. "name": "electron",
  19. "escapedName": "electron",
  20. "rawSpec": "13.5.1",
  21. "saveSpec": null,
  22. "fetchSpec": "13.5.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/electron/-/electron-13.5.1.tgz",
  28. "_spec": "13.5.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Electron Community"
  32. },
  33. "bin": {
  34. "electron": "cli.js"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/electron/electron/issues"
  38. },
  39. "dependencies": {
  40. "@electron/get": "^1.0.1",
  41. "@types/node": "^14.6.2",
  42. "extract-zip": "^1.0.3"
  43. },
  44. "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
  45. "engines": {
  46. "node": ">= 8.6"
  47. },
  48. "homepage": "https://github.com/electron/electron#readme",
  49. "keywords": [
  50. "electron"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "electron",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/electron/electron.git"
  58. },
  59. "scripts": {
  60. "postinstall": "node install.js"
  61. },
  62. "types": "electron.d.ts",
  63. "version": "13.5.1"
  64. }