!function(){varh,n={exports:{}}.exports=L;h="object"==typeofprocess&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?function(){varr=Array.prototype.slice.call(arguments,0);r.unshift("SEMVER"),console.log.apply(console,r)}:function(){},n.SEMVER_SPEC_VERSION="2.0.0";vari=256,o=Number.MAX_SAFE_INTEGER||9007199254740991,c=n.re=[],r=n.src=[],e=0,t=e++;r[t]="0|[1-9]\\d*";vars=e++;r[s]="[0-9]+";vara=e++;r[a]="\\d*[a-zA-Z-][a-zA-Z0-9-]*";varp=e++;r[p]="("+r[t]+")\\.("+r[t]+")\\.("+r[t]+")";varu=e++;r[u]="("+r[s]+")\\.("+r[s]+")\\.("+r[s]+")";varl=e++;r[l]="(?:"+r[t]+"|"+r[a]+")";varf=e++;r[f]="(?:"+r[s]+"|"+r[a]+")";varv=e++;r[v]="(?:-("+r[l]+"(?:\\."+r[l]+")*))";varm=e++;r[m]="(?:-?("+r[f]+"(?:\\."+r[f]+")*))";varg=e++;r[g]="[0-9A-Za-z-]+";varw=e++;r[w]="(?:\\+("+r[g]+"(?:\\."+r[g]+")*))";vary=e++,d="v?"+r[p]+r[v]+"?"+r[w]+"?";r[y]="^"+d+"$";varj="[v=\\s]*"+r[u]+r[m]+"?"+r[w]+"?",E=e++;r[E]="^"+j+"$";varb=e++;r[b]="((?:<|>)?=?)";var$=e++;r[$]=r[s]+"|x|X|\\*";vark=e++;r[k]=r[t]+"|x|X|\\*";varR=e++;r[R]="[v=\\s]*("+r[k]+")(?:\\.("+r[k]+")(?:\\.("+r[k]+")(?:"+r[v]+")?"+r[w]+"?)?)?";varS=e++;r[S]="[v=\\s]*("+r[$]+")(?:\\.("+r[$]+")(?:\\.("+r[$]+")(?:"+r[m]+")?"+r[w]+"?)?)?";varx=e++;r[x]="^"+r[b]+"\\s*"+r[R]+"$";varI=e++;r[I]="^"+r[b]+"\\s*"+r[S]+"$";varT=e++;r[T]="(?:~>?)";varV=e++;r[V]="(\\s*)"+r[T]+"\\s+",c[V]=newRegExp(r[V],"g");varA=e++;r[A]="^"+r[T]+r[R]+"$";varC=e++;r[C]="^"+r[T]+r[S]+"$";varN=e++;r[N]="(?:\\^)";varM=e++;r[M]="(\\s*)"+r[N]+"\\s+",c[M]=newRegExp(r[M],"g");var_=e++;r[_]="^"+r[N]+r[R]+"$";varD=e++;r[D]="^"+r[N]+r[S]+"$";varX=e++;r[X]="^"+r[b]+"\\s*("+j+")$|^$";varz=e++;r[z]="^"+r[b]+"\\s*("+d+")$|^$";varG=e++;r[G]="(\\s*)"+r[b]+"\\s*("+j+"|"+r[R]+")",c[G]=newRegExp(r[G],"g");varO=e++;r[O]="^\\s*("+r[R]+")\\s+-\\s+("+r[R]+")\\s*$";varP=e++;r[P]="^\\s*("+r[S]+")\\s+-\\s+("+r[S]+")\\s*$";varZ=e++;r[Z]="(<|>)?=?\\s*\\*";for(varq=0;q<34;q++)h(q,r[q]),c[q]||(c[q]=newRegExp(r[q]));functionB(r,e){if(rinstanceofL)returnr;if("string"!=typeofr)returnnull;if(r.length>i)returnnull;if(!(e?c[E]:c[y]).test(r))returnnull;try{returnnewL(r,e)}catch(r){returnnull}}functionL(r,e){if(rinstanceofL){if(r.loose===e)returnr;r=r.version}elseif("string"!=typeofr)thrownewTypeError("Invalid Version: "+r);if(r.length>i)thrownewTypeError("version is longer than "+i+" characters");if(!(thisinstanceofL))returnnewL(r,e);h("SemVer",r,e),this.loose=e;vart=r.trim().match(e?c[E]:c[y]);if(!t)thrownewTypeError("Invalid Version: "+r);if(this.raw=r,this.major=+t[1],this.minor=+t[2],this.patch=+t[3],this.major>o||this.major<0)thrownewTypeError("Invalid major version");if(this.minor>o||this.minor<0)thrownewTypeError("Invalid minor version");if(this.patch>o||this.patch<0)thrownewTypeError("Invalid patch version");t[4]?this.prerelease=t[4].split(".").map(function(r){if(/^[0-9]+$/.test(r)){vare=+r;if(0<=e&&e<o)returne}returnr}):this.prerelease=[],this.build=t[5]?t[5].split("."):[],this.format()}n.parse=B,n.valid=function(r,e){vart=B(r,e);returnt?t.version:null},n.clean=function(r,e){vart=B(r.trim().replace(/^[=v]+/,""),e);returnt?t.version:null},window.semver=n.SemVer=L,L.prototype.format=function(){returnthis.version=this.major+"."+this.minor+"."+this.patch,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version},L.prototype.inspect=function(){return'<SemVer "'+this+'">'},L.prototype.toString=function(){returnthis.version},L.prototype.compare=function(r){returnh("SemVer.compare",this.version,this.loose,r),rinstanceofL||(r=newL(r,this.loose)),this.compareMain(r)||this.comparePre(r)},L.prototype.compareMain=function(r){returnrinstanceofL||(r=newL(r,this.loose)),F(this.major,r.major)||F(this.minor,r.minor)||F(this.patch,r.patch)},L.prototype.comparePre=function(r){if(rinstanceofL||(r=newL(r,this.loose)),this.prerelease.length&&!r.prerelease.length)return-1;if(!this.prerelease.length&&r.prerelease.length)return1;if(!this.prerelease.length&&!r.prerelease.length)return0;vare=0;do{vart=this.prerelease[e],n