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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "@wdio/config@6.12.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@wdio/config@6.12.1",
  10. "_id": "@wdio/config@6.12.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-V5hTIW5FNlZ1W33smHF4Rd5BKjGW2KeYhyXDQfXHjqLCeRiirZ9fABCo9plaVQDnwWSUMWYaAaIAifV82/oJCQ==",
  13. "_location": "/@wdio/config",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@wdio/config@6.12.1",
  19. "name": "@wdio/config",
  20. "escapedName": "@wdio%2fconfig",
  21. "scope": "@wdio",
  22. "rawSpec": "6.12.1",
  23. "saveSpec": null,
  24. "fetchSpec": "6.12.1"
  25. },
  26. "_requiredBy": [
  27. "/devtools",
  28. "/webdriver",
  29. "/webdriverio"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/@wdio/config/-/config-6.12.1.tgz",
  32. "_spec": "6.12.1",
  33. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  34. "author": {
  35. "name": "Christian Bromann",
  36. "email": "christian@saucelabs.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/webdriverio/webdriverio/issues"
  40. },
  41. "dependencies": {
  42. "@wdio/logger": "6.10.10",
  43. "deepmerge": "^4.0.0",
  44. "glob": "^7.1.2"
  45. },
  46. "description": "A helper utility to parse and validate WebdriverIO options",
  47. "engines": {
  48. "node": ">=10.0.0"
  49. },
  50. "gitHead": "063970498c9b1142482a1a035aa699c64cc8215c",
  51. "homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-config",
  52. "keywords": [
  53. "webdriver",
  54. "wdio",
  55. "wdio-utility"
  56. ],
  57. "license": "MIT",
  58. "main": "./build/index",
  59. "name": "@wdio/config",
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/webdriverio/webdriverio.git"
  66. },
  67. "types": "./build/index.d.ts",
  68. "version": "6.12.1"
  69. }