package.json 2.1 KB

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