@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
|
var FormData$1 = require('form-data');
|
|
@@ -45,13 +45,57 @@ const {
|
|
|
45
45
|
const hasOwnProperty = (({
|
|
46
46
|
hasOwnProperty
|
|
47
47
|
}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype);
|
|
48
|
+
const isUnsafeObjectKey = prop => typeof prop === 'string' && (prop === '__proto__' || prop === 'constructor' || prop === 'prototype');
|
|
48
49
|
|
|
49
50
|
/**
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
51
|
+
* Determine whether an inherited object must be treated as a shared-prototype
|
|
52
|
+
* boundary. Cross-realm Object.prototype objects cannot be distinguished
|
|
53
|
+
* reliably from application-created null-prototype objects because their
|
|
54
|
+
* properties are mutable, so all inherited terminal prototypes are excluded
|
|
55
|
+
* as a fail-closed boundary. A null-prototype source still keeps its own
|
|
56
|
+
* properties, as produced by mergeConfig and other safe materialization paths.
|
|
57
|
+
*
|
|
58
|
+
* @param {*} obj The object to inspect
|
|
59
|
+
* @param {*} prototype The object's prototype
|
|
60
|
+
* @param {boolean} source Whether obj is the original traversal source
|
|
61
|
+
*
|
|
62
|
+
* @returns {boolean} True when obj is a safe prototype traversal boundary
|
|
63
|
+
*/
|
|
64
|
+
const isPrototypeBoundary = (obj, prototype, source) => obj === Object.prototype || !source && prototype === null;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Determine whether an object can retain its identity through code paths that
|
|
68
|
+
* add, replace, and remove config properties without bypassing unsafe-key
|
|
69
|
+
* filtering. Immutable objects, unsafe-key-bearing objects, and objects with
|
|
70
|
+
* accessor or restricted data properties must be materialized instead.
|
|
71
|
+
*
|
|
72
|
+
* @param {*} obj The object to inspect
|
|
73
|
+
*
|
|
74
|
+
* @returns {boolean} True when every own property is safe and fully mutable
|
|
75
|
+
*/
|
|
76
|
+
const isSafeAndFullyMutable = obj => {
|
|
77
|
+
if (!Object.isExtensible(obj)) {
|
|
78
|
+
return false;
|
|
79
|
+
}
|
|
80
|
+
const props = Object.getOwnPropertyNames(obj);
|
|
81
|
+
if (Object.getOwnPropertySymbols) {
|
|
82
|
+
props.push(...Object.getOwnPropertySymbols(obj));
|
|
83
|
+
}
|
|
84
|
+
return props.every(prop => {
|
|
85
|
+
if (isUnsafeObjectKey(prop)) {
|
|
86
|
+
return false;
|
|
87
|
+
}
|
|
88
|
+
const descriptor = Object.getOwnPropertyDescriptor(obj, prop);
|
|
89
|
+
return !!descriptor && descriptor.configurable && descriptor.writable === true;
|
|
90
|
+
});
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Walk the prototype chain (excluding the source realm's Object.prototype)
|
|
95
|
+
* looking for an own `prop`. This distinguishes genuine own/inherited members
|
|
96
|
+
* — including class accessors and template prototypes — from members injected
|
|
97
|
+
* via Object.prototype pollution (e.g. `Object.prototype.username = '...'`),
|
|
98
|
+
* which live on Object.prototype itself and are therefore never matched.
|
|
55
99
|
*
|
|
56
100
|
* @param {*} thing The value whose chain to inspect
|
|
57
101
|
* @param {string|symbol} prop The property key to look for
|
|
@@ -61,15 +105,19 @@ const hasOwnProperty = (({
|
|
|
61
105
|
const hasOwnInPrototypeChain = (thing, prop) => {
|
|
62
106
|
let obj = thing;
|
|
63
107
|
const seen = [];
|
|
64
|
-
while (obj != null
|
|
108
|
+
while (obj != null) {
|
|
65
109
|
if (seen.indexOf(obj) !== -1) {
|
|
66
110
|
return false;
|
|
67
111
|
}
|
|
68
112
|
seen.push(obj);
|
|
113
|
+
const prototype = getPrototypeOf(obj);
|
|
114
|
+
if (isPrototypeBoundary(obj, prototype, obj === thing)) {
|
|
115
|
+
return false;
|
|
116
|
+
}
|
|
69
117
|
if (hasOwnProperty(obj, prop)) {
|
|
70
118
|
return true;
|
|
71
119
|
}
|
|
72
|
-
obj =
|
|
120
|
+
obj = prototype;
|
|
73
121
|
}
|
|
74
122
|
return false;
|
|
75
123
|
};
|
|
@@ -86,6 +134,56 @@ const hasOwnInPrototypeChain = (thing, prop) => {
|
|
|
86
134
|
* @returns {*} The resolved value, or undefined when unsafe/absent
|
|
87
135
|
*/
|
|
88
136
|
const getSafeProp = (obj, prop) => obj != null && hasOwnInPrototypeChain(obj, prop) ? obj[prop] : undefined;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Flatten an object and its application-defined prototype chain into a
|
|
140
|
+
* null-prototype object. Members inherited only from the source realm's
|
|
141
|
+
* Object.prototype are deliberately excluded, while class/template members
|
|
142
|
+
* below that boundary are preserved.
|
|
143
|
+
*
|
|
144
|
+
* @param {*} thing The value to flatten
|
|
145
|
+
*
|
|
146
|
+
* @returns {*} A null-prototype copy, or the original value when it is already
|
|
147
|
+
* structurally safe or is not an object
|
|
148
|
+
*/
|
|
149
|
+
const toSafeFlatObject = thing => {
|
|
150
|
+
if (thing == null || typeof thing !== 'object' && typeof thing !== 'function') {
|
|
151
|
+
return thing;
|
|
152
|
+
}
|
|
153
|
+
const sourcePrototype = getPrototypeOf(thing);
|
|
154
|
+
if (sourcePrototype === null && isSafeAndFullyMutable(thing)) {
|
|
155
|
+
return thing;
|
|
156
|
+
}
|
|
157
|
+
const result = Object.create(null);
|
|
158
|
+
const merged = Object.create(null);
|
|
159
|
+
const seen = [];
|
|
160
|
+
let current = thing;
|
|
161
|
+
while (current != null) {
|
|
162
|
+
if (seen.indexOf(current) !== -1) {
|
|
163
|
+
break;
|
|
164
|
+
}
|
|
165
|
+
seen.push(current);
|
|
166
|
+
const prototype = current === thing ? sourcePrototype : getPrototypeOf(current);
|
|
167
|
+
if (isPrototypeBoundary(current, prototype, current === thing)) {
|
|
168
|
+
break;
|
|
169
|
+
}
|
|
170
|
+
const props = Object.getOwnPropertyNames(current);
|
|
171
|
+
if (Object.getOwnPropertySymbols) {
|
|
172
|
+
props.push(...Object.getOwnPropertySymbols(current));
|
|
173
|
+
}
|
|
174
|
+
for (const prop of props) {
|
|
175
|
+
if (isUnsafeObjectKey(prop)) {
|
|
176
|
+
continue;
|
|
177
|
+
}
|
|
178
|
+
if (!hasOwnProperty(merged, prop)) {
|
|
179
|
+
result[prop] = thing[prop];
|
|
180
|
+
merged[prop] = true;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
current = prototype;
|
|
184
|
+
}
|
|
185
|
+
return result;
|
|
186
|
+
};
|
|
89
187
|
const kindOf = (cache => thing => {
|
|
90
188
|
const str = toString.call(thing);
|
|
91
189
|
return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());
|
|
@@ -209,9 +307,9 @@ const isPlainObject = val => {
|
|
|
209
307
|
}
|
|
210
308
|
const prototype = getPrototypeOf(val);
|
|
211
309
|
return (prototype === null || prototype === Object.prototype || getPrototypeOf(prototype) === null) &&
|
|
212
|
-
// Treat
|
|
213
|
-
//
|
|
214
|
-
//
|
|
310
|
+
// Treat safe own/inherited Symbol.toStringTag or Symbol.iterator members as
|
|
311
|
+
// evidence the value is tagged/iterable, while ignoring members reachable
|
|
312
|
+
// only through shared or terminal prototype boundaries.
|
|
215
313
|
!hasOwnInPrototypeChain(val, toStringTag) && !hasOwnInPrototypeChain(val, iterator);
|
|
216
314
|
};
|
|
217
315
|
|
|
@@ -295,6 +393,7 @@ const isBlob = kindOfTest('Blob');
|
|
|
295
393
|
* @returns {boolean} True if value is a FileList, otherwise false
|
|
296
394
|
*/
|
|
297
395
|
const isFileList = kindOfTest('FileList');
|
|
396
|
+
const isSet = kindOfTest('Set');
|
|
298
397
|
|
|
299
398
|
/**
|
|
300
399
|
* Determine if a value is a Stream
|
|
@@ -817,11 +916,20 @@ const toJSONObject = obj => {
|
|
|
817
916
|
if (!('toJSON' in source)) {
|
|
818
917
|
// add-on descent / delete-on-ascent: preserves path semantics, so DAG nodes serialise at every occurrence (see #7230).
|
|
819
918
|
visited.add(source);
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
919
|
+
let target;
|
|
920
|
+
if (isSet(source)) {
|
|
921
|
+
target = [];
|
|
922
|
+
for (const value of source) {
|
|
923
|
+
const reducedValue = visit(value);
|
|
924
|
+
!isUndefined(reducedValue) && target.push(reducedValue);
|
|
925
|
+
}
|
|
926
|
+
} else {
|
|
927
|
+
target = isArray(source) ? [] : {};
|
|
928
|
+
forEach(source, (value, key) => {
|
|
929
|
+
const reducedValue = visit(value);
|
|
930
|
+
!isUndefined(reducedValue) && (target[key] = reducedValue);
|
|
931
|
+
});
|
|
932
|
+
}
|
|
825
933
|
visited.delete(source);
|
|
826
934
|
return target;
|
|
827
935
|
}
|
|
@@ -949,6 +1057,7 @@ var utils$1 = {
|
|
|
949
1057
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
950
1058
|
hasOwnInPrototypeChain,
|
|
951
1059
|
getSafeProp,
|
|
1060
|
+
toSafeFlatObject,
|
|
952
1061
|
reduceDescriptors,
|
|
953
1062
|
freezeMethods,
|
|
954
1063
|
toObjectSet,
|
|
@@ -995,17 +1104,18 @@ var parseHeaders = rawHeaders => {
|
|
|
995
1104
|
i = line.indexOf(':');
|
|
996
1105
|
key = line.substring(0, i).trim().toLowerCase();
|
|
997
1106
|
val = line.substring(i + 1).trim();
|
|
998
|
-
|
|
1107
|
+
const hasKey = utils$1.hasOwnProp(parsed, key);
|
|
1108
|
+
if (!key || hasKey && utils$1.hasOwnProp(ignoreDuplicateOf, key)) {
|
|
999
1109
|
return;
|
|
1000
1110
|
}
|
|
1001
1111
|
if (key === 'set-cookie') {
|
|
1002
|
-
if (
|
|
1112
|
+
if (hasKey) {
|
|
1003
1113
|
parsed[key].push(val);
|
|
1004
1114
|
} else {
|
|
1005
1115
|
parsed[key] = [val];
|
|
1006
1116
|
}
|
|
1007
1117
|
} else {
|
|
1008
|
-
parsed[key] =
|
|
1118
|
+
parsed[key] = hasKey ? parsed[key] + ', ' + val : val;
|
|
1009
1119
|
}
|
|
1010
1120
|
});
|
|
1011
1121
|
return parsed;
|
|
@@ -1052,7 +1162,7 @@ function toByteStringHeaderObject(headers) {
|
|
|
1052
1162
|
return byteStringHeaders;
|
|
1053
1163
|
}
|
|
1054
1164
|
|
|
1055
|
-
const $internals = Symbol('internals');
|
|
1165
|
+
const $internals$1 = Symbol('internals');
|
|
1056
1166
|
function normalizeHeader(header) {
|
|
1057
1167
|
return header && String(header).trim().toLowerCase();
|
|
1058
1168
|
}
|
|
@@ -1071,6 +1181,90 @@ function parseTokens(str) {
|
|
|
1071
1181
|
}
|
|
1072
1182
|
return tokens;
|
|
1073
1183
|
}
|
|
1184
|
+
const parameterNameRE = /^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;
|
|
1185
|
+
function trimOWS(value) {
|
|
1186
|
+
let start = 0;
|
|
1187
|
+
let end = value.length;
|
|
1188
|
+
while (start < end) {
|
|
1189
|
+
const code = value.charCodeAt(start);
|
|
1190
|
+
if (code !== 0x09 && code !== 0x20) {
|
|
1191
|
+
break;
|
|
1192
|
+
}
|
|
1193
|
+
start += 1;
|
|
1194
|
+
}
|
|
1195
|
+
while (end > start) {
|
|
1196
|
+
const code = value.charCodeAt(end - 1);
|
|
1197
|
+
if (code !== 0x09 && code !== 0x20) {
|
|
1198
|
+
break;
|
|
1199
|
+
}
|
|
1200
|
+
end -= 1;
|
|
1201
|
+
}
|
|
1202
|
+
return start === 0 && end === value.length ? value : value.slice(start, end);
|
|
1203
|
+
}
|
|
1204
|
+
function decodeQuotedString(value) {
|
|
1205
|
+
const last = value.length - 1;
|
|
1206
|
+
if (last < 1 || value.charCodeAt(0) !== 0x22 || value.charCodeAt(last) !== 0x22) {
|
|
1207
|
+
return value;
|
|
1208
|
+
}
|
|
1209
|
+
let decoded = '';
|
|
1210
|
+
for (let i = 1; i < last; i++) {
|
|
1211
|
+
const code = value.charCodeAt(i);
|
|
1212
|
+
if (code === 0x22) {
|
|
1213
|
+
return value;
|
|
1214
|
+
}
|
|
1215
|
+
if (code === 0x5c) {
|
|
1216
|
+
i += 1;
|
|
1217
|
+
if (i >= last) {
|
|
1218
|
+
return value;
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1221
|
+
decoded += value[i];
|
|
1222
|
+
}
|
|
1223
|
+
return decoded;
|
|
1224
|
+
}
|
|
1225
|
+
function parseParameters(value) {
|
|
1226
|
+
const parameters = Object.create(null);
|
|
1227
|
+
const str = String(value);
|
|
1228
|
+
let start = 0;
|
|
1229
|
+
let quoted = false;
|
|
1230
|
+
let escaped = false;
|
|
1231
|
+
function parseParameter(end) {
|
|
1232
|
+
const part = trimOWS(str.slice(start, end));
|
|
1233
|
+
const equals = part.indexOf('=');
|
|
1234
|
+
if (equals < 1) {
|
|
1235
|
+
return;
|
|
1236
|
+
}
|
|
1237
|
+
const name = trimOWS(part.slice(0, equals));
|
|
1238
|
+
if (!parameterNameRE.test(name)) {
|
|
1239
|
+
return;
|
|
1240
|
+
}
|
|
1241
|
+
const normalizedName = name.toLowerCase();
|
|
1242
|
+
if (normalizedName === '__proto__' || normalizedName === 'constructor' || normalizedName === 'prototype') {
|
|
1243
|
+
return;
|
|
1244
|
+
}
|
|
1245
|
+
const parameterValue = trimOWS(part.slice(equals + 1));
|
|
1246
|
+
parameters[normalizedName] = decodeQuotedString(parameterValue);
|
|
1247
|
+
}
|
|
1248
|
+
for (let i = 0; i < str.length; i++) {
|
|
1249
|
+
const code = str.charCodeAt(i);
|
|
1250
|
+
if (quoted) {
|
|
1251
|
+
if (escaped) {
|
|
1252
|
+
escaped = false;
|
|
1253
|
+
} else if (code === 0x5c) {
|
|
1254
|
+
escaped = true;
|
|
1255
|
+
} else if (code === 0x22) {
|
|
1256
|
+
quoted = false;
|
|
1257
|
+
}
|
|
1258
|
+
} else if (code === 0x22) {
|
|
1259
|
+
quoted = true;
|
|
1260
|
+
} else if (code === 0x2c || code === 0x3b) {
|
|
1261
|
+
parseParameter(i);
|
|
1262
|
+
start = i + 1;
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
parseParameter(str.length);
|
|
1266
|
+
return parameters;
|
|
1267
|
+
}
|
|
1074
1268
|
const isValidHeaderName = str => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());
|
|
1075
1269
|
function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
|
|
1076
1270
|
if (utils$1.isFunction(filter)) {
|
|
@@ -1248,7 +1442,8 @@ class AxiosHeaders {
|
|
|
1248
1442
|
return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\n');
|
|
1249
1443
|
}
|
|
1250
1444
|
getSetCookie() {
|
|
1251
|
-
|
|
1445
|
+
const value = this.get('set-cookie');
|
|
1446
|
+
return utils$1.isArray(value) ? value : value == null || value === false ? [] : [value];
|
|
1252
1447
|
}
|
|
1253
1448
|
get [Symbol.toStringTag]() {
|
|
1254
1449
|
return 'AxiosHeaders';
|
|
@@ -1256,13 +1451,16 @@ class AxiosHeaders {
|
|
|
1256
1451
|
static from(thing) {
|
|
1257
1452
|
return thing instanceof this ? thing : new this(thing);
|
|
1258
1453
|
}
|
|
1454
|
+
static parseParameters(value) {
|
|
1455
|
+
return parseParameters(value);
|
|
1456
|
+
}
|
|
1259
1457
|
static concat(first, ...targets) {
|
|
1260
1458
|
const computed = new this(first);
|
|
1261
1459
|
targets.forEach(target => computed.set(target));
|
|
1262
1460
|
return computed;
|
|
1263
1461
|
}
|
|
1264
1462
|
static accessor(header) {
|
|
1265
|
-
const internals = this[$internals] = this[$internals] = {
|
|
1463
|
+
const internals = this[$internals$1] = this[$internals$1] = {
|
|
1266
1464
|
accessors: {}
|
|
1267
1465
|
};
|
|
1268
1466
|
const accessors = internals.accessors;
|
|
@@ -1350,9 +1548,33 @@ function redactConfig(config, redactKeys) {
|
|
|
1350
1548
|
};
|
|
1351
1549
|
return visit(config);
|
|
1352
1550
|
}
|
|
1551
|
+
function stringifySafely$1(value) {
|
|
1552
|
+
try {
|
|
1553
|
+
return String(value);
|
|
1554
|
+
} catch (err) {
|
|
1555
|
+
return '';
|
|
1556
|
+
}
|
|
1557
|
+
}
|
|
1558
|
+
function aggregateErrorMessage(error) {
|
|
1559
|
+
const message = error.errors.map(entry => {
|
|
1560
|
+
try {
|
|
1561
|
+
return entry && entry.message ? stringifySafely$1(entry.message) : stringifySafely$1(entry);
|
|
1562
|
+
} catch (err) {
|
|
1563
|
+
return '';
|
|
1564
|
+
}
|
|
1565
|
+
}).filter(Boolean).join('; ');
|
|
1566
|
+
return message || error.name || 'AggregateError';
|
|
1567
|
+
}
|
|
1353
1568
|
class AxiosError extends Error {
|
|
1354
1569
|
static from(error, code, config, request, response, customProps) {
|
|
1355
|
-
|
|
1570
|
+
// `AggregateError` (thrown by Node on dual-stack/Happy-Eyeballs connection
|
|
1571
|
+
// failures) has an empty `message`; its detail lives in `errors[]`. Without
|
|
1572
|
+
// this, the wrapped error surfaces with a blank message (see #6721).
|
|
1573
|
+
let message = error.message;
|
|
1574
|
+
if (!message && utils$1.isArray(error.errors) && error.errors.length) {
|
|
1575
|
+
message = aggregateErrorMessage(error);
|
|
1576
|
+
}
|
|
1577
|
+
const axiosError = new AxiosError(message, code || error.code, config, request, response);
|
|
1356
1578
|
// Match native `Error` `cause` semantics: non-enumerable. The wrapped
|
|
1357
1579
|
// error often carries circular internals (sockets, requests, agents), so
|
|
1358
1580
|
// an enumerable `cause` makes structured loggers (pino/winston) and any
|
|
@@ -1456,6 +1678,15 @@ AxiosError.ERR_NOT_SUPPORT = 'ERR_NOT_SUPPORT';
|
|
|
1456
1678
|
AxiosError.ERR_INVALID_URL = 'ERR_INVALID_URL';
|
|
1457
1679
|
AxiosError.ERR_FORM_DATA_DEPTH_EXCEEDED = 'ERR_FORM_DATA_DEPTH_EXCEEDED';
|
|
1458
1680
|
|
|
1681
|
+
var PlatformBuffer = {
|
|
1682
|
+
isBufferAvailable() {
|
|
1683
|
+
return typeof Buffer !== 'undefined';
|
|
1684
|
+
},
|
|
1685
|
+
from(value) {
|
|
1686
|
+
return Buffer.from(value);
|
|
1687
|
+
}
|
|
1688
|
+
};
|
|
1689
|
+
|
|
1459
1690
|
// Default nesting limit shared with the inverse transform (formDataToJSON) so
|
|
1460
1691
|
// the FormData <-> JSON round-trip stays symmetric.
|
|
1461
1692
|
const DEFAULT_FORM_DATA_MAX_DEPTH = 100;
|
|
@@ -1544,23 +1775,17 @@ function toFormData(obj, formData, options) {
|
|
|
1544
1775
|
|
|
1545
1776
|
// eslint-disable-next-line no-param-reassign
|
|
1546
1777
|
formData = formData || new (FormData$1 || FormData)();
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
indexes: false
|
|
1553
|
-
}, false, function defined(option, source) {
|
|
1554
|
-
// eslint-disable-next-line no-eq-null,eqeqeq
|
|
1555
|
-
return !utils$1.isUndefined(source[option]);
|
|
1556
|
-
});
|
|
1557
|
-
const metaTokens = options.metaTokens;
|
|
1778
|
+
const option = (name, fallback) => {
|
|
1779
|
+
const value = utils$1.getSafeProp(options, name);
|
|
1780
|
+
return utils$1.isUndefined(value) ? fallback : value;
|
|
1781
|
+
};
|
|
1782
|
+
const metaTokens = option('metaTokens', true);
|
|
1558
1783
|
// eslint-disable-next-line no-use-before-define
|
|
1559
|
-
const visitor =
|
|
1560
|
-
const dots =
|
|
1561
|
-
const indexes =
|
|
1562
|
-
const _Blob =
|
|
1563
|
-
const maxDepth =
|
|
1784
|
+
const visitor = option('visitor') || defaultVisitor;
|
|
1785
|
+
const dots = option('dots', false);
|
|
1786
|
+
const indexes = option('indexes', false);
|
|
1787
|
+
const _Blob = option('Blob') || typeof Blob !== 'undefined' && Blob;
|
|
1788
|
+
const maxDepth = option('maxDepth', DEFAULT_FORM_DATA_MAX_DEPTH);
|
|
1564
1789
|
const useBlob = _Blob && utils$1.isSpecCompliantForm(formData);
|
|
1565
1790
|
const stack = [];
|
|
1566
1791
|
if (!utils$1.isFunction(visitor)) {
|
|
@@ -1581,8 +1806,8 @@ function toFormData(obj, formData, options) {
|
|
|
1581
1806
|
if (useBlob && typeof _Blob === 'function') {
|
|
1582
1807
|
return new _Blob([value]);
|
|
1583
1808
|
}
|
|
1584
|
-
if (
|
|
1585
|
-
return
|
|
1809
|
+
if (PlatformBuffer && PlatformBuffer.isBufferAvailable()) {
|
|
1810
|
+
return PlatformBuffer.from(value);
|
|
1586
1811
|
}
|
|
1587
1812
|
throw new AxiosError('Blob is not supported. Use a Buffer instead.', AxiosError.ERR_NOT_SUPPORT);
|
|
1588
1813
|
}
|
|
@@ -1773,9 +1998,51 @@ function buildURL(url, params, options) {
|
|
|
1773
1998
|
return url;
|
|
1774
1999
|
}
|
|
1775
2000
|
|
|
2001
|
+
const $internals = Symbol('internals');
|
|
2002
|
+
|
|
2003
|
+
// `handlers` is public and may be replaced with a nullish value by user code;
|
|
2004
|
+
// `clear()` has always tolerated that. Treat it as an empty stack rather than
|
|
2005
|
+
// dereferencing it.
|
|
2006
|
+
function countHandlers(handlers) {
|
|
2007
|
+
return handlers ? handlers.length : 0;
|
|
2008
|
+
}
|
|
2009
|
+
function trimHandlers(handlers) {
|
|
2010
|
+
if (!handlers) {
|
|
2011
|
+
return;
|
|
2012
|
+
}
|
|
2013
|
+
while (handlers.length && handlers[handlers.length - 1] === null) {
|
|
2014
|
+
handlers.pop();
|
|
2015
|
+
}
|
|
2016
|
+
}
|
|
2017
|
+
function syncHandlerEntries(manager, internals) {
|
|
2018
|
+
const handlers = manager.handlers;
|
|
2019
|
+
const length = countHandlers(handlers);
|
|
2020
|
+
if (handlers !== internals.handlersRef) {
|
|
2021
|
+
internals.handlersRef = handlers;
|
|
2022
|
+
internals.handlerEntries.clear();
|
|
2023
|
+
} else if (length !== internals.handlersLength) {
|
|
2024
|
+
if (!length) {
|
|
2025
|
+
internals.handlerEntries.clear();
|
|
2026
|
+
} else {
|
|
2027
|
+
internals.handlerEntries.forEach(function removeStaleEntry(entry, id) {
|
|
2028
|
+
if (handlers[entry.index] !== entry.handler) {
|
|
2029
|
+
internals.handlerEntries.delete(id);
|
|
2030
|
+
}
|
|
2031
|
+
});
|
|
2032
|
+
}
|
|
2033
|
+
}
|
|
2034
|
+
internals.handlersLength = length;
|
|
2035
|
+
}
|
|
1776
2036
|
class InterceptorManager {
|
|
1777
2037
|
constructor() {
|
|
1778
2038
|
this.handlers = [];
|
|
2039
|
+
this[$internals] = {
|
|
2040
|
+
handlersRef: this.handlers,
|
|
2041
|
+
handlersLength: this.handlers.length,
|
|
2042
|
+
handlerEntries: new Map(),
|
|
2043
|
+
iterationDepth: 0,
|
|
2044
|
+
nextId: 0
|
|
2045
|
+
};
|
|
1779
2046
|
}
|
|
1780
2047
|
|
|
1781
2048
|
/**
|
|
@@ -1788,13 +2055,25 @@ class InterceptorManager {
|
|
|
1788
2055
|
* @return {Number} An ID used to remove interceptor later
|
|
1789
2056
|
*/
|
|
1790
2057
|
use(fulfilled, rejected, options) {
|
|
1791
|
-
|
|
2058
|
+
const handler = {
|
|
1792
2059
|
fulfilled,
|
|
1793
2060
|
rejected,
|
|
1794
2061
|
synchronous: options ? options.synchronous : false,
|
|
1795
2062
|
runWhen: options ? options.runWhen : null
|
|
2063
|
+
};
|
|
2064
|
+
const internals = this[$internals];
|
|
2065
|
+
if (this.handlers == null) {
|
|
2066
|
+
this.handlers = [];
|
|
2067
|
+
}
|
|
2068
|
+
syncHandlerEntries(this, internals);
|
|
2069
|
+
const id = internals.nextId++;
|
|
2070
|
+
this.handlers.push(handler);
|
|
2071
|
+
internals.handlerEntries.set(id, {
|
|
2072
|
+
handler,
|
|
2073
|
+
index: this.handlers.length - 1
|
|
1796
2074
|
});
|
|
1797
|
-
|
|
2075
|
+
internals.handlersLength = this.handlers.length;
|
|
2076
|
+
return id;
|
|
1798
2077
|
}
|
|
1799
2078
|
|
|
1800
2079
|
/**
|
|
@@ -1805,8 +2084,23 @@ class InterceptorManager {
|
|
|
1805
2084
|
* @returns {void}
|
|
1806
2085
|
*/
|
|
1807
2086
|
eject(id) {
|
|
1808
|
-
|
|
1809
|
-
|
|
2087
|
+
const internals = this[$internals];
|
|
2088
|
+
syncHandlerEntries(this, internals);
|
|
2089
|
+
const entry = internals.handlerEntries.get(id);
|
|
2090
|
+
if (entry) {
|
|
2091
|
+
internals.handlerEntries.delete(id);
|
|
2092
|
+
|
|
2093
|
+
// Ignore IDs invalidated by clear or direct replacement of handlers.
|
|
2094
|
+
if (this.handlers[entry.index] !== entry.handler) {
|
|
2095
|
+
return;
|
|
2096
|
+
}
|
|
2097
|
+
this.handlers[entry.index] = null;
|
|
2098
|
+
|
|
2099
|
+
// Do not reuse an index while forEach is walking its length snapshot.
|
|
2100
|
+
if (!internals.iterationDepth) {
|
|
2101
|
+
trimHandlers(this.handlers);
|
|
2102
|
+
internals.handlersLength = this.handlers.length;
|
|
2103
|
+
}
|
|
1810
2104
|
}
|
|
1811
2105
|
}
|
|
1812
2106
|
|
|
@@ -1818,6 +2112,7 @@ class InterceptorManager {
|
|
|
1818
2112
|
clear() {
|
|
1819
2113
|
if (this.handlers) {
|
|
1820
2114
|
this.handlers = [];
|
|
2115
|
+
syncHandlerEntries(this, this[$internals]);
|
|
1821
2116
|
}
|
|
1822
2117
|
}
|
|
1823
2118
|
|
|
@@ -1832,11 +2127,22 @@ class InterceptorManager {
|
|
|
1832
2127
|
* @returns {void}
|
|
1833
2128
|
*/
|
|
1834
2129
|
forEach(fn) {
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
2130
|
+
const internals = this[$internals];
|
|
2131
|
+
syncHandlerEntries(this, internals);
|
|
2132
|
+
internals.iterationDepth++;
|
|
2133
|
+
try {
|
|
2134
|
+
utils$1.forEach(this.handlers, function forEachHandler(h) {
|
|
2135
|
+
if (h !== null) {
|
|
2136
|
+
fn(h);
|
|
2137
|
+
}
|
|
2138
|
+
});
|
|
2139
|
+
} finally {
|
|
2140
|
+
if (! --internals.iterationDepth) {
|
|
2141
|
+
syncHandlerEntries(this, internals);
|
|
2142
|
+
trimHandlers(this.handlers);
|
|
2143
|
+
internals.handlersLength = countHandlers(this.handlers);
|
|
1838
2144
|
}
|
|
1839
|
-
}
|
|
2145
|
+
}
|
|
1840
2146
|
}
|
|
1841
2147
|
}
|
|
1842
2148
|
|
|
@@ -1962,12 +2268,18 @@ function throwIfDepthExceeded(index) {
|
|
|
1962
2268
|
* @returns An array of strings.
|
|
1963
2269
|
*/
|
|
1964
2270
|
function parsePropPath(name) {
|
|
1965
|
-
// foo[x][y][z]
|
|
1966
|
-
// foo.x.y.z
|
|
1967
|
-
//
|
|
1968
|
-
//
|
|
2271
|
+
// foo[x][y][z] -> ['foo', 'x', 'y', 'z']
|
|
2272
|
+
// foo.x.y.z -> ['foo', 'x', 'y', 'z']
|
|
2273
|
+
// A path is split on `.` and on `[...]` groups. A segment — whether written
|
|
2274
|
+
// in dot notation or captured inside brackets — may contain any character
|
|
2275
|
+
// except `.`, `[` and `]`, so a key like `user-name` or `user name` is kept
|
|
2276
|
+
// literal instead of being split (#5402). `.`, `[` and `]` keep their existing
|
|
2277
|
+
// meaning, e.g. `foo[bar.baz]` -> ['foo', 'bar', 'baz'] and `[]` is an array push.
|
|
2278
|
+
// Excluding `[` from the bracket group also makes the match fail fast at the
|
|
2279
|
+
// next `[`, so a malformed name cannot rescan to the end of the string from
|
|
2280
|
+
// every unmatched `[` — parsing stays linear in the length of the name.
|
|
1969
2281
|
const path = [];
|
|
1970
|
-
const pattern =
|
|
2282
|
+
const pattern = /[^.[\]]+|\[([^.[\]]*)]/g;
|
|
1971
2283
|
let match;
|
|
1972
2284
|
while ((match = pattern.exec(name)) !== null) {
|
|
1973
2285
|
throwIfDepthExceeded(path.length);
|
|
@@ -2038,6 +2350,8 @@ function formDataToJSON(formData) {
|
|
|
2038
2350
|
return null;
|
|
2039
2351
|
}
|
|
2040
2352
|
|
|
2353
|
+
const methodList = Object.freeze(['get', 'delete', 'head', 'options', 'post', 'put', 'patch', 'purge', 'link', 'unlink', 'query']);
|
|
2354
|
+
|
|
2041
2355
|
const own = (obj, key) => obj != null && utils$1.hasOwnProp(obj, key) ? obj[key] : undefined;
|
|
2042
2356
|
|
|
2043
2357
|
/**
|
|
@@ -2154,7 +2468,7 @@ const defaults = {
|
|
|
2154
2468
|
}
|
|
2155
2469
|
}
|
|
2156
2470
|
};
|
|
2157
|
-
utils$1.forEach(
|
|
2471
|
+
utils$1.forEach(methodList, method => {
|
|
2158
2472
|
defaults.headers[method] = {};
|
|
2159
2473
|
});
|
|
2160
2474
|
|
|
@@ -2243,24 +2557,70 @@ function isAbsoluteURL(url) {
|
|
|
2243
2557
|
* @returns {string} The combined URL
|
|
2244
2558
|
*/
|
|
2245
2559
|
function combineURLs(baseURL, relativeURL) {
|
|
2246
|
-
|
|
2560
|
+
if (!relativeURL) {
|
|
2561
|
+
return baseURL;
|
|
2562
|
+
}
|
|
2563
|
+
let end = baseURL.length;
|
|
2564
|
+
while (end > 0 && baseURL.charCodeAt(end - 1) === 47) {
|
|
2565
|
+
end--;
|
|
2566
|
+
}
|
|
2567
|
+
return baseURL.slice(0, end) + '/' + relativeURL.replace(/^\/+/, '');
|
|
2247
2568
|
}
|
|
2248
2569
|
|
|
2249
|
-
const
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2570
|
+
const urlParserControlCharacters = /[\t\n\r]/g;
|
|
2571
|
+
|
|
2572
|
+
/**
|
|
2573
|
+
* Match WHATWG URL preprocessing before checking a URL's protocol.
|
|
2574
|
+
*
|
|
2575
|
+
* @param {string} url
|
|
2576
|
+
*
|
|
2577
|
+
* @returns {string}
|
|
2578
|
+
*/
|
|
2579
|
+
function normalizeURLForProtocolCheck(url) {
|
|
2580
|
+
if (typeof url !== 'string') {
|
|
2581
|
+
return url;
|
|
2582
|
+
}
|
|
2583
|
+
let start = 0;
|
|
2584
|
+
while (start < url.length && url.charCodeAt(start) <= 0x20) {
|
|
2585
|
+
start++;
|
|
2255
2586
|
}
|
|
2256
|
-
return url.slice(
|
|
2587
|
+
return url.slice(start).replace(urlParserControlCharacters, '');
|
|
2257
2588
|
}
|
|
2258
|
-
|
|
2259
|
-
|
|
2589
|
+
|
|
2590
|
+
const malformedHttpProtocol = /^https?:(?!\/\/)/i;
|
|
2591
|
+
|
|
2592
|
+
// Redact the parts of a URL that can carry secrets before it is embedded in an
|
|
2593
|
+
// error message. AxiosError.toJSON() serializes `message` verbatim and errors
|
|
2594
|
+
// are commonly logged, while the opt-in `config.redact` model only cleans
|
|
2595
|
+
// config keys — it cannot reach the message. Redact only the genuinely
|
|
2596
|
+
// sensitive substrings — userinfo (credentials), query parameter values and
|
|
2597
|
+
// fragment contents — with the same REDACTED marker the config redaction uses,
|
|
2598
|
+
// while keeping the scheme, host, path and parameter names so the offending
|
|
2599
|
+
// request stays accurately identifiable.
|
|
2600
|
+
function redactFragment(fragment) {
|
|
2601
|
+
if (!fragment) {
|
|
2602
|
+
return fragment;
|
|
2603
|
+
}
|
|
2604
|
+
return fragment.replace(/(^|&)([^=&]*=)?[^&]+/g, (match, separator, parameterName = '') => {
|
|
2605
|
+
return `${separator}${parameterName}${REDACTED}`;
|
|
2606
|
+
});
|
|
2607
|
+
}
|
|
2608
|
+
function redactSensitiveURLParts(url) {
|
|
2609
|
+
const redactedURL = url.replace(/^(https?:\/{0,2})[^/?#]*@/i, `$1${REDACTED}@`);
|
|
2610
|
+
const fragmentIndex = redactedURL.indexOf('#');
|
|
2611
|
+
const urlWithoutFragment = fragmentIndex === -1 ? redactedURL : redactedURL.slice(0, fragmentIndex);
|
|
2612
|
+
const redactedURLWithoutFragment = urlWithoutFragment.replace(/([?&][^=&#]*=)[^&#]*/g, `$1${REDACTED}`);
|
|
2613
|
+
if (fragmentIndex === -1) {
|
|
2614
|
+
return redactedURLWithoutFragment;
|
|
2615
|
+
}
|
|
2616
|
+
return `${redactedURLWithoutFragment}#${redactFragment(redactedURL.slice(fragmentIndex + 1))}`;
|
|
2260
2617
|
}
|
|
2261
2618
|
function assertValidHttpProtocolURL(url, config) {
|
|
2262
|
-
if (typeof url === 'string'
|
|
2263
|
-
|
|
2619
|
+
if (typeof url === 'string') {
|
|
2620
|
+
const normalizedURL = normalizeURLForProtocolCheck(url);
|
|
2621
|
+
if (malformedHttpProtocol.test(normalizedURL)) {
|
|
2622
|
+
throw new AxiosError(`Invalid URL ${JSON.stringify(redactSensitiveURLParts(normalizedURL))}: missing "//" after protocol`, AxiosError.ERR_INVALID_URL, config);
|
|
2623
|
+
}
|
|
2264
2624
|
}
|
|
2265
2625
|
}
|
|
2266
2626
|
|
|
@@ -2380,7 +2740,7 @@ function getEnv(key) {
|
|
|
2380
2740
|
return process.env[key.toLowerCase()] || process.env[key.toUpperCase()] || '';
|
|
2381
2741
|
}
|
|
2382
2742
|
|
|
2383
|
-
const VERSION = "1.
|
|
2743
|
+
const VERSION = "1.20.0";
|
|
2384
2744
|
|
|
2385
2745
|
function parseProtocol(url) {
|
|
2386
2746
|
const match = /^([-+\w]{1,25}):(?:\/\/)?/.exec(url);
|
|
@@ -2389,7 +2749,7 @@ function parseProtocol(url) {
|
|
|
2389
2749
|
|
|
2390
2750
|
// RFC 2397: data:[<mediatype>][;base64],<data>
|
|
2391
2751
|
// mediatype = type/subtype followed by optional ;name=value parameters
|
|
2392
|
-
const DATA_URL_PATTERN = /^([
|
|
2752
|
+
const DATA_URL_PATTERN = /^([^,;/]+\/[^,;/]+)?((?:;[^,;=]+=[^,;]+)*)(;base64)?,([\s\S]*)$/;
|
|
2393
2753
|
|
|
2394
2754
|
/**
|
|
2395
2755
|
* Parse data uri to a Buffer or Blob
|
|
@@ -2440,6 +2800,31 @@ function fromDataURI(uri, asBlob, options) {
|
|
|
2440
2800
|
throw new AxiosError('Unsupported protocol ' + protocol, AxiosError.ERR_NOT_SUPPORT);
|
|
2441
2801
|
}
|
|
2442
2802
|
|
|
2803
|
+
const FORM_DATA_CONTENT_HEADERS = ['content-type', 'content-length'];
|
|
2804
|
+
|
|
2805
|
+
/**
|
|
2806
|
+
* Apply the headers generated by a FormData implementation to the request headers,
|
|
2807
|
+
* honoring the `formDataHeaderPolicy` option: with 'content-only', copy only the
|
|
2808
|
+
* content-* headers; otherwise merge all of them.
|
|
2809
|
+
*
|
|
2810
|
+
* @param {AxiosHeaders} headers - the request headers to mutate
|
|
2811
|
+
* @param {Object | null | undefined} formHeaders - headers produced by the FormData implementation
|
|
2812
|
+
* @param {String} [policy] - the resolved `formDataHeaderPolicy` config value
|
|
2813
|
+
*
|
|
2814
|
+
* @returns {void}
|
|
2815
|
+
*/
|
|
2816
|
+
function setFormDataHeaders(headers, formHeaders, policy) {
|
|
2817
|
+
if (policy !== 'content-only') {
|
|
2818
|
+
headers.set(formHeaders);
|
|
2819
|
+
return;
|
|
2820
|
+
}
|
|
2821
|
+
Object.entries(formHeaders || {}).forEach(([key, val]) => {
|
|
2822
|
+
if (FORM_DATA_CONTENT_HEADERS.includes(key.toLowerCase())) {
|
|
2823
|
+
headers.set(key, val);
|
|
2824
|
+
}
|
|
2825
|
+
});
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2443
2828
|
const kInternals = Symbol('internals');
|
|
2444
2829
|
class AxiosTransformStream extends stream.Transform {
|
|
2445
2830
|
constructor(options) {
|
|
@@ -2677,7 +3062,7 @@ class Http2Sessions {
|
|
|
2677
3062
|
this.sessions = Object.create(null);
|
|
2678
3063
|
}
|
|
2679
3064
|
getSession(authority, options) {
|
|
2680
|
-
options = Object.assign({
|
|
3065
|
+
options = Object.assign(Object.create(null), {
|
|
2681
3066
|
sessionTimeout: 1000
|
|
2682
3067
|
}, options);
|
|
2683
3068
|
let authoritySessions = this.sessions[authority];
|
|
@@ -2744,6 +3129,7 @@ class Http2Sessions {
|
|
|
2744
3129
|
};
|
|
2745
3130
|
}
|
|
2746
3131
|
session.once('close', removeSession);
|
|
3132
|
+
session.once('error', removeSession);
|
|
2747
3133
|
let entry = [session, options];
|
|
2748
3134
|
authoritySessions ? authoritySessions.push(entry) : authoritySessions = this.sessions[authority] = [entry];
|
|
2749
3135
|
return session;
|
|
@@ -2764,12 +3150,117 @@ const callbackify = (fn, reducer) => {
|
|
|
2764
3150
|
};
|
|
2765
3151
|
|
|
2766
3152
|
const LOOPBACK_HOSTNAMES = new Set(['localhost', '0.0.0.0']);
|
|
3153
|
+
const trimTrailingDots = value => {
|
|
3154
|
+
let end = value.length;
|
|
3155
|
+
while (end && value.charCodeAt(end - 1) === 46) {
|
|
3156
|
+
end--;
|
|
3157
|
+
}
|
|
3158
|
+
return end === value.length ? value : value.slice(0, end);
|
|
3159
|
+
};
|
|
2767
3160
|
const isIPv4Loopback = host => {
|
|
2768
3161
|
const parts = host.split('.');
|
|
2769
3162
|
if (parts.length !== 4) return false;
|
|
2770
3163
|
if (parts[0] !== '127') return false;
|
|
2771
3164
|
return parts.every(p => /^\d+$/.test(p) && Number(p) >= 0 && Number(p) <= 255);
|
|
2772
3165
|
};
|
|
3166
|
+
|
|
3167
|
+
/**
|
|
3168
|
+
* Canonicalize an IPv4 address written in shorthand, octal, or hex form into
|
|
3169
|
+
* dotted-decimal. IPv6 addresses and non-IP strings are returned unchanged so
|
|
3170
|
+
* the existing IPv4-mapped IPv6 unmap path and the isLoopback path can still
|
|
3171
|
+
* see them.
|
|
3172
|
+
*
|
|
3173
|
+
* Shorthand expansion mirrors Node's URL parser: literal parts fill from the
|
|
3174
|
+
* left, the final part fills the remaining octets from the right with
|
|
3175
|
+
* zero-padding on the left.
|
|
3176
|
+
* 127.1 -> 127.0.0.1
|
|
3177
|
+
* 127.0.1 -> 127.0.0.1
|
|
3178
|
+
* 1.2.3 -> 1.2.0.3
|
|
3179
|
+
*
|
|
3180
|
+
* Each octet is parsed with an explicit base: 16 for `0x`/`0X` prefix, 8 for
|
|
3181
|
+
* zero-prefixed multi-digit all-`0-7` parts, 10 otherwise. Zero-prefixed
|
|
3182
|
+
* decimal-looking parts that contain `8` or `9` are rejected to match Node's
|
|
3183
|
+
* URL parser, and the comparison layer falls through to non-bypass if either
|
|
3184
|
+
* side rejects the form (fail-safe).
|
|
3185
|
+
*
|
|
3186
|
+
* Returns the input unchanged on any parse failure, out-of-range octet, or
|
|
3187
|
+
* unusual shape (1-part, 5+ parts) so the comparison layer fails closed.
|
|
3188
|
+
*/
|
|
3189
|
+
const parseIPv4Octet = text => {
|
|
3190
|
+
if (/^0[xX][0-9a-fA-F]+$/.test(text)) {
|
|
3191
|
+
const n = parseInt(text.slice(2), 16);
|
|
3192
|
+
return Number.isFinite(n) ? n : null;
|
|
3193
|
+
}
|
|
3194
|
+
if (text.length > 1 && /^0[0-7]+$/.test(text)) {
|
|
3195
|
+
const n = parseInt(text, 8);
|
|
3196
|
+
return Number.isFinite(n) ? n : null;
|
|
3197
|
+
}
|
|
3198
|
+
if (text.length > 1 && /^0[0-9]+$/.test(text)) {
|
|
3199
|
+
return null;
|
|
3200
|
+
}
|
|
3201
|
+
if (/^[0-9]+$/.test(text)) {
|
|
3202
|
+
const n = parseInt(text, 10);
|
|
3203
|
+
return Number.isFinite(n) ? n : null;
|
|
3204
|
+
}
|
|
3205
|
+
return null;
|
|
3206
|
+
};
|
|
3207
|
+
const normalizeIPAddress = host => {
|
|
3208
|
+
if (typeof host !== 'string' || !host || host.indexOf(':') !== -1) {
|
|
3209
|
+
return host;
|
|
3210
|
+
}
|
|
3211
|
+
let h = host;
|
|
3212
|
+
if (h.charAt(0) === '[' && h.charAt(h.length - 1) === ']') {
|
|
3213
|
+
h = h.slice(1, -1);
|
|
3214
|
+
}
|
|
3215
|
+
h = trimTrailingDots(h);
|
|
3216
|
+
|
|
3217
|
+
// Allowed characters for any IPv4 shape: digits, dot, 'x', 'X', hex digits.
|
|
3218
|
+
if (!/^[0-9.xXa-fA-F]+$/.test(h)) return host;
|
|
3219
|
+
const parts = h.split('.');
|
|
3220
|
+
|
|
3221
|
+
// No part may be empty (e.g. "127..0.1" or "127.0.0."). Trailing dots are
|
|
3222
|
+
// already stripped above; this guards against the empty-middle case.
|
|
3223
|
+
if (parts.some(p => p === '')) return host;
|
|
3224
|
+
if (parts.length === 4) {
|
|
3225
|
+
// Full IPv4 form: each part is an octet.
|
|
3226
|
+
const octets = parts.map(parseIPv4Octet);
|
|
3227
|
+
if (octets.some(n => n === null || n < 0 || n > 255)) return host;
|
|
3228
|
+
return octets.join('.');
|
|
3229
|
+
}
|
|
3230
|
+
if (parts.length > 4) {
|
|
3231
|
+
return host;
|
|
3232
|
+
}
|
|
3233
|
+
|
|
3234
|
+
// Shorthand: 1..3 parts. Node's URL parser treats a 1-part input as a 32-bit
|
|
3235
|
+
// integer split into octets, which has surprising semantics (e.g. "127" ->
|
|
3236
|
+
// "0.0.0.127"). Reject 1-part inputs to keep the helper predictable: the
|
|
3237
|
+
// fail-safe returns the input unchanged and the comparison layer falls
|
|
3238
|
+
// through to non-bypass.
|
|
3239
|
+
if (parts.length === 1) return host;
|
|
3240
|
+
|
|
3241
|
+
// 2..3 parts: literal parts fill from the left, tail fills remaining octets
|
|
3242
|
+
// from the right with zero-padding.
|
|
3243
|
+
const literalOctets = parts.slice(0, -1);
|
|
3244
|
+
const tail = parts[parts.length - 1];
|
|
3245
|
+
const tailSlots = 4 - literalOctets.length;
|
|
3246
|
+
|
|
3247
|
+
// Tail is parsed as a full IPv4 number (hex/octal/decimal) and packed
|
|
3248
|
+
// low-byte-right into the remaining octets, matching Node's URL parser.
|
|
3249
|
+
// e.g. 127.65535 (tail 0xFFFF into 3 slots) -> 127.0.255.255;
|
|
3250
|
+
// 127.0x00ff (tail 0xFF into 3 slots) -> 127.0.0.255;
|
|
3251
|
+
// 127.0.65535 (tail 0xFFFF into 2 slots) -> 127.0.255.255.
|
|
3252
|
+
const tailValue = parseIPv4Octet(tail);
|
|
3253
|
+
if (tailValue === null) return host;
|
|
3254
|
+
const maxTail = (1 << 8 * tailSlots) - 1;
|
|
3255
|
+
if (tailValue < 0 || tailValue > maxTail) return host;
|
|
3256
|
+
const tailOctets = new Array(tailSlots).fill(0);
|
|
3257
|
+
for (let i = tailSlots - 1, v = tailValue; i >= 0; i--, v >>= 8) {
|
|
3258
|
+
tailOctets[i] = v & 0xff;
|
|
3259
|
+
}
|
|
3260
|
+
const literal = literalOctets.map(parseIPv4Octet);
|
|
3261
|
+
if (literal.some(n => n === null || n < 0 || n > 255)) return host;
|
|
3262
|
+
return [...literal, ...tailOctets].join('.');
|
|
3263
|
+
};
|
|
2773
3264
|
const isIPv6ZeroGroup = group => /^0{1,4}$/.test(group);
|
|
2774
3265
|
|
|
2775
3266
|
// The unspecified address (IPv4 0.0.0.0 / IPv6 ::) resolves to the local host
|
|
@@ -2876,6 +3367,40 @@ const unmapIPv4MappedIPv6 = host => {
|
|
|
2876
3367
|
}
|
|
2877
3368
|
return host;
|
|
2878
3369
|
};
|
|
3370
|
+
const IPV4_OCTET_RE = /^(?:0|[1-9]\d{0,2})$/;
|
|
3371
|
+
const ipv4ToBytes = host => {
|
|
3372
|
+
const parts = host.split('.');
|
|
3373
|
+
return parts.length === 4 && parts.every(part => IPV4_OCTET_RE.test(part) && Number(part) <= 255) ? parts.map(Number) : null;
|
|
3374
|
+
};
|
|
3375
|
+
const IPV6_GROUP_RE = /^[0-9a-f]{1,4}$/i;
|
|
3376
|
+
const ipv6ToBytes = host => {
|
|
3377
|
+
const halves = host.split('::');
|
|
3378
|
+
if (halves.length > 2) {
|
|
3379
|
+
return null;
|
|
3380
|
+
}
|
|
3381
|
+
const groups = halves[0] ? halves[0].split(':') : [];
|
|
3382
|
+
if (halves.length === 2) {
|
|
3383
|
+
const rear = halves[1] ? halves[1].split(':') : [];
|
|
3384
|
+
const missing = 8 - groups.length - rear.length;
|
|
3385
|
+
if (missing < 1) {
|
|
3386
|
+
return null;
|
|
3387
|
+
}
|
|
3388
|
+
groups.push(...new Array(missing).fill('0'), ...rear);
|
|
3389
|
+
}
|
|
3390
|
+
if (groups.length !== 8 || groups.some(group => !IPV6_GROUP_RE.test(group))) {
|
|
3391
|
+
return null;
|
|
3392
|
+
}
|
|
3393
|
+
return groups.flatMap(group => {
|
|
3394
|
+
const value = Number.parseInt(group, 16);
|
|
3395
|
+
return [value >> 8 & 0xff, value & 0xff];
|
|
3396
|
+
});
|
|
3397
|
+
};
|
|
3398
|
+
const ipToBytes = host => {
|
|
3399
|
+
if (typeof host !== 'string' || !host) {
|
|
3400
|
+
return null;
|
|
3401
|
+
}
|
|
3402
|
+
return host.indexOf(':') !== -1 ? ipv6ToBytes(host) : ipv4ToBytes(host);
|
|
3403
|
+
};
|
|
2879
3404
|
const normalizeNoProxyHost = hostname => {
|
|
2880
3405
|
if (!hostname) {
|
|
2881
3406
|
return hostname;
|
|
@@ -2883,7 +3408,101 @@ const normalizeNoProxyHost = hostname => {
|
|
|
2883
3408
|
if (hostname.charAt(0) === '[' && hostname.charAt(hostname.length - 1) === ']') {
|
|
2884
3409
|
hostname = hostname.slice(1, -1);
|
|
2885
3410
|
}
|
|
2886
|
-
|
|
3411
|
+
const trimmed = trimTrailingDots(hostname);
|
|
3412
|
+
|
|
3413
|
+
// IPv4 shorthand/octal/hex → dotted-decimal; helper is a no-op for inputs
|
|
3414
|
+
// containing ':' (IPv6 and IPv4-mapped IPv6) so we fall through to unmap.
|
|
3415
|
+
const ipv4 = normalizeIPAddress(trimmed);
|
|
3416
|
+
if (ipv4 !== trimmed) {
|
|
3417
|
+
return ipv4;
|
|
3418
|
+
}
|
|
3419
|
+
return unmapIPv4MappedIPv6(trimmed);
|
|
3420
|
+
};
|
|
3421
|
+
const normalizeCidrBase = input => {
|
|
3422
|
+
let base = input;
|
|
3423
|
+
const startsBracket = base.charAt(0) === '[';
|
|
3424
|
+
const endsBracket = base.charAt(base.length - 1) === ']';
|
|
3425
|
+
const hasBracket = base.includes('[') || base.includes(']');
|
|
3426
|
+
if (startsBracket || endsBracket) {
|
|
3427
|
+
if (!startsBracket || !endsBracket) {
|
|
3428
|
+
return null;
|
|
3429
|
+
}
|
|
3430
|
+
base = base.slice(1, -1);
|
|
3431
|
+
if (base.indexOf(':') === -1 || base.includes('[') || base.includes(']')) {
|
|
3432
|
+
return null;
|
|
3433
|
+
}
|
|
3434
|
+
} else if (hasBracket) {
|
|
3435
|
+
return null;
|
|
3436
|
+
}
|
|
3437
|
+
if (!base || base.charAt(base.length - 1) === '.') {
|
|
3438
|
+
return null;
|
|
3439
|
+
}
|
|
3440
|
+
const wasIPv6 = base.indexOf(':') !== -1;
|
|
3441
|
+
if (wasIPv6) {
|
|
3442
|
+
try {
|
|
3443
|
+
base = new URL(`http://[${base}]/`).hostname.slice(1, -1);
|
|
3444
|
+
} catch (_err) {
|
|
3445
|
+
return null;
|
|
3446
|
+
}
|
|
3447
|
+
} else {
|
|
3448
|
+
base = normalizeIPAddress(base);
|
|
3449
|
+
if (!ipv4ToBytes(base)) {
|
|
3450
|
+
return null;
|
|
3451
|
+
}
|
|
3452
|
+
}
|
|
3453
|
+
return {
|
|
3454
|
+
normalized: unmapIPv4MappedIPv6(base),
|
|
3455
|
+
wasIPv6
|
|
3456
|
+
};
|
|
3457
|
+
};
|
|
3458
|
+
const CIDR_ENTRY_RE = /^(.+)\/(0|[1-9]\d{0,2})$/;
|
|
3459
|
+
const parseCidrEntry = entry => {
|
|
3460
|
+
if (entry.indexOf('/') === -1) {
|
|
3461
|
+
return undefined;
|
|
3462
|
+
}
|
|
3463
|
+
const match = CIDR_ENTRY_RE.exec(entry);
|
|
3464
|
+
if (!match) {
|
|
3465
|
+
return null;
|
|
3466
|
+
}
|
|
3467
|
+
let prefix = Number(match[2]);
|
|
3468
|
+
const parsedBase = normalizeCidrBase(match[1]);
|
|
3469
|
+
if (!parsedBase) {
|
|
3470
|
+
return null;
|
|
3471
|
+
}
|
|
3472
|
+
const {
|
|
3473
|
+
normalized,
|
|
3474
|
+
wasIPv6
|
|
3475
|
+
} = parsedBase;
|
|
3476
|
+
if (wasIPv6 && normalized.indexOf(':') === -1) {
|
|
3477
|
+
if (prefix < 96) {
|
|
3478
|
+
return null;
|
|
3479
|
+
}
|
|
3480
|
+
prefix -= 96;
|
|
3481
|
+
}
|
|
3482
|
+
const bytes = ipToBytes(normalized);
|
|
3483
|
+
if (!bytes || prefix > bytes.length * 8) {
|
|
3484
|
+
return null;
|
|
3485
|
+
}
|
|
3486
|
+
return {
|
|
3487
|
+
bytes,
|
|
3488
|
+
prefix
|
|
3489
|
+
};
|
|
3490
|
+
};
|
|
3491
|
+
const isInSubnet = (addressBytes, networkBytes, prefix) => {
|
|
3492
|
+
const fullBytes = prefix >> 3;
|
|
3493
|
+
for (let i = 0; i < fullBytes; i++) {
|
|
3494
|
+
if (addressBytes[i] !== networkBytes[i]) {
|
|
3495
|
+
return false;
|
|
3496
|
+
}
|
|
3497
|
+
}
|
|
3498
|
+
const remainingBits = prefix & 7;
|
|
3499
|
+
if (remainingBits) {
|
|
3500
|
+
const mask = 0xff << 8 - remainingBits & 0xff;
|
|
3501
|
+
if ((addressBytes[fullBytes] & mask) !== (networkBytes[fullBytes] & mask)) {
|
|
3502
|
+
return false;
|
|
3503
|
+
}
|
|
3504
|
+
}
|
|
3505
|
+
return true;
|
|
2887
3506
|
};
|
|
2888
3507
|
function shouldBypassProxy(location) {
|
|
2889
3508
|
let parsed;
|
|
@@ -2901,10 +3520,18 @@ function shouldBypassProxy(location) {
|
|
|
2901
3520
|
}
|
|
2902
3521
|
const port = Number.parseInt(parsed.port, 10) || DEFAULT_PORTS[parsed.protocol.split(':', 1)[0]] || 0;
|
|
2903
3522
|
const hostname = normalizeNoProxyHost(parsed.hostname.toLowerCase());
|
|
3523
|
+
const hostnameBytes = ipToBytes(hostname);
|
|
2904
3524
|
return noProxy.split(/[\s,]+/).some(entry => {
|
|
2905
3525
|
if (!entry) {
|
|
2906
3526
|
return false;
|
|
2907
3527
|
}
|
|
3528
|
+
if (entry === '*') {
|
|
3529
|
+
return true;
|
|
3530
|
+
}
|
|
3531
|
+
const cidr = parseCidrEntry(entry);
|
|
3532
|
+
if (cidr !== undefined) {
|
|
3533
|
+
return cidr !== null && !!hostnameBytes && hostnameBytes.length === cidr.bytes.length && isInSubnet(hostnameBytes, cidr.bytes, cidr.prefix);
|
|
3534
|
+
}
|
|
2908
3535
|
let [entryHost, entryPort] = parseNoProxyEntry(entry);
|
|
2909
3536
|
entryHost = normalizeNoProxyHost(entryHost);
|
|
2910
3537
|
if (!entryHost) {
|
|
@@ -2967,7 +3594,7 @@ function speedometer(samplesCount, min) {
|
|
|
2967
3594
|
* Throttle decorator
|
|
2968
3595
|
* @param {Function} fn
|
|
2969
3596
|
* @param {Number} freq
|
|
2970
|
-
* @return {Function}
|
|
3597
|
+
* @return {Array<Function>}
|
|
2971
3598
|
*/
|
|
2972
3599
|
function throttle(fn, freq) {
|
|
2973
3600
|
let timestamp = 0;
|
|
@@ -2999,19 +3626,20 @@ function throttle(fn, freq) {
|
|
|
2999
3626
|
}
|
|
3000
3627
|
};
|
|
3001
3628
|
const flush = () => lastArgs && invoke(lastArgs);
|
|
3002
|
-
|
|
3629
|
+
const flushWith = (...args) => invoke(args);
|
|
3630
|
+
return [throttled, flush, flushWith];
|
|
3003
3631
|
}
|
|
3004
3632
|
|
|
3005
3633
|
const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
3006
3634
|
let bytesNotified = 0;
|
|
3007
3635
|
const _speedometer = speedometer(50, 250);
|
|
3008
3636
|
return throttle(e => {
|
|
3009
|
-
if (!e ||
|
|
3637
|
+
if (!e || !utils$1.isNumber(e.loaded)) {
|
|
3010
3638
|
return;
|
|
3011
3639
|
}
|
|
3012
3640
|
const rawLoaded = e.loaded;
|
|
3013
3641
|
const total = e.lengthComputable ? e.total : undefined;
|
|
3014
|
-
const loaded = total != null ? Math.min(rawLoaded, total) : rawLoaded;
|
|
3642
|
+
const loaded = Math.max(0, total != null ? Math.min(rawLoaded, total) : rawLoaded);
|
|
3015
3643
|
const progressBytes = Math.max(0, loaded - bytesNotified);
|
|
3016
3644
|
const rate = _speedometer(progressBytes);
|
|
3017
3645
|
bytesNotified = Math.max(bytesNotified, loaded);
|
|
@@ -3037,20 +3665,85 @@ const progressEventDecorator = (total, throttled) => {
|
|
|
3037
3665
|
loaded
|
|
3038
3666
|
}), throttled[1]];
|
|
3039
3667
|
};
|
|
3040
|
-
const asyncDecorator = fn => (...args) =>
|
|
3668
|
+
const asyncDecorator = (fn, scheduler = utils$1.asap) => (...args) => scheduler(() => fn(...args));
|
|
3041
3669
|
|
|
3042
3670
|
/**
|
|
3043
|
-
* Estimate
|
|
3044
|
-
* -
|
|
3045
|
-
*
|
|
3046
|
-
*
|
|
3047
|
-
*
|
|
3048
|
-
* @param {string} url
|
|
3049
|
-
* @returns {number}
|
|
3671
|
+
* Estimate data: URL byte lengths *without* allocating large buffers.
|
|
3672
|
+
* - Fetch percent-decodes a base64 body before decoding it.
|
|
3673
|
+
* - Node's Buffer.from(body, 'base64') sizes its backing allocation from the
|
|
3674
|
+
* raw body, including ignored characters and content after padding.
|
|
3675
|
+
* - Non-base64 data is percent-decoded and then encoded as UTF-8.
|
|
3050
3676
|
*/
|
|
3051
3677
|
const isHexDigit = charCode => charCode >= 48 && charCode <= 57 || charCode >= 65 && charCode <= 70 || charCode >= 97 && charCode <= 102;
|
|
3052
3678
|
const isPercentEncodedByte = (str, i, len) => i + 2 < len && isHexDigit(str.charCodeAt(i + 1)) && isHexDigit(str.charCodeAt(i + 2));
|
|
3053
|
-
|
|
3679
|
+
const hexValue = charCode => charCode <= 57 ? charCode - 48 : (charCode & 0xdf) - 55;
|
|
3680
|
+
const isBase64Char = charCode => charCode >= 65 && charCode <= 90 ||
|
|
3681
|
+
// A-Z
|
|
3682
|
+
charCode >= 97 && charCode <= 122 ||
|
|
3683
|
+
// a-z
|
|
3684
|
+
charCode >= 48 && charCode <= 57 ||
|
|
3685
|
+
// 0-9
|
|
3686
|
+
charCode === 43 ||
|
|
3687
|
+
// +
|
|
3688
|
+
charCode === 47 ||
|
|
3689
|
+
// /
|
|
3690
|
+
charCode === 45 ||
|
|
3691
|
+
// - (base64url)
|
|
3692
|
+
charCode === 95; // _ (base64url)
|
|
3693
|
+
|
|
3694
|
+
const isBase64Whitespace = charCode => charCode === 9 || charCode === 10 || charCode === 12 || charCode === 13 || charCode === 32;
|
|
3695
|
+
const base64Bytes = significant => {
|
|
3696
|
+
const groups = Math.floor(significant / 4);
|
|
3697
|
+
const remainder = significant % 4;
|
|
3698
|
+
return groups * 3 + (remainder === 2 ? 1 : remainder === 3 ? 2 : 0);
|
|
3699
|
+
};
|
|
3700
|
+
|
|
3701
|
+
// Buffer.byteLength(body, 'base64') uses the raw string length as an allocation
|
|
3702
|
+
// upper bound even when Buffer.from later ignores characters or stops at '='.
|
|
3703
|
+
const estimateBase64BufferAllocation = body => {
|
|
3704
|
+
const len = body.length;
|
|
3705
|
+
let padding = 0;
|
|
3706
|
+
if (len > 0 && body.charCodeAt(len - 1) === 61 /* '=' */) {
|
|
3707
|
+
padding++;
|
|
3708
|
+
if (len > 1 && body.charCodeAt(len - 2) === 61 /* '=' */) {
|
|
3709
|
+
padding++;
|
|
3710
|
+
}
|
|
3711
|
+
}
|
|
3712
|
+
return Math.floor((len - padding) * 3 / 4);
|
|
3713
|
+
};
|
|
3714
|
+
const estimatePercentDecodedBase64Bytes = body => {
|
|
3715
|
+
const len = body.length;
|
|
3716
|
+
let significant = 0;
|
|
3717
|
+
let padding = 0;
|
|
3718
|
+
let invalid = false;
|
|
3719
|
+
for (let i = 0; i < len; i++) {
|
|
3720
|
+
let code = body.charCodeAt(i);
|
|
3721
|
+
if (code === 37 /* '%' */ && isPercentEncodedByte(body, i, len)) {
|
|
3722
|
+
code = hexValue(body.charCodeAt(i + 1)) * 16 + hexValue(body.charCodeAt(i + 2));
|
|
3723
|
+
i += 2;
|
|
3724
|
+
}
|
|
3725
|
+
if (isBase64Whitespace(code)) {
|
|
3726
|
+
continue;
|
|
3727
|
+
}
|
|
3728
|
+
if (code === 61 /* '=' */) {
|
|
3729
|
+
padding++;
|
|
3730
|
+
continue;
|
|
3731
|
+
}
|
|
3732
|
+
if (!isBase64Char(code) || padding > 0) {
|
|
3733
|
+
invalid = true;
|
|
3734
|
+
continue;
|
|
3735
|
+
}
|
|
3736
|
+
significant++;
|
|
3737
|
+
}
|
|
3738
|
+
|
|
3739
|
+
// Fetch rejects malformed forgiving-base64 input. Returning the raw-size
|
|
3740
|
+
// allocation bound keeps that invalid input from becoming a pre-check bypass.
|
|
3741
|
+
if (invalid || padding > 2 || padding > 0 && (significant + padding) % 4 !== 0 || significant % 4 === 1) {
|
|
3742
|
+
return estimateBase64BufferAllocation(body);
|
|
3743
|
+
}
|
|
3744
|
+
return base64Bytes(significant);
|
|
3745
|
+
};
|
|
3746
|
+
const estimateDataURLBytes = (url, estimateBase64) => {
|
|
3054
3747
|
if (!url || typeof url !== 'string') return 0;
|
|
3055
3748
|
if (!url.startsWith('data:')) return 0;
|
|
3056
3749
|
const comma = url.indexOf(',');
|
|
@@ -3059,47 +3752,7 @@ function estimateDataURLDecodedBytes(url) {
|
|
|
3059
3752
|
const body = url.slice(comma + 1);
|
|
3060
3753
|
const isBase64 = /;base64/i.test(meta);
|
|
3061
3754
|
if (isBase64) {
|
|
3062
|
-
|
|
3063
|
-
const len = body.length; // cache length
|
|
3064
|
-
|
|
3065
|
-
for (let i = 0; i < len; i++) {
|
|
3066
|
-
if (body.charCodeAt(i) === 37 /* '%' */ && i + 2 < len) {
|
|
3067
|
-
const a = body.charCodeAt(i + 1);
|
|
3068
|
-
const b = body.charCodeAt(i + 2);
|
|
3069
|
-
const isHex = isHexDigit(a) && isHexDigit(b);
|
|
3070
|
-
if (isHex) {
|
|
3071
|
-
effectiveLen -= 2;
|
|
3072
|
-
i += 2;
|
|
3073
|
-
}
|
|
3074
|
-
}
|
|
3075
|
-
}
|
|
3076
|
-
let pad = 0;
|
|
3077
|
-
let idx = len - 1;
|
|
3078
|
-
const tailIsPct3D = j => j >= 2 && body.charCodeAt(j - 2) === 37 &&
|
|
3079
|
-
// '%'
|
|
3080
|
-
body.charCodeAt(j - 1) === 51 && (
|
|
3081
|
-
// '3'
|
|
3082
|
-
body.charCodeAt(j) === 68 || body.charCodeAt(j) === 100); // 'D' or 'd'
|
|
3083
|
-
|
|
3084
|
-
if (idx >= 0) {
|
|
3085
|
-
if (body.charCodeAt(idx) === 61 /* '=' */) {
|
|
3086
|
-
pad++;
|
|
3087
|
-
idx--;
|
|
3088
|
-
} else if (tailIsPct3D(idx)) {
|
|
3089
|
-
pad++;
|
|
3090
|
-
idx -= 3;
|
|
3091
|
-
}
|
|
3092
|
-
}
|
|
3093
|
-
if (pad === 1 && idx >= 0) {
|
|
3094
|
-
if (body.charCodeAt(idx) === 61 /* '=' */) {
|
|
3095
|
-
pad++;
|
|
3096
|
-
} else if (tailIsPct3D(idx)) {
|
|
3097
|
-
pad++;
|
|
3098
|
-
}
|
|
3099
|
-
}
|
|
3100
|
-
const groups = Math.floor(effectiveLen / 4);
|
|
3101
|
-
const bytes = groups * 3 - (pad || 0);
|
|
3102
|
-
return bytes > 0 ? bytes : 0;
|
|
3755
|
+
return estimateBase64(body);
|
|
3103
3756
|
}
|
|
3104
3757
|
|
|
3105
3758
|
// Compute UTF-8 byte length directly from UTF-16 code units without allocating
|
|
@@ -3129,6 +3782,28 @@ function estimateDataURLDecodedBytes(url) {
|
|
|
3129
3782
|
}
|
|
3130
3783
|
}
|
|
3131
3784
|
return bytes;
|
|
3785
|
+
};
|
|
3786
|
+
|
|
3787
|
+
/**
|
|
3788
|
+
* Estimate the percent-decoded payload size used by Fetch data: URLs.
|
|
3789
|
+
*
|
|
3790
|
+
* @param {string} url
|
|
3791
|
+
* @returns {number}
|
|
3792
|
+
*/
|
|
3793
|
+
function estimateDataURLDecodedBytes(url) {
|
|
3794
|
+
// Fetch removes URL fragments before processing a data: URL.
|
|
3795
|
+
const fragmentIndex = typeof url === 'string' ? url.indexOf('#') : -1;
|
|
3796
|
+
return estimateDataURLBytes(fragmentIndex === -1 ? url : url.slice(0, fragmentIndex), estimatePercentDecodedBase64Bytes);
|
|
3797
|
+
}
|
|
3798
|
+
|
|
3799
|
+
/**
|
|
3800
|
+
* Estimate the Buffer backing allocation used by Node's raw base64 decoder.
|
|
3801
|
+
*
|
|
3802
|
+
* @param {string} url
|
|
3803
|
+
* @returns {number}
|
|
3804
|
+
*/
|
|
3805
|
+
function estimateDataURLBufferAllocation(url) {
|
|
3806
|
+
return estimateDataURLBytes(url, estimateBase64BufferAllocation);
|
|
3132
3807
|
}
|
|
3133
3808
|
|
|
3134
3809
|
const zlibOptions = {
|
|
@@ -3147,29 +3822,27 @@ const isBrotliSupported = utils$1.isFunction(zlib.createBrotliDecompress);
|
|
|
3147
3822
|
const isZstdSupported = utils$1.isFunction(zlib.createZstdDecompress);
|
|
3148
3823
|
const ACCEPT_ENCODING = 'gzip, compress, deflate' + (isBrotliSupported ? ', br' : '');
|
|
3149
3824
|
const ACCEPT_ENCODING_WITH_ZSTD = ACCEPT_ENCODING + (isZstdSupported ? ', zstd' : '');
|
|
3825
|
+
const scheduleProgress = typeof process !== 'undefined' && process.nextTick ? process.nextTick.bind(process) : utils$1.asap;
|
|
3150
3826
|
const {
|
|
3151
3827
|
http: httpFollow,
|
|
3152
3828
|
https: httpsFollow
|
|
3153
3829
|
} = followRedirects;
|
|
3154
3830
|
const isHttps = /https:?/;
|
|
3155
|
-
const FORM_DATA_CONTENT_HEADERS$1 = ['content-type', 'content-length'];
|
|
3156
|
-
function setFormDataHeaders$1(headers, formHeaders, policy) {
|
|
3157
|
-
if (policy !== 'content-only') {
|
|
3158
|
-
headers.set(formHeaders);
|
|
3159
|
-
return;
|
|
3160
|
-
}
|
|
3161
|
-
Object.entries(formHeaders).forEach(([key, val]) => {
|
|
3162
|
-
if (FORM_DATA_CONTENT_HEADERS$1.includes(key.toLowerCase())) {
|
|
3163
|
-
headers.set(key, val);
|
|
3164
|
-
}
|
|
3165
|
-
});
|
|
3166
|
-
}
|
|
3167
3831
|
|
|
3168
3832
|
// Symbols used to bind a single 'error' listener to a pooled socket and track
|
|
3169
3833
|
// the request currently owning that socket across keep-alive reuse (issue #10780).
|
|
3170
3834
|
const kAxiosSocketListener = Symbol('axios.http.socketListener');
|
|
3171
3835
|
const kAxiosCurrentReq = Symbol('axios.http.currentReq');
|
|
3172
3836
|
|
|
3837
|
+
// A shared listener avoids retaining an adapter context for the lifetime of a
|
|
3838
|
+
// pooled socket. EventEmitter invokes listeners with `this` set to the emitter.
|
|
3839
|
+
function handleSocketError(err) {
|
|
3840
|
+
const current = this[kAxiosCurrentReq];
|
|
3841
|
+
if (current && !current.destroyed) {
|
|
3842
|
+
current.destroy(err);
|
|
3843
|
+
}
|
|
3844
|
+
}
|
|
3845
|
+
|
|
3173
3846
|
// Tags HttpsProxyAgent instances installed by setProxy() so the redirect path
|
|
3174
3847
|
// can strip them without clobbering a user-supplied agent that happens to be
|
|
3175
3848
|
// an HttpsProxyAgent.
|
|
@@ -3315,13 +3988,14 @@ function isSameOriginRedirect(redirectOptions, requestDetails) {
|
|
|
3315
3988
|
* @param {http.ClientRequestArgs} options
|
|
3316
3989
|
* @param {AxiosProxyConfig} configProxy configuration from Axios options object
|
|
3317
3990
|
* @param {string} location
|
|
3991
|
+
* @param {boolean} [allowEnvProxy=true] whether environment proxy configuration can be used
|
|
3318
3992
|
*
|
|
3319
|
-
* @returns {
|
|
3993
|
+
* @returns {boolean} whether a proxy applies to the selected transport
|
|
3320
3994
|
*/
|
|
3321
|
-
function setProxy(options, configProxy, location, isRedirect, configHttpsAgent, configHttpAgent) {
|
|
3995
|
+
function setProxy(options, configProxy, location, isRedirect, configHttpsAgent, configHttpAgent, allowEnvProxy = true) {
|
|
3322
3996
|
let proxy = configProxy;
|
|
3323
3997
|
const proxyEnvAgent = getProxyEnvAgent(options, configHttpAgent, configHttpsAgent);
|
|
3324
|
-
if (!proxy && proxy !== false && !isNodeEnvProxyEnabled(proxyEnvAgent)) {
|
|
3998
|
+
if (!proxy && proxy !== false && allowEnvProxy && !isNodeEnvProxyEnabled(proxyEnvAgent)) {
|
|
3325
3999
|
const proxyUrl = getProxyForUrl(location);
|
|
3326
4000
|
if (proxyUrl) {
|
|
3327
4001
|
if (!shouldBypassProxy(location)) {
|
|
@@ -3456,8 +4130,9 @@ function setProxy(options, configProxy, location, isRedirect, configHttpsAgent,
|
|
|
3456
4130
|
options.beforeRedirects.proxy = function beforeRedirect(redirectOptions) {
|
|
3457
4131
|
// Configure proxy for redirected request, passing the original config proxy to apply
|
|
3458
4132
|
// the exact same logic as if the redirected request was performed by axios directly.
|
|
3459
|
-
setProxy(redirectOptions, configProxy, redirectOptions.href, true, configHttpsAgent, configHttpAgent);
|
|
4133
|
+
setProxy(redirectOptions, configProxy, redirectOptions.href, true, configHttpsAgent, configHttpAgent, allowEnvProxy);
|
|
3460
4134
|
};
|
|
4135
|
+
return Boolean(proxy || configProxy !== false && allowEnvProxy && isNodeEnvProxyEnabled(proxyEnvAgent));
|
|
3461
4136
|
}
|
|
3462
4137
|
const isHttpAdapterSupported = typeof process !== 'undefined' && utils$1.kindOf(process) === 'process';
|
|
3463
4138
|
|
|
@@ -3488,7 +4163,7 @@ const resolveFamily = ({
|
|
|
3488
4163
|
family
|
|
3489
4164
|
}) => {
|
|
3490
4165
|
if (!utils$1.isString(address)) {
|
|
3491
|
-
throw
|
|
4166
|
+
throw new AxiosError('address must be a string', AxiosError.ERR_BAD_OPTION_VALUE);
|
|
3492
4167
|
}
|
|
3493
4168
|
return {
|
|
3494
4169
|
address,
|
|
@@ -3499,6 +4174,32 @@ const buildAddressEntry = (address, family) => resolveFamily(utils$1.isObject(ad
|
|
|
3499
4174
|
address,
|
|
3500
4175
|
family
|
|
3501
4176
|
});
|
|
4177
|
+
const normalizedLookupCache = new WeakMap();
|
|
4178
|
+
const normalizeLookup = lookup => {
|
|
4179
|
+
let normalized = normalizedLookupCache.get(lookup);
|
|
4180
|
+
if (normalized) {
|
|
4181
|
+
return normalized;
|
|
4182
|
+
}
|
|
4183
|
+
const callbackLookup = callbackify(lookup, value => utils$1.isArray(value) ? value : [value]);
|
|
4184
|
+
|
|
4185
|
+
// Support opt.all, which is required by current Node.js releases.
|
|
4186
|
+
normalized = (hostname, opt, cb) => {
|
|
4187
|
+
callbackLookup(hostname, opt, (err, arg0, arg1) => {
|
|
4188
|
+
if (err) {
|
|
4189
|
+
return cb(err);
|
|
4190
|
+
}
|
|
4191
|
+
let addresses;
|
|
4192
|
+
try {
|
|
4193
|
+
addresses = utils$1.isArray(arg0) ? arg0.map(addr => buildAddressEntry(addr)) : [buildAddressEntry(arg0, arg1)];
|
|
4194
|
+
} catch (error) {
|
|
4195
|
+
return cb(error);
|
|
4196
|
+
}
|
|
4197
|
+
opt.all ? cb(err, addresses) : cb(err, addresses[0].address, addresses[0].family);
|
|
4198
|
+
});
|
|
4199
|
+
};
|
|
4200
|
+
normalizedLookupCache.set(lookup, normalized);
|
|
4201
|
+
return normalized;
|
|
4202
|
+
};
|
|
3502
4203
|
const http2Transport = {
|
|
3503
4204
|
request(options, cb) {
|
|
3504
4205
|
const authority = options.protocol + '//' + options.hostname + ':' + (options.port || (options.protocol === 'https:' ? 443 : 80));
|
|
@@ -3551,6 +4252,7 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
3551
4252
|
let family = own('family');
|
|
3552
4253
|
let httpVersion = own('httpVersion');
|
|
3553
4254
|
if (httpVersion === undefined) httpVersion = 1;
|
|
4255
|
+
const rawHttpVersion = httpVersion;
|
|
3554
4256
|
let http2Options = own('http2Options');
|
|
3555
4257
|
const httpAgent = own('httpAgent');
|
|
3556
4258
|
const httpsAgent = own('httpsAgent');
|
|
@@ -3567,26 +4269,20 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
3567
4269
|
let rejected = false;
|
|
3568
4270
|
let req;
|
|
3569
4271
|
let connectPhaseTimer;
|
|
3570
|
-
|
|
4272
|
+
try {
|
|
4273
|
+
httpVersion = +httpVersion;
|
|
4274
|
+
} catch (err) {
|
|
4275
|
+
throw new AxiosError('Invalid protocol version: value is not a number', AxiosError.ERR_BAD_OPTION_VALUE, config);
|
|
4276
|
+
}
|
|
3571
4277
|
if (Number.isNaN(httpVersion)) {
|
|
3572
|
-
throw
|
|
4278
|
+
throw new AxiosError(`Invalid protocol version: '${rawHttpVersion}' is not a number`, AxiosError.ERR_BAD_OPTION_VALUE, config);
|
|
3573
4279
|
}
|
|
3574
4280
|
if (httpVersion !== 1 && httpVersion !== 2) {
|
|
3575
|
-
throw
|
|
4281
|
+
throw new AxiosError(`Unsupported protocol version '${httpVersion}'`, AxiosError.ERR_BAD_OPTION_VALUE, config);
|
|
3576
4282
|
}
|
|
3577
4283
|
const isHttp2 = httpVersion === 2;
|
|
3578
4284
|
if (lookup) {
|
|
3579
|
-
|
|
3580
|
-
// hotfix to support opt.all option which is required for node 20.x
|
|
3581
|
-
lookup = (hostname, opt, cb) => {
|
|
3582
|
-
_lookup(hostname, opt, (err, arg0, arg1) => {
|
|
3583
|
-
if (err) {
|
|
3584
|
-
return cb(err);
|
|
3585
|
-
}
|
|
3586
|
-
const addresses = utils$1.isArray(arg0) ? arg0.map(addr => buildAddressEntry(addr)) : [buildAddressEntry(arg0, arg1)];
|
|
3587
|
-
opt.all ? cb(err, addresses) : cb(err, addresses[0].address, addresses[0].family);
|
|
3588
|
-
});
|
|
3589
|
-
};
|
|
4285
|
+
lookup = normalizeLookup(lookup);
|
|
3590
4286
|
}
|
|
3591
4287
|
const abortEmitter = new events.EventEmitter();
|
|
3592
4288
|
function abort(reason) {
|
|
@@ -3663,7 +4359,7 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
3663
4359
|
if (maxContentLength > -1) {
|
|
3664
4360
|
// Use the exact string passed to fromDataURI (the configured url); fall back to fullPath if needed.
|
|
3665
4361
|
const dataUrl = String(own('url') || fullPath || '');
|
|
3666
|
-
const estimated =
|
|
4362
|
+
const estimated = estimateDataURLBufferAllocation(dataUrl);
|
|
3667
4363
|
if (estimated > maxContentLength) {
|
|
3668
4364
|
return reject(new AxiosError('maxContentLength size of ' + maxContentLength + ' exceeded', AxiosError.ERR_BAD_RESPONSE, config));
|
|
3669
4365
|
}
|
|
@@ -3729,7 +4425,7 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
3729
4425
|
});
|
|
3730
4426
|
// support for https://www.npmjs.com/package/form-data api
|
|
3731
4427
|
} else if (utils$1.isFormData(data) && utils$1.isFunction(data.getHeaders) && data.getHeaders !== Object.prototype.getHeaders) {
|
|
3732
|
-
setFormDataHeaders
|
|
4428
|
+
setFormDataHeaders(headers, data.getHeaders(), own('formDataHeaderPolicy'));
|
|
3733
4429
|
if (!headers.hasContentLength()) {
|
|
3734
4430
|
try {
|
|
3735
4431
|
const knownLength = await util.promisify(data.getLength).call(data);
|
|
@@ -3772,7 +4468,7 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
3772
4468
|
data = stream.pipeline([data, new AxiosTransformStream({
|
|
3773
4469
|
maxRate: utils$1.toFiniteNumber(maxUploadRate)
|
|
3774
4470
|
})], utils$1.noop);
|
|
3775
|
-
onUploadProgress && data.on('progress', flushOnFinish(data, progressEventDecorator(contentLength, progressEventReducer(asyncDecorator(onUploadProgress), false, 3))));
|
|
4471
|
+
onUploadProgress && data.on('progress', flushOnFinish(data, progressEventDecorator(contentLength, progressEventReducer(asyncDecorator(onUploadProgress, scheduleProgress), false, 3))));
|
|
3776
4472
|
}
|
|
3777
4473
|
|
|
3778
4474
|
// HTTP basic authentication
|
|
@@ -3799,6 +4495,11 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
3799
4495
|
}));
|
|
3800
4496
|
}
|
|
3801
4497
|
headers.set('Accept-Encoding', utils$1.hasOwnProp(transitional, 'advertiseZstdAcceptEncoding') && transitional.advertiseZstdAcceptEncoding === true ? ACCEPT_ENCODING_WITH_ZSTD : ACCEPT_ENCODING, false);
|
|
4498
|
+
if (isHttp2 && lookup) {
|
|
4499
|
+
http2Options = Object.assign(Object.create(null), http2Options, {
|
|
4500
|
+
lookup
|
|
4501
|
+
});
|
|
4502
|
+
}
|
|
3802
4503
|
|
|
3803
4504
|
// Null-prototype to block prototype pollution gadgets on properties read
|
|
3804
4505
|
// directly by Node's http.request (e.g. insecureHTTPParser, lookup).
|
|
@@ -3815,11 +4516,13 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
3815
4516
|
family,
|
|
3816
4517
|
beforeRedirect: dispatchBeforeRedirect,
|
|
3817
4518
|
beforeRedirects: Object.create(null),
|
|
3818
|
-
http2Options
|
|
4519
|
+
http2Options,
|
|
4520
|
+
createConnection: undefined
|
|
3819
4521
|
});
|
|
3820
4522
|
|
|
3821
4523
|
// cacheable-lookup integration hotfix
|
|
3822
4524
|
!utils$1.isUndefined(lookup) && (options.lookup = lookup);
|
|
4525
|
+
let proxyApplied = false;
|
|
3823
4526
|
if (socketPath) {
|
|
3824
4527
|
if (typeof socketPath !== 'string') {
|
|
3825
4528
|
return reject(new AxiosError('socketPath must be a string', AxiosError.ERR_BAD_OPTION_VALUE, config));
|
|
@@ -3837,7 +4540,11 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
3837
4540
|
} else {
|
|
3838
4541
|
options.hostname = parsed.hostname.startsWith('[') ? parsed.hostname.slice(1, -1) : parsed.hostname;
|
|
3839
4542
|
options.port = parsed.port;
|
|
3840
|
-
setProxy(options, configProxy, protocol + '//' + parsed.hostname + (parsed.port ? ':' + parsed.port : '') + options.path, false, httpsAgent, httpAgent
|
|
4543
|
+
proxyApplied = setProxy(options, configProxy, protocol + '//' + parsed.hostname + (parsed.port ? ':' + parsed.port : '') + options.path, false, httpsAgent, httpAgent,
|
|
4544
|
+
// The HTTP/2 transport connects independently of HTTP/1 agents, so it
|
|
4545
|
+
// cannot apply either axios-resolved or agent-local environment proxies.
|
|
4546
|
+
// Explicit proxy config is still processed and rejected below.
|
|
4547
|
+
!isHttp2);
|
|
3841
4548
|
}
|
|
3842
4549
|
let transport;
|
|
3843
4550
|
let isNativeTransport = false;
|
|
@@ -3853,6 +4560,9 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
3853
4560
|
options.agent = isHttpsRequest ? httpsAgent : httpAgent;
|
|
3854
4561
|
}
|
|
3855
4562
|
if (isHttp2) {
|
|
4563
|
+
if (proxyApplied) {
|
|
4564
|
+
return reject(new AxiosError('HTTP/2 requests with a proxy are not supported', AxiosError.ERR_NOT_SUPPORT, config));
|
|
4565
|
+
}
|
|
3856
4566
|
transport = http2Transport;
|
|
3857
4567
|
} else {
|
|
3858
4568
|
const configTransport = own('transport');
|
|
@@ -3937,7 +4647,7 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
3937
4647
|
const transformStream = new AxiosTransformStream({
|
|
3938
4648
|
maxRate: utils$1.toFiniteNumber(maxDownloadRate)
|
|
3939
4649
|
});
|
|
3940
|
-
onDownloadProgress && transformStream.on('progress', flushOnFinish(transformStream, progressEventDecorator(responseLength, progressEventReducer(asyncDecorator(onDownloadProgress), true, 3))));
|
|
4650
|
+
onDownloadProgress && transformStream.on('progress', flushOnFinish(transformStream, progressEventDecorator(responseLength, progressEventReducer(asyncDecorator(onDownloadProgress, scheduleProgress), true, 3))));
|
|
3941
4651
|
streams.push(transformStream);
|
|
3942
4652
|
}
|
|
3943
4653
|
|
|
@@ -4100,18 +4810,10 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
4100
4810
|
socket.setKeepAlive(true, 1000 * 60);
|
|
4101
4811
|
}
|
|
4102
4812
|
|
|
4103
|
-
// Install
|
|
4104
|
-
//
|
|
4105
|
-
// to new requests before the previous request's 'close' fires (issue #10780).
|
|
4106
|
-
// The listener is bound to the socket's currently-active request via a
|
|
4107
|
-
// symbol, which is swapped as the socket is reassigned.
|
|
4813
|
+
// Install one shared 'error' listener per socket. The symbol follows the
|
|
4814
|
+
// currently-active request as pooled sockets are reassigned (issue #10780).
|
|
4108
4815
|
if (!socket[kAxiosSocketListener]) {
|
|
4109
|
-
socket.on('error',
|
|
4110
|
-
const current = socket[kAxiosCurrentReq];
|
|
4111
|
-
if (current && !current.destroyed) {
|
|
4112
|
-
current.destroy(err);
|
|
4113
|
-
}
|
|
4114
|
-
});
|
|
4816
|
+
socket.on('error', handleSocketError);
|
|
4115
4817
|
socket[kAxiosSocketListener] = true;
|
|
4116
4818
|
}
|
|
4117
4819
|
socket[kAxiosCurrentReq] = req;
|
|
@@ -4268,6 +4970,12 @@ var cookies = platform.hasStandardBrowserEnv ?
|
|
|
4268
4970
|
const headersToObject = thing => thing instanceof AxiosHeaders ? {
|
|
4269
4971
|
...thing
|
|
4270
4972
|
} : thing;
|
|
4973
|
+
const ownEnumerableKeys = thing => {
|
|
4974
|
+
if (Object.getOwnPropertySymbols && Object.getOwnPropertyDescriptor) {
|
|
4975
|
+
return Object.keys(thing).concat(Object.getOwnPropertySymbols(thing).filter(symbol => Object.getOwnPropertyDescriptor(thing, symbol).enumerable));
|
|
4976
|
+
}
|
|
4977
|
+
return Object.keys(thing);
|
|
4978
|
+
};
|
|
4271
4979
|
|
|
4272
4980
|
/**
|
|
4273
4981
|
* Config-specific merge-function which creates a new config-object
|
|
@@ -4367,7 +5075,7 @@ function mergeConfig(config1, config2) {
|
|
|
4367
5075
|
transformResponse: defaultToConfig2,
|
|
4368
5076
|
paramsSerializer: defaultToConfig2,
|
|
4369
5077
|
timeout: defaultToConfig2,
|
|
4370
|
-
|
|
5078
|
+
timeoutErrorMessage: defaultToConfig2,
|
|
4371
5079
|
withCredentials: defaultToConfig2,
|
|
4372
5080
|
withXSRFToken: defaultToConfig2,
|
|
4373
5081
|
adapter: defaultToConfig2,
|
|
@@ -4390,7 +5098,7 @@ function mergeConfig(config1, config2) {
|
|
|
4390
5098
|
validateStatus: mergeDirectKeys,
|
|
4391
5099
|
headers: (a, b, prop) => mergeDeepProperties(headersToObject(a), headersToObject(b), prop, true)
|
|
4392
5100
|
};
|
|
4393
|
-
utils$1.forEach(
|
|
5101
|
+
utils$1.forEach(ownEnumerableKeys({
|
|
4394
5102
|
...config1,
|
|
4395
5103
|
...config2
|
|
4396
5104
|
}), function computeConfigValue(prop) {
|
|
@@ -4411,19 +5119,6 @@ function mergeConfig(config1, config2) {
|
|
|
4411
5119
|
return config;
|
|
4412
5120
|
}
|
|
4413
5121
|
|
|
4414
|
-
const FORM_DATA_CONTENT_HEADERS = ['content-type', 'content-length'];
|
|
4415
|
-
function setFormDataHeaders(headers, formHeaders, policy) {
|
|
4416
|
-
if (policy !== 'content-only') {
|
|
4417
|
-
headers.set(formHeaders);
|
|
4418
|
-
return;
|
|
4419
|
-
}
|
|
4420
|
-
Object.entries(formHeaders || {}).forEach(([key, val]) => {
|
|
4421
|
-
if (FORM_DATA_CONTENT_HEADERS.includes(key.toLowerCase())) {
|
|
4422
|
-
headers.set(key, val);
|
|
4423
|
-
}
|
|
4424
|
-
});
|
|
4425
|
-
}
|
|
4426
|
-
|
|
4427
5122
|
/**
|
|
4428
5123
|
* Encode a UTF-8 string to a Latin-1 byte string for use with btoa().
|
|
4429
5124
|
* This is a modern replacement for the deprecated unescape(encodeURIComponent(str)) pattern.
|
|
@@ -4462,11 +5157,12 @@ function resolveConfig(config) {
|
|
|
4462
5157
|
}
|
|
4463
5158
|
}
|
|
4464
5159
|
if (utils$1.isFormData(data)) {
|
|
5160
|
+
const getHeaders = utils$1.getSafeProp(data, 'getHeaders');
|
|
4465
5161
|
if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv || utils$1.isReactNative(data)) {
|
|
4466
5162
|
headers.setContentType(undefined); // browser/web worker/RN handles it
|
|
4467
|
-
} else if (utils$1.isFunction(
|
|
5163
|
+
} else if (utils$1.isFunction(getHeaders)) {
|
|
4468
5164
|
// Node.js FormData (like form-data package)
|
|
4469
|
-
setFormDataHeaders(headers,
|
|
5165
|
+
setFormDataHeaders(headers, getHeaders.call(data), own('formDataHeaderPolicy'));
|
|
4470
5166
|
}
|
|
4471
5167
|
}
|
|
4472
5168
|
|
|
@@ -4506,7 +5202,7 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
|
|
|
4506
5202
|
} = _config;
|
|
4507
5203
|
let onCanceled;
|
|
4508
5204
|
let uploadThrottled, downloadThrottled;
|
|
4509
|
-
let flushUpload, flushDownload;
|
|
5205
|
+
let flushUpload, flushDownload, flushDownloadWithEvent;
|
|
4510
5206
|
function done() {
|
|
4511
5207
|
flushUpload && flushUpload(); // flush events
|
|
4512
5208
|
flushDownload && flushDownload(); // flush events
|
|
@@ -4519,10 +5215,50 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
|
|
|
4519
5215
|
|
|
4520
5216
|
// Set the request timeout in MS
|
|
4521
5217
|
request.timeout = _config.timeout;
|
|
4522
|
-
function onloadend() {
|
|
5218
|
+
function onloadend(event) {
|
|
5219
|
+
if (!request) {
|
|
5220
|
+
return;
|
|
5221
|
+
}
|
|
5222
|
+
|
|
5223
|
+
// Status 0 means no response was received, which onerror and onabort normally
|
|
5224
|
+
// reject before this runs. Firefox 152 fires only readystatechange and loadend for
|
|
5225
|
+
// navigation-canceled requests (https://bugzilla.mozilla.org/show_bug.cgi?id=1505389),
|
|
5226
|
+
// leaving settle() to resolve them as an empty success. ECONNABORTED is the error
|
|
5227
|
+
// onabort raised on Firefox 151. Reads over file:, which some environments report as
|
|
5228
|
+
// status 0 on success, are excluded by the request URL's scheme after browser-style
|
|
5229
|
+
// preprocessing, by the page origin's scheme for relative URLs (which inherit it), or
|
|
5230
|
+
// by responseURL where implemented.
|
|
5231
|
+
if (request.status === 0 && (parseProtocol(normalizeURLForProtocolCheck(_config.url)) || parseProtocol(platform.origin)) !== 'file' && !(request.responseURL && request.responseURL.startsWith('file:'))) {
|
|
5232
|
+
reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));
|
|
5233
|
+
done();
|
|
5234
|
+
|
|
5235
|
+
// Clean up request
|
|
5236
|
+
request = null;
|
|
5237
|
+
return;
|
|
5238
|
+
}
|
|
5239
|
+
|
|
5240
|
+
// When loadend is still dispatching, flushing with it gives progress
|
|
5241
|
+
// listeners a final delivery whose event has a live target. The legacy
|
|
5242
|
+
// ready-state fallback has no event, so replay its pending progress.
|
|
5243
|
+
// A throwing listener must not block settlement; rethrow asynchronously,
|
|
5244
|
+
// matching how listener errors surface on the throttle timer path.
|
|
5245
|
+
try {
|
|
5246
|
+
if (event) {
|
|
5247
|
+
flushDownloadWithEvent && flushDownloadWithEvent(event);
|
|
5248
|
+
} else {
|
|
5249
|
+
flushDownload && flushDownload();
|
|
5250
|
+
}
|
|
5251
|
+
} catch (err) {
|
|
5252
|
+
setTimeout(() => {
|
|
5253
|
+
throw err;
|
|
5254
|
+
});
|
|
5255
|
+
}
|
|
5256
|
+
|
|
5257
|
+
// A final progress callback can cancel the request synchronously.
|
|
4523
5258
|
if (!request) {
|
|
4524
5259
|
return;
|
|
4525
5260
|
}
|
|
5261
|
+
|
|
4526
5262
|
// Prepare the response
|
|
4527
5263
|
const responseHeaders = AxiosHeaders.from('getAllResponseHeaders' in request && request.getAllResponseHeaders());
|
|
4528
5264
|
const responseData = !responseType || responseType === 'text' || responseType === 'json' ? request.responseText : request.response;
|
|
@@ -4630,7 +5366,7 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
|
|
|
4630
5366
|
|
|
4631
5367
|
// Handle progress if needed
|
|
4632
5368
|
if (onDownloadProgress) {
|
|
4633
|
-
[downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true);
|
|
5369
|
+
[downloadThrottled, flushDownload, flushDownloadWithEvent] = progressEventReducer(onDownloadProgress, true);
|
|
4634
5370
|
request.addEventListener('progress', downloadThrottled);
|
|
4635
5371
|
}
|
|
4636
5372
|
|
|
@@ -4699,9 +5435,18 @@ const composeSignals = (signals, timeout) => {
|
|
|
4699
5435
|
});
|
|
4700
5436
|
signals = null;
|
|
4701
5437
|
};
|
|
4702
|
-
signals.forEach(signal =>
|
|
4703
|
-
|
|
4704
|
-
|
|
5438
|
+
signals.forEach(signal => {
|
|
5439
|
+
if (aborted) {
|
|
5440
|
+
return;
|
|
5441
|
+
}
|
|
5442
|
+
if (signal.aborted) {
|
|
5443
|
+
onabort.call(signal);
|
|
5444
|
+
return;
|
|
5445
|
+
}
|
|
5446
|
+
signal.addEventListener('abort', onabort, {
|
|
5447
|
+
once: true
|
|
5448
|
+
});
|
|
5449
|
+
});
|
|
4705
5450
|
const {
|
|
4706
5451
|
signal
|
|
4707
5452
|
} = controller;
|
|
@@ -4792,6 +5537,17 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
|
4792
5537
|
};
|
|
4793
5538
|
|
|
4794
5539
|
const DEFAULT_CHUNK_SIZE = 64 * 1024;
|
|
5540
|
+
const DEFAULT_REQUEST_OPTIONS = {
|
|
5541
|
+
cache: 'default',
|
|
5542
|
+
redirect: 'follow',
|
|
5543
|
+
referrer: 'about:client',
|
|
5544
|
+
referrerPolicy: '',
|
|
5545
|
+
mode: 'cors',
|
|
5546
|
+
integrity: '',
|
|
5547
|
+
keepalive: false,
|
|
5548
|
+
priority: 'auto',
|
|
5549
|
+
window: null
|
|
5550
|
+
};
|
|
4795
5551
|
const {
|
|
4796
5552
|
isFunction
|
|
4797
5553
|
} = utils$1;
|
|
@@ -4934,7 +5690,8 @@ const factory = env => {
|
|
|
4934
5690
|
withCredentials = 'same-origin',
|
|
4935
5691
|
fetchOptions,
|
|
4936
5692
|
maxContentLength,
|
|
4937
|
-
maxBodyLength
|
|
5693
|
+
maxBodyLength,
|
|
5694
|
+
maxRedirects
|
|
4938
5695
|
} = resolveConfig(config);
|
|
4939
5696
|
const hasMaxContentLength = utils$1.isNumber(maxContentLength) && maxContentLength > -1;
|
|
4940
5697
|
const hasMaxBodyLength = utils$1.isNumber(maxBodyLength) && maxBodyLength > -1;
|
|
@@ -5065,17 +5822,46 @@ const factory = env => {
|
|
|
5065
5822
|
|
|
5066
5823
|
// Set User-Agent header if not already set (fetch defaults to 'node' in Node.js)
|
|
5067
5824
|
headers.set('User-Agent', 'axios/' + VERSION, false);
|
|
5068
|
-
const
|
|
5069
|
-
|
|
5825
|
+
const safeFetchOptions = fetchOptions == null ? fetchOptions : Object.assign(Object.create(null), fetchOptions);
|
|
5826
|
+
if (safeFetchOptions) {
|
|
5827
|
+
// These options are owned by Axios and are already reflected in the
|
|
5828
|
+
// resolved Request passed to fetch.
|
|
5829
|
+
delete safeFetchOptions.body;
|
|
5830
|
+
delete safeFetchOptions.headers;
|
|
5831
|
+
delete safeFetchOptions.method;
|
|
5832
|
+
delete safeFetchOptions.signal;
|
|
5833
|
+
delete safeFetchOptions.duplex;
|
|
5834
|
+
delete safeFetchOptions.credentials;
|
|
5835
|
+
}
|
|
5836
|
+
const resolvedOptions = Object.assign(Object.create(null), safeFetchOptions, {
|
|
5070
5837
|
signal: composedSignal,
|
|
5071
5838
|
method: method.toUpperCase(),
|
|
5072
5839
|
headers: toByteStringHeaderObject(headers.normalize()),
|
|
5073
5840
|
body: data,
|
|
5074
5841
|
duplex: 'half',
|
|
5075
5842
|
credentials: isCredentialsSupported ? withCredentials : undefined
|
|
5076
|
-
};
|
|
5843
|
+
});
|
|
5844
|
+
if (isRequestSupported) {
|
|
5845
|
+
utils$1.forEach(DEFAULT_REQUEST_OPTIONS, (value, key) => {
|
|
5846
|
+
if (resolvedOptions[key] === undefined) {
|
|
5847
|
+
resolvedOptions[key] = value;
|
|
5848
|
+
}
|
|
5849
|
+
});
|
|
5850
|
+
if (resolvedOptions.signal === undefined) {
|
|
5851
|
+
resolvedOptions.signal = null;
|
|
5852
|
+
}
|
|
5853
|
+
if (resolvedOptions.body === undefined) {
|
|
5854
|
+
resolvedOptions.body = null;
|
|
5855
|
+
}
|
|
5856
|
+
}
|
|
5857
|
+
if (maxRedirects === 0) {
|
|
5858
|
+
resolvedOptions.redirect = 'manual';
|
|
5859
|
+
if (safeFetchOptions) {
|
|
5860
|
+
safeFetchOptions.redirect = 'manual';
|
|
5861
|
+
}
|
|
5862
|
+
}
|
|
5077
5863
|
request = isRequestSupported && new Request(url, resolvedOptions);
|
|
5078
|
-
let response = await (isRequestSupported ? _fetch(request,
|
|
5864
|
+
let response = await (isRequestSupported ? _fetch(request, safeFetchOptions) : _fetch(url, resolvedOptions));
|
|
5079
5865
|
const responseHeaders = AxiosHeaders.from(response.headers);
|
|
5080
5866
|
|
|
5081
5867
|
// Cheap pre-check: if the server honestly declares a content-length that
|
|
@@ -5355,9 +6141,13 @@ function throwIfCancellationRequested(config) {
|
|
|
5355
6141
|
*
|
|
5356
6142
|
* @returns {Promise} The Promise to be fulfilled
|
|
5357
6143
|
*/
|
|
5358
|
-
function dispatchRequest(
|
|
6144
|
+
function dispatchRequest(_config) {
|
|
6145
|
+
// Interceptors may replace the merged config with an ordinary object. Flatten
|
|
6146
|
+
// it at the dispatch boundary so shared prototype members cannot become
|
|
6147
|
+
// request behavior, while preserving intentional template/class members.
|
|
6148
|
+
const config = utils$1.toSafeFlatObject(_config);
|
|
5359
6149
|
throwIfCancellationRequested(config);
|
|
5360
|
-
config.headers = AxiosHeaders.from(config
|
|
6150
|
+
config.headers = AxiosHeaders.from(utils$1.getSafeProp(config, 'headers'));
|
|
5361
6151
|
|
|
5362
6152
|
// Transform request data
|
|
5363
6153
|
config.data = transformData.call(config, config.transformRequest);
|
|
@@ -5513,18 +6303,17 @@ class Axios {
|
|
|
5513
6303
|
return await this._request(configOrUrl, config);
|
|
5514
6304
|
} catch (err) {
|
|
5515
6305
|
if (err instanceof Error) {
|
|
5516
|
-
let dummy = {};
|
|
5517
|
-
Error.captureStackTrace ? Error.captureStackTrace(dummy) : dummy = new Error();
|
|
5518
|
-
|
|
5519
|
-
// slice off the Error: ... line
|
|
5520
|
-
const stack = (() => {
|
|
5521
|
-
if (!dummy.stack) {
|
|
5522
|
-
return '';
|
|
5523
|
-
}
|
|
5524
|
-
const firstNewlineIndex = dummy.stack.indexOf('\n');
|
|
5525
|
-
return firstNewlineIndex === -1 ? '' : dummy.stack.slice(firstNewlineIndex + 1);
|
|
5526
|
-
})();
|
|
5527
6306
|
try {
|
|
6307
|
+
let dummy = {};
|
|
6308
|
+
Error.captureStackTrace ? Error.captureStackTrace(dummy) : dummy = new Error();
|
|
6309
|
+
const dummyStack = dummy.stack;
|
|
6310
|
+
let stack = '';
|
|
6311
|
+
|
|
6312
|
+
// slice off the Error: ... line
|
|
6313
|
+
if (typeof dummyStack === 'string') {
|
|
6314
|
+
const firstNewlineIndex = dummyStack.indexOf('\n');
|
|
6315
|
+
stack = firstNewlineIndex === -1 ? '' : dummyStack.slice(firstNewlineIndex + 1);
|
|
6316
|
+
}
|
|
5528
6317
|
if (!err.stack) {
|
|
5529
6318
|
err.stack = stack;
|
|
5530
6319
|
// match without the 2 top stack lines
|
|
@@ -5537,7 +6326,7 @@ class Axios {
|
|
|
5537
6326
|
}
|
|
5538
6327
|
}
|
|
5539
6328
|
} catch (e) {
|
|
5540
|
-
//
|
|
6329
|
+
// Ignore failures from custom stack hooks or un-writable stack properties.
|
|
5541
6330
|
}
|
|
5542
6331
|
}
|
|
5543
6332
|
throw err;
|
|
@@ -5593,11 +6382,11 @@ class Axios {
|
|
|
5593
6382
|
}, true);
|
|
5594
6383
|
|
|
5595
6384
|
// Set config.method
|
|
5596
|
-
config.method = (config
|
|
6385
|
+
config.method = (utils$1.getSafeProp(config, 'method') || utils$1.getSafeProp(this.defaults, 'method') || 'get').toLowerCase();
|
|
5597
6386
|
|
|
5598
6387
|
// Flatten headers
|
|
5599
6388
|
let contextHeaders = headers && utils$1.merge(headers.common, headers[config.method]);
|
|
5600
|
-
headers && utils$1.forEach(
|
|
6389
|
+
headers && utils$1.forEach(methodList.concat('common'), method => {
|
|
5601
6390
|
delete headers[method];
|
|
5602
6391
|
});
|
|
5603
6392
|
config.headers = AxiosHeaders.concat(contextHeaders, headers);
|
|
@@ -5642,16 +6431,29 @@ class Axios {
|
|
|
5642
6431
|
const onFulfilled = requestInterceptorChain[i++];
|
|
5643
6432
|
const onRejected = requestInterceptorChain[i++];
|
|
5644
6433
|
try {
|
|
5645
|
-
newConfig = onFulfilled(newConfig);
|
|
6434
|
+
newConfig = onFulfilled ? onFulfilled(newConfig) : newConfig;
|
|
5646
6435
|
} catch (error) {
|
|
5647
|
-
onRejected
|
|
6436
|
+
if (!onRejected) {
|
|
6437
|
+
promise = Promise.reject(error);
|
|
6438
|
+
break;
|
|
6439
|
+
}
|
|
6440
|
+
try {
|
|
6441
|
+
const rejectedResult = onRejected.call(this, error);
|
|
6442
|
+
if (utils$1.isThenable(rejectedResult)) {
|
|
6443
|
+
promise = Promise.resolve(rejectedResult).then(() => dispatchRequest.call(this, newConfig));
|
|
6444
|
+
}
|
|
6445
|
+
} catch (rejectedError) {
|
|
6446
|
+
promise = Promise.reject(rejectedError);
|
|
6447
|
+
}
|
|
5648
6448
|
break;
|
|
5649
6449
|
}
|
|
5650
6450
|
}
|
|
5651
|
-
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
|
-
|
|
6451
|
+
if (!promise) {
|
|
6452
|
+
try {
|
|
6453
|
+
promise = dispatchRequest.call(this, newConfig);
|
|
6454
|
+
} catch (error) {
|
|
6455
|
+
promise = Promise.reject(error);
|
|
6456
|
+
}
|
|
5655
6457
|
}
|
|
5656
6458
|
i = 0;
|
|
5657
6459
|
len = responseInterceptorChain.length;
|
|
@@ -5890,14 +6692,22 @@ const HttpStatusCode = {
|
|
|
5890
6692
|
Gone: 410,
|
|
5891
6693
|
LengthRequired: 411,
|
|
5892
6694
|
PreconditionFailed: 412,
|
|
6695
|
+
/**
|
|
6696
|
+
* @deprecated Use `ContentTooLarge` instead.
|
|
6697
|
+
*/
|
|
5893
6698
|
PayloadTooLarge: 413,
|
|
6699
|
+
ContentTooLarge: 413,
|
|
5894
6700
|
UriTooLong: 414,
|
|
5895
6701
|
UnsupportedMediaType: 415,
|
|
5896
6702
|
RangeNotSatisfiable: 416,
|
|
5897
6703
|
ExpectationFailed: 417,
|
|
5898
6704
|
ImATeapot: 418,
|
|
5899
6705
|
MisdirectedRequest: 421,
|
|
6706
|
+
/**
|
|
6707
|
+
* @deprecated Use `UnprocessableContent` instead.
|
|
6708
|
+
*/
|
|
5900
6709
|
UnprocessableEntity: 422,
|
|
6710
|
+
UnprocessableContent: 422,
|
|
5901
6711
|
Locked: 423,
|
|
5902
6712
|
FailedDependency: 424,
|
|
5903
6713
|
TooEarly: 425,
|
|
@@ -5917,6 +6727,7 @@ const HttpStatusCode = {
|
|
|
5917
6727
|
LoopDetected: 508,
|
|
5918
6728
|
NotExtended: 510,
|
|
5919
6729
|
NetworkAuthenticationRequired: 511,
|
|
6730
|
+
WebServerReturnsAnUnknownError: 520,
|
|
5920
6731
|
WebServerIsDown: 521,
|
|
5921
6732
|
ConnectionTimedOut: 522,
|
|
5922
6733
|
OriginIsUnreachable: 523,
|
|
@@ -5925,7 +6736,9 @@ const HttpStatusCode = {
|
|
|
5925
6736
|
InvalidSslCertificate: 526
|
|
5926
6737
|
};
|
|
5927
6738
|
Object.entries(HttpStatusCode).forEach(([key, value]) => {
|
|
5928
|
-
HttpStatusCode[value]
|
|
6739
|
+
if (HttpStatusCode[value] === undefined) {
|
|
6740
|
+
HttpStatusCode[value] = key;
|
|
6741
|
+
}
|
|
5929
6742
|
});
|
|
5930
6743
|
|
|
5931
6744
|
/**
|
|
@@ -5993,4 +6806,3 @@ axios.HttpStatusCode = HttpStatusCode;
|
|
|
5993
6806
|
axios.default = axios;
|
|
5994
6807
|
|
|
5995
6808
|
module.exports = axios;
|
|
5996
|
-
//# sourceMappingURL=axios.cjs.map
|