From 642a33d7fdf7eb699f291425f552dc49e910279a Mon Sep 17 00:00:00 2001 From: Sardhak Addepalli Date: Mon, 24 Feb 2025 14:18:52 +0530 Subject: [PATCH 1/4] changes for custom --- build/asset-manifest.json | 12 +- build/index.html | 2 +- build/static/css/main.0804c06c.css | 2 + build/static/css/main.0804c06c.css.map | 1 + build/static/css/main.a5c84cc7.css | 2 - build/static/css/main.a5c84cc7.css.map | 1 - build/static/js/main.c4d76bd7.js | 3 + ...CENSE.txt => main.c4d76bd7.js.LICENSE.txt} | 0 build/static/js/main.c4d76bd7.js.map | 1 + build/static/js/main.d90dfe46.js | 3 - build/static/js/main.d90dfe46.js.map | 1 - package-lock.json | 19894 ---------------- package.json | 1 + src/App.js | 3 +- src/bootstrapMessaging.js | 49 +- src/components/HttpFormBuilder.js | 75 + src/components/aaa.js | 53 + src/components/choiceMessage.css | 0 src/components/choiceMessage.js | 150 + src/components/conversation.js | 123 +- src/components/conversationEntry.js | 9 +- src/components/messagingBody.css | 5 + src/components/messagingBody.js | 21 +- src/components/messagingInputFooter.js | 4 +- src/components/messagingWindow.css | 11 +- src/components/messagingWindow.js | 4 +- src/components/prechat.js | 4 +- src/example.json | 917 + src/helpers/conversationEntryUtil.js | 62 +- src/index.js | 2 - src/main.js | 186 + src/services/eventSourceService.js | 1 + src/services/messagingService.js | 71 +- yarn.lock | 10019 ++++++++ 34 files changed, 11733 insertions(+), 19959 deletions(-) create mode 100644 build/static/css/main.0804c06c.css create mode 100644 build/static/css/main.0804c06c.css.map delete mode 100644 build/static/css/main.a5c84cc7.css delete mode 100644 build/static/css/main.a5c84cc7.css.map create mode 100644 build/static/js/main.c4d76bd7.js rename build/static/js/{main.d90dfe46.js.LICENSE.txt => main.c4d76bd7.js.LICENSE.txt} (100%) create mode 100644 build/static/js/main.c4d76bd7.js.map delete mode 100644 build/static/js/main.d90dfe46.js delete mode 100644 build/static/js/main.d90dfe46.js.map delete mode 100644 package-lock.json create mode 100644 src/components/HttpFormBuilder.js create mode 100644 src/components/aaa.js create mode 100644 src/components/choiceMessage.css create mode 100644 src/components/choiceMessage.js create mode 100644 src/example.json create mode 100644 src/main.js create mode 100644 yarn.lock diff --git a/build/asset-manifest.json b/build/asset-manifest.json index 56467fd..3c2c6b0 100644 --- a/build/asset-manifest.json +++ b/build/asset-manifest.json @@ -1,16 +1,16 @@ { "files": { - "main.css": "./static/css/main.a5c84cc7.css", - "main.js": "./static/js/main.d90dfe46.js", + "main.css": "./static/css/main.0804c06c.css", + "main.js": "./static/js/main.c4d76bd7.js", "static/js/453.bcce1d62.chunk.js": "./static/js/453.bcce1d62.chunk.js", "static/media/AppLogo.png": "./static/media/AppLogo.756605568b186bd69dd0.png", "index.html": "./index.html", - "main.a5c84cc7.css.map": "./static/css/main.a5c84cc7.css.map", - "main.d90dfe46.js.map": "./static/js/main.d90dfe46.js.map", + "main.0804c06c.css.map": "./static/css/main.0804c06c.css.map", + "main.c4d76bd7.js.map": "./static/js/main.c4d76bd7.js.map", "453.bcce1d62.chunk.js.map": "./static/js/453.bcce1d62.chunk.js.map" }, "entrypoints": [ - "static/css/main.a5c84cc7.css", - "static/js/main.d90dfe46.js" + "static/css/main.0804c06c.css", + "static/js/main.c4d76bd7.js" ] } \ No newline at end of file diff --git a/build/index.html b/build/index.html index a85307f..6eeea5d 100644 --- a/build/index.html +++ b/build/index.html @@ -1 +1 @@ -Messaging for Web API Sample App
\ No newline at end of file +Messaging for Web API Sample App
\ No newline at end of file diff --git a/build/static/css/main.0804c06c.css b/build/static/css/main.0804c06c.css new file mode 100644 index 0000000..31628e6 --- /dev/null +++ b/build/static/css/main.0804c06c.css @@ -0,0 +1,2 @@ +body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:25vmin;pointer-events:none;position:absolute;top:25px}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.messagingWindow{background-color:#fff;border:1px solid #ddd;border-radius:15px;bottom:50px;box-shadow:0 20px 20px #00000014;display:inline-block;height:600px;margin:0 auto;max-width:550px;right:10px;width:550px;z-index:9999999999}.messagingWindow[class~=hide]{display:none}.messagingHeader{background-color:#625b5b;border-radius:15px 15px 0 0;font-family:inherit;height:50px;width:inherit}.messagingHeaderCloseButton{background:#0000;border:none;cursor:pointer;float:right;height:50px;margin-right:20px;pointer-events:all;width:max-content}.messagingHeaderCloseButtonIcon{fill:#f5f5f5;transform:scale(2)}.messagingHeaderCloseButtonIcon:hover{opacity:.5;transform:scale(2)}.messagingBody{background:#f5f5f5;border-bottom:1px solid #ddd;border-radius:inherit;font-family:inherit;height:500px;overflow:auto}.conversationEndTimeText,.conversationStartTimeText{color:#625b5b;font-size:12px;font-weight:700;margin-top:10px;text-align:center}.conversationEntriesListView{height:auto;margin-bottom:0;margin-top:0;padding:5px 10px}.conversationEntryContainer{margin-bottom:10px;margin-top:10px;overflow:auto;position:relative}.textMessageSenderContent{color:#999;font-size:10px;font-weight:400;margin:0}.textMessageSenderContent[class~=incoming]{text-align:left}.textMessageSenderContent[class~=outgoing]{text-align:right}.textMessageBubbleContainer{overflow:auto}.textMessageBubble{background-color:#9e9a9a;border-radius:20px;margin:1px auto;max-width:350px;min-width:50px;padding:8px 14px;width:-webkit-fit-content}.textMessageBubble[class~=incoming]{float:left}.textMessageBubble[class~=outgoing]{float:right}.textMessageContent{color:#fff;font-size:16px;font-weight:300;margin:0}.participantChangeText{background-color:linen;border:1px solid #999;border-radius:10px;color:#625b5b;display:inline-block;font-size:12px;font-weight:700;margin-top:10px;text-align:center;width:max-content}.typingIndicatorContainer{display:flex;flex-direction:column}.typingIndicatorBubbleContainer{padding-left:10px;padding-right:10px}.typingIndicatorBubble{background-color:#9e9a9a;border-radius:20px;float:left;margin:1px auto;max-width:350px;min-width:50px;padding:4px 14px;width:-webkit-fit-content}.typingIndicatorSenderContent{color:#999;font-size:10px;font-weight:400;margin:0;padding-left:10px;padding-right:10px;text-align:left}.loadingBall{animation-delay:-.5s;animation:typingIndicatorAnimation 2.5s ease-in-out infinite;background-color:#fff;border-radius:50%;display:inline-flex;height:10px;margin:0 1.5px;max-width:100%;text-align:center;width:10px}.second{animation-delay:3s}.third{animation-delay:4s}@keyframes typingIndicatorAnimation{0%{opacity:0}35%{opacity:1}50%{opacity:1}}.messagingFooter{background-color:#f5f5f5;border-radius:inherit;display:flex;font-family:inherit;height:50px;width:100%}.messagingFooter textarea{align-content:center;border-radius:15px;font-family:inherit;margin:5px;resize:none;width:inherit}.sendButton{background:#0000;border:0}.sendButtonIcon{fill:#625b5b;transform:scale(2)}.sendButton:hover:not(:disabled){cursor:pointer;opacity:.7}.sendButton:disabled{opacity:.3}.messagingInputTextarea:disabled,.sendButton:disabled{cursor:not-allowed}.messagingPrechat{background:#f5f5f5;border-radius:inherit}.prechatForm{background:#0000;border-bottom:1px solid #ddd;border-radius:inherit;font-family:inherit;height:500px;overflow:auto}.prechatFormFieldsListView{height:inherit;list-style-type:none;margin:0;padding:0}.prechatFormFieldContainer{margin:15px 0;max-height:100px;min-width:100px;padding:0 14px}.prechatFormFieldName{color:#000;display:flex;flex-direction:column;font-size:medium;margin:0;text-align:left}.prechatFormField{border:1px solid;width:100%}.checkbox{margin-right:auto;width:4%}select{border-radius:5px;height:35px}.requiredFieldIndicator{color:red;display:contents}.startConversationButton{background-color:#888c8c;border:1px;border-radius:5px;font-weight:700;height:35px;margin:10px 0;width:75%}.startConversationButton:hover{cursor:pointer;opacity:.8;pointer-events:all}.messagingButton{align-self:center;background-color:#3fc56e;border:0;border-radius:5px;box-shadow:0 2px 2px #d3d3d3;color:#fff;cursor:pointer;font-weight:700;margin:10px 0;outline:0;padding:15px 30px;position:relative;top:150px;transition:background-color .25s ease;width:10rem}.messagingButton:hover:not(:disabled){background-color:#2d8645}.messagingButton:disabled{cursor:not-allowed;opacity:.7}.messagingButtonLoadingUI{--color:#fff;--size-mid:4vmin;--size-dot:1.5vmin;--size-bar:0.4vmin;--size-square:3vmin;bottom:30px;display:block;position:relative;width:50%}.messagingButtonLoadingUI:after,.messagingButtonLoadingUI:before{box-sizing:border-box;content:"";position:absolute}.messagingButtonLoadingUI.loadingBalls:before{animation:loadingAnimation 1s linear infinite;border:4px solid #fff;border-radius:50%;border-top-color:#0000;height:var(--size-mid);width:var(--size-mid)}.messagingButtonLoadingUI.loadingBalls:after{animation:loadingAnimation .6s linear infinite reverse;border:2px solid #0000;border-radius:50%;border-top-color:#fff;height:calc(var(--size-mid) - 2px);width:calc(var(--size-mid) - 2px)}@keyframes loadingAnimation{to{transform:rotate(1turn)}}.deploymentDetailsForm{display:flex;flex-direction:column}input{align-self:center;border-radius:5px;height:2rem;width:20rem}.deploymentDetailsFormSubmitButton{align-self:center;background-color:#3f51b5;border:0;border-radius:5px;box-shadow:0 2px 2px #d3d3d3;color:#fff;cursor:pointer;font-weight:700;margin:10px 0;outline:0;padding:15px 30px;transition:background-color .25s ease;width:10rem}.deploymentDetailsFormSubmitButton:hover:not(:disabled){background-color:#283593}.deploymentDetailsFormSubmitButton:disabled{cursor:not-allowed;opacity:.7} +/*# sourceMappingURL=main.0804c06c.css.map*/ \ No newline at end of file diff --git a/build/static/css/main.0804c06c.css.map b/build/static/css/main.0804c06c.css.map new file mode 100644 index 0000000..e81801c --- /dev/null +++ b/build/static/css/main.0804c06c.css.map @@ -0,0 +1 @@ +{"version":3,"file":"static/css/main.0804c06c.css","mappings":"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","sources":["index.css","App.css","components/messagingWindow.css","components/messagingHeader.css","components/messagingBody.css","components/conversationEntry.css","components/textMessage.css","components/participantChange.css","components/typingIndicator.css","components/messagingInputFooter.css","components/prechat.css","components/messagingButton.css","bootstrapMessaging.css"],"sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n",".App {\n text-align: center;\n}\n\n.App-logo {\n height: 25vmin;\n pointer-events: none;\n position: absolute;\n top: 25px;\n}\n\n/* @media (prefers-reduced-motion: no-preference) {\n .App-logo {\n animation: App-logo-spin infinite 20s linear;\n }\n} */\n\n.App-header {\n background-color: #282c34;\n min-height: 100vh;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n font-size: calc(10px + 2vmin);\n color: white;\n}\n\n.App-link {\n color: #61dafb;\n}\n\n@keyframes App-logo-spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n}\n",".messagingWindow {\n z-index: 9999999999;\n background-color: white;\n box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);\n border-radius: 15px;\n max-width: 550px;\n margin: 0 auto;\n border: 1px solid #ddd;\n /* position: fixed; */\n width: 550px;\n height: 600px;\n display: inline-block;\n bottom: 50px;\n right: 10px;\n}\n\n.messagingWindow[class~=\"hide\"] {\n display: none;\n}",".messagingHeader {\n width: inherit;\n height: 50px;\n background-color: rgb(98 91 91);\n border-radius: 15px 15px 0px 0px;\n font-family: inherit;\n}\n\n.messagingHeaderCloseButton {\n float: right;\n margin-right: 20px;\n height: 50px;\n width: max-content;\n background: transparent;\n border: none;\n pointer-events: all;\n cursor: pointer;\n}\n\n.messagingHeaderCloseButtonIcon {\n transform: scale(2);\n fill: whitesmoke;\n}\n\n.messagingHeaderCloseButtonIcon:hover{\n opacity: 0.5;\n transform: scale(2);\n}",".messagingBody {\n height: 500px;\n border-bottom: 1px solid #ddd;\n overflow: auto;\n background: whitesmoke;\n border-radius: inherit;\n font-family: inherit;\n}\n\n.conversationStartTimeText, .conversationEndTimeText {\n color: rgb(98 91 91);\n margin-top: 10px;\n font-size: 12px;\n font-weight: bold;\n text-align: center;\n}\n\n.conversationEntriesListView {\n height: auto;\n padding: 5px 10px;\n margin-top: 0;\n margin-bottom: 0;\n}",".conversationEntryContainer {\n position: relative;\n overflow: auto;\n margin-top: 10px;\n margin-bottom: 10px;\n}",".textMessageSenderContent {\n color: rgb(153, 153, 153);\n margin: 0px;\n font-size: 10px;\n font-weight: 400;\n}\n\n.textMessageSenderContent[class~=\"incoming\"] {\n text-align: left;\n}\n\n.textMessageSenderContent[class~=\"outgoing\"] {\n text-align: right;\n}\n\n.textMessageBubbleContainer {\n overflow: auto;\n}\n\n.textMessageBubble {\n min-width: 50px;\n max-width: 350px;\n width: -webkit-fit-content;\n background-color: rgb(158 154 154);\n border-radius: 20px;\n margin: 1px auto;\n padding: 8px 14px;\n}\n\n.textMessageBubble[class~=\"incoming\"] {\n float: left;\n}\n\n.textMessageBubble[class~=\"outgoing\"] {\n float: right;\n}\n\n.textMessageContent {\n color: rgb(255, 255, 255);\n margin: 0px;\n font-size: 16px;\n font-weight: 300;\n}",".participantChangeText {\n color: rgb(98 91 91);\n background-color: linen;\n margin-top: 10px;\n font-size: 12px;\n font-weight: bold;\n text-align: center;\n border: 1px solid rgb(153, 153, 153);\n border-radius: 10px;\n width: max-content;\n display: inline-block;\n}",".typingIndicatorContainer {\n display: flex;\n flex-direction: column;\n}\n\n.typingIndicatorBubbleContainer {\n padding-right: 10px;\n padding-left: 10px;\n} \n\n.typingIndicatorBubble {\n float: left;\n min-width: 50px;\n max-width: 350px;\n width: -webkit-fit-content;\n background-color: rgb(158 154 154);\n border-radius: 20px;\n margin: 1px auto;\n padding: 4px 14px;\n}\n\n.typingIndicatorSenderContent {\n color: rgb(153, 153, 153);\n margin: 0px;\n font-size: 10px;\n font-weight: 400;\n text-align: left;\n padding-right: 10px;\n padding-left: 10px;\n}\n \n .loadingBall {\n display: inline-flex;\n text-align: center;\n margin: 0px 1.5px;\n max-width: 100%;\n width: 10px;\n height: 10px;\n border-radius: 50%;\n background-color: white;\n animation-delay: -0.5s;\n animation: typingIndicatorAnimation 2.5s infinite ease-in-out;\n}\n\n.second {\n animation-delay: 3s;\n}\n\n.third {\n animation-delay: 4s;\n}\n\n@keyframes typingIndicatorAnimation {\n 0% {\n opacity: 0;\n }\n\n 35% {\n opacity: 1;\n }\n\n 50% {\n opacity: 1;\n }\n}",".messagingFooter {\n width: 100%;\n display: flex;\n height: 50px;\n font-family: inherit;\n border-radius: inherit;\n background-color: whitesmoke;\n}\n\n.messagingFooter textarea {\n width: inherit;\n align-content: center;\n font-family: inherit;\n border-radius: 15px;\n margin: 5px;\n resize: none;\n}\n\n.sendButton {\n background: transparent;\n border: 0;\n}\n\n.sendButtonIcon{\n transform: scale(2);\n fill: rgb(98 91 91);\n}\n\n.sendButton:hover:not(:disabled){\n opacity: 0.7;\n cursor: pointer;\n}\n\n.sendButton:disabled {\n opacity: 0.3;\n}\n\n.messagingInputTextarea:disabled, .sendButton:disabled {\n cursor: not-allowed;\n}",".messagingPrechat {\n background: whitesmoke;\n border-radius: inherit;\n}\n\n.prechatForm {\n height: 500px;\n border-bottom: 1px solid #ddd;\n overflow: auto;\n background: transparent;\n border-radius: inherit;\n font-family: inherit;\n}\n\n.prechatFormFieldsListView {\n height: inherit;\n margin: 0;\n padding: 0;\n list-style-type: none;\n}\n\n.prechatFormFieldContainer {\n min-width: 100px;\n padding: 0 14px;\n max-height: 100px;\n margin: 15px 0;\n}\n\n.prechatFormFieldName {\n color: black;\n font-size: medium;\n margin: 0;\n text-align: left;\n display: flex;\n flex-direction: column;\n}\n\n.prechatFormField {\n width: 100%;\n border: 1px solid;\n}\n\n.checkbox {\n width: 4%;\n margin-right: auto;\n}\n\nselect {\n height: 35px;\n border-radius: 5px;\n}\n\n.requiredFieldIndicator {\n color: red;\n display: contents;\n}\n\n.startConversationButton {\n width: 75%;\n height: 35px;\n margin: 10px 0;\n border-radius: 5px;\n background-color: #888c8c;\n border: 1px;\n font-weight: bold;\n}\n\n.startConversationButton:hover {\n opacity: 0.8;\n pointer-events: all;\n cursor: pointer;\n}",".messagingButton {\n width: 10rem;\n background-color: #3fc56e;\n color: white;\n padding: 15px 30px;\n border-radius: 5px;\n outline: 0;\n border: 0; \n margin: 10px 0px;\n cursor: pointer;\n box-shadow: 0px 2px 2px lightgray;\n transition: ease background-color 250ms;\n font-weight: bold;\n position: relative;\n align-self: center;\n top: 150px;\n}\n\n.messagingButton:hover:not(:disabled) {\n background-color: #2d8645;\n}\n\n.messagingButton:disabled {\n cursor: not-allowed;\n opacity: 0.7;\n}\n\n/**\n * Styles related to the spinner shown on Messaging Button\n */\n.messagingButtonLoadingUI {\n --color: white;\n --size-mid: 4vmin;\n --size-dot: 1.5vmin;\n --size-bar: 0.4vmin;\n --size-square: 3vmin;\n position: relative;\n width: 50%;\n display: block;\n bottom: 30px;\n}\n\n.messagingButtonLoadingUI::before,\n.messagingButtonLoadingUI::after {\n\tcontent: '';\n\tbox-sizing: border-box;\n\tposition: absolute;\n}\n\n.messagingButtonLoadingUI.loadingBalls::before {\n\twidth: var(--size-mid);\n\theight: var(--size-mid);\n\tborder: 4px solid white;\n\tborder-top-color: transparent;\n\tborder-radius: 50%;\n\tanimation: loadingAnimation 1s linear infinite;\n}\n\n.messagingButtonLoadingUI.loadingBalls::after {\n\twidth: calc(var(--size-mid) - 2px);\n\theight: calc(var(--size-mid) - 2px);\n\tborder: 2px solid transparent;\n\tborder-top-color: white;\n\tborder-radius: 50%;\n\tanimation: loadingAnimation 0.6s linear reverse infinite;\n}\n\n@keyframes loadingAnimation {\n\t100% {\n\t\ttransform: rotate(1turn);\n\t}\n}",".deploymentDetailsForm {\n display: flex;\n flex-direction: column;\n}\n\ninput {\n height: 2rem;\n width: 20rem;\n align-self: center;\n border-radius: 5px;\n}\n\n.deploymentDetailsFormSubmitButton {\n width: 10rem;\n background-color: #3f51b5;\n color: white;\n padding: 15px 30px;\n border-radius: 5px;\n outline: 0;\n border: 0; \n margin: 10px 0px;\n cursor: pointer;\n box-shadow: 0px 2px 2px lightgray;\n transition: ease background-color 250ms;\n font-weight: bold;\n align-self: center;\n}\n\n.deploymentDetailsFormSubmitButton:hover:not(:disabled) {\n background-color: #283593;\n}\n\n.deploymentDetailsFormSubmitButton:disabled {\n cursor: not-allowed;\n opacity: 0.7;\n}"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/build/static/css/main.a5c84cc7.css b/build/static/css/main.a5c84cc7.css deleted file mode 100644 index f0c18fa..0000000 --- a/build/static/css/main.a5c84cc7.css +++ /dev/null @@ -1,2 +0,0 @@ -body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:25vmin;pointer-events:none;position:absolute;top:25px}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.messagingWindow{background-color:#fff;border:1px solid #ddd;border-radius:15px;bottom:50px;box-shadow:0 20px 20px #00000014;display:inline-block;height:600px;margin:0 auto;max-width:550px;right:10px;width:550px;z-index:9999999999}.messagingWindow[class~=hide]{display:none}.messagingHeader{background-color:#625b5b;border-radius:15px 15px 0 0;font-family:inherit;height:50px;width:inherit}.messagingHeaderCloseButton{background:#0000;border:none;cursor:pointer;float:right;height:50px;margin-right:20px;pointer-events:all;width:-webkit-max-content;width:max-content}.messagingHeaderCloseButtonIcon{fill:#f5f5f5;transform:scale(2)}.messagingHeaderCloseButtonIcon:hover{opacity:.5;transform:scale(2)}.messagingBody{background:#f5f5f5;border-bottom:1px solid #ddd;border-radius:inherit;font-family:inherit;height:500px;overflow:auto}.conversationEndTimeText,.conversationStartTimeText{color:#625b5b;font-size:12px;font-weight:700;margin-top:10px;text-align:center}.conversationEntriesListView{height:auto;margin-bottom:0;margin-top:0;padding:5px 10px}.conversationEntryContainer{margin-bottom:10px;margin-top:10px;overflow:auto;position:relative}.textMessageSenderContent{color:#999;font-size:10px;font-weight:400;margin:0}.textMessageSenderContent[class~=incoming]{text-align:left}.textMessageSenderContent[class~=outgoing]{text-align:right}.textMessageBubbleContainer{overflow:auto}.textMessageBubble{background-color:#9e9a9a;border-radius:20px;margin:1px auto;max-width:350px;min-width:50px;padding:8px 14px;width:-webkit-fit-content}.textMessageBubble[class~=incoming]{float:left}.textMessageBubble[class~=outgoing]{float:right}.textMessageContent{color:#fff;font-size:16px;font-weight:300;margin:0}.participantChangeText{background-color:linen;border:1px solid #999;border-radius:10px;color:#625b5b;display:inline-block;font-size:12px;font-weight:700;margin-top:10px;text-align:center;width:-webkit-max-content;width:max-content}.typingIndicatorContainer{display:flex;flex-direction:column}.typingIndicatorBubbleContainer{padding-left:10px;padding-right:10px}.typingIndicatorBubble{background-color:#9e9a9a;border-radius:20px;float:left;margin:1px auto;max-width:350px;min-width:50px;padding:4px 14px;width:-webkit-fit-content}.typingIndicatorSenderContent{color:#999;font-size:10px;font-weight:400;margin:0;padding-left:10px;padding-right:10px;text-align:left}.loadingBall{animation-delay:-.5s;animation:typingIndicatorAnimation 2.5s ease-in-out infinite;background-color:#fff;border-radius:50%;display:inline-flex;height:10px;margin:0 1.5px;max-width:100%;text-align:center;width:10px}.second{animation-delay:3s}.third{animation-delay:4s}@keyframes typingIndicatorAnimation{0%{opacity:0}35%{opacity:1}50%{opacity:1}}.messagingFooter{background-color:#f5f5f5;border-radius:inherit;display:flex;font-family:inherit;height:50px;width:100%}.messagingFooter textarea{align-content:center;border-radius:15px;font-family:inherit;margin:5px;resize:none;width:inherit}.sendButton{background:#0000;border:0}.sendButtonIcon{fill:#625b5b;transform:scale(2)}.sendButton:hover:not(:disabled){cursor:pointer;opacity:.7}.sendButton:disabled{opacity:.3}.messagingInputTextarea:disabled,.sendButton:disabled{cursor:not-allowed}.messagingPrechat{background:#f5f5f5;border-radius:inherit}.prechatForm{background:#0000;border-bottom:1px solid #ddd;border-radius:inherit;font-family:inherit;height:500px;overflow:auto}.prechatFormFieldsListView{height:inherit;list-style-type:none;margin:0;padding:0}.prechatFormFieldContainer{margin:15px 0;max-height:100px;min-width:100px;padding:0 14px}.prechatFormFieldName{color:#000;display:flex;flex-direction:column;font-size:medium;margin:0;text-align:left}.prechatFormField{border:1px solid;width:100%}.checkbox{margin-right:auto;width:4%}select{border-radius:5px;height:35px}.requiredFieldIndicator{color:red;display:contents}.startConversationButton{background-color:#888c8c;border:1px;border-radius:5px;font-weight:700;height:35px;margin:10px 0;width:75%}.startConversationButton:hover{cursor:pointer;opacity:.8;pointer-events:all}.messagingButton{align-self:center;background-color:#3fc56e;border:0;border-radius:5px;box-shadow:0 2px 2px #d3d3d3;color:#fff;cursor:pointer;font-weight:700;margin:10px 0;outline:0;padding:15px 30px;position:relative;top:150px;transition:background-color .25s ease;width:10rem}.messagingButton:hover:not(:disabled){background-color:#2d8645}.messagingButton:disabled{cursor:not-allowed;opacity:.7}.messagingButtonLoadingUI{--color:#fff;--size-mid:4vmin;--size-dot:1.5vmin;--size-bar:0.4vmin;--size-square:3vmin;bottom:30px;display:block;position:relative;width:50%}.messagingButtonLoadingUI:after,.messagingButtonLoadingUI:before{box-sizing:border-box;content:"";position:absolute}.messagingButtonLoadingUI.loadingBalls:before{animation:loadingAnimation 1s linear infinite;border:4px solid #fff;border-radius:50%;border-top-color:#0000;height:var(--size-mid);width:var(--size-mid)}.messagingButtonLoadingUI.loadingBalls:after{animation:loadingAnimation .6s linear infinite reverse;border:2px solid #0000;border-radius:50%;border-top-color:#fff;height:calc(var(--size-mid) - 2px);width:calc(var(--size-mid) - 2px)}@keyframes loadingAnimation{to{transform:rotate(1turn)}}.deploymentDetailsForm{display:flex;flex-direction:column}input{align-self:center;border-radius:5px;height:2rem;width:20rem}.deploymentDetailsFormSubmitButton{align-self:center;background-color:#3f51b5;border:0;border-radius:5px;box-shadow:0 2px 2px #d3d3d3;color:#fff;cursor:pointer;font-weight:700;margin:10px 0;outline:0;padding:15px 30px;transition:background-color .25s ease;width:10rem}.deploymentDetailsFormSubmitButton:hover:not(:disabled){background-color:#283593}.deploymentDetailsFormSubmitButton:disabled{cursor:not-allowed;opacity:.7} -/*# sourceMappingURL=main.a5c84cc7.css.map*/ \ No newline at end of file diff --git a/build/static/css/main.a5c84cc7.css.map b/build/static/css/main.a5c84cc7.css.map deleted file mode 100644 index b6b395e..0000000 --- a/build/static/css/main.a5c84cc7.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"static/css/main.a5c84cc7.css","mappings":"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","sources":["index.css","App.css","components/messagingWindow.css","components/messagingHeader.css","components/messagingBody.css","components/conversationEntry.css","components/textMessage.css","components/participantChange.css","components/typingIndicator.css","components/messagingInputFooter.css","components/prechat.css","components/messagingButton.css","bootstrapMessaging.css"],"sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n",".App {\n text-align: center;\n}\n\n.App-logo {\n height: 25vmin;\n pointer-events: none;\n position: absolute;\n top: 25px;\n}\n\n/* @media (prefers-reduced-motion: no-preference) {\n .App-logo {\n animation: App-logo-spin infinite 20s linear;\n }\n} */\n\n.App-header {\n background-color: #282c34;\n min-height: 100vh;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n font-size: calc(10px + 2vmin);\n color: white;\n}\n\n.App-link {\n color: #61dafb;\n}\n\n@keyframes App-logo-spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n}\n",".messagingWindow {\n z-index: 9999999999;\n background-color: white;\n box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);\n border-radius: 15px;\n max-width: 550px;\n margin: 0 auto;\n border: 1px solid #ddd;\n /* position: fixed; */\n width: 550px;\n height: 600px;\n display: inline-block;\n bottom: 50px;\n right: 10px;\n}\n\n.messagingWindow[class~=\"hide\"] {\n display: none;\n}",".messagingHeader {\n width: inherit;\n height: 50px;\n background-color: rgb(98 91 91);\n border-radius: 15px 15px 0px 0px;\n font-family: inherit;\n}\n\n.messagingHeaderCloseButton {\n float: right;\n margin-right: 20px;\n height: 50px;\n width: max-content;\n background: transparent;\n border: none;\n pointer-events: all;\n cursor: pointer;\n}\n\n.messagingHeaderCloseButtonIcon {\n transform: scale(2);\n fill: whitesmoke;\n}\n\n.messagingHeaderCloseButtonIcon:hover{\n opacity: 0.5;\n transform: scale(2);\n}",".messagingBody {\n height: 500px;\n border-bottom: 1px solid #ddd;\n overflow: auto;\n background: whitesmoke;\n border-radius: inherit;\n font-family: inherit;\n}\n\n.conversationStartTimeText, .conversationEndTimeText {\n color: rgb(98 91 91);\n margin-top: 10px;\n font-size: 12px;\n font-weight: bold;\n text-align: center;\n}\n\n.conversationEntriesListView {\n height: auto;\n padding: 5px 10px;\n margin-top: 0;\n margin-bottom: 0;\n}",".conversationEntryContainer {\n position: relative;\n overflow: auto;\n margin-top: 10px;\n margin-bottom: 10px;\n}",".textMessageSenderContent {\n color: rgb(153, 153, 153);\n margin: 0px;\n font-size: 10px;\n font-weight: 400;\n}\n\n.textMessageSenderContent[class~=\"incoming\"] {\n text-align: left;\n}\n\n.textMessageSenderContent[class~=\"outgoing\"] {\n text-align: right;\n}\n\n.textMessageBubbleContainer {\n overflow: auto;\n}\n\n.textMessageBubble {\n min-width: 50px;\n max-width: 350px;\n width: -webkit-fit-content;\n background-color: rgb(158 154 154);\n border-radius: 20px;\n margin: 1px auto;\n padding: 8px 14px;\n}\n\n.textMessageBubble[class~=\"incoming\"] {\n float: left;\n}\n\n.textMessageBubble[class~=\"outgoing\"] {\n float: right;\n}\n\n.textMessageContent {\n color: rgb(255, 255, 255);\n margin: 0px;\n font-size: 16px;\n font-weight: 300;\n}",".participantChangeText {\n color: rgb(98 91 91);\n background-color: linen;\n margin-top: 10px;\n font-size: 12px;\n font-weight: bold;\n text-align: center;\n border: 1px solid rgb(153, 153, 153);\n border-radius: 10px;\n width: max-content;\n display: inline-block;\n}",".typingIndicatorContainer {\n display: flex;\n flex-direction: column;\n}\n\n.typingIndicatorBubbleContainer {\n padding-right: 10px;\n padding-left: 10px;\n} \n\n.typingIndicatorBubble {\n float: left;\n min-width: 50px;\n max-width: 350px;\n width: -webkit-fit-content;\n background-color: rgb(158 154 154);\n border-radius: 20px;\n margin: 1px auto;\n padding: 4px 14px;\n}\n\n.typingIndicatorSenderContent {\n color: rgb(153, 153, 153);\n margin: 0px;\n font-size: 10px;\n font-weight: 400;\n text-align: left;\n padding-right: 10px;\n padding-left: 10px;\n}\n \n .loadingBall {\n display: inline-flex;\n text-align: center;\n margin: 0px 1.5px;\n max-width: 100%;\n width: 10px;\n height: 10px;\n border-radius: 50%;\n background-color: white;\n animation-delay: -0.5s;\n animation: typingIndicatorAnimation 2.5s infinite ease-in-out;\n}\n\n.second {\n animation-delay: 3s;\n}\n\n.third {\n animation-delay: 4s;\n}\n\n@keyframes typingIndicatorAnimation {\n 0% {\n opacity: 0;\n }\n\n 35% {\n opacity: 1;\n }\n\n 50% {\n opacity: 1;\n }\n}",".messagingFooter {\n width: 100%;\n display: flex;\n height: 50px;\n font-family: inherit;\n border-radius: inherit;\n background-color: whitesmoke;\n}\n\n.messagingFooter textarea {\n width: inherit;\n align-content: center;\n font-family: inherit;\n border-radius: 15px;\n margin: 5px;\n resize: none;\n}\n\n.sendButton {\n background: transparent;\n border: 0;\n}\n\n.sendButtonIcon{\n transform: scale(2);\n fill: rgb(98 91 91);\n}\n\n.sendButton:hover:not(:disabled){\n opacity: 0.7;\n cursor: pointer;\n}\n\n.sendButton:disabled {\n opacity: 0.3;\n}\n\n.messagingInputTextarea:disabled, .sendButton:disabled {\n cursor: not-allowed;\n}",".messagingPrechat {\n background: whitesmoke;\n border-radius: inherit;\n}\n\n.prechatForm {\n height: 500px;\n border-bottom: 1px solid #ddd;\n overflow: auto;\n background: transparent;\n border-radius: inherit;\n font-family: inherit;\n}\n\n.prechatFormFieldsListView {\n height: inherit;\n margin: 0;\n padding: 0;\n list-style-type: none;\n}\n\n.prechatFormFieldContainer {\n min-width: 100px;\n padding: 0 14px;\n max-height: 100px;\n margin: 15px 0;\n}\n\n.prechatFormFieldName {\n color: black;\n font-size: medium;\n margin: 0;\n text-align: left;\n display: flex;\n flex-direction: column;\n}\n\n.prechatFormField {\n width: 100%;\n border: 1px solid;\n}\n\n.checkbox {\n width: 4%;\n margin-right: auto;\n}\n\nselect {\n height: 35px;\n border-radius: 5px;\n}\n\n.requiredFieldIndicator {\n color: red;\n display: contents;\n}\n\n.startConversationButton {\n width: 75%;\n height: 35px;\n margin: 10px 0;\n border-radius: 5px;\n background-color: #888c8c;\n border: 1px;\n font-weight: bold;\n}\n\n.startConversationButton:hover {\n opacity: 0.8;\n pointer-events: all;\n cursor: pointer;\n}",".messagingButton {\n width: 10rem;\n background-color: #3fc56e;\n color: white;\n padding: 15px 30px;\n border-radius: 5px;\n outline: 0;\n border: 0; \n margin: 10px 0px;\n cursor: pointer;\n box-shadow: 0px 2px 2px lightgray;\n transition: ease background-color 250ms;\n font-weight: bold;\n position: relative;\n align-self: center;\n top: 150px;\n}\n\n.messagingButton:hover:not(:disabled) {\n background-color: #2d8645;\n}\n\n.messagingButton:disabled {\n cursor: not-allowed;\n opacity: 0.7;\n}\n\n/**\n * Styles related to the spinner shown on Messaging Button\n */\n.messagingButtonLoadingUI {\n --color: white;\n --size-mid: 4vmin;\n --size-dot: 1.5vmin;\n --size-bar: 0.4vmin;\n --size-square: 3vmin;\n position: relative;\n width: 50%;\n display: block;\n bottom: 30px;\n}\n\n.messagingButtonLoadingUI::before,\n.messagingButtonLoadingUI::after {\n\tcontent: '';\n\tbox-sizing: border-box;\n\tposition: absolute;\n}\n\n.messagingButtonLoadingUI.loadingBalls::before {\n\twidth: var(--size-mid);\n\theight: var(--size-mid);\n\tborder: 4px solid white;\n\tborder-top-color: transparent;\n\tborder-radius: 50%;\n\tanimation: loadingAnimation 1s linear infinite;\n}\n\n.messagingButtonLoadingUI.loadingBalls::after {\n\twidth: calc(var(--size-mid) - 2px);\n\theight: calc(var(--size-mid) - 2px);\n\tborder: 2px solid transparent;\n\tborder-top-color: white;\n\tborder-radius: 50%;\n\tanimation: loadingAnimation 0.6s linear reverse infinite;\n}\n\n@keyframes loadingAnimation {\n\t100% {\n\t\ttransform: rotate(1turn);\n\t}\n}",".deploymentDetailsForm {\n display: flex;\n flex-direction: column;\n}\n\ninput {\n height: 2rem;\n width: 20rem;\n align-self: center;\n border-radius: 5px;\n}\n\n.deploymentDetailsFormSubmitButton {\n width: 10rem;\n background-color: #3f51b5;\n color: white;\n padding: 15px 30px;\n border-radius: 5px;\n outline: 0;\n border: 0; \n margin: 10px 0px;\n cursor: pointer;\n box-shadow: 0px 2px 2px lightgray;\n transition: ease background-color 250ms;\n font-weight: bold;\n align-self: center;\n}\n\n.deploymentDetailsFormSubmitButton:hover:not(:disabled) {\n background-color: #283593;\n}\n\n.deploymentDetailsFormSubmitButton:disabled {\n cursor: not-allowed;\n opacity: 0.7;\n}"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/build/static/js/main.c4d76bd7.js b/build/static/js/main.c4d76bd7.js new file mode 100644 index 0000000..8437568 --- /dev/null +++ b/build/static/js/main.c4d76bd7.js @@ -0,0 +1,3 @@ +/*! For license information please see main.c4d76bd7.js.LICENSE.txt */ +(()=>{var e={43:(e,t,n)=>{"use strict";e.exports=n(202)},153:(e,t,n)=>{"use strict";var r=n(43),o=Symbol.for("react.element"),i=Symbol.for("react.fragment"),a=Object.prototype.hasOwnProperty,s=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l={key:!0,ref:!0,__self:!0,__source:!0};function u(e,t,n){var r,i={},u=null,c=null;for(r in void 0!==n&&(u=""+n),void 0!==t.key&&(u=""+t.key),void 0!==t.ref&&(c=t.ref),t)a.call(t,r)&&!l.hasOwnProperty(r)&&(i[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===i[r]&&(i[r]=t[r]);return{$$typeof:o,type:e,key:u,ref:c,props:i,_owner:s.current}}t.Fragment=i,t.jsx=u,t.jsxs=u},202:(e,t)=>{"use strict";var n=Symbol.for("react.element"),r=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),l=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),f=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),h=Symbol.iterator;var p={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},g=Object.assign,m={};function y(e,t,n){this.props=e,this.context=t,this.refs=m,this.updater=n||p}function v(){}function b(e,t,n){this.props=e,this.context=t,this.refs=m,this.updater=n||p}y.prototype.isReactComponent={},y.prototype.setState=function(e,t){if("object"!==typeof e&&"function"!==typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},y.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},v.prototype=y.prototype;var w=b.prototype=new v;w.constructor=b,g(w,y.prototype),w.isPureReactComponent=!0;var S=Array.isArray,E=Object.prototype.hasOwnProperty,_={current:null},k={key:!0,ref:!0,__self:!0,__source:!0};function T(e,t,r){var o,i={},a=null,s=null;if(null!=t)for(o in void 0!==t.ref&&(s=t.ref),void 0!==t.key&&(a=""+t.key),t)E.call(t,o)&&!k.hasOwnProperty(o)&&(i[o]=t[o]);var l=arguments.length-2;if(1===l)i.children=r;else if(1{"use strict";function n(e,t){var n=e.length;e.push(t);e:for(;0>>1,o=e[r];if(!(0>>1;ri(l,n))ui(c,l)?(e[r]=c,e[u]=n,r=u):(e[r]=l,e[s]=n,r=s);else{if(!(ui(c,n)))break e;e[r]=c,e[u]=n,r=u}}}return t}function i(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}if("object"===typeof performance&&"function"===typeof performance.now){var a=performance;t.unstable_now=function(){return a.now()}}else{var s=Date,l=s.now();t.unstable_now=function(){return s.now()-l}}var u=[],c=[],f=1,d=null,h=3,p=!1,g=!1,m=!1,y="function"===typeof setTimeout?setTimeout:null,v="function"===typeof clearTimeout?clearTimeout:null,b="undefined"!==typeof setImmediate?setImmediate:null;function w(e){for(var t=r(c);null!==t;){if(null===t.callback)o(c);else{if(!(t.startTime<=e))break;o(c),t.sortIndex=t.expirationTime,n(u,t)}t=r(c)}}function S(e){if(m=!1,w(e),!g)if(null!==r(u))g=!0,A(E);else{var t=r(c);null!==t&&L(S,t.startTime-e)}}function E(e,n){g=!1,m&&(m=!1,v(C),C=-1),p=!0;var i=h;try{for(w(n),d=r(u);null!==d&&(!(d.expirationTime>n)||e&&!O());){var a=d.callback;if("function"===typeof a){d.callback=null,h=d.priorityLevel;var s=a(d.expirationTime<=n);n=t.unstable_now(),"function"===typeof s?d.callback=s:d===r(u)&&o(u),w(n)}else o(u);d=r(u)}if(null!==d)var l=!0;else{var f=r(c);null!==f&&L(S,f.startTime-n),l=!1}return l}finally{d=null,h=i,p=!1}}"undefined"!==typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var _,k=!1,T=null,C=-1,x=5,N=-1;function O(){return!(t.unstable_now()-Ne||125a?(e.sortIndex=i,n(c,e),null===r(u)&&e===r(c)&&(m?(v(C),C=-1):m=!0,L(S,i-a))):(e.sortIndex=s,n(u,e),g||p||(g=!0,A(E))),e},t.unstable_shouldYield=O,t.unstable_wrapCallback=function(e){var t=h;return function(){var n=h;h=t;try{return e.apply(this,arguments)}finally{h=n}}}},391:(e,t,n)=>{"use strict";var r=n(950);t.createRoot=r.createRoot,t.hydrateRoot=r.hydrateRoot},579:(e,t,n)=>{"use strict";e.exports=n(153)},707:()=>{!function(e){const t={};function n(r){if(t[r])return t[r].exports;const o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:r})},n.n=function(e){const t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=21)}([function(e,t){let n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(r){"object"===typeof window&&(n=window)}e.exports=n},function(e,t){const n=e.exports={};let r,o;function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(e){if(r===setTimeout)return setTimeout(e,0);if((r===i||!r)&&setTimeout)return r=setTimeout,setTimeout(e,0);try{return r(e,0)}catch(t){try{return r.call(null,e,0)}catch(t){return r.call(this,e,0)}}}!function(){try{r="function"===typeof setTimeout?setTimeout:i}catch(e){r=i}try{o="function"===typeof clearTimeout?clearTimeout:a}catch(e){o=a}}();let l,u=[],c=!1,f=-1;function d(){c&&l&&(c=!1,l.length?u=l.concat(u):f=-1,u.length&&h())}function h(){if(c)return;const e=s(d);c=!0;let t=u.length;for(;t;){for(l=u,u=[];++f1)for(let n=1;n=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function p(e,t){if(l.isBuffer(e))return e.length;if("undefined"!==typeof ArrayBuffer&&"function"===typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!==typeof e&&(e=""+e);const n=e.length;if(0===n)return 0;let r=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return B(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return $(e).length;default:if(r)return B(e).length;t=(""+t).toLowerCase(),r=!0}}function g(e,t,n){let r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return R(this,t,n);case"utf8":case"utf-8":return C(this,t,n);case"ascii":return N(this,t,n);case"latin1":case"binary":return O(this,t,n);case"base64":return T(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return P(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function m(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function y(e,t,n,r,o){if(0===e.length)return-1;if("string"===typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"===typeof t&&(t=l.from(t,r)),l.isBuffer(t))return 0===t.length?-1:v(e,t,n,r,o);if("number"===typeof t)return t&=255,l.TYPED_ARRAY_SUPPORT&&"function"===typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):v(e,[t],n,r,o);throw new TypeError("val must be string, number or Buffer")}function v(e,t,n,r,o){let i,a=1,s=e.length,l=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,s/=2,l/=2,n/=2}function u(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(o){let r=-1;for(i=n;is&&(n=s-l),i=n;i>=0;i--){let n=!0;for(let r=0;ro&&(r=o):r=o;const i=t.length;if(i%2!==0)throw new TypeError("Invalid hex string");r>i/2&&(r=i/2);for(var a=0;a>8,o=n%256,i.push(o),i.push(r);return i}(t,e.length-n),e,n,r)}function T(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function C(e,t,n){n=Math.min(e.length,n);const r=[];let o=t;for(;o239?4:t>223?3:t>191?2:1;var i,a,s,l;if(o+c<=n)switch(c){case 1:t<128&&(u=t);break;case 2:128===(192&(i=e[o+1]))&&(l=(31&t)<<6|63&i)>127&&(u=l);break;case 3:i=e[o+1],a=e[o+2],128===(192&i)&&128===(192&a)&&(l=(15&t)<<12|(63&i)<<6|63&a)>2047&&(l<55296||l>57343)&&(u=l);break;case 4:i=e[o+1],a=e[o+2],s=e[o+3],128===(192&i)&&128===(192&a)&&128===(192&s)&&(l=(15&t)<<18|(63&i)<<12|(63&a)<<6|63&s)>65535&&l<1114112&&(u=l)}null===u?(u=65533,c=1):u>65535&&(u-=65536,r.push(u>>>10&1023|55296),u=56320|1023&u),r.push(u),o+=c}return function(e){const t=e.length;if(t<=x)return String.fromCharCode.apply(String,e);let n="",r=0;for(;r42},42===e.foo()&&"function"===typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(e){return!1}}(),t.kMaxLength=a(),l.poolSize=8192,l._augment=function(e){return e.__proto__=l.prototype,e},l.from=function(e,t,n){return u(null,e,t,n)},l.TYPED_ARRAY_SUPPORT&&(l.prototype.__proto__=Uint8Array.prototype,l.__proto__=Uint8Array,"undefined"!==typeof Symbol&&Symbol.species&&l[Symbol.species]===l&&Object.defineProperty(l,Symbol.species,{value:null,configurable:!0})),l.alloc=function(e,t,n){return function(e,t,n,r){return c(t),t<=0?s(e,t):void 0!==n?"string"===typeof r?s(e,t).fill(n,r):s(e,t).fill(n):s(e,t)}(null,e,t,n)},l.allocUnsafe=function(e){return f(null,e)},l.allocUnsafeSlow=function(e){return f(null,e)},l.isBuffer=function(e){return!(null==e||!e._isBuffer)},l.compare=function(e,t){if(!l.isBuffer(e)||!l.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;let n=e.length,r=t.length;for(let o=0,i=Math.min(n,r);o0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),""},l.prototype.compare=function(e,t,n,r,o){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),t<0||n>e.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&t>=n)return 0;if(r>=o)return-1;if(t>=n)return 1;if(this===e)return 0;let i=(o>>>=0)-(r>>>=0),a=(n>>>=0)-(t>>>=0);const s=Math.min(i,a),u=this.slice(r,o),c=e.slice(t,n);for(let l=0;lo)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");let i=!1;for(;;)switch(r){case"hex":return b(this,e,t,n);case"utf8":case"utf-8":return w(this,e,t,n);case"ascii":return S(this,e,t,n);case"latin1":case"binary":return E(this,e,t,n);case"base64":return _(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return k(this,e,t,n);default:if(i)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),i=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const x=4096;function N(e,t,n){let r="";n=Math.min(e.length,n);for(let o=t;or)&&(n=r);let o="";for(let i=t;in)throw new RangeError("Trying to access beyond buffer length")}function A(e,t,n,r,o,i){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||te.length)throw new RangeError("Index out of range")}function L(e,t,n,r){t<0&&(t=65535+t+1);for(let o=0,i=Math.min(e.length-n,2);o>>8*(r?o:1-o)}function M(e,t,n,r){t<0&&(t=4294967295+t+1);for(let o=0,i=Math.min(e.length-n,4);o>>8*(r?o:3-o)&255}function D(e,t,n,r,o,i){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function j(e,t,n,r,i){return i||D(e,0,n,4),o.write(e,t,n,r,23,4),n+4}function U(e,t,n,r,i){return i||D(e,0,n,8),o.write(e,t,n,r,52,8),n+8}l.prototype.slice=function(e,t){const n=this.length;let r;if((e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t0&&(o*=256);)r+=this[e+--t]*o;return r},l.prototype.readUInt8=function(e,t){return t||I(e,1,this.length),this[e]},l.prototype.readUInt16LE=function(e,t){return t||I(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUInt16BE=function(e,t){return t||I(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUInt32LE=function(e,t){return t||I(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUInt32BE=function(e,t){return t||I(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||I(e,t,this.length);let r=this[e],o=1,i=0;for(;++i=o&&(r-=Math.pow(2,8*t)),r},l.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||I(e,t,this.length);let r=t,o=1,i=this[e+--r];for(;r>0&&(o*=256);)i+=this[e+--r]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i},l.prototype.readInt8=function(e,t){return t||I(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){t||I(e,2,this.length);const n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(e,t){t||I(e,2,this.length);const n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(e,t){return t||I(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return t||I(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readFloatLE=function(e,t){return t||I(e,4,this.length),o.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return t||I(e,4,this.length),o.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return t||I(e,8,this.length),o.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return t||I(e,8,this.length),o.read(this,e,!1,52,8)},l.prototype.writeUIntLE=function(e,t,n,r){if(e=+e,t|=0,n|=0,!r){A(this,e,t,n,Math.pow(2,8*n)-1,0)}let o=1,i=0;for(this[t]=255&e;++i=0&&(i*=256);)this[t+o]=e/i&255;return t+n},l.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,1,255,0),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},l.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):L(this,e,t,!0),t+2},l.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):L(this,e,t,!1),t+2},l.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):M(this,e,t,!0),t+4},l.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):M(this,e,t,!1),t+4},l.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){const r=Math.pow(2,8*n-1);A(this,e,t,n,r-1,-r)}let o=0,i=1,a=0;for(this[t]=255&e;++o=0&&(i*=256);)e<0&&0===a&&0!==this[t+o+1]&&(a=1),this[t+o]=(e/i|0)-a&255;return t+n},l.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,1,127,-128),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):L(this,e,t,!0),t+2},l.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):L(this,e,t,!1),t+2},l.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,4,2147483647,-2147483648),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):M(this,e,t,!0),t+4},l.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):M(this,e,t,!1),t+4},l.prototype.writeFloatLE=function(e,t,n){return j(this,e,t,!0,n)},l.prototype.writeFloatBE=function(e,t,n){return j(this,e,t,!1,n)},l.prototype.writeDoubleLE=function(e,t,n){return U(this,e,t,!0,n)},l.prototype.writeDoubleBE=function(e,t,n){return U(this,e,t,!1,n)},l.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t=0;--i)e[i+t]=this[i+n];else if(o<1e3||!l.TYPED_ARRAY_SUPPORT)for(i=0;i>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"===typeof e)for(o=t;o55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&i.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&i.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function $(e){return r.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(z,"")).length<2)return"";for(;e.length%4!==0;)e+="=";return e}(e))}function V(e,t,n,r){for(var o=0;o=t.length||o>=e.length);++o)t[o+n]=e[o];return o}}).call(t,n(0))},function(e,t,n){"use strict";const r=n(6),o=Object.keys||function(e){const t=[];for(const n in e)t.push(n);return t};e.exports=l;const i=n(4);i.inherits=n(5);const a=n(15),s=n(18);i.inherits(l,a);{const e=o(s.prototype);for(let t=0;t{e.call(null,n)}));case 3:return t.nextTick((()=>{e.call(null,n,r)}));case 4:return t.nextTick((()=>{e.call(null,n,r,o)}));default:for(a=new Array(i-1),s=0;s{e.apply(null,a)}))}}}:e.exports=t}).call(t,n(1))},function(e,t,n){"use strict";const r=n(30),o=n(32);function i(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}t.parse=b,t.resolve=function(e,t){return b(e,!1,!0).resolve(t)},t.resolveObject=function(e,t){if(!e)return t;return b(e,!1,!0).resolveObject(t)},t.format=function(e){o.isString(e)&&(e=b(e));if(!(e instanceof i))return i.prototype.format.call(e);return e.format()},t.Url=i;const a=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,l=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,u=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),c=["'"].concat(u),f=["%","/","?",";","#"].concat(c),d=["/","?","#"],h=/^[+a-z0-9A-Z_-]{0,63}$/,p=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,g={javascript:!0,"javascript:":!0},m={javascript:!0,"javascript:":!0},y={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},v=n(33);function b(e,t,n){if(e&&o.isObject(e)&&e instanceof i)return e;const r=new i;return r.parse(e,t,n),r}i.prototype.parse=function(e,t,n){if(!o.isString(e))throw new TypeError("Parameter 'url' must be a string, not "+typeof e);const i=e.indexOf("?"),s=-1!==i&&i127?n+="x":n+=t[e];if(!n.match(h)){const n=e.slice(0,_),r=e.slice(_+1),o=t.match(p);o&&(n.push(o[1]),r.unshift(o[2])),r.length&&(b="/"+r.join(".")+b),this.hostname=n.join(".");break}}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),o||(this.hostname=r.toASCII(this.hostname));var C=this.port?":"+this.port:"";const i=this.hostname||"";this.host=i+C,this.href+=this.host,o&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==b[0]&&(b="/"+b))}if(!g[S])for(_=0,T=c.length;_encodeURIComponent(e))),s=s.replace("#","%23"),t+i+n+s+r},i.prototype.resolve=function(e){return this.resolveObject(b(e,!1,!0)).format()},i.prototype.resolveObject=function(e){if(o.isString(e)){const t=new i;t.parse(e,!1,!0),e=t}const t=new i,n=Object.keys(this);for(let o=0;o0)&&t.host.split("@"))&&(t.auth=v.shift(),t.host=t.hostname=v.shift());return t.search=e.search,t.query=e.query,o.isNull(t.pathname)&&o.isNull(t.search)||(t.path=(t.pathname?t.pathname:"")+(t.search?t.search:"")),t.href=t.format(),t}if(!c.length)return t.pathname=null,t.search?t.path="/"+t.search:t.path=null,t.href=t.format(),t;let d=c.slice(-1)[0];const h=(t.host||e.host||c.length>1)&&("."===d||".."===d)||""===d;let p=0;for(let o=c.length;o>=0;o--)d=c[o],"."===d?c.splice(o,1):".."===d?(c.splice(o,1),p++):p&&(c.splice(o,1),p--);if(!l&&!u)for(;p--;p)c.unshift("..");!l||""===c[0]||c[0]&&"/"===c[0].charAt(0)||c.unshift(""),h&&"/"!==c.join("/").substr(-1)&&c.push("");const g=""===c[0]||c[0]&&"/"===c[0].charAt(0);var v;f&&(t.hostname=t.host=g?"":c.length?c.shift():"",(v=!!(t.host&&t.host.indexOf("@")>0)&&t.host.split("@"))&&(t.auth=v.shift(),t.host=t.hostname=v.shift()));return(l=l||t.host&&c.length)&&!g&&c.unshift(""),c.length?t.pathname=c.join("/"):(t.pathname=null,t.path=null),o.isNull(t.pathname)&&o.isNull(t.search)||(t.path=(t.pathname?t.pathname:"")+(t.search?t.search:"")),t.auth=e.auth||t.auth,t.slashes=t.slashes||e.slashes,t.href=t.format(),t},i.prototype.parseHost=function(){let e=this.host,t=s.exec(e);t&&(t=t[0],":"!==t&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}},function(e,t){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function r(e){return"function"===typeof e}function o(e){return"object"===typeof e&&null!==e}function i(e){return void 0===e}e.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(e){if("number"!==typeof e||e<0||isNaN(e))throw TypeError("n must be a positive number");return this._maxListeners=e,this},n.prototype.emit=function(e){let t,n,a,s,l,u;if(this._events||(this._events={}),"error"===e&&(!this._events.error||o(this._events.error)&&!this._events.error.length)){if(t=arguments[1],t instanceof Error)throw t;{const e=new Error('Uncaught, unspecified "error" event. ('+t+")");throw e.context=t,e}}if(n=this._events[e],i(n))return!1;if(r(n))switch(arguments.length){case 1:n.call(this);break;case 2:n.call(this,arguments[1]);break;case 3:n.call(this,arguments[1],arguments[2]);break;default:s=Array.prototype.slice.call(arguments,1),n.apply(this,s)}else if(o(n))for(s=Array.prototype.slice.call(arguments,1),u=n.slice(),a=u.length,l=0;l0&&this._events[e].length>a&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),"function"===typeof console.trace&&console.trace())),this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(e,t){if(!r(t))throw TypeError("listener must be a function");let n=!1;function o(){this.removeListener(e,o),n||(n=!0,t.apply(this,arguments))}return o.listener=t,this.on(e,o),this},n.prototype.removeListener=function(e,t){let n,i,a,s;if(!r(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(n=this._events[e],a=n.length,i=-1,n===t||r(n.listener)&&n.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(o(n)){for(s=a;s-- >0;)if(n[s]===t||n[s].listener&&n[s].listener===t){i=s;break}if(i<0)return this;1===n.length?(n.length=0,delete this._events[e]):n.splice(i,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},n.prototype.removeAllListeners=function(e){let t,n;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(n=this._events[e],r(n))this.removeListener(e,n);else if(n)for(;n.length;)this.removeListener(e,n[n.length-1]);return delete this._events[e],this},n.prototype.listeners=function(e){let t;return t=this._events&&this._events[e]?r(this._events[e])?[this._events[e]]:this._events[e].slice():[],t},n.prototype.listenerCount=function(e){if(this._events){const t=this._events[e];if(r(t))return 1;if(t)return t.length}return 0},n.listenerCount=function(e,t){return e.listenerCount(t)}},function(e,t,n){const r=n(2),o=r.Buffer;function i(e,t){for(const n in e)t[n]=e[n]}function a(e,t,n){return o(e,t,n)}o.from&&o.alloc&&o.allocUnsafe&&o.allocUnsafeSlow?e.exports=r:(i(r,t),t.Buffer=a),i(o,a),a.from=function(e,t,n){if("number"===typeof e)throw new TypeError("Argument must not be a number");return o(e,t,n)},a.alloc=function(e,t,n){if("number"!==typeof e)throw new TypeError("Argument must be a number");const r=o(e);return void 0!==t?"string"===typeof n?r.fill(t,n):r.fill(t):r.fill(0),r},a.allocUnsafe=function(e){if("number"!==typeof e)throw new TypeError("Argument must be a number");return o(e)},a.allocUnsafeSlow=function(e){if("number"!==typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}},function(e,t,n){(function(e){const r=n(37),o=n(13),i=n(48),a=n(49),s=n(7),l=t;l.request=function(t,n){t="string"===typeof t?s.parse(t):i(t);const o=-1===e.location.protocol.search(/^https?:$/)?"http:":"",a=t.protocol||o;let l=t.hostname||t.host;const u=t.port,c=t.path||"/";l&&-1!==l.indexOf(":")&&(l="["+l+"]"),t.url=(l?a+"//"+l:"")+(u?":"+u:"")+c,t.method=(t.method||"GET").toUpperCase(),t.headers=t.headers||{};const f=new r(t);return n&&f.on("response",n),f},l.get=function(e,t){const n=l.request(e,t);return n.end(),n},l.ClientRequest=r,l.IncomingMessage=o.IncomingMessage,l.Agent=function(){},l.Agent.defaultMaxSockets=4,l.globalAgent=new l.Agent,l.STATUS_CODES=a,l.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]}).call(t,n(0))},function(e,t,n){(function(e){t.fetch=s(e.fetch)&&s(e.ReadableStream),t.writableStream=s(e.WritableStream),t.abortController=s(e.AbortController),t.blobConstructor=!1;try{new Blob([new ArrayBuffer(1)]),t.blobConstructor=!0}catch(l){}let n;function r(){if(void 0!==n)return n;if(e.XMLHttpRequest){n=new e.XMLHttpRequest;try{n.open("GET",e.XDomainRequest?"/":"https://example.com")}catch(l){n=null}}else n=null;return n}function o(e){const t=r();if(!t)return!1;try{return t.responseType=e,t.responseType===e}catch(l){}return!1}const i="undefined"!==typeof e.ArrayBuffer,a=i&&s(e.ArrayBuffer.prototype.slice);function s(e){return"function"===typeof e}t.arraybuffer=t.fetch||i&&o("arraybuffer"),t.msstream=!t.fetch&&a&&o("ms-stream"),t.mozchunkedarraybuffer=!t.fetch&&i&&o("moz-chunked-arraybuffer"),t.overrideMimeType=t.fetch||!!r()&&s(r().overrideMimeType),t.vbArray=s(e.VBArray),n=null}).call(t,n(0))},function(e,t){"function"===typeof Object.create?e.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,t){e.super_=t;const n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}},function(e,t,n){(function(e,r,o){const i=n(11),a=n(12),s=n(14),l=t.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},u=t.IncomingMessage=function(t,n,a,l){const u=this;if(s.Readable.call(u),u._mode=a,u.headers={},u.rawHeaders=[],u.trailers={},u.rawTrailers=[],u.on("end",(()=>{e.nextTick((()=>{u.emit("close")}))})),"fetch"===a){if(u._fetchResponse=n,u.url=n.url,u.statusCode=n.status,u.statusMessage=n.statusText,n.headers.forEach(((e,t)=>{u.headers[t.toLowerCase()]=e,u.rawHeaders.push(t,e)})),i.writableStream){const e=new WritableStream({write:e=>new Promise(((t,n)=>{u._destroyed?n():u.push(new r(e))?t():u._resumeFetch=t})),close(){o.clearTimeout(l),u._destroyed||u.push(null)},abort(e){u._destroyed||u.emit("error",e)}});try{return void n.body.pipeTo(e).catch((e=>{o.clearTimeout(l),u._destroyed||u.emit("error",e)}))}catch(c){}}const e=n.body.getReader();!function t(){e.read().then((e=>{if(!u._destroyed){if(e.done)return o.clearTimeout(l),void u.push(null);u.push(new r(e.value)),t()}})).catch((e=>{o.clearTimeout(l),u._destroyed||u.emit("error",e)}))}()}else{u._xhr=t,u._pos=0,u.url=t.responseURL,u.statusCode=t.status,u.statusMessage=t.statusText;if(t.getAllResponseHeaders().split(/\r?\n/).forEach((e=>{const t=e.match(/^([^:]+):\s*(.*)/);if(t){const e=t[1].toLowerCase();"set-cookie"===e?(void 0===u.headers[e]&&(u.headers[e]=[]),u.headers[e].push(t[2])):void 0!==u.headers[e]?u.headers[e]+=", "+t[2]:u.headers[e]=t[2],u.rawHeaders.push(t[1],t[2])}})),u._charset="x-user-defined",!i.overrideMimeType){const e=u.rawHeaders["mime-type"];if(e){const t=e.match(/;\s*charset=([^;])(;|$)/);t&&(u._charset=t[1].toLowerCase())}u._charset||(u._charset="utf-8")}}};a(u,s.Readable),u.prototype._read=function(){const e=this,t=e._resumeFetch;t&&(e._resumeFetch=null,t())},u.prototype._onXHRProgress=function(){const e=this,t=e._xhr;let n=null;switch(e._mode){case"text:vbarray":if(t.readyState!==l.DONE)break;try{n=new o.VBArray(t.responseBody).toArray()}catch(a){}if(null!==n){e.push(new r(n));break}case"text":try{n=t.responseText}catch(a){e._mode="text:vbarray";break}if(n.length>e._pos){const t=n.substr(e._pos);if("x-user-defined"===e._charset){const n=new r(t.length);for(let e=0;ee._pos&&(e.push(new r(new Uint8Array(i.result.slice(e._pos)))),e._pos=i.result.byteLength)},i.onload=function(){e.push(null)},i.readAsArrayBuffer(n)}e._xhr.readyState===l.DONE&&"ms-stream"!==e._mode&&e.push(null)}}).call(t,n(1),n(2).Buffer,n(0))},function(e,t,n){(t=e.exports=n(15)).Stream=t,t.Readable=t,t.Writable=n(18),t.Duplex=n(3),t.Transform=n(20),t.PassThrough=n(46)},function(e,t,n){"use strict";(function(t,r){const o=n(6);e.exports=b;const i=n(38);let a;b.ReadableState=v;n(8).EventEmitter;const s=function(e,t){return e.listeners(t).length},l=n(16),u=n(9).Buffer,c=t.Uint8Array||function(){};const f=n(4);f.inherits=n(5);const d=n(39);let h;h=d&&d.debuglog?d.debuglog("stream"):function(){};const p=n(40),g=n(17);let m;f.inherits(b,l);const y=["error","close","destroy","pause","resume"];function v(e,t){a=a||n(3),e=e||{};const r=t instanceof a;this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.readableObjectMode);const o=e.highWaterMark,i=e.readableHighWaterMark,s=this.objectMode?16:16384;this.highWaterMark=o||0===o?o:r&&(i||0===i)?i:s,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new p,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(m||(m=n(19).StringDecoder),this.decoder=new m(e.encoding),this.encoding=e.encoding)}function b(e){if(a=a||n(3),!(this instanceof b))return new b(e);this._readableState=new v(e,this),this.readable=!0,e&&("function"===typeof e.read&&(this._read=e.read),"function"===typeof e.destroy&&(this._destroy=e.destroy)),l.call(this)}function w(e,t,n,r,o){const i=e._readableState;if(null===t)i.reading=!1,function(e,t){if(t.ended)return;if(t.decoder){const e=t.decoder.end();e&&e.length&&(t.buffer.push(e),t.length+=t.objectMode?1:e.length)}t.ended=!0,k(e)}(e,i);else{let a;o||(a=function(e,t){let n;r=t,u.isBuffer(r)||r instanceof c||"string"===typeof t||void 0===t||e.objectMode||(n=new TypeError("Invalid non-string/buffer chunk"));var r;return n}(i,t)),a?e.emit("error",a):i.objectMode||t&&t.length>0?("string"===typeof t||i.objectMode||Object.getPrototypeOf(t)===u.prototype||(t=function(e){return u.from(e)}(t)),r?i.endEmitted?e.emit("error",new Error("stream.unshift() after end event")):S(e,i,t,!0):i.ended?e.emit("error",new Error("stream.push() after EOF")):(i.reading=!1,i.decoder&&!n?(t=i.decoder.write(t),i.objectMode||0!==t.length?S(e,i,t,!1):C(e,i)):S(e,i,t,!1))):r||(i.reading=!1)}return function(e){return!e.ended&&(e.needReadable||e.lengtht.highWaterMark&&(t.highWaterMark=function(e){return e>=E?e=E:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function k(e){const t=e._readableState;t.needReadable=!1,t.emittedReadable||(h("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?o.nextTick(T,e):T(e))}function T(e){h("emit readable"),e.emit("readable"),R(e)}function C(e,t){t.readingMore||(t.readingMore=!0,o.nextTick(x,e,t))}function x(e,t){let n=t.length;for(;!t.reading&&!t.flowing&&!t.ended&&t.length=t.length?(n=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.head.data:t.buffer.concat(t.length),t.buffer.clear()):n=function(e,t,n){let r;ei.length?i.length:e;if(a===i.length?o+=i:o+=i.slice(0,e),0===(e-=a)){a===i.length?(++r,n.next?t.head=n.next:t.head=t.tail=null):(t.head=n,n.data=i.slice(a));break}++r}return t.length-=r,o}(e,t):function(e,t){const n=u.allocUnsafe(e);let r=t.head,o=1;r.data.copy(n),e-=r.data.length;for(;r=r.next;){const i=r.data,a=e>i.length?i.length:e;if(i.copy(n,n.length-e,0,a),0===(e-=a)){a===i.length?(++o,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r,r.data=i.slice(a));break}++o}return t.length-=o,n}(e,t);return r}(e,t.buffer,t.decoder),n}function I(e){const t=e._readableState;if(t.length>0)throw new Error('"endReadable()" called on non-empty stream');t.endEmitted||(t.ended=!0,o.nextTick(A,t,e))}function A(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}function L(e,t){for(let n=0,r=e.length;n=t.highWaterMark||t.ended))return h("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?I(this):k(this),null;if(0===(e=_(e,t))&&t.ended)return 0===t.length&&I(this),null;let r,o=t.needReadable;return h("need readable",o),(0===t.length||t.length-e0?P(e,t):null,null===r?(t.needReadable=!0,e=0):t.length-=e,0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&I(this)),null!==r&&this.emit("data",r),r},b.prototype._read=function(e){this.emit("error",new Error("_read() is not implemented"))},b.prototype.pipe=function(e,t){const n=this,a=this._readableState;switch(a.pipesCount){case 0:a.pipes=e;break;case 1:a.pipes=[a.pipes,e];break;default:a.pipes.push(e)}a.pipesCount+=1,h("pipe count=%d opts=%j",a.pipesCount,t);const l=(!t||!1!==t.end)&&e!==r.stdout&&e!==r.stderr?c:b;function u(t,r){h("onunpipe"),t===n&&r&&!1===r.hasUnpiped&&(r.hasUnpiped=!0,h("cleanup"),e.removeListener("close",y),e.removeListener("finish",v),e.removeListener("drain",f),e.removeListener("error",m),e.removeListener("unpipe",u),n.removeListener("end",c),n.removeListener("end",b),n.removeListener("data",g),d=!0,!a.awaitDrain||e._writableState&&!e._writableState.needDrain||f())}function c(){h("onend"),e.end()}a.endEmitted?o.nextTick(l):n.once("end",l),e.on("unpipe",u);const f=function(e){return function(){const t=e._readableState;h("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&s(e,"data")&&(t.flowing=!0,R(e))}}(n);e.on("drain",f);let d=!1;let p=!1;function g(t){h("ondata"),p=!1;!1!==e.write(t)||p||((1===a.pipesCount&&a.pipes===e||a.pipesCount>1&&-1!==L(a.pipes,e))&&!d&&(h("false write response, pause",n._readableState.awaitDrain),n._readableState.awaitDrain++,p=!0),n.pause())}function m(t){h("onerror",t),b(),e.removeListener("error",m),0===s(e,"error")&&e.emit("error",t)}function y(){e.removeListener("finish",v),b()}function v(){h("onfinish"),e.removeListener("close",y),b()}function b(){h("unpipe"),n.unpipe(e)}return n.on("data",g),function(e,t,n){if("function"===typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?i(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}(e,"error",m),e.once("close",y),e.once("finish",v),e.emit("pipe",n),a.flowing||(h("pipe resume"),n.resume()),e},b.prototype.unpipe=function(e){const t=this._readableState,n={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,n)),this;if(!e){const e=t.pipes,r=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(let t=0;t{if(h("wrapped end"),n.decoder&&!n.ended){const e=n.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(o=>{if(h("wrapped data"),n.decoder&&(o=n.decoder.write(o)),n.objectMode&&(null===o||void 0===o))return;if(!n.objectMode&&(!o||!o.length))return;t.push(o)||(r=!0,e.pause())}));for(const o in e)void 0===this[o]&&"function"===typeof e[o]&&(this[o]=function(t){return function(){return e[t].apply(e,arguments)}}(o));for(let o=0;o{!t&&e?(r.nextTick(o,n,e),n._writableState&&(n._writableState.errorEmitted=!0)):t&&t(e)})),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}}},function(e,t,n){"use strict";(function(t,r,o){const i=n(6);function a(e){const t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,n){let r=e.entry;e.entry=null;for(;r;){const e=r.callback;t.pendingcb--,e(n),r=r.next}t.corkedRequestsFree?t.corkedRequestsFree.next=e:t.corkedRequestsFree=e}(t,e)}}e.exports=v;const s=!t.browser&&["v0.10","v0.9."].indexOf(t.version.slice(0,5))>-1?r:i.nextTick;let l;v.WritableState=m;const u=n(4);u.inherits=n(5);const c={deprecate:n(44)},f=n(16),d=n(9).Buffer,h=o.Uint8Array||function(){};const p=n(17);function g(){}function m(e,t){l=l||n(3),e=e||{};const r=t instanceof l;this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.writableObjectMode);const o=e.highWaterMark,u=e.writableHighWaterMark,c=this.objectMode?16:16384;this.highWaterMark=o||0===o?o:r&&(u||0===u)?u:c,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;const f=!1===e.decodeStrings;this.decodeStrings=!f,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){const n=e._writableState,r=n.sync,o=n.writecb;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(n),t)!function(e,t,n,r,o){--t.pendingcb,n?(i.nextTick(o,r),i.nextTick(k,e,t),e._writableState.errorEmitted=!0,e.emit("error",r)):(o(r),e._writableState.errorEmitted=!0,e.emit("error",r),k(e,t))}(e,n,r,t,o);else{const t=E(n);t||n.corked||n.bufferProcessing||!n.bufferedRequest||S(e,n),r?s(w,e,n,t,o):w(e,n,t,o)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new a(this)}let y;function v(e){if(l=l||n(3),!y.call(v,this)&&!(this instanceof l))return new v(e);this._writableState=new m(e,this),this.writable=!0,e&&("function"===typeof e.write&&(this._write=e.write),"function"===typeof e.writev&&(this._writev=e.writev),"function"===typeof e.destroy&&(this._destroy=e.destroy),"function"===typeof e.final&&(this._final=e.final)),f.call(this)}function b(e,t,n,r,o,i,a){t.writelen=r,t.writecb=a,t.writing=!0,t.sync=!0,n?e._writev(o,t.onwrite):e._write(o,i,t.onwrite),t.sync=!1}function w(e,t,n,r){n||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,r(),k(e,t)}function S(e,t){t.bufferProcessing=!0;let n=t.bufferedRequest;if(e._writev&&n&&n.next){const r=t.bufferedRequestCount,o=new Array(r),i=t.corkedRequestsFree;i.entry=n;let s=0,l=!0;for(;n;)o[s]=n,n.isBuf||(l=!1),n=n.next,s+=1;o.allBuffers=l,b(e,t,!0,t.length,o,"",i.finish),t.pendingcb++,t.lastBufferedRequest=null,i.next?(t.corkedRequestsFree=i.next,i.next=null):t.corkedRequestsFree=new a(t),t.bufferedRequestCount=0}else{for(;n;){const r=n.chunk,o=n.encoding,i=n.callback;if(b(e,t,!1,t.objectMode?1:r.length,r,o,i),n=n.next,t.bufferedRequestCount--,t.writing)break}null===n&&(t.lastBufferedRequest=null)}t.bufferedRequest=n,t.bufferProcessing=!1}function E(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function _(e,t){e._final((n=>{t.pendingcb--,n&&e.emit("error",n),t.prefinished=!0,e.emit("prefinish"),k(e,t)}))}function k(e,t){const n=E(t);return n&&(!function(e,t){t.prefinished||t.finalCalled||("function"===typeof e._final?(t.pendingcb++,t.finalCalled=!0,i.nextTick(_,e,t)):(t.prefinished=!0,e.emit("prefinish")))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"))),n}u.inherits(v,f),m.prototype.getBuffer=function(){let e=this.bufferedRequest;const t=[];for(;e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(m.prototype,"buffer",{get:c.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"===typeof Symbol&&Symbol.hasInstance&&"function"===typeof Function.prototype[Symbol.hasInstance]?(y=Function.prototype[Symbol.hasInstance],Object.defineProperty(v,Symbol.hasInstance,{value(e){return!!y.call(this,e)||this===v&&(e&&e._writableState instanceof m)}})):y=function(e){return e instanceof this},v.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},v.prototype.write=function(e,t,n){const r=this._writableState;let o=!1;const a=!r.objectMode&&(s=e,d.isBuffer(s)||s instanceof h);var s;return a&&!d.isBuffer(e)&&(e=function(e){return d.from(e)}(e)),"function"===typeof t&&(n=t,t=null),a?t="buffer":t||(t=r.defaultEncoding),"function"!==typeof n&&(n=g),r.ended?function(e,t){const n=new Error("write after end");e.emit("error",n),i.nextTick(t,n)}(this,n):(a||function(e,t,n,r){let o=!0,a=!1;return null===n?a=new TypeError("May not write null values to stream"):"string"===typeof n||void 0===n||t.objectMode||(a=new TypeError("Invalid non-string/buffer chunk")),a&&(e.emit("error",a),i.nextTick(r,a),o=!1),o}(this,r,e,n))&&(r.pendingcb++,o=function(e,t,n,r,o,i){if(!n){const e=function(e,t,n){e.objectMode||!1===e.decodeStrings||"string"!==typeof t||(t=d.from(t,n));return t}(t,r,o);r!==e&&(n=!0,o="buffer",r=e)}const a=t.objectMode?1:r.length;t.length+=a;const s=t.length-1))throw new TypeError("Unknown encoding: "+e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(v.prototype,"writableHighWaterMark",{enumerable:!1,get(){return this._writableState.highWaterMark}}),v.prototype._write=function(e,t,n){n(new Error("_write() is not implemented"))},v.prototype._writev=null,v.prototype.end=function(e,t,n){const r=this._writableState;"function"===typeof e?(n=e,e=null,t=null):"function"===typeof t&&(n=t,t=null),null!==e&&void 0!==e&&this.write(e,t),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||function(e,t,n){t.ending=!0,k(e,t),n&&(t.finished?i.nextTick(n):e.once("finish",n));t.ended=!0,e.writable=!1}(this,r,n)},Object.defineProperty(v.prototype,"destroyed",{get(){return void 0!==this._writableState&&this._writableState.destroyed},set(e){this._writableState&&(this._writableState.destroyed=e)}}),v.prototype.destroy=p.destroy,v.prototype._undestroy=p.undestroy,v.prototype._destroy=function(e,t){this.end(),t(e)}}).call(t,n(1),n(42).setImmediate,n(0))},function(e,t,n){"use strict";const r=n(45).Buffer,o=r.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function i(e){let t;switch(this.encoding=function(e){const t=function(e){if(!e)return"utf8";let t;for(;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!==typeof t&&(r.isEncoding===o||!o(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=l,this.end=u,t=4;break;case"utf8":this.fillLast=s,t=4;break;case"base64":this.text=c,this.end=f,t=3;break;default:return this.write=d,void(this.end=h)}this.lastNeed=0,this.lastTotal=0,this.lastChar=r.allocUnsafe(t)}function a(e){return e<=127?0:e>>5===6?2:e>>4===14?3:e>>3===30?4:e>>6===2?-1:-2}function s(e){const t=this.lastTotal-this.lastNeed,n=function(e,t){if(128!==(192&t[0]))return e.lastNeed=0,"\ufffd";if(e.lastNeed>1&&t.length>1){if(128!==(192&t[1]))return e.lastNeed=1,"\ufffd";if(e.lastNeed>2&&t.length>2&&128!==(192&t[2]))return e.lastNeed=2,"\ufffd"}}(this,e);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function l(e,t){if((e.length-t)%2===0){const n=e.toString("utf16le",t);if(n){const t=n.charCodeAt(n.length-1);if(t>=55296&&t<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function u(e){const t=e&&e.length?this.write(e):"";if(this.lastNeed){const e=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,e)}return t}function c(e,t){const n=(e.length-t)%3;return 0===n?e.toString("base64",t):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-n))}function f(e){const t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function d(e){return e.toString(this.encoding)}function h(e){return e&&e.length?this.write(e):""}t.StringDecoder=i,i.prototype.write=function(e){if(0===e.length)return"";let t,n;if(this.lastNeed){if(t=this.fillLast(e),void 0===t)return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n=0)return o>0&&(e.lastNeed=o-1),o;if(--r=0)return o>0&&(e.lastNeed=o-2),o;if(--r=0)return o>0&&(2===o?o=0:e.lastNeed=o-3),o;return 0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;const r=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,r),e.toString("utf8",t,r)},i.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},function(e,t,n){"use strict";e.exports=a;const r=n(3),o=n(4);function i(e,t){const n=this._transformState;n.transforming=!1;const r=n.writecb;if(!r)return this.emit("error",new Error("write callback called multiple times"));n.writechunk=null,n.writecb=null,null!=t&&this.push(t),r(e);const o=this._readableState;o.reading=!1,(o.needReadable||o.length{l(e,t,n)})):l(this,null,null)}function l(e,t,n){if(t)return e.emit("error",t);if(null!=n&&e.push(n),e._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(e._transformState.transforming)throw new Error("Calling transform done when still transforming");return e.push(null)}o.inherits=n(5),o.inherits(a,r),a.prototype.push=function(e,t){return this._transformState.needTransform=!1,r.prototype.push.call(this,e,t)},a.prototype._transform=function(e,t,n){throw new Error("_transform() is not implemented")},a.prototype._write=function(e,t,n){const r=this._transformState;if(r.writecb=n,r.writechunk=e,r.writeencoding=t,!r.transforming){const e=this._readableState;(r.needTransform||e.needReadable||e.length{t(e),n.emit("close")}))}},function(e,t,n){const r=n(22);"object"===typeof window?(window.EventSourcePolyfill=r,window.EventSource||(window.EventSource=r),e.exports=window.EventSource):e.exports=r},function(e,t,n){(function(t,r){const o=n(26),i=n(7).parse,a=n(8),s=n(36),l=n(10),u=n(50),c=["pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","secureProtocol","servername"],f=[239,187,191];function d(e,n){let a=d.CONNECTING;Object.defineProperty(this,"readyState",{get:()=>a}),Object.defineProperty(this,"url",{get:()=>e});const u=this;function g(){a!==d.CLOSED&&(a=d.CONNECTING,_("error",new h("error")),S&&(e=S,S=null),setTimeout((()=>{a===d.CONNECTING&&E()}),u.reconnectInterval))}let m;u.reconnectInterval=1e3;let y="";n&&n.headers&&n.headers["Last-Event-ID"]&&(y=n.headers["Last-Event-ID"],delete n.headers["Last-Event-ID"]);let v=!1,b="",w="";var S=null;function E(){const o=i(e);let p="https:"===o.protocol;if(o.headers={"Cache-Control":"no-cache",Accept:"text/event-stream"},y&&(o.headers["Last-Event-ID"]=y),n&&n.headers)for(const e in n.headers){const t=n.headers[e];t&&(o.headers[e]=t)}o.rejectUnauthorized=!(n&&!n.rejectUnauthorized);if(n&&n.proxy){const t=i(n.proxy);p="https:"===t.protocol,o.protocol=p?"https:":"http:",o.path=e,o.headers.Host=o.host,o.hostname=t.hostname,o.host=t.host,o.port=t.port}if(n&&n.https)for(const e in n.https){if(-1===c.indexOf(e))continue;const t=n.https[e];void 0!==t&&(o[e]=t)}n&&void 0!==n.withCredentials&&(o.withCredentials=n.withCredentials),m=(p?s:l).request(o,(n=>{if(500===n.statusCode||502===n.statusCode||503===n.statusCode||504===n.statusCode)return _("error",new h("error",{status:n.statusCode})),void g();if(301===n.statusCode||307===n.statusCode)return n.headers.location?(307===n.statusCode&&(S=e),e=n.headers.location,void t.nextTick(E)):void _("error",new h("error",{status:n.statusCode}));if(200!==n.statusCode)return _("error",new h("error",{status:n.statusCode})),u.close();a=d.OPEN,n.on("close",(()=>{n.removeAllListeners("close"),n.removeAllListeners("end"),g()})),n.on("end",(()=>{n.removeAllListeners("close"),n.removeAllListeners("end"),g()})),_("open",new h("open"));let o,i=!0;n.on("data",(e=>{o=o?r.concat([o,e]):e,i&&function(e){return f.every(((t,n)=>e[n]===t))}(o)&&(o=o.slice(f.length)),i=!1;let t=0;const n=o.length;for(;t0&&(o=o.slice(t))}))})),m.on("error",g),m.setNoDelay&&m.setNoDelay(!0),m.end()}function _(){u.listeners(arguments[0]).length>0&&u.emit.apply(u,arguments)}function k(t,n,r,i){if(0===i){if(b.length>0){const t=w||"message";_(t,new p(t,{data:b.slice(0,-1),lastEventId:y,origin:o(e)})),b=""}w=void 0}else if(r>0){const e=r<0;let o=0;const a=t.slice(n,n+(e?i:r)).toString();o=e?i:32!==t[n+r+1]?r+1:r+2,n+=o;const s=i-o,l=t.slice(n,n+s).toString();if("data"===a)b+=l+"\n";else if("event"===a)w=l;else if("id"===a)y=l;else if("retry"===a){const e=parseInt(l,10);Number.isNaN(e)||(u.reconnectInterval=e)}}}E(),this._close=function(){a!==d.CLOSED&&(a=d.CLOSED,m.abort&&m.abort(),m.xhr&&m.xhr.abort&&m.xhr.abort())}}function h(e,t){if(Object.defineProperty(this,"type",{writable:!1,value:e,enumerable:!0}),t)for(const n in t)t.hasOwnProperty(n)&&Object.defineProperty(this,n,{writable:!1,value:t[n],enumerable:!0})}function p(e,t){Object.defineProperty(this,"type",{writable:!1,value:e,enumerable:!0});for(const n in t)t.hasOwnProperty(n)&&Object.defineProperty(this,n,{writable:!1,value:t[n],enumerable:!0})}e.exports=d,u.inherits(d,a.EventEmitter),d.prototype.constructor=d,["open","error","message"].forEach((e=>{Object.defineProperty(d.prototype,"on"+e,{get:function(){const t=this.listeners(e)[0];return t?t._listener?t._listener:t:void 0},set:function(t){this.removeAllListeners(e),this.addEventListener(e,t)}})})),Object.defineProperty(d,"CONNECTING",{enumerable:!0,value:0}),Object.defineProperty(d,"OPEN",{enumerable:!0,value:1}),Object.defineProperty(d,"CLOSED",{enumerable:!0,value:2}),d.prototype.CONNECTING=0,d.prototype.OPEN=1,d.prototype.CLOSED=2,d.prototype.close=function(){this._close()},d.prototype.addEventListener=function(e,t){"function"===typeof t&&(t._listener=t,this.on(e,t))},d.prototype.removeEventListener=function(e,t){"function"===typeof t&&(t._listener=void 0,this.removeListener(e,t))}}).call(t,n(1),n(2).Buffer)},function(e,t,n){"use strict";t.byteLength=function(e){const t=s(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){let t;const n=s(e),r=n[0],a=n[1],l=new i(function(e,t,n){return 3*(t+n)/4-n}(0,r,a));let u=0;const c=a>0?r-4:r;for(var f=0;f>16&255,l[u++]=t>>8&255,l[u++]=255&t;2===a&&(t=o[e.charCodeAt(f)]<<2|o[e.charCodeAt(f+1)]>>4,l[u++]=255&t);1===a&&(t=o[e.charCodeAt(f)]<<10|o[e.charCodeAt(f+1)]<<4|o[e.charCodeAt(f+2)]>>2,l[u++]=t>>8&255,l[u++]=255&t);return l},t.fromByteArray=function(e){let t;const n=e.length,o=n%3,i=[],a=16383;for(let r=0,s=n-o;rs?s:r+a));1===o?(t=e[n-1],i.push(r[t>>2]+r[t<<4&63]+"==")):2===o&&(t=(e[n-2]<<8)+e[n-1],i.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"="));return i.join("")};const r=[],o=[],i="undefined"!==typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(let u=0,c=64;u0)throw new Error("Invalid string. Length must be a multiple of 4");let n=e.indexOf("=");-1===n&&(n=t);return[n,n===t?0:4-n%4]}function l(e,t,n){let o;const i=[];for(let s=t;s>18&63]+r[a>>12&63]+r[a>>6&63]+r[63&a]);var a;return i.join("")}o["-".charCodeAt(0)]=62,o["_".charCodeAt(0)]=63},function(e,t){t.read=function(e,t,n,r,o){let i,a;const s=8*o-r-1,l=(1<>1;let c=-7,f=n?o-1:0;const d=n?-1:1;let h=e[t+f];for(f+=d,i=h&(1<<-c)-1,h>>=-c,c+=s;c>0;i=256*i+e[t+f],f+=d,c-=8);for(a=i&(1<<-c)-1,i>>=-c,c+=r;c>0;a=256*a+e[t+f],f+=d,c-=8);if(0===i)i=1-u;else{if(i===l)return a?NaN:1/0*(h?-1:1);a+=Math.pow(2,r),i-=u}return(h?-1:1)*a*Math.pow(2,i-r)},t.write=function(e,t,n,r,o,i){let a,s,l,u=8*i-o-1;const c=(1<>1,d=23===o?Math.pow(2,-24)-Math.pow(2,-77):0;let h=r?0:i-1;const p=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=c):(a=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-a))<1&&(a--,l*=2),(t+=a+f>=1?d/l:d*Math.pow(2,1-f))*l>=2&&(a++,l/=2),a+f>=c?(s=0,a=c):a+f>=1?(s=(t*l-1)*Math.pow(2,o),a+=f):(s=t*Math.pow(2,f-1)*Math.pow(2,o),a=0));o>=8;e[n+h]=255&s,h+=p,s/=256,o-=8);for(a=a<0;e[n+h]=255&a,h+=p,a/=256,u-=8);e[n+h-p]|=128*g}},function(e,t){const n={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==n.call(e)}},function(e,t,n){"use strict";const r=n(27);function o(e){return"string"===typeof e&&(e=r(e)),e.protocol&&e.hostname?(e.protocol+"//"+e.host).toLowerCase():"null"}o.same=function(e,t){return o(e)===o(t)},e.exports=o},function(e,t,n){"use strict";(function(t){const r=n(28),o=n(29),i=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\S\s]*)/i,a=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,s=[["#","hash"],["?","query"],function(e){return e.replace("\\","/")},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d+)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],l={hash:1,query:1};function u(e){const n=t&&t.location||{};let r,o={},i=typeof(e=e||n);if("blob:"===e.protocol)o=new f(unescape(e.pathname),{});else if("string"===i)for(r in o=new f(e,{}),l)delete o[r];else if("object"===i){for(r in e)r in l||(o[r]=e[r]);void 0===o.slashes&&(o.slashes=a.test(e.href))}return o}function c(e){const t=i.exec(e);return{protocol:t[1]?t[1].toLowerCase():"",slashes:!!t[2],rest:t[3]}}function f(e,t,n){if(!(this instanceof f))return new f(e,t,n);let i,a,l,d,h,p,g=s.slice(),m=typeof t,y=this,v=0;for("object"!==m&&"string"!==m&&(n=t,t=null),n&&"function"!==typeof n&&(n=o.parse),t=u(t),a=c(e||""),i=!a.protocol&&!a.slashes,y.slashes=a.slashes||i&&t.slashes,y.protocol=a.protocol||t.protocol||"",e=a.rest,a.slashes||(g[3]=[/(.*)/,"pathname"]);v= 0x80 (not a basic code point)","invalid-input":"Invalid input"},h=Math.floor,p=String.fromCharCode;function g(e){throw new RangeError(d[e])}function m(e,t){let n=e.length;const r=[];for(;n--;)r[n]=t(e[n]);return r}function y(e,t){const n=e.split("@");let r="";n.length>1&&(r=n[0]+"@",e=n[1]);return r+m((e=e.replace(f,".")).split("."),t).join(".")}function v(e){let t,n,r=[],o=0,i=e.length;for(;o=55296&&t<=56319&&o{let t="";return e>65535&&(t+=p((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=p(e),t})).join("")}function w(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function S(e,t,n){let r=0;for(e=n?h(e/700):e>>1,e+=h(e/t);e>455;r+=l)e=h(e/35);return h(r+36*e/(e+38))}function E(e){let t,n,r,o,i,a,u,c,f,d,p=[],m=e.length,y=0,v=128,w=72;for(n=e.lastIndexOf("-"),n<0&&(n=0),r=0;r=128&&g("not-basic"),p.push(e.charCodeAt(r));for(o=n>0?n+1:0;o=m&&g("invalid-input"),c=(E=e.charCodeAt(o++))-48<10?E-22:E-65<26?E-65:E-97<26?E-97:l,(c>=l||c>h((s-y)/a))&&g("overflow"),y+=c*a,f=u<=w?1:u>=w+26?26:u-w,!(ch(s/d)&&g("overflow"),a*=d;t=p.length+1,w=S(y-i,t,0==i),h(y/t)>s-v&&g("overflow"),v+=h(y/t),y%=t,p.splice(y++,0,v)}var E;return b(p)}function _(e){let t,n,r,o,i,a,u,c,f,d,m,y,b,E,_,k=[];for(y=(e=v(e)).length,t=128,n=0,i=72,a=0;a=t&&mh((s-n)/b)&&g("overflow"),n+=(u-t)*b,t=u,a=0;as&&g("overflow"),m==t){for(c=n,f=l;d=f<=i?1:f>=i+26?26:f-i,!(cc.test(e)?"xn--"+_(e):e))},toUnicode:function(e){return y(e,(e=>u.test(e)?E(e.slice(4).toLowerCase()):e))}},o=function(){return a}.call(t,n,t,e),void 0===o||(e.exports=o)}()}).call(t,n(31)(e),n(0))},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:()=>e.l}),Object.defineProperty(e,"id",{enumerable:!0,get:()=>e.i}),e.webpackPolyfill=1),e}},function(e,t,n){"use strict";e.exports={isString:e=>"string"===typeof e,isObject:e=>"object"===typeof e&&null!==e,isNull:e=>null===e,isNullOrUndefined:e=>null==e}},function(e,t,n){"use strict";t.decode=t.parse=n(34),t.encode=t.stringify=n(35)},function(e,t,n){"use strict";function r(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e,t,n,i){t=t||"&",n=n||"=";const a={};if("string"!==typeof e||0===e.length)return a;const s=/\+/g;e=e.split(t);let l=1e3;i&&"number"===typeof i.maxKeys&&(l=i.maxKeys);let u=e.length;l>0&&u>l&&(u=l);for(let m=0;m=0?(c=p.substr(0,g),f=p.substr(g+1)):(c=p,f=""),d=decodeURIComponent(c),h=decodeURIComponent(f),r(a,d)?o(a[d])?a[d].push(h):a[d]=[a[d],h]:a[d]=h}return a};var o=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},function(e,t,n){"use strict";const r=function(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}};e.exports=function(e,t,n,s){return t=t||"&",n=n||"=",null===e&&(e=void 0),"object"===typeof e?i(a(e),(a=>{const s=encodeURIComponent(r(a))+n;return o(e[a])?i(e[a],(e=>s+encodeURIComponent(r(e)))).join(t):s+encodeURIComponent(r(e[a]))})).join(t):s?encodeURIComponent(r(s))+n+encodeURIComponent(r(e)):""};var o=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function i(e,t){if(e.map)return e.map(t);const n=[];for(let r=0;r{n.setHeader(t,e.headers[t])}));let o=!0;if("disable-fetch"===e.mode||"requestTimeout"in e&&!i.abortController)o=!1,r=!0;else if("prefer-streaming"===e.mode)r=!1;else if("allow-wrong-content-type"===e.mode)r=!i.overrideMimeType;else{if(e.mode&&"default"!==e.mode&&"prefer-fast"!==e.mode)throw new Error("Invalid value for opts.mode");r=!0}n._mode=function(e,t){return i.fetch&&t?"fetch":i.mozchunkedarraybuffer?"moz-chunked-arraybuffer":i.msstream?"ms-stream":i.arraybuffer&&e?"arraybuffer":i.vbArray&&e?"text:vbarray":"text"}(r,o),n._fetchTimer=null,n.on("finish",(()=>{n._onFinish()}))};a(d,l.Writable),d.prototype.setHeader=function(e,t){const n=e.toLowerCase();-1===h.indexOf(n)&&(this._headers[n]={name:e,value:t})},d.prototype.getHeader=function(e){const t=this._headers[e.toLowerCase()];return t?t.value:null},d.prototype.removeHeader=function(e){delete this._headers[e.toLowerCase()]},d.prototype._onFinish=function(){const e=this;if(e._destroyed)return;const n=e._opts,a=e._headers;let s=null;"GET"!==n.method&&"HEAD"!==n.method&&(s=i.arraybuffer?u(t.concat(e._body)):i.blobConstructor?new r.Blob(e._body.map((e=>u(e))),{type:(a["content-type"]||{}).value||""}):t.concat(e._body).toString());const l=[];if(Object.keys(a).forEach((e=>{const t=a[e].name,n=a[e].value;Array.isArray(n)?n.forEach((e=>{l.push([t,e])})):l.push([t,n])})),"fetch"===e._mode){let t=null;if(i.abortController){const o=new AbortController;t=o.signal,e._fetchAbortController=o,"requestTimeout"in n&&0!==n.requestTimeout&&(e._fetchTimer=r.setTimeout((()=>{e.emit("requestTimeout"),e._fetchAbortController&&e._fetchAbortController.abort()}),n.requestTimeout))}r.fetch(e._opts.url,{method:e._opts.method,headers:l,body:s||void 0,mode:"cors",credentials:n.withCredentials?"include":"same-origin",signal:t}).then((t=>{e._fetchResponse=t,e._connect()}),(t=>{r.clearTimeout(e._fetchTimer),e._destroyed||e.emit("error",t)}))}else{const t=e._xhr=new r.XMLHttpRequest;try{t.open(e._opts.method,e._opts.url,!0)}catch(c){return void o.nextTick((()=>{e.emit("error",c)}))}"responseType"in t&&(t.responseType=e._mode.split(":")[0]),"withCredentials"in t&&(t.withCredentials=!!n.withCredentials),"text"===e._mode&&"overrideMimeType"in t&&t.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in n&&(t.timeout=n.requestTimeout,t.ontimeout=function(){e.emit("requestTimeout")}),l.forEach((e=>{t.setRequestHeader(e[0],e[1])})),e._response=null,t.onreadystatechange=function(){switch(t.readyState){case f.LOADING:case f.DONE:e._onXHRProgress()}},"moz-chunked-arraybuffer"===e._mode&&(t.onprogress=function(){e._onXHRProgress()}),t.onerror=function(){e._destroyed||e.emit("error",new Error("XHR error"))};try{t.send(s)}catch(c){o.nextTick((()=>{e.emit("error",c)}))}}},d.prototype._onXHRProgress=function(){const e=this;(function(e){try{const t=e.status;return null!==t&&0!==t}catch(t){return!1}})(e._xhr)&&!e._destroyed&&(e._response||e._connect(),e._response._onXHRProgress())},d.prototype._connect=function(){const e=this;e._destroyed||(e._response=new c(e._xhr,e._fetchResponse,e._mode,e._fetchTimer),e._response.on("error",(t=>{e.emit("error",t)})),e.emit("response",e._response))},d.prototype._write=function(e,t,n){this._body.push(e),n()},d.prototype.abort=d.prototype.destroy=function(){const e=this;e._destroyed=!0,r.clearTimeout(e._fetchTimer),e._response&&(e._response._destroyed=!0),e._xhr?e._xhr.abort():e._fetchAbortController&&e._fetchAbortController.abort()},d.prototype.end=function(e,t,n){"function"===typeof e&&(n=e,e=void 0),l.Writable.prototype.end.call(this,e,t,n)},d.prototype.flushHeaders=function(){},d.prototype.setTimeout=function(){},d.prototype.setNoDelay=function(){},d.prototype.setSocketKeepAlive=function(){};var h=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"]}).call(t,n(2).Buffer,n(0),n(1))},function(e,t){const n={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==n.call(e)}},function(e,t){},function(e,t,n){"use strict";const r=n(9).Buffer,o=n(41);e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}return e.prototype.push=function(e){const t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length},e.prototype.unshift=function(e){const t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length},e.prototype.shift=function(){if(0===this.length)return;const e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e},e.prototype.clear=function(){this.head=this.tail=null,this.length=0},e.prototype.join=function(e){if(0===this.length)return"";let t=this.head,n=""+t.data;for(;t=t.next;)n+=e+t.data;return n},e.prototype.concat=function(e){if(0===this.length)return r.alloc(0);if(1===this.length)return this.head.data;const t=r.allocUnsafe(e>>>0);let n=this.head,o=0;for(;n;)i=n.data,a=t,s=o,i.copy(a,s),o+=n.data.length,n=n.next;var i,a,s;return t},e}(),o&&o.inspect&&o.inspect.custom&&(e.exports.prototype[o.inspect.custom]=function(){const e=o.inspect({length:this.length});return this.constructor.name+" "+e})},function(e,t){},function(e,t,n){(function(e){const r="undefined"!==typeof e&&e||"undefined"!==typeof self&&self||window,o=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);const t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((()=>{e._onTimeout&&e._onTimeout()}),t))},n(43),t.setImmediate="undefined"!==typeof self&&self.setImmediate||"undefined"!==typeof e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!==typeof self&&self.clearImmediate||"undefined"!==typeof e&&e.clearImmediate||this&&this.clearImmediate}).call(t,n(0))},function(e,t,n){(function(e,t){!function(e){"use strict";if(e.setImmediate)return;let n=1;const r={};let o=!1;const i=e.document;let a;function s(e){delete r[e]}function l(e){if(o)setTimeout(l,0,e);else{const t=r[e];if(t){o=!0;try{!function(e){const t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(void 0,n)}}(t)}finally{s(e),o=!1}}}}let u=Object.getPrototypeOf&&Object.getPrototypeOf(e);u=u&&u.setTimeout?u:e,"[object process]"==={}.toString.call(e.process)?a=function(e){t.nextTick((()=>{l(e)}))}:function(){if(e.postMessage&&!e.importScripts){let t=!0;const n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?function(){const t="setImmediate$"+Math.random()+"$",n=function(n){n.source===e&&"string"===typeof n.data&&0===n.data.indexOf(t)&&l(+n.data.slice(t.length))};e.addEventListener?e.addEventListener("message",n,!1):e.attachEvent("onmessage",n),a=function(n){e.postMessage(t+n,"*")}}():e.MessageChannel?function(){const e=new MessageChannel;e.port1.onmessage=function(e){l(e.data)},a=function(t){e.port2.postMessage(t)}}():i&&"onreadystatechange"in i.createElement("script")?function(){const e=i.documentElement;a=function(t){let n=i.createElement("script");n.onreadystatechange=function(){l(t),n.onreadystatechange=null,e.removeChild(n),n=null},e.appendChild(n)}}():a=function(e){setTimeout(l,0,e)},u.setImmediate=function(e){"function"!==typeof e&&(e=new Function(""+e));const t=new Array(arguments.length-1);for(let n=0;n{if("%%"===e)return"%";if(t>=r)return e;switch(e){case"%s":return String(n[t++]);case"%d":return Number(n[t++]);case"%j":try{return JSON.stringify(n[t++])}catch(o){return"[Circular]"}default:return e}}));for(let o=n[t];t=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),p(n)?r.showHidden=n:n&&t._extend(r,n),v(r.showHidden)&&(r.showHidden=!1),v(r.depth)&&(r.depth=2),v(r.colors)&&(r.colors=!1),v(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=l),c(r,e,r.depth)}function l(e,t){const n=s.styles[t];return n?"\x1b["+s.colors[n][0]+"m"+e+"\x1b["+s.colors[n][1]+"m":e}function u(e,t){return e}function c(e,n,r){if(e.customInspect&&n&&_(n.inspect)&&n.inspect!==t.inspect&&(!n.constructor||n.constructor.prototype!==n)){let t=n.inspect(r,e);return y(t)||(t=c(e,t,r)),t}const o=function(e,t){if(v(t))return e.stylize("undefined","undefined");if(y(t)){const n="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(n,"string")}if(m(t))return e.stylize(""+t,"number");if(p(t))return e.stylize(""+t,"boolean");if(g(t))return e.stylize("null","null")}(e,n);if(o)return o;let i=Object.keys(n);const a=function(e){const t={};return e.forEach(((e,n)=>{t[e]=!0})),t}(i);if(e.showHidden&&(i=Object.getOwnPropertyNames(n)),E(n)&&(i.indexOf("message")>=0||i.indexOf("description")>=0))return f(n);if(0===i.length){if(_(n)){const t=n.name?": "+n.name:"";return e.stylize("[Function"+t+"]","special")}if(b(n))return e.stylize(RegExp.prototype.toString.call(n),"regexp");if(S(n))return e.stylize(Date.prototype.toString.call(n),"date");if(E(n))return f(n)}let s,l="",u=!1,w=["{","}"];if(h(n)&&(u=!0,w=["[","]"]),_(n)){l=" [Function"+(n.name?": "+n.name:"")+"]"}return b(n)&&(l=" "+RegExp.prototype.toString.call(n)),S(n)&&(l=" "+Date.prototype.toUTCString.call(n)),E(n)&&(l=" "+f(n)),0!==i.length||u&&0!=n.length?r<0?b(n)?e.stylize(RegExp.prototype.toString.call(n),"regexp"):e.stylize("[Object]","special"):(e.seen.push(n),s=u?function(e,t,n,r,o){const i=[];for(let a=0,s=t.length;a{o.match(/^\d+$/)||i.push(d(e,t,n,r,o,!0))})),i}(e,n,r,a,i):i.map((t=>d(e,n,r,a,t,u))),e.seen.pop(),function(e,t,n){const r=e.reduce(((e,t)=>(t.indexOf("\n")>=0&&0,e+t.replace(/\u001b\[\d\d?m/g,"").length+1)),0);if(r>60)return n[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+n[1];return n[0]+t+" "+e.join(", ")+" "+n[1]}(s,l,w)):w[0]+l+w[1]}function f(e){return"["+Error.prototype.toString.call(e)+"]"}function d(e,t,n,r,o,i){let a,s,l;if(l=Object.getOwnPropertyDescriptor(t,o)||{value:t[o]},l.get?s=l.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):l.set&&(s=e.stylize("[Setter]","special")),x(r,o)||(a="["+o+"]"),s||(e.seen.indexOf(l.value)<0?(s=g(n)?c(e,l.value,null):c(e,l.value,n-1),s.indexOf("\n")>-1&&(s=i?s.split("\n").map((e=>" "+e)).join("\n").substr(2):"\n"+s.split("\n").map((e=>" "+e)).join("\n"))):s=e.stylize("[Circular]","special")),v(a)){if(i&&o.match(/^\d+$/))return s;a=JSON.stringify(""+o),a.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(a=a.substr(1,a.length-2),a=e.stylize(a,"name")):(a=a.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),a=e.stylize(a,"string"))}return a+": "+s}function h(e){return Array.isArray(e)}function p(e){return"boolean"===typeof e}function g(e){return null===e}function m(e){return"number"===typeof e}function y(e){return"string"===typeof e}function v(e){return void 0===e}function b(e){return w(e)&&"[object RegExp]"===k(e)}function w(e){return"object"===typeof e&&null!==e}function S(e){return w(e)&&"[object Date]"===k(e)}function E(e){return w(e)&&("[object Error]"===k(e)||e instanceof Error)}function _(e){return"function"===typeof e}function k(e){return Object.prototype.toString.call(e)}function T(e){return e<10?"0"+e.toString(10):e.toString(10)}t.debuglog=function(e){if(v(a)&&(a=r.env.NODE_DEBUG||""),e=e.toUpperCase(),!i[e])if(new RegExp("\\b"+e+"\\b","i").test(a)){const n=r.pid;i[e]=function(){const r=t.format.apply(t,arguments);console.error("%s %d: %s",e,n,r)}}else i[e]=function(){};return i[e]},t.inspect=s,s.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},s.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},t.isArray=h,t.isBoolean=p,t.isNull=g,t.isNullOrUndefined=function(e){return null==e},t.isNumber=m,t.isString=y,t.isSymbol=function(e){return"symbol"===typeof e},t.isUndefined=v,t.isRegExp=b,t.isObject=w,t.isDate=S,t.isError=E,t.isFunction=_,t.isPrimitive=function(e){return null===e||"boolean"===typeof e||"number"===typeof e||"string"===typeof e||"symbol"===typeof e||"undefined"===typeof e},t.isBuffer=n(51);const C=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function x(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.log=function(){console.log("%s - %s",function(){const e=new Date,t=[T(e.getHours()),T(e.getMinutes()),T(e.getSeconds())].join(":");return[e.getDate(),C[e.getMonth()],t].join(" ")}(),t.format.apply(t,arguments))},t.inherits=n(52),t._extend=function(e,t){if(!t||!w(t))return e;const n=Object.keys(t);let r=n.length;for(;r--;)e[n[r]]=t[n[r]];return e}}).call(t,n(0),n(1))},function(e,t){e.exports=function(e){return e&&"object"===typeof e&&"function"===typeof e.copy&&"function"===typeof e.fill&&"function"===typeof e.readUInt8}},function(e,t){"function"===typeof Object.create?e.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,t){e.super_=t;const n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}])},730:(e,t,n)=>{"use strict";var r=n(43),o=n(853);function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n