playwright-codegen-pro-core 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/mcp/node_modules/.package-lock.json +1126 -0
- package/bundles/mcp/node_modules/@hono/node-server/LICENSE +21 -0
- package/bundles/mcp/node_modules/@hono/node-server/README.md +358 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/conninfo.d.mts +10 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/conninfo.d.ts +10 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/conninfo.js +42 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/conninfo.mjs +17 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/globals.d.mts +2 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/globals.d.ts +2 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/globals.js +29 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/globals.mjs +5 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/index.d.mts +8 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/index.d.ts +8 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/index.js +632 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/index.mjs +592 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/listener.d.mts +13 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/listener.d.ts +13 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/listener.js +600 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/listener.mjs +565 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/request.d.mts +25 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/request.d.ts +25 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/request.js +227 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/request.mjs +195 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/response.d.mts +26 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/response.d.ts +26 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/response.js +101 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/response.mjs +74 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/serve-static.d.mts +17 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/serve-static.d.ts +17 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/serve-static.js +177 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/serve-static.mjs +152 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/server.d.mts +10 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/server.d.ts +10 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/server.js +626 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/server.mjs +590 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/types.d.mts +44 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/types.d.ts +44 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/types.js +18 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/types.mjs +0 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/utils/response/constants.d.mts +3 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/utils/response/constants.d.ts +3 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/utils/response/constants.js +30 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/utils/response/constants.mjs +5 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/utils/response.d.mts +3 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/utils/response.d.ts +3 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/utils/response.js +37 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/utils/response.mjs +10 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/utils.d.mts +9 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/utils.d.ts +9 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/utils.js +99 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/utils.mjs +71 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/vercel.d.mts +7 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/vercel.d.ts +7 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/vercel.js +607 -0
- package/bundles/mcp/node_modules/@hono/node-server/dist/vercel.mjs +570 -0
- package/bundles/mcp/node_modules/@hono/node-server/package.json +103 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/LICENSE +21 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/README.md +169 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.d.ts +190 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.js +299 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts +368 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js +848 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts +588 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js +629 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.d.ts +169 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.js +252 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts +81 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js +211 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts +77 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js +199 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts +171 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js +482 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts +17 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js +58 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.js +692 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.js +134 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.js +176 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.d.ts +20 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.js +70 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.d.ts +3 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.js +413 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.d.ts +26 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.js +51 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.js +818 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.d.ts +10 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.js +157 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.js +95 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.js +168 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.d.ts +78 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.js +205 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.js +437 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.js +656 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.d.ts +10 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.js +85 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.js +171 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.d.ts +7 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.js +95 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.js +168 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.js +166 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.js +661 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.d.ts +12 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.js +600 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.js +256 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.js +107 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.js +124 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.js +73 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.d.ts +31 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.js +69 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.d.ts +13 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.js +29 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.d.ts +121 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.js +188 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.d.ts +47 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.js +68 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.d.ts +16 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.js +39 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.d.ts +232 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.js +19 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.d.ts +77 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.js +36 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.d.ts +83 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.js +93 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.d.ts +94 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.js +251 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.d.ts +10 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.js +28 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts +31 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js +51 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/package.json +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts +19 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js +3 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts +148 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js +202 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts +13 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js +167 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts +4 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js +21 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts +29 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js +77 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts +13 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js +65 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts +13 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js +136 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts +9 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js +21 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts +35 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js +75 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts +19 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js +71 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts +68 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js +3 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts +49 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js +159 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts +101 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js +128 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts +32 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js +3 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts +38 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js +48 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.d.ts +45 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.js +56 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts +196 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js +444 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts +364 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js +918 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.d.ts +32 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.js +80 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts +82 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js +165 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts +28 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js +82 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts +122 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js +165 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.d.ts +268 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.js +736 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.d.ts +84 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.js +244 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.d.ts +12 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.js +79 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.d.ts +23 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.js +48 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.d.ts +240 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.js +224 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.d.ts +16 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.js +25 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.d.ts +443 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.js +1104 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.d.ts +45 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.js +23 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.d.ts +13 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.js +37 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.d.ts +31 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.js +97 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.d.ts +89 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.js +43 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.d.ts +25 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js +243 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.d.ts +2299 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.js +27 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.d.ts +8133 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.js +2092 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.d.ts +53 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.js +94 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.d.ts +51 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.js +69 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.d.ts +29 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.js +30 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.d.ts +65 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.js +3 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.d.ts +190 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.js +269 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.d.ts +368 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js +824 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.d.ts +588 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js +624 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.d.ts +169 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.js +245 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.d.ts +81 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js +206 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.d.ts +77 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js +191 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.d.ts +171 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js +477 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.d.ts +17 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.js +54 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.js +690 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.js +132 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.js +174 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.d.ts +20 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.js +68 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.d.ts +3 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.js +411 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.d.ts +26 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.js +47 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.js +816 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.d.ts +10 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.js +155 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.js +93 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.js +166 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.d.ts +78 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.js +196 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.js +435 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.js +651 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.d.ts +10 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.js +60 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.js +146 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.d.ts +7 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.js +70 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.js +143 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.js +141 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.js +636 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.d.ts +12 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.js +598 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.js +231 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.js +102 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.js +122 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.d.ts +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.js +48 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.d.ts +31 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.js +65 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.d.ts +13 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.js +13 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.d.ts +121 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js +184 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.d.ts +47 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js +64 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.d.ts +16 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.js +20 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts +232 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js +16 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts +77 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js +32 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts +83 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js +89 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.d.ts +94 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.js +246 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.d.ts +10 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.js +10 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.d.ts +31 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.js +47 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/package.json +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.d.ts +19 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.js +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.d.ts +148 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js +180 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.d.ts +13 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.js +138 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.d.ts +4 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.js +15 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.d.ts +29 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.js +71 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.d.ts +13 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.js +59 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.d.ts +13 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.js +107 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.d.ts +9 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.js +18 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.d.ts +35 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.js +72 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.d.ts +19 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.js +45 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.d.ts +68 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.js +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.d.ts +49 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.js +155 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.d.ts +101 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.js +118 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts +32 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.js +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.d.ts +38 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js +41 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.d.ts +45 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.js +50 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts +196 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js +440 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts +364 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js +913 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.d.ts +32 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.js +76 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.d.ts +82 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.js +158 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.d.ts +28 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js +75 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.d.ts +122 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js +161 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.d.ts +268 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js +732 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts +84 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js +209 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.d.ts +12 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js +51 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.d.ts +23 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js +44 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.d.ts +240 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js +198 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.d.ts +16 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.js +22 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts +443 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js +1099 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts +45 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.js +19 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.d.ts +13 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js +31 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.d.ts +31 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js +92 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts +89 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js +39 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts +25 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js +239 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.d.ts +2299 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.js +24 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts +8133 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js +2052 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.d.ts +53 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js +87 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.d.ts +51 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.js +65 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.d.ts +29 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.js +29 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts +65 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.js +2 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.js.map +1 -0
- package/bundles/mcp/node_modules/@modelcontextprotocol/sdk/package.json +149 -0
- package/bundles/mcp/node_modules/accepts/HISTORY.md +250 -0
- package/bundles/mcp/node_modules/accepts/LICENSE +23 -0
- package/bundles/mcp/node_modules/accepts/README.md +140 -0
- package/bundles/mcp/node_modules/accepts/index.js +238 -0
- package/bundles/mcp/node_modules/accepts/package.json +47 -0
- package/bundles/mcp/node_modules/ajv/.runkit_example.js +23 -0
- package/bundles/mcp/node_modules/ajv/LICENSE +22 -0
- package/bundles/mcp/node_modules/ajv/README.md +207 -0
- package/bundles/mcp/node_modules/ajv/dist/2019.d.ts +19 -0
- package/bundles/mcp/node_modules/ajv/dist/2019.js +61 -0
- package/bundles/mcp/node_modules/ajv/dist/2019.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/2020.d.ts +19 -0
- package/bundles/mcp/node_modules/ajv/dist/2020.js +55 -0
- package/bundles/mcp/node_modules/ajv/dist/2020.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/ajv.d.ts +18 -0
- package/bundles/mcp/node_modules/ajv/dist/ajv.js +50 -0
- package/bundles/mcp/node_modules/ajv/dist/ajv.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/codegen/code.d.ts +40 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/codegen/code.js +156 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/codegen/code.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/codegen/index.d.ts +79 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/codegen/index.js +697 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/codegen/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/codegen/scope.d.ts +79 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/codegen/scope.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/errors.d.ts +13 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/errors.js +123 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/errors.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/index.d.ts +80 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/index.js +242 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/jtd/parse.d.ts +4 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/jtd/parse.js +350 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/jtd/parse.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/jtd/serialize.d.ts +4 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/jtd/serialize.js +229 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/jtd/serialize.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/jtd/types.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/jtd/types.js +14 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/jtd/types.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/names.d.ts +20 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/names.js +28 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/names.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/ref_error.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/ref_error.js +12 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/ref_error.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/resolve.d.ts +12 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/resolve.js +155 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/resolve.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/rules.d.ts +28 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/rules.js +26 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/rules.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/util.d.ts +40 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/util.js +178 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/util.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/applicability.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/applicability.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +4 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/boolSchema.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/dataType.d.ts +17 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/dataType.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/defaults.d.ts +2 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/defaults.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/index.d.ts +42 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/index.js +520 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/keyword.d.ts +8 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/keyword.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/subschema.d.ts +47 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
- package/bundles/mcp/node_modules/ajv/dist/compile/validate/subschema.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/core.d.ts +173 -0
- package/bundles/mcp/node_modules/ajv/dist/core.js +618 -0
- package/bundles/mcp/node_modules/ajv/dist/core.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/jtd.d.ts +47 -0
- package/bundles/mcp/node_modules/ajv/dist/jtd.js +72 -0
- package/bundles/mcp/node_modules/ajv/dist/jtd.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/data.json +13 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +2 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +28 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +17 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +57 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +14 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +39 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +2 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +30 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +17 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +51 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +55 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-draft-06.json +137 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/json-schema-secure.json +88 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/jtd-schema.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/jtd-schema.js +118 -0
- package/bundles/mcp/node_modules/ajv/dist/refs/jtd-schema.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/equal.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/equal.js +7 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/equal.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/parseJson.d.ts +18 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/parseJson.js +185 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/parseJson.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/quote.d.ts +5 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/quote.js +30 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/quote.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/re2.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/re2.js +6 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/re2.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/timestamp.d.ts +5 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/timestamp.js +42 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/timestamp.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/ucs2length.d.ts +5 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/ucs2length.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/uri.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/uri.js +6 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/uri.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/validation_error.d.ts +7 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/validation_error.js +11 -0
- package/bundles/mcp/node_modules/ajv/dist/runtime/validation_error.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/standalone/index.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/standalone/index.js +90 -0
- package/bundles/mcp/node_modules/ajv/dist/standalone/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/standalone/instance.d.ts +12 -0
- package/bundles/mcp/node_modules/ajv/dist/standalone/instance.js +35 -0
- package/bundles/mcp/node_modules/ajv/dist/standalone/instance.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/types/index.d.ts +183 -0
- package/bundles/mcp/node_modules/ajv/dist/types/index.js +3 -0
- package/bundles/mcp/node_modules/ajv/dist/types/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/types/json-schema.d.ts +125 -0
- package/bundles/mcp/node_modules/ajv/dist/types/json-schema.js +3 -0
- package/bundles/mcp/node_modules/ajv/dist/types/json-schema.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/types/jtd-schema.d.ts +174 -0
- package/bundles/mcp/node_modules/ajv/dist/types/jtd-schema.js +3 -0
- package/bundles/mcp/node_modules/ajv/dist/types/jtd-schema.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +8 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +4 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +7 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +21 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +11 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/if.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +13 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +5 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/items.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +4 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/not.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/code.d.ts +17 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/code.js +131 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/code.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/core/id.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/core/id.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/core/index.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/core/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/core/ref.d.ts +8 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/core/ref.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +5 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +10 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/draft2020.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/draft2020.js +23 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/draft2020.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/draft7.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/draft7.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +5 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +30 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +5 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +51 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/index.js +9 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +16 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +10 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/errors.d.ts +9 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/errors.js +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/errors.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/format/format.d.ts +8 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/format/format.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/format/index.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/format/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +71 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +5 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/elements.js +24 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/enum.js +43 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +9 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/error.js +20 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/error.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +10 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/index.js +29 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +5 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/metadata.js +25 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +4 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/nullable.js +22 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +15 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +22 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/properties.js +149 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +4 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/ref.js +67 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +10 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/type.js +69 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/type.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/union.js +12 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/union.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +5 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/values.js +51 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/jtd/values.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/metadata.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/metadata.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/next.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/next.js +8 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/next.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/unevaluated/index.js +7 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +40 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +65 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/const.d.ts +6 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/const.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +5 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +12 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +8 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/enum.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/index.d.ts +16 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitContains.js +15 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +11 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +3 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +8 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +8 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/pattern.js +24 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/required.d.ts +8 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/required.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +9 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
- package/bundles/mcp/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +1 -0
- package/bundles/mcp/node_modules/ajv/lib/2019.ts +81 -0
- package/bundles/mcp/node_modules/ajv/lib/2020.ts +75 -0
- package/bundles/mcp/node_modules/ajv/lib/ajv.ts +70 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/codegen/code.ts +169 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/codegen/index.ts +852 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/codegen/scope.ts +215 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/errors.ts +184 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/index.ts +324 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/jtd/parse.ts +411 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/jtd/serialize.ts +266 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/jtd/types.ts +16 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/names.ts +27 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/ref_error.ts +13 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/resolve.ts +149 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/rules.ts +50 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/util.ts +213 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/validate/applicability.ts +22 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/validate/boolSchema.ts +47 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/validate/dataType.ts +230 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/validate/defaults.ts +32 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/validate/index.ts +582 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/validate/keyword.ts +171 -0
- package/bundles/mcp/node_modules/ajv/lib/compile/validate/subschema.ts +135 -0
- package/bundles/mcp/node_modules/ajv/lib/core.ts +891 -0
- package/bundles/mcp/node_modules/ajv/lib/jtd.ts +132 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/data.json +13 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +28 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +17 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +57 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +14 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +39 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +30 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +17 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +51 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +55 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-draft-06.json +137 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-draft-07.json +151 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/json-schema-secure.json +88 -0
- package/bundles/mcp/node_modules/ajv/lib/refs/jtd-schema.ts +130 -0
- package/bundles/mcp/node_modules/ajv/lib/runtime/equal.ts +7 -0
- package/bundles/mcp/node_modules/ajv/lib/runtime/parseJson.ts +177 -0
- package/bundles/mcp/node_modules/ajv/lib/runtime/quote.ts +31 -0
- package/bundles/mcp/node_modules/ajv/lib/runtime/re2.ts +6 -0
- package/bundles/mcp/node_modules/ajv/lib/runtime/timestamp.ts +46 -0
- package/bundles/mcp/node_modules/ajv/lib/runtime/ucs2length.ts +20 -0
- package/bundles/mcp/node_modules/ajv/lib/runtime/uri.ts +6 -0
- package/bundles/mcp/node_modules/ajv/lib/runtime/validation_error.ts +13 -0
- package/bundles/mcp/node_modules/ajv/lib/standalone/index.ts +100 -0
- package/bundles/mcp/node_modules/ajv/lib/standalone/instance.ts +36 -0
- package/bundles/mcp/node_modules/ajv/lib/types/index.ts +244 -0
- package/bundles/mcp/node_modules/ajv/lib/types/json-schema.ts +187 -0
- package/bundles/mcp/node_modules/ajv/lib/types/jtd-schema.ts +273 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +56 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +118 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +22 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +14 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/contains.ts +109 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +112 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +11 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/if.ts +80 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/index.ts +53 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/items.ts +59 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +36 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/not.ts +38 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +82 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +91 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +12 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/properties.ts +57 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +50 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +13 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/code.ts +168 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/core/id.ts +10 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/core/index.ts +16 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/core/ref.ts +129 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/discriminator/index.ts +113 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/discriminator/types.ts +12 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/draft2020.ts +23 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/draft7.ts +17 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +31 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +51 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/dynamic/index.ts +9 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +14 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +10 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/errors.ts +18 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/format/format.ts +120 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/format/index.ts +6 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +89 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/jtd/elements.ts +32 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/jtd/enum.ts +45 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/jtd/error.ts +23 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/jtd/index.ts +37 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +24 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +21 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +15 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/jtd/properties.ts +184 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/jtd/ref.ts +76 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/jtd/type.ts +75 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/jtd/union.ts +12 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/jtd/values.ts +58 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/metadata.ts +17 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/next.ts +8 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +7 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +47 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +85 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/validation/const.ts +28 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +23 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/validation/enum.ts +54 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/validation/index.ts +49 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +16 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +26 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +30 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +42 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +26 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +34 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/validation/pattern.ts +28 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/validation/required.ts +98 -0
- package/bundles/mcp/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +79 -0
- package/bundles/mcp/node_modules/ajv/package.json +126 -0
- package/bundles/mcp/node_modules/ajv-formats/LICENSE +21 -0
- package/bundles/mcp/node_modules/ajv-formats/README.md +125 -0
- package/bundles/mcp/node_modules/ajv-formats/dist/formats.d.ts +9 -0
- package/bundles/mcp/node_modules/ajv-formats/dist/formats.js +208 -0
- package/bundles/mcp/node_modules/ajv-formats/dist/formats.js.map +1 -0
- package/bundles/mcp/node_modules/ajv-formats/dist/index.d.ts +15 -0
- package/bundles/mcp/node_modules/ajv-formats/dist/index.js +37 -0
- package/bundles/mcp/node_modules/ajv-formats/dist/index.js.map +1 -0
- package/bundles/mcp/node_modules/ajv-formats/dist/limit.d.ts +10 -0
- package/bundles/mcp/node_modules/ajv-formats/dist/limit.js +69 -0
- package/bundles/mcp/node_modules/ajv-formats/dist/limit.js.map +1 -0
- package/bundles/mcp/node_modules/ajv-formats/package.json +74 -0
- package/bundles/mcp/node_modules/body-parser/LICENSE +23 -0
- package/bundles/mcp/node_modules/body-parser/README.md +494 -0
- package/bundles/mcp/node_modules/body-parser/index.js +71 -0
- package/bundles/mcp/node_modules/body-parser/lib/read.js +247 -0
- package/bundles/mcp/node_modules/body-parser/lib/types/json.js +158 -0
- package/bundles/mcp/node_modules/body-parser/lib/types/raw.js +42 -0
- package/bundles/mcp/node_modules/body-parser/lib/types/text.js +36 -0
- package/bundles/mcp/node_modules/body-parser/lib/types/urlencoded.js +142 -0
- package/bundles/mcp/node_modules/body-parser/lib/utils.js +98 -0
- package/bundles/mcp/node_modules/body-parser/package.json +52 -0
- package/bundles/mcp/node_modules/bytes/History.md +97 -0
- package/bundles/mcp/node_modules/bytes/LICENSE +23 -0
- package/bundles/mcp/node_modules/bytes/Readme.md +152 -0
- package/bundles/mcp/node_modules/bytes/index.js +170 -0
- package/bundles/mcp/node_modules/bytes/package.json +42 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/bundles/mcp/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/bundles/mcp/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/call-bound/.nycrc +9 -0
- package/bundles/mcp/node_modules/call-bound/CHANGELOG.md +42 -0
- package/bundles/mcp/node_modules/call-bound/LICENSE +21 -0
- package/bundles/mcp/node_modules/call-bound/README.md +53 -0
- package/bundles/mcp/node_modules/call-bound/index.d.ts +94 -0
- package/bundles/mcp/node_modules/call-bound/index.js +19 -0
- package/bundles/mcp/node_modules/call-bound/package.json +99 -0
- package/bundles/mcp/node_modules/call-bound/test/index.js +61 -0
- package/bundles/mcp/node_modules/content-disposition/HISTORY.md +72 -0
- package/bundles/mcp/node_modules/content-disposition/LICENSE +22 -0
- package/bundles/mcp/node_modules/content-disposition/README.md +142 -0
- package/bundles/mcp/node_modules/content-disposition/index.js +458 -0
- package/bundles/mcp/node_modules/content-disposition/package.json +43 -0
- package/bundles/mcp/node_modules/content-type/HISTORY.md +29 -0
- package/bundles/mcp/node_modules/content-type/LICENSE +22 -0
- package/bundles/mcp/node_modules/content-type/README.md +94 -0
- package/bundles/mcp/node_modules/content-type/index.js +225 -0
- package/bundles/mcp/node_modules/content-type/package.json +42 -0
- package/bundles/mcp/node_modules/cookie/LICENSE +24 -0
- package/bundles/mcp/node_modules/cookie/README.md +317 -0
- package/bundles/mcp/node_modules/cookie/SECURITY.md +25 -0
- package/bundles/mcp/node_modules/cookie/index.js +335 -0
- package/bundles/mcp/node_modules/cookie/package.json +44 -0
- package/bundles/mcp/node_modules/cookie-signature/History.md +70 -0
- package/bundles/mcp/node_modules/cookie-signature/LICENSE +22 -0
- package/bundles/mcp/node_modules/cookie-signature/Readme.md +23 -0
- package/bundles/mcp/node_modules/cookie-signature/index.js +47 -0
- package/bundles/mcp/node_modules/cookie-signature/package.json +24 -0
- package/bundles/mcp/node_modules/cors/CONTRIBUTING.md +33 -0
- package/bundles/mcp/node_modules/cors/HISTORY.md +58 -0
- package/bundles/mcp/node_modules/cors/LICENSE +22 -0
- package/bundles/mcp/node_modules/cors/README.md +243 -0
- package/bundles/mcp/node_modules/cors/lib/index.js +238 -0
- package/bundles/mcp/node_modules/cors/package.json +41 -0
- package/bundles/mcp/node_modules/cross-spawn/LICENSE +21 -0
- package/bundles/mcp/node_modules/cross-spawn/README.md +89 -0
- package/bundles/mcp/node_modules/cross-spawn/index.js +39 -0
- package/bundles/mcp/node_modules/cross-spawn/lib/enoent.js +59 -0
- package/bundles/mcp/node_modules/cross-spawn/lib/parse.js +91 -0
- package/bundles/mcp/node_modules/cross-spawn/lib/util/escape.js +47 -0
- package/bundles/mcp/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
- package/bundles/mcp/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
- package/bundles/mcp/node_modules/cross-spawn/package.json +73 -0
- package/bundles/mcp/node_modules/debug/LICENSE +20 -0
- package/bundles/mcp/node_modules/debug/README.md +481 -0
- package/bundles/mcp/node_modules/debug/package.json +64 -0
- package/bundles/mcp/node_modules/depd/History.md +103 -0
- package/bundles/mcp/node_modules/depd/LICENSE +22 -0
- package/bundles/mcp/node_modules/depd/Readme.md +280 -0
- package/bundles/mcp/node_modules/depd/index.js +538 -0
- package/bundles/mcp/node_modules/depd/lib/browser/index.js +77 -0
- package/bundles/mcp/node_modules/depd/package.json +45 -0
- package/bundles/mcp/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/dunder-proto/.nycrc +13 -0
- package/bundles/mcp/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/bundles/mcp/node_modules/dunder-proto/LICENSE +21 -0
- package/bundles/mcp/node_modules/dunder-proto/README.md +54 -0
- package/bundles/mcp/node_modules/dunder-proto/get.d.ts +5 -0
- package/bundles/mcp/node_modules/dunder-proto/get.js +30 -0
- package/bundles/mcp/node_modules/dunder-proto/package.json +76 -0
- package/bundles/mcp/node_modules/dunder-proto/set.d.ts +5 -0
- package/bundles/mcp/node_modules/dunder-proto/set.js +35 -0
- package/bundles/mcp/node_modules/dunder-proto/test/get.js +34 -0
- package/bundles/mcp/node_modules/dunder-proto/test/index.js +4 -0
- package/bundles/mcp/node_modules/dunder-proto/test/set.js +50 -0
- package/bundles/mcp/node_modules/ee-first/LICENSE +22 -0
- package/bundles/mcp/node_modules/ee-first/README.md +80 -0
- package/bundles/mcp/node_modules/ee-first/index.js +95 -0
- package/bundles/mcp/node_modules/ee-first/package.json +29 -0
- package/bundles/mcp/node_modules/encodeurl/LICENSE +22 -0
- package/bundles/mcp/node_modules/encodeurl/README.md +109 -0
- package/bundles/mcp/node_modules/encodeurl/index.js +60 -0
- package/bundles/mcp/node_modules/encodeurl/package.json +40 -0
- package/bundles/mcp/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/es-define-property/.nycrc +9 -0
- package/bundles/mcp/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/bundles/mcp/node_modules/es-define-property/LICENSE +21 -0
- package/bundles/mcp/node_modules/es-define-property/README.md +49 -0
- package/bundles/mcp/node_modules/es-define-property/index.d.ts +3 -0
- package/bundles/mcp/node_modules/es-define-property/index.js +14 -0
- package/bundles/mcp/node_modules/es-define-property/package.json +81 -0
- package/bundles/mcp/node_modules/es-define-property/test/index.js +56 -0
- package/bundles/mcp/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/es-errors/CHANGELOG.md +40 -0
- package/bundles/mcp/node_modules/es-errors/LICENSE +21 -0
- package/bundles/mcp/node_modules/es-errors/README.md +55 -0
- package/bundles/mcp/node_modules/es-errors/eval.d.ts +3 -0
- package/bundles/mcp/node_modules/es-errors/eval.js +4 -0
- package/bundles/mcp/node_modules/es-errors/index.d.ts +3 -0
- package/bundles/mcp/node_modules/es-errors/index.js +4 -0
- package/bundles/mcp/node_modules/es-errors/package.json +80 -0
- package/bundles/mcp/node_modules/es-errors/range.d.ts +3 -0
- package/bundles/mcp/node_modules/es-errors/range.js +4 -0
- package/bundles/mcp/node_modules/es-errors/ref.d.ts +3 -0
- package/bundles/mcp/node_modules/es-errors/ref.js +4 -0
- package/bundles/mcp/node_modules/es-errors/syntax.d.ts +3 -0
- package/bundles/mcp/node_modules/es-errors/syntax.js +4 -0
- package/bundles/mcp/node_modules/es-errors/test/index.js +19 -0
- package/bundles/mcp/node_modules/es-errors/type.d.ts +3 -0
- package/bundles/mcp/node_modules/es-errors/type.js +4 -0
- package/bundles/mcp/node_modules/es-errors/uri.d.ts +3 -0
- package/bundles/mcp/node_modules/es-errors/uri.js +4 -0
- package/bundles/mcp/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/bundles/mcp/node_modules/es-object-atoms/LICENSE +21 -0
- package/bundles/mcp/node_modules/es-object-atoms/README.md +63 -0
- package/bundles/mcp/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/bundles/mcp/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/bundles/mcp/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/bundles/mcp/node_modules/es-object-atoms/ToObject.js +10 -0
- package/bundles/mcp/node_modules/es-object-atoms/index.d.ts +3 -0
- package/bundles/mcp/node_modules/es-object-atoms/index.js +4 -0
- package/bundles/mcp/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/bundles/mcp/node_modules/es-object-atoms/isObject.js +6 -0
- package/bundles/mcp/node_modules/es-object-atoms/package.json +80 -0
- package/bundles/mcp/node_modules/es-object-atoms/test/index.js +38 -0
- package/bundles/mcp/node_modules/escape-html/LICENSE +24 -0
- package/bundles/mcp/node_modules/escape-html/Readme.md +43 -0
- package/bundles/mcp/node_modules/escape-html/index.js +78 -0
- package/bundles/mcp/node_modules/escape-html/package.json +24 -0
- package/bundles/mcp/node_modules/etag/HISTORY.md +83 -0
- package/bundles/mcp/node_modules/etag/LICENSE +22 -0
- package/bundles/mcp/node_modules/etag/README.md +159 -0
- package/bundles/mcp/node_modules/etag/index.js +131 -0
- package/bundles/mcp/node_modules/etag/package.json +47 -0
- package/bundles/mcp/node_modules/eventsource/LICENSE +22 -0
- package/bundles/mcp/node_modules/eventsource/README.md +167 -0
- package/bundles/mcp/node_modules/eventsource/dist/index.cjs +273 -0
- package/bundles/mcp/node_modules/eventsource/dist/index.cjs.map +1 -0
- package/bundles/mcp/node_modules/eventsource/dist/index.d.cts +332 -0
- package/bundles/mcp/node_modules/eventsource/dist/index.d.ts +332 -0
- package/bundles/mcp/node_modules/eventsource/dist/index.js +273 -0
- package/bundles/mcp/node_modules/eventsource/dist/index.js.map +1 -0
- package/bundles/mcp/node_modules/eventsource/package.json +130 -0
- package/bundles/mcp/node_modules/eventsource-parser/LICENSE +21 -0
- package/bundles/mcp/node_modules/eventsource-parser/README.md +126 -0
- package/bundles/mcp/node_modules/eventsource-parser/dist/index.cjs +106 -0
- package/bundles/mcp/node_modules/eventsource-parser/dist/index.cjs.map +1 -0
- package/bundles/mcp/node_modules/eventsource-parser/dist/index.d.cts +144 -0
- package/bundles/mcp/node_modules/eventsource-parser/dist/index.d.ts +144 -0
- package/bundles/mcp/node_modules/eventsource-parser/dist/index.js +106 -0
- package/bundles/mcp/node_modules/eventsource-parser/dist/index.js.map +1 -0
- package/bundles/mcp/node_modules/eventsource-parser/dist/stream.cjs +28 -0
- package/bundles/mcp/node_modules/eventsource-parser/dist/stream.cjs.map +1 -0
- package/bundles/mcp/node_modules/eventsource-parser/dist/stream.d.cts +118 -0
- package/bundles/mcp/node_modules/eventsource-parser/dist/stream.d.ts +118 -0
- package/bundles/mcp/node_modules/eventsource-parser/dist/stream.js +29 -0
- package/bundles/mcp/node_modules/eventsource-parser/dist/stream.js.map +1 -0
- package/bundles/mcp/node_modules/eventsource-parser/package.json +115 -0
- package/bundles/mcp/node_modules/eventsource-parser/stream.js +2 -0
- package/bundles/mcp/node_modules/express/LICENSE +24 -0
- package/bundles/mcp/node_modules/express/Readme.md +276 -0
- package/bundles/mcp/node_modules/express/index.js +11 -0
- package/bundles/mcp/node_modules/express/lib/application.js +631 -0
- package/bundles/mcp/node_modules/express/lib/express.js +81 -0
- package/bundles/mcp/node_modules/express/lib/request.js +514 -0
- package/bundles/mcp/node_modules/express/lib/response.js +1053 -0
- package/bundles/mcp/node_modules/express/lib/utils.js +271 -0
- package/bundles/mcp/node_modules/express/lib/view.js +205 -0
- package/bundles/mcp/node_modules/express/package.json +99 -0
- package/bundles/mcp/node_modules/express-rate-limit/dist/index.cjs +959 -0
- package/bundles/mcp/node_modules/express-rate-limit/dist/index.d.cts +642 -0
- package/bundles/mcp/node_modules/express-rate-limit/dist/index.d.mts +642 -0
- package/bundles/mcp/node_modules/express-rate-limit/dist/index.d.ts +642 -0
- package/bundles/mcp/node_modules/express-rate-limit/dist/index.mjs +929 -0
- package/bundles/mcp/node_modules/express-rate-limit/license.md +20 -0
- package/bundles/mcp/node_modules/express-rate-limit/package.json +112 -0
- package/bundles/mcp/node_modules/express-rate-limit/readme.md +151 -0
- package/bundles/mcp/node_modules/fast-deep-equal/LICENSE +21 -0
- package/bundles/mcp/node_modules/fast-deep-equal/README.md +96 -0
- package/bundles/mcp/node_modules/fast-deep-equal/es6/index.d.ts +2 -0
- package/bundles/mcp/node_modules/fast-deep-equal/es6/index.js +72 -0
- package/bundles/mcp/node_modules/fast-deep-equal/es6/react.d.ts +2 -0
- package/bundles/mcp/node_modules/fast-deep-equal/es6/react.js +79 -0
- package/bundles/mcp/node_modules/fast-deep-equal/index.d.ts +4 -0
- package/bundles/mcp/node_modules/fast-deep-equal/index.js +46 -0
- package/bundles/mcp/node_modules/fast-deep-equal/package.json +61 -0
- package/bundles/mcp/node_modules/fast-deep-equal/react.d.ts +2 -0
- package/bundles/mcp/node_modules/fast-deep-equal/react.js +53 -0
- package/bundles/mcp/node_modules/fast-uri/.gitattributes +2 -0
- package/bundles/mcp/node_modules/fast-uri/.github/.stale.yml +21 -0
- package/bundles/mcp/node_modules/fast-uri/.github/dependabot.yml +13 -0
- package/bundles/mcp/node_modules/fast-uri/.github/tests_checker.yml +8 -0
- package/bundles/mcp/node_modules/fast-uri/.github/workflows/ci.yml +101 -0
- package/bundles/mcp/node_modules/fast-uri/.github/workflows/package-manager-ci.yml +24 -0
- package/bundles/mcp/node_modules/fast-uri/LICENSE +32 -0
- package/bundles/mcp/node_modules/fast-uri/README.md +143 -0
- package/bundles/mcp/node_modules/fast-uri/benchmark/benchmark.mjs +159 -0
- package/bundles/mcp/node_modules/fast-uri/benchmark/equal.mjs +51 -0
- package/bundles/mcp/node_modules/fast-uri/benchmark/non-simple-domain.mjs +22 -0
- package/bundles/mcp/node_modules/fast-uri/benchmark/package.json +17 -0
- package/bundles/mcp/node_modules/fast-uri/benchmark/string-array-to-hex-stripped.mjs +24 -0
- package/bundles/mcp/node_modules/fast-uri/benchmark/ws-is-secure.mjs +65 -0
- package/bundles/mcp/node_modules/fast-uri/eslint.config.js +6 -0
- package/bundles/mcp/node_modules/fast-uri/index.js +340 -0
- package/bundles/mcp/node_modules/fast-uri/lib/schemes.js +267 -0
- package/bundles/mcp/node_modules/fast-uri/lib/utils.js +336 -0
- package/bundles/mcp/node_modules/fast-uri/package.json +69 -0
- package/bundles/mcp/node_modules/fast-uri/test/ajv.test.js +43 -0
- package/bundles/mcp/node_modules/fast-uri/test/equal.test.js +108 -0
- package/bundles/mcp/node_modules/fast-uri/test/fixtures/uri-js-parse.json +501 -0
- package/bundles/mcp/node_modules/fast-uri/test/fixtures/uri-js-serialize.json +120 -0
- package/bundles/mcp/node_modules/fast-uri/test/parse.test.js +318 -0
- package/bundles/mcp/node_modules/fast-uri/test/resolve.test.js +78 -0
- package/bundles/mcp/node_modules/fast-uri/test/rfc-3986.test.js +90 -0
- package/bundles/mcp/node_modules/fast-uri/test/serialize.test.js +151 -0
- package/bundles/mcp/node_modules/fast-uri/test/uri-js-compatibility.test.js +33 -0
- package/bundles/mcp/node_modules/fast-uri/test/uri-js.test.js +912 -0
- package/bundles/mcp/node_modules/fast-uri/test/util.test.js +38 -0
- package/bundles/mcp/node_modules/fast-uri/types/index.d.ts +60 -0
- package/bundles/mcp/node_modules/fast-uri/types/index.test-d.ts +17 -0
- package/bundles/mcp/node_modules/finalhandler/HISTORY.md +239 -0
- package/bundles/mcp/node_modules/finalhandler/LICENSE +22 -0
- package/bundles/mcp/node_modules/finalhandler/README.md +150 -0
- package/bundles/mcp/node_modules/finalhandler/index.js +293 -0
- package/bundles/mcp/node_modules/finalhandler/package.json +47 -0
- package/bundles/mcp/node_modules/forwarded/HISTORY.md +21 -0
- package/bundles/mcp/node_modules/forwarded/LICENSE +22 -0
- package/bundles/mcp/node_modules/forwarded/README.md +57 -0
- package/bundles/mcp/node_modules/forwarded/index.js +90 -0
- package/bundles/mcp/node_modules/forwarded/package.json +45 -0
- package/bundles/mcp/node_modules/fresh/HISTORY.md +80 -0
- package/bundles/mcp/node_modules/fresh/LICENSE +23 -0
- package/bundles/mcp/node_modules/fresh/README.md +117 -0
- package/bundles/mcp/node_modules/fresh/index.js +136 -0
- package/bundles/mcp/node_modules/fresh/package.json +46 -0
- package/bundles/mcp/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/bundles/mcp/node_modules/function-bind/.nycrc +13 -0
- package/bundles/mcp/node_modules/function-bind/CHANGELOG.md +136 -0
- package/bundles/mcp/node_modules/function-bind/LICENSE +20 -0
- package/bundles/mcp/node_modules/function-bind/README.md +46 -0
- package/bundles/mcp/node_modules/function-bind/implementation.js +84 -0
- package/bundles/mcp/node_modules/function-bind/index.js +5 -0
- package/bundles/mcp/node_modules/function-bind/package.json +87 -0
- package/bundles/mcp/node_modules/function-bind/test/index.js +252 -0
- package/bundles/mcp/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/get-intrinsic/.nycrc +9 -0
- package/bundles/mcp/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/bundles/mcp/node_modules/get-intrinsic/LICENSE +21 -0
- package/bundles/mcp/node_modules/get-intrinsic/README.md +71 -0
- package/bundles/mcp/node_modules/get-intrinsic/index.js +378 -0
- package/bundles/mcp/node_modules/get-intrinsic/package.json +97 -0
- package/bundles/mcp/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/bundles/mcp/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/get-proto/.nycrc +9 -0
- package/bundles/mcp/node_modules/get-proto/CHANGELOG.md +21 -0
- package/bundles/mcp/node_modules/get-proto/LICENSE +21 -0
- package/bundles/mcp/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/bundles/mcp/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/bundles/mcp/node_modules/get-proto/README.md +50 -0
- package/bundles/mcp/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/bundles/mcp/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/bundles/mcp/node_modules/get-proto/index.d.ts +5 -0
- package/bundles/mcp/node_modules/get-proto/index.js +27 -0
- package/bundles/mcp/node_modules/get-proto/package.json +81 -0
- package/bundles/mcp/node_modules/get-proto/test/index.js +68 -0
- package/bundles/mcp/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/gopd/CHANGELOG.md +45 -0
- package/bundles/mcp/node_modules/gopd/LICENSE +21 -0
- package/bundles/mcp/node_modules/gopd/README.md +40 -0
- package/bundles/mcp/node_modules/gopd/gOPD.d.ts +1 -0
- package/bundles/mcp/node_modules/gopd/gOPD.js +4 -0
- package/bundles/mcp/node_modules/gopd/index.d.ts +5 -0
- package/bundles/mcp/node_modules/gopd/index.js +15 -0
- package/bundles/mcp/node_modules/gopd/package.json +77 -0
- package/bundles/mcp/node_modules/gopd/test/index.js +36 -0
- package/bundles/mcp/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/has-symbols/.nycrc +9 -0
- package/bundles/mcp/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/bundles/mcp/node_modules/has-symbols/LICENSE +21 -0
- package/bundles/mcp/node_modules/has-symbols/README.md +46 -0
- package/bundles/mcp/node_modules/has-symbols/index.d.ts +3 -0
- package/bundles/mcp/node_modules/has-symbols/index.js +14 -0
- package/bundles/mcp/node_modules/has-symbols/package.json +111 -0
- package/bundles/mcp/node_modules/has-symbols/shams.d.ts +3 -0
- package/bundles/mcp/node_modules/has-symbols/shams.js +45 -0
- package/bundles/mcp/node_modules/has-symbols/test/index.js +22 -0
- package/bundles/mcp/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/bundles/mcp/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/bundles/mcp/node_modules/has-symbols/test/tests.js +58 -0
- package/bundles/mcp/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/hasown/.nycrc +13 -0
- package/bundles/mcp/node_modules/hasown/CHANGELOG.md +40 -0
- package/bundles/mcp/node_modules/hasown/LICENSE +21 -0
- package/bundles/mcp/node_modules/hasown/README.md +40 -0
- package/bundles/mcp/node_modules/hasown/index.d.ts +3 -0
- package/bundles/mcp/node_modules/hasown/index.js +8 -0
- package/bundles/mcp/node_modules/hasown/package.json +92 -0
- package/bundles/mcp/node_modules/hono/LICENSE +21 -0
- package/bundles/mcp/node_modules/hono/README.md +85 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/aws-lambda/conninfo.js +24 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/aws-lambda/handler.js +366 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/aws-lambda/index.js +9 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/aws-lambda/types.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/bun/conninfo.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/bun/index.js +16 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/bun/serve-static.js +30 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/bun/server.js +5 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/bun/ssg.js +17 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/bun/websocket.js +71 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/cloudflare-pages/conninfo.js +9 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/cloudflare-pages/handler.js +67 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/cloudflare-pages/index.js +9 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/cloudflare-workers/conninfo.js +9 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/cloudflare-workers/index.js +9 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/cloudflare-workers/serve-static-module.js +8 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/cloudflare-workers/serve-static.js +22 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/cloudflare-workers/utils.js +35 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/cloudflare-workers/websocket.js +41 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/deno/conninfo.js +14 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/deno/deno.d.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/deno/index.js +12 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/deno/serve-static.js +40 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/deno/ssg.js +18 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/deno/websocket.js +28 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/lambda-edge/conninfo.js +9 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/lambda-edge/handler.js +80 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/lambda-edge/index.js +7 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/netlify/conninfo.js +9 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/netlify/handler.js +9 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/netlify/index.js +2 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/netlify/mod.js +7 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/service-worker/handler.js +20 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/service-worker/index.js +11 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/service-worker/types.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/vercel/conninfo.js +10 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/vercel/handler.js +7 -0
- package/bundles/mcp/node_modules/hono/dist/adapter/vercel/index.js +7 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/aws-lambda/conninfo.js +46 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/aws-lambda/handler.js +397 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/aws-lambda/index.js +34 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/aws-lambda/types.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/bun/conninfo.js +49 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/bun/index.js +45 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/bun/serve-static.js +52 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/bun/server.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/bun/ssg.js +40 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/bun/websocket.js +96 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/cloudflare-pages/conninfo.js +31 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/cloudflare-pages/handler.js +91 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/cloudflare-pages/index.js +34 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/cloudflare-workers/conninfo.js +31 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/cloudflare-workers/index.js +33 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static-module.js +30 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static.js +44 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/cloudflare-workers/utils.js +57 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/cloudflare-workers/websocket.js +63 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/deno/conninfo.js +36 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/deno/deno.d.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/deno/index.js +38 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/deno/serve-static.js +62 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/deno/ssg.js +41 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/deno/websocket.js +50 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/lambda-edge/conninfo.js +31 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/lambda-edge/handler.js +114 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/lambda-edge/index.js +30 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/netlify/conninfo.js +31 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/netlify/handler.js +31 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/netlify/index.js +21 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/netlify/mod.js +30 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/service-worker/handler.js +42 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/service-worker/index.js +34 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/service-worker/types.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/vercel/conninfo.js +32 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/vercel/handler.js +29 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/adapter/vercel/index.js +30 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/client/client.js +195 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/client/fetch-result-please.js +85 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/client/index.js +32 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/client/types.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/client/utils.js +105 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/compose.js +68 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/context.js +435 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/accepts/accepts.js +43 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/accepts/index.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/adapter/index.js +81 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/conninfo/index.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/conninfo/types.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/cookie/index.js +130 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/css/common.js +222 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/css/index.js +142 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/dev/index.js +79 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/factory/index.js +54 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/html/index.js +64 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/proxy/index.js +111 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/route/index.js +71 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/ssg/index.js +43 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/ssg/middleware.js +73 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/ssg/plugins.js +70 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/ssg/ssg.js +316 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/ssg/utils.js +84 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/streaming/index.js +35 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/streaming/sse.js +90 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/streaming/stream.js +56 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/streaming/text.js +34 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/streaming/utils.js +35 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/testing/index.js +33 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/helper/websocket/index.js +81 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/hono-base.js +400 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/hono.js +43 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/http-exception.js +57 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/index.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/base.js +374 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/children.js +44 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/components.js +201 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/constants.js +42 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/context.js +62 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/dom/client.js +76 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/dom/components.js +55 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/dom/context.js +71 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/dom/css.js +161 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/dom/hooks/index.js +74 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/dom/index.js +181 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/dom/intrinsic-element/components.js +399 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/dom/jsx-dev-runtime.js +52 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/dom/jsx-runtime.js +32 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/dom/render.js +619 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/dom/server.js +67 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/dom/utils.js +32 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/hooks/index.js +370 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/index.js +138 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/intrinsic-element/common.js +50 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/intrinsic-element/components.js +189 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/intrinsic-elements.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/jsx-dev-runtime.js +41 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/jsx-runtime.js +68 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/streaming.js +177 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/types.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/jsx/utils.js +50 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/basic-auth/index.js +88 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/bearer-auth/index.js +105 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/body-limit/index.js +84 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/cache/index.js +111 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/combine/index.js +101 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/compress/index.js +61 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/context-storage/index.js +47 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/cors/index.js +109 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/csrf/index.js +77 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/etag/digest.js +55 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/etag/index.js +95 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/ip-restriction/index.js +124 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/jsx-renderer/index.js +82 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/jwk/index.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/jwk/jwk.js +134 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/jwt/index.js +38 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/jwt/jwt.js +140 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/language/index.js +35 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/language/language.js +221 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/logger/index.js +72 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/method-override/index.js +104 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/powered-by/index.js +32 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/pretty-json/index.js +37 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/request-id/index.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/request-id/request-id.js +43 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/secure-headers/index.js +29 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/secure-headers/permissions-policy.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/secure-headers/secure-headers.js +189 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/serve-static/index.js +99 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/serve-static/path.js +40 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/timeout/index.js +47 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/timing/index.js +35 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/timing/timing.js +128 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/middleware/trailing-slash/index.js +62 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/package.json +3 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/preset/quick.js +38 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/preset/tiny.js +34 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/request/constants.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/request.js +324 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/linear-router/index.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/linear-router/router.js +140 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/pattern-router/index.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/pattern-router/router.js +70 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/reg-exp-router/index.js +34 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/reg-exp-router/matcher.js +48 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/reg-exp-router/node.js +134 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/reg-exp-router/prepared-router.js +166 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/reg-exp-router/router.js +208 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/reg-exp-router/trie.js +81 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/smart-router/index.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/smart-router/router.js +80 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/trie-router/index.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/trie-router/node.js +201 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router/trie-router/router.js +48 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/router.js +40 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/types.js +28 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/accept.js +245 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/basic-auth.js +45 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/body.js +97 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/buffer.js +102 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/color.js +48 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/compress.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/concurrent.js +61 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/constants.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/cookie.js +177 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/crypto.js +69 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/encode.js +54 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/filepath.js +58 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/handler.js +36 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/headers.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/html.js +150 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/http-status.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/ipaddr.js +129 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/jwt/index.js +28 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/jwt/jwa.js +42 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/jwt/jws.js +215 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/jwt/jwt.js +213 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/jwt/types.js +161 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/jwt/utf8.js +30 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/mime.js +108 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/stream.js +101 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/types.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/utils/url.js +256 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/validator/index.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/validator/utils.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/cjs/validator/validator.js +108 -0
- package/bundles/mcp/node_modules/hono/dist/client/client.js +180 -0
- package/bundles/mcp/node_modules/hono/dist/client/fetch-result-please.js +62 -0
- package/bundles/mcp/node_modules/hono/dist/client/index.js +8 -0
- package/bundles/mcp/node_modules/hono/dist/client/types.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/client/utils.js +76 -0
- package/bundles/mcp/node_modules/hono/dist/compose.js +46 -0
- package/bundles/mcp/node_modules/hono/dist/context.js +412 -0
- package/bundles/mcp/node_modules/hono/dist/helper/accepts/accepts.js +20 -0
- package/bundles/mcp/node_modules/hono/dist/helper/accepts/index.js +5 -0
- package/bundles/mcp/node_modules/hono/dist/helper/adapter/index.js +56 -0
- package/bundles/mcp/node_modules/hono/dist/helper/conninfo/index.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/helper/conninfo/types.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/helper/cookie/index.js +102 -0
- package/bundles/mcp/node_modules/hono/dist/helper/css/common.js +185 -0
- package/bundles/mcp/node_modules/hono/dist/helper/css/index.js +125 -0
- package/bundles/mcp/node_modules/hono/dist/helper/dev/index.js +55 -0
- package/bundles/mcp/node_modules/hono/dist/helper/factory/index.js +30 -0
- package/bundles/mcp/node_modules/hono/dist/helper/html/index.js +41 -0
- package/bundles/mcp/node_modules/hono/dist/helper/proxy/index.js +89 -0
- package/bundles/mcp/node_modules/hono/dist/helper/route/index.js +46 -0
- package/bundles/mcp/node_modules/hono/dist/helper/ssg/index.js +19 -0
- package/bundles/mcp/node_modules/hono/dist/helper/ssg/middleware.js +45 -0
- package/bundles/mcp/node_modules/hono/dist/helper/ssg/plugins.js +47 -0
- package/bundles/mcp/node_modules/hono/dist/helper/ssg/ssg.js +287 -0
- package/bundles/mcp/node_modules/hono/dist/helper/ssg/utils.js +59 -0
- package/bundles/mcp/node_modules/hono/dist/helper/streaming/index.js +10 -0
- package/bundles/mcp/node_modules/hono/dist/helper/streaming/sse.js +67 -0
- package/bundles/mcp/node_modules/hono/dist/helper/streaming/stream.js +34 -0
- package/bundles/mcp/node_modules/hono/dist/helper/streaming/text.js +12 -0
- package/bundles/mcp/node_modules/hono/dist/helper/streaming/utils.js +13 -0
- package/bundles/mcp/node_modules/hono/dist/helper/testing/index.js +11 -0
- package/bundles/mcp/node_modules/hono/dist/helper/websocket/index.js +57 -0
- package/bundles/mcp/node_modules/hono/dist/hono-base.js +378 -0
- package/bundles/mcp/node_modules/hono/dist/hono.js +21 -0
- package/bundles/mcp/node_modules/hono/dist/http-exception.js +35 -0
- package/bundles/mcp/node_modules/hono/dist/index.js +5 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/base.js +331 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/children.js +21 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/components.js +178 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/constants.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/context.js +38 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/dom/client.js +53 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/dom/components.js +32 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/dom/context.js +48 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/dom/css.js +143 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/dom/hooks/index.js +48 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/dom/index.js +142 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/dom/intrinsic-element/components.js +374 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/dom/jsx-dev-runtime.js +19 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/dom/jsx-runtime.js +8 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/dom/render.js +595 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/dom/server.js +33 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/dom/utils.js +10 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/hooks/index.js +328 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/index.js +103 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/intrinsic-element/common.js +24 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/intrinsic-element/components.js +165 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/intrinsic-elements.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/jsx-dev-runtime.js +18 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/jsx-runtime.js +41 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/streaming.js +153 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/types.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/jsx/utils.js +27 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/basic-auth/index.js +66 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/bearer-auth/index.js +83 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/body-limit/index.js +62 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/cache/index.js +89 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/combine/index.js +77 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/compress/index.js +39 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/context-storage/index.js +23 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/cors/index.js +87 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/csrf/index.js +55 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/etag/digest.js +33 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/etag/index.js +72 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/ip-restriction/index.js +107 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/jsx-renderer/index.js +58 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/jwk/index.js +5 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/jwk/jwk.js +112 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/jwt/index.js +11 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/jwt/jwt.js +114 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/language/index.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/language/language.js +190 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/logger/index.js +44 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/method-override/index.js +82 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/powered-by/index.js +10 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/pretty-json/index.js +15 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/request-id/index.js +5 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/request-id/request-id.js +21 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/secure-headers/index.js +6 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/secure-headers/permissions-policy.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/secure-headers/secure-headers.js +166 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/serve-static/index.js +77 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/serve-static/path.js +18 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/timeout/index.js +25 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/timing/index.js +9 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/timing/timing.js +102 -0
- package/bundles/mcp/node_modules/hono/dist/middleware/trailing-slash/index.js +39 -0
- package/bundles/mcp/node_modules/hono/dist/preset/quick.js +16 -0
- package/bundles/mcp/node_modules/hono/dist/preset/tiny.js +12 -0
- package/bundles/mcp/node_modules/hono/dist/request/constants.js +5 -0
- package/bundles/mcp/node_modules/hono/dist/request.js +301 -0
- package/bundles/mcp/node_modules/hono/dist/router/linear-router/index.js +5 -0
- package/bundles/mcp/node_modules/hono/dist/router/linear-router/router.js +118 -0
- package/bundles/mcp/node_modules/hono/dist/router/pattern-router/index.js +5 -0
- package/bundles/mcp/node_modules/hono/dist/router/pattern-router/router.js +48 -0
- package/bundles/mcp/node_modules/hono/dist/router/reg-exp-router/index.js +9 -0
- package/bundles/mcp/node_modules/hono/dist/router/reg-exp-router/matcher.js +25 -0
- package/bundles/mcp/node_modules/hono/dist/router/reg-exp-router/node.js +111 -0
- package/bundles/mcp/node_modules/hono/dist/router/reg-exp-router/prepared-router.js +142 -0
- package/bundles/mcp/node_modules/hono/dist/router/reg-exp-router/router.js +190 -0
- package/bundles/mcp/node_modules/hono/dist/router/reg-exp-router/trie.js +59 -0
- package/bundles/mcp/node_modules/hono/dist/router/smart-router/index.js +5 -0
- package/bundles/mcp/node_modules/hono/dist/router/smart-router/router.js +58 -0
- package/bundles/mcp/node_modules/hono/dist/router/trie-router/index.js +5 -0
- package/bundles/mcp/node_modules/hono/dist/router/trie-router/node.js +179 -0
- package/bundles/mcp/node_modules/hono/dist/router/trie-router/router.js +26 -0
- package/bundles/mcp/node_modules/hono/dist/router.js +14 -0
- package/bundles/mcp/node_modules/hono/dist/tsconfig.build.tsbuildinfo +1 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/aws-lambda/conninfo.d.ts +27 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/aws-lambda/handler.d.ts +184 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/aws-lambda/index.d.ts +8 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/aws-lambda/types.d.ts +144 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/bun/conninfo.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/bun/index.d.ts +10 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/bun/serve-static.d.ts +3 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/bun/server.d.ts +12 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/bun/ssg.d.ts +13 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/bun/websocket.d.ts +39 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/cloudflare-pages/conninfo.d.ts +21 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/cloudflare-pages/handler.d.ts +33 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/cloudflare-pages/index.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/cloudflare-workers/conninfo.d.ts +2 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/cloudflare-workers/index.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static-module.d.ts +4 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static.d.ts +16 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/cloudflare-workers/utils.d.ts +5 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/cloudflare-workers/websocket.d.ts +2 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/deno/conninfo.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/deno/index.d.ts +8 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/deno/serve-static.d.ts +3 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/deno/ssg.d.ts +13 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/deno/websocket.d.ts +2 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/lambda-edge/conninfo.d.ts +2 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/lambda-edge/handler.d.ts +87 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/lambda-edge/index.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/netlify/conninfo.d.ts +21 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/netlify/handler.d.ts +2 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/netlify/index.d.ts +5 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/netlify/mod.d.ts +2 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/service-worker/handler.d.ts +16 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/service-worker/index.d.ts +28 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/service-worker/types.d.ts +12 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/vercel/conninfo.d.ts +2 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/vercel/handler.d.ts +2 -0
- package/bundles/mcp/node_modules/hono/dist/types/adapter/vercel/index.d.ts +6 -0
- package/bundles/mcp/node_modules/hono/dist/types/client/client.d.ts +4 -0
- package/bundles/mcp/node_modules/hono/dist/types/client/fetch-result-please.d.ts +35 -0
- package/bundles/mcp/node_modules/hono/dist/types/client/index.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/client/types.d.ts +209 -0
- package/bundles/mcp/node_modules/hono/dist/types/client/utils.d.ts +18 -0
- package/bundles/mcp/node_modules/hono/dist/types/compose.d.ts +14 -0
- package/bundles/mcp/node_modules/hono/dist/types/context.d.ts +455 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/accepts/accepts.d.ts +30 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/accepts/index.d.ts +5 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/adapter/index.d.ts +12 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/conninfo/index.d.ts +5 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/conninfo/types.d.ts +36 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/cookie/index.d.ts +24 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/css/common.d.ts +42 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/css/index.d.ts +73 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/dev/index.d.ts +20 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/factory/index.d.ts +82 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/html/index.d.ts +8 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/proxy/index.d.ts +72 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/route/index.d.ts +75 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/ssg/index.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/ssg/middleware.d.ts +44 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/ssg/plugins.d.ts +27 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/ssg/ssg.d.ts +91 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/ssg/utils.d.ts +15 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/streaming/index.d.ts +8 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/streaming/sse.d.ts +13 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/streaming/stream.d.ts +3 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/streaming/text.d.ts +3 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/streaming/utils.d.ts +1 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/testing/index.d.ts +12 -0
- package/bundles/mcp/node_modules/hono/dist/types/helper/websocket/index.d.ts +69 -0
- package/bundles/mcp/node_modules/hono/dist/types/hono-base.d.ts +220 -0
- package/bundles/mcp/node_modules/hono/dist/types/hono.d.ts +19 -0
- package/bundles/mcp/node_modules/hono/dist/types/http-exception.d.ts +59 -0
- package/bundles/mcp/node_modules/hono/dist/types/index.d.ts +36 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/base.d.ts +58 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/children.d.ts +9 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/components.d.ts +15 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/constants.d.ts +6 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/context.d.ts +12 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/dom/client.d.ts +31 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/dom/components.d.ts +10 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/dom/context.d.ts +3 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/dom/css.d.ts +77 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/dom/hooks/index.d.ts +39 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/dom/index.d.ts +88 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/dom/intrinsic-element/components.d.ts +16 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/dom/jsx-dev-runtime.d.ts +8 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/dom/jsx-runtime.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/dom/render.d.ts +73 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/dom/server.d.ts +106 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/dom/utils.d.ts +1 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/hooks/index.d.ts +45 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/index.d.ts +75 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/intrinsic-element/common.d.ts +6 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/intrinsic-element/components.d.ts +13 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/intrinsic-elements.d.ts +722 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/jsx-dev-runtime.d.ts +8 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/jsx-runtime.d.ts +12 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/streaming.d.ts +36 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/types.d.ts +35 -0
- package/bundles/mcp/node_modules/hono/dist/types/jsx/utils.d.ts +2 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/basic-auth/index.d.ts +75 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/bearer-auth/index.d.ts +91 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/body-limit/index.d.ts +45 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/cache/index.d.ts +41 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/combine/index.d.ts +85 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/compress/index.d.ts +29 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/context-storage/index.d.ts +40 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/cors/index.d.ts +55 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/csrf/index.d.ts +78 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/etag/digest.d.ts +1 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/etag/index.d.ts +42 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/ip-restriction/index.d.ts +31 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/jsx-renderer/index.d.ts +77 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/jwk/index.d.ts +1 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/jwk/jwk.d.ts +54 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/jwt/index.d.ts +8 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/jwt/jwt.d.ts +67 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/language/index.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/language/language.d.ts +102 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/logger/index.d.ts +24 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/method-override/index.d.ts +48 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/powered-by/index.d.ts +29 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/pretty-json/index.d.ts +42 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/request-id/index.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/request-id/request-id.d.ts +37 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/secure-headers/index.d.ts +8 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/secure-headers/permissions-policy.d.ts +14 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/secure-headers/secure-headers.d.ts +109 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/serve-static/index.d.ts +31 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/serve-static/path.d.ts +5 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/timeout/index.d.ts +31 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/timing/index.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/timing/timing.d.ts +129 -0
- package/bundles/mcp/node_modules/hono/dist/types/middleware/trailing-slash/index.d.ts +78 -0
- package/bundles/mcp/node_modules/hono/dist/types/package.json +3 -0
- package/bundles/mcp/node_modules/hono/dist/types/preset/quick.d.ts +10 -0
- package/bundles/mcp/node_modules/hono/dist/types/preset/tiny.d.ts +10 -0
- package/bundles/mcp/node_modules/hono/dist/types/request/constants.d.ts +1 -0
- package/bundles/mcp/node_modules/hono/dist/types/request.d.ts +313 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/linear-router/index.d.ts +5 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/linear-router/router.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/pattern-router/index.d.ts +5 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/pattern-router/router.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/reg-exp-router/index.d.ts +6 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/reg-exp-router/matcher.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/reg-exp-router/node.d.ts +10 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/reg-exp-router/prepared-router.d.ts +17 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/reg-exp-router/router.d.ts +11 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/reg-exp-router/trie.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/smart-router/index.d.ts +5 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/smart-router/router.d.ts +11 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/trie-router/index.d.ts +5 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/trie-router/node.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/router/trie-router/router.d.ts +8 -0
- package/bundles/mcp/node_modules/hono/dist/types/router.d.ts +97 -0
- package/bundles/mcp/node_modules/hono/dist/types/types.d.ts +573 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/accept.d.ts +6 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/basic-auth.d.ts +5 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/body.d.ts +79 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/buffer.d.ts +17 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/color.d.ts +21 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/compress.d.ts +8 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/concurrent.d.ts +11 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/constants.d.ts +4 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/cookie.d.ts +40 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/crypto.d.ts +15 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/encode.d.ts +8 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/filepath.d.ts +12 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/handler.d.ts +6 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/headers.d.ts +8 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/html.d.ts +44 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/http-status.d.ts +32 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/ipaddr.d.ts +40 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/jwt/index.d.ts +18 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/jwt/jwa.d.ts +23 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/jwt/jws.d.ts +12 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/jwt/jwt.d.ts +43 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/jwt/types.d.ts +86 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/jwt/utf8.d.ts +6 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/mime.d.ts +70 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/stream.d.ts +31 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/types.d.ts +74 -0
- package/bundles/mcp/node_modules/hono/dist/types/utils/url.d.ts +39 -0
- package/bundles/mcp/node_modules/hono/dist/types/validator/index.d.ts +7 -0
- package/bundles/mcp/node_modules/hono/dist/types/validator/utils.d.ts +29 -0
- package/bundles/mcp/node_modules/hono/dist/types/validator/validator.d.ts +16 -0
- package/bundles/mcp/node_modules/hono/dist/types.js +6 -0
- package/bundles/mcp/node_modules/hono/dist/utils/accept.js +223 -0
- package/bundles/mcp/node_modules/hono/dist/utils/basic-auth.js +23 -0
- package/bundles/mcp/node_modules/hono/dist/utils/body.js +75 -0
- package/bundles/mcp/node_modules/hono/dist/utils/buffer.js +77 -0
- package/bundles/mcp/node_modules/hono/dist/utils/color.js +25 -0
- package/bundles/mcp/node_modules/hono/dist/utils/compress.js +5 -0
- package/bundles/mcp/node_modules/hono/dist/utils/concurrent.js +39 -0
- package/bundles/mcp/node_modules/hono/dist/utils/constants.js +5 -0
- package/bundles/mcp/node_modules/hono/dist/utils/cookie.js +152 -0
- package/bundles/mcp/node_modules/hono/dist/utils/crypto.js +44 -0
- package/bundles/mcp/node_modules/hono/dist/utils/encode.js +29 -0
- package/bundles/mcp/node_modules/hono/dist/utils/filepath.js +35 -0
- package/bundles/mcp/node_modules/hono/dist/utils/handler.js +13 -0
- package/bundles/mcp/node_modules/hono/dist/utils/headers.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/utils/html.js +123 -0
- package/bundles/mcp/node_modules/hono/dist/utils/http-status.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/utils/ipaddr.js +102 -0
- package/bundles/mcp/node_modules/hono/dist/utils/jwt/index.js +6 -0
- package/bundles/mcp/node_modules/hono/dist/utils/jwt/jwa.js +20 -0
- package/bundles/mcp/node_modules/hono/dist/utils/jwt/jws.js +192 -0
- package/bundles/mcp/node_modules/hono/dist/utils/jwt/jwt.js +201 -0
- package/bundles/mcp/node_modules/hono/dist/utils/jwt/types.js +124 -0
- package/bundles/mcp/node_modules/hono/dist/utils/jwt/utf8.js +7 -0
- package/bundles/mcp/node_modules/hono/dist/utils/mime.js +84 -0
- package/bundles/mcp/node_modules/hono/dist/utils/stream.js +79 -0
- package/bundles/mcp/node_modules/hono/dist/utils/types.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/utils/url.js +222 -0
- package/bundles/mcp/node_modules/hono/dist/validator/index.js +5 -0
- package/bundles/mcp/node_modules/hono/dist/validator/utils.js +0 -0
- package/bundles/mcp/node_modules/hono/dist/validator/validator.js +86 -0
- package/bundles/mcp/node_modules/hono/package.json +692 -0
- package/bundles/mcp/node_modules/http-errors/HISTORY.md +186 -0
- package/bundles/mcp/node_modules/http-errors/LICENSE +23 -0
- package/bundles/mcp/node_modules/http-errors/README.md +169 -0
- package/bundles/mcp/node_modules/http-errors/index.js +290 -0
- package/bundles/mcp/node_modules/http-errors/package.json +54 -0
- package/bundles/mcp/node_modules/iconv-lite/LICENSE +21 -0
- package/bundles/mcp/node_modules/iconv-lite/README.md +138 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/index.js +23 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/internal.js +218 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/utf16.js +187 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/utf32.js +307 -0
- package/bundles/mcp/node_modules/iconv-lite/encodings/utf7.js +283 -0
- package/bundles/mcp/node_modules/iconv-lite/lib/bom-handling.js +48 -0
- package/bundles/mcp/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
- package/bundles/mcp/node_modules/iconv-lite/lib/index.d.ts +129 -0
- package/bundles/mcp/node_modules/iconv-lite/lib/index.js +182 -0
- package/bundles/mcp/node_modules/iconv-lite/lib/streams.js +105 -0
- package/bundles/mcp/node_modules/iconv-lite/package.json +70 -0
- package/bundles/mcp/node_modules/iconv-lite/types/encodings.d.ts +423 -0
- package/bundles/mcp/node_modules/inherits/LICENSE +16 -0
- package/bundles/mcp/node_modules/inherits/README.md +42 -0
- package/bundles/mcp/node_modules/inherits/inherits.js +9 -0
- package/bundles/mcp/node_modules/inherits/inherits_browser.js +27 -0
- package/bundles/mcp/node_modules/inherits/package.json +29 -0
- package/bundles/mcp/node_modules/ip-address/LICENSE +19 -0
- package/bundles/mcp/node_modules/ip-address/README.md +105 -0
- package/bundles/mcp/node_modules/ip-address/dist/address-error.d.ts +5 -0
- package/bundles/mcp/node_modules/ip-address/dist/address-error.d.ts.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/address-error.js +12 -0
- package/bundles/mcp/node_modules/ip-address/dist/address-error.js.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/common.d.ts +15 -0
- package/bundles/mcp/node_modules/ip-address/dist/common.d.ts.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/common.js +46 -0
- package/bundles/mcp/node_modules/ip-address/dist/common.js.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/ip-address.d.ts +8 -0
- package/bundles/mcp/node_modules/ip-address/dist/ip-address.d.ts.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/ip-address.js +35 -0
- package/bundles/mcp/node_modules/ip-address/dist/ip-address.js.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/ipv4.d.ts +193 -0
- package/bundles/mcp/node_modules/ip-address/dist/ipv4.d.ts.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/ipv4.js +327 -0
- package/bundles/mcp/node_modules/ip-address/dist/ipv4.js.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/ipv6.d.ts +428 -0
- package/bundles/mcp/node_modules/ip-address/dist/ipv6.d.ts.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/ipv6.js +1003 -0
- package/bundles/mcp/node_modules/ip-address/dist/ipv6.js.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/v4/constants.d.ts +5 -0
- package/bundles/mcp/node_modules/ip-address/dist/v4/constants.d.ts.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/v4/constants.js +8 -0
- package/bundles/mcp/node_modules/ip-address/dist/v4/constants.js.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/v6/constants.d.ts +45 -0
- package/bundles/mcp/node_modules/ip-address/dist/v6/constants.d.ts.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/v6/constants.js +76 -0
- package/bundles/mcp/node_modules/ip-address/dist/v6/constants.js.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/v6/helpers.d.ts +18 -0
- package/bundles/mcp/node_modules/ip-address/dist/v6/helpers.d.ts.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/v6/helpers.js +45 -0
- package/bundles/mcp/node_modules/ip-address/dist/v6/helpers.js.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/v6/regular-expressions.d.ts +6 -0
- package/bundles/mcp/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map +1 -0
- package/bundles/mcp/node_modules/ip-address/dist/v6/regular-expressions.js +95 -0
- package/bundles/mcp/node_modules/ip-address/dist/v6/regular-expressions.js.map +1 -0
- package/bundles/mcp/node_modules/ip-address/package.json +78 -0
- package/bundles/mcp/node_modules/ipaddr.js/LICENSE +19 -0
- package/bundles/mcp/node_modules/ipaddr.js/README.md +233 -0
- package/bundles/mcp/node_modules/ipaddr.js/ipaddr.min.js +1 -0
- package/bundles/mcp/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
- package/bundles/mcp/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
- package/bundles/mcp/node_modules/ipaddr.js/package.json +35 -0
- package/bundles/mcp/node_modules/is-promise/LICENSE +19 -0
- package/bundles/mcp/node_modules/is-promise/index.d.ts +2 -0
- package/bundles/mcp/node_modules/is-promise/index.js +6 -0
- package/bundles/mcp/node_modules/is-promise/index.mjs +3 -0
- package/bundles/mcp/node_modules/is-promise/package.json +30 -0
- package/bundles/mcp/node_modules/is-promise/readme.md +33 -0
- package/bundles/mcp/node_modules/isexe/LICENSE +15 -0
- package/bundles/mcp/node_modules/isexe/README.md +51 -0
- package/bundles/mcp/node_modules/isexe/index.js +57 -0
- package/bundles/mcp/node_modules/isexe/mode.js +41 -0
- package/bundles/mcp/node_modules/isexe/package.json +31 -0
- package/bundles/mcp/node_modules/isexe/test/basic.js +221 -0
- package/bundles/mcp/node_modules/isexe/windows.js +42 -0
- package/bundles/mcp/node_modules/jose/LICENSE.md +21 -0
- package/bundles/mcp/node_modules/jose/README.md +153 -0
- package/bundles/mcp/node_modules/jose/dist/types/index.d.ts +55 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +31 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +65 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +31 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +83 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +31 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +74 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwk/embedded.d.ts +17 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwk/thumbprint.d.ts +32 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwks/local.d.ts +29 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwks/remote.d.ts +237 -0
- package/bundles/mcp/node_modules/jose/dist/types/jws/compact/sign.d.ts +36 -0
- package/bundles/mcp/node_modules/jose/dist/types/jws/compact/verify.d.ts +33 -0
- package/bundles/mcp/node_modules/jose/dist/types/jws/flattened/sign.d.ts +42 -0
- package/bundles/mcp/node_modules/jose/dist/types/jws/flattened/verify.d.ts +33 -0
- package/bundles/mcp/node_modules/jose/dist/types/jws/general/sign.d.ts +53 -0
- package/bundles/mcp/node_modules/jose/dist/types/jws/general/verify.d.ts +33 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwt/decrypt.d.ts +35 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwt/encrypt.d.ts +91 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwt/sign.d.ts +43 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwt/unsecured.d.ts +43 -0
- package/bundles/mcp/node_modules/jose/dist/types/jwt/verify.d.ts +37 -0
- package/bundles/mcp/node_modules/jose/dist/types/key/export.d.ts +33 -0
- package/bundles/mcp/node_modules/jose/dist/types/key/generate_key_pair.d.ts +47 -0
- package/bundles/mcp/node_modules/jose/dist/types/key/generate_secret.d.ts +35 -0
- package/bundles/mcp/node_modules/jose/dist/types/key/import.d.ts +83 -0
- package/bundles/mcp/node_modules/jose/dist/types/types.d.ts +841 -0
- package/bundles/mcp/node_modules/jose/dist/types/util/base64url.d.ts +9 -0
- package/bundles/mcp/node_modules/jose/dist/types/util/decode_jwt.d.ts +18 -0
- package/bundles/mcp/node_modules/jose/dist/types/util/decode_protected_header.d.ts +17 -0
- package/bundles/mcp/node_modules/jose/dist/types/util/errors.d.ts +213 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/index.js +32 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +27 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +27 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +165 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +169 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwe/general/decrypt.js +31 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwe/general/encrypt.js +187 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwk/embedded.js +17 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwk/thumbprint.js +68 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwks/local.js +119 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwks/remote.js +179 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jws/compact/sign.js +18 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jws/compact/verify.js +21 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jws/flattened/sign.js +92 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jws/flattened/verify.js +120 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jws/general/sign.js +73 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jws/general/verify.js +24 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwt/decrypt.js +23 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwt/encrypt.js +108 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwt/sign.js +52 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwt/unsecured.js +63 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/jwt/verify.js +15 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/key/export.js +11 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/key/generate_key_pair.js +97 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/key/generate_secret.js +40 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/key/import.js +57 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/aesgcmkw.js +16 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/aeskw.js +25 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/asn1.js +243 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/base64.js +22 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/buffer_utils.js +43 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/cek.js +19 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/check_cek_length.js +7 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/check_iv_length.js +7 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/check_key_length.js +8 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/check_key_type.js +122 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/crypto_key.js +143 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/decrypt.js +106 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/decrypt_key_management.js +127 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/digest.js +4 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/ecdhes.js +52 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/encrypt.js +74 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/encrypt_key_management.js +92 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/get_sign_verify_key.js +12 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/invalid_key_input.js +27 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/is_disjoint.js +21 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/is_jwk.js +6 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/is_key_like.js +17 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/is_object.js +14 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/iv.js +19 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/jwk_to_key.js +109 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +238 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/key_to_jwk.js +31 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/normalize_key.js +176 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/pbes2kw.js +39 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/private_symbols.js +1 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/rsaes.js +24 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/sign.js +9 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/subtle_dsa.js +31 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/validate_algorithms.js +10 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/validate_crit.js +33 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/lib/verify.js +14 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/util/base64url.js +30 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/util/decode_jwt.js +32 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/util/decode_protected_header.js +34 -0
- package/bundles/mcp/node_modules/jose/dist/webapi/util/errors.js +99 -0
- package/bundles/mcp/node_modules/jose/package.json +200 -0
- package/bundles/mcp/node_modules/json-schema-traverse/.github/FUNDING.yml +2 -0
- package/bundles/mcp/node_modules/json-schema-traverse/.github/workflows/build.yml +28 -0
- package/bundles/mcp/node_modules/json-schema-traverse/.github/workflows/publish.yml +27 -0
- package/bundles/mcp/node_modules/json-schema-traverse/LICENSE +21 -0
- package/bundles/mcp/node_modules/json-schema-traverse/README.md +95 -0
- package/bundles/mcp/node_modules/json-schema-traverse/index.d.ts +40 -0
- package/bundles/mcp/node_modules/json-schema-traverse/index.js +93 -0
- package/bundles/mcp/node_modules/json-schema-traverse/package.json +43 -0
- package/bundles/mcp/node_modules/json-schema-traverse/spec/fixtures/schema.js +125 -0
- package/bundles/mcp/node_modules/json-schema-typed/LICENSE.md +57 -0
- package/bundles/mcp/node_modules/json-schema-typed/README.md +108 -0
- package/bundles/mcp/node_modules/json-schema-typed/draft_07.d.ts +882 -0
- package/bundles/mcp/node_modules/json-schema-typed/draft_07.js +328 -0
- package/bundles/mcp/node_modules/json-schema-typed/draft_2019_09.d.ts +1247 -0
- package/bundles/mcp/node_modules/json-schema-typed/draft_2019_09.js +349 -0
- package/bundles/mcp/node_modules/json-schema-typed/draft_2020_12.d.ts +1239 -0
- package/bundles/mcp/node_modules/json-schema-typed/draft_2020_12.js +352 -0
- package/bundles/mcp/node_modules/json-schema-typed/package.json +44 -0
- package/bundles/mcp/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/bundles/mcp/node_modules/math-intrinsics/LICENSE +21 -0
- package/bundles/mcp/node_modules/math-intrinsics/README.md +50 -0
- package/bundles/mcp/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/bundles/mcp/node_modules/math-intrinsics/abs.js +4 -0
- package/bundles/mcp/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/bundles/mcp/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/bundles/mcp/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/bundles/mcp/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/bundles/mcp/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/bundles/mcp/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/bundles/mcp/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/bundles/mcp/node_modules/math-intrinsics/floor.js +4 -0
- package/bundles/mcp/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/bundles/mcp/node_modules/math-intrinsics/isFinite.js +12 -0
- package/bundles/mcp/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/bundles/mcp/node_modules/math-intrinsics/isInteger.js +16 -0
- package/bundles/mcp/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/bundles/mcp/node_modules/math-intrinsics/isNaN.js +6 -0
- package/bundles/mcp/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/bundles/mcp/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/bundles/mcp/node_modules/math-intrinsics/max.d.ts +1 -0
- package/bundles/mcp/node_modules/math-intrinsics/max.js +4 -0
- package/bundles/mcp/node_modules/math-intrinsics/min.d.ts +1 -0
- package/bundles/mcp/node_modules/math-intrinsics/min.js +4 -0
- package/bundles/mcp/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/bundles/mcp/node_modules/math-intrinsics/mod.js +9 -0
- package/bundles/mcp/node_modules/math-intrinsics/package.json +86 -0
- package/bundles/mcp/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/bundles/mcp/node_modules/math-intrinsics/pow.js +4 -0
- package/bundles/mcp/node_modules/math-intrinsics/round.d.ts +1 -0
- package/bundles/mcp/node_modules/math-intrinsics/round.js +4 -0
- package/bundles/mcp/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/bundles/mcp/node_modules/math-intrinsics/sign.js +11 -0
- package/bundles/mcp/node_modules/math-intrinsics/test/index.js +192 -0
- package/bundles/mcp/node_modules/media-typer/HISTORY.md +50 -0
- package/bundles/mcp/node_modules/media-typer/LICENSE +22 -0
- package/bundles/mcp/node_modules/media-typer/README.md +93 -0
- package/bundles/mcp/node_modules/media-typer/index.js +143 -0
- package/bundles/mcp/node_modules/media-typer/package.json +33 -0
- package/bundles/mcp/node_modules/merge-descriptors/index.d.ts +11 -0
- package/bundles/mcp/node_modules/merge-descriptors/index.js +26 -0
- package/bundles/mcp/node_modules/merge-descriptors/license +11 -0
- package/bundles/mcp/node_modules/merge-descriptors/package.json +50 -0
- package/bundles/mcp/node_modules/merge-descriptors/readme.md +55 -0
- package/bundles/mcp/node_modules/mime-db/HISTORY.md +541 -0
- package/bundles/mcp/node_modules/mime-db/LICENSE +23 -0
- package/bundles/mcp/node_modules/mime-db/README.md +109 -0
- package/bundles/mcp/node_modules/mime-db/db.json +9342 -0
- package/bundles/mcp/node_modules/mime-db/index.js +12 -0
- package/bundles/mcp/node_modules/mime-db/package.json +56 -0
- package/bundles/mcp/node_modules/mime-types/HISTORY.md +428 -0
- package/bundles/mcp/node_modules/mime-types/LICENSE +23 -0
- package/bundles/mcp/node_modules/mime-types/README.md +126 -0
- package/bundles/mcp/node_modules/mime-types/index.js +211 -0
- package/bundles/mcp/node_modules/mime-types/mimeScore.js +57 -0
- package/bundles/mcp/node_modules/mime-types/package.json +49 -0
- package/bundles/mcp/node_modules/ms/index.js +162 -0
- package/bundles/mcp/node_modules/ms/license.md +21 -0
- package/bundles/mcp/node_modules/ms/package.json +38 -0
- package/bundles/mcp/node_modules/ms/readme.md +59 -0
- package/bundles/mcp/node_modules/negotiator/HISTORY.md +114 -0
- package/bundles/mcp/node_modules/negotiator/LICENSE +24 -0
- package/bundles/mcp/node_modules/negotiator/README.md +212 -0
- package/bundles/mcp/node_modules/negotiator/index.js +83 -0
- package/bundles/mcp/node_modules/negotiator/lib/charset.js +169 -0
- package/bundles/mcp/node_modules/negotiator/lib/encoding.js +205 -0
- package/bundles/mcp/node_modules/negotiator/lib/language.js +179 -0
- package/bundles/mcp/node_modules/negotiator/lib/mediaType.js +294 -0
- package/bundles/mcp/node_modules/negotiator/package.json +43 -0
- package/bundles/mcp/node_modules/object-assign/index.js +90 -0
- package/bundles/mcp/node_modules/object-assign/license +21 -0
- package/bundles/mcp/node_modules/object-assign/package.json +42 -0
- package/bundles/mcp/node_modules/object-assign/readme.md +61 -0
- package/bundles/mcp/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/object-inspect/.nycrc +13 -0
- package/bundles/mcp/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/bundles/mcp/node_modules/object-inspect/LICENSE +21 -0
- package/bundles/mcp/node_modules/object-inspect/example/all.js +23 -0
- package/bundles/mcp/node_modules/object-inspect/example/circular.js +6 -0
- package/bundles/mcp/node_modules/object-inspect/example/fn.js +5 -0
- package/bundles/mcp/node_modules/object-inspect/example/inspect.js +10 -0
- package/bundles/mcp/node_modules/object-inspect/index.js +544 -0
- package/bundles/mcp/node_modules/object-inspect/package-support.json +20 -0
- package/bundles/mcp/node_modules/object-inspect/package.json +105 -0
- package/bundles/mcp/node_modules/object-inspect/readme.markdown +84 -0
- package/bundles/mcp/node_modules/object-inspect/test/bigint.js +58 -0
- package/bundles/mcp/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/bundles/mcp/node_modules/object-inspect/test/circular.js +16 -0
- package/bundles/mcp/node_modules/object-inspect/test/deep.js +12 -0
- package/bundles/mcp/node_modules/object-inspect/test/element.js +53 -0
- package/bundles/mcp/node_modules/object-inspect/test/err.js +48 -0
- package/bundles/mcp/node_modules/object-inspect/test/fakes.js +29 -0
- package/bundles/mcp/node_modules/object-inspect/test/fn.js +76 -0
- package/bundles/mcp/node_modules/object-inspect/test/global.js +17 -0
- package/bundles/mcp/node_modules/object-inspect/test/has.js +15 -0
- package/bundles/mcp/node_modules/object-inspect/test/holes.js +15 -0
- package/bundles/mcp/node_modules/object-inspect/test/indent-option.js +271 -0
- package/bundles/mcp/node_modules/object-inspect/test/inspect.js +139 -0
- package/bundles/mcp/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/bundles/mcp/node_modules/object-inspect/test/number.js +58 -0
- package/bundles/mcp/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/bundles/mcp/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/bundles/mcp/node_modules/object-inspect/test/undef.js +12 -0
- package/bundles/mcp/node_modules/object-inspect/test/values.js +261 -0
- package/bundles/mcp/node_modules/object-inspect/test-core-js.js +26 -0
- package/bundles/mcp/node_modules/object-inspect/util.inspect.js +1 -0
- package/bundles/mcp/node_modules/on-finished/HISTORY.md +98 -0
- package/bundles/mcp/node_modules/on-finished/LICENSE +23 -0
- package/bundles/mcp/node_modules/on-finished/README.md +162 -0
- package/bundles/mcp/node_modules/on-finished/index.js +234 -0
- package/bundles/mcp/node_modules/on-finished/package.json +39 -0
- package/bundles/mcp/node_modules/once/LICENSE +15 -0
- package/bundles/mcp/node_modules/once/README.md +79 -0
- package/bundles/mcp/node_modules/once/once.js +42 -0
- package/bundles/mcp/node_modules/once/package.json +33 -0
- package/bundles/mcp/node_modules/parseurl/HISTORY.md +58 -0
- package/bundles/mcp/node_modules/parseurl/LICENSE +24 -0
- package/bundles/mcp/node_modules/parseurl/README.md +133 -0
- package/bundles/mcp/node_modules/parseurl/index.js +158 -0
- package/bundles/mcp/node_modules/parseurl/package.json +40 -0
- package/bundles/mcp/node_modules/path-key/index.d.ts +40 -0
- package/bundles/mcp/node_modules/path-key/index.js +16 -0
- package/bundles/mcp/node_modules/path-key/license +9 -0
- package/bundles/mcp/node_modules/path-key/package.json +39 -0
- package/bundles/mcp/node_modules/path-key/readme.md +61 -0
- package/bundles/mcp/node_modules/path-to-regexp/LICENSE +21 -0
- package/bundles/mcp/node_modules/path-to-regexp/Readme.md +224 -0
- package/bundles/mcp/node_modules/path-to-regexp/dist/index.d.ts +144 -0
- package/bundles/mcp/node_modules/path-to-regexp/dist/index.js +409 -0
- package/bundles/mcp/node_modules/path-to-regexp/dist/index.js.map +1 -0
- package/bundles/mcp/node_modules/path-to-regexp/package.json +64 -0
- package/bundles/mcp/node_modules/pkce-challenge/LICENSE +21 -0
- package/bundles/mcp/node_modules/pkce-challenge/README.md +55 -0
- package/bundles/mcp/node_modules/pkce-challenge/dist/index.browser.d.ts +19 -0
- package/bundles/mcp/node_modules/pkce-challenge/dist/index.browser.js +72 -0
- package/bundles/mcp/node_modules/pkce-challenge/dist/index.node.cjs +80 -0
- package/bundles/mcp/node_modules/pkce-challenge/dist/index.node.d.cts +19 -0
- package/bundles/mcp/node_modules/pkce-challenge/dist/index.node.d.ts +19 -0
- package/bundles/mcp/node_modules/pkce-challenge/dist/index.node.js +75 -0
- package/bundles/mcp/node_modules/pkce-challenge/package.json +58 -0
- package/bundles/mcp/node_modules/proxy-addr/HISTORY.md +161 -0
- package/bundles/mcp/node_modules/proxy-addr/LICENSE +22 -0
- package/bundles/mcp/node_modules/proxy-addr/README.md +139 -0
- package/bundles/mcp/node_modules/proxy-addr/index.js +327 -0
- package/bundles/mcp/node_modules/proxy-addr/package.json +47 -0
- package/bundles/mcp/node_modules/qs/.editorconfig +46 -0
- package/bundles/mcp/node_modules/qs/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/qs/.github/SECURITY.md +11 -0
- package/bundles/mcp/node_modules/qs/.github/THREAT_MODEL.md +78 -0
- package/bundles/mcp/node_modules/qs/.nycrc +13 -0
- package/bundles/mcp/node_modules/qs/CHANGELOG.md +631 -0
- package/bundles/mcp/node_modules/qs/LICENSE.md +29 -0
- package/bundles/mcp/node_modules/qs/README.md +733 -0
- package/bundles/mcp/node_modules/qs/dist/qs.js +141 -0
- package/bundles/mcp/node_modules/qs/eslint.config.mjs +56 -0
- package/bundles/mcp/node_modules/qs/lib/formats.js +23 -0
- package/bundles/mcp/node_modules/qs/lib/index.js +11 -0
- package/bundles/mcp/node_modules/qs/lib/parse.js +360 -0
- package/bundles/mcp/node_modules/qs/lib/stringify.js +356 -0
- package/bundles/mcp/node_modules/qs/lib/utils.js +320 -0
- package/bundles/mcp/node_modules/qs/package.json +94 -0
- package/bundles/mcp/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/bundles/mcp/node_modules/qs/test/parse.js +1396 -0
- package/bundles/mcp/node_modules/qs/test/stringify.js +1310 -0
- package/bundles/mcp/node_modules/qs/test/utils.js +381 -0
- package/bundles/mcp/node_modules/range-parser/HISTORY.md +56 -0
- package/bundles/mcp/node_modules/range-parser/LICENSE +23 -0
- package/bundles/mcp/node_modules/range-parser/README.md +84 -0
- package/bundles/mcp/node_modules/range-parser/index.js +162 -0
- package/bundles/mcp/node_modules/range-parser/package.json +44 -0
- package/bundles/mcp/node_modules/raw-body/LICENSE +22 -0
- package/bundles/mcp/node_modules/raw-body/README.md +223 -0
- package/bundles/mcp/node_modules/raw-body/index.d.ts +85 -0
- package/bundles/mcp/node_modules/raw-body/index.js +336 -0
- package/bundles/mcp/node_modules/raw-body/package.json +46 -0
- package/bundles/mcp/node_modules/require-from-string/index.js +34 -0
- package/bundles/mcp/node_modules/require-from-string/license +21 -0
- package/bundles/mcp/node_modules/require-from-string/package.json +28 -0
- package/bundles/mcp/node_modules/require-from-string/readme.md +56 -0
- package/bundles/mcp/node_modules/router/HISTORY.md +228 -0
- package/bundles/mcp/node_modules/router/LICENSE +23 -0
- package/bundles/mcp/node_modules/router/README.md +416 -0
- package/bundles/mcp/node_modules/router/index.js +748 -0
- package/bundles/mcp/node_modules/router/lib/layer.js +247 -0
- package/bundles/mcp/node_modules/router/lib/route.js +242 -0
- package/bundles/mcp/node_modules/router/package.json +44 -0
- package/bundles/mcp/node_modules/safer-buffer/LICENSE +21 -0
- package/bundles/mcp/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/bundles/mcp/node_modules/safer-buffer/Readme.md +156 -0
- package/bundles/mcp/node_modules/safer-buffer/dangerous.js +58 -0
- package/bundles/mcp/node_modules/safer-buffer/package.json +34 -0
- package/bundles/mcp/node_modules/safer-buffer/safer.js +77 -0
- package/bundles/mcp/node_modules/safer-buffer/tests.js +406 -0
- package/bundles/mcp/node_modules/send/LICENSE +23 -0
- package/bundles/mcp/node_modules/send/README.md +317 -0
- package/bundles/mcp/node_modules/send/index.js +997 -0
- package/bundles/mcp/node_modules/send/package.json +63 -0
- package/bundles/mcp/node_modules/serve-static/LICENSE +25 -0
- package/bundles/mcp/node_modules/serve-static/README.md +253 -0
- package/bundles/mcp/node_modules/serve-static/index.js +208 -0
- package/bundles/mcp/node_modules/serve-static/package.json +44 -0
- package/bundles/mcp/node_modules/setprototypeof/LICENSE +13 -0
- package/bundles/mcp/node_modules/setprototypeof/README.md +31 -0
- package/bundles/mcp/node_modules/setprototypeof/index.d.ts +2 -0
- package/bundles/mcp/node_modules/setprototypeof/index.js +17 -0
- package/bundles/mcp/node_modules/setprototypeof/package.json +38 -0
- package/bundles/mcp/node_modules/setprototypeof/test/index.js +24 -0
- package/bundles/mcp/node_modules/shebang-command/index.js +19 -0
- package/bundles/mcp/node_modules/shebang-command/license +9 -0
- package/bundles/mcp/node_modules/shebang-command/package.json +34 -0
- package/bundles/mcp/node_modules/shebang-command/readme.md +34 -0
- package/bundles/mcp/node_modules/shebang-regex/index.d.ts +22 -0
- package/bundles/mcp/node_modules/shebang-regex/index.js +2 -0
- package/bundles/mcp/node_modules/shebang-regex/license +9 -0
- package/bundles/mcp/node_modules/shebang-regex/package.json +35 -0
- package/bundles/mcp/node_modules/shebang-regex/readme.md +33 -0
- package/bundles/mcp/node_modules/side-channel/.editorconfig +9 -0
- package/bundles/mcp/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/side-channel/.nycrc +13 -0
- package/bundles/mcp/node_modules/side-channel/CHANGELOG.md +110 -0
- package/bundles/mcp/node_modules/side-channel/LICENSE +21 -0
- package/bundles/mcp/node_modules/side-channel/README.md +61 -0
- package/bundles/mcp/node_modules/side-channel/index.d.ts +14 -0
- package/bundles/mcp/node_modules/side-channel/index.js +43 -0
- package/bundles/mcp/node_modules/side-channel/package.json +85 -0
- package/bundles/mcp/node_modules/side-channel/test/index.js +104 -0
- package/bundles/mcp/node_modules/side-channel-list/.editorconfig +9 -0
- package/bundles/mcp/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/side-channel-list/.nycrc +13 -0
- package/bundles/mcp/node_modules/side-channel-list/CHANGELOG.md +15 -0
- package/bundles/mcp/node_modules/side-channel-list/LICENSE +21 -0
- package/bundles/mcp/node_modules/side-channel-list/README.md +62 -0
- package/bundles/mcp/node_modules/side-channel-list/index.d.ts +13 -0
- package/bundles/mcp/node_modules/side-channel-list/index.js +113 -0
- package/bundles/mcp/node_modules/side-channel-list/list.d.ts +14 -0
- package/bundles/mcp/node_modules/side-channel-list/package.json +77 -0
- package/bundles/mcp/node_modules/side-channel-list/test/index.js +104 -0
- package/bundles/mcp/node_modules/side-channel-map/.editorconfig +9 -0
- package/bundles/mcp/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/side-channel-map/.nycrc +13 -0
- package/bundles/mcp/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/bundles/mcp/node_modules/side-channel-map/LICENSE +21 -0
- package/bundles/mcp/node_modules/side-channel-map/README.md +62 -0
- package/bundles/mcp/node_modules/side-channel-map/index.d.ts +15 -0
- package/bundles/mcp/node_modules/side-channel-map/index.js +68 -0
- package/bundles/mcp/node_modules/side-channel-map/package.json +80 -0
- package/bundles/mcp/node_modules/side-channel-map/test/index.js +114 -0
- package/bundles/mcp/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/bundles/mcp/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/bundles/mcp/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/bundles/mcp/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/bundles/mcp/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/bundles/mcp/node_modules/side-channel-weakmap/README.md +62 -0
- package/bundles/mcp/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/bundles/mcp/node_modules/side-channel-weakmap/index.js +84 -0
- package/bundles/mcp/node_modules/side-channel-weakmap/package.json +87 -0
- package/bundles/mcp/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/bundles/mcp/node_modules/statuses/HISTORY.md +87 -0
- package/bundles/mcp/node_modules/statuses/LICENSE +23 -0
- package/bundles/mcp/node_modules/statuses/README.md +139 -0
- package/bundles/mcp/node_modules/statuses/codes.json +65 -0
- package/bundles/mcp/node_modules/statuses/index.js +146 -0
- package/bundles/mcp/node_modules/statuses/package.json +49 -0
- package/bundles/mcp/node_modules/toidentifier/HISTORY.md +9 -0
- package/bundles/mcp/node_modules/toidentifier/LICENSE +21 -0
- package/bundles/mcp/node_modules/toidentifier/README.md +61 -0
- package/bundles/mcp/node_modules/toidentifier/index.js +32 -0
- package/bundles/mcp/node_modules/toidentifier/package.json +38 -0
- package/bundles/mcp/node_modules/type-is/HISTORY.md +292 -0
- package/bundles/mcp/node_modules/type-is/LICENSE +23 -0
- package/bundles/mcp/node_modules/type-is/README.md +198 -0
- package/bundles/mcp/node_modules/type-is/index.js +250 -0
- package/bundles/mcp/node_modules/type-is/package.json +47 -0
- package/bundles/mcp/node_modules/unpipe/HISTORY.md +4 -0
- package/bundles/mcp/node_modules/unpipe/LICENSE +22 -0
- package/bundles/mcp/node_modules/unpipe/README.md +43 -0
- package/bundles/mcp/node_modules/unpipe/index.js +69 -0
- package/bundles/mcp/node_modules/unpipe/package.json +27 -0
- package/bundles/mcp/node_modules/vary/HISTORY.md +39 -0
- package/bundles/mcp/node_modules/vary/LICENSE +22 -0
- package/bundles/mcp/node_modules/vary/README.md +101 -0
- package/bundles/mcp/node_modules/vary/index.js +149 -0
- package/bundles/mcp/node_modules/vary/package.json +43 -0
- package/bundles/mcp/node_modules/which/CHANGELOG.md +166 -0
- package/bundles/mcp/node_modules/which/LICENSE +15 -0
- package/bundles/mcp/node_modules/which/README.md +54 -0
- package/bundles/mcp/node_modules/which/bin/node-which +52 -0
- package/bundles/mcp/node_modules/which/package.json +43 -0
- package/bundles/mcp/node_modules/which/which.js +125 -0
- package/bundles/mcp/node_modules/wrappy/LICENSE +15 -0
- package/bundles/mcp/node_modules/wrappy/README.md +36 -0
- package/bundles/mcp/node_modules/wrappy/package.json +29 -0
- package/bundles/mcp/node_modules/wrappy/wrappy.js +33 -0
- package/bundles/mcp/node_modules/zod/LICENSE +21 -0
- package/bundles/mcp/node_modules/zod/README.md +208 -0
- package/bundles/mcp/node_modules/zod/index.cjs +33 -0
- package/bundles/mcp/node_modules/zod/index.d.cts +4 -0
- package/bundles/mcp/node_modules/zod/index.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/index.js +4 -0
- package/bundles/mcp/node_modules/zod/locales/index.cjs +17 -0
- package/bundles/mcp/node_modules/zod/locales/index.d.cts +1 -0
- package/bundles/mcp/node_modules/zod/locales/index.d.ts +1 -0
- package/bundles/mcp/node_modules/zod/locales/index.js +1 -0
- package/bundles/mcp/node_modules/zod/locales/package.json +6 -0
- package/bundles/mcp/node_modules/zod/mini/index.cjs +17 -0
- package/bundles/mcp/node_modules/zod/mini/index.d.cts +1 -0
- package/bundles/mcp/node_modules/zod/mini/index.d.ts +1 -0
- package/bundles/mcp/node_modules/zod/mini/index.js +1 -0
- package/bundles/mcp/node_modules/zod/mini/package.json +6 -0
- package/bundles/mcp/node_modules/zod/package.json +135 -0
- package/bundles/mcp/node_modules/zod/v3/ZodError.cjs +138 -0
- package/bundles/mcp/node_modules/zod/v3/ZodError.d.cts +164 -0
- package/bundles/mcp/node_modules/zod/v3/ZodError.d.ts +164 -0
- package/bundles/mcp/node_modules/zod/v3/ZodError.js +133 -0
- package/bundles/mcp/node_modules/zod/v3/errors.cjs +17 -0
- package/bundles/mcp/node_modules/zod/v3/errors.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v3/errors.d.ts +5 -0
- package/bundles/mcp/node_modules/zod/v3/errors.js +9 -0
- package/bundles/mcp/node_modules/zod/v3/external.cjs +22 -0
- package/bundles/mcp/node_modules/zod/v3/external.d.cts +6 -0
- package/bundles/mcp/node_modules/zod/v3/external.d.ts +6 -0
- package/bundles/mcp/node_modules/zod/v3/external.js +6 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/enumUtil.js +1 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/errorUtil.js +6 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/parseUtil.js +109 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/partialUtil.js +1 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/typeAliases.js +1 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/util.cjs +137 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/util.d.cts +85 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/util.d.ts +85 -0
- package/bundles/mcp/node_modules/zod/v3/helpers/util.js +133 -0
- package/bundles/mcp/node_modules/zod/v3/index.cjs +33 -0
- package/bundles/mcp/node_modules/zod/v3/index.d.cts +4 -0
- package/bundles/mcp/node_modules/zod/v3/index.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v3/index.js +4 -0
- package/bundles/mcp/node_modules/zod/v3/locales/en.cjs +112 -0
- package/bundles/mcp/node_modules/zod/v3/locales/en.d.cts +3 -0
- package/bundles/mcp/node_modules/zod/v3/locales/en.d.ts +3 -0
- package/bundles/mcp/node_modules/zod/v3/locales/en.js +109 -0
- package/bundles/mcp/node_modules/zod/v3/package.json +6 -0
- package/bundles/mcp/node_modules/zod/v3/standard-schema.cjs +2 -0
- package/bundles/mcp/node_modules/zod/v3/standard-schema.d.cts +102 -0
- package/bundles/mcp/node_modules/zod/v3/standard-schema.d.ts +102 -0
- package/bundles/mcp/node_modules/zod/v3/standard-schema.js +1 -0
- package/bundles/mcp/node_modules/zod/v3/types.cjs +3777 -0
- package/bundles/mcp/node_modules/zod/v3/types.d.cts +1034 -0
- package/bundles/mcp/node_modules/zod/v3/types.d.ts +1034 -0
- package/bundles/mcp/node_modules/zod/v3/types.js +3695 -0
- package/bundles/mcp/node_modules/zod/v4/classic/checks.cjs +33 -0
- package/bundles/mcp/node_modules/zod/v4/classic/checks.d.cts +1 -0
- package/bundles/mcp/node_modules/zod/v4/classic/checks.d.ts +1 -0
- package/bundles/mcp/node_modules/zod/v4/classic/checks.js +1 -0
- package/bundles/mcp/node_modules/zod/v4/classic/coerce.cjs +47 -0
- package/bundles/mcp/node_modules/zod/v4/classic/coerce.d.cts +17 -0
- package/bundles/mcp/node_modules/zod/v4/classic/coerce.d.ts +17 -0
- package/bundles/mcp/node_modules/zod/v4/classic/coerce.js +17 -0
- package/bundles/mcp/node_modules/zod/v4/classic/compat.cjs +61 -0
- package/bundles/mcp/node_modules/zod/v4/classic/compat.d.cts +50 -0
- package/bundles/mcp/node_modules/zod/v4/classic/compat.d.ts +50 -0
- package/bundles/mcp/node_modules/zod/v4/classic/compat.js +31 -0
- package/bundles/mcp/node_modules/zod/v4/classic/errors.cjs +74 -0
- package/bundles/mcp/node_modules/zod/v4/classic/errors.d.cts +30 -0
- package/bundles/mcp/node_modules/zod/v4/classic/errors.d.ts +30 -0
- package/bundles/mcp/node_modules/zod/v4/classic/errors.js +48 -0
- package/bundles/mcp/node_modules/zod/v4/classic/external.cjs +73 -0
- package/bundles/mcp/node_modules/zod/v4/classic/external.d.cts +15 -0
- package/bundles/mcp/node_modules/zod/v4/classic/external.d.ts +15 -0
- package/bundles/mcp/node_modules/zod/v4/classic/external.js +20 -0
- package/bundles/mcp/node_modules/zod/v4/classic/from-json-schema.cjs +610 -0
- package/bundles/mcp/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
- package/bundles/mcp/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
- package/bundles/mcp/node_modules/zod/v4/classic/from-json-schema.js +584 -0
- package/bundles/mcp/node_modules/zod/v4/classic/index.cjs +33 -0
- package/bundles/mcp/node_modules/zod/v4/classic/index.d.cts +4 -0
- package/bundles/mcp/node_modules/zod/v4/classic/index.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/classic/index.js +4 -0
- package/bundles/mcp/node_modules/zod/v4/classic/iso.cjs +60 -0
- package/bundles/mcp/node_modules/zod/v4/classic/iso.d.cts +22 -0
- package/bundles/mcp/node_modules/zod/v4/classic/iso.d.ts +22 -0
- package/bundles/mcp/node_modules/zod/v4/classic/iso.js +30 -0
- package/bundles/mcp/node_modules/zod/v4/classic/package.json +6 -0
- package/bundles/mcp/node_modules/zod/v4/classic/parse.cjs +41 -0
- package/bundles/mcp/node_modules/zod/v4/classic/parse.d.cts +31 -0
- package/bundles/mcp/node_modules/zod/v4/classic/parse.d.ts +31 -0
- package/bundles/mcp/node_modules/zod/v4/classic/parse.js +15 -0
- package/bundles/mcp/node_modules/zod/v4/classic/schemas.cjs +1272 -0
- package/bundles/mcp/node_modules/zod/v4/classic/schemas.d.cts +739 -0
- package/bundles/mcp/node_modules/zod/v4/classic/schemas.d.ts +739 -0
- package/bundles/mcp/node_modules/zod/v4/classic/schemas.js +1157 -0
- package/bundles/mcp/node_modules/zod/v4/core/api.cjs +1222 -0
- package/bundles/mcp/node_modules/zod/v4/core/api.d.cts +304 -0
- package/bundles/mcp/node_modules/zod/v4/core/api.d.ts +304 -0
- package/bundles/mcp/node_modules/zod/v4/core/api.js +1082 -0
- package/bundles/mcp/node_modules/zod/v4/core/checks.cjs +601 -0
- package/bundles/mcp/node_modules/zod/v4/core/checks.d.cts +278 -0
- package/bundles/mcp/node_modules/zod/v4/core/checks.d.ts +278 -0
- package/bundles/mcp/node_modules/zod/v4/core/checks.js +575 -0
- package/bundles/mcp/node_modules/zod/v4/core/core.cjs +83 -0
- package/bundles/mcp/node_modules/zod/v4/core/core.d.cts +70 -0
- package/bundles/mcp/node_modules/zod/v4/core/core.d.ts +70 -0
- package/bundles/mcp/node_modules/zod/v4/core/core.js +76 -0
- package/bundles/mcp/node_modules/zod/v4/core/doc.cjs +39 -0
- package/bundles/mcp/node_modules/zod/v4/core/doc.d.cts +14 -0
- package/bundles/mcp/node_modules/zod/v4/core/doc.d.ts +14 -0
- package/bundles/mcp/node_modules/zod/v4/core/doc.js +35 -0
- package/bundles/mcp/node_modules/zod/v4/core/errors.cjs +213 -0
- package/bundles/mcp/node_modules/zod/v4/core/errors.d.cts +220 -0
- package/bundles/mcp/node_modules/zod/v4/core/errors.d.ts +220 -0
- package/bundles/mcp/node_modules/zod/v4/core/errors.js +182 -0
- package/bundles/mcp/node_modules/zod/v4/core/index.cjs +47 -0
- package/bundles/mcp/node_modules/zod/v4/core/index.d.cts +16 -0
- package/bundles/mcp/node_modules/zod/v4/core/index.d.ts +16 -0
- package/bundles/mcp/node_modules/zod/v4/core/index.js +16 -0
- package/bundles/mcp/node_modules/zod/v4/core/json-schema-generator.cjs +99 -0
- package/bundles/mcp/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
- package/bundles/mcp/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
- package/bundles/mcp/node_modules/zod/v4/core/json-schema-generator.js +95 -0
- package/bundles/mcp/node_modules/zod/v4/core/json-schema-processors.cjs +648 -0
- package/bundles/mcp/node_modules/zod/v4/core/json-schema-processors.d.cts +49 -0
- package/bundles/mcp/node_modules/zod/v4/core/json-schema-processors.d.ts +49 -0
- package/bundles/mcp/node_modules/zod/v4/core/json-schema-processors.js +605 -0
- package/bundles/mcp/node_modules/zod/v4/core/json-schema.cjs +2 -0
- package/bundles/mcp/node_modules/zod/v4/core/json-schema.d.cts +88 -0
- package/bundles/mcp/node_modules/zod/v4/core/json-schema.d.ts +88 -0
- package/bundles/mcp/node_modules/zod/v4/core/json-schema.js +1 -0
- package/bundles/mcp/node_modules/zod/v4/core/package.json +6 -0
- package/bundles/mcp/node_modules/zod/v4/core/parse.cjs +131 -0
- package/bundles/mcp/node_modules/zod/v4/core/parse.d.cts +49 -0
- package/bundles/mcp/node_modules/zod/v4/core/parse.d.ts +49 -0
- package/bundles/mcp/node_modules/zod/v4/core/parse.js +93 -0
- package/bundles/mcp/node_modules/zod/v4/core/regexes.cjs +166 -0
- package/bundles/mcp/node_modules/zod/v4/core/regexes.d.cts +79 -0
- package/bundles/mcp/node_modules/zod/v4/core/regexes.d.ts +79 -0
- package/bundles/mcp/node_modules/zod/v4/core/regexes.js +133 -0
- package/bundles/mcp/node_modules/zod/v4/core/registries.cjs +56 -0
- package/bundles/mcp/node_modules/zod/v4/core/registries.d.cts +35 -0
- package/bundles/mcp/node_modules/zod/v4/core/registries.d.ts +35 -0
- package/bundles/mcp/node_modules/zod/v4/core/registries.js +51 -0
- package/bundles/mcp/node_modules/zod/v4/core/schemas.cjs +2126 -0
- package/bundles/mcp/node_modules/zod/v4/core/schemas.d.cts +1146 -0
- package/bundles/mcp/node_modules/zod/v4/core/schemas.d.ts +1146 -0
- package/bundles/mcp/node_modules/zod/v4/core/schemas.js +2095 -0
- package/bundles/mcp/node_modules/zod/v4/core/standard-schema.cjs +2 -0
- package/bundles/mcp/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
- package/bundles/mcp/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
- package/bundles/mcp/node_modules/zod/v4/core/standard-schema.js +1 -0
- package/bundles/mcp/node_modules/zod/v4/core/to-json-schema.cjs +446 -0
- package/bundles/mcp/node_modules/zod/v4/core/to-json-schema.d.cts +114 -0
- package/bundles/mcp/node_modules/zod/v4/core/to-json-schema.d.ts +114 -0
- package/bundles/mcp/node_modules/zod/v4/core/to-json-schema.js +437 -0
- package/bundles/mcp/node_modules/zod/v4/core/util.cjs +710 -0
- package/bundles/mcp/node_modules/zod/v4/core/util.d.cts +199 -0
- package/bundles/mcp/node_modules/zod/v4/core/util.d.ts +199 -0
- package/bundles/mcp/node_modules/zod/v4/core/util.js +651 -0
- package/bundles/mcp/node_modules/zod/v4/core/versions.cjs +8 -0
- package/bundles/mcp/node_modules/zod/v4/core/versions.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/core/versions.d.ts +5 -0
- package/bundles/mcp/node_modules/zod/v4/core/versions.js +5 -0
- package/bundles/mcp/node_modules/zod/v4/index.cjs +22 -0
- package/bundles/mcp/node_modules/zod/v4/index.d.cts +3 -0
- package/bundles/mcp/node_modules/zod/v4/index.d.ts +3 -0
- package/bundles/mcp/node_modules/zod/v4/index.js +3 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ar.cjs +133 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ar.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ar.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ar.js +106 -0
- package/bundles/mcp/node_modules/zod/v4/locales/az.cjs +132 -0
- package/bundles/mcp/node_modules/zod/v4/locales/az.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/az.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/az.js +105 -0
- package/bundles/mcp/node_modules/zod/v4/locales/be.cjs +183 -0
- package/bundles/mcp/node_modules/zod/v4/locales/be.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/be.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/be.js +156 -0
- package/bundles/mcp/node_modules/zod/v4/locales/bg.cjs +147 -0
- package/bundles/mcp/node_modules/zod/v4/locales/bg.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/bg.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/bg.js +120 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ca.cjs +134 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ca.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ca.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ca.js +107 -0
- package/bundles/mcp/node_modules/zod/v4/locales/cs.cjs +138 -0
- package/bundles/mcp/node_modules/zod/v4/locales/cs.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/cs.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/cs.js +111 -0
- package/bundles/mcp/node_modules/zod/v4/locales/da.cjs +142 -0
- package/bundles/mcp/node_modules/zod/v4/locales/da.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/da.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/da.js +115 -0
- package/bundles/mcp/node_modules/zod/v4/locales/de.cjs +135 -0
- package/bundles/mcp/node_modules/zod/v4/locales/de.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/de.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/de.js +108 -0
- package/bundles/mcp/node_modules/zod/v4/locales/en.cjs +136 -0
- package/bundles/mcp/node_modules/zod/v4/locales/en.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/en.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/en.js +109 -0
- package/bundles/mcp/node_modules/zod/v4/locales/eo.cjs +136 -0
- package/bundles/mcp/node_modules/zod/v4/locales/eo.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/eo.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/eo.js +109 -0
- package/bundles/mcp/node_modules/zod/v4/locales/es.cjs +159 -0
- package/bundles/mcp/node_modules/zod/v4/locales/es.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/es.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/es.js +132 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fa.cjs +141 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fa.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fa.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fa.js +114 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fi.cjs +139 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fi.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fi.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fi.js +112 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fr-CA.cjs +134 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fr-CA.js +107 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fr.cjs +135 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fr.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fr.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/fr.js +108 -0
- package/bundles/mcp/node_modules/zod/v4/locales/he.cjs +241 -0
- package/bundles/mcp/node_modules/zod/v4/locales/he.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/he.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/he.js +214 -0
- package/bundles/mcp/node_modules/zod/v4/locales/hu.cjs +135 -0
- package/bundles/mcp/node_modules/zod/v4/locales/hu.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/hu.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/hu.js +108 -0
- package/bundles/mcp/node_modules/zod/v4/locales/hy.cjs +174 -0
- package/bundles/mcp/node_modules/zod/v4/locales/hy.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/hy.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/hy.js +147 -0
- package/bundles/mcp/node_modules/zod/v4/locales/id.cjs +133 -0
- package/bundles/mcp/node_modules/zod/v4/locales/id.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/id.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/id.js +106 -0
- package/bundles/mcp/node_modules/zod/v4/locales/index.cjs +104 -0
- package/bundles/mcp/node_modules/zod/v4/locales/index.d.cts +49 -0
- package/bundles/mcp/node_modules/zod/v4/locales/index.d.ts +49 -0
- package/bundles/mcp/node_modules/zod/v4/locales/index.js +49 -0
- package/bundles/mcp/node_modules/zod/v4/locales/is.cjs +136 -0
- package/bundles/mcp/node_modules/zod/v4/locales/is.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/is.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/is.js +109 -0
- package/bundles/mcp/node_modules/zod/v4/locales/it.cjs +135 -0
- package/bundles/mcp/node_modules/zod/v4/locales/it.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/it.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/it.js +108 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ja.cjs +134 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ja.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ja.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ja.js +107 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ka.cjs +139 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ka.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ka.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ka.js +112 -0
- package/bundles/mcp/node_modules/zod/v4/locales/kh.cjs +12 -0
- package/bundles/mcp/node_modules/zod/v4/locales/kh.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/kh.d.ts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/kh.js +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/km.cjs +137 -0
- package/bundles/mcp/node_modules/zod/v4/locales/km.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/km.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/km.js +110 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ko.cjs +138 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ko.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ko.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ko.js +111 -0
- package/bundles/mcp/node_modules/zod/v4/locales/lt.cjs +230 -0
- package/bundles/mcp/node_modules/zod/v4/locales/lt.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/lt.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/lt.js +203 -0
- package/bundles/mcp/node_modules/zod/v4/locales/mk.cjs +136 -0
- package/bundles/mcp/node_modules/zod/v4/locales/mk.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/mk.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/mk.js +109 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ms.cjs +134 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ms.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ms.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ms.js +107 -0
- package/bundles/mcp/node_modules/zod/v4/locales/nl.cjs +137 -0
- package/bundles/mcp/node_modules/zod/v4/locales/nl.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/nl.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/nl.js +110 -0
- package/bundles/mcp/node_modules/zod/v4/locales/no.cjs +135 -0
- package/bundles/mcp/node_modules/zod/v4/locales/no.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/no.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/no.js +108 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ota.cjs +136 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ota.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ota.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ota.js +109 -0
- package/bundles/mcp/node_modules/zod/v4/locales/package.json +6 -0
- package/bundles/mcp/node_modules/zod/v4/locales/pl.cjs +136 -0
- package/bundles/mcp/node_modules/zod/v4/locales/pl.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/pl.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/pl.js +109 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ps.cjs +141 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ps.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ps.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ps.js +114 -0
- package/bundles/mcp/node_modules/zod/v4/locales/pt.cjs +135 -0
- package/bundles/mcp/node_modules/zod/v4/locales/pt.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/pt.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/pt.js +108 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ru.cjs +183 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ru.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ru.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ru.js +156 -0
- package/bundles/mcp/node_modules/zod/v4/locales/sl.cjs +136 -0
- package/bundles/mcp/node_modules/zod/v4/locales/sl.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/sl.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/sl.js +109 -0
- package/bundles/mcp/node_modules/zod/v4/locales/sv.cjs +137 -0
- package/bundles/mcp/node_modules/zod/v4/locales/sv.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/sv.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/sv.js +110 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ta.cjs +137 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ta.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ta.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ta.js +110 -0
- package/bundles/mcp/node_modules/zod/v4/locales/th.cjs +137 -0
- package/bundles/mcp/node_modules/zod/v4/locales/th.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/th.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/th.js +110 -0
- package/bundles/mcp/node_modules/zod/v4/locales/tr.cjs +132 -0
- package/bundles/mcp/node_modules/zod/v4/locales/tr.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/tr.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/tr.js +105 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ua.cjs +12 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ua.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ua.d.ts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ua.js +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/uk.cjs +135 -0
- package/bundles/mcp/node_modules/zod/v4/locales/uk.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/uk.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/uk.js +108 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ur.cjs +137 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ur.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ur.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/ur.js +110 -0
- package/bundles/mcp/node_modules/zod/v4/locales/uz.cjs +136 -0
- package/bundles/mcp/node_modules/zod/v4/locales/uz.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/uz.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/uz.js +109 -0
- package/bundles/mcp/node_modules/zod/v4/locales/vi.cjs +135 -0
- package/bundles/mcp/node_modules/zod/v4/locales/vi.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/vi.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/vi.js +108 -0
- package/bundles/mcp/node_modules/zod/v4/locales/yo.cjs +134 -0
- package/bundles/mcp/node_modules/zod/v4/locales/yo.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/yo.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/yo.js +107 -0
- package/bundles/mcp/node_modules/zod/v4/locales/zh-CN.cjs +136 -0
- package/bundles/mcp/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/zh-CN.js +109 -0
- package/bundles/mcp/node_modules/zod/v4/locales/zh-TW.cjs +134 -0
- package/bundles/mcp/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
- package/bundles/mcp/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
- package/bundles/mcp/node_modules/zod/v4/locales/zh-TW.js +107 -0
- package/bundles/mcp/node_modules/zod/v4/mini/checks.cjs +34 -0
- package/bundles/mcp/node_modules/zod/v4/mini/checks.d.cts +1 -0
- package/bundles/mcp/node_modules/zod/v4/mini/checks.d.ts +1 -0
- package/bundles/mcp/node_modules/zod/v4/mini/checks.js +1 -0
- package/bundles/mcp/node_modules/zod/v4/mini/coerce.cjs +52 -0
- package/bundles/mcp/node_modules/zod/v4/mini/coerce.d.cts +7 -0
- package/bundles/mcp/node_modules/zod/v4/mini/coerce.d.ts +7 -0
- package/bundles/mcp/node_modules/zod/v4/mini/coerce.js +22 -0
- package/bundles/mcp/node_modules/zod/v4/mini/external.cjs +63 -0
- package/bundles/mcp/node_modules/zod/v4/mini/external.d.cts +12 -0
- package/bundles/mcp/node_modules/zod/v4/mini/external.d.ts +12 -0
- package/bundles/mcp/node_modules/zod/v4/mini/external.js +14 -0
- package/bundles/mcp/node_modules/zod/v4/mini/index.cjs +32 -0
- package/bundles/mcp/node_modules/zod/v4/mini/index.d.cts +3 -0
- package/bundles/mcp/node_modules/zod/v4/mini/index.d.ts +3 -0
- package/bundles/mcp/node_modules/zod/v4/mini/index.js +3 -0
- package/bundles/mcp/node_modules/zod/v4/mini/iso.cjs +64 -0
- package/bundles/mcp/node_modules/zod/v4/mini/iso.d.cts +22 -0
- package/bundles/mcp/node_modules/zod/v4/mini/iso.d.ts +22 -0
- package/bundles/mcp/node_modules/zod/v4/mini/iso.js +34 -0
- package/bundles/mcp/node_modules/zod/v4/mini/package.json +6 -0
- package/bundles/mcp/node_modules/zod/v4/mini/parse.cjs +16 -0
- package/bundles/mcp/node_modules/zod/v4/mini/parse.d.cts +1 -0
- package/bundles/mcp/node_modules/zod/v4/mini/parse.d.ts +1 -0
- package/bundles/mcp/node_modules/zod/v4/mini/parse.js +1 -0
- package/bundles/mcp/node_modules/zod/v4/mini/schemas.cjs +1046 -0
- package/bundles/mcp/node_modules/zod/v4/mini/schemas.d.cts +427 -0
- package/bundles/mcp/node_modules/zod/v4/mini/schemas.d.ts +427 -0
- package/bundles/mcp/node_modules/zod/v4/mini/schemas.js +925 -0
- package/bundles/mcp/node_modules/zod/v4/package.json +6 -0
- package/bundles/mcp/node_modules/zod/v4-mini/index.cjs +17 -0
- package/bundles/mcp/node_modules/zod/v4-mini/index.d.cts +1 -0
- package/bundles/mcp/node_modules/zod/v4-mini/index.d.ts +1 -0
- package/bundles/mcp/node_modules/zod/v4-mini/index.js +1 -0
- package/bundles/mcp/node_modules/zod/v4-mini/package.json +6 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/.github/CR_logotype-full-color.png +0 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/.github/FUNDING.yml +1 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/.prettierrc.json +1 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/LICENSE +15 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/README.md +390 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/changelog.md +82 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/contributing.md +9 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/createIndex.ts +32 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/Options.js +51 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/Refs.js +26 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/errorMessages.js +19 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/getRelativePath.js +12 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/index.js +56 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/package.json +1 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parseDef.js +66 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parseTypes.js +2 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/any.js +21 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/array.js +30 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/bigint.js +53 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/boolean.js +9 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/branded.js +8 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/catch.js +8 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/date.js +50 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/default.js +11 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/effects.js +11 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/enum.js +10 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/intersection.js +56 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/literal.js +25 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/map.js +30 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/nativeEnum.js +20 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/never.js +15 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/null.js +14 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/nullable.js +37 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/number.js +56 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/object.js +76 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/optional.js +25 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/pipeline.js +24 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/promise.js +8 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/readonly.js +8 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/record.js +65 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/set.js +24 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/string.js +356 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/tuple.js +36 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/undefined.js +10 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/union.js +84 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/parsers/unknown.js +8 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/selectParser.js +109 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/cjs/zodToJsonSchema.js +90 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/Options.js +46 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/Refs.js +22 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +14 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js +8 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/index.js +40 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/package.json +1 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parseDef.js +62 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parseTypes.js +1 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +17 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +26 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +49 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +5 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +4 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +4 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +46 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +7 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +7 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +6 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +52 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +21 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +26 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +16 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +11 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +10 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +33 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +52 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +72 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +21 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +20 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +4 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +4 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +61 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +20 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +352 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +32 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +6 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +80 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +4 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/selectParser.js +105 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +87 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/Options.d.ts +37 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/Refs.d.ts +17 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/errorMessages.d.ts +15 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/getRelativePath.d.ts +1 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/index.d.ts +40 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parseDef.d.ts +4 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parseTypes.d.ts +34 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/any.d.ts +5 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/array.d.ts +12 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/bigint.d.ts +14 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/boolean.d.ts +4 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/branded.d.ts +3 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/catch.d.ts +3 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/date.d.ts +15 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/default.d.ts +6 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/effects.d.ts +4 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/enum.d.ts +6 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/intersection.d.ts +8 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/literal.d.ts +9 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/map.d.ts +15 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/nativeEnum.d.ts +6 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/never.d.ts +6 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/null.d.ts +5 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/nullable.d.ts +10 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/number.d.ts +13 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/object.d.ts +10 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/optional.d.ts +4 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/pipeline.d.ts +5 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/promise.d.ts +4 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/readonly.d.ts +3 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/record.d.ts +13 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/set.d.ts +13 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts +73 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/tuple.d.ts +13 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/undefined.d.ts +6 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/union.d.ts +23 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/parsers/unknown.d.ts +4 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/selectParser.d.ts +5 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/dist/types/zodToJsonSchema.d.ts +10 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/package.json +78 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/postcjs.ts +3 -0
- package/bundles/mcp/node_modules/zod-to-json-schema/postesm.ts +3 -0
- package/bundles/utils/node_modules/.package-lock.json +427 -0
- package/bundles/utils/node_modules/@types/debug/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/debug/README.md +74 -0
- package/bundles/utils/node_modules/@types/debug/index.d.ts +54 -0
- package/bundles/utils/node_modules/@types/debug/package.json +57 -0
- package/bundles/utils/node_modules/@types/diff/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/diff/README.md +15 -0
- package/bundles/utils/node_modules/@types/diff/index.d.mts +1 -0
- package/bundles/utils/node_modules/@types/diff/index.d.ts +465 -0
- package/bundles/utils/node_modules/@types/diff/package.json +48 -0
- package/bundles/utils/node_modules/@types/ini/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/ini/README.md +43 -0
- package/bundles/utils/node_modules/@types/ini/index.d.ts +24 -0
- package/bundles/utils/node_modules/@types/ini/package.json +35 -0
- package/bundles/utils/node_modules/@types/mime/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/mime/Mime.d.ts +9 -0
- package/bundles/utils/node_modules/@types/mime/README.md +16 -0
- package/bundles/utils/node_modules/@types/mime/index.d.ts +15 -0
- package/bundles/utils/node_modules/@types/mime/lite.d.ts +7 -0
- package/bundles/utils/node_modules/@types/mime/package.json +29 -0
- package/bundles/utils/node_modules/@types/minimatch/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/minimatch/README.md +16 -0
- package/bundles/utils/node_modules/@types/minimatch/index.d.ts +204 -0
- package/bundles/utils/node_modules/@types/minimatch/package.json +30 -0
- package/bundles/utils/node_modules/@types/ms/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/ms/README.md +16 -0
- package/bundles/utils/node_modules/@types/ms/index.d.ts +25 -0
- package/bundles/utils/node_modules/@types/ms/package.json +24 -0
- package/bundles/utils/node_modules/@types/node/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/node/README.md +16 -0
- package/bundles/utils/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/bundles/utils/node_modules/@types/node/assert.d.ts +912 -0
- package/bundles/utils/node_modules/@types/node/async_hooks.d.ts +501 -0
- package/bundles/utils/node_modules/@types/node/buffer.d.ts +2232 -0
- package/bundles/utils/node_modules/@types/node/child_process.d.ts +1366 -0
- package/bundles/utils/node_modules/@types/node/cluster.d.ts +414 -0
- package/bundles/utils/node_modules/@types/node/console.d.ts +412 -0
- package/bundles/utils/node_modules/@types/node/constants.d.ts +18 -0
- package/bundles/utils/node_modules/@types/node/crypto.d.ts +3307 -0
- package/bundles/utils/node_modules/@types/node/dgram.d.ts +545 -0
- package/bundles/utils/node_modules/@types/node/diagnostics_channel.d.ts +134 -0
- package/bundles/utils/node_modules/@types/node/dns/promises.d.ts +370 -0
- package/bundles/utils/node_modules/@types/node/dns.d.ts +659 -0
- package/bundles/utils/node_modules/@types/node/domain.d.ts +169 -0
- package/bundles/utils/node_modules/@types/node/events.d.ts +651 -0
- package/bundles/utils/node_modules/@types/node/fs/promises.d.ts +1091 -0
- package/bundles/utils/node_modules/@types/node/fs.d.ts +3869 -0
- package/bundles/utils/node_modules/@types/node/globals.d.ts +284 -0
- package/bundles/utils/node_modules/@types/node/globals.global.d.ts +1 -0
- package/bundles/utils/node_modules/@types/node/http.d.ts +1396 -0
- package/bundles/utils/node_modules/@types/node/http2.d.ts +2100 -0
- package/bundles/utils/node_modules/@types/node/https.d.ts +391 -0
- package/bundles/utils/node_modules/@types/node/index.d.ts +129 -0
- package/bundles/utils/node_modules/@types/node/inspector.d.ts +2744 -0
- package/bundles/utils/node_modules/@types/node/module.d.ts +114 -0
- package/bundles/utils/node_modules/@types/node/net.d.ts +791 -0
- package/bundles/utils/node_modules/@types/node/os.d.ts +455 -0
- package/bundles/utils/node_modules/@types/node/package.json +220 -0
- package/bundles/utils/node_modules/@types/node/path.d.ts +180 -0
- package/bundles/utils/node_modules/@types/node/perf_hooks.d.ts +557 -0
- package/bundles/utils/node_modules/@types/node/process.d.ts +1481 -0
- package/bundles/utils/node_modules/@types/node/punycode.d.ts +117 -0
- package/bundles/utils/node_modules/@types/node/querystring.d.ts +131 -0
- package/bundles/utils/node_modules/@types/node/readline.d.ts +650 -0
- package/bundles/utils/node_modules/@types/node/repl.d.ts +424 -0
- package/bundles/utils/node_modules/@types/node/stream/consumers.d.ts +24 -0
- package/bundles/utils/node_modules/@types/node/stream/promises.d.ts +42 -0
- package/bundles/utils/node_modules/@types/node/stream/web.d.ts +330 -0
- package/bundles/utils/node_modules/@types/node/stream.d.ts +1249 -0
- package/bundles/utils/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/bundles/utils/node_modules/@types/node/timers/promises.d.ts +68 -0
- package/bundles/utils/node_modules/@types/node/timers.d.ts +94 -0
- package/bundles/utils/node_modules/@types/node/tls.d.ts +1020 -0
- package/bundles/utils/node_modules/@types/node/trace_events.d.ts +161 -0
- package/bundles/utils/node_modules/@types/node/tty.d.ts +204 -0
- package/bundles/utils/node_modules/@types/node/url.d.ts +891 -0
- package/bundles/utils/node_modules/@types/node/util.d.ts +1594 -0
- package/bundles/utils/node_modules/@types/node/v8.d.ts +378 -0
- package/bundles/utils/node_modules/@types/node/vm.d.ts +507 -0
- package/bundles/utils/node_modules/@types/node/wasi.d.ts +158 -0
- package/bundles/utils/node_modules/@types/node/worker_threads.d.ts +649 -0
- package/bundles/utils/node_modules/@types/node/zlib.d.ts +517 -0
- package/bundles/utils/node_modules/@types/pngjs/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/pngjs/README.md +16 -0
- package/bundles/utils/node_modules/@types/pngjs/index.d.ts +108 -0
- package/bundles/utils/node_modules/@types/pngjs/package.json +37 -0
- package/bundles/utils/node_modules/@types/progress/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/progress/README.md +16 -0
- package/bundles/utils/node_modules/@types/progress/index.d.ts +148 -0
- package/bundles/utils/node_modules/@types/progress/package.json +27 -0
- package/bundles/utils/node_modules/@types/proper-lockfile/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/proper-lockfile/README.md +60 -0
- package/bundles/utils/node_modules/@types/proper-lockfile/index.d.ts +40 -0
- package/bundles/utils/node_modules/@types/proper-lockfile/package.json +37 -0
- package/bundles/utils/node_modules/@types/proxy-from-env/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/proxy-from-env/README.md +16 -0
- package/bundles/utils/node_modules/@types/proxy-from-env/index.d.ts +18 -0
- package/bundles/utils/node_modules/@types/proxy-from-env/package.json +31 -0
- package/bundles/utils/node_modules/@types/retry/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/retry/README.md +16 -0
- package/bundles/utils/node_modules/@types/retry/index.d.ts +153 -0
- package/bundles/utils/node_modules/@types/retry/package.json +30 -0
- package/bundles/utils/node_modules/@types/stack-utils/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/stack-utils/README.md +85 -0
- package/bundles/utils/node_modules/@types/stack-utils/index.d.ts +65 -0
- package/bundles/utils/node_modules/@types/stack-utils/package.json +25 -0
- package/bundles/utils/node_modules/@types/ws/LICENSE +21 -0
- package/bundles/utils/node_modules/@types/ws/README.md +16 -0
- package/bundles/utils/node_modules/@types/ws/index.d.mts +3 -0
- package/bundles/utils/node_modules/@types/ws/index.d.ts +358 -0
- package/bundles/utils/node_modules/@types/ws/package.json +66 -0
- package/bundles/utils/node_modules/agent-base/LICENSE +22 -0
- package/bundles/utils/node_modules/agent-base/README.md +69 -0
- package/bundles/utils/node_modules/agent-base/dist/helpers.d.ts +15 -0
- package/bundles/utils/node_modules/agent-base/dist/helpers.d.ts.map +1 -0
- package/bundles/utils/node_modules/agent-base/dist/helpers.js +66 -0
- package/bundles/utils/node_modules/agent-base/dist/helpers.js.map +1 -0
- package/bundles/utils/node_modules/agent-base/dist/index.d.ts +41 -0
- package/bundles/utils/node_modules/agent-base/dist/index.d.ts.map +1 -0
- package/bundles/utils/node_modules/agent-base/dist/index.js +178 -0
- package/bundles/utils/node_modules/agent-base/dist/index.js.map +1 -0
- package/bundles/utils/node_modules/agent-base/package.json +46 -0
- package/bundles/utils/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/bundles/utils/node_modules/balanced-match/LICENSE.md +21 -0
- package/bundles/utils/node_modules/balanced-match/README.md +97 -0
- package/bundles/utils/node_modules/balanced-match/index.js +62 -0
- package/bundles/utils/node_modules/balanced-match/package.json +48 -0
- package/bundles/utils/node_modules/brace-expansion/LICENSE +21 -0
- package/bundles/utils/node_modules/brace-expansion/README.md +129 -0
- package/bundles/utils/node_modules/brace-expansion/index.js +201 -0
- package/bundles/utils/node_modules/brace-expansion/package.json +50 -0
- package/bundles/utils/node_modules/colors/LICENSE +25 -0
- package/bundles/utils/node_modules/colors/README.md +221 -0
- package/bundles/utils/node_modules/colors/examples/normal-usage.js +82 -0
- package/bundles/utils/node_modules/colors/examples/safe-string.js +79 -0
- package/bundles/utils/node_modules/colors/index.d.ts +136 -0
- package/bundles/utils/node_modules/colors/lib/colors.js +211 -0
- package/bundles/utils/node_modules/colors/lib/custom/trap.js +46 -0
- package/bundles/utils/node_modules/colors/lib/custom/zalgo.js +110 -0
- package/bundles/utils/node_modules/colors/lib/extendStringPrototype.js +110 -0
- package/bundles/utils/node_modules/colors/lib/index.js +13 -0
- package/bundles/utils/node_modules/colors/lib/maps/america.js +10 -0
- package/bundles/utils/node_modules/colors/lib/maps/rainbow.js +12 -0
- package/bundles/utils/node_modules/colors/lib/maps/random.js +11 -0
- package/bundles/utils/node_modules/colors/lib/maps/zebra.js +5 -0
- package/bundles/utils/node_modules/colors/lib/styles.js +95 -0
- package/bundles/utils/node_modules/colors/lib/system/has-flag.js +35 -0
- package/bundles/utils/node_modules/colors/lib/system/supports-colors.js +151 -0
- package/bundles/utils/node_modules/colors/package.json +45 -0
- package/bundles/utils/node_modules/colors/safe.d.ts +48 -0
- package/bundles/utils/node_modules/colors/safe.js +10 -0
- package/bundles/utils/node_modules/colors/themes/generic-logging.js +12 -0
- package/bundles/utils/node_modules/commander/LICENSE +22 -0
- package/bundles/utils/node_modules/commander/Readme.md +1149 -0
- package/bundles/utils/node_modules/commander/esm.mjs +16 -0
- package/bundles/utils/node_modules/commander/index.js +24 -0
- package/bundles/utils/node_modules/commander/lib/argument.js +149 -0
- package/bundles/utils/node_modules/commander/lib/command.js +2662 -0
- package/bundles/utils/node_modules/commander/lib/error.js +39 -0
- package/bundles/utils/node_modules/commander/lib/help.js +709 -0
- package/bundles/utils/node_modules/commander/lib/option.js +367 -0
- package/bundles/utils/node_modules/commander/lib/suggestSimilar.js +101 -0
- package/bundles/utils/node_modules/commander/package-support.json +16 -0
- package/bundles/utils/node_modules/commander/package.json +82 -0
- package/bundles/utils/node_modules/commander/typings/esm.d.mts +3 -0
- package/bundles/utils/node_modules/commander/typings/index.d.ts +1045 -0
- package/bundles/utils/node_modules/concat-map/.travis.yml +4 -0
- package/bundles/utils/node_modules/concat-map/LICENSE +18 -0
- package/bundles/utils/node_modules/concat-map/README.markdown +62 -0
- package/bundles/utils/node_modules/concat-map/example/map.js +6 -0
- package/bundles/utils/node_modules/concat-map/index.js +13 -0
- package/bundles/utils/node_modules/concat-map/package.json +43 -0
- package/bundles/utils/node_modules/concat-map/test/map.js +39 -0
- package/bundles/utils/node_modules/debug/LICENSE +20 -0
- package/bundles/utils/node_modules/debug/README.md +481 -0
- package/bundles/utils/node_modules/debug/package.json +59 -0
- package/bundles/utils/node_modules/define-lazy-prop/index.d.ts +33 -0
- package/bundles/utils/node_modules/define-lazy-prop/index.js +19 -0
- package/bundles/utils/node_modules/define-lazy-prop/license +9 -0
- package/bundles/utils/node_modules/define-lazy-prop/package.json +48 -0
- package/bundles/utils/node_modules/define-lazy-prop/readme.md +64 -0
- package/bundles/utils/node_modules/diff/CONTRIBUTING.md +40 -0
- package/bundles/utils/node_modules/diff/LICENSE +29 -0
- package/bundles/utils/node_modules/diff/README.md +346 -0
- package/bundles/utils/node_modules/diff/dist/diff.js +2106 -0
- package/bundles/utils/node_modules/diff/dist/diff.min.js +37 -0
- package/bundles/utils/node_modules/diff/lib/convert/dmp.js +27 -0
- package/bundles/utils/node_modules/diff/lib/convert/xml.js +35 -0
- package/bundles/utils/node_modules/diff/lib/diff/array.js +39 -0
- package/bundles/utils/node_modules/diff/lib/diff/base.js +304 -0
- package/bundles/utils/node_modules/diff/lib/diff/character.js +33 -0
- package/bundles/utils/node_modules/diff/lib/diff/css.js +36 -0
- package/bundles/utils/node_modules/diff/lib/diff/json.js +143 -0
- package/bundles/utils/node_modules/diff/lib/diff/line.js +121 -0
- package/bundles/utils/node_modules/diff/lib/diff/sentence.js +36 -0
- package/bundles/utils/node_modules/diff/lib/diff/word.js +543 -0
- package/bundles/utils/node_modules/diff/lib/index.es6.js +2041 -0
- package/bundles/utils/node_modules/diff/lib/index.js +217 -0
- package/bundles/utils/node_modules/diff/lib/index.mjs +2041 -0
- package/bundles/utils/node_modules/diff/lib/patch/apply.js +393 -0
- package/bundles/utils/node_modules/diff/lib/patch/create.js +369 -0
- package/bundles/utils/node_modules/diff/lib/patch/line-endings.js +176 -0
- package/bundles/utils/node_modules/diff/lib/patch/merge.js +535 -0
- package/bundles/utils/node_modules/diff/lib/patch/parse.js +151 -0
- package/bundles/utils/node_modules/diff/lib/patch/reverse.js +58 -0
- package/bundles/utils/node_modules/diff/lib/util/array.js +27 -0
- package/bundles/utils/node_modules/diff/lib/util/distance-iterator.js +54 -0
- package/bundles/utils/node_modules/diff/lib/util/params.js +22 -0
- package/bundles/utils/node_modules/diff/lib/util/string.js +131 -0
- package/bundles/utils/node_modules/diff/package.json +88 -0
- package/bundles/utils/node_modules/diff/release-notes.md +361 -0
- package/bundles/utils/node_modules/diff/runtime.js +3 -0
- package/bundles/utils/node_modules/dotenv/CHANGELOG.md +475 -0
- package/bundles/utils/node_modules/dotenv/LICENSE +23 -0
- package/bundles/utils/node_modules/dotenv/README-es.md +448 -0
- package/bundles/utils/node_modules/dotenv/README.md +728 -0
- package/bundles/utils/node_modules/dotenv/config.d.ts +1 -0
- package/bundles/utils/node_modules/dotenv/config.js +9 -0
- package/bundles/utils/node_modules/dotenv/lib/cli-options.js +11 -0
- package/bundles/utils/node_modules/dotenv/lib/env-options.js +24 -0
- package/bundles/utils/node_modules/dotenv/lib/main.d.ts +153 -0
- package/bundles/utils/node_modules/dotenv/lib/main.js +361 -0
- package/bundles/utils/node_modules/dotenv/package.json +65 -0
- package/bundles/utils/node_modules/graceful-fs/LICENSE +15 -0
- package/bundles/utils/node_modules/graceful-fs/README.md +143 -0
- package/bundles/utils/node_modules/graceful-fs/clone.js +23 -0
- package/bundles/utils/node_modules/graceful-fs/graceful-fs.js +448 -0
- package/bundles/utils/node_modules/graceful-fs/legacy-streams.js +118 -0
- package/bundles/utils/node_modules/graceful-fs/package.json +50 -0
- package/bundles/utils/node_modules/graceful-fs/polyfills.js +355 -0
- package/bundles/utils/node_modules/https-proxy-agent/LICENSE +22 -0
- package/bundles/utils/node_modules/https-proxy-agent/README.md +70 -0
- package/bundles/utils/node_modules/https-proxy-agent/dist/index.d.ts +47 -0
- package/bundles/utils/node_modules/https-proxy-agent/dist/index.d.ts.map +1 -0
- package/bundles/utils/node_modules/https-proxy-agent/dist/index.js +180 -0
- package/bundles/utils/node_modules/https-proxy-agent/dist/index.js.map +1 -0
- package/bundles/utils/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +15 -0
- package/bundles/utils/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map +1 -0
- package/bundles/utils/node_modules/https-proxy-agent/dist/parse-proxy-response.js +101 -0
- package/bundles/utils/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
- package/bundles/utils/node_modules/https-proxy-agent/package.json +50 -0
- package/bundles/utils/node_modules/ini/LICENSE +15 -0
- package/bundles/utils/node_modules/ini/README.md +180 -0
- package/bundles/utils/node_modules/ini/lib/ini.js +280 -0
- package/bundles/utils/node_modules/ini/package.json +45 -0
- package/bundles/utils/node_modules/ip-address/LICENSE +19 -0
- package/bundles/utils/node_modules/ip-address/README.md +108 -0
- package/bundles/utils/node_modules/ip-address/dist/address-error.d.ts +5 -0
- package/bundles/utils/node_modules/ip-address/dist/address-error.d.ts.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/address-error.js +14 -0
- package/bundles/utils/node_modules/ip-address/dist/address-error.js.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/common.d.ts +8 -0
- package/bundles/utils/node_modules/ip-address/dist/common.d.ts.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/common.js +26 -0
- package/bundles/utils/node_modules/ip-address/dist/common.js.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/ip-address.d.ts +11 -0
- package/bundles/utils/node_modules/ip-address/dist/ip-address.d.ts.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/ip-address.js +35 -0
- package/bundles/utils/node_modules/ip-address/dist/ip-address.js.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/ipv4.d.ts +194 -0
- package/bundles/utils/node_modules/ip-address/dist/ipv4.d.ts.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/ipv4.js +326 -0
- package/bundles/utils/node_modules/ip-address/dist/ipv4.js.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/ipv6.d.ts +429 -0
- package/bundles/utils/node_modules/ip-address/dist/ipv6.d.ts.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/ipv6.js +998 -0
- package/bundles/utils/node_modules/ip-address/dist/ipv6.js.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/v4/constants.d.ts +5 -0
- package/bundles/utils/node_modules/ip-address/dist/v4/constants.d.ts.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/v4/constants.js +8 -0
- package/bundles/utils/node_modules/ip-address/dist/v4/constants.js.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/v6/constants.d.ts +45 -0
- package/bundles/utils/node_modules/ip-address/dist/v6/constants.d.ts.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/v6/constants.js +76 -0
- package/bundles/utils/node_modules/ip-address/dist/v6/constants.js.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/v6/helpers.d.ts +18 -0
- package/bundles/utils/node_modules/ip-address/dist/v6/helpers.d.ts.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/v6/helpers.js +48 -0
- package/bundles/utils/node_modules/ip-address/dist/v6/helpers.js.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/v6/regular-expressions.d.ts +6 -0
- package/bundles/utils/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map +1 -0
- package/bundles/utils/node_modules/ip-address/dist/v6/regular-expressions.js +96 -0
- package/bundles/utils/node_modules/ip-address/dist/v6/regular-expressions.js.map +1 -0
- package/bundles/utils/node_modules/ip-address/package.json +87 -0
- package/bundles/utils/node_modules/is-docker/cli.js +5 -0
- package/bundles/utils/node_modules/is-docker/index.d.ts +15 -0
- package/bundles/utils/node_modules/is-docker/index.js +29 -0
- package/bundles/utils/node_modules/is-docker/license +9 -0
- package/bundles/utils/node_modules/is-docker/package.json +42 -0
- package/bundles/utils/node_modules/is-docker/readme.md +27 -0
- package/bundles/utils/node_modules/is-wsl/index.d.ts +15 -0
- package/bundles/utils/node_modules/is-wsl/index.js +31 -0
- package/bundles/utils/node_modules/is-wsl/license +9 -0
- package/bundles/utils/node_modules/is-wsl/package.json +45 -0
- package/bundles/utils/node_modules/is-wsl/readme.md +36 -0
- package/bundles/utils/node_modules/jpeg-js/.github/workflows/ci.yml +19 -0
- package/bundles/utils/node_modules/jpeg-js/CONTRIBUTING.md +27 -0
- package/bundles/utils/node_modules/jpeg-js/LICENSE +25 -0
- package/bundles/utils/node_modules/jpeg-js/README.md +176 -0
- package/bundles/utils/node_modules/jpeg-js/index.d.ts +36 -0
- package/bundles/utils/node_modules/jpeg-js/index.js +7 -0
- package/bundles/utils/node_modules/jpeg-js/lib/decoder.js +1151 -0
- package/bundles/utils/node_modules/jpeg-js/lib/encoder.js +814 -0
- package/bundles/utils/node_modules/jpeg-js/package.json +32 -0
- package/bundles/utils/node_modules/jsbn/CHANGELOG.md +16 -0
- package/bundles/utils/node_modules/jsbn/LICENSE +40 -0
- package/bundles/utils/node_modules/jsbn/README.md +173 -0
- package/bundles/utils/node_modules/jsbn/example.html +11 -0
- package/bundles/utils/node_modules/jsbn/example.js +5 -0
- package/bundles/utils/node_modules/jsbn/index.js +1361 -0
- package/bundles/utils/node_modules/jsbn/package.json +21 -0
- package/bundles/utils/node_modules/jsbn/test/es6-import.js +3 -0
- package/bundles/utils/node_modules/mime/CHANGELOG.md +312 -0
- package/bundles/utils/node_modules/mime/LICENSE +21 -0
- package/bundles/utils/node_modules/mime/Mime.js +97 -0
- package/bundles/utils/node_modules/mime/README.md +178 -0
- package/bundles/utils/node_modules/mime/cli.js +46 -0
- package/bundles/utils/node_modules/mime/index.js +4 -0
- package/bundles/utils/node_modules/mime/lite.js +4 -0
- package/bundles/utils/node_modules/mime/package.json +52 -0
- package/bundles/utils/node_modules/mime/types/other.js +1 -0
- package/bundles/utils/node_modules/mime/types/standard.js +1 -0
- package/bundles/utils/node_modules/minimatch/LICENSE +15 -0
- package/bundles/utils/node_modules/minimatch/README.md +230 -0
- package/bundles/utils/node_modules/minimatch/minimatch.js +1005 -0
- package/bundles/utils/node_modules/minimatch/package.json +33 -0
- package/bundles/utils/node_modules/ms/index.js +162 -0
- package/bundles/utils/node_modules/ms/license.md +21 -0
- package/bundles/utils/node_modules/ms/package.json +37 -0
- package/bundles/utils/node_modules/ms/readme.md +60 -0
- package/bundles/utils/node_modules/open/index.d.ts +153 -0
- package/bundles/utils/node_modules/open/index.js +315 -0
- package/bundles/utils/node_modules/open/license +9 -0
- package/bundles/utils/node_modules/open/package.json +61 -0
- package/bundles/utils/node_modules/open/readme.md +183 -0
- package/bundles/utils/node_modules/open/xdg-open +1066 -0
- package/bundles/utils/node_modules/pngjs/LICENSE +20 -0
- package/bundles/utils/node_modules/pngjs/README.md +433 -0
- package/bundles/utils/node_modules/pngjs/browser.js +18554 -0
- package/bundles/utils/node_modules/pngjs/lib/bitmapper.js +267 -0
- package/bundles/utils/node_modules/pngjs/lib/bitpacker.js +158 -0
- package/bundles/utils/node_modules/pngjs/lib/chunkstream.js +189 -0
- package/bundles/utils/node_modules/pngjs/lib/constants.js +32 -0
- package/bundles/utils/node_modules/pngjs/lib/crc.js +40 -0
- package/bundles/utils/node_modules/pngjs/lib/filter-pack.js +171 -0
- package/bundles/utils/node_modules/pngjs/lib/filter-parse-async.js +24 -0
- package/bundles/utils/node_modules/pngjs/lib/filter-parse-sync.js +21 -0
- package/bundles/utils/node_modules/pngjs/lib/filter-parse.js +177 -0
- package/bundles/utils/node_modules/pngjs/lib/format-normaliser.js +93 -0
- package/bundles/utils/node_modules/pngjs/lib/interlace.js +95 -0
- package/bundles/utils/node_modules/pngjs/lib/packer-async.js +50 -0
- package/bundles/utils/node_modules/pngjs/lib/packer-sync.js +56 -0
- package/bundles/utils/node_modules/pngjs/lib/packer.js +129 -0
- package/bundles/utils/node_modules/pngjs/lib/paeth-predictor.js +16 -0
- package/bundles/utils/node_modules/pngjs/lib/parser-async.js +169 -0
- package/bundles/utils/node_modules/pngjs/lib/parser-sync.js +112 -0
- package/bundles/utils/node_modules/pngjs/lib/parser.js +290 -0
- package/bundles/utils/node_modules/pngjs/lib/png-sync.js +12 -0
- package/bundles/utils/node_modules/pngjs/lib/png.js +194 -0
- package/bundles/utils/node_modules/pngjs/lib/sync-inflate.js +168 -0
- package/bundles/utils/node_modules/pngjs/lib/sync-reader.js +45 -0
- package/bundles/utils/node_modules/pngjs/package.json +77 -0
- package/bundles/utils/node_modules/progress/CHANGELOG.md +115 -0
- package/bundles/utils/node_modules/progress/LICENSE +22 -0
- package/bundles/utils/node_modules/progress/Makefile +8 -0
- package/bundles/utils/node_modules/progress/Readme.md +146 -0
- package/bundles/utils/node_modules/progress/index.js +1 -0
- package/bundles/utils/node_modules/progress/lib/node-progress.js +236 -0
- package/bundles/utils/node_modules/progress/package.json +26 -0
- package/bundles/utils/node_modules/proxy-from-env/.github/workflows/run-tests.yaml +66 -0
- package/bundles/utils/node_modules/proxy-from-env/LICENSE +20 -0
- package/bundles/utils/node_modules/proxy-from-env/README.md +154 -0
- package/bundles/utils/node_modules/proxy-from-env/eslint.config.mjs +54 -0
- package/bundles/utils/node_modules/proxy-from-env/index.js +103 -0
- package/bundles/utils/node_modules/proxy-from-env/package.json +35 -0
- package/bundles/utils/node_modules/proxy-from-env/test.js +432 -0
- package/bundles/utils/node_modules/retry/.travis.yml +15 -0
- package/bundles/utils/node_modules/retry/License +21 -0
- package/bundles/utils/node_modules/retry/Makefile +18 -0
- package/bundles/utils/node_modules/retry/README.md +227 -0
- package/bundles/utils/node_modules/retry/equation.gif +0 -0
- package/bundles/utils/node_modules/retry/example/dns.js +31 -0
- package/bundles/utils/node_modules/retry/example/stop.js +40 -0
- package/bundles/utils/node_modules/retry/index.js +1 -0
- package/bundles/utils/node_modules/retry/lib/retry.js +100 -0
- package/bundles/utils/node_modules/retry/lib/retry_operation.js +158 -0
- package/bundles/utils/node_modules/retry/package.json +32 -0
- package/bundles/utils/node_modules/retry/test/common.js +10 -0
- package/bundles/utils/node_modules/retry/test/integration/test-forever.js +24 -0
- package/bundles/utils/node_modules/retry/test/integration/test-retry-operation.js +258 -0
- package/bundles/utils/node_modules/retry/test/integration/test-retry-wrap.js +101 -0
- package/bundles/utils/node_modules/retry/test/integration/test-timeouts.js +69 -0
- package/bundles/utils/node_modules/signal-exit/LICENSE.txt +16 -0
- package/bundles/utils/node_modules/signal-exit/README.md +39 -0
- package/bundles/utils/node_modules/signal-exit/index.js +202 -0
- package/bundles/utils/node_modules/signal-exit/package.json +38 -0
- package/bundles/utils/node_modules/signal-exit/signals.js +53 -0
- package/bundles/utils/node_modules/smart-buffer/.prettierrc.yaml +5 -0
- package/bundles/utils/node_modules/smart-buffer/.travis.yml +13 -0
- package/bundles/utils/node_modules/smart-buffer/LICENSE +20 -0
- package/bundles/utils/node_modules/smart-buffer/README.md +633 -0
- package/bundles/utils/node_modules/smart-buffer/build/smartbuffer.js +1233 -0
- package/bundles/utils/node_modules/smart-buffer/build/smartbuffer.js.map +1 -0
- package/bundles/utils/node_modules/smart-buffer/build/utils.js +108 -0
- package/bundles/utils/node_modules/smart-buffer/build/utils.js.map +1 -0
- package/bundles/utils/node_modules/smart-buffer/docs/CHANGELOG.md +70 -0
- package/bundles/utils/node_modules/smart-buffer/docs/README_v3.md +367 -0
- package/bundles/utils/node_modules/smart-buffer/docs/ROADMAP.md +0 -0
- package/bundles/utils/node_modules/smart-buffer/package.json +79 -0
- package/bundles/utils/node_modules/smart-buffer/typings/smartbuffer.d.ts +755 -0
- package/bundles/utils/node_modules/smart-buffer/typings/utils.d.ts +66 -0
- package/bundles/utils/node_modules/socks/.prettierrc.yaml +7 -0
- package/bundles/utils/node_modules/socks/LICENSE +20 -0
- package/bundles/utils/node_modules/socks/README.md +686 -0
- package/bundles/utils/node_modules/socks/build/client/socksclient.js +793 -0
- package/bundles/utils/node_modules/socks/build/client/socksclient.js.map +1 -0
- package/bundles/utils/node_modules/socks/build/common/constants.js +108 -0
- package/bundles/utils/node_modules/socks/build/common/constants.js.map +1 -0
- package/bundles/utils/node_modules/socks/build/common/helpers.js +166 -0
- package/bundles/utils/node_modules/socks/build/common/helpers.js.map +1 -0
- package/bundles/utils/node_modules/socks/build/common/receivebuffer.js +43 -0
- package/bundles/utils/node_modules/socks/build/common/receivebuffer.js.map +1 -0
- package/bundles/utils/node_modules/socks/build/common/util.js +25 -0
- package/bundles/utils/node_modules/socks/build/common/util.js.map +1 -0
- package/bundles/utils/node_modules/socks/build/index.js +18 -0
- package/bundles/utils/node_modules/socks/build/index.js.map +1 -0
- package/bundles/utils/node_modules/socks/docs/examples/index.md +17 -0
- package/bundles/utils/node_modules/socks/docs/examples/javascript/associateExample.md +90 -0
- package/bundles/utils/node_modules/socks/docs/examples/javascript/bindExample.md +83 -0
- package/bundles/utils/node_modules/socks/docs/examples/javascript/connectExample.md +258 -0
- package/bundles/utils/node_modules/socks/docs/examples/typescript/associateExample.md +93 -0
- package/bundles/utils/node_modules/socks/docs/examples/typescript/bindExample.md +86 -0
- package/bundles/utils/node_modules/socks/docs/examples/typescript/connectExample.md +265 -0
- package/bundles/utils/node_modules/socks/docs/index.md +5 -0
- package/bundles/utils/node_modules/socks/docs/migratingFromV1.md +86 -0
- package/bundles/utils/node_modules/socks/package.json +58 -0
- package/bundles/utils/node_modules/socks/typings/client/socksclient.d.ts +162 -0
- package/bundles/utils/node_modules/socks/typings/common/constants.d.ts +151 -0
- package/bundles/utils/node_modules/socks/typings/common/helpers.d.ts +17 -0
- package/bundles/utils/node_modules/socks/typings/common/receivebuffer.d.ts +12 -0
- package/bundles/utils/node_modules/socks/typings/common/util.d.ts +14 -0
- package/bundles/utils/node_modules/socks/typings/index.d.ts +1 -0
- package/bundles/utils/node_modules/socks-proxy-agent/LICENSE +22 -0
- package/bundles/utils/node_modules/socks-proxy-agent/README.md +50 -0
- package/bundles/utils/node_modules/socks-proxy-agent/dist/index.d.ts +27 -0
- package/bundles/utils/node_modules/socks-proxy-agent/dist/index.d.ts.map +1 -0
- package/bundles/utils/node_modules/socks-proxy-agent/dist/index.js +195 -0
- package/bundles/utils/node_modules/socks-proxy-agent/dist/index.js.map +1 -0
- package/bundles/utils/node_modules/socks-proxy-agent/package.json +142 -0
- package/bundles/utils/node_modules/sprintf-js/CONTRIBUTORS.md +26 -0
- package/bundles/utils/node_modules/sprintf-js/LICENSE +24 -0
- package/bundles/utils/node_modules/sprintf-js/README.md +143 -0
- package/bundles/utils/node_modules/sprintf-js/dist/.gitattributes +4 -0
- package/bundles/utils/node_modules/sprintf-js/dist/angular-sprintf.min.js +3 -0
- package/bundles/utils/node_modules/sprintf-js/dist/angular-sprintf.min.js.map +1 -0
- package/bundles/utils/node_modules/sprintf-js/dist/sprintf.min.js +3 -0
- package/bundles/utils/node_modules/sprintf-js/dist/sprintf.min.js.map +1 -0
- package/bundles/utils/node_modules/sprintf-js/package.json +35 -0
- package/bundles/utils/node_modules/ws/LICENSE +20 -0
- package/bundles/utils/node_modules/ws/README.md +548 -0
- package/bundles/utils/node_modules/ws/browser.js +8 -0
- package/bundles/utils/node_modules/ws/index.js +13 -0
- package/bundles/utils/node_modules/ws/lib/buffer-util.js +131 -0
- package/bundles/utils/node_modules/ws/lib/constants.js +12 -0
- package/bundles/utils/node_modules/ws/lib/event-target.js +292 -0
- package/bundles/utils/node_modules/ws/lib/extension.js +203 -0
- package/bundles/utils/node_modules/ws/lib/limiter.js +55 -0
- package/bundles/utils/node_modules/ws/lib/permessage-deflate.js +514 -0
- package/bundles/utils/node_modules/ws/lib/receiver.js +704 -0
- package/bundles/utils/node_modules/ws/lib/sender.js +497 -0
- package/bundles/utils/node_modules/ws/lib/stream.js +159 -0
- package/bundles/utils/node_modules/ws/lib/subprotocol.js +62 -0
- package/bundles/utils/node_modules/ws/lib/validation.js +130 -0
- package/bundles/utils/node_modules/ws/lib/websocket-server.js +540 -0
- package/bundles/utils/node_modules/ws/lib/websocket.js +1338 -0
- package/bundles/utils/node_modules/ws/package.json +69 -0
- package/bundles/utils/node_modules/ws/wrapper.mjs +8 -0
- package/bundles/utils/node_modules/yaml/LICENSE +13 -0
- package/bundles/utils/node_modules/yaml/README.md +169 -0
- package/bundles/utils/node_modules/yaml/bin.mjs +11 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/compose-collection.js +88 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/compose-doc.js +43 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/compose-node.js +102 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/compose-scalar.js +86 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/composer.js +217 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/resolve-block-map.js +115 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +198 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +49 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/resolve-end.js +37 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +207 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +223 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/resolve-props.js +148 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/util-contains-newline.js +34 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +27 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +15 -0
- package/bundles/utils/node_modules/yaml/browser/dist/compose/util-map-includes.js +13 -0
- package/bundles/utils/node_modules/yaml/browser/dist/doc/Document.js +335 -0
- package/bundles/utils/node_modules/yaml/browser/dist/doc/anchors.js +72 -0
- package/bundles/utils/node_modules/yaml/browser/dist/doc/applyReviver.js +55 -0
- package/bundles/utils/node_modules/yaml/browser/dist/doc/createNode.js +89 -0
- package/bundles/utils/node_modules/yaml/browser/dist/doc/directives.js +176 -0
- package/bundles/utils/node_modules/yaml/browser/dist/errors.js +57 -0
- package/bundles/utils/node_modules/yaml/browser/dist/index.js +17 -0
- package/bundles/utils/node_modules/yaml/browser/dist/log.js +14 -0
- package/bundles/utils/node_modules/yaml/browser/dist/nodes/Alias.js +101 -0
- package/bundles/utils/node_modules/yaml/browser/dist/nodes/Collection.js +147 -0
- package/bundles/utils/node_modules/yaml/browser/dist/nodes/Node.js +38 -0
- package/bundles/utils/node_modules/yaml/browser/dist/nodes/Pair.js +36 -0
- package/bundles/utils/node_modules/yaml/browser/dist/nodes/Scalar.js +24 -0
- package/bundles/utils/node_modules/yaml/browser/dist/nodes/YAMLMap.js +144 -0
- package/bundles/utils/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +113 -0
- package/bundles/utils/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +62 -0
- package/bundles/utils/node_modules/yaml/browser/dist/nodes/identity.js +36 -0
- package/bundles/utils/node_modules/yaml/browser/dist/nodes/toJS.js +37 -0
- package/bundles/utils/node_modules/yaml/browser/dist/parse/cst-scalar.js +214 -0
- package/bundles/utils/node_modules/yaml/browser/dist/parse/cst-stringify.js +61 -0
- package/bundles/utils/node_modules/yaml/browser/dist/parse/cst-visit.js +97 -0
- package/bundles/utils/node_modules/yaml/browser/dist/parse/cst.js +98 -0
- package/bundles/utils/node_modules/yaml/browser/dist/parse/lexer.js +717 -0
- package/bundles/utils/node_modules/yaml/browser/dist/parse/line-counter.js +39 -0
- package/bundles/utils/node_modules/yaml/browser/dist/parse/parser.js +954 -0
- package/bundles/utils/node_modules/yaml/browser/dist/public-api.js +102 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/Schema.js +37 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/common/map.js +17 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/common/null.js +15 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/common/seq.js +17 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/common/string.js +14 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/core/bool.js +19 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/core/float.js +43 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/core/int.js +38 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/core/schema.js +23 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/json/schema.js +62 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/tags.js +96 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +66 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +26 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +46 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +71 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +64 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +74 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +78 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +39 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +93 -0
- package/bundles/utils/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +101 -0
- package/bundles/utils/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +146 -0
- package/bundles/utils/node_modules/yaml/browser/dist/stringify/stringify.js +129 -0
- package/bundles/utils/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +143 -0
- package/bundles/utils/node_modules/yaml/browser/dist/stringify/stringifyComment.js +20 -0
- package/bundles/utils/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +85 -0
- package/bundles/utils/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +24 -0
- package/bundles/utils/node_modules/yaml/browser/dist/stringify/stringifyPair.js +150 -0
- package/bundles/utils/node_modules/yaml/browser/dist/stringify/stringifyString.js +328 -0
- package/bundles/utils/node_modules/yaml/browser/dist/util.js +11 -0
- package/bundles/utils/node_modules/yaml/browser/dist/visit.js +233 -0
- package/bundles/utils/node_modules/yaml/browser/index.js +5 -0
- package/bundles/utils/node_modules/yaml/browser/package.json +3 -0
- package/bundles/utils/node_modules/yaml/dist/cli.d.ts +8 -0
- package/bundles/utils/node_modules/yaml/dist/cli.mjs +199 -0
- package/bundles/utils/node_modules/yaml/dist/compose/compose-collection.d.ts +11 -0
- package/bundles/utils/node_modules/yaml/dist/compose/compose-collection.js +90 -0
- package/bundles/utils/node_modules/yaml/dist/compose/compose-doc.d.ts +7 -0
- package/bundles/utils/node_modules/yaml/dist/compose/compose-doc.js +45 -0
- package/bundles/utils/node_modules/yaml/dist/compose/compose-node.d.ts +29 -0
- package/bundles/utils/node_modules/yaml/dist/compose/compose-node.js +105 -0
- package/bundles/utils/node_modules/yaml/dist/compose/compose-scalar.d.ts +5 -0
- package/bundles/utils/node_modules/yaml/dist/compose/compose-scalar.js +88 -0
- package/bundles/utils/node_modules/yaml/dist/compose/composer.d.ts +62 -0
- package/bundles/utils/node_modules/yaml/dist/compose/composer.js +221 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-block-map.d.ts +6 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-block-map.js +117 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +11 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-block-scalar.js +200 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +6 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-block-seq.js +51 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-end.d.ts +6 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-end.js +39 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +7 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-flow-collection.js +209 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +10 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-flow-scalar.js +225 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-props.d.ts +23 -0
- package/bundles/utils/node_modules/yaml/dist/compose/resolve-props.js +150 -0
- package/bundles/utils/node_modules/yaml/dist/compose/util-contains-newline.d.ts +2 -0
- package/bundles/utils/node_modules/yaml/dist/compose/util-contains-newline.js +36 -0
- package/bundles/utils/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +2 -0
- package/bundles/utils/node_modules/yaml/dist/compose/util-empty-scalar-position.js +29 -0
- package/bundles/utils/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +3 -0
- package/bundles/utils/node_modules/yaml/dist/compose/util-flow-indent-check.js +17 -0
- package/bundles/utils/node_modules/yaml/dist/compose/util-map-includes.d.ts +4 -0
- package/bundles/utils/node_modules/yaml/dist/compose/util-map-includes.js +15 -0
- package/bundles/utils/node_modules/yaml/dist/doc/Document.d.ts +141 -0
- package/bundles/utils/node_modules/yaml/dist/doc/Document.js +337 -0
- package/bundles/utils/node_modules/yaml/dist/doc/anchors.d.ts +24 -0
- package/bundles/utils/node_modules/yaml/dist/doc/anchors.js +77 -0
- package/bundles/utils/node_modules/yaml/dist/doc/applyReviver.d.ts +9 -0
- package/bundles/utils/node_modules/yaml/dist/doc/applyReviver.js +57 -0
- package/bundles/utils/node_modules/yaml/dist/doc/createNode.d.ts +17 -0
- package/bundles/utils/node_modules/yaml/dist/doc/createNode.js +91 -0
- package/bundles/utils/node_modules/yaml/dist/doc/directives.d.ts +49 -0
- package/bundles/utils/node_modules/yaml/dist/doc/directives.js +178 -0
- package/bundles/utils/node_modules/yaml/dist/errors.d.ts +21 -0
- package/bundles/utils/node_modules/yaml/dist/errors.js +62 -0
- package/bundles/utils/node_modules/yaml/dist/index.d.ts +22 -0
- package/bundles/utils/node_modules/yaml/dist/index.js +50 -0
- package/bundles/utils/node_modules/yaml/dist/log.d.ts +3 -0
- package/bundles/utils/node_modules/yaml/dist/log.js +17 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/Alias.d.ts +28 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/Alias.js +103 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/Collection.d.ts +73 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/Collection.js +151 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/Node.d.ts +53 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/Node.js +40 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/Pair.d.ts +21 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/Pair.js +39 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/Scalar.d.ts +42 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/Scalar.js +27 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/YAMLMap.d.ts +53 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/YAMLMap.js +147 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +60 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/YAMLSeq.js +115 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +4 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/addPairToJSMap.js +64 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/identity.d.ts +23 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/identity.js +53 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/toJS.d.ts +27 -0
- package/bundles/utils/node_modules/yaml/dist/nodes/toJS.js +39 -0
- package/bundles/utils/node_modules/yaml/dist/options.d.ts +344 -0
- package/bundles/utils/node_modules/yaml/dist/parse/cst-scalar.d.ts +64 -0
- package/bundles/utils/node_modules/yaml/dist/parse/cst-scalar.js +218 -0
- package/bundles/utils/node_modules/yaml/dist/parse/cst-stringify.d.ts +8 -0
- package/bundles/utils/node_modules/yaml/dist/parse/cst-stringify.js +63 -0
- package/bundles/utils/node_modules/yaml/dist/parse/cst-visit.d.ts +39 -0
- package/bundles/utils/node_modules/yaml/dist/parse/cst-visit.js +99 -0
- package/bundles/utils/node_modules/yaml/dist/parse/cst.d.ts +108 -0
- package/bundles/utils/node_modules/yaml/dist/parse/cst.js +112 -0
- package/bundles/utils/node_modules/yaml/dist/parse/lexer.d.ts +87 -0
- package/bundles/utils/node_modules/yaml/dist/parse/lexer.js +719 -0
- package/bundles/utils/node_modules/yaml/dist/parse/line-counter.d.ts +22 -0
- package/bundles/utils/node_modules/yaml/dist/parse/line-counter.js +41 -0
- package/bundles/utils/node_modules/yaml/dist/parse/parser.d.ts +84 -0
- package/bundles/utils/node_modules/yaml/dist/parse/parser.js +958 -0
- package/bundles/utils/node_modules/yaml/dist/public-api.d.ts +43 -0
- package/bundles/utils/node_modules/yaml/dist/public-api.js +107 -0
- package/bundles/utils/node_modules/yaml/dist/schema/Schema.d.ts +17 -0
- package/bundles/utils/node_modules/yaml/dist/schema/Schema.js +39 -0
- package/bundles/utils/node_modules/yaml/dist/schema/common/map.d.ts +2 -0
- package/bundles/utils/node_modules/yaml/dist/schema/common/map.js +19 -0
- package/bundles/utils/node_modules/yaml/dist/schema/common/null.d.ts +4 -0
- package/bundles/utils/node_modules/yaml/dist/schema/common/null.js +17 -0
- package/bundles/utils/node_modules/yaml/dist/schema/common/seq.d.ts +2 -0
- package/bundles/utils/node_modules/yaml/dist/schema/common/seq.js +19 -0
- package/bundles/utils/node_modules/yaml/dist/schema/common/string.d.ts +2 -0
- package/bundles/utils/node_modules/yaml/dist/schema/common/string.js +16 -0
- package/bundles/utils/node_modules/yaml/dist/schema/core/bool.d.ts +4 -0
- package/bundles/utils/node_modules/yaml/dist/schema/core/bool.js +21 -0
- package/bundles/utils/node_modules/yaml/dist/schema/core/float.d.ts +4 -0
- package/bundles/utils/node_modules/yaml/dist/schema/core/float.js +47 -0
- package/bundles/utils/node_modules/yaml/dist/schema/core/int.d.ts +4 -0
- package/bundles/utils/node_modules/yaml/dist/schema/core/int.js +42 -0
- package/bundles/utils/node_modules/yaml/dist/schema/core/schema.d.ts +1 -0
- package/bundles/utils/node_modules/yaml/dist/schema/core/schema.js +25 -0
- package/bundles/utils/node_modules/yaml/dist/schema/json/schema.d.ts +2 -0
- package/bundles/utils/node_modules/yaml/dist/schema/json/schema.js +64 -0
- package/bundles/utils/node_modules/yaml/dist/schema/json-schema.d.ts +69 -0
- package/bundles/utils/node_modules/yaml/dist/schema/tags.d.ts +48 -0
- package/bundles/utils/node_modules/yaml/dist/schema/tags.js +99 -0
- package/bundles/utils/node_modules/yaml/dist/schema/types.d.ts +92 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +2 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/binary.js +68 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +7 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/bool.js +29 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +4 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/float.js +50 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +5 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/int.js +76 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/merge.d.ts +9 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/merge.js +68 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +28 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/omap.js +77 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +10 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +82 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +1 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/schema.js +41 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +28 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/set.js +96 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +6 -0
- package/bundles/utils/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +105 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/foldFlowLines.d.ts +34 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/foldFlowLines.js +151 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringify.d.ts +21 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringify.js +132 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +17 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringifyCollection.js +145 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringifyComment.d.ts +10 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringifyComment.js +24 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +4 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringifyDocument.js +87 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +2 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringifyNumber.js +26 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringifyPair.d.ts +3 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringifyPair.js +152 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringifyString.d.ts +9 -0
- package/bundles/utils/node_modules/yaml/dist/stringify/stringifyString.js +330 -0
- package/bundles/utils/node_modules/yaml/dist/test-events.d.ts +4 -0
- package/bundles/utils/node_modules/yaml/dist/test-events.js +134 -0
- package/bundles/utils/node_modules/yaml/dist/util.d.ts +12 -0
- package/bundles/utils/node_modules/yaml/dist/util.js +28 -0
- package/bundles/utils/node_modules/yaml/dist/visit.d.ts +102 -0
- package/bundles/utils/node_modules/yaml/dist/visit.js +236 -0
- package/bundles/utils/node_modules/yaml/package.json +96 -0
- package/bundles/utils/node_modules/yaml/util.js +2 -0
- package/bundles/zip/node_modules/.package-lock.json +139 -0
- package/bundles/zip/node_modules/@types/node/LICENSE +21 -0
- package/bundles/zip/node_modules/@types/node/README.md +16 -0
- package/bundles/zip/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/bundles/zip/node_modules/@types/node/assert.d.ts +912 -0
- package/bundles/zip/node_modules/@types/node/async_hooks.d.ts +501 -0
- package/bundles/zip/node_modules/@types/node/buffer.d.ts +2232 -0
- package/bundles/zip/node_modules/@types/node/child_process.d.ts +1366 -0
- package/bundles/zip/node_modules/@types/node/cluster.d.ts +414 -0
- package/bundles/zip/node_modules/@types/node/console.d.ts +412 -0
- package/bundles/zip/node_modules/@types/node/constants.d.ts +18 -0
- package/bundles/zip/node_modules/@types/node/crypto.d.ts +3307 -0
- package/bundles/zip/node_modules/@types/node/dgram.d.ts +545 -0
- package/bundles/zip/node_modules/@types/node/diagnostics_channel.d.ts +134 -0
- package/bundles/zip/node_modules/@types/node/dns/promises.d.ts +370 -0
- package/bundles/zip/node_modules/@types/node/dns.d.ts +659 -0
- package/bundles/zip/node_modules/@types/node/domain.d.ts +169 -0
- package/bundles/zip/node_modules/@types/node/events.d.ts +651 -0
- package/bundles/zip/node_modules/@types/node/fs/promises.d.ts +1091 -0
- package/bundles/zip/node_modules/@types/node/fs.d.ts +3869 -0
- package/bundles/zip/node_modules/@types/node/globals.d.ts +284 -0
- package/bundles/zip/node_modules/@types/node/globals.global.d.ts +1 -0
- package/bundles/zip/node_modules/@types/node/http.d.ts +1396 -0
- package/bundles/zip/node_modules/@types/node/http2.d.ts +2100 -0
- package/bundles/zip/node_modules/@types/node/https.d.ts +391 -0
- package/bundles/zip/node_modules/@types/node/index.d.ts +129 -0
- package/bundles/zip/node_modules/@types/node/inspector.d.ts +2744 -0
- package/bundles/zip/node_modules/@types/node/module.d.ts +114 -0
- package/bundles/zip/node_modules/@types/node/net.d.ts +791 -0
- package/bundles/zip/node_modules/@types/node/os.d.ts +455 -0
- package/bundles/zip/node_modules/@types/node/package.json +220 -0
- package/bundles/zip/node_modules/@types/node/path.d.ts +180 -0
- package/bundles/zip/node_modules/@types/node/perf_hooks.d.ts +557 -0
- package/bundles/zip/node_modules/@types/node/process.d.ts +1481 -0
- package/bundles/zip/node_modules/@types/node/punycode.d.ts +117 -0
- package/bundles/zip/node_modules/@types/node/querystring.d.ts +131 -0
- package/bundles/zip/node_modules/@types/node/readline.d.ts +650 -0
- package/bundles/zip/node_modules/@types/node/repl.d.ts +424 -0
- package/bundles/zip/node_modules/@types/node/stream/consumers.d.ts +24 -0
- package/bundles/zip/node_modules/@types/node/stream/promises.d.ts +42 -0
- package/bundles/zip/node_modules/@types/node/stream/web.d.ts +330 -0
- package/bundles/zip/node_modules/@types/node/stream.d.ts +1249 -0
- package/bundles/zip/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/bundles/zip/node_modules/@types/node/timers/promises.d.ts +68 -0
- package/bundles/zip/node_modules/@types/node/timers.d.ts +94 -0
- package/bundles/zip/node_modules/@types/node/tls.d.ts +1020 -0
- package/bundles/zip/node_modules/@types/node/trace_events.d.ts +161 -0
- package/bundles/zip/node_modules/@types/node/tty.d.ts +204 -0
- package/bundles/zip/node_modules/@types/node/url.d.ts +891 -0
- package/bundles/zip/node_modules/@types/node/util.d.ts +1594 -0
- package/bundles/zip/node_modules/@types/node/v8.d.ts +378 -0
- package/bundles/zip/node_modules/@types/node/vm.d.ts +507 -0
- package/bundles/zip/node_modules/@types/node/wasi.d.ts +158 -0
- package/bundles/zip/node_modules/@types/node/worker_threads.d.ts +649 -0
- package/bundles/zip/node_modules/@types/node/zlib.d.ts +517 -0
- package/bundles/zip/node_modules/@types/yauzl/LICENSE +21 -0
- package/bundles/zip/node_modules/@types/yauzl/README.md +16 -0
- package/bundles/zip/node_modules/@types/yauzl/index.d.ts +98 -0
- package/bundles/zip/node_modules/@types/yauzl/package.json +27 -0
- package/bundles/zip/node_modules/@types/yazl/LICENSE +21 -0
- package/bundles/zip/node_modules/@types/yazl/README.md +16 -0
- package/bundles/zip/node_modules/@types/yazl/index.d.ts +46 -0
- package/bundles/zip/node_modules/@types/yazl/package.json +31 -0
- package/bundles/zip/node_modules/buffer-crc32/LICENSE +19 -0
- package/bundles/zip/node_modules/buffer-crc32/README.md +47 -0
- package/bundles/zip/node_modules/buffer-crc32/index.js +111 -0
- package/bundles/zip/node_modules/buffer-crc32/package.json +39 -0
- package/bundles/zip/node_modules/debug/LICENSE +20 -0
- package/bundles/zip/node_modules/debug/README.md +481 -0
- package/bundles/zip/node_modules/debug/package.json +65 -0
- package/bundles/zip/node_modules/end-of-stream/LICENSE +21 -0
- package/bundles/zip/node_modules/end-of-stream/README.md +54 -0
- package/bundles/zip/node_modules/end-of-stream/index.js +94 -0
- package/bundles/zip/node_modules/end-of-stream/package.json +37 -0
- package/bundles/zip/node_modules/get-stream/buffer-stream.js +52 -0
- package/bundles/zip/node_modules/get-stream/index.d.ts +108 -0
- package/bundles/zip/node_modules/get-stream/index.js +60 -0
- package/bundles/zip/node_modules/get-stream/license +9 -0
- package/bundles/zip/node_modules/get-stream/package.json +50 -0
- package/bundles/zip/node_modules/get-stream/readme.md +124 -0
- package/bundles/zip/node_modules/ms/index.js +162 -0
- package/bundles/zip/node_modules/ms/license.md +21 -0
- package/bundles/zip/node_modules/ms/package.json +38 -0
- package/bundles/zip/node_modules/ms/readme.md +59 -0
- package/bundles/zip/node_modules/once/LICENSE +15 -0
- package/bundles/zip/node_modules/once/README.md +79 -0
- package/bundles/zip/node_modules/once/once.js +42 -0
- package/bundles/zip/node_modules/once/package.json +33 -0
- package/bundles/zip/node_modules/pend/LICENSE +23 -0
- package/bundles/zip/node_modules/pend/README.md +41 -0
- package/bundles/zip/node_modules/pend/index.js +55 -0
- package/bundles/zip/node_modules/pend/package.json +18 -0
- package/bundles/zip/node_modules/pend/test.js +137 -0
- package/bundles/zip/node_modules/pump/.github/FUNDING.yml +2 -0
- package/bundles/zip/node_modules/pump/.travis.yml +5 -0
- package/bundles/zip/node_modules/pump/LICENSE +21 -0
- package/bundles/zip/node_modules/pump/README.md +74 -0
- package/bundles/zip/node_modules/pump/SECURITY.md +5 -0
- package/bundles/zip/node_modules/pump/index.js +86 -0
- package/bundles/zip/node_modules/pump/package.json +24 -0
- package/bundles/zip/node_modules/pump/test-browser.js +66 -0
- package/bundles/zip/node_modules/pump/test-node.js +53 -0
- package/bundles/zip/node_modules/wrappy/LICENSE +15 -0
- package/bundles/zip/node_modules/wrappy/README.md +36 -0
- package/bundles/zip/node_modules/wrappy/package.json +29 -0
- package/bundles/zip/node_modules/wrappy/wrappy.js +33 -0
- package/bundles/zip/node_modules/yauzl/LICENSE +21 -0
- package/bundles/zip/node_modules/yauzl/README.md +873 -0
- package/bundles/zip/node_modules/yauzl/fd-slicer.js +314 -0
- package/bundles/zip/node_modules/yauzl/index.js +954 -0
- package/bundles/zip/node_modules/yauzl/package.json +40 -0
- package/bundles/zip/node_modules/yazl/LICENSE +21 -0
- package/bundles/zip/node_modules/yazl/README.md +389 -0
- package/bundles/zip/node_modules/yazl/index.js +749 -0
- package/bundles/zip/node_modules/yazl/package.json +38 -0
- package/lib/cli/program.js +9 -2
- package/lib/server/recorder/recorderApp.js +63 -3
- package/lib/server/recorder/sessionPromptBuilder.js +17 -1
- package/lib/tools/mcp/program.js +14 -4
- package/lib/tools/utils/mcp/server.js +2 -1
- package/lib/vite/traceViewer/index.CzAVbF3D.js +2 -0
- package/lib/vite/traceViewer/index.html +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,2100 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The `http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol. It
|
|
3
|
+
* can be accessed using:
|
|
4
|
+
*
|
|
5
|
+
* ```js
|
|
6
|
+
* const http2 = require('http2');
|
|
7
|
+
* ```
|
|
8
|
+
* @since v8.4.0
|
|
9
|
+
* @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/http2.js)
|
|
10
|
+
*/
|
|
11
|
+
declare module 'http2' {
|
|
12
|
+
import EventEmitter = require('node:events');
|
|
13
|
+
import * as fs from 'node:fs';
|
|
14
|
+
import * as net from 'node:net';
|
|
15
|
+
import * as stream from 'node:stream';
|
|
16
|
+
import * as tls from 'node:tls';
|
|
17
|
+
import * as url from 'node:url';
|
|
18
|
+
import { IncomingHttpHeaders as Http1IncomingHttpHeaders, OutgoingHttpHeaders, IncomingMessage, ServerResponse } from 'node:http';
|
|
19
|
+
export { OutgoingHttpHeaders } from 'node:http';
|
|
20
|
+
export interface IncomingHttpStatusHeader {
|
|
21
|
+
':status'?: number | undefined;
|
|
22
|
+
}
|
|
23
|
+
export interface IncomingHttpHeaders extends Http1IncomingHttpHeaders {
|
|
24
|
+
':path'?: string | undefined;
|
|
25
|
+
':method'?: string | undefined;
|
|
26
|
+
':authority'?: string | undefined;
|
|
27
|
+
':scheme'?: string | undefined;
|
|
28
|
+
}
|
|
29
|
+
// Http2Stream
|
|
30
|
+
export interface StreamPriorityOptions {
|
|
31
|
+
exclusive?: boolean | undefined;
|
|
32
|
+
parent?: number | undefined;
|
|
33
|
+
weight?: number | undefined;
|
|
34
|
+
silent?: boolean | undefined;
|
|
35
|
+
}
|
|
36
|
+
export interface StreamState {
|
|
37
|
+
localWindowSize?: number | undefined;
|
|
38
|
+
state?: number | undefined;
|
|
39
|
+
localClose?: number | undefined;
|
|
40
|
+
remoteClose?: number | undefined;
|
|
41
|
+
sumDependencyWeight?: number | undefined;
|
|
42
|
+
weight?: number | undefined;
|
|
43
|
+
}
|
|
44
|
+
export interface ServerStreamResponseOptions {
|
|
45
|
+
endStream?: boolean | undefined;
|
|
46
|
+
waitForTrailers?: boolean | undefined;
|
|
47
|
+
}
|
|
48
|
+
export interface StatOptions {
|
|
49
|
+
offset: number;
|
|
50
|
+
length: number;
|
|
51
|
+
}
|
|
52
|
+
export interface ServerStreamFileResponseOptions {
|
|
53
|
+
statCheck?(stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions): void | boolean;
|
|
54
|
+
waitForTrailers?: boolean | undefined;
|
|
55
|
+
offset?: number | undefined;
|
|
56
|
+
length?: number | undefined;
|
|
57
|
+
}
|
|
58
|
+
export interface ServerStreamFileResponseOptionsWithError extends ServerStreamFileResponseOptions {
|
|
59
|
+
onError?(err: NodeJS.ErrnoException): void;
|
|
60
|
+
}
|
|
61
|
+
export interface Http2Stream extends stream.Duplex {
|
|
62
|
+
/**
|
|
63
|
+
* Set to `true` if the `Http2Stream` instance was aborted abnormally. When set,
|
|
64
|
+
* the `'aborted'` event will have been emitted.
|
|
65
|
+
* @since v8.4.0
|
|
66
|
+
*/
|
|
67
|
+
readonly aborted: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* This property shows the number of characters currently buffered to be written.
|
|
70
|
+
* See `net.Socket.bufferSize` for details.
|
|
71
|
+
* @since v11.2.0, v10.16.0
|
|
72
|
+
*/
|
|
73
|
+
readonly bufferSize: number;
|
|
74
|
+
/**
|
|
75
|
+
* Set to `true` if the `Http2Stream` instance has been closed.
|
|
76
|
+
* @since v9.4.0
|
|
77
|
+
*/
|
|
78
|
+
readonly closed: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* Set to `true` if the `Http2Stream` instance has been destroyed and is no longer
|
|
81
|
+
* usable.
|
|
82
|
+
* @since v8.4.0
|
|
83
|
+
*/
|
|
84
|
+
readonly destroyed: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* Set the `true` if the `END_STREAM` flag was set in the request or response
|
|
87
|
+
* HEADERS frame received, indicating that no additional data should be received
|
|
88
|
+
* and the readable side of the `Http2Stream` will be closed.
|
|
89
|
+
* @since v10.11.0
|
|
90
|
+
*/
|
|
91
|
+
readonly endAfterHeaders: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* The numeric stream identifier of this `Http2Stream` instance. Set to `undefined`if the stream identifier has not yet been assigned.
|
|
94
|
+
* @since v8.4.0
|
|
95
|
+
*/
|
|
96
|
+
readonly id?: number | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* Set to `true` if the `Http2Stream` instance has not yet been assigned a
|
|
99
|
+
* numeric stream identifier.
|
|
100
|
+
* @since v9.4.0
|
|
101
|
+
*/
|
|
102
|
+
readonly pending: boolean;
|
|
103
|
+
/**
|
|
104
|
+
* Set to the `RST_STREAM` `error code` reported when the `Http2Stream` is
|
|
105
|
+
* destroyed after either receiving an `RST_STREAM` frame from the connected peer,
|
|
106
|
+
* calling `http2stream.close()`, or `http2stream.destroy()`. Will be`undefined` if the `Http2Stream` has not been closed.
|
|
107
|
+
* @since v8.4.0
|
|
108
|
+
*/
|
|
109
|
+
readonly rstCode: number;
|
|
110
|
+
/**
|
|
111
|
+
* An object containing the outbound headers sent for this `Http2Stream`.
|
|
112
|
+
* @since v9.5.0
|
|
113
|
+
*/
|
|
114
|
+
readonly sentHeaders: OutgoingHttpHeaders;
|
|
115
|
+
/**
|
|
116
|
+
* An array of objects containing the outbound informational (additional) headers
|
|
117
|
+
* sent for this `Http2Stream`.
|
|
118
|
+
* @since v9.5.0
|
|
119
|
+
*/
|
|
120
|
+
readonly sentInfoHeaders?: OutgoingHttpHeaders[] | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* An object containing the outbound trailers sent for this `HttpStream`.
|
|
123
|
+
* @since v9.5.0
|
|
124
|
+
*/
|
|
125
|
+
readonly sentTrailers?: OutgoingHttpHeaders | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* A reference to the `Http2Session` instance that owns this `Http2Stream`. The
|
|
128
|
+
* value will be `undefined` after the `Http2Stream` instance is destroyed.
|
|
129
|
+
* @since v8.4.0
|
|
130
|
+
*/
|
|
131
|
+
readonly session: Http2Session;
|
|
132
|
+
/**
|
|
133
|
+
* Provides miscellaneous information about the current state of the`Http2Stream`.
|
|
134
|
+
*
|
|
135
|
+
* A current state of this `Http2Stream`.
|
|
136
|
+
* @since v8.4.0
|
|
137
|
+
*/
|
|
138
|
+
readonly state: StreamState;
|
|
139
|
+
/**
|
|
140
|
+
* Closes the `Http2Stream` instance by sending an `RST_STREAM` frame to the
|
|
141
|
+
* connected HTTP/2 peer.
|
|
142
|
+
* @since v8.4.0
|
|
143
|
+
* @param [code=http2.constants.NGHTTP2_NO_ERROR] Unsigned 32-bit integer identifying the error code.
|
|
144
|
+
* @param callback An optional function registered to listen for the `'close'` event.
|
|
145
|
+
*/
|
|
146
|
+
close(code?: number, callback?: () => void): void;
|
|
147
|
+
/**
|
|
148
|
+
* Updates the priority for this `Http2Stream` instance.
|
|
149
|
+
* @since v8.4.0
|
|
150
|
+
*/
|
|
151
|
+
priority(options: StreamPriorityOptions): void;
|
|
152
|
+
/**
|
|
153
|
+
* ```js
|
|
154
|
+
* const http2 = require('http2');
|
|
155
|
+
* const client = http2.connect('http://example.org:8000');
|
|
156
|
+
* const { NGHTTP2_CANCEL } = http2.constants;
|
|
157
|
+
* const req = client.request({ ':path': '/' });
|
|
158
|
+
*
|
|
159
|
+
* // Cancel the stream if there's no activity after 5 seconds
|
|
160
|
+
* req.setTimeout(5000, () => req.close(NGHTTP2_CANCEL));
|
|
161
|
+
* ```
|
|
162
|
+
* @since v8.4.0
|
|
163
|
+
*/
|
|
164
|
+
setTimeout(msecs: number, callback?: () => void): void;
|
|
165
|
+
/**
|
|
166
|
+
* Sends a trailing `HEADERS` frame to the connected HTTP/2 peer. This method
|
|
167
|
+
* will cause the `Http2Stream` to be immediately closed and must only be
|
|
168
|
+
* called after the `'wantTrailers'` event has been emitted. When sending a
|
|
169
|
+
* request or sending a response, the `options.waitForTrailers` option must be set
|
|
170
|
+
* in order to keep the `Http2Stream` open after the final `DATA` frame so that
|
|
171
|
+
* trailers can be sent.
|
|
172
|
+
*
|
|
173
|
+
* ```js
|
|
174
|
+
* const http2 = require('http2');
|
|
175
|
+
* const server = http2.createServer();
|
|
176
|
+
* server.on('stream', (stream) => {
|
|
177
|
+
* stream.respond(undefined, { waitForTrailers: true });
|
|
178
|
+
* stream.on('wantTrailers', () => {
|
|
179
|
+
* stream.sendTrailers({ xyz: 'abc' });
|
|
180
|
+
* });
|
|
181
|
+
* stream.end('Hello World');
|
|
182
|
+
* });
|
|
183
|
+
* ```
|
|
184
|
+
*
|
|
185
|
+
* The HTTP/1 specification forbids trailers from containing HTTP/2 pseudo-header
|
|
186
|
+
* fields (e.g. `':method'`, `':path'`, etc).
|
|
187
|
+
* @since v10.0.0
|
|
188
|
+
*/
|
|
189
|
+
sendTrailers(headers: OutgoingHttpHeaders): void;
|
|
190
|
+
addListener(event: 'aborted', listener: () => void): this;
|
|
191
|
+
addListener(event: 'close', listener: () => void): this;
|
|
192
|
+
addListener(event: 'data', listener: (chunk: Buffer | string) => void): this;
|
|
193
|
+
addListener(event: 'drain', listener: () => void): this;
|
|
194
|
+
addListener(event: 'end', listener: () => void): this;
|
|
195
|
+
addListener(event: 'error', listener: (err: Error) => void): this;
|
|
196
|
+
addListener(event: 'finish', listener: () => void): this;
|
|
197
|
+
addListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this;
|
|
198
|
+
addListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
|
|
199
|
+
addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
|
|
200
|
+
addListener(event: 'streamClosed', listener: (code: number) => void): this;
|
|
201
|
+
addListener(event: 'timeout', listener: () => void): this;
|
|
202
|
+
addListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
|
|
203
|
+
addListener(event: 'wantTrailers', listener: () => void): this;
|
|
204
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
205
|
+
emit(event: 'aborted'): boolean;
|
|
206
|
+
emit(event: 'close'): boolean;
|
|
207
|
+
emit(event: 'data', chunk: Buffer | string): boolean;
|
|
208
|
+
emit(event: 'drain'): boolean;
|
|
209
|
+
emit(event: 'end'): boolean;
|
|
210
|
+
emit(event: 'error', err: Error): boolean;
|
|
211
|
+
emit(event: 'finish'): boolean;
|
|
212
|
+
emit(event: 'frameError', frameType: number, errorCode: number): boolean;
|
|
213
|
+
emit(event: 'pipe', src: stream.Readable): boolean;
|
|
214
|
+
emit(event: 'unpipe', src: stream.Readable): boolean;
|
|
215
|
+
emit(event: 'streamClosed', code: number): boolean;
|
|
216
|
+
emit(event: 'timeout'): boolean;
|
|
217
|
+
emit(event: 'trailers', trailers: IncomingHttpHeaders, flags: number): boolean;
|
|
218
|
+
emit(event: 'wantTrailers'): boolean;
|
|
219
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
220
|
+
on(event: 'aborted', listener: () => void): this;
|
|
221
|
+
on(event: 'close', listener: () => void): this;
|
|
222
|
+
on(event: 'data', listener: (chunk: Buffer | string) => void): this;
|
|
223
|
+
on(event: 'drain', listener: () => void): this;
|
|
224
|
+
on(event: 'end', listener: () => void): this;
|
|
225
|
+
on(event: 'error', listener: (err: Error) => void): this;
|
|
226
|
+
on(event: 'finish', listener: () => void): this;
|
|
227
|
+
on(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this;
|
|
228
|
+
on(event: 'pipe', listener: (src: stream.Readable) => void): this;
|
|
229
|
+
on(event: 'unpipe', listener: (src: stream.Readable) => void): this;
|
|
230
|
+
on(event: 'streamClosed', listener: (code: number) => void): this;
|
|
231
|
+
on(event: 'timeout', listener: () => void): this;
|
|
232
|
+
on(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
|
|
233
|
+
on(event: 'wantTrailers', listener: () => void): this;
|
|
234
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
235
|
+
once(event: 'aborted', listener: () => void): this;
|
|
236
|
+
once(event: 'close', listener: () => void): this;
|
|
237
|
+
once(event: 'data', listener: (chunk: Buffer | string) => void): this;
|
|
238
|
+
once(event: 'drain', listener: () => void): this;
|
|
239
|
+
once(event: 'end', listener: () => void): this;
|
|
240
|
+
once(event: 'error', listener: (err: Error) => void): this;
|
|
241
|
+
once(event: 'finish', listener: () => void): this;
|
|
242
|
+
once(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this;
|
|
243
|
+
once(event: 'pipe', listener: (src: stream.Readable) => void): this;
|
|
244
|
+
once(event: 'unpipe', listener: (src: stream.Readable) => void): this;
|
|
245
|
+
once(event: 'streamClosed', listener: (code: number) => void): this;
|
|
246
|
+
once(event: 'timeout', listener: () => void): this;
|
|
247
|
+
once(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
|
|
248
|
+
once(event: 'wantTrailers', listener: () => void): this;
|
|
249
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
250
|
+
prependListener(event: 'aborted', listener: () => void): this;
|
|
251
|
+
prependListener(event: 'close', listener: () => void): this;
|
|
252
|
+
prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this;
|
|
253
|
+
prependListener(event: 'drain', listener: () => void): this;
|
|
254
|
+
prependListener(event: 'end', listener: () => void): this;
|
|
255
|
+
prependListener(event: 'error', listener: (err: Error) => void): this;
|
|
256
|
+
prependListener(event: 'finish', listener: () => void): this;
|
|
257
|
+
prependListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this;
|
|
258
|
+
prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
|
|
259
|
+
prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
|
|
260
|
+
prependListener(event: 'streamClosed', listener: (code: number) => void): this;
|
|
261
|
+
prependListener(event: 'timeout', listener: () => void): this;
|
|
262
|
+
prependListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
|
|
263
|
+
prependListener(event: 'wantTrailers', listener: () => void): this;
|
|
264
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
265
|
+
prependOnceListener(event: 'aborted', listener: () => void): this;
|
|
266
|
+
prependOnceListener(event: 'close', listener: () => void): this;
|
|
267
|
+
prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this;
|
|
268
|
+
prependOnceListener(event: 'drain', listener: () => void): this;
|
|
269
|
+
prependOnceListener(event: 'end', listener: () => void): this;
|
|
270
|
+
prependOnceListener(event: 'error', listener: (err: Error) => void): this;
|
|
271
|
+
prependOnceListener(event: 'finish', listener: () => void): this;
|
|
272
|
+
prependOnceListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this;
|
|
273
|
+
prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
|
|
274
|
+
prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
|
|
275
|
+
prependOnceListener(event: 'streamClosed', listener: (code: number) => void): this;
|
|
276
|
+
prependOnceListener(event: 'timeout', listener: () => void): this;
|
|
277
|
+
prependOnceListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
|
|
278
|
+
prependOnceListener(event: 'wantTrailers', listener: () => void): this;
|
|
279
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
280
|
+
}
|
|
281
|
+
export interface ClientHttp2Stream extends Http2Stream {
|
|
282
|
+
addListener(event: 'continue', listener: () => {}): this;
|
|
283
|
+
addListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
284
|
+
addListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
285
|
+
addListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
286
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
287
|
+
emit(event: 'continue'): boolean;
|
|
288
|
+
emit(event: 'headers', headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean;
|
|
289
|
+
emit(event: 'push', headers: IncomingHttpHeaders, flags: number): boolean;
|
|
290
|
+
emit(event: 'response', headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean;
|
|
291
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
292
|
+
on(event: 'continue', listener: () => {}): this;
|
|
293
|
+
on(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
294
|
+
on(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
295
|
+
on(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
296
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
297
|
+
once(event: 'continue', listener: () => {}): this;
|
|
298
|
+
once(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
299
|
+
once(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
300
|
+
once(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
301
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
302
|
+
prependListener(event: 'continue', listener: () => {}): this;
|
|
303
|
+
prependListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
304
|
+
prependListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
305
|
+
prependListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
306
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
307
|
+
prependOnceListener(event: 'continue', listener: () => {}): this;
|
|
308
|
+
prependOnceListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
309
|
+
prependOnceListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
310
|
+
prependOnceListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
311
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
312
|
+
}
|
|
313
|
+
export interface ServerHttp2Stream extends Http2Stream {
|
|
314
|
+
/**
|
|
315
|
+
* True if headers were sent, false otherwise (read-only).
|
|
316
|
+
* @since v8.4.0
|
|
317
|
+
*/
|
|
318
|
+
readonly headersSent: boolean;
|
|
319
|
+
/**
|
|
320
|
+
* Read-only property mapped to the `SETTINGS_ENABLE_PUSH` flag of the remote
|
|
321
|
+
* client's most recent `SETTINGS` frame. Will be `true` if the remote peer
|
|
322
|
+
* accepts push streams, `false` otherwise. Settings are the same for every`Http2Stream` in the same `Http2Session`.
|
|
323
|
+
* @since v8.4.0
|
|
324
|
+
*/
|
|
325
|
+
readonly pushAllowed: boolean;
|
|
326
|
+
/**
|
|
327
|
+
* Sends an additional informational `HEADERS` frame to the connected HTTP/2 peer.
|
|
328
|
+
* @since v8.4.0
|
|
329
|
+
*/
|
|
330
|
+
additionalHeaders(headers: OutgoingHttpHeaders): void;
|
|
331
|
+
/**
|
|
332
|
+
* Initiates a push stream. The callback is invoked with the new `Http2Stream`instance created for the push stream passed as the second argument, or an`Error` passed as the first argument.
|
|
333
|
+
*
|
|
334
|
+
* ```js
|
|
335
|
+
* const http2 = require('http2');
|
|
336
|
+
* const server = http2.createServer();
|
|
337
|
+
* server.on('stream', (stream) => {
|
|
338
|
+
* stream.respond({ ':status': 200 });
|
|
339
|
+
* stream.pushStream({ ':path': '/' }, (err, pushStream, headers) => {
|
|
340
|
+
* if (err) throw err;
|
|
341
|
+
* pushStream.respond({ ':status': 200 });
|
|
342
|
+
* pushStream.end('some pushed data');
|
|
343
|
+
* });
|
|
344
|
+
* stream.end('some data');
|
|
345
|
+
* });
|
|
346
|
+
* ```
|
|
347
|
+
*
|
|
348
|
+
* Setting the weight of a push stream is not allowed in the `HEADERS` frame. Pass
|
|
349
|
+
* a `weight` value to `http2stream.priority` with the `silent` option set to`true` to enable server-side bandwidth balancing between concurrent streams.
|
|
350
|
+
*
|
|
351
|
+
* Calling `http2stream.pushStream()` from within a pushed stream is not permitted
|
|
352
|
+
* and will throw an error.
|
|
353
|
+
* @since v8.4.0
|
|
354
|
+
* @param callback Callback that is called once the push stream has been initiated.
|
|
355
|
+
*/
|
|
356
|
+
pushStream(headers: OutgoingHttpHeaders, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void;
|
|
357
|
+
pushStream(headers: OutgoingHttpHeaders, options?: StreamPriorityOptions, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void;
|
|
358
|
+
/**
|
|
359
|
+
* ```js
|
|
360
|
+
* const http2 = require('http2');
|
|
361
|
+
* const server = http2.createServer();
|
|
362
|
+
* server.on('stream', (stream) => {
|
|
363
|
+
* stream.respond({ ':status': 200 });
|
|
364
|
+
* stream.end('some data');
|
|
365
|
+
* });
|
|
366
|
+
* ```
|
|
367
|
+
*
|
|
368
|
+
* When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
|
|
369
|
+
* will be emitted immediately after queuing the last chunk of payload data to be
|
|
370
|
+
* sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
|
|
371
|
+
* header fields to the peer.
|
|
372
|
+
*
|
|
373
|
+
* When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
|
|
374
|
+
* close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`.
|
|
375
|
+
*
|
|
376
|
+
* ```js
|
|
377
|
+
* const http2 = require('http2');
|
|
378
|
+
* const server = http2.createServer();
|
|
379
|
+
* server.on('stream', (stream) => {
|
|
380
|
+
* stream.respond({ ':status': 200 }, { waitForTrailers: true });
|
|
381
|
+
* stream.on('wantTrailers', () => {
|
|
382
|
+
* stream.sendTrailers({ ABC: 'some value to send' });
|
|
383
|
+
* });
|
|
384
|
+
* stream.end('some data');
|
|
385
|
+
* });
|
|
386
|
+
* ```
|
|
387
|
+
* @since v8.4.0
|
|
388
|
+
*/
|
|
389
|
+
respond(headers?: OutgoingHttpHeaders, options?: ServerStreamResponseOptions): void;
|
|
390
|
+
/**
|
|
391
|
+
* Initiates a response whose data is read from the given file descriptor. No
|
|
392
|
+
* validation is performed on the given file descriptor. If an error occurs while
|
|
393
|
+
* attempting to read data using the file descriptor, the `Http2Stream` will be
|
|
394
|
+
* closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR` code.
|
|
395
|
+
*
|
|
396
|
+
* When used, the `Http2Stream` object's `Duplex` interface will be closed
|
|
397
|
+
* automatically.
|
|
398
|
+
*
|
|
399
|
+
* ```js
|
|
400
|
+
* const http2 = require('http2');
|
|
401
|
+
* const fs = require('fs');
|
|
402
|
+
*
|
|
403
|
+
* const server = http2.createServer();
|
|
404
|
+
* server.on('stream', (stream) => {
|
|
405
|
+
* const fd = fs.openSync('/some/file', 'r');
|
|
406
|
+
*
|
|
407
|
+
* const stat = fs.fstatSync(fd);
|
|
408
|
+
* const headers = {
|
|
409
|
+
* 'content-length': stat.size,
|
|
410
|
+
* 'last-modified': stat.mtime.toUTCString(),
|
|
411
|
+
* 'content-type': 'text/plain; charset=utf-8'
|
|
412
|
+
* };
|
|
413
|
+
* stream.respondWithFD(fd, headers);
|
|
414
|
+
* stream.on('close', () => fs.closeSync(fd));
|
|
415
|
+
* });
|
|
416
|
+
* ```
|
|
417
|
+
*
|
|
418
|
+
* The optional `options.statCheck` function may be specified to give user code
|
|
419
|
+
* an opportunity to set additional content headers based on the `fs.Stat` details
|
|
420
|
+
* of the given fd. If the `statCheck` function is provided, the`http2stream.respondWithFD()` method will perform an `fs.fstat()` call to
|
|
421
|
+
* collect details on the provided file descriptor.
|
|
422
|
+
*
|
|
423
|
+
* The `offset` and `length` options may be used to limit the response to a
|
|
424
|
+
* specific range subset. This can be used, for instance, to support HTTP Range
|
|
425
|
+
* requests.
|
|
426
|
+
*
|
|
427
|
+
* The file descriptor or `FileHandle` is not closed when the stream is closed,
|
|
428
|
+
* so it will need to be closed manually once it is no longer needed.
|
|
429
|
+
* Using the same file descriptor concurrently for multiple streams
|
|
430
|
+
* is not supported and may result in data loss. Re-using a file descriptor
|
|
431
|
+
* after a stream has finished is supported.
|
|
432
|
+
*
|
|
433
|
+
* When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
|
|
434
|
+
* will be emitted immediately after queuing the last chunk of payload data to be
|
|
435
|
+
* sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
|
|
436
|
+
* header fields to the peer.
|
|
437
|
+
*
|
|
438
|
+
* When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
|
|
439
|
+
* close when the final `DATA` frame is transmitted. User code _must_ call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`.
|
|
440
|
+
*
|
|
441
|
+
* ```js
|
|
442
|
+
* const http2 = require('http2');
|
|
443
|
+
* const fs = require('fs');
|
|
444
|
+
*
|
|
445
|
+
* const server = http2.createServer();
|
|
446
|
+
* server.on('stream', (stream) => {
|
|
447
|
+
* const fd = fs.openSync('/some/file', 'r');
|
|
448
|
+
*
|
|
449
|
+
* const stat = fs.fstatSync(fd);
|
|
450
|
+
* const headers = {
|
|
451
|
+
* 'content-length': stat.size,
|
|
452
|
+
* 'last-modified': stat.mtime.toUTCString(),
|
|
453
|
+
* 'content-type': 'text/plain; charset=utf-8'
|
|
454
|
+
* };
|
|
455
|
+
* stream.respondWithFD(fd, headers, { waitForTrailers: true });
|
|
456
|
+
* stream.on('wantTrailers', () => {
|
|
457
|
+
* stream.sendTrailers({ ABC: 'some value to send' });
|
|
458
|
+
* });
|
|
459
|
+
*
|
|
460
|
+
* stream.on('close', () => fs.closeSync(fd));
|
|
461
|
+
* });
|
|
462
|
+
* ```
|
|
463
|
+
* @since v8.4.0
|
|
464
|
+
* @param fd A readable file descriptor.
|
|
465
|
+
*/
|
|
466
|
+
respondWithFD(fd: number | fs.promises.FileHandle, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptions): void;
|
|
467
|
+
/**
|
|
468
|
+
* Sends a regular file as the response. The `path` must specify a regular file
|
|
469
|
+
* or an `'error'` event will be emitted on the `Http2Stream` object.
|
|
470
|
+
*
|
|
471
|
+
* When used, the `Http2Stream` object's `Duplex` interface will be closed
|
|
472
|
+
* automatically.
|
|
473
|
+
*
|
|
474
|
+
* The optional `options.statCheck` function may be specified to give user code
|
|
475
|
+
* an opportunity to set additional content headers based on the `fs.Stat` details
|
|
476
|
+
* of the given file:
|
|
477
|
+
*
|
|
478
|
+
* If an error occurs while attempting to read the file data, the `Http2Stream`will be closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR`code. If the `onError` callback is
|
|
479
|
+
* defined, then it will be called. Otherwise
|
|
480
|
+
* the stream will be destroyed.
|
|
481
|
+
*
|
|
482
|
+
* Example using a file path:
|
|
483
|
+
*
|
|
484
|
+
* ```js
|
|
485
|
+
* const http2 = require('http2');
|
|
486
|
+
* const server = http2.createServer();
|
|
487
|
+
* server.on('stream', (stream) => {
|
|
488
|
+
* function statCheck(stat, headers) {
|
|
489
|
+
* headers['last-modified'] = stat.mtime.toUTCString();
|
|
490
|
+
* }
|
|
491
|
+
*
|
|
492
|
+
* function onError(err) {
|
|
493
|
+
* // stream.respond() can throw if the stream has been destroyed by
|
|
494
|
+
* // the other side.
|
|
495
|
+
* try {
|
|
496
|
+
* if (err.code === 'ENOENT') {
|
|
497
|
+
* stream.respond({ ':status': 404 });
|
|
498
|
+
* } else {
|
|
499
|
+
* stream.respond({ ':status': 500 });
|
|
500
|
+
* }
|
|
501
|
+
* } catch (err) {
|
|
502
|
+
* // Perform actual error handling.
|
|
503
|
+
* console.log(err);
|
|
504
|
+
* }
|
|
505
|
+
* stream.end();
|
|
506
|
+
* }
|
|
507
|
+
*
|
|
508
|
+
* stream.respondWithFile('/some/file',
|
|
509
|
+
* { 'content-type': 'text/plain; charset=utf-8' },
|
|
510
|
+
* { statCheck, onError });
|
|
511
|
+
* });
|
|
512
|
+
* ```
|
|
513
|
+
*
|
|
514
|
+
* The `options.statCheck` function may also be used to cancel the send operation
|
|
515
|
+
* by returning `false`. For instance, a conditional request may check the stat
|
|
516
|
+
* results to determine if the file has been modified to return an appropriate`304` response:
|
|
517
|
+
*
|
|
518
|
+
* ```js
|
|
519
|
+
* const http2 = require('http2');
|
|
520
|
+
* const server = http2.createServer();
|
|
521
|
+
* server.on('stream', (stream) => {
|
|
522
|
+
* function statCheck(stat, headers) {
|
|
523
|
+
* // Check the stat here...
|
|
524
|
+
* stream.respond({ ':status': 304 });
|
|
525
|
+
* return false; // Cancel the send operation
|
|
526
|
+
* }
|
|
527
|
+
* stream.respondWithFile('/some/file',
|
|
528
|
+
* { 'content-type': 'text/plain; charset=utf-8' },
|
|
529
|
+
* { statCheck });
|
|
530
|
+
* });
|
|
531
|
+
* ```
|
|
532
|
+
*
|
|
533
|
+
* The `content-length` header field will be automatically set.
|
|
534
|
+
*
|
|
535
|
+
* The `offset` and `length` options may be used to limit the response to a
|
|
536
|
+
* specific range subset. This can be used, for instance, to support HTTP Range
|
|
537
|
+
* requests.
|
|
538
|
+
*
|
|
539
|
+
* The `options.onError` function may also be used to handle all the errors
|
|
540
|
+
* that could happen before the delivery of the file is initiated. The
|
|
541
|
+
* default behavior is to destroy the stream.
|
|
542
|
+
*
|
|
543
|
+
* When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
|
|
544
|
+
* will be emitted immediately after queuing the last chunk of payload data to be
|
|
545
|
+
* sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
|
|
546
|
+
* header fields to the peer.
|
|
547
|
+
*
|
|
548
|
+
* When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
|
|
549
|
+
* close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`.
|
|
550
|
+
*
|
|
551
|
+
* ```js
|
|
552
|
+
* const http2 = require('http2');
|
|
553
|
+
* const server = http2.createServer();
|
|
554
|
+
* server.on('stream', (stream) => {
|
|
555
|
+
* stream.respondWithFile('/some/file',
|
|
556
|
+
* { 'content-type': 'text/plain; charset=utf-8' },
|
|
557
|
+
* { waitForTrailers: true });
|
|
558
|
+
* stream.on('wantTrailers', () => {
|
|
559
|
+
* stream.sendTrailers({ ABC: 'some value to send' });
|
|
560
|
+
* });
|
|
561
|
+
* });
|
|
562
|
+
* ```
|
|
563
|
+
* @since v8.4.0
|
|
564
|
+
*/
|
|
565
|
+
respondWithFile(path: string, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptionsWithError): void;
|
|
566
|
+
}
|
|
567
|
+
// Http2Session
|
|
568
|
+
export interface Settings {
|
|
569
|
+
headerTableSize?: number | undefined;
|
|
570
|
+
enablePush?: boolean | undefined;
|
|
571
|
+
initialWindowSize?: number | undefined;
|
|
572
|
+
maxFrameSize?: number | undefined;
|
|
573
|
+
maxConcurrentStreams?: number | undefined;
|
|
574
|
+
maxHeaderListSize?: number | undefined;
|
|
575
|
+
enableConnectProtocol?: boolean | undefined;
|
|
576
|
+
}
|
|
577
|
+
export interface ClientSessionRequestOptions {
|
|
578
|
+
endStream?: boolean | undefined;
|
|
579
|
+
exclusive?: boolean | undefined;
|
|
580
|
+
parent?: number | undefined;
|
|
581
|
+
weight?: number | undefined;
|
|
582
|
+
waitForTrailers?: boolean | undefined;
|
|
583
|
+
}
|
|
584
|
+
export interface SessionState {
|
|
585
|
+
effectiveLocalWindowSize?: number | undefined;
|
|
586
|
+
effectiveRecvDataLength?: number | undefined;
|
|
587
|
+
nextStreamID?: number | undefined;
|
|
588
|
+
localWindowSize?: number | undefined;
|
|
589
|
+
lastProcStreamID?: number | undefined;
|
|
590
|
+
remoteWindowSize?: number | undefined;
|
|
591
|
+
outboundQueueSize?: number | undefined;
|
|
592
|
+
deflateDynamicTableSize?: number | undefined;
|
|
593
|
+
inflateDynamicTableSize?: number | undefined;
|
|
594
|
+
}
|
|
595
|
+
export interface Http2Session extends EventEmitter {
|
|
596
|
+
/**
|
|
597
|
+
* Value will be `undefined` if the `Http2Session` is not yet connected to a
|
|
598
|
+
* socket, `h2c` if the `Http2Session` is not connected to a `TLSSocket`, or
|
|
599
|
+
* will return the value of the connected `TLSSocket`'s own `alpnProtocol`property.
|
|
600
|
+
* @since v9.4.0
|
|
601
|
+
*/
|
|
602
|
+
readonly alpnProtocol?: string | undefined;
|
|
603
|
+
/**
|
|
604
|
+
* Will be `true` if this `Http2Session` instance has been closed, otherwise`false`.
|
|
605
|
+
* @since v9.4.0
|
|
606
|
+
*/
|
|
607
|
+
readonly closed: boolean;
|
|
608
|
+
/**
|
|
609
|
+
* Will be `true` if this `Http2Session` instance is still connecting, will be set
|
|
610
|
+
* to `false` before emitting `connect` event and/or calling the `http2.connect`callback.
|
|
611
|
+
* @since v10.0.0
|
|
612
|
+
*/
|
|
613
|
+
readonly connecting: boolean;
|
|
614
|
+
/**
|
|
615
|
+
* Will be `true` if this `Http2Session` instance has been destroyed and must no
|
|
616
|
+
* longer be used, otherwise `false`.
|
|
617
|
+
* @since v8.4.0
|
|
618
|
+
*/
|
|
619
|
+
readonly destroyed: boolean;
|
|
620
|
+
/**
|
|
621
|
+
* Value is `undefined` if the `Http2Session` session socket has not yet been
|
|
622
|
+
* connected, `true` if the `Http2Session` is connected with a `TLSSocket`,
|
|
623
|
+
* and `false` if the `Http2Session` is connected to any other kind of socket
|
|
624
|
+
* or stream.
|
|
625
|
+
* @since v9.4.0
|
|
626
|
+
*/
|
|
627
|
+
readonly encrypted?: boolean | undefined;
|
|
628
|
+
/**
|
|
629
|
+
* A prototype-less object describing the current local settings of this`Http2Session`. The local settings are local to _this_`Http2Session` instance.
|
|
630
|
+
* @since v8.4.0
|
|
631
|
+
*/
|
|
632
|
+
readonly localSettings: Settings;
|
|
633
|
+
/**
|
|
634
|
+
* If the `Http2Session` is connected to a `TLSSocket`, the `originSet` property
|
|
635
|
+
* will return an `Array` of origins for which the `Http2Session` may be
|
|
636
|
+
* considered authoritative.
|
|
637
|
+
*
|
|
638
|
+
* The `originSet` property is only available when using a secure TLS connection.
|
|
639
|
+
* @since v9.4.0
|
|
640
|
+
*/
|
|
641
|
+
readonly originSet?: string[] | undefined;
|
|
642
|
+
/**
|
|
643
|
+
* Indicates whether the `Http2Session` is currently waiting for acknowledgment of
|
|
644
|
+
* a sent `SETTINGS` frame. Will be `true` after calling the`http2session.settings()` method. Will be `false` once all sent `SETTINGS`frames have been acknowledged.
|
|
645
|
+
* @since v8.4.0
|
|
646
|
+
*/
|
|
647
|
+
readonly pendingSettingsAck: boolean;
|
|
648
|
+
/**
|
|
649
|
+
* A prototype-less object describing the current remote settings of this`Http2Session`. The remote settings are set by the _connected_ HTTP/2 peer.
|
|
650
|
+
* @since v8.4.0
|
|
651
|
+
*/
|
|
652
|
+
readonly remoteSettings: Settings;
|
|
653
|
+
/**
|
|
654
|
+
* Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but
|
|
655
|
+
* limits available methods to ones safe to use with HTTP/2.
|
|
656
|
+
*
|
|
657
|
+
* `destroy`, `emit`, `end`, `pause`, `read`, `resume`, and `write` will throw
|
|
658
|
+
* an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for more information.
|
|
659
|
+
*
|
|
660
|
+
* `setTimeout` method will be called on this `Http2Session`.
|
|
661
|
+
*
|
|
662
|
+
* All other interactions will be routed directly to the socket.
|
|
663
|
+
* @since v8.4.0
|
|
664
|
+
*/
|
|
665
|
+
readonly socket: net.Socket | tls.TLSSocket;
|
|
666
|
+
/**
|
|
667
|
+
* Provides miscellaneous information about the current state of the`Http2Session`.
|
|
668
|
+
*
|
|
669
|
+
* An object describing the current status of this `Http2Session`.
|
|
670
|
+
* @since v8.4.0
|
|
671
|
+
*/
|
|
672
|
+
readonly state: SessionState;
|
|
673
|
+
/**
|
|
674
|
+
* The `http2session.type` will be equal to`http2.constants.NGHTTP2_SESSION_SERVER` if this `Http2Session` instance is a
|
|
675
|
+
* server, and `http2.constants.NGHTTP2_SESSION_CLIENT` if the instance is a
|
|
676
|
+
* client.
|
|
677
|
+
* @since v8.4.0
|
|
678
|
+
*/
|
|
679
|
+
readonly type: number;
|
|
680
|
+
/**
|
|
681
|
+
* Gracefully closes the `Http2Session`, allowing any existing streams to
|
|
682
|
+
* complete on their own and preventing new `Http2Stream` instances from being
|
|
683
|
+
* created. Once closed, `http2session.destroy()`_might_ be called if there
|
|
684
|
+
* are no open `Http2Stream` instances.
|
|
685
|
+
*
|
|
686
|
+
* If specified, the `callback` function is registered as a handler for the`'close'` event.
|
|
687
|
+
* @since v9.4.0
|
|
688
|
+
*/
|
|
689
|
+
close(callback?: () => void): void;
|
|
690
|
+
/**
|
|
691
|
+
* Immediately terminates the `Http2Session` and the associated `net.Socket` or`tls.TLSSocket`.
|
|
692
|
+
*
|
|
693
|
+
* Once destroyed, the `Http2Session` will emit the `'close'` event. If `error`is not undefined, an `'error'` event will be emitted immediately before the`'close'` event.
|
|
694
|
+
*
|
|
695
|
+
* If there are any remaining open `Http2Streams` associated with the`Http2Session`, those will also be destroyed.
|
|
696
|
+
* @since v8.4.0
|
|
697
|
+
* @param error An `Error` object if the `Http2Session` is being destroyed due to an error.
|
|
698
|
+
* @param code The HTTP/2 error code to send in the final `GOAWAY` frame. If unspecified, and `error` is not undefined, the default is `INTERNAL_ERROR`, otherwise defaults to `NO_ERROR`.
|
|
699
|
+
*/
|
|
700
|
+
destroy(error?: Error, code?: number): void;
|
|
701
|
+
/**
|
|
702
|
+
* Transmits a `GOAWAY` frame to the connected peer _without_ shutting down the`Http2Session`.
|
|
703
|
+
* @since v9.4.0
|
|
704
|
+
* @param code An HTTP/2 error code
|
|
705
|
+
* @param lastStreamID The numeric ID of the last processed `Http2Stream`
|
|
706
|
+
* @param opaqueData A `TypedArray` or `DataView` instance containing additional data to be carried within the `GOAWAY` frame.
|
|
707
|
+
*/
|
|
708
|
+
goaway(code?: number, lastStreamID?: number, opaqueData?: NodeJS.ArrayBufferView): void;
|
|
709
|
+
/**
|
|
710
|
+
* Sends a `PING` frame to the connected HTTP/2 peer. A `callback` function must
|
|
711
|
+
* be provided. The method will return `true` if the `PING` was sent, `false`otherwise.
|
|
712
|
+
*
|
|
713
|
+
* The maximum number of outstanding (unacknowledged) pings is determined by the`maxOutstandingPings` configuration option. The default maximum is 10.
|
|
714
|
+
*
|
|
715
|
+
* If provided, the `payload` must be a `Buffer`, `TypedArray`, or `DataView`containing 8 bytes of data that will be transmitted with the `PING` and
|
|
716
|
+
* returned with the ping acknowledgment.
|
|
717
|
+
*
|
|
718
|
+
* The callback will be invoked with three arguments: an error argument that will
|
|
719
|
+
* be `null` if the `PING` was successfully acknowledged, a `duration` argument
|
|
720
|
+
* that reports the number of milliseconds elapsed since the ping was sent and the
|
|
721
|
+
* acknowledgment was received, and a `Buffer` containing the 8-byte `PING`payload.
|
|
722
|
+
*
|
|
723
|
+
* ```js
|
|
724
|
+
* session.ping(Buffer.from('abcdefgh'), (err, duration, payload) => {
|
|
725
|
+
* if (!err) {
|
|
726
|
+
* console.log(`Ping acknowledged in ${duration} milliseconds`);
|
|
727
|
+
* console.log(`With payload '${payload.toString()}'`);
|
|
728
|
+
* }
|
|
729
|
+
* });
|
|
730
|
+
* ```
|
|
731
|
+
*
|
|
732
|
+
* If the `payload` argument is not specified, the default payload will be the
|
|
733
|
+
* 64-bit timestamp (little endian) marking the start of the `PING` duration.
|
|
734
|
+
* @since v8.9.3
|
|
735
|
+
* @param payload Optional ping payload.
|
|
736
|
+
*/
|
|
737
|
+
ping(callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean;
|
|
738
|
+
ping(payload: NodeJS.ArrayBufferView, callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean;
|
|
739
|
+
/**
|
|
740
|
+
* Calls `ref()` on this `Http2Session`instance's underlying `net.Socket`.
|
|
741
|
+
* @since v9.4.0
|
|
742
|
+
*/
|
|
743
|
+
ref(): void;
|
|
744
|
+
/**
|
|
745
|
+
* Sets the local endpoint's window size.
|
|
746
|
+
* The `windowSize` is the total window size to set, not
|
|
747
|
+
* the delta.
|
|
748
|
+
*
|
|
749
|
+
* ```js
|
|
750
|
+
* const http2 = require('http2');
|
|
751
|
+
*
|
|
752
|
+
* const server = http2.createServer();
|
|
753
|
+
* const expectedWindowSize = 2 ** 20;
|
|
754
|
+
* server.on('connect', (session) => {
|
|
755
|
+
*
|
|
756
|
+
* // Set local window size to be 2 ** 20
|
|
757
|
+
* session.setLocalWindowSize(expectedWindowSize);
|
|
758
|
+
* });
|
|
759
|
+
* ```
|
|
760
|
+
* @since v15.3.0, v14.18.0
|
|
761
|
+
*/
|
|
762
|
+
setLocalWindowSize(windowSize: number): void;
|
|
763
|
+
/**
|
|
764
|
+
* Used to set a callback function that is called when there is no activity on
|
|
765
|
+
* the `Http2Session` after `msecs` milliseconds. The given `callback` is
|
|
766
|
+
* registered as a listener on the `'timeout'` event.
|
|
767
|
+
* @since v8.4.0
|
|
768
|
+
*/
|
|
769
|
+
setTimeout(msecs: number, callback?: () => void): void;
|
|
770
|
+
/**
|
|
771
|
+
* Updates the current local settings for this `Http2Session` and sends a new`SETTINGS` frame to the connected HTTP/2 peer.
|
|
772
|
+
*
|
|
773
|
+
* Once called, the `http2session.pendingSettingsAck` property will be `true`while the session is waiting for the remote peer to acknowledge the new
|
|
774
|
+
* settings.
|
|
775
|
+
*
|
|
776
|
+
* The new settings will not become effective until the `SETTINGS` acknowledgment
|
|
777
|
+
* is received and the `'localSettings'` event is emitted. It is possible to send
|
|
778
|
+
* multiple `SETTINGS` frames while acknowledgment is still pending.
|
|
779
|
+
* @since v8.4.0
|
|
780
|
+
* @param callback Callback that is called once the session is connected or right away if the session is already connected.
|
|
781
|
+
*/
|
|
782
|
+
settings(settings: Settings): void;
|
|
783
|
+
/**
|
|
784
|
+
* Calls `unref()` on this `Http2Session`instance's underlying `net.Socket`.
|
|
785
|
+
* @since v9.4.0
|
|
786
|
+
*/
|
|
787
|
+
unref(): void;
|
|
788
|
+
addListener(event: 'close', listener: () => void): this;
|
|
789
|
+
addListener(event: 'error', listener: (err: Error) => void): this;
|
|
790
|
+
addListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this;
|
|
791
|
+
addListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
|
|
792
|
+
addListener(event: 'localSettings', listener: (settings: Settings) => void): this;
|
|
793
|
+
addListener(event: 'ping', listener: () => void): this;
|
|
794
|
+
addListener(event: 'remoteSettings', listener: (settings: Settings) => void): this;
|
|
795
|
+
addListener(event: 'timeout', listener: () => void): this;
|
|
796
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
797
|
+
emit(event: 'close'): boolean;
|
|
798
|
+
emit(event: 'error', err: Error): boolean;
|
|
799
|
+
emit(event: 'frameError', frameType: number, errorCode: number, streamID: number): boolean;
|
|
800
|
+
emit(event: 'goaway', errorCode: number, lastStreamID: number, opaqueData: Buffer): boolean;
|
|
801
|
+
emit(event: 'localSettings', settings: Settings): boolean;
|
|
802
|
+
emit(event: 'ping'): boolean;
|
|
803
|
+
emit(event: 'remoteSettings', settings: Settings): boolean;
|
|
804
|
+
emit(event: 'timeout'): boolean;
|
|
805
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
806
|
+
on(event: 'close', listener: () => void): this;
|
|
807
|
+
on(event: 'error', listener: (err: Error) => void): this;
|
|
808
|
+
on(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this;
|
|
809
|
+
on(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
|
|
810
|
+
on(event: 'localSettings', listener: (settings: Settings) => void): this;
|
|
811
|
+
on(event: 'ping', listener: () => void): this;
|
|
812
|
+
on(event: 'remoteSettings', listener: (settings: Settings) => void): this;
|
|
813
|
+
on(event: 'timeout', listener: () => void): this;
|
|
814
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
815
|
+
once(event: 'close', listener: () => void): this;
|
|
816
|
+
once(event: 'error', listener: (err: Error) => void): this;
|
|
817
|
+
once(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this;
|
|
818
|
+
once(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
|
|
819
|
+
once(event: 'localSettings', listener: (settings: Settings) => void): this;
|
|
820
|
+
once(event: 'ping', listener: () => void): this;
|
|
821
|
+
once(event: 'remoteSettings', listener: (settings: Settings) => void): this;
|
|
822
|
+
once(event: 'timeout', listener: () => void): this;
|
|
823
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
824
|
+
prependListener(event: 'close', listener: () => void): this;
|
|
825
|
+
prependListener(event: 'error', listener: (err: Error) => void): this;
|
|
826
|
+
prependListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this;
|
|
827
|
+
prependListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
|
|
828
|
+
prependListener(event: 'localSettings', listener: (settings: Settings) => void): this;
|
|
829
|
+
prependListener(event: 'ping', listener: () => void): this;
|
|
830
|
+
prependListener(event: 'remoteSettings', listener: (settings: Settings) => void): this;
|
|
831
|
+
prependListener(event: 'timeout', listener: () => void): this;
|
|
832
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
833
|
+
prependOnceListener(event: 'close', listener: () => void): this;
|
|
834
|
+
prependOnceListener(event: 'error', listener: (err: Error) => void): this;
|
|
835
|
+
prependOnceListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this;
|
|
836
|
+
prependOnceListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
|
|
837
|
+
prependOnceListener(event: 'localSettings', listener: (settings: Settings) => void): this;
|
|
838
|
+
prependOnceListener(event: 'ping', listener: () => void): this;
|
|
839
|
+
prependOnceListener(event: 'remoteSettings', listener: (settings: Settings) => void): this;
|
|
840
|
+
prependOnceListener(event: 'timeout', listener: () => void): this;
|
|
841
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
842
|
+
}
|
|
843
|
+
export interface ClientHttp2Session extends Http2Session {
|
|
844
|
+
/**
|
|
845
|
+
* For HTTP/2 Client `Http2Session` instances only, the `http2session.request()`creates and returns an `Http2Stream` instance that can be used to send an
|
|
846
|
+
* HTTP/2 request to the connected server.
|
|
847
|
+
*
|
|
848
|
+
* This method is only available if `http2session.type` is equal to`http2.constants.NGHTTP2_SESSION_CLIENT`.
|
|
849
|
+
*
|
|
850
|
+
* ```js
|
|
851
|
+
* const http2 = require('http2');
|
|
852
|
+
* const clientSession = http2.connect('https://localhost:1234');
|
|
853
|
+
* const {
|
|
854
|
+
* HTTP2_HEADER_PATH,
|
|
855
|
+
* HTTP2_HEADER_STATUS
|
|
856
|
+
* } = http2.constants;
|
|
857
|
+
*
|
|
858
|
+
* const req = clientSession.request({ [HTTP2_HEADER_PATH]: '/' });
|
|
859
|
+
* req.on('response', (headers) => {
|
|
860
|
+
* console.log(headers[HTTP2_HEADER_STATUS]);
|
|
861
|
+
* req.on('data', (chunk) => { // .. });
|
|
862
|
+
* req.on('end', () => { // .. });
|
|
863
|
+
* });
|
|
864
|
+
* ```
|
|
865
|
+
*
|
|
866
|
+
* When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
|
|
867
|
+
* is emitted immediately after queuing the last chunk of payload data to be sent.
|
|
868
|
+
* The `http2stream.sendTrailers()` method can then be called to send trailing
|
|
869
|
+
* headers to the peer.
|
|
870
|
+
*
|
|
871
|
+
* When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
|
|
872
|
+
* close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`.
|
|
873
|
+
*
|
|
874
|
+
* When `options.signal` is set with an `AbortSignal` and then `abort` on the
|
|
875
|
+
* corresponding `AbortController` is called, the request will emit an `'error'`event with an `AbortError` error.
|
|
876
|
+
*
|
|
877
|
+
* The `:method` and `:path` pseudo-headers are not specified within `headers`,
|
|
878
|
+
* they respectively default to:
|
|
879
|
+
*
|
|
880
|
+
* * `:method` \= `'GET'`
|
|
881
|
+
* * `:path` \= `/`
|
|
882
|
+
* @since v8.4.0
|
|
883
|
+
*/
|
|
884
|
+
request(headers?: OutgoingHttpHeaders, options?: ClientSessionRequestOptions): ClientHttp2Stream;
|
|
885
|
+
addListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this;
|
|
886
|
+
addListener(event: 'origin', listener: (origins: string[]) => void): this;
|
|
887
|
+
addListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
888
|
+
addListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
889
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
890
|
+
emit(event: 'altsvc', alt: string, origin: string, stream: number): boolean;
|
|
891
|
+
emit(event: 'origin', origins: ReadonlyArray<string>): boolean;
|
|
892
|
+
emit(event: 'connect', session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket): boolean;
|
|
893
|
+
emit(event: 'stream', stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean;
|
|
894
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
895
|
+
on(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this;
|
|
896
|
+
on(event: 'origin', listener: (origins: string[]) => void): this;
|
|
897
|
+
on(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
898
|
+
on(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
899
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
900
|
+
once(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this;
|
|
901
|
+
once(event: 'origin', listener: (origins: string[]) => void): this;
|
|
902
|
+
once(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
903
|
+
once(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
904
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
905
|
+
prependListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this;
|
|
906
|
+
prependListener(event: 'origin', listener: (origins: string[]) => void): this;
|
|
907
|
+
prependListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
908
|
+
prependListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
909
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
910
|
+
prependOnceListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this;
|
|
911
|
+
prependOnceListener(event: 'origin', listener: (origins: string[]) => void): this;
|
|
912
|
+
prependOnceListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
913
|
+
prependOnceListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
914
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
915
|
+
}
|
|
916
|
+
export interface AlternativeServiceOptions {
|
|
917
|
+
origin: number | string | url.URL;
|
|
918
|
+
}
|
|
919
|
+
export interface ServerHttp2Session extends Http2Session {
|
|
920
|
+
readonly server: Http2Server | Http2SecureServer;
|
|
921
|
+
/**
|
|
922
|
+
* Submits an `ALTSVC` frame (as defined by [RFC 7838](https://tools.ietf.org/html/rfc7838)) to the connected client.
|
|
923
|
+
*
|
|
924
|
+
* ```js
|
|
925
|
+
* const http2 = require('http2');
|
|
926
|
+
*
|
|
927
|
+
* const server = http2.createServer();
|
|
928
|
+
* server.on('session', (session) => {
|
|
929
|
+
* // Set altsvc for origin https://example.org:80
|
|
930
|
+
* session.altsvc('h2=":8000"', 'https://example.org:80');
|
|
931
|
+
* });
|
|
932
|
+
*
|
|
933
|
+
* server.on('stream', (stream) => {
|
|
934
|
+
* // Set altsvc for a specific stream
|
|
935
|
+
* stream.session.altsvc('h2=":8000"', stream.id);
|
|
936
|
+
* });
|
|
937
|
+
* ```
|
|
938
|
+
*
|
|
939
|
+
* Sending an `ALTSVC` frame with a specific stream ID indicates that the alternate
|
|
940
|
+
* service is associated with the origin of the given `Http2Stream`.
|
|
941
|
+
*
|
|
942
|
+
* The `alt` and origin string _must_ contain only ASCII bytes and are
|
|
943
|
+
* strictly interpreted as a sequence of ASCII bytes. The special value `'clear'`may be passed to clear any previously set alternative service for a given
|
|
944
|
+
* domain.
|
|
945
|
+
*
|
|
946
|
+
* When a string is passed for the `originOrStream` argument, it will be parsed as
|
|
947
|
+
* a URL and the origin will be derived. For instance, the origin for the
|
|
948
|
+
* HTTP URL `'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given string
|
|
949
|
+
* cannot be parsed as a URL or if a valid origin cannot be derived.
|
|
950
|
+
*
|
|
951
|
+
* A `URL` object, or any object with an `origin` property, may be passed as`originOrStream`, in which case the value of the `origin` property will be
|
|
952
|
+
* used. The value of the `origin` property _must_ be a properly serialized
|
|
953
|
+
* ASCII origin.
|
|
954
|
+
* @since v9.4.0
|
|
955
|
+
* @param alt A description of the alternative service configuration as defined by `RFC 7838`.
|
|
956
|
+
* @param originOrStream Either a URL string specifying the origin (or an `Object` with an `origin` property) or the numeric identifier of an active `Http2Stream` as given by the
|
|
957
|
+
* `http2stream.id` property.
|
|
958
|
+
*/
|
|
959
|
+
altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void;
|
|
960
|
+
/**
|
|
961
|
+
* Submits an `ORIGIN` frame (as defined by [RFC 8336](https://tools.ietf.org/html/rfc8336)) to the connected client
|
|
962
|
+
* to advertise the set of origins for which the server is capable of providing
|
|
963
|
+
* authoritative responses.
|
|
964
|
+
*
|
|
965
|
+
* ```js
|
|
966
|
+
* const http2 = require('http2');
|
|
967
|
+
* const options = getSecureOptionsSomehow();
|
|
968
|
+
* const server = http2.createSecureServer(options);
|
|
969
|
+
* server.on('stream', (stream) => {
|
|
970
|
+
* stream.respond();
|
|
971
|
+
* stream.end('ok');
|
|
972
|
+
* });
|
|
973
|
+
* server.on('session', (session) => {
|
|
974
|
+
* session.origin('https://example.com', 'https://example.org');
|
|
975
|
+
* });
|
|
976
|
+
* ```
|
|
977
|
+
*
|
|
978
|
+
* When a string is passed as an `origin`, it will be parsed as a URL and the
|
|
979
|
+
* origin will be derived. For instance, the origin for the HTTP URL`'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given
|
|
980
|
+
* string
|
|
981
|
+
* cannot be parsed as a URL or if a valid origin cannot be derived.
|
|
982
|
+
*
|
|
983
|
+
* A `URL` object, or any object with an `origin` property, may be passed as
|
|
984
|
+
* an `origin`, in which case the value of the `origin` property will be
|
|
985
|
+
* used. The value of the `origin` property _must_ be a properly serialized
|
|
986
|
+
* ASCII origin.
|
|
987
|
+
*
|
|
988
|
+
* Alternatively, the `origins` option may be used when creating a new HTTP/2
|
|
989
|
+
* server using the `http2.createSecureServer()` method:
|
|
990
|
+
*
|
|
991
|
+
* ```js
|
|
992
|
+
* const http2 = require('http2');
|
|
993
|
+
* const options = getSecureOptionsSomehow();
|
|
994
|
+
* options.origins = ['https://example.com', 'https://example.org'];
|
|
995
|
+
* const server = http2.createSecureServer(options);
|
|
996
|
+
* server.on('stream', (stream) => {
|
|
997
|
+
* stream.respond();
|
|
998
|
+
* stream.end('ok');
|
|
999
|
+
* });
|
|
1000
|
+
* ```
|
|
1001
|
+
* @since v10.12.0
|
|
1002
|
+
* @param origins One or more URL Strings passed as separate arguments.
|
|
1003
|
+
*/
|
|
1004
|
+
origin(
|
|
1005
|
+
...origins: Array<
|
|
1006
|
+
| string
|
|
1007
|
+
| url.URL
|
|
1008
|
+
| {
|
|
1009
|
+
origin: string;
|
|
1010
|
+
}
|
|
1011
|
+
>
|
|
1012
|
+
): void;
|
|
1013
|
+
addListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
1014
|
+
addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1015
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1016
|
+
emit(event: 'connect', session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket): boolean;
|
|
1017
|
+
emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
|
|
1018
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
1019
|
+
on(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
1020
|
+
on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1021
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1022
|
+
once(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
1023
|
+
once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1024
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1025
|
+
prependListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
1026
|
+
prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1027
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1028
|
+
prependOnceListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
1029
|
+
prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1030
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1031
|
+
}
|
|
1032
|
+
// Http2Server
|
|
1033
|
+
export interface SessionOptions {
|
|
1034
|
+
maxDeflateDynamicTableSize?: number | undefined;
|
|
1035
|
+
maxSessionMemory?: number | undefined;
|
|
1036
|
+
maxHeaderListPairs?: number | undefined;
|
|
1037
|
+
maxOutstandingPings?: number | undefined;
|
|
1038
|
+
maxSendHeaderBlockLength?: number | undefined;
|
|
1039
|
+
paddingStrategy?: number | undefined;
|
|
1040
|
+
peerMaxConcurrentStreams?: number | undefined;
|
|
1041
|
+
settings?: Settings | undefined;
|
|
1042
|
+
/**
|
|
1043
|
+
* Specifies a timeout in milliseconds that
|
|
1044
|
+
* a server should wait when an [`'unknownProtocol'`][] is emitted. If the
|
|
1045
|
+
* socket has not been destroyed by that time the server will destroy it.
|
|
1046
|
+
* @default 100000
|
|
1047
|
+
*/
|
|
1048
|
+
unknownProtocolTimeout?: number | undefined;
|
|
1049
|
+
selectPadding?(frameLen: number, maxFrameLen: number): number;
|
|
1050
|
+
createConnection?(authority: url.URL, option: SessionOptions): stream.Duplex;
|
|
1051
|
+
}
|
|
1052
|
+
export interface ClientSessionOptions extends SessionOptions {
|
|
1053
|
+
maxReservedRemoteStreams?: number | undefined;
|
|
1054
|
+
createConnection?: ((authority: url.URL, option: SessionOptions) => stream.Duplex) | undefined;
|
|
1055
|
+
protocol?: 'http:' | 'https:' | undefined;
|
|
1056
|
+
}
|
|
1057
|
+
export interface ServerSessionOptions extends SessionOptions {
|
|
1058
|
+
Http1IncomingMessage?: typeof IncomingMessage | undefined;
|
|
1059
|
+
Http1ServerResponse?: typeof ServerResponse | undefined;
|
|
1060
|
+
Http2ServerRequest?: typeof Http2ServerRequest | undefined;
|
|
1061
|
+
Http2ServerResponse?: typeof Http2ServerResponse | undefined;
|
|
1062
|
+
}
|
|
1063
|
+
export interface SecureClientSessionOptions extends ClientSessionOptions, tls.ConnectionOptions {}
|
|
1064
|
+
export interface SecureServerSessionOptions extends ServerSessionOptions, tls.TlsOptions {}
|
|
1065
|
+
export interface ServerOptions extends ServerSessionOptions {}
|
|
1066
|
+
export interface SecureServerOptions extends SecureServerSessionOptions {
|
|
1067
|
+
allowHTTP1?: boolean | undefined;
|
|
1068
|
+
origins?: string[] | undefined;
|
|
1069
|
+
}
|
|
1070
|
+
interface HTTP2ServerCommon {
|
|
1071
|
+
setTimeout(msec?: number, callback?: () => void): this;
|
|
1072
|
+
/**
|
|
1073
|
+
* Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values.
|
|
1074
|
+
* Throws ERR_INVALID_ARG_TYPE for invalid settings argument.
|
|
1075
|
+
*/
|
|
1076
|
+
updateSettings(settings: Settings): void;
|
|
1077
|
+
}
|
|
1078
|
+
export interface Http2Server extends net.Server, HTTP2ServerCommon {
|
|
1079
|
+
addListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1080
|
+
addListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1081
|
+
addListener(event: 'session', listener: (session: ServerHttp2Session) => void): this;
|
|
1082
|
+
addListener(event: 'sessionError', listener: (err: Error) => void): this;
|
|
1083
|
+
addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1084
|
+
addListener(event: 'timeout', listener: () => void): this;
|
|
1085
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1086
|
+
emit(event: 'checkContinue', request: Http2ServerRequest, response: Http2ServerResponse): boolean;
|
|
1087
|
+
emit(event: 'request', request: Http2ServerRequest, response: Http2ServerResponse): boolean;
|
|
1088
|
+
emit(event: 'session', session: ServerHttp2Session): boolean;
|
|
1089
|
+
emit(event: 'sessionError', err: Error): boolean;
|
|
1090
|
+
emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
|
|
1091
|
+
emit(event: 'timeout'): boolean;
|
|
1092
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
1093
|
+
on(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1094
|
+
on(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1095
|
+
on(event: 'session', listener: (session: ServerHttp2Session) => void): this;
|
|
1096
|
+
on(event: 'sessionError', listener: (err: Error) => void): this;
|
|
1097
|
+
on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1098
|
+
on(event: 'timeout', listener: () => void): this;
|
|
1099
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1100
|
+
once(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1101
|
+
once(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1102
|
+
once(event: 'session', listener: (session: ServerHttp2Session) => void): this;
|
|
1103
|
+
once(event: 'sessionError', listener: (err: Error) => void): this;
|
|
1104
|
+
once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1105
|
+
once(event: 'timeout', listener: () => void): this;
|
|
1106
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1107
|
+
prependListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1108
|
+
prependListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1109
|
+
prependListener(event: 'session', listener: (session: ServerHttp2Session) => void): this;
|
|
1110
|
+
prependListener(event: 'sessionError', listener: (err: Error) => void): this;
|
|
1111
|
+
prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1112
|
+
prependListener(event: 'timeout', listener: () => void): this;
|
|
1113
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1114
|
+
prependOnceListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1115
|
+
prependOnceListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1116
|
+
prependOnceListener(event: 'session', listener: (session: ServerHttp2Session) => void): this;
|
|
1117
|
+
prependOnceListener(event: 'sessionError', listener: (err: Error) => void): this;
|
|
1118
|
+
prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1119
|
+
prependOnceListener(event: 'timeout', listener: () => void): this;
|
|
1120
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1121
|
+
}
|
|
1122
|
+
export interface Http2SecureServer extends tls.Server, HTTP2ServerCommon {
|
|
1123
|
+
addListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1124
|
+
addListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1125
|
+
addListener(event: 'session', listener: (session: ServerHttp2Session) => void): this;
|
|
1126
|
+
addListener(event: 'sessionError', listener: (err: Error) => void): this;
|
|
1127
|
+
addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1128
|
+
addListener(event: 'timeout', listener: () => void): this;
|
|
1129
|
+
addListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this;
|
|
1130
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1131
|
+
emit(event: 'checkContinue', request: Http2ServerRequest, response: Http2ServerResponse): boolean;
|
|
1132
|
+
emit(event: 'request', request: Http2ServerRequest, response: Http2ServerResponse): boolean;
|
|
1133
|
+
emit(event: 'session', session: ServerHttp2Session): boolean;
|
|
1134
|
+
emit(event: 'sessionError', err: Error): boolean;
|
|
1135
|
+
emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
|
|
1136
|
+
emit(event: 'timeout'): boolean;
|
|
1137
|
+
emit(event: 'unknownProtocol', socket: tls.TLSSocket): boolean;
|
|
1138
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
1139
|
+
on(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1140
|
+
on(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1141
|
+
on(event: 'session', listener: (session: ServerHttp2Session) => void): this;
|
|
1142
|
+
on(event: 'sessionError', listener: (err: Error) => void): this;
|
|
1143
|
+
on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1144
|
+
on(event: 'timeout', listener: () => void): this;
|
|
1145
|
+
on(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this;
|
|
1146
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1147
|
+
once(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1148
|
+
once(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1149
|
+
once(event: 'session', listener: (session: ServerHttp2Session) => void): this;
|
|
1150
|
+
once(event: 'sessionError', listener: (err: Error) => void): this;
|
|
1151
|
+
once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1152
|
+
once(event: 'timeout', listener: () => void): this;
|
|
1153
|
+
once(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this;
|
|
1154
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1155
|
+
prependListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1156
|
+
prependListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1157
|
+
prependListener(event: 'session', listener: (session: ServerHttp2Session) => void): this;
|
|
1158
|
+
prependListener(event: 'sessionError', listener: (err: Error) => void): this;
|
|
1159
|
+
prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1160
|
+
prependListener(event: 'timeout', listener: () => void): this;
|
|
1161
|
+
prependListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this;
|
|
1162
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1163
|
+
prependOnceListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1164
|
+
prependOnceListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
1165
|
+
prependOnceListener(event: 'session', listener: (session: ServerHttp2Session) => void): this;
|
|
1166
|
+
prependOnceListener(event: 'sessionError', listener: (err: Error) => void): this;
|
|
1167
|
+
prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
1168
|
+
prependOnceListener(event: 'timeout', listener: () => void): this;
|
|
1169
|
+
prependOnceListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this;
|
|
1170
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1171
|
+
}
|
|
1172
|
+
/**
|
|
1173
|
+
* A `Http2ServerRequest` object is created by {@link Server} or {@link SecureServer} and passed as the first argument to the `'request'` event. It may be used to access a request status,
|
|
1174
|
+
* headers, and
|
|
1175
|
+
* data.
|
|
1176
|
+
* @since v8.4.0
|
|
1177
|
+
*/
|
|
1178
|
+
export class Http2ServerRequest extends stream.Readable {
|
|
1179
|
+
constructor(stream: ServerHttp2Stream, headers: IncomingHttpHeaders, options: stream.ReadableOptions, rawHeaders: ReadonlyArray<string>);
|
|
1180
|
+
/**
|
|
1181
|
+
* The `request.aborted` property will be `true` if the request has
|
|
1182
|
+
* been aborted.
|
|
1183
|
+
* @since v10.1.0
|
|
1184
|
+
*/
|
|
1185
|
+
readonly aborted: boolean;
|
|
1186
|
+
/**
|
|
1187
|
+
* The request authority pseudo header field. Because HTTP/2 allows requests
|
|
1188
|
+
* to set either `:authority` or `host`, this value is derived from`req.headers[':authority']` if present. Otherwise, it is derived from`req.headers['host']`.
|
|
1189
|
+
* @since v8.4.0
|
|
1190
|
+
*/
|
|
1191
|
+
readonly authority: string;
|
|
1192
|
+
/**
|
|
1193
|
+
* See `request.socket`.
|
|
1194
|
+
* @since v8.4.0
|
|
1195
|
+
* @deprecated Since v13.0.0 - Use `socket`.
|
|
1196
|
+
*/
|
|
1197
|
+
readonly connection: net.Socket | tls.TLSSocket;
|
|
1198
|
+
/**
|
|
1199
|
+
* The `request.complete` property will be `true` if the request has
|
|
1200
|
+
* been completed, aborted, or destroyed.
|
|
1201
|
+
* @since v12.10.0
|
|
1202
|
+
*/
|
|
1203
|
+
readonly complete: boolean;
|
|
1204
|
+
/**
|
|
1205
|
+
* The request/response headers object.
|
|
1206
|
+
*
|
|
1207
|
+
* Key-value pairs of header names and values. Header names are lower-cased.
|
|
1208
|
+
*
|
|
1209
|
+
* ```js
|
|
1210
|
+
* // Prints something like:
|
|
1211
|
+
* //
|
|
1212
|
+
* // { 'user-agent': 'curl/7.22.0',
|
|
1213
|
+
* // host: '127.0.0.1:8000',
|
|
1214
|
+
* // accept: '*' }
|
|
1215
|
+
* console.log(request.headers);
|
|
1216
|
+
* ```
|
|
1217
|
+
*
|
|
1218
|
+
* See `HTTP/2 Headers Object`.
|
|
1219
|
+
*
|
|
1220
|
+
* In HTTP/2, the request path, host name, protocol, and method are represented as
|
|
1221
|
+
* special headers prefixed with the `:` character (e.g. `':path'`). These special
|
|
1222
|
+
* headers will be included in the `request.headers` object. Care must be taken not
|
|
1223
|
+
* to inadvertently modify these special headers or errors may occur. For instance,
|
|
1224
|
+
* removing all headers from the request will cause errors to occur:
|
|
1225
|
+
*
|
|
1226
|
+
* ```js
|
|
1227
|
+
* removeAllHeaders(request.headers);
|
|
1228
|
+
* assert(request.url); // Fails because the :path header has been removed
|
|
1229
|
+
* ```
|
|
1230
|
+
* @since v8.4.0
|
|
1231
|
+
*/
|
|
1232
|
+
readonly headers: IncomingHttpHeaders;
|
|
1233
|
+
/**
|
|
1234
|
+
* In case of server request, the HTTP version sent by the client. In the case of
|
|
1235
|
+
* client response, the HTTP version of the connected-to server. Returns`'2.0'`.
|
|
1236
|
+
*
|
|
1237
|
+
* Also `message.httpVersionMajor` is the first integer and`message.httpVersionMinor` is the second.
|
|
1238
|
+
* @since v8.4.0
|
|
1239
|
+
*/
|
|
1240
|
+
readonly httpVersion: string;
|
|
1241
|
+
readonly httpVersionMinor: number;
|
|
1242
|
+
readonly httpVersionMajor: number;
|
|
1243
|
+
/**
|
|
1244
|
+
* The request method as a string. Read-only. Examples: `'GET'`, `'DELETE'`.
|
|
1245
|
+
* @since v8.4.0
|
|
1246
|
+
*/
|
|
1247
|
+
readonly method: string;
|
|
1248
|
+
/**
|
|
1249
|
+
* The raw request/response headers list exactly as they were received.
|
|
1250
|
+
*
|
|
1251
|
+
* The keys and values are in the same list. It is _not_ a
|
|
1252
|
+
* list of tuples. So, the even-numbered offsets are key values, and the
|
|
1253
|
+
* odd-numbered offsets are the associated values.
|
|
1254
|
+
*
|
|
1255
|
+
* Header names are not lowercased, and duplicates are not merged.
|
|
1256
|
+
*
|
|
1257
|
+
* ```js
|
|
1258
|
+
* // Prints something like:
|
|
1259
|
+
* //
|
|
1260
|
+
* // [ 'user-agent',
|
|
1261
|
+
* // 'this is invalid because there can be only one',
|
|
1262
|
+
* // 'User-Agent',
|
|
1263
|
+
* // 'curl/7.22.0',
|
|
1264
|
+
* // 'Host',
|
|
1265
|
+
* // '127.0.0.1:8000',
|
|
1266
|
+
* // 'ACCEPT',
|
|
1267
|
+
* // '*' ]
|
|
1268
|
+
* console.log(request.rawHeaders);
|
|
1269
|
+
* ```
|
|
1270
|
+
* @since v8.4.0
|
|
1271
|
+
*/
|
|
1272
|
+
readonly rawHeaders: string[];
|
|
1273
|
+
/**
|
|
1274
|
+
* The raw request/response trailer keys and values exactly as they were
|
|
1275
|
+
* received. Only populated at the `'end'` event.
|
|
1276
|
+
* @since v8.4.0
|
|
1277
|
+
*/
|
|
1278
|
+
readonly rawTrailers: string[];
|
|
1279
|
+
/**
|
|
1280
|
+
* The request scheme pseudo header field indicating the scheme
|
|
1281
|
+
* portion of the target URL.
|
|
1282
|
+
* @since v8.4.0
|
|
1283
|
+
*/
|
|
1284
|
+
readonly scheme: string;
|
|
1285
|
+
/**
|
|
1286
|
+
* Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but
|
|
1287
|
+
* applies getters, setters, and methods based on HTTP/2 logic.
|
|
1288
|
+
*
|
|
1289
|
+
* `destroyed`, `readable`, and `writable` properties will be retrieved from and
|
|
1290
|
+
* set on `request.stream`.
|
|
1291
|
+
*
|
|
1292
|
+
* `destroy`, `emit`, `end`, `on` and `once` methods will be called on`request.stream`.
|
|
1293
|
+
*
|
|
1294
|
+
* `setTimeout` method will be called on `request.stream.session`.
|
|
1295
|
+
*
|
|
1296
|
+
* `pause`, `read`, `resume`, and `write` will throw an error with code`ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for
|
|
1297
|
+
* more information.
|
|
1298
|
+
*
|
|
1299
|
+
* All other interactions will be routed directly to the socket. With TLS support,
|
|
1300
|
+
* use `request.socket.getPeerCertificate()` to obtain the client's
|
|
1301
|
+
* authentication details.
|
|
1302
|
+
* @since v8.4.0
|
|
1303
|
+
*/
|
|
1304
|
+
readonly socket: net.Socket | tls.TLSSocket;
|
|
1305
|
+
/**
|
|
1306
|
+
* The `Http2Stream` object backing the request.
|
|
1307
|
+
* @since v8.4.0
|
|
1308
|
+
*/
|
|
1309
|
+
readonly stream: ServerHttp2Stream;
|
|
1310
|
+
/**
|
|
1311
|
+
* The request/response trailers object. Only populated at the `'end'` event.
|
|
1312
|
+
* @since v8.4.0
|
|
1313
|
+
*/
|
|
1314
|
+
readonly trailers: IncomingHttpHeaders;
|
|
1315
|
+
/**
|
|
1316
|
+
* Request URL string. This contains only the URL that is present in the actual
|
|
1317
|
+
* HTTP request. If the request is:
|
|
1318
|
+
*
|
|
1319
|
+
* ```http
|
|
1320
|
+
* GET /status?name=ryan HTTP/1.1
|
|
1321
|
+
* Accept: text/plain
|
|
1322
|
+
* ```
|
|
1323
|
+
*
|
|
1324
|
+
* Then `request.url` will be:
|
|
1325
|
+
*
|
|
1326
|
+
* ```js
|
|
1327
|
+
* '/status?name=ryan'
|
|
1328
|
+
* ```
|
|
1329
|
+
*
|
|
1330
|
+
* To parse the url into its parts, `new URL()` can be used:
|
|
1331
|
+
*
|
|
1332
|
+
* ```console
|
|
1333
|
+
* $ node
|
|
1334
|
+
* > new URL('/status?name=ryan', 'http://example.com')
|
|
1335
|
+
* URL {
|
|
1336
|
+
* href: 'http://example.com/status?name=ryan',
|
|
1337
|
+
* origin: 'http://example.com',
|
|
1338
|
+
* protocol: 'http:',
|
|
1339
|
+
* username: '',
|
|
1340
|
+
* password: '',
|
|
1341
|
+
* host: 'example.com',
|
|
1342
|
+
* hostname: 'example.com',
|
|
1343
|
+
* port: '',
|
|
1344
|
+
* pathname: '/status',
|
|
1345
|
+
* search: '?name=ryan',
|
|
1346
|
+
* searchParams: URLSearchParams { 'name' => 'ryan' },
|
|
1347
|
+
* hash: ''
|
|
1348
|
+
* }
|
|
1349
|
+
* ```
|
|
1350
|
+
* @since v8.4.0
|
|
1351
|
+
*/
|
|
1352
|
+
url: string;
|
|
1353
|
+
/**
|
|
1354
|
+
* Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is
|
|
1355
|
+
* provided, then it is added as a listener on the `'timeout'` event on
|
|
1356
|
+
* the response object.
|
|
1357
|
+
*
|
|
1358
|
+
* If no `'timeout'` listener is added to the request, the response, or
|
|
1359
|
+
* the server, then `Http2Stream` s are destroyed when they time out. If a
|
|
1360
|
+
* handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly.
|
|
1361
|
+
* @since v8.4.0
|
|
1362
|
+
*/
|
|
1363
|
+
setTimeout(msecs: number, callback?: () => void): void;
|
|
1364
|
+
read(size?: number): Buffer | string | null;
|
|
1365
|
+
addListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this;
|
|
1366
|
+
addListener(event: 'close', listener: () => void): this;
|
|
1367
|
+
addListener(event: 'data', listener: (chunk: Buffer | string) => void): this;
|
|
1368
|
+
addListener(event: 'end', listener: () => void): this;
|
|
1369
|
+
addListener(event: 'readable', listener: () => void): this;
|
|
1370
|
+
addListener(event: 'error', listener: (err: Error) => void): this;
|
|
1371
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1372
|
+
emit(event: 'aborted', hadError: boolean, code: number): boolean;
|
|
1373
|
+
emit(event: 'close'): boolean;
|
|
1374
|
+
emit(event: 'data', chunk: Buffer | string): boolean;
|
|
1375
|
+
emit(event: 'end'): boolean;
|
|
1376
|
+
emit(event: 'readable'): boolean;
|
|
1377
|
+
emit(event: 'error', err: Error): boolean;
|
|
1378
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
1379
|
+
on(event: 'aborted', listener: (hadError: boolean, code: number) => void): this;
|
|
1380
|
+
on(event: 'close', listener: () => void): this;
|
|
1381
|
+
on(event: 'data', listener: (chunk: Buffer | string) => void): this;
|
|
1382
|
+
on(event: 'end', listener: () => void): this;
|
|
1383
|
+
on(event: 'readable', listener: () => void): this;
|
|
1384
|
+
on(event: 'error', listener: (err: Error) => void): this;
|
|
1385
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1386
|
+
once(event: 'aborted', listener: (hadError: boolean, code: number) => void): this;
|
|
1387
|
+
once(event: 'close', listener: () => void): this;
|
|
1388
|
+
once(event: 'data', listener: (chunk: Buffer | string) => void): this;
|
|
1389
|
+
once(event: 'end', listener: () => void): this;
|
|
1390
|
+
once(event: 'readable', listener: () => void): this;
|
|
1391
|
+
once(event: 'error', listener: (err: Error) => void): this;
|
|
1392
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1393
|
+
prependListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this;
|
|
1394
|
+
prependListener(event: 'close', listener: () => void): this;
|
|
1395
|
+
prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this;
|
|
1396
|
+
prependListener(event: 'end', listener: () => void): this;
|
|
1397
|
+
prependListener(event: 'readable', listener: () => void): this;
|
|
1398
|
+
prependListener(event: 'error', listener: (err: Error) => void): this;
|
|
1399
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1400
|
+
prependOnceListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this;
|
|
1401
|
+
prependOnceListener(event: 'close', listener: () => void): this;
|
|
1402
|
+
prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this;
|
|
1403
|
+
prependOnceListener(event: 'end', listener: () => void): this;
|
|
1404
|
+
prependOnceListener(event: 'readable', listener: () => void): this;
|
|
1405
|
+
prependOnceListener(event: 'error', listener: (err: Error) => void): this;
|
|
1406
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1407
|
+
}
|
|
1408
|
+
/**
|
|
1409
|
+
* This object is created internally by an HTTP server, not by the user. It is
|
|
1410
|
+
* passed as the second parameter to the `'request'` event.
|
|
1411
|
+
* @since v8.4.0
|
|
1412
|
+
*/
|
|
1413
|
+
export class Http2ServerResponse extends stream.Writable {
|
|
1414
|
+
constructor(stream: ServerHttp2Stream);
|
|
1415
|
+
/**
|
|
1416
|
+
* See `response.socket`.
|
|
1417
|
+
* @since v8.4.0
|
|
1418
|
+
* @deprecated Since v13.0.0 - Use `socket`.
|
|
1419
|
+
*/
|
|
1420
|
+
readonly connection: net.Socket | tls.TLSSocket;
|
|
1421
|
+
/**
|
|
1422
|
+
* Boolean value that indicates whether the response has completed. Starts
|
|
1423
|
+
* as `false`. After `response.end()` executes, the value will be `true`.
|
|
1424
|
+
* @since v8.4.0
|
|
1425
|
+
* @deprecated Since v13.4.0,v12.16.0 - Use `writableEnded`.
|
|
1426
|
+
*/
|
|
1427
|
+
readonly finished: boolean;
|
|
1428
|
+
/**
|
|
1429
|
+
* True if headers were sent, false otherwise (read-only).
|
|
1430
|
+
* @since v8.4.0
|
|
1431
|
+
*/
|
|
1432
|
+
readonly headersSent: boolean;
|
|
1433
|
+
/**
|
|
1434
|
+
* A reference to the original HTTP2 request object.
|
|
1435
|
+
* @since v15.7.0
|
|
1436
|
+
*/
|
|
1437
|
+
readonly req: Http2ServerRequest;
|
|
1438
|
+
/**
|
|
1439
|
+
* Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but
|
|
1440
|
+
* applies getters, setters, and methods based on HTTP/2 logic.
|
|
1441
|
+
*
|
|
1442
|
+
* `destroyed`, `readable`, and `writable` properties will be retrieved from and
|
|
1443
|
+
* set on `response.stream`.
|
|
1444
|
+
*
|
|
1445
|
+
* `destroy`, `emit`, `end`, `on` and `once` methods will be called on`response.stream`.
|
|
1446
|
+
*
|
|
1447
|
+
* `setTimeout` method will be called on `response.stream.session`.
|
|
1448
|
+
*
|
|
1449
|
+
* `pause`, `read`, `resume`, and `write` will throw an error with code`ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for
|
|
1450
|
+
* more information.
|
|
1451
|
+
*
|
|
1452
|
+
* All other interactions will be routed directly to the socket.
|
|
1453
|
+
*
|
|
1454
|
+
* ```js
|
|
1455
|
+
* const http2 = require('http2');
|
|
1456
|
+
* const server = http2.createServer((req, res) => {
|
|
1457
|
+
* const ip = req.socket.remoteAddress;
|
|
1458
|
+
* const port = req.socket.remotePort;
|
|
1459
|
+
* res.end(`Your IP address is ${ip} and your source port is ${port}.`);
|
|
1460
|
+
* }).listen(3000);
|
|
1461
|
+
* ```
|
|
1462
|
+
* @since v8.4.0
|
|
1463
|
+
*/
|
|
1464
|
+
readonly socket: net.Socket | tls.TLSSocket;
|
|
1465
|
+
/**
|
|
1466
|
+
* The `Http2Stream` object backing the response.
|
|
1467
|
+
* @since v8.4.0
|
|
1468
|
+
*/
|
|
1469
|
+
readonly stream: ServerHttp2Stream;
|
|
1470
|
+
/**
|
|
1471
|
+
* When true, the Date header will be automatically generated and sent in
|
|
1472
|
+
* the response if it is not already present in the headers. Defaults to true.
|
|
1473
|
+
*
|
|
1474
|
+
* This should only be disabled for testing; HTTP requires the Date header
|
|
1475
|
+
* in responses.
|
|
1476
|
+
* @since v8.4.0
|
|
1477
|
+
*/
|
|
1478
|
+
sendDate: boolean;
|
|
1479
|
+
/**
|
|
1480
|
+
* When using implicit headers (not calling `response.writeHead()` explicitly),
|
|
1481
|
+
* this property controls the status code that will be sent to the client when
|
|
1482
|
+
* the headers get flushed.
|
|
1483
|
+
*
|
|
1484
|
+
* ```js
|
|
1485
|
+
* response.statusCode = 404;
|
|
1486
|
+
* ```
|
|
1487
|
+
*
|
|
1488
|
+
* After response header was sent to the client, this property indicates the
|
|
1489
|
+
* status code which was sent out.
|
|
1490
|
+
* @since v8.4.0
|
|
1491
|
+
*/
|
|
1492
|
+
statusCode: number;
|
|
1493
|
+
/**
|
|
1494
|
+
* Status message is not supported by HTTP/2 (RFC 7540 8.1.2.4). It returns
|
|
1495
|
+
* an empty string.
|
|
1496
|
+
* @since v8.4.0
|
|
1497
|
+
*/
|
|
1498
|
+
statusMessage: '';
|
|
1499
|
+
/**
|
|
1500
|
+
* This method adds HTTP trailing headers (a header but at the end of the
|
|
1501
|
+
* message) to the response.
|
|
1502
|
+
*
|
|
1503
|
+
* Attempting to set a header field name or value that contains invalid characters
|
|
1504
|
+
* will result in a `TypeError` being thrown.
|
|
1505
|
+
* @since v8.4.0
|
|
1506
|
+
*/
|
|
1507
|
+
addTrailers(trailers: OutgoingHttpHeaders): void;
|
|
1508
|
+
/**
|
|
1509
|
+
* This method signals to the server that all of the response headers and body
|
|
1510
|
+
* have been sent; that server should consider this message complete.
|
|
1511
|
+
* The method, `response.end()`, MUST be called on each response.
|
|
1512
|
+
*
|
|
1513
|
+
* If `data` is specified, it is equivalent to calling `response.write(data, encoding)` followed by `response.end(callback)`.
|
|
1514
|
+
*
|
|
1515
|
+
* If `callback` is specified, it will be called when the response stream
|
|
1516
|
+
* is finished.
|
|
1517
|
+
* @since v8.4.0
|
|
1518
|
+
*/
|
|
1519
|
+
end(callback?: () => void): this;
|
|
1520
|
+
end(data: string | Uint8Array, callback?: () => void): this;
|
|
1521
|
+
end(data: string | Uint8Array, encoding: BufferEncoding, callback?: () => void): this;
|
|
1522
|
+
/**
|
|
1523
|
+
* Reads out a header that has already been queued but not sent to the client.
|
|
1524
|
+
* The name is case-insensitive.
|
|
1525
|
+
*
|
|
1526
|
+
* ```js
|
|
1527
|
+
* const contentType = response.getHeader('content-type');
|
|
1528
|
+
* ```
|
|
1529
|
+
* @since v8.4.0
|
|
1530
|
+
*/
|
|
1531
|
+
getHeader(name: string): string;
|
|
1532
|
+
/**
|
|
1533
|
+
* Returns an array containing the unique names of the current outgoing headers.
|
|
1534
|
+
* All header names are lowercase.
|
|
1535
|
+
*
|
|
1536
|
+
* ```js
|
|
1537
|
+
* response.setHeader('Foo', 'bar');
|
|
1538
|
+
* response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']);
|
|
1539
|
+
*
|
|
1540
|
+
* const headerNames = response.getHeaderNames();
|
|
1541
|
+
* // headerNames === ['foo', 'set-cookie']
|
|
1542
|
+
* ```
|
|
1543
|
+
* @since v8.4.0
|
|
1544
|
+
*/
|
|
1545
|
+
getHeaderNames(): string[];
|
|
1546
|
+
/**
|
|
1547
|
+
* Returns a shallow copy of the current outgoing headers. Since a shallow copy
|
|
1548
|
+
* is used, array values may be mutated without additional calls to various
|
|
1549
|
+
* header-related http module methods. The keys of the returned object are the
|
|
1550
|
+
* header names and the values are the respective header values. All header names
|
|
1551
|
+
* are lowercase.
|
|
1552
|
+
*
|
|
1553
|
+
* The object returned by the `response.getHeaders()` method _does not_prototypically inherit from the JavaScript `Object`. This means that typical`Object` methods such as `obj.toString()`,
|
|
1554
|
+
* `obj.hasOwnProperty()`, and others
|
|
1555
|
+
* are not defined and _will not work_.
|
|
1556
|
+
*
|
|
1557
|
+
* ```js
|
|
1558
|
+
* response.setHeader('Foo', 'bar');
|
|
1559
|
+
* response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']);
|
|
1560
|
+
*
|
|
1561
|
+
* const headers = response.getHeaders();
|
|
1562
|
+
* // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] }
|
|
1563
|
+
* ```
|
|
1564
|
+
* @since v8.4.0
|
|
1565
|
+
*/
|
|
1566
|
+
getHeaders(): OutgoingHttpHeaders;
|
|
1567
|
+
/**
|
|
1568
|
+
* Returns `true` if the header identified by `name` is currently set in the
|
|
1569
|
+
* outgoing headers. The header name matching is case-insensitive.
|
|
1570
|
+
*
|
|
1571
|
+
* ```js
|
|
1572
|
+
* const hasContentType = response.hasHeader('content-type');
|
|
1573
|
+
* ```
|
|
1574
|
+
* @since v8.4.0
|
|
1575
|
+
*/
|
|
1576
|
+
hasHeader(name: string): boolean;
|
|
1577
|
+
/**
|
|
1578
|
+
* Removes a header that has been queued for implicit sending.
|
|
1579
|
+
*
|
|
1580
|
+
* ```js
|
|
1581
|
+
* response.removeHeader('Content-Encoding');
|
|
1582
|
+
* ```
|
|
1583
|
+
* @since v8.4.0
|
|
1584
|
+
*/
|
|
1585
|
+
removeHeader(name: string): void;
|
|
1586
|
+
/**
|
|
1587
|
+
* Sets a single header value for implicit headers. If this header already exists
|
|
1588
|
+
* in the to-be-sent headers, its value will be replaced. Use an array of strings
|
|
1589
|
+
* here to send multiple headers with the same name.
|
|
1590
|
+
*
|
|
1591
|
+
* ```js
|
|
1592
|
+
* response.setHeader('Content-Type', 'text/html; charset=utf-8');
|
|
1593
|
+
* ```
|
|
1594
|
+
*
|
|
1595
|
+
* or
|
|
1596
|
+
*
|
|
1597
|
+
* ```js
|
|
1598
|
+
* response.setHeader('Set-Cookie', ['type=ninja', 'language=javascript']);
|
|
1599
|
+
* ```
|
|
1600
|
+
*
|
|
1601
|
+
* Attempting to set a header field name or value that contains invalid characters
|
|
1602
|
+
* will result in a `TypeError` being thrown.
|
|
1603
|
+
*
|
|
1604
|
+
* When headers have been set with `response.setHeader()`, they will be merged
|
|
1605
|
+
* with any headers passed to `response.writeHead()`, with the headers passed
|
|
1606
|
+
* to `response.writeHead()` given precedence.
|
|
1607
|
+
*
|
|
1608
|
+
* ```js
|
|
1609
|
+
* // Returns content-type = text/plain
|
|
1610
|
+
* const server = http2.createServer((req, res) => {
|
|
1611
|
+
* res.setHeader('Content-Type', 'text/html; charset=utf-8');
|
|
1612
|
+
* res.setHeader('X-Foo', 'bar');
|
|
1613
|
+
* res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' });
|
|
1614
|
+
* res.end('ok');
|
|
1615
|
+
* });
|
|
1616
|
+
* ```
|
|
1617
|
+
* @since v8.4.0
|
|
1618
|
+
*/
|
|
1619
|
+
setHeader(name: string, value: number | string | ReadonlyArray<string>): void;
|
|
1620
|
+
/**
|
|
1621
|
+
* Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is
|
|
1622
|
+
* provided, then it is added as a listener on the `'timeout'` event on
|
|
1623
|
+
* the response object.
|
|
1624
|
+
*
|
|
1625
|
+
* If no `'timeout'` listener is added to the request, the response, or
|
|
1626
|
+
* the server, then `Http2Stream` s are destroyed when they time out. If a
|
|
1627
|
+
* handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly.
|
|
1628
|
+
* @since v8.4.0
|
|
1629
|
+
*/
|
|
1630
|
+
setTimeout(msecs: number, callback?: () => void): void;
|
|
1631
|
+
/**
|
|
1632
|
+
* If this method is called and `response.writeHead()` has not been called,
|
|
1633
|
+
* it will switch to implicit header mode and flush the implicit headers.
|
|
1634
|
+
*
|
|
1635
|
+
* This sends a chunk of the response body. This method may
|
|
1636
|
+
* be called multiple times to provide successive parts of the body.
|
|
1637
|
+
*
|
|
1638
|
+
* In the `http` module, the response body is omitted when the
|
|
1639
|
+
* request is a HEAD request. Similarly, the `204` and `304` responses_must not_ include a message body.
|
|
1640
|
+
*
|
|
1641
|
+
* `chunk` can be a string or a buffer. If `chunk` is a string,
|
|
1642
|
+
* the second parameter specifies how to encode it into a byte stream.
|
|
1643
|
+
* By default the `encoding` is `'utf8'`. `callback` will be called when this chunk
|
|
1644
|
+
* of data is flushed.
|
|
1645
|
+
*
|
|
1646
|
+
* This is the raw HTTP body and has nothing to do with higher-level multi-part
|
|
1647
|
+
* body encodings that may be used.
|
|
1648
|
+
*
|
|
1649
|
+
* The first time `response.write()` is called, it will send the buffered
|
|
1650
|
+
* header information and the first chunk of the body to the client. The second
|
|
1651
|
+
* time `response.write()` is called, Node.js assumes data will be streamed,
|
|
1652
|
+
* and sends the new data separately. That is, the response is buffered up to the
|
|
1653
|
+
* first chunk of the body.
|
|
1654
|
+
*
|
|
1655
|
+
* Returns `true` if the entire data was flushed successfully to the kernel
|
|
1656
|
+
* buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is free again.
|
|
1657
|
+
* @since v8.4.0
|
|
1658
|
+
*/
|
|
1659
|
+
write(chunk: string | Uint8Array, callback?: (err: Error) => void): boolean;
|
|
1660
|
+
write(chunk: string | Uint8Array, encoding: BufferEncoding, callback?: (err: Error) => void): boolean;
|
|
1661
|
+
/**
|
|
1662
|
+
* Sends a status `100 Continue` to the client, indicating that the request body
|
|
1663
|
+
* should be sent. See the `'checkContinue'` event on `Http2Server` and`Http2SecureServer`.
|
|
1664
|
+
* @since v8.4.0
|
|
1665
|
+
*/
|
|
1666
|
+
writeContinue(): void;
|
|
1667
|
+
/**
|
|
1668
|
+
* Sends a response header to the request. The status code is a 3-digit HTTP
|
|
1669
|
+
* status code, like `404`. The last argument, `headers`, are the response headers.
|
|
1670
|
+
*
|
|
1671
|
+
* Returns a reference to the `Http2ServerResponse`, so that calls can be chained.
|
|
1672
|
+
*
|
|
1673
|
+
* For compatibility with `HTTP/1`, a human-readable `statusMessage` may be
|
|
1674
|
+
* passed as the second argument. However, because the `statusMessage` has no
|
|
1675
|
+
* meaning within HTTP/2, the argument will have no effect and a process warning
|
|
1676
|
+
* will be emitted.
|
|
1677
|
+
*
|
|
1678
|
+
* ```js
|
|
1679
|
+
* const body = 'hello world';
|
|
1680
|
+
* response.writeHead(200, {
|
|
1681
|
+
* 'Content-Length': Buffer.byteLength(body),
|
|
1682
|
+
* 'Content-Type': 'text/plain; charset=utf-8',
|
|
1683
|
+
* });
|
|
1684
|
+
* ```
|
|
1685
|
+
*
|
|
1686
|
+
* `Content-Length` is given in bytes not characters. The`Buffer.byteLength()` API may be used to determine the number of bytes in a
|
|
1687
|
+
* given encoding. On outbound messages, Node.js does not check if Content-Length
|
|
1688
|
+
* and the length of the body being transmitted are equal or not. However, when
|
|
1689
|
+
* receiving messages, Node.js will automatically reject messages when the`Content-Length` does not match the actual payload size.
|
|
1690
|
+
*
|
|
1691
|
+
* This method may be called at most one time on a message before `response.end()` is called.
|
|
1692
|
+
*
|
|
1693
|
+
* If `response.write()` or `response.end()` are called before calling
|
|
1694
|
+
* this, the implicit/mutable headers will be calculated and call this function.
|
|
1695
|
+
*
|
|
1696
|
+
* When headers have been set with `response.setHeader()`, they will be merged
|
|
1697
|
+
* with any headers passed to `response.writeHead()`, with the headers passed
|
|
1698
|
+
* to `response.writeHead()` given precedence.
|
|
1699
|
+
*
|
|
1700
|
+
* ```js
|
|
1701
|
+
* // Returns content-type = text/plain
|
|
1702
|
+
* const server = http2.createServer((req, res) => {
|
|
1703
|
+
* res.setHeader('Content-Type', 'text/html; charset=utf-8');
|
|
1704
|
+
* res.setHeader('X-Foo', 'bar');
|
|
1705
|
+
* res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' });
|
|
1706
|
+
* res.end('ok');
|
|
1707
|
+
* });
|
|
1708
|
+
* ```
|
|
1709
|
+
*
|
|
1710
|
+
* Attempting to set a header field name or value that contains invalid characters
|
|
1711
|
+
* will result in a `TypeError` being thrown.
|
|
1712
|
+
* @since v8.4.0
|
|
1713
|
+
*/
|
|
1714
|
+
writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this;
|
|
1715
|
+
writeHead(statusCode: number, statusMessage: string, headers?: OutgoingHttpHeaders): this;
|
|
1716
|
+
/**
|
|
1717
|
+
* Call `http2stream.pushStream()` with the given headers, and wrap the
|
|
1718
|
+
* given `Http2Stream` on a newly created `Http2ServerResponse` as the callback
|
|
1719
|
+
* parameter if successful. When `Http2ServerRequest` is closed, the callback is
|
|
1720
|
+
* called with an error `ERR_HTTP2_INVALID_STREAM`.
|
|
1721
|
+
* @since v8.4.0
|
|
1722
|
+
* @param headers An object describing the headers
|
|
1723
|
+
* @param callback Called once `http2stream.pushStream()` is finished, or either when the attempt to create the pushed `Http2Stream` has failed or has been rejected, or the state of
|
|
1724
|
+
* `Http2ServerRequest` is closed prior to calling the `http2stream.pushStream()` method
|
|
1725
|
+
*/
|
|
1726
|
+
createPushResponse(headers: OutgoingHttpHeaders, callback: (err: Error | null, res: Http2ServerResponse) => void): void;
|
|
1727
|
+
addListener(event: 'close', listener: () => void): this;
|
|
1728
|
+
addListener(event: 'drain', listener: () => void): this;
|
|
1729
|
+
addListener(event: 'error', listener: (error: Error) => void): this;
|
|
1730
|
+
addListener(event: 'finish', listener: () => void): this;
|
|
1731
|
+
addListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
|
|
1732
|
+
addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
|
|
1733
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1734
|
+
emit(event: 'close'): boolean;
|
|
1735
|
+
emit(event: 'drain'): boolean;
|
|
1736
|
+
emit(event: 'error', error: Error): boolean;
|
|
1737
|
+
emit(event: 'finish'): boolean;
|
|
1738
|
+
emit(event: 'pipe', src: stream.Readable): boolean;
|
|
1739
|
+
emit(event: 'unpipe', src: stream.Readable): boolean;
|
|
1740
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
1741
|
+
on(event: 'close', listener: () => void): this;
|
|
1742
|
+
on(event: 'drain', listener: () => void): this;
|
|
1743
|
+
on(event: 'error', listener: (error: Error) => void): this;
|
|
1744
|
+
on(event: 'finish', listener: () => void): this;
|
|
1745
|
+
on(event: 'pipe', listener: (src: stream.Readable) => void): this;
|
|
1746
|
+
on(event: 'unpipe', listener: (src: stream.Readable) => void): this;
|
|
1747
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1748
|
+
once(event: 'close', listener: () => void): this;
|
|
1749
|
+
once(event: 'drain', listener: () => void): this;
|
|
1750
|
+
once(event: 'error', listener: (error: Error) => void): this;
|
|
1751
|
+
once(event: 'finish', listener: () => void): this;
|
|
1752
|
+
once(event: 'pipe', listener: (src: stream.Readable) => void): this;
|
|
1753
|
+
once(event: 'unpipe', listener: (src: stream.Readable) => void): this;
|
|
1754
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1755
|
+
prependListener(event: 'close', listener: () => void): this;
|
|
1756
|
+
prependListener(event: 'drain', listener: () => void): this;
|
|
1757
|
+
prependListener(event: 'error', listener: (error: Error) => void): this;
|
|
1758
|
+
prependListener(event: 'finish', listener: () => void): this;
|
|
1759
|
+
prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
|
|
1760
|
+
prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
|
|
1761
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1762
|
+
prependOnceListener(event: 'close', listener: () => void): this;
|
|
1763
|
+
prependOnceListener(event: 'drain', listener: () => void): this;
|
|
1764
|
+
prependOnceListener(event: 'error', listener: (error: Error) => void): this;
|
|
1765
|
+
prependOnceListener(event: 'finish', listener: () => void): this;
|
|
1766
|
+
prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
|
|
1767
|
+
prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
|
|
1768
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1769
|
+
}
|
|
1770
|
+
export namespace constants {
|
|
1771
|
+
const NGHTTP2_SESSION_SERVER: number;
|
|
1772
|
+
const NGHTTP2_SESSION_CLIENT: number;
|
|
1773
|
+
const NGHTTP2_STREAM_STATE_IDLE: number;
|
|
1774
|
+
const NGHTTP2_STREAM_STATE_OPEN: number;
|
|
1775
|
+
const NGHTTP2_STREAM_STATE_RESERVED_LOCAL: number;
|
|
1776
|
+
const NGHTTP2_STREAM_STATE_RESERVED_REMOTE: number;
|
|
1777
|
+
const NGHTTP2_STREAM_STATE_HALF_CLOSED_LOCAL: number;
|
|
1778
|
+
const NGHTTP2_STREAM_STATE_HALF_CLOSED_REMOTE: number;
|
|
1779
|
+
const NGHTTP2_STREAM_STATE_CLOSED: number;
|
|
1780
|
+
const NGHTTP2_NO_ERROR: number;
|
|
1781
|
+
const NGHTTP2_PROTOCOL_ERROR: number;
|
|
1782
|
+
const NGHTTP2_INTERNAL_ERROR: number;
|
|
1783
|
+
const NGHTTP2_FLOW_CONTROL_ERROR: number;
|
|
1784
|
+
const NGHTTP2_SETTINGS_TIMEOUT: number;
|
|
1785
|
+
const NGHTTP2_STREAM_CLOSED: number;
|
|
1786
|
+
const NGHTTP2_FRAME_SIZE_ERROR: number;
|
|
1787
|
+
const NGHTTP2_REFUSED_STREAM: number;
|
|
1788
|
+
const NGHTTP2_CANCEL: number;
|
|
1789
|
+
const NGHTTP2_COMPRESSION_ERROR: number;
|
|
1790
|
+
const NGHTTP2_CONNECT_ERROR: number;
|
|
1791
|
+
const NGHTTP2_ENHANCE_YOUR_CALM: number;
|
|
1792
|
+
const NGHTTP2_INADEQUATE_SECURITY: number;
|
|
1793
|
+
const NGHTTP2_HTTP_1_1_REQUIRED: number;
|
|
1794
|
+
const NGHTTP2_ERR_FRAME_SIZE_ERROR: number;
|
|
1795
|
+
const NGHTTP2_FLAG_NONE: number;
|
|
1796
|
+
const NGHTTP2_FLAG_END_STREAM: number;
|
|
1797
|
+
const NGHTTP2_FLAG_END_HEADERS: number;
|
|
1798
|
+
const NGHTTP2_FLAG_ACK: number;
|
|
1799
|
+
const NGHTTP2_FLAG_PADDED: number;
|
|
1800
|
+
const NGHTTP2_FLAG_PRIORITY: number;
|
|
1801
|
+
const DEFAULT_SETTINGS_HEADER_TABLE_SIZE: number;
|
|
1802
|
+
const DEFAULT_SETTINGS_ENABLE_PUSH: number;
|
|
1803
|
+
const DEFAULT_SETTINGS_INITIAL_WINDOW_SIZE: number;
|
|
1804
|
+
const DEFAULT_SETTINGS_MAX_FRAME_SIZE: number;
|
|
1805
|
+
const MAX_MAX_FRAME_SIZE: number;
|
|
1806
|
+
const MIN_MAX_FRAME_SIZE: number;
|
|
1807
|
+
const MAX_INITIAL_WINDOW_SIZE: number;
|
|
1808
|
+
const NGHTTP2_DEFAULT_WEIGHT: number;
|
|
1809
|
+
const NGHTTP2_SETTINGS_HEADER_TABLE_SIZE: number;
|
|
1810
|
+
const NGHTTP2_SETTINGS_ENABLE_PUSH: number;
|
|
1811
|
+
const NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS: number;
|
|
1812
|
+
const NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE: number;
|
|
1813
|
+
const NGHTTP2_SETTINGS_MAX_FRAME_SIZE: number;
|
|
1814
|
+
const NGHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE: number;
|
|
1815
|
+
const PADDING_STRATEGY_NONE: number;
|
|
1816
|
+
const PADDING_STRATEGY_MAX: number;
|
|
1817
|
+
const PADDING_STRATEGY_CALLBACK: number;
|
|
1818
|
+
const HTTP2_HEADER_STATUS: string;
|
|
1819
|
+
const HTTP2_HEADER_METHOD: string;
|
|
1820
|
+
const HTTP2_HEADER_AUTHORITY: string;
|
|
1821
|
+
const HTTP2_HEADER_SCHEME: string;
|
|
1822
|
+
const HTTP2_HEADER_PATH: string;
|
|
1823
|
+
const HTTP2_HEADER_ACCEPT_CHARSET: string;
|
|
1824
|
+
const HTTP2_HEADER_ACCEPT_ENCODING: string;
|
|
1825
|
+
const HTTP2_HEADER_ACCEPT_LANGUAGE: string;
|
|
1826
|
+
const HTTP2_HEADER_ACCEPT_RANGES: string;
|
|
1827
|
+
const HTTP2_HEADER_ACCEPT: string;
|
|
1828
|
+
const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string;
|
|
1829
|
+
const HTTP2_HEADER_AGE: string;
|
|
1830
|
+
const HTTP2_HEADER_ALLOW: string;
|
|
1831
|
+
const HTTP2_HEADER_AUTHORIZATION: string;
|
|
1832
|
+
const HTTP2_HEADER_CACHE_CONTROL: string;
|
|
1833
|
+
const HTTP2_HEADER_CONNECTION: string;
|
|
1834
|
+
const HTTP2_HEADER_CONTENT_DISPOSITION: string;
|
|
1835
|
+
const HTTP2_HEADER_CONTENT_ENCODING: string;
|
|
1836
|
+
const HTTP2_HEADER_CONTENT_LANGUAGE: string;
|
|
1837
|
+
const HTTP2_HEADER_CONTENT_LENGTH: string;
|
|
1838
|
+
const HTTP2_HEADER_CONTENT_LOCATION: string;
|
|
1839
|
+
const HTTP2_HEADER_CONTENT_MD5: string;
|
|
1840
|
+
const HTTP2_HEADER_CONTENT_RANGE: string;
|
|
1841
|
+
const HTTP2_HEADER_CONTENT_TYPE: string;
|
|
1842
|
+
const HTTP2_HEADER_COOKIE: string;
|
|
1843
|
+
const HTTP2_HEADER_DATE: string;
|
|
1844
|
+
const HTTP2_HEADER_ETAG: string;
|
|
1845
|
+
const HTTP2_HEADER_EXPECT: string;
|
|
1846
|
+
const HTTP2_HEADER_EXPIRES: string;
|
|
1847
|
+
const HTTP2_HEADER_FROM: string;
|
|
1848
|
+
const HTTP2_HEADER_HOST: string;
|
|
1849
|
+
const HTTP2_HEADER_IF_MATCH: string;
|
|
1850
|
+
const HTTP2_HEADER_IF_MODIFIED_SINCE: string;
|
|
1851
|
+
const HTTP2_HEADER_IF_NONE_MATCH: string;
|
|
1852
|
+
const HTTP2_HEADER_IF_RANGE: string;
|
|
1853
|
+
const HTTP2_HEADER_IF_UNMODIFIED_SINCE: string;
|
|
1854
|
+
const HTTP2_HEADER_LAST_MODIFIED: string;
|
|
1855
|
+
const HTTP2_HEADER_LINK: string;
|
|
1856
|
+
const HTTP2_HEADER_LOCATION: string;
|
|
1857
|
+
const HTTP2_HEADER_MAX_FORWARDS: string;
|
|
1858
|
+
const HTTP2_HEADER_PREFER: string;
|
|
1859
|
+
const HTTP2_HEADER_PROXY_AUTHENTICATE: string;
|
|
1860
|
+
const HTTP2_HEADER_PROXY_AUTHORIZATION: string;
|
|
1861
|
+
const HTTP2_HEADER_RANGE: string;
|
|
1862
|
+
const HTTP2_HEADER_REFERER: string;
|
|
1863
|
+
const HTTP2_HEADER_REFRESH: string;
|
|
1864
|
+
const HTTP2_HEADER_RETRY_AFTER: string;
|
|
1865
|
+
const HTTP2_HEADER_SERVER: string;
|
|
1866
|
+
const HTTP2_HEADER_SET_COOKIE: string;
|
|
1867
|
+
const HTTP2_HEADER_STRICT_TRANSPORT_SECURITY: string;
|
|
1868
|
+
const HTTP2_HEADER_TRANSFER_ENCODING: string;
|
|
1869
|
+
const HTTP2_HEADER_TE: string;
|
|
1870
|
+
const HTTP2_HEADER_UPGRADE: string;
|
|
1871
|
+
const HTTP2_HEADER_USER_AGENT: string;
|
|
1872
|
+
const HTTP2_HEADER_VARY: string;
|
|
1873
|
+
const HTTP2_HEADER_VIA: string;
|
|
1874
|
+
const HTTP2_HEADER_WWW_AUTHENTICATE: string;
|
|
1875
|
+
const HTTP2_HEADER_HTTP2_SETTINGS: string;
|
|
1876
|
+
const HTTP2_HEADER_KEEP_ALIVE: string;
|
|
1877
|
+
const HTTP2_HEADER_PROXY_CONNECTION: string;
|
|
1878
|
+
const HTTP2_METHOD_ACL: string;
|
|
1879
|
+
const HTTP2_METHOD_BASELINE_CONTROL: string;
|
|
1880
|
+
const HTTP2_METHOD_BIND: string;
|
|
1881
|
+
const HTTP2_METHOD_CHECKIN: string;
|
|
1882
|
+
const HTTP2_METHOD_CHECKOUT: string;
|
|
1883
|
+
const HTTP2_METHOD_CONNECT: string;
|
|
1884
|
+
const HTTP2_METHOD_COPY: string;
|
|
1885
|
+
const HTTP2_METHOD_DELETE: string;
|
|
1886
|
+
const HTTP2_METHOD_GET: string;
|
|
1887
|
+
const HTTP2_METHOD_HEAD: string;
|
|
1888
|
+
const HTTP2_METHOD_LABEL: string;
|
|
1889
|
+
const HTTP2_METHOD_LINK: string;
|
|
1890
|
+
const HTTP2_METHOD_LOCK: string;
|
|
1891
|
+
const HTTP2_METHOD_MERGE: string;
|
|
1892
|
+
const HTTP2_METHOD_MKACTIVITY: string;
|
|
1893
|
+
const HTTP2_METHOD_MKCALENDAR: string;
|
|
1894
|
+
const HTTP2_METHOD_MKCOL: string;
|
|
1895
|
+
const HTTP2_METHOD_MKREDIRECTREF: string;
|
|
1896
|
+
const HTTP2_METHOD_MKWORKSPACE: string;
|
|
1897
|
+
const HTTP2_METHOD_MOVE: string;
|
|
1898
|
+
const HTTP2_METHOD_OPTIONS: string;
|
|
1899
|
+
const HTTP2_METHOD_ORDERPATCH: string;
|
|
1900
|
+
const HTTP2_METHOD_PATCH: string;
|
|
1901
|
+
const HTTP2_METHOD_POST: string;
|
|
1902
|
+
const HTTP2_METHOD_PRI: string;
|
|
1903
|
+
const HTTP2_METHOD_PROPFIND: string;
|
|
1904
|
+
const HTTP2_METHOD_PROPPATCH: string;
|
|
1905
|
+
const HTTP2_METHOD_PUT: string;
|
|
1906
|
+
const HTTP2_METHOD_REBIND: string;
|
|
1907
|
+
const HTTP2_METHOD_REPORT: string;
|
|
1908
|
+
const HTTP2_METHOD_SEARCH: string;
|
|
1909
|
+
const HTTP2_METHOD_TRACE: string;
|
|
1910
|
+
const HTTP2_METHOD_UNBIND: string;
|
|
1911
|
+
const HTTP2_METHOD_UNCHECKOUT: string;
|
|
1912
|
+
const HTTP2_METHOD_UNLINK: string;
|
|
1913
|
+
const HTTP2_METHOD_UNLOCK: string;
|
|
1914
|
+
const HTTP2_METHOD_UPDATE: string;
|
|
1915
|
+
const HTTP2_METHOD_UPDATEREDIRECTREF: string;
|
|
1916
|
+
const HTTP2_METHOD_VERSION_CONTROL: string;
|
|
1917
|
+
const HTTP_STATUS_CONTINUE: number;
|
|
1918
|
+
const HTTP_STATUS_SWITCHING_PROTOCOLS: number;
|
|
1919
|
+
const HTTP_STATUS_PROCESSING: number;
|
|
1920
|
+
const HTTP_STATUS_OK: number;
|
|
1921
|
+
const HTTP_STATUS_CREATED: number;
|
|
1922
|
+
const HTTP_STATUS_ACCEPTED: number;
|
|
1923
|
+
const HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION: number;
|
|
1924
|
+
const HTTP_STATUS_NO_CONTENT: number;
|
|
1925
|
+
const HTTP_STATUS_RESET_CONTENT: number;
|
|
1926
|
+
const HTTP_STATUS_PARTIAL_CONTENT: number;
|
|
1927
|
+
const HTTP_STATUS_MULTI_STATUS: number;
|
|
1928
|
+
const HTTP_STATUS_ALREADY_REPORTED: number;
|
|
1929
|
+
const HTTP_STATUS_IM_USED: number;
|
|
1930
|
+
const HTTP_STATUS_MULTIPLE_CHOICES: number;
|
|
1931
|
+
const HTTP_STATUS_MOVED_PERMANENTLY: number;
|
|
1932
|
+
const HTTP_STATUS_FOUND: number;
|
|
1933
|
+
const HTTP_STATUS_SEE_OTHER: number;
|
|
1934
|
+
const HTTP_STATUS_NOT_MODIFIED: number;
|
|
1935
|
+
const HTTP_STATUS_USE_PROXY: number;
|
|
1936
|
+
const HTTP_STATUS_TEMPORARY_REDIRECT: number;
|
|
1937
|
+
const HTTP_STATUS_PERMANENT_REDIRECT: number;
|
|
1938
|
+
const HTTP_STATUS_BAD_REQUEST: number;
|
|
1939
|
+
const HTTP_STATUS_UNAUTHORIZED: number;
|
|
1940
|
+
const HTTP_STATUS_PAYMENT_REQUIRED: number;
|
|
1941
|
+
const HTTP_STATUS_FORBIDDEN: number;
|
|
1942
|
+
const HTTP_STATUS_NOT_FOUND: number;
|
|
1943
|
+
const HTTP_STATUS_METHOD_NOT_ALLOWED: number;
|
|
1944
|
+
const HTTP_STATUS_NOT_ACCEPTABLE: number;
|
|
1945
|
+
const HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED: number;
|
|
1946
|
+
const HTTP_STATUS_REQUEST_TIMEOUT: number;
|
|
1947
|
+
const HTTP_STATUS_CONFLICT: number;
|
|
1948
|
+
const HTTP_STATUS_GONE: number;
|
|
1949
|
+
const HTTP_STATUS_LENGTH_REQUIRED: number;
|
|
1950
|
+
const HTTP_STATUS_PRECONDITION_FAILED: number;
|
|
1951
|
+
const HTTP_STATUS_PAYLOAD_TOO_LARGE: number;
|
|
1952
|
+
const HTTP_STATUS_URI_TOO_LONG: number;
|
|
1953
|
+
const HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: number;
|
|
1954
|
+
const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number;
|
|
1955
|
+
const HTTP_STATUS_EXPECTATION_FAILED: number;
|
|
1956
|
+
const HTTP_STATUS_TEAPOT: number;
|
|
1957
|
+
const HTTP_STATUS_MISDIRECTED_REQUEST: number;
|
|
1958
|
+
const HTTP_STATUS_UNPROCESSABLE_ENTITY: number;
|
|
1959
|
+
const HTTP_STATUS_LOCKED: number;
|
|
1960
|
+
const HTTP_STATUS_FAILED_DEPENDENCY: number;
|
|
1961
|
+
const HTTP_STATUS_UNORDERED_COLLECTION: number;
|
|
1962
|
+
const HTTP_STATUS_UPGRADE_REQUIRED: number;
|
|
1963
|
+
const HTTP_STATUS_PRECONDITION_REQUIRED: number;
|
|
1964
|
+
const HTTP_STATUS_TOO_MANY_REQUESTS: number;
|
|
1965
|
+
const HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE: number;
|
|
1966
|
+
const HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS: number;
|
|
1967
|
+
const HTTP_STATUS_INTERNAL_SERVER_ERROR: number;
|
|
1968
|
+
const HTTP_STATUS_NOT_IMPLEMENTED: number;
|
|
1969
|
+
const HTTP_STATUS_BAD_GATEWAY: number;
|
|
1970
|
+
const HTTP_STATUS_SERVICE_UNAVAILABLE: number;
|
|
1971
|
+
const HTTP_STATUS_GATEWAY_TIMEOUT: number;
|
|
1972
|
+
const HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED: number;
|
|
1973
|
+
const HTTP_STATUS_VARIANT_ALSO_NEGOTIATES: number;
|
|
1974
|
+
const HTTP_STATUS_INSUFFICIENT_STORAGE: number;
|
|
1975
|
+
const HTTP_STATUS_LOOP_DETECTED: number;
|
|
1976
|
+
const HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED: number;
|
|
1977
|
+
const HTTP_STATUS_NOT_EXTENDED: number;
|
|
1978
|
+
const HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED: number;
|
|
1979
|
+
}
|
|
1980
|
+
/**
|
|
1981
|
+
* This symbol can be set as a property on the HTTP/2 headers object with
|
|
1982
|
+
* an array value in order to provide a list of headers considered sensitive.
|
|
1983
|
+
*/
|
|
1984
|
+
export const sensitiveHeaders: symbol;
|
|
1985
|
+
/**
|
|
1986
|
+
* Returns an object containing the default settings for an `Http2Session`instance. This method returns a new object instance every time it is called
|
|
1987
|
+
* so instances returned may be safely modified for use.
|
|
1988
|
+
* @since v8.4.0
|
|
1989
|
+
*/
|
|
1990
|
+
export function getDefaultSettings(): Settings;
|
|
1991
|
+
/**
|
|
1992
|
+
* Returns a `Buffer` instance containing serialized representation of the given
|
|
1993
|
+
* HTTP/2 settings as specified in the [HTTP/2](https://tools.ietf.org/html/rfc7540) specification. This is intended
|
|
1994
|
+
* for use with the `HTTP2-Settings` header field.
|
|
1995
|
+
*
|
|
1996
|
+
* ```js
|
|
1997
|
+
* const http2 = require('http2');
|
|
1998
|
+
*
|
|
1999
|
+
* const packed = http2.getPackedSettings({ enablePush: false });
|
|
2000
|
+
*
|
|
2001
|
+
* console.log(packed.toString('base64'));
|
|
2002
|
+
* // Prints: AAIAAAAA
|
|
2003
|
+
* ```
|
|
2004
|
+
* @since v8.4.0
|
|
2005
|
+
*/
|
|
2006
|
+
export function getPackedSettings(settings: Settings): Buffer;
|
|
2007
|
+
/**
|
|
2008
|
+
* Returns a `HTTP/2 Settings Object` containing the deserialized settings from
|
|
2009
|
+
* the given `Buffer` as generated by `http2.getPackedSettings()`.
|
|
2010
|
+
* @since v8.4.0
|
|
2011
|
+
* @param buf The packed settings.
|
|
2012
|
+
*/
|
|
2013
|
+
export function getUnpackedSettings(buf: Uint8Array): Settings;
|
|
2014
|
+
/**
|
|
2015
|
+
* Returns a `net.Server` instance that creates and manages `Http2Session`instances.
|
|
2016
|
+
*
|
|
2017
|
+
* Since there are no browsers known that support [unencrypted HTTP/2](https://http2.github.io/faq/#does-http2-require-encryption), the use of {@link createSecureServer} is necessary when
|
|
2018
|
+
* communicating
|
|
2019
|
+
* with browser clients.
|
|
2020
|
+
*
|
|
2021
|
+
* ```js
|
|
2022
|
+
* const http2 = require('http2');
|
|
2023
|
+
*
|
|
2024
|
+
* // Create an unencrypted HTTP/2 server.
|
|
2025
|
+
* // Since there are no browsers known that support
|
|
2026
|
+
* // unencrypted HTTP/2, the use of `http2.createSecureServer()`
|
|
2027
|
+
* // is necessary when communicating with browser clients.
|
|
2028
|
+
* const server = http2.createServer();
|
|
2029
|
+
*
|
|
2030
|
+
* server.on('stream', (stream, headers) => {
|
|
2031
|
+
* stream.respond({
|
|
2032
|
+
* 'content-type': 'text/html; charset=utf-8',
|
|
2033
|
+
* ':status': 200
|
|
2034
|
+
* });
|
|
2035
|
+
* stream.end('<h1>Hello World</h1>');
|
|
2036
|
+
* });
|
|
2037
|
+
*
|
|
2038
|
+
* server.listen(80);
|
|
2039
|
+
* ```
|
|
2040
|
+
* @since v8.4.0
|
|
2041
|
+
* @param onRequestHandler See `Compatibility API`
|
|
2042
|
+
*/
|
|
2043
|
+
export function createServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server;
|
|
2044
|
+
export function createServer(options: ServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server;
|
|
2045
|
+
/**
|
|
2046
|
+
* Returns a `tls.Server` instance that creates and manages `Http2Session`instances.
|
|
2047
|
+
*
|
|
2048
|
+
* ```js
|
|
2049
|
+
* const http2 = require('http2');
|
|
2050
|
+
* const fs = require('fs');
|
|
2051
|
+
*
|
|
2052
|
+
* const options = {
|
|
2053
|
+
* key: fs.readFileSync('server-key.pem'),
|
|
2054
|
+
* cert: fs.readFileSync('server-cert.pem')
|
|
2055
|
+
* };
|
|
2056
|
+
*
|
|
2057
|
+
* // Create a secure HTTP/2 server
|
|
2058
|
+
* const server = http2.createSecureServer(options);
|
|
2059
|
+
*
|
|
2060
|
+
* server.on('stream', (stream, headers) => {
|
|
2061
|
+
* stream.respond({
|
|
2062
|
+
* 'content-type': 'text/html; charset=utf-8',
|
|
2063
|
+
* ':status': 200
|
|
2064
|
+
* });
|
|
2065
|
+
* stream.end('<h1>Hello World</h1>');
|
|
2066
|
+
* });
|
|
2067
|
+
*
|
|
2068
|
+
* server.listen(80);
|
|
2069
|
+
* ```
|
|
2070
|
+
* @since v8.4.0
|
|
2071
|
+
* @param onRequestHandler See `Compatibility API`
|
|
2072
|
+
*/
|
|
2073
|
+
export function createSecureServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
|
|
2074
|
+
export function createSecureServer(options: SecureServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
|
|
2075
|
+
/**
|
|
2076
|
+
* Returns a `ClientHttp2Session` instance.
|
|
2077
|
+
*
|
|
2078
|
+
* ```js
|
|
2079
|
+
* const http2 = require('http2');
|
|
2080
|
+
* const client = http2.connect('https://localhost:1234');
|
|
2081
|
+
*
|
|
2082
|
+
* // Use the client
|
|
2083
|
+
*
|
|
2084
|
+
* client.close();
|
|
2085
|
+
* ```
|
|
2086
|
+
* @since v8.4.0
|
|
2087
|
+
* @param authority The remote HTTP/2 server to connect to. This must be in the form of a minimal, valid URL with the `http://` or `https://` prefix, host name, and IP port (if a non-default port
|
|
2088
|
+
* is used). Userinfo (user ID and password), path, querystring, and fragment details in the URL will be ignored.
|
|
2089
|
+
* @param listener Will be registered as a one-time listener of the {@link 'connect'} event.
|
|
2090
|
+
*/
|
|
2091
|
+
export function connect(authority: string | url.URL, listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): ClientHttp2Session;
|
|
2092
|
+
export function connect(
|
|
2093
|
+
authority: string | url.URL,
|
|
2094
|
+
options?: ClientSessionOptions | SecureClientSessionOptions,
|
|
2095
|
+
listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void
|
|
2096
|
+
): ClientHttp2Session;
|
|
2097
|
+
}
|
|
2098
|
+
declare module 'node:http2' {
|
|
2099
|
+
export * from 'http2';
|
|
2100
|
+
}
|