diff --git a/asset-manifest.json b/asset-manifest.json new file mode 100644 index 0000000..835ec5e --- /dev/null +++ b/asset-manifest.json @@ -0,0 +1,15 @@ +{ + "files": { + "main.css": "/qt-machine/static/css/main.9634d5cd.chunk.css", + "main.js": "/qt-machine/static/js/main.ca024fdf.chunk.js", + "main.js.map": "/qt-machine/static/js/main.ca024fdf.chunk.js.map", + "runtime~main.js": "/qt-machine/static/js/runtime~main.4b3c8dd1.js", + "runtime~main.js.map": "/qt-machine/static/js/runtime~main.4b3c8dd1.js.map", + "static/js/2.422475ab.chunk.js": "/qt-machine/static/js/2.422475ab.chunk.js", + "static/js/2.422475ab.chunk.js.map": "/qt-machine/static/js/2.422475ab.chunk.js.map", + "index.html": "/qt-machine/index.html", + "precache-manifest.f258c4c427e8d2c09db375c7b5e667c5.js": "/qt-machine/precache-manifest.f258c4c427e8d2c09db375c7b5e667c5.js", + "service-worker.js": "/qt-machine/service-worker.js", + "static/css/main.9634d5cd.chunk.css.map": "/qt-machine/static/css/main.9634d5cd.chunk.css.map" + } +} \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..a11777c Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..232e29e --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +Random Quote Machine
\ No newline at end of file diff --git a/logo192.png b/logo192.png new file mode 100644 index 0000000..fc44b0a Binary files /dev/null and b/logo192.png differ diff --git a/logo512.png b/logo512.png new file mode 100644 index 0000000..a4e47a6 Binary files /dev/null and b/logo512.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..080d6c7 --- /dev/null +++ b/manifest.json @@ -0,0 +1,25 @@ +{ + "short_name": "React App", + "name": "Create React App Sample", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "logo192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "logo512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/precache-manifest.f258c4c427e8d2c09db375c7b5e667c5.js b/precache-manifest.f258c4c427e8d2c09db375c7b5e667c5.js new file mode 100644 index 0000000..e2543ad --- /dev/null +++ b/precache-manifest.f258c4c427e8d2c09db375c7b5e667c5.js @@ -0,0 +1,22 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "a66d28408988e0595f3f04e447800557", + "url": "/qt-machine/index.html" + }, + { + "revision": "c73740b4ddbe45e333ec", + "url": "/qt-machine/static/css/main.9634d5cd.chunk.css" + }, + { + "revision": "419783aa6f0b106b5467", + "url": "/qt-machine/static/js/2.422475ab.chunk.js" + }, + { + "revision": "c73740b4ddbe45e333ec", + "url": "/qt-machine/static/js/main.ca024fdf.chunk.js" + }, + { + "revision": "bddb6430a363df2d837b", + "url": "/qt-machine/static/js/runtime~main.4b3c8dd1.js" + } +]); \ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/service-worker.js b/service-worker.js new file mode 100644 index 0000000..a25f7cd --- /dev/null +++ b/service-worker.js @@ -0,0 +1,39 @@ +/** + * Welcome to your Workbox-powered service worker! + * + * You'll need to register this file in your web app and you should + * disable HTTP caching for this file too. + * See https://goo.gl/nhQhGp + * + * The rest of the code is auto-generated. Please don't update this file + * directly; instead, make changes to your Workbox build configuration + * and re-run your build process. + * See https://goo.gl/2aRDsh + */ + +importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js"); + +importScripts( + "/qt-machine/precache-manifest.f258c4c427e8d2c09db375c7b5e667c5.js" +); + +self.addEventListener('message', (event) => { + if (event.data && event.data.type === 'SKIP_WAITING') { + self.skipWaiting(); + } +}); + +workbox.core.clientsClaim(); + +/** + * The workboxSW.precacheAndRoute() method efficiently caches and responds to + * requests for URLs in the manifest. + * See https://goo.gl/S9QRab + */ +self.__precacheManifest = [].concat(self.__precacheManifest || []); +workbox.precaching.precacheAndRoute(self.__precacheManifest, {}); + +workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/qt-machine/index.html"), { + + blacklist: [/^\/_/,/\/[^/]+\.[^/]+$/], +}); diff --git a/static/css/main.9634d5cd.chunk.css b/static/css/main.9634d5cd.chunk.css new file mode 100644 index 0000000..c97b5ee --- /dev/null +++ b/static/css/main.9634d5cd.chunk.css @@ -0,0 +1,2 @@ +@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Slab:wght@700&display=swap);:root{--background-start-blue:#0f0c29;--background-middle-blue:#302b63;--background-end-blue:#24243e;--background-start-green:#0f2b3d;--background-middle-green:#0f4c75;--background-end-green:#0b6e99;--background-start-red:#2b0f0f;--background-middle-red:#4c0f0f;--background-end-red:#6e0b0b;--card-color:#2b2b2b;--text-color:#f0f0f0;--button-bg-color:#4a4a4a;--button-hover-bg-color:#383838}body{font-family:Roboto,sans-serif;margin:0;height:100vh;display:flex;justify-content:center;align-items:center;color:var(--text-color)}body.dark-blue{background:linear-gradient(-45deg,var(--background-start-blue),var(--background-middle-blue),var(--background-end-blue));background-size:400% 400%}body.dark-blue,body.dark-green{animation:gradientAnimation 15s ease infinite}body.dark-green{background:linear-gradient(-45deg,var(--background-start-green),var(--background-middle-green),var(--background-end-green));background-size:400% 400%}body.dark-red{background:linear-gradient(-45deg,var(--background-start-red),var(--background-middle-red),var(--background-end-red));background-size:400% 400%;animation:gradientAnimation 15s ease infinite}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}#text{font-family:Roboto Slab,serif;font-weight:700;font-style:italic}#quote-box{background-color:hsla(0,0%,100%,.1);padding:20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.3);text-align:center;max-width:600px;margin:auto}h1{font-size:24px;font-weight:700}h1,h2{margin-bottom:20px}h2{font-size:18px;font-weight:400}button{margin:5px;padding:10px 20px;font-size:16px;cursor:pointer;border:none;border-radius:4px;background-color:var(--button-bg-color);color:var(--text-color);transition:background-color .3s ease}button:hover{background-color:var(--button-hover-bg-color)}a{color:var(--text-color);text-decoration:none;font-size:16px;transition:color .3s ease}a:hover{color:var(--button-bg-color)} +/*# sourceMappingURL=main.9634d5cd.chunk.css.map */ \ No newline at end of file diff --git a/static/css/main.9634d5cd.chunk.css.map b/static/css/main.9634d5cd.chunk.css.map new file mode 100644 index 0000000..ccb26a8 --- /dev/null +++ b/static/css/main.9634d5cd.chunk.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["main.9634d5cd.chunk.css","App.css"],"names":[],"mappings":"AAAA,kHAAkH,CCIlH,MACE,+BAAgC,CAChC,gCAAiC,CACjC,6BAA8B,CAE9B,gCAAiC,CACjC,iCAAkC,CAClC,8BAA+B,CAE/B,8BAA+B,CAC/B,+BAAgC,CAChC,4BAA6B,CAE7B,oBAAqB,CACrB,oBAAqB,CACrB,yBAA0B,CAC1B,+BACF,CAGA,KACE,6BAAiC,CACjC,QAAS,CACT,YAAa,CACb,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,uBACF,CAEA,eACE,wHAA4H,CAC5H,yBAEF,CAEA,+BAHE,6CAOF,CAJA,gBACE,2HAA+H,CAC/H,yBAEF,CAEA,cACE,qHAAyH,CACzH,yBAA0B,CAC1B,6CACF,CAEA,6BACE,GACE,yBACF,CACA,IACE,4BACF,CACA,GACE,yBACF,CACF,CAGA,MACE,6BAAiC,CACjC,eAAgB,CAChB,iBACF,CAGA,WACE,mCAA0C,CAC1C,YAAa,CACb,iBAAkB,CAClB,oCAAyC,CACzC,iBAAkB,CAClB,eAAgB,CAChB,WACF,CAGA,GACE,cAAe,CAEf,eACF,CAGA,MALE,kBASF,CAJA,GACE,cAAe,CAEf,eACF,CAGA,OACE,UAAW,CACX,iBAAkB,CAClB,cAAe,CACf,cAAe,CACf,WAAY,CACZ,iBAAkB,CAClB,uCAAwC,CACxC,uBAAwB,CACxB,oCACF,CAEA,aACE,6CACF,CAGA,EACE,uBAAwB,CACxB,oBAAqB,CACrB,cAAe,CACf,yBACF,CAEA,QACE,4BACF","file":"main.9634d5cd.chunk.css","sourcesContent":["@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Slab:wght@700&display=swap);\n/* Import Google Font */\n\n/* Variables */\n:root {\n --background-start-blue: #0f0c29;\n --background-middle-blue: #302b63;\n --background-end-blue: #24243e;\n\n --background-start-green: #0f2b3d;\n --background-middle-green: #0f4c75;\n --background-end-green: #0b6e99;\n\n --background-start-red: #2b0f0f;\n --background-middle-red: #4c0f0f;\n --background-end-red: #6e0b0b;\n\n --card-color: #2b2b2b;\n --text-color: #f0f0f0;\n --button-bg-color: #4a4a4a;\n --button-hover-bg-color: #383838;\n}\n\n/* Global styles */\nbody {\n font-family: 'Roboto', sans-serif;\n margin: 0;\n height: 100vh;\n display: flex;\n justify-content: center;\n align-items: center;\n color: var(--text-color);\n}\n\nbody.dark-blue {\n background: linear-gradient(-45deg, var(--background-start-blue), var(--background-middle-blue), var(--background-end-blue));\n background-size: 400% 400%;\n animation: gradientAnimation 15s ease infinite;\n}\n\nbody.dark-green {\n background: linear-gradient(-45deg, var(--background-start-green), var(--background-middle-green), var(--background-end-green));\n background-size: 400% 400%;\n animation: gradientAnimation 15s ease infinite;\n}\n\nbody.dark-red {\n background: linear-gradient(-45deg, var(--background-start-red), var(--background-middle-red), var(--background-end-red));\n background-size: 400% 400%;\n animation: gradientAnimation 15s ease infinite;\n}\n\n@keyframes gradientAnimation {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n 100% {\n background-position: 0% 50%;\n }\n}\n\n/* Styles for #text */\n#text {\n font-family: 'Roboto Slab', serif;\n font-weight: 700;\n font-style: italic;\n}\n\n/* quote-box transparent card styles */\n#quote-box {\n background-color: rgba(255, 255, 255, 0.1);\n padding: 20px;\n border-radius: 8px;\n box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n text-align: center;\n max-width: 600px;\n margin: auto;\n}\n\n/* h1 styles */\nh1 {\n font-size: 24px;\n margin-bottom: 20px;\n font-weight: 700;\n}\n\n/* h2 styles */\nh2 {\n font-size: 18px;\n margin-bottom: 20px;\n font-weight: 400;\n}\n\n/* Button styles */\nbutton {\n margin: 5px;\n padding: 10px 20px;\n font-size: 16px;\n cursor: pointer;\n border: none;\n border-radius: 4px;\n background-color: var(--button-bg-color);\n color: var(--text-color);\n transition: background-color 0.3s ease;\n}\n\nbutton:hover {\n background-color: var(--button-hover-bg-color);\n}\n\n/* tweet a element styles */\na {\n color: var(--text-color);\n text-decoration: none;\n font-size: 16px;\n transition: color 0.3s ease;\n}\n\na:hover {\n color: var(--button-bg-color);\n}\n","/* Import Google Font */\n@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Slab:wght@700&display=swap');\n\n/* Variables */\n:root {\n --background-start-blue: #0f0c29;\n --background-middle-blue: #302b63;\n --background-end-blue: #24243e;\n\n --background-start-green: #0f2b3d;\n --background-middle-green: #0f4c75;\n --background-end-green: #0b6e99;\n\n --background-start-red: #2b0f0f;\n --background-middle-red: #4c0f0f;\n --background-end-red: #6e0b0b;\n\n --card-color: #2b2b2b;\n --text-color: #f0f0f0;\n --button-bg-color: #4a4a4a;\n --button-hover-bg-color: #383838;\n}\n\n/* Global styles */\nbody {\n font-family: 'Roboto', sans-serif;\n margin: 0;\n height: 100vh;\n display: flex;\n justify-content: center;\n align-items: center;\n color: var(--text-color);\n}\n\nbody.dark-blue {\n background: linear-gradient(-45deg, var(--background-start-blue), var(--background-middle-blue), var(--background-end-blue));\n background-size: 400% 400%;\n animation: gradientAnimation 15s ease infinite;\n}\n\nbody.dark-green {\n background: linear-gradient(-45deg, var(--background-start-green), var(--background-middle-green), var(--background-end-green));\n background-size: 400% 400%;\n animation: gradientAnimation 15s ease infinite;\n}\n\nbody.dark-red {\n background: linear-gradient(-45deg, var(--background-start-red), var(--background-middle-red), var(--background-end-red));\n background-size: 400% 400%;\n animation: gradientAnimation 15s ease infinite;\n}\n\n@keyframes gradientAnimation {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n 100% {\n background-position: 0% 50%;\n }\n}\n\n/* Styles for #text */\n#text {\n font-family: 'Roboto Slab', serif;\n font-weight: 700;\n font-style: italic;\n}\n\n/* quote-box transparent card styles */\n#quote-box {\n background-color: rgba(255, 255, 255, 0.1);\n padding: 20px;\n border-radius: 8px;\n box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n text-align: center;\n max-width: 600px;\n margin: auto;\n}\n\n/* h1 styles */\nh1 {\n font-size: 24px;\n margin-bottom: 20px;\n font-weight: 700;\n}\n\n/* h2 styles */\nh2 {\n font-size: 18px;\n margin-bottom: 20px;\n font-weight: 400;\n}\n\n/* Button styles */\nbutton {\n margin: 5px;\n padding: 10px 20px;\n font-size: 16px;\n cursor: pointer;\n border: none;\n border-radius: 4px;\n background-color: var(--button-bg-color);\n color: var(--text-color);\n transition: background-color 0.3s ease;\n}\n\nbutton:hover {\n background-color: var(--button-hover-bg-color);\n}\n\n/* tweet a element styles */\na {\n color: var(--text-color);\n text-decoration: none;\n font-size: 16px;\n transition: color 0.3s ease;\n}\n\na:hover {\n color: var(--button-bg-color);\n}"]} \ No newline at end of file diff --git a/static/js/2.422475ab.chunk.js b/static/js/2.422475ab.chunk.js new file mode 100644 index 0000000..d67e67e --- /dev/null +++ b/static/js/2.422475ab.chunk.js @@ -0,0 +1,2 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[2],[function(e,t,n){"use strict";(function(e,r,a){var o=n(5);const{toString:i}=Object.prototype,{getPrototypeOf:l}=Object,u=(s=Object.create(null),e=>{const t=i.call(e);return s[t]||(s[t]=t.slice(8,-1).toLowerCase())});var s;const c=e=>(e=e.toLowerCase(),t=>u(t)===e),f=e=>t=>typeof t===e,{isArray:d}=Array,p=f("undefined");const h=c("ArrayBuffer");const m=f("string"),g=f("function"),y=f("number"),v=e=>null!==e&&"object"===typeof e,b=e=>{if("object"!==u(e))return!1;const t=l(e);return(null===t||t===Object.prototype||null===Object.getPrototypeOf(t))&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},w=c("Date"),S=c("File"),k=c("Blob"),E=c("FileList"),_=c("URLSearchParams"),[x,C,T,R]=["ReadableStream","Request","Response","Headers"].map(c);function P(e,t){let n,r,{allOwnKeys:a=!1}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),d(e))for(n=0,r=e.length;n0;)if(t===(r=n[a]).toLowerCase())return r;return null}const N="undefined"!==typeof globalThis?globalThis:"undefined"!==typeof self?self:"undefined"!==typeof window?window:e,A=e=>!p(e)&&e!==N;const L=(z="undefined"!==typeof Uint8Array&&l(Uint8Array),e=>z&&e instanceof z);var z;const U=c("HTMLFormElement"),F=(e=>{let{hasOwnProperty:t}=e;return(e,n)=>t.call(e,n)})(Object.prototype),D=c("RegExp"),I=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};P(n,(n,a)=>{let o;!1!==(o=t(n,a,e))&&(r[a]=o||n)}),Object.defineProperties(e,r)},M="abcdefghijklmnopqrstuvwxyz",B={DIGIT:"0123456789",ALPHA:M,ALPHA_DIGIT:M+M.toUpperCase()+"0123456789"};const j=c("AsyncFunction"),V=(W="function"===typeof r,q=g(N.postMessage),W?r:q?(H=`axios@${Math.random()}`,$=[],N.addEventListener("message",e=>{let{source:t,data:n}=e;t===N&&n===H&&$.length&&$.shift()()},!1),e=>{$.push(e),N.postMessage(H,"*")}):e=>setTimeout(e));var H,$,W,q;const Y="undefined"!==typeof queueMicrotask?queueMicrotask.bind(N):"undefined"!==typeof a&&a.nextTick||V;t.a={isArray:d,isArrayBuffer:h,isBuffer:function(e){return null!==e&&!p(e)&&null!==e.constructor&&!p(e.constructor)&&g(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"===typeof FormData&&e instanceof FormData||g(e.append)&&("formdata"===(t=u(e))||"object"===t&&g(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&h(e.buffer)},isString:m,isNumber:y,isBoolean:e=>!0===e||!1===e,isObject:v,isPlainObject:b,isReadableStream:x,isRequest:C,isResponse:T,isHeaders:R,isUndefined:p,isDate:w,isFile:S,isBlob:k,isRegExp:D,isFunction:g,isStream:e=>v(e)&&g(e.pipe),isURLSearchParams:_,isTypedArray:L,isFileList:E,forEach:P,merge:function e(){const{caseless:t}=A(this)&&this||{},n={},r=(r,a)=>{const o=t&&O(n,a)||a;b(n[o])&&b(r)?n[o]=e(n[o],r):b(r)?n[o]=e({},r):d(r)?n[o]=r.slice():n[o]=r};for(let a=0,o=arguments.length;a3&&void 0!==arguments[3]?arguments[3]:{};return P(t,(t,r)=>{n&&g(t)?e[r]=Object(o.a)(t,n):e[r]=t},{allOwnKeys:r}),e},trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:(e,t,n,r)=>{let a,o,i;const u={};if(t=t||{},null==e)return t;do{for(o=(a=Object.getOwnPropertyNames(e)).length;o-- >0;)i=a[o],r&&!r(i,e,t)||u[i]||(t[i]=e[i],u[i]=!0);e=!1!==n&&l(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:u,kindOfTest:c,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return-1!==r&&r===n},toArray:e=>{if(!e)return null;if(d(e))return e;let t=e.length;if(!y(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=n.next())&&!r.done;){const n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const r=[];for(;null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:U,hasOwnProperty:F,hasOwnProp:F,reduceDescriptors:I,freezeMethods:e=>{I(e,(t,n)=>{if(g(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const r=e[n];g(r)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=(()=>{throw Error("Can not rewrite read-only method '"+n+"'")})))})},toObjectSet:(e,t)=>{const n={},r=e=>{e.forEach(e=>{n[e]=!0})};return d(e)?r(e):r(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,t,n){return t.toUpperCase()+n}),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:O,global:N,isContextDefined:A,ALPHABET:B,generateString:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:16,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:B.ALPHA_DIGIT,n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n},isSpecCompliantForm:function(e){return!!(e&&g(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(v(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[r]=e;const a=d(e)?[]:{};return P(e,(e,t)=>{const o=n(e,r+1);!p(o)&&(a[t]=o)}),t[r]=void 0,a}}return e};return n(e,0)},isAsyncFn:j,isThenable:e=>e&&(v(e)||g(e))&&g(e.then)&&g(e.catch),setImmediate:V,asap:Y}}).call(this,n(4),n(7).setImmediate,n(8))},function(e,t,n){"use strict";var r=n(0);function a(e,t,n,r,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),a&&(this.response=a)}r.a.inherits(a,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:r.a.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const o=a.prototype,i={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{i[e]={value:e}}),Object.defineProperties(a,i),Object.defineProperty(o,"isAxiosError",{value:!0}),a.from=((e,t,n,i,l,u)=>{const s=Object.create(o);return r.a.toFlatObject(e,s,function(e){return e!==Error.prototype},e=>"isAxiosError"!==e),a.call(s,e.message,t,n,i,l),s.cause=e,s.name=e.name,u&&Object.assign(s,u),s}),t.a=a},function(e,t,n){"use strict";e.exports=n(12)},function(e,t,n){"use strict";(function(e){var r=n(0),a=n(1),o=n(6);function i(e){return r.a.isPlainObject(e)||r.a.isArray(e)}function l(e){return r.a.endsWith(e,"[]")?e.slice(0,-2):e}function u(e,t,n){return e?e.concat(t).map(function(e,t){return e=l(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}const s=r.a.toFlatObject(r.a,{},null,function(e){return/^is[A-Z]/.test(e)});t.a=function(t,n,c){if(!r.a.isObject(t))throw new TypeError("target must be an object");n=n||new(o.a||FormData);const f=(c=r.a.toFlatObject(c,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!r.a.isUndefined(t[e])})).metaTokens,d=c.visitor||y,p=c.dots,h=c.indexes,m=(c.Blob||"undefined"!==typeof Blob&&Blob)&&r.a.isSpecCompliantForm(n);if(!r.a.isFunction(d))throw new TypeError("visitor must be a function");function g(t){if(null===t)return"";if(r.a.isDate(t))return t.toISOString();if(!m&&r.a.isBlob(t))throw new a.a("Blob is not supported. Use a Buffer instead.");return r.a.isArrayBuffer(t)||r.a.isTypedArray(t)?m&&"function"===typeof Blob?new Blob([t]):e.from(t):t}function y(e,t,a){let o=e;if(e&&!a&&"object"===typeof e)if(r.a.endsWith(t,"{}"))t=f?t:t.slice(0,-2),e=JSON.stringify(e);else if(r.a.isArray(e)&&function(e){return r.a.isArray(e)&&!e.some(i)}(e)||(r.a.isFileList(e)||r.a.endsWith(t,"[]"))&&(o=r.a.toArray(e)))return t=l(t),o.forEach(function(e,a){!r.a.isUndefined(e)&&null!==e&&n.append(!0===h?u([t],a,p):null===h?t:t+"[]",g(e))}),!1;return!!i(e)||(n.append(u(a,t,p),g(e)),!1)}const v=[],b=Object.assign(s,{defaultVisitor:y,convertValue:g,isVisitable:i});if(!r.a.isObject(t))throw new TypeError("data must be an object");return function e(t,a){if(!r.a.isUndefined(t)){if(-1!==v.indexOf(t))throw Error("Circular reference detected in "+a.join("."));v.push(t),r.a.forEach(t,function(t,o){!0===(!(r.a.isUndefined(t)||null===t)&&d.call(n,t,r.a.isString(o)?o.trim():o,a,b))&&e(t,a?a.concat(o):[o])}),v.pop()}}(t),n}}).call(this,n(17).Buffer)},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";function r(e,t){return function(){return e.apply(t,arguments)}}n.d(t,"a",function(){return r})},function(e,t,n){"use strict";t.a=null},function(e,t,n){(function(e){var r="undefined"!==typeof e&&e||"undefined"!==typeof self&&self||window,a=Function.prototype.apply;function o(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new o(a.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new o(a.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},o.prototype.unref=o.prototype.ref=function(){},o.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);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},n(16),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(this,n(4))},function(e,t){var n,r,a=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function l(e){if(n===setTimeout)return setTimeout(e,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"===typeof setTimeout?setTimeout:o}catch(e){n=o}try{r="function"===typeof clearTimeout?clearTimeout:i}catch(e){r=i}}();var u,s=[],c=!1,f=-1;function d(){c&&u&&(c=!1,u.length?s=u.concat(s):f=-1,s.length&&p())}function p(){if(!c){var e=l(d);c=!0;for(var t=s.length;t;){for(u=s,s=[];++f1)for(var n=1;n