Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 825B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "resolve-alpn",
  3. "version": "1.2.1",
  4. "description": "Detects the ALPN protocol",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "xo && nyc --reporter=lcovonly --reporter=text --reporter=html ava"
  8. },
  9. "files": [
  10. "index.js"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/szmarczak/resolve-alpn.git"
  15. },
  16. "keywords": [
  17. "alpn",
  18. "tls",
  19. "socket",
  20. "http2"
  21. ],
  22. "author": "Szymon Marczak",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/szmarczak/resolve-alpn/issues"
  26. },
  27. "homepage": "https://github.com/szmarczak/resolve-alpn#readme",
  28. "devDependencies": {
  29. "ava": "^3.15.0",
  30. "nyc": "^15.1.0",
  31. "pem": "1.14.3",
  32. "xo": "^0.38.2"
  33. }
  34. }