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/utils@6.11.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@wdio/utils@6.11.0",
  10. "_id": "@wdio/utils@6.11.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-vf0sOQzd28WbI26d6/ORrQ4XKWTzSlWLm9W/K/eJO0NASKPEzR+E+Q2kaa+MJ4FKXUpjbt+Lxfo+C26TzBk7tg==",
  13. "_location": "/@wdio/utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@wdio/utils@6.11.0",
  19. "name": "@wdio/utils",
  20. "escapedName": "@wdio%2futils",
  21. "scope": "@wdio",
  22. "rawSpec": "6.11.0",
  23. "saveSpec": null,
  24. "fetchSpec": "6.11.0"
  25. },
  26. "_requiredBy": [
  27. "/@wdio/repl",
  28. "/devtools",
  29. "/webdriver",
  30. "/webdriverio"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-6.11.0.tgz",
  33. "_spec": "6.11.0",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "author": {
  36. "name": "Christian Bromann",
  37. "email": "christian@saucelabs.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/webdriverio/webdriverio/issues"
  41. },
  42. "dependencies": {
  43. "@wdio/logger": "6.10.10"
  44. },
  45. "description": "A WDIO helper utility to provide several utility functions used across the project.",
  46. "engines": {
  47. "node": ">=10.0.0"
  48. },
  49. "gitHead": "5fba2c2f136f280a0370ac5b76394478e5db3339",
  50. "homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-utils",
  51. "keywords": [
  52. "webdriverio",
  53. "webdriver",
  54. "wdio",
  55. "utils"
  56. ],
  57. "license": "MIT",
  58. "main": "./build/index",
  59. "name": "@wdio/utils",
  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.11.0"
  69. }