modelmix 2.7.2 → 2.7.4

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 (595) hide show
  1. package/README.md +3 -3
  2. package/demo/custom.mjs +2 -2
  3. package/demo/demo.mjs +14 -14
  4. package/demo/groq.mjs +2 -2
  5. package/demo/node_modules/.package-lock.json +254 -0
  6. package/demo/node_modules/@anthropic-ai/sdk/CHANGELOG.md +859 -0
  7. package/demo/node_modules/@anthropic-ai/sdk/LICENSE +8 -0
  8. package/demo/node_modules/@anthropic-ai/sdk/README.md +424 -0
  9. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.d.ts +9 -0
  10. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.d.ts.map +1 -0
  11. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.js +16 -0
  12. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.js.map +1 -0
  13. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.mjs +12 -0
  14. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.mjs.map +1 -0
  15. package/demo/node_modules/@anthropic-ai/sdk/_shims/README.md +46 -0
  16. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.d.ts +5 -0
  17. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.d.ts.map +1 -0
  18. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.js +21 -0
  19. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.js.map +1 -0
  20. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.mjs +2 -0
  21. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.mjs.map +1 -0
  22. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.d.ts +5 -0
  23. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.d.ts.map +1 -0
  24. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.js +21 -0
  25. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.js.map +1 -0
  26. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.mjs +2 -0
  27. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.mjs.map +1 -0
  28. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.d.ts +5 -0
  29. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.d.ts.map +1 -0
  30. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.js +21 -0
  31. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.js.map +1 -0
  32. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.mjs +2 -0
  33. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.mjs.map +1 -0
  34. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.d.ts +5 -0
  35. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.d.ts.map +1 -0
  36. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.js +21 -0
  37. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.js.map +1 -0
  38. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.mjs +2 -0
  39. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.mjs.map +1 -0
  40. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types.d.ts +101 -0
  41. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types.js +3 -0
  42. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types.mjs +3 -0
  43. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.d.ts +6 -0
  44. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.d.ts.map +1 -0
  45. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.js +14 -0
  46. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.js.map +1 -0
  47. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.mjs +10 -0
  48. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.mjs.map +1 -0
  49. package/demo/node_modules/@anthropic-ai/sdk/_shims/index.d.ts +81 -0
  50. package/demo/node_modules/@anthropic-ai/sdk/_shims/index.js +13 -0
  51. package/demo/node_modules/@anthropic-ai/sdk/_shims/index.mjs +7 -0
  52. package/demo/node_modules/@anthropic-ai/sdk/_shims/manual-types.d.ts +12 -0
  53. package/demo/node_modules/@anthropic-ai/sdk/_shims/manual-types.js +3 -0
  54. package/demo/node_modules/@anthropic-ai/sdk/_shims/manual-types.mjs +3 -0
  55. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.d.ts +3 -0
  56. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.d.ts.map +1 -0
  57. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.js +90 -0
  58. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.js.map +1 -0
  59. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.mjs +56 -0
  60. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.mjs.map +1 -0
  61. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-types.d.ts +42 -0
  62. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-types.js +3 -0
  63. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-types.mjs +3 -0
  64. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.d.ts +37 -0
  65. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.d.ts.map +1 -0
  66. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.js +41 -0
  67. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.js.map +1 -0
  68. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.mjs +37 -0
  69. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.mjs.map +1 -0
  70. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.d.ts +5 -0
  71. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.d.ts.map +1 -0
  72. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.js +78 -0
  73. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.js.map +1 -0
  74. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.mjs +71 -0
  75. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.mjs.map +1 -0
  76. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-types.d.ts +83 -0
  77. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-types.js +3 -0
  78. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-types.mjs +3 -0
  79. package/demo/node_modules/@anthropic-ai/sdk/core.d.ts +239 -0
  80. package/demo/node_modules/@anthropic-ai/sdk/core.d.ts.map +1 -0
  81. package/demo/node_modules/@anthropic-ai/sdk/core.js +879 -0
  82. package/demo/node_modules/@anthropic-ai/sdk/core.js.map +1 -0
  83. package/demo/node_modules/@anthropic-ai/sdk/core.mjs +848 -0
  84. package/demo/node_modules/@anthropic-ai/sdk/core.mjs.map +1 -0
  85. package/demo/node_modules/@anthropic-ai/sdk/error.d.ts +53 -0
  86. package/demo/node_modules/@anthropic-ai/sdk/error.d.ts.map +1 -0
  87. package/demo/node_modules/@anthropic-ai/sdk/error.js +143 -0
  88. package/demo/node_modules/@anthropic-ai/sdk/error.js.map +1 -0
  89. package/demo/node_modules/@anthropic-ai/sdk/error.mjs +127 -0
  90. package/demo/node_modules/@anthropic-ai/sdk/error.mjs.map +1 -0
  91. package/demo/node_modules/@anthropic-ai/sdk/index.d.mts +147 -0
  92. package/demo/node_modules/@anthropic-ai/sdk/index.d.ts +147 -0
  93. package/demo/node_modules/@anthropic-ai/sdk/index.d.ts.map +1 -0
  94. package/demo/node_modules/@anthropic-ai/sdk/index.js +149 -0
  95. package/demo/node_modules/@anthropic-ai/sdk/index.js.map +1 -0
  96. package/demo/node_modules/@anthropic-ai/sdk/index.mjs +121 -0
  97. package/demo/node_modules/@anthropic-ai/sdk/index.mjs.map +1 -0
  98. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts +94 -0
  99. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts.map +1 -0
  100. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.js +436 -0
  101. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.js.map +1 -0
  102. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs +432 -0
  103. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs.map +1 -0
  104. package/demo/node_modules/@anthropic-ai/sdk/package.json +104 -0
  105. package/demo/node_modules/@anthropic-ai/sdk/resource.d.ts +6 -0
  106. package/demo/node_modules/@anthropic-ai/sdk/resource.d.ts.map +1 -0
  107. package/demo/node_modules/@anthropic-ai/sdk/resource.js +11 -0
  108. package/demo/node_modules/@anthropic-ai/sdk/resource.js.map +1 -0
  109. package/demo/node_modules/@anthropic-ai/sdk/resource.mjs +7 -0
  110. package/demo/node_modules/@anthropic-ai/sdk/resource.mjs.map +1 -0
  111. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts +9 -0
  112. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts.map +1 -0
  113. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.js +40 -0
  114. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.js.map +1 -0
  115. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs +13 -0
  116. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs.map +1 -0
  117. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts +3 -0
  118. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts.map +1 -0
  119. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.js +9 -0
  120. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.js.map +1 -0
  121. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs +4 -0
  122. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs.map +1 -0
  123. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.d.ts +3 -0
  124. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.d.ts.map +1 -0
  125. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.js +9 -0
  126. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.js.map +1 -0
  127. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.mjs +4 -0
  128. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.mjs.map +1 -0
  129. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.d.ts +462 -0
  130. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.d.ts.map +1 -0
  131. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.js +20 -0
  132. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.js.map +1 -0
  133. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.mjs +16 -0
  134. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.mjs.map +1 -0
  135. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.d.ts +19 -0
  136. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.d.ts.map +1 -0
  137. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.js +40 -0
  138. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.js.map +1 -0
  139. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.mjs +13 -0
  140. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.mjs.map +1 -0
  141. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.d.ts +184 -0
  142. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.d.ts.map +1 -0
  143. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.js +19 -0
  144. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.js.map +1 -0
  145. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.mjs +15 -0
  146. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.mjs.map +1 -0
  147. package/demo/node_modules/@anthropic-ai/sdk/resources/index.d.ts +4 -0
  148. package/demo/node_modules/@anthropic-ai/sdk/resources/index.d.ts.map +1 -0
  149. package/demo/node_modules/@anthropic-ai/sdk/resources/index.js +11 -0
  150. package/demo/node_modules/@anthropic-ai/sdk/resources/index.js.map +1 -0
  151. package/demo/node_modules/@anthropic-ai/sdk/resources/index.mjs +5 -0
  152. package/demo/node_modules/@anthropic-ai/sdk/resources/index.mjs.map +1 -0
  153. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.d.ts +619 -0
  154. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.d.ts.map +1 -0
  155. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.js +28 -0
  156. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.js.map +1 -0
  157. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.mjs +23 -0
  158. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.mjs.map +1 -0
  159. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts +2 -0
  160. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts.map +1 -0
  161. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.js +4 -0
  162. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.js.map +1 -0
  163. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.mjs +3 -0
  164. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.mjs.map +1 -0
  165. package/demo/node_modules/@anthropic-ai/sdk/shims/node.d.ts +29 -0
  166. package/demo/node_modules/@anthropic-ai/sdk/shims/node.d.ts.map +1 -0
  167. package/demo/node_modules/@anthropic-ai/sdk/shims/node.js +31 -0
  168. package/demo/node_modules/@anthropic-ai/sdk/shims/node.js.map +1 -0
  169. package/demo/node_modules/@anthropic-ai/sdk/shims/node.mjs +5 -0
  170. package/demo/node_modules/@anthropic-ai/sdk/shims/node.mjs.map +1 -0
  171. package/demo/node_modules/@anthropic-ai/sdk/shims/web.d.ts +26 -0
  172. package/demo/node_modules/@anthropic-ai/sdk/shims/web.d.ts.map +1 -0
  173. package/demo/node_modules/@anthropic-ai/sdk/shims/web.js +31 -0
  174. package/demo/node_modules/@anthropic-ai/sdk/shims/web.js.map +1 -0
  175. package/demo/node_modules/@anthropic-ai/sdk/shims/web.mjs +5 -0
  176. package/demo/node_modules/@anthropic-ai/sdk/shims/web.mjs.map +1 -0
  177. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/MultipartBody.ts +9 -0
  178. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/README.md +46 -0
  179. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/runtime-bun.ts +4 -0
  180. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/runtime-node.ts +4 -0
  181. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/runtime.ts +4 -0
  182. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types-node.ts +4 -0
  183. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types.d.ts +101 -0
  184. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types.js +3 -0
  185. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types.mjs +3 -0
  186. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/bun-runtime.ts +14 -0
  187. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/index.d.ts +81 -0
  188. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/index.js +13 -0
  189. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/index.mjs +7 -0
  190. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/manual-types.d.ts +12 -0
  191. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/manual-types.js +3 -0
  192. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/manual-types.mjs +3 -0
  193. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-runtime.ts +83 -0
  194. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-types.d.ts +42 -0
  195. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-types.js +3 -0
  196. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-types.mjs +3 -0
  197. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/registry.ts +67 -0
  198. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-runtime.ts +103 -0
  199. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-types.d.ts +83 -0
  200. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-types.js +3 -0
  201. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-types.mjs +3 -0
  202. package/demo/node_modules/@anthropic-ai/sdk/src/core.ts +1162 -0
  203. package/demo/node_modules/@anthropic-ai/sdk/src/error.ts +146 -0
  204. package/demo/node_modules/@anthropic-ai/sdk/src/index.ts +264 -0
  205. package/demo/node_modules/@anthropic-ai/sdk/src/lib/.keep +4 -0
  206. package/demo/node_modules/@anthropic-ai/sdk/src/lib/MessageStream.ts +535 -0
  207. package/demo/node_modules/@anthropic-ai/sdk/src/resource.ts +11 -0
  208. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/beta.ts +12 -0
  209. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/index.ts +4 -0
  210. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/tools/index.ts +16 -0
  211. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/tools/messages.ts +531 -0
  212. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/tools/tools.ts +22 -0
  213. package/demo/node_modules/@anthropic-ai/sdk/src/resources/completions.ts +223 -0
  214. package/demo/node_modules/@anthropic-ai/sdk/src/resources/index.ts +33 -0
  215. package/demo/node_modules/@anthropic-ai/sdk/src/resources/messages.ts +729 -0
  216. package/demo/node_modules/@anthropic-ai/sdk/src/resources/top-level.ts +3 -0
  217. package/demo/node_modules/@anthropic-ai/sdk/src/shims/node.ts +50 -0
  218. package/demo/node_modules/@anthropic-ai/sdk/src/shims/web.ts +50 -0
  219. package/demo/node_modules/@anthropic-ai/sdk/src/streaming.ts +509 -0
  220. package/demo/node_modules/@anthropic-ai/sdk/src/tsconfig.json +11 -0
  221. package/demo/node_modules/@anthropic-ai/sdk/src/uploads.ts +248 -0
  222. package/demo/node_modules/@anthropic-ai/sdk/src/version.ts +1 -0
  223. package/demo/node_modules/@anthropic-ai/sdk/streaming.d.ts +41 -0
  224. package/demo/node_modules/@anthropic-ai/sdk/streaming.d.ts.map +1 -0
  225. package/demo/node_modules/@anthropic-ai/sdk/streaming.js +431 -0
  226. package/demo/node_modules/@anthropic-ai/sdk/streaming.js.map +1 -0
  227. package/demo/node_modules/@anthropic-ai/sdk/streaming.mjs +424 -0
  228. package/demo/node_modules/@anthropic-ai/sdk/streaming.mjs.map +1 -0
  229. package/demo/node_modules/@anthropic-ai/sdk/uploads.d.ts +75 -0
  230. package/demo/node_modules/@anthropic-ai/sdk/uploads.d.ts.map +1 -0
  231. package/demo/node_modules/@anthropic-ai/sdk/uploads.js +165 -0
  232. package/demo/node_modules/@anthropic-ai/sdk/uploads.js.map +1 -0
  233. package/demo/node_modules/@anthropic-ai/sdk/uploads.mjs +152 -0
  234. package/demo/node_modules/@anthropic-ai/sdk/uploads.mjs.map +1 -0
  235. package/demo/node_modules/@anthropic-ai/sdk/version.d.ts +2 -0
  236. package/demo/node_modules/@anthropic-ai/sdk/version.d.ts.map +1 -0
  237. package/demo/node_modules/@anthropic-ai/sdk/version.js +5 -0
  238. package/demo/node_modules/@anthropic-ai/sdk/version.js.map +1 -0
  239. package/demo/node_modules/@anthropic-ai/sdk/version.mjs +2 -0
  240. package/demo/node_modules/@anthropic-ai/sdk/version.mjs.map +1 -0
  241. package/demo/node_modules/@types/node/LICENSE +21 -0
  242. package/demo/node_modules/@types/node/README.md +15 -0
  243. package/demo/node_modules/@types/node/assert/strict.d.ts +8 -0
  244. package/demo/node_modules/@types/node/assert.d.ts +985 -0
  245. package/demo/node_modules/@types/node/async_hooks.d.ts +522 -0
  246. package/demo/node_modules/@types/node/buffer.d.ts +2353 -0
  247. package/demo/node_modules/@types/node/child_process.d.ts +1544 -0
  248. package/demo/node_modules/@types/node/cluster.d.ts +578 -0
  249. package/demo/node_modules/@types/node/console.d.ts +452 -0
  250. package/demo/node_modules/@types/node/constants.d.ts +19 -0
  251. package/demo/node_modules/@types/node/crypto.d.ts +4457 -0
  252. package/demo/node_modules/@types/node/dgram.d.ts +596 -0
  253. package/demo/node_modules/@types/node/diagnostics_channel.d.ts +546 -0
  254. package/demo/node_modules/@types/node/dns/promises.d.ts +473 -0
  255. package/demo/node_modules/@types/node/dns.d.ts +853 -0
  256. package/demo/node_modules/@types/node/dom-events.d.ts +124 -0
  257. package/demo/node_modules/@types/node/domain.d.ts +170 -0
  258. package/demo/node_modules/@types/node/events.d.ts +819 -0
  259. package/demo/node_modules/@types/node/fs/promises.d.ts +1205 -0
  260. package/demo/node_modules/@types/node/fs.d.ts +4237 -0
  261. package/demo/node_modules/@types/node/globals.d.ts +377 -0
  262. package/demo/node_modules/@types/node/globals.global.d.ts +1 -0
  263. package/demo/node_modules/@types/node/http.d.ts +1803 -0
  264. package/demo/node_modules/@types/node/http2.d.ts +2392 -0
  265. package/demo/node_modules/@types/node/https.d.ts +544 -0
  266. package/demo/node_modules/@types/node/index.d.ts +88 -0
  267. package/demo/node_modules/@types/node/inspector.d.ts +2738 -0
  268. package/demo/node_modules/@types/node/module.d.ts +298 -0
  269. package/demo/node_modules/@types/node/net.d.ts +918 -0
  270. package/demo/node_modules/@types/node/os.d.ts +473 -0
  271. package/demo/node_modules/@types/node/package.json +222 -0
  272. package/demo/node_modules/@types/node/path.d.ts +191 -0
  273. package/demo/node_modules/@types/node/perf_hooks.d.ts +626 -0
  274. package/demo/node_modules/@types/node/process.d.ts +1548 -0
  275. package/demo/node_modules/@types/node/punycode.d.ts +117 -0
  276. package/demo/node_modules/@types/node/querystring.d.ts +141 -0
  277. package/demo/node_modules/@types/node/readline/promises.d.ts +143 -0
  278. package/demo/node_modules/@types/node/readline.d.ts +666 -0
  279. package/demo/node_modules/@types/node/repl.d.ts +430 -0
  280. package/demo/node_modules/@types/node/stream/consumers.d.ts +12 -0
  281. package/demo/node_modules/@types/node/stream/promises.d.ts +83 -0
  282. package/demo/node_modules/@types/node/stream/web.d.ts +352 -0
  283. package/demo/node_modules/@types/node/stream.d.ts +1731 -0
  284. package/demo/node_modules/@types/node/string_decoder.d.ts +67 -0
  285. package/demo/node_modules/@types/node/test.d.ts +1113 -0
  286. package/demo/node_modules/@types/node/timers/promises.d.ts +93 -0
  287. package/demo/node_modules/@types/node/timers.d.ts +126 -0
  288. package/demo/node_modules/@types/node/tls.d.ts +1203 -0
  289. package/demo/node_modules/@types/node/trace_events.d.ts +171 -0
  290. package/demo/node_modules/@types/node/tty.d.ts +206 -0
  291. package/demo/node_modules/@types/node/url.d.ts +954 -0
  292. package/demo/node_modules/@types/node/util.d.ts +2075 -0
  293. package/demo/node_modules/@types/node/v8.d.ts +753 -0
  294. package/demo/node_modules/@types/node/vm.d.ts +667 -0
  295. package/demo/node_modules/@types/node/wasi.d.ts +160 -0
  296. package/demo/node_modules/@types/node/worker_threads.d.ts +692 -0
  297. package/demo/node_modules/@types/node/zlib.d.ts +517 -0
  298. package/demo/node_modules/@types/node-fetch/LICENSE +21 -0
  299. package/demo/node_modules/@types/node-fetch/README.md +15 -0
  300. package/demo/node_modules/@types/node-fetch/externals.d.ts +32 -0
  301. package/demo/node_modules/@types/node-fetch/index.d.ts +238 -0
  302. package/demo/node_modules/@types/node-fetch/package.json +83 -0
  303. package/demo/node_modules/abort-controller/LICENSE +21 -0
  304. package/demo/node_modules/abort-controller/README.md +98 -0
  305. package/demo/node_modules/abort-controller/browser.js +13 -0
  306. package/demo/node_modules/abort-controller/browser.mjs +11 -0
  307. package/demo/node_modules/abort-controller/package.json +97 -0
  308. package/demo/node_modules/abort-controller/polyfill.js +21 -0
  309. package/demo/node_modules/abort-controller/polyfill.mjs +19 -0
  310. package/demo/node_modules/agentkeepalive/History.md +268 -0
  311. package/demo/node_modules/agentkeepalive/LICENSE +23 -0
  312. package/demo/node_modules/agentkeepalive/README.md +256 -0
  313. package/demo/node_modules/agentkeepalive/browser.js +5 -0
  314. package/demo/node_modules/agentkeepalive/index.d.ts +65 -0
  315. package/demo/node_modules/agentkeepalive/index.js +5 -0
  316. package/demo/node_modules/agentkeepalive/lib/agent.js +402 -0
  317. package/demo/node_modules/agentkeepalive/lib/constants.js +14 -0
  318. package/demo/node_modules/agentkeepalive/lib/https_agent.js +51 -0
  319. package/demo/node_modules/agentkeepalive/package.json +56 -0
  320. package/demo/node_modules/asynckit/LICENSE +21 -0
  321. package/demo/node_modules/asynckit/README.md +233 -0
  322. package/demo/node_modules/asynckit/bench.js +76 -0
  323. package/demo/node_modules/asynckit/index.js +6 -0
  324. package/demo/node_modules/asynckit/lib/abort.js +29 -0
  325. package/demo/node_modules/asynckit/lib/async.js +34 -0
  326. package/demo/node_modules/asynckit/lib/defer.js +26 -0
  327. package/demo/node_modules/asynckit/lib/iterate.js +75 -0
  328. package/demo/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  329. package/demo/node_modules/asynckit/lib/readable_parallel.js +25 -0
  330. package/demo/node_modules/asynckit/lib/readable_serial.js +25 -0
  331. package/demo/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  332. package/demo/node_modules/asynckit/lib/state.js +37 -0
  333. package/demo/node_modules/asynckit/lib/streamify.js +141 -0
  334. package/demo/node_modules/asynckit/lib/terminator.js +29 -0
  335. package/demo/node_modules/asynckit/package.json +63 -0
  336. package/demo/node_modules/asynckit/parallel.js +43 -0
  337. package/demo/node_modules/asynckit/serial.js +17 -0
  338. package/demo/node_modules/asynckit/serialOrdered.js +75 -0
  339. package/demo/node_modules/asynckit/stream.js +21 -0
  340. package/demo/node_modules/combined-stream/License +19 -0
  341. package/demo/node_modules/combined-stream/Readme.md +138 -0
  342. package/demo/node_modules/combined-stream/lib/combined_stream.js +208 -0
  343. package/demo/node_modules/combined-stream/package.json +25 -0
  344. package/demo/node_modules/combined-stream/yarn.lock +17 -0
  345. package/demo/node_modules/delayed-stream/License +19 -0
  346. package/demo/node_modules/delayed-stream/Makefile +7 -0
  347. package/demo/node_modules/delayed-stream/Readme.md +141 -0
  348. package/demo/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  349. package/demo/node_modules/delayed-stream/package.json +27 -0
  350. package/demo/node_modules/dotenv/CHANGELOG.md +475 -0
  351. package/demo/node_modules/dotenv/LICENSE +23 -0
  352. package/demo/node_modules/dotenv/README-es.md +448 -0
  353. package/demo/node_modules/dotenv/README.md +728 -0
  354. package/demo/node_modules/dotenv/config.d.ts +1 -0
  355. package/demo/node_modules/dotenv/config.js +9 -0
  356. package/demo/node_modules/dotenv/lib/cli-options.js +11 -0
  357. package/demo/node_modules/dotenv/lib/env-options.js +24 -0
  358. package/demo/node_modules/dotenv/lib/main.d.ts +153 -0
  359. package/demo/node_modules/dotenv/lib/main.js +361 -0
  360. package/demo/node_modules/dotenv/package.json +65 -0
  361. package/demo/node_modules/event-target-shim/LICENSE +22 -0
  362. package/demo/node_modules/event-target-shim/README.md +293 -0
  363. package/demo/node_modules/event-target-shim/index.d.ts +399 -0
  364. package/demo/node_modules/event-target-shim/package.json +82 -0
  365. package/demo/node_modules/form-data/License +19 -0
  366. package/demo/node_modules/form-data/README.md.bak +358 -0
  367. package/demo/node_modules/form-data/Readme.md +358 -0
  368. package/demo/node_modules/form-data/index.d.ts +62 -0
  369. package/demo/node_modules/form-data/lib/browser.js +2 -0
  370. package/demo/node_modules/form-data/lib/form_data.js +501 -0
  371. package/demo/node_modules/form-data/lib/populate.js +10 -0
  372. package/demo/node_modules/form-data/package.json +68 -0
  373. package/demo/node_modules/form-data-encoder/@type/FileLike.d.ts +23 -0
  374. package/demo/node_modules/form-data-encoder/@type/FormDataEncoder.d.ts +160 -0
  375. package/demo/node_modules/form-data-encoder/@type/FormDataLike.d.ts +40 -0
  376. package/demo/node_modules/form-data-encoder/@type/index.d.ts +5 -0
  377. package/demo/node_modules/form-data-encoder/@type/util/createBoundary.d.ts +13 -0
  378. package/demo/node_modules/form-data-encoder/@type/util/escapeName.d.ts +11 -0
  379. package/demo/node_modules/form-data-encoder/@type/util/isFileLike.d.ts +28 -0
  380. package/demo/node_modules/form-data-encoder/@type/util/isFormData.d.ts +15 -0
  381. package/demo/node_modules/form-data-encoder/@type/util/isFunction.d.ts +7 -0
  382. package/demo/node_modules/form-data-encoder/@type/util/isPlainObject.d.ts +2 -0
  383. package/demo/node_modules/form-data-encoder/@type/util/normalizeValue.d.ts +11 -0
  384. package/demo/node_modules/form-data-encoder/lib/cjs/FileLike.js +2 -0
  385. package/demo/node_modules/form-data-encoder/lib/cjs/FormDataEncoder.js +126 -0
  386. package/demo/node_modules/form-data-encoder/lib/cjs/FormDataLike.js +2 -0
  387. package/demo/node_modules/form-data-encoder/lib/cjs/index.js +17 -0
  388. package/demo/node_modules/form-data-encoder/lib/cjs/package.json +3 -0
  389. package/demo/node_modules/form-data-encoder/lib/cjs/util/createBoundary.js +12 -0
  390. package/demo/node_modules/form-data-encoder/lib/cjs/util/escapeName.js +7 -0
  391. package/demo/node_modules/form-data-encoder/lib/cjs/util/isFileLike.js +16 -0
  392. package/demo/node_modules/form-data-encoder/lib/cjs/util/isFormData.js +16 -0
  393. package/demo/node_modules/form-data-encoder/lib/cjs/util/isFunction.js +4 -0
  394. package/demo/node_modules/form-data-encoder/lib/cjs/util/isPlainObject.js +15 -0
  395. package/demo/node_modules/form-data-encoder/lib/cjs/util/normalizeValue.js +11 -0
  396. package/demo/node_modules/form-data-encoder/lib/esm/FileLike.js +1 -0
  397. package/demo/node_modules/form-data-encoder/lib/esm/FormDataEncoder.js +119 -0
  398. package/demo/node_modules/form-data-encoder/lib/esm/FormDataLike.js +1 -0
  399. package/demo/node_modules/form-data-encoder/lib/esm/index.js +5 -0
  400. package/demo/node_modules/form-data-encoder/lib/esm/package.json +3 -0
  401. package/demo/node_modules/form-data-encoder/lib/esm/util/createBoundary.js +10 -0
  402. package/demo/node_modules/form-data-encoder/lib/esm/util/escapeName.js +5 -0
  403. package/demo/node_modules/form-data-encoder/lib/esm/util/isFileLike.js +9 -0
  404. package/demo/node_modules/form-data-encoder/lib/esm/util/isFormData.js +9 -0
  405. package/demo/node_modules/form-data-encoder/lib/esm/util/isFunction.js +2 -0
  406. package/demo/node_modules/form-data-encoder/lib/esm/util/isPlainObject.js +13 -0
  407. package/demo/node_modules/form-data-encoder/lib/esm/util/normalizeValue.js +9 -0
  408. package/demo/node_modules/form-data-encoder/license +21 -0
  409. package/demo/node_modules/form-data-encoder/package.json +63 -0
  410. package/demo/node_modules/form-data-encoder/readme.md +366 -0
  411. package/demo/node_modules/formdata-node/@type/Blob.d.ts +66 -0
  412. package/demo/node_modules/formdata-node/@type/BlobPart.d.ts +2 -0
  413. package/demo/node_modules/formdata-node/@type/File.d.ts +53 -0
  414. package/demo/node_modules/formdata-node/@type/FormData.d.ts +105 -0
  415. package/demo/node_modules/formdata-node/@type/blobHelpers.d.ts +9 -0
  416. package/demo/node_modules/formdata-node/@type/browser.d.ts +10 -0
  417. package/demo/node_modules/formdata-node/@type/deprecateConstructorEntries.d.ts +1 -0
  418. package/demo/node_modules/formdata-node/@type/fileFromPath.d.ts +55 -0
  419. package/demo/node_modules/formdata-node/@type/index.d.ts +3 -0
  420. package/demo/node_modules/formdata-node/@type/isBlob.d.ts +2 -0
  421. package/demo/node_modules/formdata-node/@type/isFile.d.ts +7 -0
  422. package/demo/node_modules/formdata-node/@type/isFunction.d.ts +1 -0
  423. package/demo/node_modules/formdata-node/@type/isPlainObject.d.ts +2 -0
  424. package/demo/node_modules/formdata-node/lib/cjs/Blob.js +122 -0
  425. package/demo/node_modules/formdata-node/lib/cjs/BlobPart.js +2 -0
  426. package/demo/node_modules/formdata-node/lib/cjs/File.js +52 -0
  427. package/demo/node_modules/formdata-node/lib/cjs/FormData.js +148 -0
  428. package/demo/node_modules/formdata-node/lib/cjs/blobHelpers.js +80 -0
  429. package/demo/node_modules/formdata-node/lib/cjs/browser.js +13 -0
  430. package/demo/node_modules/formdata-node/lib/cjs/deprecateConstructorEntries.js +6 -0
  431. package/demo/node_modules/formdata-node/lib/cjs/fileFromPath.js +97 -0
  432. package/demo/node_modules/formdata-node/lib/cjs/index.js +15 -0
  433. package/demo/node_modules/formdata-node/lib/cjs/isBlob.js +6 -0
  434. package/demo/node_modules/formdata-node/lib/cjs/isFile.js +6 -0
  435. package/demo/node_modules/formdata-node/lib/cjs/isFunction.js +5 -0
  436. package/demo/node_modules/formdata-node/lib/cjs/isPlainObject.js +15 -0
  437. package/demo/node_modules/formdata-node/lib/cjs/package.json +3 -0
  438. package/demo/node_modules/formdata-node/lib/esm/Blob.js +118 -0
  439. package/demo/node_modules/formdata-node/lib/esm/BlobPart.js +1 -0
  440. package/demo/node_modules/formdata-node/lib/esm/File.js +48 -0
  441. package/demo/node_modules/formdata-node/lib/esm/FormData.js +144 -0
  442. package/demo/node_modules/formdata-node/lib/esm/blobHelpers.js +75 -0
  443. package/demo/node_modules/formdata-node/lib/esm/browser.js +10 -0
  444. package/demo/node_modules/formdata-node/lib/esm/deprecateConstructorEntries.js +3 -0
  445. package/demo/node_modules/formdata-node/lib/esm/fileFromPath.js +79 -0
  446. package/demo/node_modules/formdata-node/lib/esm/index.js +3 -0
  447. package/demo/node_modules/formdata-node/lib/esm/isBlob.js +2 -0
  448. package/demo/node_modules/formdata-node/lib/esm/isFile.js +2 -0
  449. package/demo/node_modules/formdata-node/lib/esm/isFunction.js +1 -0
  450. package/demo/node_modules/formdata-node/lib/esm/isPlainObject.js +13 -0
  451. package/demo/node_modules/formdata-node/lib/esm/package.json +3 -0
  452. package/demo/node_modules/formdata-node/lib/node-domexception.d.ts +5 -0
  453. package/demo/node_modules/formdata-node/license +21 -0
  454. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/LICENSE +22 -0
  455. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/README.md +135 -0
  456. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/es5/package.json +6 -0
  457. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/package.json +101 -0
  458. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/polyfill/es5/package.json +5 -0
  459. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/polyfill/package.json +5 -0
  460. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/types/polyfill.d.ts +62 -0
  461. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/types/ponyfill.d.ts +775 -0
  462. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/types/tsdoc-metadata.json +11 -0
  463. package/demo/node_modules/formdata-node/package.json +94 -0
  464. package/demo/node_modules/formdata-node/readme.md +444 -0
  465. package/demo/node_modules/humanize-ms/History.md +25 -0
  466. package/demo/node_modules/humanize-ms/LICENSE +17 -0
  467. package/demo/node_modules/humanize-ms/README.md +40 -0
  468. package/demo/node_modules/humanize-ms/index.js +24 -0
  469. package/demo/node_modules/humanize-ms/package.json +37 -0
  470. package/demo/node_modules/mime-db/HISTORY.md +507 -0
  471. package/demo/node_modules/mime-db/LICENSE +23 -0
  472. package/demo/node_modules/mime-db/README.md +100 -0
  473. package/demo/node_modules/mime-db/db.json +8519 -0
  474. package/demo/node_modules/mime-db/index.js +12 -0
  475. package/demo/node_modules/mime-db/package.json +60 -0
  476. package/demo/node_modules/mime-types/HISTORY.md +397 -0
  477. package/demo/node_modules/mime-types/LICENSE +23 -0
  478. package/demo/node_modules/mime-types/README.md +113 -0
  479. package/demo/node_modules/mime-types/index.js +188 -0
  480. package/demo/node_modules/mime-types/package.json +44 -0
  481. package/demo/node_modules/ms/index.js +162 -0
  482. package/demo/node_modules/ms/license.md +21 -0
  483. package/demo/node_modules/ms/package.json +38 -0
  484. package/demo/node_modules/ms/readme.md +59 -0
  485. package/demo/node_modules/node-domexception/.history/README_20210527203617.md +2 -0
  486. package/demo/node_modules/node-domexception/.history/README_20210527212714.md +41 -0
  487. package/demo/node_modules/node-domexception/.history/README_20210527213345.md +36 -0
  488. package/demo/node_modules/node-domexception/.history/README_20210527213411.md +36 -0
  489. package/demo/node_modules/node-domexception/.history/README_20210527213803.md +36 -0
  490. package/demo/node_modules/node-domexception/.history/README_20210527214323.md +38 -0
  491. package/demo/node_modules/node-domexception/.history/README_20210527214408.md +38 -0
  492. package/demo/node_modules/node-domexception/.history/index_20210527203842.js +0 -0
  493. package/demo/node_modules/node-domexception/.history/index_20210527203947.js +8 -0
  494. package/demo/node_modules/node-domexception/.history/index_20210527204259.js +9 -0
  495. package/demo/node_modules/node-domexception/.history/index_20210527204418.js +9 -0
  496. package/demo/node_modules/node-domexception/.history/index_20210527204756.js +11 -0
  497. package/demo/node_modules/node-domexception/.history/index_20210527204833.js +11 -0
  498. package/demo/node_modules/node-domexception/.history/index_20210527211208.js +15 -0
  499. package/demo/node_modules/node-domexception/.history/index_20210527211248.js +15 -0
  500. package/demo/node_modules/node-domexception/.history/index_20210527212722.js +23 -0
  501. package/demo/node_modules/node-domexception/.history/index_20210527212731.js +23 -0
  502. package/demo/node_modules/node-domexception/.history/index_20210527212746.js +15 -0
  503. package/demo/node_modules/node-domexception/.history/index_20210527212900.js +16 -0
  504. package/demo/node_modules/node-domexception/.history/index_20210527213022.js +16 -0
  505. package/demo/node_modules/node-domexception/.history/index_20210527213822.js +16 -0
  506. package/demo/node_modules/node-domexception/.history/index_20210527213843.js +17 -0
  507. package/demo/node_modules/node-domexception/.history/index_20210527213852.js +17 -0
  508. package/demo/node_modules/node-domexception/.history/index_20210527213910.js +16 -0
  509. package/demo/node_modules/node-domexception/.history/index_20210527214034.js +16 -0
  510. package/demo/node_modules/node-domexception/.history/index_20210527214643.js +41 -0
  511. package/demo/node_modules/node-domexception/.history/index_20210527214654.js +41 -0
  512. package/demo/node_modules/node-domexception/.history/index_20210527214700.js +16 -0
  513. package/demo/node_modules/node-domexception/.history/package_20210527203733.json +19 -0
  514. package/demo/node_modules/node-domexception/.history/package_20210527203825.json +16 -0
  515. package/demo/node_modules/node-domexception/.history/package_20210527204621.json +19 -0
  516. package/demo/node_modules/node-domexception/.history/package_20210527204913.json +25 -0
  517. package/demo/node_modules/node-domexception/.history/package_20210527204925.json +25 -0
  518. package/demo/node_modules/node-domexception/.history/package_20210527205145.json +29 -0
  519. package/demo/node_modules/node-domexception/.history/package_20210527205156.json +29 -0
  520. package/demo/node_modules/node-domexception/.history/test_20210527205603.js +0 -0
  521. package/demo/node_modules/node-domexception/.history/test_20210527205957.js +3 -0
  522. package/demo/node_modules/node-domexception/.history/test_20210527210021.js +3 -0
  523. package/demo/node_modules/node-domexception/LICENSE +21 -0
  524. package/demo/node_modules/node-domexception/README.md +46 -0
  525. package/demo/node_modules/node-domexception/index.js +16 -0
  526. package/demo/node_modules/node-domexception/package.json +29 -0
  527. package/demo/node_modules/node-fetch/LICENSE.md +22 -0
  528. package/demo/node_modules/node-fetch/README.md +634 -0
  529. package/demo/node_modules/node-fetch/browser.js +25 -0
  530. package/demo/node_modules/node-fetch/lib/index.es.js +1777 -0
  531. package/demo/node_modules/node-fetch/lib/index.js +1787 -0
  532. package/demo/node_modules/node-fetch/lib/index.mjs +1775 -0
  533. package/demo/node_modules/node-fetch/package.json +89 -0
  534. package/demo/node_modules/tr46/index.js +193 -0
  535. package/demo/node_modules/tr46/lib/.gitkeep +0 -0
  536. package/demo/node_modules/tr46/lib/mappingTable.json +1 -0
  537. package/demo/node_modules/tr46/package.json +31 -0
  538. package/demo/node_modules/undici-types/README.md +6 -0
  539. package/demo/node_modules/undici-types/agent.d.ts +31 -0
  540. package/demo/node_modules/undici-types/api.d.ts +43 -0
  541. package/demo/node_modules/undici-types/balanced-pool.d.ts +18 -0
  542. package/demo/node_modules/undici-types/cache.d.ts +36 -0
  543. package/demo/node_modules/undici-types/client.d.ts +97 -0
  544. package/demo/node_modules/undici-types/connector.d.ts +34 -0
  545. package/demo/node_modules/undici-types/content-type.d.ts +21 -0
  546. package/demo/node_modules/undici-types/cookies.d.ts +28 -0
  547. package/demo/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  548. package/demo/node_modules/undici-types/dispatcher.d.ts +241 -0
  549. package/demo/node_modules/undici-types/errors.d.ts +128 -0
  550. package/demo/node_modules/undici-types/fetch.d.ts +209 -0
  551. package/demo/node_modules/undici-types/file.d.ts +39 -0
  552. package/demo/node_modules/undici-types/filereader.d.ts +54 -0
  553. package/demo/node_modules/undici-types/formdata.d.ts +108 -0
  554. package/demo/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  555. package/demo/node_modules/undici-types/global-origin.d.ts +7 -0
  556. package/demo/node_modules/undici-types/handlers.d.ts +9 -0
  557. package/demo/node_modules/undici-types/header.d.ts +4 -0
  558. package/demo/node_modules/undici-types/index.d.ts +63 -0
  559. package/demo/node_modules/undici-types/interceptors.d.ts +5 -0
  560. package/demo/node_modules/undici-types/mock-agent.d.ts +50 -0
  561. package/demo/node_modules/undici-types/mock-client.d.ts +25 -0
  562. package/demo/node_modules/undici-types/mock-errors.d.ts +12 -0
  563. package/demo/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  564. package/demo/node_modules/undici-types/mock-pool.d.ts +25 -0
  565. package/demo/node_modules/undici-types/package.json +55 -0
  566. package/demo/node_modules/undici-types/patch.d.ts +71 -0
  567. package/demo/node_modules/undici-types/pool-stats.d.ts +19 -0
  568. package/demo/node_modules/undici-types/pool.d.ts +28 -0
  569. package/demo/node_modules/undici-types/proxy-agent.d.ts +30 -0
  570. package/demo/node_modules/undici-types/readable.d.ts +61 -0
  571. package/demo/node_modules/undici-types/webidl.d.ts +220 -0
  572. package/demo/node_modules/undici-types/websocket.d.ts +131 -0
  573. package/demo/node_modules/web-streams-polyfill/LICENSE +22 -0
  574. package/demo/node_modules/web-streams-polyfill/README.md +110 -0
  575. package/demo/node_modules/web-streams-polyfill/es2018/package.json +14 -0
  576. package/demo/node_modules/web-streams-polyfill/es6/package.json +14 -0
  577. package/demo/node_modules/web-streams-polyfill/package.json +83 -0
  578. package/demo/node_modules/web-streams-polyfill/ponyfill/es2018/package.json +13 -0
  579. package/demo/node_modules/web-streams-polyfill/ponyfill/es6/package.json +13 -0
  580. package/demo/node_modules/web-streams-polyfill/ponyfill/package.json +13 -0
  581. package/demo/node_modules/webidl-conversions/LICENSE.md +12 -0
  582. package/demo/node_modules/webidl-conversions/README.md +53 -0
  583. package/demo/node_modules/webidl-conversions/lib/index.js +189 -0
  584. package/demo/node_modules/webidl-conversions/package.json +23 -0
  585. package/demo/node_modules/whatwg-url/LICENSE.txt +21 -0
  586. package/demo/node_modules/whatwg-url/README.md +67 -0
  587. package/demo/node_modules/whatwg-url/lib/URL-impl.js +200 -0
  588. package/demo/node_modules/whatwg-url/lib/URL.js +196 -0
  589. package/demo/node_modules/whatwg-url/lib/public-api.js +11 -0
  590. package/demo/node_modules/whatwg-url/lib/url-state-machine.js +1297 -0
  591. package/demo/node_modules/whatwg-url/lib/utils.js +20 -0
  592. package/demo/node_modules/whatwg-url/package.json +32 -0
  593. package/demo/together.mjs +6 -3
  594. package/index.js +3 -3
  595. package/package.json +4 -1
@@ -0,0 +1,775 @@
1
+ /// <reference lib="es2018.asynciterable" />
2
+
3
+ /**
4
+ * A signal object that allows you to communicate with a request and abort it if required
5
+ * via its associated `AbortController` object.
6
+ *
7
+ * @remarks
8
+ * This interface is compatible with the `AbortSignal` interface defined in TypeScript's DOM types.
9
+ * It is redefined here, so it can be polyfilled without a DOM, for example with
10
+ * {@link https://www.npmjs.com/package/abortcontroller-polyfill | abortcontroller-polyfill} in a Node environment.
11
+ *
12
+ * @public
13
+ */
14
+ export declare interface AbortSignal {
15
+ /**
16
+ * Whether the request is aborted.
17
+ */
18
+ readonly aborted: boolean;
19
+ /**
20
+ * The abort reason.
21
+ */
22
+ readonly reason?: any;
23
+ /**
24
+ * Add an event listener to be triggered when this signal becomes aborted.
25
+ */
26
+ addEventListener(type: 'abort', listener: () => void): void;
27
+ /**
28
+ * Remove an event listener that was previously added with {@link AbortSignal.addEventListener}.
29
+ */
30
+ removeEventListener(type: 'abort', listener: () => void): void;
31
+ }
32
+
33
+ /**
34
+ * A queuing strategy that counts the number of bytes in each chunk.
35
+ *
36
+ * @public
37
+ */
38
+ export declare class ByteLengthQueuingStrategy implements QueuingStrategy<ArrayBufferView> {
39
+ constructor(options: QueuingStrategyInit);
40
+ /**
41
+ * Returns the high water mark provided to the constructor.
42
+ */
43
+ get highWaterMark(): number;
44
+ /**
45
+ * Measures the size of `chunk` by returning the value of its `byteLength` property.
46
+ */
47
+ get size(): (chunk: ArrayBufferView) => number;
48
+ }
49
+
50
+ /**
51
+ * A queuing strategy that counts the number of chunks.
52
+ *
53
+ * @public
54
+ */
55
+ export declare class CountQueuingStrategy implements QueuingStrategy<any> {
56
+ constructor(options: QueuingStrategyInit);
57
+ /**
58
+ * Returns the high water mark provided to the constructor.
59
+ */
60
+ get highWaterMark(): number;
61
+ /**
62
+ * Measures the size of `chunk` by always returning 1.
63
+ * This ensures that the total queue size is a count of the number of chunks in the queue.
64
+ */
65
+ get size(): (chunk: any) => 1;
66
+ }
67
+
68
+ /**
69
+ * A queuing strategy.
70
+ *
71
+ * @public
72
+ */
73
+ export declare interface QueuingStrategy<T = any> {
74
+ /**
75
+ * A non-negative number indicating the high water mark of the stream using this queuing strategy.
76
+ */
77
+ highWaterMark?: number;
78
+ /**
79
+ * A function that computes and returns the finite non-negative size of the given chunk value.
80
+ */
81
+ size?: QueuingStrategySizeCallback<T>;
82
+ }
83
+
84
+ /**
85
+ * @public
86
+ */
87
+ export declare interface QueuingStrategyInit {
88
+ /**
89
+ * {@inheritDoc QueuingStrategy.highWaterMark}
90
+ */
91
+ highWaterMark: number;
92
+ }
93
+
94
+ /**
95
+ * {@inheritDoc QueuingStrategy.size}
96
+ * @public
97
+ */
98
+ export declare type QueuingStrategySizeCallback<T = any> = (chunk: T) => number;
99
+
100
+ /**
101
+ * Allows control of a {@link ReadableStream | readable byte stream}'s state and internal queue.
102
+ *
103
+ * @public
104
+ */
105
+ export declare class ReadableByteStreamController {
106
+ private constructor();
107
+ /**
108
+ * Returns the current BYOB pull request, or `null` if there isn't one.
109
+ */
110
+ get byobRequest(): ReadableStreamBYOBRequest | null;
111
+ /**
112
+ * Returns the desired size to fill the controlled stream's internal queue. It can be negative, if the queue is
113
+ * over-full. An underlying byte source ought to use this information to determine when and how to apply backpressure.
114
+ */
115
+ get desiredSize(): number | null;
116
+ /**
117
+ * Closes the controlled readable stream. Consumers will still be able to read any previously-enqueued chunks from
118
+ * the stream, but once those are read, the stream will become closed.
119
+ */
120
+ close(): void;
121
+ /**
122
+ * Enqueues the given chunk chunk in the controlled readable stream.
123
+ * The chunk has to be an `ArrayBufferView` instance, or else a `TypeError` will be thrown.
124
+ */
125
+ enqueue(chunk: ArrayBufferView): void;
126
+ /**
127
+ * Errors the controlled readable stream, making all future interactions with it fail with the given error `e`.
128
+ */
129
+ error(e?: any): void;
130
+ }
131
+
132
+ /**
133
+ * A readable stream represents a source of data, from which you can read.
134
+ *
135
+ * @public
136
+ */
137
+ export declare class ReadableStream<R = any> {
138
+ constructor(underlyingSource: UnderlyingByteSource, strategy?: {
139
+ highWaterMark?: number;
140
+ size?: undefined;
141
+ });
142
+ constructor(underlyingSource?: UnderlyingSource<R>, strategy?: QueuingStrategy<R>);
143
+ /**
144
+ * Whether or not the readable stream is locked to a {@link ReadableStreamDefaultReader | reader}.
145
+ */
146
+ get locked(): boolean;
147
+ /**
148
+ * Cancels the stream, signaling a loss of interest in the stream by a consumer.
149
+ *
150
+ * The supplied `reason` argument will be given to the underlying source's {@link UnderlyingSource.cancel | cancel()}
151
+ * method, which might or might not use it.
152
+ */
153
+ cancel(reason?: any): Promise<void>;
154
+ /**
155
+ * Creates a {@link ReadableStreamBYOBReader} and locks the stream to the new reader.
156
+ *
157
+ * This call behaves the same way as the no-argument variant, except that it only works on readable byte streams,
158
+ * i.e. streams which were constructed specifically with the ability to handle "bring your own buffer" reading.
159
+ * The returned BYOB reader provides the ability to directly read individual chunks from the stream via its
160
+ * {@link ReadableStreamBYOBReader.read | read()} method, into developer-supplied buffers, allowing more precise
161
+ * control over allocation.
162
+ */
163
+ getReader({ mode }: {
164
+ mode: 'byob';
165
+ }): ReadableStreamBYOBReader;
166
+ /**
167
+ * Creates a {@link ReadableStreamDefaultReader} and locks the stream to the new reader.
168
+ * While the stream is locked, no other reader can be acquired until this one is released.
169
+ *
170
+ * This functionality is especially useful for creating abstractions that desire the ability to consume a stream
171
+ * in its entirety. By getting a reader for the stream, you can ensure nobody else can interleave reads with yours
172
+ * or cancel the stream, which would interfere with your abstraction.
173
+ */
174
+ getReader(): ReadableStreamDefaultReader<R>;
175
+ /**
176
+ * Provides a convenient, chainable way of piping this readable stream through a transform stream
177
+ * (or any other `{ writable, readable }` pair). It simply {@link ReadableStream.pipeTo | pipes} the stream
178
+ * into the writable side of the supplied pair, and returns the readable side for further use.
179
+ *
180
+ * Piping a stream will lock it for the duration of the pipe, preventing any other consumer from acquiring a reader.
181
+ */
182
+ pipeThrough<RS extends ReadableStream>(transform: {
183
+ readable: RS;
184
+ writable: WritableStream<R>;
185
+ }, options?: StreamPipeOptions): RS;
186
+ /**
187
+ * Pipes this readable stream to a given writable stream. The way in which the piping process behaves under
188
+ * various error conditions can be customized with a number of passed options. It returns a promise that fulfills
189
+ * when the piping process completes successfully, or rejects if any errors were encountered.
190
+ *
191
+ * Piping a stream will lock it for the duration of the pipe, preventing any other consumer from acquiring a reader.
192
+ */
193
+ pipeTo(destination: WritableStream<R>, options?: StreamPipeOptions): Promise<void>;
194
+ /**
195
+ * Tees this readable stream, returning a two-element array containing the two resulting branches as
196
+ * new {@link ReadableStream} instances.
197
+ *
198
+ * Teeing a stream will lock it, preventing any other consumer from acquiring a reader.
199
+ * To cancel the stream, cancel both of the resulting branches; a composite cancellation reason will then be
200
+ * propagated to the stream's underlying source.
201
+ *
202
+ * Note that the chunks seen in each branch will be the same object. If the chunks are not immutable,
203
+ * this could allow interference between the two branches.
204
+ */
205
+ tee(): [ReadableStream<R>, ReadableStream<R>];
206
+ /**
207
+ * Asynchronously iterates over the chunks in the stream's internal queue.
208
+ *
209
+ * Asynchronously iterating over the stream will lock it, preventing any other consumer from acquiring a reader.
210
+ * The lock will be released if the async iterator's {@link ReadableStreamAsyncIterator.return | return()} method
211
+ * is called, e.g. by breaking out of the loop.
212
+ *
213
+ * By default, calling the async iterator's {@link ReadableStreamAsyncIterator.return | return()} method will also
214
+ * cancel the stream. To prevent this, use the stream's {@link ReadableStream.values | values()} method, passing
215
+ * `true` for the `preventCancel` option.
216
+ */
217
+ values(options?: ReadableStreamIteratorOptions): ReadableStreamAsyncIterator<R>;
218
+ /**
219
+ * {@inheritDoc ReadableStream.values}
220
+ */
221
+ [Symbol.asyncIterator]: (options?: ReadableStreamIteratorOptions) => ReadableStreamAsyncIterator<R>;
222
+ }
223
+
224
+ /**
225
+ * An async iterator returned by {@link ReadableStream.values}.
226
+ *
227
+ * @public
228
+ */
229
+ export declare interface ReadableStreamAsyncIterator<R> extends AsyncIterator<R> {
230
+ next(): Promise<IteratorResult<R, undefined>>;
231
+ return(value?: any): Promise<IteratorResult<any>>;
232
+ }
233
+
234
+ /**
235
+ * A BYOB reader vended by a {@link ReadableStream}.
236
+ *
237
+ * @public
238
+ */
239
+ export declare class ReadableStreamBYOBReader {
240
+ constructor(stream: ReadableStream<Uint8Array>);
241
+ /**
242
+ * Returns a promise that will be fulfilled when the stream becomes closed, or rejected if the stream ever errors or
243
+ * the reader's lock is released before the stream finishes closing.
244
+ */
245
+ get closed(): Promise<undefined>;
246
+ /**
247
+ * If the reader is active, behaves the same as {@link ReadableStream.cancel | stream.cancel(reason)}.
248
+ */
249
+ cancel(reason?: any): Promise<void>;
250
+ /**
251
+ * Attempts to reads bytes into view, and returns a promise resolved with the result.
252
+ *
253
+ * If reading a chunk causes the queue to become empty, more data will be pulled from the underlying source.
254
+ */
255
+ read<T extends ArrayBufferView>(view: T): Promise<ReadableStreamBYOBReadResult<T>>;
256
+ /**
257
+ * Releases the reader's lock on the corresponding stream. After the lock is released, the reader is no longer active.
258
+ * If the associated stream is errored when the lock is released, the reader will appear errored in the same way
259
+ * from now on; otherwise, the reader will appear closed.
260
+ *
261
+ * A reader's lock cannot be released while it still has a pending read request, i.e., if a promise returned by
262
+ * the reader's {@link ReadableStreamBYOBReader.read | read()} method has not yet been settled. Attempting to
263
+ * do so will throw a `TypeError` and leave the reader locked to the stream.
264
+ */
265
+ releaseLock(): void;
266
+ }
267
+
268
+ /**
269
+ * A result returned by {@link ReadableStreamBYOBReader.read}.
270
+ *
271
+ * @public
272
+ */
273
+ export declare type ReadableStreamBYOBReadResult<T extends ArrayBufferView> = {
274
+ done: false;
275
+ value: T;
276
+ } | {
277
+ done: true;
278
+ value: T | undefined;
279
+ };
280
+
281
+ /**
282
+ * A pull-into request in a {@link ReadableByteStreamController}.
283
+ *
284
+ * @public
285
+ */
286
+ export declare class ReadableStreamBYOBRequest {
287
+ private constructor();
288
+ /**
289
+ * Returns the view for writing in to, or `null` if the BYOB request has already been responded to.
290
+ */
291
+ get view(): ArrayBufferView | null;
292
+ /**
293
+ * Indicates to the associated readable byte stream that `bytesWritten` bytes were written into
294
+ * {@link ReadableStreamBYOBRequest.view | view}, causing the result be surfaced to the consumer.
295
+ *
296
+ * After this method is called, {@link ReadableStreamBYOBRequest.view | view} will be transferred and no longer
297
+ * modifiable.
298
+ */
299
+ respond(bytesWritten: number): void;
300
+ /**
301
+ * Indicates to the associated readable byte stream that instead of writing into
302
+ * {@link ReadableStreamBYOBRequest.view | view}, the underlying byte source is providing a new `ArrayBufferView`,
303
+ * which will be given to the consumer of the readable byte stream.
304
+ *
305
+ * After this method is called, `view` will be transferred and no longer modifiable.
306
+ */
307
+ respondWithNewView(view: ArrayBufferView): void;
308
+ }
309
+
310
+ /**
311
+ * Allows control of a {@link ReadableStream | readable stream}'s state and internal queue.
312
+ *
313
+ * @public
314
+ */
315
+ export declare class ReadableStreamDefaultController<R> {
316
+ private constructor();
317
+ /**
318
+ * Returns the desired size to fill the controlled stream's internal queue. It can be negative, if the queue is
319
+ * over-full. An underlying source ought to use this information to determine when and how to apply backpressure.
320
+ */
321
+ get desiredSize(): number | null;
322
+ /**
323
+ * Closes the controlled readable stream. Consumers will still be able to read any previously-enqueued chunks from
324
+ * the stream, but once those are read, the stream will become closed.
325
+ */
326
+ close(): void;
327
+ /**
328
+ * Enqueues the given chunk `chunk` in the controlled readable stream.
329
+ */
330
+ enqueue(chunk: R): void;
331
+ /**
332
+ * Errors the controlled readable stream, making all future interactions with it fail with the given error `e`.
333
+ */
334
+ error(e?: any): void;
335
+ }
336
+
337
+ /**
338
+ * A default reader vended by a {@link ReadableStream}.
339
+ *
340
+ * @public
341
+ */
342
+ export declare class ReadableStreamDefaultReader<R = any> {
343
+ constructor(stream: ReadableStream<R>);
344
+ /**
345
+ * Returns a promise that will be fulfilled when the stream becomes closed,
346
+ * or rejected if the stream ever errors or the reader's lock is released before the stream finishes closing.
347
+ */
348
+ get closed(): Promise<undefined>;
349
+ /**
350
+ * If the reader is active, behaves the same as {@link ReadableStream.cancel | stream.cancel(reason)}.
351
+ */
352
+ cancel(reason?: any): Promise<void>;
353
+ /**
354
+ * Returns a promise that allows access to the next chunk from the stream's internal queue, if available.
355
+ *
356
+ * If reading a chunk causes the queue to become empty, more data will be pulled from the underlying source.
357
+ */
358
+ read(): Promise<ReadableStreamDefaultReadResult<R>>;
359
+ /**
360
+ * Releases the reader's lock on the corresponding stream. After the lock is released, the reader is no longer active.
361
+ * If the associated stream is errored when the lock is released, the reader will appear errored in the same way
362
+ * from now on; otherwise, the reader will appear closed.
363
+ *
364
+ * A reader's lock cannot be released while it still has a pending read request, i.e., if a promise returned by
365
+ * the reader's {@link ReadableStreamDefaultReader.read | read()} method has not yet been settled. Attempting to
366
+ * do so will throw a `TypeError` and leave the reader locked to the stream.
367
+ */
368
+ releaseLock(): void;
369
+ }
370
+
371
+ /**
372
+ * A result returned by {@link ReadableStreamDefaultReader.read}.
373
+ *
374
+ * @public
375
+ */
376
+ export declare type ReadableStreamDefaultReadResult<T> = {
377
+ done: false;
378
+ value: T;
379
+ } | {
380
+ done: true;
381
+ value?: undefined;
382
+ };
383
+
384
+ /**
385
+ * Options for {@link ReadableStream.values | async iterating} a stream.
386
+ *
387
+ * @public
388
+ */
389
+ export declare interface ReadableStreamIteratorOptions {
390
+ preventCancel?: boolean;
391
+ }
392
+
393
+ /**
394
+ * A pair of a {@link ReadableStream | readable stream} and {@link WritableStream | writable stream} that can be passed
395
+ * to {@link ReadableStream.pipeThrough}.
396
+ *
397
+ * @public
398
+ */
399
+ export declare interface ReadableWritablePair<R, W> {
400
+ readable: ReadableStream<R>;
401
+ writable: WritableStream<W>;
402
+ }
403
+
404
+ /**
405
+ * Options for {@link ReadableStream.pipeTo | piping} a stream.
406
+ *
407
+ * @public
408
+ */
409
+ export declare interface StreamPipeOptions {
410
+ /**
411
+ * If set to true, {@link ReadableStream.pipeTo} will not abort the writable stream if the readable stream errors.
412
+ */
413
+ preventAbort?: boolean;
414
+ /**
415
+ * If set to true, {@link ReadableStream.pipeTo} will not cancel the readable stream if the writable stream closes
416
+ * or errors.
417
+ */
418
+ preventCancel?: boolean;
419
+ /**
420
+ * If set to true, {@link ReadableStream.pipeTo} will not close the writable stream if the readable stream closes.
421
+ */
422
+ preventClose?: boolean;
423
+ /**
424
+ * Can be set to an {@link AbortSignal} to allow aborting an ongoing pipe operation via the corresponding
425
+ * `AbortController`. In this case, the source readable stream will be canceled, and the destination writable stream
426
+ * aborted, unless the respective options `preventCancel` or `preventAbort` are set.
427
+ */
428
+ signal?: AbortSignal;
429
+ }
430
+
431
+ /**
432
+ * A transformer for constructing a {@link TransformStream}.
433
+ *
434
+ * @public
435
+ */
436
+ export declare interface Transformer<I = any, O = any> {
437
+ /**
438
+ * A function that is called immediately during creation of the {@link TransformStream}.
439
+ */
440
+ start?: TransformerStartCallback<O>;
441
+ /**
442
+ * A function called when a new chunk originally written to the writable side is ready to be transformed.
443
+ */
444
+ transform?: TransformerTransformCallback<I, O>;
445
+ /**
446
+ * A function called after all chunks written to the writable side have been transformed by successfully passing
447
+ * through {@link Transformer.transform | transform()}, and the writable side is about to be closed.
448
+ */
449
+ flush?: TransformerFlushCallback<O>;
450
+ readableType?: undefined;
451
+ writableType?: undefined;
452
+ }
453
+
454
+ /** @public */
455
+ export declare type TransformerFlushCallback<O> = (controller: TransformStreamDefaultController<O>) => void | PromiseLike<void>;
456
+
457
+ /** @public */
458
+ export declare type TransformerStartCallback<O> = (controller: TransformStreamDefaultController<O>) => void | PromiseLike<void>;
459
+
460
+ /** @public */
461
+ export declare type TransformerTransformCallback<I, O> = (chunk: I, controller: TransformStreamDefaultController<O>) => void | PromiseLike<void>;
462
+
463
+ /**
464
+ * A transform stream consists of a pair of streams: a {@link WritableStream | writable stream},
465
+ * known as its writable side, and a {@link ReadableStream | readable stream}, known as its readable side.
466
+ * In a manner specific to the transform stream in question, writes to the writable side result in new data being
467
+ * made available for reading from the readable side.
468
+ *
469
+ * @public
470
+ */
471
+ export declare class TransformStream<I = any, O = any> {
472
+ constructor(transformer?: Transformer<I, O>, writableStrategy?: QueuingStrategy<I>, readableStrategy?: QueuingStrategy<O>);
473
+ /**
474
+ * The readable side of the transform stream.
475
+ */
476
+ get readable(): ReadableStream<O>;
477
+ /**
478
+ * The writable side of the transform stream.
479
+ */
480
+ get writable(): WritableStream<I>;
481
+ }
482
+
483
+ /**
484
+ * Allows control of the {@link ReadableStream} and {@link WritableStream} of the associated {@link TransformStream}.
485
+ *
486
+ * @public
487
+ */
488
+ export declare class TransformStreamDefaultController<O> {
489
+ private constructor();
490
+ /**
491
+ * Returns the desired size to fill the readable side’s internal queue. It can be negative, if the queue is over-full.
492
+ */
493
+ get desiredSize(): number | null;
494
+ /**
495
+ * Enqueues the given chunk `chunk` in the readable side of the controlled transform stream.
496
+ */
497
+ enqueue(chunk: O): void;
498
+ /**
499
+ * Errors both the readable side and the writable side of the controlled transform stream, making all future
500
+ * interactions with it fail with the given error `e`. Any chunks queued for transformation will be discarded.
501
+ */
502
+ error(reason?: any): void;
503
+ /**
504
+ * Closes the readable side and errors the writable side of the controlled transform stream. This is useful when the
505
+ * transformer only needs to consume a portion of the chunks written to the writable side.
506
+ */
507
+ terminate(): void;
508
+ }
509
+
510
+ /**
511
+ * An underlying byte source for constructing a {@link ReadableStream}.
512
+ *
513
+ * @public
514
+ */
515
+ export declare interface UnderlyingByteSource {
516
+ /**
517
+ * {@inheritDoc UnderlyingSource.start}
518
+ */
519
+ start?: UnderlyingByteSourceStartCallback;
520
+ /**
521
+ * {@inheritDoc UnderlyingSource.pull}
522
+ */
523
+ pull?: UnderlyingByteSourcePullCallback;
524
+ /**
525
+ * {@inheritDoc UnderlyingSource.cancel}
526
+ */
527
+ cancel?: UnderlyingSourceCancelCallback;
528
+ /**
529
+ * Can be set to "bytes" to signal that the constructed {@link ReadableStream} is a readable byte stream.
530
+ * This ensures that the resulting {@link ReadableStream} will successfully be able to vend BYOB readers via its
531
+ * {@link ReadableStream.(getReader:1) | getReader()} method.
532
+ * It also affects the controller argument passed to the {@link UnderlyingByteSource.start | start()}
533
+ * and {@link UnderlyingByteSource.pull | pull()} methods.
534
+ */
535
+ type: 'bytes';
536
+ /**
537
+ * Can be set to a positive integer to cause the implementation to automatically allocate buffers for the
538
+ * underlying source code to write into. In this case, when a consumer is using a default reader, the stream
539
+ * implementation will automatically allocate an ArrayBuffer of the given size, so that
540
+ * {@link ReadableByteStreamController.byobRequest | controller.byobRequest} is always present,
541
+ * as if the consumer was using a BYOB reader.
542
+ */
543
+ autoAllocateChunkSize?: number;
544
+ }
545
+
546
+ /** @public */
547
+ export declare type UnderlyingByteSourcePullCallback = (controller: ReadableByteStreamController) => void | PromiseLike<void>;
548
+
549
+ /** @public */
550
+ export declare type UnderlyingByteSourceStartCallback = (controller: ReadableByteStreamController) => void | PromiseLike<void>;
551
+
552
+ /**
553
+ * An underlying sink for constructing a {@link WritableStream}.
554
+ *
555
+ * @public
556
+ */
557
+ export declare interface UnderlyingSink<W = any> {
558
+ /**
559
+ * A function that is called immediately during creation of the {@link WritableStream}.
560
+ */
561
+ start?: UnderlyingSinkStartCallback;
562
+ /**
563
+ * A function that is called when a new chunk of data is ready to be written to the underlying sink. The stream
564
+ * implementation guarantees that this function will be called only after previous writes have succeeded, and never
565
+ * before {@link UnderlyingSink.start | start()} has succeeded or after {@link UnderlyingSink.close | close()} or
566
+ * {@link UnderlyingSink.abort | abort()} have been called.
567
+ *
568
+ * This function is used to actually send the data to the resource presented by the underlying sink, for example by
569
+ * calling a lower-level API.
570
+ */
571
+ write?: UnderlyingSinkWriteCallback<W>;
572
+ /**
573
+ * A function that is called after the producer signals, via
574
+ * {@link WritableStreamDefaultWriter.close | writer.close()}, that they are done writing chunks to the stream, and
575
+ * subsequently all queued-up writes have successfully completed.
576
+ *
577
+ * This function can perform any actions necessary to finalize or flush writes to the underlying sink, and release
578
+ * access to any held resources.
579
+ */
580
+ close?: UnderlyingSinkCloseCallback;
581
+ /**
582
+ * A function that is called after the producer signals, via {@link WritableStream.abort | stream.abort()} or
583
+ * {@link WritableStreamDefaultWriter.abort | writer.abort()}, that they wish to abort the stream. It takes as its
584
+ * argument the same value as was passed to those methods by the producer.
585
+ *
586
+ * Writable streams can additionally be aborted under certain conditions during piping; see the definition of the
587
+ * {@link ReadableStream.pipeTo | pipeTo()} method for more details.
588
+ *
589
+ * This function can clean up any held resources, much like {@link UnderlyingSink.close | close()}, but perhaps with
590
+ * some custom handling.
591
+ */
592
+ abort?: UnderlyingSinkAbortCallback;
593
+ type?: undefined;
594
+ }
595
+
596
+ /** @public */
597
+ export declare type UnderlyingSinkAbortCallback = (reason: any) => void | PromiseLike<void>;
598
+
599
+ /** @public */
600
+ export declare type UnderlyingSinkCloseCallback = () => void | PromiseLike<void>;
601
+
602
+ /** @public */
603
+ export declare type UnderlyingSinkStartCallback = (controller: WritableStreamDefaultController) => void | PromiseLike<void>;
604
+
605
+ /** @public */
606
+ export declare type UnderlyingSinkWriteCallback<W> = (chunk: W, controller: WritableStreamDefaultController) => void | PromiseLike<void>;
607
+
608
+ /**
609
+ * An underlying source for constructing a {@link ReadableStream}.
610
+ *
611
+ * @public
612
+ */
613
+ export declare interface UnderlyingSource<R = any> {
614
+ /**
615
+ * A function that is called immediately during creation of the {@link ReadableStream}.
616
+ */
617
+ start?: UnderlyingSourceStartCallback<R>;
618
+ /**
619
+ * A function that is called whenever the stream’s internal queue of chunks becomes not full,
620
+ * i.e. whenever the queue’s desired size becomes positive. Generally, it will be called repeatedly
621
+ * until the queue reaches its high water mark (i.e. until the desired size becomes non-positive).
622
+ */
623
+ pull?: UnderlyingSourcePullCallback<R>;
624
+ /**
625
+ * A function that is called whenever the consumer cancels the stream, via
626
+ * {@link ReadableStream.cancel | stream.cancel()},
627
+ * {@link ReadableStreamDefaultReader.cancel | defaultReader.cancel()}, or
628
+ * {@link ReadableStreamBYOBReader.cancel | byobReader.cancel()}.
629
+ * It takes as its argument the same value as was passed to those methods by the consumer.
630
+ */
631
+ cancel?: UnderlyingSourceCancelCallback;
632
+ type?: undefined;
633
+ }
634
+
635
+ /** @public */
636
+ export declare type UnderlyingSourceCancelCallback = (reason: any) => void | PromiseLike<void>;
637
+
638
+ /** @public */
639
+ export declare type UnderlyingSourcePullCallback<R> = (controller: ReadableStreamDefaultController<R>) => void | PromiseLike<void>;
640
+
641
+ /** @public */
642
+ export declare type UnderlyingSourceStartCallback<R> = (controller: ReadableStreamDefaultController<R>) => void | PromiseLike<void>;
643
+
644
+ /**
645
+ * A writable stream represents a destination for data, into which you can write.
646
+ *
647
+ * @public
648
+ */
649
+ export declare class WritableStream<W = any> {
650
+ constructor(underlyingSink?: UnderlyingSink<W>, strategy?: QueuingStrategy<W>);
651
+ /**
652
+ * Returns whether or not the writable stream is locked to a writer.
653
+ */
654
+ get locked(): boolean;
655
+ /**
656
+ * Aborts the stream, signaling that the producer can no longer successfully write to the stream and it is to be
657
+ * immediately moved to an errored state, with any queued-up writes discarded. This will also execute any abort
658
+ * mechanism of the underlying sink.
659
+ *
660
+ * The returned promise will fulfill if the stream shuts down successfully, or reject if the underlying sink signaled
661
+ * that there was an error doing so. Additionally, it will reject with a `TypeError` (without attempting to cancel
662
+ * the stream) if the stream is currently locked.
663
+ */
664
+ abort(reason?: any): Promise<void>;
665
+ /**
666
+ * Closes the stream. The underlying sink will finish processing any previously-written chunks, before invoking its
667
+ * close behavior. During this time any further attempts to write will fail (without erroring the stream).
668
+ *
669
+ * The method returns a promise that will fulfill if all remaining chunks are successfully written and the stream
670
+ * successfully closes, or rejects if an error is encountered during this process. Additionally, it will reject with
671
+ * a `TypeError` (without attempting to cancel the stream) if the stream is currently locked.
672
+ */
673
+ close(): Promise<undefined>;
674
+ /**
675
+ * Creates a {@link WritableStreamDefaultWriter | writer} and locks the stream to the new writer. While the stream
676
+ * is locked, no other writer can be acquired until this one is released.
677
+ *
678
+ * This functionality is especially useful for creating abstractions that desire the ability to write to a stream
679
+ * without interruption or interleaving. By getting a writer for the stream, you can ensure nobody else can write at
680
+ * the same time, which would cause the resulting written data to be unpredictable and probably useless.
681
+ */
682
+ getWriter(): WritableStreamDefaultWriter<W>;
683
+ }
684
+
685
+ /**
686
+ * Allows control of a {@link WritableStream | writable stream}'s state and internal queue.
687
+ *
688
+ * @public
689
+ */
690
+ export declare class WritableStreamDefaultController<W = any> {
691
+ private constructor();
692
+ /**
693
+ * The reason which was passed to `WritableStream.abort(reason)` when the stream was aborted.
694
+ *
695
+ * @deprecated
696
+ * This property has been removed from the specification, see https://github.com/whatwg/streams/pull/1177.
697
+ * Use {@link WritableStreamDefaultController.signal}'s `reason` instead.
698
+ */
699
+ get abortReason(): any;
700
+ /**
701
+ * An `AbortSignal` that can be used to abort the pending write or close operation when the stream is aborted.
702
+ */
703
+ get signal(): AbortSignal;
704
+ /**
705
+ * Closes the controlled writable stream, making all future interactions with it fail with the given error `e`.
706
+ *
707
+ * This method is rarely used, since usually it suffices to return a rejected promise from one of the underlying
708
+ * sink's methods. However, it can be useful for suddenly shutting down a stream in response to an event outside the
709
+ * normal lifecycle of interactions with the underlying sink.
710
+ */
711
+ error(e?: any): void;
712
+ }
713
+
714
+ /**
715
+ * A default writer vended by a {@link WritableStream}.
716
+ *
717
+ * @public
718
+ */
719
+ export declare class WritableStreamDefaultWriter<W = any> {
720
+ constructor(stream: WritableStream<W>);
721
+ /**
722
+ * Returns a promise that will be fulfilled when the stream becomes closed, or rejected if the stream ever errors or
723
+ * the writer’s lock is released before the stream finishes closing.
724
+ */
725
+ get closed(): Promise<undefined>;
726
+ /**
727
+ * Returns the desired size to fill the stream’s internal queue. It can be negative, if the queue is over-full.
728
+ * A producer can use this information to determine the right amount of data to write.
729
+ *
730
+ * It will be `null` if the stream cannot be successfully written to (due to either being errored, or having an abort
731
+ * queued up). It will return zero if the stream is closed. And the getter will throw an exception if invoked when
732
+ * the writer’s lock is released.
733
+ */
734
+ get desiredSize(): number | null;
735
+ /**
736
+ * Returns a promise that will be fulfilled when the desired size to fill the stream’s internal queue transitions
737
+ * from non-positive to positive, signaling that it is no longer applying backpressure. Once the desired size dips
738
+ * back to zero or below, the getter will return a new promise that stays pending until the next transition.
739
+ *
740
+ * If the stream becomes errored or aborted, or the writer’s lock is released, the returned promise will become
741
+ * rejected.
742
+ */
743
+ get ready(): Promise<undefined>;
744
+ /**
745
+ * If the reader is active, behaves the same as {@link WritableStream.abort | stream.abort(reason)}.
746
+ */
747
+ abort(reason?: any): Promise<void>;
748
+ /**
749
+ * If the reader is active, behaves the same as {@link WritableStream.close | stream.close()}.
750
+ */
751
+ close(): Promise<void>;
752
+ /**
753
+ * Releases the writer’s lock on the corresponding stream. After the lock is released, the writer is no longer active.
754
+ * If the associated stream is errored when the lock is released, the writer will appear errored in the same way from
755
+ * now on; otherwise, the writer will appear closed.
756
+ *
757
+ * Note that the lock can still be released even if some ongoing writes have not yet finished (i.e. even if the
758
+ * promises returned from previous calls to {@link WritableStreamDefaultWriter.write | write()} have not yet settled).
759
+ * It’s not necessary to hold the lock on the writer for the duration of the write; the lock instead simply prevents
760
+ * other producers from writing in an interleaved manner.
761
+ */
762
+ releaseLock(): void;
763
+ /**
764
+ * Writes the given chunk to the writable stream, by waiting until any previous writes have finished successfully,
765
+ * and then sending the chunk to the underlying sink's {@link UnderlyingSink.write | write()} method. It will return
766
+ * a promise that fulfills with undefined upon a successful write, or rejects if the write fails or stream becomes
767
+ * errored before the writing process is initiated.
768
+ *
769
+ * Note that what "success" means is up to the underlying sink; it might indicate simply that the chunk has been
770
+ * accepted, and not necessarily that it is safely saved to its ultimate destination.
771
+ */
772
+ write(chunk: W): Promise<void>;
773
+ }
774
+
775
+ export { }