diff --git a/client/.gitignore b/client/.gitignore index 4d29575..232d93e 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -9,7 +9,6 @@ /coverage # production -/build # misc .DS_Store diff --git a/client/build/asset-manifest.json b/client/build/asset-manifest.json new file mode 100644 index 0000000..123ec57 --- /dev/null +++ b/client/build/asset-manifest.json @@ -0,0 +1,21 @@ +{ + "files": { + "main.css": "/static/css/main.75e9573c.chunk.css", + "main.js": "/static/js/main.651d6fd6.chunk.js", + "main.js.map": "/static/js/main.651d6fd6.chunk.js.map", + "runtime-main.js": "/static/js/runtime-main.c3a4a7fb.js", + "runtime-main.js.map": "/static/js/runtime-main.c3a4a7fb.js.map", + "static/js/2.ddf2a046.chunk.js": "/static/js/2.ddf2a046.chunk.js", + "static/js/2.ddf2a046.chunk.js.map": "/static/js/2.ddf2a046.chunk.js.map", + "index.html": "/index.html", + "static/css/main.75e9573c.chunk.css.map": "/static/css/main.75e9573c.chunk.css.map", + "static/js/2.ddf2a046.chunk.js.LICENSE.txt": "/static/js/2.ddf2a046.chunk.js.LICENSE.txt", + "static/media/logo.9c439f9f.png": "/static/media/logo.9c439f9f.png" + }, + "entrypoints": [ + "static/js/runtime-main.c3a4a7fb.js", + "static/js/2.ddf2a046.chunk.js", + "static/css/main.75e9573c.chunk.css", + "static/js/main.651d6fd6.chunk.js" + ] +} \ No newline at end of file diff --git a/client/build/favicon.ico b/client/build/favicon.ico new file mode 100644 index 0000000..a11777c Binary files /dev/null and b/client/build/favicon.ico differ diff --git a/client/build/index.html b/client/build/index.html new file mode 100644 index 0000000..2948c24 --- /dev/null +++ b/client/build/index.html @@ -0,0 +1 @@ +React App
\ No newline at end of file diff --git a/client/build/logo192.png b/client/build/logo192.png new file mode 100644 index 0000000..fc44b0a Binary files /dev/null and b/client/build/logo192.png differ diff --git a/client/build/logo512.png b/client/build/logo512.png new file mode 100644 index 0000000..a4e47a6 Binary files /dev/null and b/client/build/logo512.png differ diff --git a/client/build/manifest.json b/client/build/manifest.json new file mode 100644 index 0000000..080d6c7 --- /dev/null +++ b/client/build/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/client/build/robots.txt b/client/build/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/client/build/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/client/build/static/css/main.75e9573c.chunk.css b/client/build/static/css/main.75e9573c.chunk.css new file mode 100644 index 0000000..da54558 --- /dev/null +++ b/client/build/static/css/main.75e9573c.chunk.css @@ -0,0 +1,4 @@ +/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */ + +/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{tab-size:4;line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}legend{padding:0}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:initial;background-image:none}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.5}body{font-family:inherit;line-height:inherit}*,:after,:before{box-sizing:border-box;border:0 solid}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}*,:after,:before{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.table{display:table}@keyframes spin{to{transform:rotate(1turn)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}*,:after,:before{--tw-shadow:0 0 transparent;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent} +/*# sourceMappingURL=main.75e9573c.chunk.css.map */ \ No newline at end of file diff --git a/client/build/static/css/main.75e9573c.chunk.css.map b/client/build/static/css/main.75e9573c.chunk.css.map new file mode 100644 index 0000000..605da0c --- /dev/null +++ b/client/build/static/css/main.75e9573c.chunk.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack://src/style.css"],"names":[],"mappings":"AAAA,iEAAc;;AAAd,8FAAc,CAAd,KAAA,UAAc,CAAd,gBAAc,CAAd,6BAAc,CAAd,KAAA,QAAc,CAAd,qHAAc,CAAd,GAAA,QAAc,CAAd,aAAc,CAAd,YAAA,wCAAc,CAAd,gCAAc,CAAd,SAAA,kBAAc,CAAd,kBAAA,kFAAc,CAAd,aAAc,CAAd,MAAA,aAAc,CAAd,QAAA,aAAc,CAAd,aAAc,CAAd,iBAAc,CAAd,sBAAc,CAAd,IAAA,aAAc,CAAd,IAAA,SAAc,CAAd,MAAA,aAAc,CAAd,oBAAc,CAAd,sCAAA,mBAAc,CAAd,cAAc,CAAd,gBAAc,CAAd,QAAc,CAAd,cAAA,mBAAc,CAAd,OAAA,yBAAc,CAAd,mBAAA,iBAAc,CAAd,SAAc,CAAd,OAAA,SAAc,CAAd,SAAA,sBAAc,CAAd,wDAAA,WAAc,CAAd,4BAAA,uBAAc,CAAd,6BAAA,yBAAc,CAAd,YAAc,CAAd,QAAA,iBAAc,CAAd,mDAAA,QAAc,CAAd,OAAA,wBAAc,CAAd,qBAAc,CAAd,eAAA,QAAc,CAAd,SAAc,CAAd,MAAA,eAAc,CAAd,KAAA,8MAAc,CAAd,eAAc,CAAd,KAAA,mBAAc,CAAd,mBAAc,CAAd,iBAAA,qBAAc,CAAd,cAAc,CAAd,GAAA,oBAAc,CAAd,IAAA,kBAAc,CAAd,SAAA,eAAc,CAAd,yCAAA,SAAc,CAAd,aAAc,CAAd,OAAA,cAAc,CAAd,MAAA,wBAAc,CAAd,kBAAA,iBAAc,CAAd,mBAAc,CAAd,EAAA,aAAc,CAAd,uBAAc,CAAd,sCAAA,SAAc,CAAd,mBAAc,CAAd,aAAc,CAAd,kBAAA,uGAAc,CAAd,+CAAA,aAAc,CAAd,qBAAc,CAAd,UAAA,cAAc,CAAd,WAAc,CAAd,iBAAA,qBAAc,CAAd,uDAAc,CAEd,OAAA,aAAmB,CAAnB,gBAAA,GAAA,uBAAmB,CAAA,CAAnB,gBAAA,OAAA,kBAAmB,CAAnB,SAAmB,CAAA,CAAnB,iBAAA,IAAA,UAAmB,CAAA,CAAnB,kBAAA,MAAA,0BAAmB,CAAnB,gDAAmB,CAAnB,IAAA,cAAmB,CAAnB,gDAAmB,CAAA,CAAnB,iBAAA,2BAAA,CAAA,2CAAmB,CAAnB,0BAAmB,CAAnB,2BAAmB,CAAnB,oCAAmB,CAAnB,uCAAmB,CAAnB,gCAAmB","file":"main.75e9573c.chunk.css","sourcesContent":["@tailwind base;\r\n@tailwind components;\r\n@tailwind utilities;\r\n@tailwind screens;"]} \ No newline at end of file diff --git a/client/build/static/js/2.ddf2a046.chunk.js b/client/build/static/js/2.ddf2a046.chunk.js new file mode 100644 index 0000000..dcca8b2 --- /dev/null +++ b/client/build/static/js/2.ddf2a046.chunk.js @@ -0,0 +1,3 @@ +/*! For license information please see 2.ddf2a046.chunk.js.LICENSE.txt */ +(this.webpackJsonpclient=this.webpackJsonpclient||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(119)},function(e,t,n){"use strict";e.exports=n(95)},function(e,t,n){e.exports=n(100)},function(e,t,n){"use strict";(function(e){n.d(t,"a",(function(){return O})),n.d(t,"b",(function(){return A})),n.d(t,"c",(function(){return k})),n.d(t,"d",(function(){return j})),n.d(t,"e",(function(){return b})),n.d(t,"f",(function(){return L})),n.d(t,"g",(function(){return I}));var r=n(12),o=n(1),i=n.n(o),a=n(26),l=n.n(a),u=n(8),c=n(10),s=n(6),f=n(47),d=n.n(f),p=(n(57),n(20)),h=(n(94),1073741823),m="undefined"!==typeof globalThis?globalThis:"undefined"!==typeof window?window:"undefined"!==typeof e?e:{};var g=i.a.createContext||function(e,t){var n,o,a="__create-react-context-"+function(){var e="__global_unique_id__";return m[e]=(m[e]||0)+1}()+"__",u=function(e){function n(){for(var t,n=arguments.length,r=new Array(n),o=0;o=0;d--){var p=a[d];"."===p?i(a,d):".."===p?(i(a,d),f++):f&&(i(a,d),f--)}if(!c)for(;f--;f)a.unshift("..");!c||""===a[0]||a[0]&&o(a[0])||a.unshift("");var h=a.join("/");return n&&"/"!==h.substr(-1)&&(h+="/"),h};function l(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}var u=function e(t,n){if(t===n)return!0;if(null==t||null==n)return!1;if(Array.isArray(t))return Array.isArray(n)&&t.length===n.length&&t.every((function(t,r){return e(t,n[r])}));if("object"===typeof t||"object"===typeof n){var r=l(t),o=l(n);return r!==t||o!==n?e(r,o):Object.keys(Object.assign({},t,n)).every((function(r){return e(t[r],n[r])}))}return!1},c=n(10);function s(e){return"/"===e.charAt(0)?e:"/"+e}function f(e){return"/"===e.charAt(0)?e.substr(1):e}function d(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function p(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function h(e){var t=e.pathname,n=e.search,r=e.hash,o=t||"/";return n&&"?"!==n&&(o+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(o+="#"===r.charAt(0)?r:"#"+r),o}function m(e,t,n,o){var i;"string"===typeof e?(i=function(e){var t=e||"/",n="",r="",o=t.indexOf("#");-1!==o&&(r=t.substr(o),t=t.substr(0,o));var i=t.indexOf("?");return-1!==i&&(n=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}(e),i.state=t):(void 0===(i=Object(r.a)({},e)).pathname&&(i.pathname=""),i.search?"?"!==i.search.charAt(0)&&(i.search="?"+i.search):i.search="",i.hash?"#"!==i.hash.charAt(0)&&(i.hash="#"+i.hash):i.hash="",void 0!==t&&void 0===i.state&&(i.state=t));try{i.pathname=decodeURI(i.pathname)}catch(l){throw l instanceof URIError?new URIError('Pathname "'+i.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):l}return n&&(i.key=n),o?i.pathname?"/"!==i.pathname.charAt(0)&&(i.pathname=a(i.pathname,o.pathname)):i.pathname=o.pathname:i.pathname||(i.pathname="/"),i}function g(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&u(e.state,t.state)}function v(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,r,o){if(null!=e){var i="function"===typeof e?e(t,n):e;"string"===typeof i?"function"===typeof r?r(i,o):o(!0):o(!1!==i)}else o(!0)},appendListener:function(e){var n=!0;function r(){n&&e.apply(void 0,arguments)}return t.push(r),function(){n=!1,t=t.filter((function(e){return e!==r}))}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),r=0;rt?n.splice(t,n.length-t,o):n.push(o),f({action:r,location:o,index:t,entries:n})}}))},replace:function(e,t){var r="REPLACE",o=m(e,t,d(),k.location);s.confirmTransitionTo(o,r,n,(function(e){e&&(k.entries[k.index]=o,f({action:r,location:o}))}))},go:b,goBack:function(){b(-1)},goForward:function(){b(1)},canGo:function(e){var t=k.index+e;return t>=0&&ta?0:a+t:t>a?a:t,n=n>0?n:0,o.length<1e4)(i=Array.from(o)).unshift(t,n),r.apply(e,i);else for(n&&r.apply(e,[t,n]);l=0||(o[n]=e[n]);return o}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";var r=n(84),o=n(82),i=n(85);e.exports=function(e){var t,n,a=e.space,l=e.mustUseProperty||[],u=e.attributes||{},c=e.properties,s=e.transform,f={},d={};for(t in c)n=new i(t,s(u,t),c[t],a),-1!==l.indexOf(t)&&(n.mustUseProperty=!0),f[t]=n,d[r(t)]=t,d[r(n.attribute)]=t;return new o(f,d,a)}},function(e,t,n){"use strict";var r=Object.assign;e.exports=r},function(e,t,n){"use strict";var r=n(61);e.exports=function(e,t){var n=e[e.length-1];return n&&n[1].type===t?r(n[2].sliceStream(n[1])):0}},function(e,t,n){"use strict";var r=n(16)(/[\dA-Za-z]/);e.exports=r},function(e,t,n){"use strict";e.exports=function(e,t){var n=[],o=-1,i=e.length;t&&n.push(r("text","\n"));for(;++o0&&n.push(r("text","\n"));return n};var r=n(11)},function(e,t,n){e.exports=n(123)()},function(e,t,n){"use strict";var r=String.fromCharCode;e.exports=r},function(e,t,n){"use strict";var r=n(4),o=n(5),i={tokenize:function(e,t,n){return o(e,(function(e){return null===e||r(e)?t(e):n(e)}),"linePrefix")},partial:!0};e.exports=i},function(e,t,n){"use strict";e.exports=function(e,t,n){for(var r,o=[],i=-1;++i=55296&&l<=57343){if(l>=55296&&l<=56319&&i+1=56320&&u<=57343){s+=encodeURIComponent(e[i]+e[i+1]),i++;continue}s+="%EF%BF%BD"}else s+=encodeURIComponent(e[i]);return s}o.defaultChars=";/?:@&=+$,-_.!~*'()#",o.componentChars="-_.!~*'()",e.exports=o},function(e,t,n){"use strict";var r=0;function o(){return Math.pow(2,++r)}t.boolean=o(),t.booleanish=o(),t.overloadedBoolean=o(),t.number=o(),t.spaceSeparated=o(),t.commaSeparated=o(),t.commaOrSpaceSeparated=o()},function(e,t,n){"use strict";const r=n(1),o=n(58),i=n(131),a=n(138),l=n(180),u=n(26),c=n(207),s=n(210),f=n(211),d=n(212).hastChildrenToReact;e.exports=g;const p={}.hasOwnProperty,h="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",m={renderers:{to:"components",id:"change-renderers-to-components"},astPlugins:{id:"remove-buggy-html-in-markdown-parser"},allowDangerousHtml:{id:"remove-buggy-html-in-markdown-parser"},escapeHtml:{id:"remove-buggy-html-in-markdown-parser"},source:{to:"children",id:"change-source-to-children"},allowNode:{to:"allowElement",id:"replace-allownode-allowedtypes-and-disallowedtypes"},allowedTypes:{to:"allowedElements",id:"replace-allownode-allowedtypes-and-disallowedtypes"},disallowedTypes:{to:"disallowedElements",id:"replace-allownode-allowedtypes-and-disallowedtypes"},includeNodeIndex:{to:"includeElementIndex",id:"change-includenodeindex-to-includeelementindex"}};function g(e){for(const r in m)if(p.call(m,r)&&p.call(e,r)){const e=m[r];console.warn("[react-markdown] Warning: please ".concat(e.to?"use `".concat(e.to,"` instead of"):"remove"," `").concat(r,"` (see <").concat(h,"#").concat(e.id,"> for more info)")),delete m[r]}const t=i().use(a).use(e.remarkPlugins||e.plugins||[]).use(l,{allowDangerousHtml:!0}).use(e.rehypePlugins||[]).use(s,e);let n;"string"===typeof e.children?n=o(e.children):(void 0!==e.children&&null!==e.children&&console.warn("[react-markdown] Warning: please pass a string as `children` (not: `".concat(e.children,"`)")),n=o());const u=t.runSync(t.parse(n),n);if("root"!==u.type)throw new TypeError("Expected a `root` node");let f=r.createElement(r.Fragment,{},d({options:e,schema:c,listDepth:0},u));return e.className&&(f=r.createElement("div",{className:e.className},f)),f}g.defaultProps={transformLinkUri:f},g.propTypes={children:u.string,className:u.string,allowElement:u.func,allowedElements:u.arrayOf(u.string),disallowedElements:u.arrayOf(u.string),unwrapDisallowed:u.bool,remarkPlugins:u.arrayOf(u.oneOfType([u.object,u.func,u.arrayOf(u.oneOfType([u.object,u.func]))])),rehypePlugins:u.arrayOf(u.oneOfType([u.object,u.func,u.arrayOf(u.oneOfType([u.object,u.func]))])),sourcePos:u.bool,rawSourcePos:u.bool,skipHtml:u.bool,includeElementIndex:u.bool,transformLinkUri:u.oneOfType([u.func,u.bool]),linkTarget:u.oneOfType([u.func,u.string]),transformImageUri:u.func,components:u.object},g.uriTransformer=f},function(e,t,n){"use strict";var r,o=n(223),i=n(232),a=n(240);e.exports=function(e){var t=this.data();!r&&(this.Parser&&this.Parser.prototype&&this.Parser.prototype.blockTokenizers||this.Compiler&&this.Compiler.prototype&&this.Compiler.prototype.visitors)&&(r=!0,console.warn("[remark-gfm] Warning: please upgrade to remark 13 to use this plugin"));function n(e,n){t[e]?t[e].push(n):t[e]=[n]}n("micromarkExtensions",o(e)),n("fromMarkdownExtensions",i),n("toMarkdownExtensions",a(e))}},function(e,t,n){"use strict";var r=n(1),o=["second","minute","hour","day","week","month","year"],i=["\u79d2","\u5206\u949f","\u5c0f\u65f6","\u5929","\u5468","\u4e2a\u6708","\u5e74"],a={},l=function(e,t){a[e]=t},u=function(e){return a[e]||a.en_US},c=[60,60,24,7,365/7/12,12];function s(e){return e instanceof Date?e:!isNaN(e)||/^\d+$/.test(e)?new Date(parseInt(e)):(e=(e||"").trim().replace(/\.\d+/,"").replace(/-/,"/").replace(/-/,"/").replace(/(\d)T(\d)/,"$1 $2").replace(/Z/," UTC").replace(/([+-]\d\d):?(\d\d)/," $1$2"),new Date(e))}function f(e,t){for(var n=e<0?1:0,r=e=Math.abs(e),o=0;e>=c[o]&&o(0===(o*=2)?9:1)&&(o+=1),t(e,o,r)[n].replace("%s",e.toString())}function d(e,t){return(+(t?s(t):new Date)-+s(e))/1e3}var p="timeago-id";function h(e){return parseInt(e.getAttribute(p))}var m={},g=function(e){clearTimeout(e),delete m[e]};function v(e,t,n,r){g(h(e));var o=r.relativeDate,i=r.minInterval,a=d(t,o);e.innerText=f(a,n);var l=setTimeout((function(){v(e,t,n,r)}),Math.min(1e3*Math.max(function(e){for(var t=1,n=0,r=Math.abs(e);e>=c[n]&&n1&&(n+="s"),[e+" "+n+" ago","in "+e+" "+n]})),l("zh_CN",(function(e,t){if(0===t)return["\u521a\u521a","\u7247\u523b\u540e"];var n=i[~~(t/2)];return[e+" "+n+"\u524d",e+" "+n+"\u540e"]}));var b=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),k=function(){return k=Object.assign||function(e){for(var t,n=1,r=arguments.length;n=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(e){u.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){u.headers[e]=r.merge(a)})),e.exports=u}).call(this,n(105))},function(e,t,n){"use strict";e.exports=function(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}},function(e,t,n){"use strict";e.exports=function(e){return null===e||void 0===e?[]:"length"in e?e:[e]}},function(e,t,n){"use strict";var r=n(14);e.exports=function(e,t){return e.length?(r(e,e.length,0,t),e):t}},function(e,t,n){"use strict";var r=n(154),o=n(16)(r);e.exports=o},function(e,t,n){"use strict";var r=n(16)(/\s/);e.exports=r},function(e,t,n){"use strict";e.exports=function(e){return e<32||127===e}},function(e,t,n){"use strict";var r=n(15),o=n(40),i=n(14),a=n(38),l=n(29),u=n(19),c=n(68),s=n(69),f=n(71),d=n(70),p={name:"labelEnd",tokenize:function(e,t,n){var r,o,i=this,l=i.events.length;for(;l--;)if(("labelImage"===i.events[l][1].type||"labelLink"===i.events[l][1].type)&&!i.events[l][1]._balanced){r=i.events[l][1];break}return function(t){if(!r)return n(t);return r._inactive?c(t):(o=i.parser.defined.indexOf(a(i.sliceSerialize({start:r.end,end:i.now()})))>-1,e.enter("labelEnd"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelEnd"),u)};function u(n){return 40===n?e.attempt(h,t,o?t:c)(n):91===n?e.attempt(m,t,o?e.attempt(g,t,c):c)(n):o?t(n):c(n)}function c(e){return r._balanced=!0,n(e)}},resolveTo:function(e,t){var n,r,a,c,s,f,d,p=e.length,h=0;for(;p--;)if(c=e[p][1],s){if("link"===c.type||"labelLink"===c.type&&c._inactive)break;"enter"===e[p][0]&&"labelLink"===c.type&&(c._inactive=!0)}else if(f){if("enter"===e[p][0]&&("labelImage"===c.type||"labelLink"===c.type)&&!c._balanced&&(s=p,"labelLink"!==c.type)){h=2;break}}else"labelEnd"===c.type&&(f=p);return n={type:"labelLink"===e[s][1].type?"link":"image",start:u(e[s][1].start),end:u(e[e.length-1][1].end)},r={type:"label",start:u(e[s][1].start),end:u(e[f][1].end)},a={type:"labelText",start:u(e[s+h+2][1].end),end:u(e[f-2][1].start)},d=o(d=[["enter",n,t],["enter",r,t]],e.slice(s+1,s+h+3)),d=o(d,[["enter",a,t]]),d=o(d,l(t.parser.constructs.insideSpan.null,e.slice(s+h+4,f-3),t)),d=o(d,[["exit",a,t],e[f-2],e[f-1],["exit",r,t]]),d=o(d,e.slice(f+1)),d=o(d,[["exit",n,t]]),i(e,s,e.length,d),e},resolveAll:function(e){var t,n=-1;for(;++n=n)return o.substr(0,n);for(;n>o.length&&t>1;)1&t&&(o+=e),t>>=1,e+=e;return o=(o+=e).substr(0,n)}},function(e,t,n){var r=n(121);e.exports=p,e.exports.parse=i,e.exports.compile=function(e,t){return l(i(e,t),t)},e.exports.tokensToFunction=l,e.exports.tokensToRegExp=d;var o=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(e,t){for(var n,r=[],i=0,a=0,l="",s=t&&t.delimiter||"/";null!=(n=o.exec(e));){var f=n[0],d=n[1],p=n.index;if(l+=e.slice(a,p),a=p+f.length,d)l+=d[1];else{var h=e[a],m=n[2],g=n[3],v=n[4],y=n[5],b=n[6],k=n[7];l&&(r.push(l),l="");var x=null!=m&&null!=h&&h!==m,w="+"===b||"*"===b,E="?"===b||"*"===b,S=n[2]||s,C=v||y;r.push({name:g||i++,prefix:m||"",delimiter:S,optional:E,repeat:w,partial:x,asterisk:!!k,pattern:C?c(C):k?".*":"[^"+u(S)+"]+?"})}}return ad?n(i):(e.consume(i),v):41===i?p--?(e.consume(i),v):(e.exit("chunkString"),e.exit(s),e.exit(c),e.exit(a),t(i)):null===i||o(i)?p?n(i):(e.exit("chunkString"),e.exit(s),e.exit(c),e.exit(a),t(i)):r(i)?n(i):(e.consume(i),92===i?y:v)}function y(t){return 40===t||41===t||92===t?(e.consume(t),v):v(t)}}},function(e,t,n){"use strict";var r=n(4),o=n(13);e.exports=function(e,t,n,i,a,l){var u,c=this,s=0;return function(t){return e.enter(i),e.enter(a),e.consume(t),e.exit(a),e.enter(l),f};function f(o){return null===o||91===o||93===o&&!u||94===o&&!s&&"_hiddenFootnoteSupport"in c.parser.constructs||s>999?n(o):93===o?(e.exit(l),e.enter(a),e.consume(o),e.exit(a),e.exit(i),t):r(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),f):(e.enter("chunkString",{contentType:"string"}),d(o))}function d(t){return null===t||91===t||93===t||r(t)||s++>999?(e.exit("chunkString"),f(t)):(e.consume(t),u=u||!o(t),92===t?p:d)}function p(t){return 91===t||92===t||93===t?(e.consume(t),s++,d):d(t)}}},function(e,t,n){"use strict";var r=n(4),o=n(13),i=n(5);e.exports=function(e,t){var n;return function a(l){if(r(l))return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),n=!0,a;if(o(l))return i(e,a,n?"linePrefix":"lineSuffix")(l);return t(l)}}},function(e,t,n){"use strict";var r=n(4),o=n(5);e.exports=function(e,t,n,i,a,l){var u;return function(t){return e.enter(i),e.enter(a),e.consume(t),e.exit(a),u=40===t?41:t,c};function c(n){return n===u?(e.enter(a),e.consume(n),e.exit(a),e.exit(i),t):(e.enter(l),s(n))}function s(t){return t===u?(e.exit(l),c(u)):null===t?n(t):r(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),o(e,s,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),f(t))}function f(t){return t===u||null===t||r(t)?(e.exit("chunkString"),s(t)):(e.consume(t),92===t?d:f)}function d(t){return t===u||92===t?(e.consume(t),f):f(t)}}},function(e,t,n){"use strict";var r=n(4),o=n(13),i=n(5),a={name:"thematicBreak",tokenize:function(e,t,n){var a,l=0;return function(t){return e.enter("thematicBreak"),a=t,u(t)};function u(s){return s===a?(e.enter("thematicBreakSequence"),c(s)):o(s)?i(e,u,"whitespace")(s):l<3||null!==s&&!r(s)?n(s):(e.exit("thematicBreak"),t(s))}function c(t){return t===a?(e.consume(t),l++,c):(e.exit("thematicBreakSequence"),u(t))}}};e.exports=a},function(e,t,n){"use strict";e.exports=u;var r=n(74),o=n(183),i=!0,a="skip",l=!1;function u(e,t,n,u){var c,s;"function"===typeof t&&"function"!==typeof n&&(u=n,n=t,t=null),s=r(t),c=u?-1:1,function e(r,f,d){var p,h="object"===typeof r&&null!==r?r:{};"string"===typeof h.type&&(p="string"===typeof h.tagName?h.tagName:"string"===typeof h.name?h.name:void 0,m.displayName="node ("+o(h.type+(p?"<"+p+">":""))+")");return m;function m(){var o,p,h=d.concat(r),m=[];if((!t||s(r,f,d[d.length-1]||null))&&(m=function(e){if(null!==e&&"object"===typeof e&&"length"in e)return e;if("number"===typeof e)return[i,e];return[e]}(n(r,d)),m[0]===l))return m;if(r.children&&m[0]!==a)for(p=(u?r.children.length:-1)+c;p>-1&&p-1?l:e.unknownHandler;return("function"===typeof r?r:a)(e,t,n)};var r=n(11),o=n(7),i={}.hasOwnProperty;function a(e,t){return function(e){var t=e.data||{};if(i.call(t,"hName")||i.call(t,"hProperties")||i.call(t,"hChildren"))return!1;return"value"in e}(t)?e.augment(t,r("text",t.value)):e(t,"div",o(e,t))}function l(e,t){var n;return t.children?((n=Object.assign({},t)).children=o(e,t),n):t}},function(e,t,n){"use strict";e.exports=function(e,t){return e(t,"hr")}},function(e,t,n){"use strict";e.exports=function(e,t){var n,i,a={},l=t.ordered?"ol":"ul",u=-1;"number"===typeof t.start&&1!==t.start&&(a.start=t.start);n=o(e,t),i=n.length;for(;++u0&&("\r"===c||"\n"===c)&&"html"===i.type&&(l[l.length-1]=l[l.length-1].replace(/(\r?\n|\r)$/," "),c=" "),l.push(t.handle(i,e,t,{before:c,after:r})),c=l[l.length-1].slice(-1);return l.join("")}},function(e,t,n){"use strict";!function e(){if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}(),e.exports=n(96)},function(e,t,n){"use strict";var r=n(57),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};function u(e){return r.isMemo(e)?a:l[e.$$typeof]||o}l[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},l[r.Memo]=a;var c=Object.defineProperty,s=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!==typeof n){if(h){var o=p(n);o&&o!==h&&e(t,o,r)}var a=s(n);f&&(a=a.concat(f(n)));for(var l=u(t),m=u(n),g=0;g