pecunia-root 0.0.9 → 0.1.1
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/dist/_virtual/rolldown_runtime.mjs +8 -0
- package/dist/adapters/drizzle-adapter/index.mjs +4 -1
- package/dist/adapters/drizzle-adapter/index.mjs.map +1 -1
- package/dist/adapters/mongodb-adapter/index.mjs +12 -11
- package/dist/adapters/mongodb-adapter/index.mjs.map +1 -1
- package/dist/db/migrations/index.mjs +0 -6
- package/dist/db/migrations/index.mjs.map +1 -1
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/code-points-data.mjs +14 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/code-points-data.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/index.mjs +54 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/memory-code-points.mjs +36 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/memory-code-points.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/node.mjs +27 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/node.mjs.map +1 -0
- package/dist/node_modules/.pnpm/bson@6.10.4/node_modules/bson/lib/bson.mjs +3728 -0
- package/dist/node_modules/.pnpm/bson@6.10.4/node_modules/bson/lib/bson.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/column-builder.mjs +108 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/column-builder.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/column.mjs +55 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/column.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/entity.mjs +18 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/entity.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/columns/common.mjs +183 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/columns/common.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/columns/enum.mjs +35 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/columns/enum.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/foreign-keys.mjs +68 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/foreign-keys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/unique-constraint.mjs +56 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/unique-constraint.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/utils/array.mjs +65 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/utils/array.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/expressions/conditions.mjs +69 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/expressions/conditions.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/expressions/select.mjs +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/expressions/select.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/functions/aggregate.mjs +10 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/functions/aggregate.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/sql.mjs +366 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/sql.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/subquery.mjs +22 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/subquery.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/table.mjs +62 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/table.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/table.utils.mjs +6 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/table.utils.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/tracing-utils.mjs +8 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/tracing-utils.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/tracing.mjs +8 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/tracing.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/view-common.mjs +6 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/view-common.mjs.map +1 -0
- package/dist/node_modules/.pnpm/memory-pager@1.5.0/node_modules/memory-pager/index.mjs +137 -0
- package/dist/node_modules/.pnpm/memory-pager@1.5.0/node_modules/memory-pager/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb-connection-string-url@3.0.2/node_modules/mongodb-connection-string-url/lib/index.mjs +211 -0
- package/dist/node_modules/.pnpm/mongodb-connection-string-url@3.0.2/node_modules/mongodb-connection-string-url/lib/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb-connection-string-url@3.0.2/node_modules/mongodb-connection-string-url/lib/redact.mjs +95 -0
- package/dist/node_modules/.pnpm/mongodb-connection-string-url@3.0.2/node_modules/mongodb-connection-string-url/lib/redact.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/admin.mjs +158 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/admin.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bson.mjs +195 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bson.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bulk/common.mjs +710 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bulk/common.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bulk/ordered.mjs +53 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bulk/ordered.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bulk/unordered.mjs +63 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bulk/unordered.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/change_stream.mjs +368 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/change_stream.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/auto_encrypter.mjs +234 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/auto_encrypter.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/client_encryption.mjs +545 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/client_encryption.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/crypto_callbacks.mjs +83 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/crypto_callbacks.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/errors.mjs +146 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/errors.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/mongocryptd_manager.mjs +58 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/mongocryptd_manager.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/aws.mjs +30 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/aws.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/azure.mjs +135 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/azure.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/gcp.mjs +25 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/gcp.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/index.mjs +47 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/state_machine.mjs +362 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/state_machine.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/auth_provider.mjs +58 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/auth_provider.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/aws_temporary_credentials.mjs +123 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/aws_temporary_credentials.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/gssapi.mjs +128 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/gssapi.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongo_credentials.mjs +133 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongo_credentials.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_aws.mjs +126 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_aws.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/automated_callback_workflow.mjs +79 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/automated_callback_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/azure_machine_workflow.mjs +65 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/azure_machine_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/callback_workflow.mjs +127 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/callback_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/command_builders.mjs +47 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/command_builders.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/gcp_machine_workflow.mjs +44 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/gcp_machine_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/human_callback_workflow.mjs +101 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/human_callback_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/k8s_machine_workflow.mjs +33 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/k8s_machine_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/token_cache.mjs +53 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/token_cache.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/token_machine_workflow.mjs +29 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/token_machine_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc.mjs +83 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/plain.mjs +36 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/plain.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/providers.mjs +32 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/providers.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/scram.mjs +206 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/scram.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/x509.mjs +45 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/x509.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/command_monitoring_events.mjs +213 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/command_monitoring_events.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/commands.mjs +411 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/commands.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connect.mjs +288 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connect.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connection.mjs +423 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connection.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connection_pool.mjs +483 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connection_pool.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connection_pool_events.mjs +207 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connection_pool_events.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/errors.mjs +116 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/errors.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/handshake/client_metadata.mjs +183 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/handshake/client_metadata.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/metrics.mjs +55 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/metrics.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/stream_description.mjs +60 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/stream_description.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/compression.mjs +139 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/compression.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/constants.mjs +28 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/constants.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/on_data.mjs +117 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/on_data.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/on_demand/document.mjs +182 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/on_demand/document.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/responses.mjs +304 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/responses.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/shared.mjs +34 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/shared.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/collection.mjs +739 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/collection.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/connection_string.mjs +805 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/connection_string.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/constants.mjs +174 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/constants.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/abstract_cursor.mjs +726 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/abstract_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/aggregation_cursor.mjs +172 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/aggregation_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/change_stream_cursor.mjs +103 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/change_stream_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/client_bulk_write_cursor.mjs +66 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/client_bulk_write_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/explainable_cursor.mjs +41 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/explainable_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/find_cursor.mjs +365 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/find_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/list_collections_cursor.mjs +50 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/list_collections_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/list_indexes_cursor.mjs +48 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/list_indexes_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/list_search_indexes_cursor.mjs +23 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/list_search_indexes_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/run_command_cursor.mjs +106 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/run_command_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/db.mjs +428 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/db.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/deps.mjs +124 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/deps.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/encrypter.mjs +95 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/encrypter.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/error.mjs +1305 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/error.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/explain.mjs +59 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/explain.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/gridfs/download.mjs +250 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/gridfs/download.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/gridfs/index.mjs +170 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/gridfs/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/gridfs/upload.mjs +315 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/gridfs/upload.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/index.mjs +925 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_client.mjs +520 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_client.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_client_auth_providers.mjs +90 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_client_auth_providers.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_logger.mjs +582 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_logger.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_types.mjs +64 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_types.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/aggregate.mjs +86 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/aggregate.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/client_bulk_write.mjs +60 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/client_bulk_write.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/command_builder.mjs +264 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/command_builder.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/executor.mjs +109 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/executor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/results_merger.mjs +172 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/results_merger.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/command.mjs +68 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/command.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/count.mjs +53 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/count.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/create_collection.mjs +123 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/create_collection.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/delete.mjs +119 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/delete.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/distinct.mjs +65 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/distinct.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/drop.mjs +97 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/drop.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/estimated_document_count.mjs +47 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/estimated_document_count.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/execute_operation.mjs +188 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/execute_operation.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/find.mjs +103 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/find.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/find_and_modify.mjs +136 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/find_and_modify.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/get_more.mjs +61 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/get_more.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/indexes.mjs +179 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/indexes.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/insert.mjs +77 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/insert.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/kill_cursors.mjs +48 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/kill_cursors.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/list_collections.mjs +60 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/list_collections.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/list_databases.mjs +43 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/list_databases.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/operation.mjs +105 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/operation.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/profiling_level.mjs +50 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/profiling_level.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/remove_user.mjs +39 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/remove_user.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/rename.mjs +49 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/rename.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/run_command.mjs +58 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/run_command.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/search_indexes/create.mjs +46 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/search_indexes/create.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/search_indexes/drop.mjs +48 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/search_indexes/drop.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/search_indexes/update.mjs +46 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/search_indexes/update.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/set_profiling_level.mjs +67 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/set_profiling_level.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/stats.mjs +37 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/stats.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/update.mjs +171 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/update.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/validate_collection.mjs +45 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/validate_collection.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/read_concern.mjs +71 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/read_concern.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/read_preference.mjs +165 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/read_preference.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/resource_management.mjs +62 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/resource_management.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/common.mjs +51 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/common.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/events.mjs +156 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/events.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/monitor.mjs +477 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/monitor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server.mjs +315 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server_description.mjs +157 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server_description.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server_selection.mjs +184 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server_selection.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server_selection_events.mjs +96 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server_selection_events.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/srv_polling.mjs +107 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/srv_polling.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/topology.mjs +540 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/topology.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/topology_description.mjs +298 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/topology_description.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sessions.mjs +623 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sessions.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sort.mjs +91 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sort.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/timeout.mjs +254 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/timeout.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/transactions.mjs +138 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/transactions.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/utils.mjs +993 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/utils.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/write_concern.mjs +81 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/write_concern.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/package.mjs +171 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/package.mjs.map +1 -0
- package/dist/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode/punycode.mjs +295 -0
- package/dist/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode/punycode.mjs.map +1 -0
- package/dist/node_modules/.pnpm/sparse-bitfield@3.0.3/node_modules/sparse-bitfield/index.mjs +81 -0
- package/dist/node_modules/.pnpm/sparse-bitfield@3.0.3/node_modules/sparse-bitfield/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/index.mjs +206 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/lib/mappingTable.mjs +33590 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/lib/mappingTable.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/lib/regexes.mjs +37 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/lib/regexes.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/lib/statusMapping.mjs +18 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/lib/statusMapping.mjs.map +1 -0
- package/dist/node_modules/.pnpm/webidl-conversions@7.0.0/node_modules/webidl-conversions/lib/index.mjs +252 -0
- package/dist/node_modules/.pnpm/webidl-conversions@7.0.0/node_modules/webidl-conversions/lib/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/index.mjs +41 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/Function.mjs +41 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/Function.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URL-impl.mjs +173 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URL-impl.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URL.mjs +334 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URL.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URLSearchParams-impl.mjs +90 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URLSearchParams-impl.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URLSearchParams.mjs +356 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URLSearchParams.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/encoding.mjs +23 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/encoding.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/infra.mjs +29 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/infra.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/percent-encoding.mjs +140 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/percent-encoding.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/url-state-machine.mjs +831 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/url-state-machine.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/urlencoded.mjs +77 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/urlencoded.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/utils.mjs +147 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/utils.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/webidl2js-wrapper.mjs +17 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/webidl2js-wrapper.mjs.map +1 -0
- package/package.json +2 -40
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"url-state-machine.mjs","names":["res"],"sources":["../../../../../../../../../node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/url-state-machine.js"],"sourcesContent":["\"use strict\";\nconst tr46 = require(\"tr46\");\n\nconst infra = require(\"./infra\");\nconst { utf8DecodeWithoutBOM } = require(\"./encoding\");\nconst { percentDecodeString, utf8PercentEncodeCodePoint, utf8PercentEncodeString, isC0ControlPercentEncode,\n isFragmentPercentEncode, isQueryPercentEncode, isSpecialQueryPercentEncode, isPathPercentEncode,\n isUserinfoPercentEncode } = require(\"./percent-encoding\");\n\nfunction p(char) {\n return char.codePointAt(0);\n}\n\nconst specialSchemes = {\n ftp: 21,\n file: null,\n http: 80,\n https: 443,\n ws: 80,\n wss: 443\n};\n\nconst failure = Symbol(\"failure\");\n\nfunction countSymbols(str) {\n return [...str].length;\n}\n\nfunction at(input, idx) {\n const c = input[idx];\n return isNaN(c) ? undefined : String.fromCodePoint(c);\n}\n\nfunction isSingleDot(buffer) {\n return buffer === \".\" || buffer.toLowerCase() === \"%2e\";\n}\n\nfunction isDoubleDot(buffer) {\n buffer = buffer.toLowerCase();\n return buffer === \"..\" || buffer === \"%2e.\" || buffer === \".%2e\" || buffer === \"%2e%2e\";\n}\n\nfunction isWindowsDriveLetterCodePoints(cp1, cp2) {\n return infra.isASCIIAlpha(cp1) && (cp2 === p(\":\") || cp2 === p(\"|\"));\n}\n\nfunction isWindowsDriveLetterString(string) {\n return string.length === 2 && infra.isASCIIAlpha(string.codePointAt(0)) && (string[1] === \":\" || string[1] === \"|\");\n}\n\nfunction isNormalizedWindowsDriveLetterString(string) {\n return string.length === 2 && infra.isASCIIAlpha(string.codePointAt(0)) && string[1] === \":\";\n}\n\nfunction containsForbiddenHostCodePoint(string) {\n return string.search(/\\u0000|\\u0009|\\u000A|\\u000D|\\u0020|#|\\/|:|<|>|\\?|@|\\[|\\\\|\\]|\\^|\\|/u) !== -1;\n}\n\nfunction containsForbiddenDomainCodePoint(string) {\n return containsForbiddenHostCodePoint(string) || string.search(/[\\u0000-\\u001F]|%|\\u007F/u) !== -1;\n}\n\nfunction isSpecialScheme(scheme) {\n return specialSchemes[scheme] !== undefined;\n}\n\nfunction isSpecial(url) {\n return isSpecialScheme(url.scheme);\n}\n\nfunction isNotSpecial(url) {\n return !isSpecialScheme(url.scheme);\n}\n\nfunction defaultPort(scheme) {\n return specialSchemes[scheme];\n}\n\nfunction parseIPv4Number(input) {\n if (input === \"\") {\n return failure;\n }\n\n let R = 10;\n\n if (input.length >= 2 && input.charAt(0) === \"0\" && input.charAt(1).toLowerCase() === \"x\") {\n input = input.substring(2);\n R = 16;\n } else if (input.length >= 2 && input.charAt(0) === \"0\") {\n input = input.substring(1);\n R = 8;\n }\n\n if (input === \"\") {\n return 0;\n }\n\n let regex = /[^0-7]/u;\n if (R === 10) {\n regex = /[^0-9]/u;\n }\n if (R === 16) {\n regex = /[^0-9A-Fa-f]/u;\n }\n\n if (regex.test(input)) {\n return failure;\n }\n\n return parseInt(input, R);\n}\n\nfunction parseIPv4(input) {\n const parts = input.split(\".\");\n if (parts[parts.length - 1] === \"\") {\n if (parts.length > 1) {\n parts.pop();\n }\n }\n\n if (parts.length > 4) {\n return failure;\n }\n\n const numbers = [];\n for (const part of parts) {\n const n = parseIPv4Number(part);\n if (n === failure) {\n return failure;\n }\n\n numbers.push(n);\n }\n\n for (let i = 0; i < numbers.length - 1; ++i) {\n if (numbers[i] > 255) {\n return failure;\n }\n }\n if (numbers[numbers.length - 1] >= 256 ** (5 - numbers.length)) {\n return failure;\n }\n\n let ipv4 = numbers.pop();\n let counter = 0;\n\n for (const n of numbers) {\n ipv4 += n * 256 ** (3 - counter);\n ++counter;\n }\n\n return ipv4;\n}\n\nfunction serializeIPv4(address) {\n let output = \"\";\n let n = address;\n\n for (let i = 1; i <= 4; ++i) {\n output = String(n % 256) + output;\n if (i !== 4) {\n output = `.${output}`;\n }\n n = Math.floor(n / 256);\n }\n\n return output;\n}\n\nfunction parseIPv6(input) {\n const address = [0, 0, 0, 0, 0, 0, 0, 0];\n let pieceIndex = 0;\n let compress = null;\n let pointer = 0;\n\n input = Array.from(input, c => c.codePointAt(0));\n\n if (input[pointer] === p(\":\")) {\n if (input[pointer + 1] !== p(\":\")) {\n return failure;\n }\n\n pointer += 2;\n ++pieceIndex;\n compress = pieceIndex;\n }\n\n while (pointer < input.length) {\n if (pieceIndex === 8) {\n return failure;\n }\n\n if (input[pointer] === p(\":\")) {\n if (compress !== null) {\n return failure;\n }\n ++pointer;\n ++pieceIndex;\n compress = pieceIndex;\n continue;\n }\n\n let value = 0;\n let length = 0;\n\n while (length < 4 && infra.isASCIIHex(input[pointer])) {\n value = value * 0x10 + parseInt(at(input, pointer), 16);\n ++pointer;\n ++length;\n }\n\n if (input[pointer] === p(\".\")) {\n if (length === 0) {\n return failure;\n }\n\n pointer -= length;\n\n if (pieceIndex > 6) {\n return failure;\n }\n\n let numbersSeen = 0;\n\n while (input[pointer] !== undefined) {\n let ipv4Piece = null;\n\n if (numbersSeen > 0) {\n if (input[pointer] === p(\".\") && numbersSeen < 4) {\n ++pointer;\n } else {\n return failure;\n }\n }\n\n if (!infra.isASCIIDigit(input[pointer])) {\n return failure;\n }\n\n while (infra.isASCIIDigit(input[pointer])) {\n const number = parseInt(at(input, pointer));\n if (ipv4Piece === null) {\n ipv4Piece = number;\n } else if (ipv4Piece === 0) {\n return failure;\n } else {\n ipv4Piece = ipv4Piece * 10 + number;\n }\n if (ipv4Piece > 255) {\n return failure;\n }\n ++pointer;\n }\n\n address[pieceIndex] = address[pieceIndex] * 0x100 + ipv4Piece;\n\n ++numbersSeen;\n\n if (numbersSeen === 2 || numbersSeen === 4) {\n ++pieceIndex;\n }\n }\n\n if (numbersSeen !== 4) {\n return failure;\n }\n\n break;\n } else if (input[pointer] === p(\":\")) {\n ++pointer;\n if (input[pointer] === undefined) {\n return failure;\n }\n } else if (input[pointer] !== undefined) {\n return failure;\n }\n\n address[pieceIndex] = value;\n ++pieceIndex;\n }\n\n if (compress !== null) {\n let swaps = pieceIndex - compress;\n pieceIndex = 7;\n while (pieceIndex !== 0 && swaps > 0) {\n const temp = address[compress + swaps - 1];\n address[compress + swaps - 1] = address[pieceIndex];\n address[pieceIndex] = temp;\n --pieceIndex;\n --swaps;\n }\n } else if (compress === null && pieceIndex !== 8) {\n return failure;\n }\n\n return address;\n}\n\nfunction serializeIPv6(address) {\n let output = \"\";\n const compress = findTheIPv6AddressCompressedPieceIndex(address);\n let ignore0 = false;\n\n for (let pieceIndex = 0; pieceIndex <= 7; ++pieceIndex) {\n if (ignore0 && address[pieceIndex] === 0) {\n continue;\n } else if (ignore0) {\n ignore0 = false;\n }\n\n if (compress === pieceIndex) {\n const separator = pieceIndex === 0 ? \"::\" : \":\";\n output += separator;\n ignore0 = true;\n continue;\n }\n\n output += address[pieceIndex].toString(16);\n\n if (pieceIndex !== 7) {\n output += \":\";\n }\n }\n\n return output;\n}\n\nfunction parseHost(input, isOpaque = false) {\n if (input[0] === \"[\") {\n if (input[input.length - 1] !== \"]\") {\n return failure;\n }\n\n return parseIPv6(input.substring(1, input.length - 1));\n }\n\n if (isOpaque) {\n return parseOpaqueHost(input);\n }\n\n const domain = utf8DecodeWithoutBOM(percentDecodeString(input));\n const asciiDomain = domainToASCII(domain);\n if (asciiDomain === failure) {\n return failure;\n }\n\n if (endsInANumber(asciiDomain)) {\n return parseIPv4(asciiDomain);\n }\n\n return asciiDomain;\n}\n\nfunction endsInANumber(input) {\n const parts = input.split(\".\");\n if (parts[parts.length - 1] === \"\") {\n if (parts.length === 1) {\n return false;\n }\n parts.pop();\n }\n\n const last = parts[parts.length - 1];\n if (parseIPv4Number(last) !== failure) {\n return true;\n }\n\n if (/^[0-9]+$/u.test(last)) {\n return true;\n }\n\n return false;\n}\n\nfunction parseOpaqueHost(input) {\n if (containsForbiddenHostCodePoint(input)) {\n return failure;\n }\n\n return utf8PercentEncodeString(input, isC0ControlPercentEncode);\n}\n\nfunction findTheIPv6AddressCompressedPieceIndex(address) {\n let longestIndex = null;\n let longestSize = 1; // only find elements > 1\n let foundIndex = null;\n let foundSize = 0;\n\n for (let pieceIndex = 0; pieceIndex < address.length; ++pieceIndex) {\n if (address[pieceIndex] !== 0) {\n if (foundSize > longestSize) {\n longestIndex = foundIndex;\n longestSize = foundSize;\n }\n\n foundIndex = null;\n foundSize = 0;\n } else {\n if (foundIndex === null) {\n foundIndex = pieceIndex;\n }\n ++foundSize;\n }\n }\n\n if (foundSize > longestSize) {\n return foundIndex;\n }\n\n return longestIndex;\n}\n\nfunction serializeHost(host) {\n if (typeof host === \"number\") {\n return serializeIPv4(host);\n }\n\n // IPv6 serializer\n if (host instanceof Array) {\n return `[${serializeIPv6(host)}]`;\n }\n\n return host;\n}\n\nfunction domainToASCII(domain, beStrict = false) {\n const result = tr46.toASCII(domain, {\n checkHyphens: beStrict,\n checkBidi: true,\n checkJoiners: true,\n useSTD3ASCIIRules: beStrict,\n transitionalProcessing: false,\n verifyDNSLength: beStrict,\n ignoreInvalidPunycode: false\n });\n if (result === null) {\n return failure;\n }\n\n if (!beStrict) {\n if (result === \"\") {\n return failure;\n }\n if (containsForbiddenDomainCodePoint(result)) {\n return failure;\n }\n }\n return result;\n}\n\nfunction trimControlChars(string) {\n // Avoid using regexp because of this V8 bug: https://issues.chromium.org/issues/42204424\n\n let start = 0;\n let end = string.length;\n for (; start < end; ++start) {\n if (string.charCodeAt(start) > 0x20) {\n break;\n }\n }\n for (; end > start; --end) {\n if (string.charCodeAt(end - 1) > 0x20) {\n break;\n }\n }\n return string.substring(start, end);\n}\n\nfunction trimTabAndNewline(url) {\n return url.replace(/\\u0009|\\u000A|\\u000D/ug, \"\");\n}\n\nfunction shortenPath(url) {\n const { path } = url;\n if (path.length === 0) {\n return;\n }\n if (url.scheme === \"file\" && path.length === 1 && isNormalizedWindowsDriveLetter(path[0])) {\n return;\n }\n\n path.pop();\n}\n\nfunction includesCredentials(url) {\n return url.username !== \"\" || url.password !== \"\";\n}\n\nfunction cannotHaveAUsernamePasswordPort(url) {\n return url.host === null || url.host === \"\" || url.scheme === \"file\";\n}\n\nfunction hasAnOpaquePath(url) {\n return typeof url.path === \"string\";\n}\n\nfunction isNormalizedWindowsDriveLetter(string) {\n return /^[A-Za-z]:$/u.test(string);\n}\n\nfunction URLStateMachine(input, base, encodingOverride, url, stateOverride) {\n this.pointer = 0;\n this.input = input;\n this.base = base || null;\n this.encodingOverride = encodingOverride || \"utf-8\";\n this.stateOverride = stateOverride;\n this.url = url;\n this.failure = false;\n this.parseError = false;\n\n if (!this.url) {\n this.url = {\n scheme: \"\",\n username: \"\",\n password: \"\",\n host: null,\n port: null,\n path: [],\n query: null,\n fragment: null\n };\n\n const res = trimControlChars(this.input);\n if (res !== this.input) {\n this.parseError = true;\n }\n this.input = res;\n }\n\n const res = trimTabAndNewline(this.input);\n if (res !== this.input) {\n this.parseError = true;\n }\n this.input = res;\n\n this.state = stateOverride || \"scheme start\";\n\n this.buffer = \"\";\n this.atFlag = false;\n this.arrFlag = false;\n this.passwordTokenSeenFlag = false;\n\n this.input = Array.from(this.input, c => c.codePointAt(0));\n\n for (; this.pointer <= this.input.length; ++this.pointer) {\n const c = this.input[this.pointer];\n const cStr = isNaN(c) ? undefined : String.fromCodePoint(c);\n\n // exec state machine\n const ret = this[`parse ${this.state}`](c, cStr);\n if (!ret) {\n break; // terminate algorithm\n } else if (ret === failure) {\n this.failure = true;\n break;\n }\n }\n}\n\nURLStateMachine.prototype[\"parse scheme start\"] = function parseSchemeStart(c, cStr) {\n if (infra.isASCIIAlpha(c)) {\n this.buffer += cStr.toLowerCase();\n this.state = \"scheme\";\n } else if (!this.stateOverride) {\n this.state = \"no scheme\";\n --this.pointer;\n } else {\n this.parseError = true;\n return failure;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse scheme\"] = function parseScheme(c, cStr) {\n if (infra.isASCIIAlphanumeric(c) || c === p(\"+\") || c === p(\"-\") || c === p(\".\")) {\n this.buffer += cStr.toLowerCase();\n } else if (c === p(\":\")) {\n if (this.stateOverride) {\n if (isSpecial(this.url) && !isSpecialScheme(this.buffer)) {\n return false;\n }\n\n if (!isSpecial(this.url) && isSpecialScheme(this.buffer)) {\n return false;\n }\n\n if ((includesCredentials(this.url) || this.url.port !== null) && this.buffer === \"file\") {\n return false;\n }\n\n if (this.url.scheme === \"file\" && this.url.host === \"\") {\n return false;\n }\n }\n this.url.scheme = this.buffer;\n if (this.stateOverride) {\n if (this.url.port === defaultPort(this.url.scheme)) {\n this.url.port = null;\n }\n return false;\n }\n this.buffer = \"\";\n if (this.url.scheme === \"file\") {\n if (this.input[this.pointer + 1] !== p(\"/\") || this.input[this.pointer + 2] !== p(\"/\")) {\n this.parseError = true;\n }\n this.state = \"file\";\n } else if (isSpecial(this.url) && this.base !== null && this.base.scheme === this.url.scheme) {\n this.state = \"special relative or authority\";\n } else if (isSpecial(this.url)) {\n this.state = \"special authority slashes\";\n } else if (this.input[this.pointer + 1] === p(\"/\")) {\n this.state = \"path or authority\";\n ++this.pointer;\n } else {\n this.url.path = \"\";\n this.state = \"opaque path\";\n }\n } else if (!this.stateOverride) {\n this.buffer = \"\";\n this.state = \"no scheme\";\n this.pointer = -1;\n } else {\n this.parseError = true;\n return failure;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse no scheme\"] = function parseNoScheme(c) {\n if (this.base === null || (hasAnOpaquePath(this.base) && c !== p(\"#\"))) {\n return failure;\n } else if (hasAnOpaquePath(this.base) && c === p(\"#\")) {\n this.url.scheme = this.base.scheme;\n this.url.path = this.base.path;\n this.url.query = this.base.query;\n this.url.fragment = \"\";\n this.state = \"fragment\";\n } else if (this.base.scheme === \"file\") {\n this.state = \"file\";\n --this.pointer;\n } else {\n this.state = \"relative\";\n --this.pointer;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse special relative or authority\"] = function parseSpecialRelativeOrAuthority(c) {\n if (c === p(\"/\") && this.input[this.pointer + 1] === p(\"/\")) {\n this.state = \"special authority ignore slashes\";\n ++this.pointer;\n } else {\n this.parseError = true;\n this.state = \"relative\";\n --this.pointer;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse path or authority\"] = function parsePathOrAuthority(c) {\n if (c === p(\"/\")) {\n this.state = \"authority\";\n } else {\n this.state = \"path\";\n --this.pointer;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse relative\"] = function parseRelative(c) {\n this.url.scheme = this.base.scheme;\n if (c === p(\"/\")) {\n this.state = \"relative slash\";\n } else if (isSpecial(this.url) && c === p(\"\\\\\")) {\n this.parseError = true;\n this.state = \"relative slash\";\n } else {\n this.url.username = this.base.username;\n this.url.password = this.base.password;\n this.url.host = this.base.host;\n this.url.port = this.base.port;\n this.url.path = this.base.path.slice();\n this.url.query = this.base.query;\n if (c === p(\"?\")) {\n this.url.query = \"\";\n this.state = \"query\";\n } else if (c === p(\"#\")) {\n this.url.fragment = \"\";\n this.state = \"fragment\";\n } else if (!isNaN(c)) {\n this.url.query = null;\n this.url.path.pop();\n this.state = \"path\";\n --this.pointer;\n }\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse relative slash\"] = function parseRelativeSlash(c) {\n if (isSpecial(this.url) && (c === p(\"/\") || c === p(\"\\\\\"))) {\n if (c === p(\"\\\\\")) {\n this.parseError = true;\n }\n this.state = \"special authority ignore slashes\";\n } else if (c === p(\"/\")) {\n this.state = \"authority\";\n } else {\n this.url.username = this.base.username;\n this.url.password = this.base.password;\n this.url.host = this.base.host;\n this.url.port = this.base.port;\n this.state = \"path\";\n --this.pointer;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse special authority slashes\"] = function parseSpecialAuthoritySlashes(c) {\n if (c === p(\"/\") && this.input[this.pointer + 1] === p(\"/\")) {\n this.state = \"special authority ignore slashes\";\n ++this.pointer;\n } else {\n this.parseError = true;\n this.state = \"special authority ignore slashes\";\n --this.pointer;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse special authority ignore slashes\"] = function parseSpecialAuthorityIgnoreSlashes(c) {\n if (c !== p(\"/\") && c !== p(\"\\\\\")) {\n this.state = \"authority\";\n --this.pointer;\n } else {\n this.parseError = true;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse authority\"] = function parseAuthority(c, cStr) {\n if (c === p(\"@\")) {\n this.parseError = true;\n if (this.atFlag) {\n this.buffer = `%40${this.buffer}`;\n }\n this.atFlag = true;\n\n // careful, this is based on buffer and has its own pointer (this.pointer != pointer) and inner chars\n const len = countSymbols(this.buffer);\n for (let pointer = 0; pointer < len; ++pointer) {\n const codePoint = this.buffer.codePointAt(pointer);\n\n if (codePoint === p(\":\") && !this.passwordTokenSeenFlag) {\n this.passwordTokenSeenFlag = true;\n continue;\n }\n const encodedCodePoints = utf8PercentEncodeCodePoint(codePoint, isUserinfoPercentEncode);\n if (this.passwordTokenSeenFlag) {\n this.url.password += encodedCodePoints;\n } else {\n this.url.username += encodedCodePoints;\n }\n }\n this.buffer = \"\";\n } else if (isNaN(c) || c === p(\"/\") || c === p(\"?\") || c === p(\"#\") ||\n (isSpecial(this.url) && c === p(\"\\\\\"))) {\n if (this.atFlag && this.buffer === \"\") {\n this.parseError = true;\n return failure;\n }\n this.pointer -= countSymbols(this.buffer) + 1;\n this.buffer = \"\";\n this.state = \"host\";\n } else {\n this.buffer += cStr;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse hostname\"] =\nURLStateMachine.prototype[\"parse host\"] = function parseHostName(c, cStr) {\n if (this.stateOverride && this.url.scheme === \"file\") {\n --this.pointer;\n this.state = \"file host\";\n } else if (c === p(\":\") && !this.arrFlag) {\n if (this.buffer === \"\") {\n this.parseError = true;\n return failure;\n }\n\n if (this.stateOverride === \"hostname\") {\n return false;\n }\n\n const host = parseHost(this.buffer, isNotSpecial(this.url));\n if (host === failure) {\n return failure;\n }\n\n this.url.host = host;\n this.buffer = \"\";\n this.state = \"port\";\n } else if (isNaN(c) || c === p(\"/\") || c === p(\"?\") || c === p(\"#\") ||\n (isSpecial(this.url) && c === p(\"\\\\\"))) {\n --this.pointer;\n if (isSpecial(this.url) && this.buffer === \"\") {\n this.parseError = true;\n return failure;\n } else if (this.stateOverride && this.buffer === \"\" &&\n (includesCredentials(this.url) || this.url.port !== null)) {\n this.parseError = true;\n return false;\n }\n\n const host = parseHost(this.buffer, isNotSpecial(this.url));\n if (host === failure) {\n return failure;\n }\n\n this.url.host = host;\n this.buffer = \"\";\n this.state = \"path start\";\n if (this.stateOverride) {\n return false;\n }\n } else {\n if (c === p(\"[\")) {\n this.arrFlag = true;\n } else if (c === p(\"]\")) {\n this.arrFlag = false;\n }\n this.buffer += cStr;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse port\"] = function parsePort(c, cStr) {\n if (infra.isASCIIDigit(c)) {\n this.buffer += cStr;\n } else if (isNaN(c) || c === p(\"/\") || c === p(\"?\") || c === p(\"#\") ||\n (isSpecial(this.url) && c === p(\"\\\\\")) ||\n this.stateOverride) {\n if (this.buffer !== \"\") {\n const port = parseInt(this.buffer);\n if (port > 2 ** 16 - 1) {\n this.parseError = true;\n return failure;\n }\n this.url.port = port === defaultPort(this.url.scheme) ? null : port;\n this.buffer = \"\";\n }\n if (this.stateOverride) {\n return false;\n }\n this.state = \"path start\";\n --this.pointer;\n } else {\n this.parseError = true;\n return failure;\n }\n\n return true;\n};\n\nconst fileOtherwiseCodePoints = new Set([p(\"/\"), p(\"\\\\\"), p(\"?\"), p(\"#\")]);\n\nfunction startsWithWindowsDriveLetter(input, pointer) {\n const length = input.length - pointer;\n return length >= 2 &&\n isWindowsDriveLetterCodePoints(input[pointer], input[pointer + 1]) &&\n (length === 2 || fileOtherwiseCodePoints.has(input[pointer + 2]));\n}\n\nURLStateMachine.prototype[\"parse file\"] = function parseFile(c) {\n this.url.scheme = \"file\";\n this.url.host = \"\";\n\n if (c === p(\"/\") || c === p(\"\\\\\")) {\n if (c === p(\"\\\\\")) {\n this.parseError = true;\n }\n this.state = \"file slash\";\n } else if (this.base !== null && this.base.scheme === \"file\") {\n this.url.host = this.base.host;\n this.url.path = this.base.path.slice();\n this.url.query = this.base.query;\n if (c === p(\"?\")) {\n this.url.query = \"\";\n this.state = \"query\";\n } else if (c === p(\"#\")) {\n this.url.fragment = \"\";\n this.state = \"fragment\";\n } else if (!isNaN(c)) {\n this.url.query = null;\n if (!startsWithWindowsDriveLetter(this.input, this.pointer)) {\n shortenPath(this.url);\n } else {\n this.parseError = true;\n this.url.path = [];\n }\n\n this.state = \"path\";\n --this.pointer;\n }\n } else {\n this.state = \"path\";\n --this.pointer;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse file slash\"] = function parseFileSlash(c) {\n if (c === p(\"/\") || c === p(\"\\\\\")) {\n if (c === p(\"\\\\\")) {\n this.parseError = true;\n }\n this.state = \"file host\";\n } else {\n if (this.base !== null && this.base.scheme === \"file\") {\n if (!startsWithWindowsDriveLetter(this.input, this.pointer) &&\n isNormalizedWindowsDriveLetterString(this.base.path[0])) {\n this.url.path.push(this.base.path[0]);\n }\n this.url.host = this.base.host;\n }\n this.state = \"path\";\n --this.pointer;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse file host\"] = function parseFileHost(c, cStr) {\n if (isNaN(c) || c === p(\"/\") || c === p(\"\\\\\") || c === p(\"?\") || c === p(\"#\")) {\n --this.pointer;\n if (!this.stateOverride && isWindowsDriveLetterString(this.buffer)) {\n this.parseError = true;\n this.state = \"path\";\n } else if (this.buffer === \"\") {\n this.url.host = \"\";\n if (this.stateOverride) {\n return false;\n }\n this.state = \"path start\";\n } else {\n let host = parseHost(this.buffer, isNotSpecial(this.url));\n if (host === failure) {\n return failure;\n }\n if (host === \"localhost\") {\n host = \"\";\n }\n this.url.host = host;\n\n if (this.stateOverride) {\n return false;\n }\n\n this.buffer = \"\";\n this.state = \"path start\";\n }\n } else {\n this.buffer += cStr;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse path start\"] = function parsePathStart(c) {\n if (isSpecial(this.url)) {\n if (c === p(\"\\\\\")) {\n this.parseError = true;\n }\n this.state = \"path\";\n\n if (c !== p(\"/\") && c !== p(\"\\\\\")) {\n --this.pointer;\n }\n } else if (!this.stateOverride && c === p(\"?\")) {\n this.url.query = \"\";\n this.state = \"query\";\n } else if (!this.stateOverride && c === p(\"#\")) {\n this.url.fragment = \"\";\n this.state = \"fragment\";\n } else if (c !== undefined) {\n this.state = \"path\";\n if (c !== p(\"/\")) {\n --this.pointer;\n }\n } else if (this.stateOverride && this.url.host === null) {\n this.url.path.push(\"\");\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse path\"] = function parsePath(c) {\n if (isNaN(c) || c === p(\"/\") || (isSpecial(this.url) && c === p(\"\\\\\")) ||\n (!this.stateOverride && (c === p(\"?\") || c === p(\"#\")))) {\n if (isSpecial(this.url) && c === p(\"\\\\\")) {\n this.parseError = true;\n }\n\n if (isDoubleDot(this.buffer)) {\n shortenPath(this.url);\n if (c !== p(\"/\") && !(isSpecial(this.url) && c === p(\"\\\\\"))) {\n this.url.path.push(\"\");\n }\n } else if (isSingleDot(this.buffer) && c !== p(\"/\") &&\n !(isSpecial(this.url) && c === p(\"\\\\\"))) {\n this.url.path.push(\"\");\n } else if (!isSingleDot(this.buffer)) {\n if (this.url.scheme === \"file\" && this.url.path.length === 0 && isWindowsDriveLetterString(this.buffer)) {\n this.buffer = `${this.buffer[0]}:`;\n }\n this.url.path.push(this.buffer);\n }\n this.buffer = \"\";\n if (c === p(\"?\")) {\n this.url.query = \"\";\n this.state = \"query\";\n }\n if (c === p(\"#\")) {\n this.url.fragment = \"\";\n this.state = \"fragment\";\n }\n } else {\n // TODO: If c is not a URL code point and not \"%\", parse error.\n\n if (c === p(\"%\") &&\n (!infra.isASCIIHex(this.input[this.pointer + 1]) ||\n !infra.isASCIIHex(this.input[this.pointer + 2]))) {\n this.parseError = true;\n }\n\n this.buffer += utf8PercentEncodeCodePoint(c, isPathPercentEncode);\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse opaque path\"] = function parseOpaquePath(c) {\n if (c === p(\"?\")) {\n this.url.query = \"\";\n this.state = \"query\";\n } else if (c === p(\"#\")) {\n this.url.fragment = \"\";\n this.state = \"fragment\";\n } else if (c === p(\" \")) {\n const remaining = this.input[this.pointer + 1];\n if (remaining === p(\"?\") || remaining === p(\"#\")) {\n this.url.path += \"%20\";\n } else {\n this.url.path += \" \";\n }\n } else {\n // TODO: Add: not a URL code point\n if (!isNaN(c) && c !== p(\"%\")) {\n this.parseError = true;\n }\n\n if (c === p(\"%\") &&\n (!infra.isASCIIHex(this.input[this.pointer + 1]) ||\n !infra.isASCIIHex(this.input[this.pointer + 2]))) {\n this.parseError = true;\n }\n\n if (!isNaN(c)) {\n this.url.path += utf8PercentEncodeCodePoint(c, isC0ControlPercentEncode);\n }\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse query\"] = function parseQuery(c, cStr) {\n if (!isSpecial(this.url) || this.url.scheme === \"ws\" || this.url.scheme === \"wss\") {\n this.encodingOverride = \"utf-8\";\n }\n\n if ((!this.stateOverride && c === p(\"#\")) || isNaN(c)) {\n const queryPercentEncodePredicate = isSpecial(this.url) ? isSpecialQueryPercentEncode : isQueryPercentEncode;\n this.url.query += utf8PercentEncodeString(this.buffer, queryPercentEncodePredicate);\n\n this.buffer = \"\";\n\n if (c === p(\"#\")) {\n this.url.fragment = \"\";\n this.state = \"fragment\";\n }\n } else if (!isNaN(c)) {\n // TODO: If c is not a URL code point and not \"%\", parse error.\n\n if (c === p(\"%\") &&\n (!infra.isASCIIHex(this.input[this.pointer + 1]) ||\n !infra.isASCIIHex(this.input[this.pointer + 2]))) {\n this.parseError = true;\n }\n\n this.buffer += cStr;\n }\n\n return true;\n};\n\nURLStateMachine.prototype[\"parse fragment\"] = function parseFragment(c) {\n if (!isNaN(c)) {\n // TODO: If c is not a URL code point and not \"%\", parse error.\n if (c === p(\"%\") &&\n (!infra.isASCIIHex(this.input[this.pointer + 1]) ||\n !infra.isASCIIHex(this.input[this.pointer + 2]))) {\n this.parseError = true;\n }\n\n this.url.fragment += utf8PercentEncodeCodePoint(c, isFragmentPercentEncode);\n }\n\n return true;\n};\n\nfunction serializeURL(url, excludeFragment) {\n let output = `${url.scheme}:`;\n if (url.host !== null) {\n output += \"//\";\n\n if (url.username !== \"\" || url.password !== \"\") {\n output += url.username;\n if (url.password !== \"\") {\n output += `:${url.password}`;\n }\n output += \"@\";\n }\n\n output += serializeHost(url.host);\n\n if (url.port !== null) {\n output += `:${url.port}`;\n }\n }\n\n if (url.host === null && !hasAnOpaquePath(url) && url.path.length > 1 && url.path[0] === \"\") {\n output += \"/.\";\n }\n output += serializePath(url);\n\n if (url.query !== null) {\n output += `?${url.query}`;\n }\n\n if (!excludeFragment && url.fragment !== null) {\n output += `#${url.fragment}`;\n }\n\n return output;\n}\n\nfunction serializeOrigin(tuple) {\n let result = `${tuple.scheme}://`;\n result += serializeHost(tuple.host);\n\n if (tuple.port !== null) {\n result += `:${tuple.port}`;\n }\n\n return result;\n}\n\nfunction serializePath(url) {\n if (hasAnOpaquePath(url)) {\n return url.path;\n }\n\n let output = \"\";\n for (const segment of url.path) {\n output += `/${segment}`;\n }\n return output;\n}\n\nmodule.exports.serializeURL = serializeURL;\n\nmodule.exports.serializePath = serializePath;\n\nmodule.exports.serializeURLOrigin = function (url) {\n // https://url.spec.whatwg.org/#concept-url-origin\n switch (url.scheme) {\n case \"blob\": {\n const pathURL = module.exports.parseURL(serializePath(url));\n if (pathURL === null) {\n return \"null\";\n }\n if (pathURL.scheme !== \"http\" && pathURL.scheme !== \"https\") {\n return \"null\";\n }\n return module.exports.serializeURLOrigin(pathURL);\n }\n case \"ftp\":\n case \"http\":\n case \"https\":\n case \"ws\":\n case \"wss\":\n return serializeOrigin({\n scheme: url.scheme,\n host: url.host,\n port: url.port\n });\n case \"file\":\n // The spec says:\n // > Unfortunate as it is, this is left as an exercise to the reader. When in doubt, return a new opaque origin.\n // Browsers tested so far:\n // - Chrome says \"file://\", but treats file: URLs as cross-origin for most (all?) purposes; see e.g.\n // https://bugs.chromium.org/p/chromium/issues/detail?id=37586\n // - Firefox says \"null\", but treats file: URLs as same-origin sometimes based on directory stuff; see\n // https://developer.mozilla.org/en-US/docs/Archive/Misc_top_level/Same-origin_policy_for_file:_URIs\n return \"null\";\n default:\n // serializing an opaque origin returns \"null\"\n return \"null\";\n }\n};\n\nmodule.exports.basicURLParse = function (input, options) {\n if (options === undefined) {\n options = {};\n }\n\n const usm = new URLStateMachine(input, options.baseURL, options.encodingOverride, options.url, options.stateOverride);\n if (usm.failure) {\n return null;\n }\n\n return usm.url;\n};\n\nmodule.exports.setTheUsername = function (url, username) {\n url.username = utf8PercentEncodeString(username, isUserinfoPercentEncode);\n};\n\nmodule.exports.setThePassword = function (url, password) {\n url.password = utf8PercentEncodeString(password, isUserinfoPercentEncode);\n};\n\nmodule.exports.serializeHost = serializeHost;\n\nmodule.exports.cannotHaveAUsernamePasswordPort = cannotHaveAUsernamePasswordPort;\n\nmodule.exports.hasAnOpaquePath = hasAnOpaquePath;\n\nmodule.exports.serializeInteger = function (integer) {\n return String(integer);\n};\n\nmodule.exports.parseURL = function (input, options) {\n if (options === undefined) {\n options = {};\n }\n\n // We don't handle blobs, so this just delegates:\n return module.exports.basicURLParse(input, { baseURL: options.baseURL, encodingOverride: options.encodingOverride });\n};\n"],"x_google_ignoreList":[0],"mappings":"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"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_encoding } from "./encoding.mjs";
|
|
3
|
+
import { require_percent_encoding } from "./percent-encoding.mjs";
|
|
4
|
+
|
|
5
|
+
//#region ../../node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/urlencoded.js
|
|
6
|
+
var require_urlencoded = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
7
|
+
const { utf8Encode, utf8DecodeWithoutBOM } = require_encoding();
|
|
8
|
+
const { percentDecodeBytes, utf8PercentEncodeString, isURLEncodedPercentEncode } = require_percent_encoding();
|
|
9
|
+
function p(char) {
|
|
10
|
+
return char.codePointAt(0);
|
|
11
|
+
}
|
|
12
|
+
function parseUrlencoded(input) {
|
|
13
|
+
const sequences = strictlySplitByteSequence(input, p("&"));
|
|
14
|
+
const output = [];
|
|
15
|
+
for (const bytes of sequences) {
|
|
16
|
+
if (bytes.length === 0) continue;
|
|
17
|
+
let name, value;
|
|
18
|
+
const indexOfEqual = bytes.indexOf(p("="));
|
|
19
|
+
if (indexOfEqual >= 0) {
|
|
20
|
+
name = bytes.slice(0, indexOfEqual);
|
|
21
|
+
value = bytes.slice(indexOfEqual + 1);
|
|
22
|
+
} else {
|
|
23
|
+
name = bytes;
|
|
24
|
+
value = new Uint8Array(0);
|
|
25
|
+
}
|
|
26
|
+
name = replaceByteInByteSequence(name, 43, 32);
|
|
27
|
+
value = replaceByteInByteSequence(value, 43, 32);
|
|
28
|
+
const nameString = utf8DecodeWithoutBOM(percentDecodeBytes(name));
|
|
29
|
+
const valueString = utf8DecodeWithoutBOM(percentDecodeBytes(value));
|
|
30
|
+
output.push([nameString, valueString]);
|
|
31
|
+
}
|
|
32
|
+
return output;
|
|
33
|
+
}
|
|
34
|
+
function parseUrlencodedString(input) {
|
|
35
|
+
return parseUrlencoded(utf8Encode(input));
|
|
36
|
+
}
|
|
37
|
+
function serializeUrlencoded(tuples) {
|
|
38
|
+
let output = "";
|
|
39
|
+
for (const [i, tuple] of tuples.entries()) {
|
|
40
|
+
const name = utf8PercentEncodeString(tuple[0], isURLEncodedPercentEncode, true);
|
|
41
|
+
const value = utf8PercentEncodeString(tuple[1], isURLEncodedPercentEncode, true);
|
|
42
|
+
if (i !== 0) output += "&";
|
|
43
|
+
output += `${name}=${value}`;
|
|
44
|
+
}
|
|
45
|
+
return output;
|
|
46
|
+
}
|
|
47
|
+
function strictlySplitByteSequence(buf, cp) {
|
|
48
|
+
const list = [];
|
|
49
|
+
let last = 0;
|
|
50
|
+
let i = buf.indexOf(cp);
|
|
51
|
+
while (i >= 0) {
|
|
52
|
+
list.push(buf.slice(last, i));
|
|
53
|
+
last = i + 1;
|
|
54
|
+
i = buf.indexOf(cp, last);
|
|
55
|
+
}
|
|
56
|
+
if (last !== buf.length) list.push(buf.slice(last));
|
|
57
|
+
return list;
|
|
58
|
+
}
|
|
59
|
+
function replaceByteInByteSequence(buf, from, to) {
|
|
60
|
+
let i = buf.indexOf(from);
|
|
61
|
+
while (i >= 0) {
|
|
62
|
+
buf[i] = to;
|
|
63
|
+
i = buf.indexOf(from, i + 1);
|
|
64
|
+
}
|
|
65
|
+
return buf;
|
|
66
|
+
}
|
|
67
|
+
module.exports = {
|
|
68
|
+
parseUrlencodedString,
|
|
69
|
+
serializeUrlencoded
|
|
70
|
+
};
|
|
71
|
+
}));
|
|
72
|
+
|
|
73
|
+
//#endregion
|
|
74
|
+
export default require_urlencoded();
|
|
75
|
+
|
|
76
|
+
export { require_urlencoded };
|
|
77
|
+
//# sourceMappingURL=urlencoded.mjs.map
|
package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/urlencoded.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"urlencoded.mjs","names":[],"sources":["../../../../../../../../../node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/urlencoded.js"],"sourcesContent":["\"use strict\";\nconst { utf8Encode, utf8DecodeWithoutBOM } = require(\"./encoding\");\nconst { percentDecodeBytes, utf8PercentEncodeString, isURLEncodedPercentEncode } = require(\"./percent-encoding\");\n\nfunction p(char) {\n return char.codePointAt(0);\n}\n\n// https://url.spec.whatwg.org/#concept-urlencoded-parser\nfunction parseUrlencoded(input) {\n const sequences = strictlySplitByteSequence(input, p(\"&\"));\n const output = [];\n for (const bytes of sequences) {\n if (bytes.length === 0) {\n continue;\n }\n\n let name, value;\n const indexOfEqual = bytes.indexOf(p(\"=\"));\n\n if (indexOfEqual >= 0) {\n name = bytes.slice(0, indexOfEqual);\n value = bytes.slice(indexOfEqual + 1);\n } else {\n name = bytes;\n value = new Uint8Array(0);\n }\n\n name = replaceByteInByteSequence(name, 0x2B, 0x20);\n value = replaceByteInByteSequence(value, 0x2B, 0x20);\n\n const nameString = utf8DecodeWithoutBOM(percentDecodeBytes(name));\n const valueString = utf8DecodeWithoutBOM(percentDecodeBytes(value));\n\n output.push([nameString, valueString]);\n }\n return output;\n}\n\n// https://url.spec.whatwg.org/#concept-urlencoded-string-parser\nfunction parseUrlencodedString(input) {\n return parseUrlencoded(utf8Encode(input));\n}\n\n// https://url.spec.whatwg.org/#concept-urlencoded-serializer\nfunction serializeUrlencoded(tuples) {\n // TODO: accept and use encoding argument\n\n let output = \"\";\n for (const [i, tuple] of tuples.entries()) {\n const name = utf8PercentEncodeString(tuple[0], isURLEncodedPercentEncode, true);\n const value = utf8PercentEncodeString(tuple[1], isURLEncodedPercentEncode, true);\n\n if (i !== 0) {\n output += \"&\";\n }\n output += `${name}=${value}`;\n }\n return output;\n}\n\nfunction strictlySplitByteSequence(buf, cp) {\n const list = [];\n let last = 0;\n let i = buf.indexOf(cp);\n while (i >= 0) {\n list.push(buf.slice(last, i));\n last = i + 1;\n i = buf.indexOf(cp, last);\n }\n if (last !== buf.length) {\n list.push(buf.slice(last));\n }\n return list;\n}\n\nfunction replaceByteInByteSequence(buf, from, to) {\n let i = buf.indexOf(from);\n while (i >= 0) {\n buf[i] = to;\n i = buf.indexOf(from, i + 1);\n }\n return buf;\n}\n\nmodule.exports = {\n parseUrlencodedString,\n serializeUrlencoded\n};\n"],"x_google_ignoreList":[0],"mappings":";;;;;;CACA,MAAM,EAAE,YAAY;CACpB,MAAM,EAAE,oBAAoB,yBAAyB;CAErD,SAAS,EAAE,MAAM;AACf,SAAO,KAAK,YAAY,EAAE;;CAI5B,SAAS,gBAAgB,OAAO;EAC9B,MAAM,YAAY,0BAA0B,OAAO,EAAE,IAAI,CAAC;EAC1D,MAAM,SAAS,EAAE;AACjB,OAAK,MAAM,SAAS,WAAW;AAC7B,OAAI,MAAM,WAAW,EACnB;GAGF,IAAI,MAAM;GACV,MAAM,eAAe,MAAM,QAAQ,EAAE,IAAI,CAAC;AAE1C,OAAI,gBAAgB,GAAG;AACrB,WAAO,MAAM,MAAM,GAAG,aAAa;AACnC,YAAQ,MAAM,MAAM,eAAe,EAAE;UAChC;AACL,WAAO;AACP,YAAQ,IAAI,WAAW,EAAE;;AAG3B,UAAO,0BAA0B,MAAM,IAAM,GAAK;AAClD,WAAQ,0BAA0B,OAAO,IAAM,GAAK;GAEpD,MAAM,aAAa,qBAAqB,mBAAmB,KAAK,CAAC;GACjE,MAAM,cAAc,qBAAqB,mBAAmB,MAAM,CAAC;AAEnE,UAAO,KAAK,CAAC,YAAY,YAAY,CAAC;;AAExC,SAAO;;CAIT,SAAS,sBAAsB,OAAO;AACpC,SAAO,gBAAgB,WAAW,MAAM,CAAC;;CAI3C,SAAS,oBAAoB,QAAQ;EAGnC,IAAI,SAAS;AACb,OAAK,MAAM,CAAC,GAAG,UAAU,OAAO,SAAS,EAAE;GACzC,MAAM,OAAO,wBAAwB,MAAM,IAAI,2BAA2B,KAAK;GAC/E,MAAM,QAAQ,wBAAwB,MAAM,IAAI,2BAA2B,KAAK;AAEhF,OAAI,MAAM,EACR,WAAU;AAEZ,aAAU,GAAG,KAAK,GAAG;;AAEvB,SAAO;;CAGT,SAAS,0BAA0B,KAAK,IAAI;EAC1C,MAAM,OAAO,EAAE;EACf,IAAI,OAAO;EACX,IAAI,IAAI,IAAI,QAAQ,GAAG;AACvB,SAAO,KAAK,GAAG;AACb,QAAK,KAAK,IAAI,MAAM,MAAM,EAAE,CAAC;AAC7B,UAAO,IAAI;AACX,OAAI,IAAI,QAAQ,IAAI,KAAK;;AAE3B,MAAI,SAAS,IAAI,OACf,MAAK,KAAK,IAAI,MAAM,KAAK,CAAC;AAE5B,SAAO;;CAGT,SAAS,0BAA0B,KAAK,MAAM,IAAI;EAChD,IAAI,IAAI,IAAI,QAAQ,KAAK;AACzB,SAAO,KAAK,GAAG;AACb,OAAI,KAAK;AACT,OAAI,IAAI,QAAQ,MAAM,IAAI,EAAE;;AAE9B,SAAO;;AAGT,QAAO,UAAU;EACf;EACA;EACD"}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region ../../node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/utils.js
|
|
4
|
+
var require_utils = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
function isObject(value) {
|
|
6
|
+
return typeof value === "object" && value !== null || typeof value === "function";
|
|
7
|
+
}
|
|
8
|
+
const hasOwn = Function.prototype.call.bind(Object.prototype.hasOwnProperty);
|
|
9
|
+
function define(target, source) {
|
|
10
|
+
for (const key of Reflect.ownKeys(source)) {
|
|
11
|
+
const descriptor = Reflect.getOwnPropertyDescriptor(source, key);
|
|
12
|
+
if (descriptor && !Reflect.defineProperty(target, key, descriptor)) throw new TypeError(`Cannot redefine property: ${String(key)}`);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
function newObjectInRealm(globalObject, object) {
|
|
16
|
+
const ctorRegistry = initCtorRegistry(globalObject);
|
|
17
|
+
return Object.defineProperties(Object.create(ctorRegistry["%Object.prototype%"]), Object.getOwnPropertyDescriptors(object));
|
|
18
|
+
}
|
|
19
|
+
const wrapperSymbol = Symbol("wrapper");
|
|
20
|
+
const implSymbol = Symbol("impl");
|
|
21
|
+
const sameObjectCaches = Symbol("SameObject caches");
|
|
22
|
+
const ctorRegistrySymbol = Symbol.for("[webidl2js] constructor registry");
|
|
23
|
+
const AsyncIteratorPrototype = Object.getPrototypeOf(Object.getPrototypeOf(async function* () {}).prototype);
|
|
24
|
+
function initCtorRegistry(globalObject) {
|
|
25
|
+
if (hasOwn(globalObject, ctorRegistrySymbol)) return globalObject[ctorRegistrySymbol];
|
|
26
|
+
const ctorRegistry = Object.create(null);
|
|
27
|
+
ctorRegistry["%Object.prototype%"] = globalObject.Object.prototype;
|
|
28
|
+
ctorRegistry["%IteratorPrototype%"] = Object.getPrototypeOf(Object.getPrototypeOf(new globalObject.Array()[Symbol.iterator]()));
|
|
29
|
+
try {
|
|
30
|
+
ctorRegistry["%AsyncIteratorPrototype%"] = Object.getPrototypeOf(Object.getPrototypeOf(globalObject.eval("(async function* () {})").prototype));
|
|
31
|
+
} catch {
|
|
32
|
+
ctorRegistry["%AsyncIteratorPrototype%"] = AsyncIteratorPrototype;
|
|
33
|
+
}
|
|
34
|
+
globalObject[ctorRegistrySymbol] = ctorRegistry;
|
|
35
|
+
return ctorRegistry;
|
|
36
|
+
}
|
|
37
|
+
function getSameObject(wrapper, prop, creator) {
|
|
38
|
+
if (!wrapper[sameObjectCaches]) wrapper[sameObjectCaches] = Object.create(null);
|
|
39
|
+
if (prop in wrapper[sameObjectCaches]) return wrapper[sameObjectCaches][prop];
|
|
40
|
+
wrapper[sameObjectCaches][prop] = creator();
|
|
41
|
+
return wrapper[sameObjectCaches][prop];
|
|
42
|
+
}
|
|
43
|
+
function wrapperForImpl(impl) {
|
|
44
|
+
return impl ? impl[wrapperSymbol] : null;
|
|
45
|
+
}
|
|
46
|
+
function implForWrapper(wrapper) {
|
|
47
|
+
return wrapper ? wrapper[implSymbol] : null;
|
|
48
|
+
}
|
|
49
|
+
function tryWrapperForImpl(impl) {
|
|
50
|
+
const wrapper = wrapperForImpl(impl);
|
|
51
|
+
return wrapper ? wrapper : impl;
|
|
52
|
+
}
|
|
53
|
+
function tryImplForWrapper(wrapper) {
|
|
54
|
+
const impl = implForWrapper(wrapper);
|
|
55
|
+
return impl ? impl : wrapper;
|
|
56
|
+
}
|
|
57
|
+
const iterInternalSymbol = Symbol("internal");
|
|
58
|
+
function isArrayIndexPropName(P) {
|
|
59
|
+
if (typeof P !== "string") return false;
|
|
60
|
+
const i = P >>> 0;
|
|
61
|
+
if (i === 2 ** 32 - 1) return false;
|
|
62
|
+
if (P !== `${i}`) return false;
|
|
63
|
+
return true;
|
|
64
|
+
}
|
|
65
|
+
const byteLengthGetter = Object.getOwnPropertyDescriptor(ArrayBuffer.prototype, "byteLength").get;
|
|
66
|
+
function isArrayBuffer(value) {
|
|
67
|
+
try {
|
|
68
|
+
byteLengthGetter.call(value);
|
|
69
|
+
return true;
|
|
70
|
+
} catch (e) {
|
|
71
|
+
return false;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
function iteratorResult([key, value], kind) {
|
|
75
|
+
let result;
|
|
76
|
+
switch (kind) {
|
|
77
|
+
case "key":
|
|
78
|
+
result = key;
|
|
79
|
+
break;
|
|
80
|
+
case "value":
|
|
81
|
+
result = value;
|
|
82
|
+
break;
|
|
83
|
+
case "key+value":
|
|
84
|
+
result = [key, value];
|
|
85
|
+
break;
|
|
86
|
+
}
|
|
87
|
+
return {
|
|
88
|
+
value: result,
|
|
89
|
+
done: false
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
const supportsPropertyIndex = Symbol("supports property index");
|
|
93
|
+
const supportedPropertyIndices = Symbol("supported property indices");
|
|
94
|
+
const supportsPropertyName = Symbol("supports property name");
|
|
95
|
+
const supportedPropertyNames = Symbol("supported property names");
|
|
96
|
+
const indexedGet = Symbol("indexed property get");
|
|
97
|
+
const indexedSetNew = Symbol("indexed property set new");
|
|
98
|
+
const indexedSetExisting = Symbol("indexed property set existing");
|
|
99
|
+
const namedGet = Symbol("named property get");
|
|
100
|
+
const namedSetNew = Symbol("named property set new");
|
|
101
|
+
const namedSetExisting = Symbol("named property set existing");
|
|
102
|
+
const namedDelete = Symbol("named property delete");
|
|
103
|
+
const asyncIteratorNext = Symbol("async iterator get the next iteration result");
|
|
104
|
+
const asyncIteratorReturn = Symbol("async iterator return steps");
|
|
105
|
+
const asyncIteratorInit = Symbol("async iterator initialization steps");
|
|
106
|
+
const asyncIteratorEOI = Symbol("async iterator end of iteration");
|
|
107
|
+
module.exports = exports = {
|
|
108
|
+
isObject,
|
|
109
|
+
hasOwn,
|
|
110
|
+
define,
|
|
111
|
+
newObjectInRealm,
|
|
112
|
+
wrapperSymbol,
|
|
113
|
+
implSymbol,
|
|
114
|
+
getSameObject,
|
|
115
|
+
ctorRegistrySymbol,
|
|
116
|
+
initCtorRegistry,
|
|
117
|
+
wrapperForImpl,
|
|
118
|
+
implForWrapper,
|
|
119
|
+
tryWrapperForImpl,
|
|
120
|
+
tryImplForWrapper,
|
|
121
|
+
iterInternalSymbol,
|
|
122
|
+
isArrayBuffer,
|
|
123
|
+
isArrayIndexPropName,
|
|
124
|
+
supportsPropertyIndex,
|
|
125
|
+
supportedPropertyIndices,
|
|
126
|
+
supportsPropertyName,
|
|
127
|
+
supportedPropertyNames,
|
|
128
|
+
indexedGet,
|
|
129
|
+
indexedSetNew,
|
|
130
|
+
indexedSetExisting,
|
|
131
|
+
namedGet,
|
|
132
|
+
namedSetNew,
|
|
133
|
+
namedSetExisting,
|
|
134
|
+
namedDelete,
|
|
135
|
+
asyncIteratorNext,
|
|
136
|
+
asyncIteratorReturn,
|
|
137
|
+
asyncIteratorInit,
|
|
138
|
+
asyncIteratorEOI,
|
|
139
|
+
iteratorResult
|
|
140
|
+
};
|
|
141
|
+
}));
|
|
142
|
+
|
|
143
|
+
//#endregion
|
|
144
|
+
export default require_utils();
|
|
145
|
+
|
|
146
|
+
export { require_utils };
|
|
147
|
+
//# sourceMappingURL=utils.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.mjs","names":[],"sources":["../../../../../../../../../node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/utils.js"],"sourcesContent":["\"use strict\";\n\n// Returns \"Type(value) is Object\" in ES terminology.\nfunction isObject(value) {\n return (typeof value === \"object\" && value !== null) || typeof value === \"function\";\n}\n\nconst hasOwn = Function.prototype.call.bind(Object.prototype.hasOwnProperty);\n\n// Like `Object.assign`, but using `[[GetOwnProperty]]` and `[[DefineOwnProperty]]`\n// instead of `[[Get]]` and `[[Set]]` and only allowing objects\nfunction define(target, source) {\n for (const key of Reflect.ownKeys(source)) {\n const descriptor = Reflect.getOwnPropertyDescriptor(source, key);\n if (descriptor && !Reflect.defineProperty(target, key, descriptor)) {\n throw new TypeError(`Cannot redefine property: ${String(key)}`);\n }\n }\n}\n\nfunction newObjectInRealm(globalObject, object) {\n const ctorRegistry = initCtorRegistry(globalObject);\n return Object.defineProperties(\n Object.create(ctorRegistry[\"%Object.prototype%\"]),\n Object.getOwnPropertyDescriptors(object)\n );\n}\n\nconst wrapperSymbol = Symbol(\"wrapper\");\nconst implSymbol = Symbol(\"impl\");\nconst sameObjectCaches = Symbol(\"SameObject caches\");\nconst ctorRegistrySymbol = Symbol.for(\"[webidl2js] constructor registry\");\n\nconst AsyncIteratorPrototype = Object.getPrototypeOf(Object.getPrototypeOf(async function* () {}).prototype);\n\nfunction initCtorRegistry(globalObject) {\n if (hasOwn(globalObject, ctorRegistrySymbol)) {\n return globalObject[ctorRegistrySymbol];\n }\n\n const ctorRegistry = Object.create(null);\n\n // In addition to registering all the WebIDL2JS-generated types in the constructor registry,\n // we also register a few intrinsics that we make use of in generated code, since they are not\n // easy to grab from the globalObject variable.\n ctorRegistry[\"%Object.prototype%\"] = globalObject.Object.prototype;\n ctorRegistry[\"%IteratorPrototype%\"] = Object.getPrototypeOf(\n Object.getPrototypeOf(new globalObject.Array()[Symbol.iterator]())\n );\n\n try {\n ctorRegistry[\"%AsyncIteratorPrototype%\"] = Object.getPrototypeOf(\n Object.getPrototypeOf(\n globalObject.eval(\"(async function* () {})\").prototype\n )\n );\n } catch {\n ctorRegistry[\"%AsyncIteratorPrototype%\"] = AsyncIteratorPrototype;\n }\n\n globalObject[ctorRegistrySymbol] = ctorRegistry;\n return ctorRegistry;\n}\n\nfunction getSameObject(wrapper, prop, creator) {\n if (!wrapper[sameObjectCaches]) {\n wrapper[sameObjectCaches] = Object.create(null);\n }\n\n if (prop in wrapper[sameObjectCaches]) {\n return wrapper[sameObjectCaches][prop];\n }\n\n wrapper[sameObjectCaches][prop] = creator();\n return wrapper[sameObjectCaches][prop];\n}\n\nfunction wrapperForImpl(impl) {\n return impl ? impl[wrapperSymbol] : null;\n}\n\nfunction implForWrapper(wrapper) {\n return wrapper ? wrapper[implSymbol] : null;\n}\n\nfunction tryWrapperForImpl(impl) {\n const wrapper = wrapperForImpl(impl);\n return wrapper ? wrapper : impl;\n}\n\nfunction tryImplForWrapper(wrapper) {\n const impl = implForWrapper(wrapper);\n return impl ? impl : wrapper;\n}\n\nconst iterInternalSymbol = Symbol(\"internal\");\n\nfunction isArrayIndexPropName(P) {\n if (typeof P !== \"string\") {\n return false;\n }\n const i = P >>> 0;\n if (i === 2 ** 32 - 1) {\n return false;\n }\n const s = `${i}`;\n if (P !== s) {\n return false;\n }\n return true;\n}\n\nconst byteLengthGetter =\n Object.getOwnPropertyDescriptor(ArrayBuffer.prototype, \"byteLength\").get;\nfunction isArrayBuffer(value) {\n try {\n byteLengthGetter.call(value);\n return true;\n } catch (e) {\n return false;\n }\n}\n\nfunction iteratorResult([key, value], kind) {\n let result;\n switch (kind) {\n case \"key\":\n result = key;\n break;\n case \"value\":\n result = value;\n break;\n case \"key+value\":\n result = [key, value];\n break;\n }\n return { value: result, done: false };\n}\n\nconst supportsPropertyIndex = Symbol(\"supports property index\");\nconst supportedPropertyIndices = Symbol(\"supported property indices\");\nconst supportsPropertyName = Symbol(\"supports property name\");\nconst supportedPropertyNames = Symbol(\"supported property names\");\nconst indexedGet = Symbol(\"indexed property get\");\nconst indexedSetNew = Symbol(\"indexed property set new\");\nconst indexedSetExisting = Symbol(\"indexed property set existing\");\nconst namedGet = Symbol(\"named property get\");\nconst namedSetNew = Symbol(\"named property set new\");\nconst namedSetExisting = Symbol(\"named property set existing\");\nconst namedDelete = Symbol(\"named property delete\");\n\nconst asyncIteratorNext = Symbol(\"async iterator get the next iteration result\");\nconst asyncIteratorReturn = Symbol(\"async iterator return steps\");\nconst asyncIteratorInit = Symbol(\"async iterator initialization steps\");\nconst asyncIteratorEOI = Symbol(\"async iterator end of iteration\");\n\nmodule.exports = exports = {\n isObject,\n hasOwn,\n define,\n newObjectInRealm,\n wrapperSymbol,\n implSymbol,\n getSameObject,\n ctorRegistrySymbol,\n initCtorRegistry,\n wrapperForImpl,\n implForWrapper,\n tryWrapperForImpl,\n tryImplForWrapper,\n iterInternalSymbol,\n isArrayBuffer,\n isArrayIndexPropName,\n supportsPropertyIndex,\n supportedPropertyIndices,\n supportsPropertyName,\n supportedPropertyNames,\n indexedGet,\n indexedSetNew,\n indexedSetExisting,\n namedGet,\n namedSetNew,\n namedSetExisting,\n namedDelete,\n asyncIteratorNext,\n asyncIteratorReturn,\n asyncIteratorInit,\n asyncIteratorEOI,\n iteratorResult\n};\n"],"x_google_ignoreList":[0],"mappings":"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"}
|
package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/webidl2js-wrapper.mjs
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_URLSearchParams } from "./lib/URLSearchParams.mjs";
|
|
3
|
+
import { require_URL } from "./lib/URL.mjs";
|
|
4
|
+
|
|
5
|
+
//#region ../../node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/webidl2js-wrapper.js
|
|
6
|
+
var require_webidl2js_wrapper = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
7
|
+
const URL = require_URL();
|
|
8
|
+
const URLSearchParams = require_URLSearchParams();
|
|
9
|
+
exports.URL = URL;
|
|
10
|
+
exports.URLSearchParams = URLSearchParams;
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
//#endregion
|
|
14
|
+
export default require_webidl2js_wrapper();
|
|
15
|
+
|
|
16
|
+
export { require_webidl2js_wrapper };
|
|
17
|
+
//# sourceMappingURL=webidl2js-wrapper.mjs.map
|
package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/webidl2js-wrapper.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webidl2js-wrapper.mjs","names":[],"sources":["../../../../../../../../node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/webidl2js-wrapper.js"],"sourcesContent":["\"use strict\";\n\nconst URL = require(\"./lib/URL\");\nconst URLSearchParams = require(\"./lib/URLSearchParams\");\n\nexports.URL = URL;\nexports.URLSearchParams = URLSearchParams;\n"],"x_google_ignoreList":[0],"mappings":";;;;;;CAEA,MAAM;CACN,MAAM;AAEN,SAAQ,MAAM;AACd,SAAQ,kBAAkB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pecunia-root",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"jose": "^6.1.0",
|
|
109
109
|
"kysely": "^0.28.5",
|
|
110
110
|
"nanostores": "^1.0.1",
|
|
111
|
-
"pecunia-core": "^0.0.
|
|
111
|
+
"pecunia-core": "^0.0.3",
|
|
112
112
|
"zod": "^4.1.12"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
@@ -133,43 +133,5 @@
|
|
|
133
133
|
"type-fest": "^5.2.0",
|
|
134
134
|
"typescript": "^5.9.3",
|
|
135
135
|
"vitest": "^4.0.15"
|
|
136
|
-
},
|
|
137
|
-
"peerDependencies": {
|
|
138
|
-
"@prisma/client": "^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
139
|
-
"better-sqlite3": "^12.0.0",
|
|
140
|
-
"drizzle-kit": ">=0.31.4",
|
|
141
|
-
"drizzle-orm": ">=0.41.0",
|
|
142
|
-
"mongodb": "^6.0.0 || ^7.0.0",
|
|
143
|
-
"mysql2": "^3.0.0",
|
|
144
|
-
"next": "^14.0.0 || ^15.0.0 || ^16.0.0",
|
|
145
|
-
"pg": "^8.0.0",
|
|
146
|
-
"prisma": "^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
147
|
-
"vitest": "^2.0.0 || ^3.0.0 || ^4.0.0"
|
|
148
|
-
},
|
|
149
|
-
"peerDependenciesMeta": {
|
|
150
|
-
"drizzle-kit": {
|
|
151
|
-
"optional": true
|
|
152
|
-
},
|
|
153
|
-
"drizzle-orm": {
|
|
154
|
-
"optional": true
|
|
155
|
-
},
|
|
156
|
-
"mongodb": {
|
|
157
|
-
"optional": true
|
|
158
|
-
},
|
|
159
|
-
"mysql2": {
|
|
160
|
-
"optional": true
|
|
161
|
-
},
|
|
162
|
-
"pg": {
|
|
163
|
-
"optional": true
|
|
164
|
-
},
|
|
165
|
-
"prisma": {
|
|
166
|
-
"optional": true
|
|
167
|
-
},
|
|
168
|
-
"better-sqlite3": {
|
|
169
|
-
"optional": true
|
|
170
|
-
},
|
|
171
|
-
"vitest": {
|
|
172
|
-
"optional": true
|
|
173
|
-
}
|
|
174
136
|
}
|
|
175
137
|
}
|