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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "devtools-protocol@0.0.818844",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "devtools-protocol@0.0.818844",
  10. "_id": "devtools-protocol@0.0.818844",
  11. "_inBundle": false,
  12. "_integrity": "sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==",
  13. "_location": "/devtools-protocol",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "devtools-protocol@0.0.818844",
  19. "name": "devtools-protocol",
  20. "escapedName": "devtools-protocol",
  21. "rawSpec": "0.0.818844",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.818844"
  24. },
  25. "_requiredBy": [
  26. "/puppeteer-core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.818844.tgz",
  29. "_spec": "0.0.818844",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "The Chromium Authors"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ChromeDevTools/devtools-protocol/issues"
  36. },
  37. "description": "The Chrome DevTools Protocol JSON",
  38. "files": [
  39. "externs",
  40. "json",
  41. "pdl",
  42. "types"
  43. ],
  44. "homepage": "https://github.com/ChromeDevTools/devtools-protocol#readme",
  45. "license": "BSD-3-Clause",
  46. "name": "devtools-protocol",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/ChromeDevTools/devtools-protocol.git"
  50. },
  51. "types": "types/protocol.d.ts",
  52. "version": "0.0.818844"
  53. }