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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "devtools@6.12.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "devtools@6.12.1",
  10. "_id": "devtools@6.12.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JyG46suEiZmld7/UVeogkCWM0zYGt+2ML/TI+SkEp+bTv9cs46cDb0pKF3glYZJA7wVVL2gC07Ic0iCxyJEnCQ==",
  13. "_location": "/devtools",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "devtools@6.12.1",
  19. "name": "devtools",
  20. "escapedName": "devtools",
  21. "rawSpec": "6.12.1",
  22. "saveSpec": null,
  23. "fetchSpec": "6.12.1"
  24. },
  25. "_requiredBy": [
  26. "/webdriverio"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/devtools/-/devtools-6.12.1.tgz",
  29. "_spec": "6.12.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Christian Bromann",
  33. "email": "christian@saucelabs.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webdriverio/webdriverio/issues"
  37. },
  38. "dependencies": {
  39. "@wdio/config": "6.12.1",
  40. "@wdio/logger": "6.10.10",
  41. "@wdio/protocols": "6.12.0",
  42. "@wdio/utils": "6.11.0",
  43. "chrome-launcher": "^0.13.1",
  44. "edge-paths": "^2.1.0",
  45. "puppeteer-core": "^5.1.0",
  46. "ua-parser-js": "^0.7.21",
  47. "uuid": "^8.0.0"
  48. },
  49. "description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",
  50. "devDependencies": {
  51. "@types/puppeteer-core": "^2.0.0",
  52. "@types/ua-parser-js": "^0.7.33",
  53. "@types/uuid": "^8.3.0"
  54. },
  55. "engines": {
  56. "node": ">=10.0.0"
  57. },
  58. "gitHead": "063970498c9b1142482a1a035aa699c64cc8215c",
  59. "homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/devtools",
  60. "keywords": [
  61. "devtoolsdriver"
  62. ],
  63. "license": "MIT",
  64. "main": "./build/index",
  65. "name": "devtools",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/webdriverio/webdriverio.git"
  69. },
  70. "typeScriptVersion": "3.8.3",
  71. "types": "./devtools.d.ts",
  72. "version": "6.12.1"
  73. }