@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.
- package/README.md +1 -1
- package/dist/.setup/accounts-CfuPSCip.mjs +516 -0
- package/dist/.setup/app-registration-D18iu_PK.mjs +204 -0
- package/dist/.setup/channel-CiFS4inh.mjs +2661 -0
- package/dist/.setup/channel.runtime-B9LCBnp3.mjs +641 -0
- package/dist/.setup/client-DLqNWY5r.mjs +161 -0
- package/dist/.setup/conversation-id-CdLdoot3.mjs +143 -0
- package/dist/.setup/drive-Cy1tmfSn.mjs +934 -0
- package/dist/.setup/json-response-DXajw_FU.mjs +9 -0
- package/dist/.setup/legacy-state-migrations-api-CVW3tHfw.mjs +73 -0
- package/dist/.setup/legacy-state-migrations-api-jN6Z0iq0.mjs +2 -0
- package/dist/.setup/monitor-C4sFALTA.mjs +232 -0
- package/dist/.setup/monitor.account-Do7egFpi.mjs +5853 -0
- package/dist/.setup/probe-DbUBx0Px.mjs +162 -0
- package/dist/.setup/runtime-setter-api-CG-RC4_r.mjs +3 -0
- package/dist/.setup/secret-contract-DLaBl9m4.mjs +137 -0
- package/dist/.setup/secret-contract-api-ZtO0BWHd.mjs +3 -0
- package/dist/.setup/security-audit-Duuj2PkP.mjs +11 -0
- package/dist/.setup/security-audit-shared-BIHeF-S_.mjs +38 -0
- package/dist/.setup/send-DkB3ifwO.mjs +1264 -0
- package/dist/.setup/send-result-COI_ANtb.mjs +287 -0
- package/dist/.setup/session-conversation-CWBrUzmY.mjs +27 -0
- package/dist/.setup/setup-api-DY9H9ISg.mjs +3 -0
- package/dist/.setup/subagent-hooks-BQhuBlyy.mjs +235 -0
- package/dist/.setup/thread-bindings-V0bwk0A1.mjs +222 -0
- package/dist/api.js +256 -431
- package/dist/channel-plugin-api.js +1 -1
- package/dist/contract-api.js +3 -3
- package/dist/legacy-state-migrations-api.js +2 -0
- package/dist/runtime-api.js +3 -2
- package/dist/runtime-setter-api.js +1 -1
- package/dist/secret-contract-api.js +1 -1
- package/dist/security-contract-api.js +1 -1
- package/dist/session-binding-contract-api.js +1 -1
- package/dist/session-key-api.js +1 -1
- package/dist/setup-api.js +1 -1
- package/dist/setup-entry.js +9 -3
- package/dist/subagent-hooks-api.js +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/README.md +0 -13
- package/node_modules/@larksuiteoapi/node-sdk/README.zh.md +0 -12
- package/node_modules/@larksuiteoapi/node-sdk/es/index.js +3084 -8950
- package/node_modules/@larksuiteoapi/node-sdk/lib/index.js +3083 -8951
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/aspromise/LICENSE +26 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/aspromise/README.md +13 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/aspromise/index.d.ts +13 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/aspromise/index.js +52 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/aspromise/package.json +21 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/aspromise/tests/index.js +130 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/base64/LICENSE +26 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/base64/README.md +19 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/base64/index.d.ts +32 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/base64/index.js +139 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/base64/package.json +21 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/base64/tests/index.js +46 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/codegen/LICENSE +26 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/codegen/README.md +49 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/codegen/index.d.ts +31 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/codegen/index.js +112 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/codegen/package.json +13 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/codegen/tests/index.js +13 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/CHANGELOG.md +8 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/LICENSE +26 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/README.md +22 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/index.d.ts +45 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/index.js +86 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/package.json +21 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/eventemitter/tests/index.js +83 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/CHANGELOG.md +8 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/LICENSE +26 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/README.md +13 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/index.d.ts +56 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/index.js +112 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/package.json +27 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/tests/data/file.txt +1 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/tests/index.js +158 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/fetch/util/fs.js +11 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/LICENSE +26 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/README.md +102 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/bench/index.js +87 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/bench/suite.js +46 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/index.js +335 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/package.json +26 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/float/tests/index.js +100 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/CHANGELOG.md +8 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/LICENSE +26 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/README.md +13 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/index.d.ts +10 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/index.js +38 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/package.json +21 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/tests/data/array.js +1 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/tests/data/emptyArray.js +1 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/tests/data/emptyObject.js +1 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/tests/data/object.js +1 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/inquire/tests/index.js +20 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/path/LICENSE +26 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/path/README.md +19 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/path/index.d.ts +22 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/path/index.js +65 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/path/package.json +21 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/path/tests/index.js +60 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/.npmignore +3 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/LICENSE +26 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/README.md +13 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/index.d.ts +32 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/index.js +48 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/package.json +21 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/pool/tests/index.js +33 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/LICENSE +26 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/README.md +20 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/index.d.ts +24 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/index.js +104 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/package.json +21 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/tests/data/surrogate_pair_bug.txt +207 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/tests/data/utf8.txt +216 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@protobufjs/utf8/tests/index.js +74 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/README.md +15 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/assert/strict.d.ts +68 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/assert.d.ts +1077 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/async_hooks.d.ts +711 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/buffer.d.ts +1799 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/child_process.d.ts +1362 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/cluster.d.ts +432 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/console.d.ts +93 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/constants.d.ts +14 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/crypto.d.ts +3954 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/dgram.d.ts +537 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/diagnostics_channel.d.ts +794 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/dns/promises.d.ts +497 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/dns.d.ts +876 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/domain.d.ts +150 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/events.d.ts +1008 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/fs/promises.d.ts +1471 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/fs.d.ts +4786 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/globals.d.ts +150 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/http.d.ts +2172 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/http2.d.ts +2489 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/https.d.ts +400 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/index.d.ts +115 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/inspector.d.ts +264 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/inspector.generated.d.ts +4406 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/module.d.ts +726 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/net.d.ts +970 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/os.d.ts +498 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/package.json +155 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/path.d.ts +178 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/perf_hooks.d.ts +604 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/process.d.ts +2217 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/punycode.d.ts +89 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/querystring.d.ts +139 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/quic.d.ts +978 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/readline/promises.d.ts +158 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/readline.d.ts +508 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/repl.d.ts +420 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/sea.d.ts +47 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/sqlite.d.ts +1123 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/stream/consumers.d.ts +114 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/stream/iter.d.ts +451 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/stream/web.d.ts +300 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/stream.d.ts +1806 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/string_decoder.d.ts +27 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/test.d.ts +2389 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/timers.d.ts +149 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/tls.d.ts +1193 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/trace_events.d.ts +103 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ts5.6/index.d.ts +117 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/ts5.7/index.d.ts +117 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/tty.d.ts +225 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/url.d.ts +556 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/util.d.ts +1677 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/v8.d.ts +1062 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/vm.d.ts +1136 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/wasi.d.ts +131 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/domexception.d.ts +83 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/worker_threads.d.ts +669 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/@types/node/zlib.d.ts +589 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/CHANGELOG.md +62 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/README.md +297 -5
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/axios.js +728 -170
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/axios.min.js +3 -3
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/browser/axios.cjs +871 -188
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/esm/axios.js +871 -188
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/node/axios.cjs +1037 -225
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/index.d.cts +102 -74
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/index.d.ts +100 -68
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/adapters/fetch.js +64 -11
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/adapters/http.js +140 -67
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/adapters/xhr.js +52 -3
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/Axios.js +43 -20
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/AxiosError.js +33 -2
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/AxiosHeaders.js +124 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/InterceptorManager.js +107 -8
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/buildFullPath.js +41 -15
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/dispatchRequest.js +8 -2
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/mergeConfig.js +19 -4
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/methodList.js +17 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/setFormDataHeaders.js +27 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/defaults/index.js +2 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/Http2Sessions.js +2 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/HttpStatusCode.js +12 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/combineURLs.js +11 -3
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/composeSignals.js +12 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +115 -54
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/formDataToJSON.js +11 -5
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/fromDataURI.js +5 -4
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/normalizeURLForProtocolCheck.js +24 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/parseHeaders.js +5 -3
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/progressEventReducer.js +4 -4
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/resolveConfig.js +5 -17
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/shouldBypassProxy.js +300 -5
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/throttle.js +3 -2
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/toFormData.js +17 -23
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/platform/node/classes/Buffer.js +11 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/utils.js +151 -18
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/package.json +21 -19
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/CHANGELOG.md +1 -18
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/README.md +41 -46
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/index.d.ts +2 -13
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/lib/form_data.js +83 -75
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/lib/populate.js +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/package.json +7 -6
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/README.md +553 -266
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.js +1985 -3177
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.js +1244 -1966
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.js +2005 -3330
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.js.map +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/README.md +70 -3
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/index.d.ts +193 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/index.js +1185 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/test.js +54 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/api/annotations.json +1 -3
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/api/http.json +1 -2
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/api.json +6 -12
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/descriptor.json +87 -170
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/descriptor.proto +8 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/source_context.json +1 -2
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/type.json +7 -14
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/index.d.ts +703 -1066
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/package.json +52 -25
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/scripts/postinstall.js +32 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/common.js +8 -14
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/converter.js +51 -85
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/decoder.js +61 -205
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/encoder.js +7 -27
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/enum.js +5 -18
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/field.js +19 -71
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/index-light.js +29 -29
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/index-minimal.js +13 -12
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/index.js +6 -6
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/mapfield.js +8 -26
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/message.js +11 -5
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/method.js +7 -30
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/namespace.js +10 -26
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/object.js +31 -41
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/oneof.js +1 -12
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/parse.js +47 -169
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/reader.js +50 -412
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/reader_buffer.js +5 -31
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/root.js +4 -16
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/rpc/service.js +5 -18
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/service.js +2 -15
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/tokenize.js +1 -6
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/type.js +36 -80
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/typescript.jsdoc +15 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/longbits.js +6 -10
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/minimal.js +54 -71
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util.js +17 -51
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/verifier.js +14 -19
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/wrappers.js +3 -2
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/writer.js +191 -424
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/writer_buffer.js +26 -41
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/tsconfig.json +5 -3
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/CHANGELOG.md +0 -11
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/dist/qs.js +17 -17
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/lib/parse.js +8 -19
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/lib/utils.js +8 -47
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/package.json +5 -6
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/test/parse.js +0 -230
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/test/utils.js +0 -194
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/safe-buffer/index.js +65 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/safe-buffer/package.json +51 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/README.md +6 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/agent.d.ts +30 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/balanced-pool.d.ts +30 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/cache-interceptor.d.ts +179 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/client-stats.d.ts +15 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/client.d.ts +129 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/connector.d.ts +36 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/cookies.d.ts +30 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/dispatcher.d.ts +253 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/errors.d.ts +177 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/eventsource.d.ts +66 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/fetch.d.ts +231 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/handlers.d.ts +14 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/header.d.ts +165 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/index.d.ts +93 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/interceptors.d.ts +80 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/mock-client.d.ts +27 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/package.json +55 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/patch.d.ts +29 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/readable.d.ts +68 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/round-robin-pool.d.ts +39 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/snapshot-agent.d.ts +113 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/util.d.ts +18 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/webidl.d.ts +346 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/undici-types/websocket.d.ts +188 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/ws/lib/permessage-deflate.js +3 -1
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/ws/package.json +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/package.json +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/types/index.d.ts +698 -12522
- package/node_modules/typebox/build/compile/validator.d.mts +4 -1
- package/node_modules/typebox/build/guard/guard.d.mts +1 -1
- package/node_modules/typebox/build/guard/guard.mjs +2 -5
- package/node_modules/typebox/build/guard/string.mjs +4 -16
- package/node_modules/typebox/build/schema/engine/_functions.mjs +15 -34
- package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
- package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -8
- package/node_modules/typebox/build/typebox.d.mts +1 -1
- package/node_modules/typebox/build/typebox.mjs +1 -1
- package/node_modules/typebox/package.json +1 -1
- package/node_modules/typebox/readme.md +32 -29
- package/openclaw.plugin.json +105 -190
- package/package.json +10 -26
- package/skills/feishu-doc/SKILL.md +0 -4
- package/skills/feishu-drive/SKILL.md +2 -5
- package/dist/accounts-u9X5Wsan.js +0 -469
- package/dist/app-registration-cN1bVV6s.js +0 -201
- package/dist/channel-CScE82zY.js +0 -2795
- package/dist/channel.runtime-B21e1E0r.js +0 -889
- package/dist/client-Dcbs6vml.js +0 -248
- package/dist/conversation-id-BeJL-wq7.js +0 -146
- package/dist/doctor-contract-BiD9tyIv.js +0 -102
- package/dist/doctor-contract-api.js +0 -2
- package/dist/drive-hSi_Utp0.js +0 -1075
- package/dist/json-response-CheljwGr.js +0 -9
- package/dist/media-CEUraFOR.js +0 -1348
- package/dist/monitor-DngbaA6a.js +0 -62
- package/dist/monitor.account-BnTWCw55.js +0 -7153
- package/dist/monitor.startup-CqH2tiJq.js +0 -143
- package/dist/probe-p3POS2RN.js +0 -219
- package/dist/secret-contract-BCpDLdg9.js +0 -73
- package/dist/security-audit-D7WK_BHh.js +0 -11
- package/dist/security-audit-shared-BgpY7AiJ.js +0 -33
- package/dist/send-result-B9_BpUPx.js +0 -770
- package/dist/session-conversation-BksWrfzm.js +0 -27
- package/dist/subagent-hooks-Cx1cX7rW.js +0 -239
- package/dist/thread-bindings-N3wkgkIN.js +0 -220
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/README.md +0 -70
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.d.ts +0 -87
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.generated.d.ts +0 -417
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.js +0 -1356
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.LICENSE +0 -201
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.d.ts +0 -20
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.generated.d.ts +0 -49
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.js +0 -951
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/textformat.d.ts +0 -19
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/textformat.generated.d.ts +0 -33
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/textformat.js +0 -1276
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/compiler/plugin.json +0 -126
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/compiler/plugin.proto +0 -47
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/typescript.js +0 -25
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/aspromise.d.ts +0 -13
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/aspromise.js +0 -52
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/base64.d.ts +0 -32
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/base64.js +0 -146
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/codegen.d.ts +0 -31
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/codegen.js +0 -118
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/eventemitter.d.ts +0 -45
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/eventemitter.js +0 -86
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/fetch.d.ts +0 -56
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/fetch.js +0 -112
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/float.js +0 -335
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/path.d.ts +0 -22
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/path.js +0 -100
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/pool.d.ts +0 -32
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/pool.js +0 -48
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/utf8.d.ts +0 -24
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/utf8.js +0 -190
- package/node_modules/mdast-util-from-markdown/dev/index.d.ts +0 -23
- package/node_modules/mdast-util-from-markdown/dev/index.js +0 -2
- package/node_modules/mdast-util-from-markdown/dev/lib/index.d.ts +0 -53
- package/node_modules/mdast-util-from-markdown/dev/lib/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/dev/lib/index.js +0 -1348
- package/node_modules/mdast-util-from-markdown/dev/lib/types.d.ts +0 -295
- package/node_modules/mdast-util-from-markdown/dev/lib/types.js +0 -2
- package/node_modules/mdast-util-from-markdown/index.d.ts +0 -23
- package/node_modules/mdast-util-from-markdown/index.js +0 -2
- package/node_modules/mdast-util-from-markdown/lib/index.d.ts +0 -53
- package/node_modules/mdast-util-from-markdown/lib/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/lib/index.js +0 -1177
- package/node_modules/mdast-util-from-markdown/lib/types.d.ts +0 -295
- package/node_modules/mdast-util-from-markdown/lib/types.js +0 -2
- package/node_modules/mdast-util-from-markdown/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/@types/debug/README.md +0 -69
- package/node_modules/mdast-util-from-markdown/node_modules/@types/debug/index.d.ts +0 -50
- package/node_modules/mdast-util-from-markdown/node_modules/@types/debug/package.json +0 -58
- package/node_modules/mdast-util-from-markdown/node_modules/@types/mdast/LICENSE +0 -21
- package/node_modules/mdast-util-from-markdown/node_modules/@types/mdast/README.md +0 -15
- package/node_modules/mdast-util-from-markdown/node_modules/@types/mdast/index.d.ts +0 -1123
- package/node_modules/mdast-util-from-markdown/node_modules/@types/mdast/package.json +0 -47
- package/node_modules/mdast-util-from-markdown/node_modules/@types/ms/LICENSE +0 -21
- package/node_modules/mdast-util-from-markdown/node_modules/@types/ms/README.md +0 -82
- package/node_modules/mdast-util-from-markdown/node_modules/@types/ms/index.d.ts +0 -63
- package/node_modules/mdast-util-from-markdown/node_modules/@types/ms/package.json +0 -26
- package/node_modules/mdast-util-from-markdown/node_modules/@types/unist/LICENSE +0 -21
- package/node_modules/mdast-util-from-markdown/node_modules/@types/unist/README.md +0 -15
- package/node_modules/mdast-util-from-markdown/node_modules/@types/unist/index.d.ts +0 -119
- package/node_modules/mdast-util-from-markdown/node_modules/@types/unist/package.json +0 -60
- package/node_modules/mdast-util-from-markdown/node_modules/character-entities/index.d.ts +0 -6
- package/node_modules/mdast-util-from-markdown/node_modules/character-entities/index.js +0 -2132
- package/node_modules/mdast-util-from-markdown/node_modules/character-entities/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/character-entities/package.json +0 -78
- package/node_modules/mdast-util-from-markdown/node_modules/character-entities/readme.md +0 -152
- package/node_modules/mdast-util-from-markdown/node_modules/debug/LICENSE +0 -20
- package/node_modules/mdast-util-from-markdown/node_modules/debug/README.md +0 -481
- package/node_modules/mdast-util-from-markdown/node_modules/debug/package.json +0 -64
- package/node_modules/mdast-util-from-markdown/node_modules/debug/src/browser.js +0 -272
- package/node_modules/mdast-util-from-markdown/node_modules/debug/src/common.js +0 -292
- package/node_modules/mdast-util-from-markdown/node_modules/debug/src/index.js +0 -10
- package/node_modules/mdast-util-from-markdown/node_modules/debug/src/node.js +0 -263
- package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/index.d.ts +0 -13
- package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/index.dom.d.ts +0 -6
- package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/index.dom.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/index.dom.js +0 -32
- package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/index.js +0 -19
- package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/package.json +0 -90
- package/node_modules/mdast-util-from-markdown/node_modules/decode-named-character-reference/readme.md +0 -136
- package/node_modules/mdast-util-from-markdown/node_modules/dequal/dist/index.js +0 -86
- package/node_modules/mdast-util-from-markdown/node_modules/dequal/dist/index.min.js +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/dequal/dist/index.mjs +0 -84
- package/node_modules/mdast-util-from-markdown/node_modules/dequal/index.d.ts +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/dequal/license +0 -21
- package/node_modules/mdast-util-from-markdown/node_modules/dequal/lite/index.d.ts +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/dequal/lite/index.js +0 -31
- package/node_modules/mdast-util-from-markdown/node_modules/dequal/lite/index.min.js +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/dequal/lite/index.mjs +0 -29
- package/node_modules/mdast-util-from-markdown/node_modules/dequal/package.json +0 -57
- package/node_modules/mdast-util-from-markdown/node_modules/dequal/readme.md +0 -112
- package/node_modules/mdast-util-from-markdown/node_modules/devlop/lib/default.js +0 -9
- package/node_modules/mdast-util-from-markdown/node_modules/devlop/lib/development.d.ts +0 -84
- package/node_modules/mdast-util-from-markdown/node_modules/devlop/lib/development.js +0 -238
- package/node_modules/mdast-util-from-markdown/node_modules/devlop/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/devlop/package.json +0 -80
- package/node_modules/mdast-util-from-markdown/node_modules/devlop/readme.md +0 -360
- package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/index.d.ts +0 -2
- package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/index.js +0 -5
- package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/lib/index.d.ts +0 -31
- package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/lib/index.js +0 -108
- package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/package.json +0 -78
- package/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/readme.md +0 -218
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/index.d.ts +0 -82
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/index.js +0 -68
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/compile.d.ts +0 -16
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/compile.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/compile.js +0 -1152
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/constructs.d.ts +0 -73
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/constructs.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/constructs.js +0 -101
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/create-tokenizer.d.ts +0 -46
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/create-tokenizer.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/create-tokenizer.js +0 -717
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/content.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/content.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/content.js +0 -99
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/document.d.ts +0 -10
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/document.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/document.js +0 -445
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/flow.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/flow.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/flow.js +0 -86
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/text.d.ts +0 -8
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/text.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/initialize/text.js +0 -244
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/parse.d.ts +0 -10
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/parse.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/parse.js +0 -58
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/postprocess.d.ts +0 -9
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/postprocess.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/postprocess.js +0 -19
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/preprocess.d.ts +0 -13
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/preprocess.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/lib/preprocess.js +0 -141
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/stream.d.ts +0 -35
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/stream.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/dev/stream.js +0 -270
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/index.d.ts +0 -82
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/index.js +0 -60
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/compile.d.ts +0 -16
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/compile.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/compile.js +0 -1060
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/constructs.d.ts +0 -73
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/constructs.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/constructs.js +0 -85
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/create-tokenizer.d.ts +0 -46
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/create-tokenizer.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/create-tokenizer.js +0 -611
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/content.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/content.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/content.js +0 -79
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/document.d.ts +0 -10
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/document.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/document.js +0 -362
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/flow.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/flow.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/flow.js +0 -58
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/text.d.ts +0 -8
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/text.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/initialize/text.js +0 -212
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/parse.d.ts +0 -10
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/parse.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/parse.js +0 -56
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/postprocess.d.ts +0 -9
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/postprocess.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/postprocess.js +0 -18
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/preprocess.d.ts +0 -13
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/preprocess.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/lib/preprocess.js +0 -115
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/package.json +0 -100
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/readme.md +0 -488
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/stream.d.ts +0 -35
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/stream.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark/stream.js +0 -256
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/index.d.ts +0 -23
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/index.js +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/attention.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/attention.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/attention.js +0 -300
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/autolink.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/autolink.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/autolink.js +0 -269
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/blank-line.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/blank-line.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/blank-line.js +0 -62
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/block-quote.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/block-quote.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/block-quote.js +0 -162
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/character-escape.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/character-escape.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/character-escape.js +0 -69
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/character-reference.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/character-reference.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/character-reference.js +0 -166
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-fenced.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-fenced.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-fenced.js +0 -514
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-indented.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-indented.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-indented.js +0 -202
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-text.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-text.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/code-text.js +0 -257
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/content.d.ts +0 -7
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/content.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/content.js +0 -185
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/definition.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/definition.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/definition.js +0 -295
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/hard-break-escape.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/hard-break-escape.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/hard-break-escape.js +0 -65
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/heading-atx.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/heading-atx.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/heading-atx.js +0 -233
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/html-flow.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/html-flow.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/html-flow.js +0 -989
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/html-text.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/html-text.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/html-text.js +0 -783
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-end.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-end.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-end.js +0 -656
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-start-image.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-start-image.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-start-image.js +0 -110
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-start-link.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-start-link.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/label-start-link.js +0 -62
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/line-ending.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/line-ending.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/line-ending.js +0 -34
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/list.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/list.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/list.js +0 -306
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/setext-underline.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/setext-underline.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/setext-underline.js +0 -210
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/thematic-break.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/thematic-break.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/dev/lib/thematic-break.js +0 -120
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/index.d.ts +0 -23
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/index.js +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/attention.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/attention.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/attention.js +0 -241
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/autolink.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/autolink.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/autolink.js +0 -233
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/blank-line.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/blank-line.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/blank-line.js +0 -61
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/block-quote.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/block-quote.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/block-quote.js +0 -143
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/character-escape.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/character-escape.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/character-escape.js +0 -64
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/character-reference.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/character-reference.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/character-reference.js +0 -149
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-fenced.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-fenced.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-fenced.js +0 -460
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-indented.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-indented.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-indented.js +0 -177
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-text.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-text.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/code-text.js +0 -225
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/content.d.ts +0 -7
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/content.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/content.js +0 -163
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/definition.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/definition.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/definition.js +0 -254
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/hard-break-escape.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/hard-break-escape.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +0 -60
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/heading-atx.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/heading-atx.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/heading-atx.js +0 -195
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/html-flow.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/html-flow.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/html-flow.js +0 -876
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/html-text.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/html-text.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/html-text.js +0 -678
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-end.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-end.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-end.js +0 -560
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-start-image.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-start-image.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-start-image.js +0 -102
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-start-link.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-start-link.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/label-start-link.js +0 -55
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/line-ending.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/line-ending.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/line-ending.js +0 -33
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/list.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/list.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/list.js +0 -213
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/setext-underline.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/setext-underline.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/setext-underline.js +0 -185
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/thematic-break.d.ts +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/thematic-break.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/lib/thematic-break.js +0 -102
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/package.json +0 -74
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-core-commonmark/readme.md +0 -171
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/dev/index.d.ts +0 -42
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/dev/index.js +0 -255
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/index.d.ts +0 -42
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/index.js +0 -206
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/package.json +0 -57
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-destination/readme.md +0 -234
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/dev/index.d.ts +0 -37
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/dev/index.js +0 -172
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/index.d.ts +0 -37
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/index.js +0 -148
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/package.json +0 -60
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-label/readme.md +0 -224
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/dev/index.d.ts +0 -37
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/dev/index.js +0 -67
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/index.d.ts +0 -37
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/index.js +0 -64
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/package.json +0 -55
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-space/readme.md +0 -225
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/dev/index.d.ts +0 -36
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/dev/index.js +0 -169
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/index.d.ts +0 -36
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/index.js +0 -158
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/package.json +0 -58
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-title/readme.md +0 -229
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/dev/index.d.ts +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/dev/index.js +0 -53
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/index.d.ts +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/index.js +0 -44
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/package.json +0 -57
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-factory-whitespace/readme.md +0 -205
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/dev/index.d.ts +0 -195
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/dev/index.js +0 -252
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/index.d.ts +0 -195
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/index.js +0 -246
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/package.json +0 -57
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-character/readme.md +0 -446
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/dev/index.d.ts +0 -41
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/dev/index.js +0 -89
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/index.d.ts +0 -41
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/index.js +0 -81
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/package.json +0 -57
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-chunked/readme.md +0 -219
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/dev/index.d.ts +0 -18
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/dev/index.js +0 -38
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/index.d.ts +0 -18
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/index.js +0 -27
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/package.json +0 -59
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-classify-character/readme.md +0 -205
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-combine-extensions/index.d.ts +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-combine-extensions/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-combine-extensions/index.js +0 -143
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-combine-extensions/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-combine-extensions/package.json +0 -52
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-combine-extensions/readme.md +0 -201
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts +0 -16
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/dev/index.js +0 -42
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts +0 -16
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/index.js +0 -32
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/package.json +0 -59
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference/readme.md +0 -184
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/dev/index.d.ts +0 -14
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/dev/index.js +0 -53
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/index.d.ts +0 -14
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/index.js +0 -45
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/package.json +0 -63
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-decode-string/readme.md +0 -179
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-encode/index.d.ts +0 -14
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-encode/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-encode/index.js +0 -33
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-encode/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-encode/package.json +0 -47
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-encode/readme.md +0 -176
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-html-tag-name/index.d.ts +0 -30
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-html-tag-name/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-html-tag-name/index.js +0 -93
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-html-tag-name/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-html-tag-name/package.json +0 -47
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-html-tag-name/readme.md +0 -193
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/dev/index.d.ts +0 -21
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/dev/index.js +0 -38
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/index.d.ts +0 -21
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/index.js +0 -33
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/package.json +0 -58
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier/readme.md +0 -187
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-resolve-all/index.d.ts +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-resolve-all/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-resolve-all/index.js +0 -32
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-resolve-all/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-resolve-all/package.json +0 -48
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-resolve-all/readme.md +0 -238
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/dev/index.d.ts +0 -36
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/dev/index.js +0 -124
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/index.d.ts +0 -36
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/index.js +0 -107
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/package.json +0 -59
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri/readme.md +0 -214
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/dev/index.d.ts +0 -12
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/dev/index.js +0 -284
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/dev/lib/splice-buffer.d.ts +0 -161
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/dev/lib/splice-buffer.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/dev/lib/splice-buffer.js +0 -288
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/index.d.ts +0 -12
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/index.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/index.js +0 -228
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/lib/splice-buffer.d.ts +0 -161
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/lib/splice-buffer.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/lib/splice-buffer.js +0 -251
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/package.json +0 -60
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-subtokenize/readme.md +0 -181
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/codes.d.ts +0 -139
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/codes.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/codes.js +0 -158
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/constants.d.ts +0 -37
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/constants.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/constants.js +0 -44
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/default.d.ts +0 -5
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/default.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/default.js +0 -4
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/types.d.ts +0 -106
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/types.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/types.js +0 -453
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/values.d.ts +0 -102
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/values.d.ts.map +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/lib/values.js +0 -109
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/package.json +0 -43
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol/readme.md +0 -168
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-types/index.d.ts +0 -1312
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-types/index.js +0 -2
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-types/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-types/package.json +0 -71
- package/node_modules/mdast-util-from-markdown/node_modules/micromark-util-types/readme.md +0 -151
- package/node_modules/mdast-util-from-markdown/node_modules/ms/index.js +0 -162
- package/node_modules/mdast-util-from-markdown/node_modules/ms/license.md +0 -21
- package/node_modules/mdast-util-from-markdown/node_modules/ms/package.json +0 -38
- package/node_modules/mdast-util-from-markdown/node_modules/ms/readme.md +0 -59
- package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/index.d.ts +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/index.js +0 -1
- package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/lib/index.d.ts +0 -61
- package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/lib/index.js +0 -84
- package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/license +0 -22
- package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/package.json +0 -80
- package/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/readme.md +0 -206
- package/node_modules/mdast-util-from-markdown/package.json +0 -99
- package/node_modules/mdast-util-from-markdown/readme.md +0 -535
- package/node_modules/mdast-util-gfm-table/index.d.ts +0 -54
- package/node_modules/mdast-util-gfm-table/index.js +0 -2
- package/node_modules/mdast-util-gfm-table/lib/index.d.ts +0 -51
- package/node_modules/mdast-util-gfm-table/lib/index.js +0 -300
- package/node_modules/mdast-util-gfm-table/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/LICENSE +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/README.md +0 -15
- package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/index.d.ts +0 -1123
- package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/package.json +0 -47
- package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/LICENSE +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/README.md +0 -15
- package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/index.d.ts +0 -119
- package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/package.json +0 -60
- package/node_modules/mdast-util-gfm-table/node_modules/character-entities/index.d.ts +0 -6
- package/node_modules/mdast-util-gfm-table/node_modules/character-entities/index.js +0 -2132
- package/node_modules/mdast-util-gfm-table/node_modules/character-entities/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/character-entities/package.json +0 -78
- package/node_modules/mdast-util-gfm-table/node_modules/character-entities/readme.md +0 -152
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.d.ts +0 -13
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.dom.d.ts +0 -6
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.dom.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.dom.js +0 -32
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.js +0 -19
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/package.json +0 -90
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/readme.md +0 -136
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/dist/index.js +0 -86
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/dist/index.min.js +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/dist/index.mjs +0 -84
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/index.d.ts +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/license +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.d.ts +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.js +0 -31
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.min.js +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.mjs +0 -29
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/package.json +0 -57
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/readme.md +0 -112
- package/node_modules/mdast-util-gfm-table/node_modules/devlop/lib/default.js +0 -9
- package/node_modules/mdast-util-gfm-table/node_modules/devlop/lib/development.d.ts +0 -84
- package/node_modules/mdast-util-gfm-table/node_modules/devlop/lib/development.js +0 -238
- package/node_modules/mdast-util-gfm-table/node_modules/devlop/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/devlop/package.json +0 -80
- package/node_modules/mdast-util-gfm-table/node_modules/devlop/readme.md +0 -360
- package/node_modules/mdast-util-gfm-table/node_modules/longest-streak/index.d.ts +0 -11
- package/node_modules/mdast-util-gfm-table/node_modules/longest-streak/index.js +0 -36
- package/node_modules/mdast-util-gfm-table/node_modules/longest-streak/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/longest-streak/package.json +0 -73
- package/node_modules/mdast-util-gfm-table/node_modules/longest-streak/readme.md +0 -150
- package/node_modules/mdast-util-gfm-table/node_modules/markdown-table/index.d.ts +0 -171
- package/node_modules/mdast-util-gfm-table/node_modules/markdown-table/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/markdown-table/index.js +0 -393
- package/node_modules/mdast-util-gfm-table/node_modules/markdown-table/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/markdown-table/package.json +0 -77
- package/node_modules/mdast-util-gfm-table/node_modules/markdown-table/readme.md +0 -344
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/index.d.ts +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/index.js +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/lib/index.d.ts +0 -3
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/lib/index.js +0 -45
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/license +0 -23
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/package.json +0 -78
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing/readme.md +0 -200
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/index.d.ts +0 -16
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/index.js +0 -3
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/configure.d.ts +0 -9
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/configure.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/configure.js +0 -79
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/blockquote.d.ts +0 -17
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/blockquote.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js +0 -29
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/break.d.ts +0 -13
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/break.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/break.js +0 -30
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/code.d.ts +0 -13
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/code.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/code.js +0 -75
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/definition.d.ts +0 -13
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/definition.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/definition.js +0 -76
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/emphasis.d.ts +0 -24
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/emphasis.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js +0 -69
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/heading.d.ts +0 -13
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/heading.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/heading.js +0 -75
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/html.d.ts +0 -15
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/html.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/html.js +0 -20
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/image-reference.d.ts +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/image-reference.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js +0 -63
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/image.d.ts +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/image.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/image.js +0 -82
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/index.d.ts +0 -42
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/index.js +0 -45
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/inline-code.d.ts +0 -19
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/inline-code.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js +0 -76
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/link-reference.d.ts +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/link-reference.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js +0 -63
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/link.d.ts +0 -24
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/link.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/link.js +0 -114
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/list-item.d.ts +0 -13
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/list-item.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/list-item.js +0 -62
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/list.d.ts +0 -13
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/list.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/list.js +0 -100
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/paragraph.d.ts +0 -17
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/paragraph.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js +0 -20
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/root.d.ts +0 -13
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/root.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/root.js +0 -23
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/strong.d.ts +0 -24
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/strong.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/strong.js +0 -69
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/text.d.ts +0 -17
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/text.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/text.js +0 -15
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.d.ts +0 -11
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/index.d.ts +0 -14
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/index.js +0 -187
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/join.d.ts +0 -4
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/join.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/join.js +0 -39
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/types.d.ts +0 -965
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/types.js +0 -2
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/unsafe.d.ts +0 -4
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/unsafe.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/unsafe.js +0 -146
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/association.d.ts +0 -2
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/association.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/association.js +0 -33
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.d.ts +0 -11
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.d.ts +0 -8
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js +0 -38
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet.d.ts +0 -11
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.d.ts +0 -11
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-fence.d.ts +0 -11
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-fence.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-fence.js +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.d.ts +0 -11
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-quote.d.ts +0 -11
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-quote.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-quote.js +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.d.ts +0 -11
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-rule.d.ts +0 -11
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-rule.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-rule.js +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-strong.d.ts +0 -11
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-strong.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/check-strong.js +0 -21
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.d.ts +0 -2
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js +0 -24
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/container-flow.d.ts +0 -19
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/container-flow.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/container-flow.js +0 -84
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.d.ts +0 -19
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js +0 -125
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/emphasis-strong-marker.d.ts +0 -7
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/emphasis-strong-marker.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.d.ts +0 -10
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js +0 -11
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/encode-info.d.ts +0 -33
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/encode-info.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/encode-info.js +0 -82
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.d.ts +0 -13
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.d.ts +0 -9
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js +0 -34
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.d.ts +0 -9
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js +0 -34
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/indent-lines.d.ts +0 -2
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/indent-lines.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js +0 -35
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.d.ts +0 -12
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js +0 -41
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/safe.d.ts +0 -29
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/safe.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/safe.js +0 -174
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/track.d.ts +0 -2
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/track.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/lib/util/track.js +0 -55
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/package.json +0 -132
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/readme.md +0 -750
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/index.d.ts +0 -2
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/index.js +0 -5
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/lib/index.d.ts +0 -31
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/lib/index.js +0 -108
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/package.json +0 -78
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/readme.md +0 -218
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/dev/index.d.ts +0 -195
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/dev/index.js +0 -252
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/index.d.ts +0 -195
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/index.js +0 -246
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/package.json +0 -57
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/readme.md +0 -446
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/dev/index.d.ts +0 -18
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/dev/index.js +0 -38
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/index.d.ts +0 -18
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/index.js +0 -27
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/package.json +0 -59
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/readme.md +0 -205
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts +0 -16
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/dev/index.js +0 -42
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts +0 -16
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/index.js +0 -32
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/package.json +0 -59
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/readme.md +0 -184
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/dev/index.d.ts +0 -14
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/dev/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/dev/index.js +0 -53
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/index.d.ts +0 -14
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/index.js +0 -45
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/package.json +0 -63
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/readme.md +0 -179
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts +0 -139
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/codes.js +0 -158
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts +0 -37
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/constants.js +0 -44
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts +0 -5
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/default.js +0 -4
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts +0 -106
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/types.js +0 -453
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts +0 -102
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/values.js +0 -109
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/package.json +0 -43
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/readme.md +0 -168
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/index.d.ts +0 -1312
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/index.js +0 -2
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/package.json +0 -71
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/readme.md +0 -151
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/index.d.ts +0 -5
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/index.js +0 -7
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/lib/index.d.ts +0 -111
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/lib/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/lib/index.js +0 -296
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/package.json +0 -103
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-is/readme.md +0 -351
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/index.d.ts +0 -9
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/index.js +0 -2
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/lib/index.d.ts +0 -195
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/lib/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/lib/index.js +0 -312
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/package.json +0 -108
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/readme.md +0 -313
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/index.d.ts +0 -14
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/index.js +0 -2
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/color.d.ts +0 -6
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/color.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/color.js +0 -7
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/color.node.d.ts +0 -6
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/color.node.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/color.node.js +0 -7
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/index.d.ts +0 -219
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/index.d.ts.map +0 -1
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/lib/index.js +0 -399
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/package.json +0 -106
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit-parents/readme.md +0 -388
- package/node_modules/mdast-util-gfm-table/node_modules/zwitch/index.d.ts +0 -67
- package/node_modules/mdast-util-gfm-table/node_modules/zwitch/index.js +0 -118
- package/node_modules/mdast-util-gfm-table/node_modules/zwitch/license +0 -22
- package/node_modules/mdast-util-gfm-table/node_modules/zwitch/package.json +0 -72
- package/node_modules/mdast-util-gfm-table/node_modules/zwitch/readme.md +0 -226
- package/node_modules/mdast-util-gfm-table/package.json +0 -101
- package/node_modules/mdast-util-gfm-table/readme.md +0 -605
- package/node_modules/micromark-extension-gfm-table/dev/index.d.ts +0 -55
- package/node_modules/micromark-extension-gfm-table/dev/index.js +0 -2
- package/node_modules/micromark-extension-gfm-table/dev/lib/edit-map.d.ts +0 -38
- package/node_modules/micromark-extension-gfm-table/dev/lib/edit-map.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/dev/lib/edit-map.js +0 -212
- package/node_modules/micromark-extension-gfm-table/dev/lib/html.d.ts +0 -11
- package/node_modules/micromark-extension-gfm-table/dev/lib/html.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/dev/lib/html.js +0 -148
- package/node_modules/micromark-extension-gfm-table/dev/lib/infer.d.ts +0 -14
- package/node_modules/micromark-extension-gfm-table/dev/lib/infer.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/dev/lib/infer.js +0 -64
- package/node_modules/micromark-extension-gfm-table/dev/lib/syntax.d.ts +0 -18
- package/node_modules/micromark-extension-gfm-table/dev/lib/syntax.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/dev/lib/syntax.js +0 -941
- package/node_modules/micromark-extension-gfm-table/index.d.ts +0 -55
- package/node_modules/micromark-extension-gfm-table/index.js +0 -2
- package/node_modules/micromark-extension-gfm-table/lib/edit-map.d.ts +0 -38
- package/node_modules/micromark-extension-gfm-table/lib/edit-map.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/lib/edit-map.js +0 -202
- package/node_modules/micromark-extension-gfm-table/lib/html.d.ts +0 -11
- package/node_modules/micromark-extension-gfm-table/lib/html.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/lib/html.js +0 -130
- package/node_modules/micromark-extension-gfm-table/lib/infer.d.ts +0 -14
- package/node_modules/micromark-extension-gfm-table/lib/infer.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/lib/infer.js +0 -52
- package/node_modules/micromark-extension-gfm-table/lib/syntax.d.ts +0 -18
- package/node_modules/micromark-extension-gfm-table/lib/syntax.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/lib/syntax.js +0 -819
- package/node_modules/micromark-extension-gfm-table/license +0 -22
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/dist/index.js +0 -86
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/dist/index.min.js +0 -1
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/dist/index.mjs +0 -84
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/index.d.ts +0 -1
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/license +0 -21
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.d.ts +0 -1
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.js +0 -31
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.min.js +0 -1
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.mjs +0 -29
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/package.json +0 -57
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/readme.md +0 -112
- package/node_modules/micromark-extension-gfm-table/node_modules/devlop/lib/default.js +0 -9
- package/node_modules/micromark-extension-gfm-table/node_modules/devlop/lib/development.d.ts +0 -84
- package/node_modules/micromark-extension-gfm-table/node_modules/devlop/lib/development.js +0 -238
- package/node_modules/micromark-extension-gfm-table/node_modules/devlop/license +0 -22
- package/node_modules/micromark-extension-gfm-table/node_modules/devlop/package.json +0 -80
- package/node_modules/micromark-extension-gfm-table/node_modules/devlop/readme.md +0 -360
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/dev/index.d.ts +0 -37
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/dev/index.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/dev/index.js +0 -67
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/index.d.ts +0 -37
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/index.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/index.js +0 -64
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/license +0 -22
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/package.json +0 -55
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/readme.md +0 -225
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/dev/index.d.ts +0 -195
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/dev/index.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/dev/index.js +0 -252
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/index.d.ts +0 -195
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/index.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/index.js +0 -246
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/license +0 -22
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/package.json +0 -57
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/readme.md +0 -446
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts +0 -139
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/codes.js +0 -158
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts +0 -37
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/constants.js +0 -44
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts +0 -5
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/default.js +0 -4
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts +0 -106
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/types.js +0 -453
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts +0 -102
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts.map +0 -1
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/values.js +0 -109
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/license +0 -22
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/package.json +0 -43
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/readme.md +0 -168
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/index.d.ts +0 -1312
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/index.js +0 -2
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/license +0 -22
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/package.json +0 -71
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/readme.md +0 -151
- package/node_modules/micromark-extension-gfm-table/package.json +0 -128
- package/node_modules/micromark-extension-gfm-table/readme.md +0 -515
- /package/dist/{audio-preflight.runtime-BBfC9elv.js → .setup/audio-preflight.runtime-BBfC9elv.mjs} +0 -0
- /package/dist/{rolldown-runtime-8H4AJuhK.js → .setup/rolldown-runtime-8H4AJuhK.mjs} +0 -0
- /package/dist/{runtime-C5JxBWZp.js → .setup/runtime-C5JxBWZp.mjs} +0 -0
- /package/dist/{targets-BUjQ1TcA.js → .setup/targets-BUjQ1TcA.mjs} +0 -0
- /package/node_modules/@larksuiteoapi/node-sdk/node_modules/{protobufjs/src/util/float.d.ts → @protobufjs/float/index.d.ts} +0 -0
- /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.
|
|
1
|
+
/*! Axios v1.20.0 Copyright (c) 2026 Matt Zabriskie and contributors */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -27,12 +27,65 @@ const hasOwnProperty = (
|
|
|
27
27
|
hasOwnProperty.call(obj, prop)
|
|
28
28
|
)(Object.prototype);
|
|
29
29
|
|
|
30
|
+
const isUnsafeObjectKey = (prop) =>
|
|
31
|
+
typeof prop === 'string' &&
|
|
32
|
+
(prop === '__proto__' || prop === 'constructor' || prop === 'prototype');
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Determine whether an inherited object must be treated as a shared-prototype
|
|
36
|
+
* boundary. Cross-realm Object.prototype objects cannot be distinguished
|
|
37
|
+
* reliably from application-created null-prototype objects because their
|
|
38
|
+
* properties are mutable, so all inherited terminal prototypes are excluded
|
|
39
|
+
* as a fail-closed boundary. A null-prototype source still keeps its own
|
|
40
|
+
* properties, as produced by mergeConfig and other safe materialization paths.
|
|
41
|
+
*
|
|
42
|
+
* @param {*} obj The object to inspect
|
|
43
|
+
* @param {*} prototype The object's prototype
|
|
44
|
+
* @param {boolean} source Whether obj is the original traversal source
|
|
45
|
+
*
|
|
46
|
+
* @returns {boolean} True when obj is a safe prototype traversal boundary
|
|
47
|
+
*/
|
|
48
|
+
const isPrototypeBoundary = (obj, prototype, source) =>
|
|
49
|
+
obj === Object.prototype || (!source && prototype === null);
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Determine whether an object can retain its identity through code paths that
|
|
53
|
+
* add, replace, and remove config properties without bypassing unsafe-key
|
|
54
|
+
* filtering. Immutable objects, unsafe-key-bearing objects, and objects with
|
|
55
|
+
* accessor or restricted data properties must be materialized instead.
|
|
56
|
+
*
|
|
57
|
+
* @param {*} obj The object to inspect
|
|
58
|
+
*
|
|
59
|
+
* @returns {boolean} True when every own property is safe and fully mutable
|
|
60
|
+
*/
|
|
61
|
+
const isSafeAndFullyMutable = (obj) => {
|
|
62
|
+
if (!Object.isExtensible(obj)) {
|
|
63
|
+
return false;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
const props = Object.getOwnPropertyNames(obj);
|
|
67
|
+
|
|
68
|
+
if (Object.getOwnPropertySymbols) {
|
|
69
|
+
props.push(...Object.getOwnPropertySymbols(obj));
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
return props.every((prop) => {
|
|
73
|
+
if (isUnsafeObjectKey(prop)) {
|
|
74
|
+
return false;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
const descriptor = Object.getOwnPropertyDescriptor(obj, prop);
|
|
78
|
+
|
|
79
|
+
return !!descriptor && descriptor.configurable && descriptor.writable === true;
|
|
80
|
+
});
|
|
81
|
+
};
|
|
82
|
+
|
|
30
83
|
/**
|
|
31
|
-
* Walk the prototype chain (excluding the
|
|
32
|
-
* an own `prop`. This distinguishes genuine own/inherited members
|
|
33
|
-
* class accessors and template prototypes — from members injected
|
|
34
|
-
* Object.prototype pollution (e.g. `Object.prototype.username = '...'`),
|
|
35
|
-
* live on Object.prototype itself and are therefore never matched.
|
|
84
|
+
* Walk the prototype chain (excluding the source realm's Object.prototype)
|
|
85
|
+
* looking for an own `prop`. This distinguishes genuine own/inherited members
|
|
86
|
+
* — including class accessors and template prototypes — from members injected
|
|
87
|
+
* via Object.prototype pollution (e.g. `Object.prototype.username = '...'`),
|
|
88
|
+
* which live on Object.prototype itself and are therefore never matched.
|
|
36
89
|
*
|
|
37
90
|
* @param {*} thing The value whose chain to inspect
|
|
38
91
|
* @param {string|symbol} prop The property key to look for
|
|
@@ -43,16 +96,22 @@ const hasOwnInPrototypeChain = (thing, prop) => {
|
|
|
43
96
|
let obj = thing;
|
|
44
97
|
const seen = [];
|
|
45
98
|
|
|
46
|
-
while (obj != null
|
|
99
|
+
while (obj != null) {
|
|
47
100
|
if (seen.indexOf(obj) !== -1) {
|
|
48
101
|
return false;
|
|
49
102
|
}
|
|
50
103
|
seen.push(obj);
|
|
51
104
|
|
|
105
|
+
const prototype = getPrototypeOf(obj);
|
|
106
|
+
|
|
107
|
+
if (isPrototypeBoundary(obj, prototype, obj === thing)) {
|
|
108
|
+
return false;
|
|
109
|
+
}
|
|
110
|
+
|
|
52
111
|
if (hasOwnProperty(obj, prop)) {
|
|
53
112
|
return true;
|
|
54
113
|
}
|
|
55
|
-
obj =
|
|
114
|
+
obj = prototype;
|
|
56
115
|
}
|
|
57
116
|
return false;
|
|
58
117
|
};
|
|
@@ -71,6 +130,69 @@ const hasOwnInPrototypeChain = (thing, prop) => {
|
|
|
71
130
|
const getSafeProp = (obj, prop) =>
|
|
72
131
|
obj != null && hasOwnInPrototypeChain(obj, prop) ? obj[prop] : undefined;
|
|
73
132
|
|
|
133
|
+
/**
|
|
134
|
+
* Flatten an object and its application-defined prototype chain into a
|
|
135
|
+
* null-prototype object. Members inherited only from the source realm's
|
|
136
|
+
* Object.prototype are deliberately excluded, while class/template members
|
|
137
|
+
* below that boundary are preserved.
|
|
138
|
+
*
|
|
139
|
+
* @param {*} thing The value to flatten
|
|
140
|
+
*
|
|
141
|
+
* @returns {*} A null-prototype copy, or the original value when it is already
|
|
142
|
+
* structurally safe or is not an object
|
|
143
|
+
*/
|
|
144
|
+
const toSafeFlatObject = (thing) => {
|
|
145
|
+
if (thing == null || (typeof thing !== 'object' && typeof thing !== 'function')) {
|
|
146
|
+
return thing;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
const sourcePrototype = getPrototypeOf(thing);
|
|
150
|
+
|
|
151
|
+
if (sourcePrototype === null && isSafeAndFullyMutable(thing)) {
|
|
152
|
+
return thing;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
const result = Object.create(null);
|
|
156
|
+
const merged = Object.create(null);
|
|
157
|
+
const seen = [];
|
|
158
|
+
let current = thing;
|
|
159
|
+
|
|
160
|
+
while (current != null) {
|
|
161
|
+
if (seen.indexOf(current) !== -1) {
|
|
162
|
+
break;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
seen.push(current);
|
|
166
|
+
|
|
167
|
+
const prototype = current === thing ? sourcePrototype : getPrototypeOf(current);
|
|
168
|
+
|
|
169
|
+
if (isPrototypeBoundary(current, prototype, current === thing)) {
|
|
170
|
+
break;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
const props = Object.getOwnPropertyNames(current);
|
|
174
|
+
|
|
175
|
+
if (Object.getOwnPropertySymbols) {
|
|
176
|
+
props.push(...Object.getOwnPropertySymbols(current));
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
for (const prop of props) {
|
|
180
|
+
if (isUnsafeObjectKey(prop)) {
|
|
181
|
+
continue;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
if (!hasOwnProperty(merged, prop)) {
|
|
185
|
+
result[prop] = thing[prop];
|
|
186
|
+
merged[prop] = true;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
current = prototype;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
return result;
|
|
194
|
+
};
|
|
195
|
+
|
|
74
196
|
const kindOf = ((cache) => (thing) => {
|
|
75
197
|
const str = toString.call(thing);
|
|
76
198
|
return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());
|
|
@@ -202,12 +324,10 @@ const isPlainObject = (val) => {
|
|
|
202
324
|
|
|
203
325
|
const prototype = getPrototypeOf(val);
|
|
204
326
|
return (
|
|
205
|
-
(prototype === null ||
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
//
|
|
209
|
-
// Symbol.iterator as evidence the value is a tagged/iterable type rather
|
|
210
|
-
// than a plain object, while ignoring keys injected onto Object.prototype.
|
|
327
|
+
(prototype === null || prototype === Object.prototype || getPrototypeOf(prototype) === null) &&
|
|
328
|
+
// Treat safe own/inherited Symbol.toStringTag or Symbol.iterator members as
|
|
329
|
+
// evidence the value is tagged/iterable, while ignoring members reachable
|
|
330
|
+
// only through shared or terminal prototype boundaries.
|
|
211
331
|
!hasOwnInPrototypeChain(val, toStringTag) &&
|
|
212
332
|
!hasOwnInPrototypeChain(val, iterator)
|
|
213
333
|
);
|
|
@@ -294,6 +414,7 @@ const isBlob = kindOfTest('Blob');
|
|
|
294
414
|
* @returns {boolean} True if value is a FileList, otherwise false
|
|
295
415
|
*/
|
|
296
416
|
const isFileList = kindOfTest('FileList');
|
|
417
|
+
const isSet = kindOfTest('Set');
|
|
297
418
|
|
|
298
419
|
/**
|
|
299
420
|
* Determine if a value is a Stream
|
|
@@ -859,12 +980,23 @@ const toJSONObject = (obj) => {
|
|
|
859
980
|
if (!('toJSON' in source)) {
|
|
860
981
|
// add-on descent / delete-on-ascent: preserves path semantics, so DAG nodes serialise at every occurrence (see #7230).
|
|
861
982
|
visited.add(source);
|
|
862
|
-
const target = isArray(source) ? [] : {};
|
|
863
983
|
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
984
|
+
let target;
|
|
985
|
+
|
|
986
|
+
if (isSet(source)) {
|
|
987
|
+
target = [];
|
|
988
|
+
for (const value of source) {
|
|
989
|
+
const reducedValue = visit(value);
|
|
990
|
+
!isUndefined(reducedValue) && target.push(reducedValue);
|
|
991
|
+
}
|
|
992
|
+
} else {
|
|
993
|
+
target = isArray(source) ? [] : {};
|
|
994
|
+
|
|
995
|
+
forEach(source, (value, key) => {
|
|
996
|
+
const reducedValue = visit(value);
|
|
997
|
+
!isUndefined(reducedValue) && (target[key] = reducedValue);
|
|
998
|
+
});
|
|
999
|
+
}
|
|
868
1000
|
|
|
869
1001
|
visited.delete(source);
|
|
870
1002
|
|
|
@@ -1009,6 +1141,7 @@ var utils$1 = {
|
|
|
1009
1141
|
hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection
|
|
1010
1142
|
hasOwnInPrototypeChain,
|
|
1011
1143
|
getSafeProp,
|
|
1144
|
+
toSafeFlatObject,
|
|
1012
1145
|
reduceDescriptors,
|
|
1013
1146
|
freezeMethods,
|
|
1014
1147
|
toObjectSet,
|
|
@@ -1076,18 +1209,20 @@ var parseHeaders = (rawHeaders) => {
|
|
|
1076
1209
|
key = line.substring(0, i).trim().toLowerCase();
|
|
1077
1210
|
val = line.substring(i + 1).trim();
|
|
1078
1211
|
|
|
1079
|
-
|
|
1212
|
+
const hasKey = utils$1.hasOwnProp(parsed, key);
|
|
1213
|
+
|
|
1214
|
+
if (!key || (hasKey && utils$1.hasOwnProp(ignoreDuplicateOf, key))) {
|
|
1080
1215
|
return;
|
|
1081
1216
|
}
|
|
1082
1217
|
|
|
1083
1218
|
if (key === 'set-cookie') {
|
|
1084
|
-
if (
|
|
1219
|
+
if (hasKey) {
|
|
1085
1220
|
parsed[key].push(val);
|
|
1086
1221
|
} else {
|
|
1087
1222
|
parsed[key] = [val];
|
|
1088
1223
|
}
|
|
1089
1224
|
} else {
|
|
1090
|
-
parsed[key] =
|
|
1225
|
+
parsed[key] = hasKey ? parsed[key] + ', ' + val : val;
|
|
1091
1226
|
}
|
|
1092
1227
|
});
|
|
1093
1228
|
|
|
@@ -1151,7 +1286,7 @@ function toByteStringHeaderObject(headers) {
|
|
|
1151
1286
|
return byteStringHeaders;
|
|
1152
1287
|
}
|
|
1153
1288
|
|
|
1154
|
-
const $internals = Symbol('internals');
|
|
1289
|
+
const $internals$1 = Symbol('internals');
|
|
1155
1290
|
|
|
1156
1291
|
function normalizeHeader(header) {
|
|
1157
1292
|
return header && String(header).trim().toLowerCase();
|
|
@@ -1177,6 +1312,124 @@ function parseTokens(str) {
|
|
|
1177
1312
|
return tokens;
|
|
1178
1313
|
}
|
|
1179
1314
|
|
|
1315
|
+
const parameterNameRE = /^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;
|
|
1316
|
+
|
|
1317
|
+
function trimOWS(value) {
|
|
1318
|
+
let start = 0;
|
|
1319
|
+
let end = value.length;
|
|
1320
|
+
|
|
1321
|
+
while (start < end) {
|
|
1322
|
+
const code = value.charCodeAt(start);
|
|
1323
|
+
|
|
1324
|
+
if (code !== 0x09 && code !== 0x20) {
|
|
1325
|
+
break;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
start += 1;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
while (end > start) {
|
|
1332
|
+
const code = value.charCodeAt(end - 1);
|
|
1333
|
+
|
|
1334
|
+
if (code !== 0x09 && code !== 0x20) {
|
|
1335
|
+
break;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
end -= 1;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
return start === 0 && end === value.length ? value : value.slice(start, end);
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
function decodeQuotedString(value) {
|
|
1345
|
+
const last = value.length - 1;
|
|
1346
|
+
|
|
1347
|
+
if (last < 1 || value.charCodeAt(0) !== 0x22 || value.charCodeAt(last) !== 0x22) {
|
|
1348
|
+
return value;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
let decoded = '';
|
|
1352
|
+
|
|
1353
|
+
for (let i = 1; i < last; i++) {
|
|
1354
|
+
const code = value.charCodeAt(i);
|
|
1355
|
+
|
|
1356
|
+
if (code === 0x22) {
|
|
1357
|
+
return value;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
if (code === 0x5c) {
|
|
1361
|
+
i += 1;
|
|
1362
|
+
|
|
1363
|
+
if (i >= last) {
|
|
1364
|
+
return value;
|
|
1365
|
+
}
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
decoded += value[i];
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
return decoded;
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
function parseParameters(value) {
|
|
1375
|
+
const parameters = Object.create(null);
|
|
1376
|
+
const str = String(value);
|
|
1377
|
+
let start = 0;
|
|
1378
|
+
let quoted = false;
|
|
1379
|
+
let escaped = false;
|
|
1380
|
+
|
|
1381
|
+
function parseParameter(end) {
|
|
1382
|
+
const part = trimOWS(str.slice(start, end));
|
|
1383
|
+
const equals = part.indexOf('=');
|
|
1384
|
+
|
|
1385
|
+
if (equals < 1) {
|
|
1386
|
+
return;
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
const name = trimOWS(part.slice(0, equals));
|
|
1390
|
+
|
|
1391
|
+
if (!parameterNameRE.test(name)) {
|
|
1392
|
+
return;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
const normalizedName = name.toLowerCase();
|
|
1396
|
+
|
|
1397
|
+
if (
|
|
1398
|
+
normalizedName === '__proto__' ||
|
|
1399
|
+
normalizedName === 'constructor' ||
|
|
1400
|
+
normalizedName === 'prototype'
|
|
1401
|
+
) {
|
|
1402
|
+
return;
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
const parameterValue = trimOWS(part.slice(equals + 1));
|
|
1406
|
+
parameters[normalizedName] = decodeQuotedString(parameterValue);
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
for (let i = 0; i < str.length; i++) {
|
|
1410
|
+
const code = str.charCodeAt(i);
|
|
1411
|
+
|
|
1412
|
+
if (quoted) {
|
|
1413
|
+
if (escaped) {
|
|
1414
|
+
escaped = false;
|
|
1415
|
+
} else if (code === 0x5c) {
|
|
1416
|
+
escaped = true;
|
|
1417
|
+
} else if (code === 0x22) {
|
|
1418
|
+
quoted = false;
|
|
1419
|
+
}
|
|
1420
|
+
} else if (code === 0x22) {
|
|
1421
|
+
quoted = true;
|
|
1422
|
+
} else if (code === 0x2c || code === 0x3b) {
|
|
1423
|
+
parseParameter(i);
|
|
1424
|
+
start = i + 1;
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
parseParameter(str.length);
|
|
1429
|
+
|
|
1430
|
+
return parameters;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1180
1433
|
const isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());
|
|
1181
1434
|
|
|
1182
1435
|
function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
|
|
@@ -1428,7 +1681,8 @@ class AxiosHeaders {
|
|
|
1428
1681
|
}
|
|
1429
1682
|
|
|
1430
1683
|
getSetCookie() {
|
|
1431
|
-
|
|
1684
|
+
const value = this.get('set-cookie');
|
|
1685
|
+
return utils$1.isArray(value) ? value : value == null || value === false ? [] : [value];
|
|
1432
1686
|
}
|
|
1433
1687
|
|
|
1434
1688
|
get [Symbol.toStringTag]() {
|
|
@@ -1439,6 +1693,10 @@ class AxiosHeaders {
|
|
|
1439
1693
|
return thing instanceof this ? thing : new this(thing);
|
|
1440
1694
|
}
|
|
1441
1695
|
|
|
1696
|
+
static parseParameters(value) {
|
|
1697
|
+
return parseParameters(value);
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1442
1700
|
static concat(first, ...targets) {
|
|
1443
1701
|
const computed = new this(first);
|
|
1444
1702
|
|
|
@@ -1449,8 +1707,8 @@ class AxiosHeaders {
|
|
|
1449
1707
|
|
|
1450
1708
|
static accessor(header) {
|
|
1451
1709
|
const internals =
|
|
1452
|
-
(this[$internals] =
|
|
1453
|
-
this[$internals] =
|
|
1710
|
+
(this[$internals$1] =
|
|
1711
|
+
this[$internals$1] =
|
|
1454
1712
|
{
|
|
1455
1713
|
accessors: {},
|
|
1456
1714
|
});
|
|
@@ -1564,9 +1822,40 @@ function redactConfig(config, redactKeys) {
|
|
|
1564
1822
|
return visit(config);
|
|
1565
1823
|
}
|
|
1566
1824
|
|
|
1825
|
+
function stringifySafely$1(value) {
|
|
1826
|
+
try {
|
|
1827
|
+
return String(value);
|
|
1828
|
+
} catch (err) {
|
|
1829
|
+
return '';
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
function aggregateErrorMessage(error) {
|
|
1834
|
+
const message = error.errors
|
|
1835
|
+
.map((entry) => {
|
|
1836
|
+
try {
|
|
1837
|
+
return entry && entry.message ? stringifySafely$1(entry.message) : stringifySafely$1(entry);
|
|
1838
|
+
} catch (err) {
|
|
1839
|
+
return '';
|
|
1840
|
+
}
|
|
1841
|
+
})
|
|
1842
|
+
.filter(Boolean)
|
|
1843
|
+
.join('; ');
|
|
1844
|
+
|
|
1845
|
+
return message || error.name || 'AggregateError';
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1567
1848
|
class AxiosError extends Error {
|
|
1568
1849
|
static from(error, code, config, request, response, customProps) {
|
|
1569
|
-
|
|
1850
|
+
// `AggregateError` (thrown by Node on dual-stack/Happy-Eyeballs connection
|
|
1851
|
+
// failures) has an empty `message`; its detail lives in `errors[]`. Without
|
|
1852
|
+
// this, the wrapped error surfaces with a blank message (see #6721).
|
|
1853
|
+
let message = error.message;
|
|
1854
|
+
if (!message && utils$1.isArray(error.errors) && error.errors.length) {
|
|
1855
|
+
message = aggregateErrorMessage(error);
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
const axiosError = new AxiosError(message, code || error.code, config, request, response);
|
|
1570
1859
|
// Match native `Error` `cause` semantics: non-enumerable. The wrapped
|
|
1571
1860
|
// error often carries circular internals (sockets, requests, agents), so
|
|
1572
1861
|
// an enumerable `cause` makes structured loggers (pino/winston) and any
|
|
@@ -1773,28 +2062,18 @@ function toFormData(obj, formData, options) {
|
|
|
1773
2062
|
// eslint-disable-next-line no-param-reassign
|
|
1774
2063
|
formData = formData || new (FormData)();
|
|
1775
2064
|
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
metaTokens: true,
|
|
1781
|
-
dots: false,
|
|
1782
|
-
indexes: false,
|
|
1783
|
-
},
|
|
1784
|
-
false,
|
|
1785
|
-
function defined(option, source) {
|
|
1786
|
-
// eslint-disable-next-line no-eq-null,eqeqeq
|
|
1787
|
-
return !utils$1.isUndefined(source[option]);
|
|
1788
|
-
}
|
|
1789
|
-
);
|
|
2065
|
+
const option = (name, fallback) => {
|
|
2066
|
+
const value = utils$1.getSafeProp(options, name);
|
|
2067
|
+
return utils$1.isUndefined(value) ? fallback : value;
|
|
2068
|
+
};
|
|
1790
2069
|
|
|
1791
|
-
const metaTokens =
|
|
2070
|
+
const metaTokens = option('metaTokens', true);
|
|
1792
2071
|
// eslint-disable-next-line no-use-before-define
|
|
1793
|
-
const visitor =
|
|
1794
|
-
const dots =
|
|
1795
|
-
const indexes =
|
|
1796
|
-
const _Blob =
|
|
1797
|
-
const maxDepth =
|
|
2072
|
+
const visitor = option('visitor') || defaultVisitor;
|
|
2073
|
+
const dots = option('dots', false);
|
|
2074
|
+
const indexes = option('indexes', false);
|
|
2075
|
+
const _Blob = option('Blob') || (typeof Blob !== 'undefined' && Blob);
|
|
2076
|
+
const maxDepth = option('maxDepth', DEFAULT_FORM_DATA_MAX_DEPTH);
|
|
1798
2077
|
const useBlob = _Blob && utils$1.isSpecCompliantForm(formData);
|
|
1799
2078
|
const stack = [];
|
|
1800
2079
|
|
|
@@ -1821,10 +2100,10 @@ function toFormData(obj, formData, options) {
|
|
|
1821
2100
|
if (useBlob && typeof _Blob === 'function') {
|
|
1822
2101
|
return new _Blob([value]);
|
|
1823
2102
|
}
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
2103
|
+
throw new AxiosError(
|
|
2104
|
+
'Blob is not supported. Use a Buffer instead.',
|
|
2105
|
+
AxiosError.ERR_NOT_SUPPORT
|
|
2106
|
+
);
|
|
1828
2107
|
}
|
|
1829
2108
|
|
|
1830
2109
|
return value;
|
|
@@ -2076,9 +2355,57 @@ function buildURL(url, params, options) {
|
|
|
2076
2355
|
return url;
|
|
2077
2356
|
}
|
|
2078
2357
|
|
|
2358
|
+
const $internals = Symbol('internals');
|
|
2359
|
+
|
|
2360
|
+
// `handlers` is public and may be replaced with a nullish value by user code;
|
|
2361
|
+
// `clear()` has always tolerated that. Treat it as an empty stack rather than
|
|
2362
|
+
// dereferencing it.
|
|
2363
|
+
function countHandlers(handlers) {
|
|
2364
|
+
return handlers ? handlers.length : 0;
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
function trimHandlers(handlers) {
|
|
2368
|
+
if (!handlers) {
|
|
2369
|
+
return;
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
while (handlers.length && handlers[handlers.length - 1] === null) {
|
|
2373
|
+
handlers.pop();
|
|
2374
|
+
}
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2377
|
+
function syncHandlerEntries(manager, internals) {
|
|
2378
|
+
const handlers = manager.handlers;
|
|
2379
|
+
const length = countHandlers(handlers);
|
|
2380
|
+
|
|
2381
|
+
if (handlers !== internals.handlersRef) {
|
|
2382
|
+
internals.handlersRef = handlers;
|
|
2383
|
+
internals.handlerEntries.clear();
|
|
2384
|
+
} else if (length !== internals.handlersLength) {
|
|
2385
|
+
if (!length) {
|
|
2386
|
+
internals.handlerEntries.clear();
|
|
2387
|
+
} else {
|
|
2388
|
+
internals.handlerEntries.forEach(function removeStaleEntry(entry, id) {
|
|
2389
|
+
if (handlers[entry.index] !== entry.handler) {
|
|
2390
|
+
internals.handlerEntries.delete(id);
|
|
2391
|
+
}
|
|
2392
|
+
});
|
|
2393
|
+
}
|
|
2394
|
+
}
|
|
2395
|
+
|
|
2396
|
+
internals.handlersLength = length;
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2079
2399
|
class InterceptorManager {
|
|
2080
2400
|
constructor() {
|
|
2081
2401
|
this.handlers = [];
|
|
2402
|
+
this[$internals] = {
|
|
2403
|
+
handlersRef: this.handlers,
|
|
2404
|
+
handlersLength: this.handlers.length,
|
|
2405
|
+
handlerEntries: new Map(),
|
|
2406
|
+
iterationDepth: 0,
|
|
2407
|
+
nextId: 0,
|
|
2408
|
+
};
|
|
2082
2409
|
}
|
|
2083
2410
|
|
|
2084
2411
|
/**
|
|
@@ -2091,13 +2418,30 @@ class InterceptorManager {
|
|
|
2091
2418
|
* @return {Number} An ID used to remove interceptor later
|
|
2092
2419
|
*/
|
|
2093
2420
|
use(fulfilled, rejected, options) {
|
|
2094
|
-
|
|
2421
|
+
const handler = {
|
|
2095
2422
|
fulfilled,
|
|
2096
2423
|
rejected,
|
|
2097
2424
|
synchronous: options ? options.synchronous : false,
|
|
2098
2425
|
runWhen: options ? options.runWhen : null,
|
|
2426
|
+
};
|
|
2427
|
+
const internals = this[$internals];
|
|
2428
|
+
|
|
2429
|
+
if (this.handlers == null) {
|
|
2430
|
+
this.handlers = [];
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2433
|
+
syncHandlerEntries(this, internals);
|
|
2434
|
+
|
|
2435
|
+
const id = internals.nextId++;
|
|
2436
|
+
|
|
2437
|
+
this.handlers.push(handler);
|
|
2438
|
+
internals.handlerEntries.set(id, {
|
|
2439
|
+
handler,
|
|
2440
|
+
index: this.handlers.length - 1,
|
|
2099
2441
|
});
|
|
2100
|
-
|
|
2442
|
+
internals.handlersLength = this.handlers.length;
|
|
2443
|
+
|
|
2444
|
+
return id;
|
|
2101
2445
|
}
|
|
2102
2446
|
|
|
2103
2447
|
/**
|
|
@@ -2108,8 +2452,27 @@ class InterceptorManager {
|
|
|
2108
2452
|
* @returns {void}
|
|
2109
2453
|
*/
|
|
2110
2454
|
eject(id) {
|
|
2111
|
-
|
|
2112
|
-
|
|
2455
|
+
const internals = this[$internals];
|
|
2456
|
+
|
|
2457
|
+
syncHandlerEntries(this, internals);
|
|
2458
|
+
|
|
2459
|
+
const entry = internals.handlerEntries.get(id);
|
|
2460
|
+
|
|
2461
|
+
if (entry) {
|
|
2462
|
+
internals.handlerEntries.delete(id);
|
|
2463
|
+
|
|
2464
|
+
// Ignore IDs invalidated by clear or direct replacement of handlers.
|
|
2465
|
+
if (this.handlers[entry.index] !== entry.handler) {
|
|
2466
|
+
return;
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
this.handlers[entry.index] = null;
|
|
2470
|
+
|
|
2471
|
+
// Do not reuse an index while forEach is walking its length snapshot.
|
|
2472
|
+
if (!internals.iterationDepth) {
|
|
2473
|
+
trimHandlers(this.handlers);
|
|
2474
|
+
internals.handlersLength = this.handlers.length;
|
|
2475
|
+
}
|
|
2113
2476
|
}
|
|
2114
2477
|
}
|
|
2115
2478
|
|
|
@@ -2121,6 +2484,7 @@ class InterceptorManager {
|
|
|
2121
2484
|
clear() {
|
|
2122
2485
|
if (this.handlers) {
|
|
2123
2486
|
this.handlers = [];
|
|
2487
|
+
syncHandlerEntries(this, this[$internals]);
|
|
2124
2488
|
}
|
|
2125
2489
|
}
|
|
2126
2490
|
|
|
@@ -2135,11 +2499,25 @@ class InterceptorManager {
|
|
|
2135
2499
|
* @returns {void}
|
|
2136
2500
|
*/
|
|
2137
2501
|
forEach(fn) {
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2502
|
+
const internals = this[$internals];
|
|
2503
|
+
|
|
2504
|
+
syncHandlerEntries(this, internals);
|
|
2505
|
+
|
|
2506
|
+
internals.iterationDepth++;
|
|
2507
|
+
|
|
2508
|
+
try {
|
|
2509
|
+
utils$1.forEach(this.handlers, function forEachHandler(h) {
|
|
2510
|
+
if (h !== null) {
|
|
2511
|
+
fn(h);
|
|
2512
|
+
}
|
|
2513
|
+
});
|
|
2514
|
+
} finally {
|
|
2515
|
+
if (!--internals.iterationDepth) {
|
|
2516
|
+
syncHandlerEntries(this, internals);
|
|
2517
|
+
trimHandlers(this.handlers);
|
|
2518
|
+
internals.handlersLength = countHandlers(this.handlers);
|
|
2141
2519
|
}
|
|
2142
|
-
}
|
|
2520
|
+
}
|
|
2143
2521
|
}
|
|
2144
2522
|
}
|
|
2145
2523
|
|
|
@@ -2260,12 +2638,18 @@ function throwIfDepthExceeded(index) {
|
|
|
2260
2638
|
* @returns An array of strings.
|
|
2261
2639
|
*/
|
|
2262
2640
|
function parsePropPath(name) {
|
|
2263
|
-
// foo[x][y][z]
|
|
2264
|
-
// foo.x.y.z
|
|
2265
|
-
//
|
|
2266
|
-
//
|
|
2641
|
+
// foo[x][y][z] -> ['foo', 'x', 'y', 'z']
|
|
2642
|
+
// foo.x.y.z -> ['foo', 'x', 'y', 'z']
|
|
2643
|
+
// A path is split on `.` and on `[...]` groups. A segment — whether written
|
|
2644
|
+
// in dot notation or captured inside brackets — may contain any character
|
|
2645
|
+
// except `.`, `[` and `]`, so a key like `user-name` or `user name` is kept
|
|
2646
|
+
// literal instead of being split (#5402). `.`, `[` and `]` keep their existing
|
|
2647
|
+
// meaning, e.g. `foo[bar.baz]` -> ['foo', 'bar', 'baz'] and `[]` is an array push.
|
|
2648
|
+
// Excluding `[` from the bracket group also makes the match fail fast at the
|
|
2649
|
+
// next `[`, so a malformed name cannot rescan to the end of the string from
|
|
2650
|
+
// every unmatched `[` — parsing stays linear in the length of the name.
|
|
2267
2651
|
const path = [];
|
|
2268
|
-
const pattern =
|
|
2652
|
+
const pattern = /[^.[\]]+|\[([^.[\]]*)]/g;
|
|
2269
2653
|
let match;
|
|
2270
2654
|
|
|
2271
2655
|
while ((match = pattern.exec(name)) !== null) {
|
|
@@ -2353,6 +2737,20 @@ function formDataToJSON(formData) {
|
|
|
2353
2737
|
return null;
|
|
2354
2738
|
}
|
|
2355
2739
|
|
|
2740
|
+
const methodList = Object.freeze([
|
|
2741
|
+
'get',
|
|
2742
|
+
'delete',
|
|
2743
|
+
'head',
|
|
2744
|
+
'options',
|
|
2745
|
+
'post',
|
|
2746
|
+
'put',
|
|
2747
|
+
'patch',
|
|
2748
|
+
'purge',
|
|
2749
|
+
'link',
|
|
2750
|
+
'unlink',
|
|
2751
|
+
'query',
|
|
2752
|
+
]);
|
|
2753
|
+
|
|
2356
2754
|
const own = (obj, key) => (obj != null && utils$1.hasOwnProp(obj, key) ? obj[key] : undefined);
|
|
2357
2755
|
|
|
2358
2756
|
/**
|
|
@@ -2515,7 +2913,7 @@ const defaults = {
|
|
|
2515
2913
|
},
|
|
2516
2914
|
};
|
|
2517
2915
|
|
|
2518
|
-
utils$1.forEach(
|
|
2916
|
+
utils$1.forEach(methodList, (method) => {
|
|
2519
2917
|
defaults.headers[method] = {};
|
|
2520
2918
|
});
|
|
2521
2919
|
|
|
@@ -2587,6 +2985,29 @@ function settle(resolve, reject, response) {
|
|
|
2587
2985
|
}
|
|
2588
2986
|
}
|
|
2589
2987
|
|
|
2988
|
+
const urlParserControlCharacters = /[\t\n\r]/g;
|
|
2989
|
+
|
|
2990
|
+
/**
|
|
2991
|
+
* Match WHATWG URL preprocessing before checking a URL's protocol.
|
|
2992
|
+
*
|
|
2993
|
+
* @param {string} url
|
|
2994
|
+
*
|
|
2995
|
+
* @returns {string}
|
|
2996
|
+
*/
|
|
2997
|
+
function normalizeURLForProtocolCheck(url) {
|
|
2998
|
+
if (typeof url !== 'string') {
|
|
2999
|
+
return url;
|
|
3000
|
+
}
|
|
3001
|
+
|
|
3002
|
+
let start = 0;
|
|
3003
|
+
|
|
3004
|
+
while (start < url.length && url.charCodeAt(start) <= 0x20) {
|
|
3005
|
+
start++;
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
return url.slice(start).replace(urlParserControlCharacters, '');
|
|
3009
|
+
}
|
|
3010
|
+
|
|
2590
3011
|
function parseProtocol(url) {
|
|
2591
3012
|
const match = /^([-+\w]{1,25}):(?:\/\/)?/.exec(url);
|
|
2592
3013
|
return (match && match[1]) || '';
|
|
@@ -2648,7 +3069,7 @@ function speedometer(samplesCount, min) {
|
|
|
2648
3069
|
* Throttle decorator
|
|
2649
3070
|
* @param {Function} fn
|
|
2650
3071
|
* @param {Number} freq
|
|
2651
|
-
* @return {Function}
|
|
3072
|
+
* @return {Array<Function>}
|
|
2652
3073
|
*/
|
|
2653
3074
|
function throttle(fn, freq) {
|
|
2654
3075
|
let timestamp = 0;
|
|
@@ -2683,8 +3104,9 @@ function throttle(fn, freq) {
|
|
|
2683
3104
|
};
|
|
2684
3105
|
|
|
2685
3106
|
const flush = () => lastArgs && invoke(lastArgs);
|
|
3107
|
+
const flushWith = (...args) => invoke(args);
|
|
2686
3108
|
|
|
2687
|
-
return [throttled, flush];
|
|
3109
|
+
return [throttled, flush, flushWith];
|
|
2688
3110
|
}
|
|
2689
3111
|
|
|
2690
3112
|
const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
@@ -2692,12 +3114,12 @@ const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
|
2692
3114
|
const _speedometer = speedometer(50, 250);
|
|
2693
3115
|
|
|
2694
3116
|
return throttle((e) => {
|
|
2695
|
-
if (!e ||
|
|
3117
|
+
if (!e || !utils$1.isNumber(e.loaded)) {
|
|
2696
3118
|
return;
|
|
2697
3119
|
}
|
|
2698
3120
|
const rawLoaded = e.loaded;
|
|
2699
3121
|
const total = e.lengthComputable ? e.total : undefined;
|
|
2700
|
-
const loaded = total != null ? Math.min(rawLoaded, total) : rawLoaded;
|
|
3122
|
+
const loaded = Math.max(0, total != null ? Math.min(rawLoaded, total) : rawLoaded);
|
|
2701
3123
|
const progressBytes = Math.max(0, loaded - bytesNotified);
|
|
2702
3124
|
const rate = _speedometer(progressBytes);
|
|
2703
3125
|
|
|
@@ -2734,9 +3156,9 @@ const progressEventDecorator = (total, throttled) => {
|
|
|
2734
3156
|
};
|
|
2735
3157
|
|
|
2736
3158
|
const asyncDecorator =
|
|
2737
|
-
(fn) =>
|
|
3159
|
+
(fn, scheduler = utils$1.asap) =>
|
|
2738
3160
|
(...args) =>
|
|
2739
|
-
|
|
3161
|
+
scheduler(() => fn(...args));
|
|
2740
3162
|
|
|
2741
3163
|
var isURLSameOrigin = platform.hasStandardBrowserEnv
|
|
2742
3164
|
? ((origin, isMSIE) => (url) => {
|
|
@@ -2842,33 +3264,66 @@ function isAbsoluteURL(url) {
|
|
|
2842
3264
|
* @returns {string} The combined URL
|
|
2843
3265
|
*/
|
|
2844
3266
|
function combineURLs(baseURL, relativeURL) {
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
3267
|
+
if (!relativeURL) {
|
|
3268
|
+
return baseURL;
|
|
3269
|
+
}
|
|
3270
|
+
|
|
3271
|
+
let end = baseURL.length;
|
|
3272
|
+
|
|
3273
|
+
while (end > 0 && baseURL.charCodeAt(end - 1) === 47) {
|
|
3274
|
+
end--;
|
|
3275
|
+
}
|
|
3276
|
+
|
|
3277
|
+
return baseURL.slice(0, end) + '/' + relativeURL.replace(/^\/+/, '');
|
|
2848
3278
|
}
|
|
2849
3279
|
|
|
2850
3280
|
const malformedHttpProtocol = /^https?:(?!\/\/)/i;
|
|
2851
|
-
const httpProtocolControlCharacters = /[\t\n\r]/g;
|
|
2852
3281
|
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
3282
|
+
// Redact the parts of a URL that can carry secrets before it is embedded in an
|
|
3283
|
+
// error message. AxiosError.toJSON() serializes `message` verbatim and errors
|
|
3284
|
+
// are commonly logged, while the opt-in `config.redact` model only cleans
|
|
3285
|
+
// config keys — it cannot reach the message. Redact only the genuinely
|
|
3286
|
+
// sensitive substrings — userinfo (credentials), query parameter values and
|
|
3287
|
+
// fragment contents — with the same REDACTED marker the config redaction uses,
|
|
3288
|
+
// while keeping the scheme, host, path and parameter names so the offending
|
|
3289
|
+
// request stays accurately identifiable.
|
|
3290
|
+
function redactFragment(fragment) {
|
|
3291
|
+
if (!fragment) {
|
|
3292
|
+
return fragment;
|
|
2857
3293
|
}
|
|
2858
|
-
|
|
3294
|
+
|
|
3295
|
+
return fragment.replace(/(^|&)([^=&]*=)?[^&]+/g, (match, separator, parameterName = '') => {
|
|
3296
|
+
return `${separator}${parameterName}${REDACTED}`;
|
|
3297
|
+
});
|
|
2859
3298
|
}
|
|
2860
3299
|
|
|
2861
|
-
function
|
|
2862
|
-
|
|
3300
|
+
function redactSensitiveURLParts(url) {
|
|
3301
|
+
const redactedURL = url.replace(/^(https?:\/{0,2})[^/?#]*@/i, `$1${REDACTED}@`);
|
|
3302
|
+
const fragmentIndex = redactedURL.indexOf('#');
|
|
3303
|
+
const urlWithoutFragment =
|
|
3304
|
+
fragmentIndex === -1 ? redactedURL : redactedURL.slice(0, fragmentIndex);
|
|
3305
|
+
const redactedURLWithoutFragment = urlWithoutFragment.replace(
|
|
3306
|
+
/([?&][^=&#]*=)[^&#]*/g,
|
|
3307
|
+
`$1${REDACTED}`
|
|
3308
|
+
);
|
|
3309
|
+
|
|
3310
|
+
if (fragmentIndex === -1) {
|
|
3311
|
+
return redactedURLWithoutFragment;
|
|
3312
|
+
}
|
|
3313
|
+
|
|
3314
|
+
return `${redactedURLWithoutFragment}#${redactFragment(redactedURL.slice(fragmentIndex + 1))}`;
|
|
2863
3315
|
}
|
|
2864
3316
|
|
|
2865
3317
|
function assertValidHttpProtocolURL(url, config) {
|
|
2866
|
-
if (typeof url === 'string'
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
AxiosError
|
|
2870
|
-
|
|
2871
|
-
|
|
3318
|
+
if (typeof url === 'string') {
|
|
3319
|
+
const normalizedURL = normalizeURLForProtocolCheck(url);
|
|
3320
|
+
if (malformedHttpProtocol.test(normalizedURL)) {
|
|
3321
|
+
throw new AxiosError(
|
|
3322
|
+
`Invalid URL ${JSON.stringify(redactSensitiveURLParts(normalizedURL))}: missing "//" after protocol`,
|
|
3323
|
+
AxiosError.ERR_INVALID_URL,
|
|
3324
|
+
config
|
|
3325
|
+
);
|
|
3326
|
+
}
|
|
2872
3327
|
}
|
|
2873
3328
|
}
|
|
2874
3329
|
|
|
@@ -2894,6 +3349,17 @@ function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls, config) {
|
|
|
2894
3349
|
|
|
2895
3350
|
const headersToObject = (thing) => (thing instanceof AxiosHeaders ? { ...thing } : thing);
|
|
2896
3351
|
|
|
3352
|
+
const ownEnumerableKeys = (thing) => {
|
|
3353
|
+
if (Object.getOwnPropertySymbols && Object.getOwnPropertyDescriptor) {
|
|
3354
|
+
return Object.keys(thing).concat(
|
|
3355
|
+
Object.getOwnPropertySymbols(thing).filter(
|
|
3356
|
+
(symbol) => Object.getOwnPropertyDescriptor(thing, symbol).enumerable
|
|
3357
|
+
)
|
|
3358
|
+
);
|
|
3359
|
+
}
|
|
3360
|
+
return Object.keys(thing);
|
|
3361
|
+
};
|
|
3362
|
+
|
|
2897
3363
|
/**
|
|
2898
3364
|
* Config-specific merge-function which creates a new config-object
|
|
2899
3365
|
* by merging two configuration objects together.
|
|
@@ -2959,7 +3425,9 @@ function mergeConfig(config1, config2) {
|
|
|
2959
3425
|
}
|
|
2960
3426
|
|
|
2961
3427
|
function getMergedTransitionalOption(prop) {
|
|
2962
|
-
const transitional2 = utils$1.hasOwnProp(config2, 'transitional')
|
|
3428
|
+
const transitional2 = utils$1.hasOwnProp(config2, 'transitional')
|
|
3429
|
+
? config2.transitional
|
|
3430
|
+
: undefined;
|
|
2963
3431
|
|
|
2964
3432
|
if (!utils$1.isUndefined(transitional2)) {
|
|
2965
3433
|
if (utils$1.isPlainObject(transitional2)) {
|
|
@@ -2971,7 +3439,9 @@ function mergeConfig(config1, config2) {
|
|
|
2971
3439
|
}
|
|
2972
3440
|
}
|
|
2973
3441
|
|
|
2974
|
-
const transitional1 = utils$1.hasOwnProp(config1, 'transitional')
|
|
3442
|
+
const transitional1 = utils$1.hasOwnProp(config1, 'transitional')
|
|
3443
|
+
? config1.transitional
|
|
3444
|
+
: undefined;
|
|
2975
3445
|
|
|
2976
3446
|
if (utils$1.isPlainObject(transitional1) && utils$1.hasOwnProp(transitional1, prop)) {
|
|
2977
3447
|
return transitional1[prop];
|
|
@@ -2998,7 +3468,7 @@ function mergeConfig(config1, config2) {
|
|
|
2998
3468
|
transformResponse: defaultToConfig2,
|
|
2999
3469
|
paramsSerializer: defaultToConfig2,
|
|
3000
3470
|
timeout: defaultToConfig2,
|
|
3001
|
-
|
|
3471
|
+
timeoutErrorMessage: defaultToConfig2,
|
|
3002
3472
|
withCredentials: defaultToConfig2,
|
|
3003
3473
|
withXSRFToken: defaultToConfig2,
|
|
3004
3474
|
adapter: defaultToConfig2,
|
|
@@ -3023,7 +3493,7 @@ function mergeConfig(config1, config2) {
|
|
|
3023
3493
|
mergeDeepProperties(headersToObject(a), headersToObject(b), prop, true),
|
|
3024
3494
|
};
|
|
3025
3495
|
|
|
3026
|
-
utils$1.forEach(
|
|
3496
|
+
utils$1.forEach(ownEnumerableKeys({ ...config1, ...config2 }), function computeConfigValue(prop) {
|
|
3027
3497
|
if (prop === '__proto__' || prop === 'constructor' || prop === 'prototype') return;
|
|
3028
3498
|
const merge = utils$1.hasOwnProp(mergeMap, prop) ? mergeMap[prop] : mergeDeepProperties;
|
|
3029
3499
|
const a = utils$1.hasOwnProp(config1, prop) ? config1[prop] : undefined;
|
|
@@ -3049,6 +3519,17 @@ function mergeConfig(config1, config2) {
|
|
|
3049
3519
|
|
|
3050
3520
|
const FORM_DATA_CONTENT_HEADERS = ['content-type', 'content-length'];
|
|
3051
3521
|
|
|
3522
|
+
/**
|
|
3523
|
+
* Apply the headers generated by a FormData implementation to the request headers,
|
|
3524
|
+
* honoring the `formDataHeaderPolicy` option: with 'content-only', copy only the
|
|
3525
|
+
* content-* headers; otherwise merge all of them.
|
|
3526
|
+
*
|
|
3527
|
+
* @param {AxiosHeaders} headers - the request headers to mutate
|
|
3528
|
+
* @param {Object | null | undefined} formHeaders - headers produced by the FormData implementation
|
|
3529
|
+
* @param {String} [policy] - the resolved `formDataHeaderPolicy` config value
|
|
3530
|
+
*
|
|
3531
|
+
* @returns {void}
|
|
3532
|
+
*/
|
|
3052
3533
|
function setFormDataHeaders(headers, formHeaders, policy) {
|
|
3053
3534
|
if (policy !== 'content-only') {
|
|
3054
3535
|
headers.set(formHeaders);
|
|
@@ -3116,15 +3597,17 @@ function resolveConfig(config) {
|
|
|
3116
3597
|
}
|
|
3117
3598
|
|
|
3118
3599
|
if (utils$1.isFormData(data)) {
|
|
3600
|
+
const getHeaders = utils$1.getSafeProp(data, 'getHeaders');
|
|
3601
|
+
|
|
3119
3602
|
if (
|
|
3120
3603
|
platform.hasStandardBrowserEnv ||
|
|
3121
3604
|
platform.hasStandardBrowserWebWorkerEnv ||
|
|
3122
3605
|
utils$1.isReactNative(data)
|
|
3123
3606
|
) {
|
|
3124
3607
|
headers.setContentType(undefined); // browser/web worker/RN handles it
|
|
3125
|
-
} else if (utils$1.isFunction(
|
|
3608
|
+
} else if (utils$1.isFunction(getHeaders)) {
|
|
3126
3609
|
// Node.js FormData (like form-data package)
|
|
3127
|
-
setFormDataHeaders(headers,
|
|
3610
|
+
setFormDataHeaders(headers, getHeaders.call(data), own('formDataHeaderPolicy'));
|
|
3128
3611
|
}
|
|
3129
3612
|
}
|
|
3130
3613
|
|
|
@@ -3166,7 +3649,7 @@ var xhrAdapter = isXHRAdapterSupported &&
|
|
|
3166
3649
|
let { responseType, onUploadProgress, onDownloadProgress } = _config;
|
|
3167
3650
|
let onCanceled;
|
|
3168
3651
|
let uploadThrottled, downloadThrottled;
|
|
3169
|
-
let flushUpload, flushDownload;
|
|
3652
|
+
let flushUpload, flushDownload, flushDownloadWithEvent;
|
|
3170
3653
|
|
|
3171
3654
|
function done() {
|
|
3172
3655
|
flushUpload && flushUpload(); // flush events
|
|
@@ -3184,10 +3667,55 @@ var xhrAdapter = isXHRAdapterSupported &&
|
|
|
3184
3667
|
// Set the request timeout in MS
|
|
3185
3668
|
request.timeout = _config.timeout;
|
|
3186
3669
|
|
|
3187
|
-
function onloadend() {
|
|
3670
|
+
function onloadend(event) {
|
|
3188
3671
|
if (!request) {
|
|
3189
3672
|
return;
|
|
3190
3673
|
}
|
|
3674
|
+
|
|
3675
|
+
// Status 0 means no response was received, which onerror and onabort normally
|
|
3676
|
+
// reject before this runs. Firefox 152 fires only readystatechange and loadend for
|
|
3677
|
+
// navigation-canceled requests (https://bugzilla.mozilla.org/show_bug.cgi?id=1505389),
|
|
3678
|
+
// leaving settle() to resolve them as an empty success. ECONNABORTED is the error
|
|
3679
|
+
// onabort raised on Firefox 151. Reads over file:, which some environments report as
|
|
3680
|
+
// status 0 on success, are excluded by the request URL's scheme after browser-style
|
|
3681
|
+
// preprocessing, by the page origin's scheme for relative URLs (which inherit it), or
|
|
3682
|
+
// by responseURL where implemented.
|
|
3683
|
+
if (
|
|
3684
|
+
request.status === 0 &&
|
|
3685
|
+
(parseProtocol(normalizeURLForProtocolCheck(_config.url)) ||
|
|
3686
|
+
parseProtocol(platform.origin)) !== 'file' &&
|
|
3687
|
+
!(request.responseURL && request.responseURL.startsWith('file:'))
|
|
3688
|
+
) {
|
|
3689
|
+
reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));
|
|
3690
|
+
done();
|
|
3691
|
+
|
|
3692
|
+
// Clean up request
|
|
3693
|
+
request = null;
|
|
3694
|
+
return;
|
|
3695
|
+
}
|
|
3696
|
+
|
|
3697
|
+
// When loadend is still dispatching, flushing with it gives progress
|
|
3698
|
+
// listeners a final delivery whose event has a live target. The legacy
|
|
3699
|
+
// ready-state fallback has no event, so replay its pending progress.
|
|
3700
|
+
// A throwing listener must not block settlement; rethrow asynchronously,
|
|
3701
|
+
// matching how listener errors surface on the throttle timer path.
|
|
3702
|
+
try {
|
|
3703
|
+
if (event) {
|
|
3704
|
+
flushDownloadWithEvent && flushDownloadWithEvent(event);
|
|
3705
|
+
} else {
|
|
3706
|
+
flushDownload && flushDownload();
|
|
3707
|
+
}
|
|
3708
|
+
} catch (err) {
|
|
3709
|
+
setTimeout(() => {
|
|
3710
|
+
throw err;
|
|
3711
|
+
});
|
|
3712
|
+
}
|
|
3713
|
+
|
|
3714
|
+
// A final progress callback can cancel the request synchronously.
|
|
3715
|
+
if (!request) {
|
|
3716
|
+
return;
|
|
3717
|
+
}
|
|
3718
|
+
|
|
3191
3719
|
// Prepare the response
|
|
3192
3720
|
const responseHeaders = AxiosHeaders.from(
|
|
3193
3721
|
'getAllResponseHeaders' in request && request.getAllResponseHeaders()
|
|
@@ -3319,7 +3847,10 @@ var xhrAdapter = isXHRAdapterSupported &&
|
|
|
3319
3847
|
|
|
3320
3848
|
// Handle progress if needed
|
|
3321
3849
|
if (onDownloadProgress) {
|
|
3322
|
-
[downloadThrottled, flushDownload] = progressEventReducer(
|
|
3850
|
+
[downloadThrottled, flushDownload, flushDownloadWithEvent] = progressEventReducer(
|
|
3851
|
+
onDownloadProgress,
|
|
3852
|
+
true
|
|
3853
|
+
);
|
|
3323
3854
|
request.addEventListener('progress', downloadThrottled);
|
|
3324
3855
|
}
|
|
3325
3856
|
|
|
@@ -3415,7 +3946,18 @@ const composeSignals = (signals, timeout) => {
|
|
|
3415
3946
|
signals = null;
|
|
3416
3947
|
};
|
|
3417
3948
|
|
|
3418
|
-
signals.forEach((signal) =>
|
|
3949
|
+
signals.forEach((signal) => {
|
|
3950
|
+
if (aborted) {
|
|
3951
|
+
return;
|
|
3952
|
+
}
|
|
3953
|
+
|
|
3954
|
+
if (signal.aborted) {
|
|
3955
|
+
onabort.call(signal);
|
|
3956
|
+
return;
|
|
3957
|
+
}
|
|
3958
|
+
|
|
3959
|
+
signal.addEventListener('abort', onabort, { once: true });
|
|
3960
|
+
});
|
|
3419
3961
|
|
|
3420
3962
|
const { signal } = controller;
|
|
3421
3963
|
|
|
@@ -3515,13 +4057,11 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
|
3515
4057
|
};
|
|
3516
4058
|
|
|
3517
4059
|
/**
|
|
3518
|
-
* Estimate
|
|
3519
|
-
* -
|
|
3520
|
-
*
|
|
3521
|
-
*
|
|
3522
|
-
*
|
|
3523
|
-
* @param {string} url
|
|
3524
|
-
* @returns {number}
|
|
4060
|
+
* Estimate data: URL byte lengths *without* allocating large buffers.
|
|
4061
|
+
* - Fetch percent-decodes a base64 body before decoding it.
|
|
4062
|
+
* - Node's Buffer.from(body, 'base64') sizes its backing allocation from the
|
|
4063
|
+
* raw body, including ignored characters and content after padding.
|
|
4064
|
+
* - Non-base64 data is percent-decoded and then encoded as UTF-8.
|
|
3525
4065
|
*/
|
|
3526
4066
|
const isHexDigit = (charCode) =>
|
|
3527
4067
|
(charCode >= 48 && charCode <= 57) ||
|
|
@@ -3531,64 +4071,101 @@ const isHexDigit = (charCode) =>
|
|
|
3531
4071
|
const isPercentEncodedByte = (str, i, len) =>
|
|
3532
4072
|
i + 2 < len && isHexDigit(str.charCodeAt(i + 1)) && isHexDigit(str.charCodeAt(i + 2));
|
|
3533
4073
|
|
|
3534
|
-
|
|
3535
|
-
if (!url || typeof url !== 'string') return 0;
|
|
3536
|
-
if (!url.startsWith('data:')) return 0;
|
|
4074
|
+
const hexValue = (charCode) => (charCode <= 57 ? charCode - 48 : (charCode & 0xdf) - 55);
|
|
3537
4075
|
|
|
3538
|
-
|
|
3539
|
-
|
|
4076
|
+
const isBase64Char = (charCode) =>
|
|
4077
|
+
(charCode >= 65 && charCode <= 90) || // A-Z
|
|
4078
|
+
(charCode >= 97 && charCode <= 122) || // a-z
|
|
4079
|
+
(charCode >= 48 && charCode <= 57) || // 0-9
|
|
4080
|
+
charCode === 43 || // +
|
|
4081
|
+
charCode === 47 || // /
|
|
4082
|
+
charCode === 45 || // - (base64url)
|
|
4083
|
+
charCode === 95; // _ (base64url)
|
|
3540
4084
|
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
const isBase64 = /;base64/i.test(meta);
|
|
4085
|
+
const isBase64Whitespace = (charCode) =>
|
|
4086
|
+
charCode === 9 || charCode === 10 || charCode === 12 || charCode === 13 || charCode === 32;
|
|
3544
4087
|
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
4088
|
+
const base64Bytes = (significant) => {
|
|
4089
|
+
const groups = Math.floor(significant / 4);
|
|
4090
|
+
const remainder = significant % 4;
|
|
4091
|
+
return groups * 3 + (remainder === 2 ? 1 : remainder === 3 ? 2 : 0);
|
|
4092
|
+
};
|
|
4093
|
+
|
|
4094
|
+
// Buffer.byteLength(body, 'base64') uses the raw string length as an allocation
|
|
4095
|
+
// upper bound even when Buffer.from later ignores characters or stops at '='.
|
|
4096
|
+
const estimateBase64BufferAllocation = (body) => {
|
|
4097
|
+
const len = body.length;
|
|
4098
|
+
let padding = 0;
|
|
4099
|
+
|
|
4100
|
+
if (len > 0 && body.charCodeAt(len - 1) === 61 /* '=' */) {
|
|
4101
|
+
padding++;
|
|
4102
|
+
|
|
4103
|
+
if (len > 1 && body.charCodeAt(len - 2) === 61 /* '=' */) {
|
|
4104
|
+
padding++;
|
|
3560
4105
|
}
|
|
4106
|
+
}
|
|
3561
4107
|
|
|
3562
|
-
|
|
3563
|
-
|
|
4108
|
+
return Math.floor(((len - padding) * 3) / 4);
|
|
4109
|
+
};
|
|
3564
4110
|
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
4111
|
+
const estimatePercentDecodedBase64Bytes = (body) => {
|
|
4112
|
+
const len = body.length;
|
|
4113
|
+
let significant = 0;
|
|
4114
|
+
let padding = 0;
|
|
4115
|
+
let invalid = false;
|
|
3570
4116
|
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
idx -= 3;
|
|
3578
|
-
}
|
|
4117
|
+
for (let i = 0; i < len; i++) {
|
|
4118
|
+
let code = body.charCodeAt(i);
|
|
4119
|
+
|
|
4120
|
+
if (code === 37 /* '%' */ && isPercentEncodedByte(body, i, len)) {
|
|
4121
|
+
code = hexValue(body.charCodeAt(i + 1)) * 16 + hexValue(body.charCodeAt(i + 2));
|
|
4122
|
+
i += 2;
|
|
3579
4123
|
}
|
|
3580
4124
|
|
|
3581
|
-
if (
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
4125
|
+
if (isBase64Whitespace(code)) {
|
|
4126
|
+
continue;
|
|
4127
|
+
}
|
|
4128
|
+
|
|
4129
|
+
if (code === 61 /* '=' */) {
|
|
4130
|
+
padding++;
|
|
4131
|
+
continue;
|
|
4132
|
+
}
|
|
4133
|
+
|
|
4134
|
+
if (!isBase64Char(code) || padding > 0) {
|
|
4135
|
+
invalid = true;
|
|
4136
|
+
continue;
|
|
3587
4137
|
}
|
|
3588
4138
|
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
4139
|
+
significant++;
|
|
4140
|
+
}
|
|
4141
|
+
|
|
4142
|
+
// Fetch rejects malformed forgiving-base64 input. Returning the raw-size
|
|
4143
|
+
// allocation bound keeps that invalid input from becoming a pre-check bypass.
|
|
4144
|
+
if (
|
|
4145
|
+
invalid ||
|
|
4146
|
+
padding > 2 ||
|
|
4147
|
+
(padding > 0 && (significant + padding) % 4 !== 0) ||
|
|
4148
|
+
significant % 4 === 1
|
|
4149
|
+
) {
|
|
4150
|
+
return estimateBase64BufferAllocation(body);
|
|
4151
|
+
}
|
|
4152
|
+
|
|
4153
|
+
return base64Bytes(significant);
|
|
4154
|
+
};
|
|
4155
|
+
|
|
4156
|
+
const estimateDataURLBytes = (url, estimateBase64) => {
|
|
4157
|
+
if (!url || typeof url !== 'string') return 0;
|
|
4158
|
+
if (!url.startsWith('data:')) return 0;
|
|
4159
|
+
|
|
4160
|
+
const comma = url.indexOf(',');
|
|
4161
|
+
if (comma < 0) return 0;
|
|
4162
|
+
|
|
4163
|
+
const meta = url.slice(5, comma);
|
|
4164
|
+
const body = url.slice(comma + 1);
|
|
4165
|
+
const isBase64 = /;base64/i.test(meta);
|
|
4166
|
+
|
|
4167
|
+
if (isBase64) {
|
|
4168
|
+
return estimateBase64(body);
|
|
3592
4169
|
}
|
|
3593
4170
|
|
|
3594
4171
|
// Compute UTF-8 byte length directly from UTF-16 code units without allocating
|
|
@@ -3618,12 +4195,40 @@ function estimateDataURLDecodedBytes(url) {
|
|
|
3618
4195
|
}
|
|
3619
4196
|
}
|
|
3620
4197
|
return bytes;
|
|
4198
|
+
};
|
|
4199
|
+
|
|
4200
|
+
/**
|
|
4201
|
+
* Estimate the percent-decoded payload size used by Fetch data: URLs.
|
|
4202
|
+
*
|
|
4203
|
+
* @param {string} url
|
|
4204
|
+
* @returns {number}
|
|
4205
|
+
*/
|
|
4206
|
+
function estimateDataURLDecodedBytes(url) {
|
|
4207
|
+
// Fetch removes URL fragments before processing a data: URL.
|
|
4208
|
+
const fragmentIndex = typeof url === 'string' ? url.indexOf('#') : -1;
|
|
4209
|
+
|
|
4210
|
+
return estimateDataURLBytes(
|
|
4211
|
+
fragmentIndex === -1 ? url : url.slice(0, fragmentIndex),
|
|
4212
|
+
estimatePercentDecodedBase64Bytes
|
|
4213
|
+
);
|
|
3621
4214
|
}
|
|
3622
4215
|
|
|
3623
|
-
const VERSION = "1.
|
|
4216
|
+
const VERSION = "1.20.0";
|
|
3624
4217
|
|
|
3625
4218
|
const DEFAULT_CHUNK_SIZE = 64 * 1024;
|
|
3626
4219
|
|
|
4220
|
+
const DEFAULT_REQUEST_OPTIONS = {
|
|
4221
|
+
cache: 'default',
|
|
4222
|
+
redirect: 'follow',
|
|
4223
|
+
referrer: 'about:client',
|
|
4224
|
+
referrerPolicy: '',
|
|
4225
|
+
mode: 'cors',
|
|
4226
|
+
integrity: '',
|
|
4227
|
+
keepalive: false,
|
|
4228
|
+
priority: 'auto',
|
|
4229
|
+
window: null,
|
|
4230
|
+
};
|
|
4231
|
+
|
|
3627
4232
|
const { isFunction } = utils$1;
|
|
3628
4233
|
|
|
3629
4234
|
/**
|
|
@@ -3674,9 +4279,7 @@ const maybeWithAuthCredentials = (url) => {
|
|
|
3674
4279
|
|
|
3675
4280
|
const factory = (env) => {
|
|
3676
4281
|
const globalObject =
|
|
3677
|
-
utils$1.global !== undefined && utils$1.global !== null
|
|
3678
|
-
? utils$1.global
|
|
3679
|
-
: globalThis;
|
|
4282
|
+
utils$1.global !== undefined && utils$1.global !== null ? utils$1.global : globalThis;
|
|
3680
4283
|
const { ReadableStream, TextEncoder } = globalObject;
|
|
3681
4284
|
|
|
3682
4285
|
env = utils$1.merge.call(
|
|
@@ -3815,6 +4418,7 @@ const factory = (env) => {
|
|
|
3815
4418
|
fetchOptions,
|
|
3816
4419
|
maxContentLength,
|
|
3817
4420
|
maxBodyLength,
|
|
4421
|
+
maxRedirects,
|
|
3818
4422
|
} = resolveConfig(config);
|
|
3819
4423
|
|
|
3820
4424
|
const hasMaxContentLength = utils$1.isNumber(maxContentLength) && maxContentLength > -1;
|
|
@@ -3865,7 +4469,7 @@ const factory = (env) => {
|
|
|
3865
4469
|
const password = utils$1.getSafeProp(configAuth, 'password') || '';
|
|
3866
4470
|
auth = {
|
|
3867
4471
|
username,
|
|
3868
|
-
password
|
|
4472
|
+
password,
|
|
3869
4473
|
};
|
|
3870
4474
|
}
|
|
3871
4475
|
|
|
@@ -3877,7 +4481,7 @@ const factory = (env) => {
|
|
|
3877
4481
|
const urlPassword = decodeURIComponentSafe(parsedURL.password);
|
|
3878
4482
|
auth = {
|
|
3879
4483
|
username: urlUsername,
|
|
3880
|
-
password: urlPassword
|
|
4484
|
+
password: urlPassword,
|
|
3881
4485
|
};
|
|
3882
4486
|
}
|
|
3883
4487
|
|
|
@@ -3951,7 +4555,9 @@ const factory = (env) => {
|
|
|
3951
4555
|
(onUploadProgress || mustEnforceStreamBody)
|
|
3952
4556
|
) {
|
|
3953
4557
|
requestContentLength =
|
|
3954
|
-
requestContentLength == null
|
|
4558
|
+
requestContentLength == null
|
|
4559
|
+
? await resolveBodyLength(headers, data)
|
|
4560
|
+
: requestContentLength;
|
|
3955
4561
|
|
|
3956
4562
|
// A declared length of 0 is only trusted to skip the wrap when we are
|
|
3957
4563
|
// not enforcing a stream limit (which must not rely on that header).
|
|
@@ -3964,7 +4570,10 @@ const factory = (env) => {
|
|
|
3964
4570
|
|
|
3965
4571
|
let contentTypeHeader;
|
|
3966
4572
|
|
|
3967
|
-
if (
|
|
4573
|
+
if (
|
|
4574
|
+
utils$1.isFormData(data) &&
|
|
4575
|
+
(contentTypeHeader = _request.headers.get('content-type'))
|
|
4576
|
+
) {
|
|
3968
4577
|
headers.setContentType(contentTypeHeader);
|
|
3969
4578
|
}
|
|
3970
4579
|
|
|
@@ -4027,20 +4636,57 @@ const factory = (env) => {
|
|
|
4027
4636
|
// Set User-Agent header if not already set (fetch defaults to 'node' in Node.js)
|
|
4028
4637
|
headers.set('User-Agent', 'axios/' + VERSION, false);
|
|
4029
4638
|
|
|
4030
|
-
const
|
|
4031
|
-
|
|
4639
|
+
const safeFetchOptions =
|
|
4640
|
+
fetchOptions == null ? fetchOptions : Object.assign(Object.create(null), fetchOptions);
|
|
4641
|
+
|
|
4642
|
+
if (safeFetchOptions) {
|
|
4643
|
+
// These options are owned by Axios and are already reflected in the
|
|
4644
|
+
// resolved Request passed to fetch.
|
|
4645
|
+
delete safeFetchOptions.body;
|
|
4646
|
+
delete safeFetchOptions.headers;
|
|
4647
|
+
delete safeFetchOptions.method;
|
|
4648
|
+
delete safeFetchOptions.signal;
|
|
4649
|
+
delete safeFetchOptions.duplex;
|
|
4650
|
+
delete safeFetchOptions.credentials;
|
|
4651
|
+
}
|
|
4652
|
+
|
|
4653
|
+
const resolvedOptions = Object.assign(Object.create(null), safeFetchOptions, {
|
|
4032
4654
|
signal: composedSignal,
|
|
4033
4655
|
method: method.toUpperCase(),
|
|
4034
4656
|
headers: toByteStringHeaderObject(headers.normalize()),
|
|
4035
4657
|
body: data,
|
|
4036
4658
|
duplex: 'half',
|
|
4037
4659
|
credentials: isCredentialsSupported ? withCredentials : undefined,
|
|
4038
|
-
};
|
|
4660
|
+
});
|
|
4661
|
+
|
|
4662
|
+
if (isRequestSupported) {
|
|
4663
|
+
utils$1.forEach(DEFAULT_REQUEST_OPTIONS, (value, key) => {
|
|
4664
|
+
if (resolvedOptions[key] === undefined) {
|
|
4665
|
+
resolvedOptions[key] = value;
|
|
4666
|
+
}
|
|
4667
|
+
});
|
|
4668
|
+
|
|
4669
|
+
if (resolvedOptions.signal === undefined) {
|
|
4670
|
+
resolvedOptions.signal = null;
|
|
4671
|
+
}
|
|
4672
|
+
|
|
4673
|
+
if (resolvedOptions.body === undefined) {
|
|
4674
|
+
resolvedOptions.body = null;
|
|
4675
|
+
}
|
|
4676
|
+
}
|
|
4677
|
+
|
|
4678
|
+
if (maxRedirects === 0) {
|
|
4679
|
+
resolvedOptions.redirect = 'manual';
|
|
4680
|
+
|
|
4681
|
+
if (safeFetchOptions) {
|
|
4682
|
+
safeFetchOptions.redirect = 'manual';
|
|
4683
|
+
}
|
|
4684
|
+
}
|
|
4039
4685
|
|
|
4040
4686
|
request = isRequestSupported && new Request(url, resolvedOptions);
|
|
4041
4687
|
|
|
4042
4688
|
let response = await (isRequestSupported
|
|
4043
|
-
? _fetch(request,
|
|
4689
|
+
? _fetch(request, safeFetchOptions)
|
|
4044
4690
|
: _fetch(url, resolvedOptions));
|
|
4045
4691
|
|
|
4046
4692
|
const responseHeaders = AxiosHeaders.from(response.headers);
|
|
@@ -4398,10 +5044,15 @@ function throwIfCancellationRequested(config) {
|
|
|
4398
5044
|
*
|
|
4399
5045
|
* @returns {Promise} The Promise to be fulfilled
|
|
4400
5046
|
*/
|
|
4401
|
-
function dispatchRequest(
|
|
5047
|
+
function dispatchRequest(_config) {
|
|
5048
|
+
// Interceptors may replace the merged config with an ordinary object. Flatten
|
|
5049
|
+
// it at the dispatch boundary so shared prototype members cannot become
|
|
5050
|
+
// request behavior, while preserving intentional template/class members.
|
|
5051
|
+
const config = utils$1.toSafeFlatObject(_config);
|
|
5052
|
+
|
|
4402
5053
|
throwIfCancellationRequested(config);
|
|
4403
5054
|
|
|
4404
|
-
config.headers = AxiosHeaders.from(config
|
|
5055
|
+
config.headers = AxiosHeaders.from(utils$1.getSafeProp(config, 'headers'));
|
|
4405
5056
|
|
|
4406
5057
|
// Transform request data
|
|
4407
5058
|
config.data = transformData.call(config, config.transformRequest);
|
|
@@ -4594,21 +5245,21 @@ class Axios {
|
|
|
4594
5245
|
return await this._request(configOrUrl, config);
|
|
4595
5246
|
} catch (err) {
|
|
4596
5247
|
if (err instanceof Error) {
|
|
4597
|
-
|
|
5248
|
+
try {
|
|
5249
|
+
let dummy = {};
|
|
4598
5250
|
|
|
4599
|
-
|
|
5251
|
+
Error.captureStackTrace ? Error.captureStackTrace(dummy) : (dummy = new Error());
|
|
4600
5252
|
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
if (!dummy.stack) {
|
|
4604
|
-
return '';
|
|
4605
|
-
}
|
|
5253
|
+
const dummyStack = dummy.stack;
|
|
5254
|
+
let stack = '';
|
|
4606
5255
|
|
|
4607
|
-
|
|
5256
|
+
// slice off the Error: ... line
|
|
5257
|
+
if (typeof dummyStack === 'string') {
|
|
5258
|
+
const firstNewlineIndex = dummyStack.indexOf('\n');
|
|
5259
|
+
|
|
5260
|
+
stack = firstNewlineIndex === -1 ? '' : dummyStack.slice(firstNewlineIndex + 1);
|
|
5261
|
+
}
|
|
4608
5262
|
|
|
4609
|
-
return firstNewlineIndex === -1 ? '' : dummy.stack.slice(firstNewlineIndex + 1);
|
|
4610
|
-
})();
|
|
4611
|
-
try {
|
|
4612
5263
|
if (!err.stack) {
|
|
4613
5264
|
err.stack = stack;
|
|
4614
5265
|
// match without the 2 top stack lines
|
|
@@ -4624,7 +5275,7 @@ class Axios {
|
|
|
4624
5275
|
}
|
|
4625
5276
|
}
|
|
4626
5277
|
} catch (e) {
|
|
4627
|
-
//
|
|
5278
|
+
// Ignore failures from custom stack hooks or un-writable stack properties.
|
|
4628
5279
|
}
|
|
4629
5280
|
}
|
|
4630
5281
|
|
|
@@ -4695,13 +5346,17 @@ class Axios {
|
|
|
4695
5346
|
);
|
|
4696
5347
|
|
|
4697
5348
|
// Set config.method
|
|
4698
|
-
config.method = (
|
|
5349
|
+
config.method = (
|
|
5350
|
+
utils$1.getSafeProp(config, 'method') ||
|
|
5351
|
+
utils$1.getSafeProp(this.defaults, 'method') ||
|
|
5352
|
+
'get'
|
|
5353
|
+
).toLowerCase();
|
|
4699
5354
|
|
|
4700
5355
|
// Flatten headers
|
|
4701
5356
|
let contextHeaders = headers && utils$1.merge(headers.common, headers[config.method]);
|
|
4702
5357
|
|
|
4703
5358
|
headers &&
|
|
4704
|
-
utils$1.forEach(
|
|
5359
|
+
utils$1.forEach(methodList.concat('common'), (method) => {
|
|
4705
5360
|
delete headers[method];
|
|
4706
5361
|
});
|
|
4707
5362
|
|
|
@@ -4760,17 +5415,35 @@ class Axios {
|
|
|
4760
5415
|
const onFulfilled = requestInterceptorChain[i++];
|
|
4761
5416
|
const onRejected = requestInterceptorChain[i++];
|
|
4762
5417
|
try {
|
|
4763
|
-
newConfig = onFulfilled(newConfig);
|
|
5418
|
+
newConfig = onFulfilled ? onFulfilled(newConfig) : newConfig;
|
|
4764
5419
|
} catch (error) {
|
|
4765
|
-
onRejected
|
|
5420
|
+
if (!onRejected) {
|
|
5421
|
+
promise = Promise.reject(error);
|
|
5422
|
+
break;
|
|
5423
|
+
}
|
|
5424
|
+
|
|
5425
|
+
try {
|
|
5426
|
+
const rejectedResult = onRejected.call(this, error);
|
|
5427
|
+
|
|
5428
|
+
if (utils$1.isThenable(rejectedResult)) {
|
|
5429
|
+
promise = Promise.resolve(rejectedResult).then(() =>
|
|
5430
|
+
dispatchRequest.call(this, newConfig)
|
|
5431
|
+
);
|
|
5432
|
+
}
|
|
5433
|
+
} catch (rejectedError) {
|
|
5434
|
+
promise = Promise.reject(rejectedError);
|
|
5435
|
+
}
|
|
5436
|
+
|
|
4766
5437
|
break;
|
|
4767
5438
|
}
|
|
4768
5439
|
}
|
|
4769
5440
|
|
|
4770
|
-
|
|
4771
|
-
|
|
4772
|
-
|
|
4773
|
-
|
|
5441
|
+
if (!promise) {
|
|
5442
|
+
try {
|
|
5443
|
+
promise = dispatchRequest.call(this, newConfig);
|
|
5444
|
+
} catch (error) {
|
|
5445
|
+
promise = Promise.reject(error);
|
|
5446
|
+
}
|
|
4774
5447
|
}
|
|
4775
5448
|
|
|
4776
5449
|
i = 0;
|
|
@@ -5036,14 +5709,22 @@ const HttpStatusCode = {
|
|
|
5036
5709
|
Gone: 410,
|
|
5037
5710
|
LengthRequired: 411,
|
|
5038
5711
|
PreconditionFailed: 412,
|
|
5712
|
+
/**
|
|
5713
|
+
* @deprecated Use `ContentTooLarge` instead.
|
|
5714
|
+
*/
|
|
5039
5715
|
PayloadTooLarge: 413,
|
|
5716
|
+
ContentTooLarge: 413,
|
|
5040
5717
|
UriTooLong: 414,
|
|
5041
5718
|
UnsupportedMediaType: 415,
|
|
5042
5719
|
RangeNotSatisfiable: 416,
|
|
5043
5720
|
ExpectationFailed: 417,
|
|
5044
5721
|
ImATeapot: 418,
|
|
5045
5722
|
MisdirectedRequest: 421,
|
|
5723
|
+
/**
|
|
5724
|
+
* @deprecated Use `UnprocessableContent` instead.
|
|
5725
|
+
*/
|
|
5046
5726
|
UnprocessableEntity: 422,
|
|
5727
|
+
UnprocessableContent: 422,
|
|
5047
5728
|
Locked: 423,
|
|
5048
5729
|
FailedDependency: 424,
|
|
5049
5730
|
TooEarly: 425,
|
|
@@ -5063,6 +5744,7 @@ const HttpStatusCode = {
|
|
|
5063
5744
|
LoopDetected: 508,
|
|
5064
5745
|
NotExtended: 510,
|
|
5065
5746
|
NetworkAuthenticationRequired: 511,
|
|
5747
|
+
WebServerReturnsAnUnknownError: 520,
|
|
5066
5748
|
WebServerIsDown: 521,
|
|
5067
5749
|
ConnectionTimedOut: 522,
|
|
5068
5750
|
OriginIsUnreachable: 523,
|
|
@@ -5072,7 +5754,9 @@ const HttpStatusCode = {
|
|
|
5072
5754
|
};
|
|
5073
5755
|
|
|
5074
5756
|
Object.entries(HttpStatusCode).forEach(([key, value]) => {
|
|
5075
|
-
HttpStatusCode[value]
|
|
5757
|
+
if (HttpStatusCode[value] === undefined) {
|
|
5758
|
+
HttpStatusCode[value] = key;
|
|
5759
|
+
}
|
|
5076
5760
|
});
|
|
5077
5761
|
|
|
5078
5762
|
/**
|
|
@@ -5143,4 +5827,3 @@ axios.HttpStatusCode = HttpStatusCode;
|
|
|
5143
5827
|
axios.default = axios;
|
|
5144
5828
|
|
|
5145
5829
|
module.exports = axios;
|
|
5146
|
-
//# sourceMappingURL=axios.cjs.map
|