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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@wdio/protocols@6.12.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@wdio/protocols@6.12.0",
  10. "_id": "@wdio/protocols@6.12.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-UhTBZxClCsM3VjaiDp4DoSCnsa7D1QNmI2kqEBfIpyNkT3GcZhJb7L+nL0fTkzCwi7+/uLastb3/aOwH99gt0A==",
  13. "_location": "/@wdio/protocols",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@wdio/protocols@6.12.0",
  19. "name": "@wdio/protocols",
  20. "escapedName": "@wdio%2fprotocols",
  21. "scope": "@wdio",
  22. "rawSpec": "6.12.0",
  23. "saveSpec": null,
  24. "fetchSpec": "6.12.0"
  25. },
  26. "_requiredBy": [
  27. "/devtools",
  28. "/webdriver"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@wdio/protocols/-/protocols-6.12.0.tgz",
  31. "_spec": "6.12.0",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "Christian Bromann",
  35. "email": "christian@saucelabs.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/webdriverio/webdriverio/issues"
  39. },
  40. "description": "Utility package providing information about automation protocols",
  41. "engines": {
  42. "node": ">=10.0.0"
  43. },
  44. "gitHead": "e8bae1e8becee38ee362989dc91bdd0c831512e9",
  45. "homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-protocols",
  46. "keywords": [
  47. "webdriver",
  48. "wdio"
  49. ],
  50. "license": "MIT",
  51. "main": "./index",
  52. "name": "@wdio/protocols",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/webdriverio/webdriverio.git"
  59. },
  60. "types": "./index.d.ts",
  61. "version": "6.12.0"
  62. }