@suveren/gateway 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4305) hide show
  1. package/README.md +148 -0
  2. package/bin/suveren-gateway.js +260 -0
  3. package/content/integrations/calendar.json +141 -0
  4. package/content/integrations/crm.json +101 -0
  5. package/content/integrations/gmail.json +126 -0
  6. package/content/integrations/index.json +10 -0
  7. package/content/integrations/linkedin.json +118 -0
  8. package/content/integrations/mollie.json +147 -0
  9. package/content/integrations/records.json +72 -0
  10. package/dist/control-plane/ai-prompts-store-5JISFV4Z.mjs +12 -0
  11. package/dist/control-plane/chunk-3BNWN6VP.mjs +54 -0
  12. package/dist/control-plane/index.mjs +1927 -0
  13. package/dist/mcp-server/http.mjs +2724 -0
  14. package/dist/ui/assets/index-B8OeLWqp.css +1 -0
  15. package/dist/ui/assets/index-CqecIRqd.js +101 -0
  16. package/dist/ui/fonts/Inter-Bold.woff2 +0 -0
  17. package/dist/ui/fonts/Inter-Medium.woff2 +0 -0
  18. package/dist/ui/fonts/Inter-Regular.woff2 +0 -0
  19. package/dist/ui/fonts/Inter-SemiBold.woff2 +0 -0
  20. package/dist/ui/index.html +13 -0
  21. package/dist/ui/mockups/intent-redesign.html +579 -0
  22. package/node_modules/@hap/core/README.md +71 -0
  23. package/node_modules/@hap/core/dist/index.d.mts +601 -0
  24. package/node_modules/@hap/core/dist/index.d.ts +601 -0
  25. package/node_modules/@hap/core/dist/index.js +745 -0
  26. package/node_modules/@hap/core/dist/index.mjs +682 -0
  27. package/node_modules/@hap/core/package.json +42 -0
  28. package/node_modules/@hap/core/src/attestation.ts +170 -0
  29. package/node_modules/@hap/core/src/frame.ts +245 -0
  30. package/node_modules/@hap/core/src/gatekeeper.ts +697 -0
  31. package/node_modules/@hap/core/src/index.ts +11 -0
  32. package/node_modules/@hap/core/src/profiles/index.ts +29 -0
  33. package/node_modules/@hap/core/src/types.ts +428 -0
  34. package/node_modules/@hono/node-server/LICENSE +21 -0
  35. package/node_modules/@hono/node-server/README.md +358 -0
  36. package/node_modules/@hono/node-server/dist/conninfo.d.mts +10 -0
  37. package/node_modules/@hono/node-server/dist/conninfo.d.ts +10 -0
  38. package/node_modules/@hono/node-server/dist/conninfo.js +42 -0
  39. package/node_modules/@hono/node-server/dist/conninfo.mjs +17 -0
  40. package/node_modules/@hono/node-server/dist/globals.d.mts +2 -0
  41. package/node_modules/@hono/node-server/dist/globals.d.ts +2 -0
  42. package/node_modules/@hono/node-server/dist/globals.js +29 -0
  43. package/node_modules/@hono/node-server/dist/globals.mjs +5 -0
  44. package/node_modules/@hono/node-server/dist/index.d.mts +8 -0
  45. package/node_modules/@hono/node-server/dist/index.d.ts +8 -0
  46. package/node_modules/@hono/node-server/dist/index.js +702 -0
  47. package/node_modules/@hono/node-server/dist/index.mjs +662 -0
  48. package/node_modules/@hono/node-server/dist/listener.d.mts +13 -0
  49. package/node_modules/@hono/node-server/dist/listener.d.ts +13 -0
  50. package/node_modules/@hono/node-server/dist/listener.js +670 -0
  51. package/node_modules/@hono/node-server/dist/listener.mjs +635 -0
  52. package/node_modules/@hono/node-server/dist/request.d.mts +25 -0
  53. package/node_modules/@hono/node-server/dist/request.d.ts +25 -0
  54. package/node_modules/@hono/node-server/dist/request.js +238 -0
  55. package/node_modules/@hono/node-server/dist/request.mjs +206 -0
  56. package/node_modules/@hono/node-server/dist/response.d.mts +26 -0
  57. package/node_modules/@hono/node-server/dist/response.d.ts +26 -0
  58. package/node_modules/@hono/node-server/dist/response.js +112 -0
  59. package/node_modules/@hono/node-server/dist/response.mjs +85 -0
  60. package/node_modules/@hono/node-server/dist/serve-static.d.mts +17 -0
  61. package/node_modules/@hono/node-server/dist/serve-static.d.ts +17 -0
  62. package/node_modules/@hono/node-server/dist/serve-static.js +177 -0
  63. package/node_modules/@hono/node-server/dist/serve-static.mjs +152 -0
  64. package/node_modules/@hono/node-server/dist/server.d.mts +10 -0
  65. package/node_modules/@hono/node-server/dist/server.d.ts +10 -0
  66. package/node_modules/@hono/node-server/dist/server.js +696 -0
  67. package/node_modules/@hono/node-server/dist/server.mjs +660 -0
  68. package/node_modules/@hono/node-server/dist/types.d.mts +44 -0
  69. package/node_modules/@hono/node-server/dist/types.d.ts +44 -0
  70. package/node_modules/@hono/node-server/dist/types.js +18 -0
  71. package/node_modules/@hono/node-server/dist/types.mjs +0 -0
  72. package/node_modules/@hono/node-server/dist/utils/response/constants.d.mts +3 -0
  73. package/node_modules/@hono/node-server/dist/utils/response/constants.d.ts +3 -0
  74. package/node_modules/@hono/node-server/dist/utils/response/constants.js +30 -0
  75. package/node_modules/@hono/node-server/dist/utils/response/constants.mjs +5 -0
  76. package/node_modules/@hono/node-server/dist/utils/response.d.mts +3 -0
  77. package/node_modules/@hono/node-server/dist/utils/response.d.ts +3 -0
  78. package/node_modules/@hono/node-server/dist/utils/response.js +37 -0
  79. package/node_modules/@hono/node-server/dist/utils/response.mjs +10 -0
  80. package/node_modules/@hono/node-server/dist/utils.d.mts +9 -0
  81. package/node_modules/@hono/node-server/dist/utils.d.ts +9 -0
  82. package/node_modules/@hono/node-server/dist/utils.js +99 -0
  83. package/node_modules/@hono/node-server/dist/utils.mjs +71 -0
  84. package/node_modules/@hono/node-server/dist/vercel.d.mts +7 -0
  85. package/node_modules/@hono/node-server/dist/vercel.d.ts +7 -0
  86. package/node_modules/@hono/node-server/dist/vercel.js +677 -0
  87. package/node_modules/@hono/node-server/dist/vercel.mjs +640 -0
  88. package/node_modules/@hono/node-server/package.json +103 -0
  89. package/node_modules/@hpke/common/LICENSE +21 -0
  90. package/node_modules/@hpke/common/README.md +25 -0
  91. package/node_modules/@hpke/common/esm/_dnt.shims.d.ts +2 -0
  92. package/node_modules/@hpke/common/esm/_dnt.shims.d.ts.map +1 -0
  93. package/node_modules/@hpke/common/esm/_dnt.shims.js +57 -0
  94. package/node_modules/@hpke/common/esm/mod.d.ts +34 -0
  95. package/node_modules/@hpke/common/esm/mod.d.ts.map +1 -0
  96. package/node_modules/@hpke/common/esm/mod.js +21 -0
  97. package/node_modules/@hpke/common/esm/package.json +3 -0
  98. package/node_modules/@hpke/common/esm/src/algorithm.d.ts +6 -0
  99. package/node_modules/@hpke/common/esm/src/algorithm.d.ts.map +1 -0
  100. package/node_modules/@hpke/common/esm/src/algorithm.js +33 -0
  101. package/node_modules/@hpke/common/esm/src/consts.d.ts +13 -0
  102. package/node_modules/@hpke/common/esm/src/consts.d.ts.map +1 -0
  103. package/node_modules/@hpke/common/esm/src/consts.js +26 -0
  104. package/node_modules/@hpke/common/esm/src/curve/curve.d.ts +30 -0
  105. package/node_modules/@hpke/common/esm/src/curve/curve.d.ts.map +1 -0
  106. package/node_modules/@hpke/common/esm/src/curve/curve.js +16 -0
  107. package/node_modules/@hpke/common/esm/src/curve/modular.d.ts +12 -0
  108. package/node_modules/@hpke/common/esm/src/curve/modular.d.ts.map +1 -0
  109. package/node_modules/@hpke/common/esm/src/curve/modular.js +31 -0
  110. package/node_modules/@hpke/common/esm/src/curve/montgomery.d.ts +33 -0
  111. package/node_modules/@hpke/common/esm/src/curve/montgomery.d.ts.map +1 -0
  112. package/node_modules/@hpke/common/esm/src/curve/montgomery.js +159 -0
  113. package/node_modules/@hpke/common/esm/src/errors.d.ts +80 -0
  114. package/node_modules/@hpke/common/esm/src/errors.d.ts.map +1 -0
  115. package/node_modules/@hpke/common/esm/src/errors.js +92 -0
  116. package/node_modules/@hpke/common/esm/src/hash/hash.d.ts +81 -0
  117. package/node_modules/@hpke/common/esm/src/hash/hash.d.ts.map +1 -0
  118. package/node_modules/@hpke/common/esm/src/hash/hash.js +32 -0
  119. package/node_modules/@hpke/common/esm/src/hash/hmac.d.ts +31 -0
  120. package/node_modules/@hpke/common/esm/src/hash/hmac.d.ts.map +1 -0
  121. package/node_modules/@hpke/common/esm/src/hash/hmac.js +129 -0
  122. package/node_modules/@hpke/common/esm/src/hash/md.d.ts +43 -0
  123. package/node_modules/@hpke/common/esm/src/hash/md.d.ts.map +1 -0
  124. package/node_modules/@hpke/common/esm/src/hash/md.js +238 -0
  125. package/node_modules/@hpke/common/esm/src/hash/sha2.d.ts +151 -0
  126. package/node_modules/@hpke/common/esm/src/hash/sha2.d.ts.map +1 -0
  127. package/node_modules/@hpke/common/esm/src/hash/sha2.js +634 -0
  128. package/node_modules/@hpke/common/esm/src/hash/sha3.d.ts +66 -0
  129. package/node_modules/@hpke/common/esm/src/hash/sha3.d.ts.map +1 -0
  130. package/node_modules/@hpke/common/esm/src/hash/sha3.js +598 -0
  131. package/node_modules/@hpke/common/esm/src/hash/u64.d.ts +63 -0
  132. package/node_modules/@hpke/common/esm/src/hash/u64.d.ts.map +1 -0
  133. package/node_modules/@hpke/common/esm/src/hash/u64.js +94 -0
  134. package/node_modules/@hpke/common/esm/src/identifiers.d.ts +67 -0
  135. package/node_modules/@hpke/common/esm/src/identifiers.d.ts.map +1 -0
  136. package/node_modules/@hpke/common/esm/src/identifiers.js +50 -0
  137. package/node_modules/@hpke/common/esm/src/interfaces/aeadEncryptionContext.d.ts +25 -0
  138. package/node_modules/@hpke/common/esm/src/interfaces/aeadEncryptionContext.d.ts.map +1 -0
  139. package/node_modules/@hpke/common/esm/src/interfaces/aeadEncryptionContext.js +2 -0
  140. package/node_modules/@hpke/common/esm/src/interfaces/aeadInterface.d.ts +23 -0
  141. package/node_modules/@hpke/common/esm/src/interfaces/aeadInterface.d.ts.map +1 -0
  142. package/node_modules/@hpke/common/esm/src/interfaces/aeadInterface.js +1 -0
  143. package/node_modules/@hpke/common/esm/src/interfaces/dhkemInterface.d.ts +9 -0
  144. package/node_modules/@hpke/common/esm/src/interfaces/dhkemInterface.d.ts.map +1 -0
  145. package/node_modules/@hpke/common/esm/src/interfaces/dhkemInterface.js +1 -0
  146. package/node_modules/@hpke/common/esm/src/interfaces/dhkemPrimitives.d.ts +15 -0
  147. package/node_modules/@hpke/common/esm/src/interfaces/dhkemPrimitives.d.ts.map +1 -0
  148. package/node_modules/@hpke/common/esm/src/interfaces/dhkemPrimitives.js +14 -0
  149. package/node_modules/@hpke/common/esm/src/interfaces/jsonWebKeyExtended.d.ts +13 -0
  150. package/node_modules/@hpke/common/esm/src/interfaces/jsonWebKeyExtended.d.ts.map +1 -0
  151. package/node_modules/@hpke/common/esm/src/interfaces/jsonWebKeyExtended.js +1 -0
  152. package/node_modules/@hpke/common/esm/src/interfaces/kdfInterface.d.ts +80 -0
  153. package/node_modules/@hpke/common/esm/src/interfaces/kdfInterface.d.ts.map +1 -0
  154. package/node_modules/@hpke/common/esm/src/interfaces/kdfInterface.js +1 -0
  155. package/node_modules/@hpke/common/esm/src/interfaces/kemInterface.d.ts +123 -0
  156. package/node_modules/@hpke/common/esm/src/interfaces/kemInterface.d.ts.map +1 -0
  157. package/node_modules/@hpke/common/esm/src/interfaces/kemInterface.js +8 -0
  158. package/node_modules/@hpke/common/esm/src/interfaces/keyScheduleParams.d.ts +14 -0
  159. package/node_modules/@hpke/common/esm/src/interfaces/keyScheduleParams.d.ts.map +1 -0
  160. package/node_modules/@hpke/common/esm/src/interfaces/keyScheduleParams.js +1 -0
  161. package/node_modules/@hpke/common/esm/src/interfaces/preSharedKey.d.ts +10 -0
  162. package/node_modules/@hpke/common/esm/src/interfaces/preSharedKey.d.ts.map +1 -0
  163. package/node_modules/@hpke/common/esm/src/interfaces/preSharedKey.js +1 -0
  164. package/node_modules/@hpke/common/esm/src/interfaces/recipientContextParams.d.ts +13 -0
  165. package/node_modules/@hpke/common/esm/src/interfaces/recipientContextParams.d.ts.map +1 -0
  166. package/node_modules/@hpke/common/esm/src/interfaces/recipientContextParams.js +1 -0
  167. package/node_modules/@hpke/common/esm/src/interfaces/senderContextParams.d.ts +13 -0
  168. package/node_modules/@hpke/common/esm/src/interfaces/senderContextParams.d.ts.map +1 -0
  169. package/node_modules/@hpke/common/esm/src/interfaces/senderContextParams.js +1 -0
  170. package/node_modules/@hpke/common/esm/src/kdfs/hkdf.d.ts +46 -0
  171. package/node_modules/@hpke/common/esm/src/kdfs/hkdf.d.ts.map +1 -0
  172. package/node_modules/@hpke/common/esm/src/kdfs/hkdf.js +240 -0
  173. package/node_modules/@hpke/common/esm/src/kems/dhkem.d.ts +30 -0
  174. package/node_modules/@hpke/common/esm/src/kems/dhkem.d.ts.map +1 -0
  175. package/node_modules/@hpke/common/esm/src/kems/dhkem.js +196 -0
  176. package/node_modules/@hpke/common/esm/src/kems/dhkemPrimitives/ec.d.ts +30 -0
  177. package/node_modules/@hpke/common/esm/src/kems/dhkemPrimitives/ec.d.ts.map +1 -0
  178. package/node_modules/@hpke/common/esm/src/kems/dhkemPrimitives/ec.js +401 -0
  179. package/node_modules/@hpke/common/esm/src/kems/dhkemPrimitives/xCurve.d.ts +29 -0
  180. package/node_modules/@hpke/common/esm/src/kems/dhkemPrimitives/xCurve.d.ts.map +1 -0
  181. package/node_modules/@hpke/common/esm/src/kems/dhkemPrimitives/xCurve.js +177 -0
  182. package/node_modules/@hpke/common/esm/src/kems/hybridkem.d.ts +35 -0
  183. package/node_modules/@hpke/common/esm/src/kems/hybridkem.d.ts.map +1 -0
  184. package/node_modules/@hpke/common/esm/src/kems/hybridkem.js +231 -0
  185. package/node_modules/@hpke/common/esm/src/utils/bignum.d.ts +13 -0
  186. package/node_modules/@hpke/common/esm/src/utils/bignum.d.ts.map +1 -0
  187. package/node_modules/@hpke/common/esm/src/utils/bignum.js +48 -0
  188. package/node_modules/@hpke/common/esm/src/utils/misc.d.ts +60 -0
  189. package/node_modules/@hpke/common/esm/src/utils/misc.d.ts.map +1 -0
  190. package/node_modules/@hpke/common/esm/src/utils/misc.js +176 -0
  191. package/node_modules/@hpke/common/esm/src/utils/noble.d.ts +117 -0
  192. package/node_modules/@hpke/common/esm/src/utils/noble.d.ts.map +1 -0
  193. package/node_modules/@hpke/common/esm/src/utils/noble.js +371 -0
  194. package/node_modules/@hpke/common/esm/src/xCryptoKey.d.ts +9 -0
  195. package/node_modules/@hpke/common/esm/src/xCryptoKey.d.ts.map +1 -0
  196. package/node_modules/@hpke/common/esm/src/xCryptoKey.js +41 -0
  197. package/node_modules/@hpke/common/package.json +43 -0
  198. package/node_modules/@hpke/common/script/_dnt.shims.d.ts +2 -0
  199. package/node_modules/@hpke/common/script/_dnt.shims.d.ts.map +1 -0
  200. package/node_modules/@hpke/common/script/_dnt.shims.js +70 -0
  201. package/node_modules/@hpke/common/script/mod.d.ts +34 -0
  202. package/node_modules/@hpke/common/script/mod.d.ts.map +1 -0
  203. package/node_modules/@hpke/common/script/mod.js +106 -0
  204. package/node_modules/@hpke/common/script/package.json +3 -0
  205. package/node_modules/@hpke/common/script/src/algorithm.d.ts +6 -0
  206. package/node_modules/@hpke/common/script/src/algorithm.d.ts.map +1 -0
  207. package/node_modules/@hpke/common/script/src/algorithm.js +71 -0
  208. package/node_modules/@hpke/common/script/src/consts.d.ts +13 -0
  209. package/node_modules/@hpke/common/script/src/consts.d.ts.map +1 -0
  210. package/node_modules/@hpke/common/script/src/consts.js +39 -0
  211. package/node_modules/@hpke/common/script/src/curve/curve.d.ts +30 -0
  212. package/node_modules/@hpke/common/script/src/curve/curve.d.ts.map +1 -0
  213. package/node_modules/@hpke/common/script/src/curve/curve.js +29 -0
  214. package/node_modules/@hpke/common/script/src/curve/modular.d.ts +12 -0
  215. package/node_modules/@hpke/common/script/src/curve/modular.d.ts.map +1 -0
  216. package/node_modules/@hpke/common/script/src/curve/modular.js +45 -0
  217. package/node_modules/@hpke/common/script/src/curve/montgomery.d.ts +33 -0
  218. package/node_modules/@hpke/common/script/src/curve/montgomery.d.ts.map +1 -0
  219. package/node_modules/@hpke/common/script/src/curve/montgomery.js +172 -0
  220. package/node_modules/@hpke/common/script/src/errors.d.ts +80 -0
  221. package/node_modules/@hpke/common/script/src/errors.d.ts.map +1 -0
  222. package/node_modules/@hpke/common/script/src/errors.js +118 -0
  223. package/node_modules/@hpke/common/script/src/hash/hash.d.ts +81 -0
  224. package/node_modules/@hpke/common/script/src/hash/hash.d.ts.map +1 -0
  225. package/node_modules/@hpke/common/script/src/hash/hash.js +46 -0
  226. package/node_modules/@hpke/common/script/src/hash/hmac.d.ts +31 -0
  227. package/node_modules/@hpke/common/script/src/hash/hmac.d.ts.map +1 -0
  228. package/node_modules/@hpke/common/script/src/hash/hmac.js +144 -0
  229. package/node_modules/@hpke/common/script/src/hash/md.d.ts +43 -0
  230. package/node_modules/@hpke/common/script/src/hash/md.d.ts.map +1 -0
  231. package/node_modules/@hpke/common/script/src/hash/md.js +254 -0
  232. package/node_modules/@hpke/common/script/src/hash/sha2.d.ts +151 -0
  233. package/node_modules/@hpke/common/script/src/hash/sha2.d.ts.map +1 -0
  234. package/node_modules/@hpke/common/script/src/hash/sha2.js +673 -0
  235. package/node_modules/@hpke/common/script/src/hash/sha3.d.ts +66 -0
  236. package/node_modules/@hpke/common/script/src/hash/sha3.d.ts.map +1 -0
  237. package/node_modules/@hpke/common/script/src/hash/sha3.js +613 -0
  238. package/node_modules/@hpke/common/script/src/hash/u64.d.ts +63 -0
  239. package/node_modules/@hpke/common/script/src/hash/u64.d.ts.map +1 -0
  240. package/node_modules/@hpke/common/script/src/hash/u64.js +127 -0
  241. package/node_modules/@hpke/common/script/src/identifiers.d.ts +67 -0
  242. package/node_modules/@hpke/common/script/src/identifiers.d.ts.map +1 -0
  243. package/node_modules/@hpke/common/script/src/identifiers.js +63 -0
  244. package/node_modules/@hpke/common/script/src/interfaces/aeadEncryptionContext.d.ts +25 -0
  245. package/node_modules/@hpke/common/script/src/interfaces/aeadEncryptionContext.d.ts.map +1 -0
  246. package/node_modules/@hpke/common/script/src/interfaces/aeadEncryptionContext.js +15 -0
  247. package/node_modules/@hpke/common/script/src/interfaces/aeadInterface.d.ts +23 -0
  248. package/node_modules/@hpke/common/script/src/interfaces/aeadInterface.d.ts.map +1 -0
  249. package/node_modules/@hpke/common/script/src/interfaces/aeadInterface.js +12 -0
  250. package/node_modules/@hpke/common/script/src/interfaces/dhkemInterface.d.ts +9 -0
  251. package/node_modules/@hpke/common/script/src/interfaces/dhkemInterface.d.ts.map +1 -0
  252. package/node_modules/@hpke/common/script/src/interfaces/dhkemInterface.js +12 -0
  253. package/node_modules/@hpke/common/script/src/interfaces/dhkemPrimitives.d.ts +15 -0
  254. package/node_modules/@hpke/common/script/src/interfaces/dhkemPrimitives.d.ts.map +1 -0
  255. package/node_modules/@hpke/common/script/src/interfaces/dhkemPrimitives.js +27 -0
  256. package/node_modules/@hpke/common/script/src/interfaces/jsonWebKeyExtended.d.ts +13 -0
  257. package/node_modules/@hpke/common/script/src/interfaces/jsonWebKeyExtended.d.ts.map +1 -0
  258. package/node_modules/@hpke/common/script/src/interfaces/jsonWebKeyExtended.js +12 -0
  259. package/node_modules/@hpke/common/script/src/interfaces/kdfInterface.d.ts +80 -0
  260. package/node_modules/@hpke/common/script/src/interfaces/kdfInterface.d.ts.map +1 -0
  261. package/node_modules/@hpke/common/script/src/interfaces/kdfInterface.js +12 -0
  262. package/node_modules/@hpke/common/script/src/interfaces/kemInterface.d.ts +123 -0
  263. package/node_modules/@hpke/common/script/src/interfaces/kemInterface.d.ts.map +1 -0
  264. package/node_modules/@hpke/common/script/src/interfaces/kemInterface.js +21 -0
  265. package/node_modules/@hpke/common/script/src/interfaces/keyScheduleParams.d.ts +14 -0
  266. package/node_modules/@hpke/common/script/src/interfaces/keyScheduleParams.d.ts.map +1 -0
  267. package/node_modules/@hpke/common/script/src/interfaces/keyScheduleParams.js +12 -0
  268. package/node_modules/@hpke/common/script/src/interfaces/preSharedKey.d.ts +10 -0
  269. package/node_modules/@hpke/common/script/src/interfaces/preSharedKey.d.ts.map +1 -0
  270. package/node_modules/@hpke/common/script/src/interfaces/preSharedKey.js +12 -0
  271. package/node_modules/@hpke/common/script/src/interfaces/recipientContextParams.d.ts +13 -0
  272. package/node_modules/@hpke/common/script/src/interfaces/recipientContextParams.d.ts.map +1 -0
  273. package/node_modules/@hpke/common/script/src/interfaces/recipientContextParams.js +12 -0
  274. package/node_modules/@hpke/common/script/src/interfaces/senderContextParams.d.ts +13 -0
  275. package/node_modules/@hpke/common/script/src/interfaces/senderContextParams.d.ts.map +1 -0
  276. package/node_modules/@hpke/common/script/src/interfaces/senderContextParams.js +12 -0
  277. package/node_modules/@hpke/common/script/src/kdfs/hkdf.d.ts +46 -0
  278. package/node_modules/@hpke/common/script/src/kdfs/hkdf.d.ts.map +1 -0
  279. package/node_modules/@hpke/common/script/src/kdfs/hkdf.js +259 -0
  280. package/node_modules/@hpke/common/script/src/kems/dhkem.d.ts +30 -0
  281. package/node_modules/@hpke/common/script/src/kems/dhkem.d.ts.map +1 -0
  282. package/node_modules/@hpke/common/script/src/kems/dhkem.js +210 -0
  283. package/node_modules/@hpke/common/script/src/kems/dhkemPrimitives/ec.d.ts +30 -0
  284. package/node_modules/@hpke/common/script/src/kems/dhkemPrimitives/ec.d.ts.map +1 -0
  285. package/node_modules/@hpke/common/script/src/kems/dhkemPrimitives/ec.js +415 -0
  286. package/node_modules/@hpke/common/script/src/kems/dhkemPrimitives/xCurve.d.ts +29 -0
  287. package/node_modules/@hpke/common/script/src/kems/dhkemPrimitives/xCurve.d.ts.map +1 -0
  288. package/node_modules/@hpke/common/script/src/kems/dhkemPrimitives/xCurve.js +191 -0
  289. package/node_modules/@hpke/common/script/src/kems/hybridkem.d.ts +35 -0
  290. package/node_modules/@hpke/common/script/src/kems/hybridkem.d.ts.map +1 -0
  291. package/node_modules/@hpke/common/script/src/kems/hybridkem.js +245 -0
  292. package/node_modules/@hpke/common/script/src/utils/bignum.d.ts +13 -0
  293. package/node_modules/@hpke/common/script/src/utils/bignum.d.ts.map +1 -0
  294. package/node_modules/@hpke/common/script/src/utils/bignum.js +62 -0
  295. package/node_modules/@hpke/common/script/src/utils/misc.d.ts +60 -0
  296. package/node_modules/@hpke/common/script/src/utils/misc.d.ts.map +1 -0
  297. package/node_modules/@hpke/common/script/src/utils/misc.js +226 -0
  298. package/node_modules/@hpke/common/script/src/utils/noble.d.ts +117 -0
  299. package/node_modules/@hpke/common/script/src/utils/noble.d.ts.map +1 -0
  300. package/node_modules/@hpke/common/script/src/utils/noble.js +416 -0
  301. package/node_modules/@hpke/common/script/src/xCryptoKey.d.ts +9 -0
  302. package/node_modules/@hpke/common/script/src/xCryptoKey.d.ts.map +1 -0
  303. package/node_modules/@hpke/common/script/src/xCryptoKey.js +55 -0
  304. package/node_modules/@hpke/core/LICENSE +21 -0
  305. package/node_modules/@hpke/core/README.md +263 -0
  306. package/node_modules/@hpke/core/esm/mod.d.ts +11 -0
  307. package/node_modules/@hpke/core/esm/mod.d.ts.map +1 -0
  308. package/node_modules/@hpke/core/esm/mod.js +6 -0
  309. package/node_modules/@hpke/core/esm/package.json +3 -0
  310. package/node_modules/@hpke/core/esm/src/aeads/aesGcm.d.ts +80 -0
  311. package/node_modules/@hpke/core/esm/src/aeads/aesGcm.d.ts.map +1 -0
  312. package/node_modules/@hpke/core/esm/src/aeads/aesGcm.js +167 -0
  313. package/node_modules/@hpke/core/esm/src/aeads/exportOnly.d.ts +34 -0
  314. package/node_modules/@hpke/core/esm/src/aeads/exportOnly.d.ts.map +1 -0
  315. package/node_modules/@hpke/core/esm/src/aeads/exportOnly.js +56 -0
  316. package/node_modules/@hpke/core/esm/src/cipherSuiteNative.d.ts +145 -0
  317. package/node_modules/@hpke/core/esm/src/cipherSuiteNative.d.ts.map +1 -0
  318. package/node_modules/@hpke/core/esm/src/cipherSuiteNative.js +326 -0
  319. package/node_modules/@hpke/core/esm/src/encryptionContext.d.ts +15 -0
  320. package/node_modules/@hpke/core/esm/src/encryptionContext.d.ts.map +1 -0
  321. package/node_modules/@hpke/core/esm/src/encryptionContext.js +68 -0
  322. package/node_modules/@hpke/core/esm/src/exporterContext.d.ts +19 -0
  323. package/node_modules/@hpke/core/esm/src/exporterContext.d.ts.map +1 -0
  324. package/node_modules/@hpke/core/esm/src/exporterContext.js +62 -0
  325. package/node_modules/@hpke/core/esm/src/interfaces/aeadParams.d.ts +17 -0
  326. package/node_modules/@hpke/core/esm/src/interfaces/aeadParams.d.ts.map +1 -0
  327. package/node_modules/@hpke/core/esm/src/interfaces/aeadParams.js +1 -0
  328. package/node_modules/@hpke/core/esm/src/interfaces/cipherSuiteParams.d.ts +13 -0
  329. package/node_modules/@hpke/core/esm/src/interfaces/cipherSuiteParams.d.ts.map +1 -0
  330. package/node_modules/@hpke/core/esm/src/interfaces/cipherSuiteParams.js +1 -0
  331. package/node_modules/@hpke/core/esm/src/interfaces/encapsulator.d.ts +8 -0
  332. package/node_modules/@hpke/core/esm/src/interfaces/encapsulator.d.ts.map +1 -0
  333. package/node_modules/@hpke/core/esm/src/interfaces/encapsulator.js +1 -0
  334. package/node_modules/@hpke/core/esm/src/interfaces/encryptionContext.d.ts +40 -0
  335. package/node_modules/@hpke/core/esm/src/interfaces/encryptionContext.d.ts.map +1 -0
  336. package/node_modules/@hpke/core/esm/src/interfaces/encryptionContext.js +1 -0
  337. package/node_modules/@hpke/core/esm/src/interfaces/exporter.d.ts +17 -0
  338. package/node_modules/@hpke/core/esm/src/interfaces/exporter.d.ts.map +1 -0
  339. package/node_modules/@hpke/core/esm/src/interfaces/exporter.js +1 -0
  340. package/node_modules/@hpke/core/esm/src/interfaces/keyInfo.d.ts +7 -0
  341. package/node_modules/@hpke/core/esm/src/interfaces/keyInfo.d.ts.map +1 -0
  342. package/node_modules/@hpke/core/esm/src/interfaces/keyInfo.js +1 -0
  343. package/node_modules/@hpke/core/esm/src/interfaces/responses.d.ts +10 -0
  344. package/node_modules/@hpke/core/esm/src/interfaces/responses.d.ts.map +1 -0
  345. package/node_modules/@hpke/core/esm/src/interfaces/responses.js +1 -0
  346. package/node_modules/@hpke/core/esm/src/kems/dhkemNative.d.ts +26 -0
  347. package/node_modules/@hpke/core/esm/src/kems/dhkemNative.d.ts.map +1 -0
  348. package/node_modules/@hpke/core/esm/src/kems/dhkemNative.js +112 -0
  349. package/node_modules/@hpke/core/esm/src/kems/dhkemPrimitives/x25519.d.ts +24 -0
  350. package/node_modules/@hpke/core/esm/src/kems/dhkemPrimitives/x25519.d.ts.map +1 -0
  351. package/node_modules/@hpke/core/esm/src/kems/dhkemPrimitives/x25519.js +214 -0
  352. package/node_modules/@hpke/core/esm/src/kems/dhkemPrimitives/x448.d.ts +24 -0
  353. package/node_modules/@hpke/core/esm/src/kems/dhkemPrimitives/x448.d.ts.map +1 -0
  354. package/node_modules/@hpke/core/esm/src/kems/dhkemPrimitives/x448.js +214 -0
  355. package/node_modules/@hpke/core/esm/src/kems/dhkemX25519.d.ts +38 -0
  356. package/node_modules/@hpke/core/esm/src/kems/dhkemX25519.d.ts.map +1 -0
  357. package/node_modules/@hpke/core/esm/src/kems/dhkemX25519.js +66 -0
  358. package/node_modules/@hpke/core/esm/src/kems/dhkemX448.d.ts +38 -0
  359. package/node_modules/@hpke/core/esm/src/kems/dhkemX448.d.ts.map +1 -0
  360. package/node_modules/@hpke/core/esm/src/kems/dhkemX448.js +66 -0
  361. package/node_modules/@hpke/core/esm/src/mutex.d.ts +5 -0
  362. package/node_modules/@hpke/core/esm/src/mutex.d.ts.map +1 -0
  363. package/node_modules/@hpke/core/esm/src/mutex.js +28 -0
  364. package/node_modules/@hpke/core/esm/src/native.d.ts +236 -0
  365. package/node_modules/@hpke/core/esm/src/native.d.ts.map +1 -0
  366. package/node_modules/@hpke/core/esm/src/native.js +235 -0
  367. package/node_modules/@hpke/core/esm/src/recipientContext.d.ts +6 -0
  368. package/node_modules/@hpke/core/esm/src/recipientContext.d.ts.map +1 -0
  369. package/node_modules/@hpke/core/esm/src/recipientContext.js +38 -0
  370. package/node_modules/@hpke/core/esm/src/senderContext.d.ts +11 -0
  371. package/node_modules/@hpke/core/esm/src/senderContext.d.ts.map +1 -0
  372. package/node_modules/@hpke/core/esm/src/senderContext.js +45 -0
  373. package/node_modules/@hpke/core/esm/src/utils/emitNotSupported.d.ts +2 -0
  374. package/node_modules/@hpke/core/esm/src/utils/emitNotSupported.d.ts.map +1 -0
  375. package/node_modules/@hpke/core/esm/src/utils/emitNotSupported.js +6 -0
  376. package/node_modules/@hpke/core/package.json +46 -0
  377. package/node_modules/@hpke/core/script/mod.d.ts +11 -0
  378. package/node_modules/@hpke/core/script/mod.d.ts.map +1 -0
  379. package/node_modules/@hpke/core/script/mod.js +47 -0
  380. package/node_modules/@hpke/core/script/package.json +3 -0
  381. package/node_modules/@hpke/core/script/src/aeads/aesGcm.d.ts +80 -0
  382. package/node_modules/@hpke/core/script/src/aeads/aesGcm.d.ts.map +1 -0
  383. package/node_modules/@hpke/core/script/src/aeads/aesGcm.js +183 -0
  384. package/node_modules/@hpke/core/script/src/aeads/exportOnly.d.ts +34 -0
  385. package/node_modules/@hpke/core/script/src/aeads/exportOnly.d.ts.map +1 -0
  386. package/node_modules/@hpke/core/script/src/aeads/exportOnly.js +70 -0
  387. package/node_modules/@hpke/core/script/src/cipherSuiteNative.d.ts +145 -0
  388. package/node_modules/@hpke/core/script/src/cipherSuiteNative.d.ts.map +1 -0
  389. package/node_modules/@hpke/core/script/src/cipherSuiteNative.js +340 -0
  390. package/node_modules/@hpke/core/script/src/encryptionContext.d.ts +15 -0
  391. package/node_modules/@hpke/core/script/src/encryptionContext.d.ts.map +1 -0
  392. package/node_modules/@hpke/core/script/src/encryptionContext.js +82 -0
  393. package/node_modules/@hpke/core/script/src/exporterContext.d.ts +19 -0
  394. package/node_modules/@hpke/core/script/src/exporterContext.d.ts.map +1 -0
  395. package/node_modules/@hpke/core/script/src/exporterContext.js +78 -0
  396. package/node_modules/@hpke/core/script/src/interfaces/aeadParams.d.ts +17 -0
  397. package/node_modules/@hpke/core/script/src/interfaces/aeadParams.d.ts.map +1 -0
  398. package/node_modules/@hpke/core/script/src/interfaces/aeadParams.js +12 -0
  399. package/node_modules/@hpke/core/script/src/interfaces/cipherSuiteParams.d.ts +13 -0
  400. package/node_modules/@hpke/core/script/src/interfaces/cipherSuiteParams.d.ts.map +1 -0
  401. package/node_modules/@hpke/core/script/src/interfaces/cipherSuiteParams.js +12 -0
  402. package/node_modules/@hpke/core/script/src/interfaces/encapsulator.d.ts +8 -0
  403. package/node_modules/@hpke/core/script/src/interfaces/encapsulator.d.ts.map +1 -0
  404. package/node_modules/@hpke/core/script/src/interfaces/encapsulator.js +12 -0
  405. package/node_modules/@hpke/core/script/src/interfaces/encryptionContext.d.ts +40 -0
  406. package/node_modules/@hpke/core/script/src/interfaces/encryptionContext.d.ts.map +1 -0
  407. package/node_modules/@hpke/core/script/src/interfaces/encryptionContext.js +12 -0
  408. package/node_modules/@hpke/core/script/src/interfaces/exporter.d.ts +17 -0
  409. package/node_modules/@hpke/core/script/src/interfaces/exporter.d.ts.map +1 -0
  410. package/node_modules/@hpke/core/script/src/interfaces/exporter.js +12 -0
  411. package/node_modules/@hpke/core/script/src/interfaces/keyInfo.d.ts +7 -0
  412. package/node_modules/@hpke/core/script/src/interfaces/keyInfo.d.ts.map +1 -0
  413. package/node_modules/@hpke/core/script/src/interfaces/keyInfo.js +12 -0
  414. package/node_modules/@hpke/core/script/src/interfaces/responses.d.ts +10 -0
  415. package/node_modules/@hpke/core/script/src/interfaces/responses.d.ts.map +1 -0
  416. package/node_modules/@hpke/core/script/src/interfaces/responses.js +12 -0
  417. package/node_modules/@hpke/core/script/src/kems/dhkemNative.d.ts +26 -0
  418. package/node_modules/@hpke/core/script/src/kems/dhkemNative.d.ts.map +1 -0
  419. package/node_modules/@hpke/core/script/src/kems/dhkemNative.js +128 -0
  420. package/node_modules/@hpke/core/script/src/kems/dhkemPrimitives/x25519.d.ts +24 -0
  421. package/node_modules/@hpke/core/script/src/kems/dhkemPrimitives/x25519.d.ts.map +1 -0
  422. package/node_modules/@hpke/core/script/src/kems/dhkemPrimitives/x25519.js +228 -0
  423. package/node_modules/@hpke/core/script/src/kems/dhkemPrimitives/x448.d.ts +24 -0
  424. package/node_modules/@hpke/core/script/src/kems/dhkemPrimitives/x448.d.ts.map +1 -0
  425. package/node_modules/@hpke/core/script/src/kems/dhkemPrimitives/x448.js +228 -0
  426. package/node_modules/@hpke/core/script/src/kems/dhkemX25519.d.ts +38 -0
  427. package/node_modules/@hpke/core/script/src/kems/dhkemX25519.d.ts.map +1 -0
  428. package/node_modules/@hpke/core/script/src/kems/dhkemX25519.js +80 -0
  429. package/node_modules/@hpke/core/script/src/kems/dhkemX448.d.ts +38 -0
  430. package/node_modules/@hpke/core/script/src/kems/dhkemX448.d.ts.map +1 -0
  431. package/node_modules/@hpke/core/script/src/kems/dhkemX448.js +80 -0
  432. package/node_modules/@hpke/core/script/src/mutex.d.ts +5 -0
  433. package/node_modules/@hpke/core/script/src/mutex.d.ts.map +1 -0
  434. package/node_modules/@hpke/core/script/src/mutex.js +42 -0
  435. package/node_modules/@hpke/core/script/src/native.d.ts +236 -0
  436. package/node_modules/@hpke/core/script/src/native.d.ts.map +1 -0
  437. package/node_modules/@hpke/core/script/src/native.js +255 -0
  438. package/node_modules/@hpke/core/script/src/recipientContext.d.ts +6 -0
  439. package/node_modules/@hpke/core/script/src/recipientContext.d.ts.map +1 -0
  440. package/node_modules/@hpke/core/script/src/recipientContext.js +52 -0
  441. package/node_modules/@hpke/core/script/src/senderContext.d.ts +11 -0
  442. package/node_modules/@hpke/core/script/src/senderContext.d.ts.map +1 -0
  443. package/node_modules/@hpke/core/script/src/senderContext.js +59 -0
  444. package/node_modules/@hpke/core/script/src/utils/emitNotSupported.d.ts +2 -0
  445. package/node_modules/@hpke/core/script/src/utils/emitNotSupported.d.ts.map +1 -0
  446. package/node_modules/@hpke/core/script/src/utils/emitNotSupported.js +19 -0
  447. package/node_modules/@modelcontextprotocol/sdk/LICENSE +21 -0
  448. package/node_modules/@modelcontextprotocol/sdk/README.md +172 -0
  449. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.d.ts +190 -0
  450. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.d.ts.map +1 -0
  451. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.js +299 -0
  452. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.js.map +1 -0
  453. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts +451 -0
  454. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts.map +1 -0
  455. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js +943 -0
  456. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js.map +1 -0
  457. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts +591 -0
  458. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts.map +1 -0
  459. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js +629 -0
  460. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js.map +1 -0
  461. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.d.ts +169 -0
  462. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.d.ts.map +1 -0
  463. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.js +252 -0
  464. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.js.map +1 -0
  465. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts +81 -0
  466. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts.map +1 -0
  467. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js +211 -0
  468. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js.map +1 -0
  469. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts +77 -0
  470. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts.map +1 -0
  471. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js +196 -0
  472. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js.map +1 -0
  473. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts +171 -0
  474. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts.map +1 -0
  475. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js +482 -0
  476. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js.map +1 -0
  477. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts +17 -0
  478. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts.map +1 -0
  479. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js +58 -0
  480. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js.map +1 -0
  481. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.d.ts +2 -0
  482. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.d.ts.map +1 -0
  483. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.js +680 -0
  484. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.js.map +1 -0
  485. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.d.ts +2 -0
  486. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.d.ts.map +1 -0
  487. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.js +134 -0
  488. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.js.map +1 -0
  489. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.d.ts +2 -0
  490. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.d.ts.map +1 -0
  491. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.js +176 -0
  492. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.js.map +1 -0
  493. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.d.ts +20 -0
  494. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.d.ts.map +1 -0
  495. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.js +70 -0
  496. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.js.map +1 -0
  497. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.d.ts +3 -0
  498. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.d.ts.map +1 -0
  499. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.js +397 -0
  500. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.js.map +1 -0
  501. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.d.ts +26 -0
  502. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.d.ts.map +1 -0
  503. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.js +51 -0
  504. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.js.map +1 -0
  505. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.d.ts +2 -0
  506. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.d.ts.map +1 -0
  507. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.js +857 -0
  508. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.js.map +1 -0
  509. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.d.ts +10 -0
  510. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.d.ts.map +1 -0
  511. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.js +157 -0
  512. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.js.map +1 -0
  513. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.d.ts +2 -0
  514. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.d.ts.map +1 -0
  515. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.js +95 -0
  516. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.js.map +1 -0
  517. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.d.ts +2 -0
  518. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.d.ts.map +1 -0
  519. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.js +168 -0
  520. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.js.map +1 -0
  521. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.d.ts +78 -0
  522. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.d.ts.map +1 -0
  523. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.js +205 -0
  524. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.js.map +1 -0
  525. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.d.ts +2 -0
  526. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.d.ts.map +1 -0
  527. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.js +460 -0
  528. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.js.map +1 -0
  529. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.d.ts +2 -0
  530. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.d.ts.map +1 -0
  531. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.js +656 -0
  532. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.js.map +1 -0
  533. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.d.ts +10 -0
  534. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.d.ts.map +1 -0
  535. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.js +85 -0
  536. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.js.map +1 -0
  537. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.d.ts +2 -0
  538. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.d.ts.map +1 -0
  539. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.js +171 -0
  540. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.js.map +1 -0
  541. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.d.ts +7 -0
  542. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.d.ts.map +1 -0
  543. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.js +95 -0
  544. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.js.map +1 -0
  545. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.d.ts +12 -0
  546. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.d.ts.map +1 -0
  547. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.js +49 -0
  548. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.js.map +1 -0
  549. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.d.ts +2 -0
  550. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.d.ts.map +1 -0
  551. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.js +168 -0
  552. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.js.map +1 -0
  553. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.d.ts +2 -0
  554. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.d.ts.map +1 -0
  555. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.js +166 -0
  556. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.js.map +1 -0
  557. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.d.ts +2 -0
  558. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.d.ts.map +1 -0
  559. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.js +750 -0
  560. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.js.map +1 -0
  561. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.d.ts +12 -0
  562. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.d.ts.map +1 -0
  563. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.js +600 -0
  564. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.js.map +1 -0
  565. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.d.ts +2 -0
  566. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.d.ts.map +1 -0
  567. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.js +256 -0
  568. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.js.map +1 -0
  569. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.d.ts +2 -0
  570. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.d.ts.map +1 -0
  571. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.js +107 -0
  572. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.js.map +1 -0
  573. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.d.ts +2 -0
  574. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.d.ts.map +1 -0
  575. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.js +124 -0
  576. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.js.map +1 -0
  577. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.d.ts +2 -0
  578. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.d.ts.map +1 -0
  579. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.js +73 -0
  580. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.js.map +1 -0
  581. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.d.ts +31 -0
  582. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.d.ts.map +1 -0
  583. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.js +69 -0
  584. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.js.map +1 -0
  585. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.d.ts +13 -0
  586. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.d.ts.map +1 -0
  587. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.js +29 -0
  588. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.js.map +1 -0
  589. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.d.ts +121 -0
  590. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.d.ts.map +1 -0
  591. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.js +188 -0
  592. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.js.map +1 -0
  593. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.d.ts +47 -0
  594. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.d.ts.map +1 -0
  595. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.js +68 -0
  596. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.js.map +1 -0
  597. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.d.ts +16 -0
  598. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.d.ts.map +1 -0
  599. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.js +39 -0
  600. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.js.map +1 -0
  601. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.d.ts +232 -0
  602. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.d.ts.map +1 -0
  603. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.js +19 -0
  604. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.js.map +1 -0
  605. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.d.ts +77 -0
  606. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.d.ts.map +1 -0
  607. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.js +36 -0
  608. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.js.map +1 -0
  609. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.d.ts +170 -0
  610. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.d.ts.map +1 -0
  611. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.js +250 -0
  612. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.js.map +1 -0
  613. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.d.ts +94 -0
  614. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.d.ts.map +1 -0
  615. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.js +251 -0
  616. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.js.map +1 -0
  617. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.d.ts +10 -0
  618. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.d.ts.map +1 -0
  619. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.js +28 -0
  620. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.js.map +1 -0
  621. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts +31 -0
  622. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts.map +1 -0
  623. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js +51 -0
  624. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js.map +1 -0
  625. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/package.json +1 -0
  626. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts +19 -0
  627. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts.map +1 -0
  628. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js +3 -0
  629. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js.map +1 -0
  630. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts +148 -0
  631. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts.map +1 -0
  632. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js +202 -0
  633. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js.map +1 -0
  634. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts +24 -0
  635. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts.map +1 -0
  636. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js +201 -0
  637. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js.map +1 -0
  638. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts +4 -0
  639. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts.map +1 -0
  640. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js +21 -0
  641. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js.map +1 -0
  642. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts +29 -0
  643. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts.map +1 -0
  644. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js +77 -0
  645. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js.map +1 -0
  646. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts +13 -0
  647. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts.map +1 -0
  648. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js +65 -0
  649. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js.map +1 -0
  650. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts +13 -0
  651. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts.map +1 -0
  652. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js +136 -0
  653. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js.map +1 -0
  654. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts +9 -0
  655. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts.map +1 -0
  656. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js +21 -0
  657. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js.map +1 -0
  658. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts +35 -0
  659. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts.map +1 -0
  660. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js +75 -0
  661. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js.map +1 -0
  662. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts +19 -0
  663. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts.map +1 -0
  664. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js +71 -0
  665. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js.map +1 -0
  666. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts +68 -0
  667. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts.map +1 -0
  668. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js +3 -0
  669. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js.map +1 -0
  670. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts +49 -0
  671. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts.map +1 -0
  672. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js +159 -0
  673. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js.map +1 -0
  674. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts +101 -0
  675. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts.map +1 -0
  676. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js +128 -0
  677. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js.map +1 -0
  678. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts +32 -0
  679. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts.map +1 -0
  680. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js +3 -0
  681. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js.map +1 -0
  682. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts +38 -0
  683. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts.map +1 -0
  684. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js +48 -0
  685. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js.map +1 -0
  686. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.d.ts +45 -0
  687. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.d.ts.map +1 -0
  688. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.js +56 -0
  689. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.js.map +1 -0
  690. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts +196 -0
  691. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts.map +1 -0
  692. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js +444 -0
  693. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js.map +1 -0
  694. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts +364 -0
  695. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts.map +1 -0
  696. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js +922 -0
  697. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js.map +1 -0
  698. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.d.ts +32 -0
  699. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.d.ts.map +1 -0
  700. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.js +80 -0
  701. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.js.map +1 -0
  702. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts +82 -0
  703. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts.map +1 -0
  704. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js +172 -0
  705. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js.map +1 -0
  706. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts +28 -0
  707. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts.map +1 -0
  708. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js +82 -0
  709. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js.map +1 -0
  710. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts +122 -0
  711. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts.map +1 -0
  712. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js +165 -0
  713. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js.map +1 -0
  714. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.d.ts +268 -0
  715. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.d.ts.map +1 -0
  716. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.js +755 -0
  717. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.js.map +1 -0
  718. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.d.ts +84 -0
  719. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.d.ts.map +1 -0
  720. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.js +244 -0
  721. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.js.map +1 -0
  722. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.d.ts +12 -0
  723. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.d.ts.map +1 -0
  724. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.js +79 -0
  725. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.js.map +1 -0
  726. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.d.ts +23 -0
  727. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.d.ts.map +1 -0
  728. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.js +48 -0
  729. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.js.map +1 -0
  730. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.d.ts +240 -0
  731. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.d.ts.map +1 -0
  732. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.js +224 -0
  733. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.js.map +1 -0
  734. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.d.ts +16 -0
  735. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.d.ts.map +1 -0
  736. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.js +25 -0
  737. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.js.map +1 -0
  738. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.d.ts +443 -0
  739. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.d.ts.map +1 -0
  740. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.js +1112 -0
  741. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.js.map +1 -0
  742. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.d.ts +45 -0
  743. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.d.ts.map +1 -0
  744. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.js +23 -0
  745. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.js.map +1 -0
  746. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.d.ts +13 -0
  747. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.d.ts.map +1 -0
  748. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.js +37 -0
  749. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.js.map +1 -0
  750. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.d.ts +31 -0
  751. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.d.ts.map +1 -0
  752. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.js +97 -0
  753. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.js.map +1 -0
  754. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.d.ts +89 -0
  755. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.d.ts.map +1 -0
  756. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.js +43 -0
  757. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.js.map +1 -0
  758. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.d.ts +25 -0
  759. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.d.ts.map +1 -0
  760. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js +243 -0
  761. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js.map +1 -0
  762. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.d.ts +2311 -0
  763. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.d.ts.map +1 -0
  764. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.js +27 -0
  765. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.js.map +1 -0
  766. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.d.ts +8168 -0
  767. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.d.ts.map +1 -0
  768. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.js +2105 -0
  769. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.js.map +1 -0
  770. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.d.ts +53 -0
  771. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.d.ts.map +1 -0
  772. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.js +94 -0
  773. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.js.map +1 -0
  774. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.d.ts +51 -0
  775. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.d.ts.map +1 -0
  776. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.js +69 -0
  777. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.js.map +1 -0
  778. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.d.ts +29 -0
  779. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.d.ts.map +1 -0
  780. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.js +30 -0
  781. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.js.map +1 -0
  782. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.d.ts +65 -0
  783. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.d.ts.map +1 -0
  784. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.js +3 -0
  785. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.js.map +1 -0
  786. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.d.ts +190 -0
  787. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.d.ts.map +1 -0
  788. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.js +269 -0
  789. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.js.map +1 -0
  790. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.d.ts +451 -0
  791. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.d.ts.map +1 -0
  792. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js +918 -0
  793. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js.map +1 -0
  794. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.d.ts +591 -0
  795. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.d.ts.map +1 -0
  796. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js +624 -0
  797. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js.map +1 -0
  798. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.d.ts +169 -0
  799. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.d.ts.map +1 -0
  800. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.js +245 -0
  801. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.js.map +1 -0
  802. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.d.ts +81 -0
  803. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.d.ts.map +1 -0
  804. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js +206 -0
  805. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js.map +1 -0
  806. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.d.ts +77 -0
  807. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.d.ts.map +1 -0
  808. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js +188 -0
  809. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js.map +1 -0
  810. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.d.ts +171 -0
  811. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.d.ts.map +1 -0
  812. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js +477 -0
  813. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js.map +1 -0
  814. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.d.ts +17 -0
  815. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.d.ts.map +1 -0
  816. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.js +54 -0
  817. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.js.map +1 -0
  818. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.d.ts +2 -0
  819. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.d.ts.map +1 -0
  820. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.js +678 -0
  821. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.js.map +1 -0
  822. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.d.ts +2 -0
  823. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.d.ts.map +1 -0
  824. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.js +132 -0
  825. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.js.map +1 -0
  826. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.d.ts +2 -0
  827. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.d.ts.map +1 -0
  828. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.js +174 -0
  829. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.js.map +1 -0
  830. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.d.ts +20 -0
  831. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.d.ts.map +1 -0
  832. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.js +68 -0
  833. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.js.map +1 -0
  834. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.d.ts +3 -0
  835. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.d.ts.map +1 -0
  836. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.js +395 -0
  837. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.js.map +1 -0
  838. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.d.ts +26 -0
  839. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.d.ts.map +1 -0
  840. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.js +47 -0
  841. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.js.map +1 -0
  842. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.d.ts +2 -0
  843. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.d.ts.map +1 -0
  844. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.js +855 -0
  845. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.js.map +1 -0
  846. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.d.ts +10 -0
  847. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.d.ts.map +1 -0
  848. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.js +155 -0
  849. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.js.map +1 -0
  850. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.d.ts +2 -0
  851. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.d.ts.map +1 -0
  852. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.js +93 -0
  853. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.js.map +1 -0
  854. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.d.ts +2 -0
  855. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.d.ts.map +1 -0
  856. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.js +166 -0
  857. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.js.map +1 -0
  858. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.d.ts +78 -0
  859. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.d.ts.map +1 -0
  860. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.js +196 -0
  861. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.js.map +1 -0
  862. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.d.ts +2 -0
  863. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.d.ts.map +1 -0
  864. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.js +458 -0
  865. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.js.map +1 -0
  866. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.d.ts +2 -0
  867. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.d.ts.map +1 -0
  868. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.js +651 -0
  869. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.js.map +1 -0
  870. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.d.ts +10 -0
  871. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.d.ts.map +1 -0
  872. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.js +60 -0
  873. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.js.map +1 -0
  874. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.d.ts +2 -0
  875. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.d.ts.map +1 -0
  876. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.js +146 -0
  877. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.js.map +1 -0
  878. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.d.ts +7 -0
  879. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.d.ts.map +1 -0
  880. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.js +70 -0
  881. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.js.map +1 -0
  882. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.d.ts +12 -0
  883. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.d.ts.map +1 -0
  884. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.js +47 -0
  885. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.js.map +1 -0
  886. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.d.ts +2 -0
  887. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.d.ts.map +1 -0
  888. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.js +143 -0
  889. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.js.map +1 -0
  890. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.d.ts +2 -0
  891. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.d.ts.map +1 -0
  892. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.js +141 -0
  893. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.js.map +1 -0
  894. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.d.ts +2 -0
  895. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.d.ts.map +1 -0
  896. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.js +725 -0
  897. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.js.map +1 -0
  898. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.d.ts +12 -0
  899. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.d.ts.map +1 -0
  900. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.js +598 -0
  901. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.js.map +1 -0
  902. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.d.ts +2 -0
  903. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.d.ts.map +1 -0
  904. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.js +231 -0
  905. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.js.map +1 -0
  906. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.d.ts +2 -0
  907. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.d.ts.map +1 -0
  908. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.js +102 -0
  909. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.js.map +1 -0
  910. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.d.ts +2 -0
  911. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.d.ts.map +1 -0
  912. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.js +122 -0
  913. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.js.map +1 -0
  914. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.d.ts +2 -0
  915. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.d.ts.map +1 -0
  916. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.js +48 -0
  917. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.js.map +1 -0
  918. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.d.ts +31 -0
  919. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.d.ts.map +1 -0
  920. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.js +65 -0
  921. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.js.map +1 -0
  922. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.d.ts +13 -0
  923. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.d.ts.map +1 -0
  924. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.js +13 -0
  925. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.js.map +1 -0
  926. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.d.ts +121 -0
  927. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.d.ts.map +1 -0
  928. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js +184 -0
  929. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js.map +1 -0
  930. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.d.ts +47 -0
  931. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.d.ts.map +1 -0
  932. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js +64 -0
  933. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js.map +1 -0
  934. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.d.ts +16 -0
  935. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.d.ts.map +1 -0
  936. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.js +20 -0
  937. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.js.map +1 -0
  938. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts +232 -0
  939. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts.map +1 -0
  940. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js +16 -0
  941. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js.map +1 -0
  942. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts +77 -0
  943. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts.map +1 -0
  944. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js +32 -0
  945. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js.map +1 -0
  946. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts +170 -0
  947. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts.map +1 -0
  948. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js +246 -0
  949. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js.map +1 -0
  950. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.d.ts +94 -0
  951. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.d.ts.map +1 -0
  952. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.js +246 -0
  953. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.js.map +1 -0
  954. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.d.ts +10 -0
  955. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.d.ts.map +1 -0
  956. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.js +10 -0
  957. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.js.map +1 -0
  958. package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.d.ts +31 -0
  959. package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.d.ts.map +1 -0
  960. package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.js +47 -0
  961. package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.js.map +1 -0
  962. package/node_modules/@modelcontextprotocol/sdk/dist/esm/package.json +1 -0
  963. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.d.ts +19 -0
  964. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.d.ts.map +1 -0
  965. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.js +2 -0
  966. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.js.map +1 -0
  967. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.d.ts +148 -0
  968. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.d.ts.map +1 -0
  969. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js +180 -0
  970. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js.map +1 -0
  971. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.d.ts +24 -0
  972. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.d.ts.map +1 -0
  973. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.js +171 -0
  974. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.js.map +1 -0
  975. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.d.ts +4 -0
  976. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.d.ts.map +1 -0
  977. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.js +15 -0
  978. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.js.map +1 -0
  979. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.d.ts +29 -0
  980. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.d.ts.map +1 -0
  981. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.js +71 -0
  982. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.js.map +1 -0
  983. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.d.ts +13 -0
  984. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.d.ts.map +1 -0
  985. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.js +59 -0
  986. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.js.map +1 -0
  987. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.d.ts +13 -0
  988. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.d.ts.map +1 -0
  989. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.js +107 -0
  990. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.js.map +1 -0
  991. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.d.ts +9 -0
  992. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.d.ts.map +1 -0
  993. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.js +18 -0
  994. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.js.map +1 -0
  995. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.d.ts +35 -0
  996. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.d.ts.map +1 -0
  997. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.js +72 -0
  998. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.js.map +1 -0
  999. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.d.ts +19 -0
  1000. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.d.ts.map +1 -0
  1001. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.js +45 -0
  1002. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.js.map +1 -0
  1003. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.d.ts +68 -0
  1004. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.d.ts.map +1 -0
  1005. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.js +2 -0
  1006. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.js.map +1 -0
  1007. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.d.ts +49 -0
  1008. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.d.ts.map +1 -0
  1009. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.js +155 -0
  1010. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.js.map +1 -0
  1011. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.d.ts +101 -0
  1012. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.d.ts.map +1 -0
  1013. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.js +118 -0
  1014. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.js.map +1 -0
  1015. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts +32 -0
  1016. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts.map +1 -0
  1017. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.js +2 -0
  1018. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.js.map +1 -0
  1019. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.d.ts +38 -0
  1020. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.d.ts.map +1 -0
  1021. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js +41 -0
  1022. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js.map +1 -0
  1023. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.d.ts +45 -0
  1024. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.d.ts.map +1 -0
  1025. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.js +50 -0
  1026. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.js.map +1 -0
  1027. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts +196 -0
  1028. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts.map +1 -0
  1029. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js +440 -0
  1030. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js.map +1 -0
  1031. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts +364 -0
  1032. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts.map +1 -0
  1033. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js +917 -0
  1034. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js.map +1 -0
  1035. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.d.ts +32 -0
  1036. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.d.ts.map +1 -0
  1037. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.js +76 -0
  1038. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.js.map +1 -0
  1039. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.d.ts +82 -0
  1040. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.d.ts.map +1 -0
  1041. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.js +165 -0
  1042. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.js.map +1 -0
  1043. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.d.ts +28 -0
  1044. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.d.ts.map +1 -0
  1045. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js +75 -0
  1046. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js.map +1 -0
  1047. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.d.ts +122 -0
  1048. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.d.ts.map +1 -0
  1049. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js +161 -0
  1050. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js.map +1 -0
  1051. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.d.ts +268 -0
  1052. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.d.ts.map +1 -0
  1053. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js +751 -0
  1054. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js.map +1 -0
  1055. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts +84 -0
  1056. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts.map +1 -0
  1057. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js +209 -0
  1058. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js.map +1 -0
  1059. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.d.ts +12 -0
  1060. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.d.ts.map +1 -0
  1061. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js +51 -0
  1062. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js.map +1 -0
  1063. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.d.ts +23 -0
  1064. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.d.ts.map +1 -0
  1065. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js +44 -0
  1066. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js.map +1 -0
  1067. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.d.ts +240 -0
  1068. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.d.ts.map +1 -0
  1069. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js +198 -0
  1070. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js.map +1 -0
  1071. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.d.ts +16 -0
  1072. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.d.ts.map +1 -0
  1073. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.js +22 -0
  1074. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.js.map +1 -0
  1075. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts +443 -0
  1076. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts.map +1 -0
  1077. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js +1107 -0
  1078. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js.map +1 -0
  1079. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts +45 -0
  1080. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts.map +1 -0
  1081. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.js +19 -0
  1082. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.js.map +1 -0
  1083. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.d.ts +13 -0
  1084. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.d.ts.map +1 -0
  1085. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js +31 -0
  1086. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js.map +1 -0
  1087. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.d.ts +31 -0
  1088. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.d.ts.map +1 -0
  1089. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js +92 -0
  1090. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js.map +1 -0
  1091. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts +89 -0
  1092. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts.map +1 -0
  1093. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js +39 -0
  1094. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js.map +1 -0
  1095. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts +25 -0
  1096. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts.map +1 -0
  1097. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js +239 -0
  1098. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js.map +1 -0
  1099. package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.d.ts +2311 -0
  1100. package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.d.ts.map +1 -0
  1101. package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.js +24 -0
  1102. package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.js.map +1 -0
  1103. package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts +8168 -0
  1104. package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts.map +1 -0
  1105. package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js +2065 -0
  1106. package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js.map +1 -0
  1107. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.d.ts +53 -0
  1108. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.d.ts.map +1 -0
  1109. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js +87 -0
  1110. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js.map +1 -0
  1111. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.d.ts +51 -0
  1112. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.d.ts.map +1 -0
  1113. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.js +65 -0
  1114. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.js.map +1 -0
  1115. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.d.ts +29 -0
  1116. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.d.ts.map +1 -0
  1117. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.js +29 -0
  1118. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.js.map +1 -0
  1119. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts +65 -0
  1120. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts.map +1 -0
  1121. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.js +2 -0
  1122. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.js.map +1 -0
  1123. package/node_modules/@modelcontextprotocol/sdk/node_modules/accepts/HISTORY.md +250 -0
  1124. package/node_modules/@modelcontextprotocol/sdk/node_modules/accepts/LICENSE +23 -0
  1125. package/node_modules/@modelcontextprotocol/sdk/node_modules/accepts/README.md +140 -0
  1126. package/node_modules/@modelcontextprotocol/sdk/node_modules/accepts/index.js +238 -0
  1127. package/node_modules/@modelcontextprotocol/sdk/node_modules/accepts/package.json +47 -0
  1128. package/node_modules/@modelcontextprotocol/sdk/node_modules/body-parser/LICENSE +23 -0
  1129. package/node_modules/@modelcontextprotocol/sdk/node_modules/body-parser/README.md +494 -0
  1130. package/node_modules/@modelcontextprotocol/sdk/node_modules/body-parser/index.js +71 -0
  1131. package/node_modules/@modelcontextprotocol/sdk/node_modules/body-parser/lib/read.js +247 -0
  1132. package/node_modules/@modelcontextprotocol/sdk/node_modules/body-parser/lib/types/json.js +158 -0
  1133. package/node_modules/@modelcontextprotocol/sdk/node_modules/body-parser/lib/types/raw.js +42 -0
  1134. package/node_modules/@modelcontextprotocol/sdk/node_modules/body-parser/lib/types/text.js +36 -0
  1135. package/node_modules/@modelcontextprotocol/sdk/node_modules/body-parser/lib/types/urlencoded.js +142 -0
  1136. package/node_modules/@modelcontextprotocol/sdk/node_modules/body-parser/lib/utils.js +98 -0
  1137. package/node_modules/@modelcontextprotocol/sdk/node_modules/body-parser/package.json +52 -0
  1138. package/node_modules/@modelcontextprotocol/sdk/node_modules/content-disposition/LICENSE +22 -0
  1139. package/node_modules/@modelcontextprotocol/sdk/node_modules/content-disposition/README.md +141 -0
  1140. package/node_modules/@modelcontextprotocol/sdk/node_modules/content-disposition/index.js +536 -0
  1141. package/node_modules/@modelcontextprotocol/sdk/node_modules/content-disposition/package.json +40 -0
  1142. package/node_modules/@modelcontextprotocol/sdk/node_modules/cookie-signature/History.md +70 -0
  1143. package/node_modules/@modelcontextprotocol/sdk/node_modules/cookie-signature/LICENSE +22 -0
  1144. package/node_modules/@modelcontextprotocol/sdk/node_modules/cookie-signature/Readme.md +23 -0
  1145. package/node_modules/@modelcontextprotocol/sdk/node_modules/cookie-signature/index.js +47 -0
  1146. package/node_modules/@modelcontextprotocol/sdk/node_modules/cookie-signature/package.json +24 -0
  1147. package/node_modules/@modelcontextprotocol/sdk/node_modules/debug/LICENSE +20 -0
  1148. package/node_modules/@modelcontextprotocol/sdk/node_modules/debug/README.md +481 -0
  1149. package/node_modules/@modelcontextprotocol/sdk/node_modules/debug/package.json +64 -0
  1150. package/node_modules/@modelcontextprotocol/sdk/node_modules/debug/src/browser.js +272 -0
  1151. package/node_modules/@modelcontextprotocol/sdk/node_modules/debug/src/common.js +292 -0
  1152. package/node_modules/@modelcontextprotocol/sdk/node_modules/debug/src/index.js +10 -0
  1153. package/node_modules/@modelcontextprotocol/sdk/node_modules/debug/src/node.js +263 -0
  1154. package/node_modules/@modelcontextprotocol/sdk/node_modules/express/LICENSE +24 -0
  1155. package/node_modules/@modelcontextprotocol/sdk/node_modules/express/Readme.md +276 -0
  1156. package/node_modules/@modelcontextprotocol/sdk/node_modules/express/index.js +11 -0
  1157. package/node_modules/@modelcontextprotocol/sdk/node_modules/express/lib/application.js +631 -0
  1158. package/node_modules/@modelcontextprotocol/sdk/node_modules/express/lib/express.js +81 -0
  1159. package/node_modules/@modelcontextprotocol/sdk/node_modules/express/lib/request.js +514 -0
  1160. package/node_modules/@modelcontextprotocol/sdk/node_modules/express/lib/response.js +1053 -0
  1161. package/node_modules/@modelcontextprotocol/sdk/node_modules/express/lib/utils.js +271 -0
  1162. package/node_modules/@modelcontextprotocol/sdk/node_modules/express/lib/view.js +205 -0
  1163. package/node_modules/@modelcontextprotocol/sdk/node_modules/express/package.json +99 -0
  1164. package/node_modules/@modelcontextprotocol/sdk/node_modules/finalhandler/HISTORY.md +239 -0
  1165. package/node_modules/@modelcontextprotocol/sdk/node_modules/finalhandler/LICENSE +22 -0
  1166. package/node_modules/@modelcontextprotocol/sdk/node_modules/finalhandler/README.md +150 -0
  1167. package/node_modules/@modelcontextprotocol/sdk/node_modules/finalhandler/index.js +293 -0
  1168. package/node_modules/@modelcontextprotocol/sdk/node_modules/finalhandler/package.json +47 -0
  1169. package/node_modules/@modelcontextprotocol/sdk/node_modules/fresh/HISTORY.md +80 -0
  1170. package/node_modules/@modelcontextprotocol/sdk/node_modules/fresh/LICENSE +23 -0
  1171. package/node_modules/@modelcontextprotocol/sdk/node_modules/fresh/README.md +117 -0
  1172. package/node_modules/@modelcontextprotocol/sdk/node_modules/fresh/index.js +136 -0
  1173. package/node_modules/@modelcontextprotocol/sdk/node_modules/fresh/package.json +46 -0
  1174. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/LICENSE +21 -0
  1175. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/README.md +138 -0
  1176. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
  1177. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
  1178. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/index.js +23 -0
  1179. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/internal.js +218 -0
  1180. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
  1181. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  1182. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
  1183. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  1184. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  1185. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  1186. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  1187. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  1188. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  1189. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
  1190. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  1191. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/utf16.js +187 -0
  1192. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/utf32.js +307 -0
  1193. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/encodings/utf7.js +283 -0
  1194. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/lib/bom-handling.js +48 -0
  1195. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
  1196. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/lib/index.d.ts +129 -0
  1197. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/lib/index.js +182 -0
  1198. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/lib/streams.js +105 -0
  1199. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/package.json +70 -0
  1200. package/node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite/types/encodings.d.ts +423 -0
  1201. package/node_modules/@modelcontextprotocol/sdk/node_modules/media-typer/HISTORY.md +50 -0
  1202. package/node_modules/@modelcontextprotocol/sdk/node_modules/media-typer/LICENSE +22 -0
  1203. package/node_modules/@modelcontextprotocol/sdk/node_modules/media-typer/README.md +93 -0
  1204. package/node_modules/@modelcontextprotocol/sdk/node_modules/media-typer/index.js +143 -0
  1205. package/node_modules/@modelcontextprotocol/sdk/node_modules/media-typer/package.json +33 -0
  1206. package/node_modules/@modelcontextprotocol/sdk/node_modules/merge-descriptors/index.d.ts +11 -0
  1207. package/node_modules/@modelcontextprotocol/sdk/node_modules/merge-descriptors/index.js +26 -0
  1208. package/node_modules/@modelcontextprotocol/sdk/node_modules/merge-descriptors/license +11 -0
  1209. package/node_modules/@modelcontextprotocol/sdk/node_modules/merge-descriptors/package.json +50 -0
  1210. package/node_modules/@modelcontextprotocol/sdk/node_modules/merge-descriptors/readme.md +55 -0
  1211. package/node_modules/@modelcontextprotocol/sdk/node_modules/mime-db/HISTORY.md +541 -0
  1212. package/node_modules/@modelcontextprotocol/sdk/node_modules/mime-db/LICENSE +23 -0
  1213. package/node_modules/@modelcontextprotocol/sdk/node_modules/mime-db/README.md +109 -0
  1214. package/node_modules/@modelcontextprotocol/sdk/node_modules/mime-db/db.json +9342 -0
  1215. package/node_modules/@modelcontextprotocol/sdk/node_modules/mime-db/index.js +12 -0
  1216. package/node_modules/@modelcontextprotocol/sdk/node_modules/mime-db/package.json +56 -0
  1217. package/node_modules/@modelcontextprotocol/sdk/node_modules/mime-types/HISTORY.md +428 -0
  1218. package/node_modules/@modelcontextprotocol/sdk/node_modules/mime-types/LICENSE +23 -0
  1219. package/node_modules/@modelcontextprotocol/sdk/node_modules/mime-types/README.md +126 -0
  1220. package/node_modules/@modelcontextprotocol/sdk/node_modules/mime-types/index.js +211 -0
  1221. package/node_modules/@modelcontextprotocol/sdk/node_modules/mime-types/mimeScore.js +57 -0
  1222. package/node_modules/@modelcontextprotocol/sdk/node_modules/mime-types/package.json +49 -0
  1223. package/node_modules/@modelcontextprotocol/sdk/node_modules/ms/index.js +162 -0
  1224. package/node_modules/@modelcontextprotocol/sdk/node_modules/ms/license.md +21 -0
  1225. package/node_modules/@modelcontextprotocol/sdk/node_modules/ms/package.json +38 -0
  1226. package/node_modules/@modelcontextprotocol/sdk/node_modules/ms/readme.md +59 -0
  1227. package/node_modules/@modelcontextprotocol/sdk/node_modules/negotiator/HISTORY.md +114 -0
  1228. package/node_modules/@modelcontextprotocol/sdk/node_modules/negotiator/LICENSE +24 -0
  1229. package/node_modules/@modelcontextprotocol/sdk/node_modules/negotiator/README.md +212 -0
  1230. package/node_modules/@modelcontextprotocol/sdk/node_modules/negotiator/index.js +83 -0
  1231. package/node_modules/@modelcontextprotocol/sdk/node_modules/negotiator/lib/charset.js +169 -0
  1232. package/node_modules/@modelcontextprotocol/sdk/node_modules/negotiator/lib/encoding.js +205 -0
  1233. package/node_modules/@modelcontextprotocol/sdk/node_modules/negotiator/lib/language.js +179 -0
  1234. package/node_modules/@modelcontextprotocol/sdk/node_modules/negotiator/lib/mediaType.js +294 -0
  1235. package/node_modules/@modelcontextprotocol/sdk/node_modules/negotiator/package.json +43 -0
  1236. package/node_modules/@modelcontextprotocol/sdk/node_modules/send/LICENSE +23 -0
  1237. package/node_modules/@modelcontextprotocol/sdk/node_modules/send/README.md +317 -0
  1238. package/node_modules/@modelcontextprotocol/sdk/node_modules/send/index.js +997 -0
  1239. package/node_modules/@modelcontextprotocol/sdk/node_modules/send/package.json +63 -0
  1240. package/node_modules/@modelcontextprotocol/sdk/node_modules/serve-static/LICENSE +25 -0
  1241. package/node_modules/@modelcontextprotocol/sdk/node_modules/serve-static/README.md +253 -0
  1242. package/node_modules/@modelcontextprotocol/sdk/node_modules/serve-static/index.js +208 -0
  1243. package/node_modules/@modelcontextprotocol/sdk/node_modules/serve-static/package.json +44 -0
  1244. package/node_modules/@modelcontextprotocol/sdk/node_modules/type-is/HISTORY.md +292 -0
  1245. package/node_modules/@modelcontextprotocol/sdk/node_modules/type-is/LICENSE +23 -0
  1246. package/node_modules/@modelcontextprotocol/sdk/node_modules/type-is/README.md +198 -0
  1247. package/node_modules/@modelcontextprotocol/sdk/node_modules/type-is/index.js +240 -0
  1248. package/node_modules/@modelcontextprotocol/sdk/node_modules/type-is/node_modules/content-type/LICENSE +22 -0
  1249. package/node_modules/@modelcontextprotocol/sdk/node_modules/type-is/node_modules/content-type/README.md +69 -0
  1250. package/node_modules/@modelcontextprotocol/sdk/node_modules/type-is/node_modules/content-type/dist/index.d.ts +26 -0
  1251. package/node_modules/@modelcontextprotocol/sdk/node_modules/type-is/node_modules/content-type/dist/index.js +170 -0
  1252. package/node_modules/@modelcontextprotocol/sdk/node_modules/type-is/node_modules/content-type/dist/index.js.map +1 -0
  1253. package/node_modules/@modelcontextprotocol/sdk/node_modules/type-is/node_modules/content-type/package.json +52 -0
  1254. package/node_modules/@modelcontextprotocol/sdk/node_modules/type-is/package.json +51 -0
  1255. package/node_modules/@modelcontextprotocol/sdk/package.json +164 -0
  1256. package/node_modules/@noble/ed25519/LICENSE +21 -0
  1257. package/node_modules/@noble/ed25519/README.md +327 -0
  1258. package/node_modules/@noble/ed25519/index.d.ts +141 -0
  1259. package/node_modules/@noble/ed25519/index.js +590 -0
  1260. package/node_modules/@noble/ed25519/index.ts +630 -0
  1261. package/node_modules/@noble/ed25519/package.json +57 -0
  1262. package/node_modules/@types/http-proxy/LICENSE +21 -0
  1263. package/node_modules/@types/http-proxy/README.md +15 -0
  1264. package/node_modules/@types/http-proxy/index.d.ts +252 -0
  1265. package/node_modules/@types/http-proxy/package.json +48 -0
  1266. package/node_modules/@types/node/LICENSE +21 -0
  1267. package/node_modules/@types/node/README.md +15 -0
  1268. package/node_modules/@types/node/assert/strict.d.ts +59 -0
  1269. package/node_modules/@types/node/assert.d.ts +950 -0
  1270. package/node_modules/@types/node/async_hooks.d.ts +711 -0
  1271. package/node_modules/@types/node/buffer.buffer.d.ts +466 -0
  1272. package/node_modules/@types/node/buffer.d.ts +1765 -0
  1273. package/node_modules/@types/node/child_process.d.ts +1366 -0
  1274. package/node_modules/@types/node/cluster.d.ts +432 -0
  1275. package/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  1276. package/node_modules/@types/node/console.d.ts +93 -0
  1277. package/node_modules/@types/node/constants.d.ts +14 -0
  1278. package/node_modules/@types/node/crypto.d.ts +4058 -0
  1279. package/node_modules/@types/node/dgram.d.ts +537 -0
  1280. package/node_modules/@types/node/diagnostics_channel.d.ts +552 -0
  1281. package/node_modules/@types/node/dns/promises.d.ts +497 -0
  1282. package/node_modules/@types/node/dns.d.ts +876 -0
  1283. package/node_modules/@types/node/domain.d.ts +150 -0
  1284. package/node_modules/@types/node/events.d.ts +1008 -0
  1285. package/node_modules/@types/node/fs/promises.d.ts +1468 -0
  1286. package/node_modules/@types/node/fs.d.ts +4780 -0
  1287. package/node_modules/@types/node/globals.d.ts +150 -0
  1288. package/node_modules/@types/node/globals.typedarray.d.ts +101 -0
  1289. package/node_modules/@types/node/http.d.ts +2147 -0
  1290. package/node_modules/@types/node/http2.d.ts +2485 -0
  1291. package/node_modules/@types/node/https.d.ts +400 -0
  1292. package/node_modules/@types/node/index.d.ts +117 -0
  1293. package/node_modules/@types/node/inspector/promises.d.ts +35 -0
  1294. package/node_modules/@types/node/inspector.d.ts +264 -0
  1295. package/node_modules/@types/node/inspector.generated.d.ts +4406 -0
  1296. package/node_modules/@types/node/module.d.ts +755 -0
  1297. package/node_modules/@types/node/net.d.ts +970 -0
  1298. package/node_modules/@types/node/os.d.ts +498 -0
  1299. package/node_modules/@types/node/package.json +155 -0
  1300. package/node_modules/@types/node/path/posix.d.ts +8 -0
  1301. package/node_modules/@types/node/path/win32.d.ts +8 -0
  1302. package/node_modules/@types/node/path.d.ts +178 -0
  1303. package/node_modules/@types/node/perf_hooks.d.ts +612 -0
  1304. package/node_modules/@types/node/process.d.ts +2204 -0
  1305. package/node_modules/@types/node/punycode.d.ts +89 -0
  1306. package/node_modules/@types/node/querystring.d.ts +139 -0
  1307. package/node_modules/@types/node/quic.d.ts +897 -0
  1308. package/node_modules/@types/node/readline/promises.d.ts +158 -0
  1309. package/node_modules/@types/node/readline.d.ts +507 -0
  1310. package/node_modules/@types/node/repl.d.ts +420 -0
  1311. package/node_modules/@types/node/sea.d.ts +47 -0
  1312. package/node_modules/@types/node/sqlite.d.ts +1068 -0
  1313. package/node_modules/@types/node/stream/consumers.d.ts +114 -0
  1314. package/node_modules/@types/node/stream/iter.d.ts +301 -0
  1315. package/node_modules/@types/node/stream/promises.d.ts +211 -0
  1316. package/node_modules/@types/node/stream/web.d.ts +300 -0
  1317. package/node_modules/@types/node/stream.d.ts +1774 -0
  1318. package/node_modules/@types/node/string_decoder.d.ts +27 -0
  1319. package/node_modules/@types/node/test/reporters.d.ts +59 -0
  1320. package/node_modules/@types/node/test.d.ts +2279 -0
  1321. package/node_modules/@types/node/timers/promises.d.ts +93 -0
  1322. package/node_modules/@types/node/timers.d.ts +149 -0
  1323. package/node_modules/@types/node/tls.d.ts +1193 -0
  1324. package/node_modules/@types/node/trace_events.d.ts +103 -0
  1325. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
  1326. package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  1327. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  1328. package/node_modules/@types/node/ts5.6/index.d.ts +119 -0
  1329. package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  1330. package/node_modules/@types/node/ts5.7/index.d.ts +119 -0
  1331. package/node_modules/@types/node/tty.d.ts +225 -0
  1332. package/node_modules/@types/node/url.d.ts +556 -0
  1333. package/node_modules/@types/node/util/types.d.ts +558 -0
  1334. package/node_modules/@types/node/util.d.ts +1677 -0
  1335. package/node_modules/@types/node/v8.d.ts +980 -0
  1336. package/node_modules/@types/node/vm.d.ts +1136 -0
  1337. package/node_modules/@types/node/wasi.d.ts +131 -0
  1338. package/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
  1339. package/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  1340. package/node_modules/@types/node/web-globals/console.d.ts +9 -0
  1341. package/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  1342. package/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  1343. package/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  1344. package/node_modules/@types/node/web-globals/events.d.ts +106 -0
  1345. package/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
  1346. package/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  1347. package/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  1348. package/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  1349. package/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  1350. package/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  1351. package/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  1352. package/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  1353. package/node_modules/@types/node/web-globals/url.d.ts +24 -0
  1354. package/node_modules/@types/node/worker_threads.d.ts +671 -0
  1355. package/node_modules/@types/node/zlib/iter.d.ts +131 -0
  1356. package/node_modules/@types/node/zlib.d.ts +589 -0
  1357. package/node_modules/accepts/HISTORY.md +243 -0
  1358. package/node_modules/accepts/LICENSE +23 -0
  1359. package/node_modules/accepts/README.md +140 -0
  1360. package/node_modules/accepts/index.js +238 -0
  1361. package/node_modules/accepts/package.json +47 -0
  1362. package/node_modules/ajv/.runkit_example.js +23 -0
  1363. package/node_modules/ajv/LICENSE +22 -0
  1364. package/node_modules/ajv/README.md +207 -0
  1365. package/node_modules/ajv/dist/2019.d.ts +19 -0
  1366. package/node_modules/ajv/dist/2019.js +61 -0
  1367. package/node_modules/ajv/dist/2019.js.map +1 -0
  1368. package/node_modules/ajv/dist/2020.d.ts +19 -0
  1369. package/node_modules/ajv/dist/2020.js +55 -0
  1370. package/node_modules/ajv/dist/2020.js.map +1 -0
  1371. package/node_modules/ajv/dist/ajv.d.ts +18 -0
  1372. package/node_modules/ajv/dist/ajv.js +50 -0
  1373. package/node_modules/ajv/dist/ajv.js.map +1 -0
  1374. package/node_modules/ajv/dist/compile/codegen/code.d.ts +40 -0
  1375. package/node_modules/ajv/dist/compile/codegen/code.js +156 -0
  1376. package/node_modules/ajv/dist/compile/codegen/code.js.map +1 -0
  1377. package/node_modules/ajv/dist/compile/codegen/index.d.ts +79 -0
  1378. package/node_modules/ajv/dist/compile/codegen/index.js +697 -0
  1379. package/node_modules/ajv/dist/compile/codegen/index.js.map +1 -0
  1380. package/node_modules/ajv/dist/compile/codegen/scope.d.ts +79 -0
  1381. package/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
  1382. package/node_modules/ajv/dist/compile/codegen/scope.js.map +1 -0
  1383. package/node_modules/ajv/dist/compile/errors.d.ts +13 -0
  1384. package/node_modules/ajv/dist/compile/errors.js +123 -0
  1385. package/node_modules/ajv/dist/compile/errors.js.map +1 -0
  1386. package/node_modules/ajv/dist/compile/index.d.ts +80 -0
  1387. package/node_modules/ajv/dist/compile/index.js +242 -0
  1388. package/node_modules/ajv/dist/compile/index.js.map +1 -0
  1389. package/node_modules/ajv/dist/compile/jtd/parse.d.ts +4 -0
  1390. package/node_modules/ajv/dist/compile/jtd/parse.js +350 -0
  1391. package/node_modules/ajv/dist/compile/jtd/parse.js.map +1 -0
  1392. package/node_modules/ajv/dist/compile/jtd/serialize.d.ts +4 -0
  1393. package/node_modules/ajv/dist/compile/jtd/serialize.js +236 -0
  1394. package/node_modules/ajv/dist/compile/jtd/serialize.js.map +1 -0
  1395. package/node_modules/ajv/dist/compile/jtd/types.d.ts +6 -0
  1396. package/node_modules/ajv/dist/compile/jtd/types.js +14 -0
  1397. package/node_modules/ajv/dist/compile/jtd/types.js.map +1 -0
  1398. package/node_modules/ajv/dist/compile/names.d.ts +20 -0
  1399. package/node_modules/ajv/dist/compile/names.js +28 -0
  1400. package/node_modules/ajv/dist/compile/names.js.map +1 -0
  1401. package/node_modules/ajv/dist/compile/ref_error.d.ts +6 -0
  1402. package/node_modules/ajv/dist/compile/ref_error.js +12 -0
  1403. package/node_modules/ajv/dist/compile/ref_error.js.map +1 -0
  1404. package/node_modules/ajv/dist/compile/resolve.d.ts +12 -0
  1405. package/node_modules/ajv/dist/compile/resolve.js +155 -0
  1406. package/node_modules/ajv/dist/compile/resolve.js.map +1 -0
  1407. package/node_modules/ajv/dist/compile/rules.d.ts +28 -0
  1408. package/node_modules/ajv/dist/compile/rules.js +26 -0
  1409. package/node_modules/ajv/dist/compile/rules.js.map +1 -0
  1410. package/node_modules/ajv/dist/compile/util.d.ts +40 -0
  1411. package/node_modules/ajv/dist/compile/util.js +178 -0
  1412. package/node_modules/ajv/dist/compile/util.js.map +1 -0
  1413. package/node_modules/ajv/dist/compile/validate/applicability.d.ts +6 -0
  1414. package/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
  1415. package/node_modules/ajv/dist/compile/validate/applicability.js.map +1 -0
  1416. package/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +4 -0
  1417. package/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
  1418. package/node_modules/ajv/dist/compile/validate/boolSchema.js.map +1 -0
  1419. package/node_modules/ajv/dist/compile/validate/dataType.d.ts +17 -0
  1420. package/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
  1421. package/node_modules/ajv/dist/compile/validate/dataType.js.map +1 -0
  1422. package/node_modules/ajv/dist/compile/validate/defaults.d.ts +2 -0
  1423. package/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
  1424. package/node_modules/ajv/dist/compile/validate/defaults.js.map +1 -0
  1425. package/node_modules/ajv/dist/compile/validate/index.d.ts +42 -0
  1426. package/node_modules/ajv/dist/compile/validate/index.js +520 -0
  1427. package/node_modules/ajv/dist/compile/validate/index.js.map +1 -0
  1428. package/node_modules/ajv/dist/compile/validate/keyword.d.ts +8 -0
  1429. package/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
  1430. package/node_modules/ajv/dist/compile/validate/keyword.js.map +1 -0
  1431. package/node_modules/ajv/dist/compile/validate/subschema.d.ts +47 -0
  1432. package/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
  1433. package/node_modules/ajv/dist/compile/validate/subschema.js.map +1 -0
  1434. package/node_modules/ajv/dist/core.d.ts +174 -0
  1435. package/node_modules/ajv/dist/core.js +618 -0
  1436. package/node_modules/ajv/dist/core.js.map +1 -0
  1437. package/node_modules/ajv/dist/jtd.d.ts +47 -0
  1438. package/node_modules/ajv/dist/jtd.js +72 -0
  1439. package/node_modules/ajv/dist/jtd.js.map +1 -0
  1440. package/node_modules/ajv/dist/refs/data.json +13 -0
  1441. package/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +2 -0
  1442. package/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +28 -0
  1443. package/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +1 -0
  1444. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
  1445. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +17 -0
  1446. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +57 -0
  1447. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +14 -0
  1448. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  1449. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
  1450. package/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +39 -0
  1451. package/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +2 -0
  1452. package/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +30 -0
  1453. package/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +1 -0
  1454. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
  1455. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +17 -0
  1456. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +51 -0
  1457. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  1458. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  1459. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  1460. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
  1461. package/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +55 -0
  1462. package/node_modules/ajv/dist/refs/json-schema-draft-06.json +137 -0
  1463. package/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
  1464. package/node_modules/ajv/dist/refs/json-schema-secure.json +88 -0
  1465. package/node_modules/ajv/dist/refs/jtd-schema.d.ts +3 -0
  1466. package/node_modules/ajv/dist/refs/jtd-schema.js +118 -0
  1467. package/node_modules/ajv/dist/refs/jtd-schema.js.map +1 -0
  1468. package/node_modules/ajv/dist/runtime/equal.d.ts +6 -0
  1469. package/node_modules/ajv/dist/runtime/equal.js +7 -0
  1470. package/node_modules/ajv/dist/runtime/equal.js.map +1 -0
  1471. package/node_modules/ajv/dist/runtime/parseJson.d.ts +18 -0
  1472. package/node_modules/ajv/dist/runtime/parseJson.js +185 -0
  1473. package/node_modules/ajv/dist/runtime/parseJson.js.map +1 -0
  1474. package/node_modules/ajv/dist/runtime/quote.d.ts +5 -0
  1475. package/node_modules/ajv/dist/runtime/quote.js +30 -0
  1476. package/node_modules/ajv/dist/runtime/quote.js.map +1 -0
  1477. package/node_modules/ajv/dist/runtime/re2.d.ts +6 -0
  1478. package/node_modules/ajv/dist/runtime/re2.js +6 -0
  1479. package/node_modules/ajv/dist/runtime/re2.js.map +1 -0
  1480. package/node_modules/ajv/dist/runtime/timestamp.d.ts +5 -0
  1481. package/node_modules/ajv/dist/runtime/timestamp.js +42 -0
  1482. package/node_modules/ajv/dist/runtime/timestamp.js.map +1 -0
  1483. package/node_modules/ajv/dist/runtime/ucs2length.d.ts +5 -0
  1484. package/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
  1485. package/node_modules/ajv/dist/runtime/ucs2length.js.map +1 -0
  1486. package/node_modules/ajv/dist/runtime/uri.d.ts +6 -0
  1487. package/node_modules/ajv/dist/runtime/uri.js +6 -0
  1488. package/node_modules/ajv/dist/runtime/uri.js.map +1 -0
  1489. package/node_modules/ajv/dist/runtime/validation_error.d.ts +7 -0
  1490. package/node_modules/ajv/dist/runtime/validation_error.js +11 -0
  1491. package/node_modules/ajv/dist/runtime/validation_error.js.map +1 -0
  1492. package/node_modules/ajv/dist/standalone/index.d.ts +6 -0
  1493. package/node_modules/ajv/dist/standalone/index.js +90 -0
  1494. package/node_modules/ajv/dist/standalone/index.js.map +1 -0
  1495. package/node_modules/ajv/dist/standalone/instance.d.ts +12 -0
  1496. package/node_modules/ajv/dist/standalone/instance.js +35 -0
  1497. package/node_modules/ajv/dist/standalone/instance.js.map +1 -0
  1498. package/node_modules/ajv/dist/types/index.d.ts +183 -0
  1499. package/node_modules/ajv/dist/types/index.js +3 -0
  1500. package/node_modules/ajv/dist/types/index.js.map +1 -0
  1501. package/node_modules/ajv/dist/types/json-schema.d.ts +125 -0
  1502. package/node_modules/ajv/dist/types/json-schema.js +3 -0
  1503. package/node_modules/ajv/dist/types/json-schema.js.map +1 -0
  1504. package/node_modules/ajv/dist/types/jtd-schema.d.ts +174 -0
  1505. package/node_modules/ajv/dist/types/jtd-schema.js +3 -0
  1506. package/node_modules/ajv/dist/types/jtd-schema.js.map +1 -0
  1507. package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +8 -0
  1508. package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
  1509. package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +1 -0
  1510. package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +6 -0
  1511. package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
  1512. package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +1 -0
  1513. package/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +3 -0
  1514. package/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
  1515. package/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +1 -0
  1516. package/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +4 -0
  1517. package/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
  1518. package/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +1 -0
  1519. package/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +7 -0
  1520. package/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
  1521. package/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +1 -0
  1522. package/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +21 -0
  1523. package/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
  1524. package/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +1 -0
  1525. package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +3 -0
  1526. package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +11 -0
  1527. package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +1 -0
  1528. package/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +6 -0
  1529. package/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
  1530. package/node_modules/ajv/dist/vocabularies/applicator/if.js.map +1 -0
  1531. package/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +13 -0
  1532. package/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
  1533. package/node_modules/ajv/dist/vocabularies/applicator/index.js.map +1 -0
  1534. package/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +5 -0
  1535. package/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
  1536. package/node_modules/ajv/dist/vocabularies/applicator/items.js.map +1 -0
  1537. package/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +6 -0
  1538. package/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
  1539. package/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +1 -0
  1540. package/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +4 -0
  1541. package/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
  1542. package/node_modules/ajv/dist/vocabularies/applicator/not.js.map +1 -0
  1543. package/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +6 -0
  1544. package/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
  1545. package/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +1 -0
  1546. package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +3 -0
  1547. package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
  1548. package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +1 -0
  1549. package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +3 -0
  1550. package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
  1551. package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +1 -0
  1552. package/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +3 -0
  1553. package/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
  1554. package/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +1 -0
  1555. package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +6 -0
  1556. package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
  1557. package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +1 -0
  1558. package/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +3 -0
  1559. package/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
  1560. package/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +1 -0
  1561. package/node_modules/ajv/dist/vocabularies/code.d.ts +17 -0
  1562. package/node_modules/ajv/dist/vocabularies/code.js +131 -0
  1563. package/node_modules/ajv/dist/vocabularies/code.js.map +1 -0
  1564. package/node_modules/ajv/dist/vocabularies/core/id.d.ts +3 -0
  1565. package/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
  1566. package/node_modules/ajv/dist/vocabularies/core/id.js.map +1 -0
  1567. package/node_modules/ajv/dist/vocabularies/core/index.d.ts +3 -0
  1568. package/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
  1569. package/node_modules/ajv/dist/vocabularies/core/index.js.map +1 -0
  1570. package/node_modules/ajv/dist/vocabularies/core/ref.d.ts +8 -0
  1571. package/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
  1572. package/node_modules/ajv/dist/vocabularies/core/ref.js.map +1 -0
  1573. package/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +5 -0
  1574. package/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
  1575. package/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +1 -0
  1576. package/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +10 -0
  1577. package/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
  1578. package/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +1 -0
  1579. package/node_modules/ajv/dist/vocabularies/draft2020.d.ts +3 -0
  1580. package/node_modules/ajv/dist/vocabularies/draft2020.js +23 -0
  1581. package/node_modules/ajv/dist/vocabularies/draft2020.js.map +1 -0
  1582. package/node_modules/ajv/dist/vocabularies/draft7.d.ts +3 -0
  1583. package/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
  1584. package/node_modules/ajv/dist/vocabularies/draft7.js.map +1 -0
  1585. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +5 -0
  1586. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +30 -0
  1587. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +1 -0
  1588. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +5 -0
  1589. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +51 -0
  1590. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +1 -0
  1591. package/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +3 -0
  1592. package/node_modules/ajv/dist/vocabularies/dynamic/index.js +9 -0
  1593. package/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +1 -0
  1594. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +3 -0
  1595. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +16 -0
  1596. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +1 -0
  1597. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +3 -0
  1598. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +10 -0
  1599. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +1 -0
  1600. package/node_modules/ajv/dist/vocabularies/errors.d.ts +9 -0
  1601. package/node_modules/ajv/dist/vocabularies/errors.js +3 -0
  1602. package/node_modules/ajv/dist/vocabularies/errors.js.map +1 -0
  1603. package/node_modules/ajv/dist/vocabularies/format/format.d.ts +8 -0
  1604. package/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
  1605. package/node_modules/ajv/dist/vocabularies/format/format.js.map +1 -0
  1606. package/node_modules/ajv/dist/vocabularies/format/index.d.ts +3 -0
  1607. package/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
  1608. package/node_modules/ajv/dist/vocabularies/format/index.js.map +1 -0
  1609. package/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +6 -0
  1610. package/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +71 -0
  1611. package/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +1 -0
  1612. package/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +5 -0
  1613. package/node_modules/ajv/dist/vocabularies/jtd/elements.js +24 -0
  1614. package/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +1 -0
  1615. package/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +6 -0
  1616. package/node_modules/ajv/dist/vocabularies/jtd/enum.js +43 -0
  1617. package/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +1 -0
  1618. package/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +9 -0
  1619. package/node_modules/ajv/dist/vocabularies/jtd/error.js +20 -0
  1620. package/node_modules/ajv/dist/vocabularies/jtd/error.js.map +1 -0
  1621. package/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +10 -0
  1622. package/node_modules/ajv/dist/vocabularies/jtd/index.js +29 -0
  1623. package/node_modules/ajv/dist/vocabularies/jtd/index.js.map +1 -0
  1624. package/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +5 -0
  1625. package/node_modules/ajv/dist/vocabularies/jtd/metadata.js +25 -0
  1626. package/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +1 -0
  1627. package/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +4 -0
  1628. package/node_modules/ajv/dist/vocabularies/jtd/nullable.js +22 -0
  1629. package/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +1 -0
  1630. package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +3 -0
  1631. package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +15 -0
  1632. package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +1 -0
  1633. package/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +22 -0
  1634. package/node_modules/ajv/dist/vocabularies/jtd/properties.js +149 -0
  1635. package/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +1 -0
  1636. package/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +4 -0
  1637. package/node_modules/ajv/dist/vocabularies/jtd/ref.js +67 -0
  1638. package/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +1 -0
  1639. package/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +10 -0
  1640. package/node_modules/ajv/dist/vocabularies/jtd/type.js +69 -0
  1641. package/node_modules/ajv/dist/vocabularies/jtd/type.js.map +1 -0
  1642. package/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +3 -0
  1643. package/node_modules/ajv/dist/vocabularies/jtd/union.js +12 -0
  1644. package/node_modules/ajv/dist/vocabularies/jtd/union.js.map +1 -0
  1645. package/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +5 -0
  1646. package/node_modules/ajv/dist/vocabularies/jtd/values.js +51 -0
  1647. package/node_modules/ajv/dist/vocabularies/jtd/values.js.map +1 -0
  1648. package/node_modules/ajv/dist/vocabularies/metadata.d.ts +3 -0
  1649. package/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
  1650. package/node_modules/ajv/dist/vocabularies/metadata.js.map +1 -0
  1651. package/node_modules/ajv/dist/vocabularies/next.d.ts +3 -0
  1652. package/node_modules/ajv/dist/vocabularies/next.js +8 -0
  1653. package/node_modules/ajv/dist/vocabularies/next.js.map +1 -0
  1654. package/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +3 -0
  1655. package/node_modules/ajv/dist/vocabularies/unevaluated/index.js +7 -0
  1656. package/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +1 -0
  1657. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +6 -0
  1658. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +40 -0
  1659. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +1 -0
  1660. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +6 -0
  1661. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +65 -0
  1662. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +1 -0
  1663. package/node_modules/ajv/dist/vocabularies/validation/const.d.ts +6 -0
  1664. package/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
  1665. package/node_modules/ajv/dist/vocabularies/validation/const.js.map +1 -0
  1666. package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +5 -0
  1667. package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +12 -0
  1668. package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +1 -0
  1669. package/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +8 -0
  1670. package/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
  1671. package/node_modules/ajv/dist/vocabularies/validation/enum.js.map +1 -0
  1672. package/node_modules/ajv/dist/vocabularies/validation/index.d.ts +16 -0
  1673. package/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
  1674. package/node_modules/ajv/dist/vocabularies/validation/index.js.map +1 -0
  1675. package/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +3 -0
  1676. package/node_modules/ajv/dist/vocabularies/validation/limitContains.js +15 -0
  1677. package/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +1 -0
  1678. package/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +3 -0
  1679. package/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
  1680. package/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +1 -0
  1681. package/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +3 -0
  1682. package/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
  1683. package/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +1 -0
  1684. package/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +11 -0
  1685. package/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
  1686. package/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +1 -0
  1687. package/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +3 -0
  1688. package/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
  1689. package/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +1 -0
  1690. package/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +8 -0
  1691. package/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
  1692. package/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +1 -0
  1693. package/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +8 -0
  1694. package/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
  1695. package/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +1 -0
  1696. package/node_modules/ajv/dist/vocabularies/validation/required.d.ts +8 -0
  1697. package/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
  1698. package/node_modules/ajv/dist/vocabularies/validation/required.js.map +1 -0
  1699. package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +9 -0
  1700. package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
  1701. package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +1 -0
  1702. package/node_modules/ajv/lib/2019.ts +81 -0
  1703. package/node_modules/ajv/lib/2020.ts +75 -0
  1704. package/node_modules/ajv/lib/ajv.ts +70 -0
  1705. package/node_modules/ajv/lib/compile/codegen/code.ts +169 -0
  1706. package/node_modules/ajv/lib/compile/codegen/index.ts +852 -0
  1707. package/node_modules/ajv/lib/compile/codegen/scope.ts +215 -0
  1708. package/node_modules/ajv/lib/compile/errors.ts +184 -0
  1709. package/node_modules/ajv/lib/compile/index.ts +324 -0
  1710. package/node_modules/ajv/lib/compile/jtd/parse.ts +411 -0
  1711. package/node_modules/ajv/lib/compile/jtd/serialize.ts +277 -0
  1712. package/node_modules/ajv/lib/compile/jtd/types.ts +16 -0
  1713. package/node_modules/ajv/lib/compile/names.ts +27 -0
  1714. package/node_modules/ajv/lib/compile/ref_error.ts +13 -0
  1715. package/node_modules/ajv/lib/compile/resolve.ts +149 -0
  1716. package/node_modules/ajv/lib/compile/rules.ts +50 -0
  1717. package/node_modules/ajv/lib/compile/util.ts +213 -0
  1718. package/node_modules/ajv/lib/compile/validate/applicability.ts +22 -0
  1719. package/node_modules/ajv/lib/compile/validate/boolSchema.ts +47 -0
  1720. package/node_modules/ajv/lib/compile/validate/dataType.ts +230 -0
  1721. package/node_modules/ajv/lib/compile/validate/defaults.ts +32 -0
  1722. package/node_modules/ajv/lib/compile/validate/index.ts +582 -0
  1723. package/node_modules/ajv/lib/compile/validate/keyword.ts +171 -0
  1724. package/node_modules/ajv/lib/compile/validate/subschema.ts +135 -0
  1725. package/node_modules/ajv/lib/core.ts +892 -0
  1726. package/node_modules/ajv/lib/jtd.ts +132 -0
  1727. package/node_modules/ajv/lib/refs/data.json +13 -0
  1728. package/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +28 -0
  1729. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
  1730. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +17 -0
  1731. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +57 -0
  1732. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +14 -0
  1733. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  1734. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
  1735. package/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +39 -0
  1736. package/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +30 -0
  1737. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
  1738. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +17 -0
  1739. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +51 -0
  1740. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  1741. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  1742. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  1743. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
  1744. package/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +55 -0
  1745. package/node_modules/ajv/lib/refs/json-schema-draft-06.json +137 -0
  1746. package/node_modules/ajv/lib/refs/json-schema-draft-07.json +151 -0
  1747. package/node_modules/ajv/lib/refs/json-schema-secure.json +88 -0
  1748. package/node_modules/ajv/lib/refs/jtd-schema.ts +130 -0
  1749. package/node_modules/ajv/lib/runtime/equal.ts +7 -0
  1750. package/node_modules/ajv/lib/runtime/parseJson.ts +177 -0
  1751. package/node_modules/ajv/lib/runtime/quote.ts +31 -0
  1752. package/node_modules/ajv/lib/runtime/re2.ts +6 -0
  1753. package/node_modules/ajv/lib/runtime/timestamp.ts +46 -0
  1754. package/node_modules/ajv/lib/runtime/ucs2length.ts +20 -0
  1755. package/node_modules/ajv/lib/runtime/uri.ts +6 -0
  1756. package/node_modules/ajv/lib/runtime/validation_error.ts +13 -0
  1757. package/node_modules/ajv/lib/standalone/index.ts +100 -0
  1758. package/node_modules/ajv/lib/standalone/instance.ts +36 -0
  1759. package/node_modules/ajv/lib/types/index.ts +244 -0
  1760. package/node_modules/ajv/lib/types/json-schema.ts +187 -0
  1761. package/node_modules/ajv/lib/types/jtd-schema.ts +273 -0
  1762. package/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +56 -0
  1763. package/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +118 -0
  1764. package/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +22 -0
  1765. package/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +14 -0
  1766. package/node_modules/ajv/lib/vocabularies/applicator/contains.ts +109 -0
  1767. package/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +112 -0
  1768. package/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +11 -0
  1769. package/node_modules/ajv/lib/vocabularies/applicator/if.ts +80 -0
  1770. package/node_modules/ajv/lib/vocabularies/applicator/index.ts +53 -0
  1771. package/node_modules/ajv/lib/vocabularies/applicator/items.ts +59 -0
  1772. package/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +36 -0
  1773. package/node_modules/ajv/lib/vocabularies/applicator/not.ts +38 -0
  1774. package/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +82 -0
  1775. package/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +91 -0
  1776. package/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +12 -0
  1777. package/node_modules/ajv/lib/vocabularies/applicator/properties.ts +57 -0
  1778. package/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +50 -0
  1779. package/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +13 -0
  1780. package/node_modules/ajv/lib/vocabularies/code.ts +168 -0
  1781. package/node_modules/ajv/lib/vocabularies/core/id.ts +10 -0
  1782. package/node_modules/ajv/lib/vocabularies/core/index.ts +16 -0
  1783. package/node_modules/ajv/lib/vocabularies/core/ref.ts +129 -0
  1784. package/node_modules/ajv/lib/vocabularies/discriminator/index.ts +113 -0
  1785. package/node_modules/ajv/lib/vocabularies/discriminator/types.ts +12 -0
  1786. package/node_modules/ajv/lib/vocabularies/draft2020.ts +23 -0
  1787. package/node_modules/ajv/lib/vocabularies/draft7.ts +17 -0
  1788. package/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +31 -0
  1789. package/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +51 -0
  1790. package/node_modules/ajv/lib/vocabularies/dynamic/index.ts +9 -0
  1791. package/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +14 -0
  1792. package/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +10 -0
  1793. package/node_modules/ajv/lib/vocabularies/errors.ts +18 -0
  1794. package/node_modules/ajv/lib/vocabularies/format/format.ts +120 -0
  1795. package/node_modules/ajv/lib/vocabularies/format/index.ts +6 -0
  1796. package/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +89 -0
  1797. package/node_modules/ajv/lib/vocabularies/jtd/elements.ts +32 -0
  1798. package/node_modules/ajv/lib/vocabularies/jtd/enum.ts +45 -0
  1799. package/node_modules/ajv/lib/vocabularies/jtd/error.ts +23 -0
  1800. package/node_modules/ajv/lib/vocabularies/jtd/index.ts +37 -0
  1801. package/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +24 -0
  1802. package/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +21 -0
  1803. package/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +15 -0
  1804. package/node_modules/ajv/lib/vocabularies/jtd/properties.ts +184 -0
  1805. package/node_modules/ajv/lib/vocabularies/jtd/ref.ts +76 -0
  1806. package/node_modules/ajv/lib/vocabularies/jtd/type.ts +75 -0
  1807. package/node_modules/ajv/lib/vocabularies/jtd/union.ts +12 -0
  1808. package/node_modules/ajv/lib/vocabularies/jtd/values.ts +58 -0
  1809. package/node_modules/ajv/lib/vocabularies/metadata.ts +17 -0
  1810. package/node_modules/ajv/lib/vocabularies/next.ts +8 -0
  1811. package/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +7 -0
  1812. package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +47 -0
  1813. package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +85 -0
  1814. package/node_modules/ajv/lib/vocabularies/validation/const.ts +28 -0
  1815. package/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +23 -0
  1816. package/node_modules/ajv/lib/vocabularies/validation/enum.ts +54 -0
  1817. package/node_modules/ajv/lib/vocabularies/validation/index.ts +49 -0
  1818. package/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +16 -0
  1819. package/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +26 -0
  1820. package/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +30 -0
  1821. package/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +42 -0
  1822. package/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +26 -0
  1823. package/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +34 -0
  1824. package/node_modules/ajv/lib/vocabularies/validation/pattern.ts +39 -0
  1825. package/node_modules/ajv/lib/vocabularies/validation/required.ts +98 -0
  1826. package/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +79 -0
  1827. package/node_modules/ajv/package.json +126 -0
  1828. package/node_modules/ajv-formats/LICENSE +21 -0
  1829. package/node_modules/ajv-formats/README.md +125 -0
  1830. package/node_modules/ajv-formats/dist/formats.d.ts +9 -0
  1831. package/node_modules/ajv-formats/dist/formats.js +208 -0
  1832. package/node_modules/ajv-formats/dist/formats.js.map +1 -0
  1833. package/node_modules/ajv-formats/dist/index.d.ts +15 -0
  1834. package/node_modules/ajv-formats/dist/index.js +37 -0
  1835. package/node_modules/ajv-formats/dist/index.js.map +1 -0
  1836. package/node_modules/ajv-formats/dist/limit.d.ts +10 -0
  1837. package/node_modules/ajv-formats/dist/limit.js +69 -0
  1838. package/node_modules/ajv-formats/dist/limit.js.map +1 -0
  1839. package/node_modules/ajv-formats/package.json +74 -0
  1840. package/node_modules/ajv-formats/src/formats.ts +269 -0
  1841. package/node_modules/ajv-formats/src/index.ts +62 -0
  1842. package/node_modules/ajv-formats/src/limit.ts +99 -0
  1843. package/node_modules/array-flatten/LICENSE +21 -0
  1844. package/node_modules/array-flatten/README.md +43 -0
  1845. package/node_modules/array-flatten/array-flatten.js +64 -0
  1846. package/node_modules/array-flatten/package.json +39 -0
  1847. package/node_modules/body-parser/HISTORY.md +686 -0
  1848. package/node_modules/body-parser/LICENSE +23 -0
  1849. package/node_modules/body-parser/README.md +476 -0
  1850. package/node_modules/body-parser/index.js +156 -0
  1851. package/node_modules/body-parser/lib/read.js +205 -0
  1852. package/node_modules/body-parser/lib/types/json.js +243 -0
  1853. package/node_modules/body-parser/lib/types/raw.js +101 -0
  1854. package/node_modules/body-parser/lib/types/text.js +121 -0
  1855. package/node_modules/body-parser/lib/types/urlencoded.js +299 -0
  1856. package/node_modules/body-parser/node_modules/raw-body/LICENSE +22 -0
  1857. package/node_modules/body-parser/node_modules/raw-body/README.md +223 -0
  1858. package/node_modules/body-parser/node_modules/raw-body/index.d.ts +87 -0
  1859. package/node_modules/body-parser/node_modules/raw-body/index.js +336 -0
  1860. package/node_modules/body-parser/node_modules/raw-body/package.json +47 -0
  1861. package/node_modules/body-parser/package.json +55 -0
  1862. package/node_modules/braces/LICENSE +21 -0
  1863. package/node_modules/braces/README.md +586 -0
  1864. package/node_modules/braces/index.js +170 -0
  1865. package/node_modules/braces/lib/compile.js +60 -0
  1866. package/node_modules/braces/lib/constants.js +57 -0
  1867. package/node_modules/braces/lib/expand.js +113 -0
  1868. package/node_modules/braces/lib/parse.js +331 -0
  1869. package/node_modules/braces/lib/stringify.js +32 -0
  1870. package/node_modules/braces/lib/utils.js +122 -0
  1871. package/node_modules/braces/package.json +77 -0
  1872. package/node_modules/bytes/History.md +97 -0
  1873. package/node_modules/bytes/LICENSE +23 -0
  1874. package/node_modules/bytes/Readme.md +152 -0
  1875. package/node_modules/bytes/index.js +170 -0
  1876. package/node_modules/bytes/package.json +42 -0
  1877. package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  1878. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  1879. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  1880. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  1881. package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  1882. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  1883. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  1884. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  1885. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  1886. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  1887. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  1888. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  1889. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  1890. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  1891. package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  1892. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  1893. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  1894. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  1895. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  1896. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  1897. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  1898. package/node_modules/call-bound/.eslintrc +13 -0
  1899. package/node_modules/call-bound/.github/FUNDING.yml +12 -0
  1900. package/node_modules/call-bound/.nycrc +9 -0
  1901. package/node_modules/call-bound/CHANGELOG.md +42 -0
  1902. package/node_modules/call-bound/LICENSE +21 -0
  1903. package/node_modules/call-bound/README.md +53 -0
  1904. package/node_modules/call-bound/index.d.ts +94 -0
  1905. package/node_modules/call-bound/index.js +19 -0
  1906. package/node_modules/call-bound/package.json +99 -0
  1907. package/node_modules/call-bound/test/index.js +61 -0
  1908. package/node_modules/call-bound/tsconfig.json +10 -0
  1909. package/node_modules/content-disposition/HISTORY.md +60 -0
  1910. package/node_modules/content-disposition/LICENSE +22 -0
  1911. package/node_modules/content-disposition/README.md +142 -0
  1912. package/node_modules/content-disposition/index.js +458 -0
  1913. package/node_modules/content-disposition/package.json +44 -0
  1914. package/node_modules/content-type/HISTORY.md +29 -0
  1915. package/node_modules/content-type/LICENSE +22 -0
  1916. package/node_modules/content-type/README.md +94 -0
  1917. package/node_modules/content-type/index.js +225 -0
  1918. package/node_modules/content-type/package.json +42 -0
  1919. package/node_modules/cookie/LICENSE +24 -0
  1920. package/node_modules/cookie/README.md +317 -0
  1921. package/node_modules/cookie/SECURITY.md +25 -0
  1922. package/node_modules/cookie/index.js +335 -0
  1923. package/node_modules/cookie/package.json +44 -0
  1924. package/node_modules/cookie-signature/History.md +42 -0
  1925. package/node_modules/cookie-signature/Readme.md +42 -0
  1926. package/node_modules/cookie-signature/index.js +51 -0
  1927. package/node_modules/cookie-signature/package.json +18 -0
  1928. package/node_modules/cors/LICENSE +22 -0
  1929. package/node_modules/cors/README.md +277 -0
  1930. package/node_modules/cors/lib/index.js +238 -0
  1931. package/node_modules/cors/package.json +42 -0
  1932. package/node_modules/cross-spawn/LICENSE +21 -0
  1933. package/node_modules/cross-spawn/README.md +89 -0
  1934. package/node_modules/cross-spawn/index.js +39 -0
  1935. package/node_modules/cross-spawn/lib/enoent.js +59 -0
  1936. package/node_modules/cross-spawn/lib/parse.js +91 -0
  1937. package/node_modules/cross-spawn/lib/util/escape.js +47 -0
  1938. package/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
  1939. package/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
  1940. package/node_modules/cross-spawn/package.json +73 -0
  1941. package/node_modules/debug/.coveralls.yml +1 -0
  1942. package/node_modules/debug/.eslintrc +11 -0
  1943. package/node_modules/debug/.npmignore +9 -0
  1944. package/node_modules/debug/.travis.yml +14 -0
  1945. package/node_modules/debug/CHANGELOG.md +362 -0
  1946. package/node_modules/debug/LICENSE +19 -0
  1947. package/node_modules/debug/Makefile +50 -0
  1948. package/node_modules/debug/README.md +312 -0
  1949. package/node_modules/debug/component.json +19 -0
  1950. package/node_modules/debug/karma.conf.js +70 -0
  1951. package/node_modules/debug/node.js +1 -0
  1952. package/node_modules/debug/package.json +49 -0
  1953. package/node_modules/debug/src/browser.js +185 -0
  1954. package/node_modules/debug/src/debug.js +202 -0
  1955. package/node_modules/debug/src/index.js +10 -0
  1956. package/node_modules/debug/src/inspector-log.js +15 -0
  1957. package/node_modules/debug/src/node.js +248 -0
  1958. package/node_modules/depd/History.md +103 -0
  1959. package/node_modules/depd/LICENSE +22 -0
  1960. package/node_modules/depd/Readme.md +280 -0
  1961. package/node_modules/depd/index.js +538 -0
  1962. package/node_modules/depd/lib/browser/index.js +77 -0
  1963. package/node_modules/depd/package.json +45 -0
  1964. package/node_modules/destroy/LICENSE +23 -0
  1965. package/node_modules/destroy/README.md +63 -0
  1966. package/node_modules/destroy/index.js +209 -0
  1967. package/node_modules/destroy/package.json +48 -0
  1968. package/node_modules/dunder-proto/.eslintrc +5 -0
  1969. package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  1970. package/node_modules/dunder-proto/.nycrc +13 -0
  1971. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  1972. package/node_modules/dunder-proto/LICENSE +21 -0
  1973. package/node_modules/dunder-proto/README.md +54 -0
  1974. package/node_modules/dunder-proto/get.d.ts +5 -0
  1975. package/node_modules/dunder-proto/get.js +30 -0
  1976. package/node_modules/dunder-proto/package.json +76 -0
  1977. package/node_modules/dunder-proto/set.d.ts +5 -0
  1978. package/node_modules/dunder-proto/set.js +35 -0
  1979. package/node_modules/dunder-proto/test/get.js +34 -0
  1980. package/node_modules/dunder-proto/test/index.js +4 -0
  1981. package/node_modules/dunder-proto/test/set.js +50 -0
  1982. package/node_modules/dunder-proto/tsconfig.json +9 -0
  1983. package/node_modules/ee-first/LICENSE +22 -0
  1984. package/node_modules/ee-first/README.md +80 -0
  1985. package/node_modules/ee-first/index.js +95 -0
  1986. package/node_modules/ee-first/package.json +29 -0
  1987. package/node_modules/encodeurl/LICENSE +22 -0
  1988. package/node_modules/encodeurl/README.md +109 -0
  1989. package/node_modules/encodeurl/index.js +60 -0
  1990. package/node_modules/encodeurl/package.json +40 -0
  1991. package/node_modules/es-define-property/.eslintrc +13 -0
  1992. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  1993. package/node_modules/es-define-property/.nycrc +9 -0
  1994. package/node_modules/es-define-property/CHANGELOG.md +29 -0
  1995. package/node_modules/es-define-property/LICENSE +21 -0
  1996. package/node_modules/es-define-property/README.md +49 -0
  1997. package/node_modules/es-define-property/index.d.ts +3 -0
  1998. package/node_modules/es-define-property/index.js +14 -0
  1999. package/node_modules/es-define-property/package.json +81 -0
  2000. package/node_modules/es-define-property/test/index.js +56 -0
  2001. package/node_modules/es-define-property/tsconfig.json +10 -0
  2002. package/node_modules/es-errors/.eslintrc +5 -0
  2003. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  2004. package/node_modules/es-errors/CHANGELOG.md +40 -0
  2005. package/node_modules/es-errors/LICENSE +21 -0
  2006. package/node_modules/es-errors/README.md +55 -0
  2007. package/node_modules/es-errors/eval.d.ts +3 -0
  2008. package/node_modules/es-errors/eval.js +4 -0
  2009. package/node_modules/es-errors/index.d.ts +3 -0
  2010. package/node_modules/es-errors/index.js +4 -0
  2011. package/node_modules/es-errors/package.json +80 -0
  2012. package/node_modules/es-errors/range.d.ts +3 -0
  2013. package/node_modules/es-errors/range.js +4 -0
  2014. package/node_modules/es-errors/ref.d.ts +3 -0
  2015. package/node_modules/es-errors/ref.js +4 -0
  2016. package/node_modules/es-errors/syntax.d.ts +3 -0
  2017. package/node_modules/es-errors/syntax.js +4 -0
  2018. package/node_modules/es-errors/test/index.js +19 -0
  2019. package/node_modules/es-errors/tsconfig.json +49 -0
  2020. package/node_modules/es-errors/type.d.ts +3 -0
  2021. package/node_modules/es-errors/type.js +4 -0
  2022. package/node_modules/es-errors/uri.d.ts +3 -0
  2023. package/node_modules/es-errors/uri.js +4 -0
  2024. package/node_modules/es-object-atoms/.eslintrc +16 -0
  2025. package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  2026. package/node_modules/es-object-atoms/CHANGELOG.md +44 -0
  2027. package/node_modules/es-object-atoms/LICENSE +21 -0
  2028. package/node_modules/es-object-atoms/README.md +63 -0
  2029. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  2030. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  2031. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  2032. package/node_modules/es-object-atoms/ToObject.js +10 -0
  2033. package/node_modules/es-object-atoms/index.d.ts +3 -0
  2034. package/node_modules/es-object-atoms/index.js +4 -0
  2035. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  2036. package/node_modules/es-object-atoms/isObject.js +6 -0
  2037. package/node_modules/es-object-atoms/package.json +79 -0
  2038. package/node_modules/es-object-atoms/test/index.js +38 -0
  2039. package/node_modules/es-object-atoms/tsconfig.json +7 -0
  2040. package/node_modules/escape-html/LICENSE +24 -0
  2041. package/node_modules/escape-html/Readme.md +43 -0
  2042. package/node_modules/escape-html/index.js +78 -0
  2043. package/node_modules/escape-html/package.json +24 -0
  2044. package/node_modules/etag/HISTORY.md +83 -0
  2045. package/node_modules/etag/LICENSE +22 -0
  2046. package/node_modules/etag/README.md +159 -0
  2047. package/node_modules/etag/index.js +131 -0
  2048. package/node_modules/etag/package.json +47 -0
  2049. package/node_modules/eventemitter3/LICENSE +21 -0
  2050. package/node_modules/eventemitter3/README.md +94 -0
  2051. package/node_modules/eventemitter3/index.d.ts +134 -0
  2052. package/node_modules/eventemitter3/index.js +336 -0
  2053. package/node_modules/eventemitter3/package.json +56 -0
  2054. package/node_modules/eventemitter3/umd/eventemitter3.js +340 -0
  2055. package/node_modules/eventemitter3/umd/eventemitter3.min.js +1 -0
  2056. package/node_modules/eventemitter3/umd/eventemitter3.min.js.map +1 -0
  2057. package/node_modules/eventsource/LICENSE +22 -0
  2058. package/node_modules/eventsource/README.md +167 -0
  2059. package/node_modules/eventsource/dist/index.cjs +273 -0
  2060. package/node_modules/eventsource/dist/index.cjs.map +1 -0
  2061. package/node_modules/eventsource/dist/index.d.cts +332 -0
  2062. package/node_modules/eventsource/dist/index.d.ts +332 -0
  2063. package/node_modules/eventsource/dist/index.js +273 -0
  2064. package/node_modules/eventsource/dist/index.js.map +1 -0
  2065. package/node_modules/eventsource/package.json +130 -0
  2066. package/node_modules/eventsource/src/EventSource.ts +596 -0
  2067. package/node_modules/eventsource/src/errors.ts +141 -0
  2068. package/node_modules/eventsource/src/index.ts +3 -0
  2069. package/node_modules/eventsource/src/types.ts +152 -0
  2070. package/node_modules/eventsource-parser/LICENSE +21 -0
  2071. package/node_modules/eventsource-parser/README.md +126 -0
  2072. package/node_modules/eventsource-parser/dist/index.cjs +166 -0
  2073. package/node_modules/eventsource-parser/dist/index.cjs.map +1 -0
  2074. package/node_modules/eventsource-parser/dist/index.d.cts +146 -0
  2075. package/node_modules/eventsource-parser/dist/index.d.ts +146 -0
  2076. package/node_modules/eventsource-parser/dist/index.js +166 -0
  2077. package/node_modules/eventsource-parser/dist/index.js.map +1 -0
  2078. package/node_modules/eventsource-parser/dist/stream.cjs +28 -0
  2079. package/node_modules/eventsource-parser/dist/stream.cjs.map +1 -0
  2080. package/node_modules/eventsource-parser/dist/stream.d.cts +121 -0
  2081. package/node_modules/eventsource-parser/dist/stream.d.ts +121 -0
  2082. package/node_modules/eventsource-parser/dist/stream.js +29 -0
  2083. package/node_modules/eventsource-parser/dist/stream.js.map +1 -0
  2084. package/node_modules/eventsource-parser/package.json +92 -0
  2085. package/node_modules/eventsource-parser/src/errors.ts +44 -0
  2086. package/node_modules/eventsource-parser/src/index.ts +3 -0
  2087. package/node_modules/eventsource-parser/src/parse.ts +395 -0
  2088. package/node_modules/eventsource-parser/src/stream.ts +88 -0
  2089. package/node_modules/eventsource-parser/src/types.ts +97 -0
  2090. package/node_modules/eventsource-parser/stream.js +2 -0
  2091. package/node_modules/express/History.md +3676 -0
  2092. package/node_modules/express/LICENSE +24 -0
  2093. package/node_modules/express/Readme.md +260 -0
  2094. package/node_modules/express/index.js +11 -0
  2095. package/node_modules/express/lib/application.js +661 -0
  2096. package/node_modules/express/lib/express.js +116 -0
  2097. package/node_modules/express/lib/middleware/init.js +43 -0
  2098. package/node_modules/express/lib/middleware/query.js +47 -0
  2099. package/node_modules/express/lib/request.js +525 -0
  2100. package/node_modules/express/lib/response.js +1179 -0
  2101. package/node_modules/express/lib/router/index.js +673 -0
  2102. package/node_modules/express/lib/router/layer.js +181 -0
  2103. package/node_modules/express/lib/router/route.js +230 -0
  2104. package/node_modules/express/lib/utils.js +304 -0
  2105. package/node_modules/express/lib/view.js +182 -0
  2106. package/node_modules/express/package.json +102 -0
  2107. package/node_modules/express-rate-limit/dist/index.cjs +1016 -0
  2108. package/node_modules/express-rate-limit/dist/index.d.cts +672 -0
  2109. package/node_modules/express-rate-limit/dist/index.d.mts +672 -0
  2110. package/node_modules/express-rate-limit/dist/index.d.ts +672 -0
  2111. package/node_modules/express-rate-limit/dist/index.mjs +986 -0
  2112. package/node_modules/express-rate-limit/license.md +20 -0
  2113. package/node_modules/express-rate-limit/package.json +113 -0
  2114. package/node_modules/express-rate-limit/readme.md +139 -0
  2115. package/node_modules/express-rate-limit/tsconfig.json +8 -0
  2116. package/node_modules/fast-deep-equal/LICENSE +21 -0
  2117. package/node_modules/fast-deep-equal/README.md +96 -0
  2118. package/node_modules/fast-deep-equal/es6/index.d.ts +2 -0
  2119. package/node_modules/fast-deep-equal/es6/index.js +72 -0
  2120. package/node_modules/fast-deep-equal/es6/react.d.ts +2 -0
  2121. package/node_modules/fast-deep-equal/es6/react.js +79 -0
  2122. package/node_modules/fast-deep-equal/index.d.ts +4 -0
  2123. package/node_modules/fast-deep-equal/index.js +46 -0
  2124. package/node_modules/fast-deep-equal/package.json +61 -0
  2125. package/node_modules/fast-deep-equal/react.d.ts +2 -0
  2126. package/node_modules/fast-deep-equal/react.js +53 -0
  2127. package/node_modules/fast-uri/.gitattributes +2 -0
  2128. package/node_modules/fast-uri/.github/dependabot.yml +13 -0
  2129. package/node_modules/fast-uri/.github/workflows/ci.yml +106 -0
  2130. package/node_modules/fast-uri/.github/workflows/lock-threads.yml +19 -0
  2131. package/node_modules/fast-uri/.github/workflows/package-manager-ci.yml +24 -0
  2132. package/node_modules/fast-uri/LICENSE +30 -0
  2133. package/node_modules/fast-uri/README.md +152 -0
  2134. package/node_modules/fast-uri/benchmark/benchmark.mjs +159 -0
  2135. package/node_modules/fast-uri/benchmark/equal.mjs +51 -0
  2136. package/node_modules/fast-uri/benchmark/non-simple-domain.mjs +22 -0
  2137. package/node_modules/fast-uri/benchmark/package.json +17 -0
  2138. package/node_modules/fast-uri/benchmark/string-array-to-hex-stripped.mjs +24 -0
  2139. package/node_modules/fast-uri/benchmark/ws-is-secure.mjs +65 -0
  2140. package/node_modules/fast-uri/eslint.config.js +6 -0
  2141. package/node_modules/fast-uri/index.js +406 -0
  2142. package/node_modules/fast-uri/lib/schemes.js +267 -0
  2143. package/node_modules/fast-uri/lib/utils.js +443 -0
  2144. package/node_modules/fast-uri/package.json +68 -0
  2145. package/node_modules/fast-uri/test/ajv.test.js +43 -0
  2146. package/node_modules/fast-uri/test/equal.test.js +117 -0
  2147. package/node_modules/fast-uri/test/fixtures/uri-js-parse.json +501 -0
  2148. package/node_modules/fast-uri/test/fixtures/uri-js-serialize.json +120 -0
  2149. package/node_modules/fast-uri/test/parse.test.js +323 -0
  2150. package/node_modules/fast-uri/test/resolve.test.js +87 -0
  2151. package/node_modules/fast-uri/test/rfc-3986.test.js +90 -0
  2152. package/node_modules/fast-uri/test/security-normalization.test.js +39 -0
  2153. package/node_modules/fast-uri/test/security.test.js +133 -0
  2154. package/node_modules/fast-uri/test/serialize.test.js +151 -0
  2155. package/node_modules/fast-uri/test/uri-js-compatibility.test.js +33 -0
  2156. package/node_modules/fast-uri/test/uri-js.test.js +912 -0
  2157. package/node_modules/fast-uri/test/util.test.js +38 -0
  2158. package/node_modules/fast-uri/tsconfig.json +9 -0
  2159. package/node_modules/fast-uri/types/index.d.ts +60 -0
  2160. package/node_modules/fast-uri/types/index.test-d.ts +17 -0
  2161. package/node_modules/fill-range/LICENSE +21 -0
  2162. package/node_modules/fill-range/README.md +237 -0
  2163. package/node_modules/fill-range/index.js +248 -0
  2164. package/node_modules/fill-range/package.json +74 -0
  2165. package/node_modules/finalhandler/HISTORY.md +216 -0
  2166. package/node_modules/finalhandler/LICENSE +22 -0
  2167. package/node_modules/finalhandler/README.md +147 -0
  2168. package/node_modules/finalhandler/SECURITY.md +25 -0
  2169. package/node_modules/finalhandler/index.js +341 -0
  2170. package/node_modules/finalhandler/package.json +47 -0
  2171. package/node_modules/follow-redirects/LICENSE +18 -0
  2172. package/node_modules/follow-redirects/README.md +157 -0
  2173. package/node_modules/follow-redirects/debug.js +15 -0
  2174. package/node_modules/follow-redirects/http.js +1 -0
  2175. package/node_modules/follow-redirects/https.js +1 -0
  2176. package/node_modules/follow-redirects/index.js +709 -0
  2177. package/node_modules/follow-redirects/package.json +58 -0
  2178. package/node_modules/forwarded/HISTORY.md +21 -0
  2179. package/node_modules/forwarded/LICENSE +22 -0
  2180. package/node_modules/forwarded/README.md +57 -0
  2181. package/node_modules/forwarded/index.js +90 -0
  2182. package/node_modules/forwarded/package.json +45 -0
  2183. package/node_modules/fresh/HISTORY.md +70 -0
  2184. package/node_modules/fresh/LICENSE +23 -0
  2185. package/node_modules/fresh/README.md +119 -0
  2186. package/node_modules/fresh/index.js +137 -0
  2187. package/node_modules/fresh/package.json +46 -0
  2188. package/node_modules/function-bind/.eslintrc +21 -0
  2189. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  2190. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  2191. package/node_modules/function-bind/.nycrc +13 -0
  2192. package/node_modules/function-bind/CHANGELOG.md +136 -0
  2193. package/node_modules/function-bind/LICENSE +20 -0
  2194. package/node_modules/function-bind/README.md +46 -0
  2195. package/node_modules/function-bind/implementation.js +84 -0
  2196. package/node_modules/function-bind/index.js +5 -0
  2197. package/node_modules/function-bind/package.json +87 -0
  2198. package/node_modules/function-bind/test/.eslintrc +9 -0
  2199. package/node_modules/function-bind/test/index.js +252 -0
  2200. package/node_modules/get-intrinsic/.eslintrc +42 -0
  2201. package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  2202. package/node_modules/get-intrinsic/.nycrc +9 -0
  2203. package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  2204. package/node_modules/get-intrinsic/LICENSE +21 -0
  2205. package/node_modules/get-intrinsic/README.md +71 -0
  2206. package/node_modules/get-intrinsic/index.js +378 -0
  2207. package/node_modules/get-intrinsic/package.json +97 -0
  2208. package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  2209. package/node_modules/get-proto/.eslintrc +10 -0
  2210. package/node_modules/get-proto/.github/FUNDING.yml +12 -0
  2211. package/node_modules/get-proto/.nycrc +9 -0
  2212. package/node_modules/get-proto/CHANGELOG.md +21 -0
  2213. package/node_modules/get-proto/LICENSE +21 -0
  2214. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  2215. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  2216. package/node_modules/get-proto/README.md +50 -0
  2217. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  2218. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  2219. package/node_modules/get-proto/index.d.ts +5 -0
  2220. package/node_modules/get-proto/index.js +27 -0
  2221. package/node_modules/get-proto/package.json +81 -0
  2222. package/node_modules/get-proto/test/index.js +68 -0
  2223. package/node_modules/get-proto/tsconfig.json +9 -0
  2224. package/node_modules/gopd/.eslintrc +16 -0
  2225. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  2226. package/node_modules/gopd/CHANGELOG.md +45 -0
  2227. package/node_modules/gopd/LICENSE +21 -0
  2228. package/node_modules/gopd/README.md +40 -0
  2229. package/node_modules/gopd/gOPD.d.ts +1 -0
  2230. package/node_modules/gopd/gOPD.js +4 -0
  2231. package/node_modules/gopd/index.d.ts +5 -0
  2232. package/node_modules/gopd/index.js +15 -0
  2233. package/node_modules/gopd/package.json +77 -0
  2234. package/node_modules/gopd/test/index.js +36 -0
  2235. package/node_modules/gopd/tsconfig.json +9 -0
  2236. package/node_modules/has-symbols/.eslintrc +11 -0
  2237. package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  2238. package/node_modules/has-symbols/.nycrc +9 -0
  2239. package/node_modules/has-symbols/CHANGELOG.md +91 -0
  2240. package/node_modules/has-symbols/LICENSE +21 -0
  2241. package/node_modules/has-symbols/README.md +46 -0
  2242. package/node_modules/has-symbols/index.d.ts +3 -0
  2243. package/node_modules/has-symbols/index.js +14 -0
  2244. package/node_modules/has-symbols/package.json +111 -0
  2245. package/node_modules/has-symbols/shams.d.ts +3 -0
  2246. package/node_modules/has-symbols/shams.js +45 -0
  2247. package/node_modules/has-symbols/test/index.js +22 -0
  2248. package/node_modules/has-symbols/test/shams/core-js.js +29 -0
  2249. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  2250. package/node_modules/has-symbols/test/tests.js +58 -0
  2251. package/node_modules/has-symbols/tsconfig.json +10 -0
  2252. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  2253. package/node_modules/hasown/.nycrc +13 -0
  2254. package/node_modules/hasown/CHANGELOG.md +51 -0
  2255. package/node_modules/hasown/LICENSE +21 -0
  2256. package/node_modules/hasown/README.md +40 -0
  2257. package/node_modules/hasown/eslint.config.mjs +6 -0
  2258. package/node_modules/hasown/index.d.ts +4 -0
  2259. package/node_modules/hasown/index.js +8 -0
  2260. package/node_modules/hasown/package.json +92 -0
  2261. package/node_modules/hasown/tsconfig.json +6 -0
  2262. package/node_modules/hono/LICENSE +21 -0
  2263. package/node_modules/hono/README.md +85 -0
  2264. package/node_modules/hono/dist/adapter/aws-lambda/conninfo.js +24 -0
  2265. package/node_modules/hono/dist/adapter/aws-lambda/handler.js +373 -0
  2266. package/node_modules/hono/dist/adapter/aws-lambda/index.js +9 -0
  2267. package/node_modules/hono/dist/adapter/aws-lambda/types.js +0 -0
  2268. package/node_modules/hono/dist/adapter/bun/conninfo.js +27 -0
  2269. package/node_modules/hono/dist/adapter/bun/index.js +16 -0
  2270. package/node_modules/hono/dist/adapter/bun/serve-static.js +30 -0
  2271. package/node_modules/hono/dist/adapter/bun/server.js +5 -0
  2272. package/node_modules/hono/dist/adapter/bun/ssg.js +17 -0
  2273. package/node_modules/hono/dist/adapter/bun/websocket.js +71 -0
  2274. package/node_modules/hono/dist/adapter/cloudflare-pages/conninfo.js +9 -0
  2275. package/node_modules/hono/dist/adapter/cloudflare-pages/handler.js +67 -0
  2276. package/node_modules/hono/dist/adapter/cloudflare-pages/index.js +9 -0
  2277. package/node_modules/hono/dist/adapter/cloudflare-workers/conninfo.js +9 -0
  2278. package/node_modules/hono/dist/adapter/cloudflare-workers/index.js +9 -0
  2279. package/node_modules/hono/dist/adapter/cloudflare-workers/serve-static-module.js +8 -0
  2280. package/node_modules/hono/dist/adapter/cloudflare-workers/serve-static.js +22 -0
  2281. package/node_modules/hono/dist/adapter/cloudflare-workers/utils.js +35 -0
  2282. package/node_modules/hono/dist/adapter/cloudflare-workers/websocket.js +41 -0
  2283. package/node_modules/hono/dist/adapter/deno/conninfo.js +14 -0
  2284. package/node_modules/hono/dist/adapter/deno/deno.d.js +0 -0
  2285. package/node_modules/hono/dist/adapter/deno/index.js +12 -0
  2286. package/node_modules/hono/dist/adapter/deno/serve-static.js +40 -0
  2287. package/node_modules/hono/dist/adapter/deno/ssg.js +18 -0
  2288. package/node_modules/hono/dist/adapter/deno/websocket.js +32 -0
  2289. package/node_modules/hono/dist/adapter/lambda-edge/conninfo.js +9 -0
  2290. package/node_modules/hono/dist/adapter/lambda-edge/handler.js +80 -0
  2291. package/node_modules/hono/dist/adapter/lambda-edge/index.js +7 -0
  2292. package/node_modules/hono/dist/adapter/netlify/conninfo.js +9 -0
  2293. package/node_modules/hono/dist/adapter/netlify/handler.js +9 -0
  2294. package/node_modules/hono/dist/adapter/netlify/index.js +2 -0
  2295. package/node_modules/hono/dist/adapter/netlify/mod.js +7 -0
  2296. package/node_modules/hono/dist/adapter/service-worker/handler.js +20 -0
  2297. package/node_modules/hono/dist/adapter/service-worker/index.js +9 -0
  2298. package/node_modules/hono/dist/adapter/service-worker/types.js +0 -0
  2299. package/node_modules/hono/dist/adapter/vercel/conninfo.js +10 -0
  2300. package/node_modules/hono/dist/adapter/vercel/handler.js +7 -0
  2301. package/node_modules/hono/dist/adapter/vercel/index.js +7 -0
  2302. package/node_modules/hono/dist/cjs/adapter/aws-lambda/conninfo.js +46 -0
  2303. package/node_modules/hono/dist/cjs/adapter/aws-lambda/handler.js +404 -0
  2304. package/node_modules/hono/dist/cjs/adapter/aws-lambda/index.js +34 -0
  2305. package/node_modules/hono/dist/cjs/adapter/aws-lambda/types.js +15 -0
  2306. package/node_modules/hono/dist/cjs/adapter/bun/conninfo.js +49 -0
  2307. package/node_modules/hono/dist/cjs/adapter/bun/index.js +45 -0
  2308. package/node_modules/hono/dist/cjs/adapter/bun/serve-static.js +52 -0
  2309. package/node_modules/hono/dist/cjs/adapter/bun/server.js +27 -0
  2310. package/node_modules/hono/dist/cjs/adapter/bun/ssg.js +40 -0
  2311. package/node_modules/hono/dist/cjs/adapter/bun/websocket.js +96 -0
  2312. package/node_modules/hono/dist/cjs/adapter/cloudflare-pages/conninfo.js +31 -0
  2313. package/node_modules/hono/dist/cjs/adapter/cloudflare-pages/handler.js +91 -0
  2314. package/node_modules/hono/dist/cjs/adapter/cloudflare-pages/index.js +34 -0
  2315. package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/conninfo.js +31 -0
  2316. package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/index.js +33 -0
  2317. package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static-module.js +30 -0
  2318. package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static.js +44 -0
  2319. package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/utils.js +57 -0
  2320. package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/websocket.js +63 -0
  2321. package/node_modules/hono/dist/cjs/adapter/deno/conninfo.js +36 -0
  2322. package/node_modules/hono/dist/cjs/adapter/deno/deno.d.js +0 -0
  2323. package/node_modules/hono/dist/cjs/adapter/deno/index.js +38 -0
  2324. package/node_modules/hono/dist/cjs/adapter/deno/serve-static.js +62 -0
  2325. package/node_modules/hono/dist/cjs/adapter/deno/ssg.js +41 -0
  2326. package/node_modules/hono/dist/cjs/adapter/deno/websocket.js +54 -0
  2327. package/node_modules/hono/dist/cjs/adapter/lambda-edge/conninfo.js +31 -0
  2328. package/node_modules/hono/dist/cjs/adapter/lambda-edge/handler.js +114 -0
  2329. package/node_modules/hono/dist/cjs/adapter/lambda-edge/index.js +30 -0
  2330. package/node_modules/hono/dist/cjs/adapter/netlify/conninfo.js +31 -0
  2331. package/node_modules/hono/dist/cjs/adapter/netlify/handler.js +31 -0
  2332. package/node_modules/hono/dist/cjs/adapter/netlify/index.js +21 -0
  2333. package/node_modules/hono/dist/cjs/adapter/netlify/mod.js +30 -0
  2334. package/node_modules/hono/dist/cjs/adapter/service-worker/handler.js +42 -0
  2335. package/node_modules/hono/dist/cjs/adapter/service-worker/index.js +32 -0
  2336. package/node_modules/hono/dist/cjs/adapter/service-worker/types.js +15 -0
  2337. package/node_modules/hono/dist/cjs/adapter/vercel/conninfo.js +32 -0
  2338. package/node_modules/hono/dist/cjs/adapter/vercel/handler.js +29 -0
  2339. package/node_modules/hono/dist/cjs/adapter/vercel/index.js +30 -0
  2340. package/node_modules/hono/dist/cjs/client/client.js +195 -0
  2341. package/node_modules/hono/dist/cjs/client/fetch-result-please.js +85 -0
  2342. package/node_modules/hono/dist/cjs/client/index.js +32 -0
  2343. package/node_modules/hono/dist/cjs/client/types.js +15 -0
  2344. package/node_modules/hono/dist/cjs/client/utils.js +105 -0
  2345. package/node_modules/hono/dist/cjs/compose.js +68 -0
  2346. package/node_modules/hono/dist/cjs/context.js +435 -0
  2347. package/node_modules/hono/dist/cjs/helper/accepts/accepts.js +43 -0
  2348. package/node_modules/hono/dist/cjs/helper/accepts/index.js +27 -0
  2349. package/node_modules/hono/dist/cjs/helper/adapter/index.js +81 -0
  2350. package/node_modules/hono/dist/cjs/helper/conninfo/index.js +15 -0
  2351. package/node_modules/hono/dist/cjs/helper/conninfo/types.js +15 -0
  2352. package/node_modules/hono/dist/cjs/helper/cookie/index.js +130 -0
  2353. package/node_modules/hono/dist/cjs/helper/css/common.js +271 -0
  2354. package/node_modules/hono/dist/cjs/helper/css/index.js +149 -0
  2355. package/node_modules/hono/dist/cjs/helper/dev/index.js +79 -0
  2356. package/node_modules/hono/dist/cjs/helper/factory/index.js +54 -0
  2357. package/node_modules/hono/dist/cjs/helper/html/index.js +64 -0
  2358. package/node_modules/hono/dist/cjs/helper/proxy/index.js +111 -0
  2359. package/node_modules/hono/dist/cjs/helper/route/index.js +71 -0
  2360. package/node_modules/hono/dist/cjs/helper/ssg/index.js +43 -0
  2361. package/node_modules/hono/dist/cjs/helper/ssg/middleware.js +73 -0
  2362. package/node_modules/hono/dist/cjs/helper/ssg/plugins.js +70 -0
  2363. package/node_modules/hono/dist/cjs/helper/ssg/ssg.js +320 -0
  2364. package/node_modules/hono/dist/cjs/helper/ssg/utils.js +93 -0
  2365. package/node_modules/hono/dist/cjs/helper/streaming/index.js +35 -0
  2366. package/node_modules/hono/dist/cjs/helper/streaming/sse.js +90 -0
  2367. package/node_modules/hono/dist/cjs/helper/streaming/stream.js +56 -0
  2368. package/node_modules/hono/dist/cjs/helper/streaming/text.js +34 -0
  2369. package/node_modules/hono/dist/cjs/helper/streaming/utils.js +35 -0
  2370. package/node_modules/hono/dist/cjs/helper/testing/index.js +33 -0
  2371. package/node_modules/hono/dist/cjs/helper/websocket/index.js +81 -0
  2372. package/node_modules/hono/dist/cjs/hono-base.js +405 -0
  2373. package/node_modules/hono/dist/cjs/hono.js +43 -0
  2374. package/node_modules/hono/dist/cjs/http-exception.js +57 -0
  2375. package/node_modules/hono/dist/cjs/index.js +27 -0
  2376. package/node_modules/hono/dist/cjs/jsx/base.js +380 -0
  2377. package/node_modules/hono/dist/cjs/jsx/children.js +44 -0
  2378. package/node_modules/hono/dist/cjs/jsx/components.js +201 -0
  2379. package/node_modules/hono/dist/cjs/jsx/constants.js +42 -0
  2380. package/node_modules/hono/dist/cjs/jsx/context.js +62 -0
  2381. package/node_modules/hono/dist/cjs/jsx/dom/client.js +76 -0
  2382. package/node_modules/hono/dist/cjs/jsx/dom/components.js +55 -0
  2383. package/node_modules/hono/dist/cjs/jsx/dom/context.js +71 -0
  2384. package/node_modules/hono/dist/cjs/jsx/dom/css.js +168 -0
  2385. package/node_modules/hono/dist/cjs/jsx/dom/hooks/index.js +74 -0
  2386. package/node_modules/hono/dist/cjs/jsx/dom/index.js +181 -0
  2387. package/node_modules/hono/dist/cjs/jsx/dom/intrinsic-element/components.js +399 -0
  2388. package/node_modules/hono/dist/cjs/jsx/dom/jsx-dev-runtime.js +52 -0
  2389. package/node_modules/hono/dist/cjs/jsx/dom/jsx-runtime.js +32 -0
  2390. package/node_modules/hono/dist/cjs/jsx/dom/render.js +641 -0
  2391. package/node_modules/hono/dist/cjs/jsx/dom/server.js +67 -0
  2392. package/node_modules/hono/dist/cjs/jsx/dom/utils.js +32 -0
  2393. package/node_modules/hono/dist/cjs/jsx/hooks/index.js +370 -0
  2394. package/node_modules/hono/dist/cjs/jsx/index.js +138 -0
  2395. package/node_modules/hono/dist/cjs/jsx/intrinsic-element/common.js +50 -0
  2396. package/node_modules/hono/dist/cjs/jsx/intrinsic-element/components.js +189 -0
  2397. package/node_modules/hono/dist/cjs/jsx/intrinsic-elements.js +15 -0
  2398. package/node_modules/hono/dist/cjs/jsx/jsx-dev-runtime.js +41 -0
  2399. package/node_modules/hono/dist/cjs/jsx/jsx-runtime.js +71 -0
  2400. package/node_modules/hono/dist/cjs/jsx/streaming.js +177 -0
  2401. package/node_modules/hono/dist/cjs/jsx/types.js +15 -0
  2402. package/node_modules/hono/dist/cjs/jsx/utils.js +200 -0
  2403. package/node_modules/hono/dist/cjs/middleware/basic-auth/index.js +88 -0
  2404. package/node_modules/hono/dist/cjs/middleware/bearer-auth/index.js +114 -0
  2405. package/node_modules/hono/dist/cjs/middleware/body-limit/index.js +75 -0
  2406. package/node_modules/hono/dist/cjs/middleware/cache/index.js +124 -0
  2407. package/node_modules/hono/dist/cjs/middleware/combine/index.js +101 -0
  2408. package/node_modules/hono/dist/cjs/middleware/compress/index.js +85 -0
  2409. package/node_modules/hono/dist/cjs/middleware/context-storage/index.js +47 -0
  2410. package/node_modules/hono/dist/cjs/middleware/cors/index.js +109 -0
  2411. package/node_modules/hono/dist/cjs/middleware/csrf/index.js +77 -0
  2412. package/node_modules/hono/dist/cjs/middleware/etag/digest.js +55 -0
  2413. package/node_modules/hono/dist/cjs/middleware/etag/index.js +95 -0
  2414. package/node_modules/hono/dist/cjs/middleware/ip-restriction/index.js +176 -0
  2415. package/node_modules/hono/dist/cjs/middleware/jsx-renderer/index.js +82 -0
  2416. package/node_modules/hono/dist/cjs/middleware/jwk/index.js +27 -0
  2417. package/node_modules/hono/dist/cjs/middleware/jwk/jwk.js +134 -0
  2418. package/node_modules/hono/dist/cjs/middleware/jwt/index.js +38 -0
  2419. package/node_modules/hono/dist/cjs/middleware/jwt/jwt.js +140 -0
  2420. package/node_modules/hono/dist/cjs/middleware/language/index.js +35 -0
  2421. package/node_modules/hono/dist/cjs/middleware/language/language.js +221 -0
  2422. package/node_modules/hono/dist/cjs/middleware/logger/index.js +72 -0
  2423. package/node_modules/hono/dist/cjs/middleware/method-override/index.js +104 -0
  2424. package/node_modules/hono/dist/cjs/middleware/powered-by/index.js +32 -0
  2425. package/node_modules/hono/dist/cjs/middleware/pretty-json/index.js +37 -0
  2426. package/node_modules/hono/dist/cjs/middleware/request-id/index.js +27 -0
  2427. package/node_modules/hono/dist/cjs/middleware/request-id/request-id.js +43 -0
  2428. package/node_modules/hono/dist/cjs/middleware/secure-headers/index.js +29 -0
  2429. package/node_modules/hono/dist/cjs/middleware/secure-headers/permissions-policy.js +15 -0
  2430. package/node_modules/hono/dist/cjs/middleware/secure-headers/secure-headers.js +189 -0
  2431. package/node_modules/hono/dist/cjs/middleware/serve-static/index.js +99 -0
  2432. package/node_modules/hono/dist/cjs/middleware/serve-static/path.js +40 -0
  2433. package/node_modules/hono/dist/cjs/middleware/timeout/index.js +47 -0
  2434. package/node_modules/hono/dist/cjs/middleware/timing/index.js +35 -0
  2435. package/node_modules/hono/dist/cjs/middleware/timing/timing.js +128 -0
  2436. package/node_modules/hono/dist/cjs/middleware/trailing-slash/index.js +62 -0
  2437. package/node_modules/hono/dist/cjs/package.json +3 -0
  2438. package/node_modules/hono/dist/cjs/preset/quick.js +38 -0
  2439. package/node_modules/hono/dist/cjs/preset/tiny.js +34 -0
  2440. package/node_modules/hono/dist/cjs/request/constants.js +27 -0
  2441. package/node_modules/hono/dist/cjs/request.js +339 -0
  2442. package/node_modules/hono/dist/cjs/router/linear-router/index.js +27 -0
  2443. package/node_modules/hono/dist/cjs/router/linear-router/router.js +140 -0
  2444. package/node_modules/hono/dist/cjs/router/pattern-router/index.js +27 -0
  2445. package/node_modules/hono/dist/cjs/router/pattern-router/router.js +70 -0
  2446. package/node_modules/hono/dist/cjs/router/reg-exp-router/index.js +34 -0
  2447. package/node_modules/hono/dist/cjs/router/reg-exp-router/matcher.js +48 -0
  2448. package/node_modules/hono/dist/cjs/router/reg-exp-router/node.js +134 -0
  2449. package/node_modules/hono/dist/cjs/router/reg-exp-router/prepared-router.js +166 -0
  2450. package/node_modules/hono/dist/cjs/router/reg-exp-router/router.js +208 -0
  2451. package/node_modules/hono/dist/cjs/router/reg-exp-router/trie.js +81 -0
  2452. package/node_modules/hono/dist/cjs/router/smart-router/index.js +27 -0
  2453. package/node_modules/hono/dist/cjs/router/smart-router/router.js +80 -0
  2454. package/node_modules/hono/dist/cjs/router/trie-router/index.js +27 -0
  2455. package/node_modules/hono/dist/cjs/router/trie-router/node.js +201 -0
  2456. package/node_modules/hono/dist/cjs/router/trie-router/router.js +48 -0
  2457. package/node_modules/hono/dist/cjs/router.js +40 -0
  2458. package/node_modules/hono/dist/cjs/types.js +28 -0
  2459. package/node_modules/hono/dist/cjs/utils/accept.js +245 -0
  2460. package/node_modules/hono/dist/cjs/utils/basic-auth.js +45 -0
  2461. package/node_modules/hono/dist/cjs/utils/body.js +97 -0
  2462. package/node_modules/hono/dist/cjs/utils/buffer.js +102 -0
  2463. package/node_modules/hono/dist/cjs/utils/color.js +48 -0
  2464. package/node_modules/hono/dist/cjs/utils/compress.js +27 -0
  2465. package/node_modules/hono/dist/cjs/utils/concurrent.js +61 -0
  2466. package/node_modules/hono/dist/cjs/utils/constants.js +27 -0
  2467. package/node_modules/hono/dist/cjs/utils/cookie.js +198 -0
  2468. package/node_modules/hono/dist/cjs/utils/crypto.js +69 -0
  2469. package/node_modules/hono/dist/cjs/utils/encode.js +54 -0
  2470. package/node_modules/hono/dist/cjs/utils/filepath.js +58 -0
  2471. package/node_modules/hono/dist/cjs/utils/handler.js +36 -0
  2472. package/node_modules/hono/dist/cjs/utils/headers.js +15 -0
  2473. package/node_modules/hono/dist/cjs/utils/html.js +150 -0
  2474. package/node_modules/hono/dist/cjs/utils/http-status.js +15 -0
  2475. package/node_modules/hono/dist/cjs/utils/ipaddr.js +313 -0
  2476. package/node_modules/hono/dist/cjs/utils/jwt/index.js +28 -0
  2477. package/node_modules/hono/dist/cjs/utils/jwt/jwa.js +42 -0
  2478. package/node_modules/hono/dist/cjs/utils/jwt/jws.js +215 -0
  2479. package/node_modules/hono/dist/cjs/utils/jwt/jwt.js +219 -0
  2480. package/node_modules/hono/dist/cjs/utils/jwt/types.js +161 -0
  2481. package/node_modules/hono/dist/cjs/utils/jwt/utf8.js +30 -0
  2482. package/node_modules/hono/dist/cjs/utils/mime.js +106 -0
  2483. package/node_modules/hono/dist/cjs/utils/stream.js +103 -0
  2484. package/node_modules/hono/dist/cjs/utils/types.js +15 -0
  2485. package/node_modules/hono/dist/cjs/utils/url.js +256 -0
  2486. package/node_modules/hono/dist/cjs/validator/index.js +27 -0
  2487. package/node_modules/hono/dist/cjs/validator/utils.js +15 -0
  2488. package/node_modules/hono/dist/cjs/validator/validator.js +108 -0
  2489. package/node_modules/hono/dist/client/client.js +180 -0
  2490. package/node_modules/hono/dist/client/fetch-result-please.js +62 -0
  2491. package/node_modules/hono/dist/client/index.js +8 -0
  2492. package/node_modules/hono/dist/client/types.js +0 -0
  2493. package/node_modules/hono/dist/client/utils.js +76 -0
  2494. package/node_modules/hono/dist/compose.js +46 -0
  2495. package/node_modules/hono/dist/context.js +412 -0
  2496. package/node_modules/hono/dist/helper/accepts/accepts.js +20 -0
  2497. package/node_modules/hono/dist/helper/accepts/index.js +5 -0
  2498. package/node_modules/hono/dist/helper/adapter/index.js +56 -0
  2499. package/node_modules/hono/dist/helper/conninfo/index.js +0 -0
  2500. package/node_modules/hono/dist/helper/conninfo/types.js +0 -0
  2501. package/node_modules/hono/dist/helper/cookie/index.js +102 -0
  2502. package/node_modules/hono/dist/helper/css/common.js +234 -0
  2503. package/node_modules/hono/dist/helper/css/index.js +132 -0
  2504. package/node_modules/hono/dist/helper/dev/index.js +55 -0
  2505. package/node_modules/hono/dist/helper/factory/index.js +30 -0
  2506. package/node_modules/hono/dist/helper/html/index.js +41 -0
  2507. package/node_modules/hono/dist/helper/proxy/index.js +89 -0
  2508. package/node_modules/hono/dist/helper/route/index.js +46 -0
  2509. package/node_modules/hono/dist/helper/ssg/index.js +19 -0
  2510. package/node_modules/hono/dist/helper/ssg/middleware.js +45 -0
  2511. package/node_modules/hono/dist/helper/ssg/plugins.js +47 -0
  2512. package/node_modules/hono/dist/helper/ssg/ssg.js +297 -0
  2513. package/node_modules/hono/dist/helper/ssg/utils.js +67 -0
  2514. package/node_modules/hono/dist/helper/streaming/index.js +10 -0
  2515. package/node_modules/hono/dist/helper/streaming/sse.js +67 -0
  2516. package/node_modules/hono/dist/helper/streaming/stream.js +34 -0
  2517. package/node_modules/hono/dist/helper/streaming/text.js +12 -0
  2518. package/node_modules/hono/dist/helper/streaming/utils.js +13 -0
  2519. package/node_modules/hono/dist/helper/testing/index.js +11 -0
  2520. package/node_modules/hono/dist/helper/websocket/index.js +57 -0
  2521. package/node_modules/hono/dist/hono-base.js +383 -0
  2522. package/node_modules/hono/dist/hono.js +21 -0
  2523. package/node_modules/hono/dist/http-exception.js +35 -0
  2524. package/node_modules/hono/dist/index.js +5 -0
  2525. package/node_modules/hono/dist/jsx/base.js +342 -0
  2526. package/node_modules/hono/dist/jsx/children.js +21 -0
  2527. package/node_modules/hono/dist/jsx/components.js +178 -0
  2528. package/node_modules/hono/dist/jsx/constants.js +15 -0
  2529. package/node_modules/hono/dist/jsx/context.js +38 -0
  2530. package/node_modules/hono/dist/jsx/dom/client.js +53 -0
  2531. package/node_modules/hono/dist/jsx/dom/components.js +32 -0
  2532. package/node_modules/hono/dist/jsx/dom/context.js +48 -0
  2533. package/node_modules/hono/dist/jsx/dom/css.js +150 -0
  2534. package/node_modules/hono/dist/jsx/dom/hooks/index.js +48 -0
  2535. package/node_modules/hono/dist/jsx/dom/index.js +142 -0
  2536. package/node_modules/hono/dist/jsx/dom/intrinsic-element/components.js +374 -0
  2537. package/node_modules/hono/dist/jsx/dom/jsx-dev-runtime.js +19 -0
  2538. package/node_modules/hono/dist/jsx/dom/jsx-runtime.js +8 -0
  2539. package/node_modules/hono/dist/jsx/dom/render.js +617 -0
  2540. package/node_modules/hono/dist/jsx/dom/server.js +33 -0
  2541. package/node_modules/hono/dist/jsx/dom/utils.js +10 -0
  2542. package/node_modules/hono/dist/jsx/hooks/index.js +328 -0
  2543. package/node_modules/hono/dist/jsx/index.js +103 -0
  2544. package/node_modules/hono/dist/jsx/intrinsic-element/common.js +24 -0
  2545. package/node_modules/hono/dist/jsx/intrinsic-element/components.js +165 -0
  2546. package/node_modules/hono/dist/jsx/intrinsic-elements.js +0 -0
  2547. package/node_modules/hono/dist/jsx/jsx-dev-runtime.js +18 -0
  2548. package/node_modules/hono/dist/jsx/jsx-runtime.js +44 -0
  2549. package/node_modules/hono/dist/jsx/streaming.js +153 -0
  2550. package/node_modules/hono/dist/jsx/types.js +0 -0
  2551. package/node_modules/hono/dist/jsx/utils.js +175 -0
  2552. package/node_modules/hono/dist/middleware/basic-auth/index.js +66 -0
  2553. package/node_modules/hono/dist/middleware/bearer-auth/index.js +92 -0
  2554. package/node_modules/hono/dist/middleware/body-limit/index.js +53 -0
  2555. package/node_modules/hono/dist/middleware/cache/index.js +102 -0
  2556. package/node_modules/hono/dist/middleware/combine/index.js +77 -0
  2557. package/node_modules/hono/dist/middleware/compress/index.js +63 -0
  2558. package/node_modules/hono/dist/middleware/context-storage/index.js +23 -0
  2559. package/node_modules/hono/dist/middleware/cors/index.js +87 -0
  2560. package/node_modules/hono/dist/middleware/csrf/index.js +55 -0
  2561. package/node_modules/hono/dist/middleware/etag/digest.js +33 -0
  2562. package/node_modules/hono/dist/middleware/etag/index.js +72 -0
  2563. package/node_modules/hono/dist/middleware/ip-restriction/index.js +162 -0
  2564. package/node_modules/hono/dist/middleware/jsx-renderer/index.js +58 -0
  2565. package/node_modules/hono/dist/middleware/jwk/index.js +5 -0
  2566. package/node_modules/hono/dist/middleware/jwk/jwk.js +112 -0
  2567. package/node_modules/hono/dist/middleware/jwt/index.js +11 -0
  2568. package/node_modules/hono/dist/middleware/jwt/jwt.js +114 -0
  2569. package/node_modules/hono/dist/middleware/language/index.js +15 -0
  2570. package/node_modules/hono/dist/middleware/language/language.js +190 -0
  2571. package/node_modules/hono/dist/middleware/logger/index.js +44 -0
  2572. package/node_modules/hono/dist/middleware/method-override/index.js +82 -0
  2573. package/node_modules/hono/dist/middleware/powered-by/index.js +10 -0
  2574. package/node_modules/hono/dist/middleware/pretty-json/index.js +15 -0
  2575. package/node_modules/hono/dist/middleware/request-id/index.js +5 -0
  2576. package/node_modules/hono/dist/middleware/request-id/request-id.js +21 -0
  2577. package/node_modules/hono/dist/middleware/secure-headers/index.js +6 -0
  2578. package/node_modules/hono/dist/middleware/secure-headers/permissions-policy.js +0 -0
  2579. package/node_modules/hono/dist/middleware/secure-headers/secure-headers.js +166 -0
  2580. package/node_modules/hono/dist/middleware/serve-static/index.js +77 -0
  2581. package/node_modules/hono/dist/middleware/serve-static/path.js +18 -0
  2582. package/node_modules/hono/dist/middleware/timeout/index.js +25 -0
  2583. package/node_modules/hono/dist/middleware/timing/index.js +9 -0
  2584. package/node_modules/hono/dist/middleware/timing/timing.js +102 -0
  2585. package/node_modules/hono/dist/middleware/trailing-slash/index.js +39 -0
  2586. package/node_modules/hono/dist/preset/quick.js +16 -0
  2587. package/node_modules/hono/dist/preset/tiny.js +12 -0
  2588. package/node_modules/hono/dist/request/constants.js +5 -0
  2589. package/node_modules/hono/dist/request.js +316 -0
  2590. package/node_modules/hono/dist/router/linear-router/index.js +5 -0
  2591. package/node_modules/hono/dist/router/linear-router/router.js +118 -0
  2592. package/node_modules/hono/dist/router/pattern-router/index.js +5 -0
  2593. package/node_modules/hono/dist/router/pattern-router/router.js +48 -0
  2594. package/node_modules/hono/dist/router/reg-exp-router/index.js +9 -0
  2595. package/node_modules/hono/dist/router/reg-exp-router/matcher.js +25 -0
  2596. package/node_modules/hono/dist/router/reg-exp-router/node.js +111 -0
  2597. package/node_modules/hono/dist/router/reg-exp-router/prepared-router.js +142 -0
  2598. package/node_modules/hono/dist/router/reg-exp-router/router.js +190 -0
  2599. package/node_modules/hono/dist/router/reg-exp-router/trie.js +59 -0
  2600. package/node_modules/hono/dist/router/smart-router/index.js +5 -0
  2601. package/node_modules/hono/dist/router/smart-router/router.js +58 -0
  2602. package/node_modules/hono/dist/router/trie-router/index.js +5 -0
  2603. package/node_modules/hono/dist/router/trie-router/node.js +179 -0
  2604. package/node_modules/hono/dist/router/trie-router/router.js +26 -0
  2605. package/node_modules/hono/dist/router.js +14 -0
  2606. package/node_modules/hono/dist/tsconfig.build.tsbuildinfo +1 -0
  2607. package/node_modules/hono/dist/types/adapter/aws-lambda/conninfo.d.ts +27 -0
  2608. package/node_modules/hono/dist/types/adapter/aws-lambda/handler.d.ts +184 -0
  2609. package/node_modules/hono/dist/types/adapter/aws-lambda/index.d.ts +8 -0
  2610. package/node_modules/hono/dist/types/adapter/aws-lambda/types.d.ts +144 -0
  2611. package/node_modules/hono/dist/types/adapter/bun/conninfo.d.ts +7 -0
  2612. package/node_modules/hono/dist/types/adapter/bun/index.d.ts +10 -0
  2613. package/node_modules/hono/dist/types/adapter/bun/serve-static.d.ts +3 -0
  2614. package/node_modules/hono/dist/types/adapter/bun/server.d.ts +12 -0
  2615. package/node_modules/hono/dist/types/adapter/bun/ssg.d.ts +13 -0
  2616. package/node_modules/hono/dist/types/adapter/bun/websocket.d.ts +39 -0
  2617. package/node_modules/hono/dist/types/adapter/cloudflare-pages/conninfo.d.ts +21 -0
  2618. package/node_modules/hono/dist/types/adapter/cloudflare-pages/handler.d.ts +33 -0
  2619. package/node_modules/hono/dist/types/adapter/cloudflare-pages/index.d.ts +7 -0
  2620. package/node_modules/hono/dist/types/adapter/cloudflare-workers/conninfo.d.ts +2 -0
  2621. package/node_modules/hono/dist/types/adapter/cloudflare-workers/index.d.ts +7 -0
  2622. package/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static-module.d.ts +4 -0
  2623. package/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static.d.ts +16 -0
  2624. package/node_modules/hono/dist/types/adapter/cloudflare-workers/utils.d.ts +5 -0
  2625. package/node_modules/hono/dist/types/adapter/cloudflare-workers/websocket.d.ts +2 -0
  2626. package/node_modules/hono/dist/types/adapter/deno/conninfo.d.ts +7 -0
  2627. package/node_modules/hono/dist/types/adapter/deno/index.d.ts +8 -0
  2628. package/node_modules/hono/dist/types/adapter/deno/serve-static.d.ts +3 -0
  2629. package/node_modules/hono/dist/types/adapter/deno/ssg.d.ts +13 -0
  2630. package/node_modules/hono/dist/types/adapter/deno/websocket.d.ts +2 -0
  2631. package/node_modules/hono/dist/types/adapter/lambda-edge/conninfo.d.ts +2 -0
  2632. package/node_modules/hono/dist/types/adapter/lambda-edge/handler.d.ts +87 -0
  2633. package/node_modules/hono/dist/types/adapter/lambda-edge/index.d.ts +7 -0
  2634. package/node_modules/hono/dist/types/adapter/netlify/conninfo.d.ts +21 -0
  2635. package/node_modules/hono/dist/types/adapter/netlify/handler.d.ts +2 -0
  2636. package/node_modules/hono/dist/types/adapter/netlify/index.d.ts +5 -0
  2637. package/node_modules/hono/dist/types/adapter/netlify/mod.d.ts +2 -0
  2638. package/node_modules/hono/dist/types/adapter/service-worker/handler.d.ts +16 -0
  2639. package/node_modules/hono/dist/types/adapter/service-worker/index.d.ts +28 -0
  2640. package/node_modules/hono/dist/types/adapter/service-worker/types.d.ts +12 -0
  2641. package/node_modules/hono/dist/types/adapter/vercel/conninfo.d.ts +2 -0
  2642. package/node_modules/hono/dist/types/adapter/vercel/handler.d.ts +2 -0
  2643. package/node_modules/hono/dist/types/adapter/vercel/index.d.ts +6 -0
  2644. package/node_modules/hono/dist/types/client/client.d.ts +4 -0
  2645. package/node_modules/hono/dist/types/client/fetch-result-please.d.ts +35 -0
  2646. package/node_modules/hono/dist/types/client/index.d.ts +7 -0
  2647. package/node_modules/hono/dist/types/client/types.d.ts +229 -0
  2648. package/node_modules/hono/dist/types/client/utils.d.ts +18 -0
  2649. package/node_modules/hono/dist/types/compose.d.ts +14 -0
  2650. package/node_modules/hono/dist/types/context.d.ts +455 -0
  2651. package/node_modules/hono/dist/types/helper/accepts/accepts.d.ts +30 -0
  2652. package/node_modules/hono/dist/types/helper/accepts/index.d.ts +5 -0
  2653. package/node_modules/hono/dist/types/helper/adapter/index.d.ts +12 -0
  2654. package/node_modules/hono/dist/types/helper/conninfo/index.d.ts +5 -0
  2655. package/node_modules/hono/dist/types/helper/conninfo/types.d.ts +36 -0
  2656. package/node_modules/hono/dist/types/helper/cookie/index.d.ts +24 -0
  2657. package/node_modules/hono/dist/types/helper/css/common.d.ts +59 -0
  2658. package/node_modules/hono/dist/types/helper/css/index.d.ts +80 -0
  2659. package/node_modules/hono/dist/types/helper/dev/index.d.ts +20 -0
  2660. package/node_modules/hono/dist/types/helper/factory/index.d.ts +82 -0
  2661. package/node_modules/hono/dist/types/helper/html/index.d.ts +8 -0
  2662. package/node_modules/hono/dist/types/helper/proxy/index.d.ts +72 -0
  2663. package/node_modules/hono/dist/types/helper/route/index.d.ts +75 -0
  2664. package/node_modules/hono/dist/types/helper/ssg/index.d.ts +7 -0
  2665. package/node_modules/hono/dist/types/helper/ssg/middleware.d.ts +44 -0
  2666. package/node_modules/hono/dist/types/helper/ssg/plugins.d.ts +27 -0
  2667. package/node_modules/hono/dist/types/helper/ssg/ssg.d.ts +91 -0
  2668. package/node_modules/hono/dist/types/helper/ssg/utils.d.ts +16 -0
  2669. package/node_modules/hono/dist/types/helper/streaming/index.d.ts +8 -0
  2670. package/node_modules/hono/dist/types/helper/streaming/sse.d.ts +13 -0
  2671. package/node_modules/hono/dist/types/helper/streaming/stream.d.ts +3 -0
  2672. package/node_modules/hono/dist/types/helper/streaming/text.d.ts +3 -0
  2673. package/node_modules/hono/dist/types/helper/streaming/utils.d.ts +1 -0
  2674. package/node_modules/hono/dist/types/helper/testing/index.d.ts +12 -0
  2675. package/node_modules/hono/dist/types/helper/websocket/index.d.ts +69 -0
  2676. package/node_modules/hono/dist/types/hono-base.d.ts +220 -0
  2677. package/node_modules/hono/dist/types/hono.d.ts +19 -0
  2678. package/node_modules/hono/dist/types/http-exception.d.ts +59 -0
  2679. package/node_modules/hono/dist/types/index.d.ts +36 -0
  2680. package/node_modules/hono/dist/types/jsx/base.d.ts +58 -0
  2681. package/node_modules/hono/dist/types/jsx/children.d.ts +9 -0
  2682. package/node_modules/hono/dist/types/jsx/components.d.ts +15 -0
  2683. package/node_modules/hono/dist/types/jsx/constants.d.ts +6 -0
  2684. package/node_modules/hono/dist/types/jsx/context.d.ts +12 -0
  2685. package/node_modules/hono/dist/types/jsx/dom/client.d.ts +31 -0
  2686. package/node_modules/hono/dist/types/jsx/dom/components.d.ts +10 -0
  2687. package/node_modules/hono/dist/types/jsx/dom/context.d.ts +3 -0
  2688. package/node_modules/hono/dist/types/jsx/dom/css.d.ts +83 -0
  2689. package/node_modules/hono/dist/types/jsx/dom/hooks/index.d.ts +39 -0
  2690. package/node_modules/hono/dist/types/jsx/dom/index.d.ts +88 -0
  2691. package/node_modules/hono/dist/types/jsx/dom/intrinsic-element/components.d.ts +16 -0
  2692. package/node_modules/hono/dist/types/jsx/dom/jsx-dev-runtime.d.ts +8 -0
  2693. package/node_modules/hono/dist/types/jsx/dom/jsx-runtime.d.ts +7 -0
  2694. package/node_modules/hono/dist/types/jsx/dom/render.d.ts +73 -0
  2695. package/node_modules/hono/dist/types/jsx/dom/server.d.ts +106 -0
  2696. package/node_modules/hono/dist/types/jsx/dom/utils.d.ts +1 -0
  2697. package/node_modules/hono/dist/types/jsx/hooks/index.d.ts +45 -0
  2698. package/node_modules/hono/dist/types/jsx/index.d.ts +75 -0
  2699. package/node_modules/hono/dist/types/jsx/intrinsic-element/common.d.ts +6 -0
  2700. package/node_modules/hono/dist/types/jsx/intrinsic-element/components.d.ts +13 -0
  2701. package/node_modules/hono/dist/types/jsx/intrinsic-elements.d.ts +722 -0
  2702. package/node_modules/hono/dist/types/jsx/jsx-dev-runtime.d.ts +8 -0
  2703. package/node_modules/hono/dist/types/jsx/jsx-runtime.d.ts +12 -0
  2704. package/node_modules/hono/dist/types/jsx/streaming.d.ts +36 -0
  2705. package/node_modules/hono/dist/types/jsx/types.d.ts +35 -0
  2706. package/node_modules/hono/dist/types/jsx/utils.d.ts +4 -0
  2707. package/node_modules/hono/dist/types/middleware/basic-auth/index.d.ts +75 -0
  2708. package/node_modules/hono/dist/types/middleware/bearer-auth/index.d.ts +92 -0
  2709. package/node_modules/hono/dist/types/middleware/body-limit/index.d.ts +45 -0
  2710. package/node_modules/hono/dist/types/middleware/cache/index.d.ts +43 -0
  2711. package/node_modules/hono/dist/types/middleware/combine/index.d.ts +85 -0
  2712. package/node_modules/hono/dist/types/middleware/compress/index.d.ts +30 -0
  2713. package/node_modules/hono/dist/types/middleware/context-storage/index.d.ts +40 -0
  2714. package/node_modules/hono/dist/types/middleware/cors/index.d.ts +55 -0
  2715. package/node_modules/hono/dist/types/middleware/csrf/index.d.ts +78 -0
  2716. package/node_modules/hono/dist/types/middleware/etag/digest.d.ts +1 -0
  2717. package/node_modules/hono/dist/types/middleware/etag/index.d.ts +42 -0
  2718. package/node_modules/hono/dist/types/middleware/ip-restriction/index.d.ts +67 -0
  2719. package/node_modules/hono/dist/types/middleware/jsx-renderer/index.d.ts +77 -0
  2720. package/node_modules/hono/dist/types/middleware/jwk/index.d.ts +1 -0
  2721. package/node_modules/hono/dist/types/middleware/jwk/jwk.d.ts +54 -0
  2722. package/node_modules/hono/dist/types/middleware/jwt/index.d.ts +8 -0
  2723. package/node_modules/hono/dist/types/middleware/jwt/jwt.d.ts +67 -0
  2724. package/node_modules/hono/dist/types/middleware/language/index.d.ts +7 -0
  2725. package/node_modules/hono/dist/types/middleware/language/language.d.ts +102 -0
  2726. package/node_modules/hono/dist/types/middleware/logger/index.d.ts +24 -0
  2727. package/node_modules/hono/dist/types/middleware/method-override/index.d.ts +48 -0
  2728. package/node_modules/hono/dist/types/middleware/powered-by/index.d.ts +29 -0
  2729. package/node_modules/hono/dist/types/middleware/pretty-json/index.d.ts +42 -0
  2730. package/node_modules/hono/dist/types/middleware/request-id/index.d.ts +7 -0
  2731. package/node_modules/hono/dist/types/middleware/request-id/request-id.d.ts +37 -0
  2732. package/node_modules/hono/dist/types/middleware/secure-headers/index.d.ts +8 -0
  2733. package/node_modules/hono/dist/types/middleware/secure-headers/permissions-policy.d.ts +14 -0
  2734. package/node_modules/hono/dist/types/middleware/secure-headers/secure-headers.d.ts +109 -0
  2735. package/node_modules/hono/dist/types/middleware/serve-static/index.d.ts +31 -0
  2736. package/node_modules/hono/dist/types/middleware/serve-static/path.d.ts +5 -0
  2737. package/node_modules/hono/dist/types/middleware/timeout/index.d.ts +31 -0
  2738. package/node_modules/hono/dist/types/middleware/timing/index.d.ts +7 -0
  2739. package/node_modules/hono/dist/types/middleware/timing/timing.d.ts +129 -0
  2740. package/node_modules/hono/dist/types/middleware/trailing-slash/index.d.ts +94 -0
  2741. package/node_modules/hono/dist/types/package.json +3 -0
  2742. package/node_modules/hono/dist/types/preset/quick.d.ts +10 -0
  2743. package/node_modules/hono/dist/types/preset/tiny.d.ts +10 -0
  2744. package/node_modules/hono/dist/types/request/constants.d.ts +1 -0
  2745. package/node_modules/hono/dist/types/request.d.ts +324 -0
  2746. package/node_modules/hono/dist/types/router/linear-router/index.d.ts +5 -0
  2747. package/node_modules/hono/dist/types/router/linear-router/router.d.ts +7 -0
  2748. package/node_modules/hono/dist/types/router/pattern-router/index.d.ts +5 -0
  2749. package/node_modules/hono/dist/types/router/pattern-router/router.d.ts +7 -0
  2750. package/node_modules/hono/dist/types/router/reg-exp-router/index.d.ts +6 -0
  2751. package/node_modules/hono/dist/types/router/reg-exp-router/matcher.d.ts +7 -0
  2752. package/node_modules/hono/dist/types/router/reg-exp-router/node.d.ts +10 -0
  2753. package/node_modules/hono/dist/types/router/reg-exp-router/prepared-router.d.ts +17 -0
  2754. package/node_modules/hono/dist/types/router/reg-exp-router/router.d.ts +11 -0
  2755. package/node_modules/hono/dist/types/router/reg-exp-router/trie.d.ts +7 -0
  2756. package/node_modules/hono/dist/types/router/smart-router/index.d.ts +5 -0
  2757. package/node_modules/hono/dist/types/router/smart-router/router.d.ts +11 -0
  2758. package/node_modules/hono/dist/types/router/trie-router/index.d.ts +5 -0
  2759. package/node_modules/hono/dist/types/router/trie-router/node.d.ts +7 -0
  2760. package/node_modules/hono/dist/types/router/trie-router/router.d.ts +8 -0
  2761. package/node_modules/hono/dist/types/router.d.ts +97 -0
  2762. package/node_modules/hono/dist/types/types.d.ts +573 -0
  2763. package/node_modules/hono/dist/types/utils/accept.d.ts +6 -0
  2764. package/node_modules/hono/dist/types/utils/basic-auth.d.ts +5 -0
  2765. package/node_modules/hono/dist/types/utils/body.d.ts +79 -0
  2766. package/node_modules/hono/dist/types/utils/buffer.d.ts +17 -0
  2767. package/node_modules/hono/dist/types/utils/color.d.ts +21 -0
  2768. package/node_modules/hono/dist/types/utils/compress.d.ts +8 -0
  2769. package/node_modules/hono/dist/types/utils/concurrent.d.ts +11 -0
  2770. package/node_modules/hono/dist/types/utils/constants.d.ts +4 -0
  2771. package/node_modules/hono/dist/types/utils/cookie.d.ts +40 -0
  2772. package/node_modules/hono/dist/types/utils/crypto.d.ts +15 -0
  2773. package/node_modules/hono/dist/types/utils/encode.d.ts +8 -0
  2774. package/node_modules/hono/dist/types/utils/filepath.d.ts +12 -0
  2775. package/node_modules/hono/dist/types/utils/handler.d.ts +6 -0
  2776. package/node_modules/hono/dist/types/utils/headers.d.ts +8 -0
  2777. package/node_modules/hono/dist/types/utils/html.d.ts +44 -0
  2778. package/node_modules/hono/dist/types/utils/http-status.d.ts +32 -0
  2779. package/node_modules/hono/dist/types/utils/ipaddr.d.ts +56 -0
  2780. package/node_modules/hono/dist/types/utils/jwt/index.d.ts +18 -0
  2781. package/node_modules/hono/dist/types/utils/jwt/jwa.d.ts +23 -0
  2782. package/node_modules/hono/dist/types/utils/jwt/jws.d.ts +12 -0
  2783. package/node_modules/hono/dist/types/utils/jwt/jwt.d.ts +43 -0
  2784. package/node_modules/hono/dist/types/utils/jwt/types.d.ts +86 -0
  2785. package/node_modules/hono/dist/types/utils/jwt/utf8.d.ts +6 -0
  2786. package/node_modules/hono/dist/types/utils/mime.d.ts +70 -0
  2787. package/node_modules/hono/dist/types/utils/stream.d.ts +31 -0
  2788. package/node_modules/hono/dist/types/utils/types.d.ts +74 -0
  2789. package/node_modules/hono/dist/types/utils/url.d.ts +39 -0
  2790. package/node_modules/hono/dist/types/validator/index.d.ts +7 -0
  2791. package/node_modules/hono/dist/types/validator/utils.d.ts +29 -0
  2792. package/node_modules/hono/dist/types/validator/validator.d.ts +16 -0
  2793. package/node_modules/hono/dist/types.js +6 -0
  2794. package/node_modules/hono/dist/utils/accept.js +223 -0
  2795. package/node_modules/hono/dist/utils/basic-auth.js +23 -0
  2796. package/node_modules/hono/dist/utils/body.js +75 -0
  2797. package/node_modules/hono/dist/utils/buffer.js +77 -0
  2798. package/node_modules/hono/dist/utils/color.js +25 -0
  2799. package/node_modules/hono/dist/utils/compress.js +5 -0
  2800. package/node_modules/hono/dist/utils/concurrent.js +39 -0
  2801. package/node_modules/hono/dist/utils/constants.js +5 -0
  2802. package/node_modules/hono/dist/utils/cookie.js +173 -0
  2803. package/node_modules/hono/dist/utils/crypto.js +44 -0
  2804. package/node_modules/hono/dist/utils/encode.js +29 -0
  2805. package/node_modules/hono/dist/utils/filepath.js +35 -0
  2806. package/node_modules/hono/dist/utils/handler.js +13 -0
  2807. package/node_modules/hono/dist/utils/headers.js +0 -0
  2808. package/node_modules/hono/dist/utils/html.js +123 -0
  2809. package/node_modules/hono/dist/utils/http-status.js +0 -0
  2810. package/node_modules/hono/dist/utils/ipaddr.js +283 -0
  2811. package/node_modules/hono/dist/utils/jwt/index.js +6 -0
  2812. package/node_modules/hono/dist/utils/jwt/jwa.js +20 -0
  2813. package/node_modules/hono/dist/utils/jwt/jws.js +192 -0
  2814. package/node_modules/hono/dist/utils/jwt/jwt.js +207 -0
  2815. package/node_modules/hono/dist/utils/jwt/types.js +124 -0
  2816. package/node_modules/hono/dist/utils/jwt/utf8.js +7 -0
  2817. package/node_modules/hono/dist/utils/mime.js +82 -0
  2818. package/node_modules/hono/dist/utils/stream.js +81 -0
  2819. package/node_modules/hono/dist/utils/types.js +0 -0
  2820. package/node_modules/hono/dist/utils/url.js +222 -0
  2821. package/node_modules/hono/dist/validator/index.js +5 -0
  2822. package/node_modules/hono/dist/validator/utils.js +0 -0
  2823. package/node_modules/hono/dist/validator/validator.js +86 -0
  2824. package/node_modules/hono/package.json +692 -0
  2825. package/node_modules/http-errors/HISTORY.md +186 -0
  2826. package/node_modules/http-errors/LICENSE +23 -0
  2827. package/node_modules/http-errors/README.md +169 -0
  2828. package/node_modules/http-errors/index.js +290 -0
  2829. package/node_modules/http-errors/package.json +54 -0
  2830. package/node_modules/http-proxy/.auto-changelog +6 -0
  2831. package/node_modules/http-proxy/.gitattributes +1 -0
  2832. package/node_modules/http-proxy/CHANGELOG.md +1872 -0
  2833. package/node_modules/http-proxy/CODE_OF_CONDUCT.md +74 -0
  2834. package/node_modules/http-proxy/LICENSE +23 -0
  2835. package/node_modules/http-proxy/README.md +568 -0
  2836. package/node_modules/http-proxy/codecov.yml +10 -0
  2837. package/node_modules/http-proxy/index.js +13 -0
  2838. package/node_modules/http-proxy/lib/http-proxy/common.js +248 -0
  2839. package/node_modules/http-proxy/lib/http-proxy/index.js +185 -0
  2840. package/node_modules/http-proxy/lib/http-proxy/passes/web-incoming.js +194 -0
  2841. package/node_modules/http-proxy/lib/http-proxy/passes/web-outgoing.js +147 -0
  2842. package/node_modules/http-proxy/lib/http-proxy/passes/ws-incoming.js +162 -0
  2843. package/node_modules/http-proxy/lib/http-proxy.js +66 -0
  2844. package/node_modules/http-proxy/package.json +41 -0
  2845. package/node_modules/http-proxy/renovate.json +19 -0
  2846. package/node_modules/http-proxy-middleware/LICENSE +22 -0
  2847. package/node_modules/http-proxy-middleware/README.md +647 -0
  2848. package/node_modules/http-proxy-middleware/dist/configuration.d.ts +2 -0
  2849. package/node_modules/http-proxy-middleware/dist/configuration.js +9 -0
  2850. package/node_modules/http-proxy-middleware/dist/debug.d.ts +5 -0
  2851. package/node_modules/http-proxy-middleware/dist/debug.js +8 -0
  2852. package/node_modules/http-proxy-middleware/dist/errors.d.ts +6 -0
  2853. package/node_modules/http-proxy-middleware/dist/errors.js +10 -0
  2854. package/node_modules/http-proxy-middleware/dist/factory.d.ts +3 -0
  2855. package/node_modules/http-proxy-middleware/dist/factory.js +8 -0
  2856. package/node_modules/http-proxy-middleware/dist/get-plugins.d.ts +2 -0
  2857. package/node_modules/http-proxy-middleware/dist/get-plugins.js +13 -0
  2858. package/node_modules/http-proxy-middleware/dist/handlers/fix-request-body.d.ts +8 -0
  2859. package/node_modules/http-proxy-middleware/dist/handlers/fix-request-body.js +50 -0
  2860. package/node_modules/http-proxy-middleware/dist/handlers/index.d.ts +1 -0
  2861. package/node_modules/http-proxy-middleware/dist/handlers/index.js +17 -0
  2862. package/node_modules/http-proxy-middleware/dist/handlers/public.d.ts +2 -0
  2863. package/node_modules/http-proxy-middleware/dist/handlers/public.js +7 -0
  2864. package/node_modules/http-proxy-middleware/dist/handlers/response-interceptor.d.ts +11 -0
  2865. package/node_modules/http-proxy-middleware/dist/handlers/response-interceptor.js +94 -0
  2866. package/node_modules/http-proxy-middleware/dist/http-proxy-middleware.d.ts +29 -0
  2867. package/node_modules/http-proxy-middleware/dist/http-proxy-middleware.js +161 -0
  2868. package/node_modules/http-proxy-middleware/dist/index.d.ts +11 -0
  2869. package/node_modules/http-proxy-middleware/dist/index.js +26 -0
  2870. package/node_modules/http-proxy-middleware/dist/legacy/create-proxy-middleware.d.ts +12 -0
  2871. package/node_modules/http-proxy-middleware/dist/legacy/create-proxy-middleware.js +16 -0
  2872. package/node_modules/http-proxy-middleware/dist/legacy/index.d.ts +1 -0
  2873. package/node_modules/http-proxy-middleware/dist/legacy/index.js +17 -0
  2874. package/node_modules/http-proxy-middleware/dist/legacy/options-adapter.d.ts +6 -0
  2875. package/node_modules/http-proxy-middleware/dist/legacy/options-adapter.js +97 -0
  2876. package/node_modules/http-proxy-middleware/dist/legacy/public.d.ts +2 -0
  2877. package/node_modules/http-proxy-middleware/dist/legacy/public.js +5 -0
  2878. package/node_modules/http-proxy-middleware/dist/legacy/types.d.ts +111 -0
  2879. package/node_modules/http-proxy-middleware/dist/legacy/types.js +2 -0
  2880. package/node_modules/http-proxy-middleware/dist/logger.d.ts +2 -0
  2881. package/node_modules/http-proxy-middleware/dist/logger.js +24 -0
  2882. package/node_modules/http-proxy-middleware/dist/path-filter.d.ts +3 -0
  2883. package/node_modules/http-proxy-middleware/dist/path-filter.js +80 -0
  2884. package/node_modules/http-proxy-middleware/dist/path-rewriter.d.ts +7 -0
  2885. package/node_modules/http-proxy-middleware/dist/path-rewriter.js +65 -0
  2886. package/node_modules/http-proxy-middleware/dist/plugins/default/debug-proxy-errors-plugin.d.ts +6 -0
  2887. package/node_modules/http-proxy-middleware/dist/plugins/default/debug-proxy-errors-plugin.js +61 -0
  2888. package/node_modules/http-proxy-middleware/dist/plugins/default/error-response-plugin.d.ts +2 -0
  2889. package/node_modules/http-proxy-middleware/dist/plugins/default/error-response-plugin.js +30 -0
  2890. package/node_modules/http-proxy-middleware/dist/plugins/default/index.d.ts +4 -0
  2891. package/node_modules/http-proxy-middleware/dist/plugins/default/index.js +20 -0
  2892. package/node_modules/http-proxy-middleware/dist/plugins/default/logger-plugin.d.ts +2 -0
  2893. package/node_modules/http-proxy-middleware/dist/plugins/default/logger-plugin.js +66 -0
  2894. package/node_modules/http-proxy-middleware/dist/plugins/default/proxy-events.d.ts +22 -0
  2895. package/node_modules/http-proxy-middleware/dist/plugins/default/proxy-events.js +33 -0
  2896. package/node_modules/http-proxy-middleware/dist/router.d.ts +1 -0
  2897. package/node_modules/http-proxy-middleware/dist/router.js +45 -0
  2898. package/node_modules/http-proxy-middleware/dist/status-code.d.ts +1 -0
  2899. package/node_modules/http-proxy-middleware/dist/status-code.js +23 -0
  2900. package/node_modules/http-proxy-middleware/dist/types.d.ts +122 -0
  2901. package/node_modules/http-proxy-middleware/dist/types.js +6 -0
  2902. package/node_modules/http-proxy-middleware/dist/utils/function.d.ts +1 -0
  2903. package/node_modules/http-proxy-middleware/dist/utils/function.js +7 -0
  2904. package/node_modules/http-proxy-middleware/dist/utils/logger-plugin.d.ts +7 -0
  2905. package/node_modules/http-proxy-middleware/dist/utils/logger-plugin.js +10 -0
  2906. package/node_modules/http-proxy-middleware/node_modules/debug/LICENSE +20 -0
  2907. package/node_modules/http-proxy-middleware/node_modules/debug/README.md +481 -0
  2908. package/node_modules/http-proxy-middleware/node_modules/debug/package.json +64 -0
  2909. package/node_modules/http-proxy-middleware/node_modules/debug/src/browser.js +272 -0
  2910. package/node_modules/http-proxy-middleware/node_modules/debug/src/common.js +292 -0
  2911. package/node_modules/http-proxy-middleware/node_modules/debug/src/index.js +10 -0
  2912. package/node_modules/http-proxy-middleware/node_modules/debug/src/node.js +263 -0
  2913. package/node_modules/http-proxy-middleware/node_modules/ms/index.js +162 -0
  2914. package/node_modules/http-proxy-middleware/node_modules/ms/license.md +21 -0
  2915. package/node_modules/http-proxy-middleware/node_modules/ms/package.json +38 -0
  2916. package/node_modules/http-proxy-middleware/node_modules/ms/readme.md +59 -0
  2917. package/node_modules/http-proxy-middleware/package.json +108 -0
  2918. package/node_modules/iconv-lite/Changelog.md +162 -0
  2919. package/node_modules/iconv-lite/LICENSE +21 -0
  2920. package/node_modules/iconv-lite/README.md +156 -0
  2921. package/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
  2922. package/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
  2923. package/node_modules/iconv-lite/encodings/index.js +22 -0
  2924. package/node_modules/iconv-lite/encodings/internal.js +188 -0
  2925. package/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
  2926. package/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  2927. package/node_modules/iconv-lite/encodings/sbcs-data.js +174 -0
  2928. package/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  2929. package/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  2930. package/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  2931. package/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  2932. package/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  2933. package/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  2934. package/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
  2935. package/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  2936. package/node_modules/iconv-lite/encodings/utf16.js +177 -0
  2937. package/node_modules/iconv-lite/encodings/utf7.js +290 -0
  2938. package/node_modules/iconv-lite/lib/bom-handling.js +52 -0
  2939. package/node_modules/iconv-lite/lib/extend-node.js +217 -0
  2940. package/node_modules/iconv-lite/lib/index.d.ts +24 -0
  2941. package/node_modules/iconv-lite/lib/index.js +153 -0
  2942. package/node_modules/iconv-lite/lib/streams.js +121 -0
  2943. package/node_modules/iconv-lite/package.json +46 -0
  2944. package/node_modules/inherits/LICENSE +16 -0
  2945. package/node_modules/inherits/README.md +42 -0
  2946. package/node_modules/inherits/inherits.js +9 -0
  2947. package/node_modules/inherits/inherits_browser.js +27 -0
  2948. package/node_modules/inherits/package.json +29 -0
  2949. package/node_modules/ip-address/LICENSE +19 -0
  2950. package/node_modules/ip-address/README.md +278 -0
  2951. package/node_modules/ip-address/dist/address-error.d.ts +4 -0
  2952. package/node_modules/ip-address/dist/address-error.js +12 -0
  2953. package/node_modules/ip-address/dist/address-error.js.map +1 -0
  2954. package/node_modules/ip-address/dist/common.d.ts +20 -0
  2955. package/node_modules/ip-address/dist/common.js +67 -0
  2956. package/node_modules/ip-address/dist/common.js.map +1 -0
  2957. package/node_modules/ip-address/dist/ip-address.d.ts +7 -0
  2958. package/node_modules/ip-address/dist/ip-address.js +35 -0
  2959. package/node_modules/ip-address/dist/ip-address.js.map +1 -0
  2960. package/node_modules/ip-address/dist/ipv4.d.ts +267 -0
  2961. package/node_modules/ip-address/dist/ipv4.js +485 -0
  2962. package/node_modules/ip-address/dist/ipv4.js.map +1 -0
  2963. package/node_modules/ip-address/dist/ipv6.d.ts +489 -0
  2964. package/node_modules/ip-address/dist/ipv6.js +1217 -0
  2965. package/node_modules/ip-address/dist/ipv6.js.map +1 -0
  2966. package/node_modules/ip-address/dist/v4/constants.d.ts +4 -0
  2967. package/node_modules/ip-address/dist/v4/constants.js +8 -0
  2968. package/node_modules/ip-address/dist/v4/constants.js.map +1 -0
  2969. package/node_modules/ip-address/dist/v6/constants.d.ts +44 -0
  2970. package/node_modules/ip-address/dist/v6/constants.js +81 -0
  2971. package/node_modules/ip-address/dist/v6/constants.js.map +1 -0
  2972. package/node_modules/ip-address/dist/v6/helpers.d.ts +18 -0
  2973. package/node_modules/ip-address/dist/v6/helpers.js +54 -0
  2974. package/node_modules/ip-address/dist/v6/helpers.js.map +1 -0
  2975. package/node_modules/ip-address/dist/v6/regular-expressions.d.ts +5 -0
  2976. package/node_modules/ip-address/dist/v6/regular-expressions.js +95 -0
  2977. package/node_modules/ip-address/dist/v6/regular-expressions.js.map +1 -0
  2978. package/node_modules/ip-address/package.json +88 -0
  2979. package/node_modules/ipaddr.js/LICENSE +19 -0
  2980. package/node_modules/ipaddr.js/README.md +233 -0
  2981. package/node_modules/ipaddr.js/ipaddr.min.js +1 -0
  2982. package/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
  2983. package/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
  2984. package/node_modules/ipaddr.js/package.json +35 -0
  2985. package/node_modules/is-extglob/LICENSE +21 -0
  2986. package/node_modules/is-extglob/README.md +107 -0
  2987. package/node_modules/is-extglob/index.js +20 -0
  2988. package/node_modules/is-extglob/package.json +69 -0
  2989. package/node_modules/is-glob/LICENSE +21 -0
  2990. package/node_modules/is-glob/README.md +206 -0
  2991. package/node_modules/is-glob/index.js +150 -0
  2992. package/node_modules/is-glob/package.json +81 -0
  2993. package/node_modules/is-number/LICENSE +21 -0
  2994. package/node_modules/is-number/README.md +187 -0
  2995. package/node_modules/is-number/index.js +18 -0
  2996. package/node_modules/is-number/package.json +82 -0
  2997. package/node_modules/is-plain-object/LICENSE +21 -0
  2998. package/node_modules/is-plain-object/README.md +125 -0
  2999. package/node_modules/is-plain-object/dist/is-plain-object.js +38 -0
  3000. package/node_modules/is-plain-object/dist/is-plain-object.mjs +34 -0
  3001. package/node_modules/is-plain-object/is-plain-object.d.ts +1 -0
  3002. package/node_modules/is-plain-object/package.json +85 -0
  3003. package/node_modules/is-promise/LICENSE +19 -0
  3004. package/node_modules/is-promise/index.d.ts +2 -0
  3005. package/node_modules/is-promise/index.js +6 -0
  3006. package/node_modules/is-promise/index.mjs +3 -0
  3007. package/node_modules/is-promise/package.json +30 -0
  3008. package/node_modules/is-promise/readme.md +33 -0
  3009. package/node_modules/isexe/.npmignore +2 -0
  3010. package/node_modules/isexe/LICENSE +15 -0
  3011. package/node_modules/isexe/README.md +51 -0
  3012. package/node_modules/isexe/index.js +57 -0
  3013. package/node_modules/isexe/mode.js +41 -0
  3014. package/node_modules/isexe/package.json +31 -0
  3015. package/node_modules/isexe/test/basic.js +221 -0
  3016. package/node_modules/isexe/windows.js +42 -0
  3017. package/node_modules/jose/LICENSE.md +21 -0
  3018. package/node_modules/jose/README.md +153 -0
  3019. package/node_modules/jose/dist/types/index.d.ts +55 -0
  3020. package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +31 -0
  3021. package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +65 -0
  3022. package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +31 -0
  3023. package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +83 -0
  3024. package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +38 -0
  3025. package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +74 -0
  3026. package/node_modules/jose/dist/types/jwk/embedded.d.ts +17 -0
  3027. package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +32 -0
  3028. package/node_modules/jose/dist/types/jwks/local.d.ts +29 -0
  3029. package/node_modules/jose/dist/types/jwks/remote.d.ts +237 -0
  3030. package/node_modules/jose/dist/types/jws/compact/sign.d.ts +36 -0
  3031. package/node_modules/jose/dist/types/jws/compact/verify.d.ts +33 -0
  3032. package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +42 -0
  3033. package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +33 -0
  3034. package/node_modules/jose/dist/types/jws/general/sign.d.ts +53 -0
  3035. package/node_modules/jose/dist/types/jws/general/verify.d.ts +41 -0
  3036. package/node_modules/jose/dist/types/jwt/decrypt.d.ts +35 -0
  3037. package/node_modules/jose/dist/types/jwt/encrypt.d.ts +91 -0
  3038. package/node_modules/jose/dist/types/jwt/sign.d.ts +43 -0
  3039. package/node_modules/jose/dist/types/jwt/unsecured.d.ts +43 -0
  3040. package/node_modules/jose/dist/types/jwt/verify.d.ts +37 -0
  3041. package/node_modules/jose/dist/types/key/export.d.ts +33 -0
  3042. package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +47 -0
  3043. package/node_modules/jose/dist/types/key/generate_secret.d.ts +35 -0
  3044. package/node_modules/jose/dist/types/key/import.d.ts +83 -0
  3045. package/node_modules/jose/dist/types/types.d.ts +852 -0
  3046. package/node_modules/jose/dist/types/util/base64url.d.ts +9 -0
  3047. package/node_modules/jose/dist/types/util/decode_jwt.d.ts +18 -0
  3048. package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +17 -0
  3049. package/node_modules/jose/dist/types/util/errors.d.ts +213 -0
  3050. package/node_modules/jose/dist/webapi/index.js +32 -0
  3051. package/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +27 -0
  3052. package/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +27 -0
  3053. package/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +159 -0
  3054. package/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +167 -0
  3055. package/node_modules/jose/dist/webapi/jwe/general/decrypt.js +31 -0
  3056. package/node_modules/jose/dist/webapi/jwe/general/encrypt.js +182 -0
  3057. package/node_modules/jose/dist/webapi/jwk/embedded.js +17 -0
  3058. package/node_modules/jose/dist/webapi/jwk/thumbprint.js +68 -0
  3059. package/node_modules/jose/dist/webapi/jwks/local.js +119 -0
  3060. package/node_modules/jose/dist/webapi/jwks/remote.js +179 -0
  3061. package/node_modules/jose/dist/webapi/jws/compact/sign.js +18 -0
  3062. package/node_modules/jose/dist/webapi/jws/compact/verify.js +21 -0
  3063. package/node_modules/jose/dist/webapi/jws/flattened/sign.js +89 -0
  3064. package/node_modules/jose/dist/webapi/jws/flattened/verify.js +110 -0
  3065. package/node_modules/jose/dist/webapi/jws/general/sign.js +70 -0
  3066. package/node_modules/jose/dist/webapi/jws/general/verify.js +24 -0
  3067. package/node_modules/jose/dist/webapi/jwt/decrypt.js +23 -0
  3068. package/node_modules/jose/dist/webapi/jwt/encrypt.js +101 -0
  3069. package/node_modules/jose/dist/webapi/jwt/sign.js +52 -0
  3070. package/node_modules/jose/dist/webapi/jwt/unsecured.js +63 -0
  3071. package/node_modules/jose/dist/webapi/jwt/verify.js +15 -0
  3072. package/node_modules/jose/dist/webapi/key/export.js +11 -0
  3073. package/node_modules/jose/dist/webapi/key/generate_key_pair.js +97 -0
  3074. package/node_modules/jose/dist/webapi/key/generate_secret.js +40 -0
  3075. package/node_modules/jose/dist/webapi/key/import.js +57 -0
  3076. package/node_modules/jose/dist/webapi/lib/aesgcmkw.js +15 -0
  3077. package/node_modules/jose/dist/webapi/lib/aeskw.js +25 -0
  3078. package/node_modules/jose/dist/webapi/lib/asn1.js +243 -0
  3079. package/node_modules/jose/dist/webapi/lib/base64.js +22 -0
  3080. package/node_modules/jose/dist/webapi/lib/buffer_utils.js +43 -0
  3081. package/node_modules/jose/dist/webapi/lib/check_key_type.js +122 -0
  3082. package/node_modules/jose/dist/webapi/lib/content_encryption.js +217 -0
  3083. package/node_modules/jose/dist/webapi/lib/crypto_key.js +136 -0
  3084. package/node_modules/jose/dist/webapi/lib/deflate.js +44 -0
  3085. package/node_modules/jose/dist/webapi/lib/ecdhes.js +52 -0
  3086. package/node_modules/jose/dist/webapi/lib/helpers.js +19 -0
  3087. package/node_modules/jose/dist/webapi/lib/invalid_key_input.js +27 -0
  3088. package/node_modules/jose/dist/webapi/lib/is_key_like.js +17 -0
  3089. package/node_modules/jose/dist/webapi/lib/jwk_to_key.js +107 -0
  3090. package/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +238 -0
  3091. package/node_modules/jose/dist/webapi/lib/key_management.js +186 -0
  3092. package/node_modules/jose/dist/webapi/lib/key_to_jwk.js +31 -0
  3093. package/node_modules/jose/dist/webapi/lib/normalize_key.js +166 -0
  3094. package/node_modules/jose/dist/webapi/lib/pbes2kw.js +42 -0
  3095. package/node_modules/jose/dist/webapi/lib/rsaes.js +24 -0
  3096. package/node_modules/jose/dist/webapi/lib/signing.js +68 -0
  3097. package/node_modules/jose/dist/webapi/lib/type_checks.js +40 -0
  3098. package/node_modules/jose/dist/webapi/lib/validate_algorithms.js +10 -0
  3099. package/node_modules/jose/dist/webapi/lib/validate_crit.js +33 -0
  3100. package/node_modules/jose/dist/webapi/util/base64url.js +30 -0
  3101. package/node_modules/jose/dist/webapi/util/decode_jwt.js +32 -0
  3102. package/node_modules/jose/dist/webapi/util/decode_protected_header.js +34 -0
  3103. package/node_modules/jose/dist/webapi/util/errors.js +99 -0
  3104. package/node_modules/jose/package.json +200 -0
  3105. package/node_modules/json-schema-traverse/.eslintrc.yml +27 -0
  3106. package/node_modules/json-schema-traverse/.github/FUNDING.yml +2 -0
  3107. package/node_modules/json-schema-traverse/.github/workflows/build.yml +28 -0
  3108. package/node_modules/json-schema-traverse/.github/workflows/publish.yml +27 -0
  3109. package/node_modules/json-schema-traverse/LICENSE +21 -0
  3110. package/node_modules/json-schema-traverse/README.md +95 -0
  3111. package/node_modules/json-schema-traverse/index.d.ts +40 -0
  3112. package/node_modules/json-schema-traverse/index.js +93 -0
  3113. package/node_modules/json-schema-traverse/package.json +43 -0
  3114. package/node_modules/json-schema-traverse/spec/.eslintrc.yml +6 -0
  3115. package/node_modules/json-schema-traverse/spec/fixtures/schema.js +125 -0
  3116. package/node_modules/json-schema-traverse/spec/index.spec.js +171 -0
  3117. package/node_modules/json-schema-typed/LICENSE.md +57 -0
  3118. package/node_modules/json-schema-typed/README.md +108 -0
  3119. package/node_modules/json-schema-typed/draft_07.d.ts +882 -0
  3120. package/node_modules/json-schema-typed/draft_07.js +328 -0
  3121. package/node_modules/json-schema-typed/draft_2019_09.d.ts +1247 -0
  3122. package/node_modules/json-schema-typed/draft_2019_09.js +349 -0
  3123. package/node_modules/json-schema-typed/draft_2020_12.d.ts +1239 -0
  3124. package/node_modules/json-schema-typed/draft_2020_12.js +352 -0
  3125. package/node_modules/json-schema-typed/package.json +44 -0
  3126. package/node_modules/math-intrinsics/.eslintrc +16 -0
  3127. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  3128. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  3129. package/node_modules/math-intrinsics/LICENSE +21 -0
  3130. package/node_modules/math-intrinsics/README.md +50 -0
  3131. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  3132. package/node_modules/math-intrinsics/abs.js +4 -0
  3133. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  3134. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  3135. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  3136. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  3137. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  3138. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  3139. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  3140. package/node_modules/math-intrinsics/floor.js +4 -0
  3141. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  3142. package/node_modules/math-intrinsics/isFinite.js +12 -0
  3143. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  3144. package/node_modules/math-intrinsics/isInteger.js +16 -0
  3145. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  3146. package/node_modules/math-intrinsics/isNaN.js +6 -0
  3147. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  3148. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  3149. package/node_modules/math-intrinsics/max.d.ts +1 -0
  3150. package/node_modules/math-intrinsics/max.js +4 -0
  3151. package/node_modules/math-intrinsics/min.d.ts +1 -0
  3152. package/node_modules/math-intrinsics/min.js +4 -0
  3153. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  3154. package/node_modules/math-intrinsics/mod.js +9 -0
  3155. package/node_modules/math-intrinsics/package.json +86 -0
  3156. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  3157. package/node_modules/math-intrinsics/pow.js +4 -0
  3158. package/node_modules/math-intrinsics/round.d.ts +1 -0
  3159. package/node_modules/math-intrinsics/round.js +4 -0
  3160. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  3161. package/node_modules/math-intrinsics/sign.js +11 -0
  3162. package/node_modules/math-intrinsics/test/index.js +192 -0
  3163. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  3164. package/node_modules/media-typer/HISTORY.md +22 -0
  3165. package/node_modules/media-typer/LICENSE +22 -0
  3166. package/node_modules/media-typer/README.md +81 -0
  3167. package/node_modules/media-typer/index.js +270 -0
  3168. package/node_modules/media-typer/package.json +26 -0
  3169. package/node_modules/merge-descriptors/HISTORY.md +21 -0
  3170. package/node_modules/merge-descriptors/LICENSE +23 -0
  3171. package/node_modules/merge-descriptors/README.md +49 -0
  3172. package/node_modules/merge-descriptors/index.js +60 -0
  3173. package/node_modules/merge-descriptors/package.json +39 -0
  3174. package/node_modules/methods/HISTORY.md +29 -0
  3175. package/node_modules/methods/LICENSE +24 -0
  3176. package/node_modules/methods/README.md +51 -0
  3177. package/node_modules/methods/index.js +69 -0
  3178. package/node_modules/methods/package.json +36 -0
  3179. package/node_modules/micromatch/LICENSE +21 -0
  3180. package/node_modules/micromatch/README.md +1024 -0
  3181. package/node_modules/micromatch/index.js +474 -0
  3182. package/node_modules/micromatch/package.json +119 -0
  3183. package/node_modules/mime/.npmignore +0 -0
  3184. package/node_modules/mime/CHANGELOG.md +164 -0
  3185. package/node_modules/mime/LICENSE +21 -0
  3186. package/node_modules/mime/README.md +90 -0
  3187. package/node_modules/mime/cli.js +8 -0
  3188. package/node_modules/mime/mime.js +108 -0
  3189. package/node_modules/mime/package.json +44 -0
  3190. package/node_modules/mime/src/build.js +53 -0
  3191. package/node_modules/mime/src/test.js +60 -0
  3192. package/node_modules/mime/types.json +1 -0
  3193. package/node_modules/mime-db/HISTORY.md +507 -0
  3194. package/node_modules/mime-db/LICENSE +23 -0
  3195. package/node_modules/mime-db/README.md +100 -0
  3196. package/node_modules/mime-db/db.json +8519 -0
  3197. package/node_modules/mime-db/index.js +12 -0
  3198. package/node_modules/mime-db/package.json +60 -0
  3199. package/node_modules/mime-types/HISTORY.md +397 -0
  3200. package/node_modules/mime-types/LICENSE +23 -0
  3201. package/node_modules/mime-types/README.md +113 -0
  3202. package/node_modules/mime-types/index.js +188 -0
  3203. package/node_modules/mime-types/package.json +44 -0
  3204. package/node_modules/ms/index.js +152 -0
  3205. package/node_modules/ms/license.md +21 -0
  3206. package/node_modules/ms/package.json +37 -0
  3207. package/node_modules/ms/readme.md +51 -0
  3208. package/node_modules/negotiator/HISTORY.md +108 -0
  3209. package/node_modules/negotiator/LICENSE +24 -0
  3210. package/node_modules/negotiator/README.md +203 -0
  3211. package/node_modules/negotiator/index.js +82 -0
  3212. package/node_modules/negotiator/lib/charset.js +169 -0
  3213. package/node_modules/negotiator/lib/encoding.js +184 -0
  3214. package/node_modules/negotiator/lib/language.js +179 -0
  3215. package/node_modules/negotiator/lib/mediaType.js +294 -0
  3216. package/node_modules/negotiator/package.json +42 -0
  3217. package/node_modules/object-assign/index.js +90 -0
  3218. package/node_modules/object-assign/license +21 -0
  3219. package/node_modules/object-assign/package.json +42 -0
  3220. package/node_modules/object-assign/readme.md +61 -0
  3221. package/node_modules/object-inspect/.eslintrc +53 -0
  3222. package/node_modules/object-inspect/.github/FUNDING.yml +12 -0
  3223. package/node_modules/object-inspect/.nycrc +13 -0
  3224. package/node_modules/object-inspect/CHANGELOG.md +424 -0
  3225. package/node_modules/object-inspect/LICENSE +21 -0
  3226. package/node_modules/object-inspect/example/all.js +23 -0
  3227. package/node_modules/object-inspect/example/circular.js +6 -0
  3228. package/node_modules/object-inspect/example/fn.js +5 -0
  3229. package/node_modules/object-inspect/example/inspect.js +10 -0
  3230. package/node_modules/object-inspect/index.js +544 -0
  3231. package/node_modules/object-inspect/package-support.json +20 -0
  3232. package/node_modules/object-inspect/package.json +105 -0
  3233. package/node_modules/object-inspect/readme.markdown +84 -0
  3234. package/node_modules/object-inspect/test/bigint.js +58 -0
  3235. package/node_modules/object-inspect/test/browser/dom.js +15 -0
  3236. package/node_modules/object-inspect/test/circular.js +16 -0
  3237. package/node_modules/object-inspect/test/deep.js +12 -0
  3238. package/node_modules/object-inspect/test/element.js +53 -0
  3239. package/node_modules/object-inspect/test/err.js +48 -0
  3240. package/node_modules/object-inspect/test/fakes.js +29 -0
  3241. package/node_modules/object-inspect/test/fn.js +76 -0
  3242. package/node_modules/object-inspect/test/global.js +17 -0
  3243. package/node_modules/object-inspect/test/has.js +15 -0
  3244. package/node_modules/object-inspect/test/holes.js +15 -0
  3245. package/node_modules/object-inspect/test/indent-option.js +271 -0
  3246. package/node_modules/object-inspect/test/inspect.js +139 -0
  3247. package/node_modules/object-inspect/test/lowbyte.js +12 -0
  3248. package/node_modules/object-inspect/test/number.js +58 -0
  3249. package/node_modules/object-inspect/test/quoteStyle.js +26 -0
  3250. package/node_modules/object-inspect/test/toStringTag.js +40 -0
  3251. package/node_modules/object-inspect/test/undef.js +12 -0
  3252. package/node_modules/object-inspect/test/values.js +261 -0
  3253. package/node_modules/object-inspect/test-core-js.js +26 -0
  3254. package/node_modules/object-inspect/util.inspect.js +1 -0
  3255. package/node_modules/on-finished/HISTORY.md +98 -0
  3256. package/node_modules/on-finished/LICENSE +23 -0
  3257. package/node_modules/on-finished/README.md +162 -0
  3258. package/node_modules/on-finished/index.js +234 -0
  3259. package/node_modules/on-finished/package.json +39 -0
  3260. package/node_modules/once/LICENSE +15 -0
  3261. package/node_modules/once/README.md +79 -0
  3262. package/node_modules/once/once.js +42 -0
  3263. package/node_modules/once/package.json +33 -0
  3264. package/node_modules/parseurl/HISTORY.md +58 -0
  3265. package/node_modules/parseurl/LICENSE +24 -0
  3266. package/node_modules/parseurl/README.md +133 -0
  3267. package/node_modules/parseurl/index.js +158 -0
  3268. package/node_modules/parseurl/package.json +40 -0
  3269. package/node_modules/path-key/index.d.ts +40 -0
  3270. package/node_modules/path-key/index.js +16 -0
  3271. package/node_modules/path-key/license +9 -0
  3272. package/node_modules/path-key/package.json +39 -0
  3273. package/node_modules/path-key/readme.md +61 -0
  3274. package/node_modules/path-to-regexp/LICENSE +21 -0
  3275. package/node_modules/path-to-regexp/Readme.md +35 -0
  3276. package/node_modules/path-to-regexp/index.js +158 -0
  3277. package/node_modules/path-to-regexp/package.json +30 -0
  3278. package/node_modules/picomatch/LICENSE +21 -0
  3279. package/node_modules/picomatch/README.md +716 -0
  3280. package/node_modules/picomatch/index.js +3 -0
  3281. package/node_modules/picomatch/lib/constants.js +184 -0
  3282. package/node_modules/picomatch/lib/parse.js +1392 -0
  3283. package/node_modules/picomatch/lib/picomatch.js +342 -0
  3284. package/node_modules/picomatch/lib/scan.js +391 -0
  3285. package/node_modules/picomatch/lib/utils.js +64 -0
  3286. package/node_modules/picomatch/package.json +81 -0
  3287. package/node_modules/pkce-challenge/CHANGELOG.md +114 -0
  3288. package/node_modules/pkce-challenge/LICENSE +21 -0
  3289. package/node_modules/pkce-challenge/README.md +55 -0
  3290. package/node_modules/pkce-challenge/dist/index.browser.d.ts +19 -0
  3291. package/node_modules/pkce-challenge/dist/index.browser.js +75 -0
  3292. package/node_modules/pkce-challenge/dist/index.node.cjs +83 -0
  3293. package/node_modules/pkce-challenge/dist/index.node.d.cts +19 -0
  3294. package/node_modules/pkce-challenge/dist/index.node.d.ts +19 -0
  3295. package/node_modules/pkce-challenge/dist/index.node.js +78 -0
  3296. package/node_modules/pkce-challenge/package.json +59 -0
  3297. package/node_modules/proxy-addr/HISTORY.md +161 -0
  3298. package/node_modules/proxy-addr/LICENSE +22 -0
  3299. package/node_modules/proxy-addr/README.md +139 -0
  3300. package/node_modules/proxy-addr/index.js +327 -0
  3301. package/node_modules/proxy-addr/package.json +47 -0
  3302. package/node_modules/qs/.editorconfig +46 -0
  3303. package/node_modules/qs/.github/FUNDING.yml +12 -0
  3304. package/node_modules/qs/.github/SECURITY.md +11 -0
  3305. package/node_modules/qs/.github/THREAT_MODEL.md +78 -0
  3306. package/node_modules/qs/.nycrc +13 -0
  3307. package/node_modules/qs/CHANGELOG.md +822 -0
  3308. package/node_modules/qs/LICENSE.md +29 -0
  3309. package/node_modules/qs/README.md +758 -0
  3310. package/node_modules/qs/dist/qs.js +141 -0
  3311. package/node_modules/qs/eslint.config.mjs +57 -0
  3312. package/node_modules/qs/lib/formats.js +23 -0
  3313. package/node_modules/qs/lib/index.js +11 -0
  3314. package/node_modules/qs/lib/parse.js +403 -0
  3315. package/node_modules/qs/lib/stringify.js +363 -0
  3316. package/node_modules/qs/lib/utils.js +342 -0
  3317. package/node_modules/qs/package.json +94 -0
  3318. package/node_modules/qs/test/empty-keys-cases.js +267 -0
  3319. package/node_modules/qs/test/parse.js +1703 -0
  3320. package/node_modules/qs/test/stringify.js +1448 -0
  3321. package/node_modules/qs/test/utils.js +432 -0
  3322. package/node_modules/range-parser/HISTORY.md +56 -0
  3323. package/node_modules/range-parser/LICENSE +23 -0
  3324. package/node_modules/range-parser/README.md +84 -0
  3325. package/node_modules/range-parser/index.js +162 -0
  3326. package/node_modules/range-parser/package.json +44 -0
  3327. package/node_modules/raw-body/LICENSE +22 -0
  3328. package/node_modules/raw-body/README.md +223 -0
  3329. package/node_modules/raw-body/index.d.ts +85 -0
  3330. package/node_modules/raw-body/index.js +336 -0
  3331. package/node_modules/raw-body/node_modules/iconv-lite/LICENSE +21 -0
  3332. package/node_modules/raw-body/node_modules/iconv-lite/README.md +138 -0
  3333. package/node_modules/raw-body/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
  3334. package/node_modules/raw-body/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
  3335. package/node_modules/raw-body/node_modules/iconv-lite/encodings/index.js +23 -0
  3336. package/node_modules/raw-body/node_modules/iconv-lite/encodings/internal.js +218 -0
  3337. package/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
  3338. package/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  3339. package/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
  3340. package/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  3341. package/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  3342. package/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  3343. package/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  3344. package/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  3345. package/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  3346. package/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
  3347. package/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  3348. package/node_modules/raw-body/node_modules/iconv-lite/encodings/utf16.js +187 -0
  3349. package/node_modules/raw-body/node_modules/iconv-lite/encodings/utf32.js +307 -0
  3350. package/node_modules/raw-body/node_modules/iconv-lite/encodings/utf7.js +283 -0
  3351. package/node_modules/raw-body/node_modules/iconv-lite/lib/bom-handling.js +48 -0
  3352. package/node_modules/raw-body/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
  3353. package/node_modules/raw-body/node_modules/iconv-lite/lib/index.d.ts +129 -0
  3354. package/node_modules/raw-body/node_modules/iconv-lite/lib/index.js +182 -0
  3355. package/node_modules/raw-body/node_modules/iconv-lite/lib/streams.js +105 -0
  3356. package/node_modules/raw-body/node_modules/iconv-lite/package.json +70 -0
  3357. package/node_modules/raw-body/node_modules/iconv-lite/types/encodings.d.ts +423 -0
  3358. package/node_modules/raw-body/package.json +46 -0
  3359. package/node_modules/require-from-string/index.js +34 -0
  3360. package/node_modules/require-from-string/license +21 -0
  3361. package/node_modules/require-from-string/package.json +28 -0
  3362. package/node_modules/require-from-string/readme.md +56 -0
  3363. package/node_modules/requires-port/.npmignore +2 -0
  3364. package/node_modules/requires-port/.travis.yml +19 -0
  3365. package/node_modules/requires-port/LICENSE +22 -0
  3366. package/node_modules/requires-port/README.md +47 -0
  3367. package/node_modules/requires-port/index.js +38 -0
  3368. package/node_modules/requires-port/package.json +47 -0
  3369. package/node_modules/requires-port/test.js +98 -0
  3370. package/node_modules/router/HISTORY.md +228 -0
  3371. package/node_modules/router/LICENSE +23 -0
  3372. package/node_modules/router/README.md +416 -0
  3373. package/node_modules/router/index.js +748 -0
  3374. package/node_modules/router/lib/layer.js +247 -0
  3375. package/node_modules/router/lib/route.js +242 -0
  3376. package/node_modules/router/node_modules/debug/LICENSE +20 -0
  3377. package/node_modules/router/node_modules/debug/README.md +481 -0
  3378. package/node_modules/router/node_modules/debug/package.json +64 -0
  3379. package/node_modules/router/node_modules/debug/src/browser.js +272 -0
  3380. package/node_modules/router/node_modules/debug/src/common.js +292 -0
  3381. package/node_modules/router/node_modules/debug/src/index.js +10 -0
  3382. package/node_modules/router/node_modules/debug/src/node.js +263 -0
  3383. package/node_modules/router/node_modules/ms/index.js +162 -0
  3384. package/node_modules/router/node_modules/ms/license.md +21 -0
  3385. package/node_modules/router/node_modules/ms/package.json +38 -0
  3386. package/node_modules/router/node_modules/ms/readme.md +59 -0
  3387. package/node_modules/router/node_modules/path-to-regexp/LICENSE +21 -0
  3388. package/node_modules/router/node_modules/path-to-regexp/Readme.md +224 -0
  3389. package/node_modules/router/node_modules/path-to-regexp/dist/index.d.ts +147 -0
  3390. package/node_modules/router/node_modules/path-to-regexp/dist/index.js +431 -0
  3391. package/node_modules/router/node_modules/path-to-regexp/dist/index.js.map +1 -0
  3392. package/node_modules/router/node_modules/path-to-regexp/package.json +64 -0
  3393. package/node_modules/router/package.json +44 -0
  3394. package/node_modules/safe-buffer/LICENSE +21 -0
  3395. package/node_modules/safe-buffer/README.md +584 -0
  3396. package/node_modules/safe-buffer/index.d.ts +187 -0
  3397. package/node_modules/safe-buffer/index.js +65 -0
  3398. package/node_modules/safe-buffer/package.json +51 -0
  3399. package/node_modules/safer-buffer/LICENSE +21 -0
  3400. package/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  3401. package/node_modules/safer-buffer/Readme.md +156 -0
  3402. package/node_modules/safer-buffer/dangerous.js +58 -0
  3403. package/node_modules/safer-buffer/package.json +34 -0
  3404. package/node_modules/safer-buffer/safer.js +77 -0
  3405. package/node_modules/safer-buffer/tests.js +406 -0
  3406. package/node_modules/send/HISTORY.md +538 -0
  3407. package/node_modules/send/LICENSE +23 -0
  3408. package/node_modules/send/README.md +327 -0
  3409. package/node_modules/send/SECURITY.md +24 -0
  3410. package/node_modules/send/index.js +1142 -0
  3411. package/node_modules/send/node_modules/ms/index.js +162 -0
  3412. package/node_modules/send/node_modules/ms/license.md +21 -0
  3413. package/node_modules/send/node_modules/ms/package.json +38 -0
  3414. package/node_modules/send/node_modules/ms/readme.md +59 -0
  3415. package/node_modules/send/package.json +62 -0
  3416. package/node_modules/serve-static/HISTORY.md +493 -0
  3417. package/node_modules/serve-static/LICENSE +25 -0
  3418. package/node_modules/serve-static/README.md +257 -0
  3419. package/node_modules/serve-static/index.js +209 -0
  3420. package/node_modules/serve-static/package.json +42 -0
  3421. package/node_modules/setprototypeof/LICENSE +13 -0
  3422. package/node_modules/setprototypeof/README.md +31 -0
  3423. package/node_modules/setprototypeof/index.d.ts +2 -0
  3424. package/node_modules/setprototypeof/index.js +17 -0
  3425. package/node_modules/setprototypeof/package.json +38 -0
  3426. package/node_modules/setprototypeof/test/index.js +24 -0
  3427. package/node_modules/shebang-command/index.js +19 -0
  3428. package/node_modules/shebang-command/license +9 -0
  3429. package/node_modules/shebang-command/package.json +34 -0
  3430. package/node_modules/shebang-command/readme.md +34 -0
  3431. package/node_modules/shebang-regex/index.d.ts +22 -0
  3432. package/node_modules/shebang-regex/index.js +2 -0
  3433. package/node_modules/shebang-regex/license +9 -0
  3434. package/node_modules/shebang-regex/package.json +35 -0
  3435. package/node_modules/shebang-regex/readme.md +33 -0
  3436. package/node_modules/side-channel/.editorconfig +9 -0
  3437. package/node_modules/side-channel/.eslintrc +12 -0
  3438. package/node_modules/side-channel/.github/FUNDING.yml +12 -0
  3439. package/node_modules/side-channel/.nycrc +13 -0
  3440. package/node_modules/side-channel/CHANGELOG.md +110 -0
  3441. package/node_modules/side-channel/LICENSE +21 -0
  3442. package/node_modules/side-channel/README.md +61 -0
  3443. package/node_modules/side-channel/index.d.ts +14 -0
  3444. package/node_modules/side-channel/index.js +43 -0
  3445. package/node_modules/side-channel/package.json +85 -0
  3446. package/node_modules/side-channel/test/index.js +104 -0
  3447. package/node_modules/side-channel/tsconfig.json +9 -0
  3448. package/node_modules/side-channel-list/.editorconfig +9 -0
  3449. package/node_modules/side-channel-list/.eslintrc +11 -0
  3450. package/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  3451. package/node_modules/side-channel-list/.nycrc +13 -0
  3452. package/node_modules/side-channel-list/CHANGELOG.md +36 -0
  3453. package/node_modules/side-channel-list/LICENSE +21 -0
  3454. package/node_modules/side-channel-list/README.md +62 -0
  3455. package/node_modules/side-channel-list/index.d.ts +13 -0
  3456. package/node_modules/side-channel-list/index.js +111 -0
  3457. package/node_modules/side-channel-list/list.d.ts +14 -0
  3458. package/node_modules/side-channel-list/package.json +77 -0
  3459. package/node_modules/side-channel-list/test/index.js +154 -0
  3460. package/node_modules/side-channel-list/tsconfig.json +9 -0
  3461. package/node_modules/side-channel-map/.editorconfig +9 -0
  3462. package/node_modules/side-channel-map/.eslintrc +11 -0
  3463. package/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  3464. package/node_modules/side-channel-map/.nycrc +13 -0
  3465. package/node_modules/side-channel-map/CHANGELOG.md +22 -0
  3466. package/node_modules/side-channel-map/LICENSE +21 -0
  3467. package/node_modules/side-channel-map/README.md +62 -0
  3468. package/node_modules/side-channel-map/index.d.ts +15 -0
  3469. package/node_modules/side-channel-map/index.js +68 -0
  3470. package/node_modules/side-channel-map/package.json +80 -0
  3471. package/node_modules/side-channel-map/test/index.js +114 -0
  3472. package/node_modules/side-channel-map/tsconfig.json +9 -0
  3473. package/node_modules/side-channel-weakmap/.editorconfig +9 -0
  3474. package/node_modules/side-channel-weakmap/.eslintrc +12 -0
  3475. package/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  3476. package/node_modules/side-channel-weakmap/.nycrc +13 -0
  3477. package/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  3478. package/node_modules/side-channel-weakmap/LICENSE +21 -0
  3479. package/node_modules/side-channel-weakmap/README.md +62 -0
  3480. package/node_modules/side-channel-weakmap/index.d.ts +15 -0
  3481. package/node_modules/side-channel-weakmap/index.js +84 -0
  3482. package/node_modules/side-channel-weakmap/package.json +87 -0
  3483. package/node_modules/side-channel-weakmap/test/index.js +114 -0
  3484. package/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  3485. package/node_modules/statuses/HISTORY.md +87 -0
  3486. package/node_modules/statuses/LICENSE +23 -0
  3487. package/node_modules/statuses/README.md +139 -0
  3488. package/node_modules/statuses/codes.json +65 -0
  3489. package/node_modules/statuses/index.js +146 -0
  3490. package/node_modules/statuses/package.json +49 -0
  3491. package/node_modules/to-regex-range/LICENSE +21 -0
  3492. package/node_modules/to-regex-range/README.md +305 -0
  3493. package/node_modules/to-regex-range/index.js +288 -0
  3494. package/node_modules/to-regex-range/package.json +88 -0
  3495. package/node_modules/toidentifier/HISTORY.md +9 -0
  3496. package/node_modules/toidentifier/LICENSE +21 -0
  3497. package/node_modules/toidentifier/README.md +61 -0
  3498. package/node_modules/toidentifier/index.js +32 -0
  3499. package/node_modules/toidentifier/package.json +38 -0
  3500. package/node_modules/type-is/HISTORY.md +259 -0
  3501. package/node_modules/type-is/LICENSE +23 -0
  3502. package/node_modules/type-is/README.md +170 -0
  3503. package/node_modules/type-is/index.js +266 -0
  3504. package/node_modules/type-is/package.json +45 -0
  3505. package/node_modules/undici-types/LICENSE +21 -0
  3506. package/node_modules/undici-types/README.md +6 -0
  3507. package/node_modules/undici-types/agent.d.ts +32 -0
  3508. package/node_modules/undici-types/api.d.ts +43 -0
  3509. package/node_modules/undici-types/balanced-pool.d.ts +30 -0
  3510. package/node_modules/undici-types/cache-interceptor.d.ts +179 -0
  3511. package/node_modules/undici-types/cache.d.ts +36 -0
  3512. package/node_modules/undici-types/client-stats.d.ts +15 -0
  3513. package/node_modules/undici-types/client.d.ts +123 -0
  3514. package/node_modules/undici-types/connector.d.ts +36 -0
  3515. package/node_modules/undici-types/content-type.d.ts +21 -0
  3516. package/node_modules/undici-types/cookies.d.ts +30 -0
  3517. package/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
  3518. package/node_modules/undici-types/dispatcher.d.ts +279 -0
  3519. package/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
  3520. package/node_modules/undici-types/errors.d.ts +177 -0
  3521. package/node_modules/undici-types/eventsource.d.ts +66 -0
  3522. package/node_modules/undici-types/fetch.d.ts +211 -0
  3523. package/node_modules/undici-types/formdata.d.ts +108 -0
  3524. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  3525. package/node_modules/undici-types/global-origin.d.ts +7 -0
  3526. package/node_modules/undici-types/h2c-client.d.ts +73 -0
  3527. package/node_modules/undici-types/handlers.d.ts +15 -0
  3528. package/node_modules/undici-types/header.d.ts +160 -0
  3529. package/node_modules/undici-types/index.d.ts +91 -0
  3530. package/node_modules/undici-types/interceptors.d.ts +80 -0
  3531. package/node_modules/undici-types/mock-agent.d.ts +68 -0
  3532. package/node_modules/undici-types/mock-call-history.d.ts +111 -0
  3533. package/node_modules/undici-types/mock-client.d.ts +27 -0
  3534. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  3535. package/node_modules/undici-types/mock-interceptor.d.ts +94 -0
  3536. package/node_modules/undici-types/mock-pool.d.ts +27 -0
  3537. package/node_modules/undici-types/package.json +55 -0
  3538. package/node_modules/undici-types/patch.d.ts +29 -0
  3539. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  3540. package/node_modules/undici-types/pool.d.ts +41 -0
  3541. package/node_modules/undici-types/proxy-agent.d.ts +29 -0
  3542. package/node_modules/undici-types/readable.d.ts +68 -0
  3543. package/node_modules/undici-types/retry-agent.d.ts +8 -0
  3544. package/node_modules/undici-types/retry-handler.d.ts +125 -0
  3545. package/node_modules/undici-types/round-robin-pool.d.ts +41 -0
  3546. package/node_modules/undici-types/snapshot-agent.d.ts +109 -0
  3547. package/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
  3548. package/node_modules/undici-types/util.d.ts +18 -0
  3549. package/node_modules/undici-types/utility.d.ts +7 -0
  3550. package/node_modules/undici-types/webidl.d.ts +347 -0
  3551. package/node_modules/undici-types/websocket.d.ts +188 -0
  3552. package/node_modules/unpipe/HISTORY.md +4 -0
  3553. package/node_modules/unpipe/LICENSE +22 -0
  3554. package/node_modules/unpipe/README.md +43 -0
  3555. package/node_modules/unpipe/index.js +69 -0
  3556. package/node_modules/unpipe/package.json +27 -0
  3557. package/node_modules/utils-merge/.npmignore +9 -0
  3558. package/node_modules/utils-merge/LICENSE +20 -0
  3559. package/node_modules/utils-merge/README.md +34 -0
  3560. package/node_modules/utils-merge/index.js +23 -0
  3561. package/node_modules/utils-merge/package.json +40 -0
  3562. package/node_modules/vary/HISTORY.md +39 -0
  3563. package/node_modules/vary/LICENSE +22 -0
  3564. package/node_modules/vary/README.md +101 -0
  3565. package/node_modules/vary/index.js +149 -0
  3566. package/node_modules/vary/package.json +43 -0
  3567. package/node_modules/which/CHANGELOG.md +166 -0
  3568. package/node_modules/which/LICENSE +15 -0
  3569. package/node_modules/which/README.md +54 -0
  3570. package/node_modules/which/bin/node-which +52 -0
  3571. package/node_modules/which/package.json +43 -0
  3572. package/node_modules/which/which.js +125 -0
  3573. package/node_modules/wrappy/LICENSE +15 -0
  3574. package/node_modules/wrappy/README.md +36 -0
  3575. package/node_modules/wrappy/package.json +29 -0
  3576. package/node_modules/wrappy/wrappy.js +33 -0
  3577. package/node_modules/zod/LICENSE +21 -0
  3578. package/node_modules/zod/README.md +208 -0
  3579. package/node_modules/zod/index.cjs +33 -0
  3580. package/node_modules/zod/index.d.cts +4 -0
  3581. package/node_modules/zod/index.d.ts +4 -0
  3582. package/node_modules/zod/index.js +4 -0
  3583. package/node_modules/zod/package.json +118 -0
  3584. package/node_modules/zod/src/index.ts +4 -0
  3585. package/node_modules/zod/src/v3/ZodError.ts +330 -0
  3586. package/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
  3587. package/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
  3588. package/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
  3589. package/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
  3590. package/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
  3591. package/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
  3592. package/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
  3593. package/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
  3594. package/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
  3595. package/node_modules/zod/src/v3/errors.ts +13 -0
  3596. package/node_modules/zod/src/v3/external.ts +6 -0
  3597. package/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
  3598. package/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
  3599. package/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
  3600. package/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
  3601. package/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
  3602. package/node_modules/zod/src/v3/helpers/util.ts +224 -0
  3603. package/node_modules/zod/src/v3/index.ts +4 -0
  3604. package/node_modules/zod/src/v3/locales/en.ts +124 -0
  3605. package/node_modules/zod/src/v3/standard-schema.ts +113 -0
  3606. package/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
  3607. package/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
  3608. package/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
  3609. package/node_modules/zod/src/v3/tests/array.test.ts +71 -0
  3610. package/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
  3611. package/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
  3612. package/node_modules/zod/src/v3/tests/base.test.ts +29 -0
  3613. package/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
  3614. package/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
  3615. package/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
  3616. package/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
  3617. package/node_modules/zod/src/v3/tests/complex.test.ts +56 -0
  3618. package/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
  3619. package/node_modules/zod/src/v3/tests/date.test.ts +32 -0
  3620. package/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
  3621. package/node_modules/zod/src/v3/tests/default.test.ts +112 -0
  3622. package/node_modules/zod/src/v3/tests/description.test.ts +33 -0
  3623. package/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
  3624. package/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
  3625. package/node_modules/zod/src/v3/tests/error.test.ts +551 -0
  3626. package/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
  3627. package/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
  3628. package/node_modules/zod/src/v3/tests/function.test.ts +257 -0
  3629. package/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
  3630. package/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
  3631. package/node_modules/zod/src/v3/tests/intersection.test.ts +110 -0
  3632. package/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
  3633. package/node_modules/zod/src/v3/tests/language-server.test.ts +207 -0
  3634. package/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
  3635. package/node_modules/zod/src/v3/tests/map.test.ts +110 -0
  3636. package/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
  3637. package/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
  3638. package/node_modules/zod/src/v3/tests/nan.test.ts +21 -0
  3639. package/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
  3640. package/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
  3641. package/node_modules/zod/src/v3/tests/number.test.ts +176 -0
  3642. package/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
  3643. package/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
  3644. package/node_modules/zod/src/v3/tests/object.test.ts +434 -0
  3645. package/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
  3646. package/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
  3647. package/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
  3648. package/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
  3649. package/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
  3650. package/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
  3651. package/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
  3652. package/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
  3653. package/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
  3654. package/node_modules/zod/src/v3/tests/readonly.test.ts +194 -0
  3655. package/node_modules/zod/src/v3/tests/record.test.ts +171 -0
  3656. package/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
  3657. package/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
  3658. package/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
  3659. package/node_modules/zod/src/v3/tests/set.test.ts +142 -0
  3660. package/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
  3661. package/node_modules/zod/src/v3/tests/string.test.ts +916 -0
  3662. package/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
  3663. package/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
  3664. package/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
  3665. package/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
  3666. package/node_modules/zod/src/v3/tests/void.test.ts +15 -0
  3667. package/node_modules/zod/src/v3/types.ts +5136 -0
  3668. package/node_modules/zod/src/v4/classic/checks.ts +30 -0
  3669. package/node_modules/zod/src/v4/classic/coerce.ts +27 -0
  3670. package/node_modules/zod/src/v4/classic/compat.ts +66 -0
  3671. package/node_modules/zod/src/v4/classic/errors.ts +75 -0
  3672. package/node_modules/zod/src/v4/classic/external.ts +50 -0
  3673. package/node_modules/zod/src/v4/classic/index.ts +5 -0
  3674. package/node_modules/zod/src/v4/classic/iso.ts +90 -0
  3675. package/node_modules/zod/src/v4/classic/parse.ts +33 -0
  3676. package/node_modules/zod/src/v4/classic/schemas.ts +2054 -0
  3677. package/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
  3678. package/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
  3679. package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +210 -0
  3680. package/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
  3681. package/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
  3682. package/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
  3683. package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +54 -0
  3684. package/node_modules/zod/src/v4/classic/tests/brand.test.ts +63 -0
  3685. package/node_modules/zod/src/v4/classic/tests/catch.test.ts +252 -0
  3686. package/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
  3687. package/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
  3688. package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +352 -0
  3689. package/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
  3690. package/node_modules/zod/src/v4/classic/tests/date.test.ts +31 -0
  3691. package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +296 -0
  3692. package/node_modules/zod/src/v4/classic/tests/default.test.ts +313 -0
  3693. package/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
  3694. package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +619 -0
  3695. package/node_modules/zod/src/v4/classic/tests/enum.test.ts +285 -0
  3696. package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +527 -0
  3697. package/node_modules/zod/src/v4/classic/tests/error.test.ts +711 -0
  3698. package/node_modules/zod/src/v4/classic/tests/file.test.ts +91 -0
  3699. package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +175 -0
  3700. package/node_modules/zod/src/v4/classic/tests/function.test.ts +268 -0
  3701. package/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
  3702. package/node_modules/zod/src/v4/classic/tests/index.test.ts +829 -0
  3703. package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +34 -0
  3704. package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +171 -0
  3705. package/node_modules/zod/src/v4/classic/tests/json.test.ts +108 -0
  3706. package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +227 -0
  3707. package/node_modules/zod/src/v4/classic/tests/literal.test.ts +92 -0
  3708. package/node_modules/zod/src/v4/classic/tests/map.test.ts +196 -0
  3709. package/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
  3710. package/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
  3711. package/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +86 -0
  3712. package/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
  3713. package/node_modules/zod/src/v4/classic/tests/number.test.ts +247 -0
  3714. package/node_modules/zod/src/v4/classic/tests/object.test.ts +563 -0
  3715. package/node_modules/zod/src/v4/classic/tests/optional.test.ts +123 -0
  3716. package/node_modules/zod/src/v4/classic/tests/partial.test.ts +147 -0
  3717. package/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +127 -0
  3718. package/node_modules/zod/src/v4/classic/tests/pipe.test.ts +81 -0
  3719. package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +37 -0
  3720. package/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +298 -0
  3721. package/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
  3722. package/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
  3723. package/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
  3724. package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +252 -0
  3725. package/node_modules/zod/src/v4/classic/tests/record.test.ts +342 -0
  3726. package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +356 -0
  3727. package/node_modules/zod/src/v4/classic/tests/refine.test.ts +532 -0
  3728. package/node_modules/zod/src/v4/classic/tests/registries.test.ts +204 -0
  3729. package/node_modules/zod/src/v4/classic/tests/set.test.ts +179 -0
  3730. package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +57 -0
  3731. package/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +109 -0
  3732. package/node_modules/zod/src/v4/classic/tests/string.test.ts +881 -0
  3733. package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +66 -0
  3734. package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +758 -0
  3735. package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +2314 -0
  3736. package/node_modules/zod/src/v4/classic/tests/transform.test.ts +250 -0
  3737. package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +163 -0
  3738. package/node_modules/zod/src/v4/classic/tests/union.test.ts +94 -0
  3739. package/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
  3740. package/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
  3741. package/node_modules/zod/src/v4/core/api.ts +1594 -0
  3742. package/node_modules/zod/src/v4/core/checks.ts +1283 -0
  3743. package/node_modules/zod/src/v4/core/config.ts +15 -0
  3744. package/node_modules/zod/src/v4/core/core.ts +134 -0
  3745. package/node_modules/zod/src/v4/core/doc.ts +44 -0
  3746. package/node_modules/zod/src/v4/core/errors.ts +424 -0
  3747. package/node_modules/zod/src/v4/core/function.ts +176 -0
  3748. package/node_modules/zod/src/v4/core/index.ts +15 -0
  3749. package/node_modules/zod/src/v4/core/json-schema.ts +143 -0
  3750. package/node_modules/zod/src/v4/core/parse.ts +94 -0
  3751. package/node_modules/zod/src/v4/core/regexes.ts +135 -0
  3752. package/node_modules/zod/src/v4/core/registries.ts +96 -0
  3753. package/node_modules/zod/src/v4/core/schemas.ts +3842 -0
  3754. package/node_modules/zod/src/v4/core/standard-schema.ts +64 -0
  3755. package/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
  3756. package/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
  3757. package/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
  3758. package/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
  3759. package/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
  3760. package/node_modules/zod/src/v4/core/to-json-schema.ts +977 -0
  3761. package/node_modules/zod/src/v4/core/util.ts +775 -0
  3762. package/node_modules/zod/src/v4/core/versions.ts +5 -0
  3763. package/node_modules/zod/src/v4/core/zsf.ts +323 -0
  3764. package/node_modules/zod/src/v4/index.ts +4 -0
  3765. package/node_modules/zod/src/v4/locales/ar.ts +125 -0
  3766. package/node_modules/zod/src/v4/locales/az.ts +121 -0
  3767. package/node_modules/zod/src/v4/locales/be.ts +184 -0
  3768. package/node_modules/zod/src/v4/locales/ca.ts +127 -0
  3769. package/node_modules/zod/src/v4/locales/cs.ts +142 -0
  3770. package/node_modules/zod/src/v4/locales/de.ts +124 -0
  3771. package/node_modules/zod/src/v4/locales/en.ts +127 -0
  3772. package/node_modules/zod/src/v4/locales/eo.ts +125 -0
  3773. package/node_modules/zod/src/v4/locales/es.ts +125 -0
  3774. package/node_modules/zod/src/v4/locales/fa.ts +134 -0
  3775. package/node_modules/zod/src/v4/locales/fi.ts +131 -0
  3776. package/node_modules/zod/src/v4/locales/fr-CA.ts +126 -0
  3777. package/node_modules/zod/src/v4/locales/fr.ts +124 -0
  3778. package/node_modules/zod/src/v4/locales/he.ts +125 -0
  3779. package/node_modules/zod/src/v4/locales/hu.ts +126 -0
  3780. package/node_modules/zod/src/v4/locales/id.ts +125 -0
  3781. package/node_modules/zod/src/v4/locales/index.ts +39 -0
  3782. package/node_modules/zod/src/v4/locales/it.ts +125 -0
  3783. package/node_modules/zod/src/v4/locales/ja.ts +122 -0
  3784. package/node_modules/zod/src/v4/locales/kh.ts +126 -0
  3785. package/node_modules/zod/src/v4/locales/ko.ts +131 -0
  3786. package/node_modules/zod/src/v4/locales/mk.ts +127 -0
  3787. package/node_modules/zod/src/v4/locales/ms.ts +124 -0
  3788. package/node_modules/zod/src/v4/locales/nl.ts +126 -0
  3789. package/node_modules/zod/src/v4/locales/no.ts +124 -0
  3790. package/node_modules/zod/src/v4/locales/ota.ts +125 -0
  3791. package/node_modules/zod/src/v4/locales/pl.ts +126 -0
  3792. package/node_modules/zod/src/v4/locales/ps.ts +133 -0
  3793. package/node_modules/zod/src/v4/locales/pt.ts +123 -0
  3794. package/node_modules/zod/src/v4/locales/ru.ts +184 -0
  3795. package/node_modules/zod/src/v4/locales/sl.ts +126 -0
  3796. package/node_modules/zod/src/v4/locales/sv.ts +127 -0
  3797. package/node_modules/zod/src/v4/locales/ta.ts +125 -0
  3798. package/node_modules/zod/src/v4/locales/th.ts +126 -0
  3799. package/node_modules/zod/src/v4/locales/tr.ts +121 -0
  3800. package/node_modules/zod/src/v4/locales/ua.ts +126 -0
  3801. package/node_modules/zod/src/v4/locales/ur.ts +126 -0
  3802. package/node_modules/zod/src/v4/locales/vi.ts +125 -0
  3803. package/node_modules/zod/src/v4/locales/zh-CN.ts +123 -0
  3804. package/node_modules/zod/src/v4/locales/zh-TW.ts +125 -0
  3805. package/node_modules/zod/src/v4/mini/checks.ts +32 -0
  3806. package/node_modules/zod/src/v4/mini/coerce.ts +22 -0
  3807. package/node_modules/zod/src/v4/mini/external.ts +40 -0
  3808. package/node_modules/zod/src/v4/mini/index.ts +3 -0
  3809. package/node_modules/zod/src/v4/mini/iso.ts +62 -0
  3810. package/node_modules/zod/src/v4/mini/parse.ts +1 -0
  3811. package/node_modules/zod/src/v4/mini/schemas.ts +1579 -0
  3812. package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +129 -0
  3813. package/node_modules/zod/src/v4/mini/tests/brand.test.ts +51 -0
  3814. package/node_modules/zod/src/v4/mini/tests/checks.test.ts +144 -0
  3815. package/node_modules/zod/src/v4/mini/tests/computed.test.ts +36 -0
  3816. package/node_modules/zod/src/v4/mini/tests/error.test.ts +22 -0
  3817. package/node_modules/zod/src/v4/mini/tests/functions.test.ts +43 -0
  3818. package/node_modules/zod/src/v4/mini/tests/index.test.ts +871 -0
  3819. package/node_modules/zod/src/v4/mini/tests/number.test.ts +95 -0
  3820. package/node_modules/zod/src/v4/mini/tests/object.test.ts +185 -0
  3821. package/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
  3822. package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +275 -0
  3823. package/node_modules/zod/src/v4/mini/tests/string.test.ts +299 -0
  3824. package/node_modules/zod/src/v4-mini/index.ts +1 -0
  3825. package/node_modules/zod/v3/ZodError.cjs +138 -0
  3826. package/node_modules/zod/v3/ZodError.d.cts +164 -0
  3827. package/node_modules/zod/v3/ZodError.d.ts +164 -0
  3828. package/node_modules/zod/v3/ZodError.js +133 -0
  3829. package/node_modules/zod/v3/errors.cjs +17 -0
  3830. package/node_modules/zod/v3/errors.d.cts +5 -0
  3831. package/node_modules/zod/v3/errors.d.ts +5 -0
  3832. package/node_modules/zod/v3/errors.js +9 -0
  3833. package/node_modules/zod/v3/external.cjs +22 -0
  3834. package/node_modules/zod/v3/external.d.cts +6 -0
  3835. package/node_modules/zod/v3/external.d.ts +6 -0
  3836. package/node_modules/zod/v3/external.js +6 -0
  3837. package/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
  3838. package/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
  3839. package/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
  3840. package/node_modules/zod/v3/helpers/enumUtil.js +1 -0
  3841. package/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
  3842. package/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
  3843. package/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
  3844. package/node_modules/zod/v3/helpers/errorUtil.js +6 -0
  3845. package/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
  3846. package/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
  3847. package/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
  3848. package/node_modules/zod/v3/helpers/parseUtil.js +109 -0
  3849. package/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
  3850. package/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
  3851. package/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
  3852. package/node_modules/zod/v3/helpers/partialUtil.js +1 -0
  3853. package/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
  3854. package/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
  3855. package/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
  3856. package/node_modules/zod/v3/helpers/typeAliases.js +1 -0
  3857. package/node_modules/zod/v3/helpers/util.cjs +137 -0
  3858. package/node_modules/zod/v3/helpers/util.d.cts +85 -0
  3859. package/node_modules/zod/v3/helpers/util.d.ts +85 -0
  3860. package/node_modules/zod/v3/helpers/util.js +133 -0
  3861. package/node_modules/zod/v3/index.cjs +33 -0
  3862. package/node_modules/zod/v3/index.d.cts +4 -0
  3863. package/node_modules/zod/v3/index.d.ts +4 -0
  3864. package/node_modules/zod/v3/index.js +4 -0
  3865. package/node_modules/zod/v3/locales/en.cjs +111 -0
  3866. package/node_modules/zod/v3/locales/en.d.cts +3 -0
  3867. package/node_modules/zod/v3/locales/en.d.ts +3 -0
  3868. package/node_modules/zod/v3/locales/en.js +109 -0
  3869. package/node_modules/zod/v3/standard-schema.cjs +2 -0
  3870. package/node_modules/zod/v3/standard-schema.d.cts +102 -0
  3871. package/node_modules/zod/v3/standard-schema.d.ts +102 -0
  3872. package/node_modules/zod/v3/standard-schema.js +1 -0
  3873. package/node_modules/zod/v3/types.cjs +3775 -0
  3874. package/node_modules/zod/v3/types.d.cts +1031 -0
  3875. package/node_modules/zod/v3/types.d.ts +1031 -0
  3876. package/node_modules/zod/v3/types.js +3693 -0
  3877. package/node_modules/zod/v4/classic/checks.cjs +32 -0
  3878. package/node_modules/zod/v4/classic/checks.d.cts +1 -0
  3879. package/node_modules/zod/v4/classic/checks.d.ts +1 -0
  3880. package/node_modules/zod/v4/classic/checks.js +1 -0
  3881. package/node_modules/zod/v4/classic/coerce.cjs +47 -0
  3882. package/node_modules/zod/v4/classic/coerce.d.cts +17 -0
  3883. package/node_modules/zod/v4/classic/coerce.d.ts +17 -0
  3884. package/node_modules/zod/v4/classic/coerce.js +17 -0
  3885. package/node_modules/zod/v4/classic/compat.cjs +57 -0
  3886. package/node_modules/zod/v4/classic/compat.d.cts +46 -0
  3887. package/node_modules/zod/v4/classic/compat.d.ts +46 -0
  3888. package/node_modules/zod/v4/classic/compat.js +27 -0
  3889. package/node_modules/zod/v4/classic/errors.cjs +67 -0
  3890. package/node_modules/zod/v4/classic/errors.d.cts +30 -0
  3891. package/node_modules/zod/v4/classic/errors.d.ts +30 -0
  3892. package/node_modules/zod/v4/classic/errors.js +41 -0
  3893. package/node_modules/zod/v4/classic/external.cjs +70 -0
  3894. package/node_modules/zod/v4/classic/external.d.cts +13 -0
  3895. package/node_modules/zod/v4/classic/external.d.ts +13 -0
  3896. package/node_modules/zod/v4/classic/external.js +18 -0
  3897. package/node_modules/zod/v4/classic/index.cjs +33 -0
  3898. package/node_modules/zod/v4/classic/index.d.cts +4 -0
  3899. package/node_modules/zod/v4/classic/index.d.ts +4 -0
  3900. package/node_modules/zod/v4/classic/index.js +4 -0
  3901. package/node_modules/zod/v4/classic/iso.cjs +60 -0
  3902. package/node_modules/zod/v4/classic/iso.d.cts +22 -0
  3903. package/node_modules/zod/v4/classic/iso.d.ts +22 -0
  3904. package/node_modules/zod/v4/classic/iso.js +30 -0
  3905. package/node_modules/zod/v4/classic/parse.cjs +32 -0
  3906. package/node_modules/zod/v4/classic/parse.d.cts +23 -0
  3907. package/node_modules/zod/v4/classic/parse.d.ts +23 -0
  3908. package/node_modules/zod/v4/classic/parse.js +6 -0
  3909. package/node_modules/zod/v4/classic/schemas.cjs +1109 -0
  3910. package/node_modules/zod/v4/classic/schemas.d.cts +630 -0
  3911. package/node_modules/zod/v4/classic/schemas.d.ts +630 -0
  3912. package/node_modules/zod/v4/classic/schemas.js +1006 -0
  3913. package/node_modules/zod/v4/core/api.cjs +1039 -0
  3914. package/node_modules/zod/v4/core/api.d.cts +284 -0
  3915. package/node_modules/zod/v4/core/api.d.ts +284 -0
  3916. package/node_modules/zod/v4/core/api.js +906 -0
  3917. package/node_modules/zod/v4/core/checks.cjs +591 -0
  3918. package/node_modules/zod/v4/core/checks.d.cts +278 -0
  3919. package/node_modules/zod/v4/core/checks.d.ts +278 -0
  3920. package/node_modules/zod/v4/core/checks.js +565 -0
  3921. package/node_modules/zod/v4/core/core.cjs +67 -0
  3922. package/node_modules/zod/v4/core/core.d.cts +49 -0
  3923. package/node_modules/zod/v4/core/core.d.ts +49 -0
  3924. package/node_modules/zod/v4/core/core.js +61 -0
  3925. package/node_modules/zod/v4/core/doc.cjs +39 -0
  3926. package/node_modules/zod/v4/core/doc.d.cts +14 -0
  3927. package/node_modules/zod/v4/core/doc.d.ts +14 -0
  3928. package/node_modules/zod/v4/core/doc.js +35 -0
  3929. package/node_modules/zod/v4/core/errors.cjs +226 -0
  3930. package/node_modules/zod/v4/core/errors.d.cts +208 -0
  3931. package/node_modules/zod/v4/core/errors.d.ts +208 -0
  3932. package/node_modules/zod/v4/core/errors.js +195 -0
  3933. package/node_modules/zod/v4/core/function.cjs +102 -0
  3934. package/node_modules/zod/v4/core/function.d.cts +52 -0
  3935. package/node_modules/zod/v4/core/function.d.ts +52 -0
  3936. package/node_modules/zod/v4/core/function.js +75 -0
  3937. package/node_modules/zod/v4/core/index.cjs +44 -0
  3938. package/node_modules/zod/v4/core/index.d.cts +15 -0
  3939. package/node_modules/zod/v4/core/index.d.ts +15 -0
  3940. package/node_modules/zod/v4/core/index.js +15 -0
  3941. package/node_modules/zod/v4/core/json-schema.cjs +2 -0
  3942. package/node_modules/zod/v4/core/json-schema.d.cts +87 -0
  3943. package/node_modules/zod/v4/core/json-schema.d.ts +87 -0
  3944. package/node_modules/zod/v4/core/json-schema.js +1 -0
  3945. package/node_modules/zod/v4/core/parse.cjs +87 -0
  3946. package/node_modules/zod/v4/core/parse.d.cts +25 -0
  3947. package/node_modules/zod/v4/core/parse.d.ts +25 -0
  3948. package/node_modules/zod/v4/core/parse.js +57 -0
  3949. package/node_modules/zod/v4/core/regexes.cjs +103 -0
  3950. package/node_modules/zod/v4/core/regexes.d.cts +62 -0
  3951. package/node_modules/zod/v4/core/regexes.d.ts +62 -0
  3952. package/node_modules/zod/v4/core/regexes.js +95 -0
  3953. package/node_modules/zod/v4/core/registries.cjs +56 -0
  3954. package/node_modules/zod/v4/core/registries.d.cts +35 -0
  3955. package/node_modules/zod/v4/core/registries.d.ts +35 -0
  3956. package/node_modules/zod/v4/core/registries.js +51 -0
  3957. package/node_modules/zod/v4/core/schemas.cjs +1748 -0
  3958. package/node_modules/zod/v4/core/schemas.d.cts +1041 -0
  3959. package/node_modules/zod/v4/core/schemas.d.ts +1041 -0
  3960. package/node_modules/zod/v4/core/schemas.js +1717 -0
  3961. package/node_modules/zod/v4/core/standard-schema.cjs +2 -0
  3962. package/node_modules/zod/v4/core/standard-schema.d.cts +55 -0
  3963. package/node_modules/zod/v4/core/standard-schema.d.ts +55 -0
  3964. package/node_modules/zod/v4/core/standard-schema.js +1 -0
  3965. package/node_modules/zod/v4/core/to-json-schema.cjs +854 -0
  3966. package/node_modules/zod/v4/core/to-json-schema.d.cts +88 -0
  3967. package/node_modules/zod/v4/core/to-json-schema.d.ts +88 -0
  3968. package/node_modules/zod/v4/core/to-json-schema.js +849 -0
  3969. package/node_modules/zod/v4/core/util.cjs +539 -0
  3970. package/node_modules/zod/v4/core/util.d.cts +183 -0
  3971. package/node_modules/zod/v4/core/util.d.ts +183 -0
  3972. package/node_modules/zod/v4/core/util.js +493 -0
  3973. package/node_modules/zod/v4/core/versions.cjs +8 -0
  3974. package/node_modules/zod/v4/core/versions.d.cts +5 -0
  3975. package/node_modules/zod/v4/core/versions.d.ts +5 -0
  3976. package/node_modules/zod/v4/core/versions.js +5 -0
  3977. package/node_modules/zod/v4/index.cjs +22 -0
  3978. package/node_modules/zod/v4/index.d.cts +3 -0
  3979. package/node_modules/zod/v4/index.d.ts +3 -0
  3980. package/node_modules/zod/v4/index.js +3 -0
  3981. package/node_modules/zod/v4/locales/ar.cjs +142 -0
  3982. package/node_modules/zod/v4/locales/ar.d.cts +4 -0
  3983. package/node_modules/zod/v4/locales/ar.d.ts +4 -0
  3984. package/node_modules/zod/v4/locales/ar.js +116 -0
  3985. package/node_modules/zod/v4/locales/az.cjs +141 -0
  3986. package/node_modules/zod/v4/locales/az.d.cts +4 -0
  3987. package/node_modules/zod/v4/locales/az.d.ts +4 -0
  3988. package/node_modules/zod/v4/locales/az.js +115 -0
  3989. package/node_modules/zod/v4/locales/be.cjs +190 -0
  3990. package/node_modules/zod/v4/locales/be.d.cts +4 -0
  3991. package/node_modules/zod/v4/locales/be.d.ts +4 -0
  3992. package/node_modules/zod/v4/locales/be.js +164 -0
  3993. package/node_modules/zod/v4/locales/ca.cjs +144 -0
  3994. package/node_modules/zod/v4/locales/ca.d.cts +4 -0
  3995. package/node_modules/zod/v4/locales/ca.d.ts +4 -0
  3996. package/node_modules/zod/v4/locales/ca.js +118 -0
  3997. package/node_modules/zod/v4/locales/cs.cjs +161 -0
  3998. package/node_modules/zod/v4/locales/cs.d.cts +4 -0
  3999. package/node_modules/zod/v4/locales/cs.d.ts +4 -0
  4000. package/node_modules/zod/v4/locales/cs.js +135 -0
  4001. package/node_modules/zod/v4/locales/de.cjs +142 -0
  4002. package/node_modules/zod/v4/locales/de.d.cts +4 -0
  4003. package/node_modules/zod/v4/locales/de.d.ts +4 -0
  4004. package/node_modules/zod/v4/locales/de.js +116 -0
  4005. package/node_modules/zod/v4/locales/en.cjs +145 -0
  4006. package/node_modules/zod/v4/locales/en.d.cts +5 -0
  4007. package/node_modules/zod/v4/locales/en.d.ts +5 -0
  4008. package/node_modules/zod/v4/locales/en.js +117 -0
  4009. package/node_modules/zod/v4/locales/eo.cjs +144 -0
  4010. package/node_modules/zod/v4/locales/eo.d.cts +5 -0
  4011. package/node_modules/zod/v4/locales/eo.d.ts +5 -0
  4012. package/node_modules/zod/v4/locales/eo.js +116 -0
  4013. package/node_modules/zod/v4/locales/es.cjs +143 -0
  4014. package/node_modules/zod/v4/locales/es.d.cts +4 -0
  4015. package/node_modules/zod/v4/locales/es.d.ts +4 -0
  4016. package/node_modules/zod/v4/locales/es.js +117 -0
  4017. package/node_modules/zod/v4/locales/fa.cjs +148 -0
  4018. package/node_modules/zod/v4/locales/fa.d.cts +4 -0
  4019. package/node_modules/zod/v4/locales/fa.d.ts +4 -0
  4020. package/node_modules/zod/v4/locales/fa.js +122 -0
  4021. package/node_modules/zod/v4/locales/fi.cjs +148 -0
  4022. package/node_modules/zod/v4/locales/fi.d.cts +4 -0
  4023. package/node_modules/zod/v4/locales/fi.d.ts +4 -0
  4024. package/node_modules/zod/v4/locales/fi.js +122 -0
  4025. package/node_modules/zod/v4/locales/fr-CA.cjs +143 -0
  4026. package/node_modules/zod/v4/locales/fr-CA.d.cts +4 -0
  4027. package/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
  4028. package/node_modules/zod/v4/locales/fr-CA.js +117 -0
  4029. package/node_modules/zod/v4/locales/fr.cjs +142 -0
  4030. package/node_modules/zod/v4/locales/fr.d.cts +4 -0
  4031. package/node_modules/zod/v4/locales/fr.d.ts +4 -0
  4032. package/node_modules/zod/v4/locales/fr.js +116 -0
  4033. package/node_modules/zod/v4/locales/he.cjs +143 -0
  4034. package/node_modules/zod/v4/locales/he.d.cts +4 -0
  4035. package/node_modules/zod/v4/locales/he.d.ts +4 -0
  4036. package/node_modules/zod/v4/locales/he.js +117 -0
  4037. package/node_modules/zod/v4/locales/hu.cjs +143 -0
  4038. package/node_modules/zod/v4/locales/hu.d.cts +4 -0
  4039. package/node_modules/zod/v4/locales/hu.d.ts +4 -0
  4040. package/node_modules/zod/v4/locales/hu.js +117 -0
  4041. package/node_modules/zod/v4/locales/id.cjs +142 -0
  4042. package/node_modules/zod/v4/locales/id.d.cts +4 -0
  4043. package/node_modules/zod/v4/locales/id.d.ts +4 -0
  4044. package/node_modules/zod/v4/locales/id.js +116 -0
  4045. package/node_modules/zod/v4/locales/index.cjs +84 -0
  4046. package/node_modules/zod/v4/locales/index.d.cts +39 -0
  4047. package/node_modules/zod/v4/locales/index.d.ts +39 -0
  4048. package/node_modules/zod/v4/locales/index.js +39 -0
  4049. package/node_modules/zod/v4/locales/it.cjs +143 -0
  4050. package/node_modules/zod/v4/locales/it.d.cts +4 -0
  4051. package/node_modules/zod/v4/locales/it.d.ts +4 -0
  4052. package/node_modules/zod/v4/locales/it.js +117 -0
  4053. package/node_modules/zod/v4/locales/ja.cjs +141 -0
  4054. package/node_modules/zod/v4/locales/ja.d.cts +4 -0
  4055. package/node_modules/zod/v4/locales/ja.d.ts +4 -0
  4056. package/node_modules/zod/v4/locales/ja.js +115 -0
  4057. package/node_modules/zod/v4/locales/kh.cjs +143 -0
  4058. package/node_modules/zod/v4/locales/kh.d.cts +4 -0
  4059. package/node_modules/zod/v4/locales/kh.d.ts +4 -0
  4060. package/node_modules/zod/v4/locales/kh.js +117 -0
  4061. package/node_modules/zod/v4/locales/ko.cjs +147 -0
  4062. package/node_modules/zod/v4/locales/ko.d.cts +4 -0
  4063. package/node_modules/zod/v4/locales/ko.d.ts +4 -0
  4064. package/node_modules/zod/v4/locales/ko.js +121 -0
  4065. package/node_modules/zod/v4/locales/mk.cjs +144 -0
  4066. package/node_modules/zod/v4/locales/mk.d.cts +4 -0
  4067. package/node_modules/zod/v4/locales/mk.d.ts +4 -0
  4068. package/node_modules/zod/v4/locales/mk.js +118 -0
  4069. package/node_modules/zod/v4/locales/ms.cjs +142 -0
  4070. package/node_modules/zod/v4/locales/ms.d.cts +4 -0
  4071. package/node_modules/zod/v4/locales/ms.d.ts +4 -0
  4072. package/node_modules/zod/v4/locales/ms.js +116 -0
  4073. package/node_modules/zod/v4/locales/nl.cjs +143 -0
  4074. package/node_modules/zod/v4/locales/nl.d.cts +4 -0
  4075. package/node_modules/zod/v4/locales/nl.d.ts +4 -0
  4076. package/node_modules/zod/v4/locales/nl.js +117 -0
  4077. package/node_modules/zod/v4/locales/no.cjs +142 -0
  4078. package/node_modules/zod/v4/locales/no.d.cts +4 -0
  4079. package/node_modules/zod/v4/locales/no.d.ts +4 -0
  4080. package/node_modules/zod/v4/locales/no.js +116 -0
  4081. package/node_modules/zod/v4/locales/ota.cjs +143 -0
  4082. package/node_modules/zod/v4/locales/ota.d.cts +4 -0
  4083. package/node_modules/zod/v4/locales/ota.d.ts +4 -0
  4084. package/node_modules/zod/v4/locales/ota.js +117 -0
  4085. package/node_modules/zod/v4/locales/pl.cjs +143 -0
  4086. package/node_modules/zod/v4/locales/pl.d.cts +4 -0
  4087. package/node_modules/zod/v4/locales/pl.d.ts +4 -0
  4088. package/node_modules/zod/v4/locales/pl.js +117 -0
  4089. package/node_modules/zod/v4/locales/ps.cjs +148 -0
  4090. package/node_modules/zod/v4/locales/ps.d.cts +4 -0
  4091. package/node_modules/zod/v4/locales/ps.d.ts +4 -0
  4092. package/node_modules/zod/v4/locales/ps.js +122 -0
  4093. package/node_modules/zod/v4/locales/pt.cjs +142 -0
  4094. package/node_modules/zod/v4/locales/pt.d.cts +4 -0
  4095. package/node_modules/zod/v4/locales/pt.d.ts +4 -0
  4096. package/node_modules/zod/v4/locales/pt.js +116 -0
  4097. package/node_modules/zod/v4/locales/ru.cjs +190 -0
  4098. package/node_modules/zod/v4/locales/ru.d.cts +4 -0
  4099. package/node_modules/zod/v4/locales/ru.d.ts +4 -0
  4100. package/node_modules/zod/v4/locales/ru.js +164 -0
  4101. package/node_modules/zod/v4/locales/sl.cjs +143 -0
  4102. package/node_modules/zod/v4/locales/sl.d.cts +4 -0
  4103. package/node_modules/zod/v4/locales/sl.d.ts +4 -0
  4104. package/node_modules/zod/v4/locales/sl.js +117 -0
  4105. package/node_modules/zod/v4/locales/sv.cjs +144 -0
  4106. package/node_modules/zod/v4/locales/sv.d.cts +4 -0
  4107. package/node_modules/zod/v4/locales/sv.d.ts +4 -0
  4108. package/node_modules/zod/v4/locales/sv.js +118 -0
  4109. package/node_modules/zod/v4/locales/ta.cjs +143 -0
  4110. package/node_modules/zod/v4/locales/ta.d.cts +4 -0
  4111. package/node_modules/zod/v4/locales/ta.d.ts +4 -0
  4112. package/node_modules/zod/v4/locales/ta.js +117 -0
  4113. package/node_modules/zod/v4/locales/th.cjs +143 -0
  4114. package/node_modules/zod/v4/locales/th.d.cts +4 -0
  4115. package/node_modules/zod/v4/locales/th.d.ts +4 -0
  4116. package/node_modules/zod/v4/locales/th.js +117 -0
  4117. package/node_modules/zod/v4/locales/tr.cjs +143 -0
  4118. package/node_modules/zod/v4/locales/tr.d.cts +5 -0
  4119. package/node_modules/zod/v4/locales/tr.d.ts +5 -0
  4120. package/node_modules/zod/v4/locales/tr.js +115 -0
  4121. package/node_modules/zod/v4/locales/ua.cjs +143 -0
  4122. package/node_modules/zod/v4/locales/ua.d.cts +4 -0
  4123. package/node_modules/zod/v4/locales/ua.d.ts +4 -0
  4124. package/node_modules/zod/v4/locales/ua.js +117 -0
  4125. package/node_modules/zod/v4/locales/ur.cjs +143 -0
  4126. package/node_modules/zod/v4/locales/ur.d.cts +4 -0
  4127. package/node_modules/zod/v4/locales/ur.d.ts +4 -0
  4128. package/node_modules/zod/v4/locales/ur.js +117 -0
  4129. package/node_modules/zod/v4/locales/vi.cjs +142 -0
  4130. package/node_modules/zod/v4/locales/vi.d.cts +4 -0
  4131. package/node_modules/zod/v4/locales/vi.d.ts +4 -0
  4132. package/node_modules/zod/v4/locales/vi.js +116 -0
  4133. package/node_modules/zod/v4/locales/zh-CN.cjs +142 -0
  4134. package/node_modules/zod/v4/locales/zh-CN.d.cts +4 -0
  4135. package/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
  4136. package/node_modules/zod/v4/locales/zh-CN.js +116 -0
  4137. package/node_modules/zod/v4/locales/zh-TW.cjs +143 -0
  4138. package/node_modules/zod/v4/locales/zh-TW.d.cts +4 -0
  4139. package/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
  4140. package/node_modules/zod/v4/locales/zh-TW.js +117 -0
  4141. package/node_modules/zod/v4/mini/checks.cjs +34 -0
  4142. package/node_modules/zod/v4/mini/checks.d.cts +1 -0
  4143. package/node_modules/zod/v4/mini/checks.d.ts +1 -0
  4144. package/node_modules/zod/v4/mini/checks.js +1 -0
  4145. package/node_modules/zod/v4/mini/coerce.cjs +47 -0
  4146. package/node_modules/zod/v4/mini/coerce.d.cts +7 -0
  4147. package/node_modules/zod/v4/mini/coerce.d.ts +7 -0
  4148. package/node_modules/zod/v4/mini/coerce.js +17 -0
  4149. package/node_modules/zod/v4/mini/external.cjs +62 -0
  4150. package/node_modules/zod/v4/mini/external.d.cts +11 -0
  4151. package/node_modules/zod/v4/mini/external.d.ts +11 -0
  4152. package/node_modules/zod/v4/mini/external.js +13 -0
  4153. package/node_modules/zod/v4/mini/index.cjs +32 -0
  4154. package/node_modules/zod/v4/mini/index.d.cts +3 -0
  4155. package/node_modules/zod/v4/mini/index.d.ts +3 -0
  4156. package/node_modules/zod/v4/mini/index.js +3 -0
  4157. package/node_modules/zod/v4/mini/iso.cjs +60 -0
  4158. package/node_modules/zod/v4/mini/iso.d.cts +22 -0
  4159. package/node_modules/zod/v4/mini/iso.d.ts +22 -0
  4160. package/node_modules/zod/v4/mini/iso.js +30 -0
  4161. package/node_modules/zod/v4/mini/parse.cjs +8 -0
  4162. package/node_modules/zod/v4/mini/parse.d.cts +1 -0
  4163. package/node_modules/zod/v4/mini/parse.d.ts +1 -0
  4164. package/node_modules/zod/v4/mini/parse.js +1 -0
  4165. package/node_modules/zod/v4/mini/schemas.cjs +839 -0
  4166. package/node_modules/zod/v4/mini/schemas.d.cts +356 -0
  4167. package/node_modules/zod/v4/mini/schemas.d.ts +356 -0
  4168. package/node_modules/zod/v4/mini/schemas.js +732 -0
  4169. package/node_modules/zod/v4-mini/index.cjs +17 -0
  4170. package/node_modules/zod/v4-mini/index.d.cts +1 -0
  4171. package/node_modules/zod/v4-mini/index.d.ts +1 -0
  4172. package/node_modules/zod/v4-mini/index.js +1 -0
  4173. package/node_modules/zod-to-json-schema/.github/CR_logotype-full-color.png +0 -0
  4174. package/node_modules/zod-to-json-schema/.github/FUNDING.yml +1 -0
  4175. package/node_modules/zod-to-json-schema/.prettierrc.json +1 -0
  4176. package/node_modules/zod-to-json-schema/LICENSE +15 -0
  4177. package/node_modules/zod-to-json-schema/README.md +390 -0
  4178. package/node_modules/zod-to-json-schema/changelog.md +83 -0
  4179. package/node_modules/zod-to-json-schema/contributing.md +9 -0
  4180. package/node_modules/zod-to-json-schema/createIndex.ts +32 -0
  4181. package/node_modules/zod-to-json-schema/dist/cjs/Options.js +51 -0
  4182. package/node_modules/zod-to-json-schema/dist/cjs/Refs.js +26 -0
  4183. package/node_modules/zod-to-json-schema/dist/cjs/errorMessages.js +19 -0
  4184. package/node_modules/zod-to-json-schema/dist/cjs/getRelativePath.js +12 -0
  4185. package/node_modules/zod-to-json-schema/dist/cjs/index.js +56 -0
  4186. package/node_modules/zod-to-json-schema/dist/cjs/package.json +1 -0
  4187. package/node_modules/zod-to-json-schema/dist/cjs/parseDef.js +66 -0
  4188. package/node_modules/zod-to-json-schema/dist/cjs/parseTypes.js +2 -0
  4189. package/node_modules/zod-to-json-schema/dist/cjs/parsers/any.js +21 -0
  4190. package/node_modules/zod-to-json-schema/dist/cjs/parsers/array.js +30 -0
  4191. package/node_modules/zod-to-json-schema/dist/cjs/parsers/bigint.js +53 -0
  4192. package/node_modules/zod-to-json-schema/dist/cjs/parsers/boolean.js +9 -0
  4193. package/node_modules/zod-to-json-schema/dist/cjs/parsers/branded.js +8 -0
  4194. package/node_modules/zod-to-json-schema/dist/cjs/parsers/catch.js +8 -0
  4195. package/node_modules/zod-to-json-schema/dist/cjs/parsers/date.js +50 -0
  4196. package/node_modules/zod-to-json-schema/dist/cjs/parsers/default.js +11 -0
  4197. package/node_modules/zod-to-json-schema/dist/cjs/parsers/effects.js +11 -0
  4198. package/node_modules/zod-to-json-schema/dist/cjs/parsers/enum.js +10 -0
  4199. package/node_modules/zod-to-json-schema/dist/cjs/parsers/intersection.js +56 -0
  4200. package/node_modules/zod-to-json-schema/dist/cjs/parsers/literal.js +25 -0
  4201. package/node_modules/zod-to-json-schema/dist/cjs/parsers/map.js +30 -0
  4202. package/node_modules/zod-to-json-schema/dist/cjs/parsers/nativeEnum.js +20 -0
  4203. package/node_modules/zod-to-json-schema/dist/cjs/parsers/never.js +15 -0
  4204. package/node_modules/zod-to-json-schema/dist/cjs/parsers/null.js +14 -0
  4205. package/node_modules/zod-to-json-schema/dist/cjs/parsers/nullable.js +37 -0
  4206. package/node_modules/zod-to-json-schema/dist/cjs/parsers/number.js +56 -0
  4207. package/node_modules/zod-to-json-schema/dist/cjs/parsers/object.js +76 -0
  4208. package/node_modules/zod-to-json-schema/dist/cjs/parsers/optional.js +25 -0
  4209. package/node_modules/zod-to-json-schema/dist/cjs/parsers/pipeline.js +24 -0
  4210. package/node_modules/zod-to-json-schema/dist/cjs/parsers/promise.js +8 -0
  4211. package/node_modules/zod-to-json-schema/dist/cjs/parsers/readonly.js +8 -0
  4212. package/node_modules/zod-to-json-schema/dist/cjs/parsers/record.js +65 -0
  4213. package/node_modules/zod-to-json-schema/dist/cjs/parsers/set.js +24 -0
  4214. package/node_modules/zod-to-json-schema/dist/cjs/parsers/string.js +356 -0
  4215. package/node_modules/zod-to-json-schema/dist/cjs/parsers/tuple.js +36 -0
  4216. package/node_modules/zod-to-json-schema/dist/cjs/parsers/undefined.js +10 -0
  4217. package/node_modules/zod-to-json-schema/dist/cjs/parsers/union.js +84 -0
  4218. package/node_modules/zod-to-json-schema/dist/cjs/parsers/unknown.js +8 -0
  4219. package/node_modules/zod-to-json-schema/dist/cjs/selectParser.js +109 -0
  4220. package/node_modules/zod-to-json-schema/dist/cjs/zodToJsonSchema.js +90 -0
  4221. package/node_modules/zod-to-json-schema/dist/esm/Options.js +46 -0
  4222. package/node_modules/zod-to-json-schema/dist/esm/Refs.js +22 -0
  4223. package/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +14 -0
  4224. package/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js +8 -0
  4225. package/node_modules/zod-to-json-schema/dist/esm/index.js +40 -0
  4226. package/node_modules/zod-to-json-schema/dist/esm/package.json +1 -0
  4227. package/node_modules/zod-to-json-schema/dist/esm/parseDef.js +62 -0
  4228. package/node_modules/zod-to-json-schema/dist/esm/parseTypes.js +1 -0
  4229. package/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +17 -0
  4230. package/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +26 -0
  4231. package/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +49 -0
  4232. package/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +5 -0
  4233. package/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +4 -0
  4234. package/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +4 -0
  4235. package/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +46 -0
  4236. package/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +7 -0
  4237. package/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +7 -0
  4238. package/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +6 -0
  4239. package/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +52 -0
  4240. package/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +21 -0
  4241. package/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +26 -0
  4242. package/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +16 -0
  4243. package/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +11 -0
  4244. package/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +10 -0
  4245. package/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +33 -0
  4246. package/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +52 -0
  4247. package/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +72 -0
  4248. package/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +21 -0
  4249. package/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +20 -0
  4250. package/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +4 -0
  4251. package/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +4 -0
  4252. package/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +61 -0
  4253. package/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +20 -0
  4254. package/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +352 -0
  4255. package/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +32 -0
  4256. package/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +6 -0
  4257. package/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +80 -0
  4258. package/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +4 -0
  4259. package/node_modules/zod-to-json-schema/dist/esm/selectParser.js +105 -0
  4260. package/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +87 -0
  4261. package/node_modules/zod-to-json-schema/dist/types/Options.d.ts +37 -0
  4262. package/node_modules/zod-to-json-schema/dist/types/Refs.d.ts +17 -0
  4263. package/node_modules/zod-to-json-schema/dist/types/errorMessages.d.ts +15 -0
  4264. package/node_modules/zod-to-json-schema/dist/types/getRelativePath.d.ts +1 -0
  4265. package/node_modules/zod-to-json-schema/dist/types/index.d.ts +40 -0
  4266. package/node_modules/zod-to-json-schema/dist/types/parseDef.d.ts +4 -0
  4267. package/node_modules/zod-to-json-schema/dist/types/parseTypes.d.ts +34 -0
  4268. package/node_modules/zod-to-json-schema/dist/types/parsers/any.d.ts +5 -0
  4269. package/node_modules/zod-to-json-schema/dist/types/parsers/array.d.ts +12 -0
  4270. package/node_modules/zod-to-json-schema/dist/types/parsers/bigint.d.ts +14 -0
  4271. package/node_modules/zod-to-json-schema/dist/types/parsers/boolean.d.ts +4 -0
  4272. package/node_modules/zod-to-json-schema/dist/types/parsers/branded.d.ts +3 -0
  4273. package/node_modules/zod-to-json-schema/dist/types/parsers/catch.d.ts +3 -0
  4274. package/node_modules/zod-to-json-schema/dist/types/parsers/date.d.ts +15 -0
  4275. package/node_modules/zod-to-json-schema/dist/types/parsers/default.d.ts +6 -0
  4276. package/node_modules/zod-to-json-schema/dist/types/parsers/effects.d.ts +4 -0
  4277. package/node_modules/zod-to-json-schema/dist/types/parsers/enum.d.ts +6 -0
  4278. package/node_modules/zod-to-json-schema/dist/types/parsers/intersection.d.ts +8 -0
  4279. package/node_modules/zod-to-json-schema/dist/types/parsers/literal.d.ts +9 -0
  4280. package/node_modules/zod-to-json-schema/dist/types/parsers/map.d.ts +15 -0
  4281. package/node_modules/zod-to-json-schema/dist/types/parsers/nativeEnum.d.ts +6 -0
  4282. package/node_modules/zod-to-json-schema/dist/types/parsers/never.d.ts +6 -0
  4283. package/node_modules/zod-to-json-schema/dist/types/parsers/null.d.ts +5 -0
  4284. package/node_modules/zod-to-json-schema/dist/types/parsers/nullable.d.ts +10 -0
  4285. package/node_modules/zod-to-json-schema/dist/types/parsers/number.d.ts +13 -0
  4286. package/node_modules/zod-to-json-schema/dist/types/parsers/object.d.ts +10 -0
  4287. package/node_modules/zod-to-json-schema/dist/types/parsers/optional.d.ts +4 -0
  4288. package/node_modules/zod-to-json-schema/dist/types/parsers/pipeline.d.ts +5 -0
  4289. package/node_modules/zod-to-json-schema/dist/types/parsers/promise.d.ts +4 -0
  4290. package/node_modules/zod-to-json-schema/dist/types/parsers/readonly.d.ts +3 -0
  4291. package/node_modules/zod-to-json-schema/dist/types/parsers/record.d.ts +13 -0
  4292. package/node_modules/zod-to-json-schema/dist/types/parsers/set.d.ts +13 -0
  4293. package/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts +73 -0
  4294. package/node_modules/zod-to-json-schema/dist/types/parsers/tuple.d.ts +13 -0
  4295. package/node_modules/zod-to-json-schema/dist/types/parsers/undefined.d.ts +6 -0
  4296. package/node_modules/zod-to-json-schema/dist/types/parsers/union.d.ts +23 -0
  4297. package/node_modules/zod-to-json-schema/dist/types/parsers/unknown.d.ts +4 -0
  4298. package/node_modules/zod-to-json-schema/dist/types/selectParser.d.ts +5 -0
  4299. package/node_modules/zod-to-json-schema/dist/types/zodToJsonSchema.d.ts +10 -0
  4300. package/node_modules/zod-to-json-schema/package.json +85 -0
  4301. package/node_modules/zod-to-json-schema/postcjs.ts +3 -0
  4302. package/node_modules/zod-to-json-schema/postesm.ts +3 -0
  4303. package/package.json +56 -0
  4304. package/scripts/postinstall.js +86 -0
  4305. package/server.js +83 -0
@@ -0,0 +1,1872 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
+
10
+ ## [v1.18.1](https://github.com/http-party/node-http-proxy/compare/1.18.0...v1.18.1) - 2020-05-17
11
+
12
+ ### Merged
13
+
14
+ - Skip sending the proxyReq event when the expect header is present [`#1447`](https://github.com/http-party/node-http-proxy/pull/1447)
15
+ - Remove node6 support, add node12 to build [`#1397`](https://github.com/http-party/node-http-proxy/pull/1397)
16
+
17
+ ## [1.18.0](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.0) - 2019-09-18
18
+
19
+ ### Merged
20
+
21
+ - Added in auto-changelog module set to keepachangelog format [`#1373`](https://github.com/http-party/node-http-proxy/pull/1373)
22
+ - fix 'Modify Response' readme section to avoid unnecessary array copying [`#1300`](https://github.com/http-party/node-http-proxy/pull/1300)
23
+ - Fix incorrect target name for reverse proxy example [`#1135`](https://github.com/http-party/node-http-proxy/pull/1135)
24
+ - Fix modify response middleware example [`#1139`](https://github.com/http-party/node-http-proxy/pull/1139)
25
+ - [dist] Update dependency async to v3 [`#1359`](https://github.com/http-party/node-http-proxy/pull/1359)
26
+ - Fix path to local http-proxy in examples. [`#1072`](https://github.com/http-party/node-http-proxy/pull/1072)
27
+ - fix reverse-proxy example require path [`#1067`](https://github.com/http-party/node-http-proxy/pull/1067)
28
+ - Update README.md [`#970`](https://github.com/http-party/node-http-proxy/pull/970)
29
+ - [dist] Update dependency request to ~2.88.0 [SECURITY] [`#1357`](https://github.com/http-party/node-http-proxy/pull/1357)
30
+ - [dist] Update dependency eventemitter3 to v4 [`#1365`](https://github.com/http-party/node-http-proxy/pull/1365)
31
+ - [dist] Update dependency colors to v1 [`#1360`](https://github.com/http-party/node-http-proxy/pull/1360)
32
+ - [dist] Update all non-major dependencies [`#1356`](https://github.com/http-party/node-http-proxy/pull/1356)
33
+ - [dist] Update dependency agentkeepalive to v4 [`#1358`](https://github.com/http-party/node-http-proxy/pull/1358)
34
+ - [dist] Update dependency nyc to v14 [`#1367`](https://github.com/http-party/node-http-proxy/pull/1367)
35
+ - [dist] Update dependency concat-stream to v2 [`#1363`](https://github.com/http-party/node-http-proxy/pull/1363)
36
+ - x-forwarded-host overwrite for mutli level proxies [`#1267`](https://github.com/http-party/node-http-proxy/pull/1267)
37
+ - [refactor doc] Complete rename to http-party org. [`#1362`](https://github.com/http-party/node-http-proxy/pull/1362)
38
+ - Highlight correct lines for createProxyServer [`#1117`](https://github.com/http-party/node-http-proxy/pull/1117)
39
+ - Fix docs for rewrite options - 201 also handled [`#1147`](https://github.com/http-party/node-http-proxy/pull/1147)
40
+ - Update .nyc_output [`#1339`](https://github.com/http-party/node-http-proxy/pull/1339)
41
+ - Configure Renovate [`#1355`](https://github.com/http-party/node-http-proxy/pull/1355)
42
+ - [examples] Restream body before proxying, support for Content-Type of application/x-www-form-urlencoded [`#1264`](https://github.com/http-party/node-http-proxy/pull/1264)
43
+
44
+ ### Commits
45
+
46
+ - [dist] New test fixtures. [`7e4a0e5`](https://github.com/http-party/node-http-proxy/commit/7e4a0e511bc30c059216860153301de2cdd1e97f)
47
+ - [dist] End of an era. [`a9b09cc`](https://github.com/http-party/node-http-proxy/commit/a9b09cce43f072db99fb5170030a05536177ccb7)
48
+ - [dist] Version bump. 1.18.0 [`9bbe486`](https://github.com/http-party/node-http-proxy/commit/9bbe486c5efcc356fb4d189ef38eee275bbde345)
49
+ - [fix] Latest versions. [`59c4403`](https://github.com/http-party/node-http-proxy/commit/59c4403e9dc15ab9b19ee2a3f4aecbfc6c3d94c4)
50
+ - [fix test] Update tests. [`dd1d08b`](https://github.com/http-party/node-http-proxy/commit/dd1d08b6319d1def729554446a5b0176978a8dad)
51
+ - [dist] Update dependency ws to v3 [SECURITY] [`b00911c`](https://github.com/http-party/node-http-proxy/commit/b00911c93740a00c5cfbacbb91565cb6912ed255)
52
+ - [dist] .gitattributes all the things. [`fc93520`](https://github.com/http-party/node-http-proxy/commit/fc93520d741ec80be8ae31ca005f3e9c199e330e)
53
+ - [dist] Regenerate package-lock.json. [`16d4f8a`](https://github.com/http-party/node-http-proxy/commit/16d4f8a95162b2e2e4ee6657c500f1208c044b2d)
54
+
55
+ ## [1.17.0](https://github.com/http-party/node-http-proxy/compare/1.16.2...1.17.0) - 2018-04-20
56
+
57
+ ### Merged
58
+
59
+ - Fix overwriting of global options [`#1074`](https://github.com/http-party/node-http-proxy/pull/1074)
60
+ - Update README.md [`#1131`](https://github.com/http-party/node-http-proxy/pull/1131)
61
+ - Update README.md with CoC link [`#1120`](https://github.com/http-party/node-http-proxy/pull/1120)
62
+ - Add Code Of Conduct [`#1119`](https://github.com/http-party/node-http-proxy/pull/1119)
63
+ - [deps] Update eventemitter3 to version 2.0.x [`#1109`](https://github.com/http-party/node-http-proxy/pull/1109)
64
+
65
+ ### Fixed
66
+
67
+ - Fix "Can't set headers after they are sent" errors [`#930`](https://github.com/http-party/node-http-proxy/issues/930)
68
+ - Include websocket non-upgrade response [`#890`](https://github.com/http-party/node-http-proxy/issues/890)
69
+
70
+ ### Commits
71
+
72
+ - Add followRedirects option [`c9a556c`](https://github.com/http-party/node-http-proxy/commit/c9a556cfa57c7ce0b877e16f2c2e1448d8cc278d)
73
+ - [test] add test for selfHandleRequest and remove modifyResponse as selfHandleRequest is the only way that functionality works [`4a37175`](https://github.com/http-party/node-http-proxy/commit/4a37175a5296d2ea2da0fc15a3f8fe08599bb592)
74
+ - Adding ability to set cookie path [`2c98416`](https://github.com/http-party/node-http-proxy/commit/2c98416ac2bf17bb5f515b9e10ee4485f5913846)
75
+ - Updating docs and adding more tests. [`f5c2381`](https://github.com/http-party/node-http-proxy/commit/f5c2381395e01bf8d6655cc70e14032c8f0aaa67)
76
+ - [dist] make tests work reliably, add package-lock.json [`09dcb98`](https://github.com/http-party/node-http-proxy/commit/09dcb984565dabb159a01a75a188b974f8c176ad)
77
+ - add support for modify response [`e5c02b8`](https://github.com/http-party/node-http-proxy/commit/e5c02b8a8a902e204eee886acafbbfe46c4a3aef)
78
+ - [wip] proper tests and reporting [`f4ff100`](https://github.com/http-party/node-http-proxy/commit/f4ff1006b9e71eb4185a3edf03333dbe514a84c9)
79
+ - Add detail about "buffer" option [`6f88caf`](https://github.com/http-party/node-http-proxy/commit/6f88caf6e46d84a809910c591e138250b333b39f)
80
+ - Add use case for proxy to HTTPS using a PKCS12 client certificate [`d2f9db8`](https://github.com/http-party/node-http-proxy/commit/d2f9db824136358a06dc3dd566644f3a016f24e2)
81
+ - [test] for override method feature [`81d58c5`](https://github.com/http-party/node-http-proxy/commit/81d58c531be3f61efb56d2489a66c73a7b2325fe)
82
+ - [dist] doc updates [`e94d529`](https://github.com/http-party/node-http-proxy/commit/e94d52973a26cf817a9de12d97e5ae603093f70d)
83
+ - feat: 添加response自处理参数 [`89f9ef8`](https://github.com/http-party/node-http-proxy/commit/89f9ef87e0532d54d086719c5ace1a968a42e51b)
84
+ - [dist][test] codecov config [`a4bccc3`](https://github.com/http-party/node-http-proxy/commit/a4bccc332d36d7db93db984674cd7e51b43a1b99)
85
+ - Removing unnecessary check since this is a private API [`bc6a237`](https://github.com/http-party/node-http-proxy/commit/bc6a23709c37c65b5b16cc802d05cb57f099b0ce)
86
+ - issue #953: stop using writeHead [`2c44039`](https://github.com/http-party/node-http-proxy/commit/2c44039a7c30b190043da654ee7e5aed0304e979)
87
+ - [fix] move badges [`543636d`](https://github.com/http-party/node-http-proxy/commit/543636d0f662308ec8c9afdbf641f4036f002bfd)
88
+ - fix small typos in README [`8231984`](https://github.com/http-party/node-http-proxy/commit/8231984fb02dca331b4ef77e089db50855eea4f5)
89
+ - Added timeout option to docs [`107c187`](https://github.com/http-party/node-http-proxy/commit/107c18720c3906f9049cc14d075b31910c0ccf55)
90
+ - [dist] document the feature [`d533a1b`](https://github.com/http-party/node-http-proxy/commit/d533a1be437b37fed5bd25f5e58298eea819f974)
91
+ - [fix] slightly more tolerant [`de1b808`](https://github.com/http-party/node-http-proxy/commit/de1b80851ab1b1251b5eaeaf0beab164024f09b6)
92
+ - Forgot 'i' flag when changing from regex shorthand to string. [`50f58b4`](https://github.com/http-party/node-http-proxy/commit/50f58b4cd9b4422a11512a6a065432159b5bc806)
93
+ - Update common.js [`c5d8466`](https://github.com/http-party/node-http-proxy/commit/c5d846648304f2e36a172b25d9fb8300d8131f8c)
94
+ - [fix] rm newline [`e6f24ba`](https://github.com/http-party/node-http-proxy/commit/e6f24ba6173c4fdd26089b3c729de5dbdd71ad74)
95
+ - [dist] update package-lock.json [`abf882e`](https://github.com/http-party/node-http-proxy/commit/abf882e03c92cf1665d5b7d4dbdaf87feb50a677)
96
+
97
+ ## [1.16.2](https://github.com/http-party/node-http-proxy/compare/1.16.1...1.16.2) - 2016-12-06
98
+
99
+ ### Merged
100
+
101
+ - [WIP] Revert default behavior of writeHeaders method [`#1104`](https://github.com/http-party/node-http-proxy/pull/1104)
102
+
103
+ ## [1.16.1](https://github.com/http-party/node-http-proxy/compare/1.16.0...1.16.1) - 2016-12-04
104
+
105
+ ### Commits
106
+
107
+ - Enable proxy response to have multiple Set-Cookie raw headers #1101 [`8cb451f`](https://github.com/http-party/node-http-proxy/commit/8cb451f20cff0a19fc9576fc2558307fb17a5710)
108
+ - [dist] Version bump. 1.16.1 [`ac1a01b`](https://github.com/http-party/node-http-proxy/commit/ac1a01b1f3caa3a2a9433341bf5e7a95072d6612)
109
+
110
+ ## [1.16.0](https://github.com/http-party/node-http-proxy/compare/1.15.2...1.16.0) - 2016-12-02
111
+
112
+ ### Merged
113
+
114
+ - Fix newly introduced error in error handler for ECONNREFUSED in forward proxy [`#1100`](https://github.com/http-party/node-http-proxy/pull/1100)
115
+ - Keep original letter case of response header keys [`#1098`](https://github.com/http-party/node-http-proxy/pull/1098)
116
+ - Handle errors for forward request, add test case [`#1099`](https://github.com/http-party/node-http-proxy/pull/1099)
117
+
118
+ ### Commits
119
+
120
+ - add node 6 to travis [`2f7f037`](https://github.com/http-party/node-http-proxy/commit/2f7f03778cfb94396acf0d778061ea197212fbb5)
121
+
122
+ ## [1.15.2](https://github.com/http-party/node-http-proxy/compare/1.15.1...1.15.2) - 2016-10-22
123
+
124
+ ### Merged
125
+
126
+ - Add proxy-timeout option to documentation [`#1075`](https://github.com/http-party/node-http-proxy/pull/1075)
127
+
128
+ ### Commits
129
+
130
+ - Do not rely on func.name (no scope) [`61c2889`](https://github.com/http-party/node-http-proxy/commit/61c28891093b256bbc0dae78e45e2c5f0acf2101)
131
+ - Do not rely on func.name (no scope) [`d48f67e`](https://github.com/http-party/node-http-proxy/commit/d48f67eb90d8af66211093e91efdd6638859e0bf)
132
+ - Expose full callback names [`220f5fb`](https://github.com/http-party/node-http-proxy/commit/220f5fb795d2977c5a68ae59d7db65089efed50c)
133
+ - test case added [`f5217d6`](https://github.com/http-party/node-http-proxy/commit/f5217d6c20c164ed412a3b20f660786b6f88b35b)
134
+ - [fix] style nits [`d0f1dfe`](https://github.com/http-party/node-http-proxy/commit/d0f1dfeb8277d46a057017cd888b50e85f6725d6)
135
+ - With a comment [`fbc2668`](https://github.com/http-party/node-http-proxy/commit/fbc266809c289fbdb59d7944345816a858303c96)
136
+ - Fix browserification [`8eddf45`](https://github.com/http-party/node-http-proxy/commit/8eddf45f2a043e4e1b3f6e33c304e68fe7e1c406)
137
+ - not setting connection header in case of http2 as it is deprecated [`2d01edc`](https://github.com/http-party/node-http-proxy/commit/2d01edc5a5ace591784022b85860a3bbc48c5e12)
138
+
139
+ ## [1.15.1](https://github.com/http-party/node-http-proxy/compare/1.15.0...1.15.1) - 2016-09-14
140
+
141
+ ### Merged
142
+
143
+ - Properly write response header optionally including statusMessage [`#1061`](https://github.com/http-party/node-http-proxy/pull/1061)
144
+
145
+ ### Commits
146
+
147
+ - [dist] Version bump. 1.15.1 [`912cd3a`](https://github.com/http-party/node-http-proxy/commit/912cd3acaef484f7ea08affc9339250082e04058)
148
+
149
+ ## [1.15.0](https://github.com/http-party/node-http-proxy/compare/1.14.0...1.15.0) - 2016-09-14
150
+
151
+ ### Merged
152
+
153
+ - Made it not to crash with omited Host http header [`#1050`](https://github.com/http-party/node-http-proxy/pull/1050)
154
+ - README.md: fix typo: 'ingoing' should be 'incoming' [`#1060`](https://github.com/http-party/node-http-proxy/pull/1060)
155
+ - Fix for Reason-Phrase being overwritten on proxy response. [`#1051`](https://github.com/http-party/node-http-proxy/pull/1051)
156
+ - cookieDomainRewrite option [`#1009`](https://github.com/http-party/node-http-proxy/pull/1009)
157
+ - Update ntlm-authentication.js [`#1025`](https://github.com/http-party/node-http-proxy/pull/1025)
158
+ - Restream body before proxying [`#1027`](https://github.com/http-party/node-http-proxy/pull/1027)
159
+ - Location rewriting for responses with status 201 [`#1024`](https://github.com/http-party/node-http-proxy/pull/1024)
160
+ - #866 Copy CA from options into outbound proxy [`#1042`](https://github.com/http-party/node-http-proxy/pull/1042)
161
+
162
+ ### Fixed
163
+
164
+ - Restream body before proxying (#1027) [`#955`](https://github.com/http-party/node-http-proxy/issues/955)
165
+
166
+ ### Commits
167
+
168
+ - [dist] Version bump. 1.15.0 [`b98c75b`](https://github.com/http-party/node-http-proxy/commit/b98c75b1ff3ebdf7f78224eb0d9aa857af2db1d9)
169
+
170
+ ## [1.14.0](https://github.com/http-party/node-http-proxy/compare/1.13.3...1.14.0) - 2016-06-15
171
+
172
+ ### Merged
173
+
174
+ - Emit disconnected event instead of error when ECONNRESET [`#966`](https://github.com/http-party/node-http-proxy/pull/966)
175
+ - fix test for node 0.10 + socket.io-client@1.4.6 (engine.io-client@1.6.9) [`#1010`](https://github.com/http-party/node-http-proxy/pull/1010)
176
+
177
+ ### Commits
178
+
179
+ - [dist] Version bump. 1.14.0 [`fcfb0b3`](https://github.com/http-party/node-http-proxy/commit/fcfb0b37f6ac61369565507446377f91d955cf29)
180
+
181
+ ## [1.13.3](https://github.com/http-party/node-http-proxy/compare/1.13.2...1.13.3) - 2016-05-16
182
+
183
+ ### Merged
184
+
185
+ - fix browserify compatibility [`#975`](https://github.com/http-party/node-http-proxy/pull/975)
186
+ - alter message error [`#998`](https://github.com/http-party/node-http-proxy/pull/998)
187
+ - Sanitize header keys before setting them [`#997`](https://github.com/http-party/node-http-proxy/pull/997)
188
+ - Update ntlm-authentication.js [`#989`](https://github.com/http-party/node-http-proxy/pull/989)
189
+ - Add expected datatype to readme [`#983`](https://github.com/http-party/node-http-proxy/pull/983)
190
+ - Update README [`#982`](https://github.com/http-party/node-http-proxy/pull/982)
191
+ - Fix formatting of the `headers` option [`#974`](https://github.com/http-party/node-http-proxy/pull/974)
192
+ - Set the x-forwarded-host flag when xfwd is enabled [`#967`](https://github.com/http-party/node-http-proxy/pull/967)
193
+
194
+ ### Fixed
195
+
196
+ - Sanitize header keys before setting them (#997) [`#996`](https://github.com/http-party/node-http-proxy/issues/996)
197
+
198
+ ### Commits
199
+
200
+ - [dist] Update LICENSE to reflect 2015 changes. [`f345a1a`](https://github.com/http-party/node-http-proxy/commit/f345a1ac2dde1884e72b952a685a0a1796059f14)
201
+ - [dist] Version bump. 1.13.3 [`5082acc`](https://github.com/http-party/node-http-proxy/commit/5082acc067bbf287f503bbd5b776f798ab169db1)
202
+
203
+ ## [1.13.2](https://github.com/http-party/node-http-proxy/compare/1.13.1...1.13.2) - 2016-02-17
204
+
205
+ ### Merged
206
+
207
+ - Fixed missing documentation: #options.headers [`#806`](https://github.com/http-party/node-http-proxy/pull/806)
208
+ - #949 Proxy example using req instead res on README [`#950`](https://github.com/http-party/node-http-proxy/pull/950)
209
+ - mocha: Use default reporter [`#962`](https://github.com/http-party/node-http-proxy/pull/962)
210
+ - Remove "transfer-encoding" header if "content-length" is set to zero [`#961`](https://github.com/http-party/node-http-proxy/pull/961)
211
+
212
+ ### Commits
213
+
214
+ - [dist] Version bump. 1.13.2 [`e1b2f4c`](https://github.com/http-party/node-http-proxy/commit/e1b2f4c31b34464431db251b3b6169689dadf518)
215
+
216
+ ## [1.13.1](https://github.com/http-party/node-http-proxy/compare/1.13.0...1.13.1) - 2016-02-02
217
+
218
+ ### Merged
219
+
220
+ - README.md: summary to specify reverse proxy [`#932`](https://github.com/http-party/node-http-proxy/pull/932)
221
+ - fix(common) urlJoin replace: ":/" -> "http?s:/" [`#947`](https://github.com/http-party/node-http-proxy/pull/947)
222
+ - Update README.md [`#948`](https://github.com/http-party/node-http-proxy/pull/948)
223
+
224
+ ### Commits
225
+
226
+ - [dist] Version bump. 1.13.1 [`9d9fa94`](https://github.com/http-party/node-http-proxy/commit/9d9fa940cff3aa6134c60732c23aea8171fc7296)
227
+
228
+ ## [1.13.0](https://github.com/http-party/node-http-proxy/compare/1.12.1...1.13.0) - 2016-01-26
229
+
230
+ ### Merged
231
+
232
+ - Fix for #839 (Ignore path and the trailing slash) [`#934`](https://github.com/http-party/node-http-proxy/pull/934)
233
+ - Update license year range to 2016 [`#943`](https://github.com/http-party/node-http-proxy/pull/943)
234
+
235
+ ### Commits
236
+
237
+ - [dist] Version bump. 1.13.0 [`268994e`](https://github.com/http-party/node-http-proxy/commit/268994ea45d9f8737343001ab9542e03023a5c96)
238
+
239
+ ## [1.12.1](https://github.com/http-party/node-http-proxy/compare/1.12.0...1.12.1) - 2016-01-24
240
+
241
+ ### Merged
242
+
243
+ - Bump version for npm publish [`#942`](https://github.com/http-party/node-http-proxy/pull/942)
244
+ - Added check to passes/web-outgoing.js to make sure the header being s… [`#940`](https://github.com/http-party/node-http-proxy/pull/940)
245
+ - Created reverse-proxy.js example. [`#825`](https://github.com/http-party/node-http-proxy/pull/825)
246
+ - SSE example and test [`#922`](https://github.com/http-party/node-http-proxy/pull/922)
247
+ - More structured readme [`#912`](https://github.com/http-party/node-http-proxy/pull/912)
248
+ - Updated markdown docs to mention proxy rules module [`#910`](https://github.com/http-party/node-http-proxy/pull/910)
249
+ - Add tests for forwarding of continuation frames [`#901`](https://github.com/http-party/node-http-proxy/pull/901)
250
+ - Bump requires-port, server and ws [`#904`](https://github.com/http-party/node-http-proxy/pull/904)
251
+ - [example] add an example for NTLM authentication [`#903`](https://github.com/http-party/node-http-proxy/pull/903)
252
+
253
+ ### Commits
254
+
255
+ - Organized README more [`cd1d777`](https://github.com/http-party/node-http-proxy/commit/cd1d7776e8fb5d67e2c52b9ef27d8c932e7b72e2)
256
+ - Add tests for testing forwarding of continuation frames [`64fa520`](https://github.com/http-party/node-http-proxy/commit/64fa52078913c6d4fe95673f182aac4924961e8b)
257
+ - Added back to top helpers [`6106d4c`](https://github.com/http-party/node-http-proxy/commit/6106d4c32f7c7960f0391591661e6f0d229db52d)
258
+ - [ci] use node 4.2 to test and do not allow failures [`f82ce18`](https://github.com/http-party/node-http-proxy/commit/f82ce18d2f187b085c2c4f49d857755d21c582b1)
259
+ - [fix] bump requires-port, server and ws [`9ea1e89`](https://github.com/http-party/node-http-proxy/commit/9ea1e89a2fd9c392cd40265bdb13494a3614e290)
260
+ - Updated markdown docs to mention proxy rules [`eea79ca`](https://github.com/http-party/node-http-proxy/commit/eea79cab53f27371cad387a524ee3aaefa742c48)
261
+ - Fixed tests depending on ignorePath [`f9540de`](https://github.com/http-party/node-http-proxy/commit/f9540de7b13f41091be2dcb68d8f23be65ad3885)
262
+ - Added check to passes/web-outgoing.js to make sure the header being set is not undefined, which should be the only falsey value that could accidently show up and break that call. This fixes windows NTLM auth issues behind http-proxy. [`3b39d2c`](https://github.com/http-party/node-http-proxy/commit/3b39d2c3dcb1785cc06043fcb226c652f554941e)
263
+ - No longer appends / to path if ignorePath is set [`f2093b5`](https://github.com/http-party/node-http-proxy/commit/f2093b5313c855cd6309cc0ddebb31f369e525ed)
264
+ - README.md: introduction to specify reverse proxy [`41414a5`](https://github.com/http-party/node-http-proxy/commit/41414a56a11ddfac3a337711ac4c64124eb62377)
265
+ - Added note for appending trailing / when using ignorePath [`0cb1d3c`](https://github.com/http-party/node-http-proxy/commit/0cb1d3c68e793fed9aa4a7624c32a018e796aa95)
266
+
267
+ ## [1.12.0](https://github.com/http-party/node-http-proxy/compare/1.11.3...1.12.0) - 2015-10-22
268
+
269
+ ### Merged
270
+
271
+ - Issue #896: provide a "proxyReq" event also for websocket connections. [`#897`](https://github.com/http-party/node-http-proxy/pull/897)
272
+
273
+ ### Commits
274
+
275
+ - Provide a "proxyReq" event also for websocket connections. [`a05fc2d`](https://github.com/http-party/node-http-proxy/commit/a05fc2d1692d038f1eaad6d9b26c174039bc1949)
276
+ - fixes after PR review [`9752652`](https://github.com/http-party/node-http-proxy/commit/9752652e76da3bcfb6a635620e4162518ca43203)
277
+ - [dist] Version bump. 1.12.0 [`b5a6d0e`](https://github.com/http-party/node-http-proxy/commit/b5a6d0e58396363f4c457f6d1654614bdfcfcb73)
278
+
279
+ ## [1.11.3](https://github.com/http-party/node-http-proxy/compare/1.11.2...1.11.3) - 2015-10-19
280
+
281
+ ### Merged
282
+
283
+ - Removed unspecified trailing slash in proxy url [`#893`](https://github.com/http-party/node-http-proxy/pull/893)
284
+ - Updating the upgrading doc [`#892`](https://github.com/http-party/node-http-proxy/pull/892)
285
+
286
+ ### Commits
287
+
288
+ - [dist] Update .travis.yml to be more modern. [`302d981`](https://github.com/http-party/node-http-proxy/commit/302d981dd2cf06dbf751b1f64e3dfea08d0f9476)
289
+ - [dist] Version bump. 1.11.3 [`60baca5`](https://github.com/http-party/node-http-proxy/commit/60baca5aed4f45ef1d7b3f7edd909375853d344b)
290
+ - docs: options.headers [`c86ae51`](https://github.com/http-party/node-http-proxy/commit/c86ae51bb9658309a9628f4f5182d4c45c803b84)
291
+
292
+ ## [1.11.2](https://github.com/http-party/node-http-proxy/compare/v1.11.1...1.11.2) - 2015-08-30
293
+
294
+ ### Merged
295
+
296
+ - Update gzip-middleware.js [`#870`](https://github.com/http-party/node-http-proxy/pull/870)
297
+ - Fix broken option list indentation [`#863`](https://github.com/http-party/node-http-proxy/pull/863)
298
+ - Added missing configuration options [`#852`](https://github.com/http-party/node-http-proxy/pull/852)
299
+ - Added installation instructions [`#823`](https://github.com/http-party/node-http-proxy/pull/823)
300
+ - fixes comment [`#817`](https://github.com/http-party/node-http-proxy/pull/817)
301
+
302
+ ### Commits
303
+
304
+ - Created reverse-proxy.js example. [`38864d0`](https://github.com/http-party/node-http-proxy/commit/38864d016794b9ff3d8d1d1cb81a730b40a1bf9c)
305
+ - Added websocket set-cookie headers test [`855cebd`](https://github.com/http-party/node-http-proxy/commit/855cebdac4d33ef5f2fab4c4c78fdc07cdb61402)
306
+ - [fix] make more functional [`cea0e86`](https://github.com/http-party/node-http-proxy/commit/cea0e8676b3e609828320bb03051eaf78cc43b54)
307
+ - Modify the set-cookie header fix to work with node 0.10.x. [`da674ec`](https://github.com/http-party/node-http-proxy/commit/da674ec4df2b371f09e912f3b376c48581090a0f)
308
+ - Use raw headers instead parsed. [`8bfd90c`](https://github.com/http-party/node-http-proxy/commit/8bfd90c4d9331fd129f17a788ef9fc733654b7e0)
309
+ - Replaced Object.keys().map with for in loop. [`3d2350c`](https://github.com/http-party/node-http-proxy/commit/3d2350c54ff0fb9271f5fcfea1d23f22ad97c47c)
310
+ - [dist] Version bump. 1.11.2 [`30e3b37`](https://github.com/http-party/node-http-proxy/commit/30e3b371de0116e40e15156394f31c7e0b0aa9f1)
311
+ - Websocket key was unnecessary long. [`ca73208`](https://github.com/http-party/node-http-proxy/commit/ca732087498582df01ab78fb7da77912dab8f138)
312
+
313
+ ## [v1.11.1](https://github.com/http-party/node-http-proxy/compare/v1.11.0...v1.11.1) - 2015-04-22
314
+
315
+ ### Commits
316
+
317
+ - [dist] Version bump. 1.11.1 [`7e6c66a`](https://github.com/http-party/node-http-proxy/commit/7e6c66a7e485a6c0ec3a1c567bbe800fdc56c9fd)
318
+ - [fix] dont use bind in the one case we do [`d26ef56`](https://github.com/http-party/node-http-proxy/commit/d26ef56e1bc2a1232b06c01b4740e3bf35d63eda)
319
+ - [dist] update to new version of EE3 [`607f96c`](https://github.com/http-party/node-http-proxy/commit/607f96c00cbda2a6b881b8ff1db05437dbf4ce77)
320
+ - [fix] use the main export for EE3 [`18c77ca`](https://github.com/http-party/node-http-proxy/commit/18c77cafc7d5479502cf5c4d2b663d8f85cfd6d4)
321
+
322
+ ## [v1.11.0](https://github.com/http-party/node-http-proxy/compare/v1.10.1...v1.11.0) - 2015-04-20
323
+
324
+ ### Merged
325
+
326
+ - [api] add an ignorePath option if you want to disregard the path of the ... [`#759`](https://github.com/http-party/node-http-proxy/pull/759)
327
+
328
+ ### Commits
329
+
330
+ - [dist] Version bump. 1.11.0 [`934e6c4`](https://github.com/http-party/node-http-proxy/commit/934e6c4d54292a1b961452074e02fb5d45da729a)
331
+
332
+ ## [v1.10.1](https://github.com/http-party/node-http-proxy/compare/v1.10.0...v1.10.1) - 2015-04-02
333
+
334
+ ### Merged
335
+
336
+ - Fix default port detection with node 0.12.x [`#799`](https://github.com/http-party/node-http-proxy/pull/799)
337
+
338
+ ### Commits
339
+
340
+ - [dist] add semver and normalize package.json with --save-dev [`1b89bc9`](https://github.com/http-party/node-http-proxy/commit/1b89bc9a76c229070ff2572f7a0e1b969c4b4701)
341
+ - fix protocol and default port detection on node 0.12.x, compatible with 0.10.x [`5f14bca`](https://github.com/http-party/node-http-proxy/commit/5f14bcaa704fe8a5e6f59d3a89722f22958cade9)
342
+ - fix expected error message when node 0.12.x [`0ee314c`](https://github.com/http-party/node-http-proxy/commit/0ee314c436226391318b9a1b623cb3f7e8bf4df7)
343
+ - force cipher AES128-GCM-SHA256 in https tests [`c33d161`](https://github.com/http-party/node-http-proxy/commit/c33d1616cdbd60587ca2eb326c48b8a87ac56092)
344
+ - [fix] properly support iojs with test checking for HTTPS [`c6dfb04`](https://github.com/http-party/node-http-proxy/commit/c6dfb04a67f3b5ac9a402b7b08c1b8baf29f89e6)
345
+ - [dist] Version bump. 1.10.1 [`0bd446c`](https://github.com/http-party/node-http-proxy/commit/0bd446c680e9991accfaa3a6a70e411fdac79164)
346
+ - [ci] add 0.12 and iojs to travis [`a6ae6c4`](https://github.com/http-party/node-http-proxy/commit/a6ae6c499743ddade9db12b9f7404d980c79f683)
347
+
348
+ ## [v1.10.0](https://github.com/http-party/node-http-proxy/compare/v1.9.1...v1.10.0) - 2015-04-01
349
+
350
+ ### Merged
351
+
352
+ - Fixes / additions to URL rewriting [`#787`](https://github.com/http-party/node-http-proxy/pull/787)
353
+
354
+ ### Commits
355
+
356
+ - [dist] Version bump. 1.10.0 [`1dabda2`](https://github.com/http-party/node-http-proxy/commit/1dabda241f3b93eb9195134042e7a3b84fd0ef57)
357
+
358
+ ## [v1.9.1](https://github.com/http-party/node-http-proxy/compare/v1.9.0...v1.9.1) - 2015-04-01
359
+
360
+ ### Merged
361
+
362
+ - Fix #747 [`#798`](https://github.com/http-party/node-http-proxy/pull/798)
363
+
364
+ ### Fixed
365
+
366
+ - Merge pull request #798 from damonmcminn/master [`#747`](https://github.com/http-party/node-http-proxy/issues/747)
367
+ - Fix https://github.com/nodejitsu/node-http-proxy/issues/747 [`#747`](https://github.com/nodejitsu/node-http-proxy/issues/747)
368
+
369
+ ### Commits
370
+
371
+ - Add test for https://github.com/nodejitsu/node-http-proxy/issues/747 [`d145152`](https://github.com/http-party/node-http-proxy/commit/d145152655a69479348b0ebc726d4dc19720a12b)
372
+ - [dist] Version bump. 1.9.1 [`21b30b7`](https://github.com/http-party/node-http-proxy/commit/21b30b754db4f6410c3d2052bc123b3fdae57c46)
373
+
374
+ ## [v1.9.0](https://github.com/http-party/node-http-proxy/compare/v1.8.1...v1.9.0) - 2015-03-12
375
+
376
+ ### Merged
377
+
378
+ - Adding the nodejs0.12 auth option [`#792`](https://github.com/http-party/node-http-proxy/pull/792)
379
+ - fix "x-forwarded-proto" in node 0.12 and iojs [`#789`](https://github.com/http-party/node-http-proxy/pull/789)
380
+ - Add support for auto host rewriting and protocol rewriting [`#1`](https://github.com/http-party/node-http-proxy/pull/1)
381
+ - changed highlighted part - very minor [`#756`](https://github.com/http-party/node-http-proxy/pull/756)
382
+ - Update README.md for benchmarks [`#625`](https://github.com/http-party/node-http-proxy/pull/625)
383
+
384
+ ### Fixed
385
+
386
+ - fix "x-forwarded-proto" in node 0.12 and iojs [`#772`](https://github.com/http-party/node-http-proxy/issues/772)
387
+ - [api] add an ignorePath option if you want to disregard the path of the incoming request when proxying to the target server fixes #758 [`#758`](https://github.com/http-party/node-http-proxy/issues/758)
388
+
389
+ ### Commits
390
+
391
+ - added auth header test [`df158bf`](https://github.com/http-party/node-http-proxy/commit/df158bfc53e35e62609d8169f3883f6dcf12b73c)
392
+ - added auth header test [`ff1626f`](https://github.com/http-party/node-http-proxy/commit/ff1626f0719652c92895cf80f9aacc22ededadad)
393
+ - refactor some tests for greater readability [`14415a5`](https://github.com/http-party/node-http-proxy/commit/14415a50741d1f258da884686455d87d68eb8121)
394
+ - only rewrite redirect urls when it matches target [`26029ba`](https://github.com/http-party/node-http-proxy/commit/26029ba7ac948b5dc0befb2091cc9a5862d0641c)
395
+ - auth header added [`ab5c3e5`](https://github.com/http-party/node-http-proxy/commit/ab5c3e5c819ca993e0616d178bc1d282af539508)
396
+ - [dist] Version bump. 1.9.0 [`87a92a7`](https://github.com/http-party/node-http-proxy/commit/87a92a72802a27f817fcba87382d55831fd04ddb)
397
+ - end of file line space [`e907d7b`](https://github.com/http-party/node-http-proxy/commit/e907d7bb2aa2825b43d9355cb1ee25bec47b15ad)
398
+ - space instead of tabs [`7298510`](https://github.com/http-party/node-http-proxy/commit/7298510e9170d74ff057487085bc1e898f044177)
399
+ - space instead of tabs [`63c9262`](https://github.com/http-party/node-http-proxy/commit/63c9262df5bd04d83432db44fce2a4d5b19a59ea)
400
+ - auth header added tests [`f55ffa3`](https://github.com/http-party/node-http-proxy/commit/f55ffa356a259c09685c6b768a404e4b73f674ce)
401
+
402
+ ## [v1.8.1](https://github.com/http-party/node-http-proxy/compare/v1.8.0...v1.8.1) - 2014-12-17
403
+
404
+ ### Commits
405
+
406
+ - Pass HTTPS client parameters. [`402ab05`](https://github.com/http-party/node-http-proxy/commit/402ab057340a29db7a521ff239c5e21ac0c12be8)
407
+ - [dist] Version bump. 1.8.1 [`3311106`](https://github.com/http-party/node-http-proxy/commit/3311106c2c2346f3ac1ffe402b80bca3c7c59275)
408
+
409
+ ## [v1.8.0](https://github.com/http-party/node-http-proxy/compare/v1.7.3...v1.8.0) - 2014-12-17
410
+
411
+ ### Merged
412
+
413
+ - Fix variables scope in test [`#752`](https://github.com/http-party/node-http-proxy/pull/752)
414
+ - Fix typo [`#751`](https://github.com/http-party/node-http-proxy/pull/751)
415
+
416
+ ### Commits
417
+
418
+ - Added websocket close event test [`8bff3dd`](https://github.com/http-party/node-http-proxy/commit/8bff3ddc1276e3ba18fd68c34d8982148cd21455)
419
+ - Deprecated proxySocket event in favor to open event. [`c62610e`](https://github.com/http-party/node-http-proxy/commit/c62610e8e4d59e8ba4642370ff3fb933c6ddb4eb)
420
+ - Update README.md [`05d18a4`](https://github.com/http-party/node-http-proxy/commit/05d18a4e1ba6c2de41b0b803cd1793357979384d)
421
+ - [fix] style spacing wtf [`ea0a4de`](https://github.com/http-party/node-http-proxy/commit/ea0a4ded803b30144e442344ad5a38a0d34bb3ba)
422
+ - [api] add close event in ws-incoming.js [`2653786`](https://github.com/http-party/node-http-proxy/commit/26537866b3ca522927aa4604a958f90774c0c0c0)
423
+ - [minor] grammar [`f304861`](https://github.com/http-party/node-http-proxy/commit/f30486195cfa6cfcf6400ac445975d5adada72e4)
424
+ - Changed proxyServer and destiny to local variables. [`8a8a894`](https://github.com/http-party/node-http-proxy/commit/8a8a894092ddbec8f0365ced0e94a75b1307ecf1)
425
+ - [dist] Version bump. 1.8.0 [`f0db5b3`](https://github.com/http-party/node-http-proxy/commit/f0db5b3f708b0858f617d472dfdd0ba211b774ef)
426
+
427
+ ## [v1.7.3](https://github.com/http-party/node-http-proxy/compare/v1.7.2...v1.7.3) - 2014-12-09
428
+
429
+ ### Fixed
430
+
431
+ - [fix] use simple regex instead of indexOf to check the protocol to support without the colon fixes #711 [`#711`](https://github.com/http-party/node-http-proxy/issues/711)
432
+
433
+ ### Commits
434
+
435
+ - [test] show that we support protocol without the colon [`89f9ca1`](https://github.com/http-party/node-http-proxy/commit/89f9ca1e89d679b2b85a8f85b65e8b0878694207)
436
+ - [dist] Version bump. 1.7.3 [`6a330ff`](https://github.com/http-party/node-http-proxy/commit/6a330ff904d02a41f9a1cac338a98da1849c54ca)
437
+
438
+ ## [v1.7.2](https://github.com/http-party/node-http-proxy/compare/v1.7.1...v1.7.2) - 2014-12-08
439
+
440
+ ### Merged
441
+
442
+ - Fix grammar in README.md [`#749`](https://github.com/http-party/node-http-proxy/pull/749)
443
+
444
+ ### Fixed
445
+
446
+ - [fix] properly include port in host header with changeOrigin in all cases fixes #750 [`#750`](https://github.com/http-party/node-http-proxy/issues/750)
447
+
448
+ ### Commits
449
+
450
+ - [test] add tests for the changeOrigin cases in properly setting the host header [`71a06aa`](https://github.com/http-party/node-http-proxy/commit/71a06aab0249487ff650c8a47906cc8281561664)
451
+ - [dist] pin down deps and add requires-port [`81874f7`](https://github.com/http-party/node-http-proxy/commit/81874f795b7df7929e03d9d4cb98a947b1ef114b)
452
+ - [dist] Version bump. 1.7.2 [`2086e49`](https://github.com/http-party/node-http-proxy/commit/2086e4917c97f347f84c54b166799bc8db9f4162)
453
+
454
+ ## [v1.7.1](https://github.com/http-party/node-http-proxy/compare/v1.7.0...v1.7.1) - 2014-12-02
455
+
456
+ ### Merged
457
+
458
+ - Adding harmon to the README [`#716`](https://github.com/http-party/node-http-proxy/pull/716)
459
+
460
+ ### Fixed
461
+
462
+ - [fix] fix #738 [`#738`](https://github.com/http-party/node-http-proxy/issues/738)
463
+ - [fix] simple fixes #748 #744 #746 [`#748`](https://github.com/http-party/node-http-proxy/issues/748)
464
+
465
+ ### Commits
466
+
467
+ - [test] add proper failing test case for #738 [`410a8ce`](https://github.com/http-party/node-http-proxy/commit/410a8ce94ccea566a8e50daf3b78e633b82875cb)
468
+ - [Bugfix] Allow for multiple ? in outgoing urls. [`70ed1c4`](https://github.com/http-party/node-http-proxy/commit/70ed1c4273bc64500e8bae9b60d7fd6a19135246)
469
+ - [dist] Version bump. 1.7.1 [`56a7b77`](https://github.com/http-party/node-http-proxy/commit/56a7b77645b13d337c1a2f879460193d310454c8)
470
+
471
+ ## [v1.7.0](https://github.com/http-party/node-http-proxy/compare/v1.6.2...v1.7.0) - 2014-11-25
472
+
473
+ ### Merged
474
+
475
+ - Allow optional redirect host rewriting. [`#741`](https://github.com/http-party/node-http-proxy/pull/741)
476
+ - Set `Content-Length` header for OPTIONS requests [`#742`](https://github.com/http-party/node-http-proxy/pull/742)
477
+ - copy headers instead of referencing them so they don't unexpectedly get overwritten [`#736`](https://github.com/http-party/node-http-proxy/pull/736)
478
+ - Updated to support error callback on proxy.web and start/proxyReq/end co... [`#735`](https://github.com/http-party/node-http-proxy/pull/735)
479
+
480
+ ### Commits
481
+
482
+ - :pencil: Add host rewrite docs and specs. [`add8133`](https://github.com/http-party/node-http-proxy/commit/add81338a90dae132f9e74fd5a5905fbcef030b7)
483
+ - [minor] style consistency [`48ae5d8`](https://github.com/http-party/node-http-proxy/commit/48ae5d828c23d6f19c9e2dd8c922d88a09f5ed0f)
484
+ - Updated to support error callback on proxy.web and start/proxyReq/end continue working. [`9ba8311`](https://github.com/http-party/node-http-proxy/commit/9ba8311343fd01b32505b8607ecf4294200f9dde)
485
+ - style changes [`84036e9`](https://github.com/http-party/node-http-proxy/commit/84036e9ddd1d4d925006c5438b3bcc0f17ba7a48)
486
+ - [fix] be defensive and ensure location is in headers before running url.parse() [`8d68ac0`](https://github.com/http-party/node-http-proxy/commit/8d68ac0e0fa3080b31580aa08e92a46cc1f27696)
487
+ - [dist] Version bump. 1.7.0 [`276f65a`](https://github.com/http-party/node-http-proxy/commit/276f65a3b810ded01757ec4bfd4fe2b00a1e66a8)
488
+
489
+ ## [v1.6.2](https://github.com/http-party/node-http-proxy/compare/v1.6.1...v1.6.2) - 2014-11-11
490
+
491
+ ### Merged
492
+
493
+ - do not modify the query string [`#733`](https://github.com/http-party/node-http-proxy/pull/733)
494
+
495
+ ### Commits
496
+
497
+ - [fix] style changes [`7c5e40a`](https://github.com/http-party/node-http-proxy/commit/7c5e40a429fbc0c538f38d29d74acb633cb9b8d4)
498
+ - [minor] this shouldnt be in var block [`3f19e6e`](https://github.com/http-party/node-http-proxy/commit/3f19e6e178e168a16beee74186691f3e0e54d517)
499
+ - [dist] Version bump. 1.6.2 [`709b3e9`](https://github.com/http-party/node-http-proxy/commit/709b3e96560d619fab2617f9ddb902b4982b4103)
500
+
501
+ ## [v1.6.1](https://github.com/http-party/node-http-proxy/compare/v1.6.0...v1.6.1) - 2014-11-04
502
+
503
+ ### Merged
504
+
505
+ - websocket needs to respect `options.secure` too [`#729`](https://github.com/http-party/node-http-proxy/pull/729)
506
+ - changeOrigin option docs fix [`#724`](https://github.com/http-party/node-http-proxy/pull/724)
507
+
508
+ ### Commits
509
+
510
+ - [dist] Version bump. 1.6.1 [`fa797fc`](https://github.com/http-party/node-http-proxy/commit/fa797fca900c10ebc848a2b445204b47da799483)
511
+
512
+ ## [v1.6.0](https://github.com/http-party/node-http-proxy/compare/v1.5.3...v1.6.0) - 2014-10-29
513
+
514
+ ### Merged
515
+
516
+ - Added changeOrigin option with test and docs [`#723`](https://github.com/http-party/node-http-proxy/pull/723)
517
+ - I presume you mean couchdb here [`#717`](https://github.com/http-party/node-http-proxy/pull/717)
518
+ - update modify request body eg [`#712`](https://github.com/http-party/node-http-proxy/pull/712)
519
+
520
+ ### Commits
521
+
522
+ - harmon notes [`9f684d0`](https://github.com/http-party/node-http-proxy/commit/9f684d0439174d889d7b9a4ef6e2353e09481b2d)
523
+ - [dist] Version bump. 1.6.0 [`43641b0`](https://github.com/http-party/node-http-proxy/commit/43641b00b34ccc05bdf09f904695061d7c857aeb)
524
+
525
+ ## [v1.5.3](https://github.com/http-party/node-http-proxy/compare/v1.5.2...v1.5.3) - 2014-10-01
526
+
527
+ ### Merged
528
+
529
+ - close socket if upstream request fails [`#709`](https://github.com/http-party/node-http-proxy/pull/709)
530
+
531
+ ### Commits
532
+
533
+ - [dist] Version bump. 1.5.3 [`9577a0f`](https://github.com/http-party/node-http-proxy/commit/9577a0faf2b78af606168673407ac47a851c084c)
534
+
535
+ ## [v1.5.2](https://github.com/http-party/node-http-proxy/compare/v1.5.1...v1.5.2) - 2014-10-01
536
+
537
+ ### Merged
538
+
539
+ - close websocket if proxyReq is closed before upgrade [`#708`](https://github.com/http-party/node-http-proxy/pull/708)
540
+
541
+ ### Commits
542
+
543
+ - test closing upstream socket prior to upgrade [`7730548`](https://github.com/http-party/node-http-proxy/commit/77305489d9b88d283802477e155340e5dacfcc2c)
544
+ - [dist] Version bump. 1.5.2 [`43c6f0c`](https://github.com/http-party/node-http-proxy/commit/43c6f0c7c06d25a670c410500a8623531df458b1)
545
+
546
+ ## [v1.5.1](https://github.com/http-party/node-http-proxy/compare/v1.5.0...v1.5.1) - 2014-09-30
547
+
548
+ ### Commits
549
+
550
+ - [fix] do a check to make sure the server exists before we try and emit [`10a294a`](https://github.com/http-party/node-http-proxy/commit/10a294af4d4baac30b98ea9bec683a974443b83d)
551
+ - [dist] Version bump. 1.5.1 [`f0bf741`](https://github.com/http-party/node-http-proxy/commit/f0bf7418156db2cb87a616b0a34bb1f028db9142)
552
+
553
+ ## [v1.5.0](https://github.com/http-party/node-http-proxy/compare/v1.4.3...v1.5.0) - 2014-09-30
554
+
555
+ ### Merged
556
+
557
+ - exposing proxySocket on socket to support sniffing messages coming from proxy target [`#706`](https://github.com/http-party/node-http-proxy/pull/706)
558
+ - Fixed misleading documentation [`#705`](https://github.com/http-party/node-http-proxy/pull/705)
559
+ - Fix typo in README.md [`#702`](https://github.com/http-party/node-http-proxy/pull/702)
560
+ - handle 'upgrade' in comma-separated connection header [`#691`](https://github.com/http-party/node-http-proxy/pull/691)
561
+
562
+ ### Commits
563
+
564
+ - test new detection of connection: upgrade [`ec683b9`](https://github.com/http-party/node-http-proxy/commit/ec683b924b1ef8cbdd2cd2bfb7e141b502773163)
565
+ - emitting proxySocket on proxyServer [`000eb53`](https://github.com/http-party/node-http-proxy/commit/000eb533de144cad01cfd97edf9ab6c350593d3c)
566
+ - [fix] perf optimization so we have a precompiled regexp [`c0a796b`](https://github.com/http-party/node-http-proxy/commit/c0a796b3e31de4f22eef00d93164e7238d9aa3ba)
567
+ - use regex to check for upgrade header [`65a21bc`](https://github.com/http-party/node-http-proxy/commit/65a21bce6dbbc6142a851dc959e237c0ef2b1091)
568
+ - [dist] Version bump. 1.5.0 [`232258b`](https://github.com/http-party/node-http-proxy/commit/232258b6ec2229497fe557454a121d917968f5e8)
569
+ - [minor] extra space [`e7d50b1`](https://github.com/http-party/node-http-proxy/commit/e7d50b1a376035a50c82db38605e99feb30afd36)
570
+
571
+ ## [v1.4.3](https://github.com/http-party/node-http-proxy/compare/v1.4.2...v1.4.3) - 2014-09-12
572
+
573
+ ### Merged
574
+
575
+ - Urgent: Fix breaking bug on url joining resulting in paths like `///path`. [`#699`](https://github.com/http-party/node-http-proxy/pull/699)
576
+
577
+ ### Commits
578
+
579
+ - [minor] Added missing JSDoc comments [`73e8a4c`](https://github.com/http-party/node-http-proxy/commit/73e8a4cdd576868bf61d0848cc51f083a75454f9)
580
+ - Fix breaking bug on url joining resulting in paths like `///path`. [`73d865b`](https://github.com/http-party/node-http-proxy/commit/73d865bc9f8940f61c1ad4812f220920ead553b5)
581
+ - [minor] Code style adjustment. [`3ab6e95`](https://github.com/http-party/node-http-proxy/commit/3ab6e9591e66c203647605b4f275d374472c9d5f)
582
+ - Bump version v1.4.3 [`554f59c`](https://github.com/http-party/node-http-proxy/commit/554f59c5182d58b359df0159a29ff5ea35dd3830)
583
+ - [ignore] Ignore npm-debug.log [`a934cb6`](https://github.com/http-party/node-http-proxy/commit/a934cb6a46298c380e9bc794f18873576cf73c4c)
584
+
585
+ ## [v1.4.2](https://github.com/http-party/node-http-proxy/compare/v1.4.1...v1.4.2) - 2014-09-12
586
+
587
+ ### Commits
588
+
589
+ - [fix] ensure path works on windows because path.join doesnt like URLs [`ed73f06`](https://github.com/http-party/node-http-proxy/commit/ed73f06ed307ad2204e565781cc3154047941a8c)
590
+ - [dist] Version bump. 1.4.2 [`df12aeb`](https://github.com/http-party/node-http-proxy/commit/df12aeb12de79de1157898d45f4347fd0037dd70)
591
+
592
+ ## [v1.4.1](https://github.com/http-party/node-http-proxy/compare/v1.3.1...v1.4.1) - 2014-09-11
593
+
594
+ ### Merged
595
+
596
+ - Trimming contents of distributed npm package. [`#644`](https://github.com/http-party/node-http-proxy/pull/644)
597
+ - Remove changelog - it was not maintained [`#669`](https://github.com/http-party/node-http-proxy/pull/669)
598
+ - Removed duplicated imported dependencies [`#695`](https://github.com/http-party/node-http-proxy/pull/695)
599
+
600
+ ### Commits
601
+
602
+ - [test] add test for prependPath option [`e44fabe`](https://github.com/http-party/node-http-proxy/commit/e44fabe58a233b367d42f26f15113e2022f71d7b)
603
+ - [api] add prependPath option to go with path change [`9a534c6`](https://github.com/http-party/node-http-proxy/commit/9a534c6ff63d776140918bc839801d247affd18d)
604
+ - [dist] Version bump. 1.4.1 [`d5c656b`](https://github.com/http-party/node-http-proxy/commit/d5c656bceb50dc9008ef223bc58b918adcf05352)
605
+ - [dist] Version bump. 1.4.0 [`dceef40`](https://github.com/http-party/node-http-proxy/commit/dceef407a1130033679e7e836c6753b76187ce5f)
606
+
607
+ ## [v1.3.1](https://github.com/http-party/node-http-proxy/compare/v1.3.0...v1.3.1) - 2014-09-09
608
+
609
+ ### Merged
610
+
611
+ - Allow proxy to maintain the original target path [`#693`](https://github.com/http-party/node-http-proxy/pull/693)
612
+ - Clarify usable parameters for 'proxyRes' event [`#686`](https://github.com/http-party/node-http-proxy/pull/686)
613
+
614
+ ### Commits
615
+
616
+ - fix tests for maintaining proxy path [`a65021d`](https://github.com/http-party/node-http-proxy/commit/a65021d52b0ee039486819b5a95f442229458776)
617
+ - Fix proxy path [`511b7b3`](https://github.com/http-party/node-http-proxy/commit/511b7b3d4743636de9d9fbe8ff409730d221d273)
618
+ - Clarify usable parameters for proxyRes event. [`49a0de1`](https://github.com/http-party/node-http-proxy/commit/49a0de1e7cdcec9b555695605ab914038f99d66b)
619
+ - [dist] Version bump. 1.3.1 [`fc73828`](https://github.com/http-party/node-http-proxy/commit/fc73828035baf3cea3664560f8964f2a2a200d0a)
620
+ - [ci] remove 0.11.x to avoid failing builds caused by TLS errors [`6b83ae4`](https://github.com/http-party/node-http-proxy/commit/6b83ae47bbf2d5eab8ac94b4d6130e09a21ac85b)
621
+
622
+ ## [v1.3.0](https://github.com/http-party/node-http-proxy/compare/v1.2.1...v1.3.0) - 2014-08-14
623
+
624
+ ### Merged
625
+
626
+ - Added functionality to close proxy. [`#679`](https://github.com/http-party/node-http-proxy/pull/679)
627
+
628
+ ### Commits
629
+
630
+ - [fix] cleanup and stylize close function [`261742a`](https://github.com/http-party/node-http-proxy/commit/261742a4295268ef93f45aa0f1e3a04208a2aed3)
631
+ - updated close function for safety [`8be9d94`](https://github.com/http-party/node-http-proxy/commit/8be9d945d03169056bbf84d702292b5763b015dc)
632
+ - [dist] Version bump. 1.3.0 [`05f0b89`](https://github.com/http-party/node-http-proxy/commit/05f0b891a610fb7779f90916fcd9ed750df818b2)
633
+
634
+ ## [v1.2.1](https://github.com/http-party/node-http-proxy/compare/v1.2.0...v1.2.1) - 2014-08-14
635
+
636
+ ### Commits
637
+
638
+ - Added close method to proxy server. [`a3d0219`](https://github.com/http-party/node-http-proxy/commit/a3d02196c5e62cd58bc0ebe8a66afcdb905d96b3)
639
+ - [fix] emit an error if proper URL is not passed in as a target [`37036dd`](https://github.com/http-party/node-http-proxy/commit/37036dd32565f72ad5777e47509293db18b60ed3)
640
+ - [dist] Version bump. 1.2.1 [`0a6b424`](https://github.com/http-party/node-http-proxy/commit/0a6b424e2c3b6cef68362a71f0e56740b2605af7)
641
+
642
+ ## [v1.2.0](https://github.com/http-party/node-http-proxy/compare/v1.1.6...v1.2.0) - 2014-08-05
643
+
644
+ ### Merged
645
+
646
+ - [api] Add event-based ability to modify pre-flight proxy requests. [`#673`](https://github.com/http-party/node-http-proxy/pull/673)
647
+
648
+ ### Commits
649
+
650
+ - [dist] Version bump. 1.2.0 [`63c53a1`](https://github.com/http-party/node-http-proxy/commit/63c53a177217283ec14e4f7c2e891db48842ab4b)
651
+
652
+ ## [v1.1.6](https://github.com/http-party/node-http-proxy/compare/v1.1.5...v1.1.6) - 2014-07-17
653
+
654
+ ### Fixed
655
+
656
+ - do proper checking for a pass not existing. fixes #671 [`#671`](https://github.com/http-party/node-http-proxy/issues/671)
657
+
658
+ ### Commits
659
+
660
+ - Remove changelog - it was not maintained [`e336b52`](https://github.com/http-party/node-http-proxy/commit/e336b52629276e647abeee300d7091db44e5b885)
661
+ - [dist] Version bump. 1.1.6 [`ed9e12b`](https://github.com/http-party/node-http-proxy/commit/ed9e12b0edb0fc206610e94bd696425619868474)
662
+
663
+ ## [v1.1.5](https://github.com/http-party/node-http-proxy/compare/v1.1.4...v1.1.5) - 2014-07-10
664
+
665
+ ### Merged
666
+
667
+ - Fix simple-balancer example [`#666`](https://github.com/http-party/node-http-proxy/pull/666)
668
+ - Added proxyTimeout option and two tests for timeout [`#658`](https://github.com/http-party/node-http-proxy/pull/658)
669
+
670
+ ### Fixed
671
+
672
+ - Fix #657 [`#657`](https://github.com/http-party/node-http-proxy/issues/657)
673
+ - Fix #657 [`#657`](https://github.com/http-party/node-http-proxy/issues/657)
674
+
675
+ ### Commits
676
+
677
+ - Added targetTimeout option and two tests for timeout [`0f24351`](https://github.com/http-party/node-http-proxy/commit/0f243516e1c6737b95fba220a5028439264b5de6)
678
+ - Change name targetTimeout to proxyTimeout [`7b79a74`](https://github.com/http-party/node-http-proxy/commit/7b79a7409ade7a8c79b2ae5761abc4843529063a)
679
+ - Trimming contents of distributed npm package. [`431aba7`](https://github.com/http-party/node-http-proxy/commit/431aba79d8d521e228c1403aaf4fd4a26fba03c3)
680
+ - [api] also emit the target on a proxy error [`d1baa36`](https://github.com/http-party/node-http-proxy/commit/d1baa3684e449610a2aae270816a7b8a907e588e)
681
+ - [dist] Version bump. 1.1.5 [`7104a7c`](https://github.com/http-party/node-http-proxy/commit/7104a7c023073a49091969f825738c79ae036123)
682
+ - fix balancer example [`9df4bc1`](https://github.com/http-party/node-http-proxy/commit/9df4bc1e1216a8e53675f0be16fb9081c11da225)
683
+
684
+ ## [v1.1.4](https://github.com/http-party/node-http-proxy/compare/v1.1.3...v1.1.4) - 2014-05-11
685
+
686
+ ### Merged
687
+
688
+ - `proxyRes` event, provide access to the req and res objects [`#642`](https://github.com/http-party/node-http-proxy/pull/642)
689
+
690
+ ### Commits
691
+
692
+ - Add a test for the proxyRes event [`1385635`](https://github.com/http-party/node-http-proxy/commit/1385635e18f081af759c8e088f2f6b0219df83db)
693
+ - [dist] Version bump. 1.1.4 [`7cb98a4`](https://github.com/http-party/node-http-proxy/commit/7cb98a4e417312f01cf4432b52dbb3773aca60a0)
694
+ - Add the req and res objects to the proxyRes event [`1213e46`](https://github.com/http-party/node-http-proxy/commit/1213e46b1b0975ad1d5c5d0aaeace40a0811118f)
695
+
696
+ ## [v1.1.3](https://github.com/http-party/node-http-proxy/compare/v1.1.2...v1.1.3) - 2014-05-11
697
+
698
+ ### Merged
699
+
700
+ - Don't override connection header if Upgrading [`#640`](https://github.com/http-party/node-http-proxy/pull/640)
701
+
702
+ ### Commits
703
+
704
+ - Adding test cases on preventing upgrade override [`8aa7c51`](https://github.com/http-party/node-http-proxy/commit/8aa7c519b15f734af7db34d2102781adbeae10aa)
705
+ - Update README.md for benchmarks [`4947484`](https://github.com/http-party/node-http-proxy/commit/4947484806f839d5e0a1b615b56a1bc847b8f534)
706
+ - [minor] style [`ccad177`](https://github.com/http-party/node-http-proxy/commit/ccad17795417de74bea2bcb6d6c559a4601af76d)
707
+ - [dist] Version bump. 1.1.3 [`c472527`](https://github.com/http-party/node-http-proxy/commit/c472527ea60da8b2f737d5742bc61ad2772b7e0b)
708
+
709
+ ## [v1.1.2](https://github.com/http-party/node-http-proxy/compare/v1.1.1...v1.1.2) - 2014-04-14
710
+
711
+ ### Commits
712
+
713
+ - [fix test] handle proxy error since we are properly aborting the proxy Request [`61c8734`](https://github.com/http-party/node-http-proxy/commit/61c8734e8b1115fab0e0db23fd8eeccbae61eee0)
714
+ - [fix] handle error on incoming request as well and properly abort proxy if client request is aborted [`77a1cff`](https://github.com/http-party/node-http-proxy/commit/77a1cff9bcf697eab27819eef054024bdc0a2ba3)
715
+ - [dist] Version bump. 1.1.2 [`c54278b`](https://github.com/http-party/node-http-proxy/commit/c54278bd3b00e82f4253393b6f6beb1d5a1b19e5)
716
+
717
+ ## [v1.1.1](https://github.com/http-party/node-http-proxy/compare/v1.1.0...v1.1.1) - 2014-04-11
718
+
719
+ ### Commits
720
+
721
+ - [dist] Version bump. 1.1.1 [`d908e2a`](https://github.com/http-party/node-http-proxy/commit/d908e2ad61013ed1f6e2f80c4b67a6dce7d0f504)
722
+ - [fix] let user make the decision on what to do with the buffer [`4f07dc2`](https://github.com/http-party/node-http-proxy/commit/4f07dc220d700ac90bd8405f7cb0724bdae4b430)
723
+
724
+ ## [v1.1.0](https://github.com/http-party/node-http-proxy/compare/v1.0.3...v1.1.0) - 2014-04-09
725
+
726
+ ### Merged
727
+
728
+ - Update UPGRADING.md [`#616`](https://github.com/http-party/node-http-proxy/pull/616)
729
+
730
+ ### Fixed
731
+
732
+ - [fix] always be an eventemitter for consistency fixes #606 [`#606`](https://github.com/http-party/node-http-proxy/issues/606)
733
+
734
+ ### Commits
735
+
736
+ - [api] emit a start an an end event [`8b48a9f`](https://github.com/http-party/node-http-proxy/commit/8b48a9fdab01624f7249c53f25919b1295eefb10)
737
+ - [dist] Version bump. 1.1.0 [`97ceeb3`](https://github.com/http-party/node-http-proxy/commit/97ceeb37d04e5d2195352365985165866323c4d7)
738
+ - [minor] missing angle bracket [`eca765a`](https://github.com/http-party/node-http-proxy/commit/eca765a856164c077ff9128949019552cdaf9a67)
739
+
740
+ ## [v1.0.3](https://github.com/http-party/node-http-proxy/compare/v1.0.2...v1.0.3) - 2014-03-27
741
+
742
+ ### Merged
743
+
744
+ - Fix for #591 [`#592`](https://github.com/http-party/node-http-proxy/pull/592)
745
+ - Add Repository field to package.json [`#578`](https://github.com/http-party/node-http-proxy/pull/578)
746
+ - Fix doc: option lines [`#575`](https://github.com/http-party/node-http-proxy/pull/575)
747
+
748
+ ### Fixed
749
+
750
+ - [api] add toProxy method to allow absolute URLs to be sent when sending to another proxy fixes #603 [`#603`](https://github.com/http-party/node-http-proxy/issues/603)
751
+
752
+ ### Commits
753
+
754
+ - [doc] update docs with toProxy option [`ece85b4`](https://github.com/http-party/node-http-proxy/commit/ece85b4e1ba379b3ed084bd8f606e285c14d4db3)
755
+ - [fix] set connection to CLOSE in cases where the agent is false. [`89a22bc`](https://github.com/http-party/node-http-proxy/commit/89a22bc00396f069eeb054ce30891a204077d16d)
756
+ - @xtreme-topher-bullock - update package.json to have proper repository key and formatting [`68fa17b`](https://github.com/http-party/node-http-proxy/commit/68fa17bbcaa73ae2d9539cba6f6ddff29f9e30d5)
757
+ - [dist] Version bump. 1.0.3 [`07fceb7`](https://github.com/http-party/node-http-proxy/commit/07fceb7c7aed25a8991d0295db4b4a7e50d79cf9)
758
+ - Add support for localAddress [`e633b0f`](https://github.com/http-party/node-http-proxy/commit/e633b0f7e4fd719d809eaeb4725e589f79c271ab)
759
+
760
+ ## [v1.0.2](https://github.com/http-party/node-http-proxy/compare/v1.0.1...v1.0.2) - 2014-01-28
761
+
762
+ ### Merged
763
+
764
+ - Update README.md [`#566`](https://github.com/http-party/node-http-proxy/pull/566)
765
+ - Fix argument order for ws stream pass [`#560`](https://github.com/http-party/node-http-proxy/pull/560)
766
+ - Extend listen to enable IPv6 support. [`#558`](https://github.com/http-party/node-http-proxy/pull/558)
767
+ - Fix before and after type check [`#556`](https://github.com/http-party/node-http-proxy/pull/556)
768
+
769
+ ### Fixed
770
+
771
+ - Close outgoing ws if incoming ws emits error [`#559`](https://github.com/http-party/node-http-proxy/issues/559)
772
+ - [fix] closes #555 [`#555`](https://github.com/http-party/node-http-proxy/issues/555)
773
+
774
+ ### Commits
775
+
776
+ - [fix] replicate node core behavior and throw an error if the user does not add their own error listener [`daad470`](https://github.com/http-party/node-http-proxy/commit/daad4703f3a80014936c89f4d67affdc3246f478)
777
+ - [dist] Version bump. 1.0.2 [`4bdc3e4`](https://github.com/http-party/node-http-proxy/commit/4bdc3e4f455b2749c03961404db74e3112a3e9e8)
778
+ - [doc] Fix broken image in npm by using an absolute link [`8004f4e`](https://github.com/http-party/node-http-proxy/commit/8004f4e5fc0f535806e92ec4e1bd973a45367dac)
779
+
780
+ ## [v1.0.1](https://github.com/http-party/node-http-proxy/compare/v1.0.0...v1.0.1) - 2014-01-17
781
+
782
+ ### Fixed
783
+
784
+ - [fix] closes #553 [`#553`](https://github.com/http-party/node-http-proxy/issues/553)
785
+
786
+ ### Commits
787
+
788
+ - [dist] bump v1.0.1 [`68c5512`](https://github.com/http-party/node-http-proxy/commit/68c55123039369cdf8a55a64b36b719c96b672cf)
789
+ - typo [`689459f`](https://github.com/http-party/node-http-proxy/commit/689459fe46885a1b3b8e32a4df55f2d1339143e5)
790
+
791
+ ## [v1.0.0](https://github.com/http-party/node-http-proxy/compare/v0.10.4...v1.0.0) - 2014-01-16
792
+
793
+ ### Merged
794
+
795
+ - Http proxy 1.0 [`#552`](https://github.com/http-party/node-http-proxy/pull/552)
796
+ - Caronte [`#551`](https://github.com/http-party/node-http-proxy/pull/551)
797
+ - Only emit response if a valid server is present [`#549`](https://github.com/http-party/node-http-proxy/pull/549)
798
+ - [fix] add `type` to before and after to grab correct `passes`, fixes #537 [`#539`](https://github.com/http-party/node-http-proxy/pull/539)
799
+ - export the proxy itself from the main require [`#536`](https://github.com/http-party/node-http-proxy/pull/536)
800
+
801
+ ### Fixed
802
+
803
+ - [fix] closes #547 [`#547`](https://github.com/http-party/node-http-proxy/issues/547)
804
+ - Merge pull request #539 from nodejitsu/fix-before-after [`#537`](https://github.com/http-party/node-http-proxy/issues/537)
805
+ - [fix] add `type` to before and after to grab correct `passes`, fixes #537 [`#537`](https://github.com/http-party/node-http-proxy/issues/537)
806
+
807
+ ### Commits
808
+
809
+ - [nuke] old files [`a4ee8f9`](https://github.com/http-party/node-http-proxy/commit/a4ee8f9d82f71ef423c401b1f5e9f712b13cbc98)
810
+ - [docs] upgrade UPGRADING.md [`e599151`](https://github.com/http-party/node-http-proxy/commit/e5991519dbc7838aa4b8aeb5077d1c1ec5a13813)
811
+ - [api] export the httpProxy.Server as the main export but preserve the createServer factory [`182c76c`](https://github.com/http-party/node-http-proxy/commit/182c76cd2322d4d4c041c2a964d51db396c5c96b)
812
+ - [fix] remove caronte [`d6d2d0c`](https://github.com/http-party/node-http-proxy/commit/d6d2d0c8821bba9888eee7c3881fc408b3b2008e)
813
+ - [fix] ee3 error handling [`d23353d`](https://github.com/http-party/node-http-proxy/commit/d23353d980d8aa1b2606e3d36a83d27432952bef)
814
+ - [fix] comments [`6fa23e1`](https://github.com/http-party/node-http-proxy/commit/6fa23e11f6dc0b9c09766b268611ade919bfaa08)
815
+
816
+ ## [v0.10.4](https://github.com/http-party/node-http-proxy/compare/v0.10.3...v0.10.4) - 2013-12-27
817
+
818
+ ### Merged
819
+
820
+ - Update README.md [`#521`](https://github.com/http-party/node-http-proxy/pull/521)
821
+ - Better examples [`#520`](https://github.com/http-party/node-http-proxy/pull/520)
822
+ - Send path in req.path and not the url [`#416`](https://github.com/http-party/node-http-proxy/pull/416)
823
+ - Fix websocket error handing [`#518`](https://github.com/http-party/node-http-proxy/pull/518)
824
+ - attempting to fix links to 2 source locations in README.md [`#502`](https://github.com/http-party/node-http-proxy/pull/502)
825
+ - [merge] rename codename to actual project name [`#492`](https://github.com/http-party/node-http-proxy/pull/492)
826
+ - [merge] Added error handling example [`#484`](https://github.com/http-party/node-http-proxy/pull/484)
827
+ - [merge] https & agent [`#482`](https://github.com/http-party/node-http-proxy/pull/482)
828
+ - [merge] caronte tests [`#476`](https://github.com/http-party/node-http-proxy/pull/476)
829
+ - FIX: ws error event [`#475`](https://github.com/http-party/node-http-proxy/pull/475)
830
+ - Fix accidental write to global variable. [`#472`](https://github.com/http-party/node-http-proxy/pull/472)
831
+ - [fix] 2 spelling mistakes [`#14`](https://github.com/http-party/node-http-proxy/pull/14)
832
+ - [fix] add ability to proxy websockets over HTTPS [`#11`](https://github.com/http-party/node-http-proxy/pull/11)
833
+ - Tests [`#3`](https://github.com/http-party/node-http-proxy/pull/3)
834
+
835
+ ### Fixed
836
+
837
+ - determine x-forwarded-port from host header [`#341`](https://github.com/http-party/node-http-proxy/issues/341)
838
+ - [fix] closes #529 [`#529`](https://github.com/http-party/node-http-proxy/issues/529)
839
+ - [fix] fixes #341 [`#341`](https://github.com/http-party/node-http-proxy/issues/341)
840
+ - [tests] https test pass, fix #511. Exposed the rejectUnauthorized flag [`#511`](https://github.com/http-party/node-http-proxy/issues/511)
841
+ - [fix] pass proper options object that extend the global options and parse the per proxy args into options. fixes #510 [`#510`](https://github.com/http-party/node-http-proxy/issues/510)
842
+ - [readme] add links to badges on readme, fix #483 [`#483`](https://github.com/http-party/node-http-proxy/issues/483)
843
+ - [fix] pooled connections, closes #478 [`#478`](https://github.com/http-party/node-http-proxy/issues/478)
844
+ - [fix] add 0.10 link, fixes #459 [`#459`](https://github.com/http-party/node-http-proxy/issues/459)
845
+ - [fix] closes #473 [`#473`](https://github.com/http-party/node-http-proxy/issues/473)
846
+ - [fix] add 0.10 compatibily.. closes #474 [`#474`](https://github.com/http-party/node-http-proxy/issues/474)
847
+ - [fix] headers, closes #469 [`#469`](https://github.com/http-party/node-http-proxy/issues/469)
848
+ - [fix] headers, fixes #467 [`#467`](https://github.com/http-party/node-http-proxy/issues/467)
849
+ - [fix] yawnt baaaka .. fixes #8 [`#8`](https://github.com/http-party/node-http-proxy/issues/8)
850
+
851
+ ### Commits
852
+
853
+ - [fix] more jshint intendation [`17399e7`](https://github.com/http-party/node-http-proxy/commit/17399e7c3ef9addf9dd8f7c628b273e693f128a1)
854
+ - [fix] tests [`a255f98`](https://github.com/http-party/node-http-proxy/commit/a255f984fecf24c9290f3ad58d1b68e54a7509eb)
855
+ - [minor] remove coverage [`335af81`](https://github.com/http-party/node-http-proxy/commit/335af81d0244e62ecb501690bd15bc5a04ec51a3)
856
+ - [examples] updated websockets examples [`ed8c9ee`](https://github.com/http-party/node-http-proxy/commit/ed8c9eeba99d60f39f5c36c4f34ed1a781d2cfd8)
857
+ - [tests] removed unused tests [`7e25bde`](https://github.com/http-party/node-http-proxy/commit/7e25bded27effc1b3d47121ce21465a4e2ec7c0b)
858
+ - [tests] Added a test case for run all the examples [`bc236d7`](https://github.com/http-party/node-http-proxy/commit/bc236d7e95ef10bc17cf551eea2cd2fb9bf265eb)
859
+ - [tests] drop the test of own streams, moved the usable tests [`dc9d7e5`](https://github.com/http-party/node-http-proxy/commit/dc9d7e5452c7d39ae1d242cb8021ca75e4f736d4)
860
+ - [fix] default port [`d166354`](https://github.com/http-party/node-http-proxy/commit/d1663549ec070e7ae8bc45ffb148f40ee903192f)
861
+ - [tests] added the ws passes test and the streams webscokets test [`8b3fe32`](https://github.com/http-party/node-http-proxy/commit/8b3fe32f6ae60ae067bc5e40cdc43015e689467f)
862
+ - [refactor minor] s/caronte/http-proxy/ or s/caronte/httpProxy/ where appropriate. [`bb0d28c`](https://github.com/http-party/node-http-proxy/commit/bb0d28c58729e2cc70e8446f7fbf1113a6fa9310)
863
+ - [examples] updated bodyDecoder middleware example [`c82ff2c`](https://github.com/http-party/node-http-proxy/commit/c82ff2c3c0c0165421fbc4e7e94fa3f59d59aa38)
864
+ - [dist] first [`4d13156`](https://github.com/http-party/node-http-proxy/commit/4d131567211bcefc6ef0b0592d374fef7bd5abd8)
865
+ - [examples] update forward and custom error examples [`b726116`](https://github.com/http-party/node-http-proxy/commit/b7261161343c3471201d6de36ba1030aced26425)
866
+ - [refactor docs] add descriptions [`d05af4a`](https://github.com/http-party/node-http-proxy/commit/d05af4af60a5f3d308aa68bf09ab0cf9e5528c52)
867
+ - [tests] make the tests run with the last refactor [`5bb83b9`](https://github.com/http-party/node-http-proxy/commit/5bb83b967edb514402698eecfe3db7ab5fe60b06)
868
+ - [examples] deleted this examples [`bdeabb7`](https://github.com/http-party/node-http-proxy/commit/bdeabb767a537bcb9f98ef74f6efe9762a9b1c34)
869
+ - websocket draft [`07551c6`](https://github.com/http-party/node-http-proxy/commit/07551c63e428551e5d6e52362efd9620a14c71b4)
870
+ - [fix] naming [`2a59366`](https://github.com/http-party/node-http-proxy/commit/2a593664a5768c90d9b2edf4c298460416b38926)
871
+ - [dist doc] Added documentation for consistent benchmarking of node-http-proxy [`f7f5fa7`](https://github.com/http-party/node-http-proxy/commit/f7f5fa727e8f1d3f4946e61ad03830dab1da01a5)
872
+ - [examples] update old examples [`7e44d36`](https://github.com/http-party/node-http-proxy/commit/7e44d3669bbd1b13e6452f265d52b22396f68b5d)
873
+ - [docs] more short examples to the Readme [`0393b5d`](https://github.com/http-party/node-http-proxy/commit/0393b5da990bb45e873bb80d87a0bc9e4dd6a477)
874
+ - [examples] updated old proxy examples [`e02317c`](https://github.com/http-party/node-http-proxy/commit/e02317ce86ff2dabd496cf7e2741e219a22ac817)
875
+ - [wip] Initial HTTPS->HTTP test, updated https-secure example. Work in progress, need to add more https tests [`33a2462`](https://github.com/http-party/node-http-proxy/commit/33a2462d28c7d1fa26b03bcf290242ff7cd83e7a)
876
+ - [docs] readme [`886a870`](https://github.com/http-party/node-http-proxy/commit/886a8707078f59d0467b34686455bb5bdfadbc0c)
877
+ - [examples] added error-handling using callbacks and HTTP-to-HTTPS examples [`d7064f2`](https://github.com/http-party/node-http-proxy/commit/d7064f2e1e149fe870cbb158932cb99f9f192fce)
878
+ - [examples] updated old examples [`588327c`](https://github.com/http-party/node-http-proxy/commit/588327c2c4392618b515164989f08ef20a30842b)
879
+ - stuff [`e45bfd6`](https://github.com/http-party/node-http-proxy/commit/e45bfd66a21a2470c5a4a4cc1d6095494bbc0f6b)
880
+ - [doc] added some documentation to functions and comments to understand better the code [`5dcdf2b`](https://github.com/http-party/node-http-proxy/commit/5dcdf2b36c24a9584f044b7529265b9ac861d8c7)
881
+ - Fixed issue where error callback would not invoke, including new test cases. Added req/res values to error events. [`0bfb9be`](https://github.com/http-party/node-http-proxy/commit/0bfb9be418926f2113489e92504038127d4c04bb)
882
+ - [examples] updated balancer examples [`831a44b`](https://github.com/http-party/node-http-proxy/commit/831a44b3c8c3acf6c046c47703a07cd6362a0d1c)
883
+ - socket.io stuff [`a74cd85`](https://github.com/http-party/node-http-proxy/commit/a74cd85c8a5aae2851acf7139648fefd6a02a57b)
884
+ - [tests] move contributions of @mmoulton to correct place [`7c72f3b`](https://github.com/http-party/node-http-proxy/commit/7c72f3b407a084a896e420c23ababc3e9357feca)
885
+ - [tests] this file is not necessary anymore [`881c7e6`](https://github.com/http-party/node-http-proxy/commit/881c7e62e0bef7b4b9f81b6fd121f7ad6641bd77)
886
+ - [refactor] move to leaner architecture [`8273cb6`](https://github.com/http-party/node-http-proxy/commit/8273cb6461e4d33f36e583b0354d1bea038d0a56)
887
+ - [fix] remove trailing whitespaces [`0aeaba7`](https://github.com/http-party/node-http-proxy/commit/0aeaba7fe6c51f150d0322eb90a77c1701ed88f5)
888
+ - [test] added tests for web-outgoing.js [`16a4d9d`](https://github.com/http-party/node-http-proxy/commit/16a4d9da1136b79f40ad80482d3fd17dc74274b1)
889
+ - [fix] some stuff start debugging proxystream [`d4f0da8`](https://github.com/http-party/node-http-proxy/commit/d4f0da898e5e8a2d6740e50a7fc34576435e1132)
890
+ - [tests] now each test use a different port to avoid some slow opening and closing ports [`c75d06c`](https://github.com/http-party/node-http-proxy/commit/c75d06c5f92eb7c814deb49bb33cf9fffc632d97)
891
+ - [tests] fixed inherits problem and listen for the correct event [`c65ffbb`](https://github.com/http-party/node-http-proxy/commit/c65ffbb976467dc1768983dcffe111d18e8f2db1)
892
+ - [fix] ProxyStraem now works [`356f43d`](https://github.com/http-party/node-http-proxy/commit/356f43d719998d135e0fc404ac8508e330cf1e5b)
893
+ - [examples] fix the copyright header of example files [`e592c53`](https://github.com/http-party/node-http-proxy/commit/e592c53d1a23b7920d603a9e9ac294fc0e841f6d)
894
+ - [feature] start working on the new server [`b79bd29`](https://github.com/http-party/node-http-proxy/commit/b79bd29d5e984f34b9c07fbdc803aed83b3fd0bb)
895
+ - ENH: updated examples [`f566a42`](https://github.com/http-party/node-http-proxy/commit/f566a42e511f4a6a8f3620f64e05df209e61b64f)
896
+ - [examples] add example of gzip using the connect.compress() middleware [`2142c50`](https://github.com/http-party/node-http-proxy/commit/2142c506e08f56d52e1995da5506c3e032f19c3c)
897
+ - [fix] refactor error handling [`601dbcb`](https://github.com/http-party/node-http-proxy/commit/601dbcbfe929af31995568b4f36b877245809058)
898
+ - [tests] fixed according new refactor and added test to common.setupSocket() [`1cb967b`](https://github.com/http-party/node-http-proxy/commit/1cb967b90aaa5b9da57727b8acbd95108437797a)
899
+ - [feature] websocket support [`79a14ac`](https://github.com/http-party/node-http-proxy/commit/79a14acfd2b2bf03f5ae2b334e7a37e619da6bb9)
900
+ - keepalive sockets [`dad211e`](https://github.com/http-party/node-http-proxy/commit/dad211e71c9ac3b32eba1ea3755edb688053b9d3)
901
+ - [tests] Using target field, tests now pass. We are missing the tests using forward field [`8085178`](https://github.com/http-party/node-http-proxy/commit/8085178dc2c24567adfb872a583863709ce60b5b)
902
+ - [fix] callback as optional error handler [`c7924e0`](https://github.com/http-party/node-http-proxy/commit/c7924e01f92aeec07333273f0882c1dd5e9521ae)
903
+ - ENH: added new https example, needs to be simplified before merge [`427d8d8`](https://github.com/http-party/node-http-proxy/commit/427d8d85369b0cd1d38afa0dd0f28ac98fa16001)
904
+ - [test] proxystream test [`c961279`](https://github.com/http-party/node-http-proxy/commit/c9612798f1207a4c40b616608bf6274d79ad0e4d)
905
+ - [lib] initial draft to websockets passes [`79f7f99`](https://github.com/http-party/node-http-proxy/commit/79f7f99528661162ae4153856888f078f666e017)
906
+ - [fix] minor [`7599cee`](https://github.com/http-party/node-http-proxy/commit/7599cee3fd03a5ce645e313f35557a41c9ac1aee)
907
+ - [tests] added HTTPS to HTTPS test [`31d919b`](https://github.com/http-party/node-http-proxy/commit/31d919b0a3d0b7f574e88fc5eed093c6b1a53548)
908
+ - [feature] started working on error propagation, kinda sucks, gotta think it over [`9ab8749`](https://github.com/http-party/node-http-proxy/commit/9ab8749a9bec33b49c495975e8364336ad7be1a3)
909
+ - [test] testing the onResponse proxy method [`27df8d7`](https://github.com/http-party/node-http-proxy/commit/27df8d72ad86d02cfce00a6e5c183d93dd50f97e)
910
+ - [fix] remove duplicate [`10c0f11`](https://github.com/http-party/node-http-proxy/commit/10c0f11b68e39552051e508c7bf20d65d2d59177)
911
+ - [tests] add more tests [`cedc5c4`](https://github.com/http-party/node-http-proxy/commit/cedc5c4bd2059585e1222ec4f03f09e8bcc808fc)
912
+ - [docs] Update readme with more how to [`ae0faef`](https://github.com/http-party/node-http-proxy/commit/ae0faef5aa0080d742a9740f9cb38bfd54b7d97e)
913
+ - [tests] added test for socket.io proxying [`10a0db4`](https://github.com/http-party/node-http-proxy/commit/10a0db4f0dd4594839f9098b9d67130085a067bc)
914
+ - [tests] added test HTTPS to HTTP using own server [`bbe3bfd`](https://github.com/http-party/node-http-proxy/commit/bbe3bfdf98255b82a185a798ff9f29e74615b6ca)
915
+ - [examples] update the error-handling example using the new error handle way [`a1b25a1`](https://github.com/http-party/node-http-proxy/commit/a1b25a123b4ff71e731f9beb27c5e078acfead65)
916
+ - [fix] quote [`c4ddc4e`](https://github.com/http-party/node-http-proxy/commit/c4ddc4edd324d9910a11eea14561a0e3b953f29c)
917
+ - ENH: updated README and added examples file. [`07091b5`](https://github.com/http-party/node-http-proxy/commit/07091b5077a40dfee29f6fd33ecb38d3fa25b801)
918
+ - [test] passes/web.js (first 2 funcs) [`d40e4be`](https://github.com/http-party/node-http-proxy/commit/d40e4beb62381b962b6cf3254451de0a39f182b1)
919
+ - [test] add test for forwardstream [`8fc3389`](https://github.com/http-party/node-http-proxy/commit/8fc33893672d26013c2b2ff396b777bcf1751527)
920
+ - [tests] fixing tests, fixed some typos and changed how passes are stored [`a704213`](https://github.com/http-party/node-http-proxy/commit/a7042132c881656dd32f915d9b0b962f0ef92efb)
921
+ - [test] added the lib/caronte/streams/forward.js initial test, one test pending [`2fac7b9`](https://github.com/http-party/node-http-proxy/commit/2fac7b9b009b12a940efb22de3af6db55ee686a9)
922
+ - [api] add draft for proxystream [`4f24664`](https://github.com/http-party/node-http-proxy/commit/4f24664e8a50aa9b9a3ea155d067b85f94a8c81b)
923
+ - [experiment] new api for proxying [`07cfa6b`](https://github.com/http-party/node-http-proxy/commit/07cfa6b981ff54d8d96eea6c9aa4b560ee3867ec)
924
+ - [tests] the options got a problem and this test probe that timeout is not being set [`1d1ee88`](https://github.com/http-party/node-http-proxy/commit/1d1ee8858283d7c8984f1c1d6c5185b6822f9235)
925
+ - new error propagation [`3a39e44`](https://github.com/http-party/node-http-proxy/commit/3a39e444ff68a74f6b586f0736bbd3f8a2511ca5)
926
+ - [fix] docs [`ec981c5`](https://github.com/http-party/node-http-proxy/commit/ec981c5b74bf43dd36c8ca89833b751f59f01d38)
927
+ - [examples] added concurrent proxy example [`04c1011`](https://github.com/http-party/node-http-proxy/commit/04c10113f7a3b568fb95b18f30e4aca3e059d961)
928
+ - [fix] closes number #487 [`cde08fb`](https://github.com/http-party/node-http-proxy/commit/cde08fb2ee2df03c9457678d8e6776a5d89165b2)
929
+ - [test] started writing tests [`16eacfa`](https://github.com/http-party/node-http-proxy/commit/16eacfa961d2a2d80534e95eba83010ed6ab01b4)
930
+ - [tests] added tests for websockets [`02007ed`](https://github.com/http-party/node-http-proxy/commit/02007ed0fb38f798436ae5669bb18d4f27496667)
931
+ - Revert "[fix] fixed options and server reference to can access them from passes functions" [`babdf53`](https://github.com/http-party/node-http-proxy/commit/babdf531fecd32f9af0963902909fcfa2cd374f1)
932
+ - mm test file [`1a7bef0`](https://github.com/http-party/node-http-proxy/commit/1a7bef0cda58243416a263075dc6eb51f22b6dec)
933
+ - [fix] fixed options and server reference to can access them from passes functions [`90fb01d`](https://github.com/http-party/node-http-proxy/commit/90fb01d38ac5af7ef395547b24e985b6f63b4abc)
934
+ - [examples] added forward example [`7a3f6df`](https://github.com/http-party/node-http-proxy/commit/7a3f6dfbcc80ba32fa81004438c637e8d29eb029)
935
+ - [docs] add UPGRADING.md [`db12f6c`](https://github.com/http-party/node-http-proxy/commit/db12f6c24e22c034c698457cc28ff60c990b55a5)
936
+ - DOC: Added error handling example [`32a4088`](https://github.com/http-party/node-http-proxy/commit/32a40889cedfd6b0d92224aa921700a7b7271c68)
937
+ - [examples] updated the modifyResponse-middleware example [`de3ff11`](https://github.com/http-party/node-http-proxy/commit/de3ff11656b4a847de3a63b28feed39b6c816480)
938
+ - [test] test onError part, proxying to no where [`b85aa16`](https://github.com/http-party/node-http-proxy/commit/b85aa16e75401a223a947cde444d42cf7eeafb67)
939
+ - ENH: updated agent options in `common.setupOutgoing` [`12cda56`](https://github.com/http-party/node-http-proxy/commit/12cda561afe534427a5f84da9d7e0beb64a8ecbc)
940
+ - [fix] minor and short fixes [`e0faaaf`](https://github.com/http-party/node-http-proxy/commit/e0faaaf81152203b96f0313c68706468e7ee7357)
941
+ - support websockets [`4a4607d`](https://github.com/http-party/node-http-proxy/commit/4a4607d075a912746386d1751fd6b0fc98cf6b20)
942
+ - [test] COVERAGE [`004a46c`](https://github.com/http-party/node-http-proxy/commit/004a46c09df2f0f7b15d8e8f7119bc6039e0c01c)
943
+ - [misc] add a LICENSE file [`584ce76`](https://github.com/http-party/node-http-proxy/commit/584ce76e7576c906e25cdd04a2e079f97bcf86ff)
944
+ - ENH: updated https and agent option [`13741a8`](https://github.com/http-party/node-http-proxy/commit/13741a823f1c1c884d4a37e597e4b188598b0e25)
945
+ - [fix] write connection header [`2c10f25`](https://github.com/http-party/node-http-proxy/commit/2c10f256b658bc0e906c20f29d94ab7eaf653055)
946
+ - [fix] merge #495, thanks @glasser [`d0862af`](https://github.com/http-party/node-http-proxy/commit/d0862aff0c693366dcb11649b6abe1d011268953)
947
+ - support forward [`8c8c455`](https://github.com/http-party/node-http-proxy/commit/8c8c455541f21ad9a9ac7ca19d1f37368206a2e2)
948
+ - [tests] fix tests set correct host headers [`cfd417d`](https://github.com/http-party/node-http-proxy/commit/cfd417de2352b0f05535b979dc15abff60c1fb96)
949
+ - [fix] Optimize fix for `x-forwarded-for-port`. [`2d42709`](https://github.com/http-party/node-http-proxy/commit/2d42709c3283637de16a49e815b03e63432bbd29)
950
+ - ENH: updated readme with an example [`edd8e2f`](https://github.com/http-party/node-http-proxy/commit/edd8e2f04e4b39391b062fa6437d61b4ebde8748)
951
+ - [doc] update README.md [`dcb873a`](https://github.com/http-party/node-http-proxy/commit/dcb873ad9992b1534615d59b8a0a70e8b87d7884)
952
+ - [test] passes/web.js XHeaders func [`c02b721`](https://github.com/http-party/node-http-proxy/commit/c02b721321c455bc287c3fed6b9b21392ce2fc70)
953
+ - [fix] fixed passes functions, now 'this' can be used and options are stored on 'this.options' [`9b3e1eb`](https://github.com/http-party/node-http-proxy/commit/9b3e1eb247df29d18ea299ff4ebb2f10eeb71269)
954
+ - Revert "[fix] fixed passes functions, now 'this' can be used and options are stored on 'this.options'" [`5e130de`](https://github.com/http-party/node-http-proxy/commit/5e130de8548ad41b821da49299b4fd1c9536c5f0)
955
+ - [minor] Remove duplicate dependencies and cleanup of the scripts [`a51b062`](https://github.com/http-party/node-http-proxy/commit/a51b0622780f48160001f9e74340f7d720cbfce6)
956
+ - TEST: added agent and header tests [`39b0c46`](https://github.com/http-party/node-http-proxy/commit/39b0c46a6967fda5329760ad93a8ec01bc4a6f14)
957
+ - [examples] fix styling and bad spaces [`6a6dfbb`](https://github.com/http-party/node-http-proxy/commit/6a6dfbb79dc156679f75dd519344d19a5b61613b)
958
+ - ENH: added error events [`1b867a7`](https://github.com/http-party/node-http-proxy/commit/1b867a7f594f7dfe49fc17ff53451a353ec509d9)
959
+ - [test] remove chunked on http1.0 [`ca09263`](https://github.com/http-party/node-http-proxy/commit/ca092635e7ac4d967b554e3b94a16a931946d464)
960
+ - [tests] fix test to use the new way to pass options [`52ecd52`](https://github.com/http-party/node-http-proxy/commit/52ecd52ee5aa78603e44ba8d5ff9187410351622)
961
+ - [examples] fixed https examples [`a467b7b`](https://github.com/http-party/node-http-proxy/commit/a467b7b4a9614a7cbfdc256524e1495616e3d4d9)
962
+ - Revert "[tests] fix test to use the new way to pass options" [`2bf20d6`](https://github.com/http-party/node-http-proxy/commit/2bf20d61d53201e9820c5f9215e641fcf88f5172)
963
+ - [fix] better code [`3d8e538`](https://github.com/http-party/node-http-proxy/commit/3d8e5383cd9d527825f95d9071a87865fcebca05)
964
+ - [feature] implement _write and _read [`6a4294c`](https://github.com/http-party/node-http-proxy/commit/6a4294cbdfe85fa162969b1393032adc9d418441)
965
+ - [fix] use the correct arguments order [`cc09ae6`](https://github.com/http-party/node-http-proxy/commit/cc09ae6a345cfde1689e1d8731c5822675c59d4d)
966
+ - [fix] fix the correct order of arguments in ws-incoming passes [`02df9a3`](https://github.com/http-party/node-http-proxy/commit/02df9a33c5cce17ea32a892017acbe5ce57ab2e5)
967
+ - [fix] write status [`e08d4ed`](https://github.com/http-party/node-http-proxy/commit/e08d4edad339d0f7f55900b3e6e6a0e770960215)
968
+ - [fix] finished jshint fixes [`455f97e`](https://github.com/http-party/node-http-proxy/commit/455f97e14cb4929e0a3a5c746471e9c5e76436fc)
969
+ - Update the README to describe middleware err handler. [`25bb3bf`](https://github.com/http-party/node-http-proxy/commit/25bb3bfa7012e0f975e10f0311cae8c39183fa41)
970
+ - Prevent headers to be sent twice [`8332e74`](https://github.com/http-party/node-http-proxy/commit/8332e744202ed9de94288d8f1c822cd9fe788983)
971
+ - [examples] added package.json with the dependencies needed by examples [`d85ccdd`](https://github.com/http-party/node-http-proxy/commit/d85ccdd333edcfc7551bcf8e0ffd7dc166e38e61)
972
+ - [tests] added .travis.yml file [`0602500`](https://github.com/http-party/node-http-proxy/commit/06025002303f351f71d9e5f78a93895257f0d283)
973
+ - [dist minor] 2 space indents next time @samalba [`7e8041d`](https://github.com/http-party/node-http-proxy/commit/7e8041d2b687b8375a1d0fe45270029c6e8ddee6)
974
+ - [fix] naming [`8931009`](https://github.com/http-party/node-http-proxy/commit/893100972c22febbf133134394bc0bcef47d9e12)
975
+ - Fix for #458. Host header may cause some sites not to be proxyable with changeOrigin enabled [`781c038`](https://github.com/http-party/node-http-proxy/commit/781c038f2b4d14a01cc9297e1e0dba6ce39dd6cb)
976
+ - [docs] typos, typos everywhere... [`03880d8`](https://github.com/http-party/node-http-proxy/commit/03880d8d069e9e17ca7d7aea6eb760f6626a869c)
977
+ - ENH: updated `ws` and `web` functions to use the global options object as a base [`268afe3`](https://github.com/http-party/node-http-proxy/commit/268afe34bb51448d511c9cd73c03e97d1c1baee0)
978
+ - [fix] make @mmalecki a happy camper [`c9cd6d2`](https://github.com/http-party/node-http-proxy/commit/c9cd6d2ad324e0e6222932c8f29f27621071e045)
979
+ - write [`f97c0c6`](https://github.com/http-party/node-http-proxy/commit/f97c0c6167371c5ff92e6361b1df02e3fd5506d7)
980
+ - [fix] [`a9f9e21`](https://github.com/http-party/node-http-proxy/commit/a9f9e21eda2f8e912523e6b62abb0101c0353505)
981
+ - [fix] coveralls.. will it work? [`f36cb4d`](https://github.com/http-party/node-http-proxy/commit/f36cb4d5a110fc86272e878278f103f313c86f56)
982
+ - ENH: updated target and forward options so that a string may be specified [`ef946a7`](https://github.com/http-party/node-http-proxy/commit/ef946a7697b38b13178881b3d1ebde63681dd4a1)
983
+ - added option for eventlistenerCount(max) [`8eb6780`](https://github.com/http-party/node-http-proxy/commit/8eb6780f8705caff13a5375446539b0621d497d7)
984
+ - [fix] support buffer [`1204a35`](https://github.com/http-party/node-http-proxy/commit/1204a35e467c6c1855ba0dac8f55d79f899148a6)
985
+ - DOC: updated readme with options [`1b5fb1d`](https://github.com/http-party/node-http-proxy/commit/1b5fb1d8fc21421b8383919d93e4149b586b211b)
986
+ - ENH: added 'headers' to available options, to add or overwrite existing headers [`7d840d3`](https://github.com/http-party/node-http-proxy/commit/7d840d35151be1aac612798754af47368594781d)
987
+ - [fix] move logo [`57abb7f`](https://github.com/http-party/node-http-proxy/commit/57abb7f26c14e281c3be07a8b84e3c79e066f59f)
988
+ - FIX: tests. still need to add more tests tho [`a350fad`](https://github.com/http-party/node-http-proxy/commit/a350fadea6bace293131581487f8c66948009449)
989
+ - [fix] move logo [`aaff196`](https://github.com/http-party/node-http-proxy/commit/aaff1966e4e2eb42c9890e57737f57a64e8d964a)
990
+ - [docs] add travis build status [`6b61878`](https://github.com/http-party/node-http-proxy/commit/6b618787598a2a37850898dbdb3b4fe8f3c3414d)
991
+ - [fix] do not send chunked responses to http1.0 clients [`8663ac1`](https://github.com/http-party/node-http-proxy/commit/8663ac1c43505f0081d906c3cd8e702d4b5ddeb0)
992
+ - [dist] Bump dependencies. [`a81dd8d`](https://github.com/http-party/node-http-proxy/commit/a81dd8d53e1595cba9acf5cc3ca9517165dcc4aa)
993
+ - [fix] readme [`4d3a4e1`](https://github.com/http-party/node-http-proxy/commit/4d3a4e1ee7370347898d1863ab73aa68ed345d8d)
994
+ - [fix] proxying to https [`26c4c43`](https://github.com/http-party/node-http-proxy/commit/26c4c43a06263ec6721bc0e8a90644297d0cf217)
995
+ - [fix] new logo [`ee3cc38`](https://github.com/http-party/node-http-proxy/commit/ee3cc380665a31ec6af28ddb73dfc543f430d3f8)
996
+ - [fix] naming convention [`7d71a86`](https://github.com/http-party/node-http-proxy/commit/7d71a867a8bdc375f7577cec3905cca89bbf415c)
997
+ - fix docs [`9243444`](https://github.com/http-party/node-http-proxy/commit/9243444ac006f73c00b0f1f78c4a77f342b0b4e4)
998
+ - [fix] short circuit [`a6256ca`](https://github.com/http-party/node-http-proxy/commit/a6256cac1df1739e3da78fe5f0cf122ef7ce6b14)
999
+ - [tests] this test is already in web-incoming tests [`920f1e7`](https://github.com/http-party/node-http-proxy/commit/920f1e7707aa1751577533cd368529f8a704d7af)
1000
+ - Emit middlewareError when on middleware error. [`bc12ca3`](https://github.com/http-party/node-http-proxy/commit/bc12ca39394f9aeed3e3047f59035ba48afa2885)
1001
+ - DOC: updated readme [`7ad5c0f`](https://github.com/http-party/node-http-proxy/commit/7ad5c0f993294c9e2e7650e15fbc62d11a2cb062)
1002
+ - [docs] add logo [`8b05626`](https://github.com/http-party/node-http-proxy/commit/8b05626eed5e45e72cf9b1f14a4c4dca1dd2ed0f)
1003
+ - [fix] making @stoke a happy camper [`34f16e7`](https://github.com/http-party/node-http-proxy/commit/34f16e74647095199f84ab61e10c8dafd60b505a)
1004
+ - [feature] add buffer support [`e3f8d5f`](https://github.com/http-party/node-http-proxy/commit/e3f8d5fdbe1ebc4f04188d95bbef768d09718d2c)
1005
+ - [Fix] 2 spelling mistakes [`5823842`](https://github.com/http-party/node-http-proxy/commit/58238421945bcc4236e280ebca7799b831ae29a4)
1006
+ - [fix] do not call .end [`6e77cd3`](https://github.com/http-party/node-http-proxy/commit/6e77cd390929842088ae9f6deb922a6627ddfecd)
1007
+ - attempting to fix link to valid options properties [`bbe2b27`](https://github.com/http-party/node-http-proxy/commit/bbe2b2788a7ee3c74fd44fe88b6dcf213264436f)
1008
+ - [fix] slimmer proxying [`031aa0f`](https://github.com/http-party/node-http-proxy/commit/031aa0fbf30bd377696c4efa508f6fc769bf1070)
1009
+ - [fix] use agent pool [`abf1d90`](https://github.com/http-party/node-http-proxy/commit/abf1d90fdf05a17ebe05a3e90d464a592e0aee69)
1010
+ - [tests] fix test using undefined url [`c4d56a5`](https://github.com/http-party/node-http-proxy/commit/c4d56a5faf1e89cdeb911f0ece0efe065eb58c45)
1011
+ - [fix] legacy [`162a42f`](https://github.com/http-party/node-http-proxy/commit/162a42f58f515c5418ccfac0b68f4c928103b1e1)
1012
+ - [tests] fixing minor typos [`b333e63`](https://github.com/http-party/node-http-proxy/commit/b333e63648aa67ea1b1aaf17ba684e5fc6f751a6)
1013
+ - Updated readme [`bd106d6`](https://github.com/http-party/node-http-proxy/commit/bd106d69f074a1c7018e685a4e144e23a17beb8c)
1014
+ - [misc] use the local mocha instead the global [`f1aeb05`](https://github.com/http-party/node-http-proxy/commit/f1aeb0500cde39b63e570323e0e478530d1222ab)
1015
+ - added unlimited listeners to the reverproxy event obj. [`1333c0c`](https://github.com/http-party/node-http-proxy/commit/1333c0cc62e7b590843f9b00326fe80137163c5e)
1016
+ - [tests] throw error when no options, ALL TESTS PASSING! YAY [`86750c7`](https://github.com/http-party/node-http-proxy/commit/86750c7e594c419dfae957aaf7e44e61e1d480e8)
1017
+ - ENH: updated example [`1c7ace2`](https://github.com/http-party/node-http-proxy/commit/1c7ace26c5a36fb63497f1ab67793c5b75495063)
1018
+ - [merge] PR #470 [`38e6d7c`](https://github.com/http-party/node-http-proxy/commit/38e6d7cd5449a7264dcf5244b3dfd07b2dda60e1)
1019
+ - [fix] remove stuff [`6a03e5f`](https://github.com/http-party/node-http-proxy/commit/6a03e5f7cf356416ea13584e279f5bfa3791c058)
1020
+ - [test][misc] remove node@0.8 to test on travis [`8eff1a1`](https://github.com/http-party/node-http-proxy/commit/8eff1a1f26bb739dfc5a1ad90b140ff2a18921d5)
1021
+ - merge with @cronopio [`0fb3381`](https://github.com/http-party/node-http-proxy/commit/0fb33810f5e70b714bd9868557d85a531b8e11e3)
1022
+ - [merge] text [`98f29bd`](https://github.com/http-party/node-http-proxy/commit/98f29bdcfca9b818ffe107b09578539fdf379c8a)
1023
+ - [fix] woops [`bd3df45`](https://github.com/http-party/node-http-proxy/commit/bd3df45010f282997cae3a699c7ecb885c01bdf8)
1024
+ - [test] Test on newer version of node [`ebbba73`](https://github.com/http-party/node-http-proxy/commit/ebbba73eda49563ade09f38bdc8aef13d1cf6c00)
1025
+ - new error propagation - follows [`1993faf`](https://github.com/http-party/node-http-proxy/commit/1993faf8a4227acda3423d46cf2cf13b4d9861e7)
1026
+ - [fix] minor typo [`5a1504f`](https://github.com/http-party/node-http-proxy/commit/5a1504f0764b7747b53cc0d92a69ff3093e85ade)
1027
+ - [fix] proxy to http(s) [`3c91ed3`](https://github.com/http-party/node-http-proxy/commit/3c91ed3d26d9af640d0c7a09fb9cdaf80ad673ca)
1028
+ - Put the arguments the right way around in the README. [`1457980`](https://github.com/http-party/node-http-proxy/commit/145798062e332ac2aed7f8e8e3240e38464c870a)
1029
+ - [fix] use some [`4480699`](https://github.com/http-party/node-http-proxy/commit/4480699d3a2a5080c051e7b8a100689fd1f58657)
1030
+ - [fix] layout [`d7078e2`](https://github.com/http-party/node-http-proxy/commit/d7078e2fdd16d23d0b5f8f1d8a7ab3e9011fea4f)
1031
+ - [docs] logo [`dd0f7b8`](https://github.com/http-party/node-http-proxy/commit/dd0f7b8876ae5b57fffab8857735b25b159f2bdb)
1032
+ - [fix] url [`0637322`](https://github.com/http-party/node-http-proxy/commit/0637322d96e54bbcf5a14bf009dd73314cada4ce)
1033
+ - [fix] opts [`adc5be0`](https://github.com/http-party/node-http-proxy/commit/adc5be020c7fff09a1c05ac771d5c5ab61002c23)
1034
+ - [docs] fix syntax highlighting [`da9de70`](https://github.com/http-party/node-http-proxy/commit/da9de7034a452d1281217a349bc9403fddcc2b7f)
1035
+ - [fix] typo [`275a519`](https://github.com/http-party/node-http-proxy/commit/275a5192fa257f78287a954b347e65023795487d)
1036
+ - [tests] fix code coverage, changed pattern on blanket options [`4090250`](https://github.com/http-party/node-http-proxy/commit/40902506af3361b642b8798350b48404fe0a4e78)
1037
+ - Put the arguments the right way around in emitter. [`7c8ecc8`](https://github.com/http-party/node-http-proxy/commit/7c8ecc8ea85b59fc16b55b9a142372b6ac168b2a)
1038
+ - [fix] link [`72a89ea`](https://github.com/http-party/node-http-proxy/commit/72a89eab8bafef3742d78e8de8631094f961f427)
1039
+ - [fix] space [`69f126b`](https://github.com/http-party/node-http-proxy/commit/69f126b34cbd190be8541a854d21f13bfb5a61bf)
1040
+ - [fix] tests [`8269eca`](https://github.com/http-party/node-http-proxy/commit/8269eca2bb34d08336b8889e06e53d3522fa79fe)
1041
+ - [fix] console [`18341d5`](https://github.com/http-party/node-http-proxy/commit/18341d559717e0a86f5ee4da024109e4b5a595a7)
1042
+ - Set travis to run `npm test` while we fix coveralss.io integration [`e2a5d51`](https://github.com/http-party/node-http-proxy/commit/e2a5d513cac3ebceff446787fa106c7f00caf785)
1043
+ - [fix] making @jcrugzz a happy camper [`2e7343d`](https://github.com/http-party/node-http-proxy/commit/2e7343d728a3187d48821b88ec2e2d4699bb2afe)
1044
+ - [fix] minor typo [`5d66ce1`](https://github.com/http-party/node-http-proxy/commit/5d66ce11bb7eef7e704a2de2c0ef3b5f754843e9)
1045
+ - [tests] tests fixed [`d60353f`](https://github.com/http-party/node-http-proxy/commit/d60353f80bbbcba128a2c51066e107365270e878)
1046
+ - [tests] disabled the examples-test by now [`d83fdf6`](https://github.com/http-party/node-http-proxy/commit/d83fdf69a1121bfcfba72bbffcd3105ae5852c56)
1047
+ - [fix] _ because it is unused [`590bb60`](https://github.com/http-party/node-http-proxy/commit/590bb604dae11223a0ae80469b59d6d341488f1f)
1048
+ - [tests] disable test, by now is not throwing without options [`a2b1f0a`](https://github.com/http-party/node-http-proxy/commit/a2b1f0a4c9079342db6255c5f92db4a0cb992707)
1049
+ - [fix] support target and forward [`961d2f9`](https://github.com/http-party/node-http-proxy/commit/961d2f9400b4cfd236c3c8ccbf401d37f8e871b8)
1050
+ - [dist] Version bump. 0.10.4 [`840f6d8`](https://github.com/http-party/node-http-proxy/commit/840f6d8d29dffc11d3726123c2d400940ca2bdda)
1051
+ - [fix] remove old reminescence [`4d65280`](https://github.com/http-party/node-http-proxy/commit/4d65280ea313438a94589bacf55f7a09cc107888)
1052
+ - [feature] add emit proxyRes [`dda6f7a`](https://github.com/http-party/node-http-proxy/commit/dda6f7a45a46d2bf63e482d0b47b7c36ae548546)
1053
+ - [docs] test badge [`1ceea3e`](https://github.com/http-party/node-http-proxy/commit/1ceea3e5f9b6232d60d673946bbccb7d8ccb4beb)
1054
+ - [tests] remove caronte and use http-proxy for file names [`c9f5772`](https://github.com/http-party/node-http-proxy/commit/c9f5772fc18226aca31471bc96c44a6dbff5cbea)
1055
+ - [logo] [`4c2f2f3`](https://github.com/http-party/node-http-proxy/commit/4c2f2f3b9a5ba65f97403e778a670f14301d52c1)
1056
+
1057
+ ## [v0.10.3](https://github.com/http-party/node-http-proxy/compare/v0.10.2...v0.10.3) - 2013-06-20
1058
+
1059
+ ### Merged
1060
+
1061
+ - Pass default certs to SNICallback example [`#419`](https://github.com/http-party/node-http-proxy/pull/419)
1062
+
1063
+ ### Fixed
1064
+
1065
+ - Pass default certs to SNICallback example [`#399`](https://github.com/http-party/node-http-proxy/issues/399)
1066
+
1067
+ ### Commits
1068
+
1069
+ - [dist] Bump version to 0.10.3 [`2fd748f`](https://github.com/http-party/node-http-proxy/commit/2fd748fb61dac7de0daa50aabbface7033c6a222)
1070
+ - [fix] Respect `maxSockets` from `target` options in `RoutingProxy` [`e1d384e`](https://github.com/http-party/node-http-proxy/commit/e1d384e769e9f4adc5a06c516cfb721ff24b4b6d)
1071
+ - Send path in req.path and not the url [`0c75323`](https://github.com/http-party/node-http-proxy/commit/0c753234c0c85333f909bdbef034ffb6e192bad5)
1072
+
1073
+ ## [v0.10.2](https://github.com/http-party/node-http-proxy/compare/v0.10.1...v0.10.2) - 2013-04-21
1074
+
1075
+ ### Merged
1076
+
1077
+ - Correct keep-alive responses to HTTP 1.0 clients [`#407`](https://github.com/http-party/node-http-proxy/pull/407)
1078
+
1079
+ ### Fixed
1080
+
1081
+ - [minor] Style compliance. Fixes #402. [`#402`](https://github.com/http-party/node-http-proxy/issues/402)
1082
+
1083
+ ### Commits
1084
+
1085
+ - Correct keep-alive responses to HTTP 1.0 clients. [`a29b5e8`](https://github.com/http-party/node-http-proxy/commit/a29b5e8e289c34c00d2b450e5fb9dd1969db4b97)
1086
+ - [minor] Strip trailing whitespace. [`7fc39d7`](https://github.com/http-party/node-http-proxy/commit/7fc39d77f47311b82c24ab05f8e1a45a2733305c)
1087
+ - Add headers on 'handshake' [`985025c`](https://github.com/http-party/node-http-proxy/commit/985025c90f3b2fafede64d8b17c318326f2423d9)
1088
+ - Don't test raw HTTP 1.0 requests over HTTPS. [`daf53bd`](https://github.com/http-party/node-http-proxy/commit/daf53bd753879223dc84a49c92d0efaf576c1fd3)
1089
+ - [dist] Version bump. 0.10.2 [`de0928f`](https://github.com/http-party/node-http-proxy/commit/de0928f616dd62165e8a22c00d091cabf31e1e87)
1090
+
1091
+ ## [v0.10.1](https://github.com/http-party/node-http-proxy/compare/v0.10.0...v0.10.1) - 2013-04-12
1092
+
1093
+ ### Merged
1094
+
1095
+ - Fix for slab buffer retention, leading to large memory consumption [`#370`](https://github.com/http-party/node-http-proxy/pull/370)
1096
+
1097
+ ### Commits
1098
+
1099
+ - [dist] Version bump. 0.10.1 [`9c13ad4`](https://github.com/http-party/node-http-proxy/commit/9c13ad46e416125373d6604f3954ec3df1f55449)
1100
+
1101
+ ## [v0.10.0](https://github.com/http-party/node-http-proxy/compare/v0.9.1...v0.10.0) - 2013-03-18
1102
+
1103
+ ### Merged
1104
+
1105
+ - Change the emitter of the `proxyResponse` event [`#385`](https://github.com/http-party/node-http-proxy/pull/385)
1106
+ - Fixing a bug that generates an unexpected TypeError [`#383`](https://github.com/http-party/node-http-proxy/pull/383)
1107
+ - Mention Harmon used for response modifications in the readme [`#384`](https://github.com/http-party/node-http-proxy/pull/384)
1108
+
1109
+ ### Commits
1110
+
1111
+ - [dist] Update CHANGELOG.md [`8665f3c`](https://github.com/http-party/node-http-proxy/commit/8665f3cc600feecbb4c8229699823149c69a144f)
1112
+ - Harmon messsage [`35ba0db`](https://github.com/http-party/node-http-proxy/commit/35ba0db554c6bace21b1bacfa8f5fb6df4228db0)
1113
+ - [fix breaking] Emit the `proxyResponse` event on the HttpProxy instance to reduce listener churn and reference counts. [`2620f06`](https://github.com/http-party/node-http-proxy/commit/2620f06e2db9a267945566f10837c4c2a5df753d)
1114
+ - [dist] Version bump. 0.10.0 [`71183bf`](https://github.com/http-party/node-http-proxy/commit/71183bf30bc2b9ad2eaf57c51980eeb0bc7edff0)
1115
+ - Fixing the if statement as it lead to 'TypeError: Parameter 'url' must be a string, not undefined' in certain cases [`c9b6895`](https://github.com/http-party/node-http-proxy/commit/c9b6895c5e14add6aba4f826a2173458a1896a5f)
1116
+ - Harmon messsage [`4e42354`](https://github.com/http-party/node-http-proxy/commit/4e42354e77d5731a383d516fc0b249d5d0eda745)
1117
+
1118
+ ## [v0.9.1](https://github.com/http-party/node-http-proxy/compare/v0.9.0...v0.9.1) - 2013-03-09
1119
+
1120
+ ### Commits
1121
+
1122
+ - [dist doc] Updated CHANGELOG.md for `v0.9.1` [`ea5e214`](https://github.com/http-party/node-http-proxy/commit/ea5e214522d8ac34d1129b28ff188c0f232ce63f)
1123
+ - [dist] Version bump. 0.9.1 [`701dc69`](https://github.com/http-party/node-http-proxy/commit/701dc698e3eb39ca6836a02611d8dce750f4e212)
1124
+ - [breaking] Ensure that `webSocketProxyError` also receives the error to be consistent with `proxyError` events. [`c78356e`](https://github.com/http-party/node-http-proxy/commit/c78356e9cf27a21c57e4c98ef7dd3c22abe864c2)
1125
+
1126
+ ## [v0.9.0](https://github.com/http-party/node-http-proxy/compare/v0.8.7...v0.9.0) - 2013-03-09
1127
+
1128
+ ### Merged
1129
+
1130
+ - If HTTP 1.1 is used and backend doesn't return 'Connection' header, expicitly return Connection: keep-alive. [`#298`](https://github.com/http-party/node-http-proxy/pull/298)
1131
+ - add "with custom server logic" to the "Proxying WebSockets" section of the readme [`#332`](https://github.com/http-party/node-http-proxy/pull/332)
1132
+ - routing proxy 'this' reference bug? [`#365`](https://github.com/http-party/node-http-proxy/pull/365)
1133
+ - fixed issue #364 'proxyError' event emitted twice [`#374`](https://github.com/http-party/node-http-proxy/pull/374)
1134
+ - Misleading documentation for Websockets via .createServer [`#349`](https://github.com/http-party/node-http-proxy/pull/349)
1135
+
1136
+ ### Fixed
1137
+
1138
+ - [api test] Manually merge #195 from @tglines since that fork was deleted. Update tests to use new macros. Fixes #195. Fixes #60. [`#195`](https://github.com/http-party/node-http-proxy/issues/195) [`#60`](https://github.com/http-party/node-http-proxy/issues/60)
1139
+ - [fix] Set "content-length" header to "0" if it is not already set on DELETE requests. Fixes #338. [`#338`](https://github.com/http-party/node-http-proxy/issues/338)
1140
+ - [fix] Do not use "Transfer-Encoding: chunked" header for proxied DELETE requests with no "Content-Length" header. Fixes #373. [`#373`](https://github.com/http-party/node-http-proxy/issues/373)
1141
+ - [fix] http-proxy should not modify the protocol in redirect request for external sites. Fixes #359. [`#359`](https://github.com/http-party/node-http-proxy/issues/359)
1142
+ - [fix] Emit `notFound` event when ProxyTable location does not exist. Fixes #355. Fixes #333. [`#355`](https://github.com/http-party/node-http-proxy/issues/355) [`#333`](https://github.com/http-party/node-http-proxy/issues/333)
1143
+ - [fix] Make options immutable in `RoutingProxy`. Fixes #248. [`#248`](https://github.com/http-party/node-http-proxy/issues/248)
1144
+ - [fix] Remove special case handling of `304` responses since it was fixed in 182dcd3. Fixes #322. [`#322`](https://github.com/http-party/node-http-proxy/issues/322)
1145
+ - [fix] Ensure `response.headers.location` is defined. Fixes #276. [`#276`](https://github.com/http-party/node-http-proxy/issues/276)
1146
+
1147
+ ### Commits
1148
+
1149
+ - [minor] s/function(/function (/ s/){/) {/ [`9cecd97`](https://github.com/http-party/node-http-proxy/commit/9cecd97153ccce4f81c5eda35a49079e651fb27a)
1150
+ - working on x-forwarded-for [`1332409`](https://github.com/http-party/node-http-proxy/commit/133240937dc63aca0007388327837bc24808f79a)
1151
+ - Routing Proxy was not sending x-forward-*. Fixing It... [`916d44e`](https://github.com/http-party/node-http-proxy/commit/916d44e3d2a17bb9d5178f347ddad9796b988e05)
1152
+ - Added timeout option and test to test new timeout parameter, added requestFail assertion. [`89d43c2`](https://github.com/http-party/node-http-proxy/commit/89d43c20dd0dec1dda1fd70e57f3f250b9e3b431)
1153
+ - Add tests for headers bug fixes [`ecb5472`](https://github.com/http-party/node-http-proxy/commit/ecb547223f3f1d9bf551842c2026ee2f1a18638a)
1154
+ - Added simple round robin example with websocket support [`83fbd42`](https://github.com/http-party/node-http-proxy/commit/83fbd4250660f41de1ab2b5490a3bf58200ae148)
1155
+ - - support unix donain sockets and windows named pipes (socketPath) on node 0.8.x. On node 0.6.x the support was opaque via port, but on the new node, socketPath should be set explicitely. [`ffe74ed`](https://github.com/http-party/node-http-proxy/commit/ffe74ed299f81206b898147dbcc985519b2921f8)
1156
+ - pathnameOnly flag added. Ignores hostname and applies routing table to the paths being requested. [`46b078a`](https://github.com/http-party/node-http-proxy/commit/46b078a98d10de7726a3bbca89121acc57ad7625)
1157
+ - [doc] added comments to pathnameOnly block. [`5e6be6c`](https://github.com/http-party/node-http-proxy/commit/5e6be6ccf5a39ff450e57d7b24e374a83569fa85)
1158
+ - remove offending code, final fix for issue #364 [`3b84e27`](https://github.com/http-party/node-http-proxy/commit/3b84e27ab4efd5ce3b8ac837d699d4ff6661c7e7)
1159
+ - memory leak fix in closing of the scokets [`2055d0c`](https://github.com/http-party/node-http-proxy/commit/2055d0c8ec16699ffb06adf6d64d9506920b2071)
1160
+ - Fix truncated chunked responses [`ef66833`](https://github.com/http-party/node-http-proxy/commit/ef66833c4d7f07ae9f42026f2bcc0fbca2440579)
1161
+ - Re-added previous description [`603106a`](https://github.com/http-party/node-http-proxy/commit/603106a13d28c0199fa4456cc9aee1692eb2588c)
1162
+ - pathnameOnly option documented in the Readme.md [`a1607c1`](https://github.com/http-party/node-http-proxy/commit/a1607c1684a7d7617e5148a0dca882eb08a9f03b)
1163
+ - [fix minor] Prevent crashes from attempting to remove listeners more than once when proxying websocket requests. [`a681493`](https://github.com/http-party/node-http-proxy/commit/a681493371ae63f026e869bf58b6fea682dc5de3)
1164
+ - Added comments [`64efa7f`](https://github.com/http-party/node-http-proxy/commit/64efa7f9291a2377a32e942a247700b71b107993)
1165
+ - Revert "[fix minor] Prevent crashes from attempting to remove listeners more than once when proxying websocket requests." [`c6da760`](https://github.com/http-party/node-http-proxy/commit/c6da760ca9f375025229fe3fc174aca943362f38)
1166
+ - [doc dist] Update CHANGELOG.md for `v0.9.0`. [`133115c`](https://github.com/http-party/node-http-proxy/commit/133115c9760130dcef447efbd18c470c08795c90)
1167
+ - add support for loading CA bundles [`10f6b05`](https://github.com/http-party/node-http-proxy/commit/10f6b0577518bdfcb6b43c1f516dc988bdcade53)
1168
+ - problem: don't want to run my server as root to bind to privileged ports (e.g. 80, 443). [`2c36507`](https://github.com/http-party/node-http-proxy/commit/2c3650746cd90fed63b140a8d393e18bd35cd8f9)
1169
+ - Add 'proxyResponse' event so observer can modify response headers or abort response. [`3b86a7a`](https://github.com/http-party/node-http-proxy/commit/3b86a7aae3fc366c5fa8645285a4368dbac7a0dc)
1170
+ - [minor] Move private helper to end of file. [`476cbe7`](https://github.com/http-party/node-http-proxy/commit/476cbe741fc41b7f1eb269d841d922784e8b3c6b)
1171
+ - Fix for retaining large slab buffers in node core [`d2888c8`](https://github.com/http-party/node-http-proxy/commit/d2888c83f5eab3fb82425ef4fd51e62621bf2764)
1172
+ - [dist] Update `devDependencies` [`ad21310`](https://github.com/http-party/node-http-proxy/commit/ad213106d06cfc79004841f04b8e73fe7d7ef67a)
1173
+ - [minor] Small whitespace compliance. [`ea0587a`](https://github.com/http-party/node-http-proxy/commit/ea0587a8f98b1eedc38c66b69293ae091e24be6e)
1174
+ - [doc fix] Add undefined var in example. [`deca756`](https://github.com/http-party/node-http-proxy/commit/deca7565c51fd678354d26eaae7fe2481e36e2c3)
1175
+ - working on x-forwarded-for [`31fc94a`](https://github.com/http-party/node-http-proxy/commit/31fc94aa5e43c54033d5384caaf104eebf3889bd)
1176
+ - Allow event observers to access upstream response headers and data. [`4c130f5`](https://github.com/http-party/node-http-proxy/commit/4c130f5dac5f2cfbfc2618446b86244aff4cb04f)
1177
+ - [fix doc] Fix bad variable reference in `README.md`. [`440013c`](https://github.com/http-party/node-http-proxy/commit/440013c263a96c6681bfe92a8f56db93b58efa8d)
1178
+ - Change wording for handling websocket proxy events [`ee6bbe0`](https://github.com/http-party/node-http-proxy/commit/ee6bbe00244c90bd532b11ff1c796aea8c7372f8)
1179
+ - [dist] Version bump. 0.9.0 [`c68e038`](https://github.com/http-party/node-http-proxy/commit/c68e0389120d8530e578e20496d8ee091e69a580)
1180
+ - fix 'this' reference in routing proxy listener bindings [`15afc23`](https://github.com/http-party/node-http-proxy/commit/15afc23a275f3fa16653fff6179368122661a0af)
1181
+ - cleanning [`8d87399`](https://github.com/http-party/node-http-proxy/commit/8d8739999fcaf4cdd8f2471046f6f036c44dc8f7)
1182
+ - cleanning [`9672b99`](https://github.com/http-party/node-http-proxy/commit/9672b9927156a0dfe3ce4539f380aaf3172f6267)
1183
+ - Fix typo which slipped in during patch clean-up [`ba65a48`](https://github.com/http-party/node-http-proxy/commit/ba65a485fcf7230e85cee77f6eefcd17e46c8f86)
1184
+ - Remove data event that is not needed after-all. [`b1c4bd6`](https://github.com/http-party/node-http-proxy/commit/b1c4bd61e8ae5705d4cc97bf719c381554671967)
1185
+
1186
+ ## [v0.8.7](https://github.com/http-party/node-http-proxy/compare/v0.8.6...v0.8.7) - 2012-12-22
1187
+
1188
+ ### Commits
1189
+
1190
+ - [fix] Handle errors on request object [`edfe869`](https://github.com/http-party/node-http-proxy/commit/edfe86915941e465a06c1d0a3330ee32e5834aa6)
1191
+ - [dist] Bump version to 0.8.7 [`26d3646`](https://github.com/http-party/node-http-proxy/commit/26d3646ff252129f35525ab0540a31f5617a31d2)
1192
+ - [fix] Don't remove `error` listener after response ends [`223eacd`](https://github.com/http-party/node-http-proxy/commit/223eacda85a4267f2860f6c46f7dedfa9db8c224)
1193
+
1194
+ ## [v0.8.6](https://github.com/http-party/node-http-proxy/compare/v0.8.5...v0.8.6) - 2012-12-21
1195
+
1196
+ ### Merged
1197
+
1198
+ - http-proxy: 304 responses should emit 'end' too [`#337`](https://github.com/http-party/node-http-proxy/pull/337)
1199
+
1200
+ ### Commits
1201
+
1202
+ - [bench] Remove silly "benchmarks" [`2bd9cd9`](https://github.com/http-party/node-http-proxy/commit/2bd9cd9adb6cea6763930468d22cb56fffab6218)
1203
+ - [bench] Add a benchmark for websockets throughput [`6797a27`](https://github.com/http-party/node-http-proxy/commit/6797a2705a309d19a655ab468bcc80ba2e43cf41)
1204
+ - [fix] Handle socket errors [`2a61ec8`](https://github.com/http-party/node-http-proxy/commit/2a61ec85bdaeed9a5fca2a117efb36a7f76becc4)
1205
+ - [dist] Update `devDependencies` [`b81d9b7`](https://github.com/http-party/node-http-proxy/commit/b81d9b71daa32a571384cff29d81227993299236)
1206
+ - [dist] Bump version to 0.8.6 [`6cd78f6`](https://github.com/http-party/node-http-proxy/commit/6cd78f6af9ca08b8797c409896eea2ae6bb6d835)
1207
+ - [bench] More exact size display [`7bc1a62`](https://github.com/http-party/node-http-proxy/commit/7bc1a628feab78f8931e9e6481737dd871debfeb)
1208
+
1209
+ ## [v0.8.5](https://github.com/http-party/node-http-proxy/compare/v0.8.4...v0.8.5) - 2012-11-16
1210
+
1211
+ ### Merged
1212
+
1213
+ - lib: allow overriding maxSockets [`#323`](https://github.com/http-party/node-http-proxy/pull/323)
1214
+
1215
+ ### Fixed
1216
+
1217
+ - [fix] Convert strings to numbers if possible in `.createServer` [`#321`](https://github.com/http-party/node-http-proxy/issues/321)
1218
+
1219
+ ### Commits
1220
+
1221
+ - [test] Delete invalid core test [`886a395`](https://github.com/http-party/node-http-proxy/commit/886a395429f20163992ca76e7b0d059256f56ba6)
1222
+ - [test] Upgrade `common.js` from node core [`fefbf04`](https://github.com/http-party/node-http-proxy/commit/fefbf04ac03126858bdad07df7b10131a46e17d6)
1223
+ - add "with custom server logic" to the "Proxying WebSockets" section of the readme.md [`03dbe11`](https://github.com/http-party/node-http-proxy/commit/03dbe115c2b088737e5b9abcadf91a8298f56f1f)
1224
+ - [test] Kill child process when exiting test runner [`74ec175`](https://github.com/http-party/node-http-proxy/commit/74ec1757153c503ce57eb552031648fe79731d48)
1225
+ - [fix] Correctly kill test processes [`b8c27ed`](https://github.com/http-party/node-http-proxy/commit/b8c27ed565e416827b7c4bb123aa9ee119d008e6)
1226
+ - [test] Make global detection work with older node versions [`3531fd6`](https://github.com/http-party/node-http-proxy/commit/3531fd609a8ce156d27c27ca38ac912a73aebfeb)
1227
+ - [dist] Bump version to 0.8.5 [`22639b3`](https://github.com/http-party/node-http-proxy/commit/22639b378189ec78f9962dde64337df050e29a6f)
1228
+ - [test] Run core tests on `npm test` [`41c9a9c`](https://github.com/http-party/node-http-proxy/commit/41c9a9caad679221b8f1d4dcfb74f9b2bdb8270b)
1229
+ - [test] Stop testing on `node v0.9`, tests timeout [`9042665`](https://github.com/http-party/node-http-proxy/commit/9042665ea98a6587e1d6800e51d3c354c0a1b20a)
1230
+
1231
+ ## [v0.8.4](https://github.com/http-party/node-http-proxy/compare/v0.8.2...v0.8.4) - 2012-10-23
1232
+
1233
+ ### Merged
1234
+
1235
+ - Events patch [`#320`](https://github.com/http-party/node-http-proxy/pull/320)
1236
+ - documentation for options [`#315`](https://github.com/http-party/node-http-proxy/pull/315)
1237
+ - Added travis build status [`#308`](https://github.com/http-party/node-http-proxy/pull/308)
1238
+ - Fix installation instructions: s/http/https/ [`#302`](https://github.com/http-party/node-http-proxy/pull/302)
1239
+ - If supplied pass changeOrigin option through to HttpProxy instance if set in RoutingProxy [`#285`](https://github.com/http-party/node-http-proxy/pull/285)
1240
+
1241
+ ### Commits
1242
+
1243
+ - [fix test] Fix examples to use newest version of socket.io and helpers. Added tests for ensuring that examples require as expected with no errors. [`fd648a5`](https://github.com/http-party/node-http-proxy/commit/fd648a529090cefc202613fff3fdfec9ba0e6a72)
1244
+ - [fix] spdy should look like https when forwarding (until we get a client) [`698b01d`](https://github.com/http-party/node-http-proxy/commit/698b01da8e1fe6195b00e5006032d262a0a86f4e)
1245
+ - [docs] options [`4c8e1d9`](https://github.com/http-party/node-http-proxy/commit/4c8e1d96a36523a548959415903bc669ebcc138d)
1246
+ - http-proxy: emit websocket:start [`5df6e7b`](https://github.com/http-party/node-http-proxy/commit/5df6e7bdb8d4685a18e94ff1bf117ce8eff8d1c9)
1247
+ - [fix] `destroy()` websockets in case of an error [`0d00b06`](https://github.com/http-party/node-http-proxy/commit/0d00b06af307dc5c70c36e89617a08486eb665e2)
1248
+ - [fix] Suppress EADDRINUSE errors from `test/examples-test.js` since we are just looking for require-time errors. Isolate tests to ensure idempotency of ports [`c4a7b15`](https://github.com/http-party/node-http-proxy/commit/c4a7b1584302fe12a8fc06b6774db5ff602c3607)
1249
+ - [docs] more options [`d4cb9da`](https://github.com/http-party/node-http-proxy/commit/d4cb9dad6ce36a823c9e8970e0bb3266d844e536)
1250
+ - If HTTP 1.1 is used and backend doesn't return 'Connection' header, explicitly [`850171c`](https://github.com/http-party/node-http-proxy/commit/850171cdc41cb93343f7c31f650ac908a8d2dacb)
1251
+ - [refactor] Pass all options to `Agent` constructor [`eafdc74`](https://github.com/http-party/node-http-proxy/commit/eafdc744b67b33b5ed3cfc80de84dafcd850bdd0)
1252
+ - Fix socket leaks when FIN packet isn't responded to [`24b8406`](https://github.com/http-party/node-http-proxy/commit/24b84068eac1c704d9f8df3dc833b976850c328f)
1253
+ - [fix] Partial fix for rejecting self-signed certs in tests [`2e7d8a8`](https://github.com/http-party/node-http-proxy/commit/2e7d8a88f4b470dcc9da1639fe2a69e03251036c)
1254
+ - [fix] Dont use `-i` when running vows because it supresses `--target=` and `--proxy=` CLI arguments [`1783ab0`](https://github.com/http-party/node-http-proxy/commit/1783ab0625743355eecc11f5cfd57469c429daa0)
1255
+ - [test] Add `node v0.9` testing, test all branches [`4f6387c`](https://github.com/http-party/node-http-proxy/commit/4f6387c17f55c23da4aac161cf2e5a4dd2a25c40)
1256
+ - [minor] Remove `setEncoding` on incoming socket [`812868d`](https://github.com/http-party/node-http-proxy/commit/812868ddfc720b6c4fd26603c2fe4d5ae68f2492)
1257
+ - [dist] v0.8.3 [`a89a5b8`](https://github.com/http-party/node-http-proxy/commit/a89a5b80889a56dd31634096bc6546b6b7b26da2)
1258
+ - [fix] Ignore npm version errors when installing dependencies for examples [`a454666`](https://github.com/http-party/node-http-proxy/commit/a454666e7a0465ed65b7bbd29cf1b0c6c126d153)
1259
+ - [fix] function [`213e03c`](https://github.com/http-party/node-http-proxy/commit/213e03c99844c5c984fbf857bae32095165a1e8f)
1260
+ - [dist] Bump version to 0.8.4 [`4d7e8a8`](https://github.com/http-party/node-http-proxy/commit/4d7e8a808d83d3db1b729820aba5f481ab3d18f4)
1261
+ - [minor doc] Correct comment [`cee27fe`](https://github.com/http-party/node-http-proxy/commit/cee27feeddf9b4db06917dfa9e59e6bcd7e14c27)
1262
+
1263
+ ## [v0.8.2](https://github.com/http-party/node-http-proxy/compare/v0.8.1...v0.8.2) - 2012-07-22
1264
+
1265
+ ### Merged
1266
+
1267
+ - Add example for gzip middleware using a proxy table. [`#221`](https://github.com/http-party/node-http-proxy/pull/221)
1268
+ - Implement RoutingProxy.prototype.remove [`#246`](https://github.com/http-party/node-http-proxy/pull/246)
1269
+ - prefer `target.hostname` over `target.host` [`#235`](https://github.com/http-party/node-http-proxy/pull/235)
1270
+ - add "Using two certificiates" to the https section of the readme.md [`#275`](https://github.com/http-party/node-http-proxy/pull/275)
1271
+ - Add support for setting the host in the executable [`#268`](https://github.com/http-party/node-http-proxy/pull/268)
1272
+ - Hi! I fixed some calls to "sys" for you! [`#270`](https://github.com/http-party/node-http-proxy/pull/270)
1273
+ - Fix bug: x-forwarded-proto set incorrectly as httphttps or wswss [`#266`](https://github.com/http-party/node-http-proxy/pull/266)
1274
+
1275
+ ### Commits
1276
+
1277
+ - [refactor] Rewrite tests to use saner vows idioms. Update tests to use latest socket.io [`4ae7a5b`](https://github.com/http-party/node-http-proxy/commit/4ae7a5b84011bb5b9ec3a36ded4c5e5b3330db80)
1278
+ - [dist] Remove out-dated docco docs [`2d75510`](https://github.com/http-party/node-http-proxy/commit/2d75510d827c770c30a7292c31ef0f2007da7086)
1279
+ - [refactor test] Finish removing old test code. [`e2dc7f9`](https://github.com/http-party/node-http-proxy/commit/e2dc7f96937e5d565fea16c9f56b9f5d3e427de2)
1280
+ - [dist] Complete JSHint compliance except for `too many var statements` [`36226da`](https://github.com/http-party/node-http-proxy/commit/36226daa2e4cbc65fae80d2d09fd64c0e7ce36ba)
1281
+ - [refactor test] Add support for `http*-to-http*` testing from CLI arguments [`828dbeb`](https://github.com/http-party/node-http-proxy/commit/828dbebcaaf11e338a7727bf9d2fff8bfbd3726e)
1282
+ - [fix api] Optimize lookups in the ProxyTable. Ensure that RoutingProxy can proxy to `https` by default. [`55286a7`](https://github.com/http-party/node-http-proxy/commit/55286a7c499c0fe267f75d8e8441ff89f1e65f99)
1283
+ - Whitespace fixes. [`04ce49c`](https://github.com/http-party/node-http-proxy/commit/04ce49c5b289acb6ad72303e9ac70c637ea490b2)
1284
+ - [refactor tests] Finished refactoring tests to support `ws*-to-ws*` tests based on CLI arguments [`7e854d7`](https://github.com/http-party/node-http-proxy/commit/7e854d778b89201f7cb933e8bbda66316b98b0b4)
1285
+ - [doc] Minor formatting updates to README.md [`6753951`](https://github.com/http-party/node-http-proxy/commit/67539519faf1f32073fdb562404bd897072e24ee)
1286
+ - [fix] Changed require('util') to require('util') for compatibility with node v0.8 [`bf7e328`](https://github.com/http-party/node-http-proxy/commit/bf7e328fb837de69455c42f41822b0caae2777b6)
1287
+ - [test] Add .travis.yml file for Travis CI. [`29e6e74`](https://github.com/http-party/node-http-proxy/commit/29e6e748f780629d05635eebb421e8ee1d125058)
1288
+ - Use changeOrigin for proxyRequest. [`0273958`](https://github.com/http-party/node-http-proxy/commit/0273958b0a5c7823c6212cb6ce6e4f801a215d3b)
1289
+ - adding support for setting the host [`06e78f2`](https://github.com/http-party/node-http-proxy/commit/06e78f27475165d023fd66afbe5dd626a6a548af)
1290
+ - match style requested by @cronopio [`415d4ed`](https://github.com/http-party/node-http-proxy/commit/415d4ed908e45332421d683eb45e0d6873b85ae7)
1291
+ - Fix bug: x-forwarded-proto set incorrectly [`0933f1c`](https://github.com/http-party/node-http-proxy/commit/0933f1c598c1b62a75e040c3ed3ccb262612d3c9)
1292
+ - [dist] Version bump. 0.8.2 [`13c34d0`](https://github.com/http-party/node-http-proxy/commit/13c34d09b2f8be14fbbe4be77c49b23066667f1b)
1293
+
1294
+ ## [v0.8.1](https://github.com/http-party/node-http-proxy/compare/v0.8.0...v0.8.1) - 2012-06-05
1295
+
1296
+ ### Merged
1297
+
1298
+ - [misc] Updating the changelog. Close #137 [`#256`](https://github.com/http-party/node-http-proxy/pull/256)
1299
+ - Fix problem with req.url not being not properly replaced. [`#218`](https://github.com/http-party/node-http-proxy/pull/218)
1300
+ - Re-emit 'start', 'forward' and 'end' events in RoutingProxy, and fix some hanging issues. [`#216`](https://github.com/http-party/node-http-proxy/pull/216)
1301
+ - Fixes to make the websockets example work. [`#225`](https://github.com/http-party/node-http-proxy/pull/225)
1302
+ - [minor] Syntax error [`#222`](https://github.com/http-party/node-http-proxy/pull/222)
1303
+ - [docs] Making README links consistent with latest project structure. [`#208`](https://github.com/http-party/node-http-proxy/pull/208)
1304
+ - [docs] improved grammar [`#205`](https://github.com/http-party/node-http-proxy/pull/205)
1305
+ - proposed doc addition for #180 [`#189`](https://github.com/http-party/node-http-proxy/pull/189)
1306
+
1307
+ ### Fixed
1308
+
1309
+ - Merge pull request #256 from nodejitsu/changelog [`#137`](https://github.com/http-party/node-http-proxy/issues/137)
1310
+ - [misc] Updating the changelog. Close #137 [`#137`](https://github.com/http-party/node-http-proxy/issues/137)
1311
+
1312
+ ### Commits
1313
+
1314
+ - Whitespace fixes [`e9fd3f4`](https://github.com/http-party/node-http-proxy/commit/e9fd3f43d7e890f0164b5a03a34f196dd162d043)
1315
+ - Added example for gzip middleware using a ProxyTable. [`6201328`](https://github.com/http-party/node-http-proxy/commit/62013281b8a980c53a38362f10d746bfbf36c52e)
1316
+ - [examples] Added simple load balancer example [`fd7fcd8`](https://github.com/http-party/node-http-proxy/commit/fd7fcd8decbf0c7ab00cab84e151991e380b8fae)
1317
+ - [dist] Update author field for consistency [`27316e2`](https://github.com/http-party/node-http-proxy/commit/27316e22e8e7786252583cdb9131cfd8cacb07c1)
1318
+ - Add documentation for listening for proxy events to prevent a common mistake. [`4f2bc58`](https://github.com/http-party/node-http-proxy/commit/4f2bc58431c7f44d486ee8c1ee3136b3637f9405)
1319
+ - Fix RoutingProxy hanging when there is an error [`b26b434`](https://github.com/http-party/node-http-proxy/commit/b26b434e9fc501f7e0c4a966dbee6220c355bc7c)
1320
+ - prefer `target.hostname` over `target.host` [`c4d185d`](https://github.com/http-party/node-http-proxy/commit/c4d185dca9696c77d5c38d24d897c2679f6762a0)
1321
+ - [doc] Fix style in websockets example [`ed06af9`](https://github.com/http-party/node-http-proxy/commit/ed06af97efe406ea2533009be64a6b568f9d0601)
1322
+ - Add tests for remapping URL properly. [`5d839dd`](https://github.com/http-party/node-http-proxy/commit/5d839dd5f8890c6d2af96807b96d1bd5bb0f7276)
1323
+ - fixed comment typos in examples/http/proxy-https-to-http.js and proxy-https-to-https.js, lines 37 and 46 [`868f7e7`](https://github.com/http-party/node-http-proxy/commit/868f7e7a287c4709c541c077f3e2303f45b1f072)
1324
+ - [misc] changelog updated to version 0.8.1 [`e9a3a30`](https://github.com/http-party/node-http-proxy/commit/e9a3a3012c5507dff46afd3e5cececf43b1717ae)
1325
+ - Implement RoutingProxy.prototype.remove [`0532995`](https://github.com/http-party/node-http-proxy/commit/0532995dfa0be53d285c886a9922b8915f297d36)
1326
+ - Making README links consistent with latest project structure. [`7fa6599`](https://github.com/http-party/node-http-proxy/commit/7fa6599f4f2c92bb29bc5fc8a9ba06d704652c5e)
1327
+ - Address ticket #180 here since that problem is so hard to discover when you run into it. If there was an error, people would search for the error text, but there isn't. [`73e415a`](https://github.com/http-party/node-http-proxy/commit/73e415a22634bfc9e5993377902f67ac3212714a)
1328
+ - [tests] used socket.io 0.6.17 fixed version for tests [`45d67f4`](https://github.com/http-party/node-http-proxy/commit/45d67f42cba373db4f47765d6a3dd38a7d19dae6)
1329
+ - [fix] x-forwarded-proto sets properly [`ca37ad7`](https://github.com/http-party/node-http-proxy/commit/ca37ad74367764cca479a1af63bd7491dc79606b)
1330
+ - [doc] add missing {} to make an object [`843901e`](https://github.com/http-party/node-http-proxy/commit/843901eeeb24611ad24889f13edcbfd5dee4314d)
1331
+ - fix the broken english and clarified the sentence (I hope) [`e15db4f`](https://github.com/http-party/node-http-proxy/commit/e15db4fb50db3e2191f3ebd30e12eeed9c376bc2)
1332
+ - Re-emit 'start', 'forward' and 'end' events in RoutingProxy. [`99ee542`](https://github.com/http-party/node-http-proxy/commit/99ee54259eae70c0c680ee82efc7dd184313f182)
1333
+ - [doc] call listen() to get the server started [`4fc1ee8`](https://github.com/http-party/node-http-proxy/commit/4fc1ee85d35d9feb468f808ddd11aaf186eaedd4)
1334
+ - syntax error fixed [`5842d0e`](https://github.com/http-party/node-http-proxy/commit/5842d0ee7de875378d9b8ae240748dd2af567be9)
1335
+ - [dist] Version bump 0.8.1 [`81f6095`](https://github.com/http-party/node-http-proxy/commit/81f6095cf08f84a84ae2bbda7ca0315729638fe0)
1336
+ - finally removed hidden char [`4358a4c`](https://github.com/http-party/node-http-proxy/commit/4358a4c1225acf8c13536fd742b845166f3a65a6)
1337
+ - [minor fix] delete white space [`df650d1`](https://github.com/http-party/node-http-proxy/commit/df650d11dd0a47653a4905f871d8d3d6c327d600)
1338
+
1339
+ ## [v0.8.0](https://github.com/http-party/node-http-proxy/compare/v0.7.3...v0.8.0) - 2011-12-23
1340
+
1341
+ ### Merged
1342
+
1343
+ - Fix issue where front-end is HTTPS, back-end is HTTP, and server issues a redirect. [`#165`](https://github.com/http-party/node-http-proxy/pull/165)
1344
+ - Modified the ad-hoc proxy lookup to use _getKey(), rather than the error-prone in-line method. [`#164`](https://github.com/http-party/node-http-proxy/pull/164)
1345
+ - Allows node-http-proxy to append new values to existing headers for incoming "x-forward-for","x-forward-proto" and "x-forward-port" [`#163`](https://github.com/http-party/node-http-proxy/pull/163)
1346
+ - [fix] only set one drain listener while paused [`#136`](https://github.com/http-party/node-http-proxy/pull/136)
1347
+ - [docs] grammar correction [`#134`](https://github.com/http-party/node-http-proxy/pull/134)
1348
+
1349
+ ### Fixed
1350
+
1351
+ - [fix] Avoid `Transfer-Encoding: chunked` for HTTP/1.0 client, closes #59. [`#59`](https://github.com/http-party/node-http-proxy/issues/59)
1352
+
1353
+ ### Commits
1354
+
1355
+ - [refactor minor] Update vendor/websocket.js to be compatible with node@0.6.x [`ea7fea6`](https://github.com/http-party/node-http-proxy/commit/ea7fea627255ed34d39902438b55e740c7c9b08c)
1356
+ - [test] Add common.js file from core [`543f214`](https://github.com/http-party/node-http-proxy/commit/543f214361605cffdbee7b233029edf343c358c1)
1357
+ - [test] Add core `test-http-proxy` test [`feb324b`](https://github.com/http-party/node-http-proxy/commit/feb324b0d4c0a2307493b35be944ed08ffc9187a)
1358
+ - [test] Add core `test-http` test [`25a9e2d`](https://github.com/http-party/node-http-proxy/commit/25a9e2d217cabef07d6f161f5d6ded49342dbb2f)
1359
+ - [test] Add core `test-http-host-headers` test [`f298411`](https://github.com/http-party/node-http-proxy/commit/f298411f76a106791f34dd4d31ea033a7bdca9c7)
1360
+ - [test] Add core `test-http-extra-response` test [`c26ab5e`](https://github.com/http-party/node-http-proxy/commit/c26ab5e46ff2649f0ea6585f20d8f58b7d0cadef)
1361
+ - [test] Add core `test-http-set-cookies` test [`b3b5cce`](https://github.com/http-party/node-http-proxy/commit/b3b5cce3aee98a7fd5b50fb8e1bd6bd5e1c7512f)
1362
+ - [test] Add core `test-http-client-abort` test [`7bf8d4a`](https://github.com/http-party/node-http-proxy/commit/7bf8d4a7be668591b350144b4546559abf9a0b5f)
1363
+ - [test] Add core `test-http-client-upload` test [`7648fe5`](https://github.com/http-party/node-http-proxy/commit/7648fe50c1859597dc390e9e628db938372483e7)
1364
+ - [test] Add core `test-http-client-upload-buf` test [`5ac9878`](https://github.com/http-party/node-http-proxy/commit/5ac987857c934d07073b853f5243d2d8fc6d8c2b)
1365
+ - [test] Add core `test-http-upgrade-server2` test [`bc98c0d`](https://github.com/http-party/node-http-proxy/commit/bc98c0dbce154ef266eef83d3c2f737a2d60f0e6)
1366
+ - [test] Implement basic runner for multiple tests [`a4079c6`](https://github.com/http-party/node-http-proxy/commit/a4079c6a1c8b87334d12d47d67f060cbb1214696)
1367
+ - [test] Add core `test-http-upload-timeout` test [`60ff181`](https://github.com/http-party/node-http-proxy/commit/60ff181af9c22405d3822ce5955f178ab13de79d)
1368
+ - [test] Add core `test-http-status-code` test [`82060a5`](https://github.com/http-party/node-http-proxy/commit/82060a53430de05f2dc95450d8487bc8139544d5)
1369
+ - [test] Add core `test-http-many-keep-alive-connections` test [`4e1ca6e`](https://github.com/http-party/node-http-proxy/commit/4e1ca6e61899b11cad1b437cc9d9490b9d856665)
1370
+ - [test] Add core `test-http-chunked` test [`d7461f3`](https://github.com/http-party/node-http-proxy/commit/d7461f3206cca0691fbd438545ff325589770627)
1371
+ - [test] Add core `test-http-head-response-has-no-body-end` test [`13389db`](https://github.com/http-party/node-http-proxy/commit/13389db1bef38a7fc7ddc3ada479a608f033020c)
1372
+ - [test] Add core `test-http-server-multiheaders` test [`d7f15d0`](https://github.com/http-party/node-http-proxy/commit/d7f15d02f7477c76529fc76daddee5029079eb2d)
1373
+ - [test] Add core `test-http-multi-line-headers` test [`35d2088`](https://github.com/http-party/node-http-proxy/commit/35d2088c96bacb44b17755176b6e9451ed0299dd)
1374
+ - [test] Add core `test-http-head-response-has-no-body` test [`f79f3ad`](https://github.com/http-party/node-http-proxy/commit/f79f3adf0295ec5bb7fb9f6525b48ba5209d04c6)
1375
+ - [refactor] Improved event handler cleanup [`9f92332`](https://github.com/http-party/node-http-proxy/commit/9f923325d08ac018a3325beaa9e0805b5eda61e6)
1376
+ - [fix minor] Correctly set x-forwarded-proto in WebSocket requests [`c81bae2`](https://github.com/http-party/node-http-proxy/commit/c81bae2fdde3bf0087fe71a39855c61c43ffb145)
1377
+ - Revert "[refactor] Improved event handler cleanup " [`c83d88e`](https://github.com/http-party/node-http-proxy/commit/c83d88ee88faac10b53cd4296165ed85f26036b4)
1378
+ - Allowing the common proxy headers' value to be appended in proxy chain scenarios. [`621f9b4`](https://github.com/http-party/node-http-proxy/commit/621f9b425a272421de98a674f1679f0c47912733)
1379
+ - [test] Add basic test runner [`87999d0`](https://github.com/http-party/node-http-proxy/commit/87999d028880dfccca349c9c44f9e66a613c4d38)
1380
+ - [examples] Add some hand-crafted middleware [`6e65c20`](https://github.com/http-party/node-http-proxy/commit/6e65c20017a2e1a87dc6d58e847bc6db16440f3c)
1381
+ - [test] Add core `test-http-malformed-request` test [`a635389`](https://github.com/http-party/node-http-proxy/commit/a6353897cdbe8c380d52a060f5e66784f67ad98e)
1382
+ - [example] Response modification middleware [`dd83199`](https://github.com/http-party/node-http-proxy/commit/dd8319972c1c2f9421a90a21dce9560fd5ca199f)
1383
+ - [test] Add core `test-http-head-request` test [`c0857f2`](https://github.com/http-party/node-http-proxy/commit/c0857f2d59c33d91cb3e0c131c44ec1667f592fa)
1384
+ - [test] Add core `test-http-response-close` test [`f1c0be3`](https://github.com/http-party/node-http-proxy/commit/f1c0be3f0bd2c5e87d44a37ba4f29aafd9903ad4)
1385
+ - [refactor] core proxy logic. all tests should be passing. [`63ac925`](https://github.com/http-party/node-http-proxy/commit/63ac9252606d23e2003696da1fb34a539abee7ca)
1386
+ - [test] Add core `test-http-contentLength0` test [`275109b`](https://github.com/http-party/node-http-proxy/commit/275109b2f8c8519c56ca9f456096d4002698fab1)
1387
+ - [test] Add core `test-http-client-abort2` test [`98bbe54`](https://github.com/http-party/node-http-proxy/commit/98bbe541e4fa581f1b9e2eadb821c0609da6ab81)
1388
+ - adding tests for url segment proxytable routing [`91e9bb9`](https://github.com/http-party/node-http-proxy/commit/91e9bb90709cc8a361066d6f6b8f51f58bfd7e36)
1389
+ - [test] Add core `test-http-eof-on-connect` test [`80c216d`](https://github.com/http-party/node-http-proxy/commit/80c216df0cc59b88c6934f795c03ea16a737af34)
1390
+ - [example] Replace `sys` usages with `util` [`8d701bb`](https://github.com/http-party/node-http-proxy/commit/8d701bb20b593c6cdf0ff1bc35cf83051b21a35e)
1391
+ - [refactor] Updates to support http2 from @mikeal [`5b52c89`](https://github.com/http-party/node-http-proxy/commit/5b52c896947db42ac01e6038c9170d8859d33aea)
1392
+ - [refactor] Listen for `socket` events since reverseProxy.socket is no longer set synchronously [`3828616`](https://github.com/http-party/node-http-proxy/commit/38286168161d4f4ad24d2ad95ccd8335e9ed08a4)
1393
+ - [test] Run tests in `test/core/simple` by default [`68cebbe`](https://github.com/http-party/node-http-proxy/commit/68cebbe0e79ea283eea8a1ca850ab462c66c611a)
1394
+ - simplify proxytable path segment rewrite logic [`c03a450`](https://github.com/http-party/node-http-proxy/commit/c03a450d9b952e1463ae2609303029e317ff5da2)
1395
+ - change proxytable routing to route one level shallower [`4d50915`](https://github.com/http-party/node-http-proxy/commit/4d50915373b6afaafc7857a3e9366e8e77315683)
1396
+ - [docs] Little explanation for test/core directory [`8ca5d83`](https://github.com/http-party/node-http-proxy/commit/8ca5d83497cc106a2456ff7f2ebe3db5c8634d69)
1397
+ - [minor] Allow user to set `colors.mode` [`48d4a8b`](https://github.com/http-party/node-http-proxy/commit/48d4a8b263faa9acda06651bceeff50881f21b26)
1398
+ - [minor] Indentation fix [`9e630da`](https://github.com/http-party/node-http-proxy/commit/9e630daf81d10485206ec136c3e1a07fe065ffeb)
1399
+ - [v0.6] `http.Agent` uses different structure for sockets [`86b4122`](https://github.com/http-party/node-http-proxy/commit/86b4122323ca32d455714b1149b99acce49a9e45)
1400
+ - [minor] Nicer output from test runner [`5c3d41b`](https://github.com/http-party/node-http-proxy/commit/5c3d41bf4e101d0250fb0b3db4a8dc078104dcad)
1401
+ - Modified the ad-hoc proxy lookup to use _getKey(), rather than the [`553e7fb`](https://github.com/http-party/node-http-proxy/commit/553e7fbc335a9befd166d472f057aa50452a9d40)
1402
+ - [fix] When client request is aborted, abort server request [`4d43d81`](https://github.com/http-party/node-http-proxy/commit/4d43d81e5c2d7c8088716d4fd574019f43ebb5ce)
1403
+ - Fixes memory leak when clients abort connections [`c98ccb4`](https://github.com/http-party/node-http-proxy/commit/c98ccb40e9fe5c5198a1605fa8835efc3ff1856c)
1404
+ - [fix test] Make test runner exit after test exits [`31a8c68`](https://github.com/http-party/node-http-proxy/commit/31a8c6800ddf8d91b477d980605a4c19284a1648)
1405
+ - [test dist] Run core tests on `npm test` [`8358ef8`](https://github.com/http-party/node-http-proxy/commit/8358ef8a2bdf817c8ed515be7bc9cec0a9b5f486)
1406
+ - don't add upgrade handler if a custom handler is passed in [`d6ea3a4`](https://github.com/http-party/node-http-proxy/commit/d6ea3a425c203695394eaba4ce8abd57f7809e98)
1407
+ - always emit end in 0.4 [`182dcd3`](https://github.com/http-party/node-http-proxy/commit/182dcd34555f361c1bb2b8d2777689e64ce32f87)
1408
+ - [fix] Fix incorrect depth check. [`3ab02f3`](https://github.com/http-party/node-http-proxy/commit/3ab02f3ad7f2c59d73c621695eb238233c16d09c)
1409
+ - [minor] Everybody loves Unicode [`38bd906`](https://github.com/http-party/node-http-proxy/commit/38bd906f2bc9322b156b92c47457bb7904f0d23a)
1410
+ - [test minor] Update copyright notice on test runner [`2ccc5c7`](https://github.com/http-party/node-http-proxy/commit/2ccc5c73eaef30ab5a2af7e456bfcc270583c460)
1411
+ - [minor] When running tests output only basename [`e109eba`](https://github.com/http-party/node-http-proxy/commit/e109eba9724494737021579938c1094c9dfbc8ee)
1412
+ - [dist] Version bump. 0.8.0 [`5055689`](https://github.com/http-party/node-http-proxy/commit/5055689a11f3b990f848bf2699e0111d9e708d5f)
1413
+ - Revert "[dist] Adjusted engines field to allow for 0.6; version bump 0.7.7" [`1e33434`](https://github.com/http-party/node-http-proxy/commit/1e33434fcc4772c233825b5aada7472113c0be50)
1414
+ - changeOrigin option: set the host header to the proxy destination [`f27d26f`](https://github.com/http-party/node-http-proxy/commit/f27d26f4515c900ea4cf1756ef279257a189e308)
1415
+ - [dist] Adjusted engines field to allow for 0.6; version bump 0.7.7 [`30dac89`](https://github.com/http-party/node-http-proxy/commit/30dac898f30a8508b4c4b4236e9438987f320167)
1416
+ - [fix] In routing proxy, match line beginning [`63dfc7f`](https://github.com/http-party/node-http-proxy/commit/63dfc7f1757fc9a1a9bceeb3b035e97be6504692)
1417
+ - [v0.6] Don't use `agent.appendMessage()` [`6655e01`](https://github.com/http-party/node-http-proxy/commit/6655e0164216449a97090651230266da8ced0150)
1418
+ - bump version 0.7.4 [`3dfba2b`](https://github.com/http-party/node-http-proxy/commit/3dfba2ba4591e0fcd65ff0bfd012b3ab749a0a02)
1419
+ - bump version 0.7.6 [`c5dc929`](https://github.com/http-party/node-http-proxy/commit/c5dc9295c711177c165bfb34c67407e1a5a0ed06)
1420
+ - Revert "update outgoing.headers.host incase the destination does proxying" [`2061c71`](https://github.com/http-party/node-http-proxy/commit/2061c713664b044852fdf67aa5e173e5c3b6d874)
1421
+ - update outgoing.headers.host incase the destination does proxying [`65b7872`](https://github.com/http-party/node-http-proxy/commit/65b7872e6ad433deae4de823c63629cb341bd649)
1422
+ - bump version 0.7.5 [`b4d41c3`](https://github.com/http-party/node-http-proxy/commit/b4d41c3628ade82792eb361b095ab014a88d537a)
1423
+ - [minor] Fix indent on timeout notice [`c4124da`](https://github.com/http-party/node-http-proxy/commit/c4124da4f25860497790fc06c97dde6e8985ab73)
1424
+ - [minor] Change test runner output order [`b76680b`](https://github.com/http-party/node-http-proxy/commit/b76680b045f69e03759bc119f4827f337a8f395d)
1425
+ - grammar correction [`729496d`](https://github.com/http-party/node-http-proxy/commit/729496d2898612969f5369e7f1c313cb4034f96c)
1426
+ - [dist] Test runner depends on `async` [`219b0ff`](https://github.com/http-party/node-http-proxy/commit/219b0ff8f8780cde4714267273b0a1637c84679f)
1427
+ - [test fix] Remove unnecessary console.log in tests/websocket/websocket-proxy-test.js [`f188f4f`](https://github.com/http-party/node-http-proxy/commit/f188f4ffd8c47b6312cd88c28de7e5ac63565047)
1428
+ - [test refactor] `test/core/{run => run-single}` [`004be38`](https://github.com/http-party/node-http-proxy/commit/004be38048792d6f1d3efb361a5e7e66d5dbee8d)
1429
+
1430
+ ## [v0.7.3](https://github.com/http-party/node-http-proxy/compare/v0.7.2...v0.7.3) - 2011-10-03
1431
+
1432
+ ### Commits
1433
+
1434
+ - added what is necessary for having proxyError on Routing proxywq [`b7adf86`](https://github.com/http-party/node-http-proxy/commit/b7adf866b595f0d64a3ef6bde19271276450e723)
1435
+ - [dist] Version bump. 0.7.3 [`db185bb`](https://github.com/http-party/node-http-proxy/commit/db185bb303ce9c413b2abccbc885f8ec43b61202)
1436
+
1437
+ ## [v0.7.2](https://github.com/http-party/node-http-proxy/compare/v0.7.1...v0.7.2) - 2011-09-30
1438
+
1439
+ ### Merged
1440
+
1441
+ - [fix] Examples have working require paths now. [`#118`](https://github.com/http-party/node-http-proxy/pull/118)
1442
+
1443
+ ### Commits
1444
+
1445
+ - [fix] Fixed require paths in examples [`2e8d4c6`](https://github.com/http-party/node-http-proxy/commit/2e8d4c6e49e2e9b27443c0b9ae2b96331715402b)
1446
+ - [websockets] add latest websockets support [`45ef87e`](https://github.com/http-party/node-http-proxy/commit/45ef87e71bc9cccefe5fb6afc3121fb09b8efbc3)
1447
+ - [dist] Version bump. 0.7.2 [`ccccc45`](https://github.com/http-party/node-http-proxy/commit/ccccc45f11fbe535017b1806fad43578f143649d)
1448
+
1449
+ ## [v0.7.1](https://github.com/http-party/node-http-proxy/compare/v0.7.0...v0.7.1) - 2011-09-21
1450
+
1451
+ ### Merged
1452
+
1453
+ - Readme fixes [`#114`](https://github.com/http-party/node-http-proxy/pull/114)
1454
+ - #107: Set x-forwarded-for header (amongst others) [`#110`](https://github.com/http-party/node-http-proxy/pull/110)
1455
+ - command line tool - make sure targetPort is an integer [`#109`](https://github.com/http-party/node-http-proxy/pull/109)
1456
+
1457
+ ### Fixed
1458
+
1459
+ - [dist] Version bump v0.7.1, closes #107 #112 [`#107`](https://github.com/http-party/node-http-proxy/issues/107)
1460
+
1461
+ ### Commits
1462
+
1463
+ - [test] Added a test for the "x-forwarded-for" header [`66e9820`](https://github.com/http-party/node-http-proxy/commit/66e982060c6c41ad7dfadce1403c8e13d267781a)
1464
+ - [docs] Updated examples in README.md for 0.7.x API. [`24ef919`](https://github.com/http-party/node-http-proxy/commit/24ef9194953c27fb11a8f1ceb499e5feca11c30c)
1465
+ - [examples] Updated examples to v0.7.x API. [`8fc8d96`](https://github.com/http-party/node-http-proxy/commit/8fc8d966c4681d514af00516b348105608e13382)
1466
+ - [examples] More fixes to examples. [`549360a`](https://github.com/http-party/node-http-proxy/commit/549360a462c134cc2b02301070209084ec94c393)
1467
+ - [fix] x-forwarded http headers should set properly. [`2677bb6`](https://github.com/http-party/node-http-proxy/commit/2677bb6c44244ea0b584db744955bedf7aee2c62)
1468
+ - [fix] connection.socket -> socket for source of x-forwarded-for data [`1f33943`](https://github.com/http-party/node-http-proxy/commit/1f33943b231cdf2cb619977801c7b0d4e98ab6df)
1469
+ - Make sure the target port is an integer [`5ba25aa`](https://github.com/http-party/node-http-proxy/commit/5ba25aa3451f131b6c6c8892848a4f236f5b859e)
1470
+
1471
+ ## [v0.7.0](https://github.com/http-party/node-http-proxy/compare/v0.6.6...v0.7.0) - 2011-09-10
1472
+
1473
+ ### Fixed
1474
+
1475
+ - [fix] Add `x-forward-*` headers for WebSocket requests. Closes #74 [`#74`](https://github.com/http-party/node-http-proxy/issues/74)
1476
+ - [doc] Document `setMaxSockets`. Fixes #81 [`#81`](https://github.com/http-party/node-http-proxy/issues/81)
1477
+
1478
+ ### Commits
1479
+
1480
+ - [api test dist] Stubbed out the API for the higher-level `RoutingProxy` object to be exposed by `node-http-proxy` [`5927ecd`](https://github.com/http-party/node-http-proxy/commit/5927ecd62a082269c3b6a0ae4f5b4a673784bcdb)
1481
+ - [api] Finalized the RoutingProxy API [`f765f90`](https://github.com/http-party/node-http-proxy/commit/f765f90ec37defaa2b493f859a982add51e25b76)
1482
+ - [minor] Move private methods to the bottom of file(s) [`ec03d72`](https://github.com/http-party/node-http-proxy/commit/ec03d72c5d8749aee835f571869f69816be02265)
1483
+ - [test] Updated tests to reflect finalized API of the RoutingProxy [`734769f`](https://github.com/http-party/node-http-proxy/commit/734769fa9b2c3054d45e33c3e552af80ce3f4740)
1484
+ - [api doc] Rebuilt httpProxy.createServer() with the newer high-level RoutingProxy API [`598fe2e`](https://github.com/http-party/node-http-proxy/commit/598fe2e38def56518a1f0a8196b2fcb7f1bc569e)
1485
+ - [minor] Remove commented out debug statements. [`5575bcf`](https://github.com/http-party/node-http-proxy/commit/5575bcf60c87def74d1755b2e5cc73e085dbf8c3)
1486
+ - [doc] Updated examples [`13eaec5`](https://github.com/http-party/node-http-proxy/commit/13eaec55dc50e2aae164cb8adaa0f1a3c5a66c68)
1487
+ - Add flow control [`6a7fd14`](https://github.com/http-party/node-http-proxy/commit/6a7fd14bfa9f25694d75cf490e32817ff15a94fe)
1488
+ - Add flow control [`2b9e09b`](https://github.com/http-party/node-http-proxy/commit/2b9e09b00ac40e6c6de2b68754df7b8e8c1e3878)
1489
+ - Emit drain if it doesn't happen on its own in 100ms [`37e2541`](https://github.com/http-party/node-http-proxy/commit/37e25418916a31e4a513ee5866d6013858d579cf)
1490
+ - resume() can throw [`558a8a4`](https://github.com/http-party/node-http-proxy/commit/558a8a4f79716496dbdee13759c8641606458c05)
1491
+ - [fix] Memory leak hunting. [`ca1d12c`](https://github.com/http-party/node-http-proxy/commit/ca1d12cf1bbfbe98b5159f9c02e2f6c818a1c749)
1492
+ - Emit drain if it doesn't happen on its own in 100ms [`84be9f2`](https://github.com/http-party/node-http-proxy/commit/84be9f2c3a244c7dbfe2c6320fa26d85cf80ec31)
1493
+ - resume() can throw [`0c71119`](https://github.com/http-party/node-http-proxy/commit/0c71119ee58ee84068120be72308ecb28cb3e532)
1494
+ - [dist] Update examples/package.json to conform to nodejitsu style guidelines [`2937229`](https://github.com/http-party/node-http-proxy/commit/29372298208135f571538cc29dcc05f41f79b01c)
1495
+ - Fixed large DoS vector in the middleware implementation [`0e36912`](https://github.com/http-party/node-http-proxy/commit/0e36912906640fdb007e0492b75c3f6a7b580ec6)
1496
+ - [api] Added new `close()` method which cleans up sockets from HttpProxy instances [`0eae2a9`](https://github.com/http-party/node-http-proxy/commit/0eae2a913a2173d85478f8c9deec929388284ee2)
1497
+ - Fixed large DoS vector in the middleware implementation [`07c8d2e`](https://github.com/http-party/node-http-proxy/commit/07c8d2ee6017264c3d4deac9f42ca264a3740b48)
1498
+ - [minor] More contextual errors when middleware(s) error [`38315f6`](https://github.com/http-party/node-http-proxy/commit/38315f6b1f7b01bc6e55587878a57590135945c0)
1499
+ - [dist] Update scripts in package.json [`6e1ade0`](https://github.com/http-party/node-http-proxy/commit/6e1ade0bb8174b744abb58df72b098bd96134ca4)
1500
+ - [dist] Version bump. 0.7.0 [`0182ba3`](https://github.com/http-party/node-http-proxy/commit/0182ba37cd4c618cd50947ea2addef823349e49f)
1501
+ - [merge] Merge from significant internal refactor in v0.7.x. No external API changes [`f7010e5`](https://github.com/http-party/node-http-proxy/commit/f7010e5169ac23114b9b35da272e9a041743fbb9)
1502
+ - [minor] Small update to bin/node-http-proxy [`2cd8256`](https://github.com/http-party/node-http-proxy/commit/2cd8256c4d6089409f603655ea3b3a5ccf1fb065)
1503
+ - [dist] Update .gitignore [`6c1c554`](https://github.com/http-party/node-http-proxy/commit/6c1c5544515bf17f0e6ed3588e16ae1a75f8a25b)
1504
+ - [doc] Update README.md [`0ba5023`](https://github.com/http-party/node-http-proxy/commit/0ba5023e82fe8a08ed55194644d147c323368f41)
1505
+ - [doc] Drop version number from README.md. [`bdf48be`](https://github.com/http-party/node-http-proxy/commit/bdf48bea36eae441c775e9321ab6e17db470bf27)
1506
+ - [dist] Version bump. 0.7.0 [`00e34a1`](https://github.com/http-party/node-http-proxy/commit/00e34a10bd9ffca9e636b2e5aebb4f18ff6765ec)
1507
+ - [test] Whitespace fix [`3a4d312`](https://github.com/http-party/node-http-proxy/commit/3a4d312eda08e7a5cecb3c82b04023e22f368e2b)
1508
+ - [dist] Reorganize examples based on classification(s): http, websocket, or middleware [`81d6c31`](https://github.com/http-party/node-http-proxy/commit/81d6c318758231f77a52fab7de174fcc63b7a243)
1509
+
1510
+ ## [v0.6.6](https://github.com/http-party/node-http-proxy/compare/v0.6.5...v0.6.6) - 2011-08-31
1511
+
1512
+ ### Commits
1513
+
1514
+ - Memory leak hunting. [`f4fcf93`](https://github.com/http-party/node-http-proxy/commit/f4fcf934030e84c15cceca620e974aafc35f1691)
1515
+ - [fix] Add guards to every throw-able res.end call [`e1c41d0`](https://github.com/http-party/node-http-proxy/commit/e1c41d06942b56f6cd65a079ae78b54456a8bbe1)
1516
+ - [fix] Only set `x-forward-*` headers if req.connection and req.connection.socket [`de4a6fe`](https://github.com/http-party/node-http-proxy/commit/de4a6fe8a5f78460b030e635e5f4a63312cd4a76)
1517
+ - [dist] Version bump. 0.6.6 [`967884c`](https://github.com/http-party/node-http-proxy/commit/967884c5de311f21b8405a5030730ef8db912531)
1518
+
1519
+ ## [v0.6.5](https://github.com/http-party/node-http-proxy/compare/v0.6.4...v0.6.5) - 2011-08-29
1520
+
1521
+ ### Commits
1522
+
1523
+ - [fix] Use `req.connection` for all x-forward-* headers [`f6dc12a`](https://github.com/http-party/node-http-proxy/commit/f6dc12a971fdd892614b32d2a4fb2ff39ddc0e67)
1524
+ - [dist] Version bump. 0.6.5 [`7beead5`](https://github.com/http-party/node-http-proxy/commit/7beead54654bdc7f9ab4ed0c17000118a3e7b4fc)
1525
+
1526
+ ## [v0.6.4](https://github.com/http-party/node-http-proxy/compare/v0.6.3...v0.6.4) - 2011-08-28
1527
+
1528
+ ### Fixed
1529
+
1530
+ - Fix #95 Don't look on req.connection if it's not set. [`#95`](https://github.com/http-party/node-http-proxy/issues/95)
1531
+
1532
+ ### Commits
1533
+
1534
+ - [api breaking] Begin refactor to optimize node-http-proxy by managing one instance of HttpProxy per `host:port` location [`d2b0e43`](https://github.com/http-party/node-http-proxy/commit/d2b0e4399e8026d3e2ece78ac8fdb1def6649950)
1535
+ - [api test] Updated httpProxy.createServer() for new API exposed by simplified HttpProxy object. [`be4562d`](https://github.com/http-party/node-http-proxy/commit/be4562da9fafef8b26856f7f73f6c5a2c4e389b0)
1536
+ - [test fix] A few minor fixes to ensure basic WebSocket tests are working. Better scope tests by supported protocol [`daf9231`](https://github.com/http-party/node-http-proxy/commit/daf9231a66f10a25782d2227df1b1501099ac5d1)
1537
+ - [test] Updates for readability [`db10c4a`](https://github.com/http-party/node-http-proxy/commit/db10c4af918c3e4bc448163f4b9e9b9267145d47)
1538
+ - Add guards to every throw-able res.end call [`7bda25b`](https://github.com/http-party/node-http-proxy/commit/7bda25b1c60d082f0f2fd12fc61b45a33b74f13d)
1539
+ - [minor] Dont use `.bind()` [`340be42`](https://github.com/http-party/node-http-proxy/commit/340be42797e87fcc11859a771200075e7fe0c5f1)
1540
+ - [dist] Version bump. 0.6.4 [`216d46d`](https://github.com/http-party/node-http-proxy/commit/216d46dc81bda1aeb0feb1318e34f37bee38c8fb)
1541
+
1542
+ ## [v0.6.3](https://github.com/http-party/node-http-proxy/compare/v0.5.11...v0.6.3) - 2011-08-28
1543
+
1544
+ ### Merged
1545
+
1546
+ - This adds a flag to ProxyRequest to disable the setting of x-forwarded-[for|port|proto] [`#73`](https://github.com/http-party/node-http-proxy/pull/73)
1547
+
1548
+ ### Fixed
1549
+
1550
+ - Merge branch 'patch-1' of https://github.com/KimSchneider/node-http-proxy [`#80`](https://github.com/http-party/node-http-proxy/issues/80)
1551
+
1552
+ ### Commits
1553
+
1554
+ - [minor] Style updates and whitespace cleaning for consistency [`f0917a3`](https://github.com/http-party/node-http-proxy/commit/f0917a3f97e8df2d58252f14c15ec54369c969ae)
1555
+ - [api] refactor out middlewares from examples. [`2cf4e0a`](https://github.com/http-party/node-http-proxy/commit/2cf4e0a9e6c78dfd093c098fc87100ae71bc9450)
1556
+ - [docs] add middleware examples (first draft) [`020290a`](https://github.com/http-party/node-http-proxy/commit/020290a162146c4996831f4f13d71c1dc949f508)
1557
+ - [fix] use routing table mhen proxying WebSockets. [`efa17ef`](https://github.com/http-party/node-http-proxy/commit/efa17ef6cf614b763fc3b76570a24e750e2ddd31)
1558
+ - Tested & fixed url middleware example, added comments. [`4cc18f4`](https://github.com/http-party/node-http-proxy/commit/4cc18f4217739b0bd1b3ac88287cc8a23d486b6b)
1559
+ - [minor] add middleware to node-http-proxy [`b54666f`](https://github.com/http-party/node-http-proxy/commit/b54666ff69c574d842ce1349700c6b6248484d24)
1560
+ - [minor] add middleware to node-http-proxy [`c773eed`](https://github.com/http-party/node-http-proxy/commit/c773eedeb6d0b22e2b41ab9215cfdc064a8095e3)
1561
+ - [minor] add url-proxying middleware example [`45f3df8`](https://github.com/http-party/node-http-proxy/commit/45f3df80937ffd5854727c91ea6b0e09cf77e160)
1562
+ - [fix] Removed bad example. [`2626308`](https://github.com/http-party/node-http-proxy/commit/2626308cd845982c82a284b0d0bc064090aaf116)
1563
+ - [minor] add example to test concurrency [`6ec8d6c`](https://github.com/http-party/node-http-proxy/commit/6ec8d6caace3797841c0447feb081aa7920aa0dd)
1564
+ - [minor] add example of using middleware to gzip response [`d3c0697`](https://github.com/http-party/node-http-proxy/commit/d3c06973a1bf1f1c54ca55a5d7f93b77133ef9a2)
1565
+ - support old (port,host) and (options) style when using middlewares [`7976de1`](https://github.com/http-party/node-http-proxy/commit/7976de1121a40f963e18ea0a4673d185f847df4c)
1566
+ - [minor] Added body decoder middleware example. Needs fixing. [`8eaec35`](https://github.com/http-party/node-http-proxy/commit/8eaec3507456731c1138c0b8ebb4e51dedc7c300)
1567
+ - [minor dist] Use `pkginfo`. Minor updates to variable scoping in `.createServer()` [`5d0bbb3`](https://github.com/http-party/node-http-proxy/commit/5d0bbb38c3af14907567e2dc7c4f84a915b60ce5)
1568
+ - [doc] add comments to examples/url-middleware.js [`f6484de`](https://github.com/http-party/node-http-proxy/commit/f6484de4112463c74105db82d27f131d64478f1d)
1569
+ - Handle cases where res.write throws [`be3a0d8`](https://github.com/http-party/node-http-proxy/commit/be3a0d84a1e75b45bc1fc63fe63cdabd9844eb59)
1570
+ - [minor] code style changes [`8b48b7e`](https://github.com/http-party/node-http-proxy/commit/8b48b7e0af656fdbd6da2b16ec6365beec47c302)
1571
+ - [doc] note in readme about middleware [`b5d5eaa`](https://github.com/http-party/node-http-proxy/commit/b5d5eaababa276f7d197e4b6a8a771b364b73139)
1572
+ - Allow forwarding for x-forwarded-[for|port|proto] to enabled layering of http-proxies. [`404818b`](https://github.com/http-party/node-http-proxy/commit/404818b1dce9e77a917ce9f0c187772eb8c18042)
1573
+ - [style] tidy [`0f8fe8e`](https://github.com/http-party/node-http-proxy/commit/0f8fe8e2460fd27edfba44989b78aa6b8c9a38e2)
1574
+ - [fix] do not use middleware code if it's not needed [`2012588`](https://github.com/http-party/node-http-proxy/commit/20125889b362c61c85924810de446e1e7b18d079)
1575
+ - [minor] minor fixes to gzip middleware example [`caa1f49`](https://github.com/http-party/node-http-proxy/commit/caa1f494ab4effabad6d08272c3606c1d82005ea)
1576
+ - [minor] default enableXForwarded to true [`e3d95ec`](https://github.com/http-party/node-http-proxy/commit/e3d95ecab24700535184df32f3a97e8699099b7f)
1577
+ - Updating to enableXForwarded [`ee3506a`](https://github.com/http-party/node-http-proxy/commit/ee3506a8e7262f780eeada331898d42ca0e9838a)
1578
+ - [api] Expose adapted version of `stack` so it can be used with HttpProxy instances not created by `httpProxy.createServer()` [`5d6e6b9`](https://github.com/http-party/node-http-proxy/commit/5d6e6b9f78eb98b28db01490a36b23c1aade133f)
1579
+ - The number of maxSockets has to be set after the agent is created. Setting the property in the constructor does not work. [`2caa5d2`](https://github.com/http-party/node-http-proxy/commit/2caa5d2b0d55898c133a0bf3a0048ee969efb121)
1580
+ - [fix] Dont use res.* in proxyWebSocketRequest [`f7452bc`](https://github.com/http-party/node-http-proxy/commit/f7452bc42d963406f7ee19dfa353d72ce3252dd6)
1581
+ - [fix] fix syntax errors. close issue #86 [`b8f8499`](https://github.com/http-party/node-http-proxy/commit/b8f84994b0515e12c9d87f89f81a8601be47a6ff)
1582
+ - [api] merge middleware branch [`e6ff8d6`](https://github.com/http-party/node-http-proxy/commit/e6ff8d6597a977baf0caf4f69c75bfa93d7281f3)
1583
+ - [dist] Version bump. 0.6.3 [`1389b70`](https://github.com/http-party/node-http-proxy/commit/1389b706b5c1d857c571c2947b7c758b5cc70ca3)
1584
+ - merged [`5ba0f89`](https://github.com/http-party/node-http-proxy/commit/5ba0f89aa356b2e76f5cf64c16e8578d71c45d8a)
1585
+ - [fix] handler variable in createServer was global (!) [`25c06a3`](https://github.com/http-party/node-http-proxy/commit/25c06a3a952068de6a24c643cb0c872f7b9a0846)
1586
+ - [dist] bump version 6.0 [`03475a5`](https://github.com/http-party/node-http-proxy/commit/03475a59445a1c1c1029d0673aafabe63af1e711)
1587
+ - [dist] bump version 0.6.2 [`d8068a8`](https://github.com/http-party/node-http-proxy/commit/d8068a832d437790ce8680b9b34a9f171d75786c)
1588
+ - [dist] bump version 5.12 [`5d33ad7`](https://github.com/http-party/node-http-proxy/commit/5d33ad711895b2afcbd6dd5e1c0449cee1ceae7b)
1589
+ - [dist] bump version 0.6.1 [`fea371d`](https://github.com/http-party/node-http-proxy/commit/fea371dc0a47dfb4f84427e5740e8756f4e5b285)
1590
+ - [fix] broken RegExp [`549bfea`](https://github.com/http-party/node-http-proxy/commit/549bfeac233888ec84edeec350ed5a7377f3773e)
1591
+ - [doc] add note on middleware to Using node-http-proxy section of the README [`5bf2d59`](https://github.com/http-party/node-http-proxy/commit/5bf2d59241a7695f43bb89e5cb41ade2ab7a0ad2)
1592
+
1593
+ ## [v0.5.11](https://github.com/http-party/node-http-proxy/compare/v0.5.10...v0.5.11) - 2011-06-26
1594
+
1595
+ ### Fixed
1596
+
1597
+ - [api] Simplify the usage for the `.changeHeaders` option. Fixes #34 [`#34`](https://github.com/http-party/node-http-proxy/issues/34)
1598
+
1599
+ ### Commits
1600
+
1601
+ - [api doc test] node-http-proxy now emits `websocket:*` on important WebSocket events. Added tests for these features and updated some code docs [`4f85ca0`](https://github.com/http-party/node-http-proxy/commit/4f85ca04e425a7d4df1e46c9cadd6026eeed32f6)
1602
+ - [doc] Updated docco docs [`f0649d8`](https://github.com/http-party/node-http-proxy/commit/f0649d8d6a9f84ac61d5f173c585fa4307ffb3c3)
1603
+ - [doc] Added examples/latent-websocket-proxy.js [`fcfe846`](https://github.com/http-party/node-http-proxy/commit/fcfe84626fff15be21ac83ccd69b96bf3ca1f7a2)
1604
+ - [doc] Added sample for custom error messages using the `proxyError` event [`4cdbf0e`](https://github.com/http-party/node-http-proxy/commit/4cdbf0e8729a0665904b577376240c00e56ad876)
1605
+ - [doc] Add examples/standalone-websocket-proxy.js [`1ee8ae7`](https://github.com/http-party/node-http-proxy/commit/1ee8ae710497e239716f72d45e2f61ead3995dc3)
1606
+ - [dist] Version bump. 0.5.11 [`baf0b9e`](https://github.com/http-party/node-http-proxy/commit/baf0b9e25af53e2738812ff78614cc12966e99e3)
1607
+ - [doc] Small update to code docs [`9d9509f`](https://github.com/http-party/node-http-proxy/commit/9d9509f791c4c566629c2e323259885f1c3db7ed)
1608
+ - [minor] Add missing space [`b608a02`](https://github.com/http-party/node-http-proxy/commit/b608a029f8aa26f1a74a917e0bec0ac37e4615a0)
1609
+
1610
+ ## [v0.5.10](https://github.com/http-party/node-http-proxy/compare/v0.5.9...v0.5.10) - 2011-06-13
1611
+
1612
+ ### Commits
1613
+
1614
+ - [refactor] Manage our own internal list of Agent instances [`887c580`](https://github.com/http-party/node-http-proxy/commit/887c5808c90b7128c040e510e237ddb4d034fe3e)
1615
+ - [doc] Update docco docs for 0.5.9 [`b4ac4d4`](https://github.com/http-party/node-http-proxy/commit/b4ac4d441fe4fb84d463bd889a5ce8d7f4d596ca)
1616
+ - [test] Update tests to use `localhost` [`a1cdf00`](https://github.com/http-party/node-http-proxy/commit/a1cdf005b98c422c777c88a7d7baf2eeb91f732d)
1617
+ - [dist] Version bump. 0.5.10 [`7b574d3`](https://github.com/http-party/node-http-proxy/commit/7b574d3d3e52b09a6445c011b8f2ae0d78282111)
1618
+ - [doc] Bump version in README.md [`653c6ca`](https://github.com/http-party/node-http-proxy/commit/653c6ca1af607623b653d3148b1bb45a304aab87)
1619
+
1620
+ ## [v0.5.9](https://github.com/http-party/node-http-proxy/compare/v0.5.8...v0.5.9) - 2011-05-23
1621
+
1622
+ ### Commits
1623
+
1624
+ - [fix] Change sec-websocket-location header when proxying WSS --> WS. Added test coverage for this scenario [`028d204`](https://github.com/http-party/node-http-proxy/commit/028d2044e71d70b7bc21d339de29e2275c3be5c2)
1625
+ - [dist] Version bump. 0.5.9 [`57ca62c`](https://github.com/http-party/node-http-proxy/commit/57ca62c878c9a953f2344719556e05492ece3435)
1626
+
1627
+ ## [v0.5.8](https://github.com/http-party/node-http-proxy/compare/v0.5.7...v0.5.8) - 2011-05-21
1628
+
1629
+ ### Commits
1630
+
1631
+ - [doc] Regenerate docco docs [`c5fd368`](https://github.com/http-party/node-http-proxy/commit/c5fd368a8d803b6ab47e32e744a6fd6a6ca5361f)
1632
+ - [doc] Update docco docs [`74120d8`](https://github.com/http-party/node-http-proxy/commit/74120d8988627bb0686d3a26cb8ec1408cc41287)
1633
+ - [doc] Update to v0.5.7 in code and README.md [`6fd272a`](https://github.com/http-party/node-http-proxy/commit/6fd272ac18240811d8a8a39c85ee483557c414b3)
1634
+ - [dist] Version bump. 0.5.8. Forwards compatible with new versions of nodejs [`76ecb51`](https://github.com/http-party/node-http-proxy/commit/76ecb51e7b41a23288f922c9c5df3ce40f67bf80)
1635
+ - [fix] Dont force `Connection: close` now that Keep-Alive is supported [`a86d18b`](https://github.com/http-party/node-http-proxy/commit/a86d18bc7f93d013df715d1f4d88e651846f645d)
1636
+ - [test] Update to vows description for web-socket-proxy-test.js [`a865fe6`](https://github.com/http-party/node-http-proxy/commit/a865fe662ff04a4badcc90ce2af80d2380c40a85)
1637
+
1638
+ ## [v0.5.7](https://github.com/http-party/node-http-proxy/compare/v0.5.6...v0.5.7) - 2011-05-19
1639
+
1640
+ ### Commits
1641
+
1642
+ - [api] Add `x-forwarded-proto` and `x-forwarded-port` to proxied HTTP requests [`421895f`](https://github.com/http-party/node-http-proxy/commit/421895fa308d49628bbbb546d542efa96769c3f4)
1643
+ - [dist] Version bump. v0.5.7. Only good on node v0.4.7. See issue #48. [`0911c17`](https://github.com/http-party/node-http-proxy/commit/0911c1719e641c6e4342027e8d5d82c47c6f310e)
1644
+ - [fix] Set `x-forwarded-for` from req.connection.socket.remoteAddress if req.connection.remoteAddress is not defined [`e9b3ec9`](https://github.com/http-party/node-http-proxy/commit/e9b3ec9b1d0ebf427e138176b28af44f0f973670)
1645
+
1646
+ ## [v0.5.6](https://github.com/http-party/node-http-proxy/compare/v0.5.5...v0.5.6) - 2011-05-19
1647
+
1648
+ ### Commits
1649
+
1650
+ - [fix doc] Add `error` handler to reverseProxy request when proxying WebSockets to prevent unhandled ParseError. Rename some variables in proxyWebSocketRequest to make the code more readable [`76580c2`](https://github.com/http-party/node-http-proxy/commit/76580c292a152c0007352a9d383f59e48993cd03)
1651
+ - [doc] Regenerate docco docs [`bd45216`](https://github.com/http-party/node-http-proxy/commit/bd45216bc9207e5016f394a4bfee2bdffcc669c7)
1652
+ - [api minor] Small refactor to emit `webSocketProxyError` from a single helper function on any of the various `error` events in the proxy chain [`5d2192e`](https://github.com/http-party/node-http-proxy/commit/5d2192e654f23e1b76e0b66554debe1590a3af64)
1653
+ - [api] Manual merge of #46: add custom `proxyError` event and enable production error handling. [`652cca3`](https://github.com/http-party/node-http-proxy/commit/652cca37ea321ec9d1d55125217df0214c8090b6)
1654
+ - [dist] Version bump. v0.5.6 Only good on node v0.4.7. See issue #48. [`f1c0f64`](https://github.com/http-party/node-http-proxy/commit/f1c0f641aa14dc3c267de37370a7369c3131c636)
1655
+
1656
+ ## [v0.5.5](https://github.com/http-party/node-http-proxy/compare/v0.5.4...v0.5.5) - 2011-05-19
1657
+
1658
+ ### Commits
1659
+
1660
+ - [fix] Change variable references for Websockets, bugs found from using wsbench [`7bf0cae`](https://github.com/http-party/node-http-proxy/commit/7bf0caef9fae86a34719f04f7b9926095fb6a146)
1661
+ - [dist] Version bump. 0.5.5. Only good on node v0.4.7. See issue #48. [`acacc05`](https://github.com/http-party/node-http-proxy/commit/acacc0561f2efabc0a7859b9a410e954f2dca6fd)
1662
+
1663
+ ## [v0.5.4](https://github.com/http-party/node-http-proxy/compare/v0.5.3...v0.5.4) - 2011-05-19
1664
+
1665
+ ### Commits
1666
+
1667
+ - [doc] Update docco docs [`faf2618`](https://github.com/http-party/node-http-proxy/commit/faf2618cf3b53a972779514842bc4264ec9541fa)
1668
+ - [doc] Update README.md to reflect the new HTTPS to HTTP proxy capabilities [`abc01bc`](https://github.com/http-party/node-http-proxy/commit/abc01bce293f7c1a88f9be08b0540407d2b0f4a1)
1669
+ - [doc test api] Improve node-http-proxy API to allow for HTTPS to HTTP proxying scenarios. Update tests accordingly. [`895f577`](https://github.com/http-party/node-http-proxy/commit/895f577744e3cbcbb5f479c4aacec5323bb001f7)
1670
+ - [doc] Update examples for HTTPS to HTTP proxying [`91737fa`](https://github.com/http-party/node-http-proxy/commit/91737fadb640f30d3cd959f29069537473207efd)
1671
+ - [dist] Version bump. 0.5.4. Only good on node v0.4.7. See issue #48. [`c04eec1`](https://github.com/http-party/node-http-proxy/commit/c04eec1c370ca0eb212c96c0896c27b349f7ea97)
1672
+ - [minor] Update README.md to conform to Github flavored markdown [`32a15dd`](https://github.com/http-party/node-http-proxy/commit/32a15dd79d860343453c38a7eef8339d7b99718b)
1673
+ - [minor] Update README.md to conform to Github flavored markdown [`521fe27`](https://github.com/http-party/node-http-proxy/commit/521fe271853632563143fb4b76c032f7afa7831a)
1674
+
1675
+ ## [v0.5.3](https://github.com/http-party/node-http-proxy/compare/v0.5.2...v0.5.3) - 2011-05-18
1676
+
1677
+ ### Commits
1678
+
1679
+ - [test] Continued work around Origin mismatch tests [`44a8566`](https://github.com/http-party/node-http-proxy/commit/44a85664a80fd67e20bbc36d280816dbd1a796c5)
1680
+ - [doc] Regenerate docco docs [`9e36d2d`](https://github.com/http-party/node-http-proxy/commit/9e36d2d2e619be322bb73092db2a9d72ef6709e8)
1681
+ - [fix test api] Only change Origin headers in WebSocket requests when the `changeOrigin` option is set explicitly. Added tests to ensure Origin and sec-websocket-origin headers match when proxying websockets. [`9c6c4b9`](https://github.com/http-party/node-http-proxy/commit/9c6c4b908b7d6ce67144ba9d41702b5694254099)
1682
+ - [test] Improve websocket tests to inspect outgoing and incoming HTTP headers to test origin mismatch bugs [`6e679c8`](https://github.com/http-party/node-http-proxy/commit/6e679c8019e1eb62b2b1da48628f89b8046203fd)
1683
+ - [test] Refined tests to begin checking Origin == Sec-Websocket-Origin [`9ab54ab`](https://github.com/http-party/node-http-proxy/commit/9ab54ab47fc43d98f3182da9c41487f524933783)
1684
+ - [doc minor] Update docs and code docs for v0.5.3 release [`03b9087`](https://github.com/http-party/node-http-proxy/commit/03b908744612faed82d9233f3b6d4af70368cf3c)
1685
+ - [dist] Version bump. v0.5.3. Only good on node v0.4.7. See issue #48. [`d9fa261`](https://github.com/http-party/node-http-proxy/commit/d9fa261cdc97aee71279064e536a4a22edbe3b5b)
1686
+
1687
+ ## [v0.5.2](https://github.com/http-party/node-http-proxy/compare/v0.5.1...v0.5.2) - 2011-05-17
1688
+
1689
+ ### Merged
1690
+
1691
+ - Readme: fix syntax error, reformat code blocks [`#52`](https://github.com/http-party/node-http-proxy/pull/52)
1692
+
1693
+ ### Commits
1694
+
1695
+ - format markdown for syntax highlighting on GitHub [`28f6dc1`](https://github.com/http-party/node-http-proxy/commit/28f6dc153a7d9fa9b6a08637c90765cf3a07fd3e)
1696
+ - [doc] Regenerate docco docs [`a5e1e3e`](https://github.com/http-party/node-http-proxy/commit/a5e1e3e70d02f32ab86b711ec4b262df5955a1a9)
1697
+ - [test] Fix tests in https mode [`1ee6bef`](https://github.com/http-party/node-http-proxy/commit/1ee6beff6aa3087e332701fd3cfda70b4e968ce8)
1698
+ - [fix] Manage bookkeeping for incoming requests to the underlying sockets behind reverse proxied websocket events. Only use the appropriate variables in the closure scope of the `upgrade` event from this bookkeeping [`85223ea`](https://github.com/http-party/node-http-proxy/commit/85223ea0800ad63ea82783c9dc2dc4a0e3345ae8)
1699
+ - [minor] Fix syntax in examples/ [`ff82946`](https://github.com/http-party/node-http-proxy/commit/ff829467d33d326c588861a46acc2bf9adbdddd2)
1700
+ - add spacing around code blocks to fix README rendering [`ab8c264`](https://github.com/http-party/node-http-proxy/commit/ab8c264e6d729de81c93982f97875006e52240f0)
1701
+ - [dist] Use devDependencies in package.json [`e6c52d4`](https://github.com/http-party/node-http-proxy/commit/e6c52d431f8a32e11cd347fbabeb7a03d0d40790)
1702
+ - don't highlight non-javascript as javascript [`d5b9ba7`](https://github.com/http-party/node-http-proxy/commit/d5b9ba7180376b8a67b9cbfebe9acf7399cab3ed)
1703
+ - fix syntax error in README example [`332d2d7`](https://github.com/http-party/node-http-proxy/commit/332d2d780ab62ccc996157dacd2498c568816ffc)
1704
+ - [minor] Ignore npm modules and debug logs [`e90cbd6`](https://github.com/http-party/node-http-proxy/commit/e90cbd6f148633ef7d3e2de06aaabe1cc493cc37)
1705
+ - [dist] Include docco module as a dev dependency [`d08c2bb`](https://github.com/http-party/node-http-proxy/commit/d08c2bb525ec661c0c8e6539e28605972b1ae9b8)
1706
+ - [dist] Version bump. 0.5.2. Only good on node v0.4.7. See issue #48. [`360e79a`](https://github.com/http-party/node-http-proxy/commit/360e79a005d298f40f36ee0e25c34fe534311b09)
1707
+
1708
+ ## [v0.5.1](https://github.com/http-party/node-http-proxy/compare/v0.5.0...v0.5.1) - 2011-05-10
1709
+
1710
+ ### Commits
1711
+
1712
+ - [dist] Version bump. 0.5.1. Only good on node v0.4.7. See issue #48. [`6c80177`](https://github.com/http-party/node-http-proxy/commit/6c8017734053bc683f32a2b9f0ba18ba0c014855)
1713
+ - Revert "Fixed "Invalid argument to getAgent" when proxying HTTP" [`40dc9de`](https://github.com/http-party/node-http-proxy/commit/40dc9dee2d1e617af7f85a056d281b4f220f2802)
1714
+ - [fix] Fix typo in bin/node-http-proxy [`57127a3`](https://github.com/http-party/node-http-proxy/commit/57127a367193bcf12be2b367e1e01cbc57d685fe)
1715
+ - Merged pull request #39 from timmattison/master. [`ac425d7`](https://github.com/http-party/node-http-proxy/commit/ac425d70ef63b847fe6eb17dbfc4b084d0dd2d20)
1716
+ - Fixed "Invalid argument to getAgent" when proxying HTTP [`642e158`](https://github.com/http-party/node-http-proxy/commit/642e15805dbd572835bb4fee9527e4f2da658833)
1717
+
1718
+ ## [v0.5.0](https://github.com/http-party/node-http-proxy/compare/v0.4.2...v0.5.0) - 2011-04-17
1719
+
1720
+ ### Commits
1721
+
1722
+ - [doc] Breakout demo.js into files in example/. Add web-socket-proxy.js example [`6e4bf6a`](https://github.com/http-party/node-http-proxy/commit/6e4bf6a9cbc400fcd2be420649ce08936417dd83)
1723
+ - [api test doc] Improve HTTPS support. Update minor documentation. Change tests accordingly. [`bf68dc3`](https://github.com/http-party/node-http-proxy/commit/bf68dc30a5c508bc8f533f52c083206b87963811)
1724
+ - [api] Update WebSocket support to use http.Agent APIs [`b0b0183`](https://github.com/http-party/node-http-proxy/commit/b0b0183c2b54fa63bd2a6f9c92475c7f56d811a3)
1725
+ - [api] Update `.proxyRequest()` and `.proxyWebSocketRequest()` APIs to take an options hash instead of a set of arguments. Add HTTPS support. [`cfddd12`](https://github.com/http-party/node-http-proxy/commit/cfddd12e821bd6b07ff2dbf0aa543ddfc3664dca)
1726
+ - [doc api] Update README.md and CHANGELOG.md for v0.5.0. Update bin/node-http-proxy to read files specified in `config.https` [`212009d`](https://github.com/http-party/node-http-proxy/commit/212009df6b08de3c0c97a4e9ec43f60f6bf49ea6)
1727
+ - [test] Add WebSocket tests [`4d18ac1`](https://github.com/http-party/node-http-proxy/commit/4d18ac1ae611f84e5e0cc599234124d183d81ffd)
1728
+ - [doc] Regenerate docco docs [`c485c87`](https://github.com/http-party/node-http-proxy/commit/c485c8742c86b504823020d2cf6c1342a1bcce48)
1729
+ - [doc test] Small updates to README.md. Update to try require socket.io [`12064d8`](https://github.com/http-party/node-http-proxy/commit/12064d8e5debf674cd5d367e563b699f10a4325e)
1730
+ - [api] Remove winston logging in favor of custom events [`a89b397`](https://github.com/http-party/node-http-proxy/commit/a89b3976b25516db9b601c0327948f3d90fab006)
1731
+ - [doc] Update README.md [`bd6a262`](https://github.com/http-party/node-http-proxy/commit/bd6a2622ad67b8c7ec15868037a48048207ce0df)
1732
+ - [dist] Version bump. v0.5.0 [`ddf31b2`](https://github.com/http-party/node-http-proxy/commit/ddf31b22ec71ef9dacca9c178ee26b6314d9fdf4)
1733
+ - [api] Update `request` event to be consistent by emitting both `req` and `res`. Add `x-forwarded-for` header. [`a3cb527`](https://github.com/http-party/node-http-proxy/commit/a3cb527be5e42d5192400933bf32a361b8c707c4)
1734
+ - [api] Emit `end` event when done proxying [`5681fc1`](https://github.com/http-party/node-http-proxy/commit/5681fc1a28ff06dfa91d9bf5512c688235cafac4)
1735
+ - [minor] Small update to README.md [`40c51a7`](https://github.com/http-party/node-http-proxy/commit/40c51a703baaf050b35f60131d3e78b42e7b0858)
1736
+ - [dist] Move pgriess' websocket client into vendor/* [`7cbf447`](https://github.com/http-party/node-http-proxy/commit/7cbf44732068dc788d31432553b3bdfcfb39f743)
1737
+
1738
+ ## [v0.4.2](https://github.com/http-party/node-http-proxy/compare/v0.4.1...v0.4.2) - 2011-04-13
1739
+
1740
+ ### Commits
1741
+
1742
+ - [dist] Version bump. 0.4.2. Remove `eyes` dependency. [`a5d88aa`](https://github.com/http-party/node-http-proxy/commit/a5d88aaacc209bdceaf0799e99ff82bdce1bdc10)
1743
+
1744
+ ## [v0.4.1](https://github.com/http-party/node-http-proxy/compare/v0.4.0...v0.4.1) - 2011-03-20
1745
+
1746
+ ### Commits
1747
+
1748
+ - [dist] Version bump. 0.4.1. Fix package.json [`0d1a3fe`](https://github.com/http-party/node-http-proxy/commit/0d1a3fe99511dda1ac949536a9eb4a045db39979)
1749
+
1750
+ ## [v0.4.0](https://github.com/http-party/node-http-proxy/compare/v0.3.1...v0.4.0) - 2011-03-20
1751
+
1752
+ ### Commits
1753
+
1754
+ - [api] Further work on refactor for node 0.4.0 [`e39a9f9`](https://github.com/http-party/node-http-proxy/commit/e39a9f93d2f9ab6ea769fad5e9dda25d022d8a1a)
1755
+ - [doc] Added docco generated literate coding documentation [`3bc7d16`](https://github.com/http-party/node-http-proxy/commit/3bc7d16adc48ad1aa1161bb02bd0c27d4fb20639)
1756
+ - [doc api test] Wrap things up for v0.4.0 release: Add hostnameOnly routing to ProxyTable, add more documentation, fix edge-cases until they can be further investigated in node.js core [`5715318`](https://github.com/http-party/node-http-proxy/commit/571531820e2233b0d2f7268a1d4db8510fcabf91)
1757
+ - [api] First pass at removing pool and working with node v0.4.0 [`9faa924`](https://github.com/http-party/node-http-proxy/commit/9faa924a29544cfd84c28cb1c45489f495e3806a)
1758
+ - [doc api test] Rename HttpProxy.pause to HttpProxy.resume. Update documentation and tests accordingly [`4110448`](https://github.com/http-party/node-http-proxy/commit/4110448046dd945afe3e092968d9382d573a369a)
1759
+ - [doc] Added more documentation [`973f19f`](https://github.com/http-party/node-http-proxy/commit/973f19fd5a14e3bfad5f67e54710a4076a469fe0)
1760
+ - [doc] Regenerate docco docs [`6c42f04`](https://github.com/http-party/node-http-proxy/commit/6c42f045241194061c3786ba5827aebf88070201)
1761
+ - [api] Force connection header to be `close` until keep-alive is replemented [`3fd3c96`](https://github.com/http-party/node-http-proxy/commit/3fd3c96fa05fda45c7ef9ff44594644ac54f4a1e)
1762
+ - [dist] Version bump. 0.4.0 [`cbb5fbc`](https://github.com/http-party/node-http-proxy/commit/cbb5fbccd0e65c51eba14e75ef44184714cc8971)
1763
+ - [api test] All tests are passing when run as individual files [`389159d`](https://github.com/http-party/node-http-proxy/commit/389159da1b91ab60b8de3c379d84e76c703e6b59)
1764
+ - [minor doc] Update demo and small fix to node-http-proxy [`d8c5406`](https://github.com/http-party/node-http-proxy/commit/d8c54063dc5961fa619f7c04fa2d225da9aa1439)
1765
+ - [fix] Fixed cli parsing issue when --argument=value is not used [`34cba38`](https://github.com/http-party/node-http-proxy/commit/34cba38c297d6dcb845e95b9e1ce0271da1631d2)
1766
+ - [test] Small update to proxy-table-test.js [`3588687`](https://github.com/http-party/node-http-proxy/commit/3588687874eb691fe59407a207d38efa418211d0)
1767
+ - [minor] Expose version on module [`1dd9b3b`](https://github.com/http-party/node-http-proxy/commit/1dd9b3b15088a3c4595faae64822969014a61d52)
1768
+ - [doc] Update to v0.3.1 in README.md [`8ef2e1f`](https://github.com/http-party/node-http-proxy/commit/8ef2e1fe33e0fca2b80c0d6474dba994e625f094)
1769
+ - [dist] Change package.json for npm version bump [`0e7f362`](https://github.com/http-party/node-http-proxy/commit/0e7f3626718ecf108f3cafa814b0f4ffb3e6faa2)
1770
+
1771
+ ## [v0.3.1](https://github.com/http-party/node-http-proxy/compare/v0.3.0...v0.3.1) - 2010-11-22
1772
+
1773
+ ### Commits
1774
+
1775
+ - [api test doc] Updated tests. Added ProxyTable functionality [`bedc7a3`](https://github.com/http-party/node-http-proxy/commit/bedc7a3ae57d5ec07b372a550fa69772f9fbc19e)
1776
+ - [test] Simplified tests. Added tests for experimental websocket support [`8c3e993`](https://github.com/http-party/node-http-proxy/commit/8c3e993833e2a09376fdb5e7c847ff00b53e70d8)
1777
+ - [test doc api] Added forward proxy functionality with tests [`c06f4bf`](https://github.com/http-party/node-http-proxy/commit/c06f4bf7fe50f29677dc5a5aad596193fc893018)
1778
+ - [dist minor] Removed vendored pool. Changed all references of sys to util [`8251296`](https://github.com/http-party/node-http-proxy/commit/8251296d7f5c472ec523316e905d678042b043d3)
1779
+ - WebSocket proxy support, fixed 304 code halting [`7249ef3`](https://github.com/http-party/node-http-proxy/commit/7249ef3ee776c66acc95036dc76a2d08dc3f6350)
1780
+ - [api] pseduo-vendor pool until pull request is finalized [`7c2eb5d`](https://github.com/http-party/node-http-proxy/commit/7c2eb5de3531f20ea92c99dd8ab207d26be9dce8)
1781
+ - No-server fix [`f84880f`](https://github.com/http-party/node-http-proxy/commit/f84880fcd946e55585d8e901e5bc32933f629837)
1782
+ - [api test bin doc] Added bin script and simple logging [`00014d6`](https://github.com/http-party/node-http-proxy/commit/00014d624c052e7404ce96c7e06769440c4eae2a)
1783
+ - [debug] Removed pool as a dependency for stress test [`73381cf`](https://github.com/http-party/node-http-proxy/commit/73381cf71ae92b9ed1c2da5986aa7ca31a7cf2e8)
1784
+ - 'end' event becomes 'close', added more try-catch handling [`cd78af5`](https://github.com/http-party/node-http-proxy/commit/cd78af5feaa67c5005df921a8d1a61575a58fca2)
1785
+ - Added support of automatic websocket tunneling, added test for it [`56003b5`](https://github.com/http-party/node-http-proxy/commit/56003b527625b2d83a191f3172005c87856aa87d)
1786
+ - [debug] Better debug messages to try to determine if pool is slowly losing clients to forever busy [`dd1918d`](https://github.com/http-party/node-http-proxy/commit/dd1918dc360dc0f9553c35c82f3f0f93ac3bfb46)
1787
+ - [doc dist] Version bump. Added CHANGELOG.md [`de53d5e`](https://github.com/http-party/node-http-proxy/commit/de53d5eb2c3d671be0ad0e736a6435c3bf5f55f4)
1788
+ - Moved error handling to response.on('end'), fixed error handling in websocket's part [`7e61f0c`](https://github.com/http-party/node-http-proxy/commit/7e61f0cf5725dedf37b956545639c2d6129855d3)
1789
+ - [minor] Pushing hot-fix from Mikeal for vendored pool repo [`60791f3`](https://github.com/http-party/node-http-proxy/commit/60791f361f8a11f9d1bad2c6366bf0ce72b40f66)
1790
+ - [api] Integrated commits from donnerjack and worked on pool changes [`3bb458e`](https://github.com/http-party/node-http-proxy/commit/3bb458e115037bc27691705d255b0d2e2504a9f1)
1791
+ - [doc] Updated Copyright ... added Fedor [`9128a8c`](https://github.com/http-party/node-http-proxy/commit/9128a8c5a15d0f64a0bae946f3e741ea708bc56f)
1792
+ - [minor] Listen to error event on pool so we dont fail out unexpectedly anymore [`711258e`](https://github.com/http-party/node-http-proxy/commit/711258ef469d064cc0dbe0f0320ed1047ed0bd54)
1793
+ - adding more debugging messages [`5d54ea5`](https://github.com/http-party/node-http-proxy/commit/5d54ea58c93c26635e0de96871e824baffea34dd)
1794
+ - adding some debug messages for live testing [`4069a7e`](https://github.com/http-party/node-http-proxy/commit/4069a7e98c22a48bae7fd57ad5f315d0e5006dfc)
1795
+ - [minor] Listen to error events re-emitted by pool into the ClientRequest [`f8bff4c`](https://github.com/http-party/node-http-proxy/commit/f8bff4c618ab2a6b6185ac973cd0e21cea19c23a)
1796
+ - [minor] Updated max clients for pool [`32aaf74`](https://github.com/http-party/node-http-proxy/commit/32aaf74e95f8a39d847b352ca984145e7abe89a6)
1797
+ - [debug] Trying to repair pool busy client growth [`7b0ea85`](https://github.com/http-party/node-http-proxy/commit/7b0ea85e2ac58d5f711f64b855f746fb2423a276)
1798
+ - [debug] Roll back last commit ... connection = close was ineffective [`266e524`](https://github.com/http-party/node-http-proxy/commit/266e5246eacb4877bb6ab557e6e6b9b8434ad612)
1799
+
1800
+ ## [v0.3.0](https://github.com/http-party/node-http-proxy/compare/v0.2.0...v0.3.0) - 2010-09-10
1801
+
1802
+ ### Commits
1803
+
1804
+ - [api] Revert to old 0.1.x codebase for bug testing and performance comparison [`66afb2a`](https://github.com/http-party/node-http-proxy/commit/66afb2a2a35a479512ce2601c89b82f13596fc9f)
1805
+ - [api test dist doc] Updated for 0.3.0 release [`a9084b9`](https://github.com/http-party/node-http-proxy/commit/a9084b923afa66c3004abec4951ff02e031631da)
1806
+ - [api] Object creation is cheap for HttpProxy, so lets take advantage [`9f0aeac`](https://github.com/http-party/node-http-proxy/commit/9f0aeacab1a632136f5905a0d03ad04be9f93f51)
1807
+ - [doc] Update contributors for 0.3.0 [`6d47d98`](https://github.com/http-party/node-http-proxy/commit/6d47d98f5345b7f335c3b93f8e4a31dd90235dda)
1808
+
1809
+ ## [v0.2.0](https://github.com/http-party/node-http-proxy/compare/v0.1.5...v0.2.0) - 2010-09-07
1810
+
1811
+ ### Commits
1812
+
1813
+ - [dist] Version bump and update to README + LICENCE. Word to Mikeal for coming thru for 0.2.0 [`69c162d`](https://github.com/http-party/node-http-proxy/commit/69c162dc3da334b2ece0a19be5ea4c8da7e0fe87)
1814
+ - [api dist] Merge of branch 0.2.0 [`fd61828`](https://github.com/http-party/node-http-proxy/commit/fd618289338ca2d7595f695c0b8531b40145bbca)
1815
+ - [api] Completely refactored node-http-proxy with help from Mikeal [`1221939`](https://github.com/http-party/node-http-proxy/commit/1221939accf00467adb25f8908e991e984043c85)
1816
+ - [api minor debug] Remove debug code, set Connection header if not set [`6d08f24`](https://github.com/http-party/node-http-proxy/commit/6d08f24c863e071eb4a0d3ede15656e5e7c27c4b)
1817
+ - [debug] Added some debugging to figure out why AB wont complete a test with v0.2.0 [`9715ebd`](https://github.com/http-party/node-http-proxy/commit/9715ebd40bdbbe883eb383676d5b0df24968dd72)
1818
+ - [api] Integrated a little more from Mikeal to make our return headers consistent [`eb39018`](https://github.com/http-party/node-http-proxy/commit/eb39018fd0b5751dd90fabce905997e52f2ffecd)
1819
+ - [doc] Updated README.md [`f291efb`](https://github.com/http-party/node-http-proxy/commit/f291efbaa4360d6e7ff4004cc11f8df0d737c1d0)
1820
+
1821
+ ## v0.1.5 - 2010-09-02
1822
+
1823
+ ### Commits
1824
+
1825
+ - [api] More changes for createServer api [`5d94ae2`](https://github.com/http-party/node-http-proxy/commit/5d94ae27bc2d56d1f817b0cf1dfdb01dcc376393)
1826
+ - added colors and asciimo [`d490b50`](https://github.com/http-party/node-http-proxy/commit/d490b50ada8c1024cb785335966b71d69fae3407)
1827
+ - [api] First commit of http-proxy [`30b68c1`](https://github.com/http-party/node-http-proxy/commit/30b68c153270619119ec36615bb54ee7a2816ecc)
1828
+ - updating demo [`c4b7c0d`](https://github.com/http-party/node-http-proxy/commit/c4b7c0d8a0cc5fd7f43257594bd0a71c7bd12a63)
1829
+ - initial release v0.1.0, sure to have many updates coming. [`85f7372`](https://github.com/http-party/node-http-proxy/commit/85f73723415ec54539721777e77d5d10de383469)
1830
+ - fleshing out demo [`994f748`](https://github.com/http-party/node-http-proxy/commit/994f7481ce07c15afa5ab993b79d920b8220be44)
1831
+ - [docs] added benchmarks [`bbed176`](https://github.com/http-party/node-http-proxy/commit/bbed17640f84e56aaea06c6d4eb7d04952957fce)
1832
+ - updated paths to use npm [`972c8c0`](https://github.com/http-party/node-http-proxy/commit/972c8c05274c72c7320291389f88b0694ac290ca)
1833
+ - added spark demo [`d0ad931`](https://github.com/http-party/node-http-proxy/commit/d0ad93176d8430301a8a42f8c2b817674ce7ba32)
1834
+ - [test] Updated tests to include support for latent requests [`095e86a`](https://github.com/http-party/node-http-proxy/commit/095e86aa653c1c8e07cd1403697e0e4b638b8294)
1835
+ - started to flesh out simple demo based on tests [`2fb5ffb`](https://github.com/http-party/node-http-proxy/commit/2fb5ffba7765462e95badd0f7243e65395a3fd2e)
1836
+ - added createServer but hated it, gonna remove [`b1eb13e`](https://github.com/http-party/node-http-proxy/commit/b1eb13eb70b67ea76f5ab720d566894677a53ca2)
1837
+ - [test] Updated node-http-proxy tests [`2f265a2`](https://github.com/http-party/node-http-proxy/commit/2f265a23e4a10971495d0bd7b324b7ba786e5065)
1838
+ - [api] Updated request hashes to use a unique identifier [`c887a75`](https://github.com/http-party/node-http-proxy/commit/c887a757623f5a3d7d1e0fafeb00b96731c89872)
1839
+ - [api] Updated http-proxy to work with vows [`ead7567`](https://github.com/http-party/node-http-proxy/commit/ead7567db8099264a2001fd876cded84bc4f111f)
1840
+ - [dist] Renamed node-proxy to node-http-proxy, updated package.json [`2f49810`](https://github.com/http-party/node-http-proxy/commit/2f49810ef86f49927991f32ae42605f1118b0c25)
1841
+ - updating docs, almost there [`6e651f4`](https://github.com/http-party/node-http-proxy/commit/6e651f420f4d1e15dbbf823a8e3b311e9533c805)
1842
+ - changed api to better reflect nodes api. updated demos, tests, docs [`bde98f4`](https://github.com/http-party/node-http-proxy/commit/bde98f489234fe22f49468011b7e342cd108603f)
1843
+ - updating docs [`341bbd4`](https://github.com/http-party/node-http-proxy/commit/341bbd404f3fd81e65197b3830c3fa9e544bc1e7)
1844
+ - fixed npm package, i think. bumped version 0.1.1 [`fca40da`](https://github.com/http-party/node-http-proxy/commit/fca40da694d8df17ed6140265e374c0ceabd1167)
1845
+ - updated demo [`b622702`](https://github.com/http-party/node-http-proxy/commit/b62270210e7ad3c54fd6b2c86bde9f9942328a67)
1846
+ - added readme [`d6a2f8a`](https://github.com/http-party/node-http-proxy/commit/d6a2f8aa7dae3f6721b9607a702c68b1ad7fc692)
1847
+ - [api] Corrected chain of argument passing [`da55777`](https://github.com/http-party/node-http-proxy/commit/da55777a92d100a5ddb7a8267e56ba26bd8c2270)
1848
+ - updated demo [`e9511ea`](https://github.com/http-party/node-http-proxy/commit/e9511eafdf9ada6a0ce6defb3c5f2299411633b1)
1849
+ - [deploy] Added package.json [`dce80b9`](https://github.com/http-party/node-http-proxy/commit/dce80b9b4546064da1943e0e396e19b41390588a)
1850
+ - updated readme [`76d0649`](https://github.com/http-party/node-http-proxy/commit/76d0649abcafd80509af922503c5544e646bcebb)
1851
+ - update to docs and package.json [`d15bba4`](https://github.com/http-party/node-http-proxy/commit/d15bba4c1d2cbdaf0af27f3adcaa1db9b534d968)
1852
+ - [minor] Removed eyes dependency [`eaeed83`](https://github.com/http-party/node-http-proxy/commit/eaeed8306d6dc6e1b30223cf6d59cda6d5bb76de)
1853
+ - merge [`93505a4`](https://github.com/http-party/node-http-proxy/commit/93505a422c688b7f41fdaf304270c893ef4cf09a)
1854
+ - fixed additional port / server mismatches for new api [`15c18b6`](https://github.com/http-party/node-http-proxy/commit/15c18b612d6cd5a1f3ae46b5590dda1fc586fb35)
1855
+ - [doc] added nodejitsu.com link to ReadMe. http-proxy is used in our front facing load-balancers. look for bugs...try to improve benchmarks.... ^_^ [`6661753`](https://github.com/http-party/node-http-proxy/commit/6661753f07dcf4e5ae684df4d1709f3c238346c9)
1856
+ - removed extra self, updated colors requirement, bumped to version 0.1.3 [`9bc5b6f`](https://github.com/http-party/node-http-proxy/commit/9bc5b6f8621fb2a37e84524c3e5b91aab9b45675)
1857
+ - fixed pathing issue, bumped version 0.1.3 [`ede6490`](https://github.com/http-party/node-http-proxy/commit/ede649037e08b615a8995179f46bc701550354d6)
1858
+ - updated docs [`07d96bb`](https://github.com/http-party/node-http-proxy/commit/07d96bb8887a7880a21a739e0a8f495698e7e79e)
1859
+ - updated docs [`1594367`](https://github.com/http-party/node-http-proxy/commit/15943675edef490d9b8732345a750bc5ab1f5d7e)
1860
+ - updated readme [`fb8c5ab`](https://github.com/http-party/node-http-proxy/commit/fb8c5abd3c2a722c1c18046dcf2fffea4fa7d050)
1861
+ - updated docs [`17b6c69`](https://github.com/http-party/node-http-proxy/commit/17b6c6998544572300fc9d4faa63af1aee4c3d88)
1862
+ - updated docs [`c8dd8c4`](https://github.com/http-party/node-http-proxy/commit/c8dd8c4e28e09f25c161980316b259d81d5a4e91)
1863
+ - updated package.json again [`ddba155`](https://github.com/http-party/node-http-proxy/commit/ddba155377942259554842f37de98c508130fe11)
1864
+ - initial release v0.1.0, sure to have many updates coming. [`6a1baa2`](https://github.com/http-party/node-http-proxy/commit/6a1baa25ccf9fc3a3fc4d1a4764c968993e48cab)
1865
+ - bumped to version 0.1.5 [`b195a16`](https://github.com/http-party/node-http-proxy/commit/b195a16406534912161671448a53d6633a1f2458)
1866
+ - updated readme [`9aa2216`](https://github.com/http-party/node-http-proxy/commit/9aa22162f139ab2fa6df6b11e2a96336ee1d2612)
1867
+ - added spark demo [`d408e39`](https://github.com/http-party/node-http-proxy/commit/d408e39ed6dbd44709d0164a95ad9bc67f76ba13)
1868
+ - bumped to version 0.1.4. improved on api [`82b8228`](https://github.com/http-party/node-http-proxy/commit/82b822827d35a54501068f9880111473e19c72f9)
1869
+ - initial release v0.1.0, sure to have many updates coming. [`1e04552`](https://github.com/http-party/node-http-proxy/commit/1e04552bd8f39e3dcba36bbf7fb36674e5c0c9ff)
1870
+ - updated readme [`0a2eaaa`](https://github.com/http-party/node-http-proxy/commit/0a2eaaa7db690f86aca8c0b952f745e806ad818c)
1871
+ - updating docs [`198000f`](https://github.com/http-party/node-http-proxy/commit/198000feefd525125a2031557b3556978a057bde)
1872
+ - [api] Added createServer api to node-http-proxy [`2e2b55f`](https://github.com/http-party/node-http-proxy/commit/2e2b55f113eb3bc81c43717c0db5de695fb694c1)