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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "resolve-alpn@1.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "resolve-alpn@1.1.2",
  10. "_id": "resolve-alpn@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8OyfzhAtA32LVUsJSke3auIyINcwdh5l3cvYKdKO0nvsYSKuiLfTM5i78PJswFPT8y6cPW+L1v6/hE95chcpDA==",
  13. "_location": "/resolve-alpn",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "resolve-alpn@1.1.2",
  19. "name": "resolve-alpn",
  20. "escapedName": "resolve-alpn",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/http2-wrapper"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Szymon Marczak"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/szmarczak/resolve-alpn/issues"
  36. },
  37. "description": "Detects the ALPN protocol",
  38. "devDependencies": {
  39. "ava": "^3.15.0",
  40. "nyc": "^15.1.0",
  41. "pem": "1.14.3",
  42. "xo": "^0.38.2"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/szmarczak/resolve-alpn#readme",
  48. "keywords": [
  49. "alpn",
  50. "tls",
  51. "socket",
  52. "http2"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "resolve-alpn",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/szmarczak/resolve-alpn.git"
  60. },
  61. "scripts": {
  62. "test": "xo && nyc --reporter=lcovonly --reporter=text --reporter=html ava"
  63. },
  64. "version": "1.1.2"
  65. }