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

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