diff --git a/liascript/README.md b/liascript/README.md deleted file mode 100644 index 9a045a8..0000000 --- a/liascript/README.md +++ /dev/null @@ -1,39 +0,0 @@ - - - -# Test - - -| Header 1 | Header 2 | -| :------- | :------------------------------------- | -| Item 1 | Item 2 | -| Item 5 | Item 6 | -| Item 9 | Item 10 | -| Item 13 | Item 14 | - - -This is text with some inline math like $2$ and $f=2x+87$ and this: $230$. - -# Test - -This is text with some inline math like $2$ and $f=2x+87$ and this: $230$. - - -# Test - -This is text with some inline math like $2$ and $f=2x+87$ and this: $230$. \ No newline at end of file diff --git a/liascript/index.1a9559a5.js b/liascript/index.1a9559a5.js new file mode 100644 index 0000000..c07ceaf --- /dev/null +++ b/liascript/index.1a9559a5.js @@ -0,0 +1 @@ +(function(){function $parcel$export(r,e,n,t){Object.defineProperty(r,e,{get:n,set:t,enumerable:!0,configurable:!0})}var $parcel$global="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},$parcel$modules={},$parcel$inits={},parcelRequire=$parcel$global.parcelRequirea18f;null==parcelRequire&&(parcelRequire=function(r){if(r in $parcel$modules)return $parcel$modules[r].exports;if(r in $parcel$inits){var e=$parcel$inits[r];delete $parcel$inits[r];var n={id:r,exports:{}};return $parcel$modules[r]=n,e.call(n.exports,n,n.exports),n.exports}var t=new Error("Cannot find module '"+r+"'");throw t.code="MODULE_NOT_FOUND",t},parcelRequire.register=function(r,e){$parcel$inits[r]=e},$parcel$global.parcelRequirea18f=parcelRequire),parcelRequire.register("eX2dU",(function(r,e){var n,t;$parcel$export(r.exports,"register",(function(){return n}),(function(r){return n=r})),$parcel$export(r.exports,"resolve",(function(){return t}),(function(r){return t=r}));var a={};n=function(r){for(var e=Object.keys(r),n=0;n{switch(event.data.cmd){case"jit":window.LIA.jit?(window.LIA.scrollUpOnMain=!1,window.LIA.focusOnMain=!1,window.LIA.jit(event.data.param)):console.warn("window.LIA.jit not defined");break;case"compile":window.LIA.compile?(window.LIA.scrollUpOnMain=!1,window.LIA.focusOnMain=!1,window.LIA.compile(event.data.param)):console.warn("window.LIA.compile not defined");case"goto":window.LIA.gotoLine(event.data.param);break;case"reload":window.location.reload();break;case"responsivevoice":window.LIA.injectResposivevoice(event.data.param);break;case"base":const base=document.createElement("base");base.href=event.data.param,document.head.appendChild(base);break;case"inject":window.injectHandler?window.injectHandler(event.data.param):console.warn("no injectHandler defined");break;case"eval":try{eval(event.data.param)}catch(r){console.warn("liascript error: ",event.data.param,r)}break;default:console.warn("could not handle event: ",event)}}))}))})),parcelRequire.register("hEDyF",(function(r,e){$parcel$export(r.exports,"LiaScript",(function(){return g}));var n=parcelRequire("5NzU2"),t=parcelRequire("jofQX");parcelRequire("friGX");var a=parcelRequire("3gU5S"),u=parcelRequire("aS3rZ"),i=parcelRequire("cLx6L"),c=parcelRequire("7dNT3"),o=parcelRequire("dUxBp"),s=parcelRequire("enSV9"),f=parcelRequire("a4mqT"),l=parcelRequire("ah1tS"),h=parcelRequire("7x3Ep"),b=parcelRequire("lzA4n"),d=parcelRequire("eK6wW"),v=parcelRequire("d9MSj"),p=parcelRequire("2mDT7");parcelRequire("c4WAo").initGlobals(),window.LIA.injectResposivevoice=b.inject;class g{constructor(r,e=!1,u=!1,i=null,c=null,o=!1){window.LIA.debug=u,this.app=n.Elm.Main.init({flags:{courseUrl:window.LIA.defaultCourseURL||i,script:c,settings:r.getSettings(),seed:Math.round(1e7*Math.random()),screen:{width:window.innerWidth,height:window.innerHeight},hasShareAPI:s.default.isSupported(),hasIndex:r.hasIndex(),sync:{support:h.default.supported,enabled:e},hideURL:o}}),this.app.ports.copyToClipboard.subscribe((r=>{try{navigator.clipboard.writeText(r)}catch(r){console.warn("Failed to copy: ",r.message)}}));const f=this.app.ports.event2elm.send,l=function(r){r.reply&&(window.LIA.debug&&t.default.info(`LIA <<< (${r.track}) :`,r.message),f(r))};window.LIA.send=l,this.connector=r,this.initEventSystem(document.body,this.app.ports.event2js.subscribe,l);let b=this;window.LIA.img.load=(r,e,n)=>{b.app.ports.media.send([r,e,n])},window.LIA.img.click=r=>{0===document.getElementsByClassName("lia-modal").length&&b.app.ports.media.send([r,null,null])},window.LIA.showFootnote=r=>{b.app.ports.footnote.send(r)},window.LIA.goto=r=>{l({reply:!0,track:[["goto",-1]],service:"",message:{cmd:"goto",param:r}})},window.LIA.jit=this.app.ports.jit.send,window.LIA.compile=this.app.ports.compile.send,window.LIA.gotoLine=function(r){l({reply:!0,track:[["gotoLine",-1]],service:"",message:{cmd:"gotoLine",param:r}})},window.LIA.gotoNext=()=>{l({reply:!0,track:[["goto",-1]],service:"",message:{cmd:"next",param:null}})},window.LIA.gotoPrevious=()=>{l({reply:!0,track:[["goto",-1]],service:"",message:{cmd:"prev",param:null}})},a.initTooltip()}reset(){this.app.ports.event2elm.send({track:[{topic:"reset",id:null}],message:null})}initEventSystem(r,e,n){t.default.info("initEventSystem"),i.default.init(n,this.connector),b.Service.init(n),o.default.init(n),l.default.init(r,n),d.default.init(n),h.default.init(n),v.default.init(n),p.default.init(n,i.default);let a=this.connector;e((r=>{switch(window.LIA.debug&&t.default.info(`LIA >>> (${JSON.stringify(r.track)})`,r.service,r.message),r.service){case i.default.PORT:i.default.handle(r);break;case f.default.PORT:r.message.param.slide&&a.slide(r.message.param.slide),f.default.handle(r);break;case b.Service.PORT:b.Service.handle(r);break;case o.default.PORT:o.default.handle(r);break;case u.default.PORT:u.default.handle(r);break;case h.default.PORT:h.default.handle(r);break;case s.default.PORT:s.default.handle(r);break;case c.Service.PORT:c.Service.handle(r);break;case d.default.PORT:d.default.handle(r);break;case v.default.PORT:v.default.handle(r);break;case p.default.PORT:p.default.handle(r);break;default:console.warn("Unknown Service => ",r)}}))}}})),parcelRequire.register("5NzU2",(function(r,e){!function(r){"use strict";function e(r,e,n){this.gW=r,this.aE=e,this.aB=n}function n(r,e,n,t,a){this.cv=r,this.gy=e,this.cH=n,this.cF=t,this.h_=a}function t(r,e,n,t){this.e3=r,this.e4=e,this.e2=n,this.gq=t}function a(r,e){this.e2=r,this.gq=e}function u(r,e,n,t){this.eZ=r,this.hS=e,this.hT=n,this.gp=t}function i(r,e){this.hF=r,this.N=e}function c(r,e){this.hu=r,this.N=e}function o(r,e,n,t,a,u){this.aI=r,this.dt=e,this.aS=n,this.d6=t,this.ec=a,this.Q=u}function s(r,e,n,t,a,u,i,c,o,s,f){this.fv=r,this.bX=e,this.dy=n,this.b7=t,this.gL=a,this.hk=u,this.d8=i,this.hH=c,this.N=o,this.cw=s,this.eO=f}function f(r,e,n,t){this.b4=r,this.cr=e,this.hI=n,this.eZ=t}function l(r,e,n,t){this.gW=r,this.co=e,this.hG=n,this.id=t}function h(r,e,n){this.cO=r,this.c1=e,this.bw=n}function b(r,e,n,t){this.dy=r,this.bo=e,this.g9=n,this.hY=t}function d(r,e,n,t,a){this.fC=r,this.dc=e,this.gz=n,this.gB=t,this.dP=a}function v(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d,v,p,g,m,w,$,y){this.fg=r,this.fh=e,this.fk=n,this.cZ=t,this.fJ=a,this.fK=u,this.f1=i,this.dk=c,this.bh=o,this.gG=s,this.gN=f,this.gQ=l,this.dJ=h,this.gZ=b,this.g1=d,this.hd=v,this.hy=p,this.et=g,this.$8=m,this.ii=w,this.eW=$,this.bA=y}function p(r,e){this.gB=r,this.bp=e}function g(r,e){this.ci=r,this.cl=e}function m(r,e){this.ew=r,this.ij=e}function w(r,e,n){this.dC=r,this.dD=e,this.d7=n}function $(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d,v,p,g,m,w,$,y){this.cK=r,this.cN=e,this.bH=n,this.fG=t,this.c8=a,this.dh=u,this.gm=i,this.ds=c,this.gz=o,this.gF=s,this.gM=f,this.gZ=l,this.ex=h,this.eD=b,this.eE=d,this.eK=v,this.h0=p,this.h2=g,this.ao=m,this.eR=w,this.eU=$,this.cE=y}function y(r,e){this.ch=r,this.ik=e}function k(r,e){this.hp=r,this.hX=e}function x(r,e,n,t){this.fv=r,this.fE=e,this.hr=n,this.h$=t}function _(r,e,n){this.he=r,this.cu=e,this.eJ=n}function S(r,e,n,t,a,u,i){this.fH=r,this.dc=e,this.d4=n,this.bt=t,this.bw=a,this.cw=u,this.h0=i}function T(r,e){this.e3=r,this.e4=e}function E(r,e){this.gq=r,this.e2=e}function A(r,e,n,t,a,u,i){this.H=r,this.aK=e,this.aL=n,this.gZ=t,this.cj=a,this.I=u,this.N=i}function q(r,e,n){this.V=r,this.az=e,this.aD=n}function R(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d,v,p,g,m,w,$,y,k,x,_,S,T){this.a3=r,this.cQ=e,this.bH=n,this.fP=t,this.dc=a,this.b1=u,this.b5=i,this.b6=c,this.gV=o,this.dP=s,this.hi=f,this.d1=l,this.d2=h,this.ch=b,this.ht=d,this.cp=v,this.cq=p,this.cs=g,this.hE=m,this.ct=w,this.aW=$,this.ev=y,this.h0=k,this.ia=x,this.cD=_,this.$8=S,this.eZ=T}function L(r,e,n){this.cX=r,this.gO=e,this.hR=n}function I(r,e){this.f6=r,this.b_=e}function B(r,e,n,t,a){this.ar=r,this.f_=e,this.gD=n,this.eE=t,this.e1=a}function C(r,e,n){this.f0=r,this.hh=e,this.eB=n}function z(r,e,n){this.fm=r,this.gj=e,this.gC=n}function D(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d,v,p,g,m,w){this.S=r,this.cQ=e,this.fw=n,this.c5=t,this.fO=a,this.fX=u,this.bM=i,this.fZ=c,this.be=o,this.di=s,this.bV=f,this.gx=l,this.dx=h,this.gB=b,this.ck=d,this.cs=v,this.aW=p,this.cy=g,this.cz=m,this.cB=w}function j(r,e,n,t,a){this.ff=r,this.cN=e,this.c_=n,this.e$=t,this.e1=a}function P(r,e){this.c_=r,this.g1=e}function M(r,e,n){this.cN=r,this.aA=e,this.e$=n}function N(r,e,n){this.fH=r,this.gB=e,this.cj=n}function H(r,e,n,t,a,u){this.e9=r,this.bD=e,this.fN=n,this.a_=t,this.eX=a,this.im=u}function F(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d,v){this.bF=r,this.c0=e,this.c7=n,this.bM=t,this.gB=a,this.bk=u,this.dB=i,this.dQ=c,this.ce=o,this.ei=s,this.em=f,this.en=l,this.aV=h,this.cF=b,this.eY=d,this.a1=v}function Z(r,e,n,t,a,u){this.fl=r,this.c_=e,this.f3=n,this.gv=t,this.ho=a,this.ip=u}function V(r,e){this.hh=r,this.eB=e}function U(r,e,n,t){this.fv=r,this.de=e,this.g_=n,this.eO=t}function O(r,e,n,t,a,u,i,c){this.fc=r,this.fn=e,this.df=n,this.gp=t,this.gX=a,this.h9=u,this.ie=i,this.eZ=c}function X(r,e,n,t,a,u,i){this.fn=r,this.df=e,this.gp=n,this.gX=t,this.h9=a,this.ie=u,this.eZ=i}function G(r,e,n){this.fH=r,this.gv=e,this.cC=n}function W(r,e){this.df=r,this.eZ=e}function Q(r,e,n,t){this.fv=r,this.fX=e,this.gx=n,this.ia=t}function J(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d,v,p,g,m,w,$){this.fn=r,this.fv=e,this.fw=n,this.fP=t,this.fX=a,this.fZ=u,this.dc=i,this.bT=c,this.di=o,this.bV=s,this.gv=f,this.gx=l,this.hl=h,this.ch=b,this.ck=d,this.aW=v,this.cy=p,this.cz=g,this.cB=m,this.ia=w,this.e1=$}function K(r,e){this.hh=r,this.cw=e}function Y(r,e,n){this.gB=r,this.hD=e,this.e1=n}function rr(r,e,n,t,a){this.ff=r,this.bS=e,this.gv=n,this.gA=t,this.hV=a}function er(r,e,n){this.gt=r,this.gv=e,this.hr=n}function nr(r,e,n,t,a,u,i,c){this.f5=r,this.gs=e,this.hg=n,this.hn=t,this.hC=a,this.hP=u,this.cw=i,this.ih=c}function tr(r,e,n,t){this.bm=r,this.ei=e,this.ab=n,this.e3=t}function ar(r,e,n,t){this.cY=r,this.dH=e,this.ek=n,this.ev=t}function ur(r,e,n,t,a){this.cY=r,this.dj=e,this.ek=n,this.ev=t,this.eL=a}function ir(r,e){this.dK=r,this.dO=e}function cr(r,e,n,t,a,u,i){this.fR=r,this.gJ=e,this.ia=n,this.it=t,this.iu=a,this.ix=u,this.iy=i}function or(r,e,n,t){this.ff=r,this.fv=e,this.gF=n,this.dT=t}function sr(r,e,n){this.bd=r,this.aP=e,this.ei=n}function fr(r,e,n,t){this.bd=r,this.ay=e,this.bp=n,this.aP=t}function lr(r,e,n,t,a){this.fv=r,this.gh=e,this.gF=n,this.dT=t,this.e1=a}function hr(r,e,n,t,a,u,i,c,o,s,f,l,h){this.ff=r,this.f7=e,this.bQ=n,this.dg=t,this.b8=a,this.dI=u,this.hx=i,this.en=c,this.eM=o,this.h1=s,this.eP=f,this.bA=l,this.bB=h}function br(r,e){this.gv=r,this.gV=e}function dr(r,e,n){this.gp=r,this.hh=e,this.eB=n}function vr(r,e,n,t){this.f4=r,this.hC=e,this.cw=n,this.hZ=t}function pr(r,e){this.gv=r,this.h$=e}function gr(r,e,n,t,a,u){this.fn=r,this.ft=e,this.gf=n,this.gn=t,this.gv=a,this.hQ=u}function mr(r,e,n){this.cX=r,this.fQ=e,this.fT=n}function wr(r,e){this.gv=r,this.h5=e}function $r(r,e){this.hC=r,this.cw=e}function yr(r,e,n,t){this.gq=r,this.g$=e,this.hV=n,this.e2=t}function kr(r,e,n,t,a,u,i){this.fd=r,this.fx=e,this.ge=n,this.gP=t,this.h7=a,this.h8=u,this.$9=i}function xr(r,e,n,t){this.fz=r,this.f8=e,this.by=n,this.im=t}function _r(r,e){this.fu=r,this.gv=e}function Sr(r,e,n){this.au=r,this.W=e,this.gB=n}function Tr(r,e,n,t){this.gv=r,this.dA=e,this.aV=n,this.a1=t}function Er(r,e,n,t){this.fn=r,this.fZ=e,this.dc=n,this.gv=t}function Ar(r,e,n,t,a,u,i,c,o,s,f,l){this.fn=r,this.fw=e,this.fZ=n,this.dc=t,this.bT=a,this.di=u,this.bV=i,this.gv=c,this.ck=o,this.cy=s,this.cz=f,this.cB=l}function qr(r,e,n){this.dp=r,this.gl=e,this.cF=n}function Rr(r,e,n){this.fv=r,this.hr=e,this.h$=n}function Lr(r,e,n,t,a,u){this.fx=r,this.bQ=e,this.gv=n,this.eb=t,this.et=a,this.cw=u}function Ir(r,e){this.cj=r,this.eu=e}function Br(r,e){this.cX=r,this.ej=e}function Cr(r,e,n,t){this.fx=r,this.gv=e,this.gW=n,this.il=t}function zr(r,e,n,t){this.cO=r,this.c1=e,this.d4=n,this.bw=t}function Dr(r,e,n){this.h6=r,this.ia=e,this.eZ=n}function jr(r,e){this.a3=r,this.bs=e}function Pr(r,e,n,t){this.fP=r,this.g_=e,this.X=n,this.h0=t}function Mr(r,e,n){this.cZ=r,this.fY=e,this.ia=n}function Nr(r,e,n,t,a,u,i,c,o){this.a3=r,this.fi=e,this.gm=n,this.hf=t,this.hi=a,this.ht=u,this.aW=i,this.ev=c,this.eZ=o}function Hr(r,e,n,t){this.a3=r,this.hi=e,this.ht=n,this.eZ=t}function Fr(r,e,n){this.fn=r,this.cC=e,this.cG=n}function Zr(r,e,n){this.fn=r,this.gv=e,this.cC=n}function Vr(r,e,n,t){this.e9=r,this.gv=e,this.gH=n,this.io=t}function Ur(r,e){this.fP=r,this.ia=e}function Or(r,e){this.eZ=r,this.bA=e}function Xr(r,e){this.fk=r,this.g_=e}function Gr(r,e,n,t,a,u){this.e9=r,this.ha=e,this.hh=n,this.hm=t,this.aS=a,this.cw=u}function Wr(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d,v){this.dk=r,this.ds=e,this.gB=n,this.gF=t,this.gM=a,this.gV=u,this.dW=i,this.hD=c,this.ey=o,this.eE=s,this.h0=f,this.ao=l,this.eR=h,this.ig=b,this.cH=d,this.e1=v}function Qr(r,e,n,t,a){this.G=r,this.P=e,this.aM=n,this.ej=t,this.N=a}function Jr(r,e,n,t,a){this.a7=r,this.fW=e,this.dq=n,this.gT=t,this.bA=a}function Kr(r,e,n,t,a){this.bE=r,this.c6=e,this.gi=n,this.b3=t,this.gZ=a}function Yr(r,e){this.aO=r,this.bA=e}function re(r,e,n,t){this.fN=r,this.bP=e,this.gF=n,this.b9=t}function ee(r,e,n){this.gF=r,this.dT=e,this.eV=n}function ne(r,e,n){this.gF=r,this.h6=e,this.ip=n}function te(r,e){this.ak=r,this.e2=e}function ae(r,e,n,t){this.bg=r,this.X=e,this._=n,this.ia=t}function ue(r,e,n,t){this.c$=r,this.dd=e,this.d8=n,this.eZ=t}function ie(r,e,n,t,a,u,i,c,o,s,f,l,h,b){this.dk=r,this.ds=e,this.gF=n,this.gM=t,this.gV=a,this.gZ=u,this.hD=i,this.ey=c,this.eE=o,this.h0=s,this.ao=f,this.eR=l,this.ig=h,this.e1=b}function ce(r,e,n){this.X=r,this._=e,this.ia=n}function oe(r,e,n,t){this.bH=r,this.bZ=e,this.gF=n,this._=t}function se(r,e,n,t,a,u,i){this.e9=r,this.aG=e,this.ag=n,this.X=t,this.aU=a,this.a_=u,this.im=i}function fe(r,e,n,t){this.e9=r,this.ag=e,this.X=n,this.im=t}function le(r,e,n,t,a){this.cN=r,this.dr=e,this.gv=n,this.g1=t,this.ig=a}function he(r,e,n,t,a){this.cN=r,this.gF=e,this.ew=n,this.bz=t,this.cE=a}function be(r,e,n,t,a,u,i){this.e8=r,this.gM=e,this.gR=n,this.gZ=t,this.cr=a,this.et=u,this.cH=i}function de(r,e,n,t,a,u){this.e9=r,this.fB=e,this.gv=n,this.hm=t,this.hr=a,this.cw=u}function ve(r,e,n,t,a,u,i,c,o,s){this.ff=r,this.ad=e,this.at=n,this.bQ=t,this.av=a,this.b$=u,this.aw=i,this.ax=c,this.h0=o,this.ao=s}function pe(r,e,n,t,a,u,i,c){this.ad=r,this.at=e,this.av=n,this.aw=t,this.ax=a,this.gF=u,this.h0=i,this.ao=c}function ge(r,e,n,t,a,u,i){this.gv=r,this.gF=e,this.en=n,this.h0=t,this.eP=a,this.bB=u,this.e_=i}function me(r,e,n,t){this.fB=r,this.dr=e,this.X=n,this.eB=t}function we(r,e,n,t){this.e9=r,this.gv=e,this.ew=n,this.ia=t}function $e(r,e,n,t,a,u,i){this.ft=r,this.fB=e,this.he=n,this.hn=t,this.hr=a,this.hN=u,this.cw=i}function ye(r,e,n){this.ff=r,this.gF=e,this.gM=n}function ke(r,e,n){this.e7=r,this.hw=e,this.im=n}function xe(r,e,n,t,a,u,i,c){this.cX=r,this.gf=e,this.gv=n,this.b2=t,this.gF=a,this.hQ=u,this.cw=i,this.cI=c}function _e(r,e,n,t,a){this.gR=r,this.e3=e,this.iu=n,this.e4=t,this.iy=a}function Se(r,e){this.dK=r,this.dT=e}function Te(r,e,n){this.fp=r,this.fH=e,this.gE=n}function Ee(r,e,n,t,a,u){this.fv=r,this.ad=e,this.gF=n,this.g_=t,this.h0=a,this.ao=u}function Ae(r,e,n,t,a,u){this.d3=r,this.cg=e,this.eS=n,this.eT=t,this.e3=a,this.e4=u}function qe(r,e,n){this.gW=r,this.aB=e,this.aE=n}function Re(r,e){this.fg=r,this.a8=e}function Le(r,e,n,t,a){this.f_=r,this.gF=e,this.ev=n,this.ey=t,this.bz=a}function Ie(r,e,n,t,a,u,i,c,o){this.c9=r,this.dk=e,this.gv=n,this.gF=t,this.gM=a,this.gV=u,this.gZ=i,this.eR=c,this.ig=o}function Be(r,e){this.e9=r,this.bZ=e}function Ce(r,e){this.fn=r,this.ia=e}function ze(r,e,n,t,a,u){this.gy=r,this.hb=e,this.hc=n,this.h_=t,this.cF=a,this.cH=u}function De(r,e,n,t,a,u,i,c,o){this.bI=r,this.bX=e,this.bf=n,this.aJ=t,this.cr=a,this.aV=u,this.aW=i,this.ev=c,this.h0=o}function je(r,e){var n=r.$c();return n.aI=e,n}function Pe(r,e){var n=r.$c();return n.d7=e,n}function Me(r,e){var n=r.$c();return n.id=e,n}function Ne(r,e,n){var t=r.$c();return t.cj=e,t.gB=n,t}function He(r,e){var n=r.$c();return n.dJ=e,n}function Fe(r,e){var n=r.$c();return n.fm=e,n}function Ze(r,e){var n=r.$c();return n.gB=e,n}function Ve(r,e){var n=r.$c();return n.c_=e,n}function Ue(r,e){var n=r.$c();return n.ar=e,n}function Oe(r,e){var n=r.$c();return n.fZ=e,n}function Xe(r,e){var n=r.$c();return n.cj=e,n}function Ge(r,e){var n=r.$c();return n.c5=e,n}function We(r,e){var n=r.$c();return n.S=e,n}function Qe(r,e){var n=r.$c();return n.gD=e,n}function Je(r,e,n){var t=r.$c();return t.c_=e,t.gv=n,t}function Ke(r,e){var n=r.$c();return n.fg=e,n}function Ye(r,e){var n=r.$c();return n.gZ=e,n}function rn(r,e){var n=r.$c();return n.dc=e,n}function en(r,e){var n=r.$c();return n.f8=e,n}function nn(r,e){var n=r.$c();return n.h0=e,n}function tn(r,e){var n=r.$c();return n.fz=e,n}function an(r,e,n){var t=r.$c();return t.dx=e,t.gx=n,t}function un(r,e){var n=r.$c();return n.ck=e,n}function cn(r,e){var n=r.$c();return n.ab=e,n}function on(r,e){var n=r.$c();return n.ei=e,n}function sn(r,e){var n=r.$c();return n.bp=e,n}function fn(r,e){var n=r.$c();return n.f6=e,n}function ln(r,e){var n=r.$c();return n.fw=e,n}function hn(r,e){var n=r.$c();return n.b_=e,n}function bn(r,e){var n=r.$c();return n.bV=e,n}function dn(r,e){var n=r.$c();return n.cy=e,n}function vn(r,e){var n=r.$c();return n.cz=e,n}function pn(r,e){var n=r.$c();return n.ct=e,n}function gn(r,e){var n=r.$c();return n.e1=e,n}function mn(r,e){var n=r.$c();return n.ch=e,n}function wn(r,e,n){var t=r.$c();return t.b8=e,t.bA=n,t}function $n(r,e){var n=r.$c();return n.fv=e,n}function yn(r,e){var n=r.$c();return n.bQ=e,n}function kn(r,e,n){var t=r.$c();return t.eP=e,t.en=n,t}function xn(r,e,n){var t=r.$c();return t.W=e,t.gB=n,t}function _n(r,e){var n=r.$c();return n.eP=e,n}function Sn(r,e){var n=r.$c();return n.gh=e,n}function Tn(r,e){var n=r.$c();return n.eM=e,n}function En(r,e){var n=r.$c();return n.b8=e,n}function An(r,e){var n=r.$c();return n.e9=e,n}function qn(r,e){var n=r.$c();return n.im=e,n}function Rn(r,e){var n=r.$c();return n.cF=e,n}function Ln(r,e,n){var t=r.$c();return t.eY=e,t.gB=n,t}function In(r,e){var n=r.$c();return n.eE=e,n}function Bn(r,e,n,t,a){var u=r.$c();return u.f5=e,u.hP=n,u.hn=t,u.ih=a,u}function Cn(r,e){var n=r.$c();return n.cw=e,n}function zn(r,e){var n=r.$c();return n.hZ=e,n}function Dn(r,e){var n=r.$c();return n.f4=e,n}function jn(r,e){var n=r.$c();return n.hC=e,n}function Pn(r,e){var n=r.$c();return n.cB=e,n}function Mn(r,e){var n=r.$c();return n.bT=e,n}function Nn(r,e){var n=r.$c();return n.he=e,n}function Hn(r,e){var n=r.$c();return n.Q=e,n}function Fn(r,e){var n=r.$c();return n.eZ=e,n}function Zn(r,e){var n=r.$c();return n.bH=e,n}function Vn(r,e){var n=r.$c();return n.fH=e,n}function Un(r,e){var n=r.$c();return n.cu=e,n}function On(r,e,n,t){var a=r.$c();return a.bt=e,a.cw=n,a.dc=t,a}function Xn(r,e){var n=r.$c();return n.bw=e,n}function Gn(r,e,n){var t=r.$c();return t.Q=e,t.aI=n,t}function Wn(r,e){var n=r.$c();return n.cE=e,n}function Qn(r,e){var n=r.$c();return n.e4=e,n}function Jn(r,e){var n=r.$c();return n.e3=e,n}function Kn(r,e){var n=r.$c();return n.gq=e,n}function Yn(r,e){var n=r.$c();return n.e2=e,n}function rt(r,e){var n=r.$c();return n.V=e,n}function et(r,e){var n=r.$c();return n.h2=e,n}function nt(r,e){var n=r.$c();return n.ev=e,n}function tt(r,e,n){var t=r.$c();return t.ev=e,t.hE=n,t}function at(r,e,n){var t=r.$c();return t.b7=e,t.hH=n,t}function ut(r,e){var n=r.$c();return n.b7=e,n}function it(r,e,n){var t=r.$c();return t.cQ=e,t.ct=n,t}function ct(r,e,n){var t=r.$c();return t.dP=e,t.dc=n,t}function ot(r,e){var n=r.$c();return n.fC=e,n}function st(r,e,n,t){var a=r.$c();return a.b7=e,a.gL=n,a.hk=t,a}function ft(r,e){var n=r.$c();return n.d8=e,n}function lt(r,e,n){var t=r.$c();return t.G=e,t.P=n,t}function ht(r,e,n,t,a){var u=r.$c();return u.G=e,u.P=n,u.aM=t,u.ej=a,u}function bt(r,e){var n=r.$c();return n.cH=e,n}function dt(r,e){var n=r.$c();return n.aS=e,n}function vt(r,e){var n=r.$c();return n.dW=e,n}function pt(r){var e=function(e){return function(n){return r(e,n)}};return e.a2=r,e}function gt(r){var e=function(e){return function(n){return function(t){return r(e,n,t)}}};return e.a3=r,e}function mt(r){var e=function(e){return function(n){return function(t){return function(a){return r(e,n,t,a)}}}};return e.a4=r,e}function wt(r){var e=function(e){return function(n){return function(t){return function(a){return function(u){return r(e,n,t,a,u)}}}}};return e.a5=r,e}function $t(r){var e=function(e){return function(n){return function(t){return function(a){return function(u){return function(i){return r(e,n,t,a,u,i)}}}}}};return e.a6=r,e}function yt(r){var e=function(e){return function(n){return function(t){return function(a){return function(u){return function(i){return function(c){return r(e,n,t,a,u,i,c)}}}}}}};return e.a7=r,e}function kt(r){var e=function(e){return function(n){return function(t){return function(a){return function(u){return function(i){return function(c){return function(o){return r(e,n,t,a,u,i,c,o)}}}}}}}};return e.a8=r,e}function xt(r){var e=function(e){return function(n){return function(t){return function(a){return function(u){return function(i){return function(c){return function(o){return function(s){return r(e,n,t,a,u,i,c,o,s)}}}}}}}}};return e.a9=r,e}function _t(r,e,n){return r.a2?r.a2(e,n):r(e)(n)}function St(r,e,n,t){return r.a3?r.a3(e,n,t):r(e)(n)(t)}function Tt(r,e,n,t,a){return r.a4?r.a4(e,n,t,a):r(e)(n)(t)(a)}function Et(r,e,n,t,a,u){return r.a5?r.a5(e,n,t,a,u):r(e)(n)(t)(a)(u)}function At(r,e,n,t,a,u,i){return r.a6?r.a6(e,n,t,a,u,i):r(e)(n)(t)(a)(u)(i)}function qt(r,e,n,t,a,u,i,c){return r.a7?r.a7(e,n,t,a,u,i,c):r(e)(n)(t)(a)(u)(i)(c)}function Rt(r,e,n,t,a,u,i,c,o){return r.a8?r.a8(e,n,t,a,u,i,c,o):r(e)(n)(t)(a)(u)(i)(c)(o)}e.prototype.$c=function(){return new e(this.gW,this.aE,this.aB)},n.prototype.$c=function(){return new n(this.cv,this.gy,this.cH,this.cF,this.h_)},t.prototype.$c=function(){return new t(this.e3,this.e4,this.e2,this.gq)},a.prototype.$c=function(){return new a(this.e2,this.gq)},u.prototype.$c=function(){return new u(this.eZ,this.hS,this.hT,this.gp)},i.prototype.$c=function(){return new i(this.hF,this.N)},c.prototype.$c=function(){return new c(this.hu,this.N)},o.prototype.$c=function(){return new o(this.aI,this.dt,this.aS,this.d6,this.ec,this.Q)},s.prototype.$c=function(){return new s(this.fv,this.bX,this.dy,this.b7,this.gL,this.hk,this.d8,this.hH,this.N,this.cw,this.eO)},f.prototype.$c=function(){return new f(this.b4,this.cr,this.hI,this.eZ)},l.prototype.$c=function(){return new l(this.gW,this.co,this.hG,this.id)},h.prototype.$c=function(){return new h(this.cO,this.c1,this.bw)},b.prototype.$c=function(){return new b(this.dy,this.bo,this.g9,this.hY)},d.prototype.$c=function(){return new d(this.fC,this.dc,this.gz,this.gB,this.dP)},v.prototype.$c=function(){return new v(this.fg,this.fh,this.fk,this.cZ,this.fJ,this.fK,this.f1,this.dk,this.bh,this.gG,this.gN,this.gQ,this.dJ,this.gZ,this.g1,this.hd,this.hy,this.et,this.$8,this.ii,this.eW,this.bA)},p.prototype.$c=function(){return new p(this.gB,this.bp)},g.prototype.$c=function(){return new g(this.ci,this.cl)},m.prototype.$c=function(){return new m(this.ew,this.ij)},w.prototype.$c=function(){return new w(this.dC,this.dD,this.d7)},$.prototype.$c=function(){return new $(this.cK,this.cN,this.bH,this.fG,this.c8,this.dh,this.gm,this.ds,this.gz,this.gF,this.gM,this.gZ,this.ex,this.eD,this.eE,this.eK,this.h0,this.h2,this.ao,this.eR,this.eU,this.cE)},y.prototype.$c=function(){return new y(this.ch,this.ik)},k.prototype.$c=function(){return new k(this.hp,this.hX)},x.prototype.$c=function(){return new x(this.fv,this.fE,this.hr,this.h$)},_.prototype.$c=function(){return new _(this.he,this.cu,this.eJ)},S.prototype.$c=function(){return new S(this.fH,this.dc,this.d4,this.bt,this.bw,this.cw,this.h0)},T.prototype.$c=function(){return new T(this.e3,this.e4)},E.prototype.$c=function(){return new E(this.gq,this.e2)},A.prototype.$c=function(){return new A(this.H,this.aK,this.aL,this.gZ,this.cj,this.I,this.N)},q.prototype.$c=function(){return new q(this.V,this.az,this.aD)},R.prototype.$c=function(){return new R(this.a3,this.cQ,this.bH,this.fP,this.dc,this.b1,this.b5,this.b6,this.gV,this.dP,this.hi,this.d1,this.d2,this.ch,this.ht,this.cp,this.cq,this.cs,this.hE,this.ct,this.aW,this.ev,this.h0,this.ia,this.cD,this.$8,this.eZ)},L.prototype.$c=function(){return new L(this.cX,this.gO,this.hR)},I.prototype.$c=function(){return new I(this.f6,this.b_)},B.prototype.$c=function(){return new B(this.ar,this.f_,this.gD,this.eE,this.e1)},C.prototype.$c=function(){return new C(this.f0,this.hh,this.eB)},z.prototype.$c=function(){return new z(this.fm,this.gj,this.gC)},D.prototype.$c=function(){return new D(this.S,this.cQ,this.fw,this.c5,this.fO,this.fX,this.bM,this.fZ,this.be,this.di,this.bV,this.gx,this.dx,this.gB,this.ck,this.cs,this.aW,this.cy,this.cz,this.cB)},j.prototype.$c=function(){return new j(this.ff,this.cN,this.c_,this.e$,this.e1)},P.prototype.$c=function(){return new P(this.c_,this.g1)},M.prototype.$c=function(){return new M(this.cN,this.aA,this.e$)},N.prototype.$c=function(){return new N(this.fH,this.gB,this.cj)},H.prototype.$c=function(){return new H(this.e9,this.bD,this.fN,this.a_,this.eX,this.im)},F.prototype.$c=function(){return new F(this.bF,this.c0,this.c7,this.bM,this.gB,this.bk,this.dB,this.dQ,this.ce,this.ei,this.em,this.en,this.aV,this.cF,this.eY,this.a1)},Z.prototype.$c=function(){return new Z(this.fl,this.c_,this.f3,this.gv,this.ho,this.ip)},V.prototype.$c=function(){return new V(this.hh,this.eB)},U.prototype.$c=function(){return new U(this.fv,this.de,this.g_,this.eO)},O.prototype.$c=function(){return new O(this.fc,this.fn,this.df,this.gp,this.gX,this.h9,this.ie,this.eZ)},X.prototype.$c=function(){return new X(this.fn,this.df,this.gp,this.gX,this.h9,this.ie,this.eZ)},G.prototype.$c=function(){return new G(this.fH,this.gv,this.cC)},W.prototype.$c=function(){return new W(this.df,this.eZ)},Q.prototype.$c=function(){return new Q(this.fv,this.fX,this.gx,this.ia)},J.prototype.$c=function(){return new J(this.fn,this.fv,this.fw,this.fP,this.fX,this.fZ,this.dc,this.bT,this.di,this.bV,this.gv,this.gx,this.hl,this.ch,this.ck,this.aW,this.cy,this.cz,this.cB,this.ia,this.e1)},K.prototype.$c=function(){return new K(this.hh,this.cw)},Y.prototype.$c=function(){return new Y(this.gB,this.hD,this.e1)},rr.prototype.$c=function(){return new rr(this.ff,this.bS,this.gv,this.gA,this.hV)},er.prototype.$c=function(){return new er(this.gt,this.gv,this.hr)},nr.prototype.$c=function(){return new nr(this.f5,this.gs,this.hg,this.hn,this.hC,this.hP,this.cw,this.ih)},tr.prototype.$c=function(){return new tr(this.bm,this.ei,this.ab,this.e3)},ar.prototype.$c=function(){return new ar(this.cY,this.dH,this.ek,this.ev)},ur.prototype.$c=function(){return new ur(this.cY,this.dj,this.ek,this.ev,this.eL)},ir.prototype.$c=function(){return new ir(this.dK,this.dO)},cr.prototype.$c=function(){return new cr(this.fR,this.gJ,this.ia,this.it,this.iu,this.ix,this.iy)},or.prototype.$c=function(){return new or(this.ff,this.fv,this.gF,this.dT)},sr.prototype.$c=function(){return new sr(this.bd,this.aP,this.ei)},fr.prototype.$c=function(){return new fr(this.bd,this.ay,this.bp,this.aP)},lr.prototype.$c=function(){return new lr(this.fv,this.gh,this.gF,this.dT,this.e1)},hr.prototype.$c=function(){return new hr(this.ff,this.f7,this.bQ,this.dg,this.b8,this.dI,this.hx,this.en,this.eM,this.h1,this.eP,this.bA,this.bB)},br.prototype.$c=function(){return new br(this.gv,this.gV)},dr.prototype.$c=function(){return new dr(this.gp,this.hh,this.eB)},vr.prototype.$c=function(){return new vr(this.f4,this.hC,this.cw,this.hZ)},pr.prototype.$c=function(){return new pr(this.gv,this.h$)},gr.prototype.$c=function(){return new gr(this.fn,this.ft,this.gf,this.gn,this.gv,this.hQ)},mr.prototype.$c=function(){return new mr(this.cX,this.fQ,this.fT)},wr.prototype.$c=function(){return new wr(this.gv,this.h5)},$r.prototype.$c=function(){return new $r(this.hC,this.cw)},yr.prototype.$c=function(){return new yr(this.gq,this.g$,this.hV,this.e2)},kr.prototype.$c=function(){return new kr(this.fd,this.fx,this.ge,this.gP,this.h7,this.h8,this.$9)},xr.prototype.$c=function(){return new xr(this.fz,this.f8,this.by,this.im)},_r.prototype.$c=function(){return new _r(this.fu,this.gv)},Sr.prototype.$c=function(){return new Sr(this.au,this.W,this.gB)},Tr.prototype.$c=function(){return new Tr(this.gv,this.dA,this.aV,this.a1)},Er.prototype.$c=function(){return new Er(this.fn,this.fZ,this.dc,this.gv)},Ar.prototype.$c=function(){return new Ar(this.fn,this.fw,this.fZ,this.dc,this.bT,this.di,this.bV,this.gv,this.ck,this.cy,this.cz,this.cB)},qr.prototype.$c=function(){return new qr(this.dp,this.gl,this.cF)},Rr.prototype.$c=function(){return new Rr(this.fv,this.hr,this.h$)},Lr.prototype.$c=function(){return new Lr(this.fx,this.bQ,this.gv,this.eb,this.et,this.cw)},Ir.prototype.$c=function(){return new Ir(this.cj,this.eu)},Br.prototype.$c=function(){return new Br(this.cX,this.ej)},Cr.prototype.$c=function(){return new Cr(this.fx,this.gv,this.gW,this.il)},zr.prototype.$c=function(){return new zr(this.cO,this.c1,this.d4,this.bw)},Dr.prototype.$c=function(){return new Dr(this.h6,this.ia,this.eZ)},jr.prototype.$c=function(){return new jr(this.a3,this.bs)},Pr.prototype.$c=function(){return new Pr(this.fP,this.g_,this.X,this.h0)},Mr.prototype.$c=function(){return new Mr(this.cZ,this.fY,this.ia)},Nr.prototype.$c=function(){return new Nr(this.a3,this.fi,this.gm,this.hf,this.hi,this.ht,this.aW,this.ev,this.eZ)},Hr.prototype.$c=function(){return new Hr(this.a3,this.hi,this.ht,this.eZ)},Fr.prototype.$c=function(){return new Fr(this.fn,this.cC,this.cG)},Zr.prototype.$c=function(){return new Zr(this.fn,this.gv,this.cC)},Vr.prototype.$c=function(){return new Vr(this.e9,this.gv,this.gH,this.io)},Ur.prototype.$c=function(){return new Ur(this.fP,this.ia)},Or.prototype.$c=function(){return new Or(this.eZ,this.bA)},Xr.prototype.$c=function(){return new Xr(this.fk,this.g_)},Gr.prototype.$c=function(){return new Gr(this.e9,this.ha,this.hh,this.hm,this.aS,this.cw)},Wr.prototype.$c=function(){return new Wr(this.dk,this.ds,this.gB,this.gF,this.gM,this.gV,this.dW,this.hD,this.ey,this.eE,this.h0,this.ao,this.eR,this.ig,this.cH,this.e1)},Qr.prototype.$c=function(){return new Qr(this.G,this.P,this.aM,this.ej,this.N)},Jr.prototype.$c=function(){return new Jr(this.a7,this.fW,this.dq,this.gT,this.bA)},Kr.prototype.$c=function(){return new Kr(this.bE,this.c6,this.gi,this.b3,this.gZ)},Yr.prototype.$c=function(){return new Yr(this.aO,this.bA)},re.prototype.$c=function(){return new re(this.fN,this.bP,this.gF,this.b9)},ee.prototype.$c=function(){return new ee(this.gF,this.dT,this.eV)},ne.prototype.$c=function(){return new ne(this.gF,this.h6,this.ip)},te.prototype.$c=function(){return new te(this.ak,this.e2)},ae.prototype.$c=function(){return new ae(this.bg,this.X,this._,this.ia)},ue.prototype.$c=function(){return new ue(this.c$,this.dd,this.d8,this.eZ)},ie.prototype.$c=function(){return new ie(this.dk,this.ds,this.gF,this.gM,this.gV,this.gZ,this.hD,this.ey,this.eE,this.h0,this.ao,this.eR,this.ig,this.e1)},ce.prototype.$c=function(){return new ce(this.X,this._,this.ia)},oe.prototype.$c=function(){return new oe(this.bH,this.bZ,this.gF,this._)},se.prototype.$c=function(){return new se(this.e9,this.aG,this.ag,this.X,this.aU,this.a_,this.im)},fe.prototype.$c=function(){return new fe(this.e9,this.ag,this.X,this.im)},le.prototype.$c=function(){return new le(this.cN,this.dr,this.gv,this.g1,this.ig)},he.prototype.$c=function(){return new he(this.cN,this.gF,this.ew,this.bz,this.cE)},be.prototype.$c=function(){return new be(this.e8,this.gM,this.gR,this.gZ,this.cr,this.et,this.cH)},de.prototype.$c=function(){return new de(this.e9,this.fB,this.gv,this.hm,this.hr,this.cw)},ve.prototype.$c=function(){return new ve(this.ff,this.ad,this.at,this.bQ,this.av,this.b$,this.aw,this.ax,this.h0,this.ao)},pe.prototype.$c=function(){return new pe(this.ad,this.at,this.av,this.aw,this.ax,this.gF,this.h0,this.ao)},ge.prototype.$c=function(){return new ge(this.gv,this.gF,this.en,this.h0,this.eP,this.bB,this.e_)},me.prototype.$c=function(){return new me(this.fB,this.dr,this.X,this.eB)},we.prototype.$c=function(){return new we(this.e9,this.gv,this.ew,this.ia)},$e.prototype.$c=function(){return new $e(this.ft,this.fB,this.he,this.hn,this.hr,this.hN,this.cw)},ye.prototype.$c=function(){return new ye(this.ff,this.gF,this.gM)},ke.prototype.$c=function(){return new ke(this.e7,this.hw,this.im)},xe.prototype.$c=function(){return new xe(this.cX,this.gf,this.gv,this.b2,this.gF,this.hQ,this.cw,this.cI)},_e.prototype.$c=function(){return new _e(this.gR,this.e3,this.iu,this.e4,this.iy)},Se.prototype.$c=function(){return new Se(this.dK,this.dT)},Te.prototype.$c=function(){return new Te(this.fp,this.fH,this.gE)},Ee.prototype.$c=function(){return new Ee(this.fv,this.ad,this.gF,this.g_,this.h0,this.ao)},Ae.prototype.$c=function(){return new Ae(this.d3,this.cg,this.eS,this.eT,this.e3,this.e4)},qe.prototype.$c=function(){return new qe(this.gW,this.aB,this.aE)},Re.prototype.$c=function(){return new Re(this.fg,this.a8)},Le.prototype.$c=function(){return new Le(this.f_,this.gF,this.ev,this.ey,this.bz)},Ie.prototype.$c=function(){return new Ie(this.c9,this.dk,this.gv,this.gF,this.gM,this.gV,this.gZ,this.eR,this.ig)},Be.prototype.$c=function(){return new Be(this.e9,this.bZ)},Ce.prototype.$c=function(){return new Ce(this.fn,this.ia)},ze.prototype.$c=function(){return new ze(this.gy,this.hb,this.hc,this.h_,this.cF,this.cH)},De.prototype.$c=function(){return new De(this.bI,this.bX,this.bf,this.aJ,this.cr,this.aV,this.aW,this.ev,this.h0)};var Lt=function(r,e,n){for(var t=new Array(r),a=0;a=0;t--)e=_t(r,n[t],e);return e}),Pt=(gt(jt),function(r,e){for(var n=e.length,t=new Array(n),a=0;an.length&&(a=n.length);for(var u=new Array(t+a),i=0;i100)return t.push(Jt(r,e)),!0;for(var a in r.$<0&&(r=Qc(r),e=Qc(e)),r)if(!Vt(r[a],e[a],n+1,t))return!1;return!0}gt(Ht),pt((function(r,e){return e})),pt((function(r,e){return console.log(r+": "),e}));var Ut=pt(Zt),Ot=pt((function(r,e){return!Zt(r,e)}));function Xt(r,e,n){if("object"!=typeof r)return r===e?0:r0})),pt((function(r,e){return Xt(r,e)>=0})),function(r,e){var n=Xt(r,e);return n<0?eo:n?ro:Yc}),Qt=(pt(Wt),0);function Jt(r,e){return{a:r,b:e}}function Kt(r,e,n){return{a:r,b:e,c:n}}var Yt=pt(ra);function ra(r,e){if("string"==typeof r)return r+e;if(!r.b)return e;var n=na(r.a,e);r=r.b;for(var t=n;r.b;r=r.b)t=t.b=na(r.a,e);return n}var ea={$:0,a:null,b:null};function na(r,e){return{$:1,a:r,b:e}}var ta=pt(na);function aa(r){for(var e=ea,n=r.length;n--;)e=na(r[n],e);return e}function ua(r){for(var e=[];r.b;r=r.b)e.push(r.a);return e}var ia=function(r,e,n){for(var t=[];e.b&&n.b;e=e.b,n=n.b)t.push(_t(r,e.a,n.a));return aa(t)},ca=function(r,e,n){for(var t=[];e.b&&n.b;e=e.b,n=n.b)t.push(r(e.a,n.a));return aa(t)},oa=gt(ia),sa=(mt((function(r,e,n,t){for(var a=[];e.b&&n.b&&t.b;e=e.b,n=n.b,t=t.b)a.push(St(r,e.a,n.a,t.a));return aa(a)})),wt((function(r,e,n,t,a){for(var u=[];e.b&&n.b&&t.b&&a.b;e=e.b,n=n.b,t=t.b,a=a.b)u.push(Tt(r,e.a,n.a,t.a,a.a));return aa(u)})),$t((function(r,e,n,t,a,u){for(var i=[];e.b&&n.b&&t.b&&a.b&&u.b;e=e.b,n=n.b,t=t.b,a=a.b,u=u.b)i.push(Et(r,e.a,n.a,t.a,a.a,u.a));return aa(i)})),function(r,e){return aa(ua(e).sort((function(e,n){return Xt(r(e),r(n))})))}),fa=pt(sa),la=(pt((function(r,e){return aa(ua(e).sort((function(e,n){var t=_t(r,e,n);return t===Yc?0:t===eo?-1:1})))})),pt((function(r,e){return r+e}))),ha=pt((function(r,e){return r-e})),ba=(pt((function(r,e){return r*e})),pt((function(r,e){return r/e})),pt((function(r,e){return r/e|0})),Math.pow),da=(pt(ba),pt((function(r,e){return e%r})),function(r,e){var n=e%r;return 0===r?Ft(11):n>0&&r<0||n<0&&r>0?n+r:n});pt(da),Math.PI,Math.E,Math.cos,Math.sin,Math.tan,Math.acos,Math.asin,Math.atan,pt(Math.atan2);var va=Math.ceil,pa=Math.floor,ga=Math.round,ma=(Math.sqrt,Math.log);isNaN,pt((function(r,e){return r&&e})),pt((function(r,e){return r||e})),pt((function(r,e){return r!==e}));var wa=function(r,e){return r+e};pt(wa);var $a=pt((function(r,e){return r+e}));pt((function(r,e){for(var n=e.length,t=new Array(n),a=0;a-1}),Ra=(pt(qa),function(r,e){return 0===e.indexOf(r)}),La=pt(Ra),Ia=function(r,e){return e.length>=r.length&&e.lastIndexOf(r)===e.length-r.length},Ba=(pt(Ia),function(r,e){var n=r.length;if(n<1)return ea;for(var t=0,a=[];(t=e.indexOf(r,t))>-1;)a.push(t),t+=n;return aa(a)}),Ca=pt(Ba);function za(r){return r+""}function Da(r){return{$:2,b:r}}var ja=Da((function(r){return"number"!=typeof r?ou("an INT",r):-2147483647=e.length?ou("a LONGER array. Need index "+a+" but only see "+e.length+" entries",e):(t=au(r.b,e[a]),ss(t)?t:no(uo(a,t.a))):ou("an ARRAY",e);case 8:if("object"!=typeof e||null===e||iu(e))return ou("an OBJECT",e);var u=ea;for(var i in e)if(e.hasOwnProperty(i)){if(t=au(r.b,e[i]),!ss(t))return no(ao(i,t.a));u=na(Jt(i,t.a),u)}return io(zo(u));case 9:for(var c=r.f,o=r.g,s=0;s=0&&e.splice(n,1)}}}function Wu(r,e){return Uu(r),Lu[r]={f:Ju,u:e,a:Ku},ju(r)}var Qu,Ju=pt((function(r,e){return function(n){return r(e(n))}}));function Ku(r,e){var n=ea,t=Lu[r].u,a=pu(null);return Lu[r].b=a,Lu[r].c=gt((function(r,e,t){return n=e,a})),{send:function(r){var a=nu(t,r);ss(a)||Ft(4,a.a);for(var u=a.a,i=n;i.b;i=i.b)e(i.a(u))}}}function Yu(r,e){for(var n in e)n in r?"init"==n?Ft(6):Yu(r[n],e[n]):r[n]=e[n]}var ri="undefined"!=typeof document?document:{};function ei(r,e){r.appendChild(e)}function ni(r){return{$:0,a:r}}mt((function(r,e,n,t){var a=t.node;return a.parentNode.replaceChild(Ri(r,(function(){})),a),{}}));var ti=function(r,e){return pt((function(n,t){for(var a=[],u=0;t.b;t=t.b){var i=t.a;u+=i.b||0,a.push(i)}return u+=a.length,{$:1,c:e,d:Ai(n),e:a,f:r,b:u}}))},ai=pt(ti),ui=void 0,ii=ai(ui),ci=function(r,e){return pt((function(n,t){for(var a=[],u=0;t.b;t=t.b){var i=t.a;u+=i.b.b||0,a.push(i)}return u+=a.length,{$:2,c:e,d:Ai(n),e:a,f:r,b:u}}))},oi=pt(ci),si=void 0;oi(si);var fi=function(r,e){return{$:4,j:r,k:e,b:1+(e.b||0)}},li=pt(fi);function hi(r,e){return{$:5,l:r,m:e,k:void 0}}pt((function(r,e){return hi([r,e],(function(){return r(e)}))}));var bi=function(r,e,n){return hi([r,e,n],(function(){return _t(r,e,n)}))},di=(gt(bi),mt((function(r,e,n,t){return hi([r,e,n,t],(function(){return St(r,e,n,t)}))})),wt((function(r,e,n,t,a){return hi([r,e,n,t,a],(function(){return Tt(r,e,n,t,a)}))})),$t((function(r,e,n,t,a,u){return hi([r,e,n,t,a,u],(function(){return Et(r,e,n,t,a,u)}))})),yt((function(r,e,n,t,a,u,i){return hi([r,e,n,t,a,u,i],(function(){return At(r,e,n,t,a,u,i)}))})),kt((function(r,e,n,t,a,u,i,c){return hi([r,e,n,t,a,u,i,c],(function(){return qt(r,e,n,t,a,u,i,c)}))})),xt((function(r,e,n,t,a,u,i,c,o){return hi([r,e,n,t,a,u,i,c,o],(function(){return Rt(r,e,n,t,a,u,i,c,o)}))})),function(r,e){return{$:"a0",n:r,o:e}}),vi=(pt(di),function(r,e){return{$:"a1",n:r,o:e}}),pi=(pt(vi),function(r,e){return{$:"a2",n:r,o:e}}),gi=(pt(pi),function(r,e){return{$:"a3",n:r,o:e}}),mi=pt(gi),wi=(gt((function(r,e,n){return{$:"a4",n:e,o:{f:r,o:n}}})),/^script$/i),$i=/^(formAction$)/i,yi=/^\s*j\s*a\s*v\s*a\s*s\s*c\s*r\s*i\s*p\s*t\s*:/i,ki=/^\s*(j\s*a\s*v\s*a\s*s\s*c\s*r\s*i\s*p\s*t\s*:|d\s*a\s*t\s*a\s*:\s*t\s*e\s*x\s*t\s*\/\s*h\s*t\s*m\s*l\s*(,|;))/i;function xi(r){return wi.test(r)?"p":r}function _i(r){return ki.test(r)?"":r}pt((function(r,e){return"a0"===e.$?di(e.n,function(r,e){var n=hs(e);return{$:e.$,a:n?Ga(n<3?Ti:Ei,ls(r),e.a):Xa(r,e.a)}}(r,e.o)):e}));var Si,Ti=pt((function(r,e){return Jt(r(e.a),e.b)})),Ei=pt((function(r,n){return new e(r(n.gW),n.aE,n.aB)}));function Ai(r){for(var e={};r.b;r=r.b){var n=r.a,t=n.$,a=n.n,u=n.o;if("a2"!==t){var i=e[t]||(e[t]={});"a3"===t&&"class"===a?qi(i,a,u):i[a]=u}else"className"===a?qi(e,a,u):e[a]=u}return e}function qi(r,e,n){var t=r[e];r[e]=t?t+" "+n:n}function Ri(r,e){var n=r.$;if(5===n)return Ri(r.k||(r.k=r.m()),e);if(0===n){var t=ri.createTextNode(r.a);return t.created_by_elm=!0,t}if(4===n){for(var a=r.k,u=r.j;4===a.$;)"object"!=typeof u?u=[u,a.j]:u.push(a.j),a=a.k;var i,c={j:u,p:e};return(i=Ri(a,c)).elm_event_node_ref=c,i}if(3===n)return Li(i=r.h(r.g),e,r.d),i;(i=r.f?ri.createElementNS(r.f,r.c):ri.createElement(r.c)).created_by_elm=!0,Qu&&"a"==r.c&&i.addEventListener("click",Qu(i)),Li(i,e,r.d);for(var o=r.e,s=0;s0&&Mi(n,1,t,f));case 4:for(var l=r.j,h=e.j,b=!1,d=r.k;4===d.$;)b=!0,"object"!=typeof l?l=[l,d.j]:l.push(d.j),d=d.k;for(var v=e.k;4===v.$;)b=!0,"object"!=typeof h?h=[h,v.j]:h.push(v.j),v=v.k;return b&&l.length!==h.length?void Mi(n,0,t,e):((b?function(r,e){for(var n=0;nc?Mi(n,6,t,{v:c,i:i-c}):i0||i.length>0||A)&&Mi(n,8,t,{w:a,x:i,y:A})}var Ui="_elmW6BL";function Oi(r,e,n,t,a,u){var i=r[n];if(!i)return i={c:0,z:t,r:a,s:void 0},u.push({r:a,A:i}),void(r[n]=i);if(1===i.c){u.push({r:a,A:i}),i.c=2;var c=[];return Ni(i.z,t,c,i.r),i.r=a,void(i.s.s={w:c,A:i})}Oi(r,e,n+Ui,t,a,u)}function Xi(r,e,n,t,a){var u=r[n];if(u){if(0===u.c){u.c=2;var i=[];return Ni(t,u.z,i,a),void Mi(e,9,a,{w:i,A:u})}Xi(r,e,n+Ui,t,a)}else{var c=Mi(e,9,a,void 0);r[n]={c:1,z:t,r:a,s:c}}}function Gi(r,e,n,t){Wi(r,e,n,0,0,e.b,t)}function Wi(r,e,n,t,a,u,i){for(var c=n[t],o=c.r;o===a;){var s=c.$;if(1===s)Gi(r,e.k,c.s,i);else if(8===s)c.t=r,c.u=i,(f=c.s.w).length>0&&Wi(r,e,f,0,a,u,i);else if(9===s){c.t=r,c.u=i;var f,l=c.s;l&&(l.A.s=r,(f=l.w).length>0&&Wi(r,e,f,0,a,u,i))}else c.t=r,c.u=i;if(!(c=n[++t])||(o=c.r)>u)return t}var h=e.$;if(4===h){for(var b=e.k;4===b.$;)b=b.k;return Wi(r,b,n,t,a+1,u,r.elm_event_node_ref)}for(var d=e.e,v=r.childNodes,p=0,g=0;pd.length)for(;!v[g].created_by_elm;)console.log("INFO 1: skipping DOM"),g++;if(v.lengthu))return t;a=w}return t}function Qi(r,e,n,t){return 0===n.length?r:(Gi(r,e,n,t),Ji(r,n))}function Ji(r,e){for(var n=0;n>r})),pt((function(r,e){return e>>>r}));var gc=function(r,e){var n="g";r.g$&&(n+="m"),r.cU&&(n+="i");try{return Zc(new RegExp(e,n))}catch(r){return Vc}},mc=pt(gc),wc=function(r,e){return null!==e.match(r)},$c=(pt(wc),function(r,e,n){for(var t,a=[],u=0,i=n,c=e.lastIndex,o=-1;u++0;){var l=t[s];f[--s]=l?Zc(l):Vc}a.push(Hf(t[0],t.index,u,aa(f))),o=e.lastIndex}return e.lastIndex=c,aa(a)}),yc=gt($c),kc=function(r,e,n,t){var a=0;return t.replace(e,(function(e){if(a++>=r)return e;for(var t=arguments.length-3,u=new Array(t);t>0;){var i=arguments[t];u[--t]=i?Zc(i):Vc}return n(Hf(e,arguments[arguments.length-2],a,aa(u)))}))},xc=mt(kc),_c=function(r,e,n){for(var t=n,a=[],u=e.lastIndex,i=e.lastIndex;r--;){var c=e.exec(t);if(!c)break;a.push(t.slice(u,c.index)),u=e.lastIndex}return a.push(t.slice(u)),e.lastIndex=i,aa(a)},Sc=gt(_c),Tc=1/0,Ec=function(r,e,n){return gu((function(t){function a(r){t(e(n.df.a(r)))}var o=new XMLHttpRequest;o.addEventListener("error",(function(){a(wy)})),o.addEventListener("timeout",(function(){a(ky)})),o.addEventListener("load",(function(){a(function(r,e){return _t(200<=e.status&&e.status<300?my:py,function(r){return new u(r.responseURL,r.status,r.statusText,function(r){if(!r)return ef;for(var e=ef,n=r.split("\r\n"),t=n.length;t--;){var a=n[t],u=a.indexOf(": ");if(u>0){var i=a.substring(0,u),c=a.substring(u+2);e=Ly(i,(function(r){return Zc(xy(r)?c+", "+r.a:c)}),e)}}return e}(r.getAllResponseHeaders()))}(e),r(e.response))}(n.df.b,o))})),xy(n.ie)&&function(r,e,n){e.upload.addEventListener("progress",(function(t){e.c||yu(Du(r,Jt(n,yy(new i(t.loaded,t.total)))))})),e.addEventListener("progress",(function(t){e.c||yu(Du(r,Jt(n,$y(new c(t.loaded,t.lengthComputable?Zc(t.total):Vc)))))}))}(r,o,n.ie.a);try{o.open(n.gX,n.eZ,!0)}catch(r){return a(gy(n.eZ))}return function(r,e){for(var n=e.gp;n.b;n=n.b)r.setRequestHeader(n.a.a,n.a.b);r.timeout=e.h9.a||0,r.responseType=e.df.d,r.withCredentials=e.fc}(o,n),n.fn.a&&o.setRequestHeader("Content-Type",n.fn.a),o.send(n.fn.b),function(){o.c=!0,o.abort()}}))};gt(Ec);var Ac=function(r,e,n){return{$:0,d:r,b:e,a:n}},qc=(gt(Ac),function(r,e){return{$:0,d:e.d,b:e.b,a:function(n){return r(e.a(n))}}});pt(qc),pt((function(r,e){return{$:0,a:r,b:e}})),pt((function(r,e){return new Blob([e],{type:r})})),pt((function(r,e){return gu((function(n){var t=setInterval((function(){yu(e)}),r);return function(){clearInterval(t)}}))})),pt((function(r,e){return gu((function(n){n(pu(1===new Uint8Array(new Uint32Array([1]))[0]?r:e))}))}));var Rc=function(r,e,n){return r.setInt8(e,n),e+1},Lc=(gt(Rc),function(r,e,n,t){return r.setInt16(e,n,t),e+2}),Ic=(mt(Lc),function(r,e,n,t){return r.setInt32(e,n,t),e+4}),Bc=(mt(Ic),function(r,e,n){return r.setUint8(e,n),e+1}),Cc=(gt(Bc),function(r,e,n,t){return r.setUint16(e,n,t),e+2}),zc=(mt(Cc),function(r,e,n,t){return r.setUint32(e,n,t),e+4}),Dc=(mt(zc),function(r,e,n,t){return r.setFloat32(e,n,t),e+4}),jc=(mt(Dc),function(r,e,n,t){return r.setFloat64(e,n,t),e+8}),Pc=(mt(jc),function(r,e,n){for(var t=0,a=n.byteLength,u=a-4;t<=u;t+=4)r.setUint32(e+t,n.getUint32(t));for(;t>>6&31)<<8|63&a),2):a<55296||56319>>12&15)<<8|a>>>6&63),r.setUint8(e+2,128|63&a),3):(a=1024*(a-55296)+n.charCodeAt(++t)-56320+65536,r.setUint32(e,4034953344|(a>>>18&7)<<24|(a>>>12&63)<<16|(a>>>6&63)<<8|63&a),4)}return e},Hc=(gt(Nc),function(r,e){try{return Zc(_t(r,e,0).b)}catch(r){return Vc}}),Fc=(pt(Hc),pt((function(r,e){return Jt(e+1,r.getInt8(e))})),gt((function(r,e,n){return Jt(n+2,e.getInt16(n,r))})),gt((function(r,e,n){return Jt(n+4,e.getInt32(n,r))})),pt((function(r,e){return Jt(e+1,r.getUint8(e))}))),Zc=(gt((function(r,e,n){return Jt(n+2,e.getUint16(n,r))})),gt((function(r,e,n){return Jt(n+4,e.getUint32(n,r))})),gt((function(r,e,n){return Jt(n+4,e.getFloat32(n,r))})),gt((function(r,e,n){return Jt(n+8,e.getFloat64(n,r))})),gt((function(r,e,n){return Jt(n+r,new DataView(e.buffer,e.byteOffset+n,r))})),gt((function(r,e,n){for(var t="",a=n+r;n0?r:e},es=pt(rs),ns=function(r){return{$:0,a:r}},ts=function(r,e){for(;;){var n=It(No,r),t=n.a,a=n.b,u=na(ns(t),e);if(!a.b)return zo(u);r=a,e=u}},as=(pt(ts),function(r){return r.a}),us=function(r,e){for(;;){var n=Zo(e/No);if(1===n)return It(No,r).a;r=ts(r,ea),e=n}},is=(pt(us),function(r,e){if(e.h){var n=e.h*No,t=Ko(Vo(No,n-1)),a=r?zo(e.k):e.k,u=us(a,e.h);return Ho(Yo(e.j)+n,rs(5,t*Oo),u,e.j)}return Ho(Yo(e.j),Oo,Fo,e.j)}),cs=(pt(is),function(r,e,n,t,a){for(;;){if(e<0)return is(!1,{k:t,h:n/No|0,j:a});var u=Go(Lt(No,e,r));e-=No,t=na(u,t)}}),os=(wt(cs),function(r,e){if(r<=0)return Xo;var n=r%No,t=Lt(n,r-n,e);return cs(e,r-n-No,r,ea,t)}),ss=(pt(os),function(r){return!r.$}),fs=Wa,ls=function(r){return{$:0,a:r}},hs=function(r){switch(r.$){case 0:return 0;case 1:return 1;case 2:return 2;default:return 3}},bs=function(r){return r},ds=bs,vs=function(r,e,n,t,a,u){return new o(u,e,t,n,r,a)},ps=($t(vs),function(r){return r.length}),gs=Ea,ms=function(r,e){return r<1?e:Ta(r,ps(e),e)},ws=(pt(ms),Ca),$s=function(r){return""===r},ys=function(r,e){return r<1?"":Ta(0,r,e)},ks=(pt(ys),function(r){for(var e=0,n=r.charCodeAt(0),t=43==n||45==n?1:0,a=t;a500?mo(r,e,zo(l)):Is(r,e,n+1,l)))))}return _t(r,a,_t(r,i,_t(r,o,e)))}return _t(r,a,_t(r,i,e))}return _t(r,a,e)}return e},Bs=(mt(Is),function(r,e,n){return Is(r,e,0,n)}),Cs=(gt(Bs),function(r,e){for(var n=na(void 0,ea),t=n;e.b;e=e.b){var a=na(r(e.a),ea);t.b=a,t=a}return n.b}),zs=pt(Cs),Ds=function(r,e){return mu((function(e){return Rs(r(e))}),e)},js=(pt(Ds),gt((function(r,e,n){return mu((function(e){return mu((function(n){return Rs(_t(r,e,n))}),n)}),e)}))),Ps=function(r){return Bs(js(Uc),Rs(ea),r)},Ms=zu,Ns=pt((function(r,e){var n=e;return ku(mu(Ms(r),n))})),Hs=gt((function(r,e,n){return Ds((function(r){return 0}),Ps(Cs(Ns(r),e)))})),Fs=gt((function(r,e,n){return Rs(0)})),Zs=pt((function(r,e){return Ds(r,e)}));Lu.Task=Iu(Ls,Hs,Fs,Zs);var Vs=ju("Task"),Us=function(r,e){return Vs(Ds(r,e))},Os=(pt(Us),function(r){var e=r.hb,t=r.hc,a=function(){a.a(e(ac()))};return ec(new n((function(r){return a.a=r,sc.addEventListener("popstate",a),sc.navigator.userAgent.indexOf("Trident")<0||sc.addEventListener("hashchange",a),pt((function(e,n){if(!n.ctrlKey&&!n.metaKey&&!n.shiftKey&&n.button<1&&!e.target&&!e.hasAttribute("download")){n.preventDefault();var a=e.href,u=ac(),i=As(a).a;r(t(i&&u.ec===i.ec&&u.dt===i.dt&&u.d6.a===i.d6.a?function(r){return{$:0,a:r}}(i):function(r){return{$:1,a:r}}(a)))}}))}),(function(e){return St(r.gy,e,ac(),a)}),r.cH,r.cF,r.h_))}),Xs=Pa,Gs=Za,Ws={$:0},Qs={$:1},Js=function(r,e,n,t){return new f(e,n,r,t)},Ks=(mt(Js),function(r,e){return e.$?Vc:r(e.a)}),Ys=pt(Ks),rf={$:-2},ef=rf,nf=bu,tf=bu,af=function(r,e){return mo(vu(r),[],e)},uf=pt(af),cf=function(r){return wo((function(r,e){var n=r.a,t=r.b;return du(n,t,e)}),{},r)},of=bu,sf=Ou("event2js",(function(r){return cf(aa([Jt("message",function(r){return cf(aa([Jt("cmd",of(r.fu)),Jt("param",r.hj)]))}(r.gW)),Jt("reply",nf(r.co)),Jt("service",of(r.hG)),Jt("track",uf((function(r){var e=r.a,n=r.b;return af(bs,aa([of(e),tf(n)]))}))(r.id))]))})),ff=function(r,e,n){return e(r(n))},lf=gt(ff),hf=function(r,e,n,t){return new l(t,r,n,e)},bf=mt(hf),df=!0,vf=ea,pf=(_t(bf,df,vf),function(r,e){return hf(df,vf,"db",{fu:r,hj:e})}),gf=pt(pf),mf=function(r){return gf("index_"+r)},wf=of,$f=mf("get"),yf=(_t(lf,wf,$f),function(r,e){return Jt(e,sf(ff(wf,$f,r)))}),kf=(pt(yf),function(r,e){return{$:2,a:r,b:e}}),xf=(pt(kf),function(r,e){return{$:1,a:r,b:e}}),_f=(pt(xf),{$:0}),Sf=gt((function(r,e,n){return new h(r,e,n)})),Tf=function(r,e){if(e.$){var n=e.a;return no(n)}return r(e.a)},Ef=(pt(Tf),function(r){return wa(r,"")}),Af=function(r){return r<0||1114111>>0,Lf(255&r>>>8,Lf(255&r>>>16,e))))}),Bf=(pt(If),pt((function(r,e){var n=e.a,t=e.b,a=e.c,u=function(r){switch(r){case"A":default:return 0;case"B":return 1;case"C":return 2;case"D":return 3;case"E":return 4;case"F":return 5;case"G":return 6;case"H":return 7;case"I":return 8;case"J":return 9;case"K":return 10;case"L":return 11;case"M":return 12;case"N":return 13;case"O":return 14;case"P":return 15;case"Q":return 16;case"R":return 17;case"S":return 18;case"T":return 19;case"U":return 20;case"V":return 21;case"W":return 22;case"X":return 23;case"Y":return 24;case"Z":return 25;case"a":return 26;case"b":return 27;case"c":return 28;case"d":return 29;case"e":return 30;case"f":return 31;case"g":return 32;case"h":return 33;case"i":return 34;case"j":return 35;case"k":return 36;case"l":return 37;case"m":return 38;case"n":return 39;case"o":return 40;case"p":return 41;case"q":return 42;case"r":return 43;case"s":return 44;case"t":return 45;case"u":return 46;case"v":return 47;case"w":return 48;case"x":return 49;case"y":return 50;case"z":return 51;case"0":return 52;case"1":return 53;case"2":return 54;case"3":return 55;case"4":return 56;case"5":return 57;case"6":return 58;case"7":return 59;case"8":return 60;case"9":return 61;case"+":return 62;case"/":return 63}}(r);return 3===t?If(n|u,a):Kt(u<<6*(3-t)|n,t+1,a)}))),Cf=ka,zf=Kt(0,0,Kt(0,0,"")),Df=function(r,e){if(e.$){var n=e.a;return no(n)}var t=e.a;return io(r(t))},jf=(pt(Df),function(r){return-r}),Pf=function(r,e){return r<1?e:Ta(0,-r,e)},Mf=pt(Pf),Nf=pt((function(r,e){return Ia("==",r)?Pf(2,e):Ia("=",r)?Pf(1,e):e})),Hf=function(r,e,n,t){return new b(e,r,n,t)},Ff=(mt(Hf),mc),Zf=function(r){return gc({cU:!1,g$:!1},r)},Vf=/.^/,Uf=function(r,e){return e.$?r:e.a},Of=pt(Uf),Xf=Uf(Vf,Zf("^([A-Za-z0-9\\/+]{4})*([A-Za-z0-9\\/+]{2}[A-Za-z0-9\\/+=]{2})?$")),Gf=function(r){var e=r.c,n=e.b,t=e.c;return n>0?no("Invalid UTF-16"):io(t)},Wf=_t(lf,(function(r){switch(ps(r)%4){case 3:return r+"=";case 2:return r+"==";default:return r}}),(function(r){return Df(Nf(r),Tf(_t(lf,_t(Cf,Bf,zf),Gf),function(r){return wc(Xf,r)?io(r):no("Invalid base64")}(r)))})),Qf=Wf,Jf=eu,Kf=Ha,Yf=function(r){if(r.$)return Vc;var e=r.a;return Zc(e)},rl=Qf,el=_t(lf,Yf,Ys(_t(lf,Jf(Qa(Sf,Fa("backend",Kf),Fa("course",Kf),Fa("room",Kf))),Yf))),nl=(_t(lf,rl,el),function(r){var e=r.Q;if(e.$)return _f;var n=e.a,t=ff(rl,el,n);if(t.$)return xf(n,r.aI);var a=t.a;return kf(a,r.aI)}),tl=function(r,e){if(1===r.$)return e;var n=r.a;return e+":"+lo(n)},al=(pt(tl),function(r,e,n){return 1===e.$?n:ra(n,ra(r,e.a))}),ul=(gt(al),function(r){var e=function(){switch(r.ec){case 0:return"http://";case 1:return"https://";case 2:return"file://";case 3:return"file:///";case 4:return"ipfs://";case 5:return"ipns://";case 6:return"dat://";case 7:return"ftp://";case 8:return"hyper://";default:return"about:"}}();return al("#",r.aI,al("?",r.Q,ra(tl(r.d6,ra(e,r.dt)),r.aS)))}),il=function(r){return ul(je(r,Vc))},cl=768,ol=function(r,e,n,t,a){return new d(e,a,n,r,t)},sl=(wt(ol),ol("",ea,!1,Vc,Vc)),fl=function(r){return new v(ea,"",r,ea,"",!1,"",ef,ea,"en",Vc,"",ef,Vc,"US English Male","",ea,-1,ef,{fU:Jt("“","”"),hO:Jt("‘","’")},-1,"0.0.1")},ll=new p("",ef),hl=function(r,e){return new $(Vc,new g("1","1"),new m(!1,!1),Vc,"dreamweaver",100,Zc(r),!1,!1,"default",!0,e,!1,!0,!1,!1,Zc(!1),!0,"default",!1,Zc(!1),new w(!1,!1,!1))},bl=(pt(hl),{$:2}),dl={$:0},vl=function(r){return{$:1,a:r}},pl={$:5},gl={$:4},ml=function(r){return{$:2,a:r}},wl=function(r){return{$:3,a:r}},$l={$:6},yl=ef,kl=gt((function(r,e,n){var t=r(e);return t.$?n:na(t.a,n)})),xl=function(r,e){return Bs(kl(r),ea,e)},_l=pt(xl),Sl=function(r,e){if(e.b){var n=e.a,t=e.b;return na(r(n),t)}return e},Tl=(pt(Sl),function(r){return r.toLowerCase()}),El=function(r){var e=Sl(Tl,vo("|",r));r:for(;e.b;)if(e.b.b)if(e.b.b.b){if(e.b.b.b.b)break r;switch(e.a){case"gun":switch(e.b.a){case"f":return u=e.b.b.a,Zc(vl(new y(!1,u)));case"t":return u=e.b.b.a,Zc(vl(new y(!0,u)));default:break r}case"pubnub":var n=e.b,t=n.a,a=n.b.a;return Zc(wl(new k(t,a)));default:break r}}else switch(e.a){case"gun":switch(e.b.a){case"f":return e.b,Zc(vl(new y(!1,"")));case"t":return e.b,Zc(vl(new y(!0,"")));default:break r}case"p2pt":var u=e.b.a;return Zc(ml(u));default:break r}else switch(e.a){case"edrys":return Zc(dl);case"nostr":return Zc(gl);case"mqtt":return Zc(pl);case"torrent":return Zc($l);case"gun":return Zc(vl(new y(!1,"")));case"p2pt":return Zc(ml(""));case"pubnub":return Zc(wl(new k("","")));default:break r}return Vc},Al="https://peer.wallie.io/gun",ql=pt((function(r,e){for(;;){var n=Jt(r,e);r:for(;;){if(!n.a.b)return Jt(!1,e);switch(n.a.a.$){case 1:if(1===n.b.$)return n.a,Jt(!0,e);break r;case 3:if(3===n.b.$)return n.a,Jt(!0,e);break r;case 2:if(2===n.b.$)return n.a,Jt(!0,e);break r;default:break r}}var t=n.a,a=t.a,u=t.b;if(Zt(a,e))return Jt(!0,e);r=u}})),Rl=function(r,e){return new T(r,e)},Ll=pt(Rl),Il=function(r,e){return new E(e,r)},Bl=(pt(Il),new A(Vc,Rl(20,100),Il(200,200),0,Rl(20,100),Vc,Il(200,200))),Cl=function(r){return{$:0,a:r}},zl=function(r){return{$:0,a:r}},Dl=function(r,e){return Xt(r,e)<0?r:e},jl=pt(Dl),Pl=function(r,e){return Jt(Dl(r,e),rs(r,e))},Ml=(pt(Pl),function(r,e,n){return r(e(n))}),Nl=gt(Ml),Hl=function(r){var e=r.a,n=r.b;return _t(Nl,jl(n),es(e))},Fl=function(r,e){var n=r.b;return Jt(_t(Hl,n,e),n)},Zl=(pt(Fl),function(r,e){return Fl(Jt(r,e),r)}),Vl=(pt(Zl),function(r,e){var n=function(){if(e.$)return Pl(0,1);var r=e.a,n=r.a,t=r.b;return Pl(n,t)}();return zl(Zl(r,n))}),Ul=(pt(Vl),function(r){return!r.b}),Ol=function(r){if(r.b){var e=r.a;return r.b,Zc(e)}return Vc},Xl=Zf,Gl=Of(Vf),Wl=(_t(lf,Xl,Gl),function(r,e){var n=Ol($c(1,ff(Xl,Gl,r),e));if(n.$)return Vc;var t=n.a;return Uf(Vc,Ol(t.hY))}),Ql=(pt(Wl),pt((function(r,e){r:for(;;){if(r.b){var n=r.a,t=r.b,a=Wl(n.Y,e);if(a.$){r=t;continue r}var u=a.a;return Jt(!0,_t(n.U,e,u))}return Jt(!1,e)}}))),Jl=function(r,e,n){return ho(e,vo(r,n))},Kl=gt(Jl),Yl="(?:http(?:s)?://)?(?:www\\.)?",rh=(so(Yl),"https://api.allorigins.win/raw?url="),eh=Jl("?","\\?",Jl(".","\\.",rh)),nh=Ql(aa([{U:pt((function(r,e){return"https://github.com/"+function(){var r=vo("/",e);r:for(;;){if(!(r.b&&r.b.b&&r.b.b.b))return e;if(!r.b.b.b.b)break r;switch(r.b.b.a){case"blob":var n=r.a,t=r.b;return n+"/"+t.a+"/tree/"+t.b.b.a;case"refs":if("heads"===r.b.b.b.a&&r.b.b.b.b.b){n=r.a;var a=r.b;return n+"/"+a.a+"/tree/"+a.b.b.b.a}break r;default:break r}}n=r.a;var u=r.b;return n+"/"+u.a+"/tree/"+u.b.a}()})),Y:ra(Yl,"raw.githubusercontent\\.com/(.*)")},{U:pt((function(r,e){return"https://gitlab.com/"+Jl("-/raw/","-/tree/",e)})),Y:ra(Yl,eh+"https://gitlab\\.com/(.*)")},{U:pt((function(r,e){var n=Cs(po("."),vo("/",e));if(n.b&&n.a.b&&n.a.b.b&&"gitlab"===n.a.b.a&&n.a.b.b.b&&"io"===n.a.b.b.a&&!n.a.b.b.b.b&&n.b.b&&n.b.a.b&&!n.b.a.b.b){var t=n.a,a=t.a;return t.b.b,"https://gitlab.com/"+a+"/"+n.b.a.a}return"https://"+e})),Y:ra(Yl,"(.*\\.gitlab\\.io/.*)")},{U:pt((function(r,e){return"https://dropbox.com/s/"+e})),Y:ra(Yl,"dl\\.dropbox\\.com/s/(.*)")}])),th=function(r){var e=r.a,n=r.b;return e?Zc(Jl(rh,"",n)):Vc},ah=_t(lf,nh,th),uh=tu,ih=Ma,ch=za,oh=ja,sh=Qo,fh=(fs(sh),function(r,e){return Bs(Gs,e,r)}),lh=(pt(fh),function(r){return{$:5,c:r}}),hh=function(r){return{$:11,g:r}},bh=Na,dh=function(r,e,n){var t=function(r){return hh(aa([r,lh(n)]))};return Oa((function(a){var u=nu(fh(r,bh),a);if(u.$)return ls(n);var i=u.a,c=nu(t(e),i);if(c.$)return fh(r,t(e));var o=c.a;return ls(o)}),bh)},vh=(gt(dh),function(r,e,n,t){return Ga(sh,dh(aa([r]),e,n),t)}),ph=(mt(vh),function(r,e,n){return Ga(sh,Fa(r,e),n)}),gh=(gt(ph),function(r){return function(e){return function(n){return function(t){return function(a){return function(u){return function(i){return function(c){return function(o){return function(s){return function(f){return function(l){return function(h){var b,d=r.cE;return(b=r.$c()).ao=t,b.c8=u,b.cE=Pe(d,f),b.cN=h,b.dh=i,b.ds=l,b.eD=c,b.eR=s,b.gF=o,b.gM=a,b.gZ=n,b.h2=e,b}}}}}}}}}}}}}),mh=function(r){return{$:1,a:r}},wh=function(r){switch(r){case"Textbook":return ls(2);case"Presentation":return ls(1);case"Slides":return ls(0);default:return mh("unknown presentation mode")}},$h=function(r){return uh(vh("audio",ph("rate",Xa(ch,ih),ph("pitch",Xa(ch,ih),ls(pt((function(r,e){return new g(r,e)}))))),new g("1","1"),vh("hideVideoComments",Xs,!1,vh("PreferBrowserTTS",Xs,!0,vh("tooltips",Xs,!1,ph("lang",Kf,ph("sound",Xs,ph("font_size",oh,ph("editor",Kf,ph("light",Xs,ph("theme",Kf,ph("mode",Oa(wh,Kf),ph("table_of_contents",Xs,ls((function(e){return _t(gh,r,e)})))))))))))))))},yh=function(r,e){return e.$?r:e.a},kh=pt(yh),xh=Pu,_h=function(r){return(e=r.$c()).co=!1,e;var e},Sh=function(r,e){return _h(hf(df,vf,"local",{fu:r,hj:e}))},Th=(pt(Sh),null),Eh=Sh("clear",Th),Ah=_t(mf,"list",Th),qh=function(r,e){return Me(e,na(Jt(r,-1),e.id))},Rh=(pt(qh),function(r){return Jt(r,xh(Cs(sf,aa([qh("index",Ah),Eh]))))}),Lh=function(r){switch(r){case 0:return"A";case 1:return"B";case 2:return"C";case 3:return"D";case 4:return"E";case 5:return"F";case 6:return"G";case 7:return"H";case 8:return"I";case 9:return"J";case 10:return"K";case 11:return"L";case 12:return"M";case 13:return"N";case 14:return"O";case 15:return"P";case 16:return"Q";case 17:return"R";case 18:return"S";case 19:return"T";case 20:return"U";case 21:return"V";case 22:return"W";case 23:return"X";case 24:return"Y";case 25:return"Z";case 26:return"a";case 27:return"b";case 28:return"c";case 29:return"d";case 30:return"e";case 31:return"f";case 32:return"g";case 33:return"h";case 34:return"i";case 35:return"j";case 36:return"k";case 37:return"l";case 38:return"m";case 39:return"n";case 40:return"o";case 41:return"p";case 42:return"q";case 43:return"r";case 44:return"s";case 45:return"t";case 46:return"u";case 47:return"v";case 48:return"w";case 49:return"x";case 50:return"y";case 51:return"z";case 52:return"0";case 53:return"1";case 54:return"2";case 55:return"3";case 56:return"4";case 57:return"5";case 58:return"6";case 59:return"7";case 60:return"8";case 61:return"9";case 62:return"+";default:return"/"}},Ih=function(r,e){var n,t=e.a,a=e.b,u=e.c<<8|r;return 2===a?Kt(ra(t,ra(Lh(63&(n=u)>>>18),ra(Lh(63&n>>>12),ra(Lh(63&n>>>6),Lh(63&n>>>0))))),0,0):Kt(t,a+1,u)},Bh=(pt(Ih),pt((function(r,e){var n=Ro(r);return n<128?Ih(n,e):Ih(128|63&n,n<2048?Ih(192|n>>>6,e):Ih(128|63&n>>>6,n<55296||n>=57344&&n<=65535?Ih(224|n>>>12,e):Ih(128|63&n>>>12,Ih(240|n>>>18,e))))}))),Ch=Kt("",0,0),zh=function(r){return function(r){var e=r.a,n=r.b,t=r.c;switch(n){case 1:return e+(Lh(63&t>>>2)+(Lh(63&t<<4)+"=="));case 2:return e+(Lh(63&t>>>10)+(Lh(63&t>>>4)+(Lh(63&t<<2)+"=")));default:return e}}(ya(Bh,Ch,r))},Dh=function(r){return r.b},jh=Ql(aa([{U:pt((function(r,e){return"https://raw.githubusercontent.com/"+function(){var r=vo("/",e);r:for(;r.b&&r.b.b;){if(!r.b.b.b)return r.b,e+"/master/README.md";switch(r.b.b.a){case"tree":return r.b.b,Jl("/tree/","/",e)+"/README.md";case"raw":if(r.b.b.b.b&&"refs"===r.b.b.b.a&&r.b.b.b.b.b&&"heads"===r.b.b.b.b.a)return r.b.b.b.b,Jl("/raw/refs/heads","/refs/heads",e);break r;default:break r}}return Jl("/blob/","/",e)}()})),Y:ra(Yl,"github\\.com/(.*)")},{U:pt((function(r,e){return"https://dl.dropbox.com/"+e})),Y:ra(Yl,"dropbox\\.com/(.*)")},{U:pt((function(r,e){return n=zh("https://onedrive.live.com/"+e),t=Jl("+","-",Jl("/","_",n)),"https://api.onedrive.com/v1.0/shares/u!"+(Ia("=",t)?Pf(1,t):t)+"/root/content";var n,t})),Y:ra(Yl,"onedrive\\.live\\.com/(.*)")}])),Ph=Dh,Mh=_t(lf,jh,Ph),Nh=function(r,e){for(var n=na(void 0,ea),t=n;r.b;r=r.b){var a=na(r.a,ea);t.b=a,t=a}return t.b=e,n.b},Hh=pt(Nh),Fh=Ot,Zh=function(r){return r.trim()},Vh=function(r,e,n){for(;;){if(-2===n.$)return e;var t=n.b,a=n.c,u=n.d,i=n.e,c=r,o=St(r,t,a,Vh(r,e,u));r=c,e=o,n=i}},Uh=function(r,e,n){for(;;){if(-2===n.$)return e;var t=n.b,a=n.c,u=n.d,i=n.e,c=r,o=r(t,a,Uh(r,e,u));r=c,e=o,n=i}},Oh=(gt(Vh),function(r,e,n,t,a){return{$:-1,a:r,b:e,c:n,d:t,e:a}}),Xh=(wt(Oh),function(r,e,n,t,a){if(-1!==a.$||a.a){if(-1!==t.$||t.a||-1!==t.d.$||t.d.a)return Oh(r,e,n,t,a);t.a,d=t.b,v=t.c;var u=t.d,i=(u.a,u.b),c=u.c,o=u.d,s=u.e;return g=t.e,Oh(0,d,v,Oh(1,i,c,o,s),Oh(1,e,n,g,a))}a.a;var f=a.b,l=a.c,h=a.d,b=a.e;if(-1!==t.$||t.a)return Oh(r,f,l,Oh(0,e,n,t,h),b);t.a;var d=t.b,v=t.c,p=t.d,g=t.e;return Oh(0,e,n,Oh(1,d,v,p,g),Oh(1,f,l,h,b))}),Gh=(wt(Xh),function(r,e,n){if(-2===n.$)return Oh(0,r,e,rf,rf);var t=n.a,a=n.b,u=n.c,i=n.d,c=n.e;switch(Wt(r,a)){case 0:return Xh(t,a,u,Gh(r,e,i),c);case 1:return Oh(t,a,e,i,c);default:return Xh(t,a,u,i,Gh(r,e,c))}}),Wh=(gt(Gh),function(r,e,n){var t=Gh(r,e,n);if(-1!==t.$||t.a)return t;t.a;var a=t.b,u=t.c,i=t.d,c=t.e;return Oh(1,a,u,i,c)}),Qh=gt(Wh),Jh=function(r,e){return Vh(Qh,e,r)},Kh=(pt(Jh),function(r,e){return(n=r.$c()).dJ=Jh(r.dJ,e.dJ),n.dk=Jh(r.dk,e.dk),n.fg=Nh(r.fg,e.fg),n.hd=Zh(ra(r.hd,Zt(r.hd,e.hd)?"":"\n"+e.hd)),n.hy=Nh(r.hy,e.hy),n;var n}),Yh=(pt(Kh),function(r,e){for(var n=na(void 0,ea),t=n;e.b;e=e.b)if(r(e.a)){var a=na(e.a,ea);t.b=a,t=a}return n.b}),rb=pt(Yh),eb=function(r,e){return _h(hf(df,vf,"resource",{fu:r,hj:of(e)}))},nb=(pt(eb),function(r,e){for(;;){if(!e.b)return!1;var n=e.a,t=e.b;if(r(n))return!0;e=t}}),tb=pt(nb),ab=function(r,e){return nb((function(e){return Zt(e,r)}),e)},ub=(pt(ab),function(r){return!r}),ib=function(r,e){var n=Yh((function(e){return!ab(e,r)}),e);return Jt(Nh(r,n),Cs((function(r){return 1===r.$?function(r){return eb("script",r)}(r.a):function(r){return eb("link",r)}(r.a)}),n))},cb=(pt(ib),function(r,e){var n,t=ib(e.cq,r.hy),a=t.a,u=t.b;return(n=e.$c()).cD=Nh(e.cD,zo(u)),n.cq=a,n.fP=Kh(e.fP,r),n}),ob=(pt(cb),function(r){return xa(Uc,ea,r)}),sb=function(r){var e=ob(Tl(Zh(r)));r:for(;e.b;){if(!e.b.b){if("0"===e.a)return!1;break r}if(!e.b.b.b)break r;switch(e.a){case"f":if("a"===e.b.a&&"l"===e.b.b.a&&e.b.b.b.b&&"s"===e.b.b.b.a&&e.b.b.b.b.b&&"e"===e.b.b.b.b.a)return e.b.b.b.b,!1;break r;case"o":if("f"===e.b.a&&"f"===e.b.b.a)return e.b.b,!1;break r;case"d":if("i"===e.b.a&&"s"===e.b.b.a&&e.b.b.b.b&&"a"===e.b.b.b.a&&e.b.b.b.b.b&&"b"===e.b.b.b.b.a&&e.b.b.b.b.b.b&&"l"===e.b.b.b.b.b.a&&e.b.b.b.b.b.b.b&&"e"===e.b.b.b.b.b.b.a)return e.b.b.b.b.b.b,!1;break r;default:break r}}return!0},fb=function(r,e){r:for(;;){if(-2===e.$)return Vc;var n=e.b,t=e.c,a=e.d,u=e.e;switch(Wt(r,n)){case 0:e=a;continue r;case 1:return Zc(t);default:e=u;continue r}}},lb=pt(fb),hb=function(r,e){if(e.$)return Vc;var n=e.a;return Zc(r(n))},bb=pt(hb),db=lb("persistent"),vb=_t(lf,bb(sb),Of(!1)),pb=_t(lf,db,vb),gb=function(r){switch(Tl(r)){case"am":return Zc(0);case"ar":return Zc(1);case"bg":return Zc(2);case"bn":return Zc(3);case"de":return Zc(4);case"es":return Zc(5);case"fa":return Zc(6);case"fr":return Zc(7);case"hi":return Zc(8);case"hy":return Zc(9);case"it":return Zc(10);case"ja":return Zc(11);case"ko":return Zc(12);case"nl":return Zc(13);case"pa":return Zc(14);case"pt":return Zc(15);case"ru":return Zc(16);case"sw":return Zc(17);case"tw":return Zc(18);case"uk":return Zc(19);case"zh":return Zc(20);case"en":return Zc(21);default:return Vc}},mb="https://LiaScript.github.io",wb=mb+"/course/?",$b="> The file you want me to load does not contain any content. Everything I see is only an empty string...\n \nIf you see this in message in an editor, try to copy and paste the following code:\n\n```` md\n\x3c!--\nauthor: Your Name\n\nemail: your@mail.org\n\nversion: 0.0.1\n\nlanguage: en\n\nnarrator: US English Female\n\ncomment: Try to write a short comment about\n your course, multiline is also okay.\n--\x3e\n\n# Course Main Title\n\nThis is your **course** initialization stub.\n\nPlease see the [Docs]("+wb+"https://raw.githubusercontent.com/liaScript/docs/master/README.md)\nto find out what is possible in [LiaScript]("+mb+').\n\nIf you want to use instant help in your Atom IDE, please type **lia** to see all available shortcuts.\n\n## Markdown\n\nYou can use common [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) syntax to create your course, such as:\n\n1. Lists\n2. ordered or\n\n * unordered\n * ones ...\n\n\n| Header 1 | Header 2 |\n| :--------- | :--------- |\n| Item 1 | Item 2 |\n\n\nImages:\n\n![images](https://farm2.static.flickr.com/1618/26701766821_7bea494826.jpg)\n\n\n### Extensions\n\n --{{0}}--\nBut you can also include other features such as spoken text.\n\n --{{1}}--\nInsert any kind of audio file:\n\n {{1}}\n?[audio](https://bigsoundbank.com/UPLOAD/mp3/1068.mp3)\n\n\n --{{2}}--\nEven videos or change the language completely.\n\n {{2-3}}\n!?[video](https://www.youtube.com/watch?v=bICfKRyKTwE)\n\n\n --{{3 Russian Female}}--\nПервоначально создан в 2004 году Джоном Грубером (англ. John Gruber) и Аароном\nШварцем. Многие идеи языка были позаимствованы из существующих соглашений по\nразметке текста в электронных письмах...\n\n\n {{3}}\nType "voice" to see a list of all available languages.\n\n\n### Styling\n\n\x3c!-- class = "animated rollIn" style = "animation-delay: 2s; color: purple" --\x3e\nThe whole text-block should appear in purple color and with a wobbling effect.\nWhich is a **bad** example, please use it with caution ...\n~~ only this is red ;-) ~~ \x3c!-- class = "animated infinite bounce" style = "color: red;" --\x3e\n\n## Charts\n\nUse ASCII-Art to draw diagrams:\n\n Multiline\n 1.9 | DOTS\n | ***\n y | * *\n - | r r r r r r r*r r r r*r r r r r r r\n a | * *\n x | * *\n i | B B B B B * B B B B B B * B B B B B\n s | * *\n | * * * * * *\n -1 +------------------------------------\n 0 x-axis 1\n\n## Quizzes\n\n### A Textquiz\n\nWhat did the **fish** say when he hit a **concrete wall**?\n\n [[dam]]\n\n### Multiple Choice\n\nJust add as many points as you wish:\n\n [[X]] Only the **X** marks the correct point.\n [[ ]] Empty ones are wrong.\n [[X]] ...\n\n### Single Choice\n\nJust add as many points as you wish:\n\n [( )] ...\n [(X)] <-- Only the **X** is allowed.\n [( )] ...\n\n\n## Executable Code\n\nYou can make your code executable and define projects:\n\n``` js -EvalScript.js\nlet who = data.first_name + " " + data.last_name;\n\nif(data.online) {\n who + " is online"; }\nelse {\n who + " is NOT online"; }\n```\n``` json +Data.json\n{\n "first_name" : "Sammy",\n "last_name" : "Shark",\n "online" : true\n}\n```\n \ No newline at end of file +Lia \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4c1652c..6cdb8bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "liascript-preview-web", - "version": "0.2.62", + "version": "0.2.63", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "liascript-preview-web", - "version": "0.2.62", + "version": "0.2.63", "dependencies": { "mathjs": "^11.3.2", "tex-math-parser": "^2.0.3" diff --git a/package.json b/package.json index 1193f00..4a357ca 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/andre-dietrich/liascript-preview-vscode-web.git" }, "icon": "icon.png", - "version": "0.2.62", + "version": "0.2.63", "engines": { "vscode": "^1.89.0" },