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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "electron-to-chromium@1.3.766",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "electron-to-chromium@1.3.766",
  10. "_id": "electron-to-chromium@1.3.766",
  11. "_inBundle": false,
  12. "_integrity": "sha512-u2quJ862q9reRKh/je3GXis3w38+RoXH1J9N3XjtsS6NzmUAosNsyZgUVFZPN/ZlJ3v6T0rTyZR3q/J5c6Sy5w==",
  13. "_location": "/electron-to-chromium",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "electron-to-chromium@1.3.766",
  19. "name": "electron-to-chromium",
  20. "escapedName": "electron-to-chromium",
  21. "rawSpec": "1.3.766",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.766"
  24. },
  25. "_requiredBy": [
  26. "/browserslist"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.766.tgz",
  29. "_spec": "1.3.766",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Kilian Valkhof"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/kilian/electron-to-chromium/issues"
  36. },
  37. "description": "Provides a list of electron-to-chromium version mappings",
  38. "devDependencies": {
  39. "ava": "^3.8.2",
  40. "codecov": "^3.8.0",
  41. "electron-releases": "^3.719.0",
  42. "nyc": "^15.1.0",
  43. "request": "^2.88.0",
  44. "shelljs": "^0.8.4"
  45. },
  46. "files": [
  47. "versions.js",
  48. "full-versions.js",
  49. "chromium-versions.js",
  50. "full-chromium-versions.js",
  51. "LICENSE"
  52. ],
  53. "homepage": "https://github.com/kilian/electron-to-chromium#readme",
  54. "keywords": [
  55. "electron",
  56. "chrome",
  57. "browserlist"
  58. ],
  59. "license": "ISC",
  60. "main": "index.js",
  61. "name": "electron-to-chromium",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/kilian/electron-to-chromium.git"
  65. },
  66. "scripts": {
  67. "build": "node build.js",
  68. "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
  69. "test": "nyc ava --verbose",
  70. "update": "node automated-update.js"
  71. },
  72. "version": "1.3.766"
  73. }