@relative-ci/core 5.2.2-beta.0 → 5.3.0-alpha.0
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/lib/cjs/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js +57 -0
- package/lib/cjs/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/index.js +144 -0
- package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/version.js +6 -0
- package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/version.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js +349 -0
- package/lib/cjs/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js +125 -0
- package/lib/cjs/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js +417 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +128 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +2295 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js +24 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +6 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js +199 -0
- package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/request-error/dist-src/index.js +43 -0
- package/lib/cjs/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/index.js +41 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/lib/add.js +51 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/lib/add.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/lib/register.js +32 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/lib/register.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/lib/remove.js +24 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/lib/remove.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/universal-user-agent/index.js +18 -0
- package/lib/cjs/__/@actions/github/__/universal-user-agent/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/lib/context.js +76 -0
- package/lib/cjs/__/@actions/github/lib/context.js.map +1 -0
- package/lib/cjs/__/@actions/github/lib/github.js +66 -0
- package/lib/cjs/__/@actions/github/lib/github.js.map +1 -0
- package/lib/cjs/__/@actions/github/lib/internal/utils.js +94 -0
- package/lib/cjs/__/@actions/github/lib/internal/utils.js.map +1 -0
- package/lib/cjs/__/@actions/github/lib/utils.js +89 -0
- package/lib/cjs/__/@actions/github/lib/utils.js.map +1 -0
- package/lib/cjs/__/@actions/http-client/lib/index.js +760 -0
- package/lib/cjs/__/@actions/http-client/lib/index.js.map +1 -0
- package/lib/cjs/__/@actions/http-client/lib/proxy.js +107 -0
- package/lib/cjs/__/@actions/http-client/lib/proxy.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js +236 -0
- package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +122 -0
- package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js +33 -0
- package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js +248 -0
- package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/main.js +109 -0
- package/lib/cjs/__/@fastify/busboy/lib/main.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js +331 -0
- package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js +206 -0
- package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js +66 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js +26 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js +126 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js +28 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js +211 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js.map +1 -0
- package/lib/cjs/__/cross-spawn/index.js +1 -1
- package/lib/cjs/__/env-ci/__/execa/index.js +3 -3
- package/lib/cjs/__/env-ci/__/execa/index.js.map +1 -1
- package/lib/cjs/__/env-ci/__/execa/lib/stream.js +1 -1
- package/lib/cjs/__/env-ci/__/execa/lib/verbose.js +2 -2
- package/lib/cjs/__/env-ci/__/execa/lib/verbose.js.map +1 -1
- package/lib/cjs/__/env-ci/__/npm-run-path/index.js +3 -3
- package/lib/cjs/__/env-ci/__/npm-run-path/index.js.map +1 -1
- package/lib/cjs/__/fast-content-type-parse/index.js +182 -0
- package/lib/cjs/__/fast-content-type-parse/index.js.map +1 -0
- package/lib/cjs/__/java-properties/dist-node/index.js +1 -1
- package/lib/cjs/__/path-key/index.js +1 -1
- package/lib/cjs/__/tunnel/index.js +16 -0
- package/lib/cjs/__/tunnel/index.js.map +1 -0
- package/lib/cjs/__/tunnel/lib/tunnel.js +289 -0
- package/lib/cjs/__/tunnel/lib/tunnel.js.map +1 -0
- package/lib/cjs/__/undici/index.js +212 -0
- package/lib/cjs/__/undici/index.js.map +1 -0
- package/lib/cjs/__/undici/lib/agent.js +169 -0
- package/lib/cjs/__/undici/lib/agent.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/abort-signal.js +70 -0
- package/lib/cjs/__/undici/lib/api/abort-signal.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/api-connect.js +125 -0
- package/lib/cjs/__/undici/lib/api/api-connect.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/api-pipeline.js +274 -0
- package/lib/cjs/__/undici/lib/api/api-pipeline.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/api-request.js +203 -0
- package/lib/cjs/__/undici/lib/api/api-request.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/api-stream.js +244 -0
- package/lib/cjs/__/undici/lib/api/api-stream.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/api-upgrade.js +128 -0
- package/lib/cjs/__/undici/lib/api/api-upgrade.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/index.js +25 -0
- package/lib/cjs/__/undici/lib/api/index.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/readable.js +342 -0
- package/lib/cjs/__/undici/lib/api/readable.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/util.js +67 -0
- package/lib/cjs/__/undici/lib/api/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/balanced-pool.js +208 -0
- package/lib/cjs/__/undici/lib/balanced-pool.js.map +1 -0
- package/lib/cjs/__/undici/lib/cache/cache.js +867 -0
- package/lib/cjs/__/undici/lib/cache/cache.js.map +1 -0
- package/lib/cjs/__/undici/lib/cache/cachestorage.js +161 -0
- package/lib/cjs/__/undici/lib/cache/cachestorage.js.map +1 -0
- package/lib/cjs/__/undici/lib/cache/symbols.js +19 -0
- package/lib/cjs/__/undici/lib/cache/symbols.js.map +1 -0
- package/lib/cjs/__/undici/lib/cache/util.js +69 -0
- package/lib/cjs/__/undici/lib/cache/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/client.js +2314 -0
- package/lib/cjs/__/undici/lib/client.js.map +1 -0
- package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js +63 -0
- package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js.map +1 -0
- package/lib/cjs/__/undici/lib/cookies/constants.js +24 -0
- package/lib/cjs/__/undici/lib/cookies/constants.js.map +1 -0
- package/lib/cjs/__/undici/lib/cookies/index.js +200 -0
- package/lib/cjs/__/undici/lib/cookies/index.js.map +1 -0
- package/lib/cjs/__/undici/lib/cookies/parse.js +338 -0
- package/lib/cjs/__/undici/lib/cookies/parse.js.map +1 -0
- package/lib/cjs/__/undici/lib/cookies/util.js +286 -0
- package/lib/cjs/__/undici/lib/cookies/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/core/connect.js +214 -0
- package/lib/cjs/__/undici/lib/core/connect.js.map +1 -0
- package/lib/cjs/__/undici/lib/core/constants.js +130 -0
- package/lib/cjs/__/undici/lib/core/constants.js.map +1 -0
- package/lib/cjs/__/undici/lib/core/errors.js +242 -0
- package/lib/cjs/__/undici/lib/core/errors.js.map +1 -0
- package/lib/cjs/__/undici/lib/core/request.js +521 -0
- package/lib/cjs/__/undici/lib/core/request.js.map +1 -0
- package/lib/cjs/__/undici/lib/core/symbols.js +76 -0
- package/lib/cjs/__/undici/lib/core/symbols.js.map +1 -0
- package/lib/cjs/__/undici/lib/core/util.js +557 -0
- package/lib/cjs/__/undici/lib/core/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/dispatcher-base.js +208 -0
- package/lib/cjs/__/undici/lib/dispatcher-base.js.map +1 -0
- package/lib/cjs/__/undici/lib/dispatcher.js +37 -0
- package/lib/cjs/__/undici/lib/dispatcher.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/body.js +647 -0
- package/lib/cjs/__/undici/lib/fetch/body.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/constants.js +169 -0
- package/lib/cjs/__/undici/lib/fetch/constants.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/dataURL.js +649 -0
- package/lib/cjs/__/undici/lib/fetch/dataURL.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/file.js +369 -0
- package/lib/cjs/__/undici/lib/fetch/file.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/formdata.js +287 -0
- package/lib/cjs/__/undici/lib/fetch/formdata.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/global.js +52 -0
- package/lib/cjs/__/undici/lib/fetch/global.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/headers.js +609 -0
- package/lib/cjs/__/undici/lib/fetch/headers.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/index.js +2114 -0
- package/lib/cjs/__/undici/lib/fetch/index.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/request.js +979 -0
- package/lib/cjs/__/undici/lib/fetch/request.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/response.js +604 -0
- package/lib/cjs/__/undici/lib/fetch/response.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/symbols.js +22 -0
- package/lib/cjs/__/undici/lib/fetch/symbols.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/util.js +1170 -0
- package/lib/cjs/__/undici/lib/fetch/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/webidl.js +665 -0
- package/lib/cjs/__/undici/lib/fetch/webidl.js.map +1 -0
- package/lib/cjs/__/undici/lib/fileapi/encoding.js +302 -0
- package/lib/cjs/__/undici/lib/fileapi/encoding.js.map +1 -0
- package/lib/cjs/__/undici/lib/fileapi/filereader.js +361 -0
- package/lib/cjs/__/undici/lib/fileapi/filereader.js.map +1 -0
- package/lib/cjs/__/undici/lib/fileapi/progressevent.js +92 -0
- package/lib/cjs/__/undici/lib/fileapi/progressevent.js.map +1 -0
- package/lib/cjs/__/undici/lib/fileapi/symbols.js +22 -0
- package/lib/cjs/__/undici/lib/fileapi/symbols.js.map +1 -0
- package/lib/cjs/__/undici/lib/fileapi/util.js +419 -0
- package/lib/cjs/__/undici/lib/fileapi/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/global.js +47 -0
- package/lib/cjs/__/undici/lib/global.js.map +1 -0
- package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js +47 -0
- package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js.map +1 -0
- package/lib/cjs/__/undici/lib/handler/RedirectHandler.js +226 -0
- package/lib/cjs/__/undici/lib/handler/RedirectHandler.js.map +1 -0
- package/lib/cjs/__/undici/lib/handler/RetryHandler.js +358 -0
- package/lib/cjs/__/undici/lib/handler/RetryHandler.js.map +1 -0
- package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js +35 -0
- package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js.map +1 -0
- package/lib/cjs/__/undici/lib/llhttp/constants.js +288 -0
- package/lib/cjs/__/undici/lib/llhttp/constants.js.map +1 -0
- package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js +14 -0
- package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -0
- package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js +14 -0
- package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -0
- package/lib/cjs/__/undici/lib/llhttp/utils.js +28 -0
- package/lib/cjs/__/undici/lib/llhttp/utils.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-agent.js +194 -0
- package/lib/cjs/__/undici/lib/mock/mock-agent.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-client.js +83 -0
- package/lib/cjs/__/undici/lib/mock/mock-client.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-errors.js +31 -0
- package/lib/cjs/__/undici/lib/mock/mock-errors.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-interceptor.js +223 -0
- package/lib/cjs/__/undici/lib/mock/mock-interceptor.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-pool.js +83 -0
- package/lib/cjs/__/undici/lib/mock/mock-pool.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-symbols.js +35 -0
- package/lib/cjs/__/undici/lib/mock/mock-symbols.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-utils.js +374 -0
- package/lib/cjs/__/undici/lib/mock/mock-utils.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js +60 -0
- package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/pluralizer.js +41 -0
- package/lib/cjs/__/undici/lib/mock/pluralizer.js.map +1 -0
- package/lib/cjs/__/undici/lib/node/fixed-queue.js +129 -0
- package/lib/cjs/__/undici/lib/node/fixed-queue.js.map +1 -0
- package/lib/cjs/__/undici/lib/pool-base.js +211 -0
- package/lib/cjs/__/undici/lib/pool-base.js.map +1 -0
- package/lib/cjs/__/undici/lib/pool-stats.js +49 -0
- package/lib/cjs/__/undici/lib/pool-stats.js.map +1 -0
- package/lib/cjs/__/undici/lib/pool.js +127 -0
- package/lib/cjs/__/undici/lib/pool.js.map +1 -0
- package/lib/cjs/__/undici/lib/proxy-agent.js +213 -0
- package/lib/cjs/__/undici/lib/proxy-agent.js.map +1 -0
- package/lib/cjs/__/undici/lib/timers.js +109 -0
- package/lib/cjs/__/undici/lib/timers.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/connection.js +318 -0
- package/lib/cjs/__/undici/lib/websocket/connection.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/constants.js +63 -0
- package/lib/cjs/__/undici/lib/websocket/constants.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/events.js +323 -0
- package/lib/cjs/__/undici/lib/websocket/events.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/frame.js +87 -0
- package/lib/cjs/__/undici/lib/websocket/frame.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/receiver.js +368 -0
- package/lib/cjs/__/undici/lib/websocket/receiver.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/symbols.js +24 -0
- package/lib/cjs/__/undici/lib/websocket/symbols.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/util.js +216 -0
- package/lib/cjs/__/undici/lib/websocket/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/websocket.js +668 -0
- package/lib/cjs/__/undici/lib/websocket/websocket.js.map +1 -0
- package/lib/cjs/_virtual/_commonjsHelpers.js +30 -0
- package/lib/cjs/_virtual/_commonjsHelpers.js.map +1 -1
- package/lib/cjs/_virtual/api-request.js +6 -0
- package/lib/cjs/_virtual/api-request.js.map +1 -0
- package/lib/cjs/_virtual/constants.js +6 -0
- package/lib/cjs/_virtual/constants.js.map +1 -0
- package/lib/cjs/_virtual/context.js +6 -0
- package/lib/cjs/_virtual/context.js.map +1 -0
- package/lib/cjs/_virtual/github.js +8 -0
- package/lib/cjs/_virtual/github.js.map +1 -0
- package/lib/cjs/_virtual/github2.js +6 -0
- package/lib/cjs/_virtual/github2.js.map +1 -0
- package/lib/cjs/_virtual/index10.js +6 -0
- package/lib/cjs/_virtual/index10.js.map +1 -0
- package/lib/cjs/_virtual/index11.js +6 -0
- package/lib/cjs/_virtual/index11.js.map +1 -0
- package/lib/cjs/_virtual/index12.js +6 -0
- package/lib/cjs/_virtual/index12.js.map +1 -0
- package/lib/cjs/_virtual/index13.js +6 -0
- package/lib/cjs/_virtual/index13.js.map +1 -0
- package/lib/cjs/_virtual/index14.js +6 -0
- package/lib/cjs/_virtual/index14.js.map +1 -0
- package/lib/cjs/_virtual/index2.js +5 -2
- package/lib/cjs/_virtual/index2.js.map +1 -1
- package/lib/cjs/_virtual/index3.js +3 -4
- package/lib/cjs/_virtual/index3.js.map +1 -1
- package/lib/cjs/_virtual/index4.js +5 -2
- package/lib/cjs/_virtual/index4.js.map +1 -1
- package/lib/cjs/_virtual/index5.js +2 -2
- package/lib/cjs/_virtual/index6.js +6 -2
- package/lib/cjs/_virtual/index6.js.map +1 -1
- package/lib/cjs/_virtual/index7.js +6 -0
- package/lib/cjs/_virtual/index7.js.map +1 -0
- package/lib/cjs/_virtual/index8.js +6 -0
- package/lib/cjs/_virtual/index8.js.map +1 -0
- package/lib/cjs/_virtual/index9.js +8 -0
- package/lib/cjs/_virtual/index9.js.map +1 -0
- package/lib/cjs/_virtual/main.js +6 -0
- package/lib/cjs/_virtual/main.js.map +1 -0
- package/lib/cjs/_virtual/mock-interceptor.js +6 -0
- package/lib/cjs/_virtual/mock-interceptor.js.map +1 -0
- package/lib/cjs/_virtual/proxy.js +6 -0
- package/lib/cjs/_virtual/proxy.js.map +1 -0
- package/lib/cjs/_virtual/tunnel.js +6 -0
- package/lib/cjs/_virtual/tunnel.js.map +1 -0
- package/lib/cjs/_virtual/utils.js +6 -0
- package/lib/cjs/_virtual/utils.js.map +1 -0
- package/lib/cjs/_virtual/utils2.js +6 -0
- package/lib/cjs/_virtual/utils2.js.map +1 -0
- package/lib/cjs/_virtual/utils3.js +6 -0
- package/lib/cjs/_virtual/utils3.js.map +1 -0
- package/lib/cjs/artifacts/filter-artifacts.js.map +1 -1
- package/lib/cjs/env/ci-env.js +6 -1
- package/lib/cjs/env/ci-env.js.map +1 -1
- package/lib/cjs/env/load.js +1 -1
- package/lib/cjs/env/load.js.map +1 -1
- package/lib/cjs/env/service/github.js +3 -22
- package/lib/cjs/env/service/github.js.map +1 -1
- package/lib/cjs/ingest/ingest.js +4 -4
- package/lib/cjs/ingest/ingest.js.map +1 -1
- package/lib/cjs/locales/en.js.map +1 -1
- package/lib/esm/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js +55 -0
- package/lib/esm/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/index.js +142 -0
- package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/version.js +4 -0
- package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/version.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js +347 -0
- package/lib/esm/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js +122 -0
- package/lib/esm/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js +412 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +126 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +2293 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js +21 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +4 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js +197 -0
- package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/request-error/dist-src/index.js +41 -0
- package/lib/esm/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/index.js +39 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/lib/add.js +49 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/lib/add.js.map +1 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/lib/register.js +30 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/lib/register.js.map +1 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/lib/remove.js +22 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/lib/remove.js.map +1 -0
- package/lib/esm/__/@actions/github/__/universal-user-agent/index.js +16 -0
- package/lib/esm/__/@actions/github/__/universal-user-agent/index.js.map +1 -0
- package/lib/esm/__/@actions/github/lib/context.js +69 -0
- package/lib/esm/__/@actions/github/lib/context.js.map +1 -0
- package/lib/esm/__/@actions/github/lib/github.js +64 -0
- package/lib/esm/__/@actions/github/lib/github.js.map +1 -0
- package/lib/esm/__/@actions/github/lib/internal/utils.js +92 -0
- package/lib/esm/__/@actions/github/lib/internal/utils.js.map +1 -0
- package/lib/esm/__/@actions/github/lib/utils.js +87 -0
- package/lib/esm/__/@actions/github/lib/utils.js.map +1 -0
- package/lib/esm/__/@actions/http-client/lib/index.js +753 -0
- package/lib/esm/__/@actions/http-client/lib/index.js.map +1 -0
- package/lib/esm/__/@actions/http-client/lib/proxy.js +105 -0
- package/lib/esm/__/@actions/http-client/lib/proxy.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js +229 -0
- package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +115 -0
- package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js +26 -0
- package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js +241 -0
- package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/main.js +102 -0
- package/lib/esm/__/@fastify/busboy/lib/main.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/types/multipart.js +324 -0
- package/lib/esm/__/@fastify/busboy/lib/types/multipart.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js +204 -0
- package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js +64 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/basename.js +24 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/basename.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js +124 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js +26 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js +209 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js.map +1 -0
- package/lib/esm/__/cross-spawn/index.js +1 -1
- package/lib/esm/__/env-ci/__/execa/index.js +1 -1
- package/lib/esm/__/env-ci/__/execa/lib/stream.js +1 -1
- package/lib/esm/__/fast-content-type-parse/index.js +180 -0
- package/lib/esm/__/fast-content-type-parse/index.js.map +1 -0
- package/lib/esm/__/java-properties/dist-node/index.js +1 -1
- package/lib/esm/__/path-key/index.js +1 -1
- package/lib/esm/__/tunnel/index.js +14 -0
- package/lib/esm/__/tunnel/index.js.map +1 -0
- package/lib/esm/__/tunnel/lib/tunnel.js +279 -0
- package/lib/esm/__/tunnel/lib/tunnel.js.map +1 -0
- package/lib/esm/__/undici/index.js +210 -0
- package/lib/esm/__/undici/index.js.map +1 -0
- package/lib/esm/__/undici/lib/agent.js +167 -0
- package/lib/esm/__/undici/lib/agent.js.map +1 -0
- package/lib/esm/__/undici/lib/api/abort-signal.js +68 -0
- package/lib/esm/__/undici/lib/api/abort-signal.js.map +1 -0
- package/lib/esm/__/undici/lib/api/api-connect.js +119 -0
- package/lib/esm/__/undici/lib/api/api-connect.js.map +1 -0
- package/lib/esm/__/undici/lib/api/api-pipeline.js +266 -0
- package/lib/esm/__/undici/lib/api/api-pipeline.js.map +1 -0
- package/lib/esm/__/undici/lib/api/api-request.js +197 -0
- package/lib/esm/__/undici/lib/api/api-request.js.map +1 -0
- package/lib/esm/__/undici/lib/api/api-stream.js +237 -0
- package/lib/esm/__/undici/lib/api/api-stream.js.map +1 -0
- package/lib/esm/__/undici/lib/api/api-upgrade.js +121 -0
- package/lib/esm/__/undici/lib/api/api-upgrade.js.map +1 -0
- package/lib/esm/__/undici/lib/api/index.js +23 -0
- package/lib/esm/__/undici/lib/api/index.js.map +1 -0
- package/lib/esm/__/undici/lib/api/readable.js +335 -0
- package/lib/esm/__/undici/lib/api/readable.js.map +1 -0
- package/lib/esm/__/undici/lib/api/util.js +61 -0
- package/lib/esm/__/undici/lib/api/util.js.map +1 -0
- package/lib/esm/__/undici/lib/balanced-pool.js +206 -0
- package/lib/esm/__/undici/lib/balanced-pool.js.map +1 -0
- package/lib/esm/__/undici/lib/cache/cache.js +861 -0
- package/lib/esm/__/undici/lib/cache/cache.js.map +1 -0
- package/lib/esm/__/undici/lib/cache/cachestorage.js +159 -0
- package/lib/esm/__/undici/lib/cache/cachestorage.js.map +1 -0
- package/lib/esm/__/undici/lib/cache/symbols.js +17 -0
- package/lib/esm/__/undici/lib/cache/symbols.js.map +1 -0
- package/lib/esm/__/undici/lib/cache/util.js +63 -0
- package/lib/esm/__/undici/lib/cache/util.js.map +1 -0
- package/lib/esm/__/undici/lib/client.js +2305 -0
- package/lib/esm/__/undici/lib/client.js.map +1 -0
- package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js +61 -0
- package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js.map +1 -0
- package/lib/esm/__/undici/lib/cookies/constants.js +22 -0
- package/lib/esm/__/undici/lib/cookies/constants.js.map +1 -0
- package/lib/esm/__/undici/lib/cookies/index.js +198 -0
- package/lib/esm/__/undici/lib/cookies/index.js.map +1 -0
- package/lib/esm/__/undici/lib/cookies/parse.js +332 -0
- package/lib/esm/__/undici/lib/cookies/parse.js.map +1 -0
- package/lib/esm/__/undici/lib/cookies/util.js +284 -0
- package/lib/esm/__/undici/lib/cookies/util.js.map +1 -0
- package/lib/esm/__/undici/lib/core/connect.js +206 -0
- package/lib/esm/__/undici/lib/core/connect.js.map +1 -0
- package/lib/esm/__/undici/lib/core/constants.js +128 -0
- package/lib/esm/__/undici/lib/core/constants.js.map +1 -0
- package/lib/esm/__/undici/lib/core/errors.js +240 -0
- package/lib/esm/__/undici/lib/core/errors.js.map +1 -0
- package/lib/esm/__/undici/lib/core/request.js +515 -0
- package/lib/esm/__/undici/lib/core/request.js.map +1 -0
- package/lib/esm/__/undici/lib/core/symbols.js +74 -0
- package/lib/esm/__/undici/lib/core/symbols.js.map +1 -0
- package/lib/esm/__/undici/lib/core/util.js +544 -0
- package/lib/esm/__/undici/lib/core/util.js.map +1 -0
- package/lib/esm/__/undici/lib/dispatcher-base.js +206 -0
- package/lib/esm/__/undici/lib/dispatcher-base.js.map +1 -0
- package/lib/esm/__/undici/lib/dispatcher.js +31 -0
- package/lib/esm/__/undici/lib/dispatcher.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/body.js +638 -0
- package/lib/esm/__/undici/lib/fetch/body.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/constants.js +163 -0
- package/lib/esm/__/undici/lib/fetch/constants.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/dataURL.js +642 -0
- package/lib/esm/__/undici/lib/fetch/dataURL.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/file.js +362 -0
- package/lib/esm/__/undici/lib/fetch/file.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/formdata.js +281 -0
- package/lib/esm/__/undici/lib/fetch/formdata.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/global.js +50 -0
- package/lib/esm/__/undici/lib/fetch/global.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/headers.js +602 -0
- package/lib/esm/__/undici/lib/fetch/headers.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/index.js +2102 -0
- package/lib/esm/__/undici/lib/fetch/index.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/request.js +971 -0
- package/lib/esm/__/undici/lib/fetch/request.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/response.js +596 -0
- package/lib/esm/__/undici/lib/fetch/response.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/symbols.js +20 -0
- package/lib/esm/__/undici/lib/fetch/symbols.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/util.js +1161 -0
- package/lib/esm/__/undici/lib/fetch/util.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/webidl.js +659 -0
- package/lib/esm/__/undici/lib/fetch/webidl.js.map +1 -0
- package/lib/esm/__/undici/lib/fileapi/encoding.js +300 -0
- package/lib/esm/__/undici/lib/fileapi/encoding.js.map +1 -0
- package/lib/esm/__/undici/lib/fileapi/filereader.js +359 -0
- package/lib/esm/__/undici/lib/fileapi/filereader.js.map +1 -0
- package/lib/esm/__/undici/lib/fileapi/progressevent.js +90 -0
- package/lib/esm/__/undici/lib/fileapi/progressevent.js.map +1 -0
- package/lib/esm/__/undici/lib/fileapi/symbols.js +20 -0
- package/lib/esm/__/undici/lib/fileapi/symbols.js.map +1 -0
- package/lib/esm/__/undici/lib/fileapi/util.js +411 -0
- package/lib/esm/__/undici/lib/fileapi/util.js.map +1 -0
- package/lib/esm/__/undici/lib/global.js +45 -0
- package/lib/esm/__/undici/lib/global.js.map +1 -0
- package/lib/esm/__/undici/lib/handler/DecoratorHandler.js +45 -0
- package/lib/esm/__/undici/lib/handler/DecoratorHandler.js.map +1 -0
- package/lib/esm/__/undici/lib/handler/RedirectHandler.js +219 -0
- package/lib/esm/__/undici/lib/handler/RedirectHandler.js.map +1 -0
- package/lib/esm/__/undici/lib/handler/RetryHandler.js +352 -0
- package/lib/esm/__/undici/lib/handler/RetryHandler.js.map +1 -0
- package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js +33 -0
- package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js.map +1 -0
- package/lib/esm/__/undici/lib/llhttp/constants.js +286 -0
- package/lib/esm/__/undici/lib/llhttp/constants.js.map +1 -0
- package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js +12 -0
- package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -0
- package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js +12 -0
- package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -0
- package/lib/esm/__/undici/lib/llhttp/utils.js +26 -0
- package/lib/esm/__/undici/lib/llhttp/utils.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-agent.js +192 -0
- package/lib/esm/__/undici/lib/mock/mock-agent.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-client.js +77 -0
- package/lib/esm/__/undici/lib/mock/mock-client.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-errors.js +29 -0
- package/lib/esm/__/undici/lib/mock/mock-errors.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-interceptor.js +221 -0
- package/lib/esm/__/undici/lib/mock/mock-interceptor.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-pool.js +77 -0
- package/lib/esm/__/undici/lib/mock/mock-pool.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-symbols.js +33 -0
- package/lib/esm/__/undici/lib/mock/mock-symbols.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-utils.js +367 -0
- package/lib/esm/__/undici/lib/mock/mock-utils.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js +53 -0
- package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/pluralizer.js +39 -0
- package/lib/esm/__/undici/lib/mock/pluralizer.js.map +1 -0
- package/lib/esm/__/undici/lib/node/fixed-queue.js +127 -0
- package/lib/esm/__/undici/lib/node/fixed-queue.js.map +1 -0
- package/lib/esm/__/undici/lib/pool-base.js +209 -0
- package/lib/esm/__/undici/lib/pool-base.js.map +1 -0
- package/lib/esm/__/undici/lib/pool-stats.js +47 -0
- package/lib/esm/__/undici/lib/pool-stats.js.map +1 -0
- package/lib/esm/__/undici/lib/pool.js +125 -0
- package/lib/esm/__/undici/lib/pool.js.map +1 -0
- package/lib/esm/__/undici/lib/proxy-agent.js +207 -0
- package/lib/esm/__/undici/lib/proxy-agent.js.map +1 -0
- package/lib/esm/__/undici/lib/timers.js +107 -0
- package/lib/esm/__/undici/lib/timers.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/connection.js +312 -0
- package/lib/esm/__/undici/lib/websocket/connection.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/constants.js +61 -0
- package/lib/esm/__/undici/lib/websocket/constants.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/events.js +317 -0
- package/lib/esm/__/undici/lib/websocket/events.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/frame.js +85 -0
- package/lib/esm/__/undici/lib/websocket/frame.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/receiver.js +361 -0
- package/lib/esm/__/undici/lib/websocket/receiver.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/symbols.js +22 -0
- package/lib/esm/__/undici/lib/websocket/symbols.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/util.js +214 -0
- package/lib/esm/__/undici/lib/websocket/util.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/websocket.js +662 -0
- package/lib/esm/__/undici/lib/websocket/websocket.js.map +1 -0
- package/lib/esm/_virtual/_commonjsHelpers.js +30 -1
- package/lib/esm/_virtual/_commonjsHelpers.js.map +1 -1
- package/lib/esm/_virtual/api-request.js +4 -0
- package/lib/esm/_virtual/api-request.js.map +1 -0
- package/lib/esm/_virtual/constants.js +4 -0
- package/lib/esm/_virtual/constants.js.map +1 -0
- package/lib/esm/_virtual/context.js +4 -0
- package/lib/esm/_virtual/context.js.map +1 -0
- package/lib/esm/_virtual/github.js +6 -0
- package/lib/esm/_virtual/github.js.map +1 -0
- package/lib/esm/_virtual/github2.js +4 -0
- package/lib/esm/_virtual/github2.js.map +1 -0
- package/lib/esm/_virtual/index10.js +4 -0
- package/lib/esm/_virtual/index10.js.map +1 -0
- package/lib/esm/_virtual/index11.js +4 -0
- package/lib/esm/_virtual/index11.js.map +1 -0
- package/lib/esm/_virtual/index12.js +4 -0
- package/lib/esm/_virtual/index12.js.map +1 -0
- package/lib/esm/_virtual/index13.js +4 -0
- package/lib/esm/_virtual/index13.js.map +1 -0
- package/lib/esm/_virtual/index14.js +4 -0
- package/lib/esm/_virtual/index14.js.map +1 -0
- package/lib/esm/_virtual/index2.js +4 -5
- package/lib/esm/_virtual/index2.js.map +1 -1
- package/lib/esm/_virtual/index3.js +5 -2
- package/lib/esm/_virtual/index3.js.map +1 -1
- package/lib/esm/_virtual/index4.js +5 -2
- package/lib/esm/_virtual/index4.js.map +1 -1
- package/lib/esm/_virtual/index5.js +2 -2
- package/lib/esm/_virtual/index6.js +6 -2
- package/lib/esm/_virtual/index6.js.map +1 -1
- package/lib/esm/_virtual/index7.js +4 -0
- package/lib/esm/_virtual/index7.js.map +1 -0
- package/lib/esm/_virtual/index8.js +6 -0
- package/lib/esm/_virtual/index8.js.map +1 -0
- package/lib/esm/_virtual/index9.js +4 -0
- package/lib/esm/_virtual/index9.js.map +1 -0
- package/lib/esm/_virtual/main.js +4 -0
- package/lib/esm/_virtual/main.js.map +1 -0
- package/lib/esm/_virtual/mock-interceptor.js +4 -0
- package/lib/esm/_virtual/mock-interceptor.js.map +1 -0
- package/lib/esm/_virtual/proxy.js +4 -0
- package/lib/esm/_virtual/proxy.js.map +1 -0
- package/lib/esm/_virtual/tunnel.js +4 -0
- package/lib/esm/_virtual/tunnel.js.map +1 -0
- package/lib/esm/_virtual/utils.js +4 -0
- package/lib/esm/_virtual/utils.js.map +1 -0
- package/lib/esm/_virtual/utils2.js +4 -0
- package/lib/esm/_virtual/utils2.js.map +1 -0
- package/lib/esm/_virtual/utils3.js +4 -0
- package/lib/esm/_virtual/utils3.js.map +1 -0
- package/lib/esm/artifacts/filter-artifacts.js.map +1 -1
- package/lib/esm/env/ci-env.js +6 -1
- package/lib/esm/env/ci-env.js.map +1 -1
- package/lib/esm/env/load.js +1 -1
- package/lib/esm/env/load.js.map +1 -1
- package/lib/esm/env/service/github.js +3 -3
- package/lib/esm/env/service/github.js.map +1 -1
- package/lib/esm/ingest/ingest.js +1 -1
- package/lib/esm/ingest/ingest.js.map +1 -1
- package/lib/esm/locales/en.js.map +1 -1
- package/package.json +11 -11
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var require$$0 = require('node:stream');
|
|
4
|
+
var require$$1 = require('node:util');
|
|
5
|
+
var Dicer = require('../../deps/dicer/lib/Dicer.js');
|
|
6
|
+
var parseParams = require('../utils/parseParams.js');
|
|
7
|
+
var decodeText = require('../utils/decodeText.js');
|
|
8
|
+
var basename = require('../utils/basename.js');
|
|
9
|
+
var getLimit = require('../utils/getLimit.js');
|
|
10
|
+
|
|
11
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
+
|
|
13
|
+
var require$$0__default = /*#__PURE__*/_interopDefault(require$$0);
|
|
14
|
+
var require$$1__default = /*#__PURE__*/_interopDefault(require$$1);
|
|
15
|
+
|
|
16
|
+
var multipart;
|
|
17
|
+
var hasRequiredMultipart;
|
|
18
|
+
|
|
19
|
+
function requireMultipart () {
|
|
20
|
+
if (hasRequiredMultipart) return multipart;
|
|
21
|
+
hasRequiredMultipart = 1;
|
|
22
|
+
|
|
23
|
+
// TODO:
|
|
24
|
+
// * support 1 nested multipart level
|
|
25
|
+
// (see second multipart example here:
|
|
26
|
+
// http://www.w3.org/TR/html401/interact/forms.html#didx-multipartform-data)
|
|
27
|
+
// * support limits.fieldNameSize
|
|
28
|
+
// -- this will require modifications to utils.parseParams
|
|
29
|
+
|
|
30
|
+
const { Readable } = require$$0__default.default;
|
|
31
|
+
const { inherits } = require$$1__default.default;
|
|
32
|
+
|
|
33
|
+
const Dicer$1 = Dicer.__require();
|
|
34
|
+
|
|
35
|
+
const parseParams$1 = parseParams.__require();
|
|
36
|
+
const decodeText$1 = decodeText.__require();
|
|
37
|
+
const basename$1 = basename.__require();
|
|
38
|
+
const getLimit$1 = getLimit.__require();
|
|
39
|
+
|
|
40
|
+
const RE_BOUNDARY = /^boundary$/i;
|
|
41
|
+
const RE_FIELD = /^form-data$/i;
|
|
42
|
+
const RE_CHARSET = /^charset$/i;
|
|
43
|
+
const RE_FILENAME = /^filename$/i;
|
|
44
|
+
const RE_NAME = /^name$/i;
|
|
45
|
+
|
|
46
|
+
Multipart.detect = /^multipart\/form-data/i;
|
|
47
|
+
function Multipart (boy, cfg) {
|
|
48
|
+
let i;
|
|
49
|
+
let len;
|
|
50
|
+
const self = this;
|
|
51
|
+
let boundary;
|
|
52
|
+
const limits = cfg.limits;
|
|
53
|
+
const isPartAFile = cfg.isPartAFile || ((fieldName, contentType, fileName) => (contentType === 'application/octet-stream' || fileName !== undefined));
|
|
54
|
+
const parsedConType = cfg.parsedConType || [];
|
|
55
|
+
const defCharset = cfg.defCharset || 'utf8';
|
|
56
|
+
const preservePath = cfg.preservePath;
|
|
57
|
+
const fileOpts = { highWaterMark: cfg.fileHwm };
|
|
58
|
+
|
|
59
|
+
for (i = 0, len = parsedConType.length; i < len; ++i) {
|
|
60
|
+
if (Array.isArray(parsedConType[i]) &&
|
|
61
|
+
RE_BOUNDARY.test(parsedConType[i][0])) {
|
|
62
|
+
boundary = parsedConType[i][1];
|
|
63
|
+
break
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
function checkFinished () {
|
|
68
|
+
if (nends === 0 && finished && !boy._done) {
|
|
69
|
+
finished = false;
|
|
70
|
+
self.end();
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
if (typeof boundary !== 'string') { throw new Error('Multipart: Boundary not found') }
|
|
75
|
+
|
|
76
|
+
const fieldSizeLimit = getLimit$1(limits, 'fieldSize', 1 * 1024 * 1024);
|
|
77
|
+
const fileSizeLimit = getLimit$1(limits, 'fileSize', Infinity);
|
|
78
|
+
const filesLimit = getLimit$1(limits, 'files', Infinity);
|
|
79
|
+
const fieldsLimit = getLimit$1(limits, 'fields', Infinity);
|
|
80
|
+
const partsLimit = getLimit$1(limits, 'parts', Infinity);
|
|
81
|
+
const headerPairsLimit = getLimit$1(limits, 'headerPairs', 2000);
|
|
82
|
+
const headerSizeLimit = getLimit$1(limits, 'headerSize', 80 * 1024);
|
|
83
|
+
|
|
84
|
+
let nfiles = 0;
|
|
85
|
+
let nfields = 0;
|
|
86
|
+
let nends = 0;
|
|
87
|
+
let curFile;
|
|
88
|
+
let curField;
|
|
89
|
+
let finished = false;
|
|
90
|
+
|
|
91
|
+
this._needDrain = false;
|
|
92
|
+
this._pause = false;
|
|
93
|
+
this._cb = undefined;
|
|
94
|
+
this._nparts = 0;
|
|
95
|
+
this._boy = boy;
|
|
96
|
+
|
|
97
|
+
const parserCfg = {
|
|
98
|
+
boundary,
|
|
99
|
+
maxHeaderPairs: headerPairsLimit,
|
|
100
|
+
maxHeaderSize: headerSizeLimit,
|
|
101
|
+
partHwm: fileOpts.highWaterMark,
|
|
102
|
+
highWaterMark: cfg.highWaterMark
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
this.parser = new Dicer$1(parserCfg);
|
|
106
|
+
this.parser.on('drain', function () {
|
|
107
|
+
self._needDrain = false;
|
|
108
|
+
if (self._cb && !self._pause) {
|
|
109
|
+
const cb = self._cb;
|
|
110
|
+
self._cb = undefined;
|
|
111
|
+
cb();
|
|
112
|
+
}
|
|
113
|
+
}).on('part', function onPart (part) {
|
|
114
|
+
if (++self._nparts > partsLimit) {
|
|
115
|
+
self.parser.removeListener('part', onPart);
|
|
116
|
+
self.parser.on('part', skipPart);
|
|
117
|
+
boy.hitPartsLimit = true;
|
|
118
|
+
boy.emit('partsLimit');
|
|
119
|
+
return skipPart(part)
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
// hack because streams2 _always_ doesn't emit 'end' until nextTick, so let
|
|
123
|
+
// us emit 'end' early since we know the part has ended if we are already
|
|
124
|
+
// seeing the next part
|
|
125
|
+
if (curField) {
|
|
126
|
+
const field = curField;
|
|
127
|
+
field.emit('end');
|
|
128
|
+
field.removeAllListeners('end');
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
part.on('header', function (header) {
|
|
132
|
+
let contype;
|
|
133
|
+
let fieldname;
|
|
134
|
+
let parsed;
|
|
135
|
+
let charset;
|
|
136
|
+
let encoding;
|
|
137
|
+
let filename;
|
|
138
|
+
let nsize = 0;
|
|
139
|
+
|
|
140
|
+
if (header['content-type']) {
|
|
141
|
+
parsed = parseParams$1(header['content-type'][0]);
|
|
142
|
+
if (parsed[0]) {
|
|
143
|
+
contype = parsed[0].toLowerCase();
|
|
144
|
+
for (i = 0, len = parsed.length; i < len; ++i) {
|
|
145
|
+
if (RE_CHARSET.test(parsed[i][0])) {
|
|
146
|
+
charset = parsed[i][1].toLowerCase();
|
|
147
|
+
break
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
if (contype === undefined) { contype = 'text/plain'; }
|
|
154
|
+
if (charset === undefined) { charset = defCharset; }
|
|
155
|
+
|
|
156
|
+
if (header['content-disposition']) {
|
|
157
|
+
parsed = parseParams$1(header['content-disposition'][0]);
|
|
158
|
+
if (!RE_FIELD.test(parsed[0])) { return skipPart(part) }
|
|
159
|
+
for (i = 0, len = parsed.length; i < len; ++i) {
|
|
160
|
+
if (RE_NAME.test(parsed[i][0])) {
|
|
161
|
+
fieldname = parsed[i][1];
|
|
162
|
+
} else if (RE_FILENAME.test(parsed[i][0])) {
|
|
163
|
+
filename = parsed[i][1];
|
|
164
|
+
if (!preservePath) { filename = basename$1(filename); }
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
} else { return skipPart(part) }
|
|
168
|
+
|
|
169
|
+
if (header['content-transfer-encoding']) { encoding = header['content-transfer-encoding'][0].toLowerCase(); } else { encoding = '7bit'; }
|
|
170
|
+
|
|
171
|
+
let onData,
|
|
172
|
+
onEnd;
|
|
173
|
+
|
|
174
|
+
if (isPartAFile(fieldname, contype, filename)) {
|
|
175
|
+
// file/binary field
|
|
176
|
+
if (nfiles === filesLimit) {
|
|
177
|
+
if (!boy.hitFilesLimit) {
|
|
178
|
+
boy.hitFilesLimit = true;
|
|
179
|
+
boy.emit('filesLimit');
|
|
180
|
+
}
|
|
181
|
+
return skipPart(part)
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
++nfiles;
|
|
185
|
+
|
|
186
|
+
if (boy.listenerCount('file') === 0) {
|
|
187
|
+
self.parser._ignore();
|
|
188
|
+
return
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
++nends;
|
|
192
|
+
const file = new FileStream(fileOpts);
|
|
193
|
+
curFile = file;
|
|
194
|
+
file.on('end', function () {
|
|
195
|
+
--nends;
|
|
196
|
+
self._pause = false;
|
|
197
|
+
checkFinished();
|
|
198
|
+
if (self._cb && !self._needDrain) {
|
|
199
|
+
const cb = self._cb;
|
|
200
|
+
self._cb = undefined;
|
|
201
|
+
cb();
|
|
202
|
+
}
|
|
203
|
+
});
|
|
204
|
+
file._read = function (n) {
|
|
205
|
+
if (!self._pause) { return }
|
|
206
|
+
self._pause = false;
|
|
207
|
+
if (self._cb && !self._needDrain) {
|
|
208
|
+
const cb = self._cb;
|
|
209
|
+
self._cb = undefined;
|
|
210
|
+
cb();
|
|
211
|
+
}
|
|
212
|
+
};
|
|
213
|
+
boy.emit('file', fieldname, file, filename, encoding, contype);
|
|
214
|
+
|
|
215
|
+
onData = function (data) {
|
|
216
|
+
if ((nsize += data.length) > fileSizeLimit) {
|
|
217
|
+
const extralen = fileSizeLimit - nsize + data.length;
|
|
218
|
+
if (extralen > 0) { file.push(data.slice(0, extralen)); }
|
|
219
|
+
file.truncated = true;
|
|
220
|
+
file.bytesRead = fileSizeLimit;
|
|
221
|
+
part.removeAllListeners('data');
|
|
222
|
+
file.emit('limit');
|
|
223
|
+
return
|
|
224
|
+
} else if (!file.push(data)) { self._pause = true; }
|
|
225
|
+
|
|
226
|
+
file.bytesRead = nsize;
|
|
227
|
+
};
|
|
228
|
+
|
|
229
|
+
onEnd = function () {
|
|
230
|
+
curFile = undefined;
|
|
231
|
+
file.push(null);
|
|
232
|
+
};
|
|
233
|
+
} else {
|
|
234
|
+
// non-file field
|
|
235
|
+
if (nfields === fieldsLimit) {
|
|
236
|
+
if (!boy.hitFieldsLimit) {
|
|
237
|
+
boy.hitFieldsLimit = true;
|
|
238
|
+
boy.emit('fieldsLimit');
|
|
239
|
+
}
|
|
240
|
+
return skipPart(part)
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
++nfields;
|
|
244
|
+
++nends;
|
|
245
|
+
let buffer = '';
|
|
246
|
+
let truncated = false;
|
|
247
|
+
curField = part;
|
|
248
|
+
|
|
249
|
+
onData = function (data) {
|
|
250
|
+
if ((nsize += data.length) > fieldSizeLimit) {
|
|
251
|
+
const extralen = (fieldSizeLimit - (nsize - data.length));
|
|
252
|
+
buffer += data.toString('binary', 0, extralen);
|
|
253
|
+
truncated = true;
|
|
254
|
+
part.removeAllListeners('data');
|
|
255
|
+
} else { buffer += data.toString('binary'); }
|
|
256
|
+
};
|
|
257
|
+
|
|
258
|
+
onEnd = function () {
|
|
259
|
+
curField = undefined;
|
|
260
|
+
if (buffer.length) { buffer = decodeText$1(buffer, 'binary', charset); }
|
|
261
|
+
boy.emit('field', fieldname, buffer, false, truncated, encoding, contype);
|
|
262
|
+
--nends;
|
|
263
|
+
checkFinished();
|
|
264
|
+
};
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
/* As of node@2efe4ab761666 (v0.10.29+/v0.11.14+), busboy had become
|
|
268
|
+
broken. Streams2/streams3 is a huge black box of confusion, but
|
|
269
|
+
somehow overriding the sync state seems to fix things again (and still
|
|
270
|
+
seems to work for previous node versions).
|
|
271
|
+
*/
|
|
272
|
+
part._readableState.sync = false;
|
|
273
|
+
|
|
274
|
+
part.on('data', onData);
|
|
275
|
+
part.on('end', onEnd);
|
|
276
|
+
}).on('error', function (err) {
|
|
277
|
+
if (curFile) { curFile.emit('error', err); }
|
|
278
|
+
});
|
|
279
|
+
}).on('error', function (err) {
|
|
280
|
+
boy.emit('error', err);
|
|
281
|
+
}).on('finish', function () {
|
|
282
|
+
finished = true;
|
|
283
|
+
checkFinished();
|
|
284
|
+
});
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
Multipart.prototype.write = function (chunk, cb) {
|
|
288
|
+
const r = this.parser.write(chunk);
|
|
289
|
+
if (r && !this._pause) {
|
|
290
|
+
cb();
|
|
291
|
+
} else {
|
|
292
|
+
this._needDrain = !r;
|
|
293
|
+
this._cb = cb;
|
|
294
|
+
}
|
|
295
|
+
};
|
|
296
|
+
|
|
297
|
+
Multipart.prototype.end = function () {
|
|
298
|
+
const self = this;
|
|
299
|
+
|
|
300
|
+
if (self.parser.writable) {
|
|
301
|
+
self.parser.end();
|
|
302
|
+
} else if (!self._boy._done) {
|
|
303
|
+
process.nextTick(function () {
|
|
304
|
+
self._boy._done = true;
|
|
305
|
+
self._boy.emit('finish');
|
|
306
|
+
});
|
|
307
|
+
}
|
|
308
|
+
};
|
|
309
|
+
|
|
310
|
+
function skipPart (part) {
|
|
311
|
+
part.resume();
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
function FileStream (opts) {
|
|
315
|
+
Readable.call(this, opts);
|
|
316
|
+
|
|
317
|
+
this.bytesRead = 0;
|
|
318
|
+
|
|
319
|
+
this.truncated = false;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
inherits(FileStream, Readable);
|
|
323
|
+
|
|
324
|
+
FileStream.prototype._read = function (n) {};
|
|
325
|
+
|
|
326
|
+
multipart = Multipart;
|
|
327
|
+
return multipart;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
exports.__require = requireMultipart;
|
|
331
|
+
//# sourceMappingURL=multipart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multipart.js","sources":["../../../../../../../../../node_modules/@fastify/busboy/lib/types/multipart.js"],"sourcesContent":["'use strict'\n\n// TODO:\n// * support 1 nested multipart level\n// (see second multipart example here:\n// http://www.w3.org/TR/html401/interact/forms.html#didx-multipartform-data)\n// * support limits.fieldNameSize\n// -- this will require modifications to utils.parseParams\n\nconst { Readable } = require('node:stream')\nconst { inherits } = require('node:util')\n\nconst Dicer = require('../../deps/dicer/lib/Dicer')\n\nconst parseParams = require('../utils/parseParams')\nconst decodeText = require('../utils/decodeText')\nconst basename = require('../utils/basename')\nconst getLimit = require('../utils/getLimit')\n\nconst RE_BOUNDARY = /^boundary$/i\nconst RE_FIELD = /^form-data$/i\nconst RE_CHARSET = /^charset$/i\nconst RE_FILENAME = /^filename$/i\nconst RE_NAME = /^name$/i\n\nMultipart.detect = /^multipart\\/form-data/i\nfunction Multipart (boy, cfg) {\n let i\n let len\n const self = this\n let boundary\n const limits = cfg.limits\n const isPartAFile = cfg.isPartAFile || ((fieldName, contentType, fileName) => (contentType === 'application/octet-stream' || fileName !== undefined))\n const parsedConType = cfg.parsedConType || []\n const defCharset = cfg.defCharset || 'utf8'\n const preservePath = cfg.preservePath\n const fileOpts = { highWaterMark: cfg.fileHwm }\n\n for (i = 0, len = parsedConType.length; i < len; ++i) {\n if (Array.isArray(parsedConType[i]) &&\n RE_BOUNDARY.test(parsedConType[i][0])) {\n boundary = parsedConType[i][1]\n break\n }\n }\n\n function checkFinished () {\n if (nends === 0 && finished && !boy._done) {\n finished = false\n self.end()\n }\n }\n\n if (typeof boundary !== 'string') { throw new Error('Multipart: Boundary not found') }\n\n const fieldSizeLimit = getLimit(limits, 'fieldSize', 1 * 1024 * 1024)\n const fileSizeLimit = getLimit(limits, 'fileSize', Infinity)\n const filesLimit = getLimit(limits, 'files', Infinity)\n const fieldsLimit = getLimit(limits, 'fields', Infinity)\n const partsLimit = getLimit(limits, 'parts', Infinity)\n const headerPairsLimit = getLimit(limits, 'headerPairs', 2000)\n const headerSizeLimit = getLimit(limits, 'headerSize', 80 * 1024)\n\n let nfiles = 0\n let nfields = 0\n let nends = 0\n let curFile\n let curField\n let finished = false\n\n this._needDrain = false\n this._pause = false\n this._cb = undefined\n this._nparts = 0\n this._boy = boy\n\n const parserCfg = {\n boundary,\n maxHeaderPairs: headerPairsLimit,\n maxHeaderSize: headerSizeLimit,\n partHwm: fileOpts.highWaterMark,\n highWaterMark: cfg.highWaterMark\n }\n\n this.parser = new Dicer(parserCfg)\n this.parser.on('drain', function () {\n self._needDrain = false\n if (self._cb && !self._pause) {\n const cb = self._cb\n self._cb = undefined\n cb()\n }\n }).on('part', function onPart (part) {\n if (++self._nparts > partsLimit) {\n self.parser.removeListener('part', onPart)\n self.parser.on('part', skipPart)\n boy.hitPartsLimit = true\n boy.emit('partsLimit')\n return skipPart(part)\n }\n\n // hack because streams2 _always_ doesn't emit 'end' until nextTick, so let\n // us emit 'end' early since we know the part has ended if we are already\n // seeing the next part\n if (curField) {\n const field = curField\n field.emit('end')\n field.removeAllListeners('end')\n }\n\n part.on('header', function (header) {\n let contype\n let fieldname\n let parsed\n let charset\n let encoding\n let filename\n let nsize = 0\n\n if (header['content-type']) {\n parsed = parseParams(header['content-type'][0])\n if (parsed[0]) {\n contype = parsed[0].toLowerCase()\n for (i = 0, len = parsed.length; i < len; ++i) {\n if (RE_CHARSET.test(parsed[i][0])) {\n charset = parsed[i][1].toLowerCase()\n break\n }\n }\n }\n }\n\n if (contype === undefined) { contype = 'text/plain' }\n if (charset === undefined) { charset = defCharset }\n\n if (header['content-disposition']) {\n parsed = parseParams(header['content-disposition'][0])\n if (!RE_FIELD.test(parsed[0])) { return skipPart(part) }\n for (i = 0, len = parsed.length; i < len; ++i) {\n if (RE_NAME.test(parsed[i][0])) {\n fieldname = parsed[i][1]\n } else if (RE_FILENAME.test(parsed[i][0])) {\n filename = parsed[i][1]\n if (!preservePath) { filename = basename(filename) }\n }\n }\n } else { return skipPart(part) }\n\n if (header['content-transfer-encoding']) { encoding = header['content-transfer-encoding'][0].toLowerCase() } else { encoding = '7bit' }\n\n let onData,\n onEnd\n\n if (isPartAFile(fieldname, contype, filename)) {\n // file/binary field\n if (nfiles === filesLimit) {\n if (!boy.hitFilesLimit) {\n boy.hitFilesLimit = true\n boy.emit('filesLimit')\n }\n return skipPart(part)\n }\n\n ++nfiles\n\n if (boy.listenerCount('file') === 0) {\n self.parser._ignore()\n return\n }\n\n ++nends\n const file = new FileStream(fileOpts)\n curFile = file\n file.on('end', function () {\n --nends\n self._pause = false\n checkFinished()\n if (self._cb && !self._needDrain) {\n const cb = self._cb\n self._cb = undefined\n cb()\n }\n })\n file._read = function (n) {\n if (!self._pause) { return }\n self._pause = false\n if (self._cb && !self._needDrain) {\n const cb = self._cb\n self._cb = undefined\n cb()\n }\n }\n boy.emit('file', fieldname, file, filename, encoding, contype)\n\n onData = function (data) {\n if ((nsize += data.length) > fileSizeLimit) {\n const extralen = fileSizeLimit - nsize + data.length\n if (extralen > 0) { file.push(data.slice(0, extralen)) }\n file.truncated = true\n file.bytesRead = fileSizeLimit\n part.removeAllListeners('data')\n file.emit('limit')\n return\n } else if (!file.push(data)) { self._pause = true }\n\n file.bytesRead = nsize\n }\n\n onEnd = function () {\n curFile = undefined\n file.push(null)\n }\n } else {\n // non-file field\n if (nfields === fieldsLimit) {\n if (!boy.hitFieldsLimit) {\n boy.hitFieldsLimit = true\n boy.emit('fieldsLimit')\n }\n return skipPart(part)\n }\n\n ++nfields\n ++nends\n let buffer = ''\n let truncated = false\n curField = part\n\n onData = function (data) {\n if ((nsize += data.length) > fieldSizeLimit) {\n const extralen = (fieldSizeLimit - (nsize - data.length))\n buffer += data.toString('binary', 0, extralen)\n truncated = true\n part.removeAllListeners('data')\n } else { buffer += data.toString('binary') }\n }\n\n onEnd = function () {\n curField = undefined\n if (buffer.length) { buffer = decodeText(buffer, 'binary', charset) }\n boy.emit('field', fieldname, buffer, false, truncated, encoding, contype)\n --nends\n checkFinished()\n }\n }\n\n /* As of node@2efe4ab761666 (v0.10.29+/v0.11.14+), busboy had become\n broken. Streams2/streams3 is a huge black box of confusion, but\n somehow overriding the sync state seems to fix things again (and still\n seems to work for previous node versions).\n */\n part._readableState.sync = false\n\n part.on('data', onData)\n part.on('end', onEnd)\n }).on('error', function (err) {\n if (curFile) { curFile.emit('error', err) }\n })\n }).on('error', function (err) {\n boy.emit('error', err)\n }).on('finish', function () {\n finished = true\n checkFinished()\n })\n}\n\nMultipart.prototype.write = function (chunk, cb) {\n const r = this.parser.write(chunk)\n if (r && !this._pause) {\n cb()\n } else {\n this._needDrain = !r\n this._cb = cb\n }\n}\n\nMultipart.prototype.end = function () {\n const self = this\n\n if (self.parser.writable) {\n self.parser.end()\n } else if (!self._boy._done) {\n process.nextTick(function () {\n self._boy._done = true\n self._boy.emit('finish')\n })\n }\n}\n\nfunction skipPart (part) {\n part.resume()\n}\n\nfunction FileStream (opts) {\n Readable.call(this, opts)\n\n this.bytesRead = 0\n\n this.truncated = false\n}\n\ninherits(FileStream, Readable)\n\nFileStream.prototype._read = function (n) {}\n\nmodule.exports = Multipart\n"],"names":["require$$0","require$$1","Dicer","require$$2","parseParams","require$$3","decodeText","require$$4","basename","require$$5","getLimit","require$$6"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var Decoder = require('../utils/Decoder.js');
|
|
4
|
+
var decodeText = require('../utils/decodeText.js');
|
|
5
|
+
var getLimit = require('../utils/getLimit.js');
|
|
6
|
+
|
|
7
|
+
var urlencoded;
|
|
8
|
+
var hasRequiredUrlencoded;
|
|
9
|
+
|
|
10
|
+
function requireUrlencoded () {
|
|
11
|
+
if (hasRequiredUrlencoded) return urlencoded;
|
|
12
|
+
hasRequiredUrlencoded = 1;
|
|
13
|
+
|
|
14
|
+
const Decoder$1 = Decoder.__require();
|
|
15
|
+
const decodeText$1 = decodeText.__require();
|
|
16
|
+
const getLimit$1 = getLimit.__require();
|
|
17
|
+
|
|
18
|
+
const RE_CHARSET = /^charset$/i;
|
|
19
|
+
|
|
20
|
+
UrlEncoded.detect = /^application\/x-www-form-urlencoded/i;
|
|
21
|
+
function UrlEncoded (boy, cfg) {
|
|
22
|
+
const limits = cfg.limits;
|
|
23
|
+
const parsedConType = cfg.parsedConType;
|
|
24
|
+
this.boy = boy;
|
|
25
|
+
|
|
26
|
+
this.fieldSizeLimit = getLimit$1(limits, 'fieldSize', 1 * 1024 * 1024);
|
|
27
|
+
this.fieldNameSizeLimit = getLimit$1(limits, 'fieldNameSize', 100);
|
|
28
|
+
this.fieldsLimit = getLimit$1(limits, 'fields', Infinity);
|
|
29
|
+
|
|
30
|
+
let charset;
|
|
31
|
+
for (var i = 0, len = parsedConType.length; i < len; ++i) { // eslint-disable-line no-var
|
|
32
|
+
if (Array.isArray(parsedConType[i]) &&
|
|
33
|
+
RE_CHARSET.test(parsedConType[i][0])) {
|
|
34
|
+
charset = parsedConType[i][1].toLowerCase();
|
|
35
|
+
break
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
if (charset === undefined) { charset = cfg.defCharset || 'utf8'; }
|
|
40
|
+
|
|
41
|
+
this.decoder = new Decoder$1();
|
|
42
|
+
this.charset = charset;
|
|
43
|
+
this._fields = 0;
|
|
44
|
+
this._state = 'key';
|
|
45
|
+
this._checkingBytes = true;
|
|
46
|
+
this._bytesKey = 0;
|
|
47
|
+
this._bytesVal = 0;
|
|
48
|
+
this._key = '';
|
|
49
|
+
this._val = '';
|
|
50
|
+
this._keyTrunc = false;
|
|
51
|
+
this._valTrunc = false;
|
|
52
|
+
this._hitLimit = false;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
UrlEncoded.prototype.write = function (data, cb) {
|
|
56
|
+
if (this._fields === this.fieldsLimit) {
|
|
57
|
+
if (!this.boy.hitFieldsLimit) {
|
|
58
|
+
this.boy.hitFieldsLimit = true;
|
|
59
|
+
this.boy.emit('fieldsLimit');
|
|
60
|
+
}
|
|
61
|
+
return cb()
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
let idxeq; let idxamp; let i; let p = 0; const len = data.length;
|
|
65
|
+
|
|
66
|
+
while (p < len) {
|
|
67
|
+
if (this._state === 'key') {
|
|
68
|
+
idxeq = idxamp = undefined;
|
|
69
|
+
for (i = p; i < len; ++i) {
|
|
70
|
+
if (!this._checkingBytes) { ++p; }
|
|
71
|
+
if (data[i] === 0x3D/* = */) {
|
|
72
|
+
idxeq = i;
|
|
73
|
+
break
|
|
74
|
+
} else if (data[i] === 0x26/* & */) {
|
|
75
|
+
idxamp = i;
|
|
76
|
+
break
|
|
77
|
+
}
|
|
78
|
+
if (this._checkingBytes && this._bytesKey === this.fieldNameSizeLimit) {
|
|
79
|
+
this._hitLimit = true;
|
|
80
|
+
break
|
|
81
|
+
} else if (this._checkingBytes) { ++this._bytesKey; }
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
if (idxeq !== undefined) {
|
|
85
|
+
// key with assignment
|
|
86
|
+
if (idxeq > p) { this._key += this.decoder.write(data.toString('binary', p, idxeq)); }
|
|
87
|
+
this._state = 'val';
|
|
88
|
+
|
|
89
|
+
this._hitLimit = false;
|
|
90
|
+
this._checkingBytes = true;
|
|
91
|
+
this._val = '';
|
|
92
|
+
this._bytesVal = 0;
|
|
93
|
+
this._valTrunc = false;
|
|
94
|
+
this.decoder.reset();
|
|
95
|
+
|
|
96
|
+
p = idxeq + 1;
|
|
97
|
+
} else if (idxamp !== undefined) {
|
|
98
|
+
// key with no assignment
|
|
99
|
+
++this._fields;
|
|
100
|
+
let key; const keyTrunc = this._keyTrunc;
|
|
101
|
+
if (idxamp > p) { key = (this._key += this.decoder.write(data.toString('binary', p, idxamp))); } else { key = this._key; }
|
|
102
|
+
|
|
103
|
+
this._hitLimit = false;
|
|
104
|
+
this._checkingBytes = true;
|
|
105
|
+
this._key = '';
|
|
106
|
+
this._bytesKey = 0;
|
|
107
|
+
this._keyTrunc = false;
|
|
108
|
+
this.decoder.reset();
|
|
109
|
+
|
|
110
|
+
if (key.length) {
|
|
111
|
+
this.boy.emit('field', decodeText$1(key, 'binary', this.charset),
|
|
112
|
+
'',
|
|
113
|
+
keyTrunc,
|
|
114
|
+
false);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
p = idxamp + 1;
|
|
118
|
+
if (this._fields === this.fieldsLimit) { return cb() }
|
|
119
|
+
} else if (this._hitLimit) {
|
|
120
|
+
// we may not have hit the actual limit if there are encoded bytes...
|
|
121
|
+
if (i > p) { this._key += this.decoder.write(data.toString('binary', p, i)); }
|
|
122
|
+
p = i;
|
|
123
|
+
if ((this._bytesKey = this._key.length) === this.fieldNameSizeLimit) {
|
|
124
|
+
// yep, we actually did hit the limit
|
|
125
|
+
this._checkingBytes = false;
|
|
126
|
+
this._keyTrunc = true;
|
|
127
|
+
}
|
|
128
|
+
} else {
|
|
129
|
+
if (p < len) { this._key += this.decoder.write(data.toString('binary', p)); }
|
|
130
|
+
p = len;
|
|
131
|
+
}
|
|
132
|
+
} else {
|
|
133
|
+
idxamp = undefined;
|
|
134
|
+
for (i = p; i < len; ++i) {
|
|
135
|
+
if (!this._checkingBytes) { ++p; }
|
|
136
|
+
if (data[i] === 0x26/* & */) {
|
|
137
|
+
idxamp = i;
|
|
138
|
+
break
|
|
139
|
+
}
|
|
140
|
+
if (this._checkingBytes && this._bytesVal === this.fieldSizeLimit) {
|
|
141
|
+
this._hitLimit = true;
|
|
142
|
+
break
|
|
143
|
+
} else if (this._checkingBytes) { ++this._bytesVal; }
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
if (idxamp !== undefined) {
|
|
147
|
+
++this._fields;
|
|
148
|
+
if (idxamp > p) { this._val += this.decoder.write(data.toString('binary', p, idxamp)); }
|
|
149
|
+
this.boy.emit('field', decodeText$1(this._key, 'binary', this.charset),
|
|
150
|
+
decodeText$1(this._val, 'binary', this.charset),
|
|
151
|
+
this._keyTrunc,
|
|
152
|
+
this._valTrunc);
|
|
153
|
+
this._state = 'key';
|
|
154
|
+
|
|
155
|
+
this._hitLimit = false;
|
|
156
|
+
this._checkingBytes = true;
|
|
157
|
+
this._key = '';
|
|
158
|
+
this._bytesKey = 0;
|
|
159
|
+
this._keyTrunc = false;
|
|
160
|
+
this.decoder.reset();
|
|
161
|
+
|
|
162
|
+
p = idxamp + 1;
|
|
163
|
+
if (this._fields === this.fieldsLimit) { return cb() }
|
|
164
|
+
} else if (this._hitLimit) {
|
|
165
|
+
// we may not have hit the actual limit if there are encoded bytes...
|
|
166
|
+
if (i > p) { this._val += this.decoder.write(data.toString('binary', p, i)); }
|
|
167
|
+
p = i;
|
|
168
|
+
if ((this._val === '' && this.fieldSizeLimit === 0) ||
|
|
169
|
+
(this._bytesVal = this._val.length) === this.fieldSizeLimit) {
|
|
170
|
+
// yep, we actually did hit the limit
|
|
171
|
+
this._checkingBytes = false;
|
|
172
|
+
this._valTrunc = true;
|
|
173
|
+
}
|
|
174
|
+
} else {
|
|
175
|
+
if (p < len) { this._val += this.decoder.write(data.toString('binary', p)); }
|
|
176
|
+
p = len;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
cb();
|
|
181
|
+
};
|
|
182
|
+
|
|
183
|
+
UrlEncoded.prototype.end = function () {
|
|
184
|
+
if (this.boy._done) { return }
|
|
185
|
+
|
|
186
|
+
if (this._state === 'key' && this._key.length > 0) {
|
|
187
|
+
this.boy.emit('field', decodeText$1(this._key, 'binary', this.charset),
|
|
188
|
+
'',
|
|
189
|
+
this._keyTrunc,
|
|
190
|
+
false);
|
|
191
|
+
} else if (this._state === 'val') {
|
|
192
|
+
this.boy.emit('field', decodeText$1(this._key, 'binary', this.charset),
|
|
193
|
+
decodeText$1(this._val, 'binary', this.charset),
|
|
194
|
+
this._keyTrunc,
|
|
195
|
+
this._valTrunc);
|
|
196
|
+
}
|
|
197
|
+
this.boy._done = true;
|
|
198
|
+
this.boy.emit('finish');
|
|
199
|
+
};
|
|
200
|
+
|
|
201
|
+
urlencoded = UrlEncoded;
|
|
202
|
+
return urlencoded;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
exports.__require = requireUrlencoded;
|
|
206
|
+
//# sourceMappingURL=urlencoded.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"urlencoded.js","sources":["../../../../../../../../../node_modules/@fastify/busboy/lib/types/urlencoded.js"],"sourcesContent":["'use strict'\n\nconst Decoder = require('../utils/Decoder')\nconst decodeText = require('../utils/decodeText')\nconst getLimit = require('../utils/getLimit')\n\nconst RE_CHARSET = /^charset$/i\n\nUrlEncoded.detect = /^application\\/x-www-form-urlencoded/i\nfunction UrlEncoded (boy, cfg) {\n const limits = cfg.limits\n const parsedConType = cfg.parsedConType\n this.boy = boy\n\n this.fieldSizeLimit = getLimit(limits, 'fieldSize', 1 * 1024 * 1024)\n this.fieldNameSizeLimit = getLimit(limits, 'fieldNameSize', 100)\n this.fieldsLimit = getLimit(limits, 'fields', Infinity)\n\n let charset\n for (var i = 0, len = parsedConType.length; i < len; ++i) { // eslint-disable-line no-var\n if (Array.isArray(parsedConType[i]) &&\n RE_CHARSET.test(parsedConType[i][0])) {\n charset = parsedConType[i][1].toLowerCase()\n break\n }\n }\n\n if (charset === undefined) { charset = cfg.defCharset || 'utf8' }\n\n this.decoder = new Decoder()\n this.charset = charset\n this._fields = 0\n this._state = 'key'\n this._checkingBytes = true\n this._bytesKey = 0\n this._bytesVal = 0\n this._key = ''\n this._val = ''\n this._keyTrunc = false\n this._valTrunc = false\n this._hitLimit = false\n}\n\nUrlEncoded.prototype.write = function (data, cb) {\n if (this._fields === this.fieldsLimit) {\n if (!this.boy.hitFieldsLimit) {\n this.boy.hitFieldsLimit = true\n this.boy.emit('fieldsLimit')\n }\n return cb()\n }\n\n let idxeq; let idxamp; let i; let p = 0; const len = data.length\n\n while (p < len) {\n if (this._state === 'key') {\n idxeq = idxamp = undefined\n for (i = p; i < len; ++i) {\n if (!this._checkingBytes) { ++p }\n if (data[i] === 0x3D/* = */) {\n idxeq = i\n break\n } else if (data[i] === 0x26/* & */) {\n idxamp = i\n break\n }\n if (this._checkingBytes && this._bytesKey === this.fieldNameSizeLimit) {\n this._hitLimit = true\n break\n } else if (this._checkingBytes) { ++this._bytesKey }\n }\n\n if (idxeq !== undefined) {\n // key with assignment\n if (idxeq > p) { this._key += this.decoder.write(data.toString('binary', p, idxeq)) }\n this._state = 'val'\n\n this._hitLimit = false\n this._checkingBytes = true\n this._val = ''\n this._bytesVal = 0\n this._valTrunc = false\n this.decoder.reset()\n\n p = idxeq + 1\n } else if (idxamp !== undefined) {\n // key with no assignment\n ++this._fields\n let key; const keyTrunc = this._keyTrunc\n if (idxamp > p) { key = (this._key += this.decoder.write(data.toString('binary', p, idxamp))) } else { key = this._key }\n\n this._hitLimit = false\n this._checkingBytes = true\n this._key = ''\n this._bytesKey = 0\n this._keyTrunc = false\n this.decoder.reset()\n\n if (key.length) {\n this.boy.emit('field', decodeText(key, 'binary', this.charset),\n '',\n keyTrunc,\n false)\n }\n\n p = idxamp + 1\n if (this._fields === this.fieldsLimit) { return cb() }\n } else if (this._hitLimit) {\n // we may not have hit the actual limit if there are encoded bytes...\n if (i > p) { this._key += this.decoder.write(data.toString('binary', p, i)) }\n p = i\n if ((this._bytesKey = this._key.length) === this.fieldNameSizeLimit) {\n // yep, we actually did hit the limit\n this._checkingBytes = false\n this._keyTrunc = true\n }\n } else {\n if (p < len) { this._key += this.decoder.write(data.toString('binary', p)) }\n p = len\n }\n } else {\n idxamp = undefined\n for (i = p; i < len; ++i) {\n if (!this._checkingBytes) { ++p }\n if (data[i] === 0x26/* & */) {\n idxamp = i\n break\n }\n if (this._checkingBytes && this._bytesVal === this.fieldSizeLimit) {\n this._hitLimit = true\n break\n } else if (this._checkingBytes) { ++this._bytesVal }\n }\n\n if (idxamp !== undefined) {\n ++this._fields\n if (idxamp > p) { this._val += this.decoder.write(data.toString('binary', p, idxamp)) }\n this.boy.emit('field', decodeText(this._key, 'binary', this.charset),\n decodeText(this._val, 'binary', this.charset),\n this._keyTrunc,\n this._valTrunc)\n this._state = 'key'\n\n this._hitLimit = false\n this._checkingBytes = true\n this._key = ''\n this._bytesKey = 0\n this._keyTrunc = false\n this.decoder.reset()\n\n p = idxamp + 1\n if (this._fields === this.fieldsLimit) { return cb() }\n } else if (this._hitLimit) {\n // we may not have hit the actual limit if there are encoded bytes...\n if (i > p) { this._val += this.decoder.write(data.toString('binary', p, i)) }\n p = i\n if ((this._val === '' && this.fieldSizeLimit === 0) ||\n (this._bytesVal = this._val.length) === this.fieldSizeLimit) {\n // yep, we actually did hit the limit\n this._checkingBytes = false\n this._valTrunc = true\n }\n } else {\n if (p < len) { this._val += this.decoder.write(data.toString('binary', p)) }\n p = len\n }\n }\n }\n cb()\n}\n\nUrlEncoded.prototype.end = function () {\n if (this.boy._done) { return }\n\n if (this._state === 'key' && this._key.length > 0) {\n this.boy.emit('field', decodeText(this._key, 'binary', this.charset),\n '',\n this._keyTrunc,\n false)\n } else if (this._state === 'val') {\n this.boy.emit('field', decodeText(this._key, 'binary', this.charset),\n decodeText(this._val, 'binary', this.charset),\n this._keyTrunc,\n this._valTrunc)\n }\n this.boy._done = true\n this.boy.emit('finish')\n}\n\nmodule.exports = UrlEncoded\n"],"names":["Decoder","require$$0","decodeText","require$$1","getLimit","require$$2"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var Decoder_1;
|
|
4
|
+
var hasRequiredDecoder;
|
|
5
|
+
|
|
6
|
+
function requireDecoder () {
|
|
7
|
+
if (hasRequiredDecoder) return Decoder_1;
|
|
8
|
+
hasRequiredDecoder = 1;
|
|
9
|
+
|
|
10
|
+
const RE_PLUS = /\+/g;
|
|
11
|
+
|
|
12
|
+
const HEX = [
|
|
13
|
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
14
|
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
15
|
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
16
|
+
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0,
|
|
17
|
+
0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
18
|
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
19
|
+
0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
20
|
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
|
21
|
+
];
|
|
22
|
+
|
|
23
|
+
function Decoder () {
|
|
24
|
+
this.buffer = undefined;
|
|
25
|
+
}
|
|
26
|
+
Decoder.prototype.write = function (str) {
|
|
27
|
+
// Replace '+' with ' ' before decoding
|
|
28
|
+
str = str.replace(RE_PLUS, ' ');
|
|
29
|
+
let res = '';
|
|
30
|
+
let i = 0; let p = 0; const len = str.length;
|
|
31
|
+
for (; i < len; ++i) {
|
|
32
|
+
if (this.buffer !== undefined) {
|
|
33
|
+
if (!HEX[str.charCodeAt(i)]) {
|
|
34
|
+
res += '%' + this.buffer;
|
|
35
|
+
this.buffer = undefined;
|
|
36
|
+
--i; // retry character
|
|
37
|
+
} else {
|
|
38
|
+
this.buffer += str[i];
|
|
39
|
+
++p;
|
|
40
|
+
if (this.buffer.length === 2) {
|
|
41
|
+
res += String.fromCharCode(parseInt(this.buffer, 16));
|
|
42
|
+
this.buffer = undefined;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
} else if (str[i] === '%') {
|
|
46
|
+
if (i > p) {
|
|
47
|
+
res += str.substring(p, i);
|
|
48
|
+
p = i;
|
|
49
|
+
}
|
|
50
|
+
this.buffer = '';
|
|
51
|
+
++p;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
if (p < len && this.buffer === undefined) { res += str.substring(p); }
|
|
55
|
+
return res
|
|
56
|
+
};
|
|
57
|
+
Decoder.prototype.reset = function () {
|
|
58
|
+
this.buffer = undefined;
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
Decoder_1 = Decoder;
|
|
62
|
+
return Decoder_1;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
exports.__require = requireDecoder;
|
|
66
|
+
//# sourceMappingURL=Decoder.js.map
|