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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "spectron@15.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "spectron@15.0.0",
  10. "_id": "spectron@15.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-eErHqymkEVb6H+LPZQoDYvWEv93o3nhxL7HXXdmC61ncV0jBckh8x3Qt6j+As2c1n0C/hKG9A2H1NnwGwD6agg==",
  13. "_location": "/spectron",
  14. "_phantomChildren": {
  15. "@types/cacheable-request": "6.0.1",
  16. "@types/responselike": "1.0.0",
  17. "cacheable-lookup": "5.0.4",
  18. "clone-response": "1.0.2",
  19. "http-cache-semantics": "4.1.0",
  20. "http2-wrapper": "1.0.3",
  21. "pump": "3.0.0"
  22. },
  23. "_requested": {
  24. "type": "version",
  25. "registry": true,
  26. "raw": "spectron@15.0.0",
  27. "name": "spectron",
  28. "escapedName": "spectron",
  29. "rawSpec": "15.0.0",
  30. "saveSpec": null,
  31. "fetchSpec": "15.0.0"
  32. },
  33. "_requiredBy": [
  34. "#DEV:/"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/spectron/-/spectron-15.0.0.tgz",
  37. "_spec": "15.0.0",
  38. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  39. "author": {
  40. "name": "Kevin Sawicki"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/electron/spectron/issues"
  44. },
  45. "dependencies": {
  46. "@electron/remote": "^1.1.0",
  47. "dev-null": "^0.1.1",
  48. "electron-chromedriver": "^13.0.0",
  49. "got": "^11.8.0",
  50. "split": "^1.0.1",
  51. "webdriverio": "^6.9.1"
  52. },
  53. "description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
  54. "devDependencies": {
  55. "@typescript-eslint/eslint-plugin": "^4.8.2",
  56. "@typescript-eslint/parser": "^4.8.2",
  57. "chai": "^4.2.0",
  58. "chai-as-promised": "^7.1.1",
  59. "chai-roughly": "^1.0.0",
  60. "check-for-leaks": "^1.2.1",
  61. "electron": "^13.0.1",
  62. "eslint": "^7.14.0",
  63. "eslint-config-standard": "^16.0.2",
  64. "eslint-plugin-import": "^2.22.1",
  65. "eslint-plugin-node": "^11.1.0",
  66. "eslint-plugin-promise": "^4.2.1",
  67. "husky": "^4.3.0",
  68. "mocha": "^8.2.1",
  69. "prettier": "^2.2.0",
  70. "standard": "^16.0.3",
  71. "temp": "^0.9.4",
  72. "typescript": "^4.1.2",
  73. "xvfb-maybe": "^0.2.1"
  74. },
  75. "engines": {
  76. "node": ">=12.20.0"
  77. },
  78. "homepage": "https://github.com/electron/spectron#readme",
  79. "keywords": [
  80. "electron",
  81. "chromedriver",
  82. "webdriverio",
  83. "selenium"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "spectron",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/electron/spectron.git"
  91. },
  92. "resolutions": {
  93. "@types/node": "^12.0.0"
  94. },
  95. "scripts": {
  96. "lint": "eslint \"**/*.js\" \"**/*.ts\" && prettier --check \"**/*.js\" \"**/*.ts\"",
  97. "postinstall": "node lib/rpath-fix.js",
  98. "prepare": "check-for-leaks",
  99. "prepush": "check-for-leaks",
  100. "pretest": "tsc lib/spectron.d.ts",
  101. "prettier:write": "prettier --write \"**/*.js\" \"**/*.ts\"",
  102. "test": "npm run lint && xvfb-maybe --server-args=\"-screen 0 1024x768x24\" -- mocha"
  103. },
  104. "types": "./lib/spectron.d.ts",
  105. "version": "15.0.0"
  106. }