modelmix 2.8.0 → 2.8.2

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 (592) hide show
  1. package/demo/node_modules/.package-lock.json +254 -0
  2. package/demo/node_modules/@anthropic-ai/sdk/CHANGELOG.md +859 -0
  3. package/demo/node_modules/@anthropic-ai/sdk/LICENSE +8 -0
  4. package/demo/node_modules/@anthropic-ai/sdk/README.md +424 -0
  5. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.d.ts +9 -0
  6. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.d.ts.map +1 -0
  7. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.js +16 -0
  8. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.js.map +1 -0
  9. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.mjs +12 -0
  10. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.mjs.map +1 -0
  11. package/demo/node_modules/@anthropic-ai/sdk/_shims/README.md +46 -0
  12. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.d.ts +5 -0
  13. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.d.ts.map +1 -0
  14. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.js +21 -0
  15. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.js.map +1 -0
  16. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.mjs +2 -0
  17. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.mjs.map +1 -0
  18. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.d.ts +5 -0
  19. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.d.ts.map +1 -0
  20. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.js +21 -0
  21. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.js.map +1 -0
  22. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.mjs +2 -0
  23. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.mjs.map +1 -0
  24. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.d.ts +5 -0
  25. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.d.ts.map +1 -0
  26. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.js +21 -0
  27. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.js.map +1 -0
  28. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.mjs +2 -0
  29. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.mjs.map +1 -0
  30. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.d.ts +5 -0
  31. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.d.ts.map +1 -0
  32. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.js +21 -0
  33. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.js.map +1 -0
  34. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.mjs +2 -0
  35. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.mjs.map +1 -0
  36. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types.d.ts +101 -0
  37. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types.js +3 -0
  38. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types.mjs +3 -0
  39. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.d.ts +6 -0
  40. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.d.ts.map +1 -0
  41. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.js +14 -0
  42. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.js.map +1 -0
  43. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.mjs +10 -0
  44. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.mjs.map +1 -0
  45. package/demo/node_modules/@anthropic-ai/sdk/_shims/index.d.ts +81 -0
  46. package/demo/node_modules/@anthropic-ai/sdk/_shims/index.js +13 -0
  47. package/demo/node_modules/@anthropic-ai/sdk/_shims/index.mjs +7 -0
  48. package/demo/node_modules/@anthropic-ai/sdk/_shims/manual-types.d.ts +12 -0
  49. package/demo/node_modules/@anthropic-ai/sdk/_shims/manual-types.js +3 -0
  50. package/demo/node_modules/@anthropic-ai/sdk/_shims/manual-types.mjs +3 -0
  51. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.d.ts +3 -0
  52. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.d.ts.map +1 -0
  53. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.js +90 -0
  54. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.js.map +1 -0
  55. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.mjs +56 -0
  56. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.mjs.map +1 -0
  57. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-types.d.ts +42 -0
  58. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-types.js +3 -0
  59. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-types.mjs +3 -0
  60. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.d.ts +37 -0
  61. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.d.ts.map +1 -0
  62. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.js +41 -0
  63. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.js.map +1 -0
  64. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.mjs +37 -0
  65. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.mjs.map +1 -0
  66. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.d.ts +5 -0
  67. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.d.ts.map +1 -0
  68. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.js +78 -0
  69. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.js.map +1 -0
  70. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.mjs +71 -0
  71. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.mjs.map +1 -0
  72. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-types.d.ts +83 -0
  73. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-types.js +3 -0
  74. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-types.mjs +3 -0
  75. package/demo/node_modules/@anthropic-ai/sdk/core.d.ts +239 -0
  76. package/demo/node_modules/@anthropic-ai/sdk/core.d.ts.map +1 -0
  77. package/demo/node_modules/@anthropic-ai/sdk/core.js +879 -0
  78. package/demo/node_modules/@anthropic-ai/sdk/core.js.map +1 -0
  79. package/demo/node_modules/@anthropic-ai/sdk/core.mjs +848 -0
  80. package/demo/node_modules/@anthropic-ai/sdk/core.mjs.map +1 -0
  81. package/demo/node_modules/@anthropic-ai/sdk/error.d.ts +53 -0
  82. package/demo/node_modules/@anthropic-ai/sdk/error.d.ts.map +1 -0
  83. package/demo/node_modules/@anthropic-ai/sdk/error.js +143 -0
  84. package/demo/node_modules/@anthropic-ai/sdk/error.js.map +1 -0
  85. package/demo/node_modules/@anthropic-ai/sdk/error.mjs +127 -0
  86. package/demo/node_modules/@anthropic-ai/sdk/error.mjs.map +1 -0
  87. package/demo/node_modules/@anthropic-ai/sdk/index.d.mts +147 -0
  88. package/demo/node_modules/@anthropic-ai/sdk/index.d.ts +147 -0
  89. package/demo/node_modules/@anthropic-ai/sdk/index.d.ts.map +1 -0
  90. package/demo/node_modules/@anthropic-ai/sdk/index.js +149 -0
  91. package/demo/node_modules/@anthropic-ai/sdk/index.js.map +1 -0
  92. package/demo/node_modules/@anthropic-ai/sdk/index.mjs +121 -0
  93. package/demo/node_modules/@anthropic-ai/sdk/index.mjs.map +1 -0
  94. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts +94 -0
  95. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts.map +1 -0
  96. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.js +436 -0
  97. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.js.map +1 -0
  98. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs +432 -0
  99. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs.map +1 -0
  100. package/demo/node_modules/@anthropic-ai/sdk/package.json +104 -0
  101. package/demo/node_modules/@anthropic-ai/sdk/resource.d.ts +6 -0
  102. package/demo/node_modules/@anthropic-ai/sdk/resource.d.ts.map +1 -0
  103. package/demo/node_modules/@anthropic-ai/sdk/resource.js +11 -0
  104. package/demo/node_modules/@anthropic-ai/sdk/resource.js.map +1 -0
  105. package/demo/node_modules/@anthropic-ai/sdk/resource.mjs +7 -0
  106. package/demo/node_modules/@anthropic-ai/sdk/resource.mjs.map +1 -0
  107. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts +9 -0
  108. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts.map +1 -0
  109. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.js +40 -0
  110. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.js.map +1 -0
  111. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs +13 -0
  112. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs.map +1 -0
  113. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts +3 -0
  114. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts.map +1 -0
  115. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.js +9 -0
  116. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.js.map +1 -0
  117. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs +4 -0
  118. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs.map +1 -0
  119. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.d.ts +3 -0
  120. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.d.ts.map +1 -0
  121. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.js +9 -0
  122. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.js.map +1 -0
  123. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.mjs +4 -0
  124. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.mjs.map +1 -0
  125. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.d.ts +462 -0
  126. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.d.ts.map +1 -0
  127. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.js +20 -0
  128. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.js.map +1 -0
  129. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.mjs +16 -0
  130. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.mjs.map +1 -0
  131. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.d.ts +19 -0
  132. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.d.ts.map +1 -0
  133. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.js +40 -0
  134. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.js.map +1 -0
  135. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.mjs +13 -0
  136. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.mjs.map +1 -0
  137. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.d.ts +184 -0
  138. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.d.ts.map +1 -0
  139. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.js +19 -0
  140. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.js.map +1 -0
  141. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.mjs +15 -0
  142. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.mjs.map +1 -0
  143. package/demo/node_modules/@anthropic-ai/sdk/resources/index.d.ts +4 -0
  144. package/demo/node_modules/@anthropic-ai/sdk/resources/index.d.ts.map +1 -0
  145. package/demo/node_modules/@anthropic-ai/sdk/resources/index.js +11 -0
  146. package/demo/node_modules/@anthropic-ai/sdk/resources/index.js.map +1 -0
  147. package/demo/node_modules/@anthropic-ai/sdk/resources/index.mjs +5 -0
  148. package/demo/node_modules/@anthropic-ai/sdk/resources/index.mjs.map +1 -0
  149. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.d.ts +619 -0
  150. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.d.ts.map +1 -0
  151. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.js +28 -0
  152. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.js.map +1 -0
  153. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.mjs +23 -0
  154. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.mjs.map +1 -0
  155. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts +2 -0
  156. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts.map +1 -0
  157. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.js +4 -0
  158. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.js.map +1 -0
  159. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.mjs +3 -0
  160. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.mjs.map +1 -0
  161. package/demo/node_modules/@anthropic-ai/sdk/shims/node.d.ts +29 -0
  162. package/demo/node_modules/@anthropic-ai/sdk/shims/node.d.ts.map +1 -0
  163. package/demo/node_modules/@anthropic-ai/sdk/shims/node.js +31 -0
  164. package/demo/node_modules/@anthropic-ai/sdk/shims/node.js.map +1 -0
  165. package/demo/node_modules/@anthropic-ai/sdk/shims/node.mjs +5 -0
  166. package/demo/node_modules/@anthropic-ai/sdk/shims/node.mjs.map +1 -0
  167. package/demo/node_modules/@anthropic-ai/sdk/shims/web.d.ts +26 -0
  168. package/demo/node_modules/@anthropic-ai/sdk/shims/web.d.ts.map +1 -0
  169. package/demo/node_modules/@anthropic-ai/sdk/shims/web.js +31 -0
  170. package/demo/node_modules/@anthropic-ai/sdk/shims/web.js.map +1 -0
  171. package/demo/node_modules/@anthropic-ai/sdk/shims/web.mjs +5 -0
  172. package/demo/node_modules/@anthropic-ai/sdk/shims/web.mjs.map +1 -0
  173. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/MultipartBody.ts +9 -0
  174. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/README.md +46 -0
  175. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/runtime-bun.ts +4 -0
  176. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/runtime-node.ts +4 -0
  177. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/runtime.ts +4 -0
  178. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types-node.ts +4 -0
  179. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types.d.ts +101 -0
  180. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types.js +3 -0
  181. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types.mjs +3 -0
  182. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/bun-runtime.ts +14 -0
  183. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/index.d.ts +81 -0
  184. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/index.js +13 -0
  185. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/index.mjs +7 -0
  186. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/manual-types.d.ts +12 -0
  187. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/manual-types.js +3 -0
  188. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/manual-types.mjs +3 -0
  189. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-runtime.ts +83 -0
  190. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-types.d.ts +42 -0
  191. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-types.js +3 -0
  192. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-types.mjs +3 -0
  193. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/registry.ts +67 -0
  194. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-runtime.ts +103 -0
  195. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-types.d.ts +83 -0
  196. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-types.js +3 -0
  197. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-types.mjs +3 -0
  198. package/demo/node_modules/@anthropic-ai/sdk/src/core.ts +1162 -0
  199. package/demo/node_modules/@anthropic-ai/sdk/src/error.ts +146 -0
  200. package/demo/node_modules/@anthropic-ai/sdk/src/index.ts +264 -0
  201. package/demo/node_modules/@anthropic-ai/sdk/src/lib/.keep +4 -0
  202. package/demo/node_modules/@anthropic-ai/sdk/src/lib/MessageStream.ts +535 -0
  203. package/demo/node_modules/@anthropic-ai/sdk/src/resource.ts +11 -0
  204. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/beta.ts +12 -0
  205. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/index.ts +4 -0
  206. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/tools/index.ts +16 -0
  207. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/tools/messages.ts +531 -0
  208. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/tools/tools.ts +22 -0
  209. package/demo/node_modules/@anthropic-ai/sdk/src/resources/completions.ts +223 -0
  210. package/demo/node_modules/@anthropic-ai/sdk/src/resources/index.ts +33 -0
  211. package/demo/node_modules/@anthropic-ai/sdk/src/resources/messages.ts +729 -0
  212. package/demo/node_modules/@anthropic-ai/sdk/src/resources/top-level.ts +3 -0
  213. package/demo/node_modules/@anthropic-ai/sdk/src/shims/node.ts +50 -0
  214. package/demo/node_modules/@anthropic-ai/sdk/src/shims/web.ts +50 -0
  215. package/demo/node_modules/@anthropic-ai/sdk/src/streaming.ts +509 -0
  216. package/demo/node_modules/@anthropic-ai/sdk/src/tsconfig.json +11 -0
  217. package/demo/node_modules/@anthropic-ai/sdk/src/uploads.ts +248 -0
  218. package/demo/node_modules/@anthropic-ai/sdk/src/version.ts +1 -0
  219. package/demo/node_modules/@anthropic-ai/sdk/streaming.d.ts +41 -0
  220. package/demo/node_modules/@anthropic-ai/sdk/streaming.d.ts.map +1 -0
  221. package/demo/node_modules/@anthropic-ai/sdk/streaming.js +431 -0
  222. package/demo/node_modules/@anthropic-ai/sdk/streaming.js.map +1 -0
  223. package/demo/node_modules/@anthropic-ai/sdk/streaming.mjs +424 -0
  224. package/demo/node_modules/@anthropic-ai/sdk/streaming.mjs.map +1 -0
  225. package/demo/node_modules/@anthropic-ai/sdk/uploads.d.ts +75 -0
  226. package/demo/node_modules/@anthropic-ai/sdk/uploads.d.ts.map +1 -0
  227. package/demo/node_modules/@anthropic-ai/sdk/uploads.js +165 -0
  228. package/demo/node_modules/@anthropic-ai/sdk/uploads.js.map +1 -0
  229. package/demo/node_modules/@anthropic-ai/sdk/uploads.mjs +152 -0
  230. package/demo/node_modules/@anthropic-ai/sdk/uploads.mjs.map +1 -0
  231. package/demo/node_modules/@anthropic-ai/sdk/version.d.ts +2 -0
  232. package/demo/node_modules/@anthropic-ai/sdk/version.d.ts.map +1 -0
  233. package/demo/node_modules/@anthropic-ai/sdk/version.js +5 -0
  234. package/demo/node_modules/@anthropic-ai/sdk/version.js.map +1 -0
  235. package/demo/node_modules/@anthropic-ai/sdk/version.mjs +2 -0
  236. package/demo/node_modules/@anthropic-ai/sdk/version.mjs.map +1 -0
  237. package/demo/node_modules/@types/node/LICENSE +21 -0
  238. package/demo/node_modules/@types/node/README.md +15 -0
  239. package/demo/node_modules/@types/node/assert/strict.d.ts +8 -0
  240. package/demo/node_modules/@types/node/assert.d.ts +985 -0
  241. package/demo/node_modules/@types/node/async_hooks.d.ts +522 -0
  242. package/demo/node_modules/@types/node/buffer.d.ts +2353 -0
  243. package/demo/node_modules/@types/node/child_process.d.ts +1544 -0
  244. package/demo/node_modules/@types/node/cluster.d.ts +578 -0
  245. package/demo/node_modules/@types/node/console.d.ts +452 -0
  246. package/demo/node_modules/@types/node/constants.d.ts +19 -0
  247. package/demo/node_modules/@types/node/crypto.d.ts +4457 -0
  248. package/demo/node_modules/@types/node/dgram.d.ts +596 -0
  249. package/demo/node_modules/@types/node/diagnostics_channel.d.ts +546 -0
  250. package/demo/node_modules/@types/node/dns/promises.d.ts +473 -0
  251. package/demo/node_modules/@types/node/dns.d.ts +853 -0
  252. package/demo/node_modules/@types/node/dom-events.d.ts +124 -0
  253. package/demo/node_modules/@types/node/domain.d.ts +170 -0
  254. package/demo/node_modules/@types/node/events.d.ts +819 -0
  255. package/demo/node_modules/@types/node/fs/promises.d.ts +1205 -0
  256. package/demo/node_modules/@types/node/fs.d.ts +4237 -0
  257. package/demo/node_modules/@types/node/globals.d.ts +377 -0
  258. package/demo/node_modules/@types/node/globals.global.d.ts +1 -0
  259. package/demo/node_modules/@types/node/http.d.ts +1803 -0
  260. package/demo/node_modules/@types/node/http2.d.ts +2392 -0
  261. package/demo/node_modules/@types/node/https.d.ts +544 -0
  262. package/demo/node_modules/@types/node/index.d.ts +88 -0
  263. package/demo/node_modules/@types/node/inspector.d.ts +2738 -0
  264. package/demo/node_modules/@types/node/module.d.ts +298 -0
  265. package/demo/node_modules/@types/node/net.d.ts +918 -0
  266. package/demo/node_modules/@types/node/os.d.ts +473 -0
  267. package/demo/node_modules/@types/node/package.json +222 -0
  268. package/demo/node_modules/@types/node/path.d.ts +191 -0
  269. package/demo/node_modules/@types/node/perf_hooks.d.ts +626 -0
  270. package/demo/node_modules/@types/node/process.d.ts +1548 -0
  271. package/demo/node_modules/@types/node/punycode.d.ts +117 -0
  272. package/demo/node_modules/@types/node/querystring.d.ts +141 -0
  273. package/demo/node_modules/@types/node/readline/promises.d.ts +143 -0
  274. package/demo/node_modules/@types/node/readline.d.ts +666 -0
  275. package/demo/node_modules/@types/node/repl.d.ts +430 -0
  276. package/demo/node_modules/@types/node/stream/consumers.d.ts +12 -0
  277. package/demo/node_modules/@types/node/stream/promises.d.ts +83 -0
  278. package/demo/node_modules/@types/node/stream/web.d.ts +352 -0
  279. package/demo/node_modules/@types/node/stream.d.ts +1731 -0
  280. package/demo/node_modules/@types/node/string_decoder.d.ts +67 -0
  281. package/demo/node_modules/@types/node/test.d.ts +1113 -0
  282. package/demo/node_modules/@types/node/timers/promises.d.ts +93 -0
  283. package/demo/node_modules/@types/node/timers.d.ts +126 -0
  284. package/demo/node_modules/@types/node/tls.d.ts +1203 -0
  285. package/demo/node_modules/@types/node/trace_events.d.ts +171 -0
  286. package/demo/node_modules/@types/node/tty.d.ts +206 -0
  287. package/demo/node_modules/@types/node/url.d.ts +954 -0
  288. package/demo/node_modules/@types/node/util.d.ts +2075 -0
  289. package/demo/node_modules/@types/node/v8.d.ts +753 -0
  290. package/demo/node_modules/@types/node/vm.d.ts +667 -0
  291. package/demo/node_modules/@types/node/wasi.d.ts +160 -0
  292. package/demo/node_modules/@types/node/worker_threads.d.ts +692 -0
  293. package/demo/node_modules/@types/node/zlib.d.ts +517 -0
  294. package/demo/node_modules/@types/node-fetch/LICENSE +21 -0
  295. package/demo/node_modules/@types/node-fetch/README.md +15 -0
  296. package/demo/node_modules/@types/node-fetch/externals.d.ts +32 -0
  297. package/demo/node_modules/@types/node-fetch/index.d.ts +238 -0
  298. package/demo/node_modules/@types/node-fetch/package.json +83 -0
  299. package/demo/node_modules/abort-controller/LICENSE +21 -0
  300. package/demo/node_modules/abort-controller/README.md +98 -0
  301. package/demo/node_modules/abort-controller/browser.js +13 -0
  302. package/demo/node_modules/abort-controller/browser.mjs +11 -0
  303. package/demo/node_modules/abort-controller/package.json +97 -0
  304. package/demo/node_modules/abort-controller/polyfill.js +21 -0
  305. package/demo/node_modules/abort-controller/polyfill.mjs +19 -0
  306. package/demo/node_modules/agentkeepalive/History.md +268 -0
  307. package/demo/node_modules/agentkeepalive/LICENSE +23 -0
  308. package/demo/node_modules/agentkeepalive/README.md +256 -0
  309. package/demo/node_modules/agentkeepalive/browser.js +5 -0
  310. package/demo/node_modules/agentkeepalive/index.d.ts +65 -0
  311. package/demo/node_modules/agentkeepalive/index.js +5 -0
  312. package/demo/node_modules/agentkeepalive/lib/agent.js +402 -0
  313. package/demo/node_modules/agentkeepalive/lib/constants.js +14 -0
  314. package/demo/node_modules/agentkeepalive/lib/https_agent.js +51 -0
  315. package/demo/node_modules/agentkeepalive/package.json +56 -0
  316. package/demo/node_modules/asynckit/LICENSE +21 -0
  317. package/demo/node_modules/asynckit/README.md +233 -0
  318. package/demo/node_modules/asynckit/bench.js +76 -0
  319. package/demo/node_modules/asynckit/index.js +6 -0
  320. package/demo/node_modules/asynckit/lib/abort.js +29 -0
  321. package/demo/node_modules/asynckit/lib/async.js +34 -0
  322. package/demo/node_modules/asynckit/lib/defer.js +26 -0
  323. package/demo/node_modules/asynckit/lib/iterate.js +75 -0
  324. package/demo/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  325. package/demo/node_modules/asynckit/lib/readable_parallel.js +25 -0
  326. package/demo/node_modules/asynckit/lib/readable_serial.js +25 -0
  327. package/demo/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  328. package/demo/node_modules/asynckit/lib/state.js +37 -0
  329. package/demo/node_modules/asynckit/lib/streamify.js +141 -0
  330. package/demo/node_modules/asynckit/lib/terminator.js +29 -0
  331. package/demo/node_modules/asynckit/package.json +63 -0
  332. package/demo/node_modules/asynckit/parallel.js +43 -0
  333. package/demo/node_modules/asynckit/serial.js +17 -0
  334. package/demo/node_modules/asynckit/serialOrdered.js +75 -0
  335. package/demo/node_modules/asynckit/stream.js +21 -0
  336. package/demo/node_modules/combined-stream/License +19 -0
  337. package/demo/node_modules/combined-stream/Readme.md +138 -0
  338. package/demo/node_modules/combined-stream/lib/combined_stream.js +208 -0
  339. package/demo/node_modules/combined-stream/package.json +25 -0
  340. package/demo/node_modules/combined-stream/yarn.lock +17 -0
  341. package/demo/node_modules/delayed-stream/License +19 -0
  342. package/demo/node_modules/delayed-stream/Makefile +7 -0
  343. package/demo/node_modules/delayed-stream/Readme.md +141 -0
  344. package/demo/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  345. package/demo/node_modules/delayed-stream/package.json +27 -0
  346. package/demo/node_modules/dotenv/CHANGELOG.md +488 -0
  347. package/demo/node_modules/dotenv/LICENSE +23 -0
  348. package/demo/node_modules/dotenv/README-es.md +448 -0
  349. package/demo/node_modules/dotenv/README.md +651 -0
  350. package/demo/node_modules/dotenv/config.d.ts +1 -0
  351. package/demo/node_modules/dotenv/config.js +9 -0
  352. package/demo/node_modules/dotenv/lib/cli-options.js +11 -0
  353. package/demo/node_modules/dotenv/lib/env-options.js +24 -0
  354. package/demo/node_modules/dotenv/lib/main.d.ts +153 -0
  355. package/demo/node_modules/dotenv/lib/main.js +361 -0
  356. package/demo/node_modules/dotenv/package.json +61 -0
  357. package/demo/node_modules/event-target-shim/LICENSE +22 -0
  358. package/demo/node_modules/event-target-shim/README.md +293 -0
  359. package/demo/node_modules/event-target-shim/index.d.ts +399 -0
  360. package/demo/node_modules/event-target-shim/package.json +82 -0
  361. package/demo/node_modules/form-data/License +19 -0
  362. package/demo/node_modules/form-data/README.md.bak +358 -0
  363. package/demo/node_modules/form-data/Readme.md +358 -0
  364. package/demo/node_modules/form-data/index.d.ts +62 -0
  365. package/demo/node_modules/form-data/lib/browser.js +2 -0
  366. package/demo/node_modules/form-data/lib/form_data.js +501 -0
  367. package/demo/node_modules/form-data/lib/populate.js +10 -0
  368. package/demo/node_modules/form-data/package.json +68 -0
  369. package/demo/node_modules/form-data-encoder/@type/FileLike.d.ts +23 -0
  370. package/demo/node_modules/form-data-encoder/@type/FormDataEncoder.d.ts +160 -0
  371. package/demo/node_modules/form-data-encoder/@type/FormDataLike.d.ts +40 -0
  372. package/demo/node_modules/form-data-encoder/@type/index.d.ts +5 -0
  373. package/demo/node_modules/form-data-encoder/@type/util/createBoundary.d.ts +13 -0
  374. package/demo/node_modules/form-data-encoder/@type/util/escapeName.d.ts +11 -0
  375. package/demo/node_modules/form-data-encoder/@type/util/isFileLike.d.ts +28 -0
  376. package/demo/node_modules/form-data-encoder/@type/util/isFormData.d.ts +15 -0
  377. package/demo/node_modules/form-data-encoder/@type/util/isFunction.d.ts +7 -0
  378. package/demo/node_modules/form-data-encoder/@type/util/isPlainObject.d.ts +2 -0
  379. package/demo/node_modules/form-data-encoder/@type/util/normalizeValue.d.ts +11 -0
  380. package/demo/node_modules/form-data-encoder/lib/cjs/FileLike.js +2 -0
  381. package/demo/node_modules/form-data-encoder/lib/cjs/FormDataEncoder.js +126 -0
  382. package/demo/node_modules/form-data-encoder/lib/cjs/FormDataLike.js +2 -0
  383. package/demo/node_modules/form-data-encoder/lib/cjs/index.js +17 -0
  384. package/demo/node_modules/form-data-encoder/lib/cjs/package.json +3 -0
  385. package/demo/node_modules/form-data-encoder/lib/cjs/util/createBoundary.js +12 -0
  386. package/demo/node_modules/form-data-encoder/lib/cjs/util/escapeName.js +7 -0
  387. package/demo/node_modules/form-data-encoder/lib/cjs/util/isFileLike.js +16 -0
  388. package/demo/node_modules/form-data-encoder/lib/cjs/util/isFormData.js +16 -0
  389. package/demo/node_modules/form-data-encoder/lib/cjs/util/isFunction.js +4 -0
  390. package/demo/node_modules/form-data-encoder/lib/cjs/util/isPlainObject.js +15 -0
  391. package/demo/node_modules/form-data-encoder/lib/cjs/util/normalizeValue.js +11 -0
  392. package/demo/node_modules/form-data-encoder/lib/esm/FileLike.js +1 -0
  393. package/demo/node_modules/form-data-encoder/lib/esm/FormDataEncoder.js +119 -0
  394. package/demo/node_modules/form-data-encoder/lib/esm/FormDataLike.js +1 -0
  395. package/demo/node_modules/form-data-encoder/lib/esm/index.js +5 -0
  396. package/demo/node_modules/form-data-encoder/lib/esm/package.json +3 -0
  397. package/demo/node_modules/form-data-encoder/lib/esm/util/createBoundary.js +10 -0
  398. package/demo/node_modules/form-data-encoder/lib/esm/util/escapeName.js +5 -0
  399. package/demo/node_modules/form-data-encoder/lib/esm/util/isFileLike.js +9 -0
  400. package/demo/node_modules/form-data-encoder/lib/esm/util/isFormData.js +9 -0
  401. package/demo/node_modules/form-data-encoder/lib/esm/util/isFunction.js +2 -0
  402. package/demo/node_modules/form-data-encoder/lib/esm/util/isPlainObject.js +13 -0
  403. package/demo/node_modules/form-data-encoder/lib/esm/util/normalizeValue.js +9 -0
  404. package/demo/node_modules/form-data-encoder/license +21 -0
  405. package/demo/node_modules/form-data-encoder/package.json +63 -0
  406. package/demo/node_modules/form-data-encoder/readme.md +366 -0
  407. package/demo/node_modules/formdata-node/@type/Blob.d.ts +66 -0
  408. package/demo/node_modules/formdata-node/@type/BlobPart.d.ts +2 -0
  409. package/demo/node_modules/formdata-node/@type/File.d.ts +53 -0
  410. package/demo/node_modules/formdata-node/@type/FormData.d.ts +105 -0
  411. package/demo/node_modules/formdata-node/@type/blobHelpers.d.ts +9 -0
  412. package/demo/node_modules/formdata-node/@type/browser.d.ts +10 -0
  413. package/demo/node_modules/formdata-node/@type/deprecateConstructorEntries.d.ts +1 -0
  414. package/demo/node_modules/formdata-node/@type/fileFromPath.d.ts +55 -0
  415. package/demo/node_modules/formdata-node/@type/index.d.ts +3 -0
  416. package/demo/node_modules/formdata-node/@type/isBlob.d.ts +2 -0
  417. package/demo/node_modules/formdata-node/@type/isFile.d.ts +7 -0
  418. package/demo/node_modules/formdata-node/@type/isFunction.d.ts +1 -0
  419. package/demo/node_modules/formdata-node/@type/isPlainObject.d.ts +2 -0
  420. package/demo/node_modules/formdata-node/lib/cjs/Blob.js +122 -0
  421. package/demo/node_modules/formdata-node/lib/cjs/BlobPart.js +2 -0
  422. package/demo/node_modules/formdata-node/lib/cjs/File.js +52 -0
  423. package/demo/node_modules/formdata-node/lib/cjs/FormData.js +148 -0
  424. package/demo/node_modules/formdata-node/lib/cjs/blobHelpers.js +80 -0
  425. package/demo/node_modules/formdata-node/lib/cjs/browser.js +13 -0
  426. package/demo/node_modules/formdata-node/lib/cjs/deprecateConstructorEntries.js +6 -0
  427. package/demo/node_modules/formdata-node/lib/cjs/fileFromPath.js +97 -0
  428. package/demo/node_modules/formdata-node/lib/cjs/index.js +15 -0
  429. package/demo/node_modules/formdata-node/lib/cjs/isBlob.js +6 -0
  430. package/demo/node_modules/formdata-node/lib/cjs/isFile.js +6 -0
  431. package/demo/node_modules/formdata-node/lib/cjs/isFunction.js +5 -0
  432. package/demo/node_modules/formdata-node/lib/cjs/isPlainObject.js +15 -0
  433. package/demo/node_modules/formdata-node/lib/cjs/package.json +3 -0
  434. package/demo/node_modules/formdata-node/lib/esm/Blob.js +118 -0
  435. package/demo/node_modules/formdata-node/lib/esm/BlobPart.js +1 -0
  436. package/demo/node_modules/formdata-node/lib/esm/File.js +48 -0
  437. package/demo/node_modules/formdata-node/lib/esm/FormData.js +144 -0
  438. package/demo/node_modules/formdata-node/lib/esm/blobHelpers.js +75 -0
  439. package/demo/node_modules/formdata-node/lib/esm/browser.js +10 -0
  440. package/demo/node_modules/formdata-node/lib/esm/deprecateConstructorEntries.js +3 -0
  441. package/demo/node_modules/formdata-node/lib/esm/fileFromPath.js +79 -0
  442. package/demo/node_modules/formdata-node/lib/esm/index.js +3 -0
  443. package/demo/node_modules/formdata-node/lib/esm/isBlob.js +2 -0
  444. package/demo/node_modules/formdata-node/lib/esm/isFile.js +2 -0
  445. package/demo/node_modules/formdata-node/lib/esm/isFunction.js +1 -0
  446. package/demo/node_modules/formdata-node/lib/esm/isPlainObject.js +13 -0
  447. package/demo/node_modules/formdata-node/lib/esm/package.json +3 -0
  448. package/demo/node_modules/formdata-node/lib/node-domexception.d.ts +5 -0
  449. package/demo/node_modules/formdata-node/license +21 -0
  450. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/LICENSE +22 -0
  451. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/README.md +135 -0
  452. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/es5/package.json +6 -0
  453. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/package.json +101 -0
  454. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/polyfill/es5/package.json +5 -0
  455. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/polyfill/package.json +5 -0
  456. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/types/polyfill.d.ts +62 -0
  457. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/types/ponyfill.d.ts +775 -0
  458. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/types/tsdoc-metadata.json +11 -0
  459. package/demo/node_modules/formdata-node/package.json +94 -0
  460. package/demo/node_modules/formdata-node/readme.md +444 -0
  461. package/demo/node_modules/humanize-ms/History.md +25 -0
  462. package/demo/node_modules/humanize-ms/LICENSE +17 -0
  463. package/demo/node_modules/humanize-ms/README.md +40 -0
  464. package/demo/node_modules/humanize-ms/index.js +24 -0
  465. package/demo/node_modules/humanize-ms/package.json +37 -0
  466. package/demo/node_modules/mime-db/HISTORY.md +507 -0
  467. package/demo/node_modules/mime-db/LICENSE +23 -0
  468. package/demo/node_modules/mime-db/README.md +100 -0
  469. package/demo/node_modules/mime-db/db.json +8519 -0
  470. package/demo/node_modules/mime-db/index.js +12 -0
  471. package/demo/node_modules/mime-db/package.json +60 -0
  472. package/demo/node_modules/mime-types/HISTORY.md +397 -0
  473. package/demo/node_modules/mime-types/LICENSE +23 -0
  474. package/demo/node_modules/mime-types/README.md +113 -0
  475. package/demo/node_modules/mime-types/index.js +188 -0
  476. package/demo/node_modules/mime-types/package.json +44 -0
  477. package/demo/node_modules/ms/index.js +162 -0
  478. package/demo/node_modules/ms/license.md +21 -0
  479. package/demo/node_modules/ms/package.json +38 -0
  480. package/demo/node_modules/ms/readme.md +59 -0
  481. package/demo/node_modules/node-domexception/.history/README_20210527203617.md +2 -0
  482. package/demo/node_modules/node-domexception/.history/README_20210527212714.md +41 -0
  483. package/demo/node_modules/node-domexception/.history/README_20210527213345.md +36 -0
  484. package/demo/node_modules/node-domexception/.history/README_20210527213411.md +36 -0
  485. package/demo/node_modules/node-domexception/.history/README_20210527213803.md +36 -0
  486. package/demo/node_modules/node-domexception/.history/README_20210527214323.md +38 -0
  487. package/demo/node_modules/node-domexception/.history/README_20210527214408.md +38 -0
  488. package/demo/node_modules/node-domexception/.history/index_20210527203842.js +0 -0
  489. package/demo/node_modules/node-domexception/.history/index_20210527203947.js +8 -0
  490. package/demo/node_modules/node-domexception/.history/index_20210527204259.js +9 -0
  491. package/demo/node_modules/node-domexception/.history/index_20210527204418.js +9 -0
  492. package/demo/node_modules/node-domexception/.history/index_20210527204756.js +11 -0
  493. package/demo/node_modules/node-domexception/.history/index_20210527204833.js +11 -0
  494. package/demo/node_modules/node-domexception/.history/index_20210527211208.js +15 -0
  495. package/demo/node_modules/node-domexception/.history/index_20210527211248.js +15 -0
  496. package/demo/node_modules/node-domexception/.history/index_20210527212722.js +23 -0
  497. package/demo/node_modules/node-domexception/.history/index_20210527212731.js +23 -0
  498. package/demo/node_modules/node-domexception/.history/index_20210527212746.js +15 -0
  499. package/demo/node_modules/node-domexception/.history/index_20210527212900.js +16 -0
  500. package/demo/node_modules/node-domexception/.history/index_20210527213022.js +16 -0
  501. package/demo/node_modules/node-domexception/.history/index_20210527213822.js +16 -0
  502. package/demo/node_modules/node-domexception/.history/index_20210527213843.js +17 -0
  503. package/demo/node_modules/node-domexception/.history/index_20210527213852.js +17 -0
  504. package/demo/node_modules/node-domexception/.history/index_20210527213910.js +16 -0
  505. package/demo/node_modules/node-domexception/.history/index_20210527214034.js +16 -0
  506. package/demo/node_modules/node-domexception/.history/index_20210527214643.js +41 -0
  507. package/demo/node_modules/node-domexception/.history/index_20210527214654.js +41 -0
  508. package/demo/node_modules/node-domexception/.history/index_20210527214700.js +16 -0
  509. package/demo/node_modules/node-domexception/.history/package_20210527203733.json +19 -0
  510. package/demo/node_modules/node-domexception/.history/package_20210527203825.json +16 -0
  511. package/demo/node_modules/node-domexception/.history/package_20210527204621.json +19 -0
  512. package/demo/node_modules/node-domexception/.history/package_20210527204913.json +25 -0
  513. package/demo/node_modules/node-domexception/.history/package_20210527204925.json +25 -0
  514. package/demo/node_modules/node-domexception/.history/package_20210527205145.json +29 -0
  515. package/demo/node_modules/node-domexception/.history/package_20210527205156.json +29 -0
  516. package/demo/node_modules/node-domexception/.history/test_20210527205603.js +0 -0
  517. package/demo/node_modules/node-domexception/.history/test_20210527205957.js +3 -0
  518. package/demo/node_modules/node-domexception/.history/test_20210527210021.js +3 -0
  519. package/demo/node_modules/node-domexception/LICENSE +21 -0
  520. package/demo/node_modules/node-domexception/README.md +46 -0
  521. package/demo/node_modules/node-domexception/index.js +16 -0
  522. package/demo/node_modules/node-domexception/package.json +29 -0
  523. package/demo/node_modules/node-fetch/LICENSE.md +22 -0
  524. package/demo/node_modules/node-fetch/README.md +634 -0
  525. package/demo/node_modules/node-fetch/browser.js +25 -0
  526. package/demo/node_modules/node-fetch/lib/index.es.js +1777 -0
  527. package/demo/node_modules/node-fetch/lib/index.js +1787 -0
  528. package/demo/node_modules/node-fetch/lib/index.mjs +1775 -0
  529. package/demo/node_modules/node-fetch/package.json +89 -0
  530. package/demo/node_modules/tr46/index.js +193 -0
  531. package/demo/node_modules/tr46/lib/.gitkeep +0 -0
  532. package/demo/node_modules/tr46/lib/mappingTable.json +1 -0
  533. package/demo/node_modules/tr46/package.json +31 -0
  534. package/demo/node_modules/undici-types/README.md +6 -0
  535. package/demo/node_modules/undici-types/agent.d.ts +31 -0
  536. package/demo/node_modules/undici-types/api.d.ts +43 -0
  537. package/demo/node_modules/undici-types/balanced-pool.d.ts +18 -0
  538. package/demo/node_modules/undici-types/cache.d.ts +36 -0
  539. package/demo/node_modules/undici-types/client.d.ts +97 -0
  540. package/demo/node_modules/undici-types/connector.d.ts +34 -0
  541. package/demo/node_modules/undici-types/content-type.d.ts +21 -0
  542. package/demo/node_modules/undici-types/cookies.d.ts +28 -0
  543. package/demo/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  544. package/demo/node_modules/undici-types/dispatcher.d.ts +241 -0
  545. package/demo/node_modules/undici-types/errors.d.ts +128 -0
  546. package/demo/node_modules/undici-types/fetch.d.ts +209 -0
  547. package/demo/node_modules/undici-types/file.d.ts +39 -0
  548. package/demo/node_modules/undici-types/filereader.d.ts +54 -0
  549. package/demo/node_modules/undici-types/formdata.d.ts +108 -0
  550. package/demo/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  551. package/demo/node_modules/undici-types/global-origin.d.ts +7 -0
  552. package/demo/node_modules/undici-types/handlers.d.ts +9 -0
  553. package/demo/node_modules/undici-types/header.d.ts +4 -0
  554. package/demo/node_modules/undici-types/index.d.ts +63 -0
  555. package/demo/node_modules/undici-types/interceptors.d.ts +5 -0
  556. package/demo/node_modules/undici-types/mock-agent.d.ts +50 -0
  557. package/demo/node_modules/undici-types/mock-client.d.ts +25 -0
  558. package/demo/node_modules/undici-types/mock-errors.d.ts +12 -0
  559. package/demo/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  560. package/demo/node_modules/undici-types/mock-pool.d.ts +25 -0
  561. package/demo/node_modules/undici-types/package.json +55 -0
  562. package/demo/node_modules/undici-types/patch.d.ts +71 -0
  563. package/demo/node_modules/undici-types/pool-stats.d.ts +19 -0
  564. package/demo/node_modules/undici-types/pool.d.ts +28 -0
  565. package/demo/node_modules/undici-types/proxy-agent.d.ts +30 -0
  566. package/demo/node_modules/undici-types/readable.d.ts +61 -0
  567. package/demo/node_modules/undici-types/webidl.d.ts +220 -0
  568. package/demo/node_modules/undici-types/websocket.d.ts +131 -0
  569. package/demo/node_modules/web-streams-polyfill/LICENSE +22 -0
  570. package/demo/node_modules/web-streams-polyfill/README.md +110 -0
  571. package/demo/node_modules/web-streams-polyfill/es2018/package.json +14 -0
  572. package/demo/node_modules/web-streams-polyfill/es6/package.json +14 -0
  573. package/demo/node_modules/web-streams-polyfill/package.json +83 -0
  574. package/demo/node_modules/web-streams-polyfill/ponyfill/es2018/package.json +13 -0
  575. package/demo/node_modules/web-streams-polyfill/ponyfill/es6/package.json +13 -0
  576. package/demo/node_modules/web-streams-polyfill/ponyfill/package.json +13 -0
  577. package/demo/node_modules/webidl-conversions/LICENSE.md +12 -0
  578. package/demo/node_modules/webidl-conversions/README.md +53 -0
  579. package/demo/node_modules/webidl-conversions/lib/index.js +189 -0
  580. package/demo/node_modules/webidl-conversions/package.json +23 -0
  581. package/demo/node_modules/whatwg-url/LICENSE.txt +21 -0
  582. package/demo/node_modules/whatwg-url/README.md +67 -0
  583. package/demo/node_modules/whatwg-url/lib/URL-impl.js +200 -0
  584. package/demo/node_modules/whatwg-url/lib/URL.js +196 -0
  585. package/demo/node_modules/whatwg-url/lib/public-api.js +11 -0
  586. package/demo/node_modules/whatwg-url/lib/url-state-machine.js +1297 -0
  587. package/demo/node_modules/whatwg-url/lib/utils.js +20 -0
  588. package/demo/node_modules/whatwg-url/package.json +32 -0
  589. package/demo/package-lock.json +4 -4
  590. package/demo/package.json +1 -1
  591. package/index.js +15 -0
  592. package/package.json +1 -1
@@ -0,0 +1,268 @@
1
+
2
+ 4.5.0 / 2023-08-06
3
+ ==================
4
+
5
+ **others**
6
+ * [[`1e5e312`](http://github.com/node-modules/agentkeepalive/commit/1e5e312f36491243372dbfee0dd47607e7b3d94a)] - deps: remove debug and depd (#114) (fengmk2 <<fengmk2@gmail.com>>)
7
+
8
+ 4.4.0 / 2023-08-05
9
+ ==================
10
+
11
+ **features**
12
+ * [[`c7c1e93`](http://github.com/node-modules/agentkeepalive/commit/c7c1e93beba7310d7c2cc9647dd211a686d21cac)] - feat: return socket from createConnection (#113) (Nabeel Bukhari <<nabeel.bukhari@hotmail.com>>)
13
+
14
+ 4.3.0 / 2023-03-06
15
+ ==================
16
+
17
+ **others**
18
+ * [[`6f9852b`](http://github.com/node-modules/agentkeepalive/commit/6f9852bf6f674846103e403fd9c84e92fc24f820)] - deps: depd@2.0.0 (#109) (Brian DeHamer <<bdehamer@github.com>>)
19
+ * [[`fd4bd9b`](http://github.com/node-modules/agentkeepalive/commit/fd4bd9b0e0f051de3cb49559d1b0d534a0ded18c)] - test: use npm install (#110) (fengmk2 <<fengmk2@gmail.com>>)
20
+ * [[`d52822c`](http://github.com/node-modules/agentkeepalive/commit/d52822c1243c689df1c8232a3bb14139cf87fae5)] - chore: update contributors (fengmk2 <<fengmk2@gmail.com>>)
21
+
22
+ 4.2.1 / 2022-02-21
23
+ ==================
24
+
25
+ **fixes**
26
+ * [[`8b13b5c`](http://github.com/node-modules/agentkeepalive/commit/8b13b5ca797f4779a0a8d393ad8ecb622cd27987)] - fix: explicitly set `| undefined` in type definitions (#99) (Benoit Lemoine <<lemoine.benoit@gmail.com>>)
27
+
28
+ 4.2.0 / 2021-12-31
29
+ ==================
30
+
31
+ **fixes**
32
+ * [[`f418c67`](http://github.com/node-modules/agentkeepalive/commit/f418c67a63c061c7261592d4553bc455e0b0d306)] - fix: change `freeSocketTimeout` default value to 4000 (#102) (fengmk2 <<fengmk2@gmail.com>>)
33
+
34
+ **others**
35
+ * [[`bc2a1ce`](http://github.com/node-modules/agentkeepalive/commit/bc2a1cea0884b4d18b0d244bf00006d9107963df)] - doc(readme): making `timeout`'s default clear (#100) (Aaron <<aaronarinder@gmail.com>>)
36
+
37
+ 4.1.4 / 2021-02-05
38
+ ==================
39
+
40
+ **fixes**
41
+ * [[`4d04794`](http://github.com/node-modules/agentkeepalive/commit/4d047946b1547b4edff92ea40205aee4f0c8aa46)] - fix(types): correct `Https` constructor argument (#89) (Simen Bekkhus <<sbekkhus91@gmail.com>>)
42
+
43
+ 4.1.3 / 2020-06-15
44
+ ==================
45
+
46
+ **fixes**
47
+ * [[`4ba9f9c`](http://github.com/node-modules/agentkeepalive/commit/4ba9f9c844f2a6b8037ce56599d25c69ef054d91)] - fix: compatible with node v12.16.3 (#91) (killa <<killa123@126.com>>)
48
+
49
+ 4.1.2 / 2020-04-25
50
+ ==================
51
+
52
+ **fixes**
53
+ * [[`de66b02`](http://github.com/node-modules/agentkeepalive/commit/de66b0206d064a97129c2c31bcdabd4d64557b91)] - fix: detect http request timeout handler (#88) (fengmk2 <<fengmk2@gmail.com>>)
54
+
55
+ 4.1.1 / 2020-04-25
56
+ ==================
57
+
58
+ **fixes**
59
+ * [[`bbd20c0`](http://github.com/node-modules/agentkeepalive/commit/bbd20c03b8cf7dfb00b3aad1ada26d4ab90d2d6e)] - fix: definition error (#87) (吖猩 <<whxaxes@qq.com>>)
60
+
61
+ **others**
62
+ * [[`3b01699`](http://github.com/node-modules/agentkeepalive/commit/3b01699b8e90022d5f56898dd709e4fe7ee7cdaa)] - test: run test on node 12 (#84) (Igor Savin <<iselwin@gmail.com>>)
63
+
64
+ 4.1.0 / 2019-10-12
65
+ ==================
66
+
67
+ **features**
68
+ * [[`fe33b80`](http://github.com/node-modules/agentkeepalive/commit/fe33b800acc09109388bfe65107550952b6fc7b0)] - feat: Add `reusedSocket` property on client request (#82) (Weijia Wang <<starkwang@126.com>>)
69
+
70
+ **others**
71
+ * [[`77ba744`](http://github.com/node-modules/agentkeepalive/commit/77ba744667bb6b9e5986a53e5222f62094db12b9)] - docs: fix grammar in readme (#81) (Herrington Darkholme <<2883231+HerringtonDarkholme@users.noreply.github.com>>)
72
+
73
+ 4.0.2 / 2019-02-19
74
+ ==================
75
+
76
+ **fixes**
77
+ * [[`56d4a9b`](http://github.com/node-modules/agentkeepalive/commit/56d4a9b2a4499ea28943ddb590358d7831a02cb1)] - fix: HttpAgent export = internal (#74) (Andrew Leedham <<AndrewLeedham@outlook.com>>)
78
+
79
+ 4.0.1 / 2019-02-19
80
+ ==================
81
+
82
+ **fixes**
83
+ * [[`bad1ac0`](http://github.com/node-modules/agentkeepalive/commit/bad1ac0e710fbc486717e14e68c59266d35df6a8)] - fix: HttpsAgent Type Definition (#71) (#72) (Andrew Leedham <<AndrewLeedham@outlook.com>>)
84
+ * [[`f48a4a7`](http://github.com/node-modules/agentkeepalive/commit/f48a4a701ea6fbe43781c91e1c0aaad6e328ac7f)] - fix: export interface (#70) (Vinay <<vinaybedre@gmail.com>>)
85
+
86
+ **others**
87
+ * [[`9124343`](http://github.com/node-modules/agentkeepalive/commit/91243437cfdd324cb97f39dee76746d5e5f4cd72)] - chore: add agent.options.keepAlive instead agent.keepAlive (fengmk2 <<fengmk2@gmail.com>>)
88
+ * [[`d177d40`](http://github.com/node-modules/agentkeepalive/commit/d177d40422fe7296990b4e270cf498e3f33c18fa)] - test: add request timeout bigger than agent timeout cases (fengmk2 <<fengmk2@gmail.com>>)
89
+
90
+ 4.0.0 / 2018-10-23
91
+ ==================
92
+
93
+ **features**
94
+ * [[`5c9f3bb`](http://github.com/node-modules/agentkeepalive/commit/5c9f3bbd60555744edcf777105b148982a1a42b6)] - feat: impl the new Agent extend http.Agent (fengmk2 <<fengmk2@gmail.com>>)
95
+
96
+ **others**
97
+ * [[`498c8f1`](http://github.com/node-modules/agentkeepalive/commit/498c8f13cf76600d3dd6e1c91cdf2d8292355dff)] - chore: move LICENSE from readme to file (fengmk2 <<fengmk2@gmail.com>>)
98
+ * [[`4f39894`](http://github.com/node-modules/agentkeepalive/commit/4f398942ba2f90cf4501239e56ac4e6344931a01)] - bugfix: support agent.options.timeout on https agent (fengmk2 <<fengmk2@gmail.com>>)
99
+
100
+ 3.5.2 / 2018-10-19
101
+ ==================
102
+
103
+ **fixes**
104
+ * [[`5751fc1`](http://github.com/node-modules/agentkeepalive/commit/5751fc1180ed6544602c681ffbd08ca66a0cb12c)] - fix: sockLen being miscalculated when removing sockets (#60) (Ehden Sinai <<cixel@users.noreply.github.com>>)
105
+
106
+ 3.5.1 / 2018-07-31
107
+ ==================
108
+
109
+ **fixes**
110
+ * [[`495f1ab`](http://github.com/node-modules/agentkeepalive/commit/495f1ab625d43945d72f68096b97db723d4f0657)] - fix: add the lost npm files (#66) (Henry Zhuang <<zhuanghengfei@gmail.com>>)
111
+
112
+ 3.5.0 / 2018-07-31
113
+ ==================
114
+
115
+ **features**
116
+ * [[`16f5aea`](http://github.com/node-modules/agentkeepalive/commit/16f5aeadfda57f1c602652f1472a63cc83cd05bf)] - feat: add typing define. (#65) (Henry Zhuang <<zhuanghengfei@gmail.com>>)
117
+
118
+ **others**
119
+ * [[`28fa062`](http://github.com/node-modules/agentkeepalive/commit/28fa06246fb5103f88ebeeb8563757a9078b8157)] - docs: add "per host" to description of maxFreeSockets (tony-gutierrez <<tony.gutierrez@bluefletch.com>>)
120
+ * [[`7df2577`](http://github.com/node-modules/agentkeepalive/commit/7df25774f00a1031ca4daad2878a17e0539072a2)] - test: run test on node 10 (#63) (fengmk2 <<fengmk2@gmail.com>>)
121
+
122
+ 3.4.1 / 2018-03-08
123
+ ==================
124
+
125
+ **fixes**
126
+ * [[`4d3a3b1`](http://github.com/node-modules/agentkeepalive/commit/4d3a3b1f7b16595febbbd39eeed72b2663549014)] - fix: Handle ipv6 addresses in host-header correctly with TLS (#53) (Mattias Holmlund <<u376@m1.holmlund.se>>)
127
+
128
+ **others**
129
+ * [[`55a7a5c`](http://github.com/node-modules/agentkeepalive/commit/55a7a5cd33e97f9a8370083dcb041c5552f10ac9)] - test: stop timer after test end (fengmk2 <<fengmk2@gmail.com>>)
130
+
131
+ 3.4.0 / 2018-02-27
132
+ ==================
133
+
134
+ **features**
135
+ * [[`bc7cadb`](http://github.com/node-modules/agentkeepalive/commit/bc7cadb30ecd2071e2b341ac53ae1a2b8155c43d)] - feat: use socket custom freeSocketKeepAliveTimeout first (#59) (fengmk2 <<fengmk2@gmail.com>>)
136
+
137
+ **others**
138
+ * [[`138eda8`](http://github.com/node-modules/agentkeepalive/commit/138eda81e10b632aaa87bea0cb66d8667124c4e8)] - doc: fix `keepAliveMsecs` params description (#55) (Hongcai Deng <<admin@dhchouse.com>>)
139
+
140
+ 3.3.0 / 2017-06-20
141
+ ==================
142
+
143
+ * feat: add statusChanged getter (#51)
144
+ * chore: format License
145
+
146
+ 3.2.0 / 2017-06-10
147
+ ==================
148
+
149
+ * feat: add expiring active sockets
150
+ * test: add node 8 (#49)
151
+
152
+ 3.1.0 / 2017-02-20
153
+ ==================
154
+
155
+ * feat: timeout support humanize ms (#48)
156
+
157
+ 3.0.0 / 2016-12-20
158
+ ==================
159
+
160
+ * fix: emit agent socket close event
161
+ * test: add remove excess calls to removeSocket
162
+ * test: use egg-ci
163
+ * test: refactor test with eslint rules
164
+ * feat: merge _http_agent.js from 7.2.1
165
+
166
+ 2.2.0 / 2016-06-26
167
+ ==================
168
+
169
+ * feat: Add browser shim (noop) for isomorphic use. (#39)
170
+ * chore: add security check badge
171
+
172
+ 2.1.1 / 2016-04-06
173
+ ==================
174
+
175
+ * https: fix ssl socket leak when keepalive is used
176
+ * chore: remove circle ci image
177
+
178
+ 2.1.0 / 2016-04-02
179
+ ==================
180
+
181
+ * fix: opened sockets number overflow maxSockets
182
+
183
+ 2.0.5 / 2016-03-16
184
+ ==================
185
+
186
+ * fix: pick _evictSession to httpsAgent
187
+
188
+ 2.0.4 / 2016-03-13
189
+ ==================
190
+
191
+ * test: add Circle ci
192
+ * test: add appveyor ci build
193
+ * refactor: make sure only one error listener
194
+ * chore: use codecov
195
+ * fix: handle idle socket error
196
+ * test: run on more node versions
197
+
198
+ 2.0.3 / 2015-08-03
199
+ ==================
200
+
201
+ * fix: add default error handler to avoid Unhandled error event throw
202
+
203
+ 2.0.2 / 2015-04-25
204
+ ==================
205
+
206
+ * fix: remove socket from freeSockets on 'timeout' (@pmalouin)
207
+
208
+ 2.0.1 / 2015-04-19
209
+ ==================
210
+
211
+ * fix: add timeoutSocketCount to getCurrentStatus()
212
+ * feat(getCurrentStatus): add getCurrentStatus
213
+
214
+ 2.0.0 / 2015-04-01
215
+ ==================
216
+
217
+ * fix: socket.destroyed always be undefined on 0.10.x
218
+ * Make it compatible with node v0.10.x (@lattmann)
219
+
220
+ 1.2.1 / 2015-03-23
221
+ ==================
222
+
223
+ * patch from iojs: don't overwrite servername option
224
+ * patch commits from joyent/node
225
+ * add max sockets test case
226
+ * add nagle algorithm delayed link
227
+
228
+ 1.2.0 / 2014-09-02
229
+ ==================
230
+
231
+ * allow set keepAliveTimeout = 0
232
+ * support timeout on working socket. fixed #6
233
+
234
+ 1.1.0 / 2014-08-28
235
+ ==================
236
+
237
+ * add some socket counter for deep monitor
238
+
239
+ 1.0.0 / 2014-08-13
240
+ ==================
241
+
242
+ * update _http_agent, only support 0.11+, only support node 0.11.0+
243
+
244
+ 0.2.2 / 2013-11-19
245
+ ==================
246
+
247
+ * support node 0.8 and node 0.10
248
+
249
+ 0.2.1 / 2013-11-08
250
+ ==================
251
+
252
+ * fix socket does not timeout bug, it will hang on life, must use 0.2.x on node 0.11
253
+
254
+ 0.2.0 / 2013-11-06
255
+ ==================
256
+
257
+ * use keepalive agent on node 0.11+ impl
258
+
259
+ 0.1.5 / 2013-06-24
260
+ ==================
261
+
262
+ * support coveralls
263
+ * add node 0.10 test
264
+ * add 0.8.22 original https.js
265
+ * add original http.js module to diff
266
+ * update jscover
267
+ * mv pem to fixtures
268
+ * add https agent usage
@@ -0,0 +1,23 @@
1
+ The MIT License
2
+
3
+ Copyright(c) node-modules and other contributors.
4
+ Copyright(c) 2012 - 2015 fengmk2 <fengmk2@gmail.com>
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining
7
+ a copy of this software and associated documentation files (the
8
+ 'Software'), to deal in the Software without restriction, including
9
+ without limitation the rights to use, copy, modify, merge, publish,
10
+ distribute, sublicense, and/or sell copies of the Software, and to
11
+ permit persons to whom the Software is furnished to do so, subject to
12
+ the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be
15
+ included in all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
18
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
20
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
21
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
22
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
23
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,256 @@
1
+ # agentkeepalive
2
+
3
+ [![NPM version][npm-image]][npm-url]
4
+ [![Known Vulnerabilities][snyk-image]][snyk-url]
5
+ [![Node.js CI](https://github.com/node-modules/agentkeepalive/actions/workflows/nodejs.yml/badge.svg)](https://github.com/node-modules/agentkeepalive/actions/workflows/nodejs.yml)
6
+ [![npm download][download-image]][download-url]
7
+
8
+ [npm-image]: https://img.shields.io/npm/v/agentkeepalive.svg?style=flat
9
+ [npm-url]: https://npmjs.org/package/agentkeepalive
10
+ [snyk-image]: https://snyk.io/test/npm/agentkeepalive/badge.svg?style=flat-square
11
+ [snyk-url]: https://snyk.io/test/npm/agentkeepalive
12
+ [download-image]: https://img.shields.io/npm/dm/agentkeepalive.svg?style=flat-square
13
+ [download-url]: https://npmjs.org/package/agentkeepalive
14
+
15
+ The enhancement features `keep alive` `http.Agent`. Support `http` and `https`.
16
+
17
+ ## What's different from original `http.Agent`?
18
+
19
+ - `keepAlive=true` by default
20
+ - Disable Nagle's algorithm: `socket.setNoDelay(true)`
21
+ - Add free socket timeout: avoid long time inactivity socket leak in the free-sockets queue.
22
+ - Add active socket timeout: avoid long time inactivity socket leak in the active-sockets queue.
23
+ - TTL for active socket.
24
+
25
+ ## Node.js version required
26
+
27
+ Support Node.js >= `8.0.0`
28
+
29
+ ## Install
30
+
31
+ ```bash
32
+ $ npm install agentkeepalive --save
33
+ ```
34
+
35
+ ## new Agent([options])
36
+
37
+ * `options` {Object} Set of configurable options to set on the agent.
38
+ Can have the following fields:
39
+ * `keepAlive` {Boolean} Keep sockets around in a pool to be used by
40
+ other requests in the future. Default = `true`.
41
+ * `keepAliveMsecs` {Number} When using the keepAlive option, specifies the initial delay
42
+ for TCP Keep-Alive packets. Ignored when the keepAlive option is false or undefined. Defaults to 1000.
43
+ Default = `1000`. Only relevant if `keepAlive` is set to `true`.
44
+ * `freeSocketTimeout`: {Number} Sets the free socket to timeout
45
+ after `freeSocketTimeout` milliseconds of inactivity on the free socket.
46
+ The default [server-side timeout](https://nodejs.org/api/http.html#serverkeepalivetimeout) is 5000 milliseconds, to [avoid ECONNRESET exceptions](https://medium.com/ssense-tech/reduce-networking-errors-in-nodejs-23b4eb9f2d83), we set the default value to `4000` milliseconds.
47
+ Only relevant if `keepAlive` is set to `true`.
48
+ * `timeout`: {Number} Sets the working socket to timeout
49
+ after `timeout` milliseconds of inactivity on the working socket.
50
+ Default is `freeSocketTimeout * 2` so long as that value is greater than or equal to 8 seconds, otherwise the default is 8 seconds.
51
+ * `maxSockets` {Number} Maximum number of sockets to allow per
52
+ host. Default = `Infinity`.
53
+ * `maxFreeSockets` {Number} Maximum number of sockets (per host) to leave open
54
+ in a free state. Only relevant if `keepAlive` is set to `true`.
55
+ Default = `256`.
56
+ * `socketActiveTTL` {Number} Sets the socket active time to live, even if it's in use.
57
+ If not set, the behaviour keeps the same (the socket will be released only when free)
58
+ Default = `null`.
59
+
60
+ ## Usage
61
+
62
+ ```js
63
+ const http = require('http');
64
+ const Agent = require('agentkeepalive');
65
+
66
+ const keepaliveAgent = new Agent({
67
+ maxSockets: 100,
68
+ maxFreeSockets: 10,
69
+ timeout: 60000, // active socket keepalive for 60 seconds
70
+ freeSocketTimeout: 30000, // free socket keepalive for 30 seconds
71
+ });
72
+
73
+ const options = {
74
+ host: 'cnodejs.org',
75
+ port: 80,
76
+ path: '/',
77
+ method: 'GET',
78
+ agent: keepaliveAgent,
79
+ };
80
+
81
+ const req = http.request(options, res => {
82
+ console.log('STATUS: ' + res.statusCode);
83
+ console.log('HEADERS: ' + JSON.stringify(res.headers));
84
+ res.setEncoding('utf8');
85
+ res.on('data', function (chunk) {
86
+ console.log('BODY: ' + chunk);
87
+ });
88
+ });
89
+ req.on('error', e => {
90
+ console.log('problem with request: ' + e.message);
91
+ });
92
+ req.end();
93
+
94
+ setTimeout(() => {
95
+ if (keepaliveAgent.statusChanged) {
96
+ console.log('[%s] agent status changed: %j', Date(), keepaliveAgent.getCurrentStatus());
97
+ }
98
+ }, 2000);
99
+
100
+ ```
101
+
102
+ ### `getter agent.statusChanged`
103
+
104
+ counters have change or not after last checkpoint.
105
+
106
+ ### `agent.getCurrentStatus()`
107
+
108
+ `agent.getCurrentStatus()` will return a object to show the status of this agent:
109
+
110
+ ```js
111
+ {
112
+ createSocketCount: 10,
113
+ closeSocketCount: 5,
114
+ timeoutSocketCount: 0,
115
+ requestCount: 5,
116
+ freeSockets: { 'localhost:57479:': 3 },
117
+ sockets: { 'localhost:57479:': 5 },
118
+ requests: {}
119
+ }
120
+ ```
121
+
122
+ ### Support `https`
123
+
124
+ ```js
125
+ const https = require('https');
126
+ const HttpsAgent = require('agentkeepalive').HttpsAgent;
127
+
128
+ const keepaliveAgent = new HttpsAgent();
129
+ // https://www.google.com/search?q=nodejs&sugexp=chrome,mod=12&sourceid=chrome&ie=UTF-8
130
+ const options = {
131
+ host: 'www.google.com',
132
+ port: 443,
133
+ path: '/search?q=nodejs&sugexp=chrome,mod=12&sourceid=chrome&ie=UTF-8',
134
+ method: 'GET',
135
+ agent: keepaliveAgent,
136
+ };
137
+
138
+ const req = https.request(options, res => {
139
+ console.log('STATUS: ' + res.statusCode);
140
+ console.log('HEADERS: ' + JSON.stringify(res.headers));
141
+ res.setEncoding('utf8');
142
+ res.on('data', chunk => {
143
+ console.log('BODY: ' + chunk);
144
+ });
145
+ });
146
+
147
+ req.on('error', e => {
148
+ console.log('problem with request: ' + e.message);
149
+ });
150
+ req.end();
151
+
152
+ setTimeout(() => {
153
+ console.log('agent status: %j', keepaliveAgent.getCurrentStatus());
154
+ }, 2000);
155
+ ```
156
+
157
+ ### Support `req.reusedSocket`
158
+
159
+ This agent implements the `req.reusedSocket` to determine whether a request is send through a reused socket.
160
+
161
+ When server closes connection at unfortunate time ([keep-alive race](https://code-examples.net/en/q/28a8069)), the http client will throw a `ECONNRESET` error. Under this circumstance, `req.reusedSocket` is useful when we want to retry the request automatically.
162
+
163
+ ```js
164
+ const http = require('http');
165
+ const Agent = require('agentkeepalive');
166
+ const agent = new Agent();
167
+
168
+ const req = http
169
+ .get('http://localhost:3000', { agent }, (res) => {
170
+ // ...
171
+ })
172
+ .on('error', (err) => {
173
+ if (req.reusedSocket && err.code === 'ECONNRESET') {
174
+ // retry the request or anything else...
175
+ }
176
+ })
177
+ ```
178
+
179
+ This behavior is consistent with Node.js core. But through `agentkeepalive`, you can use this feature in older Node.js version.
180
+
181
+ ## [Benchmark](https://github.com/node-modules/agentkeepalive/tree/master/benchmark)
182
+
183
+ run the benchmark:
184
+
185
+ ```bash
186
+ cd benchmark
187
+ sh start.sh
188
+ ```
189
+
190
+ Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz
191
+
192
+ node@v0.8.9
193
+
194
+ 50 maxSockets, 60 concurrent, 1000 requests per concurrent, 5ms delay
195
+
196
+ Keep alive agent (30 seconds):
197
+
198
+ ```js
199
+ Transactions: 60000 hits
200
+ Availability: 100.00 %
201
+ Elapsed time: 29.70 secs
202
+ Data transferred: 14.88 MB
203
+ Response time: 0.03 secs
204
+ Transaction rate: 2020.20 trans/sec
205
+ Throughput: 0.50 MB/sec
206
+ Concurrency: 59.84
207
+ Successful transactions: 60000
208
+ Failed transactions: 0
209
+ Longest transaction: 0.15
210
+ Shortest transaction: 0.01
211
+ ```
212
+
213
+ Normal agent:
214
+
215
+ ```js
216
+ Transactions: 60000 hits
217
+ Availability: 100.00 %
218
+ Elapsed time: 46.53 secs
219
+ Data transferred: 14.88 MB
220
+ Response time: 0.05 secs
221
+ Transaction rate: 1289.49 trans/sec
222
+ Throughput: 0.32 MB/sec
223
+ Concurrency: 59.81
224
+ Successful transactions: 60000
225
+ Failed transactions: 0
226
+ Longest transaction: 0.45
227
+ Shortest transaction: 0.00
228
+ ```
229
+
230
+ Socket created:
231
+
232
+ ```bash
233
+ [proxy.js:120000] keepalive, 50 created, 60000 requestFinished, 1200 req/socket, 0 requests, 0 sockets, 0 unusedSockets, 50 timeout
234
+ {" <10ms":662," <15ms":17825," <20ms":20552," <30ms":17646," <40ms":2315," <50ms":567," <100ms":377," <150ms":56," <200ms":0," >=200ms+":0}
235
+ ----------------------------------------------------------------
236
+ [proxy.js:120000] normal , 53866 created, 84260 requestFinished, 1.56 req/socket, 0 requests, 0 sockets
237
+ {" <10ms":75," <15ms":1112," <20ms":10947," <30ms":32130," <40ms":8228," <50ms":3002," <100ms":4274," <150ms":181," <200ms":18," >=200ms+":33}
238
+ ```
239
+
240
+ ## License
241
+
242
+ [MIT](LICENSE)
243
+
244
+ <!-- GITCONTRIBUTOR_START -->
245
+
246
+ ## Contributors
247
+
248
+ |[<img src="https://avatars.githubusercontent.com/u/156269?v=4" width="100px;"/><br/><sub><b>fengmk2</b></sub>](https://github.com/fengmk2)<br/>|[<img src="https://avatars.githubusercontent.com/u/985607?v=4" width="100px;"/><br/><sub><b>dead-horse</b></sub>](https://github.com/dead-horse)<br/>|[<img src="https://avatars.githubusercontent.com/u/5557458?v=4" width="100px;"/><br/><sub><b>AndrewLeedham</b></sub>](https://github.com/AndrewLeedham)<br/>|[<img src="https://avatars.githubusercontent.com/u/5243774?v=4" width="100px;"/><br/><sub><b>ngot</b></sub>](https://github.com/ngot)<br/>|[<img src="https://avatars.githubusercontent.com/u/25919630?v=4" width="100px;"/><br/><sub><b>wrynearson</b></sub>](https://github.com/wrynearson)<br/>|[<img src="https://avatars.githubusercontent.com/u/26738844?v=4" width="100px;"/><br/><sub><b>aaronArinder</b></sub>](https://github.com/aaronArinder)<br/>|
249
+ | :---: | :---: | :---: | :---: | :---: | :---: |
250
+ |[<img src="https://avatars.githubusercontent.com/u/10976983?v=4" width="100px;"/><br/><sub><b>alexpenev-s</b></sub>](https://github.com/alexpenev-s)<br/>|[<img src="https://avatars.githubusercontent.com/u/959726?v=4" width="100px;"/><br/><sub><b>blemoine</b></sub>](https://github.com/blemoine)<br/>|[<img src="https://avatars.githubusercontent.com/u/398027?v=4" width="100px;"/><br/><sub><b>bdehamer</b></sub>](https://github.com/bdehamer)<br/>|[<img src="https://avatars.githubusercontent.com/u/4985201?v=4" width="100px;"/><br/><sub><b>DylanPiercey</b></sub>](https://github.com/DylanPiercey)<br/>|[<img src="https://avatars.githubusercontent.com/u/3770250?v=4" width="100px;"/><br/><sub><b>cixel</b></sub>](https://github.com/cixel)<br/>|[<img src="https://avatars.githubusercontent.com/u/2883231?v=4" width="100px;"/><br/><sub><b>HerringtonDarkholme</b></sub>](https://github.com/HerringtonDarkholme)<br/>|
251
+ |[<img src="https://avatars.githubusercontent.com/u/1433247?v=4" width="100px;"/><br/><sub><b>denghongcai</b></sub>](https://github.com/denghongcai)<br/>|[<img src="https://avatars.githubusercontent.com/u/1847934?v=4" width="100px;"/><br/><sub><b>kibertoad</b></sub>](https://github.com/kibertoad)<br/>|[<img src="https://avatars.githubusercontent.com/u/5236150?v=4" width="100px;"/><br/><sub><b>pangorgo</b></sub>](https://github.com/pangorgo)<br/>|[<img src="https://avatars.githubusercontent.com/u/588898?v=4" width="100px;"/><br/><sub><b>mattiash</b></sub>](https://github.com/mattiash)<br/>|[<img src="https://avatars.githubusercontent.com/u/182440?v=4" width="100px;"/><br/><sub><b>nabeelbukhari</b></sub>](https://github.com/nabeelbukhari)<br/>|[<img src="https://avatars.githubusercontent.com/u/1411117?v=4" width="100px;"/><br/><sub><b>pmalouin</b></sub>](https://github.com/pmalouin)<br/>|
252
+ [<img src="https://avatars.githubusercontent.com/u/1404810?v=4" width="100px;"/><br/><sub><b>SimenB</b></sub>](https://github.com/SimenB)<br/>|[<img src="https://avatars.githubusercontent.com/u/2630384?v=4" width="100px;"/><br/><sub><b>vinaybedre</b></sub>](https://github.com/vinaybedre)<br/>|[<img src="https://avatars.githubusercontent.com/u/10933333?v=4" width="100px;"/><br/><sub><b>starkwang</b></sub>](https://github.com/starkwang)<br/>|[<img src="https://avatars.githubusercontent.com/u/6897780?v=4" width="100px;"/><br/><sub><b>killagu</b></sub>](https://github.com/killagu)<br/>|[<img src="https://avatars.githubusercontent.com/u/15345331?v=4" width="100px;"/><br/><sub><b>tony-gutierrez</b></sub>](https://github.com/tony-gutierrez)<br/>|[<img src="https://avatars.githubusercontent.com/u/5856440?v=4" width="100px;"/><br/><sub><b>whxaxes</b></sub>](https://github.com/whxaxes)<br/>
253
+
254
+ This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sat Aug 05 2023 02:36:31 GMT+0800`.
255
+
256
+ <!-- GITCONTRIBUTOR_END -->
@@ -0,0 +1,5 @@
1
+ module.exports = noop;
2
+ module.exports.HttpsAgent = noop;
3
+
4
+ // Noop function for browser since native api's don't use agents.
5
+ function noop () {}
@@ -0,0 +1,65 @@
1
+ import * as http from 'http';
2
+ import * as https from 'https';
3
+ import * as net from 'net';
4
+
5
+ interface PlainObject {
6
+ [key: string]: any;
7
+ }
8
+
9
+ declare class HttpAgent extends http.Agent {
10
+ constructor(opts?: AgentKeepAlive.HttpOptions);
11
+ readonly statusChanged: boolean;
12
+ createConnection(options: net.NetConnectOpts, cb?: Function): net.Socket;
13
+ createSocket(req: http.IncomingMessage, options: http.RequestOptions, cb: Function): void;
14
+ getCurrentStatus(): AgentKeepAlive.AgentStatus;
15
+ }
16
+
17
+ interface Constants {
18
+ CURRENT_ID: Symbol;
19
+ CREATE_ID: Symbol;
20
+ INIT_SOCKET: Symbol;
21
+ CREATE_HTTPS_CONNECTION: Symbol;
22
+ SOCKET_CREATED_TIME: Symbol;
23
+ SOCKET_NAME: Symbol;
24
+ SOCKET_REQUEST_COUNT: Symbol;
25
+ SOCKET_REQUEST_FINISHED_COUNT: Symbol;
26
+ }
27
+
28
+ declare class AgentKeepAlive extends HttpAgent {}
29
+
30
+ declare namespace AgentKeepAlive {
31
+ export interface AgentStatus {
32
+ createSocketCount: number;
33
+ createSocketErrorCount: number;
34
+ closeSocketCount: number;
35
+ errorSocketCount: number;
36
+ timeoutSocketCount: number;
37
+ requestCount: number;
38
+ freeSockets: PlainObject;
39
+ sockets: PlainObject;
40
+ requests: PlainObject;
41
+ }
42
+
43
+ interface CommonHttpOption {
44
+ keepAlive?: boolean | undefined;
45
+ freeSocketTimeout?: number | undefined;
46
+ freeSocketKeepAliveTimeout?: number | undefined;
47
+ timeout?: number | undefined;
48
+ socketActiveTTL?: number | undefined;
49
+ }
50
+
51
+ export interface HttpOptions extends http.AgentOptions, CommonHttpOption { }
52
+ export interface HttpsOptions extends https.AgentOptions, CommonHttpOption { }
53
+
54
+ export class HttpsAgent extends https.Agent {
55
+ constructor(opts?: HttpsOptions);
56
+ readonly statusChanged: boolean;
57
+ createConnection(options: net.NetConnectOpts, cb?: Function): net.Socket;
58
+ createSocket(req: http.IncomingMessage, options: http.RequestOptions, cb: Function): void;
59
+ getCurrentStatus(): AgentStatus;
60
+ }
61
+
62
+ export const constants: Constants;
63
+ }
64
+
65
+ export = AgentKeepAlive;
@@ -0,0 +1,5 @@
1
+ 'use strict';
2
+
3
+ module.exports = require('./lib/agent');
4
+ module.exports.HttpsAgent = require('./lib/https_agent');
5
+ module.exports.constants = require('./lib/constants');