@attocash/cli 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +28 -0
- package/README.md +707 -0
- package/dist/application/app.d.ts +138 -0
- package/dist/application/app.js +654 -0
- package/dist/application/operations.d.ts +9 -0
- package/dist/application/operations.js +96 -0
- package/dist/cli/cli.d.ts +1 -0
- package/dist/cli/cli.js +460 -0
- package/dist/cli/help.d.ts +4 -0
- package/dist/cli/help.js +49 -0
- package/dist/cli/main.d.ts +2 -0
- package/dist/cli/main.js +13 -0
- package/dist/cli/onboarding.d.ts +14 -0
- package/dist/cli/onboarding.js +144 -0
- package/dist/cli/output.d.ts +2 -0
- package/dist/cli/output.js +231 -0
- package/dist/cli/terminal.d.ts +6 -0
- package/dist/cli/terminal.js +92 -0
- package/dist/cli/update-check.d.ts +1 -0
- package/dist/cli/update-check.js +12 -0
- package/dist/cli/updates.d.ts +2 -0
- package/dist/cli/updates.js +98 -0
- package/dist/core.d.ts +14 -0
- package/dist/core.js +14 -0
- package/dist/doctor/credential-probe.d.ts +7 -0
- package/dist/doctor/credential-probe.js +49 -0
- package/dist/doctor/doctor.d.ts +4 -0
- package/dist/doctor/doctor.js +213 -0
- package/dist/doctor/keyring.d.ts +7 -0
- package/dist/doctor/keyring.js +150 -0
- package/dist/doctor/profile.d.ts +19 -0
- package/dist/doctor/profile.js +73 -0
- package/dist/doctor/types.d.ts +40 -0
- package/dist/doctor/types.js +1 -0
- package/dist/domain/amount.d.ts +6 -0
- package/dist/domain/amount.js +27 -0
- package/dist/domain/errors.d.ts +10 -0
- package/dist/domain/errors.js +16 -0
- package/dist/labels/directory.d.ts +87 -0
- package/dist/labels/directory.js +140 -0
- package/dist/labels/personal.d.ts +17 -0
- package/dist/labels/personal.js +56 -0
- package/dist/labels/presentation.d.ts +154 -0
- package/dist/labels/presentation.js +90 -0
- package/dist/network/reader.d.ts +31 -0
- package/dist/network/reader.js +370 -0
- package/dist/network/retry.d.ts +7 -0
- package/dist/network/retry.js +53 -0
- package/dist/network/work.d.ts +3 -0
- package/dist/network/work.js +66 -0
- package/dist/pricing/market.d.ts +29 -0
- package/dist/pricing/market.js +150 -0
- package/dist/pricing/terms.d.ts +6 -0
- package/dist/pricing/terms.js +12 -0
- package/dist/spending/destination.d.ts +16 -0
- package/dist/spending/destination.js +42 -0
- package/dist/spending/journal.d.ts +28 -0
- package/dist/spending/journal.js +69 -0
- package/dist/spending/ledger.d.ts +118 -0
- package/dist/spending/ledger.js +444 -0
- package/dist/spending/payments.d.ts +67 -0
- package/dist/spending/payments.js +424 -0
- package/dist/spending/pool.d.ts +13 -0
- package/dist/spending/pool.js +38 -0
- package/dist/spending/reconcile.d.ts +18 -0
- package/dist/spending/reconcile.js +64 -0
- package/dist/storage/profiles.d.ts +13 -0
- package/dist/storage/profiles.js +86 -0
- package/dist/storage/secrets.d.ts +16 -0
- package/dist/storage/secrets.js +104 -0
- package/dist/storage/state.d.ts +32 -0
- package/dist/storage/state.js +255 -0
- package/dist/wallet/auto-receive.d.ts +57 -0
- package/dist/wallet/auto-receive.js +140 -0
- package/dist/wallet/defaults.d.ts +3 -0
- package/dist/wallet/defaults.js +26 -0
- package/dist/wallet/signing.d.ts +17 -0
- package/dist/wallet/signing.js +128 -0
- package/dist/wallet/types.d.ts +65 -0
- package/dist/wallet/types.js +1 -0
- package/dist/wallet/work.d.ts +29 -0
- package/dist/wallet/work.js +154 -0
- package/dist/watches/manager.d.ts +75 -0
- package/dist/watches/manager.js +197 -0
- package/node_modules/@attocash/commons-core/Kotlin-DateTime-library-kotlinx-datetime.mjs +6678 -0
- package/node_modules/@attocash/commons-core/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/LICENSE +28 -0
- package/node_modules/@attocash/commons-core/README.md +118 -0
- package/node_modules/@attocash/commons-core/commons-commons-core.d.mts +1036 -0
- package/node_modules/@attocash/commons-core/commons-commons-core.mjs +7701 -0
- package/node_modules/@attocash/commons-core/commons-commons-core.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/kotlin-kotlin-stdlib.mjs +17681 -0
- package/node_modules/@attocash/commons-core/kotlin-kotlin-stdlib.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs +4 -0
- package/node_modules/@attocash/commons-core/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/kotlinx-io-kotlinx-io-bytestring.mjs +209 -0
- package/node_modules/@attocash/commons-core/kotlinx-io-kotlinx-io-bytestring.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/kotlinx-io-kotlinx-io-core.mjs +2284 -0
- package/node_modules/@attocash/commons-core/kotlinx-io-kotlinx-io-core.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/kotlinx-serialization-kotlinx-serialization-core.mjs +6042 -0
- package/node_modules/@attocash/commons-core/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
- package/node_modules/@attocash/commons-core/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/package.json +27 -0
- package/node_modules/@attocash/commons-node/LICENSE +28 -0
- package/node_modules/@attocash/commons-node/README.md +92 -0
- package/node_modules/@attocash/commons-node/commons-commons-node.d.mts +255 -0
- package/node_modules/@attocash/commons-node/commons-commons-node.mjs +2977 -0
- package/node_modules/@attocash/commons-node/commons-commons-node.mjs.map +1 -0
- package/node_modules/@attocash/commons-node/kotlin-logging.mjs +432 -0
- package/node_modules/@attocash/commons-node/kotlin-logging.mjs.map +1 -0
- package/node_modules/@attocash/commons-node/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
- package/node_modules/@attocash/commons-node/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-node/package.json +29 -0
- package/node_modules/@attocash/commons-node-remote/LICENSE +28 -0
- package/node_modules/@attocash/commons-node-remote/README.md +61 -0
- package/node_modules/@attocash/commons-node-remote/commons-commons-node-remote.d.mts +122 -0
- package/node_modules/@attocash/commons-node-remote/commons-commons-node-remote.mjs +1810 -0
- package/node_modules/@attocash/commons-node-remote/commons-commons-node-remote.mjs.map +1 -0
- package/node_modules/@attocash/commons-node-remote/kotlin-logging.mjs +432 -0
- package/node_modules/@attocash/commons-node-remote/kotlin-logging.mjs.map +1 -0
- package/node_modules/@attocash/commons-node-remote/kotlinx-browser.mjs +8 -0
- package/node_modules/@attocash/commons-node-remote/kotlinx-browser.mjs.map +1 -0
- package/node_modules/@attocash/commons-node-remote/kotlinx-serialization-kotlinx-serialization-json-io.mjs +4 -0
- package/node_modules/@attocash/commons-node-remote/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +1 -0
- package/node_modules/@attocash/commons-node-remote/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
- package/node_modules/@attocash/commons-node-remote/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-node-remote/package.json +31 -0
- package/node_modules/@attocash/commons-transport/LICENSE +28 -0
- package/node_modules/@attocash/commons-transport/README.md +5 -0
- package/node_modules/@attocash/commons-transport/commons-commons-transport.d.mts +64 -0
- package/node_modules/@attocash/commons-transport/commons-commons-transport.mjs +249 -0
- package/node_modules/@attocash/commons-transport/commons-commons-transport.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/kotlinx-atomicfu.mjs +263 -0
- package/node_modules/@attocash/commons-transport/kotlinx-atomicfu.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/kotlinx-browser.mjs +8 -0
- package/node_modules/@attocash/commons-transport/kotlinx-browser.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/kotlinx-coroutines-core.mjs +11604 -0
- package/node_modules/@attocash/commons-transport/kotlinx-coroutines-core.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/kotlinx-serialization-kotlinx-serialization-json-io.mjs +4 -0
- package/node_modules/@attocash/commons-transport/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
- package/node_modules/@attocash/commons-transport/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-client-content-negotiation.mjs +499 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-client-content-negotiation.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-client-core.mjs +6456 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-client-core.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-events.mjs +83 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-events.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-http-cio.mjs +1714 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-http-cio.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-http.mjs +3197 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-http.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-io.mjs +2290 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-io.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-serialization-kotlinx-json.mjs +46 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-serialization-kotlinx-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-serialization-kotlinx.mjs +482 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-serialization-kotlinx.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-serialization.mjs +165 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-serialization.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-sse.mjs +4 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-sse.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-utils.mjs +3222 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-utils.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-websocket-serialization.mjs +4 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-websocket-serialization.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-websockets.mjs +1485 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-websockets.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/package.json +29 -0
- package/node_modules/@attocash/commons-worker/LICENSE +28 -0
- package/node_modules/@attocash/commons-worker/README.md +48 -0
- package/node_modules/@attocash/commons-worker/commons-commons-worker.d.mts +73 -0
- package/node_modules/@attocash/commons-worker/commons-commons-worker.mjs +702 -0
- package/node_modules/@attocash/commons-worker/commons-commons-worker.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker/kotlin-logging.mjs +432 -0
- package/node_modules/@attocash/commons-worker/kotlin-logging.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
- package/node_modules/@attocash/commons-worker/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker/package.json +29 -0
- package/node_modules/@attocash/commons-worker-remote/LICENSE +28 -0
- package/node_modules/@attocash/commons-worker-remote/README.md +60 -0
- package/node_modules/@attocash/commons-worker-remote/commons-commons-worker-remote.d.mts +93 -0
- package/node_modules/@attocash/commons-worker-remote/commons-commons-worker-remote.mjs +289 -0
- package/node_modules/@attocash/commons-worker-remote/commons-commons-worker-remote.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker-remote/kotlin-logging.mjs +432 -0
- package/node_modules/@attocash/commons-worker-remote/kotlin-logging.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker-remote/kotlinx-browser.mjs +8 -0
- package/node_modules/@attocash/commons-worker-remote/kotlinx-browser.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker-remote/kotlinx-serialization-kotlinx-serialization-json-io.mjs +4 -0
- package/node_modules/@attocash/commons-worker-remote/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker-remote/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
- package/node_modules/@attocash/commons-worker-remote/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker-remote/package.json +31 -0
- package/node_modules/@js-joda/core/CHANGELOG.md +363 -0
- package/node_modules/@js-joda/core/CheatSheet.md +947 -0
- package/node_modules/@js-joda/core/LICENSE +34 -0
- package/node_modules/@js-joda/core/README.md +155 -0
- package/node_modules/@js-joda/core/bower.json +21 -0
- package/node_modules/@js-joda/core/dist/js-joda.d.ts +2452 -0
- package/node_modules/@js-joda/core/dist/js-joda.esm.js +13564 -0
- package/node_modules/@js-joda/core/dist/js-joda.flow.js +949 -0
- package/node_modules/@js-joda/core/dist/js-joda.js +13630 -0
- package/node_modules/@js-joda/core/dist/js-joda.js.map +1 -0
- package/node_modules/@js-joda/core/dist/js-joda.min.js +5 -0
- package/node_modules/@js-joda/core/package.json +76 -0
- package/node_modules/@js-joda/core/src/Clock.js +330 -0
- package/node_modules/@js-joda/core/src/DayOfWeek.js +451 -0
- package/node_modules/@js-joda/core/src/Duration.js +1205 -0
- package/node_modules/@js-joda/core/src/Enum.js +30 -0
- package/node_modules/@js-joda/core/src/Instant.js +1012 -0
- package/node_modules/@js-joda/core/src/LocalDate.js +1703 -0
- package/node_modules/@js-joda/core/src/LocalDateTime.js +1686 -0
- package/node_modules/@js-joda/core/src/LocalTime.js +1415 -0
- package/node_modules/@js-joda/core/src/MathUtil.js +236 -0
- package/node_modules/@js-joda/core/src/Month.js +600 -0
- package/node_modules/@js-joda/core/src/MonthDay.js +730 -0
- package/node_modules/@js-joda/core/src/OffsetDateTime.js +757 -0
- package/node_modules/@js-joda/core/src/OffsetTime.js +621 -0
- package/node_modules/@js-joda/core/src/Period.js +933 -0
- package/node_modules/@js-joda/core/src/StringUtil.js +43 -0
- package/node_modules/@js-joda/core/src/Year.js +1015 -0
- package/node_modules/@js-joda/core/src/YearConstants.js +21 -0
- package/node_modules/@js-joda/core/src/YearMonth.js +1096 -0
- package/node_modules/@js-joda/core/src/ZoneId.js +236 -0
- package/node_modules/@js-joda/core/src/ZoneIdFactory.js +201 -0
- package/node_modules/@js-joda/core/src/ZoneOffset.js +486 -0
- package/node_modules/@js-joda/core/src/ZoneRegion.js +72 -0
- package/node_modules/@js-joda/core/src/ZonedDateTime.js +2007 -0
- package/node_modules/@js-joda/core/src/_init.js +68 -0
- package/node_modules/@js-joda/core/src/assert.js +33 -0
- package/node_modules/@js-joda/core/src/chrono/ChronoLocalDate.js +230 -0
- package/node_modules/@js-joda/core/src/chrono/ChronoLocalDateTime.js +130 -0
- package/node_modules/@js-joda/core/src/chrono/ChronoZonedDateTime.js +194 -0
- package/node_modules/@js-joda/core/src/chrono/IsoChronology.js +235 -0
- package/node_modules/@js-joda/core/src/convert.js +83 -0
- package/node_modules/@js-joda/core/src/errors.js +54 -0
- package/node_modules/@js-joda/core/src/format/DateTimeBuilder.js +535 -0
- package/node_modules/@js-joda/core/src/format/DateTimeFormatter.js +728 -0
- package/node_modules/@js-joda/core/src/format/DateTimeFormatterBuilder.js +1545 -0
- package/node_modules/@js-joda/core/src/format/DateTimeParseContext.js +297 -0
- package/node_modules/@js-joda/core/src/format/DateTimePrintContext.js +138 -0
- package/node_modules/@js-joda/core/src/format/DecimalStyle.js +113 -0
- package/node_modules/@js-joda/core/src/format/EnumMap.js +70 -0
- package/node_modules/@js-joda/core/src/format/ParsePosition.js +31 -0
- package/node_modules/@js-joda/core/src/format/ResolverStyle.js +93 -0
- package/node_modules/@js-joda/core/src/format/SignStyle.js +38 -0
- package/node_modules/@js-joda/core/src/format/StringBuilder.js +47 -0
- package/node_modules/@js-joda/core/src/format/TextStyle.js +114 -0
- package/node_modules/@js-joda/core/src/format/parser/CharLiteralPrinterParser.js +46 -0
- package/node_modules/@js-joda/core/src/format/parser/CompositePrinterParser.js +89 -0
- package/node_modules/@js-joda/core/src/format/parser/FractionPrinterParser.js +162 -0
- package/node_modules/@js-joda/core/src/format/parser/NumberPrinterParser.js +367 -0
- package/node_modules/@js-joda/core/src/format/parser/OffsetIdPrinterParser.js +177 -0
- package/node_modules/@js-joda/core/src/format/parser/PadPrinterParserDecorator.js +81 -0
- package/node_modules/@js-joda/core/src/format/parser/SettingsParser.js +44 -0
- package/node_modules/@js-joda/core/src/format/parser/StringLiteralPrinterParser.js +39 -0
- package/node_modules/@js-joda/core/src/format/parser/ZoneIdPrinterParser.js +218 -0
- package/node_modules/@js-joda/core/src/js-joda.js +210 -0
- package/node_modules/@js-joda/core/src/license-preamble.js +3 -0
- package/node_modules/@js-joda/core/src/temporal/ChronoField.js +470 -0
- package/node_modules/@js-joda/core/src/temporal/ChronoUnit.js +310 -0
- package/node_modules/@js-joda/core/src/temporal/DefaultInterfaceTemporal.js +118 -0
- package/node_modules/@js-joda/core/src/temporal/IsoFields.js +859 -0
- package/node_modules/@js-joda/core/src/temporal/NativeJsTemporal.js +105 -0
- package/node_modules/@js-joda/core/src/temporal/Temporal.js +346 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalAccessor.js +125 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalAdjuster.js +92 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalAdjusters.js +464 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalAmount.js +166 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalField.js +248 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalQueries.js +223 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalQueriesFactory.js +77 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalQuery.js +107 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalUnit.js +179 -0
- package/node_modules/@js-joda/core/src/temporal/ValueRange.js +257 -0
- package/node_modules/@js-joda/core/src/use.js +20 -0
- package/node_modules/@js-joda/core/src/zone/SystemDefaultZoneId.js +31 -0
- package/node_modules/@js-joda/core/src/zone/SystemDefaultZoneRules.js +162 -0
- package/node_modules/@js-joda/core/src/zone/ZoneOffsetTransition.js +289 -0
- package/node_modules/@js-joda/core/src/zone/ZoneRules.js +464 -0
- package/node_modules/@js-joda/core/src/zone/ZoneRulesProvider.js +36 -0
- package/node_modules/@noble/hashes/LICENSE +21 -0
- package/node_modules/@noble/hashes/README.md +563 -0
- package/node_modules/@noble/hashes/_blake.d.ts +21 -0
- package/node_modules/@noble/hashes/_blake.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_blake.js +52 -0
- package/node_modules/@noble/hashes/_blake.js.map +1 -0
- package/node_modules/@noble/hashes/_md.d.ts +99 -0
- package/node_modules/@noble/hashes/_md.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_md.js +202 -0
- package/node_modules/@noble/hashes/_md.js.map +1 -0
- package/node_modules/@noble/hashes/_u64.d.ts +63 -0
- package/node_modules/@noble/hashes/_u64.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_u64.js +84 -0
- package/node_modules/@noble/hashes/_u64.js.map +1 -0
- package/node_modules/@noble/hashes/argon2.d.ts +112 -0
- package/node_modules/@noble/hashes/argon2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/argon2.js +517 -0
- package/node_modules/@noble/hashes/argon2.js.map +1 -0
- package/node_modules/@noble/hashes/blake1.d.ts +156 -0
- package/node_modules/@noble/hashes/blake1.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake1.js +560 -0
- package/node_modules/@noble/hashes/blake1.js.map +1 -0
- package/node_modules/@noble/hashes/blake2.d.ts +184 -0
- package/node_modules/@noble/hashes/blake2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake2.js +501 -0
- package/node_modules/@noble/hashes/blake2.js.map +1 -0
- package/node_modules/@noble/hashes/blake3.d.ts +68 -0
- package/node_modules/@noble/hashes/blake3.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake3.js +284 -0
- package/node_modules/@noble/hashes/blake3.js.map +1 -0
- package/node_modules/@noble/hashes/eskdf.d.ts +92 -0
- package/node_modules/@noble/hashes/eskdf.d.ts.map +1 -0
- package/node_modules/@noble/hashes/eskdf.js +218 -0
- package/node_modules/@noble/hashes/eskdf.js.map +1 -0
- package/node_modules/@noble/hashes/hkdf.d.ts +64 -0
- package/node_modules/@noble/hashes/hkdf.d.ts.map +1 -0
- package/node_modules/@noble/hashes/hkdf.js +120 -0
- package/node_modules/@noble/hashes/hkdf.js.map +1 -0
- package/node_modules/@noble/hashes/hmac.d.ts +47 -0
- package/node_modules/@noble/hashes/hmac.d.ts.map +1 -0
- package/node_modules/@noble/hashes/hmac.js +93 -0
- package/node_modules/@noble/hashes/hmac.js.map +1 -0
- package/node_modules/@noble/hashes/index.d.ts +2 -0
- package/node_modules/@noble/hashes/index.d.ts.map +1 -0
- package/node_modules/@noble/hashes/index.js +35 -0
- package/node_modules/@noble/hashes/index.js.map +1 -0
- package/node_modules/@noble/hashes/legacy.d.ts +102 -0
- package/node_modules/@noble/hashes/legacy.d.ts.map +1 -0
- package/node_modules/@noble/hashes/legacy.js +327 -0
- package/node_modules/@noble/hashes/legacy.js.map +1 -0
- package/node_modules/@noble/hashes/package.json +97 -0
- package/node_modules/@noble/hashes/pbkdf2.d.ts +56 -0
- package/node_modules/@noble/hashes/pbkdf2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/pbkdf2.js +135 -0
- package/node_modules/@noble/hashes/pbkdf2.js.map +1 -0
- package/node_modules/@noble/hashes/scrypt.d.ts +65 -0
- package/node_modules/@noble/hashes/scrypt.d.ts.map +1 -0
- package/node_modules/@noble/hashes/scrypt.js +257 -0
- package/node_modules/@noble/hashes/scrypt.js.map +1 -0
- package/node_modules/@noble/hashes/sha2.d.ts +249 -0
- package/node_modules/@noble/hashes/sha2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha2.js +458 -0
- package/node_modules/@noble/hashes/sha2.js.map +1 -0
- package/node_modules/@noble/hashes/sha3-addons.d.ts +461 -0
- package/node_modules/@noble/hashes/sha3-addons.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha3-addons.js +783 -0
- package/node_modules/@noble/hashes/sha3-addons.js.map +1 -0
- package/node_modules/@noble/hashes/sha3.d.ts +199 -0
- package/node_modules/@noble/hashes/sha3.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha3.js +431 -0
- package/node_modules/@noble/hashes/sha3.js.map +1 -0
- package/node_modules/@noble/hashes/src/_blake.ts +57 -0
- package/node_modules/@noble/hashes/src/_md.ts +222 -0
- package/node_modules/@noble/hashes/src/_u64.ts +117 -0
- package/node_modules/@noble/hashes/src/argon2.ts +667 -0
- package/node_modules/@noble/hashes/src/blake1.ts +614 -0
- package/node_modules/@noble/hashes/src/blake2.ts +582 -0
- package/node_modules/@noble/hashes/src/blake3.ts +317 -0
- package/node_modules/@noble/hashes/src/eskdf.ts +259 -0
- package/node_modules/@noble/hashes/src/hkdf.ts +133 -0
- package/node_modules/@noble/hashes/src/hmac.ts +126 -0
- package/node_modules/@noble/hashes/src/index.ts +33 -0
- package/node_modules/@noble/hashes/src/legacy.ts +339 -0
- package/node_modules/@noble/hashes/src/pbkdf2.ts +175 -0
- package/node_modules/@noble/hashes/src/scrypt.ts +315 -0
- package/node_modules/@noble/hashes/src/sha2.ts +530 -0
- package/node_modules/@noble/hashes/src/sha3-addons.ts +983 -0
- package/node_modules/@noble/hashes/src/sha3.ts +485 -0
- package/node_modules/@noble/hashes/src/utils.ts +848 -0
- package/node_modules/@noble/hashes/src/webcrypto.ts +239 -0
- package/node_modules/@noble/hashes/utils.d.ts +519 -0
- package/node_modules/@noble/hashes/utils.d.ts.map +1 -0
- package/node_modules/@noble/hashes/utils.js +578 -0
- package/node_modules/@noble/hashes/utils.js.map +1 -0
- package/node_modules/@noble/hashes/webcrypto.d.ts +120 -0
- package/node_modules/@noble/hashes/webcrypto.d.ts.map +1 -0
- package/node_modules/@noble/hashes/webcrypto.js +165 -0
- package/node_modules/@noble/hashes/webcrypto.js.map +1 -0
- package/node_modules/ws/LICENSE +20 -0
- package/node_modules/ws/README.md +548 -0
- package/node_modules/ws/browser.js +8 -0
- package/node_modules/ws/index.js +22 -0
- package/node_modules/ws/lib/buffer-util.js +131 -0
- package/node_modules/ws/lib/constants.js +19 -0
- package/node_modules/ws/lib/event-target.js +292 -0
- package/node_modules/ws/lib/extension.js +203 -0
- package/node_modules/ws/lib/limiter.js +55 -0
- package/node_modules/ws/lib/permessage-deflate.js +530 -0
- package/node_modules/ws/lib/receiver.js +743 -0
- package/node_modules/ws/lib/sender.js +607 -0
- package/node_modules/ws/lib/stream.js +161 -0
- package/node_modules/ws/lib/subprotocol.js +62 -0
- package/node_modules/ws/lib/validation.js +152 -0
- package/node_modules/ws/lib/websocket-server.js +562 -0
- package/node_modules/ws/lib/websocket.js +1407 -0
- package/node_modules/ws/package.json +74 -0
- package/node_modules/ws/wrapper.mjs +21 -0
- package/package.json +53 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const BINARY_TYPES = ['nodebuffer', 'arraybuffer', 'fragments'];
|
|
4
|
+
const hasBlob = typeof Blob !== 'undefined';
|
|
5
|
+
|
|
6
|
+
if (hasBlob) BINARY_TYPES.push('blob');
|
|
7
|
+
|
|
8
|
+
module.exports = {
|
|
9
|
+
BINARY_TYPES,
|
|
10
|
+
CLOSE_TIMEOUT: 30000,
|
|
11
|
+
EMPTY_BUFFER: Buffer.alloc(0),
|
|
12
|
+
GUID: '258EAFA5-E914-47DA-95CA-C5AB0DC85B11',
|
|
13
|
+
hasBlob,
|
|
14
|
+
kForOnEventAttribute: Symbol('kIsForOnEventAttribute'),
|
|
15
|
+
kListener: Symbol('kListener'),
|
|
16
|
+
kStatusCode: Symbol('status-code'),
|
|
17
|
+
kWebSocket: Symbol('websocket'),
|
|
18
|
+
NOOP: () => {}
|
|
19
|
+
};
|
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const { kForOnEventAttribute, kListener } = require('./constants');
|
|
4
|
+
|
|
5
|
+
const kCode = Symbol('kCode');
|
|
6
|
+
const kData = Symbol('kData');
|
|
7
|
+
const kError = Symbol('kError');
|
|
8
|
+
const kMessage = Symbol('kMessage');
|
|
9
|
+
const kReason = Symbol('kReason');
|
|
10
|
+
const kTarget = Symbol('kTarget');
|
|
11
|
+
const kType = Symbol('kType');
|
|
12
|
+
const kWasClean = Symbol('kWasClean');
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Class representing an event.
|
|
16
|
+
*/
|
|
17
|
+
class Event {
|
|
18
|
+
/**
|
|
19
|
+
* Create a new `Event`.
|
|
20
|
+
*
|
|
21
|
+
* @param {String} type The name of the event
|
|
22
|
+
* @throws {TypeError} If the `type` argument is not specified
|
|
23
|
+
*/
|
|
24
|
+
constructor(type) {
|
|
25
|
+
this[kTarget] = null;
|
|
26
|
+
this[kType] = type;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {*}
|
|
31
|
+
*/
|
|
32
|
+
get target() {
|
|
33
|
+
return this[kTarget];
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {String}
|
|
38
|
+
*/
|
|
39
|
+
get type() {
|
|
40
|
+
return this[kType];
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
Object.defineProperty(Event.prototype, 'target', { enumerable: true });
|
|
45
|
+
Object.defineProperty(Event.prototype, 'type', { enumerable: true });
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Class representing a close event.
|
|
49
|
+
*
|
|
50
|
+
* @extends Event
|
|
51
|
+
*/
|
|
52
|
+
class CloseEvent extends Event {
|
|
53
|
+
/**
|
|
54
|
+
* Create a new `CloseEvent`.
|
|
55
|
+
*
|
|
56
|
+
* @param {String} type The name of the event
|
|
57
|
+
* @param {Object} [options] A dictionary object that allows for setting
|
|
58
|
+
* attributes via object members of the same name
|
|
59
|
+
* @param {Number} [options.code=0] The status code explaining why the
|
|
60
|
+
* connection was closed
|
|
61
|
+
* @param {String} [options.reason=''] A human-readable string explaining why
|
|
62
|
+
* the connection was closed
|
|
63
|
+
* @param {Boolean} [options.wasClean=false] Indicates whether or not the
|
|
64
|
+
* connection was cleanly closed
|
|
65
|
+
*/
|
|
66
|
+
constructor(type, options = {}) {
|
|
67
|
+
super(type);
|
|
68
|
+
|
|
69
|
+
this[kCode] = options.code === undefined ? 0 : options.code;
|
|
70
|
+
this[kReason] = options.reason === undefined ? '' : options.reason;
|
|
71
|
+
this[kWasClean] = options.wasClean === undefined ? false : options.wasClean;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @type {Number}
|
|
76
|
+
*/
|
|
77
|
+
get code() {
|
|
78
|
+
return this[kCode];
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* @type {String}
|
|
83
|
+
*/
|
|
84
|
+
get reason() {
|
|
85
|
+
return this[kReason];
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* @type {Boolean}
|
|
90
|
+
*/
|
|
91
|
+
get wasClean() {
|
|
92
|
+
return this[kWasClean];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
Object.defineProperty(CloseEvent.prototype, 'code', { enumerable: true });
|
|
97
|
+
Object.defineProperty(CloseEvent.prototype, 'reason', { enumerable: true });
|
|
98
|
+
Object.defineProperty(CloseEvent.prototype, 'wasClean', { enumerable: true });
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* Class representing an error event.
|
|
102
|
+
*
|
|
103
|
+
* @extends Event
|
|
104
|
+
*/
|
|
105
|
+
class ErrorEvent extends Event {
|
|
106
|
+
/**
|
|
107
|
+
* Create a new `ErrorEvent`.
|
|
108
|
+
*
|
|
109
|
+
* @param {String} type The name of the event
|
|
110
|
+
* @param {Object} [options] A dictionary object that allows for setting
|
|
111
|
+
* attributes via object members of the same name
|
|
112
|
+
* @param {*} [options.error=null] The error that generated this event
|
|
113
|
+
* @param {String} [options.message=''] The error message
|
|
114
|
+
*/
|
|
115
|
+
constructor(type, options = {}) {
|
|
116
|
+
super(type);
|
|
117
|
+
|
|
118
|
+
this[kError] = options.error === undefined ? null : options.error;
|
|
119
|
+
this[kMessage] = options.message === undefined ? '' : options.message;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* @type {*}
|
|
124
|
+
*/
|
|
125
|
+
get error() {
|
|
126
|
+
return this[kError];
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* @type {String}
|
|
131
|
+
*/
|
|
132
|
+
get message() {
|
|
133
|
+
return this[kMessage];
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
Object.defineProperty(ErrorEvent.prototype, 'error', { enumerable: true });
|
|
138
|
+
Object.defineProperty(ErrorEvent.prototype, 'message', { enumerable: true });
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Class representing a message event.
|
|
142
|
+
*
|
|
143
|
+
* @extends Event
|
|
144
|
+
*/
|
|
145
|
+
class MessageEvent extends Event {
|
|
146
|
+
/**
|
|
147
|
+
* Create a new `MessageEvent`.
|
|
148
|
+
*
|
|
149
|
+
* @param {String} type The name of the event
|
|
150
|
+
* @param {Object} [options] A dictionary object that allows for setting
|
|
151
|
+
* attributes via object members of the same name
|
|
152
|
+
* @param {*} [options.data=null] The message content
|
|
153
|
+
*/
|
|
154
|
+
constructor(type, options = {}) {
|
|
155
|
+
super(type);
|
|
156
|
+
|
|
157
|
+
this[kData] = options.data === undefined ? null : options.data;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* @type {*}
|
|
162
|
+
*/
|
|
163
|
+
get data() {
|
|
164
|
+
return this[kData];
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
Object.defineProperty(MessageEvent.prototype, 'data', { enumerable: true });
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* This provides methods for emulating the `EventTarget` interface. It's not
|
|
172
|
+
* meant to be used directly.
|
|
173
|
+
*
|
|
174
|
+
* @mixin
|
|
175
|
+
*/
|
|
176
|
+
const EventTarget = {
|
|
177
|
+
/**
|
|
178
|
+
* Register an event listener.
|
|
179
|
+
*
|
|
180
|
+
* @param {String} type A string representing the event type to listen for
|
|
181
|
+
* @param {(Function|Object)} handler The listener to add
|
|
182
|
+
* @param {Object} [options] An options object specifies characteristics about
|
|
183
|
+
* the event listener
|
|
184
|
+
* @param {Boolean} [options.once=false] A `Boolean` indicating that the
|
|
185
|
+
* listener should be invoked at most once after being added. If `true`,
|
|
186
|
+
* the listener would be automatically removed when invoked.
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
addEventListener(type, handler, options = {}) {
|
|
190
|
+
for (const listener of this.listeners(type)) {
|
|
191
|
+
if (
|
|
192
|
+
!options[kForOnEventAttribute] &&
|
|
193
|
+
listener[kListener] === handler &&
|
|
194
|
+
!listener[kForOnEventAttribute]
|
|
195
|
+
) {
|
|
196
|
+
return;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
let wrapper;
|
|
201
|
+
|
|
202
|
+
if (type === 'message') {
|
|
203
|
+
wrapper = function onMessage(data, isBinary) {
|
|
204
|
+
const event = new MessageEvent('message', {
|
|
205
|
+
data: isBinary ? data : data.toString()
|
|
206
|
+
});
|
|
207
|
+
|
|
208
|
+
event[kTarget] = this;
|
|
209
|
+
callListener(handler, this, event);
|
|
210
|
+
};
|
|
211
|
+
} else if (type === 'close') {
|
|
212
|
+
wrapper = function onClose(code, message) {
|
|
213
|
+
const event = new CloseEvent('close', {
|
|
214
|
+
code,
|
|
215
|
+
reason: message.toString(),
|
|
216
|
+
wasClean: this._closeFrameReceived && this._closeFrameSent
|
|
217
|
+
});
|
|
218
|
+
|
|
219
|
+
event[kTarget] = this;
|
|
220
|
+
callListener(handler, this, event);
|
|
221
|
+
};
|
|
222
|
+
} else if (type === 'error') {
|
|
223
|
+
wrapper = function onError(error) {
|
|
224
|
+
const event = new ErrorEvent('error', {
|
|
225
|
+
error,
|
|
226
|
+
message: error.message
|
|
227
|
+
});
|
|
228
|
+
|
|
229
|
+
event[kTarget] = this;
|
|
230
|
+
callListener(handler, this, event);
|
|
231
|
+
};
|
|
232
|
+
} else if (type === 'open') {
|
|
233
|
+
wrapper = function onOpen() {
|
|
234
|
+
const event = new Event('open');
|
|
235
|
+
|
|
236
|
+
event[kTarget] = this;
|
|
237
|
+
callListener(handler, this, event);
|
|
238
|
+
};
|
|
239
|
+
} else {
|
|
240
|
+
return;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
wrapper[kForOnEventAttribute] = !!options[kForOnEventAttribute];
|
|
244
|
+
wrapper[kListener] = handler;
|
|
245
|
+
|
|
246
|
+
if (options.once) {
|
|
247
|
+
this.once(type, wrapper);
|
|
248
|
+
} else {
|
|
249
|
+
this.on(type, wrapper);
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* Remove an event listener.
|
|
255
|
+
*
|
|
256
|
+
* @param {String} type A string representing the event type to remove
|
|
257
|
+
* @param {(Function|Object)} handler The listener to remove
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
260
|
+
removeEventListener(type, handler) {
|
|
261
|
+
for (const listener of this.listeners(type)) {
|
|
262
|
+
if (listener[kListener] === handler && !listener[kForOnEventAttribute]) {
|
|
263
|
+
this.removeListener(type, listener);
|
|
264
|
+
break;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
};
|
|
269
|
+
|
|
270
|
+
module.exports = {
|
|
271
|
+
CloseEvent,
|
|
272
|
+
ErrorEvent,
|
|
273
|
+
Event,
|
|
274
|
+
EventTarget,
|
|
275
|
+
MessageEvent
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* Call an event listener
|
|
280
|
+
*
|
|
281
|
+
* @param {(Function|Object)} listener The listener to call
|
|
282
|
+
* @param {*} thisArg The value to use as `this`` when calling the listener
|
|
283
|
+
* @param {Event} event The event to pass to the listener
|
|
284
|
+
* @private
|
|
285
|
+
*/
|
|
286
|
+
function callListener(listener, thisArg, event) {
|
|
287
|
+
if (typeof listener === 'object' && listener.handleEvent) {
|
|
288
|
+
listener.handleEvent.call(listener, event);
|
|
289
|
+
} else {
|
|
290
|
+
listener.call(thisArg, event);
|
|
291
|
+
}
|
|
292
|
+
}
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const { tokenChars } = require('./validation');
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Adds an offer to the map of extension offers or a parameter to the map of
|
|
7
|
+
* parameters.
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} dest The map of extension offers or parameters
|
|
10
|
+
* @param {String} name The extension or parameter name
|
|
11
|
+
* @param {(Object|Boolean|String)} elem The extension parameters or the
|
|
12
|
+
* parameter value
|
|
13
|
+
* @private
|
|
14
|
+
*/
|
|
15
|
+
function push(dest, name, elem) {
|
|
16
|
+
if (dest[name] === undefined) dest[name] = [elem];
|
|
17
|
+
else dest[name].push(elem);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Parses the `Sec-WebSocket-Extensions` header into an object.
|
|
22
|
+
*
|
|
23
|
+
* @param {String} header The field value of the header
|
|
24
|
+
* @return {Object} The parsed object
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
function parse(header) {
|
|
28
|
+
const offers = Object.create(null);
|
|
29
|
+
let params = Object.create(null);
|
|
30
|
+
let mustUnescape = false;
|
|
31
|
+
let isEscaping = false;
|
|
32
|
+
let inQuotes = false;
|
|
33
|
+
let extensionName;
|
|
34
|
+
let paramName;
|
|
35
|
+
let start = -1;
|
|
36
|
+
let code = -1;
|
|
37
|
+
let end = -1;
|
|
38
|
+
let i = 0;
|
|
39
|
+
|
|
40
|
+
for (; i < header.length; i++) {
|
|
41
|
+
code = header.charCodeAt(i);
|
|
42
|
+
|
|
43
|
+
if (extensionName === undefined) {
|
|
44
|
+
if (end === -1 && tokenChars[code] === 1) {
|
|
45
|
+
if (start === -1) start = i;
|
|
46
|
+
} else if (
|
|
47
|
+
i !== 0 &&
|
|
48
|
+
(code === 0x20 /* ' ' */ || code === 0x09) /* '\t' */
|
|
49
|
+
) {
|
|
50
|
+
if (end === -1 && start !== -1) end = i;
|
|
51
|
+
} else if (code === 0x3b /* ';' */ || code === 0x2c /* ',' */) {
|
|
52
|
+
if (start === -1) {
|
|
53
|
+
throw new SyntaxError(`Unexpected character at index ${i}`);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
if (end === -1) end = i;
|
|
57
|
+
const name = header.slice(start, end);
|
|
58
|
+
if (code === 0x2c) {
|
|
59
|
+
push(offers, name, params);
|
|
60
|
+
params = Object.create(null);
|
|
61
|
+
} else {
|
|
62
|
+
extensionName = name;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
start = end = -1;
|
|
66
|
+
} else {
|
|
67
|
+
throw new SyntaxError(`Unexpected character at index ${i}`);
|
|
68
|
+
}
|
|
69
|
+
} else if (paramName === undefined) {
|
|
70
|
+
if (end === -1 && tokenChars[code] === 1) {
|
|
71
|
+
if (start === -1) start = i;
|
|
72
|
+
} else if (code === 0x20 || code === 0x09) {
|
|
73
|
+
if (end === -1 && start !== -1) end = i;
|
|
74
|
+
} else if (code === 0x3b || code === 0x2c) {
|
|
75
|
+
if (start === -1) {
|
|
76
|
+
throw new SyntaxError(`Unexpected character at index ${i}`);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
if (end === -1) end = i;
|
|
80
|
+
push(params, header.slice(start, end), true);
|
|
81
|
+
if (code === 0x2c) {
|
|
82
|
+
push(offers, extensionName, params);
|
|
83
|
+
params = Object.create(null);
|
|
84
|
+
extensionName = undefined;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
start = end = -1;
|
|
88
|
+
} else if (code === 0x3d /* '=' */ && start !== -1 && end === -1) {
|
|
89
|
+
paramName = header.slice(start, i);
|
|
90
|
+
start = end = -1;
|
|
91
|
+
} else {
|
|
92
|
+
throw new SyntaxError(`Unexpected character at index ${i}`);
|
|
93
|
+
}
|
|
94
|
+
} else {
|
|
95
|
+
//
|
|
96
|
+
// The value of a quoted-string after unescaping must conform to the
|
|
97
|
+
// token ABNF, so only token characters are valid.
|
|
98
|
+
// Ref: https://tools.ietf.org/html/rfc6455#section-9.1
|
|
99
|
+
//
|
|
100
|
+
if (isEscaping) {
|
|
101
|
+
if (tokenChars[code] !== 1) {
|
|
102
|
+
throw new SyntaxError(`Unexpected character at index ${i}`);
|
|
103
|
+
}
|
|
104
|
+
if (start === -1) start = i;
|
|
105
|
+
else if (!mustUnescape) mustUnescape = true;
|
|
106
|
+
isEscaping = false;
|
|
107
|
+
} else if (inQuotes) {
|
|
108
|
+
if (tokenChars[code] === 1) {
|
|
109
|
+
if (start === -1) start = i;
|
|
110
|
+
} else if (code === 0x22 /* '"' */ && start !== -1) {
|
|
111
|
+
inQuotes = false;
|
|
112
|
+
end = i;
|
|
113
|
+
} else if (code === 0x5c /* '\' */) {
|
|
114
|
+
isEscaping = true;
|
|
115
|
+
} else {
|
|
116
|
+
throw new SyntaxError(`Unexpected character at index ${i}`);
|
|
117
|
+
}
|
|
118
|
+
} else if (code === 0x22 && header.charCodeAt(i - 1) === 0x3d) {
|
|
119
|
+
inQuotes = true;
|
|
120
|
+
} else if (end === -1 && tokenChars[code] === 1) {
|
|
121
|
+
if (start === -1) start = i;
|
|
122
|
+
} else if (start !== -1 && (code === 0x20 || code === 0x09)) {
|
|
123
|
+
if (end === -1) end = i;
|
|
124
|
+
} else if (code === 0x3b || code === 0x2c) {
|
|
125
|
+
if (start === -1) {
|
|
126
|
+
throw new SyntaxError(`Unexpected character at index ${i}`);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
if (end === -1) end = i;
|
|
130
|
+
let value = header.slice(start, end);
|
|
131
|
+
if (mustUnescape) {
|
|
132
|
+
value = value.replace(/\\/g, '');
|
|
133
|
+
mustUnescape = false;
|
|
134
|
+
}
|
|
135
|
+
push(params, paramName, value);
|
|
136
|
+
if (code === 0x2c) {
|
|
137
|
+
push(offers, extensionName, params);
|
|
138
|
+
params = Object.create(null);
|
|
139
|
+
extensionName = undefined;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
paramName = undefined;
|
|
143
|
+
start = end = -1;
|
|
144
|
+
} else {
|
|
145
|
+
throw new SyntaxError(`Unexpected character at index ${i}`);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
if (start === -1 || inQuotes || code === 0x20 || code === 0x09) {
|
|
151
|
+
throw new SyntaxError('Unexpected end of input');
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
if (end === -1) end = i;
|
|
155
|
+
const token = header.slice(start, end);
|
|
156
|
+
if (extensionName === undefined) {
|
|
157
|
+
push(offers, token, params);
|
|
158
|
+
} else {
|
|
159
|
+
if (paramName === undefined) {
|
|
160
|
+
push(params, token, true);
|
|
161
|
+
} else if (mustUnescape) {
|
|
162
|
+
push(params, paramName, token.replace(/\\/g, ''));
|
|
163
|
+
} else {
|
|
164
|
+
push(params, paramName, token);
|
|
165
|
+
}
|
|
166
|
+
push(offers, extensionName, params);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
return offers;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* Builds the `Sec-WebSocket-Extensions` header field value.
|
|
174
|
+
*
|
|
175
|
+
* @param {Object} extensions The map of extensions and parameters to format
|
|
176
|
+
* @return {String} A string representing the given object
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
function format(extensions) {
|
|
180
|
+
return Object.keys(extensions)
|
|
181
|
+
.map((extension) => {
|
|
182
|
+
let configurations = extensions[extension];
|
|
183
|
+
if (!Array.isArray(configurations)) configurations = [configurations];
|
|
184
|
+
return configurations
|
|
185
|
+
.map((params) => {
|
|
186
|
+
return [extension]
|
|
187
|
+
.concat(
|
|
188
|
+
Object.keys(params).map((k) => {
|
|
189
|
+
let values = params[k];
|
|
190
|
+
if (!Array.isArray(values)) values = [values];
|
|
191
|
+
return values
|
|
192
|
+
.map((v) => (v === true ? k : `${k}=${v}`))
|
|
193
|
+
.join('; ');
|
|
194
|
+
})
|
|
195
|
+
)
|
|
196
|
+
.join('; ');
|
|
197
|
+
})
|
|
198
|
+
.join(', ');
|
|
199
|
+
})
|
|
200
|
+
.join(', ');
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
module.exports = { format, parse };
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const kDone = Symbol('kDone');
|
|
4
|
+
const kRun = Symbol('kRun');
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* A very simple job queue with adjustable concurrency. Adapted from
|
|
8
|
+
* https://github.com/STRML/async-limiter
|
|
9
|
+
*/
|
|
10
|
+
class Limiter {
|
|
11
|
+
/**
|
|
12
|
+
* Creates a new `Limiter`.
|
|
13
|
+
*
|
|
14
|
+
* @param {Number} [concurrency=Infinity] The maximum number of jobs allowed
|
|
15
|
+
* to run concurrently
|
|
16
|
+
*/
|
|
17
|
+
constructor(concurrency) {
|
|
18
|
+
this[kDone] = () => {
|
|
19
|
+
this.pending--;
|
|
20
|
+
this[kRun]();
|
|
21
|
+
};
|
|
22
|
+
this.concurrency = concurrency || Infinity;
|
|
23
|
+
this.jobs = [];
|
|
24
|
+
this.pending = 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Adds a job to the queue.
|
|
29
|
+
*
|
|
30
|
+
* @param {Function} job The job to run
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
add(job) {
|
|
34
|
+
this.jobs.push(job);
|
|
35
|
+
this[kRun]();
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Removes a job from the queue and runs it if possible.
|
|
40
|
+
*
|
|
41
|
+
* @private
|
|
42
|
+
*/
|
|
43
|
+
[kRun]() {
|
|
44
|
+
if (this.pending === this.concurrency) return;
|
|
45
|
+
|
|
46
|
+
if (this.jobs.length) {
|
|
47
|
+
const job = this.jobs.shift();
|
|
48
|
+
|
|
49
|
+
this.pending++;
|
|
50
|
+
job(this[kDone]);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
module.exports = Limiter;
|