@deriv-com/fe-mcp-servers 0.0.1 → 0.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/README.md +96 -76
- package/dist/shift-ai/README.md +53 -72
- package/dist/shift-ai/src/mcp-server.js +3 -3
- package/dist/shift-ai/src/mcp.js +3 -3
- package/node_modules/@modelcontextprotocol/sdk/LICENSE +21 -0
- package/node_modules/@modelcontextprotocol/sdk/README.md +105 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cli.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cli.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cli.js +129 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cli.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/index.d.ts +773 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/index.js +206 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/index.test.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/index.test.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/index.test.js +393 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/index.test.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/sse.d.ts +22 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/sse.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/sse.js +91 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/sse.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.d.ts +56 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.js +147 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.test.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.test.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.test.js +51 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.test.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/websocket.d.ts +17 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/websocket.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/websocket.js +61 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/client/websocket.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/inMemory.d.ts +20 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/inMemory.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/inMemory.js +47 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/inMemory.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/inMemory.test.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/inMemory.test.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/inMemory.test.js +74 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/inMemory.test.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/index.d.ts +112 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/index.js +182 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/index.test.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/index.test.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/index.test.js +408 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/index.test.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/sse.d.ts +46 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/sse.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/sse.js +116 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/sse.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.d.ts +28 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.js +69 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.test.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.test.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.test.js +87 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.test.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.d.ts +157 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.js +297 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.js +31 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.test.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.test.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.test.js +27 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.test.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/transport.d.ts +39 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/transport.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/transport.js +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/shared/transport.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/types.d.ts +26425 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/types.js +997 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/package.json +61 -0
- package/node_modules/bytes/History.md +97 -0
- package/node_modules/bytes/LICENSE +23 -0
- package/node_modules/bytes/Readme.md +152 -0
- package/node_modules/bytes/index.js +170 -0
- package/node_modules/bytes/package.json +42 -0
- package/node_modules/content-type/HISTORY.md +29 -0
- package/node_modules/content-type/LICENSE +22 -0
- package/node_modules/content-type/README.md +94 -0
- package/node_modules/content-type/index.js +225 -0
- package/node_modules/content-type/package.json +42 -0
- package/node_modules/depd/History.md +103 -0
- package/node_modules/depd/LICENSE +22 -0
- package/node_modules/depd/Readme.md +280 -0
- package/node_modules/depd/index.js +538 -0
- package/node_modules/depd/lib/browser/index.js +77 -0
- package/node_modules/depd/package.json +45 -0
- package/node_modules/http-errors/HISTORY.md +180 -0
- package/node_modules/http-errors/LICENSE +23 -0
- package/node_modules/http-errors/README.md +169 -0
- package/node_modules/http-errors/index.js +289 -0
- package/node_modules/http-errors/package.json +50 -0
- package/node_modules/iconv-lite/.github/dependabot.yml +11 -0
- package/node_modules/iconv-lite/.idea/codeStyles/Project.xml +47 -0
- package/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/node_modules/iconv-lite/.idea/iconv-lite.iml +12 -0
- package/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/node_modules/iconv-lite/.idea/modules.xml +8 -0
- package/node_modules/iconv-lite/.idea/vcs.xml +6 -0
- package/node_modules/iconv-lite/Changelog.md +212 -0
- package/node_modules/iconv-lite/LICENSE +21 -0
- package/node_modules/iconv-lite/README.md +130 -0
- package/node_modules/iconv-lite/encodings/dbcs-codec.js +597 -0
- package/node_modules/iconv-lite/encodings/dbcs-data.js +188 -0
- package/node_modules/iconv-lite/encodings/index.js +23 -0
- package/node_modules/iconv-lite/encodings/internal.js +198 -0
- package/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
- package/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/node_modules/iconv-lite/encodings/sbcs-data.js +179 -0
- package/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/node_modules/iconv-lite/encodings/utf16.js +197 -0
- package/node_modules/iconv-lite/encodings/utf32.js +319 -0
- package/node_modules/iconv-lite/encodings/utf7.js +290 -0
- package/node_modules/iconv-lite/lib/bom-handling.js +52 -0
- package/node_modules/iconv-lite/lib/index.d.ts +41 -0
- package/node_modules/iconv-lite/lib/index.js +180 -0
- package/node_modules/iconv-lite/lib/streams.js +109 -0
- package/node_modules/iconv-lite/package.json +44 -0
- package/node_modules/inherits/LICENSE +16 -0
- package/node_modules/inherits/README.md +42 -0
- package/node_modules/inherits/inherits.js +9 -0
- package/node_modules/inherits/inherits_browser.js +27 -0
- package/node_modules/inherits/package.json +29 -0
- package/node_modules/raw-body/HISTORY.md +325 -0
- package/node_modules/raw-body/LICENSE +22 -0
- package/node_modules/raw-body/README.md +223 -0
- package/node_modules/raw-body/SECURITY.md +24 -0
- package/node_modules/raw-body/index.d.ts +85 -0
- package/node_modules/raw-body/index.js +336 -0
- package/node_modules/raw-body/package.json +50 -0
- package/node_modules/safer-buffer/LICENSE +21 -0
- package/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/node_modules/safer-buffer/Readme.md +156 -0
- package/node_modules/safer-buffer/dangerous.js +58 -0
- package/node_modules/safer-buffer/package.json +34 -0
- package/node_modules/safer-buffer/safer.js +77 -0
- package/node_modules/safer-buffer/tests.js +406 -0
- package/node_modules/setprototypeof/LICENSE +13 -0
- package/node_modules/setprototypeof/README.md +31 -0
- package/node_modules/setprototypeof/index.d.ts +2 -0
- package/node_modules/setprototypeof/index.js +17 -0
- package/node_modules/setprototypeof/package.json +38 -0
- package/node_modules/setprototypeof/test/index.js +24 -0
- package/node_modules/statuses/HISTORY.md +82 -0
- package/node_modules/statuses/LICENSE +23 -0
- package/node_modules/statuses/README.md +136 -0
- package/node_modules/statuses/codes.json +65 -0
- package/node_modules/statuses/index.js +146 -0
- package/node_modules/statuses/package.json +49 -0
- package/node_modules/toidentifier/HISTORY.md +9 -0
- package/node_modules/toidentifier/LICENSE +21 -0
- package/node_modules/toidentifier/README.md +61 -0
- package/node_modules/toidentifier/index.js +32 -0
- package/node_modules/toidentifier/package.json +38 -0
- package/node_modules/unpipe/HISTORY.md +4 -0
- package/node_modules/unpipe/LICENSE +22 -0
- package/node_modules/unpipe/README.md +43 -0
- package/node_modules/unpipe/index.js +69 -0
- package/node_modules/unpipe/package.json +27 -0
- package/node_modules/zod/LICENSE +21 -0
- package/node_modules/zod/README.md +208 -0
- package/node_modules/zod/index.cjs +33 -0
- package/node_modules/zod/index.d.cts +4 -0
- package/node_modules/zod/index.d.ts +4 -0
- package/node_modules/zod/index.js +4 -0
- package/node_modules/zod/package.json +118 -0
- package/node_modules/zod/src/index.ts +4 -0
- package/node_modules/zod/src/v3/ZodError.ts +330 -0
- package/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
- package/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
- package/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
- package/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
- package/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
- package/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
- package/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
- package/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
- package/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
- package/node_modules/zod/src/v3/errors.ts +13 -0
- package/node_modules/zod/src/v3/external.ts +6 -0
- package/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
- package/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
- package/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
- package/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
- package/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
- package/node_modules/zod/src/v3/helpers/util.ts +224 -0
- package/node_modules/zod/src/v3/index.ts +4 -0
- package/node_modules/zod/src/v3/locales/en.ts +124 -0
- package/node_modules/zod/src/v3/standard-schema.ts +113 -0
- package/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
- package/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
- package/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
- package/node_modules/zod/src/v3/tests/array.test.ts +71 -0
- package/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
- package/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
- package/node_modules/zod/src/v3/tests/base.test.ts +29 -0
- package/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
- package/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
- package/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
- package/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
- package/node_modules/zod/src/v3/tests/complex.test.ts +56 -0
- package/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
- package/node_modules/zod/src/v3/tests/date.test.ts +32 -0
- package/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
- package/node_modules/zod/src/v3/tests/default.test.ts +112 -0
- package/node_modules/zod/src/v3/tests/description.test.ts +33 -0
- package/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
- package/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
- package/node_modules/zod/src/v3/tests/error.test.ts +551 -0
- package/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
- package/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
- package/node_modules/zod/src/v3/tests/function.test.ts +257 -0
- package/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
- package/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
- package/node_modules/zod/src/v3/tests/intersection.test.ts +110 -0
- package/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
- package/node_modules/zod/src/v3/tests/language-server.test.ts +207 -0
- package/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
- package/node_modules/zod/src/v3/tests/map.test.ts +110 -0
- package/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
- package/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
- package/node_modules/zod/src/v3/tests/nan.test.ts +21 -0
- package/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
- package/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
- package/node_modules/zod/src/v3/tests/number.test.ts +176 -0
- package/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
- package/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
- package/node_modules/zod/src/v3/tests/object.test.ts +434 -0
- package/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
- package/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
- package/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
- package/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
- package/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
- package/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
- package/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
- package/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
- package/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
- package/node_modules/zod/src/v3/tests/readonly.test.ts +194 -0
- package/node_modules/zod/src/v3/tests/record.test.ts +171 -0
- package/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
- package/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
- package/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
- package/node_modules/zod/src/v3/tests/set.test.ts +142 -0
- package/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
- package/node_modules/zod/src/v3/tests/string.test.ts +916 -0
- package/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
- package/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
- package/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
- package/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
- package/node_modules/zod/src/v3/tests/void.test.ts +15 -0
- package/node_modules/zod/src/v3/types.ts +5136 -0
- package/node_modules/zod/src/v4/classic/checks.ts +30 -0
- package/node_modules/zod/src/v4/classic/coerce.ts +27 -0
- package/node_modules/zod/src/v4/classic/compat.ts +66 -0
- package/node_modules/zod/src/v4/classic/errors.ts +75 -0
- package/node_modules/zod/src/v4/classic/external.ts +50 -0
- package/node_modules/zod/src/v4/classic/index.ts +5 -0
- package/node_modules/zod/src/v4/classic/iso.ts +90 -0
- package/node_modules/zod/src/v4/classic/parse.ts +33 -0
- package/node_modules/zod/src/v4/classic/schemas.ts +2054 -0
- package/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
- package/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
- package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +210 -0
- package/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
- package/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
- package/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
- package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +54 -0
- package/node_modules/zod/src/v4/classic/tests/brand.test.ts +63 -0
- package/node_modules/zod/src/v4/classic/tests/catch.test.ts +252 -0
- package/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
- package/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
- package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +352 -0
- package/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
- package/node_modules/zod/src/v4/classic/tests/date.test.ts +31 -0
- package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +296 -0
- package/node_modules/zod/src/v4/classic/tests/default.test.ts +313 -0
- package/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
- package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +619 -0
- package/node_modules/zod/src/v4/classic/tests/enum.test.ts +285 -0
- package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +527 -0
- package/node_modules/zod/src/v4/classic/tests/error.test.ts +711 -0
- package/node_modules/zod/src/v4/classic/tests/file.test.ts +91 -0
- package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +175 -0
- package/node_modules/zod/src/v4/classic/tests/function.test.ts +268 -0
- package/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
- package/node_modules/zod/src/v4/classic/tests/index.test.ts +829 -0
- package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +34 -0
- package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +171 -0
- package/node_modules/zod/src/v4/classic/tests/json.test.ts +108 -0
- package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +227 -0
- package/node_modules/zod/src/v4/classic/tests/literal.test.ts +92 -0
- package/node_modules/zod/src/v4/classic/tests/map.test.ts +196 -0
- package/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
- package/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
- package/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +86 -0
- package/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
- package/node_modules/zod/src/v4/classic/tests/number.test.ts +247 -0
- package/node_modules/zod/src/v4/classic/tests/object.test.ts +563 -0
- package/node_modules/zod/src/v4/classic/tests/optional.test.ts +123 -0
- package/node_modules/zod/src/v4/classic/tests/partial.test.ts +147 -0
- package/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +127 -0
- package/node_modules/zod/src/v4/classic/tests/pipe.test.ts +81 -0
- package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +37 -0
- package/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +298 -0
- package/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
- package/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
- package/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
- package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +252 -0
- package/node_modules/zod/src/v4/classic/tests/record.test.ts +342 -0
- package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +356 -0
- package/node_modules/zod/src/v4/classic/tests/refine.test.ts +532 -0
- package/node_modules/zod/src/v4/classic/tests/registries.test.ts +204 -0
- package/node_modules/zod/src/v4/classic/tests/set.test.ts +179 -0
- package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +57 -0
- package/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +109 -0
- package/node_modules/zod/src/v4/classic/tests/string.test.ts +881 -0
- package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +66 -0
- package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +758 -0
- package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +2314 -0
- package/node_modules/zod/src/v4/classic/tests/transform.test.ts +250 -0
- package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +163 -0
- package/node_modules/zod/src/v4/classic/tests/union.test.ts +94 -0
- package/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
- package/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
- package/node_modules/zod/src/v4/core/api.ts +1594 -0
- package/node_modules/zod/src/v4/core/checks.ts +1283 -0
- package/node_modules/zod/src/v4/core/config.ts +15 -0
- package/node_modules/zod/src/v4/core/core.ts +134 -0
- package/node_modules/zod/src/v4/core/doc.ts +44 -0
- package/node_modules/zod/src/v4/core/errors.ts +424 -0
- package/node_modules/zod/src/v4/core/function.ts +176 -0
- package/node_modules/zod/src/v4/core/index.ts +15 -0
- package/node_modules/zod/src/v4/core/json-schema.ts +143 -0
- package/node_modules/zod/src/v4/core/parse.ts +94 -0
- package/node_modules/zod/src/v4/core/regexes.ts +135 -0
- package/node_modules/zod/src/v4/core/registries.ts +96 -0
- package/node_modules/zod/src/v4/core/schemas.ts +3842 -0
- package/node_modules/zod/src/v4/core/standard-schema.ts +64 -0
- package/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
- package/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
- package/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
- package/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
- package/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
- package/node_modules/zod/src/v4/core/to-json-schema.ts +977 -0
- package/node_modules/zod/src/v4/core/util.ts +775 -0
- package/node_modules/zod/src/v4/core/versions.ts +5 -0
- package/node_modules/zod/src/v4/core/zsf.ts +323 -0
- package/node_modules/zod/src/v4/index.ts +4 -0
- package/node_modules/zod/src/v4/locales/ar.ts +125 -0
- package/node_modules/zod/src/v4/locales/az.ts +121 -0
- package/node_modules/zod/src/v4/locales/be.ts +184 -0
- package/node_modules/zod/src/v4/locales/ca.ts +127 -0
- package/node_modules/zod/src/v4/locales/cs.ts +142 -0
- package/node_modules/zod/src/v4/locales/de.ts +124 -0
- package/node_modules/zod/src/v4/locales/en.ts +127 -0
- package/node_modules/zod/src/v4/locales/eo.ts +125 -0
- package/node_modules/zod/src/v4/locales/es.ts +125 -0
- package/node_modules/zod/src/v4/locales/fa.ts +134 -0
- package/node_modules/zod/src/v4/locales/fi.ts +131 -0
- package/node_modules/zod/src/v4/locales/fr-CA.ts +126 -0
- package/node_modules/zod/src/v4/locales/fr.ts +124 -0
- package/node_modules/zod/src/v4/locales/he.ts +125 -0
- package/node_modules/zod/src/v4/locales/hu.ts +126 -0
- package/node_modules/zod/src/v4/locales/id.ts +125 -0
- package/node_modules/zod/src/v4/locales/index.ts +39 -0
- package/node_modules/zod/src/v4/locales/it.ts +125 -0
- package/node_modules/zod/src/v4/locales/ja.ts +122 -0
- package/node_modules/zod/src/v4/locales/kh.ts +126 -0
- package/node_modules/zod/src/v4/locales/ko.ts +131 -0
- package/node_modules/zod/src/v4/locales/mk.ts +127 -0
- package/node_modules/zod/src/v4/locales/ms.ts +124 -0
- package/node_modules/zod/src/v4/locales/nl.ts +126 -0
- package/node_modules/zod/src/v4/locales/no.ts +124 -0
- package/node_modules/zod/src/v4/locales/ota.ts +125 -0
- package/node_modules/zod/src/v4/locales/pl.ts +126 -0
- package/node_modules/zod/src/v4/locales/ps.ts +133 -0
- package/node_modules/zod/src/v4/locales/pt.ts +123 -0
- package/node_modules/zod/src/v4/locales/ru.ts +184 -0
- package/node_modules/zod/src/v4/locales/sl.ts +126 -0
- package/node_modules/zod/src/v4/locales/sv.ts +127 -0
- package/node_modules/zod/src/v4/locales/ta.ts +125 -0
- package/node_modules/zod/src/v4/locales/th.ts +126 -0
- package/node_modules/zod/src/v4/locales/tr.ts +121 -0
- package/node_modules/zod/src/v4/locales/ua.ts +126 -0
- package/node_modules/zod/src/v4/locales/ur.ts +126 -0
- package/node_modules/zod/src/v4/locales/vi.ts +125 -0
- package/node_modules/zod/src/v4/locales/zh-CN.ts +123 -0
- package/node_modules/zod/src/v4/locales/zh-TW.ts +125 -0
- package/node_modules/zod/src/v4/mini/checks.ts +32 -0
- package/node_modules/zod/src/v4/mini/coerce.ts +22 -0
- package/node_modules/zod/src/v4/mini/external.ts +40 -0
- package/node_modules/zod/src/v4/mini/index.ts +3 -0
- package/node_modules/zod/src/v4/mini/iso.ts +62 -0
- package/node_modules/zod/src/v4/mini/parse.ts +1 -0
- package/node_modules/zod/src/v4/mini/schemas.ts +1579 -0
- package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +129 -0
- package/node_modules/zod/src/v4/mini/tests/brand.test.ts +51 -0
- package/node_modules/zod/src/v4/mini/tests/checks.test.ts +144 -0
- package/node_modules/zod/src/v4/mini/tests/computed.test.ts +36 -0
- package/node_modules/zod/src/v4/mini/tests/error.test.ts +22 -0
- package/node_modules/zod/src/v4/mini/tests/functions.test.ts +43 -0
- package/node_modules/zod/src/v4/mini/tests/index.test.ts +871 -0
- package/node_modules/zod/src/v4/mini/tests/number.test.ts +95 -0
- package/node_modules/zod/src/v4/mini/tests/object.test.ts +185 -0
- package/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
- package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +275 -0
- package/node_modules/zod/src/v4/mini/tests/string.test.ts +299 -0
- package/node_modules/zod/src/v4-mini/index.ts +1 -0
- package/node_modules/zod/v3/ZodError.cjs +138 -0
- package/node_modules/zod/v3/ZodError.d.cts +164 -0
- package/node_modules/zod/v3/ZodError.d.ts +164 -0
- package/node_modules/zod/v3/ZodError.js +133 -0
- package/node_modules/zod/v3/errors.cjs +17 -0
- package/node_modules/zod/v3/errors.d.cts +5 -0
- package/node_modules/zod/v3/errors.d.ts +5 -0
- package/node_modules/zod/v3/errors.js +9 -0
- package/node_modules/zod/v3/external.cjs +22 -0
- package/node_modules/zod/v3/external.d.cts +6 -0
- package/node_modules/zod/v3/external.d.ts +6 -0
- package/node_modules/zod/v3/external.js +6 -0
- package/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
- package/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
- package/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
- package/node_modules/zod/v3/helpers/enumUtil.js +1 -0
- package/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
- package/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
- package/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
- package/node_modules/zod/v3/helpers/errorUtil.js +6 -0
- package/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
- package/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
- package/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
- package/node_modules/zod/v3/helpers/parseUtil.js +109 -0
- package/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
- package/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
- package/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
- package/node_modules/zod/v3/helpers/partialUtil.js +1 -0
- package/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
- package/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
- package/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
- package/node_modules/zod/v3/helpers/typeAliases.js +1 -0
- package/node_modules/zod/v3/helpers/util.cjs +137 -0
- package/node_modules/zod/v3/helpers/util.d.cts +85 -0
- package/node_modules/zod/v3/helpers/util.d.ts +85 -0
- package/node_modules/zod/v3/helpers/util.js +133 -0
- package/node_modules/zod/v3/index.cjs +33 -0
- package/node_modules/zod/v3/index.d.cts +4 -0
- package/node_modules/zod/v3/index.d.ts +4 -0
- package/node_modules/zod/v3/index.js +4 -0
- package/node_modules/zod/v3/locales/en.cjs +111 -0
- package/node_modules/zod/v3/locales/en.d.cts +3 -0
- package/node_modules/zod/v3/locales/en.d.ts +3 -0
- package/node_modules/zod/v3/locales/en.js +109 -0
- package/node_modules/zod/v3/standard-schema.cjs +2 -0
- package/node_modules/zod/v3/standard-schema.d.cts +102 -0
- package/node_modules/zod/v3/standard-schema.d.ts +102 -0
- package/node_modules/zod/v3/standard-schema.js +1 -0
- package/node_modules/zod/v3/types.cjs +3775 -0
- package/node_modules/zod/v3/types.d.cts +1031 -0
- package/node_modules/zod/v3/types.d.ts +1031 -0
- package/node_modules/zod/v3/types.js +3693 -0
- package/node_modules/zod/v4/classic/checks.cjs +32 -0
- package/node_modules/zod/v4/classic/checks.d.cts +1 -0
- package/node_modules/zod/v4/classic/checks.d.ts +1 -0
- package/node_modules/zod/v4/classic/checks.js +1 -0
- package/node_modules/zod/v4/classic/coerce.cjs +47 -0
- package/node_modules/zod/v4/classic/coerce.d.cts +17 -0
- package/node_modules/zod/v4/classic/coerce.d.ts +17 -0
- package/node_modules/zod/v4/classic/coerce.js +17 -0
- package/node_modules/zod/v4/classic/compat.cjs +57 -0
- package/node_modules/zod/v4/classic/compat.d.cts +46 -0
- package/node_modules/zod/v4/classic/compat.d.ts +46 -0
- package/node_modules/zod/v4/classic/compat.js +27 -0
- package/node_modules/zod/v4/classic/errors.cjs +67 -0
- package/node_modules/zod/v4/classic/errors.d.cts +30 -0
- package/node_modules/zod/v4/classic/errors.d.ts +30 -0
- package/node_modules/zod/v4/classic/errors.js +41 -0
- package/node_modules/zod/v4/classic/external.cjs +70 -0
- package/node_modules/zod/v4/classic/external.d.cts +13 -0
- package/node_modules/zod/v4/classic/external.d.ts +13 -0
- package/node_modules/zod/v4/classic/external.js +18 -0
- package/node_modules/zod/v4/classic/index.cjs +33 -0
- package/node_modules/zod/v4/classic/index.d.cts +4 -0
- package/node_modules/zod/v4/classic/index.d.ts +4 -0
- package/node_modules/zod/v4/classic/index.js +4 -0
- package/node_modules/zod/v4/classic/iso.cjs +60 -0
- package/node_modules/zod/v4/classic/iso.d.cts +22 -0
- package/node_modules/zod/v4/classic/iso.d.ts +22 -0
- package/node_modules/zod/v4/classic/iso.js +30 -0
- package/node_modules/zod/v4/classic/parse.cjs +32 -0
- package/node_modules/zod/v4/classic/parse.d.cts +23 -0
- package/node_modules/zod/v4/classic/parse.d.ts +23 -0
- package/node_modules/zod/v4/classic/parse.js +6 -0
- package/node_modules/zod/v4/classic/schemas.cjs +1109 -0
- package/node_modules/zod/v4/classic/schemas.d.cts +630 -0
- package/node_modules/zod/v4/classic/schemas.d.ts +630 -0
- package/node_modules/zod/v4/classic/schemas.js +1006 -0
- package/node_modules/zod/v4/core/api.cjs +1039 -0
- package/node_modules/zod/v4/core/api.d.cts +284 -0
- package/node_modules/zod/v4/core/api.d.ts +284 -0
- package/node_modules/zod/v4/core/api.js +906 -0
- package/node_modules/zod/v4/core/checks.cjs +591 -0
- package/node_modules/zod/v4/core/checks.d.cts +278 -0
- package/node_modules/zod/v4/core/checks.d.ts +278 -0
- package/node_modules/zod/v4/core/checks.js +565 -0
- package/node_modules/zod/v4/core/core.cjs +67 -0
- package/node_modules/zod/v4/core/core.d.cts +49 -0
- package/node_modules/zod/v4/core/core.d.ts +49 -0
- package/node_modules/zod/v4/core/core.js +61 -0
- package/node_modules/zod/v4/core/doc.cjs +39 -0
- package/node_modules/zod/v4/core/doc.d.cts +14 -0
- package/node_modules/zod/v4/core/doc.d.ts +14 -0
- package/node_modules/zod/v4/core/doc.js +35 -0
- package/node_modules/zod/v4/core/errors.cjs +226 -0
- package/node_modules/zod/v4/core/errors.d.cts +208 -0
- package/node_modules/zod/v4/core/errors.d.ts +208 -0
- package/node_modules/zod/v4/core/errors.js +195 -0
- package/node_modules/zod/v4/core/function.cjs +102 -0
- package/node_modules/zod/v4/core/function.d.cts +52 -0
- package/node_modules/zod/v4/core/function.d.ts +52 -0
- package/node_modules/zod/v4/core/function.js +75 -0
- package/node_modules/zod/v4/core/index.cjs +44 -0
- package/node_modules/zod/v4/core/index.d.cts +15 -0
- package/node_modules/zod/v4/core/index.d.ts +15 -0
- package/node_modules/zod/v4/core/index.js +15 -0
- package/node_modules/zod/v4/core/json-schema.cjs +2 -0
- package/node_modules/zod/v4/core/json-schema.d.cts +87 -0
- package/node_modules/zod/v4/core/json-schema.d.ts +87 -0
- package/node_modules/zod/v4/core/json-schema.js +1 -0
- package/node_modules/zod/v4/core/parse.cjs +87 -0
- package/node_modules/zod/v4/core/parse.d.cts +25 -0
- package/node_modules/zod/v4/core/parse.d.ts +25 -0
- package/node_modules/zod/v4/core/parse.js +57 -0
- package/node_modules/zod/v4/core/regexes.cjs +103 -0
- package/node_modules/zod/v4/core/regexes.d.cts +62 -0
- package/node_modules/zod/v4/core/regexes.d.ts +62 -0
- package/node_modules/zod/v4/core/regexes.js +95 -0
- package/node_modules/zod/v4/core/registries.cjs +56 -0
- package/node_modules/zod/v4/core/registries.d.cts +35 -0
- package/node_modules/zod/v4/core/registries.d.ts +35 -0
- package/node_modules/zod/v4/core/registries.js +51 -0
- package/node_modules/zod/v4/core/schemas.cjs +1748 -0
- package/node_modules/zod/v4/core/schemas.d.cts +1041 -0
- package/node_modules/zod/v4/core/schemas.d.ts +1041 -0
- package/node_modules/zod/v4/core/schemas.js +1717 -0
- package/node_modules/zod/v4/core/standard-schema.cjs +2 -0
- package/node_modules/zod/v4/core/standard-schema.d.cts +55 -0
- package/node_modules/zod/v4/core/standard-schema.d.ts +55 -0
- package/node_modules/zod/v4/core/standard-schema.js +1 -0
- package/node_modules/zod/v4/core/to-json-schema.cjs +854 -0
- package/node_modules/zod/v4/core/to-json-schema.d.cts +88 -0
- package/node_modules/zod/v4/core/to-json-schema.d.ts +88 -0
- package/node_modules/zod/v4/core/to-json-schema.js +849 -0
- package/node_modules/zod/v4/core/util.cjs +539 -0
- package/node_modules/zod/v4/core/util.d.cts +183 -0
- package/node_modules/zod/v4/core/util.d.ts +183 -0
- package/node_modules/zod/v4/core/util.js +493 -0
- package/node_modules/zod/v4/core/versions.cjs +8 -0
- package/node_modules/zod/v4/core/versions.d.cts +5 -0
- package/node_modules/zod/v4/core/versions.d.ts +5 -0
- package/node_modules/zod/v4/core/versions.js +5 -0
- package/node_modules/zod/v4/index.cjs +22 -0
- package/node_modules/zod/v4/index.d.cts +3 -0
- package/node_modules/zod/v4/index.d.ts +3 -0
- package/node_modules/zod/v4/index.js +3 -0
- package/node_modules/zod/v4/locales/ar.cjs +142 -0
- package/node_modules/zod/v4/locales/ar.d.cts +4 -0
- package/node_modules/zod/v4/locales/ar.d.ts +4 -0
- package/node_modules/zod/v4/locales/ar.js +116 -0
- package/node_modules/zod/v4/locales/az.cjs +141 -0
- package/node_modules/zod/v4/locales/az.d.cts +4 -0
- package/node_modules/zod/v4/locales/az.d.ts +4 -0
- package/node_modules/zod/v4/locales/az.js +115 -0
- package/node_modules/zod/v4/locales/be.cjs +190 -0
- package/node_modules/zod/v4/locales/be.d.cts +4 -0
- package/node_modules/zod/v4/locales/be.d.ts +4 -0
- package/node_modules/zod/v4/locales/be.js +164 -0
- package/node_modules/zod/v4/locales/ca.cjs +144 -0
- package/node_modules/zod/v4/locales/ca.d.cts +4 -0
- package/node_modules/zod/v4/locales/ca.d.ts +4 -0
- package/node_modules/zod/v4/locales/ca.js +118 -0
- package/node_modules/zod/v4/locales/cs.cjs +161 -0
- package/node_modules/zod/v4/locales/cs.d.cts +4 -0
- package/node_modules/zod/v4/locales/cs.d.ts +4 -0
- package/node_modules/zod/v4/locales/cs.js +135 -0
- package/node_modules/zod/v4/locales/de.cjs +142 -0
- package/node_modules/zod/v4/locales/de.d.cts +4 -0
- package/node_modules/zod/v4/locales/de.d.ts +4 -0
- package/node_modules/zod/v4/locales/de.js +116 -0
- package/node_modules/zod/v4/locales/en.cjs +145 -0
- package/node_modules/zod/v4/locales/en.d.cts +5 -0
- package/node_modules/zod/v4/locales/en.d.ts +5 -0
- package/node_modules/zod/v4/locales/en.js +117 -0
- package/node_modules/zod/v4/locales/eo.cjs +144 -0
- package/node_modules/zod/v4/locales/eo.d.cts +5 -0
- package/node_modules/zod/v4/locales/eo.d.ts +5 -0
- package/node_modules/zod/v4/locales/eo.js +116 -0
- package/node_modules/zod/v4/locales/es.cjs +143 -0
- package/node_modules/zod/v4/locales/es.d.cts +4 -0
- package/node_modules/zod/v4/locales/es.d.ts +4 -0
- package/node_modules/zod/v4/locales/es.js +117 -0
- package/node_modules/zod/v4/locales/fa.cjs +148 -0
- package/node_modules/zod/v4/locales/fa.d.cts +4 -0
- package/node_modules/zod/v4/locales/fa.d.ts +4 -0
- package/node_modules/zod/v4/locales/fa.js +122 -0
- package/node_modules/zod/v4/locales/fi.cjs +148 -0
- package/node_modules/zod/v4/locales/fi.d.cts +4 -0
- package/node_modules/zod/v4/locales/fi.d.ts +4 -0
- package/node_modules/zod/v4/locales/fi.js +122 -0
- package/node_modules/zod/v4/locales/fr-CA.cjs +143 -0
- package/node_modules/zod/v4/locales/fr-CA.d.cts +4 -0
- package/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
- package/node_modules/zod/v4/locales/fr-CA.js +117 -0
- package/node_modules/zod/v4/locales/fr.cjs +142 -0
- package/node_modules/zod/v4/locales/fr.d.cts +4 -0
- package/node_modules/zod/v4/locales/fr.d.ts +4 -0
- package/node_modules/zod/v4/locales/fr.js +116 -0
- package/node_modules/zod/v4/locales/he.cjs +143 -0
- package/node_modules/zod/v4/locales/he.d.cts +4 -0
- package/node_modules/zod/v4/locales/he.d.ts +4 -0
- package/node_modules/zod/v4/locales/he.js +117 -0
- package/node_modules/zod/v4/locales/hu.cjs +143 -0
- package/node_modules/zod/v4/locales/hu.d.cts +4 -0
- package/node_modules/zod/v4/locales/hu.d.ts +4 -0
- package/node_modules/zod/v4/locales/hu.js +117 -0
- package/node_modules/zod/v4/locales/id.cjs +142 -0
- package/node_modules/zod/v4/locales/id.d.cts +4 -0
- package/node_modules/zod/v4/locales/id.d.ts +4 -0
- package/node_modules/zod/v4/locales/id.js +116 -0
- package/node_modules/zod/v4/locales/index.cjs +84 -0
- package/node_modules/zod/v4/locales/index.d.cts +39 -0
- package/node_modules/zod/v4/locales/index.d.ts +39 -0
- package/node_modules/zod/v4/locales/index.js +39 -0
- package/node_modules/zod/v4/locales/it.cjs +143 -0
- package/node_modules/zod/v4/locales/it.d.cts +4 -0
- package/node_modules/zod/v4/locales/it.d.ts +4 -0
- package/node_modules/zod/v4/locales/it.js +117 -0
- package/node_modules/zod/v4/locales/ja.cjs +141 -0
- package/node_modules/zod/v4/locales/ja.d.cts +4 -0
- package/node_modules/zod/v4/locales/ja.d.ts +4 -0
- package/node_modules/zod/v4/locales/ja.js +115 -0
- package/node_modules/zod/v4/locales/kh.cjs +143 -0
- package/node_modules/zod/v4/locales/kh.d.cts +4 -0
- package/node_modules/zod/v4/locales/kh.d.ts +4 -0
- package/node_modules/zod/v4/locales/kh.js +117 -0
- package/node_modules/zod/v4/locales/ko.cjs +147 -0
- package/node_modules/zod/v4/locales/ko.d.cts +4 -0
- package/node_modules/zod/v4/locales/ko.d.ts +4 -0
- package/node_modules/zod/v4/locales/ko.js +121 -0
- package/node_modules/zod/v4/locales/mk.cjs +144 -0
- package/node_modules/zod/v4/locales/mk.d.cts +4 -0
- package/node_modules/zod/v4/locales/mk.d.ts +4 -0
- package/node_modules/zod/v4/locales/mk.js +118 -0
- package/node_modules/zod/v4/locales/ms.cjs +142 -0
- package/node_modules/zod/v4/locales/ms.d.cts +4 -0
- package/node_modules/zod/v4/locales/ms.d.ts +4 -0
- package/node_modules/zod/v4/locales/ms.js +116 -0
- package/node_modules/zod/v4/locales/nl.cjs +143 -0
- package/node_modules/zod/v4/locales/nl.d.cts +4 -0
- package/node_modules/zod/v4/locales/nl.d.ts +4 -0
- package/node_modules/zod/v4/locales/nl.js +117 -0
- package/node_modules/zod/v4/locales/no.cjs +142 -0
- package/node_modules/zod/v4/locales/no.d.cts +4 -0
- package/node_modules/zod/v4/locales/no.d.ts +4 -0
- package/node_modules/zod/v4/locales/no.js +116 -0
- package/node_modules/zod/v4/locales/ota.cjs +143 -0
- package/node_modules/zod/v4/locales/ota.d.cts +4 -0
- package/node_modules/zod/v4/locales/ota.d.ts +4 -0
- package/node_modules/zod/v4/locales/ota.js +117 -0
- package/node_modules/zod/v4/locales/pl.cjs +143 -0
- package/node_modules/zod/v4/locales/pl.d.cts +4 -0
- package/node_modules/zod/v4/locales/pl.d.ts +4 -0
- package/node_modules/zod/v4/locales/pl.js +117 -0
- package/node_modules/zod/v4/locales/ps.cjs +148 -0
- package/node_modules/zod/v4/locales/ps.d.cts +4 -0
- package/node_modules/zod/v4/locales/ps.d.ts +4 -0
- package/node_modules/zod/v4/locales/ps.js +122 -0
- package/node_modules/zod/v4/locales/pt.cjs +142 -0
- package/node_modules/zod/v4/locales/pt.d.cts +4 -0
- package/node_modules/zod/v4/locales/pt.d.ts +4 -0
- package/node_modules/zod/v4/locales/pt.js +116 -0
- package/node_modules/zod/v4/locales/ru.cjs +190 -0
- package/node_modules/zod/v4/locales/ru.d.cts +4 -0
- package/node_modules/zod/v4/locales/ru.d.ts +4 -0
- package/node_modules/zod/v4/locales/ru.js +164 -0
- package/node_modules/zod/v4/locales/sl.cjs +143 -0
- package/node_modules/zod/v4/locales/sl.d.cts +4 -0
- package/node_modules/zod/v4/locales/sl.d.ts +4 -0
- package/node_modules/zod/v4/locales/sl.js +117 -0
- package/node_modules/zod/v4/locales/sv.cjs +144 -0
- package/node_modules/zod/v4/locales/sv.d.cts +4 -0
- package/node_modules/zod/v4/locales/sv.d.ts +4 -0
- package/node_modules/zod/v4/locales/sv.js +118 -0
- package/node_modules/zod/v4/locales/ta.cjs +143 -0
- package/node_modules/zod/v4/locales/ta.d.cts +4 -0
- package/node_modules/zod/v4/locales/ta.d.ts +4 -0
- package/node_modules/zod/v4/locales/ta.js +117 -0
- package/node_modules/zod/v4/locales/th.cjs +143 -0
- package/node_modules/zod/v4/locales/th.d.cts +4 -0
- package/node_modules/zod/v4/locales/th.d.ts +4 -0
- package/node_modules/zod/v4/locales/th.js +117 -0
- package/node_modules/zod/v4/locales/tr.cjs +143 -0
- package/node_modules/zod/v4/locales/tr.d.cts +5 -0
- package/node_modules/zod/v4/locales/tr.d.ts +5 -0
- package/node_modules/zod/v4/locales/tr.js +115 -0
- package/node_modules/zod/v4/locales/ua.cjs +143 -0
- package/node_modules/zod/v4/locales/ua.d.cts +4 -0
- package/node_modules/zod/v4/locales/ua.d.ts +4 -0
- package/node_modules/zod/v4/locales/ua.js +117 -0
- package/node_modules/zod/v4/locales/ur.cjs +143 -0
- package/node_modules/zod/v4/locales/ur.d.cts +4 -0
- package/node_modules/zod/v4/locales/ur.d.ts +4 -0
- package/node_modules/zod/v4/locales/ur.js +117 -0
- package/node_modules/zod/v4/locales/vi.cjs +142 -0
- package/node_modules/zod/v4/locales/vi.d.cts +4 -0
- package/node_modules/zod/v4/locales/vi.d.ts +4 -0
- package/node_modules/zod/v4/locales/vi.js +116 -0
- package/node_modules/zod/v4/locales/zh-CN.cjs +142 -0
- package/node_modules/zod/v4/locales/zh-CN.d.cts +4 -0
- package/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
- package/node_modules/zod/v4/locales/zh-CN.js +116 -0
- package/node_modules/zod/v4/locales/zh-TW.cjs +143 -0
- package/node_modules/zod/v4/locales/zh-TW.d.cts +4 -0
- package/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
- package/node_modules/zod/v4/locales/zh-TW.js +117 -0
- package/node_modules/zod/v4/mini/checks.cjs +34 -0
- package/node_modules/zod/v4/mini/checks.d.cts +1 -0
- package/node_modules/zod/v4/mini/checks.d.ts +1 -0
- package/node_modules/zod/v4/mini/checks.js +1 -0
- package/node_modules/zod/v4/mini/coerce.cjs +47 -0
- package/node_modules/zod/v4/mini/coerce.d.cts +7 -0
- package/node_modules/zod/v4/mini/coerce.d.ts +7 -0
- package/node_modules/zod/v4/mini/coerce.js +17 -0
- package/node_modules/zod/v4/mini/external.cjs +62 -0
- package/node_modules/zod/v4/mini/external.d.cts +11 -0
- package/node_modules/zod/v4/mini/external.d.ts +11 -0
- package/node_modules/zod/v4/mini/external.js +13 -0
- package/node_modules/zod/v4/mini/index.cjs +32 -0
- package/node_modules/zod/v4/mini/index.d.cts +3 -0
- package/node_modules/zod/v4/mini/index.d.ts +3 -0
- package/node_modules/zod/v4/mini/index.js +3 -0
- package/node_modules/zod/v4/mini/iso.cjs +60 -0
- package/node_modules/zod/v4/mini/iso.d.cts +22 -0
- package/node_modules/zod/v4/mini/iso.d.ts +22 -0
- package/node_modules/zod/v4/mini/iso.js +30 -0
- package/node_modules/zod/v4/mini/parse.cjs +8 -0
- package/node_modules/zod/v4/mini/parse.d.cts +1 -0
- package/node_modules/zod/v4/mini/parse.d.ts +1 -0
- package/node_modules/zod/v4/mini/parse.js +1 -0
- package/node_modules/zod/v4/mini/schemas.cjs +839 -0
- package/node_modules/zod/v4/mini/schemas.d.cts +356 -0
- package/node_modules/zod/v4/mini/schemas.d.ts +356 -0
- package/node_modules/zod/v4/mini/schemas.js +732 -0
- package/node_modules/zod/v4-mini/index.cjs +17 -0
- package/node_modules/zod/v4-mini/index.d.cts +1 -0
- package/node_modules/zod/v4-mini/index.d.ts +1 -0
- package/node_modules/zod/v4-mini/index.js +1 -0
- package/package.json +10 -5
- package/dist/shift-ai/package-lock.json +0 -1053
- package/dist/shift-ai/package.json +0 -19
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var Buffer = require("safer-buffer").Buffer;
|
|
3
|
+
|
|
4
|
+
// Note: UTF16-LE (or UCS2) codec is Node.js native. See encodings/internal.js
|
|
5
|
+
|
|
6
|
+
// == UTF16-BE codec. ==========================================================
|
|
7
|
+
|
|
8
|
+
exports.utf16be = Utf16BECodec;
|
|
9
|
+
function Utf16BECodec() {
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
Utf16BECodec.prototype.encoder = Utf16BEEncoder;
|
|
13
|
+
Utf16BECodec.prototype.decoder = Utf16BEDecoder;
|
|
14
|
+
Utf16BECodec.prototype.bomAware = true;
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
// -- Encoding
|
|
18
|
+
|
|
19
|
+
function Utf16BEEncoder() {
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
Utf16BEEncoder.prototype.write = function(str) {
|
|
23
|
+
var buf = Buffer.from(str, 'ucs2');
|
|
24
|
+
for (var i = 0; i < buf.length; i += 2) {
|
|
25
|
+
var tmp = buf[i]; buf[i] = buf[i+1]; buf[i+1] = tmp;
|
|
26
|
+
}
|
|
27
|
+
return buf;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
Utf16BEEncoder.prototype.end = function() {
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
// -- Decoding
|
|
35
|
+
|
|
36
|
+
function Utf16BEDecoder() {
|
|
37
|
+
this.overflowByte = -1;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
Utf16BEDecoder.prototype.write = function(buf) {
|
|
41
|
+
if (buf.length == 0)
|
|
42
|
+
return '';
|
|
43
|
+
|
|
44
|
+
var buf2 = Buffer.alloc(buf.length + 1),
|
|
45
|
+
i = 0, j = 0;
|
|
46
|
+
|
|
47
|
+
if (this.overflowByte !== -1) {
|
|
48
|
+
buf2[0] = buf[0];
|
|
49
|
+
buf2[1] = this.overflowByte;
|
|
50
|
+
i = 1; j = 2;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
for (; i < buf.length-1; i += 2, j+= 2) {
|
|
54
|
+
buf2[j] = buf[i+1];
|
|
55
|
+
buf2[j+1] = buf[i];
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
this.overflowByte = (i == buf.length-1) ? buf[buf.length-1] : -1;
|
|
59
|
+
|
|
60
|
+
return buf2.slice(0, j).toString('ucs2');
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
Utf16BEDecoder.prototype.end = function() {
|
|
64
|
+
this.overflowByte = -1;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
// == UTF-16 codec =============================================================
|
|
69
|
+
// Decoder chooses automatically from UTF-16LE and UTF-16BE using BOM and space-based heuristic.
|
|
70
|
+
// Defaults to UTF-16LE, as it's prevalent and default in Node.
|
|
71
|
+
// http://en.wikipedia.org/wiki/UTF-16 and http://encoding.spec.whatwg.org/#utf-16le
|
|
72
|
+
// Decoder default can be changed: iconv.decode(buf, 'utf16', {defaultEncoding: 'utf-16be'});
|
|
73
|
+
|
|
74
|
+
// Encoder uses UTF-16LE and prepends BOM (which can be overridden with addBOM: false).
|
|
75
|
+
|
|
76
|
+
exports.utf16 = Utf16Codec;
|
|
77
|
+
function Utf16Codec(codecOptions, iconv) {
|
|
78
|
+
this.iconv = iconv;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
Utf16Codec.prototype.encoder = Utf16Encoder;
|
|
82
|
+
Utf16Codec.prototype.decoder = Utf16Decoder;
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
// -- Encoding (pass-through)
|
|
86
|
+
|
|
87
|
+
function Utf16Encoder(options, codec) {
|
|
88
|
+
options = options || {};
|
|
89
|
+
if (options.addBOM === undefined)
|
|
90
|
+
options.addBOM = true;
|
|
91
|
+
this.encoder = codec.iconv.getEncoder('utf-16le', options);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
Utf16Encoder.prototype.write = function(str) {
|
|
95
|
+
return this.encoder.write(str);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
Utf16Encoder.prototype.end = function() {
|
|
99
|
+
return this.encoder.end();
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
// -- Decoding
|
|
104
|
+
|
|
105
|
+
function Utf16Decoder(options, codec) {
|
|
106
|
+
this.decoder = null;
|
|
107
|
+
this.initialBufs = [];
|
|
108
|
+
this.initialBufsLen = 0;
|
|
109
|
+
|
|
110
|
+
this.options = options || {};
|
|
111
|
+
this.iconv = codec.iconv;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
Utf16Decoder.prototype.write = function(buf) {
|
|
115
|
+
if (!this.decoder) {
|
|
116
|
+
// Codec is not chosen yet. Accumulate initial bytes.
|
|
117
|
+
this.initialBufs.push(buf);
|
|
118
|
+
this.initialBufsLen += buf.length;
|
|
119
|
+
|
|
120
|
+
if (this.initialBufsLen < 16) // We need more bytes to use space heuristic (see below)
|
|
121
|
+
return '';
|
|
122
|
+
|
|
123
|
+
// We have enough bytes -> detect endianness.
|
|
124
|
+
var encoding = detectEncoding(this.initialBufs, this.options.defaultEncoding);
|
|
125
|
+
this.decoder = this.iconv.getDecoder(encoding, this.options);
|
|
126
|
+
|
|
127
|
+
var resStr = '';
|
|
128
|
+
for (var i = 0; i < this.initialBufs.length; i++)
|
|
129
|
+
resStr += this.decoder.write(this.initialBufs[i]);
|
|
130
|
+
|
|
131
|
+
this.initialBufs.length = this.initialBufsLen = 0;
|
|
132
|
+
return resStr;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
return this.decoder.write(buf);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
Utf16Decoder.prototype.end = function() {
|
|
139
|
+
if (!this.decoder) {
|
|
140
|
+
var encoding = detectEncoding(this.initialBufs, this.options.defaultEncoding);
|
|
141
|
+
this.decoder = this.iconv.getDecoder(encoding, this.options);
|
|
142
|
+
|
|
143
|
+
var resStr = '';
|
|
144
|
+
for (var i = 0; i < this.initialBufs.length; i++)
|
|
145
|
+
resStr += this.decoder.write(this.initialBufs[i]);
|
|
146
|
+
|
|
147
|
+
var trail = this.decoder.end();
|
|
148
|
+
if (trail)
|
|
149
|
+
resStr += trail;
|
|
150
|
+
|
|
151
|
+
this.initialBufs.length = this.initialBufsLen = 0;
|
|
152
|
+
return resStr;
|
|
153
|
+
}
|
|
154
|
+
return this.decoder.end();
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
function detectEncoding(bufs, defaultEncoding) {
|
|
158
|
+
var b = [];
|
|
159
|
+
var charsProcessed = 0;
|
|
160
|
+
var asciiCharsLE = 0, asciiCharsBE = 0; // Number of ASCII chars when decoded as LE or BE.
|
|
161
|
+
|
|
162
|
+
outer_loop:
|
|
163
|
+
for (var i = 0; i < bufs.length; i++) {
|
|
164
|
+
var buf = bufs[i];
|
|
165
|
+
for (var j = 0; j < buf.length; j++) {
|
|
166
|
+
b.push(buf[j]);
|
|
167
|
+
if (b.length === 2) {
|
|
168
|
+
if (charsProcessed === 0) {
|
|
169
|
+
// Check BOM first.
|
|
170
|
+
if (b[0] === 0xFF && b[1] === 0xFE) return 'utf-16le';
|
|
171
|
+
if (b[0] === 0xFE && b[1] === 0xFF) return 'utf-16be';
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
if (b[0] === 0 && b[1] !== 0) asciiCharsBE++;
|
|
175
|
+
if (b[0] !== 0 && b[1] === 0) asciiCharsLE++;
|
|
176
|
+
|
|
177
|
+
b.length = 0;
|
|
178
|
+
charsProcessed++;
|
|
179
|
+
|
|
180
|
+
if (charsProcessed >= 100) {
|
|
181
|
+
break outer_loop;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
// Make decisions.
|
|
188
|
+
// Most of the time, the content has ASCII chars (U+00**), but the opposite (U+**00) is uncommon.
|
|
189
|
+
// So, we count ASCII as if it was LE or BE, and decide from that.
|
|
190
|
+
if (asciiCharsBE > asciiCharsLE) return 'utf-16be';
|
|
191
|
+
if (asciiCharsBE < asciiCharsLE) return 'utf-16le';
|
|
192
|
+
|
|
193
|
+
// Couldn't decide (likely all zeros or not enough data).
|
|
194
|
+
return defaultEncoding || 'utf-16le';
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
|
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var Buffer = require('safer-buffer').Buffer;
|
|
4
|
+
|
|
5
|
+
// == UTF32-LE/BE codec. ==========================================================
|
|
6
|
+
|
|
7
|
+
exports._utf32 = Utf32Codec;
|
|
8
|
+
|
|
9
|
+
function Utf32Codec(codecOptions, iconv) {
|
|
10
|
+
this.iconv = iconv;
|
|
11
|
+
this.bomAware = true;
|
|
12
|
+
this.isLE = codecOptions.isLE;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
exports.utf32le = { type: '_utf32', isLE: true };
|
|
16
|
+
exports.utf32be = { type: '_utf32', isLE: false };
|
|
17
|
+
|
|
18
|
+
// Aliases
|
|
19
|
+
exports.ucs4le = 'utf32le';
|
|
20
|
+
exports.ucs4be = 'utf32be';
|
|
21
|
+
|
|
22
|
+
Utf32Codec.prototype.encoder = Utf32Encoder;
|
|
23
|
+
Utf32Codec.prototype.decoder = Utf32Decoder;
|
|
24
|
+
|
|
25
|
+
// -- Encoding
|
|
26
|
+
|
|
27
|
+
function Utf32Encoder(options, codec) {
|
|
28
|
+
this.isLE = codec.isLE;
|
|
29
|
+
this.highSurrogate = 0;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
Utf32Encoder.prototype.write = function(str) {
|
|
33
|
+
var src = Buffer.from(str, 'ucs2');
|
|
34
|
+
var dst = Buffer.alloc(src.length * 2);
|
|
35
|
+
var write32 = this.isLE ? dst.writeUInt32LE : dst.writeUInt32BE;
|
|
36
|
+
var offset = 0;
|
|
37
|
+
|
|
38
|
+
for (var i = 0; i < src.length; i += 2) {
|
|
39
|
+
var code = src.readUInt16LE(i);
|
|
40
|
+
var isHighSurrogate = (0xD800 <= code && code < 0xDC00);
|
|
41
|
+
var isLowSurrogate = (0xDC00 <= code && code < 0xE000);
|
|
42
|
+
|
|
43
|
+
if (this.highSurrogate) {
|
|
44
|
+
if (isHighSurrogate || !isLowSurrogate) {
|
|
45
|
+
// There shouldn't be two high surrogates in a row, nor a high surrogate which isn't followed by a low
|
|
46
|
+
// surrogate. If this happens, keep the pending high surrogate as a stand-alone semi-invalid character
|
|
47
|
+
// (technically wrong, but expected by some applications, like Windows file names).
|
|
48
|
+
write32.call(dst, this.highSurrogate, offset);
|
|
49
|
+
offset += 4;
|
|
50
|
+
}
|
|
51
|
+
else {
|
|
52
|
+
// Create 32-bit value from high and low surrogates;
|
|
53
|
+
var codepoint = (((this.highSurrogate - 0xD800) << 10) | (code - 0xDC00)) + 0x10000;
|
|
54
|
+
|
|
55
|
+
write32.call(dst, codepoint, offset);
|
|
56
|
+
offset += 4;
|
|
57
|
+
this.highSurrogate = 0;
|
|
58
|
+
|
|
59
|
+
continue;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
if (isHighSurrogate)
|
|
64
|
+
this.highSurrogate = code;
|
|
65
|
+
else {
|
|
66
|
+
// Even if the current character is a low surrogate, with no previous high surrogate, we'll
|
|
67
|
+
// encode it as a semi-invalid stand-alone character for the same reasons expressed above for
|
|
68
|
+
// unpaired high surrogates.
|
|
69
|
+
write32.call(dst, code, offset);
|
|
70
|
+
offset += 4;
|
|
71
|
+
this.highSurrogate = 0;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
if (offset < dst.length)
|
|
76
|
+
dst = dst.slice(0, offset);
|
|
77
|
+
|
|
78
|
+
return dst;
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
Utf32Encoder.prototype.end = function() {
|
|
82
|
+
// Treat any leftover high surrogate as a semi-valid independent character.
|
|
83
|
+
if (!this.highSurrogate)
|
|
84
|
+
return;
|
|
85
|
+
|
|
86
|
+
var buf = Buffer.alloc(4);
|
|
87
|
+
|
|
88
|
+
if (this.isLE)
|
|
89
|
+
buf.writeUInt32LE(this.highSurrogate, 0);
|
|
90
|
+
else
|
|
91
|
+
buf.writeUInt32BE(this.highSurrogate, 0);
|
|
92
|
+
|
|
93
|
+
this.highSurrogate = 0;
|
|
94
|
+
|
|
95
|
+
return buf;
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
// -- Decoding
|
|
99
|
+
|
|
100
|
+
function Utf32Decoder(options, codec) {
|
|
101
|
+
this.isLE = codec.isLE;
|
|
102
|
+
this.badChar = codec.iconv.defaultCharUnicode.charCodeAt(0);
|
|
103
|
+
this.overflow = [];
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
Utf32Decoder.prototype.write = function(src) {
|
|
107
|
+
if (src.length === 0)
|
|
108
|
+
return '';
|
|
109
|
+
|
|
110
|
+
var i = 0;
|
|
111
|
+
var codepoint = 0;
|
|
112
|
+
var dst = Buffer.alloc(src.length + 4);
|
|
113
|
+
var offset = 0;
|
|
114
|
+
var isLE = this.isLE;
|
|
115
|
+
var overflow = this.overflow;
|
|
116
|
+
var badChar = this.badChar;
|
|
117
|
+
|
|
118
|
+
if (overflow.length > 0) {
|
|
119
|
+
for (; i < src.length && overflow.length < 4; i++)
|
|
120
|
+
overflow.push(src[i]);
|
|
121
|
+
|
|
122
|
+
if (overflow.length === 4) {
|
|
123
|
+
// NOTE: codepoint is a signed int32 and can be negative.
|
|
124
|
+
// NOTE: We copied this block from below to help V8 optimize it (it works with array, not buffer).
|
|
125
|
+
if (isLE) {
|
|
126
|
+
codepoint = overflow[i] | (overflow[i+1] << 8) | (overflow[i+2] << 16) | (overflow[i+3] << 24);
|
|
127
|
+
} else {
|
|
128
|
+
codepoint = overflow[i+3] | (overflow[i+2] << 8) | (overflow[i+1] << 16) | (overflow[i] << 24);
|
|
129
|
+
}
|
|
130
|
+
overflow.length = 0;
|
|
131
|
+
|
|
132
|
+
offset = _writeCodepoint(dst, offset, codepoint, badChar);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// Main loop. Should be as optimized as possible.
|
|
137
|
+
for (; i < src.length - 3; i += 4) {
|
|
138
|
+
// NOTE: codepoint is a signed int32 and can be negative.
|
|
139
|
+
if (isLE) {
|
|
140
|
+
codepoint = src[i] | (src[i+1] << 8) | (src[i+2] << 16) | (src[i+3] << 24);
|
|
141
|
+
} else {
|
|
142
|
+
codepoint = src[i+3] | (src[i+2] << 8) | (src[i+1] << 16) | (src[i] << 24);
|
|
143
|
+
}
|
|
144
|
+
offset = _writeCodepoint(dst, offset, codepoint, badChar);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
// Keep overflowing bytes.
|
|
148
|
+
for (; i < src.length; i++) {
|
|
149
|
+
overflow.push(src[i]);
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
return dst.slice(0, offset).toString('ucs2');
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
function _writeCodepoint(dst, offset, codepoint, badChar) {
|
|
156
|
+
// NOTE: codepoint is signed int32 and can be negative. We keep it that way to help V8 with optimizations.
|
|
157
|
+
if (codepoint < 0 || codepoint > 0x10FFFF) {
|
|
158
|
+
// Not a valid Unicode codepoint
|
|
159
|
+
codepoint = badChar;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
// Ephemeral Planes: Write high surrogate.
|
|
163
|
+
if (codepoint >= 0x10000) {
|
|
164
|
+
codepoint -= 0x10000;
|
|
165
|
+
|
|
166
|
+
var high = 0xD800 | (codepoint >> 10);
|
|
167
|
+
dst[offset++] = high & 0xff;
|
|
168
|
+
dst[offset++] = high >> 8;
|
|
169
|
+
|
|
170
|
+
// Low surrogate is written below.
|
|
171
|
+
var codepoint = 0xDC00 | (codepoint & 0x3FF);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
// Write BMP char or low surrogate.
|
|
175
|
+
dst[offset++] = codepoint & 0xff;
|
|
176
|
+
dst[offset++] = codepoint >> 8;
|
|
177
|
+
|
|
178
|
+
return offset;
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
Utf32Decoder.prototype.end = function() {
|
|
182
|
+
this.overflow.length = 0;
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
// == UTF-32 Auto codec =============================================================
|
|
186
|
+
// Decoder chooses automatically from UTF-32LE and UTF-32BE using BOM and space-based heuristic.
|
|
187
|
+
// Defaults to UTF-32LE. http://en.wikipedia.org/wiki/UTF-32
|
|
188
|
+
// Encoder/decoder default can be changed: iconv.decode(buf, 'utf32', {defaultEncoding: 'utf-32be'});
|
|
189
|
+
|
|
190
|
+
// Encoder prepends BOM (which can be overridden with (addBOM: false}).
|
|
191
|
+
|
|
192
|
+
exports.utf32 = Utf32AutoCodec;
|
|
193
|
+
exports.ucs4 = 'utf32';
|
|
194
|
+
|
|
195
|
+
function Utf32AutoCodec(options, iconv) {
|
|
196
|
+
this.iconv = iconv;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
Utf32AutoCodec.prototype.encoder = Utf32AutoEncoder;
|
|
200
|
+
Utf32AutoCodec.prototype.decoder = Utf32AutoDecoder;
|
|
201
|
+
|
|
202
|
+
// -- Encoding
|
|
203
|
+
|
|
204
|
+
function Utf32AutoEncoder(options, codec) {
|
|
205
|
+
options = options || {};
|
|
206
|
+
|
|
207
|
+
if (options.addBOM === undefined)
|
|
208
|
+
options.addBOM = true;
|
|
209
|
+
|
|
210
|
+
this.encoder = codec.iconv.getEncoder(options.defaultEncoding || 'utf-32le', options);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
Utf32AutoEncoder.prototype.write = function(str) {
|
|
214
|
+
return this.encoder.write(str);
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
Utf32AutoEncoder.prototype.end = function() {
|
|
218
|
+
return this.encoder.end();
|
|
219
|
+
};
|
|
220
|
+
|
|
221
|
+
// -- Decoding
|
|
222
|
+
|
|
223
|
+
function Utf32AutoDecoder(options, codec) {
|
|
224
|
+
this.decoder = null;
|
|
225
|
+
this.initialBufs = [];
|
|
226
|
+
this.initialBufsLen = 0;
|
|
227
|
+
this.options = options || {};
|
|
228
|
+
this.iconv = codec.iconv;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
Utf32AutoDecoder.prototype.write = function(buf) {
|
|
232
|
+
if (!this.decoder) {
|
|
233
|
+
// Codec is not chosen yet. Accumulate initial bytes.
|
|
234
|
+
this.initialBufs.push(buf);
|
|
235
|
+
this.initialBufsLen += buf.length;
|
|
236
|
+
|
|
237
|
+
if (this.initialBufsLen < 32) // We need more bytes to use space heuristic (see below)
|
|
238
|
+
return '';
|
|
239
|
+
|
|
240
|
+
// We have enough bytes -> detect endianness.
|
|
241
|
+
var encoding = detectEncoding(this.initialBufs, this.options.defaultEncoding);
|
|
242
|
+
this.decoder = this.iconv.getDecoder(encoding, this.options);
|
|
243
|
+
|
|
244
|
+
var resStr = '';
|
|
245
|
+
for (var i = 0; i < this.initialBufs.length; i++)
|
|
246
|
+
resStr += this.decoder.write(this.initialBufs[i]);
|
|
247
|
+
|
|
248
|
+
this.initialBufs.length = this.initialBufsLen = 0;
|
|
249
|
+
return resStr;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
return this.decoder.write(buf);
|
|
253
|
+
};
|
|
254
|
+
|
|
255
|
+
Utf32AutoDecoder.prototype.end = function() {
|
|
256
|
+
if (!this.decoder) {
|
|
257
|
+
var encoding = detectEncoding(this.initialBufs, this.options.defaultEncoding);
|
|
258
|
+
this.decoder = this.iconv.getDecoder(encoding, this.options);
|
|
259
|
+
|
|
260
|
+
var resStr = '';
|
|
261
|
+
for (var i = 0; i < this.initialBufs.length; i++)
|
|
262
|
+
resStr += this.decoder.write(this.initialBufs[i]);
|
|
263
|
+
|
|
264
|
+
var trail = this.decoder.end();
|
|
265
|
+
if (trail)
|
|
266
|
+
resStr += trail;
|
|
267
|
+
|
|
268
|
+
this.initialBufs.length = this.initialBufsLen = 0;
|
|
269
|
+
return resStr;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
return this.decoder.end();
|
|
273
|
+
};
|
|
274
|
+
|
|
275
|
+
function detectEncoding(bufs, defaultEncoding) {
|
|
276
|
+
var b = [];
|
|
277
|
+
var charsProcessed = 0;
|
|
278
|
+
var invalidLE = 0, invalidBE = 0; // Number of invalid chars when decoded as LE or BE.
|
|
279
|
+
var bmpCharsLE = 0, bmpCharsBE = 0; // Number of BMP chars when decoded as LE or BE.
|
|
280
|
+
|
|
281
|
+
outer_loop:
|
|
282
|
+
for (var i = 0; i < bufs.length; i++) {
|
|
283
|
+
var buf = bufs[i];
|
|
284
|
+
for (var j = 0; j < buf.length; j++) {
|
|
285
|
+
b.push(buf[j]);
|
|
286
|
+
if (b.length === 4) {
|
|
287
|
+
if (charsProcessed === 0) {
|
|
288
|
+
// Check BOM first.
|
|
289
|
+
if (b[0] === 0xFF && b[1] === 0xFE && b[2] === 0 && b[3] === 0) {
|
|
290
|
+
return 'utf-32le';
|
|
291
|
+
}
|
|
292
|
+
if (b[0] === 0 && b[1] === 0 && b[2] === 0xFE && b[3] === 0xFF) {
|
|
293
|
+
return 'utf-32be';
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
if (b[0] !== 0 || b[1] > 0x10) invalidBE++;
|
|
298
|
+
if (b[3] !== 0 || b[2] > 0x10) invalidLE++;
|
|
299
|
+
|
|
300
|
+
if (b[0] === 0 && b[1] === 0 && (b[2] !== 0 || b[3] !== 0)) bmpCharsBE++;
|
|
301
|
+
if ((b[0] !== 0 || b[1] !== 0) && b[2] === 0 && b[3] === 0) bmpCharsLE++;
|
|
302
|
+
|
|
303
|
+
b.length = 0;
|
|
304
|
+
charsProcessed++;
|
|
305
|
+
|
|
306
|
+
if (charsProcessed >= 100) {
|
|
307
|
+
break outer_loop;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
// Make decisions.
|
|
314
|
+
if (bmpCharsBE - invalidBE > bmpCharsLE - invalidLE) return 'utf-32be';
|
|
315
|
+
if (bmpCharsBE - invalidBE < bmpCharsLE - invalidLE) return 'utf-32le';
|
|
316
|
+
|
|
317
|
+
// Couldn't decide (likely all zeros or not enough data).
|
|
318
|
+
return defaultEncoding || 'utf-32le';
|
|
319
|
+
}
|