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,728 @@
1
+ <div align="center">
2
+ 🎉 announcing <a href="https://github.com/dotenvx/dotenvx">dotenvx</a>. <em>run anywhere, multi-environment, encrypted envs</em>.
3
+ </div>
4
+
5
+ &nbsp;
6
+
7
+ <div align="center">
8
+
9
+ <p>
10
+ <sup>
11
+ <a href="https://github.com/sponsors/motdotla">Dotenv is supported by the community.</a>
12
+ </sup>
13
+ </p>
14
+ <sup>Special thanks to:</sup>
15
+ <br>
16
+ <br>
17
+ <a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=dotenv_p_20220831">
18
+ <div>
19
+ <img src="https://res.cloudinary.com/dotenv-org/image/upload/v1661980709/warp_hi8oqj.png" width="230" alt="Warp">
20
+ </div>
21
+ <b>Warp is a blazingly fast, Rust-based terminal reimagined to work like a modern app.</b>
22
+ <div>
23
+ <sup>Get more done in the CLI with real text editing, block-based output, and AI command search.</sup>
24
+ </div>
25
+ </a>
26
+ <br>
27
+ <a href="https://workos.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=dotenv&utm_source=github">
28
+ <div>
29
+ <img src="https://res.cloudinary.com/dotenv-org/image/upload/c_scale,w_400/v1665605496/68747470733a2f2f73696e647265736f726875732e636f6d2f6173736574732f7468616e6b732f776f726b6f732d6c6f676f2d77686974652d62672e737667_zdmsbu.svg" width="270" alt="WorkOS">
30
+ </div>
31
+ <b>Your App, Enterprise Ready.</b>
32
+ <div>
33
+ <sup>Add Single Sign-On, Multi-Factor Auth, and more, in minutes instead of months.</sup>
34
+ </div>
35
+ </a>
36
+ <br/>
37
+ <a href="https://runalloy.com/?utm_source=github&utm_medium=referral&utm_campaign=1224_dotenv">
38
+ <div>
39
+ <img src="https://res.cloudinary.com/dotenv-org/image/upload/c_crop,g_center,h_65,w_290,x_0,y_0/v1704258787/AlloyAutomation-logo_dqin8c.svg" width="370" alt="Alloy Automation">
40
+ </div>
41
+ <b>Launch user-facing integrations faster</b>
42
+ <div>
43
+ <sup>Easily spin up hundreds of integrations. Sign up free or read our docs first</sup>
44
+ </div>
45
+ </a>
46
+ <hr>
47
+ </div>
48
+
49
+ # dotenv [![NPM version](https://img.shields.io/npm/v/dotenv.svg?style=flat-square)](https://www.npmjs.com/package/dotenv)
50
+
51
+ <img src="https://raw.githubusercontent.com/motdotla/dotenv/master/dotenv.svg" alt="dotenv" align="right" width="200" />
52
+
53
+ Dotenv is a zero-dependency module that loads environment variables from a `.env` file into [`process.env`](https://nodejs.org/docs/latest/api/process.html#process_process_env). Storing configuration in the environment separate from code is based on [The Twelve-Factor App](https://12factor.net/config) methodology.
54
+
55
+ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
56
+ [![LICENSE](https://img.shields.io/github/license/motdotla/dotenv.svg)](LICENSE)
57
+ [![codecov](https://codecov.io/gh/motdotla/dotenv-expand/graph/badge.svg?token=pawWEyaMfg)](https://codecov.io/gh/motdotla/dotenv-expand)
58
+
59
+ * [🌱 Install](#-install)
60
+ * [🏗️ Usage (.env)](#%EF%B8%8F-usage)
61
+ * [🌴 Multiple Environments 🆕](#-manage-multiple-environments)
62
+ * [🚀 Deploying (.env.vault) 🆕](#-deploying)
63
+ * [📚 Examples](#-examples)
64
+ * [📖 Docs](#-documentation)
65
+ * [❓ FAQ](#-faq)
66
+ * [⏱️ Changelog](./CHANGELOG.md)
67
+
68
+ ## 🌱 Install
69
+
70
+ ```bash
71
+ # install locally (recommended)
72
+ npm install dotenv --save
73
+ ```
74
+
75
+ Or installing with yarn? `yarn add dotenv`
76
+
77
+ ## 🏗️ Usage
78
+
79
+ <a href="https://www.youtube.com/watch?v=YtkZR0NFd1g">
80
+ <div align="right">
81
+ <img src="https://img.youtube.com/vi/YtkZR0NFd1g/hqdefault.jpg" alt="how to use dotenv video tutorial" align="right" width="330" />
82
+ <img src="https://simpleicons.vercel.app/youtube/ff0000" alt="youtube/@dotenvorg" align="right" width="24" />
83
+ </div>
84
+ </a>
85
+
86
+ Create a `.env` file in the root of your project:
87
+
88
+ ```dosini
89
+ S3_BUCKET="YOURS3BUCKET"
90
+ SECRET_KEY="YOURSECRETKEYGOESHERE"
91
+ ```
92
+
93
+ As early as possible in your application, import and configure dotenv:
94
+
95
+ ```javascript
96
+ require('dotenv').config()
97
+ console.log(process.env) // remove this after you've confirmed it is working
98
+ ```
99
+
100
+ .. [or using ES6?](#how-do-i-use-dotenv-with-import)
101
+
102
+ ```javascript
103
+ import 'dotenv/config'
104
+ ```
105
+
106
+ That's it. `process.env` now has the keys and values you defined in your `.env` file:
107
+
108
+ ```javascript
109
+ require('dotenv').config()
110
+
111
+ ...
112
+
113
+ s3.getBucketCors({Bucket: process.env.S3_BUCKET}, function(err, data) {})
114
+ ```
115
+
116
+ ### Multiline values
117
+
118
+ If you need multiline variables, for example private keys, those are now supported (`>= v15.0.0`) with line breaks:
119
+
120
+ ```dosini
121
+ PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----
122
+ ...
123
+ Kh9NV...
124
+ ...
125
+ -----END RSA PRIVATE KEY-----"
126
+ ```
127
+
128
+ Alternatively, you can double quote strings and use the `\n` character:
129
+
130
+ ```dosini
131
+ PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\nKh9NV...\n-----END RSA PRIVATE KEY-----\n"
132
+ ```
133
+
134
+ ### Comments
135
+
136
+ Comments may be added to your file on their own line or inline:
137
+
138
+ ```dosini
139
+ # This is a comment
140
+ SECRET_KEY=YOURSECRETKEYGOESHERE # comment
141
+ SECRET_HASH="something-with-a-#-hash"
142
+ ```
143
+
144
+ Comments begin where a `#` exists, so if your value contains a `#` please wrap it in quotes. This is a breaking change from `>= v15.0.0` and on.
145
+
146
+ ### Parsing
147
+
148
+ The engine which parses the contents of your file containing environment variables is available to use. It accepts a String or Buffer and will return an Object with the parsed keys and values.
149
+
150
+ ```javascript
151
+ const dotenv = require('dotenv')
152
+ const buf = Buffer.from('BASIC=basic')
153
+ const config = dotenv.parse(buf) // will return an object
154
+ console.log(typeof config, config) // object { BASIC : 'basic' }
155
+ ```
156
+
157
+ ### Preload
158
+
159
+ > Note: Consider using [`dotenvx`](https://github.com/dotenvx/dotenvx) instead of preloading. I am now doing (and recommending) so.
160
+ >
161
+ > It serves the same purpose (you do not need to require and load dotenv), adds better debugging, and works with ANY language, framework, or platform. – [motdotla](https://github.com/motdotla)
162
+
163
+ You can use the `--require` (`-r`) [command line option](https://nodejs.org/api/cli.html#-r---require-module) to preload dotenv. By doing this, you do not need to require and load dotenv in your application code.
164
+
165
+ ```bash
166
+ $ node -r dotenv/config your_script.js
167
+ ```
168
+
169
+ The configuration options below are supported as command line arguments in the format `dotenv_config_<option>=value`
170
+
171
+ ```bash
172
+ $ node -r dotenv/config your_script.js dotenv_config_path=/custom/path/to/.env dotenv_config_debug=true
173
+ ```
174
+
175
+ Additionally, you can use environment variables to set configuration options. Command line arguments will precede these.
176
+
177
+ ```bash
178
+ $ DOTENV_CONFIG_<OPTION>=value node -r dotenv/config your_script.js
179
+ ```
180
+
181
+ ```bash
182
+ $ DOTENV_CONFIG_ENCODING=latin1 DOTENV_CONFIG_DEBUG=true node -r dotenv/config your_script.js dotenv_config_path=/custom/path/to/.env
183
+ ```
184
+
185
+ ### Variable Expansion
186
+
187
+ You need to add the value of another variable in one of your variables? Use [dotenv-expand](https://github.com/motdotla/dotenv-expand).
188
+
189
+ ### Syncing
190
+
191
+ You need to keep `.env` files in sync between machines, environments, or team members? Use [dotenv-vault](https://github.com/dotenv-org/dotenv-vault).
192
+
193
+ ### Multiple Environments
194
+
195
+ You need to manage your secrets across different environments and apply them as needed? Use a `.env.vault` file with a `DOTENV_KEY`.
196
+
197
+ ### Deploying
198
+
199
+ You need to deploy your secrets in a cloud-agnostic manner? Use a `.env.vault` file. See [deploying `.env.vault` files](https://github.com/motdotla/dotenv/tree/master#-deploying).
200
+
201
+ ## 🌴 Manage Multiple Environments
202
+
203
+ Use [dotenvx](https://github.com/dotenvx/dotenvx) or [dotenv-vault](https://github.com/dotenv-org/dotenv-vault).
204
+
205
+ ### dotenvx
206
+
207
+ Run any environment locally. Create a `.env.ENVIRONMENT` file and use `--env-file` to load it. It's straightforward, yet flexible.
208
+
209
+ ```bash
210
+ $ echo "HELLO=production" > .env.production
211
+ $ echo "console.log('Hello ' + process.env.HELLO)" > index.js
212
+
213
+ $ dotenvx run --env-file=.env.production -- node index.js
214
+ Hello production
215
+ > ^^
216
+ ```
217
+
218
+ or with multiple .env files
219
+
220
+ ```bash
221
+ $ echo "HELLO=local" > .env.local
222
+ $ echo "HELLO=World" > .env
223
+ $ echo "console.log('Hello ' + process.env.HELLO)" > index.js
224
+
225
+ $ dotenvx run --env-file=.env.local --env-file=.env -- node index.js
226
+ Hello local
227
+ ```
228
+
229
+ [more environment examples](https://dotenvx.com/docs/quickstart/environments)
230
+
231
+ ### dotenv-vault
232
+
233
+ Edit your production environment variables.
234
+
235
+ ```bash
236
+ $ npx dotenv-vault open production
237
+ ```
238
+
239
+ Regenerate your `.env.vault` file.
240
+
241
+ ```bash
242
+ $ npx dotenv-vault build
243
+ ```
244
+
245
+ *ℹ️ 🔐 Vault Managed vs 💻 Locally Managed: The above example, for brevity's sake, used the 🔐 Vault Managed solution to manage your `.env.vault` file. You can instead use the 💻 Locally Managed solution. [Read more here](https://github.com/dotenv-org/dotenv-vault#how-do-i-use--locally-managed-dotenv-vault). Our vision is that other platforms and orchestration tools adopt the `.env.vault` standard as they did the `.env` standard. We don't expect to be the only ones providing tooling to manage and generate `.env.vault` files.*
246
+
247
+ <a href="https://github.com/dotenv-org/dotenv-vault#-manage-multiple-environments">Learn more at dotenv-vault: Manage Multiple Environments</a>
248
+
249
+ ## 🚀 Deploying
250
+
251
+ Use [dotenvx](https://github.com/dotenvx/dotenvx) or [dotenv-vault](https://github.com/dotenv-org/dotenv-vault).
252
+
253
+ ### dotenvx
254
+
255
+ Encrypt your secrets to a `.env.vault` file and load from it (recommended for production and ci).
256
+
257
+ ```bash
258
+ $ echo "HELLO=World" > .env
259
+ $ echo "HELLO=production" > .env.production
260
+ $ echo "console.log('Hello ' + process.env.HELLO)" > index.js
261
+
262
+ $ dotenvx encrypt
263
+ [dotenvx][info] encrypted to .env.vault (.env,.env.production)
264
+ [dotenvx][info] keys added to .env.keys (DOTENV_KEY_PRODUCTION,DOTENV_KEY_PRODUCTION)
265
+
266
+ $ DOTENV_KEY='<dotenv_key_production>' dotenvx run -- node index.js
267
+ [dotenvx][info] loading env (1) from encrypted .env.vault
268
+ Hello production
269
+ ^ :-]
270
+ ```
271
+
272
+ [learn more](https://github.com/dotenvx/dotenvx?tab=readme-ov-file#encryption)
273
+
274
+ ### dotenv-vault
275
+
276
+ *Note: Requires dotenv >= 16.1.0*
277
+
278
+ Encrypt your `.env.vault` file.
279
+
280
+ ```bash
281
+ $ npx dotenv-vault build
282
+ ```
283
+
284
+ Fetch your production `DOTENV_KEY`.
285
+
286
+ ```bash
287
+ $ npx dotenv-vault keys production
288
+ ```
289
+
290
+ Set `DOTENV_KEY` on your server.
291
+
292
+ ```bash
293
+ # heroku example
294
+ heroku config:set DOTENV_KEY=dotenv://:key_1234…@dotenvx.com/vault/.env.vault?environment=production
295
+ ```
296
+
297
+ That's it! On deploy, your `.env.vault` file will be decrypted and its secrets injected as environment variables – just in time.
298
+
299
+ *ℹ️ A note from [Mot](https://github.com/motdotla): Until recently, we did not have an opinion on how and where to store your secrets in production. We now strongly recommend generating a `.env.vault` file. It's the best way to prevent your secrets from being scattered across multiple servers and cloud providers – protecting you from breaches like the [CircleCI breach](https://techcrunch.com/2023/01/05/circleci-breach/). Also it unlocks interoperability WITHOUT native third-party integrations. Third-party integrations are [increasingly risky](https://coderpad.io/blog/development/heroku-github-breach/) to our industry. They may be the 'du jour' of today, but we imagine a better future.*
300
+
301
+ <a href="https://github.com/dotenv-org/dotenv-vault#-deploying">Learn more at dotenv-vault: Deploying</a>
302
+
303
+ ## 📚 Examples
304
+
305
+ See [examples](https://github.com/dotenv-org/examples) of using dotenv with various frameworks, languages, and configurations.
306
+
307
+ * [nodejs](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-nodejs)
308
+ * [nodejs (debug on)](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-nodejs-debug)
309
+ * [nodejs (override on)](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-nodejs-override)
310
+ * [nodejs (processEnv override)](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-custom-target)
311
+ * [nodejs (DOTENV_KEY override)](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-vault-custom-target)
312
+ * [esm](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-esm)
313
+ * [esm (preload)](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-esm-preload)
314
+ * [typescript](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-typescript)
315
+ * [typescript parse](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-typescript-parse)
316
+ * [typescript config](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-typescript-config)
317
+ * [webpack](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-webpack)
318
+ * [webpack (plugin)](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-webpack2)
319
+ * [react](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-react)
320
+ * [react (typescript)](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-react-typescript)
321
+ * [express](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-express)
322
+ * [nestjs](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-nestjs)
323
+ * [fastify](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-fastify)
324
+
325
+ ## 📖 Documentation
326
+
327
+ Dotenv exposes four functions:
328
+
329
+ * `config`
330
+ * `parse`
331
+ * `populate`
332
+ * `decrypt`
333
+
334
+ ### Config
335
+
336
+ `config` will read your `.env` file, parse the contents, assign it to
337
+ [`process.env`](https://nodejs.org/docs/latest/api/process.html#process_process_env),
338
+ and return an Object with a `parsed` key containing the loaded content or an `error` key if it failed.
339
+
340
+ ```js
341
+ const result = dotenv.config()
342
+
343
+ if (result.error) {
344
+ throw result.error
345
+ }
346
+
347
+ console.log(result.parsed)
348
+ ```
349
+
350
+ You can additionally, pass options to `config`.
351
+
352
+ #### Options
353
+
354
+ ##### path
355
+
356
+ Default: `path.resolve(process.cwd(), '.env')`
357
+
358
+ Specify a custom path if your file containing environment variables is located elsewhere.
359
+
360
+ ```js
361
+ require('dotenv').config({ path: '/custom/path/to/.env' })
362
+ ```
363
+
364
+ By default, `config` will look for a file called .env in the current working directory.
365
+
366
+ Pass in multiple files as an array, and they will be parsed in order and combined with `process.env` (or `option.processEnv`, if set). The first value set for a variable will win, unless the `options.override` flag is set, in which case the last value set will win. If a value already exists in `process.env` and the `options.override` flag is NOT set, no changes will be made to that value.
367
+
368
+ ```js
369
+ require('dotenv').config({ path: ['.env.local', '.env'] })
370
+ ```
371
+
372
+ ##### encoding
373
+
374
+ Default: `utf8`
375
+
376
+ Specify the encoding of your file containing environment variables.
377
+
378
+ ```js
379
+ require('dotenv').config({ encoding: 'latin1' })
380
+ ```
381
+
382
+ ##### debug
383
+
384
+ Default: `false`
385
+
386
+ Turn on logging to help debug why certain keys or values are not being set as you expect.
387
+
388
+ ```js
389
+ require('dotenv').config({ debug: process.env.DEBUG })
390
+ ```
391
+
392
+ ##### override
393
+
394
+ Default: `false`
395
+
396
+ Override any environment variables that have already been set on your machine with values from your .env file(s). If multiple files have been provided in `option.path` the override will also be used as each file is combined with the next. Without `override` being set, the first value wins. With `override` set the last value wins.
397
+
398
+ ```js
399
+ require('dotenv').config({ override: true })
400
+ ```
401
+
402
+ ##### processEnv
403
+
404
+ Default: `process.env`
405
+
406
+ Specify an object to write your secrets to. Defaults to `process.env` environment variables.
407
+
408
+ ```js
409
+ const myObject = {}
410
+ require('dotenv').config({ processEnv: myObject })
411
+
412
+ console.log(myObject) // values from .env or .env.vault live here now.
413
+ console.log(process.env) // this was not changed or written to
414
+ ```
415
+
416
+ ##### DOTENV_KEY
417
+
418
+ Default: `process.env.DOTENV_KEY`
419
+
420
+ Pass the `DOTENV_KEY` directly to config options. Defaults to looking for `process.env.DOTENV_KEY` environment variable. Note this only applies to decrypting `.env.vault` files. If passed as null or undefined, or not passed at all, dotenv falls back to its traditional job of parsing a `.env` file.
421
+
422
+ ```js
423
+ require('dotenv').config({ DOTENV_KEY: 'dotenv://:key_1234…@dotenvx.com/vault/.env.vault?environment=production' })
424
+ ```
425
+
426
+ ### Parse
427
+
428
+ The engine which parses the contents of your file containing environment
429
+ variables is available to use. It accepts a String or Buffer and will return
430
+ an Object with the parsed keys and values.
431
+
432
+ ```js
433
+ const dotenv = require('dotenv')
434
+ const buf = Buffer.from('BASIC=basic')
435
+ const config = dotenv.parse(buf) // will return an object
436
+ console.log(typeof config, config) // object { BASIC : 'basic' }
437
+ ```
438
+
439
+ #### Options
440
+
441
+ ##### debug
442
+
443
+ Default: `false`
444
+
445
+ Turn on logging to help debug why certain keys or values are not being set as you expect.
446
+
447
+ ```js
448
+ const dotenv = require('dotenv')
449
+ const buf = Buffer.from('hello world')
450
+ const opt = { debug: true }
451
+ const config = dotenv.parse(buf, opt)
452
+ // expect a debug message because the buffer is not in KEY=VAL form
453
+ ```
454
+
455
+ ### Populate
456
+
457
+ The engine which populates the contents of your .env file to `process.env` is available for use. It accepts a target, a source, and options. This is useful for power users who want to supply their own objects.
458
+
459
+ For example, customizing the source:
460
+
461
+ ```js
462
+ const dotenv = require('dotenv')
463
+ const parsed = { HELLO: 'world' }
464
+
465
+ dotenv.populate(process.env, parsed)
466
+
467
+ console.log(process.env.HELLO) // world
468
+ ```
469
+
470
+ For example, customizing the source AND target:
471
+
472
+ ```js
473
+ const dotenv = require('dotenv')
474
+ const parsed = { HELLO: 'universe' }
475
+ const target = { HELLO: 'world' } // empty object
476
+
477
+ dotenv.populate(target, parsed, { override: true, debug: true })
478
+
479
+ console.log(target) // { HELLO: 'universe' }
480
+ ```
481
+
482
+ #### options
483
+
484
+ ##### Debug
485
+
486
+ Default: `false`
487
+
488
+ Turn on logging to help debug why certain keys or values are not being populated as you expect.
489
+
490
+ ##### override
491
+
492
+ Default: `false`
493
+
494
+ Override any environment variables that have already been set.
495
+
496
+ ### Decrypt
497
+
498
+ The engine which decrypts the ciphertext contents of your .env.vault file is available for use. It accepts a ciphertext and a decryption key. It uses AES-256-GCM encryption.
499
+
500
+ For example, decrypting a simple ciphertext:
501
+
502
+ ```js
503
+ const dotenv = require('dotenv')
504
+ const ciphertext = 's7NYXa809k/bVSPwIAmJhPJmEGTtU0hG58hOZy7I0ix6y5HP8LsHBsZCYC/gw5DDFy5DgOcyd18R'
505
+ const decryptionKey = 'ddcaa26504cd70a6fef9801901c3981538563a1767c297cb8416e8a38c62fe00'
506
+
507
+ const decrypted = dotenv.decrypt(ciphertext, decryptionKey)
508
+
509
+ console.log(decrypted) // # development@v6\nALPHA="zeta"
510
+ ```
511
+
512
+ ## ❓ FAQ
513
+
514
+ ### Why is the `.env` file not loading my environment variables successfully?
515
+
516
+ Most likely your `.env` file is not in the correct place. [See this stack overflow](https://stackoverflow.com/questions/42335016/dotenv-file-is-not-loading-environment-variables).
517
+
518
+ Turn on debug mode and try again..
519
+
520
+ ```js
521
+ require('dotenv').config({ debug: true })
522
+ ```
523
+
524
+ You will receive a helpful error outputted to your console.
525
+
526
+ ### Should I commit my `.env` file?
527
+
528
+ No. We **strongly** recommend against committing your `.env` file to version
529
+ control. It should only include environment-specific values such as database
530
+ passwords or API keys. Your production database should have a different
531
+ password than your development database.
532
+
533
+ ### Should I have multiple `.env` files?
534
+
535
+ We recommend creating on `.env` file per environment. Use `.env` for local/development, `.env.production` for production and so on. This still follows the twelve factor principles as each is attributed individually to its own environment. Avoid custom set ups that work in inheritance somehow (`.env.production` inherits values form `.env` for example). It is better to duplicate values if necessary across each `.env.environment` file.
536
+
537
+ > In a twelve-factor app, env vars are granular controls, each fully orthogonal to other env vars. They are never grouped together as “environments”, but instead are independently managed for each deploy. This is a model that scales up smoothly as the app naturally expands into more deploys over its lifetime.
538
+ >
539
+ > – [The Twelve-Factor App](http://12factor.net/config)
540
+
541
+ ### What rules does the parsing engine follow?
542
+
543
+ The parsing engine currently supports the following rules:
544
+
545
+ - `BASIC=basic` becomes `{BASIC: 'basic'}`
546
+ - empty lines are skipped
547
+ - lines beginning with `#` are treated as comments
548
+ - `#` marks the beginning of a comment (unless when the value is wrapped in quotes)
549
+ - empty values become empty strings (`EMPTY=` becomes `{EMPTY: ''}`)
550
+ - inner quotes are maintained (think JSON) (`JSON={"foo": "bar"}` becomes `{JSON:"{\"foo\": \"bar\"}"`)
551
+ - whitespace is removed from both ends of unquoted values (see more on [`trim`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim)) (`FOO= some value ` becomes `{FOO: 'some value'}`)
552
+ - single and double quoted values are escaped (`SINGLE_QUOTE='quoted'` becomes `{SINGLE_QUOTE: "quoted"}`)
553
+ - single and double quoted values maintain whitespace from both ends (`FOO=" some value "` becomes `{FOO: ' some value '}`)
554
+ - double quoted values expand new lines (`MULTILINE="new\nline"` becomes
555
+
556
+ ```
557
+ {MULTILINE: 'new
558
+ line'}
559
+ ```
560
+
561
+ - backticks are supported (`` BACKTICK_KEY=`This has 'single' and "double" quotes inside of it.` ``)
562
+
563
+ ### What happens to environment variables that were already set?
564
+
565
+ By default, we will never modify any environment variables that have already been set. In particular, if there is a variable in your `.env` file which collides with one that already exists in your environment, then that variable will be skipped.
566
+
567
+ If instead, you want to override `process.env` use the `override` option.
568
+
569
+ ```javascript
570
+ require('dotenv').config({ override: true })
571
+ ```
572
+
573
+ ### How come my environment variables are not showing up for React?
574
+
575
+ Your React code is run in Webpack, where the `fs` module or even the `process` global itself are not accessible out-of-the-box. `process.env` can only be injected through Webpack configuration.
576
+
577
+ If you are using [`react-scripts`](https://www.npmjs.com/package/react-scripts), which is distributed through [`create-react-app`](https://create-react-app.dev/), it has dotenv built in but with a quirk. Preface your environment variables with `REACT_APP_`. See [this stack overflow](https://stackoverflow.com/questions/42182577/is-it-possible-to-use-dotenv-in-a-react-project) for more details.
578
+
579
+ If you are using other frameworks (e.g. Next.js, Gatsby...), you need to consult their documentation for how to inject environment variables into the client.
580
+
581
+ ### Can I customize/write plugins for dotenv?
582
+
583
+ Yes! `dotenv.config()` returns an object representing the parsed `.env` file. This gives you everything you need to continue setting values on `process.env`. For example:
584
+
585
+ ```js
586
+ const dotenv = require('dotenv')
587
+ const variableExpansion = require('dotenv-expand')
588
+ const myEnv = dotenv.config()
589
+ variableExpansion(myEnv)
590
+ ```
591
+
592
+ ### How do I use dotenv with `import`?
593
+
594
+ Simply..
595
+
596
+ ```javascript
597
+ // index.mjs (ESM)
598
+ import 'dotenv/config' // see https://github.com/motdotla/dotenv#how-do-i-use-dotenv-with-import
599
+ import express from 'express'
600
+ ```
601
+
602
+ A little background..
603
+
604
+ > When you run a module containing an `import` declaration, the modules it imports are loaded first, then each module body is executed in a depth-first traversal of the dependency graph, avoiding cycles by skipping anything already executed.
605
+ >
606
+ > – [ES6 In Depth: Modules](https://hacks.mozilla.org/2015/08/es6-in-depth-modules/)
607
+
608
+ What does this mean in plain language? It means you would think the following would work but it won't.
609
+
610
+ `errorReporter.mjs`:
611
+ ```js
612
+ import { Client } from 'best-error-reporting-service'
613
+
614
+ export default new Client(process.env.API_KEY)
615
+ ```
616
+ `index.mjs`:
617
+ ```js
618
+ // Note: this is INCORRECT and will not work
619
+ import * as dotenv from 'dotenv'
620
+ dotenv.config()
621
+
622
+ import errorReporter from './errorReporter.mjs'
623
+ errorReporter.report(new Error('documented example'))
624
+ ```
625
+
626
+ `process.env.API_KEY` will be blank.
627
+
628
+ Instead, `index.mjs` should be written as..
629
+
630
+ ```js
631
+ import 'dotenv/config'
632
+
633
+ import errorReporter from './errorReporter.mjs'
634
+ errorReporter.report(new Error('documented example'))
635
+ ```
636
+
637
+ Does that make sense? It's a bit unintuitive, but it is how importing of ES6 modules work. Here is a [working example of this pitfall](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-es6-import-pitfall).
638
+
639
+ There are two alternatives to this approach:
640
+
641
+ 1. Preload dotenv: `node --require dotenv/config index.js` (_Note: you do not need to `import` dotenv with this approach_)
642
+ 2. Create a separate file that will execute `config` first as outlined in [this comment on #133](https://github.com/motdotla/dotenv/issues/133#issuecomment-255298822)
643
+
644
+ ### Why am I getting the error `Module not found: Error: Can't resolve 'crypto|os|path'`?
645
+
646
+ You are using dotenv on the front-end and have not included a polyfill. Webpack < 5 used to include these for you. Do the following:
647
+
648
+ ```bash
649
+ npm install node-polyfill-webpack-plugin
650
+ ```
651
+
652
+ Configure your `webpack.config.js` to something like the following.
653
+
654
+ ```js
655
+ require('dotenv').config()
656
+
657
+ const path = require('path');
658
+ const webpack = require('webpack')
659
+
660
+ const NodePolyfillPlugin = require('node-polyfill-webpack-plugin')
661
+
662
+ module.exports = {
663
+ mode: 'development',
664
+ entry: './src/index.ts',
665
+ output: {
666
+ filename: 'bundle.js',
667
+ path: path.resolve(__dirname, 'dist'),
668
+ },
669
+ plugins: [
670
+ new NodePolyfillPlugin(),
671
+ new webpack.DefinePlugin({
672
+ 'process.env': {
673
+ HELLO: JSON.stringify(process.env.HELLO)
674
+ }
675
+ }),
676
+ ]
677
+ };
678
+ ```
679
+
680
+ Alternatively, just use [dotenv-webpack](https://github.com/mrsteele/dotenv-webpack) which does this and more behind the scenes for you.
681
+
682
+ ### What about variable expansion?
683
+
684
+ Try [dotenv-expand](https://github.com/motdotla/dotenv-expand)
685
+
686
+ ### What about syncing and securing .env files?
687
+
688
+ Use [dotenv-vault](https://github.com/dotenv-org/dotenv-vault)
689
+
690
+ ### What is a `.env.vault` file?
691
+
692
+ A `.env.vault` file is an encrypted version of your development (and ci, staging, production, etc) environment variables. It is paired with a `DOTENV_KEY` to deploy your secrets more securely than scattering them across multiple platforms and tools. Use [dotenv-vault](https://github.com/dotenv-org/dotenv-vault) to manage and generate them.
693
+
694
+ ### What if I accidentally commit my `.env` file to code?
695
+
696
+ Remove it, [remove git history](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository) and then install the [git pre-commit hook](https://github.com/dotenvx/dotenvx#pre-commit) to prevent this from ever happening again.
697
+
698
+ ```
699
+ brew install dotenvx/brew/dotenvx
700
+ dotenvx precommit --install
701
+ ```
702
+
703
+ ### How can I prevent committing my `.env` file to a Docker build?
704
+
705
+ Use the [docker prebuild hook](https://dotenvx.com/docs/features/prebuild).
706
+
707
+ ```bash
708
+ # Dockerfile
709
+ ...
710
+ RUN curl -fsS https://dotenvx.sh/ | sh
711
+ ...
712
+ RUN dotenvx prebuild
713
+ CMD ["dotenvx", "run", "--", "node", "index.js"]
714
+ ```
715
+
716
+ ## Contributing Guide
717
+
718
+ See [CONTRIBUTING.md](CONTRIBUTING.md)
719
+
720
+ ## CHANGELOG
721
+
722
+ See [CHANGELOG.md](CHANGELOG.md)
723
+
724
+ ## Who's using dotenv?
725
+
726
+ [These npm modules depend on it.](https://www.npmjs.com/browse/depended/dotenv)
727
+
728
+ Projects that expand it often use the [keyword "dotenv" on npm](https://www.npmjs.com/search?q=keywords:dotenv).