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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "http2-wrapper@1.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "http2-wrapper@1.0.3",
  10. "_id": "http2-wrapper@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==",
  13. "_location": "/http2-wrapper",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "http2-wrapper@1.0.3",
  19. "name": "http2-wrapper",
  20. "escapedName": "http2-wrapper",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/spectron/got",
  27. "/webdriver/got"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz",
  30. "_spec": "1.0.3",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Szymon Marczak"
  34. },
  35. "ava": {
  36. "timeout": "2m"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/szmarczak/http2-wrapper/issues"
  40. },
  41. "dependencies": {
  42. "quick-lru": "^5.1.1",
  43. "resolve-alpn": "^1.0.0"
  44. },
  45. "description": "HTTP2 client, just with the familiar `https` API",
  46. "devDependencies": {
  47. "@sindresorhus/is": "^3.0.0",
  48. "ava": "^3.10.1",
  49. "benchmark": "^2.1.4",
  50. "get-stream": "^5.1.0",
  51. "got": "^11.5.0",
  52. "http2-proxy": "^5.0.51",
  53. "lolex": "^6.0.0",
  54. "many-keys-map": "^1.0.2",
  55. "nyc": "^15.1.0",
  56. "p-event": "^4.2.0",
  57. "tempy": "^0.5.0",
  58. "to-readable-stream": "^2.1.0",
  59. "tsd": "^0.13.1",
  60. "xo": "^0.32.1"
  61. },
  62. "engines": {
  63. "node": ">=10.19.0"
  64. },
  65. "files": [
  66. "source"
  67. ],
  68. "homepage": "https://github.com/szmarczak/http2-wrapper#readme",
  69. "keywords": [
  70. "http2",
  71. "https",
  72. "http",
  73. "request"
  74. ],
  75. "license": "MIT",
  76. "main": "source",
  77. "name": "http2-wrapper",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/szmarczak/http2-wrapper.git"
  81. },
  82. "scripts": {
  83. "test": "xo && nyc --reporter=lcovonly --reporter=text --reporter=html ava"
  84. },
  85. "version": "1.0.3"
  86. }