modelmix 2.6.6 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (593) hide show
  1. package/README.md +22 -2
  2. package/demo/custom.mjs +7 -15
  3. package/demo/node_modules/.package-lock.json +254 -0
  4. package/demo/node_modules/@anthropic-ai/sdk/CHANGELOG.md +859 -0
  5. package/demo/node_modules/@anthropic-ai/sdk/LICENSE +8 -0
  6. package/demo/node_modules/@anthropic-ai/sdk/README.md +424 -0
  7. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.d.ts +9 -0
  8. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.d.ts.map +1 -0
  9. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.js +16 -0
  10. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.js.map +1 -0
  11. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.mjs +12 -0
  12. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.mjs.map +1 -0
  13. package/demo/node_modules/@anthropic-ai/sdk/_shims/README.md +46 -0
  14. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.d.ts +5 -0
  15. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.d.ts.map +1 -0
  16. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.js +21 -0
  17. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.js.map +1 -0
  18. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.mjs +2 -0
  19. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.mjs.map +1 -0
  20. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.d.ts +5 -0
  21. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.d.ts.map +1 -0
  22. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.js +21 -0
  23. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.js.map +1 -0
  24. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.mjs +2 -0
  25. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.mjs.map +1 -0
  26. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.d.ts +5 -0
  27. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.d.ts.map +1 -0
  28. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.js +21 -0
  29. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.js.map +1 -0
  30. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.mjs +2 -0
  31. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.mjs.map +1 -0
  32. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.d.ts +5 -0
  33. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.d.ts.map +1 -0
  34. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.js +21 -0
  35. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.js.map +1 -0
  36. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.mjs +2 -0
  37. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.mjs.map +1 -0
  38. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types.d.ts +101 -0
  39. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types.js +3 -0
  40. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types.mjs +3 -0
  41. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.d.ts +6 -0
  42. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.d.ts.map +1 -0
  43. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.js +14 -0
  44. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.js.map +1 -0
  45. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.mjs +10 -0
  46. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.mjs.map +1 -0
  47. package/demo/node_modules/@anthropic-ai/sdk/_shims/index.d.ts +81 -0
  48. package/demo/node_modules/@anthropic-ai/sdk/_shims/index.js +13 -0
  49. package/demo/node_modules/@anthropic-ai/sdk/_shims/index.mjs +7 -0
  50. package/demo/node_modules/@anthropic-ai/sdk/_shims/manual-types.d.ts +12 -0
  51. package/demo/node_modules/@anthropic-ai/sdk/_shims/manual-types.js +3 -0
  52. package/demo/node_modules/@anthropic-ai/sdk/_shims/manual-types.mjs +3 -0
  53. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.d.ts +3 -0
  54. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.d.ts.map +1 -0
  55. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.js +90 -0
  56. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.js.map +1 -0
  57. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.mjs +56 -0
  58. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.mjs.map +1 -0
  59. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-types.d.ts +42 -0
  60. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-types.js +3 -0
  61. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-types.mjs +3 -0
  62. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.d.ts +37 -0
  63. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.d.ts.map +1 -0
  64. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.js +41 -0
  65. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.js.map +1 -0
  66. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.mjs +37 -0
  67. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.mjs.map +1 -0
  68. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.d.ts +5 -0
  69. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.d.ts.map +1 -0
  70. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.js +78 -0
  71. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.js.map +1 -0
  72. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.mjs +71 -0
  73. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.mjs.map +1 -0
  74. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-types.d.ts +83 -0
  75. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-types.js +3 -0
  76. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-types.mjs +3 -0
  77. package/demo/node_modules/@anthropic-ai/sdk/core.d.ts +239 -0
  78. package/demo/node_modules/@anthropic-ai/sdk/core.d.ts.map +1 -0
  79. package/demo/node_modules/@anthropic-ai/sdk/core.js +879 -0
  80. package/demo/node_modules/@anthropic-ai/sdk/core.js.map +1 -0
  81. package/demo/node_modules/@anthropic-ai/sdk/core.mjs +848 -0
  82. package/demo/node_modules/@anthropic-ai/sdk/core.mjs.map +1 -0
  83. package/demo/node_modules/@anthropic-ai/sdk/error.d.ts +53 -0
  84. package/demo/node_modules/@anthropic-ai/sdk/error.d.ts.map +1 -0
  85. package/demo/node_modules/@anthropic-ai/sdk/error.js +143 -0
  86. package/demo/node_modules/@anthropic-ai/sdk/error.js.map +1 -0
  87. package/demo/node_modules/@anthropic-ai/sdk/error.mjs +127 -0
  88. package/demo/node_modules/@anthropic-ai/sdk/error.mjs.map +1 -0
  89. package/demo/node_modules/@anthropic-ai/sdk/index.d.mts +147 -0
  90. package/demo/node_modules/@anthropic-ai/sdk/index.d.ts +147 -0
  91. package/demo/node_modules/@anthropic-ai/sdk/index.d.ts.map +1 -0
  92. package/demo/node_modules/@anthropic-ai/sdk/index.js +149 -0
  93. package/demo/node_modules/@anthropic-ai/sdk/index.js.map +1 -0
  94. package/demo/node_modules/@anthropic-ai/sdk/index.mjs +121 -0
  95. package/demo/node_modules/@anthropic-ai/sdk/index.mjs.map +1 -0
  96. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts +94 -0
  97. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts.map +1 -0
  98. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.js +436 -0
  99. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.js.map +1 -0
  100. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs +432 -0
  101. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs.map +1 -0
  102. package/demo/node_modules/@anthropic-ai/sdk/package.json +104 -0
  103. package/demo/node_modules/@anthropic-ai/sdk/resource.d.ts +6 -0
  104. package/demo/node_modules/@anthropic-ai/sdk/resource.d.ts.map +1 -0
  105. package/demo/node_modules/@anthropic-ai/sdk/resource.js +11 -0
  106. package/demo/node_modules/@anthropic-ai/sdk/resource.js.map +1 -0
  107. package/demo/node_modules/@anthropic-ai/sdk/resource.mjs +7 -0
  108. package/demo/node_modules/@anthropic-ai/sdk/resource.mjs.map +1 -0
  109. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts +9 -0
  110. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts.map +1 -0
  111. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.js +40 -0
  112. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.js.map +1 -0
  113. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs +13 -0
  114. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs.map +1 -0
  115. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts +3 -0
  116. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts.map +1 -0
  117. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.js +9 -0
  118. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.js.map +1 -0
  119. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs +4 -0
  120. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs.map +1 -0
  121. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.d.ts +3 -0
  122. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.d.ts.map +1 -0
  123. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.js +9 -0
  124. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.js.map +1 -0
  125. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.mjs +4 -0
  126. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.mjs.map +1 -0
  127. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.d.ts +462 -0
  128. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.d.ts.map +1 -0
  129. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.js +20 -0
  130. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.js.map +1 -0
  131. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.mjs +16 -0
  132. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.mjs.map +1 -0
  133. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.d.ts +19 -0
  134. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.d.ts.map +1 -0
  135. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.js +40 -0
  136. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.js.map +1 -0
  137. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.mjs +13 -0
  138. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.mjs.map +1 -0
  139. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.d.ts +184 -0
  140. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.d.ts.map +1 -0
  141. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.js +19 -0
  142. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.js.map +1 -0
  143. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.mjs +15 -0
  144. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.mjs.map +1 -0
  145. package/demo/node_modules/@anthropic-ai/sdk/resources/index.d.ts +4 -0
  146. package/demo/node_modules/@anthropic-ai/sdk/resources/index.d.ts.map +1 -0
  147. package/demo/node_modules/@anthropic-ai/sdk/resources/index.js +11 -0
  148. package/demo/node_modules/@anthropic-ai/sdk/resources/index.js.map +1 -0
  149. package/demo/node_modules/@anthropic-ai/sdk/resources/index.mjs +5 -0
  150. package/demo/node_modules/@anthropic-ai/sdk/resources/index.mjs.map +1 -0
  151. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.d.ts +619 -0
  152. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.d.ts.map +1 -0
  153. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.js +28 -0
  154. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.js.map +1 -0
  155. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.mjs +23 -0
  156. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.mjs.map +1 -0
  157. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts +2 -0
  158. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts.map +1 -0
  159. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.js +4 -0
  160. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.js.map +1 -0
  161. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.mjs +3 -0
  162. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.mjs.map +1 -0
  163. package/demo/node_modules/@anthropic-ai/sdk/shims/node.d.ts +29 -0
  164. package/demo/node_modules/@anthropic-ai/sdk/shims/node.d.ts.map +1 -0
  165. package/demo/node_modules/@anthropic-ai/sdk/shims/node.js +31 -0
  166. package/demo/node_modules/@anthropic-ai/sdk/shims/node.js.map +1 -0
  167. package/demo/node_modules/@anthropic-ai/sdk/shims/node.mjs +5 -0
  168. package/demo/node_modules/@anthropic-ai/sdk/shims/node.mjs.map +1 -0
  169. package/demo/node_modules/@anthropic-ai/sdk/shims/web.d.ts +26 -0
  170. package/demo/node_modules/@anthropic-ai/sdk/shims/web.d.ts.map +1 -0
  171. package/demo/node_modules/@anthropic-ai/sdk/shims/web.js +31 -0
  172. package/demo/node_modules/@anthropic-ai/sdk/shims/web.js.map +1 -0
  173. package/demo/node_modules/@anthropic-ai/sdk/shims/web.mjs +5 -0
  174. package/demo/node_modules/@anthropic-ai/sdk/shims/web.mjs.map +1 -0
  175. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/MultipartBody.ts +9 -0
  176. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/README.md +46 -0
  177. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/runtime-bun.ts +4 -0
  178. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/runtime-node.ts +4 -0
  179. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/runtime.ts +4 -0
  180. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types-node.ts +4 -0
  181. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types.d.ts +101 -0
  182. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types.js +3 -0
  183. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types.mjs +3 -0
  184. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/bun-runtime.ts +14 -0
  185. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/index.d.ts +81 -0
  186. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/index.js +13 -0
  187. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/index.mjs +7 -0
  188. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/manual-types.d.ts +12 -0
  189. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/manual-types.js +3 -0
  190. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/manual-types.mjs +3 -0
  191. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-runtime.ts +83 -0
  192. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-types.d.ts +42 -0
  193. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-types.js +3 -0
  194. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-types.mjs +3 -0
  195. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/registry.ts +67 -0
  196. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-runtime.ts +103 -0
  197. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-types.d.ts +83 -0
  198. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-types.js +3 -0
  199. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-types.mjs +3 -0
  200. package/demo/node_modules/@anthropic-ai/sdk/src/core.ts +1162 -0
  201. package/demo/node_modules/@anthropic-ai/sdk/src/error.ts +146 -0
  202. package/demo/node_modules/@anthropic-ai/sdk/src/index.ts +264 -0
  203. package/demo/node_modules/@anthropic-ai/sdk/src/lib/.keep +4 -0
  204. package/demo/node_modules/@anthropic-ai/sdk/src/lib/MessageStream.ts +535 -0
  205. package/demo/node_modules/@anthropic-ai/sdk/src/resource.ts +11 -0
  206. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/beta.ts +12 -0
  207. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/index.ts +4 -0
  208. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/tools/index.ts +16 -0
  209. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/tools/messages.ts +531 -0
  210. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/tools/tools.ts +22 -0
  211. package/demo/node_modules/@anthropic-ai/sdk/src/resources/completions.ts +223 -0
  212. package/demo/node_modules/@anthropic-ai/sdk/src/resources/index.ts +33 -0
  213. package/demo/node_modules/@anthropic-ai/sdk/src/resources/messages.ts +729 -0
  214. package/demo/node_modules/@anthropic-ai/sdk/src/resources/top-level.ts +3 -0
  215. package/demo/node_modules/@anthropic-ai/sdk/src/shims/node.ts +50 -0
  216. package/demo/node_modules/@anthropic-ai/sdk/src/shims/web.ts +50 -0
  217. package/demo/node_modules/@anthropic-ai/sdk/src/streaming.ts +509 -0
  218. package/demo/node_modules/@anthropic-ai/sdk/src/tsconfig.json +11 -0
  219. package/demo/node_modules/@anthropic-ai/sdk/src/uploads.ts +248 -0
  220. package/demo/node_modules/@anthropic-ai/sdk/src/version.ts +1 -0
  221. package/demo/node_modules/@anthropic-ai/sdk/streaming.d.ts +41 -0
  222. package/demo/node_modules/@anthropic-ai/sdk/streaming.d.ts.map +1 -0
  223. package/demo/node_modules/@anthropic-ai/sdk/streaming.js +431 -0
  224. package/demo/node_modules/@anthropic-ai/sdk/streaming.js.map +1 -0
  225. package/demo/node_modules/@anthropic-ai/sdk/streaming.mjs +424 -0
  226. package/demo/node_modules/@anthropic-ai/sdk/streaming.mjs.map +1 -0
  227. package/demo/node_modules/@anthropic-ai/sdk/uploads.d.ts +75 -0
  228. package/demo/node_modules/@anthropic-ai/sdk/uploads.d.ts.map +1 -0
  229. package/demo/node_modules/@anthropic-ai/sdk/uploads.js +165 -0
  230. package/demo/node_modules/@anthropic-ai/sdk/uploads.js.map +1 -0
  231. package/demo/node_modules/@anthropic-ai/sdk/uploads.mjs +152 -0
  232. package/demo/node_modules/@anthropic-ai/sdk/uploads.mjs.map +1 -0
  233. package/demo/node_modules/@anthropic-ai/sdk/version.d.ts +2 -0
  234. package/demo/node_modules/@anthropic-ai/sdk/version.d.ts.map +1 -0
  235. package/demo/node_modules/@anthropic-ai/sdk/version.js +5 -0
  236. package/demo/node_modules/@anthropic-ai/sdk/version.js.map +1 -0
  237. package/demo/node_modules/@anthropic-ai/sdk/version.mjs +2 -0
  238. package/demo/node_modules/@anthropic-ai/sdk/version.mjs.map +1 -0
  239. package/demo/node_modules/@types/node/LICENSE +21 -0
  240. package/demo/node_modules/@types/node/README.md +15 -0
  241. package/demo/node_modules/@types/node/assert/strict.d.ts +8 -0
  242. package/demo/node_modules/@types/node/assert.d.ts +985 -0
  243. package/demo/node_modules/@types/node/async_hooks.d.ts +522 -0
  244. package/demo/node_modules/@types/node/buffer.d.ts +2353 -0
  245. package/demo/node_modules/@types/node/child_process.d.ts +1544 -0
  246. package/demo/node_modules/@types/node/cluster.d.ts +578 -0
  247. package/demo/node_modules/@types/node/console.d.ts +452 -0
  248. package/demo/node_modules/@types/node/constants.d.ts +19 -0
  249. package/demo/node_modules/@types/node/crypto.d.ts +4457 -0
  250. package/demo/node_modules/@types/node/dgram.d.ts +596 -0
  251. package/demo/node_modules/@types/node/diagnostics_channel.d.ts +546 -0
  252. package/demo/node_modules/@types/node/dns/promises.d.ts +473 -0
  253. package/demo/node_modules/@types/node/dns.d.ts +853 -0
  254. package/demo/node_modules/@types/node/dom-events.d.ts +124 -0
  255. package/demo/node_modules/@types/node/domain.d.ts +170 -0
  256. package/demo/node_modules/@types/node/events.d.ts +819 -0
  257. package/demo/node_modules/@types/node/fs/promises.d.ts +1205 -0
  258. package/demo/node_modules/@types/node/fs.d.ts +4237 -0
  259. package/demo/node_modules/@types/node/globals.d.ts +377 -0
  260. package/demo/node_modules/@types/node/globals.global.d.ts +1 -0
  261. package/demo/node_modules/@types/node/http.d.ts +1803 -0
  262. package/demo/node_modules/@types/node/http2.d.ts +2392 -0
  263. package/demo/node_modules/@types/node/https.d.ts +544 -0
  264. package/demo/node_modules/@types/node/index.d.ts +88 -0
  265. package/demo/node_modules/@types/node/inspector.d.ts +2738 -0
  266. package/demo/node_modules/@types/node/module.d.ts +298 -0
  267. package/demo/node_modules/@types/node/net.d.ts +918 -0
  268. package/demo/node_modules/@types/node/os.d.ts +473 -0
  269. package/demo/node_modules/@types/node/package.json +222 -0
  270. package/demo/node_modules/@types/node/path.d.ts +191 -0
  271. package/demo/node_modules/@types/node/perf_hooks.d.ts +626 -0
  272. package/demo/node_modules/@types/node/process.d.ts +1548 -0
  273. package/demo/node_modules/@types/node/punycode.d.ts +117 -0
  274. package/demo/node_modules/@types/node/querystring.d.ts +141 -0
  275. package/demo/node_modules/@types/node/readline/promises.d.ts +143 -0
  276. package/demo/node_modules/@types/node/readline.d.ts +666 -0
  277. package/demo/node_modules/@types/node/repl.d.ts +430 -0
  278. package/demo/node_modules/@types/node/stream/consumers.d.ts +12 -0
  279. package/demo/node_modules/@types/node/stream/promises.d.ts +83 -0
  280. package/demo/node_modules/@types/node/stream/web.d.ts +352 -0
  281. package/demo/node_modules/@types/node/stream.d.ts +1731 -0
  282. package/demo/node_modules/@types/node/string_decoder.d.ts +67 -0
  283. package/demo/node_modules/@types/node/test.d.ts +1113 -0
  284. package/demo/node_modules/@types/node/timers/promises.d.ts +93 -0
  285. package/demo/node_modules/@types/node/timers.d.ts +126 -0
  286. package/demo/node_modules/@types/node/tls.d.ts +1203 -0
  287. package/demo/node_modules/@types/node/trace_events.d.ts +171 -0
  288. package/demo/node_modules/@types/node/tty.d.ts +206 -0
  289. package/demo/node_modules/@types/node/url.d.ts +954 -0
  290. package/demo/node_modules/@types/node/util.d.ts +2075 -0
  291. package/demo/node_modules/@types/node/v8.d.ts +753 -0
  292. package/demo/node_modules/@types/node/vm.d.ts +667 -0
  293. package/demo/node_modules/@types/node/wasi.d.ts +160 -0
  294. package/demo/node_modules/@types/node/worker_threads.d.ts +692 -0
  295. package/demo/node_modules/@types/node/zlib.d.ts +517 -0
  296. package/demo/node_modules/@types/node-fetch/LICENSE +21 -0
  297. package/demo/node_modules/@types/node-fetch/README.md +15 -0
  298. package/demo/node_modules/@types/node-fetch/externals.d.ts +32 -0
  299. package/demo/node_modules/@types/node-fetch/index.d.ts +238 -0
  300. package/demo/node_modules/@types/node-fetch/package.json +83 -0
  301. package/demo/node_modules/abort-controller/LICENSE +21 -0
  302. package/demo/node_modules/abort-controller/README.md +98 -0
  303. package/demo/node_modules/abort-controller/browser.js +13 -0
  304. package/demo/node_modules/abort-controller/browser.mjs +11 -0
  305. package/demo/node_modules/abort-controller/package.json +97 -0
  306. package/demo/node_modules/abort-controller/polyfill.js +21 -0
  307. package/demo/node_modules/abort-controller/polyfill.mjs +19 -0
  308. package/demo/node_modules/agentkeepalive/History.md +268 -0
  309. package/demo/node_modules/agentkeepalive/LICENSE +23 -0
  310. package/demo/node_modules/agentkeepalive/README.md +256 -0
  311. package/demo/node_modules/agentkeepalive/browser.js +5 -0
  312. package/demo/node_modules/agentkeepalive/index.d.ts +65 -0
  313. package/demo/node_modules/agentkeepalive/index.js +5 -0
  314. package/demo/node_modules/agentkeepalive/lib/agent.js +402 -0
  315. package/demo/node_modules/agentkeepalive/lib/constants.js +14 -0
  316. package/demo/node_modules/agentkeepalive/lib/https_agent.js +51 -0
  317. package/demo/node_modules/agentkeepalive/package.json +56 -0
  318. package/demo/node_modules/asynckit/LICENSE +21 -0
  319. package/demo/node_modules/asynckit/README.md +233 -0
  320. package/demo/node_modules/asynckit/bench.js +76 -0
  321. package/demo/node_modules/asynckit/index.js +6 -0
  322. package/demo/node_modules/asynckit/lib/abort.js +29 -0
  323. package/demo/node_modules/asynckit/lib/async.js +34 -0
  324. package/demo/node_modules/asynckit/lib/defer.js +26 -0
  325. package/demo/node_modules/asynckit/lib/iterate.js +75 -0
  326. package/demo/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  327. package/demo/node_modules/asynckit/lib/readable_parallel.js +25 -0
  328. package/demo/node_modules/asynckit/lib/readable_serial.js +25 -0
  329. package/demo/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  330. package/demo/node_modules/asynckit/lib/state.js +37 -0
  331. package/demo/node_modules/asynckit/lib/streamify.js +141 -0
  332. package/demo/node_modules/asynckit/lib/terminator.js +29 -0
  333. package/demo/node_modules/asynckit/package.json +63 -0
  334. package/demo/node_modules/asynckit/parallel.js +43 -0
  335. package/demo/node_modules/asynckit/serial.js +17 -0
  336. package/demo/node_modules/asynckit/serialOrdered.js +75 -0
  337. package/demo/node_modules/asynckit/stream.js +21 -0
  338. package/demo/node_modules/combined-stream/License +19 -0
  339. package/demo/node_modules/combined-stream/Readme.md +138 -0
  340. package/demo/node_modules/combined-stream/lib/combined_stream.js +208 -0
  341. package/demo/node_modules/combined-stream/package.json +25 -0
  342. package/demo/node_modules/combined-stream/yarn.lock +17 -0
  343. package/demo/node_modules/delayed-stream/License +19 -0
  344. package/demo/node_modules/delayed-stream/Makefile +7 -0
  345. package/demo/node_modules/delayed-stream/Readme.md +141 -0
  346. package/demo/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  347. package/demo/node_modules/delayed-stream/package.json +27 -0
  348. package/demo/node_modules/dotenv/CHANGELOG.md +475 -0
  349. package/demo/node_modules/dotenv/LICENSE +23 -0
  350. package/demo/node_modules/dotenv/README-es.md +448 -0
  351. package/demo/node_modules/dotenv/README.md +728 -0
  352. package/demo/node_modules/dotenv/config.d.ts +1 -0
  353. package/demo/node_modules/dotenv/config.js +9 -0
  354. package/demo/node_modules/dotenv/lib/cli-options.js +11 -0
  355. package/demo/node_modules/dotenv/lib/env-options.js +24 -0
  356. package/demo/node_modules/dotenv/lib/main.d.ts +153 -0
  357. package/demo/node_modules/dotenv/lib/main.js +361 -0
  358. package/demo/node_modules/dotenv/package.json +65 -0
  359. package/demo/node_modules/event-target-shim/LICENSE +22 -0
  360. package/demo/node_modules/event-target-shim/README.md +293 -0
  361. package/demo/node_modules/event-target-shim/index.d.ts +399 -0
  362. package/demo/node_modules/event-target-shim/package.json +82 -0
  363. package/demo/node_modules/form-data/License +19 -0
  364. package/demo/node_modules/form-data/README.md.bak +358 -0
  365. package/demo/node_modules/form-data/Readme.md +358 -0
  366. package/demo/node_modules/form-data/index.d.ts +62 -0
  367. package/demo/node_modules/form-data/lib/browser.js +2 -0
  368. package/demo/node_modules/form-data/lib/form_data.js +501 -0
  369. package/demo/node_modules/form-data/lib/populate.js +10 -0
  370. package/demo/node_modules/form-data/package.json +68 -0
  371. package/demo/node_modules/form-data-encoder/@type/FileLike.d.ts +23 -0
  372. package/demo/node_modules/form-data-encoder/@type/FormDataEncoder.d.ts +160 -0
  373. package/demo/node_modules/form-data-encoder/@type/FormDataLike.d.ts +40 -0
  374. package/demo/node_modules/form-data-encoder/@type/index.d.ts +5 -0
  375. package/demo/node_modules/form-data-encoder/@type/util/createBoundary.d.ts +13 -0
  376. package/demo/node_modules/form-data-encoder/@type/util/escapeName.d.ts +11 -0
  377. package/demo/node_modules/form-data-encoder/@type/util/isFileLike.d.ts +28 -0
  378. package/demo/node_modules/form-data-encoder/@type/util/isFormData.d.ts +15 -0
  379. package/demo/node_modules/form-data-encoder/@type/util/isFunction.d.ts +7 -0
  380. package/demo/node_modules/form-data-encoder/@type/util/isPlainObject.d.ts +2 -0
  381. package/demo/node_modules/form-data-encoder/@type/util/normalizeValue.d.ts +11 -0
  382. package/demo/node_modules/form-data-encoder/lib/cjs/FileLike.js +2 -0
  383. package/demo/node_modules/form-data-encoder/lib/cjs/FormDataEncoder.js +126 -0
  384. package/demo/node_modules/form-data-encoder/lib/cjs/FormDataLike.js +2 -0
  385. package/demo/node_modules/form-data-encoder/lib/cjs/index.js +17 -0
  386. package/demo/node_modules/form-data-encoder/lib/cjs/package.json +3 -0
  387. package/demo/node_modules/form-data-encoder/lib/cjs/util/createBoundary.js +12 -0
  388. package/demo/node_modules/form-data-encoder/lib/cjs/util/escapeName.js +7 -0
  389. package/demo/node_modules/form-data-encoder/lib/cjs/util/isFileLike.js +16 -0
  390. package/demo/node_modules/form-data-encoder/lib/cjs/util/isFormData.js +16 -0
  391. package/demo/node_modules/form-data-encoder/lib/cjs/util/isFunction.js +4 -0
  392. package/demo/node_modules/form-data-encoder/lib/cjs/util/isPlainObject.js +15 -0
  393. package/demo/node_modules/form-data-encoder/lib/cjs/util/normalizeValue.js +11 -0
  394. package/demo/node_modules/form-data-encoder/lib/esm/FileLike.js +1 -0
  395. package/demo/node_modules/form-data-encoder/lib/esm/FormDataEncoder.js +119 -0
  396. package/demo/node_modules/form-data-encoder/lib/esm/FormDataLike.js +1 -0
  397. package/demo/node_modules/form-data-encoder/lib/esm/index.js +5 -0
  398. package/demo/node_modules/form-data-encoder/lib/esm/package.json +3 -0
  399. package/demo/node_modules/form-data-encoder/lib/esm/util/createBoundary.js +10 -0
  400. package/demo/node_modules/form-data-encoder/lib/esm/util/escapeName.js +5 -0
  401. package/demo/node_modules/form-data-encoder/lib/esm/util/isFileLike.js +9 -0
  402. package/demo/node_modules/form-data-encoder/lib/esm/util/isFormData.js +9 -0
  403. package/demo/node_modules/form-data-encoder/lib/esm/util/isFunction.js +2 -0
  404. package/demo/node_modules/form-data-encoder/lib/esm/util/isPlainObject.js +13 -0
  405. package/demo/node_modules/form-data-encoder/lib/esm/util/normalizeValue.js +9 -0
  406. package/demo/node_modules/form-data-encoder/license +21 -0
  407. package/demo/node_modules/form-data-encoder/package.json +63 -0
  408. package/demo/node_modules/form-data-encoder/readme.md +366 -0
  409. package/demo/node_modules/formdata-node/@type/Blob.d.ts +66 -0
  410. package/demo/node_modules/formdata-node/@type/BlobPart.d.ts +2 -0
  411. package/demo/node_modules/formdata-node/@type/File.d.ts +53 -0
  412. package/demo/node_modules/formdata-node/@type/FormData.d.ts +105 -0
  413. package/demo/node_modules/formdata-node/@type/blobHelpers.d.ts +9 -0
  414. package/demo/node_modules/formdata-node/@type/browser.d.ts +10 -0
  415. package/demo/node_modules/formdata-node/@type/deprecateConstructorEntries.d.ts +1 -0
  416. package/demo/node_modules/formdata-node/@type/fileFromPath.d.ts +55 -0
  417. package/demo/node_modules/formdata-node/@type/index.d.ts +3 -0
  418. package/demo/node_modules/formdata-node/@type/isBlob.d.ts +2 -0
  419. package/demo/node_modules/formdata-node/@type/isFile.d.ts +7 -0
  420. package/demo/node_modules/formdata-node/@type/isFunction.d.ts +1 -0
  421. package/demo/node_modules/formdata-node/@type/isPlainObject.d.ts +2 -0
  422. package/demo/node_modules/formdata-node/lib/cjs/Blob.js +122 -0
  423. package/demo/node_modules/formdata-node/lib/cjs/BlobPart.js +2 -0
  424. package/demo/node_modules/formdata-node/lib/cjs/File.js +52 -0
  425. package/demo/node_modules/formdata-node/lib/cjs/FormData.js +148 -0
  426. package/demo/node_modules/formdata-node/lib/cjs/blobHelpers.js +80 -0
  427. package/demo/node_modules/formdata-node/lib/cjs/browser.js +13 -0
  428. package/demo/node_modules/formdata-node/lib/cjs/deprecateConstructorEntries.js +6 -0
  429. package/demo/node_modules/formdata-node/lib/cjs/fileFromPath.js +97 -0
  430. package/demo/node_modules/formdata-node/lib/cjs/index.js +15 -0
  431. package/demo/node_modules/formdata-node/lib/cjs/isBlob.js +6 -0
  432. package/demo/node_modules/formdata-node/lib/cjs/isFile.js +6 -0
  433. package/demo/node_modules/formdata-node/lib/cjs/isFunction.js +5 -0
  434. package/demo/node_modules/formdata-node/lib/cjs/isPlainObject.js +15 -0
  435. package/demo/node_modules/formdata-node/lib/cjs/package.json +3 -0
  436. package/demo/node_modules/formdata-node/lib/esm/Blob.js +118 -0
  437. package/demo/node_modules/formdata-node/lib/esm/BlobPart.js +1 -0
  438. package/demo/node_modules/formdata-node/lib/esm/File.js +48 -0
  439. package/demo/node_modules/formdata-node/lib/esm/FormData.js +144 -0
  440. package/demo/node_modules/formdata-node/lib/esm/blobHelpers.js +75 -0
  441. package/demo/node_modules/formdata-node/lib/esm/browser.js +10 -0
  442. package/demo/node_modules/formdata-node/lib/esm/deprecateConstructorEntries.js +3 -0
  443. package/demo/node_modules/formdata-node/lib/esm/fileFromPath.js +79 -0
  444. package/demo/node_modules/formdata-node/lib/esm/index.js +3 -0
  445. package/demo/node_modules/formdata-node/lib/esm/isBlob.js +2 -0
  446. package/demo/node_modules/formdata-node/lib/esm/isFile.js +2 -0
  447. package/demo/node_modules/formdata-node/lib/esm/isFunction.js +1 -0
  448. package/demo/node_modules/formdata-node/lib/esm/isPlainObject.js +13 -0
  449. package/demo/node_modules/formdata-node/lib/esm/package.json +3 -0
  450. package/demo/node_modules/formdata-node/lib/node-domexception.d.ts +5 -0
  451. package/demo/node_modules/formdata-node/license +21 -0
  452. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/LICENSE +22 -0
  453. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/README.md +135 -0
  454. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/es5/package.json +6 -0
  455. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/package.json +101 -0
  456. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/polyfill/es5/package.json +5 -0
  457. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/polyfill/package.json +5 -0
  458. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/types/polyfill.d.ts +62 -0
  459. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/types/ponyfill.d.ts +775 -0
  460. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/types/tsdoc-metadata.json +11 -0
  461. package/demo/node_modules/formdata-node/package.json +94 -0
  462. package/demo/node_modules/formdata-node/readme.md +444 -0
  463. package/demo/node_modules/humanize-ms/History.md +25 -0
  464. package/demo/node_modules/humanize-ms/LICENSE +17 -0
  465. package/demo/node_modules/humanize-ms/README.md +40 -0
  466. package/demo/node_modules/humanize-ms/index.js +24 -0
  467. package/demo/node_modules/humanize-ms/package.json +37 -0
  468. package/demo/node_modules/mime-db/HISTORY.md +507 -0
  469. package/demo/node_modules/mime-db/LICENSE +23 -0
  470. package/demo/node_modules/mime-db/README.md +100 -0
  471. package/demo/node_modules/mime-db/db.json +8519 -0
  472. package/demo/node_modules/mime-db/index.js +12 -0
  473. package/demo/node_modules/mime-db/package.json +60 -0
  474. package/demo/node_modules/mime-types/HISTORY.md +397 -0
  475. package/demo/node_modules/mime-types/LICENSE +23 -0
  476. package/demo/node_modules/mime-types/README.md +113 -0
  477. package/demo/node_modules/mime-types/index.js +188 -0
  478. package/demo/node_modules/mime-types/package.json +44 -0
  479. package/demo/node_modules/ms/index.js +162 -0
  480. package/demo/node_modules/ms/license.md +21 -0
  481. package/demo/node_modules/ms/package.json +38 -0
  482. package/demo/node_modules/ms/readme.md +59 -0
  483. package/demo/node_modules/node-domexception/.history/README_20210527203617.md +2 -0
  484. package/demo/node_modules/node-domexception/.history/README_20210527212714.md +41 -0
  485. package/demo/node_modules/node-domexception/.history/README_20210527213345.md +36 -0
  486. package/demo/node_modules/node-domexception/.history/README_20210527213411.md +36 -0
  487. package/demo/node_modules/node-domexception/.history/README_20210527213803.md +36 -0
  488. package/demo/node_modules/node-domexception/.history/README_20210527214323.md +38 -0
  489. package/demo/node_modules/node-domexception/.history/README_20210527214408.md +38 -0
  490. package/demo/node_modules/node-domexception/.history/index_20210527203842.js +0 -0
  491. package/demo/node_modules/node-domexception/.history/index_20210527203947.js +8 -0
  492. package/demo/node_modules/node-domexception/.history/index_20210527204259.js +9 -0
  493. package/demo/node_modules/node-domexception/.history/index_20210527204418.js +9 -0
  494. package/demo/node_modules/node-domexception/.history/index_20210527204756.js +11 -0
  495. package/demo/node_modules/node-domexception/.history/index_20210527204833.js +11 -0
  496. package/demo/node_modules/node-domexception/.history/index_20210527211208.js +15 -0
  497. package/demo/node_modules/node-domexception/.history/index_20210527211248.js +15 -0
  498. package/demo/node_modules/node-domexception/.history/index_20210527212722.js +23 -0
  499. package/demo/node_modules/node-domexception/.history/index_20210527212731.js +23 -0
  500. package/demo/node_modules/node-domexception/.history/index_20210527212746.js +15 -0
  501. package/demo/node_modules/node-domexception/.history/index_20210527212900.js +16 -0
  502. package/demo/node_modules/node-domexception/.history/index_20210527213022.js +16 -0
  503. package/demo/node_modules/node-domexception/.history/index_20210527213822.js +16 -0
  504. package/demo/node_modules/node-domexception/.history/index_20210527213843.js +17 -0
  505. package/demo/node_modules/node-domexception/.history/index_20210527213852.js +17 -0
  506. package/demo/node_modules/node-domexception/.history/index_20210527213910.js +16 -0
  507. package/demo/node_modules/node-domexception/.history/index_20210527214034.js +16 -0
  508. package/demo/node_modules/node-domexception/.history/index_20210527214643.js +41 -0
  509. package/demo/node_modules/node-domexception/.history/index_20210527214654.js +41 -0
  510. package/demo/node_modules/node-domexception/.history/index_20210527214700.js +16 -0
  511. package/demo/node_modules/node-domexception/.history/package_20210527203733.json +19 -0
  512. package/demo/node_modules/node-domexception/.history/package_20210527203825.json +16 -0
  513. package/demo/node_modules/node-domexception/.history/package_20210527204621.json +19 -0
  514. package/demo/node_modules/node-domexception/.history/package_20210527204913.json +25 -0
  515. package/demo/node_modules/node-domexception/.history/package_20210527204925.json +25 -0
  516. package/demo/node_modules/node-domexception/.history/package_20210527205145.json +29 -0
  517. package/demo/node_modules/node-domexception/.history/package_20210527205156.json +29 -0
  518. package/demo/node_modules/node-domexception/.history/test_20210527205603.js +0 -0
  519. package/demo/node_modules/node-domexception/.history/test_20210527205957.js +3 -0
  520. package/demo/node_modules/node-domexception/.history/test_20210527210021.js +3 -0
  521. package/demo/node_modules/node-domexception/LICENSE +21 -0
  522. package/demo/node_modules/node-domexception/README.md +46 -0
  523. package/demo/node_modules/node-domexception/index.js +16 -0
  524. package/demo/node_modules/node-domexception/package.json +29 -0
  525. package/demo/node_modules/node-fetch/LICENSE.md +22 -0
  526. package/demo/node_modules/node-fetch/README.md +634 -0
  527. package/demo/node_modules/node-fetch/browser.js +25 -0
  528. package/demo/node_modules/node-fetch/lib/index.es.js +1777 -0
  529. package/demo/node_modules/node-fetch/lib/index.js +1787 -0
  530. package/demo/node_modules/node-fetch/lib/index.mjs +1775 -0
  531. package/demo/node_modules/node-fetch/package.json +89 -0
  532. package/demo/node_modules/tr46/index.js +193 -0
  533. package/demo/node_modules/tr46/lib/.gitkeep +0 -0
  534. package/demo/node_modules/tr46/lib/mappingTable.json +1 -0
  535. package/demo/node_modules/tr46/package.json +31 -0
  536. package/demo/node_modules/undici-types/README.md +6 -0
  537. package/demo/node_modules/undici-types/agent.d.ts +31 -0
  538. package/demo/node_modules/undici-types/api.d.ts +43 -0
  539. package/demo/node_modules/undici-types/balanced-pool.d.ts +18 -0
  540. package/demo/node_modules/undici-types/cache.d.ts +36 -0
  541. package/demo/node_modules/undici-types/client.d.ts +97 -0
  542. package/demo/node_modules/undici-types/connector.d.ts +34 -0
  543. package/demo/node_modules/undici-types/content-type.d.ts +21 -0
  544. package/demo/node_modules/undici-types/cookies.d.ts +28 -0
  545. package/demo/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  546. package/demo/node_modules/undici-types/dispatcher.d.ts +241 -0
  547. package/demo/node_modules/undici-types/errors.d.ts +128 -0
  548. package/demo/node_modules/undici-types/fetch.d.ts +209 -0
  549. package/demo/node_modules/undici-types/file.d.ts +39 -0
  550. package/demo/node_modules/undici-types/filereader.d.ts +54 -0
  551. package/demo/node_modules/undici-types/formdata.d.ts +108 -0
  552. package/demo/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  553. package/demo/node_modules/undici-types/global-origin.d.ts +7 -0
  554. package/demo/node_modules/undici-types/handlers.d.ts +9 -0
  555. package/demo/node_modules/undici-types/header.d.ts +4 -0
  556. package/demo/node_modules/undici-types/index.d.ts +63 -0
  557. package/demo/node_modules/undici-types/interceptors.d.ts +5 -0
  558. package/demo/node_modules/undici-types/mock-agent.d.ts +50 -0
  559. package/demo/node_modules/undici-types/mock-client.d.ts +25 -0
  560. package/demo/node_modules/undici-types/mock-errors.d.ts +12 -0
  561. package/demo/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  562. package/demo/node_modules/undici-types/mock-pool.d.ts +25 -0
  563. package/demo/node_modules/undici-types/package.json +55 -0
  564. package/demo/node_modules/undici-types/patch.d.ts +71 -0
  565. package/demo/node_modules/undici-types/pool-stats.d.ts +19 -0
  566. package/demo/node_modules/undici-types/pool.d.ts +28 -0
  567. package/demo/node_modules/undici-types/proxy-agent.d.ts +30 -0
  568. package/demo/node_modules/undici-types/readable.d.ts +61 -0
  569. package/demo/node_modules/undici-types/webidl.d.ts +220 -0
  570. package/demo/node_modules/undici-types/websocket.d.ts +131 -0
  571. package/demo/node_modules/web-streams-polyfill/LICENSE +22 -0
  572. package/demo/node_modules/web-streams-polyfill/README.md +110 -0
  573. package/demo/node_modules/web-streams-polyfill/es2018/package.json +14 -0
  574. package/demo/node_modules/web-streams-polyfill/es6/package.json +14 -0
  575. package/demo/node_modules/web-streams-polyfill/package.json +83 -0
  576. package/demo/node_modules/web-streams-polyfill/ponyfill/es2018/package.json +13 -0
  577. package/demo/node_modules/web-streams-polyfill/ponyfill/es6/package.json +13 -0
  578. package/demo/node_modules/web-streams-polyfill/ponyfill/package.json +13 -0
  579. package/demo/node_modules/webidl-conversions/LICENSE.md +12 -0
  580. package/demo/node_modules/webidl-conversions/README.md +53 -0
  581. package/demo/node_modules/webidl-conversions/lib/index.js +189 -0
  582. package/demo/node_modules/webidl-conversions/package.json +23 -0
  583. package/demo/node_modules/whatwg-url/LICENSE.txt +21 -0
  584. package/demo/node_modules/whatwg-url/README.md +67 -0
  585. package/demo/node_modules/whatwg-url/lib/URL-impl.js +200 -0
  586. package/demo/node_modules/whatwg-url/lib/URL.js +196 -0
  587. package/demo/node_modules/whatwg-url/lib/public-api.js +11 -0
  588. package/demo/node_modules/whatwg-url/lib/url-state-machine.js +1297 -0
  589. package/demo/node_modules/whatwg-url/lib/utils.js +20 -0
  590. package/demo/node_modules/whatwg-url/package.json +32 -0
  591. package/demo/together.mjs +22 -0
  592. package/index.js +39 -2
  593. package/package.json +8 -2
@@ -0,0 +1,220 @@
1
+ // These types are not exported, and are only used internally
2
+
3
+ /**
4
+ * Take in an unknown value and return one that is of type T
5
+ */
6
+ type Converter<T> = (object: unknown) => T
7
+
8
+ type SequenceConverter<T> = (object: unknown) => T[]
9
+
10
+ type RecordConverter<K extends string, V> = (object: unknown) => Record<K, V>
11
+
12
+ interface ConvertToIntOpts {
13
+ clamp?: boolean
14
+ enforceRange?: boolean
15
+ }
16
+
17
+ interface WebidlErrors {
18
+ exception (opts: { header: string, message: string }): TypeError
19
+ /**
20
+ * @description Throw an error when conversion from one type to another has failed
21
+ */
22
+ conversionFailed (opts: {
23
+ prefix: string
24
+ argument: string
25
+ types: string[]
26
+ }): TypeError
27
+ /**
28
+ * @description Throw an error when an invalid argument is provided
29
+ */
30
+ invalidArgument (opts: {
31
+ prefix: string
32
+ value: string
33
+ type: string
34
+ }): TypeError
35
+ }
36
+
37
+ interface WebidlUtil {
38
+ /**
39
+ * @see https://tc39.es/ecma262/#sec-ecmascript-data-types-and-values
40
+ */
41
+ Type (object: unknown):
42
+ | 'Undefined'
43
+ | 'Boolean'
44
+ | 'String'
45
+ | 'Symbol'
46
+ | 'Number'
47
+ | 'BigInt'
48
+ | 'Null'
49
+ | 'Object'
50
+
51
+ /**
52
+ * @see https://webidl.spec.whatwg.org/#abstract-opdef-converttoint
53
+ */
54
+ ConvertToInt (
55
+ V: unknown,
56
+ bitLength: number,
57
+ signedness: 'signed' | 'unsigned',
58
+ opts?: ConvertToIntOpts
59
+ ): number
60
+
61
+ /**
62
+ * @see https://webidl.spec.whatwg.org/#abstract-opdef-converttoint
63
+ */
64
+ IntegerPart (N: number): number
65
+ }
66
+
67
+ interface WebidlConverters {
68
+ /**
69
+ * @see https://webidl.spec.whatwg.org/#es-DOMString
70
+ */
71
+ DOMString (V: unknown, opts?: {
72
+ legacyNullToEmptyString: boolean
73
+ }): string
74
+
75
+ /**
76
+ * @see https://webidl.spec.whatwg.org/#es-ByteString
77
+ */
78
+ ByteString (V: unknown): string
79
+
80
+ /**
81
+ * @see https://webidl.spec.whatwg.org/#es-USVString
82
+ */
83
+ USVString (V: unknown): string
84
+
85
+ /**
86
+ * @see https://webidl.spec.whatwg.org/#es-boolean
87
+ */
88
+ boolean (V: unknown): boolean
89
+
90
+ /**
91
+ * @see https://webidl.spec.whatwg.org/#es-any
92
+ */
93
+ any <Value>(V: Value): Value
94
+
95
+ /**
96
+ * @see https://webidl.spec.whatwg.org/#es-long-long
97
+ */
98
+ ['long long'] (V: unknown): number
99
+
100
+ /**
101
+ * @see https://webidl.spec.whatwg.org/#es-unsigned-long-long
102
+ */
103
+ ['unsigned long long'] (V: unknown): number
104
+
105
+ /**
106
+ * @see https://webidl.spec.whatwg.org/#es-unsigned-long
107
+ */
108
+ ['unsigned long'] (V: unknown): number
109
+
110
+ /**
111
+ * @see https://webidl.spec.whatwg.org/#es-unsigned-short
112
+ */
113
+ ['unsigned short'] (V: unknown, opts?: ConvertToIntOpts): number
114
+
115
+ /**
116
+ * @see https://webidl.spec.whatwg.org/#idl-ArrayBuffer
117
+ */
118
+ ArrayBuffer (V: unknown): ArrayBufferLike
119
+ ArrayBuffer (V: unknown, opts: { allowShared: false }): ArrayBuffer
120
+
121
+ /**
122
+ * @see https://webidl.spec.whatwg.org/#es-buffer-source-types
123
+ */
124
+ TypedArray (
125
+ V: unknown,
126
+ TypedArray: NodeJS.TypedArray | ArrayBufferLike
127
+ ): NodeJS.TypedArray | ArrayBufferLike
128
+ TypedArray (
129
+ V: unknown,
130
+ TypedArray: NodeJS.TypedArray | ArrayBufferLike,
131
+ opts?: { allowShared: false }
132
+ ): NodeJS.TypedArray | ArrayBuffer
133
+
134
+ /**
135
+ * @see https://webidl.spec.whatwg.org/#es-buffer-source-types
136
+ */
137
+ DataView (V: unknown, opts?: { allowShared: boolean }): DataView
138
+
139
+ /**
140
+ * @see https://webidl.spec.whatwg.org/#BufferSource
141
+ */
142
+ BufferSource (
143
+ V: unknown,
144
+ opts?: { allowShared: boolean }
145
+ ): NodeJS.TypedArray | ArrayBufferLike | DataView
146
+
147
+ ['sequence<ByteString>']: SequenceConverter<string>
148
+
149
+ ['sequence<sequence<ByteString>>']: SequenceConverter<string[]>
150
+
151
+ ['record<ByteString, ByteString>']: RecordConverter<string, string>
152
+
153
+ [Key: string]: (...args: any[]) => unknown
154
+ }
155
+
156
+ export interface Webidl {
157
+ errors: WebidlErrors
158
+ util: WebidlUtil
159
+ converters: WebidlConverters
160
+
161
+ /**
162
+ * @description Performs a brand-check on {@param V} to ensure it is a
163
+ * {@param cls} object.
164
+ */
165
+ brandCheck <Interface>(V: unknown, cls: Interface, opts?: { strict?: boolean }): asserts V is Interface
166
+
167
+ /**
168
+ * @see https://webidl.spec.whatwg.org/#es-sequence
169
+ * @description Convert a value, V, to a WebIDL sequence type.
170
+ */
171
+ sequenceConverter <Type>(C: Converter<Type>): SequenceConverter<Type>
172
+
173
+ illegalConstructor (): never
174
+
175
+ /**
176
+ * @see https://webidl.spec.whatwg.org/#es-to-record
177
+ * @description Convert a value, V, to a WebIDL record type.
178
+ */
179
+ recordConverter <K extends string, V>(
180
+ keyConverter: Converter<K>,
181
+ valueConverter: Converter<V>
182
+ ): RecordConverter<K, V>
183
+
184
+ /**
185
+ * Similar to {@link Webidl.brandCheck} but allows skipping the check if third party
186
+ * interfaces are allowed.
187
+ */
188
+ interfaceConverter <Interface>(cls: Interface): (
189
+ V: unknown,
190
+ opts?: { strict: boolean }
191
+ ) => asserts V is typeof cls
192
+
193
+ // TODO(@KhafraDev): a type could likely be implemented that can infer the return type
194
+ // from the converters given?
195
+ /**
196
+ * Converts a value, V, to a WebIDL dictionary types. Allows limiting which keys are
197
+ * allowed, values allowed, optional and required keys. Auto converts the value to
198
+ * a type given a converter.
199
+ */
200
+ dictionaryConverter (converters: {
201
+ key: string,
202
+ defaultValue?: unknown,
203
+ required?: boolean,
204
+ converter: (...args: unknown[]) => unknown,
205
+ allowedValues?: unknown[]
206
+ }[]): (V: unknown) => Record<string, unknown>
207
+
208
+ /**
209
+ * @see https://webidl.spec.whatwg.org/#idl-nullable-type
210
+ * @description allows a type, V, to be null
211
+ */
212
+ nullableConverter <T>(
213
+ converter: Converter<T>
214
+ ): (V: unknown) => ReturnType<typeof converter> | null
215
+
216
+ argumentLengthCheck (args: { length: number }, min: number, context: {
217
+ header: string
218
+ message?: string
219
+ }): void
220
+ }
@@ -0,0 +1,131 @@
1
+ /// <reference types="node" />
2
+
3
+ import type { Blob } from 'buffer'
4
+ import type { MessagePort } from 'worker_threads'
5
+ import {
6
+ EventTarget,
7
+ Event,
8
+ EventInit,
9
+ EventListenerOptions,
10
+ AddEventListenerOptions,
11
+ EventListenerOrEventListenerObject
12
+ } from './patch'
13
+ import Dispatcher from './dispatcher'
14
+ import { HeadersInit } from './fetch'
15
+
16
+ export type BinaryType = 'blob' | 'arraybuffer'
17
+
18
+ interface WebSocketEventMap {
19
+ close: CloseEvent
20
+ error: Event
21
+ message: MessageEvent
22
+ open: Event
23
+ }
24
+
25
+ interface WebSocket extends EventTarget {
26
+ binaryType: BinaryType
27
+
28
+ readonly bufferedAmount: number
29
+ readonly extensions: string
30
+
31
+ onclose: ((this: WebSocket, ev: WebSocketEventMap['close']) => any) | null
32
+ onerror: ((this: WebSocket, ev: WebSocketEventMap['error']) => any) | null
33
+ onmessage: ((this: WebSocket, ev: WebSocketEventMap['message']) => any) | null
34
+ onopen: ((this: WebSocket, ev: WebSocketEventMap['open']) => any) | null
35
+
36
+ readonly protocol: string
37
+ readonly readyState: number
38
+ readonly url: string
39
+
40
+ close(code?: number, reason?: string): void
41
+ send(data: string | ArrayBufferLike | Blob | ArrayBufferView): void
42
+
43
+ readonly CLOSED: number
44
+ readonly CLOSING: number
45
+ readonly CONNECTING: number
46
+ readonly OPEN: number
47
+
48
+ addEventListener<K extends keyof WebSocketEventMap>(
49
+ type: K,
50
+ listener: (this: WebSocket, ev: WebSocketEventMap[K]) => any,
51
+ options?: boolean | AddEventListenerOptions
52
+ ): void
53
+ addEventListener(
54
+ type: string,
55
+ listener: EventListenerOrEventListenerObject,
56
+ options?: boolean | AddEventListenerOptions
57
+ ): void
58
+ removeEventListener<K extends keyof WebSocketEventMap>(
59
+ type: K,
60
+ listener: (this: WebSocket, ev: WebSocketEventMap[K]) => any,
61
+ options?: boolean | EventListenerOptions
62
+ ): void
63
+ removeEventListener(
64
+ type: string,
65
+ listener: EventListenerOrEventListenerObject,
66
+ options?: boolean | EventListenerOptions
67
+ ): void
68
+ }
69
+
70
+ export declare const WebSocket: {
71
+ prototype: WebSocket
72
+ new (url: string | URL, protocols?: string | string[] | WebSocketInit): WebSocket
73
+ readonly CLOSED: number
74
+ readonly CLOSING: number
75
+ readonly CONNECTING: number
76
+ readonly OPEN: number
77
+ }
78
+
79
+ interface CloseEventInit extends EventInit {
80
+ code?: number
81
+ reason?: string
82
+ wasClean?: boolean
83
+ }
84
+
85
+ interface CloseEvent extends Event {
86
+ readonly code: number
87
+ readonly reason: string
88
+ readonly wasClean: boolean
89
+ }
90
+
91
+ export declare const CloseEvent: {
92
+ prototype: CloseEvent
93
+ new (type: string, eventInitDict?: CloseEventInit): CloseEvent
94
+ }
95
+
96
+ interface MessageEventInit<T = any> extends EventInit {
97
+ data?: T
98
+ lastEventId?: string
99
+ origin?: string
100
+ ports?: (typeof MessagePort)[]
101
+ source?: typeof MessagePort | null
102
+ }
103
+
104
+ interface MessageEvent<T = any> extends Event {
105
+ readonly data: T
106
+ readonly lastEventId: string
107
+ readonly origin: string
108
+ readonly ports: ReadonlyArray<typeof MessagePort>
109
+ readonly source: typeof MessagePort | null
110
+ initMessageEvent(
111
+ type: string,
112
+ bubbles?: boolean,
113
+ cancelable?: boolean,
114
+ data?: any,
115
+ origin?: string,
116
+ lastEventId?: string,
117
+ source?: typeof MessagePort | null,
118
+ ports?: (typeof MessagePort)[]
119
+ ): void;
120
+ }
121
+
122
+ export declare const MessageEvent: {
123
+ prototype: MessageEvent
124
+ new<T>(type: string, eventInitDict?: MessageEventInit<T>): MessageEvent<T>
125
+ }
126
+
127
+ interface WebSocketInit {
128
+ protocols?: string | string[],
129
+ dispatcher?: Dispatcher,
130
+ headers?: HeadersInit
131
+ }
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 Mattias Buelens
4
+ Copyright (c) 2016 Diwank Singh Tomer
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in all
14
+ copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ SOFTWARE.
@@ -0,0 +1,110 @@
1
+ # web-streams-polyfill
2
+
3
+ Web Streams, based on the WHATWG spec reference implementation.
4
+
5
+ [![build status](https://api.travis-ci.com/MattiasBuelens/web-streams-polyfill.svg?branch=master)](https://travis-ci.com/MattiasBuelens/web-streams-polyfill)
6
+ [![npm version](https://img.shields.io/npm/v/web-streams-polyfill.svg)](https://www.npmjs.com/package/web-streams-polyfill)
7
+ [![license](https://img.shields.io/npm/l/web-streams-polyfill.svg)](https://github.com/MattiasBuelens/web-streams-polyfill/blob/master/LICENSE)
8
+
9
+ ## Links
10
+
11
+ - [Official spec][spec]
12
+ - [Reference implementation][ref-impl]
13
+
14
+ ## Usage
15
+
16
+ This library comes in multiple variants:
17
+ * `web-streams-polyfill`: a polyfill that replaces the native stream implementations.
18
+ Recommended for use in web apps supporting older browsers through a `<script>` tag.
19
+ * `web-streams-polyfill/es6`: a polyfill targeting ES2015+ environments.
20
+ Recommended for use in web apps supporting modern browsers through a `<script>` tag.
21
+ * `web-streams-polyfill/es2018`: a polyfill targeting ES2018+ environments.
22
+ * `web-streams-polyfill/ponyfill`: a [ponyfill] that provides
23
+ the stream implementations without replacing any globals.
24
+ Recommended for use in legacy Node applications, or in web libraries supporting older browsers.
25
+ * `web-streams-polyfill/ponyfill/es6`: a ponyfill targeting ES2015+ environments.
26
+ Recommended for use in Node 6+ applications, or in web libraries supporting modern browsers.
27
+ * `web-streams-polyfill/ponyfill/es2018`: a ponyfill targeting ES2018+ environments.
28
+ Recommended for use in Node 10+ applications.
29
+
30
+ Each variant also includes TypeScript type definitions, compatible with the DOM type definitions for streams included in TypeScript.
31
+
32
+ Usage as a polyfill:
33
+ ```html
34
+ <!-- option 1: hosted by unpkg CDN -->
35
+ <script src="https://unpkg.com/web-streams-polyfill/dist/polyfill.min.js"></script>
36
+ <!-- option 2: self hosted -->
37
+ <script src="/path/to/web-streams-polyfill/dist/polyfill.min.js"></script>
38
+ <script>
39
+ var readable = new ReadableStream();
40
+ </script>
41
+ ```
42
+ Usage as a Node module:
43
+ ```js
44
+ var streams = require("web-streams-polyfill/ponyfill");
45
+ var readable = new streams.ReadableStream();
46
+ ```
47
+ Usage as a ES2015 module:
48
+ ```js
49
+ import { ReadableStream } from "web-streams-polyfill/ponyfill";
50
+ const readable = new ReadableStream();
51
+ ```
52
+
53
+ ## Compatibility
54
+
55
+ The `polyfill` and `ponyfill` variants work in any ES5-compatible environment that has a global `Promise`.
56
+ If you need to support older browsers or Node versions that do not have a native `Promise` implementation
57
+ (check the [support table][promise-support]), you must first include a `Promise` polyfill
58
+ (e.g. [promise-polyfill][promise-polyfill]).
59
+
60
+ The `polyfill/es6` and `ponyfill/es6` variants work in any ES2015-compatible environment.
61
+
62
+ The `polyfill/es2018` and `ponyfill/es2018` variants work in any ES2018-compatible environment.
63
+
64
+ [Async iterable support for `ReadableStream`][rs-asynciterator] is available in all variants, but requires an ES2018-compatible environment or a polyfill for `Symbol.asyncIterator`.
65
+
66
+ [`WritableStreamDefaultController.signal`][ws-controller-signal] is available in all variants, but requires a global `AbortController` constructor. If necessary, consider using a polyfill such as [abortcontroller-polyfill].
67
+
68
+ [Reading with a BYOB reader][mdn-byob-read] is available in all variants, but requires `ArrayBuffer.prototype.transfer()` or `structuredClone()` to exist in order to correctly transfer the given view's buffer. If not available, then the buffer won't be transferred during the read.
69
+
70
+ ## Compliance
71
+
72
+ The polyfill implements [version `4dc123a` (13 Nov 2023)][spec-snapshot] of the streams specification.
73
+
74
+ The polyfill is tested against the same [web platform tests][wpt] that are used by browsers to test their native implementations.
75
+ The polyfill aims to pass all tests, although it allows some exceptions for practical reasons:
76
+ * The `es2018` variant passes all of the tests.
77
+ * The `es6` variant passes the same tests as the `es2018` variant, except for the [test for the prototype of `ReadableStream`'s async iterator][wpt-async-iterator-prototype].
78
+ Retrieving the correct `%AsyncIteratorPrototype%` requires using an async generator (`async function* () {}`), which is invalid syntax before ES2018.
79
+ Instead, the polyfill [creates its own version][stub-async-iterator-prototype] which is functionally equivalent to the real prototype.
80
+ * The `es5` variant passes the same tests as the `es6` variant, except for various tests about specific characteristics of the constructors, properties and methods.
81
+ These test failures do not affect the run-time behavior of the polyfill.
82
+ For example:
83
+ * The `name` property of down-leveled constructors is incorrect.
84
+ * The `length` property of down-leveled constructors and methods with optional arguments is incorrect.
85
+ * Not all properties and methods are correctly marked as non-enumerable.
86
+ * Down-leveled class methods are not correctly marked as non-constructable.
87
+
88
+ The type definitions are compatible with the built-in stream types of TypeScript 3.3.
89
+
90
+ ## Contributors
91
+
92
+ Thanks to these people for their work on [the original polyfill][creatorrr-polyfill]:
93
+
94
+ - Diwank Singh Tomer ([creatorrr](https://github.com/creatorrr))
95
+ - Anders Riutta ([ariutta](https://github.com/ariutta))
96
+
97
+ [spec]: https://streams.spec.whatwg.org
98
+ [ref-impl]: https://github.com/whatwg/streams
99
+ [ponyfill]: https://github.com/sindresorhus/ponyfill
100
+ [promise-support]: https://kangax.github.io/compat-table/es6/#test-Promise
101
+ [promise-polyfill]: https://www.npmjs.com/package/promise-polyfill
102
+ [rs-asynciterator]: https://streams.spec.whatwg.org/#rs-asynciterator
103
+ [ws-controller-signal]: https://streams.spec.whatwg.org/#ws-default-controller-signal
104
+ [abortcontroller-polyfill]: https://www.npmjs.com/package/abortcontroller-polyfill
105
+ [mdn-byob-read]: https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBReader/read
106
+ [spec-snapshot]: https://streams.spec.whatwg.org/commit-snapshots/4dc123a6e7f7ba89a8c6a7975b021156f39cab52/
107
+ [wpt]: https://github.com/web-platform-tests/wpt/tree/2a298b616b7c865917d7198a287310881cbfdd8d/streams
108
+ [wpt-async-iterator-prototype]: https://github.com/web-platform-tests/wpt/blob/2a298b616b7c865917d7198a287310881cbfdd8d/streams/readable-streams/async-iterator.any.js#L24
109
+ [stub-async-iterator-prototype]: https://github.com/MattiasBuelens/web-streams-polyfill/blob/v2.0.0/src/target/es5/stub/async-iterator-prototype.ts
110
+ [creatorrr-polyfill]: https://github.com/creatorrr/web-streams-polyfill
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "web-streams-polyfill-es2018",
3
+ "main": "../dist/polyfill.es2018",
4
+ "browser": "../dist/polyfill.es2018.min.js",
5
+ "module": "../dist/polyfill.es2018.mjs",
6
+ "types": "../dist/types/polyfill.d.ts",
7
+ "typesVersions": {
8
+ ">=3.6": {
9
+ "../dist/types/*": [
10
+ "../dist/types/ts3.6/*"
11
+ ]
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "web-streams-polyfill-es6",
3
+ "main": "../dist/polyfill.es6",
4
+ "browser": "../dist/polyfill.es6.min.js",
5
+ "module": "../dist/polyfill.es6.mjs",
6
+ "types": "../dist/types/polyfill.d.ts",
7
+ "typesVersions": {
8
+ ">=3.6": {
9
+ "../dist/types/*": [
10
+ "../dist/types/ts3.6/*"
11
+ ]
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,83 @@
1
+ {
2
+ "name": "web-streams-polyfill",
3
+ "version": "3.3.3",
4
+ "description": "Web Streams, based on the WHATWG spec reference implementation",
5
+ "main": "dist/polyfill",
6
+ "browser": "dist/polyfill.min.js",
7
+ "module": "dist/polyfill.mjs",
8
+ "types": "dist/types/polyfill.d.ts",
9
+ "typesVersions": {
10
+ ">=3.6": {
11
+ "dist/types/*": [
12
+ "dist/types/ts3.6/*"
13
+ ]
14
+ }
15
+ },
16
+ "scripts": {
17
+ "test": "npm run test:types && npm run test:unit && npm run test:wpt",
18
+ "test:wpt": "npm run test:wpt:node && npm run test:wpt:chromium && npm run test:wpt:firefox",
19
+ "test:wpt:node": "node --expose_gc ./test/wpt/node/run.js",
20
+ "test:wpt:chromium": "node ./test/wpt/browser/run.js --browser chromium",
21
+ "test:wpt:firefox": "node ./test/wpt/browser/run.js --browser firefox",
22
+ "test:types": "tsc -p ./test/types/tsconfig.json",
23
+ "test:unit": "jasmine --config=test/unit/jasmine.json",
24
+ "lint": "eslint \"src/**/*.ts\"",
25
+ "build": "npm run build:bundle && npm run build:types",
26
+ "build:bundle": "rollup -c",
27
+ "build:types": "tsc --project . --emitDeclarationOnly --declarationDir ./lib && api-extractor run",
28
+ "accept:types": "npm run build:types -- --local",
29
+ "postbuild:types": "downlevel-dts ./dist/types/ts3.6/ ./dist/types/ --to=3.5 && node ./build/downlevel-dts.js",
30
+ "prepare": "npm run build"
31
+ },
32
+ "files": [
33
+ "dist",
34
+ "es6",
35
+ "es2018",
36
+ "ponyfill"
37
+ ],
38
+ "engines": {
39
+ "node": ">= 8"
40
+ },
41
+ "repository": {
42
+ "type": "git",
43
+ "url": "git+https://github.com/MattiasBuelens/web-streams-polyfill.git"
44
+ },
45
+ "keywords": [
46
+ "streams",
47
+ "whatwg",
48
+ "polyfill"
49
+ ],
50
+ "author": "Mattias Buelens <mattias@buelens.com>",
51
+ "contributors": [
52
+ "Diwank Singh <diwank.singh@gmail.com>"
53
+ ],
54
+ "license": "MIT",
55
+ "bugs": {
56
+ "url": "https://github.com/MattiasBuelens/web-streams-polyfill/issues"
57
+ },
58
+ "homepage": "https://github.com/MattiasBuelens/web-streams-polyfill#readme",
59
+ "devDependencies": {
60
+ "@microsoft/api-extractor": "^7.39.1",
61
+ "@rollup/plugin-inject": "^5.0.5",
62
+ "@rollup/plugin-replace": "^5.0.5",
63
+ "@rollup/plugin-strip": "^3.0.4",
64
+ "@rollup/plugin-terser": "^0.4.4",
65
+ "@rollup/plugin-typescript": "^11.1.5",
66
+ "@types/node": "^18.19.4",
67
+ "@typescript-eslint/eslint-plugin": "^6.17.0",
68
+ "@typescript-eslint/parser": "^6.17.0",
69
+ "@ungap/promise-all-settled": "^1.1.2",
70
+ "downlevel-dts": "^0.11.0",
71
+ "eslint": "^8.56.0",
72
+ "jasmine": "^5.1.0",
73
+ "micromatch": "^4.0.5",
74
+ "minimist": "^1.2.5",
75
+ "playwright": "^1.14.1",
76
+ "recursive-readdir": "^2.2.2",
77
+ "rollup": "^4.9.2",
78
+ "ts-morph": "^10.0.2",
79
+ "tslib": "^2.6.2",
80
+ "typescript": "^5.3.3",
81
+ "wpt-runner": "^5.0.0"
82
+ }
83
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "web-streams-ponyfill-es2018",
3
+ "main": "../../dist/ponyfill.es2018",
4
+ "module": "../../dist/ponyfill.es2018.mjs",
5
+ "types": "../../dist/types/ponyfill.d.ts",
6
+ "typesVersions": {
7
+ ">=3.6": {
8
+ "../../dist/types/*": [
9
+ "../../dist/types/ts3.6/*"
10
+ ]
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "web-streams-ponyfill-es6",
3
+ "main": "../../dist/ponyfill.es6",
4
+ "module": "../../dist/ponyfill.es6.mjs",
5
+ "types": "../../dist/types/ponyfill.d.ts",
6
+ "typesVersions": {
7
+ ">=3.6": {
8
+ "../../dist/types/*": [
9
+ "../../dist/types/ts3.6/*"
10
+ ]
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "web-streams-ponyfill",
3
+ "main": "../dist/ponyfill",
4
+ "module": "../dist/ponyfill.mjs",
5
+ "types": "../dist/types/ponyfill.d.ts",
6
+ "typesVersions": {
7
+ ">=3.6": {
8
+ "../dist/types/*": [
9
+ "../dist/types/ts3.6/*"
10
+ ]
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,12 @@
1
+ # The BSD 2-Clause License
2
+
3
+ Copyright (c) 2014, Domenic Denicola
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
7
+
8
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
9
+
10
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
11
+
12
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.