@openclaw/slack 2026.7.2-beta.4 → 2026.7.2-beta.5
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/{action-runtime-CFU52n4W.js → action-runtime-BO3HK_50.js} +5 -5
- package/dist/action-runtime.runtime-DbEcqEXC.js +2 -0
- package/dist/{actions-D51foiwR.js → actions-BkOaiDSX.js} +4 -4
- package/dist/{actions.runtime-BMJwtf5C.js → actions.runtime-Do-iOL51.js} +1 -1
- package/dist/api.js +12 -13
- package/dist/{approval-handler.runtime-3b4-wxMl.js → approval-handler.runtime-BAnGN7w0.js} +2 -2
- package/dist/{channel-Ds8NKvfr.js → channel-Cnrlie9S.js} +20 -32
- package/dist/channel-config-api.js +1 -1
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{channel-type-DXkUajFP.js → channel-type-CPDX8EV-.js} +3 -3
- package/dist/{channel.setup-DOSTEDfA.js → channel.setup-DyZdLwUB.js} +4 -24
- package/dist/{setup-core-tPxMuFez.js → config-adapter-Bb8hn2tM.js} +38 -67
- package/dist/{config-schema-B4j4tCOI.js → config-schema-BajbuJGL.js} +0 -6
- package/dist/{directory-config-B08pm5ZT.js → directory-config-CeixfVuC.js} +1 -1
- package/dist/directory-contract-api.js +1 -1
- package/dist/{directory-live-DpPKzPrn.js → directory-live-CUwGPX2d.js} +2 -2
- package/dist/doctor-contract-CsGH1Dfc.js +158 -0
- package/dist/doctor-contract-api.js +1 -1
- package/dist/{group-policy-CdnQzQBI.js → group-policy-CthIXE2T.js} +27 -13
- package/dist/{message-tool-api-ByVyIVOh.js → message-tool-api-CvKoWYYQ.js} +0 -5
- package/dist/message-tool-api.js +1 -1
- package/dist/{monitor-CnB_WKvF.js → monitor-Cb5ZsOTY.js} +4 -4
- package/dist/{outbound-adapter-DuPz2HHt.js → outbound-adapter-sGrozuRg.js} +11 -68
- package/dist/{pipeline.runtime-5rRYZuX5.js → pipeline.runtime-mFCCSllA.js} +2094 -1953
- package/dist/{policy-C31RYSuT.js → policy-DVg6FyMP.js} +1 -1
- package/dist/{probe-CVRuArHA.js → probe-BhQTDVBQ.js} +50 -57
- package/dist/{provider-htuIJGFD.js → provider-PSppCU_K.js} +83 -65
- package/dist/{relay-source-Df9EaiTF.js → relay-source-D0mb_JBk.js} +1 -1
- package/dist/{replies-Cgr2Gli4.js → replies-BkPPM2Ri.js} +50 -13
- package/dist/{resolve-channels-DodP2TFx.js → resolve-channels-B3RlJKyV.js} +2 -2
- package/dist/{resolve-users-M9eF8891.js → resolve-users-DTm7PEMa.js} +2 -2
- package/dist/{rolldown-runtime-D7D4PA-g.js → rolldown-runtime-8H4AJuhK.js} +1 -0
- package/dist/{runtime-api-D5XYMMsf.js → runtime-api-jpn3vQ7e.js} +2 -2
- package/dist/runtime-api.js +10 -10
- package/dist/{scopes-CJRpHkDC.js → scopes-B2SqZ--4.js} +1 -1
- package/dist/{security-audit-Cz6erklv.js → security-audit-DR097212.js} +1 -1
- package/dist/security-contract-api.js +1 -1
- package/dist/{send-BZ1tPv7-.js → send-2IoDXPeB.js} +7 -21
- package/dist/{send.runtime-a2pilFor.js → send.runtime-BKd_PAEw.js} +1 -1
- package/dist/setup-plugin-api.js +1 -1
- package/dist/{setup-surface-wV-S1dE_.js → setup-surface-Dyam58nO.js} +8 -16
- package/dist/{shared-BfMskaMx.js → shared-g55DV75U.js} +14 -36
- package/dist/{slash-dispatch.runtime-lfeIsXTX.js → slash-dispatch.runtime-BRQbvn2e.js} +10 -9
- package/node_modules/@slack/bolt/dist/App.d.ts +4 -19
- package/node_modules/@slack/bolt/dist/App.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/App.js +21 -40
- package/node_modules/@slack/bolt/dist/App.js.map +1 -1
- package/node_modules/@slack/bolt/dist/context/create-respond.d.ts +3 -3
- package/node_modules/@slack/bolt/dist/context/create-respond.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/context/create-respond.js +13 -2
- package/node_modules/@slack/bolt/dist/context/create-respond.js.map +1 -1
- package/node_modules/@slack/bolt/dist/errors.d.ts +6 -8
- package/node_modules/@slack/bolt/dist/errors.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/errors.js +11 -11
- package/node_modules/@slack/bolt/dist/errors.js.map +1 -1
- package/node_modules/@slack/bolt/dist/helpers.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/helpers.js +1 -2
- package/node_modules/@slack/bolt/dist/helpers.js.map +1 -1
- package/node_modules/@slack/bolt/dist/index.d.ts +0 -1
- package/node_modules/@slack/bolt/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/index.js +1 -3
- package/node_modules/@slack/bolt/dist/index.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts +10 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.js +5 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js +10 -14
- package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeFunctions.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeFunctions.js +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeFunctions.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.d.ts +3 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.js +2 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.js.map +1 -1
- package/node_modules/@slack/bolt/dist/types/actions/index.d.ts +2 -4
- package/node_modules/@slack/bolt/dist/types/actions/index.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/types/actions/index.js +0 -2
- package/node_modules/@slack/bolt/dist/types/actions/index.js.map +1 -1
- package/node_modules/@slack/bolt/dist/types/events/index.d.ts +2 -0
- package/node_modules/@slack/bolt/dist/types/events/index.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/types/utilities.d.ts +2 -2
- package/node_modules/@slack/bolt/dist/types/utilities.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/types/view/index.d.ts +1 -31
- package/node_modules/@slack/bolt/dist/types/view/index.d.ts.map +1 -1
- package/node_modules/@slack/bolt/package.json +10 -11
- package/node_modules/@slack/logger/README.md +1 -1
- package/node_modules/@slack/logger/dist/index.js +17 -13
- package/node_modules/@slack/logger/dist/index.js.map +1 -1
- package/node_modules/@slack/logger/package.json +6 -7
- package/node_modules/@slack/oauth/README.md +1 -1
- package/node_modules/@slack/oauth/dist/errors.d.ts +25 -14
- package/node_modules/@slack/oauth/dist/errors.d.ts.map +1 -1
- package/node_modules/@slack/oauth/dist/errors.js +24 -33
- package/node_modules/@slack/oauth/dist/errors.js.map +1 -1
- package/node_modules/@slack/oauth/dist/install-provider.js +58 -16
- package/node_modules/@slack/oauth/dist/install-provider.js.map +1 -1
- package/node_modules/@slack/oauth/dist/installation-stores/file-store.js +4 -2
- package/node_modules/@slack/oauth/dist/installation-stores/file-store.js.map +1 -1
- package/node_modules/@slack/oauth/dist/installation-stores/memory-store.js +3 -16
- package/node_modules/@slack/oauth/dist/installation-stores/memory-store.js.map +1 -1
- package/node_modules/@slack/oauth/dist/state-stores/clear-state-store.js +2 -0
- package/node_modules/@slack/oauth/dist/state-stores/clear-state-store.js.map +1 -1
- package/node_modules/@slack/oauth/dist/state-stores/file-state-store.js +3 -0
- package/node_modules/@slack/oauth/dist/state-stores/file-state-store.js.map +1 -1
- package/node_modules/@slack/oauth/package.json +8 -9
- package/node_modules/@slack/socket-mode/README.md +1 -1
- package/node_modules/@slack/socket-mode/dist/package.json +21 -13
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts +14 -8
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js +136 -48
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.d.ts +12 -6
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js +87 -38
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeOptions.d.ts +31 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeOptions.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/errors.d.ts +31 -37
- package/node_modules/@slack/socket-mode/dist/src/errors.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/errors.js +43 -47
- package/node_modules/@slack/socket-mode/dist/src/errors.js.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/index.d.ts +2 -2
- package/node_modules/@slack/socket-mode/dist/src/index.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/index.js +7 -1
- package/node_modules/@slack/socket-mode/dist/src/index.js.map +1 -1
- package/node_modules/@slack/socket-mode/package.json +21 -13
- package/node_modules/@slack/types/README.md +1 -1
- package/node_modules/@slack/types/dist/events/app.d.ts +28 -0
- package/node_modules/@slack/types/dist/events/app.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/index.d.ts +2 -2
- package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/index.js.map +1 -1
- package/node_modules/@slack/types/dist/events/message.d.ts +2 -0
- package/node_modules/@slack/types/dist/events/message.d.ts.map +1 -1
- package/node_modules/@slack/types/package.json +3 -3
- package/node_modules/@slack/web-api/README.md +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.d.ts +42 -71
- package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.js +180 -248
- package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
- package/node_modules/@slack/web-api/dist/chat-stream.js +37 -22
- package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.d.ts +32 -51
- package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.js +64 -55
- package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.js +41 -46
- package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
- package/node_modules/@slack/web-api/dist/index.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/index.js +8 -1
- package/node_modules/@slack/web-api/dist/index.js.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.d.ts +2 -38
- package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.js +1347 -1384
- package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/files.d.ts +0 -1
- package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts +3 -3
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +66 -1
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +1 -14
- package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +0 -29
- package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -1
- package/node_modules/@slack/web-api/package.json +6 -10
- package/node_modules/@types/retry/LICENSE +21 -21
- package/node_modules/@types/retry/README.md +5 -4
- package/node_modules/@types/retry/index.d.ts +20 -13
- package/node_modules/@types/retry/package.json +9 -11
- package/node_modules/{es-set-tostringtag → undici}/LICENSE +1 -1
- package/node_modules/undici/README.md +741 -0
- package/node_modules/undici/docs/docs/api/Agent.md +84 -0
- package/node_modules/undici/docs/docs/api/BalancedPool.md +99 -0
- package/node_modules/undici/docs/docs/api/CacheStorage.md +30 -0
- package/node_modules/undici/docs/docs/api/CacheStore.md +164 -0
- package/node_modules/undici/docs/docs/api/Client.md +288 -0
- package/node_modules/undici/docs/docs/api/ClientStats.md +27 -0
- package/node_modules/undici/docs/docs/api/Connector.md +115 -0
- package/node_modules/undici/docs/docs/api/ContentType.md +57 -0
- package/node_modules/undici/docs/docs/api/Cookies.md +128 -0
- package/node_modules/undici/docs/docs/api/Debug.md +62 -0
- package/node_modules/undici/docs/docs/api/DiagnosticsChannel.md +315 -0
- package/node_modules/undici/docs/docs/api/Dispatcher.md +1392 -0
- package/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +159 -0
- package/node_modules/undici/docs/docs/api/Errors.md +49 -0
- package/node_modules/undici/docs/docs/api/EventSource.md +45 -0
- package/node_modules/undici/docs/docs/api/Fetch.md +60 -0
- package/node_modules/undici/docs/docs/api/GlobalInstallation.md +139 -0
- package/node_modules/undici/docs/docs/api/H2CClient.md +263 -0
- package/node_modules/undici/docs/docs/api/MockAgent.md +603 -0
- package/node_modules/undici/docs/docs/api/MockCallHistory.md +197 -0
- package/node_modules/undici/docs/docs/api/MockCallHistoryLog.md +43 -0
- package/node_modules/undici/docs/docs/api/MockClient.md +81 -0
- package/node_modules/undici/docs/docs/api/MockErrors.md +12 -0
- package/node_modules/undici/docs/docs/api/MockPool.md +555 -0
- package/node_modules/undici/docs/docs/api/Pool.md +84 -0
- package/node_modules/undici/docs/docs/api/PoolStats.md +35 -0
- package/node_modules/undici/docs/docs/api/ProxyAgent.md +229 -0
- package/node_modules/undici/docs/docs/api/RedirectHandler.md +93 -0
- package/node_modules/undici/docs/docs/api/RetryAgent.md +50 -0
- package/node_modules/undici/docs/docs/api/RetryHandler.md +118 -0
- package/node_modules/undici/docs/docs/api/RoundRobinPool.md +145 -0
- package/node_modules/undici/docs/docs/api/SnapshotAgent.md +616 -0
- package/node_modules/undici/docs/docs/api/Socks5ProxyAgent.md +275 -0
- package/node_modules/undici/docs/docs/api/Util.md +25 -0
- package/node_modules/undici/docs/docs/api/WebSocket.md +141 -0
- package/node_modules/undici/docs/docs/api/api-lifecycle.md +91 -0
- package/node_modules/undici/docs/docs/best-practices/client-certificate.md +64 -0
- package/node_modules/undici/docs/docs/best-practices/crawling.md +58 -0
- package/node_modules/undici/docs/docs/best-practices/mocking-request.md +190 -0
- package/node_modules/undici/docs/docs/best-practices/proxy.md +127 -0
- package/node_modules/undici/docs/docs/best-practices/undici-vs-builtin-fetch.md +224 -0
- package/node_modules/undici/docs/docs/best-practices/writing-tests.md +63 -0
- package/node_modules/undici/index-fetch.js +65 -0
- package/node_modules/undici/index.d.ts +3 -0
- package/node_modules/undici/index.js +234 -0
- package/node_modules/undici/lib/api/abort-signal.js +59 -0
- package/node_modules/undici/lib/api/api-connect.js +110 -0
- package/node_modules/undici/lib/api/api-pipeline.js +252 -0
- package/node_modules/undici/lib/api/api-request.js +214 -0
- package/node_modules/undici/lib/api/api-stream.js +209 -0
- package/node_modules/undici/lib/api/api-upgrade.js +111 -0
- package/node_modules/undici/lib/api/index.js +7 -0
- package/node_modules/undici/lib/api/readable.js +580 -0
- package/node_modules/undici/lib/cache/memory-cache-store.js +234 -0
- package/node_modules/undici/lib/cache/sqlite-cache-store.js +461 -0
- package/node_modules/undici/lib/core/connect.js +153 -0
- package/node_modules/undici/lib/core/constants.js +143 -0
- package/node_modules/undici/lib/core/diagnostics.js +227 -0
- package/node_modules/undici/lib/core/errors.js +477 -0
- package/node_modules/undici/lib/core/request.js +453 -0
- package/node_modules/undici/lib/core/socks5-client.js +422 -0
- package/node_modules/undici/lib/core/socks5-utils.js +212 -0
- package/node_modules/undici/lib/core/symbols.js +75 -0
- package/node_modules/undici/lib/core/tree.js +160 -0
- package/node_modules/undici/lib/core/util.js +992 -0
- package/node_modules/undici/lib/dispatcher/agent.js +158 -0
- package/node_modules/undici/lib/dispatcher/balanced-pool.js +219 -0
- package/node_modules/undici/lib/dispatcher/client-h1.js +1722 -0
- package/node_modules/undici/lib/dispatcher/client-h2.js +995 -0
- package/node_modules/undici/lib/dispatcher/client.js +664 -0
- package/node_modules/undici/lib/dispatcher/dispatcher-base.js +184 -0
- package/node_modules/undici/lib/dispatcher/dispatcher.js +48 -0
- package/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +146 -0
- package/node_modules/undici/lib/dispatcher/fixed-queue.js +135 -0
- package/node_modules/undici/lib/dispatcher/h2c-client.js +51 -0
- package/node_modules/undici/lib/dispatcher/pool-base.js +214 -0
- package/node_modules/undici/lib/dispatcher/pool.js +118 -0
- package/node_modules/undici/lib/dispatcher/proxy-agent.js +319 -0
- package/node_modules/undici/lib/dispatcher/retry-agent.js +35 -0
- package/node_modules/undici/lib/dispatcher/round-robin-pool.js +137 -0
- package/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +260 -0
- package/node_modules/undici/lib/encoding/index.js +33 -0
- package/node_modules/undici/lib/global.js +59 -0
- package/node_modules/undici/lib/handler/cache-handler.js +578 -0
- package/node_modules/undici/lib/handler/cache-revalidation-handler.js +124 -0
- package/node_modules/undici/lib/handler/decorator-handler.js +67 -0
- package/node_modules/undici/lib/handler/deduplication-handler.js +460 -0
- package/node_modules/undici/lib/handler/redirect-handler.js +238 -0
- package/node_modules/undici/lib/handler/retry-handler.js +394 -0
- package/node_modules/undici/lib/handler/unwrap-handler.js +106 -0
- package/node_modules/undici/lib/handler/wrap-handler.js +105 -0
- package/node_modules/undici/lib/interceptor/cache.js +495 -0
- package/node_modules/undici/lib/interceptor/decompress.js +259 -0
- package/node_modules/undici/lib/interceptor/deduplicate.js +117 -0
- package/node_modules/undici/lib/interceptor/dns.js +571 -0
- package/node_modules/undici/lib/interceptor/dump.js +112 -0
- package/node_modules/undici/lib/interceptor/redirect.js +21 -0
- package/node_modules/undici/lib/interceptor/response-error.js +95 -0
- package/node_modules/undici/lib/interceptor/retry.js +19 -0
- package/node_modules/undici/lib/llhttp/.gitkeep +0 -0
- package/node_modules/undici/lib/llhttp/constants.d.ts +195 -0
- package/node_modules/undici/lib/llhttp/constants.js +531 -0
- package/node_modules/undici/lib/llhttp/llhttp-wasm.js +15 -0
- package/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +15 -0
- package/node_modules/undici/lib/llhttp/utils.d.ts +2 -0
- package/node_modules/undici/lib/llhttp/utils.js +12 -0
- package/node_modules/undici/lib/mock/mock-agent.js +232 -0
- package/node_modules/undici/lib/mock/mock-call-history.js +248 -0
- package/node_modules/undici/lib/mock/mock-client.js +68 -0
- package/node_modules/undici/lib/mock/mock-errors.js +29 -0
- package/node_modules/undici/lib/mock/mock-interceptor.js +209 -0
- package/node_modules/undici/lib/mock/mock-pool.js +68 -0
- package/node_modules/undici/lib/mock/mock-symbols.js +32 -0
- package/node_modules/undici/lib/mock/mock-utils.js +486 -0
- package/node_modules/undici/lib/mock/pending-interceptors-formatter.js +43 -0
- package/node_modules/undici/lib/mock/snapshot-agent.js +353 -0
- package/node_modules/undici/lib/mock/snapshot-recorder.js +588 -0
- package/node_modules/undici/lib/mock/snapshot-utils.js +158 -0
- package/node_modules/undici/lib/util/cache.js +414 -0
- package/node_modules/undici/lib/util/date.js +653 -0
- package/node_modules/undici/lib/util/promise.js +28 -0
- package/node_modules/undici/lib/util/runtime-features.js +124 -0
- package/node_modules/undici/lib/util/stats.js +32 -0
- package/node_modules/undici/lib/util/timers.js +425 -0
- package/node_modules/undici/lib/web/cache/cache.js +864 -0
- package/node_modules/undici/lib/web/cache/cachestorage.js +152 -0
- package/node_modules/undici/lib/web/cache/util.js +45 -0
- package/node_modules/undici/lib/web/cookies/constants.js +12 -0
- package/node_modules/undici/lib/web/cookies/index.js +199 -0
- package/node_modules/undici/lib/web/cookies/parse.js +314 -0
- package/node_modules/undici/lib/web/cookies/util.js +282 -0
- package/node_modules/undici/lib/web/eventsource/eventsource-stream.js +399 -0
- package/node_modules/undici/lib/web/eventsource/eventsource.js +501 -0
- package/node_modules/undici/lib/web/eventsource/util.js +29 -0
- package/node_modules/{has-tostringtag → undici/lib/web/fetch}/LICENSE +1 -1
- package/node_modules/undici/lib/web/fetch/body.js +509 -0
- package/node_modules/undici/lib/web/fetch/constants.js +131 -0
- package/node_modules/undici/lib/web/fetch/data-url.js +596 -0
- package/node_modules/undici/lib/web/fetch/formdata-parser.js +586 -0
- package/node_modules/undici/lib/web/fetch/formdata.js +259 -0
- package/node_modules/undici/lib/web/fetch/global.js +40 -0
- package/node_modules/undici/lib/web/fetch/headers.js +719 -0
- package/node_modules/undici/lib/web/fetch/index.js +2413 -0
- package/node_modules/undici/lib/web/fetch/request.js +1115 -0
- package/node_modules/undici/lib/web/fetch/response.js +641 -0
- package/node_modules/undici/lib/web/fetch/util.js +1522 -0
- package/node_modules/undici/lib/web/infra/index.js +229 -0
- package/node_modules/undici/lib/web/subresource-integrity/Readme.md +9 -0
- package/node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js +307 -0
- package/node_modules/undici/lib/web/webidl/index.js +1006 -0
- package/node_modules/undici/lib/web/websocket/connection.js +329 -0
- package/node_modules/undici/lib/web/websocket/constants.js +126 -0
- package/node_modules/undici/lib/web/websocket/events.js +331 -0
- package/node_modules/undici/lib/web/websocket/frame.js +133 -0
- package/node_modules/undici/lib/web/websocket/permessage-deflate.js +100 -0
- package/node_modules/undici/lib/web/websocket/receiver.js +507 -0
- package/node_modules/undici/lib/web/websocket/sender.js +109 -0
- package/node_modules/undici/lib/web/websocket/stream/websocketerror.js +104 -0
- package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +498 -0
- package/node_modules/undici/lib/web/websocket/util.js +347 -0
- package/node_modules/undici/lib/web/websocket/websocket.js +758 -0
- package/node_modules/undici/package.json +152 -0
- package/node_modules/undici/scripts/strip-comments.js +10 -0
- package/node_modules/undici/types/README.md +6 -0
- package/node_modules/undici/types/agent.d.ts +32 -0
- package/node_modules/undici/types/api.d.ts +43 -0
- package/node_modules/undici/types/balanced-pool.d.ts +30 -0
- package/node_modules/undici/types/cache-interceptor.d.ts +179 -0
- package/node_modules/undici/types/cache.d.ts +36 -0
- package/node_modules/undici/types/client-stats.d.ts +15 -0
- package/node_modules/undici/types/client.d.ts +139 -0
- package/node_modules/undici/types/connector.d.ts +36 -0
- package/node_modules/undici/types/content-type.d.ts +21 -0
- package/node_modules/undici/types/cookies.d.ts +30 -0
- package/node_modules/undici/types/diagnostics-channel.d.ts +74 -0
- package/node_modules/undici/types/dispatcher.d.ts +275 -0
- package/node_modules/undici/types/env-http-proxy-agent.d.ts +22 -0
- package/node_modules/undici/types/errors.d.ts +177 -0
- package/node_modules/undici/types/eventsource.d.ts +66 -0
- package/node_modules/undici/types/fetch.d.ts +231 -0
- package/node_modules/undici/types/formdata.d.ts +114 -0
- package/node_modules/undici/types/global-dispatcher.d.ts +9 -0
- package/node_modules/undici/types/global-origin.d.ts +7 -0
- package/node_modules/undici/types/h2c-client.d.ts +73 -0
- package/node_modules/undici/types/handlers.d.ts +14 -0
- package/node_modules/undici/types/header.d.ts +160 -0
- package/node_modules/undici/types/index.d.ts +91 -0
- package/node_modules/undici/types/interceptors.d.ts +80 -0
- package/node_modules/undici/types/mock-agent.d.ts +68 -0
- package/node_modules/undici/types/mock-call-history.d.ts +111 -0
- package/node_modules/undici/types/mock-client.d.ts +27 -0
- package/node_modules/undici/types/mock-errors.d.ts +12 -0
- package/node_modules/undici/types/mock-interceptor.d.ts +94 -0
- package/node_modules/undici/types/mock-pool.d.ts +27 -0
- package/node_modules/undici/types/patch.d.ts +29 -0
- package/node_modules/undici/types/pool-stats.d.ts +19 -0
- package/node_modules/undici/types/pool.d.ts +41 -0
- package/node_modules/undici/types/proxy-agent.d.ts +29 -0
- package/node_modules/undici/types/readable.d.ts +68 -0
- package/node_modules/undici/types/retry-agent.d.ts +8 -0
- package/node_modules/undici/types/retry-handler.d.ts +125 -0
- package/node_modules/undici/types/round-robin-pool.d.ts +41 -0
- package/node_modules/undici/types/snapshot-agent.d.ts +109 -0
- package/node_modules/undici/types/socks5-proxy-agent.d.ts +25 -0
- package/node_modules/undici/types/util.d.ts +18 -0
- package/node_modules/undici/types/utility.d.ts +7 -0
- package/node_modules/undici/types/webidl.d.ts +347 -0
- package/node_modules/undici/types/websocket.d.ts +188 -0
- package/openclaw.plugin.json +8 -38
- package/package.json +11 -8
- package/dist/action-runtime.runtime-9-17zvKH.js +0 -2
- package/dist/doctor-contract-U6oVntbM.js +0 -173
- package/dist/interactive-replies-C3ffk6oN.js +0 -197
- package/dist/interactive-replies-api.js +0 -2
- package/node_modules/@slack/bolt/dist/WorkflowStep.d.ts +0 -159
- package/node_modules/@slack/bolt/dist/WorkflowStep.d.ts.map +0 -1
- package/node_modules/@slack/bolt/dist/WorkflowStep.js +0 -217
- package/node_modules/@slack/bolt/dist/WorkflowStep.js.map +0 -1
- package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.d.ts +0 -49
- package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.d.ts.map +0 -1
- package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.js +0 -3
- package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.js.map +0 -1
- package/node_modules/@types/ws/LICENSE +0 -21
- package/node_modules/@types/ws/README.md +0 -15
- package/node_modules/@types/ws/index.d.mts +0 -451
- package/node_modules/@types/ws/index.d.ts +0 -445
- package/node_modules/@types/ws/package.json +0 -72
- package/node_modules/agent-base/README.md +0 -145
- package/node_modules/agent-base/dist/src/index.d.ts +0 -78
- package/node_modules/agent-base/dist/src/index.js +0 -203
- package/node_modules/agent-base/dist/src/index.js.map +0 -1
- package/node_modules/agent-base/dist/src/promisify.d.ts +0 -4
- package/node_modules/agent-base/dist/src/promisify.js +0 -18
- package/node_modules/agent-base/dist/src/promisify.js.map +0 -1
- package/node_modules/agent-base/package.json +0 -64
- package/node_modules/agent-base/src/index.ts +0 -345
- package/node_modules/agent-base/src/promisify.ts +0 -33
- package/node_modules/asynckit/LICENSE +0 -21
- package/node_modules/asynckit/README.md +0 -233
- package/node_modules/asynckit/bench.js +0 -76
- package/node_modules/asynckit/index.js +0 -6
- package/node_modules/asynckit/lib/abort.js +0 -29
- package/node_modules/asynckit/lib/async.js +0 -34
- package/node_modules/asynckit/lib/defer.js +0 -26
- package/node_modules/asynckit/lib/iterate.js +0 -75
- package/node_modules/asynckit/lib/readable_asynckit.js +0 -91
- package/node_modules/asynckit/lib/readable_parallel.js +0 -25
- package/node_modules/asynckit/lib/readable_serial.js +0 -25
- package/node_modules/asynckit/lib/readable_serial_ordered.js +0 -29
- package/node_modules/asynckit/lib/state.js +0 -37
- package/node_modules/asynckit/lib/streamify.js +0 -141
- package/node_modules/asynckit/lib/terminator.js +0 -29
- package/node_modules/asynckit/package.json +0 -63
- package/node_modules/asynckit/parallel.js +0 -43
- package/node_modules/asynckit/serial.js +0 -17
- package/node_modules/asynckit/serialOrdered.js +0 -75
- package/node_modules/asynckit/stream.js +0 -21
- package/node_modules/axios/CHANGELOG.md +0 -1872
- package/node_modules/axios/LICENSE +0 -7
- package/node_modules/axios/MIGRATION_GUIDE.md +0 -877
- package/node_modules/axios/README.md +0 -2559
- package/node_modules/axios/dist/axios.js +0 -5249
- package/node_modules/axios/dist/axios.min.js +0 -5
- package/node_modules/axios/dist/axios.min.js.map +0 -1
- package/node_modules/axios/dist/browser/axios.cjs +0 -5146
- package/node_modules/axios/dist/esm/axios.js +0 -5167
- package/node_modules/axios/dist/esm/axios.min.js +0 -3
- package/node_modules/axios/dist/esm/axios.min.js.map +0 -1
- package/node_modules/axios/dist/node/axios.cjs +0 -5996
- package/node_modules/axios/index.d.cts +0 -738
- package/node_modules/axios/index.d.ts +0 -755
- package/node_modules/axios/index.js +0 -45
- package/node_modules/axios/lib/adapters/README.md +0 -36
- package/node_modules/axios/lib/adapters/adapters.js +0 -132
- package/node_modules/axios/lib/adapters/fetch.js +0 -643
- package/node_modules/axios/lib/adapters/http.js +0 -1417
- package/node_modules/axios/lib/adapters/xhr.js +0 -228
- package/node_modules/axios/lib/axios.js +0 -89
- package/node_modules/axios/lib/cancel/CancelToken.js +0 -135
- package/node_modules/axios/lib/cancel/CanceledError.js +0 -22
- package/node_modules/axios/lib/cancel/isCancel.js +0 -5
- package/node_modules/axios/lib/core/Axios.js +0 -283
- package/node_modules/axios/lib/core/AxiosError.js +0 -188
- package/node_modules/axios/lib/core/AxiosHeaders.js +0 -351
- package/node_modules/axios/lib/core/InterceptorManager.js +0 -72
- package/node_modules/axios/lib/core/README.md +0 -8
- package/node_modules/axios/lib/core/buildFullPath.js +0 -50
- package/node_modules/axios/lib/core/dispatchRequest.js +0 -89
- package/node_modules/axios/lib/core/mergeConfig.js +0 -159
- package/node_modules/axios/lib/core/settle.js +0 -27
- package/node_modules/axios/lib/core/transformData.js +0 -28
- package/node_modules/axios/lib/defaults/index.js +0 -177
- package/node_modules/axios/lib/defaults/transitional.js +0 -10
- package/node_modules/axios/lib/env/README.md +0 -3
- package/node_modules/axios/lib/env/classes/FormData.js +0 -2
- package/node_modules/axios/lib/env/data.js +0 -1
- package/node_modules/axios/lib/helpers/AxiosTransformStream.js +0 -156
- package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -59
- package/node_modules/axios/lib/helpers/Http2Sessions.js +0 -119
- package/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -77
- package/node_modules/axios/lib/helpers/README.md +0 -7
- package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +0 -29
- package/node_modules/axios/lib/helpers/bind.js +0 -14
- package/node_modules/axios/lib/helpers/buildURL.js +0 -69
- package/node_modules/axios/lib/helpers/callbackify.js +0 -18
- package/node_modules/axios/lib/helpers/combineURLs.js +0 -15
- package/node_modules/axios/lib/helpers/composeSignals.js +0 -57
- package/node_modules/axios/lib/helpers/cookies.js +0 -64
- package/node_modules/axios/lib/helpers/deprecatedMethod.js +0 -31
- package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +0 -105
- package/node_modules/axios/lib/helpers/formDataToJSON.js +0 -119
- package/node_modules/axios/lib/helpers/formDataToStream.js +0 -119
- package/node_modules/axios/lib/helpers/fromDataURI.js +0 -68
- package/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -19
- package/node_modules/axios/lib/helpers/isAxiosError.js +0 -14
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -16
- package/node_modules/axios/lib/helpers/null.js +0 -2
- package/node_modules/axios/lib/helpers/parseHeaders.js +0 -69
- package/node_modules/axios/lib/helpers/parseProtocol.js +0 -6
- package/node_modules/axios/lib/helpers/progressEventReducer.js +0 -54
- package/node_modules/axios/lib/helpers/readBlob.js +0 -15
- package/node_modules/axios/lib/helpers/resolveConfig.js +0 -119
- package/node_modules/axios/lib/helpers/sanitizeHeaderValue.js +0 -60
- package/node_modules/axios/lib/helpers/shouldBypassProxy.js +0 -210
- package/node_modules/axios/lib/helpers/speedometer.js +0 -55
- package/node_modules/axios/lib/helpers/spread.js +0 -28
- package/node_modules/axios/lib/helpers/throttle.js +0 -44
- package/node_modules/axios/lib/helpers/toFormData.js +0 -285
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -19
- package/node_modules/axios/lib/helpers/trackStream.js +0 -89
- package/node_modules/axios/lib/helpers/validator.js +0 -112
- package/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -3
- package/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -3
- package/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -4
- package/node_modules/axios/lib/platform/browser/index.js +0 -13
- package/node_modules/axios/lib/platform/common/utils.js +0 -52
- package/node_modules/axios/lib/platform/index.js +0 -7
- package/node_modules/axios/lib/platform/node/classes/FormData.js +0 -3
- package/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +0 -4
- package/node_modules/axios/lib/platform/node/index.js +0 -37
- package/node_modules/axios/lib/utils.js +0 -1017
- package/node_modules/axios/package.json +0 -201
- package/node_modules/combined-stream/License +0 -19
- package/node_modules/combined-stream/Readme.md +0 -138
- package/node_modules/combined-stream/lib/combined_stream.js +0 -208
- package/node_modules/combined-stream/package.json +0 -25
- package/node_modules/delayed-stream/.npmignore +0 -1
- package/node_modules/delayed-stream/License +0 -19
- package/node_modules/delayed-stream/Makefile +0 -7
- package/node_modules/delayed-stream/Readme.md +0 -141
- package/node_modules/delayed-stream/lib/delayed_stream.js +0 -107
- package/node_modules/delayed-stream/package.json +0 -27
- package/node_modules/es-set-tostringtag/.eslintrc +0 -13
- package/node_modules/es-set-tostringtag/.nycrc +0 -9
- package/node_modules/es-set-tostringtag/CHANGELOG.md +0 -67
- package/node_modules/es-set-tostringtag/README.md +0 -53
- package/node_modules/es-set-tostringtag/index.d.ts +0 -10
- package/node_modules/es-set-tostringtag/index.js +0 -35
- package/node_modules/es-set-tostringtag/package.json +0 -78
- package/node_modules/es-set-tostringtag/test/index.js +0 -85
- package/node_modules/es-set-tostringtag/tsconfig.json +0 -9
- package/node_modules/follow-redirects/LICENSE +0 -18
- package/node_modules/follow-redirects/README.md +0 -157
- package/node_modules/follow-redirects/debug.js +0 -15
- package/node_modules/follow-redirects/http.js +0 -1
- package/node_modules/follow-redirects/https.js +0 -1
- package/node_modules/follow-redirects/index.js +0 -709
- package/node_modules/follow-redirects/package.json +0 -58
- package/node_modules/form-data/CHANGELOG.md +0 -669
- package/node_modules/form-data/License +0 -19
- package/node_modules/form-data/README.md +0 -350
- package/node_modules/form-data/index.d.ts +0 -51
- package/node_modules/form-data/lib/browser.js +0 -4
- package/node_modules/form-data/lib/form_data.js +0 -514
- package/node_modules/form-data/lib/populate.js +0 -10
- package/node_modules/form-data/node_modules/mime-db/HISTORY.md +0 -507
- package/node_modules/form-data/node_modules/mime-db/LICENSE +0 -23
- package/node_modules/form-data/node_modules/mime-db/README.md +0 -100
- package/node_modules/form-data/node_modules/mime-db/db.json +0 -8519
- package/node_modules/form-data/node_modules/mime-db/index.js +0 -12
- package/node_modules/form-data/node_modules/mime-db/package.json +0 -60
- package/node_modules/form-data/node_modules/mime-types/HISTORY.md +0 -397
- package/node_modules/form-data/node_modules/mime-types/LICENSE +0 -23
- package/node_modules/form-data/node_modules/mime-types/README.md +0 -113
- package/node_modules/form-data/node_modules/mime-types/index.js +0 -188
- package/node_modules/form-data/node_modules/mime-types/package.json +0 -44
- package/node_modules/form-data/package.json +0 -83
- package/node_modules/has-tostringtag/.eslintrc +0 -5
- package/node_modules/has-tostringtag/.github/FUNDING.yml +0 -12
- package/node_modules/has-tostringtag/.nycrc +0 -13
- package/node_modules/has-tostringtag/CHANGELOG.md +0 -42
- package/node_modules/has-tostringtag/README.md +0 -46
- package/node_modules/has-tostringtag/index.d.ts +0 -3
- package/node_modules/has-tostringtag/index.js +0 -8
- package/node_modules/has-tostringtag/package.json +0 -108
- package/node_modules/has-tostringtag/shams.d.ts +0 -3
- package/node_modules/has-tostringtag/shams.js +0 -8
- package/node_modules/has-tostringtag/test/index.js +0 -21
- package/node_modules/has-tostringtag/test/shams/core-js.js +0 -31
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +0 -30
- package/node_modules/has-tostringtag/test/tests.js +0 -15
- package/node_modules/has-tostringtag/tsconfig.json +0 -49
- package/node_modules/https-proxy-agent/README.md +0 -137
- package/node_modules/https-proxy-agent/dist/agent.d.ts +0 -30
- package/node_modules/https-proxy-agent/dist/agent.js +0 -177
- package/node_modules/https-proxy-agent/dist/agent.js.map +0 -1
- package/node_modules/https-proxy-agent/dist/index.d.ts +0 -23
- package/node_modules/https-proxy-agent/dist/index.js +0 -14
- package/node_modules/https-proxy-agent/dist/index.js.map +0 -1
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +0 -7
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.js +0 -66
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
- package/node_modules/https-proxy-agent/package.json +0 -56
- package/node_modules/is-electron/LICENSE +0 -21
- package/node_modules/is-electron/README.md +0 -25
- package/node_modules/is-electron/index.d.ts +0 -2
- package/node_modules/is-electron/index.js +0 -21
- package/node_modules/is-electron/package.json +0 -34
- package/node_modules/is-stream/index.d.ts +0 -79
- package/node_modules/is-stream/index.js +0 -28
- package/node_modules/is-stream/license +0 -9
- package/node_modules/is-stream/package.json +0 -42
- package/node_modules/is-stream/readme.md +0 -60
- package/node_modules/proxy-from-env/LICENSE +0 -20
- package/node_modules/proxy-from-env/README.md +0 -163
- package/node_modules/proxy-from-env/index.cjs +0 -105
- package/node_modules/proxy-from-env/index.js +0 -103
- package/node_modules/proxy-from-env/package.json +0 -43
- package/npm-shrinkwrap.json +0 -1467
package/npm-shrinkwrap.json
DELETED
|
@@ -1,1467 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@openclaw/slack",
|
|
3
|
-
"version": "2026.7.2-beta.4",
|
|
4
|
-
"lockfileVersion": 3,
|
|
5
|
-
"requires": true,
|
|
6
|
-
"packages": {
|
|
7
|
-
"": {
|
|
8
|
-
"name": "@openclaw/slack",
|
|
9
|
-
"version": "2026.7.2-beta.4",
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"@slack/bolt": "4.7.3",
|
|
12
|
-
"@slack/types": "2.21.1",
|
|
13
|
-
"@slack/web-api": "7.18.0",
|
|
14
|
-
"p-map": "7.0.5",
|
|
15
|
-
"typebox": "1.3.6",
|
|
16
|
-
"ws": "8.21.1",
|
|
17
|
-
"zod": "4.4.3"
|
|
18
|
-
},
|
|
19
|
-
"peerDependencies": {
|
|
20
|
-
"openclaw": ">=2026.7.2-beta.4"
|
|
21
|
-
},
|
|
22
|
-
"peerDependenciesMeta": {
|
|
23
|
-
"openclaw": {
|
|
24
|
-
"optional": true
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
"node_modules/@slack/bolt": {
|
|
29
|
-
"version": "4.7.3",
|
|
30
|
-
"resolved": "https://registry.npmjs.org/@slack/bolt/-/bolt-4.7.3.tgz",
|
|
31
|
-
"integrity": "sha512-bODs8q/yNDWUPoxmQhFrRqLMA5vhB/PDizYWqb6CkQhLWEUo5JFtfJcmeU4ElGl6qSt++OKjSYNa4MPc77CleQ==",
|
|
32
|
-
"license": "MIT",
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"@slack/logger": "^4.0.1",
|
|
35
|
-
"@slack/oauth": "^3.0.5",
|
|
36
|
-
"@slack/socket-mode": "^2.0.7",
|
|
37
|
-
"@slack/types": "^2.21.1",
|
|
38
|
-
"@slack/web-api": "^7.16.0",
|
|
39
|
-
"axios": "^1.12.0",
|
|
40
|
-
"express": "^5.0.0",
|
|
41
|
-
"path-to-regexp": "^8.1.0",
|
|
42
|
-
"raw-body": "^3",
|
|
43
|
-
"tsscmp": "^1.0.6"
|
|
44
|
-
},
|
|
45
|
-
"engines": {
|
|
46
|
-
"node": ">=18",
|
|
47
|
-
"npm": ">=8.6.0"
|
|
48
|
-
},
|
|
49
|
-
"peerDependencies": {
|
|
50
|
-
"@types/express": "^5.0.0"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"node_modules/@slack/logger": {
|
|
54
|
-
"version": "4.0.1",
|
|
55
|
-
"resolved": "https://registry.npmjs.org/@slack/logger/-/logger-4.0.1.tgz",
|
|
56
|
-
"integrity": "sha512-6cmdPrV/RYfd2U0mDGiMK8S7OJqpCTm7enMLRR3edccsPX8j7zXTLnaEF4fhxxJJTAIOil6+qZrnUPTuaLvwrQ==",
|
|
57
|
-
"license": "MIT",
|
|
58
|
-
"dependencies": {
|
|
59
|
-
"@types/node": ">=18"
|
|
60
|
-
},
|
|
61
|
-
"engines": {
|
|
62
|
-
"node": ">= 18",
|
|
63
|
-
"npm": ">= 8.6.0"
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
"node_modules/@slack/oauth": {
|
|
67
|
-
"version": "3.0.5",
|
|
68
|
-
"resolved": "https://registry.npmjs.org/@slack/oauth/-/oauth-3.0.5.tgz",
|
|
69
|
-
"integrity": "sha512-exqFQySKhNDptWYSWhvRUJ4/+ndu2gayIy7vg/JfmJq3wGtGdHk531P96fAZyBm5c1Le3yaPYqv92rL4COlU3A==",
|
|
70
|
-
"license": "MIT",
|
|
71
|
-
"dependencies": {
|
|
72
|
-
"@slack/logger": "^4.0.1",
|
|
73
|
-
"@slack/web-api": "^7.15.0",
|
|
74
|
-
"@types/jsonwebtoken": "^9",
|
|
75
|
-
"@types/node": ">=18",
|
|
76
|
-
"jsonwebtoken": "^9"
|
|
77
|
-
},
|
|
78
|
-
"engines": {
|
|
79
|
-
"node": ">=18",
|
|
80
|
-
"npm": ">=8.6.0"
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
"node_modules/@slack/socket-mode": {
|
|
84
|
-
"version": "2.0.7",
|
|
85
|
-
"resolved": "https://registry.npmjs.org/@slack/socket-mode/-/socket-mode-2.0.7.tgz",
|
|
86
|
-
"integrity": "sha512-qYy07je71WnEHgRwmw12DlAnZLi5HXmdlI2WUzUK2LH/rYXQpP6uEg462S5CwfE8FoCKUdIigHtYnOOfzZH1lQ==",
|
|
87
|
-
"license": "MIT",
|
|
88
|
-
"dependencies": {
|
|
89
|
-
"@slack/logger": "^4.0.1",
|
|
90
|
-
"@slack/web-api": "^7.15.0",
|
|
91
|
-
"@types/node": ">=18",
|
|
92
|
-
"@types/ws": "^8",
|
|
93
|
-
"eventemitter3": "^5",
|
|
94
|
-
"ws": "^8"
|
|
95
|
-
},
|
|
96
|
-
"engines": {
|
|
97
|
-
"node": ">= 18",
|
|
98
|
-
"npm": ">= 8.6.0"
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
"node_modules/@slack/types": {
|
|
102
|
-
"version": "2.21.1",
|
|
103
|
-
"resolved": "https://registry.npmjs.org/@slack/types/-/types-2.21.1.tgz",
|
|
104
|
-
"integrity": "sha512-I8vmSjNYWsaxuWPx6dz4yeh0h7vRBWbgAMK14LEmblbZ404BtrPbXs6jDPx4cYgGf8msDGF4A9opLZBu21FViQ==",
|
|
105
|
-
"license": "MIT",
|
|
106
|
-
"engines": {
|
|
107
|
-
"node": ">= 12.13.0",
|
|
108
|
-
"npm": ">= 6.12.0"
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
"node_modules/@slack/web-api": {
|
|
112
|
-
"version": "7.18.0",
|
|
113
|
-
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.18.0.tgz",
|
|
114
|
-
"integrity": "sha512-EWBsKUhOFFp87beQg/ToSC+asWB7BrGHuh7uPC1ZI9vr41GjS+3WmmyWIMqs+mF6U+mh4d6HhtFlv67TrJFsvw==",
|
|
115
|
-
"license": "MIT",
|
|
116
|
-
"dependencies": {
|
|
117
|
-
"@slack/logger": "^4.0.1",
|
|
118
|
-
"@slack/types": "^2.21.0",
|
|
119
|
-
"@types/node": ">=18",
|
|
120
|
-
"@types/retry": "0.12.0",
|
|
121
|
-
"axios": "^1.16.0",
|
|
122
|
-
"eventemitter3": "^5.0.1",
|
|
123
|
-
"form-data": "^4.0.4",
|
|
124
|
-
"is-electron": "2.2.2",
|
|
125
|
-
"is-stream": "^2",
|
|
126
|
-
"p-queue": "^6",
|
|
127
|
-
"p-retry": "^4",
|
|
128
|
-
"retry": "^0.13.1"
|
|
129
|
-
},
|
|
130
|
-
"engines": {
|
|
131
|
-
"node": ">= 18",
|
|
132
|
-
"npm": ">= 8.6.0"
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
"node_modules/@types/jsonwebtoken": {
|
|
136
|
-
"version": "9.0.10",
|
|
137
|
-
"resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz",
|
|
138
|
-
"integrity": "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==",
|
|
139
|
-
"license": "MIT",
|
|
140
|
-
"dependencies": {
|
|
141
|
-
"@types/ms": "*",
|
|
142
|
-
"@types/node": "*"
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
"node_modules/@types/ms": {
|
|
146
|
-
"version": "2.1.0",
|
|
147
|
-
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
148
|
-
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
|
|
149
|
-
"license": "MIT"
|
|
150
|
-
},
|
|
151
|
-
"node_modules/@types/node": {
|
|
152
|
-
"version": "26.1.1",
|
|
153
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz",
|
|
154
|
-
"integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==",
|
|
155
|
-
"license": "MIT",
|
|
156
|
-
"dependencies": {
|
|
157
|
-
"undici-types": "~8.3.0"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
"node_modules/@types/retry": {
|
|
161
|
-
"version": "0.12.5",
|
|
162
|
-
"resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.5.tgz",
|
|
163
|
-
"integrity": "sha512-3xSjTp3v03X/lSQLkczaN9UIEwJMoMCA1+Nb5HfbJEQWogdeQIyVtTvxPXDQjZ5zws8rFQfVfRdz03ARihPJgw==",
|
|
164
|
-
"license": "MIT"
|
|
165
|
-
},
|
|
166
|
-
"node_modules/@types/ws": {
|
|
167
|
-
"version": "8.18.1",
|
|
168
|
-
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
|
|
169
|
-
"integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
|
|
170
|
-
"license": "MIT",
|
|
171
|
-
"dependencies": {
|
|
172
|
-
"@types/node": "*"
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
"node_modules/accepts": {
|
|
176
|
-
"version": "2.0.0",
|
|
177
|
-
"resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
|
|
178
|
-
"integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
|
|
179
|
-
"license": "MIT",
|
|
180
|
-
"dependencies": {
|
|
181
|
-
"mime-types": "^3.0.0",
|
|
182
|
-
"negotiator": "^1.0.0"
|
|
183
|
-
},
|
|
184
|
-
"engines": {
|
|
185
|
-
"node": ">= 0.6"
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
"node_modules/agent-base": {
|
|
189
|
-
"version": "6.0.2",
|
|
190
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
191
|
-
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
192
|
-
"license": "MIT",
|
|
193
|
-
"dependencies": {
|
|
194
|
-
"debug": "4"
|
|
195
|
-
},
|
|
196
|
-
"engines": {
|
|
197
|
-
"node": ">= 6.0.0"
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
"node_modules/asynckit": {
|
|
201
|
-
"version": "0.4.0",
|
|
202
|
-
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
203
|
-
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
204
|
-
"license": "MIT"
|
|
205
|
-
},
|
|
206
|
-
"node_modules/axios": {
|
|
207
|
-
"version": "1.18.1",
|
|
208
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz",
|
|
209
|
-
"integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==",
|
|
210
|
-
"license": "MIT",
|
|
211
|
-
"dependencies": {
|
|
212
|
-
"follow-redirects": "^1.16.0",
|
|
213
|
-
"form-data": "^4.0.5",
|
|
214
|
-
"https-proxy-agent": "^5.0.1",
|
|
215
|
-
"proxy-from-env": "^2.1.0"
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
"node_modules/body-parser": {
|
|
219
|
-
"version": "2.3.0",
|
|
220
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
|
|
221
|
-
"integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
|
|
222
|
-
"license": "MIT",
|
|
223
|
-
"dependencies": {
|
|
224
|
-
"bytes": "^3.1.2",
|
|
225
|
-
"content-type": "^2.0.0",
|
|
226
|
-
"debug": "^4.4.3",
|
|
227
|
-
"http-errors": "^2.0.1",
|
|
228
|
-
"iconv-lite": "^0.7.2",
|
|
229
|
-
"on-finished": "^2.4.1",
|
|
230
|
-
"qs": "^6.15.2",
|
|
231
|
-
"raw-body": "^3.0.2",
|
|
232
|
-
"type-is": "^2.1.0"
|
|
233
|
-
},
|
|
234
|
-
"engines": {
|
|
235
|
-
"node": ">=18"
|
|
236
|
-
},
|
|
237
|
-
"funding": {
|
|
238
|
-
"type": "opencollective",
|
|
239
|
-
"url": "https://opencollective.com/express"
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
"node_modules/body-parser/node_modules/content-type": {
|
|
243
|
-
"version": "2.0.0",
|
|
244
|
-
"resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
|
|
245
|
-
"integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
|
|
246
|
-
"license": "MIT",
|
|
247
|
-
"engines": {
|
|
248
|
-
"node": ">=18"
|
|
249
|
-
},
|
|
250
|
-
"funding": {
|
|
251
|
-
"type": "opencollective",
|
|
252
|
-
"url": "https://opencollective.com/express"
|
|
253
|
-
}
|
|
254
|
-
},
|
|
255
|
-
"node_modules/buffer-equal-constant-time": {
|
|
256
|
-
"version": "1.0.1",
|
|
257
|
-
"resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
|
|
258
|
-
"integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
|
|
259
|
-
"license": "BSD-3-Clause"
|
|
260
|
-
},
|
|
261
|
-
"node_modules/bytes": {
|
|
262
|
-
"version": "3.1.2",
|
|
263
|
-
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
|
|
264
|
-
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
|
|
265
|
-
"license": "MIT",
|
|
266
|
-
"engines": {
|
|
267
|
-
"node": ">= 0.8"
|
|
268
|
-
}
|
|
269
|
-
},
|
|
270
|
-
"node_modules/call-bind-apply-helpers": {
|
|
271
|
-
"version": "1.0.2",
|
|
272
|
-
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
273
|
-
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
274
|
-
"license": "MIT",
|
|
275
|
-
"dependencies": {
|
|
276
|
-
"es-errors": "^1.3.0",
|
|
277
|
-
"function-bind": "^1.1.2"
|
|
278
|
-
},
|
|
279
|
-
"engines": {
|
|
280
|
-
"node": ">= 0.4"
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
"node_modules/call-bound": {
|
|
284
|
-
"version": "1.0.4",
|
|
285
|
-
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
|
286
|
-
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
287
|
-
"license": "MIT",
|
|
288
|
-
"dependencies": {
|
|
289
|
-
"call-bind-apply-helpers": "^1.0.2",
|
|
290
|
-
"get-intrinsic": "^1.3.0"
|
|
291
|
-
},
|
|
292
|
-
"engines": {
|
|
293
|
-
"node": ">= 0.4"
|
|
294
|
-
},
|
|
295
|
-
"funding": {
|
|
296
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
"node_modules/combined-stream": {
|
|
300
|
-
"version": "1.0.8",
|
|
301
|
-
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
302
|
-
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
303
|
-
"license": "MIT",
|
|
304
|
-
"dependencies": {
|
|
305
|
-
"delayed-stream": "~1.0.0"
|
|
306
|
-
},
|
|
307
|
-
"engines": {
|
|
308
|
-
"node": ">= 0.8"
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
"node_modules/content-disposition": {
|
|
312
|
-
"version": "1.1.0",
|
|
313
|
-
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
|
|
314
|
-
"integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
|
|
315
|
-
"license": "MIT",
|
|
316
|
-
"engines": {
|
|
317
|
-
"node": ">=18"
|
|
318
|
-
},
|
|
319
|
-
"funding": {
|
|
320
|
-
"type": "opencollective",
|
|
321
|
-
"url": "https://opencollective.com/express"
|
|
322
|
-
}
|
|
323
|
-
},
|
|
324
|
-
"node_modules/content-type": {
|
|
325
|
-
"version": "1.0.5",
|
|
326
|
-
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
|
|
327
|
-
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
|
|
328
|
-
"license": "MIT",
|
|
329
|
-
"engines": {
|
|
330
|
-
"node": ">= 0.6"
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
"node_modules/cookie": {
|
|
334
|
-
"version": "0.7.2",
|
|
335
|
-
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
|
336
|
-
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
|
337
|
-
"license": "MIT",
|
|
338
|
-
"engines": {
|
|
339
|
-
"node": ">= 0.6"
|
|
340
|
-
}
|
|
341
|
-
},
|
|
342
|
-
"node_modules/cookie-signature": {
|
|
343
|
-
"version": "1.2.2",
|
|
344
|
-
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
|
|
345
|
-
"integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
|
|
346
|
-
"license": "MIT",
|
|
347
|
-
"engines": {
|
|
348
|
-
"node": ">=6.6.0"
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
|
-
"node_modules/debug": {
|
|
352
|
-
"version": "4.4.3",
|
|
353
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
354
|
-
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
355
|
-
"license": "MIT",
|
|
356
|
-
"dependencies": {
|
|
357
|
-
"ms": "^2.1.3"
|
|
358
|
-
},
|
|
359
|
-
"engines": {
|
|
360
|
-
"node": ">=6.0"
|
|
361
|
-
},
|
|
362
|
-
"peerDependenciesMeta": {
|
|
363
|
-
"supports-color": {
|
|
364
|
-
"optional": true
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
|
-
"node_modules/delayed-stream": {
|
|
369
|
-
"version": "1.0.0",
|
|
370
|
-
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
371
|
-
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
372
|
-
"license": "MIT",
|
|
373
|
-
"engines": {
|
|
374
|
-
"node": ">=0.4.0"
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
"node_modules/depd": {
|
|
378
|
-
"version": "2.0.0",
|
|
379
|
-
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
|
|
380
|
-
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
|
|
381
|
-
"license": "MIT",
|
|
382
|
-
"engines": {
|
|
383
|
-
"node": ">= 0.8"
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
|
-
"node_modules/dunder-proto": {
|
|
387
|
-
"version": "1.0.1",
|
|
388
|
-
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
389
|
-
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
390
|
-
"license": "MIT",
|
|
391
|
-
"dependencies": {
|
|
392
|
-
"call-bind-apply-helpers": "^1.0.1",
|
|
393
|
-
"es-errors": "^1.3.0",
|
|
394
|
-
"gopd": "^1.2.0"
|
|
395
|
-
},
|
|
396
|
-
"engines": {
|
|
397
|
-
"node": ">= 0.4"
|
|
398
|
-
}
|
|
399
|
-
},
|
|
400
|
-
"node_modules/ecdsa-sig-formatter": {
|
|
401
|
-
"version": "1.0.11",
|
|
402
|
-
"resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
|
|
403
|
-
"integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
|
|
404
|
-
"license": "Apache-2.0",
|
|
405
|
-
"dependencies": {
|
|
406
|
-
"safe-buffer": "^5.0.1"
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
"node_modules/ee-first": {
|
|
410
|
-
"version": "1.1.1",
|
|
411
|
-
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
|
412
|
-
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
|
|
413
|
-
"license": "MIT"
|
|
414
|
-
},
|
|
415
|
-
"node_modules/encodeurl": {
|
|
416
|
-
"version": "2.0.0",
|
|
417
|
-
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
418
|
-
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
419
|
-
"license": "MIT",
|
|
420
|
-
"engines": {
|
|
421
|
-
"node": ">= 0.8"
|
|
422
|
-
}
|
|
423
|
-
},
|
|
424
|
-
"node_modules/es-define-property": {
|
|
425
|
-
"version": "1.0.1",
|
|
426
|
-
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
427
|
-
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
428
|
-
"license": "MIT",
|
|
429
|
-
"engines": {
|
|
430
|
-
"node": ">= 0.4"
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
"node_modules/es-errors": {
|
|
434
|
-
"version": "1.3.0",
|
|
435
|
-
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
436
|
-
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
437
|
-
"license": "MIT",
|
|
438
|
-
"engines": {
|
|
439
|
-
"node": ">= 0.4"
|
|
440
|
-
}
|
|
441
|
-
},
|
|
442
|
-
"node_modules/es-object-atoms": {
|
|
443
|
-
"version": "1.1.2",
|
|
444
|
-
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
|
|
445
|
-
"integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
|
|
446
|
-
"license": "MIT",
|
|
447
|
-
"dependencies": {
|
|
448
|
-
"es-errors": "^1.3.0"
|
|
449
|
-
},
|
|
450
|
-
"engines": {
|
|
451
|
-
"node": ">= 0.4"
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
|
-
"node_modules/es-set-tostringtag": {
|
|
455
|
-
"version": "2.1.0",
|
|
456
|
-
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
457
|
-
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
458
|
-
"license": "MIT",
|
|
459
|
-
"dependencies": {
|
|
460
|
-
"es-errors": "^1.3.0",
|
|
461
|
-
"get-intrinsic": "^1.2.6",
|
|
462
|
-
"has-tostringtag": "^1.0.2",
|
|
463
|
-
"hasown": "^2.0.2"
|
|
464
|
-
},
|
|
465
|
-
"engines": {
|
|
466
|
-
"node": ">= 0.4"
|
|
467
|
-
}
|
|
468
|
-
},
|
|
469
|
-
"node_modules/escape-html": {
|
|
470
|
-
"version": "1.0.3",
|
|
471
|
-
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
|
472
|
-
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
|
473
|
-
"license": "MIT"
|
|
474
|
-
},
|
|
475
|
-
"node_modules/etag": {
|
|
476
|
-
"version": "1.8.1",
|
|
477
|
-
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
|
478
|
-
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
|
479
|
-
"license": "MIT",
|
|
480
|
-
"engines": {
|
|
481
|
-
"node": ">= 0.6"
|
|
482
|
-
}
|
|
483
|
-
},
|
|
484
|
-
"node_modules/eventemitter3": {
|
|
485
|
-
"version": "5.0.4",
|
|
486
|
-
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
|
|
487
|
-
"integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
|
|
488
|
-
"license": "MIT"
|
|
489
|
-
},
|
|
490
|
-
"node_modules/express": {
|
|
491
|
-
"version": "5.2.1",
|
|
492
|
-
"resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
|
|
493
|
-
"integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
|
|
494
|
-
"license": "MIT",
|
|
495
|
-
"dependencies": {
|
|
496
|
-
"accepts": "^2.0.0",
|
|
497
|
-
"body-parser": "^2.2.1",
|
|
498
|
-
"content-disposition": "^1.0.0",
|
|
499
|
-
"content-type": "^1.0.5",
|
|
500
|
-
"cookie": "^0.7.1",
|
|
501
|
-
"cookie-signature": "^1.2.1",
|
|
502
|
-
"debug": "^4.4.0",
|
|
503
|
-
"depd": "^2.0.0",
|
|
504
|
-
"encodeurl": "^2.0.0",
|
|
505
|
-
"escape-html": "^1.0.3",
|
|
506
|
-
"etag": "^1.8.1",
|
|
507
|
-
"finalhandler": "^2.1.0",
|
|
508
|
-
"fresh": "^2.0.0",
|
|
509
|
-
"http-errors": "^2.0.0",
|
|
510
|
-
"merge-descriptors": "^2.0.0",
|
|
511
|
-
"mime-types": "^3.0.0",
|
|
512
|
-
"on-finished": "^2.4.1",
|
|
513
|
-
"once": "^1.4.0",
|
|
514
|
-
"parseurl": "^1.3.3",
|
|
515
|
-
"proxy-addr": "^2.0.7",
|
|
516
|
-
"qs": "^6.14.0",
|
|
517
|
-
"range-parser": "^1.2.1",
|
|
518
|
-
"router": "^2.2.0",
|
|
519
|
-
"send": "^1.1.0",
|
|
520
|
-
"serve-static": "^2.2.0",
|
|
521
|
-
"statuses": "^2.0.1",
|
|
522
|
-
"type-is": "^2.0.1",
|
|
523
|
-
"vary": "^1.1.2"
|
|
524
|
-
},
|
|
525
|
-
"engines": {
|
|
526
|
-
"node": ">= 18"
|
|
527
|
-
},
|
|
528
|
-
"funding": {
|
|
529
|
-
"type": "opencollective",
|
|
530
|
-
"url": "https://opencollective.com/express"
|
|
531
|
-
}
|
|
532
|
-
},
|
|
533
|
-
"node_modules/finalhandler": {
|
|
534
|
-
"version": "2.1.1",
|
|
535
|
-
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
|
|
536
|
-
"integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
|
|
537
|
-
"license": "MIT",
|
|
538
|
-
"dependencies": {
|
|
539
|
-
"debug": "^4.4.0",
|
|
540
|
-
"encodeurl": "^2.0.0",
|
|
541
|
-
"escape-html": "^1.0.3",
|
|
542
|
-
"on-finished": "^2.4.1",
|
|
543
|
-
"parseurl": "^1.3.3",
|
|
544
|
-
"statuses": "^2.0.1"
|
|
545
|
-
},
|
|
546
|
-
"engines": {
|
|
547
|
-
"node": ">= 18.0.0"
|
|
548
|
-
},
|
|
549
|
-
"funding": {
|
|
550
|
-
"type": "opencollective",
|
|
551
|
-
"url": "https://opencollective.com/express"
|
|
552
|
-
}
|
|
553
|
-
},
|
|
554
|
-
"node_modules/follow-redirects": {
|
|
555
|
-
"version": "1.16.0",
|
|
556
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
|
557
|
-
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
558
|
-
"funding": [
|
|
559
|
-
{
|
|
560
|
-
"type": "individual",
|
|
561
|
-
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
562
|
-
}
|
|
563
|
-
],
|
|
564
|
-
"license": "MIT",
|
|
565
|
-
"engines": {
|
|
566
|
-
"node": ">=4.0"
|
|
567
|
-
},
|
|
568
|
-
"peerDependenciesMeta": {
|
|
569
|
-
"debug": {
|
|
570
|
-
"optional": true
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
},
|
|
574
|
-
"node_modules/form-data": {
|
|
575
|
-
"version": "2.5.6",
|
|
576
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.6.tgz",
|
|
577
|
-
"integrity": "sha512-Ogz/E85h9tlfJzpI6TuFpGcHZFhLrb9Gw8wq9v40CxSCPnv7ahKr6Xgtkn0KYCDQJ8DNn5VoMO8EXr9V5PadyA==",
|
|
578
|
-
"license": "MIT",
|
|
579
|
-
"dependencies": {
|
|
580
|
-
"asynckit": "^0.4.0",
|
|
581
|
-
"combined-stream": "^1.0.8",
|
|
582
|
-
"es-set-tostringtag": "^2.1.0",
|
|
583
|
-
"hasown": "^2.0.4",
|
|
584
|
-
"mime-types": "^2.1.35",
|
|
585
|
-
"safe-buffer": "^5.2.1"
|
|
586
|
-
},
|
|
587
|
-
"engines": {
|
|
588
|
-
"node": ">= 0.12"
|
|
589
|
-
}
|
|
590
|
-
},
|
|
591
|
-
"node_modules/form-data/node_modules/mime-db": {
|
|
592
|
-
"version": "1.52.0",
|
|
593
|
-
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
594
|
-
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
595
|
-
"license": "MIT",
|
|
596
|
-
"engines": {
|
|
597
|
-
"node": ">= 0.6"
|
|
598
|
-
}
|
|
599
|
-
},
|
|
600
|
-
"node_modules/form-data/node_modules/mime-types": {
|
|
601
|
-
"version": "2.1.35",
|
|
602
|
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
603
|
-
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
604
|
-
"license": "MIT",
|
|
605
|
-
"dependencies": {
|
|
606
|
-
"mime-db": "1.52.0"
|
|
607
|
-
},
|
|
608
|
-
"engines": {
|
|
609
|
-
"node": ">= 0.6"
|
|
610
|
-
}
|
|
611
|
-
},
|
|
612
|
-
"node_modules/forwarded": {
|
|
613
|
-
"version": "0.2.0",
|
|
614
|
-
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
615
|
-
"integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
|
|
616
|
-
"license": "MIT",
|
|
617
|
-
"engines": {
|
|
618
|
-
"node": ">= 0.6"
|
|
619
|
-
}
|
|
620
|
-
},
|
|
621
|
-
"node_modules/fresh": {
|
|
622
|
-
"version": "2.0.0",
|
|
623
|
-
"resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
|
|
624
|
-
"integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
|
|
625
|
-
"license": "MIT",
|
|
626
|
-
"engines": {
|
|
627
|
-
"node": ">= 0.8"
|
|
628
|
-
}
|
|
629
|
-
},
|
|
630
|
-
"node_modules/function-bind": {
|
|
631
|
-
"version": "1.1.2",
|
|
632
|
-
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
633
|
-
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
634
|
-
"license": "MIT",
|
|
635
|
-
"funding": {
|
|
636
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
637
|
-
}
|
|
638
|
-
},
|
|
639
|
-
"node_modules/get-intrinsic": {
|
|
640
|
-
"version": "1.3.0",
|
|
641
|
-
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
642
|
-
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
643
|
-
"license": "MIT",
|
|
644
|
-
"dependencies": {
|
|
645
|
-
"call-bind-apply-helpers": "^1.0.2",
|
|
646
|
-
"es-define-property": "^1.0.1",
|
|
647
|
-
"es-errors": "^1.3.0",
|
|
648
|
-
"es-object-atoms": "^1.1.1",
|
|
649
|
-
"function-bind": "^1.1.2",
|
|
650
|
-
"get-proto": "^1.0.1",
|
|
651
|
-
"gopd": "^1.2.0",
|
|
652
|
-
"has-symbols": "^1.1.0",
|
|
653
|
-
"hasown": "^2.0.2",
|
|
654
|
-
"math-intrinsics": "^1.1.0"
|
|
655
|
-
},
|
|
656
|
-
"engines": {
|
|
657
|
-
"node": ">= 0.4"
|
|
658
|
-
},
|
|
659
|
-
"funding": {
|
|
660
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
"node_modules/get-proto": {
|
|
664
|
-
"version": "1.0.1",
|
|
665
|
-
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
666
|
-
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
667
|
-
"license": "MIT",
|
|
668
|
-
"dependencies": {
|
|
669
|
-
"dunder-proto": "^1.0.1",
|
|
670
|
-
"es-object-atoms": "^1.0.0"
|
|
671
|
-
},
|
|
672
|
-
"engines": {
|
|
673
|
-
"node": ">= 0.4"
|
|
674
|
-
}
|
|
675
|
-
},
|
|
676
|
-
"node_modules/gopd": {
|
|
677
|
-
"version": "1.2.0",
|
|
678
|
-
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
679
|
-
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
680
|
-
"license": "MIT",
|
|
681
|
-
"engines": {
|
|
682
|
-
"node": ">= 0.4"
|
|
683
|
-
},
|
|
684
|
-
"funding": {
|
|
685
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
686
|
-
}
|
|
687
|
-
},
|
|
688
|
-
"node_modules/has-symbols": {
|
|
689
|
-
"version": "1.1.0",
|
|
690
|
-
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
691
|
-
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
692
|
-
"license": "MIT",
|
|
693
|
-
"engines": {
|
|
694
|
-
"node": ">= 0.4"
|
|
695
|
-
},
|
|
696
|
-
"funding": {
|
|
697
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
698
|
-
}
|
|
699
|
-
},
|
|
700
|
-
"node_modules/has-tostringtag": {
|
|
701
|
-
"version": "1.0.2",
|
|
702
|
-
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
703
|
-
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
704
|
-
"license": "MIT",
|
|
705
|
-
"dependencies": {
|
|
706
|
-
"has-symbols": "^1.0.3"
|
|
707
|
-
},
|
|
708
|
-
"engines": {
|
|
709
|
-
"node": ">= 0.4"
|
|
710
|
-
},
|
|
711
|
-
"funding": {
|
|
712
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
713
|
-
}
|
|
714
|
-
},
|
|
715
|
-
"node_modules/hasown": {
|
|
716
|
-
"version": "2.0.4",
|
|
717
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
|
|
718
|
-
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
719
|
-
"license": "MIT",
|
|
720
|
-
"dependencies": {
|
|
721
|
-
"function-bind": "^1.1.2"
|
|
722
|
-
},
|
|
723
|
-
"engines": {
|
|
724
|
-
"node": ">= 0.4"
|
|
725
|
-
}
|
|
726
|
-
},
|
|
727
|
-
"node_modules/http-errors": {
|
|
728
|
-
"version": "2.0.1",
|
|
729
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
730
|
-
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
731
|
-
"license": "MIT",
|
|
732
|
-
"dependencies": {
|
|
733
|
-
"depd": "~2.0.0",
|
|
734
|
-
"inherits": "~2.0.4",
|
|
735
|
-
"setprototypeof": "~1.2.0",
|
|
736
|
-
"statuses": "~2.0.2",
|
|
737
|
-
"toidentifier": "~1.0.1"
|
|
738
|
-
},
|
|
739
|
-
"engines": {
|
|
740
|
-
"node": ">= 0.8"
|
|
741
|
-
},
|
|
742
|
-
"funding": {
|
|
743
|
-
"type": "opencollective",
|
|
744
|
-
"url": "https://opencollective.com/express"
|
|
745
|
-
}
|
|
746
|
-
},
|
|
747
|
-
"node_modules/https-proxy-agent": {
|
|
748
|
-
"version": "5.0.1",
|
|
749
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
750
|
-
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
751
|
-
"license": "MIT",
|
|
752
|
-
"dependencies": {
|
|
753
|
-
"agent-base": "6",
|
|
754
|
-
"debug": "4"
|
|
755
|
-
},
|
|
756
|
-
"engines": {
|
|
757
|
-
"node": ">= 6"
|
|
758
|
-
}
|
|
759
|
-
},
|
|
760
|
-
"node_modules/iconv-lite": {
|
|
761
|
-
"version": "0.7.3",
|
|
762
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.3.tgz",
|
|
763
|
-
"integrity": "sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==",
|
|
764
|
-
"license": "MIT",
|
|
765
|
-
"dependencies": {
|
|
766
|
-
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
767
|
-
},
|
|
768
|
-
"engines": {
|
|
769
|
-
"node": ">=0.10.0"
|
|
770
|
-
},
|
|
771
|
-
"funding": {
|
|
772
|
-
"type": "opencollective",
|
|
773
|
-
"url": "https://opencollective.com/express"
|
|
774
|
-
}
|
|
775
|
-
},
|
|
776
|
-
"node_modules/inherits": {
|
|
777
|
-
"version": "2.0.4",
|
|
778
|
-
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
779
|
-
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
780
|
-
"license": "ISC"
|
|
781
|
-
},
|
|
782
|
-
"node_modules/ipaddr.js": {
|
|
783
|
-
"version": "1.9.1",
|
|
784
|
-
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
|
785
|
-
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
|
|
786
|
-
"license": "MIT",
|
|
787
|
-
"engines": {
|
|
788
|
-
"node": ">= 0.10"
|
|
789
|
-
}
|
|
790
|
-
},
|
|
791
|
-
"node_modules/is-electron": {
|
|
792
|
-
"version": "2.2.2",
|
|
793
|
-
"resolved": "https://registry.npmjs.org/is-electron/-/is-electron-2.2.2.tgz",
|
|
794
|
-
"integrity": "sha512-FO/Rhvz5tuw4MCWkpMzHFKWD2LsfHzIb7i6MdPYZ/KW7AlxawyLkqdy+jPZP1WubqEADE3O4FUENlJHDfQASRg==",
|
|
795
|
-
"license": "MIT"
|
|
796
|
-
},
|
|
797
|
-
"node_modules/is-promise": {
|
|
798
|
-
"version": "4.0.0",
|
|
799
|
-
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
|
|
800
|
-
"integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
|
|
801
|
-
"license": "MIT"
|
|
802
|
-
},
|
|
803
|
-
"node_modules/is-stream": {
|
|
804
|
-
"version": "2.0.1",
|
|
805
|
-
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
|
|
806
|
-
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
807
|
-
"license": "MIT",
|
|
808
|
-
"engines": {
|
|
809
|
-
"node": ">=8"
|
|
810
|
-
},
|
|
811
|
-
"funding": {
|
|
812
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
813
|
-
}
|
|
814
|
-
},
|
|
815
|
-
"node_modules/jsonwebtoken": {
|
|
816
|
-
"version": "9.0.3",
|
|
817
|
-
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
|
|
818
|
-
"integrity": "sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==",
|
|
819
|
-
"license": "MIT",
|
|
820
|
-
"dependencies": {
|
|
821
|
-
"jws": "^4.0.1",
|
|
822
|
-
"lodash.includes": "^4.3.0",
|
|
823
|
-
"lodash.isboolean": "^3.0.3",
|
|
824
|
-
"lodash.isinteger": "^4.0.4",
|
|
825
|
-
"lodash.isnumber": "^3.0.3",
|
|
826
|
-
"lodash.isplainobject": "^4.0.6",
|
|
827
|
-
"lodash.isstring": "^4.0.1",
|
|
828
|
-
"lodash.once": "^4.0.0",
|
|
829
|
-
"ms": "^2.1.1",
|
|
830
|
-
"semver": "^7.5.4"
|
|
831
|
-
},
|
|
832
|
-
"engines": {
|
|
833
|
-
"node": ">=12",
|
|
834
|
-
"npm": ">=6"
|
|
835
|
-
}
|
|
836
|
-
},
|
|
837
|
-
"node_modules/jwa": {
|
|
838
|
-
"version": "2.0.1",
|
|
839
|
-
"resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
|
|
840
|
-
"integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
|
|
841
|
-
"license": "MIT",
|
|
842
|
-
"dependencies": {
|
|
843
|
-
"buffer-equal-constant-time": "^1.0.1",
|
|
844
|
-
"ecdsa-sig-formatter": "1.0.11",
|
|
845
|
-
"safe-buffer": "^5.0.1"
|
|
846
|
-
}
|
|
847
|
-
},
|
|
848
|
-
"node_modules/jws": {
|
|
849
|
-
"version": "4.0.1",
|
|
850
|
-
"resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz",
|
|
851
|
-
"integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==",
|
|
852
|
-
"license": "MIT",
|
|
853
|
-
"dependencies": {
|
|
854
|
-
"jwa": "^2.0.1",
|
|
855
|
-
"safe-buffer": "^5.0.1"
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
|
-
"node_modules/lodash.includes": {
|
|
859
|
-
"version": "4.3.0",
|
|
860
|
-
"resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
|
|
861
|
-
"integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
|
|
862
|
-
"license": "MIT"
|
|
863
|
-
},
|
|
864
|
-
"node_modules/lodash.isboolean": {
|
|
865
|
-
"version": "3.0.3",
|
|
866
|
-
"resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
|
|
867
|
-
"integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
|
|
868
|
-
"license": "MIT"
|
|
869
|
-
},
|
|
870
|
-
"node_modules/lodash.isinteger": {
|
|
871
|
-
"version": "4.0.4",
|
|
872
|
-
"resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
|
|
873
|
-
"integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
|
|
874
|
-
"license": "MIT"
|
|
875
|
-
},
|
|
876
|
-
"node_modules/lodash.isnumber": {
|
|
877
|
-
"version": "3.0.3",
|
|
878
|
-
"resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
|
|
879
|
-
"integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
|
|
880
|
-
"license": "MIT"
|
|
881
|
-
},
|
|
882
|
-
"node_modules/lodash.isplainobject": {
|
|
883
|
-
"version": "4.0.6",
|
|
884
|
-
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
|
885
|
-
"integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
|
|
886
|
-
"license": "MIT"
|
|
887
|
-
},
|
|
888
|
-
"node_modules/lodash.isstring": {
|
|
889
|
-
"version": "4.0.1",
|
|
890
|
-
"resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
|
|
891
|
-
"integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
|
|
892
|
-
"license": "MIT"
|
|
893
|
-
},
|
|
894
|
-
"node_modules/lodash.once": {
|
|
895
|
-
"version": "4.1.1",
|
|
896
|
-
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
|
|
897
|
-
"integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
|
|
898
|
-
"license": "MIT"
|
|
899
|
-
},
|
|
900
|
-
"node_modules/math-intrinsics": {
|
|
901
|
-
"version": "1.1.0",
|
|
902
|
-
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
903
|
-
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
904
|
-
"license": "MIT",
|
|
905
|
-
"engines": {
|
|
906
|
-
"node": ">= 0.4"
|
|
907
|
-
}
|
|
908
|
-
},
|
|
909
|
-
"node_modules/media-typer": {
|
|
910
|
-
"version": "1.1.0",
|
|
911
|
-
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
|
|
912
|
-
"integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
|
|
913
|
-
"license": "MIT",
|
|
914
|
-
"engines": {
|
|
915
|
-
"node": ">= 0.8"
|
|
916
|
-
}
|
|
917
|
-
},
|
|
918
|
-
"node_modules/merge-descriptors": {
|
|
919
|
-
"version": "2.0.0",
|
|
920
|
-
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
|
|
921
|
-
"integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
|
|
922
|
-
"license": "MIT",
|
|
923
|
-
"engines": {
|
|
924
|
-
"node": ">=18"
|
|
925
|
-
},
|
|
926
|
-
"funding": {
|
|
927
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
928
|
-
}
|
|
929
|
-
},
|
|
930
|
-
"node_modules/mime-db": {
|
|
931
|
-
"version": "1.54.0",
|
|
932
|
-
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
|
|
933
|
-
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
|
934
|
-
"license": "MIT",
|
|
935
|
-
"engines": {
|
|
936
|
-
"node": ">= 0.6"
|
|
937
|
-
}
|
|
938
|
-
},
|
|
939
|
-
"node_modules/mime-types": {
|
|
940
|
-
"version": "3.0.2",
|
|
941
|
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
|
|
942
|
-
"integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
|
|
943
|
-
"license": "MIT",
|
|
944
|
-
"dependencies": {
|
|
945
|
-
"mime-db": "^1.54.0"
|
|
946
|
-
},
|
|
947
|
-
"engines": {
|
|
948
|
-
"node": ">=18"
|
|
949
|
-
},
|
|
950
|
-
"funding": {
|
|
951
|
-
"type": "opencollective",
|
|
952
|
-
"url": "https://opencollective.com/express"
|
|
953
|
-
}
|
|
954
|
-
},
|
|
955
|
-
"node_modules/ms": {
|
|
956
|
-
"version": "2.1.3",
|
|
957
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
958
|
-
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
959
|
-
"license": "MIT"
|
|
960
|
-
},
|
|
961
|
-
"node_modules/negotiator": {
|
|
962
|
-
"version": "1.0.0",
|
|
963
|
-
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
|
|
964
|
-
"integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
|
|
965
|
-
"license": "MIT",
|
|
966
|
-
"engines": {
|
|
967
|
-
"node": ">= 0.6"
|
|
968
|
-
}
|
|
969
|
-
},
|
|
970
|
-
"node_modules/object-inspect": {
|
|
971
|
-
"version": "1.13.4",
|
|
972
|
-
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
973
|
-
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
|
974
|
-
"license": "MIT",
|
|
975
|
-
"engines": {
|
|
976
|
-
"node": ">= 0.4"
|
|
977
|
-
},
|
|
978
|
-
"funding": {
|
|
979
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
980
|
-
}
|
|
981
|
-
},
|
|
982
|
-
"node_modules/on-finished": {
|
|
983
|
-
"version": "2.4.1",
|
|
984
|
-
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
985
|
-
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
|
|
986
|
-
"license": "MIT",
|
|
987
|
-
"dependencies": {
|
|
988
|
-
"ee-first": "1.1.1"
|
|
989
|
-
},
|
|
990
|
-
"engines": {
|
|
991
|
-
"node": ">= 0.8"
|
|
992
|
-
}
|
|
993
|
-
},
|
|
994
|
-
"node_modules/once": {
|
|
995
|
-
"version": "1.4.0",
|
|
996
|
-
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
997
|
-
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
998
|
-
"license": "ISC",
|
|
999
|
-
"dependencies": {
|
|
1000
|
-
"wrappy": "1"
|
|
1001
|
-
}
|
|
1002
|
-
},
|
|
1003
|
-
"node_modules/p-finally": {
|
|
1004
|
-
"version": "1.0.0",
|
|
1005
|
-
"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
|
|
1006
|
-
"integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
|
|
1007
|
-
"license": "MIT",
|
|
1008
|
-
"engines": {
|
|
1009
|
-
"node": ">=4"
|
|
1010
|
-
}
|
|
1011
|
-
},
|
|
1012
|
-
"node_modules/p-map": {
|
|
1013
|
-
"version": "7.0.5",
|
|
1014
|
-
"resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.5.tgz",
|
|
1015
|
-
"integrity": "sha512-e8vJF4XdVkzqqSHguEMz41mQO1wKwxKm5ENrUJQUu9kLDCtn83cxbyHZcszr4QC5zEA7WffRRC4gsTecC7J9oA==",
|
|
1016
|
-
"license": "MIT",
|
|
1017
|
-
"engines": {
|
|
1018
|
-
"node": ">=18"
|
|
1019
|
-
},
|
|
1020
|
-
"funding": {
|
|
1021
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1022
|
-
}
|
|
1023
|
-
},
|
|
1024
|
-
"node_modules/p-queue": {
|
|
1025
|
-
"version": "6.6.2",
|
|
1026
|
-
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz",
|
|
1027
|
-
"integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==",
|
|
1028
|
-
"license": "MIT",
|
|
1029
|
-
"dependencies": {
|
|
1030
|
-
"eventemitter3": "^4.0.4",
|
|
1031
|
-
"p-timeout": "^3.2.0"
|
|
1032
|
-
},
|
|
1033
|
-
"engines": {
|
|
1034
|
-
"node": ">=8"
|
|
1035
|
-
},
|
|
1036
|
-
"funding": {
|
|
1037
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1038
|
-
}
|
|
1039
|
-
},
|
|
1040
|
-
"node_modules/p-queue/node_modules/eventemitter3": {
|
|
1041
|
-
"version": "4.0.7",
|
|
1042
|
-
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
|
|
1043
|
-
"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
|
|
1044
|
-
"license": "MIT"
|
|
1045
|
-
},
|
|
1046
|
-
"node_modules/p-retry": {
|
|
1047
|
-
"version": "4.6.2",
|
|
1048
|
-
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
|
|
1049
|
-
"integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
|
|
1050
|
-
"license": "MIT",
|
|
1051
|
-
"dependencies": {
|
|
1052
|
-
"@types/retry": "0.12.0",
|
|
1053
|
-
"retry": "^0.13.1"
|
|
1054
|
-
},
|
|
1055
|
-
"engines": {
|
|
1056
|
-
"node": ">=8"
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
|
-
"node_modules/p-timeout": {
|
|
1060
|
-
"version": "3.2.0",
|
|
1061
|
-
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz",
|
|
1062
|
-
"integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==",
|
|
1063
|
-
"license": "MIT",
|
|
1064
|
-
"dependencies": {
|
|
1065
|
-
"p-finally": "^1.0.0"
|
|
1066
|
-
},
|
|
1067
|
-
"engines": {
|
|
1068
|
-
"node": ">=8"
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
"node_modules/parseurl": {
|
|
1072
|
-
"version": "1.3.3",
|
|
1073
|
-
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
|
1074
|
-
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
|
1075
|
-
"license": "MIT",
|
|
1076
|
-
"engines": {
|
|
1077
|
-
"node": ">= 0.8"
|
|
1078
|
-
}
|
|
1079
|
-
},
|
|
1080
|
-
"node_modules/path-to-regexp": {
|
|
1081
|
-
"version": "8.4.2",
|
|
1082
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
|
|
1083
|
-
"integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
|
|
1084
|
-
"license": "MIT",
|
|
1085
|
-
"funding": {
|
|
1086
|
-
"type": "opencollective",
|
|
1087
|
-
"url": "https://opencollective.com/express"
|
|
1088
|
-
}
|
|
1089
|
-
},
|
|
1090
|
-
"node_modules/proxy-addr": {
|
|
1091
|
-
"version": "2.0.7",
|
|
1092
|
-
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
1093
|
-
"integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
|
|
1094
|
-
"license": "MIT",
|
|
1095
|
-
"dependencies": {
|
|
1096
|
-
"forwarded": "0.2.0",
|
|
1097
|
-
"ipaddr.js": "1.9.1"
|
|
1098
|
-
},
|
|
1099
|
-
"engines": {
|
|
1100
|
-
"node": ">= 0.10"
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
"node_modules/proxy-from-env": {
|
|
1104
|
-
"version": "2.1.0",
|
|
1105
|
-
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
|
|
1106
|
-
"integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
|
|
1107
|
-
"license": "MIT",
|
|
1108
|
-
"engines": {
|
|
1109
|
-
"node": ">=10"
|
|
1110
|
-
}
|
|
1111
|
-
},
|
|
1112
|
-
"node_modules/qs": {
|
|
1113
|
-
"version": "6.15.3",
|
|
1114
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.3.tgz",
|
|
1115
|
-
"integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==",
|
|
1116
|
-
"license": "BSD-3-Clause",
|
|
1117
|
-
"dependencies": {
|
|
1118
|
-
"es-define-property": "^1.0.1",
|
|
1119
|
-
"side-channel": "^1.1.1"
|
|
1120
|
-
},
|
|
1121
|
-
"engines": {
|
|
1122
|
-
"node": ">=0.6"
|
|
1123
|
-
},
|
|
1124
|
-
"funding": {
|
|
1125
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1126
|
-
}
|
|
1127
|
-
},
|
|
1128
|
-
"node_modules/range-parser": {
|
|
1129
|
-
"version": "1.3.0",
|
|
1130
|
-
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.3.0.tgz",
|
|
1131
|
-
"integrity": "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==",
|
|
1132
|
-
"license": "MIT",
|
|
1133
|
-
"engines": {
|
|
1134
|
-
"node": ">= 0.6"
|
|
1135
|
-
},
|
|
1136
|
-
"funding": {
|
|
1137
|
-
"type": "opencollective",
|
|
1138
|
-
"url": "https://opencollective.com/express"
|
|
1139
|
-
}
|
|
1140
|
-
},
|
|
1141
|
-
"node_modules/raw-body": {
|
|
1142
|
-
"version": "3.0.2",
|
|
1143
|
-
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
|
|
1144
|
-
"integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
|
|
1145
|
-
"license": "MIT",
|
|
1146
|
-
"dependencies": {
|
|
1147
|
-
"bytes": "~3.1.2",
|
|
1148
|
-
"http-errors": "~2.0.1",
|
|
1149
|
-
"iconv-lite": "~0.7.0",
|
|
1150
|
-
"unpipe": "~1.0.0"
|
|
1151
|
-
},
|
|
1152
|
-
"engines": {
|
|
1153
|
-
"node": ">= 0.10"
|
|
1154
|
-
}
|
|
1155
|
-
},
|
|
1156
|
-
"node_modules/retry": {
|
|
1157
|
-
"version": "0.13.1",
|
|
1158
|
-
"resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
|
|
1159
|
-
"integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
|
|
1160
|
-
"license": "MIT",
|
|
1161
|
-
"engines": {
|
|
1162
|
-
"node": ">= 4"
|
|
1163
|
-
}
|
|
1164
|
-
},
|
|
1165
|
-
"node_modules/router": {
|
|
1166
|
-
"version": "2.2.0",
|
|
1167
|
-
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
|
|
1168
|
-
"integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
|
|
1169
|
-
"license": "MIT",
|
|
1170
|
-
"dependencies": {
|
|
1171
|
-
"debug": "^4.4.0",
|
|
1172
|
-
"depd": "^2.0.0",
|
|
1173
|
-
"is-promise": "^4.0.0",
|
|
1174
|
-
"parseurl": "^1.3.3",
|
|
1175
|
-
"path-to-regexp": "^8.0.0"
|
|
1176
|
-
},
|
|
1177
|
-
"engines": {
|
|
1178
|
-
"node": ">= 18"
|
|
1179
|
-
}
|
|
1180
|
-
},
|
|
1181
|
-
"node_modules/safe-buffer": {
|
|
1182
|
-
"version": "5.2.1",
|
|
1183
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
1184
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
1185
|
-
"funding": [
|
|
1186
|
-
{
|
|
1187
|
-
"type": "github",
|
|
1188
|
-
"url": "https://github.com/sponsors/feross"
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"type": "patreon",
|
|
1192
|
-
"url": "https://www.patreon.com/feross"
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
"type": "consulting",
|
|
1196
|
-
"url": "https://feross.org/support"
|
|
1197
|
-
}
|
|
1198
|
-
],
|
|
1199
|
-
"license": "MIT"
|
|
1200
|
-
},
|
|
1201
|
-
"node_modules/safer-buffer": {
|
|
1202
|
-
"version": "2.1.2",
|
|
1203
|
-
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
1204
|
-
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
1205
|
-
"license": "MIT"
|
|
1206
|
-
},
|
|
1207
|
-
"node_modules/semver": {
|
|
1208
|
-
"version": "7.8.5",
|
|
1209
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
1210
|
-
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
1211
|
-
"license": "ISC",
|
|
1212
|
-
"bin": {
|
|
1213
|
-
"semver": "bin/semver.js"
|
|
1214
|
-
},
|
|
1215
|
-
"engines": {
|
|
1216
|
-
"node": ">=10"
|
|
1217
|
-
}
|
|
1218
|
-
},
|
|
1219
|
-
"node_modules/send": {
|
|
1220
|
-
"version": "1.2.1",
|
|
1221
|
-
"resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
|
|
1222
|
-
"integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
|
|
1223
|
-
"license": "MIT",
|
|
1224
|
-
"dependencies": {
|
|
1225
|
-
"debug": "^4.4.3",
|
|
1226
|
-
"encodeurl": "^2.0.0",
|
|
1227
|
-
"escape-html": "^1.0.3",
|
|
1228
|
-
"etag": "^1.8.1",
|
|
1229
|
-
"fresh": "^2.0.0",
|
|
1230
|
-
"http-errors": "^2.0.1",
|
|
1231
|
-
"mime-types": "^3.0.2",
|
|
1232
|
-
"ms": "^2.1.3",
|
|
1233
|
-
"on-finished": "^2.4.1",
|
|
1234
|
-
"range-parser": "^1.2.1",
|
|
1235
|
-
"statuses": "^2.0.2"
|
|
1236
|
-
},
|
|
1237
|
-
"engines": {
|
|
1238
|
-
"node": ">= 18"
|
|
1239
|
-
},
|
|
1240
|
-
"funding": {
|
|
1241
|
-
"type": "opencollective",
|
|
1242
|
-
"url": "https://opencollective.com/express"
|
|
1243
|
-
}
|
|
1244
|
-
},
|
|
1245
|
-
"node_modules/serve-static": {
|
|
1246
|
-
"version": "2.2.1",
|
|
1247
|
-
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
|
|
1248
|
-
"integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
|
|
1249
|
-
"license": "MIT",
|
|
1250
|
-
"dependencies": {
|
|
1251
|
-
"encodeurl": "^2.0.0",
|
|
1252
|
-
"escape-html": "^1.0.3",
|
|
1253
|
-
"parseurl": "^1.3.3",
|
|
1254
|
-
"send": "^1.2.0"
|
|
1255
|
-
},
|
|
1256
|
-
"engines": {
|
|
1257
|
-
"node": ">= 18"
|
|
1258
|
-
},
|
|
1259
|
-
"funding": {
|
|
1260
|
-
"type": "opencollective",
|
|
1261
|
-
"url": "https://opencollective.com/express"
|
|
1262
|
-
}
|
|
1263
|
-
},
|
|
1264
|
-
"node_modules/setprototypeof": {
|
|
1265
|
-
"version": "1.2.0",
|
|
1266
|
-
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
1267
|
-
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
1268
|
-
"license": "ISC"
|
|
1269
|
-
},
|
|
1270
|
-
"node_modules/side-channel": {
|
|
1271
|
-
"version": "1.1.1",
|
|
1272
|
-
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
|
|
1273
|
-
"integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
|
|
1274
|
-
"license": "MIT",
|
|
1275
|
-
"dependencies": {
|
|
1276
|
-
"es-errors": "^1.3.0",
|
|
1277
|
-
"object-inspect": "^1.13.4",
|
|
1278
|
-
"side-channel-list": "^1.0.1",
|
|
1279
|
-
"side-channel-map": "^1.0.1",
|
|
1280
|
-
"side-channel-weakmap": "^1.0.2"
|
|
1281
|
-
},
|
|
1282
|
-
"engines": {
|
|
1283
|
-
"node": ">= 0.4"
|
|
1284
|
-
},
|
|
1285
|
-
"funding": {
|
|
1286
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1287
|
-
}
|
|
1288
|
-
},
|
|
1289
|
-
"node_modules/side-channel-list": {
|
|
1290
|
-
"version": "1.0.1",
|
|
1291
|
-
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
|
|
1292
|
-
"integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
|
|
1293
|
-
"license": "MIT",
|
|
1294
|
-
"dependencies": {
|
|
1295
|
-
"es-errors": "^1.3.0",
|
|
1296
|
-
"object-inspect": "^1.13.4"
|
|
1297
|
-
},
|
|
1298
|
-
"engines": {
|
|
1299
|
-
"node": ">= 0.4"
|
|
1300
|
-
},
|
|
1301
|
-
"funding": {
|
|
1302
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1303
|
-
}
|
|
1304
|
-
},
|
|
1305
|
-
"node_modules/side-channel-map": {
|
|
1306
|
-
"version": "1.0.1",
|
|
1307
|
-
"resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
|
|
1308
|
-
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
|
1309
|
-
"license": "MIT",
|
|
1310
|
-
"dependencies": {
|
|
1311
|
-
"call-bound": "^1.0.2",
|
|
1312
|
-
"es-errors": "^1.3.0",
|
|
1313
|
-
"get-intrinsic": "^1.2.5",
|
|
1314
|
-
"object-inspect": "^1.13.3"
|
|
1315
|
-
},
|
|
1316
|
-
"engines": {
|
|
1317
|
-
"node": ">= 0.4"
|
|
1318
|
-
},
|
|
1319
|
-
"funding": {
|
|
1320
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1321
|
-
}
|
|
1322
|
-
},
|
|
1323
|
-
"node_modules/side-channel-weakmap": {
|
|
1324
|
-
"version": "1.0.2",
|
|
1325
|
-
"resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
|
|
1326
|
-
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
|
1327
|
-
"license": "MIT",
|
|
1328
|
-
"dependencies": {
|
|
1329
|
-
"call-bound": "^1.0.2",
|
|
1330
|
-
"es-errors": "^1.3.0",
|
|
1331
|
-
"get-intrinsic": "^1.2.5",
|
|
1332
|
-
"object-inspect": "^1.13.3",
|
|
1333
|
-
"side-channel-map": "^1.0.1"
|
|
1334
|
-
},
|
|
1335
|
-
"engines": {
|
|
1336
|
-
"node": ">= 0.4"
|
|
1337
|
-
},
|
|
1338
|
-
"funding": {
|
|
1339
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1340
|
-
}
|
|
1341
|
-
},
|
|
1342
|
-
"node_modules/statuses": {
|
|
1343
|
-
"version": "2.0.2",
|
|
1344
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
1345
|
-
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
1346
|
-
"license": "MIT",
|
|
1347
|
-
"engines": {
|
|
1348
|
-
"node": ">= 0.8"
|
|
1349
|
-
}
|
|
1350
|
-
},
|
|
1351
|
-
"node_modules/toidentifier": {
|
|
1352
|
-
"version": "1.0.1",
|
|
1353
|
-
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
1354
|
-
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
|
1355
|
-
"license": "MIT",
|
|
1356
|
-
"engines": {
|
|
1357
|
-
"node": ">=0.6"
|
|
1358
|
-
}
|
|
1359
|
-
},
|
|
1360
|
-
"node_modules/tsscmp": {
|
|
1361
|
-
"version": "1.0.6",
|
|
1362
|
-
"resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz",
|
|
1363
|
-
"integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==",
|
|
1364
|
-
"license": "MIT",
|
|
1365
|
-
"engines": {
|
|
1366
|
-
"node": ">=0.6.x"
|
|
1367
|
-
}
|
|
1368
|
-
},
|
|
1369
|
-
"node_modules/type-is": {
|
|
1370
|
-
"version": "2.1.0",
|
|
1371
|
-
"resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
|
|
1372
|
-
"integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
|
|
1373
|
-
"license": "MIT",
|
|
1374
|
-
"dependencies": {
|
|
1375
|
-
"content-type": "^2.0.0",
|
|
1376
|
-
"media-typer": "^1.1.0",
|
|
1377
|
-
"mime-types": "^3.0.0"
|
|
1378
|
-
},
|
|
1379
|
-
"engines": {
|
|
1380
|
-
"node": ">= 18"
|
|
1381
|
-
},
|
|
1382
|
-
"funding": {
|
|
1383
|
-
"type": "opencollective",
|
|
1384
|
-
"url": "https://opencollective.com/express"
|
|
1385
|
-
}
|
|
1386
|
-
},
|
|
1387
|
-
"node_modules/type-is/node_modules/content-type": {
|
|
1388
|
-
"version": "2.0.0",
|
|
1389
|
-
"resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
|
|
1390
|
-
"integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
|
|
1391
|
-
"license": "MIT",
|
|
1392
|
-
"engines": {
|
|
1393
|
-
"node": ">=18"
|
|
1394
|
-
},
|
|
1395
|
-
"funding": {
|
|
1396
|
-
"type": "opencollective",
|
|
1397
|
-
"url": "https://opencollective.com/express"
|
|
1398
|
-
}
|
|
1399
|
-
},
|
|
1400
|
-
"node_modules/typebox": {
|
|
1401
|
-
"version": "1.3.6",
|
|
1402
|
-
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.3.6.tgz",
|
|
1403
|
-
"integrity": "sha512-Sc8RA0NCMEFmApHNU9ZMzqcpQj46She44J8ffpLM/bdhLNUZKq7DJumcLcsFx1gRmDfQPgCgOmFFJ7rcnfWNyA==",
|
|
1404
|
-
"license": "MIT"
|
|
1405
|
-
},
|
|
1406
|
-
"node_modules/undici-types": {
|
|
1407
|
-
"version": "8.3.0",
|
|
1408
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
|
|
1409
|
-
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
1410
|
-
"license": "MIT"
|
|
1411
|
-
},
|
|
1412
|
-
"node_modules/unpipe": {
|
|
1413
|
-
"version": "1.0.0",
|
|
1414
|
-
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
|
1415
|
-
"integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
|
|
1416
|
-
"license": "MIT",
|
|
1417
|
-
"engines": {
|
|
1418
|
-
"node": ">= 0.8"
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
"node_modules/vary": {
|
|
1422
|
-
"version": "1.1.2",
|
|
1423
|
-
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
|
1424
|
-
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
|
|
1425
|
-
"license": "MIT",
|
|
1426
|
-
"engines": {
|
|
1427
|
-
"node": ">= 0.8"
|
|
1428
|
-
}
|
|
1429
|
-
},
|
|
1430
|
-
"node_modules/wrappy": {
|
|
1431
|
-
"version": "1.0.2",
|
|
1432
|
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
1433
|
-
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
1434
|
-
"license": "ISC"
|
|
1435
|
-
},
|
|
1436
|
-
"node_modules/ws": {
|
|
1437
|
-
"version": "8.21.1",
|
|
1438
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.1.tgz",
|
|
1439
|
-
"integrity": "sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==",
|
|
1440
|
-
"license": "MIT",
|
|
1441
|
-
"engines": {
|
|
1442
|
-
"node": ">=10.0.0"
|
|
1443
|
-
},
|
|
1444
|
-
"peerDependencies": {
|
|
1445
|
-
"bufferutil": "^4.0.1",
|
|
1446
|
-
"utf-8-validate": ">=5.0.2"
|
|
1447
|
-
},
|
|
1448
|
-
"peerDependenciesMeta": {
|
|
1449
|
-
"bufferutil": {
|
|
1450
|
-
"optional": true
|
|
1451
|
-
},
|
|
1452
|
-
"utf-8-validate": {
|
|
1453
|
-
"optional": true
|
|
1454
|
-
}
|
|
1455
|
-
}
|
|
1456
|
-
},
|
|
1457
|
-
"node_modules/zod": {
|
|
1458
|
-
"version": "4.4.3",
|
|
1459
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
|
|
1460
|
-
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
|
|
1461
|
-
"license": "MIT",
|
|
1462
|
-
"funding": {
|
|
1463
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
1464
|
-
}
|
|
1465
|
-
}
|
|
1466
|
-
}
|
|
1467
|
-
}
|