!function(n,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.axios=t():n.axios=t()}(this,function(){return function(n){function t(r){if(i[r])return i[r].exports;var u=i[r]={exports:{},id:r,loaded:!1};return n[r].call(u.exports,u,u.exports,t),u.loaded=!0,u.exports}var i={};return t.m=n,t.c=i,t.p="",t(0)}([function(n,t,i){n.exports=i(1)},function(n,t,i){"use strict";function e(n){var t=new u(n),i=s(u.prototype.request,t);return f.extend(i,u.prototype,t),f.extend(i,t),i}var f=i(2),s=i(3),u=i(5),o=i(6),r=e(o);r.Axios=u;r.create=function(n){return e(f.merge(o,n))};r.Cancel=i(23);r.CancelToken=i(24);r.isCancel=i(20);r.all=function(n){return Promise.all(n)};r.spread=i(25);n.exports=r;n.exports.default=r},function(n,t,i){"use strict";function u(n){return"[object Array]"===r.call(n)}function h(n){return"[object ArrayBuffer]"===r.call(n)}function c(n){return"undefined"!=typeof FormData&&n instanceof FormData}function l(n){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(n):n&&n.buffer&&n.buffer instanceof ArrayBuffer}function a(n){return"string"==typeof n}function v(n){return"number"==typeof n}function y(n){return"undefined"==typeof n}function e(n){return null!==n&&"object"==typeof n}function p(n){return"[object Date]"===r.call(n)}function w(n){return"[object File]"===r.call(n)}function b(n){return"[object Blob]"===r.call(n)}function o(n){return"[object Function]"===r.call(n)}function k(n){return e(n)&&o(n.pipe)}function d(n){return"undefined"!=typeof URLSearchParams&&n instanceof URLSearchParams}function g(n){return n.replace(/^\s*/,"").replace(/\s*$/,"")}function nt(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document}function f(n,t){var i,f,r;if(null!==n&&"undefined"!=typeof n)if("object"==typeof n||u(n)||(n=[n]),u(n))for(i=0,f=n.length;i=200&&n<300}};u.headers={common:{Accept:"application/json, text/plain, */*"}};r.forEach(["delete","get","head"],function(n){u.headers[n]={}});r.forEach(["post","put","patch"],function(n){u.headers[n]=r.merge(s)});n.exports=u},function(n,t,i){"use strict";var r=i(2);n.exports=function(n,t){r.forEach(n,function(i,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(n[t]=i,delete n[r])})}},function(n,t,i){"use strict";var r=i(2),e=i(9),o=i(12),s=i(13),u=i(14),f=i(10),h="undefined"!=typeof window&&window.btoa&&window.btoa.bind(window)||i(15);n.exports=function(n){return new Promise(function(t,c){var a=n.data,v=n.headers,b,k,d,y;r.isFormData(a)&&delete v["Content-Type"];var l=new XMLHttpRequest,p="onreadystatechange",w=!1;if(("undefined"==typeof window||!window.XDomainRequest||"withCredentials"in l||u(n.url)||(l=new window.XDomainRequest,p="onload",w=!0,l.onprogress=function(){},l.ontimeout=function(){}),n.auth)&&(b=n.auth.username||"",k=n.auth.password||"",v.Authorization="Basic "+h(b+":"+k)),(l.open(n.method.toUpperCase(),o(n.url,n.params,n.paramsSerializer),!0),l.timeout=n.timeout,l[p]=function(){if(l&&(4===l.readyState||w)&&(0!==l.status||l.responseURL&&0===l.responseURL.indexOf("file:"))){var i="getAllResponseHeaders"in l?s(l.getAllResponseHeaders()):null,r=n.responseType&&"text"!==n.responseType?l.response:l.responseText,u={data:r,status:1223===l.status?204:l.status,statusText:1223===l.status?"No Content":l.statusText,headers:i,config:n,request:l};e(t,c,u);l=null}},l.onerror=function(){c(f("Network Error",n,null,l));l=null},l.ontimeout=function(){c(f("timeout of "+n.timeout+"ms exceeded",n,"ECONNABORTED",l));l=null},r.isStandardBrowserEnv())&&(d=i(16),y=(n.withCredentials||u(n.url))&&n.xsrfCookieName?d.read(n.xsrfCookieName):void 0,y&&(v[n.xsrfHeaderName]=y)),"setRequestHeader"in l&&r.forEach(v,function(n,t){"undefined"==typeof a&&"content-type"===t.toLowerCase()?delete v[t]:l.setRequestHeader(t,n)}),n.withCredentials&&(l.withCredentials=!0),n.responseType)try{l.responseType=n.responseType}catch(t){if("json"!==n.responseType)throw t;}"function"==typeof n.onDownloadProgress&&l.addEventListener("progress",n.onDownloadProgress);"function"==typeof n.onUploadProgress&&l.upload&&l.upload.addEventListener("progress",n.onUploadProgress);n.cancelToken&&n.cancelToken.promise.then(function(n){l&&(l.abort(),c(n),l=null)});void 0===a&&(a=null);l.send(a)})}},function(n,t,i){"use strict";var r=i(10);n.exports=function(n,t,i){var u=i.config.validateStatus;i.status&&u&&!u(i.status)?t(r("Request failed with status code "+i.status,i.config,null,i.request,i)):n(i)}},function(n,t,i){"use strict";var r=i(11);n.exports=function(n,t,i,u,f){var e=new Error(n);return r(e,t,i,u,f)}},function(n){"use strict";n.exports=function(n,t,i,r,u){return n.config=t,i&&(n.code=i),n.request=r,n.response=u,n}},function(n,t,i){"use strict";function u(n){return encodeURIComponent(n).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var r=i(2);n.exports=function(n,t,i){var f,e;return t?(i?f=i(t):r.isURLSearchParams(t)?f=t.toString():(e=[],r.forEach(t,function(n,t){null!==n&&"undefined"!=typeof n&&(r.isArray(n)&&(t+="[]"),r.isArray(n)||(n=[n]),r.forEach(n,function(n){r.isDate(n)?n=n.toISOString():r.isObject(n)&&(n=JSON.stringify(n));e.push(u(t)+"="+u(n))}))}),f=e.join("&")),f&&(n+=(n.indexOf("?")===-1?"?":"&")+f),n):n}},function(n,t,i){"use strict";var r=i(2);n.exports=function(n){var t,u,f,i={};return n?(r.forEach(n.split("\n"),function(n){f=n.indexOf(":");t=r.trim(n.substr(0,f)).toLowerCase();u=r.trim(n.substr(f+1));t&&(i[t]=i[t]?i[t]+", "+u:u)}),i):i}},function(n,t,i){"use strict";var r=i(2);n.exports=r.isStandardBrowserEnv()?function(){function i(t){var i=t;return u&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}var t,u=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");return t=i(window.location.href),function(n){var u=r.isString(n)?i(n):n;return u.protocol===t.protocol&&u.host===t.host}}():function(){return function(){return!0}}()},function(n){"use strict";function t(){this.message="String contains an invalid character"}function i(n){for(var u,f,e=String(n),o="",i=0,s=r;e.charAt(0|i)||(s="=",i%1);o+=s.charAt(63&u>>8-i%1*8)){if(f=e.charCodeAt(i+=.75),f>255)throw new t;u=u<<8|f}return o}var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";t.prototype=new Error;t.prototype.code=5;t.prototype.name="InvalidCharacterError";n.exports=i},function(n,t,i){"use strict";var r=i(2);n.exports=r.isStandardBrowserEnv()?function(){return{write:function(n,t,i,u,f,e){var o=[];o.push(n+"="+encodeURIComponent(t));r.isNumber(i)&&o.push("expires="+new Date(i).toGMTString());r.isString(u)&&o.push("path="+u);r.isString(f)&&o.push("domain="+f);e===!0&&o.push("secure");document.cookie=o.join("; ")},read:function(n){var t=document.cookie.match(new RegExp("(^|;\\s*)("+n+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(n){this.write(n,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},function(n,t,i){"use strict";function r(){this.handlers=[]}var u=i(2);r.prototype.use=function(n,t){return this.handlers.push({fulfilled:n,rejected:t}),this.handlers.length-1};r.prototype.eject=function(n){this.handlers[n]&&(this.handlers[n]=null)};r.prototype.forEach=function(n){u.forEach(this.handlers,function(t){null!==t&&n(t)})};n.exports=r},function(n,t,i){"use strict";function r(n){n.cancelToken&&n.cancelToken.throwIfRequested()}var f=i(2),u=i(19),e=i(20),o=i(6);n.exports=function(n){r(n);n.headers=n.headers||{};n.data=u(n.data,n.headers,n.transformRequest);n.headers=f.merge(n.headers.common||{},n.headers[n.method]||{},n.headers||{});f.forEach(["delete","get","head","post","put","patch","common"],function(t){delete n.headers[t]});var t=n.adapter||o.adapter;return t(n).then(function(t){return r(n),t.data=u(t.data,t.headers,n.transformResponse),t},function(t){return e(t)||(r(n),t&&t.response&&(t.response.data=u(t.response.data,t.response.headers,n.transformResponse))),Promise.reject(t)})}},function(n,t,i){"use strict";var r=i(2);n.exports=function(n,t,i){return r.forEach(i,function(i){n=i(n,t)}),n}},function(n){"use strict";n.exports=function(n){return!(!n||!n.__CANCEL__)}},function(n){"use strict";n.exports=function(n){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(n)}},function(n){"use strict";n.exports=function(n,t){return t?n.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):n}},function(n){"use strict";function t(n){this.message=n}t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")};t.prototype.__CANCEL__=!0;n.exports=t},function(n,t,i){"use strict";function r(n){var i,t;if("function"!=typeof n)throw new TypeError("executor must be a function.");this.promise=new Promise(function(n){i=n});t=this;n(function(n){t.reason||(t.reason=new u(n),i(t.reason))})}var u=i(23);r.prototype.throwIfRequested=function(){if(this.reason)throw this.reason;};r.source=function(){var n,t=new r(function(t){n=t});return{token:t,cancel:n}};n.exports=r},function(n){"use strict";n.exports=function(n){return function(t){return n.apply(null,t)}}}])})