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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "chrome-launcher@0.13.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chrome-launcher@0.13.4",
  10. "_id": "chrome-launcher@0.13.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-nnzXiDbGKjDSK6t2I+35OAPBy5Pw/39bgkb/ZAFwMhwJbdYBp6aH+vW28ZgtjdU890Q7D+3wN/tB8N66q5Gi2A==",
  13. "_location": "/chrome-launcher",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chrome-launcher@0.13.4",
  19. "name": "chrome-launcher",
  20. "escapedName": "chrome-launcher",
  21. "rawSpec": "0.13.4",
  22. "saveSpec": null,
  23. "fetchSpec": "0.13.4"
  24. },
  25. "_requiredBy": [
  26. "/devtools"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.13.4.tgz",
  29. "_spec": "0.13.4",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "The Chromium Authors"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/GoogleChrome/chrome-launcher/issues"
  36. },
  37. "dependencies": {
  38. "@types/node": "*",
  39. "escape-string-regexp": "^1.0.5",
  40. "is-wsl": "^2.2.0",
  41. "lighthouse-logger": "^1.0.0",
  42. "mkdirp": "^0.5.3",
  43. "rimraf": "^3.0.2"
  44. },
  45. "description": "Launch latest Chrome with the Devtools Protocol port open",
  46. "devDependencies": {
  47. "@types/mkdirp": "^0.5.2",
  48. "@types/mocha": "^7.0.2",
  49. "@types/rimraf": "^3.0.0",
  50. "@types/sinon": "^9.0.1",
  51. "clang-format": "^1.0.50",
  52. "mocha": "^7.1.1",
  53. "sinon": "^9.0.1",
  54. "ts-node": "8.3.0",
  55. "typescript": "3.9.2"
  56. },
  57. "homepage": "https://github.com/GoogleChrome/chrome-launcher#readme",
  58. "license": "Apache-2.0",
  59. "main": "./dist/index.js",
  60. "name": "chrome-launcher",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/GoogleChrome/chrome-launcher.git"
  64. },
  65. "scripts": {
  66. "build": "tsc",
  67. "dev": "tsc -w",
  68. "format": "scripts/format.sh",
  69. "prepublishOnly": "npm run build && npm run test",
  70. "test": "mocha --require ts-node/register --reporter=dot test/**/*-test.ts --timeout=10000",
  71. "test-formatting": "test/check-formatting.sh",
  72. "type-check": "tsc --allowJs --checkJs --noEmit --target es2016 *.js"
  73. },
  74. "types": "./dist/index.d.ts",
  75. "version": "0.13.4"
  76. }