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 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "@electron/remote@1.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@electron/remote@1.2.0",
  10. "_id": "@electron/remote@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-C774t2DFVJsa+dxU9Gc2nYzylRZoJ79I0Sxrh8T9cN69fBkntfGbyBEQiD9UfZopqL0CYLzk1anY2Ywhql6h1w==",
  13. "_location": "/@electron/remote",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@electron/remote@1.2.0",
  19. "name": "@electron/remote",
  20. "escapedName": "@electron%2fremote",
  21. "scope": "@electron",
  22. "rawSpec": "1.2.0",
  23. "saveSpec": null,
  24. "fetchSpec": "1.2.0"
  25. },
  26. "_requiredBy": [
  27. "/spectron"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@electron/remote/-/remote-1.2.0.tgz",
  30. "_spec": "1.2.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/electron/remote/issues"
  34. },
  35. "description": "`@electron/remote` is an [Electron](https://electronjs.org) module that bridges JavaScript objects from the main process to the renderer process. This lets you access main-process-only objects as if they were available in the renderer process.",
  36. "devDependencies": {
  37. "@continuous-auth/semantic-release-npm": "^2.0.0",
  38. "@types/chai": "^4.2.11",
  39. "@types/chai-as-promised": "^7.1.2",
  40. "@types/dirty-chai": "^2.0.2",
  41. "@types/mocha": "^7.0.2",
  42. "@types/node": "^12.0.12",
  43. "chai": "^4.2.0",
  44. "chai-as-promised": "^7.1.1",
  45. "dirty-chai": "^2.0.1",
  46. "electron": "10.x",
  47. "mocha": "^7.0.2",
  48. "mocha-junit-reporter": "^1.23.3",
  49. "mocha-multi-reporters": "^1.1.7",
  50. "semantic-release": "^17.2.3",
  51. "ts-node": "^8.10.2",
  52. "typescript": "^4.1.3",
  53. "walkdir": "^0.4.1",
  54. "yargs": "^15.3.1"
  55. },
  56. "files": [
  57. "README.md",
  58. "package.json",
  59. "main/index.js",
  60. "renderer/index.js",
  61. "dist/src",
  62. "index.d.ts"
  63. ],
  64. "homepage": "https://github.com/electron/remote#readme",
  65. "license": "MIT",
  66. "main": "renderer/index.js",
  67. "name": "@electron/remote",
  68. "peerDependencies": {
  69. "electron": ">= 10.0.0-beta.1"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/electron/remote.git"
  74. },
  75. "scripts": {
  76. "prepublishOnly": "tsc",
  77. "test": "electron test --extension=ts --require=ts-node/register --exit --js-flags=--expose_gc",
  78. "test:ci": "yarn test --reporter=mocha-multi-reporters --reporter-options=configFile=.circleci/mocha-reporter-config.json"
  79. },
  80. "types": "index.d.ts",
  81. "version": "1.2.0"
  82. }