package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "resolve-alpn@^1.0.0",
  3. "_id": "resolve-alpn@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==",
  6. "_location": "/resolve-alpn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "resolve-alpn@^1.0.0",
  12. "name": "resolve-alpn",
  13. "escapedName": "resolve-alpn",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/http2-wrapper"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
  22. "_shasum": "b7adbdac3546aaaec20b45e7d8265927072726f9",
  23. "_spec": "resolve-alpn@^1.0.0",
  24. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/node_modules/http2-wrapper",
  25. "author": {
  26. "name": "Szymon Marczak"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/szmarczak/resolve-alpn/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Detects the ALPN protocol",
  34. "devDependencies": {
  35. "ava": "^3.15.0",
  36. "nyc": "^15.1.0",
  37. "pem": "1.14.3",
  38. "xo": "^0.38.2"
  39. },
  40. "files": [
  41. "index.js"
  42. ],
  43. "homepage": "https://github.com/szmarczak/resolve-alpn#readme",
  44. "keywords": [
  45. "alpn",
  46. "tls",
  47. "socket",
  48. "http2"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "resolve-alpn",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/szmarczak/resolve-alpn.git"
  56. },
  57. "scripts": {
  58. "test": "xo && nyc --reporter=lcovonly --reporter=text --reporter=html ava"
  59. },
  60. "version": "1.2.1"
  61. }