@openclaw/feishu 2026.7.2-beta.7 → 2026.7.34

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 (1330) hide show
  1. package/README.md +1 -1
  2. package/dist/.setup/accounts-CfuPSCip.mjs +516 -0
  3. package/dist/.setup/app-registration-D18iu_PK.mjs +204 -0
  4. package/dist/.setup/channel-CiFS4inh.mjs +2661 -0
  5. package/dist/.setup/channel.runtime-B9LCBnp3.mjs +641 -0
  6. package/dist/.setup/client-DLqNWY5r.mjs +161 -0
  7. package/dist/.setup/conversation-id-CdLdoot3.mjs +143 -0
  8. package/dist/.setup/drive-Cy1tmfSn.mjs +934 -0
  9. package/dist/.setup/json-response-DXajw_FU.mjs +9 -0
  10. package/dist/.setup/legacy-state-migrations-api-CVW3tHfw.mjs +73 -0
  11. package/dist/.setup/legacy-state-migrations-api-jN6Z0iq0.mjs +2 -0
  12. package/dist/.setup/monitor-C4sFALTA.mjs +232 -0
  13. package/dist/.setup/monitor.account-Do7egFpi.mjs +5853 -0
  14. package/dist/.setup/probe-DbUBx0Px.mjs +162 -0
  15. package/dist/.setup/runtime-setter-api-CG-RC4_r.mjs +3 -0
  16. package/dist/.setup/secret-contract-DLaBl9m4.mjs +137 -0
  17. package/dist/.setup/secret-contract-api-ZtO0BWHd.mjs +3 -0
  18. package/dist/.setup/security-audit-Duuj2PkP.mjs +11 -0
  19. package/dist/.setup/security-audit-shared-BIHeF-S_.mjs +38 -0
  20. package/dist/.setup/send-DkB3ifwO.mjs +1264 -0
  21. package/dist/.setup/send-result-COI_ANtb.mjs +287 -0
  22. package/dist/.setup/session-conversation-CWBrUzmY.mjs +27 -0
  23. package/dist/.setup/setup-api-DY9H9ISg.mjs +3 -0
  24. package/dist/.setup/subagent-hooks-BQhuBlyy.mjs +235 -0
  25. package/dist/.setup/thread-bindings-V0bwk0A1.mjs +222 -0
  26. package/dist/api.js +256 -431
  27. package/dist/channel-plugin-api.js +1 -1
  28. package/dist/contract-api.js +3 -3
  29. package/dist/legacy-state-migrations-api.js +2 -0
  30. package/dist/runtime-api.js +3 -2
  31. package/dist/runtime-setter-api.js +1 -1
  32. package/dist/secret-contract-api.js +1 -1
  33. package/dist/security-contract-api.js +1 -1
  34. package/dist/session-binding-contract-api.js +1 -1
  35. package/dist/session-key-api.js +1 -1
  36. package/dist/setup-api.js +1 -1
  37. package/dist/setup-entry.js +9 -3
  38. package/dist/subagent-hooks-api.js +1 -1
  39. package/node_modules/@larksuiteoapi/node-sdk/README.md +0 -13
  40. package/node_modules/@larksuiteoapi/node-sdk/README.zh.md +0 -12
  41. package/node_modules/@larksuiteoapi/node-sdk/es/index.js +3084 -8950
  42. package/node_modules/@larksuiteoapi/node-sdk/lib/index.js +3083 -8951
  43. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/aspromise/LICENSE +26 -0
  44. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/aspromise/README.md +13 -0
  45. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/aspromise/index.d.ts +13 -0
  46. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/aspromise/index.js +52 -0
  47. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/aspromise/package.json +21 -0
  48. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/aspromise/tests/index.js +130 -0
  49. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/base64/LICENSE +26 -0
  50. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/base64/README.md +19 -0
  51. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/base64/index.d.ts +32 -0
  52. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/base64/index.js +139 -0
  53. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/base64/package.json +21 -0
  54. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/base64/tests/index.js +46 -0
  55. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/codegen/LICENSE +26 -0
  56. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/codegen/README.md +49 -0
  57. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/codegen/index.d.ts +31 -0
  58. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/codegen/index.js +112 -0
  59. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/codegen/package.json +13 -0
  60. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/codegen/tests/index.js +13 -0
  61. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/CHANGELOG.md +8 -0
  62. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/LICENSE +26 -0
  63. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/README.md +22 -0
  64. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/index.d.ts +45 -0
  65. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/index.js +86 -0
  66. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/package.json +21 -0
  67. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/tests/index.js +83 -0
  68. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/CHANGELOG.md +8 -0
  69. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/LICENSE +26 -0
  70. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/README.md +13 -0
  71. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/index.d.ts +56 -0
  72. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/index.js +112 -0
  73. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/package.json +27 -0
  74. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/tests/data/file.txt +1 -0
  75. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/tests/index.js +158 -0
  76. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/util/fs.js +11 -0
  77. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/LICENSE +26 -0
  78. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/README.md +102 -0
  79. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/bench/index.js +87 -0
  80. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/bench/suite.js +46 -0
  81. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/index.js +335 -0
  82. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/package.json +26 -0
  83. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/tests/index.js +100 -0
  84. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/CHANGELOG.md +8 -0
  85. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/LICENSE +26 -0
  86. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/README.md +13 -0
  87. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/index.d.ts +10 -0
  88. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/index.js +38 -0
  89. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/package.json +21 -0
  90. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/tests/data/array.js +1 -0
  91. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/tests/data/emptyArray.js +1 -0
  92. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/tests/data/emptyObject.js +1 -0
  93. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/tests/data/object.js +1 -0
  94. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/tests/index.js +20 -0
  95. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/path/LICENSE +26 -0
  96. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/path/README.md +19 -0
  97. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/path/index.d.ts +22 -0
  98. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/path/index.js +65 -0
  99. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/path/package.json +21 -0
  100. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/path/tests/index.js +60 -0
  101. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/.npmignore +3 -0
  102. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/LICENSE +26 -0
  103. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/README.md +13 -0
  104. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/index.d.ts +32 -0
  105. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/index.js +48 -0
  106. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/package.json +21 -0
  107. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/tests/index.js +33 -0
  108. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/LICENSE +26 -0
  109. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/README.md +20 -0
  110. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/index.d.ts +24 -0
  111. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/index.js +104 -0
  112. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/package.json +21 -0
  113. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/tests/data/surrogate_pair_bug.txt +207 -0
  114. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/tests/data/utf8.txt +216 -0
  115. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/tests/index.js +74 -0
  116. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/README.md +15 -0
  117. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/assert/strict.d.ts +68 -0
  118. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/assert.d.ts +1077 -0
  119. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/async_hooks.d.ts +711 -0
  120. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/buffer.buffer.d.ts +466 -0
  121. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/buffer.d.ts +1799 -0
  122. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/child_process.d.ts +1362 -0
  123. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/cluster.d.ts +432 -0
  124. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/console.d.ts +93 -0
  125. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/constants.d.ts +14 -0
  126. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/crypto.d.ts +3954 -0
  127. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/dgram.d.ts +537 -0
  128. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/diagnostics_channel.d.ts +794 -0
  129. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/dns/promises.d.ts +497 -0
  130. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/dns.d.ts +876 -0
  131. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/domain.d.ts +150 -0
  132. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/events.d.ts +1008 -0
  133. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ffi.d.ts +486 -0
  134. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/fs/promises.d.ts +1471 -0
  135. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/fs.d.ts +4786 -0
  136. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/globals.d.ts +150 -0
  137. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/globals.typedarray.d.ts +101 -0
  138. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/http.d.ts +2172 -0
  139. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/http2.d.ts +2489 -0
  140. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/https.d.ts +400 -0
  141. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/index.d.ts +115 -0
  142. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/inspector/promises.d.ts +35 -0
  143. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/inspector.d.ts +264 -0
  144. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/inspector.generated.d.ts +4406 -0
  145. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/module.d.ts +726 -0
  146. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/net.d.ts +970 -0
  147. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/os.d.ts +498 -0
  148. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/package.json +155 -0
  149. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/path/posix.d.ts +8 -0
  150. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/path/win32.d.ts +8 -0
  151. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/path.d.ts +178 -0
  152. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/perf_hooks.d.ts +604 -0
  153. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/process.d.ts +2217 -0
  154. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/punycode.d.ts +89 -0
  155. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/querystring.d.ts +139 -0
  156. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/quic.d.ts +978 -0
  157. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/readline/promises.d.ts +158 -0
  158. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/readline.d.ts +508 -0
  159. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/repl.d.ts +420 -0
  160. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/sea.d.ts +47 -0
  161. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/sqlite.d.ts +1123 -0
  162. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/stream/consumers.d.ts +114 -0
  163. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/stream/iter.d.ts +451 -0
  164. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/stream/promises.d.ts +211 -0
  165. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/stream/web.d.ts +300 -0
  166. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/stream.d.ts +1806 -0
  167. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/string_decoder.d.ts +27 -0
  168. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/test/reporters.d.ts +59 -0
  169. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/test.d.ts +2389 -0
  170. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/timers/promises.d.ts +93 -0
  171. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/timers.d.ts +149 -0
  172. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/tls.d.ts +1193 -0
  173. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/trace_events.d.ts +103 -0
  174. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
  175. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  176. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  177. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ts5.6/index.d.ts +117 -0
  178. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  179. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ts5.7/index.d.ts +117 -0
  180. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/tty.d.ts +225 -0
  181. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/url.d.ts +556 -0
  182. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/util/types.d.ts +558 -0
  183. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/util.d.ts +1677 -0
  184. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/v8.d.ts +1062 -0
  185. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/vm.d.ts +1136 -0
  186. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/wasi.d.ts +131 -0
  187. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
  188. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  189. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/console.d.ts +9 -0
  190. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  191. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/domexception.d.ts +83 -0
  192. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  193. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/events.d.ts +106 -0
  194. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
  195. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  196. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  197. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  198. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  199. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  200. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  201. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  202. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/url.d.ts +24 -0
  203. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/worker_threads.d.ts +669 -0
  204. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/zlib/iter.d.ts +131 -0
  205. package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/zlib.d.ts +589 -0
  206. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/CHANGELOG.md +62 -0
  207. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/README.md +297 -5
  208. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/axios.js +728 -170
  209. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/axios.min.js +3 -3
  210. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/axios.min.js.map +1 -1
  211. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/browser/axios.cjs +871 -188
  212. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/esm/axios.js +871 -188
  213. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/esm/axios.min.js +2 -2
  214. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  215. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/node/axios.cjs +1037 -225
  216. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/index.d.cts +102 -74
  217. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/index.d.ts +100 -68
  218. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/adapters/fetch.js +64 -11
  219. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/adapters/http.js +140 -67
  220. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/adapters/xhr.js +52 -3
  221. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/Axios.js +43 -20
  222. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/AxiosError.js +33 -2
  223. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/AxiosHeaders.js +124 -1
  224. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/InterceptorManager.js +107 -8
  225. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/buildFullPath.js +41 -15
  226. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/dispatchRequest.js +8 -2
  227. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/mergeConfig.js +19 -4
  228. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/methodList.js +17 -0
  229. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/setFormDataHeaders.js +27 -0
  230. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/defaults/index.js +2 -1
  231. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/env/data.js +1 -1
  232. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/Http2Sessions.js +2 -0
  233. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/HttpStatusCode.js +12 -1
  234. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/combineURLs.js +11 -3
  235. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/composeSignals.js +12 -1
  236. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +115 -54
  237. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/formDataToJSON.js +11 -5
  238. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/fromDataURI.js +5 -4
  239. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/normalizeURLForProtocolCheck.js +24 -0
  240. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/parseHeaders.js +5 -3
  241. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/progressEventReducer.js +4 -4
  242. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/resolveConfig.js +5 -17
  243. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/shouldBypassProxy.js +300 -5
  244. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/throttle.js +3 -2
  245. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/toFormData.js +17 -23
  246. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/platform/node/classes/Buffer.js +11 -0
  247. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/utils.js +151 -18
  248. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/package.json +21 -19
  249. package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/CHANGELOG.md +1 -18
  250. package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/README.md +41 -46
  251. package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/index.d.ts +2 -13
  252. package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/lib/form_data.js +83 -75
  253. package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/lib/populate.js +1 -1
  254. package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/package.json +7 -6
  255. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/README.md +553 -266
  256. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.js +1985 -3177
  257. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  258. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  259. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  260. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.js +1244 -1966
  261. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
  262. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
  263. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
  264. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.js +2005 -3330
  265. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  266. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  267. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  268. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/README.md +70 -3
  269. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/index.d.ts +193 -0
  270. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/index.js +1185 -1
  271. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/test.js +54 -0
  272. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/api/annotations.json +1 -3
  273. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/api/http.json +1 -2
  274. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/api.json +6 -12
  275. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/descriptor.json +87 -170
  276. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/descriptor.proto +8 -0
  277. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/source_context.json +1 -2
  278. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/type.json +7 -14
  279. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/index.d.ts +703 -1066
  280. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/package.json +52 -25
  281. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/scripts/postinstall.js +32 -0
  282. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/common.js +8 -14
  283. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/converter.js +51 -85
  284. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/decoder.js +61 -205
  285. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/encoder.js +7 -27
  286. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/enum.js +5 -18
  287. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/field.js +19 -71
  288. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/index-light.js +29 -29
  289. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/index-minimal.js +13 -12
  290. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/index.js +6 -6
  291. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/mapfield.js +8 -26
  292. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/message.js +11 -5
  293. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/method.js +7 -30
  294. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/namespace.js +10 -26
  295. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/object.js +31 -41
  296. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/oneof.js +1 -12
  297. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/parse.js +47 -169
  298. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/reader.js +50 -412
  299. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/reader_buffer.js +5 -31
  300. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/root.js +4 -16
  301. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/rpc/service.js +5 -18
  302. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/service.js +2 -15
  303. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/tokenize.js +1 -6
  304. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/type.js +36 -80
  305. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/typescript.jsdoc +15 -0
  306. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/longbits.js +6 -10
  307. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/minimal.js +54 -71
  308. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util.js +17 -51
  309. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/verifier.js +14 -19
  310. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/wrappers.js +3 -2
  311. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/writer.js +191 -424
  312. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/writer_buffer.js +26 -41
  313. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/tsconfig.json +5 -3
  314. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/CHANGELOG.md +0 -11
  315. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/dist/qs.js +17 -17
  316. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/lib/parse.js +8 -19
  317. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/lib/utils.js +8 -47
  318. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/package.json +5 -6
  319. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/test/parse.js +0 -230
  320. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/test/utils.js +0 -194
  321. package/node_modules/@larksuiteoapi/node-sdk/node_modules/safe-buffer/LICENSE +21 -0
  322. package/node_modules/@larksuiteoapi/node-sdk/node_modules/safe-buffer/README.md +584 -0
  323. package/node_modules/@larksuiteoapi/node-sdk/node_modules/safe-buffer/index.d.ts +187 -0
  324. package/node_modules/@larksuiteoapi/node-sdk/node_modules/safe-buffer/index.js +65 -0
  325. package/node_modules/@larksuiteoapi/node-sdk/node_modules/safe-buffer/package.json +51 -0
  326. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/LICENSE +21 -0
  327. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/README.md +6 -0
  328. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/agent.d.ts +30 -0
  329. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/api.d.ts +43 -0
  330. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/balanced-pool.d.ts +30 -0
  331. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/cache-interceptor.d.ts +179 -0
  332. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/cache.d.ts +36 -0
  333. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/client-stats.d.ts +15 -0
  334. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/client.d.ts +129 -0
  335. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/connector.d.ts +36 -0
  336. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/content-type.d.ts +21 -0
  337. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/cookies.d.ts +30 -0
  338. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
  339. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/dispatcher.d.ts +253 -0
  340. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
  341. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
  342. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/errors.d.ts +177 -0
  343. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/eventsource.d.ts +66 -0
  344. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/fetch.d.ts +231 -0
  345. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/formdata.d.ts +108 -0
  346. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  347. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/global-origin.d.ts +7 -0
  348. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/h2c-client.d.ts +73 -0
  349. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/handlers.d.ts +14 -0
  350. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/header.d.ts +165 -0
  351. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/index.d.ts +93 -0
  352. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/interceptors.d.ts +80 -0
  353. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/mock-agent.d.ts +68 -0
  354. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/mock-call-history.d.ts +111 -0
  355. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/mock-client.d.ts +27 -0
  356. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/mock-errors.d.ts +12 -0
  357. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/mock-interceptor.d.ts +94 -0
  358. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/mock-pool.d.ts +27 -0
  359. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/package.json +55 -0
  360. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/patch.d.ts +29 -0
  361. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/pool-stats.d.ts +19 -0
  362. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/pool.d.ts +39 -0
  363. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/proxy-agent.d.ts +29 -0
  364. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/readable.d.ts +68 -0
  365. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/retry-agent.d.ts +8 -0
  366. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/retry-handler.d.ts +125 -0
  367. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/round-robin-pool.d.ts +39 -0
  368. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/snapshot-agent.d.ts +113 -0
  369. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
  370. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/util.d.ts +18 -0
  371. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/utility.d.ts +7 -0
  372. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/webidl.d.ts +346 -0
  373. package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/websocket.d.ts +188 -0
  374. package/node_modules/@larksuiteoapi/node-sdk/node_modules/ws/lib/permessage-deflate.js +3 -1
  375. package/node_modules/@larksuiteoapi/node-sdk/node_modules/ws/package.json +1 -1
  376. package/node_modules/@larksuiteoapi/node-sdk/package.json +1 -1
  377. package/node_modules/@larksuiteoapi/node-sdk/types/index.d.ts +698 -12522
  378. package/node_modules/typebox/build/compile/validator.d.mts +4 -1
  379. package/node_modules/typebox/build/guard/guard.d.mts +1 -1
  380. package/node_modules/typebox/build/guard/guard.mjs +2 -5
  381. package/node_modules/typebox/build/guard/string.mjs +4 -16
  382. package/node_modules/typebox/build/schema/engine/_functions.mjs +15 -34
  383. package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
  384. package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -8
  385. package/node_modules/typebox/build/typebox.d.mts +1 -1
  386. package/node_modules/typebox/build/typebox.mjs +1 -1
  387. package/node_modules/typebox/package.json +1 -1
  388. package/node_modules/typebox/readme.md +32 -29
  389. package/openclaw.plugin.json +105 -190
  390. package/package.json +10 -26
  391. package/skills/feishu-doc/SKILL.md +0 -4
  392. package/skills/feishu-drive/SKILL.md +2 -5
  393. package/dist/accounts-u9X5Wsan.js +0 -469
  394. package/dist/app-registration-cN1bVV6s.js +0 -201
  395. package/dist/channel-CScE82zY.js +0 -2795
  396. package/dist/channel.runtime-B21e1E0r.js +0 -889
  397. package/dist/client-Dcbs6vml.js +0 -248
  398. package/dist/conversation-id-BeJL-wq7.js +0 -146
  399. package/dist/doctor-contract-BiD9tyIv.js +0 -102
  400. package/dist/doctor-contract-api.js +0 -2
  401. package/dist/drive-hSi_Utp0.js +0 -1075
  402. package/dist/json-response-CheljwGr.js +0 -9
  403. package/dist/media-CEUraFOR.js +0 -1348
  404. package/dist/monitor-DngbaA6a.js +0 -62
  405. package/dist/monitor.account-BnTWCw55.js +0 -7153
  406. package/dist/monitor.startup-CqH2tiJq.js +0 -143
  407. package/dist/probe-p3POS2RN.js +0 -219
  408. package/dist/secret-contract-BCpDLdg9.js +0 -73
  409. package/dist/security-audit-D7WK_BHh.js +0 -11
  410. package/dist/security-audit-shared-BgpY7AiJ.js +0 -33
  411. package/dist/send-result-B9_BpUPx.js +0 -770
  412. package/dist/session-conversation-BksWrfzm.js +0 -27
  413. package/dist/subagent-hooks-Cx1cX7rW.js +0 -239
  414. package/dist/thread-bindings-N3wkgkIN.js +0 -220
  415. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/README.md +0 -70
  416. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.d.ts +0 -87
  417. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.generated.d.ts +0 -417
  418. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.js +0 -1356
  419. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.LICENSE +0 -201
  420. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.d.ts +0 -20
  421. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.generated.d.ts +0 -49
  422. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.js +0 -951
  423. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/textformat.d.ts +0 -19
  424. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/textformat.generated.d.ts +0 -33
  425. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/textformat.js +0 -1276
  426. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/compiler/plugin.json +0 -126
  427. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/compiler/plugin.proto +0 -47
  428. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/typescript.js +0 -25
  429. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/aspromise.d.ts +0 -13
  430. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/aspromise.js +0 -52
  431. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/base64.d.ts +0 -32
  432. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/base64.js +0 -146
  433. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/codegen.d.ts +0 -31
  434. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/codegen.js +0 -118
  435. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/eventemitter.d.ts +0 -45
  436. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/eventemitter.js +0 -86
  437. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/fetch.d.ts +0 -56
  438. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/fetch.js +0 -112
  439. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/float.js +0 -335
  440. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/path.d.ts +0 -22
  441. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/path.js +0 -100
  442. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/pool.d.ts +0 -32
  443. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/pool.js +0 -48
  444. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/utf8.d.ts +0 -24
  445. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/utf8.js +0 -190
  446. package/node_modules/mdast-util-from-markdown/dev/index.d.ts +0 -23
  447. package/node_modules/mdast-util-from-markdown/dev/index.js +0 -2
  448. package/node_modules/mdast-util-from-markdown/dev/lib/index.d.ts +0 -53
  449. package/node_modules/mdast-util-from-markdown/dev/lib/index.d.ts.map +0 -1
  450. package/node_modules/mdast-util-from-markdown/dev/lib/index.js +0 -1348
  451. package/node_modules/mdast-util-from-markdown/dev/lib/types.d.ts +0 -295
  452. package/node_modules/mdast-util-from-markdown/dev/lib/types.js +0 -2
  453. package/node_modules/mdast-util-from-markdown/index.d.ts +0 -23
  454. package/node_modules/mdast-util-from-markdown/index.js +0 -2
  455. package/node_modules/mdast-util-from-markdown/lib/index.d.ts +0 -53
  456. package/node_modules/mdast-util-from-markdown/lib/index.d.ts.map +0 -1
  457. package/node_modules/mdast-util-from-markdown/lib/index.js +0 -1177
  458. package/node_modules/mdast-util-from-markdown/lib/types.d.ts +0 -295
  459. package/node_modules/mdast-util-from-markdown/lib/types.js +0 -2
  460. package/node_modules/mdast-util-from-markdown/license +0 -22
  461. package/node_modules/mdast-util-from-markdown/node_modules/@types/debug/README.md +0 -69
  462. package/node_modules/mdast-util-from-markdown/node_modules/@types/debug/index.d.ts +0 -50
  463. package/node_modules/mdast-util-from-markdown/node_modules/@types/debug/package.json +0 -58
  464. package/node_modules/mdast-util-from-markdown/node_modules/@types/mdast/LICENSE +0 -21
  465. package/node_modules/mdast-util-from-markdown/node_modules/@types/mdast/README.md +0 -15
  466. package/node_modules/mdast-util-from-markdown/node_modules/@types/mdast/index.d.ts +0 -1123
  467. package/node_modules/mdast-util-from-markdown/node_modules/@types/mdast/package.json +0 -47
  468. package/node_modules/mdast-util-from-markdown/node_modules/@types/ms/LICENSE +0 -21
  469. package/node_modules/mdast-util-from-markdown/node_modules/@types/ms/README.md +0 -82
  470. package/node_modules/mdast-util-from-markdown/node_modules/@types/ms/index.d.ts +0 -63
  471. package/node_modules/mdast-util-from-markdown/node_modules/@types/ms/package.json +0 -26
  472. package/node_modules/mdast-util-from-markdown/node_modules/@types/unist/LICENSE +0 -21
  473. package/node_modules/mdast-util-from-markdown/node_modules/@types/unist/README.md +0 -15
  474. package/node_modules/mdast-util-from-markdown/node_modules/@types/unist/index.d.ts +0 -119
  475. package/node_modules/mdast-util-from-markdown/node_modules/@types/unist/package.json +0 -60
  476. package/node_modules/mdast-util-from-markdown/node_modules/character-entities/index.d.ts +0 -6
  477. package/node_modules/mdast-util-from-markdown/node_modules/character-entities/index.js +0 -2132
  478. package/node_modules/mdast-util-from-markdown/node_modules/character-entities/license +0 -22
  479. package/node_modules/mdast-util-from-markdown/node_modules/character-entities/package.json +0 -78
  480. package/node_modules/mdast-util-from-markdown/node_modules/character-entities/readme.md +0 -152
  481. package/node_modules/mdast-util-from-markdown/node_modules/debug/LICENSE +0 -20
  482. package/node_modules/mdast-util-from-markdown/node_modules/debug/README.md +0 -481
  483. package/node_modules/mdast-util-from-markdown/node_modules/debug/package.json +0 -64
  484. package/node_modules/mdast-util-from-markdown/node_modules/debug/src/browser.js +0 -272
  485. package/node_modules/mdast-util-from-markdown/node_modules/debug/src/common.js +0 -292
  486. package/node_modules/mdast-util-from-markdown/node_modules/debug/src/index.js +0 -10
  487. package/node_modules/mdast-util-from-markdown/node_modules/debug/src/node.js +0 -263
  488. package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/index.d.ts +0 -13
  489. package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/index.d.ts.map +0 -1
  490. package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/index.dom.d.ts +0 -6
  491. package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/index.dom.d.ts.map +0 -1
  492. package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/index.dom.js +0 -32
  493. package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/index.js +0 -19
  494. package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/license +0 -22
  495. package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/package.json +0 -90
  496. package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/readme.md +0 -136
  497. package/node_modules/mdast-util-from-markdown/node_modules/dequal/dist/index.js +0 -86
  498. package/node_modules/mdast-util-from-markdown/node_modules/dequal/dist/index.min.js +0 -1
  499. package/node_modules/mdast-util-from-markdown/node_modules/dequal/dist/index.mjs +0 -84
  500. package/node_modules/mdast-util-from-markdown/node_modules/dequal/index.d.ts +0 -1
  501. package/node_modules/mdast-util-from-markdown/node_modules/dequal/license +0 -21
  502. package/node_modules/mdast-util-from-markdown/node_modules/dequal/lite/index.d.ts +0 -1
  503. package/node_modules/mdast-util-from-markdown/node_modules/dequal/lite/index.js +0 -31
  504. package/node_modules/mdast-util-from-markdown/node_modules/dequal/lite/index.min.js +0 -1
  505. package/node_modules/mdast-util-from-markdown/node_modules/dequal/lite/index.mjs +0 -29
  506. package/node_modules/mdast-util-from-markdown/node_modules/dequal/package.json +0 -57
  507. package/node_modules/mdast-util-from-markdown/node_modules/dequal/readme.md +0 -112
  508. package/node_modules/mdast-util-from-markdown/node_modules/devlop/lib/default.js +0 -9
  509. package/node_modules/mdast-util-from-markdown/node_modules/devlop/lib/development.d.ts +0 -84
  510. package/node_modules/mdast-util-from-markdown/node_modules/devlop/lib/development.js +0 -238
  511. package/node_modules/mdast-util-from-markdown/node_modules/devlop/license +0 -22
  512. package/node_modules/mdast-util-from-markdown/node_modules/devlop/package.json +0 -80
  513. package/node_modules/mdast-util-from-markdown/node_modules/devlop/readme.md +0 -360
  514. package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/index.d.ts +0 -2
  515. package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/index.js +0 -5
  516. package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/lib/index.d.ts +0 -31
  517. package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/lib/index.js +0 -108
  518. package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/license +0 -22
  519. package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/package.json +0 -78
  520. package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/readme.md +0 -218
  521. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/index.d.ts +0 -82
  522. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/index.d.ts.map +0 -1
  523. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/index.js +0 -68
  524. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/compile.d.ts +0 -16
  525. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/compile.d.ts.map +0 -1
  526. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/compile.js +0 -1152
  527. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/constructs.d.ts +0 -73
  528. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/constructs.d.ts.map +0 -1
  529. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/constructs.js +0 -101
  530. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/create-tokenizer.d.ts +0 -46
  531. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/create-tokenizer.d.ts.map +0 -1
  532. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/create-tokenizer.js +0 -717
  533. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/content.d.ts +0 -4
  534. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/content.d.ts.map +0 -1
  535. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/content.js +0 -99
  536. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/document.d.ts +0 -10
  537. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/document.d.ts.map +0 -1
  538. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/document.js +0 -445
  539. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/flow.d.ts +0 -4
  540. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/flow.d.ts.map +0 -1
  541. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/flow.js +0 -86
  542. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/text.d.ts +0 -8
  543. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/text.d.ts.map +0 -1
  544. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/text.js +0 -244
  545. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/parse.d.ts +0 -10
  546. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/parse.d.ts.map +0 -1
  547. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/parse.js +0 -58
  548. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/postprocess.d.ts +0 -9
  549. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/postprocess.d.ts.map +0 -1
  550. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/postprocess.js +0 -19
  551. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/preprocess.d.ts +0 -13
  552. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/preprocess.d.ts.map +0 -1
  553. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/preprocess.js +0 -141
  554. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/stream.d.ts +0 -35
  555. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/stream.d.ts.map +0 -1
  556. package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/stream.js +0 -270
  557. package/node_modules/mdast-util-from-markdown/node_modules/micromark/index.d.ts +0 -82
  558. package/node_modules/mdast-util-from-markdown/node_modules/micromark/index.d.ts.map +0 -1
  559. package/node_modules/mdast-util-from-markdown/node_modules/micromark/index.js +0 -60
  560. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/compile.d.ts +0 -16
  561. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/compile.d.ts.map +0 -1
  562. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/compile.js +0 -1060
  563. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/constructs.d.ts +0 -73
  564. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/constructs.d.ts.map +0 -1
  565. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/constructs.js +0 -85
  566. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/create-tokenizer.d.ts +0 -46
  567. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/create-tokenizer.d.ts.map +0 -1
  568. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/create-tokenizer.js +0 -611
  569. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/content.d.ts +0 -4
  570. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/content.d.ts.map +0 -1
  571. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/content.js +0 -79
  572. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/document.d.ts +0 -10
  573. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/document.d.ts.map +0 -1
  574. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/document.js +0 -362
  575. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/flow.d.ts +0 -4
  576. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/flow.d.ts.map +0 -1
  577. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/flow.js +0 -58
  578. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/text.d.ts +0 -8
  579. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/text.d.ts.map +0 -1
  580. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/text.js +0 -212
  581. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/parse.d.ts +0 -10
  582. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/parse.d.ts.map +0 -1
  583. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/parse.js +0 -56
  584. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/postprocess.d.ts +0 -9
  585. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/postprocess.d.ts.map +0 -1
  586. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/postprocess.js +0 -18
  587. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/preprocess.d.ts +0 -13
  588. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/preprocess.d.ts.map +0 -1
  589. package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/preprocess.js +0 -115
  590. package/node_modules/mdast-util-from-markdown/node_modules/micromark/license +0 -22
  591. package/node_modules/mdast-util-from-markdown/node_modules/micromark/package.json +0 -100
  592. package/node_modules/mdast-util-from-markdown/node_modules/micromark/readme.md +0 -488
  593. package/node_modules/mdast-util-from-markdown/node_modules/micromark/stream.d.ts +0 -35
  594. package/node_modules/mdast-util-from-markdown/node_modules/micromark/stream.d.ts.map +0 -1
  595. package/node_modules/mdast-util-from-markdown/node_modules/micromark/stream.js +0 -256
  596. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/index.d.ts +0 -23
  597. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/index.d.ts.map +0 -1
  598. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/index.js +0 -22
  599. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/attention.d.ts +0 -4
  600. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/attention.d.ts.map +0 -1
  601. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/attention.js +0 -300
  602. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/autolink.d.ts +0 -4
  603. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/autolink.d.ts.map +0 -1
  604. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/autolink.js +0 -269
  605. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/blank-line.d.ts +0 -4
  606. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/blank-line.d.ts.map +0 -1
  607. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/blank-line.js +0 -62
  608. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/block-quote.d.ts +0 -4
  609. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/block-quote.d.ts.map +0 -1
  610. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/block-quote.js +0 -162
  611. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/character-escape.d.ts +0 -4
  612. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/character-escape.d.ts.map +0 -1
  613. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/character-escape.js +0 -69
  614. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/character-reference.d.ts +0 -4
  615. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/character-reference.d.ts.map +0 -1
  616. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/character-reference.js +0 -166
  617. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-fenced.d.ts +0 -4
  618. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-fenced.d.ts.map +0 -1
  619. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-fenced.js +0 -514
  620. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-indented.d.ts +0 -4
  621. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-indented.d.ts.map +0 -1
  622. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-indented.js +0 -202
  623. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-text.d.ts +0 -4
  624. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-text.d.ts.map +0 -1
  625. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-text.js +0 -257
  626. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/content.d.ts +0 -7
  627. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/content.d.ts.map +0 -1
  628. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/content.js +0 -185
  629. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/definition.d.ts +0 -4
  630. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/definition.d.ts.map +0 -1
  631. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/definition.js +0 -295
  632. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/hard-break-escape.d.ts +0 -4
  633. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/hard-break-escape.d.ts.map +0 -1
  634. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/hard-break-escape.js +0 -65
  635. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/heading-atx.d.ts +0 -4
  636. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/heading-atx.d.ts.map +0 -1
  637. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/heading-atx.js +0 -233
  638. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/html-flow.d.ts +0 -4
  639. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/html-flow.d.ts.map +0 -1
  640. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/html-flow.js +0 -989
  641. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/html-text.d.ts +0 -4
  642. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/html-text.d.ts.map +0 -1
  643. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/html-text.js +0 -783
  644. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-end.d.ts +0 -4
  645. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-end.d.ts.map +0 -1
  646. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-end.js +0 -656
  647. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-start-image.d.ts +0 -4
  648. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-start-image.d.ts.map +0 -1
  649. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-start-image.js +0 -110
  650. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-start-link.d.ts +0 -4
  651. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-start-link.d.ts.map +0 -1
  652. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-start-link.js +0 -62
  653. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/line-ending.d.ts +0 -4
  654. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/line-ending.d.ts.map +0 -1
  655. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/line-ending.js +0 -34
  656. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/list.d.ts +0 -4
  657. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/list.d.ts.map +0 -1
  658. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/list.js +0 -306
  659. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/setext-underline.d.ts +0 -4
  660. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/setext-underline.d.ts.map +0 -1
  661. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/setext-underline.js +0 -210
  662. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/thematic-break.d.ts +0 -4
  663. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/thematic-break.d.ts.map +0 -1
  664. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/thematic-break.js +0 -120
  665. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/index.d.ts +0 -23
  666. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/index.d.ts.map +0 -1
  667. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/index.js +0 -22
  668. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/attention.d.ts +0 -4
  669. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/attention.d.ts.map +0 -1
  670. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/attention.js +0 -241
  671. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/autolink.d.ts +0 -4
  672. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/autolink.d.ts.map +0 -1
  673. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/autolink.js +0 -233
  674. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/blank-line.d.ts +0 -4
  675. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/blank-line.d.ts.map +0 -1
  676. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/blank-line.js +0 -61
  677. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/block-quote.d.ts +0 -4
  678. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/block-quote.d.ts.map +0 -1
  679. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/block-quote.js +0 -143
  680. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/character-escape.d.ts +0 -4
  681. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/character-escape.d.ts.map +0 -1
  682. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/character-escape.js +0 -64
  683. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/character-reference.d.ts +0 -4
  684. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/character-reference.d.ts.map +0 -1
  685. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/character-reference.js +0 -149
  686. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-fenced.d.ts +0 -4
  687. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-fenced.d.ts.map +0 -1
  688. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-fenced.js +0 -460
  689. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-indented.d.ts +0 -4
  690. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-indented.d.ts.map +0 -1
  691. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-indented.js +0 -177
  692. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-text.d.ts +0 -4
  693. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-text.d.ts.map +0 -1
  694. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-text.js +0 -225
  695. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/content.d.ts +0 -7
  696. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/content.d.ts.map +0 -1
  697. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/content.js +0 -163
  698. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/definition.d.ts +0 -4
  699. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/definition.d.ts.map +0 -1
  700. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/definition.js +0 -254
  701. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/hard-break-escape.d.ts +0 -4
  702. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/hard-break-escape.d.ts.map +0 -1
  703. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +0 -60
  704. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/heading-atx.d.ts +0 -4
  705. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/heading-atx.d.ts.map +0 -1
  706. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/heading-atx.js +0 -195
  707. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/html-flow.d.ts +0 -4
  708. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/html-flow.d.ts.map +0 -1
  709. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/html-flow.js +0 -876
  710. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/html-text.d.ts +0 -4
  711. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/html-text.d.ts.map +0 -1
  712. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/html-text.js +0 -678
  713. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-end.d.ts +0 -4
  714. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-end.d.ts.map +0 -1
  715. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-end.js +0 -560
  716. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-start-image.d.ts +0 -4
  717. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-start-image.d.ts.map +0 -1
  718. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-start-image.js +0 -102
  719. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-start-link.d.ts +0 -4
  720. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-start-link.d.ts.map +0 -1
  721. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-start-link.js +0 -55
  722. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/line-ending.d.ts +0 -4
  723. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/line-ending.d.ts.map +0 -1
  724. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/line-ending.js +0 -33
  725. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/list.d.ts +0 -4
  726. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/list.d.ts.map +0 -1
  727. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/list.js +0 -213
  728. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/setext-underline.d.ts +0 -4
  729. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/setext-underline.d.ts.map +0 -1
  730. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/setext-underline.js +0 -185
  731. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/thematic-break.d.ts +0 -4
  732. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/thematic-break.d.ts.map +0 -1
  733. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/thematic-break.js +0 -102
  734. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/license +0 -22
  735. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/package.json +0 -74
  736. package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/readme.md +0 -171
  737. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/dev/index.d.ts +0 -42
  738. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/dev/index.d.ts.map +0 -1
  739. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/dev/index.js +0 -255
  740. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/index.d.ts +0 -42
  741. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/index.d.ts.map +0 -1
  742. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/index.js +0 -206
  743. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/license +0 -22
  744. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/package.json +0 -57
  745. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/readme.md +0 -234
  746. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/dev/index.d.ts +0 -37
  747. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/dev/index.d.ts.map +0 -1
  748. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/dev/index.js +0 -172
  749. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/index.d.ts +0 -37
  750. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/index.d.ts.map +0 -1
  751. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/index.js +0 -148
  752. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/license +0 -22
  753. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/package.json +0 -60
  754. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/readme.md +0 -224
  755. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/dev/index.d.ts +0 -37
  756. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/dev/index.d.ts.map +0 -1
  757. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/dev/index.js +0 -67
  758. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/index.d.ts +0 -37
  759. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/index.d.ts.map +0 -1
  760. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/index.js +0 -64
  761. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/license +0 -22
  762. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/package.json +0 -55
  763. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/readme.md +0 -225
  764. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/dev/index.d.ts +0 -36
  765. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/dev/index.d.ts.map +0 -1
  766. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/dev/index.js +0 -169
  767. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/index.d.ts +0 -36
  768. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/index.d.ts.map +0 -1
  769. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/index.js +0 -158
  770. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/license +0 -22
  771. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/package.json +0 -58
  772. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/readme.md +0 -229
  773. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/dev/index.d.ts +0 -22
  774. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/dev/index.d.ts.map +0 -1
  775. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/dev/index.js +0 -53
  776. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/index.d.ts +0 -22
  777. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/index.d.ts.map +0 -1
  778. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/index.js +0 -44
  779. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/license +0 -22
  780. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/package.json +0 -57
  781. package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/readme.md +0 -205
  782. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/dev/index.d.ts +0 -195
  783. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/dev/index.d.ts.map +0 -1
  784. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/dev/index.js +0 -252
  785. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/index.d.ts +0 -195
  786. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/index.d.ts.map +0 -1
  787. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/index.js +0 -246
  788. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/license +0 -22
  789. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/package.json +0 -57
  790. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/readme.md +0 -446
  791. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/dev/index.d.ts +0 -41
  792. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/dev/index.d.ts.map +0 -1
  793. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/dev/index.js +0 -89
  794. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/index.d.ts +0 -41
  795. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/index.d.ts.map +0 -1
  796. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/index.js +0 -81
  797. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/license +0 -22
  798. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/package.json +0 -57
  799. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/readme.md +0 -219
  800. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/dev/index.d.ts +0 -18
  801. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/dev/index.d.ts.map +0 -1
  802. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/dev/index.js +0 -38
  803. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/index.d.ts +0 -18
  804. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/index.d.ts.map +0 -1
  805. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/index.js +0 -27
  806. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/license +0 -22
  807. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/package.json +0 -59
  808. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/readme.md +0 -205
  809. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-combine-extensions/index.d.ts +0 -22
  810. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-combine-extensions/index.d.ts.map +0 -1
  811. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-combine-extensions/index.js +0 -143
  812. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-combine-extensions/license +0 -22
  813. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-combine-extensions/package.json +0 -52
  814. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-combine-extensions/readme.md +0 -201
  815. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts +0 -16
  816. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts.map +0 -1
  817. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/dev/index.js +0 -42
  818. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts +0 -16
  819. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts.map +0 -1
  820. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/index.js +0 -32
  821. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/license +0 -22
  822. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/package.json +0 -59
  823. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/readme.md +0 -184
  824. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/dev/index.d.ts +0 -14
  825. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/dev/index.d.ts.map +0 -1
  826. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/dev/index.js +0 -53
  827. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/index.d.ts +0 -14
  828. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/index.d.ts.map +0 -1
  829. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/index.js +0 -45
  830. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/license +0 -22
  831. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/package.json +0 -63
  832. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/readme.md +0 -179
  833. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-encode/index.d.ts +0 -14
  834. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-encode/index.d.ts.map +0 -1
  835. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-encode/index.js +0 -33
  836. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-encode/license +0 -22
  837. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-encode/package.json +0 -47
  838. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-encode/readme.md +0 -176
  839. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-html-tag-name/index.d.ts +0 -30
  840. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-html-tag-name/index.d.ts.map +0 -1
  841. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-html-tag-name/index.js +0 -93
  842. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-html-tag-name/license +0 -22
  843. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-html-tag-name/package.json +0 -47
  844. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-html-tag-name/readme.md +0 -193
  845. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/dev/index.d.ts +0 -21
  846. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/dev/index.d.ts.map +0 -1
  847. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/dev/index.js +0 -38
  848. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/index.d.ts +0 -21
  849. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/index.d.ts.map +0 -1
  850. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/index.js +0 -33
  851. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/license +0 -22
  852. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/package.json +0 -58
  853. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/readme.md +0 -187
  854. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-resolve-all/index.d.ts +0 -22
  855. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-resolve-all/index.d.ts.map +0 -1
  856. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-resolve-all/index.js +0 -32
  857. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-resolve-all/license +0 -22
  858. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-resolve-all/package.json +0 -48
  859. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-resolve-all/readme.md +0 -238
  860. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/dev/index.d.ts +0 -36
  861. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/dev/index.d.ts.map +0 -1
  862. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/dev/index.js +0 -124
  863. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/index.d.ts +0 -36
  864. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/index.d.ts.map +0 -1
  865. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/index.js +0 -107
  866. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/license +0 -22
  867. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/package.json +0 -59
  868. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/readme.md +0 -214
  869. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/dev/index.d.ts +0 -12
  870. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/dev/index.d.ts.map +0 -1
  871. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/dev/index.js +0 -284
  872. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/dev/lib/splice-buffer.d.ts +0 -161
  873. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/dev/lib/splice-buffer.d.ts.map +0 -1
  874. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/dev/lib/splice-buffer.js +0 -288
  875. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/index.d.ts +0 -12
  876. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/index.d.ts.map +0 -1
  877. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/index.js +0 -228
  878. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/lib/splice-buffer.d.ts +0 -161
  879. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/lib/splice-buffer.d.ts.map +0 -1
  880. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/lib/splice-buffer.js +0 -251
  881. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/license +0 -22
  882. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/package.json +0 -60
  883. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/readme.md +0 -181
  884. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/codes.d.ts +0 -139
  885. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/codes.d.ts.map +0 -1
  886. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/codes.js +0 -158
  887. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/constants.d.ts +0 -37
  888. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/constants.d.ts.map +0 -1
  889. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/constants.js +0 -44
  890. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/default.d.ts +0 -5
  891. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/default.d.ts.map +0 -1
  892. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/default.js +0 -4
  893. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/types.d.ts +0 -106
  894. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/types.d.ts.map +0 -1
  895. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/types.js +0 -453
  896. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/values.d.ts +0 -102
  897. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/values.d.ts.map +0 -1
  898. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/values.js +0 -109
  899. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/license +0 -22
  900. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/package.json +0 -43
  901. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/readme.md +0 -168
  902. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-types/index.d.ts +0 -1312
  903. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-types/index.js +0 -2
  904. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-types/license +0 -22
  905. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-types/package.json +0 -71
  906. package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-types/readme.md +0 -151
  907. package/node_modules/mdast-util-from-markdown/node_modules/ms/index.js +0 -162
  908. package/node_modules/mdast-util-from-markdown/node_modules/ms/license.md +0 -21
  909. package/node_modules/mdast-util-from-markdown/node_modules/ms/package.json +0 -38
  910. package/node_modules/mdast-util-from-markdown/node_modules/ms/readme.md +0 -59
  911. package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/index.d.ts +0 -1
  912. package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/index.js +0 -1
  913. package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/lib/index.d.ts +0 -61
  914. package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/lib/index.js +0 -84
  915. package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/license +0 -22
  916. package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/package.json +0 -80
  917. package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/readme.md +0 -206
  918. package/node_modules/mdast-util-from-markdown/package.json +0 -99
  919. package/node_modules/mdast-util-from-markdown/readme.md +0 -535
  920. package/node_modules/mdast-util-gfm-table/index.d.ts +0 -54
  921. package/node_modules/mdast-util-gfm-table/index.js +0 -2
  922. package/node_modules/mdast-util-gfm-table/lib/index.d.ts +0 -51
  923. package/node_modules/mdast-util-gfm-table/lib/index.js +0 -300
  924. package/node_modules/mdast-util-gfm-table/license +0 -22
  925. package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/LICENSE +0 -21
  926. package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/README.md +0 -15
  927. package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/index.d.ts +0 -1123
  928. package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/package.json +0 -47
  929. package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/LICENSE +0 -21
  930. package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/README.md +0 -15
  931. package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/index.d.ts +0 -119
  932. package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/package.json +0 -60
  933. package/node_modules/mdast-util-gfm-table/node_modules/character-entities/index.d.ts +0 -6
  934. package/node_modules/mdast-util-gfm-table/node_modules/character-entities/index.js +0 -2132
  935. package/node_modules/mdast-util-gfm-table/node_modules/character-entities/license +0 -22
  936. package/node_modules/mdast-util-gfm-table/node_modules/character-entities/package.json +0 -78
  937. package/node_modules/mdast-util-gfm-table/node_modules/character-entities/readme.md +0 -152
  938. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.d.ts +0 -13
  939. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.d.ts.map +0 -1
  940. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.dom.d.ts +0 -6
  941. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.dom.d.ts.map +0 -1
  942. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.dom.js +0 -32
  943. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.js +0 -19
  944. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/license +0 -22
  945. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/package.json +0 -90
  946. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/readme.md +0 -136
  947. package/node_modules/mdast-util-gfm-table/node_modules/dequal/dist/index.js +0 -86
  948. package/node_modules/mdast-util-gfm-table/node_modules/dequal/dist/index.min.js +0 -1
  949. package/node_modules/mdast-util-gfm-table/node_modules/dequal/dist/index.mjs +0 -84
  950. package/node_modules/mdast-util-gfm-table/node_modules/dequal/index.d.ts +0 -1
  951. package/node_modules/mdast-util-gfm-table/node_modules/dequal/license +0 -21
  952. package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.d.ts +0 -1
  953. package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.js +0 -31
  954. package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.min.js +0 -1
  955. package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.mjs +0 -29
  956. package/node_modules/mdast-util-gfm-table/node_modules/dequal/package.json +0 -57
  957. package/node_modules/mdast-util-gfm-table/node_modules/dequal/readme.md +0 -112
  958. package/node_modules/mdast-util-gfm-table/node_modules/devlop/lib/default.js +0 -9
  959. package/node_modules/mdast-util-gfm-table/node_modules/devlop/lib/development.d.ts +0 -84
  960. package/node_modules/mdast-util-gfm-table/node_modules/devlop/lib/development.js +0 -238
  961. package/node_modules/mdast-util-gfm-table/node_modules/devlop/license +0 -22
  962. package/node_modules/mdast-util-gfm-table/node_modules/devlop/package.json +0 -80
  963. package/node_modules/mdast-util-gfm-table/node_modules/devlop/readme.md +0 -360
  964. package/node_modules/mdast-util-gfm-table/node_modules/longest-streak/index.d.ts +0 -11
  965. package/node_modules/mdast-util-gfm-table/node_modules/longest-streak/index.js +0 -36
  966. package/node_modules/mdast-util-gfm-table/node_modules/longest-streak/license +0 -22
  967. package/node_modules/mdast-util-gfm-table/node_modules/longest-streak/package.json +0 -73
  968. package/node_modules/mdast-util-gfm-table/node_modules/longest-streak/readme.md +0 -150
  969. package/node_modules/mdast-util-gfm-table/node_modules/markdown-table/index.d.ts +0 -171
  970. package/node_modules/mdast-util-gfm-table/node_modules/markdown-table/index.d.ts.map +0 -1
  971. package/node_modules/mdast-util-gfm-table/node_modules/markdown-table/index.js +0 -393
  972. package/node_modules/mdast-util-gfm-table/node_modules/markdown-table/license +0 -22
  973. package/node_modules/mdast-util-gfm-table/node_modules/markdown-table/package.json +0 -77
  974. package/node_modules/mdast-util-gfm-table/node_modules/markdown-table/readme.md +0 -344
  975. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/index.d.ts +0 -1
  976. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/index.js +0 -1
  977. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/lib/index.d.ts +0 -3
  978. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/lib/index.js +0 -45
  979. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/license +0 -23
  980. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/package.json +0 -78
  981. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/readme.md +0 -200
  982. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/index.d.ts +0 -16
  983. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/index.js +0 -3
  984. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/configure.d.ts +0 -9
  985. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/configure.d.ts.map +0 -1
  986. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/configure.js +0 -79
  987. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/blockquote.d.ts +0 -17
  988. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/blockquote.d.ts.map +0 -1
  989. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js +0 -29
  990. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/break.d.ts +0 -13
  991. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/break.d.ts.map +0 -1
  992. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/break.js +0 -30
  993. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/code.d.ts +0 -13
  994. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/code.d.ts.map +0 -1
  995. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/code.js +0 -75
  996. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/definition.d.ts +0 -13
  997. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/definition.d.ts.map +0 -1
  998. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/definition.js +0 -76
  999. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/emphasis.d.ts +0 -24
  1000. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/emphasis.d.ts.map +0 -1
  1001. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js +0 -69
  1002. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/heading.d.ts +0 -13
  1003. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/heading.d.ts.map +0 -1
  1004. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/heading.js +0 -75
  1005. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/html.d.ts +0 -15
  1006. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/html.d.ts.map +0 -1
  1007. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/html.js +0 -20
  1008. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/image-reference.d.ts +0 -21
  1009. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/image-reference.d.ts.map +0 -1
  1010. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js +0 -63
  1011. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/image.d.ts +0 -21
  1012. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/image.d.ts.map +0 -1
  1013. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/image.js +0 -82
  1014. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/index.d.ts +0 -42
  1015. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/index.d.ts.map +0 -1
  1016. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/index.js +0 -45
  1017. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/inline-code.d.ts +0 -19
  1018. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/inline-code.d.ts.map +0 -1
  1019. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js +0 -76
  1020. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/link-reference.d.ts +0 -21
  1021. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/link-reference.d.ts.map +0 -1
  1022. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js +0 -63
  1023. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/link.d.ts +0 -24
  1024. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/link.d.ts.map +0 -1
  1025. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/link.js +0 -114
  1026. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/list-item.d.ts +0 -13
  1027. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/list-item.d.ts.map +0 -1
  1028. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/list-item.js +0 -62
  1029. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/list.d.ts +0 -13
  1030. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/list.d.ts.map +0 -1
  1031. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/list.js +0 -100
  1032. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/paragraph.d.ts +0 -17
  1033. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/paragraph.d.ts.map +0 -1
  1034. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js +0 -20
  1035. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/root.d.ts +0 -13
  1036. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/root.d.ts.map +0 -1
  1037. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/root.js +0 -23
  1038. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/strong.d.ts +0 -24
  1039. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/strong.d.ts.map +0 -1
  1040. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/strong.js +0 -69
  1041. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/text.d.ts +0 -17
  1042. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/text.d.ts.map +0 -1
  1043. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/text.js +0 -15
  1044. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.d.ts +0 -11
  1045. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.d.ts.map +0 -1
  1046. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js +0 -21
  1047. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/index.d.ts +0 -14
  1048. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/index.d.ts.map +0 -1
  1049. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/index.js +0 -187
  1050. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/join.d.ts +0 -4
  1051. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/join.d.ts.map +0 -1
  1052. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/join.js +0 -39
  1053. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/types.d.ts +0 -965
  1054. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/types.js +0 -2
  1055. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/unsafe.d.ts +0 -4
  1056. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/unsafe.d.ts.map +0 -1
  1057. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/unsafe.js +0 -146
  1058. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/association.d.ts +0 -2
  1059. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/association.d.ts.map +0 -1
  1060. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/association.js +0 -33
  1061. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.d.ts +0 -11
  1062. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.d.ts.map +0 -1
  1063. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js +0 -21
  1064. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.d.ts +0 -8
  1065. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.d.ts.map +0 -1
  1066. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js +0 -38
  1067. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet.d.ts +0 -11
  1068. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet.d.ts.map +0 -1
  1069. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js +0 -21
  1070. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.d.ts +0 -11
  1071. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.d.ts.map +0 -1
  1072. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js +0 -21
  1073. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-fence.d.ts +0 -11
  1074. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-fence.d.ts.map +0 -1
  1075. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-fence.js +0 -21
  1076. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.d.ts +0 -11
  1077. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.d.ts.map +0 -1
  1078. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js +0 -21
  1079. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-quote.d.ts +0 -11
  1080. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-quote.d.ts.map +0 -1
  1081. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-quote.js +0 -21
  1082. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.d.ts +0 -11
  1083. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.d.ts.map +0 -1
  1084. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js +0 -21
  1085. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-rule.d.ts +0 -11
  1086. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-rule.d.ts.map +0 -1
  1087. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-rule.js +0 -21
  1088. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-strong.d.ts +0 -11
  1089. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-strong.d.ts.map +0 -1
  1090. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-strong.js +0 -21
  1091. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.d.ts +0 -2
  1092. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.d.ts.map +0 -1
  1093. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js +0 -24
  1094. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/container-flow.d.ts +0 -19
  1095. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/container-flow.d.ts.map +0 -1
  1096. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/container-flow.js +0 -84
  1097. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.d.ts +0 -19
  1098. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.d.ts.map +0 -1
  1099. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js +0 -125
  1100. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/emphasis-strong-marker.d.ts +0 -7
  1101. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/emphasis-strong-marker.d.ts.map +0 -1
  1102. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.d.ts +0 -10
  1103. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.d.ts.map +0 -1
  1104. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js +0 -11
  1105. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/encode-info.d.ts +0 -33
  1106. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/encode-info.d.ts.map +0 -1
  1107. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/encode-info.js +0 -82
  1108. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.d.ts +0 -13
  1109. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.d.ts.map +0 -1
  1110. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js +0 -22
  1111. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.d.ts +0 -9
  1112. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.d.ts.map +0 -1
  1113. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js +0 -34
  1114. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.d.ts +0 -9
  1115. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.d.ts.map +0 -1
  1116. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js +0 -34
  1117. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/indent-lines.d.ts +0 -2
  1118. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/indent-lines.d.ts.map +0 -1
  1119. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js +0 -35
  1120. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.d.ts +0 -12
  1121. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.d.ts.map +0 -1
  1122. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js +0 -41
  1123. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/safe.d.ts +0 -29
  1124. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/safe.d.ts.map +0 -1
  1125. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/safe.js +0 -174
  1126. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/track.d.ts +0 -2
  1127. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/track.d.ts.map +0 -1
  1128. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/track.js +0 -55
  1129. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/license +0 -22
  1130. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/package.json +0 -132
  1131. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/readme.md +0 -750
  1132. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/index.d.ts +0 -2
  1133. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/index.js +0 -5
  1134. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/lib/index.d.ts +0 -31
  1135. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/lib/index.js +0 -108
  1136. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/license +0 -22
  1137. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/package.json +0 -78
  1138. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/readme.md +0 -218
  1139. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/dev/index.d.ts +0 -195
  1140. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/dev/index.d.ts.map +0 -1
  1141. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/dev/index.js +0 -252
  1142. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/index.d.ts +0 -195
  1143. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/index.d.ts.map +0 -1
  1144. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/index.js +0 -246
  1145. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/license +0 -22
  1146. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/package.json +0 -57
  1147. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/readme.md +0 -446
  1148. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/dev/index.d.ts +0 -18
  1149. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/dev/index.d.ts.map +0 -1
  1150. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/dev/index.js +0 -38
  1151. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/index.d.ts +0 -18
  1152. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/index.d.ts.map +0 -1
  1153. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/index.js +0 -27
  1154. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/license +0 -22
  1155. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/package.json +0 -59
  1156. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/readme.md +0 -205
  1157. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts +0 -16
  1158. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts.map +0 -1
  1159. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/dev/index.js +0 -42
  1160. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts +0 -16
  1161. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts.map +0 -1
  1162. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/index.js +0 -32
  1163. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/license +0 -22
  1164. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/package.json +0 -59
  1165. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/readme.md +0 -184
  1166. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/dev/index.d.ts +0 -14
  1167. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/dev/index.d.ts.map +0 -1
  1168. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/dev/index.js +0 -53
  1169. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/index.d.ts +0 -14
  1170. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/index.d.ts.map +0 -1
  1171. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/index.js +0 -45
  1172. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/license +0 -22
  1173. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/package.json +0 -63
  1174. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/readme.md +0 -179
  1175. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts +0 -139
  1176. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts.map +0 -1
  1177. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/codes.js +0 -158
  1178. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts +0 -37
  1179. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts.map +0 -1
  1180. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/constants.js +0 -44
  1181. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts +0 -5
  1182. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts.map +0 -1
  1183. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/default.js +0 -4
  1184. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts +0 -106
  1185. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts.map +0 -1
  1186. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/types.js +0 -453
  1187. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts +0 -102
  1188. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts.map +0 -1
  1189. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/values.js +0 -109
  1190. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/license +0 -22
  1191. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/package.json +0 -43
  1192. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/readme.md +0 -168
  1193. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/index.d.ts +0 -1312
  1194. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/index.js +0 -2
  1195. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/license +0 -22
  1196. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/package.json +0 -71
  1197. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/readme.md +0 -151
  1198. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/index.d.ts +0 -5
  1199. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/index.d.ts.map +0 -1
  1200. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/index.js +0 -7
  1201. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/lib/index.d.ts +0 -111
  1202. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/lib/index.d.ts.map +0 -1
  1203. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/lib/index.js +0 -296
  1204. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/license +0 -22
  1205. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/package.json +0 -103
  1206. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/readme.md +0 -351
  1207. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/index.d.ts +0 -9
  1208. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/index.js +0 -2
  1209. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/lib/index.d.ts +0 -195
  1210. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/lib/index.d.ts.map +0 -1
  1211. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/lib/index.js +0 -312
  1212. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/license +0 -22
  1213. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/package.json +0 -108
  1214. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/readme.md +0 -313
  1215. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/index.d.ts +0 -14
  1216. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/index.js +0 -2
  1217. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/color.d.ts +0 -6
  1218. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/color.d.ts.map +0 -1
  1219. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/color.js +0 -7
  1220. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/color.node.d.ts +0 -6
  1221. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/color.node.d.ts.map +0 -1
  1222. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/color.node.js +0 -7
  1223. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/index.d.ts +0 -219
  1224. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/index.d.ts.map +0 -1
  1225. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/index.js +0 -399
  1226. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/license +0 -22
  1227. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/package.json +0 -106
  1228. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/readme.md +0 -388
  1229. package/node_modules/mdast-util-gfm-table/node_modules/zwitch/index.d.ts +0 -67
  1230. package/node_modules/mdast-util-gfm-table/node_modules/zwitch/index.js +0 -118
  1231. package/node_modules/mdast-util-gfm-table/node_modules/zwitch/license +0 -22
  1232. package/node_modules/mdast-util-gfm-table/node_modules/zwitch/package.json +0 -72
  1233. package/node_modules/mdast-util-gfm-table/node_modules/zwitch/readme.md +0 -226
  1234. package/node_modules/mdast-util-gfm-table/package.json +0 -101
  1235. package/node_modules/mdast-util-gfm-table/readme.md +0 -605
  1236. package/node_modules/micromark-extension-gfm-table/dev/index.d.ts +0 -55
  1237. package/node_modules/micromark-extension-gfm-table/dev/index.js +0 -2
  1238. package/node_modules/micromark-extension-gfm-table/dev/lib/edit-map.d.ts +0 -38
  1239. package/node_modules/micromark-extension-gfm-table/dev/lib/edit-map.d.ts.map +0 -1
  1240. package/node_modules/micromark-extension-gfm-table/dev/lib/edit-map.js +0 -212
  1241. package/node_modules/micromark-extension-gfm-table/dev/lib/html.d.ts +0 -11
  1242. package/node_modules/micromark-extension-gfm-table/dev/lib/html.d.ts.map +0 -1
  1243. package/node_modules/micromark-extension-gfm-table/dev/lib/html.js +0 -148
  1244. package/node_modules/micromark-extension-gfm-table/dev/lib/infer.d.ts +0 -14
  1245. package/node_modules/micromark-extension-gfm-table/dev/lib/infer.d.ts.map +0 -1
  1246. package/node_modules/micromark-extension-gfm-table/dev/lib/infer.js +0 -64
  1247. package/node_modules/micromark-extension-gfm-table/dev/lib/syntax.d.ts +0 -18
  1248. package/node_modules/micromark-extension-gfm-table/dev/lib/syntax.d.ts.map +0 -1
  1249. package/node_modules/micromark-extension-gfm-table/dev/lib/syntax.js +0 -941
  1250. package/node_modules/micromark-extension-gfm-table/index.d.ts +0 -55
  1251. package/node_modules/micromark-extension-gfm-table/index.js +0 -2
  1252. package/node_modules/micromark-extension-gfm-table/lib/edit-map.d.ts +0 -38
  1253. package/node_modules/micromark-extension-gfm-table/lib/edit-map.d.ts.map +0 -1
  1254. package/node_modules/micromark-extension-gfm-table/lib/edit-map.js +0 -202
  1255. package/node_modules/micromark-extension-gfm-table/lib/html.d.ts +0 -11
  1256. package/node_modules/micromark-extension-gfm-table/lib/html.d.ts.map +0 -1
  1257. package/node_modules/micromark-extension-gfm-table/lib/html.js +0 -130
  1258. package/node_modules/micromark-extension-gfm-table/lib/infer.d.ts +0 -14
  1259. package/node_modules/micromark-extension-gfm-table/lib/infer.d.ts.map +0 -1
  1260. package/node_modules/micromark-extension-gfm-table/lib/infer.js +0 -52
  1261. package/node_modules/micromark-extension-gfm-table/lib/syntax.d.ts +0 -18
  1262. package/node_modules/micromark-extension-gfm-table/lib/syntax.d.ts.map +0 -1
  1263. package/node_modules/micromark-extension-gfm-table/lib/syntax.js +0 -819
  1264. package/node_modules/micromark-extension-gfm-table/license +0 -22
  1265. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/dist/index.js +0 -86
  1266. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/dist/index.min.js +0 -1
  1267. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/dist/index.mjs +0 -84
  1268. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/index.d.ts +0 -1
  1269. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/license +0 -21
  1270. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.d.ts +0 -1
  1271. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.js +0 -31
  1272. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.min.js +0 -1
  1273. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.mjs +0 -29
  1274. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/package.json +0 -57
  1275. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/readme.md +0 -112
  1276. package/node_modules/micromark-extension-gfm-table/node_modules/devlop/lib/default.js +0 -9
  1277. package/node_modules/micromark-extension-gfm-table/node_modules/devlop/lib/development.d.ts +0 -84
  1278. package/node_modules/micromark-extension-gfm-table/node_modules/devlop/lib/development.js +0 -238
  1279. package/node_modules/micromark-extension-gfm-table/node_modules/devlop/license +0 -22
  1280. package/node_modules/micromark-extension-gfm-table/node_modules/devlop/package.json +0 -80
  1281. package/node_modules/micromark-extension-gfm-table/node_modules/devlop/readme.md +0 -360
  1282. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/dev/index.d.ts +0 -37
  1283. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/dev/index.d.ts.map +0 -1
  1284. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/dev/index.js +0 -67
  1285. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/index.d.ts +0 -37
  1286. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/index.d.ts.map +0 -1
  1287. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/index.js +0 -64
  1288. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/license +0 -22
  1289. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/package.json +0 -55
  1290. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/readme.md +0 -225
  1291. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/dev/index.d.ts +0 -195
  1292. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/dev/index.d.ts.map +0 -1
  1293. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/dev/index.js +0 -252
  1294. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/index.d.ts +0 -195
  1295. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/index.d.ts.map +0 -1
  1296. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/index.js +0 -246
  1297. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/license +0 -22
  1298. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/package.json +0 -57
  1299. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/readme.md +0 -446
  1300. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts +0 -139
  1301. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts.map +0 -1
  1302. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/codes.js +0 -158
  1303. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts +0 -37
  1304. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts.map +0 -1
  1305. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/constants.js +0 -44
  1306. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts +0 -5
  1307. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts.map +0 -1
  1308. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/default.js +0 -4
  1309. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts +0 -106
  1310. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts.map +0 -1
  1311. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/types.js +0 -453
  1312. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts +0 -102
  1313. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts.map +0 -1
  1314. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/values.js +0 -109
  1315. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/license +0 -22
  1316. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/package.json +0 -43
  1317. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/readme.md +0 -168
  1318. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/index.d.ts +0 -1312
  1319. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/index.js +0 -2
  1320. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/license +0 -22
  1321. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/package.json +0 -71
  1322. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/readme.md +0 -151
  1323. package/node_modules/micromark-extension-gfm-table/package.json +0 -128
  1324. package/node_modules/micromark-extension-gfm-table/readme.md +0 -515
  1325. /package/dist/{audio-preflight.runtime-BBfC9elv.js → .setup/audio-preflight.runtime-BBfC9elv.mjs} +0 -0
  1326. /package/dist/{rolldown-runtime-8H4AJuhK.js → .setup/rolldown-runtime-8H4AJuhK.mjs} +0 -0
  1327. /package/dist/{runtime-C5JxBWZp.js → .setup/runtime-C5JxBWZp.mjs} +0 -0
  1328. /package/dist/{targets-BUjQ1TcA.js → .setup/targets-BUjQ1TcA.mjs} +0 -0
  1329. /package/node_modules/@larksuiteoapi/node-sdk/node_modules/{protobufjs/src/util/float.d.ts → @protobufjs/float/index.d.ts} +0 -0
  1330. /package/node_modules/{mdast-util-from-markdown/node_modules/@types/debug → @larksuiteoapi/node-sdk/node_modules/@types/node}/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
- /*! Axios v1.18.1 Copyright (c) 2026 Matt Zabriskie and contributors */
1
+ /*! Axios v1.20.0 Copyright (c) 2026 Matt Zabriskie and contributors */
2
2
  'use strict';
3
3
 
4
4
  var FormData$1 = require('form-data');
@@ -45,13 +45,57 @@ const {
45
45
  const hasOwnProperty = (({
46
46
  hasOwnProperty
47
47
  }) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype);
48
+ const isUnsafeObjectKey = prop => typeof prop === 'string' && (prop === '__proto__' || prop === 'constructor' || prop === 'prototype');
48
49
 
49
50
  /**
50
- * Walk the prototype chain (excluding the shared Object.prototype) looking for
51
- * an own `prop`. This distinguishes genuine own/inherited members — including
52
- * class accessors and template prototypes from members injected via
53
- * Object.prototype pollution (e.g. `Object.prototype.username = '...'`), which
54
- * live on Object.prototype itself and are therefore never matched.
51
+ * Determine whether an inherited object must be treated as a shared-prototype
52
+ * boundary. Cross-realm Object.prototype objects cannot be distinguished
53
+ * reliably from application-created null-prototype objects because their
54
+ * properties are mutable, so all inherited terminal prototypes are excluded
55
+ * as a fail-closed boundary. A null-prototype source still keeps its own
56
+ * properties, as produced by mergeConfig and other safe materialization paths.
57
+ *
58
+ * @param {*} obj The object to inspect
59
+ * @param {*} prototype The object's prototype
60
+ * @param {boolean} source Whether obj is the original traversal source
61
+ *
62
+ * @returns {boolean} True when obj is a safe prototype traversal boundary
63
+ */
64
+ const isPrototypeBoundary = (obj, prototype, source) => obj === Object.prototype || !source && prototype === null;
65
+
66
+ /**
67
+ * Determine whether an object can retain its identity through code paths that
68
+ * add, replace, and remove config properties without bypassing unsafe-key
69
+ * filtering. Immutable objects, unsafe-key-bearing objects, and objects with
70
+ * accessor or restricted data properties must be materialized instead.
71
+ *
72
+ * @param {*} obj The object to inspect
73
+ *
74
+ * @returns {boolean} True when every own property is safe and fully mutable
75
+ */
76
+ const isSafeAndFullyMutable = obj => {
77
+ if (!Object.isExtensible(obj)) {
78
+ return false;
79
+ }
80
+ const props = Object.getOwnPropertyNames(obj);
81
+ if (Object.getOwnPropertySymbols) {
82
+ props.push(...Object.getOwnPropertySymbols(obj));
83
+ }
84
+ return props.every(prop => {
85
+ if (isUnsafeObjectKey(prop)) {
86
+ return false;
87
+ }
88
+ const descriptor = Object.getOwnPropertyDescriptor(obj, prop);
89
+ return !!descriptor && descriptor.configurable && descriptor.writable === true;
90
+ });
91
+ };
92
+
93
+ /**
94
+ * Walk the prototype chain (excluding the source realm's Object.prototype)
95
+ * looking for an own `prop`. This distinguishes genuine own/inherited members
96
+ * — including class accessors and template prototypes — from members injected
97
+ * via Object.prototype pollution (e.g. `Object.prototype.username = '...'`),
98
+ * which live on Object.prototype itself and are therefore never matched.
55
99
  *
56
100
  * @param {*} thing The value whose chain to inspect
57
101
  * @param {string|symbol} prop The property key to look for
@@ -61,15 +105,19 @@ const hasOwnProperty = (({
61
105
  const hasOwnInPrototypeChain = (thing, prop) => {
62
106
  let obj = thing;
63
107
  const seen = [];
64
- while (obj != null && obj !== Object.prototype) {
108
+ while (obj != null) {
65
109
  if (seen.indexOf(obj) !== -1) {
66
110
  return false;
67
111
  }
68
112
  seen.push(obj);
113
+ const prototype = getPrototypeOf(obj);
114
+ if (isPrototypeBoundary(obj, prototype, obj === thing)) {
115
+ return false;
116
+ }
69
117
  if (hasOwnProperty(obj, prop)) {
70
118
  return true;
71
119
  }
72
- obj = getPrototypeOf(obj);
120
+ obj = prototype;
73
121
  }
74
122
  return false;
75
123
  };
@@ -86,6 +134,56 @@ const hasOwnInPrototypeChain = (thing, prop) => {
86
134
  * @returns {*} The resolved value, or undefined when unsafe/absent
87
135
  */
88
136
  const getSafeProp = (obj, prop) => obj != null && hasOwnInPrototypeChain(obj, prop) ? obj[prop] : undefined;
137
+
138
+ /**
139
+ * Flatten an object and its application-defined prototype chain into a
140
+ * null-prototype object. Members inherited only from the source realm's
141
+ * Object.prototype are deliberately excluded, while class/template members
142
+ * below that boundary are preserved.
143
+ *
144
+ * @param {*} thing The value to flatten
145
+ *
146
+ * @returns {*} A null-prototype copy, or the original value when it is already
147
+ * structurally safe or is not an object
148
+ */
149
+ const toSafeFlatObject = thing => {
150
+ if (thing == null || typeof thing !== 'object' && typeof thing !== 'function') {
151
+ return thing;
152
+ }
153
+ const sourcePrototype = getPrototypeOf(thing);
154
+ if (sourcePrototype === null && isSafeAndFullyMutable(thing)) {
155
+ return thing;
156
+ }
157
+ const result = Object.create(null);
158
+ const merged = Object.create(null);
159
+ const seen = [];
160
+ let current = thing;
161
+ while (current != null) {
162
+ if (seen.indexOf(current) !== -1) {
163
+ break;
164
+ }
165
+ seen.push(current);
166
+ const prototype = current === thing ? sourcePrototype : getPrototypeOf(current);
167
+ if (isPrototypeBoundary(current, prototype, current === thing)) {
168
+ break;
169
+ }
170
+ const props = Object.getOwnPropertyNames(current);
171
+ if (Object.getOwnPropertySymbols) {
172
+ props.push(...Object.getOwnPropertySymbols(current));
173
+ }
174
+ for (const prop of props) {
175
+ if (isUnsafeObjectKey(prop)) {
176
+ continue;
177
+ }
178
+ if (!hasOwnProperty(merged, prop)) {
179
+ result[prop] = thing[prop];
180
+ merged[prop] = true;
181
+ }
182
+ }
183
+ current = prototype;
184
+ }
185
+ return result;
186
+ };
89
187
  const kindOf = (cache => thing => {
90
188
  const str = toString.call(thing);
91
189
  return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());
@@ -209,9 +307,9 @@ const isPlainObject = val => {
209
307
  }
210
308
  const prototype = getPrototypeOf(val);
211
309
  return (prototype === null || prototype === Object.prototype || getPrototypeOf(prototype) === null) &&
212
- // Treat any genuine (non-Object.prototype-polluted) Symbol.toStringTag or
213
- // Symbol.iterator as evidence the value is a tagged/iterable type rather
214
- // than a plain object, while ignoring keys injected onto Object.prototype.
310
+ // Treat safe own/inherited Symbol.toStringTag or Symbol.iterator members as
311
+ // evidence the value is tagged/iterable, while ignoring members reachable
312
+ // only through shared or terminal prototype boundaries.
215
313
  !hasOwnInPrototypeChain(val, toStringTag) && !hasOwnInPrototypeChain(val, iterator);
216
314
  };
217
315
 
@@ -295,6 +393,7 @@ const isBlob = kindOfTest('Blob');
295
393
  * @returns {boolean} True if value is a FileList, otherwise false
296
394
  */
297
395
  const isFileList = kindOfTest('FileList');
396
+ const isSet = kindOfTest('Set');
298
397
 
299
398
  /**
300
399
  * Determine if a value is a Stream
@@ -817,11 +916,20 @@ const toJSONObject = obj => {
817
916
  if (!('toJSON' in source)) {
818
917
  // add-on descent / delete-on-ascent: preserves path semantics, so DAG nodes serialise at every occurrence (see #7230).
819
918
  visited.add(source);
820
- const target = isArray(source) ? [] : {};
821
- forEach(source, (value, key) => {
822
- const reducedValue = visit(value);
823
- !isUndefined(reducedValue) && (target[key] = reducedValue);
824
- });
919
+ let target;
920
+ if (isSet(source)) {
921
+ target = [];
922
+ for (const value of source) {
923
+ const reducedValue = visit(value);
924
+ !isUndefined(reducedValue) && target.push(reducedValue);
925
+ }
926
+ } else {
927
+ target = isArray(source) ? [] : {};
928
+ forEach(source, (value, key) => {
929
+ const reducedValue = visit(value);
930
+ !isUndefined(reducedValue) && (target[key] = reducedValue);
931
+ });
932
+ }
825
933
  visited.delete(source);
826
934
  return target;
827
935
  }
@@ -949,6 +1057,7 @@ var utils$1 = {
949
1057
  // an alias to avoid ESLint no-prototype-builtins detection
950
1058
  hasOwnInPrototypeChain,
951
1059
  getSafeProp,
1060
+ toSafeFlatObject,
952
1061
  reduceDescriptors,
953
1062
  freezeMethods,
954
1063
  toObjectSet,
@@ -995,17 +1104,18 @@ var parseHeaders = rawHeaders => {
995
1104
  i = line.indexOf(':');
996
1105
  key = line.substring(0, i).trim().toLowerCase();
997
1106
  val = line.substring(i + 1).trim();
998
- if (!key || parsed[key] && ignoreDuplicateOf[key]) {
1107
+ const hasKey = utils$1.hasOwnProp(parsed, key);
1108
+ if (!key || hasKey && utils$1.hasOwnProp(ignoreDuplicateOf, key)) {
999
1109
  return;
1000
1110
  }
1001
1111
  if (key === 'set-cookie') {
1002
- if (parsed[key]) {
1112
+ if (hasKey) {
1003
1113
  parsed[key].push(val);
1004
1114
  } else {
1005
1115
  parsed[key] = [val];
1006
1116
  }
1007
1117
  } else {
1008
- parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
1118
+ parsed[key] = hasKey ? parsed[key] + ', ' + val : val;
1009
1119
  }
1010
1120
  });
1011
1121
  return parsed;
@@ -1052,7 +1162,7 @@ function toByteStringHeaderObject(headers) {
1052
1162
  return byteStringHeaders;
1053
1163
  }
1054
1164
 
1055
- const $internals = Symbol('internals');
1165
+ const $internals$1 = Symbol('internals');
1056
1166
  function normalizeHeader(header) {
1057
1167
  return header && String(header).trim().toLowerCase();
1058
1168
  }
@@ -1071,6 +1181,90 @@ function parseTokens(str) {
1071
1181
  }
1072
1182
  return tokens;
1073
1183
  }
1184
+ const parameterNameRE = /^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;
1185
+ function trimOWS(value) {
1186
+ let start = 0;
1187
+ let end = value.length;
1188
+ while (start < end) {
1189
+ const code = value.charCodeAt(start);
1190
+ if (code !== 0x09 && code !== 0x20) {
1191
+ break;
1192
+ }
1193
+ start += 1;
1194
+ }
1195
+ while (end > start) {
1196
+ const code = value.charCodeAt(end - 1);
1197
+ if (code !== 0x09 && code !== 0x20) {
1198
+ break;
1199
+ }
1200
+ end -= 1;
1201
+ }
1202
+ return start === 0 && end === value.length ? value : value.slice(start, end);
1203
+ }
1204
+ function decodeQuotedString(value) {
1205
+ const last = value.length - 1;
1206
+ if (last < 1 || value.charCodeAt(0) !== 0x22 || value.charCodeAt(last) !== 0x22) {
1207
+ return value;
1208
+ }
1209
+ let decoded = '';
1210
+ for (let i = 1; i < last; i++) {
1211
+ const code = value.charCodeAt(i);
1212
+ if (code === 0x22) {
1213
+ return value;
1214
+ }
1215
+ if (code === 0x5c) {
1216
+ i += 1;
1217
+ if (i >= last) {
1218
+ return value;
1219
+ }
1220
+ }
1221
+ decoded += value[i];
1222
+ }
1223
+ return decoded;
1224
+ }
1225
+ function parseParameters(value) {
1226
+ const parameters = Object.create(null);
1227
+ const str = String(value);
1228
+ let start = 0;
1229
+ let quoted = false;
1230
+ let escaped = false;
1231
+ function parseParameter(end) {
1232
+ const part = trimOWS(str.slice(start, end));
1233
+ const equals = part.indexOf('=');
1234
+ if (equals < 1) {
1235
+ return;
1236
+ }
1237
+ const name = trimOWS(part.slice(0, equals));
1238
+ if (!parameterNameRE.test(name)) {
1239
+ return;
1240
+ }
1241
+ const normalizedName = name.toLowerCase();
1242
+ if (normalizedName === '__proto__' || normalizedName === 'constructor' || normalizedName === 'prototype') {
1243
+ return;
1244
+ }
1245
+ const parameterValue = trimOWS(part.slice(equals + 1));
1246
+ parameters[normalizedName] = decodeQuotedString(parameterValue);
1247
+ }
1248
+ for (let i = 0; i < str.length; i++) {
1249
+ const code = str.charCodeAt(i);
1250
+ if (quoted) {
1251
+ if (escaped) {
1252
+ escaped = false;
1253
+ } else if (code === 0x5c) {
1254
+ escaped = true;
1255
+ } else if (code === 0x22) {
1256
+ quoted = false;
1257
+ }
1258
+ } else if (code === 0x22) {
1259
+ quoted = true;
1260
+ } else if (code === 0x2c || code === 0x3b) {
1261
+ parseParameter(i);
1262
+ start = i + 1;
1263
+ }
1264
+ }
1265
+ parseParameter(str.length);
1266
+ return parameters;
1267
+ }
1074
1268
  const isValidHeaderName = str => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());
1075
1269
  function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
1076
1270
  if (utils$1.isFunction(filter)) {
@@ -1248,7 +1442,8 @@ class AxiosHeaders {
1248
1442
  return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\n');
1249
1443
  }
1250
1444
  getSetCookie() {
1251
- return this.get('set-cookie') || [];
1445
+ const value = this.get('set-cookie');
1446
+ return utils$1.isArray(value) ? value : value == null || value === false ? [] : [value];
1252
1447
  }
1253
1448
  get [Symbol.toStringTag]() {
1254
1449
  return 'AxiosHeaders';
@@ -1256,13 +1451,16 @@ class AxiosHeaders {
1256
1451
  static from(thing) {
1257
1452
  return thing instanceof this ? thing : new this(thing);
1258
1453
  }
1454
+ static parseParameters(value) {
1455
+ return parseParameters(value);
1456
+ }
1259
1457
  static concat(first, ...targets) {
1260
1458
  const computed = new this(first);
1261
1459
  targets.forEach(target => computed.set(target));
1262
1460
  return computed;
1263
1461
  }
1264
1462
  static accessor(header) {
1265
- const internals = this[$internals] = this[$internals] = {
1463
+ const internals = this[$internals$1] = this[$internals$1] = {
1266
1464
  accessors: {}
1267
1465
  };
1268
1466
  const accessors = internals.accessors;
@@ -1350,9 +1548,33 @@ function redactConfig(config, redactKeys) {
1350
1548
  };
1351
1549
  return visit(config);
1352
1550
  }
1551
+ function stringifySafely$1(value) {
1552
+ try {
1553
+ return String(value);
1554
+ } catch (err) {
1555
+ return '';
1556
+ }
1557
+ }
1558
+ function aggregateErrorMessage(error) {
1559
+ const message = error.errors.map(entry => {
1560
+ try {
1561
+ return entry && entry.message ? stringifySafely$1(entry.message) : stringifySafely$1(entry);
1562
+ } catch (err) {
1563
+ return '';
1564
+ }
1565
+ }).filter(Boolean).join('; ');
1566
+ return message || error.name || 'AggregateError';
1567
+ }
1353
1568
  class AxiosError extends Error {
1354
1569
  static from(error, code, config, request, response, customProps) {
1355
- const axiosError = new AxiosError(error.message, code || error.code, config, request, response);
1570
+ // `AggregateError` (thrown by Node on dual-stack/Happy-Eyeballs connection
1571
+ // failures) has an empty `message`; its detail lives in `errors[]`. Without
1572
+ // this, the wrapped error surfaces with a blank message (see #6721).
1573
+ let message = error.message;
1574
+ if (!message && utils$1.isArray(error.errors) && error.errors.length) {
1575
+ message = aggregateErrorMessage(error);
1576
+ }
1577
+ const axiosError = new AxiosError(message, code || error.code, config, request, response);
1356
1578
  // Match native `Error` `cause` semantics: non-enumerable. The wrapped
1357
1579
  // error often carries circular internals (sockets, requests, agents), so
1358
1580
  // an enumerable `cause` makes structured loggers (pino/winston) and any
@@ -1456,6 +1678,15 @@ AxiosError.ERR_NOT_SUPPORT = 'ERR_NOT_SUPPORT';
1456
1678
  AxiosError.ERR_INVALID_URL = 'ERR_INVALID_URL';
1457
1679
  AxiosError.ERR_FORM_DATA_DEPTH_EXCEEDED = 'ERR_FORM_DATA_DEPTH_EXCEEDED';
1458
1680
 
1681
+ var PlatformBuffer = {
1682
+ isBufferAvailable() {
1683
+ return typeof Buffer !== 'undefined';
1684
+ },
1685
+ from(value) {
1686
+ return Buffer.from(value);
1687
+ }
1688
+ };
1689
+
1459
1690
  // Default nesting limit shared with the inverse transform (formDataToJSON) so
1460
1691
  // the FormData <-> JSON round-trip stays symmetric.
1461
1692
  const DEFAULT_FORM_DATA_MAX_DEPTH = 100;
@@ -1544,23 +1775,17 @@ function toFormData(obj, formData, options) {
1544
1775
 
1545
1776
  // eslint-disable-next-line no-param-reassign
1546
1777
  formData = formData || new (FormData$1 || FormData)();
1547
-
1548
- // eslint-disable-next-line no-param-reassign
1549
- options = utils$1.toFlatObject(options, {
1550
- metaTokens: true,
1551
- dots: false,
1552
- indexes: false
1553
- }, false, function defined(option, source) {
1554
- // eslint-disable-next-line no-eq-null,eqeqeq
1555
- return !utils$1.isUndefined(source[option]);
1556
- });
1557
- const metaTokens = options.metaTokens;
1778
+ const option = (name, fallback) => {
1779
+ const value = utils$1.getSafeProp(options, name);
1780
+ return utils$1.isUndefined(value) ? fallback : value;
1781
+ };
1782
+ const metaTokens = option('metaTokens', true);
1558
1783
  // eslint-disable-next-line no-use-before-define
1559
- const visitor = options.visitor || defaultVisitor;
1560
- const dots = options.dots;
1561
- const indexes = options.indexes;
1562
- const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;
1563
- const maxDepth = options.maxDepth === undefined ? DEFAULT_FORM_DATA_MAX_DEPTH : options.maxDepth;
1784
+ const visitor = option('visitor') || defaultVisitor;
1785
+ const dots = option('dots', false);
1786
+ const indexes = option('indexes', false);
1787
+ const _Blob = option('Blob') || typeof Blob !== 'undefined' && Blob;
1788
+ const maxDepth = option('maxDepth', DEFAULT_FORM_DATA_MAX_DEPTH);
1564
1789
  const useBlob = _Blob && utils$1.isSpecCompliantForm(formData);
1565
1790
  const stack = [];
1566
1791
  if (!utils$1.isFunction(visitor)) {
@@ -1581,8 +1806,8 @@ function toFormData(obj, formData, options) {
1581
1806
  if (useBlob && typeof _Blob === 'function') {
1582
1807
  return new _Blob([value]);
1583
1808
  }
1584
- if (typeof Buffer !== 'undefined') {
1585
- return Buffer.from(value);
1809
+ if (PlatformBuffer && PlatformBuffer.isBufferAvailable()) {
1810
+ return PlatformBuffer.from(value);
1586
1811
  }
1587
1812
  throw new AxiosError('Blob is not supported. Use a Buffer instead.', AxiosError.ERR_NOT_SUPPORT);
1588
1813
  }
@@ -1773,9 +1998,51 @@ function buildURL(url, params, options) {
1773
1998
  return url;
1774
1999
  }
1775
2000
 
2001
+ const $internals = Symbol('internals');
2002
+
2003
+ // `handlers` is public and may be replaced with a nullish value by user code;
2004
+ // `clear()` has always tolerated that. Treat it as an empty stack rather than
2005
+ // dereferencing it.
2006
+ function countHandlers(handlers) {
2007
+ return handlers ? handlers.length : 0;
2008
+ }
2009
+ function trimHandlers(handlers) {
2010
+ if (!handlers) {
2011
+ return;
2012
+ }
2013
+ while (handlers.length && handlers[handlers.length - 1] === null) {
2014
+ handlers.pop();
2015
+ }
2016
+ }
2017
+ function syncHandlerEntries(manager, internals) {
2018
+ const handlers = manager.handlers;
2019
+ const length = countHandlers(handlers);
2020
+ if (handlers !== internals.handlersRef) {
2021
+ internals.handlersRef = handlers;
2022
+ internals.handlerEntries.clear();
2023
+ } else if (length !== internals.handlersLength) {
2024
+ if (!length) {
2025
+ internals.handlerEntries.clear();
2026
+ } else {
2027
+ internals.handlerEntries.forEach(function removeStaleEntry(entry, id) {
2028
+ if (handlers[entry.index] !== entry.handler) {
2029
+ internals.handlerEntries.delete(id);
2030
+ }
2031
+ });
2032
+ }
2033
+ }
2034
+ internals.handlersLength = length;
2035
+ }
1776
2036
  class InterceptorManager {
1777
2037
  constructor() {
1778
2038
  this.handlers = [];
2039
+ this[$internals] = {
2040
+ handlersRef: this.handlers,
2041
+ handlersLength: this.handlers.length,
2042
+ handlerEntries: new Map(),
2043
+ iterationDepth: 0,
2044
+ nextId: 0
2045
+ };
1779
2046
  }
1780
2047
 
1781
2048
  /**
@@ -1788,13 +2055,25 @@ class InterceptorManager {
1788
2055
  * @return {Number} An ID used to remove interceptor later
1789
2056
  */
1790
2057
  use(fulfilled, rejected, options) {
1791
- this.handlers.push({
2058
+ const handler = {
1792
2059
  fulfilled,
1793
2060
  rejected,
1794
2061
  synchronous: options ? options.synchronous : false,
1795
2062
  runWhen: options ? options.runWhen : null
2063
+ };
2064
+ const internals = this[$internals];
2065
+ if (this.handlers == null) {
2066
+ this.handlers = [];
2067
+ }
2068
+ syncHandlerEntries(this, internals);
2069
+ const id = internals.nextId++;
2070
+ this.handlers.push(handler);
2071
+ internals.handlerEntries.set(id, {
2072
+ handler,
2073
+ index: this.handlers.length - 1
1796
2074
  });
1797
- return this.handlers.length - 1;
2075
+ internals.handlersLength = this.handlers.length;
2076
+ return id;
1798
2077
  }
1799
2078
 
1800
2079
  /**
@@ -1805,8 +2084,23 @@ class InterceptorManager {
1805
2084
  * @returns {void}
1806
2085
  */
1807
2086
  eject(id) {
1808
- if (this.handlers[id]) {
1809
- this.handlers[id] = null;
2087
+ const internals = this[$internals];
2088
+ syncHandlerEntries(this, internals);
2089
+ const entry = internals.handlerEntries.get(id);
2090
+ if (entry) {
2091
+ internals.handlerEntries.delete(id);
2092
+
2093
+ // Ignore IDs invalidated by clear or direct replacement of handlers.
2094
+ if (this.handlers[entry.index] !== entry.handler) {
2095
+ return;
2096
+ }
2097
+ this.handlers[entry.index] = null;
2098
+
2099
+ // Do not reuse an index while forEach is walking its length snapshot.
2100
+ if (!internals.iterationDepth) {
2101
+ trimHandlers(this.handlers);
2102
+ internals.handlersLength = this.handlers.length;
2103
+ }
1810
2104
  }
1811
2105
  }
1812
2106
 
@@ -1818,6 +2112,7 @@ class InterceptorManager {
1818
2112
  clear() {
1819
2113
  if (this.handlers) {
1820
2114
  this.handlers = [];
2115
+ syncHandlerEntries(this, this[$internals]);
1821
2116
  }
1822
2117
  }
1823
2118
 
@@ -1832,11 +2127,22 @@ class InterceptorManager {
1832
2127
  * @returns {void}
1833
2128
  */
1834
2129
  forEach(fn) {
1835
- utils$1.forEach(this.handlers, function forEachHandler(h) {
1836
- if (h !== null) {
1837
- fn(h);
2130
+ const internals = this[$internals];
2131
+ syncHandlerEntries(this, internals);
2132
+ internals.iterationDepth++;
2133
+ try {
2134
+ utils$1.forEach(this.handlers, function forEachHandler(h) {
2135
+ if (h !== null) {
2136
+ fn(h);
2137
+ }
2138
+ });
2139
+ } finally {
2140
+ if (! --internals.iterationDepth) {
2141
+ syncHandlerEntries(this, internals);
2142
+ trimHandlers(this.handlers);
2143
+ internals.handlersLength = countHandlers(this.handlers);
1838
2144
  }
1839
- });
2145
+ }
1840
2146
  }
1841
2147
  }
1842
2148
 
@@ -1962,12 +2268,18 @@ function throwIfDepthExceeded(index) {
1962
2268
  * @returns An array of strings.
1963
2269
  */
1964
2270
  function parsePropPath(name) {
1965
- // foo[x][y][z]
1966
- // foo.x.y.z
1967
- // foo-x-y-z
1968
- // foo x y z
2271
+ // foo[x][y][z] -> ['foo', 'x', 'y', 'z']
2272
+ // foo.x.y.z -> ['foo', 'x', 'y', 'z']
2273
+ // A path is split on `.` and on `[...]` groups. A segment — whether written
2274
+ // in dot notation or captured inside brackets — may contain any character
2275
+ // except `.`, `[` and `]`, so a key like `user-name` or `user name` is kept
2276
+ // literal instead of being split (#5402). `.`, `[` and `]` keep their existing
2277
+ // meaning, e.g. `foo[bar.baz]` -> ['foo', 'bar', 'baz'] and `[]` is an array push.
2278
+ // Excluding `[` from the bracket group also makes the match fail fast at the
2279
+ // next `[`, so a malformed name cannot rescan to the end of the string from
2280
+ // every unmatched `[` — parsing stays linear in the length of the name.
1969
2281
  const path = [];
1970
- const pattern = /\w+|\[(\w*)]/g;
2282
+ const pattern = /[^.[\]]+|\[([^.[\]]*)]/g;
1971
2283
  let match;
1972
2284
  while ((match = pattern.exec(name)) !== null) {
1973
2285
  throwIfDepthExceeded(path.length);
@@ -2038,6 +2350,8 @@ function formDataToJSON(formData) {
2038
2350
  return null;
2039
2351
  }
2040
2352
 
2353
+ const methodList = Object.freeze(['get', 'delete', 'head', 'options', 'post', 'put', 'patch', 'purge', 'link', 'unlink', 'query']);
2354
+
2041
2355
  const own = (obj, key) => obj != null && utils$1.hasOwnProp(obj, key) ? obj[key] : undefined;
2042
2356
 
2043
2357
  /**
@@ -2154,7 +2468,7 @@ const defaults = {
2154
2468
  }
2155
2469
  }
2156
2470
  };
2157
- utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch', 'query'], method => {
2471
+ utils$1.forEach(methodList, method => {
2158
2472
  defaults.headers[method] = {};
2159
2473
  });
2160
2474
 
@@ -2243,24 +2557,70 @@ function isAbsoluteURL(url) {
2243
2557
  * @returns {string} The combined URL
2244
2558
  */
2245
2559
  function combineURLs(baseURL, relativeURL) {
2246
- return relativeURL ? baseURL.replace(/\/?\/$/, '') + '/' + relativeURL.replace(/^\/+/, '') : baseURL;
2560
+ if (!relativeURL) {
2561
+ return baseURL;
2562
+ }
2563
+ let end = baseURL.length;
2564
+ while (end > 0 && baseURL.charCodeAt(end - 1) === 47) {
2565
+ end--;
2566
+ }
2567
+ return baseURL.slice(0, end) + '/' + relativeURL.replace(/^\/+/, '');
2247
2568
  }
2248
2569
 
2249
- const malformedHttpProtocol = /^https?:(?!\/\/)/i;
2250
- const httpProtocolControlCharacters = /[\t\n\r]/g;
2251
- function stripLeadingC0ControlOrSpace(url) {
2252
- let i = 0;
2253
- while (i < url.length && url.charCodeAt(i) <= 0x20) {
2254
- i++;
2570
+ const urlParserControlCharacters = /[\t\n\r]/g;
2571
+
2572
+ /**
2573
+ * Match WHATWG URL preprocessing before checking a URL's protocol.
2574
+ *
2575
+ * @param {string} url
2576
+ *
2577
+ * @returns {string}
2578
+ */
2579
+ function normalizeURLForProtocolCheck(url) {
2580
+ if (typeof url !== 'string') {
2581
+ return url;
2582
+ }
2583
+ let start = 0;
2584
+ while (start < url.length && url.charCodeAt(start) <= 0x20) {
2585
+ start++;
2255
2586
  }
2256
- return url.slice(i);
2587
+ return url.slice(start).replace(urlParserControlCharacters, '');
2257
2588
  }
2258
- function normalizeURLForProtocolCheck(url) {
2259
- return stripLeadingC0ControlOrSpace(url).replace(httpProtocolControlCharacters, '');
2589
+
2590
+ const malformedHttpProtocol = /^https?:(?!\/\/)/i;
2591
+
2592
+ // Redact the parts of a URL that can carry secrets before it is embedded in an
2593
+ // error message. AxiosError.toJSON() serializes `message` verbatim and errors
2594
+ // are commonly logged, while the opt-in `config.redact` model only cleans
2595
+ // config keys — it cannot reach the message. Redact only the genuinely
2596
+ // sensitive substrings — userinfo (credentials), query parameter values and
2597
+ // fragment contents — with the same REDACTED marker the config redaction uses,
2598
+ // while keeping the scheme, host, path and parameter names so the offending
2599
+ // request stays accurately identifiable.
2600
+ function redactFragment(fragment) {
2601
+ if (!fragment) {
2602
+ return fragment;
2603
+ }
2604
+ return fragment.replace(/(^|&)([^=&]*=)?[^&]+/g, (match, separator, parameterName = '') => {
2605
+ return `${separator}${parameterName}${REDACTED}`;
2606
+ });
2607
+ }
2608
+ function redactSensitiveURLParts(url) {
2609
+ const redactedURL = url.replace(/^(https?:\/{0,2})[^/?#]*@/i, `$1${REDACTED}@`);
2610
+ const fragmentIndex = redactedURL.indexOf('#');
2611
+ const urlWithoutFragment = fragmentIndex === -1 ? redactedURL : redactedURL.slice(0, fragmentIndex);
2612
+ const redactedURLWithoutFragment = urlWithoutFragment.replace(/([?&][^=&#]*=)[^&#]*/g, `$1${REDACTED}`);
2613
+ if (fragmentIndex === -1) {
2614
+ return redactedURLWithoutFragment;
2615
+ }
2616
+ return `${redactedURLWithoutFragment}#${redactFragment(redactedURL.slice(fragmentIndex + 1))}`;
2260
2617
  }
2261
2618
  function assertValidHttpProtocolURL(url, config) {
2262
- if (typeof url === 'string' && malformedHttpProtocol.test(normalizeURLForProtocolCheck(url))) {
2263
- throw new AxiosError('Invalid URL: missing "//" after protocol', AxiosError.ERR_INVALID_URL, config);
2619
+ if (typeof url === 'string') {
2620
+ const normalizedURL = normalizeURLForProtocolCheck(url);
2621
+ if (malformedHttpProtocol.test(normalizedURL)) {
2622
+ throw new AxiosError(`Invalid URL ${JSON.stringify(redactSensitiveURLParts(normalizedURL))}: missing "//" after protocol`, AxiosError.ERR_INVALID_URL, config);
2623
+ }
2264
2624
  }
2265
2625
  }
2266
2626
 
@@ -2380,7 +2740,7 @@ function getEnv(key) {
2380
2740
  return process.env[key.toLowerCase()] || process.env[key.toUpperCase()] || '';
2381
2741
  }
2382
2742
 
2383
- const VERSION = "1.18.1";
2743
+ const VERSION = "1.20.0";
2384
2744
 
2385
2745
  function parseProtocol(url) {
2386
2746
  const match = /^([-+\w]{1,25}):(?:\/\/)?/.exec(url);
@@ -2389,7 +2749,7 @@ function parseProtocol(url) {
2389
2749
 
2390
2750
  // RFC 2397: data:[<mediatype>][;base64],<data>
2391
2751
  // mediatype = type/subtype followed by optional ;name=value parameters
2392
- const DATA_URL_PATTERN = /^([^,;]+\/[^,;]+)?((?:;[^,;=]+=[^,;]+)*)(;base64)?,([\s\S]*)$/;
2752
+ const DATA_URL_PATTERN = /^([^,;/]+\/[^,;/]+)?((?:;[^,;=]+=[^,;]+)*)(;base64)?,([\s\S]*)$/;
2393
2753
 
2394
2754
  /**
2395
2755
  * Parse data uri to a Buffer or Blob
@@ -2440,6 +2800,31 @@ function fromDataURI(uri, asBlob, options) {
2440
2800
  throw new AxiosError('Unsupported protocol ' + protocol, AxiosError.ERR_NOT_SUPPORT);
2441
2801
  }
2442
2802
 
2803
+ const FORM_DATA_CONTENT_HEADERS = ['content-type', 'content-length'];
2804
+
2805
+ /**
2806
+ * Apply the headers generated by a FormData implementation to the request headers,
2807
+ * honoring the `formDataHeaderPolicy` option: with 'content-only', copy only the
2808
+ * content-* headers; otherwise merge all of them.
2809
+ *
2810
+ * @param {AxiosHeaders} headers - the request headers to mutate
2811
+ * @param {Object | null | undefined} formHeaders - headers produced by the FormData implementation
2812
+ * @param {String} [policy] - the resolved `formDataHeaderPolicy` config value
2813
+ *
2814
+ * @returns {void}
2815
+ */
2816
+ function setFormDataHeaders(headers, formHeaders, policy) {
2817
+ if (policy !== 'content-only') {
2818
+ headers.set(formHeaders);
2819
+ return;
2820
+ }
2821
+ Object.entries(formHeaders || {}).forEach(([key, val]) => {
2822
+ if (FORM_DATA_CONTENT_HEADERS.includes(key.toLowerCase())) {
2823
+ headers.set(key, val);
2824
+ }
2825
+ });
2826
+ }
2827
+
2443
2828
  const kInternals = Symbol('internals');
2444
2829
  class AxiosTransformStream extends stream.Transform {
2445
2830
  constructor(options) {
@@ -2677,7 +3062,7 @@ class Http2Sessions {
2677
3062
  this.sessions = Object.create(null);
2678
3063
  }
2679
3064
  getSession(authority, options) {
2680
- options = Object.assign({
3065
+ options = Object.assign(Object.create(null), {
2681
3066
  sessionTimeout: 1000
2682
3067
  }, options);
2683
3068
  let authoritySessions = this.sessions[authority];
@@ -2744,6 +3129,7 @@ class Http2Sessions {
2744
3129
  };
2745
3130
  }
2746
3131
  session.once('close', removeSession);
3132
+ session.once('error', removeSession);
2747
3133
  let entry = [session, options];
2748
3134
  authoritySessions ? authoritySessions.push(entry) : authoritySessions = this.sessions[authority] = [entry];
2749
3135
  return session;
@@ -2764,12 +3150,117 @@ const callbackify = (fn, reducer) => {
2764
3150
  };
2765
3151
 
2766
3152
  const LOOPBACK_HOSTNAMES = new Set(['localhost', '0.0.0.0']);
3153
+ const trimTrailingDots = value => {
3154
+ let end = value.length;
3155
+ while (end && value.charCodeAt(end - 1) === 46) {
3156
+ end--;
3157
+ }
3158
+ return end === value.length ? value : value.slice(0, end);
3159
+ };
2767
3160
  const isIPv4Loopback = host => {
2768
3161
  const parts = host.split('.');
2769
3162
  if (parts.length !== 4) return false;
2770
3163
  if (parts[0] !== '127') return false;
2771
3164
  return parts.every(p => /^\d+$/.test(p) && Number(p) >= 0 && Number(p) <= 255);
2772
3165
  };
3166
+
3167
+ /**
3168
+ * Canonicalize an IPv4 address written in shorthand, octal, or hex form into
3169
+ * dotted-decimal. IPv6 addresses and non-IP strings are returned unchanged so
3170
+ * the existing IPv4-mapped IPv6 unmap path and the isLoopback path can still
3171
+ * see them.
3172
+ *
3173
+ * Shorthand expansion mirrors Node's URL parser: literal parts fill from the
3174
+ * left, the final part fills the remaining octets from the right with
3175
+ * zero-padding on the left.
3176
+ * 127.1 -> 127.0.0.1
3177
+ * 127.0.1 -> 127.0.0.1
3178
+ * 1.2.3 -> 1.2.0.3
3179
+ *
3180
+ * Each octet is parsed with an explicit base: 16 for `0x`/`0X` prefix, 8 for
3181
+ * zero-prefixed multi-digit all-`0-7` parts, 10 otherwise. Zero-prefixed
3182
+ * decimal-looking parts that contain `8` or `9` are rejected to match Node's
3183
+ * URL parser, and the comparison layer falls through to non-bypass if either
3184
+ * side rejects the form (fail-safe).
3185
+ *
3186
+ * Returns the input unchanged on any parse failure, out-of-range octet, or
3187
+ * unusual shape (1-part, 5+ parts) so the comparison layer fails closed.
3188
+ */
3189
+ const parseIPv4Octet = text => {
3190
+ if (/^0[xX][0-9a-fA-F]+$/.test(text)) {
3191
+ const n = parseInt(text.slice(2), 16);
3192
+ return Number.isFinite(n) ? n : null;
3193
+ }
3194
+ if (text.length > 1 && /^0[0-7]+$/.test(text)) {
3195
+ const n = parseInt(text, 8);
3196
+ return Number.isFinite(n) ? n : null;
3197
+ }
3198
+ if (text.length > 1 && /^0[0-9]+$/.test(text)) {
3199
+ return null;
3200
+ }
3201
+ if (/^[0-9]+$/.test(text)) {
3202
+ const n = parseInt(text, 10);
3203
+ return Number.isFinite(n) ? n : null;
3204
+ }
3205
+ return null;
3206
+ };
3207
+ const normalizeIPAddress = host => {
3208
+ if (typeof host !== 'string' || !host || host.indexOf(':') !== -1) {
3209
+ return host;
3210
+ }
3211
+ let h = host;
3212
+ if (h.charAt(0) === '[' && h.charAt(h.length - 1) === ']') {
3213
+ h = h.slice(1, -1);
3214
+ }
3215
+ h = trimTrailingDots(h);
3216
+
3217
+ // Allowed characters for any IPv4 shape: digits, dot, 'x', 'X', hex digits.
3218
+ if (!/^[0-9.xXa-fA-F]+$/.test(h)) return host;
3219
+ const parts = h.split('.');
3220
+
3221
+ // No part may be empty (e.g. "127..0.1" or "127.0.0."). Trailing dots are
3222
+ // already stripped above; this guards against the empty-middle case.
3223
+ if (parts.some(p => p === '')) return host;
3224
+ if (parts.length === 4) {
3225
+ // Full IPv4 form: each part is an octet.
3226
+ const octets = parts.map(parseIPv4Octet);
3227
+ if (octets.some(n => n === null || n < 0 || n > 255)) return host;
3228
+ return octets.join('.');
3229
+ }
3230
+ if (parts.length > 4) {
3231
+ return host;
3232
+ }
3233
+
3234
+ // Shorthand: 1..3 parts. Node's URL parser treats a 1-part input as a 32-bit
3235
+ // integer split into octets, which has surprising semantics (e.g. "127" ->
3236
+ // "0.0.0.127"). Reject 1-part inputs to keep the helper predictable: the
3237
+ // fail-safe returns the input unchanged and the comparison layer falls
3238
+ // through to non-bypass.
3239
+ if (parts.length === 1) return host;
3240
+
3241
+ // 2..3 parts: literal parts fill from the left, tail fills remaining octets
3242
+ // from the right with zero-padding.
3243
+ const literalOctets = parts.slice(0, -1);
3244
+ const tail = parts[parts.length - 1];
3245
+ const tailSlots = 4 - literalOctets.length;
3246
+
3247
+ // Tail is parsed as a full IPv4 number (hex/octal/decimal) and packed
3248
+ // low-byte-right into the remaining octets, matching Node's URL parser.
3249
+ // e.g. 127.65535 (tail 0xFFFF into 3 slots) -> 127.0.255.255;
3250
+ // 127.0x00ff (tail 0xFF into 3 slots) -> 127.0.0.255;
3251
+ // 127.0.65535 (tail 0xFFFF into 2 slots) -> 127.0.255.255.
3252
+ const tailValue = parseIPv4Octet(tail);
3253
+ if (tailValue === null) return host;
3254
+ const maxTail = (1 << 8 * tailSlots) - 1;
3255
+ if (tailValue < 0 || tailValue > maxTail) return host;
3256
+ const tailOctets = new Array(tailSlots).fill(0);
3257
+ for (let i = tailSlots - 1, v = tailValue; i >= 0; i--, v >>= 8) {
3258
+ tailOctets[i] = v & 0xff;
3259
+ }
3260
+ const literal = literalOctets.map(parseIPv4Octet);
3261
+ if (literal.some(n => n === null || n < 0 || n > 255)) return host;
3262
+ return [...literal, ...tailOctets].join('.');
3263
+ };
2773
3264
  const isIPv6ZeroGroup = group => /^0{1,4}$/.test(group);
2774
3265
 
2775
3266
  // The unspecified address (IPv4 0.0.0.0 / IPv6 ::) resolves to the local host
@@ -2876,6 +3367,40 @@ const unmapIPv4MappedIPv6 = host => {
2876
3367
  }
2877
3368
  return host;
2878
3369
  };
3370
+ const IPV4_OCTET_RE = /^(?:0|[1-9]\d{0,2})$/;
3371
+ const ipv4ToBytes = host => {
3372
+ const parts = host.split('.');
3373
+ return parts.length === 4 && parts.every(part => IPV4_OCTET_RE.test(part) && Number(part) <= 255) ? parts.map(Number) : null;
3374
+ };
3375
+ const IPV6_GROUP_RE = /^[0-9a-f]{1,4}$/i;
3376
+ const ipv6ToBytes = host => {
3377
+ const halves = host.split('::');
3378
+ if (halves.length > 2) {
3379
+ return null;
3380
+ }
3381
+ const groups = halves[0] ? halves[0].split(':') : [];
3382
+ if (halves.length === 2) {
3383
+ const rear = halves[1] ? halves[1].split(':') : [];
3384
+ const missing = 8 - groups.length - rear.length;
3385
+ if (missing < 1) {
3386
+ return null;
3387
+ }
3388
+ groups.push(...new Array(missing).fill('0'), ...rear);
3389
+ }
3390
+ if (groups.length !== 8 || groups.some(group => !IPV6_GROUP_RE.test(group))) {
3391
+ return null;
3392
+ }
3393
+ return groups.flatMap(group => {
3394
+ const value = Number.parseInt(group, 16);
3395
+ return [value >> 8 & 0xff, value & 0xff];
3396
+ });
3397
+ };
3398
+ const ipToBytes = host => {
3399
+ if (typeof host !== 'string' || !host) {
3400
+ return null;
3401
+ }
3402
+ return host.indexOf(':') !== -1 ? ipv6ToBytes(host) : ipv4ToBytes(host);
3403
+ };
2879
3404
  const normalizeNoProxyHost = hostname => {
2880
3405
  if (!hostname) {
2881
3406
  return hostname;
@@ -2883,7 +3408,101 @@ const normalizeNoProxyHost = hostname => {
2883
3408
  if (hostname.charAt(0) === '[' && hostname.charAt(hostname.length - 1) === ']') {
2884
3409
  hostname = hostname.slice(1, -1);
2885
3410
  }
2886
- return unmapIPv4MappedIPv6(hostname.replace(/\.+$/, ''));
3411
+ const trimmed = trimTrailingDots(hostname);
3412
+
3413
+ // IPv4 shorthand/octal/hex → dotted-decimal; helper is a no-op for inputs
3414
+ // containing ':' (IPv6 and IPv4-mapped IPv6) so we fall through to unmap.
3415
+ const ipv4 = normalizeIPAddress(trimmed);
3416
+ if (ipv4 !== trimmed) {
3417
+ return ipv4;
3418
+ }
3419
+ return unmapIPv4MappedIPv6(trimmed);
3420
+ };
3421
+ const normalizeCidrBase = input => {
3422
+ let base = input;
3423
+ const startsBracket = base.charAt(0) === '[';
3424
+ const endsBracket = base.charAt(base.length - 1) === ']';
3425
+ const hasBracket = base.includes('[') || base.includes(']');
3426
+ if (startsBracket || endsBracket) {
3427
+ if (!startsBracket || !endsBracket) {
3428
+ return null;
3429
+ }
3430
+ base = base.slice(1, -1);
3431
+ if (base.indexOf(':') === -1 || base.includes('[') || base.includes(']')) {
3432
+ return null;
3433
+ }
3434
+ } else if (hasBracket) {
3435
+ return null;
3436
+ }
3437
+ if (!base || base.charAt(base.length - 1) === '.') {
3438
+ return null;
3439
+ }
3440
+ const wasIPv6 = base.indexOf(':') !== -1;
3441
+ if (wasIPv6) {
3442
+ try {
3443
+ base = new URL(`http://[${base}]/`).hostname.slice(1, -1);
3444
+ } catch (_err) {
3445
+ return null;
3446
+ }
3447
+ } else {
3448
+ base = normalizeIPAddress(base);
3449
+ if (!ipv4ToBytes(base)) {
3450
+ return null;
3451
+ }
3452
+ }
3453
+ return {
3454
+ normalized: unmapIPv4MappedIPv6(base),
3455
+ wasIPv6
3456
+ };
3457
+ };
3458
+ const CIDR_ENTRY_RE = /^(.+)\/(0|[1-9]\d{0,2})$/;
3459
+ const parseCidrEntry = entry => {
3460
+ if (entry.indexOf('/') === -1) {
3461
+ return undefined;
3462
+ }
3463
+ const match = CIDR_ENTRY_RE.exec(entry);
3464
+ if (!match) {
3465
+ return null;
3466
+ }
3467
+ let prefix = Number(match[2]);
3468
+ const parsedBase = normalizeCidrBase(match[1]);
3469
+ if (!parsedBase) {
3470
+ return null;
3471
+ }
3472
+ const {
3473
+ normalized,
3474
+ wasIPv6
3475
+ } = parsedBase;
3476
+ if (wasIPv6 && normalized.indexOf(':') === -1) {
3477
+ if (prefix < 96) {
3478
+ return null;
3479
+ }
3480
+ prefix -= 96;
3481
+ }
3482
+ const bytes = ipToBytes(normalized);
3483
+ if (!bytes || prefix > bytes.length * 8) {
3484
+ return null;
3485
+ }
3486
+ return {
3487
+ bytes,
3488
+ prefix
3489
+ };
3490
+ };
3491
+ const isInSubnet = (addressBytes, networkBytes, prefix) => {
3492
+ const fullBytes = prefix >> 3;
3493
+ for (let i = 0; i < fullBytes; i++) {
3494
+ if (addressBytes[i] !== networkBytes[i]) {
3495
+ return false;
3496
+ }
3497
+ }
3498
+ const remainingBits = prefix & 7;
3499
+ if (remainingBits) {
3500
+ const mask = 0xff << 8 - remainingBits & 0xff;
3501
+ if ((addressBytes[fullBytes] & mask) !== (networkBytes[fullBytes] & mask)) {
3502
+ return false;
3503
+ }
3504
+ }
3505
+ return true;
2887
3506
  };
2888
3507
  function shouldBypassProxy(location) {
2889
3508
  let parsed;
@@ -2901,10 +3520,18 @@ function shouldBypassProxy(location) {
2901
3520
  }
2902
3521
  const port = Number.parseInt(parsed.port, 10) || DEFAULT_PORTS[parsed.protocol.split(':', 1)[0]] || 0;
2903
3522
  const hostname = normalizeNoProxyHost(parsed.hostname.toLowerCase());
3523
+ const hostnameBytes = ipToBytes(hostname);
2904
3524
  return noProxy.split(/[\s,]+/).some(entry => {
2905
3525
  if (!entry) {
2906
3526
  return false;
2907
3527
  }
3528
+ if (entry === '*') {
3529
+ return true;
3530
+ }
3531
+ const cidr = parseCidrEntry(entry);
3532
+ if (cidr !== undefined) {
3533
+ return cidr !== null && !!hostnameBytes && hostnameBytes.length === cidr.bytes.length && isInSubnet(hostnameBytes, cidr.bytes, cidr.prefix);
3534
+ }
2908
3535
  let [entryHost, entryPort] = parseNoProxyEntry(entry);
2909
3536
  entryHost = normalizeNoProxyHost(entryHost);
2910
3537
  if (!entryHost) {
@@ -2967,7 +3594,7 @@ function speedometer(samplesCount, min) {
2967
3594
  * Throttle decorator
2968
3595
  * @param {Function} fn
2969
3596
  * @param {Number} freq
2970
- * @return {Function}
3597
+ * @return {Array<Function>}
2971
3598
  */
2972
3599
  function throttle(fn, freq) {
2973
3600
  let timestamp = 0;
@@ -2999,19 +3626,20 @@ function throttle(fn, freq) {
2999
3626
  }
3000
3627
  };
3001
3628
  const flush = () => lastArgs && invoke(lastArgs);
3002
- return [throttled, flush];
3629
+ const flushWith = (...args) => invoke(args);
3630
+ return [throttled, flush, flushWith];
3003
3631
  }
3004
3632
 
3005
3633
  const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
3006
3634
  let bytesNotified = 0;
3007
3635
  const _speedometer = speedometer(50, 250);
3008
3636
  return throttle(e => {
3009
- if (!e || typeof e.loaded !== 'number') {
3637
+ if (!e || !utils$1.isNumber(e.loaded)) {
3010
3638
  return;
3011
3639
  }
3012
3640
  const rawLoaded = e.loaded;
3013
3641
  const total = e.lengthComputable ? e.total : undefined;
3014
- const loaded = total != null ? Math.min(rawLoaded, total) : rawLoaded;
3642
+ const loaded = Math.max(0, total != null ? Math.min(rawLoaded, total) : rawLoaded);
3015
3643
  const progressBytes = Math.max(0, loaded - bytesNotified);
3016
3644
  const rate = _speedometer(progressBytes);
3017
3645
  bytesNotified = Math.max(bytesNotified, loaded);
@@ -3037,20 +3665,85 @@ const progressEventDecorator = (total, throttled) => {
3037
3665
  loaded
3038
3666
  }), throttled[1]];
3039
3667
  };
3040
- const asyncDecorator = fn => (...args) => utils$1.asap(() => fn(...args));
3668
+ const asyncDecorator = (fn, scheduler = utils$1.asap) => (...args) => scheduler(() => fn(...args));
3041
3669
 
3042
3670
  /**
3043
- * Estimate decoded byte length of a data:// URL *without* allocating large buffers.
3044
- * - For base64: compute exact decoded size using length and padding;
3045
- * handle %XX at the character-count level (no string allocation).
3046
- * - For non-base64: compute the exact percent-decoded UTF-8 byte length.
3047
- *
3048
- * @param {string} url
3049
- * @returns {number}
3671
+ * Estimate data: URL byte lengths *without* allocating large buffers.
3672
+ * - Fetch percent-decodes a base64 body before decoding it.
3673
+ * - Node's Buffer.from(body, 'base64') sizes its backing allocation from the
3674
+ * raw body, including ignored characters and content after padding.
3675
+ * - Non-base64 data is percent-decoded and then encoded as UTF-8.
3050
3676
  */
3051
3677
  const isHexDigit = charCode => charCode >= 48 && charCode <= 57 || charCode >= 65 && charCode <= 70 || charCode >= 97 && charCode <= 102;
3052
3678
  const isPercentEncodedByte = (str, i, len) => i + 2 < len && isHexDigit(str.charCodeAt(i + 1)) && isHexDigit(str.charCodeAt(i + 2));
3053
- function estimateDataURLDecodedBytes(url) {
3679
+ const hexValue = charCode => charCode <= 57 ? charCode - 48 : (charCode & 0xdf) - 55;
3680
+ const isBase64Char = charCode => charCode >= 65 && charCode <= 90 ||
3681
+ // A-Z
3682
+ charCode >= 97 && charCode <= 122 ||
3683
+ // a-z
3684
+ charCode >= 48 && charCode <= 57 ||
3685
+ // 0-9
3686
+ charCode === 43 ||
3687
+ // +
3688
+ charCode === 47 ||
3689
+ // /
3690
+ charCode === 45 ||
3691
+ // - (base64url)
3692
+ charCode === 95; // _ (base64url)
3693
+
3694
+ const isBase64Whitespace = charCode => charCode === 9 || charCode === 10 || charCode === 12 || charCode === 13 || charCode === 32;
3695
+ const base64Bytes = significant => {
3696
+ const groups = Math.floor(significant / 4);
3697
+ const remainder = significant % 4;
3698
+ return groups * 3 + (remainder === 2 ? 1 : remainder === 3 ? 2 : 0);
3699
+ };
3700
+
3701
+ // Buffer.byteLength(body, 'base64') uses the raw string length as an allocation
3702
+ // upper bound even when Buffer.from later ignores characters or stops at '='.
3703
+ const estimateBase64BufferAllocation = body => {
3704
+ const len = body.length;
3705
+ let padding = 0;
3706
+ if (len > 0 && body.charCodeAt(len - 1) === 61 /* '=' */) {
3707
+ padding++;
3708
+ if (len > 1 && body.charCodeAt(len - 2) === 61 /* '=' */) {
3709
+ padding++;
3710
+ }
3711
+ }
3712
+ return Math.floor((len - padding) * 3 / 4);
3713
+ };
3714
+ const estimatePercentDecodedBase64Bytes = body => {
3715
+ const len = body.length;
3716
+ let significant = 0;
3717
+ let padding = 0;
3718
+ let invalid = false;
3719
+ for (let i = 0; i < len; i++) {
3720
+ let code = body.charCodeAt(i);
3721
+ if (code === 37 /* '%' */ && isPercentEncodedByte(body, i, len)) {
3722
+ code = hexValue(body.charCodeAt(i + 1)) * 16 + hexValue(body.charCodeAt(i + 2));
3723
+ i += 2;
3724
+ }
3725
+ if (isBase64Whitespace(code)) {
3726
+ continue;
3727
+ }
3728
+ if (code === 61 /* '=' */) {
3729
+ padding++;
3730
+ continue;
3731
+ }
3732
+ if (!isBase64Char(code) || padding > 0) {
3733
+ invalid = true;
3734
+ continue;
3735
+ }
3736
+ significant++;
3737
+ }
3738
+
3739
+ // Fetch rejects malformed forgiving-base64 input. Returning the raw-size
3740
+ // allocation bound keeps that invalid input from becoming a pre-check bypass.
3741
+ if (invalid || padding > 2 || padding > 0 && (significant + padding) % 4 !== 0 || significant % 4 === 1) {
3742
+ return estimateBase64BufferAllocation(body);
3743
+ }
3744
+ return base64Bytes(significant);
3745
+ };
3746
+ const estimateDataURLBytes = (url, estimateBase64) => {
3054
3747
  if (!url || typeof url !== 'string') return 0;
3055
3748
  if (!url.startsWith('data:')) return 0;
3056
3749
  const comma = url.indexOf(',');
@@ -3059,47 +3752,7 @@ function estimateDataURLDecodedBytes(url) {
3059
3752
  const body = url.slice(comma + 1);
3060
3753
  const isBase64 = /;base64/i.test(meta);
3061
3754
  if (isBase64) {
3062
- let effectiveLen = body.length;
3063
- const len = body.length; // cache length
3064
-
3065
- for (let i = 0; i < len; i++) {
3066
- if (body.charCodeAt(i) === 37 /* '%' */ && i + 2 < len) {
3067
- const a = body.charCodeAt(i + 1);
3068
- const b = body.charCodeAt(i + 2);
3069
- const isHex = isHexDigit(a) && isHexDigit(b);
3070
- if (isHex) {
3071
- effectiveLen -= 2;
3072
- i += 2;
3073
- }
3074
- }
3075
- }
3076
- let pad = 0;
3077
- let idx = len - 1;
3078
- const tailIsPct3D = j => j >= 2 && body.charCodeAt(j - 2) === 37 &&
3079
- // '%'
3080
- body.charCodeAt(j - 1) === 51 && (
3081
- // '3'
3082
- body.charCodeAt(j) === 68 || body.charCodeAt(j) === 100); // 'D' or 'd'
3083
-
3084
- if (idx >= 0) {
3085
- if (body.charCodeAt(idx) === 61 /* '=' */) {
3086
- pad++;
3087
- idx--;
3088
- } else if (tailIsPct3D(idx)) {
3089
- pad++;
3090
- idx -= 3;
3091
- }
3092
- }
3093
- if (pad === 1 && idx >= 0) {
3094
- if (body.charCodeAt(idx) === 61 /* '=' */) {
3095
- pad++;
3096
- } else if (tailIsPct3D(idx)) {
3097
- pad++;
3098
- }
3099
- }
3100
- const groups = Math.floor(effectiveLen / 4);
3101
- const bytes = groups * 3 - (pad || 0);
3102
- return bytes > 0 ? bytes : 0;
3755
+ return estimateBase64(body);
3103
3756
  }
3104
3757
 
3105
3758
  // Compute UTF-8 byte length directly from UTF-16 code units without allocating
@@ -3129,6 +3782,28 @@ function estimateDataURLDecodedBytes(url) {
3129
3782
  }
3130
3783
  }
3131
3784
  return bytes;
3785
+ };
3786
+
3787
+ /**
3788
+ * Estimate the percent-decoded payload size used by Fetch data: URLs.
3789
+ *
3790
+ * @param {string} url
3791
+ * @returns {number}
3792
+ */
3793
+ function estimateDataURLDecodedBytes(url) {
3794
+ // Fetch removes URL fragments before processing a data: URL.
3795
+ const fragmentIndex = typeof url === 'string' ? url.indexOf('#') : -1;
3796
+ return estimateDataURLBytes(fragmentIndex === -1 ? url : url.slice(0, fragmentIndex), estimatePercentDecodedBase64Bytes);
3797
+ }
3798
+
3799
+ /**
3800
+ * Estimate the Buffer backing allocation used by Node's raw base64 decoder.
3801
+ *
3802
+ * @param {string} url
3803
+ * @returns {number}
3804
+ */
3805
+ function estimateDataURLBufferAllocation(url) {
3806
+ return estimateDataURLBytes(url, estimateBase64BufferAllocation);
3132
3807
  }
3133
3808
 
3134
3809
  const zlibOptions = {
@@ -3147,29 +3822,27 @@ const isBrotliSupported = utils$1.isFunction(zlib.createBrotliDecompress);
3147
3822
  const isZstdSupported = utils$1.isFunction(zlib.createZstdDecompress);
3148
3823
  const ACCEPT_ENCODING = 'gzip, compress, deflate' + (isBrotliSupported ? ', br' : '');
3149
3824
  const ACCEPT_ENCODING_WITH_ZSTD = ACCEPT_ENCODING + (isZstdSupported ? ', zstd' : '');
3825
+ const scheduleProgress = typeof process !== 'undefined' && process.nextTick ? process.nextTick.bind(process) : utils$1.asap;
3150
3826
  const {
3151
3827
  http: httpFollow,
3152
3828
  https: httpsFollow
3153
3829
  } = followRedirects;
3154
3830
  const isHttps = /https:?/;
3155
- const FORM_DATA_CONTENT_HEADERS$1 = ['content-type', 'content-length'];
3156
- function setFormDataHeaders$1(headers, formHeaders, policy) {
3157
- if (policy !== 'content-only') {
3158
- headers.set(formHeaders);
3159
- return;
3160
- }
3161
- Object.entries(formHeaders).forEach(([key, val]) => {
3162
- if (FORM_DATA_CONTENT_HEADERS$1.includes(key.toLowerCase())) {
3163
- headers.set(key, val);
3164
- }
3165
- });
3166
- }
3167
3831
 
3168
3832
  // Symbols used to bind a single 'error' listener to a pooled socket and track
3169
3833
  // the request currently owning that socket across keep-alive reuse (issue #10780).
3170
3834
  const kAxiosSocketListener = Symbol('axios.http.socketListener');
3171
3835
  const kAxiosCurrentReq = Symbol('axios.http.currentReq');
3172
3836
 
3837
+ // A shared listener avoids retaining an adapter context for the lifetime of a
3838
+ // pooled socket. EventEmitter invokes listeners with `this` set to the emitter.
3839
+ function handleSocketError(err) {
3840
+ const current = this[kAxiosCurrentReq];
3841
+ if (current && !current.destroyed) {
3842
+ current.destroy(err);
3843
+ }
3844
+ }
3845
+
3173
3846
  // Tags HttpsProxyAgent instances installed by setProxy() so the redirect path
3174
3847
  // can strip them without clobbering a user-supplied agent that happens to be
3175
3848
  // an HttpsProxyAgent.
@@ -3315,13 +3988,14 @@ function isSameOriginRedirect(redirectOptions, requestDetails) {
3315
3988
  * @param {http.ClientRequestArgs} options
3316
3989
  * @param {AxiosProxyConfig} configProxy configuration from Axios options object
3317
3990
  * @param {string} location
3991
+ * @param {boolean} [allowEnvProxy=true] whether environment proxy configuration can be used
3318
3992
  *
3319
- * @returns {http.ClientRequestArgs}
3993
+ * @returns {boolean} whether a proxy applies to the selected transport
3320
3994
  */
3321
- function setProxy(options, configProxy, location, isRedirect, configHttpsAgent, configHttpAgent) {
3995
+ function setProxy(options, configProxy, location, isRedirect, configHttpsAgent, configHttpAgent, allowEnvProxy = true) {
3322
3996
  let proxy = configProxy;
3323
3997
  const proxyEnvAgent = getProxyEnvAgent(options, configHttpAgent, configHttpsAgent);
3324
- if (!proxy && proxy !== false && !isNodeEnvProxyEnabled(proxyEnvAgent)) {
3998
+ if (!proxy && proxy !== false && allowEnvProxy && !isNodeEnvProxyEnabled(proxyEnvAgent)) {
3325
3999
  const proxyUrl = getProxyForUrl(location);
3326
4000
  if (proxyUrl) {
3327
4001
  if (!shouldBypassProxy(location)) {
@@ -3456,8 +4130,9 @@ function setProxy(options, configProxy, location, isRedirect, configHttpsAgent,
3456
4130
  options.beforeRedirects.proxy = function beforeRedirect(redirectOptions) {
3457
4131
  // Configure proxy for redirected request, passing the original config proxy to apply
3458
4132
  // the exact same logic as if the redirected request was performed by axios directly.
3459
- setProxy(redirectOptions, configProxy, redirectOptions.href, true, configHttpsAgent, configHttpAgent);
4133
+ setProxy(redirectOptions, configProxy, redirectOptions.href, true, configHttpsAgent, configHttpAgent, allowEnvProxy);
3460
4134
  };
4135
+ return Boolean(proxy || configProxy !== false && allowEnvProxy && isNodeEnvProxyEnabled(proxyEnvAgent));
3461
4136
  }
3462
4137
  const isHttpAdapterSupported = typeof process !== 'undefined' && utils$1.kindOf(process) === 'process';
3463
4138
 
@@ -3488,7 +4163,7 @@ const resolveFamily = ({
3488
4163
  family
3489
4164
  }) => {
3490
4165
  if (!utils$1.isString(address)) {
3491
- throw TypeError('address must be a string');
4166
+ throw new AxiosError('address must be a string', AxiosError.ERR_BAD_OPTION_VALUE);
3492
4167
  }
3493
4168
  return {
3494
4169
  address,
@@ -3499,6 +4174,32 @@ const buildAddressEntry = (address, family) => resolveFamily(utils$1.isObject(ad
3499
4174
  address,
3500
4175
  family
3501
4176
  });
4177
+ const normalizedLookupCache = new WeakMap();
4178
+ const normalizeLookup = lookup => {
4179
+ let normalized = normalizedLookupCache.get(lookup);
4180
+ if (normalized) {
4181
+ return normalized;
4182
+ }
4183
+ const callbackLookup = callbackify(lookup, value => utils$1.isArray(value) ? value : [value]);
4184
+
4185
+ // Support opt.all, which is required by current Node.js releases.
4186
+ normalized = (hostname, opt, cb) => {
4187
+ callbackLookup(hostname, opt, (err, arg0, arg1) => {
4188
+ if (err) {
4189
+ return cb(err);
4190
+ }
4191
+ let addresses;
4192
+ try {
4193
+ addresses = utils$1.isArray(arg0) ? arg0.map(addr => buildAddressEntry(addr)) : [buildAddressEntry(arg0, arg1)];
4194
+ } catch (error) {
4195
+ return cb(error);
4196
+ }
4197
+ opt.all ? cb(err, addresses) : cb(err, addresses[0].address, addresses[0].family);
4198
+ });
4199
+ };
4200
+ normalizedLookupCache.set(lookup, normalized);
4201
+ return normalized;
4202
+ };
3502
4203
  const http2Transport = {
3503
4204
  request(options, cb) {
3504
4205
  const authority = options.protocol + '//' + options.hostname + ':' + (options.port || (options.protocol === 'https:' ? 443 : 80));
@@ -3551,6 +4252,7 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3551
4252
  let family = own('family');
3552
4253
  let httpVersion = own('httpVersion');
3553
4254
  if (httpVersion === undefined) httpVersion = 1;
4255
+ const rawHttpVersion = httpVersion;
3554
4256
  let http2Options = own('http2Options');
3555
4257
  const httpAgent = own('httpAgent');
3556
4258
  const httpsAgent = own('httpsAgent');
@@ -3567,26 +4269,20 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3567
4269
  let rejected = false;
3568
4270
  let req;
3569
4271
  let connectPhaseTimer;
3570
- httpVersion = +httpVersion;
4272
+ try {
4273
+ httpVersion = +httpVersion;
4274
+ } catch (err) {
4275
+ throw new AxiosError('Invalid protocol version: value is not a number', AxiosError.ERR_BAD_OPTION_VALUE, config);
4276
+ }
3571
4277
  if (Number.isNaN(httpVersion)) {
3572
- throw TypeError(`Invalid protocol version: '${config.httpVersion}' is not a number`);
4278
+ throw new AxiosError(`Invalid protocol version: '${rawHttpVersion}' is not a number`, AxiosError.ERR_BAD_OPTION_VALUE, config);
3573
4279
  }
3574
4280
  if (httpVersion !== 1 && httpVersion !== 2) {
3575
- throw TypeError(`Unsupported protocol version '${httpVersion}'`);
4281
+ throw new AxiosError(`Unsupported protocol version '${httpVersion}'`, AxiosError.ERR_BAD_OPTION_VALUE, config);
3576
4282
  }
3577
4283
  const isHttp2 = httpVersion === 2;
3578
4284
  if (lookup) {
3579
- const _lookup = callbackify(lookup, value => utils$1.isArray(value) ? value : [value]);
3580
- // hotfix to support opt.all option which is required for node 20.x
3581
- lookup = (hostname, opt, cb) => {
3582
- _lookup(hostname, opt, (err, arg0, arg1) => {
3583
- if (err) {
3584
- return cb(err);
3585
- }
3586
- const addresses = utils$1.isArray(arg0) ? arg0.map(addr => buildAddressEntry(addr)) : [buildAddressEntry(arg0, arg1)];
3587
- opt.all ? cb(err, addresses) : cb(err, addresses[0].address, addresses[0].family);
3588
- });
3589
- };
4285
+ lookup = normalizeLookup(lookup);
3590
4286
  }
3591
4287
  const abortEmitter = new events.EventEmitter();
3592
4288
  function abort(reason) {
@@ -3663,7 +4359,7 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3663
4359
  if (maxContentLength > -1) {
3664
4360
  // Use the exact string passed to fromDataURI (the configured url); fall back to fullPath if needed.
3665
4361
  const dataUrl = String(own('url') || fullPath || '');
3666
- const estimated = estimateDataURLDecodedBytes(dataUrl);
4362
+ const estimated = estimateDataURLBufferAllocation(dataUrl);
3667
4363
  if (estimated > maxContentLength) {
3668
4364
  return reject(new AxiosError('maxContentLength size of ' + maxContentLength + ' exceeded', AxiosError.ERR_BAD_RESPONSE, config));
3669
4365
  }
@@ -3729,7 +4425,7 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3729
4425
  });
3730
4426
  // support for https://www.npmjs.com/package/form-data api
3731
4427
  } else if (utils$1.isFormData(data) && utils$1.isFunction(data.getHeaders) && data.getHeaders !== Object.prototype.getHeaders) {
3732
- setFormDataHeaders$1(headers, data.getHeaders(), own('formDataHeaderPolicy'));
4428
+ setFormDataHeaders(headers, data.getHeaders(), own('formDataHeaderPolicy'));
3733
4429
  if (!headers.hasContentLength()) {
3734
4430
  try {
3735
4431
  const knownLength = await util.promisify(data.getLength).call(data);
@@ -3772,7 +4468,7 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3772
4468
  data = stream.pipeline([data, new AxiosTransformStream({
3773
4469
  maxRate: utils$1.toFiniteNumber(maxUploadRate)
3774
4470
  })], utils$1.noop);
3775
- onUploadProgress && data.on('progress', flushOnFinish(data, progressEventDecorator(contentLength, progressEventReducer(asyncDecorator(onUploadProgress), false, 3))));
4471
+ onUploadProgress && data.on('progress', flushOnFinish(data, progressEventDecorator(contentLength, progressEventReducer(asyncDecorator(onUploadProgress, scheduleProgress), false, 3))));
3776
4472
  }
3777
4473
 
3778
4474
  // HTTP basic authentication
@@ -3799,6 +4495,11 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3799
4495
  }));
3800
4496
  }
3801
4497
  headers.set('Accept-Encoding', utils$1.hasOwnProp(transitional, 'advertiseZstdAcceptEncoding') && transitional.advertiseZstdAcceptEncoding === true ? ACCEPT_ENCODING_WITH_ZSTD : ACCEPT_ENCODING, false);
4498
+ if (isHttp2 && lookup) {
4499
+ http2Options = Object.assign(Object.create(null), http2Options, {
4500
+ lookup
4501
+ });
4502
+ }
3802
4503
 
3803
4504
  // Null-prototype to block prototype pollution gadgets on properties read
3804
4505
  // directly by Node's http.request (e.g. insecureHTTPParser, lookup).
@@ -3815,11 +4516,13 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3815
4516
  family,
3816
4517
  beforeRedirect: dispatchBeforeRedirect,
3817
4518
  beforeRedirects: Object.create(null),
3818
- http2Options
4519
+ http2Options,
4520
+ createConnection: undefined
3819
4521
  });
3820
4522
 
3821
4523
  // cacheable-lookup integration hotfix
3822
4524
  !utils$1.isUndefined(lookup) && (options.lookup = lookup);
4525
+ let proxyApplied = false;
3823
4526
  if (socketPath) {
3824
4527
  if (typeof socketPath !== 'string') {
3825
4528
  return reject(new AxiosError('socketPath must be a string', AxiosError.ERR_BAD_OPTION_VALUE, config));
@@ -3837,7 +4540,11 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3837
4540
  } else {
3838
4541
  options.hostname = parsed.hostname.startsWith('[') ? parsed.hostname.slice(1, -1) : parsed.hostname;
3839
4542
  options.port = parsed.port;
3840
- setProxy(options, configProxy, protocol + '//' + parsed.hostname + (parsed.port ? ':' + parsed.port : '') + options.path, false, httpsAgent, httpAgent);
4543
+ proxyApplied = setProxy(options, configProxy, protocol + '//' + parsed.hostname + (parsed.port ? ':' + parsed.port : '') + options.path, false, httpsAgent, httpAgent,
4544
+ // The HTTP/2 transport connects independently of HTTP/1 agents, so it
4545
+ // cannot apply either axios-resolved or agent-local environment proxies.
4546
+ // Explicit proxy config is still processed and rejected below.
4547
+ !isHttp2);
3841
4548
  }
3842
4549
  let transport;
3843
4550
  let isNativeTransport = false;
@@ -3853,6 +4560,9 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3853
4560
  options.agent = isHttpsRequest ? httpsAgent : httpAgent;
3854
4561
  }
3855
4562
  if (isHttp2) {
4563
+ if (proxyApplied) {
4564
+ return reject(new AxiosError('HTTP/2 requests with a proxy are not supported', AxiosError.ERR_NOT_SUPPORT, config));
4565
+ }
3856
4566
  transport = http2Transport;
3857
4567
  } else {
3858
4568
  const configTransport = own('transport');
@@ -3937,7 +4647,7 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3937
4647
  const transformStream = new AxiosTransformStream({
3938
4648
  maxRate: utils$1.toFiniteNumber(maxDownloadRate)
3939
4649
  });
3940
- onDownloadProgress && transformStream.on('progress', flushOnFinish(transformStream, progressEventDecorator(responseLength, progressEventReducer(asyncDecorator(onDownloadProgress), true, 3))));
4650
+ onDownloadProgress && transformStream.on('progress', flushOnFinish(transformStream, progressEventDecorator(responseLength, progressEventReducer(asyncDecorator(onDownloadProgress, scheduleProgress), true, 3))));
3941
4651
  streams.push(transformStream);
3942
4652
  }
3943
4653
 
@@ -4100,18 +4810,10 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
4100
4810
  socket.setKeepAlive(true, 1000 * 60);
4101
4811
  }
4102
4812
 
4103
- // Install a single 'error' listener per socket (not per request) to avoid
4104
- // accumulating listeners on pooled keep-alive sockets that get reassigned
4105
- // to new requests before the previous request's 'close' fires (issue #10780).
4106
- // The listener is bound to the socket's currently-active request via a
4107
- // symbol, which is swapped as the socket is reassigned.
4813
+ // Install one shared 'error' listener per socket. The symbol follows the
4814
+ // currently-active request as pooled sockets are reassigned (issue #10780).
4108
4815
  if (!socket[kAxiosSocketListener]) {
4109
- socket.on('error', function handleSocketError(err) {
4110
- const current = socket[kAxiosCurrentReq];
4111
- if (current && !current.destroyed) {
4112
- current.destroy(err);
4113
- }
4114
- });
4816
+ socket.on('error', handleSocketError);
4115
4817
  socket[kAxiosSocketListener] = true;
4116
4818
  }
4117
4819
  socket[kAxiosCurrentReq] = req;
@@ -4268,6 +4970,12 @@ var cookies = platform.hasStandardBrowserEnv ?
4268
4970
  const headersToObject = thing => thing instanceof AxiosHeaders ? {
4269
4971
  ...thing
4270
4972
  } : thing;
4973
+ const ownEnumerableKeys = thing => {
4974
+ if (Object.getOwnPropertySymbols && Object.getOwnPropertyDescriptor) {
4975
+ return Object.keys(thing).concat(Object.getOwnPropertySymbols(thing).filter(symbol => Object.getOwnPropertyDescriptor(thing, symbol).enumerable));
4976
+ }
4977
+ return Object.keys(thing);
4978
+ };
4271
4979
 
4272
4980
  /**
4273
4981
  * Config-specific merge-function which creates a new config-object
@@ -4367,7 +5075,7 @@ function mergeConfig(config1, config2) {
4367
5075
  transformResponse: defaultToConfig2,
4368
5076
  paramsSerializer: defaultToConfig2,
4369
5077
  timeout: defaultToConfig2,
4370
- timeoutMessage: defaultToConfig2,
5078
+ timeoutErrorMessage: defaultToConfig2,
4371
5079
  withCredentials: defaultToConfig2,
4372
5080
  withXSRFToken: defaultToConfig2,
4373
5081
  adapter: defaultToConfig2,
@@ -4390,7 +5098,7 @@ function mergeConfig(config1, config2) {
4390
5098
  validateStatus: mergeDirectKeys,
4391
5099
  headers: (a, b, prop) => mergeDeepProperties(headersToObject(a), headersToObject(b), prop, true)
4392
5100
  };
4393
- utils$1.forEach(Object.keys({
5101
+ utils$1.forEach(ownEnumerableKeys({
4394
5102
  ...config1,
4395
5103
  ...config2
4396
5104
  }), function computeConfigValue(prop) {
@@ -4411,19 +5119,6 @@ function mergeConfig(config1, config2) {
4411
5119
  return config;
4412
5120
  }
4413
5121
 
4414
- const FORM_DATA_CONTENT_HEADERS = ['content-type', 'content-length'];
4415
- function setFormDataHeaders(headers, formHeaders, policy) {
4416
- if (policy !== 'content-only') {
4417
- headers.set(formHeaders);
4418
- return;
4419
- }
4420
- Object.entries(formHeaders || {}).forEach(([key, val]) => {
4421
- if (FORM_DATA_CONTENT_HEADERS.includes(key.toLowerCase())) {
4422
- headers.set(key, val);
4423
- }
4424
- });
4425
- }
4426
-
4427
5122
  /**
4428
5123
  * Encode a UTF-8 string to a Latin-1 byte string for use with btoa().
4429
5124
  * This is a modern replacement for the deprecated unescape(encodeURIComponent(str)) pattern.
@@ -4462,11 +5157,12 @@ function resolveConfig(config) {
4462
5157
  }
4463
5158
  }
4464
5159
  if (utils$1.isFormData(data)) {
5160
+ const getHeaders = utils$1.getSafeProp(data, 'getHeaders');
4465
5161
  if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv || utils$1.isReactNative(data)) {
4466
5162
  headers.setContentType(undefined); // browser/web worker/RN handles it
4467
- } else if (utils$1.isFunction(data.getHeaders)) {
5163
+ } else if (utils$1.isFunction(getHeaders)) {
4468
5164
  // Node.js FormData (like form-data package)
4469
- setFormDataHeaders(headers, data.getHeaders(), own('formDataHeaderPolicy'));
5165
+ setFormDataHeaders(headers, getHeaders.call(data), own('formDataHeaderPolicy'));
4470
5166
  }
4471
5167
  }
4472
5168
 
@@ -4506,7 +5202,7 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
4506
5202
  } = _config;
4507
5203
  let onCanceled;
4508
5204
  let uploadThrottled, downloadThrottled;
4509
- let flushUpload, flushDownload;
5205
+ let flushUpload, flushDownload, flushDownloadWithEvent;
4510
5206
  function done() {
4511
5207
  flushUpload && flushUpload(); // flush events
4512
5208
  flushDownload && flushDownload(); // flush events
@@ -4519,10 +5215,50 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
4519
5215
 
4520
5216
  // Set the request timeout in MS
4521
5217
  request.timeout = _config.timeout;
4522
- function onloadend() {
5218
+ function onloadend(event) {
5219
+ if (!request) {
5220
+ return;
5221
+ }
5222
+
5223
+ // Status 0 means no response was received, which onerror and onabort normally
5224
+ // reject before this runs. Firefox 152 fires only readystatechange and loadend for
5225
+ // navigation-canceled requests (https://bugzilla.mozilla.org/show_bug.cgi?id=1505389),
5226
+ // leaving settle() to resolve them as an empty success. ECONNABORTED is the error
5227
+ // onabort raised on Firefox 151. Reads over file:, which some environments report as
5228
+ // status 0 on success, are excluded by the request URL's scheme after browser-style
5229
+ // preprocessing, by the page origin's scheme for relative URLs (which inherit it), or
5230
+ // by responseURL where implemented.
5231
+ if (request.status === 0 && (parseProtocol(normalizeURLForProtocolCheck(_config.url)) || parseProtocol(platform.origin)) !== 'file' && !(request.responseURL && request.responseURL.startsWith('file:'))) {
5232
+ reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));
5233
+ done();
5234
+
5235
+ // Clean up request
5236
+ request = null;
5237
+ return;
5238
+ }
5239
+
5240
+ // When loadend is still dispatching, flushing with it gives progress
5241
+ // listeners a final delivery whose event has a live target. The legacy
5242
+ // ready-state fallback has no event, so replay its pending progress.
5243
+ // A throwing listener must not block settlement; rethrow asynchronously,
5244
+ // matching how listener errors surface on the throttle timer path.
5245
+ try {
5246
+ if (event) {
5247
+ flushDownloadWithEvent && flushDownloadWithEvent(event);
5248
+ } else {
5249
+ flushDownload && flushDownload();
5250
+ }
5251
+ } catch (err) {
5252
+ setTimeout(() => {
5253
+ throw err;
5254
+ });
5255
+ }
5256
+
5257
+ // A final progress callback can cancel the request synchronously.
4523
5258
  if (!request) {
4524
5259
  return;
4525
5260
  }
5261
+
4526
5262
  // Prepare the response
4527
5263
  const responseHeaders = AxiosHeaders.from('getAllResponseHeaders' in request && request.getAllResponseHeaders());
4528
5264
  const responseData = !responseType || responseType === 'text' || responseType === 'json' ? request.responseText : request.response;
@@ -4630,7 +5366,7 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
4630
5366
 
4631
5367
  // Handle progress if needed
4632
5368
  if (onDownloadProgress) {
4633
- [downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true);
5369
+ [downloadThrottled, flushDownload, flushDownloadWithEvent] = progressEventReducer(onDownloadProgress, true);
4634
5370
  request.addEventListener('progress', downloadThrottled);
4635
5371
  }
4636
5372
 
@@ -4699,9 +5435,18 @@ const composeSignals = (signals, timeout) => {
4699
5435
  });
4700
5436
  signals = null;
4701
5437
  };
4702
- signals.forEach(signal => signal.addEventListener('abort', onabort, {
4703
- once: true
4704
- }));
5438
+ signals.forEach(signal => {
5439
+ if (aborted) {
5440
+ return;
5441
+ }
5442
+ if (signal.aborted) {
5443
+ onabort.call(signal);
5444
+ return;
5445
+ }
5446
+ signal.addEventListener('abort', onabort, {
5447
+ once: true
5448
+ });
5449
+ });
4705
5450
  const {
4706
5451
  signal
4707
5452
  } = controller;
@@ -4792,6 +5537,17 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
4792
5537
  };
4793
5538
 
4794
5539
  const DEFAULT_CHUNK_SIZE = 64 * 1024;
5540
+ const DEFAULT_REQUEST_OPTIONS = {
5541
+ cache: 'default',
5542
+ redirect: 'follow',
5543
+ referrer: 'about:client',
5544
+ referrerPolicy: '',
5545
+ mode: 'cors',
5546
+ integrity: '',
5547
+ keepalive: false,
5548
+ priority: 'auto',
5549
+ window: null
5550
+ };
4795
5551
  const {
4796
5552
  isFunction
4797
5553
  } = utils$1;
@@ -4934,7 +5690,8 @@ const factory = env => {
4934
5690
  withCredentials = 'same-origin',
4935
5691
  fetchOptions,
4936
5692
  maxContentLength,
4937
- maxBodyLength
5693
+ maxBodyLength,
5694
+ maxRedirects
4938
5695
  } = resolveConfig(config);
4939
5696
  const hasMaxContentLength = utils$1.isNumber(maxContentLength) && maxContentLength > -1;
4940
5697
  const hasMaxBodyLength = utils$1.isNumber(maxBodyLength) && maxBodyLength > -1;
@@ -5065,17 +5822,46 @@ const factory = env => {
5065
5822
 
5066
5823
  // Set User-Agent header if not already set (fetch defaults to 'node' in Node.js)
5067
5824
  headers.set('User-Agent', 'axios/' + VERSION, false);
5068
- const resolvedOptions = {
5069
- ...fetchOptions,
5825
+ const safeFetchOptions = fetchOptions == null ? fetchOptions : Object.assign(Object.create(null), fetchOptions);
5826
+ if (safeFetchOptions) {
5827
+ // These options are owned by Axios and are already reflected in the
5828
+ // resolved Request passed to fetch.
5829
+ delete safeFetchOptions.body;
5830
+ delete safeFetchOptions.headers;
5831
+ delete safeFetchOptions.method;
5832
+ delete safeFetchOptions.signal;
5833
+ delete safeFetchOptions.duplex;
5834
+ delete safeFetchOptions.credentials;
5835
+ }
5836
+ const resolvedOptions = Object.assign(Object.create(null), safeFetchOptions, {
5070
5837
  signal: composedSignal,
5071
5838
  method: method.toUpperCase(),
5072
5839
  headers: toByteStringHeaderObject(headers.normalize()),
5073
5840
  body: data,
5074
5841
  duplex: 'half',
5075
5842
  credentials: isCredentialsSupported ? withCredentials : undefined
5076
- };
5843
+ });
5844
+ if (isRequestSupported) {
5845
+ utils$1.forEach(DEFAULT_REQUEST_OPTIONS, (value, key) => {
5846
+ if (resolvedOptions[key] === undefined) {
5847
+ resolvedOptions[key] = value;
5848
+ }
5849
+ });
5850
+ if (resolvedOptions.signal === undefined) {
5851
+ resolvedOptions.signal = null;
5852
+ }
5853
+ if (resolvedOptions.body === undefined) {
5854
+ resolvedOptions.body = null;
5855
+ }
5856
+ }
5857
+ if (maxRedirects === 0) {
5858
+ resolvedOptions.redirect = 'manual';
5859
+ if (safeFetchOptions) {
5860
+ safeFetchOptions.redirect = 'manual';
5861
+ }
5862
+ }
5077
5863
  request = isRequestSupported && new Request(url, resolvedOptions);
5078
- let response = await (isRequestSupported ? _fetch(request, fetchOptions) : _fetch(url, resolvedOptions));
5864
+ let response = await (isRequestSupported ? _fetch(request, safeFetchOptions) : _fetch(url, resolvedOptions));
5079
5865
  const responseHeaders = AxiosHeaders.from(response.headers);
5080
5866
 
5081
5867
  // Cheap pre-check: if the server honestly declares a content-length that
@@ -5355,9 +6141,13 @@ function throwIfCancellationRequested(config) {
5355
6141
  *
5356
6142
  * @returns {Promise} The Promise to be fulfilled
5357
6143
  */
5358
- function dispatchRequest(config) {
6144
+ function dispatchRequest(_config) {
6145
+ // Interceptors may replace the merged config with an ordinary object. Flatten
6146
+ // it at the dispatch boundary so shared prototype members cannot become
6147
+ // request behavior, while preserving intentional template/class members.
6148
+ const config = utils$1.toSafeFlatObject(_config);
5359
6149
  throwIfCancellationRequested(config);
5360
- config.headers = AxiosHeaders.from(config.headers);
6150
+ config.headers = AxiosHeaders.from(utils$1.getSafeProp(config, 'headers'));
5361
6151
 
5362
6152
  // Transform request data
5363
6153
  config.data = transformData.call(config, config.transformRequest);
@@ -5513,18 +6303,17 @@ class Axios {
5513
6303
  return await this._request(configOrUrl, config);
5514
6304
  } catch (err) {
5515
6305
  if (err instanceof Error) {
5516
- let dummy = {};
5517
- Error.captureStackTrace ? Error.captureStackTrace(dummy) : dummy = new Error();
5518
-
5519
- // slice off the Error: ... line
5520
- const stack = (() => {
5521
- if (!dummy.stack) {
5522
- return '';
5523
- }
5524
- const firstNewlineIndex = dummy.stack.indexOf('\n');
5525
- return firstNewlineIndex === -1 ? '' : dummy.stack.slice(firstNewlineIndex + 1);
5526
- })();
5527
6306
  try {
6307
+ let dummy = {};
6308
+ Error.captureStackTrace ? Error.captureStackTrace(dummy) : dummy = new Error();
6309
+ const dummyStack = dummy.stack;
6310
+ let stack = '';
6311
+
6312
+ // slice off the Error: ... line
6313
+ if (typeof dummyStack === 'string') {
6314
+ const firstNewlineIndex = dummyStack.indexOf('\n');
6315
+ stack = firstNewlineIndex === -1 ? '' : dummyStack.slice(firstNewlineIndex + 1);
6316
+ }
5528
6317
  if (!err.stack) {
5529
6318
  err.stack = stack;
5530
6319
  // match without the 2 top stack lines
@@ -5537,7 +6326,7 @@ class Axios {
5537
6326
  }
5538
6327
  }
5539
6328
  } catch (e) {
5540
- // ignore the case where "stack" is an un-writable property
6329
+ // Ignore failures from custom stack hooks or un-writable stack properties.
5541
6330
  }
5542
6331
  }
5543
6332
  throw err;
@@ -5593,11 +6382,11 @@ class Axios {
5593
6382
  }, true);
5594
6383
 
5595
6384
  // Set config.method
5596
- config.method = (config.method || this.defaults.method || 'get').toLowerCase();
6385
+ config.method = (utils$1.getSafeProp(config, 'method') || utils$1.getSafeProp(this.defaults, 'method') || 'get').toLowerCase();
5597
6386
 
5598
6387
  // Flatten headers
5599
6388
  let contextHeaders = headers && utils$1.merge(headers.common, headers[config.method]);
5600
- headers && utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch', 'query', 'common'], method => {
6389
+ headers && utils$1.forEach(methodList.concat('common'), method => {
5601
6390
  delete headers[method];
5602
6391
  });
5603
6392
  config.headers = AxiosHeaders.concat(contextHeaders, headers);
@@ -5642,16 +6431,29 @@ class Axios {
5642
6431
  const onFulfilled = requestInterceptorChain[i++];
5643
6432
  const onRejected = requestInterceptorChain[i++];
5644
6433
  try {
5645
- newConfig = onFulfilled(newConfig);
6434
+ newConfig = onFulfilled ? onFulfilled(newConfig) : newConfig;
5646
6435
  } catch (error) {
5647
- onRejected.call(this, error);
6436
+ if (!onRejected) {
6437
+ promise = Promise.reject(error);
6438
+ break;
6439
+ }
6440
+ try {
6441
+ const rejectedResult = onRejected.call(this, error);
6442
+ if (utils$1.isThenable(rejectedResult)) {
6443
+ promise = Promise.resolve(rejectedResult).then(() => dispatchRequest.call(this, newConfig));
6444
+ }
6445
+ } catch (rejectedError) {
6446
+ promise = Promise.reject(rejectedError);
6447
+ }
5648
6448
  break;
5649
6449
  }
5650
6450
  }
5651
- try {
5652
- promise = dispatchRequest.call(this, newConfig);
5653
- } catch (error) {
5654
- return Promise.reject(error);
6451
+ if (!promise) {
6452
+ try {
6453
+ promise = dispatchRequest.call(this, newConfig);
6454
+ } catch (error) {
6455
+ promise = Promise.reject(error);
6456
+ }
5655
6457
  }
5656
6458
  i = 0;
5657
6459
  len = responseInterceptorChain.length;
@@ -5890,14 +6692,22 @@ const HttpStatusCode = {
5890
6692
  Gone: 410,
5891
6693
  LengthRequired: 411,
5892
6694
  PreconditionFailed: 412,
6695
+ /**
6696
+ * @deprecated Use `ContentTooLarge` instead.
6697
+ */
5893
6698
  PayloadTooLarge: 413,
6699
+ ContentTooLarge: 413,
5894
6700
  UriTooLong: 414,
5895
6701
  UnsupportedMediaType: 415,
5896
6702
  RangeNotSatisfiable: 416,
5897
6703
  ExpectationFailed: 417,
5898
6704
  ImATeapot: 418,
5899
6705
  MisdirectedRequest: 421,
6706
+ /**
6707
+ * @deprecated Use `UnprocessableContent` instead.
6708
+ */
5900
6709
  UnprocessableEntity: 422,
6710
+ UnprocessableContent: 422,
5901
6711
  Locked: 423,
5902
6712
  FailedDependency: 424,
5903
6713
  TooEarly: 425,
@@ -5917,6 +6727,7 @@ const HttpStatusCode = {
5917
6727
  LoopDetected: 508,
5918
6728
  NotExtended: 510,
5919
6729
  NetworkAuthenticationRequired: 511,
6730
+ WebServerReturnsAnUnknownError: 520,
5920
6731
  WebServerIsDown: 521,
5921
6732
  ConnectionTimedOut: 522,
5922
6733
  OriginIsUnreachable: 523,
@@ -5925,7 +6736,9 @@ const HttpStatusCode = {
5925
6736
  InvalidSslCertificate: 526
5926
6737
  };
5927
6738
  Object.entries(HttpStatusCode).forEach(([key, value]) => {
5928
- HttpStatusCode[value] = key;
6739
+ if (HttpStatusCode[value] === undefined) {
6740
+ HttpStatusCode[value] = key;
6741
+ }
5929
6742
  });
5930
6743
 
5931
6744
  /**
@@ -5993,4 +6806,3 @@ axios.HttpStatusCode = HttpStatusCode;
5993
6806
  axios.default = axios;
5994
6807
 
5995
6808
  module.exports = axios;
5996
- //# sourceMappingURL=axios.cjs.map