@wabot-dev/framework 0.0.14 → 0.0.17
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/src/ai/deepseek/DeepSeekChatBotAdapter.js +108 -0
- package/dist/src/channels/cmd/@cmd.js +1 -1
- package/dist/src/channels/cmd/CmdChannel.js +1 -1
- package/dist/src/channels/socket-io/@socket.js +24 -0
- package/dist/src/channels/socket-io/SocketChannel.js +78 -0
- package/dist/src/channels/socket-io/SocketChannelConfig.js +15 -0
- package/dist/src/channels/telegram/@telegram.js +1 -1
- package/dist/src/channels/telegram/TelegramChannel.js +1 -1
- package/dist/src/channels/whatsapp/@whatsapp.js +1 -1
- package/dist/src/channels/whatsapp/WhatsAppChannel.js +1 -1
- package/dist/src/channels/whatsapp/WhatsAppConnection.js +1 -1
- package/dist/src/channels/whatsapp/WhatsAppDevConnection.js +11 -3
- package/dist/src/channels/whatsapp/{whatsAppDevSocketContracts.js → WhatsAppDevSocketContracts.js} +1 -0
- package/dist/src/channels/whatsapp/WhatsAppProdConnection.js +4 -1
- package/dist/src/channels/whatsapp/WhatsAppSender.js +23 -0
- package/dist/src/controller/socket.io/SocketIO.js +1 -1
- package/dist/src/index.d.ts +82 -9
- package/dist/src/index.js +9 -1
- package/dist/src/logger/Logger.js +1 -1
- package/dist/src/mindset/MindsetOperator.js +1 -1
- package/dist/src/server/runChannel.js +1 -1
- package/dist/src/server/runServer.js +4 -4
- package/package.json +2 -1
- package/dist/src/_virtual/XMLHttpRequest.js +0 -7
- package/dist/src/_virtual/_commonjsHelpers.js +0 -32
- package/dist/src/_virtual/base64id.js +0 -3
- package/dist/src/_virtual/binary.js +0 -3
- package/dist/src/_virtual/bom-handling.js +0 -3
- package/dist/src/_virtual/broadcast-operator.js +0 -3
- package/dist/src/_virtual/browser.js +0 -3
- package/dist/src/_virtual/browser2.js +0 -3
- package/dist/src/_virtual/browser3.js +0 -3
- package/dist/src/_virtual/browser4.js +0 -3
- package/dist/src/_virtual/browser5.js +0 -3
- package/dist/src/_virtual/buffer-util.js +0 -3
- package/dist/src/_virtual/buffer-util2.js +0 -3
- package/dist/src/_virtual/buffer-util3.js +0 -3
- package/dist/src/_virtual/charset.js +0 -3
- package/dist/src/_virtual/charset2.js +0 -3
- package/dist/src/_virtual/client.js +0 -3
- package/dist/src/_virtual/cluster-adapter.js +0 -3
- package/dist/src/_virtual/commons.js +0 -3
- package/dist/src/_virtual/dbcs-codec.js +0 -3
- package/dist/src/_virtual/decodePacket.js +0 -3
- package/dist/src/_virtual/encodePacket.js +0 -3
- package/dist/src/_virtual/encoding.js +0 -3
- package/dist/src/_virtual/encoding2.js +0 -3
- package/dist/src/_virtual/engine.io.js +0 -3
- package/dist/src/_virtual/in-memory-adapter.js +0 -3
- package/dist/src/_virtual/index.js +0 -7
- package/dist/src/_virtual/index10.js +0 -3
- package/dist/src/_virtual/index11.js +0 -3
- package/dist/src/_virtual/index12.js +0 -3
- package/dist/src/_virtual/index13.js +0 -3
- package/dist/src/_virtual/index14.js +0 -3
- package/dist/src/_virtual/index15.js +0 -3
- package/dist/src/_virtual/index16.js +0 -3
- package/dist/src/_virtual/index17.js +0 -3
- package/dist/src/_virtual/index18.js +0 -3
- package/dist/src/_virtual/index19.js +0 -3
- package/dist/src/_virtual/index2.js +0 -7
- package/dist/src/_virtual/index20.js +0 -3
- package/dist/src/_virtual/index21.js +0 -3
- package/dist/src/_virtual/index22.js +0 -3
- package/dist/src/_virtual/index23.js +0 -3
- package/dist/src/_virtual/index24.js +0 -3
- package/dist/src/_virtual/index25.js +0 -3
- package/dist/src/_virtual/index26.js +0 -3
- package/dist/src/_virtual/index27.js +0 -3
- package/dist/src/_virtual/index28.js +0 -3
- package/dist/src/_virtual/index29.js +0 -3
- package/dist/src/_virtual/index3.js +0 -7
- package/dist/src/_virtual/index30.js +0 -3
- package/dist/src/_virtual/index31.js +0 -3
- package/dist/src/_virtual/index32.js +0 -3
- package/dist/src/_virtual/index33.js +0 -3
- package/dist/src/_virtual/index4.js +0 -3
- package/dist/src/_virtual/index5.js +0 -3
- package/dist/src/_virtual/index6.js +0 -3
- package/dist/src/_virtual/index7.js +0 -3
- package/dist/src/_virtual/index8.js +0 -6
- package/dist/src/_virtual/index9.js +0 -3
- package/dist/src/_virtual/inherits.js +0 -3
- package/dist/src/_virtual/inherits_browser.js +0 -3
- package/dist/src/_virtual/is-binary.js +0 -3
- package/dist/src/_virtual/language.js +0 -3
- package/dist/src/_virtual/language2.js +0 -3
- package/dist/src/_virtual/mediaType.js +0 -3
- package/dist/src/_virtual/mediaType2.js +0 -3
- package/dist/src/_virtual/namespace.js +0 -3
- package/dist/src/_virtual/node.js +0 -3
- package/dist/src/_virtual/node2.js +0 -3
- package/dist/src/_virtual/node3.js +0 -3
- package/dist/src/_virtual/node4.js +0 -3
- package/dist/src/_virtual/node5.js +0 -3
- package/dist/src/_virtual/parent-namespace.js +0 -3
- package/dist/src/_virtual/polling-jsonp.js +0 -3
- package/dist/src/_virtual/polling.js +0 -3
- package/dist/src/_virtual/polling2.js +0 -3
- package/dist/src/_virtual/receiver.js +0 -3
- package/dist/src/_virtual/sbcs-codec.js +0 -3
- package/dist/src/_virtual/sender.js +0 -3
- package/dist/src/_virtual/server.js +0 -3
- package/dist/src/_virtual/socket-types.js +0 -3
- package/dist/src/_virtual/socket.js +0 -3
- package/dist/src/_virtual/socket2.js +0 -3
- package/dist/src/_virtual/stream.js +0 -3
- package/dist/src/_virtual/transport.js +0 -3
- package/dist/src/_virtual/typed-events.js +0 -3
- package/dist/src/_virtual/userver.js +0 -3
- package/dist/src/_virtual/utf16.js +0 -3
- package/dist/src/_virtual/utf32.js +0 -3
- package/dist/src/_virtual/utf7.js +0 -3
- package/dist/src/_virtual/uws.js +0 -3
- package/dist/src/_virtual/validation.js +0 -3
- package/dist/src/_virtual/validation2.js +0 -3
- package/dist/src/_virtual/validation3.js +0 -3
- package/dist/src/_virtual/websocket-server.js +0 -3
- package/dist/src/_virtual/websocket.js +0 -7
- package/dist/src/_virtual/websocket2.js +0 -3
- package/dist/src/_virtual/websocket3.js +0 -3
- package/dist/src/_virtual/webtransport.js +0 -3
- package/dist/src/_virtual/yeast.js +0 -3
- package/dist/src/node_modules/@socket.io/component-emitter/lib/esm/index.js +0 -171
- package/dist/src/node_modules/base64id/lib/base64id.js +0 -117
- package/dist/src/node_modules/body-parser/index.js +0 -96
- package/dist/src/node_modules/body-parser/lib/read.js +0 -225
- package/dist/src/node_modules/body-parser/lib/types/json.js +0 -222
- package/dist/src/node_modules/body-parser/lib/types/raw.js +0 -90
- package/dist/src/node_modules/body-parser/lib/types/text.js +0 -95
- package/dist/src/node_modules/body-parser/lib/types/urlencoded.js +0 -194
- package/dist/src/node_modules/body-parser/lib/utils.js +0 -96
- package/dist/src/node_modules/bytes/index.js +0 -180
- package/dist/src/node_modules/call-bind-apply-helpers/actualApply.js +0 -24
- package/dist/src/node_modules/call-bind-apply-helpers/functionApply.js +0 -13
- package/dist/src/node_modules/call-bind-apply-helpers/functionCall.js +0 -13
- package/dist/src/node_modules/call-bind-apply-helpers/index.js +0 -29
- package/dist/src/node_modules/call-bind-apply-helpers/reflectApply.js +0 -13
- package/dist/src/node_modules/call-bound/index.js +0 -31
- package/dist/src/node_modules/content-type/index.js +0 -235
- package/dist/src/node_modules/cookie/index.js +0 -345
- package/dist/src/node_modules/cors/lib/index.js +0 -249
- package/dist/src/node_modules/debug/src/browser.js +0 -286
- package/dist/src/node_modules/debug/src/common.js +0 -303
- package/dist/src/node_modules/debug/src/index.js +0 -23
- package/dist/src/node_modules/debug/src/node.js +0 -279
- package/dist/src/node_modules/depd/index.js +0 -550
- package/dist/src/node_modules/dunder-proto/get.js +0 -42
- package/dist/src/node_modules/ee-first/index.js +0 -104
- package/dist/src/node_modules/engine.io/build/engine.io.js +0 -73
- package/dist/src/node_modules/engine.io/build/parser-v3/index.js +0 -429
- package/dist/src/node_modules/engine.io/build/parser-v3/utf8.js +0 -198
- package/dist/src/node_modules/engine.io/build/server.js +0 -808
- package/dist/src/node_modules/engine.io/build/socket.js +0 -469
- package/dist/src/node_modules/engine.io/build/transport.js +0 -131
- package/dist/src/node_modules/engine.io/build/transports/index.js +0 -37
- package/dist/src/node_modules/engine.io/build/transports/polling-jsonp.js +0 -53
- package/dist/src/node_modules/engine.io/build/transports/polling.js +0 -346
- package/dist/src/node_modules/engine.io/build/transports/websocket.js +0 -106
- package/dist/src/node_modules/engine.io/build/transports/webtransport.js +0 -76
- package/dist/src/node_modules/engine.io/build/transports-uws/index.js +0 -20
- package/dist/src/node_modules/engine.io/build/transports-uws/polling.js +0 -378
- package/dist/src/node_modules/engine.io/build/transports-uws/websocket.js +0 -85
- package/dist/src/node_modules/engine.io/build/userver.js +0 -292
- package/dist/src/node_modules/engine.io/node_modules/accepts/index.js +0 -250
- package/dist/src/node_modules/engine.io/node_modules/debug/src/browser.js +0 -285
- package/dist/src/node_modules/engine.io/node_modules/debug/src/common.js +0 -285
- package/dist/src/node_modules/engine.io/node_modules/debug/src/index.js +0 -23
- package/dist/src/node_modules/engine.io/node_modules/debug/src/node.js +0 -279
- package/dist/src/node_modules/engine.io/node_modules/mime-db/db.json.js +0 -10704
- package/dist/src/node_modules/engine.io/node_modules/mime-db/index.js +0 -24
- package/dist/src/node_modules/engine.io/node_modules/mime-types/index.js +0 -202
- package/dist/src/node_modules/engine.io/node_modules/negotiator/index.js +0 -96
- package/dist/src/node_modules/engine.io/node_modules/negotiator/lib/charset.js +0 -179
- package/dist/src/node_modules/engine.io/node_modules/negotiator/lib/encoding.js +0 -193
- package/dist/src/node_modules/engine.io/node_modules/negotiator/lib/language.js +0 -188
- package/dist/src/node_modules/engine.io/node_modules/negotiator/lib/mediaType.js +0 -304
- package/dist/src/node_modules/engine.io/node_modules/ws/index.js +0 -28
- package/dist/src/node_modules/engine.io/node_modules/ws/lib/buffer-util.js +0 -142
- package/dist/src/node_modules/engine.io/node_modules/ws/lib/constants.js +0 -21
- package/dist/src/node_modules/engine.io/node_modules/ws/lib/event-target.js +0 -303
- package/dist/src/node_modules/engine.io/node_modules/ws/lib/extension.js +0 -214
- package/dist/src/node_modules/engine.io/node_modules/ws/lib/limiter.js +0 -64
- package/dist/src/node_modules/engine.io/node_modules/ws/lib/permessage-deflate.js +0 -528
- package/dist/src/node_modules/engine.io/node_modules/ws/lib/receiver.js +0 -719
- package/dist/src/node_modules/engine.io/node_modules/ws/lib/sender.js +0 -513
- package/dist/src/node_modules/engine.io/node_modules/ws/lib/stream.js +0 -170
- package/dist/src/node_modules/engine.io/node_modules/ws/lib/subprotocol.js +0 -73
- package/dist/src/node_modules/engine.io/node_modules/ws/lib/validation.js +0 -141
- package/dist/src/node_modules/engine.io/node_modules/ws/lib/websocket-server.js +0 -559
- package/dist/src/node_modules/engine.io/node_modules/ws/lib/websocket.js +0 -1363
- package/dist/src/node_modules/engine.io-client/build/esm/contrib/has-cors.js +0 -13
- package/dist/src/node_modules/engine.io-client/build/esm/contrib/parseqs.js +0 -36
- package/dist/src/node_modules/engine.io-client/build/esm/contrib/parseuri.js +0 -66
- package/dist/src/node_modules/engine.io-client/build/esm/globals.node.js +0 -92
- package/dist/src/node_modules/engine.io-client/build/esm/index.js +0 -17
- package/dist/src/node_modules/engine.io-client/build/esm/socket.js +0 -728
- package/dist/src/node_modules/engine.io-client/build/esm/transport.js +0 -143
- package/dist/src/node_modules/engine.io-client/build/esm/transports/index.js +0 -11
- package/dist/src/node_modules/engine.io-client/build/esm/transports/polling-xhr.js +0 -256
- package/dist/src/node_modules/engine.io-client/build/esm/transports/polling-xhr.node.js +0 -21
- package/dist/src/node_modules/engine.io-client/build/esm/transports/polling.js +0 -146
- package/dist/src/node_modules/engine.io-client/build/esm/transports/websocket.js +0 -107
- package/dist/src/node_modules/engine.io-client/build/esm/transports/websocket.node.js +0 -48
- package/dist/src/node_modules/engine.io-client/build/esm/transports/webtransport.js +0 -83
- package/dist/src/node_modules/engine.io-client/build/esm/util.js +0 -62
- package/dist/src/node_modules/engine.io-client/node_modules/ws/lib/buffer-util.js +0 -142
- package/dist/src/node_modules/engine.io-client/node_modules/ws/lib/constants.js +0 -21
- package/dist/src/node_modules/engine.io-client/node_modules/ws/lib/event-target.js +0 -303
- package/dist/src/node_modules/engine.io-client/node_modules/ws/lib/extension.js +0 -214
- package/dist/src/node_modules/engine.io-client/node_modules/ws/lib/limiter.js +0 -64
- package/dist/src/node_modules/engine.io-client/node_modules/ws/lib/permessage-deflate.js +0 -528
- package/dist/src/node_modules/engine.io-client/node_modules/ws/lib/receiver.js +0 -719
- package/dist/src/node_modules/engine.io-client/node_modules/ws/lib/sender.js +0 -513
- package/dist/src/node_modules/engine.io-client/node_modules/ws/lib/stream.js +0 -170
- package/dist/src/node_modules/engine.io-client/node_modules/ws/lib/subprotocol.js +0 -73
- package/dist/src/node_modules/engine.io-client/node_modules/ws/lib/validation.js +0 -141
- package/dist/src/node_modules/engine.io-client/node_modules/ws/lib/websocket-server.js +0 -559
- package/dist/src/node_modules/engine.io-client/node_modules/ws/lib/websocket.js +0 -1363
- package/dist/src/node_modules/engine.io-parser/build/cjs/commons.js +0 -29
- package/dist/src/node_modules/engine.io-parser/build/cjs/decodePacket.js +0 -70
- package/dist/src/node_modules/engine.io-parser/build/cjs/encodePacket.js +0 -51
- package/dist/src/node_modules/engine.io-parser/build/cjs/index.js +0 -179
- package/dist/src/node_modules/engine.io-parser/build/esm/commons.js +0 -15
- package/dist/src/node_modules/engine.io-parser/build/esm/decodePacket.js +0 -58
- package/dist/src/node_modules/engine.io-parser/build/esm/encodePacket.js +0 -36
- package/dist/src/node_modules/engine.io-parser/build/esm/index.js +0 -158
- package/dist/src/node_modules/es-define-property/index.js +0 -23
- package/dist/src/node_modules/es-errors/eval.js +0 -13
- package/dist/src/node_modules/es-errors/index.js +0 -13
- package/dist/src/node_modules/es-errors/range.js +0 -13
- package/dist/src/node_modules/es-errors/ref.js +0 -13
- package/dist/src/node_modules/es-errors/syntax.js +0 -13
- package/dist/src/node_modules/es-errors/type.js +0 -13
- package/dist/src/node_modules/es-errors/uri.js +0 -13
- package/dist/src/node_modules/es-object-atoms/index.js +0 -13
- package/dist/src/node_modules/function-bind/implementation.js +0 -93
- package/dist/src/node_modules/function-bind/index.js +0 -16
- package/dist/src/node_modules/get-intrinsic/index.js +0 -413
- package/dist/src/node_modules/get-proto/Object.getPrototypeOf.js +0 -17
- package/dist/src/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -13
- package/dist/src/node_modules/get-proto/index.js +0 -40
- package/dist/src/node_modules/gopd/gOPD.js +0 -13
- package/dist/src/node_modules/gopd/index.js +0 -26
- package/dist/src/node_modules/has-symbols/index.js +0 -25
- package/dist/src/node_modules/has-symbols/shams.js +0 -54
- package/dist/src/node_modules/hasown/index.js +0 -19
- package/dist/src/node_modules/http-errors/index.js +0 -306
- package/dist/src/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -598
- package/dist/src/node_modules/iconv-lite/encodings/dbcs-data.js +0 -206
- package/dist/src/node_modules/iconv-lite/encodings/index.js +0 -44
- package/dist/src/node_modules/iconv-lite/encodings/internal.js +0 -210
- package/dist/src/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -83
- package/dist/src/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -460
- package/dist/src/node_modules/iconv-lite/encodings/sbcs-data.js +0 -187
- package/dist/src/node_modules/iconv-lite/encodings/tables/big5-added.json.js +0 -506
- package/dist/src/node_modules/iconv-lite/encodings/tables/cp936.json.js +0 -2621
- package/dist/src/node_modules/iconv-lite/encodings/tables/cp949.json.js +0 -2380
- package/dist/src/node_modules/iconv-lite/encodings/tables/cp950.json.js +0 -729
- package/dist/src/node_modules/iconv-lite/encodings/tables/eucjp.json.js +0 -822
- package/dist/src/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json.js +0 -424
- package/dist/src/node_modules/iconv-lite/encodings/tables/gbk-added.json.js +0 -264
- package/dist/src/node_modules/iconv-lite/encodings/tables/shiftjis.json.js +0 -548
- package/dist/src/node_modules/iconv-lite/encodings/utf16.js +0 -206
- package/dist/src/node_modules/iconv-lite/encodings/utf32.js +0 -329
- package/dist/src/node_modules/iconv-lite/encodings/utf7.js +0 -297
- package/dist/src/node_modules/iconv-lite/lib/bom-handling.js +0 -61
- package/dist/src/node_modules/iconv-lite/lib/index.js +0 -192
- package/dist/src/node_modules/iconv-lite/lib/streams.js +0 -120
- package/dist/src/node_modules/inherits/inherits.js +0 -21
- package/dist/src/node_modules/inherits/inherits_browser.js +0 -38
- package/dist/src/node_modules/math-intrinsics/abs.js +0 -13
- package/dist/src/node_modules/math-intrinsics/floor.js +0 -13
- package/dist/src/node_modules/math-intrinsics/isNaN.js +0 -15
- package/dist/src/node_modules/math-intrinsics/max.js +0 -13
- package/dist/src/node_modules/math-intrinsics/min.js +0 -13
- package/dist/src/node_modules/math-intrinsics/pow.js +0 -13
- package/dist/src/node_modules/math-intrinsics/round.js +0 -13
- package/dist/src/node_modules/math-intrinsics/sign.js +0 -22
- package/dist/src/node_modules/media-typer/index.js +0 -153
- package/dist/src/node_modules/mime-db/db.json.js +0 -11656
- package/dist/src/node_modules/mime-db/index.js +0 -24
- package/dist/src/node_modules/mime-types/index.js +0 -226
- package/dist/src/node_modules/mime-types/mimeScore.js +0 -62
- package/dist/src/node_modules/ms/index.js +0 -172
- package/dist/src/node_modules/object-assign/index.js +0 -99
- package/dist/src/node_modules/object-inspect/index.js +0 -557
- package/dist/src/node_modules/object-inspect/util.inspect.js +0 -13
- package/dist/src/node_modules/on-finished/index.js +0 -245
- package/dist/src/node_modules/qs/lib/formats.js +0 -32
- package/dist/src/node_modules/qs/lib/index.js +0 -24
- package/dist/src/node_modules/qs/lib/parse.js +0 -339
- package/dist/src/node_modules/qs/lib/stringify.js +0 -369
- package/dist/src/node_modules/qs/lib/utils.js +0 -279
- package/dist/src/node_modules/raw-body/index.js +0 -351
- package/dist/src/node_modules/safer-buffer/safer.js +0 -88
- package/dist/src/node_modules/setprototypeof/index.js +0 -26
- package/dist/src/node_modules/side-channel/index.js +0 -58
- package/dist/src/node_modules/side-channel-list/index.js +0 -125
- package/dist/src/node_modules/side-channel-map/index.js +0 -82
- package/dist/src/node_modules/side-channel-weakmap/index.js +0 -99
- package/dist/src/node_modules/socket.io/dist/broadcast-operator.js +0 -448
- package/dist/src/node_modules/socket.io/dist/client.js +0 -281
- package/dist/src/node_modules/socket.io/dist/index.js +0 -837
- package/dist/src/node_modules/socket.io/dist/namespace.js +0 -597
- package/dist/src/node_modules/socket.io/dist/parent-namespace.js +0 -101
- package/dist/src/node_modules/socket.io/dist/socket-types.js +0 -21
- package/dist/src/node_modules/socket.io/dist/socket.js +0 -993
- package/dist/src/node_modules/socket.io/dist/typed-events.js +0 -92
- package/dist/src/node_modules/socket.io/dist/uws.js +0 -149
- package/dist/src/node_modules/socket.io/node_modules/accepts/index.js +0 -250
- package/dist/src/node_modules/socket.io/node_modules/debug/src/browser.js +0 -285
- package/dist/src/node_modules/socket.io/node_modules/debug/src/common.js +0 -285
- package/dist/src/node_modules/socket.io/node_modules/debug/src/index.js +0 -23
- package/dist/src/node_modules/socket.io/node_modules/debug/src/node.js +0 -279
- package/dist/src/node_modules/socket.io/node_modules/mime-db/db.json.js +0 -10704
- package/dist/src/node_modules/socket.io/node_modules/mime-db/index.js +0 -24
- package/dist/src/node_modules/socket.io/node_modules/mime-types/index.js +0 -202
- package/dist/src/node_modules/socket.io/node_modules/negotiator/index.js +0 -96
- package/dist/src/node_modules/socket.io/node_modules/negotiator/lib/charset.js +0 -179
- package/dist/src/node_modules/socket.io/node_modules/negotiator/lib/encoding.js +0 -193
- package/dist/src/node_modules/socket.io/node_modules/negotiator/lib/language.js +0 -188
- package/dist/src/node_modules/socket.io/node_modules/negotiator/lib/mediaType.js +0 -304
- package/dist/src/node_modules/socket.io/package.json.js +0 -5
- package/dist/src/node_modules/socket.io/wrapper.js +0 -5
- package/dist/src/node_modules/socket.io-adapter/dist/cluster-adapter.js +0 -689
- package/dist/src/node_modules/socket.io-adapter/dist/contrib/yeast.js +0 -64
- package/dist/src/node_modules/socket.io-adapter/dist/in-memory-adapter.js +0 -407
- package/dist/src/node_modules/socket.io-adapter/dist/index.js +0 -24
- package/dist/src/node_modules/socket.io-adapter/node_modules/debug/src/browser.js +0 -285
- package/dist/src/node_modules/socket.io-adapter/node_modules/debug/src/common.js +0 -285
- package/dist/src/node_modules/socket.io-adapter/node_modules/debug/src/index.js +0 -23
- package/dist/src/node_modules/socket.io-adapter/node_modules/debug/src/node.js +0 -279
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/index.js +0 -28
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/lib/buffer-util.js +0 -142
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/lib/constants.js +0 -21
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/lib/event-target.js +0 -303
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/lib/extension.js +0 -214
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/lib/limiter.js +0 -64
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/lib/permessage-deflate.js +0 -528
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/lib/receiver.js +0 -719
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/lib/sender.js +0 -513
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/lib/stream.js +0 -170
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/lib/subprotocol.js +0 -73
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/lib/validation.js +0 -141
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/lib/websocket-server.js +0 -559
- package/dist/src/node_modules/socket.io-adapter/node_modules/ws/lib/websocket.js +0 -1363
- package/dist/src/node_modules/socket.io-client/build/esm/contrib/backo2.js +0 -68
- package/dist/src/node_modules/socket.io-client/build/esm/index.js +0 -50
- package/dist/src/node_modules/socket.io-client/build/esm/manager.js +0 -373
- package/dist/src/node_modules/socket.io-client/build/esm/on.js +0 -8
- package/dist/src/node_modules/socket.io-client/build/esm/socket.js +0 -884
- package/dist/src/node_modules/socket.io-client/build/esm/url.js +0 -63
- package/dist/src/node_modules/socket.io-parser/build/cjs/binary.js +0 -99
- package/dist/src/node_modules/socket.io-parser/build/cjs/index.js +0 -337
- package/dist/src/node_modules/socket.io-parser/build/cjs/is-binary.js +0 -65
- package/dist/src/node_modules/socket.io-parser/build/esm/binary.js +0 -86
- package/dist/src/node_modules/socket.io-parser/build/esm/index.js +0 -314
- package/dist/src/node_modules/socket.io-parser/build/esm/is-binary.js +0 -52
- package/dist/src/node_modules/socket.io-parser/node_modules/debug/src/browser.js +0 -285
- package/dist/src/node_modules/socket.io-parser/node_modules/debug/src/common.js +0 -285
- package/dist/src/node_modules/socket.io-parser/node_modules/debug/src/index.js +0 -23
- package/dist/src/node_modules/socket.io-parser/node_modules/debug/src/node.js +0 -279
- package/dist/src/node_modules/statuses/codes.json.js +0 -67
- package/dist/src/node_modules/statuses/index.js +0 -157
- package/dist/src/node_modules/toidentifier/index.js +0 -41
- package/dist/src/node_modules/type-is/index.js +0 -263
- package/dist/src/node_modules/unpipe/index.js +0 -78
- package/dist/src/node_modules/vary/index.js +0 -159
- package/dist/src/node_modules/xmlhttprequest-ssl/lib/XMLHttpRequest.js +0 -702
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
import { __module as language } from '../../../../../_virtual/language.js';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* negotiator
|
|
5
|
-
* Copyright(c) 2012 Isaac Z. Schlueter
|
|
6
|
-
* Copyright(c) 2014 Federico Romero
|
|
7
|
-
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
8
|
-
* MIT Licensed
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
var hasRequiredLanguage;
|
|
12
|
-
|
|
13
|
-
function requireLanguage () {
|
|
14
|
-
if (hasRequiredLanguage) return language.exports;
|
|
15
|
-
hasRequiredLanguage = 1;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Module exports.
|
|
19
|
-
* @public
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
language.exports = preferredLanguages;
|
|
23
|
-
language.exports.preferredLanguages = preferredLanguages;
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* Module variables.
|
|
27
|
-
* @private
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
var simpleLanguageRegExp = /^\s*([^\s\-;]+)(?:-([^\s;]+))?\s*(?:;(.*))?$/;
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Parse the Accept-Language header.
|
|
34
|
-
* @private
|
|
35
|
-
*/
|
|
36
|
-
|
|
37
|
-
function parseAcceptLanguage(accept) {
|
|
38
|
-
var accepts = accept.split(',');
|
|
39
|
-
|
|
40
|
-
for (var i = 0, j = 0; i < accepts.length; i++) {
|
|
41
|
-
var language = parseLanguage(accepts[i].trim(), i);
|
|
42
|
-
|
|
43
|
-
if (language) {
|
|
44
|
-
accepts[j++] = language;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
// trim accepts
|
|
49
|
-
accepts.length = j;
|
|
50
|
-
|
|
51
|
-
return accepts;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Parse a language from the Accept-Language header.
|
|
56
|
-
* @private
|
|
57
|
-
*/
|
|
58
|
-
|
|
59
|
-
function parseLanguage(str, i) {
|
|
60
|
-
var match = simpleLanguageRegExp.exec(str);
|
|
61
|
-
if (!match) return null;
|
|
62
|
-
|
|
63
|
-
var prefix = match[1];
|
|
64
|
-
var suffix = match[2];
|
|
65
|
-
var full = prefix;
|
|
66
|
-
|
|
67
|
-
if (suffix) full += "-" + suffix;
|
|
68
|
-
|
|
69
|
-
var q = 1;
|
|
70
|
-
if (match[3]) {
|
|
71
|
-
var params = match[3].split(';');
|
|
72
|
-
for (var j = 0; j < params.length; j++) {
|
|
73
|
-
var p = params[j].split('=');
|
|
74
|
-
if (p[0] === 'q') q = parseFloat(p[1]);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
return {
|
|
79
|
-
prefix: prefix,
|
|
80
|
-
suffix: suffix,
|
|
81
|
-
q: q,
|
|
82
|
-
i: i,
|
|
83
|
-
full: full
|
|
84
|
-
};
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* Get the priority of a language.
|
|
89
|
-
* @private
|
|
90
|
-
*/
|
|
91
|
-
|
|
92
|
-
function getLanguagePriority(language, accepted, index) {
|
|
93
|
-
var priority = {o: -1, q: 0, s: 0};
|
|
94
|
-
|
|
95
|
-
for (var i = 0; i < accepted.length; i++) {
|
|
96
|
-
var spec = specify(language, accepted[i], index);
|
|
97
|
-
|
|
98
|
-
if (spec && (priority.s - spec.s || priority.q - spec.q || priority.o - spec.o) < 0) {
|
|
99
|
-
priority = spec;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
return priority;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* Get the specificity of the language.
|
|
108
|
-
* @private
|
|
109
|
-
*/
|
|
110
|
-
|
|
111
|
-
function specify(language, spec, index) {
|
|
112
|
-
var p = parseLanguage(language);
|
|
113
|
-
if (!p) return null;
|
|
114
|
-
var s = 0;
|
|
115
|
-
if(spec.full.toLowerCase() === p.full.toLowerCase()){
|
|
116
|
-
s |= 4;
|
|
117
|
-
} else if (spec.prefix.toLowerCase() === p.full.toLowerCase()) {
|
|
118
|
-
s |= 2;
|
|
119
|
-
} else if (spec.full.toLowerCase() === p.prefix.toLowerCase()) {
|
|
120
|
-
s |= 1;
|
|
121
|
-
} else if (spec.full !== '*' ) {
|
|
122
|
-
return null
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
return {
|
|
126
|
-
i: index,
|
|
127
|
-
o: spec.i,
|
|
128
|
-
q: spec.q,
|
|
129
|
-
s: s
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
/**
|
|
133
|
-
* Get the preferred languages from an Accept-Language header.
|
|
134
|
-
* @public
|
|
135
|
-
*/
|
|
136
|
-
|
|
137
|
-
function preferredLanguages(accept, provided) {
|
|
138
|
-
// RFC 2616 sec 14.4: no header = *
|
|
139
|
-
var accepts = parseAcceptLanguage(accept === undefined ? '*' : accept || '');
|
|
140
|
-
|
|
141
|
-
if (!provided) {
|
|
142
|
-
// sorted list of all languages
|
|
143
|
-
return accepts
|
|
144
|
-
.filter(isQuality)
|
|
145
|
-
.sort(compareSpecs)
|
|
146
|
-
.map(getFullLanguage);
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
var priorities = provided.map(function getPriority(type, index) {
|
|
150
|
-
return getLanguagePriority(type, accepts, index);
|
|
151
|
-
});
|
|
152
|
-
|
|
153
|
-
// sorted list of accepted languages
|
|
154
|
-
return priorities.filter(isQuality).sort(compareSpecs).map(function getLanguage(priority) {
|
|
155
|
-
return provided[priorities.indexOf(priority)];
|
|
156
|
-
});
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
* Compare two specs.
|
|
161
|
-
* @private
|
|
162
|
-
*/
|
|
163
|
-
|
|
164
|
-
function compareSpecs(a, b) {
|
|
165
|
-
return (b.q - a.q) || (b.s - a.s) || (a.o - b.o) || (a.i - b.i) || 0;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* Get full language string.
|
|
170
|
-
* @private
|
|
171
|
-
*/
|
|
172
|
-
|
|
173
|
-
function getFullLanguage(spec) {
|
|
174
|
-
return spec.full;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* Check if a spec has any quality.
|
|
179
|
-
* @private
|
|
180
|
-
*/
|
|
181
|
-
|
|
182
|
-
function isQuality(spec) {
|
|
183
|
-
return spec.q > 0;
|
|
184
|
-
}
|
|
185
|
-
return language.exports;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
export { requireLanguage as __require };
|
|
@@ -1,304 +0,0 @@
|
|
|
1
|
-
import { __module as mediaType } from '../../../../../_virtual/mediaType.js';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* negotiator
|
|
5
|
-
* Copyright(c) 2012 Isaac Z. Schlueter
|
|
6
|
-
* Copyright(c) 2014 Federico Romero
|
|
7
|
-
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
8
|
-
* MIT Licensed
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
var hasRequiredMediaType;
|
|
12
|
-
|
|
13
|
-
function requireMediaType () {
|
|
14
|
-
if (hasRequiredMediaType) return mediaType.exports;
|
|
15
|
-
hasRequiredMediaType = 1;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Module exports.
|
|
19
|
-
* @public
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
mediaType.exports = preferredMediaTypes;
|
|
23
|
-
mediaType.exports.preferredMediaTypes = preferredMediaTypes;
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* Module variables.
|
|
27
|
-
* @private
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
var simpleMediaTypeRegExp = /^\s*([^\s\/;]+)\/([^;\s]+)\s*(?:;(.*))?$/;
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Parse the Accept header.
|
|
34
|
-
* @private
|
|
35
|
-
*/
|
|
36
|
-
|
|
37
|
-
function parseAccept(accept) {
|
|
38
|
-
var accepts = splitMediaTypes(accept);
|
|
39
|
-
|
|
40
|
-
for (var i = 0, j = 0; i < accepts.length; i++) {
|
|
41
|
-
var mediaType = parseMediaType(accepts[i].trim(), i);
|
|
42
|
-
|
|
43
|
-
if (mediaType) {
|
|
44
|
-
accepts[j++] = mediaType;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
// trim accepts
|
|
49
|
-
accepts.length = j;
|
|
50
|
-
|
|
51
|
-
return accepts;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Parse a media type from the Accept header.
|
|
56
|
-
* @private
|
|
57
|
-
*/
|
|
58
|
-
|
|
59
|
-
function parseMediaType(str, i) {
|
|
60
|
-
var match = simpleMediaTypeRegExp.exec(str);
|
|
61
|
-
if (!match) return null;
|
|
62
|
-
|
|
63
|
-
var params = Object.create(null);
|
|
64
|
-
var q = 1;
|
|
65
|
-
var subtype = match[2];
|
|
66
|
-
var type = match[1];
|
|
67
|
-
|
|
68
|
-
if (match[3]) {
|
|
69
|
-
var kvps = splitParameters(match[3]).map(splitKeyValuePair);
|
|
70
|
-
|
|
71
|
-
for (var j = 0; j < kvps.length; j++) {
|
|
72
|
-
var pair = kvps[j];
|
|
73
|
-
var key = pair[0].toLowerCase();
|
|
74
|
-
var val = pair[1];
|
|
75
|
-
|
|
76
|
-
// get the value, unwrapping quotes
|
|
77
|
-
var value = val && val[0] === '"' && val[val.length - 1] === '"'
|
|
78
|
-
? val.substr(1, val.length - 2)
|
|
79
|
-
: val;
|
|
80
|
-
|
|
81
|
-
if (key === 'q') {
|
|
82
|
-
q = parseFloat(value);
|
|
83
|
-
break;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
// store parameter
|
|
87
|
-
params[key] = value;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
return {
|
|
92
|
-
type: type,
|
|
93
|
-
subtype: subtype,
|
|
94
|
-
params: params,
|
|
95
|
-
q: q,
|
|
96
|
-
i: i
|
|
97
|
-
};
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
/**
|
|
101
|
-
* Get the priority of a media type.
|
|
102
|
-
* @private
|
|
103
|
-
*/
|
|
104
|
-
|
|
105
|
-
function getMediaTypePriority(type, accepted, index) {
|
|
106
|
-
var priority = {o: -1, q: 0, s: 0};
|
|
107
|
-
|
|
108
|
-
for (var i = 0; i < accepted.length; i++) {
|
|
109
|
-
var spec = specify(type, accepted[i], index);
|
|
110
|
-
|
|
111
|
-
if (spec && (priority.s - spec.s || priority.q - spec.q || priority.o - spec.o) < 0) {
|
|
112
|
-
priority = spec;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
return priority;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
/**
|
|
120
|
-
* Get the specificity of the media type.
|
|
121
|
-
* @private
|
|
122
|
-
*/
|
|
123
|
-
|
|
124
|
-
function specify(type, spec, index) {
|
|
125
|
-
var p = parseMediaType(type);
|
|
126
|
-
var s = 0;
|
|
127
|
-
|
|
128
|
-
if (!p) {
|
|
129
|
-
return null;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
if(spec.type.toLowerCase() == p.type.toLowerCase()) {
|
|
133
|
-
s |= 4;
|
|
134
|
-
} else if(spec.type != '*') {
|
|
135
|
-
return null;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
if(spec.subtype.toLowerCase() == p.subtype.toLowerCase()) {
|
|
139
|
-
s |= 2;
|
|
140
|
-
} else if(spec.subtype != '*') {
|
|
141
|
-
return null;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
var keys = Object.keys(spec.params);
|
|
145
|
-
if (keys.length > 0) {
|
|
146
|
-
if (keys.every(function (k) {
|
|
147
|
-
return spec.params[k] == '*' || (spec.params[k] || '').toLowerCase() == (p.params[k] || '').toLowerCase();
|
|
148
|
-
})) {
|
|
149
|
-
s |= 1;
|
|
150
|
-
} else {
|
|
151
|
-
return null
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
return {
|
|
156
|
-
i: index,
|
|
157
|
-
o: spec.i,
|
|
158
|
-
q: spec.q,
|
|
159
|
-
s: s,
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
/**
|
|
164
|
-
* Get the preferred media types from an Accept header.
|
|
165
|
-
* @public
|
|
166
|
-
*/
|
|
167
|
-
|
|
168
|
-
function preferredMediaTypes(accept, provided) {
|
|
169
|
-
// RFC 2616 sec 14.2: no header = */*
|
|
170
|
-
var accepts = parseAccept(accept === undefined ? '*/*' : accept || '');
|
|
171
|
-
|
|
172
|
-
if (!provided) {
|
|
173
|
-
// sorted list of all types
|
|
174
|
-
return accepts
|
|
175
|
-
.filter(isQuality)
|
|
176
|
-
.sort(compareSpecs)
|
|
177
|
-
.map(getFullType);
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
var priorities = provided.map(function getPriority(type, index) {
|
|
181
|
-
return getMediaTypePriority(type, accepts, index);
|
|
182
|
-
});
|
|
183
|
-
|
|
184
|
-
// sorted list of accepted types
|
|
185
|
-
return priorities.filter(isQuality).sort(compareSpecs).map(function getType(priority) {
|
|
186
|
-
return provided[priorities.indexOf(priority)];
|
|
187
|
-
});
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
/**
|
|
191
|
-
* Compare two specs.
|
|
192
|
-
* @private
|
|
193
|
-
*/
|
|
194
|
-
|
|
195
|
-
function compareSpecs(a, b) {
|
|
196
|
-
return (b.q - a.q) || (b.s - a.s) || (a.o - b.o) || (a.i - b.i) || 0;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
/**
|
|
200
|
-
* Get full type string.
|
|
201
|
-
* @private
|
|
202
|
-
*/
|
|
203
|
-
|
|
204
|
-
function getFullType(spec) {
|
|
205
|
-
return spec.type + '/' + spec.subtype;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* Check if a spec has any quality.
|
|
210
|
-
* @private
|
|
211
|
-
*/
|
|
212
|
-
|
|
213
|
-
function isQuality(spec) {
|
|
214
|
-
return spec.q > 0;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
/**
|
|
218
|
-
* Count the number of quotes in a string.
|
|
219
|
-
* @private
|
|
220
|
-
*/
|
|
221
|
-
|
|
222
|
-
function quoteCount(string) {
|
|
223
|
-
var count = 0;
|
|
224
|
-
var index = 0;
|
|
225
|
-
|
|
226
|
-
while ((index = string.indexOf('"', index)) !== -1) {
|
|
227
|
-
count++;
|
|
228
|
-
index++;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
return count;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
/**
|
|
235
|
-
* Split a key value pair.
|
|
236
|
-
* @private
|
|
237
|
-
*/
|
|
238
|
-
|
|
239
|
-
function splitKeyValuePair(str) {
|
|
240
|
-
var index = str.indexOf('=');
|
|
241
|
-
var key;
|
|
242
|
-
var val;
|
|
243
|
-
|
|
244
|
-
if (index === -1) {
|
|
245
|
-
key = str;
|
|
246
|
-
} else {
|
|
247
|
-
key = str.substr(0, index);
|
|
248
|
-
val = str.substr(index + 1);
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
return [key, val];
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
/**
|
|
255
|
-
* Split an Accept header into media types.
|
|
256
|
-
* @private
|
|
257
|
-
*/
|
|
258
|
-
|
|
259
|
-
function splitMediaTypes(accept) {
|
|
260
|
-
var accepts = accept.split(',');
|
|
261
|
-
|
|
262
|
-
for (var i = 1, j = 0; i < accepts.length; i++) {
|
|
263
|
-
if (quoteCount(accepts[j]) % 2 == 0) {
|
|
264
|
-
accepts[++j] = accepts[i];
|
|
265
|
-
} else {
|
|
266
|
-
accepts[j] += ',' + accepts[i];
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
// trim accepts
|
|
271
|
-
accepts.length = j + 1;
|
|
272
|
-
|
|
273
|
-
return accepts;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
/**
|
|
277
|
-
* Split a string of parameters.
|
|
278
|
-
* @private
|
|
279
|
-
*/
|
|
280
|
-
|
|
281
|
-
function splitParameters(str) {
|
|
282
|
-
var parameters = str.split(';');
|
|
283
|
-
|
|
284
|
-
for (var i = 1, j = 0; i < parameters.length; i++) {
|
|
285
|
-
if (quoteCount(parameters[j]) % 2 == 0) {
|
|
286
|
-
parameters[++j] = parameters[i];
|
|
287
|
-
} else {
|
|
288
|
-
parameters[j] += ';' + parameters[i];
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
// trim parameters
|
|
293
|
-
parameters.length = j + 1;
|
|
294
|
-
|
|
295
|
-
for (var i = 0; i < parameters.length; i++) {
|
|
296
|
-
parameters[i] = parameters[i].trim();
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
return parameters;
|
|
300
|
-
}
|
|
301
|
-
return mediaType.exports;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
export { requireMediaType as __require };
|