observatorio-jekyll-theme 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +168 -0
- data/README.md +164 -0
- data/_config.yml +112 -0
- data/_data/assets.json +4 -0
- data/_data/en.yml +106 -0
- data/_data/es.yml +131 -0
- data/_data/forms/asociate.yml +55 -0
- data/_data/forms/contacto.yml +59 -0
- data/_data/forms/dona.yml +60 -0
- data/_data/forms/newsletter.yml +18 -0
- data/_data/forms/shipping_address.yml +94 -0
- data/_data/forms/sumate.yml +46 -0
- data/_data/forms/user.yml +13 -0
- data/_data/layouts/about.yml +112 -0
- data/_data/layouts/banner_1.yml +65 -0
- data/_data/layouts/banner_2.yml +89 -0
- data/_data/layouts/biblioteca.yml +110 -0
- data/_data/layouts/cart.yml +222 -0
- data/_data/layouts/confirmation.yml +68 -0
- data/_data/layouts/contacto.yml +82 -0
- data/_data/layouts/email.yml +56 -0
- data/_data/layouts/integrante.yml +60 -0
- data/_data/layouts/menu.yml +73 -0
- data/_data/layouts/payment.yml +126 -0
- data/_data/layouts/peticiones.yml +87 -0
- data/_data/layouts/post.yml +135 -0
- data/_data/layouts/product.yml +142 -0
- data/_data/layouts/shipment.yml +126 -0
- data/_data/layouts/theme.yml +266 -0
- data/_includes/5b0263ea6cfc4dab9f3d3fcec87a8337.webp +0 -0
- data/_includes/archive.html +14 -0
- data/_includes/archive_layout_about.html +0 -0
- data/_includes/archive_layout_articulos.html +14 -0
- data/_includes/archive_layout_banner-1.html +0 -0
- data/_includes/archive_layout_banner-2.html +0 -0
- data/_includes/archive_layout_banner_1.html +0 -0
- data/_includes/archive_layout_banner_2.html +0 -0
- data/_includes/archive_layout_biblioteca.html +16 -0
- data/_includes/archive_layout_contacto.html +0 -0
- data/_includes/archive_layout_integrantes.html +26 -0
- data/_includes/archive_layout_layout.html +0 -0
- data/_includes/archive_layout_menu.html +0 -0
- data/_includes/archive_layout_theme.html +0 -0
- data/_includes/archive_post.html +0 -0
- data/_includes/boolean.html +30 -0
- data/_includes/cart_add.html +8 -0
- data/_includes/cart_controller.html +11 -0
- data/_includes/contact.html +23 -0
- data/_includes/content.html +1 -0
- data/_includes/country.html +53 -0
- data/_includes/device_detector.html +15 -0
- data/_includes/donacion.html +125 -0
- data/_includes/email.html +1 -0
- data/_includes/file.html +35 -0
- data/_includes/floating_alert.html +6 -0
- data/_includes/footer.html +11 -0
- data/_includes/form/boolean.html +1 -0
- data/_includes/form/content.html +1 -0
- data/_includes/form/email.html +1 -0
- data/_includes/form/file.html +1 -0
- data/_includes/form/hidden.html +1 -0
- data/_includes/form/image.html +1 -0
- data/_includes/form/input.html +1 -0
- data/_includes/form/markdown_content.html +1 -0
- data/_includes/form/number.html +1 -0
- data/_includes/form/predefined_array.html +1 -0
- data/_includes/form/section.html +1 -0
- data/_includes/form/separator.html +1 -0
- data/_includes/form/string.html +1 -0
- data/_includes/form/submit.html +1 -0
- data/_includes/form/tel.html +1 -0
- data/_includes/form/text.html +1 -0
- data/_includes/form/url.html +1 -0
- data/_includes/hidden.html +5 -0
- data/_includes/image.html +32 -0
- data/_includes/input.html +49 -0
- data/_includes/intento%20logo%20b_edited.webp +0 -0
- data/_includes/item.html +38 -0
- data/_includes/logo.png +0 -0
- data/_includes/logo.svg +1560 -0
- data/_includes/markdown_content.html +1 -0
- data/_includes/matomo.html +15 -0
- data/_includes/menu.html +27 -0
- data/_includes/navbar.html +32 -0
- data/_includes/newsletter.html +10 -0
- data/_includes/notification.html +5 -0
- data/_includes/number.html +1 -0
- data/_includes/pack.html +1 -0
- data/_includes/password.html +1 -0
- data/_includes/pay_what_you_can_controller.html +13 -0
- data/_includes/picture.html +23 -0
- data/_includes/post.html +48 -0
- data/_includes/postal_code.html +45 -0
- data/_includes/predefined_array.html +39 -0
- data/_includes/preload_font.html +1 -0
- data/_includes/product.html +38 -0
- data/_includes/search.html +25 -0
- data/_includes/section.html +1 -0
- data/_includes/separator.html +1 -0
- data/_includes/share.html +22 -0
- data/_includes/share_box.html +29 -0
- data/_includes/social_networks.html +8 -0
- data/_includes/state.html +52 -0
- data/_includes/string.html +3 -0
- data/_includes/subitem.html +7 -0
- data/_includes/submit.html +5 -0
- data/_includes/tel.html +1 -0
- data/_includes/text.html +32 -0
- data/_includes/url.html +1 -0
- data/_includes/video.html +7 -0
- data/_layouts/about.html +52 -0
- data/_layouts/acciones.html +21 -0
- data/_layouts/archive.html +5 -0
- data/_layouts/asociate.html +20 -0
- data/_layouts/biblioteca.html +85 -0
- data/_layouts/cart.html +72 -0
- data/_layouts/confirmation.html +23 -0
- data/_layouts/contacto.html +47 -0
- data/_layouts/default.html +72 -0
- data/_layouts/dona.html +20 -0
- data/_layouts/home.html +142 -0
- data/_layouts/integrante.html +26 -0
- data/_layouts/layout-categories.html +5 -0
- data/_layouts/layout.html +6 -0
- data/_layouts/page.html +5 -0
- data/_layouts/participa.html +12 -0
- data/_layouts/payment.html +21 -0
- data/_layouts/peticiones.html +24 -0
- data/_layouts/post.html +91 -0
- data/_layouts/product.html +110 -0
- data/_layouts/shipment.html +52 -0
- data/_layouts/sumate.html +20 -0
- data/_sass/accessibility.scss +54 -0
- data/_sass/content.scss +11 -0
- data/_sass/editor.scss +29 -0
- data/_sass/embed.scss +13 -0
- data/_sass/floating_alert.scss +48 -0
- data/_sass/fonts.scss +29 -0
- data/_sass/helpers.scss +379 -0
- data/_sass/menu.scss +36 -0
- data/_sass/share_box.scss +26 -0
- data/_sass/slider.scss +29 -0
- data/_sass/snap.scss +60 -0
- data/_sass/toggler.scss +62 -0
- data/assets/css/styles.scss +173 -0
- data/assets/data/site.json +10 -0
- data/assets/fonts/forkawesome-webfont.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOjCnqEu92Fr1Mu51TzBhc9-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1MmgWxP-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1Mu52xP-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOmCnqEu92Fr1Me5Q-subset.woff2 +0 -0
- data/assets/js/pack.9dc6883564ec9354c89d.js +114 -0
- data/assets/js/pack.9dc6883564ec9354c89d.js.map +1 -0
- data/assets/templates/alert.html +9 -0
- data/assets/templates/cart.html +67 -0
- data/assets/templates/confirmation.html +67 -0
- data/assets/templates/payment_methods.html +64 -0
- data/assets/templates/recover_order.html +13 -0
- data/assets/templates/results.html +53 -0
- data/assets/templates/shipping_methods.html +38 -0
- metadata +568 -0
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
!function(e){var t={};function r(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.m=e,r.c=t,r.d=function(e,t,o){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(r.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(o,n,function(t){return e[t]}.bind(null,n));return o},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=640)}([function(e,t,r){var o=r(1),n=r(26).f,i=r(28),a=r(19),s=r(126),l=r(99),c=r(82);e.exports=function(e,t){var r,u,d,m,g,h=e.target,p=e.global,f=e.stat;if(r=p?o:f?o[h]||s(h,{}):(o[h]||{}).prototype)for(u in t){if(m=t[u],d=e.noTargetGet?(g=n(r,u))&&g.value:r[u],!c(p?u:h+(f?".":"#")+u,e.forced)&&void 0!==d){if(typeof m==typeof d)continue;l(m,d)}(e.sham||d&&d.sham)&&i(m,"sham",!0),a(r,u,m,e)}}},function(e,t,r){(function(t){var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof t&&t)||function(){return this}()||Function("return this")()}).call(this,r(76))},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,r){var o=r(77),n=Function.prototype,i=n.bind,a=n.call,s=o&&i.bind(a,a);e.exports=o?function(e){return e&&s(e)}:function(e){return e&&function(){return a.apply(e,arguments)}}},function(e,t,r){var o=r(1),n=r(6),i=o.String,a=o.TypeError;e.exports=function(e){if(n(e))return e;throw a(i(e)+" is not an object")}},function(e,t,r){var o=r(2);e.exports=!o((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,r){var o=r(9);e.exports=function(e){return"object"==typeof e?null!==e:o(e)}},function(e,t,r){var o=r(1),n=r(95),i=r(12),a=r(67),s=r(124),l=r(168),c=n("wks"),u=o.Symbol,d=u&&u.for,m=l?u:u&&u.withoutSetter||a;e.exports=function(e){if(!i(c,e)||!s&&"string"!=typeof c[e]){var t="Symbol."+e;s&&i(u,e)?c[e]=u[e]:c[e]=l&&d?d(t):m(t)}return c[e]}},function(e,t,r){var o=r(1),n=r(58),i=o.String;e.exports=function(e){if("Symbol"===n(e))throw TypeError("Cannot convert a Symbol value to a string");return i(e)}},function(e,t){e.exports=function(e){return"function"==typeof e}},function(e,t,r){"use strict";var o,n,i,a=r(140),s=r(5),l=r(1),c=r(9),u=r(6),d=r(12),m=r(58),g=r(79),h=r(28),p=r(19),f=r(13).f,x=r(33),v=r(42),y=r(44),S=r(7),b=r(67),A=l.Int8Array,w=A&&A.prototype,T=l.Uint8ClampedArray,P=T&&T.prototype,M=A&&v(A),_=w&&v(w),E=Object.prototype,L=l.TypeError,O=S("toStringTag"),B=b("TYPED_ARRAY_TAG"),C=b("TYPED_ARRAY_CONSTRUCTOR"),N=a&&!!y&&"Opera"!==m(l.opera),G=!1,R={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},I={BigInt64Array:8,BigUint64Array:8},k=function(e){if(!u(e))return!1;var t=m(e);return d(R,t)||d(I,t)};for(o in R)(i=(n=l[o])&&n.prototype)?h(i,C,n):N=!1;for(o in I)(i=(n=l[o])&&n.prototype)&&h(i,C,n);if((!N||!c(M)||M===Function.prototype)&&(M=function(){throw L("Incorrect invocation")},N))for(o in R)l[o]&&y(l[o],M);if((!N||!_||_===E)&&(_=M.prototype,N))for(o in R)l[o]&&y(l[o].prototype,_);if(N&&v(P)!==_&&y(P,_),s&&!d(_,O))for(o in G=!0,f(_,O,{get:function(){return u(this)?this[B]:void 0}}),R)l[o]&&h(l[o],B,o);e.exports={NATIVE_ARRAY_BUFFER_VIEWS:N,TYPED_ARRAY_CONSTRUCTOR:C,TYPED_ARRAY_TAG:G&&B,aTypedArray:function(e){if(k(e))return e;throw L("Target is not a typed array")},aTypedArrayConstructor:function(e){if(c(e)&&(!y||x(M,e)))return e;throw L(g(e)+" is not a typed array constructor")},exportTypedArrayMethod:function(e,t,r,o){if(s){if(r)for(var n in R){var i=l[n];if(i&&d(i.prototype,e))try{delete i.prototype[e]}catch(r){try{i.prototype[e]=t}catch(e){}}}_[e]&&!r||p(_,e,r?t:N&&w[e]||t,o)}},exportTypedArrayStaticMethod:function(e,t,r){var o,n;if(s){if(y){if(r)for(o in R)if((n=l[o])&&d(n,e))try{delete n[e]}catch(e){}if(M[e]&&!r)return;try{return p(M,e,r?t:N&&M[e]||t)}catch(e){}}for(o in R)!(n=l[o])||n[e]&&!r||p(n,e,t)}},isView:function(e){if(!u(e))return!1;var t=m(e);return"DataView"===t||d(R,t)||d(I,t)},isTypedArray:k,TypedArray:M,TypedArrayPrototype:_}},function(e,t,r){var o=r(77),n=Function.prototype.call;e.exports=o?n.bind(n):function(){return n.apply(n,arguments)}},function(e,t,r){var o=r(3),n=r(14),i=o({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return i(n(e),t)}},function(e,t,r){var o=r(1),n=r(5),i=r(170),a=r(171),s=r(4),l=r(55),c=o.TypeError,u=Object.defineProperty,d=Object.getOwnPropertyDescriptor;t.f=n?a?function(e,t,r){if(s(e),t=l(t),s(r),"function"==typeof e&&"prototype"===t&&"value"in r&&"writable"in r&&!r.writable){var o=d(e,t);o&&o.writable&&(e[t]=r.value,r={configurable:"configurable"in r?r.configurable:o.configurable,enumerable:"enumerable"in r?r.enumerable:o.enumerable,writable:!1})}return u(e,t,r)}:u:function(e,t,r){if(s(e),t=l(t),s(r),i)try{return u(e,t,r)}catch(e){}if("get"in r||"set"in r)throw c("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},function(e,t,r){var o=r(1),n=r(20),i=o.Object;e.exports=function(e){return i(n(e))}},function(e,t,r){"use strict";r.d(t,"a",(function(){return V})),r.d(t,"b",(function(){return Z}));class o{constructor(e,t,r){this.eventTarget=e,this.eventName=t,this.eventOptions=r,this.unorderedBindings=new Set}connect(){this.eventTarget.addEventListener(this.eventName,this,this.eventOptions)}disconnect(){this.eventTarget.removeEventListener(this.eventName,this,this.eventOptions)}bindingConnected(e){this.unorderedBindings.add(e)}bindingDisconnected(e){this.unorderedBindings.delete(e)}handleEvent(e){const t=function(e){if("immediatePropagationStopped"in e)return e;{const{stopImmediatePropagation:t}=e;return Object.assign(e,{immediatePropagationStopped:!1,stopImmediatePropagation(){this.immediatePropagationStopped=!0,t.call(this)}})}}(e);for(const e of this.bindings){if(t.immediatePropagationStopped)break;e.handleEvent(t)}}get bindings(){return Array.from(this.unorderedBindings).sort((e,t)=>{const r=e.index,o=t.index;return r<o?-1:r>o?1:0})}}class n{constructor(e){this.application=e,this.eventListenerMaps=new Map,this.started=!1}start(){this.started||(this.started=!0,this.eventListeners.forEach(e=>e.connect()))}stop(){this.started&&(this.started=!1,this.eventListeners.forEach(e=>e.disconnect()))}get eventListeners(){return Array.from(this.eventListenerMaps.values()).reduce((e,t)=>e.concat(Array.from(t.values())),[])}bindingConnected(e){this.fetchEventListenerForBinding(e).bindingConnected(e)}bindingDisconnected(e){this.fetchEventListenerForBinding(e).bindingDisconnected(e)}handleError(e,t,r={}){this.application.handleError(e,"Error "+t,r)}fetchEventListenerForBinding(e){const{eventTarget:t,eventName:r,eventOptions:o}=e;return this.fetchEventListener(t,r,o)}fetchEventListener(e,t,r){const o=this.fetchEventListenerMapForEventTarget(e),n=this.cacheKey(t,r);let i=o.get(n);return i||(i=this.createEventListener(e,t,r),o.set(n,i)),i}createEventListener(e,t,r){const n=new o(e,t,r);return this.started&&n.connect(),n}fetchEventListenerMapForEventTarget(e){let t=this.eventListenerMaps.get(e);return t||(t=new Map,this.eventListenerMaps.set(e,t)),t}cacheKey(e,t){const r=[e];return Object.keys(t).sort().forEach(e=>{r.push(`${t[e]?"":"!"}${e}`)}),r.join(":")}}const i=/^((.+?)(@(window|document))?->)?(.+?)(#([^:]+?))(:(.+))?$/;function a(e){return"window"==e?window:"document"==e?document:void 0}function s(e){return e.replace(/(?:[_-])([a-z0-9])/g,(e,t)=>t.toUpperCase())}function l(e){return e.charAt(0).toUpperCase()+e.slice(1)}function c(e){return e.replace(/([A-Z])/g,(e,t)=>"-"+t.toLowerCase())}const u={a:e=>"click",button:e=>"click",form:e=>"submit",details:e=>"toggle",input:e=>"submit"==e.getAttribute("type")?"click":"input",select:e=>"change",textarea:e=>"input"};function d(e){throw new Error(e)}function m(e){try{return JSON.parse(e)}catch(t){return e}}class g{constructor(e,t){this.context=e,this.action=t}get index(){return this.action.index}get eventTarget(){return this.action.eventTarget}get eventOptions(){return this.action.eventOptions}get identifier(){return this.context.identifier}handleEvent(e){this.willBeInvokedByEvent(e)&&this.invokeWithEvent(e)}get eventName(){return this.action.eventName}get method(){const e=this.controller[this.methodName];if("function"==typeof e)return e;throw new Error(`Action "${this.action}" references undefined method "${this.methodName}"`)}invokeWithEvent(e){const{target:t,currentTarget:r}=e;try{const{params:o}=this.action,n=Object.assign(e,{params:o});this.method.call(this.controller,n),this.context.logDebugActivity(this.methodName,{event:e,target:t,currentTarget:r,action:this.methodName})}catch(t){const{identifier:r,controller:o,element:n,index:i}=this,a={identifier:r,controller:o,element:n,index:i,event:e};this.context.handleError(t,`invoking action "${this.action}"`,a)}}willBeInvokedByEvent(e){const t=e.target;return this.element===t||(t instanceof Element&&this.element.contains(t)?this.scope.containsElement(t):this.scope.containsElement(this.action.element))}get controller(){return this.context.controller}get methodName(){return this.action.methodName}get element(){return this.scope.element}get scope(){return this.context.scope}}class h{constructor(e,t){this.mutationObserverInit={attributes:!0,childList:!0,subtree:!0},this.element=e,this.started=!1,this.delegate=t,this.elements=new Set,this.mutationObserver=new MutationObserver(e=>this.processMutations(e))}start(){this.started||(this.started=!0,this.mutationObserver.observe(this.element,this.mutationObserverInit),this.refresh())}pause(e){this.started&&(this.mutationObserver.disconnect(),this.started=!1),e(),this.started||(this.mutationObserver.observe(this.element,this.mutationObserverInit),this.started=!0)}stop(){this.started&&(this.mutationObserver.takeRecords(),this.mutationObserver.disconnect(),this.started=!1)}refresh(){if(this.started){const e=new Set(this.matchElementsInTree());for(const t of Array.from(this.elements))e.has(t)||this.removeElement(t);for(const t of Array.from(e))this.addElement(t)}}processMutations(e){if(this.started)for(const t of e)this.processMutation(t)}processMutation(e){"attributes"==e.type?this.processAttributeChange(e.target,e.attributeName):"childList"==e.type&&(this.processRemovedNodes(e.removedNodes),this.processAddedNodes(e.addedNodes))}processAttributeChange(e,t){const r=e;this.elements.has(r)?this.delegate.elementAttributeChanged&&this.matchElement(r)?this.delegate.elementAttributeChanged(r,t):this.removeElement(r):this.matchElement(r)&&this.addElement(r)}processRemovedNodes(e){for(const t of Array.from(e)){const e=this.elementFromNode(t);e&&this.processTree(e,this.removeElement)}}processAddedNodes(e){for(const t of Array.from(e)){const e=this.elementFromNode(t);e&&this.elementIsActive(e)&&this.processTree(e,this.addElement)}}matchElement(e){return this.delegate.matchElement(e)}matchElementsInTree(e=this.element){return this.delegate.matchElementsInTree(e)}processTree(e,t){for(const r of this.matchElementsInTree(e))t.call(this,r)}elementFromNode(e){if(e.nodeType==Node.ELEMENT_NODE)return e}elementIsActive(e){return e.isConnected==this.element.isConnected&&this.element.contains(e)}addElement(e){this.elements.has(e)||this.elementIsActive(e)&&(this.elements.add(e),this.delegate.elementMatched&&this.delegate.elementMatched(e))}removeElement(e){this.elements.has(e)&&(this.elements.delete(e),this.delegate.elementUnmatched&&this.delegate.elementUnmatched(e))}}class p{constructor(e,t,r){this.attributeName=t,this.delegate=r,this.elementObserver=new h(e,this)}get element(){return this.elementObserver.element}get selector(){return`[${this.attributeName}]`}start(){this.elementObserver.start()}pause(e){this.elementObserver.pause(e)}stop(){this.elementObserver.stop()}refresh(){this.elementObserver.refresh()}get started(){return this.elementObserver.started}matchElement(e){return e.hasAttribute(this.attributeName)}matchElementsInTree(e){const t=this.matchElement(e)?[e]:[],r=Array.from(e.querySelectorAll(this.selector));return t.concat(r)}elementMatched(e){this.delegate.elementMatchedAttribute&&this.delegate.elementMatchedAttribute(e,this.attributeName)}elementUnmatched(e){this.delegate.elementUnmatchedAttribute&&this.delegate.elementUnmatchedAttribute(e,this.attributeName)}elementAttributeChanged(e,t){this.delegate.elementAttributeValueChanged&&this.attributeName==t&&this.delegate.elementAttributeValueChanged(e,t)}}class f{constructor(e,t){this.element=e,this.delegate=t,this.started=!1,this.stringMap=new Map,this.mutationObserver=new MutationObserver(e=>this.processMutations(e))}start(){this.started||(this.started=!0,this.mutationObserver.observe(this.element,{attributes:!0,attributeOldValue:!0}),this.refresh())}stop(){this.started&&(this.mutationObserver.takeRecords(),this.mutationObserver.disconnect(),this.started=!1)}refresh(){if(this.started)for(const e of this.knownAttributeNames)this.refreshAttribute(e,null)}processMutations(e){if(this.started)for(const t of e)this.processMutation(t)}processMutation(e){const t=e.attributeName;t&&this.refreshAttribute(t,e.oldValue)}refreshAttribute(e,t){const r=this.delegate.getStringMapKeyForAttribute(e);if(null!=r){this.stringMap.has(e)||this.stringMapKeyAdded(r,e);const o=this.element.getAttribute(e);if(this.stringMap.get(e)!=o&&this.stringMapValueChanged(o,r,t),null==o){const t=this.stringMap.get(e);this.stringMap.delete(e),t&&this.stringMapKeyRemoved(r,e,t)}else this.stringMap.set(e,o)}}stringMapKeyAdded(e,t){this.delegate.stringMapKeyAdded&&this.delegate.stringMapKeyAdded(e,t)}stringMapValueChanged(e,t,r){this.delegate.stringMapValueChanged&&this.delegate.stringMapValueChanged(e,t,r)}stringMapKeyRemoved(e,t,r){this.delegate.stringMapKeyRemoved&&this.delegate.stringMapKeyRemoved(e,t,r)}get knownAttributeNames(){return Array.from(new Set(this.currentAttributeNames.concat(this.recordedAttributeNames)))}get currentAttributeNames(){return Array.from(this.element.attributes).map(e=>e.name)}get recordedAttributeNames(){return Array.from(this.stringMap.keys())}}function x(e,t,r){y(e,t).add(r)}function v(e,t,r){y(e,t).delete(r),function(e,t){const r=e.get(t);null!=r&&0==r.size&&e.delete(t)}(e,t)}function y(e,t){let r=e.get(t);return r||(r=new Set,e.set(t,r)),r}class S{constructor(){this.valuesByKey=new Map}get keys(){return Array.from(this.valuesByKey.keys())}get values(){return Array.from(this.valuesByKey.values()).reduce((e,t)=>e.concat(Array.from(t)),[])}get size(){return Array.from(this.valuesByKey.values()).reduce((e,t)=>e+t.size,0)}add(e,t){x(this.valuesByKey,e,t)}delete(e,t){v(this.valuesByKey,e,t)}has(e,t){const r=this.valuesByKey.get(e);return null!=r&&r.has(t)}hasKey(e){return this.valuesByKey.has(e)}hasValue(e){return Array.from(this.valuesByKey.values()).some(t=>t.has(e))}getValuesForKey(e){const t=this.valuesByKey.get(e);return t?Array.from(t):[]}getKeysForValue(e){return Array.from(this.valuesByKey).filter(([t,r])=>r.has(e)).map(([e,t])=>e)}}class b{constructor(e,t,r){this.attributeObserver=new p(e,t,this),this.delegate=r,this.tokensByElement=new S}get started(){return this.attributeObserver.started}start(){this.attributeObserver.start()}pause(e){this.attributeObserver.pause(e)}stop(){this.attributeObserver.stop()}refresh(){this.attributeObserver.refresh()}get element(){return this.attributeObserver.element}get attributeName(){return this.attributeObserver.attributeName}elementMatchedAttribute(e){this.tokensMatched(this.readTokensForElement(e))}elementAttributeValueChanged(e){const[t,r]=this.refreshTokensForElement(e);this.tokensUnmatched(t),this.tokensMatched(r)}elementUnmatchedAttribute(e){this.tokensUnmatched(this.tokensByElement.getValuesForKey(e))}tokensMatched(e){e.forEach(e=>this.tokenMatched(e))}tokensUnmatched(e){e.forEach(e=>this.tokenUnmatched(e))}tokenMatched(e){this.delegate.tokenMatched(e),this.tokensByElement.add(e.element,e)}tokenUnmatched(e){this.delegate.tokenUnmatched(e),this.tokensByElement.delete(e.element,e)}refreshTokensForElement(e){const t=this.tokensByElement.getValuesForKey(e),r=this.readTokensForElement(e),o=function(e,t){const r=Math.max(e.length,t.length);return Array.from({length:r},(r,o)=>[e[o],t[o]])}(t,r).findIndex(([e,t])=>{return o=t,!((r=e)&&o&&r.index==o.index&&r.content==o.content);var r,o});return-1==o?[[],[]]:[t.slice(o),r.slice(o)]}readTokensForElement(e){const t=this.attributeName;return function(e,t,r){return e.trim().split(/\s+/).filter(e=>e.length).map((e,o)=>({element:t,attributeName:r,content:e,index:o}))}(e.getAttribute(t)||"",e,t)}}class A{constructor(e,t,r){this.tokenListObserver=new b(e,t,this),this.delegate=r,this.parseResultsByToken=new WeakMap,this.valuesByTokenByElement=new WeakMap}get started(){return this.tokenListObserver.started}start(){this.tokenListObserver.start()}stop(){this.tokenListObserver.stop()}refresh(){this.tokenListObserver.refresh()}get element(){return this.tokenListObserver.element}get attributeName(){return this.tokenListObserver.attributeName}tokenMatched(e){const{element:t}=e,{value:r}=this.fetchParseResultForToken(e);r&&(this.fetchValuesByTokenForElement(t).set(e,r),this.delegate.elementMatchedValue(t,r))}tokenUnmatched(e){const{element:t}=e,{value:r}=this.fetchParseResultForToken(e);r&&(this.fetchValuesByTokenForElement(t).delete(e),this.delegate.elementUnmatchedValue(t,r))}fetchParseResultForToken(e){let t=this.parseResultsByToken.get(e);return t||(t=this.parseToken(e),this.parseResultsByToken.set(e,t)),t}fetchValuesByTokenForElement(e){let t=this.valuesByTokenByElement.get(e);return t||(t=new Map,this.valuesByTokenByElement.set(e,t)),t}parseToken(e){try{return{value:this.delegate.parseValueForToken(e)}}catch(e){return{error:e}}}}class w{constructor(e,t){this.context=e,this.delegate=t,this.bindingsByAction=new Map}start(){this.valueListObserver||(this.valueListObserver=new A(this.element,this.actionAttribute,this),this.valueListObserver.start())}stop(){this.valueListObserver&&(this.valueListObserver.stop(),delete this.valueListObserver,this.disconnectAllActions())}get element(){return this.context.element}get identifier(){return this.context.identifier}get actionAttribute(){return this.schema.actionAttribute}get schema(){return this.context.schema}get bindings(){return Array.from(this.bindingsByAction.values())}connectAction(e){const t=new g(this.context,e);this.bindingsByAction.set(e,t),this.delegate.bindingConnected(t)}disconnectAction(e){const t=this.bindingsByAction.get(e);t&&(this.bindingsByAction.delete(e),this.delegate.bindingDisconnected(t))}disconnectAllActions(){this.bindings.forEach(e=>this.delegate.bindingDisconnected(e)),this.bindingsByAction.clear()}parseValueForToken(e){const t=class{constructor(e,t,r){this.element=e,this.index=t,this.eventTarget=r.eventTarget||e,this.eventName=r.eventName||function(e){const t=e.tagName.toLowerCase();if(t in u)return u[t](e)}(e)||d("missing event name"),this.eventOptions=r.eventOptions||{},this.identifier=r.identifier||d("missing identifier"),this.methodName=r.methodName||d("missing method name")}static forToken(e){return new this(e.element,e.index,function(e){const t=e.trim().match(i)||[];return{eventTarget:a(t[4]),eventName:t[2],eventOptions:t[9]?(r=t[9],r.split(":").reduce((e,t)=>Object.assign(e,{[t.replace(/^!/,"")]:!/^!/.test(t)}),{})):{},identifier:t[5],methodName:t[7]};var r}(e.content))}toString(){const e=this.eventTargetName?"@"+this.eventTargetName:"";return`${this.eventName}${e}->${this.identifier}#${this.methodName}`}get params(){return this.eventTarget instanceof Element?this.getParamsFromEventTargetAttributes(this.eventTarget):{}}getParamsFromEventTargetAttributes(e){const t={},r=new RegExp(`^data-${this.identifier}-(.+)-param$`);return Array.from(e.attributes).forEach(({name:e,value:o})=>{const n=e.match(r),i=n&&n[1];i&&Object.assign(t,{[s(i)]:m(o)})}),t}get eventTargetName(){return(e=this.eventTarget)==window?"window":e==document?"document":void 0;var e}}.forToken(e);if(t.identifier==this.identifier)return t}elementMatchedValue(e,t){this.connectAction(t)}elementUnmatchedValue(e,t){this.disconnectAction(t)}}class T{constructor(e,t){this.context=e,this.receiver=t,this.stringMapObserver=new f(this.element,this),this.valueDescriptorMap=this.controller.valueDescriptorMap,this.invokeChangedCallbacksForDefaultValues()}start(){this.stringMapObserver.start()}stop(){this.stringMapObserver.stop()}get element(){return this.context.element}get controller(){return this.context.controller}getStringMapKeyForAttribute(e){if(e in this.valueDescriptorMap)return this.valueDescriptorMap[e].name}stringMapKeyAdded(e,t){const r=this.valueDescriptorMap[t];this.hasValue(e)||this.invokeChangedCallback(e,r.writer(this.receiver[e]),r.writer(r.defaultValue))}stringMapValueChanged(e,t,r){const o=this.valueDescriptorNameMap[t];null!==e&&(null===r&&(r=o.writer(o.defaultValue)),this.invokeChangedCallback(t,e,r))}stringMapKeyRemoved(e,t,r){const o=this.valueDescriptorNameMap[e];this.hasValue(e)?this.invokeChangedCallback(e,o.writer(this.receiver[e]),r):this.invokeChangedCallback(e,o.writer(o.defaultValue),r)}invokeChangedCallbacksForDefaultValues(){for(const{key:e,name:t,defaultValue:r,writer:o}of this.valueDescriptors)null==r||this.controller.data.has(e)||this.invokeChangedCallback(t,o(r),void 0)}invokeChangedCallback(e,t,r){const o=e+"Changed",n=this.receiver[o];if("function"==typeof n){const o=this.valueDescriptorNameMap[e],i=o.reader(t);let a=r;r&&(a=o.reader(r)),n.call(this.receiver,i,a)}}get valueDescriptors(){const{valueDescriptorMap:e}=this;return Object.keys(e).map(t=>e[t])}get valueDescriptorNameMap(){const e={};return Object.keys(this.valueDescriptorMap).forEach(t=>{const r=this.valueDescriptorMap[t];e[r.name]=r}),e}hasValue(e){const t="has"+l(this.valueDescriptorNameMap[e].name);return this.receiver[t]}}class P{constructor(e,t){this.context=e,this.delegate=t,this.targetsByName=new S}start(){this.tokenListObserver||(this.tokenListObserver=new b(this.element,this.attributeName,this),this.tokenListObserver.start())}stop(){this.tokenListObserver&&(this.disconnectAllTargets(),this.tokenListObserver.stop(),delete this.tokenListObserver)}tokenMatched({element:e,content:t}){this.scope.containsElement(e)&&this.connectTarget(e,t)}tokenUnmatched({element:e,content:t}){this.disconnectTarget(e,t)}connectTarget(e,t){var r;this.targetsByName.has(t,e)||(this.targetsByName.add(t,e),null===(r=this.tokenListObserver)||void 0===r||r.pause(()=>this.delegate.targetConnected(e,t)))}disconnectTarget(e,t){var r;this.targetsByName.has(t,e)&&(this.targetsByName.delete(t,e),null===(r=this.tokenListObserver)||void 0===r||r.pause(()=>this.delegate.targetDisconnected(e,t)))}disconnectAllTargets(){for(const e of this.targetsByName.keys)for(const t of this.targetsByName.getValuesForKey(e))this.disconnectTarget(t,e)}get attributeName(){return`data-${this.context.identifier}-target`}get element(){return this.context.element}get scope(){return this.context.scope}}class M{constructor(e,t){this.logDebugActivity=(e,t={})=>{const{identifier:r,controller:o,element:n}=this;t=Object.assign({identifier:r,controller:o,element:n},t),this.application.logDebugActivity(this.identifier,e,t)},this.module=e,this.scope=t,this.controller=new e.controllerConstructor(this),this.bindingObserver=new w(this,this.dispatcher),this.valueObserver=new T(this,this.controller),this.targetObserver=new P(this,this);try{this.controller.initialize(),this.logDebugActivity("initialize")}catch(e){this.handleError(e,"initializing controller")}}connect(){this.bindingObserver.start(),this.valueObserver.start(),this.targetObserver.start();try{this.controller.connect(),this.logDebugActivity("connect")}catch(e){this.handleError(e,"connecting controller")}}disconnect(){try{this.controller.disconnect(),this.logDebugActivity("disconnect")}catch(e){this.handleError(e,"disconnecting controller")}this.targetObserver.stop(),this.valueObserver.stop(),this.bindingObserver.stop()}get application(){return this.module.application}get identifier(){return this.module.identifier}get schema(){return this.application.schema}get dispatcher(){return this.application.dispatcher}get element(){return this.scope.element}get parentElement(){return this.element.parentElement}handleError(e,t,r={}){const{identifier:o,controller:n,element:i}=this;r=Object.assign({identifier:o,controller:n,element:i},r),this.application.handleError(e,"Error "+t,r)}targetConnected(e,t){this.invokeControllerMethod(t+"TargetConnected",e)}targetDisconnected(e,t){this.invokeControllerMethod(t+"TargetDisconnected",e)}invokeControllerMethod(e,...t){const r=this.controller;"function"==typeof r[e]&&r[e](...t)}}function _(e,t){const r=L(e);return Array.from(r.reduce((e,r)=>(function(e,t){const r=e[t];return Array.isArray(r)?r:[]}(r,t).forEach(t=>e.add(t)),e),new Set))}function E(e,t){return L(e).reduce((e,r)=>(e.push(...function(e,t){const r=e[t];return r?Object.keys(r).map(e=>[e,r[e]]):[]}(r,t)),e),[])}function L(e){const t=[];for(;e;)t.push(e),e=Object.getPrototypeOf(e);return t.reverse()}function O(e){return function(e,t){const r=C(e),o=function(e,t){return B(t).reduce((r,o)=>{const n=function(e,t,r){const o=Object.getOwnPropertyDescriptor(e,r);if(!o||!("value"in o)){const e=Object.getOwnPropertyDescriptor(t,r).value;return o&&(e.get=o.get||e.get,e.set=o.set||e.set),e}}(e,t,o);return n&&Object.assign(r,{[o]:n}),r},{})}(e.prototype,t);return Object.defineProperties(r.prototype,o),r}(e,function(e){return _(e,"blessings").reduce((t,r)=>{const o=r(e);for(const e in o){const r=t[e]||{};t[e]=Object.assign(r,o[e])}return t},{})}(e))}const B="function"==typeof Object.getOwnPropertySymbols?e=>[...Object.getOwnPropertyNames(e),...Object.getOwnPropertySymbols(e)]:Object.getOwnPropertyNames,C=(()=>{function e(e){function t(){return Reflect.construct(e,arguments,new.target)}return t.prototype=Object.create(e.prototype,{constructor:{value:t}}),Reflect.setPrototypeOf(t,e),t}try{return function(){const t=e((function(){this.a.call(this)}));t.prototype.a=function(){},new t}(),e}catch(e){return e=>class extends e{}}})();class N{constructor(e,t){this.application=e,this.definition=function(e){return{identifier:e.identifier,controllerConstructor:O(e.controllerConstructor)}}(t),this.contextsByScope=new WeakMap,this.connectedContexts=new Set}get identifier(){return this.definition.identifier}get controllerConstructor(){return this.definition.controllerConstructor}get contexts(){return Array.from(this.connectedContexts)}connectContextForScope(e){const t=this.fetchContextForScope(e);this.connectedContexts.add(t),t.connect()}disconnectContextForScope(e){const t=this.contextsByScope.get(e);t&&(this.connectedContexts.delete(t),t.disconnect())}fetchContextForScope(e){let t=this.contextsByScope.get(e);return t||(t=new M(this,e),this.contextsByScope.set(e,t)),t}}class G{constructor(e){this.scope=e}has(e){return this.data.has(this.getDataKey(e))}get(e){return this.getAll(e)[0]}getAll(e){const t=this.data.get(this.getDataKey(e))||"";return t.match(/[^\s]+/g)||[]}getAttributeName(e){return this.data.getAttributeNameForKey(this.getDataKey(e))}getDataKey(e){return e+"-class"}get data(){return this.scope.data}}class R{constructor(e){this.scope=e}get element(){return this.scope.element}get identifier(){return this.scope.identifier}get(e){const t=this.getAttributeNameForKey(e);return this.element.getAttribute(t)}set(e,t){const r=this.getAttributeNameForKey(e);return this.element.setAttribute(r,t),this.get(e)}has(e){const t=this.getAttributeNameForKey(e);return this.element.hasAttribute(t)}delete(e){if(this.has(e)){const t=this.getAttributeNameForKey(e);return this.element.removeAttribute(t),!0}return!1}getAttributeNameForKey(e){return`data-${this.identifier}-${c(e)}`}}class I{constructor(e){this.warnedKeysByObject=new WeakMap,this.logger=e}warn(e,t,r){let o=this.warnedKeysByObject.get(e);o||(o=new Set,this.warnedKeysByObject.set(e,o)),o.has(t)||(o.add(t),this.logger.warn(r,e))}}function k(e,t){return`[${e}~="${t}"]`}class F{constructor(e){this.scope=e}get element(){return this.scope.element}get identifier(){return this.scope.identifier}get schema(){return this.scope.schema}has(e){return null!=this.find(e)}find(...e){return e.reduce((e,t)=>e||this.findTarget(t)||this.findLegacyTarget(t),void 0)}findAll(...e){return e.reduce((e,t)=>[...e,...this.findAllTargets(t),...this.findAllLegacyTargets(t)],[])}findTarget(e){const t=this.getSelectorForTargetName(e);return this.scope.findElement(t)}findAllTargets(e){const t=this.getSelectorForTargetName(e);return this.scope.findAllElements(t)}getSelectorForTargetName(e){return k(this.schema.targetAttributeForScope(this.identifier),e)}findLegacyTarget(e){const t=this.getLegacySelectorForTargetName(e);return this.deprecate(this.scope.findElement(t),e)}findAllLegacyTargets(e){const t=this.getLegacySelectorForTargetName(e);return this.scope.findAllElements(t).map(t=>this.deprecate(t,e))}getLegacySelectorForTargetName(e){const t=`${this.identifier}.${e}`;return k(this.schema.targetAttribute,t)}deprecate(e,t){if(e){const{identifier:r}=this,o=this.schema.targetAttribute,n=this.schema.targetAttributeForScope(r);this.guide.warn(e,"target:"+t,`Please replace ${o}="${r}.${t}" with ${n}="${t}". The ${o} attribute is deprecated and will be removed in a future version of Stimulus.`)}return e}get guide(){return this.scope.guide}}class D{constructor(e,t,r,o){this.targets=new F(this),this.classes=new G(this),this.data=new R(this),this.containsElement=e=>e.closest(this.controllerSelector)===this.element,this.schema=e,this.element=t,this.identifier=r,this.guide=new I(o)}findElement(e){return this.element.matches(e)?this.element:this.queryElements(e).find(this.containsElement)}findAllElements(e){return[...this.element.matches(e)?[this.element]:[],...this.queryElements(e).filter(this.containsElement)]}queryElements(e){return Array.from(this.element.querySelectorAll(e))}get controllerSelector(){return k(this.schema.controllerAttribute,this.identifier)}}class ${constructor(e,t,r){this.element=e,this.schema=t,this.delegate=r,this.valueListObserver=new A(this.element,this.controllerAttribute,this),this.scopesByIdentifierByElement=new WeakMap,this.scopeReferenceCounts=new WeakMap}start(){this.valueListObserver.start()}stop(){this.valueListObserver.stop()}get controllerAttribute(){return this.schema.controllerAttribute}parseValueForToken(e){const{element:t,content:r}=e,o=this.fetchScopesByIdentifierForElement(t);let n=o.get(r);return n||(n=this.delegate.createScopeForElementAndIdentifier(t,r),o.set(r,n)),n}elementMatchedValue(e,t){const r=(this.scopeReferenceCounts.get(t)||0)+1;this.scopeReferenceCounts.set(t,r),1==r&&this.delegate.scopeConnected(t)}elementUnmatchedValue(e,t){const r=this.scopeReferenceCounts.get(t);r&&(this.scopeReferenceCounts.set(t,r-1),1==r&&this.delegate.scopeDisconnected(t))}fetchScopesByIdentifierForElement(e){let t=this.scopesByIdentifierByElement.get(e);return t||(t=new Map,this.scopesByIdentifierByElement.set(e,t)),t}}class X{constructor(e){this.application=e,this.scopeObserver=new $(this.element,this.schema,this),this.scopesByIdentifier=new S,this.modulesByIdentifier=new Map}get element(){return this.application.element}get schema(){return this.application.schema}get logger(){return this.application.logger}get controllerAttribute(){return this.schema.controllerAttribute}get modules(){return Array.from(this.modulesByIdentifier.values())}get contexts(){return this.modules.reduce((e,t)=>e.concat(t.contexts),[])}start(){this.scopeObserver.start()}stop(){this.scopeObserver.stop()}loadDefinition(e){this.unloadIdentifier(e.identifier);const t=new N(this.application,e);this.connectModule(t)}unloadIdentifier(e){const t=this.modulesByIdentifier.get(e);t&&this.disconnectModule(t)}getContextForElementAndIdentifier(e,t){const r=this.modulesByIdentifier.get(t);if(r)return r.contexts.find(t=>t.element==e)}handleError(e,t,r){this.application.handleError(e,t,r)}createScopeForElementAndIdentifier(e,t){return new D(this.schema,e,t,this.logger)}scopeConnected(e){this.scopesByIdentifier.add(e.identifier,e);const t=this.modulesByIdentifier.get(e.identifier);t&&t.connectContextForScope(e)}scopeDisconnected(e){this.scopesByIdentifier.delete(e.identifier,e);const t=this.modulesByIdentifier.get(e.identifier);t&&t.disconnectContextForScope(e)}connectModule(e){this.modulesByIdentifier.set(e.identifier,e);this.scopesByIdentifier.getValuesForKey(e.identifier).forEach(t=>e.connectContextForScope(t))}disconnectModule(e){this.modulesByIdentifier.delete(e.identifier);this.scopesByIdentifier.getValuesForKey(e.identifier).forEach(t=>e.disconnectContextForScope(t))}}const U={controllerAttribute:"data-controller",actionAttribute:"data-action",targetAttribute:"data-target",targetAttributeForScope:e=>`data-${e}-target`};class V{constructor(e=document.documentElement,t=U){this.logger=console,this.debug=!1,this.logDebugActivity=(e,t,r={})=>{this.debug&&this.logFormattedMessage(e,t,r)},this.element=e,this.schema=t,this.dispatcher=new n(this),this.router=new X(this)}static start(e,t){const r=new V(e,t);return r.start(),r}async start(){await new Promise(e=>{"loading"==document.readyState?document.addEventListener("DOMContentLoaded",()=>e()):e()}),this.logDebugActivity("application","starting"),this.dispatcher.start(),this.router.start(),this.logDebugActivity("application","start")}stop(){this.logDebugActivity("application","stopping"),this.dispatcher.stop(),this.router.stop(),this.logDebugActivity("application","stop")}register(e,t){t.shouldLoad&&this.load({identifier:e,controllerConstructor:t})}load(e,...t){(Array.isArray(e)?e:[e,...t]).forEach(e=>this.router.loadDefinition(e))}unload(e,...t){(Array.isArray(e)?e:[e,...t]).forEach(e=>this.router.unloadIdentifier(e))}get controllers(){return this.router.contexts.map(e=>e.controller)}getControllerForElementAndIdentifier(e,t){const r=this.router.getContextForElementAndIdentifier(e,t);return r?r.controller:null}handleError(e,t,r){var o;this.logger.error("%s\n\n%o\n\n%o",t,e,r),null===(o=window.onerror)||void 0===o||o.call(window,t,"",0,0,e)}logFormattedMessage(e,t,r={}){r=Object.assign({application:this},r),this.logger.groupCollapsed(`${e} #${t}`),this.logger.log("details:",Object.assign({},r)),this.logger.groupEnd()}}function H([e,t]){return function(e,t){const r=c(e)+"-value",o=function(e){const t=function(e){const t=j(e.type);if(t){const r=W(e.default);if(t!==r)throw new Error(`Type "${t}" must match the type of the default value. Given default value: "${e.default}" as "${r}"`);return t}}(e),r=W(e),o=j(e),n=t||r||o;if(n)return n;throw new Error(`Unknown value type "${e}"`)}(t);return{type:o,key:r,name:s(r),get defaultValue(){return function(e){const t=j(e);if(t)return K[t];const r=e.default;return void 0!==r?r:e}(t)},get hasCustomDefaultValue(){return void 0!==W(t)},reader:Y[o],writer:Q[o]||Q.default}}(e,t)}function j(e){switch(e){case Array:return"array";case Boolean:return"boolean";case Number:return"number";case Object:return"object";case String:return"string"}}function W(e){switch(typeof e){case"boolean":return"boolean";case"number":return"number";case"string":return"string"}return Array.isArray(e)?"array":"[object Object]"===Object.prototype.toString.call(e)?"object":void 0}const K={get array(){return[]},boolean:!1,number:0,get object(){return{}},string:""},Y={array(e){const t=JSON.parse(e);if(!Array.isArray(t))throw new TypeError("Expected array");return t},boolean:e=>!("0"==e||"false"==e),number:e=>Number(e),object(e){const t=JSON.parse(e);if(null===t||"object"!=typeof t||Array.isArray(t))throw new TypeError("Expected object");return t},string:e=>e},Q={default:function(e){return""+e},array:z,object:z};function z(e){return JSON.stringify(e)}class Z{constructor(e){this.context=e}static get shouldLoad(){return!0}get application(){return this.context.application}get scope(){return this.context.scope}get element(){return this.scope.element}get identifier(){return this.scope.identifier}get targets(){return this.scope.targets}get classes(){return this.scope.classes}get data(){return this.scope.data}initialize(){}connect(){}disconnect(){}dispatch(e,{target:t=this.element,detail:r={},prefix:o=this.identifier,bubbles:n=!0,cancelable:i=!0}={}){const a=new CustomEvent(o?`${o}:${e}`:e,{detail:r,bubbles:n,cancelable:i});return t.dispatchEvent(a),a}}Z.blessings=[function(e){return _(e,"classes").reduce((e,t)=>{return Object.assign(e,{[(r=t)+"Class"]:{get(){const{classes:e}=this;if(e.has(r))return e.get(r);{const t=e.getAttributeName(r);throw new Error(`Missing attribute "${t}"`)}}},[r+"Classes"]:{get(){return this.classes.getAll(r)}},[`has${l(r)}Class`]:{get(){return this.classes.has(r)}}});var r},{})},function(e){return _(e,"targets").reduce((e,t)=>{return Object.assign(e,{[(r=t)+"Target"]:{get(){const e=this.targets.find(r);if(e)return e;throw new Error(`Missing target element "${r}" for "${this.identifier}" controller`)}},[r+"Targets"]:{get(){return this.targets.findAll(r)}},[`has${l(r)}Target`]:{get(){return this.targets.has(r)}}});var r},{})},function(e){const t=E(e,"values"),r={valueDescriptorMap:{get(){return t.reduce((e,t)=>{const r=H(t),o=this.data.getAttributeNameForKey(r.key);return Object.assign(e,{[o]:r})},{})}}};return t.reduce((e,t)=>Object.assign(e,function(e){const t=H(e),{key:r,name:o,reader:n,writer:i}=t;return{[o]:{get(){const e=this.data.get(r);return null!==e?n(e):t.defaultValue},set(e){void 0===e?this.data.delete(r):this.data.set(r,i(e))}},["has"+l(o)]:{get(){return this.data.has(r)||t.hasCustomDefaultValue}}}}(t)),r)}],Z.targets=[],Z.values={}},function(e,t,r){"use strict";r.r(t),r.d(t,"CartBaseController",(function(){return f}));var o=r(15),n=r(75);function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=function(e,t){if(!e)return;if("string"==typeof e)return s(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return s(e,t)}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var o=0,n=function(){};return{s:n,n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){l=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(l)throw i}}}}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function l(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function c(e){return function(){var t=this,r=arguments;return new Promise((function(o,n){var i=e.apply(t,r);function a(e){l(i,o,n,a,s,"next",e)}function s(e){l(i,o,n,a,s,"throw",e)}a(void 0)}))}}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function d(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function m(e,t){return(m=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function g(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p(e);if(t){var n=p(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return h(this,r)}}function h(e,t){if(t&&("object"===i(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function p(e){return(p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var f=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&m(e,t)}(f,e);var t,r,o,i,s,l,h,p=g(f);function f(){return u(this,f),p.apply(this,arguments)}return t=f,(r=[{key:"spree",get:function(){return window.spree}},{key:"products",get:function(){var e=this;return this.cart?this.cart.data.relationships.variants.data.map((function(t){return JSON.parse(e.storage.getItem("cart:item:".concat(t.id)))})).filter((function(e){return null!==e})):[]}},{key:"storage",get:function(){return window.localStorage}},{key:"storageTemp",get:function(){return window.sessionStorage}},{key:"cart",get:function(){return JSON.parse(this.storage.getItem("cart"))},set:function(e){this.storage.setItem("cart",JSON.stringify(e.success()))}},{key:"email",get:function(){return this.storageTemp.getItem("email")},set:function(e){this.storageTemp.setItem("email",e)}},{key:"token",get:function(){return this.storage.getItem("token")}},{key:"bearerToken",get:function(){return this.storageTemp.getItem("bearerToken")},set:function(e){this.storageTemp.setItem("bearerToken",e)}},{key:"engine",get:function(){return window.liquid||(window.liquid=new n.a),window.liquid}},{key:"counterUpdate",value:function(){var e=this.cart.data.attributes.item_count;window.dispatchEvent(new CustomEvent("cart:counter",{detail:{item_count:e}})),this.storage.setItem("cart:counter",e)}},{key:"idFromInputName",value:function(e){var t=e.name.match(/\[([^\]]+)\]$/);return null===t?e.name:t[1]}},{key:"handleFailure",value:(h=c(regeneratorRuntime.mark((function e(t){var r,o,n,i,a,s,l,c,u,d,m;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r={type:"primary"},o="alert",n=window.site,i=t.fail(),e.t0=i.name,e.next="MisconfigurationError"===e.t0?7:"NoResponseError"===e.t0?9:"SpreeError"===e.t0?11:"BasicSpreeError"===e.t0?13:"ExpandedSpreeError"===e.t0?15:19;break;case 7:return r.content=i.message,e.abrupt("break",20);case 9:return r.content=n.i18n.alerts.no_response_error,e.abrupt("break",20);case 11:return r.content=n.i18n.alerts.spree_error,e.abrupt("break",20);case 13:return 404===i.serverResponse.status?(o="recover_order",r.content=n.i18n.alerts.recover_order):r.content=t.fail().summary,e.abrupt("break",20);case 15:for(a=[],s=0,l=Object.keys(i.errors);s<l.length;s++)d=l[s],null!==(c=n.i18n.errors)&&void 0!==c&&c.fields[d]||console.error("El campo no tiene traducción",d),m=[i.errors[d]].flat().filter((function(e){return e})),a.push("".concat(null===(u=n.i18n.errors)||void 0===u?void 0:u.fields[d],": ").concat(m.join(", ")));return r.content=a.join(". "),e.abrupt("break",20);case 19:r.content=i.message;case 20:console.error(i.name,r.content),window.dispatchEvent(new CustomEvent("notification",{detail:{template:o,data:r}}));case 22:case"end":return e.stop()}}),e)}))),function(e){return h.apply(this,arguments)})},{key:"formDisabled",set:function(e){this.hasFormTarget&&this.formTarget.elements.forEach((function(t){return t.disabled=!!e}))}},{key:"assignShippingAddress",value:function(){if(this.bearerToken){var e=this.bearerToken,t=this.token;this.spree.sutty.assignOrderShippingAddress({bearerToken:e},{orderToken:t})}}},{key:"notify",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};window.dispatchEvent(new CustomEvent("notification",{detail:{template:"alert",data:e}}))}},{key:"visit",value:function(e){try{if(e.startsWith("http"))throw"External";Turbo.visit(e)}catch(t){window.location=e}}},{key:"firstAddress",value:(l=c(regeneratorRuntime.mark((function e(t){var r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this._firstAddress){e.next=8;break}return e.next=3,this.spree.account.addressesList({bearerToken:t});case 3:if(!(r=e.sent).isFail()){e.next=7;break}return this.handleFailure(r),e.abrupt("return");case 7:this._firstAddress=r.success().data[0];case 8:return e.abrupt("return",this._firstAddress);case 9:case"end":return e.stop()}}),e,this)}))),function(e){return l.apply(this,arguments)})},{key:"updateAddress",value:(s=c(regeneratorRuntime.mark((function e(t,r,o){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.spree.account.updateAddress({bearerToken:t},r,{address:o});case 2:if(!(n=e.sent).isFail()){e.next=6;break}return this.handleFailure(n),e.abrupt("return");case 6:return e.abrupt("return",n.success());case 7:case"end":return e.stop()}}),e,this)}))),function(e,t,r){return s.apply(this,arguments)})},{key:"shippingMethods",value:(i=c(regeneratorRuntime.mark((function e(t){var r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.spree.checkout.shippingMethods({orderToken:t},{include:"shipping_rates"});case 2:if(!(r=e.sent).isFail()){e.next=6;break}return this.handleFailure(r),e.abrupt("return");case 6:return e.abrupt("return",r.success());case 7:case"end":return e.stop()}}),e,this)}))),function(e){return i.apply(this,arguments)})},{key:"fireCajon",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"open",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"cajon";window.dispatchEvent(new CustomEvent("cajon",{detail:{cajon:t,state:e}}))}},{key:"formDataToObject",value:function(e){var t,r={},o=a(e);try{for(o.s();!(t=o.n()).done;){var n=t.value;n[0].startsWith("_ignore_")||(r[n[0]]=n[1])}}catch(e){o.e(e)}finally{o.f()}return r}}])&&d(t.prototype,r),o&&d(t,o),Object.defineProperty(t,"prototype",{writable:!1}),f}(o.b)},function(e,t,r){var o=r(34);e.exports=function(e){return o(e.length)}},function(e,t,r){var o=r(1),n=r(9),i=function(e){return n(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?i(o[e]):o[e]&&o[e][t]}},function(e,t,r){var o=r(1),n=r(9),i=r(12),a=r(28),s=r(126),l=r(97),c=r(21),u=r(68).CONFIGURABLE,d=c.get,m=c.enforce,g=String(String).split("String");(e.exports=function(e,t,r,l){var c,d=!!l&&!!l.unsafe,h=!!l&&!!l.enumerable,p=!!l&&!!l.noTargetGet,f=l&&void 0!==l.name?l.name:t;n(r)&&("Symbol("===String(f).slice(0,7)&&(f="["+String(f).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!i(r,"name")||u&&r.name!==f)&&a(r,"name",f),(c=m(r)).source||(c.source=g.join("string"==typeof f?f:""))),e!==o?(d?!p&&e[t]&&(h=!0):delete e[t],h?e[t]=r:a(e,t,r)):h?e[t]=r:s(t,r)})(Function.prototype,"toString",(function(){return n(this)&&d(this).source||l(this)}))},function(e,t,r){var o=r(1).TypeError;e.exports=function(e){if(null==e)throw o("Can't call method on "+e);return e}},function(e,t,r){var o,n,i,a=r(172),s=r(1),l=r(3),c=r(6),u=r(28),d=r(12),m=r(125),g=r(98),h=r(80),p=s.TypeError,f=s.WeakMap;if(a||m.state){var x=m.state||(m.state=new f),v=l(x.get),y=l(x.has),S=l(x.set);o=function(e,t){if(y(x,e))throw new p("Object already initialized");return t.facade=e,S(x,e,t),t},n=function(e){return v(x,e)||{}},i=function(e){return y(x,e)}}else{var b=g("state");h[b]=!0,o=function(e,t){if(d(e,b))throw new p("Object already initialized");return t.facade=e,u(e,b,t),t},n=function(e){return d(e,b)?e[b]:{}},i=function(e){return d(e,b)}}e.exports={set:o,get:n,has:i,enforce:function(e){return i(e)?n(e):o(e,{})},getterFor:function(e){return function(t){var r;if(!c(t)||(r=n(t)).type!==e)throw p("Incompatible receiver, "+e+" required");return r}}}},function(e,t){var r=Math.ceil,o=Math.floor;e.exports=function(e){var t=+e;return t!=t||0===t?0:(t>0?o:r)(t)}},function(e,t){e.exports=!1},function(e,t,r){var o=r(43),n=r(3),i=r(78),a=r(14),s=r(17),l=r(86),c=n([].push),u=function(e){var t=1==e,r=2==e,n=3==e,u=4==e,d=6==e,m=7==e,g=5==e||d;return function(h,p,f,x){for(var v,y,S=a(h),b=i(S),A=o(p,f),w=s(b),T=0,P=x||l,M=t?P(h,w):r||m?P(h,0):void 0;w>T;T++)if((g||T in b)&&(y=A(v=b[T],T,S),e))if(t)M[T]=y;else if(y)switch(e){case 3:return!0;case 5:return v;case 6:return T;case 2:c(M,v)}else switch(e){case 4:return!1;case 7:c(M,v)}return d?-1:n||u?u:M}};e.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const o=r(240).memoryCache();t.userAgentParser=(e,t)=>{try{const r=(e=>{const t=o.get(e);if(t)return t.value;const r=RegExp(`(?:^|[^A-Z0-9-_]|[^A-Z0-9-]_|sprd-)(?:${e})`,"i");return o.set(e,{value:r}),r})(e).exec(t);return r?r.slice(1):null}catch(e){return null}}},function(e,t,r){var o=r(5),n=r(11),i=r(94),a=r(40),s=r(29),l=r(55),c=r(12),u=r(170),d=Object.getOwnPropertyDescriptor;t.f=o?d:function(e,t){if(e=s(e),t=l(t),u)try{return d(e,t)}catch(e){}if(c(e,t))return a(!n(i.f,e,t),e[t])}},function(e,t,r){var o=r(1),n=r(9),i=r(79),a=o.TypeError;e.exports=function(e){if(n(e))return e;throw a(i(e)+" is not a function")}},function(e,t,r){var o=r(5),n=r(13),i=r(40);e.exports=o?function(e,t,r){return n.f(e,t,i(1,r))}:function(e,t,r){return e[t]=r,e}},function(e,t,r){var o=r(78),n=r(20);e.exports=function(e){return o(n(e))}},function(e,t,r){var o=r(176),n=r(12),i=r(175),a=r(13).f;e.exports=function(e){var t=o.Symbol||(o.Symbol={});n(t,e)||a(t,e,{value:i.f(e)})}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.variableReplacement=(e,t)=>{const r=new RegExp("\\$\\d","g");return null===e?"":e.replace(r,e=>{const r=parseInt(e.substr(1),10);return t[r-1]||""})}},function(e,t,r){var o=r(3),n=o({}.toString),i=o("".slice);e.exports=function(e){return i(n(e),8,-1)}},function(e,t,r){var o=r(3);e.exports=o({}.isPrototypeOf)},function(e,t,r){var o=r(22),n=Math.min;e.exports=function(e){return e>0?n(o(e),9007199254740991):0}},function(e,t,r){var o=r(77),n=Function.prototype,i=n.apply,a=n.call;e.exports="object"==typeof Reflect&&Reflect.apply||(o?a.bind(i):function(){return a.apply(i,arguments)})},function(e,t,r){var o,n=r(4),i=r(83),a=r(128),s=r(80),l=r(174),c=r(96),u=r(98),d=u("IE_PROTO"),m=function(){},g=function(e){return"<script>"+e+"<\/script>"},h=function(e){e.write(g("")),e.close();var t=e.parentWindow.Object;return e=null,t},p=function(){try{o=new ActiveXObject("htmlfile")}catch(e){}var e,t;p="undefined"!=typeof document?document.domain&&o?h(o):((t=c("iframe")).style.display="none",l.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(g("document.F=Object")),e.close(),e.F):h(o);for(var r=a.length;r--;)delete p.prototype[a[r]];return p()};s[d]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(m.prototype=n(e),r=new m,m.prototype=null,r[d]=e):r=p(),void 0===t?r:i.f(r,t)}},function(e,t,r){var o=r(3),n=r(20),i=r(8),a=/"/g,s=o("".replace);e.exports=function(e,t,r,o){var l=i(n(e)),c="<"+t;return""!==r&&(c+=" "+r+'="'+s(i(o),a,""")+'"'),c+">"+l+"</"+t+">"}},function(e,t,r){var o=r(2);e.exports=function(e){return o((function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}))}},function(e,t,r){"use strict";var o=r(218),n=Object.prototype.toString;function i(e){return"[object Array]"===n.call(e)}function a(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function l(e){if("[object Object]"!==n.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function c(e){return"[object Function]"===n.call(e)}function u(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),i(e))for(var r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.call(null,e[n],n,e)}e.exports={isArray:i,isArrayBuffer:function(e){return"[object ArrayBuffer]"===n.call(e)},isBuffer:function(e){return null!==e&&!a(e)&&null!==e.constructor&&!a(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:s,isPlainObject:l,isUndefined:a,isDate:function(e){return"[object Date]"===n.call(e)},isFile:function(e){return"[object File]"===n.call(e)},isBlob:function(e){return"[object Blob]"===n.call(e)},isFunction:c,isStream:function(e){return s(e)&&c(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:u,merge:function e(){var t={};function r(r,o){l(t[o])&&l(r)?t[o]=e(t[o],r):l(r)?t[o]=e({},r):i(r)?t[o]=r.slice():t[o]=r}for(var o=0,n=arguments.length;o<n;o++)u(arguments[o],r);return t},extend:function(e,t,r){return u(t,(function(t,n){e[n]=r&&"function"==typeof t?o(t,r):t})),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,r){var o=r(13).f,n=r(12),i=r(7)("toStringTag");e.exports=function(e,t,r){e&&!r&&(e=e.prototype),e&&!n(e,i)&&o(e,i,{configurable:!0,value:t})}},function(e,t,r){var o=r(1),n=r(12),i=r(9),a=r(14),s=r(98),l=r(133),c=s("IE_PROTO"),u=o.Object,d=u.prototype;e.exports=l?u.getPrototypeOf:function(e){var t=a(e);if(n(t,c))return t[c];var r=t.constructor;return i(r)&&t instanceof r?r.prototype:t instanceof u?d:null}},function(e,t,r){var o=r(3),n=r(27),i=r(77),a=o(o.bind);e.exports=function(e,t){return n(e),void 0===t?e:i?a(e,t):function(){return e.apply(t,arguments)}}},function(e,t,r){var o=r(3),n=r(4),i=r(178);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=o(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(r,[]),t=r instanceof Array}catch(e){}return function(r,o){return n(r),i(o),t?e(r,o):r.__proto__=o,r}}():void 0)},function(e,t,r){var o=r(1),n=r(33),i=o.TypeError;e.exports=function(e,t){if(n(t,e))return e;throw i("Incorrect invocation")}},function(e,t,r){"use strict";(function(e){var o=r(232),n=r(233),i=setTimeout,a=void 0!==e?e:null;function s(e){return Boolean(e&&void 0!==e.length)}function l(){}function c(e){if(!(this instanceof c))throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],p(e,this)}function u(e,t){for(;3===e._state;)e=e._value;0!==e._state?(e._handled=!0,c._immediateFn((function(){var r=1===e._state?t.onFulfilled:t.onRejected;if(null!==r){var o;try{o=r(e._value)}catch(e){return void m(t.promise,e)}d(t.promise,o)}else(1===e._state?d:m)(t.promise,e._value)}))):e._deferreds.push(t)}function d(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"==typeof t||"function"==typeof t)){var r=t.then;if(t instanceof c)return e._state=3,e._value=t,void g(e);if("function"==typeof r)return void p((o=r,n=t,function(){o.apply(n,arguments)}),e)}e._state=1,e._value=t,g(e)}catch(t){m(e,t)}var o,n}function m(e,t){e._state=2,e._value=t,g(e)}function g(e){2===e._state&&0===e._deferreds.length&&c._immediateFn((function(){e._handled||c._unhandledRejectionFn(e._value)}));for(var t=0,r=e._deferreds.length;t<r;t++)u(e,e._deferreds[t]);e._deferreds=null}function h(e,t,r){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.promise=r}function p(e,t){var r=!1;try{e((function(e){r||(r=!0,d(t,e))}),(function(e){r||(r=!0,m(t,e))}))}catch(e){if(r)return;r=!0,m(t,e)}}c.prototype.catch=function(e){return this.then(null,e)},c.prototype.then=function(e,t){var r=new this.constructor(l);return u(this,new h(e,t,r)),r},c.prototype.finally=o.a,c.all=function(e){return new c((function(t,r){if(!s(e))return r(new TypeError("Promise.all accepts an array"));var o=Array.prototype.slice.call(e);if(0===o.length)return t([]);var n=o.length;function i(e,a){try{if(a&&("object"==typeof a||"function"==typeof a)){var s=a.then;if("function"==typeof s)return void s.call(a,(function(t){i(e,t)}),r)}o[e]=a,0==--n&&t(o)}catch(e){r(e)}}for(var a=0;a<o.length;a++)i(a,o[a])}))},c.allSettled=n.a,c.resolve=function(e){return e&&"object"==typeof e&&e.constructor===c?e:new c((function(t){t(e)}))},c.reject=function(e){return new c((function(t,r){r(e)}))},c.race=function(e){return new c((function(t,r){if(!s(e))return r(new TypeError("Promise.race accepts an array"));for(var o=0,n=e.length;o<n;o++)c.resolve(e[o]).then(t,r)}))},c._immediateFn="function"==typeof a&&function(e){a(e)}||function(e){i(e,0)},c._unhandledRejectionFn=function(e){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",e)},t.a=c}).call(this,r(276).setImmediate)},function(e,t,r){var o=r(18);e.exports=o("navigator","userAgent")||""},function(e,t,r){var o=r(27);e.exports=function(e,t){var r=e[t];return null==r?void 0:o(r)}},function(e,t,r){var o=r(22),n=Math.max,i=Math.min;e.exports=function(e,t){var r=o(e);return r<0?n(r+t,0):i(r,t)}},function(e,t,r){"use strict";var o=r(55),n=r(13),i=r(40);e.exports=function(e,t,r){var a=o(t);a in e?n.f(e,a,i(0,r)):e[a]=r}},function(e,t,r){var o=r(1),n=r(43),i=r(11),a=r(4),s=r(79),l=r(134),c=r(17),u=r(33),d=r(101),m=r(89),g=r(181),h=o.TypeError,p=function(e,t){this.stopped=e,this.result=t},f=p.prototype;e.exports=function(e,t,r){var o,x,v,y,S,b,A,w=r&&r.that,T=!(!r||!r.AS_ENTRIES),P=!(!r||!r.IS_ITERATOR),M=!(!r||!r.INTERRUPTED),_=n(t,w),E=function(e){return o&&g(o,"normal",e),new p(!0,e)},L=function(e){return T?(a(e),M?_(e[0],e[1],E):_(e[0],e[1])):M?_(e,E):_(e)};if(P)o=e;else{if(!(x=m(e)))throw h(s(e)+" is not iterable");if(l(x)){for(v=0,y=c(e);y>v;v++)if((S=L(e[v]))&&u(f,S))return S;return new p(!1)}o=d(e,x)}for(b=o.next;!(A=i(b,o)).done;){try{S=L(A.value)}catch(e){g(o,"throw",e)}if("object"==typeof S&&S&&u(f,S))return S}return new p(!1)}},function(e,t,r){var o=r(7),n=r(36),i=r(13),a=o("unscopables"),s=Array.prototype;null==s[a]&&i.f(s,a,{configurable:!0,value:n(null)}),e.exports=function(e){s[a][e]=!0}},function(e,t,r){"use strict";var o=r(2);e.exports=function(e,t){var r=[][e];return!!r&&o((function(){r.call(null,t||function(){return 1},1)}))}},function(e,t,r){"use strict";var o=r(0),n=r(1),i=r(11),a=r(5),s=r(153),l=r(10),c=r(105),u=r(45),d=r(40),m=r(28),g=r(145),h=r(34),p=r(190),f=r(209),x=r(55),v=r(12),y=r(58),S=r(6),b=r(66),A=r(36),w=r(33),T=r(44),P=r(57).f,M=r(210),_=r(24).forEach,E=r(71),L=r(13),O=r(26),B=r(21),C=r(70),N=B.get,G=B.set,R=L.f,I=O.f,k=Math.round,F=n.RangeError,D=c.ArrayBuffer,$=D.prototype,X=c.DataView,U=l.NATIVE_ARRAY_BUFFER_VIEWS,V=l.TYPED_ARRAY_CONSTRUCTOR,H=l.TYPED_ARRAY_TAG,j=l.TypedArray,W=l.TypedArrayPrototype,K=l.aTypedArrayConstructor,Y=l.isTypedArray,Q=function(e,t){K(e);for(var r=0,o=t.length,n=new e(o);o>r;)n[r]=t[r++];return n},z=function(e,t){R(e,t,{get:function(){return N(this)[t]}})},Z=function(e){var t;return w($,e)||"ArrayBuffer"==(t=y(e))||"SharedArrayBuffer"==t},J=function(e,t){return Y(e)&&!b(t)&&t in e&&g(+t)&&t>=0},q=function(e,t){return t=x(t),J(e,t)?d(2,e[t]):I(e,t)},ee=function(e,t,r){return t=x(t),!(J(e,t)&&S(r)&&v(r,"value"))||v(r,"get")||v(r,"set")||r.configurable||v(r,"writable")&&!r.writable||v(r,"enumerable")&&!r.enumerable?R(e,t,r):(e[t]=r.value,e)};a?(U||(O.f=q,L.f=ee,z(W,"buffer"),z(W,"byteOffset"),z(W,"byteLength"),z(W,"length")),o({target:"Object",stat:!0,forced:!U},{getOwnPropertyDescriptor:q,defineProperty:ee}),e.exports=function(e,t,r){var a=e.match(/\d+$/)[0]/8,l=e+(r?"Clamped":"")+"Array",c="get"+e,d="set"+e,g=n[l],x=g,v=x&&x.prototype,y={},b=function(e,t){R(e,t,{get:function(){return function(e,t){var r=N(e);return r.view[c](t*a+r.byteOffset,!0)}(this,t)},set:function(e){return function(e,t,o){var n=N(e);r&&(o=(o=k(o))<0?0:o>255?255:255&o),n.view[d](t*a+n.byteOffset,o,!0)}(this,t,e)},enumerable:!0})};U?s&&(x=t((function(e,t,r,o){return u(e,v),C(S(t)?Z(t)?void 0!==o?new g(t,f(r,a),o):void 0!==r?new g(t,f(r,a)):new g(t):Y(t)?Q(x,t):i(M,x,t):new g(p(t)),e,x)})),T&&T(x,j),_(P(g),(function(e){e in x||m(x,e,g[e])})),x.prototype=v):(x=t((function(e,t,r,o){u(e,v);var n,s,l,c=0,d=0;if(S(t)){if(!Z(t))return Y(t)?Q(x,t):i(M,x,t);n=t,d=f(r,a);var m=t.byteLength;if(void 0===o){if(m%a)throw F("Wrong length");if((s=m-d)<0)throw F("Wrong length")}else if((s=h(o)*a)+d>m)throw F("Wrong length");l=s/a}else l=p(t),n=new D(s=l*a);for(G(e,{buffer:n,byteOffset:d,byteLength:s,length:l,view:new X(n)});c<l;)b(e,c++)})),T&&T(x,j),v=x.prototype=A(W)),v.constructor!==x&&m(v,"constructor",x),m(v,V,x),H&&m(v,H,l),y[l]=x,o({global:!0,forced:x!=g,sham:!U},y),"BYTES_PER_ELEMENT"in x||m(x,"BYTES_PER_ELEMENT",a),"BYTES_PER_ELEMENT"in v||m(v,"BYTES_PER_ELEMENT",a),E(l)}):e.exports=function(){}},function(e,t,r){var o=r(123),n=r(66);e.exports=function(e){var t=o(e,"string");return n(t)?t:t+""}},function(e,t,r){var o,n,i=r(1),a=r(47),s=i.process,l=i.Deno,c=s&&s.versions||l&&l.version,u=c&&c.v8;u&&(n=(o=u.split("."))[0]>0&&o[0]<4?1:+(o[0]+o[1])),!n&&a&&(!(o=a.match(/Edge\/(\d+)/))||o[1]>=74)&&(o=a.match(/Chrome\/(\d+)/))&&(n=+o[1]),e.exports=n},function(e,t,r){var o=r(173),n=r(128).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return o(e,n)}},function(e,t,r){var o=r(1),n=r(130),i=r(9),a=r(32),s=r(7)("toStringTag"),l=o.Object,c="Arguments"==a(function(){return arguments}());e.exports=n?a:function(e){var t,r,o;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=l(e),s))?r:c?a(t):"Object"==(o=a(t))&&i(t.callee)?"Arguments":o}},function(e,t,r){var o=r(1).TypeError;e.exports=function(e,t){if(e<t)throw o("Not enough arguments");return e}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const o=r(239);t.formatVersion=(e,t)=>{if(void 0===e)return"";const r=o.trim(e,". ").replace(new RegExp("_","g"),"."),n=r.split(".");return/^\d+$/.test(n.join(""))?0!==t&&Number.isInteger(parseFloat(r))?parseInt(r,10).toFixed(1):n.length>1&&null!==t?n.slice(0,t+1).join("."):r:r},t.parseBrowserEngineVersion=(e,t)=>{if(!t)return"";const r=new RegExp(t+"\\s*\\/?\\s*((?:(?=\\d+\\.\\d)\\d+[.\\d]*|\\d{1,7}(?=(?:\\D|$))))","i"),o=e.match(r);return o?o.pop():""}},function(e,t,r){var o=r(32);e.exports=Array.isArray||function(e){return"Array"==o(e)}},function(e,t,r){var o=r(3);e.exports=o([].slice)},function(e,t,r){var o=r(32),n=r(1);e.exports="process"==o(n.process)},function(e,t,r){var o=r(0),n=r(3),i=r(80),a=r(6),s=r(12),l=r(13).f,c=r(57),u=r(131),d=r(108),m=r(67),g=r(91),h=!1,p=m("meta"),f=0,x=function(e){l(e,p,{value:{objectID:"O"+f++,weakData:{}}})},v=e.exports={enable:function(){v.enable=function(){},h=!0;var e=c.f,t=n([].splice),r={};r[p]=1,e(r).length&&(c.f=function(r){for(var o=e(r),n=0,i=o.length;n<i;n++)if(o[n]===p){t(o,n,1);break}return o},o({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:u.f}))},fastKey:function(e,t){if(!a(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!s(e,p)){if(!d(e))return"F";if(!t)return"E";x(e)}return e[p].objectID},getWeakData:function(e,t){if(!s(e,p)){if(!d(e))return!0;if(!t)return!1;x(e)}return e[p].weakData},onFreeze:function(e){return g&&h&&d(e)&&!s(e,p)&&x(e),e}};i[p]=!0},function(e,t,r){"use strict";var o=r(4);e.exports=function(){var e=o(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,r){var o=r(1),n=r(18),i=r(9),a=r(33),s=r(168),l=o.Object;e.exports=s?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return i(t)&&a(t.prototype,l(e))}},function(e,t,r){var o=r(3),n=0,i=Math.random(),a=o(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+a(++n+i,36)}},function(e,t,r){var o=r(5),n=r(12),i=Function.prototype,a=o&&Object.getOwnPropertyDescriptor,s=n(i,"name"),l=s&&"something"===function(){}.name,c=s&&(!o||o&&a(i,"name").configurable);e.exports={EXISTS:s,PROPER:l,CONFIGURABLE:c}},function(e,t,r){var o=r(3),n=r(2),i=r(9),a=r(58),s=r(18),l=r(97),c=function(){},u=[],d=s("Reflect","construct"),m=/^\s*(?:class|function)\b/,g=o(m.exec),h=!m.exec(c),p=function(e){if(!i(e))return!1;try{return d(c,u,e),!0}catch(e){return!1}},f=function(e){if(!i(e))return!1;switch(a(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return h||!!g(m,l(e))}catch(e){return!0}};f.sham=!0,e.exports=!d||n((function(){var e;return p(p.call)||!p(Object)||!p((function(){e=!0}))||e}))?f:p},function(e,t,r){var o=r(9),n=r(6),i=r(44);e.exports=function(e,t,r){var a,s;return i&&o(a=t.constructor)&&a!==r&&n(s=a.prototype)&&s!==r.prototype&&i(e,s),e}},function(e,t,r){"use strict";var o=r(18),n=r(13),i=r(7),a=r(5),s=i("species");e.exports=function(e){var t=o(e),r=n.f;a&&t&&!t[s]&&r(t,s,{configurable:!0,get:function(){return this}})}},function(e,t,r){var o=r(19);e.exports=function(e,t,r){for(var n in t)o(e,n,t[n],r);return e}},function(e,t,r){var o=r(4),n=r(141),i=r(7)("species");e.exports=function(e,t){var r,a=o(e).constructor;return void 0===a||null==(r=o(a)[i])?t:n(r)}},function(e,t,r){var o=r(3),n=r(20),i=r(8),a=r(111),s=o("".replace),l="["+a+"]",c=RegExp("^"+l+l+"*"),u=RegExp(l+l+"*$"),d=function(e){return function(t){var r=i(n(t));return 1&e&&(r=s(r,c,"")),2&e&&(r=s(r,u,"")),r}};e.exports={start:d(1),end:d(2),trim:d(3)}},function(e,t,r){"use strict";r.d(t,"a",(function(){return lr}));
|
|
2
|
+
/*! *****************************************************************************
|
|
3
|
+
Copyright (c) Microsoft Corporation.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
var o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])})(e,t)};function n(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var i=function(){return(i=Object.assign||function(e){for(var t,r=1,o=arguments.length;r<o;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)};function a(e,t,r,o){return new(r||(r=Promise))((function(n,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}l((o=o.apply(e,t||[])).next())}))}function s(e,t){var r,o,n,i,a={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,o&&(n=2&i[0]?o.return:i[0]?o.throw||((n=o.return)&&n.call(o),0):o.next)&&!(n=n.call(o,i[1])).done)return n;switch(o=0,n&&(i=[2&i[0],n.value]),i[0]){case 0:case 1:n=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(n=a.trys,(n=n.length>0&&n[n.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!n||i[1]>n[0]&&i[1]<n[3])){a.label=i[1];break}if(6===i[0]&&a.label<n[1]){a.label=n[1],n=i;break}if(n&&a.label<n[2]){a.label=n[2],a.ops.push(i);break}n[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],o=0}finally{r=n=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}function l(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],o=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function c(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var o,n,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(o=i.next()).done;)a.push(o.value)}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}return a}function u(e,t,r){if(r||2===arguments.length)for(var o,n=0,i=t.length;n<i;n++)!o&&n in t||(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}var d=function(){function e(){}return e.prototype.valueOf=function(){},e.prototype.liquidMethodMissing=function(e){},e}(),m=Object.prototype.toString,g=String.prototype.toLowerCase;function h(e){return"string"==typeof e}function p(e){return"function"==typeof e}function f(e){return h(e=x(e))?e:y(e)?"":S(e)?e.map((function(e){return f(e)})).join(""):String(e)}function x(e){return e instanceof d?e.valueOf():e}function v(e){return"number"==typeof e}function y(e){return null==e}function S(e){return"[object Array]"===m.call(e)}function b(e,t){for(var r in e=e||{})if(Object.hasOwnProperty.call(e,r)&&!1===t(e[r],r,e))break;return e}function A(e){return e[e.length-1]}function w(e){var t=typeof e;return null!==e&&("object"===t||"function"===t)}function T(e,t,r){void 0===r&&(r=1);for(var o=[],n=e;n<t;n+=r)o.push(n);return o}function P(e,t,r){return void 0===r&&(r=" "),M(e,t,r,(function(e,t){return t+e}))}function M(e,t,r,o){for(var n=t-(e=String(e)).length;n-- >0;)e=o(e,r);return e}function _(e){return e}function E(e){return e.replace(/(\w?)([A-Z])/g,(function(e,t,r){return(t?t+"_":"")+r.toLowerCase()}))}function L(e,t){return null==e&&null==t?0:null==e?1:null==t||(e=g.call(e))<(t=g.call(t))?-1:e>t?1:0}var O=function(e,t,r,o){this.key=e,this.value=t,this.next=r,this.prev=o},B=function(){function e(e,t){void 0===t&&(t=0),this.limit=e,this.size=t,this.cache={},this.head=new O("HEAD",null,null,null),this.tail=new O("TAIL",null,null,null),this.head.next=this.tail,this.tail.prev=this.head}return e.prototype.write=function(e,t){if(this.cache[e])this.cache[e].value=t;else{var r=new O(e,t,this.head.next,this.head);this.head.next.prev=r,this.head.next=r,this.cache[e]=r,this.size++,this.ensureLimit()}},e.prototype.read=function(e){if(this.cache[e]){var t=this.cache[e].value;return this.remove(e),this.write(e,t),t}},e.prototype.remove=function(e){var t=this.cache[e];t.prev.next=t.next,t.next.prev=t.prev,delete this.cache[e],this.size--},e.prototype.clear=function(){this.head.next=this.tail,this.tail.prev=this.head,this.size=0,this.cache={}},e.prototype.ensureLimit=function(){this.size>this.limit&&this.remove(this.tail.prev.key)},e}();function C(e,t){var r=document.createElement("base");r.href=e;var o=document.getElementsByTagName("head")[0];o.insertBefore(r,o.firstChild);var n=document.createElement("a");n.href=t;var i=n.href;return o.removeChild(r),i}var N=Object.freeze({__proto__:null,resolve:function(e,t,r){return e.length&&"/"!==A(e)&&(e+="/"),C(e,t).replace(/^(\w+:\/\/[^/]+)(\/[^?]+)/,(function(e,t,o){var n=o.split("/").pop();return/\.\w+$/.test(n)?e:t+o+r}))},readFile:function(e){return a(this,void 0,void 0,(function(){return s(this,(function(t){return[2,new Promise((function(t,r){var o=new XMLHttpRequest;o.onload=function(){o.status>=200&&o.status<300?t(o.responseText):r(new Error(o.statusText))},o.onerror=function(){r(new Error("An error occurred whilst receiving the response."))},o.open("GET",e),o.send()}))]}))}))},readFileSync:function(e){var t=new XMLHttpRequest;if(t.open("GET",e,!1),t.send(),t.status<200||t.status>=300)throw new Error(t.statusText);return t.responseText},exists:function(e){return a(this,void 0,void 0,(function(){return s(this,(function(e){return[2,!0]}))}))},existsSync:function(e){return!0},dirname:function(e){return C(e,".")},sep:"/"});function G(e){return e&&p(e.equals)}function R(e,t){return!I(e,t)}function I(e,t){return t.opts.jsTruthy?!e:!1===e||null==e}var k={"==":function(e,t){return G(e)?e.equals(t):G(t)?t.equals(e):e===t},"!=":function(e,t){return G(e)?!e.equals(t):G(t)?!t.equals(e):e!==t},">":function(e,t){return G(e)?e.gt(t):G(t)?t.lt(e):e>t},"<":function(e,t){return G(e)?e.lt(t):G(t)?t.gt(e):e<t},">=":function(e,t){return G(e)?e.geq(t):G(t)?t.leq(e):e>=t},"<=":function(e,t){return G(e)?e.leq(t):G(t)?t.geq(e):e<=t},contains:function(e,t){return!(!e||!p(e.indexOf))&&e.indexOf(t)>-1},and:function(e,t,r){return R(e,r)&&R(t,r)},or:function(e,t,r){return R(e,r)||R(t,r)}},F=[0,0,0,0,0,0,0,0,0,20,4,4,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,2,8,0,0,0,0,8,0,0,0,64,0,65,0,0,33,33,33,33,33,33,33,33,33,33,0,0,2,2,2,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0];function D(e){var t,r,o={};try{for(var n=l(Object.entries(e)),i=n.next();!i.done;i=n.next()){for(var a=c(i.value,2),s=a[0],u=a[1],d=o,m=0;m<s.length;m++){var g=s[m];d[g]=d[g]||{},m===s.length-1&&1&F[s.charCodeAt(m)]&&(d[g].needBoundary=!0),d=d[g]}d.handler=u,d.end=!0}}catch(e){t={error:e}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(t)throw t.error}}return o}F[160]=F[5760]=F[6158]=F[8192]=F[8193]=F[8194]=F[8195]=F[8196]=F[8197]=F[8198]=F[8199]=F[8200]=F[8201]=F[8202]=F[8232]=F[8233]=F[8239]=F[8287]=F[12288]=4;var $={root:["."],layouts:["."],partials:["."],relativeReference:!0,jekyllInclude:!1,cache:void 0,extname:"",fs:N,dynamicPartials:!0,jsTruthy:!1,trimTagRight:!1,trimTagLeft:!1,trimOutputRight:!1,trimOutputLeft:!1,greedy:!0,tagDelimiterLeft:"{%",tagDelimiterRight:"%}",outputDelimiterLeft:"{{",outputDelimiterRight:"}}",preserveTimezones:!1,strictFilters:!1,strictVariables:!1,ownPropertyOnly:!1,lenientIf:!1,globals:{},keepOutputType:!1,operators:k,operatorsTrie:D(k)};function X(e){var t=[];return S(e)&&(t=e),h(e)&&(t=[e]),t}var U=function(e){function t(t,r){var o=e.call(this,t.message)||this;return o.originalError=t,o.token=r,o.context="",o}return n(t,e),t.prototype.update=function(){var e,t,r,o,n,i=this.originalError;this.context=(e=this.token,t=c(e.getPosition(),1)[0],r=e.input.split("\n"),o=Math.max(t-2,1),n=Math.min(t+3,r.length),T(o,n+1).map((function(e){var o=e===t?">> ":" ",i=P(String(e),String(n).length),a=r[e-1];return"".concat(o).concat(i,"| ").concat(a)})).join("\n")),this.message=function(e,t){t.file&&(e+=", file:".concat(t.file));var r=c(t.getPosition(),2),o=r[0],n=r[1];return e+=", line:".concat(o,", col:").concat(n)}(i.message,this.token),this.stack=this.message+"\n"+this.context+"\n"+this.stack+"\nFrom "+i.stack},t}(Error),V=function(e){function t(t,r){var o=e.call(this,new Error(t),r)||this;return o.name="TokenizationError",e.prototype.update.call(o),o}return n(t,e),t}(U),H=function(e){function t(t,r){var o=e.call(this,t,r)||this;return o.name="ParseError",o.message=t.message,e.prototype.update.call(o),o}return n(t,e),t}(U),j=function(e){function t(t,r){var o=e.call(this,t,r.token)||this;return o.name="RenderError",o.message=t.message,e.prototype.update.call(o),o}return n(t,e),t.is=function(e){return"RenderError"===e.name},t}(U),W=function(e){function t(t,r){var o=e.call(this,t,r)||this;return o.name="UndefinedVariableError",o.message=t.message,e.prototype.update.call(o),o}return n(t,e),t}(U),K=function(e){function t(t){var r=e.call(this,"undefined variable: ".concat(t))||this;return r.name="InternalUndefinedVariableError",r.variableName=t,r}return n(t,e),t}(Error),Y=function(e){function t(t){var r=e.call(this,t)||this;return r.name="AssertionError",r.message=t+"",r}return n(t,e),t}(Error);var Q,z=function(){function e(e,t,r){var o,n;void 0===e&&(e={}),void 0===t&&(t=$),void 0===r&&(r={}),this.scopes=[{}],this.registers={},this.sync=!!r.sync,this.opts=t,this.globals=null!==(o=r.globals)&&void 0!==o?o:t.globals,this.environments=e,this.strictVariables=null!==(n=r.strictVariables)&&void 0!==n?n:this.opts.strictVariables}return e.prototype.getRegister=function(e){return this.registers[e]=this.registers[e]||{}},e.prototype.setRegister=function(e,t){return this.registers[e]=t},e.prototype.saveRegister=function(){for(var e=this,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return t.map((function(t){return[t,e.getRegister(t)]}))},e.prototype.restoreRegister=function(e){var t=this;return e.forEach((function(e){var r=c(e,2),o=r[0],n=r[1];return t.setRegister(o,n)}))},e.prototype.getAll=function(){return u([this.globals,this.environments],c(this.scopes),!1).reduce((function(e,t){return i(e,t)}),{})},e.prototype.get=function(e){var t=this.findScope(e[0]);return this.getFromScope(t,e)},e.prototype.getFromScope=function(e,t){var r=this;return h(t)&&(t=t.split(".")),t.reduce((function(e,o,n){if(e=function(e,t,r){if(y(e))return e;var o=function(e,t,r){return r&&!Object.hasOwnProperty.call(e,t)?void 0:e[t]}(e=function e(t){return t&&p(t.toLiquid)?e(t.toLiquid()):t}(e),t,r);if(p(o))return o.call(e);if(e instanceof d)return e.hasOwnProperty(t)?e[t]:e.liquidMethodMissing(t);return"size"===t?function(e){if(e.hasOwnProperty("size")||void 0!==e.size)return e.size;if(S(e)||h(e))return e.length;if("object"==typeof e)return Object.keys(e).length}(e):"first"===t?function(e){return S(e)?e[0]:e.first}(e):"last"===t?function(e){return S(e)?e[e.length-1]:e.last}(e):o}(e,o,r.opts.ownPropertyOnly),y(e)&&r.strictVariables)throw new K(t.slice(0,n+1).join("."));return e}),e)},e.prototype.push=function(e){return this.scopes.push(e)},e.prototype.pop=function(){return this.scopes.pop()},e.prototype.bottom=function(){return this.scopes[0]},e.prototype.findScope=function(e){for(var t=this.scopes.length-1;t>=0;t--){var r=this.scopes[t];if(e in r)return r}return e in this.environments?this.environments:this.globals},e}();function Z(e,t){if(!e){var r="function"==typeof t?t():t||"expect ".concat(e," to be true");throw new Y(r)}}!function(e){e.Partials="partials",e.Layouts="layouts",e.Root="root"}(Q||(Q={}));var J=function(){function e(e){if(this.options=e,e.relativeReference){var t=e.fs.sep;Z(t,"`fs.sep` is required for relative reference");var r=new RegExp(["."+t,".."+t,"./","../"].map((function(e){return e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")})).join("|"));this.shouldLoadRelative=function(e){return r.test(e)}}else this.shouldLoadRelative=function(e){return!1};this.contains=this.options.fs.contains||function(){return!0}}return e.prototype.lookup=function(e,t,r,o){var n,i,a,c,u,d,m,g,h;return s(this,(function(s){switch(s.label){case 0:n=this.options.fs,i=this.options[t],s.label=1;case 1:s.trys.push([1,8,9,10]),a=l(this.candidates(e,i,o,t!==Q.Root)),c=a.next(),s.label=2;case 2:return c.done?[3,7]:(u=c.value,r?(d=n.existsSync(u),[3,5]):[3,3]);case 3:return[4,n.exists(u)];case 4:d=s.sent(),s.label=5;case 5:if(d)return[2,u];s.label=6;case 6:return c=a.next(),[3,2];case 7:return[3,10];case 8:return m=s.sent(),g={error:m},[3,10];case 9:try{c&&!c.done&&(h=a.return)&&h.call(a)}finally{if(g)throw g.error}return[7];case 10:throw this.lookupError(e,i)}}))},e.prototype.candidates=function(e,t,r,o){var n,i,a,c,u,d,m,g,h,p,f,x,v,y,S,b;return s(this,(function(s){switch(s.label){case 0:if(n=this.options,i=n.fs,a=n.extname,!this.shouldLoadRelative(e)||!r)return[3,8];p=i.resolve(this.dirname(r),e,a),s.label=1;case 1:s.trys.push([1,6,7,8]),c=l(t),u=c.next(),s.label=2;case 2:return u.done?[3,5]:(h=u.value,o&&!this.contains(h,p)?[3,4]:[4,p]);case 3:return s.sent(),[3,5];case 4:return u=c.next(),[3,2];case 5:return[3,8];case 6:return d=s.sent(),v={error:d},[3,8];case 7:try{u&&!u.done&&(y=c.return)&&y.call(c)}finally{if(v)throw v.error}return[7];case 8:s.trys.push([8,13,14,15]),m=l(t),g=m.next(),s.label=9;case 9:return g.done?[3,12]:(h=g.value,p=i.resolve(h,e,a),o&&!this.contains(h,p)?[3,11]:[4,p]);case 10:s.sent(),s.label=11;case 11:return g=m.next(),[3,9];case 12:return[3,15];case 13:return f=s.sent(),S={error:f},[3,15];case 14:try{g&&!g.done&&(b=m.return)&&b.call(m)}finally{if(S)throw S.error}return[7];case 15:return void 0===i.fallback||void 0===(x=i.fallback(e))?[3,17]:[4,x];case 16:s.sent(),s.label=17;case 17:return[2]}}))},e.prototype.dirname=function(e){var t=this.options.fs;return Z(t.dirname,"`fs.dirname` is required for relative reference"),t.dirname(e)},e.prototype.lookupError=function(e,t){var r=new Error("ENOENT");return r.message='ENOENT: Failed to lookup "'.concat(e,'" in "').concat(t,'"'),r.code="ENOENT",r},e}(),q=function(){function e(){this.buffer=""}return e.prototype.write=function(e){this.buffer+=f(e)},e}(),ee=function(){throw this.buffer="",this.stream=null,new Error("streaming not supported in browser")};function te(e){var t={then:function(t){return t(e)},catch:function(){return t}};return t}function re(e){var t={then:function(r,o){return o?o(e):t},catch:function(t){return t(e)}};return t}function oe(e){return function(e){return e&&p(e.then)}(e)?e:function(e){return e&&p(e.next)&&p(e.throw)&&p(e.return)}(e)?function t(r){var o;try{o=e.next(r)}catch(e){return re(e)}return o.done?te(o.value):oe(o.value).then(t,(function(r){var o;try{o=e.throw(r)}catch(e){return re(e)}return o.done?te(o.value):t(o.value)}))}():te(e)}function ne(e){return Promise.resolve(oe(e))}function ie(e){var t;return oe(e).then((function(e){return te(t=e)})).catch((function(e){throw e})),t}var ae,se=function(){function e(){this.buffer=""}return e.prototype.write=function(e){"string"!=typeof(e=x(e))&&""===this.buffer?this.buffer=e:this.buffer=f(this.buffer)+f(e)},e}(),le=function(){function e(){}return e.prototype.renderTemplatesToNodeStream=function(e,t){var r=this,o=new ee;return Promise.resolve().then((function(){return oe(r.renderTemplates(e,t,o))})).then((function(){return o.end()}),(function(e){return o.error(e)})),o.stream},e.prototype.renderTemplates=function(e,t,r){var o,n,i,a,c,u,d,m;return s(this,(function(s){switch(s.label){case 0:r||(r=t.opts.keepOutputType?new se:new q),s.label=1;case 1:s.trys.push([1,8,9,10]),o=l(e),n=o.next(),s.label=2;case 2:if(n.done)return[3,7];i=n.value,s.label=3;case 3:return s.trys.push([3,5,,6]),[4,i.render(t,r)];case 4:return(a=s.sent())&&r.write(a),r.break||r.continue?[3,7]:[3,6];case 5:throw c=s.sent(),j.is(c)?c:new j(c,i);case 6:return n=o.next(),[3,2];case 7:return[3,10];case 8:return u=s.sent(),d={error:u},[3,10];case 9:try{n&&!n.done&&(m=o.return)&&m.call(o)}finally{if(d)throw d.error}return[7];case 10:return[2,r.buffer]}}))},e}();function ce(e){return!!(Se(e)&ae.Delimited)}function ue(e){return Se(e)===ae.Operator}function de(e){return Se(e)===ae.HTML}function me(e){return Se(e)===ae.Output}function ge(e){return Se(e)===ae.Tag}function he(e){return Se(e)===ae.Quoted}function pe(e){return Se(e)===ae.Literal}function fe(e){return Se(e)===ae.Number}function xe(e){return Se(e)===ae.PropertyAccess}function ve(e){return Se(e)===ae.Word}function ye(e){return Se(e)===ae.Range}function Se(e){return e?e.kind:-1}!function(e){e[e.Number=1]="Number",e[e.Literal=2]="Literal",e[e.Tag=4]="Tag",e[e.Output=8]="Output",e[e.HTML=16]="HTML",e[e.Filter=32]="Filter",e[e.Hash=64]="Hash",e[e.PropertyAccess=128]="PropertyAccess",e[e.Word=256]="Word",e[e.Range=512]="Range",e[e.Quoted=1024]="Quoted",e[e.Operator=2048]="Operator",e[e.Delimited=12]="Delimited"}(ae||(ae={}));var be=function(){function e(e,t){this.handlers={},this.stopRequested=!1,this.tokens=e,this.parseToken=t}return e.prototype.on=function(e,t){return this.handlers[e]=t,this},e.prototype.trigger=function(e,t){var r=this.handlers[e];return!!r&&(r.call(this,t),!0)},e.prototype.start=function(){var e;for(this.trigger("start");!this.stopRequested&&(e=this.tokens.shift());)if(!(this.trigger("token",e)||ge(e)&&this.trigger("tag:".concat(e.name),e))){var t=this.parseToken(e,this.tokens);this.trigger("template",t)}return this.stopRequested||this.trigger("end"),this},e.prototype.stop=function(){return this.stopRequested=!0,this},e}(),Ae=function(e){this.token=e},we=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.prototype.equals=function(e){return y(x(e))},t.prototype.gt=function(){return!1},t.prototype.geq=function(){return!1},t.prototype.lt=function(){return!1},t.prototype.leq=function(){return!1},t.prototype.valueOf=function(){return null},t}(d),Te=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.prototype.equals=function(e){return!(e instanceof t)&&(h(e=x(e))||S(e)?0===e.length:!!w(e)&&0===Object.keys(e).length)},t.prototype.gt=function(){return!1},t.prototype.geq=function(){return!1},t.prototype.lt=function(){return!1},t.prototype.leq=function(){return!1},t.prototype.valueOf=function(){return""},t}(d),Pe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.prototype.equals=function(t){return!1===t||(!!y(x(t))||(h(t)?/^\s*$/.test(t):e.prototype.equals.call(this,t)))},t}(Te),Me=new we,_e={true:!0,false:!1,nil:Me,null:Me,empty:new Te,blank:new Pe},Ee=/[\da-fA-F]/,Le=/[0-7]/,Oe={b:"\b",f:"\f",n:"\n",r:"\r",t:"\t",v:"\v"};function Be(e){var t=e.charCodeAt(0);return t>=97?t-87:t>=65?t-55:t-48}function Ce(e){for(var t="",r=1;r<e.length-1;r++)if("\\"===e[r])if(void 0!==Oe[e[r+1]])t+=Oe[e[++r]];else if("u"===e[r+1]){for(var o=0,n=r+2;n<=r+5&&Ee.test(e[n]);)o=16*o+Be(e[n++]);r=n-1,t+=String.fromCharCode(o)}else if(Le.test(e[r+1])){for(n=r+1,o=0;n<=r+3&&Le.test(e[n]);)o=8*o+Be(e[n++]);r=n-1,t+=String.fromCharCode(o)}else t+=e[++r];else t+=e[r];return t}var Ne=function(){function e(e){this.postfix=u([],c(function(e){var t,r,o,n,i,a,c;return s(this,(function(s){switch(s.label){case 0:t=[],s.label=1;case 1:s.trys.push([1,10,11,12]),r=l(e),o=r.next(),s.label=2;case 2:if(o.done)return[3,9];if(!ue(n=o.value))return[3,6];s.label=3;case 3:return t.length&&t[t.length-1].getPrecedence()>n.getPrecedence()?[4,t.pop()]:[3,5];case 4:return s.sent(),[3,3];case 5:return t.push(n),[3,8];case 6:return[4,n];case 7:s.sent(),s.label=8;case 8:return o=r.next(),[3,2];case 9:return[3,12];case 10:return i=s.sent(),a={error:i},[3,12];case 11:try{o&&!o.done&&(c=r.return)&&c.call(r)}finally{if(a)throw a.error}return[7];case 12:return t.length?[4,t.pop()]:[3,14];case 13:return s.sent(),[3,12];case 14:return[2]}}))}(e)),!1)}return e.prototype.evaluate=function(e,t){var r,o,n,i,a,c,u,d,m,g,h,p;return s(this,(function(s){switch(s.label){case 0:Z(e,"unable to evaluate: context not defined"),r=[],s.label=1;case 1:s.trys.push([1,9,10,11]),o=l(this.postfix),n=o.next(),s.label=2;case 2:return n.done?[3,8]:ue(i=n.value)?[4,r.pop()]:[3,5];case 3:return a=s.sent(),[4,r.pop()];case 4:return c=s.sent(),u=function(e,t,r,o,n){return(0,e[t.operator])(r,o,n)}(e.opts.operators,i,c,a,e),r.push(u),[3,7];case 5:return m=(d=r).push,[4,Ge(i,e,t&&1===this.postfix.length)];case 6:m.apply(d,[s.sent()]),s.label=7;case 7:return n=o.next(),[3,2];case 8:return[3,11];case 9:return g=s.sent(),h={error:g},[3,11];case 10:try{n&&!n.done&&(p=o.return)&&p.call(o)}finally{if(h)throw h.error}return[7];case 11:return[2,r[0]]}}))},e}();function Ge(e,t,r){return void 0===r&&(r=!1),xe(e)?function(e,t,r){var o=e.props.map((function(e){return Ge(e,t,!1)}));try{return t.get(u([e.propertyName],c(o),!1))}catch(t){if(r&&"InternalUndefinedVariableError"===t.name)return null;throw new W(t,e)}}(e,t,r):ye(e)?function(e,t){var r=Ge(e.lhs,t),o=Ge(e.rhs,t);return T(+r,+o+1)}(e,t):pe(e)?function(e){return _e[e.literal]}(e):fe(e)?function(e){var t=e.whole.content+"."+(e.decimal?e.decimal.content:"");return Number(t)}(e):ve(e)?e.getText():he(e)?Re(e):void 0}function Re(e){return Ce(e.getText())}var Ie=function(){function e(e,t,r,o,n){this.kind=e,this.input=t,this.begin=r,this.end=o,this.file=n}return e.prototype.getText=function(){return this.input.slice(this.begin,this.end)},e.prototype.getPosition=function(){for(var e=c([1,1],2),t=e[0],r=e[1],o=0;o<this.begin;o++)"\n"===this.input[o]?(t++,r=1):r++;return[t,r]},e.prototype.size=function(){return this.end-this.begin},e}(),ke=function(e){function t(t,r,o,n,i,a,s,l){var c=e.call(this,t,o,n,i,l)||this;c.trimLeft=!1,c.trimRight=!1,c.content=c.getText();var u="-"===r[0],d="-"===A(r);return c.content=r.slice(u?1:0,d?-1:r.length).trim(),c.trimLeft=u||a,c.trimRight=d||s,c}return n(t,e),t}(Ie);function Fe(e,t){if(e&&de(e))for(var r=t?4:16;F[e.input.charCodeAt(e.end-1-e.trimRight)]&r;)e.trimRight++}function De(e,t){if(e&&de(e)){for(var r=t?4:16;F[e.input.charCodeAt(e.begin+e.trimLeft)]&r;)e.trimLeft++;"\n"===e.input.charAt(e.begin+e.trimLeft)&&e.trimLeft++}}var $e=function(e){function t(t,r){var o=e.call(this,ae.Number,t.input,t.begin,r?r.end:t.end,t.file)||this;return o.whole=t,o.decimal=r,o}return n(t,e),t}(Ie),Xe=function(e){function t(t,r,o,n){var i=e.call(this,ae.Word,t,r,o,n)||this;return i.input=t,i.begin=r,i.end=o,i.file=n,i.content=i.getText(),i}return n(t,e),t.prototype.isNumber=function(e){void 0===e&&(e=!1);for(var t=e&&64&F[this.input.charCodeAt(this.begin)]?this.begin+1:this.begin;t<this.end;t++)if(!(32&F[this.input.charCodeAt(t)]))return!1;return!0},t}(Ie),Ue=function(e){function t(t,r,o,n){var i=e.call(this,ae.Literal,t,r,o,n)||this;return i.input=t,i.begin=r,i.end=o,i.file=n,i.literal=i.getText(),i}return n(t,e),t}(Ie),Ve={"==":1,"!=":1,">":1,"<":1,">=":1,"<=":1,contains:1,and:0,or:0},He=function(e){function t(t,r,o,n){var i=e.call(this,ae.Operator,t,r,o,n)||this;return i.input=t,i.begin=r,i.end=o,i.file=n,i.operator=i.getText(),i}return n(t,e),t.prototype.getPrecedence=function(){var e=this.getText();return e in Ve?Ve[e]:1},t}(Ie),je=function(e){function t(t,r,o){var n=e.call(this,ae.PropertyAccess,t.input,t.begin,o,t.file)||this;return n.variable=t,n.props=r,n.propertyName=n.variable instanceof Xe?n.variable.getText():Ce(n.variable.getText()),n}return n(t,e),t}(Ie),We=function(e){function t(t,r,o,n,i,a){var s=e.call(this,ae.Filter,o,n,i,a)||this;return s.name=t,s.args=r,s}return n(t,e),t}(Ie),Ke=function(e){function t(t,r,o,n,i,a){var s=e.call(this,ae.Hash,t,r,o,a)||this;return s.input=t,s.begin=r,s.end=o,s.name=n,s.value=i,s.file=a,s}return n(t,e),t}(Ie),Ye=function(e){function t(t,r,o,n){var i=e.call(this,ae.Quoted,t,r,o,n)||this;return i.input=t,i.begin=r,i.end=o,i.file=n,i}return n(t,e),t}(Ie),Qe=function(e){function t(t,r,o,n){var i=e.call(this,ae.HTML,t,r,o,n)||this;return i.input=t,i.begin=r,i.end=o,i.file=n,i.trimLeft=0,i.trimRight=0,i}return n(t,e),t.prototype.getContent=function(){return this.input.slice(this.begin+this.trimLeft,this.end-this.trimRight)},t}(Ie),ze=function(e){function t(t,r,o,n,i,a){var s=e.call(this,ae.Range,t,r,o,a)||this;return s.input=t,s.begin=r,s.end=o,s.lhs=n,s.rhs=i,s.file=a,s}return n(t,e),t}(Ie),Ze=function(e){function t(t,r,o,n,i){var a=n.trimOutputLeft,s=n.trimOutputRight,l=n.outputDelimiterLeft,c=n.outputDelimiterRight,u=t.slice(r+l.length,o-c.length);return e.call(this,ae.Output,u,t,r,o,a,s,i)||this}return n(t,e),t}(ke);var Je=function(e){function t(t,r,o,n,i){var a=this,s=t.slice(r,o);if(a=e.call(this,ae.Tag,s,t,r,o,!1,!1,i)||this,/\S/.test(s)){var l=new qe(a.content,n.operatorsTrie);if(a.name=l.readIdentifier().getText(),!a.name)throw new V("illegal liquid tag syntax",a);l.skipBlank(),a.args=l.remaining()}else a.name="",a.args="";return a}return n(t,e),t}(ke),qe=function(){function e(e,t,r){void 0===r&&(r=""),this.input=e,this.trie=t,this.file=r,this.p=0,this.rawBeginAt=-1,this.N=e.length}return e.prototype.readExpression=function(){return new Ne(this.readExpressionTokens())},e.prototype.readExpressionTokens=function(){var e,t,r;return s(this,(function(o){switch(o.label){case 0:return(e=this.readValue())?[4,e]:[2];case 1:o.sent(),o.label=2;case 2:return this.p<this.N?(t=this.readOperator())&&(r=this.readValue())?[4,t]:[2]:[3,5];case 3:return o.sent(),[4,r];case 4:return o.sent(),[3,2];case 5:return[2]}}))},e.prototype.readOperator=function(){this.skipBlank();var e=function(e,t,r,o){void 0===o&&(o=e.length);for(var n,i=r,a=t;i[e[a]]&&a<o;)(i=i[e[a++]]).end&&(n=i);return n?n.needBoundary&&1&F[e.charCodeAt(a)]?-1:a:-1}(this.input,this.p,this.trie);if(-1!==e)return new He(this.input,this.p,this.p=e,this.file)},e.prototype.readFilters=function(){for(var e=[];;){var t=this.readFilter();if(!t)return e;e.push(t)}},e.prototype.readFilter=function(){var e=this;if(this.skipBlank(),this.end())return null;Z("|"===this.peek(),(function(){return"unexpected token at ".concat(e.snapshot())})),this.p++;var t=this.p,r=this.readIdentifier();if(!r.size())return null;var o=[];if(this.skipBlank(),":"===this.peek())do{++this.p;var n=this.readFilterArg();for(n&&o.push(n);this.p<this.N&&","!==this.peek()&&"|"!==this.peek();)++this.p}while(","===this.peek());return new We(r.getText(),o,this.input,t,this.p,this.file)},e.prototype.readFilterArg=function(){var e=this.readValue();if(e){if(this.skipBlank(),":"!==this.peek())return e;++this.p;var t=this.readValue();return[e.getText(),t]}},e.prototype.readTopLevelTokens=function(e){void 0===e&&(e=$);for(var t=[];this.p<this.N;){var r=this.readTopLevelToken(e);t.push(r)}return function(e,t){for(var r=!1,o=0;o<e.length;o++){var n=e[o];ce(n)&&(!r&&n.trimLeft&&Fe(e[o-1],t.greedy),ge(n)&&("raw"===n.name?r=!0:"endraw"===n.name&&(r=!1)),!r&&n.trimRight&&De(e[o+1],t.greedy))}}(t,e),t},e.prototype.readTopLevelToken=function(e){var t=e.tagDelimiterLeft,r=e.outputDelimiterLeft;return this.rawBeginAt>-1?this.readEndrawOrRawContent(e):this.match(t)?this.readTagToken(e):this.match(r)?this.readOutputToken(e):this.readHTMLToken([t,r])},e.prototype.readHTMLToken=function(e){for(var t=this,r=this.p;this.p<this.N&&!e.some((function(e){return t.match(e)}));)++this.p;return new Qe(this.input,r,this.p,this.file)},e.prototype.readTagToken=function(e){void 0===e&&(e=$);var t=this.file,r=this.input,o=this.p;if(-1===this.readToDelimiter(e.tagDelimiterRight))throw this.mkError("tag ".concat(this.snapshot(o)," not closed"),o);var n=new et(r,o,this.p,e,t);return"raw"===n.name&&(this.rawBeginAt=o),n},e.prototype.readToDelimiter=function(e){for(;this.p<this.N;)if(8&this.peekType())this.readQuoted();else if(++this.p,this.rmatch(e))return this.p;return-1},e.prototype.readOutputToken=function(e){void 0===e&&(e=$);var t=this.file,r=this.input,o=e.outputDelimiterRight,n=this.p;if(-1===this.readToDelimiter(o))throw this.mkError("output ".concat(this.snapshot(n)," not closed"),n);return new Ze(r,n,this.p,e,t)},e.prototype.readEndrawOrRawContent=function(e){for(var t=e.tagDelimiterLeft,r=e.tagDelimiterRight,o=this.p,n=this.readTo(t)-t.length;this.p<this.N;)if("endraw"===this.readIdentifier().getText())for(;this.p<=this.N;){if(this.rmatch(r)){var i=this.p;return o===n?(this.rawBeginAt=-1,new et(this.input,o,i,e,this.file)):(this.p=n,new Qe(this.input,o,n,this.file))}if(this.rmatch(t))break;this.p++}else n=this.readTo(t)-t.length;throw this.mkError("raw ".concat(this.snapshot(this.rawBeginAt)," not closed"),o)},e.prototype.readLiquidTagTokens=function(e){void 0===e&&(e=$);for(var t=[];this.p<this.N;){var r=this.readLiquidTagToken(e);r.name&&t.push(r)}return t},e.prototype.readLiquidTagToken=function(e){var t=this.file,r=this.input,o=this.p,n=this.N;return-1!==this.readToDelimiter("\n")&&(n=this.p),new Je(r,o,n,e,t)},e.prototype.mkError=function(e,t){return new V(e,new Xe(this.input,t,this.N,this.file))},e.prototype.snapshot=function(e){return void 0===e&&(e=this.p),JSON.stringify((t=this.input.slice(e),r=16,t.length>r?t.substr(0,r-3)+"...":t));var t,r},e.prototype.readWord=function(){return console.warn("Tokenizer#readWord() will be removed, use #readIdentifier instead"),this.readIdentifier()},e.prototype.readIdentifier=function(){this.skipBlank();for(var e=this.p;1&this.peekType();)++this.p;return new Xe(this.input,e,this.p,this.file)},e.prototype.readHashes=function(e){for(var t=[];;){var r=this.readHash(e);if(!r)return t;t.push(r)}},e.prototype.readHash=function(e){this.skipBlank(),","===this.peek()&&++this.p;var t=this.p,r=this.readIdentifier();if(r.size()){var o;this.skipBlank();var n=e?"=":":";return this.peek()===n&&(++this.p,o=this.readValue()),new Ke(this.input,t,this.p,r,o,this.file)}},e.prototype.remaining=function(){return this.input.slice(this.p)},e.prototype.advance=function(e){void 0===e&&(e=1),this.p+=e},e.prototype.end=function(){return this.p>=this.N},e.prototype.readTo=function(e){for(;this.p<this.N;)if(++this.p,this.rmatch(e))return this.p;return-1},e.prototype.readValue=function(){var e=this.readQuoted()||this.readRange();if(e)return e;if("["===this.peek()){if(this.p++,!(n=this.readQuoted()))return;if("]"!==this.peek())return;return this.p++,new je(n,[],this.p)}var t=this.readIdentifier();if(t.size()){for(var r=t.isNumber(!0),o=[];;)if("["===this.peek()){r=!1,this.p++;var n=this.readValue()||new Xe(this.input,this.p,this.p,this.file);this.readTo("]"),o.push(n)}else{if("."!==this.peek()||"."===this.peek(1))break;if(this.p++,!(n=this.readIdentifier()).size())break;n.isNumber()||(r=!1),o.push(n)}return!o.length&&_e.hasOwnProperty(t.content)?new Ue(this.input,t.begin,t.end,this.file):r?new $e(t,o[0]):new je(t,o,this.p)}},e.prototype.readRange=function(){this.skipBlank();var e=this.p;if("("===this.peek()){++this.p;var t=this.readValueOrThrow();this.p+=2;var r=this.readValueOrThrow();return++this.p,new ze(this.input,e,this.p,t,r,this.file)}},e.prototype.readValueOrThrow=function(){var e=this,t=this.readValue();return Z(t,(function(){return"unexpected token ".concat(e.snapshot(),", value expected")})),t},e.prototype.readQuoted=function(){this.skipBlank();var e=this.p;if(8&this.peekType()){++this.p;for(var t=!1;this.p<this.N&&(++this.p,this.input[this.p-1]!==this.input[e]||t);)t?t=!1:"\\"===this.input[this.p-1]&&(t=!0);return new Ye(this.input,e,this.p,this.file)}},e.prototype.readFileNameTemplate=function(e){var t,r,o;return s(this,(function(n){switch(n.label){case 0:t=e.outputDelimiterLeft,r=[","," ",t],o=new Set(r),n.label=1;case 1:return this.p<this.N&&!o.has(this.peek())?[4,this.match(t)?this.readOutputToken(e):this.readHTMLToken(r)]:[3,3];case 2:return n.sent(),[3,1];case 3:return[2]}}))},e.prototype.match=function(e){for(var t=0;t<e.length;t++)if(e[t]!==this.input[this.p+t])return!1;return!0},e.prototype.rmatch=function(e){for(var t=0;t<e.length;t++)if(e[e.length-1-t]!==this.input[this.p-1-t])return!1;return!0},e.prototype.peekType=function(e){return void 0===e&&(e=0),F[this.input.charCodeAt(this.p+e)]},e.prototype.peek=function(e){return void 0===e&&(e=0),this.input[this.p+e]},e.prototype.skipBlank=function(){for(;4&this.peekType();)++this.p},e}(),et=function(e){function t(t,r,o,n,i){var a=this,s=n.trimTagLeft,l=n.trimTagRight,c=n.tagDelimiterLeft,u=n.tagDelimiterRight,d=t.slice(r+c.length,o-u.length);a=e.call(this,ae.Tag,d,t,r,o,s,l,i)||this;var m=new qe(a.content,n.operatorsTrie);if(a.name=m.readIdentifier().getText(),!a.name)throw new V("illegal tag syntax",a);return m.skipBlank(),a.args=m.remaining(),a}return n(t,e),t}(ke),tt=function(){function e(e,t){var r,o;this.hash={};var n=new qe(e,{});try{for(var i=l(n.readHashes(t)),a=i.next();!a.done;a=i.next()){var s=a.value;this.hash[s.name.content]=s.value}}catch(e){r={error:e}}finally{try{a&&!a.done&&(o=i.return)&&o.call(i)}finally{if(r)throw r.error}}}return e.prototype.render=function(e){var t,r,o,n,i,a,c,u,d,m;return s(this,(function(s){switch(s.label){case 0:t={},s.label=1;case 1:s.trys.push([1,8,9,10]),r=l(Object.keys(this.hash)),o=r.next(),s.label=2;case 2:return o.done?[3,7]:(n=o.value,i=t,a=n,void 0!==this.hash[n]?[3,3]:(c=!0,[3,5]));case 3:return[4,Ge(this.hash[n],e)];case 4:c=s.sent(),s.label=5;case 5:i[a]=c,s.label=6;case 6:return o=r.next(),[3,2];case 7:return[3,10];case 8:return u=s.sent(),d={error:u},[3,10];case 9:try{o&&!o.done&&(m=r.return)&&m.call(r)}finally{if(d)throw d.error}return[7];case 10:return[2,t]}}))},e}();var rt=function(){function e(e,t,r,o){this.name=e,this.impl=t||_,this.args=r,this.liquid=o}return e.prototype.render=function(e,t){var r,o,n=[];try{for(var i=l(this.args),a=i.next();!a.done;a=i.next()){var s=a.value;S(s)?n.push([s[0],Ge(s[1],t)]):n.push(Ge(s,t))}}catch(e){r={error:e}}finally{try{a&&!a.done&&(o=i.return)&&o.call(i)}finally{if(r)throw r.error}}return this.impl.apply({context:t,liquid:this.liquid},u([e],c(n),!1))},e}(),ot=function(){function e(e,t){this.filters=[];var r=new qe(e,t.options.operatorsTrie);this.initial=r.readExpression(),this.filters=r.readFilters().map((function(e){var r=e.name,o=e.args;return new rt(r,t.filters.get(r),o,t)}))}return e.prototype.value=function(e,t){var r,o,n,i,a,c;return s(this,(function(s){switch(s.label){case 0:return t=t||e.opts.lenientIf&&this.filters.length>0&&"default"===this.filters[0].name,[4,this.initial.evaluate(e,t)];case 1:r=s.sent(),s.label=2;case 2:s.trys.push([2,7,8,9]),o=l(this.filters),n=o.next(),s.label=3;case 3:return n.done?[3,6]:[4,n.value.render(r,e)];case 4:r=s.sent(),s.label=5;case 5:return n=o.next(),[3,3];case 6:return[3,9];case 7:return i=s.sent(),a={error:i},[3,9];case 8:try{n&&!n.done&&(c=o.return)&&c.call(o)}finally{if(a)throw a.error}return[7];case 9:return[2,r]}}))},e}(),nt=function(e){function t(t,r,o){var n=e.call(this,t)||this;n.name=t.name;var i=o.tags.get(t.name);return n.impl=Object.create(i),n.impl.liquid=o,n.impl.parse&&n.impl.parse(t,r),n}return n(t,e),t.prototype.render=function(e,t){var r,o;return s(this,(function(n){switch(n.label){case 0:return[4,new tt(this.token.args).render(e)];case 1:return r=n.sent(),p((o=this.impl).render)?[4,o.render(e,t,r)]:[3,3];case 2:return[2,n.sent()];case 3:return[2]}}))},t}(Ae),it=function(e){function t(t,r){var o=e.call(this,t)||this;return o.value=new ot(t.content,r),o}return n(t,e),t.prototype.render=function(e,t){var r;return s(this,(function(o){switch(o.label){case 0:return[4,this.value.value(e,!1)];case 1:return r=o.sent(),t.write(r),[2]}}))},t}(Ae),at=function(e){function t(t){var r=e.call(this,t)||this;return r.str=t.getContent(),r}return n(t,e),t.prototype.render=function(e,t){return s(this,(function(e){return t.write(this.str),[2]}))},t}(Ae),st=function(){function e(e){this.liquid=e,this.cache=this.liquid.options.cache,this.fs=this.liquid.options.fs,this.parseFile=this.cache?this._parseFileCached:this._parseFile,this.loader=new J(this.liquid.options)}return e.prototype.parse=function(e,t){var r=new qe(e,this.liquid.options.operatorsTrie,t).readTopLevelTokens(this.liquid.options);return this.parseTokens(r)},e.prototype.parseTokens=function(e){for(var t,r=[];t=e.shift();)r.push(this.parseToken(t,e));return r},e.prototype.parseToken=function(e,t){try{return ge(e)?new nt(e,t,this.liquid):me(e)?new it(e,this.liquid):new at(e)}catch(t){throw new H(t,e)}},e.prototype.parseStream=function(e){var t=this;return new be(e,(function(e,r){return t.parseToken(e,r)}))},e.prototype._parseFileCached=function(e,t,r,o){var n,i,a;return void 0===r&&(r=Q.Root),s(this,(function(s){switch(s.label){case 0:return n=this.loader.shouldLoadRelative(e)?o+","+e:r+":"+e,[4,this.cache.read(n)];case 1:if(i=s.sent())return[2,i];a=oe(this._parseFile(e,t,r,o)),this.cache.write(n,a),s.label=2;case 2:return s.trys.push([2,4,,5]),[4,a];case 3:return[2,s.sent()];case 4:return s.sent(),this.cache.remove(n),[3,5];case 5:return[2,[]]}}))},e.prototype._parseFile=function(e,t,r,o){var n,i,a,l;return void 0===r&&(r=Q.Root),s(this,(function(s){switch(s.label){case 0:return[4,this.loader.lookup(e,r,t,o)];case 1:return n=s.sent(),a=(i=this.liquid).parse,t?(l=this.fs.readFileSync(n),[3,4]):[3,2];case 2:return[4,this.fs.readFile(n)];case 3:l=s.sent(),s.label=4;case 4:return[2,a.apply(i,[l,n])]}}))},e}(),lt={parse:function(e){var t=new qe(e.args,this.liquid.options.operatorsTrie);this.key=t.readIdentifier().content,t.skipBlank(),Z("="===t.peek(),(function(){return"illegal token ".concat(e.getText())})),t.advance(),this.value=t.remaining()},render:function(e){var t,r;return s(this,(function(o){switch(o.label){case 0:return t=e.bottom(),r=this.key,[4,this.liquid._evalValue(this.value,e)];case 1:return t[r]=o.sent(),[2]}}))}};function ct(e){return S(e)?e:h(e)&&e.length>0?[e]:w(e)?Object.keys(e).map((function(t){return[t,e[t]]})):[]}function ut(e){return S(e)?e:[e]}var dt=function(e){function t(t,r,o){var n=e.call(this)||this;return n.i=0,n.length=t,n.name="".concat(o,"-").concat(r),n}return n(t,e),t.prototype.next=function(){this.i++},t.prototype.index0=function(){return this.i},t.prototype.index=function(){return this.i+1},t.prototype.first=function(){return 0===this.i},t.prototype.last=function(){return this.i===this.length-1},t.prototype.rindex=function(){return this.length-this.i},t.prototype.rindex0=function(){return this.length-this.i-1},t.prototype.valueOf=function(){return JSON.stringify(this)},t}(d),mt=["offset","limit","reversed"],gt={type:"block",parse:function(e,t){var r,o=this,n=new qe(e.args,this.liquid.options.operatorsTrie),i=n.readIdentifier(),a=n.readIdentifier(),s=n.readValue();Z(i.size()&&"in"===a.content&&s,(function(){return"illegal tag: ".concat(e.getText())})),this.variable=i.content,this.collection=s,this.hash=new tt(n.remaining()),this.templates=[],this.elseTemplates=[];var l=this.liquid.parser.parseStream(t).on("start",(function(){return r=o.templates})).on("tag:else",(function(){return r=o.elseTemplates})).on("tag:endfor",(function(){return l.stop()})).on("template",(function(e){return r.push(e)})).on("end",(function(){throw new Error("tag ".concat(e.getText()," not closed"))}));l.start()},render:function(e,t){var r,o,n,i,a,d,m,g,h,p,f,x,v;return s(this,(function(s){switch(s.label){case 0:return r=this.liquid.renderer,n=ct,[4,Ge(this.collection,e)];case 1:return(o=n.apply(void 0,[s.sent()])).length?[3,3]:[4,r.renderTemplates(this.elseTemplates,e,t)];case 2:return s.sent(),[2];case 3:return i="continue-"+this.variable+"-"+this.collection.getText(),e.push({continue:e.getRegister(i)}),[4,this.hash.render(e)];case 4:a=s.sent(),e.pop(),d=this.liquid.options.orderedFilterParameters?Object.keys(a).filter((function(e){return mt.includes(e)})):mt.filter((function(e){return void 0!==a[e]})),o=d.reduce((function(e,t){return"offset"===t?(r=e,o=a.offset,r.slice(o)):"limit"===t?function(e,t){return e.slice(0,t)}(e,a.limit):function(e){return u([],c(e),!1).reverse()}(e);var r,o}),o),e.setRegister(i,(a.offset||0)+o.length),m={forloop:new dt(o.length,this.collection.getText(),this.variable)},e.push(m),s.label=5;case 5:s.trys.push([5,10,11,12]),g=l(o),h=g.next(),s.label=6;case 6:return h.done?[3,9]:(p=h.value,m[this.variable]=p,[4,r.renderTemplates(this.templates,e,t)]);case 7:if(s.sent(),t.break)return t.break=!1,[3,9];t.continue=!1,m.forloop.next(),s.label=8;case 8:return h=g.next(),[3,6];case 9:return[3,12];case 10:return f=s.sent(),x={error:f},[3,12];case 11:try{h&&!h.done&&(v=g.return)&&v.call(g)}finally{if(x)throw x.error}return[7];case 12:return e.pop(),[2]}}))}};var ht={parse:function(e,t){var r=this,o=new qe(e.args,this.liquid.options.operatorsTrie);this.variable=function(e){var t=e.readIdentifier().content;if(t)return t;var r=e.readQuoted();if(r)return Re(r)}(o),Z(this.variable,(function(){return"".concat(e.args," not valid identifier")})),this.templates=[];var n=this.liquid.parser.parseStream(t);n.on("tag:endcapture",(function(){return n.stop()})).on("template",(function(e){return r.templates.push(e)})).on("end",(function(){throw new Error("tag ".concat(e.getText()," not closed"))})),n.start()},render:function(e){var t;return s(this,(function(r){switch(r.label){case 0:return[4,this.liquid.renderer.renderTemplates(this.templates,e)];case 1:return t=r.sent(),e.bottom()[this.variable]=t,[2]}}))}};var pt,ft={parse:function(e,t){var r=this;this.cond=new ot(e.args,this.liquid),this.cases=[],this.elseTemplates=[];var o=[],n=this.liquid.parser.parseStream(t).on("tag:when",(function(e){o=[];for(var t=new qe(e.args,r.liquid.options.operatorsTrie);!t.end();){var n=t.readValue();r.cases.push({val:n,templates:o}),t.readTo(",")}})).on("tag:else",(function(){return o=r.elseTemplates})).on("tag:endcase",(function(){return n.stop()})).on("template",(function(e){return o.push(e)})).on("end",(function(){throw new Error("tag ".concat(e.getText()," not closed"))}));n.start()},render:function(e,t){var r,o,n,i,a,c,u,d,m;return s(this,(function(s){switch(s.label){case 0:return r=this.liquid.renderer,n=x,[4,this.cond.value(e,e.opts.lenientIf)];case 1:o=n.apply(void 0,[s.sent()]),s.label=2;case 2:s.trys.push([2,7,8,9]),i=l(this.cases),a=i.next(),s.label=3;case 3:return a.done?[3,6]:(c=a.value,Ge(c.val,e,e.opts.lenientIf)!==o?[3,5]:[4,r.renderTemplates(c.templates,e,t)]);case 4:return s.sent(),[2];case 5:return a=i.next(),[3,3];case 6:return[3,9];case 7:return u=s.sent(),d={error:u},[3,9];case 8:try{a&&!a.done&&(m=i.return)&&m.call(i)}finally{if(d)throw d.error}return[7];case 9:return[4,r.renderTemplates(this.elseTemplates,e,t)];case 10:return s.sent(),[2]}}))}},xt={parse:function(e,t){var r=this.liquid.parser.parseStream(t);r.on("token",(function(e){"endcomment"===e.name&&r.stop()})).on("end",(function(){throw new Error("tag ".concat(e.getText()," not closed"))})),r.start()}};!function(e){e[e.OUTPUT=0]="OUTPUT",e[e.STORE=1]="STORE"}(pt||(pt={}));var vt=pt,yt={parseFilePath:St,renderFilePath:At,parse:function(e){var t=e.args,r=new qe(t,this.liquid.options.operatorsTrie);for(this.file=this.parseFilePath(r,this.liquid),this.currentFile=e.file;!r.end();){r.skipBlank();var o=r.p,n=r.readIdentifier();if(("with"===n.content||"for"===n.content)&&(r.skipBlank(),":"!==r.peek())){var i=r.readValue();if(i){var a=r.p,s=void 0;"as"===r.readIdentifier().content?s=r.readIdentifier():r.p=a,this[n.content]={value:i,alias:s&&s.content},r.skipBlank(),","===r.peek()&&r.advance();continue}}r.p=o;break}this.hash=new tt(r.remaining())},render:function(e,t){var r,o,n,a,c,u,d,m,g,h,p,f,x,v,y,S,b,A,w,T;return s(this,(function(s){switch(s.label){case 0:return o=(r=this).liquid,n=r.hash,[4,this.renderFilePath(this.file,e,o)];case 1:return Z(a=s.sent(),(function(){return'illegal filename "'.concat(a,'"')})),c=new z({},e.opts,{sync:e.sync,globals:e.globals,strictVariables:e.strictVariables}),u=c.bottom(),d=i,m=[u],[4,n.render(e)];case 2:if(d.apply(void 0,m.concat([s.sent()])),this.with&&(g=this.with,p=g.value,f=g.alias,u[f||a]=Ge(p,e)),!this.for)return[3,12];h=this.for,p=h.value,f=h.alias,x=ct(x=Ge(p,e)),u.forloop=new dt(x.length,p.getText(),f),s.label=3;case 3:s.trys.push([3,9,10,11]),v=l(x),y=v.next(),s.label=4;case 4:return y.done?[3,8]:(S=y.value,u[f]=S,[4,o._parsePartialFile(a,c.sync,this.currentFile)]);case 5:return A=s.sent(),[4,o.renderer.renderTemplates(A,c,t)];case 6:s.sent(),u.forloop.next(),s.label=7;case 7:return y=v.next(),[3,4];case 8:return[3,11];case 9:return b=s.sent(),w={error:b},[3,11];case 10:try{y&&!y.done&&(T=v.return)&&T.call(v)}finally{if(w)throw w.error}return[7];case 11:return[3,15];case 12:return[4,o._parsePartialFile(a,c.sync,this.currentFile)];case 13:return A=s.sent(),[4,o.renderer.renderTemplates(A,c,t)];case 14:s.sent(),s.label=15;case 15:return[2]}}))}};function St(e,t){if(t.options.dynamicPartials){var r=e.readValue();if(void 0===r)throw new TypeError('illegal argument "'.concat(e.input,'"'));return"none"===r.getText()?null:he(r)?bt(t.parse(Re(r))):r}var o=u([],c(e.readFileNameTemplate(t.options)),!1),n=bt(t.parser.parseTokens(o));return"none"===n?null:n}function bt(e){return 1===e.length&&de(e[0].token)?e[0].token.getContent():e}function At(e,t,r){return"string"==typeof e?e:Array.isArray(e)?r.renderer.renderTemplates(e,t):Ge(e,t)}var wt={parseFilePath:St,renderFilePath:At,parse:function(e){var t=e.args,r=new qe(t,this.liquid.options.operatorsTrie);this.file=this.parseFilePath(r,this.liquid),this.currentFile=e.file;var o=r.p;"with"===r.readIdentifier().content?(r.skipBlank(),":"!==r.peek()?this.withVar=r.readValue():r.p=o):r.p=o,this.hash=new tt(r.remaining(),this.liquid.options.jekyllInclude)},render:function(e,t){var r,o,n,i,a,l,c,u,d;return s(this,(function(s){switch(s.label){case 0:return o=(r=this).liquid,n=r.hash,i=r.withVar,a=o.renderer,[4,this.renderFilePath(this.file,e,o)];case 1:return Z(l=s.sent(),(function(){return'illegal filename "'.concat(l,'"')})),c=e.saveRegister("blocks","blockMode"),e.setRegister("blocks",{}),e.setRegister("blockMode",vt.OUTPUT),[4,n.render(e)];case 2:return u=s.sent(),i&&(u[l]=Ge(i,e)),[4,o._parsePartialFile(l,e.sync,this.currentFile)];case 3:return d=s.sent(),e.push(e.opts.jekyllInclude?{include:u}:u),[4,a.renderTemplates(d,e,t)];case 4:return s.sent(),e.pop(),e.restoreRegister(c),[2]}}))}},Tt={parse:function(e){var t=new qe(e.args,this.liquid.options.operatorsTrie);this.variable=t.readIdentifier().content},render:function(e,t){var r=e.environments;v(r[this.variable])||(r[this.variable]=0),t.write(f(--r[this.variable]))}},Pt={parse:function(e){var t=new qe(e.args,this.liquid.options.operatorsTrie),r=t.readValue();for(t.skipBlank(),this.candidates=[],r&&(":"===t.peek()?(this.group=r,t.advance()):this.candidates.push(r));!t.end();){var o=t.readValue();o&&this.candidates.push(o),t.readTo(",")}Z(this.candidates.length,(function(){return"empty candidates: ".concat(e.getText())}))},render:function(e,t){var r=Ge(this.group,e),o="cycle:".concat(r,":")+this.candidates.join(","),n=e.getRegister("cycle"),i=n[o];void 0===i&&(i=n[o]=0);var a=this.candidates[i];i=(i+1)%this.candidates.length,n[o]=i;var s=Ge(a,e);t.write(s)}},Mt={parse:function(e,t){var r,o=this;this.branches=[],this.elseTemplates=[],this.liquid.parser.parseStream(t).on("start",(function(){return o.branches.push({predicate:new ot(e.args,o.liquid),templates:r=[]})})).on("tag:elsif",(function(e){return o.branches.push({predicate:new ot(e.args,o.liquid),templates:r=[]})})).on("tag:else",(function(){return r=o.elseTemplates})).on("tag:endif",(function(){this.stop()})).on("template",(function(e){return r.push(e)})).on("end",(function(){throw new Error("tag ".concat(e.getText()," not closed"))})).start()},render:function(e,t){var r,o,n,i,a,c,u,d,m;return s(this,(function(s){switch(s.label){case 0:r=this.liquid.renderer,s.label=1;case 1:s.trys.push([1,7,8,9]),o=l(this.branches),n=o.next(),s.label=2;case 2:return n.done?[3,6]:(i=n.value,a=i.predicate,c=i.templates,[4,a.value(e,e.opts.lenientIf)]);case 3:return R(s.sent(),e)?[4,r.renderTemplates(c,e,t)]:[3,5];case 4:return s.sent(),[2];case 5:return n=o.next(),[3,2];case 6:return[3,9];case 7:return u=s.sent(),d={error:u},[3,9];case 8:try{n&&!n.done&&(m=o.return)&&m.call(o)}finally{if(d)throw d.error}return[7];case 9:return[4,r.renderTemplates(this.elseTemplates,e,t)];case 10:return s.sent(),[2]}}))}},_t={parse:function(e){var t=new qe(e.args,this.liquid.options.operatorsTrie);this.variable=t.readIdentifier().content},render:function(e,t){var r=e.environments;v(r[this.variable])||(r[this.variable]=0);var o=r[this.variable];r[this.variable]++,t.write(f(o))}},Et={parseFilePath:St,renderFilePath:At,parse:function(e,t){var r=new qe(e.args,this.liquid.options.operatorsTrie);this.file=this.parseFilePath(r,this.liquid),this.currentFile=e.file,this.hash=new tt(r.remaining()),this.tpls=this.liquid.parser.parseTokens(t)},render:function(e,t){var r,o,n,i,a,l,c,u,d,m,g;return s(this,(function(s){switch(s.label){case 0:return o=(r=this).liquid,n=r.hash,i=r.file,a=o.renderer,null!==i?[3,2]:(e.setRegister("blockMode",vt.OUTPUT),[4,a.renderTemplates(this.tpls,e,t)]);case 1:return s.sent(),[2];case 2:return[4,this.renderFilePath(this.file,e,o)];case 3:return Z(l=s.sent(),(function(){return'illegal filename "'.concat(l,'"')})),[4,o._parseLayoutFile(l,e.sync,this.currentFile)];case 4:return c=s.sent(),e.setRegister("blockMode",vt.STORE),[4,a.renderTemplates(this.tpls,e)];case 5:return u=s.sent(),void 0===(d=e.getRegister("blocks"))[""]&&(d[""]=function(e,t){return t.write(u)}),e.setRegister("blockMode",vt.OUTPUT),g=(m=e).push,[4,n.render(e)];case 6:return g.apply(m,[s.sent()]),[4,a.renderTemplates(c,e,t)];case 7:return s.sent(),e.pop(),[2]}}))}},Lt=function(e){function t(t){void 0===t&&(t=function(){return""});var r=e.call(this)||this;return r.superBlockRender=t,r}return n(t,e),t.prototype.super=function(){return this.superBlockRender()},t}(d),Ot={parse:function(e,t){var r=this,o=/\w+/.exec(e.args);this.block=o?o[0]:"",this.tpls=[],this.liquid.parser.parseStream(t).on("tag:endblock",(function(){this.stop()})).on("template",(function(e){return r.tpls.push(e)})).on("end",(function(){throw new Error("tag ".concat(e.getText()," not closed"))})).start()},render:function(e,t){var r;return s(this,(function(o){switch(o.label){case 0:return r=this.getBlockRender(e),e.getRegister("blockMode")!==vt.STORE?[3,1]:(e.getRegister("blocks")[this.block]=r,[3,3]);case 1:return[4,r(new Lt,t)];case 2:o.sent(),o.label=3;case 3:return[2]}}))},getBlockRender:function(e){var t=this.liquid,r=this.tpls,o=e.getRegister("blocks")[this.block],n=function(o,n){return s(this,(function(i){switch(i.label){case 0:return e.push({block:o}),[4,t.renderer.renderTemplates(r,e,n)];case 1:return i.sent(),e.pop(),[2]}}))};return o?function(e,t){return o(new Lt((function(){return n(e,t)})),t)}:n}},Bt={parse:function(e,t){var r=this;this.tokens=[];var o=this.liquid.parser.parseStream(t);o.on("token",(function(e){"endraw"===e.name?o.stop():r.tokens.push(e)})).on("end",(function(){throw new Error("tag ".concat(e.getText()," not closed"))})),o.start()},render:function(){return this.tokens.map((function(e){return e.getText()})).join("")}},Ct=function(e){function t(t,r,o,n){var i=e.call(this,t,o,n)||this;return i.length=t,i.cols=r,i}return n(t,e),t.prototype.row=function(){return Math.floor(this.i/this.cols)+1},t.prototype.col0=function(){return this.i%this.cols},t.prototype.col=function(){return this.col0()+1},t.prototype.col_first=function(){return 0===this.col0()},t.prototype.col_last=function(){return this.col()===this.cols},t}(dt),Nt={assign:lt,for:gt,capture:ht,case:ft,comment:xt,include:wt,render:yt,decrement:Tt,increment:_t,cycle:Pt,if:Mt,layout:Et,block:Ot,raw:Bt,tablerow:{parse:function(e,t){var r=this,o=new qe(e.args,this.liquid.options.operatorsTrie),n=o.readIdentifier();o.skipBlank();var i,a=o.readIdentifier();Z(a&&"in"===a.content,(function(){return"illegal tag: ".concat(e.getText())})),this.variable=n.content,this.collection=o.readValue(),this.hash=new tt(o.remaining()),this.templates=[];var s=this.liquid.parser.parseStream(t).on("start",(function(){return i=r.templates})).on("tag:endtablerow",(function(){return s.stop()})).on("template",(function(e){return i.push(e)})).on("end",(function(){throw new Error("tag ".concat(e.getText()," not closed"))}));s.start()},render:function(e,t){var r,o,n,i,a,l,c,u,d,m;return s(this,(function(s){switch(s.label){case 0:return o=ct,[4,Ge(this.collection,e)];case 1:return r=o.apply(void 0,[s.sent()]),[4,this.hash.render(e)];case 2:n=s.sent(),i=n.offset||0,a=void 0===n.limit?r.length:n.limit,r=r.slice(i,i+a),l=n.cols||r.length,c=this.liquid.renderer,u=new Ct(r.length,l,this.collection.getText(),this.variable),d={tablerowloop:u},e.push(d),m=0,s.label=3;case 3:return m<r.length?(d[this.variable]=r[m],0===u.col0()&&(1!==u.row()&&t.write("</tr>"),t.write('<tr class="row'.concat(u.row(),'">'))),t.write('<td class="col'.concat(u.col(),'">')),[4,c.renderTemplates(this.templates,e,t)]):[3,6];case 4:s.sent(),t.write("</td>"),s.label=5;case 5:return m++,u.next(),[3,3];case 6:return r.length&&t.write("</tr>"),e.pop(),[2]}}))}},unless:{parse:function(e,t){var r,o=this;this.branches=[],this.elseTemplates=[],this.liquid.parser.parseStream(t).on("start",(function(){return o.branches.push({predicate:new ot(e.args,o.liquid),test:I,templates:r=[]})})).on("tag:elsif",(function(e){return o.branches.push({predicate:new ot(e.args,o.liquid),test:R,templates:r=[]})})).on("tag:else",(function(){return r=o.elseTemplates})).on("tag:endunless",(function(){this.stop()})).on("template",(function(e){return r.push(e)})).on("end",(function(){throw new Error("tag ".concat(e.getText()," not closed"))})).start()},render:function(e,t){var r,o,n,i,a,c,u,d,m,g,h;return s(this,(function(s){switch(s.label){case 0:r=this.liquid.renderer,s.label=1;case 1:s.trys.push([1,7,8,9]),o=l(this.branches),n=o.next(),s.label=2;case 2:return n.done?[3,6]:(i=n.value,a=i.predicate,c=i.test,u=i.templates,[4,a.value(e,e.opts.lenientIf)]);case 3:return d=s.sent(),c(d,e)?[4,r.renderTemplates(u,e,t)]:[3,5];case 4:return s.sent(),[2];case 5:return n=o.next(),[3,2];case 6:return[3,9];case 7:return m=s.sent(),g={error:m},[3,9];case 8:try{n&&!n.done&&(h=o.return)&&h.call(o)}finally{if(g)throw g.error}return[7];case 9:return[4,r.renderTemplates(this.elseTemplates,e,t)];case 10:return s.sent(),[2]}}))}},break:{render:function(e,t){t.break=!0}},continue:{render:function(e,t){t.continue=!0}},echo:{parse:function(e){this.value=new ot(e.args,this.liquid)},render:function(e,t){var r;return s(this,(function(o){switch(o.label){case 0:return[4,this.value.value(e,!1)];case 1:return r=o.sent(),t.write(r),[2]}}))}},liquid:{parse:function(e){var t=new qe(e.args,this.liquid.options.operatorsTrie).readLiquidTagTokens(this.liquid.options);this.tpls=this.liquid.parser.parseTokens(t)},render:function(e,t){return s(this,(function(r){switch(r.label){case 0:return[4,this.liquid.renderer.renderTemplates(this.tpls,e,t)];case 1:return r.sent(),[2]}}))}}},Gt={"&":"&","<":"<",">":">",'"':""","'":"'"},Rt={"&":"&","<":"<",">":">",""":'"',"'":"'"};function It(e){return f(e).replace(/&|<|>|"|'/g,(function(e){return Gt[e]}))}var kt=Math.abs,Ft=Math.max,Dt=Math.min,$t=Math.ceil,Xt=Math.floor;var Ut=/%([-_0^#:]+)?(\d+)?([EO])?(.)/,Vt=["January","February","March","April","May","June","July","August","September","October","November","December"],Ht=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],jt=Vt.map(Yt),Wt=Ht.map(Yt),Kt={1:"st",2:"nd",3:"rd",default:"th"};function Yt(e){return e.slice(0,3)}function Qt(e){return[31,function(e){var t=e.getFullYear();return!(0!=(3&t)||!(t%100||t%400==0&&t))}(e)?29:28,31,30,31,30,31,31,30,31,30,31]}function zt(e){for(var t=0,r=0;r<e.getMonth();++r)t+=Qt(e)[r];return t+e.getDate()}function Zt(e,t){var r=zt(e)+(t-e.getDay()),o=7-new Date(e.getFullYear(),0,1).getDay()+t;return String(Math.floor((r-o)/7)+1)}var Jt={d:2,e:2,H:2,I:2,j:3,k:2,l:2,L:3,m:2,M:2,S:2,U:2,W:2},qt={a:" ",A:" ",b:" ",B:" ",c:" ",e:" ",k:" ",l:" ",p:" ",P:" "},er={a:function(e){return Wt[e.getDay()]},A:function(e){return Ht[e.getDay()]},b:function(e){return jt[e.getMonth()]},B:function(e){return Vt[e.getMonth()]},c:function(e){return e.toLocaleString()},C:function(e){return function(e){return parseInt(e.getFullYear().toString().substring(0,2),10)}(e)},d:function(e){return e.getDate()},e:function(e){return e.getDate()},H:function(e){return e.getHours()},I:function(e){return String(e.getHours()%12||12)},j:function(e){return zt(e)},k:function(e){return e.getHours()},l:function(e){return String(e.getHours()%12||12)},L:function(e){return e.getMilliseconds()},m:function(e){return e.getMonth()+1},M:function(e){return e.getMinutes()},N:function(e,t){var r=Number(t.width)||9;return function(e,t,r){return void 0===r&&(r=" "),M(e,t,r,(function(e,t){return e+t}))}(String(e.getMilliseconds()).substr(0,r),r,"0")},p:function(e){return e.getHours()<12?"AM":"PM"},P:function(e){return e.getHours()<12?"am":"pm"},q:function(e){return function(e){var t=e.getDate().toString(),r=parseInt(t.slice(-1));return Kt[r]||Kt.default}(e)},s:function(e){return Math.round(e.getTime()/1e3)},S:function(e){return e.getSeconds()},u:function(e){return e.getDay()||7},U:function(e){return Zt(e,0)},w:function(e){return e.getDay()},W:function(e){return Zt(e,1)},x:function(e){return e.toLocaleDateString()},X:function(e){return e.toLocaleTimeString()},y:function(e){return e.getFullYear().toString().substring(2,4)},Y:function(e){return e.getFullYear()},z:function(e,t){var r=Math.abs(e.getTimezoneOffset()),o=Math.floor(r/60),n=r%60;return(e.getTimezoneOffset()>0?"-":"+")+P(o,2,"0")+(t.flags[":"]?":":"")+P(n,2,"0")},t:function(){return"\t"},n:function(){return"\n"},"%":function(){return"%"}};function tr(e,t){var r,o,n=c(t,5),i=n[0],a=n[1],s=void 0===a?"":a,d=n[2],m=n[3],g=n[4],h=er[g];if(!h)return i;var p={};try{for(var f=l(s),x=f.next();!x.done;x=f.next()){p[x.value]=!0}}catch(e){r={error:e}}finally{try{x&&!x.done&&(o=f.return)&&o.call(f)}finally{if(r)throw r.error}}var v,y=String(h(e,{flags:p,width:d,modifier:m})),S=qt[g]||"0",b=d||Jt[g]||0;return p["^"]?y=y.toUpperCase():p["#"]&&(y=u([],c(v=y),!1).some((function(e){return e>="a"&&e<="z"}))?v.toUpperCase():v.toLowerCase()),p._?S=" ":p[0]&&(S="0"),p["-"]&&(b=0),P(y,b,S)}er.h=er.b;var rr=(new Date).getTimezoneOffset(),or=/([zZ]|([+-])(\d{2}):(\d{2}))$/,nr=function(){function e(t,r){if(t instanceof e)this.date=t.date,r=t.timezoneOffset;else{var o=6e4*(rr-r),n=new Date(t).getTime()+o;this.date=new Date(n)}this.timezoneOffset=r}return e.prototype.getTime=function(){return this.date.getTime()},e.prototype.getMilliseconds=function(){return this.date.getMilliseconds()},e.prototype.getSeconds=function(){return this.date.getSeconds()},e.prototype.getMinutes=function(){return this.date.getMinutes()},e.prototype.getHours=function(){return this.date.getHours()},e.prototype.getDay=function(){return this.date.getDay()},e.prototype.getDate=function(){return this.date.getDate()},e.prototype.getMonth=function(){return this.date.getMonth()},e.prototype.getFullYear=function(){return this.date.getFullYear()},e.prototype.toLocaleTimeString=function(e){return this.date.toLocaleTimeString(e)},e.prototype.toLocaleDateString=function(e){return this.date.toLocaleDateString(e)},e.prototype.getTimezoneOffset=function(){return this.timezoneOffset},e.createDateFixedToTimezone=function(t){var r=t.match(or);if(r&&"Z"===r[1])return new e(+new Date(t),0);if(r&&r[2]&&r[3]&&r[4]){var o=c(r,5),n=o[2],i=o[3],a=o[4],s=("+"===n?-1:1)*(60*parseInt(i,10)+parseInt(a,10));return new e(+new Date(t),s)}return new Date(t)},e}();var ir=Object.freeze({__proto__:null,escape:It,escapeOnce:function(e){return It(function(e){return String(e).replace(/&(amp|lt|gt|#34|#39);/g,(function(e){return Rt[e]}))}(e))},newlineToBr:function(e){return e.replace(/\n/g,"<br />\n")},stripHtml:function(e){return e.replace(/<script.*?<\/script>|<!--.*?-->|<style.*?<\/style>|<.*?>/g,"")},abs:kt,atLeast:Ft,atMost:Dt,ceil:$t,dividedBy:function(e,t){return e/t},floor:Xt,minus:function(e,t){return e-t},modulo:function(e,t){return e%t},times:function(e,t){return e*t},round:function(e,t){void 0===t&&(t=0);var r=Math.pow(10,t);return Math.round(e*r)/r},plus:function(e,t){return Number(e)+Number(t)},sortNatural:function(e,t){return e&&e.sort?void 0!==t?u([],c(e),!1).sort((function(e,r){return L(e[t],r[t])})):u([],c(e),!1).sort(L):[]},urlDecode:function(e){return e.split("+").map(decodeURIComponent).join(" ")},urlEncode:function(e){return e.split(" ").map(encodeURIComponent).join("+")},join:function(e,t){return e.join(void 0===t?" ":t)},last:function(e){return S(e)?A(e):""},first:function(e){return S(e)?e[0]:""},reverse:function(e){return u([],c(e),!1).reverse()},sort:function(e,t){var r=this,o=function(e){return t?r.context.getFromScope(e,t.split(".")):e};return u([],c(ut(e)),!1).sort((function(e,t){return(e=o(e))<(t=o(t))?-1:e>t?1:0}))},size:function(e){return e&&e.length||0},map:function(e,t){var r=this;return ut(e).map((function(e){return r.context.getFromScope(e,t.split("."))}))},compact:function(e){return ut(e).filter((function(e){return!y(e)}))},concat:function(e,t){return ut(e).concat(t)},slice:function(e,t,r){return void 0===r&&(r=1),t=t<0?e.length+t:t,e.slice(t,t+r)},where:function(e,t,r){var o=this;return ut(e).filter((function(e){var n=o.context.getFromScope(e,String(t).split("."));return void 0===r?R(n,o.context):G(r)?r.equals(n):n===r}))},uniq:function(e){var t={};return(e||[]).filter((function(e){return!t.hasOwnProperty(String(e))&&(t[String(e)]=!0,!0)}))},date:function(e,t){var r,o=this.context.opts;return function(e){return(e instanceof Date||e instanceof nr)&&!isNaN(e.getTime())}(r="now"===e||"today"===e?new Date:v(e)?new Date(1e3*e):h(e)?/^\d+$/.test(e)?new Date(1e3*+e):o.preserveTimezones?nr.createDateFixedToTimezone(e):new Date(e):e)?(o.hasOwnProperty("timezoneOffset")&&(r=new nr(r,o.timezoneOffset)),function(e,t){for(var r,o="",n=t;r=Ut.exec(n);)o+=n.slice(0,r.index),n=n.slice(r.index+r[0].length),o+=tr(e,r);return o+n}(r,t)):e},Default:function(e,t){for(var r=[],o=2;o<arguments.length;o++)r[o-2]=arguments[o];return S(e)||h(e)?e.length?e:t:(!1!==(e=x(e))||!new Map(r).get("allow_false"))&&(I(e,this.context)?t:e)},json:function(e){return JSON.stringify(e)},append:function(e,t){return Z(2===arguments.length,"append expect 2 arguments"),f(e)+f(t)},prepend:function(e,t){return Z(2===arguments.length,"prepend expect 2 arguments"),f(t)+f(e)},lstrip:function(e){return f(e).replace(/^\s+/,"")},downcase:function(e){return f(e).toLowerCase()},upcase:function(e){return f(e).toUpperCase()},remove:function(e,t){return f(e).split(String(t)).join("")},removeFirst:function(e,t){return f(e).replace(String(t),"")},rstrip:function(e){return f(e).replace(/\s+$/,"")},split:function(e,t){return f(e).split(String(t))},strip:function(e){return f(e).trim()},stripNewlines:function(e){return f(e).replace(/\n/g,"")},capitalize:function(e){return(e=f(e)).charAt(0).toUpperCase()+e.slice(1).toLowerCase()},replace:function(e,t,r){return f(e).split(String(t)).join(r)},replaceFirst:function(e,t,r){return f(e).replace(String(t),r)},truncate:function(e,t,r){return void 0===t&&(t=50),void 0===r&&(r="..."),(e=f(e)).length<=t?e:e.substr(0,t-r.length)+r},truncatewords:function(e,t,r){void 0===t&&(t=15),void 0===r&&(r="...");var o=e.split(/\s+/),n=o.slice(0,t).join(" ");return o.length>=t&&(n+=r),n}}),ar=function(){function e(){this.impls={}}return e.prototype.get=function(e){var t=this.impls[e];return Z(t,(function(){return'tag "'.concat(e,'" not found')})),t},e.prototype.set=function(e,t){this.impls[e]=t},e}(),sr=function(){function e(e,t){this.strictFilters=e,this.liquid=t,this.impls={}}return e.prototype.get=function(e){var t=this.impls[e];return Z(t||!this.strictFilters,(function(){return"undefined filter: ".concat(e)})),t},e.prototype.set=function(e,t){this.impls[e]=t},e.prototype.create=function(e,t){return new rt(e,this.get(e),t,this.liquid)},e}(),lr=function(){function e(e){var t=this;void 0===e&&(e={}),this.options=function(e){if(e.hasOwnProperty("operators")&&(e.operatorsTrie=D(e.operators)),e.hasOwnProperty("root")&&(e.hasOwnProperty("partials")||(e.partials=e.root),e.hasOwnProperty("layouts")||(e.layouts=e.root)),e.hasOwnProperty("cache")){var t=void 0;t="number"==typeof e.cache?e.cache>0?new B(e.cache):void 0:"object"==typeof e.cache?e.cache:e.cache?new B(1024):void 0,e.cache=t}return!(e=i(i(i({},$),e.jekyllInclude?{dynamicPartials:!1}:{}),e)).fs.dirname&&e.relativeReference&&(console.warn("[LiquidJS] `fs.dirname` is required for relativeReference, set relativeReference to `false` to suppress this warning, or provide implementation for `fs.dirname`"),e.relativeReference=!1),e.root=X(e.root),e.partials=X(e.partials),e.layouts=X(e.layouts),e}(e),this.parser=new st(this),this.renderer=new le,this.filters=new sr(this.options.strictFilters,this),this.tags=new ar,b(Nt,(function(e,r){return t.registerTag(E(r),e)})),b(ir,(function(e,r){return t.registerFilter(E(r),e)}))}return e.prototype.parse=function(e,t){return this.parser.parse(e,t)},e.prototype._render=function(e,t,r){var o=new z(t,this.options,r);return this.renderer.renderTemplates(e,o)},e.prototype.render=function(e,t,r){return a(this,void 0,void 0,(function(){return s(this,(function(o){return[2,ne(this._render(e,t,i(i({},r),{sync:!1})))]}))}))},e.prototype.renderSync=function(e,t,r){return ie(this._render(e,t,i(i({},r),{sync:!0})))},e.prototype.renderToNodeStream=function(e,t,r){void 0===r&&(r={});var o=new z(t,this.options,r);return this.renderer.renderTemplatesToNodeStream(e,o)},e.prototype._parseAndRender=function(e,t,r){var o=this.parse(e);return this._render(o,t,r)},e.prototype.parseAndRender=function(e,t,r){return a(this,void 0,void 0,(function(){return s(this,(function(o){return[2,ne(this._parseAndRender(e,t,i(i({},r),{sync:!1})))]}))}))},e.prototype.parseAndRenderSync=function(e,t,r){return ie(this._parseAndRender(e,t,i(i({},r),{sync:!0})))},e.prototype._parsePartialFile=function(e,t,r){return this.parser.parseFile(e,t,Q.Partials,r)},e.prototype._parseLayoutFile=function(e,t,r){return this.parser.parseFile(e,t,Q.Layouts,r)},e.prototype.parseFile=function(e){return a(this,void 0,void 0,(function(){return s(this,(function(t){return[2,ne(this.parser.parseFile(e,!1))]}))}))},e.prototype.parseFileSync=function(e){return ie(this.parser.parseFile(e,!0))},e.prototype.renderFile=function(e,t,r){return a(this,void 0,void 0,(function(){var o;return s(this,(function(n){switch(n.label){case 0:return[4,this.parseFile(e)];case 1:return o=n.sent(),[2,this.render(o,t,r)]}}))}))},e.prototype.renderFileSync=function(e,t,r){var o=this.parseFileSync(e);return this.renderSync(o,t,r)},e.prototype.renderFileToNodeStream=function(e,t,r){return a(this,void 0,void 0,(function(){var o;return s(this,(function(n){switch(n.label){case 0:return[4,this.parseFile(e)];case 1:return o=n.sent(),[2,this.renderToNodeStream(o,t,r)]}}))}))},e.prototype._evalValue=function(e,t){return new ot(e,this).value(t,!1)},e.prototype.evalValue=function(e,t){return a(this,void 0,void 0,(function(){return s(this,(function(r){return[2,ne(this._evalValue(e,t))]}))}))},e.prototype.evalValueSync=function(e,t){return ie(this._evalValue(e,t))},e.prototype.registerFilter=function(e,t){this.filters.set(e,t)},e.prototype.registerTag=function(e,t){this.tags.set(e,t)},e.prototype.plugin=function(t){return t.call(this,e)},e.prototype.express=function(){var e=this,t=!0;return function(r,o,n){var i,a,s;if(t){t=!1;var l=X(this.root);(i=e.options.root).unshift.apply(i,u([],c(l),!1)),(a=e.options.layouts).unshift.apply(a,u([],c(l),!1)),(s=e.options.partials).unshift.apply(s,u([],c(l),!1))}e.renderFile(r,o).then((function(e){return n(null,e)}),n)}},e}()},function(e,t){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(e){"object"==typeof window&&(r=window)}e.exports=r},function(e,t,r){var o=r(2);e.exports=!o((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},function(e,t,r){var o=r(1),n=r(3),i=r(2),a=r(32),s=o.Object,l=n("".split);e.exports=i((function(){return!s("z").propertyIsEnumerable(0)}))?function(e){return"String"==a(e)?l(e,""):s(e)}:s},function(e,t,r){var o=r(1).String;e.exports=function(e){try{return o(e)}catch(e){return"Object"}}},function(e,t){e.exports={}},function(e,t,r){var o=r(29),n=r(49),i=r(17),a=function(e){return function(t,r,a){var s,l=o(t),c=i(l),u=n(a,c);if(e&&r!=r){for(;c>u;)if((s=l[u++])!=s)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===r)return e||u||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},function(e,t,r){var o=r(2),n=r(9),i=/#|\.prototype\./,a=function(e,t){var r=l[s(e)];return r==u||r!=c&&(n(t)?o(t):!!t)},s=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},l=a.data={},c=a.NATIVE="N",u=a.POLYFILL="P";e.exports=a},function(e,t,r){var o=r(5),n=r(171),i=r(13),a=r(4),s=r(29),l=r(84);t.f=o&&!n?Object.defineProperties:function(e,t){a(e);for(var r,o=s(t),n=l(t),c=n.length,u=0;c>u;)i.f(e,r=n[u++],o[r]);return e}},function(e,t,r){var o=r(173),n=r(128);e.exports=Object.keys||function(e){return o(e,n)}},function(e,t,r){var o=r(1),n=r(49),i=r(17),a=r(50),s=o.Array,l=Math.max;e.exports=function(e,t,r){for(var o=i(e),c=n(t,o),u=n(void 0===r?o:r,o),d=s(l(u-c,0)),m=0;c<u;c++,m++)a(d,m,e[c]);return d.length=m,d}},function(e,t,r){var o=r(285);e.exports=function(e,t){return new(o(e))(0===t?0:t)}},function(e,t,r){var o=r(8);e.exports=function(e,t){return void 0===e?arguments.length<2?"":t:o(e)}},function(e,t){e.exports={}},function(e,t,r){var o=r(58),n=r(48),i=r(88),a=r(7)("iterator");e.exports=function(e){if(null!=e)return n(e,a)||n(e,"@@iterator")||i[o(e)]}},function(e,t,r){var o=r(2),n=r(7),i=r(56),a=n("species");e.exports=function(e){return i>=51||!o((function(){var t=[];return(t.constructor={})[a]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t,r){var o=r(2);e.exports=!o((function(){return Object.isExtensible(Object.preventExtensions({}))}))},function(e,t,r){var o=r(6),n=r(32),i=r(7)("match");e.exports=function(e){var t;return o(e)&&(void 0!==(t=e[i])?!!t:"RegExp"==n(e))}},function(e,t,r){var o=r(1),n=r(11),i=r(4),a=r(9),s=r(32),l=r(115),c=o.TypeError;e.exports=function(e,t){var r=e.exec;if(a(r)){var o=n(r,e,t);return null!==o&&i(o),o}if("RegExp"===s(e))return n(l,e,t);throw c("RegExp#exec called on incompatible receiver")}},function(e,t,r){"use strict";var o={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,i=n&&!o.call({1:2},1);t.f=i?function(e){var t=n(this,e);return!!t&&t.enumerable}:o},function(e,t,r){var o=r(23),n=r(125);(e.exports=function(e,t){return n[e]||(n[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.21.1",mode:o?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.21.1/LICENSE",source:"https://github.com/zloirock/core-js"})},function(e,t,r){var o=r(1),n=r(6),i=o.document,a=n(i)&&n(i.createElement);e.exports=function(e){return a?i.createElement(e):{}}},function(e,t,r){var o=r(3),n=r(9),i=r(125),a=o(Function.toString);n(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),e.exports=i.inspectSource},function(e,t,r){var o=r(95),n=r(67),i=o("keys");e.exports=function(e){return i[e]||(i[e]=n(e))}},function(e,t,r){var o=r(12),n=r(127),i=r(26),a=r(13);e.exports=function(e,t,r){for(var s=n(t),l=a.f,c=i.f,u=0;u<s.length;u++){var d=s[u];o(e,d)||r&&o(r,d)||l(e,d,c(t,d))}}},function(e,t,r){var o=r(3)("".replace),n=String(Error("zxcasd").stack),i=/\n\s*at [^:]*:[^\n]*/,a=i.test(n);e.exports=function(e,t){if(a&&"string"==typeof e)for(;t--;)e=o(e,i,"");return e}},function(e,t,r){var o=r(1),n=r(11),i=r(27),a=r(4),s=r(79),l=r(89),c=o.TypeError;e.exports=function(e,t){var r=arguments.length<2?l(e):t;if(i(r))return a(n(r,e));throw c(s(e)+" is not iterable")}},function(e,t,r){var o=r(7)("iterator"),n=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){n=!0}};a[o]=function(){return this},Array.from(a,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!n)return!1;var r=!1;try{var i={};i[o]=function(){return{next:function(){return{done:r=!0}}}},e(i)}catch(e){}return r}},function(e,t,r){"use strict";var o=r(29),n=r(52),i=r(88),a=r(21),s=r(13).f,l=r(136),c=r(23),u=r(5),d=a.set,m=a.getterFor("Array Iterator");e.exports=l(Array,"Array",(function(e,t){d(this,{type:"Array Iterator",target:o(e),index:0,kind:t})}),(function(){var e=m(this),t=e.target,r=e.kind,o=e.index++;return!t||o>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:o,done:!1}:"values"==r?{value:t[o],done:!1}:{value:[o,t[o]],done:!1}}),"values");var g=i.Arguments=i.Array;if(n("keys"),n("values"),n("entries"),!c&&u&&"values"!==g.name)try{s(g,"name",{value:"values"})}catch(e){}},function(e,t,r){var o=r(1),n=r(27),i=r(14),a=r(78),s=r(17),l=o.TypeError,c=function(e){return function(t,r,o,c){n(r);var u=i(t),d=a(u),m=s(u),g=e?m-1:0,h=e?-1:1;if(o<2)for(;;){if(g in d){c=d[g],g+=h;break}if(g+=h,e?g<0:m<=g)throw l("Reduce of empty array with no initial value")}for(;e?g>=0:m>g;g+=h)g in d&&(c=r(c,d[g],g,u));return c}};e.exports={left:c(!1),right:c(!0)}},function(e,t,r){"use strict";var o=r(1),n=r(3),i=r(5),a=r(140),s=r(68),l=r(28),c=r(72),u=r(2),d=r(45),m=r(22),g=r(34),h=r(190),p=r(335),f=r(42),x=r(44),v=r(57).f,y=r(13).f,S=r(135),b=r(85),A=r(41),w=r(21),T=s.PROPER,P=s.CONFIGURABLE,M=w.get,_=w.set,E=o.ArrayBuffer,L=E,O=L&&L.prototype,B=o.DataView,C=B&&B.prototype,N=Object.prototype,G=o.Array,R=o.RangeError,I=n(S),k=n([].reverse),F=p.pack,D=p.unpack,$=function(e){return[255&e]},X=function(e){return[255&e,e>>8&255]},U=function(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]},V=function(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]},H=function(e){return F(e,23,4)},j=function(e){return F(e,52,8)},W=function(e,t){y(e.prototype,t,{get:function(){return M(this)[t]}})},K=function(e,t,r,o){var n=h(r),i=M(e);if(n+t>i.byteLength)throw R("Wrong index");var a=M(i.buffer).bytes,s=n+i.byteOffset,l=b(a,s,s+t);return o?l:k(l)},Y=function(e,t,r,o,n,i){var a=h(r),s=M(e);if(a+t>s.byteLength)throw R("Wrong index");for(var l=M(s.buffer).bytes,c=a+s.byteOffset,u=o(+n),d=0;d<t;d++)l[c+d]=u[i?d:t-d-1]};if(a){var Q=T&&"ArrayBuffer"!==E.name;if(u((function(){E(1)}))&&u((function(){new E(-1)}))&&!u((function(){return new E,new E(1.5),new E(NaN),Q&&!P})))Q&&P&&l(E,"name","ArrayBuffer");else{(L=function(e){return d(this,O),new E(h(e))}).prototype=O;for(var z,Z=v(E),J=0;Z.length>J;)(z=Z[J++])in L||l(L,z,E[z]);O.constructor=L}x&&f(C)!==N&&x(C,N);var q=new B(new L(2)),ee=n(C.setInt8);q.setInt8(0,2147483648),q.setInt8(1,2147483649),!q.getInt8(0)&&q.getInt8(1)||c(C,{setInt8:function(e,t){ee(this,e,t<<24>>24)},setUint8:function(e,t){ee(this,e,t<<24>>24)}},{unsafe:!0})}else O=(L=function(e){d(this,O);var t=h(e);_(this,{bytes:I(G(t),0),byteLength:t}),i||(this.byteLength=t)}).prototype,C=(B=function(e,t,r){d(this,C),d(e,O);var o=M(e).byteLength,n=m(t);if(n<0||n>o)throw R("Wrong offset");if(n+(r=void 0===r?o-n:g(r))>o)throw R("Wrong length");_(this,{buffer:e,byteLength:r,byteOffset:n}),i||(this.buffer=e,this.byteLength=r,this.byteOffset=n)}).prototype,i&&(W(L,"byteLength"),W(B,"buffer"),W(B,"byteLength"),W(B,"byteOffset")),c(C,{getInt8:function(e){return K(this,1,e)[0]<<24>>24},getUint8:function(e){return K(this,1,e)[0]},getInt16:function(e){var t=K(this,2,e,arguments.length>1?arguments[1]:void 0);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=K(this,2,e,arguments.length>1?arguments[1]:void 0);return t[1]<<8|t[0]},getInt32:function(e){return V(K(this,4,e,arguments.length>1?arguments[1]:void 0))},getUint32:function(e){return V(K(this,4,e,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(e){return D(K(this,4,e,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(e){return D(K(this,8,e,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(e,t){Y(this,1,e,$,t)},setUint8:function(e,t){Y(this,1,e,$,t)},setInt16:function(e,t){Y(this,2,e,X,t,arguments.length>2?arguments[2]:void 0)},setUint16:function(e,t){Y(this,2,e,X,t,arguments.length>2?arguments[2]:void 0)},setInt32:function(e,t){Y(this,4,e,U,t,arguments.length>2?arguments[2]:void 0)},setUint32:function(e,t){Y(this,4,e,U,t,arguments.length>2?arguments[2]:void 0)},setFloat32:function(e,t){Y(this,4,e,H,t,arguments.length>2?arguments[2]:void 0)},setFloat64:function(e,t){Y(this,8,e,j,t,arguments.length>2?arguments[2]:void 0)}});A(L,"ArrayBuffer"),A(B,"DataView"),e.exports={ArrayBuffer:L,DataView:B}},function(e,t,r){"use strict";var o=r(1),n=r(22),i=r(8),a=r(20),s=o.RangeError;e.exports=function(e){var t=i(a(this)),r="",o=n(e);if(o<0||o==1/0)throw s("Wrong number of repetitions");for(;o>0;(o>>>=1)&&(t+=t))1&o&&(r+=t);return r}},function(e,t,r){"use strict";var o=r(0),n=r(1),i=r(3),a=r(82),s=r(19),l=r(64),c=r(51),u=r(45),d=r(9),m=r(6),g=r(2),h=r(102),p=r(41),f=r(70);e.exports=function(e,t,r){var x=-1!==e.indexOf("Map"),v=-1!==e.indexOf("Weak"),y=x?"set":"add",S=n[e],b=S&&S.prototype,A=S,w={},T=function(e){var t=i(b[e]);s(b,e,"add"==e?function(e){return t(this,0===e?0:e),this}:"delete"==e?function(e){return!(v&&!m(e))&&t(this,0===e?0:e)}:"get"==e?function(e){return v&&!m(e)?void 0:t(this,0===e?0:e)}:"has"==e?function(e){return!(v&&!m(e))&&t(this,0===e?0:e)}:function(e,r){return t(this,0===e?0:e,r),this})};if(a(e,!d(S)||!(v||b.forEach&&!g((function(){(new S).entries().next()})))))A=r.getConstructor(t,e,x,y),l.enable();else if(a(e,!0)){var P=new A,M=P[y](v?{}:-0,1)!=P,_=g((function(){P.has(1)})),E=h((function(e){new S(e)})),L=!v&&g((function(){for(var e=new S,t=5;t--;)e[y](t,t);return!e.has(-0)}));E||((A=t((function(e,t){u(e,b);var r=f(new S,e,A);return null!=t&&c(t,r[y],{that:r,AS_ENTRIES:x}),r}))).prototype=b,b.constructor=A),(_||L)&&(T("delete"),T("has"),x&&T("get")),(L||M)&&T(y),v&&b.clear&&delete b.clear}return w[e]=A,o({global:!0,forced:A!=S},w),p(A,e),v||r.setStrong(A,e,x),A}},function(e,t,r){var o=r(2),n=r(6),i=r(32),a=r(143),s=Object.isExtensible,l=o((function(){s(1)}));e.exports=l||a?function(e){return!!n(e)&&((!a||"ArrayBuffer"!=i(e))&&(!s||s(e)))}:s},function(e,t){var r=Math.expm1,o=Math.exp;e.exports=!r||r(10)>22025.465794806718||r(10)<22025.465794806718||-2e-17!=r(-2e-17)?function(e){return 0==(e=+e)?e:e>-1e-6&&e<1e-6?e+e*e/2:o(e)-1}:r},function(e,t,r){var o=r(3);e.exports=o(1..valueOf)},function(e,t){e.exports="\t\n\v\f\r \u2028\u2029\ufeff"},function(e,t,r){"use strict";var o=r(23),n=r(1),i=r(2),a=r(139);e.exports=o||!i((function(){if(!(a&&a<535)){var e=Math.random();__defineSetter__.call(null,e,(function(){})),delete n[e]}}))},function(e,t,r){"use strict";var o=r(27),n=function(e){var t,r;this.promise=new e((function(e,o){if(void 0!==t||void 0!==r)throw TypeError("Bad Promise constructor");t=e,r=o})),this.resolve=o(t),this.reject=o(r)};e.exports.f=function(e){return new n(e)}},function(e,t,r){var o=r(2),n=r(1).RegExp,i=o((function(){var e=n("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),a=i||o((function(){return!n("a","y").sticky})),s=i||o((function(){var e=n("^r","gy");return e.lastIndex=2,null!=e.exec("str")}));e.exports={BROKEN_CARET:s,MISSED_STICKY:a,UNSUPPORTED_Y:i}},function(e,t,r){"use strict";var o,n,i=r(11),a=r(3),s=r(8),l=r(65),c=r(114),u=r(95),d=r(36),m=r(21).get,g=r(148),h=r(205),p=u("native-string-replace",String.prototype.replace),f=RegExp.prototype.exec,x=f,v=a("".charAt),y=a("".indexOf),S=a("".replace),b=a("".slice),A=(n=/b*/g,i(f,o=/a/,"a"),i(f,n,"a"),0!==o.lastIndex||0!==n.lastIndex),w=c.BROKEN_CARET,T=void 0!==/()??/.exec("")[1];(A||T||w||g||h)&&(x=function(e){var t,r,o,n,a,c,u,g=this,h=m(g),P=s(e),M=h.raw;if(M)return M.lastIndex=g.lastIndex,t=i(x,M,P),g.lastIndex=M.lastIndex,t;var _=h.groups,E=w&&g.sticky,L=i(l,g),O=g.source,B=0,C=P;if(E&&(L=S(L,"y",""),-1===y(L,"g")&&(L+="g"),C=b(P,g.lastIndex),g.lastIndex>0&&(!g.multiline||g.multiline&&"\n"!==v(P,g.lastIndex-1))&&(O="(?: "+O+")",C=" "+C,B++),r=new RegExp("^(?:"+O+")",L)),T&&(r=new RegExp("^"+O+"$(?!\\s)",L)),A&&(o=g.lastIndex),n=i(f,E?r:g,C),E?n?(n.input=b(n.input,B),n[0]=b(n[0],B),n.index=g.lastIndex,g.lastIndex+=n[0].length):g.lastIndex=0:A&&n&&(g.lastIndex=g.global?n.index+n[0].length:o),T&&n&&n.length>1&&i(p,n[0],r,(function(){for(a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(n[a]=void 0)})),n&&_)for(n.groups=c=d(null),a=0;a<_.length;a++)c[(u=_[a])[0]]=n[u[1]];return n}),e.exports=x},function(e,t,r){var o=r(3),n=r(22),i=r(8),a=r(20),s=o("".charAt),l=o("".charCodeAt),c=o("".slice),u=function(e){return function(t,r){var o,u,d=i(a(t)),m=n(r),g=d.length;return m<0||m>=g?e?"":void 0:(o=l(d,m))<55296||o>56319||m+1===g||(u=l(d,m+1))<56320||u>57343?e?s(d,m):o:e?c(d,m,m+2):u-56320+(o-55296<<10)+65536}};e.exports={codeAt:u(!1),charAt:u(!0)}},function(e,t,r){"use strict";r(149);var o=r(3),n=r(19),i=r(115),a=r(2),s=r(7),l=r(28),c=s("species"),u=RegExp.prototype;e.exports=function(e,t,r,d){var m=s(e),g=!a((function(){var t={};return t[m]=function(){return 7},7!=""[e](t)})),h=g&&!a((function(){var t=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[c]=function(){return r},r.flags="",r[m]=/./[m]),r.exec=function(){return t=!0,null},r[m](""),!t}));if(!g||!h||r){var p=o(/./[m]),f=t(m,""[e],(function(e,t,r,n,a){var s=o(e),l=t.exec;return l===i||l===u.exec?g&&!a?{done:!0,value:p(t,r,n)}:{done:!0,value:s(r,t,n)}:{done:!1}}));n(String.prototype,e,f[0]),n(u,m,f[1])}d&&l(u[m],"sham",!0)}},function(e,t,r){"use strict";var o=r(116).charAt;e.exports=function(e,t,r){return t+(r?o(e,t).length:1)}},function(e,t,r){var o=r(10),n=r(73),i=o.TYPED_ARRAY_CONSTRUCTOR,a=o.aTypedArrayConstructor;e.exports=function(e){return a(n(e,e[i]))}},function(e,t,r){var o=r(228)(Object,"create");e.exports=o},function(e,t,r){var o=r(624);e.exports=function(e,t){for(var r=e.length;r--;)if(o(e[r][0],t))return r;return-1}},function(e,t,r){var o=r(630);e.exports=function(e,t){var r=e.__data__;return o(t)?r["string"==typeof t?"string":"hash"]:r.map}},function(e,t,r){var o=r(1),n=r(11),i=r(6),a=r(66),s=r(48),l=r(169),c=r(7),u=o.TypeError,d=c("toPrimitive");e.exports=function(e,t){if(!i(e)||a(e))return e;var r,o=s(e,d);if(o){if(void 0===t&&(t="default"),r=n(o,e,t),!i(r)||a(r))return r;throw u("Can't convert object to primitive value")}return void 0===t&&(t="number"),l(e,t)}},function(e,t,r){var o=r(56),n=r(2);e.exports=!!Object.getOwnPropertySymbols&&!n((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&o&&o<41}))},function(e,t,r){var o=r(1),n=r(126),i=o["__core-js_shared__"]||n("__core-js_shared__",{});e.exports=i},function(e,t,r){var o=r(1),n=Object.defineProperty;e.exports=function(e,t){try{n(o,e,{value:t,configurable:!0,writable:!0})}catch(r){o[e]=t}return t}},function(e,t,r){var o=r(18),n=r(3),i=r(57),a=r(129),s=r(4),l=n([].concat);e.exports=o("Reflect","ownKeys")||function(e){var t=i.f(s(e)),r=a.f;return r?l(t,r(e)):t}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,r){var o={};o[r(7)("toStringTag")]="z",e.exports="[object z]"===String(o)},function(e,t,r){var o=r(32),n=r(29),i=r(57).f,a=r(85),s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return s&&"Window"==o(e)?function(e){try{return i(e)}catch(e){return a(s)}}(e):i(n(e))}},function(e,t,r){var o=r(2),n=r(40);e.exports=!o((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",n(1,7)),7!==e.stack)}))},function(e,t,r){var o=r(2);e.exports=!o((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},function(e,t,r){var o=r(7),n=r(88),i=o("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(n.Array===e||a[i]===e)}},function(e,t,r){"use strict";var o=r(14),n=r(49),i=r(17);e.exports=function(e){for(var t=o(this),r=i(t),a=arguments.length,s=n(a>1?arguments[1]:void 0,r),l=a>2?arguments[2]:void 0,c=void 0===l?r:n(l,r);c>s;)t[s++]=e;return t}},function(e,t,r){"use strict";var o=r(0),n=r(11),i=r(23),a=r(68),s=r(9),l=r(137),c=r(42),u=r(44),d=r(41),m=r(28),g=r(19),h=r(7),p=r(88),f=r(186),x=a.PROPER,v=a.CONFIGURABLE,y=f.IteratorPrototype,S=f.BUGGY_SAFARI_ITERATORS,b=h("iterator"),A=function(){return this};e.exports=function(e,t,r,a,h,f,w){l(r,t,a);var T,P,M,_=function(e){if(e===h&&C)return C;if(!S&&e in O)return O[e];switch(e){case"keys":case"values":case"entries":return function(){return new r(this,e)}}return function(){return new r(this)}},E=t+" Iterator",L=!1,O=e.prototype,B=O[b]||O["@@iterator"]||h&&O[h],C=!S&&B||_(h),N="Array"==t&&O.entries||B;if(N&&(T=c(N.call(new e)))!==Object.prototype&&T.next&&(i||c(T)===y||(u?u(T,y):s(T[b])||g(T,b,A)),d(T,E,!0,!0),i&&(p[E]=A)),x&&"values"==h&&B&&"values"!==B.name&&(!i&&v?m(O,"name","values"):(L=!0,C=function(){return n(B,this)})),h)if(P={values:_("values"),keys:f?C:_("keys"),entries:_("entries")},w)for(M in P)(S||L||!(M in O))&&g(O,M,P[M]);else o({target:t,proto:!0,forced:S||L},P);return i&&!w||O[b]===C||g(O,b,C,{name:h}),p[t]=C,P}},function(e,t,r){"use strict";var o=r(186).IteratorPrototype,n=r(36),i=r(40),a=r(41),s=r(88),l=function(){return this};e.exports=function(e,t,r,c){var u=t+" Iterator";return e.prototype=n(o,{next:i(+!c,r)}),a(e,u,!1,!0),s[u]=l,e}},function(e,t,r){var o=r(85),n=Math.floor,i=function(e,t){var r=e.length,l=n(r/2);return r<8?a(e,t):s(e,i(o(e,0,l),t),i(o(e,l),t),t)},a=function(e,t){for(var r,o,n=e.length,i=1;i<n;){for(o=i,r=e[i];o&&t(e[o-1],r)>0;)e[o]=e[--o];o!==i++&&(e[o]=r)}return e},s=function(e,t,r,o){for(var n=t.length,i=r.length,a=0,s=0;a<n||s<i;)e[a+s]=a<n&&s<i?o(t[a],r[s])<=0?t[a++]:r[s++]:a<n?t[a++]:r[s++];return e};e.exports=i},function(e,t,r){var o=r(47).match(/AppleWebKit\/(\d+)\./);e.exports=!!o&&+o[1]},function(e,t){e.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},function(e,t,r){var o=r(1),n=r(69),i=r(79),a=o.TypeError;e.exports=function(e){if(n(e))return e;throw a(i(e)+" is not a constructor")}},function(e,t,r){var o=r(3),n=r(34),i=r(8),a=r(106),s=r(20),l=o(a),c=o("".slice),u=Math.ceil,d=function(e){return function(t,r,o){var a,d,m=i(s(t)),g=n(r),h=m.length,p=void 0===o?" ":i(o);return g<=h||""==p?m:((d=l(p,u((a=g-h)/p.length))).length>a&&(d=c(d,0,a)),e?m+d:d+m)}};e.exports={start:d(!1),end:d(!0)}},function(e,t,r){var o=r(2);e.exports=o((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}}))},function(e,t){e.exports=Math.sign||function(e){return 0==(e=+e)||e!=e?e:e<0?-1:1}},function(e,t,r){var o=r(6),n=Math.floor;e.exports=Number.isInteger||function(e){return!o(e)&&isFinite(e)&&n(e)===e}},function(e,t,r){var o,n,i,a,s=r(1),l=r(35),c=r(43),u=r(9),d=r(12),m=r(2),g=r(174),h=r(62),p=r(96),f=r(59),x=r(201),v=r(63),y=s.setImmediate,S=s.clearImmediate,b=s.process,A=s.Dispatch,w=s.Function,T=s.MessageChannel,P=s.String,M=0,_={};try{o=s.location}catch(e){}var E=function(e){if(d(_,e)){var t=_[e];delete _[e],t()}},L=function(e){return function(){E(e)}},O=function(e){E(e.data)},B=function(e){s.postMessage(P(e),o.protocol+"//"+o.host)};y&&S||(y=function(e){f(arguments.length,1);var t=u(e)?e:w(e),r=h(arguments,1);return _[++M]=function(){l(t,void 0,r)},n(M),M},S=function(e){delete _[e]},v?n=function(e){b.nextTick(L(e))}:A&&A.now?n=function(e){A.now(L(e))}:T&&!x?(a=(i=new T).port2,i.port1.onmessage=O,n=c(a.postMessage,a)):s.addEventListener&&u(s.postMessage)&&!s.importScripts&&o&&"file:"!==o.protocol&&!m(B)?(n=B,s.addEventListener("message",O,!1)):n="onreadystatechange"in p("script")?function(e){g.appendChild(p("script")).onreadystatechange=function(){g.removeChild(this),E(e)}}:function(e){setTimeout(L(e),0)}),e.exports={set:y,clear:S}},function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}},function(e,t,r){var o=r(2),n=r(1).RegExp;e.exports=o((function(){var e=n(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)}))},function(e,t,r){"use strict";var o=r(0),n=r(115);o({target:"RegExp",proto:!0,forced:/./.exec!==n},{exec:n})},function(e,t,r){var o=r(1),n=r(92),i=o.TypeError;e.exports=function(e){if(n(e))throw i("The method doesn't accept regular expressions");return e}},function(e,t,r){var o=r(7)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[o]=!1,"/./"[e](t)}catch(e){}}return!1}},function(e,t,r){var o=r(68).PROPER,n=r(2),i=r(111);e.exports=function(e){return n((function(){return!!i[e]()||"
"!=="
"[e]()||o&&i[e].name!==e}))}},function(e,t,r){var o=r(1),n=r(2),i=r(102),a=r(10).NATIVE_ARRAY_BUFFER_VIEWS,s=o.ArrayBuffer,l=o.Int8Array;e.exports=!a||!n((function(){l(1)}))||!n((function(){new l(-1)}))||!i((function(e){new l,new l(null),new l(1.5),new l(e)}),!0)||n((function(){return 1!==new l(new s(2),1,void 0).length}))},function(e,t,r){"use strict";(function(t){var o=r(39),n=r(571),i=r(220),a={"Content-Type":"application/x-www-form-urlencoded"};function s(e,t){!o.isUndefined(e)&&o.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var l,c={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==t&&"[object process]"===Object.prototype.toString.call(t))&&(l=r(221)),l),transformRequest:[function(e,t){return n(t,"Accept"),n(t,"Content-Type"),o.isFormData(e)||o.isArrayBuffer(e)||o.isBuffer(e)||o.isStream(e)||o.isFile(e)||o.isBlob(e)?e:o.isArrayBufferView(e)?e.buffer:o.isURLSearchParams(e)?(s(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):o.isObject(e)||t&&"application/json"===t["Content-Type"]?(s(t,"application/json"),function(e,t,r){if(o.isString(e))try{return(t||JSON.parse)(e),o.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(r||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional,r=t&&t.silentJSONParsing,n=t&&t.forcedJSONParsing,a=!r&&"json"===this.responseType;if(a||n&&o.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(a){if("SyntaxError"===e.name)throw i(e,this,"E_JSON_PARSE");throw e}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300}};c.headers={common:{Accept:"application/json, text/plain, */*"}},o.forEach(["delete","get","head"],(function(e){c.headers[e]={}})),o.forEach(["post","put","patch"],(function(e){c.headers[e]=o.merge(a)})),e.exports=c}).call(this,r(166))},function(e,t,r){"use strict";var o=SyntaxError,n=Function,i=TypeError,a=function(e){try{return n('"use strict"; return ('+e+").constructor;")()}catch(e){}},s=Object.getOwnPropertyDescriptor;if(s)try{s({},"")}catch(e){s=null}var l=function(){throw new i},c=s?function(){try{return l}catch(e){try{return s(arguments,"callee").get}catch(e){return l}}}():l,u=r(587)(),d=Object.getPrototypeOf||function(e){return e.__proto__},m={},g="undefined"==typeof Uint8Array?void 0:d(Uint8Array),h={"%AggregateError%":"undefined"==typeof AggregateError?void 0:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?void 0:ArrayBuffer,"%ArrayIteratorPrototype%":u?d([][Symbol.iterator]()):void 0,"%AsyncFromSyncIteratorPrototype%":void 0,"%AsyncFunction%":m,"%AsyncGenerator%":m,"%AsyncGeneratorFunction%":m,"%AsyncIteratorPrototype%":m,"%Atomics%":"undefined"==typeof Atomics?void 0:Atomics,"%BigInt%":"undefined"==typeof BigInt?void 0:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?void 0:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?void 0:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?void 0:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?void 0:FinalizationRegistry,"%Function%":n,"%GeneratorFunction%":m,"%Int8Array%":"undefined"==typeof Int8Array?void 0:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?void 0:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?void 0:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":u?d(d([][Symbol.iterator]())):void 0,"%JSON%":"object"==typeof JSON?JSON:void 0,"%Map%":"undefined"==typeof Map?void 0:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&u?d((new Map)[Symbol.iterator]()):void 0,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?void 0:Promise,"%Proxy%":"undefined"==typeof Proxy?void 0:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?void 0:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?void 0:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&u?d((new Set)[Symbol.iterator]()):void 0,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?void 0:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":u?d(""[Symbol.iterator]()):void 0,"%Symbol%":u?Symbol:void 0,"%SyntaxError%":o,"%ThrowTypeError%":c,"%TypedArray%":g,"%TypeError%":i,"%Uint8Array%":"undefined"==typeof Uint8Array?void 0:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?void 0:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?void 0:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?void 0:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?void 0:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?void 0:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?void 0:WeakSet},p={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},f=r(156),x=r(590),v=f.call(Function.call,Array.prototype.concat),y=f.call(Function.apply,Array.prototype.splice),S=f.call(Function.call,String.prototype.replace),b=f.call(Function.call,String.prototype.slice),A=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,w=/\\(\\)?/g,T=function(e){var t=b(e,0,1),r=b(e,-1);if("%"===t&&"%"!==r)throw new o("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new o("invalid intrinsic syntax, expected opening `%`");var n=[];return S(e,A,(function(e,t,r,o){n[n.length]=r?S(o,w,"$1"):t||e})),n},P=function(e,t){var r,n=e;if(x(p,n)&&(n="%"+(r=p[n])[0]+"%"),x(h,n)){var s=h[n];if(s===m&&(s=function e(t){var r;if("%AsyncFunction%"===t)r=a("async function () {}");else if("%GeneratorFunction%"===t)r=a("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=a("async function* () {}");else if("%AsyncGenerator%"===t){var o=e("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var n=e("%AsyncGenerator%");n&&(r=d(n.prototype))}return h[t]=r,r}(n)),void 0===s&&!t)throw new i("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:s}}throw new o("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new i('"allowMissing" argument must be a boolean');var r=T(e),n=r.length>0?r[0]:"",a=P("%"+n+"%",t),l=a.name,c=a.value,u=!1,d=a.alias;d&&(n=d[0],y(r,v([0,1],d)));for(var m=1,g=!0;m<r.length;m+=1){var p=r[m],f=b(p,0,1),S=b(p,-1);if(('"'===f||"'"===f||"`"===f||'"'===S||"'"===S||"`"===S)&&f!==S)throw new o("property names with quotes must have matching quotes");if("constructor"!==p&&g||(u=!0),x(h,l="%"+(n+="."+p)+"%"))c=h[l];else if(null!=c){if(!(p in c)){if(!t)throw new i("base intrinsic for "+e+" exists, but the property is not available.");return}if(s&&m+1>=r.length){var A=s(c,p);c=(g=!!A)&&"get"in A&&!("originalValue"in A.get)?A.get:c[p]}else g=x(c,p),c=c[p];g&&!u&&(h[l]=c)}}return c}},function(e,t,r){"use strict";var o=r(589);e.exports=Function.prototype.bind||o},function(e,t,r){"use strict";var o=String.prototype.replace,n=/%20/g,i="RFC1738",a="RFC3986";e.exports={default:a,formatters:{RFC1738:function(e){return o.call(e,n,"+")},RFC3986:function(e){return String(e)}},RFC1738:i,RFC3986:a}},function(e,t){var r=Array.isArray;e.exports=r},function(e,t,r){var o=r(227),n=r(603);e.exports=function(e){return"symbol"==typeof e||n(e)&&"[object Symbol]"==o(e)}},function(e,t,r){var o=r(161).Symbol;e.exports=o},function(e,t,r){var o=r(600),n="object"==typeof self&&self&&self.Object===Object&&self,i=o||n||Function("return this")();e.exports=i},function(e,t,r){"use strict";var o=String.prototype.replace,n=/%20/g,i="RFC1738",a="RFC3986";e.exports={default:a,formatters:{RFC1738:function(e){return o.call(e,n,"+")},RFC3986:function(e){return String(e)}},RFC1738:i,RFC3986:a}},function(e,t,r){e.exports=r(566)},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=r(60),i=r(31),a=r(25),s=o(r(241)),l=o(r(242)),c=o(r(243)),u=o(r(244)),d=o(r(245));class m{constructor(e){this.options={versionTruncation:1},this.parse=e=>{const t={type:"",name:"",version:"",engine:"",engineVersion:""};for(const r of s.default){const o=a.userAgentParser(r.regex,e);if(!o)continue;const s=i.variableReplacement(r.version,o),l=n.formatVersion(s,this.options.versionTruncation),c=l&&parseFloat(n.formatVersion(s,1))||"";if(r.engine&&(t.engine=r.engine.default,r.engine&&r.engine.versions&&c)){const e=Object.entries(r.engine.versions).sort((e,t)=>parseFloat(e[0])>parseFloat(t[0])?1:-1);for(const[r,o]of e)parseFloat(r)<=c&&(t.engine=o||"")}t.type="browser",t.name=i.variableReplacement(r.name,o),t.version=l;break}if(!t.engine)for(const r of l.default){let o=null;try{o=RegExp(r.regex,"i").exec(e)}catch(e){}if(o){t.engine=r.name;break}}return t.engineVersion=n.formatVersion(n.parseBrowserEngineVersion(e,t.engine),this.options.versionTruncation),t},this.options=Object.assign(Object.assign({},this.options),e)}}t.default=m,m.getBrowserShortName=e=>{for(const[t,r]of Object.entries(c.default))if(r===e)return t;return""},m.getBrowserFamily=e=>{const t=m.getBrowserShortName(e);for(const[e,r]of Object.entries(u.default))if(r.includes(t))return e;return""},m.isMobileOnlyBrowser=e=>d.default.includes(m.getBrowserShortName(e))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.buildModel=e=>"Build"===(e=(e=e.replace(/_/g," ")).replace(RegExp(" TD$","i"),""))?"":e},function(e,t){var r,o,n=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(e){if(r===setTimeout)return setTimeout(e,0);if((r===i||!r)&&setTimeout)return r=setTimeout,setTimeout(e,0);try{return r(e,0)}catch(t){try{return r.call(null,e,0)}catch(t){return r.call(this,e,0)}}}!function(){try{r="function"==typeof setTimeout?setTimeout:i}catch(e){r=i}try{o="function"==typeof clearTimeout?clearTimeout:a}catch(e){o=a}}();var l,c=[],u=!1,d=-1;function m(){u&&l&&(u=!1,l.length?c=l.concat(c):d=-1,c.length&&g())}function g(){if(!u){var e=s(m);u=!0;for(var t=c.length;t;){for(l=c,c=[];++d<t;)l&&l[d].run();d=-1,t=c.length}l=null,u=!1,function(e){if(o===clearTimeout)return clearTimeout(e);if((o===a||!o)&&clearTimeout)return o=clearTimeout,clearTimeout(e);try{o(e)}catch(t){try{return o.call(null,e)}catch(t){return o.call(this,e)}}}(e)}}function h(e,t){this.fun=e,this.array=t}function p(){}n.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];c.push(new h(e,t)),1!==c.length||u||s(g)},h.prototype.run=function(){this.fun.apply(null,this.array)},n.title="browser",n.browser=!0,n.env={},n.argv=[],n.version="",n.versions={},n.on=p,n.addListener=p,n.once=p,n.off=p,n.removeListener=p,n.removeAllListeners=p,n.emit=p,n.prependListener=p,n.prependOnceListener=p,n.listeners=function(e){return[]},n.binding=function(e){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(e){throw new Error("process.chdir is not supported")},n.umask=function(){return 0}},function(e,t){function r(){}function o(e){this._tree=e,this._ancestors=[],this._cursor=null}r.prototype.clear=function(){this._root=null,this.size=0},r.prototype.find=function(e){for(var t=this._root;null!==t;){var r=this._comparator(e,t.data);if(0===r)return t.data;t=t.get_child(r>0)}return null},r.prototype.findIter=function(e){for(var t=this._root,r=this.iterator();null!==t;){var o=this._comparator(e,t.data);if(0===o)return r._cursor=t,r;r._ancestors.push(t),t=t.get_child(o>0)}return null},r.prototype.lowerBound=function(e){for(var t=this._root,r=this.iterator(),o=this._comparator;null!==t;){var n=o(e,t.data);if(0===n)return r._cursor=t,r;r._ancestors.push(t),t=t.get_child(n>0)}for(var i=r._ancestors.length-1;i>=0;--i)if(o(e,(t=r._ancestors[i]).data)<0)return r._cursor=t,r._ancestors.length=i,r;return r._ancestors.length=0,r},r.prototype.upperBound=function(e){for(var t=this.lowerBound(e),r=this._comparator;null!==t.data()&&0===r(t.data(),e);)t.next();return t},r.prototype.min=function(){var e=this._root;if(null===e)return null;for(;null!==e.left;)e=e.left;return e.data},r.prototype.max=function(){var e=this._root;if(null===e)return null;for(;null!==e.right;)e=e.right;return e.data},r.prototype.iterator=function(){return new o(this)},r.prototype.each=function(e){for(var t,r=this.iterator();null!==(t=r.next());)e(t)},r.prototype.reach=function(e){for(var t,r=this.iterator();null!==(t=r.prev());)e(t)},o.prototype.data=function(){return null!==this._cursor?this._cursor.data:null},o.prototype.next=function(){if(null===this._cursor){var e=this._tree._root;null!==e&&this._minNode(e)}else{var t;if(null===this._cursor.right)do{if(t=this._cursor,!this._ancestors.length){this._cursor=null;break}this._cursor=this._ancestors.pop()}while(this._cursor.right===t);else this._ancestors.push(this._cursor),this._minNode(this._cursor.right)}return null!==this._cursor?this._cursor.data:null},o.prototype.prev=function(){if(null===this._cursor){var e=this._tree._root;null!==e&&this._maxNode(e)}else{var t;if(null===this._cursor.left)do{if(t=this._cursor,!this._ancestors.length){this._cursor=null;break}this._cursor=this._ancestors.pop()}while(this._cursor.left===t);else this._ancestors.push(this._cursor),this._maxNode(this._cursor.left)}return null!==this._cursor?this._cursor.data:null},o.prototype._minNode=function(e){for(;null!==e.left;)this._ancestors.push(e),e=e.left;this._cursor=e},o.prototype._maxNode=function(e){for(;null!==e.right;)this._ancestors.push(e),e=e.right;this._cursor=e},e.exports=r},function(e,t,r){var o=r(124);e.exports=o&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,r){var o=r(1),n=r(11),i=r(9),a=r(6),s=o.TypeError;e.exports=function(e,t){var r,o;if("string"===t&&i(r=e.toString)&&!a(o=n(r,e)))return o;if(i(r=e.valueOf)&&!a(o=n(r,e)))return o;if("string"!==t&&i(r=e.toString)&&!a(o=n(r,e)))return o;throw s("Can't convert object to primitive value")}},function(e,t,r){var o=r(5),n=r(2),i=r(96);e.exports=!o&&!n((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(e,t,r){var o=r(5),n=r(2);e.exports=o&&n((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},function(e,t,r){var o=r(1),n=r(9),i=r(97),a=o.WeakMap;e.exports=n(a)&&/native code/.test(i(a))},function(e,t,r){var o=r(3),n=r(12),i=r(29),a=r(81).indexOf,s=r(80),l=o([].push);e.exports=function(e,t){var r,o=i(e),c=0,u=[];for(r in o)!n(s,r)&&n(o,r)&&l(u,r);for(;t.length>c;)n(o,r=t[c++])&&(~a(u,r)||l(u,r));return u}},function(e,t,r){var o=r(18);e.exports=o("document","documentElement")},function(e,t,r){var o=r(7);t.f=o},function(e,t,r){var o=r(1);e.exports=o},function(e,t,r){"use strict";var o=r(18),n=r(12),i=r(28),a=r(33),s=r(44),l=r(99),c=r(70),u=r(87),d=r(179),m=r(100),g=r(132),h=r(23);e.exports=function(e,t,r,p){var f=p?2:1,x=e.split("."),v=x[x.length-1],y=o.apply(null,x);if(y){var S=y.prototype;if(!h&&n(S,"cause")&&delete S.cause,!r)return y;var b=o("Error"),A=t((function(e,t){var r=u(p?t:e,void 0),o=p?new y(e):new y;return void 0!==r&&i(o,"message",r),g&&i(o,"stack",m(o.stack,2)),this&&a(S,this)&&c(o,this,A),arguments.length>f&&d(o,arguments[f]),o}));if(A.prototype=S,"Error"!==v&&(s?s(A,b):l(A,b,{name:!0})),l(A,y),!h)try{S.name!==v&&i(S,"name",v),S.constructor=A}catch(e){}return A}}},function(e,t,r){var o=r(1),n=r(9),i=o.String,a=o.TypeError;e.exports=function(e){if("object"==typeof e||n(e))return e;throw a("Can't set "+i(e)+" as a prototype")}},function(e,t,r){var o=r(6),n=r(28);e.exports=function(e,t){o(t)&&"cause"in t&&n(e,"cause",t.cause)}},function(e,t,r){"use strict";var o=r(5),n=r(2),i=r(4),a=r(36),s=r(87),l=Error.prototype.toString,c=n((function(){if(o){var e=a(Object.defineProperty({},"name",{get:function(){return this===e}}));if("true"!==l.call(e))return!0}return"2: 1"!==l.call({message:1,name:2})||"Error"!==l.call({})}));e.exports=c?function(){var e=i(this),t=s(e.name,"Error"),r=s(e.message);return t?r?t+": "+r:t:r}:l},function(e,t,r){var o=r(11),n=r(4),i=r(48);e.exports=function(e,t,r){var a,s;n(e);try{if(!(a=i(e,"return"))){if("throw"===t)throw r;return r}a=o(a,e)}catch(e){s=!0,a=e}if("throw"===t)throw r;if(s)throw a;return n(a),r}},function(e,t,r){"use strict";var o=r(14),n=r(49),i=r(17),a=Math.min;e.exports=[].copyWithin||function(e,t){var r=o(this),s=i(r),l=n(e,s),c=n(t,s),u=arguments.length>2?arguments[2]:void 0,d=a((void 0===u?s:n(u,s))-c,s-l),m=1;for(c<l&&l<c+d&&(m=-1,c+=d-1,l+=d-1);d-- >0;)c in r?r[l]=r[c]:delete r[l],l+=m,c+=m;return r}},function(e,t,r){"use strict";var o=r(1),n=r(61),i=r(17),a=r(43),s=o.TypeError,l=function(e,t,r,o,c,u,d,m){for(var g,h,p=c,f=0,x=!!d&&a(d,m);f<o;){if(f in r){if(g=x?x(r[f],f,t):r[f],u>0&&n(g))h=i(g),p=l(e,t,g,h,p,u-1)-1;else{if(p>=9007199254740991)throw s("Exceed the acceptable array length");e[p]=g}p++}f++}return p};e.exports=l},function(e,t,r){"use strict";var o=r(24).forEach,n=r(53)("forEach");e.exports=n?[].forEach:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}},function(e,t,r){"use strict";var o=r(1),n=r(43),i=r(11),a=r(14),s=r(316),l=r(134),c=r(69),u=r(17),d=r(50),m=r(101),g=r(89),h=o.Array;e.exports=function(e){var t=a(e),r=c(this),o=arguments.length,p=o>1?arguments[1]:void 0,f=void 0!==p;f&&(p=n(p,o>2?arguments[2]:void 0));var x,v,y,S,b,A,w=g(t),T=0;if(!w||this==h&&l(w))for(x=u(t),v=r?new this(x):h(x);x>T;T++)A=f?p(t[T],T):t[T],d(v,T,A);else for(b=(S=m(t,w)).next,v=r?new this:[];!(y=i(b,S)).done;T++)A=f?s(S,p,[y.value,T],!0):y.value,d(v,T,A);return v.length=T,v}},function(e,t,r){"use strict";var o,n,i,a=r(2),s=r(9),l=r(36),c=r(42),u=r(19),d=r(7),m=r(23),g=d("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(n=c(c(i)))!==Object.prototype&&(o=n):h=!0),null==o||a((function(){var e={};return o[g].call(e)!==e}))?o={}:m&&(o=l(o)),s(o[g])||u(o,g,(function(){return this})),e.exports={IteratorPrototype:o,BUGGY_SAFARI_ITERATORS:h}},function(e,t,r){"use strict";var o=r(35),n=r(29),i=r(22),a=r(17),s=r(53),l=Math.min,c=[].lastIndexOf,u=!!c&&1/[1].lastIndexOf(1,-0)<0,d=s("lastIndexOf"),m=u||!d;e.exports=m?function(e){if(u)return o(c,this,arguments)||0;var t=n(this),r=a(t),s=r-1;for(arguments.length>1&&(s=l(s,i(arguments[1]))),s<0&&(s=r+s);s>=0;s--)if(s in t&&t[s]===e)return s||0;return-1}:c},function(e,t,r){var o=r(47).match(/firefox\/(\d+)/i);e.exports=!!o&&+o[1]},function(e,t,r){var o=r(47);e.exports=/MSIE|Trident/.test(o)},function(e,t,r){var o=r(1),n=r(22),i=r(34),a=o.RangeError;e.exports=function(e){if(void 0===e)return 0;var t=n(e),r=i(t);if(t!==r)throw a("Wrong length or index");return r}},function(e,t,r){"use strict";var o=r(1),n=r(3),i=r(27),a=r(6),s=r(12),l=r(62),c=r(77),u=o.Function,d=n([].concat),m=n([].join),g={},h=function(e,t,r){if(!s(g,t)){for(var o=[],n=0;n<t;n++)o[n]="a["+n+"]";g[t]=u("C,a","return new C("+m(o,",")+")")}return g[t](e,r)};e.exports=c?u.bind:function(e){var t=i(this),r=t.prototype,o=l(arguments,1),n=function(){var r=d(o,l(arguments));return this instanceof n?h(t,r.length,r):t.apply(e,r)};return a(r)&&(n.prototype=r),n}},function(e,t,r){"use strict";var o=r(13).f,n=r(36),i=r(72),a=r(43),s=r(45),l=r(51),c=r(136),u=r(71),d=r(5),m=r(64).fastKey,g=r(21),h=g.set,p=g.getterFor;e.exports={getConstructor:function(e,t,r,c){var u=e((function(e,o){s(e,g),h(e,{type:t,index:n(null),first:void 0,last:void 0,size:0}),d||(e.size=0),null!=o&&l(o,e[c],{that:e,AS_ENTRIES:r})})),g=u.prototype,f=p(t),x=function(e,t,r){var o,n,i=f(e),a=v(e,t);return a?a.value=r:(i.last=a={index:n=m(t,!0),key:t,value:r,previous:o=i.last,next:void 0,removed:!1},i.first||(i.first=a),o&&(o.next=a),d?i.size++:e.size++,"F"!==n&&(i.index[n]=a)),e},v=function(e,t){var r,o=f(e),n=m(t);if("F"!==n)return o.index[n];for(r=o.first;r;r=r.next)if(r.key==t)return r};return i(g,{clear:function(){for(var e=f(this),t=e.index,r=e.first;r;)r.removed=!0,r.previous&&(r.previous=r.previous.next=void 0),delete t[r.index],r=r.next;e.first=e.last=void 0,d?e.size=0:this.size=0},delete:function(e){var t=f(this),r=v(this,e);if(r){var o=r.next,n=r.previous;delete t.index[r.index],r.removed=!0,n&&(n.next=o),o&&(o.previous=n),t.first==r&&(t.first=o),t.last==r&&(t.last=n),d?t.size--:this.size--}return!!r},forEach:function(e){for(var t,r=f(this),o=a(e,arguments.length>1?arguments[1]:void 0);t=t?t.next:r.first;)for(o(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!v(this,e)}}),i(g,r?{get:function(e){var t=v(this,e);return t&&t.value},set:function(e,t){return x(this,0===e?0:e,t)}}:{add:function(e){return x(this,e=0===e?0:e,e)}}),d&&o(g,"size",{get:function(){return f(this).size}}),u},setStrong:function(e,t,r){var o=t+" Iterator",n=p(t),i=p(o);c(e,t,(function(e,t){h(this,{type:o,target:e,state:n(e),kind:t,last:void 0})}),(function(){for(var e=i(this),t=e.kind,r=e.last;r&&r.removed;)r=r.previous;return e.target&&(e.last=r=r?r.next:e.state.first)?"keys"==t?{value:r.key,done:!1}:"values"==t?{value:r.value,done:!1}:{value:[r.key,r.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),r?"entries":"values",!r,!0),u(t)}}},function(e,t){var r=Math.log;e.exports=Math.log1p||function(e){return(e=+e)>-1e-8&&e<1e-8?e-e*e/2:r(1+e)}},function(e,t){var r=Math.log,o=Math.LOG10E;e.exports=Math.log10||function(e){return r(e)*o}},function(e,t,r){var o=r(1),n=r(2),i=r(3),a=r(8),s=r(74).trim,l=r(111),c=i("".charAt),u=o.parseFloat,d=o.Symbol,m=d&&d.iterator,g=1/u(l+"-0")!=-1/0||m&&!n((function(){u(Object(m))}));e.exports=g?function(e){var t=s(a(e)),r=u(t);return 0===r&&"-"==c(t,0)?-0:r}:u},function(e,t,r){var o=r(1),n=r(2),i=r(3),a=r(8),s=r(74).trim,l=r(111),c=o.parseInt,u=o.Symbol,d=u&&u.iterator,m=/^[+-]?0x/i,g=i(m.exec),h=8!==c(l+"08")||22!==c(l+"0x16")||d&&!n((function(){c(Object(d))}));e.exports=h?function(e,t){var r=s(a(e));return c(r,t>>>0||(g(m,r)?16:10))}:c},function(e,t,r){"use strict";var o=r(5),n=r(3),i=r(11),a=r(2),s=r(84),l=r(129),c=r(94),u=r(14),d=r(78),m=Object.assign,g=Object.defineProperty,h=n([].concat);e.exports=!m||a((function(){if(o&&1!==m({b:1},m(g({},"a",{enumerable:!0,get:function(){g(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol();return e[r]=7,"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),7!=m({},e)[r]||"abcdefghijklmnopqrst"!=s(m({},t)).join("")}))?function(e,t){for(var r=u(e),n=arguments.length,a=1,m=l.f,g=c.f;n>a;)for(var p,f=d(arguments[a++]),x=m?h(s(f),m(f)):s(f),v=x.length,y=0;v>y;)p=x[y++],o&&!i(g,f,p)||(r[p]=f[p]);return r}:m},function(e,t,r){var o=r(5),n=r(3),i=r(84),a=r(29),s=n(r(94).f),l=n([].push),c=function(e){return function(t){for(var r,n=a(t),c=i(n),u=c.length,d=0,m=[];u>d;)r=c[d++],o&&!s(n,r)||l(m,e?[r,n[r]]:n[r]);return m}};e.exports={entries:c(!0),values:c(!1)}},function(e,t){e.exports=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}},function(e,t,r){var o=r(1);e.exports=o.Promise},function(e,t,r){var o=r(47);e.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(o)},function(e,t,r){var o,n,i,a,s,l,c,u,d=r(1),m=r(43),g=r(26).f,h=r(146).set,p=r(201),f=r(420),x=r(421),v=r(63),y=d.MutationObserver||d.WebKitMutationObserver,S=d.document,b=d.process,A=d.Promise,w=g(d,"queueMicrotask"),T=w&&w.value;T||(o=function(){var e,t;for(v&&(e=b.domain)&&e.exit();n;){t=n.fn,n=n.next;try{t()}catch(e){throw n?a():i=void 0,e}}i=void 0,e&&e.enter()},p||v||x||!y||!S?!f&&A&&A.resolve?((c=A.resolve(void 0)).constructor=A,u=m(c.then,c),a=function(){u(o)}):v?a=function(){b.nextTick(o)}:(h=m(h,d),a=function(){h(o)}):(s=!0,l=S.createTextNode(""),new y(o).observe(l,{characterData:!0}),a=function(){l.data=s=!s})),e.exports=T||function(e){var t={fn:e,next:void 0};i&&(i.next=t),n||(n=t,a()),i=t}},function(e,t,r){var o=r(4),n=r(6),i=r(113);e.exports=function(e,t){if(o(e),n(t)&&t.constructor===e)return t;var r=i.f(e);return(0,r.resolve)(t),r.promise}},function(e,t,r){var o=r(12);e.exports=function(e){return void 0!==e&&(o(e,"value")||o(e,"writable"))}},function(e,t,r){var o=r(2),n=r(1).RegExp;e.exports=o((function(){var e=n("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")}))},function(e,t,r){"use strict";var o=r(116).charAt,n=r(8),i=r(21),a=r(136),s=i.set,l=i.getterFor("String Iterator");a(String,"String",(function(e){s(this,{type:"String Iterator",string:n(e),index:0})}),(function(){var e,t=l(this),r=t.string,n=t.index;return n>=r.length?{value:void 0,done:!0}:(e=o(r,n),t.index+=e.length,{value:e,done:!1})}))},function(e,t,r){var o=r(47);e.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(o)},function(e,t,r){var o=r(3),n=r(14),i=Math.floor,a=o("".charAt),s=o("".replace),l=o("".slice),c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,t,r,o,d,m){var g=r+e.length,h=o.length,p=u;return void 0!==d&&(d=n(d),p=c),s(m,p,(function(n,s){var c;switch(a(s,0)){case"$":return"$";case"&":return e;case"`":return l(t,0,r);case"'":return l(t,g);case"<":c=d[l(s,1,-1)];break;default:var u=+s;if(0===u)return n;if(u>h){var m=i(u/10);return 0===m?n:m<=h?void 0===o[m-1]?a(s,1):o[m-1]+a(s,1):n}c=o[u-1]}return void 0===c?"":c}))}},function(e,t,r){var o=r(1),n=r(483),i=o.RangeError;e.exports=function(e,t){var r=n(e);if(r%t)throw i("Wrong offset");return r}},function(e,t,r){var o=r(43),n=r(11),i=r(141),a=r(14),s=r(17),l=r(101),c=r(89),u=r(134),d=r(10).aTypedArrayConstructor;e.exports=function(e){var t,r,m,g,h,p,f=i(this),x=a(e),v=arguments.length,y=v>1?arguments[1]:void 0,S=void 0!==y,b=c(x);if(b&&!u(b))for(p=(h=l(x,b)).next,x=[];!(g=n(p,h)).done;)x.push(g.value);for(S&&v>2&&(y=o(y,arguments[2])),r=s(x),m=new(d(f))(r),t=0;r>t;t++)m[t]=S?y(x[t],t):x[t];return m}},function(e,t,r){"use strict";var o=r(3),n=r(72),i=r(64).getWeakData,a=r(4),s=r(6),l=r(45),c=r(51),u=r(24),d=r(12),m=r(21),g=m.set,h=m.getterFor,p=u.find,f=u.findIndex,x=o([].splice),v=0,y=function(e){return e.frozen||(e.frozen=new S)},S=function(){this.entries=[]},b=function(e,t){return p(e.entries,(function(e){return e[0]===t}))};S.prototype={get:function(e){var t=b(this,e);if(t)return t[1]},has:function(e){return!!b(this,e)},set:function(e,t){var r=b(this,e);r?r[1]=t:this.entries.push([e,t])},delete:function(e){var t=f(this.entries,(function(t){return t[0]===e}));return~t&&x(this.entries,t,1),!!~t}},e.exports={getConstructor:function(e,t,r,o){var u=e((function(e,n){l(e,m),g(e,{type:t,id:v++,frozen:void 0}),null!=n&&c(n,e[o],{that:e,AS_ENTRIES:r})})),m=u.prototype,p=h(t),f=function(e,t,r){var o=p(e),n=i(a(t),!0);return!0===n?y(o).set(t,r):n[o.id]=r,e};return n(m,{delete:function(e){var t=p(this);if(!s(e))return!1;var r=i(e);return!0===r?y(t).delete(e):r&&d(r,t.id)&&delete r[t.id]},has:function(e){var t=p(this);if(!s(e))return!1;var r=i(e);return!0===r?y(t).has(e):r&&d(r,t.id)}}),n(m,r?{get:function(e){var t=p(this);if(s(e)){var r=i(e);return!0===r?y(t).get(e):r?r[t.id]:void 0}},set:function(e,t){return f(this,e,t)}}:{add:function(e){return f(this,e,!0)}}),u}}},function(e,t){for(var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",o={},n=0;n<66;n++)o[r.charAt(n)]=n;e.exports={itoc:r,ctoi:o}},function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(e,t,r){var o=r(96)("span").classList,n=o&&o.constructor&&o.constructor.prototype;e.exports=n===Object.prototype?void 0:n},function(e,t){e.exports={IndexSizeError:{s:"INDEX_SIZE_ERR",c:1,m:1},DOMStringSizeError:{s:"DOMSTRING_SIZE_ERR",c:2,m:0},HierarchyRequestError:{s:"HIERARCHY_REQUEST_ERR",c:3,m:1},WrongDocumentError:{s:"WRONG_DOCUMENT_ERR",c:4,m:1},InvalidCharacterError:{s:"INVALID_CHARACTER_ERR",c:5,m:1},NoDataAllowedError:{s:"NO_DATA_ALLOWED_ERR",c:6,m:0},NoModificationAllowedError:{s:"NO_MODIFICATION_ALLOWED_ERR",c:7,m:1},NotFoundError:{s:"NOT_FOUND_ERR",c:8,m:1},NotSupportedError:{s:"NOT_SUPPORTED_ERR",c:9,m:1},InUseAttributeError:{s:"INUSE_ATTRIBUTE_ERR",c:10,m:1},InvalidStateError:{s:"INVALID_STATE_ERR",c:11,m:1},SyntaxError:{s:"SYNTAX_ERR",c:12,m:1},InvalidModificationError:{s:"INVALID_MODIFICATION_ERR",c:13,m:1},NamespaceError:{s:"NAMESPACE_ERR",c:14,m:1},InvalidAccessError:{s:"INVALID_ACCESS_ERR",c:15,m:1},ValidationError:{s:"VALIDATION_ERR",c:16,m:0},TypeMismatchError:{s:"TYPE_MISMATCH_ERR",c:17,m:1},SecurityError:{s:"SECURITY_ERR",c:18,m:1},NetworkError:{s:"NETWORK_ERR",c:19,m:1},AbortError:{s:"ABORT_ERR",c:20,m:1},URLMismatchError:{s:"URL_MISMATCH_ERR",c:21,m:1},QuotaExceededError:{s:"QUOTA_EXCEEDED_ERR",c:22,m:1},TimeoutError:{s:"TIMEOUT_ERR",c:23,m:1},InvalidNodeTypeError:{s:"INVALID_NODE_TYPE_ERR",c:24,m:1},DataCloneError:{s:"DATA_CLONE_ERR",c:25,m:1}}},function(e,t,r){var o=r(2),n=r(7),i=r(23),a=n("iterator");e.exports=!o((function(){var e=new URL("b?a=1&b=2&c=3","http://a"),t=e.searchParams,r="";return e.pathname="c%20d",t.forEach((function(e,o){t.delete("b"),r+=o+e})),i&&!e.toJSON||!t.sort||"http://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[a]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==r||"x"!==new URL("http://x",void 0).host}))},function(e,t,r){"use strict";r(103);var o=r(0),n=r(1),i=r(18),a=r(11),s=r(3),l=r(216),c=r(19),u=r(72),d=r(41),m=r(137),g=r(21),h=r(45),p=r(9),f=r(12),x=r(43),v=r(58),y=r(4),S=r(6),b=r(8),A=r(36),w=r(40),T=r(101),P=r(89),M=r(59),_=r(7),E=r(138),L=_("iterator"),O=g.set,B=g.getterFor("URLSearchParams"),C=g.getterFor("URLSearchParamsIterator"),N=i("fetch"),G=i("Request"),R=i("Headers"),I=G&&G.prototype,k=R&&R.prototype,F=n.RegExp,D=n.TypeError,$=n.decodeURIComponent,X=n.encodeURIComponent,U=s("".charAt),V=s([].join),H=s([].push),j=s("".replace),W=s([].shift),K=s([].splice),Y=s("".split),Q=s("".slice),z=/\+/g,Z=Array(4),J=function(e){return Z[e-1]||(Z[e-1]=F("((?:%[\\da-f]{2}){"+e+"})","gi"))},q=function(e){try{return $(e)}catch(t){return e}},ee=function(e){var t=j(e,z," "),r=4;try{return $(t)}catch(e){for(;r;)t=j(t,J(r--),q);return t}},te=/[!'()~]|%20/g,re={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},oe=function(e){return re[e]},ne=function(e){return j(X(e),te,oe)},ie=m((function(e,t){O(this,{type:"URLSearchParamsIterator",iterator:T(B(e).entries),kind:t})}),"Iterator",(function(){var e=C(this),t=e.kind,r=e.iterator.next(),o=r.value;return r.done||(r.value="keys"===t?o.key:"values"===t?o.value:[o.key,o.value]),r}),!0),ae=function(e){this.entries=[],this.url=null,void 0!==e&&(S(e)?this.parseObject(e):this.parseQuery("string"==typeof e?"?"===U(e,0)?Q(e,1):e:b(e)))};ae.prototype={type:"URLSearchParams",bindURL:function(e){this.url=e,this.update()},parseObject:function(e){var t,r,o,n,i,s,l,c=P(e);if(c)for(r=(t=T(e,c)).next;!(o=a(r,t)).done;){if(i=(n=T(y(o.value))).next,(s=a(i,n)).done||(l=a(i,n)).done||!a(i,n).done)throw D("Expected sequence with length 2");H(this.entries,{key:b(s.value),value:b(l.value)})}else for(var u in e)f(e,u)&&H(this.entries,{key:u,value:b(e[u])})},parseQuery:function(e){if(e)for(var t,r,o=Y(e,"&"),n=0;n<o.length;)(t=o[n++]).length&&(r=Y(t,"="),H(this.entries,{key:ee(W(r)),value:ee(V(r,"="))}))},serialize:function(){for(var e,t=this.entries,r=[],o=0;o<t.length;)e=t[o++],H(r,ne(e.key)+"="+ne(e.value));return V(r,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var se=function(){h(this,le);var e=arguments.length>0?arguments[0]:void 0;O(this,new ae(e))},le=se.prototype;if(u(le,{append:function(e,t){M(arguments.length,2);var r=B(this);H(r.entries,{key:b(e),value:b(t)}),r.updateURL()},delete:function(e){M(arguments.length,1);for(var t=B(this),r=t.entries,o=b(e),n=0;n<r.length;)r[n].key===o?K(r,n,1):n++;t.updateURL()},get:function(e){M(arguments.length,1);for(var t=B(this).entries,r=b(e),o=0;o<t.length;o++)if(t[o].key===r)return t[o].value;return null},getAll:function(e){M(arguments.length,1);for(var t=B(this).entries,r=b(e),o=[],n=0;n<t.length;n++)t[n].key===r&&H(o,t[n].value);return o},has:function(e){M(arguments.length,1);for(var t=B(this).entries,r=b(e),o=0;o<t.length;)if(t[o++].key===r)return!0;return!1},set:function(e,t){M(arguments.length,1);for(var r,o=B(this),n=o.entries,i=!1,a=b(e),s=b(t),l=0;l<n.length;l++)(r=n[l]).key===a&&(i?K(n,l--,1):(i=!0,r.value=s));i||H(n,{key:a,value:s}),o.updateURL()},sort:function(){var e=B(this);E(e.entries,(function(e,t){return e.key>t.key?1:-1})),e.updateURL()},forEach:function(e){for(var t,r=B(this).entries,o=x(e,arguments.length>1?arguments[1]:void 0),n=0;n<r.length;)o((t=r[n++]).value,t.key,this)},keys:function(){return new ie(this,"keys")},values:function(){return new ie(this,"values")},entries:function(){return new ie(this,"entries")}},{enumerable:!0}),c(le,L,le.entries,{name:"entries"}),c(le,"toString",(function(){return B(this).serialize()}),{enumerable:!0}),d(se,"URLSearchParams"),o({global:!0,forced:!l},{URLSearchParams:se}),!l&&p(R)){var ce=s(k.has),ue=s(k.set),de=function(e){if(S(e)){var t,r=e.body;if("URLSearchParams"===v(r))return t=e.headers?new R(e.headers):new R,ce(t,"content-type")||ue(t,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),A(e,{body:w(0,b(r)),headers:w(0,t)})}return e};if(p(N)&&o({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return N(e,arguments.length>1?de(arguments[1]):{})}}),p(G)){var me=function(e){return h(this,I),new G(e,arguments.length>1?de(arguments[1]):{})};I.constructor=me,me.prototype=I,o({global:!0,forced:!0},{Request:me})}}e.exports={URLSearchParams:se,getState:B}},function(e,t,r){"use strict";e.exports=function(e,t){return function(){for(var r=new Array(arguments.length),o=0;o<r.length;o++)r[o]=arguments[o];return e.apply(t,r)}}},function(e,t,r){"use strict";var o=r(39);function n(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,r){if(!t)return e;var i;if(r)i=r(t);else if(o.isURLSearchParams(t))i=t.toString();else{var a=[];o.forEach(t,(function(e,t){null!=e&&(o.isArray(e)?t+="[]":e=[e],o.forEach(e,(function(e){o.isDate(e)?e=e.toISOString():o.isObject(e)&&(e=JSON.stringify(e)),a.push(n(t)+"="+n(e))})))})),i=a.join("&")}if(i){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}},function(e,t,r){"use strict";e.exports=function(e,t,r,o,n){return e.config=t,r&&(e.code=r),e.request=o,e.response=n,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},function(e,t,r){"use strict";var o=r(39),n=r(572),i=r(573),a=r(219),s=r(574),l=r(577),c=r(578),u=r(222);e.exports=function(e){return new Promise((function(t,r){var d=e.data,m=e.headers,g=e.responseType;o.isFormData(d)&&delete m["Content-Type"];var h=new XMLHttpRequest;if(e.auth){var p=e.auth.username||"",f=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";m.Authorization="Basic "+btoa(p+":"+f)}var x=s(e.baseURL,e.url);function v(){if(h){var o="getAllResponseHeaders"in h?l(h.getAllResponseHeaders()):null,i={data:g&&"text"!==g&&"json"!==g?h.response:h.responseText,status:h.status,statusText:h.statusText,headers:o,config:e,request:h};n(t,r,i),h=null}}if(h.open(e.method.toUpperCase(),a(x,e.params,e.paramsSerializer),!0),h.timeout=e.timeout,"onloadend"in h?h.onloadend=v:h.onreadystatechange=function(){h&&4===h.readyState&&(0!==h.status||h.responseURL&&0===h.responseURL.indexOf("file:"))&&setTimeout(v)},h.onabort=function(){h&&(r(u("Request aborted",e,"ECONNABORTED",h)),h=null)},h.onerror=function(){r(u("Network Error",e,null,h)),h=null},h.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),r(u(t,e,e.transitional&&e.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",h)),h=null},o.isStandardBrowserEnv()){var y=(e.withCredentials||c(x))&&e.xsrfCookieName?i.read(e.xsrfCookieName):void 0;y&&(m[e.xsrfHeaderName]=y)}"setRequestHeader"in h&&o.forEach(m,(function(e,t){void 0===d&&"content-type"===t.toLowerCase()?delete m[t]:h.setRequestHeader(t,e)})),o.isUndefined(e.withCredentials)||(h.withCredentials=!!e.withCredentials),g&&"json"!==g&&(h.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&h.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&h.upload&&h.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){h&&(h.abort(),r(e),h=null)})),d||(d=null),h.send(d)}))}},function(e,t,r){"use strict";var o=r(220);e.exports=function(e,t,r,n,i){var a=new Error(e);return o(a,t,r,n,i)}},function(e,t,r){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},function(e,t,r){"use strict";var o=r(39);e.exports=function(e,t){t=t||{};var r={},n=["url","method","data"],i=["headers","auth","proxy","params"],a=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function l(e,t){return o.isPlainObject(e)&&o.isPlainObject(t)?o.merge(e,t):o.isPlainObject(t)?o.merge({},t):o.isArray(t)?t.slice():t}function c(n){o.isUndefined(t[n])?o.isUndefined(e[n])||(r[n]=l(void 0,e[n])):r[n]=l(e[n],t[n])}o.forEach(n,(function(e){o.isUndefined(t[e])||(r[e]=l(void 0,t[e]))})),o.forEach(i,c),o.forEach(a,(function(n){o.isUndefined(t[n])?o.isUndefined(e[n])||(r[n]=l(void 0,e[n])):r[n]=l(void 0,t[n])})),o.forEach(s,(function(o){o in t?r[o]=l(e[o],t[o]):o in e&&(r[o]=l(void 0,e[o]))}));var u=n.concat(i).concat(a).concat(s),d=Object.keys(e).concat(Object.keys(t)).filter((function(e){return-1===u.indexOf(e)}));return o.forEach(d,c),r}},function(e,t,r){"use strict";function o(e){this.message=e}o.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},o.prototype.__CANCEL__=!0,e.exports=o},function(e,t,r){"use strict";var o=r(157),n=Object.prototype.hasOwnProperty,i=Array.isArray,a=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),s=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},o=0;o<e.length;++o)void 0!==e[o]&&(r[o]=e[o]);return r};e.exports={arrayToObject:s,assign:function(e,t){return Object.keys(t).reduce((function(e,r){return e[r]=t[r],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],o=0;o<t.length;++o)for(var n=t[o],a=n.obj[n.prop],s=Object.keys(a),l=0;l<s.length;++l){var c=s[l],u=a[c];"object"==typeof u&&null!==u&&-1===r.indexOf(u)&&(t.push({obj:a,prop:c}),r.push(u))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(i(r)){for(var o=[],n=0;n<r.length;++n)void 0!==r[n]&&o.push(r[n]);t.obj[t.prop]=o}}}(t),e},decode:function(e,t,r){var o=e.replace(/\+/g," ");if("iso-8859-1"===r)return o.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(o)}catch(e){return o}},encode:function(e,t,r,n,i){if(0===e.length)return e;var s=e;if("symbol"==typeof e?s=Symbol.prototype.toString.call(e):"string"!=typeof e&&(s=String(e)),"iso-8859-1"===r)return escape(s).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var l="",c=0;c<s.length;++c){var u=s.charCodeAt(c);45===u||46===u||95===u||126===u||u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122||i===o.RFC1738&&(40===u||41===u)?l+=s.charAt(c):u<128?l+=a[u]:u<2048?l+=a[192|u>>6]+a[128|63&u]:u<55296||u>=57344?l+=a[224|u>>12]+a[128|u>>6&63]+a[128|63&u]:(c+=1,u=65536+((1023&u)<<10|1023&s.charCodeAt(c)),l+=a[240|u>>18]+a[128|u>>12&63]+a[128|u>>6&63]+a[128|63&u])}return l},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(i(e)){for(var r=[],o=0;o<e.length;o+=1)r.push(t(e[o]));return r}return t(e)},merge:function e(t,r,o){if(!r)return t;if("object"!=typeof r){if(i(t))t.push(r);else{if(!t||"object"!=typeof t)return[t,r];(o&&(o.plainObjects||o.allowPrototypes)||!n.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(r);var a=t;return i(t)&&!i(r)&&(a=s(t,o)),i(t)&&i(r)?(r.forEach((function(r,i){if(n.call(t,i)){var a=t[i];a&&"object"==typeof a&&r&&"object"==typeof r?t[i]=e(a,r,o):t.push(r)}else t[i]=r})),t):Object.keys(r).reduce((function(t,i){var a=r[i];return n.call(t,i)?t[i]=e(t[i],a,o):t[i]=a,t}),a)}}},function(e,t,r){var o=r(160),n=r(601),i=r(602),a=o?o.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?n(e):i(e)}},function(e,t,r){var o=r(611),n=r(616);e.exports=function(e,t){var r=n(e,t);return o(r)?r:void 0}},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},function(e,t,r){"use strict";var o=r(162),n=Object.prototype.hasOwnProperty,i=Array.isArray,a=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),s=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},o=0;o<e.length;++o)void 0!==e[o]&&(r[o]=e[o]);return r};e.exports={arrayToObject:s,assign:function(e,t){return Object.keys(t).reduce((function(e,r){return e[r]=t[r],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],o=0;o<t.length;++o)for(var n=t[o],a=n.obj[n.prop],s=Object.keys(a),l=0;l<s.length;++l){var c=s[l],u=a[c];"object"==typeof u&&null!==u&&-1===r.indexOf(u)&&(t.push({obj:a,prop:c}),r.push(u))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(i(r)){for(var o=[],n=0;n<r.length;++n)void 0!==r[n]&&o.push(r[n]);t.obj[t.prop]=o}}}(t),e},decode:function(e,t,r){var o=e.replace(/\+/g," ");if("iso-8859-1"===r)return o.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(o)}catch(e){return o}},encode:function(e,t,r,n,i){if(0===e.length)return e;var s=e;if("symbol"==typeof e?s=Symbol.prototype.toString.call(e):"string"!=typeof e&&(s=String(e)),"iso-8859-1"===r)return escape(s).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var l="",c=0;c<s.length;++c){var u=s.charCodeAt(c);45===u||46===u||95===u||126===u||u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122||i===o.RFC1738&&(40===u||41===u)?l+=s.charAt(c):u<128?l+=a[u]:u<2048?l+=a[192|u>>6]+a[128|63&u]:u<55296||u>=57344?l+=a[224|u>>12]+a[128|u>>6&63]+a[128|63&u]:(c+=1,u=65536+((1023&u)<<10|1023&s.charCodeAt(c)),l+=a[240|u>>18]+a[128|u>>12&63]+a[128|u>>6&63]+a[128|63&u])}return l},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(i(e)){for(var r=[],o=0;o<e.length;o+=1)r.push(t(e[o]));return r}return t(e)},merge:function e(t,r,o){if(!r)return t;if("object"!=typeof r){if(i(t))t.push(r);else{if(!t||"object"!=typeof t)return[t,r];(o&&(o.plainObjects||o.allowPrototypes)||!n.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(r);var a=t;return i(t)&&!i(r)&&(a=s(t,o)),i(t)&&i(r)?(r.forEach((function(r,i){if(n.call(t,i)){var a=t[i];a&&"object"==typeof a&&r&&"object"==typeof r?t[i]=e(a,r,o):t.push(r)}else t[i]=r})),t):Object.keys(r).reduce((function(t,i){var a=r[i];return n.call(t,i)?t[i]=e(t[i],a,o):t[i]=a,t}),a)}}},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const n=o(r(238)),i=o(r(256)),a=o(r(269)),s=o(r(271)),l=o(r(164)),c=r(273),u=r(25),d=r(275);e.exports=class{constructor(e){this.options={skipBotDetection:!1,versionTruncation:1},this.parse=e=>{var t,r,o,n,i,s,c,m,g,h,p,f,x,v;const y={client:this.clientParser.parse(e),os:this.operatingSystemParser.parse(e),device:this.deviceParser.parse(e),bot:this.options.skipBotDetection?null:this.botParser.parse(e)},S=null===(t=y.os)||void 0===t?void 0:t.name,b=null===(r=y.os)||void 0===r?void 0:r.version,A=a.default.getOsFamily(S||"");if(!(null===(o=y.device)||void 0===o?void 0:o.brand)){const t=this.vendorFragmentParser.parse(e);t&&(y.device||(y.device=this.createDeviceObject()),y.device.brand=t)}return!(null===(n=y.device)||void 0===n?void 0:n.brand)&&["Apple TV","iOS","Mac"].includes(S||"")&&(y.device||(y.device=this.createDeviceObject()),y.device.brand="Apple"),(null===(i=y.device)||void 0===i?void 0:i.type)||"Android"!==A||"Chrome"!==l.default.getBrowserFamily((null===(s=y.client)||void 0===s?void 0:s.name)||"")||(u.userAgentParser("Chrome/[.0-9]* Mobile",e)?(y.device||(y.device=this.createDeviceObject()),y.device.type="smartphone"):u.userAgentParser("Chrome/[.0-9]* (?!Mobile)",e)&&(y.device||(y.device=this.createDeviceObject()),y.device.type="tablet")),(!(null===(c=y.device)||void 0===c?void 0:c.type)&&this.hasAndroidTabletFragment(e)||u.userAgentParser("Opera Tablet",e))&&(y.device||(y.device=this.createDeviceObject()),y.device.type="tablet"),!(null===(m=y.device)||void 0===m?void 0:m.type)&&this.hasAndroidMobileFragment(e)&&(y.device||(y.device=this.createDeviceObject()),y.device.type="smartphone"),(null===(g=y.device)||void 0===g?void 0:g.type)||"Android"!==S||""===b||(-1===d.versionCompare(b,"2.0")?(y.device||(y.device=this.createDeviceObject()),y.device.type="smartphone"):d.versionCompare(b,"3.0")>=0&&-1===d.versionCompare(b,"4.0")&&(y.device||(y.device=this.createDeviceObject()),y.device.type="tablet")),"feature phone"===(null===(h=y.device)||void 0===h?void 0:h.type)&&"Android"===A&&(y.device.type="smartphone"),!(null===(p=y.device)||void 0===p?void 0:p.type)&&this.isToucheEnabled(e)&&("Windows RT"===S||"Windows"===S&&d.versionCompare(b,"8.0")>=0)&&(y.device||(y.device=this.createDeviceObject()),y.device.type="tablet"),u.userAgentParser("Opera TV Store",e)&&(y.device||(y.device=this.createDeviceObject()),y.device.type="television"),!(null===(f=y.device)||void 0===f?void 0:f.type)&&["Kylo","Espial TV Browser"].includes((null===(x=y.client)||void 0===x?void 0:x.name)||"")&&(y.device||(y.device=this.createDeviceObject()),y.device.type="television"),!(null===(v=y.device)||void 0===v?void 0:v.type)&&this.isDesktop(y,A)&&(y.device||(y.device=this.createDeviceObject()),y.device.type="desktop"),y},this.hasAndroidMobileFragment=e=>u.userAgentParser("Android( [.0-9]+)?; Mobile;",e),this.hasAndroidTabletFragment=e=>u.userAgentParser("Android( [.0-9]+)?; Tablet;",e),this.isDesktop=(e,t)=>!!e.os&&(!this.usesMobileBrowser(e.client)&&a.default.getDesktopOsArray().includes(t)),this.usesMobileBrowser=e=>{var t,r;return!!e&&("browser"===(null===(t=e)||void 0===t?void 0:t.type)&&l.default.isMobileOnlyBrowser(null===(r=e)||void 0===r?void 0:r.name))},this.isToucheEnabled=e=>u.userAgentParser("Touch",e),this.createDeviceObject=()=>({type:"",brand:"",model:""}),this.options=Object.assign(Object.assign({},this.options),e),this.clientParser=new n.default(this.options),this.deviceParser=new i.default,this.operatingSystemParser=new a.default(this.options),this.vendorFragmentParser=new s.default,this.botParser=new c}}},function(e,t,r){"use strict";t.a=function(e){var t=this.constructor;return this.then((function(r){return t.resolve(e()).then((function(){return r}))}),(function(r){return t.resolve(e()).then((function(){return t.reject(r)}))}))}},function(e,t,r){"use strict";t.a=function(e){return new this((function(t,r){if(!e||void 0===e.length)return r(new TypeError(typeof e+" "+e+" is not iterable(cannot read property Symbol(Symbol.iterator))"));var o=Array.prototype.slice.call(e);if(0===o.length)return t([]);var n=o.length;function i(e,r){if(r&&("object"==typeof r||"function"==typeof r)){var a=r.then;if("function"==typeof a)return void a.call(r,(function(t){i(e,t)}),(function(r){o[e]={status:"rejected",reason:r},0==--n&&t(o)}))}o[e]={status:"fulfilled",value:r},0==--n&&t(o)}for(var a=0;a<o.length;a++)i(a,o[a])}))}},function(e,t,r){var o,n,i;!function(a,s){"use strict";n=[r(278)],void 0===(i="function"==typeof(o=function(e){var t=/(^|@)\S+:\d+/,r=/^\s*at .*(\S+:\d+|\(native\))/m,o=/^(eval@)?(\[native code])?$/;return{parse:function(e){if(void 0!==e.stacktrace||void 0!==e["opera#sourceloc"])return this.parseOpera(e);if(e.stack&&e.stack.match(r))return this.parseV8OrIE(e);if(e.stack)return this.parseFFOrSafari(e);throw new Error("Cannot parse given Error object")},extractLocation:function(e){if(-1===e.indexOf(":"))return[e];var t=/(.+?)(?::(\d+))?(?::(\d+))?$/.exec(e.replace(/[()]/g,""));return[t[1],t[2]||void 0,t[3]||void 0]},parseV8OrIE:function(t){return t.stack.split("\n").filter((function(e){return!!e.match(r)}),this).map((function(t){t.indexOf("(eval ")>-1&&(t=t.replace(/eval code/g,"eval").replace(/(\(eval at [^()]*)|(,.*$)/g,""));var r=t.replace(/^\s+/,"").replace(/\(eval code/g,"(").replace(/^.*?\s+/,""),o=r.match(/ (\(.+\)$)/);r=o?r.replace(o[0],""):r;var n=this.extractLocation(o?o[1]:r),i=o&&r||void 0,a=["eval","<anonymous>"].indexOf(n[0])>-1?void 0:n[0];return new e({functionName:i,fileName:a,lineNumber:n[1],columnNumber:n[2],source:t})}),this)},parseFFOrSafari:function(t){return t.stack.split("\n").filter((function(e){return!e.match(o)}),this).map((function(t){if(t.indexOf(" > eval")>-1&&(t=t.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,":$1")),-1===t.indexOf("@")&&-1===t.indexOf(":"))return new e({functionName:t});var r=/((.*".+"[^@]*)?[^@]*)(?:@)/,o=t.match(r),n=o&&o[1]?o[1]:void 0,i=this.extractLocation(t.replace(r,""));return new e({functionName:n,fileName:i[0],lineNumber:i[1],columnNumber:i[2],source:t})}),this)},parseOpera:function(e){return!e.stacktrace||e.message.indexOf("\n")>-1&&e.message.split("\n").length>e.stacktrace.split("\n").length?this.parseOpera9(e):e.stack?this.parseOpera11(e):this.parseOpera10(e)},parseOpera9:function(t){for(var r=/Line (\d+).*script (?:in )?(\S+)/i,o=t.message.split("\n"),n=[],i=2,a=o.length;i<a;i+=2){var s=r.exec(o[i]);s&&n.push(new e({fileName:s[2],lineNumber:s[1],source:o[i]}))}return n},parseOpera10:function(t){for(var r=/Line (\d+).*script (?:in )?(\S+)(?:: In function (\S+))?$/i,o=t.stacktrace.split("\n"),n=[],i=0,a=o.length;i<a;i+=2){var s=r.exec(o[i]);s&&n.push(new e({functionName:s[3]||void 0,fileName:s[2],lineNumber:s[1],source:o[i]}))}return n},parseOpera11:function(r){return r.stack.split("\n").filter((function(e){return!!e.match(t)&&!e.match(/^Error created at/)}),this).map((function(t){var r,o=t.split("@"),n=this.extractLocation(o.pop()),i=o.shift()||"",a=i.replace(/<anonymous function(: (\w+))?>/,"$2").replace(/\([^)]*\)/g,"")||void 0;i.match(/\(([^)]*)\)/)&&(r=i.replace(/^[^(]+\(([^)]*)\)$/,"$1"));var s=void 0===r||"[arguments not available]"===r?void 0:r.split(",");return new e({functionName:a,args:s,fileName:n[0],lineNumber:n[1],columnNumber:n[2],source:t})}),this)}}})?o.apply(t,n):o)||(e.exports=i)}()},function(e,t){var r="undefined"!=typeof self?self:this,o=function(){function e(){this.fetch=!1,this.DOMException=r.DOMException}return e.prototype=r,new e}();!function(e){!function(t){var r="URLSearchParams"in e,o="Symbol"in e&&"iterator"in Symbol,n="FileReader"in e&&"Blob"in e&&function(){try{return new Blob,!0}catch(e){return!1}}(),i="FormData"in e,a="ArrayBuffer"in e;if(a)var s=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],l=ArrayBuffer.isView||function(e){return e&&s.indexOf(Object.prototype.toString.call(e))>-1};function c(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(e))throw new TypeError("Invalid character in header field name");return e.toLowerCase()}function u(e){return"string"!=typeof e&&(e=String(e)),e}function d(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return o&&(t[Symbol.iterator]=function(){return t}),t}function m(e){this.map={},e instanceof m?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function g(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function h(e){return new Promise((function(t,r){e.onload=function(){t(e.result)},e.onerror=function(){r(e.error)}}))}function p(e){var t=new FileReader,r=h(t);return t.readAsArrayBuffer(e),r}function f(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function x(){return this.bodyUsed=!1,this._initBody=function(e){var t;this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:n&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:i&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:r&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():a&&n&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=f(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a&&(ArrayBuffer.prototype.isPrototypeOf(e)||l(e))?this._bodyArrayBuffer=f(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):r&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},n&&(this.blob=function(){var e=g(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?g(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(p)}),this.text=function(){var e,t,r,o=g(this);if(o)return o;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,r=h(t),t.readAsText(e),r;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),r=new Array(t.length),o=0;o<t.length;o++)r[o]=String.fromCharCode(t[o]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},i&&(this.formData=function(){return this.text().then(S)}),this.json=function(){return this.text().then(JSON.parse)},this}m.prototype.append=function(e,t){e=c(e),t=u(t);var r=this.map[e];this.map[e]=r?r+", "+t:t},m.prototype.delete=function(e){delete this.map[c(e)]},m.prototype.get=function(e){return e=c(e),this.has(e)?this.map[e]:null},m.prototype.has=function(e){return this.map.hasOwnProperty(c(e))},m.prototype.set=function(e,t){this.map[c(e)]=u(t)},m.prototype.forEach=function(e,t){for(var r in this.map)this.map.hasOwnProperty(r)&&e.call(t,this.map[r],r,this)},m.prototype.keys=function(){var e=[];return this.forEach((function(t,r){e.push(r)})),d(e)},m.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),d(e)},m.prototype.entries=function(){var e=[];return this.forEach((function(t,r){e.push([r,t])})),d(e)},o&&(m.prototype[Symbol.iterator]=m.prototype.entries);var v=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function y(e,t){var r,o,n=(t=t||{}).body;if(e instanceof y){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new m(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,n||null==e._bodyInit||(n=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new m(t.headers)),this.method=(r=t.method||this.method||"GET",o=r.toUpperCase(),v.indexOf(o)>-1?o:r),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&n)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(n)}function S(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var r=e.split("="),o=r.shift().replace(/\+/g," "),n=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(o),decodeURIComponent(n))}})),t}function b(e,t){t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new m(t.headers),this.url=t.url||"",this._initBody(e)}y.prototype.clone=function(){return new y(this,{body:this._bodyInit})},x.call(y.prototype),x.call(b.prototype),b.prototype.clone=function(){return new b(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new m(this.headers),url:this.url})},b.error=function(){var e=new b(null,{status:0,statusText:""});return e.type="error",e};var A=[301,302,303,307,308];b.redirect=function(e,t){if(-1===A.indexOf(t))throw new RangeError("Invalid status code");return new b(null,{status:t,headers:{location:e}})},t.DOMException=e.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e,this.name=t;var r=Error(e);this.stack=r.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function w(e,r){return new Promise((function(o,i){var a=new y(e,r);if(a.signal&&a.signal.aborted)return i(new t.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function l(){s.abort()}s.onload=function(){var e,t,r={status:s.status,statusText:s.statusText,headers:(e=s.getAllResponseHeaders()||"",t=new m,e.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(e){var r=e.split(":"),o=r.shift().trim();if(o){var n=r.join(":").trim();t.append(o,n)}})),t)};r.url="responseURL"in s?s.responseURL:r.headers.get("X-Request-URL");var n="response"in s?s.response:s.responseText;o(new b(n,r))},s.onerror=function(){i(new TypeError("Network request failed"))},s.ontimeout=function(){i(new TypeError("Network request failed"))},s.onabort=function(){i(new t.DOMException("Aborted","AbortError"))},s.open(a.method,a.url,!0),"include"===a.credentials?s.withCredentials=!0:"omit"===a.credentials&&(s.withCredentials=!1),"responseType"in s&&n&&(s.responseType="blob"),a.headers.forEach((function(e,t){s.setRequestHeader(t,e)})),a.signal&&(a.signal.addEventListener("abort",l),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",l)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}w.polyfill=!0,e.fetch||(e.fetch=w,e.Headers=m,e.Request=y,e.Response=b),t.Headers=m,t.Request=y,t.Response=b,t.fetch=w,Object.defineProperty(t,"__esModule",{value:!0})}({})}(o),o.fetch.ponyfill=!0,delete o.fetch.polyfill;var n=o;(t=n.fetch).default=n.fetch,t.fetch=n.fetch,t.Headers=n.Headers,t.Request=n.Request,t.Response=n.Response,e.exports=t},function(e,t,r){(function(t){e.exports=function(e){var t={};function r(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=e,r.c=t,r.d=function(e,t,o){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(r.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(o,n,function(t){return e[t]}.bind(null,n));return o},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=11)}([function(e,t){function r(t){return e.exports=r=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},r(t)}e.exports=r},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}},function(e,t,r){var o=r(6);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&o(e,t)}},function(e,t,r){var o=r(12),n=r(5);e.exports=function(e,t){return!t||"object"!==o(t)&&"function"!=typeof t?n(e):t}},function(e,t){function r(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}e.exports=function(e,t,o){return t&&r(e.prototype,t),o&&r(e,o),e}},function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}},function(e,t){function r(t,o){return e.exports=r=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},r(t,o)}e.exports=r},function(e,t){e.exports=r(163)},function(e,t){e.exports=r(584)},function(e,t,r){var o=r(0),n=r(6),i=r(13),a=r(14);function s(t){var r="function"==typeof Map?new Map:void 0;return e.exports=s=function(e){if(null===e||!i(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==r){if(r.has(e))return r.get(e);r.set(e,t)}function t(){return a(e,arguments,o(this).constructor)}return t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),n(t,e)},s(t)}e.exports=s},function(e,t){e.exports=r(596)},function(e,t,r){e.exports=r(16)},function(e,t){function r(t){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?e.exports=r=function(e){return typeof e}:e.exports=r=function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(t)}e.exports=r},function(e,t){e.exports=function(e){return-1!==Function.toString.call(e).indexOf("[native code]")}},function(e,t,r){var o=r(6),n=r(15);function i(t,r,a){return n()?e.exports=i=Reflect.construct:e.exports=i=function(e,t,r){var n=[null];n.push.apply(n,t);var i=new(Function.bind.apply(e,n));return r&&o(i,r.prototype),i},i.apply(null,arguments)}e.exports=i},function(e,t){e.exports=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}},function(e,t,r){"use strict";r.r(t),r.d(t,"Client",(function(){return z})),r.d(t,"Http",(function(){return C})),r.d(t,"Result",(function(){return B})),r.d(t,"errors",(function(){return o})),r.d(t,"makeClient",(function(){return Z})),r.d(t,"endpoints",(function(){return i})),r.d(t,"routes",(function(){return n}));var o={};r.r(o),r.d(o,"BasicSpreeError",(function(){return T})),r.d(o,"ExpandedSpreeError",(function(){return _})),r.d(o,"MisconfigurationError",(function(){return E})),r.d(o,"NoResponseError",(function(){return L})),r.d(o,"SpreeError",(function(){return w})),r.d(o,"SpreeSDKError",(function(){return A}));var n={};r.r(n),r.d(n,"storefrontPath",(function(){return N})),r.d(n,"Routes",(function(){return G}));var i={};r.r(i),r.d(i,"Account",(function(){return I})),r.d(i,"Authentication",(function(){return F})),r.d(i,"Cart",(function(){return $})),r.d(i,"Checkout",(function(){return U})),r.d(i,"Countries",(function(){return H})),r.d(i,"Order",(function(){return j})),r.d(i,"Products",(function(){return K})),r.d(i,"Taxons",(function(){return Q}));var a=r(1),s=r.n(a),l=r(4),c=r.n(l),u=r(2),d=r.n(u),m=r(3),g=r.n(m),h=r(0),p=r.n(h),f=r(7),x=r.n(f),v=r(8),y=r(5),S=r.n(y),b=r(9);let A=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(e){var o;return s()(this,r),o=t.call(this,e),Object.setPrototypeOf(S()(o),r.prototype),o}return r}(r.n(b)()(Error)),w=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(e){var o;s()(this,r),o=t.call(this,`Spree returned a HTTP ${e.status} error code`),Object.setPrototypeOf(S()(o),r.prototype),o.name="SpreeError";const n=Object.assign({},e);return Object.defineProperties(n,{config:{enumerable:!1},data:{enumerable:!1},headers:{enumerable:!1},request:{enumerable:!1}}),o.serverResponse=n,o}return r}(A);var T=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(e,o){var n;return s()(this,r),n=t.call(this,e),Object.setPrototypeOf(S()(n),r.prototype),n.name="BasicSpreeError",n.summary=o,n}return r}(w),P=r(10),M=r.n(P);let _=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(e,o,n){var i;return s()(this,r),i=t.call(this,e,o),Object.setPrototypeOf(S()(i),r.prototype),i.name="ExpandedSpreeError",i.errors=Object.keys(n).reduce((e,t)=>{const r=t.split(".");let o=r.shift(),i=e;for(;o;)i[o]||(0===r.length?i[o]=n[t]:i[o]={}),i=i[o],o=r.shift();return e},{}),i}return c()(r,[{key:"getErrors",value:function(e){return M()(this.errors,e,null)}}]),r}(T),E=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(e){var o;return s()(this,r),o=t.call(this,"Incorrect request setup: "+e),Object.setPrototypeOf(S()(o),r.prototype),o.name="MisconfigurationError",o}return r}(A),L=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(){var e;return s()(this,r),e=t.call(this,"No response received from Spree"),Object.setPrototypeOf(S()(e),r.prototype),e.name="NoResponseError",e}return r}(A);var O,B={success:e=>(e=>({isSuccess:()=>!0,isFail:()=>!1,success:()=>e,fail:()=>{throw new Error("Cannot call fail() on success.")}}))(e),fail:e=>(e=>({isSuccess:()=>!1,isFail:()=>!0,success:()=>{throw new Error("Cannot call success() on fail.")},fail:()=>e}))(e)};!function(e){e[e.BASIC=0]="BASIC",e[e.FULL=1]="FULL",e[e.LIMITED=2]="LIMITED"}(O||(O={}));let C=function(){function e(t){s()(this,e),this.host=t||{}.SPREE_HOST||"http://localhost:3000/",this.axios=x.a.create({baseURL:this.host,headers:{"Content-Type":"application/json"},paramsSerializer:e=>v.stringify(e,{arrayFormat:"brackets"})})}return c()(e,[{key:"spreeResponse",value:function(e,t,r={},o={}){return function(e,t,r,o){return new(r||(r=Promise))((function(n,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}l((o=o.apply(e,t||[])).next())}))}(this,void 0,void 0,(function*(){try{const n=this.spreeOrderHeaders(r),i={url:t,params:o,method:e,headers:n},a=yield this.axios(i);return B.success(a.data)}catch(e){return B.fail(this.processError(e))}}))}},{key:"classifyError",value:function(e){const{error:t,errors:r}=e.response.data;return"string"==typeof t?"object"==typeof r?O.FULL:O.BASIC:O.LIMITED}},{key:"processError",value:function(e){return e.response?this.processSpreeError(e):e.request?new L:new E(e.message)}},{key:"processSpreeError",value:function(e){const{error:t,errors:r}=e.response.data,o=this.classifyError(e);return o===O.FULL?new _(e.response,t,r):o===O.BASIC?new T(e.response,t):new w(e.response)}},{key:"spreeOrderHeaders",value:function(e){const t={};return e.orderToken&&(t["X-Spree-Order-Token"]=e.orderToken),e.bearerToken&&(t.Authorization="Bearer "+e.bearerToken),t}}]),e}();const N="api/v2/storefront",G={productsPath:()=>N+"/products",productPath:e=>`${N}/products/${e}`,taxonsPath:()=>N+"/taxons",taxonPath:e=>`${N}/taxons/${e}`,countriesPath:()=>N+"/countries",countryPath:e=>`${N}/countries/${e}`,cartPath:()=>N+"/cart",cartAddItemPath:()=>N+"/cart/add_item",cartRemoveItemPath:e=>`${N}/cart/remove_line_item/${e}`,cartEmptyPath:()=>N+"/cart/empty",cartSetItemQuantity:()=>N+"/cart/set_quantity",cartApplyCodePath:()=>N+"/cart/apply_coupon_code",cartRemoveCodePath:e=>`${N}/cart/remove_coupon_code/${e}`,cartEstimateShippingMethodsPath:()=>N+"/cart/estimate_shipping_rates",checkoutPath:()=>N+"/checkout",checkoutNextPath:()=>N+"/checkout/next",checkoutAdvancePath:()=>N+"/checkout/advance",checkoutCompletePath:()=>N+"/checkout/complete",checkoutAddStoreCreditsPath:()=>N+"/checkout/add_store_credit",checkoutRemoveStoreCreditsPath:()=>N+"/checkout/remove_store_credit",checkoutPaymentMethodsPath:()=>N+"/checkout/payment_methods",checkoutShippingMethodsPath:()=>N+"/checkout/shipping_rates",oauthTokenPath:()=>"spree_oauth/token",accountPath:()=>N+"/account",accountAddressPath:e=>`${N}/account/addresses/${e}`,accountAddressesPath:()=>N+"/account/addresses",accountConfirmPath:e=>`${N}/account_confirmations/${e}`,accountCreditCardsPath:()=>N+"/account/credit_cards",accountDefaultCreditCardPath:()=>N+"/account/credit_cards/default",accountCompletedOrdersPath:()=>N+"/account/orders",accountCompletedOrderPath:e=>`${N}/account/orders/${e}`,orderStatusPath:e=>`${N}/order_status/${e}`};var R=function(e,t,r,o){return new(r||(r=Promise))((function(n,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}l((o=o.apply(e,t||[])).next())}))};let I=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(){return s()(this,r),t.apply(this,arguments)}return c()(r,[{key:"accountInfo",value:function(e,t={}){return R(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.accountPath(),e,t)}))}},{key:"creditCardsList",value:function(e,t={}){return R(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.accountCreditCardsPath(),e,t)}))}},{key:"defaultCreditCard",value:function(e,t={}){return R(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.accountDefaultCreditCardPath(),e,t)}))}},{key:"completedOrdersList",value:function(e,t={}){return R(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.accountCompletedOrdersPath(),e,t)}))}},{key:"completedOrder",value:function(e,t,r={}){return R(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.accountCompletedOrderPath(t),e,r)}))}},{key:"create",value:function(e){return R(this,void 0,void 0,(function*(){return yield this.spreeResponse("post",G.accountPath(),{},e)}))}},{key:"confirm",value:function(e){return R(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.accountConfirmPath(e))}))}},{key:"update",value:function(e,t){return R(this,void 0,void 0,(function*(){return yield this.spreeResponse("patch",G.accountPath(),e,t)}))}},{key:"addressesList",value:function(e){return R(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.accountAddressesPath(),e)}))}},{key:"createAddress",value:function(e,t){return R(this,void 0,void 0,(function*(){return yield this.spreeResponse("post",G.accountAddressesPath(),e,t)}))}},{key:"updateAddress",value:function(e,t,r){return R(this,void 0,void 0,(function*(){return yield this.spreeResponse("patch",G.accountAddressPath(t),e,r)}))}}]),r}(C);var k=function(e,t,r,o){return new(r||(r=Promise))((function(n,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}l((o=o.apply(e,t||[])).next())}))};let F=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(){return s()(this,r),t.apply(this,arguments)}return c()(r,[{key:"getToken",value:function(e){return k(this,void 0,void 0,(function*(){return yield this.spreeResponse("post",G.oauthTokenPath(),{},(({username:e,password:t})=>({username:e,password:t,grant_type:"password"}))(e))}))}},{key:"refreshToken",value:function(e){return k(this,void 0,void 0,(function*(){return yield this.spreeResponse("post",G.oauthTokenPath(),{},(({refresh_token:e})=>({refresh_token:e,grant_type:"refresh_token"}))(e))}))}}]),r}(C);var D=function(e,t,r,o){return new(r||(r=Promise))((function(n,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}l((o=o.apply(e,t||[])).next())}))};let $=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(){return s()(this,r),t.apply(this,arguments)}return c()(r,[{key:"show",value:function(e,t={}){return D(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.cartPath(),e,t)}))}},{key:"create",value:function(e,t={}){return D(this,void 0,void 0,(function*(){return yield this.spreeResponse("post",G.cartPath(),e,t)}))}},{key:"addItem",value:function(e,t){return D(this,void 0,void 0,(function*(){return yield this.spreeResponse("post",G.cartAddItemPath(),e,t)}))}},{key:"removeItem",value:function(e,t,r={}){return D(this,void 0,void 0,(function*(){return yield this.spreeResponse("delete",G.cartRemoveItemPath(t),e,r)}))}},{key:"emptyCart",value:function(e,t={}){return D(this,void 0,void 0,(function*(){return yield this.spreeResponse("patch",G.cartEmptyPath(),e,t)}))}},{key:"setQuantity",value:function(e,t){return D(this,void 0,void 0,(function*(){return yield this.spreeResponse("patch",G.cartSetItemQuantity(),e,t)}))}},{key:"applyCouponCode",value:function(e,t){return D(this,void 0,void 0,(function*(){return yield this.spreeResponse("patch",G.cartApplyCodePath(),e,t)}))}},{key:"removeCouponCode",value:function(e,t=null,r={}){return D(this,void 0,void 0,(function*(){let o="";return o=null!==t?G.cartRemoveCodePath(t):G.cartRemoveCodePath(""),yield this.spreeResponse("delete",o,e,r)}))}},{key:"estimateShippingMethods",value:function(e,t){return D(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.cartEstimateShippingMethodsPath(),e,t)}))}}]),r}(C);var X=function(e,t,r,o){return new(r||(r=Promise))((function(n,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}l((o=o.apply(e,t||[])).next())}))};let U=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(){return s()(this,r),t.apply(this,arguments)}return c()(r,[{key:"orderNext",value:function(e,t={}){return X(this,void 0,void 0,(function*(){return yield this.spreeResponse("patch",G.checkoutNextPath(),e,t)}))}},{key:"orderUpdate",value:function(e,t){return X(this,void 0,void 0,(function*(){return yield this.spreeResponse("patch",G.checkoutPath(),e,t)}))}},{key:"advance",value:function(e,t={}){return X(this,void 0,void 0,(function*(){return yield this.spreeResponse("patch",G.checkoutAdvancePath(),e,t)}))}},{key:"complete",value:function(e,t={}){return X(this,void 0,void 0,(function*(){return yield this.spreeResponse("patch",G.checkoutCompletePath(),e,t)}))}},{key:"addStoreCredits",value:function(e,t){return X(this,void 0,void 0,(function*(){return yield this.spreeResponse("post",G.checkoutAddStoreCreditsPath(),e,t)}))}},{key:"removeStoreCredits",value:function(e,t={}){return X(this,void 0,void 0,(function*(){return yield this.spreeResponse("post",G.checkoutRemoveStoreCreditsPath(),e,t)}))}},{key:"paymentMethods",value:function(e){return X(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.checkoutPaymentMethodsPath(),e)}))}},{key:"shippingMethods",value:function(e,t={}){return X(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.checkoutShippingMethodsPath(),e,t)}))}}]),r}(C);var V=function(e,t,r,o){return new(r||(r=Promise))((function(n,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}l((o=o.apply(e,t||[])).next())}))};let H=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(){return s()(this,r),t.apply(this,arguments)}return c()(r,[{key:"list",value:function(){return V(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.countriesPath())}))}},{key:"show",value:function(e,t={}){return V(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.countryPath(e),{},t)}))}}]),r}(C),j=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(){return s()(this,r),t.apply(this,arguments)}return c()(r,[{key:"status",value:function(e,t,r={}){return function(e,t,r,o){return new(r||(r=Promise))((function(n,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}l((o=o.apply(e,t||[])).next())}))}(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.orderStatusPath(t),e,r)}))}}]),r}(C);var W=function(e,t,r,o){return new(r||(r=Promise))((function(n,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}l((o=o.apply(e,t||[])).next())}))};let K=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(){return s()(this,r),t.apply(this,arguments)}return c()(r,[{key:"list",value:function(e={}){return W(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.productsPath(),{},e)}))}},{key:"show",value:function(e,t={}){return W(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.productPath(e),{},t)}))}}]),r}(C);var Y=function(e,t,r,o){return new(r||(r=Promise))((function(n,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}l((o=o.apply(e,t||[])).next())}))};let Q=function(e){d()(r,e);var t=function(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p()(e);if(t){var n=p()(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g()(this,r)}}(r);function r(){return s()(this,r),t.apply(this,arguments)}return c()(r,[{key:"list",value:function(e={}){return Y(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.taxonsPath(),{},e)}))}},{key:"show",value:function(e,t={}){return Y(this,void 0,void 0,(function*(){return yield this.spreeResponse("get",G.taxonPath(e),{},t)}))}}]),r}(C);var z=function(){function e(t={}){s()(this,e),this.host=t.host||null,this.addEndpoints()}return c()(e,[{key:"addEndpoints",value:function(){this.account=this.makeAccount(),this.authentication=this.makeAuthentication(),this.cart=this.makeCart(),this.checkout=this.makeCheckout(),this.countries=this.makeCountries(),this.order=this.makeOrder(),this.products=this.makeProducts(),this.taxons=this.makeTaxons()}},{key:"makeAccount",value:function(){return new I(this.host)}},{key:"makeAuthentication",value:function(){return new F(this.host)}},{key:"makeCart",value:function(){return new $(this.host)}},{key:"makeCheckout",value:function(){return new U(this.host)}},{key:"makeCountries",value:function(){return new H(this.host)}},{key:"makeOrder",value:function(){return new j(this.host)}},{key:"makeProducts",value:function(){return new K(this.host)}},{key:"makeTaxons",value:function(){return new Q(this.host)}}]),e}();const Z=(e={})=>new z(e)}])}).call(this,r(76))},function(e,t,r){"use strict";var o=r(638),n=r(639),i=r(162);e.exports={formats:i,parse:n,stringify:o}},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(164)),i=o(r(246)),a=o(r(248)),s=o(r(250)),l=o(r(252)),c=o(r(254)),u=[a.default,i.default,l.default,c.default,n.default,s.default];t.default=class{constructor(e){this.options={versionTruncation:1},this.parse=e=>{for(const t of u){const r=new t(this.options).parse(e);if(""!==r.type)return r}return null},this.options=Object.assign(Object.assign({},this.options),e)}}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.trim=(e,t)=>e.replace(new RegExp("^["+t+"]+|["+t+"]+$","g"),"")},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.memoryCache=()=>{const e={};return{set:(t,r)=>{e[t]=r},get:t=>{if(e.hasOwnProperty(t))return e[t]}}}},function(e){e.exports=JSON.parse('[{"regex":"SEB/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Safe Exam Browser","version":"$1"},{"regex":"Colibri/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Colibri","version":"$1"},{"regex":"Xvast/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Xvast","version":"$1"},{"regex":"TungstenBrowser/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Tungsten","version":"$1"},{"regex":"Lulumi-browser/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Lulumi","version":"$1"},{"regex":"ybrowser/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Yahoo! Japan Browser","version":"$1"},{"regex":"iLunascapeLite/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Lunascape Lite","version":"$1"},{"regex":"Polypane/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Polypane","version":"$1"},{"regex":"OhHaiBrowser/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"OhHai Browser","version":"$1"},{"regex":"Sizzy/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Sizzy","version":"$1"},{"regex":"GlassBrowser/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Glass Browser","version":"$1"},{"regex":"ToGate/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"ToGate","version":"$1"},{"regex":"AirWatch Browser v(?:(\\\\d+[\\\\.\\\\d]+))?","name":"VMware AirWatch","version":"$1"},{"regex":"ADG/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"AOL Desktop","version":"$1"},{"regex":"Elements Browser/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Elements Browser","version":"$1"},{"regex":"Light/(\\\\d+[\\\\.\\\\d]+)","name":"Light","version":"$1"},{"regex":"Valve Steam GameOverlay/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Steam In-Game Overlay","version":"$1"},{"regex":"115Browser/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"115 Browser","version":"$1"},{"regex":"Atom/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Atom","version":"$1"},{"regex":"Mobile VR.+Firefox","name":"Firefox Reality","version":""},{"regex":"AVG(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"AVG Secure Browser","version":"$1"},{"regex":"Start/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"START Internet Browser","version":"$1"},{"regex":"Lovense(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Lovense Browser","version":"$1"},{"regex":"com.airfind.deltabrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Delta Browser","version":"$1"},{"regex":"(?:Ordissimo|webissimo3)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Ordissimo","version":"$1"},{"regex":"CCleaner(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"CCleaner","version":"$1"},{"regex":"AlohaLite(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Aloha Browser Lite","version":"$1"},{"regex":"TaoBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Tao Browser","version":"$1"},{"regex":"Falkon(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Falkon","version":"$1"},{"regex":"mCent(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"mCent","version":"$1"},{"regex":"SalamWeb(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"SalamWeb","version":"$1"},{"regex":"BlackHawk(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"BlackHawk","version":"$1"},{"regex":"Minimo(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Minimo","version":"$1"},{"regex":"WIB(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Wear Internet Browser","version":"$1"},{"regex":"Origyn Web Browser","name":"Origyn Web Browser","version":""},{"regex":"Kinza(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Kinza","version":"$1"},{"regex":"Beamrise(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Beamrise","version":"$1"},{"regex":"Faux(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Faux Browser","version":"$1"},{"regex":"splash Version(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Splash","version":"$1"},{"regex":"MZBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Meizu Browser","version":"$1"},{"regex":"COSBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"COS Browser","version":"$1"},{"regex":"Crusta(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Crusta","version":"$1"},{"regex":"Hawk/TurboBrowser(?:/v?(\\\\d+[\\\\.\\\\d]+))?","name":"Hawk Turbo Browser","version":"$1","engine":{"default":"Blink"}},{"regex":"FreeU(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"FreeU","version":"$1","engine":{"default":"Blink"}},{"regex":"NoxBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Nox Browser","version":"$1","engine":{"default":"Blink"}},{"regex":"Basilisk(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Basilisk","version":"$1","engine":{"default":"Goanna"}},{"regex":"SputnikBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Sputnik Browser","version":"$1","engine":{"default":"Blink"}},{"regex":"TNSBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"K.Browser","version":"$1","engine":{"default":"Blink"}},{"regex":"OculusBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Oculus Browser","version":"$1"},{"regex":"JioBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Jio Browser","version":"$1","engine":{"default":"Blink"}},{"regex":"Hola(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"hola! Browser","version":"$1","engine":{"default":"Blink"}},{"regex":"HuaweiBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Huawei Browser","version":"$1"},{"regex":"VivoBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"vivo Browser","version":"$1"},{"regex":"RealmeBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Realme Browser","version":"$1"},{"regex":"Beaker ?Browser(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Beaker Browser","version":"$1","engine":{"default":"Blink"}},{"regex":"QwantMobile(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Qwant Mobile","version":"$1","engine":{"default":"Gecko"}},{"regex":"Qwant/(\\\\d+[\\\\.\\\\d]+)","name":"Qwant Mobile","version":"$1","engine":{"default":"Gecko"}},{"regex":"TenFourFox(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"TenFourFox","version":"$1","engine":{"default":"Gecko"}},{"regex":"AOLShield(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"AOL Shield","version":"$1","engine":{"default":"Gecko"}},{"regex":"Edge[ /](\\\\d+[\\\\.\\\\d]+)","name":"Microsoft Edge","version":"$1","engine":{"default":"Edge"}},{"regex":"EdgiOS[ /](\\\\d+[\\\\.\\\\d]+)","name":"Microsoft Edge","version":"$1","engine":{"default":"WebKit"}},{"regex":"EdgA[ /](\\\\d+[\\\\.\\\\d]+)","name":"Microsoft Edge","version":"$1","engine":{"default":"Blink"}},{"regex":"Edg[ /](\\\\d+[\\\\.\\\\d]+)","name":"Microsoft Edge","version":"$1","engine":{"default":"Blink"}},{"regex":"QIHU 360[ES]E","name":"360 Browser","version":""},{"regex":"360 Aphone Browser(?: \\\\((\\\\d+[\\\\.\\\\d]+)(?:beta)?\\\\))?","name":"360 Phone Browser","version":"$1","engine":{"default":"WebKit"}},{"regex":"SailfishBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Sailfish Browser","version":"$1","engine":{"default":"Gecko"}},{"regex":"IceCat(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"IceCat","version":"$1","engine":{"default":"Gecko"}},{"regex":"Mobicip","name":"Mobicip","version":"","engine":{"default":"Gecko"}},{"regex":"Camino(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Camino","version":"$1","engine":{"default":"Gecko"}},{"regex":"Waterfox(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Waterfox","version":"$1","engine":{"default":"Gecko"}},{"regex":"AlohaBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Aloha Browser","version":"$1"},{"regex":"(?:Avast|ASW|Safer)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Avast Secure Browser","version":"$1"},{"regex":"Epic(?:/(\\\\d+[\\\\.\\\\d]+))","name":"Epic","version":"$1","engine":{"default":"Gecko"}},{"regex":"Fennec(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Fennec","version":"$1","engine":{"default":"Gecko"}},{"regex":"Firefox.*Tablet browser (\\\\d+[\\\\.\\\\d]+)","name":"MicroB","version":"$1","engine":{"default":"Gecko"}},{"regex":"Maemo Browser(?: (\\\\d+[\\\\.\\\\d]+))?","name":"MicroB","version":"$1","engine":{"default":"Gecko"}},{"regex":"Deepnet Explorer (\\\\d+[\\\\.\\\\d]+)?","name":"Deepnet Explorer","version":"$1"},{"regex":"Avant Browser","name":"Avant Browser","version":"","engine":{"default":""}},{"regex":"OppoBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Oppo Browser","version":"$1"},{"regex":"Chrome/(\\\\d+[\\\\.\\\\d]+).*MRCHROME","name":"Amigo","version":"$1","engine":{"default":"WebKit","versions":{"28":"Blink"}}},{"regex":"AtomicBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Atomic Web Browser","version":"$1"},{"regex":"Bunjalloo(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Bunjalloo","version":"$1"},{"regex":"Brave(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Brave","version":"$1","engine":{"default":"Blink"}},{"regex":"Iridium(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Iridium","version":"$1"},{"regex":"Iceweasel(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Iceweasel","version":"$1","engine":{"default":"Gecko"}},{"regex":"WebPositive","name":"WebPositive","version":"","engine":{"default":"WebKit"}},{"regex":".*Goanna.*PaleMoon(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Pale Moon","version":"$1","engine":{"default":"Goanna"}},{"regex":"PaleMoon(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Pale Moon","version":"$1","engine":{"default":"Gecko"}},{"regex":"CometBird(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"CometBird","version":"$1","engine":{"default":"Gecko"}},{"regex":"IceDragon(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"IceDragon","version":"$1","engine":{"default":"Gecko"}},{"regex":"Flock(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Flock","version":"$1","engine":{"default":"Gecko","versions":{"3":"WebKit"}}},{"regex":"JigBrowserPlus/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Jig Browser Plus","version":"$1"},{"regex":"jig browser(?: web;|9i?)?(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Jig Browser","version":"$1"},{"regex":"Kapiko(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Kapiko","version":"$1","engine":{"default":"Gecko"}},{"regex":"Kylo(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Kylo","version":"$1","engine":{"default":"Gecko"}},{"regex":"Origin/(?:(\\\\d+[\\\\.\\\\d]+))?","name":"Origin In-Game Overlay","version":"$1"},{"regex":"Cunaguaro(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Cunaguaro","version":"$1"},{"regex":"TO-Browser(?:/TOB(\\\\d+[\\\\.\\\\d]+))?","name":"t-online.de Browser","version":"$1"},{"regex":"Kazehakase(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Kazehakase","version":"$1","engine":{"default":""}},{"regex":"ArcticFox(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Arctic Fox","version":"$1","engine":{"default":"Goanna"}},{"regex":"Mypal(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Mypal","version":"$1","engine":{"default":"Goanna"}},{"regex":"Centaury(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Centaury","version":"$1","engine":{"default":"Goanna"}},{"regex":"(?:Focus|Klar)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Firefox Focus","version":"$1"},{"regex":"Cyberfox(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Cyberfox","version":"$1","engine":{"default":"Gecko"}},{"regex":"Firefox/(\\\\d+[\\\\.\\\\d]+).*\\\\(Swiftfox\\\\)","name":"Swiftfox","version":"$1","engine":{"default":"Gecko"}},{"regex":"(?:Mobile|Tablet).*Servo.*Firefox(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Firefox Mobile","version":"$1","engine":{"default":"Servo"}},{"regex":"(?:Mobile|Tablet).*Firefox(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Firefox Mobile","version":"$1","engine":{"default":"Gecko"}},{"regex":"FxiOS/(\\\\d+[\\\\.\\\\d]+)","name":"Firefox Mobile iOS","version":"$1","engine":{"default":"WebKit"}},{"regex":".*Servo.*Firefox(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Firefox","version":"$1","engine":{"default":"Servo"}},{"regex":"Firefox(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Firefox","version":"$1","engine":{"default":"Gecko"}},{"regex":"(?:BonEcho|GranParadiso|Lorentz|Minefield|Namoroka|Shiretoko)/(\\\\d+[\\\\.\\\\d]+)","name":"Firefox","version":"$1","engine":{"default":"Gecko"}},{"regex":"ANTFresco(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"ANT Fresco","version":"$1"},{"regex":"ANTGalio(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"ANTGalio","version":"$1"},{"regex":"(?:Espial|Escape)(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Espial TV Browser","version":"$1"},{"regex":"RockMelt(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"RockMelt","version":"$1","engine":{"default":"WebKit"}},{"regex":"Fireweb Navigator(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Fireweb Navigator","version":"$1"},{"regex":"Fireweb(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Fireweb","version":"$1"},{"regex":"(?:Navigator|Netscape6?)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Netscape","version":"$1","engine":{"default":""}},{"regex":"(?:Polarity)(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Polarity","version":"$1"},{"regex":"(?:QupZilla)(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"QupZilla","version":"$1"},{"regex":"(?:Dooble)(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Dooble","version":"$1"},{"regex":"Whale/(\\\\d+[\\\\.\\\\d]+)","name":"Whale Browser","version":"$1","engine":{"default":"Blink"}},{"regex":"Obigo[ ]?(?:InternetBrowser|Browser)?(?:[ /]([a-z0-9]*))?","name":"Obigo","version":"$1"},{"regex":"Obigo|Teleca","name":"Obigo","version":""},{"regex":"UCMini(?:[ /]?(\\\\d+[\\\\.\\\\d]+))?","name":"UC Browser Mini","version":"$1"},{"regex":"UC[ ]?Browser.* \\\\(UCMini\\\\)","name":"UC Browser Mini","version":""},{"regex":"UCTurbo(?:[ /]?(\\\\d+[\\\\.\\\\d]+))?","name":"UC Browser Turbo","version":"$1"},{"regex":"UC[ ]?Browser.* \\\\(UCTurbo\\\\)","name":"UC Browser Turbo","version":""},{"regex":"OPRGX(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Opera GX","version":"$1","engine":{"default":"Blink"}},{"regex":"(?:Opera Tablet.*Version|Opera/.+Opera Mobi.+Version|Mobile.+OPR)/(\\\\d+[\\\\.\\\\d]+)","name":"Opera Mobile","version":"$1","engine":{"default":"Presto","versions":{"15":"Blink"}}},{"regex":"MMS/(\\\\d+[\\\\.\\\\d]+)","name":"Opera Neon","version":"$1","engine":{"default":"Blink"}},{"regex":"OMI/(\\\\d+[\\\\.\\\\d]+)","name":"Opera Devices","version":"$1","engine":{"default":"Blink"}},{"regex":"OPT/(\\\\d+[\\\\.\\\\d]+)","name":"Opera Touch","version":"$1","engine":{"default":"Blink"}},{"regex":"Opera/(\\\\d+[\\\\.\\\\d]+).+Opera Mobi","name":"Opera Mobile","version":"$1","engine":{"default":"Presto","versions":{"15":"Blink"}}},{"regex":"Opera ?Mini/(?:att/)?(\\\\d+[\\\\.\\\\d]+)","name":"Opera Mini","version":"$1","engine":{"default":"Presto"}},{"regex":"Opera ?Mini.+Version/(\\\\d+[\\\\.\\\\d]+)","name":"Opera Mini","version":"$1","engine":{"default":"Presto"}},{"regex":"OPiOS/(\\\\d+[\\\\.\\\\d]+)","name":"Opera Mini iOS","version":"$1","engine":{"default":"WebKit"}},{"regex":"Opera.+Edition Next.+Version/(\\\\d+[\\\\.\\\\d]+)","name":"Opera Next","version":"$1","engine":{"default":"Presto","versions":{"15":"Blink"}}},{"regex":"(?:Opera|OPR)[/ ](?:9.80.*Version/)?(\\\\d+[\\\\.\\\\d]+).+Edition Next","name":"Opera Next","version":"$1","engine":{"default":"Presto","versions":{"15":"Blink"}}},{"regex":"(?:Opera[/ ]?|OPR[/ ])(?:9.80.*Version/)?(\\\\d+[\\\\.\\\\d]+)","name":"Opera","version":"$1","engine":{"default":"","versions":{"7":"Presto","15":"Blink","3.5":"Elektra"}}},{"regex":"rekonq(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Rekonq","version":"$1","engine":{"default":"WebKit"}},{"regex":"CoolNovo(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"CoolNovo","version":"$1","engine":{"default":""}},{"regex":"(?:Comodo[ _])?Dragon(?!fruit)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Comodo Dragon","version":"$1","engine":{"default":"WebKit","versions":{"28":"Blink"}}},{"regex":"ChromePlus(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"ChromePlus","version":"$1","engine":{"default":""}},{"regex":"Conkeror(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Conkeror","version":"$1","engine":{"default":"Gecko"}},{"regex":"Konqueror(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Konqueror","version":"$1","engine":{"default":"KHTML","versions":{"4":""}}},{"regex":"(?:baidubrowser|bdbrowser_i18n|bdbrowser)(?:[/ ](\\\\d+[\\\\.\\\\d]*))?","name":"Baidu Browser","version":"$1"},{"regex":"FlyFlow(?:[/ ](\\\\d+[\\\\.\\\\d]*))?","name":"Baidu Browser","version":"$1"},{"regex":"(?:(?:BD)?Spark|BIDUBrowser)[/ ](\\\\d+[\\\\.\\\\d]*)","name":"Baidu Spark","version":"$1"},{"regex":"YaBrowser(?:/(\\\\d+[\\\\.\\\\d]*)) \\\\(lite\\\\)?","name":"Yandex Browser Lite","version":"$1","engine":{"default":"Blink"}},{"regex":"YaBrowser(?:/(\\\\d+[\\\\.\\\\d]*))(?: \\\\((alpha|beta)\\\\))?","name":"Yandex Browser","version":"$1 $2","engine":{"default":"Blink"}},{"regex":"Vivaldi(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Vivaldi","version":"$1","engine":{"default":"Blink"}},{"regex":"TweakStyle(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"TweakStyle","version":"$1","engine":{"default":"Blink"}},{"regex":"Midori(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Midori","version":"$1","engine":{"default":"WebKit"}},{"regex":"Mercury(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Mercury","version":"$1"},{"regex":"(?:Maxthon|MxBrowser)[ /](\\\\d+[\\\\.\\\\d]+)","name":"Maxthon","version":"$1","engine":{"default":"","versions":{"3":"WebKit"}}},{"regex":"(?:Maxthon|MyIE2)","name":"Maxthon","version":"","engine":{"default":""}},{"regex":"Puffin(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Puffin","version":"$1"},{"regex":"MobileIron(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Iron Mobile","version":"$1","engine":{"default":"Blink"}},{"regex":"Chrome(?:/(\\\\d+[\\\\.\\\\d]+))?.*Iron","name":"Iron","version":"$1","engine":{"default":"WebKit"}},{"regex":"Iron(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Iron","version":"$1","engine":{"default":"WebKit","versions":{"28":"Blink"}}},{"regex":"Epiphany(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"GNOME Web","version":"$1","engine":{"default":"Gecko","versions":{"2.9.16":"","2.28":"WebKit"}}},{"regex":"LieBaoFast(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"LieBaoFast","version":"$1"},{"regex":"LBBrowser(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"Cheetah Browser","version":"$1"},{"regex":"SE (\\\\d+[\\\\.\\\\d]+)","name":"Sogou Explorer","version":"$1"},{"regex":"M?QQBrowser/Mini([\\\\.\\\\d]+)?","name":"QQ Browser Mini","version":"$1","engine":{"default":""}},{"regex":"M?QQBrowser(?:/([\\\\.\\\\d]+))?","name":"QQ Browser","version":"$1","engine":{"default":""}},{"regex":"(?:MIUIBrowser|MiuiBrowser)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"MIUI Browser","version":"$1","engine":{"default":""}},{"regex":"coc_coc_browser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Coc Coc","version":"$1","engine":{"default":"WebKit","versions":{"28":"Blink"}}},{"regex":"DuckDuckGo/(\\\\d+[\\\\.\\\\d]*)","name":"DuckDuckGo Privacy Browser","version":"$1","engine":{"default":"Blink"}},{"regex":"Samsung ?Browser(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Samsung Browser","version":"$1"},{"regex":"(?:SFBrowser|com.browser.tssomas)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Super Fast Browser","version":"$1"},{"regex":"EUI Browser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"EUI Browser","version":"$1"},{"regex":"UBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"UBrowser","version":"$1"},{"regex":"Streamy(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Streamy","version":"$1","engine":{"default":"WebKit"}},{"regex":"isivioo","name":"Isivioo","version":"","engine":{"default":"WebKit"}},{"regex":"UC[ ]?Browser(?:[ /]?(\\\\d+[\\\\.\\\\d]+))?","name":"UC Browser","version":"$1"},{"regex":"UCWEB(?:[ /]?(\\\\d+[\\\\.\\\\d]+))?","name":"UC Browser","version":"$1"},{"regex":"UC AppleWebKit","name":"UC Browser","version":""},{"regex":"Tenta/(\\\\d+[\\\\.\\\\d]+)","name":"Tenta Browser","version":"$1","engine":{"default":"Webkit"}},{"regex":"Rocket/(\\\\d+[\\\\.\\\\d]+)","name":"Firefox Rocket","version":"$1","engine":{"default":"Webkit"}},{"regex":"Web Explorer/(\\\\d+[\\\\.\\\\d]+).*Chrome","name":"Web Explorer","version":"$1","engine":{"default":"Webkit"}},{"regex":"SznProhlizec/(\\\\d+[\\\\.\\\\d]+)","name":"Seznam Browser","version":"$1","engine":{"default":"Blink"}},{"regex":"SogouMobileBrowser/(\\\\d+[\\\\.\\\\d]+)","name":"Sogou Mobile Browser","version":"$1","engine":{"default":""}},{"regex":"Mint Browser/(\\\\d+[\\\\.\\\\d]+)","name":"Mint Browser","version":"$1","engine":{"default":""}},{"regex":"Ecosia (?:android|ios)@(\\\\d+[\\\\.\\\\d]+)","name":"Ecosia","version":"$1","engine":{"default":""}},{"regex":"ACHEETAHI","name":"CM Browser","version":"","engine":{"default":""}},{"regex":"Kiwi Chrome","name":"Kiwi","version":"","engine":{"default":""}},{"regex":"Mb2345Browser/(\\\\d+[\\\\.\\\\d]+)","name":"2345 Browser","version":"$1","engine":{"default":""}},{"regex":"QtWebEngine/(\\\\d+[\\\\.\\\\d]+)","name":"QtWebEngine","version":"$1","engine":{"default":""}},{"regex":"Silk/(\\\\d+[\\\\.\\\\d]+) like Chrome","name":"Mobile Silk","version":"$1","engine":{"default":"Blink"}},{"regex":"Silk(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Mobile Silk","version":"$1","engine":{"default":"WebKit"}},{"regex":"IBrowse(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"IBrowse","version":"$1"},{"regex":"UP.Browser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Openwave Mobile Browser","version":"$1"},{"regex":"Openwave(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Openwave Mobile Browser","version":"$1"},{"regex":"OneBrowser(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"ONE Browser","version":"$1","engine":{"default":"WebKit"}},{"regex":"(?:NokiaBrowser|BrowserNG)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Nokia Browser","version":"$1"},{"regex":"Series60/5\\\\.0","name":"Nokia Browser","version":"7.0"},{"regex":"Series60/(\\\\d+[\\\\.\\\\d]+)","name":"Nokia OSS Browser","version":"$1"},{"regex":"S40OviBrowser/(\\\\d+[\\\\.\\\\d]+)","name":"Nokia Ovi Browser","version":"$1"},{"regex":"^Nokia|Nokia[EN]?\\\\d+","name":"Nokia Browser","version":""},{"regex":"Sleipnir(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"Sleipnir","version":"$1","engine":{"default":""}},{"regex":"NTENTBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"NTENT Browser","version":"$1"},{"regex":"TV Bro/(\\\\d+[\\\\.\\\\d]+)","name":"TV Bro","version":"$1"},{"regex":"Chrome/.+ Quark(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Quark","version":"$1","engine":{"default":"WebKit"}},{"regex":"Version/.* Chrome(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Chrome Webview","version":"$1","engine":{"default":"WebKit","versions":{"28":"Blink"}}},{"regex":"CrMo(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Chrome Mobile","version":"$1","engine":{"default":"WebKit","versions":{"28":"Blink"}}},{"regex":"CriOS(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Chrome Mobile iOS","version":"$1","engine":{"default":"WebKit"}},{"regex":"Chrome(?:/(\\\\d+[\\\\.\\\\d]+))? Mobile","name":"Chrome Mobile","version":"$1","engine":{"default":"WebKit","versions":{"28":"Blink"}}},{"regex":"chromeframe(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Chrome Frame","version":"$1","engine":{"default":"WebKit"}},{"regex":"Chromium(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Chromium","version":"$1","engine":{"default":"WebKit","versions":{"28":"Blink"}}},{"regex":"HeadlessChrome(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Headless Chrome","version":"$1","engine":{"default":"Blink"}},{"regex":"Chrome(?!book)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Chrome","version":"$1","engine":{"default":"WebKit","versions":{"28":"Blink"}}},{"regex":"(?:Tizen|SLP) Browser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Tizen Browser","version":"$1"},{"regex":"Blazer(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Palm Blazer","version":"$1"},{"regex":"Pre/(\\\\d+[\\\\.\\\\d]+)","name":"Palm Pre","version":"$1"},{"regex":"(?:hpw|web)OS/(\\\\d+[\\\\.\\\\d]+)","name":"wOSBrowser","version":"$1"},{"regex":"WebPro(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"Palm WebPro","version":"$1"},{"regex":"Palmscape(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"Palmscape","version":"$1"},{"regex":"Jasmine(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"Jasmine","version":"$1"},{"regex":"Lynx(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Lynx","version":"$1","engine":{"default":"Text-based"}},{"regex":"NCSA_Mosaic(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"NCSA Mosaic","version":"$1"},{"regex":"ABrowse(?: (\\\\d+[\\\\.\\\\d]+))?","name":"ABrowse","version":"$1"},{"regex":"amaya(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Amaya","version":"$1"},{"regex":"AmigaVoyager(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Amiga Voyager","version":"$1"},{"regex":"Amiga-Aweb(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Amiga Aweb","version":"$1"},{"regex":"Arora(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Arora","version":"$1","engine":{"default":"WebKit"}},{"regex":"Beonex(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Beonex","version":"$1","engine":{"default":"Gecko"}},{"regex":"bline(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"B-Line","version":"$1","engine":{"default":"WebKit"}},{"regex":"BrowseX \\\\((\\\\d+[\\\\.\\\\d]+)","name":"BrowseX","version":"$1"},{"regex":"Charon(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Charon","version":"$1"},{"regex":"Cheshire(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Cheshire","version":"$1"},{"regex":"dbrowser","name":"dbrowser","version":"","engine":{"default":"WebKit"}},{"regex":"Dillo(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Dillo","version":"$1","engine":{"default":"Dillo"}},{"regex":"Dolfin(?:/(\\\\d+[\\\\.\\\\d]+))?|dolphin","name":"Dolphin","version":"$1","engine":{"default":"WebKit"}},{"regex":"Elinks(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Elinks","version":"$1","engine":{"default":"Text-based"}},{"regex":"Element Browser(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"Element Browser","version":"$1"},{"regex":"eZBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"eZ Browser","version":"$1"},{"regex":"Firebird(?! Build)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Firebird","version":"$1","engine":{"default":"Gecko"}},{"regex":"Fluid(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Fluid","version":"$1","engine":{"default":"WebKit"}},{"regex":"Galeon(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Galeon","version":"$1","engine":{"default":"Gecko"}},{"regex":"Google Earth(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Google Earth","version":"$1","engine":{"default":"WebKit"}},{"regex":"HotJava(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"HotJava","version":"$1"},{"regex":"iCabMobile(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"iCab Mobile","version":"$1","engine":{"default":"WebKit"}},{"regex":"iCab(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"iCab","version":"$1","engine":{"default":"iCab","versions":{"4":"WebKit"}}},{"regex":"i?Lunascape(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Lunascape","version":"$1","engine":{"default":""}},{"regex":"IEMobile[ /](\\\\d+[\\\\.\\\\d]+)","name":"IE Mobile","version":"$1","engine":{"default":"Trident"}},{"regex":"MSIE (\\\\d+[\\\\.\\\\d]+).*XBLWP7","name":"IE Mobile","version":"$1","engine":{"default":"Trident"}},{"regex":"MSIE.*Trident/4.0","name":"Internet Explorer","version":"8.0","engine":{"default":"Trident"}},{"regex":"MSIE.*Trident/5.0","name":"Internet Explorer","version":"9.0","engine":{"default":"Trident"}},{"regex":"MSIE.*Trident/6.0","name":"Internet Explorer","version":"10.0","engine":{"default":"Trident"}},{"regex":"Trident/[78].0","name":"Internet Explorer","version":"11.0","engine":{"default":"Trident"}},{"regex":"MSIE (\\\\d+[\\\\.\\\\d]+)","name":"Internet Explorer","version":"$1","engine":{"default":"Trident"}},{"regex":"IE[ /](\\\\d+[\\\\.\\\\d]+)","name":"Internet Explorer","version":"$1","engine":{"default":"Trident"}},{"regex":"Kindle/(\\\\d+[\\\\.\\\\d]+)","name":"Kindle Browser","version":"$1"},{"regex":"K-meleon(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"K-meleon","version":"$1","engine":{"default":"Gecko"}},{"regex":"Links(?: \\\\((\\\\d+[\\\\.\\\\d]+))?","name":"Links","version":"$1","engine":{"default":"Text-based"}},{"regex":"LG Browser(?:/(\\\\d+[\\\\.\\\\d]+))","name":"LG Browser","version":"$1"},{"regex":"LuaKit(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"LuaKit","version":"$1"},{"regex":"OmniWeb(?:/[v]?(\\\\d+[\\\\.\\\\d]+))?","name":"OmniWeb","version":"$1","engine":{"default":"WebKit"}},{"regex":"Phoenix(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Phoenix","version":"$1"},{"regex":"NetFrontLifeBrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"NetFront Life","version":"$1","engine":{"default":"NetFront"}},{"regex":"NetFront(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"NetFront","version":"$1","engine":{"default":"NetFront"}},{"regex":"PLAYSTATION|NINTENDO 3|AppleWebKit.+ N[XF]/\\\\d+\\\\.\\\\d+\\\\.\\\\d+","name":"NetFront","version":""},{"regex":"NetPositive(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"NetPositive","version":"$1"},{"regex":"Odyssey Web Browser(?:.*OWB/(\\\\d+[\\\\.\\\\d]+))?","name":"Odyssey Web Browser","version":"$1"},{"regex":"OffByOne","name":"Off By One","version":""},{"regex":"Oregano(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"Oregano","version":"$1"},{"regex":"Otter(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"Otter Browser","version":"$1"},{"regex":"(?:Polaris|Embider)(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Polaris","version":"$1"},{"regex":"SEMC-Browser(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"SEMC-Browser","version":"$1"},{"regex":"Sraf(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Seraphic Sraf","version":"$1","engine":{"default":"Blink"}},{"regex":"Shiira(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Shiira","version":"$1","engine":{"default":"WebKit"}},{"regex":"Skyfire(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Skyfire","version":"$1"},{"regex":"Snowshoe(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Snowshoe","version":"$1","engine":{"default":"WebKit"}},{"regex":"Sunrise(?:Browser)?(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Sunrise","version":"$1"},{"regex":"SuperBird(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"SuperBird","version":"$1"},{"regex":"Vision-Browser(?:/(\\\\d+[\\\\.\\\\d]+))","name":"Vision Mobile Browser","version":"$1"},{"regex":"WeTab-Browser","name":"WeTab Browser","version":""},{"regex":"Xiino(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Xiino","version":"$1"},{"regex":"BlackBerry|PlayBook|BB10","name":"BlackBerry Browser","version":""},{"regex":"BriskBard(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"BriskBard","version":"$1"},{"regex":"Android","name":"Android Browser","version":"","engine":{"default":"WebKit"}},{"regex":"Coast(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Coast","version":"$1"},{"regex":"qutebrowser(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Qutebrowser","version":"$1"},{"regex":"Surf(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"surf","version":"$1","engine":{"default":"WebKit"}},{"regex":"(?:(?:iPod|iPad|iPhone).+Version|MobileSafari)/(\\\\d+[\\\\.\\\\d]+)","name":"Mobile Safari","version":"$1","engine":{"default":"WebKit"}},{"regex":"(?:Version/(\\\\d+[\\\\.\\\\d]+).*)?Mobile.*Safari/","name":"Mobile Safari","version":"$1","engine":{"default":"WebKit"}},{"regex":"(?:iPod|iPhone|iPad)","name":"Mobile Safari","version":"","engine":{"default":"WebKit"}},{"regex":"Version/(\\\\d+[\\\\.\\\\d]+).*Safari/|Safari/\\\\d+","name":"Safari","version":"$1","engine":{"default":"WebKit"}},{"regex":"Dorado WAP-Browser[/ ](\\\\d+[\\\\.\\\\d]+)","name":"Dorado","version":"$1"},{"regex":"NetSurf(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"NetSurf","version":"$1","engine":{"default":"NetSurf"}},{"regex":"Uzbl","name":"Uzbl","version":""},{"regex":"SimpleBrowser","name":"SimpleBrowser","version":""},{"regex":"Zvu(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Zvu","version":"$1","engine":{"default":"Gecko"}}]')},function(e){e.exports=JSON.parse('[{"regex":"NetFront","name":"NetFront"},{"regex":"Edge","name":"Edge"},{"regex":"Trident","name":"Trident"},{"regex":"Blink","name":"Blink"},{"regex":"(?:Apple)?WebKit","name":"WebKit"},{"regex":"Presto","name":"Presto"},{"regex":"(?<!like )Gecko","name":"Gecko"},{"regex":"KHTML","name":"KHTML"},{"regex":"NetSurf","name":"NetSurf"},{"regex":"Servo","name":"Servo"},{"regex":"Goanna","name":"Goanna"}]')},function(e){e.exports=JSON.parse('{"36":"360 Phone Browser","2B":"2345 Browser","3B":"360 Browser","AA":"Avant Browser","AB":"ABrowse","AF":"ANT Fresco","AG":"ANTGalio","AL":"Aloha Browser","AH":"Aloha Browser Lite","AM":"Amaya","AO":"Amigo","AN":"Android Browser","AD":"AOL Shield","AR":"Arora","AV":"Amiga Voyager","AW":"Amiga Aweb","AT":"Atomic Web Browser","AS":"Avast Secure Browser","VG":"AVG Secure Browser","BA":"Beaker Browser","BM":"Beamrise","BB":"BlackBerry Browser","BD":"Baidu Browser","BS":"Baidu Spark","BI":"Basilisk","BE":"Beonex","BH":"BlackHawk","BJ":"Bunjalloo","BL":"B-Line","BR":"Brave","BK":"BriskBard","BX":"BrowseX","CA":"Camino","CL":"CCleaner","CC":"Coc Coc","CD":"Comodo Dragon","C1":"Coast","CX":"Charon","CE":"CM Browser","CF":"Chrome Frame","HC":"Headless Chrome","CH":"Chrome","CI":"Chrome Mobile iOS","CK":"Conkeror","CM":"Chrome Mobile","CN":"CoolNovo","CO":"CometBird","CB":"COS Browser","CP":"ChromePlus","CR":"Chromium","CY":"Cyberfox","CS":"Cheshire","CT":"Crusta","CU":"Cunaguaro","CV":"Chrome Webview","DB":"dbrowser","DE":"Deepnet Explorer","DT":"Delta Browser","DF":"Dolphin","DO":"Dorado","DL":"Dooble","DI":"Dillo","DD":"DuckDuckGo Privacy Browser","EC":"Ecosia","EI":"Epic","EL":"Elinks","EB":"Element Browser","EZ":"eZ Browser","EU":"EUI Browser","EP":"GNOME Web","ES":"Espial TV Browser","FA":"Falkon","FX":"Faux Browser","F1":"Firefox Mobile iOS","FB":"Firebird","FD":"Fluid","FE":"Fennec","FF":"Firefox","FK":"Firefox Focus","FY":"Firefox Reality","FR":"Firefox Rocket","FL":"Flock","FM":"Firefox Mobile","FW":"Fireweb","FN":"Fireweb Navigator","FU":"FreeU","GA":"Galeon","GE":"Google Earth","HA":"Hawk Turbo Browser","HO":"hola! Browser","HJ":"HotJava","HU":"Huawei Browser","IB":"IBrowse","IC":"iCab","I2":"iCab Mobile","I1":"Iridium","I3":"Iron Mobile","I4":"IceCat","ID":"IceDragon","IV":"Isivioo","IW":"Iceweasel","IE":"Internet Explorer","IM":"IE Mobile","IR":"Iron","JS":"Jasmine","JI":"Jig Browser","JO":"Jio Browser","KB":"K.Browser","KI":"Kindle Browser","KM":"K-meleon","KO":"Konqueror","KP":"Kapiko","KN":"Kinza","KW":"Kiwi","KY":"Kylo","KZ":"Kazehakase","LB":"Cheetah Browser","LF":"LieBaoFast","LG":"LG Browser","LI":"Links","LO":"Lovense Browser","LU":"LuaKit","LS":"Lunascape","LX":"Lynx","M1":"mCent","MB":"MicroB","MC":"NCSA Mosaic","MZ":"Meizu Browser","ME":"Mercury","MF":"Mobile Safari","MI":"Midori","MO":"Mobicip","MU":"MIUI Browser","MS":"Mobile Silk","MN":"Minimo","MT":"Mint Browser","MX":"Maxthon","NB":"Nokia Browser","NO":"Nokia OSS Browser","NV":"Nokia Ovi Browser","NX":"Nox Browser","NE":"NetSurf","NF":"NetFront","NL":"NetFront Life","NP":"NetPositive","NS":"Netscape","NT":"NTENT Browser","OC":"Oculus Browser","O1":"Opera Mini iOS","OB":"Obigo","OD":"Odyssey Web Browser","OF":"Off By One","OE":"ONE Browser","OX":"Opera GX","OG":"Opera Neon","OH":"Opera Devices","OI":"Opera Mini","OM":"Opera Mobile","OP":"Opera","ON":"Opera Next","OO":"Opera Touch","OS":"Ordissimo","OR":"Oregano","OY":"Origyn Web Browser","OV":"Openwave Mobile Browser","OW":"OmniWeb","OT":"Otter Browser","PL":"Palm Blazer","PM":"Pale Moon","PP":"Oppo Browser","PR":"Palm Pre","PU":"Puffin","PW":"Palm WebPro","PA":"Palmscape","PX":"Phoenix","PO":"Polaris","PT":"Polarity","PS":"Microsoft Edge","Q1":"QQ Browser Mini","QQ":"QQ Browser","QT":"Qutebrowser","QZ":"QupZilla","QM":"Qwant Mobile","QW":"QtWebEngine","RE":"Realme Browser","RK":"Rekonq","RM":"RockMelt","SB":"Samsung Browser","SA":"Sailfish Browser","SC":"SEMC-Browser","SE":"Sogou Explorer","SF":"Safari","SW":"SalamWeb","SH":"Shiira","S1":"SimpleBrowser","SK":"Skyfire","SS":"Seraphic Sraf","SL":"Sleipnir","SN":"Snowshoe","SO":"Sogou Mobile Browser","S2":"Splash","SI":"Sputnik Browser","SR":"Sunrise","SP":"SuperBird","SU":"Super Fast Browser","S0":"START Internet Browser","ST":"Streamy","SX":"Swiftfox","SZ":"Seznam Browser","TO":"t-online.de Browser","TA":"Tao Browser","TF":"TenFourFox","TB":"Tenta Browser","TZ":"Tizen Browser","TS":"TweakStyle","TV":"TV Bro","UB":"UBrowser","UC":"UC Browser","UM":"UC Browser Mini","UT":"UC Browser Turbo","UZ":"Uzbl","VI":"Vivaldi","VV":"vivo Browser","VB":"Vision Mobile Browser","WI":"Wear Internet Browser","WP":"Web Explorer","WE":"WebPositive","WF":"Waterfox","WH":"Whale Browser","WO":"wOSBrowser","WT":"WeTab Browser","YA":"Yandex Browser","YL":"Yandex Browser Lite","XI":"Xiino"}')},function(e){e.exports=JSON.parse('{"Android Browser":["AN","MU"],"BlackBerry Browser":["BB"],"Baidu":["BD","BS"],"Amiga":["AV","AW"],"Chrome":["CH","BA","BR","CC","CD","CM","CI","CF","CN","CR","CP","DD","IR","RM","AO","TS","VI","PT","AS","TB","AD","SB","WP","I3","CV","WH","SZ","QW","LF","KW","2B","CE","EC","MT","MS","HA","OC","MZ","BM","KN","SW","M1","FA","TA","AH","CL","SU","EU","UB","LO","VG","TV"],"Firefox":["FF","FE","FM","SX","FB","PX","MB","EI","WF","CU","TF","QM","FR","I4","GZ","MO","F1","BI","MN","BH","TO","OS","FY"],"Internet Explorer":["IE","IM","PS"],"Konqueror":["KO"],"NetFront":["NF"],"NetSurf":["NE"],"Nokia Browser":["NB","NO","NV","DO"],"Opera":["OP","OM","OI","ON","OO","OG","OH","O1","OX"],"Safari":["SF","MF","SO"],"Sailfish Browser":["SA"]}')},function(e){e.exports=JSON.parse('["36","OC","PU","SK","MF","OI","OM","DD","DB","ST","BL","IV","FM","C1","AL","SA","SB","FR","WP","HA","NX","HU","VV","RE","CB","MZ","UM","FK","FX","WI","MN","M1","AH","SU","EU","EZ","UT","DT","S0"]')},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(247)),i=r(60),a=r(31),s=r(25);t.default=class{constructor(e){this.options={versionTruncation:1},this.parse=e=>{const t={type:"",name:"",version:""};for(const r of n.default){const o=s.userAgentParser(r.regex,e);if(o){t.type="mobile app",t.name=a.variableReplacement(r.name,o),t.version=i.formatVersion(a.variableReplacement(r.version,o),this.options.versionTruncation);break}}return t},this.options=Object.assign(Object.assign({},this.options),e)}}},function(e){e.exports=JSON.parse('[{"regex":"AndroidDownloadManager(?:[ /]([\\\\d\\\\.]+))?","name":"AndroidDownloadManager","version":"$1"},{"regex":"(?:Apple)?News(?:[ /][\\\\d\\\\.]+)? Version(?:[ /]([\\\\d\\\\.]+))?","name":"Apple News","version":"$1"},{"regex":"bPod","name":"bPod","version":""},{"regex":"(?:MessengerForiOS|MESSENGER).(?:FBAV)(?:[ /]([\\\\d\\\\.]+))?","name":"Facebook Messenger","version":"$1"},{"regex":"(?:FBAV|com.facebook.katana)(?:[ /]([\\\\d\\\\.]+))?","name":"Facebook","version":"$1"},{"regex":"FeedR(?:/([\\\\d\\\\.]+))?","name":"FeedR","version":"$1"},{"regex":"com.google.android.apps.searchlite","name":"Google Go","version":""},{"regex":"com.google.android.apps.magazines","name":"Google Play Newsstand","version":""},{"regex":"com.google.GooglePlus","name":"Google Plus","version":""},{"regex":"MicroMessenger/([^ ]+)","name":"WeChat","version":"$1"},{"regex":".*__weibo__([0-9\\\\.]+)__","name":"Sina Weibo","version":"$1"},{"regex":"Pinterest(?:/([\\\\d\\\\.]+))?","name":"Pinterest","version":"$1"},{"regex":"Podcatcher Deluxe","name":"Podcatcher Deluxe","version":""},{"regex":"com.google.android.youtube(?:/([\\\\d\\\\.]+))?","name":"YouTube","version":"$1"},{"regex":"([^/]+)/(\\\\d+(?:\\\\.\\\\d+)+) \\\\((?:iPhone|iPad); iOS [0-9\\\\.]+; Scale/[0-9\\\\.]+\\\\)","name":"$1","version":"$2"},{"regex":"WhatsApp(?:[ /]([\\\\d\\\\.]+))?","name":"WhatsApp","version":"$1"},{"regex":"Line(?:[ /]([\\\\d\\\\.]+))","name":"Line","version":"$1"},{"regex":"Instacast(?:HD)?/(\\\\d\\\\.[\\\\d\\\\.abc]+) CFNetwork/([\\\\d\\\\.]+) Darwin/([\\\\d\\\\.]+)","name":"Instacast","version":"$1"},{"regex":"Podcasts/([\\\\d\\\\.]+)","name":"Podcasts","version":"$1"},{"regex":"Pocket Casts(?:, (?:Android|iOS) v([\\\\d\\\\.]+))?","name":"Pocket Casts","version":"$1"},{"regex":"Podcat/([\\\\d\\\\.]+)","name":"Podcat","version":"$1"},{"regex":"BeyondPod","name":"BeyondPod","version":null},{"regex":"AntennaPod/?([\\\\d\\\\.]+)?","name":"AntennaPod","version":"$1"},{"regex":"Overcast/([\\\\d\\\\.]+)","name":"Overcast","version":"$1"},{"regex":"(?:CastBox|fm.castbox.audiobook.radio.podcast)/?([\\\\d\\\\.]+)?","name":"CastBox","version":"$1"},{"regex":"Player FM","name":"Player FM","version":""},{"regex":"Podkicker(?: Pro)?/([\\\\d\\\\.]+)","name":"Podkicker","version":"$1"},{"regex":"PodcastRepublic/([\\\\d\\\\.]+)","name":"Podcast Republic","version":"$1"},{"regex":"Castro/(\\\\d+)","name":"Castro","version":"$1"},{"regex":"Castro 2 ([\\\\d\\\\.]+)/[\\\\d]+ Like iTunes","name":"Castro 2","version":"$1"},{"regex":"Castro 2","name":"Castro 2","version":""},{"regex":"DoggCatcher","name":"DoggCatcher","version":null},{"regex":"PodcastAddict/v([\\\\d]+)","name":"Podcast & Radio Addict","version":"$1"},{"regex":"Podcat/([\\\\d]+) CFNetwork/([\\\\d\\\\.]+) Darwin/([\\\\d\\\\.]+)","name":"Podcat","version":"$1"},{"regex":"i[cC]atcher[^\\\\d]+([\\\\d\\\\.]+)","name":"iCatcher","version":"$1"},{"regex":"YelpApp/([\\\\d\\\\.]+)","name":"Yelp Mobile","version":"$1"},{"regex":"jp.co.yahoo.android.yjtop/([\\\\d\\\\.]+)","name":"Yahoo! Japan","version":"$1"},{"regex":"RSSRadio/([\\\\d]+)?","name":"RSSRadio","version":"$1"},{"regex":"SogouSearch Android[\\\\d\\\\.]+ version([\\\\d\\\\.]+)?","name":"SogouSearch App","version":"$1"},{"regex":"NewsArticle/([\\\\d\\\\.]+)?","name":"NewsArticle App","version":"$1"},{"regex":"tieba/([\\\\d\\\\.]+)?","name":"tieba","version":"$1"},{"regex":"com\\\\.douban\\\\.group/([\\\\d\\\\.]+)?","name":"douban App","version":"$1"},{"regex":"BingWeb/([\\\\d\\\\.]+)?","name":"BingWebApp","version":"$1"},{"regex":"GSA/([\\\\d\\\\.]+)?","name":"Google Search App","version":"$1"},{"regex":"Flipboard/([\\\\d\\\\.]+)?","name":"Flipboard App","version":"$1"},{"regex":"Instagram[ /]([\\\\d\\\\.]+)?","name":"Instagram App","version":"$1"},{"regex":"baiduboxapp/([\\\\d\\\\.]+)?","name":"Baidu Box App","version":"$1"},{"regex":"Crosswalk(?!.*(?:Streamy|QwantMobile))/([\\\\d\\\\.]+)?","name":"CrosswalkApp","version":"$1"},{"regex":"Twitter for iPhone[/]?([\\\\d\\\\.]+)?","name":"Twitter","version":"$1"},{"regex":"TopBuzz/([\\\\d\\\\.]+)","name":"TopBuzz","version":"$1"},{"regex":"Snapchat/([\\\\d\\\\.]+)","name":"Snapchat","version":"$1"}]')},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(249)),i=r(60),a=r(31),s=r(25);t.default=class{constructor(e){this.options={versionTruncation:1},this.parse=e=>{const t={type:"",name:"",version:"",url:""};for(const r of n.default){const o=s.userAgentParser(r.regex,e);if(o){t.type="feed reader",t.name=a.variableReplacement(r.name,o),t.version=i.formatVersion(a.variableReplacement(r.version,o),this.options.versionTruncation),t.url=r.url;break}}return t},this.options=Object.assign(Object.assign({},this.options),e)}}},function(e){e.exports=JSON.parse('[{"regex":"Akregator(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Akregator","version":"$1","url":"http://userbase.kde.org/Akregator","type":"Feed Reader"},{"regex":"Apple-PubSub(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Apple PubSub","version":"$1","url":"https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/pubsub.1.html","type":"Feed Reader"},{"regex":"BashPodder","name":"BashPodder","version":"","url":"http://lincgeek.org/bashpodder/","type":"Feed Reader"},{"regex":"Breaker/v([\\\\d\\\\.]+)","name":"Breaker","version":"$1","url":"https://www.breaker.audio/","type":"Feed Reader App"},{"regex":"Downcast/([\\\\d\\\\.]+)","name":"Downcast","version":"$1","url":"http://downcastapp.com/","type":"Feed Reader App"},{"regex":"FeedDemon(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"FeedDemon","version":"$1","url":"http://www.feeddemon.com/","type":"Feed Reader"},{"regex":"Feeddler(?:RSS|PRO)(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Feeddler RSS Reader","version":"$1","url":"http://www.chebinliu.com/projects/iphone/feeddler-rss-reader/","type":"Feed Reader App"},{"regex":"QuiteRSS(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"QuiteRSS","version":"$1","url":"https://quiterss.org","type":"Feed Reader App"},{"regex":"gPodder/([\\\\d\\\\.]+)","name":"gPodder","version":"$1","url":"http://gpodder.org/","type":"Feed Reader App"},{"regex":"JetBrains Omea Reader(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"JetBrains Omea Reader","version":"$1","url":"http://www.jetbrains.com/omea/reader/","type":"Feed Reader"},{"regex":"Liferea(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Liferea","version":"$1","url":"http://liferea.sf.net/","type":"Feed Reader"},{"regex":"NetNewsWire(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"NetNewsWire","version":"$1","url":"http://netnewswireapp.com/","type":"Feed Reader"},{"regex":"NewsBlur (?:iPhone|iPad) App(?: v(\\\\d+[\\\\.\\\\d]+))?","name":"NewsBlur Mobile App","version":"$1","url":"http://www.newsblur.com","type":"Feed Reader App"},{"regex":"NewsBlur(?:/(\\\\d+[\\\\.\\\\d]+))","name":"NewsBlur","version":"$1","url":"http://www.newsblur.com","type":"Feed Reader"},{"regex":"newsbeuter(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Newsbeuter","version":"$1","url":"http://www.newsbeuter.org/","type":"Feed Reader"},{"regex":"PritTorrent/([\\\\d\\\\.]+)","name":"PritTorrent","version":"$1","url":"http://bitlove.org","type":"Feed Reader"},{"regex":"Pulp[/ ](\\\\d+[\\\\.\\\\d]+)","name":"Pulp","version":"$1","url":"http://www.acrylicapps.com/pulp/","type":"Feed Reader App"},{"regex":"ReadKit(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"ReadKit","version":"$1","url":"http://readkitapp.com/","type":"Feed Reader App"},{"regex":"Reeder(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Reeder","version":"$1","url":"http://reederapp.com/","type":"Feed Reader App"},{"regex":"RSSBandit(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"RSS Bandit","version":"$1","url":"http://www.rssbandit.org)","type":"Feed Reader"},{"regex":"RSS Junkie(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"RSS Junkie","version":"$1","url":"https://play.google.com/store/apps/details?id=com.bitpowder.rssjunkie","type":"Feed Reader App"},{"regex":"RSSOwl(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"RSSOwl","version":"$1","url":"http://www.rssowl.org/","type":"Feed Reader"},{"regex":"Stringer","name":"Stringer","version":"","url":"https://github.com/swanson/stringer","type":"Feed Reader"}]')},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(251)),i=r(60),a=r(31),s=r(25);t.default=class{constructor(e){this.options={versionTruncation:1},this.parse=e=>{const t={type:"",name:"",version:"",url:""};for(const r of n.default){const o=s.userAgentParser(r.regex,e);if(o){t.type="library",t.name=a.variableReplacement(r.name,o),t.version=i.formatVersion(a.variableReplacement(r.version,o),this.options.versionTruncation),t.url=r.url||"";break}}return t},this.options=Object.assign(Object.assign({},this.options),e)}}},function(e){e.exports=JSON.parse('[{"regex":"Wget(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Wget","version":"$1"},{"regex":"Guzzle(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Guzzle (PHP HTTP Client)","version":"$1"},{"regex":"(?:lib)?curl(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"curl","version":"$1"},{"regex":"python-requests(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Python Requests","version":"$1"},{"regex":"Python-urllib(?:/?(\\\\d+[\\\\.\\\\d]+))?","name":"Python urllib","version":"$1"},{"regex":"Java(?:/?(\\\\d+[\\\\.\\\\d]+))?","name":"Java","version":"$1"},{"regex":"(?:perlclient|libwww-perl)(?:/?(\\\\d+[\\\\.\\\\d]+))?","name":"Perl","version":"$1"},{"regex":"okhttp/([\\\\d\\\\.]+)","name":"OkHttp","version":"$1"},{"regex":"HTTP_Request2(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"HTTP_Request2","version":"$1"},{"regex":"HTTP_Request2(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"HTTP_Request2","version":"$1","url":"http://pear.php.net/package/http_request2"},{"regex":"Mechanize(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Mechanize","version":"$1","url":"http://github.com/sparklemotion/mechanize/"},{"regex":"aiohttp(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"aiohttp","version":"$1"},{"regex":"Google-HTTP-Java-Client(?:/(\\\\d+[\\\\.\\\\d\\\\w-]+))?","name":"Google HTTP Java Client","version":"$1"},{"regex":"WWW-Mechanize(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"WWW-Mechanize","version":"$1"},{"regex":"Faraday(?: v(\\\\d+[\\\\.\\\\d]+))?","name":"Faraday","version":"$1"},{"regex":"(?:Go-http-client|Go )/?(?:(\\\\d+[\\\\.\\\\d]+))?(?: package http)?","name":"Go-http-client","version":"$1"},{"regex":"urlgrabber(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"urlgrabber (yum)","version":"$1"},{"regex":"libdnf(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"libdnf","version":"$1"},{"regex":"HTTPie(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"HTTPie","version":"$1"},{"regex":"rest-client/(\\\\d+[\\\\.\\\\d]+).*ruby","name":"REST Client for Ruby","version":"$1"},{"regex":"RestSharp/(\\\\d+[\\\\.\\\\d]+)","name":"RestSharp","version":"$1","url":"http://restsharp.org/"},{"regex":"scalaj-http/(\\\\d+[\\\\.\\\\d]+)","name":"ScalaJ HTTP","version":"$1","url":"https://github.com/scalaj/scalaj-http"},{"regex":"REST::Client/(\\\\d+)","name":"Perl REST::Client","version":"$1","url":"https://metacpan.org/pod/REST::Client"},{"regex":"node-fetch/(\\\\d+[\\\\.\\\\d]+)","name":"Node Fetch","version":"$1","url":"https://github.com/node-fetch/node-fetch"}]')},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(253)),i=r(60),a=r(31),s=r(25);t.default=class{constructor(e){this.options={versionTruncation:1},this.parse=e=>{const t={type:"",name:"",version:""};for(const r of n.default){const o=s.userAgentParser(r.regex,e);if(o){t.type="media player",t.name=a.variableReplacement(r.name,o),t.version=i.formatVersion(a.variableReplacement(r.version,o),this.options.versionTruncation);break}}return t},this.options=Object.assign(Object.assign({},this.options),e)}}},function(e){e.exports=JSON.parse('[{"regex":"Audacious(?:[ /]([\\\\d\\\\.]+))?","name":"Audacious","version":"$1"},{"regex":"Banshee(?:[ /]([\\\\d\\\\.]+))?","name":"Banshee","version":"$1"},{"regex":"Boxee(?:[ /]([\\\\d\\\\.]+))?","name":"Boxee","version":"$1"},{"regex":"Clementine(?:[ /]([\\\\d\\\\.]+))?","name":"Clementine","version":"$1"},{"regex":"Deezer(?:/([\\\\d\\\\.]+))?","name":"Deezer","version":"$1"},{"regex":"iTunes(?:-iPhone|-iPad)?(?:/([\\\\d\\\\.]+))?","name":"iTunes","version":"$1"},{"regex":"FlyCast(?:/([\\\\d\\\\.]+))?","name":"FlyCast","version":"$1"},{"regex":"foobar2000(?:/([\\\\d\\\\.]+))?","name":"Foobar2000","version":"$1"},{"regex":"MediaMonkey(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"MediaMonkey","version":"$1"},{"regex":"Miro(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Miro","version":"$1"},{"regex":"NexPlayer(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"NexPlayer","version":"$1"},{"regex":"Nightingale(?:/([\\\\d\\\\.]+))?","name":"Nightingale","version":"$1"},{"regex":"QuickTime(?:(?:(?:.+qtver=)|(?:(?: E-)?[\\\\./]))([\\\\d\\\\.]+))?","name":"QuickTime","version":"$1"},{"regex":"Songbird(?:/([\\\\d\\\\.]+))?","name":"Songbird","version":"$1"},{"regex":"SubStream(?:/([\\\\d\\\\.]+))?","name":"SubStream","version":"$1"},{"regex":"(?:Lib)?VLC(?:/([\\\\d\\\\.]+))?","name":"VLC","version":"$1"},{"regex":"Winamp(?:MPEG)?(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Winamp","version":"$1"},{"regex":"(?:Windows-Media-Player|NSPlayer)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Windows Media Player","version":"$1"},{"regex":"XBMC(?:/([\\\\d\\\\.]+))?","name":"XBMC","version":"$1"},{"regex":"Kodi(?:/([\\\\d\\\\.]+))?","name":"Kodi","version":"$1"},{"regex":"stagefright(?:/([\\\\d\\\\.]+))?","name":"Stagefright","version":"$1"},{"regex":"GoogleChirp(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Google Podcasts","version":"$1"},{"regex":"Music Player Daemon (?:(\\\\d+[\\\\.\\\\d]+))?","name":"Music Player Daemon","version":"$1"},{"regex":"mpv (?:(\\\\d+[\\\\.\\\\d]+))?","name":"mpv","version":"$1"}]')},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(255)),i=r(60),a=r(31),s=r(25);t.default=class{constructor(e){this.options={versionTruncation:1},this.parse=e=>{const t={type:"",name:"",version:""};for(const r of n.default){const o=s.userAgentParser(r.regex,e);if(o){t.type="personal information manager",t.name=a.variableReplacement(r.name,o),t.version=i.formatVersion(a.variableReplacement(r.version,o),this.options.versionTruncation);break}}return t},this.options=Object.assign(Object.assign({},this.options),e)}}},function(e){e.exports=JSON.parse('[{"regex":"Outlook-Express(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Outlook Express","version":"$1"},{"regex":"Microsoft Outlook(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Microsoft Outlook","version":"$1"},{"regex":"(?:Thunderbird|Icedove|Shredder)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Thunderbird","version":"$1"},{"regex":"Airmail(?: (\\\\d+[\\\\.\\\\d]+))?","name":"Airmail","version":"$1"},{"regex":"Lotus-Notes(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"Lotus Notes","version":"$1"},{"regex":"Barca(?:Pro)?(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Barca","version":"$1"},{"regex":"Postbox(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Postbox","version":"$1"},{"regex":"MailBar(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"MailBar","version":"$1"},{"regex":"The Bat!(?: Voyager)?(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"The Bat!","version":"$1"},{"regex":"DAVdroid(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"DAVdroid","version":"$1"},{"regex":"(?:SeaMonkey|Iceape)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"SeaMonkey","version":"$1"}]')},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(257)),i=o(r(259)),a=o(r(261)),s=o(r(263)),l=o(r(265)),c=o(r(267)),u=[l.default,s.default,n.default,a.default,c.default,i.default];t.default=class{constructor(){this.parse=e=>{for(const t of u){const r=(new t).parse(e);if(""!==r.type)return r}return null}}}},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(258)),i=r(31),a=r(25);t.default=class{constructor(){this.parse=e=>{const t={type:"",brand:"",model:""};for(const[r,o]of Object.entries(n.default)){const n=a.userAgentParser(o.regex,e);if(n){if(t.type="camera",t.brand=r,"model"in o&&o.model)t.model=i.variableReplacement(o.model,n).trim();else if("models"in o&&o.models)for(const r of o.models){const o=a.userAgentParser(r.regex,e);if(o){t.model=i.variableReplacement(r.model,o).trim();break}}break}}return t}}}},function(e){e.exports=JSON.parse('{"Nikon":{"regex":"Coolpix S800c","device":"camera","model":"Coolpix S800c"},"Samsung":{"regex":"EK-G[CN][0-9]{3}","device":"camera","models":[{"regex":"EK-GN120","model":"GALAXY NX"},{"regex":"EK-GC100","model":"GALAXY Camera"},{"regex":"EK-GC110","model":"GALAXY Camera WiFi only"},{"regex":"EK-GC200","model":"GALAXY Camera 2"},{"regex":"EK-GC([0-9]{3})","model":"GALAXY Camera $1"}]}}')},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(260)),i=r(31),a=r(25),s=r(165);t.default=class{constructor(){this.parse=e=>{const t={type:"",brand:"",model:""};let r="";for(const[o,l]of Object.entries(n.default)){const n=a.userAgentParser(l.regex,e);if(n){if(r="device"in l&&l.device||"",t.brand=o,"model"in l&&l.model)t.model=s.buildModel(i.variableReplacement(l.model,n)).trim();else if("models"in l&&l.models)for(const o of l.models){const n=a.userAgentParser(o.regex,e);if(n){t.model=s.buildModel(i.variableReplacement(o.model,n)).trim(),"device"in o&&o.device&&(r=o.device),"brand"in o&&(t.brand=o.brand||"");break}}break}}return t.type="tv"===r?"television":"car browser"===r?"car":r,"Unknown"===t.brand&&(t.brand=""),t}}}},function(e){e.exports=JSON.parse('{"Ace":{"regex":"BUZZ 1 Lite","device":"smartphone","models":[{"regex":"BUZZ 1 Lite","model":"Buzz 1 Lite"}]},"Tunisie Telecom":{"regex":"StarTrail TT[);/ ]","device":"smartphone","model":"StarTrail by TT"},"SFR":{"regex":"StarShine|StarTrail|STARADDICT|StarText|StarNaute|StarXtrem|StarTab","device":"smartphone","models":[{"regex":"StarXtrem[);/ ]","model":"StarXtrem"},{"regex":"StarTrail ?4[);/ ]","model":"StarTrail 4"},{"regex":"StarTrail III[);/ ]","model":"StarTrail 3"},{"regex":"StarTrail II[);/ ]","model":"StarTrail 2"},{"regex":"StarTrail[);/ ]","model":"StarTrail"},{"regex":"StarShine II[);/ ]","model":"StarShine 2"},{"regex":"StarShine[);/ ]","model":"StarShine"},{"regex":"STARADDICT 4[);/ ]","model":"Staraddict 4"},{"regex":"STARADDICT III[);/ ]","model":"Staraddict 3"},{"regex":"STARADDICT II Plus[);/ ]","model":"Staraddict 2 Plus"},{"regex":"STARADDICT II[);/ ]","model":"Staraddict 2"},{"regex":"STARADDICT[);/ ]","model":"Staraddict"},{"regex":"StarText II[);/ ]","model":"StarText 2"},{"regex":"StarText[);/ ]","model":"StarText"},{"regex":"StarNaute II[);/ ]","model":"StarNaute 2"},{"regex":"StarNaute[);/ ]","model":"StarNaute"},{"regex":"StarTab","model":"StarTab","device":"tablet"},{"regex":"((?:StarShine|StarTrail|STARADDICT|StarText|StarNaute|StarXtrem)[^;/]*) Build","model":"$1"}]},"HTC":{"regex":"HTC|Sprint (?:APA|ATP)|ADR(?!910L)[a-z0-9]+|NexusHD2|Amaze[ _]4G[);/ ]|(Desire|Sensation|Evo ?3D|IncredibleS|Wildfire|Butterfly)[ _]?([^;/)]+)(?: Build|\\\\))|(Amaze[ _]4G|One ?[XELSV\\\\+]+)[);/ ]|SPV E6[05]0|One M8|X525a|PG86100|PC36100|XV6975|PJ83100[);/ ]|2PYB2|2PZC5|0PJA10|0PJA2|HTV33","device":"smartphone","models":[{"regex":"2PZC5[);/ ]","model":"U11"},{"regex":"XV6975[);/ ]","model":"Imagio"},{"regex":"PG86100[);/ ]","model":"Evo 3G"},{"regex":"PC36100[);/ ]","model":"Evo 4G"},{"regex":"HTV33[);/ ]","model":"U11"},{"regex":"PJ83100[);/ ]","model":"One X"},{"regex":"(?:0PJA2|0PJA10)[);/ ]","model":"One M9"},{"regex":"ADR6300","model":"Droid Incredible"},{"regex":"ADR6400L","model":"ThunderBolt"},{"regex":"ADR6410LRA","model":"Droid Incredible 3"},{"regex":"SPV E600","model":"Excalibur"},{"regex":"SPV E650","model":"Vox"},{"regex":"X525a","model":"One X+"},{"regex":"2PYB2","model":"Bolt"},{"regex":"NexusHD2","model":"HD2"},{"regex":"HTC[ _\\\\-]P715a","device":"tablet","model":"P715a"},{"regex":"HTC[ _\\\\-]Flyer Build","device":"tablet","model":"Flyer"},{"regex":"HTC[ _\\\\-]Flyer[ _\\\\-]([\\\\w]{1,5})","device":"tablet","model":"Flyer $1"},{"regex":"HTC[ _\\\\-]One[ _\\\\-]max[);/ ]","device":"phablet","model":"One max"},{"regex":"HTC[ _]([^/;]+) [0-9]+(?:\\\\.[0-9]+)+ Build","model":"$1"},{"regex":"HTC[ _]([^/;]+) Build","model":"$1"},{"regex":"HTC[ _]([a-z0-9]+[ _\\\\-]?(?:[a-z0-9_+\\\\-])*)","model":"$1"},{"regex":"USCCHTC(\\\\d+)","model":"$1"},{"regex":"Sprint (ATP.*) Build","device":"tablet","model":"$1 (Sprint)"},{"regex":"Sprint (APA.*) Build","model":"$1 (Sprint)"},{"regex":"HTC(?:[\\\\-/ ])?([a-z0-9\\\\-_]+)","model":"$1"},{"regex":"HTC;(?: )?([a-z0-9 ]+)","model":"$1"},{"regex":"(Desire|Sensation|Evo ?3D|IncredibleS|Wildfire|Butterfly)[ _]?([^;/)]+)(?: Build|\\\\))","model":"$1 $2"},{"regex":"(Amaze[ _]4G|One ?[XELSV\\\\+]*) Build","model":"$1"},{"regex":"(ADR[^;/]+) Build","model":"$1"},{"regex":"(ADR[a-z0-9]+)","model":"$1"},{"regex":"(One M8)","model":"$1"}]},"Microsoft":{"regex":"KIN\\\\.(One|Two)|RM-(?:1010|1031|106[57]|107[23467]|1089|109[02]|1096|1099|1109|111[34]|1127|1141|1154|994)|Microsoft; Lumia|Lumia (?:1530|1320|950|850|650|640|550|535|435)","device":"smartphone","models":[{"regex":"KIN\\\\.(One|Two)","device":"feature phone","model":"Kin $1"},{"regex":"RM-1099|Lumia 430","model":"Lumia 430"},{"regex":"RM-1114|Lumia 435","model":"Lumia 435"},{"regex":"RM-1031|Lumia 532","model":"Lumia 532"},{"regex":"RM-109[02]|RM-1089|Lumia 535","model":"Lumia 535"},{"regex":"RM-1141|Lumia 540","model":"Lumia 540"},{"regex":"RM-1127|Lumia 550","model":"Lumia 550"},{"regex":"RM-1010","model":"Lumia 638"},{"regex":"RM-106[57]|RM-1096|Lumia 640 XL","model":"Lumia 640 XL","device":"phablet"},{"regex":"RM-1109|RM-1113|RM-107[23467]|Lumia 640","model":"Lumia 640"},{"regex":"RM-1154|Lumia 650","model":"Lumia 650"},{"regex":"Lumia 850","model":"Lumia 850"},{"regex":"Lumia 950 XL","model":"Lumia 950 XL","device":"phablet"},{"regex":"Lumia 950","model":"Lumia 950"},{"regex":"RM-994|Lumia 1320","model":"Lumia 1320"},{"regex":"Lumia 1530","model":"Lumia 1530"},{"regex":"Microsoft; Lumia ([^;/)]+)[;/)]","model":"Lumia $1"}]},"Nokia":{"regex":"Nokia(?!Browser|Webview|; GT-I8750)|Lumia|Maemo RX|portalmmm/2\\\\.0 N7|portalmmm/2\\\\.0 NK|nok[0-9]+|Symbian.*\\\\s([a-z0-9]+)$|RX-51 N900|TA-[0-9]{4}|ARM; 909","device":"smartphone","models":[{"regex":"TA-10(07|23|29|35)","model":"2"},{"regex":"TA-10(20|28|32|38)","model":"3"},{"regex":"TA-10(24|27|44|53)","model":"5"},{"regex":"TA-10(00|03|21|25|33|39|54)","model":"6"},{"regex":"TA-1041","model":"7"},{"regex":"TA-10(04|12|52)","model":"8"},{"regex":"Nokia 8\\\\.1","model":"8.1"},{"regex":"Nokia 8 Sirocco","model":"8 Sirocco"},{"regex":"Nokia 7\\\\.1","model":"7.1"},{"regex":"Nokia 7 plus","model":"7 plus"},{"regex":"Nokia 6\\\\.1 Plus","model":"6.1 Plus"},{"regex":"Nokia 6\\\\.1","model":"6.1"},{"regex":"Nokia 5\\\\.1 Plus","model":"5.1 Plus"},{"regex":"Nokia 5\\\\.1","model":"5.1"},{"regex":"Nokia 3\\\\.1","model":"3.1"},{"regex":"Nokia 2\\\\.1","model":"2.1"},{"regex":"Nokia 1 Plus","model":"1 Plus"},{"regex":"Nokia 1","model":"1"},{"regex":"RX-51 N900","model":"N900"},{"regex":"(?: )?(Nokia500|nokiaasha500(?:dualsim)?)(?: Build|[_);/])","model":"Asha 500"},{"regex":"Nokia5130c(?:-2)?","model":"5130 XpressMusic"},{"regex":"Nokia5230","model":"Nuron"},{"regex":"Nokia5233","model":"5233"},{"regex":"Nokia5800d-1","model":"5800 XpressMusic"},{"regex":"Nokia6210Navigator","model":"Navigator"},{"regex":"Nokia8800e?","model":"Sapphire Arte"},{"regex":"NOKIA-RH-17","model":"2280"},{"regex":"NOKIA-RH-27","model":"6225"},{"regex":"NOKIA-RH-34","model":"6585"},{"regex":"NOKIA-RH-48","model":"3105"},{"regex":"NOKIA-RM-11","model":"3205"},{"regex":"Nokia808 PureView","model":"808 PureView"},{"regex":"Nokia ?([0-9]{4})c(?:-)?","model":"$1 Classic"},{"regex":"Nokia ?([0-9]{4})s(?:-)?","model":"$1 Slide"},{"regex":"Nokia ?([0-9]{4})","model":"$1"},{"regex":"(?: )?Nokia([235][0-9]{2})(?: Build|[_);/])","model":"Asha $1"},{"regex":"Nokia([CEX]-?[0-9]{1,2}i?)-[0-9]{1,2}u?(?: Build|[_);/])","model":"$1"},{"regex":"Nokia;? 520T","model":"Lumia 520T"},{"regex":"RM-91[45]","model":"Lumia 520"},{"regex":"RM-997|Nokia 526","model":"Lumia 526"},{"regex":"RM-846","model":"Lumia 620"},{"regex":"RM-97[68]","model":"Lumia 630"},{"regex":"RM-97[45]","model":"Lumia 635"},{"regex":"RM-1027","model":"Lumia 636"},{"regex":"NOKIA;? 710","model":"Lumia 710"},{"regex":"Nokia;? 720T","model":"Lumia 720T"},{"regex":"RM-885","model":"Lumia 720"},{"regex":"Lumia 730","model":"Lumia 730"},{"regex":"RM-103[89]","model":"Lumia 735"},{"regex":"Nokia;? 800C","model":"Lumia 800C"},{"regex":"Nokia;? 800","model":"Lumia 800"},{"regex":"Nokia 820","model":"Lumia 820"},{"regex":"RM-984","model":"Lumia 830"},{"regex":"Nokia;? 900","model":"Lumia 900"},{"regex":"(RM-82[12]|Nokia;? 920)(?: Build|[_);/])","model":"Lumia 920"},{"regex":"(RM-89[23]|RM-910|Nokia;? 925)(?: Build|[a_);/])","model":"Lumia 925"},{"regex":"Lumia 929","model":"Lumia Icon"},{"regex":"RM-1045","model":"Lumia 930"},{"regex":"(ARM; 909|NOKIA;? 909|NOKIA; id300)(?: Build|[_);/])","model":"Lumia 1020"},{"regex":"NOKIA;? 1520\\\\.1","model":"Lumia 1520.1"},{"regex":"Nokia ([A-Za-z0-9\\\\. ]+)(?: Build|[_);/])","model":"$1"},{"regex":"Nokia(N[0-9]+)","model":"$1"},{"regex":"Nokia-([a-z0-9]+)","model":"N$1"},{"regex":"NOKIA; (?!Qt;)([a-z0-9\\\\- ]+)","model":"$1"},{"regex":"NOKIA[ _]?([a-z0-9\\\\-]+)","model":"$1"},{"regex":"NOKIA/([a-z0-9 ]+)","model":"$1"},{"regex":"(Lumia [a-z0-9\\\\-]+ XL)","device":"phablet","model":"$1"},{"regex":"(Lumia [a-z0-9\\\\-]+)","model":"$1"},{"regex":"Maemo RX-51 ([a-z0-9]+)","model":"$1"},{"regex":"Maemo RX-34","model":"N800"},{"regex":"NokiaInternal|Nokia-WAP-Toolkit|Nokia-MIT-Browser|Nokia Mobile|Nokia Browser|Nokia/Series","model":""},{"regex":"portalmmm/2\\\\.0 (N7[37]|NK[a-z0-9]+)","model":"$1"},{"regex":"nok([0-9]+)","model":"$1"},{"regex":"Symbian.*\\\\s([a-z0-9]+)$","device":"feature phone","model":"$1"}]},"CnM":{"regex":"CnM","device":"tablet","models":[{"regex":"CnM[ \\\\-](?:Touchpad|TP)[ \\\\-]([0-9\\\\.]+)","model":"Touchpad $1"}]},"RIM":{"regex":"BB10;|BlackBerry|rim[0-9]+|PlayBook|STV100-[1234]|STH100-[12]|BBA100-[12]|BBB100-[1234567]|BBC100-1|BBD100-[126]|BBE100-[123456789]|BBF100-[123456789]|BBG100-1|BBH100-1","device":"smartphone","models":[{"regex":"BBA100-[12]","model":"BlackBerry DTEK60"},{"regex":"BBB100-[1234567]","model":"KEYone"},{"regex":"BBC100-1","model":"Aurora"},{"regex":"BBD100-[126]","model":"Motion"},{"regex":"BBE100-[123456789]","model":"KEY2 LE"},{"regex":"BBF100-[1234567]","model":"KEY2"},{"regex":"BBF100-8","model":"KEY2 Silver"},{"regex":"BBF100-9","model":"KEY2 Black"},{"regex":"BBG100-1","model":"Evolve"},{"regex":"BBH100-1","model":"Evolve X"},{"regex":"STV100-[1234]","model":"BlackBerry Priv"},{"regex":"STH100-[12]","model":"BlackBerry DTEK50"},{"regex":"BB10; ([a-z0-9\\\\- ]+)\\\\)","model":"BlackBerry $1"},{"regex":"PlayBook.+RIM Tablet OS","model":"BlackBerry Playbook","device":"tablet"},{"regex":"BlackBerry(?: )?([a-z0-9]+)","model":"BlackBerry $1"},{"regex":"rim([0-9]+)","model":"BlackBerry $1"},{"regex":"BlackBerry","model":"BlackBerry"}]},"Palm":{"regex":"(?:Pre|Pixi)/(\\\\d+)\\\\.(\\\\d+)|Palm|Treo|Xiino","device":"smartphone","models":[{"regex":"((?:Pre|Pixi))/(\\\\d+\\\\.\\\\d+)","model":"$1 $2"},{"regex":"Palm(?:[ \\\\-])?((?!OS|Source|scape)[a-z0-9]+)","model":"$1"},{"regex":"Treo([a-z0-9]+)","model":"Treo $1"},{"regex":"Tungsten","model":"Tungsten"},{"regex":"Xiino|Palmscape","model":""}]},"HP":{"regex":"TouchPad/\\\\d+\\\\.\\\\d+|hp-tablet|HP ?iPAQ|webOS.*P160U|HP (?:Pro )?Slate|HP [78]|Compaq [7|8]|HP; [^;/)]+","device":"smartphone","models":[{"regex":"HP Slate 6 Voice Tab","model":"Slate 6 VoiceTab","device":"phablet"},{"regex":"HP ([78][^/;]*) Build","model":"Slate $1","device":"tablet"},{"regex":"Compaq ([78][^/;]*) Build","model":"Compaq $1","device":"tablet"},{"regex":"HP Pro Slate 8","model":"Pro Slate 8","device":"tablet"},{"regex":"HP Slate ?(.+) Build","model":"Slate $1","device":"tablet"},{"regex":"HP Slate ?([0-9]+)","model":"Slate $1","device":"tablet"},{"regex":"TouchPad/(\\\\d+\\\\.\\\\d+)|hp-tablet","model":"TouchPad","device":"tablet"},{"regex":"HP; ([^;/)]+)","model":"$1"},{"regex":"HP(?: )?iPAQ(?: )?([a-z0-9]+)","model":"iPAQ $1"},{"regex":"webOS.*(P160U)","model":"Veer"}]},"TiPhone":{"regex":"TiPhone ?([a-z0-9]+)","device":"smartphone","model":"$1"},"Apple":{"regex":"(?:iTunes-)?Apple[ _]?TV|(?:Apple-|iTunes-)?(?<!like )(?:iPad|iPhone)|iPh[0-9],[0-9]|CFNetwork|HomePod","models":[{"regex":"HomePod","device":"smart speaker","model":"HomePod"},{"regex":"(?:Apple-)?iPh(?:one)?1[C,_]1","model":"iPhone","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?1[C,_]2","model":"iPhone 3G","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?2[C,_]1| 3GS\\\\)$","model":"iPhone 3GS","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?3[C,_][123]","model":"iPhone 4","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?4[C,_]1|1C2%254enohPi| 4S\\\\)$","model":"iPhone 4S","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?5[C,_][12]| 5\\\\)$","model":"iPhone 5","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?5[C,_][34]","model":"iPhone 5C","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?6[C,_][12]| 5S\\\\)$","model":"iPhone 5S","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?7[C,_]1|1C2%257enohPi| 6PLUS\\\\)$","model":"iPhone 6 Plus","device":"phablet"},{"regex":"(?:Apple-)?iPh(?:one)?7[C,_]2| 6\\\\)$","model":"iPhone 6","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?8[C,_]2| 6SPLUS\\\\)$","model":"iPhone 6s Plus","device":"phablet"},{"regex":"(?:Apple-)?iPh(?:one)?8[C,_]1|iPhone 6s| 6S\\\\)$","model":"iPhone 6s","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?8[C,_]4| SE\\\\)$","model":"iPhone SE","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?9[C,_][13]| 7\\\\)$","model":"iPhone 7","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?9[C,_][24]| 7PLUS\\\\)$","model":"iPhone 7 Plus","device":"phablet"},{"regex":"(?:Apple-)?iPh(?:one)?10[C,_][14]| 8\\\\)$","model":"iPhone 8","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?10[C,_][25]| 8PLUS\\\\)$","model":"iPhone 8 Plus","device":"phablet"},{"regex":"(?:Apple-)?iPh(?:one)?10[C,_][36]|iPhone X| X\\\\)$","model":"iPhone X","device":"phablet"},{"regex":"(?:Apple-)?iPh(?:one)?11[C,_][2]| XS\\\\)$","model":"iPhone XS","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?11[C,_][46]| XSMAX\\\\)$","model":"iPhone XS Max","device":"phablet"},{"regex":"(?:Apple-)?iPh(?:one)?11[C,_][8]| XR\\\\)$","model":"iPhone XR","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?12[C,_][1]| 11\\\\)$","model":"iPhone 11","device":"smartphone"},{"regex":"(?:Apple-)?iPh(?:one)?12[C,_][3]| 11PRO\\\\)$","model":"iPhone 11 Pro","device":"phablet"},{"regex":"(?:Apple-)?iPh(?:one)?12[C,_][5]| 11PROMAX\\\\)$","model":"iPhone 11 Pro Max","device":"phablet"},{"regex":"(?:Apple-)?iPh(?:one)?12[C,_][8]","model":"iPhone SE (2020)","device":"phablet"},{"regex":"(?:Apple-)?iPad1[C,_]1","model":"iPad","device":"tablet"},{"regex":"(?:Apple-)?iPad2[C,_][1234]","model":"iPad 2","device":"tablet"},{"regex":"(?:Apple-)?iPad2[C,_][567]","model":"iPad Mini","device":"tablet"},{"regex":"(?:Apple-)?iPad3[C,_][123]","model":"iPad 3","device":"tablet"},{"regex":"(?:Apple-)?iPad3[C,_][456]","model":"iPad 4","device":"tablet"},{"regex":"(?:Apple-)?iPad4[C,_][123]","model":"iPad Air","device":"tablet"},{"regex":"(?:Apple-)?iPad4[C,_][456]","model":"iPad Mini 2","device":"tablet"},{"regex":"(?:Apple-)?iPad4[C,_][789]","model":"iPad Mini 3","device":"tablet"},{"regex":"(?:Apple-)?iPad5[C,_][12]","model":"iPad Mini 4","device":"tablet"},{"regex":"(?:Apple-)?iPad5[C,_][34]","model":"iPad Air 2","device":"tablet"},{"regex":"(?:Apple-)?iPad6[C,_][34]","model":"iPad Pro 9.7","device":"tablet"},{"regex":"(?:Apple-)?iPad6[C,_][78]","model":"iPad Pro 12.9","device":"tablet"},{"regex":"(?:Apple-)?iPad6[C,_](?:11|12)","model":"iPad 5 9.7","device":"tablet"},{"regex":"(?:Apple-)?iPad7[C,_][12]","model":"iPad Pro 2 12.9","device":"tablet"},{"regex":"(?:Apple-)?iPad7[C,_][34]","model":"iPad Pro 10.5","device":"tablet"},{"regex":"(?:Apple-)?iPad7[C,_][56]","model":"iPad 6 9.7","device":"tablet"},{"regex":"(?:Apple-)?iPad7[C,_](?:11|12)","model":"iPad 7 10.2","device":"tablet"},{"regex":"(?:Apple-)?iPad8[C,_][1-4]","model":"iPad Pro 3 11.0","device":"tablet"},{"regex":"(?:Apple-)?iPad8[C,_][5-8]","model":"iPad Pro 3 12.9","device":"tablet"},{"regex":"Apple-?TV2[C,_]1","model":"Apple TV 2","device":"tv"},{"regex":"Apple-?TV3[C,_][12]","model":"Apple TV 3","device":"tv"},{"regex":"Apple-?TV5[C,_]3","model":"Apple TV 4","device":"tv"},{"regex":"Apple-?TV6[C,_]2","model":"Apple TV 4K","device":"tv"},{"regex":"(?:iTunes-)?Apple[ _]?TV","model":"Apple TV","device":"tv"},{"regex":"HomePod","model":"HomePod","device":"smart speaker"},{"regex":"iTunes-iPad/[0-9]+(?:\\\\.[0-9]+)* \\\\(([^;]+);","model":"iPad $1","device":"tablet"},{"regex":"(?:Apple-)?iPad","model":"iPad","device":"tablet"},{"regex":"iTunes-iPhone/[0-9]+(?:\\\\.[0-9]+)* \\\\(([^;]+);","model":"iPhone $1","device":"smartphone"},{"regex":"(?:Apple-)?iPhone ?(3GS?|4S?|5[CS]?|6(:? Plus)?)?","model":"iPhone $1","device":"smartphone"}]},"MicroMax":{"regex":"(?:MicroMax[ \\\\-\\\\_]?[a-z0-9]+|Q327)|P70221 Build|YU(5040|5530)[);/ ]","device":"smartphone","models":[{"regex":"AQ5001","model":"Canvas Juice 2"},{"regex":"E481","model":"Canvas 5"},{"regex":"P70221 Build","model":"Canvas Tab","device":"tablet"},{"regex":"Q327","model":"Bolt"},{"regex":"Q417","model":"Canvas Mega"},{"regex":"YU5040[);/ ]","model":"YU Yureka YU5040"},{"regex":"YU5530[);/ ]","model":"YU Yureka S YU5530"},{"regex":"Q424","model":"Bolt Selfie"},{"regex":"Q426","model":"Canvas Mega 2"},{"regex":"MicroMax(?:[ \\\\-\\\\_])?(P[a-z0-9]+)","model":"$1","device":"tablet"},{"regex":"MicroMax(?:[ \\\\-\\\\_])?([a-z0-9]+)","model":"$1"}]},"3Q":{"regex":"AC0731B|AC1024C|AC7803C|BC9710AM|EL72B|LC0720C|LC0723B|LC0725B|LC0804B|LC0808B|LC0809B|LC0810C|LC0816C|LC0901D|LC1016C|MT0724B|MT0729[BD]|MT0811B|OC1020A|RC0709B|RC0710B|RC0718C|RC0719H|RC0721B|RC0722C|RC0726B|RC0734H|RC0743H|RC0817C|RC1018C|RC1019G|RC1025F|RC1301C|RC7802F|RC9711B|RC9712C|RC9716B|RC9717B|RC9724C|RC9726C|RC9727F|RC9730C|RC9731C|TS0807B|TS1013B|VM0711A|VM1017A|RC0813C|QS9719D|QS9718C|QS9715F|QS1023H|QS0815C|QS0730C|QS0728C|QS0717D|QS0716D|QS0715C|MT7801C|TS9708B|AC0732C|MT0739D|MT0812E|(?:3Q_)?ER71B","device":"tablet","models":[{"regex":"MT0724B|LC0901D|LC0816C|LC0810C|LC0809B|LC0808B|LC0804B|LC0725B|LC0723B","model":"Qoo! P-Pad"},{"regex":"VM1017A|TS1013B|TS0807B|RC9731C|RC9730C|RC9727F|RC9726C|RC9724C|RC9717B|RC9716B|RC9712C|RC9711B|RC1301C|RC1025F|RC1019G|RC1018C|RC0817C|RC0813C|RC0743H|RC0734H|RC0726B|RC0722C|RC0721B|RC0719H|RC0718C|RC0710B|RC0709B|QS9715F|QS1023H|QS0815C|QS0730C|QS0728C|QS0717D|QS0716D|QS0715C|MT0811B|MT0739D|MT0729[BD]|LC1016C|LC0720C|BC9710AM|AC1024C|AC0731B","model":"Qoo! Q-Pad"},{"regex":"MT7801C|QS9718C|QS9719D|VM0711A|OC1020A","model":"Qoo! Surf"},{"regex":"TS9708B","model":"Surf TS1009B"},{"regex":"AC7803C|AC0732C","model":"Qoo! Lite"},{"regex":"MT0812E|RC7802F","model":"Qoo! Meta"},{"regex":"EL72B|(?:3Q_)?ER71B","model":"Qoo! Q-Book"}]},"4Good":{"regex":"4Good[ _]|S450m [43]G|S555m 4G|S501m 3G|T700i_3G|Light A103","device":"smartphone","models":[{"regex":"T700i_3G","model":"T700i 3G","device":"tablet"},{"regex":"S555m[_ ]4G","model":"People"},{"regex":"(S(?:450m|501m)[_ ][43]G|Light A103)","model":"$1"},{"regex":"4Good[ _]([^;/]+) Build","model":"$1"},{"regex":"4Good[ _]([^);/ ]+)","model":"$1"}]},"Alba":{"regex":"Alba 57","device":"smartphone","models":[{"regex":"Alba 57","model":"5.7"}]},"AllCall":{"regex":"AllCall_|Heat[34]|Hot ?[125][^;/]+ Build","device":"smartphone","models":[{"regex":"AllCall_(Alpha|Atom|Bro|Madrid)","model":"$1"},{"regex":"AllCall_S1_X","model":"S1 X"},{"regex":"AllCall_S1","model":"S1"},{"regex":"AllCall_RIO_S","model":"Rio S"},{"regex":"AllCall_RIO_PRO","model":"Rio Pro"},{"regex":"AllCall_RIO","model":"Rio"},{"regex":"Heat([34])","model":"Heat $1"},{"regex":"Hot ?([125][^;/]+) Build","model":"Hot $1"}]},"Bravis":{"regex":"Bravis[ _]|A501 Bright|A552 JOY Max|A504 Trace|A505 JOY Plus|A503 Joy|NB(?:106M|10[1-8]|751|7[145]|8[57]1|76)|NP101|NB961|NP 104 3G|B501|N1-570 Space|Atlas A551","device":"smartphone","models":[{"regex":"A501 BRIGHT","model":"A501 Bright"},{"regex":"Bravis[_ ]X500","model":"Trace Pro"},{"regex":"Bravis[_ ]A506","model":"Crystal"},{"regex":"Bravis[_ ]A553","model":"Discovery"},{"regex":"BRAVIS[ _]TAU","model":"Tau"},{"regex":"BRAVIS[ _]DELTA","model":"Delta"},{"regex":"BRAVIS[ _]TREND","model":"Trend"},{"regex":"B501","model":"Easy"},{"regex":"N1-570","model":"Space"},{"regex":"BRAVIS[ ]A554","model":"A554 Grand"},{"regex":"A505 JOY Plus","model":"A505 Joy Plus"},{"regex":"A552 JOY Max","model":"A552 Joy Max"},{"regex":"Atlas A551","model":"A551 Atlas"},{"regex":"A503 Joy","model":"A503 Joy"},{"regex":"A504 Trace","model":"A504 Trace"},{"regex":"BRAVIS[ _]SLIM[ _]3G","model":"Slim 3G","device":"tablet"},{"regex":"Bravis[_ ]([^;\\\\)]+) Build","model":"$1"},{"regex":"(NB(?:106M|10[1-8]|751|7[145]|8[57]1|76)|NP101|NB961)","model":"$1","device":"tablet"},{"regex":"NP 104 3G","model":"NP104 3G","device":"tablet"}]},"Acer":{"regex":"acer|(?<!ZTE BLADE |ImSmart |ERGO |X-Style Tab )a(?:101|110|2[10]0|211|50[10]|51[10]|70[10])[);/ ]|Android.*V3[67]0[);/ ]|Android.*Z1[23456]0 Build|Android.*Z5\\\\d{2} Build|Android.*T0[234678] Build|Android.*S55[);/ ]|(?:A1-(713(HD)?|7[23]4|830|841|840FHD|81[01])|A3-A[1234][01]|B1-(7[1235-8][01](HD)?|7[23]3|8[1235]0|A71)|B3-(A[12]0|A3[02]|A40FHD)|E39)[);/ ]|S5[12]0 Build|DA[0-9]+HQ?L[);/ ]|Aspire V5-121|Predator G9-793|GT-810","device":"smartphone","models":[{"regex":"DA220HQL[);/ ]","model":"DA220HQL","device":"smart display"},{"regex":"DA241HL[);/ ]","model":"DA241HL","device":"smart display"},{"regex":"(DA[0-9]+HQ?L)[);/ ]","model":"$1","device":"smart display"},{"regex":"A1-81[01]","model":"Iconia A","device":"tablet"},{"regex":"A1-84(1|0FHD)","model":"Iconia Tab 8","device":"tablet"},{"regex":"A1-713(HD)?","model":"Iconia Tab 7","device":"tablet"},{"regex":"A1-830","model":"Iconia A1","device":"tablet"},{"regex":"A1-7[23]4","model":"Iconia Talk S","device":"tablet"},{"regex":"A3-A[12][01]","model":"Iconia A3","device":"tablet"},{"regex":"A3-A[34]0","model":"Iconia Tab 10","device":"tablet"},{"regex":"B1-7[5678]0|B1-730HD","model":"Iconia One 7","device":"tablet"},{"regex":"B1-7[123][01]|B1-A71","model":"Iconia B1","device":"tablet"},{"regex":"B1-7[23]3","model":"Iconia Talk 7","device":"tablet"},{"regex":"B1-8[1235]0","model":"Iconia One 8","device":"tablet"},{"regex":"B3-A([12]0|3[02]|40FHD)","model":"Iconia One 10","device":"tablet"},{"regex":"A101","model":"Vangogh","device":"tablet"},{"regex":"A200","model":"Picasso E","device":"tablet"},{"regex":"A50[01]","model":"Picasso","device":"tablet"},{"regex":"Acer One 7","model":"One 7","device":"tablet"},{"regex":"GT-810","model":"Predator 8","device":"tablet"},{"regex":"E39[);/ ]","model":"Liquid E700"},{"regex":"E310[);/ ]","model":"Liquid Mini"},{"regex":"E320(?:-orange)?[);/ ]","model":"Liquid Express"},{"regex":"E310[);/ ]","model":"beTouch E210"},{"regex":"Android.*V360[);/ ]","model":"Liquid E1 Duo"},{"regex":"Android.*V370[);/ ]","model":"Liquid E2 Duo"},{"regex":"S510[);/ ]","model":"Liquid S1"},{"regex":"S520[);/ ]","model":"Liquid S2"},{"regex":"(?:Acer_)?P400[);/ ]","model":"neoTouch P400"},{"regex":"(?:Acer_)?P300[);/ ]","model":"neoTouch P300"},{"regex":"(?:Acer_)?S200[);/ ]","model":"neoTouch S200"},{"regex":"(?:Acer_)?E100[);/ ]","model":"beTouch E100"},{"regex":"Android.*Z1([234])0[);/ ]","model":"Liquid Z$1"},{"regex":"Android.*Z110[);/ ]","model":"Liquid Z110"},{"regex":"Android.*Z150[);/ ]","model":"Liquid Z5 Duo"},{"regex":"Android.*Z160[);/ ]","model":"Liquid Z4 Duo"},{"regex":"Android.*Z(5\\\\d{2})[);/ ]","model":"Liquid Z$1"},{"regex":"Android.*S57[);/ ]","model":"Liquid Jade Z"},{"regex":"Android.*T02[);/ ]","model":"Liquid Z530"},{"regex":"Android.*T03[);/ ]","model":"Liquid Z630"},{"regex":"Android.*T04[);/ ]","model":"Liquid Z630S"},{"regex":"Android.*T06[);/ ]","model":"Liquid Zest"},{"regex":"Android.*T07[);/ ]","model":"Liquid Zest 4G"},{"regex":"Android.*T08[);/ ]","model":"Liquid Zest Plus"},{"regex":"TM01[);/ ]","model":"Liquid M330"},{"regex":"M220[);/ ]","model":"Liquid M220"},{"regex":"AcerTD600","model":"TD600"},{"regex":"Android.*S55[);/ ]","model":"Liquid Jade"},{"regex":"(?:Acer )?(Chromebook R1[13])","model":"$1","device":"desktop"},{"regex":"(?:Acer )?(Chromebook 14)","model":"$1","device":"desktop"},{"regex":"(Aspire V5-121)","model":"$1","device":"desktop"},{"regex":"(Predator G9-793)","model":"$1","device":"desktop"},{"regex":"Acer; ?([^;\\\\(\\\\)/]+)","model":"$1"},{"regex":"Acer(?! ?inc)[ _\\\\-]?([^;\\\\(\\\\)/]+)[();/ ]","model":"$1"},{"regex":"acer[\\\\-_]([a-z0-9]+)","model":"$1"},{"regex":"a(101|110|2[10]0|211|50[10]|51[10]|70[10])[);/ ]","model":"Iconia Tab A$1","device":"tablet"}]},"Advan":{"regex":"(i7U|S45E|50[46]1|5059|S50H|I7D|i55[KD]|i4U|S7D|S4Z|i5[KE]|S5E[ _]NXT) Build","device":"smartphone","models":[{"regex":"i7U","model":"I Lite i7U"},{"regex":"S5E[ _]NXT","model":"S5E NXT"},{"regex":"i(55[KD]|5[KE])","model":"I$1"},{"regex":"i4U","model":"I4U"},{"regex":"(S45E|50[46]1|5059|S50H|I7D|S7D|S4Z)","model":"$1"}]},"Advance":{"regex":"Hollogram|HL6246|IntroTr3544|Tr3845","device":"smartphone","models":[{"regex":"IntroTr3544|Tr3845","model":"Intro","device":"tablet"},{"regex":"HL6246","model":"Hollogram HL6246"},{"regex":"Hollogram ([^;\\\\)]+) Build","model":"Hollogram $1"}]},"AGM":{"regex":"AGM ([^/;\\\\)]+)(?: Build|\\\\))","device":"smartphone","model":"$1"},"Airness":{"regex":"AIRNESS-([\\\\w]+)","device":"feature phone","model":"$1"},"Aiwa":{"regex":"AW790|M300","device":"smartphone","models":[{"regex":"AW790","model":"AW790"},{"regex":"M300","model":"M300","device":"phablet"}]},"Akai":{"regex":"Akai[ _-]|Eco[ _]E2|Glory[ _](?:G[1235]|L[123]|O[125])|TAB-[79]8[03]0Q?|X6 METAL|AKTB-703MZ","device":"smartphone","models":[{"regex":"TAB-([79]8[03]0Q?)","device":"tablet","model":"TAB $1"},{"regex":"AKTB-703MZ","device":"tablet","model":"AKTB-703MZ"},{"regex":"X6 METAL","model":"iLike"},{"regex":"Glory[ _](G[1235]|L[123]|O[125])","model":"Glory $1"},{"regex":"Eco[ _]E2","model":"Eco E2"},{"regex":"Akai[ _-]([^;/]+) Build","model":"$1"},{"regex":"Akai[ _-]([^;/]+)[;/)]","model":"$1"}]},"Arian Space":{"regex":"Arian Space","device":"tablet","models":[{"regex":"100 ST1004PG","model":"100"},{"regex":"80 SS8003PG","model":"80"},{"regex":"71 ST7002PG","model":"71"},{"regex":"70 ST7001RW","model":"70"}]},"Alcatel":{"regex":"Alcatel|Alc(?!or )[a-z0-9]+|One[ _]?Touch|idol3|(?:4003[AJ]|4009[ADEFIKMSX]|4013[DEJKMX]|4014[ADEKMX]|4015[ADNTX]|4016[ADX]|4017[ADEFSX]|4018[ADEFMX]|4024[EDX]|4027[ADNX]|4028[AEJS]|4032[ADEX]|4034[ADEFGX]|4035[ADXY]|4045[ADEX]|4047[ADFGNX]|4049[DEGMX]|4060[SW]|4114E|5001[ADJTU](?:_EEA|_RU)?|5009[AD]|5010[DEGSUX]|5011A|5012[DFG]|5015[ADEX]|5016[AXJ]|5017[ABDEOX]|5019D|5022[EDX]|5023[EF]|5024[AD](?:_RU)?|5025[DEG]|5026[AD]|5027B|5032W|5033[AX]|5033D[ _]RU|5034D(_RU)?|5038[ADEX]|5041C|5042[ADEFGWX]|5044[ADGIKOPSTY]|5045[ADFGIJTXY]|5046[ADGIJSTUY]|5047[DIUY]|5049[EGSWZ]|5050[ASXY]|5051[ADEJMTWX]|5052[AD](_RU)?|5054[ADNSTWX]|5056[ADEGIJMNTUWX]|5057M|5058[AIY](_RU)?|5059[ADXYZ](_RU)?|5065[ADNWX]|5070D|5080[ADFQUX]|5085[ABCDGHIJNOQY]|5086[ADY]|5090[AIY]|5095[IKY]|5098[OS]|5099[ADYUI](_RU)?|5116J|5145A|6016[ADEX]|6036[AXY]|6037[BKY]|6039[AHJKY]|6043[AD]|6044D|6045[BFIKOY]|6050[AFY]|6055[ABDHIKPUYZ]|6058[ADX]|6060S|6062W|6070K|7040[ADEFKRT]|7041[DX]|7043[AEKY]|7044[AX]|7045Y|7048[ASWX]|7055A|7070X|8030Y|8050[DEGX]|8063|9001[DIX]|9002X|9003[AX]|9024O|9005X|9026X|9007[ATX]|9008[ADIJNTUX]|9010X|9022X|9203A|A570BL|I213|I216X)[);/ ]|TIMXL","device":"smartphone","models":[{"regex":"(?:5022[EDX]|5070D)[);/ ]","model":"One Touch Pop Star"},{"regex":"6044D[);/ ]","model":"One Touch Pop Up"},{"regex":"(?:4015[ATX]|4016A)[);/ ]","model":"One Touch Pop C1"},{"regex":"(?:4015[DN]|4016[DX])[);/ ]","model":"One Touch Pop C1 Dual SIM"},{"regex":"4032[AX][);/ ]","model":"One Touch Pop C2"},{"regex":"4032[DE][);/ ]","model":"One Touch Pop C2 Dual SIM"},{"regex":"(?:7040[AFK]|7041X)[);/ ]","model":"One Touch Pop C7"},{"regex":"(?:7040[DE]|7041D)[);/ ]","model":"One Touch Pop C7 Dual SIM"},{"regex":"4018[ADEFMX][);/ ]","model":"One Touch Pop D1"},{"regex":"4035[ADXY][);/ ]","model":"One Touch Pop D3"},{"regex":"5038[ADEX][);/ ]","model":"One Touch Pop D5"},{"regex":"4045[AX][);/ ]","model":"One Touch Pop 2 4\\""},{"regex":"4045[DE][);/ ]","model":"One Touch Pop 2 4\\" Dual SIM"},{"regex":"5042[AFGWX][);/ ]","model":"One Touch Pop 2 4.5\\""},{"regex":"5042[DE][);/ ]","model":"One Touch Pop 2 4.5\\" Dual SIM"},{"regex":"(?:7043[AY]|7044[AX])[);/ ]","model":"One Touch Pop 2 5\\""},{"regex":"7043[EK][);/ ]","model":"One Touch Pop 2 5\\" Dual SIM"},{"regex":"50[16]5X[);/ ]","model":"One Touch Pop 3"},{"regex":"(?:5015[AE]|5016[AJ]|5065[ADWX]|5116J)[);/ ]","model":"One Touch Pop 3 5\\""},{"regex":"(?:5025[DEG]|5054[ADSTX])[);/ ]","model":"One Touch Pop 3 5.5\\""},{"regex":"5015D[);/ ]","model":"One Touch Pop 3 Dual SIM"},{"regex":"5051[AEJMTWX][);/ ]","model":"One Touch Pop 4"},{"regex":"5051D[);/ ]","model":"One Touch Pop 4 Dual SIM"},{"regex":"5033D[ _]RU","model":"One Touch 5033D"},{"regex":"5095[IKY][);/ ]","model":"One Touch Pop 4S"},{"regex":"5056[ADEGJMTUX][);/ ]","model":"One Touch Pop 4+"},{"regex":"7070X[);/ ]","model":"One Touch Pop 4 6\\""},{"regex":"5057M[);/ ]","model":"One Touch Pop Mirage"},{"regex":"5050[ASXY][);/ ]","model":"One Touch Pop S3"},{"regex":"7045Y[);/ ]","model":"One Touch Pop S7"},{"regex":"6037[BKY][);/ ]","model":"One Touch Idol 2"},{"regex":"5027B[);/ ]","model":"One Touch Dawn"},{"regex":"5024[AD](?:_RU)?[);/ ]","model":"1S"},{"regex":"5034D(_RU)?[);/ ]","model":"3L"},{"regex":"7040[RT][);/ ]","model":"One Touch Fierce 2"},{"regex":"5056[NW]","model":"One Touch Fierce 4"},{"regex":"5054[NW]","model":"One Touch Fierce XL"},{"regex":"6016[AX][);/ ]","model":"One Touch Idol 2 mini"},{"regex":"6016[DE][);/ ]","model":"One Touch Idol 2 mini Dual SIM"},{"regex":"6036[AXY][);/ ]","model":"One Touch Idol 2 mini S"},{"regex":"6050[AFY][);/ ]","model":"One Touch Idol 2S"},{"regex":"6039[AHJKY][);/ ]|idol3","model":"One Touch Idol 3"},{"regex":"6045[BFIKOY][);/ ]","model":"One Touch Idol 3 5.5\\""},{"regex":"6055[ABDHIKPUYZ][);/ ]","model":"One Touch Idol 4"},{"regex":"6070K[);/ ]","model":"One Touch Idol 4S"},{"regex":"6058[ADX][);/ ]","model":"One Touch Idol 5"},{"regex":"6060S[);/ ]","model":"One Touch Idol 5S"},{"regex":"6043[AD][);/ ]","model":"One Touch Idol X+"},{"regex":"8030Y[);/ ]","model":"One Touch Hero 2"},{"regex":"7055A[);/ ]","model":"One Touch Hero 2C"},{"regex":"5065N[);/ ]","model":"TRU"},{"regex":"5056I","model":"One Touch Optus X Smart"},{"regex":"A570BL","model":"One Touch Pixi Avion LTE"},{"regex":"4024[DEX][);/ ]","model":"One Touch Pixi First"},{"regex":"4014D[);/ ]","model":"One Touch Pixi 2"},{"regex":"4009[AFIKMSX][);/ ]","model":"One Touch Pixi 3 3.5\\""},{"regex":"4009[DE][);/ ]","model":"One Touch Pixi 3 3.5\\" Dual SIM"},{"regex":"(?:4003[AJ]|4013[DEJKMX]|4014[AEKMX]|4114E)[);/ ]","model":"One Touch Pixi 3 4\\""},{"regex":"(?:4027[ADNX]|4028[AEJS]|5019D)[);/ ]","model":"One Touch Pixi 3 4.5\\""},{"regex":"5017[ABDEOX][);/ ]","model":"One Touch Pixi 3 4.5\\" 4G"},{"regex":"9002X[);/ ]","model":"One Touch Pixi 3 7\\"","device":"phablet"},{"regex":"9007A[);/ ]","model":"One Touch Pixi 3 7\\"","device":"tablet"},{"regex":"9007[TX][);/ ]","model":"One Touch Pixi 3 7\\" 4G","device":"tablet"},{"regex":"9022X[);/ ]","model":"One Touch Pixi 3 8\\"","device":"phablet"},{"regex":"9010X[);/ ]","model":"One Touch Pixi 3 10\\"","device":"tablet"},{"regex":"4017[ADEFSX][);/ ]","model":"One Touch Pixi 4 3.5\\""},{"regex":"4034[ADEFGX][);/ ]","model":"One Touch Pixi 4 4\\""},{"regex":"4060[SW][);/ ]","model":"One Touch Pixi 4 4.5\\""},{"regex":"5023[EF][);/ ]","model":"One Touch Pixi 4 Plus Power"},{"regex":"5010[DEGSUX][);/ ]","model":"One Touch Pixi 4 5\\" 3G"},{"regex":"5012[DFG][);/ ]","model":"One Touch Pixi 4 5.5\\" 3G"},{"regex":"(?:5045[ADFGIJTXY]|5145A)[);/ ]","model":"One Touch Pixi 4 5\\" 4G"},{"regex":"5098O[);/ ]","model":"One Touch Pixi Theatre"},{"regex":"5046[ADIJTUY][);/ ]","model":"A3"},{"regex":"(?:5011A|5049[EG])[);/ ]","model":"A3 Plus"},{"regex":"9008[ADIJNTUX]","model":"A3 XL"},{"regex":"9203A[);/ ]","model":"A3 7\\" 3G","device":"tablet"},{"regex":"9026X[);/ ]","model":"A3 10\\"","device":"tablet"},{"regex":"5085[BQ][);/ ]","model":"A5"},{"regex":"5085[ADHIJY][);/ ]","model":"A5 LED"},{"regex":"5085N[);/ ]","model":"A5 Max LED"},{"regex":"5090[AIY][);/ ]","model":"A7"},{"regex":"5046[GS][);/ ]","model":"A30"},{"regex":"5049S[);/ ]","model":"A30 Plus"},{"regex":"5049Z[);/ ]","model":"A30 Fierce"},{"regex":"5085[GO]","model":"A50"},{"regex":"5049W[);/ ]","model":"Revvl"},{"regex":"8050[GX][);/ ]","model":"One Touch Pixi 4 6\\" 3G"},{"regex":"8050[ED][);/ ]","model":"One Touch Pixi 4 6\\" 3G Dual SIM"},{"regex":"(?:5098S|9001[DIX])[);/ ]","model":"One Touch Pixi 4 6\\" 4G"},{"regex":"9003[AX][);/ ]","model":"One Touch Pixi 4 7\\" 3G","device":"tablet"},{"regex":"8063[);/ ]","model":"One Touch Pixi 4 7\\" WiFi","device":"tablet"},{"regex":"9024O[);/ ]","model":"One Touch Pixi 5","device":"tablet"},{"regex":"I216X[);/ ]","model":"One Touch Pixi 7","device":"tablet"},{"regex":"I213[);/ ]","model":"One Touch Pixi 7","device":"tablet"},{"regex":"9005X[);/ ]","model":"One Touch Pixi 8","device":"tablet"},{"regex":"P320X","model":"One Touch POP 8","device":"tablet"},{"regex":"P310X","model":"One Touch POP 7","device":"tablet"},{"regex":"7048[ASWX][);/ ]","model":"One Touch Go Play"},{"regex":"(?:Alcatel-)?OT-802[);/ ]","model":"Wave"},{"regex":"ALCATEL_ONE_TOUCH_768T[);/ ]","model":"Island"},{"regex":"(?:TRIBE_)?3075A[);/ ]","model":"One Touch Tribe"},{"regex":"ALCATEL_one_touch_585[);/ ]","model":"One Touch 585"},{"regex":"ALCATEL_ONE_TOUCH_838[);/ ]","model":"One Touch 838"},{"regex":"ALCATEL_one_touch_813d[);/ ]","model":"One Touch 813D"},{"regex":"ALCATEL_one_touch_813[);/ ]","model":"One Touch 813"},{"regex":"OT871A","model":"One Touch 871A"},{"regex":"(?:Alcatel[ _])?One[ _]?Touch[ _]((?:T[0-9]+|TAB[^/;]+|EVO[78](?:HD)?)) Build","device":"tablet","model":"One Touch $1"},{"regex":"(?:Alcatel[ _])?One[ _]?Touch([^/;]*) Build","model":"One Touch$1"},{"regex":"(?:Alcatel[ _])?One[ _]?Touch([^/;\\\\)]*)\\\\)","model":"One Touch$1"},{"regex":"5080[ADFQUX][);/ ]","model":"Shine Lite"},{"regex":"TIMXL","model":"TIM XL"},{"regex":"5085C","model":"PulseMix"},{"regex":"4049[DEGMX][);/ ]","model":"U3"},{"regex":"5044[ADIKOPTY][);/ ]","model":"U5"},{"regex":"4047[DFXN][);/ ]","model":"U5 3G"},{"regex":"5047[DIUY][);/ ]","model":"U5 HD"},{"regex":"4047G[);/ ]","model":"U5 Lite"},{"regex":"4047A[);/ ]","model":"U5 Plus"},{"regex":"4044[CV][);/ ]","model":"Quick Flip"},{"regex":"4044O[);/ ]","model":"Cingular Flip 2"},{"regex":"4044[MNT][);/ ]","model":"Go Flip"},{"regex":"5044[GS][);/ ]","model":"U50"},{"regex":"5033[AX][);/ ]","model":"1"},{"regex":"5009[AD][);/ ]","model":"1C"},{"regex":"5001[ADJTU](?:_EEA|_RU)?[);/ ]","model":"1V"},{"regex":"5059[ADXYZ](_RU)?[);/ ]","model":"1X"},{"regex":"5052[AD](_RU)?[);/ ]","model":"3"},{"regex":"(?:5032W|5099[ADYUI](_RU)?)[);/ ]","model":"3V"},{"regex":"5026[AD][);/ ]","model":"3C"},{"regex":"5058[AIY](_RU)?[);/ ]","model":"3X"},{"regex":"5086[ADY][);/ ]","model":"5"},{"regex":"6062W[);/ ]","model":"7"},{"regex":"Alcatel UP","model":""},{"regex":"(?:ALCATEL_)?A383G[);/ ]","model":"Big Easy Plus"},{"regex":"5041C","model":"TETRA"},{"regex":"ALCATEL([^/;]+) Build","model":"$1"},{"regex":"ALCATEL[ \\\\-]?([^/;\\\\)]+)","model":"$1"},{"regex":"ALCATEL_([^/;\\\\)]+)","model":"$1"},{"regex":"Alc([a-z0-9]+)","model":"$1"}]},"Allview":{"regex":"Allview|A4You|A5_(?:Easy(?:_TM)?|Ready(?:_TM)?|Quad|Quad_Plus_TM)|A[56789]_Lite|A5Smiley|A6_Duo|A10_Lite_2019|A10_Plus|AX2_Frenzy|AX4Nano|AX5NanoQ|C6_Duo|E[23]_Living|E3_(?:Jump|Sign)|E4_Lite|M9_Connect|P(?:43_Easy|[5689]_Energy|6_Energy_Lite|[68]_Energy_Mini(?:_TM)?|(41|[458])_eMagic(?:_TM)?|[589](?:_)?Life(?:_TM)?|[567]_Lite(?:_TM)?|6_plus|[45678]_Pro|7_Seon|10_Life|10_Max|10_Style|7_Xtreme|6_Qmax|4_Quad)|V(?:[134]_Viper|1_Viper_I|2_Viper_(?:E|I|S|X|X_plus|Xe))|X(?:[1234]_Soul_Xtreme|[12345]_Soul|3_Soul_Lite|[23456]_Soul_Mini(?:_TM)?|4_Soul_Mini_S(?:_TM)?|[234]_Soul_Style(?:_TM)?|2_Soul_Style_Plus|2_Twin)|Viva_(H801|100[13]G|H1001_LTE)","device":"smartphone","models":[{"regex":"A4You","model":"A4 You"},{"regex":"AX2_Frenzy","model":"AX2 Frenzy","device":"tablet"},{"regex":"AX4Nano","model":"AX4 Nano"},{"regex":"AX5NanoQ","model":"AX5 Nano Q","device":"tablet"},{"regex":"C6_Duo","model":"C6 Duo"},{"regex":"E([23])_Living","model":"E$1 Living"},{"regex":"E3_Jump","model":"E3 Jump"},{"regex":"E3_Sign","model":"E3 Sign"},{"regex":"E4_Lite","model":"E4 Lite"},{"regex":"M9_Connect","model":"M9 Connect"},{"regex":"P43_Easy","model":"P43 Easy"},{"regex":"P(41|[458])_eMagic(?:_TM)?","model":"P$1 eMagic"},{"regex":"P([567])_Lite(?:_TM)?","model":"P$1 Lite"},{"regex":"P6_plus","model":"P6 Plus"},{"regex":"P6_Qmax","model":"P6 Qmax"},{"regex":"P([45678])_Pro","model":"P$1 Pro"},{"regex":"P4_Quad","model":"P4 Quad"},{"regex":"P9_Energy_Lite_2017","model":"P9 Energy Lite (2017)"},{"regex":"P9_Energy_S","model":"P9 Energy S"},{"regex":"P([69])_Energy_Lite","model":"P$1 Energy Lite"},{"regex":"P8_Energy_PRO","model":"P8 Energy Pro"},{"regex":"P([689])_Energy_mini(?:_TM)?","model":"P$1 Energy Mini"},{"regex":"P([5689])_Energy","model":"P$1 Energy"},{"regex":"P7_Seon","model":"P7 Seon"},{"regex":"P7_Xtreme","model":"P7 Xtreme"},{"regex":"P([589])(?:_)?Life(?:_TM)?","model":"P$1 Life"},{"regex":"P10_Life","model":"P10 Life"},{"regex":"P10_Max","model":"P10 Max"},{"regex":"P10_Style","model":"P10 Style"},{"regex":"V([12])_Viper_I4G(?:_TM)?","model":"V$1 Viper I 4G"},{"regex":"V1_Viper_I","model":"V1 Viper I"},{"regex":"V([134])_Viper","model":"V$1 Viper"},{"regex":"V2_Viper_X_plus","model":"V2 Viper X Plus"},{"regex":"V2_Viper_(E|I|S|X(?:e)?)","model":"V2 Viper $1"},{"regex":"X([124])_Soul_Xtreme","model":"X$1 Soul Xtreme"},{"regex":"X4_Soul_Infinity_(L|N|S|Z)","model":"X4 Soul Infinity $1"},{"regex":"X([34])_Soul_Lite","model":"X$1 Soul Lite"},{"regex":"X4_Soul_Mini_S(?:_TM)?","model":"X4 Soul Mini S"},{"regex":"X([23456])_Soul_Mini(?:_TM)?","model":"X$1 Soul Mini"},{"regex":"X3_Soul_PLUS","model":"X3 Soul Plus"},{"regex":"X([35])_Soul_Pro","model":"X$1 Soul Pro"},{"regex":"X2_Soul_Style_Plus","model":"X2 Soul Style Plus"},{"regex":"X([234])_Soul_Style(?:_TM)?","model":"X$1 Soul Style"},{"regex":"X([12345])_Soul","model":"X$1 Soul"},{"regex":"X2_Twin","model":"X2 Twin"},{"regex":"A5_Easy(?:_TM)?","model":"A5 Easy"},{"regex":"A([56789])_Lite","model":"A$1 Lite"},{"regex":"A5_Ready(?:_TM)?","model":"A5 Ready"},{"regex":"A5Smiley","model":"A5 Smiley"},{"regex":"A5_Quad_Plus_TM","model":"A5 Quad Plus"},{"regex":"A5_Quad","model":"A5 Quad"},{"regex":"A6_Duo","model":"A6 Duo"},{"regex":"A10_Lite_2019","model":"A10 Lite (2019)"},{"regex":"A10_Plus","model":"A10 Plus"},{"regex":"Impera S","model":"Impera S"},{"regex":"ALLVIEW P4i","model":"AllDro P4"},{"regex":"Allview_P2","model":"AllDro"},{"regex":"AllviewCityPlus","device":"tablet","model":"City Plus"},{"regex":"AllviewCity","device":"tablet","model":"City"},{"regex":"AllviewAX2Frenzy","device":"tablet","model":"AX2 Frenzy"},{"regex":"Allview2SpeedDuo","device":"tablet","model":"Alldro 2 Speed Duo"},{"regex":"Allview3SpeedQuad","device":"tablet","model":"Alldro 3 Speed Quad"},{"regex":"Viva_(H801|100[13]G|H1001_LTE)","device":"tablet","model":"Viva $1"},{"regex":"ALLVIEW ?SPEEDI","device":"tablet","model":"Speed I"},{"regex":"ALLVIEW ?SPEED","device":"tablet","model":"Speed"},{"regex":"ALLVIEWSPEED","device":"tablet","model":"Speed"},{"regex":"AX4Nano","device":"tablet","model":"AX4 Nano"},{"regex":"ALLVIEW_TX1_Quasar","device":"tablet","model":"TX1 Quasar"},{"regex":"Allview[ _-]([^;/]+) Build","model":"$1"},{"regex":"Allview[ _-]([^;/]+)[;/)]","model":"$1"}]},"Allwinner":{"regex":"QUAD-CORE A64 p3","device":"tablet","model":"A64 QUAD-CORE p3"},"altron":{"regex":"AL-555|GI-626","device":"smartphone","models":[{"regex":"AL-555","model":"AL-555"},{"regex":"GI-626","device":"phablet","model":"GI-626"}]},"AMGOO":{"regex":"AM(350|355|40[257]|41[05]|450|50[89]|52[037]|51[58]|53[05])","device":"smartphone","models":[{"regex":"AM350","model":"Jack Pro"},{"regex":"AM(355|407)","model":"Tigo"},{"regex":"AM402","model":"Pronto"},{"regex":"AM410","model":"Unico"},{"regex":"AM450","model":"Swift"},{"regex":"AM508","model":"Fuego"},{"regex":"AM509","model":"Uno"},{"regex":"AM515","model":"D1"},{"regex":"AM518","model":"C1"},{"regex":"AM520","model":"Pro"},{"regex":"AM523","model":"Plus"},{"regex":"AM527","model":"Geo"},{"regex":"AM530","model":"A1"},{"regex":"AM535","model":"P1"},{"regex":"AM([0-9]{3})","model":"AM$1"}]},"Amoi":{"regex":"Amoi|A862W","device":"smartphone","models":[{"regex":"A862W","model":"A862W"},{"regex":"Amoi[\\\\- /]([a-z0-9]+)","model":"$1"},{"regex":"Amoisonic-([a-z0-9]+)","model":"$1"}]},"Ainol":{"regex":"Numy|novo[0-9]|Novo 10 Hero|AX10PRO","device":"tablet","models":[{"regex":"Numy 3G AX1","model":"Novo 7 Numy AX1 3G"},{"regex":"AX10PRO","model":"Numy AX10 Pro"},{"regex":"Numy_3G_AX3","model":"Numy AX3 Sword"},{"regex":"Numy3GTalos","model":"Numy 3G Talos"},{"regex":"Numy_3G_BW1","model":"Numy 3G Talos 2"},{"regex":"(Novo 10 Hero QuadCore)","model":"$1"},{"regex":"Numy[ _]([^;/]+) Build","model":"Numy $1"},{"regex":"Novo([0-9]+)[ \\\\-]([^;/]+) Build","model":"Novo $1 $2"}]},"Archos":{"regex":"(?:YL-)?Archos","device":"smartphone","models":[{"regex":"Archos (Oxygen 63)[);/ ]","model":"$1"},{"regex":"Archos ?5[);/ ]","device":"tablet","model":"5"},{"regex":"(?:YL-)?Archos ([^/;]*(?:PAD)[^/;]*) Build","device":"tablet","model":"$1"},{"regex":"Archos ((?:[789]|10)[0-9]?[a-z]* ?(?:G9|G10|Helium|Titanium|Cobalt|Platinum|Xenon|Carbon|Neon|XS|IT)[^/;]*) Build","device":"tablet","model":"$1"},{"regex":"(?:YL-)?Archos ([a-z0-9 ]+) Build","model":"$1"},{"regex":"(?:YL-)?Archos ([a-z0-9]+)","model":"$1"}]},"Axxion":{"regex":"Axxion ATAB-[0-9]+[);/ ]","device":"tablet","models":[{"regex":"Axxion ATAB-([0-9]+)[);/ ]","model":"ATAB-$1"}]},"MEU":{"regex":"MEU ([a-z0-9]+) Build","device":"smartphone","model":"$1"},"Arnova":{"regex":"arnova|ARCHM901|AN7CG2|AN7G2(DTE|I)?|AN7[BCDFH]?G3|A80KSC|AN8G2|AN8[BC]?G3|AN9G2I?|AN9G3|A101[BC]|AN10G2|AN10BG2(DT|I)?|AN10BG3(DT)?|AN10[CD]G3","device":"tablet","models":[{"regex":"ARCHM901","model":"M901"},{"regex":"AN7CG2","model":"7c G2"},{"regex":"AN7G2I|AN7G2|AN7G2DTE","model":"7 G2"},{"regex":"AN7G3","model":"7 G3"},{"regex":"AN7BG3","model":"7b G3"},{"regex":"AN7CG3","model":"7c G3"},{"regex":"AN7DG3-CP","model":"Childpad"},{"regex":"AN7DG3","model":"7d G3"},{"regex":"AN7FG3","model":"7f G3"},{"regex":"AN7HG3","model":"7h G3"},{"regex":"A80KSC","model":"8"},{"regex":"AN8G2","model":"8 G2"},{"regex":"AN8G3","model":"8 G3"},{"regex":"AN8BG3","model":"8b G3"},{"regex":"AN8CG3","model":"8c G3"},{"regex":"AN9G2I","model":"9i G2"},{"regex":"AN9G2","model":"9 G2"},{"regex":"AN9G3","model":"9 G3"},{"regex":"A101B2|A101C|AN10G2","model":"10 G2"},{"regex":"A101B","model":"10"},{"regex":"AN10BG2|AN10BG2DT|AN10BG2I","model":"10b G2"},{"regex":"AN10BG3|AN10BG3DT|AN10BG3-LZ","model":"10b G3"},{"regex":"AN10CG3","model":"10c G3"},{"regex":"AN10DG3","model":"10d G3"},{"regex":"ARNOVA 90G3","model":"90 G3"},{"regex":"ARNOVA 90 G4","model":"90 G4"},{"regex":"ARNOVA 97G4","model":"97 G4"},{"regex":"ARNOVA 101 G4","model":"101 G4"},{"regex":"Arnova ([^/;]*) Build","model":"$1"}]},"ARRIS":{"regex":"ARRIS","device":"tv","models":[{"regex":"ARRIS[,;] ([^),;/]+)","model":"$1"}]},"Ask":{"regex":"ASK[ _]","device":"smartphone","models":[{"regex":"ASK[ _]791SP[ _]3G","model":"791SP 3G","device":"tablet"},{"regex":"ASK[_ ]([^/;]*) Build","model":"$1"}]},"ANS":{"regex":"UL40 Build","device":"smartphone","model":"UL40"},"Assistant":{"regex":"(AS[-_](?:502|543[1-6]|44[12]1|541[12]|54[23]1|6431|401L)|AP-(?:109|115G|721N|753G|7[25]7G|10[68]|107G|110N|941))[;/)_ ]","device":"smartphone","models":[{"regex":"AS[-_]401L ","model":"Asper"},{"regex":"AS-5432 ","model":"Agio"},{"regex":"AS-5433 Secret","model":"Secret"},{"regex":"AS-5433 ","model":"Max Secret"},{"regex":"AS-5421","model":"Surf"},{"regex":"AS-44[12]1","model":"Unami"},{"regex":"AS-5431","model":"Prima"},{"regex":"AS-502","model":"Shot"},{"regex":"AS-5435","model":"Shine"},{"regex":"AS-5436[ _]","model":"Grid"},{"regex":"AS-6431","model":"Rider"},{"regex":"AS-5411[_ ]","model":"Max Ritm"},{"regex":"AS-5412 Max","model":"AS-5412 Max"},{"regex":"AP-721N","model":"AP-721N Force","device":"tablet"},{"regex":"AP-941","model":"AP-941","device":"tablet"},{"regex":"AP-108","model":"Cetus","device":"tablet"},{"regex":"AP-106","model":"AP-106 Force","device":"tablet"},{"regex":"(AP-(?:109|115G|7[25]7G|753G|107G|110N))[/;) ]","device":"tablet","model":"$1"}]},"Ark":{"regex":"(ARK[_ -])?Benefit[_ -]([^/;]*)(?: Build|\\\\))|EDGE A5HD|ICON (R40\\\\+|R45)|Impulse[ _](P[12])|Wizard_1[/;) ]","device":"smartphone","models":[{"regex":"(?:ARK[_ -])?Benefit[_ -]([^/;]*)(?: Build|\\\\))","model":"Benefit $1"},{"regex":"Impulse[ _]P1\\\\+","model":"Impulse P1 Plus"},{"regex":"Impulse[ _](P[12])","model":"Impulse $1"},{"regex":"EDGE (A5HD)","model":"Edge $1"},{"regex":"ICON (R40\\\\+|R45)","model":"Icon $1"},{"regex":"Wizard_1","model":"Wizard 1"}]},"Garmin-Asus":{"regex":"Garmin-Asus|Garminfone","device":"smartphone","models":[{"regex":"Garminfone[ \\\\-_]([^;/]*)Build","model":"Garminfone $1"},{"regex":"Garmin-Asus[ \\\\-_]([^;/]+)Build","model":"$1"},{"regex":"Garmin-Asus[ \\\\-_]([^;/]+)[\\\\)/]","model":"$1"}]},"Asus":{"regex":"Asus|Transformer|TF300T|Slider SL101|PadFone|ME302(?:C|KL)|ME301T|ME371MG|ME17(?:1|2V|3X)|(?:K0[01][0-9a-z]|P(?:00[18ACIL]|01[MTVWYZ]|01MA|01T_1|02[13478])(?: Build|\\\\))|X015D|X018D|X003|X00[7ABT]D|Z00D|Z00[MTY]D|Z01[7FGHKMR]D)[);/ ]|G55[23]KL|ZB(631|602|633|55[135]|50[01])KL|ZC(55[134]|520|600)KL|ZA550KL|ZE(520|620|55[2345])KL|ZD55[23]KL|ZS(6[236]0|55[10])KL|ZB(500KG|601KL)|MeMo Pad FHD 10 LTE","device":"smartphone","models":[{"regex":"ME171[);/ ]","model":"Eee Pad MeMO 171","device":"tablet"},{"regex":"ME172V","model":"MeMO Pad","device":"tablet"},{"regex":"ME302C[);/ ]","model":"MeMO Pad FHD 10","device":"tablet"},{"regex":"(ME302KL|MeMo Pad FHD 10 LTE)[);/ ]","model":"MeMO Pad FHD 10 LTE","device":"tablet"},{"regex":"ME301T[);/ ]","model":"MeMO Pad Smart 10","device":"tablet"},{"regex":"Z101[);/ ]","model":"Z101","device":"tablet"},{"regex":"X Pad 10 LTE[);/ ]","model":"X Pad 10 LTE","device":"tablet"},{"regex":"(?:K01[3A]|K007|K00R)[);/ ]|MeMO Pad 7","model":"MeMO Pad 7","device":"tablet"},{"regex":"K01E[);/ ]","model":"MeMO Pad 10 ME103K","device":"tablet"},{"regex":"K00U|ME173X[);/ ]","model":"MeMO Pad HD 7","device":"tablet"},{"regex":"(?:K011|K00L)[);/ ]","model":"MeMO Pad 8","device":"tablet"},{"regex":"K014[);/ ]","model":"MeMO Pad 8.9","device":"tablet"},{"regex":"K00S[);/ ]","model":"MeMO Pad HD 7 Dual SIM","device":"tablet"},{"regex":"K00F[);/ ]","model":"MeMO Pad 10","device":"tablet"},{"regex":"K00C[);/ ]","model":"Transformer Pad TF701T","device":"tablet"},{"regex":"K010[);/ ]","model":"Transformer Pad TF103C","device":"tablet"},{"regex":"K018[);/ ]","model":"Transformer Pad TF103CG","device":"tablet"},{"regex":"TF300T[);/ ]","model":"Transformer Pad TF300T","device":"tablet"},{"regex":"K01B[);/ ]","model":"Transformer Pad TF303K","device":"tablet"},{"regex":"Slider SL101","model":"Eee Pad Slider SL101","device":"tablet"},{"regex":"P01[YZ]","model":"ZenPad C 7.0","device":"tablet"},{"regex":"P008 Build","model":"ZenPad Z8","device":"tablet"},{"regex":"P001","model":"ZenPad Z10","device":"tablet"},{"regex":"(?:ASUS_)?P00J","model":"ZenPad Z8s","device":"tablet"},{"regex":"P01[VW]","model":"ZenPad 7.0","device":"tablet"},{"regex":"P024 Build|P00A","model":"ZenPad 8.0","device":"tablet"},{"regex":"P01MA(?: Build|\\\\))|P01M(?: Build|\\\\))","model":"ZenPad S 8.0","device":"tablet"},{"regex":"P027","model":"ZenPad 3S 10","device":"tablet"},{"regex":"(?:ASUS_)?P00I","model":"ZenPad 3S 10 LTE","device":"tablet"},{"regex":"(?:ASUS_)?P00C|P02[138]|P00L|P01T_1","model":"ZenPad 10","device":"tablet"},{"regex":"ME371MG[);/ ]","model":"Fonepad","device":"phablet"},{"regex":"K00G[);/ ]","model":"Fonepad Note 6","device":"phablet"},{"regex":"(?:K012|K00E)[);/ ]","model":"Fonepad 7","device":"phablet"},{"regex":"K00Z[);/ ]","model":"Fonepad 7 Dual SIM","device":"phablet"},{"regex":"K016[);/ ]","model":"Fonepad 8","device":"phablet"},{"regex":"(?:ASUS_)?T00N","model":"PadFone S"},{"regex":"(?:ASUS_)?A002(A)?","model":"ZenFone AR"},{"regex":"(?:ASUS_)?A006","model":"ZenFone V"},{"regex":"(?:ASUS_)?A009","model":"ZenFone V Live"},{"regex":"(?:ASUS_)?Z007","model":"ZenFone C"},{"regex":"(?:ASUS_)?(X00PD|ZB555KL)","model":"ZenFone Max M1"},{"regex":"(?:ASUS_)?(ZB601KL)","model":"ZenFone Max Pro M1"},{"regex":"(?:ASUS_)?(X01([AB]D)|ZB633KL)[);/ ]","model":"ZenFone Max M2"},{"regex":"(?:ASUS_)?(?:Z00[AD]|Z008D|Z008|Z00AD[AB]?)","model":"ZenFone 2"},{"regex":"(?:ASUS_)?A007|ZA550KL|ZB553KL|ZB501KL","model":"ZenFone Live"},{"regex":"(?:ASUS_)?(X00RD|G552KL)","model":"ZenFone Live L1"},{"regex":"G553KL","model":"ZenFone Lite L1"},{"regex":"(?:ASUS_)Z00YD","model":"Live"},{"regex":"(?:ASUS_)?(?:Z00[ERLMT]D|Z011D)","model":"ZenFone 2 Laser"},{"regex":"(?:ASUS_)?(?:T00[IQ1]|Z01KD)","model":"ZenFone 4"},{"regex":"(?:ASUS_)?(?:T00[JF]|X00QD|X00QSA|ZE620KL)","model":"ZenFone 5"},{"regex":"(?:ASUS_)?T00P","model":"ZenFone 5 LTE"},{"regex":"(?:ASUS_)?(?:T00K|X017DA|X017D|ZC600KL)","model":"ZenFone 5 Lite"},{"regex":"(?:ASUS_)?(?:Z01RD|ZS620KL)","model":"ZenFone 5Z"},{"regex":"(?:ASUS_)?(?:T00G|Z002|ZS630KL|I01WD[X]?)","model":"ZenFone 6"},{"regex":"(?:ASUS_)?Z010D","model":"ZenFone Max"},{"regex":"(?:ASUS_)?X018D","model":"ZenFone Max Plus M1"},{"regex":"(?:ASUS_)?X00TD","model":"ZenFone Max Pro M1"},{"regex":"(?:ASUS_)?X01BDA|ZB631KL","model":"ZenFone Max Pro M2"},{"regex":"(?:ASUS_)?X014D","model":"ZenFone Go Plus"},{"regex":"(?:ASUS_)?(L001|X00[7AB]D|X009[DB][DA]|Z00[SV]D|ZB500K[LG]|ZB551KL)","model":"ZenFone Go"},{"regex":"(?:ASUS_)?X013D","model":"ZenFone Go Life"},{"regex":"(?:ASUS_)?(X003)","model":"ZenFone Pegasus"},{"regex":"(?:ASUS_)?X005","model":"ZenFone Pegasus 5000"},{"regex":"(?:ASUS_)?X550","model":"ZenFone Pegasus 2 Plus"},{"regex":"(?:ASUS_)?(X00GD)","model":"ZenFone Pegasus 3S Max"},{"regex":"(?:ASUS_)?(X008)","model":"ZenFone 3 Pegasus"},{"regex":"(?:ASUS_)?(ZE553KL|Z01HD)","model":"ZenFone 3 Zoom"},{"regex":"(?:ASUS_)?ZS550KL","model":"ZenFone 3 Deluxe"},{"regex":"(?:ASUS_)?Z00UD","model":"ZenFone Selfie"},{"regex":"(?:ASUS_)?(Z016[DS]|Z01FD)","model":"ZenFone 3 Deluxe"},{"regex":"(?:ASUS_)?(Z017DA|ZE520KL|ZE552KL|Z017D|Z012(D|S))","model":"ZenFone 3"},{"regex":"(?:ASUS_)?Z01B[DS]|ZC551KL","model":"ZenFone 3 Laser"},{"regex":"(?:ASUS_)?X00DD|ZC553KL","model":"ZenFone 3 Max"},{"regex":"(?:ASUS_)?A001","model":"ZenFone 3 Ultra"},{"regex":"(?:ASUS_)?(X00LDA|Z01MD)","model":"ZenFone 4 Selfie"},{"regex":"(?:ASUS_)?(?:X00LD|Z01KS|Z01KDA|ZE554KL)","model":"ZenFone 4"},{"regex":"(?:ASUS_)?X00[HIK]D|ZC554KL|ZC520KL","model":"ZenFone 4 Max"},{"regex":"(?:ASUS_)?X015D","model":"ZenFone 4 Max Plus"},{"regex":"ZD552KL","model":"ZenFone 4 Selfie Pro"},{"regex":"ZD553KL","model":"ZenFone 4 Selfie"},{"regex":"(?:ASUS_)?(:?Z01GD|ZS551KL)","model":"ZenFone 4 Pro"},{"regex":"(?:ASUS_)?ZB602KL","model":"ZenFone Max Pro"},{"regex":"(?:ASUS_)?Z00XS","model":"ZenFone Zoom"},{"regex":"(?:ASUS_)?Z01QD","model":"ROG Phone"},{"regex":"(?:ASUS_)?(I001D[ABCE]?|ZS660KL)","model":"ROG Phone 2"},{"regex":"Asus(?:-|;)?([a-z0-9]+)","model":"$1"},{"regex":"(PadFone(?: [^;/]+)?) Build","model":"$1"},{"regex":"(PadFone(?: [a-z0-9]+)?)","model":"$1"},{"regex":"(?:Asus|Transformer) ((?:Pad |Prime )?TF[0-9a-z]+)","device":"tablet","model":"Transformer $1"},{"regex":"Chromebook Flip C100PA","device":"tablet","model":"Chromebook Flip C100PA"}]},"Audiovox":{"regex":"Audiovox|CDM|UTS(?:TARCOM)?\\\\-|audio(?!book)[a-z0-9\\\\-]+","device":"smartphone","models":[{"regex":"Audiovox[_\\\\-]([a-z0-9\\\\-]+)","model":"$1"},{"regex":"CDM(?:-)?([a-z0-9]+)","model":"CDM-$1"},{"regex":"UTS(?:TARCOM)?-([a-z0-9\\\\-]+)","model":"CDM-$1"},{"regex":"audio([a-z0-9\\\\-]+)","model":"CDM-$1"}]},"AVH":{"regex":"Excer[ _]","device":"tablet","models":[{"regex":"Excer[ _]G5.3","model":"Excer G5.3"},{"regex":"Excer[ _]G5","model":"Excer G5"},{"regex":"Excer[ _]10[ _]PRO","model":"Excer 10 Pro"}]},"Avvio":{"regex":"Avvio[ _]?([a-z0-9\\\\-]+)","device":"smartphone","models":[{"regex":"Avvio[ _]PAD","model":"PAD","device":"tablet"},{"regex":"Avvio[ _]?([a-z0-9\\\\-]+)","model":"$1"}]},"Azumi Mobile":{"regex":"Azumi[_ ]","device":"smartphone","models":[{"regex":"Azumi[_ ]([^/;]+) Build","model":"$1"},{"regex":"Azumi[_ ]([a-z0-9_]+)","model":"$1"}]},"Barnes & Noble":{"regex":"Nook|BN[TR]V[0-9]+","device":"tablet","models":[{"regex":"Nook([a-z0-9]+)","model":"Nook $1"},{"regex":"Nook[ _]([^/;]+)[ _]Build","model":"Nook $1"},{"regex":"(BN[TR]V[0-9]+)","model":"Nook $1"}]},"BGH":{"regex":"(?!Positivo )BGH ([^/;\\\\)]+)(?: Build|\\\\))","device":"smartphone","models":[{"regex":"Y([17]00|2[01]0|1010)","device":"tablet","model":"Y$1"},{"regex":"BGH (\\\\+Simple|Mini)","device":"tablet","model":"$1"},{"regex":"Y710 KIDS","device":"tablet","model":"Y710 Kids"},{"regex":"JOY X2","model":"Joy X2"},{"regex":"BGH ([^/;\\\\)]+)(?: Build|\\\\))","model":"$1"}]},"Bitel":{"regex":"Bitel[ _-]([^/;]+) Build|B(840[5789]|841[0456]|850[2346]|860[146]|9401|950[12345])","device":"smartphone","models":[{"regex":"(B(840[5789]|841[0456]|850[2346]|860[146]|9401|950[12345]))","model":"$1"},{"regex":"Bitel[ _-]([^/;]+) Build","model":"$1"}]},"Blu":{"regex":"BLU |(?:blu|Dash)[ _]([^/;]+) Build|Studio (5.5|View XL|Mega|C 8\\\\+8|C HD|C|G|Selfie LTE|Touch|M HD|M5 Plus|J[1258]|X|X8 HD)|Advance (4.0 ?[LM]|5.0(?: HD)?|A4)|ENERGY (DIAMOND|XL)|LIFE XL|Dash XL|PURE XL|Life One X2|GRAND 5.5 HD|R1 (HD|PLUS)|Tank Xtreme 5.0|Tank Xtreme Pro","device":"smartphone","models":[{"regex":"Advance (4.0 ?[LM]|4.0|5.0(?: HD)?|A4)","model":"Advance $1"},{"regex":"Studio (5.0 C|5.5|View XL|Mega|C 8\\\\+8|C HD|C|G|Touch|M HD|M5 Plus|J[1258]|X|X8 HD)","model":"Studio $1"},{"regex":"STUDIO SELFIE LTE","model":"Studio Selfie LTE"},{"regex":"STUDIO ONE","model":"Studio One"},{"regex":"STUDIO SELFIE (2|LTE)","model":"Studio Selfie $1"},{"regex":"ENERGY DIAMOND","model":"Energy Diamond"},{"regex":"ENERGY XL","model":"Energy XL"},{"regex":"ENERGY X PLUS 2","model":"Energy X Plus 2"},{"regex":"ENERGY X PLUS","model":"Energy X Plus"},{"regex":"LIFE XL","model":"Life XL"},{"regex":"Dash XL","model":"Dash XL"},{"regex":"PURE XL","model":"Pure XL"},{"regex":"Life One X2","model":"Life One X2"},{"regex":"LIFE ONE","model":"Life One"},{"regex":"NEO X PLUS","model":"Neo X Plus"},{"regex":"NEO (XL|X)","model":"Neo $1"},{"regex":"GRAND 5.5 HD","model":"Grand 5.5 HD"},{"regex":"Grand X LTE","model":"Grand X LTE"},{"regex":"R1 HD","model":"R1 HD"},{"regex":"R1 PLUS","model":"R1 Plus"},{"regex":"Tank Xtreme 5.0","model":"Tank Xtreme 5.0"},{"regex":"Tank Xtreme Pro","model":"Tank Xtreme Pro"},{"regex":"VIVO AIR LTE","model":"Vivo Air LTE"},{"regex":"DASH[ _]([^/;]+) Build","model":"Dash $1"},{"regex":"DASH (5.0|L|M|X2|X)","model":"Dash $1"},{"regex":"blu[ _]([^/;]+) Build","model":"$1"}]},"Bluegood":{"regex":"BLUEGOOD","device":"smartphone","models":[{"regex":"V6","model":"V6"}]},"Blackview":{"regex":"Blackview|(BV([2456789]000|(5[589]|9[1568])00|6800)(?:[ _](?:PRO))?|(P10000(?:[ _](?:PRO))?)|omega[ _]pro|Alife[ _][PS]1|Heatwave|DM550|BV9700Pro|(?<!Lenovo[_ ])A60(?:Pro)?\\\\))","device":"smartphone","models":[{"regex":"A60Pro\\\\)","model":"A60 Pro"},{"regex":"A60\\\\)","model":"A60"},{"regex":"(BV6000S)","model":"$1"},{"regex":"(BV9700)Pro","model":"$1 Pro"},{"regex":"Blackview (A8)","model":"$1"},{"regex":"BV9000Pro-F","model":"BV9000 Pro F"},{"regex":"(BV([48]000|9[56]00|6800))Pro","model":"$1 Pro"},{"regex":"(BV([2456789]000|(5[589]|9[1568])00)(?:[ _](?:PRO))?)","model":"$1"},{"regex":"(P10000(?:[ _](?:PRO))?)","model":"$1"},{"regex":"omega[ _]pro","model":"Omega Pro"},{"regex":"(Alife[ _][PS]1|DM550|Heatwave)","model":"$1"}]},"Bluboo":{"regex":"Bluboo|Xfire|Maya Build","device":"smartphone","models":[{"regex":"Maya Build","model":"Maya"},{"regex":"Xfire2","model":"Xfire 2"},{"regex":"Xfire","model":"Xfire"},{"regex":"Bluboo[ _-]?([^;/)]+) Build","model":"$1"},{"regex":"Bluboo[ _-]?([^;/)]+)","model":"$1"}]},"Black Fox":{"regex":"BMM[ _-]?((44[123]D|441S|431D|533D|54[12]S|541[ABW]|54[123]D|543S|531[ABD]))[;/) ]","device":"smartphone","models":[{"regex":"BMM443D","model":"B7 Fox+"},{"regex":"BMM441S","model":"B8 Fox"},{"regex":"BMM442D","model":"B7"},{"regex":"BMM531D","model":"B6"},{"regex":"BMM531A","model":"B5"},{"regex":"BMM541A","model":"B5+"},{"regex":"BMM543[DS]","model":"B4"},{"regex":"BMM441D","model":"B4 Mini"},{"regex":"BMM541B","model":"B4 Mini NFC"},{"regex":"BMM531B","model":"B4 Mini (2019)"},{"regex":"BMM542D","model":"B3+"},{"regex":"BMM541D","model":"B3"},{"regex":"BMM541W","model":"B7R Fox"},{"regex":"BMM[ _-]?(533D|431D|54[12]S)[;/) ]","model":"BMM $1"}]},"bogo":{"regex":"BO-(FRSP4|LFSPBS5|LFSP4|LFSPSL4|LFSPBS5|LFSPSL6QCI)","device":"smartphone","models":[{"regex":"BO-LFSP4","model":"LifeStyle 4DC"},{"regex":"BO-LFSPSL4","model":"LifeStyle 4SL"},{"regex":"BO-LFSPBS5","model":"LifeStyle 5BS"},{"regex":"BO-LFSPSL6QCI","model":"LifeStyle 6QC"},{"regex":"BO-(FRSP4)","model":"$1"}]},"Boway":{"regex":"(?:sprd-)?(BOWAY)","device":"smartphone","models":[{"regex":"BOWAY[ _-]([^/;]+)[ _]Build","model":"$1"},{"regex":"([^/;]+) Build/BOWAY","model":"$1"},{"regex":".*BOWAY[ _-]([^/;]+)/","model":"$1"}]},"Brondi":{"regex":"Brondi[ _]|(?:CENTURION|GLADIATOR| GLORY|LUXURY|SENSUELLE|VICTORY)(?:[ _-]?[2-6])?[);/ ]|Surfing Tab","device":"smartphone","models":[{"regex":"Brondi[ _](620 SZ|730_4G_HD)[);/ ]","model":"$1"},{"regex":"CENTURION(?:[ _-]?([2-6]))?[);/ ]","model":"CENTURION $1"},{"regex":"GLADIATOR(?:[ _-]?([2-6]))?[);/ ]","model":"GLADIATOR $1"},{"regex":"GLORY(?:[ _-]?([2-6]))?[);/ ]","model":"GLORY $1"},{"regex":"LUXURY(?:[ _-]?([2-6]))?[);/ ]","model":"LUXURY $1"},{"regex":"SENSUELLE(?:[ _-]?([2-6]))?[);/ ]","model":"SENSUELLE $1"},{"regex":"VICTORY(?:[ _-]?([2-6]))?[);/ ]","model":"VICTORY $1"},{"regex":"Surfing Tab ([^;/]+) Build","model":"SURFING TAB $1","device":"tablet"},{"regex":"Surfing Tab ([^;/]+)[);/ ]","model":"SURFING TAB $1","device":"tablet"}]},"VGO TEL":{"regex":"Venture V8","device":"smartphone","models":[{"regex":"Venture V8","model":"Venture V8"}]},"Vivo":{"regex":"((?:VIV-|BBG-)?(?<!FBCR/)vivo(?!(?:Browser)))|V1730(D[AT]|GA)|V18(18CA|01A0|13B[AT]|18T|09[AT]|1[36][AT]|[13]8[AT]|14A|24[B]?A|2[19][AT]|3[12][AT]|36A)|V1731CA|V1732A|V1818CT|V19[01]1A|V1932[AT]|V1916A|V1923A|V1928A|V1941A","device":"smartphone","models":[{"regex":"(?:VIV-|BBG-)?vivo[ _]1601[);/ ]","model":"V5"},{"regex":"V1831[AT]","model":"S1"},{"regex":"V1832[AT]","model":"S1 Pro"},{"regex":"V1932[AT]","model":"S5"},{"regex":"V1801A0","model":"Z1"},{"regex":"V1730D[AT]","model":"Z1i"},{"regex":"V1813B[AT]","model":"Z3"},{"regex":"V1730GA","model":"Z3x"},{"regex":"V1911A","model":"Z5x"},{"regex":"V1824[B]?A","model":"iQOO"},{"regex":"V1916A","model":"iQOO Pro 5G"},{"regex":"Vivo ONE","model":"One"},{"regex":"X9Plus","model":"X9 Plus"},{"regex":"X20Plus","model":"X20 Plus"},{"regex":"V1809[AT]","model":"X23"},{"regex":"V1818[AT]|vivo 181[45]","model":"Y93"},{"regex":"V1818C[AT]","model":"Y93s"},{"regex":"V1813[AT]","model":"Y97"},{"regex":"V1901A","model":"Y3"},{"regex":"V1731CA","model":"Y73"},{"regex":"vivo 18(16|20)","model":"Y91i"},{"regex":"vivo 1606","model":"Y53i"},{"regex":"vivo 1603","model":"Y55l"},{"regex":"vivo 1609","model":"V5 Lite"},{"regex":"vivo 1610","model":"Y55s"},{"regex":"vivo 1611","model":"V5 Plus"},{"regex":"vivo 181[17]","model":"Y91"},{"regex":"vivo (1713|1612)","model":"V5s"},{"regex":"vivo 1714","model":"Y69"},{"regex":"vivo 1716","model":"V7 Plus"},{"regex":"vivo 1718","model":"V7"},{"regex":"vivo 1719","model":"Y65"},{"regex":"vivo 1723","model":"V9"},{"regex":"vivo 1726","model":"Y83 Pro"},{"regex":"vivo 1721","model":"X20"},{"regex":"vivo 1724","model":"Y71"},{"regex":"vivo 1725","model":"X21"},{"regex":"V1814A","model":"X21S"},{"regex":"V1816[AT]","model":"X23"},{"regex":"V18(38|29)[AT]","model":"X27"},{"regex":"V1836A","model":"X27 Pro"},{"regex":"vivo 1727","model":"V9 Youth"},{"regex":"vivo 1801","model":"Y71i"},{"regex":"vivo 1804","model":"V11 Pro"},{"regex":"vivo 1805","model":"Nex"},{"regex":"vivo 1806","model":"V11i"},{"regex":"vivo 1807","model":"Y95"},{"regex":"vivo 180([38]|8i)","model":"Y81"},{"regex":"V1732A","model":"Y81s"},{"regex":"vivo 1812","model":"Y81i"},{"regex":"vivo 1818","model":"V15 Pro"},{"regex":"vivo 1902","model":"Y17"},{"regex":"vivo 1909","model":"V17 Pro"},{"regex":"V1821[AT]","model":"Nex Dual Display"},{"regex":"V1923A","model":"Nex 3"},{"regex":"V1928A","model":"U3X"},{"regex":"V1941A","model":"U3"},{"regex":"(?:VIV-|BBG-)?vivo[ _]([^/;]+) Build","model":"$1"},{"regex":"(?:VIV-|BBG-)?vivo[ _]([^);/]+)[);/]+","model":"$1"}]},"Vinsoc":{"regex":"(XA Pro) Build","device":"smartphone","model":"$1"},"Bird":{"regex":"BIRD[\\\\-. _]([^;/]+)","device":"feature phone","models":[{"regex":"BIRD[\\\\-. _]([^;/]+) Build","model":"$1"},{"regex":"BIRD[\\\\-. _]([^;/]+)","model":"$1"}]},"Becker":{"regex":"Becker-([a-z0-9]+)","device":"feature phone","model":"$1"},"Beeline":{"regex":"Beeline","device":"smartphone","models":[{"regex":"Beeline[_ ]Pro[_ ]([26])","model":"Pro $1"},{"regex":"Tab (Fast|Pro)","model":"Tab $1","device":"tablet"},{"regex":"Tab ([0-9])","model":"Tab $1","device":"tablet"},{"regex":"Tab","model":"Tab","device":"tablet"},{"regex":"E700","model":"E700"},{"regex":"Smart2","model":"Smart 2"},{"regex":"Smart ([0-9])","model":"Smart $1"},{"regex":"Smart Dual","model":"Smart Dual"}]},"Beetel":{"regex":"Beetel ([a-z0-9]+)","device":"feature phone","model":"$1"},"BenQ-Siemens":{"regex":"BENQ-SIEMENS - ([a-z0-9]+)","device":"feature phone","model":"$1"},"BenQ":{"regex":"BENQ(?:[ \\\\-])?([a-z0-9]+)","device":"feature phone","model":"$1"},"Blaupunkt":{"regex":"Blaupunkt|Atlantis[_ ](?:1001A|1010A|A10\\\\.G402)|Discovery[_ ](?:111C|1000C|1001A?)|Endeavour[_ ](?:785|101[GLM]|1000|1001|101[03]|1100)|Polaris[_ ]803","device":"tablet","models":[{"regex":"Discovery[_ ]111C","model":"Discovery 111C"},{"regex":"Discovery[_ ]1000C","model":"Discovery 1000C"},{"regex":"Discovery[_ ]1001A","model":"Discovery 1001A"},{"regex":"Discovery[_ ]1001","model":"Discovery 1001"},{"regex":"Endeavour[_ ](101[GLM]|785|100[01]|101[03]|1100)","model":"Endeavour $1"},{"regex":"Polaris[_ ](803)","model":"Polaris $1"},{"regex":"Atlantis[_ ](1001A|1010A|A10\\\\.G402)","model":"Atlantis $1"},{"regex":"Blaupunkt (SL 0[124]|SM 01)","device":"smartphone","model":"$1"}]},"Bmobile":{"regex":"Bmobile[_ ]|AX-?([1-9][0-9]{2,3}[eEO+]?|7OO)","device":"smartphone","models":[{"regex":"AX-?([1-9][0-9]{2,3}[eEO+]?)","model":"AX$1"},{"regex":"AX7OO","model":"AX700"},{"regex":"Bmobile[_ ]([^/;]+) Build","model":"$1"},{"regex":"Bmobile[_ ]([a-z0-9]+)","model":"$1"}]},"bq":{"regex":"Aquaris|bq [^/;]+ Build|BQS[-_]([0-9]{4})|(BQ(ru)?[_ -][0-9]{3,4})","device":"smartphone","models":[{"regex":"BQ(ru)?-(5209L|5044)","model":"Strike LTE"},{"regex":"BQ(ru)?-(6035L)","model":"Strike Power Max"},{"regex":"BQ(ru)?-(5535L)","model":"Strike Power Plus"},{"regex":"BQ(S|ru)?-(5070|6040L)","model":"Magic"},{"regex":"BQ(S|ru)?-(5730L)","model":"Magic C"},{"regex":"BQ-9011(G)?","model":"Vision","device":"tablet"},{"regex":"BQ-8068L","model":"Hornet Plus Pro"},{"regex":"BQ-8067L","model":"Hornet Plus","device":"tablet"},{"regex":"BQ-8052G","model":"BQ-8052G","device":"tablet"},{"regex":"BQ-8041L","model":"Art","device":"tablet"},{"regex":"BQ-7084G","model":"Simple","device":"tablet"},{"regex":"BQ-7061G","model":"Andros","device":"tablet"},{"regex":"BQ(ru)?-(7082)","model":"Armor","device":"tablet"},{"regex":"BQ-7051G","model":"Elba","device":"tablet"},{"regex":"BQ-7036L","model":"Hornet","device":"tablet"},{"regex":"BQ-7022(G)?","model":"Canion","device":"tablet"},{"regex":"BQ-7021G","model":"Hit","device":"tablet"},{"regex":"BQ-7010G","model":"Max","device":"tablet"},{"regex":"BQ-7006G","model":"Union","device":"tablet"},{"regex":"BQ-7003","model":"Jamaica","device":"tablet"},{"regex":"BQ-6200L|BQ-6000L","model":"Aurora"},{"regex":"BQ(ru)?[ -]6015L","model":"Universe"},{"regex":"BQ-6010G","model":"Practic"},{"regex":"BQ-6001L|BQ-6050","model":"Jumbo"},{"regex":"BQ-5707G","model":"Next Music"},{"regex":"BQ-5702","model":"Spring"},{"regex":"BQ-5700L","model":"Space X"},{"regex":"BQ-5594","model":"Strike Power Max"},{"regex":"BQ-(5591|5518G)","model":"Jeans"},{"regex":"BQ-5522","model":"Next"},{"regex":"BQ(ru)?-5521","model":"Strike Power Max"},{"regex":"BQ-5520L","model":"Silk"},{"regex":"BQ-5519L","model":"Fast Plus"},{"regex":"BQ-5517L","model":"Twin Pro"},{"regex":"BQ-5516L","model":"Twin"},{"regex":"BQS-5515","model":"Wide"},{"regex":"BQ-5515(L)?","model":"Fast"},{"regex":"BQ-5512L|BQ-5528L","model":"Strike Forward"},{"regex":"BQ-5511L","model":"Bliss"},{"regex":"BQS[_ ]5505","model":"Amsterdam"},{"regex":"BQ(ru)?-5510","model":"Strike Power Max 4G"},{"regex":"BQ-5508L","model":"Next LTE"},{"regex":"BQ-5507L","model":"Iron Max"},{"regex":"BQ(ru)?-5504","model":"Strike Selfie Max"},{"regex":"BQ(ru)?-5503","model":"Nice 2"},{"regex":"BQS-5502","model":"Hammer"},{"regex":"BQS-5501","model":"Kawasaki"},{"regex":"BQS-5500","model":"Vancouver"},{"regex":"BQ-5500L","model":"Advance"},{"regex":"BQ-5302G","model":"Velvet 2"},{"regex":"BQ-5301","model":"Strike View"},{"regex":"BQ-5300G","model":"Velvet View"},{"regex":"BQ(ru)?-5211|BQS-5020","model":"Strike"},{"regex":"BQ-5206L","model":"Balance"},{"regex":"BQ(ru)?-5204|BQS-5050","model":"Strike Selfie"},{"regex":"BQ(ru)?-5203","model":"Vision"},{"regex":"BQ(ru)?-5202","model":"Space Lite"},{"regex":"BQ(ru)?-5201","model":"Space"},{"regex":"BQ-5082","model":"Sense 2"},{"regex":"BQ-5071","model":"Belief"},{"regex":"BQS-5065|BQ-5340","model":"Choice"},{"regex":"BQ(ru)?-5059|BQ-5514G","model":"Strike Power"},{"regex":"BQ-5058","model":"Strike Power Easy"},{"regex":"BQ(ru)?-5057","model":"Strike 2"},{"regex":"BQ-5056|BQS-5030","model":"Fresh"},{"regex":"BQS-5055","model":"Turbo Plus"},{"regex":"BQ(ru)?-5054","model":"Crystal"},{"regex":"BQ-5052","model":"Sense"},{"regex":"BQ(S)?-5045","model":"Fast"},{"regex":"BQ(ru)?-5037|BQ-5514L","model":"Strike Power 4G"},{"regex":"BQ(ru)?-5035","model":"Velvet"},{"regex":"BQ(ru)?-5033","model":"Shark"},{"regex":"BQ-5032","model":"Element"},{"regex":"BQS-5025","model":"High Way"},{"regex":"BQ(ru)?-5022","model":"Bond"},{"regex":"BQ-5015L","model":"First"},{"regex":"BQ-5012L","model":"Rich"},{"regex":"BQS-5011","model":"Monte Carlo"},{"regex":"BQ-5010G","model":"Spot"},{"regex":"BQS-5010","model":"Prague"},{"regex":"BQ-5009L","model":"Trend"},{"regex":"BQS-500[59]","model":"Sydney"},{"regex":"BQ-5008L","model":"Brave"},{"regex":"BQ-5007L","model":"Iron"},{"regex":"BQS-5006","model":"Los Angeles"},{"regex":"BQ-5005L","model":"Intense"},{"regex":"BQS-5004","model":"Paris"},{"regex":"BQ-5003L","model":"Shark Pro"},{"regex":"BQ-5002G","model":"Fun"},{"regex":"BQS-5002","model":"Colombo"},{"regex":"BQ-5001L","model":"Contact"},{"regex":"BQS-5001","model":"Milan"},{"regex":"BQ(ru|S)?-5000","model":"Tokyo"},{"regex":"BQS-4800","model":"Blade"},{"regex":"BQS-4707","model":"Montreal"},{"regex":"BQS-4702","model":"Оsaka"},{"regex":"BQS-4701","model":"Venice"},{"regex":"BQ-(?:4585|5011G)","model":"Fox View"},{"regex":"BQS-4570","model":"Drive"},{"regex":"BQS-4560","model":"Golf"},{"regex":"BQS-4555","model":"Turbo"},{"regex":"BQS-4550","model":"Richmond"},{"regex":"BQ(ru)?-(?:4526|5004G)","model":"Fox"},{"regex":"BQS-4525","model":"Vienna"},{"regex":"BQS-4516","model":"Singapore"},{"regex":"BQS-4515","model":"Moscow"},{"regex":"BQS-4510","model":"Florence"},{"regex":"BQS-4505","model":"Santiago"},{"regex":"BQS-4503","model":"Dubai"},{"regex":"BQS-4502","model":"Kingston"},{"regex":"BQS-4501 Bristol","model":"Bristol"},{"regex":"BQ-4501G","model":"Fox Easy"},{"regex":"BQ(ru)?-4500","model":"Fox LTE"},{"regex":"BQ-4077","model":"Shark Mini"},{"regex":"BQ(ru)?-4072","model":"Strike Mini"},{"regex":"BQ(ru)?[- ]402[68]","model":"Up!"},{"regex":"BQS-4010","model":"Aspen"},{"regex":"BQS-4009","model":"Orleans"},{"regex":"BQS-4008","model":"Shanghai"},{"regex":"BQS-4007","model":"Valencia"},{"regex":"BQS-4005","model":"Seoul"},{"regex":"BQS-4004","model":"Dusseldorf"},{"regex":"BQS-4003","model":"Verona"},{"regex":"BQ-4001G","model":"Cool"},{"regex":"BQS-4001","model":"Oxford"},{"regex":"BQS-3510","model":"Aspen Mini"},{"regex":"BQS-3503","model":"Bombay"},{"regex":"BQ-1085L","model":"Hornet Max Pro","device":"tablet"},{"regex":"BQ-1084L","model":"Hornet Max","device":"tablet"},{"regex":"BQ-1083G","model":"Armor Pro Plus","device":"tablet"},{"regex":"BQ-1082G","model":"Armor Pro","device":"tablet"},{"regex":"BQ-1077L","model":"Armor Pro LTE","device":"tablet"},{"regex":"BQ(ru)?-1057L","model":"Passion","device":"tablet"},{"regex":"BQ-1051G","model":"Corsika","device":"tablet"},{"regex":"BQ-1050G","model":"Hawaii","device":"tablet"},{"regex":"BQ-1008G","model":"Grace","device":"tablet"},{"regex":"Aquaris M8","model":"Aquaris M8","device":"tablet"},{"regex":"BQ(ru)?[_ ]5590","model":"Spring"},{"regex":"BQ(S)?-(6016L|5520)","model":"Mercury"},{"regex":"BQ(S|ru)?-(5701L|5060)","model":"Slim"},{"regex":"(BQ-7850|BQ-700[12]G|BQ-8002G|BQ-905[12]G|BQ-9702G|BQ-7056G)","model":"$1","device":"tablet"},{"regex":"BQ-8006G","model":"Java","device":"tablet"},{"regex":"BQ-7062G","model":"Fiji","device":"tablet"},{"regex":"BQ(ru)?-1081G","model":"Grace 3G","device":"tablet"},{"regex":"BQ-7802G","model":"Luzon","device":"tablet"},{"regex":"BQ-7008G","model":"Clarion","device":"tablet"},{"regex":"BQ-7064G","model":"Fusion","device":"tablet"},{"regex":"BQ-7050G","model":"Malta","device":"tablet"},{"regex":"BQ-7000G","model":"Сharm","device":"tablet"},{"regex":"BQ-7005G","model":"Maui","device":"tablet"},{"regex":"BQ-7098G","model":"Armor Power","device":"tablet"},{"regex":"BQ-1007","model":"Necker","device":"tablet"},{"regex":"BQ-1045(G)?","model":"Orion","device":"tablet"},{"regex":"BQ-1054L","model":"Nexion","device":"tablet"},{"regex":"BQ(ru)?-7083","model":"7083","device":"tablet"},{"regex":"BQ(ru)?-1056L","model":"1056L","device":"tablet"},{"regex":"(?:bq )?(Aquaris[^/;]*) Build","model":"$1"},{"regex":"Aquaris (E(4.5|[56])|M(5|10)|U2 Lite|U2|U (Lite|Plus)|V Plus|X5 Plus|X5|X Pro|[CMUVX])","model":"Aquaris $1"},{"regex":"bq ([^/;]+) Build","model":"$1","device":"tablet"}]},"Bush":{"regex":"Bush[ _-]","device":"smartphone","models":[{"regex":"BUSH ([^;/]+)Tablet Build","model":"$1Tablet","device":"tablet"},{"regex":"BUSH ([^;/]+) Build","model":"$1"}]},"CAGI":{"regex":"CAGI-","device":"smartphone","models":[{"regex":"CAGI-OMEGA","model":"Omega"},{"regex":"CAGI-([a-z0-9_\\\\-]+)","model":"$1"}]},"Capitel":{"regex":"Capitel-([a-z0-9]+)","device":"feature phone","model":"$1"},"Captiva":{"regex":"Captiva[ _-]([^;/]+) Build","device":"tablet","model":"Pad $1"},"Casio":{"regex":"(C811|C7[57]1)(?: 4G)?[);/ ]","device":"smartphone","models":[{"regex":"C751[);/ ]","model":"G\'zOne Ravine"},{"regex":"C771[);/ ]","model":"G\'zOne Commando"},{"regex":"C811 4G[);/ ]","model":"G\'zOne Commando 4G LTE"}]},"Casper":{"regex":"CASPER_|VIA[- _](T7D|A[34]|E3|F[123]|G4|M4|[LS]8|S7|P2|V8C|A1_Plus|A1|S10|S|T17_M|T17)[);/ ]","device":"smartphone","models":[{"regex":"CASPER_VIA_(G1|E1|[AE]2|M[123]|V[35689]|V10)[);/ ]","model":"VIA $1"},{"regex":"CASPER_VIA_E1c","model":"VIA E1C"},{"regex":"VIA[- _](T7D|S10|[LS]8|S7|T17_M|T17)[);/ ]","model":"VIA $1","device":"tablet"},{"regex":"VIA[_ ](A[34]|E3|F[123]|G4|M4|P2|S|V8C|A1_Plus|A1)","model":"VIA $1"}]},"Cat":{"regex":"Cat ?(tablet|stargate|nova)|B15Q|CAT B35","device":"tablet","models":[{"regex":"B15Q","model":"B15Q","device":"smartphone"},{"regex":"CAT B35","model":"B35","device":"smartphone"},{"regex":"Cat ?(?:tablet)? ?((?:Galactica|Nova|StarGate|PHOENIX)[^/;]*) Build","model":"$1"},{"regex":"Cat ?tablet","model":"Nova"}]},"Carrefour":{"regex":"CT(?:10[0123]0|7[12]0|820)(?:W|FR)?[);/ ]","device":"tablet","models":[{"regex":"CT820","model":"Touch Tablet Neo2"},{"regex":"CT(10[0123]0(?:W|FR)?)","model":"CT$1"},{"regex":"CT(7[12]0(?:W|FR)?)","model":"CT$1"}]},"Celkon":{"regex":"Celkon","device":"smartphone","models":[{"regex":"Celkon[ _*](C[78]20)","model":"$1","device":"tablet"},{"regex":"Celkon[ _*](CT[^;/]+) Build","model":"$1","device":"tablet"},{"regex":"Celkon[ _*]([^;/]+) Build","model":"$1"},{"regex":"Celkon[\\\\. _*]([^;/\\\\)]+)[\\\\)/]","model":"$1"}]},"Changhong":{"regex":"Changhong","device":"tv","models":[{"regex":"Changhong-([^);/]+)","model":"$1"}]},"Cherry Mobile":{"regex":"Cherry|Flare([ _])?(2X|4|A[123]|J[1235]|P[13]|S[456]|X2)|Flare S Play|Flare_HD_MAX|FLARE LITE|Flare XL Plus|Fusion Bolt|OMEGA HD 4","device":"smartphone","models":[{"regex":"Cherry(?: ?Mobile)?[ _]?([^/;]+) Build","model":"$1"},{"regex":"(Flare2X)","model":"$1"},{"regex":"Flare_HD_MAX","model":"Flare HD Max"},{"regex":"FLARE LITE","model":"Flare Lite"},{"regex":"Flare S Play","model":"Flare S Play"},{"regex":"Flare XL Plus","model":"Flare XL Plus"},{"regex":"Flare[ _](A2|J3|P1|S[46])[ _]Lite","model":"Flare $1 Lite"},{"regex":"Flare[ _](J[12]|S5)[ _]mini","model":"Flare $1 Mini"},{"regex":"Flare J2S","model":"Flare J2s"},{"regex":"Flare S4 Max LTE","model":"Flare S4 Max LTE"},{"regex":"Flare S4 Max","model":"Flare S4 Max"},{"regex":"FlareS5LiteDTV ","model":"Flare S5 Lite DTV"},{"regex":"Flare_S6_Plus","model":"Flare S6 Plus"},{"regex":"FLARE S6 POWER","model":"Flare S6 Power"},{"regex":"Flare S6","model":"Flare S6"},{"regex":"Flare(?:[ _])?(4|A[13]|J[135]|P[13]|S4|X2)","model":"Flare $1"},{"regex":"OMEGA HD 4","model":"Omega HD 4"},{"regex":"(Fusion Bolt)","model":"$1","device":"tablet"}]},"China Mobile":{"regex":"(M812C|1501_M02|9930i|A1303|A309W|M651CY) Build","device":"smartphone","models":[{"regex":"M651CY","model":"A3"},{"regex":"(M812C|1501_M02|9930i|A1303|A309W)","model":"$1"}]},"Comio":{"regex":"Comio|CT701G PLUS|CT701W|GT100","device":"smartphone","models":[{"regex":"GT100","model":"GT100","device":"tablet"},{"regex":"CT701W","model":"CT701W","device":"tablet"},{"regex":"CT701G PLUS","model":"CT701G Plus","device":"tablet"},{"regex":"Comio[ _-]?([^;/)]+) Build","model":"$1"},{"regex":"Comio[ _-]?([^;/)]+)","model":"$1"}]},"Compal":{"regex":"Compal-[a-z0-9]+","device":"feature phone","model":"$1"},"ComTrade Tesla":{"regex":"Tesla|Impulse 7.85 3G|Smartphone_6.1|SP(?:6.2|6.2_Lite)|TTL(?:713G|8)","device":"smartphone","models":[{"regex":"TeslaEvo5.0","model":"Evo 5.0"},{"regex":"(Gravity 9.7 SHD)","model":"$1","device":"tablet"},{"regex":"(Impulse 7.85 3G)","model":"$1","device":"tablet"},{"regex":"Tesla_SP([^/;]+)L Build","model":"Smartphone $1 Lite"},{"regex":"Smartphone_6.1","model":"Smartphone 6.1"},{"regex":"SP6.2_Lite","model":"Smartphone 6.2 Lite"},{"regex":"Tesla_SP([^/;]+) Build","model":"Smartphone $1"},{"regex":"SP([^/;]+) Build","model":"Smartphone $1"},{"regex":"Smartphone ([36])","model":"Smartphone $1"},{"regex":"Tesla_Tablet_785","model":"7.85\\"","device":"tablet"},{"regex":"TTH7","model":"H7","device":"tablet"},{"regex":"TTL7 Build","model":"L7","device":"tablet"},{"regex":"Tesla_Tablet_L7_3G","model":"L7 3G","device":"tablet"},{"regex":"(L7.1)","model":"$1","device":"tablet"},{"regex":"TTL713G","model":"L7.1 3G","device":"tablet"},{"regex":"(L7 Quad) Build","model":"$1","device":"tablet"},{"regex":"(L7 Quad Lite)","model":"$1","device":"tablet"},{"regex":"TTL8 Build","model":"L8","device":"tablet"},{"regex":"(L8.1)","model":"$1","device":"tablet"},{"regex":"TESLA_TABLET_M7","model":"M7","device":"tablet"},{"regex":"Tesla_Tablet_M8","model":"M8","device":"tablet"}]},"ConCorde":{"regex":"ConCorde ([^/;]+) Build","device":"smartphone","models":[{"regex":"ConCorde Tab ?([^/;]+) Build","model":"Tab $1","device":"tablet"},{"regex":"ConCorde ReadMan ?([^/;]+) Build","model":"ReadMan $1","device":"tablet"},{"regex":"ConCorde ([^/;]+) Build","model":"$1"}]},"Condor":{"regex":"Allure M[13]|Griffe T[256789]|TGW[-]?(710G|709)|(?:PGN\\\\-?[456][012][0-9]|PHS\\\\-601|PHQ520|PKT\\\\-301|Plume (?:H1|L[123]|P8))[;/) ]|CTAB[^/;]+ Build","device":"smartphone","models":[{"regex":"CTAB([^/;]+) Build","device":"tablet","model":"CTAB $1"},{"regex":"(TGW)-?(710G|709)[);/ ]","device":"tablet","model":"$1 $2"},{"regex":"PHS\\\\-601","model":"C8"},{"regex":"PGN\\\\-?403","model":"C4+ Noir"},{"regex":"PGN\\\\-?404","model":"C7 Mini"},{"regex":"PGN\\\\-?409","model":"Plume P4"},{"regex":"PKT\\\\-?301","model":"C2"},{"regex":"PGN\\\\-?504","model":"C5"},{"regex":"PGN\\\\-?505","model":"C8S"},{"regex":"PGN\\\\-?506","model":"C7"},{"regex":"(Allure M[13])","model":"$1"},{"regex":"PGN\\\\-?507","model":"Allure A9"},{"regex":"PGN\\\\-?508","model":"C6+"},{"regex":"PGN\\\\-?509","model":"C6 Pro"},{"regex":"PGN\\\\-?511","model":"Allure A9 Plus"},{"regex":"PGN\\\\-?513","model":"Griffe G4"},{"regex":"PHQ520","model":"Griffe G5"},{"regex":"PGN\\\\-?514","model":"Plume P7"},{"regex":"PGN\\\\-?515","model":"Plume P4 Pro"},{"regex":"PGN\\\\-?516","model":"Plume P5"},{"regex":"PGN\\\\-?51[78]","model":"Plume P6"},{"regex":"PGN\\\\-?521","model":"Griffe G4 Plus"},{"regex":"Griffe T2","model":"Griffe T2"},{"regex":"Griffe T5","model":"Griffe T5"},{"regex":"Griffe T6","model":"Griffe T6"},{"regex":"Griffe T7","model":"Griffe T7"},{"regex":"Griffe T8 Plus","model":"Griffe T8 Plus"},{"regex":"Griffe T9","model":"Griffe T9"},{"regex":"PGN\\\\-?522","model":"P6 Plus"},{"regex":"PGN\\\\-?523","model":"P7 Plus"},{"regex":"PGN\\\\-?527","model":"Plume P4 Plus"},{"regex":"PGN\\\\-?528","model":"Plume P6 Pro Lte"},{"regex":"PGN\\\\-?605","model":"Plume P8"},{"regex":"PGN\\\\-?606","model":"Allure A55"},{"regex":"PGN\\\\-?607","model":"Allure A100"},{"regex":"PGN\\\\-?608","model":"Allure A55 Slim"},{"regex":"PGN\\\\-?609","model":"Allure A100 Lite"},{"regex":"PGN\\\\-?610","model":"Plume P8 Lite"},{"regex":"PGN\\\\-?611","model":"Allure A8"},{"regex":"PGN\\\\-?612","model":"Allure A8 Plus"},{"regex":"PGN\\\\-?613","model":"Allure A55 Plus"},{"regex":"Plume H1","model":"Plume H1"},{"regex":"Plume L1","model":"Plume L1"},{"regex":"Plume L2 Pro","model":"Plume L2 Pro"},{"regex":"Plume L3 Plus","model":"Plume L3 Plus"},{"regex":"Plume P8 Pro","model":"Plume P8 Pro"},{"regex":"PGN\\\\-?([0-9]{3})","model":"PGN-$1"}]},"Coolpad":{"regex":"(?:YL-)?Coolpad|8190Q[ ;/\\\\)]|(8295|5860S) Build|CP8676_I0[23] Build|CP8298_I00 Build|REVVLPLUS C3701A|VCR-[AI]0|C106-7|MTS-T0","device":"smartphone","models":[{"regex":"VCR-[AI]0","model":"Cool Play 6"},{"regex":"REVVLPLUS C3701A","model":"REVVL Plus","device":"phablet"},{"regex":"8190Q[ ;/\\\\)]","model":"8190Q"},{"regex":"MTS-T0[ ;/\\\\)]","model":"N2M"},{"regex":"C106-7[ ;/\\\\)]","model":"Cool 1"},{"regex":"(5860S|8295) Build","model":"$1"},{"regex":"CP8676_I02 Build","model":"Note 3"},{"regex":"CP8676_I03 Build","model":"Note 3 Plus"},{"regex":"CP8298_I00 Build","model":"Note 3 Lite"},{"regex":"(?:YL-)?Coolpad[ _\\\\-]?([^/;]+) Build","model":"$1"},{"regex":"(?:YL-)?Coolpad[ _\\\\-]?([a-z0-9\\\\-]+)","model":"$1"}]},"Clarmin":{"regex":"Clarmin","device":"smartphone","models":[{"regex":"Clarmin_B6","model":"B6"}]},"Cricket":{"regex":"Cricket-([a-z0-9]+)","device":"feature phone","model":"$1"},"Crius Mea":{"regex":"(Q7A\\\\+?)[);/ ]","device":"tablet","model":"$1"},"Crosscall":{"regex":"Crosscall|ODYSSEY_Plus|Odyssey S1|Trekker-[MSX][1234]|Action-X3|Core-X3","device":"smartphone","models":[{"regex":"Action-X3","model":"Action-X3"},{"regex":"Core-X3","model":"Core-X3"},{"regex":"Crosscall ([^;/]+) Build","model":"$1"},{"regex":"ODYSSEY_Plus","model":"ODYSSEY+"},{"regex":"Odyssey S1","model":"ODYSSEY S1"},{"regex":"Trekker-([MSX][1234](?: Core)?)","model":"Trekker-$1"}]},"Cube":{"regex":"(<!myPhone ?)Cube|(U[0-9]+GT|K8GT)|(T8-PLUSM?S?)[);/ ]","device":"tablet","models":[{"regex":"U27GT","model":"Talk 8"},{"regex":"T8-PLUSM?S?[);/ ]","model":"T8 Ultimate"},{"regex":"U55GT","model":"Talk 79"},{"regex":"U65GT","model":"Talk 9X"},{"regex":"(U[0-9]+GT[^;/]*) Build","model":"$1"},{"regex":"(U[0-9]+GT(?:[0-9]|[\\\\-_][a-z]+)?)","model":"$1"},{"regex":"(K8GT)","model":"$1"}]},"CUBOT":{"regex":"CUBOT|RAINBOW 2|KING_KONG_3|KINGKONG_MINI","device":"smartphone","models":[{"regex":"CHEETAH 2","model":"Cheetah 2"},{"regex":"RAINBOW 2","model":"Rainbow 2"},{"regex":"DINOSAUR","model":"Dinosaur"},{"regex":"KINGKONG_MINI","model":"King Kong Mini"},{"regex":"KING_KONG_3","model":"King Kong 3"},{"regex":"KING KONG","model":"King Kong"},{"regex":"CUBOT_MANITO","model":"Manito"},{"regex":"MAX","model":"Max"},{"regex":"NOTE Plus","model":"Note Plus"},{"regex":"CUBOT_NOTE_S","model":"Note S"},{"regex":"CUBOT_NOVA","model":"Nova"},{"regex":"CUBOT_POWER","model":"Power"},{"regex":"CUBOT_X18_Plus","model":"X18 Plus"},{"regex":"CUBOT[ _](A5|C6W|H3|J3|P7|P20|R9|R11|X18)","model":"$1"},{"regex":"CUBOT ([^;/]+) Build","model":"$1"},{"regex":"([^;/]+) Build/CUBOT","model":"$1"}]},"Concord":{"regex":"Concord[ _-]|Flyfix 6|C-721[);/ ]","device":"smartphone","models":[{"regex":"M10","model":"M10"},{"regex":"Flyfix 6","model":"Flyfix 6"},{"regex":"C-721","model":"Flyfix Q","device":"tablet"}]},"Crescent":{"regex":"WING 5|WING9|Venus[ _][14]","device":"smartphone","models":[{"regex":"WING 5","model":"Wing 5"},{"regex":"WING9","model":"Wing 9"},{"regex":"Venus[ _]([14])","model":"Venus $1"}]},"Cyrus":{"regex":"Cyrus[ _-]","device":"smartphone","models":[{"regex":"Cyrus[ _-]?([^;/)]+) Build","model":"$1"},{"regex":"Cyrus[ _-]?([^;/)]+)[);/ ]","model":"$1"}]},"Datang":{"regex":"DATANG","device":"smartphone","models":[{"regex":"(?:DATANG[ _-])+([^;/]+) Build","model":"$1"},{"regex":"(?:DATANG[ _-])+([^;/)]+)[;/)]","model":"$1"}]},"Datsun":{"regex":"DATSUN","device":"smartphone","models":[{"regex":"DATSUN_D5500","model":"D5500"}]},"Danew":{"regex":"Dslide ?([^;/]+) Build|Konnect_(504|601)","device":"smartphone","models":[{"regex":"Konnect_(504|601)","model":"Konnect $1"},{"regex":"Dslide ?([^;/]+) Build","device":"tablet","model":"DSlide $1"}]},"Denver":{"regex":"(TA[CDQ]-[0-9]+)","device":"tablet","model":"$1"},"Dell":{"regex":"Dell[^a-z]|Venue|XCD35","device":"smartphone","models":[{"regex":"XCD35","model":"XCD35"},{"regex":"(?:Dell )?Venue Build","model":"Venue","device":"smartphone"},{"regex":"Dell; Venue Pro","model":"Venue Pro","device":"smartphone"},{"regex":"(?:Dell )?(Streak|Venue) ?([^/;]*) Build","model":"$1 $2","device":"tablet"},{"regex":"Dell; ((?:Streak|Venue)[^;/\\\\)]*)","model":"$1","device":"tablet"},{"regex":"Dell; ([^;/\\\\)]+)","model":"$1"},{"regex":"Dell[ _\\\\-]([^/;]+) Build","model":"$1"}]},"Desay":{"regex":"Desay","device":"smartphone","models":[{"regex":"Desay[ _-]?([^;/)]+) Build","model":"$1"},{"regex":"Desay[ _-]?([^;/)]+)[);/ ]","model":"$1"}]},"DEXP":{"regex":"DEXP|(?:Ursus|Ixion)[ _]([^;/)]+)|H135[ _]Build|(VA[12]10|ML450|MS[56]50|BL150|BS155|BS160|BS550|BS650|AL[12]40)[);/ ]","device":"smartphone","models":[{"regex":"Ixion[_ ]([^;/]+)(?: Build|\\\\))","model":"Ixion $1"},{"regex":"(ML450|MS[56]50)[);/ ]","model":"Ixion $1"},{"regex":"Ursus ([^;/)]+)(?: Build|\\\\))","model":"Ursus $1","device":"tablet"},{"regex":"(VA[21]10)[);/ ]","model":"Ursus $1","device":"tablet"},{"regex":"H135[ _]Build","model":"Atlas","device":"desktop"},{"regex":"(BL150|BS155|BS160|BS550|BS650|AL[12]40)[);/ ]","model":"$1"},{"regex":"DEXP[ _]([^;/]+) Build","model":"$1"},{"regex":"DEXP[ _]([^);/]+)[);/ ]","model":"$1"}]},"Dbtel":{"regex":"DBTEL(?:[\\\\-/])?([a-z0-9]+)","device":"feature phone","model":"$1"},"Dialog":{"regex":"Dialog ?([^;/]+) Build","device":"smartphone","model":"$1"},"Dicam":{"regex":"DICAM-([a-z0-9]+)","device":"feature phone","model":"$1"},"Digi":{"regex":"(?<!FBCR/)Digi[ _]([^);/]+)[);/ ]","device":"smartphone","model":"$1"},"Digicel":{"regex":"DIGICEL","device":"smartphone","models":[{"regex":"DL810","model":"DL810"},{"regex":"DIGICEL ([^/;]+) Build","model":"$1"}]},"Digiland":{"regex":"DL1008M","device":"smartphone","models":[{"regex":"DL1008M","device":"tablet","model":"DL1008M"}]},"Digma":{"regex":"Digma[_ ]([^;/]+) Build|HIT HT707[10]MG|CITI Octa 80|CITI 1902 3G|CITI Z530 3G|(CITI[_ ](?:[A-Z0-9]+)[_ ][34]G)[ _]C[ST](500[67]PG|8209MG|8139ML)|HIT 4G|HT7074ML|IDX5|(iDx10|iDx7)|MVM900H(?:WZ|C)|MVM908HCZ|(iDxD8 3G|iDxD10 3G|iDrQ10 3G|iDxD[45]|iDxQ5|iD[nx]D7(?:[_ ]3G)?)|PS604M|PT452E|Linx A400 3G LT4001PG|Linx C500 3G LT5001PG|Linx PS474S|LS504[01]PL|LT40(47|54)MG|LS405[01]MG|LS5053ML|LT5048MG|LT5052ML|HT5035PG|HT4039PG|LT4049PG|NS6902QL|NS9797MG|TT1004PG|((?:Optima|Platina|Plane)[ _](?:[EM])?(?:[0-9\\\\.ST]+|Prime)(?:[ _][43]G)?)|(VOX[ _](?:[0-9\\\\.A-Z]+)[_ ][43]G)","device":"smartphone","models":[{"regex":"HIT HT707[10]MG","model":"HIT 3G","device":"tablet"},{"regex":"iDx5","model":"iDx5"},{"regex":"HT5035PG","model":"HIT Q500 3G"},{"regex":"HT4039PG","model":"HIT Q401 3G"},{"regex":"TT1004PG","model":"Optima 10.4 3G","device":"tablet"},{"regex":"(VOX[ _](?:[0-9\\\\.A-Z]+)[_ ][43]G)","model":"$1"},{"regex":"PS604M","model":"Linx 6.0"},{"regex":"LT4049PG","model":"Linx Atom 3G"},{"regex":"LT5048MG","model":"Linx Joy 3G"},{"regex":"LT5052ML","model":"Linx Base 4G"},{"regex":"LT4047MG","model":"Linx Alfa 3G"},{"regex":"LS4050MG","model":"Linx X1 3G"},{"regex":"LS4051MG","model":"Linx X1 Pro 3G"},{"regex":"LT4054MG","model":"Linx Argo 3G"},{"regex":"LS5041PL","model":"Linx Trix 4G"},{"regex":"LS5040PL","model":"Linx Rage 4G"},{"regex":"LS5053ML","model":"Linx Pay 4G"},{"regex":"(Linx A400 3G) LT4001PG","model":"$1"},{"regex":"(Linx C500 3G) LT5001PG","model":"$1"},{"regex":"(Linx PS474S)","model":"$1"},{"regex":"PT452E","model":"Linx 4.5"},{"regex":"MVM900H(?:WZ|C)","model":"iDx8","device":"tablet"},{"regex":"MVM908HCZ","model":"iDx9","device":"tablet"},{"regex":"(iD(?:xD10|rQ10|xD7)[_ ]3G)","model":"$1","device":"tablet"},{"regex":"(iDx10|iDx7)","model":"$1"},{"regex":"(iDxD[45]|iDxQ5)","model":"$1"},{"regex":"HIT 4G HT7074ML","model":"HIT 4G","device":"tablet"},{"regex":"(CITI 1902 3G)","model":"$1","device":"tablet"},{"regex":"(CITI Z530 3G)","model":"$1"},{"regex":"(CITI_8527_4G|CITI Octa 80)","model":"$1","device":"tablet"},{"regex":"(CITI (?:[A-Z0-9]+) 3G) C[ST](500[67]PG|8209MG)","model":"$1","device":"tablet"},{"regex":"iDxD8 3G","model":"D-Plane2 8","device":"tablet"},{"regex":"(iDnD7)","model":"$1","device":"tablet"},{"regex":"NS6902QL","model":"Platina 7.2 4G","device":"tablet"},{"regex":"NS9797MG","model":"Platina 7.2 3G","device":"tablet"},{"regex":"((?:Optima|Platina|Plane)[ _](?:[EM])?(?:[0-9\\\\.STNM]+|Prime)(?:[ _][43]G)?)","model":"$1","device":"tablet"},{"regex":"Digma[_ ]([^;/]+) Build","model":"$1","device":"tablet"}]},"DoCoMo":{"regex":"DoCoMo|\\\\;FOMA|KGT/1\\\\.0","device":"feature phone","models":[{"regex":"DoCoMo/[12]\\\\.0[/ ]([a-z0-9]+)","model":"$1"},{"regex":"([a-z0-9]+)(?:_W)?\\\\;FOMA","model":"$1"},{"regex":"KGT/1\\\\.0 ([a-z0-9]+)","model":"$1"}]},"Doogee":{"regex":"DOOGEE[ _-]|Valencia2_Y100pro|X5max(?:[_ ]PRO)?|(KISSME|BIGBOY|COLLO[23]?|DAGGER|DISCOVERY2?|FIND|HOTWIND|LATTE|MAX|MINT|MOON|PIXELS|RAINBOX|TURBO|VALENCIA|VOYAGER2?|TITANS2?)[ -_](DG[0-9]+C?)[);/ ]|BL[579]000[);/ ]|BL12000|BL5500[_ ]Lite|X9 Mini|LEO_DG280","device":"smartphone","models":[{"regex":"Valencia2_Y100pro","model":"Valencia2 Y100pro"},{"regex":"LEO_(DG280)","model":"Leo $1"},{"regex":"(BL[579]000)[);/ ]","model":"$1"},{"regex":"BL12000 PRO","model":"BL12000 Pro"},{"regex":"BL5500[_ ]Lite","model":"BL5500 Lite"},{"regex":"BL12000","model":"BL12000"},{"regex":"KISSME-DG580","model":"Kissme DG580"},{"regex":"X9 Mini","model":"X9 Mini"},{"regex":"(X5max(?:[_ ]PRO)?)","model":"$1"},{"regex":"(?:DOOGEE[ _-])?(BIGBOY|COLLO[23]?|DAGGER|DISCOVERY2?|FIND|HOTWIND|LATTE|MAX|MINT|MOON|PIXELS|RAINBOX|TURBO|VALENCIA|Valencia2_Y100pro|VOYAGER2?|TITANS2?)[ -_](DG[0-9]+C?)[);/ ]","model":"$1 $2"},{"regex":"DOOGEE[ _-]([^);/]+) Build","model":"$1"},{"regex":"DOOGEE[ _-]([^);/]+)[);/ ]","model":"$1"}]},"Doov":{"regex":"(?:Doov-)?Doov[ _]","device":"smartphone","models":[{"regex":"(?:Doov-)?Doov[ _]([^;/]+) Build","model":"$1"},{"regex":"(?:Doov-)?Doov[ _]([^);/]+)[);/ ]","model":"$1"}]},"Dopod":{"regex":"Dopod(?: )?([a-z0-9]+)","device":"feature phone","model":"$1"},"Doro":{"regex":"Doro","device":"smartphone","models":[{"regex":"Doro[ _-]?([^;/)]+) Build","model":"$1"},{"regex":"Doro[ _-]([0-9a-z]+)","model":"$1"}]},"Dune HD":{"regex":"DuneHD","device":"tv","models":[{"regex":"DuneHD/\\\\d.\\\\d \\\\([a-z]+__([a-z0-9_-]+);","model":"$1"},{"regex":"DuneHD/\\\\d.\\\\d \\\\(([a-z0-9_-]+);","model":"$1"}]},"DNS":{"regex":"(?:DNS|AirTab)[ _\\\\-]([^;/]+)Build|S4505M[);/ ]","device":"smartphone","models":[{"regex":"S4505M[);/ ]","model":"S4505M"},{"regex":"AirTab[ _\\\\-]([^;/]+)Build","model":"AirTab $1","device":"tablet"},{"regex":"DNS[ _\\\\-]([^;/]+)Build","model":"$1"}]},"E-Boda":{"regex":"E-Boda|Eclipse_(?:G400M|G500)","device":"smartphone","models":[{"regex":"E-Boda ((?:Revo|Izzycomm|Essential|Intelligence|Supreme)[^/;]+) Build","device":"tablet","model":"$1"},{"regex":"Eclipse_(G400M|G500)","model":"Eclipse $1"},{"regex":"E-Boda ([^/;]+) Build","model":"$1"}]},"Easypix":{"regex":"EasyPad|EasyPhone","device":"smartphone","models":[{"regex":"(EasyPhone[^/;]+) Build","model":"$1"},{"regex":"(EasyPad[^/;]+) Build","model":"$1","device":"tablet"}]},"EBEST":{"regex":"EBEST","device":"smartphone","models":[{"regex":"EBEST[ _-]?([^;/)]+) Build","model":"$1"},{"regex":"EBEST[ _-]?([^;/)]+)[);/ ]","model":"$1"}]},"Echo Mobiles":{"regex":"ECHO[ _](HOLI|HORIZON|MAX|MOSS|NOTE|POWER|SMART)","device":"smartphone","models":[{"regex":"ECHO_HORIZON_LITE","model":"HORIZON Lite"},{"regex":"ECHO_SMART_4G","model":"SMART 4G"},{"regex":"ECHO[ _](HOLI|MAX|MOSS|NOTE|POWER|SMART)","model":"$1"}]},"ECS":{"regex":"(?:TA10CA3|TM105A?|TR10CS1)[);/ ]","device":"tablet","models":[{"regex":"TA10CA3[);/ ]","model":"TA10CA3"},{"regex":"TR10CS1[);/ ]","model":"TR10CS1"},{"regex":"TM105A[);/ ]","model":"TM105A"},{"regex":"TM105[);/ ]","model":"TM105"}]},"EE":{"regex":"Hawk_from_EE","device":"smartphone","models":[{"regex":"Hawk_from_EE","model":"Hawk"}]},"Eks Mobility":{"regex":"S5LS|X4UPlus","device":"smartphone","models":[{"regex":"S5LS","model":"S5LS"},{"regex":"X4UPlus","model":"X4U Plus"}]},"Elephone":{"regex":"Elephone|P6000( ?Pro| ?Plus|\\\\+| ?02)? Build","device":"smartphone","models":[{"regex":"Elephone[ _\\\\-]([^/;]+) Build","model":"$1"},{"regex":"P6000(\\\\+| ?Plus) Build","model":"P6000 Plus"},{"regex":"P6000 02 Build","model":"P6000 02"},{"regex":"P6000 ?Pro Build","model":"P6000 Pro"},{"regex":"(P[68]000)","model":"$1"}]},"Element":{"regex":"AFTRS","model":"Element 4K (2017)","device":"tv"},"Elenberg":{"regex":"(TAB(?:101|728)[ _]3G|TAB7(?:[03]8|16|40|3[30]))[/;) ]","device":"tablet","model":"$1"},"Energy Sistem":{"regex":"ENERGY[ _-]?([^;/]+) Build","device":"tablet","model":"$1"},"Ericy":{"regex":"Ericy-([a-z0-9]+)","device":"feature phone","model":"$1"},"Essential":{"regex":"PH-1[ )]","device":"smartphone","models":[{"regex":"PH-1[ )]","model":"PH-1"}]},"E-tel":{"regex":"E-tel_i250","device":"smartphone","models":[{"regex":"E-tel[_ ]i250","model":"i250"}]},"Evercoss":{"regex":"A75A\\\\* Build","device":"smartphone","models":[{"regex":"A75A\\\\*","model":"A75A Star"}]},"Eurostar":{"regex":"(ET7002C-H12|Onyx-[13]S)[/;) ]","device":"smartphone","models":[{"regex":"Onyx-([13]S)[/;) ]","model":"Onyx $1"},{"regex":"ET7002C-H12[/;) ]","model":"ePad 4S","device":"tablet"}]},"Eton":{"regex":"Eton","device":"smartphone","models":[{"regex":"Eton[ _-]?([^;/)]+) Build","model":"$1"},{"regex":"Eton[ _-]?([^;/)]+)[);/ ]","model":"$1"}]},"Essentielb":{"regex":"(Wooze[_ ](?:I5|L|XL)) Build","device":"smartphone","model":"$1"},"Rikomagic":{"regex":"MK(80[28][^/;]*) Build","device":"tv","model":"MK$1"},"Rinno":{"regex":"Rinno (R(?:400|505))","device":"smartphone","model":"$1"},"Riviera":{"regex":"RIVIERA ","device":"smartphone","models":[{"regex":"F23","model":"F23"}]},"Senseit":{"regex":"SENSEIT[ _]?([^;/)]+)( Build|\\\\))","device":"smartphone","model":"$1"},"Sony":{"regex":"Sony(?: ?Ericsson)?|SGP|Xperia|([456]0[12]|701)SO|C1[569]0[45]|C2[01]0[45]|C230[45]|C530[236]|C550[23]|C6[56]0[236]|C6616|C68(?:0[26]|[34]3)|C69(?:0[236]|16|43)|D200[45]|D21(?:0[45]|14)|D22(?:0[236]|12|43)|D230[2356]|D240[36]|D25(?:02|33)|D510[236]|D530[36]|D5316|D5322|D5503|D58[03]3|D65(?:0[23]|43|63)|D66[03458]3|D66[14]6|D6708|E(?:20[0345]3|2006|210[45]|2115|2124|230[36]|2312|23[356]3|530[36]|53[3456]3|5506|55[356]3|56[46305][36]|58[02]3|65[35]3|66[0358]3|68[358]3)|I[34]312|I4332|F311[12356]|F331[13]|F321[12356]|F5[13]21|F5122|F813[12]|F833[12]|G312[135]|G311[26]|G322[136]|G3212|G331[123]|G3412|G3416|G342[136]|G823[12]|G834[123]|G8[14]4[12]|H(?:3113|3123|3133|3213|3223|3311|3321|4113|4133|4213|4233|4311|4331|4413|4433|82[167]6|83[12]4|8416|9436)|(?:WT|LT|SO|ST|SK|MK)[0-9]+[a-z]+[0-9]*(?: Build|\\\\))|X?L39H|XM50[ht]|W960|portalmmm/2\\\\.0 K|S3[69]h|SOL2[246]|SOV3[1234567]|X10[ia]v?|E1[05][ai]v?|MT[0-9]{2}[a-z]? Build|SO-0(?:[12]C|[345]D|[234]E|[1-5]F|[1234]G|[134]H|[1234]J|[12]K|1L)|R800[aix]|J8270|J9110|J9210|J81[17]0|I[34]113|I3[12]23|I42[19]3|H9493|H8296|H8166|H4493|LiveWithWalkman|BRAVIA|SGP771","device":"smartphone","models":[{"regex":"(?:Sony(?:Ericsson)?)?E10[ai]v?","model":"Xperia X10 mini","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?U20","model":"Xperia X10 mini pro","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?E15[ai]v?","model":"Xperia X8","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?(LT15[ai]?v?|SO-01C)","model":"Xperia arc","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?LT18[ai]v?","model":"Xperia arc S","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?MT11","model":"Xperia neo V","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?MT15","model":"Xperia neo","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?MT27","model":"Xperia Sola","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?MK16[ai]","model":"Xperia pro","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?ST15[ai]","model":"Xperia mini","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?ST17[ai]","model":"Xperia active","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?ST18[ai]","model":"Xperia ray","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?SK17[ai]?","model":"Xperia mini pro","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?X10[ai]v?","model":"Xperia X10","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)M1","model":"Aspen","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?R800","model":"Xperia PLAY","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?WT19|LiveWithWalkman","model":"Live with Walkman","brand":"Sony Ericsson"},{"regex":"(?:Sony(?:Ericsson)?)?CK13i","model":"txt","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?CK15[ai]","model":"txt pro","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?F100i","model":"Jalou","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?J105","model":"Naite","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?J108","model":"Cedar","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?J10","model":"Elm","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?J20","model":"Hazel","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?U10","model":"Aino","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?U100","model":"Yari","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?U1","model":"Satio","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?U5","model":"Vivaz","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?U8","model":"Vivaz pro","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?W20","model":"Zylo","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?W100","model":"Spiro","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?W150","model":"Yendo","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?W960","model":"W960","brand":"Sony Ericsson","device":"feature phone"},{"regex":"(?:Sony(?:Ericsson)?)?WT13","model":"Mix Walkman","brand":"Sony Ericsson","device":"feature phone"},{"regex":"SO-04F","model":"Xperia A2"},{"regex":"SO-04G","model":"Xperia A4"},{"regex":"(?:Sony(?:Ericsson)?)?I(?:4113|31[12]3)","model":"Xperia 10"},{"regex":"(?:Sony(?:Ericsson)?)?I(?:42[19]3|3223)","model":"Xperia 10 Plus"},{"regex":"(?:Sony(?:Ericsson)?)?J(?:9110|81[17]0)","model":"Xperia 1"},{"regex":"(?:Sony(?:Ericsson)?)?LT22i","model":"Xperia P"},{"regex":"(?:Sony(?:Ericsson)?)?LT25i","model":"Xperia V"},{"regex":"(?:Sony(?:Ericsson)?)?J9210","model":"Xperia 5 Dual"},{"regex":"(?:Sony(?:Ericsson)?)?J8270","model":"Xperia 5"},{"regex":"(?:Sony(?:Ericsson)?)?LT26ii","model":"Xperia SL"},{"regex":"(?:Sony(?:Ericsson)?)?LT26i","model":"Xperia S"},{"regex":"(?:Sony(?:Ericsson)?)?SO-02C","model":"Xperia arco"},{"regex":"(?:Sony(?:Ericsson)?)?SO-03D","model":"Xperia arco HD"},{"regex":"(?:Sony(?:Ericsson)?)?LT26w","model":"Xperia arco S"},{"regex":"(?:Sony(?:Ericsson)?)?LT28[aih]","model":"Xperia ion"},{"regex":"(?:Sony(?:Ericsson)?)?LT29i","model":"Xperia TX"},{"regex":"(?:Sony(?:Ericsson)?)?LT30a","model":"Xperia T LTE"},{"regex":"(?:Sony(?:Ericsson)?)?LT30p","model":"Xperia T"},{"regex":"(?:Sony(?:Ericsson)?)?ST21[ia]2","model":"Xperia tipo dual"},{"regex":"(?:Sony(?:Ericsson)?)?ST21[ia]","model":"Xperia tipo"},{"regex":"(?:Sony(?:Ericsson)?)?ST23[ia]","model":"Xperia miro"},{"regex":"(?:Sony(?:Ericsson)?)?ST25[ia]","model":"Xperia U"},{"regex":"(?:Sony(?:Ericsson)?)?SOL22","model":"Xperia UL"},{"regex":"(?:Sony(?:Ericsson)?)?ST26[ia]","model":"Xperia J"},{"regex":"(?:Sony(?:Ericsson)?)?ST27[ia]","model":"Xperia go"},{"regex":"(?:Sony(?:Ericsson)?)?C150[45]","model":"Xperia E"},{"regex":"(?:Sony(?:Ericsson)?)?C160[45]","model":"Xperia E Dual"},{"regex":"(?:Sony(?:Ericsson)?)?(?:E210[45]|E2115|E2124)","model":"Xperia E4"},{"regex":"(?:Sony(?:Ericsson)?)?E20[05]3|E2006","model":"Xperia E4G"},{"regex":"(?:Sony(?:Ericsson)?)?C190[45]","model":"Xperia M"},{"regex":"(?:Sony(?:Ericsson)?)?C200[45]","model":"Xperia M Dual"},{"regex":"(?:Sony(?:Ericsson)?)?C210[45]|S36h","model":"Xperia L"},{"regex":"(?:Sony(?:Ericsson)?)?C230[45]|S39h","model":"Xperia C"},{"regex":"(?:Sony(?:Ericsson)?)?C530[236]","model":"Xperia SP"},{"regex":"(?:Sony(?:Ericsson)?)?C550[23]","model":"Xperia ZR"},{"regex":"(?:Sony(?:Ericsson)?)?C650[236]","model":"Xperia ZL"},{"regex":"(?:Sony(?:Ericsson)?)?(?:C66(?:0[236]|16)|SO-02E)","model":"Xperia Z"},{"regex":"(?:Sony(?:Ericsson)?)?(?:C68(?:0[26]|[34]3)|XL39H|SOL24)","device":"phablet","model":"Xperia Z Ultra"},{"regex":"(?:Sony(?:Ericsson)?)?(?:C69(?:0[236]|16|43)|L39H|SO-0[12]F)","model":"Xperia Z1"},{"regex":"(?:Sony(?:Ericsson)?)?D200[45]","model":"Xperia E1"},{"regex":"(?:Sony(?:Ericsson)?)?D21(?:0[45]|14)","model":"Xperia E1 Dual"},{"regex":"(?:Sony(?:Ericsson)?)?D22(?:0[236]|43)","model":"Xperia E3"},{"regex":"(?:Sony(?:Ericsson)?)?D2212","model":"Xperia E3 Dual"},{"regex":"(?:Sony(?:Ericsson)?)?E20[34]3","model":"Xperia E4g Dual"},{"regex":"H33[12]1","model":"Xperia L2"},{"regex":"H43[13]1","model":"Xperia L2 Dual"},{"regex":"I3312","model":"Xperia L3"},{"regex":"I43[13]2","model":"Xperia L3 Dual"},{"regex":"(?:Sony(?:Ericsson)?)?D2302","model":"Xperia M2 Dual"},{"regex":"(?:Sony(?:Ericsson)?)?D230[356]","model":"Xperia M2"},{"regex":"(?:Sony(?:Ericsson)?)?D240[36]","model":"Xperia M2 Aqua"},{"regex":"(?:Sony(?:Ericsson)?)?(?:E230[36]|E23[35]3)","model":"Xperia M4 Aqua"},{"regex":"(?:Sony(?:Ericsson)?)?(?:E2312|E2363)","model":"Xperia M4 Aqua Dual"},{"regex":"(?:Sony(?:Ericsson)?)?E56[05][36]","model":"Xperia M5"},{"regex":"(?:Sony(?:Ericsson)?)?E56[436]3","model":"Xperia M5 Dual"},{"regex":"(?:Sony(?:Ericsson)?)?D2502","model":"Xperia C3 Dual"},{"regex":"(?:Sony(?:Ericsson)?)?D2533","model":"Xperia C3"},{"regex":"(?:Sony(?:Ericsson)?)?E53[05]3|E5306","model":"Xperia C4"},{"regex":"(?:Sony(?:Ericsson)?)?E53[0346]3","model":"Xperia C4 Dual"},{"regex":"(?:Sony(?:Ericsson)?)?E5506|E5553","model":"Xperia C5 Ultra"},{"regex":"(?:Sony(?:Ericsson)?)?E55[36]3","model":"Xperia C5 Ultra Dual"},{"regex":"(?:Sony(?:Ericsson)?)?D510[236]","model":"Xperia T3"},{"regex":"(?:Sony(?:Ericsson)?)?(?:D530[36]|D5316|XM50[ht])","model":"Xperia T2 Ultra","device":"phablet"},{"regex":"(?:Sony(?:Ericsson)?)?D5322","model":"Xperia T2 Ultra Dual","device":"phablet"},{"regex":"(?:Sony(?:Ericsson)?)?D5503","model":"Xperia Z1 Compact"},{"regex":"(?:Sony(?:Ericsson)?)?(?:D58[03]3|SO-02G)","model":"Xperia Z3 Compact"},{"regex":"(?:Sony(?:Ericsson)?)?(?:D65(?:0[23]|43)|SO-03F)","model":"Xperia Z2"},{"regex":"D6563","model":"Xperia Z2a"},{"regex":"(?:Sony(?:Ericsson)?)?(?:D66[045]3|D66[14]6|SO-01G|SOL26|401SO)","model":"Xperia Z3"},{"regex":"(?:Sony(?:Ericsson)?)?(?:D6633|D6683)","model":"Xperia Z3 Dual"},{"regex":"(?:Sony(?:Ericsson)?)?(?:E65[35]3)","model":"Xperia Z3+"},{"regex":"(?:Sony(?:Ericsson)?)?(?:D6708)","model":"Xperia Z3v"},{"regex":"SOV31|402SO|SO-03G","model":"Xperia Z4"},{"regex":"SGP771","model":"Xperia Z4","device":"tablet"},{"regex":"(?:Sony(?:Ericsson)?)?(?:E58[02]3)","model":"Xperia Z5 Compact"},{"regex":"(?:Sony(?:Ericsson)?)?(?:E66[05]3|SOV32|501SO|SO-01H)","model":"Xperia Z5"},{"regex":"(?:Sony(?:Ericsson)?)?E66[38]3","model":"Xperia Z5 Dual"},{"regex":"(?:Sony(?:Ericsson)?)?(?:E68[58]3|SO-03H)","model":"Xperia Z5 Premium"},{"regex":"(?:Sony(?:Ericsson)?)?E6833","model":"Xperia Z5 Premium Dual"},{"regex":"(?:Sony(?:Ericsson)?)?F311[135]","model":"Xperia XA"},{"regex":"(?:Sony(?:Ericsson)?)?F311[26]","model":"Xperia XA Dual"},{"regex":"(?:Sony(?:Ericsson)?)?F321[135]","model":"Xperia XA Ultra"},{"regex":"(?:Sony(?:Ericsson)?)?F321[26]","model":"Xperia XA Ultra Dual"},{"regex":"(?:Sony(?:Ericsson)?)?F833[12]|SOV34|601SO|SO-01J","model":"Xperia XZ"},{"regex":"(?:Sony(?:Ericsson)?)?(?:701SO|SOV36|G834[123]|SO-01K)","model":"Xperia XZ1"},{"regex":"(?:Sony(?:Ericsson)?)?G8441|SO-02K","model":"Xperia XZ1 Compact"},{"regex":"(?:Sony(?:Ericsson)?)?F331[13]","model":"Xperia E5"},{"regex":"(?:Sony(?:Ericsson)?)?G312[135]|G311[26]","model":"Xperia XA1"},{"regex":"(?:Sony(?:Ericsson)?)?G341[26]|G342[13]","model":"Xperia XA1 Plus"},{"regex":"(?:Sony(?:Ericsson)?)?G3426","model":"Xperia XA1 Plus Dual"},{"regex":"(?:Sony(?:Ericsson)?)?G322[136]|G3212","model":"Xperia XA1 Ultra"},{"regex":"(?:Sony(?:Ericsson)?)?H31[123]3","model":"Xperia XA2"},{"regex":"(?:Sony(?:Ericsson)?)?H41[13]3","model":"Xperia XA2 Dual"},{"regex":"H44[19]3","model":"Xperia XA2 Plus Dual"},{"regex":"H4433","model":"H4433"},{"regex":"(?:Sony(?:Ericsson)?)?H(?:3213|3223|4213|4233)","model":"Xperia XA2 Ultra"},{"regex":"(?:Sony(?:Ericsson)?)?G823[12]|SOV35|602SO|SO-03J","model":"Xperia XZs"},{"regex":"(?:Sony(?:Ericsson)?)?G814[12]|SO-04J","model":"Xperia XZ Premium"},{"regex":"(?:Sony(?:Ericsson)?)?(?:H83[12]4|H82[17]6|SOV37|H8296)","model":"Xperia XZ2"},{"regex":"H8266","model":"Xperia XZ2 Dual"},{"regex":"H8166","model":"Xperia XZ2 Premium Dual"},{"regex":"(?:Sony(?:Ericsson)?)?(?:H(8416|9436|9493)|SO-01L)","model":"Xperia XZ3"},{"regex":"(?:Sony(?:Ericsson)?)?G331[13]","model":"Xperia L1"},{"regex":"(?:Sony(?:Ericsson)?)?G3312","model":"Xperia L1 Dual"},{"regex":"(?:Sony(?:Ericsson)?)?SO-04E","model":"Xperia A"},{"regex":"(?:Sony(?:Ericsson)?)?SO-04D","model":"Xperia GX"},{"regex":"(?:Sony(?:Ericsson)?)?SO-05D","model":"Xperia SX"},{"regex":"(?:Sony(?:Ericsson)?)?F5121","model":"Xperia X"},{"regex":"(?:Sony(?:Ericsson)?)?F5122","model":"Xperia X Dual"},{"regex":"(?:Sony(?:Ericsson)?)?F5321|SO-02J","model":"Xperia X Compact"},{"regex":"(?:Sony(?:Ericsson)?)?(?:F8131|502SO|SOV33|SO-04H)","model":"Xperia X Performance"},{"regex":"(?:Sony(?:Ericsson)?)?F8132","model":"Xperia X Performance Dual"},{"regex":"SGP(?:311|312|321)[);/ ]|SO-03E","model":"Xperia Tablet Z","device":"tablet"},{"regex":"SGP712[);/ ]","model":"Xperia Tablet Z4","device":"tablet"},{"regex":"SGP(?:511|512|521)[);/ ]|SO-05F","model":"Xperia Tablet Z2","device":"tablet"},{"regex":"SGP(?:6[24]1)[);/ ]","model":"Xperia Tablet Z3 Compact","device":"tablet"},{"regex":"SGPT(?:12|121|122|123|13|131|132|133)[);/ ]","model":"Xperia Tablet S","device":"tablet"},{"regex":"(?:BRAVIA )(2K GB ATV3|4K UR2|4K GB ATV3|4K GB|4K 2015|2015)[);/ ]","model":"Bravia $1","device":"tv"},{"regex":"SonyBDP|SonyDBV","model":"Blu-ray Player","device":"tv"},{"regex":"(?:Sony-)?(KDL?-?[0-9a-z]+)","model":"$1","device":"tv"},{"regex":"Opera TV Store.*(?:Sony-)([0-9a-z\\\\-_]+)","model":"$1","device":"tv"},{"regex":"((?:WT|SO|ST|SK|MK)[0-9]+[a-z]*[0-9]*)(?: Build|\\\\))","model":"$1","brand":"Sony Ericsson"},{"regex":"(MT[0-9]{2}[a-z]?)[);/ ]","model":"$1","brand":"Sony Ericsson"},{"regex":"portalmmm/2.0 K([a-z0-9]+)","model":"K$1","brand":"Sony Ericsson"},{"regex":"Sony ?Ericsson?([^/;]*) Build","model":"$1","brand":"Sony Ericsson"},{"regex":"SonyEricsson([CGJKPTWZ][0-9]+[a-z]+)/","model":"$1","brand":"Sony Ericsson","device":"feature phone"},{"regex":"Sony ?Ericsson ?([a-z0-9\\\\-]+)","model":"$1","brand":"Sony Ericsson"},{"regex":"Sony (Tablet[^/;]*) Build","model":"$1","device":"tablet"},{"regex":"(SGP[^/;]*) Build","model":"$1","device":"tablet"},{"regex":"Xperia ([^/;]*Tablet[^/;]*) Build","model":"Xperia $1","device":"tablet"},{"regex":"Xperia ([^;/]+) Build","model":"Xperia $1"},{"regex":"Sony[ -]?([^/;]*) Build","model":"$1"},{"regex":"Sony[ -]?([a-z0-9\\\\-]+)","model":"$1"}]},"Ergo":{"regex":"ERGO|(V550[_ ]Vision|B502 Basic|B504[_ ]Unit|A502[_ ]Aurum|A503[ _]Optima|Prime B400|A551 Sky 4G|A553 Power|A555 Universe|Force F500|GoTab GBT9|GoTab Gti8|V551[ _]Aura|V540_Level|V570_BIG_BEN)","device":"smartphone","models":[{"regex":"B502 Basic","model":"B502 Basic"},{"regex":"V550[_ ]Vision","model":"V550 Vision"},{"regex":"B504[_ ]Unit","model":"B504 Unit"},{"regex":"V551[ _]Aura","model":"V551 Aura"},{"regex":"V540_Level","model":"V540 Level"},{"regex":"V570_BIG_BEN","model":"V570 Big Ben"},{"regex":"Ergo F502","model":"F502 Platinum"},{"regex":"(ERGO_)?A500[ _]Best","model":"A500 Best"},{"regex":"(ERGO_)?A550[ _]Maxx","model":"A550 Maxx"},{"regex":"Prime B400","model":"Prime B400"},{"regex":"A502[_ ]Aurum","model":"A502 Aurum"},{"regex":"A503[ _]Optima","model":"A503 Optima"},{"regex":"A551 Sky 4G","model":"A551 Sky 4G"},{"regex":"A553 Power","model":"A553 Power"},{"regex":"A555 Universe","model":"A555 Universe"},{"regex":"ERGO[_ ]A556","model":"A556"},{"regex":"ERGO[_ ]F500","model":"F500"},{"regex":"ERGO[_ ]F501","model":"F501"},{"regex":"B500 First","model":"B500 First"},{"regex":"Force F500","model":"Force F500"},{"regex":"GoTab GBT9","model":"GoTab GBT9","device":"tablet"},{"regex":"GoTab Gti8","model":"GoTab GTi8","device":"tablet"},{"regex":"ERGO[_ ]Tab[ _]Crystal[ _]Lite","model":"Tab Crystal Lite","device":"tablet"},{"regex":"ERGO[_ ]Tab[ _]Hero[ _]II","model":"Tab Hero II","device":"tablet"}]},"Ericsson":{"regex":"(?:Ericsson(?:/ )?[a-z0-9]+)|(?:R380 2.0 WAP1.1)","device":"feature phone","models":[{"regex":"Ericsson(?:/ )?([a-z0-9]+)","model":"$1"},{"regex":"R380 2.0 WAP1.1","model":"R380"}]},"Energizer":{"regex":"PowerMax","device":"smartphone","models":[{"regex":"PowerMax(P[0-9]+S?)","model":"Power Max $1"}]},"eTouch":{"regex":"eTouch ?([a-z0-9]+)","device":"smartphone","model":"$1"},"Etuline":{"regex":"(ETL-S(?:3520|4521|5042|5084|6022)|ETL-T(?:752G|882G|9[78]0))[/); ]","device":"smartphone","models":[{"regex":"(ETL-S(?:[^/); ]+))","model":"$1"},{"regex":"(ETL-T(?:[^/); ]+))","device":"tablet","model":"$1"}]},"Storex":{"regex":"eZee[^a-z]*Tab ?([^;/]*) Build|STOREX LinkBox","device":"tablet","models":[{"regex":"eZee[^a-z]*Tab ?([^;/]*) Build","model":"eZee\'Tab$1"},{"regex":"STOREX LinkBox","model":"LinkBox","device":"tv"}]},"Evertek":{"regex":"(Ever(?:Glory|Shine|Miracle|Mellow|Classic|Trendy|Fancy|Vivid|Slim|Glow|Magic|Smart|Star)[^/;]*) Build|E70[25]0HD|E805[01]HD|E9054HD|E8050HG|E7914HG","device":"smartphone","models":[{"regex":"(E70[25]0HD|E805[01]HD|E9054HD|E8050HG|E7914HG)","device":"tablet","model":"Everpad $1"},{"regex":"(Ever(?:Glory|Shine|Miracle|Mellow|Classic|Trendy|Fancy|Vivid|Slim|Glow|Magic|Smart|Star)[^/;]*) Build","model":"$1"}]},"Evolio":{"regex":"Evolio|M4MAGIC","device":"smartphone","models":[{"regex":"M4MAGIC","model":"M4 Magic"},{"regex":"Evolio_M5Pro","model":"M5 Pro"},{"regex":"Evolio[ _](M6|S4 Cobalt|S5|X10|Yuppi)","model":"$1"}]},"Evolveo":{"regex":"EVOLVEO[ _]([^;/]*) Build","device":"smartphone","models":[{"regex":"Smart TV ([^;/]*) Build","device":"tv","model":"Smart TV $1"},{"regex":"EVOLVEO[ _]([^;/]*) Build","model":"$1"}]},"Explay":{"regex":"Explay|ActiveD[ _]|Atlant |Informer[ _][0-9]+|CinemaTV 3G|Surfer[ _][0-9\\\\.]|sQuad[ _][0-9\\\\.]|Onliner[1-3]|RioPlay|Leader","device":"tablet","models":[{"regex":"ActiveD[ _]7.4[ _]3G","model":"ActiveD 7.4 3G"},{"regex":"ActiveD[ _]8.2[ _]3G","model":"ActiveD 8.2 3G"},{"regex":"CinemaTV[ _]3G","model":"CinemaTV 3G"},{"regex":"Informer[ _]([0-9]+(?:[ _]3G)?)","model":"Informer $1"},{"regex":"Surfer[ _]([0-9\\\\.]+(?:[ _]3G)?)","model":"Surfer $1"},{"regex":"sQuad[ _]([0-9\\\\.]+(?:[ _]3G)?)","model":"sQuad $1"},{"regex":"Onliner([1-3])","model":"Onliner $1"},{"regex":"Atlant[;/) ]","device":"smartphone","model":"Atlant"},{"regex":"Explay[ _-]([^;/]+) Build","model":"$1"},{"regex":"Explay[ _-]([^;/]+)[;/)]","model":"$1"},{"regex":"(RioPlay)[;/) ]","device":"smartphone","model":"Rio Play"},{"regex":"Leader","model":"Leader"}]},"EvroMedia":{"regex":"EVROMEDIA|Playpad[ _]","device":"tablet","models":[{"regex":"Playpad 3G GOO","model":"Play Pad 3G Goo"},{"regex":"Play Pad PRO","model":"Play Pad Pro"},{"regex":"PlayPad 3GTab XL","model":"Play Pad 3G Tab XL"}]},"EKO":{"regex":"EKO","device":"smartphone","models":[{"regex":"EKO[ _-]?([^;/)]+) Build","model":"$1"},{"regex":"EKO[ _-]?([^;/)]+)[);/ ]","model":"$1"}]},"Extrem":{"regex":"Rock X9+","device":"smartphone","models":[{"regex":"Rock X9+","model":"Rock X9+"}]},"Ezze":{"regex":"EZZE-|EZ(?!Browser)[a-z0-9]+","device":"feature phone","models":[{"regex":"EZZE-([a-z0-9]+)","model":"$1"},{"regex":"EZ([a-z0-9]+)","model":"EZ$1"}]},"Ezio":{"regex":"EZIO-([a-z0-9]+)","device":"feature phone","model":"$1"},"Forstar":{"regex":"Amosta 3G5","device":"smartphone","models":[{"regex":"Amosta 3G5","model":"Amosta 3G5"}]},"Foxconn":{"regex":"InFocus M[0-9]+[a-z]?","device":"smartphone","models":[{"regex":"InFocus M([0-9]+[a-z]?)","model":"InFocus M$1"}]},"Fondi":{"regex":"Fondi[- _]([^;/)]+)|(T702|Q008B|Q010B|Q718B|Q902|T602B|T707G|T708B|T725B|T725B1|T907B)(?:\\\\)| Build)","device":"smartphone","models":[{"regex":"(T702|T602B)","model":"$1"},{"regex":"(Q008B|Q010B|Q718B|Q902|T707G|T708B|T725B|T725B1|T907B)","device":"tablet","model":"$1"},{"regex":"Fondi[- _]([^;/)]+)","model":"$1"}]},"Fairphone":{"regex":"(FP(?:1U?|2))[);/ ]","device":"smartphone","model":"$1"},"Famoco":{"regex":"(FX[123]00)","device":"smartphone","model":"$1"},"FiGO":{"regex":"ATRIUM II F55L2|TRIO F40LT|EPIC F50G|Gravity X55L|Orion M50L|ULTRA M50G|M405B|VIRTUE3|F55L Build","device":"smartphone","models":[{"regex":"ATRIUM II F55L2","model":"Atrium II"},{"regex":"(F55L)","model":"$1"},{"regex":"TRIO F40LT","model":"Trio F40LT"},{"regex":"EPIC F50G","model":"Epic F50G"},{"regex":"(Gravity X55L|Orion M50L)","model":"$1"},{"regex":"ULTRA M50G","model":"Prime"},{"regex":"M405B_8GB","model":"Virtue II 8GB"},{"regex":"M405B","model":"Virtue II"},{"regex":"VIRTUE3","model":"Virtue III"}]},"FNB":{"regex":"ConeXis (A[12]|X[12])|SP5045V","device":"smartphone","models":[{"regex":"SP5045V","model":"SP5045V"},{"regex":"ConeXis A1","model":"ConeXis A1"},{"regex":"ConeXis A2","model":"ConeXis A2"},{"regex":"ConeXis X1","model":"ConeXis X1"},{"regex":"ConeXis X2","model":"ConeXis X2"}]},"Fujitsu":{"regex":"F-01[FHJK]|F-02[EFGH]|F-03[DEFGH]|F-04[EG]|F-05[DEFJ]|F-06E|F-07[DE]|F-08D|F-09[DE]|F-10D|F-11D|F-12C|M532|FARTM933KZ[);/ ]","device":"smartphone","models":[{"regex":"F-01F","model":"Arrows NX F-01F"},{"regex":"F-01J","model":"Arrows NX F-01J"},{"regex":"F-01K","model":"Arrows NX F-01K"},{"regex":"F-01H","model":"Arrows Fit F-01H"},{"regex":"F-02E","model":"Arrows X F-02E"},{"regex":"F-02G","model":"Arrows NX F-02G"},{"regex":"F-02H","model":"Arrows NX F-02H"},{"regex":"F-03D","model":"Arrows Kiss F-03D"},{"regex":"F-03E","model":"Arrows Kiss F-03E"},{"regex":"F-03F","model":"Disney Mobile F-03F"},{"regex":"F-03H","model":"Arrows SV F-03H"},{"regex":"F-04E","model":"Arrows V F-04E"},{"regex":"F-04G","model":"Arrows NX F-04G"},{"regex":"F-05D","model":"Arrows X LTE F-05D"},{"regex":"F-05F","model":"Arrows NX F-05F"},{"regex":"F-05J","model":"Arrows Be F-05J"},{"regex":"F-06E","model":"Arrows NX F-06E"},{"regex":"F-07D","model":"Arrows μ F-07D"},{"regex":"F-07E","model":"Disney Mobile F-07E"},{"regex":"F-08D","model":"Disney Mobile F-08D"},{"regex":"F-09D","model":"ANTEPRIMA F-09D"},{"regex":"F-09E","model":"Raku-Raku Smartphone Premium F-09E"},{"regex":"F-10D","model":"Arrows X F-10D"},{"regex":"F-11D","model":"Arrows Me F-11D"},{"regex":"F-12C","model":"F-12C"},{"regex":"F-02F","model":"Arrows Tab F-02F","device":"tablet"},{"regex":"F-03G","model":"Arrows Tab F-03G","device":"tablet"},{"regex":"F-05E","model":"Arrows Tab F-05E","device":"tablet"},{"regex":"FARTM933KZ","model":"Arrows Tab M504/HA4","device":"tablet"},{"regex":"M532[);/ ]","model":"Stylistic","device":"tablet"}]},"G-TiDE":{"regex":"G-TiDE","device":"smartphone","models":[{"regex":"Shining7","model":"Shining 7"},{"regex":"G-TiDE_(A1|S[34])","model":"$1"},{"regex":"G-TiDE V6","model":"V6"},{"regex":"E(57|60|66|72|77)","model":"$1"}]},"Gemini":{"regex":"(GEM[0-9]+[a-z]*)","device":"tablet","model":"$1"},"General Mobile":{"regex":"GM 5 Plus|GM8 go|GM 8 d|GM 8","device":"smartphone","models":[{"regex":"GM 5 Plus","model":"GM 5 Plus"},{"regex":"GM 8 d","model":"GM 8D"},{"regex":"GM 8","model":"GM 8"},{"regex":"GM8 go","model":"GM 8 Go"}]},"Geotel":{"regex":"GEOTEL[ _]?","device":"smartphone","models":[{"regex":"G1","model":"G1"},{"regex":"GEOTEL[ _]?Note","model":"Note"}]},"Ghia":{"regex":"GHIA|QS702","device":"smartphone","models":[{"regex":"QS702","model":"QS702"},{"regex":"GHIA_ZEUS_3G","model":"Zeus 3G"},{"regex":"GHIA_AXIS7","model":"Axis 7","device":"tablet"}]},"Gigabyte":{"regex":"GSmart[ _][a-z0-9 ]+(?: Build|\\\\))|Gigabyte-[a-z0-9]+","device":"smartphone","models":[{"regex":"(GSmart[ _][a-z0-9 ]+)(?: Build|\\\\))","model":"$1"},{"regex":"Gigabyte-([a-z0-9]+)","model":"$1"}]},"Gigaset":{"regex":"Gigaset","device":"smartphone","models":[{"regex":"Gigaset QV(1030|830)","model":"Gigaset QV$1","device":"tablet"},{"regex":"Gigaset ([^;/]+) Build","model":"$1"},{"regex":"Gigaset ([^;/)]+)[);/ ]","model":"$1"}]},"Ginzzu":{"regex":"GINZZU[_ ]|((?:RS(?:7[14]|81|9[67])D)|S50[45]0|S5120|RS(6[12]|9[45])D|S40[23]0|RS8502|RS9602)[);/ ]","device":"smartphone","models":[{"regex":"GINZZU[_ ]?(S40[17]0|S4710|ST6040|ST6120)","model":"$1"},{"regex":"GINZZU[_ ]?(GT-(?:7105|70[1-4]0|7115|7210|[WX]831|X770|7810|8010))","model":"$1","device":"tablet"},{"regex":"(RS6[12]D) ULTIMATE","model":"$1 Ultimate"},{"regex":"(?:GINZZU[ _])?((?:RS(?:7[14]|81|9[4-7])D)|S50[45]0|S5120|S40[23]0|RS8502|RS9602|RS94D)[);/ ]","model":"$1"}]},"Gionee":{"regex":"(?:GIO-)?GIONEE[ _-]?[a-z0-9]+|(?:Dream_D1|V188S?|GN[0-9]{3,4}[a-z]?)[);/ ]|F103(?: Pro)? Build|P5 mini Build|P7 Max Build|(M7 Power|F106L|F100A)[);/ ]","device":"smartphone","models":[{"regex":"GN810[);/ ]","model":"GN810","device":"phablet"},{"regex":"GN([0-9]{3,4}[a-z]?)[);/ ]","model":"GN$1"},{"regex":"(F106L|F100A|V188S|V188)[);/ ]","model":"$1"},{"regex":"F103( Pro)? Build","model":"F103$1"},{"regex":"M7 Power[);/ ]","model":"M7 Power"},{"regex":"P5 mini Build","model":"P5 mini"},{"regex":"P7 Max Build","model":"P7 Max"},{"regex":"(?:(?:GIO-)?GIONEE[ _-])?Dream_D1[);/ ]","model":"Dream D1"},{"regex":"(?:GIO-)?GIONEE[ _-]([a-z0-9_-]+).*Android","model":"$1"},{"regex":"Android.*(?:GIO-)?GIONEE[ _-]([a-z0-9_-]+)","model":"$1"},{"regex":"(?:GIO-)?GIONEE[ _-]?([a-z0-9]+)","model":"$1","device":"feature phone"}]},"Grape":{"regex":"(?:Grape[ _])?GTM-5([^;/]+) Build","device":"smartphone","model":"GTM-5$1"},"Vizio":{"regex":"Vizio|VAP430|VTAB1008","device":"tv","models":[{"regex":"VAP430","model":"VAP430"},{"regex":"VTAB1008","device":"tablet","model":"VTAB1008"}]},"GOCLEVER":{"regex":"GOCLEVER|QUANTUM_[0-9]{3}|QUANTUM [0-9]{1}|QUANTUM 700N|QUANTUM_(1010N|1010M|900)|ARIES|INSIGNIA|ORION_|ELIPSO|LIBRA[ _]97","device":"smartphone","models":[{"regex":"QUANTUM_(1010N|1010M|900)","model":"QUANTUM $1","device":"tablet"},{"regex":"INSIGNIA_(785_PRO|1010M|800M)","model":"INSIGNIA $1","device":"tablet"},{"regex":"(ORION|ARIES|ELIPSO)[_ ](71|101|102)","model":"$1 $2","device":"tablet"},{"regex":"TQ700N","model":"QUANTUM 700N","device":"tablet"},{"regex":"((?:QUANTUM|ARIES|INSIGNIA|ORION|ELIPSO)[ _-]?[^;/]+)(?: Build|\\\\))","model":"$1"},{"regex":"GOCLEVER[ _-]TAB[ _-]?([^;/]+) Build","model":"TAB $1","device":"tablet"},{"regex":"GOCLEVER[ _-]?([^;/]+) Build","model":"$1"},{"regex":"TAB ([^;/)]+) Build/GOCLEVER","model":"TAB $1","device":"tablet"},{"regex":"([^;/)]+) Build/GOCLEVER","model":"$1"},{"regex":"GOCLEVER[ _-]?TAB[ _-]([^;/)]+)[;/)]","model":"TAB $1","device":"tablet"},{"regex":"GOCLEVER[ _-]?([^;/)]+)[;/)]","model":"$1"},{"regex":"LIBRA[ _]97","model":"Libra 97","device":"tablet"}]},"GoMobile":{"regex":"GO Onyx|GO[0-9]{3,4}","device":"smartphone","models":[{"regex":"GO Onyx","model":"Go Onyx"},{"regex":"GO([0-9]{3,4})","model":"Go$1"}]},"Goly":{"regex":"Goly[ _-]","device":"smartphone","models":[{"regex":"Goly[ _-]([^;/]+) Build","model":"$1"},{"regex":"Goly[ _-]([^;/)]+)[;/)]","model":"$1"}]},"Google":{"regex":"Nexus|GoogleTV|Glass(?<!Browser)|CrKey[^a-z0-9]|Pixel(?: Build|\\\\))|Pixel (?:XL|C|[2-4]|[2-4] XL)|Google 2XL","device":"smartphone","models":[{"regex":"Glass","model":"Glass"},{"regex":"Galaxy Nexus","model":"Galaxy Nexus"},{"regex":"(Nexus (?:S|4|5X?|One))","model":"$1"},{"regex":"(Nexus (?:6P?))","device":"phablet","model":"$1"},{"regex":"(Nexus (?:7|9|10))","device":"tablet","model":"$1"},{"regex":"CrKey[^a-z0-9]","model":"Chromecast","device":"tv"},{"regex":"GoogleTV","device":"tv","model":"GoogleTV"},{"regex":"Pixel(?: Build|\\\\))","model":"Pixel"},{"regex":"Pixel XL","model":"Pixel XL"},{"regex":"Pixel 3 XL","model":"Pixel 3 XL"},{"regex":"Pixel 2 XL","model":"Pixel 2 XL"},{"regex":"Pixel 3","model":"Pixel 3"},{"regex":"Pixel 4 XL","model":"Pixel 4 XL"},{"regex":"pixel 4","model":"Pixel 4"},{"regex":"Pixel 2","model":"Pixel 2"},{"regex":"Google 2XL","model":"Pixel 2 XL"},{"regex":"Pixel C","device":"tablet","model":"Pixel C"}]},"Gradiente":{"regex":"GRADIENTE","device":"feature phone","models":[{"regex":"GRADIENTE-([a-z0-9]+)","model":"$1"},{"regex":"GRADIENTE ([a-z0-9\\\\-]+)","model":"$1"}]},"Grundig":{"regex":"GR?-TB[0-9]+[a-z]*|GRUNDIG|portalmmm/2\\\\.0 G|AFTEU(?:011|014|FF014)","device":"tv","models":[{"regex":"(GR?-TB[0-9]+[a-z]*)","device":"tablet","model":"$1"},{"regex":"GRUNDIG ([a-z0-9]+)","model":"$1"},{"regex":"portalmmm/2\\\\.0 G([a-z0-9]+)","model":"G$1"},{"regex":"AFTEU014","model":"Vision 7 4K (2019)"},{"regex":"AFTEUFF014","model":"OLED 4K (2019)"},{"regex":"AFTEU011","model":"Vision 6 HD (2019)"}]},"Hafury":{"regex":"HAFURY","device":"smartphone","models":[{"regex":"(MIX|UMAX)","model":"$1"}]},"Haier":{"regex":"Haier|I6_Infinity|Titan[ _]T[13]|(?:HW-)?W(?:716|757|860|970)[);/ ]|(?:HM-)?(N505|N700|G(?:152|303|353|552|70[01])?-FL|HM-N501-FL|G(?:303)?-W|I(?:557)?-FL)|(?:PAD[ _](D71|G781|d85))","device":"smartphone","models":[{"regex":"HM-N505-FL","model":"I8"},{"regex":"HM-N700-FL","model":"L7"},{"regex":"HM-N501-FL","model":"L56"},{"regex":"(?:HM-)?(G(?:152|353|552|70[01])|G(?:303)|I(?:557))","model":"$1"},{"regex":"(Titan[_ ]T[13]|I6_Infinity)","model":"$1"},{"regex":"(?:HW-)?W(716|757|860|970)[);/ ]","model":"W$1"},{"regex":"PAD[ -_](D71|G781|d85)","device":"tablet","model":"$1"},{"regex":"Haier[ _\\\\-](H[WT]-[^/;]+) Build","model":"$1"},{"regex":"Haier[ _\\\\-](H[WT]-[a-z0-9_\\\\-]+)","model":"$1"},{"regex":"Haier[ _\\\\-](sy[0-9]+)","model":"$1"},{"regex":"Haier[ _\\\\-]([a-z0-9\\\\-]+)","model":"$1","device":"feature phone"}]},"HannSpree":{"regex":"(HSG[0-9]{4})|SN97T41W|SN1AT71W\\\\(B\\\\)|SN70T51A|SN70T31?|T7-QC","device":"tablet","models":[{"regex":"(HSG[0-9]{4})","model":"$1"},{"regex":"SN1AT71W\\\\(B\\\\)","model":"SN1AT71W(B)"},{"regex":"SN70T31","model":"SN70T31"},{"regex":"SN70T3","model":"SN70T3"},{"regex":"SN70T51A","model":"SN70T51A"},{"regex":"SN97T41W","model":"SN97T41W"},{"regex":"T7-QC","model":"SNAT71BUE"}]},"Hasee":{"regex":"Hasee","device":"smartphone","models":[{"regex":"Hasee ([^;/]+) Build","model":"$1"},{"regex":"Hasee ([^;/)]+)[);/ ]","model":"$1"}]},"Hisense":{"regex":"(?:HS-)?Hisense ([^;/]+) Build|Hisense [^);/]+|HS-(?:G|U|EG?|I|L|T|X)[0-9]+[a-z0-9\\\\-]*|E270BSA|M470BS[AE]|E2281|EG680|HLTE(700T|22[13]E)","device":"smartphone","models":[{"regex":"E270BSA","device":"tablet","model":"Sero 7"},{"regex":"M470BS[AE]","device":"tablet","model":"Sero 7 Pro"},{"regex":"E2281","device":"tablet","model":"Sero 8"},{"regex":"HLTE700T","model":"A6"},{"regex":"HLTE221E","model":"E Max"},{"regex":"HLTE223E","model":"H30"},{"regex":"EG680","model":"Smartfren Andromax Z"},{"regex":"(HS-(?:G|U|EG?|I|L|T|X)[0-9]+[a-z0-9\\\\-]*)","model":"$1"},{"regex":"(?:HS-)?Hisense ([^;/]+) Build","model":"$1"},{"regex":"Hisense ([^);/]+)","model":"$1"}]},"Hi-Level":{"regex":"HLV-T([a-z0-9]+)","device":"tablet","model":"HLV-T$1"},"Hoffmann":{"regex":"(HOFFMANN|Neo[_ ]A[139]00)[);/ ]","device":"smartphone","models":[{"regex":"Neo[_ ](A[139]00)","model":"Neo $1"},{"regex":"HOFFMANN[ _]X[-_ ](Prime|Twist)","model":"X $1"}]},"Homtom":{"regex":"Homtom|(?:HT[0-9]{1,2})(?: ?Pro)?[);/ ]","device":"smartphone","models":[{"regex":"(HT[0-9]{1,2}(?: ?Pro)?)[);/ ]","model":"$1"},{"regex":"Homtom ([^;/]+) Build","model":"$1"}]},"Hosin":{"regex":"HOSIN[ _-]","device":"smartphone","models":[{"regex":"HOSIN[ _-]([^;/]+) Build","model":"$1"},{"regex":"HOSIN[ _-]([^;/]+)[;/)]","model":"$1"}]},"Hoozo":{"regex":"HOOZO[_ ](MT232|MT Pad 116 LTE|X1001)[);/ ]","device":"tablet","model":"$1"},"Huawei":{"regex":"(HW-)?(?:Huawei|Ideos|Honor[ _]?|(?:(?:AGS|AGS2|ALE|ALP|AMN|ANE|ARE|ARS|ASK|ATH|ATU|AUM|BAC|BAH[23]?|BG2|BGO|BKK|BKL|BLA|BLL|BLN|BND|BTV|CAG|CAM|CAN|CAZ|CHC|CHE[12]?|CHM|CLT|CMR|COL|COR|CPN|CRO|CRR|CUN|DIG|DLI|DRA|DUA|DUB|DUK|EDI|ELE|EML|EVA|EVR|FDR|FIG|FLA|FRD|GEM|GRA|HDN|HLK|HMA|Hol|HRY|HWI|H[36]0|INE|JAT|JDN|JDN2|JKM|JMM|JSN|KII|KIW|KNT|KOB|KSA|LDN|LEO|LIO|LLD|LND|LON|LRA|LUA|LY[AO]|MAR|MHA|MRD|MYA|NCE|NEM|NEO|NXT|PAR|PCT|PIC|PLE|PLK|POT|PRA|RIO|RNE|RVL|SCC|SCL|SCM|SEA|SHT|SLA|SNE|SPN|STF|STK|TAG|TIT|TNY|TRT|VCE|VEN|VIE|VKY|VNS|VOG|VRD|VTR|WAS|YAL|G(?:527|620S|621|630|735)|Y(?:221|330|550|6[23]5))-(?:[A-Z]{0,2}[0-9]{1,4}[A-Z]{0,3}?)|H1711|U(?:8230|8500|8661|8665|8667|8800|8818|8860|9200|9508))[);/ ])|hi6210sft|PE-(UL00|TL[12]0|TL00M)|T1-(A21[Lw]|A23L|701u|823L)|G7-L01|HW-01K|JNY-(LX[12]|AL10)|OXF-AN[01]0|TAS-(A[LN]00|L29|TL00)|WLZ-(AL10|AN00)|NIC-LX1A|MRX-(AL09|W09)|CDY-([AT]N00|AN90)|GLK-[AT]L00|JER-[AT]N10|ELS-[AT]N00|AKA-AL10|MON-(W|AL)19|BMH-AN10|AQM-AL[01]0|MOA-AL00|NTS-AL00|ART-[AT]L00x|JEF-[AT]N00|MED-[AT]L00|EBG-AN[01]0|ANA-AN00|BZ[AK]-W00|BZT-(W09|AL10)","device":"smartphone","models":[{"regex":"POT-[TA]L00a[);/ ]","model":"9S"},{"regex":"U9500[);/ ]","model":"Ascend D1"},{"regex":"U8818[);/ ]","model":"Ascend G300"},{"regex":"G527-U081[);/ ]","model":"Ascend G527"},{"regex":"G620S-L0[13][);/ ]","model":"Ascend G620S"},{"regex":"G630-U251[);/ ]","model":"Ascend G630"},{"regex":"G7-L01[);/ ]","model":"Ascend G7"},{"regex":"U9200[);/ ]","model":"Ascend P1"},{"regex":"H1711[);/ ]","model":"Ascend XT2"},{"regex":"Y221-U(?:[12]2|[0345]3)[);/ ]","model":"Ascend Y221"},{"regex":"Y550-L03[);/ ]","model":"Ascend Y550"},{"regex":"ART-[AT]L00x[);/ ]","model":"Enjoy 10"},{"regex":"STK-[AT]L00[);/ ]","model":"Enjoy 10 Plus"},{"regex":"MED-[AT]L00[);/ ]","model":"Enjoy 10E"},{"regex":"AQM-AL00[);/ ]","model":"Enjoy 10S"},{"regex":"TAG-[ACT]L00[);/ ]","model":"Enjoy 5S"},{"regex":"NCE-(AL[10]0|TL10)[);/ ]","model":"Enjoy 6"},{"regex":"DIG-(?:TL10|AL00)[);/ ]","model":"Enjoy 6S"},{"regex":"SLA-(?:AL00|TL10)[);/ ]","model":"Enjoy 7"},{"regex":"FIG-(?:[AT]L[10]0)[);/ ]","model":"Enjoy 7S"},{"regex":"LDN-(?:AL[12]0|TL[02]0)[);/ ]","model":"Enjoy 8"},{"regex":"FLA-AL10[);/ ]","model":"Enjoy 8 Plus"},{"regex":"ATU-[AT]L10[);/ ]","model":"Enjoy 8e"},{"regex":"MRD-[TA]L00[);/ ]","model":"Enjoy 9e"},{"regex":"U8665[);/ ]","model":"Fusion 2"},{"regex":"G735-L(?:03|12|23)[);/ ]","model":"G Play"},{"regex":"CHC-U(?:0[13]|23)[);/ ]","model":"G Play Mini"},{"regex":"(?:Honor_|HW-)?G621-TL00M?[);/ ]","model":"G621"},{"regex":"DIG-L2[12][);/ ]","model":"GR3 (2017)"},{"regex":"KII-L21[);/ ]","model":"GR5"},{"regex":"BLL-L2[12][);/ ]","model":"GR5 (2017)"},{"regex":"RIO-L03[);/ ]","model":"GX8"},{"regex":"U8860[);/ ]","model":"Honor"},{"regex":"COL-(?:AL[01]0|TL[01]0|L29)[);/ ]","model":"Honor 10"},{"regex":"HRY-(?:[AT]L00[A]?|LX[12]|LX1MEB)[);/ ]","model":"Honor 10 Lite"},{"regex":"U9508[);/ ]","model":"Honor 2"},{"regex":"YAL-(?:L21|[AT]L00)[);/ ]","model":"Honor 20"},{"regex":"LRA-AL00[);/ ]","model":"Honor 20 Lite"},{"regex":"YAL-(L41|AL10)[);/ ]","model":"Honor 20 Pro"},{"regex":"(MAR-LX1H|YAL-AL50)[);/ ]","model":"Honor 20S"},{"regex":"BMH-AN10[);/ ]","model":"Honor 30"},{"regex":"EBG-AN00[);/ ]","model":"Honor 30 Pro"},{"regex":"EBG-AN10[);/ ]","model":"Honor 30 Pro Plus"},{"regex":"CDY-AN90[);/ ]","model":"Honor 30S"},{"regex":"(?:Honor_|HW-)?H30-(?:C00|L01M?|L02|U10|T00|T10)(?:_TD)?[);/ ]","model":"Honor 3C"},{"regex":"Hol-U19[);/ ]","model":"Honor 3C Lite"},{"regex":"(?:Honor_|HW-)?SCL-(?:AL00|CL00|TL00H?)(?:_TD)?[);/ ]","model":"Honor 4A"},{"regex":"(?:Honor_|HW-)?CHM-U01(?:_TD)?[);/ ]","model":"Honor 4C"},{"regex":"AQM-AL10[);/ ]","model":"Honor 4T Pro"},{"regex":"(CHE2?-[UT]L00[HM]?|CHE1-CL[12]0|CHE2-L(?:1[12]|23)|Che1-L04|CHE-TL00)[);/ ]","model":"Honor 4X"},{"regex":"(?:Honor_|HW-)?CUN-[AT]L00[);/ ]","model":"Honor 5 Play"},{"regex":"(?:Honor_|HW-)?CAM-(?:AL00|TL00H|TL00)(?:_TD)?[);/ ]","model":"Honor 5A"},{"regex":"(?:Honor_|HW-)?NEM-(?:AL10|L51|UL10|TL00)[);/ ]","model":"Honor 5C"},{"regex":"(?:Honor_|HW-)?NEM-(?:L22|TL00H)[);/ ]","model":"Honor 5C Dual SIM"},{"regex":"(?:Honor_|HW-)?KIW-(?:AL10|TL00H|[TC]L00|L2[124]|UL00)(?:_TD)?[);/ ]","model":"Honor 5X"},{"regex":"((?:Honor_|HW-)?H60-L(?:01|02|03|04|11|12)(?:_TD)?|HW-H60-J1)[);/ ]","model":"Honor 6"},{"regex":"MYA-TL10[);/ ]","model":"Honor 6 Play"},{"regex":"PE-(UL00|TL[12]0|TL00M)[);/ ]","model":"Honor 6 Plus"},{"regex":"(?:HONOR[ _]?)?DLI-(?:AL10|L[24]2|TL20)[);/ ]","model":"Honor 6A"},{"regex":"DIG-L21HN[);/ ]","model":"Honor 6C"},{"regex":"JMM-L22[);/ ]","model":"Honor 6C Pro"},{"regex":"(?:HONOR[ _]?)?BLN-(?:L2[124]|AL[1234]0|TL[01]0[);/ ])","model":"Honor 6X"},{"regex":"(?:Honor[_]?|HW-)?PLK-(?:AL10|CL00|TL00|TL01H?|UL00|L01)[);/ ]","model":"Honor 7"},{"regex":"(?:Honor_|HW-)?NEM-L21[);/ ]","model":"Honor 7 Lite"},{"regex":"AUM-(?:AL[20]0|L33[A]?|TL20)[);/ ]","model":"Honor 7A"},{"regex":"AUM-L29[);/ ]","model":"Honor 7A Pro"},{"regex":"(?:Honor_|HW-)?(?:LND-(?:AL[34]0|L29|TL40)|AUM-L41)[);/ ]","model":"Honor 7C"},{"regex":"ATH-(?:AL00|UL00|TL00H)[);/ ]","model":"Honor 7i"},{"regex":"(?:Honor_|HW-)?DUA-(?:L22|LX3)[);/ ]","model":"Honor 7S"},{"regex":"(?:HONOR[ _]?)?BND-(?:AL[01]0|TL10|L2[14]|L31)[);/ ]","model":"Honor 7X"},{"regex":"FRD-(?:AL[01]0|L0[249]|L1[49]|DL00)[);/ ]","model":"Honor 8"},{"regex":"PRA-(?:AL00X|AL00|TL10)[);/ ]","model":"Honor 8 Lite"},{"regex":"DUK-(?:L09|TL30)[);/ ]","model":"Honor 8 Pro"},{"regex":"VEN-L22[);/ ]","model":"Honor 8 Smart"},{"regex":"JAT-L(29|X[13])[);/ ]","model":"Honor 8A"},{"regex":"JAT-L41[);/ ]","model":"Honor 8A Pro"},{"regex":"BKK-(?:AL[10]0|L21|L22|LX2|TL00)[);/ ]","model":"Honor 8C"},{"regex":"KSA-(LX[29]|AL00)[);/ ]","model":"Honor 8S"},{"regex":"JSN-L(?:2[123]|42)|JSN-[TA]L00[a]?[);/ ]","model":"Honor 8X"},{"regex":"ARE-(?:AL[10]0|L22HN|TL00)[);/ ]","model":"Honor 8X Max"},{"regex":"STF-(?:AL[10]0|L09|TL10)[);/ ]","model":"Honor 9"},{"regex":"LLD-(?:AL[01]0|L[23]1|TL10)[);/ ]","model":"Honor 9 Lite"},{"regex":"LLD-AL[23]0[);/ ]","model":"Honor 9i"},{"regex":"HLK-AL00[);/ ]","model":"Honor 9X"},{"regex":"HLK-AL10[);/ ]","model":"Honor 9X Pro"},{"regex":"CAM-UL00[);/ ]","model":"Honor Holly 3"},{"regex":"TRT-AL00[);/ ]","model":"Honor Holly 4 Plus"},{"regex":"NTS-AL00[);/ ]","model":"Honor Magic"},{"regex":"TNY-[AT]L00[);/ ]","model":"Honor Magic 2"},{"regex":"RVL-AL09[);/ ]","model":"Honor Note 10"},{"regex":"EDI-AL10[);/ ]","model":"Honor Note 8"},{"regex":"VKY-TL00[);/ ]","model":"Honor P10 Plus"},{"regex":"VOG-AL00[);/ ]","model":"Honor P30 Pro"},{"regex":"ANA-AN00[);/ ]","model":"Honor P40"},{"regex":"COR-(?:AL[01]0|L29|TL10)[);/ ]","model":"Honor Play"},{"regex":"ASK-AL00x[);/ ]","model":"Honor Play 3"},{"regex":"KSA-AL10[);/ ]","model":"Honor Play 3E"},{"regex":"CHM-[CUT]L00[HM]?[);/ ]","model":"Honor Play 4C"},{"regex":"AKA-AL10[);/ ]","model":"Honor Play 4T"},{"regex":"DUA-[TA]L00[);/ ]","model":"Honor Play 7"},{"regex":"JAT-[AT]L00[);/ ]","model":"Honor Play 8A"},{"regex":"MOA-AL00[);/ ]","model":"Honor Play 9A"},{"regex":"BKL-(?:AL00|AL20|AL30|L09|TL10)[);/ ]","model":"Honor V10"},{"regex":"PCT-[TA]L10[);/ ]","model":"Honor V20"},{"regex":"KNT-(?:AL[12]0|[TU]L10)[);/ ]","model":"Honor V8"},{"regex":"DUK-AL20[);/ ]","model":"Honor V9"},{"regex":"JMM-[AT]L[01]0[);/ ]","model":"Honor V9 Play"},{"regex":"BKL-L04[);/ ]","model":"Honor View 10"},{"regex":"PCT-L29[);/ ]","model":"Honor View 20"},{"regex":"OXF-AN00[);/ ]","model":"Honor View 30"},{"regex":"OXF-AN10[);/ ]","model":"Honor View 30 Pro"},{"regex":"(?:Honor_|HW-)?SCL-L(01|32)(?:_TD)?[);/ ]","model":"Honor Y6"},{"regex":"(?:Honor_|HW-)?LYO-L21[);/ ]","model":"Honor Y6 II Compact"},{"regex":"U8500[);/ ]","model":"Ideos X2"},{"regex":"U8510[);/ ]","model":"Ideos X3"},{"regex":"U8800[);/ ]","model":"Ideos X5"},{"regex":"POT-AL10[);/ ]","model":"Maimang 8"},{"regex":"ALP-(?:[TA]L00|L[02]9)[);/ ]","model":"Mate 10"},{"regex":"RNE-(?:AL00|L(?:01|03|21|23))[);/ ]","model":"Mate 10 Lite"},{"regex":"BLA-(?:A09|L[02]9|[TA]L00)[);/ ]","model":"Mate 10 Pro"},{"regex":"HMA-(?:[AT]L00|L[02]9)[);/ ]","model":"Mate 20"},{"regex":"SNE-(?:AL00|LX[0-3])[);/ ]","model":"Mate 20 Lite"},{"regex":"LYA-(?:AL[01]0|L[02]9|L0C|TL00)[);/ ]","model":"Mate 20 Pro"},{"regex":"LYA-AL00P[);/ ]","model":"Mate 20 RS"},{"regex":"EVR-(?:[TA]L00|L29|N29|AN00)[);/ ]","model":"Mate 20 X"},{"regex":"TAS-([AT]L00|L29)[);/ ]","model":"Mate 30"},{"regex":"TAS-AN00[);/ ]","model":"Mate 30 5G"},{"regex":"SPN-AL00[);/ ]","model":"Mate 30 Lite"},{"regex":"LIO-(?:[TA]L00|L29|AN00)[);/ ]","model":"Mate 30 Pro"},{"regex":"NXT-(?:AL10|L29)[);/ ]","model":"Mate 8"},{"regex":"MHA-(?:L[02]9|[AT]L00)[);/ ]","model":"Mate 9"},{"regex":"BLL-L23[);/ ]","model":"Mate 9 Lite"},{"regex":"LON-(?:AL00|L29)[);/ ]","model":"Mate 9 Pro"},{"regex":"NEO-AL00[);/ ]","model":"Mate RS"},{"regex":"NEO-L29[);/ ]","model":"Mate RS Porsche Design"},{"regex":"CRR-(?:L09|UL00)[);/ ]","model":"Mate S"},{"regex":"BND-L34[);/ ]","model":"Mate SE"},{"regex":"(CAZ-(?:AL[01]0|TL[12]0)|CAN-L[01][1-3])[);/ ]","model":"Nova"},{"regex":"PIC-(?:[AT]L00|LX9)[);/ ]","model":"Nova 2"},{"regex":"BAC-(?:L01|TL00)[);/ ]","model":"Nova 2 Plus"},{"regex":"BAC-(?:AL00|L2[12])[);/ ]","model":"Nova 2 Plus Dual SIM"},{"regex":"RNE-L[02]2[);/ ]","model":"Nova 2I"},{"regex":"HWI-[AT]L00[);/ ]","model":"Nova 2S"},{"regex":"PAR-(?:[AT]L00|LX[19]|TL20)[);/ ]","model":"Nova 3"},{"regex":"ANE-AL00[);/ ]","model":"Nova 3e"},{"regex":"INE-(?:AL00|LX1r|LX[12]|TL00)[);/ ]","model":"Nova 3i"},{"regex":"VCE-(L22|[AT]L00)[);/ ]","model":"Nova 4"},{"regex":"MAR-AL00[);/ ]","model":"Nova 4e"},{"regex":"SEA-AL00[);/ ]","model":"Nova 5"},{"regex":"SEA-AL10[);/ ]","model":"Nova 5 Pro"},{"regex":"GLK-[AT]L00","model":"Nova 5i"},{"regex":"WLZ-AL10[);/ ]","model":"Nova 6"},{"regex":"WLZ-AN00[);/ ]","model":"Nova 6 5G"},{"regex":"JNY-AL10[);/ ]","model":"Nova 6 SE"},{"regex":"JEF-[AT]N00[);/ ]","model":"Nova 7 5G"},{"regex":"JER-[AT]N10[);/ ]","model":"Nova 7 Pro 5G"},{"regex":"CDY-[AT]N00[);/ ]","model":"Nova 7 SE 5G"},{"regex":"JNY-LX2[);/ ]","model":"Nova 7i"},{"regex":"DIG-L01[);/ ]","model":"Nova Smart"},{"regex":"WAS-AL00[);/ ]","model":"Nova Youth"},{"regex":"FIG-L(?:A1|X[123])[);/ ]","model":"P smart"},{"regex":"POT-(LX(?:[13]|2J)|AL00)[);/ ]","model":"P smart (2019)"},{"regex":"STK-LX1[);/ ]","model":"P smart Z"},{"regex":"VTR-(?:L[02]9|AL00|TL00)[);/ ]","model":"P10"},{"regex":"WAS-(?:L(?:X1|X1A|X2|X2J|X3|03T)|TL10)[);/ ]","model":"P10 Lite"},{"regex":"VKY-(?:AL00|L09|L29)[);/ ]","model":"P10 Plus"},{"regex":"BAC-L[02]3[);/ ]","model":"P10 Selfie"},{"regex":"EML-(?:[TA]L00|L[02]9)[);/ ]","model":"P20"},{"regex":"ANE-(?:LX[123]|TL00)[);/ ]","model":"P20 Lite"},{"regex":"(CLT-(?:AL0[01]|TL0[01]|L(?:04|[02]9))|HW-01K)[);/ ]","model":"P20 Pro"},{"regex":"(ELE-L(?:04|09|29)|ELE-[AT]L00)[);/ ]","model":"P30"},{"regex":"(MAR-(?:LX(1[BM]|2)|TL00)|NIC-LX1A)[);/ ]","model":"P30 Lite"},{"regex":"MAR-LX[13]A[);/ ]","model":"P30 Lite Dual SIM"},{"regex":"VOG-AL10[);/ ]","model":"P30 Pro"},{"regex":"VOG-(?:L(?:04|09|29)|TL00)[);/ ]","model":"P30 Pro"},{"regex":"JNY-LX1[);/ ]","model":"P40 Lite"},{"regex":"ELS-[AT]N00[);/ ]","model":"P40 Pro"},{"regex":"GRA-(?:L09|UL00)[);/ ]","model":"P8"},{"regex":"(ALE-L(?:02|21|23)|ALE-UL00|ALE-TL00)[);/ ]","model":"P8 Lite (2015)"},{"regex":"(PRA-L(?:A1|X2|X1|X3)|hi6210sft)[);/ ]","model":"P8 Lite (2017)"},{"regex":"EVA-(?:AL[10]0|L[012]9|[TCD]L00)[);/ ]","model":"P9"},{"regex":"VNS-L(?:[23]1|62)[);/ ]","model":"P9 Lite"},{"regex":"SLA-L(?:02|03|22|23)[);/ ]","model":"P9 Lite Mini"},{"regex":"DIG-L(?:03|23)[);/ ]","model":"P9 Lite Smart"},{"regex":"VIE-(?:AL10|L[02]9)[);/ ]","model":"P9 Plus"},{"regex":"ATH-UL0[16][);/ ]","model":"ShotX"},{"regex":"U(8230|8661|8667)[);/ ]","model":"U$1"},{"regex":"ARS-([AT]L00|L22)[);/ ]","model":"Y Max"},{"regex":"CRO-(?:L[02]2|U00)[);/ ]","model":"Y3 (2017)"},{"regex":"CAG-L[02]2[);/ ]","model":"Y3 (2018)"},{"regex":"Bucare Y330-U05[);/ ]","model":"Y330-U05"},{"regex":"LUA-(U22|L2[12]|U03)[);/ ]","model":"Y3II"},{"regex":"MYA-(?:L(?:02|03|2[23])|U29)[);/ ]","model":"Y5 (2017)"},{"regex":"DRA-L(?:01|03|21|23|X3)[);/ ]","model":"Y5 (2018)"},{"regex":"AMN-LX[129][);/ ]","model":"Y5 (2019)"},{"regex":"DRA-LX5[);/ ]","model":"Y5 lite"},{"regex":"CRO-L[02]3[);/ ]","model":"Y5 Lite (2017)"},{"regex":"CAG-L[02]3[);/ ]","model":"Y5 Lite (2018)"},{"regex":"DRA-(?:LX2|[AT]L00)[);/ ]","model":"Y5 Prime (2018)"},{"regex":"MYA-L13[);/ ]","model":"Y5 Pro (2017)"},{"regex":"CUN-(?:L(?:0[123]|2[123]|33)|U29)[);/ ]","model":"Y5II"},{"regex":"SCC-U21[);/ ]","model":"Y6"},{"regex":"MYA-L11[);/ ]","model":"Y6 (2016)"},{"regex":"MYA-(L41|AL10)[);/ ]","model":"Y6 (2017)"},{"regex":"ATU-L(?:11|21|22|X3)[);/ ]","model":"Y6 (2018)"},{"regex":"MRD-L(?:X1[F]?|X3)[);/ ]","model":"Y6 (2019)"},{"regex":"ATU-L(?:31|42)[);/ ]","model":"Y6 Prime (2018)"},{"regex":"TIT-(?:AL00|L01|U02)[);/ ]","model":"Y6 Pro"},{"regex":"MRD-LX2[);/ ]","model":"Y6 Pro (2019)"},{"regex":"Y625-U03[);/ ]","model":"Y625"},{"regex":"Y635-L0[123][);/ ]","model":"Y635"},{"regex":"Y635-L21[);/ ]","model":"Y635 Dual SIM"},{"regex":"CAM-L(?:03|21|23|32)[);/ ]","model":"Y6II"},{"regex":"TRT-LX[123][);/ ]","model":"Y7 (2017)"},{"regex":"LDN-L(?:01|X3)[);/ ]","model":"Y7 (2018)"},{"regex":"DUB-(?:LX[13]|TL00)[);/ ]","model":"Y7 (2019)"},{"regex":"(LDN-(?:AL00|L21)|TRT-TL10)[);/ ]","model":"Y7 Prime"},{"regex":"(LDN-(?:LX2|TL10)|TRT-(?:L21A|L53))[);/ ]","model":"Y7 Prime (2018)"},{"regex":"DUB-(?:LX2|AL00)[);/ ]","model":"Y7 Pro (2019)"},{"regex":"DUB-AL20[);/ ]","model":"Y7 Pro (2019)"},{"regex":"FLA-(LX[123]|AL20|TL10)[);/ ]","model":"Y9 (2018)"},{"regex":"JKM-(?:[TA]L00|LX[123])[);/ ]","model":"Y9 (2019)"},{"regex":"STK-(L2[12]|LX3)[);/ ]","model":"Y9 Prime (2019)"},{"regex":"HDN-[LW]09[);/ ]","model":"Honor Water Play 10.1","device":"tablet"},{"regex":"JDN-(?:AL00|W09)[);/ ]","model":"Honor Pad 2","device":"tablet"},{"regex":"MON-(W|AL)19[);/ ]","device":"tablet","model":"MatePad C5 8"},{"regex":"BZA-W00[);/ ]","device":"tablet","model":"C3 9.6"},{"regex":"MRX-(AL09|W09)[);/ ]","device":"tablet","model":"MatePad Pro"},{"regex":"CMR-(?:AL[01]9|W09)[);/ ]","device":"tablet","model":"MediaPad M5 10.8"},{"regex":"SCM-AL09[);/ ]","device":"tablet","model":"MediaPad M5 Pro"},{"regex":"GEM-70[1-3]L[);/ ]","device":"tablet","model":"MediaPad X2"},{"regex":"(?:JDN2-(:?[WL]09|AL00)|BAH2-(?:AL[01]0|L09|W[01]9))[);/ ]","device":"tablet","model":"MediaPad M5 Lite"},{"regex":"SHT-(?:AL|W)09[);/ ]","device":"tablet","model":"MediaPad M5 8.4"},{"regex":"VRD-(?:(AL|W)09|AL10|W10)[);/ ]","device":"tablet","model":"MediaPad M6 8.4"},{"regex":"SCM-W09[);/ ]","device":"tablet","model":"MediaPad M6 10"},{"regex":"BTV-W09[);/ ]","device":"tablet","model":"MediaPad M3 8"},{"regex":"(BAH-W09|CPN-(?:L|W)09|CPN-AL00)[);/ ]","device":"tablet","model":"MediaPad M3 Lite"},{"regex":"(BAH-(?:L09|AL00)|BAH3-W09)[);/ ]","device":"tablet","model":"MediaPad M3 Lite 10"},{"regex":"BTV-DL09","device":"tablet","model":"MediaPad M3"},{"regex":"(AGS2-AL00|JDN2-W09)HN[);/ ]","device":"tablet","model":"Honor Tab 5"},{"regex":"AGS2-(?:[LW]09|L03)[);/ ]","device":"tablet","model":"MediaPad T5 10"},{"regex":"AGS-(?:L0[39]|W09)[);/ ]","device":"tablet","model":"MediaPad T3 10"},{"regex":"(KOB-(?:L|W)09|BZK-W00)[);/ ]","device":"tablet","model":"MediaPad T3 8"},{"regex":"BG2-(?:U0[13]|W09)[);/ ]","device":"tablet","model":"MediaPad T3 7"},{"regex":"BGO-L03[);/ ]","device":"tablet","model":"MediaPad T2 7.0"},{"regex":"(?:BGO-DL09|PLE-70[13]L)[);/ ]","device":"tablet","model":"MediaPad T2 7.0 Pro"},{"regex":"JDN-L01[);/ ]","device":"tablet","model":"MediaPad T2 8.0 Pro"},{"regex":"FDR-(A01[LW]|A03L)[);/ ]","device":"tablet","model":"MediaPad T2 10.0 Pro"},{"regex":"T1-(A21[LW]|A23L)[);/ ]","device":"tablet","model":"MediaPad T1 10"},{"regex":"T1-701u[);/ ]","device":"tablet","model":"MediaPad T1 7"},{"regex":"T1-823L[);/ ]","device":"tablet","model":"MediaPad T1 8"},{"regex":"AGS2-AL00[);/ ]","device":"tablet","model":"Enjoy Tablet 10.1"},{"regex":"BZT-(W09|AL10)[);/ ]","device":"tablet","model":"MediaPad C5 10.1"},{"regex":"LEO-BX9[);/ ]","device":"wearable","model":"Smart Watch 2"},{"regex":"(MediaPad[^/;]*) Build","device":"tablet","model":"$1"},{"regex":"Ideos([^;/]*) Build","model":"Ideos$1"},{"regex":"(?:HUAWEI )?MT([0-9]+)","device":"phablet","model":"Ascend Mate $1"},{"regex":"Huawei[ _\\\\-]?([^/;]*) Build","model":"$1"},{"regex":"(?:HW-)?Huawei(?:/1\\\\.0/0?(?:Huawei))?[_\\\\- /]?([a-z0-9\\\\-_]+)","model":"$1"},{"regex":"Huawei; ([a-z0-9 \\\\-]+)","model":"$1"}]},"Hyundai":{"regex":"Hyundai|Ultra (?:Active|Air|Charm|Dream|Energy|Latitude|Link|Live|Shadow|Shine|Storm|Style|Sync|Trend|Vision|Wave)|G(24027|2552[34])K|W25042L","device":"smartphone","models":[{"regex":"Ultra (Active|Air|Charm|Dream|Energy Lite|Energy Plus|Energy|Latitude|Link|Live II|Live|Shadow|Shine|Storm|Style|Sync|Trend|Vision|Wave)","model":"Ultra $1"},{"regex":"G25523K","model":"Eternity G23"},{"regex":"G25524K","model":"Eternity G24"},{"regex":"G24027K","model":"Eternity G27"},{"regex":"W25042L","model":"Eternity W42"},{"regex":"Hyundai ([^;/]+) Build","model":"$1","device":"tablet"},{"regex":"Hyundai[ _\\\\-]?([a-z0-9_-]+)","model":"$1","device":"tablet"}]},"i-Joy":{"regex":"i-Joy|i-Call|(?:Neon[79]|Sygnus|Deox|Elektra (?:M|L|XL|XXL))[);/ ]","device":"smartphone","models":[{"regex":"Elektra M[);/ ]","model":"Elektra M"},{"regex":"Elektra L[);/ ]","model":"Elektra L"},{"regex":"Elektra XL[);/ ]","model":"Elektra XL"},{"regex":"Elektra XXL[);/ ]","model":"Elektra XXL","device":"phablet"},{"regex":"Neon([79])[);/ ]","model":"Neon $1","device":"tablet"},{"regex":"Sygnus[);/ ]","model":"Sygnus","device":"tablet"},{"regex":"Deox[);/ ]","model":"Deox","device":"tablet"},{"regex":"i-Call ([^;/]+) Build","model":"i-Call $1"},{"regex":"i-Joy ([^;/]+) Build","model":"$1"}]},"iBall":{"regex":"iBall[ _]([^;/)]+)[ _]Build|(Snap_4G2)[;)\\\\ ]","device":"tablet","models":[{"regex":"(Snap_4G2)[;)\\\\ ]","model":"$1"},{"regex":"iBall[ _]([^;/)]+)[ _]Build","model":"$1"}]},"iRola":{"regex":"iRola ([^/;]+) Build|(DX758|DX752|DX752|DX758[ _]?Pro) Build","device":"tablet","models":[{"regex":"DX758[ _]?Pro","model":"DX758 Pro"},{"regex":"(DX758|DX752)","model":"$1"},{"regex":"iRola ([^/;]+) Build","model":"$1"}]},"iRulu":{"regex":"iRULU[ _](X11|V[34])[;)\\\\ ]","device":"tablet","model":"$1"},"Irbis":{"regex":"TZ(1(?:00|50|84|65|7[035-89]|9[578])|49|7(?:1[2467]|2[01567]|37|4[27]|5[23457]|62|72|7[17]|8[1]|9[47])|8(?:[34]1|5[3-8]|6[45]|7[2478]|8[1-5]|9[0127])|96[0-9])|TZ(?:one|art|HIT|81L)|(SP(?:0[56]|2[01]|4[1-36]|40[12]|45[345]|50|51[0147]|531|55[012]))[;)\\\\ ]","device":"tablet","models":[{"regex":"(TZ(?:[0-9]+)|TZ(?:one|art|HIT|81L))[;)\\\\ ]","model":"$1"},{"regex":"(SP(?:0[56]|2[01]|4[1-36]|40[12]|45[345]|50|51[0147]|531|55[012]))[;)\\\\ ]","device":"smartphone","model":"$1"}]},"iBerry":{"regex":"AUXUS ([^/;]+) Build","device":"smartphone","models":[{"regex":"AUXUS (Core[^/;]+) Build","device":"tablet","model":"$1"},{"regex":"AUXUS ([^/;]+) Build","model":"$1"}]},"iHunt":{"regex":"iHunt|One_ Love_|TITAN_P11000_PRO|Like_(3|4U|3_Pro)|X300 Elite|S10_Tank_2019|S60_Discovery_2019|AlienXLite2020","device":"smartphone","models":[{"regex":"iHunt_Like","model":"Like"},{"regex":"S10_Tank_2019","model":"S10 Tank 2019"},{"regex":"One_ Love_","model":"One Love"},{"regex":"TITAN_P11000_PRO","model":"Titan P11000 Pro"},{"regex":"Like_3_Pro","model":"Like 3 Pro"},{"regex":"Like_3","model":"Like 3"},{"regex":"Like_4U","model":"Like 4U"},{"regex":"X300 Elite","model":"X300 Elite"},{"regex":"S60_Discovery_2019","model":"S60 Discovery 2019"},{"regex":"AlienXLite2020","model":"Alien X Lite 2020"}]},"IconBIT":{"regex":"IconBIT|NT-(3506M|0704S|0909T|1009T|10[01]1T|1017T|3601P/3602P|3603P|3702S|3805C|3905T|3701S|0701S|0805C|0902S|370[23]M)|XDS[89]4K","device":"tablet","models":[{"regex":"NT-3506M","device":"smartphone","model":"NetTAB Mercury Quad FHD"},{"regex":"NT-0704S","model":"NetTAB Sky LE"},{"regex":"NT-0909T","model":"NetTAB Thor IZ"},{"regex":"NT-1009T","model":"NetTAB Thor quad II"},{"regex":"NT-10[01]1T","model":"NetTAB Thor LE"},{"regex":"NT-1017T","model":"NetTAB Thor 3G quad"},{"regex":"NT-3601P/3602P","model":"NetTAB Pocket 3G"},{"regex":"NT-3603P","model":"NetTAB Pocket 3G Slim"},{"regex":"NT-3702S","model":"NetTAB Sky HD 3G"},{"regex":"NT-3805C","model":"NetTAB Skat 3G quad"},{"regex":"NT-3701S","model":"NetTAB Sky 3G duo"},{"regex":"NT-3905T","model":"NetTAB Thor ZX 3G"},{"regex":"NT-0701S","model":"NetTAB Sky net"},{"regex":"NT-0805C","model":"NetTAB Skat MX"},{"regex":"NT-0902S","model":"NetTAB Space quad RX"},{"regex":"NT-3702M","model":"NetTAB Matrix 3G duo"},{"regex":"NT-3703M","model":"NetTAB Matrix 3GT"},{"regex":"(?:iconBIT )?(Movie Ultra HD 4K|XDS[89]4K)","model":"$1","device":"tv"}]},"LYF":{"regex":"(LYF[ _])?LS-[456][0-9]{3}|LYF/[^/]+/","device":"smartphone","models":[{"regex":"LS-4004","model":"Flame 2"},{"regex":"LS-5501","model":"Earth 1"},{"regex":"LS-5021","model":"Earth 2"},{"regex":"LS-5505","model":"Water F1"},{"regex":"LS-4503","model":"Flame LS-4503"},{"regex":"LS-4001","model":"Flame 3"},{"regex":"LS-4003","model":"Flame 4"},{"regex":"LS-4002","model":"Flame 5"},{"regex":"LS-4005","model":"Flame 6"},{"regex":"(LYF[ _])?LS-4006","model":"Flame 7"},{"regex":"LS-4008","model":"Flame 7S"},{"regex":"LS-450[58]","model":"Flame 8"},{"regex":"LS-5002","model":"Water 1"},{"regex":"LS-5005","model":"Water 4"},{"regex":"LS-5006","model":"Water 6"},{"regex":"LS-5008","model":"Water 2"},{"regex":"LS-5009","model":"Wind 6"},{"regex":"LS-5013","model":"Wind 5"},{"regex":"LS-5014","model":"Wind 4"},{"regex":"LS-5010","model":"Wind 1"},{"regex":"LS-5015","model":"Water 8"},{"regex":"LS-5016","model":"Wind 7"},{"regex":"LS-5504","model":"Water 7"},{"regex":"LS-5507","model":"Water 7S"},{"regex":"LS-5017","model":"Water 11"},{"regex":"LS-5018","model":"Wind 4S"},{"regex":"LS-5020","model":"Water 10"},{"regex":"LS-5201","model":"Water F1S"},{"regex":"LS-5502","model":"Wind 3"},{"regex":"LS-5503","model":"Water 3"},{"regex":"LS-5506","model":"Water 9"},{"regex":"LS-6001","model":"Wind 2"},{"regex":"LYF/([^/]+)/","model":"$1"}]},"Lumus":{"regex":"NEO(SR620|SC600)[;)/ ]","device":"smartphone","model":"Neo $1"},"M4tel":{"regex":"M4 SS[0-9]{4}(?:-R)?|M4_B[23]","device":"smartphone","models":[{"regex":"SS1050","model":"Joy"},{"regex":"SS1060","model":"Live"},{"regex":"SS1070","model":"Sense"},{"regex":"SS1080","model":"Max One"},{"regex":"SS1090","model":"Max Ultra"},{"regex":"SS4020","model":"Play"},{"regex":"SS4040","model":"In Touch"},{"regex":"SS4045","model":"Style"},{"regex":"SS4345","model":"Soul Mini"},{"regex":"SS4350","model":"Soul"},{"regex":"SS4445","model":"Style Access"},{"regex":"SS4450","model":"Share"},{"regex":"SS4451","model":"Believe"},{"regex":"SS4452","model":"Dream"},{"regex":"SS4453","model":"Inspiration"},{"regex":"SS4455","model":"Excite"},{"regex":"SS4456","model":"Evolution"},{"regex":"SS4457-R","model":"Ever"},{"regex":"SS4457","model":"Elegance"},{"regex":"SS4458-R","model":"Feel Plus"},{"regex":"SS4458","model":"Attitude"},{"regex":"M4_B([23])","model":"B$1"}]},"IMO Mobile":{"regex":"IMO Q2","device":"smartphone","models":[{"regex":"IMO Q2","model":"Q2"}]},"iLA":{"regex":"iLA[-_ ](Silk|X)[);/ ]","device":"smartphone","model":"$1"},"iNew":{"regex":"iNew|(?:V7A|V3 Plus|V3-?E|V3C)(?: Build|[;/\\\\)])","device":"smartphone","models":[{"regex":"V3C(?: Build|[;/\\\\)])","model":"V3C"},{"regex":"V3-?E(?: Build|[;/\\\\)])","model":"V3-E"},{"regex":"V3 Plus(?: Build|[;/\\\\)])","model":"V3 Plus"},{"regex":"V7A(?: Build|[;/\\\\)])","model":"V7A"},{"regex":"iNew[ -_]([^;/]+) Build","model":"$1"}]},"iPro":{"regex":"Kylin[ _]5.[05]","device":"smartphone","models":[{"regex":"Kylin_5.0S","model":"Kylin 5.0S"},{"regex":"Kylin 5.0","model":"Kylin 5.0"},{"regex":"Kylin 5.5","model":"Kylin 5.5"}]},"Infinix":{"regex":"Infinix","device":"smartphone","models":[{"regex":"Infinix[ _-]X260","model":"Buzz"},{"regex":"Infinix[ _-]X502","model":"Alpha Marvel"},{"regex":"Infinix[ _-]X570","model":"Alpha"},{"regex":"Infinix[ _-]X350","model":"Surf Smart"},{"regex":"Infinix[ _-]X351","model":"Surf Smart 3G"},{"regex":"Infinix[ _-]X352","model":"Surf Smart 2"},{"regex":"Infinix[ _-]X403","model":"Surf Spice"},{"regex":"Infinix[ _-]X503","model":"Surf Bravo"},{"regex":"Infinix[ _-]X511","model":"Surf Noir"},{"regex":"Infinix[ _-]X400","model":"Race"},{"regex":"Infinix[ _-]X401","model":"Race Lite"},{"regex":"Infinix[ _-]X450","model":"Race Bolt"},{"regex":"Infinix[ _-]X451","model":"Race Bolt Q"},{"regex":"Infinix[ _-]X454","model":"Race Bolt 2"},{"regex":"Infinix[ _-]X500","model":"Race Eagle"},{"regex":"Infinix[ _-]X501","model":"Race Jet"},{"regex":"Infinix[ _-]X506","model":"Zero"},{"regex":"Infinix[ _-]X509","model":"Zero 2"},{"regex":"Infinix[ _-]X552","model":"Zero 3"},{"regex":"Infinix[ _-]X555","model":"Zero 4"},{"regex":"Infinix[ _-]X(?:574|602)","model":"Zero 4 Plus"},{"regex":"Infinix[ _-]X603","model":"Zero 5"},{"regex":"Infinix[ _-]X603B","model":"Zero 5 Pro"},{"regex":"Infinix[ _-]X507","model":"Hot"},{"regex":"Infinix[ _-]X510","model":"Hot 2"},{"regex":"Infinix[ _-]X55[34]","model":"Hot 3"},{"regex":"Infinix[ _-]X521","model":"Hot S"},{"regex":"Infinix[ _-]X522","model":"Hot S2"},{"regex":"Infinix[ _-]X557","model":"Hot 4"},{"regex":"Infinix[ _-]X556","model":"Hot 4 Pro"},{"regex":"Infinix[ _-]X559c","model":"Hot 5"},{"regex":"Infinix[ _-]X559","model":"Hot 5 Lite"},{"regex":"Infinix[ _-]X606[BC]?","model":"Hot 6"},{"regex":"Infinix[ _-]X608","model":"Hot 6 Pro"},{"regex":"Infinix[ _-]X573B?","model":"Hot S3"},{"regex":"Infinix[ _-]X556","model":"Hot 4 Pro"},{"regex":"Infinix[ _-]X5010","model":"Smart"},{"regex":"Infinix[ _-]X5515F","model":"Smart 2"},{"regex":"Infinix[ _-]X5514D","model":"Smart 2 Pro"},{"regex":"Infinix[ _-]X551","model":"Hot Note","device":"phablet"},{"regex":"Infinix[ _-]X600","model":"Note 2","device":"phablet"},{"regex":"Infinix[ _-]X601","model":"Note 3","device":"phablet"},{"regex":"Infinix[ _-]X572","model":"Note 4","device":"phablet"},{"regex":"Infinix[ _-]X571","model":"Note 4 Pro","device":"phablet"},{"regex":"Infinix[ _-]X604","model":"Note 5","device":"phablet"},{"regex":"Infinix HOT ([a-z]?[1-6])( (?:Lite|Plus|Pro))?","model":"Hot $1$2"},{"regex":"Infinix[ _-](X[78]00)","device":"tablet","model":"$1"},{"regex":"Infinix[ _-](X\\\\d+)","model":"$1"},{"regex":"Infinix[ _-]([a-z0-9_\\\\-]+)","model":"$1"}]},"InFocus":{"regex":"IF(9001|9007|9021|9035|9031)[);/ ]","device":"smartphone","models":[{"regex":"IF9001","model":"Turbo 5"},{"regex":"IF9007","model":"A3"},{"regex":"IF9021","model":"Turbo 5 Plus"},{"regex":"IF9035","model":"A2"},{"regex":"IF9031","model":"Vision 3"}]},"InnJoo":{"regex":"InnJoo","device":"smartphone","models":[{"regex":"InnJoo[ _]X","model":"X"}]},"Inkti":{"regex":"intki[ _]([^/;]*)[ _]Build","device":"smartphone","model":"$1"},"Innostream":{"regex":"INNO([a-z0-9]+)","device":"feature phone","model":"INNO$1"},"Insignia":{"regex":"NS-(P11A8100|P10A8100|P10A6100|P16AT08|P16AT10|P16AT785HD|P08A7100|P10A7100)[);/ ]|AFTEAMR311|AFTJMST12","device":"tablet","models":[{"regex":"NS-P11A8100","model":"11.6\\""},{"regex":"NS-(P10A6100|P16AT10)","model":"Flex 10.1\\""},{"regex":"NS-P16AT08","model":"Flex 8\\""},{"regex":"NS-P08A7100","model":"8\\""},{"regex":"NS-(P10A8100|P10A7100)","model":"10.1\\""},{"regex":"NS-P16AT785HD","model":"Flex Elite 7.85\\""},{"regex":"AFTEAMR311","model":"HD (2018)","device":"tv"},{"regex":"AFTJMST12","model":"4K (2018)","device":"tv"}]},"INQ":{"regex":"INQ[/ ]","device":"feature phone","models":[{"regex":"INQ/([a-z0-9\\\\-]+)","model":"$1"},{"regex":"INQ ([^;/]+) Build","model":"$1","device":"smartphone"}]},"Intex":{"regex":"Intex|(Aqua|Cloud[ _][XY][0-9]{1}|Cloud (?:Fame|Glory) 4G)","device":"smartphone","models":[{"regex":"Intex[ _]([^/;]*)[ _]Build","model":"$1"},{"regex":"(Cloud (?:Fame|Glory) 4G)","model":"$1"},{"regex":"(Aqua|Cloud)[ _\\\\.]([^/;\\\\)]+)(?:[ _]Build|(?<!Build)/|\\\\))","model":"$1 $2"},{"regex":"Intex[ _]([a-z0-9_+\\\\-]+)","model":"$1"}]},"i-mate":{"regex":"i-mate ([a-z0-9]+)","device":"feature phone","model":"$1"},"i-mobile":{"regex":"i-mobile ?[a-z0-9]+|i-Style|IQ ?(9\\\\.1|5\\\\.5|5\\\\.6A?)","device":"feature phone","models":[{"regex":"i-mobile (i-note[^/;]*) Build","model":"$1","device":"tablet"},{"regex":"i-Style ?([^;/]+) Build","model":"i-Style $1","device":"smartphone"},{"regex":"IQ ?(9\\\\.1|5\\\\.5|5\\\\.6A?)","model":"IQ $1","device":"smartphone"},{"regex":"i-mobile (IQ[^/;]*) Build","model":"$1","device":"smartphone"},{"regex":"i-mobile(?: )?([a-z0-9\\\\- ]+) Build","model":"$1"},{"regex":"i-mobile(?: )?([a-z0-9]+)","model":"$1"}]},"iKoMo":{"regex":"iKoMo ([a-z0-9]+)","device":"feature phone","model":"$1"},"iOcean":{"regex":"iOCEAN|M6752|W180|X7[ _]?S|X8 mini","device":"smartphone","models":[{"regex":"X7S-T","model":"X7S-T"},{"regex":"X8 mini pro","model":"X8 Mini Pro"},{"regex":"X8 mini","model":"X8 Mini"},{"regex":"X7[ _]?S","model":"X7S Elite"},{"regex":"(M6752|W180) Build","model":"$1"},{"regex":"iOCEAN[ _\\\\-]?([^/;]+) Build","model":"$1"},{"regex":"iOCEAN[ _\\\\-]?([^);/ ]+)","model":"$1"}]},"iView":{"regex":"733TPC","device":"smartphone","models":[{"regex":"733TPC","device":"tablet","model":"733TPC"}]},"Impression":{"regex":"(?:Impression[ _\\\\-]?([^/;]+)|A502|I10\\\\-LE|ImPad[ _]?(.*)|ImSmart[ _]?(.*)) Build","device":"tablet","models":[{"regex":"(A502)","model":"$1","device":"smartphone"},{"regex":"ImSmart[ _]?(.*) Build","model":"ImSmart $1","device":"smartphone"},{"regex":"ImPad[ _]?(.*) Build","model":"ImPad $1"},{"regex":"(I10\\\\-LE)","model":"$1","device":"smartphone"},{"regex":"Impression[ _\\\\-]?([^/;]+) Build","model":"$1"}]},"iTel":{"regex":"itel|iNote","device":"smartphone","models":[{"regex":"iNote ([^/;]*)Build","model":"iNote $1"},{"regex":"iNote_([a-z0-9\\\\-_]+)","model":"iNote $1"},{"regex":"iTel ([^/;]*)Build","model":"$1"},{"regex":"iTel[_ ]([a-z0-9\\\\-_]*)","model":"$1"}]},"iZotron":{"regex":"(Mi7_HERO_(?:BETA|TAB))[);/ ]","device":"tablet","models":[{"regex":"Mi7[_ ]HERO[_ ]BETA[);/ ]","model":"MI7 Hero Beta"},{"regex":"Mi7[_ ]HERO[_ ]TAB[);/ ]","model":"MI7 Hero Tab"}]},"JAY-Tech":{"regex":"TPC-[A-Z0-9]+|TPCY-TX[TE][^);/ ]+","device":"tablet","models":[{"regex":"TPC-([A-Z0-9]+)","model":"Tablet PC $1"},{"regex":"(TPCY-TX[TE][^);/ ]+)","model":"$1"}]},"Jiayu":{"regex":"(JY-[a-z0-9]+)[);/ ]","device":"smartphone","model":"$1"},"Jolla":{"regex":"Jolla","device":"smartphone","model":""},"Just5":{"regex":"JUST5(-)?SPACER(s)?|COSMO[_ ](L707|L808)|BLASTER|FREEDOM[ _](C100|M303|X1)|Freedom","device":"smartphone","models":[{"regex":"COSMO[_ ](L707|L808)","model":"Cosmo $1"},{"regex":"FREEDOM[ _](C100|M303|X1)","model":"Freedom $1"},{"regex":"Freedom","model":"Freedom"},{"regex":"JUST5(-)?SPACER2s","model":"Spacer 2S"},{"regex":"JUST5(-)?SPACER2","model":"Spacer 2"},{"regex":"JUST5SPACER","model":"Spacer"},{"regex":"BLASTER 2","model":"Blaster 2"},{"regex":"BLASTER","model":"Blaster"}]},"Kalley":{"regex":"ELEMENT Q","device":"smartphone","models":[{"regex":"ELEMENT Q","model":"Element Q"}]},"Kaan":{"regex":"KAAN[ _](N[12]|A1)[);/ ]","device":"smartphone","model":"$1"},"Kazam":{"regex":"Kazam ([^;/)]+)( Build|\\\\))|Trooper_X[0-9][0-9][);/ ]|Tornado 348","device":"smartphone","models":[{"regex":"Tornado 348","model":"Tornado 348"},{"regex":"Trooper_X([0-9])([0-9])[);/ ]","model":"Trooper X$1.$2"},{"regex":"Kazam ([^;/)]+)(?: Build|\\\\))","model":"$1"}]},"Keneksi":{"regex":"KENEKSI|(Hemera|Teta Dual)[);/ ]","device":"smartphone","models":[{"regex":"(Hemera|Teta Dual)[);/ ]","model":"$1"},{"regex":"KENEKSI[ _-]liberty","model":"Liberty"},{"regex":"KENEKSI[ _-]FLASH","model":"Flash"},{"regex":"KENEKSI[ _-]SUN","model":"Sun"},{"regex":"KENEKSI[ _-]ZETA","model":"Zeta"},{"regex":"KENEKSI[ _-]SIGMA","model":"Sigma"},{"regex":"KENEKSI[ _-](Moon|Libra_Dual|Glass|Amber|Chance|Amulet|Choice|Crystal|Dream|Delta[_ ]Dual|Norma 2|Norma|Sky|Fire 2|Fire|Flame|Flora|Rock|Solo|Soul|Step|Smart|Star|Storm|Wind)","model":"$1"}]},"Kempler & Strauss":{"regex":"Alumini_?3_?Plus|Alumini ?[23]|KEMPLER_(TV|X)","device":"smartphone","models":[{"regex":"Alumini ?2","model":"Alumini 2"},{"regex":"Alumini_?3_?Plus","model":"Alumini 3 Plus"},{"regex":"Alumini3","model":"Alumini 3"},{"regex":"KEMPLER_TV","model":"TV"},{"regex":"KEMPLER_X","model":"X"}]},"Kiano":{"regex":"Kiano|Elegance_5_0|CORE 10.1 DUAL 3G|Intelect ?(7|8|10)|Slim ?Tab ?\\\\d+(?:[_ ]3GR?)?[);/ ]|Cavion[_ ]","device":"smartphone","models":[{"regex":"Slim ?Tab ?(\\\\d+)(?:[_ ]3GR?)?","model":"Slim Tab $1","device":"tablet"},{"regex":"Cavion[_ ](?:Base[_ ])?(\\\\d+)","model":"Cavion Base $1","device":"tablet"},{"regex":"CORE 10.1 DUAL 3G","model":"CORE 10.1 DUAL 3G","device":"tablet"},{"regex":"Elegance_5_0","model":"Elegance 5.0"},{"regex":"(Kiano)?(Intelect|Elegance) ?(7|8|10)?","model":"$2 $3","device":"tablet"},{"regex":"Kiano[ _]([^;/]+) Build","model":"$1"}]},"Kingsun":{"regex":"Kingsun[ _-]","device":"smartphone","models":[{"regex":"Kingsun[ _-]([^;/]+) Build","model":"$1"},{"regex":"Kingsun[ -]((?!Build)[a-z0-9_-]+)","model":"$1"}]},"Kocaso":{"regex":"Kocaso|M(?:729|7[357][026][hw]?|76[01236][bw]?|83[016]|8[567]0|1050s|106[012368]w?|1070|X736(?:-kit)?|X780)[);/ ]","device":"tablet","models":[{"regex":"M729[);/ ]","model":"M729"},{"regex":"M(7[357][026])[hw]?[);/ ]","model":"M$1"},{"regex":"M(76[01236])[bw]?[);/ ]","model":"M$1"},{"regex":"MX780[);/ ]","model":"MX780"},{"regex":"M(83[016])[);/ ]","model":"M$1"},{"regex":"M(8[567]0)[);/ ]","model":"M$1"},{"regex":"M851[);/ ]","model":"M851"},{"regex":"M1050S[);/ ]","model":"M1050s"},{"regex":"M(106[012368])W?[);/ ]","model":"M$1"},{"regex":"M1070[);/ ]","model":"M1070"},{"regex":"MX736(?:-kit)?[);/ ]","model":"MX736"},{"regex":"MX780[);/ ]","model":"MX780"},{"regex":"Kocaso[ _\\\\-]?([^;/]+) Build","model":"$1"},{"regex":"Kocaso[ _\\\\-]?([a-z0-9_-]+)","model":"$1"}]},"Kogan":{"regex":"Kogan","device":"smartphone","models":[{"regex":"Kogan[ _-]([^;/]+) Build","model":"$1"},{"regex":"Kogan[ _-]([a-z0-9_-]+)","model":"$1"}]},"Komu":{"regex":"Komu[ -]","device":"smartphone","models":[{"regex":"Komu[ -]([^;/]+) Build","model":"$1"},{"regex":"Komu[ -]([a-z0-9_-]+)","model":"$1"}]},"Koobee":{"regex":"Koobee","device":"smartphone","models":[{"regex":"Koobee[ _\\\\-]?([^;/]+) Build","model":"$1"},{"regex":"Koobee[ _\\\\-]?([a-z0-9_-]+)","model":"$1"}]},"Kumai":{"regex":"(?:KM-)?Kumai","device":"smartphone","models":[{"regex":"(?:KM-)?Kumai[ _\\\\-]?([^;/]+) Build","model":"$1"},{"regex":"(?:KM-)?Kumai[ _\\\\-]?([a-z0-9_-]+)","model":"$1"}]},"KT-Tech":{"regex":"(KM-[a-z0-9]+|EV-[a-z0-9]+)[);/ ]","device":"smartphone","model":"$1"},"KDDI":{"regex":"kddi-([a-z0-9]+)","device":"feature phone","model":"$1"},"Kodak":{"regex":"KODAK|IM5[);/ ]","device":"smartphone","models":[{"regex":"IM5","model":"IM5"},{"regex":"KODAK_SMARTWAY_((M|T)1)","model":"Smartway $1"},{"regex":"SMARTWAY X1","model":"Smartway X1"},{"regex":"Tablet (7|10)","device":"tablet","model":"Tablet $1"}]},"KOPO":{"regex":"KOPO[ _-]","device":"smartphone","models":[{"regex":"KOPO[ _\\\\-]?([^/;]+) Build","model":"$1"},{"regex":"KOPO[ _\\\\-]?([^);/ ]+)","model":"$1"}]},"Koridy":{"regex":"KORIDY[ _-]([^/;]+) Build","device":"smartphone","model":"$1"},"KRONO":{"regex":"NET1100","device":"smartphone","models":[{"regex":"NET1100","model":"NET 1100"}]},"K-Touch":{"regex":"K-?Touch[ _][a-z0-9]+","device":"smartphone","models":[{"regex":"K-?Touch[ _]([^/;]*)[ _]Build","model":"$1"},{"regex":"K-?Touch[ _]([a-z0-9]+)","model":"$1"}]},"Kyocera":{"regex":"Kyocera|KWC-|QC-|C5120|C5170|C5155|C5215|C6730|C6750|C6522N?|C6530N|C6740|C6743|E6[89]10|KYL21|KYY23|S2151|KC-S701|S4-KC[;/) ]","device":"smartphone","models":[{"regex":"C5120","model":"Milano"},{"regex":"S4-KC","model":"One S4"},{"regex":"C5155","model":"Rise"},{"regex":"C5170","model":"Hydro"},{"regex":"C5215","model":"Hydro EDGE"},{"regex":"C6522N?","model":"Hydro XTRM"},{"regex":"C6730","model":"Hydro ICON"},{"regex":"C6750","model":"Hydro ELITE"},{"regex":"C6530N","model":"Hydro LIFE"},{"regex":"C6740(N)?","model":"Hydro WAVE"},{"regex":"C6743","model":"Hydro Reach"},{"regex":"E6810","model":"DuraForce Pro"},{"regex":"E6910","model":"DuraForce Pro 2"},{"regex":"KC-S701","model":"Torque"},{"regex":"KYL21","model":"Digno S"},{"regex":"KYY23","model":"Urbano L03"},{"regex":"(?:Kyocera-)?E6790","model":"DuraForce XD"},{"regex":"S2151","model":"Coast","device":"feature phone"},{"regex":"Kyocera-KZ-([a-z0-9]+)","model":"KZ $1"},{"regex":"Kyocera(?:[\\\\-/])?([a-z0-9]+)","model":"$1"},{"regex":"(?:KWC|QC)-([a-z0-9]+)","model":"$1"}]},"Krüger&Matz":{"regex":"Kruger[ _&]Matz|MOVE_|LIVE4_KM043[89]","device":"smartphone","models":[{"regex":"MOVE_6_mini","model":"MOVE 6 Mini"},{"regex":"MOVE[_ ]([78]|6S)","model":"MOVE $1"},{"regex":"DRIVE 4 mini LTE","model":"DRIVE 4 mini LTE"},{"regex":"DRIVE (4[S]?)[;/) ]","model":"DRIVE $1"},{"regex":"Drive 5[;/) ]","model":"DRIVE 5"},{"regex":"FLOW (4[S]?)[;/) ]","model":"FLOW $1"},{"regex":"LIVE4_(KM043[89])[;/) ]","model":"LIVE 4 $1"},{"regex":"_LIVE5_(KM0450)[;/) ]","model":"LIVE 5 $1"}]},"LAIQ":{"regex":"LAIQ","device":"smartphone","models":[{"regex":"(Glam|New York)","model":"$1"}]},"AIS":{"regex":"iris708","device":"smartphone","models":[{"regex":"iris708","model":"LAVA PRO 4.5"}]},"Lava":{"regex":"Lava[ _]|iris[ _]?([^/;]+)(?:\\\\)| Build)|A(?:67|76) Build|X1 Selfie Build|X41 Plus Build|Flair Z1|PixelV1|Z61_2GB","device":"smartphone","models":[{"regex":"Flair Z1","model":"Flair Z1"},{"regex":"A67 Build","model":"A67"},{"regex":"A76 Build","model":"A76"},{"regex":"PixelV1","model":"Pixel V1"},{"regex":"X1 Selfie Build","model":"Iris X1 Selfie"},{"regex":"X41 Plus Build","model":"X41 Plus"},{"regex":"LAVA_A3","model":"A3"},{"regex":"LAVA_R1","model":"R1"},{"regex":"Z61_2GB","model":"Z61"},{"regex":"iris[ _]?([^/;]+)(?:\\\\)| Build)","model":"Iris $1"},{"regex":"Lava[ _]?([^/;]+)(?:/| Build)","model":"$1"}]},"Landvo":{"regex":"XM[123]00|(?<!Blade )S6 Build","device":"smartphone","models":[{"regex":"S6 Build","model":"S6"},{"regex":"XM([123])00([^/;]*) Build","model":"XM$100$2"}]},"Land Rover":{"regex":"Land[ ]?Rover[d]?[ _-](X1[0-9]|Explore|T878|L15\\\\+|V18|V[168]|X)[;/) ]","device":"smartphone","model":"$1"},"Lanix":{"regex":"LANIX-([a-z0-9]+)|Ilium[ _]|X120C","device":"smartphone","models":[{"regex":"ILIUM[ _]PAD[ _]([^;/]+) Build","model":"Ilium Pad $1","device":"tablet"},{"regex":"X120C","model":"Ilium X120C"},{"regex":"Ilium[ _](Alpha 3|L(?:200|6[12]0|9[125]0|1[0124]00|1050|1120)|LT5[012]0|M[13579]|S(?:106|520|6[27]0)|X(?:1[12]0|2[0126]0|5[12]0|500B|710))","model":"Ilium $1"},{"regex":"ILIUM[ _]([^;/]+) Build","model":"Ilium $1"},{"regex":"LANIX-([a-z0-9]+)","device":"feature phone","model":"$1"}]},"Lark":{"regex":"(Lark|Cumulus|Evolution|FreeMe|Ultimate (?:X4|7i))[ _-]|Build/Lark|Bjorn[_ ]SP-500","device":"tablet","models":[{"regex":"Cumulus[ _](5\\\\.5|[56])[ _]HD","model":"Cumulus $1 HD","device":"smartphone"},{"regex":"FreeMe X2 ([79]) (?:ver|v)?\\\\.([23])","model":"FreeMe X2 $1 Version $2"},{"regex":"FreeMe X4 7 3G HD","model":"FreeMe X4 7HD 3G"},{"regex":"FreeMe[ _]X2[ _]([7-9])","model":"FreeMe X2 $1"},{"regex":"FreeMe X4[ _]7[_ ]HD","model":"FreeMe X4 7HD"},{"regex":"FreeMe X4[ _]9","model":"FreeMe X4 9"},{"regex":"(?:Lark[ _-])?Evolution[ _](X2 7 3G-GPS|X4[_ ]10\\\\.1|10|X4[_ ]7[ _]IPS)","model":"Evolution $1"},{"regex":"Ultimate (X4 10\\\\.1 3G IPS|X4 8s 3G|7i)","model":"Ultimate $1"},{"regex":"PHABLET 7","model":"Phablet 7"},{"regex":"Phablet 6\\\\.0","model":"Phablet 6.0","device":"smartphone"},{"regex":"Bjorn[_ ]SP-500","model":"Bjorn SP-500","device":"smartphone"},{"regex":"Cirrus[ _](4\\\\.5|[45])","model":"Cirrus $1","device":"smartphone"},{"regex":"Lark[ _](Stratus[_ ]5)","model":"$1","device":"smartphone"}]},"LCT":{"regex":"LCT_([a-z0-9]+)","device":"feature phone","model":"$1"},"Le Pan":{"regex":"Le ?Pan|TC970 ([^;/]+)Build","device":"tablet","models":[{"regex":"TC802A","model":"Le Pan Mini"},{"regex":"TC970 ([^;/]+)Build","model":"TC970 $1"},{"regex":"Le ?Pan ?(II|S)[);/ ]","model":"Le Pan $1"},{"regex":"Le ?Pan ?([^;/]+) Build","model":"$1"}]},"Leagoo":{"regex":"LEAGOO|M5 EDGE|KIICAA (POWER|MIX)|Leapad[ _]7s","device":"smartphone","models":[{"regex":"LEAGOO[- _](Z[156]|M8)[);/ ]","model":"$1"},{"regex":"LEAGOO[- _]M8Pro[);/ ]","model":"M8 Pro"},{"regex":"M5 EDGE","model":"M5 Edge"},{"regex":"LEAGOO[_ ]Lead([57])","model":"Lead $1"},{"regex":"KIICAA POWER","model":"KICCAA Power"},{"regex":"KIICAA MIX","model":"KICCAA Mix"},{"regex":"(Leapad[ _]7s)","model":"$1","device":"tablet"}]},"Ledstar":{"regex":"Trendy 5.0","device":"smartphone","models":[{"regex":"Trendy 5.0","model":"Trendy 5.0"}]},"LeEco":{"regex":"Letv|LeEco|X[89]00\\\\+[;/) ]|Le ?X[0-9][^;/]+|Le Max|Le [12]|X900 Build","device":"smartphone","models":[{"regex":"X800\\\\+","model":"Le 1 Pro"},{"regex":"X900\\\\+","model":"Max X900+"},{"regex":"X50[10]","model":"Le 1S"},{"regex":"(X910)","model":"$1"},{"regex":"X900 Build","model":"Le X900"},{"regex":"Le ?X526 Build","model":"Le 2"},{"regex":"Le ?X([^;/]+) Build","model":"Le X$1"},{"regex":"Le ?X([^) ;/]+)","model":"Le X$1"},{"regex":"Le ?([12][^;/]+) Build","model":"Le $1"},{"regex":"Le Max([^;/]*) Build","model":"Le Max$1"},{"regex":"Le Max([^ ;/]*)","model":"Le Max$1"},{"regex":"LeEco ([^;/]+) Build","model":"$1"}]},"Leotec":{"regex":"LESPH501[14]|SUPERNOVA (Qi16|i3G96[X]?)","device":"smartphone","models":[{"regex":"LESPH5011","model":"Argon e250"},{"regex":"LESPH5014","model":"Krypton K150"},{"regex":"SUPERNOVA (Qi16|i3G96[X]?)","device":"tablet","model":"Supernova $1"}]},"Lephone":{"regex":"lephone[ _]","device":"smartphone","models":[{"regex":"lephone[ _](K7|K10)","device":"feature phone","model":"$1"},{"regex":"lephone[ _](W(1[0125]|[279])|T2)[/;) ]","model":"$1"},{"regex":"lephone_W7_plus","model":"W7 Plus"}]},"Lenco":{"regex":"Lenco ([^/;]*) Build","device":"tablet","model":"$1"},"Lenovo":{"regex":"(?:LNV-)?Lenovo|IdeaTab|IdeaPad|Thinkpad|Yoga Tablet|Tab2A[0-9]-[0-9]{2}[a-z]?|TB2-X30L|TB3-710I|YT3-X50[ML]|ZUK[ -_]|K50a40|TB-(8504F|X304F|X704V|X704A)|A2107A-H|S6000[ ;)]|(Z2 Plus|VIBE Z2|Vibe K5( Plus)?|P2A42)[/;) ]","device":"smartphone","models":[{"regex":"Lenovo ?G780","model":"G780","device":"desktop"},{"regex":"Lenovo ?A3500-FL","model":"IdeaTab A7-40","device":"tablet"},{"regex":"Lenovo ?A3500-(H|HV|F)","model":"IdeaTab A7-50","device":"tablet"},{"regex":"Lenovo ?A5500-[HF]","model":"IdeaTab A8-50","device":"tablet"},{"regex":"Lenovo ?A7600-[HF]","model":"IdeaTab A10-70","device":"tablet"},{"regex":"A2107A-H","model":"A2107","device":"tablet"},{"regex":"TB2-X30[FL]","model":"Tab 2 A10-30","device":"tablet"},{"regex":"YT3-X50[FLM]","model":"Yoga Tab 3","device":"tablet"},{"regex":"TB3-730X","model":"TAB3 7","device":"tablet"},{"regex":"TB3-710[IF]","model":"TAB3 7 Essential","device":"tablet"},{"regex":"TB3-850[FM]","model":"TAB3 8","device":"tablet"},{"regex":"Lenovo TB-X304[FL]","model":"TAB4 10","device":"tablet"},{"regex":"TB-X704V","model":"TAB4 10 Plus","device":"tablet"},{"regex":"TB-X704A","model":"Moto Tab","device":"tablet"},{"regex":"Lenovo ?B8000(-[FH])?","model":"Yoga Tablet 10","device":"tablet"},{"regex":"YOGA Tablet 2 Pro-1380[FL]","model":"Yoga Tablet 2 Pro 13.3\\"","device":"tablet"},{"regex":"YOGA Tablet 2-1050[FL]","model":"Yoga Tablet 2 10.1\\"","device":"tablet"},{"regex":"YOGA Tablet 2-830(?:[FL]|LC)","model":"Yoga Tablet 2 8.0\\"","device":"tablet"},{"regex":"Lenovo ?B6000(-[FH])?","model":"Yoga Tablet 8","device":"tablet"},{"regex":"YT3-X90(L|F|X)","model":"Yoga 3 Pro","device":"tablet"},{"regex":"YT3-850[FL]","model":"Yoga Tab 3 8","device":"tablet"},{"regex":"S6000[ ;)]","model":"IdeaTab S6000","device":"tablet"},{"regex":"Lenovo ([ASB][0-9]{4})[A-Z]?\\\\-[EHF]","model":"IdeaTab $1","device":"tablet"},{"regex":"ThinkPadTablet_(A[0-9]{3})_","model":"ThinkPad Tablet $1","device":"tablet"},{"regex":"ThinkPad ?Tablet([^;/]*) Build","model":"ThinkPad Tablet$1","device":"tablet"},{"regex":"IdeaPad ?([^;/]*) Build","model":"IdeaPad $1","device":"tablet"},{"regex":"Lenovo TAB ?([^/;]*) Build","model":"TAB $1","device":"tablet"},{"regex":"Lenovo ?A3300-(?:GV|H)","model":"TAB 2 A7-30","device":"tablet"},{"regex":"TB-8504F","model":"TAB 4 8","device":"tablet"},{"regex":"TB-X304F","model":"TAB 4 10","device":"tablet"},{"regex":"Lenovo TB-X505F","model":"M10","device":"tablet"},{"regex":"Lenovo TB-X104[FXL]","model":"E10","device":"tablet"},{"regex":"Tab2A([0-9]-[0-9]{2}[a-z]?)","model":"TAB 2 A$1","device":"tablet"},{"regex":"IdeaTab[ \\\\-_]?([a-z0-9]+)","model":"IdeaTab $1","device":"tablet"},{"regex":"Yoga Tablet([^;/]+) Build","model":"Yoga Tablet$1","device":"tablet"},{"regex":"Lenovo TB\\\\-X704F Build/NMF26F","model":"Tab 4 10 Plus","device":"tablet"},{"regex":"Lenovo (TB[0-9]?\\\\-[a-z0-9\\\\-]+) Build","model":"$1","device":"tablet"},{"regex":"Z2 Plus","model":"Z2 Plus"},{"regex":"Z2151","model":"ZUK Edge"},{"regex":"Z213[12]","model":"ZUK Z2"},{"regex":"Z2121","model":"ZUK Z2 Pro"},{"regex":"ZUK[ -_]([^/;]*)(?: Build|\\\\))","model":"ZUK $1"},{"regex":"K10a40(?: Build|\\\\))","model":"C2"},{"regex":"k50a40 Build","model":"K3 Note"},{"regex":"A7010a48 Build","model":"K4 Note"},{"regex":"A7010a48(?: Build|\\\\))","model":"K4 Vibe"},{"regex":"A7020a4[08](?: Build|\\\\))","model":"K5 Note"},{"regex":"(?:Lenovo-)?A6020(?:a40|l36)(?: Build|\\\\))","model":"K5 Vibe"},{"regex":"A6020a46(?: Build|\\\\))|Vibe K5 Plus","model":"K5 Vibe Plus"},{"regex":"Vibe K5","model":"K5 Vibe"},{"regex":"VIBE Z2[);/ ]","model":"Vibe Z2"},{"regex":"k33a48(?: Build|\\\\))","model":"K6"},{"regex":"P2A42[);/ ]","model":"P2"},{"regex":"k53a48(?: Build|\\\\))","model":"K6 Note"},{"regex":"K33a42(?: Build|\\\\))","model":"K6 Power"},{"regex":"P1(?:ma40|a42) Build","model":"P1 Vibe"},{"regex":"P1a42(?: Build|\\\\))","model":"P1 Pro"},{"regex":"P2a42(?: Build|\\\\))","model":"P2"},{"regex":"Z90a40 Build","model":"Vibe Shot"},{"regex":"S1a40 Build","model":"Vibe S1"},{"regex":"Lenovo ([^/;]*) Build","model":"$1"},{"regex":"(?:LNV-|Lenovo-)?Lenovo[ \\\\-_]?([a-z0-9_+\\\\-]+)","model":"$1"}]},"Lexand":{"regex":"(?:SC7 PRO HD|S5A[1-4]|S4A[1-5]|S6A1|A811|A802)[);/ ]|Lexand ([^;/]+) Build","device":"smartphone","models":[{"regex":"A(811|802)","device":"tablet","model":"A$1"},{"regex":"S4A1","model":"Vega"},{"regex":"S4A2","model":"Irida"},{"regex":"S4A3","model":"Pallada"},{"regex":"S4A5","model":"Oxygen"},{"regex":"S4A4 NEON","model":"S4A4 Neon"},{"regex":"S5A1","model":"Callisto"},{"regex":"S5A2","model":"Overon"},{"regex":"S5A3","model":"Capella"},{"regex":"S5A4","model":"Argon"},{"regex":"S6A1","model":"Antares"},{"regex":"SC7 PRO HD","model":"SC7 PRO HD"},{"regex":"Lexand ([^;/]+) Build","model":"$1"}]},"Lexibook":{"regex":"(MFC[0-9]{3}[a-z]{2,})","device":"tablet","models":[{"regex":"MFC191FR","model":"Tablet Ultra 3 XL"},{"regex":"MFC045FR","model":"TabTab"},{"regex":"MFC163FR","model":"Tablet Master 3"},{"regex":"MFC142FR","model":"Tablet Kids"},{"regex":"MFC250FR","model":"Tablet Junior"},{"regex":"MFC270FR","model":"Tablet Junior Power Touch"},{"regex":"MFC280FR","model":"Tablet Junior 2"},{"regex":"MFC156FR","model":"Tablet One"},{"regex":"MFC155FR","model":"Tablet Master"},{"regex":"MFC157FR","model":"Tablet Master 2"},{"regex":"MFC17[05]FR","model":"Tablet Ultra"},{"regex":"MFC375FR","model":"Tablet Ultra 2"},{"regex":"MFC162FR","model":"Power Tablet"},{"regex":"MFC180FR","model":"Tablet Advanced"},{"regex":"MFC181FR","model":"Tablet Advanced 2"},{"regex":"MFC500FR","model":"Tablet XL"},{"regex":"MFC190BBFR","model":"Barbie Tablet"},{"regex":"MFC195DCFR","model":"Tablet Disney Cars HD"},{"regex":"MFC195FUFR","model":"Furby Tablet"},{"regex":"MFC195DPFR","model":"Tablet Disney Princesse HD"},{"regex":"MFC140FR","model":"LapTab"},{"regex":"MFC141FR","model":"LapTab 2"},{"regex":"(MFC[0-9]{3}[a-z]{2,})","model":"$1"}]},"LG":{"regex":"LG|portalmmm/2\\\\.0 (?:KE|KG|KP|L3)|(?:VX[0-9]+|L-0[12]D|L-07C|P713|(LM-[A-Z][0-9]{3}[A-Z]{0,3}(?:\\\\(FGN?\\\\)|\\\\(G\\\\)|\\\\.FN|\\\\.F(?:GN?)?)?)|LM-(X625N1|G820QM[0127]))[);/ ]|NetCast|RS98[78]|RS500|VS(?:50[01]|835|876|880|98[0578]|99[56]|(410|415|425|500|880)PP)|Nexsus 5|LML(41[34]D|211B|713D|212V)L|VK810 4G|VK815","device":"smartphone","models":[{"regex":"LG-D325","model":"L70"},{"regex":"LG-D340F8","model":"L70 Tri"},{"regex":"LM-X210APM","model":"Phoenix 4"},{"regex":"LM-X210VPP","model":"Zone 4"},{"regex":"LM-X220PM","model":"Tribute Empire"},{"regex":"VS980","model":"G2"},{"regex":"LG-D85[0125]|VS985","model":"G3"},{"regex":"LG-D72[2458]","model":"G3 Beat"},{"regex":"LG-H81[158]","model":"G4"},{"regex":"LG-H525n?","model":"G4c"},{"regex":"LG-(?:H540|H630)","model":"G4 Stylus"},{"regex":"LG-H735","model":"G4 Beat"},{"regex":"LG-H8(?:20|30|5[08]|60)|VS987|RS988","model":"G5"},{"regex":"LG-H84[05]","model":"G5 SE"},{"regex":"VS988","model":"G6"},{"regex":"LM-Q850","model":"G7 Fit"},{"regex":"LM-Q910","model":"G7 One"},{"regex":"LM-G820(N|QM[0127]|UMB)?","model":"G8"},{"regex":"LM-G810","model":"G8S ThinQ"},{"regex":"VS501","model":"K20"},{"regex":"(?:LG-)?H502","model":"Magna"},{"regex":"(?:LG-)?H343","model":"Risio"},{"regex":"(?:LG-)?H650","model":"Zero"},{"regex":"(?:LG-)?M154","model":"Risio 2"},{"regex":"(?:LG-)?P500H","model":"Optimus One"},{"regex":"P713","model":"Optimus L7II"},{"regex":"L-01D","model":"Optimus LTE L-01D"},{"regex":"L-02D","model":"PRADA phone L-02D"},{"regex":"L-07C","model":"Optimus Bright L-07C"},{"regex":"(?:LG-)?F800(?:S|K|L)?","model":"V20"},{"regex":"LM-Q710(?:\\\\(FGN\\\\)|[\\\\.]?FGN)","model":"Q Stylus Plus"},{"regex":"LM-Q[67]10\\\\.FG[);/ ]","model":"Q7"},{"regex":"LM-(Q725[KL]|Q610.FGN)[);/ ]","model":"Q7+"},{"regex":"LM-Q815[SL]","model":"Q8+"},{"regex":"LM-Q925L","model":"Q9"},{"regex":"VS835","model":"Stylo 2 V"},{"regex":"LM-Q710|LML713DL","model":"Stylo 4"},{"regex":"LM-Q720","model":"Stylo 5"},{"regex":"LM-G710(N|VM)?","model":"G7 ThinQ"},{"regex":"LM-X210CM","model":"Fortune 2"},{"regex":"LM-X410\\\\.F[);/ ]","model":"Premier Pro"},{"regex":"LML41[34]DL[);/ ]","model":"Premier Pro LTE"},{"regex":"LM-X525","model":"Q60"},{"regex":"LM-X210K","model":"X2"},{"regex":"LM-X510WM","model":"X Power 3"},{"regex":"LM-X(?:41[05]K|410S)","model":"X4"},{"regex":"LM-X(415[LS]|410L)","model":"X4+"},{"regex":"LM-X410\\\\.FN","model":"K11"},{"regex":"LM-X(?:320|410[UP]M)","model":"K30"},{"regex":"LM-X410","model":"LM-X410"},{"regex":"LM-X420N","model":"X4 (2019)"},{"regex":"LM-X420","model":"K40"},{"regex":"LM-X510[KLS]","model":"X5"},{"regex":"LM-X625N1","model":"X6"},{"regex":"LM-X625N","model":"X6 (2019)"},{"regex":"LGMS210","model":"Aristo"},{"regex":"LM-X210[G]?","model":"Aristo 2"},{"regex":"LM-X220","model":"Aristo 3"},{"regex":"LM-V40(5|9N)","model":"V40 ThinQ"},{"regex":"LM-V500N","model":"V50"},{"regex":"(?:LG-)?(?:RS987|H901|H96[0128]|VS990)","model":"V10"},{"regex":"(?:LG-)?RS500","model":"K8 4G"},{"regex":"(?:LG-)?VS500","model":"K8 V"},{"regex":"LM-X212\\\\(G\\\\)","model":"K8 (2018)"},{"regex":"(?:LG-)?H91[058]","model":"V20"},{"regex":"(?:LG-)?H990(?:DS|N|T)?","model":"V20"},{"regex":"(?:LG-)?LS997","model":"V20"},{"regex":"(?:LG-)?VS995","model":"V20"},{"regex":"(?:LG-)?US999","model":"V20"},{"regex":"VS996","model":"V30"},{"regex":"(?:LG-)?VS410PP","model":"Optimus Zone"},{"regex":"LM-V350[N]?","model":"V35"},{"regex":"(?:LG-)?VS415PP","model":"Optimus Zone 2"},{"regex":"(?:LG-)?VS425PP","model":"Optimus Zone 3"},{"regex":"(?:LG-)?K100","model":"K3"},{"regex":"(?:LG-?)?(?:K|MS)33[02]","model":"K7"},{"regex":"(?:LG-?)?(?:K|MS)350","model":"K8"},{"regex":"VS500PP","model":"K8 V"},{"regex":"(?:LG-)?K420(?:N)?","model":"K10"},{"regex":"(?:LG-)?K430(?:DS|DSF|DSY)?","model":"K10"},{"regex":"(?:LG-)?M250N?","model":"K10 (2017)"},{"regex":"(?:LG-)?F670[KLS]?","model":"K10"},{"regex":"(?:LG-)?M255","model":"K20"},{"regex":"(?:LG-?)?[MT]P260","model":"K20 Plus"},{"regex":"(?:LG-)?M700(?:N|A|DSK|AN)?","model":"Q6"},{"regex":"LM-X440IM","model":"W30"},{"regex":"(?:LG-?)?K220","model":"X Power"},{"regex":"(?:LG-?)?M320","model":"X Power 2"},{"regex":"(?:LG-)?K371","model":"Phoenix 2"},{"regex":"(?:LG-)?M150","model":"Phoenix 3"},{"regex":"(?:LG-)?F100[SL]","model":"Optimus Vu"},{"regex":"(?:LG-)?P880","model":"Optimus 4X HD"},{"regex":"(?:LG-)?(H340n?|H324)","model":"Leon"},{"regex":"(?:LG-)?H342","model":"Leon 4G LTE"},{"regex":"(?:LG-)?H422","model":"Spirit"},{"regex":"(?:LG)?C660","model":"Optimus Pro"},{"regex":"LML21(?:1B|2V)L","model":"Rebel 4"},{"regex":"VS876","model":"Lucid 3"},{"regex":"VS880(PP)?","model":"G Vista"},{"regex":"LG-V490","model":"G Pad 8.0","device":"tablet"},{"regex":"LG-V500","model":"G Pad 8.3","device":"tablet"},{"regex":"LG-V700","model":"G Pad 10.1","device":"tablet"},{"regex":"LG-V935","model":"G Pad II 10.1","device":"tablet"},{"regex":"LG-V521","model":"G Pad X 8.0","device":"tablet"},{"regex":"VK810","model":"G Pad 8.3 LTE","device":"tablet"},{"regex":"VK815","model":"G Pad X 8.3","device":"tablet"},{"regex":"webOS.TV","device":"tv","model":"WebOS TV"},{"regex":"LGE_DLNA_SDK|NetCast","device":"tv","model":"NetCast"},{"regex":"LG Watch Urbane","device":"wearable","model":"Watch Urbane"},{"regex":"(LM-[A-Z]{1}[0-9]{3}([A-Z]{1,3})?)","model":"$1"},{"regex":"LGE(?: |-LG| LG-AX|-)([a-z0-9]+)","model":"$1"},{"regex":"FBDV/LG-([a-z0-9]+);FBSV","model":"$1"},{"regex":"LGE;([a-z0-9\\\\-]+)","model":"$1"},{"regex":"LG[ _\\\\-](V90.*|Optimus[ _\\\\-]Pad.*) Build","device":"tablet","model":"$1"},{"regex":"LG(?:/|-LG| |-)?([^/;]*) Build","model":"$1"},{"regex":"LG(?:/|-LG| |-)?([a-z0-9]+)","model":"$1"},{"regex":"LG; ([a-z0-9 ]+)","model":"$1"},{"regex":"portalmmm/2.0 ((?:KE|KG|KP|L3)[a-z0-9]+)","model":"$1"},{"regex":"(VX[0-9]+)","model":"$1"}]},"Lingwin":{"regex":"Lingwin[ _\\\\-]","device":"smartphone","models":[{"regex":"Lingwin[ _\\\\-]?([^/;]+) Build","model":"$1"},{"regex":"Lingwin[ _\\\\-]?([^);/ ]+)","model":"$1"}]},"Logicom":{"regex":"(TAB950|TAB1062|E731|E812|E912|E1031|POWER BOT|La Tab 72|(?:B|C|M|ID|VR)[ _]?BOT[ _]?(?:TAB[ _])?([0-9]+\\\\+?)(?:PLUS)?|KT712A_4\\\\.4|L-?IXIR[0-9]*|L-ITE|L-?EMENT|Le Lift)[_);/ ]","device":"tablet","models":[{"regex":"La Tab 72","model":"La Tab 72"},{"regex":"KT712A_4.4","model":"L-ixir Tab 701"},{"regex":"LIXIR1041","model":"L-ixir Tab 1041"},{"regex":"L-?IXIR TAB ([^;/]+) Build","model":"L-ixir Tab $1"},{"regex":"L-ITE[ _]([^;/]+) Build","model":"L-ite Tab $1"},{"regex":"L-?EMENT[ _](?:TAB)?([^;/]+) Build","model":"L-ement Tab $1"},{"regex":"(TAB950|TAB1062|E731|E812|E912|E1031)[);/ ]","model":"$1"},{"regex":"POWER BOT","model":"POWER BOT"},{"regex":"((?:B|C|M|ID|VR))[ _]?BOT[ _]?((?:TAB[ _])?([0-9]+\\\\+?)(?:PLUS)?)","model":"$1 BOT $2"},{"regex":"Le Lift","model":"Le Lift","device":"smartphone"}]},"Konka":{"regex":"KONKA[_ ]([a-z0-9]+)","device":"smartphone","models":[{"regex":"E5660S","model":"Viva 5660s"},{"regex":"W830","model":"Tango 830"},{"regex":"W(9[67]0)","model":"Expose $1"},{"regex":"W990","model":"Tuxedo 990"},{"regex":"KONKA[_ ]([a-z0-9]+)","device":"feature phone","model":"$1"}]},"Konrow":{"regex":"(?:BIGCOOL|COOLFIVE|COOL-K|Just5|Link5)[);/ ]","device":"smartphone","models":[{"regex":"BIGCOOL[);/ ]","model":"BigCool"},{"regex":"COOL-K[);/ ]","model":"Cool-K"},{"regex":"COOLFIVE[);/ ]","model":"Cool Five"},{"regex":"Just5[);/ ]","model":"Just 5"},{"regex":"Link5[);/ ]","model":"Link 5"}]},"Karbonn":{"regex":"(?:Browser-)?Karbonn|K9 Kavach 4G|K9 Music 4G|K9 Smart|K9 VIRAAT 4G","device":"smartphone","models":[{"regex":"K9 Kavach 4G","model":"K9 Kavach 4G"},{"regex":"K9 Music 4G","model":"K9 Music 4G"},{"regex":"K9 Smart 1GB","model":"K9 Smart"},{"regex":"K9 Smart 4G","model":"K9 Smart 4G"},{"regex":"K9 Smart Grand","model":"K9 Smart Grand"},{"regex":"K9 Smart Yuva","model":"K9 Smart Yuva"},{"regex":"K9 Smart","model":"K9 Smart"},{"regex":"karbonnK9 Viraat 4G|K9 VIRAAT 4G","model":"K9 Viraat 4G"},{"regex":"Titanium[ _]S2[ _]Plus","model":"Titanium S2 Plus"},{"regex":"Titanium_S99","model":"Titanium S99"},{"regex":"Karbonn ([a-z0-9]+) WAP-Browser","model":"$1","device":"feature phone"},{"regex":"WAP Browser-Karbonn ([a-z0-9]+)/","model":"$1","device":"feature phone"},{"regex":"Karbonn_([^;/)]+)","model":"$1"},{"regex":"Karbonn ([^;/]+) Build","model":"$1"},{"regex":"Karbonn ([^;/]+)/","model":"$1"}]},"Sagem":{"regex":"SAGEM|portalmmm/2.0 (?:SG|my)","device":"smartphone","models":[{"regex":"SAGEM-(my[a-z0-9\\\\-]+)","model":"$1","device":"feature phone"},{"regex":"SAGEM ([a-z0-9]+)","model":"$1"},{"regex":"SAGEM-([a-z0-9\\\\-]+)","model":"$1"},{"regex":"portalmmm/2.0 ((?:SG|my)[a-z0-9]+)","model":"$1"}]},"Coby Kyros":{"regex":"(MID(?:1024|1125|1126|1045|1048|1060|1065|4331|7012|7015A?|7016|7022|7032|7035|7036|7042|7047|7048|7052|7065|7120|8024|8042|8048|8065|8125|8127|8128|9724|9740|9742))[);/ ]","device":"tablet","model":"$1"},"Mpman":{"regex":"(?:MPQC|MPDC)[0-9]+|PH(?:150|340|350|360|451|500|520)|(?:MID(?:7C|74C|82C|84C|801|811|701|711|170|77C|43C|102C|103C|104C|114C)|MP(?:843|717|718|1010|7007|7008|843|888|959|969)|MGP7)[);/ ]","device":"tablet","models":[{"regex":"((?:MPQC|MPDC)[0-9]+[^/;]+) Build","model":"$1"},{"regex":"(MID(?:7C|74C|82C|84C|801|811|701|711|170|77C|43C|102C|103C|104C|114C)|MP(?:843|717|718|1010|7007|7008|843|888|959|969)|MGP7)[);/ ]","model":"$1"},{"regex":"(PH(?:150|340|350|360|451|500|520))","model":"$1","device":"smartphone"}]},"Majestic":{"regex":"MAJESTIC[ _-]|CRONO ?[0-9]+","device":"smartphone","models":[{"regex":"MAJESTIC[ _]Tab([^;/]+)Build","model":"Tab$1","device":"tablet"},{"regex":"MAJESTIC[ _]Tab([^);/]+)[);/]","model":"Tab$1","device":"tablet"},{"regex":"MAJESTIC[ _]([^;/]+)Build","model":"$1"},{"regex":"MAJESTIC[ _]([^);/]+)[);/]","model":"$1"},{"regex":"CRONO ?([0-9]+) Build","model":"Crono $1"},{"regex":"CRONO ?([0-9]+)[);/]","model":"Crono $1"}]},"Manta Multimedia":{"regex":"MSP950(1[45]|2[01])|MSP96017|((?<!/)MID713|MID(?:06[SN]|08[S]?|12|13|14|15|701|702|703|704|705(?:DC)?|706[AS]?|707|708|709|711|712|714|717|781|801|802|901|1001|1002|1003|1004(?: 3G)?|1005|1009|1010|7802|9701|9702))[);/ ]","device":"smartphone","models":[{"regex":"((?<!/)MID713|MID(?:06[SN]|08[S]?|12|13|14|15|701|702|703|704|705(?:DC)?|706[AS]?|707|708|709|711|712|714|717|781|801|802|901|1001|1002|1003|1004(?: 3G)?|1005|1009|1010|7802|9701|9702))[);/ ]","device":"tablet","model":"$1"},{"regex":"MSP95014","model":"Titano 3"},{"regex":"MSP95015","model":"Mezo 2"},{"regex":"MSP95020","model":"Rocky 2"},{"regex":"MSP95021","model":"Rocky 3 Pro"},{"regex":"MSP96017","model":"Forto 2"}]},"Masstel":{"regex":"Masstel","device":"smartphone","models":[{"regex":"Masstel[_ ](Juno[_ ]Q3|X9|N4[56]0|N5[2458]0|N536|M05|M1[29]0|M1[125]|M250|M25)[);/ ]","model":"$1"},{"regex":"Masstel[_ ]\\\\((M18)\\\\)","model":"$1"},{"regex":"Masstel_Tab7LTE[);/ ]","model":"Tab 7 LTE","device":"tablet"},{"regex":"Masstel Tab (840|700i)[);/ ]","model":"Tab $1","device":"tablet"}]},"Maxwest":{"regex":"Astro_5N_LTE|Virtue Z5","device":"smartphone","models":[{"regex":"Astro_5N_LTE","model":"Astro 5N LTE"},{"regex":"Virtue Z5","model":"Virtue Z5"}]},"Maze":{"regex":"SSB-500|Alpha[_ ]X","device":"smartphone","models":[{"regex":"SSB-500","model":"SSB-500"},{"regex":"Alpha[_ ]X","model":"Alpha X"}]},"Mediacom":{"regex":"(?:SmartPad7503G|M-SP10MXA|SmartPad970s2(?:3G)?|M[_-][MPS]P[0-9a-z]+|M-IPRO[0-9a-z]+)[);/ ]","device":"tablet","models":[{"regex":"SmartPad7503G[);/ ]","model":"SmartPad 750 3G"},{"regex":"SmartPad970s23G[);/ ]","model":"SmartPad 970 S2 3G"},{"regex":"SmartPad970s2[);/ ]","model":"SmartPad 970 S2"},{"regex":"M-MP84[02]M[);/ ]","model":"SmartPad 8.0 Mobile"},{"regex":"M-MP940M[);/ ]","model":"SmartPad 9.7 Mobile"},{"regex":"M-SP10MXA[);/ ]","model":"SmartPad MX 10"},{"regex":"M-MP(?:710|720|725|726|740)GOx?[);/ ]","model":"SmartPad 7.0 Go"},{"regex":"M-MP876S2[);/ ]","model":"SmartPad 8.0 S2"},{"regex":"M-MP8S2[AB]?3G[);/ ]","model":"SmartPad 8.0 S2 3G"},{"regex":"M-MP(101|102|860|875)S2[BW]?[);/ ]","model":"SmartPad $1 S2"},{"regex":"M-MP85S23G[);/ ]","model":"SmartPad 875 S2 3G"},{"regex":"M-SP1AGO3G","model":"SmartPad 10 Go 3G"},{"regex":"M-MP10[45][01]S2[);/ ]","model":"SmartPad 10.1 S2"},{"regex":"M-MP1S2[AB]3G[);/ ]","model":"SmartPad 10.1 S2 3G"},{"regex":"M-MP8[24]S4[);/ ]","model":"SmartPad 8.0 S4"},{"regex":"M-MP8S4[AB]3G[);/ ]","model":"SmartPad 8.0 S4 3G"},{"regex":"M-MP9S4A3G[);/ ]","model":"SmartPad 9.7 S4 3G"},{"regex":"M-MP1[02]S4[);/ ]","model":"SmartPad 10.1 S4"},{"regex":"M-MP1040MC?[);/ ]","model":"SmartPad 10.1 HD S4 3G"},{"regex":"M-MP1S4[AB]3G[);/ ]","model":"SmartPad 10.1 S4 3G"},{"regex":"M-MP8PA3G[);/ ]","model":"SmartPad 8.0 HD Pro 3G"},{"regex":"M-MP10PA[);/ ]","model":"SmartPad 10.1 HD Pro"},{"regex":"M-MP10PA3G[);/ ]","model":"SmartPad 10.1 HD Pro 3G"},{"regex":"M-IPRO([18][01]0)[BW][);/ ]","model":"SmartPad 8.0 HD iPro$1 3G"},{"regex":"(?:M-MP75S23G|M-MP72[01]M)[);/ ]","model":"SmartPad 7.0 Mobile","device":"phablet"},{"regex":"M-MP7S2[ABDK]3G[);/ ]","model":"SmartPad 7.0 S2 3G","device":"phablet"},{"regex":"M-MP5303G[);/ ]","model":"SmartPad Mini Mobile","device":"phablet"},{"regex":"M-PPxB400[);/ ]","model":"PhonePad Duo B400","device":"phablet"},{"regex":"M-PPAG550[);/ ]","model":"PhonePad Duo G550","device":"phablet"},{"regex":"M-PP2G530[);/ ]","model":"PhonePad Duo G530","device":"phablet"},{"regex":"M-PPG700[);/ ]","model":"PhonePad Duo G700","device":"phablet"},{"regex":"M-PPxS531[);/ ]","model":"PhonePad Duo S531","device":"phablet"},{"regex":"M-PP2S550[);/ ]","model":"PhonePad Duo S550","device":"phablet"},{"regex":"M-PP2S650C?[);/ ]","model":"PhonePad Duo S650","device":"phablet"},{"regex":"M-PPxS551U[);/ ]","model":"PhonePad Duo S551U","device":"phablet"},{"regex":"M-PP[ABC]G500[);/ ]","model":"PhonePad Duo G500","device":"smartphone"},{"regex":"M-PP2S500[BC]?[);/ ]","model":"PhonePad Duo S500","device":"smartphone"},{"regex":"M[_-]PP[Ax]X(470|510|520)U[);/ ]","model":"PhonePad Duo X$1U","device":"smartphone"},{"regex":"M-PPxG(400|501)[);/ ]","model":"PhonePad Duo G$1","device":"smartphone"},{"regex":"M-PPxS(470|501)[);/ ]","model":"PhonePad Duo S$1","device":"smartphone"},{"regex":"M-MP([0-9a-z]+)","model":"SmartPad $1"}]},"Medion":{"regex":"Medion|(?:MD_)?LIFETAB|X5001[);/ ]|([SPX]10[0-9]{2}X|E10[45]1X)[);/ ]","device":"smartphone","models":[{"regex":"(?:MD_)?LIFETAB_([a-z0-9]+)","device":"tablet","model":"Lifetab $1"},{"regex":"X5001","model":"Life X5001"},{"regex":"(E10[45]1X)[);/ ]","device":"tablet","model":"$1"},{"regex":"([SPX]10[0-9]{2}X)[);/ ]","model":"Lifetab $1","device":"tablet"},{"regex":"Medion(?: Smartphone)? ([^/;]+) Build","model":"$1"}]},"MEEG":{"regex":"MEEG[ _-]","device":"smartphone","models":[{"regex":"MEEG[ _\\\\-]?([^/;]+) Build","model":"$1"},{"regex":"MEEG[ _\\\\-]?([^);/ ]+)","model":"$1"}]},"Meizu":{"regex":"Meizu|MZ-[a-z]|(M04[05]|MZ-16s|M711C|M35[1356]|M6T|MX[ -]?[2345](?: Pro)?|(?:MZ-)?m[1-6] note|M57[18]C|M3[ESX]|M031|m1 metal|M1 E|M2|M2 E|M5s Build|PRO 6|PRO 7-H)[);/ ]","device":"smartphone","models":[{"regex":"(?:MZ-)?M571C","device":"phablet","model":"M2 Note"},{"regex":"(?:MZ-)?m([1-6]) note[);/ ]","device":"phablet","model":"M$1 Note"},{"regex":"M1 E[);/ ]","model":"M1E"},{"regex":"M2 E[);/ ]","model":"M2E"},{"regex":"(?:MZ-)?M578C|M2[);/ ]","model":"M2"},{"regex":"M711C[);/ ]","model":"M6"},{"regex":"M6T","model":"M6T"},{"regex":"M3E","model":"M3E"},{"regex":"M3S","model":"M3S"},{"regex":"M3X","model":"M3X"},{"regex":"M5S","model":"M5S"},{"regex":"(M04[05]|MX[ -]?2)[);/ ]","model":"MX2"},{"regex":"(M35[1356]|MX[ -]?3)[);/ ]","model":"MX3"},{"regex":"MX[ -]?4 Pro[);/ ]","model":"MX4 Pro"},{"regex":"MX[ -]?4[);/ ]","model":"MX4"},{"regex":"MX[ -]?5[);/ ]","model":"MX5"},{"regex":"m1 metal","model":"M1 Metal"},{"regex":"PRO 6","model":"PRO 6"},{"regex":"PRO 7-H","model":"PRO 7"},{"regex":"M031","model":"MX Dual Core"},{"regex":"(?:MZ-)?Meizu[_ ]([^/;]+) Build","model":"$1"},{"regex":"(?:MZ-)?Meizu[_ ]([a-z0-9_]+)","model":"$1"},{"regex":"MZ-([^/;]+) Build","model":"$1"}]},"Meitu":{"regex":"((?<!MI CC 9 )Meitu[2]?|MP1503|MP1512|MP160[23]|MP170[19])[ ;/)]","device":"smartphone","models":[{"regex":"MP1503[ ;/)]","model":"M6"},{"regex":"MP1512[ ;/)]","model":"M6s"},{"regex":"MP1602[ ;/)]","model":"T8"},{"regex":"MP1701[ ;/)]","model":"T8s"},{"regex":"MP1603[ ;/)]","model":"M8"},{"regex":"MP1709[ ;/)]","model":"M8s"},{"regex":"Meitu2[ ;/)]","model":"2"},{"regex":"Meitu (Kiss|[MV]4)[ ;/)]","model":"$1"}]},"Memup":{"regex":"SlidePad ?([^;/]*) Build|SPNG?[0-9]{2,4}[a-z]{0,2}[ ;/)]|SP704CE?","device":"tablet","models":[{"regex":"SlidePad ?([^;/]*) Build","model":"SlidePad $1"},{"regex":"SPNG([0-9]{2,4}[a-z]{0,2})[ ;/)]","model":"SlidePad NG$1"},{"regex":"SP704(CE?)","model":"SlidePad 704$1"}]},"Mecer":{"regex":"(M785|800P3[12]C|101P51C|X1010)[);/ ]","device":"tablet","models":[{"regex":"M785[);/ ]","model":"Xpress Smartlife M785"},{"regex":"X1010[);/ ]","model":"X1010"},{"regex":"800P31C[);/ ]","model":"Xpress Smartlife 800P31C"},{"regex":"800P32C[);/ ]","model":"Xpress Smartlife 800P32C"},{"regex":"101P51C[);/ ]","model":"Xpress Smartlife 101P51C"}]},"Mio":{"regex":"MIO(?:/)?([a-z0-9]+)|MOBIX M6[);/ ]","device":"smartphone","models":[{"regex":"MOBIX M6[);/ ]","model":"Mobix M6"},{"regex":"MIO(?:/)?([a-z0-9]+)","model":"$1"}]},"Miray":{"regex":"MIDM[_-]|MPM[_-]","device":"smartphone","models":[{"regex":"MIDM[_-]([a-z0-9]+)","model":"MIDM $1","device":"tablet"},{"regex":"MPM[_-]([a-z0-9]+)","model":"MPM $1"}]},"Mitsubishi":{"regex":"MITSU|portalmmm/[12]\\\\.0 M","device":"feature phone","models":[{"regex":"MITSU/[a-z0-9.]+ \\\\(([a-z0-9]+)\\\\)","model":"$1"},{"regex":"MITSU[ \\\\-]?([a-z0-9]+)","model":"$1"},{"regex":"portalmmm/[12]\\\\.0 (M[a-z0-9]+)","model":"$1"}]},"MIXC":{"regex":"(M35|M20|G7106|G7108)[ );/]","device":"smartphone","models":[{"regex":"(M[0-9]{1,2})[ );/]","model":"$1"},{"regex":"(G[0-9]{4})[ );/]","model":"$1"}]},"Mobiola":{"regex":"(MS5[50]X6|MS55X5|MS55L1|MS50L1|MS43A3000|MS45A4000|MS50A4000|MS50A4500|MS50A5000|MS50A6000|MS50B11000|MB-2900 QUATTRO|POLYS[_ ]MS45L1|Wave5)","device":"smartphone","models":[{"regex":"MS50X6","model":"Atmos II"},{"regex":"POLYS[_ ]MS45L1","model":"Polys MS45L1"},{"regex":"MS55X6","model":"Atmos Pro II"},{"regex":"MS55X5","model":"Atmos Pro"},{"regex":"MS55L1","model":"GAIA"},{"regex":"MS50L1","model":"Inti"},{"regex":"MB-2900 QUATTRO","model":"MB-2900 Quattro"},{"regex":"MS43A3000","model":"MS43A3000"},{"regex":"MS45A4000","model":"eOn 45"},{"regex":"MS50A4000","model":"eOn 50"},{"regex":"MS50A4500","model":"eOn 50 Elegance"},{"regex":"MS50A5000","model":"eOn 50 Quad 8"},{"regex":"MS50A6000","model":"eOn 50 Quad 16"},{"regex":"MS50B11000","model":"MS50B11000"},{"regex":"Wave5","model":"Wave 5"}]},"Mobicel":{"regex":"Mobicel_(R1)|Matrix","device":"smartphone","models":[{"regex":"Matrix","model":"Matrix"},{"regex":"Mobicel_(R1)","model":"$1"}]},"Mobiistar":{"regex":"Mobiistar|Zumbo_|PRIME X MAX","device":"smartphone","models":[{"regex":"mobiistar_LAI_Zumbo Build","model":"Zumbo"},{"regex":"Zumbo_S_2017 Build","model":"Lai Zumbo S (2017)"},{"regex":"Zumbo_S_2017_Lite Build","model":"Lai Zumbo S Lite (2017)"},{"regex":"mobiistar ZUMBO S2( Dual)? Build","model":"Zumbo S2"},{"regex":"Mobiistar_LAI_Zumbo_J Build","model":"Lai Zumbo J"},{"regex":"Mobiistar_LAI_Zumbo_J_2017 Build","model":"Lai Zumbo J (2017)"},{"regex":"Mobiistar_Zumbo_J2","model":"Lai Zumbo J2"},{"regex":"Mobiistar[_ ]Zumbo[_ ]S2","model":"Zumbo S2"},{"regex":"mobiistar ZUMBO Power","model":"Zumbo Power"},{"regex":"mobiistar[ _]LAI[ _]YUNA[ _]([1XCS])","model":"Lai Yuna $1"},{"regex":"mobiistar LAI Yuki","model":"Lai Yuki"},{"regex":"mobiistar[ _]LAI[ _]ZORO[ _]([23])","model":"Lai Zoro $1"},{"regex":"mobiistar[ _]LAI[ _]Zena","model":"Lai Zena"},{"regex":"mobiistar[ _]LAI[ _]Z([12])?","model":"Lai Z$1"},{"regex":"mobiistar_ZORO_4G","model":"Zoro 4G"},{"regex":"mobiistar touch LAI 512","model":"Touch Lai 512"},{"regex":"mobiistar LAI 504([KC])","model":"Lai 504$1"},{"regex":"mobiistar LAI Y Build","model":"Lai Y"},{"regex":"mobiistar PRIME X 2017 Build","model":"Prime X"},{"regex":"mobiistar[ _]PRIME[ _](X1|558|X[ _]Plus|X[ _]Grand) Build","model":"Prime $1"},{"regex":"PRIME X MAX 2018","model":"Prime X Max"},{"regex":"mobiistar[ _]KOOL([ _]Lite)?","model":"Kool$1"},{"regex":"mobiistar KAT 452 Build","model":"Kat 452"},{"regex":"mobiistar_LAI_YOLLO Build","model":"Lai Yollo"},{"regex":"Mobiistar[ _]([^;/]+) Build","model":"$1"}]},"MSI":{"regex":"Primo ?(?:91|76)|Enjoy 7 Plus","device":"tablet","models":[{"regex":"Primo ?76","model":"Primo 76"},{"regex":"Primo ?91","model":"Primo 91"},{"regex":"Enjoy 7 Plus","model":"Enjoy 7 Plus"}]},"MLLED":{"regex":"MLLED[ _]","device":"smartphone","models":[{"regex":"MLLED[ _]([^;/]+)Build","model":"$1"},{"regex":"MLLED[ _]([^);/]+)[);/]","model":"$1"}]},"Mobistel":{"regex":"(Cynus[ _][^/;)]+)( Build|\\\\))","device":"smartphone","model":"$1"},"Mecool":{"regex":"(KM9PRO|BB2 PRO|KII PRO|KM9_TV_BOX)[);/ ]","device":"tv","models":[{"regex":"KM9PRO","model":"KM9 Pro"},{"regex":"KM9_TV_BOX","model":"KM9 TV Box"},{"regex":"BB2 PRO","model":"BB2 Pro"},{"regex":"KII PRO","model":"KII Pro"}]},"Modecom":{"regex":"Modecom|Free(?:Way )?Tab|xino z[\\\\d]+ x[\\\\d]+","device":"tablet","models":[{"regex":"xino Z([\\\\d]+) X([\\\\d]+)","model":"Xino Z$1 X$2","device":"smartphone"},{"regex":"FreeTab[ _\\\\-]?([^/;]+)? Build","model":"FreeTab $1"},{"regex":"FreeTab[ _\\\\-]?((?!Build)[^);/ ]+)?","model":"FreeTab $1"},{"regex":"FreeWay Tab[ _\\\\-]?([^/;]+) Build","model":"FreeWay Tab $1"},{"regex":"FreeWay Tab[ _\\\\-]?((?!Build)[^);/ ]+)","model":"FreeWay Tab $1"}]},"Mofut":{"regex":"Mofut","device":"smartphone","models":[{"regex":"Mofut[ _\\\\-]?([^/;]+) Build","model":"$1"},{"regex":"Mofut[ _\\\\-]?((?!Build)[^);/ ]+)","model":"$1"}]},"Motorola":{"regex":"MOT(?!TO)|(?<!AN)DROID ?(?:Build|[a-z0-9]+)|portalmmm/2.0 (?:E378i|L6|L7|v3)|XOOM [^;/]*Build|XT1925-10|XT1799-2|XT1021|XT180[3-5]|(?:XT|MZ|MB|ME)[0-9]{3,4}[a-z]?(?:\\\\(Defy\\\\)|-0[1-5])?(?:[;]? Build|\\\\))","device":"smartphone","models":[{"regex":"MOT-V360","model":"V360","device":"feature phone"},{"regex":"(?:MOT-|Motorola-)?XT300","model":"Spice"},{"regex":"(?:MOT-|Motorola-)?XT30[35]","model":"Motosmart ME"},{"regex":"(?:MOT-|Motorola-)?XT31[16]","model":"Fire"},{"regex":"(?:MOT-|Motorola-)?XT32[01]","model":"Defy Mini"},{"regex":"(?:MOT-|Motorola-)?XT3(?:89|90)","model":"Motosmart"},{"regex":"(?:MOT-|Motorola-)?XT502","model":"Quench"},{"regex":"(?:MOT-|Motorola-)?XT531","model":"Fire XT"},{"regex":"(?:MOT-|Motorola-)?XT535","model":"Defy"},{"regex":"(?:MOT-|Motorola-)?XT55[567]C?","model":"Defy XT"},{"regex":"(?:MOT-|Motorola-)?XT603","model":"Admiral"},{"regex":"(?:MOT-|Motorola-)?XT610","model":"Droid Pro"},{"regex":"(?:MOT-|Motorola-)?XT615","model":"Motoluxe"},{"regex":"(?:MOT-|Motorola-)?XT621","model":"Primus"},{"regex":"(?:MOT-|Motorola-)?XT626","model":"IronRock"},{"regex":"(?:MOT-|Motorola-)?XT682","model":"Atrix"},{"regex":"(?:MOT-|Motorola-)?XT685","model":"Motoluxe Dual-SIM"},{"regex":"(?:MOT-|Motorola-)?XT687","model":"Atrix TV"},{"regex":"(?:MOT-|Motorola-)?XT720","model":"Milestone"},{"regex":"(?:MOT-|Motorola-)?XT800W","model":"Glam"},{"regex":"(?:MOT-|Motorola-)?XT860","model":"Milestone 3"},{"regex":"(?:MOT-|Motorola-)?XT881","model":"Electrify 2"},{"regex":"(?:MOT-|Motorola-)?XT882","model":"Moto XT882"},{"regex":"(?:MOT-|Motorola-)?XT88[56]","model":"Droid RAZR V"},{"regex":"(?:MOT-|Motorola-)?XT890","model":"Droid RAZR i"},{"regex":"(?:MOT-|Motorola-)?XT894","model":"Droid 4"},{"regex":"(?:MOT-|Motorola-)?XT897","model":"Photon Q"},{"regex":"(?:MOT-|Motorola-)?XT901","model":"Electrify M"},{"regex":"(?:MOT-|Motorola-)?XT90[567]","model":"Droid RAZR M"},{"regex":"(?:MOT-|Motorola-)?XT910S?","model":"Droid RAZR"},{"regex":"(?:MOT-|Motorola-)?XT91[4568]","model":"Droid RAZR D1"},{"regex":"(?:MOT-|Motorola-)?XT9(?:19|20)","model":"Droid RAZR D3"},{"regex":"(?:MOT-|Motorola-)?XT925","model":"Droid RAZR HD"},{"regex":"(?:MOT-|Motorola-)?XT102[12]","model":"Moto E"},{"regex":"(?:MOT-|Motorola-)?XT1706","model":"Moto E3 Power"},{"regex":"(?:MOT-|Motorola-)?XT1030","model":"Droid Mini"},{"regex":"(?:MOT-|Motorola-)?XT1096","model":"Moto X2"},{"regex":"(?:MOT-|Motorola-)?XT1254","model":"Droid Turbo"},{"regex":"(?:MOT-|Motorola-)?XT10(?:28|3[1234]|68|69)","model":"Moto G"},{"regex":"(?:MOT-|Motorola-)?XT1799-2","model":"Moto G5s"},{"regex":"(?:MOT-|Motorola-)?XT180[3-5]","model":"Moto G5s Plus"},{"regex":"(?:MOT-|Motorola-)?XT168[57]","model":"Moto G5 Plus"},{"regex":"(?:MOT-|Motorola-)?XT1670","model":"Moto G5"},{"regex":"(?:MOT-|Motorola-)?XT1925-10","model":"Moto G6"},{"regex":"(?:MOT-|Motorola-)?XT10(?:49|5[23568]|60|9[23457])","model":"Moto X"},{"regex":"(?:MOT-|Motorola-)?XT1562","model":"Moto X Play"},{"regex":"(?:MOT-|Motorola-)?XT1080","model":"Droid Ultra"},{"regex":"(?:MOT-|Motorola-)?XT1650-05","model":"Moto Z"},{"regex":"(?:MOT-|Motorola-)?XT1635(?:-0[1-3])?","model":"Moto Z Play"},{"regex":"(?:MOT-|Motorola-)?XT1710-(?:-02)?","model":"Moto Z2 Play"},{"regex":"(?:MOT-|Motorola-)?XT1789-05","model":"Moto Z2 Force"},{"regex":"(?:MOT-|Motorola-)?XT1663","model":"Moto M"},{"regex":"Moto ([CGEXZ]) ?\\\\(([a-z0-9]+)\\\\)( Plus| Play)?","model":"Moto $1$2$3"},{"regex":"Moto ?([CGEXZ])([0-9]+)( Plus| Play)?","model":"Moto $1$2$3"},{"regex":"Moto ?([CGEXZ])( Plus| Play)?","model":"Moto $1$2"},{"regex":"Motorola[ _\\\\-]([a-z0-9]+)","model":"$1"},{"regex":"MOTORAZR[ _\\\\-]([a-z0-9]+)","model":"RAZR $1"},{"regex":"MOTORIZR[ _\\\\-]([a-z0-9]+)","model":"RIZR $1"},{"regex":"MOT(?!OROLA)[O]?[_\\\\-]?([a-z0-9.]+)","model":"$1"},{"regex":"(?<!AN)DROID ?([a-z0-9 ]*) Build","model":"DROID $1"},{"regex":"(?<!AN)DROID ?([a-z0-9]+)","model":"DROID $1"},{"regex":"portalmmm/2.0 ((?:E378i|L6|L7|V3)[a-z0-9]+)","model":"$1"},{"regex":"(XOOM [^;/]*)Build","device":"tablet","model":"$1"},{"regex":"(MZ[0-9]{3})[);/ ]","device":"tablet","model":"$1"},{"regex":"((?:ME|MB|XT)[0-9]{3,4}(?:\\\\(Defy\\\\))?)[);/ ]","model":"$1"}]},"Movic":{"regex":"MOVIC","device":"smartphone","models":[{"regex":"MOVIC[ -]W([2345])","model":"W$1"}]},"MTN":{"regex":"MTN-","device":"smartphone","models":[{"regex":"MTN-(L860|S620)","model":"Sm@rt Mini $1"},{"regex":"MTN-8978P","device":"tablet","model":"Steppa"},{"regex":"MTN-([a-z0-9_\\\\-]+)","model":"MTN-$1"}]},"MyPhone":{"regex":"(?:MyPhone|MyPad|MyTab)[ _][^;/)]+( Build|\\\\))|Cube_LTE|myTab10II|HAMMER[ _](Blade2_PRO|ENERGY|Titan 2|AXE[_ ](?:M[_ ]LTE|Pro)|Iron 2|Active[2]?(_LTE)?)|C-Smart_pix|myPhone_Fun_8","device":"smartphone","models":[{"regex":"MyPad[ _]([^;/]+) Build","model":"MyPad $1","device":"tablet"},{"regex":"MyTab[ _]([^;/]+) Build","model":"MyTab $1","device":"tablet"},{"regex":"myTab10II","model":"MyTab 10 II","device":"tablet"},{"regex":"Cube_LTE","model":"Cube LTE"},{"regex":"HAMMER[ _]ENERGY","model":"Hammer Energy"},{"regex":"HAMMER_AXE[_ ]M[_ ]LTE","model":"Hammer Axe M LTE"},{"regex":"Hammer Titan 2","model":"Hammer Titan 2"},{"regex":"Hammer Iron 2","model":"Hammer Iron 2"},{"regex":"Hammer Active[);/ ]","model":"Hammer Active"},{"regex":"Hammer_Active2[);/ ]","model":"Hammer Active 2"},{"regex":"Hammer_Active2_LTE[);/ ]","model":"Hammer Active 2 LTE"},{"regex":"Hammer AXE Pro","model":"Hammer Axe Pro"},{"regex":"Hammer_Blade2_PRO","model":"Hammer Blade 2 Pro"},{"regex":"C-Smart_pix","model":"C-Smart Pix"},{"regex":"myPhone_Fun_8","model":"FUN 8"},{"regex":"MyPhone[ _]([^;/)]+)( Build|\\\\))","model":"$1"}]},"MyWigo":{"regex":"MyWigo ","device":"smartphone","models":[{"regex":"City3","model":"City 3"}]},"Myria":{"regex":" (Myria_[^/;]+|502M|Cozy|Easy tab 9|Grand) Build|Myria_FIVE|Myria_Grand_4G|Myria_Wide_2|Myria_Wide_4G","device":"smartphone","models":[{"regex":"Myria_([^/;]+) Build","model":"$1"},{"regex":"Myria_FIVE","model":"Five"},{"regex":"(502M|Grand)","model":"$1"},{"regex":"Myria_Grand_4G","model":"Grand 4G"},{"regex":"Myria_Wide_4G","model":"Wide 4G"},{"regex":"Myria_Wide_2","model":"Wide 2"},{"regex":"(Cozy|Easy tab 9)","model":"$1","device":"tablet"}]},"M.T.T.":{"regex":"M.T.T.","device":"smartphone","models":[{"regex":"M.T.T. ?Tablet([^;/]+)? Build","device":"tablet","model":"Tablet$1"},{"regex":"M.T.T. ?([^;/]+) Build","model":"$1"}]},"Navon":{"regex":"Superme_Max","device":"smartphone","models":[{"regex":"Superme_Max","model":"Supreme Max"}]},"NOA":{"regex":"NOA[ _]|HummerLE|NextSE","device":"smartphone","models":[{"regex":"NOA[_ ]CORE[_ ]FORTE","model":"Core Forte"},{"regex":"HummerLE","model":"Hummer LE"},{"regex":"NOA[_ ]Hummer[_ ]Lite","model":"Hummer Lite"},{"regex":"NOA[_ ]MOVEse","model":"Move SE"},{"regex":"NextSE","model":"Next SE"},{"regex":"NOA[_ ]NEXT","model":"Next"},{"regex":"NOA[_ ]VISION[_ ]H3SE","model":"Vision H3SE"},{"regex":"NOA[_ ]VISION[_ ]H3","model":"Vision H3"},{"regex":"NOA[_ ]LOOP","model":"Loop"},{"regex":"NOA[_ ]H4se","model":"H4SE"},{"regex":"NOA[_ ]Mg12","model":"MG12"},{"regex":"NOA[_ ]H44SE","model":"H44SE"},{"regex":"NOA[_ ]H10LE","model":"H10LE"},{"regex":"NOA[_ ]([^;)/ ]+)","model":"$1"}]},"Nobby":{"regex":"Nobby[ ](S500|X800)[;/) ]","device":"smartphone","model":"$1"},"NEC":{"regex":"NEC[ _\\\\-]|KGT/2\\\\.0|portalmmm/1\\\\.0 (?:DB|N)|(?:portalmmm|o2imode)/2.0[ ,]N","device":"smartphone","models":[{"regex":"(?:NEC[ _\\\\-]|KGT/2\\\\.0 )([a-z0-9]+)","model":"$1"},{"regex":"portalmmm/1\\\\.0 ((?:DB|N)[a-z0-9]+)","model":"$1"},{"regex":"(?:portalmmm|o2imode)/2\\\\.0[ ,](N[a-z0-9]+)","model":"$1"}]},"Neffos":{"regex":"Neffos|(TP601A)[;)/ ]","device":"smartphone","models":[{"regex":"TP601A[;)/ ]","model":"C5L"},{"regex":"Neffos[_ ]Y50","model":"Y50"},{"regex":"Neffos[_ ]((?:Y|N|C|X)[0-9][A-Z]?(?: Max| Lite)?)","model":"$1"}]},"Nextbit":{"regex":"(Robin) Build","device":"smartphone","model":"$1"},"Newgen":{"regex":"NEWGEN\\\\-([a-z0-9]+)","device":"feature phone","model":"$1"},"Netgear":{"regex":"GTV100","device":"tv","models":[{"regex":"GTV100","model":"NeoTV Prime"}]},"NeuImage":{"regex":"NIM-","device":"smartphone","models":[{"regex":"NIM-(450D|550O|600Q)","model":"$1"}]},"NextBook":{"regex":"Next[0-9]|NX785QC8G|NXM900MC|NX008HD8G|NX010HI8G|NXM908HC|NXM726|NXA8QC116","device":"tablet","models":[{"regex":"NX008HD8G","model":"Premium 8 HD"},{"regex":"NXA8QC116","model":"Ares 8"},{"regex":"NXM908HC","model":"Premium 9"},{"regex":"NX010HI8G","model":"Premium 10 Hi"},{"regex":"NX785QC8G","model":"8"},{"regex":"NXM900MC","model":"8 HD"},{"regex":"NXM726","model":"Premium 7"},{"regex":"Next([0-9]+[^;/]+) Build","model":"Next $1"}]},"NGM":{"regex":"NGM[_ ][a-z0-9]+|(Forward|Dynamic)[ _]?[^/;]+(?:Build|/)","device":"smartphone","models":[{"regex":"(Forward|Dynamic)[ _]?([^/;]+) Build","model":"$1 $2"},{"regex":"(Forward|Dynamic)[ _]?([^/;]+)/","model":"$1 $2"},{"regex":"NGM ([^;/]+) Build","model":"$1"},{"regex":"NGM_([a-z0-9]+)","model":"$1"}]},"Nexian":{"regex":"S?Nexian","device":"smartphone","models":[{"regex":"S?Nexian[ ]?([a-z0-9\\\\-]+)","model":"$1"},{"regex":"S?Nexian-([a-z0-9]+)","model":"$1"}]},"Noain":{"regex":"NOAIN","device":"smartphone","models":[{"regex":"NOAIN[ _-]([^;/]+) Build","model":"$1"},{"regex":"NOAIN[ _-]([^;/)]+)[;/)]","model":"$1"}]},"Noblex":{"regex":"Noblex|NBX-","device":"smartphone","models":[{"regex":"(?:Noblex|NBX)[ _-]([^;/]+) Build","model":"$1"},{"regex":"(?:Noblex|NBX)[ _-]([^;/)]+)[;/)]","model":"$1"}]},"Nomi":{"regex":"Nomi[ _-]|(C101010 Ultra2|i501[23]|i5032|i5050|i5532|C0(700(?:[02358]|2HD)|7850)|C1010[0-3])[;/) ]","device":"smartphone","models":[{"regex":"i501[23][;/) ]","model":"Evo M2"},{"regex":"i5032[;/) ]","model":"Evo X2"},{"regex":"i5050[;/) ]","model":"Evo Z"},{"regex":"i5532[;/) ]","model":"Space X2"},{"regex":"C101010 Ultra2","model":"Ultra 2","device":"tablet"},{"regex":"(C0(?:700(?:[02358]|2HD)|7850)|C1010[0-3])[;/) ]","model":"$1","device":"tablet"},{"regex":"Nomi[ _-]([^;/]+) Build","model":"$1"},{"regex":"Nomi[ _-]([^;/)]+)[;/)]","model":"$1"}]},"NUU Mobile":{"regex":"NUU_|(?:N(5702|5001)L|S6001L)[;)/ ]","device":"smartphone","models":[{"regex":"NUU_A1","model":"A1"},{"regex":"S6001L","model":"G2"},{"regex":"N5702L","model":"G3"},{"regex":"(N5001L)[;)/ ]","model":"$1"}]},"NYX Mobile":{"regex":"NYX[ _]","device":"smartphone","models":[{"regex":"NYX_A1","model":"A1"},{"regex":"NYX_Blink","model":"Blink"},{"regex":"NYX_EGO","model":"Ego"},{"regex":"NYX_FENIX","model":"Fenix"},{"regex":"NYX_FLY_II","model":"Fly II"},{"regex":"NYX_FLY_MINI","model":"Fly Mini"},{"regex":"NYX_FLY","model":"Fly"},{"regex":"NYX_HIT","model":"Hit"},{"regex":"NYX_JAK","model":"Jak"},{"regex":"NYX_JOIN","model":"Join"},{"regex":"NYX_NOBA_II","model":"Noba II"},{"regex":"NYX_NOBA","model":"Noba"},{"regex":"NYX_ORBIS","model":"Orbis"},{"regex":"NYX[ _]REX","model":"Rex"},{"regex":"NYX_SHADE","model":"Shade"},{"regex":"NYX_SKY","model":"Sky"},{"regex":"NYX_SPARK","model":"Spark"},{"regex":"NYX_VOX","model":"Vox"},{"regex":"NYX_ZEUZ_HD","model":"Zeus HD"}]},"Nous":{"regex":"NS([356]|500[2-68]|5511|5502)[;/) ]","device":"smartphone","models":[{"regex":"(NS[0-9]{1,4})[;/) ]","model":"$1"}]},"Nvidia":{"regex":"(SHIELD Tablet K1) Build|Tegra(Note-P1640| Note 7)","device":"tablet","models":[{"regex":"TegraNote-P1640","model":"Tegra Note P1640"},{"regex":"(SHIELD Tablet K1|Tegra Note 7)(?: Build|\\\\))","model":"$1"}]},"O+":{"regex":"O\\\\+[ _](Air|Crunch|Ultra|Upsized|Venti)","device":"smartphone","models":[{"regex":"O\\\\+[ _](Crunch|Ultra 2.0|Ultra|Upsized|Venti 4G)","model":"$1"},{"regex":"O\\\\+_AIR","model":"Air"}]},"O2":{"regex":"Xda|(?<!FBCR/)O2[ \\\\-]|COCOON","device":"smartphone","models":[{"regex":"(Xda[ _][a-z0-9_]+)","model":"$1"},{"regex":"(COCOON)","model":"$1"},{"regex":"O2 ([a-z0-9 ]+)","model":"$1"},{"regex":"O2-([a-z0-9]+)","model":"$1"}]},"Odys":{"regex":"ODYS[ _-]|IEOS[_ ]([^/;]+)|NOON(?:_PRO)? Build|SPACE10_(?:PLUS|PRO)_3G|THOR_?10|TAO_X10|RAPID_?(?:10|7)_?LTE|MAVEN_?10_|CONNECT[78]|ELEMENT10_PLUS_3G|XELIO[_0-9P]|ADM816HC|ADM8000KP|NEO6_LTE|EOS10|AEON|FALCON_10_PLUS_3G|FUSION|THANOS_10","device":"tablet","models":[{"regex":"XELIO[_ ]A10","model":"Xelio A10"},{"regex":"XELIOPHONETAB3","model":"Xelio Phonetab 3"},{"regex":"THANOS_10","model":"Thanos 10"},{"regex":"XELIO_NEXT_10_PLUS_3G","model":"Xelio Next 10 Plus 3G"},{"regex":"XELIO_PHONE_TAB7_3G","model":"Xelio Phonetab 7 3G"},{"regex":"XELIO10EXTREME","model":"Xelio 10 Xtreme"},{"regex":"XELIO10_PLUS_3G","model":"Xelio 10 Plus 3G"},{"regex":"ELEMENT10_PLUS_3G","model":"Element 10 Plus 3G"},{"regex":"CONNECT8PLUS","model":"Connect 8 Plus"},{"regex":"CONNECT7PRO","model":"Connect 7 Pro"},{"regex":"MAVEN_?10_PRO_PLUS_3G","model":"Maven 10 Pro Plus 3G"},{"regex":"MAVEN_?10_?PLUS","model":"Maven 10 Plus"},{"regex":"MAVEN_?10_?PRO","model":"Maven 10 Pro"},{"regex":"MAVEN_?10_?HD","model":"Maven 10 HD"},{"regex":"RAPID_?7_?LTE","model":"Rapid 7 LTE"},{"regex":"RAPID_?10_?LTE","model":"Rapid 10 LTE"},{"regex":"TAO_X10","model":"Tao X10"},{"regex":"SPACE10_PLUS_3G","model":"Space 10 Plus 3G"},{"regex":"SPACE10_PRO_3G","model":"Space 10 Pro 3G"},{"regex":"THOR_?10 Build","model":"Thor 10"},{"regex":"ADM816HC","model":"Neo X"},{"regex":"EOS10","model":"EOS 10"},{"regex":"AEON","model":"Aeon"},{"regex":"FALCON_10_PLUS_3G","model":"Falcon 10 Plus 3G"},{"regex":"FUSION","model":"Fusion 7"},{"regex":"NEO6[_ ]LTE","model":"Neo 6 LTE","device":"smartphone"},{"regex":"ADM8000KP","model":"Titan"},{"regex":"THOR_?10_PLUS_3G","model":"Thor 10 Plus 3G"},{"regex":"IEOS[ _]([^/;]+) Build","model":"Ieos $1"},{"regex":"(?:ODYS[ _-])?NOON Build","model":"Noon"},{"regex":"(?:ODYS[ _-])?NOON_PRO Build","model":"Noon Pro"},{"regex":"Odys[ _-]([^/;]+) Build","model":"$1"}]},"Obi":{"regex":"Obi[ _-]|(SJ1\\\\.5|SJ2\\\\.6|S400|S452\\\\+|S451|S453|S501|S502|S503\\\\+?|S507|S520|S550|S551|falcon)[ _]","device":"smartphone","models":[{"regex":"SJ2\\\\.6","model":"SJ2.6"},{"regex":"SJ1\\\\.5","model":"SJ1.5"},{"regex":"(?:Obi_)?S400","model":"Skipper"},{"regex":"(?:Obi_)?S451|falcon","model":"Flacon"},{"regex":"(?:Obi_)?S452\\\\+","model":"Python"},{"regex":"(?:Obi_)?S453","model":"Fox"},{"regex":"(?:Obi_)?S501","model":"Wolverine"},{"regex":"(?:Obi_)?S502","model":"Leopard"},{"regex":"(?:Obi_)?S503\\\\+","model":"Boa Plus"},{"regex":"(?:Obi_)?S503","model":"Boa"},{"regex":"(?:Obi_)?S507","model":"Pelican"},{"regex":"(?:Obi_)?S520","model":"Octopus"},{"regex":"(?:Obi_)?S550","model":"Crane"},{"regex":"(?:Obi_)?S551","model":"Hornbill"},{"regex":"(?:Obi_)?S454","model":"Alligator"},{"regex":"Obi[ _-]([^;/]+) Build","model":"$1"},{"regex":"Obi[ _-]([^;/)]+)[;/)]","model":"$1"}]},"Onda":{"regex":"Onda","device":"smartphone","models":[{"regex":"ONDA MID","model":"MID","device":"tablet"},{"regex":"([a-z0-9]+)[ _]Onda","model":"$1"},{"regex":"Onda ([a-z0-9]+)","model":"$1"}]},"OnePlus":{"regex":"(?:du_)?ONEPLUS|(?:A0001|A200[135]|A300[03]|A3010|A5000|A600[03]|A601[03]|E100[135]|GM191[03517]|GM190[013]|HD1910|HD190[01357])(?: Build|\\\\))","device":"smartphone","models":[{"regex":"GM191[03517]","model":"7 Pro"},{"regex":"GM190[013]","model":"7"},{"regex":"HD190[01357]","model":"7T"},{"regex":"HD1910","model":"7T Pro"},{"regex":"A0001","model":"One"},{"regex":"A200[135]|OnePlus2","model":"2"},{"regex":"E100[135]","model":"X"},{"regex":"A3010|OnePlus3T","model":"3T"},{"regex":"A300[03]|OnePlus3","model":"3"},{"regex":"A5010|OnePlus5T","model":"5T"},{"regex":"A5000|OnePlus5","model":"5"},{"regex":"A600[03]|OnePlus6","model":"6"},{"regex":"A601[03]","model":"6T"},{"regex":"(?:du_)?ONEPLUS ?([^;/]+) Build","model":"$1"}]},"Realme":{"regex":"(?:RMX(?:19(03|4[1235]|9[23]|2[157]|[01379]1)|2030|2051|18(0[1579]|11|3[13]|2[157]|[45]1|45))|(?:OPPO[ _]?)?CPH1861)[ ;/)]","device":"smartphone","models":[{"regex":"(?:OPPO[ _]?)?CPH1861[);/ ]","model":"1"},{"regex":"RMX180[59]","model":"2"},{"regex":"RMX180[17]","model":"2 Pro"},{"regex":"RMX(1833|182[15])","model":"3"},{"regex":"RMX1827","model":"3i"},{"regex":"RMX1851","model":"3 Pro"},{"regex":"RMX190[13]","model":"X"},{"regex":"RMX199[12]","model":"X2"},{"regex":"RMX1993","model":"X2 Dual"},{"regex":"RMX1931","model":"X2 Pro"},{"regex":"RMX1921","model":"XT"},{"regex":"RMX19(11|27)","model":"5"},{"regex":"RMX1971","model":"5 Pro"},{"regex":"RMX2030","model":"5i"},{"regex":"RMX1925","model":"5S"},{"regex":"RMX1811","model":"C1"},{"regex":"RMX194[1235]","model":"C2"},{"regex":"RMX1831","model":"U1"},{"regex":"RMX2051","model":"X50 5G"}]},"OPPO":{"regex":"(?:OB-)?OPPO[ _]?([a-z0-9]+)|N1T|(?:X90[07][0679]|U707T?|X909T?|R(?:10[01]1|2001|201[07]|6007|7005|7007|80[13579]|81[13579]|82[01379]|83[013]|800[067]|8015|810[679]|811[13]|820[057])[KLSTW]?|N520[79]|N5117|A33f|A33fw|A37fw?|PAAM00|PAAT00|PAC[TM]00)[);/ ]|R7kf|R7plusf|R7Plusm|A1601|CPH[0-9]{4}|CPH19(69|79|23|1[179])|PB(A[TM]00|CT10|BT30|CM[13]0|[FD]M00)|P(ADM00|AF[TM]00|ADT00|AHM00|BBM[03]0|BBT00|BDT00|BFT00|[CB]E[MT]00|CA[MT]00|C[CDG]M00|CA[MT]10|CPM00|CRM00|CD[TM]10|CHM[13]0|CKM[08]0|CLM10|DEM[13]0|DHM00|DKM00|DB[TM]00|DCM00|CNM00)","device":"smartphone","models":[{"regex":"PCHM10[);/ ]","model":"A11"},{"regex":"CPH1923[);/ ]","model":"A1K"},{"regex":"(?:OPPO[ _]?)?(CPH1837|PAD[TM]00)[);/ ]","model":"A3"},{"regex":"A37f[);/ ]","model":"A37f"},{"regex":"(?:OPPO[ _]?)?A37f(w)?(?: Build|\\\\))","model":"A37f$1"},{"regex":"(?:OPPO[ _]?)?CPH1605[);/ ]","model":"A39"},{"regex":"(?:OPPO[ _]?)?(?:CPH18(?:0[35]|53)|PBBM30)[);/ ]","model":"A3s"},{"regex":"(?:OPPO[ _]?)?(?:CPH1809|PBA[TM]00|PBBT30)[);/ ]","model":"A5"},{"regex":"CPH193[13][);/ ]","model":"A5 (2020)"},{"regex":"(?:OPPO[ _]?)?CPH170[15][);/ ]","model":"A57"},{"regex":"CPH1909[);/ ]","model":"A5S"},{"regex":"(?:OPPO[ _]?)?(?:CPH1901|PBF[TM]00)[);/ ]","model":"A7"},{"regex":"(?:OPPO[ _]?)?(CPH1801|CPH1717)[);/ ]","model":"A71"},{"regex":"(?:OPPO[ _]?)?CPH1715[);/ ]","model":"A77"},{"regex":"PCDM00[);/ ]","model":"A7n"},{"regex":"(PBBT00|PBBM00)[);/ ]","model":"A7x"},{"regex":"(?:OPPO[ _]?)?(?:PDBM00)[);/ ]","model":"A8"},{"regex":"(?:OPPO[ _]?)?CPH1729[);/ ]","model":"A83"},{"regex":"(?:OPPO[ _]?)?CPH1827[);/ ]","model":"A83 (2018)"},{"regex":"PCA[TM]10[);/ ]","model":"A9"},{"regex":"(CPH1937|PCHM30)[);/ ]","model":"A9 (2020)"},{"regex":"(?:OPPO[ _]?)?CPH1938[);/ ]","model":"A9 (EN)"},{"regex":"PCPM00[);/ ]","model":"A91"},{"regex":"PDKM00[);/ ]","model":"A93s"},{"regex":"PCE[TM]00[);/ ]","model":"A9x"},{"regex":"(?:OPPO[ _]?)?CPH1851[);/ ]","model":"AX5"},{"regex":"CPH1920[);/ ]","model":"AX5s"},{"regex":"(?:OPPO[ _]?)?CPH1903[);/ ]","model":"AX7"},{"regex":"(?:OPPO[ _]?)?X9009[);/ ]","model":"F1 Plus"},{"regex":"CPH1911[);/ ]","model":"F11"},{"regex":"CPH1969[);/ ]","model":"F11 Pro"},{"regex":"(?:OPPO[ _]?)?A1601[);/ ]","model":"F1s"},{"regex":"(?:OPPO[ _]?)?CPH1609[);/ ]","model":"F3"},{"regex":"(?:OPPO[ _]?)?CPH1613[);/ ]","model":"F3 Plus"},{"regex":"(?:OPPO[ _]?)?CPH172[37][);/ ]","model":"F5"},{"regex":"(?:OPPO[ _]?)?CPH1725[);/ ]","model":"F5 Youth"},{"regex":"(?:OPPO[ _]?)?CPH(1859|18(?:19|21))[);/ ]","model":"F7"},{"regex":"(?:OPPO[ _]?)?(?:CPH1825|CPH1881)[);/ ]","model":"F9"},{"regex":"(?:OPPO[ _]?)?CPH1823[);/ ]","model":"F9 Pro"},{"regex":"(?:OPPO[ _]?)?X909T?[);/ ]","model":"Find 5"},{"regex":"(?:OPPO[ _]?)?R827T?[);/ ]","model":"Find 5 Mini"},{"regex":"(?:OPPO[ _]?)?X907[067][);/ ]","model":"Find 7"},{"regex":"(?:OPPO[ _]?)?X900[067][);/ ]","model":"Find 7a"},{"regex":"(?:OPPO[ _]?)?R815[TW]?[);/ ]","model":"Find Clover"},{"regex":"(?:OPPO[ _]?)?R8015[);/ ]","model":"Find Guitar"},{"regex":"(?:OPPO[ _]?)?R8111[);/ ]","model":"Find Melody"},{"regex":"(?:OPPO[ _]?)?R821T?[);/ ]","model":"Find Muse"},{"regex":"(?:OPPO[ _]?)?U707T?[);/ ]","model":"Find Way S"},{"regex":"(?:OPPO[ _]?)?(?:CPH187[15]|PAF[MT]00)[);/ ]","model":"Find X"},{"regex":"(?:OPPO[ _]?)?(?:PAHM00)[);/ ]","model":"Find X Lamborghini"},{"regex":"(?:OPPO[ _]?)?(PDEM10)[);/ ]","model":"Find X2"},{"regex":"(?:OPPO[ _]?)?(PDEM30)[);/ ]","model":"Find X2 Pro"},{"regex":"(?:OPPO[ _]?)?R1011 Build","model":"Joy Plus"},{"regex":"(?:OPPO[ _]?)?(PBC(?:M30|T10))[);/ ]","model":"K1"},{"regex":"(?:OPPO[ _]?)?(PCNM00)[);/ ]","model":"K5"},{"regex":"(?:OPPO[ _]?)?N5117[);/ ]","model":"N1 Mini"},{"regex":"(?:OPPO[ _]?)?N520[79][);/ ]","model":"N3"},{"regex":"(?:OPPO[ _]?)?R831T?[);/ ]","model":"Neo"},{"regex":"(?:OPPO[ _]?)?R831K[);/ ]","model":"Neo 3"},{"regex":"(?:OPPO[ _]?)?R831[SL][);/ ]","model":"Neo 5"},{"regex":"(?:OPPO[ _]?)?A33f[);/ ]","model":"Neo 7"},{"regex":"(?:OPPO[ _]?)?A33fw[);/ ]","model":"Neo 7s"},{"regex":"(?:OPPO[ _]?)?R8113[);/ ]","model":"Piano"},{"regex":"(?:OPPO[ _]?)?CPH1707[);/ ]","model":"R11"},{"regex":"(?:OPPO[ _]?)?CPH1719[);/ ]","model":"R11s"},{"regex":"(?:OPPO[ _]?)?CPH1721[);/ ]","model":"R11s Plus"},{"regex":"(?:OPPO[ _]?)?(?:CPH1835|PAC[TM]00|PAAM00)[);/ ]","model":"R15"},{"regex":"(?:OPPO[ _]?)?(?:CPH1831|PAAT00)[);/ ]","model":"R15 Pro"},{"regex":"PBCM10[);/ ]","model":"R15x"},{"regex":"(?:OPPO[ _]?)?(?:CPH1879|PBE[MT]00)[);/ ]","model":"R17"},{"regex":"(?:OPPO[ _]?)?(?:CPH1893)[);/ ]","model":"R17 Neo"},{"regex":"(?:OPPO[ _]?)?(?:CPH1877|PBD[MT]00)[);/ ]","model":"R17 Pro"},{"regex":"(?:OPPO[ _]?)?R8006[);/ ]","model":"R1L"},{"regex":"(?:OPPO[ _]?)?R800[07][);/ ]","model":"R1S"},{"regex":"(?:OPPO[ _]?)?R810[679][);/ ]","model":"R5"},{"regex":"(?:OPPO[ _]?)?R7kf[);/ ]","model":"R7 Lite"},{"regex":"(?:OPPO[ _]?)?R7Plusm[);/ ]","model":"R7 Plus"},{"regex":"(?:OPPO[ _]?)?R7Plusf[);/ ]","model":"R7 Plus F"},{"regex":"(?:OPPO[ _]?)?CPH1607[);/ ]","model":"R9s"},{"regex":"(?:OPPO[ _]?)?CPH1611[);/ ]","model":"R9s Plus"},{"regex":"(?:CPH1917|PCA[MT]00)[);/ ]","model":"Reno"},{"regex":"PCCM00[);/ ]","model":"Reno 10X"},{"regex":"CPH1919[);/ ]","model":"Reno 10X Zoom"},{"regex":"PCKM00[);/ ]","model":"Reno 2"},{"regex":"(?:PCKM80|CPH1945)[);/ ]","model":"Reno 2Z"},{"regex":"PDCM00[);/ ]","model":"Reno 3 5G"},{"regex":"PCRM00[);/ ]","model":"Reno 3 Pro"},{"regex":"CPH1921[);/ ]","model":"Reno 5G"},{"regex":"PCLM10[);/ ]","model":"Reno Ace"},{"regex":"PDHM00[);/ ]","model":"Reno Ace 2"},{"regex":"PCGM00[);/ ]","model":"Reno K3"},{"regex":"(?:OPPO[ _]?)?(?:CPH1979|PCD[TM]10)[);/ ]","model":"Reno Z"},{"regex":"N1T?[);/ ]","model":"N1T","device":"phablet"},{"regex":"R([0-9]{3,4}[KSTW]?)[);/ ]","model":"R$1"},{"regex":"(CPH[0-9]{4})","model":"$1"},{"regex":"(?:OB-)?OPPO[ _]?((?!Browser)[a-z0-9]+)","model":"$1"}]},"Opsson":{"regex":"Opsson|IUSAI","device":"smartphone","models":[{"regex":"IUSAI[ _]([^/;]+) Build","model":"Iusai $1"},{"regex":"IUSAI[ _]([^/;\\\\)]+)[/;\\\\)]","model":"Iusai $1"},{"regex":"Opsson[ _]([^/;]+) Build","model":"$1"},{"regex":"(?:Opsson-)?Opsson[ -_]([^/;]+)/","model":"$1"}]},"Orange":{"regex":"SPV[ \\\\-]?([a-z0-9]+)|(?<!FBCR/)Orange[ _-](?!Tahiti-LS\\\\))([^/;]+)( Build|\\\\))(?<!Tahiti-LS\\\\))|SC/IHD92|FunTab ([^/;]+) Build","device":"smartphone","models":[{"regex":"SC/IHD92","model":"Livebox Play","device":"tv"},{"regex":"Sego","model":"Sego","device":"tablet"},{"regex":"FunTab ([^/;]+) Build","model":"FunTab $1","device":"tablet"},{"regex":"Orange[ _-](Rise)(3[12]|5[12])[ ;/)]","model":"$1 $2"},{"regex":"Orange[ _-](Dive)72[ ;/)]","model":"$1 72"},{"regex":"Orange[ _-](Daytona|Dive (30|7[13])|Dublin|Fova|Gova|Hi 4G|Hiro|Kivo|Monte Carlo|Neva 80|Neva play|Nura|Reyo|Rise[_ ](3[034]|40|5[345])|Rono|Roya|San Francisco|Tactile internet 2|Tado|Yomi|Yumo|Zali)[ ;/)]","model":"$1"},{"regex":"SPV[ \\\\-]?([a-z0-9]+)","model":"SPV $1"}]},"Ouki":{"regex":"OUKI|OK[AU][0-9]+[a-z]* Build","device":"smartphone","models":[{"regex":"OUKI[ _-]?([^;/]+) Build","model":"$1"},{"regex":"([^;/)]+) Build/OUKI","model":"$1"},{"regex":"OUKI[ _-]?([^;/)]+)[;/)]","model":"$1"},{"regex":"(OK[AU][0-9]+[a-z]*) Build","model":"$1"}]},"Oukitel":{"regex":"(?:C15|C16|K10000)[ _]Pro","device":"smartphone","models":[{"regex":"(C15|C16|K10000)[ _]Pro","model":"$1 Pro"}]},"Overmax":{"regex":"OV-[a-z]+(?:[^;(/]*)[();/ ]|Qualcore 1010|Vertis 5021 Aim","device":"tablet","models":[{"regex":"OV-V10","model":"Vertis Yard","device":"smartphone"},{"regex":"Vertis 5021 Aim","model":"Vertis 5021 Aim","device":"smartphone"},{"regex":"OV-Vertis[ _-]([^;/]+) Build","model":"Vertis $1","device":"smartphone"},{"regex":"Qualcore 1010","model":"Qualcore 1010","device":"tablet"},{"regex":"(OV-[a-z]+(?:[^;(/]*))(?<!Build)[();/ ]","model":"$1"}]},"Oysters":{"regex":"Oysters|T84ERI[ _]3G|T72HM(s_)?3G|(T74HMi|T84Bi)[_ ]4G|T74MR4G|T84Ni[_ ][34]G|Pacific[ ]?800i","device":"tablet","models":[{"regex":"Pacific[ ]?800i","device":"smartphone","model":"Pacific 800i"},{"regex":"Oysters ((?:Arctic|Indian|Atlantic|Pacific)[^/;]+) Build","device":"smartphone","model":"$1"},{"regex":"(T84ERI[ _]3G|T72HM(s_)?3G|(?:(T74HMi|T84Bi)[_ ]4G)|T84Ni[_ ][34]G)","model":"$1"},{"regex":"(T74MR)(4G)","model":"$1 $2"},{"regex":"Oysters ([^/;]+)( Build|\\\\))","model":"$1"}]},"öwn":{"regex":"OWN","device":"smartphone","models":[{"regex":"FUN ([67])","model":"Fun $1"},{"regex":"FUN 5\\\\(4G\\\\)","model":"Fun 5 4G"},{"regex":"OWN[ _](S3000D|S3010|S3020D|S4010|S4025)","model":"$1"},{"regex":"One Plus","model":"One Plus"},{"regex":"One","model":"One"},{"regex":"SMART 9","model":"Smart 9"}]},"Panacom":{"regex":"T-i708D","device":"smartphone","models":[{"regex":"T-i708D","device":"tablet","model":"T-i708D"}]},"Panasonic":{"regex":"Panasonic|PANATV[0-9]+|Viera/|P902i[);/ ]|Eluga[ _]|FZ-N1|P55 Novo 4G|DMC-CM1","device":"smartphone","models":[{"regex":"Eluga[ _-]([^;/]+) Build","model":"Eluga $1"},{"regex":"Eluga[ _-]([^;/]+)[;/)]","model":"Eluga $1"},{"regex":"(DMC-CM1)","model":"Lumix $1","device":"camera"},{"regex":"FZ-N1","model":"Toughpad"},{"regex":"P55 Novo 4G","model":"P55 Novo 4G"},{"regex":"P902i[);/ ]","device":"feature phone","model":"P902i"},{"regex":"Panasonic MIL DLNA","device":"tv","model":"Viera Cast"},{"regex":"PANATV[0-9]+|Viera/","device":"tv","model":"Smart TV"},{"regex":"Panasonic[ _\\\\-]?([a-z0-9]+)","model":"$1"},{"regex":"portalmmm/2.0 (P[a-z0-9]+)","model":"$1"}]},"PCBOX":{"regex":"Art-PCB-V116|Bee-PCB-V216|Clap-PCB-I316|PCB-T(103|715)","device":"smartphone","models":[{"regex":"Art-PCB-V116","model":"Art"},{"regex":"Bee-PCB-V216","model":"Bee"},{"regex":"Clap-PCB-I316","model":"Clap"},{"regex":"PCB-T103","device":"tablet","model":"Curi Lite"},{"regex":"PCB-T715","device":"tablet","model":"T715"}]},"PCD":{"regex":"PH4001","device":"smartphone","models":[{"regex":"PH4001","model":"PH4001"}]},"PCD Argentina":{"regex":"PCD[ ]?50[689]","device":"smartphone","models":[{"regex":"PCD[ ]?(50[689])","model":"$1"}]},"Pentagram":{"regex":"Pentagram|Quadra|Monster X5","device":"tablet","models":[{"regex":"(?:PENTAGRAM[_ ])?EON[_ ]PRIX","model":"Eon Prix"},{"regex":"Quadra 7( UltraSlim)?","model":"Quadra 7 UltraSlim"},{"regex":"Monster X5?","model":"Monster X5","device":"smartphone"},{"regex":"Quadra ?([^);/]*) Build","model":"Quadra $1"},{"regex":"Pentagram ?TAB ?([^);/]*) Build","model":"Tab $1"},{"regex":"Pentagram ?([^);/]*) Build","model":"$1","device":"smartphone"}]},"Philips":{"regex":"Philips|AND1E[);/ ]|NETTV/|PI3210G|TLE(821L|722G)|TPM1[79]1E","device":"smartphone","models":[{"regex":"AND1E(?: TV)?[);/ ]","model":"Android TV","device":"tv"},{"regex":"(PI3210G)","model":"$1","device":"tablet"},{"regex":"(TPM1[79]1E)","model":"$1","device":"tv"},{"regex":"(TLE821L)[);/ ]","model":"$1 4G LTE","device":"tablet"},{"regex":"(TLE722G)[);/ ]","model":"$1","device":"tablet"},{"regex":"Philips, BDP([0-9]{4})","model":"Blu-ray Player (BDP$1)","device":"tv"},{"regex":"(NETTV/[0-9\\\\.]{5})","model":"NetTV Series","device":"tv"},{"regex":"Philips-FISIO ([a-z0-9]+)","model":"Fisio $1"},{"regex":"Philips[ _-]?([a-z0-9\\\\-@]+)","model":"$1"}]},"phoneOne":{"regex":"phoneOne[ \\\\-]?([a-z0-9]+)","device":"smartphone","model":"$1"},"Primepad":{"regex":"PD\\\\-(3127NC|3127) Build","device":"tablet","models":[{"regex":"PD\\\\-3127NC Build","model":"PD-3127NC"},{"regex":"PD\\\\-3127 Build","model":"PD-3127"}]},"Pioneer":{"regex":"Pioneer|.*; R1 Build","device":"smartphone","models":[{"regex":".*; R1 Build","model":"R1","device":"tablet"},{"regex":"Pioneer[ _-]?([^;/]+) Build","model":"$1"},{"regex":"Pioneer[ _-]?([^;/)]+)[;/)]","model":"$1"}]},"Pixus":{"regex":"Pixus|(Ride[_ ]4G|Play[ _]Three[ _]v(?:[24].0|3.1))[;)\\\\ ]","device":"tablet","models":[{"regex":"Ride[_ ]4G","model":"Ride 4G"},{"regex":"Play[ _]Three[ _]v([24].0|3.1)","model":"Play Three v$1"},{"regex":"Play Two","model":"Play Two"},{"regex":"Touch 7 3G","model":"Touch 7 3G"},{"regex":"Raze","model":"Raze","device":"smartphone"},{"regex":"Pixus_Jet","model":"Jet","device":"smartphone"},{"regex":"pixus hit 2","model":"Hit 2","device":"smartphone"}]},"PULID":{"regex":"PULID[ _]|F1[01357]\\\\+? Build","device":"smartphone","models":[{"regex":"F(1[01357]\\\\+?) Build","model":"F$1"},{"regex":"PULID[ _]([^;/]+) Build","model":"$1"},{"regex":"PULID[ _]([a-z0-9_]+)\\\\)","model":"$1"}]},"Point of View":{"regex":"POV_TV|POV_TAB|MOB-5045","device":"tablet","models":[{"regex":"POV_TV-HDMI-KB-01","model":"HDMI Smart TV Dongle","device":"tv"},{"regex":"POV_TV-HDMI-200BT","model":"Mini PC HDMI Dongle","device":"tv"},{"regex":"MOB-5045","model":"Mobii Phone 5045","device":"smartphone"},{"regex":"POV_TAB-P506","model":"ONYX 506 Navi"},{"regex":"POV_TAB[_-]NAVI7[_-]3G[_-]M","model":"ONYX 507 Navi"},{"regex":"POV_TAB-P527S","model":"ONYX 527S"},{"regex":"POV_TAB-P547","model":"ONYX 547 Navi"},{"regex":"POV_TAB-PROTAB26","model":"ProTab 26 XXL IPS"},{"regex":"POV_TAB-PROTAB25XXL8?","model":"ProTab 25XXL"},{"regex":"POV_TAB-PL1015","model":"Mobii 1015"},{"regex":"POV_TAB-PROTAB([a-z0-9]+)","model":"ProTab $1"},{"regex":"POV_TAB-P?([a-z0-9]+)","model":"Mobii $1"}]},"Pomp":{"regex":"POMP[ _-]","device":"smartphone","models":[{"regex":"POMP[ _-]([^;/]+) Build","model":"$1"},{"regex":"POMP[ _-]([^;/)]+)[;/)]","model":"$1"}]},"PPTV":{"regex":"(KING 7S?)","device":"smartphone","model":"$1"},"ProScan":{"regex":"PLT([^;/]+) Build","device":"tablet","model":"PLT$1"},"RCA Tablets":{"regex":"RCT([^;/]+) Build|RCA RLTP4028","device":"smartphone","models":[{"regex":"RCA RLTP4028","model":"RLTP4028"},{"regex":"RCT([^;/]+) Build","device":"tablet","model":"RCT$1"}]},"Readboy":{"regex":"Readboy[ _-]","device":"tablet","models":[{"regex":"Readboy[ _-]([^;/]+) Build","model":"$1"},{"regex":"Readboy[ _-]([^;/]+)[;/)]","model":"$1"}]},"Roku":{"regex":"Roku/DVP","device":"tv","model":"Digital Video Player"},"Rokit":{"regex":"IO Pro","device":"smartphone","models":[{"regex":"IO Pro","model":"IO Pro"}]},"Rombica":{"regex":"(Rombica|SSQ-A0500)[);/ ]","device":"tv","models":[{"regex":"SSQ-A0500[);/ ]","model":"Smart Stick 4K"},{"regex":"(Infinity K8|Smart Box (?:v005|Quad|Ultra HD v002|4K V001))[);/ ]","model":"$1"}]},"Rover":{"regex":"Rover ([0-9]+)","device":"feature phone","model":"$1"},"RoverPad":{"regex":"(RoverPad|RoverPhone)[);/ ]","device":"tablet","models":[{"regex":"RoverPhone[);/ ]","model":"","device":"smartphone"},{"regex":"RoverPad sky 7.85[);/ ]","model":"Sky 7.85"},{"regex":"RoverPad (10.4|Air S70|9.7 3G|Sky 9.7|3W A73|3W7|3WT70|3W9.4)[);/ ]","model":"$1"}]},"Roadrover":{"regex":"Roadrover ChangAn S","device":"tablet","model":"ChangAn S"},"RT Project":{"regex":"Shock 5","device":"smartphone","models":[{"regex":"Shock 5","model":"Shock 5"}]},"Safaricom":{"regex":"NEON_RAY","device":"smartphone","models":[{"regex":"NEON_RAY","model":"Neon Ray"}]},"Santin":{"regex":"(SANTIN|BiTBiZ_V58)[);/_ ]","device":"smartphone","models":[{"regex":"BiTBiZ_V58[);/ ]","model":"BiTBiZ V58"},{"regex":"GreenOrange[);/ ]","model":"Green Orange"},{"regex":"halove[);/ ]","model":"Halove"},{"regex":"monica[);/ ]","model":"Monica"},{"regex":"POWER[);/ ]","model":"Power"},{"regex":"GALAZ[);/ ]","model":"Galaz"},{"regex":"NEWDUN[);/ ]","model":"Newdun"},{"regex":"SANTIN[ _][#]?(Dante|Candy U7|Armor|YSL-Y7|ANT.W|N[13]|JS|S6|V9)[);/ ]","model":"$1"}]},"Siemens":{"regex":"SIEMENS|SIE-|portalmmm/2\\\\.0 SI|S55|SL45i","device":"smartphone","models":[{"regex":"SIEMENS[ \\\\-]([a-z0-9]+)","model":"$1"},{"regex":"SIE(?:MENS )?[\\\\-]?([a-z0-9]+)","model":"$1"},{"regex":"(?:SIE-)?(S55|SL45i)","model":"$1"},{"regex":"portalmmm/2.0 (SI[a-z0-9]+)","model":"$1"}]},"Samsung":{"regex":"SAMSUNG(?! ?Browser)|Maple |SC-(?:02[CH]|04E|01F)|N[57]100|N5110|N9100|S(?:CH|GH|PH|EC|AM|HV|HW|M)-|SMART-TV|GT-|Galaxy|(?:portalmmm|o2imode)/2\\\\.0 [SZ]|sam[rua]|vollo Vi86[);/ ]|(?:OTV-)?SMT-E5015|ISW11SC|SCV3[1-9]|404SC","device":"smartphone","models":[{"regex":"GT-B9150","device":"tv","model":"Home Sync"},{"regex":"(?:OTV-)?SMT-E5015","device":"tv","model":"SMT-E5015"},{"regex":"Maple ","device":"tv","model":""},{"regex":"(?:SAMSUNG-)?(?:GT-)?N5100","device":"tablet","model":"GALAXY Note 8.0\\""},{"regex":"(?:SAMSUNG-)?(?:GT-)?N5110","device":"tablet","model":"GALAXY Note 8.0\\" WiFi"},{"regex":"(?:SAMSUNG-)?GT-N5120","device":"tablet","model":"GALAXY Note 8.0\\" LTE"},{"regex":"(?:SAMSUNG-)?GT-N8000","device":"tablet","model":"GALAXY Note 10.1\\""},{"regex":"(?:SAMSUNG-)?GT-N8010","device":"tablet","model":"GALAXY Note 10.1\\" WiFi"},{"regex":"(?:SAMSUNG-)?GT-N8020","device":"tablet","model":"GALAXY Note 10.1\\" LTE"},{"regex":"(?:SAMSUNG-)?GT-P1000M?|SCH-I800","device":"tablet","model":"GALAXY Tab"},{"regex":"(?:SAMSUNG-)?GT-P3100B?","device":"tablet","model":"GALAXY Tab 2 7\\""},{"regex":"(?:SAMSUNG-)?GT-P311[03]","device":"tablet","model":"GALAXY Tab 2 7\\" WiFi"},{"regex":"(?:SAMSUNG-)?GT-P5100|SCH-I915","device":"tablet","model":"GALAXY Tab 2 10.1\\""},{"regex":"(?:SAMSUNG-)?GT-P511[03]","device":"tablet","model":"GALAXY Tab 2 10.1\\" WiFi"},{"regex":"(?:SAMSUNG-)?GT-P5200","device":"tablet","model":"GALAXY Tab 3 10.1\\""},{"regex":"(?:SAMSUNG-)?GT-P5210","device":"tablet","model":"GALAXY Tab 3 10.1\\" WiFi"},{"regex":"(?:SAMSUNG-)?GT-P5220","device":"tablet","model":"GALAXY Tab 3 10.1\\" LTE"},{"regex":"(?:SAMSUNG-)?GT-P6200","device":"tablet","model":"GALAXY Tab 7\\" Plus"},{"regex":"(?:SAMSUNG-)?GT-P6201","device":"tablet","model":"GALAXY Tab 7\\" Plus N"},{"regex":"(?:SAMSUNG-)?GT-P6810","device":"tablet","model":"GALAXY Tab 7.7\\""},{"regex":"(?:SAMSUNG-)?GT-P7100","device":"tablet","model":"GALAXY Tab 10.1v"},{"regex":"(?:SAMSUNG-)?GT-P75[01]0","device":"tablet","model":"GALAXY Tab 10.1\\""},{"regex":"(?:SAMSUNG-)?SM-P600","device":"tablet","model":"GALAXY Note 10.1\\" 2014 Edition WiFi"},{"regex":"(?:SAMSUNG-)?SM-P60[12]","device":"tablet","model":"GALAXY Note 10.1\\" 2014 Edition"},{"regex":"(?:SAMSUNG-)?SM-(?:P605|P607T)","device":"tablet","model":"GALAXY Note 10.1\\" 2014 Edition LTE"},{"regex":"(?:SAMSUNG-)?SM-P900","device":"tablet","model":"GALAXY NotePRO 12.2\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-P901","device":"tablet","model":"GALAXY NotePRO 12.2\\""},{"regex":"(?:SAMSUNG-)?SM-P905","device":"tablet","model":"GALAXY NotePRO 12.2\\" LTE"},{"regex":"(?:SAMSUNG-)?SM-P205","device":"tablet","model":"Galaxy Tab A with S Pen (2019)"},{"regex":"(?:SAMSUNG-)?SM-T110","device":"tablet","model":"GALAXY Tab 3 7.0\\" Lite WiFi"},{"regex":"(?:SAMSUNG-)?SM-T830X","device":"tablet","model":"GALAXY Tab S4"},{"regex":"(?:SAMSUNG-)?SM-T111","device":"tablet","model":"GALAXY Tab 3 7.0\\" Lite"},{"regex":"(?:SAMSUNG-)?SM-T116(?:BU|NU|NY)?","device":"tablet","model":"GALAXY Tab 3 V"},{"regex":"(?:SAMSUNG-)?SM-T2105","device":"tablet","model":"GALAXY Tab 3 7.0\\" Kids"},{"regex":"(?:SAMSUNG-)?SM-T210R?","device":"tablet","model":"GALAXY Tab 3 7.0\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T21(?:1|7[AS])","device":"tablet","model":"GALAXY Tab 3 7.0\\""},{"regex":"(?:SAMSUNG-)?SM-T230(?:NU)?","device":"tablet","model":"GALAXY Tab 4 7.0\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T231","device":"tablet","model":"GALAXY Tab 4 7.0\\" 3G"},{"regex":"(?:SAMSUNG-)?SM-T310","device":"tablet","model":"GALAXY Tab 3 8.0\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T311","device":"tablet","model":"GALAXY Tab 3 8.0\\""},{"regex":"(?:SAMSUNG-)?SM-T315","device":"tablet","model":"GALAXY Tab 3 8.0\\" LTE"},{"regex":"(?:SAMSUNG-)?SM-T330","device":"tablet","model":"GALAXY Tab 4 8.0\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T335","device":"tablet","model":"GALAXY Tab 4 8.0\\" LTE"},{"regex":"(?:SAMSUNG-)?SM-T520","device":"tablet","model":"GALAXY TabPRO 10.1\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T535","device":"tablet","model":"GALAXY Tab 4 10.1\\" LTE"},{"regex":"(?:SAMSUNG-)?SM-T320","device":"tablet","model":"GALAXY TabPRO 8.4\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T325","device":"tablet","model":"GALAXY TabPRO 8.4\\" LTE"},{"regex":"(?:SAMSUNG-)?SM-T525","device":"tablet","model":"GALAXY TabPRO 10.1\\" LTE"},{"regex":"(?:SAMSUNG-)?SM-T530(?:NU)?","device":"tablet","model":"GALAXY Tab 4 10.1\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T700","device":"tablet","model":"GALAXY Tab S 8.4\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T705","device":"tablet","model":"GALAXY Tab S 8.4\\" LTE"},{"regex":"(?:SAMSUNG-)?SM-T800","device":"tablet","model":"GALAXY Tab S 10.5\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T805","device":"tablet","model":"GALAXY Tab S 10.5\\" LTE"},{"regex":"(?:SAMSUNG-)?SM-T813","device":"tablet","model":"GALAXY Tab S2 9.7\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T815","device":"tablet","model":"GALAXY Tab S2 9.7\\" LTE"},{"regex":"(?:SAMSUNG-)?SM-T820","device":"tablet","model":"GALAXY Tab S3 9.7\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T825","device":"tablet","model":"GALAXY Tab S3 9.7\\" LTE"},{"regex":"(?:SAMSUNG-)?SM-T900","device":"tablet","model":"GALAXY TabPRO 12.2\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T280","device":"tablet","model":"GALAXY Tab A 7.0\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T285","device":"tablet","model":"GALAXY Tab A 7.0\\" LTE"},{"regex":"(?:SAMSUNG-)?SM-T3[58]0","device":"tablet","model":"GALAXY Tab A 8.0\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-(?:P350|T3[58]5)","device":"tablet","model":"GALAXY Tab A 8.0\\" LTE"},{"regex":"(?:SAMSUNG-)?SM-T295","device":"tablet","model":"GALAXY Tab A 8.0\\" LTE (2019)"},{"regex":"(?:SAMSUNG-)?SM-(?:P355([MY])?|T550)","device":"tablet","model":"GALAXY Tab A 9.7\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-(?:P550|P555(M)?|T555)","device":"tablet","model":"GALAXY Tab A 9.7\\" LTE"},{"regex":"(?:SAMSUNG-)?SM-(?:T58[05]|P58[05])","device":"tablet","model":"GALAXY Tab A 10.1\\" WiFi (2016)"},{"regex":"(?:SAMSUNG-)?SM-T597","device":"tablet","model":"GALAXY Tab A 10.5\\" LTE (2018)"},{"regex":"(?:SAMSUNG-)?SM-T37[57]","device":"tablet","model":"GALAXY Tab E 8.0\\""},{"regex":"(?:SAMSUNG-)?SM-T560","device":"tablet","model":"GALAXY Tab E 9.6\\" WiFi"},{"regex":"(?:SAMSUNG-)?SM-T561","device":"tablet","model":"GALAXY Tab E 9.6\\" 3G"},{"regex":"(?:SAMSUNG-)?SM-T365","device":"tablet","model":"GALAXY Tab Active"},{"regex":"(?:SAMSUNG-)?SM-T39[57]","device":"tablet","model":"GALAXY Tab Active 2"},{"regex":"(?:SAMSUNG-)?SM-M305","device":"tablet","model":"GALAXY M30"},{"regex":"(?:SAMSUNG-)?SM-M405","device":"tablet","model":"GALAXY M40"},{"regex":"(?:SAMSUNG )?SM-R820","device":"wearable","model":"GALAXY Watch Active 2"},{"regex":"(?:SAMSUNG-)?SM-G850[AMSWY]","model":"GALAXY Alpha"},{"regex":"(?:SAMSUNG-)?GT-B5330","model":"GALAXY Chat"},{"regex":"(?:SAMSUNG-)?SM-A605K","model":"GALAXY Jean"},{"regex":"(?:SAMSUNG-)?GT-B5510","model":"GALAXY Y Pro"},{"regex":"(?:SAMSUNG-)?GT-B5512","model":"GALAXY Y Pro Duos"},{"regex":"(?:SAMSUNG-)?GT-B7510","model":"GALAXY Pro"},{"regex":"(?:SAMSUNG-)?GT-I5700","model":"GALAXY Spica"},{"regex":"(?:SAMSUNG-)?GT-I5801","model":"GALAXY Apollo"},{"regex":"(?:SAMSUNG-)?GT-I5800","model":"GALAXY 3"},{"regex":"(?:SAMSUNG-)?GT-I8000","model":"Omnia II"},{"regex":"(?:SAMSUNG-)?GT-I8150","model":"GALAXY W"},{"regex":"(?:SAMSUNG-)?GT-S5830","model":"GALAXY Ace"},{"regex":"(?:SAMSUNG-)?GT-I8160","model":"GALAXY Ace 2"},{"regex":"(?:SAMSUNG-)?SM-G313(?:HY|M[LUY]|[FM])","model":"GALAXY Ace 4"},{"regex":"(?:SAMSUNG-)?SM-G313[HU]","model":"GALAXY Ace 4 Lite"},{"regex":"(?:SAMSUNG-)?GT-I8190","model":"GALAXY S III mini"},{"regex":"(?:SAMSUNG-)?GT-I8200","model":"GALAXY S III mini Value Edition"},{"regex":"(?:SAMSUNG-)?GT-I826[02]","model":"GALAXY Core"},{"regex":"(?:SAMSUNG-)?GT-I8320","model":"H1"},{"regex":"(?:SAMSUNG-)?GT-I85[23]0","model":"GALAXY Beam"},{"regex":"(?:SAMSUNG-)?SM-G600S","model":"GALAXY Wide"},{"regex":"(?:SAMSUNG-)?GT-I855[028]","model":"GALAXY Win"},{"regex":"(?:SAMSUNG-)?GT-I8580","model":"GALAXY Core Advance"},{"regex":"(?:SAMSUNG-)?GT-I8730","model":"GALAXY Express"},{"regex":"(?:SAMSUNG-)?SM-E500(?:F|H|HQ|M)","model":"GALAXY E5"},{"regex":"(?:SAMSUNG-)?SM-E700(?:0|9|F|H|M)","model":"GALAXY E7"},{"regex":"(?:SAMSUNG-)?GT-I90(?:00|08|18|88)","model":"GALAXY S"},{"regex":"(?:SAMSUNG-)?GT-I9001","model":"GALAXY S Plus"},{"regex":"(?:SAMSUNG-)?GT-I9003","model":"GALAXY SL"},{"regex":"(?:SAMSUNG-)?GT-I9010","model":"GALAXY S Giorgio Armani"},{"regex":"(?:SAMSUNG-)?GT-I9070","model":"GALAXY S Advance"},{"regex":"(?:SAMSUNG-)?GT-I910[08]","model":"GALAXY S II"},{"regex":"(?:SAMSUNG-)?ISW11SC","model":"GALAXY S II WiMAX"},{"regex":"(?:SAMSUNG-)?GT-I9103","model":"GALAXY R"},{"regex":"(?:SAMSUNG-)?GT-I9105","model":"GALAXY S II Plus"},{"regex":"(?:SAMSUNG-)?SM-G730(?:W8|[AV])","model":"GALAXY S3 mini"},{"regex":"(?:SAMSUNG-)?(?:GT-I919[05]|SCH-I435)","model":"GALAXY S4 mini"},{"regex":"(?:SAMSUNG-)?GT-I9515","model":"GALAXY S4 Value Edition"},{"regex":"(?:SAMSUNG-)?GT-I9295","model":"GALAXY S4 ACTIVE"},{"regex":"(?:SAMSUNG-)?(?:GT-I9300|SCH-I535|SCH-L710)","model":"GALAXY S III"},{"regex":"(?:SAMSUNG-)?(?:GT-I9305|SCH-R530)","model":"GALAXY S III LTE"},{"regex":"(?:SAMSUNG-)?(?:GT-I9500|GT-I9502|GT-I9505|SCH-I545|SCH-I959|SCH-R970|GALAXY-S4|SGH-M919N?)","model":"GALAXY S4"},{"regex":"(?:SAMSUNG-)?GT-I9506","model":"GALAXY S4 with LTE+"},{"regex":"(?:SAMSUNG-)?GT-S5280","model":"GALAXY STAR"},{"regex":"(?:SAMSUNG-)?GT-S5301","model":"GALAXY POCKET Plus"},{"regex":"(?:SAMSUNG-)?GT-S5310","model":"GALAXY POCKET Neo"},{"regex":"(?:SAMSUNG-)?SM-G110[BHM]","model":"GALAXY POCKET 2"},{"regex":"(?:SAMSUNG-)?GT-S5360","model":"GALAXY Y Hello Kitty"},{"regex":"(?:SAMSUNG-)?GT-S6310","model":"GALAXY Young"},{"regex":"(?:SAMSUNG-)?GT-S6312","model":"GALAXY Young DUOS"},{"regex":"(?:SAMSUNG-)?SM-G130(?:BT|HN|[EHMU])","model":"GALAXY Young 2"},{"regex":"(?:SAMSUNG-)?SM-G130BU","model":"GALAXY Young 2 Pro"},{"regex":"(?:SAMSUNG-)?GT-S6790","model":"GALAXY FAME Lite with NFC"},{"regex":"(?:SAMSUNG-)?GT-S6810","model":"GALAXY FAME"},{"regex":"(?:SAMSUNG-)?GT-S7275","model":"GALAXY ACE 3"},{"regex":"(?:SAMSUNG-)?GT-S7390","model":"GALAXY Trend Lite"},{"regex":"(?:SAMSUNG-)?GT-S7500","model":"GALAXY ACE Plus"},{"regex":"(?:SAMSUNG-)?(?:GT-S7560|SCH-I699)","model":"GALAXY Trend"},{"regex":"(?:SAMSUNG-)?(?:GT-S7562|SCH-I919)","model":"GALAXY S DUOS"},{"regex":"(?:SAMSUNG-)?GT-S7582","model":"GALAXY S DUOS 2"},{"regex":"(?:SAMSUNG-)?SM-(?:G31[36]HU|G313HZ)","model":"GALAXY S DUOS 3"},{"regex":"(?:SAMSUNG-)?GT-S7580","model":"GALAXY Trend Plus"},{"regex":"(?:SAMSUNG-)?GT-S7710","model":"GALAXY Xcover 2"},{"regex":"(?:SAMSUNG-)?GT-S8500","model":"Wave"},{"regex":"(?:SAMSUNG-)?GT-S8530","model":"Wave II"},{"regex":"(?:SAMSUNG-)?GT-S8600","model":"Wave 3"},{"regex":"(?:SAMSUNG-)?GT-S5380","model":"Wave Y"},{"regex":"(?:SAMSUNG-)?GT-S7250","model":"Wave M"},{"regex":"(?:SAMSUNG-)?GT-S5250","model":"Wave 525"},{"regex":"(?:SAMSUNG-)?GT-S5330","model":"Wave 533"},{"regex":"(?:SAMSUNG-)?GT-S5780","model":"Wave 578"},{"regex":"(?:SAMSUNG-)?GT-S7230","model":"Wave 723"},{"regex":"(?:SAMSUNG-)?SM-(?:C101|C105([AL])?)","model":"GALAXY S4 zoom"},{"regex":"(?:SAMSUNG-)?SM-(?:C111(M)?|C115)","model":"GALAXY K zoom"},{"regex":"(?:SAMSUNG-)?SM-G318HZ","model":"GALAXY V Plus"},{"regex":"(?:SAMSUNG-)?SM-G350","model":"GALAXY CORE Plus"},{"regex":"(?:SAMSUNG-)?SM-G360[FH]?","model":"GALAXY CORE Prime"},{"regex":"(?:SAMSUNG-)?SM-G361[FH]?","model":"GALAXY CORE Prime Value Edition"},{"regex":"(?:SAMSUNG-)?SM-G386F","model":"GALAXY CORE LTE"},{"regex":"(?:SAMSUNG-)?SM-G3815","model":"GALAXY EXPRESS II"},{"regex":"(?:SAMSUNG-)?SM-G388F","model":"GALAXY Xcover 3"},{"regex":"(?:SAMSUNG-)?SM-G390F","model":"GALAXY Xcover 4"},{"regex":"(?:SAMSUNG-)?SM-G800","model":"GALAXY S5 mini"},{"regex":"(?:SAMSUNG-)?SM-G9009D","model":"GALAXY S5 Dual-SIM"},{"regex":"(?:SAMSUNG-)?SM-(?:G900|G906[KLS])|GALAXY-S5","model":"GALAXY S5"},{"regex":"(?:SAMSUNG-)?SM-G901F","model":"GALAXY S5 LTE+"},{"regex":"(?:SAMSUNG-)?SM-G870[AFW]","model":"GALAXY S5 Active"},{"regex":"(?:SAMSUNG-)?SM-G903[FMW]","model":"GALAXY S5 Neo"},{"regex":"(?:SAMSUNG-)?SM-G860P","model":"GALAXY S5 K Sport"},{"regex":"(?:SAMSUNG-)?SM-G920(?:F[DQ]|W8|[089AFIKLPRSTVX])","model":"GALAXY S6"},{"regex":"(?:SAMSUNG-)?SM-G890A","model":"GALAXY S5 Active"},{"regex":"404SC","model":"GALAXY S6 edge (Softbank)"},{"regex":"(?:SAMSUNG-)?SM-G925[0ADFIKLPRSTVW]|SCV31","model":"GALAXY S6 edge"},{"regex":"(?:SAMSUNG-)?SM-G928(?:7C|R4|W8|[07ACFGIKLPSTV])","model":"GALAXY S6 edge+"},{"regex":"(?:SAMSUNG-)?SM-G930(?:FD|W8|[0AFKLPRSTUV])","model":"GALAXY S7"},{"regex":"(?:SAMSUNG-)?SM-G935(?:R4|W8|[0AFKLPSTUVX])|SC-02H|SCV33","model":"GALAXY S7 edge"},{"regex":"(?:SAMSUNG-)?SM-G891A","model":"GALAXY S7 active"},{"regex":"(?:SAMSUNG-)?SM-G950[08FNUW]?|SCV36","model":"GALAXY S8"},{"regex":"(?:SAMSUNG-)?SM-G892[AU]","model":"GALAXY S8 Active"},{"regex":"(?:SAMSUNG-)?SM-G955[AFKLNPRTUVW0]|SCV35","model":"GALAXY S8+"},{"regex":"(?:SAMSUNG-)?SM-G960[FNUWX0]|SCV38","model":"GALAXY S9"},{"regex":"(?:SAMSUNG-)?SM-G965[FNUWX0]|SCV39","model":"GALAXY S9+"},{"regex":"(?:SAMSUNG-)?SM-G973","model":"GALAXY S10"},{"regex":"(?:SAMSUNG-)?SM-G975[0FUW]","model":"GALAXY S10+"},{"regex":"(?:SAMSUNG-)?SM-G970[FU]","model":"GALAXY S10e"},{"regex":"(?:SAMSUNG-)?SM-G980F","model":"GALAXY S20"},{"regex":"(?:SAMSUNG-)?SM-G981(?:[0BNUW]|U1)","model":"GALAXY S20 5G"},{"regex":"(?:SAMSUNG-)?SM-G988(?:[0BNUW]|U1)","model":"GALAXY S20 Ultra 5G"},{"regex":"(?:SAMSUNG-)?SM-G985F","model":"GALAXY S20+"},{"regex":"(?:SAMSUNG-)?SM-G986(?:[0BNUW]|U1)","model":"GALAXY S20+ 5G"},{"regex":"(?:SAMSUNG-)?SM-F700(?:[0FNUW]|U1)|SCV47","model":"GALAXY Z Flip"},{"regex":"(?:SAMSUNG-)?SCH-I200","model":"GALAXY Stellar"},{"regex":"(?:SAMSUNG-)?SCH-I829","model":"GALAXY Style Duos"},{"regex":"(?:SAMSUNG-)?(?:SGH-S730|SCH-R740)","model":"GALAXY Discover"},{"regex":"(?:SAMSUNG-)?SCH-S738","model":"GALAXY Centura"},{"regex":"vollo Vi86[);/ ]","model":"Vollo Vi86"},{"regex":"(?:SAMSUNG-)?SM-A300(?:FU|YZ|[0FGHMY])","model":"GALAXY A3 (2015)"},{"regex":"(?:SAMSUNG-)?SM-A310(?:N0|[FMY])","model":"GALAXY A3 (2016)"},{"regex":"(?:SAMSUNG-)?SM-A320(?:FL|F|Y)","model":"GALAXY A3 (2017)"},{"regex":"(?:SAMSUNG-)?SM-A500[LSWY]","model":"GALAXY A5"},{"regex":"(?:SAMSUNG-)?SM-A500[FGHKM0]","model":"GALAXY A5 Duos"},{"regex":"(?:SAMSUNG-)?SM-A500FU","model":"GALAXY A5 (2015)"},{"regex":"(?:SAMSUNG-)?SM-A510[0FKLMSY]","model":"GALAXY A5 (2016)"},{"regex":"(?:SAMSUNG-)?SM-A520[FKLSW]","model":"GALAXY A5 (2017)"},{"regex":"(?:SAMSUNG-)?SM-A600(?:AZ|FN|GN|T1|[AFGNPT])","model":"GALAXY A6"},{"regex":"(?:SAMSUNG-)?SM-A605(?:[FG]N|[FG])","model":"GALAXY A6+"},{"regex":"(?:SAMSUNG-)?SM-A700(?:YD|[0FHKLS])","model":"GALAXY A7"},{"regex":"(?:SAMSUNG-)?SM-A710[08FKLMSY]","model":"GALAXY A7 (2016)"},{"regex":"(?:SAMSUNG-)?SM-A720[FS]","model":"GALAXY A7 (2017)"},{"regex":"(?:SAMSUNG-)?SM-A750(?:GN|[FG])","model":"GALAXY A7 (2018)"},{"regex":"(?:SAMSUNG-)?SM-A(?:530F|800[0FISY])|SCV32","model":"GALAXY A8"},{"regex":"(?:SAMSUNG-)?SM-G885[FSY]","model":"GALAXY A8 Star"},{"regex":"(?:SAMSUNG-)?SM-A810(?:YZ|[FS])","model":"GALAXY A8 (2016)"},{"regex":"(?:SAMSUNG-)?SM-A530[NW]","model":"GALAXY A8 (2018)"},{"regex":"(?:SAMSUNG-)?SM-A730F","model":"GALAXY A8+ (2018)"},{"regex":"(?:SAMSUNG-)?SM-A9000","model":"GALAXY A9"},{"regex":"SM-A9\\\\[7\\\\]","model":"GALAXY A9 7"},{"regex":"(?:SAMSUNG-)?SM-A920F","model":"GALAXY A9 (2018)"},{"regex":"(?:SAMSUNG-)?SM-A910[0F]","model":"GALAXY A9 Pro"},{"regex":"(?:SAMSUNG-)?SM-A105[FGM]","model":"GALAXY A10"},{"regex":"(?:SAMSUNG-)?SM-A107[FM]","model":"GALAXY A10s"},{"regex":"(?:SAMSUNG-)?SM-A205[FG]","model":"GALAXY A20"},{"regex":"(?:SAMSUNG-)?SM-A202[FG]","model":"GALAXY A20e"},{"regex":"(?:SAMSUNG-)?SM-A305(?:FN|GT|[FG])","model":"GALAXY A30"},{"regex":"(?:SAMSUNG-)?SM-A405FN","model":"GALAXY A40"},{"regex":"(?:SAMSUNG-)?SM-A3051","model":"GALAXY A40s"},{"regex":"(?:SAMSUNG-)?SM-A505(?:FN|[FG])","model":"GALAXY A50"},{"regex":"(?:SAMSUNG-)?SM-A705(?:FN|[FG])","model":"GALAXY A70"},{"regex":"(?:SAMSUNG-)?GT-I9301I","model":"GALAXY S III Neo"},{"regex":"(?:SAMSUNG-)?SM-J100(?:FN|MU|[FHM])","model":"GALAXY J1"},{"regex":"(?:SAMSUNG-)?SM-J105(?:B|H)","model":"GALAXY J1 mini"},{"regex":"(?:SAMSUNG-)?SM-J106M","model":"GALAXY J1 mini Prime"},{"regex":"(?:SAMSUNG-)?SM-J120[AFHMT]","model":"GALAXY J1 (2016)"},{"regex":"(?:SAMSUNG-)?SM-J110[FHML]","model":"GALAXY J1 Ace"},{"regex":"(?:SAMSUNG-)?SM-J111[FM]","model":"GALAXY J1 Ace"},{"regex":"(?:SAMSUNG-)?SM-J200[FGHY]","model":"GALAXY J2"},{"regex":"(?:SAMSUNG-)?SM-J260AZ","model":"GALAXY J2 Pure"},{"regex":"(?:SAMSUNG-)?SM-J260([AFGM]|T1)","model":"GALAXY J2 Core"},{"regex":"(?:SAMSUNG-)?SM-J(?:210F|250[FM])","model":"GALAXY J2 Pro"},{"regex":"(?:SAMSUNG-)?SM-J320(?:FN|[AFGHMNPV])","model":"GALAXY J3 (2016)"},{"regex":"(?:SAMSUNG-)?SM-J330(?:F|G)","model":"GALAXY J3 (2017)"},{"regex":"(?:SAMSUNG-)?SM-J337W","model":"GALAXY J3 (2018)"},{"regex":"(?:SAMSUNG-)?SM-J400[FGM]","model":"GALAXY J4"},{"regex":"(?:SAMSUNG-)?SM-J500(?:F|FN|G|Y|M|H)","model":"GALAXY J5 (2015)"},{"regex":"(?:SAMSUNG-)?SM-J510(?:F|FN|MN)","model":"GALAXY J5 (2016)"},{"regex":"(?:SAMSUNG-)?SM-J530","model":"GALAXY J5 (2017)"},{"regex":"(?:SAMSUNG-)?SM-G570[FMY]","model":"GALAXY J5 Prime"},{"regex":"(?:SAMSUNG-)?SM-J600[FG]","model":"GALAXY J6"},{"regex":"(?:SAMSUNG-)?SM-J610[GF]","model":"GALAXY J6+"},{"regex":"(?:SAMSUNG-)?SM-J410F","model":"GALAXY J4 Core"},{"regex":"(?:SAMSUNG-)?SM-J415(?:F|FN)","model":"GALAXY J4+"},{"regex":"(?:SAMSUNG-)?SM-J7[01]0(?:8|F|FN|H|K|M|MN)","model":"GALAXY J7"},{"regex":"(?:SAMSUNG-)?SM-J700P","model":"GALAXY J7 (2015)"},{"regex":"(?:SAMSUNG-)?SM-J737U","model":"GALAXY J7 (2018)"},{"regex":"(?:SAMSUNG-)?SM-J700(?:T1|T)","model":"GALAXY J7 (2016)"},{"regex":"(?:SAMSUNG-)?SM-C710F","model":"GALAXY J7+ (C7)"},{"regex":"(?:SAMSUNG-)?SM-G610[FMY]","model":"GALAXY J7 Prime"},{"regex":"(?:SAMSUNG-)?SM-G611(?:FF|MT|M)","model":"GALAXY J7 Prime 2"},{"regex":"(?:SAMSUNG-)?SM-G615[F]","model":"GALAXY J7 Max"},{"regex":"(?:SAMSUNG-)?SM-J730(?:F|G|GM)","model":"GALAXY J7 Pro"},{"regex":"(?:SAMSUNG-)?SM-J701(?:F|M)","model":"GALAXY J7 Core"},{"regex":"(?:SAMSUNG-)?SM-J727(?:P|T|V)","model":"GALAXY J7 V"},{"regex":"SM-J7\\\\[7\\\\]","model":"GALAXY J7 7"},{"regex":"(?:SAMSUNG-)?SM-J810","model":"GALAXY J8"},{"regex":"SM-J8 Pro","model":"GALAXY J8 Pro"},{"regex":"SM-J9\\\\[7\\\\] Prime","model":"GALAXY J9 7 Prime"},{"regex":"SM-J9\\\\[8\\\\] Pro","model":"GALAXY J9 8 Pro"},{"regex":"(?:SAMSUNG-)?SM-M105F","model":"GALAXY M10"},{"regex":"(?:SAMSUNG-)?SM-M205[FG]","model":"GALAXY M20"},{"regex":"(?:SAMSUNG-)?SM-M307(F|FN)","model":"GALAXY M30s"},{"regex":"(?:SAMSUNG-)?SM-G850F","model":"GALAXY Alpha"},{"regex":"(?:SAMSUNG-)?SM-G910S","model":"GALAXY Round"},{"regex":"(?:SAMSUNG-)?SM-(?:G550FY|G5510|G5520)","model":"GALAXY On5"},{"regex":"(?:SAMSUNG-)?SM-G600(?:FY|[0F])","model":"GALAXY On7"},{"regex":"(?:SAMSUNG-)?SM-G610[0KLS]","model":"GALAXY On7 (2016)"},{"regex":"(?:SAMSUNG-)?SM-G611[FS]","model":"GALAXY On7 Prime"},{"regex":"(?:SAMSUNG-)?SM-C5000","model":"GALAXY C5"},{"regex":"(?:SAMSUNG-)?SM-C501[08]","model":"GALAXY C5 Pro"},{"regex":"(?:SAMSUNG-)?SM-C7000","model":"GALAXY C7"},{"regex":"(?:SAMSUNG-)?SM-C701[08F]","model":"GALAXY C7 Pro"},{"regex":"(?:SAMSUNG-)?SM-C710[08]","model":"GALAXY C8"},{"regex":"(?:SAMSUNG-)?SM-C900[08FY]","model":"GALAXY C9 Pro"},{"regex":"(?:SAMSUNG-)?SM-Z130H","model":"GALAXY Z1"},{"regex":"(?:SAMSUNG-)?SM-Z200[FMY]","model":"GALAXY Z2"},{"regex":"(?:SAMSUNG-)?SM-Z300H","model":"GALAXY Z3"},{"regex":"(?:SAMSUNG-)?SM-Z400[FY]","model":"GALAXY Z4"},{"regex":"(?:SAMSUNG-)?SM-G150","model":"GALAXY Folder"},{"regex":"(?:SAMSUNG-)?SM-G165","model":"GALAXY Folder 2"},{"regex":"(?:SAMSUNG-)?GT-I9060","model":"GALAXY Grand Neo","device":"phablet"},{"regex":"(?:SAMSUNG-)?GT-I9063","model":"GALAXY Grand Neo Duos","device":"phablet"},{"regex":"(?:SAMSUNG-)?GT-I9(?:080|128)","model":"GALAXY Grand","device":"phablet"},{"regex":"(?:SAMSUNG-)?GT-I9168","model":"GALAXY Grand Neo+","device":"phablet"},{"regex":"(?:SAMSUNG-)?GT-I9082","model":"GALAXY Grand Duos","device":"phablet"},{"regex":"(?:SAMSUNG-)?GT-N7000","model":"GALAXY Note","device":"phablet"},{"regex":"(?:SAMSUNG-)?(?:(?:GT-)?N7100|SCH-I605|SCH-N719|SCH-R950|SPH-L900)","model":"GALAXY Note II","device":"phablet"},{"regex":"(?:SAMSUNG-)?GT-N7105","model":"GALAXY Note II LTE","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-G710[25L]?","model":"GALAXY Grand 2","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-G720(?:AX|N0|2)","model":"GALAXY Grand Max"},{"regex":"(?:SAMSUNG-)?SM-G53(?:0F|0FZ|0Y|0H|0FZ|1F|1H)","model":"GALAXY Grand Prime","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-G532F","model":"GALAXY Grand Prime Plus","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-G532MT","model":"GALAXY J2 Prime (TV)","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-G532[MG]","model":"GALAXY J2 Prime","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-N7502","model":"GALAXY Note 3 Neo Duos","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-N750[L50]?","model":"GALAXY Note 3 Neo","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-N9002","model":"GALAXY Note 3 Duos","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-N900(?:[05689][VQ]?|[AKLPSTV]|W8)?","model":"GALAXY Note 3","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-N910|N9100","model":"GALAXY Note 4","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-N915","model":"GALAXY Note 4 Edge","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-N920[0ACGIKLST]","model":"GALAXY Note 5","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-N9208","model":"GALAXY Note 5 Duos","device":"phablet"},{"regex":"(?:SAMSUNG-)?SM-G750(?:8Q|[9AFH])","model":"GALAXY Mega 2","device":"phablet"},{"regex":"(?:SAMSUNG-)?GT-I915[028]","model":"GALAXY Mega 5.8","device":"phablet"},{"regex":"(?:SAMSUNG-)?GT-I920[05]","model":"GALAXY Mega 6.3","device":"phablet"},{"regex":"(?:SAMSUNG-)?(?:SM-N930F|SCV34)","model":"GALAXY Note 7","device":"phablet"},{"regex":"(?:SAMSUNG[- ])?SM-N950|SCV37","model":"GALAXY Note 8","device":"phablet"},{"regex":"(?:SAMSUNG[- ])?SM-N960","model":"GALAXY Note 9","device":"phablet"},{"regex":"(?:SAMSUNG[- ])?SM-N970(?:0|8|9|D|F|J|K|L|S|U1|U|W8|X)","model":"GALAXY Note 10","device":"phablet"},{"regex":"(?:SAMSUNG[- ])?(?:SM-N975(?:0|F|U|U1|W|X|Xu)|SM-N976[BV])","model":"GALAXY Note 10+","device":"phablet"},{"regex":"(?:SAMSUNG-)?GT-E2152","model":"E2152","device":"feature phone"},{"regex":"(?:SAMSUNG-)?(GT-(P|N8|N5)[0-9]+[a-z]?)","device":"tablet","model":"$1"},{"regex":"SC-02C","model":"GALAXY S II"},{"regex":"SC-01F","model":"GALAXY Note 3","device":"phablet"},{"regex":"SC-04E","model":"GALAXY S4"},{"regex":"(?:SAMSUNG-)?((?:SM-[TNP]|GT-P)[a-z0-9_\\\\-]+)","device":"tablet","model":"$1"},{"regex":"((?:SCH|SGH|SPH|SHV|SHW|GT|SM)-[a-z0-9_\\\\-]+)","model":"$1"},{"regex":"SMART-TV","device":"tv","model":"Smart TV"},{"regex":"Galaxy ([^/;]+) Build","model":"GALAXY $1"},{"regex":"Galaxy ([a-z0-9]+)","model":"GALAXY $1"},{"regex":"SAMSUNG[\\\\-][ ]?([a-z0-9]+[\\\\-_][a-z0-9]+)","model":"$1"},{"regex":"SAMSUNG;[ ]?([a-z0-9]+[\\\\-_][a-z0-9]+)","model":"$1"},{"regex":"SAMSUNG[ _/\\\\-]?([a-z0-9\\\\-]+)","model":"$1"},{"regex":"SAMSUNG;[ ]?([a-z0-9 ]+)","model":"$1"},{"regex":"SEC-([a-z0-9]+)","model":"$1"},{"regex":"SAM-([a-z0-9]+)","model":"SCH-$1"},{"regex":"(?:portalmmm|o2imode)/2\\\\.0 ([SZ][a-z0-9]+)","model":"$1"},{"regex":"sam([rua][0-9]+)","model":"SCH-$1"}]},"Sanei":{"regex":"(?:8312D|G(60[25]|70[3568]G?|785|803)|N83(?:-2cpu)?|N91) Build","device":"smartphone","models":[{"regex":"N83","model":"N83"},{"regex":"N91","model":"N91"},{"regex":"8312D","model":"G101"},{"regex":"G(60[25]|70[3568]G?|785|803)","model":"G$1"}]},"Selfix":{"regex":"SELFIX","device":"smartphone","models":[{"regex":"SELFIX_SLASH6","model":"Slash 6"},{"regex":"VOYAGER-V45","model":"Voyager V45"}]},"Sencor":{"regex":"Sencor|ELEMENT[ _]?(?:7|8|9\\\\.7|10[ _]1)(?:[ _]?V[23])?[);/ ]|ELEMENT[ _]?(?:P[0-9]+)[);/ ]","device":"tablet","models":[{"regex":"(?:SENCOR[ _])?ELEMENT[ _]?7[ _]?V3","model":"Element 7 V3"},{"regex":"(?:SENCOR[ _])?ELEMENT[ _]?7[ _]?V2[ _]BASIC","model":"Element 7 V2 Basic"},{"regex":"(?:SENCOR[ _])?ELEMENT[ _]?7[ _]?V2","model":"Element 7 V2"},{"regex":"(?:SENCOR[ _])?ELEMENT[ _]8[ _]?V3","model":"Element 8 V3"},{"regex":"(?:SENCOR[ _])?ELEMENT[ _]8[ _]?V2","model":"Element 8 V2"},{"regex":"(?:SENCOR[ _])?ELEMENT8","model":"Element 8"},{"regex":"(?:SENCOR[ _])?ELEMENT[ _]9\\\\.7[ _]?V3","model":"Element 9.7 V3"},{"regex":"(?:SENCOR[ _])?ELEMENT[ _]9\\\\.7[ _]?V2","model":"Element 9.7 V2"},{"regex":"(?:SENCOR[ _])?ELEMENT[ _]9\\\\.7","model":"Element 9.7"},{"regex":"(?:SENCOR[ _])?ELEMENT10[ _]1","model":"Element 10.1"},{"regex":"(?:SENCOR[ _])?ELEMENT[ _]?P([0-9]+)","model":"Element P$1","device":"smartphone"},{"regex":"Sencor[ _]([^;/]+) Build","model":"$1"}]},"Senwa":{"regex":"Senwa|(?:S\\\\-?(?:471|7[12]5|6[01]5|915|905TL|1000)|V705B)[ /;\\\\)]","device":"smartphone","models":[{"regex":"S\\\\-?471[ /;\\\\)]","model":"Jazz"},{"regex":"S\\\\-?605[ /;\\\\)]","model":"City"},{"regex":"S\\\\-?905TL[ /;\\\\)]","model":"Odin"},{"regex":"S\\\\-?1000[ /;\\\\)]","model":"Odin"},{"regex":"S\\\\-?(615|7[12]5|915)[ /;\\\\)]","model":"S$1"},{"regex":"V705B[ /;\\\\)]","model":"V705B"},{"regex":"Senwa[ _-]*([^;/]+) Build","model":"$1"},{"regex":"Senwa[ _-]*([^ ;/)]+)[ ;/)]","model":"$1"}]},"Sky":{"regex":"(SKY|Elite|Fuego)[_ ][3-7]\\\\.[05]([A-Z]{1,2})?|Elite_5_5_Octa|Platinum_(5.0M|M5)","device":"smartphone","models":[{"regex":"Platinum_(5.0M|M5)","model":"Platinum 5.0M"},{"regex":"Elite_5_5_Octa","model":"Elite 5.5 Octa"},{"regex":"Elite[_ ]([3-7]\\\\.[05](?:[A-Z]{1,2})?\\\\+?)","model":"Elite $1"},{"regex":"Fuego[_ ]([3-7]\\\\.[05](?:[A-Z]{1,2})?\\\\+?)","model":"Fuego $1"},{"regex":"SKY[_ ]([3-7]\\\\.[05](?:[A-Z]{1,2})?)","model":"$1"}]},"Skyworth":{"regex":"Sky_?worth","device":"tv","models":[{"regex":"Sky_?worth ([^;/]+) Build","model":"$1"}]},"Smartfren":{"regex":"Smartfren|Androtab|Andromax|PD6D1J|AD682J|AD68[89]G|AD6B1H|AD9A1H|AD682H|AD683G","device":"smartphone","models":[{"regex":"S7 Build","model":"Andromax Tab 7.0","device":"tablet"},{"regex":"PD6D1J","model":"Andromax V3s"},{"regex":"AD682J","model":"Andromax T"},{"regex":"AD688G","model":"Andromax C2"},{"regex":"AD689G","model":"Andromax i3"},{"regex":"AD682H","model":"Andromax i3s"},{"regex":"AD6B1H","model":"Andromax G2 Hot"},{"regex":"AD9A1H","model":"Andromax G2"},{"regex":"AD683G","model":"Andromax I"},{"regex":"New Andromax-i","model":"New Andromax I"},{"regex":"Andromax[ _\\\\-]([^/;]+) Build","model":"Andromax $1"},{"regex":"Andromax[ _\\\\-]([a-z0-9]+)","model":"Andromax $1"},{"regex":"Smartfren[ _\\\\-]([^/;\\\\)]+)(?: Build|[/;\\\\)])","model":"$1"},{"regex":"(Androtab[^/;]+) Build","model":"$1","device":"tablet"}]},"Smartisan":{"regex":"(SM(?:70[15]|801|901|919)|OD10[35]|YQ60[1357]|DE106)[ /;\\\\)]","device":"smartphone","models":[{"regex":"SM70[15]","model":"T1"},{"regex":"SM801","model":"T2"},{"regex":"SM901","model":"M1"},{"regex":"SM919","model":"M1L"},{"regex":"YQ60[1357]","model":"U1"},{"regex":"OD10[35]","model":"Pro"},{"regex":"DE106","model":"R1"}]},"STF Mobile":{"regex":"Fractal|AERIAL PLUS|Origins Pro","device":"smartphone","models":[{"regex":"Fractal","model":"Fractal"},{"regex":"Origins Pro","model":"Origins Pro"},{"regex":"AERIAL PLUS","model":"Aerial Plus"}]},"STK":{"regex":"STK[_ ]","device":"smartphone","models":[{"regex":"STK[_ ]([^/;]+) Build","model":"$1"},{"regex":"STK[_ ]([a-z0-9]+)","model":"$1"}]},"Stonex":{"regex":"STX[ -]([^;/]+)","device":"smartphone","models":[{"regex":"STX[ -]([^;/]+) Build","model":"$1"},{"regex":"STX[ -]([a-z0-9_-]+)","model":"$1"}]},"SuperSonic":{"regex":"(SC-[0-9]+[a-z]+)","device":"tablet","model":"$1"},"Supra":{"regex":"SUPRA ([^;/]+)(\\\\)| Build)| NVTAB 7.0 3G","device":"smartphone","models":[{"regex":"SUPRA ([^;/]+)(?:\\\\)| Build)","device":"tablet","model":"$1"},{"regex":"(NVTAB 7.0 3G)","device":"tablet","model":"$1"}]},"Sumvision":{"regex":"(Cyclone [^/;]+) Build","device":"tablet","model":"$1"},"SunVan":{"regex":"SUNVAN[ _\\\\-]","device":"smartphone","models":[{"regex":"SUNVAN[ _\\\\-]?([^/;]+) Build","model":"$1"},{"regex":"SUNVAN[ _\\\\-]?([^);/ ]+)","model":"$1"}]},"SWISSMOBILITY":{"regex":"SCHR9GR|ZUR722M","device":"smartphone","models":[{"regex":"SCHR9GR","model":"SCHON R9"},{"regex":"ZUR722M","device":"phablet","model":"Z72 go"}]},"Thomson":{"regex":"(?:Primo(7|8)|QM73[45]-8G|QM734-2|QM736-8G\\\\(HD\\\\)|8950|MID1002)[);/ ]|(?:Tlink|Every)[0-9]+","device":"tablet","models":[{"regex":"Primo(7|8)","model":"Primo $1"},{"regex":"QM734-2","model":"QM734-2"},{"regex":"QM734-8G","model":"QM734-8G"},{"regex":"QM735-8G","model":"QM735-8G"},{"regex":"QM736-8G\\\\(HD\\\\)","model":"QM736-8G (HD)"},{"regex":"8950 Build","model":"3G 8950"},{"regex":"Tlink([0-9]+)","device":"smartphone","model":"Tlink$1"},{"regex":"Every([0-9]+)","device":"smartphone","model":"Every$1"}]},"Pantech":{"regex":"Pantech|P[GN]-|PT-[a-z0-9]{3,}|TX[T]?[0-9]+|IM-[a-z0-9]+[);/ ]|ADR910L","device":"smartphone","models":[{"regex":"ADR910L","model":"Star Q"},{"regex":"IM-A870K","model":"Vega Iron"},{"regex":"Pantech[ \\\\-]?([a-z0-9]+)","model":"$1"},{"regex":"Pantech_([a-z0-9\\\\-]+)","model":"$1"},{"regex":"(P[GTN]-[a-z0-9]+)","model":"$1"},{"regex":"(TX[T]?[0-9]+)","model":"$1"},{"regex":"(IM-[a-z0-9]+)[);/ ]","model":"$1"}]},"Ployer":{"regex":"MOMO([0-9]|miniS)","device":"tablet","models":[{"regex":"MOMOminiS","model":"MOMO mini S"},{"regex":"MOMO([0-9][^);/]*) Build","model":"MOMO $1"},{"regex":"MOMO([0-9][^);/]*)[);/]","model":"MOMO $1"}]},"Plum":{"regex":"PLUM ","device":"smartphone","models":[{"regex":"Z405","model":"Gator 3"}]},"Polaroid":{"regex":"Polaroid|(?:PMID|MIDC)[0-9a-z]+[);/ ]|MID(?:1014|0714)|PRO[VG]?(?:[0-9]{3,}[a-z]*|[0-9]{2}[a-z])|P(400[56]|4526|500[56]|502[56]|504[67]|552[56])A|PSPC(505|550)|PSPCK21NA|PSPCL20A0|PSPCM20A0|PSPCZ20A0","device":"smartphone","models":[{"regex":"P4005A","model":"Turbo C4"},{"regex":"P5005A","model":"Turbo C5"},{"regex":"P4006A","model":"Turbo D4"},{"regex":"P4526A","model":"Turbo E"},{"regex":"PSPC(505|550)","model":"Cosmo $1"},{"regex":"P5006A","model":"Cosmo K"},{"regex":"P5526A","model":"Cosmo K Plus"},{"regex":"PSPCK21NA","model":"Cosmo K2 Plus"},{"regex":"P5026A","model":"Cosmo L"},{"regex":"PSPCL20A0","model":"Cosmo L2"},{"regex":"PSPCM20A0","model":"Cosmo M2"},{"regex":"P5046A","model":"Cosmo P5s"},{"regex":"P5525A","model":"Cosmo Q5s"},{"regex":"P5047A","model":"Cosmo Z"},{"regex":"PSPCZ20A0","model":"Cosmo Z2"},{"regex":"P5025A","model":"L5s"},{"regex":"PRO4611(?:PR201)?","model":"Pro4611"},{"regex":"PROV400","model":"Agate"},{"regex":"PROV350","model":"ProV350"},{"regex":"PRO([VG]?(?:[0-9]{3,}[a-z]*|[0-9]{2}[a-z]))","model":"Pro$1"},{"regex":"(MID(?:1014|0714))","model":"$1","device":"tablet"},{"regex":"((?:PMID|MIDC)[0-9a-z]+)[);/ ]","model":"$1","device":"tablet"},{"regex":"Polaroid","model":"","device":"tablet"}]},"PolyPad":{"regex":"POLY ?PAD","device":"tablet","models":[{"regex":"POLY ?PAD[_ \\\\.]([a-z0-9]+)[);/ ]","model":"$1"},{"regex":"POLY ?PAD[_\\\\.]([a-z0-9]+)","model":"$1"}]},"Polytron":{"regex":"POLYTRON|W8480|W7430|PW1100S|W7550|W7531|W8570|R2401","device":"smartphone","models":[{"regex":"R2508","model":"Rocket"},{"regex":"POLYTRON[ _]R1500","model":"Rocket Q-Five"},{"regex":"R2401","model":"Rocket 2X"},{"regex":"POLYTRON[ _-]R2402","model":"Rocket R2402"},{"regex":"POLYTRON[ _-]R2403","model":"Rocket R1"},{"regex":"POLYTRON[ _-]R2406","model":"Rocket R2"},{"regex":"POLYTRON[ _-]R2407","model":"Rocket R3"},{"regex":"POLYTRON[ _-]R2457","model":"Rocket S2"},{"regex":"POLYTRON[ _-]R2509SE","model":"Rocket T6 SE"},{"regex":"POLYTRON[ _-]R2509","model":"Rocket T6"},{"regex":"POLYTRON[ _-]R2506","model":"Rocket T4"},{"regex":"POLYTRON[ _-]R3450","model":"Rocket Jetz"},{"regex":"POLYTRON[ _-]R3500","model":"Rocket Jetz 5.0"},{"regex":"4G450","model":"Zap 5"},{"regex":"W6500","model":"Quadra Rocket"},{"regex":"W7452","model":"Quadra S2"},{"regex":"W7550","model":"Quadra V5"},{"regex":"W8570","model":"Quadra V7"},{"regex":"POLYTRON[ _]L501","model":"Rocket L501"},{"regex":"POLYTRON[ _]P520","model":"Prime 7S"},{"regex":"4G500","model":"Zap 6 Cleo"},{"regex":"W8480","model":"Crystal 4 W8480"},{"regex":"W7531","model":"Wizard V"},{"regex":"W7430","model":"Quadra Mini W7430"},{"regex":"POLYTRON[ _]4G501","model":"Zap 6 Posh"},{"regex":"POLYTRON[ _]4G502","model":"Zap 6 Power"},{"regex":"POLYTRON[ _]4G503","model":"Zap 6 Flaz"},{"regex":"POLYTRON[_ ]?[ _]4G550","model":"Zap 6 Note"},{"regex":"POLYTRON[ _]4G551","model":"Zap 6 Posh Note"},{"regex":"PW1100S","model":"PW1100S"},{"regex":"Q2352","model":"Q2352"},{"regex":"POLYTRON[ _]T7800","model":"Cosmica T7800","device":"tablet"},{"regex":"POLYTRON[ _]T7700","model":"Rocket Pad","device":"tablet"}]},"Positivo":{"regex":"YPY_S450","device":"smartphone","models":[{"regex":"YPY_S450","model":"YPY S450"}]},"Prestigio":{"regex":"(?:PMP|PAP|PMT|PSP|PGPS)[0-9]+[a-z0-9_]+[);/ ]","device":"tablet","models":[{"regex":"PMT3277_3G","model":"MultiPad Ranger 7.0 3G"},{"regex":"PGPS7799CIS08GBPG","model":"Geo Vision Tour 3"},{"regex":"PMT3201_4G","model":"Grace 4G"},{"regex":"PSP5551DUO","model":"Grace S5"},{"regex":"PMT3287_3G","model":"MultiPad Ranger 8.0 3G"},{"regex":"PMT3208[_ ]3G","model":"MultiPad Wize 8.0 3G"},{"regex":"PSP7546DUO([ _][A-Z]{2})?","model":"X Pro"},{"regex":"PSP7610DUO([ _][A-Z]{2})?","model":"S Max"},{"regex":"(PM[PT][0-9]+[a-z0-9_]+)[);/ ]","model":"$1"},{"regex":"((?:PAP|PSP)[0-9]+[a-z0-9_]+(?: DUO)?)[);/ ]","model":"$1","device":"smartphone"}]},"Sanyo":{"regex":"Sanyo|MobilePhone[ ;]","device":"feature phone","models":[{"regex":"SCP-?6750","model":"Katana Eclipse X"},{"regex":"SCP-?6760","model":"Incognito"},{"regex":"SCP-?6780","model":"Innuendo"},{"regex":"SANYO[ \\\\-_]([a-z0-9\\\\-]+)","model":"$1"},{"regex":"MobilePhone ([a-z0-9\\\\-]+)","model":"$1"}]},"Qilive":{"regex":"Qilive [0-9][^;/]*|Q(7S5IN4G|8S55IN4G2|8S[56]IN4G|10S5[37]IN4G|10S[56]IN4G|10S[56]IN4GR|9S5IN4G|6T7IN)","device":"smartphone","models":[{"regex":"Q7S5IN4G","model":"Q7 5.0\\" 4G"},{"regex":"Q8S55IN4G2","model":"Q8 5.5\\" 4G"},{"regex":"Q8S6IN4G","model":"Q8 6.0\\" 4G"},{"regex":"Q8S5IN4GP","model":"Q8 5.1\\" 4G"},{"regex":"Q9S5IN4G","model":"Q9 5.0\\" 4G"},{"regex":"Q10S53IN4G","model":"Q10 5.3\\" 4G"},{"regex":"Q10S57IN4G","model":"Q10 5.7\\" 4G"},{"regex":"Q10S5IN4G[R]?","model":"Q10 5.0\\" 4G"},{"regex":"Q10S6IN4G","model":"Q10 6.0\\" 4G"},{"regex":"Q6T7IN","model":"Q6","device":"tablet"},{"regex":"Qilive ([0-5][^;/]*) Build","model":"$1"},{"regex":"Qilive ([0-5][^;/]*)/","model":"$1"},{"regex":"Qilive ([6-9][^;/]*) Build","model":"$1","device":"tablet"},{"regex":"Qilive ([6-9][^;/]*)/","model":"$1","device":"tablet"}]},"QMobile":{"regex":"QMobile|QTab|Q-Smart|Noir X1S|LUNA PRO|NICE S","device":"smartphone","models":[{"regex":"QTab[ _-]([^;/]+) Build","model":"$1 Tab","device":"tablet"},{"regex":"QTab[ _-]([^;/)]+)[;/)]","model":"$1 Tab","device":"tablet"},{"regex":"(?:QMobile|Q-Smart)[ _-]([^;/]+) Build","model":"$1"},{"regex":"(?:QMobile|Q-Smart)[ _-]([^;/)]+)[;/)]","model":"$1"},{"regex":"Noir X1S","model":"Noir X1S"},{"regex":"LUNA PRO","model":"Luna Pro"},{"regex":"NICE S","model":"Nice S"}]},"Quantum":{"regex":"Quantum (Fit|Mini|V|You E)","device":"smartphone","models":[{"regex":"Quantum (Fit|Mini|V|You E)","model":"$1"}]},"Quechua":{"regex":"Quechua Phone 5","device":"smartphone","model":"Quechua Phone 5"},"Ramos":{"regex":"Ramos ?([^/;]+) Build","device":"tablet","model":"$1"},"Razer":{"regex":"Phone 2","device":"smartphone","model":"Phone 2"},"Sendo":{"regex":"Sendo([a-z0-9]+)","device":"feature phone","model":"$1"},"Turbo-X":{"regex":"Turbo-X","device":"smartphone","models":[{"regex":"Turbo-X Ice[);/ ]","device":"tablet","model":"Ice"},{"regex":"Turbo-X Tablet([^;/]+) Build","device":"tablet","model":"Tablet$1"},{"regex":"Turbo-X ([^;/]+) Build","model":"$1"}]},"Turbo":{"regex":"Turbo(X5Space|[_ ](?:X5[_ ](Max|Black)|X8|X6[ _]Z))[);/ ]","device":"smartphone","models":[{"regex":"TurboX5Space[);/ ]","model":"X5 Space"},{"regex":"Turbo[ _]X5[ _]Black[);/ ]","model":"X5 Black"},{"regex":"Turbo[ _]X5[ _]Max[);/ ]","model":"X5 Max"},{"regex":"Turbo[ _]X6[ _]Z[);/ ]","model":"X6 Z"},{"regex":"Turbo[ _]X8[);/ ]","model":"X8"}]},"Silent Circle":{"regex":"Blackphone 2","device":"smartphone","model":"Blackphone 2"},"Sigma":{"regex":"Sigma|(X-Style[ _]?Tab[_ ]A([0-9]{2,3})|X[-_ ]?treme[-_ ]?PQ[0-9]{2})[);/ ]","device":"smartphone","models":[{"regex":"(?:Sigma[ _])?X[-_ ]?treme[-_ ]?PQ([0-9]{2})[);/ ]","model":"X-Treme PQ$1"},{"regex":"X-Style[ _]?Tab[_ ]A([0-9]{2,3})[);/ ]","model":"X-Style Tab A$1","device":"tablet"}]},"Spice":{"regex":"Spice","device":"smartphone","models":[{"regex":"Spice[ _\\\\-]?([^/;]+)(?:[\\\\)]| Build)","model":"$1"},{"regex":"Spice[ _\\\\-]?([^/;]+)(?:/|$)","model":"$1"}]},"Sharp":{"regex":"SHARP|SBM|SH-?[0-9]+[a-z]?[);/ ]|SH-M0[89]|S3-SH|SH-Z(10|01)|AQUOS|506SH|SHL22|FS80(1[08]|32|28|0[29])[);/ ]|TG-L900S","device":"smartphone","models":[{"regex":"506SH","model":"Aquos Xx3"},{"regex":"S3-SH","model":"One S3"},{"regex":"SH-Z10","model":"Aquos zero"},{"regex":"SH-Z01","model":"Aquos S2 (C10)"},{"regex":"SH-02E","model":"Aquos Phone Zeta"},{"regex":"SH06D","model":"Aquos Phone SH-06D"},{"regex":"SHL22","model":"Aquos Phone SHL22"},{"regex":"SH-M09","model":"Aquos R2"},{"regex":"FS8010|SH-M08","model":"Aquos S2"},{"regex":"FS8032","model":"Aquos S3"},{"regex":"FS8018","model":"Aquos S3 Mini"},{"regex":"TG-L900S","model":"Luna S"},{"regex":"FS8002","model":"Z2"},{"regex":"FS8009","model":"Z3"},{"regex":"FS8028","model":"R1S"},{"regex":"SH-08E","device":"tablet","model":"Sharp Aquos Pad"},{"regex":"(LC-(?:[0-9]{2})[a-z0-9]+)(?:[);/ ]|$)","device":"tv","model":"$1"},{"regex":"SHARP-AQUOS|AQUOSBrowser","device":"tv","model":"Aquos Net Plus"},{"regex":"SHARP[ \\\\-]([a-z0-9\\\\-]+)","model":"$1"},{"regex":"(?:SHARP|SBM)([a-z0-9]+)","model":"$1"},{"regex":"(SH-?[0-9]+[a-z]?)[);/ ]","model":"$1"}]},"Softbank":{"regex":"Softbank|J-PHONE","device":"smartphone","models":[{"regex":"Softbank/[12]\\\\.0/([a-z0-9]+)","model":"$1"},{"regex":"([a-z0-9]+);Softbank;","model":"$1"},{"regex":"J-PHONE/[0-9]\\\\.[0-9]/([a-z0-9\\\\-]+)","model":"$1"}]},"Sonim":{"regex":"Sonim[ -]|XP[67]700[);/ ]","device":"smartphone","models":[{"regex":"Sonim-XP3400","model":"XP3400","device":"feature phone"},{"regex":"XP6700[);/ ]","model":"XP6700"},{"regex":"XP7700[);/ ]","model":"XP7700"}]},"Star":{"regex":"N(9[5678]00|8800|9000|9977)[);/ ]","device":"smartphone","models":[{"regex":"N9000","model":"Note 3"},{"regex":"N(9[5678]00|8800|9977)[);/ ]","model":"N$1"}]},"Amazon":{"regex":"KF(?:OT|TT|JWI|JWA|[DFS]OWI|A[PRSU]WI|T[BH]WI|SAW[IA]|GIWI|KAWI|MAWI|MEWI|MUWI|SUWI)[);/ ]|Kindle|Silk/\\\\d+\\\\.\\\\d+|Amazon (?:Tate|Jem)|AFT[ABMNRST]|SD4930UR|AEO(BC|KN)[);/ ]","device":"tablet","models":[{"regex":"AFTA","model":"Fire TV Cube (Gen 1)","device":"tv"},{"regex":"AFTR","model":"Fire TV Cube (Gen 2)","device":"tv"},{"regex":"AFTN","model":"Fire TV (Gen 3)","device":"tv"},{"regex":"AFTB","model":"Fire TV","device":"tv"},{"regex":"AFT[MST]","model":"Fire TV stick","device":"tv"},{"regex":"KFFOWI[);/ ]","model":"Fire 7\\""},{"regex":"KFMUWI[);/ ]","model":"Fire 7\\" (2019)"},{"regex":"KFTT[);/ ]","model":"Kindle Fire HD"},{"regex":"KFJWI[);/ ]|Amazon Jem","model":"Kindle Fire HD 8.9\\" WiFi"},{"regex":"KFJWA[);/ ]","model":"Kindle Fire HD 8.9\\" 4G"},{"regex":"KFSOWI[);/ ]|Amazon Tate","model":"Kindle Fire HD 7\\" WiFi"},{"regex":"KFTHWI[);/ ]","model":"Kindle Fire HDX 7\\" WiFi"},{"regex":"KFTHWA[);/ ]","model":"Kindle Fire HDX 7\\" 4G"},{"regex":"KFAPWI[);/ ]","model":"Kindle Fire HDX 8.9\\" WiFi"},{"regex":"KFAPWA[);/ ]","model":"Kindle Fire HDX 8.9\\" 4G"},{"regex":"KFARWI[);/ ]","model":"Fire HD 6"},{"regex":"KFASWI[);/ ]","model":"Fire HD 7"},{"regex":"KFAUWI[);/ ]","model":"Fire HD 7 2017"},{"regex":"KFMEWI[);/ ]","model":"Fire HD 8 (2015)"},{"regex":"KFGIWI[);/ ]","model":"Fire HD 8 2016"},{"regex":"KFDOWI[);/ ]","model":"Fire HD 8 2017"},{"regex":"KFKAWI[);/ ]","model":"Fire HD 8 (2018)"},{"regex":"KFSAWI[);/ ]","model":"Fire HDX 8.9"},{"regex":"KFSAWA[);/ ]","model":"Fire HDX 8.9 4G"},{"regex":"KFTBWI[);/ ]","model":"Fire HD 10"},{"regex":"KFSUWI[);/ ]","model":"Fire HD 10 (2017)"},{"regex":"KFMAWI[);/ ]","model":"Fire HD 10 (2019)"},{"regex":"SD4930UR","model":"Fire Phone","device":"smartphone"},{"regex":"KFOT|Kindle Fire|Silk/\\\\d+\\\\.\\\\d+","model":"Kindle Fire"},{"regex":"Kindle","model":"Kindle"},{"regex":"AEO(BC|KN)[);/ ]","model":"Echo","device":"smart speaker"}]},"Symphony":{"regex":"SYMPHONY[ \\\\_]([a-z0-9]+)|roar (V20|E80)","device":"smartphone","models":[{"regex":"roar V20","model":"Roar V20"},{"regex":"roar E80","model":"Roar E80"},{"regex":"SYMPHONY[ \\\\_]([a-z0-9]+)","model":"$1"}]},"Syrox":{"regex":"(SYX-(?:T70[04]|T10[12]))[;)/ ]","device":"tablet","model":"$1"},"Qtek":{"regex":"Qtek[ _]?([a-z0-9]+)","device":"smartphone","model":"$1"},"Q-Touch":{"regex":"(Q09) Build","device":"smartphone","model":"$1"},"T-Mobile":{"regex":"T-Mobile[ _][a-z0-9 ]+|REVVLRY|REVVL 2( PLUS)?[);/ ]","device":"smartphone","models":[{"regex":"REVVL 2 PLUS","model":"REVVL 2 Plus"},{"regex":"REVVLRY","model":"REVVL Plus"},{"regex":"REVVL 2[);/ ]","model":"REVVL 2"},{"regex":"T-Mobile[ _]([a-z0-9_ ]+) Build","model":"$1"},{"regex":"T-Mobile[ _]([a-z0-9_ ]+)","model":"$1"}]},"TB Touch":{"regex":"Ignis [89]","device":"tablet","models":[{"regex":"Ignis ([89])","model":"Ignis $1"}]},"TCL":{"regex":"TCL[_ -][a-z0-9]+|(TCL[_ -][^;/]+|7040N) Build|TCLGalaG60|A502DL|T780H","device":"smartphone","models":[{"regex":"TCLGalaG60","model":"Gala G60"},{"regex":"T780H","model":"Plex"},{"regex":"TCL[_ -]([^;/]+) Build","model":"$1"},{"regex":"TCL[_ -]([a-z0-9]+)","model":"$1"},{"regex":"(7040N)","model":"$1"},{"regex":"A502DL","model":"LX"}]},"Teclast":{"regex":"Teclast|Tbook|T30_(ROW|EEA)|T10\\\\(E3C6\\\\)","device":"tablet","models":[{"regex":"Tbook[_ -]([^;/]+) Build","model":"Tbook $1"},{"regex":"T10\\\\(E3C6\\\\)","model":"T10"},{"regex":"T30_(ROW|EEA)","model":"T30 $1"},{"regex":"Teclast[_ -]([^;/]+) Build","model":"$1"}]},"Tecno Mobile":{"regex":"Tecno|Phantom6|Phantom6-Plus|DP7C Pro-SGA1","device":"smartphone","models":[{"regex":"Phantom6-Plus","model":"Phantom 6 Plus"},{"regex":"Phantom6","model":"Phantom 6"},{"regex":"TECNO-W3","model":"W3"},{"regex":"TECNO[ _]ID6[);/ ]","model":"Camon iClick 2"},{"regex":"Tecno[ _]7C[);/ ]","model":"DroidPad 7C","device":"tablet"},{"regex":"DP7C Pro-SGA1[);/ ]","model":"DroidPad 7C Pro","device":"tablet"},{"regex":"TECNO[ _]DP10A Pro[);/ ]","model":"DroidPad 10A Pro","device":"tablet"},{"regex":"TECNO[ _]P904[);/ ]","model":"DroidPad 10D 4G","device":"tablet"},{"regex":"Tecno[ _]CB7[j]?","model":"Camon i4"},{"regex":"Tecno[ _]DP8D[);/ ]","model":"DroidPad 8D","device":"tablet"},{"regex":"Tecno[ _]LB8","model":"Pouvoir 3 Plus"},{"regex":"Tecno ([^;/]+) Build","model":"$1"},{"regex":"Tecno[ _]?([a-z0-9_\\\\-]+)","model":"$1"}]},"TechPad":{"regex":"Tech ?pad|XTAB[ _-]|Dual C1081HD|S813G","device":"tablet","models":[{"regex":"S813G","model":"S813G"},{"regex":"Dual C1081HD","model":"XTAB C1081HD"},{"regex":"XTAB[ _-]([^/;]+) Build","model":"XTAB $1"},{"regex":"Tech ?pad[ _-]([^/;]+) Build","model":"$1","device":"smartphone"}]},"Tesco":{"regex":"Hudl ([^/;]+) Build|W032i-C3[);/ ]","device":"tablet","models":[{"regex":"Hudl ([^/;]+) Build","model":"Hudl $1"},{"regex":"W032i-C3[);/ ]","model":"Op3n Dott"}]},"teXet":{"regex":"Texet|(NaviPad [^/;]*) Build|TM-(?:1046|1058|1057|1067|3000|3200R|3500|4003|4071|450[34]|451[30]|4377|4082R|550[83]|5010|5017|507[4-7]|5[23]77|6003|6906|702[13]|7055HD|709[69]|9747BT|9758|9751HD|9767|5513|520[410]|5505|507[13]|5581|7859|8044|9748[ _]3G|9720|7047HD[ _]3G|9757|9740|4982|4515|4083|500[3567]|5571|3204R|5016|8043|7047HD[ _]3G|8041HD|8066|705[23]|7041|8041HD|8051|8048|974[96]|973[78]W|974[170]|9743W|9750HD|7043XD|7049|7887|7037W|702[46])|TB-(771A|711A)|X-Force[\\\\(-]?TM-5009\\\\)?|X-Plus[\\\\(-]?TM-5577\\\\)?|X-pad (?:AIR 8|iX 7) 3G","device":"tablet","models":[{"regex":"TM-9749","model":"X-pad Plus 7.1 3G"},{"regex":"TM-9746","model":"X-pad Plus 7 3G"},{"regex":"TM-8051","model":"X-pad Force 8i 3G"},{"regex":"TM-1058","model":"X-Force 10 3G"},{"regex":"TM-8048","model":"X-pad Force 8 3G"},{"regex":"(NaviPad [^/;]*) Build","model":"$1"},{"regex":"TM-7055HD","model":"NaviPad 3G"},{"regex":"TM-9758","model":"X-pad Style 10"},{"regex":"(X-pad (?:AIR 8|iX 7) 3G)","model":"$1"},{"regex":"TM-7096","model":"X-pad NAVI 7.3 3G"},{"regex":"TM-7099","model":"X-pad NAVI 7.4 3G"},{"regex":"TM-1046","model":"X-pad NAVI 10 3G"},{"regex":"TM-7859","model":"X-pad NAVI 8.2 3G"},{"regex":"TM-7049","model":"NaviPad TM-7049 3G"},{"regex":"TM-7887","model":"NaviPad TM-7887 3G"},{"regex":"TM-8066","model":"X-pad Rapid 8.2 4G"},{"regex":"(TM-(?:1057|1067|6906|8043|9748[_ ]3G|9740|9757(?:[_ ]3G)?|7047HD[ _]3G|9747BT|9751HD|702[13]|705[23]|7041|9720|7047HD[_ ]3G|8044|8041HD|973[78]W|9743W|974[710]|9750HD|7043XD|7037W|702[46])|TB-(?:771A|711A|8041HD))","model":"$1"},{"regex":"TM-4503","device":"smartphone","model":"X-Quad"},{"regex":"(TM-(?:3000|3200R|4003|4083|4377|4504|451[30]|500[35]|5[23]77|5571|3204R|520[04]|5581|5505|507[13]|5017|507[4-7]|6003|5513))","device":"smartphone","model":"$1"},{"regex":"TM-5006","device":"smartphone","model":"X-Line"},{"regex":"TM-5007","device":"smartphone","model":"X-Shine"},{"regex":"TM-5201","device":"smartphone","model":"Rock"},{"regex":"TM-4515","device":"smartphone","model":"X-Style"},{"regex":"TM-9767","model":"X-pad Style 10 3G"},{"regex":"TM-(5016|3500)","device":"smartphone","model":"X-Maxi 2"},{"regex":"TM-4071","device":"smartphone","model":"X-Smart"},{"regex":"TM-4982","device":"smartphone","model":"iX-Maxi"},{"regex":"TM-5010","device":"smartphone","model":"X-Selfie"},{"regex":"TM-4082R","device":"smartphone","model":"X-Driver Quad"},{"regex":"TM-5503","device":"smartphone","model":"X-Mage"},{"regex":"TM-5508","device":"smartphone","model":"X-Cosmo"},{"regex":"X-Force[\\\\(-]?TM-5009\\\\)?","device":"smartphone","model":"X-Force"},{"regex":"X-Plus[\\\\(-]?TM-5577\\\\)?","device":"smartphone","model":"X-Plus"}]},"Telefunken":{"regex":"TELEFUNKEN|TEL-1013GIQA|TF-SP5001|(TF-MID(?:[78]02G|9705RG|7805G|1010G))|(TF-LED(?:65S75T2SU|32S39T2S|32S5[289]T2S|32S70T2S))","device":"tablet","models":[{"regex":"TEL-1013GIQA","model":"Giqa 10.1 3G"},{"regex":"(?:TELEFUNKEN)?(TF-SP5001|Outdoor LTE)","model":"$1","device":"smartphone"},{"regex":"(TF-MID(?:[78]02G|9705RG|7805G|1010G))","model":"$1"},{"regex":"(TF-LED(?:65S75T2SU|32S39T2S|32S5[289]T2S|32S70T2S))","model":"$1","device":"tv"}]},"Telego":{"regex":"TELEGO","device":"smartphone","models":[{"regex":"TELEGO-W503","model":"W503"}]},"Telenor":{"regex":"(?<!FBCR/)Telenor","device":"smartphone","models":[{"regex":"Telenor[ _]([^;/]+) Build","model":"$1"},{"regex":"Telenor[ _]([^a-z0-9_]+)\\\\)","model":"$1"}]},"Telit":{"regex":"Telit","device":"feature phone","models":[{"regex":"Telit_Mobile_Terminals-([a-z0-9]+)","model":"$1"},{"regex":"Telit[\\\\-_]?([a-z0-9]+)","model":"$1"}]},"ThL":{"regex":"ThL[ _-]","device":"smartphone","models":[{"regex":"ThL[ _-]*([^;/]+) Build","model":"$1"},{"regex":"ThL[ _-]*([^ ;/)]+)[ ;/)]","model":"$1"}]},"TIANYU":{"regex":"TIANYU","device":"feature phone","models":[{"regex":"TIANYU ([a-z0-9]+)","model":"$1"},{"regex":"TIANYU-KTOUCH/([a-z0-9]+)","model":"$1"}]},"Timovi":{"regex":"Tmovi|Infinit_Lite_2","device":"smartphone","models":[{"regex":"Tmovi[ _]Prime","model":"Prime"},{"regex":"TMOVI_YEAH_BEAT","model":"Yeah Beat"},{"regex":"YeahLIVE","model":"Yeah LIVE"},{"regex":"Infinit Lite","model":"Infinit Lite"},{"regex":"Infinit_Lite_2","model":"Infinit Lite 2"}]},"Tooky":{"regex":"TOOKY","device":"smartphone","models":[{"regex":"TOOKY (A19|W1|T8[368]|T1982)[);/ ]","model":"$1"},{"regex":"TOOKY A9PLUS[);/ ]","model":"A9 Plus"}]},"Tolino":{"regex":"Tolino Tab ([^/;]+) Build","device":"tablet","model":"Tolino Tab $1"},"Top House":{"regex":"Coto[_ ]|X1013","device":"smartphone","models":[{"regex":"Coto W418","model":"Coto W418"},{"regex":"COTO_T117","model":"Coto T117","device":"tablet"},{"regex":"X1013","model":"X1013","device":"tablet"},{"regex":"COTO_T40017","model":"T40017"}]},"Toplux":{"regex":"Toplux ([a-z0-9]+)","device":"feature phone","model":"$1"},"Touchmate":{"regex":"TOUCHMATE|(TM-(?:MID1020A|MID710|MID798|MID792|MID788D|SM500N|SM410))","device":"smartphone","models":[{"regex":"(TM-(?:MID1020A|MID710|MID798|MID792|MID788D))","device":"tablet","model":"$1"},{"regex":"(TM-(?:SM500N|SM410))","model":"$1"},{"regex":"Touchmate ([^/;]+) Build","model":"$1"}]},"TrekStor":{"regex":"(?:TrekStor|Surftab) ([^/;]+) Build|Surftab[^;\\\\)]*(?:[;\\\\)]|$)|ST10216-2A|VT10416-[12]|TFMTKAW01232","device":"tablet","models":[{"regex":"ST10216-2A|VT10416-[12]","model":"SurfTab 10.1"},{"regex":"TrekStor ([^/;]+) Build","model":"$1"},{"regex":"Surftab ([^/;]+) Build","model":"SurfTab $1"},{"regex":"Surftab[ _]([^;\\\\)]*)(?:[;\\\\)]|$)","model":"SurfTab $1"},{"regex":"TFMTKAW01232","model":"SurfTab L15"}]},"Trevi":{"regex":"Trevi[ _]|TAB[ _]10[ _]3G[ _]V16|TAB[ _](7|8)[ _]3G[ _]V8|TAB9 3G|MINITAB 3GV|Phablet[ _](?:4|4\\\\.5|5|5\\\\,3|6)[ _]?[CSQ]|REVERSE[ _]5\\\\.5[ _]?Q","device":"tablet","models":[{"regex":"TAB[ _]?(7|8)[ _]3G[ _]V8","model":"TAB $1 3G V8"},{"regex":"TAB[ _]?9[ _]3G[ _]V8","model":"TAB 9 3G V8"},{"regex":"TAB[ _]?9[ _]3G","model":"TAB 9 3G"},{"regex":"TAB[ _]10[ _]3G[ _]V16","model":"TAB 10 3G V16"},{"regex":"MINITAB 3GV","model":"MINITAB 3G V"},{"regex":"(?:Trevi_)?Phablet[ _]4[ _]?C","model":"Phablet 4 C","device":"smartphone"},{"regex":"(?:Trevi_)?Phablet[ _]4[ _]?S","model":"Phablet 4 S","device":"smartphone"},{"regex":"(?:Trevi_)?Phablet[ _]4.5[ _]?Q","model":"Phablet 4.5Q","device":"smartphone"},{"regex":"(?:Trevi_)?PHABLET[ _]5[ _]?S","model":"Phablet 5 S","device":"smartphone"},{"regex":"(?:Trevi_)?PHABLET[ _]5,3[ _]?Q","model":"Phablet 5.3 Q","device":"phablet"},{"regex":"(?:Trevi_)?REVERSE[ _]5.5[ _]?Q","model":"Phablet 5.5 Q REVERSE","device":"phablet"},{"regex":"(?:Trevi_)?PHABLET[ _]6[ _]?S","model":"Phablet 6 S","device":"phablet"},{"regex":"Trevi[_]([^;/]+) Build","model":"$1"}]},"TVC":{"regex":"(NuclearSX-SP5)","device":"smartphone","model":"Nuclear SX-SP5"},"U.S. Cellular":{"regex":"USCC-","device":"smartphone","models":[{"regex":"USCC-E6762","model":"Kyocera DuraForce"},{"regex":"(USCC-[a-z0-9_\\\\-]+)","model":"$1"}]},"Uhappy":{"regex":"Uhappy|UP?580|UP350|UP[35679]20","device":"smartphone","models":[{"regex":"UP([35679]20)","model":"UP$1"},{"regex":"UP350","model":"UP350"},{"regex":"UP580","model":"UP580"},{"regex":"U580","model":"U580"},{"regex":"Uhappy[ _-]([^;/]+) Build","model":"$1"},{"regex":"Uhappy[ _-]?([^;/)]+)[);/ ]","model":"$1"}]},"Unimax":{"regex":"U((?:67[013]|680)C|(?:452|504)TL|683CL)[);/ ]","device":"smartphone","model":"U$1"},"Unowhy":{"regex":"QOOQ ","device":"tablet","model":"QOOQ"},"UTStarcom":{"regex":"utstar[ _-]?([a-z0-9]+)","device":"feature phone","model":"$1"},"Ulefone":{"regex":"Ulefone|Power_[356]|S10_Pro|(Armor(?:[ _]2)?|U00[78][ _]Pro|Be[ _]X|Be[ _]Touch(?:[ _][23])?|Be[ _](?:One|Pure)(?:[ _]Lite)?) Build","device":"smartphone","models":[{"regex":"S10_Pro","model":"S10 Pro"},{"regex":"Be[ _]Touch([ _][23])?","model":"Be Touch$1"},{"regex":"Be[ _]Pure[ _]Lite","model":"Be Pure Lite"},{"regex":"Be[ _]Pure","model":"Be Pure"},{"regex":"Be[ _]One[ _]Lite","model":"Be One Lite"},{"regex":"Be[ _]One","model":"Be One"},{"regex":"Be[ _]X","model":"Be X"},{"regex":"U007 Pro","model":"U007 Pro"},{"regex":"U008 Pro","model":"U008 Pro"},{"regex":"Armor[ _]2 Build","model":"Armor 2"},{"regex":"Armor Build","model":"Armor"},{"regex":"Power_([356])","model":"Power $1"},{"regex":"Ulefone[_ ](X|S1[ _]Pro|S[17])[);\\\\ ]","model":"$1"},{"regex":"Ulefone[ _-]?([^;/]+) Build","model":"$1"},{"regex":"Ulefone[ _-]?([^;/)]+)[;/)]","model":"$1"}]},"UMIDIGI":{"regex":"UMI(?:DIGI)?[ _]|A5_Pro","device":"smartphone","models":[{"regex":"A5_Pro","model":"A5 Pro"},{"regex":"UMI TOUCH X","model":"Touch X"},{"regex":"UMI TOUCH","model":"Touch"},{"regex":"UMI_(London|Diamond(?:_X)?)","model":"$1"},{"regex":"UMI(?:DIGI)?[ _]([^/;)]+)(?: Build|\\\\))","model":"$1"}]},"Uniscope":{"regex":"Uniscope","device":"smartphone","models":[{"regex":"Uniscope[ _\\\\-]?([^/;]+) Build","model":"$1"},{"regex":"Uniscope[ _\\\\-]?([^);/ ]+)","model":"$1"}]},"Unnecto":{"regex":"Unnecto|(?:U513|U5151|U61[1356]|U7[12]0|U-830|U90[35])[);/ ]","device":"smartphone","models":[{"regex":"U513","model":"Drone XT"},{"regex":"U5151","model":"Bolt"},{"regex":"U611","model":"Quattro X"},{"regex":"U613","model":"Quattro S"},{"regex":"U615","model":"Quattro M"},{"regex":"U616","model":"U616"},{"regex":"U710","model":"Quattro U710"},{"regex":"U720","model":"Quattro Z"},{"regex":"U-830","model":"Rush"},{"regex":"U903","model":"Air"},{"regex":"U905","model":"Air 5.5"}]},"Unonu":{"regex":"Unonu[ _-]","device":"smartphone","models":[{"regex":"Unonu[ _-]([^;/]+) Build","model":"$1"},{"regex":"Unonu[ _-]?([^;/)]+)[);/ ]","model":"$1"}]},"UTOK":{"regex":"UTOK (45[01]D)","device":"smartphone","model":"$1"},"Vastking":{"regex":"(M910A|M783K|M783K-16G|M1072R-3G)[);/ ]","device":"tablet","model":"$1"},"ViewSonic":{"regex":"ViewSonic|VSD[0-9]+[);/ ]|ViewPad|ViewPhone","device":"smart display","models":[{"regex":"(?:ViewSonic-)?V500[);/ ]","model":"V500","device":"smartphone"},{"regex":"ViewSonic A8\\\\+[);/ ]","model":"A8 Plus","device":"smartphone"},{"regex":"(?:ViewSonic-)?ViewPhone ?([^;/]+) Build","model":"ViewPhone $1","device":"smartphone"},{"regex":"(?:ViewSonic-)?ViewPad ?([^;/]+) Build","model":"ViewPad $1","device":"tablet"},{"regex":"(VSD[0-9]+)[);/ ]","model":"$1"}]},"Vitelcom":{"regex":"Vitelcom|portalmmm/[12].0 TSM","device":"feature phone","models":[{"regex":"TSM-([a-z0-9]+)","model":"$1"},{"regex":"TSM([a-z0-9\\\\-]+)","model":"$1"},{"regex":"portalmmm/[12].0 (TSM[a-z0-9 ]+)","model":"$1"}]},"Fengxiang":{"regex":"(vKB011B|vKB004L)","device":"tablet","model":"$1"},"VK Mobile":{"regex":"VK(?!share)[\\\\-]?([a-z0-9 ]+)([;\\\\)/ ]| Build)","device":"feature phone","model":"$1"},"Vernee":{"regex":"Vernee|Mars Pro|Apollo (?:Lite|X)|Thor (?:E|Plus)","device":"smartphone","models":[{"regex":"Apollo Lite","model":"Apollo Lite"},{"regex":"Apollo X","model":"Apollo X"},{"regex":"Mars Pro","model":"Mars Pro"},{"regex":"Thor E","model":"Thor E"},{"regex":"Thor Plus","model":"Thor Plus"},{"regex":"Vernee_M5","model":"M5"},{"regex":"Vernee[ _-]([^;/]+) Build","model":"$1"},{"regex":"Vernee[ _-]([a-z0-9_-]+)","model":"$1"}]},"Vertu":{"regex":"Vertu[ ]?([a-z0-9]+)","device":"feature phone","model":"$1"},"Venso":{"regex":"(CX-508|CX-551|Reiv 500)[/;) ]","device":"smartphone","model":"$1"},"Verizon":{"regex":"QTA(SUN[12]|XIA1|QZ3|QZ3KID|IR7)|QMV7B","device":"tablet","models":[{"regex":"QTAXIA1|QTAIR7","model":"Ellipsis 10"},{"regex":"QTASUN1","model":"Ellipsis 8 HD"},{"regex":"QTASUN2","model":"Ellipsis 8 HD 4G LTE"},{"regex":"QTAQZ3KID","model":"Ellipsis Kids LTE"},{"regex":"QTAQZ3","model":"Ellipsis 8"},{"regex":"QMV7B","model":"Ellipsis 7"}]},"Verykool":{"regex":"verykool","device":"smartphone","models":[{"regex":"verykoolS5004","model":"Lotus JR."},{"regex":"verykool[ _]?([^/;]+) Build","model":"$1"},{"regex":"verykool[ _]?([^/;]+);","model":"$1"}]},"Vestel":{"regex":"Venus[ _](GO|V[1-9]|Z[1-9]0)|V_?TAB|VP74|VT97PRO|VSP145M|VSP250G|VSP355[GS]","device":"smartphone","models":[{"regex":"VT97PRO","model":"VTab 9.7 Pro","device":"tablet"},{"regex":"VP74","model":"VTab Lite II","device":"tablet"},{"regex":"VTAB10","model":"VTab 10","device":"tablet"},{"regex":"V_TAB_7_ECO_III ","model":"VTab 7 Eco 3","device":"tablet"},{"regex":"V_TAB_([0-9]{4}[A-Z]?)","model":"VTab $1","device":"tablet"},{"regex":"VSP145M","model":"Venus 4.5"},{"regex":"VSP250G","model":"Venus 5.0V"},{"regex":"VSP355G","model":"Venus 5.5V"},{"regex":"VSP355S","model":"Venus 5.5X"},{"regex":"Venus[ _]V([1-9])","model":"Venus V$1"},{"regex":"Venus[ _]Z([1-9]0)","model":"Venus Z$1"},{"regex":"Venus[ _]GO","model":"Venus Go"}]},"Videocon":{"regex":"Videocon[_ \\\\-]|VT75C","device":"smartphone","models":[{"regex":"Videocon[_ \\\\-]([a-z0-9]+)","model":"$1"},{"regex":"VT75C[/;) ]","model":"VT75C"}]},"Vodafone":{"regex":"(?<!FBCR/)Vodafone[ _-]|Smart ?Tab ?(?:III? ?)?(?:|4G|7|10)[);/ -]|VodafoneSmartChat|VFD[ _][0-9]+[;/) ]|VFD320|VF6[89]5|VF-(696|1397|795|895N|1497)","device":"smartphone","models":[{"regex":"VFD 100","model":"Smart Mini"},{"regex":"VF685","model":"Smart Kicka"},{"regex":"VF695","model":"Smart First 6"},{"regex":"VFD 200","model":"Smart First 7"},{"regex":"VFD 300","model":"Smart Mini 7"},{"regex":"VFD 50[02]","model":"Smart Turbo 7"},{"regex":"VFD 51[013]","model":"Smart E8"},{"regex":"VFD 600","model":"Smart Prime 7"},{"regex":"VFD320","model":"Smart C9"},{"regex":"VFD 820","model":"Smart X9"},{"regex":"VFD 610","model":"Smart N8"},{"regex":"Smart ultra 6","model":"Smart Ultra 6"},{"regex":"VFD 700","model":"Smart Ultra 7"},{"regex":"VFD 720","model":"Smart N9"},{"regex":"VFD 900","model":"Smart Platinum 7"},{"regex":"Vodafone[ _]875[);/ ]","model":"Smart Mini"},{"regex":"Vodafone[ _]975N?[);/ ]","model":"Smart 3"},{"regex":"Vodafone[ _]785[);/ ]","model":"Smart 4 Mini"},{"regex":"Vodafone[ _]890N[);/ ]","model":"Smart 4 Turbo"},{"regex":"Vodafone[ _]985N[);/ ]","model":"Smart 4 Power"},{"regex":"VodafoneSmartChat","model":"Smart Chat"},{"regex":"VF-696","model":"Smart Grand 6"},{"regex":"VF-795","model":"Smart Speed 6"},{"regex":"VF-895N","model":"Smart Prime 6"},{"regex":"VF-1397","model":"Tab Speed 6","device":"tablet"},{"regex":"VF-1497","model":"Tab Prime 6","device":"tablet"},{"regex":"VFD 1100","device":"tablet","model":"Tab Mini 7"},{"regex":"VFD 1300","device":"tablet","model":"Smart Tab N8"},{"regex":"VFD 1400","device":"tablet","model":"Tab Prime 7"},{"regex":"Smart ?Tab ?3G","device":"tablet","model":"Smart Tab 3G"},{"regex":"Smart ?Tab ?4G","device":"tablet","model":"Smart Tab 4G"},{"regex":"Smart ?Tab ?4","model":"Smart Tab 4","device":"tablet"},{"regex":"SmartTab7[);/ -]","model":"Smart Tab 7","device":"tablet"},{"regex":"SmartTab10[);/ -]","model":"Smart Tab 10","device":"tablet"},{"regex":"Smart ?Tab ?II ?7","model":"Smart Tab II 7","device":"tablet"},{"regex":"Smart ?Tab ?II ?10","model":"Smart Tab II 10","device":"tablet"},{"regex":"Smart ?Tab ?III ?7","model":"Smart Tab III 7","device":"tablet"},{"regex":"Smart ?Tab ?III ?10","model":"Smart Tab III 10","device":"tablet"},{"regex":"VFD[ _]([0-9]+)[;/) ]","model":"VFD $1"},{"regex":"Vodafone[ _-]([^;/]+) Build","model":"$1"},{"regex":"Vodafone[ _-]([a-z0-9_-]+)","model":"$1"}]},"Vonino":{"regex":"Vonino|Epic (?:E8|P7)|Gyga[ _](?:X|S|QS|XS)|Jax[ _](?:Q|QS|S|X|Mini)|Magnet[ _]M[19]|Navo_QS|Onyx_(QS|Z)|Orin_QS|Pluri[ _](?:[BCMQ]7|[CQ]8)|Sirius_QS|Volt[ _][XS]|Xavy_(T7|L8)|Xylo[ _][XSPQ]|Zun[ _]X[OS]?","device":"smartphone","models":[{"regex":"Zun[ _]XO","model":"Zun XO"},{"regex":"Zun[ _]XS","model":"Zun XS"},{"regex":"Zun[ _]X","model":"Zun X"},{"regex":"Xylo[ _](P|S|X|Q)","model":"Xylo $1"},{"regex":"Volt[ _]S_A7","model":"Volt S A7"},{"regex":"Volt[ _]S","model":"Volt S"},{"regex":"Volt[ _]X","model":"Volt X"},{"regex":"Gyga[ _]QS","model":"Gyga QS"},{"regex":"Gyga[ _]XS","model":"Gyga XS"},{"regex":"Gyga[ _](S|X)","model":"Gyga $1"},{"regex":"Jax[ _]QS","model":"Jax QS"},{"regex":"Jax[ _]S_A7","model":"Jax S A7"},{"regex":"Jax[ _](S|Q|X)","model":"Jax $1"},{"regex":"Jax[ _]Mini","model":"Jax Mini"},{"regex":"Epic (E8|P7)","model":"Epic $1","device":"tablet"},{"regex":"Pluri[ _](B|C|M|Q)7","model":"Pluri $17","device":"tablet"},{"regex":"Pluri[ _](C|Q)8","model":"Pluri $18","device":"tablet"},{"regex":"Magnet[ _]M([19])","model":"Magnet M$1","device":"tablet"},{"regex":"Navo_QS","model":"Navo QS","device":"tablet"},{"regex":"Onyx_(QS|Z)","model":"Onyx $1","device":"tablet"},{"regex":"Orin_QS","model":"Orin QS","device":"tablet"},{"regex":"Sirius_QS","model":"Sirius QS","device":"tablet"},{"regex":"Xavy_T7","model":"Xavy T7","device":"tablet"},{"regex":"Xavy_L8","model":"Xavy L8","device":"tablet"}]},"Vorago":{"regex":"VORAGO","device":"smartphone","models":[{"regex":"CELL-500","model":"CELL-500"}]},"Voto":{"regex":"VOTO[ _\\\\-]|VT8[89]8[;/) ]","device":"smartphone","models":[{"regex":"VOTO[ _\\\\-]?([^/;]+) Build","model":"$1"},{"regex":"VOTO[ _\\\\-]?([^);/ ]+)","model":"$1"},{"regex":"(VT8[89]8)[;/) ]","model":"$1"}]},"Voxtel":{"regex":"Voxtel_([a-z0-9]+)","device":"feature phone","model":"$1"},"Vulcan":{"regex":"VP5004A","device":"smartphone","models":[{"regex":"VP5004A","model":"VP5004A"}]},"Walton":{"regex":"Walton|Walpad|Primo[ _](C[1234]?|D[12345]|E[12345]|EF[23]?|EM|F[1234567]i?|G[123457]|GF[234]?|GH[23]?|GM|H[2346]|HM|N|N1|NF|NX2?|R[12346]|RH2?|RM2?|RX[23]?|S[123456]|V1|X[1234]|Z|ZX)","device":"smartphone","models":[{"regex":"Walpad ([^;/]+) Build","device":"tablet","model":"Primo Walpad $1"},{"regex":"Primo S6 infinity","model":"Primo S6 Infinity"},{"regex":"Walton[ _]([^;/]+) Build","model":"$1"},{"regex":"Walton[ _]([^;/]+)\\\\)","model":"$1"},{"regex":"Primo[ _]([^;/]+) Build","model":"Primo $1"},{"regex":"Primo[ _]([0-9a-z]+)","model":"Primo $1"}]},"WellcoM":{"regex":"WELLCOM[ _\\\\-/]([a-z0-9]+)","device":"smartphone","model":"$1"},"Wexler":{"regex":"Wexler|TAB[ _]10Q[);/ ]|ZEN[ _](?:4\\\\.5|4\\\\.7|5)","device":"tablet","models":[{"regex":"(?:Wexler[ _\\\\-\\\\.])?ZEN[ _]4\\\\.5[);/ ]","model":"ZEN 4.5","device":"smartphone"},{"regex":"(?:Wexler[ _\\\\-\\\\.])?ZEN[ _]4\\\\.7[);/ ]","model":"ZEN 4.7","device":"smartphone"},{"regex":"(?:Wexler[ _\\\\-\\\\.])?ZEN[ _]5[);/ ]","model":"ZEN 5","device":"smartphone"},{"regex":"(?:Wexler[ _\\\\-\\\\.])?TAB[ _]10Q[);/ ]","model":"TAB 10Q"},{"regex":"Wexler[ _\\\\-\\\\.]([^;/]+) Build","model":"$1"},{"regex":"Wexler[ _\\\\-\\\\.]([^);/]+)[);/]","model":"$1"}]},"Wiko":{"regex":"(?:WIKO[_ -])|(?:WIKO-)?CINK_[a-z0-9_]+|(?:WIKO-)?HIGHWAY_[a-z0-9_]+|(?:WIKO-)?(?:Cink([^/;]*)|Highway([^/;]*)|Iggy|Stairway|Rainbow ?(Jam|Lite|Up)?|Darkside|Darkmoon|Darkfull|Darknight|Freddy|FEVER|Jerry[2]?|Sublim|Ozzy|JIMMY|Barry|Birdy|Bloom|Getaway|Goa(?!nna)|Kite|Robby|Lenny[2-9]?|Slide|Sunset[2-9]?|Sunny[2-9]?|Tommy[2-9]?|PULP(?: Fab)?|Wax|HARRY|Ridge(?: Fab)?|U FEEL(?: Prime| Lite)?|U PULSE(?: LITE)?|View2 Go|View XL|View Prime)(?: Plus)?(?: 4G)?(?: Build|$)?|W_(?:C800|K[346]00|P200)|WC300|W-(V720|V800|P[36]11|K420|K510)-(TVM|EEA|SUN|OPE)|WIM Lite|W-K360-TV","device":"smartphone","models":[{"regex":"(?:Wiko-)?Cink([^/;]*) Build","model":"Cink$1"},{"regex":"(?:WIKO-)?CINK_([a-z0-9_]+)","model":"Cink $1"},{"regex":"(?:Wiko-)?Highway([^/;]*) Build","model":"Highway$1"},{"regex":"(?:WIKO-)?HIGHWAY_([a-z0-9_]+)","model":"Highway $1"},{"regex":"(?:WIKO-)?Iggy","model":"Iggy"},{"regex":"(?:WIKO-)?FEVER","model":"Fever"},{"regex":"(?:WIKO-)?Stairway","model":"Stairway"},{"regex":"(?:WIKO-)?Ridge Fab 4G","model":"Ridge Fab 4G"},{"regex":"(?:WIKO-)?Ridge 4G","model":"Ridge 4G"},{"regex":"(?:WIKO-)?Ridge","model":"Ridge"},{"regex":"(?:WIKO-)?Rainbow ([^/;]+) Build","model":"Rainbow $1"},{"regex":"(?:WIKO-)?Rainbow","model":"Rainbow"},{"regex":"(?:WIKO-)?Darkside","model":"Darkside"},{"regex":"(?:WIKO-)?Darkmoon","model":"Darkmoon"},{"regex":"(?:WIKO-)?Darkfull","model":"Darkfull"},{"regex":"(?:WIKO-)?Darknight","model":"Darknight"},{"regex":"(?:WIKO-)?Sublim","model":"Sublim"},{"regex":"(?:WIKO-)?Ozzy","model":"Ozzy"},{"regex":"(?:WIKO-)?Barry","model":"Barry"},{"regex":"(?:WIKO-)?Birdy","model":"Birdy"},{"regex":"(?:WIKO-)?Bloom","model":"Bloom"},{"regex":"(?:WIKO-)?JIMMY","model":"Jimmy"},{"regex":"JERRY MAX","model":"Jerry Max"},{"regex":"W_K300","model":"Jerry 3"},{"regex":"(?:WIKO-)?Jerry2","model":"Jerry 2"},{"regex":"(?:WIKO-)?Jerry","model":"Jerry"},{"regex":"(?:WIKO-)?Getaway","model":"Getaway"},{"regex":"(?:WIKO-)?Goa(?!nna)","model":"Goa"},{"regex":"(?:WIKO-)?Freddy","model":"Freddy"},{"regex":"(?:WIKO-)?Kite","model":"Kite"},{"regex":"W_K400","model":"Lenny 5"},{"regex":"(?:WIKO-)?Lenny[ -_]?3 Max","model":"Lenny 3 Max"},{"regex":"(?:WIKO-)?Lenny[ -_]?4 Plus","model":"Lenny 4 Plus"},{"regex":"(?:WIKO-)?Lenny[ -_]?([2-9])","model":"Lenny $1"},{"regex":"(?:WIKO-)?Lenny","model":"Lenny"},{"regex":"(?:WIKO-)?Slide","model":"Slide"},{"regex":"(?:WIKO-)?Sunset2","model":"Sunset 2"},{"regex":"(?:WIKO-)?Sunset","model":"Sunset"},{"regex":"(?:WIKO-)?Sunny3","model":"Sunny 3"},{"regex":"(?:WIKO-)?Sunny2 Plus","model":"Sunny 2 Plus"},{"regex":"(?:WIKO-)?Sunny2","model":"Sunny 2"},{"regex":"W-K360-TV","model":"Sunny 4 Plus"},{"regex":"(?:WIKO-)?Sunny","model":"Sunny"},{"regex":"(W_K600|Tommy3)","model":"Tommy 3"},{"regex":"(?:WIKO-)?Tommy2 Plus","model":"Tommy 2 Plus"},{"regex":"(?:WIKO-)?Tommy2","model":"Tommy 2"},{"regex":"(?:WIKO-)?Tommy","model":"Tommy"},{"regex":"(?:WIKO-)?Wax","model":"Wax"},{"regex":"(?:WIKO-)?HARRY","model":"Harry"},{"regex":"(?:WIKO-)?WIM Lite","model":"WIM Lite"},{"regex":"(?:WIKO-)?Pulp Fab 4G","model":"Pulp Fab 4G"},{"regex":"(?:WIKO-)?Pulp Fab","model":"Pulp Fab"},{"regex":"(?:WIKO-)?Pulp 4G","model":"Pulp 4G"},{"regex":"(?:WIKO-)?Pulp","model":"Pulp"},{"regex":"(?:WIKO-)?Robby","model":"Robby"},{"regex":"(?:WIKO-)?U PULSE LITE","model":"U Pulse Lite"},{"regex":"(?:WIKO-)?U PULSE","model":"U Pulse"},{"regex":"(?:WIKO-)?U FEEL LITE","model":"U Feel Lite"},{"regex":"(?:WIKO-)?U FEEL PRIME","model":"U Feel Prime"},{"regex":"(?:WIKO-)?U FEEL","model":"U Feel"},{"regex":"(?:WIKO-)?View2 Go","model":"View 2 Go"},{"regex":"(?:WIKO-)?View XL","model":"View XL"},{"regex":"(?:WIKO-)?View Prime","model":"View Prime"},{"regex":"WC300","model":"View Lite"},{"regex":"W_C800","model":"View 2"},{"regex":"W_P200","model":"View Max"},{"regex":"W-V800-(TVM|EEA|OPE)","model":"View 3 Lite"},{"regex":"W-K420-EEA","model":"Y50"},{"regex":"W-K510-(TVM|EEA|OPE|SUN)","model":"Y60"},{"regex":"W-V720-(EEA|OPE)","model":"Y80"},{"regex":"W-P311-(EEA|OPE)","model":"View 3"},{"regex":"W-P611-EEA","model":"View 3 Pro"},{"regex":"Wiko ([^/;]+) Build","model":"$1"},{"regex":"Wiko ([^/; ]+)","model":"$1"}]},"Wieppo":{"regex":"Wieppo (S6 Lite|S[658])[;/) ]","device":"smartphone","model":"$1"},"Wink":{"regex":"Wink_","device":"smartphone","models":[{"regex":"Wink_City_(SE|S)","model":"City $1"}]},"Weimei":{"regex":"weplus_3","device":"smartphone","models":[{"regex":"weplus_3","model":"WePlus 3"}]},"Wileyfox":{"regex":"(?:Wileyfox [^/]+)|Swift 2[;/) ]","device":"smartphone","models":[{"regex":"Wileyfox Spark \\\\+","model":"Spark +"},{"regex":"Wileyfox Spark X","model":"Spark X"},{"regex":"Wileyfox (Spark|Swift)","model":"$1"},{"regex":"Wileyfox ([^/)]+)(?: Build|\\\\))","model":"$1"},{"regex":"Swift 2 (X|Plus)[;/) ]","model":"Swift 2 $1"},{"regex":"Swift 2[;/) ]","model":"Swift 2"}]},"Wolder":{"regex":"miSmart|miTab|WIAM \\\\#24|WOLDER","device":"smartphone","models":[{"regex":"WIAM \\\\#24","model":"Wiam #24"},{"regex":"WOLDER_WIAM_65","model":"Wiam #65"},{"regex":"miSmart[ \\\\-_]?([^/]+) Build","model":"miSmart $1"},{"regex":"miTab[ \\\\-_]?([^/]+) Build","device":"tablet","model":"miTab $1"}]},"Wolfgang":{"regex":"AT[ _-]AS([0-9A-Z]+)[);/ ]","device":"smartphone","model":"AT-AS$1"},"Wonu":{"regex":"Wonu ([a-z0-9]+)","device":"feature phone","model":"$1"},"Woo":{"regex":"SP5026i-Scorpio","device":"smartphone","models":[{"regex":"SP5026i-Scorpio","model":"Scorpio"}]},"Woxter":{"regex":"Woxter[ _]([^/;]+) Build","device":"tablet","model":"$1"},"X-View":{"regex":"ZEN_U5+","device":"smartphone","models":[{"regex":"ZEN_U5+","model":"ZEN U5+"}]},"Xiaomi":{"regex":"Xiaomi(?!/(?:Miui|Mint[ ])Browser)|Mi9 Pro 5G|(?:MI [a-z0-9]+|Mi-4c|MI-One[ _]?[a-z0-9]+|MIX(?: 2S?)?)[);/ ]|HM (?:[^/;]+) (?:Build|MIUI)|(?:2014501|2014011|201481[12378]|201302[23]|2013061) Build|Redmi|MI_NOTE_Pro|POCOPHONE|(?:SHARK )?(KLE|MBU)-A0|SKR-[AH]0|SKW-[AH]0|POCO F1|DLT-[AH]0|MIBOX[34]([_ ]PRO)?|MiTV4[CSX]?|MiTV-(MSSP1|AXSO0)|AWM-A0|MI CC 9 Meitu Edition","device":"smartphone","models":[{"regex":"SKR-[AH]0","model":"Black Shark"},{"regex":"AWM-A0","model":"Black Shark Helo"},{"regex":"SKW-[AH]0","model":"Black Shark 2"},{"regex":"DLT-[AH]0","model":"Black Shark 2 Pro"},{"regex":"(?:SHARK )?KLE-A0","model":"Black Shark 3"},{"regex":"(?:SHARK )?MBU-A0","model":"Black Shark 3 Pro"},{"regex":"Xiaomi_2014501|2014501 Build","model":"Hongmi 4G"},{"regex":"Xiaomi_2014011|2014011 Build","model":"Hongmi 1S"},{"regex":"Xiaomi_201302[23]|201302[23] Build","model":"Hongmi"},{"regex":"Xiaomi_2014818|2014818 Build","model":"Hongmi 2 3G"},{"regex":"Xiaomi_2014817|2014817 Build","model":"Hongmi 2"},{"regex":"Xiaomi_201481[123]|201481[123] Build","model":"Hongmi 2 4G"},{"regex":"Mi 9 SE[);/ ]","model":"MI 9 SE"},{"regex":"MI CC 9 Meitu Edition[);/ ]","model":"MI CC 9"},{"regex":"Xiaomi_M2001J2E_TD-LTE[);/ ]","model":"MI 10"},{"regex":"Mi9 Pro 5G[);/ ]","model":"MI 9 Pro 5G"},{"regex":"MI 8 Lite[);/ ]","model":"MI 8 Lite"},{"regex":"MI 5s Plus[);/ ]","model":"MI 5s Plus"},{"regex":"Xiaomi_2013061|2013061 Build","model":"MI 3"},{"regex":"Mi-4c[);/ ]","model":"MI 4C"},{"regex":"MI MAX 3[);/ ]","model":"MI MAX 3"},{"regex":"MI MAX 2[);/ ]","model":"MI MAX 2"},{"regex":"Mi A2 Lite[);/ ]","model":"MI A2 Lite"},{"regex":"MIX 3[);/ ]","model":"MI MIX 3"},{"regex":"MIX 2S[);/ ]","model":"MI MIX 2S"},{"regex":"MIX 2[);/ ]","model":"MI MIX 2"},{"regex":"MIX[);/ ]","model":"MI MIX"},{"regex":"POCOPHONE F1|POCO F1","model":"Pocophone F1"},{"regex":"Redmi 5 Plus","model":"Redmi 5 Plus"},{"regex":"HM 2A[);/ ]","model":"Redmi 2A"},{"regex":"HM 1S[CW]?[);/ ]","model":"Redmi 1S"},{"regex":"HM 1[);/ ]","model":"Redmi 1"},{"regex":"MI PAD 4 PLUS[);/ ]","model":"Mi Pad 4 Plus","device":"tablet"},{"regex":"MI PAD 4[);/ ]","model":"Mi Pad 4","device":"tablet"},{"regex":"MI PAD 3[);/ ]","model":"Mi Pad 3","device":"tablet"},{"regex":"MI PAD 2[);/ ]","model":"Mi Pad 2","device":"tablet"},{"regex":"MI PAD[);/ ]","model":"Mi Pad","device":"tablet"},{"regex":"MIBOX3[ _]Pro[);/ ]","model":"Mi Box 3 Pro","device":"tv"},{"regex":"MIBOX([34])[);/ ]","model":"Mi Box $1","device":"tv"},{"regex":" MiTV-MSSP1[);/ ]","model":"MiTV 4S","device":"tv"},{"regex":" MiTV-AXSO0[);/ ]","model":"MiTV 4A","device":"tv"},{"regex":"(MiTV)(4[CSX]|4)[);/ ]","model":"$1 $2","device":"tv"},{"regex":"HM NOTE 1W (?:Build|MIUI)","device":"phablet","model":"Redmi Note"},{"regex":"HM NOTE 1TD (?:Build|MIUI)","device":"phablet","model":"Hongmi Note 1TD"},{"regex":"HM NOTE 1(?:LTE|S)(?:W|GLOBAL|TD)? (?:Build|MIUI)","device":"phablet","model":"Redmi Note 4G"},{"regex":"Redmi Note 6 Pro","model":"Redmi Note 6 Pro","device":"phablet"},{"regex":"Redmi Note 5 Pro","model":"Redmi Note 5 Pro","device":"phablet"},{"regex":"Redmi Note 5A Prime","model":"Redmi Note 5A Prime","device":"phablet"},{"regex":"Redmi[ _]Note[ _]([^;/) ]+)?","model":"Redmi Note $1","device":"phablet"},{"regex":"Redmi[ _]([^;/) ]+)?","model":"Redmi $1"},{"regex":"MI_NOTE_Pro","model":"MI Note Pro","device":"phablet"},{"regex":"MI[ _]Note[ _]([^;/) ]+)?","model":"MI Note $1","device":"phablet"},{"regex":"(MI(?:-One)?[ _](?:[^;/]*))Build","model":"$1"},{"regex":"(MI [a-z0-9]+|MI-One[ _]?[a-z0-9]+)[);/ ]","model":"$1"},{"regex":"HM Note ([^/;]+) (?:Build|MIUI)","device":"phablet","model":"Note"},{"regex":"HM ([^/;]+) (?:Build|MIUI)","model":"HM $1"},{"regex":"Xiaomi[ _]([^/;]+)(?: Build|$)","model":"$1"}]},"Xion":{"regex":"XI-CE(?:655|U[48])","device":"smartphone","models":[{"regex":"XI-CE(655|U[48])","model":"CE$1"}]},"Xolo":{"regex":"Xolo|(?:Q600|Q700s?|Q800|Q1000s|Q1000[ _]Opus|Q1010i|Q2000|Omega[ _]5.[05])[);/ ]|BLACK-1XM","device":"smartphone","models":[{"regex":"BLACK-1XM","model":"Black 1X"},{"regex":"(Q600 Club|Q600|Q700s?|Q800|Q1000s Plus|Q1000s|Q1000[ _]Opus|Q1010i|Q2000|Omega[ _]5.[05])[);/ ]","model":"$1"},{"regex":"Xolo[ _]?([^;/]+) Build","model":"$1"},{"regex":"Xolo[ _]?([a-z0-9_-]+)","model":"$1"}]},"Yarvik":{"regex":"Xenta[ \\\\-]Tab|Luna TAB|TAB09-410|TAB10-410|TAB07-485|TAB0[78]-200|TAB08-201-3G|TAB9-200|TAB09-211|TAB10-2[01]1|TAB13-201","device":"tablet","models":[{"regex":"Luna TAB07-920N","model":"Luna 7"},{"regex":"Luna TAB07-10[01]","model":"Luna 7c"},{"regex":"Luna TAB274","model":"Luna 7c"},{"regex":"Luna TAB474","model":"Luna 10"},{"regex":"Luna TAB10-150","model":"Luna 10c"},{"regex":"TAB09-410","model":"Noble 9.7"},{"regex":"TAB10-410","model":"Noble 10.1"},{"regex":"TAB07-485","model":"Noble Mini"},{"regex":"Xenta-TAB07-21[01]","model":"Xenta 7c"},{"regex":"TAB07-200","model":"Xenta 7ic"},{"regex":"TAB08-200","model":"Xenta 8ic"},{"regex":"TAB08-201-3G","model":"Xenta 8c"},{"regex":"TAB9-200","model":"Xenta 9.7ic"},{"regex":"TAB09-211","model":"Xenta 9.7ic+"},{"regex":"TAB10-2[01]1","model":"Xenta 10ic"},{"regex":"TAB13-201","model":"Xenta 13c"}]},"Yes":{"regex":"M631Y","device":"smartphone","models":[{"regex":"M631Y","model":"Altitude"}]},"Yezz":{"regex":"Yezz|ANDY[ _]|4E4|A5EI","device":"smartphone","models":[{"regex":"ANDY_35E2I","model":"Andy 3.5E2I"},{"regex":"ANDY_35EI2","model":"Andy 3.5EI2"},{"regex":"Andy 3.5EI","model":"Andy 3.5EI"},{"regex":"ANDY_45EL","model":"Andy 4.5EL"},{"regex":"Andy 4.7T","model":"Andy 4.7T"},{"regex":"ANDY_4E2I","model":"Andy 4E2I"},{"regex":"4E4","model":"Andy 4E4"},{"regex":"ANDY_4EI2","model":"Andy 4EI2"},{"regex":"Yezz-AC4EI","model":"Andy 4EI"},{"regex":"ANDY_4EL2_LTE","model":"Andy 4EL2 LTE"},{"regex":"Andy_55EI","model":"Andy 55EI"},{"regex":"ANDY_5EI","model":"Andy 5EI"},{"regex":"Andy 5EL2 LTE","model":"Andy 5EL2 LTE"},{"regex":"Andy_5ML_LTE","model":"Andy 5ML LTE"},{"regex":"Andy_5T","model":"Andy 5T"},{"regex":"A3.5EP","model":"Andy A3.5EP"},{"regex":"A5EI","model":"Andy A5EI"},{"regex":"ANDY_C5QL","model":"Andy C5QL"}]},"Yu":{"regex":"YU5010A|AO5510","device":"smartphone","models":[{"regex":"YU5010A","model":"Yuphoria"},{"regex":"AO5510","model":"Yureka"}]},"Yuandao":{"regex":"N101[ _]DUAL(?:[ _]CORE)?(?:[ _]?2|\\\\|\\\\|)?(?:[ _]V11)?[);/ ]","device":"tablet","model":"N101"},"Yusun":{"regex":"Yusun|LA2-T","device":"smartphone","models":[{"regex":"LA2-T","model":"LA2-T"},{"regex":"Yusun ([^;/]+) Build","model":"$1"},{"regex":"Yusun ([a-z0-9_\\\\-\\\\+]+)","model":"$1"}]},"Ytone":{"regex":"YTONE[ _\\\\-]","device":"smartphone","models":[{"regex":"YTONE[ _\\\\-]?([^/;]+) Build","model":"$1"},{"regex":"YTONE[ _\\\\-]?([^);/ ]+)","model":"$1"}]},"Zonda":{"regex":"(ZM(?:CK|EM|TFTV|TN)[a-z0-9]+)|ZA409","device":"feature phone","models":[{"regex":"ZA409","device":"smartphone","model":"Muzic"},{"regex":"(ZM(?:CK|EM|TFTV|TN)[a-z0-9]+)","model":"$1"}]},"ZYQ":{"regex":"ZYQ-Q88|(Q(?:2602|262[436]|638|2688|272[89]|3022|3623|TAB Tab4|328 m9|328|668)|J77|Q[._](?:Up|Boss P99|Dee R09|Good M9|Hi|Hot|Me|Mate R99|Next|TOP-X8|You))[); ]","device":"smartphone","models":[{"regex":"Q638","model":"I7"},{"regex":"Q2624","model":"Cheer 3G"},{"regex":"Q2602","model":"TV Next"},{"regex":"Q2728","model":"Zone 3G"},{"regex":"Q2729","model":"Q2729"},{"regex":"Q2688","model":"Q2688"},{"regex":"Q2623","model":"Win 3G"},{"regex":"Q2626","model":"Care 3G"},{"regex":"Q3623","model":"Braw 3G"},{"regex":"Q3022","model":"Q3022"},{"regex":"Q328 m9","model":"Q328 M9"},{"regex":"Q328","model":"Speed 3G"},{"regex":"Q668","model":"TV I4"},{"regex":"J77","model":"Q.Dee"},{"regex":"Q\\\\.Up C5","model":"Q.Up C5"},{"regex":"Q\\\\.Up","model":"Q.Up"},{"regex":"Q\\\\.Boss P99","model":"Q.Boss P99"},{"regex":"Q[._]Dee R09","model":"Q.Dee R09"},{"regex":"Q\\\\.Good M9","model":"Q.Good M9"},{"regex":"Q[._]Hi S1","model":"Q.Hi S1"},{"regex":"Q[._]Hi","model":"Q.Hi"},{"regex":"Q[._]Hot P7 3G","model":"Q.Hot P7 3G"},{"regex":"Q[._]Hot","model":"Q.Hot"},{"regex":"Q[._]Me Phone7 3G","model":"Q.Me Phone 7 3G"},{"regex":"Q[._]Me Plus7","model":"Q.Me Plus 7"},{"regex":"Q[._]Me","model":"Q.Me"},{"regex":"Q[._]Mate R99","model":"Q.Mate R99"},{"regex":"Q[._]Next B7","model":"Q.Next B7"},{"regex":"Q[._]Next J2","model":"Q.Next J2"},{"regex":"Q[._]TOP-X8","model":"Q.Top X8"},{"regex":"Q[._]You","model":"Q.You"},{"regex":"QTAB Tab4","model":"QTab Tab4","device":"tablet"},{"regex":"ZYQ-Q88","model":"Q88","device":"tablet"}]},"Toshiba":{"regex":"Toshiba|TSBNetTV/|portalmmm/[12].0 TS|T-01C|T-0[12]D|IS04|IS11T|AT1S0|AT300SE|AT(7-C|10-A|10[PL]E-A|100|200|270|300|330|374|400|470|500|503|570|703|830)","device":"smartphone","models":[{"regex":"T-01C","model":"Regza T-01C"},{"regex":"T-01D","model":"Regza T-01D"},{"regex":"T-02D","model":"Regza T-02D"},{"regex":"IS04","model":"Regza IS04"},{"regex":"IS11T","model":"Regza IS11T"},{"regex":"AT7-C","model":"Excite","device":"tablet"},{"regex":"AT1S0","model":"Regza AT1S0","device":"tablet"},{"regex":"AT300SE","model":"Regza AT300SE","device":"tablet"},{"regex":"AT500a","model":"Regza AT500a","device":"tablet"},{"regex":"AT(100|200|270|300|330|374|400|470|500|503|570|703|830)","model":"Regza AT$1","device":"tablet"},{"regex":"AT10([PL])E-A","model":"Excite AT10$1-A","device":"tablet"},{"regex":"AT10-A","model":"Excite AT10-A","device":"tablet"},{"regex":"TSBNetTV/","device":"tv","model":""},{"regex":"Toshiba[ /_\\\\-]?([a-z0-9_ \\\\-]+) Build","model":"$1"},{"regex":"Toshiba[ /_\\\\-]?([a-z0-9_\\\\-]+)","model":"$1"},{"regex":"portalmmm/[12].0 (TS[a-z0-9 ]+)","model":"$1"}]},"Vivax":{"regex":"VIVAX|(Fly5[_ ]Lite)[;)/ ]","device":"smartphone","models":[{"regex":"Fly5[_ ]Lite","model":"Fly 5 Lite"},{"regex":"VIVAX[ _]Fly3","model":"Fly 3"},{"regex":"VIVAX (Point X551)","model":"$1"},{"regex":"SMART Point X5010","model":"Smart Point X5010"}]},"Fly":{"regex":"Fly(?!Flow|touch)|FS50[1-9]|FS51[0-8]|FS52[0-9]|FS530|FS55[134]|FS40[1-9]|FS45[1-9]|4FS06|MERIDIAN-|(?:IQ[0-9]{3,})[ _]?(?:Quad|Firebird|Quattro|Turbo|Magic)?(?: Build|[;/\\\\)])","device":"smartphone","models":[{"regex":"(?:Fly_)?IQ310(?: Build|[;/\\\\)])","model":"Panorama","device":"tablet"},{"regex":"(?:Fly_)?IQ236(?: Build|[;/\\\\)])","model":"Victory"},{"regex":"FS506","model":"Cirrus 3"},{"regex":"FS403","model":"Cumulus 1"},{"regex":"FS508","model":"Cirrus 6"},{"regex":"FS511","model":"Cirrus 7"},{"regex":"FS509","model":"Nimbus 9"},{"regex":"FS406","model":"Stratus 5"},{"regex":"FS404","model":"Stratus 3"},{"regex":"FS504","model":"Cirrus 2"},{"regex":"FS407","model":"Stratus 6"},{"regex":"FS401","model":"Stratus 1"},{"regex":"FS402","model":"Stratus 2"},{"regex":"FS501","model":"Nimbus 3"},{"regex":"FS502","model":"Cirrus 1"},{"regex":"FS507","model":"Cirrus 4"},{"regex":"FS505","model":"Nimbus 7"},{"regex":"FS551","model":"Nimbus 4"},{"regex":"FS514","model":"Cirrus 8"},{"regex":"FS553","model":"Cirrus 9"},{"regex":"FS554","model":"Power Plus FHD"},{"regex":"FS517","model":"Cirrus 11"},{"regex":"FS516","model":"Cirrus 12"},{"regex":"FS518","model":"Cirrus 13"},{"regex":"FS520","model":"Selfie 1"},{"regex":"FS521","model":"Power Plus 1"},{"regex":"FS522","model":"Cirrus 14"},{"regex":"FS523","model":"Cirrus 16"},{"regex":"FS524","model":"Knockout"},{"regex":"FS526","model":"Power Plus 2"},{"regex":"FS527","model":"Nimbus 17"},{"regex":"FS528","model":"Memory Plus"},{"regex":"FS529","model":"Сhamp"},{"regex":"FS530","model":"Power Plus XXL"},{"regex":"FS454","model":"Nimbus 8"},{"regex":"FS452","model":"Nimbus 2"},{"regex":"FS512","model":"Nimbus 10"},{"regex":"FS510","model":"Nimbus 12"},{"regex":"FS451","model":"Nimbus 1"},{"regex":"FS405","model":"Stratus 4"},{"regex":"FS408","model":"Stratus 8"},{"regex":"FS409","model":"Stratus 9"},{"regex":"FS455","model":"Nimbus 11"},{"regex":"FS456","model":"Nimbus 14"},{"regex":"FS457","model":"Nimbus 15"},{"regex":"FS459","model":"Nimbus 16"},{"regex":"FS458","model":"Stratus 7"},{"regex":"(?:Fly_)?IQ237(?: Build|[;/\\\\)])","model":"Dynamic"},{"regex":"(?:Fly_)?IQ238(?: Build|[;/\\\\)])","model":"Jazz"},{"regex":"(?:Fly_)?IQ240(?: Build|[;/\\\\)])","model":"Whizz"},{"regex":"(?:Fly_)?IQ255(?: Build|[;/\\\\)])","model":"Pride"},{"regex":"(?:Fly_)?IQ270(?: Firebird)?(?: Build|[;/\\\\)])","model":"Firebird"},{"regex":"(?:Fly_)?IQ275(?: Build|[;/\\\\)])","model":"Marathon"},{"regex":"(?:Fly_)?IQ285(?: Turbo)?(?: Build|[;/\\\\)])","model":"Turbo"},{"regex":"(?:Fly_)?IQ430(?: Build|[;/\\\\)])","model":"Evoke"},{"regex":"(?:Fly_)?IQ431(?: Build|[;/\\\\)])","model":"Glory"},{"regex":"(?:Fly_)?IQ432(?: Build|[;/\\\\)])","model":"Era Nano 1"},{"regex":"(?:Fly_)?IQ434(?: Build|[;/\\\\)])","model":"Era Nano 5"},{"regex":"(?:Fly_)?IQ436(?: Build|[;/\\\\)])","model":"Era Nano 3"},{"regex":"(?:Fly_)?IQ440(?: Build|[;/\\\\)])","model":"Energy"},{"regex":"(?:Fly_)?IQ4401(?: Build|[;/\\\\)])","model":"Era Energy 2"},{"regex":"(?:Fly_)?IQ441(?: Build|[;/\\\\)])","model":"Radiance"},{"regex":"(?:Fly_)?IQ442(?: Build|[;/\\\\)])","model":"Miracle"},{"regex":"(?:Fly_)?IQ442 Quad(?: Build|[;/\\\\)])","model":"Miracle 2"},{"regex":"(?:Fly_)?IQ443(?: Build|[;/\\\\)])","model":"Trend"},{"regex":"(?:Fly_)?IQ444(?: Quattro)?(?: Build|[;/\\\\)])","model":"Diamond 2"},{"regex":"(?:Fly_)?IQ445(?: Build|[;/\\\\)])","model":"Genius"},{"regex":"(?:Fly_)?IQ446(?: Magic)?(?: Build|[;/\\\\)])","model":"Magic"},{"regex":"(?:Fly_)?IQ447(?: Build|[;/\\\\)])","model":"Era Life 1"},{"regex":"(?:Fly_)?IQ448(?: Build|[;/\\\\)])","model":"Chic"},{"regex":"(?:Fly_)?IQ449(?: Build|[;/\\\\)])","model":"Pronto"},{"regex":"(?:Fly_)?IQ450(?: Build|[;/\\\\)])","model":"Horizon"},{"regex":"(?:Fly_)?IQ450[ _]Quattro(?: Build|[;/\\\\)])","model":"Horizon 2"},{"regex":"(?:Fly_)?IQ451(?: Build|[;/\\\\)])","model":"Vista"},{"regex":"(?:Fly_)?IQ452 Quad(?: Build|[;/\\\\)])","model":"Ego Vision 1"},{"regex":"(?:Fly_)?IQ454(?: Build|[;/\\\\)])","model":"Evo Tech 1"},{"regex":"(?:Fly_)?IQ456(?: Build|[;/\\\\)])","model":"Era Life 2"},{"regex":"(?:Fly_)?IQ4403(?: Build|[;/\\\\)])","model":"Energy 3"},{"regex":"(?:Fly_)?IQ4404(?: Build|[;/\\\\)])","model":"Spark"},{"regex":"(?:Fly_)?IQ4406(?: Build|[;/\\\\)])","model":"Era Nano 6"},{"regex":"(?:Fly_)?IQ4410 Quad(?: Build|[;/\\\\)])","model":"Phoenix"},{"regex":"(?:Fly_)?IQ4411(?: Build|[;/\\\\)])","model":"Energy 2"},{"regex":"(?:Fly_)?IQ4412 Quad(?: Build|[;/\\\\)])","model":"Coral"},{"regex":"(?:Fly_)?IQ4413[ _]Quad(?: Build|[;/\\\\)])","model":"Evo Chic 3"},{"regex":"(?:Fly_)?IQ4414 Quad(?: Build|[;/\\\\)])","model":"Evo Tech 3"},{"regex":"(?:Fly_)?IQ4415 Quad(?: Build|[;/\\\\)])","model":"Era Style 3"},{"regex":"(?:Fly_)?IQ4490(?: Build|[;/\\\\)])","model":"Era Nano 4"},{"regex":"(?:Fly_)?IQ4504 Quad(?: Build|[;/\\\\)])","model":"Evo Energy 5"},{"regex":"(?:Fly_)?IQ([0-9]+) ?(?:Quad|Firebird|Quattro)? Build","model":"IQ$1"},{"regex":"Fly[ _\\\\-]?([a-z0-9_]+)/","model":"$1","device":"feature phone"},{"regex":"Flylife[ _\\\\-]?([^/;]+) Build","model":"Flylife $1","device":"tablet"},{"regex":"Fly[ _\\\\-]?([a-z0-9]+)","model":"$1"},{"regex":"MERIDIAN-([a-z0-9]+)","model":"$1"}]},"FinePower":{"regex":"FinePower[_ ]?([AB][1-9]|[CD][1-9])[;)/ ]","device":"smartphone","models":[{"regex":"FinePower[_ ]?([AB][1-9])[;)/ ]","model":"$1","device":"tablet"},{"regex":"FinePower[_ ]?([CD][1-9])[;)/ ]","model":"$1"}]},"Freetel":{"regex":"(FTJ152[ABCD]|FT141B|FT142D_LTEXM|FT142A?|FTJ161[AB]|FTJ1[56]2E|FTJ162D|FTE161[GE])[;)/ ]","device":"smartphone","models":[{"regex":"FTJ152C","model":"Samurai Miyabi"},{"regex":"FTJ161A","model":"Musashi"},{"regex":"FTE161E","model":"Ice 2"},{"regex":"FTE161G","model":"Ice 2 Plus"},{"regex":"FTJ162E","model":"Raijin"},{"regex":"FT141B","model":"Nico"},{"regex":"FT142D_LTEXM","model":"XM"},{"regex":"FT142A?","model":"Priori 2"},{"regex":"FTJ152A","model":"Priori 3"},{"regex":"FTJ162D","model":"Priori 4"},{"regex":"FTJ152B","model":"Priori 3S LTE"},{"regex":"FTJ152D","model":"Samurai Kiwami"},{"regex":"FTJ161B","model":"Samurai Rei"},{"regex":"FTJ152E","model":"Katana 1"}]},"Zeemi":{"regex":"ZEEMI[ _-]","device":"smartphone","models":[{"regex":"ZEEMI[ _-]([^/;]+) Build","model":"$1"},{"regex":"ZEEMI[ _-]([^/;)]+)[/;)]","model":"$1"}]},"Zenek":{"regex":"Z5007|Z551[679]|Z6001","device":"smartphone","models":[{"regex":"Z5517","model":"Leopardo"},{"regex":"Z6001","model":"Libelula"},{"regex":"Z5007","model":"Oso"},{"regex":"Z5519","model":"Pingûino"},{"regex":"Z5516","model":"Zebra"}]},"Zopo":{"regex":"ZOPO|(?:ZOPO[_ ])?(Flash X3|ZP[0-9]{2,}[^/;]+)(?:\\\\)| Build)","device":"smartphone","models":[{"regex":"(ZOPO_C2_MOD|ZP998)[);/ ]","model":"C2 II"},{"regex":"(?:ZOPO_)?ZP980[+][);/ ]","model":"ZP980+"},{"regex":"(?:ZOPO_)?ZP980[);/ ]","model":"Scorpio"},{"regex":"ZP952[);/ ]","model":"Speed 7 Plus"},{"regex":"ZP951[);/ ]","model":"Speed 7"},{"regex":"ZP955[);/ ]","model":"Speed 8"},{"regex":"ZP950[+h]?[);/ ]","model":"Leader Max"},{"regex":"ZP(?:900H?|910)[);/ ]","model":"Leader"},{"regex":"ZP(?:800H|810)[);/ ]","model":"Libero HD"},{"regex":"ZP500[+]?[);/ ]","model":"Libero"},{"regex":"ZP330[);/ ]","model":"Color C"},{"regex":"ZP370[);/ ]","model":"Color S"},{"regex":"ZP5(63|86)[);/ ]","model":"Color X"},{"regex":"ZP567[);/ ]","model":"Color C5i"},{"regex":"ZP300[S+]?[);/ ]","model":"Field"},{"regex":"ZP200[+]?[);/ ]","model":"Shining"},{"regex":"ZP100[);/ ]","model":"Pilot"},{"regex":"ZP1790[);/ ]","model":"Flash X2"},{"regex":"ZP781[);/ ]","model":"Flash G5 Plus"},{"regex":"(Flash X3|ZP[0-9]{2,}[^/;]+) Build","model":"$1"}]},"ZTE":{"regex":"ZTE|AxonPhone|([a-z0-9]+)_USA_Cricket|(?:Blade (?:L110|L[2357]|L7A|S6|V[6789]|V8Q|V8 SE|V9 VITA|X7|A(310|460|465|475|520|530|602)|V580)|N9[15]8St|NX(?:403A|404H|406E|40[X2]|507J|503A|505J|506J|508J|510J|512J|511J|513J|521J|523J_V1|529J|531J|541J|5[48]9J|551J|563J|569[HJ]|573J|575J|59[157]J|60[1689]J|61[12679]J|62[79]J|659J|907J)|N951[0579]|N9180|N9101|N913[67]|N952[01]|N9560|N9810|N799D|[UV]9180|[UV]9815|Z(?:233V|331|667T|768G|792|81[25]|82[08]|83[12359]|85[125]|851M|(557|71[67]|798|836|861|916)BL|986DL|(232|718|828)TL|(233|353|558|717|799|837|862|899|917|963)VL|955A|95[678]|965|97[018]|98[1237]|986U|999)|Apex2|G (LTE|Lux)|Vec)[);/ ]|KIS II Max|Kis 3|K3DX-V5G|Z930L|Blade (A5 2019-T|A6 MAX|A0622)|Nubia Z9","device":"smartphone","models":[{"regex":"N799D[);/ ]","model":"Blade Eg"},{"regex":"K3DX-V5G[);/ ]","model":"V5G"},{"regex":"N918St[);/ ]","model":"V5S"},{"regex":"N958St[);/ ]","model":"V5 Max"},{"regex":"N9101[);/ ]","model":"Imperial"},{"regex":"N9120[);/ ]","model":"Avid"},{"regex":"N9136[);/ ]","model":"Prestige 2"},{"regex":"N9137[);/ ]","model":"Tempo X"},{"regex":"N9180[);/ ]","model":"V5"},{"regex":"N9510[);/ ]","model":"Warp 4G"},{"regex":"N9517[);/ ]","model":"Blade Force"},{"regex":"N9515[);/ ]","model":"Warp Sync"},{"regex":"N9519[);/ ]","model":"Warp 7"},{"regex":"N9520[);/ ]","model":"Boost Max"},{"regex":"N9521[);/ ]","model":"Boost Max+"},{"regex":"N9560[);/ ]","model":"Max XL"},{"regex":"N9810[);/ ]","model":"Vital"},{"regex":"NX40[X2][);/ ]","model":"Nubia Z5 mini"},{"regex":"NX(403[AE]|406E|404H)[);/ ]","model":"Nubia Z5S Mini"},{"regex":"NX503A[);/ ]","model":"Nubia Z5S"},{"regex":"NX506J[);/ ]","model":"Nubia Z7"},{"regex":"NX507J[);/ ]","model":"Nubia Z7 mini"},{"regex":"NX505J[);/ ]","model":"Nubia Z7 max"},{"regex":"NX508J[);/ ]","model":"Nubia Z9"},{"regex":"(NX5[12]1J|Nubia Z9 mini)[);/ ]","model":"Nubia Z9 mini"},{"regex":"(NX510J|Nubia Z9 Max)[);/ ]","model":"Nubia Z9 max"},{"regex":"NX512J[);/ ]","model":"Nubia Z9 max dual"},{"regex":"NX531J[);/ ]","model":"Nubia Z11"},{"regex":"NX523J_V1","model":"Nubia Z11 Max"},{"regex":"NX529J[);/ ]","model":"Nubia Z11 mini"},{"regex":"NX549J[);/ ]","model":"Nubia Z11 mini S"},{"regex":"NX606J[);/ ]","model":"Nubia Z18"},{"regex":"NX616J[);/ ]","model":"Nubia Z18S"},{"regex":"NX611J[);/ ]","model":"Nubia Z18 mini"},{"regex":"NX551J[);/ ]","model":"Nubia M2"},{"regex":"NX563J[);/ ]","model":"Nubia Z17"},{"regex":"NX569[HJ][);/ ]","model":"Nubia Z17 Mini"},{"regex":"NX589J[);/ ]","model":"Nubia Z17 Mini S"},{"regex":"NX591J[);/ ]","model":"Nubia Z17 Lite"},{"regex":"NX595J","model":"Nubia Z17S"},{"regex":"NX612J[);/ ]","model":"Nubia V18"},{"regex":"NX627J","model":"Nubia Z20"},{"regex":"NX513J[);/ ]","model":"Nubia My Prague"},{"regex":"NX601J[);/ ]","model":"Nubia X6"},{"regex":"NX609J[);/ ]","model":"Nubia Red Magic"},{"regex":"NX659J[);/ ]","model":"Nubia Red Magic 5G"},{"regex":"NX619J[);/ ]","model":"Nubia Red Magic Mars"},{"regex":"NX629J[);/ ]","model":"Nubia Red Magic 3"},{"regex":"NX573J","model":"Nubia M2 Lite"},{"regex":"NX907J[);/ ]","model":"Nubia M2 Play"},{"regex":"NX541J","model":"Nubia N1"},{"regex":"NX597J","model":"Nubia N1 Lite"},{"regex":"NX575J","model":"Nubia N2"},{"regex":"NX6(08|17)J[);/ ]","model":"Nubia N3"},{"regex":"[UV]9180[);/ ]","model":"V5 Red Bull"},{"regex":"[UV]9815[);/ ]","model":"Grand Memo LTE"},{"regex":"V779M","model":"Joey Jump 2"},{"regex":"V807","model":"Blade C"},{"regex":"V809","model":"Blade C2"},{"regex":"(?:ZTE_)?V829","model":"Blade G Pro"},{"regex":"V882","model":"Lord"},{"regex":"V967S","model":"Grand X2"},{"regex":"V970M?|V987","model":"Grand X"},{"regex":"V8000","model":"Nova 4"},{"regex":"Z95[67]","model":"Grand X4"},{"regex":"Z987","model":"Grand X Max+"},{"regex":"(?:ZTE_)?Grand[ _]Era","model":"Grand Era"},{"regex":"V788D","model":"Kis Plus"},{"regex":"Z331[);/ ]","model":"Z331"},{"regex":"Blade (A(0620|310|452|460|462|465|475|510|512|520|530|602|612|910)|L110|V0730|V0800|V580|V1000)[);/ ]","model":"Blade $1"},{"regex":"Blade L2 Plus[);/ ]","model":"Blade L2 Plus"},{"regex":"Blade L2[);/ ]","model":"Blade L2"},{"regex":"Blade L3 Plus[);/ ]","model":"Blade L3 Plus"},{"regex":"Blade L3 Apex[);/ ]","model":"Blade L3 Apex"},{"regex":"Blade L3[);/ ]","model":"Blade L3"},{"regex":"Blade L5 Plus[);/ ]","model":"Blade L5 Plus"},{"regex":"Blade L5[);/ ]","model":"Blade L5"},{"regex":"Blade L6[);/ ]","model":"Blade L6"},{"regex":"Blade L7A[);/ ]","model":"Blade L7A"},{"regex":"Blade L7[);/ ]","model":"Blade L7"},{"regex":"Blade L8[);/ ]","model":"Blade L8"},{"regex":"Blade A5 2019-T[);/ ]","model":"Blade A5 2019"},{"regex":"BLADE A0622[);/ ]","model":"Blade A6"},{"regex":"BLADE A6 MAX[);/ ]","model":"Blade A6 Max"},{"regex":"Blade S6 Plus[);/ ]","model":"Blade S6 Plus"},{"regex":"Blade S6[);/ ]","model":"Blade S6"},{"regex":"T920[);/ ]","model":"Blade S7"},{"regex":"Blade V6 MAX[);/ ]","model":"Blade V6 Max"},{"regex":"Blade V6 Plus[);/ ]","model":"Blade V6 Plus"},{"regex":"Blade V6[);/ ]","model":"Blade V6"},{"regex":"Blade (?:V7 Lite|V0720)[);/ ]","model":"Blade V7 Lite"},{"regex":"Blade V7[);/ ]","model":"Blade V7"},{"regex":"Blade X7[);/ ]","model":"Blade X7"},{"regex":"Blade V8Q[);/ ]","model":"Blade V8Q"},{"regex":"Blade V8 SE[);/ ]","model":"Blade V8 SE"},{"regex":"Blade V9 Vita[);/ ]","model":"Blade V9 Vita"},{"regex":"Blade V9[);/ ]","model":"Blade V9"},{"regex":"Blade V10 Vita[);/ ]","model":"Blade V10 Vita"},{"regex":"BLADE V0820[);/ ]","model":"Blade V8 Lite"},{"regex":"BLADE V0850[);/ ]","model":"Blade V8 Mini"},{"regex":"(Apex2|G (LTE|Lux)|Vec)","model":"Blade $1"},{"regex":"Z768G[);/ ]","model":"Midnight"},{"regex":"Z820","model":"Obsidian"},{"regex":"Z986U","model":"Blade Max 3"},{"regex":"Z971","model":"Blade Spark"},{"regex":"Z978","model":"Blade V8 Pro"},{"regex":"Z839","model":"Blade Vantage"},{"regex":"Z930L","model":"Unico LTE"},{"regex":"Z965","model":"Blade X"},{"regex":"Z981","model":"Blade Z Max Pro"},{"regex":"Z982","model":"Blade Z Max"},{"regex":"Z983","model":"Blade X Max"},{"regex":"Z717[BV]L[);/ ]","model":"Citrine LTE"},{"regex":"Z233VL","model":"Cymbal-C LTE"},{"regex":"Z233V","model":"Cymbal LTE"},{"regex":"Z232TL","model":"Cymbal-G LTE"},{"regex":"Z353VL","model":"Cymbal-T LTE"},{"regex":"Z718TL","model":"Jasper LTE"},{"regex":"KIS II Max","model":"Kis II Max"},{"regex":"Kis 3","model":"Kis 3"},{"regex":"(?:Z798BL|Z799VL)[);/ ]","model":"Majesty Pro LTE"},{"regex":"Z899VL","model":"Majesty Pro Plus LTE"},{"regex":"Z828TL","model":"Midnight Pro LTE"},{"regex":"Z792","model":"Fanfare"},{"regex":"Z812","model":"Maven"},{"regex":"Z815","model":"Fanfare 2"},{"regex":"Z831","model":"Maven 2"},{"regex":"Z832","model":"Sonata 3"},{"regex":"Z835","model":"Maven 3"},{"regex":"Z851[);/ ]","model":"Prelude Plus"},{"regex":"Z851M","model":"Overture 3"},{"regex":"Z852","model":"Fanfare 3"},{"regex":"Z828","model":"Avid Plus"},{"regex":"Z855","model":"Avid 4"},{"regex":"Z833","model":"Avid TRIO"},{"regex":"(?:Z836BL|Z837VL)[);/ ]","model":"ZFive 2 LTE"},{"regex":"Z558VL","model":"ZFive C LTE"},{"regex":"Z557BL","model":"ZFive G LTE"},{"regex":"(?:Z861BL|Z862VL)[);/ ]","model":"ZFive L LTE"},{"regex":"Z916BL","model":"ZMax Grand LTE"},{"regex":"Z917VL","model":"ZMax Champ LTE"},{"regex":"(?:Z958|Z955A)[);/ ]","model":"ZMax 2"},{"regex":"Z963VL","model":"Max Duo LTE"},{"regex":"Z970","model":"ZMax Z970"},{"regex":"Z986DL","model":"MAX Blue LTE"},{"regex":"Z992","model":"Avail 2"},{"regex":"Z999","model":"Axon M"},{"regex":"B2016","model":"Axon Mini"},{"regex":"A2015","model":"Axon Tianji"},{"regex":"A2017[GU]?","model":"Axon 7"},{"regex":"A2019G Pro","model":"Axon Pro"},{"regex":"B2017G","model":"Axon 7 Mini"},{"regex":"A2020G? Pro[);/ ]","model":"Axon 10 Pro"},{"regex":"Z667T","model":"Zinger"},{"regex":"V?975|geek","model":"Geek"},{"regex":"Z716BL","model":"Citrine LTE"},{"regex":"X500","model":"Score"},{"regex":"X501","model":"Groove"},{"regex":"G-X991","model":"Rio"},{"regex":"F-450","model":"Adamant"},{"regex":"AxonPhone ([^;/]+) Build","model":"AxonPhone $1"},{"regex":"([a-z0-9]+)_USA_Cricket","model":"$1"},{"regex":"ZTE[\\\\- ](V98|V96A|V81|V70)[);/ ]","model":"$1","device":"tablet"},{"regex":"ZTE[\\\\- ]([a-z0-9\\\\-_ ]+) Build","model":"$1"},{"regex":"ZTE-(?:G |G-)?([a-z0-9 _]+)","model":"$1"},{"regex":"ZTE[ _]([a-z0-9]+)","model":"$1"}]},"Zuum":{"regex":"Zuum[ _-]|COVET|MAGNO|ONIX S|STEDI|STELLAR Z","device":"smartphone","models":[{"regex":"COVET","model":"Covet"},{"regex":"MAGNO","model":"Magno"},{"regex":"ONIX S","model":"Onix S"},{"regex":"STEDI","model":"Stedi"},{"regex":"STELLAR Z","model":"Stellar Z"},{"regex":"Zuum[ _-]([^;/]+) Build","model":"$1"},{"regex":"Zuum[ _-]?([^;/)]+)[);/ ]","model":"$1"}]},"Zen":{"regex":"(Admire[_ ][^/;]+|Cinemax[^/;)]+)(?:Build|\\\\))","device":"smartphone","model":"$1"},"Zync":{"regex":"ZYNC|(Cloud Z5|Z1000|Z18|Z99 Dual Core|Z99[_ ][23]G|Z99|Z900[_ ]Plus|Z909|Z930[+]|Z930)","device":"tablet","models":[{"regex":"(Z18|Z99 Dual Core|Z99[_ ][23]G|Z99|Z900[_ ]Plus|Z909|Z930[+]|Z930)","model":"$1"},{"regex":"(Z1000[^/;]+)Build","model":"$1"},{"regex":"Cloud (Z5)","model":"Cloud $1"},{"regex":"ZYNC Cloud[ _]([^;]+)Build","model":"Cloud $1"},{"regex":"ZYNC[ _]([^;]+)Build","model":"$1"}]},"Lemhoov":{"regex":"Lemhoov","device":"smartphone","models":[{"regex":"Lemhoov[ _-]([^/;]+) Build","model":"$1"}]},"MTC":{"regex":"MTC[ _](97[82]|970|982[OT]|982|1078)|(MTC_)?SMART[ _]?(Race|Sprint|Run|Surf2)[ _]4G|MTC975","device":"smartphone","models":[{"regex":"MTC[ _](97[82]|970[H]?|982[OT]|982)","model":"$1"},{"regex":"MTC(975)","model":"$1"},{"regex":"MTC[ _](1078)","model":"$1","device":"tablet"},{"regex":"SMART[ _]Race[ _]4G","model":"Smart Race 4G"},{"regex":"(MTC_)?SMART[ _]Sprint[ _]4G","model":"Smart Sprint 4G"},{"regex":"SMART[ _]?Run[ _]4G","model":"Smart Run 4G"},{"regex":"SMART[ _]Surf2[ _]4G","model":"Smart Surf 2 4G"}]},"MegaFon":{"regex":"MegaFon|MFLoginPh|MegLogPh|(MFLogin[34]T?|MS3B|SP-A5|SP-A20i)[)\\\\; ]","device":"smartphone","models":[{"regex":"MFLoginPh|MegLogPh","model":"Login+"},{"regex":"MFLogin4","model":"Login 4 LTE"},{"regex":"MFLogin3T|MegaFon Login 3","model":"Login 3","device":"tablet"},{"regex":"MS3B","model":"Optima"},{"regex":"SP-A20i","model":"Mint"},{"regex":"(SP-A5)","model":"$1"}]},"Inoi":{"regex":"INOI","device":"smartphone","models":[{"regex":"INOI_([^;/]+)(?:Build|\\\\))","model":"$1"}]},"Vertex":{"regex":"Lion_Dual|V709X|Baccara|Eagle[ _]4G|Impress[ _]([^;/]+)(?:Build|\\\\))","device":"smartphone","models":[{"regex":"(Lion_Dual|Baccara|Eagle[ _]4G)","model":"$1"},{"regex":"(Impress[ _]([^;/]+))(?:Build|\\\\))","model":"$1"},{"regex":"(V709X)","device":"tablet","model":"$1"}]},"Unknown":{"regex":"WebTV/(\\\\d+\\\\.\\\\d+)","device":"tv","model":"Web TV"},"Starway":{"regex":"Andromeda[ _]S(707|84[05]|8)[;/) ]","device":"tablet","model":"Andromeda S$1"},"Savio":{"regex":"TB-PO1 Build","device":"tv","models":[{"regex":"(TB-PO1)","model":"$1"}]},"Simbans":{"regex":"TangoTab|Presto[ )]|Ultimax|Valumax|S72-B|SX2W","device":"tablet","models":[{"regex":"TangoTab","model":"TangoTab"},{"regex":"Ultimax","model":"Ultimax"},{"regex":"Valumax","model":"Valumax"},{"regex":"Presto","model":"Presto"},{"regex":"S72-B","model":"S72-B"},{"regex":"SX2W","model":"SX2W"}]},"MYFON":{"regex":"MYPAD7s","device":"tablet","model":"My Pad 7s"},"X-TIGI":{"regex":"X[-_]TIGI","device":"smartphone","models":[{"regex":"X-TIGI_JOY10_PRO","model":"Joy 10 Pro","device":"tablet"},{"regex":"X-TIGI_JOY7_MAX","model":"Joy 7 Max","device":"tablet"},{"regex":"X-TIGI[_ ]V28[_ ]LTE","model":"V28 LTE"},{"regex":"X[-_]TIGI[ _-]([^/;)]+) Build","model":"$1"}]},"Xiaolajiao":{"regex":"(LA2-(?:L|S[N]?)|HLA Note3)[);/ ]","device":"smartphone","models":[{"regex":"HLA Note3[);/ ]","model":"Red Pepper Note 3"},{"regex":"(LA2-(?:L|S[N]?))[);/ ]","model":"$1"}]},"Ritmix":{"regex":"(RMD[-_](?:10(?:2[689]|5[89])|1121|75[01]|726|85[57]|870)|RMP-(?:450|50[56]|530|600))[);/ ]","device":"tablet","models":[{"regex":"RMD[-_](10(?:2[689]|5[89])|1121|75[01]|726|85[57]|870)[);/ ]","model":"RMD-$1"},{"regex":"RMP[-_](450|50[56]|530|600)[);/ ]","model":"RMP-$1","device":"smartphone"}]},"Ross&Moor":{"regex":"RMD[-_](974R|600)[);/ ]","device":"tablet","model":"RMD-$1"},"R-TV":{"regex":"R-TV BOX[ _]?(MINI\\\\+|X99|X10 PRO|[RXS]10)","device":"tv","model":"Box $1"},"NEXBOX":{"regex":"(MXQ|MXQ-Pro)-NEXBOX|NEXBOX-([^) ]+)","device":"tv","models":[{"regex":"MXQ-Pro-NEXBOX","model":"MXQ Pro"},{"regex":"MXQ-NEXBOX","model":"MXQ"},{"regex":"NEXBOX-([^) ]+)","model":"$1"}]},"True":{"regex":"SMART[ _](MAX 4.0 PLUS|4G Speedy 5.0 Plus)","device":"smartphone","models":[{"regex":"SMART MAX 4.0 PLUS","model":"Smart Max 4.0 Plus"},{"regex":"SMART 4G Speedy 5.0 Plus","model":"Smart 4G Speedy 5.0 Plus"}]},"Yandex":{"regex":"(YNDX-?000SB)[;)\\\\ ]","device":"smartphone","model":"YNDX-000SB"},"FORME":{"regex":"FORME[ _-]","device":"smartphone","models":[{"regex":"FORME[ _-]F520[;)\\\\ ]","model":"Forever"},{"regex":"FORME[ _-](A37|R7S)[;)\\\\ ]","model":"$1"}]},"Shuttle":{"regex":"(PNT-704[025])[;)/ ]","device":"tablet","model":"$1"},"BDF":{"regex":"(BDF[- ](?:819|P10|K107H|KT107|MT6753|X20)|K960N_MT(?:6580|6753)(?:_32_N)?)[;)/ ]","device":"tablet","models":[{"regex":"BDF[- ](819|P10|K107H|KT107|MT6753|X20)[;)/ ]","model":"$1"},{"regex":"K960N_MT(6580|6753)(_32_N)?[;)/ ]","model":"BK960N MT$1"}]},"Highscreen":{"regex":"HIGHSCREEN|(Power Ice Max|Razar_Pro|Power Rage Evo|Zera[ _][UFS]|PowerFivePro|PowerFour|BOOST II|FestXL)[;)/ ]","device":"smartphone","models":[{"regex":"(Power Ice Max|Power Rage Evo|Zera[ _][UFS])[;)/ ]","model":"$1"},{"regex":"PowerFivePro[;)/ ]","model":"Power Five Pro"},{"regex":"FestXL[;)/ ]","model":"Fest XL"},{"regex":"PowerFour[;)/ ]","model":"Power Four"},{"regex":"Razar_Pro[;)/ ]","model":"Razar Pro"},{"regex":"HIGHSCREEN Easy-Power-Pro[;)/ ]","model":"Easy Power Pro"},{"regex":"HIGHSCREEN Easy F PRO[;)/ ]","model":"Easy F Pro"},{"regex":"BOOST II[;)/ ]","model":"Boost 2"}]},"CVTE":{"regex":"CVTE[_ ](MSD338_(:?1G|512M))[;)/ ]","device":"tv","model":"$1"},"Globex":{"regex":"(GU1011C|GU8012C|GU7013C|GU730C|GU-6012B)[;)/ ]","device":"tablet","models":[{"regex":"GU8012C[;)/ ]","model":"X8"},{"regex":"GU-6012B[;)/ ]","model":"GU6012B"},{"regex":"(GU1011C|GU7013C|GU730C)[;)/ ]","model":"$1"}]},"Atom":{"regex":"ATOM-(108AM)[;)/ ]","device":"tv","model":"$1"},"Qumo":{"regex":"QUMO[ _]?|(Vega[ _]?78[23])[;)/ ]","device":"tablet","models":[{"regex":"(?:QUMO[ _]?)?Vega[ _]?(78[23]|8002)[;)/ ]","model":"Vega $1"},{"regex":"Yooda[;)/ ]","model":"Yooda"},{"regex":"(?:QUMO)?(Sirius 101-4G 8GB Black|Altair 701 8GB Black|Altair 71 4GB Black|Altair 700[24]|Altair 706)[;)/ ]","model":"$1"},{"regex":"QUMO[ _]Quest[ _]?(35[34]|40[26]|45[28]|476|507|570|600)[;)/ ]","device":"smartphone","model":"Quest $1"}]},"Umax":{"regex":"VisionBook[ _]","device":"tablet","models":[{"regex":"(VisionBook[ _](?:7Qi 3G|7Q Plus|8Q LTE|8Q_Plus|10Qi_3G))[;)/ ]","model":"$1"},{"regex":"(VisionBook[ _](?:P50 LTE|P55 LTE(?: Pro)?))[;)/ ]","device":"smartphone","model":"$1"}]},"Mann":{"regex":"(ZUG 3|ZUG 5S(?: Q)?)[;)/ ]","device":"smartphone","model":"$1"},"Unihertz":{"regex":"(Titan|Jelly-Pro)[;)/ ]","device":"smartphone","models":[{"regex":"(Jelly)-(Pro)[;)/ ]","model":"$1 $2"},{"regex":"(Titan)[;)/ ]","model":"$1"}]},"Chuwi":{"regex":"CW-(Hi8-super|Hi12|V99|V17HD3G|VX8-3G|V88-QUAD|V9-DUAL|V88S|Vi[78]|[HV]i10 (pro|plus))[;)/ ]","device":"tablet","models":[{"regex":"(CW-Hi8-super)[;)/ ]","model":"Hi8"},{"regex":"CW-(Vi10) plus[;)/ ]","model":"$1 Plus"},{"regex":"CW-(V88)-QUAD[;)/ ]","model":"$1 Quad"},{"regex":"CW-(V9)-DUAL[;)/ ]","model":"$1 Dual"},{"regex":"CW-(V17HD|VX8)-?(3G)[;)/ ]","model":"$1 $2"},{"regex":"CW-(Hi10) pro[;)/ ]","model":"$1 Pro"},{"regex":"CW-(Vi[78]|Hi12|V99|V88S)[;)/ ]","model":"$1"}]},"Bezkam":{"regex":"BEZKAM (BK-RAM2)[;)/ ]","device":"smartphone","model":"$1"},"NG Optics":{"regex":"(NG3128HD)[;)/ ]","device":"tv","model":"$1"},"KATV1":{"regex":"(KATV-01) PRO[;)/ ]","device":"tv","model":"$1 Pro"},"Ghong":{"regex":"GHONG(V10)[;)/ ]","device":"smartphone","model":"$1"},"Xoro":{"regex":"TelePAD(795|731|1032|10A3|7A3)|Era 2X[;)/ ]","device":"tablet","models":[{"regex":"TelePAD(7|10)A3 4G[;)/ ]","model":"TelePad $1 A3 4G"},{"regex":"TelePAD(795|731|1032)[;)/ ]","model":"TelePad $1"},{"regex":"(Era 2X)[;)/ ]","model":"$1","device":"smartphone"}]},"Vinga":{"regex":"VMP-(021-82|041-162|011-81)[);/ ]","device":"tv","models":[{"regex":"VMP-021-82","model":"021"},{"regex":"VMP-041-162","model":"041"},{"regex":"VMP-011-81","model":"011"}]},"Nuvo":{"regex":"Nuvo[_ ](NS35|Blue ND40|Green[_ ]ND[_ ]45)[);/ ]","device":"smartphone","models":[{"regex":"Nuvo[_ ](NS35)[);/ ]","model":"$1"},{"regex":"Blue (ND40)[);/ ]","model":"$1"},{"regex":"Green[_ ]ND[_ ]45[);/ ]","model":"ND45"}]},"Sunvell":{"regex":"T95ZPLUS[);/ ]","device":"tv","model":"T95Z Plus"},"AllDocube":{"regex":"T1001XS[);/ ]","device":"tablet","model":"M5XS"},"Ugoos":{"regex":"UGOOS-AM6[);/ ]","device":"tv","model":"AM6"},"Yxtel":{"regex":"YXTEL_([HU]1|U3)[);/ ]","device":"smartphone","model":"$1"},"Proline":{"regex":"(H10882M-TN)[);/ ]","device":"tablet","model":"$1"},"Yota":{"regex":"(YD20[16]|YOTA 3[+])[);/ ]","device":"smartphone","models":[{"regex":"YD20[16][);/ ]","model":"Phone 2"},{"regex":"YOTA 3[+][);/ ]","model":"Phone 3 Plus"}]},"Mystery":{"regex":"(MYSTERY|MID-(?:123G|72[12]|7[01348]3G|753G|833G))[);/ ]","device":"tablet","models":[{"regex":"MID-(123G|72[12]|7[01348]3G|753G|833G)[);/ ]","model":"MID-$1"}]},"Ritzviva":{"regex":"(RITZVIVA[_ ]S500C)[);/ ]","device":"smartphone","model":"S500C"},"DeWalt":{"regex":"DeWalt (MD501)[);/ ]","device":"smartphone","model":"$1"},"Runbo":{"regex":"Runbo","device":"smartphone","models":[{"regex":"Runbo[ _-]?(X5-W|F1 Plus|F1-TT|F1-EN|F1|TT|Q5-S|X5-King|X6|Q5)[);/ ]","model":"$1"}]},"NewsMy":{"regex":"(CarPad-(?:II|III)-P)[);/ ]","device":"car browser","model":"$1"},"Daewoo":{"regex":"Daewoo","device":"tv","models":[{"regex":"Daewoo (Android TV 638)[);/ ]","model":"$1"}]},"Vesta":{"regex":"VESTA32LD86[);/ ]","device":"tv","model":"SmartT V2.0 32LD86S"},"Spectrum":{"regex":"(CARBONO_5|CUARZO_6|DIAMANTE_5|VULCANO_55)[);/ ]","device":"smartphone","models":[{"regex":"VULCANO_55[);/ ]","model":"Vulcano 5.5\\""},{"regex":"CARBONO_5[);/ ]","model":"Carbono 5.0\\""},{"regex":"CUARZO_6[);/ ]","model":"Cuarzo 6.0\\""},{"regex":"DIAMANTE_5[);/ ]","model":"Diamante 5.0\\""}]},"Kivi":{"regex":"(24H600G[RU]|32HR55GU|4[39]UP50GU|40UR50G[RU]|40U600G[RU]|55UP50GU|50U600GU)[);/ ]","device":"tv","model":"$1"},"Divisat":{"regex":"(Divisat)[);/ ]","device":"tv","models":[{"regex":"(J-Link)[);/ ]","model":"$1"}]},"Kanji":{"regex":"KJ-(OB03|YUBI)[);/ ]","device":"tablet","models":[{"regex":"KJ-OB03[);/ ]","model":"Cata 7"},{"regex":"KJ-YUBI[);/ ]","model":"Yubi 3G"}]},"Kaiomy":{"regex":"KaiCloud[ ]?(7[48]4|942)[);/ ]","device":"tablet","model":"KaiCloud $1"},"National":{"regex":"(NX-32THS100)[);/ ]","device":"tv","model":"$1"},"Vsun":{"regex":"VSUN (ILLUSION|RACE|V9)[);/ ]","device":"smartphone","models":[{"regex":"ILLUSION[);/ ]","model":"Illusion"},{"regex":"RACE[);/ ]","model":"Race"},{"regex":"(V9)[);/ ]","model":"$1"}]},"Shift Phones":{"regex":"(SHIFT6m)[);/ ]","device":"smartphone","model":"$1"},"RugGear":{"regex":"(RugGear|RG(?:310|500|65[05]|702|850))[);/ ]","device":"smartphone","models":[{"regex":"(RG[0-9]+)[);/ ]","model":"$1"}]},"Aligator":{"regex":"ALIGATOR[);/ ]","device":"smartphone","models":[{"regex":"ALIGATOR (S50(?:65|70))[);/ ]","model":"$1"}]},"Maxcom":{"regex":"(MS(?:45[036]|505|514)|MS457(?:PLUS)?)[);/ ]","device":"smartphone","models":[{"regex":"(MS457)PLUS[);/ ]","model":"$1 Plus"},{"regex":"MS(45[0367]|505|514)[);/ ]","model":"MS$1"}]},"Luna":{"regex":"LUNA[ _](V55|G60)[);/ ]","device":"smartphone","model":"$1"},"Protruly":{"regex":"PROTRULY[ _](D[78]|V10S)[);/ ]","device":"smartphone","model":"$1"},"JFone":{"regex":"JFone[ _](JS501)[);/ ]","device":"smartphone","model":"$1"},"Uhans":{"regex":"(A101S)[);/ ]","device":"smartphone","model":"$1"},"ArmPhone":{"regex":"(TSD Octa A0520P)[);/ ]","device":"smartphone","model":"$1"},"Soyes":{"regex":"SOYES[ _]([67]S)[);/ ]","device":"smartphone","model":"$1"},"Zidoo":{"regex":"ZIDOO[ _](H6 Pro|X9S)[);/ ]","device":"tv","model":"$1"},"Zfiner":{"regex":"ZFINERY900[);/ ]","device":"tablet","model":"Y900"},"iGet":{"regex":"SMART_(G10[12]|G71|G81[H]?)[);/ ]","device":"tablet","model":"Smart $1"},"iVA":{"regex":"(LAMCY L350|IVA S6)[);/ ]","device":"smartphone","models":[{"regex":"LAMCY L350[);/ ]","model":"Lamcy L350"},{"regex":"IVA S6[);/ ]","model":"S6"}]},"Phicomm":{"regex":"(PHICOMM)[);/ ]","device":"smartphone","models":[{"regex":"C630 \\\\(CLUE L\\\\)[);/ ]","model":"Clue L"},{"regex":"E653\\\\(ENERGY L\\\\)[);/ ]","model":"Energy L"},{"regex":"CLUE (2S|M)[);/ ]","model":"Clue $1"}]},"Huadoo":{"regex":"Huadoo[ _](HG0[46]|HG11|V[34])[);/ ]","device":"smartphone","model":"$1"},"Gome":{"regex":"GOME[_ ](2018X38A|2016G68A|2017M27A|C7_Note_Plus|U9)[);/ ]","device":"smartphone","models":[{"regex":"GOME[_ ](2018X38A)[);/ ]","model":"C72"},{"regex":"GOME[_ ](2016G68A)[);/ ]","model":"K1"},{"regex":"GOME[_ ](2017M27A)[);/ ]","model":"U7"},{"regex":"GOME[_ ](C7_Note_Plus|U9)[);/ ]","model":"$1"}]},"Voyo":{"regex":"VOYO[_ ](A15)[);/ ]","device":"tablet","model":"$1"},"Ryte":{"regex":"RYTE (U55 LTE)[);/ ]","device":"smartphone","model":"$1"},"Vontar":{"regex":"(HK1 (?:Max|MINI|PLUS|PRO)|VONTAR (?:Z[58]|V1))[);/ ]","device":"tv","models":[{"regex":"VONTAR (Z[58]|V1)[);/ ]","model":"$1"},{"regex":"HK1 Max[);/ ]","model":"HK1 Max"},{"regex":"HK1 MINI[);/ ]","model":"HK1 Mini"},{"regex":"HK1 PLUS[);/ ]","model":"HK1 Plus"},{"regex":"HK1 PRO[);/ ]","model":"HK1 Pro"}]},"Vorke":{"regex":"VORKE (Z[15]|Z6(?: Plus)?)[);/ ]","device":"tv","model":"$1"},"Wigor":{"regex":"Wigor (V4)[);/ ]","device":"smartphone","model":"$1"},"NEXON":{"regex":"NEXON (X[19])[);/ ]","device":"tv","model":"$1"},"ONN":{"regex":"(ONA19TB00[27])[);/ ]","device":"tablet","model":"$1"},"Q.Bell":{"regex":"(QPHONE_10.1)[);/ ]","device":"smartphone","model":"$1"},"Datawind":{"regex":"(DW-PS3G5)[);/ ]","device":"smartphone","model":"Pocket Surfer 3G5"},"Droxio":{"regex":"DROXIO (C40|B45)[);/ ]","device":"smartphone","model":"$1"},"Goophone":{"regex":"(?:M(G492|L7[JK]2)CH|MN(4A2|8J2)ZP|MGA92ZP)[/]A[);/ ]","device":"smartphone","models":[{"regex":"(MG492CH|MGA92ZP)[/]A[);/ ]","model":"I6 Plus"},{"regex":"ML7[JK]2CH[/]A[);/ ]","model":"I6"},{"regex":"MN4A2ZP[/]A[);/ ]","model":"I7"},{"regex":"MN8J2ZP[/]A[);/ ]","model":"I7 Plus"}]},"PocketBook":{"regex":"PocketBook SURFpad 3 \\\\(([\\\\d]+).([\\\\d]+)[\\"]?\\\\)[);/ ]","device":"tablet","model":"Surfpad 3 $1.$2\\""},"Bitmore":{"regex":"(Mobitab)(10)c-3G[);/ ]","device":"tablet","model":"$1 $2C 3G"},"Kuliao":{"regex":"KULIAO (K10)[);/ ]","device":"smartphone","model":"$1"},"Sugar":{"regex":"SUGAR (C21|[YF]11|[YF]9|C6|Y7|Y15)[);/ ]","device":"smartphone","model":"$1"},"Xshitou":{"regex":"Xshitou[_ ](P7)[);/ ]","device":"smartphone","model":"$1"}}')},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(262)),i=r(31),a=r(25),s=r(165);t.default=class{constructor(){this.parse=e=>{const t={type:"",brand:"",model:""};if(!this.isHbbTv(e))return t;t.type="television";for(const[r,o]of Object.entries(n.default)){const n=a.userAgentParser(o.regex,e);if(n){if(t.brand=r,"model"in o&&o.model)t.model=s.buildModel(i.variableReplacement(o.model,n)).trim();else if("models"in o&&o.models)for(const r of o.models){const o=a.userAgentParser(r.regex,e);if(o){t.model=s.buildModel(i.variableReplacement(r.model,o)).trim();break}}break}}return t},this.isHbbTv=e=>a.userAgentParser("HbbTV/([1-9]{1}(?:.[0-9]{1}){1,2})",e)}}},function(e){e.exports=JSON.parse('{"Airties":{"regex":"Airties","device":"tv","models":[{"regex":"Airties; ?([^);/]+)","model":"$1"}]},"Altech UEC":{"regex":"Altech UEC","device":"tv","models":[{"regex":"Altech UEC; ?([^);/]+)","model":"$1"}]},"BangOlufsen":{"regex":"Bangolufsen","device":"tv","model":"BeoVision"},"Changhong":{"regex":"Changhong","device":"tv","models":[{"regex":"Changhong; ?([^);/]+)","model":"$1"}]},"CreNova":{"regex":"CreNova","device":"tv","model":"CNV001"},"DMM":{"regex":"DMM","device":"tv","model":"Dreambox"},"Grundig":{"regex":"(OWB|Grundig|Arcelik)","device":"tv","model":""},"Hisense":{"regex":"Hisense","device":"tv","models":[{"regex":"(L[A-Z]{2,3}[0-9]{2}[A-Z][0-9]{3,4}[A-Z]{0,6}[0-9]?[A-Z]?)","model":"$1"},{"regex":"(H[A-Z]?[0-9]{2}[A-Z][0-9]{3,4}[A-Z]{0,4})","model":"$1"}]},"Humax":{"regex":"Humax","device":"tv","models":[{"regex":"(HD-FOX C|HD (FOX\\\\+|NANO)|iCord (HD\\\\+|MINI|Cable)|(CX|IR)HD-5100(C|S)|HM9503HD)","model":"$1"},{"regex":"HMS1000S","model":"HMS-1000S"},{"regex":"Humax; ([^);/]+)","model":"$1"}]},"Ikea":{"regex":"Ikea","device":"tv","models":[{"regex":"(LF1V[0-9]{3})","model":"$1"}]},"Intek":{"regex":"Intek","device":"tv","models":[{"regex":"(Vantage|VT-100|VT-1)","model":"$1"}]},"Inverto":{"regex":"Inverto","device":"tv","models":[{"regex":"inverto; ([^);/]+)","model":"$1"},{"regex":"(Volksbox Web Edition|Volksbox Essential|Volksbox II|Volksbox)","model":"$1"}]},"LG":{"regex":"LGE","device":"tv","models":[{"regex":"(NetCast [0-9]{1}.[0-9]{1}|GLOBAL_PLAT3)","model":"$1"},{"regex":"(OLED[0-9]{2}[A-Z][0-9][A-Z])","model":"$1"},{"regex":"LGE;? ?([0-9]{2}[A-Z]{2}[0-9]{2,4}[A-Z]?)","model":"$1"}]},"Loewe":{"regex":"Loewe","device":"tv","models":[{"regex":"([A-Z]{2}[0-9]{3})","model":"$1"}]},"MediaTek":{"regex":"MTK","device":"tv","models":[{"regex":"(MT[0-9]{4})","model":"$1"}]},"Medion":{"regex":"Medion","device":"tv","models":[{"regex":"(MB[0-9]{2})","model":"$1"}]},"Metz":{"regex":"Metz","device":"tv","model":""},"Panasonic":{"regex":"Panasonic","device":"tv","models":[{"regex":"(VIERA [0-9]{1,4})|(DIGA [A-Z]{1}[0-9]{4})","model":"$1"},{"regex":"DIGA Webkit ([A-Z]{1}[0-9]{4})","model":"DIGA $1"}]},"PEAQ":{"regex":"PEAQ","device":"tv","models":[{"regex":"(LF1V[0-9]{3})","model":"$1"}]},"Philips":{"regex":"Philips|NETTV/","device":"tv","models":[{"regex":"Philips[,;] ?((?! )[^),;/]+)","model":"$1"},{"regex":"NETTV/[0-9\\\\.]{5}","model":"NetTV Series"}]},"Samsung":{"regex":"Samsung|Maple_2011","device":"tv","models":[{"regex":"SmartTV(201[2-9])","model":"Smart TV $1"},{"regex":"Maple_2011","model":"Smart TV 2011"}]},"Selevision":{"regex":"Selevision","device":"tv","models":[{"regex":"Selevision; (?:Selevision )?([^);/]+)","model":"$1"},{"regex":"(EMC1000i)","model":"$1"}]},"Sharp":{"regex":"Sharp","device":"tv","models":[{"regex":"Sharp[,;] ?((?! |HbbTV)[^),;/]+)","model":"$1"},{"regex":"(LE[0-9]{3}[A-Z]{0,3})","model":"$1"}]},"Skyworth":{"regex":"Sky_worth","device":"tv","models":[{"regex":"Sky_worth;([^);/]+)","model":"$1"}]},"Smart":{"regex":"Smart[^a-z]","device":"tv","models":[{"regex":"Smart; ([^);/]+)","model":"$1"},{"regex":"([A-Z]{2}[0-9]{2}|ZAPPIX)","model":"$1"}]},"Sony":{"regex":"Sony","device":"tv","models":[{"regex":"(KDL?-?[0-9]{2}[A-Z]{1,2}[0-9]{1,5})","model":"$1"}]},"TechniSat":{"regex":"TechniSat","device":"tv","models":[{"regex":"((DigiCorder|MultyVision|Digit) (ISIO S|ISIO C|ISIO))","model":"$1"}]},"TechnoTrend":{"regex":"TechnoTrend","device":"tv","models":[{"regex":"([A-Z]{1}-[0-9]{3})","model":"$1"}]},"Telefunken":{"regex":"Telefunken","device":"tv","models":[{"regex":"(MB[0-9]{2})","model":"$1"}]},"TCL":{"regex":"TCL","device":"tv","models":[{"regex":"(LF1V[0-9]{3})","model":"$1"}]},"Thomson":{"regex":"THOMSON|THOM","device":"tv","models":[{"regex":"(LF1V[0-9]{3})","model":"$1"}]},"Toshiba":{"regex":"Toshiba","device":"tv","models":[{"regex":"(([0-9]{2}|DTV_)[A-Z]{2}[0-9]{1,3})","model":"$1"}]},"Vestel":{"regex":"Vestel","device":"tv","models":[{"regex":"(MB[0-9]{2})","model":"$1"}]},"Videoweb":{"regex":"videoweb|tv2n","device":"tv","models":[{"regex":"(tv2n)","model":"$1"},{"regex":"(videowebtv)","model":"VideoWeb TV"}]}}')},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(264)),i=r(31),a=r(25);t.default=class{constructor(){this.parse=e=>{const t={type:"",brand:"",model:""};for(const[r,o]of Object.entries(n.default)){if(a.userAgentParser(o.regex,e)){t.type="car",t.brand=r;for(const r of o.models){const o=a.userAgentParser(r.regex,e);o&&(t.model=i.variableReplacement(r.model,o).trim())}break}}return t}}}},function(e){e.exports=JSON.parse('{"Tesla":{"regex":"(?:Tesla/[0-9.]+|QtCarBrowser)","device":"car browser","models":[{"regex":"QtCarBrowser","model":"Model S"},{"regex":"Tesla/[0-9.]+","model":""}]}}')},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(266)),i=r(31),a=r(25);t.default=class{constructor(){this.parse=e=>{const t={type:"",brand:"",model:""};for(const[r,o]of Object.entries(n.default)){const n=a.userAgentParser(o.regex,e);if(n){if(t.type=o.device,t.brand=r,"model"in o&&o.model)t.model=i.variableReplacement(o.model,n).trim();else if("models"in o&&o.models)for(const r of o.models){const o=a.userAgentParser(r.regex,e);if(o){t.model=i.variableReplacement(r.model,o).trim();break}}break}}return t}}}},function(e){e.exports=JSON.parse('{"Archos":{"regex":"Archos.*GAMEPAD([2]?)","device":"console","model":"Gamepad $1"},"Microsoft":{"regex":"Xbox","device":"console","models":[{"regex":"Xbox One","model":"Xbox One"},{"regex":"Xbox","model":"Xbox 360"}]},"Nintendo":{"regex":"Nintendo (([3]?DS[i]?)|Wii[U]?|Switch)","device":"console","model":"$1"},"OUYA":{"regex":"OUYA","device":"console","model":"OUYA"},"Sega":{"regex":"Dreamcast","device":"console","model":"Dreamcast"},"Sony":{"regex":"PlayStation (3|4 Pro|4|Portable|Vita)","device":"console","model":"PlayStation $1"}}')},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(268)),i=r(31),a=r(25);t.default=class{constructor(){this.parse=e=>{const t={type:"",brand:"",model:""};for(const[r,o]of Object.entries(n.default)){const n=a.userAgentParser(o.regex,e);if(n){if(t.type=o.device,t.brand=r,"model"in o&&o.model)t.model=i.variableReplacement(o.model,n).trim();else if("models"in o&&o.models)for(const r of o.models){const o=a.userAgentParser(r.regex,e);if(o){t.model=i.variableReplacement(r.model,o).trim();break}}break}}return t}}}},function(e){e.exports=JSON.parse('{"Apple":{"regex":"(?:Apple-)?iPod","device":"portable media player","models":[{"regex":"(?:Apple-)?iPod1[C,]1","model":"iPod Touch 1G"},{"regex":"(?:Apple-)?iPod2[C,]1","model":"iPod Touch 2G"},{"regex":"(?:Apple-)?iPod3[C,]1","model":"iPod Touch 3"},{"regex":"(?:Apple-)?iPod4[C,]1","model":"iPod Touch 4"},{"regex":"(?:Apple-)?iPod5[C,]1","model":"iPod Touch 5"},{"regex":"(?:Apple-)?iPod7[C,]1","model":"iPod Touch 6"},{"regex":"(?:Apple-)?iPod","model":"iPod Touch"}]},"Cowon":{"regex":"COWON ([^;/]+) Build","device":"portable media player","model":"$1"},"Microsoft":{"regex":"Microsoft ZuneHD","device":"portable media player","model":"Zune HD"},"Panasonic":{"device":"portable media player","regex":"(SV-MV100)","model":"$1"},"Samsung":{"regex":"YP-(G[SIPB]?1|G[57]0|GB70D)","device":"portable media player","models":[{"regex":"YP-G[B]?1","model":"Galaxy Player 4.0"},{"regex":"YP-G70","model":"Galaxy Player 5.0"},{"regex":"YP-GS1","model":"Galaxy Player 3.6"},{"regex":"YP-GI1","model":"Galaxy Player 4.2"},{"regex":"YP-GP1","model":"Galaxy Player 5.8 "},{"regex":"YP-G50","model":"Galaxy Player 50"},{"regex":"YP-GB70D","model":"Galaxy Player 70 Plus"}]}}')},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(270)),i=r(60),a=r(31),s=r(25),l=["AmigaOS","IBM","GNU/Linux","Mac","Unix","Windows","BeOS","Chrome OS"],c={AIX:"AIX",AND:"Android",AMG:"AmigaOS",ATV:"Apple TV",ARL:"Arch Linux",BTR:"BackTrack",SBA:"Bada",BEO:"BeOS",BLB:"BlackBerry OS",QNX:"BlackBerry Tablet OS",BMP:"Brew",CES:"CentOS",COS:"Chrome OS",CYN:"CyanogenMod",DEB:"Debian",DFB:"DragonFly",FED:"Fedora",FOS:"Firefox OS",FIR:"Fire OS",BSD:"FreeBSD",GNT:"Gentoo",GTV:"Google TV",HPX:"HP-UX",HAI:"Haiku OS",IRI:"IRIX",INF:"Inferno",KOS:"KaiOS",KNO:"Knoppix",KBT:"Kubuntu",LIN:"GNU/Linux",LBT:"Lubuntu",VLN:"VectorLinux",MAC:"Mac",MAE:"Maemo",MDR:"Mandriva",SMG:"MeeGo",MCD:"MocorDroid",MIN:"Mint",MLD:"MildWild",MOR:"MorphOS",NBS:"NetBSD",MTK:"MTK / Nucleus",WII:"Nintendo",NDS:"Nintendo Mobile",OS2:"OS/2",T64:"OSF1",OBS:"OpenBSD",ORD:"Ordissimo",PSP:"PlayStation Portable",PS3:"PlayStation",RHT:"Red Hat",ROS:"RISC OS",REM:"Remix OS",RZD:"RazoDroiD",SAB:"Sabayon",SSE:"SUSE",SAF:"Sailfish OS",SLW:"Slackware",SOS:"Solaris",SYL:"Syllable",SYM:"Symbian",SYS:"Symbian OS",S40:"Symbian OS Series 40",S60:"Symbian OS Series 60",SY3:"Symbian^3",TDX:"ThreadX",TIZ:"Tizen",UBT:"Ubuntu",WTV:"WebTV",WIN:"Windows",WCE:"Windows CE",WIO:"Windows IoT",WMO:"Windows Mobile",WPH:"Windows Phone",WRT:"Windows RT",XBX:"Xbox",XBT:"Xubuntu",YNS:"YunOs",IOS:"iOS",POS:"palmOS",WOS:"webOS"},u={Android:["AND","CYN","FIR","REM","RZD","MLD","MCD","YNS"],AmigaOS:["AMG","MOR"],"Apple TV":["ATV"],BlackBerry:["BLB","QNX"],Brew:["BMP"],BeOS:["BEO","HAI"],"Chrome OS":["COS"],"Firefox OS":["FOS","KOS"],"Gaming Console":["WII","PS3"],"Google TV":["GTV"],IBM:["OS2"],iOS:["IOS"],"RISC OS":["ROS"],"GNU/Linux":["LIN","ARL","DEB","KNO","MIN","UBT","KBT","XBT","LBT","FED","RHT","VLN","MDR","GNT","SAB","SLW","SSE","CES","BTR","SAF","ORD"],Mac:["MAC"],"Mobile Gaming Console":["PSP","NDS","XBX"],"Real-time OS":["MTK","TDX"],"Other Mobile":["WOS","POS","SBA","TIZ","SMG","MAE"],Symbian:["SYM","SYS","SY3","S60","S40"],Unix:["SOS","AIX","HPX","BSD","NBS","OBS","DFB","SYL","IRI","T64","INF"],WebTV:["WTV"],Windows:["WIN"],"Windows Mobile":["WPH","WMO","WCE","WRT","WIO"]};class d{constructor(e){this.options={versionTruncation:1},this.parse=e=>{const t={name:"",version:"",platform:this.parsePlatform(e)};for(const r of n.default){const o=s.userAgentParser(r.regex,e);if(o)return t.name=a.variableReplacement(r.name,o),t.version=i.formatVersion(a.variableReplacement(r.version,o),this.options.versionTruncation),"lubuntu"===t.name&&(t.name="Lubuntu"),"debian"===t.name&&(t.name="Debian"),"YunOS"===t.name&&(t.name="YunOs"),t}return null},this.parsePlatform=e=>s.userAgentParser("arm",e)?"ARM":s.userAgentParser("WOW64|x64|win64|amd64|x86_64",e)?"x64":s.userAgentParser("i[0-9]86|i86pc",e)?"x86":"",this.options=Object.assign(Object.assign({},this.options),e)}}t.default=d,d.getDesktopOsArray=()=>l,d.getOsFamily=e=>{const t=d.getOsShortName(e);for(const[e,r]of Object.entries(u))if(r.includes(t))return e;return""},d.getOsShortName=e=>{for(const[t,r]of Object.entries(c))if(r===e)return t;return""}},function(e){e.exports=JSON.parse('[{"regex":"Tizen[ /]?(\\\\d+[\\\\.\\\\d]+)?","name":"Tizen","version":"$1"},{"regex":"Sailfish|Jolla","name":"Sailfish OS","version":""},{"regex":"(?:Ali)?YunOS[ /]?(\\\\d+[\\\\.\\\\d]+)?","name":"YunOS","version":"$1"},{"regex":"(?:Windows Phone (?:OS)?|wds)[ ]?(\\\\d+[\\\\.\\\\d]+)","name":"Windows Phone","version":"$1"},{"regex":"XBLWP7|Windows Phone","name":"Windows Phone","version":""},{"regex":"Windows CE(?: (\\\\d+[\\\\.\\\\d]+))?","name":"Windows CE","version":"$1"},{"regex":"(?:IEMobile|Windows ?Mobile)(?: (\\\\d+[\\\\.\\\\d]+))?","name":"Windows Mobile","version":"$1"},{"regex":"Windows NT 6.2; ARM;","name":"Windows RT","version":""},{"regex":"Windows NT 6.3; ARM;","name":"Windows RT","version":"8.1"},{"regex":"Windows IoT 10.0","name":"Windows IoT","version":"10"},{"regex":"KAIOS(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"KaiOS","version":"$1"},{"regex":"RazoDroiD(?: v(\\\\d+[\\\\.\\\\d]*))?","name":"RazoDroiD","version":"$1"},{"regex":"MildWild(?: CM-(\\\\d+[\\\\.\\\\d]*))?","name":"MildWild","version":"$1"},{"regex":"CyanogenMod(?:[\\\\-/](?:CM)?(\\\\d+[\\\\.\\\\d]*))?","name":"CyanogenMod","version":"$1"},{"regex":"(?:.*_)?MocorDroid(?:(\\\\d+[\\\\.\\\\d]*))?","name":"MocorDroid","version":"$1"},{"regex":"Fire OS(?:/(\\\\d+[\\\\.\\\\d]*))?","name":"Fire OS","version":"$1"},{"regex":"(?:(?:Orca-)?Android|Adr)[ /](?:[a-z]+ )?(\\\\d+[\\\\.\\\\d]*)","name":"Android","version":"$1"},{"regex":"Android|Silk-Accelerated=[a-z]{4,5}","name":"Android","version":""},{"regex":"(?:TwitterAndroid).*[ /](?:[a-z]+ )?(\\\\d+[\\\\.\\\\d]*)","name":"Android","version":"$1"},{"regex":"FB4A.*FBSV/(\\\\d+[\\\\.\\\\d]*);","name":"Android","version":"$1"},{"regex":"BeyondPod|AntennaPod|Podkicker|DoggCatcher|Player FM|okhttp|Podcatcher Deluxe","name":"Android","version":""},{"regex":"AmigaOS[ ]?(\\\\d+[\\\\.\\\\d]+)","name":"AmigaOS","version":"$1"},{"regex":"AmigaOS|AmigaVoyager|Amiga-AWeb","name":"AmigaOS","version":""},{"regex":"ThreadX(?:/(\\\\d+[\\\\.\\\\d]*))?","name":"ThreadX","version":"$1"},{"regex":"Nucleus(?:(?: |/v?)(\\\\d+[\\\\.\\\\d]*))?","name":"MTK / Nucleus","version":"$1"},{"regex":"MTK(?:(?: |/v?)(\\\\d+[\\\\.\\\\d]*))?","name":"MTK / Nucleus","version":"$1"},{"regex":"(Ordissimo|webissimo3)","name":"Ordissimo","version":""},{"regex":"TOS; Linux","name":"TmaxOS","version":""},{"regex":"Maemo","name":"Maemo","version":""},{"regex":"Arch ?Linux(?:[ /\\\\-](\\\\d+[\\\\.\\\\d]+))?","name":"Arch Linux","version":"$1"},{"regex":"VectorLinux(?: package)?(?:[ /\\\\-](\\\\d+[\\\\.\\\\d]+))?","name":"VectorLinux","version":"$1"},{"regex":"Linux; .*((?:Debian|Knoppix|Mint|Ubuntu|Kubuntu|Xubuntu|Lubuntu|Fedora|Red Hat|Mandriva|Gentoo|Sabayon|Slackware|SUSE|CentOS|BackTrack))[ /](\\\\d+[\\\\.\\\\d]+)","name":"$1","version":"$2"},{"regex":"(Debian|Knoppix|Mint|Ubuntu|Kubuntu|Xubuntu|Lubuntu|Fedora|Red Hat|Mandriva|Gentoo|Sabayon|Slackware|SUSE|CentOS|BackTrack)(?:(?: Enterprise)? Linux)?(?:[ /\\\\-](\\\\d+[\\\\.\\\\d]+))?","name":"$1","version":"$2"},{"regex":"(?:webOS|Palm webOS)(?:/(\\\\d+[\\\\.\\\\d]+))?","name":"webOS","version":"$1"},{"regex":"(?:PalmOS|Palm OS)(?:[/ ](\\\\d+[\\\\.\\\\d]+))?|Palm","name":"palmOS","version":"$1"},{"regex":"Xiino(?:.*v\\\\. (\\\\d+[\\\\.\\\\d]+))?","name":"palmOS","version":"$1"},{"regex":"MorphOS(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"MorphOS","version":"$1"},{"regex":"CYGWIN_NT-10.0|Windows NT 10.0|Windows 10","name":"Windows","version":"10"},{"regex":"CYGWIN_NT-6.4|Windows NT 6.4|Windows 10","name":"Windows","version":"10"},{"regex":"CYGWIN_NT-6.3|Windows NT 6.3|Windows 8.1","name":"Windows","version":"8.1"},{"regex":"CYGWIN_NT-6.2|Windows NT 6.2|Windows 8","name":"Windows","version":"8"},{"regex":"CYGWIN_NT-6.1|Windows NT 6.1|Windows 7","name":"Windows","version":"7"},{"regex":"CYGWIN_NT-6.0|Windows NT 6.0|Windows Vista","name":"Windows","version":"Vista"},{"regex":"CYGWIN_NT-5.2|Windows NT 5.2|Windows Server 2003 / XP x64","name":"Windows","version":"Server 2003"},{"regex":"CYGWIN_NT-5.1|Windows NT 5.1|Windows XP","name":"Windows","version":"XP"},{"regex":"CYGWIN_NT-5.0|Windows NT 5.0|Windows 2000","name":"Windows","version":"2000"},{"regex":"CYGWIN_NT-4.0|Windows NT 4.0|WinNT|Windows NT","name":"Windows","version":"NT"},{"regex":"CYGWIN_ME-4.90|Win 9x 4.90|Windows ME","name":"Windows","version":"ME"},{"regex":"CYGWIN_98-4.10|Win98|Windows 98","name":"Windows","version":"98"},{"regex":"CYGWIN_95-4.0|Win32|Win95|Windows 95|Windows_95","name":"Windows","version":"95"},{"regex":"Windows 3.1","name":"Windows","version":"3.1"},{"regex":"Windows","name":"Windows","version":""},{"regex":"Haiku","name":"Haiku OS","version":""},{"regex":"CFNetwork/889","name":"iOS","version":"11.1"},{"regex":"CFNetwork/887.*(x86_64)","name":"Mac","version":"10.13"},{"regex":"CFNetwork/887","name":"iOS","version":"11.0"},{"regex":"CFNetwork/811.*(x86_64)","name":"Mac","version":"10.12"},{"regex":"CFNetwork/811","name":"iOS","version":"10.3"},{"regex":"CFNetwork/808\\\\.3","name":"iOS","version":"10.3"},{"regex":"CFNetwork/808\\\\.2","name":"iOS","version":"10.2"},{"regex":"CFNetwork/808\\\\.1","name":"iOS","version":"10.1"},{"regex":"CFNetwork/808\\\\.0","name":"iOS","version":"10.0"},{"regex":"CFNetwork/808","name":"iOS","version":"10"},{"regex":"CFNetwork/758\\\\.4\\\\.3","name":"iOS","version":"9.3.2"},{"regex":"CFNetwork/758\\\\.3\\\\.15","name":"iOS","version":"9.3"},{"regex":"CFNetwork/758\\\\.2\\\\.[78]","name":"iOS","version":"9.2"},{"regex":"CFNetwork/758\\\\.1\\\\.6","name":"iOS","version":"9.1"},{"regex":"CFNetwork/758\\\\.0\\\\.2","name":"iOS","version":"9.0"},{"regex":"CFNetwork/711\\\\.5\\\\.6","name":"iOS","version":"8.4.1"},{"regex":"CFNetwork/711\\\\.4\\\\.6","name":"iOS","version":"8.4"},{"regex":"CFNetwork/711\\\\.3\\\\.18","name":"iOS","version":"8.3"},{"regex":"CFNetwork/711\\\\.2\\\\.23","name":"iOS","version":"8.2"},{"regex":"CFNetwork/711\\\\.1\\\\.1[26]","name":"iOS","version":"8.1"},{"regex":"CFNetwork/711\\\\.0\\\\.6","name":"iOS","version":"8.0"},{"regex":"CFNetwork/672\\\\.1","name":"iOS","version":"7.1"},{"regex":"CFNetwork/672\\\\.0","name":"iOS","version":"7.0"},{"regex":"CFNetwork/609\\\\.1","name":"iOS","version":"6.1"},{"regex":"CFNetwork/60[29]","name":"iOS","version":"6.0"},{"regex":"CFNetwork/548\\\\.1","name":"iOS","version":"5.1"},{"regex":"CFNetwork/548\\\\.0","name":"iOS","version":"5.0"},{"regex":"CFNetwork/485\\\\.13","name":"iOS","version":"4.3"},{"regex":"CFNetwork/485\\\\.12","name":"iOS","version":"4.2"},{"regex":"CFNetwork/485\\\\.10","name":"iOS","version":"4.1"},{"regex":"CFNetwork/485\\\\.2","name":"iOS","version":"4.0"},{"regex":"CFNetwork/467\\\\.12","name":"iOS","version":"3.2"},{"regex":"CFNetwork/459","name":"iOS","version":"3.1"},{"regex":"(?:CPU OS|iPh(?:one)?[ _]OS|iOS)[ _/](\\\\d+(?:[_\\\\.]\\\\d+)*)","name":"iOS","version":"$1"},{"regex":"FBIOS.*FBSV/(\\\\d+[\\\\.\\\\d]*);","name":"iOS","version":"$1"},{"regex":"(?:Apple-)?(?:iPhone|iPad|iPod)(?:.*Mac OS X.*Version/(\\\\d+\\\\.\\\\d+)|; Opera)?","name":"iOS","version":"$1"},{"regex":"Podcasts/(?:[\\\\d\\\\.]+)|Instacast(?:HD)?/(?:\\\\d\\\\.[\\\\d\\\\.abc]+)|Pocket Casts, iOS|Overcast|Castro|Podcat|i[cC]atcher|RSSRadio/","name":"iOS","version":""},{"regex":"iTunes-(iPod|iPad|iPhone)/(?:[\\\\d\\\\.]+)","name":"iOS","version":""},{"regex":"CFNetwork/807","name":"Mac","version":"10.12"},{"regex":"CFNetwork/760","name":"Mac","version":"10.11"},{"regex":"CFNetwork/720","name":"Mac","version":"10.10"},{"regex":"CFNetwork/673","name":"Mac","version":"10.9"},{"regex":"CFNetwork/596","name":"Mac","version":"10.8"},{"regex":"CFNetwork/520","name":"Mac","version":"10.7"},{"regex":"CFNetwork/454","name":"Mac","version":"10.6"},{"regex":"CFNetwork/(?:438|422|339|330|221|220|217)","name":"Mac","version":"10.5"},{"regex":"CFNetwork/12[89]","name":"Mac","version":"10.4"},{"regex":"CFNetwork/1\\\\.2","name":"Mac","version":"10.3"},{"regex":"CFNetwork/1\\\\.1","name":"Mac","version":"10.2"},{"regex":"Mac[ +]OS[ +]X(?:[ /](?:Version )?(\\\\d+(?:[_\\\\.]\\\\d+)+))?","name":"Mac","version":"$1"},{"regex":"Mac (\\\\d+(?:[_\\\\.]\\\\d+)+)","name":"Mac","version":"$1"},{"regex":"Darwin|Macintosh|Mac_PowerPC|PPC|Mac PowerPC|iMac|MacBook","name":"Mac","version":""},{"regex":"CrOS [a-z0-9_]+ .* Chrome/(\\\\d+[\\\\.\\\\d]+)","name":"Chrome OS","version":"$1"},{"regex":"(?:BB10;.+Version|Black[Bb]erry[0-9a-z]+|Black[Bb]erry.+Version)/(\\\\d+[\\\\.\\\\d]+)","name":"BlackBerry OS","version":"$1"},{"regex":"RIM Tablet OS (\\\\d+[\\\\.\\\\d]+)","name":"BlackBerry Tablet OS","version":"$1"},{"regex":"RIM Tablet OS|QNX|Play[Bb]ook","name":"BlackBerry Tablet OS","version":""},{"regex":"BlackBerry","name":"BlackBerry OS","version":""},{"regex":"bPod","name":"BlackBerry OS","version":""},{"regex":"BeOS","name":"BeOS","version":""},{"regex":"Symbian/3.+NokiaBrowser/7\\\\.3","name":"Symbian^3","version":"Anna"},{"regex":"Symbian/3.+NokiaBrowser/7\\\\.4","name":"Symbian^3","version":"Belle"},{"regex":"Symbian/3","name":"Symbian^3","version":""},{"regex":"(?:Series ?60|SymbOS|S60)(?:[ /]?(\\\\d+[\\\\.\\\\d]+|V\\\\d+))?","name":"Symbian OS Series 60","version":"$1"},{"regex":"Series40","name":"Symbian OS Series 40","version":""},{"regex":"SymbianOS/(\\\\d+[\\\\.\\\\d]+)","name":"Symbian OS","version":"$1"},{"regex":"MeeGo|WeTab","name":"MeeGo","version":""},{"regex":"Symbian(?: OS)?|SymbOS","name":"Symbian OS","version":""},{"regex":"Nokia","name":"Symbian","version":""},{"regex":"(?:Mobile|Tablet);.+Firefox/\\\\d+\\\\.\\\\d+","name":"Firefox OS","version":""},{"regex":"RISC OS(?:-NC)?(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"RISC OS","version":"$1"},{"regex":"Inferno(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"Inferno","version":"$1"},{"regex":"bada(?:[ /](\\\\d+[\\\\.\\\\d]+))","name":"Bada","version":"$1"},{"regex":"bada","name":"Bada","version":""},{"regex":"(?:Brew MP|BREW|BMP)(?:[ /](\\\\d+[\\\\.\\\\d]+))","name":"Brew","version":"$1"},{"regex":"Brew MP|BREW|BMP","name":"Brew","version":""},{"regex":"GoogleTV(?:[ /](\\\\d+[\\\\.\\\\d]+))?","name":"Google TV","version":"$1"},{"regex":"AppleTV(?:/?(\\\\d+[\\\\.\\\\d]+))?","name":"Apple TV","version":"$1"},{"regex":"WebTV/(\\\\d+[\\\\.\\\\d]+)","name":"WebTV","version":"$1"},{"regex":"RemixOS 5.1.1","name":"Remix OS","version":"1"},{"regex":"RemixOS 6.0","name":"Remix OS","version":"2"},{"regex":"RemixOS","name":"Remix OS","version":""},{"regex":"(?:SunOS|Solaris)(?:[/ ](\\\\d+[\\\\.\\\\d]+))?","name":"Solaris","version":"$1"},{"regex":"AIX(?:[/ ]?(\\\\d+[\\\\.\\\\d]+))?","name":"AIX","version":"$1"},{"regex":"HP-UX(?:[/ ]?(\\\\d+[\\\\.\\\\d]+))?","name":"HP-UX","version":"$1"},{"regex":"FreeBSD(?:[/ ]?(\\\\d+[\\\\.\\\\d]+))?","name":"FreeBSD","version":"$1"},{"regex":"NetBSD(?:[/ ]?(\\\\d+[\\\\.\\\\d]+))?","name":"NetBSD","version":"$1"},{"regex":"OpenBSD(?:[/ ]?(\\\\d+[\\\\.\\\\d]+))?","name":"OpenBSD","version":"$1"},{"regex":"DragonFly(?:[/ ]?(\\\\d+[\\\\.\\\\d]+))?","name":"DragonFly","version":"$1"},{"regex":"Syllable(?:[/ ]?(\\\\d+[\\\\.\\\\d]+))?","name":"Syllable","version":"$1"},{"regex":"IRIX(?:;64)?(?:[/ ]?(\\\\d+[\\\\.\\\\d]+))","name":"IRIX","version":"$1"},{"regex":"OSF1(?:[/ ]?v?(\\\\d+[\\\\.\\\\d]+))?","name":"OSF1","version":"$1"},{"regex":"Nintendo (Wii|Switch)","name":"Nintendo","version":"$1"},{"regex":"PlayStation ?([3|4])","name":"PlayStation","version":"$1"},{"regex":"Xbox|KIN\\\\.(?:One|Two)","name":"Xbox","version":"360"},{"regex":"Nitro|Nintendo ([3]?DS[i]?)","name":"Nintendo Mobile","version":"$1"},{"regex":"PlayStation ((?:Portable|Vita))","name":"PlayStation Portable","version":"$1"},{"regex":"OS/2","name":"OS/2","version":""},{"regex":"Linux(?:OS)?[^a-z]","name":"GNU/Linux","version":""}]')},function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=o(r(272)),i=r(25);t.default=class{constructor(){this.parse=e=>{for(const[t,r]of Object.entries(n.default))for(const o of r){if(i.userAgentParser(o,e))return t}return""}}}},function(e){e.exports=JSON.parse('{"Dell":["MDDR(JS)?","MDDC(JS)?","MDDS(JS)?"],"Acer":["MAAR(JS)?"],"Sony":["MASE(JS)?","MASP(JS)?","MASA(JS)?"],"Asus":["MAAU","NP0[26789]","ASJB","ASU2(JS)?"],"Samsung":["MASM(JS)?","SMJB"],"Lenovo":["MALC(JS)?","MALE(JS)?","MALN(JS)?","LCJB","LEN2"],"Toshiba":["MATM(JS)?","MATB(JS)?","MATP(JS)?","TNJB","TAJB"],"Medion":["MAMD"],"MSI":["MAMI(JS)?","MAM3"],"Gateway":["MAGW(JS)?"],"Fujitsu":["MAFS(JS)?","FSJB"],"Compaq":["CPDTDF","CPNTDF(JS?)","CMNTDF(JS)?","CMDTDF(JS)?"],"HP":["HPCMHP","HPNTDF(JS)?","HPDTDF(JS)?"],"Hyrican":["MANM(JS)?"],"Ordissimo":["Ordissimo","webissimo3"]}')},function(e,t,r){"use strict";const o=(this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}})(r(274)),n=r(25);e.exports=class{constructor(){this.parse=e=>{var t,r,i,a;for(const s of o.default){if(n.userAgentParser(s.regex,e))return{name:s.name,category:s.category||"",url:s.url||"",producer:{name:(null===(r=null===(t=s)||void 0===t?void 0:t.producer)||void 0===r?void 0:r.name)||"",url:(null===(a=null===(i=s)||void 0===i?void 0:i.producer)||void 0===a?void 0:a.url)||""}}}return null}}}},function(e){e.exports=JSON.parse('[{"regex":"360Spider(-Image|-Video)?","name":"360Spider","category":"Search bot","url":"http://www.so.com/help/help_3_2.html","producer":{"name":"Online Media Group, Inc.","url":""}},{"regex":"Aboundex","name":"Aboundexbot","category":"Search bot","url":"http://www.aboundex.com/crawler/","producer":{"name":"Aboundex.com","url":"http://www.aboundex.com"}},{"regex":"AcoonBot","name":"Acoon","category":"Search bot","url":"http://www.acoon.de/robot.asp","producer":{"name":"Acoon GmbH","url":"http://www.acoon.de"}},{"regex":"AddThis\\\\.com","name":"AddThis.com","category":"Social Media Agent","url":"","producer":{"name":"Clearspring Technologies, Inc.","url":"http://www.clearspring.com"}},{"regex":"AhrefsBot","name":"aHrefs Bot","category":"Crawler","url":"http://ahrefs.com/robot","producer":{"name":"Ahrefs Pte Ltd","url":"http://ahrefs.com/robot"}},{"regex":"ia_archiver|alexabot|verifybot","name":"Alexa Crawler","category":"Search bot","url":"https://alexa.zendesk.com/hc/en-us/sections/200100794-Crawlers","producer":{"name":"Alexa Internet","url":"http://www.alexa.com"}},{"regex":"alexa site audit","name":"Alexa Site Audit","category":"Site Monitor","url":"http://www.alexa.com/help/webmasters","producer":{"name":"Alexa Internet","url":"http://www.alexa.com"}},{"regex":"Amazon[ -]Route ?53[ -]Health[ -]Check[ -]Service","name":"Amazon Route53 Health Check","category":"Service Agent","producer":{"name":"Amazon Web Services","url":"https://aws.amazon.com/"}},{"regex":"AmorankSpider","name":"Amorank Spider","category":"Crawler","url":"http://amorank.com/webcrawler.html","producer":{"name":"Amorank","url":"http://www.amorank.com"}},{"regex":"ApacheBench","name":"ApacheBench","category":"Benchmark","url":"https://httpd.apache.org/docs/2.4/programs/ab.html","producer":{"name":"The Apache Software Foundation","url":"http://www.apache.org/foundation/"}},{"regex":"Applebot","name":"Applebot","category":"Crawler","url":"http://www.apple.com/go/applebot","producer":{"name":"Apple Inc","url":"http://www.apple.com"}},{"regex":"Arachni","name":"Arachni","category":"Security Checker","url":"http://www.arachni-scanner.com","producer":{"name":"Sarosys LLC","url":"http://www.sarosys.com/"}},{"regex":"AspiegelBot","name":"AspiegelBot","category":"Crawler","url":"https://aspiegel.com/","producer":{"name":"Huawei","url":"https://www.huawei.com/"}},{"regex":"Castro 2, Episode Duration Lookup","name":"Castro 2","category":"Service Agent","url":"http://supertop.co/castro/","producer":{"name":"Supertop","url":"http://supertop.co"}},{"regex":"Curious George","name":"Analytics SEO Crawler","category":"Crawler","url":"http://www.analyticsseo.com/crawler","producer":{"name":"Analytics SEO","url":"http://www.analyticsseo.com"}},{"regex":"archive\\\\.org_bot|special_archiver","name":"archive.org bot","category":"Crawler","url":"http://www.archive.org/details/archive.org_bot","producer":{"name":"The Internet Archive","url":"http://www.archive.org"}},{"regex":"Ask Jeeves/Teoma","name":"Ask Jeeves","category":"Search bot","url":"","producer":{"name":"Ask Jeeves Inc.","url":"http://www.ask.com"}},{"regex":"Backlink-Check\\\\.de","name":"Backlink-Check.de","category":"Crawler","url":"http://www.backlink-check.de/bot.html","producer":{"name":"Mediagreen Medienservice","url":"http://www.backlink-check.de"}},{"regex":"BacklinkCrawler","name":"BacklinkCrawler","category":"Crawler","url":"http://www.backlinktest.com/crawler.html","producer":{"name":"2.0Promotion GbR","url":"http://www.backlinktest.com"}},{"regex":"baiduspider(-image)?|baidu Transcoder|baidu.*spider","name":"Baidu Spider","category":"Search bot","url":"http://www.baidu.com/search/spider.htm","producer":{"name":"Baidu","url":"http://www.baidu.com"}},{"regex":"BazQux","name":"BazQux Reader","url":"https://bazqux.com/fetcher","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"MSNBot|msrbot|bingbot|BingPreview|msnbot-(UDiscovery|NewsBlogs)|adidxbot","name":"BingBot","category":"Search bot","url":"http://search.msn.com/msnbot.htmn","producer":{"name":"Microsoft Corporation","url":"http://www.microsoft.com"}},{"regex":"Blekkobot","name":"Blekkobot","category":"Search bot","url":"http://blekko.com/about/blekkobot","producer":{"name":"Blekko","url":"http://blekko.com"}},{"regex":"BLEXBot(Test)?","name":"BLEXBot Crawler","category":"Crawler","url":"http://webmeup-crawler.com","producer":{"name":"WebMeUp","url":"http://webmeup.com"}},{"regex":"Bloglovin","name":"Bloglovin","url":"http://www.bloglovin.com","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"Blogtrottr","name":"Blogtrottr","url":"","category":"Feed Fetcher","producer":{"name":"Blogtrottr Ltd","url":"https://blogtrottr.com/"}},{"regex":"BoardReader Blog Indexer","name":"BoardReader Blog Indexer","category":"Crawler","producer":{"name":"BoardReader","url":"http://boardreader.com/"}},{"regex":"BountiiBot","name":"Bountii Bot","category":"Search bot","url":"http://bountii.com/contact.php","producer":{"name":"Bountii Inc.","url":"http://bountii.com"}},{"regex":"Browsershots","name":"Browsershots","category":"Service Agent","url":"http://browsershots.org/faq","producer":{"name":"Browsershots.org","url":"http://browsershots.org"}},{"regex":"BUbiNG","name":"BUbiNG","category":"Crawler","url":"http://law.di.unimi.it/BUbiNG.html","producer":{"name":"The Laboratory for Web Algorithmics (LAW)","url":"http://law.di.unimi.it/software.php#buging"}},{"regex":"(?<!HTC)[ _]Butterfly/","name":"Butterfly Robot","category":"Search bot","url":"http://labs.topsy.com/butterfly","producer":{"name":"Topsy Labs","url":"http://labs.topsy.com"}},{"regex":"CareerBot","name":"CareerBot","category":"Crawler","url":"http://www.career-x.de/bot.html","producer":{"name":"career-x GmbH","url":"http://www.career-x.de"}},{"regex":"CCBot","name":"ccBot crawler","category":"Crawler","url":"http://commoncrawl.org/faq/","producer":{"name":"reddit inc.","url":"http://www.reddit.com"}},{"regex":"Cliqzbot","name":"Cliqzbot","category":"Crawler","url":"http://cliqz.com/company/cliqzbot","producer":{"name":"10betterpages GmbH","url":"http://cliqz.com"}},{"regex":"Cloudflare-AMP","name":"CloudFlare AMP Fetcher","category":"Crawler","url":"https://amp.cloudflare.com/doc/fetcher.html","producer":{"name":"CloudFlare","url":"http://www.cloudflare.com"}},{"regex":"CloudFlare-AlwaysOnline","name":"CloudFlare Always Online","category":"Site Monitor","url":"http://www.cloudflare.com/always-online","producer":{"name":"CloudFlare","url":"http://www.cloudflare.com"}},{"regex":"coccoc|coccocbot(-ads|-fast|-image|-shopping|-web)?","name":"Cốc Cốc Bot","url":"https://help.coccoc.com/en/search-engine/coccoc-robots","category":"Search bot","producer":{"name":"Cốc Cốc","url":"https://coccoc.com/"}},{"regex":"collectd","name":"Collectd","url":"https://collectd.org/","category":"Site Monitor","producer":{"name":"Collectd","url":"https://collectd.org/"}},{"regex":"CommaFeed","name":"CommaFeed","url":"http://www.commafeed.com","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"CSS Certificate Spider","name":"CSS Certificate Spider","category":"Crawler","url":"http://www.css-security.com/certificatespider/","producer":{"name":"Certified Security Solutions","url":"https://www.css-security.com/company/about-us/"}},{"regex":"Datadog Agent","name":"Datadog Agent","url":"https://github.com/DataDog/dd-agent","category":"Site Monitor","producer":{"name":"Datadog","url":"https://www.datadoghq.com/"}},{"regex":"Datanyze","name":"Datanyze","url":"","category":"Crawler","producer":{"name":"Datanyze","url":"https://www.datanyze.com"}},{"regex":"Dataprovider","name":"Dataprovider","category":"Crawler","url":"","producer":{"name":"Dataprovider B.V.","url":"https://www.dataprovider.com/"}},{"regex":"Daum(oa)?[ /][0-9]","name":"Daum","category":"Search bot","url":"http://tab.search.daum.net/aboutWebSearch_en.html","producer":{"name":"Daum Communications Corp.","url":"http://www.kakaocorp.com/main"}},{"regex":"Dazoobot","name":"Dazoobot","category":"Search bot","url":"","producer":{"name":"DAZOO.FR","url":"http://dazoo.fr"}},{"regex":"discobot(-news)?","name":"Discobot","category":"Search bot","url":"http://discoveryengine.com/discobot.html","producer":{"name":"Discovery Engine","url":"http://discoveryengine.com"}},{"regex":"Domain Re-Animator Bot|support@domainreanimator.com","name":"Domain Re-Animator Bot","category":"Crawler","url":"","producer":{"name":"Domain Re-Animator, LLC","url":"http://domainreanimator.com"}},{"regex":"DotBot","name":"DotBot","category":"Crawler","url":"http://www.opensiteexplorer.org/dotbot","producer":{"name":"SEOmoz, Inc.","url":"http://moz.com/"}},{"regex":"DuckDuck(?:Go-Favicons-)?Bot","name":"DuckDuckGo Bot","category":"Search bot","url":"https://duckduckgo.com/duckduckbot","producer":{"name":"DuckDuckGo","url":"https://duckduckgo.com/"}},{"regex":"EasouSpider","name":"Easou Spider","category":"Search bot","url":"http://www.easou.com/search/spider.html","producer":{"name":"easou ICP","url":"http://www.easou.com"}},{"regex":"eCairn-Grabber","name":"eCairn-Grabber","category":"Crawler","producer":{"name":"eCairn","url":"https://ecairn.com"}},{"regex":"EMail Exractor","name":"EMail Exractor","category":"Crawler","url":"","producer":{"name":"","url":""}},{"regex":"evc-batch","name":"evc-batch","category":"Crawler","url":"","producer":{"name":"eVenture Capital Partners II, LLC","url":"http://www.eventures.vc/"}},{"regex":"Exabot(-Thumbnails|-Images)?|ExaleadCloudview","name":"ExaBot","category":"Crawler","url":"http://www.exabot.com/go/robot","producer":{"name":"Dassault Systèmes","url":"http://www.3ds.com"}},{"regex":"ExactSeek Crawler","name":"ExactSeek Crawler","category":"Search bot","url":"http://www.exactseek.com","producer":{"name":"Jayde Online, Inc.","url":"http://www.jaydeonlineinc.com"}},{"regex":"Ezooms","name":"Ezooms","category":"Crawler","url":"","producer":{"name":"SEOmoz, Inc.","url":"http://moz.com/"}},{"regex":"facebookexternalhit|facebookplatform|facebookexternalua","name":"Facebook External Hit","category":"Social Media Agent","url":"https://www.facebook.com/externalhit_uatext.php","producer":{"name":"Facebook","url":"http://www.facebook.com"}},{"regex":"Feedbin","name":"Feedbin","url":"http://feedbin.com/","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"FeedBurner","name":"FeedBurner","url":"http://www.feedburner.com","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"Feed Wrangler","name":"Feed Wrangler","url":"https://feedwrangler.net/","category":"Feed Fetcher","producer":{"name":"David Smith & Developing Perspective, LLC","url":"https://david-smith.org"}},{"regex":"(Meta)?Feedly(Bot|App)?","name":"Feedly","url":"http://www.feedly.com","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"Feedspot","name":"Feedspot","url":"http://www.feedspot.com","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"Fever/[0-9]","name":"Fever","url":"http://feedafever.com/","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"FlipboardProxy|FlipboardRSS","name":"Flipboard","url":"http://flipboard.com/browserproxy","category":"Feed Fetcher","producer":{"name":"Flipboard","url":"http://flipboard.com/"}},{"regex":"Findxbot","name":"Findxbot","category":"Crawler","url":"http://www.findxbot.com"},{"regex":"FreshRSS","name":"FreshRSS","category":"Feed Fetcher","url":"https://freshrss.org/"},{"regex":"Genieo","name":"Genieo Web filter","category":"","url":"http://www.genieo.com/webfilter.html","producer":{"name":"Genieo","url":"http://www.genieo.com"}},{"regex":"GigablastOpenSource","name":"Gigablast","category":"Search bot","url":"https://github.com/gigablast/open-source-search-engine","producer":{"name":"Matt Wells","url":"http://www.gigablast.com/faq.html"}},{"regex":"Gluten Free Crawler","name":"Gluten Free Crawler","category":"Crawler","url":"http://glutenfreepleasure.com/","producer":{"name":"","url":""}},{"regex":"ichiro/mobile goo","name":"Goo","category":"Search bot","url":"http://search.goo.ne.jp/option/use/sub4/sub4-1","producer":{"name":"NTT Resonant","url":"http://goo.ne.jp"}},{"regex":"Google Favicon","name":"Google Favicon","category":"Crawler"},{"regex":"Google Search Console","name":"Google Search Console","category":"Crawler","url":"https://search.google.com/search-console/about","producer":{"name":"Google Inc.","url":"http://www.google.com"}},{"regex":"Google Page Speed Insights","name":"Google PageSpeed Insights","category":"Site Monitor","url":"http://developers.google.com/speed/pagespeed/insights/","producer":{"name":"Google Inc.","url":"http://www.google.com"}},{"regex":"google_partner_monitoring","name":"Google Partner Monitoring","category":"Site Monitor","url":"","producer":{"name":"Google Inc.","url":"http://www.google.com"}},{"regex":"Google-Cloud-Scheduler","name":"Google Cloud Scheduler","category":"Crawler","url":"https://cloud.google.com/scheduler","producer":{"name":"Google Inc.","url":"https://www.google.com"}},{"regex":"Google-Structured-Data-Testing-Tool","name":"Google Structured Data Testing Tool","category":"Validator","url":"https://search.google.com/structured-data/testing-tool","producer":{"name":"Google Inc.","url":"http://www.google.com"}},{"regex":"GoogleStackdriverMonitoring","name":"Google Stackdriver Monitoring","category":"Site Monitor","url":"https://cloud.google.com/monitoring","producer":{"name":"Google Inc.","url":"https://www.google.com"}},{"regex":"via ggpht\\\\.com GoogleImageProxy","name":"Gmail Image Proxy","category":"Crawler","url":"","producer":{"name":"Google Inc.","url":"http://www.google.com"}},{"regex":"SeznamEmailProxy","name":"Seznam Email Proxy","category":"Crawler","url":"","producer":{"name":"Seznam.cz, a.s.","url":"http://www.seznam.cz/"}},{"regex":"Seznam-Zbozi-robot","name":"Seznam Zbozi.cz","category":"Crawler","url":"","producer":{"name":"Seznam.cz, a.s.","url":"https://www.zbozi.cz/"}},{"regex":"Heurekabot-Feed","name":"Heureka Feed","category":"Crawler","url":"https://sluzby.heureka.cz/napoveda/heurekabot/","producer":{"name":"Heureka.cz, a.s.","url":"https://www.heureka.cz/"}},{"regex":"ShopAlike","name":"ShopAlike","category":"Crawler","url":"","producer":{"name":"Visual Meta","url":"https://www.shopalike.cz/"}},{"regex":"AdsBot-Google(-Mobile)?|Adwords-(DisplayAds|Express|Instant)|Google Web Preview|Google[ -]Publisher[ -]Plugin|Google-(Adwords|AMPHTML|Assess|HotelAdsVerifier|Read-Aloud|Shopping-Quality|Site-Verification|speakr|Test|Youtube-Links)|(APIs|DuplexWeb|Feedfetcher|Mediapartners)-Google|Googlebot(-Mobile|-Image|-Video|-News)?|GoogleProducer|Google.*/\\\\+/web/snippet","name":"Googlebot","category":"Search bot","url":"http://www.google.com/bot.html","producer":{"name":"Google Inc.","url":"http://www.google.com"}},{"regex":"heritrix","name":"Heritrix","category":"Crawler","url":"https://webarchive.jira.com/wiki/display/Heritrix/Heritrix","producer":{"name":"The Internet Archive","url":"http://www.archive.org"}},{"regex":"HubSpot ","name":"HubSpot","category":"Crawler","producer":{"name":"HubSpot Inc.","url":"https://www.hubspot.com"}},{"regex":"HTTPMon","name":"HTTPMon","category":"Site Monitor","url":"http://www.httpmon.com","producer":{"name":"towards GmbH","url":"http://www.towards.ch/"}},{"regex":"ICC-Crawler","name":"ICC-Crawler","category":"Crawler","url":"http://www.nict.go.jp/en/univ-com/plan/crawl.html","producer":{"name":"","url":""}},{"regex":"inoreader.com","name":"inoreader","category":"Feed Reader","url":"https://www.inoreader.com"},{"regex":"iisbot","name":"IIS Site Analysis","category":"Crawler","url":"http://www.iis.net/iisbot.html","producer":{"name":"Microsoft Corporation","url":"http://www.microsoft.com"}},{"regex":"ips-agent","name":"IPS Agent","category":"crawler","producer":{"name":"VeriSign, Inc","url":"http://www.verisign.com/"}},{"regex":"IP-Guide\\\\.com","name":"IP-Guide Crawler","category":"Crawler","url":"","producer":{"name":"","url":"https://ip-guide.com"}},{"regex":"kouio","name":"Kouio","url":"http://kouio.com/","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"larbin","name":"Larbin web crawler","category":"Crawler","url":"http://larbin.sourceforge.net","producer":{"name":"","url":""}},{"regex":"([A-z0-9]*)-Lighthouse","name":"Lighthouse","category":"Site Monitor","url":"https://developers.google.com/web/tools/lighthouse","producer":{"name":"Lighthouse","url":"https://developers.google.com/web/tools/lighthouse"}},{"regex":"linkdexbot(-mobile)?|linkdex\\\\.com","name":"Linkdex Bot","category":"Search bot","url":"http://www.linkdex.com/bots","producer":{"name":"Mojeek Ltd.","url":"http://www.mojeek.com"}},{"regex":"LinkedInBot","name":"LinkedIn Bot","category":"Social Media Agent","url":"http://www.linkedin.com","producer":{"name":"LinkedIn","url":"http://www.linkedin.com"}},{"regex":"ltx71","name":"LTX71","url":"http://ltx71.com/","producer":{"name":"","url":""}},{"regex":"Mail\\\\.RU(_Bot)?","name":"Mail.Ru Bot","category":"Search bot","url":"http://help.mail.ru/webmaster/indexing/robots/types_robots","producer":{"name":"Mail.Ru Group","url":"http://corp.mail.ru"}},{"regex":"magpie-crawler","name":"Magpie-Crawler","category":"Social Media Agent","url":"http://www.brandwatch.com/magpie-crawler/","producer":{"name":"Brandwatch","url":"http://www.brandwatch.com"}},{"regex":"MagpieRSS","name":"MagpieRSS","url":"http://magpierss.sourceforge.net/","category":"Feed Parser","producer":{"name":"","url":""}},{"regex":"masscan","name":"masscan","url":"https://github.com/robertdavidgraham/masscan","category":"Crawler","producer":{"name":"Robert Graham","url":"https://github.com/robertdavidgraham"}},{"regex":"Mastodon/","name":"Mastodon Bot","category":"Social Media Agent"},{"regex":"meanpathbot","name":"Meanpath Bot","category":"Search bot","url":"http://www.meanpath.com/meanpathbot.html","producer":{"name":"Meanpath","url":"http://www.meanpath.com"}},{"regex":"MetaJobBot","name":"MetaJobBot","category":"Crawler","url":"http://www.metajob.at/the/crawler","producer":{"name":"MetaJob","url":"http://www.metajob.at"}},{"regex":"MetaInspector","name":"MetaInspector","category":"Crawler","url":"https://github.com/jaimeiniesta/metainspector"},{"regex":"MixrankBot","name":"Mixrank Bot","category":"Crawler","url":"http://mixrank.com","producer":{"name":"Online Media Group, Inc.","url":""}},{"regex":"MJ12bot","name":"MJ12 Bot","category":"Search bot","url":"http://majestic12.co.uk/bot.php","producer":{"name":"Majestic-12","url":"http://majestic12.co.uk"}},{"regex":"Mnogosearch","name":"Mnogosearch","category":"Search bot","url":"http://www.mnogosearch.org/","producer":{"name":"Lavtech.Com Corp.","url":""}},{"regex":"MojeekBot","name":"MojeekBot","category":"Search bot","url":"http://www.mojeek.com/bot.html","producer":{"name":"Mojeek Ltd.","url":"http://www.mojeek.com"}},{"regex":"munin","name":"Munin","category":"Site Monitor","url":"http://munin-monitoring.org/","producer":{"name":"Munin","url":"http://munin-monitoring.org/"}},{"regex":"NalezenCzBot","name":"NalezenCzBot","category":"Crawler","url":"http://www.nalezen.cz/about-crawler","producer":{"name":"Jaroslav Kuboš","url":""}},{"regex":"check_http/v","name":"Nagios check_http","category":"Site Monitor","url":"https://nagios.org","producer":{"name":"Nagios Plugins Development Team","url":"https://nagios.org"}},{"regex":"nbertaupete95\\\\(at\\\\)gmail.com","name":"nbertaupete95","category":"Crawler"},{"regex":"Netcraft( Web Server Survey| SSL Server Survey|SurveyAgent)","name":"Netcraft Survey Bot","category":"Search bot","url":"","producer":{"name":"Netcraft","url":"http://www.netcraft.com"}},{"regex":"netEstate NE Crawler","name":"netEstate","category":"Crawler","url":"http://www.website-datenbank.de/Impressum","producer":{"name":"netEstate GmbH","url":"https://www.netestate.de/en/"}},{"regex":"Netvibes","name":"Netvibes","url":"http://www.netvibes.com/","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"NewsBlur .*(Fetcher|Finder)","name":"NewsBlur","url":"http://www.newsblur.com","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"NewsGatorOnline","name":"NewsGator","url":"http://www.newsgator.com","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"nlcrawler","name":"NLCrawler","category":"Crawler","url":"","producer":{"name":"Northern Light","url":"http://northernlight.com"}},{"regex":"Nmap Scripting Engine","name":"Nmap","category":"Security Checker","url":"https://nmap.org/book/nse.html","producer":{"name":"Nmap","url":"https://nmap.org/"}},{"regex":"Nuzzel","name":"Nuzzel","category":"Crawler","producer":{"name":"Nuzzel","url":"https://www.nuzzel.com/"}},{"regex":"Octopus [0-9]","name":"Octopus"},{"regex":"omgili(?:bot)?","name":"Omgili bot","category":"Search bot","url":"http://www.omgili.com/Crawler.html","producer":{"name":"Omgili","url":"http://www.omgili.com"}},{"regex":"OpenindexSpider","name":"Openindex Spider","category":"Search bot","url":"http://www.openindex.io/en/webmasters/spider.html","producer":{"name":"Openindex B.V.","url":"http://www.openindex.io"}},{"regex":"spbot","name":"OpenLinkProfiler","category":"Crawler","url":"http://openlinkprofiler.org/bot","producer":{"name":"Axandra GmbH","url":"http://www.axandra.com"}},{"regex":"OpenWebSpider","name":"OpenWebSpider","category":"Crawler","url":"http://www.openwebspider.org","producer":{"name":"OpenWebSpider Lab","url":"http://lab.openwebspider.org"}},{"regex":"OrangeBot|VoilaBot","name":"Orange Bot","category":"Search bot","url":"http://lemoteur.orange.fr","producer":{"name":"Orange","url":"http://www.orange.fr"}},{"regex":"PaperLiBot","name":"PaperLiBot","category":"Search bot","url":"http://support.paper.li/entries/20023257-what-is-paper-li","producer":{"name":"Smallrivers SA","url":"http://www.paper.li"}},{"regex":"phantomas/","name":"Phantomas","category":"Site Monitor","url":"https://github.com/macbre/phantomas"},{"regex":"phpservermon","name":"PHP Server Monitor","category":"Site Monitor","url":"https://github.com/phpservermon/phpservermon","producer":{"name":"PHP Server Monitor","url":"http://www.phpservermonitor.org/"}},{"regex":"PocketParser","name":"PocketParser","category":"Read-it-later Service","url":"https://getpocket.com/pocketparser_ua","producer":{"name":"Pocket","url":"https://getpocket.com/"}},{"regex":"PritTorrent","name":"PritTorrent","category":"Crawler","url":"https://github.com/astro/prittorrent","producer":{"name":"Bitlove","url":"http://bitlove.org/"}},{"regex":"psbot(-page)?","name":"Picsearch bot","category":"Search bot","url":"http://www.picsearch.com/bot.html","producer":{"name":"Picsearch","url":"http://www.picsearch.com"}},{"regex":"Pingdom\\\\.com","name":"Pingdom Bot","category":"Site Monitor","url":"","producer":{"name":"Pingdom AB","url":"https://www.pingdom.com"}},{"regex":"Quora Link Preview","name":"Quora Link Preview","category":"Crawler","url":"","producer":{"name":"Quora","url":"http://www.quora.com"}},{"regex":"RamblerMail","name":"RamblerMail Image Proxy","category":"Crawler","url":"","producer":{"name":"Rambler&Co","url":"https://rambler-co.ru/"}},{"regex":"QuerySeekerSpider","name":"QuerySeekerSpider","category":"Crawler","url":"http://queryseeker.com/bot.html","producer":{"name":"QueryEye Inc.","url":"http://queryeye.com"}},{"regex":"Qwantify","name":"Qwantify","category":"Crawler","url":"https://www.qwant.com/","producer":{"name":"Qwant Corporation","url":"https://www.qwant.com/"}},{"regex":"Rainmeter","name":"Rainmeter","category":"Crawler","url":"https://www.rainmeter.net"},{"regex":"redditbot","name":"Reddit Bot","category":"Social Media Agent","url":"http://www.reddit.com/feedback","producer":{"name":"reddit inc.","url":"http://www.reddit.com"}},{"regex":"Riddler","name":"Riddler","category":"Security search bot","url":"https://riddler.io/about","producer":{"name":"F-Secure","url":"https://www.f-secure.com"}},{"regex":"rogerbot","name":"Rogerbot","category":"Crawler","url":"http://moz.com/help/pro/what-is-rogerbot-","producer":{"name":"SEOmoz, Inc.","url":"http://moz.com/"}},{"regex":"ROI Hunter","name":"ROI Hunter","category":"Crawler","url":"","producer":{"name":"Roihunter a.s.","url":"http://roihunter.com/"}},{"regex":"SafeDNSBot","name":"SafeDNSBot","category":"Crawler","url":"https://www.safedns.com/searchbot","producer":{"name":"SafeDNS, Inc.","url":"https://www.safedns.com/"}},{"regex":"Scrapy","name":"Scrapy","category":"Crawler","url":"http://scrapy.org"},{"regex":"Screaming Frog SEO Spider","name":"Screaming Frog SEO Spider","category":"Crawler","url":"http://www.screamingfrog.co.uk/seo-spider","producer":{"name":"Screaming Frog Ltd","url":"http://www.screamingfrog.co.uk"}},{"regex":"ScreenerBot","name":"ScreenerBot","category":"Crawler","url":"http://www.screenerbot.com","producer":{"name":"","url":""}},{"regex":"SemrushBot","name":"Semrush Bot","category":"Crawler","url":"http://www.semrush.com/bot.html","producer":{"name":"SEMrush","url":"http://www.semrush.com"}},{"regex":"SensikaBot","name":"Sensika Bot","category":"","url":"","producer":{"name":"Sensika","url":"http://sensika.com"}},{"regex":"SEOENG(World)?Bot","name":"SEOENGBot","category":"Crawler","url":"http://www.seoengine.com/seoengbot.htm","producer":{"name":"SEO Engine","url":"http://www.seoengine.com"}},{"regex":"SEOkicks-Robot","name":"SEOkicks-Robot","category":"Crawler","url":"http://www.seokicks.de/robot.html","producer":{"name":"SEOkicks","url":"https://www.seokicks.de/"}},{"regex":"seoscanners\\\\.net","name":"Seoscanners.net","category":"Crawler","url":""},{"regex":"SkypeUriPreview","name":"Skype URI Preview","category":"Service Agent","url":"","producer":{"name":"Skype Communications S.à.r.l.","url":"https://www.skype.com"}},{"regex":"SeznamBot|SklikBot|Seznam screenshot-generator","name":"Seznam Bot","category":"Search bot","url":"http://www.mapy.cz/cz/seznambot.html","producer":{"name":"Seznam.cz, a.s.","url":"http://www.seznam.cz/"}},{"regex":"shopify-partner-homepage-scraper","name":"Shopify Partner","category":"Crawler","url":"https://www.shopify.com/partners","producer":{"name":"Shopify","url":"https://www.shopify.com/"}},{"regex":"ShopWiki","name":"ShopWiki","category":"Search tools","url":"http://www.shopwiki.com/wiki/Help:Bot","producer":{"name":"ShopWiki Corp.","url":"http://www.shopwiki.com"}},{"regex":"SilverReader","name":"SilverReader","url":"http://silverreader.com","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"SimplePie","name":"SimplePie","url":"http://www.simplepie.org","category":"Feed Parser","producer":{"name":"","url":""}},{"regex":"SISTRIX Crawler","name":"SISTRIX Crawler","category":"Crawler","url":"http://crawler.sistrix.net","producer":{"name":"SISTRIX GmbH","url":"http://www.sistrix.de"}},{"regex":"SISTRIX Optimizer","name":"SISTRIX Optimizer","category":"Crawler","url":"https://optimizer.sistrix.com","producer":{"name":"SISTRIX GmbH","url":"http://www.sistrix.de"}},{"regex":"SiteSucker","name":"SiteSucker","category":"Crawler","url":"http://ricks-apps.com/osx/sitesucker/"},{"regex":"sixy.ch","name":"Sixy.ch","category":"Site Monitor","url":"http://sixy.ch","producer":{"name":"Manuel Kasper","url":"https://neon1.net/"}},{"regex":"Slackbot|Slack-ImgProxy","name":"Slackbot","category":"Crawler","url":"https://api.slack.com/robots","producer":{"name":"Slack Technologies","url":"http://slack.com"}},{"regex":"(Sogou (web|inst|Pic) spider)|New-Sogou-Spider","name":"Sogou Spider","category":"Search bot","url":"http://www.sogou.com/docs/help/webmasters.htm","producer":{"name":"Sohu, Inc.","url":"http://www.sogou.com"}},{"regex":"Sosospider|Sosoimagespider","name":"Soso Spider","category":"Search bot","url":"http://help.soso.com/webspider.htm","producer":{"name":"Tencent Holdings","url":"http://www.soso.com"}},{"regex":"sqlmap/","name":"sqlmap","category":"Security Checker","url":"http://sqlmap.org/","producer":{"name":"sqlmap","url":"http://sqlmap.org/"}},{"regex":"SSL Labs","name":"SSL Labs","category":"Validator","url":"https://www.ssllabs.com/about/assessment.html","producer":{"name":"SSL Labs","url":"https://www.ssllabs.com/about/assessment.html"}},{"regex":"StatusCake","name":"StatusCake","category":"Site Monitor","url":"https://www.statuscake.com","producer":{"name":"StatusCake","url":"https://www.statuscake.com"}},{"regex":"Superfeedr bot","name":"Superfeedr Bot","category":"Feed Fetcher","url":"","producer":{"name":"Superfeedr","url":"https://superfeedr.com/"}},{"regex":"Sparkler/[0-9]","name":"Sparkler","category":"Crawler","url":"https://github.com/USCDataScience/sparkler"},{"regex":"Spinn3r","name":"Spinn3r","category":"Crawler","url":"http://spinn3r.com/robot","producer":{"name":"Tailrank Inc","url":"http://spinn3r.com"}},{"regex":"Sputnik(Image)?Bot","name":"Sputnik Bot","category":"","url":"","producer":{"name":"","url":""}},{"regex":"SurveyBot","name":"Survey Bot","category":"Search bot","url":"http://www.domaintools.com/webmasters/surveybot.php","producer":{"name":"Domain Tools","url":"http://www.domaintools.com"}},{"regex":"TarmotGezgin","name":"Tarmot Gezgin","url":"http://www.tarmot.com/gezgin/","category":"Search bot"},{"regex":"TelegramBot","name":"TelegramBot","url":"https://telegram.org/blog/bot-revolution"},{"regex":"TLSProbe","name":"TLSProbe","url":"https://scan.trustnet.venafi.com/","category":"Security search bot","producer":{"name":"Venafi TrustNet","url":"https://www.venafi.com"}},{"regex":"TinEye-bot","name":"TinEye Crawler","category":"Search bot","url":"http://www.tineye.com/crawler.html","producer":{"name":"Idée Inc.","url":"http://ideeinc.com"}},{"regex":"Tiny Tiny RSS","name":"Tiny Tiny RSS","url":"http://tt-rss.org","category":"Feed Fetcher","producer":{"name":"","url":""}},{"regex":"theoldreader.com","name":"theoldreader","category":"Feed Reader","url":"https://theoldreader.com"},{"regex":"trendictionbot","name":"Trendiction Bot","category":"Crawler","url":"http://www.trendiction.de/bot","producer":{"name":"Talkwalker Inc.","url":"http://www.talkwalker.com"}},{"regex":"TurnitinBot","name":"TurnitinBot","category":"Crawler","url":"http://www.turnitin.com/robot/crawlerinfo.html","producer":{"name":"iParadigms, LLC.","url":"http://www.turnitin.com"}},{"regex":"TweetedTimes Bot","name":"TweetedTimes Bot","category":"Crawler","url":"http://tweetedtimes.com","producer":{"name":"TweetedTimes","url":"http://tweetedtimes.com/"}},{"regex":"TweetmemeBot","name":"Tweetmeme Bot","category":"Crawler","url":"http://tweetmeme.com/","producer":{"name":"Mediasift","url":""}},{"regex":"Twingly Recon","name":"Twingly Recon","category":"Crawler","producer":{"name":"Twingly","url":"https://www.twingly.com"}},{"regex":"Twitterbot","name":"Twitterbot","category":"Social Media Agent","url":"https://dev.twitter.com/docs/cards/getting-started","producer":{"name":"Twitter","url":"http://www.twitter.com"}},{"regex":"UniversalFeedParser","name":"UniversalFeedParser","category":"Feed Fetcher","url":"https://github.com/kurtmckee/feedparser","producer":{"name":"Kurt McKee","url":"https://github.com/kurtmckee"}},{"regex":"via secureurl\\\\.fwdcdn\\\\.com","name":"UkrNet Mail Proxy","category":"Crawler","url":"","producer":{"name":"UkrNet Ltd","url":"https://www.ukr.net/"}},{"regex":"Uptimebot","name":"Uptimebot","category":"Site Monitor","url":"https://uptime.com/uptimebot","producer":{"name":"Uptime","url":"https://uptime.com"}},{"regex":"UptimeRobot","name":"Uptime Robot","category":"Site Monitor","url":"","producer":{"name":"Uptime Robot","url":"http://uptimerobot.com"}},{"regex":"URLAppendBot","name":"URLAppendBot","category":"Crawler","url":"http://www.profound.net/urlappendbot.html","producer":{"name":"Profound Networks","url":"http://www.profound.net"}},{"regex":"Vagabondo","name":"Vagabondo","category":"Crawler","url":"","producer":{"name":"WiseGuys","url":"http://www.wise-guys.nl/"}},{"regex":"vkShare; ","name":"VK Share Button","category":"Crawler","url":"http://vk.com/dev/Share","producer":{"name":"VK","url":"http://vk.com/"}},{"regex":"VSMCrawler","name":"Visual Site Mapper Crawler","category":"Crawler","url":"http://www.visualsitemapper.com/crawler","producer":{"name":"Alentum Software Ltd.","url":"http://www.alentum.com"}},{"regex":"Jigsaw","name":"W3C CSS Validator","category":"Validator","url":"http://jigsaw.w3.org/css-validator","producer":{"name":"W3C","url":"http://www.w3.org"}},{"regex":"W3C_I18n-Checker","name":"W3C I18N Checker","category":"Validator","url":"http://validator.w3.org/i18n-checker","producer":{"name":"W3C","url":"http://www.w3.org"}},{"regex":"W3C-checklink","name":"W3C Link Checker","category":"Validator","url":"http://validator.w3.org/checklink","producer":{"name":"W3C","url":"http://www.w3.org"}},{"regex":"W3C_Validator|Validator.nu","name":"W3C Markup Validation Service","category":"Validator","url":"http://validator.w3.org/services","producer":{"name":"W3C","url":"http://www.w3.org"}},{"regex":"W3C-mobileOK","name":"W3C MobileOK Checker","category":"Validator","url":"http://validator.w3.org/mobile","producer":{"name":"W3C","url":"http://www.w3.org"}},{"regex":"W3C_Unicorn","name":"W3C Unified Validator","category":"Validator","url":"http://validator.w3.org/unicorn","producer":{"name":"W3C","url":"http://www.w3.org"}},{"regex":"Wappalyzer","name":"Wappalyzer","url":"https://github.com/AliasIO/Wappalyzer","producer":{"name":"AliasIO","url":"https://github.com/AliasIO"}},{"regex":"PTST/","name":"WebPageTest","category":"Site Monitor","url":"https://www.webpagetest.org"},{"regex":"WeSEE(:Search)?","name":"WeSEE:Search","category":"Search bot","url":"http://www.wesee.com/bot","producer":{"name":"WeSEE Ltd","url":"http://www.wesee.com"}},{"regex":"WebbCrawler","name":"WebbCrawler","category":"Crawler","url":"http://badcheese.com/crawler.html","producer":{"name":"Steve Webb","url":"http://badcheese.com"}},{"regex":"websitepulse[+ ]checker","name":"WebSitePulse","category":"Site Monitor","url":"http://badcheese.com/crawler.html","producer":{"name":"WebSitePulse","url":"http://www.websitepulse.com/"}},{"regex":"WordPress","name":"WordPress","category":"Service Agent","url":"https://wordpress.org/","producer":{"name":"Wordpress.org","url":"https://wordpress.org/"}},{"regex":"Wotbox","name":"Wotbox","category":"Search bot","url":"http://www.wotbox.com/bot/","producer":{"name":"Wotbox","url":"http://www.wotbox.com"}},{"regex":"XenForo","name":"XenForo","category":"Service Agent","url":"https://xenforo.com/","producer":{"name":"XenForo Ltd.","url":"https://xenforo.com/"}},{"regex":"yacybot","name":"YaCy","category":"Search bot","url":"http://yacy.net/bot.html","producer":{"name":"YaCy","url":"http://yacy.net"}},{"regex":"Yahoo! Slurp|Yahoo!-AdCrawler","name":"Yahoo! Slurp","category":"Search bot","url":"http://help.yahoo.com/ysearch/slurp","producer":{"name":"Yahoo! Inc.","url":"http://www.yahoo.com"}},{"regex":"Yahoo Link Preview|Yahoo:LinkExpander:Slingstone","name":"Yahoo! Link Preview","category":"Crawler","url":"https://help.yahoo.com/kb/mail/yahoo-link-preview-SLN23615.html","producer":{"name":"Yahoo! Inc.","url":"http://www.yahoo.com"}},{"regex":"YahooCacheSystem","name":"Yahoo! Cache System","category":"Crawler","url":"","producer":{"name":"Yahoo! Inc.","url":"http://www.yahoo.com"}},{"regex":"Y!J-BRW","name":"Yahoo! Japan BRW","category":"Crawler","url":"https://www.yahoo-help.jp/app/answers/detail/p/595/a_id/42716/~/ウェブページにアクセスするシステムのユーザーエージェントについて","producer":{"name":"Yahoo! Japan Corp.","url":"https://www.yahoo.co.jp/"}},{"regex":"Yandex(SpravBot|ScreenshotBot|MobileBot|AccessibilityBot|ForDomain|Vertis|Market|Catalog|Calendar|Sitelinks|AdNet|Pagechecker|Webmaster|Media|Video|Bot|Images|Antivirus|Direct|Blogs|Favicons|ImageResizer|Verticals|News(links)?|Metrika|\\\\.Gazeta Bot)|YaDirectFetcher|YandexTurbo|YandexTracker|YandexSearchShop|YandexRCA|YandexPartner|YandexOntoDBAPI|YandexOntoDB|YandexMobileScreenShotBot","name":"Yandex Bot","category":"Search bot","url":"http://www.yandex.com/bots","producer":{"name":"Yandex LLC","url":"http://company.yandex.com"}},{"regex":"Yeti|NaverJapan","name":"Yeti/Naverbot","category":"Search bot","url":"http://help.naver.com/robots/","producer":{"name":"Naver","url":"http://www.naver.com"}},{"regex":"YoudaoBot","name":"Youdao Bot","category":"Search bot","url":"http://www.youdao.com/help/webmaster/spider","producer":{"name":"NetEase, Inc.","url":"http://corp.163.com"}},{"regex":"YOURLS v[0-9]","name":"Yourls","category":"Crawler","url":"http://yourls.org"},{"regex":"YRSpider|YYSpider","name":"Yunyun Bot","category":"Search bot","url":"http://www.yunyun.com/SiteInfo.php?r=about","producer":{"name":"YunYun","url":"http://www.yunyun.com"}},{"regex":"zgrab","name":"zgrab","category":"Security Checker","url":"https://github.com/zmap/zgrab"},{"regex":"Zookabot","name":"Zookabot","category":"Crawler","url":"http://zookabot.com","producer":{"name":"Hwacha ApS","url":"http://hwacha.dk"}},{"regex":"ZumBot","name":"ZumBot","category":"Search bot","url":"http://help.zum.com/inquiry","producer":{"name":"ZUM internet","url":"http://www.zuminternet.com/"}},{"regex":"YottaaMonitor","name":"Yottaa Site Monitor","category":"Site Monitor","url":"http://www.yottaa.com/products/site-monitor","producer":{"name":"Yottaa","url":"http://www.yottaa.com/"}},{"regex":"Yahoo Ad monitoring.*yahoo-ad-monitoring-SLN24857.*","name":"Yahoo Gemini","category":"Crawler","url":"https://help.yahoo.com/kb/yahoo-ad-monitoring-SLN24857.html","producer":{"name":"Yahoo! Inc.","url":"http://www.yahoo.com"}},{"regex":".*Java.*outbrain","name":"Outbrain","category":"Crawler","url":"","producer":{"name":"Outbrain","url":"http://www.outbrain.com/"}},{"regex":"HubPages.*crawlingpolicy","name":"HubPages","category":"Crawler","url":"http://hubpages.com/help/crawlingpolicy","producer":{"name":"HubPages","url":"http://hubpages.com/"}},{"regex":"Pinterest(bot)?/\\\\d\\\\.\\\\d.*www\\\\.pinterest\\\\.com.*","name":"Pinterest","url":"http://www.pinterest.com/bot.html","category":"Crawler","producer":{"name":"Pinterest","url":"http://www.pinterest.com/"}},{"regex":"Site24x7","name":"Site24x7 Website Monitoring","category":"Site Monitor","url":"https://www.site24x7.com/site24x7-faq.html","producer":{"name":"Site24x7","url":"https://www.site24x7.com"}},{"regex":"s~snapchat-proxy","name":"Snapchat Proxy","category":"Crawler","url":"https://www.snapchat.com","producer":{"name":"Snapchat Inc.","url":"https://www.snapchat.com"}},{"regex":"Let\'s Encrypt validation server","name":"Let\'s Encrypt Validation","category":"Service Agent","url":"https://letsencrypt.org/how-it-works/","producer":{"name":"Let\'s Encrypt","url":"https://letsencrypt.org"}},{"regex":"GrapeshotCrawler","name":"Grapeshot","category":"Crawler","url":"https://www.grapeshot.com/crawler","producer":{"name":"Grapeshot","url":"https://www.grapeshot.com"}},{"regex":"www\\\\.monitor\\\\.us","name":"Monitor.Us","category":"Site Monitor","url":"http://www.monitor.us","producer":{"name":"Monitor.Us","url":"http://www.monitor.us"}},{"regex":"Catchpoint( bot)?","name":"Catchpoint","category":"Site Monitor","url":"","producer":{"name":"Catchpoint Systems","url":"http://www.catchpoint.com/"}},{"regex":"bitlybot","name":"BitlyBot","category":"Crawler","url":"https://bitly.com","producer":{"name":"Bitly, Inc.","url":"https://bitly.com"}},{"regex":"Zao/","name":"Zao","category":"Crawler"},{"regex":"lycos","name":"Lycos"},{"regex":"Slurp","name":"Inktomi Slurp"},{"regex":"Speedy Spider","name":"Speedy"},{"regex":"ScoutJet","name":"ScoutJet"},{"regex":"nrsbot|netresearch","name":"NetResearchServer"},{"regex":"scooter","name":"Scooter"},{"regex":"gigabot","name":"Gigabot"},{"regex":"charlotte","name":"Charlotte"},{"regex":"Pompos","name":"Pompos"},{"regex":"ichiro","name":"ichiro"},{"regex":"PagePeeker","name":"PagePeeker"},{"regex":"WebThumbnail","name":"WebThumbnail"},{"regex":"Willow Internet Crawler","name":"Willow Internet Crawler"},{"regex":"EmailWolf","name":"EmailWolf"},{"regex":"NetLyzer FastProbe","name":"NetLyzer FastProbe"},{"regex":"AdMantX.*admantx\\\\.com","name":"ADMantX"},{"regex":"Server Density Service Monitoring.*","name":"Server Density"},{"regex":"RSSRadio \\\\(Push Notification Scanner;support@dorada\\\\.co\\\\.uk\\\\)","name":"RSSRadio Bot"},{"regex":"(A6-Indexer|nuhk|TsolCrawler|Yammybot|Openbot|Gulper Web Bot|grub-client|Download Demon|SearchExpress|Microsoft URL Control|borg|altavista|dataminr.com|tweetedtimes.com|TrendsmapResolver|teoma|blitzbot|oegp|furlbot|http%20client|polybot|htdig|mogimogi|larbin|scrubby|searchsight|seekbot|semanticdiscovery|snappy|vortex(?! Build)|zeal|fast-webcrawler|converacrawler|dataparksearch|findlinks|BrowserMob|HttpMonitor|ThumbShotsBot|URL2PNG|ZooShot|GomezA|Google SketchUp|Read%20Later|RackspaceBot|robots|SeopultContentAnalyzer|7Siters|centuryb.o.t9)","name":"Generic Bot"},{"regex":"^sentry","name":"Sentry Bot","producer":{"name":"Sentry","url":"https://sentry.io"}},{"regex":"^Spotify","name":"Spotify","producer":{"name":"Spotify","url":"https://www.spotify.com"}},{"regex":"The Knowledge AI","name":"The Knowledge AI","category":"Crawler"},{"regex":"Embedly","name":"Embedly","category":"Crawler","url":"https://support.embed.ly/hc/en-us","producer":{"name":"A Medium, Corp.","url":"https://medium.com/"}},{"regex":"BrandVerity","name":"BrandVerity","category":"Crawler","url":"https://www.brandverity.com/why-is-brandverity-visiting-me","producer":{"name":"BrandVerity, Inc.","url":"https://www.brandverity.com/"}},{"regex":"Kaspersky Lab CFR link resolver","name":"Kaspersky","category":"Security Checker","url":"https://www.kaspersky.com/","producer":{"name":"AO Kaspersky Lab","url":"https://www.kaspersky.com/"}},{"regex":"eZ Publish Link Validator","name":"eZ Publish Link Validator","category":"Crawler","url":"https://ez.no/","producer":{"name":"eZ Systems AS","url":"https://ez.no/"}},{"regex":"woorankreview","name":"WooRank","category":"Search bot","url":"https://www.woorank.com/","producer":{"name":"WooRank sprl","url":"https://www.woorank.com/"}},{"regex":"(Match|LinkCheck) by Siteimprove.com","name":"Siteimprove","category":"Search bot","url":"https://siteimprove.com/","producer":{"name":"Siteimprove GmbH","url":"https://siteimprove.com/"}},{"regex":"CATExplorador","name":"CATExplorador","category":"Search bot","url":"https://fundacio.cat/ca/domini/","producer":{"name":"Fundació puntCAT","url":"https://fundacio.cat/ca/domini/"}},{"regex":"Buck","name":"Buck","category":"Search bot","url":"https://hypefactors.com/","producer":{"name":"Hypefactors A/S","url":"https://hypefactors.com/"}},{"regex":"tracemyfile","name":"TraceMyFile","category":"Search bot","url":"https://www.tracemyfile.com/","producer":{"name":"Idee Inc.","url":"http://ideeinc.com/"}},{"regex":"zelist.ro feed parser","name":"Ze List","url":"https://www.zelist.ro/","category":"Feed Fetcher","producer":{"name":"Treeworks SRL","url":"https://www.tree.ro/"}},{"regex":"weborama-fetcher","name":"Weborama","category":"Search bot","url":"https://weborama.com/","producer":{"name":"Weborama SA","url":"https://weborama.com/"}},{"regex":"BoardReader Favicon Fetcher","name":"BoardReader","category":"Search bot","url":"http://boardreader.com/","producer":{"name":"Effyis Inc","url":"http://boardreader.com/"}},{"regex":"IDG/IT","name":"IDG/IT","category":"Search bot","url":"https://spaziodati.eu/","producer":{"name":"SpazioDati S.r.l.","url":"https://spaziodati.eu/"}},{"regex":"Bytespider","name":"Bytespider","category":"Search bot","url":"https://bytedance.com/","producer":{"name":"ByteDance Ltd.","url":"https://bytedance.com/"}},{"regex":"WikiDo","name":"WikiDo","category":"Search bot","url":"https://www.wikido.com/","producer":{"name":"Fotolitografie Fiorentine di Becchi Antonio s.n.c.","url":"https://www.wikido.com/"}},{"regex":"AwarioSmartBot","name":"Awario","category":"Search bot","url":"https://awario.com/bots.html","producer":{"name":"Awario","url":"https://awario.com/"}},{"regex":"AwarioRssBot","name":"Awario","category":"Feed Fetcher","url":"https://awario.com/bots.html","producer":{"name":"Awario","url":"https://awario.com/"}},{"regex":"oBot","name":"oBot","category":"Search bot","url":"http://www.xforce-security.com/crawler/","producer":{"name":"IBM Germany Research & Development GmbH","url":"https://exchange.xforce.ibmcloud.com/"}},{"regex":"SMTBot","name":"SMTBot","category":"Search bot","url":"https://www.similartech.com/smtbot","producer":{"name":"SimilarTech Ltd.","url":"https://www.similartech.com/"}},{"regex":"LCC","name":"LCC","category":"Search bot","url":"https://corpora.uni-leipzig.de/crawler_faq.html","producer":{"name":"Universität Leipzig","url":"https://www.uni-leipzig.de/"}},{"regex":"Startpagina-Linkchecker","name":"Startpagina Linkchecker","category":"Search bot","url":"https://www.startpagina.nl/linkchecker","producer":{"name":"Startpagina B.V.","url":"https://www.startpagina.nl/"}},{"regex":"GTmetrix","name":"GTmetrix","category":"Crawler","url":"https://gtmetrix.com/","producer":{"name":"Carbon60 Operating Co. Ltd.","url":"https://www.carbon60.com/"}},{"regex":"Nutch","name":"Nutch-based Bot","category":"Crawler","url":"https://nutch.apache.org","producer":{"name":"The Apache Software Foundation","url":"http://www.apache.org/foundation/"}},{"regex":"[a-z0-9\\\\-_]*((?<!cu|power[ _]|m[ _])bot(?![ _]TAB|[ _]?5[0-9])|crawler|crawl|checker|archiver|transcoder|spider)([^a-z]|$)","name":"Generic Bot"}]')},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.versionCompare=(e,t,r)=>{let o,n,i=0;const a={dev:-6,alpha:-5,a:-5,beta:-4,b:-4,RC:-3,rc:-3,"#":-2,p:1,pl:1},s=e=>(e=(e=(""+e).replace(/[_\-+]/g,".")).replace(/([^.\d]+)/g,".$1.").replace(/\.{2,}/g,".")).length?e.split("."):[-8],l=e=>e?isNaN(e)?a[e]||-7:parseInt(e,10):0;for(e=s(e),t=s(t),n=Math.max(e.length,t.length),o=0;o<n;o++)if(e[o]!==t[o]){if(e[o]=l(e[o]),t[o]=l(t[o]),e[o]<t[o]){i=-1;break}if(e[o]>t[o]){i=1;break}}if(!r)return i;switch(r){case">":case"gt":return i>0;case">=":case"ge":return i>=0;case"<=":case"le":return i<=0;case"===":case"=":case"eq":return 0===i;case"<>":case"!==":case"ne":return 0!==i;case"":case"<":case"lt":return i<0;default:return null}}},function(e,t,r){(function(e){var o=void 0!==e&&e||"undefined"!=typeof self&&self||window,n=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(n.call(setTimeout,o,arguments),clearTimeout)},t.setInterval=function(){return new i(n.call(setInterval,o,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(o,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},r(277),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,r(76))},function(e,t,r){(function(e,t){!function(e,r){"use strict";if(!e.setImmediate){var o,n,i,a,s,l=1,c={},u=!1,d=e.document,m=Object.getPrototypeOf&&Object.getPrototypeOf(e);m=m&&m.setTimeout?m:e,"[object process]"==={}.toString.call(e.process)?o=function(e){t.nextTick((function(){h(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,r=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=r,t}}()?e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){h(e.data)},o=function(e){i.port2.postMessage(e)}):d&&"onreadystatechange"in d.createElement("script")?(n=d.documentElement,o=function(e){var t=d.createElement("script");t.onreadystatechange=function(){h(e),t.onreadystatechange=null,n.removeChild(t),t=null},n.appendChild(t)}):o=function(e){setTimeout(h,0,e)}:(a="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(a)&&h(+t.data.slice(a.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),o=function(t){e.postMessage(a+t,"*")}),m.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),r=0;r<t.length;r++)t[r]=arguments[r+1];var n={callback:e,args:t};return c[l]=n,o(l),l++},m.clearImmediate=g}function g(e){delete c[e]}function h(e){if(u)setTimeout(h,0,e);else{var t=c[e];if(t){u=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(void 0,r)}}(t)}finally{g(e),u=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,r(76),r(166))},function(e,t,r){var o,n,i;!function(r,a){"use strict";n=[],void 0===(i="function"==typeof(o=function(){function e(e){return e.charAt(0).toUpperCase()+e.substring(1)}function t(e){return function(){return this[e]}}var r=["isConstructor","isEval","isNative","isToplevel"],o=["columnNumber","lineNumber"],n=["fileName","functionName","source"],i=r.concat(o,n,["args"],["evalOrigin"]);function a(t){if(t)for(var r=0;r<i.length;r++)void 0!==t[i[r]]&&this["set"+e(i[r])](t[i[r]])}a.prototype={getArgs:function(){return this.args},setArgs:function(e){if("[object Array]"!==Object.prototype.toString.call(e))throw new TypeError("Args must be an Array");this.args=e},getEvalOrigin:function(){return this.evalOrigin},setEvalOrigin:function(e){if(e instanceof a)this.evalOrigin=e;else{if(!(e instanceof Object))throw new TypeError("Eval Origin must be an Object or StackFrame");this.evalOrigin=new a(e)}},toString:function(){var e=this.getFileName()||"",t=this.getLineNumber()||"",r=this.getColumnNumber()||"",o=this.getFunctionName()||"";return this.getIsEval()?e?"[eval] ("+e+":"+t+":"+r+")":"[eval]:"+t+":"+r:o?o+" ("+e+":"+t+":"+r+")":e+":"+t+":"+r}},a.fromString=function(e){var t=e.indexOf("("),r=e.lastIndexOf(")"),o=e.substring(0,t),n=e.substring(t+1,r).split(","),i=e.substring(r+1);if(0===i.indexOf("@"))var s=/@(.+?)(?::(\d+))?(?::(\d+))?$/.exec(i,""),l=s[1],c=s[2],u=s[3];return new a({functionName:o,args:n||void 0,fileName:l,lineNumber:c||void 0,columnNumber:u||void 0})};for(var s=0;s<r.length;s++)a.prototype["get"+e(r[s])]=t(r[s]),a.prototype["set"+e(r[s])]=function(e){return function(t){this[e]=Boolean(t)}}(r[s]);for(var l=0;l<o.length;l++)a.prototype["get"+e(o[l])]=t(o[l]),a.prototype["set"+e(o[l])]=function(e){return function(t){if(r=t,isNaN(parseFloat(r))||!isFinite(r))throw new TypeError(e+" must be a Number");var r;this[e]=Number(t)}}(o[l]);for(var c=0;c<n.length;c++)a.prototype["get"+e(n[c])]=t(n[c]),a.prototype["set"+e(n[c])]=function(e){return function(t){this[e]=String(t)}}(n[c]);return a})?o.apply(t,n):o)||(e.exports=i)}()},function(e,t,r){var o=r(280).RBTree;function n(e,t,r){this.discrete=!1===e,this.delta=e||.01,this.K=void 0===t?25:t,this.CX=void 0===r?1.1:r,this.centroids=new o(i),this.nreset=0,this.reset()}function i(e,t){return e.mean>t.mean?1:e.mean<t.mean?-1:0}function a(e,t){return e.mean_cumn-t.mean_cumn}function s(e){this.config=e||{},this.mode=this.config.mode||"auto",n.call(this,"cont"===this.mode&&e.delta),this.digest_ratio=this.config.ratio||.9,this.digest_thresh=this.config.thresh||1e3,this.n_unique=0}n.prototype.reset=function(){this.centroids.clear(),this.n=0,this.nreset+=1,this.last_cumulate=0},n.prototype.size=function(){return this.centroids.size},n.prototype.toArray=function(e){var t=[];return e?(this._cumulate(!0),this.centroids.each((function(e){t.push(e)}))):this.centroids.each((function(e){t.push({mean:e.mean,n:e.n})})),t},n.prototype.summary=function(){return[(this.discrete?"exact ":"approximating ")+this.n+" samples using "+this.size()+" centroids","min = "+this.percentile(0),"Q1 = "+this.percentile(.25),"Q2 = "+this.percentile(.5),"Q3 = "+this.percentile(.75),"max = "+this.percentile(1)].join("\n")},n.prototype.push=function(e,t){t=t||1,e=Array.isArray(e)?e:[e];for(var r=0;r<e.length;r++)this._digest(e[r],t)},n.prototype.push_centroid=function(e){e=Array.isArray(e)?e:[e];for(var t=0;t<e.length;t++)this._digest(e[t].mean,e[t].n)},n.prototype._cumulate=function(e){if(!(this.n===this.last_cumulate||!e&&this.CX&&this.CX>this.n/this.last_cumulate)){var t=0;this.centroids.each((function(e){e.mean_cumn=t+e.n/2,t=e.cumn=t+e.n})),this.n=this.last_cumulate=t}},n.prototype.find_nearest=function(e){if(0===this.size())return null;var t=this.centroids.lowerBound({mean:e}),r=null===t.data()?t.prev():t.data();if(r.mean===e||this.discrete)return r;var o=t.prev();return o&&Math.abs(o.mean-e)<Math.abs(r.mean-e)?o:r},n.prototype._new_centroid=function(e,t,r){var o={mean:e,n:t,cumn:r};return this.centroids.insert(o),this.n+=t,o},n.prototype._addweight=function(e,t,r){t!==e.mean&&(e.mean+=r*(t-e.mean)/(e.n+r)),e.cumn+=r,e.mean_cumn+=r/2,e.n+=r,this.n+=r},n.prototype._digest=function(e,t){var r=this.centroids.min(),o=this.centroids.max(),n=this.find_nearest(e);if(n&&n.mean===e)this._addweight(n,e,t);else if(n===r)this._new_centroid(e,t,0);else if(n===o)this._new_centroid(e,t,this.n);else if(this.discrete)this._new_centroid(e,t,n.cumn);else{var i=n.mean_cumn/this.n;Math.floor(4*this.n*this.delta*i*(1-i))-n.n>=t?this._addweight(n,e,t):this._new_centroid(e,t,n.cumn)}this._cumulate(!1),!this.discrete&&this.K&&this.size()>this.K/this.delta&&this.compress()},n.prototype.bound_mean=function(e){var t=this.centroids.upperBound({mean:e}),r=t.prev();return[r,r.mean===e?r:t.next()]},n.prototype.p_rank=function(e){var t=(Array.isArray(e)?e:[e]).map(this._p_rank,this);return Array.isArray(e)?t:t[0]},n.prototype._p_rank=function(e){if(0!==this.size()){if(e<this.centroids.min().mean)return 0;if(e>this.centroids.max().mean)return 1;this._cumulate(!0);var t=this.bound_mean(e),r=t[0],o=t[1];if(this.discrete)return r.cumn/this.n;var n=r.mean_cumn;return r!==o&&(n+=(e-r.mean)*(o.mean_cumn-r.mean_cumn)/(o.mean-r.mean)),n/this.n}},n.prototype.bound_mean_cumn=function(e){this.centroids._comparator=a;var t=this.centroids.upperBound({mean_cumn:e});this.centroids._comparator=i;var r=t.prev();return[r,r&&r.mean_cumn===e?r:t.next()]},n.prototype.percentile=function(e){var t=(Array.isArray(e)?e:[e]).map(this._percentile,this);return Array.isArray(e)?t:t[0]},n.prototype._percentile=function(e){if(0!==this.size()){this._cumulate(!0);this.centroids.min(),this.centroids.max();var t=this.n*e,r=this.bound_mean_cumn(t),o=r[0],n=r[1];return n===o||null===o||null===n?(o||n).mean:this.discrete?t<=o.cumn?o.mean:n.mean:o.mean+(t-o.mean_cumn)*(n.mean-o.mean)/(n.mean_cumn-o.mean_cumn)}},n.prototype.compress=function(){if(!this.compressing){var e,t,r=this.toArray();for(this.reset(),this.compressing=!0;r.length>0;)this.push_centroid((e=r,t=void 0,t=Math.floor(Math.random()*e.length),e.splice(t,1)[0]));this._cumulate(!0),this.compressing=!1}},s.prototype=Object.create(n.prototype),s.prototype.constructor=s,s.prototype.push=function(e){n.prototype.push.call(this,e),this.check_continuous()},s.prototype._new_centroid=function(e,t,r){this.n_unique+=1,n.prototype._new_centroid.call(this,e,t,r)},s.prototype._addweight=function(e,t,r){1===e.n&&(this.n_unique-=1),n.prototype._addweight.call(this,e,t,r)},s.prototype.check_continuous=function(){return!("auto"!==this.mode||this.size()<this.digest_thresh)&&(this.n_unique/this.size()>this.digest_ratio&&(this.mode="cont",this.discrete=!1,this.delta=this.config.delta||.01,this.compress(),!0))},e.exports={TDigest:n,Digest:s}},function(e,t,r){e.exports={RBTree:r(281),BinTree:r(282)}},function(e,t,r){var o=r(167);function n(e){this.data=e,this.left=null,this.right=null,this.red=!0}function i(e){this._root=null,this._comparator=e,this.size=0}function a(e){return null!==e&&e.red}function s(e,t){var r=e.get_child(!t);return e.set_child(!t,r.get_child(t)),r.set_child(t,e),e.red=!0,r.red=!1,r}function l(e,t){return e.set_child(!t,s(e.get_child(!t),!t)),s(e,t)}n.prototype.get_child=function(e){return e?this.right:this.left},n.prototype.set_child=function(e,t){e?this.right=t:this.left=t},i.prototype=new o,i.prototype.insert=function(e){var t=!1;if(null===this._root)this._root=new n(e),t=!0,this.size++;else{var r=new n(void 0),o=0,i=0,c=null,u=r,d=null,m=this._root;for(u.right=this._root;;){if(null===m?(m=new n(e),d.set_child(o,m),t=!0,this.size++):a(m.left)&&a(m.right)&&(m.red=!0,m.left.red=!1,m.right.red=!1),a(m)&&a(d)){var g=u.right===c;m===d.get_child(i)?u.set_child(g,s(c,!i)):u.set_child(g,l(c,!i))}var h=this._comparator(m.data,e);if(0===h)break;i=o,o=h<0,null!==c&&(u=c),c=d,d=m,m=m.get_child(o)}this._root=r.right}return this._root.red=!1,t},i.prototype.remove=function(e){if(null===this._root)return!1;var t=new n(void 0),r=t;r.right=this._root;for(var o=null,i=null,c=null,u=1;null!==r.get_child(u);){var d=u;i=o,o=r,r=r.get_child(u);var m=this._comparator(e,r.data);if(u=m>0,0===m&&(c=r),!a(r)&&!a(r.get_child(u)))if(a(r.get_child(!u))){var g=s(r,u);o.set_child(d,g),o=g}else if(!a(r.get_child(!u))){var h=o.get_child(!d);if(null!==h)if(a(h.get_child(!d))||a(h.get_child(d))){var p=i.right===o;a(h.get_child(d))?i.set_child(p,l(o,d)):a(h.get_child(!d))&&i.set_child(p,s(o,d));var f=i.get_child(p);f.red=!0,r.red=!0,f.left.red=!1,f.right.red=!1}else o.red=!1,h.red=!0,r.red=!0}}return null!==c&&(c.data=r.data,o.set_child(o.right===r,r.get_child(null===r.left)),this.size--),this._root=t.right,null!==this._root&&(this._root.red=!1),null!==c},e.exports=i},function(e,t,r){var o=r(167);function n(e){this.data=e,this.left=null,this.right=null}function i(e){this._root=null,this._comparator=e,this.size=0}n.prototype.get_child=function(e){return e?this.right:this.left},n.prototype.set_child=function(e,t){e?this.right=t:this.left=t},i.prototype=new o,i.prototype.insert=function(e){if(null===this._root)return this._root=new n(e),this.size++,!0;for(var t=0,r=null,o=this._root;;){if(null===o)return o=new n(e),r.set_child(t,o),ret=!0,this.size++,!0;if(0===this._comparator(o.data,e))return!1;t=this._comparator(o.data,e)<0,r=o,o=o.get_child(t)}},i.prototype.remove=function(e){if(null===this._root)return!1;var t=new n(void 0),r=t;r.right=this._root;for(var o=null,i=null,a=1;null!==r.get_child(a);){o=r,r=r.get_child(a);var s=this._comparator(e,r.data);a=s>0,0===s&&(i=r)}return null!==i&&(i.data=r.data,o.set_child(o.right===r,r.get_child(null===r.left)),this._root=t.right,this.size--,!0)},e.exports=i},function(e,t,r){r(284),r(286),r(287),r(288),r(289),r(290),r(291),r(292),r(293),r(294),r(295),r(296),r(297),r(298),r(299),r(300),r(301),r(302),r(303),r(304),r(305),r(306),r(307),r(308),r(309),r(310),r(311),r(312),r(313),r(314),r(315),r(317),r(318),r(319),r(103),r(320),r(321),r(322),r(323),r(324),r(325),r(326),r(327),r(328),r(329),r(330),r(331),r(332),r(333),r(334),r(336),r(337),r(338),r(339),r(340),r(341),r(342),r(343),r(345),r(346),r(348),r(349),r(350),r(351),r(352),r(353),r(354),r(355),r(356),r(357),r(358),r(359),r(360),r(361),r(362),r(363),r(364),r(366),r(367),r(368),r(369),r(370),r(371),r(372),r(373),r(374),r(375),r(376),r(377),r(378),r(380),r(381),r(382),r(383),r(384),r(385),r(386),r(387),r(388),r(389),r(390),r(391),r(392),r(393),r(394),r(395),r(396),r(397),r(398),r(399),r(400),r(401),r(402),r(403),r(404),r(405),r(406),r(407),r(408),r(409),r(410),r(411),r(412),r(413),r(414),r(416),r(417),r(418),r(419),r(425),r(426),r(427),r(428),r(429),r(430),r(431),r(432),r(433),r(434),r(435),r(436),r(437),r(438),r(439),r(440),r(441),r(442),r(443),r(149),r(444),r(445),r(446),r(447),r(448),r(449),r(450),r(451),r(452),r(453),r(206),r(454),r(455),r(456),r(457),r(458),r(459),r(460),r(461),r(462),r(463),r(464),r(465),r(466),r(467),r(468),r(469),r(470),r(471),r(472),r(473),r(474),r(475),r(476),r(477),r(478),r(479),r(480),r(481),r(482),r(484),r(485),r(486),r(487),r(488),r(489),r(490),r(491),r(492),r(493),r(494),r(495),r(496),r(499),r(500),r(501),r(502),r(503),r(504),r(505),r(506),r(507),r(508),r(509),r(510),r(511),r(512),r(513),r(514),r(515),r(516),r(517),r(518),r(519),r(520),r(521),r(522),r(523),r(524),r(525),r(526),r(527),r(529),r(530),r(531),r(532),r(533),r(534),r(535),r(537),r(217),e.exports=r(176)},function(e,t,r){"use strict";var o=r(0),n=r(1),i=r(18),a=r(35),s=r(11),l=r(3),c=r(23),u=r(5),d=r(124),m=r(2),g=r(12),h=r(61),p=r(9),f=r(6),x=r(33),v=r(66),y=r(4),S=r(14),b=r(29),A=r(55),w=r(8),T=r(40),P=r(36),M=r(84),_=r(57),E=r(131),L=r(129),O=r(26),B=r(13),C=r(83),N=r(94),G=r(62),R=r(19),I=r(95),k=r(98),F=r(80),D=r(67),$=r(7),X=r(175),U=r(30),V=r(41),H=r(21),j=r(24).forEach,W=k("hidden"),K=$("toPrimitive"),Y=H.set,Q=H.getterFor("Symbol"),z=Object.prototype,Z=n.Symbol,J=Z&&Z.prototype,q=n.TypeError,ee=n.QObject,te=i("JSON","stringify"),re=O.f,oe=B.f,ne=E.f,ie=N.f,ae=l([].push),se=I("symbols"),le=I("op-symbols"),ce=I("string-to-symbol-registry"),ue=I("symbol-to-string-registry"),de=I("wks"),me=!ee||!ee.prototype||!ee.prototype.findChild,ge=u&&m((function(){return 7!=P(oe({},"a",{get:function(){return oe(this,"a",{value:7}).a}})).a}))?function(e,t,r){var o=re(z,t);o&&delete z[t],oe(e,t,r),o&&e!==z&&oe(z,t,o)}:oe,he=function(e,t){var r=se[e]=P(J);return Y(r,{type:"Symbol",tag:e,description:t}),u||(r.description=t),r},pe=function(e,t,r){e===z&&pe(le,t,r),y(e);var o=A(t);return y(r),g(se,o)?(r.enumerable?(g(e,W)&&e[W][o]&&(e[W][o]=!1),r=P(r,{enumerable:T(0,!1)})):(g(e,W)||oe(e,W,T(1,{})),e[W][o]=!0),ge(e,o,r)):oe(e,o,r)},fe=function(e,t){y(e);var r=b(t),o=M(r).concat(Se(r));return j(o,(function(t){u&&!s(xe,r,t)||pe(e,t,r[t])})),e},xe=function(e){var t=A(e),r=s(ie,this,t);return!(this===z&&g(se,t)&&!g(le,t))&&(!(r||!g(this,t)||!g(se,t)||g(this,W)&&this[W][t])||r)},ve=function(e,t){var r=b(e),o=A(t);if(r!==z||!g(se,o)||g(le,o)){var n=re(r,o);return!n||!g(se,o)||g(r,W)&&r[W][o]||(n.enumerable=!0),n}},ye=function(e){var t=ne(b(e)),r=[];return j(t,(function(e){g(se,e)||g(F,e)||ae(r,e)})),r},Se=function(e){var t=e===z,r=ne(t?le:b(e)),o=[];return j(r,(function(e){!g(se,e)||t&&!g(z,e)||ae(o,se[e])})),o};(d||(R(J=(Z=function(){if(x(J,this))throw q("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?w(arguments[0]):void 0,t=D(e),r=function(e){this===z&&s(r,le,e),g(this,W)&&g(this[W],t)&&(this[W][t]=!1),ge(this,t,T(1,e))};return u&&me&&ge(z,t,{configurable:!0,set:r}),he(t,e)}).prototype,"toString",(function(){return Q(this).tag})),R(Z,"withoutSetter",(function(e){return he(D(e),e)})),N.f=xe,B.f=pe,C.f=fe,O.f=ve,_.f=E.f=ye,L.f=Se,X.f=function(e){return he($(e),e)},u&&(oe(J,"description",{configurable:!0,get:function(){return Q(this).description}}),c||R(z,"propertyIsEnumerable",xe,{unsafe:!0}))),o({global:!0,wrap:!0,forced:!d,sham:!d},{Symbol:Z}),j(M(de),(function(e){U(e)})),o({target:"Symbol",stat:!0,forced:!d},{for:function(e){var t=w(e);if(g(ce,t))return ce[t];var r=Z(t);return ce[t]=r,ue[r]=t,r},keyFor:function(e){if(!v(e))throw q(e+" is not a symbol");if(g(ue,e))return ue[e]},useSetter:function(){me=!0},useSimple:function(){me=!1}}),o({target:"Object",stat:!0,forced:!d,sham:!u},{create:function(e,t){return void 0===t?P(e):fe(P(e),t)},defineProperty:pe,defineProperties:fe,getOwnPropertyDescriptor:ve}),o({target:"Object",stat:!0,forced:!d},{getOwnPropertyNames:ye,getOwnPropertySymbols:Se}),o({target:"Object",stat:!0,forced:m((function(){L.f(1)}))},{getOwnPropertySymbols:function(e){return L.f(S(e))}}),te)&&o({target:"JSON",stat:!0,forced:!d||m((function(){var e=Z();return"[null]"!=te([e])||"{}"!=te({a:e})||"{}"!=te(Object(e))}))},{stringify:function(e,t,r){var o=G(arguments),n=t;if((f(t)||void 0!==e)&&!v(e))return h(t)||(t=function(e,t){if(p(n)&&(t=s(n,this,e,t)),!v(t))return t}),o[1]=t,a(te,null,o)}});if(!J[K]){var be=J.valueOf;R(J,K,(function(e){return s(be,this)}))}V(Z,"Symbol"),F[W]=!0},function(e,t,r){var o=r(1),n=r(61),i=r(69),a=r(6),s=r(7)("species"),l=o.Array;e.exports=function(e){var t;return n(e)&&(t=e.constructor,(i(t)&&(t===l||n(t.prototype))||a(t)&&null===(t=t[s]))&&(t=void 0)),void 0===t?l:t}},function(e,t,r){"use strict";var o=r(0),n=r(5),i=r(1),a=r(3),s=r(12),l=r(9),c=r(33),u=r(8),d=r(13).f,m=r(99),g=i.Symbol,h=g&&g.prototype;if(n&&l(g)&&(!("description"in h)||void 0!==g().description)){var p={},f=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:u(arguments[0]),t=c(h,this)?new g(e):void 0===e?g():g(e);return""===e&&(p[t]=!0),t};m(f,g),f.prototype=h,h.constructor=f;var x="Symbol(test)"==String(g("test")),v=a(h.toString),y=a(h.valueOf),S=/^Symbol\((.*)\)[^)]+$/,b=a("".replace),A=a("".slice);d(h,"description",{configurable:!0,get:function(){var e=y(this),t=v(e);if(s(p,e))return"";var r=x?A(t,7,-1):b(t,S,"$1");return""===r?void 0:r}}),o({global:!0,forced:!0},{Symbol:f})}},function(e,t,r){r(30)("asyncIterator")},function(e,t,r){r(30)("hasInstance")},function(e,t,r){r(30)("isConcatSpreadable")},function(e,t,r){r(30)("iterator")},function(e,t,r){r(30)("match")},function(e,t,r){r(30)("matchAll")},function(e,t,r){r(30)("replace")},function(e,t,r){r(30)("search")},function(e,t,r){r(30)("species")},function(e,t,r){r(30)("split")},function(e,t,r){r(30)("toPrimitive")},function(e,t,r){r(30)("toStringTag")},function(e,t,r){r(30)("unscopables")},function(e,t,r){var o=r(0),n=r(1),i=r(35),a=r(177),s=n.WebAssembly,l=7!==Error("e",{cause:7}).cause,c=function(e,t){var r={};r[e]=a(e,t,l),o({global:!0,forced:l},r)},u=function(e,t){if(s&&s[e]){var r={};r[e]=a("WebAssembly."+e,t,l),o({target:"WebAssembly",stat:!0,forced:l},r)}};c("Error",(function(e){return function(t){return i(e,this,arguments)}})),c("EvalError",(function(e){return function(t){return i(e,this,arguments)}})),c("RangeError",(function(e){return function(t){return i(e,this,arguments)}})),c("ReferenceError",(function(e){return function(t){return i(e,this,arguments)}})),c("SyntaxError",(function(e){return function(t){return i(e,this,arguments)}})),c("TypeError",(function(e){return function(t){return i(e,this,arguments)}})),c("URIError",(function(e){return function(t){return i(e,this,arguments)}})),u("CompileError",(function(e){return function(t){return i(e,this,arguments)}})),u("LinkError",(function(e){return function(t){return i(e,this,arguments)}})),u("RuntimeError",(function(e){return function(t){return i(e,this,arguments)}}))},function(e,t,r){var o=r(19),n=r(180),i=Error.prototype;i.toString!==n&&o(i,"toString",n)},function(e,t,r){"use strict";var o=r(0),n=r(1),i=r(33),a=r(42),s=r(44),l=r(99),c=r(36),u=r(28),d=r(40),m=r(100),g=r(179),h=r(51),p=r(87),f=r(7),x=r(132),v=f("toStringTag"),y=n.Error,S=[].push,b=function(e,t){var r,o=arguments.length>2?arguments[2]:void 0,n=i(A,this);s?r=s(new y,n?a(this):A):(r=n?this:c(A),u(r,v,"Error")),void 0!==t&&u(r,"message",p(t)),x&&u(r,"stack",m(r.stack,1)),g(r,o);var l=[];return h(e,S,{that:l}),u(r,"errors",l),r};s?s(b,y):l(b,y,{name:!0});var A=b.prototype=c(y.prototype,{constructor:d(1,b),message:d(1,""),name:d(1,"AggregateError")});o({global:!0},{AggregateError:b})},function(e,t,r){var o=r(0),n=r(18),i=r(35),a=r(2),s=r(177),l=n("AggregateError"),c=!a((function(){return 1!==l([1]).errors[0]}))&&a((function(){return 7!==l([1],"AggregateError",{cause:7}).cause}));o({global:!0,forced:c},{AggregateError:s("AggregateError",(function(e){return function(t,r){return i(e,this,arguments)}}),c,!0)})},function(e,t,r){"use strict";var o=r(0),n=r(14),i=r(17),a=r(22),s=r(52);o({target:"Array",proto:!0},{at:function(e){var t=n(this),r=i(t),o=a(e),s=o>=0?o:r+o;return s<0||s>=r?void 0:t[s]}}),s("at")},function(e,t,r){"use strict";var o=r(0),n=r(1),i=r(2),a=r(61),s=r(6),l=r(14),c=r(17),u=r(50),d=r(86),m=r(90),g=r(7),h=r(56),p=g("isConcatSpreadable"),f=n.TypeError,x=h>=51||!i((function(){var e=[];return e[p]=!1,e.concat()[0]!==e})),v=m("concat"),y=function(e){if(!s(e))return!1;var t=e[p];return void 0!==t?!!t:a(e)};o({target:"Array",proto:!0,forced:!x||!v},{concat:function(e){var t,r,o,n,i,a=l(this),s=d(a,0),m=0;for(t=-1,o=arguments.length;t<o;t++)if(y(i=-1===t?a:arguments[t])){if(m+(n=c(i))>9007199254740991)throw f("Maximum allowed index exceeded");for(r=0;r<n;r++,m++)r in i&&u(s,m,i[r])}else{if(m>=9007199254740991)throw f("Maximum allowed index exceeded");u(s,m++,i)}return s.length=m,s}})},function(e,t,r){var o=r(0),n=r(182),i=r(52);o({target:"Array",proto:!0},{copyWithin:n}),i("copyWithin")},function(e,t,r){"use strict";var o=r(0),n=r(24).every;o({target:"Array",proto:!0,forced:!r(53)("every")},{every:function(e){return n(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,r){var o=r(0),n=r(135),i=r(52);o({target:"Array",proto:!0},{fill:n}),i("fill")},function(e,t,r){"use strict";var o=r(0),n=r(24).filter;o({target:"Array",proto:!0,forced:!r(90)("filter")},{filter:function(e){return n(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,r){"use strict";var o=r(0),n=r(24).find,i=r(52),a=!0;"find"in[]&&Array(1).find((function(){a=!1})),o({target:"Array",proto:!0,forced:a},{find:function(e){return n(this,e,arguments.length>1?arguments[1]:void 0)}}),i("find")},function(e,t,r){"use strict";var o=r(0),n=r(24).findIndex,i=r(52),a=!0;"findIndex"in[]&&Array(1).findIndex((function(){a=!1})),o({target:"Array",proto:!0,forced:a},{findIndex:function(e){return n(this,e,arguments.length>1?arguments[1]:void 0)}}),i("findIndex")},function(e,t,r){"use strict";var o=r(0),n=r(183),i=r(14),a=r(17),s=r(22),l=r(86);o({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=i(this),r=a(t),o=l(t,0);return o.length=n(o,t,t,r,0,void 0===e?1:s(e)),o}})},function(e,t,r){"use strict";var o=r(0),n=r(183),i=r(27),a=r(14),s=r(17),l=r(86);o({target:"Array",proto:!0},{flatMap:function(e){var t,r=a(this),o=s(r);return i(e),(t=l(r,0)).length=n(t,r,r,o,0,1,e,arguments.length>1?arguments[1]:void 0),t}})},function(e,t,r){"use strict";var o=r(0),n=r(184);o({target:"Array",proto:!0,forced:[].forEach!=n},{forEach:n})},function(e,t,r){var o=r(0),n=r(185);o({target:"Array",stat:!0,forced:!r(102)((function(e){Array.from(e)}))},{from:n})},function(e,t,r){var o=r(4),n=r(181);e.exports=function(e,t,r,i){try{return i?t(o(r)[0],r[1]):t(r)}catch(t){n(e,"throw",t)}}},function(e,t,r){"use strict";var o=r(0),n=r(81).includes,i=r(52);o({target:"Array",proto:!0},{includes:function(e){return n(this,e,arguments.length>1?arguments[1]:void 0)}}),i("includes")},function(e,t,r){"use strict";var o=r(0),n=r(3),i=r(81).indexOf,a=r(53),s=n([].indexOf),l=!!s&&1/s([1],1,-0)<0,c=a("indexOf");o({target:"Array",proto:!0,forced:l||!c},{indexOf:function(e){var t=arguments.length>1?arguments[1]:void 0;return l?s(this,e,t)||0:i(this,e,t)}})},function(e,t,r){r(0)({target:"Array",stat:!0},{isArray:r(61)})},function(e,t,r){"use strict";var o=r(0),n=r(3),i=r(78),a=r(29),s=r(53),l=n([].join),c=i!=Object,u=s("join",",");o({target:"Array",proto:!0,forced:c||!u},{join:function(e){return l(a(this),void 0===e?",":e)}})},function(e,t,r){var o=r(0),n=r(187);o({target:"Array",proto:!0,forced:n!==[].lastIndexOf},{lastIndexOf:n})},function(e,t,r){"use strict";var o=r(0),n=r(24).map;o({target:"Array",proto:!0,forced:!r(90)("map")},{map:function(e){return n(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,r){"use strict";var o=r(0),n=r(1),i=r(2),a=r(69),s=r(50),l=n.Array;o({target:"Array",stat:!0,forced:i((function(){function e(){}return!(l.of.call(e)instanceof e)}))},{of:function(){for(var e=0,t=arguments.length,r=new(a(this)?this:l)(t);t>e;)s(r,e,arguments[e++]);return r.length=t,r}})},function(e,t,r){"use strict";var o=r(0),n=r(104).left,i=r(53),a=r(56),s=r(63);o({target:"Array",proto:!0,forced:!i("reduce")||!s&&a>79&&a<83},{reduce:function(e){var t=arguments.length;return n(this,e,t,t>1?arguments[1]:void 0)}})},function(e,t,r){"use strict";var o=r(0),n=r(104).right,i=r(53),a=r(56),s=r(63);o({target:"Array",proto:!0,forced:!i("reduceRight")||!s&&a>79&&a<83},{reduceRight:function(e){return n(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(e,t,r){"use strict";var o=r(0),n=r(3),i=r(61),a=n([].reverse),s=[1,2];o({target:"Array",proto:!0,forced:String(s)===String(s.reverse())},{reverse:function(){return i(this)&&(this.length=this.length),a(this)}})},function(e,t,r){"use strict";var o=r(0),n=r(1),i=r(61),a=r(69),s=r(6),l=r(49),c=r(17),u=r(29),d=r(50),m=r(7),g=r(90),h=r(62),p=g("slice"),f=m("species"),x=n.Array,v=Math.max;o({target:"Array",proto:!0,forced:!p},{slice:function(e,t){var r,o,n,m=u(this),g=c(m),p=l(e,g),y=l(void 0===t?g:t,g);if(i(m)&&(r=m.constructor,(a(r)&&(r===x||i(r.prototype))||s(r)&&null===(r=r[f]))&&(r=void 0),r===x||void 0===r))return h(m,p,y);for(o=new(void 0===r?x:r)(v(y-p,0)),n=0;p<y;p++,n++)p in m&&d(o,n,m[p]);return o.length=n,o}})},function(e,t,r){"use strict";var o=r(0),n=r(24).some;o({target:"Array",proto:!0,forced:!r(53)("some")},{some:function(e){return n(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,r){"use strict";var o=r(0),n=r(3),i=r(27),a=r(14),s=r(17),l=r(8),c=r(2),u=r(138),d=r(53),m=r(188),g=r(189),h=r(56),p=r(139),f=[],x=n(f.sort),v=n(f.push),y=c((function(){f.sort(void 0)})),S=c((function(){f.sort(null)})),b=d("sort"),A=!c((function(){if(h)return h<70;if(!(m&&m>3)){if(g)return!0;if(p)return p<603;var e,t,r,o,n="";for(e=65;e<76;e++){switch(t=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(o=0;o<47;o++)f.push({k:t+o,v:r})}for(f.sort((function(e,t){return t.v-e.v})),o=0;o<f.length;o++)t=f[o].k.charAt(0),n.charAt(n.length-1)!==t&&(n+=t);return"DGBEFHACIJK"!==n}}));o({target:"Array",proto:!0,forced:y||!S||!b||!A},{sort:function(e){void 0!==e&&i(e);var t=a(this);if(A)return void 0===e?x(t):x(t,e);var r,o,n=[],c=s(t);for(o=0;o<c;o++)o in t&&v(n,t[o]);for(u(n,function(e){return function(t,r){return void 0===r?-1:void 0===t?1:void 0!==e?+e(t,r)||0:l(t)>l(r)?1:-1}}(e)),r=n.length,o=0;o<r;)t[o]=n[o++];for(;o<c;)delete t[o++];return t}})},function(e,t,r){r(71)("Array")},function(e,t,r){"use strict";var o=r(0),n=r(1),i=r(49),a=r(22),s=r(17),l=r(14),c=r(86),u=r(50),d=r(90)("splice"),m=n.TypeError,g=Math.max,h=Math.min;o({target:"Array",proto:!0,forced:!d},{splice:function(e,t){var r,o,n,d,p,f,x=l(this),v=s(x),y=i(e,v),S=arguments.length;if(0===S?r=o=0:1===S?(r=0,o=v-y):(r=S-2,o=h(g(a(t),0),v-y)),v+r-o>9007199254740991)throw m("Maximum allowed length exceeded");for(n=c(x,o),d=0;d<o;d++)(p=y+d)in x&&u(n,d,x[p]);if(n.length=o,r<o){for(d=y;d<v-o;d++)f=d+r,(p=d+o)in x?x[f]=x[p]:delete x[f];for(d=v;d>v-o+r;d--)delete x[d-1]}else if(r>o)for(d=v-o;d>y;d--)f=d+r-1,(p=d+o-1)in x?x[f]=x[p]:delete x[f];for(d=0;d<r;d++)x[d+y]=arguments[d+2];return x.length=v-o+r,n}})},function(e,t,r){r(52)("flat")},function(e,t,r){r(52)("flatMap")},function(e,t,r){"use strict";var o=r(0),n=r(1),i=r(105),a=r(71),s=i.ArrayBuffer;o({global:!0,forced:n.ArrayBuffer!==s},{ArrayBuffer:s}),a("ArrayBuffer")},function(e,t,r){var o=r(1).Array,n=Math.abs,i=Math.pow,a=Math.floor,s=Math.log,l=Math.LN2;e.exports={pack:function(e,t,r){var c,u,d,m=o(r),g=8*r-t-1,h=(1<<g)-1,p=h>>1,f=23===t?i(2,-24)-i(2,-77):0,x=e<0||0===e&&1/e<0?1:0,v=0;for((e=n(e))!=e||e===1/0?(u=e!=e?1:0,c=h):(c=a(s(e)/l),e*(d=i(2,-c))<1&&(c--,d*=2),(e+=c+p>=1?f/d:f*i(2,1-p))*d>=2&&(c++,d/=2),c+p>=h?(u=0,c=h):c+p>=1?(u=(e*d-1)*i(2,t),c+=p):(u=e*i(2,p-1)*i(2,t),c=0));t>=8;)m[v++]=255&u,u/=256,t-=8;for(c=c<<t|u,g+=t;g>0;)m[v++]=255&c,c/=256,g-=8;return m[--v]|=128*x,m},unpack:function(e,t){var r,o=e.length,n=8*o-t-1,a=(1<<n)-1,s=a>>1,l=n-7,c=o-1,u=e[c--],d=127&u;for(u>>=7;l>0;)d=256*d+e[c--],l-=8;for(r=d&(1<<-l)-1,d>>=-l,l+=t;l>0;)r=256*r+e[c--],l-=8;if(0===d)d=1-s;else{if(d===a)return r?NaN:u?-1/0:1/0;r+=i(2,t),d-=s}return(u?-1:1)*r*i(2,d-t)}}},function(e,t,r){var o=r(0),n=r(10);o({target:"ArrayBuffer",stat:!0,forced:!n.NATIVE_ARRAY_BUFFER_VIEWS},{isView:n.isView})},function(e,t,r){"use strict";var o=r(0),n=r(3),i=r(2),a=r(105),s=r(4),l=r(49),c=r(34),u=r(73),d=a.ArrayBuffer,m=a.DataView,g=m.prototype,h=n(d.prototype.slice),p=n(g.getUint8),f=n(g.setUint8);o({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:i((function(){return!new d(2).slice(1,void 0).byteLength}))},{slice:function(e,t){if(h&&void 0===t)return h(s(this),e);for(var r=s(this).byteLength,o=l(e,r),n=l(void 0===t?r:t,r),i=new(u(this,d))(c(n-o)),a=new m(this),g=new m(i),x=0;o<n;)f(g,x++,p(a,o++));return i}})},function(e,t,r){var o=r(0),n=r(105);o({global:!0,forced:!r(140)},{DataView:n.DataView})},function(e,t,r){"use strict";var o=r(0),n=r(3),i=r(2)((function(){return 120!==new Date(16e11).getYear()})),a=n(Date.prototype.getFullYear);o({target:"Date",proto:!0,forced:i},{getYear:function(){return a(this)-1900}})},function(e,t,r){var o=r(0),n=r(1),i=r(3),a=n.Date,s=i(a.prototype.getTime);o({target:"Date",stat:!0},{now:function(){return s(new a)}})},function(e,t,r){"use strict";var o=r(0),n=r(3),i=r(22),a=Date.prototype,s=n(a.getTime),l=n(a.setFullYear);o({target:"Date",proto:!0},{setYear:function(e){s(this);var t=i(e);return l(this,0<=t&&t<=99?t+1900:t)}})},function(e,t,r){r(0)({target:"Date",proto:!0},{toGMTString:Date.prototype.toUTCString})},function(e,t,r){var o=r(0),n=r(344);o({target:"Date",proto:!0,forced:Date.prototype.toISOString!==n},{toISOString:n})},function(e,t,r){"use strict";var o=r(1),n=r(3),i=r(2),a=r(142).start,s=o.RangeError,l=Math.abs,c=Date.prototype,u=c.toISOString,d=n(c.getTime),m=n(c.getUTCDate),g=n(c.getUTCFullYear),h=n(c.getUTCHours),p=n(c.getUTCMilliseconds),f=n(c.getUTCMinutes),x=n(c.getUTCMonth),v=n(c.getUTCSeconds);e.exports=i((function(){return"0385-07-25T07:06:39.999Z"!=u.call(new Date(-50000000000001))}))||!i((function(){u.call(new Date(NaN))}))?function(){if(!isFinite(d(this)))throw s("Invalid time value");var e=g(this),t=p(this),r=e<0?"-":e>9999?"+":"";return r+a(l(e),r?6:4,0)+"-"+a(x(this)+1,2,0)+"-"+a(m(this),2,0)+"T"+a(h(this),2,0)+":"+a(f(this),2,0)+":"+a(v(this),2,0)+"."+a(t,3,0)+"Z"}:u},function(e,t,r){"use strict";var o=r(0),n=r(2),i=r(14),a=r(123);o({target:"Date",proto:!0,forced:n((function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}))},{toJSON:function(e){var t=i(this),r=a(t,"number");return"number"!=typeof r||isFinite(r)?t.toISOString():null}})},function(e,t,r){var o=r(12),n=r(19),i=r(347),a=r(7)("toPrimitive"),s=Date.prototype;o(s,a)||n(s,a,i)},function(e,t,r){"use strict";var o=r(1),n=r(4),i=r(169),a=o.TypeError;e.exports=function(e){if(n(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw a("Incorrect hint");return i(this,e)}},function(e,t,r){var o=r(3),n=r(19),i=Date.prototype,a=o(i.toString),s=o(i.getTime);"Invalid Date"!=String(new Date(NaN))&&n(i,"toString",(function(){var e=s(this);return e==e?a(this):"Invalid Date"}))},function(e,t,r){"use strict";var o=r(0),n=r(3),i=r(8),a=n("".charAt),s=n("".charCodeAt),l=n(/./.exec),c=n(1..toString),u=n("".toUpperCase),d=/[\w*+\-./@]/,m=function(e,t){for(var r=c(e,16);r.length<t;)r="0"+r;return r};o({global:!0},{escape:function(e){for(var t,r,o=i(e),n="",c=o.length,g=0;g<c;)t=a(o,g++),l(d,t)?n+=t:n+=(r=s(t,0))<256?"%"+m(r,2):"%u"+u(m(r,4));return n}})},function(e,t,r){var o=r(0),n=r(191);o({target:"Function",proto:!0,forced:Function.bind!==n},{bind:n})},function(e,t,r){"use strict";var o=r(9),n=r(6),i=r(13),a=r(42),s=r(7)("hasInstance"),l=Function.prototype;s in l||i.f(l,s,{value:function(e){if(!o(this)||!n(e))return!1;var t=this.prototype;if(!n(t))return e instanceof this;for(;e=a(e);)if(t===e)return!0;return!1}})},function(e,t,r){var o=r(5),n=r(68).EXISTS,i=r(3),a=r(13).f,s=Function.prototype,l=i(s.toString),c=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,u=i(c.exec);o&&!n&&a(s,"name",{configurable:!0,get:function(){try{return u(c,l(this))[1]}catch(e){return""}}})},function(e,t,r){r(0)({global:!0},{globalThis:r(1)})},function(e,t,r){var o=r(0),n=r(1),i=r(18),a=r(35),s=r(3),l=r(2),c=n.Array,u=i("JSON","stringify"),d=s(/./.exec),m=s("".charAt),g=s("".charCodeAt),h=s("".replace),p=s(1..toString),f=/[\uD800-\uDFFF]/g,x=/^[\uD800-\uDBFF]$/,v=/^[\uDC00-\uDFFF]$/,y=function(e,t,r){var o=m(r,t-1),n=m(r,t+1);return d(x,e)&&!d(v,n)||d(v,e)&&!d(x,o)?"\\u"+p(g(e,0),16):e},S=l((function(){return'"\\udf06\\ud834"'!==u("\udf06\ud834")||'"\\udead"'!==u("\udead")}));u&&o({target:"JSON",stat:!0,forced:S},{stringify:function(e,t,r){for(var o=0,n=arguments.length,i=c(n);o<n;o++)i[o]=arguments[o];var s=a(u,null,i);return"string"==typeof s?h(s,f,y):s}})},function(e,t,r){var o=r(1);r(41)(o.JSON,"JSON",!0)},function(e,t,r){"use strict";r(107)("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r(192))},function(e,t,r){var o=r(0),n=r(193),i=Math.acosh,a=Math.log,s=Math.sqrt,l=Math.LN2;o({target:"Math",stat:!0,forced:!i||710!=Math.floor(i(Number.MAX_VALUE))||i(1/0)!=1/0},{acosh:function(e){return(e=+e)<1?NaN:e>94906265.62425156?a(e)+l:n(e-1+s(e-1)*s(e+1))}})},function(e,t,r){var o=r(0),n=Math.asinh,i=Math.log,a=Math.sqrt;o({target:"Math",stat:!0,forced:!(n&&1/n(0)>0)},{asinh:function e(t){return isFinite(t=+t)&&0!=t?t<0?-e(-t):i(t+a(t*t+1)):t}})},function(e,t,r){var o=r(0),n=Math.atanh,i=Math.log;o({target:"Math",stat:!0,forced:!(n&&1/n(-0)<0)},{atanh:function(e){return 0==(e=+e)?e:i((1+e)/(1-e))/2}})},function(e,t,r){var o=r(0),n=r(144),i=Math.abs,a=Math.pow;o({target:"Math",stat:!0},{cbrt:function(e){return n(e=+e)*a(i(e),1/3)}})},function(e,t,r){var o=r(0),n=Math.floor,i=Math.log,a=Math.LOG2E;o({target:"Math",stat:!0},{clz32:function(e){return(e>>>=0)?31-n(i(e+.5)*a):32}})},function(e,t,r){var o=r(0),n=r(109),i=Math.cosh,a=Math.abs,s=Math.E;o({target:"Math",stat:!0,forced:!i||i(710)===1/0},{cosh:function(e){var t=n(a(e)-1)+1;return(t+1/(t*s*s))*(s/2)}})},function(e,t,r){var o=r(0),n=r(109);o({target:"Math",stat:!0,forced:n!=Math.expm1},{expm1:n})},function(e,t,r){r(0)({target:"Math",stat:!0},{fround:r(365)})},function(e,t,r){var o=r(144),n=Math.abs,i=Math.pow,a=i(2,-52),s=i(2,-23),l=i(2,127)*(2-s),c=i(2,-126);e.exports=Math.fround||function(e){var t,r,i=n(e),u=o(e);return i<c?u*(i/c/s+1/a-1/a)*c*s:(r=(t=(1+s/a)*i)-(t-i))>l||r!=r?u*(1/0):u*r}},function(e,t,r){var o=r(0),n=Math.hypot,i=Math.abs,a=Math.sqrt;o({target:"Math",stat:!0,forced:!!n&&n(1/0,NaN)!==1/0},{hypot:function(e,t){for(var r,o,n=0,s=0,l=arguments.length,c=0;s<l;)c<(r=i(arguments[s++]))?(n=n*(o=c/r)*o+1,c=r):n+=r>0?(o=r/c)*o:r;return c===1/0?1/0:c*a(n)}})},function(e,t,r){var o=r(0),n=r(2),i=Math.imul;o({target:"Math",stat:!0,forced:n((function(){return-5!=i(4294967295,5)||2!=i.length}))},{imul:function(e,t){var r=+e,o=+t,n=65535&r,i=65535&o;return 0|n*i+((65535&r>>>16)*i+n*(65535&o>>>16)<<16>>>0)}})},function(e,t,r){r(0)({target:"Math",stat:!0},{log10:r(194)})},function(e,t,r){r(0)({target:"Math",stat:!0},{log1p:r(193)})},function(e,t,r){var o=r(0),n=Math.log,i=Math.LN2;o({target:"Math",stat:!0},{log2:function(e){return n(e)/i}})},function(e,t,r){r(0)({target:"Math",stat:!0},{sign:r(144)})},function(e,t,r){var o=r(0),n=r(2),i=r(109),a=Math.abs,s=Math.exp,l=Math.E;o({target:"Math",stat:!0,forced:n((function(){return-2e-17!=Math.sinh(-2e-17)}))},{sinh:function(e){return a(e=+e)<1?(i(e)-i(-e))/2:(s(e-1)-s(-e-1))*(l/2)}})},function(e,t,r){var o=r(0),n=r(109),i=Math.exp;o({target:"Math",stat:!0},{tanh:function(e){var t=n(e=+e),r=n(-e);return t==1/0?1:r==1/0?-1:(t-r)/(i(e)+i(-e))}})},function(e,t,r){r(41)(Math,"Math",!0)},function(e,t,r){var o=r(0),n=Math.ceil,i=Math.floor;o({target:"Math",stat:!0},{trunc:function(e){return(e>0?i:n)(e)}})},function(e,t,r){"use strict";var o=r(5),n=r(1),i=r(3),a=r(82),s=r(19),l=r(12),c=r(70),u=r(33),d=r(66),m=r(123),g=r(2),h=r(57).f,p=r(26).f,f=r(13).f,x=r(110),v=r(74).trim,y=n.Number,S=y.prototype,b=n.TypeError,A=i("".slice),w=i("".charCodeAt),T=function(e){var t=m(e,"number");return"bigint"==typeof t?t:P(t)},P=function(e){var t,r,o,n,i,a,s,l,c=m(e,"number");if(d(c))throw b("Cannot convert a Symbol value to a number");if("string"==typeof c&&c.length>2)if(c=v(c),43===(t=w(c,0))||45===t){if(88===(r=w(c,2))||120===r)return NaN}else if(48===t){switch(w(c,1)){case 66:case 98:o=2,n=49;break;case 79:case 111:o=8,n=55;break;default:return+c}for(a=(i=A(c,2)).length,s=0;s<a;s++)if((l=w(i,s))<48||l>n)return NaN;return parseInt(i,o)}return+c};if(a("Number",!y(" 0o1")||!y("0b1")||y("+0x1"))){for(var M,_=function(e){var t=arguments.length<1?0:y(T(e)),r=this;return u(S,r)&&g((function(){x(r)}))?c(Object(t),r,_):t},E=o?h(y):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),L=0;E.length>L;L++)l(y,M=E[L])&&!l(_,M)&&f(_,M,p(y,M));_.prototype=S,S.constructor=_,s(n,"Number",_)}},function(e,t,r){r(0)({target:"Number",stat:!0},{EPSILON:Math.pow(2,-52)})},function(e,t,r){r(0)({target:"Number",stat:!0},{isFinite:r(379)})},function(e,t,r){var o=r(1).isFinite;e.exports=Number.isFinite||function(e){return"number"==typeof e&&o(e)}},function(e,t,r){r(0)({target:"Number",stat:!0},{isInteger:r(145)})},function(e,t,r){r(0)({target:"Number",stat:!0},{isNaN:function(e){return e!=e}})},function(e,t,r){var o=r(0),n=r(145),i=Math.abs;o({target:"Number",stat:!0},{isSafeInteger:function(e){return n(e)&&i(e)<=9007199254740991}})},function(e,t,r){r(0)({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991})},function(e,t,r){r(0)({target:"Number",stat:!0},{MIN_SAFE_INTEGER:-9007199254740991})},function(e,t,r){var o=r(0),n=r(195);o({target:"Number",stat:!0,forced:Number.parseFloat!=n},{parseFloat:n})},function(e,t,r){var o=r(0),n=r(196);o({target:"Number",stat:!0,forced:Number.parseInt!=n},{parseInt:n})},function(e,t,r){"use strict";var o=r(0),n=r(1),i=r(3),a=r(22),s=r(110),l=r(106),c=r(194),u=r(2),d=n.RangeError,m=n.String,g=n.isFinite,h=Math.abs,p=Math.floor,f=Math.pow,x=Math.round,v=i(1..toExponential),y=i(l),S=i("".slice),b="-6.9000e-11"===v(-69e-12,4)&&"1.25e+0"===v(1.255,2)&&"1.235e+4"===v(12345,3)&&"3e+1"===v(25,0),A=u((function(){v(1,1/0)}))&&u((function(){v(1,-1/0)})),w=!u((function(){v(1/0,1/0)}))&&!u((function(){v(NaN,1/0)}));o({target:"Number",proto:!0,forced:!b||!A||!w},{toExponential:function(e){var t=s(this);if(void 0===e)return v(t);var r=a(e);if(!g(t))return m(t);if(r<0||r>20)throw d("Incorrect fraction digits");if(b)return v(t,r);var o="",n="",i=0,l="",u="";if(t<0&&(o="-",t=-t),0===t)i=0,n=y("0",r+1);else{var A=c(t);i=p(A);var w=0,T=f(10,i-r);2*t>=(2*(w=x(t/T))+1)*T&&(w+=1),w>=f(10,r+1)&&(w/=10,i+=1),n=m(w)}return 0!==r&&(n=S(n,0,1)+"."+S(n,1)),0===i?(l="+",u="0"):(l=i>0?"+":"-",u=m(h(i))),o+(n+="e"+l+u)}})},function(e,t,r){"use strict";var o=r(0),n=r(1),i=r(3),a=r(22),s=r(110),l=r(106),c=r(2),u=n.RangeError,d=n.String,m=Math.floor,g=i(l),h=i("".slice),p=i(1..toFixed),f=function(e,t,r){return 0===t?r:t%2==1?f(e,t-1,r*e):f(e*e,t/2,r)},x=function(e,t,r){for(var o=-1,n=r;++o<6;)n+=t*e[o],e[o]=n%1e7,n=m(n/1e7)},v=function(e,t){for(var r=6,o=0;--r>=0;)o+=e[r],e[r]=m(o/t),o=o%t*1e7},y=function(e){for(var t=6,r="";--t>=0;)if(""!==r||0===t||0!==e[t]){var o=d(e[t]);r=""===r?o:r+g("0",7-o.length)+o}return r};o({target:"Number",proto:!0,forced:c((function(){return"0.000"!==p(8e-5,3)||"1"!==p(.9,0)||"1.25"!==p(1.255,2)||"1000000000000000128"!==p(0xde0b6b3a7640080,0)}))||!c((function(){p({})}))},{toFixed:function(e){var t,r,o,n,i=s(this),l=a(e),c=[0,0,0,0,0,0],m="",p="0";if(l<0||l>20)throw u("Incorrect fraction digits");if(i!=i)return"NaN";if(i<=-1e21||i>=1e21)return d(i);if(i<0&&(m="-",i=-i),i>1e-21)if(r=(t=function(e){for(var t=0,r=e;r>=4096;)t+=12,r/=4096;for(;r>=2;)t+=1,r/=2;return t}(i*f(2,69,1))-69)<0?i*f(2,-t,1):i/f(2,t,1),r*=4503599627370496,(t=52-t)>0){for(x(c,0,r),o=l;o>=7;)x(c,1e7,0),o-=7;for(x(c,f(10,o,1),0),o=t-1;o>=23;)v(c,1<<23),o-=23;v(c,1<<o),x(c,1,1),v(c,2),p=y(c)}else x(c,0,r),x(c,1<<-t,0),p=y(c)+g("0",l);return p=l>0?m+((n=p.length)<=l?"0."+g("0",l-n)+p:h(p,0,n-l)+"."+h(p,n-l)):m+p}})},function(e,t,r){"use strict";var o=r(0),n=r(3),i=r(2),a=r(110),s=n(1..toPrecision);o({target:"Number",proto:!0,forced:i((function(){return"1"!==s(1,void 0)}))||!i((function(){s({})}))},{toPrecision:function(e){return void 0===e?s(a(this)):s(a(this),e)}})},function(e,t,r){var o=r(0),n=r(197);o({target:"Object",stat:!0,forced:Object.assign!==n},{assign:n})},function(e,t,r){r(0)({target:"Object",stat:!0,sham:!r(5)},{create:r(36)})},function(e,t,r){"use strict";var o=r(0),n=r(5),i=r(112),a=r(27),s=r(14),l=r(13);n&&o({target:"Object",proto:!0,forced:i},{__defineGetter__:function(e,t){l.f(s(this),e,{get:a(t),enumerable:!0,configurable:!0})}})},function(e,t,r){var o=r(0),n=r(5),i=r(83).f;o({target:"Object",stat:!0,forced:Object.defineProperties!==i,sham:!n},{defineProperties:i})},function(e,t,r){var o=r(0),n=r(5),i=r(13).f;o({target:"Object",stat:!0,forced:Object.defineProperty!==i,sham:!n},{defineProperty:i})},function(e,t,r){"use strict";var o=r(0),n=r(5),i=r(112),a=r(27),s=r(14),l=r(13);n&&o({target:"Object",proto:!0,forced:i},{__defineSetter__:function(e,t){l.f(s(this),e,{set:a(t),enumerable:!0,configurable:!0})}})},function(e,t,r){var o=r(0),n=r(198).entries;o({target:"Object",stat:!0},{entries:function(e){return n(e)}})},function(e,t,r){var o=r(0),n=r(91),i=r(2),a=r(6),s=r(64).onFreeze,l=Object.freeze;o({target:"Object",stat:!0,forced:i((function(){l(1)})),sham:!n},{freeze:function(e){return l&&a(e)?l(s(e)):e}})},function(e,t,r){var o=r(0),n=r(51),i=r(50);o({target:"Object",stat:!0},{fromEntries:function(e){var t={};return n(e,(function(e,r){i(t,e,r)}),{AS_ENTRIES:!0}),t}})},function(e,t,r){var o=r(0),n=r(2),i=r(29),a=r(26).f,s=r(5),l=n((function(){a(1)}));o({target:"Object",stat:!0,forced:!s||l,sham:!s},{getOwnPropertyDescriptor:function(e,t){return a(i(e),t)}})},function(e,t,r){var o=r(0),n=r(5),i=r(127),a=r(29),s=r(26),l=r(50);o({target:"Object",stat:!0,sham:!n},{getOwnPropertyDescriptors:function(e){for(var t,r,o=a(e),n=s.f,c=i(o),u={},d=0;c.length>d;)void 0!==(r=n(o,t=c[d++]))&&l(u,t,r);return u}})},function(e,t,r){var o=r(0),n=r(2),i=r(131).f;o({target:"Object",stat:!0,forced:n((function(){return!Object.getOwnPropertyNames(1)}))},{getOwnPropertyNames:i})},function(e,t,r){var o=r(0),n=r(2),i=r(14),a=r(42),s=r(133);o({target:"Object",stat:!0,forced:n((function(){a(1)})),sham:!s},{getPrototypeOf:function(e){return a(i(e))}})},function(e,t,r){r(0)({target:"Object",stat:!0},{hasOwn:r(12)})},function(e,t,r){r(0)({target:"Object",stat:!0},{is:r(199)})},function(e,t,r){var o=r(0),n=r(108);o({target:"Object",stat:!0,forced:Object.isExtensible!==n},{isExtensible:n})},function(e,t,r){var o=r(0),n=r(2),i=r(6),a=r(32),s=r(143),l=Object.isFrozen;o({target:"Object",stat:!0,forced:n((function(){l(1)}))||s},{isFrozen:function(e){return!i(e)||(!(!s||"ArrayBuffer"!=a(e))||!!l&&l(e))}})},function(e,t,r){var o=r(0),n=r(2),i=r(6),a=r(32),s=r(143),l=Object.isSealed;o({target:"Object",stat:!0,forced:n((function(){l(1)}))||s},{isSealed:function(e){return!i(e)||(!(!s||"ArrayBuffer"!=a(e))||!!l&&l(e))}})},function(e,t,r){var o=r(0),n=r(14),i=r(84);o({target:"Object",stat:!0,forced:r(2)((function(){i(1)}))},{keys:function(e){return i(n(e))}})},function(e,t,r){"use strict";var o=r(0),n=r(5),i=r(112),a=r(14),s=r(55),l=r(42),c=r(26).f;n&&o({target:"Object",proto:!0,forced:i},{__lookupGetter__:function(e){var t,r=a(this),o=s(e);do{if(t=c(r,o))return t.get}while(r=l(r))}})},function(e,t,r){"use strict";var o=r(0),n=r(5),i=r(112),a=r(14),s=r(55),l=r(42),c=r(26).f;n&&o({target:"Object",proto:!0,forced:i},{__lookupSetter__:function(e){var t,r=a(this),o=s(e);do{if(t=c(r,o))return t.set}while(r=l(r))}})},function(e,t,r){var o=r(0),n=r(6),i=r(64).onFreeze,a=r(91),s=r(2),l=Object.preventExtensions;o({target:"Object",stat:!0,forced:s((function(){l(1)})),sham:!a},{preventExtensions:function(e){return l&&n(e)?l(i(e)):e}})},function(e,t,r){var o=r(0),n=r(6),i=r(64).onFreeze,a=r(91),s=r(2),l=Object.seal;o({target:"Object",stat:!0,forced:s((function(){l(1)})),sham:!a},{seal:function(e){return l&&n(e)?l(i(e)):e}})},function(e,t,r){r(0)({target:"Object",stat:!0},{setPrototypeOf:r(44)})},function(e,t,r){var o=r(130),n=r(19),i=r(415);o||n(Object.prototype,"toString",i,{unsafe:!0})},function(e,t,r){"use strict";var o=r(130),n=r(58);e.exports=o?{}.toString:function(){return"[object "+n(this)+"]"}},function(e,t,r){var o=r(0),n=r(198).values;o({target:"Object",stat:!0},{values:function(e){return n(e)}})},function(e,t,r){var o=r(0),n=r(195);o({global:!0,forced:parseFloat!=n},{parseFloat:n})},function(e,t,r){var o=r(0),n=r(196);o({global:!0,forced:parseInt!=n},{parseInt:n})},function(e,t,r){"use strict";var o,n,i,a,s=r(0),l=r(23),c=r(1),u=r(18),d=r(11),m=r(200),g=r(19),h=r(72),p=r(44),f=r(41),x=r(71),v=r(27),y=r(9),S=r(6),b=r(45),A=r(97),w=r(51),T=r(102),P=r(73),M=r(146).set,_=r(202),E=r(203),L=r(422),O=r(113),B=r(147),C=r(423),N=r(21),G=r(82),R=r(7),I=r(424),k=r(63),F=r(56),D=R("species"),$="Promise",X=N.getterFor($),U=N.set,V=N.getterFor($),H=m&&m.prototype,j=m,W=H,K=c.TypeError,Y=c.document,Q=c.process,z=O.f,Z=z,J=!!(Y&&Y.createEvent&&c.dispatchEvent),q=y(c.PromiseRejectionEvent),ee=!1,te=G($,(function(){var e=A(j),t=e!==String(j);if(!t&&66===F)return!0;if(l&&!W.finally)return!0;if(F>=51&&/native code/.test(e))return!1;var r=new j((function(e){e(1)})),o=function(e){e((function(){}),(function(){}))};return(r.constructor={})[D]=o,!(ee=r.then((function(){}))instanceof o)||!t&&I&&!q})),re=te||!T((function(e){j.all(e).catch((function(){}))})),oe=function(e){var t;return!(!S(e)||!y(t=e.then))&&t},ne=function(e,t){var r,o,n,i=t.value,a=1==t.state,s=a?e.ok:e.fail,l=e.resolve,c=e.reject,u=e.domain;try{s?(a||(2===t.rejection&&ce(t),t.rejection=1),!0===s?r=i:(u&&u.enter(),r=s(i),u&&(u.exit(),n=!0)),r===e.promise?c(K("Promise-chain cycle")):(o=oe(r))?d(o,r,l,c):l(r)):c(i)}catch(e){u&&!n&&u.exit(),c(e)}},ie=function(e,t){e.notified||(e.notified=!0,_((function(){for(var r,o=e.reactions;r=o.get();)ne(r,e);e.notified=!1,t&&!e.rejection&&se(e)})))},ae=function(e,t,r){var o,n;J?((o=Y.createEvent("Event")).promise=t,o.reason=r,o.initEvent(e,!1,!0),c.dispatchEvent(o)):o={promise:t,reason:r},!q&&(n=c["on"+e])?n(o):"unhandledrejection"===e&&L("Unhandled promise rejection",r)},se=function(e){d(M,c,(function(){var t,r=e.facade,o=e.value;if(le(e)&&(t=B((function(){k?Q.emit("unhandledRejection",o,r):ae("unhandledrejection",r,o)})),e.rejection=k||le(e)?2:1,t.error))throw t.value}))},le=function(e){return 1!==e.rejection&&!e.parent},ce=function(e){d(M,c,(function(){var t=e.facade;k?Q.emit("rejectionHandled",t):ae("rejectionhandled",t,e.value)}))},ue=function(e,t,r){return function(o){e(t,o,r)}},de=function(e,t,r){e.done||(e.done=!0,r&&(e=r),e.value=t,e.state=2,ie(e,!0))},me=function(e,t,r){if(!e.done){e.done=!0,r&&(e=r);try{if(e.facade===t)throw K("Promise can't be resolved itself");var o=oe(t);o?_((function(){var r={done:!1};try{d(o,t,ue(me,r,e),ue(de,r,e))}catch(t){de(r,t,e)}})):(e.value=t,e.state=1,ie(e,!1))}catch(t){de({done:!1},t,e)}}};if(te&&(W=(j=function(e){b(this,W),v(e),d(o,this);var t=X(this);try{e(ue(me,t),ue(de,t))}catch(e){de(t,e)}}).prototype,(o=function(e){U(this,{type:$,done:!1,notified:!1,parent:!1,reactions:new C,rejection:!1,state:0,value:void 0})}).prototype=h(W,{then:function(e,t){var r=V(this),o=z(P(this,j));return r.parent=!0,o.ok=!y(e)||e,o.fail=y(t)&&t,o.domain=k?Q.domain:void 0,0==r.state?r.reactions.add(o):_((function(){ne(o,r)})),o.promise},catch:function(e){return this.then(void 0,e)}}),n=function(){var e=new o,t=X(e);this.promise=e,this.resolve=ue(me,t),this.reject=ue(de,t)},O.f=z=function(e){return e===j||e===i?new n(e):Z(e)},!l&&y(m)&&H!==Object.prototype)){a=H.then,ee||(g(H,"then",(function(e,t){var r=this;return new j((function(e,t){d(a,r,e,t)})).then(e,t)}),{unsafe:!0}),g(H,"catch",W.catch,{unsafe:!0}));try{delete H.constructor}catch(e){}p&&p(H,W)}s({global:!0,wrap:!0,forced:te},{Promise:j}),f(j,$,!1,!0),x($),i=u($),s({target:$,stat:!0,forced:te},{reject:function(e){var t=z(this);return d(t.reject,void 0,e),t.promise}}),s({target:$,stat:!0,forced:l||te},{resolve:function(e){return E(l&&this===i?j:this,e)}}),s({target:$,stat:!0,forced:re},{all:function(e){var t=this,r=z(t),o=r.resolve,n=r.reject,i=B((function(){var r=v(t.resolve),i=[],a=0,s=1;w(e,(function(e){var l=a++,c=!1;s++,d(r,t,e).then((function(e){c||(c=!0,i[l]=e,--s||o(i))}),n)})),--s||o(i)}));return i.error&&n(i.value),r.promise},race:function(e){var t=this,r=z(t),o=r.reject,n=B((function(){var n=v(t.resolve);w(e,(function(e){d(n,t,e).then(r.resolve,o)}))}));return n.error&&o(n.value),r.promise}})},function(e,t,r){var o=r(47),n=r(1);e.exports=/ipad|iphone|ipod/i.test(o)&&void 0!==n.Pebble},function(e,t,r){var o=r(47);e.exports=/web0s(?!.*chrome)/i.test(o)},function(e,t,r){var o=r(1);e.exports=function(e,t){var r=o.console;r&&r.error&&(1==arguments.length?r.error(e):r.error(e,t))}},function(e,t){var r=function(){this.head=null,this.tail=null};r.prototype={add:function(e){var t={item:e,next:null};this.head?this.tail.next=t:this.head=t,this.tail=t},get:function(){var e=this.head;if(e)return this.head=e.next,this.tail===e&&(this.tail=null),e.item}},e.exports=r},function(e,t){e.exports="object"==typeof window},function(e,t,r){"use strict";var o=r(0),n=r(11),i=r(27),a=r(113),s=r(147),l=r(51);o({target:"Promise",stat:!0},{allSettled:function(e){var t=this,r=a.f(t),o=r.resolve,c=r.reject,u=s((function(){var r=i(t.resolve),a=[],s=0,c=1;l(e,(function(e){var i=s++,l=!1;c++,n(r,t,e).then((function(e){l||(l=!0,a[i]={status:"fulfilled",value:e},--c||o(a))}),(function(e){l||(l=!0,a[i]={status:"rejected",reason:e},--c||o(a))}))})),--c||o(a)}));return u.error&&c(u.value),r.promise}})},function(e,t,r){"use strict";var o=r(0),n=r(27),i=r(18),a=r(11),s=r(113),l=r(147),c=r(51);o({target:"Promise",stat:!0},{any:function(e){var t=this,r=i("AggregateError"),o=s.f(t),u=o.resolve,d=o.reject,m=l((function(){var o=n(t.resolve),i=[],s=0,l=1,m=!1;c(e,(function(e){var n=s++,c=!1;l++,a(o,t,e).then((function(e){c||m||(m=!0,u(e))}),(function(e){c||m||(c=!0,i[n]=e,--l||d(new r(i,"No one promise resolved")))}))})),--l||d(new r(i,"No one promise resolved"))}));return m.error&&d(m.value),o.promise}})},function(e,t,r){"use strict";var o=r(0),n=r(23),i=r(200),a=r(2),s=r(18),l=r(9),c=r(73),u=r(203),d=r(19);if(o({target:"Promise",proto:!0,real:!0,forced:!!i&&a((function(){i.prototype.finally.call({then:function(){}},(function(){}))}))},{finally:function(e){var t=c(this,s("Promise")),r=l(e);return this.then(r?function(r){return u(t,e()).then((function(){return r}))}:e,r?function(r){return u(t,e()).then((function(){throw r}))}:e)}}),!n&&l(i)){var m=s("Promise").prototype.finally;i.prototype.finally!==m&&d(i.prototype,"finally",m,{unsafe:!0})}},function(e,t,r){var o=r(0),n=r(35),i=r(27),a=r(4);o({target:"Reflect",stat:!0,forced:!r(2)((function(){Reflect.apply((function(){}))}))},{apply:function(e,t,r){return n(i(e),t,a(r))}})},function(e,t,r){var o=r(0),n=r(18),i=r(35),a=r(191),s=r(141),l=r(4),c=r(6),u=r(36),d=r(2),m=n("Reflect","construct"),g=Object.prototype,h=[].push,p=d((function(){function e(){}return!(m((function(){}),[],e)instanceof e)})),f=!d((function(){m((function(){}))})),x=p||f;o({target:"Reflect",stat:!0,forced:x,sham:x},{construct:function(e,t){s(e),l(t);var r=arguments.length<3?e:s(arguments[2]);if(f&&!p)return m(e,t,r);if(e==r){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var o=[null];return i(h,o,t),new(i(a,e,o))}var n=r.prototype,d=u(c(n)?n:g),x=i(e,d,t);return c(x)?x:d}})},function(e,t,r){var o=r(0),n=r(5),i=r(4),a=r(55),s=r(13);o({target:"Reflect",stat:!0,forced:r(2)((function(){Reflect.defineProperty(s.f({},1,{value:1}),1,{value:2})})),sham:!n},{defineProperty:function(e,t,r){i(e);var o=a(t);i(r);try{return s.f(e,o,r),!0}catch(e){return!1}}})},function(e,t,r){var o=r(0),n=r(4),i=r(26).f;o({target:"Reflect",stat:!0},{deleteProperty:function(e,t){var r=i(n(e),t);return!(r&&!r.configurable)&&delete e[t]}})},function(e,t,r){var o=r(0),n=r(11),i=r(6),a=r(4),s=r(204),l=r(26),c=r(42);o({target:"Reflect",stat:!0},{get:function e(t,r){var o,u,d=arguments.length<3?t:arguments[2];return a(t)===d?t[r]:(o=l.f(t,r))?s(o)?o.value:void 0===o.get?void 0:n(o.get,d):i(u=c(t))?e(u,r,d):void 0}})},function(e,t,r){var o=r(0),n=r(5),i=r(4),a=r(26);o({target:"Reflect",stat:!0,sham:!n},{getOwnPropertyDescriptor:function(e,t){return a.f(i(e),t)}})},function(e,t,r){var o=r(0),n=r(4),i=r(42);o({target:"Reflect",stat:!0,sham:!r(133)},{getPrototypeOf:function(e){return i(n(e))}})},function(e,t,r){r(0)({target:"Reflect",stat:!0},{has:function(e,t){return t in e}})},function(e,t,r){var o=r(0),n=r(4),i=r(108);o({target:"Reflect",stat:!0},{isExtensible:function(e){return n(e),i(e)}})},function(e,t,r){r(0)({target:"Reflect",stat:!0},{ownKeys:r(127)})},function(e,t,r){var o=r(0),n=r(18),i=r(4);o({target:"Reflect",stat:!0,sham:!r(91)},{preventExtensions:function(e){i(e);try{var t=n("Object","preventExtensions");return t&&t(e),!0}catch(e){return!1}}})},function(e,t,r){var o=r(0),n=r(11),i=r(4),a=r(6),s=r(204),l=r(2),c=r(13),u=r(26),d=r(42),m=r(40);o({target:"Reflect",stat:!0,forced:l((function(){var e=function(){},t=c.f(new e,"a",{configurable:!0});return!1!==Reflect.set(e.prototype,"a",1,t)}))},{set:function e(t,r,o){var l,g,h,p=arguments.length<4?t:arguments[3],f=u.f(i(t),r);if(!f){if(a(g=d(t)))return e(g,r,o,p);f=m(0)}if(s(f)){if(!1===f.writable||!a(p))return!1;if(l=u.f(p,r)){if(l.get||l.set||!1===l.writable)return!1;l.value=o,c.f(p,r,l)}else c.f(p,r,m(0,o))}else{if(void 0===(h=f.set))return!1;n(h,p,o)}return!0}})},function(e,t,r){var o=r(0),n=r(4),i=r(178),a=r(44);a&&o({target:"Reflect",stat:!0},{setPrototypeOf:function(e,t){n(e),i(t);try{return a(e,t),!0}catch(e){return!1}}})},function(e,t,r){var o=r(0),n=r(1),i=r(41);o({global:!0},{Reflect:{}}),i(n.Reflect,"Reflect",!0)},function(e,t,r){var o=r(5),n=r(1),i=r(3),a=r(82),s=r(70),l=r(28),c=r(13).f,u=r(57).f,d=r(33),m=r(92),g=r(8),h=r(65),p=r(114),f=r(19),x=r(2),v=r(12),y=r(21).enforce,S=r(71),b=r(7),A=r(148),w=r(205),T=b("match"),P=n.RegExp,M=P.prototype,_=n.SyntaxError,E=i(h),L=i(M.exec),O=i("".charAt),B=i("".replace),C=i("".indexOf),N=i("".slice),G=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,R=/a/g,I=/a/g,k=new P(R)!==R,F=p.MISSED_STICKY,D=p.UNSUPPORTED_Y,$=o&&(!k||F||A||w||x((function(){return I[T]=!1,P(R)!=R||P(I)==I||"/a/i"!=P(R,"i")})));if(a("RegExp",$)){for(var X=function(e,t){var r,o,n,i,a,c,u=d(M,this),h=m(e),p=void 0===t,f=[],x=e;if(!u&&h&&p&&e.constructor===X)return e;if((h||d(M,e))&&(e=e.source,p&&(t="flags"in x?x.flags:E(x))),e=void 0===e?"":g(e),t=void 0===t?"":g(t),x=e,A&&"dotAll"in R&&(o=!!t&&C(t,"s")>-1)&&(t=B(t,/s/g,"")),r=t,F&&"sticky"in R&&(n=!!t&&C(t,"y")>-1)&&D&&(t=B(t,/y/g,"")),w&&(e=(i=function(e){for(var t,r=e.length,o=0,n="",i=[],a={},s=!1,l=!1,c=0,u="";o<=r;o++){if("\\"===(t=O(e,o)))t+=O(e,++o);else if("]"===t)s=!1;else if(!s)switch(!0){case"["===t:s=!0;break;case"("===t:L(G,N(e,o+1))&&(o+=2,l=!0),n+=t,c++;continue;case">"===t&&l:if(""===u||v(a,u))throw new _("Invalid capture group name");a[u]=!0,i[i.length]=[u,c],l=!1,u="";continue}l?u+=t:n+=t}return[n,i]}(e))[0],f=i[1]),a=s(P(e,t),u?this:M,X),(o||n||f.length)&&(c=y(a),o&&(c.dotAll=!0,c.raw=X(function(e){for(var t,r=e.length,o=0,n="",i=!1;o<=r;o++)"\\"!==(t=O(e,o))?i||"."!==t?("["===t?i=!0:"]"===t&&(i=!1),n+=t):n+="[\\s\\S]":n+=t+O(e,++o);return n}(e),r)),n&&(c.sticky=!0),f.length&&(c.groups=f)),e!==x)try{l(a,"source",""===x?"(?:)":x)}catch(e){}return a},U=function(e){e in X||c(X,e,{configurable:!0,get:function(){return P[e]},set:function(t){P[e]=t}})},V=u(P),H=0;V.length>H;)U(V[H++]);M.constructor=X,X.prototype=M,f(n,"RegExp",X)}S("RegExp")},function(e,t,r){var o=r(1),n=r(5),i=r(148),a=r(32),s=r(13).f,l=r(21).get,c=RegExp.prototype,u=o.TypeError;n&&i&&s(c,"dotAll",{configurable:!0,get:function(){if(this!==c){if("RegExp"===a(this))return!!l(this).dotAll;throw u("Incompatible receiver, RegExp required")}}})},function(e,t,r){var o=r(5),n=r(13),i=r(65),a=r(2),s=RegExp.prototype;o&&a((function(){return"sy"!==Object.getOwnPropertyDescriptor(s,"flags").get.call({dotAll:!0,sticky:!0})}))&&n.f(s,"flags",{configurable:!0,get:i})},function(e,t,r){var o=r(1),n=r(5),i=r(114).MISSED_STICKY,a=r(32),s=r(13).f,l=r(21).get,c=RegExp.prototype,u=o.TypeError;n&&i&&s(c,"sticky",{configurable:!0,get:function(){if(this!==c){if("RegExp"===a(this))return!!l(this).sticky;throw u("Incompatible receiver, RegExp required")}}})},function(e,t,r){"use strict";r(149);var o,n,i=r(0),a=r(1),s=r(11),l=r(3),c=r(9),u=r(6),d=(o=!1,(n=/[ac]/).exec=function(){return o=!0,/./.exec.apply(this,arguments)},!0===n.test("abc")&&o),m=a.Error,g=l(/./.test);i({target:"RegExp",proto:!0,forced:!d},{test:function(e){var t=this.exec;if(!c(t))return g(this,e);var r=s(t,this,e);if(null!==r&&!u(r))throw new m("RegExp exec method returned something other than an Object or null");return!!r}})},function(e,t,r){"use strict";var o=r(3),n=r(68).PROPER,i=r(19),a=r(4),s=r(33),l=r(8),c=r(2),u=r(65),d=RegExp.prototype,m=d.toString,g=o(u),h=c((function(){return"/a/b"!=m.call({source:"a",flags:"b"})})),p=n&&"toString"!=m.name;(h||p)&&i(RegExp.prototype,"toString",(function(){var e=a(this),t=l(e.source),r=e.flags;return"/"+t+"/"+l(void 0===r&&s(d,e)&&!("flags"in d)?g(e):r)}),{unsafe:!0})},function(e,t,r){"use strict";r(107)("Set",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r(192))},function(e,t,r){"use strict";var o=r(0),n=r(3),i=r(20),a=r(22),s=r(8),l=r(2),c=n("".charAt);o({target:"String",proto:!0,forced:l((function(){return"\ud842"!=="𠮷".at(-2)}))},{at:function(e){var t=s(i(this)),r=t.length,o=a(e),n=o>=0?o:r+o;return n<0||n>=r?void 0:c(t,n)}})},function(e,t,r){"use strict";var o=r(0),n=r(116).codeAt;o({target:"String",proto:!0},{codePointAt:function(e){return n(this,e)}})},function(e,t,r){"use strict";var o,n=r(0),i=r(3),a=r(26).f,s=r(34),l=r(8),c=r(150),u=r(20),d=r(151),m=r(23),g=i("".endsWith),h=i("".slice),p=Math.min,f=d("endsWith");n({target:"String",proto:!0,forced:!!(m||f||(o=a(String.prototype,"endsWith"),!o||o.writable))&&!f},{endsWith:function(e){var t=l(u(this));c(e);var r=arguments.length>1?arguments[1]:void 0,o=t.length,n=void 0===r?o:p(s(r),o),i=l(e);return g?g(t,i,n):h(t,n-i.length,n)===i}})},function(e,t,r){var o=r(0),n=r(1),i=r(3),a=r(49),s=n.RangeError,l=String.fromCharCode,c=String.fromCodePoint,u=i([].join);o({target:"String",stat:!0,forced:!!c&&1!=c.length},{fromCodePoint:function(e){for(var t,r=[],o=arguments.length,n=0;o>n;){if(t=+arguments[n++],a(t,1114111)!==t)throw s(t+" is not a valid code point");r[n]=t<65536?l(t):l(55296+((t-=65536)>>10),t%1024+56320)}return u(r,"")}})},function(e,t,r){"use strict";var o=r(0),n=r(3),i=r(150),a=r(20),s=r(8),l=r(151),c=n("".indexOf);o({target:"String",proto:!0,forced:!l("includes")},{includes:function(e){return!!~c(s(a(this)),s(i(e)),arguments.length>1?arguments[1]:void 0)}})},function(e,t,r){"use strict";var o=r(11),n=r(117),i=r(4),a=r(34),s=r(8),l=r(20),c=r(48),u=r(118),d=r(93);n("match",(function(e,t,r){return[function(t){var r=l(this),n=null==t?void 0:c(t,e);return n?o(n,t,r):new RegExp(t)[e](s(r))},function(e){var o=i(this),n=s(e),l=r(t,o,n);if(l.done)return l.value;if(!o.global)return d(o,n);var c=o.unicode;o.lastIndex=0;for(var m,g=[],h=0;null!==(m=d(o,n));){var p=s(m[0]);g[h]=p,""===p&&(o.lastIndex=u(n,a(o.lastIndex),c)),h++}return 0===h?null:g}]}))},function(e,t,r){"use strict";var o=r(0),n=r(1),i=r(11),a=r(3),s=r(137),l=r(20),c=r(34),u=r(8),d=r(4),m=r(32),g=r(33),h=r(92),p=r(65),f=r(48),x=r(19),v=r(2),y=r(7),S=r(73),b=r(118),A=r(93),w=r(21),T=r(23),P=y("matchAll"),M=w.set,_=w.getterFor("RegExp String Iterator"),E=RegExp.prototype,L=n.TypeError,O=a(p),B=a("".indexOf),C=a("".matchAll),N=!!C&&!v((function(){C("a",/./)})),G=s((function(e,t,r,o){M(this,{type:"RegExp String Iterator",regexp:e,string:t,global:r,unicode:o,done:!1})}),"RegExp String",(function(){var e=_(this);if(e.done)return{value:void 0,done:!0};var t=e.regexp,r=e.string,o=A(t,r);return null===o?{value:void 0,done:e.done=!0}:e.global?(""===u(o[0])&&(t.lastIndex=b(r,c(t.lastIndex),e.unicode)),{value:o,done:!1}):(e.done=!0,{value:o,done:!1})})),R=function(e){var t,r,o,n,i,a,s=d(this),l=u(e);return t=S(s,RegExp),void 0===(r=s.flags)&&g(E,s)&&!("flags"in E)&&(r=O(s)),o=void 0===r?"":u(r),n=new t(t===RegExp?s.source:s,o),i=!!~B(o,"g"),a=!!~B(o,"u"),n.lastIndex=c(s.lastIndex),new G(n,l,i,a)};o({target:"String",proto:!0,forced:N},{matchAll:function(e){var t,r,o,n,a=l(this);if(null!=e){if(h(e)&&(t=u(l("flags"in E?e.flags:O(e))),!~B(t,"g")))throw L("`.matchAll` does not allow non-global regexes");if(N)return C(a,e);if(void 0===(o=f(e,P))&&T&&"RegExp"==m(e)&&(o=R),o)return i(o,e,a)}else if(N)return C(a,e);return r=u(a),n=new RegExp(e,"g"),T?i(R,n,r):n[P](r)}}),T||P in E||x(E,P,R)},function(e,t,r){"use strict";var o=r(0),n=r(142).end;o({target:"String",proto:!0,forced:r(207)},{padEnd:function(e){return n(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,r){"use strict";var o=r(0),n=r(142).start;o({target:"String",proto:!0,forced:r(207)},{padStart:function(e){return n(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,r){var o=r(0),n=r(3),i=r(29),a=r(14),s=r(8),l=r(17),c=n([].push),u=n([].join);o({target:"String",stat:!0},{raw:function(e){for(var t=i(a(e).raw),r=l(t),o=arguments.length,n=[],d=0;r>d;){if(c(n,s(t[d++])),d===r)return u(n,"");d<o&&c(n,s(arguments[d]))}}})},function(e,t,r){r(0)({target:"String",proto:!0},{repeat:r(106)})},function(e,t,r){"use strict";var o=r(35),n=r(11),i=r(3),a=r(117),s=r(2),l=r(4),c=r(9),u=r(22),d=r(34),m=r(8),g=r(20),h=r(118),p=r(48),f=r(208),x=r(93),v=r(7)("replace"),y=Math.max,S=Math.min,b=i([].concat),A=i([].push),w=i("".indexOf),T=i("".slice),P="$0"==="a".replace(/./,"$0"),M=!!/./[v]&&""===/./[v]("a","$0");a("replace",(function(e,t,r){var i=M?"$":"$0";return[function(e,r){var o=g(this),i=null==e?void 0:p(e,v);return i?n(i,e,o,r):n(t,m(o),e,r)},function(e,n){var a=l(this),s=m(e);if("string"==typeof n&&-1===w(n,i)&&-1===w(n,"$<")){var g=r(t,a,s,n);if(g.done)return g.value}var p=c(n);p||(n=m(n));var v=a.global;if(v){var P=a.unicode;a.lastIndex=0}for(var M=[];;){var _=x(a,s);if(null===_)break;if(A(M,_),!v)break;""===m(_[0])&&(a.lastIndex=h(s,d(a.lastIndex),P))}for(var E,L="",O=0,B=0;B<M.length;B++){for(var C=m((_=M[B])[0]),N=y(S(u(_.index),s.length),0),G=[],R=1;R<_.length;R++)A(G,void 0===(E=_[R])?E:String(E));var I=_.groups;if(p){var k=b([C],G,N,s);void 0!==I&&A(k,I);var F=m(o(n,void 0,k))}else F=f(C,s,N,G,I,n);N>=O&&(L+=T(s,O,N)+F,O=N+C.length)}return L+T(s,O)}]}),!!s((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!P||M)},function(e,t,r){"use strict";var o=r(0),n=r(1),i=r(11),a=r(3),s=r(20),l=r(9),c=r(92),u=r(8),d=r(48),m=r(65),g=r(208),h=r(7),p=r(23),f=h("replace"),x=RegExp.prototype,v=n.TypeError,y=a(m),S=a("".indexOf),b=a("".replace),A=a("".slice),w=Math.max,T=function(e,t,r){return r>e.length?-1:""===t?r:S(e,t,r)};o({target:"String",proto:!0},{replaceAll:function(e,t){var r,o,n,a,m,h,P,M,_,E=s(this),L=0,O=0,B="";if(null!=e){if((r=c(e))&&(o=u(s("flags"in x?e.flags:y(e))),!~S(o,"g")))throw v("`.replaceAll` does not allow non-global regexes");if(n=d(e,f))return i(n,e,E,t);if(p&&r)return b(u(E),e,t)}for(a=u(E),m=u(e),(h=l(t))||(t=u(t)),P=m.length,M=w(1,P),L=T(a,m,0);-1!==L;)_=h?u(t(m,L,a)):g(m,a,L,[],void 0,t),B+=A(a,O,L)+_,O=L+P,L=T(a,m,L+M);return O<a.length&&(B+=A(a,O)),B}})},function(e,t,r){"use strict";var o=r(11),n=r(117),i=r(4),a=r(20),s=r(199),l=r(8),c=r(48),u=r(93);n("search",(function(e,t,r){return[function(t){var r=a(this),n=null==t?void 0:c(t,e);return n?o(n,t,r):new RegExp(t)[e](l(r))},function(e){var o=i(this),n=l(e),a=r(t,o,n);if(a.done)return a.value;var c=o.lastIndex;s(c,0)||(o.lastIndex=0);var d=u(o,n);return s(o.lastIndex,c)||(o.lastIndex=c),null===d?-1:d.index}]}))},function(e,t,r){"use strict";var o=r(35),n=r(11),i=r(3),a=r(117),s=r(92),l=r(4),c=r(20),u=r(73),d=r(118),m=r(34),g=r(8),h=r(48),p=r(85),f=r(93),x=r(115),v=r(114),y=r(2),S=v.UNSUPPORTED_Y,b=Math.min,A=[].push,w=i(/./.exec),T=i(A),P=i("".slice);a("split",(function(e,t,r){var i;return i="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,r){var i=g(c(this)),a=void 0===r?4294967295:r>>>0;if(0===a)return[];if(void 0===e)return[i];if(!s(e))return n(t,i,e,a);for(var l,u,d,m=[],h=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),f=0,v=new RegExp(e.source,h+"g");(l=n(x,v,i))&&!((u=v.lastIndex)>f&&(T(m,P(i,f,l.index)),l.length>1&&l.index<i.length&&o(A,m,p(l,1)),d=l[0].length,f=u,m.length>=a));)v.lastIndex===l.index&&v.lastIndex++;return f===i.length?!d&&w(v,"")||T(m,""):T(m,P(i,f)),m.length>a?p(m,0,a):m}:"0".split(void 0,0).length?function(e,r){return void 0===e&&0===r?[]:n(t,this,e,r)}:t,[function(t,r){var o=c(this),a=null==t?void 0:h(t,e);return a?n(a,t,o,r):n(i,g(o),t,r)},function(e,o){var n=l(this),a=g(e),s=r(i,n,a,o,i!==t);if(s.done)return s.value;var c=u(n,RegExp),h=n.unicode,p=(n.ignoreCase?"i":"")+(n.multiline?"m":"")+(n.unicode?"u":"")+(S?"g":"y"),x=new c(S?"^(?:"+n.source+")":n,p),v=void 0===o?4294967295:o>>>0;if(0===v)return[];if(0===a.length)return null===f(x,a)?[a]:[];for(var y=0,A=0,w=[];A<a.length;){x.lastIndex=S?0:A;var M,_=f(x,S?P(a,A):a);if(null===_||(M=b(m(x.lastIndex+(S?A:0)),a.length))===y)A=d(a,A,h);else{if(T(w,P(a,y,A)),w.length===v)return w;for(var E=1;E<=_.length-1;E++)if(T(w,_[E]),w.length===v)return w;A=y=M}}return T(w,P(a,y)),w}]}),!!y((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var r="ab".split(e);return 2!==r.length||"a"!==r[0]||"b"!==r[1]})),S)},function(e,t,r){"use strict";var o,n=r(0),i=r(3),a=r(26).f,s=r(34),l=r(8),c=r(150),u=r(20),d=r(151),m=r(23),g=i("".startsWith),h=i("".slice),p=Math.min,f=d("startsWith");n({target:"String",proto:!0,forced:!!(m||f||(o=a(String.prototype,"startsWith"),!o||o.writable))&&!f},{startsWith:function(e){var t=l(u(this));c(e);var r=s(p(arguments.length>1?arguments[1]:void 0,t.length)),o=l(e);return g?g(t,o,r):h(t,r,r+o.length)===o}})},function(e,t,r){"use strict";var o=r(0),n=r(3),i=r(20),a=r(22),s=r(8),l=n("".slice),c=Math.max,u=Math.min;o({target:"String",proto:!0,forced:!"".substr||"b"!=="ab".substr(-1)},{substr:function(e,t){var r,o,n=s(i(this)),d=n.length,m=a(e);return m===1/0&&(m=0),m<0&&(m=c(d+m,0)),(r=void 0===t?d:a(t))<=0||r===1/0||m>=(o=u(m+r,d))?"":l(n,m,o)}})},function(e,t,r){"use strict";var o=r(0),n=r(74).trim;o({target:"String",proto:!0,forced:r(152)("trim")},{trim:function(){return n(this)}})},function(e,t,r){"use strict";var o=r(0),n=r(74).end,i=r(152)("trimEnd"),a=i?function(){return n(this)}:"".trimEnd;o({target:"String",proto:!0,name:"trimEnd",forced:i},{trimEnd:a,trimRight:a})},function(e,t,r){"use strict";var o=r(0),n=r(74).start,i=r(152)("trimStart"),a=i?function(){return n(this)}:"".trimStart;o({target:"String",proto:!0,name:"trimStart",forced:i},{trimStart:a,trimLeft:a})},function(e,t,r){"use strict";var o=r(0),n=r(37);o({target:"String",proto:!0,forced:r(38)("anchor")},{anchor:function(e){return n(this,"a","name",e)}})},function(e,t,r){"use strict";var o=r(0),n=r(37);o({target:"String",proto:!0,forced:r(38)("big")},{big:function(){return n(this,"big","","")}})},function(e,t,r){"use strict";var o=r(0),n=r(37);o({target:"String",proto:!0,forced:r(38)("blink")},{blink:function(){return n(this,"blink","","")}})},function(e,t,r){"use strict";var o=r(0),n=r(37);o({target:"String",proto:!0,forced:r(38)("bold")},{bold:function(){return n(this,"b","","")}})},function(e,t,r){"use strict";var o=r(0),n=r(37);o({target:"String",proto:!0,forced:r(38)("fixed")},{fixed:function(){return n(this,"tt","","")}})},function(e,t,r){"use strict";var o=r(0),n=r(37);o({target:"String",proto:!0,forced:r(38)("fontcolor")},{fontcolor:function(e){return n(this,"font","color",e)}})},function(e,t,r){"use strict";var o=r(0),n=r(37);o({target:"String",proto:!0,forced:r(38)("fontsize")},{fontsize:function(e){return n(this,"font","size",e)}})},function(e,t,r){"use strict";var o=r(0),n=r(37);o({target:"String",proto:!0,forced:r(38)("italics")},{italics:function(){return n(this,"i","","")}})},function(e,t,r){"use strict";var o=r(0),n=r(37);o({target:"String",proto:!0,forced:r(38)("link")},{link:function(e){return n(this,"a","href",e)}})},function(e,t,r){"use strict";var o=r(0),n=r(37);o({target:"String",proto:!0,forced:r(38)("small")},{small:function(){return n(this,"small","","")}})},function(e,t,r){"use strict";var o=r(0),n=r(37);o({target:"String",proto:!0,forced:r(38)("strike")},{strike:function(){return n(this,"strike","","")}})},function(e,t,r){"use strict";var o=r(0),n=r(37);o({target:"String",proto:!0,forced:r(38)("sub")},{sub:function(){return n(this,"sub","","")}})},function(e,t,r){"use strict";var o=r(0),n=r(37);o({target:"String",proto:!0,forced:r(38)("sup")},{sup:function(){return n(this,"sup","","")}})},function(e,t,r){r(54)("Float32",(function(e){return function(t,r,o){return e(this,t,r,o)}}))},function(e,t,r){var o=r(1),n=r(22),i=o.RangeError;e.exports=function(e){var t=n(e);if(t<0)throw i("The argument can't be less than 0");return t}},function(e,t,r){r(54)("Float64",(function(e){return function(t,r,o){return e(this,t,r,o)}}))},function(e,t,r){r(54)("Int8",(function(e){return function(t,r,o){return e(this,t,r,o)}}))},function(e,t,r){r(54)("Int16",(function(e){return function(t,r,o){return e(this,t,r,o)}}))},function(e,t,r){r(54)("Int32",(function(e){return function(t,r,o){return e(this,t,r,o)}}))},function(e,t,r){r(54)("Uint8",(function(e){return function(t,r,o){return e(this,t,r,o)}}))},function(e,t,r){r(54)("Uint8",(function(e){return function(t,r,o){return e(this,t,r,o)}}),!0)},function(e,t,r){r(54)("Uint16",(function(e){return function(t,r,o){return e(this,t,r,o)}}))},function(e,t,r){r(54)("Uint32",(function(e){return function(t,r,o){return e(this,t,r,o)}}))},function(e,t,r){"use strict";var o=r(10),n=r(17),i=r(22),a=o.aTypedArray;(0,o.exportTypedArrayMethod)("at",(function(e){var t=a(this),r=n(t),o=i(e),s=o>=0?o:r+o;return s<0||s>=r?void 0:t[s]}))},function(e,t,r){"use strict";var o=r(3),n=r(10),i=o(r(182)),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("copyWithin",(function(e,t){return i(a(this),e,t,arguments.length>2?arguments[2]:void 0)}))},function(e,t,r){"use strict";var o=r(10),n=r(24).every,i=o.aTypedArray;(0,o.exportTypedArrayMethod)("every",(function(e){return n(i(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,r){"use strict";var o=r(10),n=r(11),i=r(135),a=o.aTypedArray;(0,o.exportTypedArrayMethod)("fill",(function(e){var t=arguments.length;return n(i,a(this),e,t>1?arguments[1]:void 0,t>2?arguments[2]:void 0)}))},function(e,t,r){"use strict";var o=r(10),n=r(24).filter,i=r(497),a=o.aTypedArray;(0,o.exportTypedArrayMethod)("filter",(function(e){var t=n(a(this),e,arguments.length>1?arguments[1]:void 0);return i(this,t)}))},function(e,t,r){var o=r(498),n=r(119);e.exports=function(e,t){return o(n(e),t)}},function(e,t,r){var o=r(17);e.exports=function(e,t){for(var r=0,n=o(t),i=new e(n);n>r;)i[r]=t[r++];return i}},function(e,t,r){"use strict";var o=r(10),n=r(24).find,i=o.aTypedArray;(0,o.exportTypedArrayMethod)("find",(function(e){return n(i(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,r){"use strict";var o=r(10),n=r(24).findIndex,i=o.aTypedArray;(0,o.exportTypedArrayMethod)("findIndex",(function(e){return n(i(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,r){"use strict";var o=r(10),n=r(24).forEach,i=o.aTypedArray;(0,o.exportTypedArrayMethod)("forEach",(function(e){n(i(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,r){"use strict";var o=r(153);(0,r(10).exportTypedArrayStaticMethod)("from",r(210),o)},function(e,t,r){"use strict";var o=r(10),n=r(81).includes,i=o.aTypedArray;(0,o.exportTypedArrayMethod)("includes",(function(e){return n(i(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,r){"use strict";var o=r(10),n=r(81).indexOf,i=o.aTypedArray;(0,o.exportTypedArrayMethod)("indexOf",(function(e){return n(i(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,r){"use strict";var o=r(1),n=r(2),i=r(3),a=r(10),s=r(103),l=r(7)("iterator"),c=o.Uint8Array,u=i(s.values),d=i(s.keys),m=i(s.entries),g=a.aTypedArray,h=a.exportTypedArrayMethod,p=c&&c.prototype,f=!n((function(){p[l].call([1])})),x=!!p&&p.values&&p[l]===p.values&&"values"===p.values.name,v=function(){return u(g(this))};h("entries",(function(){return m(g(this))}),f),h("keys",(function(){return d(g(this))}),f),h("values",v,f||!x,{name:"values"}),h(l,v,f||!x,{name:"values"})},function(e,t,r){"use strict";var o=r(10),n=r(3),i=o.aTypedArray,a=o.exportTypedArrayMethod,s=n([].join);a("join",(function(e){return s(i(this),e)}))},function(e,t,r){"use strict";var o=r(10),n=r(35),i=r(187),a=o.aTypedArray;(0,o.exportTypedArrayMethod)("lastIndexOf",(function(e){var t=arguments.length;return n(i,a(this),t>1?[e,arguments[1]]:[e])}))},function(e,t,r){"use strict";var o=r(10),n=r(24).map,i=r(119),a=o.aTypedArray;(0,o.exportTypedArrayMethod)("map",(function(e){return n(a(this),e,arguments.length>1?arguments[1]:void 0,(function(e,t){return new(i(e))(t)}))}))},function(e,t,r){"use strict";var o=r(10),n=r(153),i=o.aTypedArrayConstructor;(0,o.exportTypedArrayStaticMethod)("of",(function(){for(var e=0,t=arguments.length,r=new(i(this))(t);t>e;)r[e]=arguments[e++];return r}),n)},function(e,t,r){"use strict";var o=r(10),n=r(104).left,i=o.aTypedArray;(0,o.exportTypedArrayMethod)("reduce",(function(e){var t=arguments.length;return n(i(this),e,t,t>1?arguments[1]:void 0)}))},function(e,t,r){"use strict";var o=r(10),n=r(104).right,i=o.aTypedArray;(0,o.exportTypedArrayMethod)("reduceRight",(function(e){var t=arguments.length;return n(i(this),e,t,t>1?arguments[1]:void 0)}))},function(e,t,r){"use strict";var o=r(10),n=o.aTypedArray,i=o.exportTypedArrayMethod,a=Math.floor;i("reverse",(function(){for(var e,t=n(this).length,r=a(t/2),o=0;o<r;)e=this[o],this[o++]=this[--t],this[t]=e;return this}))},function(e,t,r){"use strict";var o=r(1),n=r(11),i=r(10),a=r(17),s=r(209),l=r(14),c=r(2),u=o.RangeError,d=o.Int8Array,m=d&&d.prototype,g=m&&m.set,h=i.aTypedArray,p=i.exportTypedArrayMethod,f=!c((function(){var e=new Uint8ClampedArray(2);return n(g,e,{length:1,0:3},1),3!==e[1]})),x=f&&i.NATIVE_ARRAY_BUFFER_VIEWS&&c((function(){var e=new d(2);return e.set(1),e.set("2",1),0!==e[0]||2!==e[1]}));p("set",(function(e){h(this);var t=s(arguments.length>1?arguments[1]:void 0,1),r=l(e);if(f)return n(g,this,r,t);var o=this.length,i=a(r),c=0;if(i+t>o)throw u("Wrong length");for(;c<i;)this[t+c]=r[c++]}),!f||x)},function(e,t,r){"use strict";var o=r(10),n=r(119),i=r(2),a=r(62),s=o.aTypedArray;(0,o.exportTypedArrayMethod)("slice",(function(e,t){for(var r=a(s(this),e,t),o=n(this),i=0,l=r.length,c=new o(l);l>i;)c[i]=r[i++];return c}),i((function(){new Int8Array(1).slice()})))},function(e,t,r){"use strict";var o=r(10),n=r(24).some,i=o.aTypedArray;(0,o.exportTypedArrayMethod)("some",(function(e){return n(i(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,r){"use strict";var o=r(1),n=r(3),i=r(2),a=r(27),s=r(138),l=r(10),c=r(188),u=r(189),d=r(56),m=r(139),g=o.Array,h=l.aTypedArray,p=l.exportTypedArrayMethod,f=o.Uint16Array,x=f&&n(f.prototype.sort),v=!(!x||i((function(){x(new f(2),null)}))&&i((function(){x(new f(2),{})}))),y=!!x&&!i((function(){if(d)return d<74;if(c)return c<67;if(u)return!0;if(m)return m<602;var e,t,r=new f(516),o=g(516);for(e=0;e<516;e++)t=e%4,r[e]=515-e,o[e]=e-2*t+3;for(x(r,(function(e,t){return(e/4|0)-(t/4|0)})),e=0;e<516;e++)if(r[e]!==o[e])return!0}));p("sort",(function(e){return void 0!==e&&a(e),y?x(this,e):s(h(this),function(e){return function(t,r){return void 0!==e?+e(t,r)||0:r!=r?-1:t!=t?1:0===t&&0===r?1/t>0&&1/r<0?1:-1:t>r}}(e))}),!y||v)},function(e,t,r){"use strict";var o=r(10),n=r(34),i=r(49),a=r(119),s=o.aTypedArray;(0,o.exportTypedArrayMethod)("subarray",(function(e,t){var r=s(this),o=r.length,l=i(e,o);return new(a(r))(r.buffer,r.byteOffset+l*r.BYTES_PER_ELEMENT,n((void 0===t?o:i(t,o))-l))}))},function(e,t,r){"use strict";var o=r(1),n=r(35),i=r(10),a=r(2),s=r(62),l=o.Int8Array,c=i.aTypedArray,u=i.exportTypedArrayMethod,d=[].toLocaleString,m=!!l&&a((function(){d.call(new l(1))}));u("toLocaleString",(function(){return n(d,m?s(c(this)):c(this),s(arguments))}),a((function(){return[1,2].toLocaleString()!=new l([1,2]).toLocaleString()}))||!a((function(){l.prototype.toLocaleString.call([1,2])})))},function(e,t,r){"use strict";var o=r(10).exportTypedArrayMethod,n=r(2),i=r(1),a=r(3),s=i.Uint8Array,l=s&&s.prototype||{},c=[].toString,u=a([].join);n((function(){c.call({})}))&&(c=function(){return u(this)});var d=l.toString!=c;o("toString",c,d)},function(e,t,r){"use strict";var o=r(0),n=r(3),i=r(8),a=String.fromCharCode,s=n("".charAt),l=n(/./.exec),c=n("".slice),u=/^[\da-f]{2}$/i,d=/^[\da-f]{4}$/i;o({global:!0},{unescape:function(e){for(var t,r,o=i(e),n="",m=o.length,g=0;g<m;){if("%"===(t=s(o,g++)))if("u"===s(o,g)){if(r=c(o,g+1,g+5),l(d,r)){n+=a(parseInt(r,16)),g+=5;continue}}else if(r=c(o,g,g+2),l(u,r)){n+=a(parseInt(r,16)),g+=2;continue}n+=t}return n}})},function(e,t,r){"use strict";var o,n=r(1),i=r(3),a=r(72),s=r(64),l=r(107),c=r(211),u=r(6),d=r(108),m=r(21).enforce,g=r(172),h=!n.ActiveXObject&&"ActiveXObject"in n,p=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},f=l("WeakMap",p,c);if(g&&h){o=c.getConstructor(p,"WeakMap",!0),s.enable();var x=f.prototype,v=i(x.delete),y=i(x.has),S=i(x.get),b=i(x.set);a(x,{delete:function(e){if(u(e)&&!d(e)){var t=m(this);return t.frozen||(t.frozen=new o),v(this,e)||t.frozen.delete(e)}return v(this,e)},has:function(e){if(u(e)&&!d(e)){var t=m(this);return t.frozen||(t.frozen=new o),y(this,e)||t.frozen.has(e)}return y(this,e)},get:function(e){if(u(e)&&!d(e)){var t=m(this);return t.frozen||(t.frozen=new o),y(this,e)?S(this,e):t.frozen.get(e)}return S(this,e)},set:function(e,t){if(u(e)&&!d(e)){var r=m(this);r.frozen||(r.frozen=new o),y(this,e)?b(this,e,t):r.frozen.set(e,t)}else b(this,e,t);return this}})}},function(e,t,r){"use strict";r(107)("WeakSet",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r(211))},function(e,t,r){var o=r(0),n=r(18),i=r(3),a=r(2),s=r(8),l=r(12),c=r(59),u=r(212).ctoi,d=/[^\d+/a-z]/i,m=/[\t\n\f\r ]+/g,g=/[=]+$/,h=n("atob"),p=String.fromCharCode,f=i("".charAt),x=i("".replace),v=i(d.exec),y=a((function(){return""!==atob(" ")})),S=!y&&!a((function(){h()}));o({global:!0,enumerable:!0,forced:y||S},{atob:function(e){if(c(arguments.length,1),S)return h(e);var t,r,o=x(s(e),m,""),i="",a=0,y=0;if(o.length%4==0&&(o=x(o,g,"")),o.length%4==1||v(d,o))throw new(n("DOMException"))("The string is not correctly encoded","InvalidCharacterError");for(;t=f(o,a++);)l(u,t)&&(r=y%4?64*r+u[t]:u[t],y++%4&&(i+=p(255&r>>(-2*y&6))));return i}})},function(e,t,r){var o=r(0),n=r(18),i=r(3),a=r(2),s=r(8),l=r(59),c=r(212).itoc,u=n("btoa"),d=i("".charAt),m=i("".charCodeAt),g=!!u&&!a((function(){u()}));o({global:!0,enumerable:!0,forced:g},{btoa:function(e){if(l(arguments.length,1),g)return u(e);for(var t,r,o=s(e),i="",a=0,h=c;d(o,a)||(h="=",a%1);){if((r=m(o,a+=3/4))>255)throw new(n("DOMException"))("The string contains characters outside of the Latin1 range","InvalidCharacterError");i+=d(h,63&(t=t<<8|r)>>8-a%1*8)}return i}})},function(e,t,r){var o=r(1),n=r(213),i=r(214),a=r(184),s=r(28),l=function(e){if(e&&e.forEach!==a)try{s(e,"forEach",a)}catch(t){e.forEach=a}};for(var c in n)n[c]&&l(o[c]&&o[c].prototype);l(i)},function(e,t,r){var o=r(1),n=r(213),i=r(214),a=r(103),s=r(28),l=r(7),c=l("iterator"),u=l("toStringTag"),d=a.values,m=function(e,t){if(e){if(e[c]!==d)try{s(e,c,d)}catch(t){e[c]=d}if(e[u]||s(e,u,t),n[t])for(var r in a)if(e[r]!==a[r])try{s(e,r,a[r])}catch(t){e[r]=a[r]}}};for(var g in n)m(o[g]&&o[g].prototype,g);m(i,"DOMTokenList")},function(e,t,r){"use strict";var o=r(0),n=r(528),i=r(18),a=r(2),s=r(36),l=r(40),c=r(13).f,u=r(83).f,d=r(19),m=r(12),g=r(45),h=r(4),p=r(180),f=r(87),x=r(215),v=r(100),y=r(21),S=r(5),b=r(23),A=i("Error"),w=i("DOMException")||function(){try{(new(i("MessageChannel")||n("worker_threads").MessageChannel)).port1.postMessage(new WeakMap)}catch(e){if("DATA_CLONE_ERR"==e.name&&25==e.code)return e.constructor}}(),T=w&&w.prototype,P=A.prototype,M=y.set,_=y.getterFor("DOMException"),E="stack"in A("DOMException"),L=function(e){return m(x,e)&&x[e].m?x[e].c:0},O=function(){g(this,B);var e=arguments.length,t=f(e<1?void 0:arguments[0]),r=f(e<2?void 0:arguments[1],"Error"),o=L(r);if(M(this,{type:"DOMException",name:r,message:t,code:o}),S||(this.name=r,this.message=t,this.code=o),E){var n=A(t);n.name="DOMException",c(this,"stack",l(1,v(n.stack,1)))}},B=O.prototype=s(P),C=function(e){return{enumerable:!0,configurable:!0,get:e}},N=function(e){return C((function(){return _(this)[e]}))};S&&u(B,{name:N("name"),message:N("message"),code:N("code")}),c(B,"constructor",l(1,O));var G=a((function(){return!(new w instanceof A)})),R=G||a((function(){return P.toString!==p||"2: 1"!==String(new w(1,2))})),I=G||a((function(){return 25!==new w(1,"DataCloneError").code})),k=G||25!==w.DATA_CLONE_ERR||25!==T.DATA_CLONE_ERR,F=b?R||I||k:G;o({global:!0,forced:F},{DOMException:F?O:w});var D=i("DOMException"),$=D.prototype;for(var X in R&&(b||w===D)&&d($,"toString",p),I&&S&&w===D&&c($,"code",C((function(){return L(h(this).name)}))),x)if(m(x,X)){var U=x[X],V=U.s,H=l(6,U.c);m(D,V)||c(D,V,H),m($,V)||c($,V,H)}},function(e,t,r){var o=r(63);e.exports=function(e){try{if(o)return Function('return require("'+e+'")')()}catch(e){}}},function(e,t,r){"use strict";var o=r(0),n=r(18),i=r(40),a=r(13).f,s=r(12),l=r(45),c=r(70),u=r(87),d=r(215),m=r(100),g=r(23),h=n("Error"),p=n("DOMException"),f=function(){l(this,x);var e=arguments.length,t=u(e<1?void 0:arguments[0]),r=u(e<2?void 0:arguments[1],"Error"),o=new p(t,r),n=h(t);return n.name="DOMException",a(o,"stack",i(1,m(n.stack,1))),c(o,this,f),o},x=f.prototype=p.prototype,v="stack"in h("DOMException"),y="stack"in new p(1,2),S=v&&!y;o({global:!0,forced:g||S},{DOMException:S?f:p});var b=n("DOMException"),A=b.prototype;if(A.constructor!==b)for(var w in g||a(A,"constructor",i(1,b)),d)if(s(d,w)){var T=d[w],P=T.s;s(b,P)||a(b,P,i(6,T.c))}},function(e,t,r){var o=r(18);r(41)(o("DOMException"),"DOMException")},function(e,t,r){var o=r(0),n=r(1),i=r(146);o({global:!0,bind:!0,enumerable:!0,forced:!n.setImmediate||!n.clearImmediate},{setImmediate:i.set,clearImmediate:i.clear})},function(e,t,r){var o=r(0),n=r(1),i=r(202),a=r(27),s=r(59),l=r(63),c=n.process;o({global:!0,enumerable:!0,noTargetGet:!0},{queueMicrotask:function(e){s(arguments.length,1),a(e);var t=l&&c.domain;i(t?t.bind(e):e)}})},function(e,t,r){var o,n=r(23),i=r(0),a=r(1),s=r(18),l=r(3),c=r(2),u=r(67),d=r(9),m=r(69),g=r(6),h=r(66),p=r(51),f=r(4),x=r(58),v=r(12),y=r(50),S=r(28),b=r(17),A=r(59),w=r(65),T=r(132),P=a.Object,M=a.Date,_=a.Error,E=a.EvalError,L=a.RangeError,O=a.ReferenceError,B=a.SyntaxError,C=a.TypeError,N=a.URIError,G=a.PerformanceMark,R=a.WebAssembly,I=R&&R.CompileError||_,k=R&&R.LinkError||_,F=R&&R.RuntimeError||_,D=s("DOMException"),$=s("Set"),X=s("Map"),U=X.prototype,V=l(U.has),H=l(U.get),j=l(U.set),W=l($.prototype.add),K=s("Object","keys"),Y=l([].push),Q=l((!0).valueOf),z=l(1..valueOf),Z=l("".valueOf),J=l(w),q=l(M.prototype.getTime),ee=u("structuredClone"),te=function(e){return!c((function(){var t=new a.Set([7]),r=e(t),o=e(P(7));return r==t||!r.has(7)||"object"!=typeof o||7!=o}))&&e},re=a.structuredClone,oe=n||(o=re,!(!c((function(){var e=o(new a.AggregateError([1],ee,{cause:3}));return"AggregateError"!=e.name||1!=e.errors[0]||e.message!=ee||3!=e.cause}))&&o)),ne=!re&&te((function(e){return new G(ee,{detail:e}).detail})),ie=te(re)||ne,ae=function(e){throw new D("Uncloneable type: "+e,"DataCloneError")},se=function(e,t){throw new D((t||"Cloning")+" of "+e+" cannot be properly polyfilled in this engine","DataCloneError")},le=function(e,t){if(h(e)&&ae("Symbol"),!g(e))return e;if(t){if(V(t,e))return H(t,e)}else t=new X;var r,o,n,i,l,c,u,p,f,A,w=x(e),G=!1;switch(w){case"Array":n=[],G=!0;break;case"Object":n={},G=!0;break;case"Map":n=new X,G=!0;break;case"Set":n=new $,G=!0;break;case"RegExp":n=new RegExp(e.source,"flags"in e?e.flags:J(e));break;case"Error":switch(o=e.name){case"AggregateError":n=s("AggregateError")([]);break;case"EvalError":n=E();break;case"RangeError":n=L();break;case"ReferenceError":n=O();break;case"SyntaxError":n=B();break;case"TypeError":n=C();break;case"URIError":n=N();break;case"CompileError":n=I();break;case"LinkError":n=k();break;case"RuntimeError":n=F();break;default:n=_()}G=!0;break;case"DOMException":n=new D(e.message,e.name),G=!0;break;case"DataView":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":r=a[w],g(r)||se(w),n=new r(le(e.buffer,t),e.byteOffset,"DataView"===w?e.byteLength:e.length);break;case"DOMQuad":try{n=new DOMQuad(le(e.p1,t),le(e.p2,t),le(e.p3,t),le(e.p4,t))}catch(t){ie?n=ie(e):se(w)}break;case"FileList":if(r=a.DataTransfer,m(r)){for(i=new r,l=0,c=b(e);l<c;l++)i.items.add(le(e[l],t));n=i.files}else ie?n=ie(e):se(w);break;case"ImageData":try{n=new ImageData(le(e.data,t),e.width,e.height,{colorSpace:e.colorSpace})}catch(t){ie?n=ie(e):se(w)}break;default:if(ie)n=ie(e);else switch(w){case"BigInt":n=P(e.valueOf());break;case"Boolean":n=P(Q(e));break;case"Number":n=P(z(e));break;case"String":n=P(Z(e));break;case"Date":n=new M(q(e));break;case"ArrayBuffer":(r=a.DataView)||"function"==typeof e.slice||se(w);try{if("function"==typeof e.slice)n=e.slice(0);else for(c=e.byteLength,n=new ArrayBuffer(c),f=new r(e),A=new r(n),l=0;l<c;l++)A.setUint8(l,f.getUint8(l))}catch(e){throw new D("ArrayBuffer is detached","DataCloneError")}break;case"SharedArrayBuffer":n=e;break;case"Blob":try{n=e.slice(0,e.size,e.type)}catch(e){se(w)}break;case"DOMPoint":case"DOMPointReadOnly":r=a[w];try{n=r.fromPoint?r.fromPoint(e):new r(e.x,e.y,e.z,e.w)}catch(e){se(w)}break;case"DOMRect":case"DOMRectReadOnly":r=a[w];try{n=r.fromRect?r.fromRect(e):new r(e.x,e.y,e.width,e.height)}catch(e){se(w)}break;case"DOMMatrix":case"DOMMatrixReadOnly":r=a[w];try{n=r.fromMatrix?r.fromMatrix(e):new r(e)}catch(e){se(w)}break;case"AudioData":case"VideoFrame":d(e.clone)||se(w);try{n=e.clone()}catch(e){ae(w)}break;case"File":try{n=new File([e],e.name,e)}catch(e){se(w)}break;case"CryptoKey":case"GPUCompilationMessage":case"GPUCompilationInfo":case"ImageBitmap":case"RTCCertificate":case"WebAssembly.Module":se(w);default:ae(w)}}if(j(t,e,n),G)switch(w){case"Array":case"Object":for(u=K(e),l=0,c=b(u);l<c;l++)p=u[l],y(n,p,le(e[p],t));break;case"Map":e.forEach((function(e,r){j(n,le(r,t),le(e,t))}));break;case"Set":e.forEach((function(e){W(n,le(e,t))}));break;case"Error":S(n,"message",le(e.message,t)),v(e,"cause")&&S(n,"cause",le(e.cause,t)),"AggregateError"==o&&(n.errors=le(e.errors,t));case"DOMException":T&&S(n,"stack",le(e.stack,t))}return n},ce=re&&!c((function(){var e=new ArrayBuffer(8),t=re(e,{transfer:[e]});return 0!=e.byteLength||8!=t.byteLength})),ue=function(e,t){if(!g(e))throw C("Transfer option cannot be converted to a sequence");var r=[];p(e,(function(e){Y(r,f(e))}));var o,n,i,s,l,c,u=0,h=b(r);if(ce)for(s=re(r,{transfer:r});u<h;)j(t,r[u],s[u++]);else for(;u<h;){if(o=r[u++],V(t,o))throw new D("Duplicate transferable","DataCloneError");switch(n=x(o)){case"ImageBitmap":i=a.OffscreenCanvas,m(i)||se(n,"Transferring");try{(c=new i(o.width,o.height)).getContext("bitmaprenderer").transferFromImageBitmap(o),l=c.transferToImageBitmap()}catch(e){}break;case"AudioData":case"VideoFrame":d(o.clone)&&d(o.close)||se(n,"Transferring");try{l=o.clone(),o.close()}catch(e){}break;case"ArrayBuffer":case"MessagePort":case"OffscreenCanvas":case"ReadableStream":case"TransformStream":case"WritableStream":se(n,"Transferring")}if(void 0===l)throw new D("This object cannot be transferred: "+n,"DataCloneError");j(t,o,l)}};i({global:!0,enumerable:!0,sham:!ce,forced:oe},{structuredClone:function(e){var t,r=A(arguments.length,1)>1?f(arguments[1]):void 0,o=r?r.transfer:void 0;return void 0!==o&&(t=new X,ue(o,t)),le(e,t)}})},function(e,t,r){var o=r(0),n=r(1),i=r(35),a=r(9),s=r(47),l=r(62),c=r(59),u=/MSIE .\./.test(s),d=n.Function,m=function(e){return function(t,r){var o=c(arguments.length,1)>2,n=a(t)?t:d(t),s=o?l(arguments,2):void 0;return e(o?function(){i(n,this,s)}:n,r)}};o({global:!0,bind:!0,forced:u},{setTimeout:m(n.setTimeout),setInterval:m(n.setInterval)})},function(e,t,r){"use strict";r(206);var o,n=r(0),i=r(5),a=r(216),s=r(1),l=r(43),c=r(3),u=r(83).f,d=r(19),m=r(45),g=r(12),h=r(197),p=r(185),f=r(85),x=r(116).codeAt,v=r(536),y=r(8),S=r(41),b=r(59),A=r(217),w=r(21),T=w.set,P=w.getterFor("URL"),M=A.URLSearchParams,_=A.getState,E=s.URL,L=s.TypeError,O=s.parseInt,B=Math.floor,C=Math.pow,N=c("".charAt),G=c(/./.exec),R=c([].join),I=c(1..toString),k=c([].pop),F=c([].push),D=c("".replace),$=c([].shift),X=c("".split),U=c("".slice),V=c("".toLowerCase),H=c([].unshift),j=/[a-z]/i,W=/[\d+-.a-z]/i,K=/\d/,Y=/^0x/i,Q=/^[0-7]+$/,z=/^\d+$/,Z=/^[\da-f]+$/i,J=/[\0\t\n\r #%/:<>?@[\\\]^|]/,q=/[\0\t\n\r #/:<>?@[\\\]^|]/,ee=/^[\u0000-\u0020]+|[\u0000-\u0020]+$/g,te=/[\t\n\r]/g,re=function(e){var t,r,o,n;if("number"==typeof e){for(t=[],r=0;r<4;r++)H(t,e%256),e=B(e/256);return R(t,".")}if("object"==typeof e){for(t="",o=function(e){for(var t=null,r=1,o=null,n=0,i=0;i<8;i++)0!==e[i]?(n>r&&(t=o,r=n),o=null,n=0):(null===o&&(o=i),++n);return n>r&&(t=o,r=n),t}(e),r=0;r<8;r++)n&&0===e[r]||(n&&(n=!1),o===r?(t+=r?":":"::",n=!0):(t+=I(e[r],16),r<7&&(t+=":")));return"["+t+"]"}return e},oe={},ne=h({},oe,{" ":1,'"':1,"<":1,">":1,"`":1}),ie=h({},ne,{"#":1,"?":1,"{":1,"}":1}),ae=h({},ie,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),se=function(e,t){var r=x(e,0);return r>32&&r<127&&!g(t,e)?e:encodeURIComponent(e)},le={ftp:21,file:null,http:80,https:443,ws:80,wss:443},ce=function(e,t){var r;return 2==e.length&&G(j,N(e,0))&&(":"==(r=N(e,1))||!t&&"|"==r)},ue=function(e){var t;return e.length>1&&ce(U(e,0,2))&&(2==e.length||"/"===(t=N(e,2))||"\\"===t||"?"===t||"#"===t)},de=function(e){return"."===e||"%2e"===V(e)},me={},ge={},he={},pe={},fe={},xe={},ve={},ye={},Se={},be={},Ae={},we={},Te={},Pe={},Me={},_e={},Ee={},Le={},Oe={},Be={},Ce={},Ne=function(e,t,r){var o,n,i,a=y(e);if(t){if(n=this.parse(a))throw L(n);this.searchParams=null}else{if(void 0!==r&&(o=new Ne(r,!0)),n=this.parse(a,null,o))throw L(n);(i=_(new M)).bindURL(this),this.searchParams=i}};Ne.prototype={type:"URL",parse:function(e,t,r){var n,i,a,s,l,c=this,u=t||me,d=0,m="",h=!1,x=!1,v=!1;for(e=y(e),t||(c.scheme="",c.username="",c.password="",c.host=null,c.port=null,c.path=[],c.query=null,c.fragment=null,c.cannotBeABaseURL=!1,e=D(e,ee,"")),e=D(e,te,""),n=p(e);d<=n.length;){switch(i=n[d],u){case me:if(!i||!G(j,i)){if(t)return"Invalid scheme";u=he;continue}m+=V(i),u=ge;break;case ge:if(i&&(G(W,i)||"+"==i||"-"==i||"."==i))m+=V(i);else{if(":"!=i){if(t)return"Invalid scheme";m="",u=he,d=0;continue}if(t&&(c.isSpecial()!=g(le,m)||"file"==m&&(c.includesCredentials()||null!==c.port)||"file"==c.scheme&&!c.host))return;if(c.scheme=m,t)return void(c.isSpecial()&&le[c.scheme]==c.port&&(c.port=null));m="","file"==c.scheme?u=Pe:c.isSpecial()&&r&&r.scheme==c.scheme?u=pe:c.isSpecial()?u=ye:"/"==n[d+1]?(u=fe,d++):(c.cannotBeABaseURL=!0,F(c.path,""),u=Oe)}break;case he:if(!r||r.cannotBeABaseURL&&"#"!=i)return"Invalid scheme";if(r.cannotBeABaseURL&&"#"==i){c.scheme=r.scheme,c.path=f(r.path),c.query=r.query,c.fragment="",c.cannotBeABaseURL=!0,u=Ce;break}u="file"==r.scheme?Pe:xe;continue;case pe:if("/"!=i||"/"!=n[d+1]){u=xe;continue}u=Se,d++;break;case fe:if("/"==i){u=be;break}u=Le;continue;case xe:if(c.scheme=r.scheme,i==o)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=f(r.path),c.query=r.query;else if("/"==i||"\\"==i&&c.isSpecial())u=ve;else if("?"==i)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=f(r.path),c.query="",u=Be;else{if("#"!=i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=f(r.path),c.path.length--,u=Le;continue}c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=f(r.path),c.query=r.query,c.fragment="",u=Ce}break;case ve:if(!c.isSpecial()||"/"!=i&&"\\"!=i){if("/"!=i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,u=Le;continue}u=be}else u=Se;break;case ye:if(u=Se,"/"!=i||"/"!=N(m,d+1))continue;d++;break;case Se:if("/"!=i&&"\\"!=i){u=be;continue}break;case be:if("@"==i){h&&(m="%40"+m),h=!0,a=p(m);for(var S=0;S<a.length;S++){var b=a[S];if(":"!=b||v){var A=se(b,ae);v?c.password+=A:c.username+=A}else v=!0}m=""}else if(i==o||"/"==i||"?"==i||"#"==i||"\\"==i&&c.isSpecial()){if(h&&""==m)return"Invalid authority";d-=p(m).length+1,m="",u=Ae}else m+=i;break;case Ae:case we:if(t&&"file"==c.scheme){u=_e;continue}if(":"!=i||x){if(i==o||"/"==i||"?"==i||"#"==i||"\\"==i&&c.isSpecial()){if(c.isSpecial()&&""==m)return"Invalid host";if(t&&""==m&&(c.includesCredentials()||null!==c.port))return;if(s=c.parseHost(m))return s;if(m="",u=Ee,t)return;continue}"["==i?x=!0:"]"==i&&(x=!1),m+=i}else{if(""==m)return"Invalid host";if(s=c.parseHost(m))return s;if(m="",u=Te,t==we)return}break;case Te:if(!G(K,i)){if(i==o||"/"==i||"?"==i||"#"==i||"\\"==i&&c.isSpecial()||t){if(""!=m){var w=O(m,10);if(w>65535)return"Invalid port";c.port=c.isSpecial()&&w===le[c.scheme]?null:w,m=""}if(t)return;u=Ee;continue}return"Invalid port"}m+=i;break;case Pe:if(c.scheme="file","/"==i||"\\"==i)u=Me;else{if(!r||"file"!=r.scheme){u=Le;continue}if(i==o)c.host=r.host,c.path=f(r.path),c.query=r.query;else if("?"==i)c.host=r.host,c.path=f(r.path),c.query="",u=Be;else{if("#"!=i){ue(R(f(n,d),""))||(c.host=r.host,c.path=f(r.path),c.shortenPath()),u=Le;continue}c.host=r.host,c.path=f(r.path),c.query=r.query,c.fragment="",u=Ce}}break;case Me:if("/"==i||"\\"==i){u=_e;break}r&&"file"==r.scheme&&!ue(R(f(n,d),""))&&(ce(r.path[0],!0)?F(c.path,r.path[0]):c.host=r.host),u=Le;continue;case _e:if(i==o||"/"==i||"\\"==i||"?"==i||"#"==i){if(!t&&ce(m))u=Le;else if(""==m){if(c.host="",t)return;u=Ee}else{if(s=c.parseHost(m))return s;if("localhost"==c.host&&(c.host=""),t)return;m="",u=Ee}continue}m+=i;break;case Ee:if(c.isSpecial()){if(u=Le,"/"!=i&&"\\"!=i)continue}else if(t||"?"!=i)if(t||"#"!=i){if(i!=o&&(u=Le,"/"!=i))continue}else c.fragment="",u=Ce;else c.query="",u=Be;break;case Le:if(i==o||"/"==i||"\\"==i&&c.isSpecial()||!t&&("?"==i||"#"==i)){if(".."===(l=V(l=m))||"%2e."===l||".%2e"===l||"%2e%2e"===l?(c.shortenPath(),"/"==i||"\\"==i&&c.isSpecial()||F(c.path,"")):de(m)?"/"==i||"\\"==i&&c.isSpecial()||F(c.path,""):("file"==c.scheme&&!c.path.length&&ce(m)&&(c.host&&(c.host=""),m=N(m,0)+":"),F(c.path,m)),m="","file"==c.scheme&&(i==o||"?"==i||"#"==i))for(;c.path.length>1&&""===c.path[0];)$(c.path);"?"==i?(c.query="",u=Be):"#"==i&&(c.fragment="",u=Ce)}else m+=se(i,ie);break;case Oe:"?"==i?(c.query="",u=Be):"#"==i?(c.fragment="",u=Ce):i!=o&&(c.path[0]+=se(i,oe));break;case Be:t||"#"!=i?i!=o&&("'"==i&&c.isSpecial()?c.query+="%27":c.query+="#"==i?"%23":se(i,oe)):(c.fragment="",u=Ce);break;case Ce:i!=o&&(c.fragment+=se(i,ne))}d++}},parseHost:function(e){var t,r,o;if("["==N(e,0)){if("]"!=N(e,e.length-1))return"Invalid host";if(!(t=function(e){var t,r,o,n,i,a,s,l=[0,0,0,0,0,0,0,0],c=0,u=null,d=0,m=function(){return N(e,d)};if(":"==m()){if(":"!=N(e,1))return;d+=2,u=++c}for(;m();){if(8==c)return;if(":"!=m()){for(t=r=0;r<4&&G(Z,m());)t=16*t+O(m(),16),d++,r++;if("."==m()){if(0==r)return;if(d-=r,c>6)return;for(o=0;m();){if(n=null,o>0){if(!("."==m()&&o<4))return;d++}if(!G(K,m()))return;for(;G(K,m());){if(i=O(m(),10),null===n)n=i;else{if(0==n)return;n=10*n+i}if(n>255)return;d++}l[c]=256*l[c]+n,2!=++o&&4!=o||c++}if(4!=o)return;break}if(":"==m()){if(d++,!m())return}else if(m())return;l[c++]=t}else{if(null!==u)return;d++,u=++c}}if(null!==u)for(a=c-u,c=7;0!=c&&a>0;)s=l[c],l[c--]=l[u+a-1],l[u+--a]=s;else if(8!=c)return;return l}(U(e,1,-1))))return"Invalid host";this.host=t}else if(this.isSpecial()){if(e=v(e),G(J,e))return"Invalid host";if(null===(t=function(e){var t,r,o,n,i,a,s,l=X(e,".");if(l.length&&""==l[l.length-1]&&l.length--,(t=l.length)>4)return e;for(r=[],o=0;o<t;o++){if(""==(n=l[o]))return e;if(i=10,n.length>1&&"0"==N(n,0)&&(i=G(Y,n)?16:8,n=U(n,8==i?1:2)),""===n)a=0;else{if(!G(10==i?z:8==i?Q:Z,n))return e;a=O(n,i)}F(r,a)}for(o=0;o<t;o++)if(a=r[o],o==t-1){if(a>=C(256,5-t))return null}else if(a>255)return null;for(s=k(r),o=0;o<r.length;o++)s+=r[o]*C(256,3-o);return s}(e)))return"Invalid host";this.host=t}else{if(G(q,e))return"Invalid host";for(t="",r=p(e),o=0;o<r.length;o++)t+=se(r[o],oe);this.host=t}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||"file"==this.scheme},includesCredentials:function(){return""!=this.username||""!=this.password},isSpecial:function(){return g(le,this.scheme)},shortenPath:function(){var e=this.path,t=e.length;!t||"file"==this.scheme&&1==t&&ce(e[0],!0)||e.length--},serialize:function(){var e=this,t=e.scheme,r=e.username,o=e.password,n=e.host,i=e.port,a=e.path,s=e.query,l=e.fragment,c=t+":";return null!==n?(c+="//",e.includesCredentials()&&(c+=r+(o?":"+o:"")+"@"),c+=re(n),null!==i&&(c+=":"+i)):"file"==t&&(c+="//"),c+=e.cannotBeABaseURL?a[0]:a.length?"/"+R(a,"/"):"",null!==s&&(c+="?"+s),null!==l&&(c+="#"+l),c},setHref:function(e){var t=this.parse(e);if(t)throw L(t);this.searchParams.update()},getOrigin:function(){var e=this.scheme,t=this.port;if("blob"==e)try{return new Ge(e.path[0]).origin}catch(e){return"null"}return"file"!=e&&this.isSpecial()?e+"://"+re(this.host)+(null!==t?":"+t:""):"null"},getProtocol:function(){return this.scheme+":"},setProtocol:function(e){this.parse(y(e)+":",me)},getUsername:function(){return this.username},setUsername:function(e){var t=p(y(e));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var r=0;r<t.length;r++)this.username+=se(t[r],ae)}},getPassword:function(){return this.password},setPassword:function(e){var t=p(y(e));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var r=0;r<t.length;r++)this.password+=se(t[r],ae)}},getHost:function(){var e=this.host,t=this.port;return null===e?"":null===t?re(e):re(e)+":"+t},setHost:function(e){this.cannotBeABaseURL||this.parse(e,Ae)},getHostname:function(){var e=this.host;return null===e?"":re(e)},setHostname:function(e){this.cannotBeABaseURL||this.parse(e,we)},getPort:function(){var e=this.port;return null===e?"":y(e)},setPort:function(e){this.cannotHaveUsernamePasswordPort()||(""==(e=y(e))?this.port=null:this.parse(e,Te))},getPathname:function(){var e=this.path;return this.cannotBeABaseURL?e[0]:e.length?"/"+R(e,"/"):""},setPathname:function(e){this.cannotBeABaseURL||(this.path=[],this.parse(e,Ee))},getSearch:function(){var e=this.query;return e?"?"+e:""},setSearch:function(e){""==(e=y(e))?this.query=null:("?"==N(e,0)&&(e=U(e,1)),this.query="",this.parse(e,Be)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var e=this.fragment;return e?"#"+e:""},setHash:function(e){""!=(e=y(e))?("#"==N(e,0)&&(e=U(e,1)),this.fragment="",this.parse(e,Ce)):this.fragment=null},update:function(){this.query=this.searchParams.serialize()||null}};var Ge=function(e){var t=m(this,Re),r=b(arguments.length,1)>1?arguments[1]:void 0,o=T(t,new Ne(e,!1,r));i||(t.href=o.serialize(),t.origin=o.getOrigin(),t.protocol=o.getProtocol(),t.username=o.getUsername(),t.password=o.getPassword(),t.host=o.getHost(),t.hostname=o.getHostname(),t.port=o.getPort(),t.pathname=o.getPathname(),t.search=o.getSearch(),t.searchParams=o.getSearchParams(),t.hash=o.getHash())},Re=Ge.prototype,Ie=function(e,t){return{get:function(){return P(this)[e]()},set:t&&function(e){return P(this)[t](e)},configurable:!0,enumerable:!0}};if(i&&u(Re,{href:Ie("serialize","setHref"),origin:Ie("getOrigin"),protocol:Ie("getProtocol","setProtocol"),username:Ie("getUsername","setUsername"),password:Ie("getPassword","setPassword"),host:Ie("getHost","setHost"),hostname:Ie("getHostname","setHostname"),port:Ie("getPort","setPort"),pathname:Ie("getPathname","setPathname"),search:Ie("getSearch","setSearch"),searchParams:Ie("getSearchParams"),hash:Ie("getHash","setHash")}),d(Re,"toJSON",(function(){return P(this).serialize()}),{enumerable:!0}),d(Re,"toString",(function(){return P(this).serialize()}),{enumerable:!0}),E){var ke=E.createObjectURL,Fe=E.revokeObjectURL;ke&&d(Ge,"createObjectURL",l(ke,E)),Fe&&d(Ge,"revokeObjectURL",l(Fe,E))}S(Ge,"URL"),n({global:!0,forced:!a,sham:!i},{URL:Ge})},function(e,t,r){"use strict";var o=r(1),n=r(3),i=/[^\0-\u007E]/,a=/[.\u3002\uFF0E\uFF61]/g,s="Overflow: input needs wider integers to process",l=o.RangeError,c=n(a.exec),u=Math.floor,d=String.fromCharCode,m=n("".charCodeAt),g=n([].join),h=n([].push),p=n("".replace),f=n("".split),x=n("".toLowerCase),v=function(e){return e+22+75*(e<26)},y=function(e,t,r){var o=0;for(e=r?u(e/700):e>>1,e+=u(e/t);e>455;)e=u(e/35),o+=36;return u(o+36*e/(e+38))},S=function(e){var t,r,o=[],n=(e=function(e){for(var t=[],r=0,o=e.length;r<o;){var n=m(e,r++);if(n>=55296&&n<=56319&&r<o){var i=m(e,r++);56320==(64512&i)?h(t,((1023&n)<<10)+(1023&i)+65536):(h(t,n),r--)}else h(t,n)}return t}(e)).length,i=128,a=0,c=72;for(t=0;t<e.length;t++)(r=e[t])<128&&h(o,d(r));var p=o.length,f=p;for(p&&h(o,"-");f<n;){var x=2147483647;for(t=0;t<e.length;t++)(r=e[t])>=i&&r<x&&(x=r);var S=f+1;if(x-i>u((2147483647-a)/S))throw l(s);for(a+=(x-i)*S,i=x,t=0;t<e.length;t++){if((r=e[t])<i&&++a>2147483647)throw l(s);if(r==i){for(var b=a,A=36;;){var w=A<=c?1:A>=c+26?26:A-c;if(b<w)break;var T=b-w,P=36-w;h(o,d(v(w+T%P))),b=u(T/P),A+=36}h(o,d(v(b))),c=y(a,S,f==p),a=0,f++}}a++,i++}return g(o,"")};e.exports=function(e){var t,r,o=[],n=f(p(x(e),a,"."),".");for(t=0;t<n.length;t++)r=n[t],h(o,c(i,r)?"xn--"+S(r):r);return g(o,".")}},function(e,t,r){"use strict";var o=r(0),n=r(11);o({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return n(URL.prototype.toString,this)}})},function(e,t,r){var o=function(e){"use strict";var t=Object.prototype,r=t.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},n=o.iterator||"@@iterator",i=o.asyncIterator||"@@asyncIterator",a=o.toStringTag||"@@toStringTag";function s(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{s({},"")}catch(e){s=function(e,t,r){return e[t]=r}}function l(e,t,r,o){var n=t&&t.prototype instanceof d?t:d,i=Object.create(n.prototype),a=new w(o||[]);return i._invoke=function(e,t,r){var o="suspendedStart";return function(n,i){if("executing"===o)throw new Error("Generator is already running");if("completed"===o){if("throw"===n)throw i;return P()}for(r.method=n,r.arg=i;;){var a=r.delegate;if(a){var s=S(a,r);if(s){if(s===u)continue;return s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===o)throw o="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);o="executing";var l=c(e,t,r);if("normal"===l.type){if(o=r.done?"completed":"suspendedYield",l.arg===u)continue;return{value:l.arg,done:r.done}}"throw"===l.type&&(o="completed",r.method="throw",r.arg=l.arg)}}}(e,r,a),i}function c(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}e.wrap=l;var u={};function d(){}function m(){}function g(){}var h={};s(h,n,(function(){return this}));var p=Object.getPrototypeOf,f=p&&p(p(T([])));f&&f!==t&&r.call(f,n)&&(h=f);var x=g.prototype=d.prototype=Object.create(h);function v(e){["next","throw","return"].forEach((function(t){s(e,t,(function(e){return this._invoke(t,e)}))}))}function y(e,t){var o;this._invoke=function(n,i){function a(){return new t((function(o,a){!function o(n,i,a,s){var l=c(e[n],e,i);if("throw"!==l.type){var u=l.arg,d=u.value;return d&&"object"==typeof d&&r.call(d,"__await")?t.resolve(d.__await).then((function(e){o("next",e,a,s)}),(function(e){o("throw",e,a,s)})):t.resolve(d).then((function(e){u.value=e,a(u)}),(function(e){return o("throw",e,a,s)}))}s(l.arg)}(n,i,o,a)}))}return o=o?o.then(a,a):a()}}function S(e,t){var r=e.iterator[t.method];if(void 0===r){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,S(e,t),"throw"===t.method))return u;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return u}var o=c(r,e.iterator,t.arg);if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,u;var n=o.arg;return n?n.done?(t[e.resultName]=n.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,u):n:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,u)}function b(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function A(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function w(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(b,this),this.reset(!0)}function T(e){if(e){var t=e[n];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,i=function t(){for(;++o<e.length;)if(r.call(e,o))return t.value=e[o],t.done=!1,t;return t.value=void 0,t.done=!0,t};return i.next=i}}return{next:P}}function P(){return{value:void 0,done:!0}}return m.prototype=g,s(x,"constructor",g),s(g,"constructor",m),m.displayName=s(g,a,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===m||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,g):(e.__proto__=g,s(e,a,"GeneratorFunction")),e.prototype=Object.create(x),e},e.awrap=function(e){return{__await:e}},v(y.prototype),s(y.prototype,i,(function(){return this})),e.AsyncIterator=y,e.async=function(t,r,o,n,i){void 0===i&&(i=Promise);var a=new y(l(t,r,o,n),i);return e.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},v(x),s(x,a,"Generator"),s(x,n,(function(){return this})),s(x,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=[];for(var r in e)t.push(r);return t.reverse(),function r(){for(;t.length;){var o=t.pop();if(o in e)return r.value=o,r.done=!1,r}return r.done=!0,r}},e.values=T,w.prototype={constructor:w,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(A),!e)for(var t in this)"t"===t.charAt(0)&&r.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function o(r,o){return a.type="throw",a.arg=e,t.next=r,o&&(t.method="next",t.arg=void 0),!!o}for(var n=this.tryEntries.length-1;n>=0;--n){var i=this.tryEntries[n],a=i.completion;if("root"===i.tryLoc)return o("end");if(i.tryLoc<=this.prev){var s=r.call(i,"catchLoc"),l=r.call(i,"finallyLoc");if(s&&l){if(this.prev<i.catchLoc)return o(i.catchLoc,!0);if(this.prev<i.finallyLoc)return o(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return o(i.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return o(i.finallyLoc)}}}},abrupt:function(e,t){for(var o=this.tryEntries.length-1;o>=0;--o){var n=this.tryEntries[o];if(n.tryLoc<=this.prev&&r.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var i=n;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,u):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),u},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),A(r),u}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var o=r.completion;if("throw"===o.type){var n=o.arg;A(r)}return n}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:T(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),u}},e}(e.exports);try{regeneratorRuntime=o}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=o:Function("r","regeneratorRuntime = r")(o)}},function(e,t,r){var o={"./cart_base_controller.js":16,"./cart_confirmation_controller.js":540,"./cart_contact_controller.js":541,"./cart_controller.js":542,"./cart_counter_controller.js":543,"./cart_coupon_controller.js":544,"./cart_payment_methods_controller.js":545,"./cart_paypal_confirmation_controller.js":546,"./cart_shipping_controller.js":547,"./contact_controller.js":548,"./country_controller.js":549,"./device_detector_controller.js":550,"./floating_alert_controller.js":551,"./menu_controller.js":552,"./notification_controller.js":553,"./order_controller.js":554,"./pay_what_you_can_controller.js":555,"./postal_code_controller.js":556,"./scroll_controller.js":557,"./search_controller.js":558,"./share_controller.js":562,"./slider_controller.js":563,"./state_controller.js":564,"./stock_controller.js":565};function n(e){var t=i(e);return r(t)}function i(e){if(!r.o(o,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return o[e]}n.keys=function(){return Object.keys(o)},n.resolve=i,e.exports=n,n.id=539},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=u(e);if(t){var n=u(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return c(this,r)}}function c(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function u(e){return(u=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return h}));var d,m,g,h=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&s(e,t)}(m,e);var t,r,o,c,u,d=l(m);function m(){return i(this,m),d.apply(this,arguments)}return t=m,(r=[{key:"connect",value:(c=regeneratorRuntime.mark((function e(){var t,r,o,n,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.clear&&(this.storage.clear(),window.dispatchEvent(new CustomEvent("cart:counter",{detail:{item_count:0}}))),this.template){e.next=3;break}return e.abrupt("return");case 3:this.storage.cart?(t=this.cart.data.attributes,r=this.products,o=window.site,n=JSON.parse(this.storage.getItem("shipping_address")),i={order:t,products:r,site:o,shipping_address:n},this.storage.setItem("confirmation",JSON.stringify(i))):data=JSON.parse(this.storage.getItem("confirmation")),this.render(data);case 5:case"end":return e.stop()}}),e,this)})),u=function(){var e=this,t=arguments;return new Promise((function(r,o){var i=c.apply(e,t);function a(e){n(i,r,o,a,s,"next",e)}function s(e){n(i,r,o,a,s,"throw",e)}a(void 0)}))},function(){return u.apply(this,arguments)})},{key:"render",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.engine.parseAndRender(this.template,t).then((function(t){return e.orderTarget.innerHTML=t}))}},{key:"clear",get:function(){return this.element.dataset.clear}},{key:"template",get:function(){return window.templates[this.element.dataset.template]}}])&&a(t.prototype,r),o&&a(t,o),Object.defineProperty(t,"prototype",{writable:!1}),m}(r(16).CartBaseController);g=["order"],(m="targets")in(d=h)?Object.defineProperty(d,m,{value:g,enumerable:!0,configurable:!0,writable:!0}):d[m]=g},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function a(e,t){return(a=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=c(e);if(t){var n=c(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return l(this,r)}}function l(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function c(e){return(c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return g}));var u,d,m,g=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(c,e);var t,r,o,l=s(c);function c(){return n(this,c),l.apply(this,arguments)}return t=c,(r=[{key:"connect",value:function(){this.focusout_event=this._focusout_event.bind(this),this.hasUsernameTarget&&this.hasFormTarget&&this.formTarget.addEventListener("focusout",this.focusout_event)}},{key:"disconnect",value:function(){this.formTarget.removeEventListener("focusout",this.focusout_event)}},{key:"_focusout_event",value:function(e){if(this.formTarget.checkValidity()){this.formTarget.classList.remove("was-validated");var t=this.usernameTarget.value.trim();0!==t.length&&(this.email=t)}else this.formTarget.classList.add("was-validated")}}])&&i(t.prototype,r),o&&i(t,o),Object.defineProperty(t,"prototype",{writable:!1}),c}(r(16).CartBaseController);m=["form","username"],(d="targets")in(u=g)?Object.defineProperty(u,d,{value:m,enumerable:!0,configurable:!0,writable:!0}):u[d]=m},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=function(e,t){if(!e)return;if("string"==typeof e)return i(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return i(e,t)}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var o=0,n=function(){};return{s:n,n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return s=e.done,e},e:function(e){l=!0,a=e},f:function(){try{s||null==r.return||r.return()}finally{if(l)throw a}}}}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function a(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function s(e){return function(){var t=this,r=arguments;return new Promise((function(o,n){var i=e.apply(t,r);function s(e){a(i,o,n,s,l,"next",e)}function l(e){a(i,o,n,s,l,"throw",e)}s(void 0)}))}}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function u(e,t){return(u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function d(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=g(e);if(t){var n=g(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return m(this,r)}}function m(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return x}));var h,p,f,x=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&u(e,t)}(v,e);var t,r,o,i,a,m,g,h,p,f,x=d(v);function v(){return l(this,v),x.apply(this,arguments)}return t=v,(r=[{key:"connect",value:function(){this.hasQuantityTarget&&(this.change_event=this._change_event.bind(this),this.quantityTarget.addEventListener("change",this.change_event))}},{key:"disconnect",value:function(){this.quantityTarget.removeEventListener("change",this.change_event)}},{key:"_change_event",value:(f=s(regeneratorRuntime.mark((function e(t){var r,o,n,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!((r=t.target.value)<1)){e.next=3;break}return e.abrupt("return");case 3:return e.next=5,this.tokenGetOrCreate();case 5:if(o=e.sent,n=this.product){e.next=9;break}return e.abrupt("return");case 9:return t.target.disabled=!0,e.next=12,this.spree.cart.setQuantity({orderToken:o},{line_item_id:n.line_item.id,quantity:r,include:"line_items"});case 12:if(i=e.sent,t.target.disabled=!1,t.target.focus(),!i.isFail()){e.next=18;break}return this.handleFailure(i),e.abrupt("return");case 18:return this.cart=i,this.subtotalUpdate(),this.counterUpdate(),e.next=23,this.itemStore();case 23:if(this.hasSubtotalTarget){e.next=25;break}return e.abrupt("return");case 25:this.subtotalTarget.innerText=n.line_item.attributes.discounted_amount;case 26:case"end":return e.stop()}}),e,this)}))),function(e){return f.apply(this,arguments)})},{key:"subtotalUpdate",value:function(){window.dispatchEvent(new Event("cart:subtotal:update"))}},{key:"cartCreate",value:(p=s(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.spree.cart.create();case 2:if(!(t=e.sent).isFail()){e.next=6;break}return this.handleFailure(t),e.abrupt("return");case 6:return this.cart=t,this.storage.setItem("token",t.success().data.attributes.token),e.abrupt("return",this.token);case 9:case"end":return e.stop()}}),e,this)}))),function(){return p.apply(this,arguments)})},{key:"tokenGetOrCreate",value:(h=s(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=this.storage.getItem("token"),e.t0=t,e.t0){e.next=6;break}return e.next=5,this.cartCreate();case 5:e.t0=e.sent;case 6:return e.abrupt("return",e.t0);case 7:case"end":return e.stop()}}),e,this)}))),function(){return h.apply(this,arguments)})},{key:"variantId",get:function(){return this.data.get("variantId")}},{key:"product",get:function(){var e=JSON.parse(this.storage.getItem(this.storageId));return e||console.error("El producto es nulo!",this.storageId,this.storage.length,this.cart),e}},{key:"findLineItem",value:function(){var e=this;return this.cart.included.find((function(t){return"line_item"===t.type&&t.relationships.variant.data.id==e.variantId}))||{}}},{key:"storageId",get:function(){return"cart:item:".concat(this.variantId)}},{key:"itemStore",value:function(){this.storage.setItem(this.storageId,JSON.stringify({variant_id:this.variantId,line_item:this.findLineItem(),image:this.data.get("image"),title:this.data.get("title"),url:this.data.get("url"),stock:this.data.get("stock"),in_stock:this.data.get("inStock"),extra:this.data.get("extra")?this.data.get("extra").split("|"):[]}))}},{key:"add",value:(g=s(regeneratorRuntime.mark((function e(t){var r,o,n,i,a,s,l,c=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=c.length>1&&void 0!==c[1]?c[1]:1,o=!(c.length>2&&void 0!==c[2])||c[2],(n=this.addedQuantity())>1&&(r=n),e.next=6,this.tokenGetOrCreate();case 6:return i=e.sent,e.next=9,this.spree.cart.addItem({orderToken:i},{variant_id:this.variantId,quantity:r,include:"line_items"});case 9:if(!(a=e.sent).isFail()){e.next=13;break}return this.handleFailure(a),e.abrupt("return");case 13:this.cart=a,this.itemStore(),this.counterUpdate(),this.fireCajon(),o&&(s=window.site,l=s.cart.added,window.dispatchEvent(new CustomEvent("floating:alert",{detail:{content:l}})));case 18:case"end":return e.stop()}}),e,this)}))),function(e){return g.apply(this,arguments)})},{key:"remove",value:(m=s(regeneratorRuntime.mark((function e(){var t,r,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=this.product){e.next=3;break}return e.abrupt("return");case 3:if(t.line_item){e.next=5;break}return e.abrupt("return");case 5:return r=this.token,e.next=8,this.spree.cart.removeItem({orderToken:r},t.line_item.id,{include:"line_items"});case 8:if(!(o=e.sent).isFail()){e.next=12;break}return this.handleFailure(o),e.abrupt("return");case 12:this.cart=o,this.storage.removeItem(this.storageId),this.element.remove(),this.subtotalUpdate(),this.counterUpdate();case 17:case"end":return e.stop()}}),e,this)}))),function(){return m.apply(this,arguments)})},{key:"variants",value:(a=s(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t={product:{variant_id:this.data.get("variantId"),digital_variant_id:this.data.get("digitalVariantId"),image:this.data.get("image"),title:this.data.get("title"),price:this.data.get("price"),digital_price:this.data.get("digitalPrice"),in_stock:this.data.get("inStock"),extra:this.data.get("extra").split("|")}},window.dispatchEvent(new CustomEvent("notification",{detail:{template:"variants",data:t}}));case 3:case"end":return e.stop()}}),e,this)}))),function(){return a.apply(this,arguments)})},{key:"recover",value:(i=s(regeneratorRuntime.mark((function e(){var t,r,o,i,a;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return console.error("Recuperando pedido",this.token),this.storage.removeItem("token"),e.next=4,this.tokenGetOrCreate();case 4:if(t=this.cart){e.next=7;break}return e.abrupt("return");case 7:r=n(t.data.relationships.variants.data),e.prev=8,r.s();case 10:if((o=r.n()).done){e.next=23;break}if(i=o.value,this.data.set("variantId",i.id),a=this.product){e.next=16;break}return e.abrupt("continue",21);case 16:return this.data.set("image",a.image),this.data.set("title",a.title),this.data.set("extra",a.extra.join("|")),e.next=21,this.add(null,a.line_item.attributes.quantity,!1);case 21:e.next=10;break;case 23:e.next=28;break;case 25:e.prev=25,e.t0=e.catch(8),r.e(e.t0);case 28:return e.prev=28,r.f(),e.finish(28);case 31:case"end":return e.stop()}}),e,this,[[8,25,28,31]])}))),function(){return i.apply(this,arguments)})},{key:"addedQuantity",value:function(){if(!this.hasAddedQuantityTarget)return 0;var e=parseInt(this.addedQuantityTarget.value);return isNaN(e)?0:e}}])&&c(t.prototype,r),o&&c(t,o),Object.defineProperty(t,"prototype",{writable:!1}),v}(r(16).CartBaseController);f=["quantity","subtotal","addedQuantity"],(p="targets")in(h=x)?Object.defineProperty(h,p,{value:f,enumerable:!0,configurable:!0,writable:!0}):h[p]=f},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function a(e,t){return(a=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=c(e);if(t){var n=c(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return l(this,r)}}function l(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function c(e){return(c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return g}));var u,d,m,g=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(c,e);var t,r,o,l=s(c);function c(){return n(this,c),l.apply(this,arguments)}return t=c,(r=[{key:"connect",value:function(){this.hasCounterTarget?(this.cart_count_event=this._cart_count_event.bind(this),this.storage_event=this._storage_event.bind(this),window.addEventListener("cart:counter",this.cart_count_event),window.addEventListener("storage",this.storage_event),this.cart&&(this.counter=this.cart.data.attributes.item_count)):console.error("Missing counter target")}},{key:"disconnect",value:function(){window.removeEventListener("cart:counter",this.cart_count_event),window.removeEventListener("storage",this.storage_event)}},{key:"counter",set:function(e){this.counterTarget.innerText=e}},{key:"_cart_count_event",value:function(e){this.counter=e.detail.item_count}},{key:"_storage_event",value:function(e){"cart:counter"==e.key&&(this.counter=e.newValue)}}])&&i(t.prototype,r),o&&i(t,o),Object.defineProperty(t,"prototype",{writable:!1}),c}(r(16).CartBaseController);m=["counter"],(d="targets")in(u=g)?Object.defineProperty(u,d,{value:m,enumerable:!0,configurable:!0,writable:!0}):u[d]=m},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=u(e);if(t){var n=u(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return c(this,r)}}function c(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function u(e){return(u=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return h}));var d,m,g,h=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&s(e,t)}(m,e);var t,r,o,c,u,d=l(m);function m(){return i(this,m),d.apply(this,arguments)}return t=m,(r=[{key:"connect",value:function(){this.input_event=this._input_event.bind(this),this.couponCode.addEventListener("input",this.input_event)}},{key:"disconnect",value:function(){this.couponCode.removeEventListener("input",this.input_event)}},{key:"_input_event",value:function(e){this.couponCode.parentElement.classList.remove("was-validated"),this.couponCode.setCustomValidity("")}},{key:"couponCode",get:function(){return this._couponCode||(this._couponCode=this.element.elements.coupon_code),this._couponCode}},{key:"couponCodeInvalid",get:function(){return this.hasCouponCodeInvalidTarget?this.couponCodeInvalidTarget:document.querySelector("#coupon-code-invalid")}},{key:"preDiscount",get:function(){return this.hasPreDiscountTarget?this.preDiscountTarget:document.querySelector("#pre-discount")}},{key:"total",get:function(){return this.hasTotalTarget?this.totalTarget:document.querySelector("#total")},set:function(e){this.total.innerHTML=e}},{key:"apply",value:(c=regeneratorRuntime.mark((function e(){var t,r,o,n,i,a=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return null==(t=a.length>0&&void 0!==a[0]?a[0]:void 0)||t.preventDefault(),null==t||t.stopPropagation(),r=this.token,o=this.couponCode.value,n="line_items",e.next=8,window.spree.cart.applyCouponCode({orderToken:r},{coupon_code:o,include:n});case 8:if(i=e.sent,this.element.elements.forEach((function(e){return e.disabled=!0})),!i.isFail()){e.next=16;break}return this.couponCodeInvalid.innerHTML=i.fail().summary,this.couponCode.setCustomValidity(i.fail().summary),this.couponCode.parentElement.classList.add("was-validated"),this.element.elements.forEach((function(e){return e.disabled=!1})),e.abrupt("return");case 16:this.cart=i,this.total=i.success().data.attributes.total,this.preDiscount.classList.remove("d-none");case 19:case"end":return e.stop()}}),e,this)})),u=function(){var e=this,t=arguments;return new Promise((function(r,o){var i=c.apply(e,t);function a(e){n(i,r,o,a,s,"next",e)}function s(e){n(i,r,o,a,s,"throw",e)}a(void 0)}))},function(){return u.apply(this,arguments)})}])&&a(t.prototype,r),o&&a(t,o),Object.defineProperty(t,"prototype",{writable:!1}),m}(r(16).CartBaseController);g=["couponCodeInvalid","preDiscount","total"],(m="targets")in(d=h)?Object.defineProperty(d,m,{value:g,enumerable:!0,configurable:!0,writable:!0}):d[m]=g},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function i(e){return function(){var t=this,r=arguments;return new Promise((function(o,i){var a=e.apply(t,r);function s(e){n(a,o,i,s,l,"next",e)}function l(e){n(a,o,i,s,l,"throw",e)}s(void 0)}))}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=d(e);if(t){var n=d(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return u(this,r)}}function u(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function m(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}r.r(t),r.d(t,"default",(function(){return g}));var g=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&l(e,t)}(h,e);var t,r,o,n,u,d,g=c(h);function h(){return a(this,h),g.apply(this,arguments)}return t=h,(r=[{key:"connect",value:(d=i(regeneratorRuntime.mark((function e(){var t,r,o,n,i,a,s;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=this.token,e.next=3,this.spree.checkout.paymentMethods({orderToken:t});case 3:if(r=e.sent,this.change_event=this._change_event.bind(this),!r.isFail()){e.next=8;break}return this.handleFailure(r),e.abrupt("return");case 8:o=r.success().data,n=window.site,i=this.cart,a={url:this.data.get("nextUrl")},s={url:this.data.get("backUrl")},this.render({payment_methods:o,site:n,cart:i,next:a,back:s});case 14:case"end":return e.stop()}}),e,this)}))),function(){return d.apply(this,arguments)})},{key:"render",value:(u=i(regeneratorRuntime.mark((function e(){var t,r,o=this,n=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=n.length>0&&void 0!==n[0]?n[0]:{},r=window.templates[this.data.get("template")],e.next=4,this.engine.parseAndRender(r,t);case 4:if(this.element.innerHTML=e.sent,this.hasSubmitTarget){e.next=7;break}return e.abrupt("return");case 7:this.formTarget.elements.forEach((function(e){return e.addEventListener("change",o.change_event)}));case 8:case"end":return e.stop()}}),e,this)}))),function(){return u.apply(this,arguments)})},{key:"disconnect",value:function(){var e=this;this.hasSubmitTarget&&this.formTarget.elements.forEach((function(t){return t.removeEventListener("change",e.change_event)}))}},{key:"_change_event",value:function(e){this.submitTarget.disabled=!1}},{key:"pay",value:(n=i(regeneratorRuntime.mark((function e(t){var r,o,n,i,a,s;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.preventDefault(),t.stopPropagation(),this.formDisabled=!0,r=this.formTarget.elements.payment_method_id.value,o=this.token,n=this.specialInstructionsTarget.value.trim(),e.next=8,this.spree.checkout.orderUpdate({orderToken:o},{order:{special_instructions:n,payments_attributes:[{payment_method_id:r}],payment_source:m({},r,{name:"Pepitx",month:12,year:2020})}});case 8:if(!(i=e.sent).isFail()){e.next=13;break}return this.handleFailure(i),this.formDisabled=!1,e.abrupt("return");case 13:return this.cart=i,e.next=16,this.spree.checkout.complete({orderToken:o});case 16:if(!(i=e.sent).isFail()){e.next=21;break}return this.handleFailure(i),this.formDisabled=!1,e.abrupt("return");case 21:return this.cart=i,e.next=24,this.spree.sutty.getCheckoutURL({orderToken:o});case 24:a=e.sent,s=this.data.get("nextUrl"),a.data.length>0&&(s=a.data[0]),window.location=s;case 28:case"end":return e.stop()}}),e,this)}))),function(e){return n.apply(this,arguments)})}])&&s(t.prototype,r),o&&s(t,o),Object.defineProperty(t,"prototype",{writable:!1}),h}(r(16).CartBaseController);m(g,"targets",["form","submit","specialInstructions"])},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=u(e);if(t){var n=u(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return c(this,r)}}function c(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function u(e){return(u=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return d}));var d=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&s(e,t)}(m,e);var t,r,o,c,u,d=l(m);function m(){return i(this,m),d.apply(this,arguments)}return t=m,(r=[{key:"connect",value:(c=regeneratorRuntime.mark((function e(){var t=this;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(void 0!==this.params.PayerID){e.next=2;break}return e.abrupt("return");case 2:this.site=window.site,this.element.innerHTML=this.site.i18n.cart.layouts.paypal.confirming,fetch(this.executeURL).then((function(e){return t.element.innerHTML=t.site.i18n.cart.layouts.paypal[e.ok?"confirmed":"failure"]})).catch((function(e){return t.element.innerHTML=t.site.i18n.cart.layouts.paypal.failure}));case 5:case"end":return e.stop()}}),e,this)})),u=function(){var e=this,t=arguments;return new Promise((function(r,o){var i=c.apply(e,t);function a(e){n(i,r,o,a,s,"next",e)}function s(e){n(i,r,o,a,s,"throw",e)}a(void 0)}))},function(){return u.apply(this,arguments)})},{key:"params",get:function(){return this._params||(this._params=Object.fromEntries(decodeURIComponent(window.location.search.replace("?","")).split("&").map((function(e){return e.split("=")})))),this._params}},{key:"executeURL",get:function(){return[window.spree.host,"paypal","execute",this.params.orderId,this.params.paymentId,this.params.PayerID].join("/")}}])&&a(t.prototype,r),o&&a(t,o),Object.defineProperty(t,"prototype",{writable:!1}),m}(r(16).CartBaseController)},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,o)}return r}function i(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?n(Object(r),!0).forEach((function(t){h(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function a(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function s(e){return function(){var t=this,r=arguments;return new Promise((function(o,n){var i=e.apply(t,r);function s(e){a(i,o,n,s,l,"next",e)}function l(e){a(i,o,n,s,l,"throw",e)}s(void 0)}))}}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function u(e,t){return(u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function d(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=g(e);if(t){var n=g(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return m(this,r)}}function m(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function h(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}r.r(t),r.d(t,"default",(function(){return p}));var p=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&u(e,t)}(p,e);var t,r,o,n,a,m,g,h=d(p);function p(){return l(this,p),h.apply(this,arguments)}return t=p,(r=[{key:"connect",value:function(){this.formdata_event=this._formdata_event.bind(this),this.formTarget.addEventListener("formdata",this.formdata_event)}},{key:"disconnect",value:function(){this.formTarget.removeEventListener("formdata",this.formdata_event)}},{key:"_formdata_event",value:function(e){this.processShippingAddress(e.formData)}},{key:"rates",value:(g=s(regeneratorRuntime.mark((function e(t){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t.preventDefault(),t.stopPropagation(),this.formTarget.checkValidity()){e.next=5;break}return this.adressTarget.classList.add("was-validated"),e.abrupt("return");case 5:this.formTarget.classList.remove("was-validated"),window.FormDataEvent?new FormData(t.target):this.processShippingAddress(new FormData(t.target));case 7:case"end":return e.stop()}}),e,this)}))),function(e){return g.apply(this,arguments)})},{key:"payment",value:function(e){e.preventDefault(),e.stopPropagation(),window.FormDataEvent?new FormData(e.target):this.processShippingRate(new FormData(e.target))}},{key:"processShippingAddress",value:(m=s(regeneratorRuntime.mark((function e(t){var r,o,n,i,a,s,l,c,u,d;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return this.formDisabled=!0,r=this.email,o=this.token,n=this.formDataToObject(t),i=n,e.next=7,this.spree.checkout.orderUpdate({orderToken:o},{order:{email:r,ship_address_attributes:n,bill_address_attributes:i}});case 7:if(!(a=e.sent).isFail()){e.next=12;break}return this.handleFailure(a),this.formDisabled=!1,e.abrupt("return");case 12:return e.next=14,this.shippingMethods(o);case 14:if(s=e.sent){e.next=18;break}return this.formDisabled=!1,e.abrupt("return");case 18:return l=s.included.filter((function(e){return"shipping_rate"==e.type})),c=s.data[0],u=window.site,e.next=23,this.render({shipping_method:c,shipping_rates:l,site:u});case 23:(d=document.querySelector("#".concat(this.element.dataset.scrollTo)))&&d.scrollIntoView();case 25:case"end":return e.stop()}}),e,this)}))),function(e){return m.apply(this,arguments)})},{key:"processShippingRate",value:(a=s(regeneratorRuntime.mark((function e(t){var r,o,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=this.formDataToObject(t),o=this.token,this.ratesTarget.elements.forEach((function(e){return e.disabled=!0})),e.next=5,window.spree.checkout.orderUpdate({orderToken:o},{order:{shipments_attributes:[i({},r)]}});case 5:if(!(n=e.sent).isFail()){e.next=9;break}return this.handleFailure(n),e.abrupt("return");case 9:this.cart=n,this.visit(this.data.get("next"));case 11:case"end":return e.stop()}}),e,this)}))),function(e){return a.apply(this,arguments)})},{key:"render",value:(n=s(regeneratorRuntime.mark((function e(){var t,r,o=this,n=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=n.length>0&&void 0!==n[0]?n[0]:{},r=window.templates[this.data.get("template")],e.next=4,this.engine.parseAndRender(r,t);case 4:this.methodsTarget.innerHTML=e.sent,this.ratesTarget.addEventListener("formdata",(function(e){return o.processShippingRate(e.formData)}));case 6:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})}])&&c(t.prototype,r),o&&c(t,o),Object.defineProperty(t,"prototype",{writable:!1}),p}(r(16).CartBaseController);h(p,"targets",["methods","rates","form"])},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function a(e,t){return(a=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=c(e);if(t){var n=c(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return l(this,r)}}function l(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function c(e){return(c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return g}));var u,d,m,g=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(c,e);var t,r,o,l=s(c);function c(){return n(this,c),l.apply(this,arguments)}return t=c,(r=[{key:"connect",value:function(){var e=this;this.hasSubmitTarget&&(this.submitTarget.disabled=!0,this._value=this.submitTarget.value,this._interval=setInterval((function(){var t=e.delay;0==e.delay?(clearInterval(e._interval),e.submitTarget.disabled=!1,e.submitTarget.value=e._value):e.delay=t-1}),1e3))}},{key:"delay",get:function(){var e=parseInt(this.element.dataset.delay);return isNaN(e)?0:e},set:function(e){this.element.dataset.delay=e,this.submitTarget.value="".concat(this._value," (").concat(e,")")}}])&&i(t.prototype,r),o&&i(t,o),Object.defineProperty(t,"prototype",{writable:!1}),c}(r(15).b);m=["submit"],(d="targets")in(u=g)?Object.defineProperty(u,d,{value:m,enumerable:!0,configurable:!0,writable:!0}):u[d]=m},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function i(e){return function(){var t=this,r=arguments;return new Promise((function(o,i){var a=e.apply(t,r);function s(e){n(a,o,i,s,l,"next",e)}function l(e){n(a,o,i,s,l,"throw",e)}s(void 0)}))}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=d(e);if(t){var n=d(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return u(this,r)}}function u(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return p}));var m,g,h,p=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&l(e,t)}(m,e);var t,r,o,n,u,d=c(m);function m(){return a(this,m),d.apply(this,arguments)}return t=m,(r=[{key:"connect",value:(u=i(regeneratorRuntime.mark((function e(){var t,r=this;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.countries();case 2:(t=e.sent).forEach((function(e){var t=document.createElement("option");t.value=e.attributes.name,t.dataset.id=e.id,t.dataset.iso=e.attributes.iso,t.dataset.statesRequired=e.attributes.states_required,t.dataset.zipcodeRequired=e.attributes.zipcode_required,r.listTarget.appendChild(t)})),this.input_event=this._input_event.bind(this),this.invalid_event=this._invalid_event.bind(this),this.change_event=this._change_event.bind(this),this.nameTarget.pattern=t.map((function(e){return e.attributes.name})).join("|"),this.nameTarget.addEventListener("input",this.input_event),this.nameTarget.addEventListener("invalid",this.invalid_event),this.nameTarget.addEventListener("change",this.change_event),this.nameTarget.disabled=!1,""!==this.nameTarget.value.trim()&&this.nameTarget.dispatchEvent(new CustomEvent("change"));case 13:case"end":return e.stop()}}),e,this)}))),function(){return u.apply(this,arguments)})},{key:"disconnect",value:function(){this.nameTarget.removeEventListener("input",this.input_event),this.nameTarget.removeEventListener("invalid",this.invalid_event),this.nameTarget.removeEventListener("change",this.change_event)}},{key:"_input_event",value:function(e){this.nameTarget.setCustomValidity("")}},{key:"_invalid_event",value:function(e){var t=window.site;this.nameTarget.setCustomValidity(t.i18n.countries.validation)}},{key:"_change_event",value:function(e){var t=this.nameTarget.value.trim();if(""!==t){var r=Array.from(this.nameTarget.list.options).find((function(e){return e.value==t}));r&&(this.idTarget.value=r.dataset.id,this.isoTarget.value=r.dataset.iso,this.idTarget.dispatchEvent(new Event("change")),this.isoTarget.dispatchEvent(new Event("change")),this.dispatchChangedEvent(r.dataset),delete this.nameTarget.dataset.selectedState,delete this.nameTarget.dataset.selectedZipcode)}}},{key:"dispatchChangedEvent",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=new CustomEvent("cart:country:update",{detail:{id:this.idTarget.value,iso:this.isoTarget.value,group:this.data.get("group"),selectedState:this.nameTarget.dataset.selectedState,selectedZipcode:this.nameTarget.dataset.selectedZipcode,data:e}});window.dispatchEvent(t)}},{key:"countries",value:(n=i(regeneratorRuntime.mark((function e(){var t,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!(t=JSON.parse(this.storageTemp.getItem("countries")))){e.next=3;break}return e.abrupt("return",t);case 3:return e.next=5,this.spree.countries.list();case 5:if((r=e.sent).success()){e.next=8;break}return e.abrupt("return");case 8:return this.storageTemp.setItem("countries",JSON.stringify(r.success().data)),e.abrupt("return",r.success().data);case 10:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})}])&&s(t.prototype,r),o&&s(t,o),Object.defineProperty(t,"prototype",{writable:!1}),m}(r(16).CartBaseController);h=["id","iso","list","name"],(g="targets")in(m=p)?Object.defineProperty(m,g,{value:h,enumerable:!0,configurable:!0,writable:!0}):m[g]=h},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function a(e,t){return(a=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=c(e);if(t){var n=c(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return l(this,r)}}function l(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function c(e){return(c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return g}));var u,d,m,g=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(c,e);var t,r,o,l=s(c);function c(){return n(this,c),l.apply(this,arguments)}return t=c,(r=[{key:"connect",value:function(){this.element.style.zIndex=1e4,this.resizeEvent=this._resizeEvent.bind(this),this.clientNameTarget.innerText=window.device.client.name,this.clientVersionTarget.innerText=window.device.client.version,this.osNameTarget.innerText=window.device.os.name,this.osVersionTarget.innerText=window.device.os.version,this.deviceTypeTarget.innerText=window.device.device.type,this.viewportWidthTarget.innerText=window.innerWidth,this.viewportHeightTarget.innerText=window.innerHeight,this.devicePixelRatioTarget.innerText=window.devicePixelRatio,window.addEventListener("resize",this.resizeEvent)}},{key:"disconnect",value:function(){window.removeEventListener("resize",this.resizeEvent)}},{key:"_resizeEvent",value:function(e){this.viewportWidthTarget.innerText=window.innerWidth,this.viewportHeightTarget.innerText=window.innerHeight}}])&&i(t.prototype,r),o&&i(t,o),Object.defineProperty(t,"prototype",{writable:!1}),c}(r(15).b);m=["clientName","clientVersion","osName","osVersion","viewportWidth","viewportHeight","devicePixelRatio","deviceType"],(d="targets")in(u=g)?Object.defineProperty(u,d,{value:m,enumerable:!0,configurable:!0,writable:!0}):u[d]=m},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function a(e,t){return(a=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=c(e);if(t){var n=c(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return l(this,r)}}function l(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function c(e){return(c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return g}));var u,d,m,g=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(c,e);var t,r,o,l=s(c);function c(){return n(this,c),l.apply(this,arguments)}return t=c,(r=[{key:"connect",value:function(){this.toast_event=this._toast_event.bind(this),window.addEventListener("toast",this.toast_event)}},{key:"disconnect",value:function(){window.removeEventListener("toast",this.toast_event)}},{key:"_toast_event",value:function(e){var t=this;this.contentTarget.innerText=e.detail.content,this.set(!0),this.interval&&clearTimeout(this.interval),this.interval=setTimeout((function(){t.set(!1),t.interval=null}),3e3)}},{key:"set",value:function(e){e?(this.element.classList.remove("hide"),this.element.classList.add("show")):(this.element.classList.add("hide"),this.element.classList.remove("show"))}}])&&i(t.prototype,r),o&&i(t,o),Object.defineProperty(t,"prototype",{writable:!1}),c}(r(15).b);m=["content"],(d="targets")in(u=g)?Object.defineProperty(u,d,{value:m,enumerable:!0,configurable:!0,writable:!0}):u[d]=m},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=function(e,t){if(!e)return;if("string"==typeof e)return i(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return i(e,t)}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var o=0,n=function(){};return{s:n,n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return s=e.done,e},e:function(e){l=!0,a=e},f:function(){try{s||null==r.return||r.return()}finally{if(l)throw a}}}}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=d(e);if(t){var n=d(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return u(this,r)}}function u(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return p}));var m,g,h,p=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&l(e,t)}(u,e);var t,r,o,i=c(u);function u(){return a(this,u),i.apply(this,arguments)}return t=u,(r=[{key:"connect",value:function(){this.scroll_section_event=this._scroll_section_event.bind(this),window.addEventListener("scroll:section",this.scroll_section_event)}},{key:"disconnect",value:function(){window.removeEventListener("scroll:section",this.scroll_section_event)}},{key:"_scroll_section_event",value:function(e){this.update(e.detail.id)}},{key:"items",get:function(){if(!this._items){this._items={};var e,t=n(this.itemTargets);try{for(t.s();!(e=t.n()).done;){var r=e.value;this._items[r.href.split("#")[1]]=r}}catch(e){t.e(e)}finally{t.f()}}return this._items}},{key:"update",value:function(e){for(var t=0,r=Object.values(this.items);t<r.length;t++)r[t].classList.remove("active");this.items[e]&&this.items[e].classList.add("active")}}])&&s(t.prototype,r),o&&s(t,o),Object.defineProperty(t,"prototype",{writable:!1}),u}(r(15).b);h=["item"],(g="targets")in(m=p)?Object.defineProperty(m,g,{value:h,enumerable:!0,configurable:!0,writable:!0}):m[g]=h},function(e,t,r){"use strict";r.r(t),r.d(t,"default",(function(){return h}));var o=r(15),n=r(75);function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function s(e){return function(){var t=this,r=arguments;return new Promise((function(o,n){var i=e.apply(t,r);function s(e){a(i,o,n,s,l,"next",e)}function l(e){a(i,o,n,s,l,"throw",e)}s(void 0)}))}}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function u(e,t){return(u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function d(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=g(e);if(t){var n=g(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return m(this,r)}}function m(e,t){if(t&&("object"===i(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var h=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&u(e,t)}(m,e);var t,r,o,i,a=d(m);function m(){return l(this,m),a.apply(this,arguments)}return t=m,(r=[{key:"connect",value:function(){var e=this;window.addEventListener("notification",function(){var t=s(regeneratorRuntime.mark((function t(r){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,e.render(r.detail.template,r.detail.data);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}())}},{key:"render",value:(i=s(regeneratorRuntime.mark((function e(t){var r,o,n,i=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return(r=i.length>1&&void 0!==i[1]?i[1]:{}).site=window.site,o=window.templates.alert,e.next=5,this.engine.parseAndRender(o,r);case 5:n=e.sent,this.element.innerHTML=n,this.show();case 8:case"end":return e.stop()}}),e,this)}))),function(e){return i.apply(this,arguments)})},{key:"show",value:function(){this.element.classList.add("show"),this.element.classList.remove("hide")}},{key:"hide",value:function(){this.element.classList.add("hide"),this.element.classList.remove("show")}},{key:"engine",get:function(){return window.liquid||(window.liquid=new n.a),window.liquid}}])&&c(t.prototype,r),o&&c(t,o),Object.defineProperty(t,"prototype",{writable:!1}),m}(o.b)},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function i(e){return function(){var t=this,r=arguments;return new Promise((function(o,i){var a=e.apply(t,r);function s(e){n(a,o,i,s,l,"next",e)}function l(e){n(a,o,i,s,l,"throw",e)}s(void 0)}))}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=d(e);if(t){var n=d(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return u(this,r)}}function u(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return p}));var m,g,h,p=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&l(e,t)}(m,e);var t,r,o,n,u,d=c(m);function m(){return a(this,m),d.apply(this,arguments)}return t=m,(r=[{key:"connect",value:(u=i(regeneratorRuntime.mark((function e(){var t,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t=this.products,r=window.site,this.render({products:t,site:r}),this.subtotalUpdate(),this.itemCountUpdate(),this.storage_event=this._storage_event.bind(this),this.cart_subtotal_update_event=this._cart_subtotal_update_event.bind(this),window.addEventListener("storage",this.storage_event),window.addEventListener("cart:subtotal:update",this.cart_subtotal_update_event);case 9:case"end":return e.stop()}}),e,this)}))),function(){return u.apply(this,arguments)})},{key:"disconnect",value:function(){window.removeEventListener("storage",this.storage_event),window.removeEventListener("cart:subtotal:update",this.cart_subtotal_update_event)}},{key:"_storage_event",value:(n=i(regeneratorRuntime.mark((function e(t){var r,o,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(null!==(r=t.key)&&void 0!==r&&r.startsWith("cart:item:")){e.next=2;break}return e.abrupt("return");case 2:o=this.products,n=window.site,this.render({products:o,site:n}),this.subtotalUpdate(),this.itemCountUpdate();case 7:case"end":return e.stop()}}),e,this)}))),function(e){return n.apply(this,arguments)})},{key:"_cart_subtotal_update_event",value:function(e){this.itemCountUpdate(),this.subtotalUpdate()}},{key:"render",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=window.templates[this.data.get("itemTemplate")];this.engine.parseAndRender(r,t).then((function(t){return e.cartTarget.innerHTML=t}))}},{key:"subtotalUpdate",value:function(){this.cart&&(this.subtotalTarget.innerText=this.cart.data.attributes.display_total)}},{key:"itemCountUpdate",value:function(){this.hasItemCountTarget&&this.cart&&(this.itemCountTarget.innerText=this.cart.data.attributes.item_count)}}])&&s(t.prototype,r),o&&s(t,o),Object.defineProperty(t,"prototype",{writable:!1}),m}(r(16).CartBaseController);h=["cart","subtotal","itemCount"],(g="targets")in(m=p)?Object.defineProperty(m,g,{value:h,enumerable:!0,configurable:!0,writable:!0}):m[g]=h},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function i(e){return function(){var t=this,r=arguments;return new Promise((function(o,i){var a=e.apply(t,r);function s(e){n(a,o,i,s,l,"next",e)}function l(e){n(a,o,i,s,l,"throw",e)}s(void 0)}))}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=d(e);if(t){var n=d(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return u(this,r)}}function u(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function m(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}r.r(t),r.d(t,"default",(function(){return g}));var g=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&l(e,t)}(g,e);var t,r,o,n,u,d=c(g);function g(){return a(this,g),d.apply(this,arguments)}return t=g,(r=[{key:"connect",value:function(){this.paymentMethodByCurrency={ARS:"Spree::PaymentMethod::MercadoPago",USD:"Spree::PaymentMethod::Paypal"}}},{key:"store",value:function(e){var t=e.currentTarget||e.target;this["".concat(t.dataset.name,"Value")]=t.value}},{key:"formDisable",set:function(e){this.formTarget.elements.forEach((function(t){return t.disabled=e}))}},{key:"pay",value:(u=i(regeneratorRuntime.mark((function e(){var t,r,o,n,i,a,s,l,c,u,d,g,h,p,f,x,v,y,S=this,b=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if((t=b.length>0&&void 0!==b[0]?b[0]:void 0)&&(t.preventDefault(),t.stopPropagation()),this.formTarget.checkValidity()){e.next=5;break}return this.formTarget.classList.add("was-validated"),e.abrupt("return");case 5:return this.formDisable=!0,e.next=8,this.tempCartCreate();case 8:return r=e.sent,o=1,n="line_items",i=this.currencyValue,a=this.priceValue,s="noreply@sutty.nl",l=this.firstnameValue,u=c={firstname:l,lastname:"-",address1:"-",city:"-",country_id:250,zipcode:"1111",phone:"11111111"},d=!0,g=this.customReturnUrl(),h=this.variantIdValue,e.next=28,this.spree.sutty.payWhatYouCan({orderToken:r},{variant_id:h,price:a,currency:i,quantity:o});case 28:if(p=e.sent,h=p.data.id){e.next=34;break}return this.formDisable=!1,console.error("No se pudo generar la variante",{variant_id:h,price:a,currency:i,quantity:o}),e.abrupt("return");case 34:return e.next=36,this.spree.sutty.updateOrder({orderToken:r},{currency:i,confirmation_delivered:d,custom_return_url:g});case 36:if(!((f=e.sent).status>299)){e.next=41;break}return console.error(f),this.formDisable=!1,e.abrupt("return");case 41:return e.next=43,this.spree.cart.addItem({orderToken:r},{variant_id:h,quantity:o,include:n});case 43:if(!(f=e.sent).isFail()){e.next=48;break}return this.handleFailure(f),this.formDisable=!1,e.abrupt("return");case 48:return e.next=50,this.spree.checkout.orderUpdate({orderToken:r},{order:{email:s,ship_address_attributes:c,bill_address_attributes:u}});case 50:if(!(f=e.sent).isFail()){e.next=55;break}return this.handleFailure(f),this.formDisable=!1,e.abrupt("return");case 55:return e.next=57,this.spree.checkout.shippingMethods({orderToken:r},{include:"shipping_rates"});case 57:if(!(f=e.sent).isFail()){e.next=62;break}return this.handleFailure(f),this.formDisable=!1,e.abrupt("return");case 62:return e.next=64,this.spree.checkout.orderUpdate({orderToken:r},{order:{shipments_attributes:[{id:f.success().data[0].id,selected_shipping_rate_id:f.success().included.filter((function(e){return"shipping_rate"==e.type}))[0].id}]}});case 64:return f=e.sent,e.next=67,this.spree.checkout.paymentMethods({orderToken:r});case 67:if(!(f=e.sent).isFail()){e.next=72;break}return this.handleFailure(f),this.formDisable=!1,e.abrupt("return");case 72:return x=f.success().data.find((function(e){return S.paymentMethodByCurrency[S.currencyValue]==e.attributes.type})).id,e.next=75,this.spree.checkout.orderUpdate({orderToken:r},{order:{payments_attributes:[{payment_method_id:x}]},payment_source:m({},x,{name:"Pepitx",month:12,year:2021})});case 75:if(!(f=e.sent).isFail()){e.next=80;break}return this.handleFailure(f),this.formDisable=!1,e.abrupt("return");case 80:return e.next=82,this.spree.checkout.complete({orderToken:r});case 82:if(!(f=e.sent).isFail()){e.next=87;break}return this.handleFailure(f),this.formDisable=!1,e.abrupt("return");case 87:return e.next=89,this.spree.sutty.getCheckoutURL({orderToken:r});case 89:v=e.sent,y=v.data[0],this.visit(y);case 92:case"end":return e.stop()}}),e,this)}))),function(){return u.apply(this,arguments)})},{key:"tempCartCreate",value:(n=i(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.spree.cart.create();case 2:if(!(t=e.sent).isFail()){e.next=6;break}return this.handleFailure(t),e.abrupt("return");case 6:return e.abrupt("return",t.success().data.attributes.token);case 7:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"customReturnUrl",value:function(){var e=new URL(window.location.href);return e.searchParams.set("open",""),e.toString()}}])&&s(t.prototype,r),o&&s(t,o),Object.defineProperty(t,"prototype",{writable:!1}),g}(r(16).CartBaseController);m(g,"targets",["form"]),m(g,"values",{variantId:Number,currency:String,price:Number,firstname:String})},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function a(e,t){return(a=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=u(e);if(t){var n=u(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return l(this,r)}}function l(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return c(e)}function c(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function u(e){return(u=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function d(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}r.r(t),r.d(t,"default",(function(){return m}));var m=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(u,e);var t,r,o,l=s(u);function u(){var e;n(this,u);for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];return d(c(e=l.call.apply(l,[this].concat(r))),"postal_codes",{ad:"^AD\\d{3}$",am:"^(37)?\\d{4}$",ar:"^([A-HJ-NP-Z])?\\d{4}([A-Z]{3})?$",as:"^96799$",at:"^\\d{4}$",au:"^\\d{4}$",ax:"^22\\d{3}$",az:"^\\d{4}$",ba:"^\\d{5}$",bb:"^(BB\\d{5})?$",bd:"^\\d{4}$",be:"^\\d{4}$",bg:"^\\d{4}$",bh:"^((1[0-2]|[2-9])\\d{2})?$",bm:"^[A-Z]{2}[ ]?[A-Z0-9]{2}$",bn:"^[A-Z]{2}[ ]?\\d{4}$",br:"^\\d{5}[\\-]?\\d{3}$",by:"^\\d{6}$",ca:"^[ABCEGHJKLMNPRSTVXY]\\d[ABCEGHJ-NPRSTV-Z][ ]?\\d[ABCEGHJ-NPRSTV-Z]\\d$",cc:"^6799$",ch:"^\\d{4}$",ck:"^\\d{4}$",cl:"^\\d{7}$",cn:"^\\d{6}$",cr:"^\\d{4,5}|\\d{3}-\\d{4}$",cs:"^\\d{5}$",cv:"^\\d{4}$",cx:"^6798$",cy:"^\\d{4}$",cz:"^\\d{3}[ ]?\\d{2}$",de:"^\\d{5}$",dk:"^\\d{4}$",do:"^\\d{5}$",dz:"^\\d{5}$",ec:"^([A-Z]\\d{4}[A-Z]|(?:[A-Z]{2})?\\d{6})?$",ee:"^\\d{5}$",eg:"^\\d{5}$",es:"^\\d{5}$",et:"^\\d{4}$",fi:"^\\d{5}$",fk:"^FIQQ 1ZZ$",fm:"^(9694[1-4])([ \\-]\\d{4})?$",fo:"^\\d{3}$",fr:"^\\d{2}[ ]?\\d{3}$",gb:"^GIR[ ]?0AA|((AB|AL|B|BA|BB|BD|BH|BL|BN|BR|BS|BT|CA|CB|CF|CH|CM|CO|CR|CT|CV|CW|DA|DD|DE|DG|DH|DL|DN|DT|DY|E|EC|EH|EN|EX|FK|FY|G|GL|GY|GU|HA|HD|HG|HP|HR|HS|HU|HX|IG|IM|IP|IV|JE|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|ML|N|NE|NG|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|SR|SS|ST|SW|SY|TA|TD|TF|TN|TQ|TR|TS|TW|UB|W|WA|WC|WD|WF|WN|WR|WS|WV|YO|ZE)(\\d[\\dA-Z]?[ ]?\\d[ABD-HJLN-UW-Z]{2}))|BFPO[ ]?\\d{1,4}$",ge:"^\\d{4}$",gf:"^9[78]3\\d{2}$",gg:"^GY\\d[\\dA-Z]?[ ]?\\d[ABD-HJLN-UW-Z]{2}$",gl:"^39\\d{2}$",gn:"^\\d{3}$",gp:"^9[78][01]\\d{2}$",gr:"^\\d{3}[ ]?\\d{2}$",gs:"^SIQQ 1ZZ$",gt:"^\\d{5}$",gu:"^969[123]\\d([ \\-]\\d{4})?$",gw:"^\\d{4}$",hm:"^\\d{4}$",hn:"^(?:\\d{5})?$",hr:"^\\d{5}$",ht:"^\\d{4}$",hu:"^\\d{4}$",id:"^\\d{5}$",il:"^\\d{5}$",im:"^IM\\d[\\dA-Z]?[ ]?\\d[ABD-HJLN-UW-Z]{2}$",in:"^\\d{6}$",io:"^BBND 1ZZ$",iq:"^\\d{5}$",is:"^\\d{3}$",it:"^\\d{5}$",je:"^JE\\d[\\dA-Z]?[ ]?\\d[ABD-HJLN-UW-Z]{2}$",jo:"^\\d{5}$",jp:"^\\d{3}-\\d{4}$",ke:"^\\d{5}$",kg:"^\\d{6}$",kh:"^\\d{5}$",kr:"^\\d{3}[\\-]\\d{3}$",kw:"^\\d{5}$",kz:"^\\d{6}$",la:"^\\d{5}$",lb:"^(\\d{4}([ ]?\\d{4})?)?$",li:"^(948[5-9])|(949[0-7])$",lk:"^\\d{5}$",lr:"^\\d{4}$",ls:"^\\d{3}$",lt:"^\\d{5}$",lu:"^\\d{4}$",lv:"^\\d{4}$",ma:"^\\d{5}$",mc:"^980\\d{2}$",md:"^\\d{4}$",me:"^8\\d{4}$",mg:"^\\d{3}$",mh:"^969[67]\\d([ \\-]\\d{4})?$",mk:"^\\d{4}$",mn:"^\\d{6}$",mp:"^9695[012]([ \\-]\\d{4})?$",mq:"^9[78]2\\d{2}$",mt:"^[A-Z]{3}[ ]?\\d{2,4}$",mu:"^(\\d{3}[A-Z]{2}\\d{3})?$",mv:"^\\d{5}$",mx:"^\\d{5}$",my:"^\\d{5}$",nc:"^988\\d{2}$",ne:"^\\d{4}$",nf:"^2899$",ng:"^(\\d{6})?$",ni:"^((\\d{4}-)?\\d{3}-\\d{3}(-\\d{1})?)?$",nl:"^\\d{4}[ ]?[A-Z]{2}$",no:"^\\d{4}$",np:"^\\d{5}$",nz:"^\\d{4}$",om:"^(PC )?\\d{3}$",pf:"^987\\d{2}$",pg:"^\\d{3}$",ph:"^\\d{4}$",pk:"^\\d{5}$",pl:"^\\d{2}-\\d{3}$",pm:"^9[78]5\\d{2}$",pn:"^PCRN 1ZZ$",pr:"^00[679]\\d{2}([ \\-]\\d{4})?$",pt:"^\\d{4}([\\-]\\d{3})?$",pw:"^96940$",py:"^\\d{4}$",re:"^9[78]4\\d{2}$",ro:"^\\d{6}$",rs:"^\\d{6}$",ru:"^\\d{6}$",sa:"^\\d{5}$",se:"^\\d{3}[ ]?\\d{2}$",sg:"^\\d{6}$",sh:"^(ASCN|STHL) 1ZZ$",si:"^\\d{4}$",sj:"^\\d{4}$",sk:"^\\d{3}[ ]?\\d{2}$",sm:"^4789\\d$",sn:"^\\d{5}$",so:"^\\d{5}$",sz:"^[HLMS]\\d{3}$",tc:"^TKCA 1ZZ$",th:"^\\d{5}$",tj:"^\\d{6}$",tm:"^\\d{6}$",tn:"^\\d{4}$",tr:"^\\d{5}$",tw:"^\\d{3}(\\d{2})?$",ua:"^\\d{5}$",us:"^\\d{5}([ \\-]\\d{4})?$",uy:"^\\d{5}$",uz:"^\\d{6}$",va:"^00120$",ve:"^\\d{4}$",vi:"^008(([0-4]\\d)|(5[01]))([ \\-]\\d{4})?$",wf:"^986\\d{2}$",xk:"^\\d{5}$",yt:"^976\\d{2}$",yu:"^\\d{5}$",za:"^\\d{4}$",zm:"^\\d{5}$"}),e}return t=u,(r=[{key:"connect",value:function(){this.cart_country_update_event=this._cart_country_update_event.bind(this),window.addEventListener("cart:country:update",this.cart_country_update_event)}},{key:"disconnect",value:function(){window.removeEventListener("cart:country:update",this.cart_country_update_event)}},{key:"_cart_country_update_event",value:function(e){if(this.data.get("group")===e.detail.group){var t="true"==e.detail.data.zipcodeRequired;this.codeTarget.value="",this.codeTarget.disabled=!t,this.codeTarget.required=t,t&&(this.codeTarget.pattern=this.postal_codes[e.detail.iso.toLowerCase()]||".*",e.detail.selectedZipcode&&(this.codeTarget.value=e.detail.selectedZipcode,this.codeTarget.dispatchEvent(new Event("change"))))}}}])&&i(t.prototype,r),o&&i(t,o),Object.defineProperty(t,"prototype",{writable:!1}),u}(r(15).b);d(m,"targets",["code"])},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=function(e,t){if(!e)return;if("string"==typeof e)return i(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return i(e,t)}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var o=0,n=function(){};return{s:n,n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return s=e.done,e},e:function(e){l=!0,a=e},f:function(){try{s||null==r.return||r.return()}finally{if(l)throw a}}}}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=d(e);if(t){var n=d(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return u(this,r)}}function u(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return p}));var m,g,h,p=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&l(e,t)}(u,e);var t,r,o,i=c(u);function u(){return a(this,u),i.apply(this,arguments)}return t=u,(r=[{key:"connect",value:function(){var e,t=n(this.sectionTargets);try{for(t.s();!(e=t.n()).done;){var r=e.value;this.observer.observe(r)}}catch(e){t.e(e)}finally{t.f()}}},{key:"observer",get:function(){var e=this;return this._observer||(this._observer=new IntersectionObserver((function(t,r){return e.update(t)}),this.options)),this._observer}},{key:"options",get:function(){return this._options||(this._options={threshold:0,rootMargin:"0px"}),this._options}},{key:"update",value:function(e){var t=e.find((function(e){return e.isIntersecting}));t&&window.dispatchEvent(new CustomEvent("scroll:section",{detail:{id:t.target.id}}))}}])&&s(t.prototype,r),o&&s(t,o),Object.defineProperty(t,"prototype",{writable:!1}),u}(r(15).b);h=["section"],(g="targets")in(m=p)?Object.defineProperty(m,g,{value:h,enumerable:!0,configurable:!0,writable:!0}):m[g]=h},function(e,t,r){"use strict";r.r(t),r.d(t,"default",(function(){return S}));var o=r(15),n=r(75);function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=function(e,t){if(!e)return;if("string"==typeof e)return s(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return s(e,t)}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var o=0,n=function(){};return{s:n,n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){l=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(l)throw i}}}}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function l(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function c(e){return function(){var t=this,r=arguments;return new Promise((function(o,n){var i=e.apply(t,r);function a(e){l(i,o,n,a,s,"next",e)}function s(e){l(i,o,n,a,s,"throw",e)}a(void 0)}))}}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function d(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function m(e,t){return(m=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function g(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p(e);if(t){var n=p(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return h(this,r)}}function h(e,t){if(t&&("object"===i(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function p(e){return(p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var f=r(559);r(560)(f),r(561)(f);var x,v,y,S=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&m(e,t)}(l,e);var t,r,o,i,s=g(l);function l(){return u(this,l),s.apply(this,arguments)}return t=l,(r=[{key:"q",get:function(){if(this.hasQTarget&&0!==!this.qTarget.value.trim().length)return this.qTarget.value.trim().replaceAll(/[:~\*\^\+\-]/gi,"")}},{key:"connect",value:function(){var e,t=null===(e=new URLSearchParams(window.location.search).get("q"))||void 0===e?void 0:e.trim();t&&(this.qTarget.value=t,this.search())}},{key:"search",value:(i=c(regeneratorRuntime.mark((function e(t){var r,o,n,i,a,s,l,c;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t&&(t.preventDefault(),t.stopPropagation()),this.formDisable=!0,!(r=this.q)){e.next=8;break}return e.next=6,this.fetch();case 6:if(window.index){e.next=8;break}return e.abrupt("return");case 8:return o=document.querySelector("main"),n=window.index.search(r).map((function(e){return window.data.find((function(t){return t.id==e.ref}))})),i=window.site,a=window.templates.results,e.next=14,this.engine.parseAndRender(a,{q:r,site:i,results:n});case 14:s=e.sent,l="".concat(i.i18n.search.title," - ").concat(r),c=new URLSearchParams({q:r}),window.history.pushState({q:r},l,"?".concat(c.toString())),document.title=l,o.innerHTML=s,this.formDisable=!1;case 21:case"end":return e.stop()}}),e,this)}))),function(e){return i.apply(this,arguments)})},{key:"fetch",value:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}(c(regeneratorRuntime.mark((function e(){var t,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.fetching){e.next=2;break}return e.abrupt("return");case 2:if(this.fetching=!0,window.data){e.next=10;break}return e.next=6,fetch("data.json");case 6:return t=e.sent,e.next=9,t.json();case 9:window.data=e.sent;case 10:if(window.index){e.next=18;break}return e.next=13,fetch("idx.json");case 13:return t=e.sent,e.next=16,t.json();case 16:r=e.sent,window.index=f.Index.load(r);case 18:this.fetching=!1;case 19:case"end":return e.stop()}}),e,this)}))))},{key:"formDisable",set:function(e){var t,r=a(this.element.elements);try{for(r.s();!(t=r.n()).done;)t.value.disabled=e}catch(e){r.e(e)}finally{r.f()}}},{key:"engine",get:function(){return window.liquid||(window.liquid=new n.a),window.liquid}}])&&d(t.prototype,r),o&&d(t,o),Object.defineProperty(t,"prototype",{writable:!1}),l}(o.b);y=["q"],(v="targets")in(x=S)?Object.defineProperty(x,v,{value:y,enumerable:!0,configurable:!0,writable:!0}):x[v]=y},function(e,t,r){var o,n;
|
|
17
|
+
/**
|
|
18
|
+
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
|
|
19
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
20
|
+
* @license MIT
|
|
21
|
+
*/!function(){var i,a,s,l,c,u,d,m,g,h,p,f,x,v,y,S,b,A,w,T,P,M,_,E,L,O,B=function(e){var t=new B.Builder;return t.pipeline.add(B.trimmer,B.stopWordFilter,B.stemmer),t.searchPipeline.add(B.stemmer),e.call(t,t),t.build()};B.version="2.3.9"
|
|
22
|
+
/*!
|
|
23
|
+
* lunr.utils
|
|
24
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
25
|
+
*/,B.utils={},B.utils.warn=(i=this,function(e){i.console&&console.warn&&console.warn(e)}),B.utils.asString=function(e){return null==e?"":e.toString()},B.utils.clone=function(e){if(null==e)return e;for(var t=Object.create(null),r=Object.keys(e),o=0;o<r.length;o++){var n=r[o],i=e[n];if(Array.isArray(i))t[n]=i.slice();else{if("string"!=typeof i&&"number"!=typeof i&&"boolean"!=typeof i)throw new TypeError("clone is not deep and does not support nested objects");t[n]=i}}return t},B.FieldRef=function(e,t,r){this.docRef=e,this.fieldName=t,this._stringValue=r},B.FieldRef.joiner="/",B.FieldRef.fromString=function(e){var t=e.indexOf(B.FieldRef.joiner);if(-1===t)throw"malformed field ref string";var r=e.slice(0,t),o=e.slice(t+1);return new B.FieldRef(o,r,e)},B.FieldRef.prototype.toString=function(){return null==this._stringValue&&(this._stringValue=this.fieldName+B.FieldRef.joiner+this.docRef),this._stringValue}
|
|
26
|
+
/*!
|
|
27
|
+
* lunr.Set
|
|
28
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
29
|
+
*/,B.Set=function(e){if(this.elements=Object.create(null),e){this.length=e.length;for(var t=0;t<this.length;t++)this.elements[e[t]]=!0}else this.length=0},B.Set.complete={intersect:function(e){return e},union:function(){return this},contains:function(){return!0}},B.Set.empty={intersect:function(){return this},union:function(e){return e},contains:function(){return!1}},B.Set.prototype.contains=function(e){return!!this.elements[e]},B.Set.prototype.intersect=function(e){var t,r,o,n=[];if(e===B.Set.complete)return this;if(e===B.Set.empty)return e;this.length<e.length?(t=this,r=e):(t=e,r=this),o=Object.keys(t.elements);for(var i=0;i<o.length;i++){var a=o[i];a in r.elements&&n.push(a)}return new B.Set(n)},B.Set.prototype.union=function(e){return e===B.Set.complete?B.Set.complete:e===B.Set.empty?this:new B.Set(Object.keys(this.elements).concat(Object.keys(e.elements)))},B.idf=function(e,t){var r=0;for(var o in e)"_index"!=o&&(r+=Object.keys(e[o]).length);var n=(t-r+.5)/(r+.5);return Math.log(1+Math.abs(n))},B.Token=function(e,t){this.str=e||"",this.metadata=t||{}},B.Token.prototype.toString=function(){return this.str},B.Token.prototype.update=function(e){return this.str=e(this.str,this.metadata),this},B.Token.prototype.clone=function(e){return e=e||function(e){return e},new B.Token(e(this.str,this.metadata),this.metadata)}
|
|
30
|
+
/*!
|
|
31
|
+
* lunr.tokenizer
|
|
32
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
33
|
+
*/,B.tokenizer=function(e,t){if(null==e||null==e)return[];if(Array.isArray(e))return e.map((function(e){return new B.Token(B.utils.asString(e).toLowerCase(),B.utils.clone(t))}));for(var r=e.toString().toLowerCase(),o=r.length,n=[],i=0,a=0;i<=o;i++){var s=i-a;if(r.charAt(i).match(B.tokenizer.separator)||i==o){if(s>0){var l=B.utils.clone(t)||{};l.position=[a,s],l.index=n.length,n.push(new B.Token(r.slice(a,i),l))}a=i+1}}return n},B.tokenizer.separator=/[\s\-]+/
|
|
34
|
+
/*!
|
|
35
|
+
* lunr.Pipeline
|
|
36
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
37
|
+
*/,B.Pipeline=function(){this._stack=[]},B.Pipeline.registeredFunctions=Object.create(null),B.Pipeline.registerFunction=function(e,t){t in this.registeredFunctions&&B.utils.warn("Overwriting existing registered function: "+t),e.label=t,B.Pipeline.registeredFunctions[e.label]=e},B.Pipeline.warnIfFunctionNotRegistered=function(e){e.label&&e.label in this.registeredFunctions||B.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},B.Pipeline.load=function(e){var t=new B.Pipeline;return e.forEach((function(e){var r=B.Pipeline.registeredFunctions[e];if(!r)throw new Error("Cannot load unregistered function: "+e);t.add(r)})),t},B.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach((function(e){B.Pipeline.warnIfFunctionNotRegistered(e),this._stack.push(e)}),this)},B.Pipeline.prototype.after=function(e,t){B.Pipeline.warnIfFunctionNotRegistered(t);var r=this._stack.indexOf(e);if(-1==r)throw new Error("Cannot find existingFn");r+=1,this._stack.splice(r,0,t)},B.Pipeline.prototype.before=function(e,t){B.Pipeline.warnIfFunctionNotRegistered(t);var r=this._stack.indexOf(e);if(-1==r)throw new Error("Cannot find existingFn");this._stack.splice(r,0,t)},B.Pipeline.prototype.remove=function(e){var t=this._stack.indexOf(e);-1!=t&&this._stack.splice(t,1)},B.Pipeline.prototype.run=function(e){for(var t=this._stack.length,r=0;r<t;r++){for(var o=this._stack[r],n=[],i=0;i<e.length;i++){var a=o(e[i],i,e);if(null!=a&&""!==a)if(Array.isArray(a))for(var s=0;s<a.length;s++)n.push(a[s]);else n.push(a)}e=n}return e},B.Pipeline.prototype.runString=function(e,t){var r=new B.Token(e,t);return this.run([r]).map((function(e){return e.toString()}))},B.Pipeline.prototype.reset=function(){this._stack=[]},B.Pipeline.prototype.toJSON=function(){return this._stack.map((function(e){return B.Pipeline.warnIfFunctionNotRegistered(e),e.label}))}
|
|
38
|
+
/*!
|
|
39
|
+
* lunr.Vector
|
|
40
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
41
|
+
*/,B.Vector=function(e){this._magnitude=0,this.elements=e||[]},B.Vector.prototype.positionForIndex=function(e){if(0==this.elements.length)return 0;for(var t=0,r=this.elements.length/2,o=r-t,n=Math.floor(o/2),i=this.elements[2*n];o>1&&(i<e&&(t=n),i>e&&(r=n),i!=e);)o=r-t,n=t+Math.floor(o/2),i=this.elements[2*n];return i==e||i>e?2*n:i<e?2*(n+1):void 0},B.Vector.prototype.insert=function(e,t){this.upsert(e,t,(function(){throw"duplicate index"}))},B.Vector.prototype.upsert=function(e,t,r){this._magnitude=0;var o=this.positionForIndex(e);this.elements[o]==e?this.elements[o+1]=r(this.elements[o+1],t):this.elements.splice(o,0,e,t)},B.Vector.prototype.magnitude=function(){if(this._magnitude)return this._magnitude;for(var e=0,t=this.elements.length,r=1;r<t;r+=2){var o=this.elements[r];e+=o*o}return this._magnitude=Math.sqrt(e)},B.Vector.prototype.dot=function(e){for(var t=0,r=this.elements,o=e.elements,n=r.length,i=o.length,a=0,s=0,l=0,c=0;l<n&&c<i;)(a=r[l])<(s=o[c])?l+=2:a>s?c+=2:a==s&&(t+=r[l+1]*o[c+1],l+=2,c+=2);return t},B.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},B.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),t=1,r=0;t<this.elements.length;t+=2,r++)e[r]=this.elements[t];return e},B.Vector.prototype.toJSON=function(){return this.elements}
|
|
42
|
+
/*!
|
|
43
|
+
* lunr.stemmer
|
|
44
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
45
|
+
* Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
|
|
46
|
+
*/,B.stemmer=(a={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},s={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},l="[aeiouy]",c="[^aeiou][^aeiouy]*",u=new RegExp("^([^aeiou][^aeiouy]*)?[aeiouy][aeiou]*[^aeiou][^aeiouy]*"),d=new RegExp("^([^aeiou][^aeiouy]*)?[aeiouy][aeiou]*[^aeiou][^aeiouy]*[aeiouy][aeiou]*[^aeiou][^aeiouy]*"),m=new RegExp("^([^aeiou][^aeiouy]*)?[aeiouy][aeiou]*[^aeiou][^aeiouy]*([aeiouy][aeiou]*)?$"),g=new RegExp("^([^aeiou][^aeiouy]*)?[aeiouy]"),h=/^(.+?)(ss|i)es$/,p=/^(.+?)([^s])s$/,f=/^(.+?)eed$/,x=/^(.+?)(ed|ing)$/,v=/.$/,y=/(at|bl|iz)$/,S=new RegExp("([^aeiouylsz])\\1$"),b=new RegExp("^"+c+l+"[^aeiouwxy]$"),A=/^(.+?[^aeiou])y$/,w=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,T=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,P=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,M=/^(.+?)(s|t)(ion)$/,_=/^(.+?)e$/,E=/ll$/,L=new RegExp("^"+c+l+"[^aeiouwxy]$"),O=function(e){var t,r,o,n,i,l,c;if(e.length<3)return e;if("y"==(o=e.substr(0,1))&&(e=o.toUpperCase()+e.substr(1)),i=p,(n=h).test(e)?e=e.replace(n,"$1$2"):i.test(e)&&(e=e.replace(i,"$1$2")),i=x,(n=f).test(e)){var O=n.exec(e);(n=u).test(O[1])&&(n=v,e=e.replace(n,""))}else i.test(e)&&(t=(O=i.exec(e))[1],(i=g).test(t)&&(l=S,c=b,(i=y).test(e=t)?e+="e":l.test(e)?(n=v,e=e.replace(n,"")):c.test(e)&&(e+="e")));return(n=A).test(e)&&(e=(t=(O=n.exec(e))[1])+"i"),(n=w).test(e)&&(t=(O=n.exec(e))[1],r=O[2],(n=u).test(t)&&(e=t+a[r])),(n=T).test(e)&&(t=(O=n.exec(e))[1],r=O[2],(n=u).test(t)&&(e=t+s[r])),i=M,(n=P).test(e)?(t=(O=n.exec(e))[1],(n=d).test(t)&&(e=t)):i.test(e)&&(t=(O=i.exec(e))[1]+O[2],(i=d).test(t)&&(e=t)),(n=_).test(e)&&(t=(O=n.exec(e))[1],i=m,l=L,((n=d).test(t)||i.test(t)&&!l.test(t))&&(e=t)),i=d,(n=E).test(e)&&i.test(e)&&(n=v,e=e.replace(n,"")),"y"==o&&(e=o.toLowerCase()+e.substr(1)),e},function(e){return e.update(O)}),B.Pipeline.registerFunction(B.stemmer,"stemmer")
|
|
47
|
+
/*!
|
|
48
|
+
* lunr.stopWordFilter
|
|
49
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
50
|
+
*/,B.generateStopWordFilter=function(e){var t=e.reduce((function(e,t){return e[t]=t,e}),{});return function(e){if(e&&t[e.toString()]!==e.toString())return e}},B.stopWordFilter=B.generateStopWordFilter(["a","able","about","across","after","all","almost","also","am","among","an","and","any","are","as","at","be","because","been","but","by","can","cannot","could","dear","did","do","does","either","else","ever","every","for","from","get","got","had","has","have","he","her","hers","him","his","how","however","i","if","in","into","is","it","its","just","least","let","like","likely","may","me","might","most","must","my","neither","no","nor","not","of","off","often","on","only","or","other","our","own","rather","said","say","says","she","should","since","so","some","than","that","the","their","them","then","there","these","they","this","tis","to","too","twas","us","wants","was","we","were","what","when","where","which","while","who","whom","why","will","with","would","yet","you","your"]),B.Pipeline.registerFunction(B.stopWordFilter,"stopWordFilter")
|
|
51
|
+
/*!
|
|
52
|
+
* lunr.trimmer
|
|
53
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
54
|
+
*/,B.trimmer=function(e){return e.update((function(e){return e.replace(/^\W+/,"").replace(/\W+$/,"")}))},B.Pipeline.registerFunction(B.trimmer,"trimmer")
|
|
55
|
+
/*!
|
|
56
|
+
* lunr.TokenSet
|
|
57
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
58
|
+
*/,B.TokenSet=function(){this.final=!1,this.edges={},this.id=B.TokenSet._nextId,B.TokenSet._nextId+=1},B.TokenSet._nextId=1,B.TokenSet.fromArray=function(e){for(var t=new B.TokenSet.Builder,r=0,o=e.length;r<o;r++)t.insert(e[r]);return t.finish(),t.root},B.TokenSet.fromClause=function(e){return"editDistance"in e?B.TokenSet.fromFuzzyString(e.term,e.editDistance):B.TokenSet.fromString(e.term)},B.TokenSet.fromFuzzyString=function(e,t){for(var r=new B.TokenSet,o=[{node:r,editsRemaining:t,str:e}];o.length;){var n=o.pop();if(n.str.length>0){var i,a=n.str.charAt(0);a in n.node.edges?i=n.node.edges[a]:(i=new B.TokenSet,n.node.edges[a]=i),1==n.str.length&&(i.final=!0),o.push({node:i,editsRemaining:n.editsRemaining,str:n.str.slice(1)})}if(0!=n.editsRemaining){if("*"in n.node.edges)var s=n.node.edges["*"];else{s=new B.TokenSet;n.node.edges["*"]=s}if(0==n.str.length&&(s.final=!0),o.push({node:s,editsRemaining:n.editsRemaining-1,str:n.str}),n.str.length>1&&o.push({node:n.node,editsRemaining:n.editsRemaining-1,str:n.str.slice(1)}),1==n.str.length&&(n.node.final=!0),n.str.length>=1){if("*"in n.node.edges)var l=n.node.edges["*"];else{l=new B.TokenSet;n.node.edges["*"]=l}1==n.str.length&&(l.final=!0),o.push({node:l,editsRemaining:n.editsRemaining-1,str:n.str.slice(1)})}if(n.str.length>1){var c,u=n.str.charAt(0),d=n.str.charAt(1);d in n.node.edges?c=n.node.edges[d]:(c=new B.TokenSet,n.node.edges[d]=c),1==n.str.length&&(c.final=!0),o.push({node:c,editsRemaining:n.editsRemaining-1,str:u+n.str.slice(2)})}}}return r},B.TokenSet.fromString=function(e){for(var t=new B.TokenSet,r=t,o=0,n=e.length;o<n;o++){var i=e[o],a=o==n-1;if("*"==i)t.edges[i]=t,t.final=a;else{var s=new B.TokenSet;s.final=a,t.edges[i]=s,t=s}}return r},B.TokenSet.prototype.toArray=function(){for(var e=[],t=[{prefix:"",node:this}];t.length;){var r=t.pop(),o=Object.keys(r.node.edges),n=o.length;r.node.final&&(r.prefix.charAt(0),e.push(r.prefix));for(var i=0;i<n;i++){var a=o[i];t.push({prefix:r.prefix.concat(a),node:r.node.edges[a]})}}return e},B.TokenSet.prototype.toString=function(){if(this._str)return this._str;for(var e=this.final?"1":"0",t=Object.keys(this.edges).sort(),r=t.length,o=0;o<r;o++){var n=t[o];e=e+n+this.edges[n].id}return e},B.TokenSet.prototype.intersect=function(e){for(var t=new B.TokenSet,r=void 0,o=[{qNode:e,output:t,node:this}];o.length;){r=o.pop();for(var n=Object.keys(r.qNode.edges),i=n.length,a=Object.keys(r.node.edges),s=a.length,l=0;l<i;l++)for(var c=n[l],u=0;u<s;u++){var d=a[u];if(d==c||"*"==c){var m=r.node.edges[d],g=r.qNode.edges[c],h=m.final&&g.final,p=void 0;d in r.output.edges?(p=r.output.edges[d]).final=p.final||h:((p=new B.TokenSet).final=h,r.output.edges[d]=p),o.push({qNode:g,output:p,node:m})}}}return t},B.TokenSet.Builder=function(){this.previousWord="",this.root=new B.TokenSet,this.uncheckedNodes=[],this.minimizedNodes={}},B.TokenSet.Builder.prototype.insert=function(e){var t,r=0;if(e<this.previousWord)throw new Error("Out of order word insertion");for(var o=0;o<e.length&&o<this.previousWord.length&&e[o]==this.previousWord[o];o++)r++;this.minimize(r),t=0==this.uncheckedNodes.length?this.root:this.uncheckedNodes[this.uncheckedNodes.length-1].child;for(o=r;o<e.length;o++){var n=new B.TokenSet,i=e[o];t.edges[i]=n,this.uncheckedNodes.push({parent:t,char:i,child:n}),t=n}t.final=!0,this.previousWord=e},B.TokenSet.Builder.prototype.finish=function(){this.minimize(0)},B.TokenSet.Builder.prototype.minimize=function(e){for(var t=this.uncheckedNodes.length-1;t>=e;t--){var r=this.uncheckedNodes[t],o=r.child.toString();o in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[o]:(r.child._str=o,this.minimizedNodes[o]=r.child),this.uncheckedNodes.pop()}}
|
|
59
|
+
/*!
|
|
60
|
+
* lunr.Index
|
|
61
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
62
|
+
*/,B.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},B.Index.prototype.search=function(e){return this.query((function(t){new B.QueryParser(e,t).parse()}))},B.Index.prototype.query=function(e){for(var t=new B.Query(this.fields),r=Object.create(null),o=Object.create(null),n=Object.create(null),i=Object.create(null),a=Object.create(null),s=0;s<this.fields.length;s++)o[this.fields[s]]=new B.Vector;e.call(t,t);for(s=0;s<t.clauses.length;s++){var l=t.clauses[s],c=null,u=B.Set.empty;c=l.usePipeline?this.pipeline.runString(l.term,{fields:l.fields}):[l.term];for(var d=0;d<c.length;d++){var m=c[d];l.term=m;var g=B.TokenSet.fromClause(l),h=this.tokenSet.intersect(g).toArray();if(0===h.length&&l.presence===B.Query.presence.REQUIRED){for(var p=0;p<l.fields.length;p++){i[C=l.fields[p]]=B.Set.empty}break}for(var f=0;f<h.length;f++){var x=h[f],v=this.invertedIndex[x],y=v._index;for(p=0;p<l.fields.length;p++){var S=v[C=l.fields[p]],b=Object.keys(S),A=x+"/"+C,w=new B.Set(b);if(l.presence==B.Query.presence.REQUIRED&&(u=u.union(w),void 0===i[C]&&(i[C]=B.Set.complete)),l.presence!=B.Query.presence.PROHIBITED){if(o[C].upsert(y,l.boost,(function(e,t){return e+t})),!n[A]){for(var T=0;T<b.length;T++){var P,M=b[T],_=new B.FieldRef(M,C),E=S[M];void 0===(P=r[_])?r[_]=new B.MatchData(x,C,E):P.add(x,C,E)}n[A]=!0}}else void 0===a[C]&&(a[C]=B.Set.empty),a[C]=a[C].union(w)}}}if(l.presence===B.Query.presence.REQUIRED)for(p=0;p<l.fields.length;p++){i[C=l.fields[p]]=i[C].intersect(u)}}var L=B.Set.complete,O=B.Set.empty;for(s=0;s<this.fields.length;s++){var C;i[C=this.fields[s]]&&(L=L.intersect(i[C])),a[C]&&(O=O.union(a[C]))}var N=Object.keys(r),G=[],R=Object.create(null);if(t.isNegated()){N=Object.keys(this.fieldVectors);for(s=0;s<N.length;s++){_=N[s];var I=B.FieldRef.fromString(_);r[_]=new B.MatchData}}for(s=0;s<N.length;s++){var k=(I=B.FieldRef.fromString(N[s])).docRef;if(L.contains(k)&&!O.contains(k)){var F,D=this.fieldVectors[I],$=o[I.fieldName].similarity(D);if(void 0!==(F=R[k]))F.score+=$,F.matchData.combine(r[I]);else{var X={ref:k,score:$,matchData:r[I]};R[k]=X,G.push(X)}}}return G.sort((function(e,t){return t.score-e.score}))},B.Index.prototype.toJSON=function(){var e=Object.keys(this.invertedIndex).sort().map((function(e){return[e,this.invertedIndex[e]]}),this),t=Object.keys(this.fieldVectors).map((function(e){return[e,this.fieldVectors[e].toJSON()]}),this);return{version:B.version,fields:this.fields,fieldVectors:t,invertedIndex:e,pipeline:this.pipeline.toJSON()}},B.Index.load=function(e){var t={},r={},o=e.fieldVectors,n=Object.create(null),i=e.invertedIndex,a=new B.TokenSet.Builder,s=B.Pipeline.load(e.pipeline);e.version!=B.version&&B.utils.warn("Version mismatch when loading serialised index. Current version of lunr '"+B.version+"' does not match serialized index '"+e.version+"'");for(var l=0;l<o.length;l++){var c=(d=o[l])[0],u=d[1];r[c]=new B.Vector(u)}for(l=0;l<i.length;l++){var d,m=(d=i[l])[0],g=d[1];a.insert(m),n[m]=g}return a.finish(),t.fields=e.fields,t.fieldVectors=r,t.invertedIndex=n,t.tokenSet=a.root,t.pipeline=s,new B.Index(t)}
|
|
63
|
+
/*!
|
|
64
|
+
* lunr.Builder
|
|
65
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
66
|
+
*/,B.Builder=function(){this._ref="id",this._fields=Object.create(null),this._documents=Object.create(null),this.invertedIndex=Object.create(null),this.fieldTermFrequencies={},this.fieldLengths={},this.tokenizer=B.tokenizer,this.pipeline=new B.Pipeline,this.searchPipeline=new B.Pipeline,this.documentCount=0,this._b=.75,this._k1=1.2,this.termIndex=0,this.metadataWhitelist=[]},B.Builder.prototype.ref=function(e){this._ref=e},B.Builder.prototype.field=function(e,t){if(/\//.test(e))throw new RangeError("Field '"+e+"' contains illegal character '/'");this._fields[e]=t||{}},B.Builder.prototype.b=function(e){this._b=e<0?0:e>1?1:e},B.Builder.prototype.k1=function(e){this._k1=e},B.Builder.prototype.add=function(e,t){var r=e[this._ref],o=Object.keys(this._fields);this._documents[r]=t||{},this.documentCount+=1;for(var n=0;n<o.length;n++){var i=o[n],a=this._fields[i].extractor,s=a?a(e):e[i],l=this.tokenizer(s,{fields:[i]}),c=this.pipeline.run(l),u=new B.FieldRef(r,i),d=Object.create(null);this.fieldTermFrequencies[u]=d,this.fieldLengths[u]=0,this.fieldLengths[u]+=c.length;for(var m=0;m<c.length;m++){var g=c[m];if(null==d[g]&&(d[g]=0),d[g]+=1,null==this.invertedIndex[g]){var h=Object.create(null);h._index=this.termIndex,this.termIndex+=1;for(var p=0;p<o.length;p++)h[o[p]]=Object.create(null);this.invertedIndex[g]=h}null==this.invertedIndex[g][i][r]&&(this.invertedIndex[g][i][r]=Object.create(null));for(var f=0;f<this.metadataWhitelist.length;f++){var x=this.metadataWhitelist[f],v=g.metadata[x];null==this.invertedIndex[g][i][r][x]&&(this.invertedIndex[g][i][r][x]=[]),this.invertedIndex[g][i][r][x].push(v)}}}},B.Builder.prototype.calculateAverageFieldLengths=function(){for(var e=Object.keys(this.fieldLengths),t=e.length,r={},o={},n=0;n<t;n++){var i=B.FieldRef.fromString(e[n]),a=i.fieldName;o[a]||(o[a]=0),o[a]+=1,r[a]||(r[a]=0),r[a]+=this.fieldLengths[i]}var s=Object.keys(this._fields);for(n=0;n<s.length;n++){var l=s[n];r[l]=r[l]/o[l]}this.averageFieldLength=r},B.Builder.prototype.createFieldVectors=function(){for(var e={},t=Object.keys(this.fieldTermFrequencies),r=t.length,o=Object.create(null),n=0;n<r;n++){for(var i=B.FieldRef.fromString(t[n]),a=i.fieldName,s=this.fieldLengths[i],l=new B.Vector,c=this.fieldTermFrequencies[i],u=Object.keys(c),d=u.length,m=this._fields[a].boost||1,g=this._documents[i.docRef].boost||1,h=0;h<d;h++){var p,f,x,v=u[h],y=c[v],S=this.invertedIndex[v]._index;void 0===o[v]?(p=B.idf(this.invertedIndex[v],this.documentCount),o[v]=p):p=o[v],f=p*((this._k1+1)*y)/(this._k1*(1-this._b+this._b*(s/this.averageFieldLength[a]))+y),f*=m,f*=g,x=Math.round(1e3*f)/1e3,l.insert(S,x)}e[i]=l}this.fieldVectors=e},B.Builder.prototype.createTokenSet=function(){this.tokenSet=B.TokenSet.fromArray(Object.keys(this.invertedIndex).sort())},B.Builder.prototype.build=function(){return this.calculateAverageFieldLengths(),this.createFieldVectors(),this.createTokenSet(),new B.Index({invertedIndex:this.invertedIndex,fieldVectors:this.fieldVectors,tokenSet:this.tokenSet,fields:Object.keys(this._fields),pipeline:this.searchPipeline})},B.Builder.prototype.use=function(e){var t=Array.prototype.slice.call(arguments,1);t.unshift(this),e.apply(this,t)},B.MatchData=function(e,t,r){for(var o=Object.create(null),n=Object.keys(r||{}),i=0;i<n.length;i++){var a=n[i];o[a]=r[a].slice()}this.metadata=Object.create(null),void 0!==e&&(this.metadata[e]=Object.create(null),this.metadata[e][t]=o)},B.MatchData.prototype.combine=function(e){for(var t=Object.keys(e.metadata),r=0;r<t.length;r++){var o=t[r],n=Object.keys(e.metadata[o]);null==this.metadata[o]&&(this.metadata[o]=Object.create(null));for(var i=0;i<n.length;i++){var a=n[i],s=Object.keys(e.metadata[o][a]);null==this.metadata[o][a]&&(this.metadata[o][a]=Object.create(null));for(var l=0;l<s.length;l++){var c=s[l];null==this.metadata[o][a][c]?this.metadata[o][a][c]=e.metadata[o][a][c]:this.metadata[o][a][c]=this.metadata[o][a][c].concat(e.metadata[o][a][c])}}}},B.MatchData.prototype.add=function(e,t,r){if(!(e in this.metadata))return this.metadata[e]=Object.create(null),void(this.metadata[e][t]=r);if(t in this.metadata[e])for(var o=Object.keys(r),n=0;n<o.length;n++){var i=o[n];i in this.metadata[e][t]?this.metadata[e][t][i]=this.metadata[e][t][i].concat(r[i]):this.metadata[e][t][i]=r[i]}else this.metadata[e][t]=r},B.Query=function(e){this.clauses=[],this.allFields=e},B.Query.wildcard=new String("*"),B.Query.wildcard.NONE=0,B.Query.wildcard.LEADING=1,B.Query.wildcard.TRAILING=2,B.Query.presence={OPTIONAL:1,REQUIRED:2,PROHIBITED:3},B.Query.prototype.clause=function(e){return"fields"in e||(e.fields=this.allFields),"boost"in e||(e.boost=1),"usePipeline"in e||(e.usePipeline=!0),"wildcard"in e||(e.wildcard=B.Query.wildcard.NONE),e.wildcard&B.Query.wildcard.LEADING&&e.term.charAt(0)!=B.Query.wildcard&&(e.term="*"+e.term),e.wildcard&B.Query.wildcard.TRAILING&&e.term.slice(-1)!=B.Query.wildcard&&(e.term=e.term+"*"),"presence"in e||(e.presence=B.Query.presence.OPTIONAL),this.clauses.push(e),this},B.Query.prototype.isNegated=function(){for(var e=0;e<this.clauses.length;e++)if(this.clauses[e].presence!=B.Query.presence.PROHIBITED)return!1;return!0},B.Query.prototype.term=function(e,t){if(Array.isArray(e))return e.forEach((function(e){this.term(e,B.utils.clone(t))}),this),this;var r=t||{};return r.term=e.toString(),this.clause(r),this},B.QueryParseError=function(e,t,r){this.name="QueryParseError",this.message=e,this.start=t,this.end=r},B.QueryParseError.prototype=new Error,B.QueryLexer=function(e){this.lexemes=[],this.str=e,this.length=e.length,this.pos=0,this.start=0,this.escapeCharPositions=[]},B.QueryLexer.prototype.run=function(){for(var e=B.QueryLexer.lexText;e;)e=e(this)},B.QueryLexer.prototype.sliceString=function(){for(var e=[],t=this.start,r=this.pos,o=0;o<this.escapeCharPositions.length;o++)r=this.escapeCharPositions[o],e.push(this.str.slice(t,r)),t=r+1;return e.push(this.str.slice(t,this.pos)),this.escapeCharPositions.length=0,e.join("")},B.QueryLexer.prototype.emit=function(e){this.lexemes.push({type:e,str:this.sliceString(),start:this.start,end:this.pos}),this.start=this.pos},B.QueryLexer.prototype.escapeCharacter=function(){this.escapeCharPositions.push(this.pos-1),this.pos+=1},B.QueryLexer.prototype.next=function(){if(this.pos>=this.length)return B.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},B.QueryLexer.prototype.width=function(){return this.pos-this.start},B.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},B.QueryLexer.prototype.backup=function(){this.pos-=1},B.QueryLexer.prototype.acceptDigitRun=function(){var e,t;do{t=(e=this.next()).charCodeAt(0)}while(t>47&&t<58);e!=B.QueryLexer.EOS&&this.backup()},B.QueryLexer.prototype.more=function(){return this.pos<this.length},B.QueryLexer.EOS="EOS",B.QueryLexer.FIELD="FIELD",B.QueryLexer.TERM="TERM",B.QueryLexer.EDIT_DISTANCE="EDIT_DISTANCE",B.QueryLexer.BOOST="BOOST",B.QueryLexer.PRESENCE="PRESENCE",B.QueryLexer.lexField=function(e){return e.backup(),e.emit(B.QueryLexer.FIELD),e.ignore(),B.QueryLexer.lexText},B.QueryLexer.lexTerm=function(e){if(e.width()>1&&(e.backup(),e.emit(B.QueryLexer.TERM)),e.ignore(),e.more())return B.QueryLexer.lexText},B.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(B.QueryLexer.EDIT_DISTANCE),B.QueryLexer.lexText},B.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(B.QueryLexer.BOOST),B.QueryLexer.lexText},B.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(B.QueryLexer.TERM)},B.QueryLexer.termSeparator=B.tokenizer.separator,B.QueryLexer.lexText=function(e){for(;;){var t=e.next();if(t==B.QueryLexer.EOS)return B.QueryLexer.lexEOS;if(92!=t.charCodeAt(0)){if(":"==t)return B.QueryLexer.lexField;if("~"==t)return e.backup(),e.width()>0&&e.emit(B.QueryLexer.TERM),B.QueryLexer.lexEditDistance;if("^"==t)return e.backup(),e.width()>0&&e.emit(B.QueryLexer.TERM),B.QueryLexer.lexBoost;if("+"==t&&1===e.width())return e.emit(B.QueryLexer.PRESENCE),B.QueryLexer.lexText;if("-"==t&&1===e.width())return e.emit(B.QueryLexer.PRESENCE),B.QueryLexer.lexText;if(t.match(B.QueryLexer.termSeparator))return B.QueryLexer.lexTerm}else e.escapeCharacter()}},B.QueryParser=function(e,t){this.lexer=new B.QueryLexer(e),this.query=t,this.currentClause={},this.lexemeIdx=0},B.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=B.QueryParser.parseClause;e;)e=e(this);return this.query},B.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},B.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},B.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},B.QueryParser.parseClause=function(e){var t=e.peekLexeme();if(null!=t)switch(t.type){case B.QueryLexer.PRESENCE:return B.QueryParser.parsePresence;case B.QueryLexer.FIELD:return B.QueryParser.parseField;case B.QueryLexer.TERM:return B.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+t.type;throw t.str.length>=1&&(r+=" with value '"+t.str+"'"),new B.QueryParseError(r,t.start,t.end)}},B.QueryParser.parsePresence=function(e){var t=e.consumeLexeme();if(null!=t){switch(t.str){case"-":e.currentClause.presence=B.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=B.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+t.str+"'";throw new B.QueryParseError(r,t.start,t.end)}var o=e.peekLexeme();if(null==o){r="expecting term or field, found nothing";throw new B.QueryParseError(r,t.start,t.end)}switch(o.type){case B.QueryLexer.FIELD:return B.QueryParser.parseField;case B.QueryLexer.TERM:return B.QueryParser.parseTerm;default:r="expecting term or field, found '"+o.type+"'";throw new B.QueryParseError(r,o.start,o.end)}}},B.QueryParser.parseField=function(e){var t=e.consumeLexeme();if(null!=t){if(-1==e.query.allFields.indexOf(t.str)){var r=e.query.allFields.map((function(e){return"'"+e+"'"})).join(", "),o="unrecognised field '"+t.str+"', possible fields: "+r;throw new B.QueryParseError(o,t.start,t.end)}e.currentClause.fields=[t.str];var n=e.peekLexeme();if(null==n){o="expecting term, found nothing";throw new B.QueryParseError(o,t.start,t.end)}switch(n.type){case B.QueryLexer.TERM:return B.QueryParser.parseTerm;default:o="expecting term, found '"+n.type+"'";throw new B.QueryParseError(o,n.start,n.end)}}},B.QueryParser.parseTerm=function(e){var t=e.consumeLexeme();if(null!=t){e.currentClause.term=t.str.toLowerCase(),-1!=t.str.indexOf("*")&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(null!=r)switch(r.type){case B.QueryLexer.TERM:return e.nextClause(),B.QueryParser.parseTerm;case B.QueryLexer.FIELD:return e.nextClause(),B.QueryParser.parseField;case B.QueryLexer.EDIT_DISTANCE:return B.QueryParser.parseEditDistance;case B.QueryLexer.BOOST:return B.QueryParser.parseBoost;case B.QueryLexer.PRESENCE:return e.nextClause(),B.QueryParser.parsePresence;default:var o="Unexpected lexeme type '"+r.type+"'";throw new B.QueryParseError(o,r.start,r.end)}else e.nextClause()}},B.QueryParser.parseEditDistance=function(e){var t=e.consumeLexeme();if(null!=t){var r=parseInt(t.str,10);if(isNaN(r)){var o="edit distance must be numeric";throw new B.QueryParseError(o,t.start,t.end)}e.currentClause.editDistance=r;var n=e.peekLexeme();if(null!=n)switch(n.type){case B.QueryLexer.TERM:return e.nextClause(),B.QueryParser.parseTerm;case B.QueryLexer.FIELD:return e.nextClause(),B.QueryParser.parseField;case B.QueryLexer.EDIT_DISTANCE:return B.QueryParser.parseEditDistance;case B.QueryLexer.BOOST:return B.QueryParser.parseBoost;case B.QueryLexer.PRESENCE:return e.nextClause(),B.QueryParser.parsePresence;default:o="Unexpected lexeme type '"+n.type+"'";throw new B.QueryParseError(o,n.start,n.end)}else e.nextClause()}},B.QueryParser.parseBoost=function(e){var t=e.consumeLexeme();if(null!=t){var r=parseInt(t.str,10);if(isNaN(r)){var o="boost must be numeric";throw new B.QueryParseError(o,t.start,t.end)}e.currentClause.boost=r;var n=e.peekLexeme();if(null!=n)switch(n.type){case B.QueryLexer.TERM:return e.nextClause(),B.QueryParser.parseTerm;case B.QueryLexer.FIELD:return e.nextClause(),B.QueryParser.parseField;case B.QueryLexer.EDIT_DISTANCE:return B.QueryParser.parseEditDistance;case B.QueryLexer.BOOST:return B.QueryParser.parseBoost;case B.QueryLexer.PRESENCE:return e.nextClause(),B.QueryParser.parsePresence;default:o="Unexpected lexeme type '"+n.type+"'";throw new B.QueryParseError(o,n.start,n.end)}else e.nextClause()}},void 0===(n="function"==typeof(o=function(){return B})?o.call(t,r,t,e):o)||(e.exports=n)}()},function(e,t,r){var o,n;
|
|
67
|
+
/*!
|
|
68
|
+
* Snowball JavaScript Library v0.3
|
|
69
|
+
* http://code.google.com/p/urim/
|
|
70
|
+
* http://snowball.tartarus.org/
|
|
71
|
+
*
|
|
72
|
+
* Copyright 2010, Oleg Mazko
|
|
73
|
+
* http://www.mozilla.org/MPL/
|
|
74
|
+
*/void 0===(n="function"==typeof(o=function(){return function(e){e.stemmerSupport={Among:function(e,t,r,o){if(this.toCharArray=function(e){for(var t=e.length,r=new Array(t),o=0;o<t;o++)r[o]=e.charCodeAt(o);return r},!e&&""!=e||!t&&0!=t||!r)throw"Bad Among initialisation: s:"+e+", substring_i: "+t+", result: "+r;this.s_size=e.length,this.s=this.toCharArray(e),this.substring_i=t,this.result=r,this.method=o},SnowballProgram:function(){var e;return{bra:0,ket:0,limit:0,cursor:0,limit_backward:0,setCurrent:function(t){e=t,this.cursor=0,this.limit=t.length,this.limit_backward=0,this.bra=this.cursor,this.ket=this.limit},getCurrent:function(){var t=e;return e=null,t},in_grouping:function(t,r,o){if(this.cursor<this.limit){var n=e.charCodeAt(this.cursor);if(n<=o&&n>=r&&t[(n-=r)>>3]&1<<(7&n))return this.cursor++,!0}return!1},in_grouping_b:function(t,r,o){if(this.cursor>this.limit_backward){var n=e.charCodeAt(this.cursor-1);if(n<=o&&n>=r&&t[(n-=r)>>3]&1<<(7&n))return this.cursor--,!0}return!1},out_grouping:function(t,r,o){if(this.cursor<this.limit){var n=e.charCodeAt(this.cursor);if(n>o||n<r)return this.cursor++,!0;if(!(t[(n-=r)>>3]&1<<(7&n)))return this.cursor++,!0}return!1},out_grouping_b:function(t,r,o){if(this.cursor>this.limit_backward){var n=e.charCodeAt(this.cursor-1);if(n>o||n<r)return this.cursor--,!0;if(!(t[(n-=r)>>3]&1<<(7&n)))return this.cursor--,!0}return!1},eq_s:function(t,r){if(this.limit-this.cursor<t)return!1;for(var o=0;o<t;o++)if(e.charCodeAt(this.cursor+o)!=r.charCodeAt(o))return!1;return this.cursor+=t,!0},eq_s_b:function(t,r){if(this.cursor-this.limit_backward<t)return!1;for(var o=0;o<t;o++)if(e.charCodeAt(this.cursor-t+o)!=r.charCodeAt(o))return!1;return this.cursor-=t,!0},find_among:function(t,r){for(var o=0,n=r,i=this.cursor,a=this.limit,s=0,l=0,c=!1;;){for(var u=o+(n-o>>1),d=0,m=s<l?s:l,g=t[u],h=m;h<g.s_size;h++){if(i+m==a){d=-1;break}if(d=e.charCodeAt(i+m)-g.s[h])break;m++}if(d<0?(n=u,l=m):(o=u,s=m),n-o<=1){if(o>0||n==o||c)break;c=!0}}for(;;){if(s>=(g=t[o]).s_size){if(this.cursor=i+g.s_size,!g.method)return g.result;var p=g.method();if(this.cursor=i+g.s_size,p)return g.result}if((o=g.substring_i)<0)return 0}},find_among_b:function(t,r){for(var o=0,n=r,i=this.cursor,a=this.limit_backward,s=0,l=0,c=!1;;){for(var u=o+(n-o>>1),d=0,m=s<l?s:l,g=(h=t[u]).s_size-1-m;g>=0;g--){if(i-m==a){d=-1;break}if(d=e.charCodeAt(i-1-m)-h.s[g])break;m++}if(d<0?(n=u,l=m):(o=u,s=m),n-o<=1){if(o>0||n==o||c)break;c=!0}}for(;;){var h;if(s>=(h=t[o]).s_size){if(this.cursor=i-h.s_size,!h.method)return h.result;var p=h.method();if(this.cursor=i-h.s_size,p)return h.result}if((o=h.substring_i)<0)return 0}},replace_s:function(t,r,o){var n=o.length-(r-t),i=e.substring(0,t),a=e.substring(r);return e=i+o+a,this.limit+=n,this.cursor>=r?this.cursor+=n:this.cursor>t&&(this.cursor=t),n},slice_check:function(){if(this.bra<0||this.bra>this.ket||this.ket>this.limit||this.limit>e.length)throw"faulty slice operation"},slice_from:function(e){this.slice_check(),this.replace_s(this.bra,this.ket,e)},slice_del:function(){this.slice_from("")},insert:function(e,t,r){var o=this.replace_s(e,t,r);e<=this.bra&&(this.bra+=o),e<=this.ket&&(this.ket+=o)},slice_to:function(){return this.slice_check(),e.substring(this.bra,this.ket)},eq_v_b:function(e){return this.eq_s_b(e.length,e)}}}},e.trimmerSupport={generateTrimmer:function(e){var t=new RegExp("^[^"+e+"]+"),r=new RegExp("[^"+e+"]+$");return function(e){return"function"==typeof e.update?e.update((function(e){return e.replace(t,"").replace(r,"")})):e.replace(t,"").replace(r,"")}}}}})?o.call(t,r,t,e):o)||(e.exports=n)},function(e,t,r){var o,n;
|
|
75
|
+
/*!
|
|
76
|
+
* Lunr languages, `Spanish` language
|
|
77
|
+
* https://github.com/MihaiValentin/lunr-languages
|
|
78
|
+
*
|
|
79
|
+
* Copyright 2014, Mihai Valentin
|
|
80
|
+
* http://www.mozilla.org/MPL/
|
|
81
|
+
*/
|
|
82
|
+
/*!
|
|
83
|
+
* based on
|
|
84
|
+
* Snowball JavaScript Library v0.3
|
|
85
|
+
* http://code.google.com/p/urim/
|
|
86
|
+
* http://snowball.tartarus.org/
|
|
87
|
+
*
|
|
88
|
+
* Copyright 2010, Oleg Mazko
|
|
89
|
+
* http://www.mozilla.org/MPL/
|
|
90
|
+
*/void 0===(n="function"==typeof(o=function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var t,r,o;e.es=function(){this.pipeline.reset(),this.pipeline.add(e.es.trimmer,e.es.stopWordFilter,e.es.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.es.stemmer))},e.es.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.es.trimmer=e.trimmerSupport.generateTrimmer(e.es.wordCharacters),e.Pipeline.registerFunction(e.es.trimmer,"trimmer-es"),e.es.stemmer=(t=e.stemmerSupport.Among,r=e.stemmerSupport.SnowballProgram,o=new function(){var e,o,n,i=[new t("",-1,6),new t("á",0,1),new t("é",0,2),new t("í",0,3),new t("ó",0,4),new t("ú",0,5)],a=[new t("la",-1,-1),new t("sela",0,-1),new t("le",-1,-1),new t("me",-1,-1),new t("se",-1,-1),new t("lo",-1,-1),new t("selo",5,-1),new t("las",-1,-1),new t("selas",7,-1),new t("les",-1,-1),new t("los",-1,-1),new t("selos",10,-1),new t("nos",-1,-1)],s=[new t("ando",-1,6),new t("iendo",-1,6),new t("yendo",-1,7),new t("ándo",-1,2),new t("iéndo",-1,1),new t("ar",-1,6),new t("er",-1,6),new t("ir",-1,6),new t("ár",-1,3),new t("ér",-1,4),new t("ír",-1,5)],l=[new t("ic",-1,-1),new t("ad",-1,-1),new t("os",-1,-1),new t("iv",-1,1)],c=[new t("able",-1,1),new t("ible",-1,1),new t("ante",-1,1)],u=[new t("ic",-1,1),new t("abil",-1,1),new t("iv",-1,1)],d=[new t("ica",-1,1),new t("ancia",-1,2),new t("encia",-1,5),new t("adora",-1,2),new t("osa",-1,1),new t("ista",-1,1),new t("iva",-1,9),new t("anza",-1,1),new t("logía",-1,3),new t("idad",-1,8),new t("able",-1,1),new t("ible",-1,1),new t("ante",-1,2),new t("mente",-1,7),new t("amente",13,6),new t("ación",-1,2),new t("ución",-1,4),new t("ico",-1,1),new t("ismo",-1,1),new t("oso",-1,1),new t("amiento",-1,1),new t("imiento",-1,1),new t("ivo",-1,9),new t("ador",-1,2),new t("icas",-1,1),new t("ancias",-1,2),new t("encias",-1,5),new t("adoras",-1,2),new t("osas",-1,1),new t("istas",-1,1),new t("ivas",-1,9),new t("anzas",-1,1),new t("logías",-1,3),new t("idades",-1,8),new t("ables",-1,1),new t("ibles",-1,1),new t("aciones",-1,2),new t("uciones",-1,4),new t("adores",-1,2),new t("antes",-1,2),new t("icos",-1,1),new t("ismos",-1,1),new t("osos",-1,1),new t("amientos",-1,1),new t("imientos",-1,1),new t("ivos",-1,9)],m=[new t("ya",-1,1),new t("ye",-1,1),new t("yan",-1,1),new t("yen",-1,1),new t("yeron",-1,1),new t("yendo",-1,1),new t("yo",-1,1),new t("yas",-1,1),new t("yes",-1,1),new t("yais",-1,1),new t("yamos",-1,1),new t("yó",-1,1)],g=[new t("aba",-1,2),new t("ada",-1,2),new t("ida",-1,2),new t("ara",-1,2),new t("iera",-1,2),new t("ía",-1,2),new t("aría",5,2),new t("ería",5,2),new t("iría",5,2),new t("ad",-1,2),new t("ed",-1,2),new t("id",-1,2),new t("ase",-1,2),new t("iese",-1,2),new t("aste",-1,2),new t("iste",-1,2),new t("an",-1,2),new t("aban",16,2),new t("aran",16,2),new t("ieran",16,2),new t("ían",16,2),new t("arían",20,2),new t("erían",20,2),new t("irían",20,2),new t("en",-1,1),new t("asen",24,2),new t("iesen",24,2),new t("aron",-1,2),new t("ieron",-1,2),new t("arán",-1,2),new t("erán",-1,2),new t("irán",-1,2),new t("ado",-1,2),new t("ido",-1,2),new t("ando",-1,2),new t("iendo",-1,2),new t("ar",-1,2),new t("er",-1,2),new t("ir",-1,2),new t("as",-1,2),new t("abas",39,2),new t("adas",39,2),new t("idas",39,2),new t("aras",39,2),new t("ieras",39,2),new t("ías",39,2),new t("arías",45,2),new t("erías",45,2),new t("irías",45,2),new t("es",-1,1),new t("ases",49,2),new t("ieses",49,2),new t("abais",-1,2),new t("arais",-1,2),new t("ierais",-1,2),new t("íais",-1,2),new t("aríais",55,2),new t("eríais",55,2),new t("iríais",55,2),new t("aseis",-1,2),new t("ieseis",-1,2),new t("asteis",-1,2),new t("isteis",-1,2),new t("áis",-1,2),new t("éis",-1,1),new t("aréis",64,2),new t("eréis",64,2),new t("iréis",64,2),new t("ados",-1,2),new t("idos",-1,2),new t("amos",-1,2),new t("ábamos",70,2),new t("áramos",70,2),new t("iéramos",70,2),new t("íamos",70,2),new t("aríamos",74,2),new t("eríamos",74,2),new t("iríamos",74,2),new t("emos",-1,1),new t("aremos",78,2),new t("eremos",78,2),new t("iremos",78,2),new t("ásemos",78,2),new t("iésemos",78,2),new t("imos",-1,2),new t("arás",-1,2),new t("erás",-1,2),new t("irás",-1,2),new t("ís",-1,2),new t("ará",-1,2),new t("erá",-1,2),new t("irá",-1,2),new t("aré",-1,2),new t("eré",-1,2),new t("iré",-1,2),new t("ió",-1,2)],h=[new t("a",-1,1),new t("e",-1,2),new t("o",-1,1),new t("os",-1,1),new t("á",-1,1),new t("é",-1,2),new t("í",-1,1),new t("ó",-1,1)],p=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,0,1,17,4,10],f=new r;function x(){if(f.out_grouping(p,97,252)){for(;!f.in_grouping(p,97,252);){if(f.cursor>=f.limit)return!0;f.cursor++}return!1}return!0}function v(){var e,t=f.cursor;if(function(){if(f.in_grouping(p,97,252)){var e=f.cursor;if(x()){if(f.cursor=e,!f.in_grouping(p,97,252))return!0;for(;!f.out_grouping(p,97,252);){if(f.cursor>=f.limit)return!0;f.cursor++}}return!1}return!0}()){if(f.cursor=t,!f.out_grouping(p,97,252))return;if(e=f.cursor,x()){if(f.cursor=e,!f.in_grouping(p,97,252)||f.cursor>=f.limit)return;f.cursor++}}n=f.cursor}function y(){for(;!f.in_grouping(p,97,252);){if(f.cursor>=f.limit)return!1;f.cursor++}for(;!f.out_grouping(p,97,252);){if(f.cursor>=f.limit)return!1;f.cursor++}return!0}function S(){return n<=f.cursor}function b(){return e<=f.cursor}function A(e,t){if(!b())return!0;f.slice_del(),f.ket=f.cursor;var r=f.find_among_b(e,t);return r&&(f.bra=f.cursor,1==r&&b()&&f.slice_del()),!1}function w(e){return!b()||(f.slice_del(),f.ket=f.cursor,f.eq_s_b(2,e)&&(f.bra=f.cursor,b()&&f.slice_del()),!1)}function T(){var e;if(f.ket=f.cursor,e=f.find_among_b(d,46)){switch(f.bra=f.cursor,e){case 1:if(!b())return!1;f.slice_del();break;case 2:if(w("ic"))return!1;break;case 3:if(!b())return!1;f.slice_from("log");break;case 4:if(!b())return!1;f.slice_from("u");break;case 5:if(!b())return!1;f.slice_from("ente");break;case 6:if(!(o<=f.cursor))return!1;f.slice_del(),f.ket=f.cursor,(e=f.find_among_b(l,4))&&(f.bra=f.cursor,b()&&(f.slice_del(),1==e&&(f.ket=f.cursor,f.eq_s_b(2,"at")&&(f.bra=f.cursor,b()&&f.slice_del()))));break;case 7:if(A(c,3))return!1;break;case 8:if(A(u,3))return!1;break;case 9:if(w("at"))return!1}return!0}return!1}this.setCurrent=function(e){f.setCurrent(e)},this.getCurrent=function(){return f.getCurrent()},this.stem=function(){var t=f.cursor;return function(){var t=f.cursor;n=f.limit,o=n,e=n,v(),f.cursor=t,y()&&(o=f.cursor,y()&&(e=f.cursor))}(),f.limit_backward=t,f.cursor=f.limit,function(){var e;if(f.ket=f.cursor,f.find_among_b(a,13)&&(f.bra=f.cursor,(e=f.find_among_b(s,11))&&S()))switch(e){case 1:f.bra=f.cursor,f.slice_from("iendo");break;case 2:f.bra=f.cursor,f.slice_from("ando");break;case 3:f.bra=f.cursor,f.slice_from("ar");break;case 4:f.bra=f.cursor,f.slice_from("er");break;case 5:f.bra=f.cursor,f.slice_from("ir");break;case 6:f.slice_del();break;case 7:f.eq_s_b(1,"u")&&f.slice_del()}}(),f.cursor=f.limit,T()||(f.cursor=f.limit,function(){var e,t;if(f.cursor>=n&&(t=f.limit_backward,f.limit_backward=n,f.ket=f.cursor,e=f.find_among_b(m,12),f.limit_backward=t,e)){if(f.bra=f.cursor,1==e){if(!f.eq_s_b(1,"u"))return!1;f.slice_del()}return!0}return!1}()||(f.cursor=f.limit,function(){var e,t,r,o;if(f.cursor>=n&&(t=f.limit_backward,f.limit_backward=n,f.ket=f.cursor,e=f.find_among_b(g,96),f.limit_backward=t,e))switch(f.bra=f.cursor,e){case 1:r=f.limit-f.cursor,f.eq_s_b(1,"u")?(o=f.limit-f.cursor,f.eq_s_b(1,"g")?f.cursor=f.limit-o:f.cursor=f.limit-r):f.cursor=f.limit-r,f.bra=f.cursor;case 2:f.slice_del()}}())),f.cursor=f.limit,function(){var e,t;if(f.ket=f.cursor,e=f.find_among_b(h,8))switch(f.bra=f.cursor,e){case 1:S()&&f.slice_del();break;case 2:S()&&(f.slice_del(),f.ket=f.cursor,f.eq_s_b(1,"u")&&(f.bra=f.cursor,t=f.limit-f.cursor,f.eq_s_b(1,"g")&&(f.cursor=f.limit-t,S()&&f.slice_del())))}}(),f.cursor=f.limit_backward,function(){for(var e;;){if(f.bra=f.cursor,e=f.find_among(i,6))switch(f.ket=f.cursor,e){case 1:f.slice_from("a");continue;case 2:f.slice_from("e");continue;case 3:f.slice_from("i");continue;case 4:f.slice_from("o");continue;case 5:f.slice_from("u");continue;case 6:if(f.cursor>=f.limit)break;f.cursor++;continue}break}}(),!0}},function(e){return"function"==typeof e.update?e.update((function(e){return o.setCurrent(e),o.stem(),o.getCurrent()})):(o.setCurrent(e),o.stem(),o.getCurrent())}),e.Pipeline.registerFunction(e.es.stemmer,"stemmer-es"),e.es.stopWordFilter=e.generateStopWordFilter("a al algo algunas algunos ante antes como con contra cual cuando de del desde donde durante e el ella ellas ellos en entre era erais eran eras eres es esa esas ese eso esos esta estaba estabais estaban estabas estad estada estadas estado estados estamos estando estar estaremos estará estarán estarás estaré estaréis estaría estaríais estaríamos estarían estarías estas este estemos esto estos estoy estuve estuviera estuvierais estuvieran estuvieras estuvieron estuviese estuvieseis estuviesen estuvieses estuvimos estuviste estuvisteis estuviéramos estuviésemos estuvo está estábamos estáis están estás esté estéis estén estés fue fuera fuerais fueran fueras fueron fuese fueseis fuesen fueses fui fuimos fuiste fuisteis fuéramos fuésemos ha habida habidas habido habidos habiendo habremos habrá habrán habrás habré habréis habría habríais habríamos habrían habrías habéis había habíais habíamos habían habías han has hasta hay haya hayamos hayan hayas hayáis he hemos hube hubiera hubierais hubieran hubieras hubieron hubiese hubieseis hubiesen hubieses hubimos hubiste hubisteis hubiéramos hubiésemos hubo la las le les lo los me mi mis mucho muchos muy más mí mía mías mío míos nada ni no nos nosotras nosotros nuestra nuestras nuestro nuestros o os otra otras otro otros para pero poco por porque que quien quienes qué se sea seamos sean seas seremos será serán serás seré seréis sería seríais seríamos serían serías seáis sido siendo sin sobre sois somos son soy su sus suya suyas suyo suyos sí también tanto te tendremos tendrá tendrán tendrás tendré tendréis tendría tendríais tendríamos tendrían tendrías tened tenemos tenga tengamos tengan tengas tengo tengáis tenida tenidas tenido tenidos teniendo tenéis tenía teníais teníamos tenían tenías ti tiene tienen tienes todo todos tu tus tuve tuviera tuvierais tuvieran tuvieras tuvieron tuviese tuvieseis tuviesen tuvieses tuvimos tuviste tuvisteis tuviéramos tuviésemos tuvo tuya tuyas tuyo tuyos tú un una uno unos vosotras vosotros vuestra vuestras vuestro vuestros y ya yo él éramos".split(" ")),e.Pipeline.registerFunction(e.es.stopWordFilter,"stopWordFilter-es")}})?o.call(t,r,t,e):o)||(e.exports=n)},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=u(e);if(t){var n=u(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return c(this,r)}}function c(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function u(e){return(u=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return h}));var d,m,g,h=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&s(e,t)}(m,e);var t,r,o,c,u,d=l(m);function m(){return i(this,m),d.apply(this,arguments)}return t=m,(r=[{key:"share",value:(c=regeneratorRuntime.mark((function e(){var t,r,o,n,i,a=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:null==(t=a.length>0&&void 0!==a[0]?a[0]:void 0)||t.preventDefault(),null==t||t.stopPropagation(),r=this.titleValue,o=this.textValue,n=this.urlValue,i={title:r,text:o,url:n},"share"in navigator&&(navigator.canShare(i)?navigator.share(i):console.error("No se puede compartir",i));case 8:case"end":return e.stop()}}),e,this)})),u=function(){var e=this,t=arguments;return new Promise((function(r,o){var i=c.apply(e,t);function a(e){n(i,r,o,a,s,"next",e)}function s(e){n(i,r,o,a,s,"throw",e)}a(void 0)}))},function(){return u.apply(this,arguments)})}])&&a(t.prototype,r),o&&a(t,o),Object.defineProperty(t,"prototype",{writable:!1}),m}(r(15).b);d=h,m="values",g={title:String,text:String,url:String},m in d?Object.defineProperty(d,m,{value:g,enumerable:!0,configurable:!0,writable:!0}):d[m]=g},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function a(e,t){return(a=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=c(e);if(t){var n=c(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return l(this,r)}}function l(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function c(e){return(c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return g}));var u,d,m,g=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(c,e);var t,r,o,l=s(c);function c(){return n(this,c),l.apply(this,arguments)}return t=c,(r=[{key:"connect",value:function(){var e=this;this.active(this.controlTargets.find((function(e){return e.href.endsWith(window.location.hash)}))),this.interval=setInterval((function(){return e.inViewport?e.controlTargets[e.next].click():null}),1e3*this.duration)}},{key:"duration",get:function(){var e=parseInt(this.data.get("duration"));return isNaN(e)?15:e}},{key:"disconnect",value:function(){clearInterval(this.interval)}},{key:"active",value:function(e){e&&(this.controlTargets.forEach((function(t){return t.classList.toggle("active",e.href===t.href)})),this.current=this.controlTargets.indexOf(e))}},{key:"activate",value:function(e){var t=e.target.href?e.target:e.target.parentElement;this.active(t)}},{key:"current",get:function(){return parseInt(this.data.get("current"))||0},set:function(e){this.data.set("current",e)}},{key:"next",get:function(){var e=this.current+1;return this.controlTargets[e]?e:0}},{key:"inViewport",get:function(){var e=this.element.getBoundingClientRect();return e.top>=0&&e.left>=0&&e.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&e.right<=(window.innerWidth||document.documentElement.clientWidth)}}])&&i(t.prototype,r),o&&i(t,o),Object.defineProperty(t,"prototype",{writable:!1}),c}(r(15).b);m=["control"],(d="targets")in(u=g)?Object.defineProperty(u,d,{value:m,enumerable:!0,configurable:!0,writable:!0}):u[d]=m},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function i(e){return function(){var t=this,r=arguments;return new Promise((function(o,i){var a=e.apply(t,r);function s(e){n(a,o,i,s,l,"next",e)}function l(e){n(a,o,i,s,l,"throw",e)}s(void 0)}))}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=d(e);if(t){var n=d(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return u(this,r)}}function u(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return p}));var m,g,h,p=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&l(e,t)}(m,e);var t,r,o,n,u,d=c(m);function m(){return a(this,m),d.apply(this,arguments)}return t=m,(r=[{key:"connect",value:function(){this.cart_country_update_event=this._cart_country_update_event.bind(this),this.change_event=this._change_event.bind(this),window.addEventListener("cart:country:update",this.cart_country_update_event),this.nameTarget.addEventListener("change",this.change_event)}},{key:"disconnect",value:function(){window.removeEventListener("cart:country:update",this.cart_country_update_event),this.nameTarget.removeEventListener("change",this.change_event)}},{key:"_cart_country_update_event",value:(u=i(regeneratorRuntime.mark((function e(t){var r,o,n,i=this;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.data.get("group")===t.detail.group){e.next=2;break}return e.abrupt("return");case 2:if(this.idTarget.value="",this.nameTarget.value="",this.listTarget.innerHTML="",r="true"==t.detail.data.statesRequired,this.nameTarget.disabled=!r,this.nameTarget.required=r,r){e.next=10;break}return e.abrupt("return");case 10:return e.next=12,this.states(t.detail.iso);case 12:o=e.sent,n=window.site,o.forEach((function(e){var t=document.createElement("option");t.value=e.attributes.name,t.dataset.id=e.id,i.listTarget.appendChild(t)})),this.nameTarget.pattern=o.map((function(e){return e.attributes.name})).join("|"),this.nameTarget.addEventListener("input",(function(e){return i.nameTarget.setCustomValidity("")})),this.nameTarget.addEventListener("invalid",(function(e){return i.nameTarget.setCustomValidity(n.i18n.states.validation)})),t.detail.selectedState&&(this.nameTarget.value=t.detail.selectedState,this.nameTarget.dispatchEvent(new Event("change")));case 19:case"end":return e.stop()}}),e,this)}))),function(e){return u.apply(this,arguments)})},{key:"_change_event",value:function(e){var t=this,r=Array.from(this.listTarget.options).find((function(e){return e.value==t.nameTarget.value}));r&&(this.idTarget.value=r.dataset.id,this.idTarget.dispatchEvent(new Event("change")))}},{key:"states",value:(n=i(regeneratorRuntime.mark((function e(t){var r,o,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r="states:".concat(t),!(o=JSON.parse(this.storageTemp.getItem(r)))){e.next=4;break}return e.abrupt("return",o);case 4:return e.next=6,this.spree.countries.show(t,{include:"states"});case 6:if(!(n=e.sent).isFail()){e.next=10;break}return this.handleFailure(n),e.abrupt("return",{});case 10:return(o=n.success().included).sort((function(e,t){return e.attributes.name>t.attributes.name})),this.storageTemp.setItem(r,JSON.stringify(o)),e.abrupt("return",o);case 14:case"end":return e.stop()}}),e,this)}))),function(e){return n.apply(this,arguments)})}])&&s(t.prototype,r),o&&s(t,o),Object.defineProperty(t,"prototype",{writable:!1}),m}(r(16).CartBaseController);h=["id","list","name"],(g="targets")in(m=p)?Object.defineProperty(m,g,{value:h,enumerable:!0,configurable:!0,writable:!0}):m[g]=h},function(e,t,r){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=a(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var o=0,n=function(){};return{s:n,n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,s=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return s=e.done,e},e:function(e){l=!0,i=e},f:function(){try{s||null==r.return||r.return()}finally{if(l)throw i}}}}function i(e){return function(e){if(Array.isArray(e))return s(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||a(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){if(e){if("string"==typeof e)return s(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?s(e,t):void 0}}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function l(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function c(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function d(e,t){return(d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function m(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=h(e);if(t){var n=h(this).constructor;r=Reflect.construct(o,arguments,n)}else r=o.apply(this,arguments);return g(this,r)}}function g(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function h(e){return(h=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.r(t),r.d(t,"default",(function(){return v}));var p,f,x,v=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&d(e,t)}(h,e);var t,r,o,a,s,g=m(h);function h(){return c(this,h),g.apply(this,arguments)}return t=h,(r=[{key:"connect",value:(a=regeneratorRuntime.mark((function e(){var t,r,o,n,i,a,s,l,c;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(0!==(t=this.skus).length){e.next=3;break}return e.abrupt("return");case 3:r=Math.ceil(t.length/this.per_page),o=0,n=this.per_page,i=1;case 7:if(!(i<=r)){e.next=34;break}return a=t.slice(o,n).join(","),o=this.per_page*i,n=o+this.per_page,s={skus:a},e.next=14,window.spree.products.list({filter:s});case 14:if(!(l=e.sent).isFail()){e.next=18;break}return console.error(l.fail()),e.abrupt("return");case 18:this.update_local_products(l.success().data),c=2;case 20:if(!(c<=l.success().meta.total_pages)){e.next=31;break}return e.next=23,window.spree.products.list({filter:s,page:c});case 23:if(!(l=e.sent).isFail()){e.next=27;break}return console.error(l.fail()),e.abrupt("continue",28);case 27:this.update_local_products(l.success().data);case 28:c++,e.next=20;break;case 31:i++,e.next=7;break;case 34:case"end":return e.stop()}}),e,this)})),s=function(){var e=this,t=arguments;return new Promise((function(r,o){var n=a.apply(e,t);function i(e){l(n,r,o,i,s,"next",e)}function s(e){l(n,r,o,i,s,"throw",e)}i(void 0)}))},function(){return s.apply(this,arguments)})},{key:"skus",get:function(){return i(new Set(this.productTargets.map((function(e){return e.dataset.sku})).filter((function(e){return e.length>0}))))}},{key:"per_page",get:function(){return this._per_page||(this._per_page=parseInt(this.element.dataset.perPage),isNaN(this._per_page)&&(this._per_page=100)),this._per_page}},{key:"update_local_products",value:function(e){var t,r=n(this.productTargets);try{var o=function(){var r,o=t.value,i=n(e.filter((function(e){return o.dataset.cartVariantId===e.relationships.default_variant.data.id})));try{var a=function(){var e=r.value;o.dataset.cartInStock=e.attributes.in_stock,o.dataset.cartPrice=e.attributes.price,o.querySelectorAll("[data-stock-add]").forEach((function(t){return t.disabled=!e.attributes.in_stock})),o.querySelectorAll("[data-stock-price]").forEach((function(t){return t.innerText=parseInt(e.attributes.price)})),o.querySelectorAll("[data-stock-currency]").forEach((function(t){return t.innerText=e.attributes.currency}))};for(i.s();!(r=i.n()).done;)a()}catch(e){i.e(e)}finally{i.f()}};for(r.s();!(t=r.n()).done;)o()}catch(e){r.e(e)}finally{r.f()}}}])&&u(t.prototype,r),o&&u(t,o),Object.defineProperty(t,"prototype",{writable:!1}),h}(r(15).b);x=["product"],(f="targets")in(p=v)?Object.defineProperty(p,f,{value:x,enumerable:!0,configurable:!0,writable:!0}):p[f]=x},function(e,t,r){"use strict";var o=r(39),n=r(218),i=r(567),a=r(224);function s(e){var t=new i(e),r=n(i.prototype.request,t);return o.extend(r,i.prototype,t),o.extend(r,t),r}var l=s(r(154));l.Axios=i,l.create=function(e){return s(a(l.defaults,e))},l.Cancel=r(225),l.CancelToken=r(581),l.isCancel=r(223),l.all=function(e){return Promise.all(e)},l.spread=r(582),l.isAxiosError=r(583),e.exports=l,e.exports.default=l},function(e,t,r){"use strict";var o=r(39),n=r(219),i=r(568),a=r(569),s=r(224),l=r(579),c=l.validators;function u(e){this.defaults=e,this.interceptors={request:new i,response:new i}}u.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=s(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=e.transitional;void 0!==t&&l.assertOptions(t,{silentJSONParsing:c.transitional(c.boolean,"1.0.0"),forcedJSONParsing:c.transitional(c.boolean,"1.0.0"),clarifyTimeoutError:c.transitional(c.boolean,"1.0.0")},!1);var r=[],o=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(o=o&&t.synchronous,r.unshift(t.fulfilled,t.rejected))}));var n,i=[];if(this.interceptors.response.forEach((function(e){i.push(e.fulfilled,e.rejected)})),!o){var u=[a,void 0];for(Array.prototype.unshift.apply(u,r),u=u.concat(i),n=Promise.resolve(e);u.length;)n=n.then(u.shift(),u.shift());return n}for(var d=e;r.length;){var m=r.shift(),g=r.shift();try{d=m(d)}catch(e){g(e);break}}try{n=a(d)}catch(e){return Promise.reject(e)}for(;i.length;)n=n.then(i.shift(),i.shift());return n},u.prototype.getUri=function(e){return e=s(this.defaults,e),n(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},o.forEach(["delete","get","head","options"],(function(e){u.prototype[e]=function(t,r){return this.request(s(r||{},{method:e,url:t,data:(r||{}).data}))}})),o.forEach(["post","put","patch"],(function(e){u.prototype[e]=function(t,r,o){return this.request(s(o||{},{method:e,url:t,data:r}))}})),e.exports=u},function(e,t,r){"use strict";var o=r(39);function n(){this.handlers=[]}n.prototype.use=function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1},n.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},n.prototype.forEach=function(e){o.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=n},function(e,t,r){"use strict";var o=r(39),n=r(570),i=r(223),a=r(154);function s(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return s(e),e.headers=e.headers||{},e.data=n.call(e,e.data,e.headers,e.transformRequest),e.headers=o.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),o.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||a.adapter)(e).then((function(t){return s(e),t.data=n.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return i(t)||(s(e),t&&t.response&&(t.response.data=n.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},function(e,t,r){"use strict";var o=r(39),n=r(154);e.exports=function(e,t,r){var i=this||n;return o.forEach(r,(function(r){e=r.call(i,e,t)})),e}},function(e,t,r){"use strict";var o=r(39);e.exports=function(e,t){o.forEach(e,(function(r,o){o!==t&&o.toUpperCase()===t.toUpperCase()&&(e[t]=r,delete e[o])}))}},function(e,t,r){"use strict";var o=r(222);e.exports=function(e,t,r){var n=r.config.validateStatus;r.status&&n&&!n(r.status)?t(o("Request failed with status code "+r.status,r.config,null,r.request,r)):e(r)}},function(e,t,r){"use strict";var o=r(39);e.exports=o.isStandardBrowserEnv()?{write:function(e,t,r,n,i,a){var s=[];s.push(e+"="+encodeURIComponent(t)),o.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),o.isString(n)&&s.push("path="+n),o.isString(i)&&s.push("domain="+i),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(e,t,r){"use strict";var o=r(575),n=r(576);e.exports=function(e,t){return e&&!o(t)?n(e,t):t}},function(e,t,r){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},function(e,t,r){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},function(e,t,r){"use strict";var o=r(39),n=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,r,i,a={};return e?(o.forEach(e.split("\n"),(function(e){if(i=e.indexOf(":"),t=o.trim(e.substr(0,i)).toLowerCase(),r=o.trim(e.substr(i+1)),t){if(a[t]&&n.indexOf(t)>=0)return;a[t]="set-cookie"===t?(a[t]?a[t]:[]).concat([r]):a[t]?a[t]+", "+r:r}})),a):a}},function(e,t,r){"use strict";var o=r(39);e.exports=o.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");function n(e){var o=e;return t&&(r.setAttribute("href",o),o=r.href),r.setAttribute("href",o),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:"/"===r.pathname.charAt(0)?r.pathname:"/"+r.pathname}}return e=n(window.location.href),function(t){var r=o.isString(t)?n(t):t;return r.protocol===e.protocol&&r.host===e.host}}():function(){return!0}},function(e,t,r){"use strict";var o=r(580),n={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){n[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}}));var i={},a=o.version.split(".");function s(e,t){for(var r=t?t.split("."):a,o=e.split("."),n=0;n<3;n++){if(r[n]>o[n])return!0;if(r[n]<o[n])return!1}return!1}n.transitional=function(e,t,r){var n=t&&s(t);function a(e,t){return"[Axios v"+o.version+"] Transitional option '"+e+"'"+t+(r?". "+r:"")}return function(r,o,s){if(!1===e)throw new Error(a(o," has been removed in "+t));return n&&!i[o]&&(i[o]=!0,console.warn(a(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,o,s)}},e.exports={isOlderVersion:s,assertOptions:function(e,t,r){if("object"!=typeof e)throw new TypeError("options must be an object");for(var o=Object.keys(e),n=o.length;n-- >0;){var i=o[n],a=t[i];if(a){var s=e[i],l=void 0===s||a(s,i,e);if(!0!==l)throw new TypeError("option "+i+" must be "+l)}else if(!0!==r)throw Error("Unknown option "+i)}},validators:n}},function(e){e.exports=JSON.parse('{"name":"axios","version":"0.21.4","description":"Promise based HTTP client for the browser and node.js","main":"index.js","scripts":{"test":"grunt test","start":"node ./sandbox/server.js","build":"NODE_ENV=production grunt build","preversion":"npm test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json","postversion":"git push && git push --tags","examples":"node ./examples/server.js","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","fix":"eslint --fix lib/**/*.js"},"repository":{"type":"git","url":"https://github.com/axios/axios.git"},"keywords":["xhr","http","ajax","promise","node"],"author":"Matt Zabriskie","license":"MIT","bugs":{"url":"https://github.com/axios/axios/issues"},"homepage":"https://axios-http.com","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"browser":{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},"jsdelivr":"dist/axios.min.js","unpkg":"dist/axios.min.js","typings":"./index.d.ts","dependencies":{"follow-redirects":"^1.14.0"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}]}')},function(e,t,r){"use strict";var o=r(225);function n(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var r=this;e((function(e){r.reason||(r.reason=new o(e),t(r.reason))}))}n.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},n.source=function(){var e;return{token:new n((function(t){e=t})),cancel:e}},e.exports=n},function(e,t,r){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},function(e,t,r){"use strict";e.exports=function(e){return"object"==typeof e&&!0===e.isAxiosError}},function(e,t,r){"use strict";var o=r(585),n=r(595),i=r(157);e.exports={formats:i,parse:n,stringify:o}},function(e,t,r){"use strict";var o=r(586),n=r(226),i=r(157),a=Object.prototype.hasOwnProperty,s={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},l=Array.isArray,c=String.prototype.split,u=Array.prototype.push,d=function(e,t){u.apply(e,l(t)?t:[t])},m=Date.prototype.toISOString,g=i.default,h={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:n.encode,encodeValuesOnly:!1,format:g,formatter:i.formatters[g],indices:!1,serializeDate:function(e){return m.call(e)},skipNulls:!1,strictNullHandling:!1},p={},f=function e(t,r,i,a,s,u,m,g,f,x,v,y,S,b,A){for(var w,T=t,P=A,M=0,_=!1;void 0!==(P=P.get(p))&&!_;){var E=P.get(t);if(M+=1,void 0!==E){if(E===M)throw new RangeError("Cyclic object value");_=!0}void 0===P.get(p)&&(M=0)}if("function"==typeof m?T=m(r,T):T instanceof Date?T=x(T):"comma"===i&&l(T)&&(T=n.maybeMap(T,(function(e){return e instanceof Date?x(e):e}))),null===T){if(a)return u&&!S?u(r,h.encoder,b,"key",v):r;T=""}if("string"==typeof(w=T)||"number"==typeof w||"boolean"==typeof w||"symbol"==typeof w||"bigint"==typeof w||n.isBuffer(T)){if(u){var L=S?r:u(r,h.encoder,b,"key",v);if("comma"===i&&S){for(var O=c.call(String(T),","),B="",C=0;C<O.length;++C)B+=(0===C?"":",")+y(u(O[C],h.encoder,b,"value",v));return[y(L)+"="+B]}return[y(L)+"="+y(u(T,h.encoder,b,"value",v))]}return[y(r)+"="+y(String(T))]}var N,G=[];if(void 0===T)return G;if("comma"===i&&l(T))N=[{value:T.length>0?T.join(",")||null:void 0}];else if(l(m))N=m;else{var R=Object.keys(T);N=g?R.sort(g):R}for(var I=0;I<N.length;++I){var k=N[I],F="object"==typeof k&&void 0!==k.value?k.value:T[k];if(!s||null!==F){var D=l(T)?"function"==typeof i?i(r,k):r:r+(f?"."+k:"["+k+"]");A.set(t,M);var $=o();$.set(p,A),d(G,e(F,D,i,a,s,u,m,g,f,x,v,y,S,b,$))}}return G};e.exports=function(e,t){var r,n=e,c=function(e){if(!e)return h;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||h.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=i.default;if(void 0!==e.format){if(!a.call(i.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var o=i.formatters[r],n=h.filter;return("function"==typeof e.filter||l(e.filter))&&(n=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:h.addQueryPrefix,allowDots:void 0===e.allowDots?h.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:h.charsetSentinel,delimiter:void 0===e.delimiter?h.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:h.encode,encoder:"function"==typeof e.encoder?e.encoder:h.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:h.encodeValuesOnly,filter:n,format:r,formatter:o,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:h.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:h.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:h.strictNullHandling}}(t);"function"==typeof c.filter?n=(0,c.filter)("",n):l(c.filter)&&(r=c.filter);var u,m=[];if("object"!=typeof n||null===n)return"";u=t&&t.arrayFormat in s?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var g=s[u];r||(r=Object.keys(n)),c.sort&&r.sort(c.sort);for(var p=o(),x=0;x<r.length;++x){var v=r[x];c.skipNulls&&null===n[v]||d(m,f(n[v],v,g,c.strictNullHandling,c.skipNulls,c.encode?c.encoder:null,c.filter,c.sort,c.allowDots,c.serializeDate,c.format,c.formatter,c.encodeValuesOnly,c.charset,p))}var y=m.join(c.delimiter),S=!0===c.addQueryPrefix?"?":"";return c.charsetSentinel&&("iso-8859-1"===c.charset?S+="utf8=%26%2310003%3B&":S+="utf8=%E2%9C%93&"),y.length>0?S+y:""}},function(e,t,r){"use strict";var o=r(155),n=r(591),i=r(593),a=o("%TypeError%"),s=o("%WeakMap%",!0),l=o("%Map%",!0),c=n("WeakMap.prototype.get",!0),u=n("WeakMap.prototype.set",!0),d=n("WeakMap.prototype.has",!0),m=n("Map.prototype.get",!0),g=n("Map.prototype.set",!0),h=n("Map.prototype.has",!0),p=function(e,t){for(var r,o=e;null!==(r=o.next);o=r)if(r.key===t)return o.next=r.next,r.next=e.next,e.next=r,r};e.exports=function(){var e,t,r,o={assert:function(e){if(!o.has(e))throw new a("Side channel does not contain "+i(e))},get:function(o){if(s&&o&&("object"==typeof o||"function"==typeof o)){if(e)return c(e,o)}else if(l){if(t)return m(t,o)}else if(r)return function(e,t){var r=p(e,t);return r&&r.value}(r,o)},has:function(o){if(s&&o&&("object"==typeof o||"function"==typeof o)){if(e)return d(e,o)}else if(l){if(t)return h(t,o)}else if(r)return function(e,t){return!!p(e,t)}(r,o);return!1},set:function(o,n){s&&o&&("object"==typeof o||"function"==typeof o)?(e||(e=new s),u(e,o,n)):l?(t||(t=new l),g(t,o,n)):(r||(r={key:{},next:null}),function(e,t,r){var o=p(e,t);o?o.value=r:e.next={key:t,next:e.next,value:r}}(r,o,n))}};return o}},function(e,t,r){"use strict";var o="undefined"!=typeof Symbol&&Symbol,n=r(588);e.exports=function(){return"function"==typeof o&&("function"==typeof Symbol&&("symbol"==typeof o("foo")&&("symbol"==typeof Symbol("bar")&&n())))}},function(e,t,r){"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),r=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var o=Object.getOwnPropertySymbols(e);if(1!==o.length||o[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var n=Object.getOwnPropertyDescriptor(e,t);if(42!==n.value||!0!==n.enumerable)return!1}return!0}},function(e,t,r){"use strict";var o="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,i=Object.prototype.toString;e.exports=function(e){var t=this;if("function"!=typeof t||"[object Function]"!==i.call(t))throw new TypeError(o+t);for(var r,a=n.call(arguments,1),s=function(){if(this instanceof r){var o=t.apply(this,a.concat(n.call(arguments)));return Object(o)===o?o:this}return t.apply(e,a.concat(n.call(arguments)))},l=Math.max(0,t.length-a.length),c=[],u=0;u<l;u++)c.push("$"+u);if(r=Function("binder","return function ("+c.join(",")+"){ return binder.apply(this,arguments); }")(s),t.prototype){var d=function(){};d.prototype=t.prototype,r.prototype=new d,d.prototype=null}return r}},function(e,t,r){"use strict";var o=r(156);e.exports=o.call(Function.call,Object.prototype.hasOwnProperty)},function(e,t,r){"use strict";var o=r(155),n=r(592),i=n(o("String.prototype.indexOf"));e.exports=function(e,t){var r=o(e,!!t);return"function"==typeof r&&i(e,".prototype.")>-1?n(r):r}},function(e,t,r){"use strict";var o=r(156),n=r(155),i=n("%Function.prototype.apply%"),a=n("%Function.prototype.call%"),s=n("%Reflect.apply%",!0)||o.call(a,i),l=n("%Object.getOwnPropertyDescriptor%",!0),c=n("%Object.defineProperty%",!0),u=n("%Math.max%");if(c)try{c({},"a",{value:1})}catch(e){c=null}e.exports=function(e){var t=s(o,a,arguments);if(l&&c){var r=l(t,"length");r.configurable&&c(t,"length",{value:1+u(0,e.length-(arguments.length-1))})}return t};var d=function(){return s(o,i,arguments)};c?c(e.exports,"apply",{value:d}):e.exports.apply=d},function(e,t,r){var o="function"==typeof Map&&Map.prototype,n=Object.getOwnPropertyDescriptor&&o?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,i=o&&n&&"function"==typeof n.get?n.get:null,a=o&&Map.prototype.forEach,s="function"==typeof Set&&Set.prototype,l=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=s&&l&&"function"==typeof l.get?l.get:null,u=s&&Set.prototype.forEach,d="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,m="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,g="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,h=Boolean.prototype.valueOf,p=Object.prototype.toString,f=Function.prototype.toString,x=String.prototype.match,v=String.prototype.slice,y=String.prototype.replace,S=String.prototype.toUpperCase,b=String.prototype.toLowerCase,A=RegExp.prototype.test,w=Array.prototype.concat,T=Array.prototype.join,P=Array.prototype.slice,M=Math.floor,_="function"==typeof BigInt?BigInt.prototype.valueOf:null,E=Object.getOwnPropertySymbols,L="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,O="function"==typeof Symbol&&"object"==typeof Symbol.iterator,B="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===O||"symbol")?Symbol.toStringTag:null,C=Object.prototype.propertyIsEnumerable,N=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function G(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||A.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var o=e<0?-M(-e):M(e);if(o!==e){var n=String(o),i=v.call(t,n.length+1);return y.call(n,r,"$&_")+"."+y.call(y.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return y.call(t,r,"$&_")}var R=r(594).custom,I=R&&$(R)?R:null;function k(e,t,r){var o="double"===(r.quoteStyle||t)?'"':"'";return o+e+o}function F(e){return y.call(String(e),/"/g,""")}function D(e){return!("[object Array]"!==V(e)||B&&"object"==typeof e&&B in e)}function $(e){if(O)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!L)return!1;try{return L.call(e),!0}catch(e){}return!1}e.exports=function e(t,r,o,n){var s=r||{};if(U(s,"quoteStyle")&&"single"!==s.quoteStyle&&"double"!==s.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(U(s,"maxStringLength")&&("number"==typeof s.maxStringLength?s.maxStringLength<0&&s.maxStringLength!==1/0:null!==s.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var l=!U(s,"customInspect")||s.customInspect;if("boolean"!=typeof l&&"symbol"!==l)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(U(s,"indent")&&null!==s.indent&&"\t"!==s.indent&&!(parseInt(s.indent,10)===s.indent&&s.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(U(s,"numericSeparator")&&"boolean"!=typeof s.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var p=s.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return function e(t,r){if(t.length>r.maxStringLength){var o=t.length-r.maxStringLength,n="... "+o+" more character"+(o>1?"s":"");return e(v.call(t,0,r.maxStringLength),r)+n}return k(y.call(y.call(t,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,j),"single",r)}(t,s);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var S=String(t);return p?G(t,S):S}if("bigint"==typeof t){var A=String(t)+"n";return p?G(t,A):A}var M=void 0===s.depth?5:s.depth;if(void 0===o&&(o=0),o>=M&&M>0&&"object"==typeof t)return D(t)?"[Array]":"[Object]";var E=function(e,t){var r;if("\t"===e.indent)r="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;r=T.call(Array(e.indent+1)," ")}return{base:r,prev:T.call(Array(t+1),r)}}(s,o);if(void 0===n)n=[];else if(H(n,t)>=0)return"[Circular]";function R(t,r,i){if(r&&(n=P.call(n)).push(r),i){var a={depth:s.depth};return U(s,"quoteStyle")&&(a.quoteStyle=s.quoteStyle),e(t,a,o+1,n)}return e(t,s,o+1,n)}if("function"==typeof t){var X=function(e){if(e.name)return e.name;var t=x.call(f.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),Z=z(t,R);return"[Function"+(X?": "+X:" (anonymous)")+"]"+(Z.length>0?" { "+T.call(Z,", ")+" }":"")}if($(t)){var J=O?y.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):L.call(t);return"object"!=typeof t||O?J:W(J)}if(function(e){if(!e||"object"!=typeof e)return!1;if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"==typeof e.nodeName&&"function"==typeof e.getAttribute}(t)){for(var q="<"+b.call(String(t.nodeName)),ee=t.attributes||[],te=0;te<ee.length;te++)q+=" "+ee[te].name+"="+k(F(ee[te].value),"double",s);return q+=">",t.childNodes&&t.childNodes.length&&(q+="..."),q+="</"+b.call(String(t.nodeName))+">"}if(D(t)){if(0===t.length)return"[]";var re=z(t,R);return E&&!function(e){for(var t=0;t<e.length;t++)if(H(e[t],"\n")>=0)return!1;return!0}(re)?"["+Q(re,E)+"]":"[ "+T.call(re,", ")+" ]"}if(function(e){return!("[object Error]"!==V(e)||B&&"object"==typeof e&&B in e)}(t)){var oe=z(t,R);return"cause"in t&&!C.call(t,"cause")?"{ ["+String(t)+"] "+T.call(w.call("[cause]: "+R(t.cause),oe),", ")+" }":0===oe.length?"["+String(t)+"]":"{ ["+String(t)+"] "+T.call(oe,", ")+" }"}if("object"==typeof t&&l){if(I&&"function"==typeof t[I])return t[I]();if("symbol"!==l&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!i||!e||"object"!=typeof e)return!1;try{i.call(e);try{c.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var ne=[];return a.call(t,(function(e,r){ne.push(R(r,t,!0)+" => "+R(e,t))})),Y("Map",i.call(t),ne,E)}if(function(e){if(!c||!e||"object"!=typeof e)return!1;try{c.call(e);try{i.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var ie=[];return u.call(t,(function(e){ie.push(R(e,t))})),Y("Set",c.call(t),ie,E)}if(function(e){if(!d||!e||"object"!=typeof e)return!1;try{d.call(e,d);try{m.call(e,m)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return K("WeakMap");if(function(e){if(!m||!e||"object"!=typeof e)return!1;try{m.call(e,m);try{d.call(e,d)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return K("WeakSet");if(function(e){if(!g||!e||"object"!=typeof e)return!1;try{return g.call(e),!0}catch(e){}return!1}(t))return K("WeakRef");if(function(e){return!("[object Number]"!==V(e)||B&&"object"==typeof e&&B in e)}(t))return W(R(Number(t)));if(function(e){if(!e||"object"!=typeof e||!_)return!1;try{return _.call(e),!0}catch(e){}return!1}(t))return W(R(_.call(t)));if(function(e){return!("[object Boolean]"!==V(e)||B&&"object"==typeof e&&B in e)}(t))return W(h.call(t));if(function(e){return!("[object String]"!==V(e)||B&&"object"==typeof e&&B in e)}(t))return W(R(String(t)));if(!function(e){return!("[object Date]"!==V(e)||B&&"object"==typeof e&&B in e)}(t)&&!function(e){return!("[object RegExp]"!==V(e)||B&&"object"==typeof e&&B in e)}(t)){var ae=z(t,R),se=N?N(t)===Object.prototype:t instanceof Object||t.constructor===Object,le=t instanceof Object?"":"null prototype",ce=!se&&B&&Object(t)===t&&B in t?v.call(V(t),8,-1):le?"Object":"",ue=(se||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(ce||le?"["+T.call(w.call([],ce||[],le||[]),": ")+"] ":"");return 0===ae.length?ue+"{}":E?ue+"{"+Q(ae,E)+"}":ue+"{ "+T.call(ae,", ")+" }"}return String(t)};var X=Object.prototype.hasOwnProperty||function(e){return e in this};function U(e,t){return X.call(e,t)}function V(e){return p.call(e)}function H(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,o=e.length;r<o;r++)if(e[r]===t)return r;return-1}function j(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+S.call(t.toString(16))}function W(e){return"Object("+e+")"}function K(e){return e+" { ? }"}function Y(e,t,r,o){return e+" ("+t+") {"+(o?Q(r,o):T.call(r,", "))+"}"}function Q(e,t){if(0===e.length)return"";var r="\n"+t.prev+t.base;return r+T.call(e,","+r)+"\n"+t.prev}function z(e,t){var r=D(e),o=[];if(r){o.length=e.length;for(var n=0;n<e.length;n++)o[n]=U(e,n)?t(e[n],e):""}var i,a="function"==typeof E?E(e):[];if(O){i={};for(var s=0;s<a.length;s++)i["$"+a[s]]=a[s]}for(var l in e)U(e,l)&&(r&&String(Number(l))===l&&l<e.length||O&&i["$"+l]instanceof Symbol||(A.call(/[^\w$]/,l)?o.push(t(l,e)+": "+t(e[l],e)):o.push(l+": "+t(e[l],e))));if("function"==typeof E)for(var c=0;c<a.length;c++)C.call(e,a[c])&&o.push("["+t(a[c])+"]: "+t(e[a[c]],e));return o}},function(e,t){},function(e,t,r){"use strict";var o=r(226),n=Object.prototype.hasOwnProperty,i=Array.isArray,a={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:o.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},s=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},l=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},c=function(e,t,r,o){if(e){var i=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,a=/(\[[^[\]]*])/g,s=r.depth>0&&/(\[[^[\]]*])/.exec(i),c=s?i.slice(0,s.index):i,u=[];if(c){if(!r.plainObjects&&n.call(Object.prototype,c)&&!r.allowPrototypes)return;u.push(c)}for(var d=0;r.depth>0&&null!==(s=a.exec(i))&&d<r.depth;){if(d+=1,!r.plainObjects&&n.call(Object.prototype,s[1].slice(1,-1))&&!r.allowPrototypes)return;u.push(s[1])}return s&&u.push("["+i.slice(s.index)+"]"),function(e,t,r,o){for(var n=o?t:l(t,r),i=e.length-1;i>=0;--i){var a,s=e[i];if("[]"===s&&r.parseArrays)a=[].concat(n);else{a=r.plainObjects?Object.create(null):{};var c="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,u=parseInt(c,10);r.parseArrays||""!==c?!isNaN(u)&&s!==c&&String(u)===c&&u>=0&&r.parseArrays&&u<=r.arrayLimit?(a=[])[u]=n:"__proto__"!==c&&(a[c]=n):a={0:n}}n=a}return n}(u,t,r,o)}};e.exports=function(e,t){var r=function(e){if(!e)return a;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?a.charset:e.charset;return{allowDots:void 0===e.allowDots?a.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:a.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:a.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:a.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:a.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:a.comma,decoder:"function"==typeof e.decoder?e.decoder:a.decoder,delimiter:"string"==typeof e.delimiter||o.isRegExp(e.delimiter)?e.delimiter:a.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:a.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:a.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:a.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:a.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:a.strictNullHandling}}(t);if(""===e||null==e)return r.plainObjects?Object.create(null):{};for(var u="string"==typeof e?function(e,t){var r,c={},u=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,d=t.parameterLimit===1/0?void 0:t.parameterLimit,m=u.split(t.delimiter,d),g=-1,h=t.charset;if(t.charsetSentinel)for(r=0;r<m.length;++r)0===m[r].indexOf("utf8=")&&("utf8=%E2%9C%93"===m[r]?h="utf-8":"utf8=%26%2310003%3B"===m[r]&&(h="iso-8859-1"),g=r,r=m.length);for(r=0;r<m.length;++r)if(r!==g){var p,f,x=m[r],v=x.indexOf("]="),y=-1===v?x.indexOf("="):v+1;-1===y?(p=t.decoder(x,a.decoder,h,"key"),f=t.strictNullHandling?null:""):(p=t.decoder(x.slice(0,y),a.decoder,h,"key"),f=o.maybeMap(l(x.slice(y+1),t),(function(e){return t.decoder(e,a.decoder,h,"value")}))),f&&t.interpretNumericEntities&&"iso-8859-1"===h&&(f=s(f)),x.indexOf("[]=")>-1&&(f=i(f)?[f]:f),n.call(c,p)?c[p]=o.combine(c[p],f):c[p]=f}return c}(e,r):e,d=r.plainObjects?Object.create(null):{},m=Object.keys(u),g=0;g<m.length;++g){var h=m[g],p=c(h,u[h],r,"string"==typeof e);d=o.merge(d,p,r)}return!0===r.allowSparse?d:o.compact(d)}},function(e,t,r){var o=r(597);e.exports=function(e,t,r){var n=null==e?void 0:o(e,t);return void 0===n?r:n}},function(e,t,r){var o=r(598),n=r(637);e.exports=function(e,t){for(var r=0,i=(t=o(t,e)).length;null!=e&&r<i;)e=e[n(t[r++])];return r&&r==i?e:void 0}},function(e,t,r){var o=r(158),n=r(599),i=r(604),a=r(634);e.exports=function(e,t){return o(e)?e:n(e,t)?[e]:i(a(e))}},function(e,t,r){var o=r(158),n=r(159),i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/;e.exports=function(e,t){if(o(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!n(e))||(a.test(e)||!i.test(e)||null!=t&&e in Object(t))}},function(e,t,r){(function(t){var r="object"==typeof t&&t&&t.Object===Object&&t;e.exports=r}).call(this,r(76))},function(e,t,r){var o=r(160),n=Object.prototype,i=n.hasOwnProperty,a=n.toString,s=o?o.toStringTag:void 0;e.exports=function(e){var t=i.call(e,s),r=e[s];try{e[s]=void 0;var o=!0}catch(e){}var n=a.call(e);return o&&(t?e[s]=r:delete e[s]),n}},function(e,t){var r=Object.prototype.toString;e.exports=function(e){return r.call(e)}},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},function(e,t,r){var o=r(605),n=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,i=/\\(\\)?/g,a=o((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(n,(function(e,r,o,n){t.push(o?n.replace(i,"$1"):r||e)})),t}));e.exports=a},function(e,t,r){var o=r(606);e.exports=function(e){var t=o(e,(function(e){return 500===r.size&&r.clear(),e})),r=t.cache;return t}},function(e,t,r){var o=r(607);function n(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var r=function(){var o=arguments,n=t?t.apply(this,o):o[0],i=r.cache;if(i.has(n))return i.get(n);var a=e.apply(this,o);return r.cache=i.set(n,a)||i,a};return r.cache=new(n.Cache||o),r}n.Cache=o,e.exports=n},function(e,t,r){var o=r(608),n=r(629),i=r(631),a=r(632),s=r(633);function l(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var o=e[t];this.set(o[0],o[1])}}l.prototype.clear=o,l.prototype.delete=n,l.prototype.get=i,l.prototype.has=a,l.prototype.set=s,e.exports=l},function(e,t,r){var o=r(609),n=r(621),i=r(628);e.exports=function(){this.size=0,this.__data__={hash:new o,map:new(i||n),string:new o}}},function(e,t,r){var o=r(610),n=r(617),i=r(618),a=r(619),s=r(620);function l(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var o=e[t];this.set(o[0],o[1])}}l.prototype.clear=o,l.prototype.delete=n,l.prototype.get=i,l.prototype.has=a,l.prototype.set=s,e.exports=l},function(e,t,r){var o=r(120);e.exports=function(){this.__data__=o?o(null):{},this.size=0}},function(e,t,r){var o=r(612),n=r(613),i=r(229),a=r(615),s=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,u=l.toString,d=c.hasOwnProperty,m=RegExp("^"+u.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!i(e)||n(e))&&(o(e)?m:s).test(a(e))}},function(e,t,r){var o=r(227),n=r(229);e.exports=function(e){if(!n(e))return!1;var t=o(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},function(e,t,r){var o,n=r(614),i=(o=/[^.]+$/.exec(n&&n.keys&&n.keys.IE_PROTO||""))?"Symbol(src)_1."+o:"";e.exports=function(e){return!!i&&i in e}},function(e,t,r){var o=r(161)["__core-js_shared__"];e.exports=o},function(e,t){var r=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return r.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},function(e,t){e.exports=function(e,t){return null==e?void 0:e[t]}},function(e,t){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},function(e,t,r){var o=r(120),n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(o){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return n.call(t,e)?t[e]:void 0}},function(e,t,r){var o=r(120),n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return o?void 0!==t[e]:n.call(t,e)}},function(e,t,r){var o=r(120);e.exports=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=o&&void 0===t?"__lodash_hash_undefined__":t,this}},function(e,t,r){var o=r(622),n=r(623),i=r(625),a=r(626),s=r(627);function l(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var o=e[t];this.set(o[0],o[1])}}l.prototype.clear=o,l.prototype.delete=n,l.prototype.get=i,l.prototype.has=a,l.prototype.set=s,e.exports=l},function(e,t){e.exports=function(){this.__data__=[],this.size=0}},function(e,t,r){var o=r(121),n=Array.prototype.splice;e.exports=function(e){var t=this.__data__,r=o(t,e);return!(r<0)&&(r==t.length-1?t.pop():n.call(t,r,1),--this.size,!0)}},function(e,t){e.exports=function(e,t){return e===t||e!=e&&t!=t}},function(e,t,r){var o=r(121);e.exports=function(e){var t=this.__data__,r=o(t,e);return r<0?void 0:t[r][1]}},function(e,t,r){var o=r(121);e.exports=function(e){return o(this.__data__,e)>-1}},function(e,t,r){var o=r(121);e.exports=function(e,t){var r=this.__data__,n=o(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}},function(e,t,r){var o=r(228)(r(161),"Map");e.exports=o},function(e,t,r){var o=r(122);e.exports=function(e){var t=o(this,e).delete(e);return this.size-=t?1:0,t}},function(e,t){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},function(e,t,r){var o=r(122);e.exports=function(e){return o(this,e).get(e)}},function(e,t,r){var o=r(122);e.exports=function(e){return o(this,e).has(e)}},function(e,t,r){var o=r(122);e.exports=function(e,t){var r=o(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}},function(e,t,r){var o=r(635);e.exports=function(e){return null==e?"":o(e)}},function(e,t,r){var o=r(160),n=r(636),i=r(158),a=r(159),s=o?o.prototype:void 0,l=s?s.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(i(t))return n(t,e)+"";if(a(t))return l?l.call(t):"";var r=t+"";return"0"==r&&1/t==-1/0?"-0":r}},function(e,t){e.exports=function(e,t){for(var r=-1,o=null==e?0:e.length,n=Array(o);++r<o;)n[r]=t(e[r],r,e);return n}},function(e,t,r){var o=r(159);e.exports=function(e){if("string"==typeof e||o(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},function(e,t,r){"use strict";var o=r(230),n=r(162),i=Object.prototype.hasOwnProperty,a={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},s=Array.isArray,l=String.prototype.split,c=Array.prototype.push,u=function(e,t){c.apply(e,s(t)?t:[t])},d=Date.prototype.toISOString,m=n.default,g={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:o.encode,encodeValuesOnly:!1,format:m,formatter:n.formatters[m],indices:!1,serializeDate:function(e){return d.call(e)},skipNulls:!1,strictNullHandling:!1},h=function e(t,r,n,i,a,c,d,m,h,p,f,x,v,y){var S,b=t;if("function"==typeof d?b=d(r,b):b instanceof Date?b=p(b):"comma"===n&&s(b)&&(b=o.maybeMap(b,(function(e){return e instanceof Date?p(e):e}))),null===b){if(i)return c&&!v?c(r,g.encoder,y,"key",f):r;b=""}if("string"==typeof(S=b)||"number"==typeof S||"boolean"==typeof S||"symbol"==typeof S||"bigint"==typeof S||o.isBuffer(b)){if(c){var A=v?r:c(r,g.encoder,y,"key",f);if("comma"===n&&v){for(var w=l.call(String(b),","),T="",P=0;P<w.length;++P)T+=(0===P?"":",")+x(c(w[P],g.encoder,y,"value",f));return[x(A)+"="+T]}return[x(A)+"="+x(c(b,g.encoder,y,"value",f))]}return[x(r)+"="+x(String(b))]}var M,_=[];if(void 0===b)return _;if("comma"===n&&s(b))M=[{value:b.length>0?b.join(",")||null:void 0}];else if(s(d))M=d;else{var E=Object.keys(b);M=m?E.sort(m):E}for(var L=0;L<M.length;++L){var O=M[L],B="object"==typeof O&&void 0!==O.value?O.value:b[O];if(!a||null!==B){var C=s(b)?"function"==typeof n?n(r,O):r:r+(h?"."+O:"["+O+"]");u(_,e(B,C,n,i,a,c,d,m,h,p,f,x,v,y))}}return _};e.exports=function(e,t){var r,o=e,l=function(e){if(!e)return g;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||g.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=n.default;if(void 0!==e.format){if(!i.call(n.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var o=n.formatters[r],a=g.filter;return("function"==typeof e.filter||s(e.filter))&&(a=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:g.addQueryPrefix,allowDots:void 0===e.allowDots?g.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:g.charsetSentinel,delimiter:void 0===e.delimiter?g.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:g.encode,encoder:"function"==typeof e.encoder?e.encoder:g.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:g.encodeValuesOnly,filter:a,format:r,formatter:o,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:g.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:g.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:g.strictNullHandling}}(t);"function"==typeof l.filter?o=(0,l.filter)("",o):s(l.filter)&&(r=l.filter);var c,d=[];if("object"!=typeof o||null===o)return"";c=t&&t.arrayFormat in a?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var m=a[c];r||(r=Object.keys(o)),l.sort&&r.sort(l.sort);for(var p=0;p<r.length;++p){var f=r[p];l.skipNulls&&null===o[f]||u(d,h(o[f],f,m,l.strictNullHandling,l.skipNulls,l.encode?l.encoder:null,l.filter,l.sort,l.allowDots,l.serializeDate,l.format,l.formatter,l.encodeValuesOnly,l.charset))}var x=d.join(l.delimiter),v=!0===l.addQueryPrefix?"?":"";return l.charsetSentinel&&("iso-8859-1"===l.charset?v+="utf8=%26%2310003%3B&":v+="utf8=%E2%9C%93&"),x.length>0?v+x:""}},function(e,t,r){"use strict";var o=r(230),n=Object.prototype.hasOwnProperty,i=Array.isArray,a={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:o.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},s=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},l=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},c=function(e,t,r,o){if(e){var i=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,a=/(\[[^[\]]*])/g,s=r.depth>0&&/(\[[^[\]]*])/.exec(i),c=s?i.slice(0,s.index):i,u=[];if(c){if(!r.plainObjects&&n.call(Object.prototype,c)&&!r.allowPrototypes)return;u.push(c)}for(var d=0;r.depth>0&&null!==(s=a.exec(i))&&d<r.depth;){if(d+=1,!r.plainObjects&&n.call(Object.prototype,s[1].slice(1,-1))&&!r.allowPrototypes)return;u.push(s[1])}return s&&u.push("["+i.slice(s.index)+"]"),function(e,t,r,o){for(var n=o?t:l(t,r),i=e.length-1;i>=0;--i){var a,s=e[i];if("[]"===s&&r.parseArrays)a=[].concat(n);else{a=r.plainObjects?Object.create(null):{};var c="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,u=parseInt(c,10);r.parseArrays||""!==c?!isNaN(u)&&s!==c&&String(u)===c&&u>=0&&r.parseArrays&&u<=r.arrayLimit?(a=[])[u]=n:"__proto__"!==c&&(a[c]=n):a={0:n}}n=a}return n}(u,t,r,o)}};e.exports=function(e,t){var r=function(e){if(!e)return a;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?a.charset:e.charset;return{allowDots:void 0===e.allowDots?a.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:a.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:a.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:a.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:a.comma,decoder:"function"==typeof e.decoder?e.decoder:a.decoder,delimiter:"string"==typeof e.delimiter||o.isRegExp(e.delimiter)?e.delimiter:a.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:a.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:a.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:a.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:a.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:a.strictNullHandling}}(t);if(""===e||null==e)return r.plainObjects?Object.create(null):{};for(var u="string"==typeof e?function(e,t){var r,c={},u=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,d=t.parameterLimit===1/0?void 0:t.parameterLimit,m=u.split(t.delimiter,d),g=-1,h=t.charset;if(t.charsetSentinel)for(r=0;r<m.length;++r)0===m[r].indexOf("utf8=")&&("utf8=%E2%9C%93"===m[r]?h="utf-8":"utf8=%26%2310003%3B"===m[r]&&(h="iso-8859-1"),g=r,r=m.length);for(r=0;r<m.length;++r)if(r!==g){var p,f,x=m[r],v=x.indexOf("]="),y=-1===v?x.indexOf("="):v+1;-1===y?(p=t.decoder(x,a.decoder,h,"key"),f=t.strictNullHandling?null:""):(p=t.decoder(x.slice(0,y),a.decoder,h,"key"),f=o.maybeMap(l(x.slice(y+1),t),(function(e){return t.decoder(e,a.decoder,h,"value")}))),f&&t.interpretNumericEntities&&"iso-8859-1"===h&&(f=s(f)),x.indexOf("[]=")>-1&&(f=i(f)?[f]:f),n.call(c,p)?c[p]=o.combine(c[p],f):c[p]=f}return c}(e,r):e,d=r.plainObjects?Object.create(null):{},m=Object.keys(u),g=0;g<m.length;++g){var h=m[g],p=c(h,u[h],r,"string"==typeof e);d=o.merge(d,p,r)}return o.compact(d)}},function(e,t,r){"use strict";r.r(t);var o=r(231),n=r.n(o),i=r(46);function a(e,t){return e>>t||1}var s=function(){function e(e){this.maxStringLength=1024,this.maxObjectLength=128,this.maxArrayLength=128,this.maxDepth=8,this.keys=[],this.keysBlocklist=[],this.seen=[];var t=e.level||0;this.keysBlocklist=e.keysBlocklist||[],this.maxStringLength=a(this.maxStringLength,t),this.maxObjectLength=a(this.maxObjectLength,t),this.maxArrayLength=a(this.maxArrayLength,t),this.maxDepth=a(this.maxDepth,t)}return e.prototype.truncate=function(e,t,r){if(void 0===t&&(t=""),void 0===r&&(r=0),null==e)return e;switch(typeof e){case"boolean":case"number":case"function":return e;case"string":return this.truncateString(e);case"object":break;default:return this.truncateString(String(e))}if(e instanceof String)return this.truncateString(e.toString());if(e instanceof Boolean||e instanceof Number||e instanceof Date||e instanceof RegExp)return e;if(e instanceof Error)return this.truncateString(e.toString());if(this.seen.indexOf(e)>=0)return"[Circular "+this.getPath(e)+"]";var o=function(e){return Object.prototype.toString.apply(e).slice("[object ".length,-1)}(e);if(++r>this.maxDepth)return"[Truncated "+o+"]";switch(this.keys.push(t),this.seen.push(e),o){case"Array":return this.truncateArray(e,r);case"Object":return this.truncateObject(e,r);default:var n=this.maxDepth;this.maxDepth=0;var i=this.truncateObject(e,r);return i.__type=o,this.maxDepth=n,i}},e.prototype.getPath=function(e){for(var t=this.seen.indexOf(e),r=[this.keys[t]],o=t;o>=0;o--){var n=this.seen[o];n&&c(n,r[0])===e&&(e=n,r.unshift(this.keys[o]))}return"~"+r.join(".")},e.prototype.truncateString=function(e){return e.length>this.maxStringLength?e.slice(0,this.maxStringLength)+"...":e},e.prototype.truncateArray=function(e,t){void 0===t&&(t=0);for(var r=0,o=[],n=0;n<e.length;n++){var i=e[n];if(o.push(this.truncate(i,n.toString(),t)),++r>=this.maxArrayLength)break}return o},e.prototype.truncateObject=function(e,t){void 0===t&&(t=0);var r=0,o={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n))if(u(n,this.keysBlocklist))o[n]="[Filtered]";else{var i=c(e,n);if(void 0!==i&&"function"!=typeof i&&(o[n]=this.truncate(i,n,t),++r>=this.maxObjectLength))break}return o},e}();function l(e,t){return void 0===t&&(t={}),new s(t).truncate(e)}function c(e,t){try{return e[t]}catch(e){return}}function u(e,t){for(var r=0,o=t;r<o.length;r++){var n=o[r];if(n===e)return!0;if(n instanceof RegExp&&e.match(n))return!0}return!1}var d=function(){function e(e,t,r){this._dur=0,this._level=0,this._metric=e,this.name=t,this.startTime=r||new Date}return e.prototype.end=function(e){this.endTime=e||new Date,this._dur+=this.endTime.getTime()-this.startTime.getTime(),this._metric._incGroup(this.name,this._dur),this._metric=null},e.prototype._pause=function(){if(!this._paused()){var e=new Date;this._dur+=e.getTime()-this.startTime.getTime(),this.startTime=null}},e.prototype._resume=function(){this._paused()&&(this.startTime=new Date)},e.prototype._paused=function(){return null==this.startTime},e}(),m=function(){function e(){this._spans={},this._groups={},this.startTime=new Date}return e.prototype.end=function(e){this.endTime||(this.endTime=e||new Date)},e.prototype.isRecording=function(){return!0},e.prototype.startSpan=function(e,t){var r=this._spans[e];r?r._level++:(r=new d(this,e,t),this._spans[e]=r)},e.prototype.endSpan=function(e,t){var r=this._spans[e];r?r._level>0?r._level--:(r.end(t),delete this._spans[r.name]):console.error("airbrake: span=%s does not exist",e)},e.prototype._incGroup=function(e,t){this._groups[e]=(this._groups[e]||0)+t},e.prototype._duration=function(){return this.endTime||(this.endTime=new Date),this.endTime.getTime()-this.startTime.getTime()},e}(),g=function(){function e(){}return e.prototype.isRecording=function(){return!1},e.prototype.startSpan=function(e,t){},e.prototype.endSpan=function(e,t){},e.prototype._incGroup=function(e,t){},e}(),h=function(){return(h=Object.assign||function(e){for(var t,r=1,o=arguments.length;r<o;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},p=function(){function e(){this._noopMetric=new g,this._context={},this._historyMaxLen=20,this._history=[]}return e.prototype.clone=function(){var t=new e;return t._context=h({},this._context),t._history=this._history.slice(),t},e.prototype.setContext=function(e){this._context=h(h({},this._context),e)},e.prototype.context=function(){var e=h({},this._context);return this._history.length>0&&(e.history=this._history.slice()),e},e.prototype.pushHistory=function(e){this._isDupState(e)?this._lastRecord.num?this._lastRecord.num++:this._lastRecord.num=2:(e.date||(e.date=new Date),this._history.push(e),this._lastRecord=e,this._history.length>this._historyMaxLen&&(this._history=this._history.slice(-this._historyMaxLen)))},e.prototype._isDupState=function(e){if(!this._lastRecord)return!1;for(var t in e)if(e.hasOwnProperty(t)&&"date"!==t&&e[t]!==this._lastRecord[t])return!1;return!0},e.prototype.routeMetric=function(){return this._routeMetric||this._noopMetric},e.prototype.setRouteMetric=function(e){this._routeMetric=e},e.prototype.queueMetric=function(){return this._queueMetric||this._noopMetric},e.prototype.setQueueMetric=function(e){this._queueMetric=e},e}(),f=r(234),x=r.n(f),v="object"==typeof console&&console.warn;function y(e){try{return x.a.parse(e)}catch(t){v&&e.stack&&console.warn("ErrorStackParser:",t.toString(),e.stack)}return e.fileName?[e]:[]}function S(e){var t=[];if(e.noStack)t.push({function:e.functionName||"",file:e.fileName||"",line:e.lineNumber||0,column:e.columnNumber||0});else{var r=y(e);if(0===r.length)try{throw new Error("fake")}catch(e){(r=y(e)).shift(),r.shift()}for(var o=0,n=r;o<n.length;o++){var i=n[o];t.push({function:i.functionName||"",file:i.fileName||"",line:i.lineNumber||0,column:i.columnNumber||0})}}return{type:e.name?e.name:"",message:e.message?String(e.message):String(e),backtrace:t}}var b=new RegExp(["^","\\[(\\$.+)\\]","\\s","([\\s\\S]+)","$"].join(""));function A(e){var t=e.errors[0];if(""!==t.type&&"Error"!==t.type)return e;var r=t.message.match(b);return null!==r&&(t.type=r[1],t.message=r[2]),e}var w=["Script error","Script error.","InvalidAccessError"];function T(e){var t=e.errors[0];if(""===t.type&&-1!==w.indexOf(t.message))return null;if(t.backtrace&&t.backtrace.length>0&&"<anonymous>"===t.backtrace[0].file)return null;return e}var P=new RegExp(["^","Uncaught\\s","(.+?)",":\\s","(.+)","$"].join(""));function M(e){var t=e.errors[0];if(""!==t.type&&"Error"!==t.type)return e;var r=t.message.match(P);return null!==r&&(t.type=r[1],t.message=r[2]),e}var _=r(235),E=r.n(_),L={unauthorized:new Error("airbrake: unauthorized: project id or key are wrong"),ipRateLimited:new Error("airbrake: IP is rate limited")},O=0;function B(e){if(Date.now()/1e3<O)return i.a.reject(L.ipRateLimited);var t={method:e.method,body:e.body};return E()(e.url,t).then((function(e){if(401===e.status)throw L.unauthorized;if(429===e.status){var t=e.headers.get("X-RateLimit-Delay");if(!t)throw L.ipRateLimited;var r=parseInt(t,10);throw r>0&&(O=Date.now()/1e3+r),L.ipRateLimited}if(204===e.status)return{json:null};if(404===e.status)throw new Error("404 Not Found");return e.status>=200&&e.status<300?e.json().then((function(e){return{json:e}})):e.status>=400&&e.status<500?e.json().then((function(e){throw new Error(e.message)})):e.text().then((function(t){throw new Error("airbrake: fetch: unexpected response: code="+e.status+" body='"+t+"'")}))}))}function C(e){return function(t){return function(e,t){if(Date.now()/1e3<N)return i.a.reject(L.ipRateLimited);return new i.a((function(r,o){t({url:e.url,method:e.method,body:e.body,headers:{"content-type":"application/json"},timeout:e.timeout},(function(e,t,n){if(e)o(e);else{if(!t.statusCode)return e=new Error("airbrake: request: response statusCode is "+t.statusCode),void o(e);if(401!==t.statusCode)if(429!==t.statusCode)if(204!==t.statusCode)if(t.statusCode>=200&&t.statusCode<300){var i=void 0;try{i=JSON.parse(n)}catch(e){return void o(e)}r(i)}else{if(t.statusCode>=400&&t.statusCode<500){i=void 0;try{i=JSON.parse(n)}catch(e){return void o(e)}return e=new Error(i.message),void o(e)}n=n.trim(),e=new Error("airbrake: node: unexpected response: code="+t.statusCode+" body='"+n+"'"),o(e)}else r({json:null});else{o(L.ipRateLimited);var a=t.headers["x-ratelimit-delay"];if(!a)return;var s=void 0;if("string"==typeof a)s=a;else{if(!(a instanceof Array))return;s=a[0]}var l=parseInt(s,10);l>0&&(N=Date.now()/1e3+l)}else o(L.unauthorized)}}))}))}(t,e)}}var N=0;function G(e){return e.request?C(e.request):B}var R,I,k=(R=function(e,t){return(R=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])})(e,t)},function(e,t){function r(){this.constructor=e}R(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),F=!1;try{I=r(279),F=!0}catch(e){}var D=function(){function e(){this.count=0,this.sum=0,this.sumsq=0,this._td=new I.Digest}return e.prototype.add=function(e){0===e&&(e=1e-5),this.count+=1,this.sum+=e,this.sumsq+=e*e,this._td&&this._td.push(e)},e.prototype.toJSON=function(){return{count:this.count,sum:this.sum,sumsq:this.sumsq,tdigestCentroids:X(this._td)}},e}(),$=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.groups={},t}return k(t,e),t.prototype.addGroups=function(e,t){for(var r in this.add(e),t)t.hasOwnProperty(r)&&this.addGroup(r,t[r])},t.prototype.addGroup=function(e,t){var r=this.groups[e];r||(r=new D,this.groups[e]=r),r.add(t)},t.prototype.toJSON=function(){return{count:this.count,sum:this.sum,sumsq:this.sumsq,tdigestCentroids:X(this._td),groups:this.groups}},t}(D);function X(e){var t=[],r=[];return e.centroids.each((function(e){t.push(e.mean),r.push(e.n)})),{mean:t,count:r}}var U=function(){return(U=Object.assign||function(e){for(var t,r=1,o=arguments.length;r<o;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},V=function(){function e(e){void 0===e&&(e=""),this.method="",this.route="",this.query="",this.func="",this.file="",this.line=0,this.startTime=new Date,this.query=e}return e.prototype._duration=function(){return this.endTime||(this.endTime=new Date),this.endTime.getTime()-this.startTime.getTime()},e}(),H=function(){function e(e){this._m={},this._opt=e,this._url=e.host+"/api/v5/projects/"+e.projectId+"/queries-stats?key="+e.projectKey,this._requester=G(e)}return e.prototype.start=function(e){return void 0===e&&(e=""),new V(e)},e.prototype.notify=function(e){var t=this;if(F){var r=e._duration(),o=new Date(6e4*Math.floor(e.startTime.getTime()/6e4)),n={method:e.method,route:e.route,query:e.query,func:e.func,file:e.file,line:e.line,time:o},i=JSON.stringify(n),a=this._m[i];a||(a=new D,this._m[i]=a),a.add(r),this._timer||(this._timer=setTimeout((function(){t._flush()}),15e3))}},e.prototype._flush=function(){var e=[];for(var t in this._m)if(this._m.hasOwnProperty(t)){var r=JSON.parse(t),o=U(U({},r),this._m[t].toJSON());e.push(o)}this._m={},this._timer=null;var n=JSON.stringify({environment:this._opt.environment,queries:e}),i={method:"POST",url:this._url,body:n};this._requester(i).then((function(e){})).catch((function(e){console.error&&console.error("can not report queries stats",e)}))},e}(),j=function(){var e=function(t,r){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])})(t,r)};return function(t,r){function o(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(o.prototype=r.prototype,new o)}}(),W=function(){return(W=Object.assign||function(e){for(var t,r=1,o=arguments.length;r<o;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},K=function(e){function t(t){var r=e.call(this)||this;return r.queue=t,r.startTime=new Date,r}return j(t,e),t}(m),Y=function(){function e(e){this._m={},this._opt=e,this._url=e.host+"/api/v5/projects/"+e.projectId+"/queues-stats?key="+e.projectKey,this._requester=G(e)}return e.prototype.notify=function(e){var t=this;if(F){var r=e._duration();0===r&&(r=1e-5);var o=new Date(6e4*Math.floor(e.startTime.getTime()/6e4)),n={queue:e.queue,time:o},i=JSON.stringify(n),a=this._m[i];a||(a=new $,this._m[i]=a),a.addGroups(r,e._groups),this._timer||(this._timer=setTimeout((function(){t._flush()}),15e3))}},e.prototype._flush=function(){var e=[];for(var t in this._m)if(this._m.hasOwnProperty(t)){var r=JSON.parse(t),o=W(W({},r),this._m[t].toJSON());e.push(o)}this._m={},this._timer=null;var n=JSON.stringify({environment:this._opt.environment,queues:e}),i={method:"POST",url:this._url,body:n};this._requester(i).then((function(e){})).catch((function(e){console.error&&console.error("can not report queues breakdowns",e)}))},e}(),Q=function(){var e=function(t,r){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])})(t,r)};return function(t,r){function o(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(o.prototype=r.prototype,new o)}}(),z=function(){return(z=Object.assign||function(e){for(var t,r=1,o=arguments.length;r<o;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},Z=function(e){function t(t,r,o,n){void 0===t&&(t=""),void 0===r&&(r=""),void 0===o&&(o=0),void 0===n&&(n="");var i=e.call(this)||this;return i.method=t,i.route=r,i.statusCode=o,i.contentType=n,i.startTime=new Date,i}return Q(t,e),t}(m),J=function(){function e(e){this._m={},this._opt=e,this._url=e.host+"/api/v5/projects/"+e.projectId+"/routes-stats?key="+e.projectKey,this._requester=G(e)}return e.prototype.notify=function(e){var t=this;if(F){var r=e._duration(),o=new Date(6e4*Math.floor(e.startTime.getTime()/6e4)),n={method:e.method,route:e.route,statusCode:e.statusCode,time:o},i=JSON.stringify(n),a=this._m[i];a||(a=new D,this._m[i]=a),a.add(r),this._timer||(this._timer=setTimeout((function(){t._flush()}),15e3))}},e.prototype._flush=function(){var e=[];for(var t in this._m)if(this._m.hasOwnProperty(t)){var r=JSON.parse(t),o=z(z({},r),this._m[t].toJSON());e.push(o)}this._m={},this._timer=null;var n=JSON.stringify({environment:this._opt.environment,routes:e}),i={method:"POST",url:this._url,body:n};this._requester(i).then((function(e){})).catch((function(e){console.error&&console.error("can not report routes stats",e)}))},e}(),q=function(){function e(e){this._m={},this._opt=e,this._url=e.host+"/api/v5/projects/"+e.projectId+"/routes-breakdowns?key="+e.projectKey,this._requester=G(e)}return e.prototype.notify=function(e){var t=this;if(F&&!(e.statusCode<200||e.statusCode>=300&&e.statusCode<400||404===e.statusCode||0===Object.keys(e._groups).length)){var r=e._duration();0===r&&(r=1e-5);var o=new Date(6e4*Math.floor(e.startTime.getTime()/6e4)),n={method:e.method,route:e.route,responseType:this._responseType(e),time:o},i=JSON.stringify(n),a=this._m[i];a||(a=new $,this._m[i]=a),a.addGroups(r,e._groups),this._timer||(this._timer=setTimeout((function(){t._flush()}),15e3))}},e.prototype._flush=function(){var e=[];for(var t in this._m)if(this._m.hasOwnProperty(t)){var r=JSON.parse(t),o=z(z({},r),this._m[t].toJSON());e.push(o)}this._m={},this._timer=null;var n=JSON.stringify({environment:this._opt.environment,routes:e}),i={method:"POST",url:this._url,body:n};this._requester(i).then((function(e){})).catch((function(e){console.error&&console.error("can not report routes breakdowns",e)}))},e.prototype._responseType=function(e){return e.statusCode>=500?"5xx":e.statusCode>=400?"4xx":e.contentType?e.contentType.split(";")[0].split("/")[-1]:""},e}(),ee=function(){return(ee=Object.assign||function(e){for(var t,r=1,o=arguments.length;r<o;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},te=function(){function e(e){var t,r,o=this;if(this._filters=[],this._performanceFilters=[],this._scope=new p,this._onClose=[],!e.projectId||!e.projectKey)throw new Error("airbrake: projectId and projectKey are required");this._opt=e,this._opt.host=this._opt.host||"https://api.airbrake.io",this._opt.timeout=this._opt.timeout||1e4,this._opt.keysBlocklist=this._opt.keysBlocklist||this._opt.keysBlacklist||[/password/,/secret/],this._url=this._opt.host+"/api/v3/projects/"+this._opt.projectId+"/notices?key="+this._opt.projectKey,this._processor=this._opt.processor||S,this._requester=G(this._opt),this.addFilter(T),this.addFilter((function(e){var o=JSON.stringify(e.errors);return o===t?null:(r&&clearTimeout(r),t=o,r=setTimeout((function(){t=""}),1e3),e)})),this.addFilter(M),this.addFilter(A),this.addFilter((function(e){return e.context.notifier={name:"airbrake-js/browser",version:"1.4.2",url:"https://github.com/airbrake/airbrake-js/tree/master/packages/browser"},o._opt.environment&&(e.context.environment=o._opt.environment),e})),this.routes=new re(this),this.queues=new oe(this),this.queries=new H(this._opt)}return e.prototype.close=function(){for(var e=0,t=this._onClose;e<t.length;e++){(0,t[e])()}},e.prototype.scope=function(){return this._scope},e.prototype.setActiveScope=function(e){this._scope=e},e.prototype.addFilter=function(e){this._filters.push(e)},e.prototype.addPerformanceFilter=function(e){this._performanceFilters.push(e)},e.prototype.notify=function(e){var t={errors:[],context:ee(ee({severity:"error"},this.scope().context()),e.context),params:e.params||{},environment:e.environment||{},session:e.session||{}};if("object"==typeof e&&void 0!==e.error||(e={error:e}),!e.error)return t.error=new Error("airbrake: got err="+JSON.stringify(e.error)+", wanted an Error"),i.a.resolve(t);var r=this._processor(e.error);t.errors.push(r);for(var o=0,n=this._filters;o<n.length;o++){var a=(0,n[o])(t);if(null===a)return t.error=new Error("airbrake: error is filtered"),i.a.resolve(t);t=a}return t.context||(t.context={}),t.context.language="JavaScript",this._sendNotice(t)},e.prototype._sendNotice=function(e){var t=function(e,t){var r=void 0===t?{}:t,o=r.maxLength,n=void 0===o?64e3:o,i=r.keysBlocklist,a=void 0===i?[]:i;if(e.errors)for(var c=0;c<e.errors.length;c++){var u=new s({keysBlocklist:a});e.errors[c]=u.truncate(e.errors[c])}for(var d="",m=["context","params","environment","session"],g=0;g<8;g++){for(var h={level:g,keysBlocklist:a},p=0,f=m;p<f.length;p++){(b=e[S=f[p]])&&(e[S]=l(b,h))}if((d=JSON.stringify(e)).length<n)return d}var x={json:d.slice(0,Math.floor(n/2))+"..."};m.push("errors");for(var v=0,y=m;v<y.length;v++){var S,b;(b=e[S=y[v]])&&(d=JSON.stringify(b),x[S]=d.length)}var A=new Error("airbrake: notice exceeds max length and can't be truncated");throw A.params=x,A}(e,{keysBlocklist:this._opt.keysBlocklist});if(this._opt.reporter){if("function"==typeof this._opt.reporter)return this._opt.reporter(e);console.warn("airbrake: options.reporter must be a function")}var r={method:"POST",url:this._url,body:t};return this._requester(r).then((function(t){return e.id=t.json.id,e.url=t.json.url,e})).catch((function(t){return e.error=t,e}))},e.prototype.wrap=function(e,t){if(void 0===t&&(t=[]),e._airbrake)return e;var r=this,o=function(){var t=Array.prototype.slice.call(arguments),o=r._wrapArguments(t);try{return e.apply(this,o)}catch(e){throw r.notify({error:e,params:{arguments:t}}),this._ignoreNextWindowError(),e}};for(var n in e)e.hasOwnProperty(n)&&(o[n]=e[n]);for(var i=0,a=t;i<a.length;i++){n=a[i];e.hasOwnProperty(n)&&(o[n]=e[n])}return o._airbrake=!0,o.inner=e,o},e.prototype._wrapArguments=function(e){for(var t=0;t<e.length;t++){var r=e[t];"function"==typeof r&&(e[t]=this.wrap(r))}return e},e.prototype._ignoreNextWindowError=function(){},e.prototype.call=function(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];var o=this.wrap(e);return o.apply(this,Array.prototype.slice.call(arguments,1))},e}(),re=function(){function e(e){this._notifier=e,this._routes=new J(e._opt),this._breakdowns=new q(e._opt)}return e.prototype.start=function(e,t,r,o){void 0===e&&(e=""),void 0===t&&(t=""),void 0===r&&(r=0),void 0===o&&(o="");var n=new Z(e,t,r,o),i=this._notifier.scope().clone();return i.setContext({httpMethod:e,route:t}),i.setRouteMetric(n),this._notifier.setActiveScope(i),n},e.prototype.notify=function(e){e.end();for(var t=0,r=this._notifier._performanceFilters;t<r.length;t++){if(null===(0,r[t])(e))return}this._routes.notify(e),this._breakdowns.notify(e)},e}(),oe=function(){function e(e){this._notifier=e,this._queues=new Y(e._opt)}return e.prototype.start=function(e){var t=new K(e),r=this._notifier.scope().clone();return r.setContext({queue:e}),r.setQueueMetric(t),this._notifier.setActiveScope(r),t},e.prototype.notify=function(e){e.end(),this._queues.notify(e)},e}();function ne(e){return window.navigator&&window.navigator.userAgent&&(e.context.userAgent=window.navigator.userAgent),window.location&&(e.context.url=String(window.location),e.context.rootDirectory=window.location.protocol+"//"+window.location.host),e}var ie=["debug","log","info","warn","error"];var ae=["type","name","src"];function se(e){var t=function(e){return function(t){var r=ce(t,"target");if(r){var o={type:t.type};try{o.target=function(e){var t=[],r=e;for(;r;){var o=le(r);if(""!==o&&(t.push(o),t.length>10))break;r=r.parentNode}if(0===t.length)return String(e);return t.reverse().join(" > ")}(r)}catch(e){o.target="<"+String(e)+">"}e.scope().pushHistory(o)}}}(e);window.addEventListener&&(window.addEventListener("load",t),window.addEventListener("error",(function(e){ce(e,"error")||t(e)}),!0)),"object"==typeof document&&document.addEventListener&&(document.addEventListener("DOMContentLoaded",t),document.addEventListener("click",t),document.addEventListener("keypress",t))}function le(e){if(!e)return"";var t=[];if(e.tagName&&t.push(e.tagName.toLowerCase()),e.id&&(t.push("#"),t.push(e.id)),e.classList&&Array.from)t.push("."),t.push(Array.from(e.classList).join("."));else if(e.className){var r=function(e){if(e.split)return e.split(" ").join(".");if(e.baseVal&&e.baseVal.split)return e.baseVal.split(" ").join(".");return console.error("unsupported HTMLElement.className type",typeof e),""}(e.className);""!==r&&(t.push("."),t.push(r))}if(e.getAttribute)for(var o=0,n=ae;o<n.length;o++){var i=n[o],a=e.getAttribute(i);a&&t.push("["+i+'="'+a+'"]')}return t.join("")}function ce(e,t){try{return e[t]}catch(e){return null}}var ue="";function de(){return document.location&&document.location.pathname}function me(e,t){var r=t.indexOf("://");r>=0?(r=(t=t.slice(r+3)).indexOf("/"),t=r>=0?t.slice(r):"/"):"/"!==t.charAt(0)&&(t="/"+t),e.scope().pushHistory({type:"location",from:ue,to:t}),ue=t}var ge=function(){var e=function(t,r){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])})(t,r)};return function(t,r){function o(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(o.prototype=r.prototype,new o)}}(),he=function(){return(he=Object.assign||function(e){for(var t,r=1,o=arguments.length;r<o;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},pe=function(e){function t(t){var r=e.call(this,t)||this;return r.offline=!1,r.todo=[],r._ignoreWindowError=0,r._ignoreNextXHR=0,"undefined"==typeof window||(r.addFilter(ne),window.addEventListener&&(r.onOnline=r.onOnline.bind(r),window.addEventListener("online",r.onOnline),r.onOffline=r.onOffline.bind(r),window.addEventListener("offline",r.onOffline),r.onUnhandledrejection=r.onUnhandledrejection.bind(r),window.addEventListener("unhandledrejection",r.onUnhandledrejection),r._onClose.push((function(){window.removeEventListener("online",r.onOnline),window.removeEventListener("offline",r.onOffline),window.removeEventListener("unhandledrejection",r.onUnhandledrejection)}))),r._opt.ignoreWindowError&&(t.instrumentation.onerror=!1),r._instrument(t.instrumentation)),r}return ge(t,e),t.prototype._instrument=function(e){var t,r,o;if(void 0===e&&(e={}),void 0===e.console&&(e.console=!((t=this._opt.environment)&&t.startsWith&&t.startsWith("dev"))),fe(e.onerror)){var n=this,i=window.onerror;window.onerror=function(){i&&i.apply(this,arguments),n.onerror.apply(n,arguments)}}se(this),fe(e.fetch)&&"function"==typeof fetch&&(r=this,o=window.fetch,window.fetch=function(e,t){var n={type:"xhr",date:new Date};return n.method=t&&t.method?t.method:"GET","string"==typeof e?n.url=e:(n.method=e.method,n.url=e.url),r._ignoreNextXHR++,setTimeout((function(){return r._ignoreNextXHR--})),o.apply(this,arguments).then((function(e){return n.statusCode=e.status,n.duration=(new Date).getTime()-n.date.getTime(),r.scope().pushHistory(n),e})).catch((function(e){throw n.error=e,n.duration=(new Date).getTime()-n.date.getTime(),r.scope().pushHistory(n),e}))}),fe(e.history)&&"object"==typeof history&&function(e){ue=de();var t=window.onpopstate;window.onpopstate=function(r){var o=de();if(o&&me(e,o),t)return t.apply(this,arguments)};var r=history.pushState;history.pushState=function(t,o,n){n&&me(e,n.toString()),r.apply(this,arguments)}}(this),fe(e.console)&&"object"==typeof console&&function(e){for(var t=function(t){if(!(t in console))return"continue";var r=console[t],o=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];r.apply(console,o),e.scope().pushHistory({type:"log",severity:t,arguments:o})};o.inner=r,console[t]=o},r=0,o=ie;r<o.length;r++){t(o[r])}}(this),fe(e.xhr)&&"undefined"!=typeof XMLHttpRequest&&function(e){function t(t){var r=t.__state;r.statusCode=t.status,r.duration=(new Date).getTime()-r.date.getTime(),e.scope().pushHistory(r)}var r=XMLHttpRequest.prototype.open;XMLHttpRequest.prototype.open=function(t,o,n,i,a){0===e._ignoreNextXHR&&(this.__state={type:"xhr",method:t,url:o}),r.apply(this,arguments)};var o=XMLHttpRequest.prototype.send;XMLHttpRequest.prototype.send=function(e){var r=this.onreadystatechange;return this.onreadystatechange=function(e){if(4===this.readyState&&this.__state&&t(this),r)return r.apply(this,arguments)},this.__state&&(this.__state.date=new Date),o.apply(this,arguments)}}(this)},t.prototype.notify=function(t){var r=this;return this.offline?new i.a((function(e,o){for(r.todo.push({err:t,resolve:e,reject:o});r.todo.length>100;){var n=r.todo.shift();if(void 0===n)break;n.resolve({error:new Error("airbrake: offline queue is too large")})}})):e.prototype.notify.call(this,t)},t.prototype.onOnline=function(){this.offline=!1;for(var e=function(e){t.notify(e.err).then((function(t){e.resolve(t)}))},t=this,r=0,o=this.todo;r<o.length;r++){e(o[r])}this.todo=[]},t.prototype.onOffline=function(){this.offline=!0},t.prototype.onUnhandledrejection=function(e){var t=e.reason||e.detail&&e.detail.reason;if(t){var r=t.message||String(t);r.indexOf&&0===r.indexOf("airbrake: ")||("object"==typeof t&&void 0!==t.error?this.notify(he(he({},t),{context:{unhandledRejection:!0}})):this.notify({error:t,context:{unhandledRejection:!0}}))}},t.prototype.onerror=function(e,t,r,o,n){this._ignoreWindowError>0||(n?this.notify({error:n,context:{windowError:!0}}):t&&r&&this.notify({error:{message:e,fileName:t,lineNumber:r,columnNumber:o,noStack:!0},context:{windowError:!0}}))},t.prototype._ignoreNextWindowError=function(){var e=this;this._ignoreWindowError++,setTimeout((function(){return e._ignoreWindowError--}))},t}(te);function fe(e){return void 0===e||!0===e}r(283),r(538);!function(){if(void 0===window.Reflect||void 0===window.customElements||window.customElements.polyfillWrapFlushCallback)return;const e=HTMLElement,t=function(){return Reflect.construct(e,[],this.constructor)};window.HTMLElement=t,HTMLElement.prototype=e.prototype,HTMLElement.prototype.constructor=HTMLElement,Object.setPrototypeOf(HTMLElement,e)}(),function(e){function t(e,t,r){throw new e("Failed to execute 'requestSubmit' on 'HTMLFormElement': "+t+".",r)}"function"!=typeof e.requestSubmit&&(e.requestSubmit=function(e){e?(!function(e,r){e instanceof HTMLElement||t(TypeError,"parameter 1 is not of type 'HTMLElement'"),"submit"==e.type||t(TypeError,"The specified element is not a submit button"),e.form==r||t(DOMException,"The specified element is not owned by this form element","NotFoundError")}(e,this),e.click()):((e=document.createElement("input")).type="submit",e.hidden=!0,this.appendChild(e),e.click(),this.removeChild(e))})}(HTMLFormElement.prototype);const xe=new WeakMap;function ve(e){const t=function(e){const t=e instanceof Element?e:e instanceof Node?e.parentElement:null,r=t?t.closest("input, button"):null;return"submit"==(null==r?void 0:r.type)?r:null}(e.target);t&&t.form&&xe.set(t.form,t)}var ye,Se,be,Ae,we,Te;!function(){if("submitter"in Event.prototype)return;let e;if("SubmitEvent"in window&&/Apple Computer/.test(navigator.vendor))e=window.SubmitEvent.prototype;else{if("SubmitEvent"in window)return;e=window.Event.prototype}addEventListener("click",ve,!0),Object.defineProperty(e,"submitter",{get(){if("submit"==this.type&&this.target instanceof HTMLFormElement)return xe.get(this.target)}})}(),function(e){e.eager="eager",e.lazy="lazy"}(ye||(ye={}));class Pe extends HTMLElement{constructor(){super(),this.loaded=Promise.resolve(),this.delegate=new Pe.delegateConstructor(this)}static get observedAttributes(){return["disabled","loading","src"]}connectedCallback(){this.delegate.connect()}disconnectedCallback(){this.delegate.disconnect()}reload(){const{src:e}=this;this.src=null,this.src=e}attributeChangedCallback(e){"loading"==e?this.delegate.loadingStyleChanged():"src"==e?this.delegate.sourceURLChanged():this.delegate.disabledChanged()}get src(){return this.getAttribute("src")}set src(e){e?this.setAttribute("src",e):this.removeAttribute("src")}get loading(){return function(e){switch(e.toLowerCase()){case"lazy":return ye.lazy;default:return ye.eager}}(this.getAttribute("loading")||"")}set loading(e){e?this.setAttribute("loading",e):this.removeAttribute("loading")}get disabled(){return this.hasAttribute("disabled")}set disabled(e){e?this.setAttribute("disabled",""):this.removeAttribute("disabled")}get autoscroll(){return this.hasAttribute("autoscroll")}set autoscroll(e){e?this.setAttribute("autoscroll",""):this.removeAttribute("autoscroll")}get complete(){return!this.delegate.isLoading}get isActive(){return this.ownerDocument===document&&!this.isPreview}get isPreview(){var e,t;return null===(t=null===(e=this.ownerDocument)||void 0===e?void 0:e.documentElement)||void 0===t?void 0:t.hasAttribute("data-turbo-preview")}}function Me(e){return new URL(e.toString(),document.baseURI)}function _e(e){let t;return e.hash?e.hash.slice(1):(t=e.href.match(/#(.*)$/))?t[1]:void 0}function Ee(e,t){return Me((null==t?void 0:t.getAttribute("formaction"))||e.getAttribute("action")||e.action)}function Le(e){return(function(e){return function(e){return e.pathname.split("/").slice(1)}(e).slice(-1)[0]}(e).match(/\.[^.]*$/)||[])[0]||""}function Oe(e,t){const r=function(e){return t=e.origin+e.pathname,t.endsWith("/")?t:t+"/";var t}(t);return e.href===Me(r).href||e.href.startsWith(r)}function Be(e,t){return Oe(e,t)&&!!Le(e).match(/^(?:|\.(?:htm|html|xhtml))$/)}function Ce(e){const t=_e(e);return null!=t?e.href.slice(0,-(t.length+1)):e.href}function Ne(e){return Ce(e)}class Ge{constructor(e){this.response=e}get succeeded(){return this.response.ok}get failed(){return!this.succeeded}get clientError(){return this.statusCode>=400&&this.statusCode<=499}get serverError(){return this.statusCode>=500&&this.statusCode<=599}get redirected(){return this.response.redirected}get location(){return Me(this.response.url)}get isHTML(){return this.contentType&&this.contentType.match(/^(?:text\/([^\s;,]+\b)?html|application\/xhtml\+xml)\b/)}get statusCode(){return this.response.status}get contentType(){return this.header("Content-Type")}get responseText(){return this.response.clone().text()}get responseHTML(){return this.isHTML?this.response.clone().text():Promise.resolve(void 0)}header(e){return this.response.headers.get(e)}}function Re(e,{target:t,cancelable:r,detail:o}={}){const n=new CustomEvent(e,{cancelable:r,bubbles:!0,detail:o});return t&&t.isConnected?t.dispatchEvent(n):document.documentElement.dispatchEvent(n),n}function Ie(){return new Promise(e=>requestAnimationFrame(()=>e()))}function ke(e=""){return(new DOMParser).parseFromString(e,"text/html")}function Fe(e,...t){const r=function(e,t){return e.reduce((e,r,o)=>e+r+(null==t[o]?"":t[o]),"")}(e,t).replace(/^\n/,"").split("\n"),o=r[0].match(/^\s+/),n=o?o[0].length:0;return r.map(e=>e.slice(n)).join("\n")}function De(){return Array.apply(null,{length:36}).map((e,t)=>8==t||13==t||18==t||23==t?"-":14==t?"4":19==t?(Math.floor(4*Math.random())+8).toString(16):Math.floor(15*Math.random()).toString(16)).join("")}function $e(e,...t){for(const r of t.map(t=>null==t?void 0:t.getAttribute(e)))if("string"==typeof r)return r;return null}function Xe(...e){for(const t of e)"turbo-frame"==t.localName&&t.setAttribute("busy",""),t.setAttribute("aria-busy","true")}function Ue(...e){for(const t of e)"turbo-frame"==t.localName&&t.removeAttribute("busy"),t.removeAttribute("aria-busy")}!function(e){e[e.get=0]="get",e[e.post=1]="post",e[e.put=2]="put",e[e.patch=3]="patch",e[e.delete=4]="delete"}(Se||(Se={}));class Ve{constructor(e,t,r,o=new URLSearchParams,n=null){this.abortController=new AbortController,this.resolveRequestPromise=e=>{},this.delegate=e,this.method=t,this.headers=this.defaultHeaders,this.body=o,this.url=r,this.target=n}get location(){return this.url}get params(){return this.url.searchParams}get entries(){return this.body?Array.from(this.body.entries()):[]}cancel(){this.abortController.abort()}async perform(){var e,t;const{fetchOptions:r}=this;null===(t=(e=this.delegate).prepareHeadersForRequest)||void 0===t||t.call(e,this.headers,this),await this.allowRequestToBeIntercepted(r);try{this.delegate.requestStarted(this);const e=await fetch(this.url.href,r);return await this.receive(e)}catch(e){if("AbortError"!==e.name)throw this.delegate.requestErrored(this,e),e}finally{this.delegate.requestFinished(this)}}async receive(e){const t=new Ge(e);return Re("turbo:before-fetch-response",{cancelable:!0,detail:{fetchResponse:t},target:this.target}).defaultPrevented?this.delegate.requestPreventedHandlingResponse(this,t):t.succeeded?this.delegate.requestSucceededWithResponse(this,t):this.delegate.requestFailedWithResponse(this,t),t}get fetchOptions(){var e;return{method:Se[this.method].toUpperCase(),credentials:"same-origin",headers:this.headers,redirect:"follow",body:this.isIdempotent?null:this.body,signal:this.abortSignal,referrer:null===(e=this.delegate.referrer)||void 0===e?void 0:e.href}}get defaultHeaders(){return{Accept:"text/html, application/xhtml+xml"}}get isIdempotent(){return this.method==Se.get}get abortSignal(){return this.abortController.signal}async allowRequestToBeIntercepted(e){const t=new Promise(e=>this.resolveRequestPromise=e);Re("turbo:before-fetch-request",{cancelable:!0,detail:{fetchOptions:e,url:this.url,resume:this.resolveRequestPromise},target:this.target}).defaultPrevented&&await t}}class He{constructor(e,t){this.started=!1,this.intersect=e=>{const t=e.slice(-1)[0];(null==t?void 0:t.isIntersecting)&&this.delegate.elementAppearedInViewport(this.element)},this.delegate=e,this.element=t,this.intersectionObserver=new IntersectionObserver(this.intersect)}start(){this.started||(this.started=!0,this.intersectionObserver.observe(this.element))}stop(){this.started&&(this.started=!1,this.intersectionObserver.unobserve(this.element))}}class je{constructor(e){this.templateElement=document.createElement("template"),this.templateElement.innerHTML=e}static wrap(e){return"string"==typeof e?new this(e):e}get fragment(){const e=document.createDocumentFragment();for(const t of this.foreignElements)e.appendChild(document.importNode(t,!0));return e}get foreignElements(){return this.templateChildren.reduce((e,t)=>"turbo-stream"==t.tagName.toLowerCase()?[...e,t]:e,[])}get templateChildren(){return Array.from(this.templateElement.content.children)}}je.contentType="text/vnd.turbo-stream.html",function(e){e[e.initialized=0]="initialized",e[e.requesting=1]="requesting",e[e.waiting=2]="waiting",e[e.receiving=3]="receiving",e[e.stopping=4]="stopping",e[e.stopped=5]="stopped"}(be||(be={})),function(e){e.urlEncoded="application/x-www-form-urlencoded",e.multipart="multipart/form-data",e.plain="text/plain"}(Ae||(Ae={}));class We{constructor(e,t,r,o=!1){this.state=be.initialized,this.delegate=e,this.formElement=t,this.submitter=r,this.formData=function(e,t){const r=new FormData(e),o=null==t?void 0:t.getAttribute("name"),n=null==t?void 0:t.getAttribute("value");o&&null!=n&&r.get(o)!=n&&r.append(o,n);return r}(t,r),this.location=Me(this.action),this.method==Se.get&&function(e,t){const r=new URLSearchParams;for(const[e,o]of t)o instanceof File||r.append(e,o);e.search=r.toString()}(this.location,[...this.body.entries()]),this.fetchRequest=new Ve(this,this.method,this.location,this.body,this.formElement),this.mustRedirect=o}static confirmMethod(e,t){return confirm(e)}get method(){var e;return function(e){switch(e.toLowerCase()){case"get":return Se.get;case"post":return Se.post;case"put":return Se.put;case"patch":return Se.patch;case"delete":return Se.delete}}(((null===(e=this.submitter)||void 0===e?void 0:e.getAttribute("formmethod"))||this.formElement.getAttribute("method")||"").toLowerCase())||Se.get}get action(){var e;const t="string"==typeof this.formElement.action?this.formElement.action:null;return(null===(e=this.submitter)||void 0===e?void 0:e.getAttribute("formaction"))||this.formElement.getAttribute("action")||t||""}get body(){return this.enctype==Ae.urlEncoded||this.method==Se.get?new URLSearchParams(this.stringFormData):this.formData}get enctype(){var e;return function(e){switch(e.toLowerCase()){case Ae.multipart:return Ae.multipart;case Ae.plain:return Ae.plain;default:return Ae.urlEncoded}}((null===(e=this.submitter)||void 0===e?void 0:e.getAttribute("formenctype"))||this.formElement.enctype)}get isIdempotent(){return this.fetchRequest.isIdempotent}get stringFormData(){return[...this.formData].reduce((e,[t,r])=>e.concat("string"==typeof r?[[t,r]]:[]),[])}get confirmationMessage(){return this.formElement.getAttribute("data-turbo-confirm")}get needsConfirmation(){return null!==this.confirmationMessage}async start(){const{initialized:e,requesting:t}=be;if(this.needsConfirmation){if(!We.confirmMethod(this.confirmationMessage,this.formElement))return}if(this.state==e)return this.state=t,this.fetchRequest.perform()}stop(){const{stopping:e,stopped:t}=be;if(this.state!=e&&this.state!=t)return this.state=e,this.fetchRequest.cancel(),!0}prepareHeadersForRequest(e,t){if(!t.isIdempotent){const t=function(e){if(null!=e){const t=(document.cookie?document.cookie.split("; "):[]).find(t=>t.startsWith(e));if(t){const e=t.split("=").slice(1).join("=");return e?decodeURIComponent(e):void 0}}}(Ke("csrf-param"))||Ke("csrf-token");t&&(e["X-CSRF-Token"]=t),e.Accept=[je.contentType,e.Accept].join(", ")}}requestStarted(e){var t;this.state=be.waiting,null===(t=this.submitter)||void 0===t||t.setAttribute("disabled",""),Re("turbo:submit-start",{target:this.formElement,detail:{formSubmission:this}}),this.delegate.formSubmissionStarted(this)}requestPreventedHandlingResponse(e,t){this.result={success:t.succeeded,fetchResponse:t}}requestSucceededWithResponse(e,t){if(t.clientError||t.serverError)this.delegate.formSubmissionFailedWithResponse(this,t);else if(this.requestMustRedirect(e)&&function(e){return 200==e.statusCode&&!e.redirected}(t)){const e=new Error("Form responses must redirect to another location");this.delegate.formSubmissionErrored(this,e)}else this.state=be.receiving,this.result={success:!0,fetchResponse:t},this.delegate.formSubmissionSucceededWithResponse(this,t)}requestFailedWithResponse(e,t){this.result={success:!1,fetchResponse:t},this.delegate.formSubmissionFailedWithResponse(this,t)}requestErrored(e,t){this.result={success:!1,error:t},this.delegate.formSubmissionErrored(this,t)}requestFinished(e){var t;this.state=be.stopped,null===(t=this.submitter)||void 0===t||t.removeAttribute("disabled"),Re("turbo:submit-end",{target:this.formElement,detail:Object.assign({formSubmission:this},this.result)}),this.delegate.formSubmissionFinished(this)}requestMustRedirect(e){return!e.isIdempotent&&this.mustRedirect}}function Ke(e){const t=document.querySelector(`meta[name="${e}"]`);return t&&t.content}class Ye{constructor(e){this.element=e}get children(){return[...this.element.children]}hasAnchor(e){return null!=this.getElementForAnchor(e)}getElementForAnchor(e){return e?this.element.querySelector(`[id='${e}'], a[name='${e}']`):null}get isConnected(){return this.element.isConnected}get firstAutofocusableElement(){return this.element.querySelector("[autofocus]")}get permanentElements(){return[...this.element.querySelectorAll("[id][data-turbo-permanent]")]}getPermanentElementById(e){return this.element.querySelector(`#${e}[data-turbo-permanent]`)}getPermanentElementMapForSnapshot(e){const t={};for(const r of this.permanentElements){const{id:o}=r,n=e.getPermanentElementById(o);n&&(t[o]=[r,n])}return t}}class Qe{constructor(e,t){this.submitBubbled=e=>{const t=e.target;if(!e.defaultPrevented&&t instanceof HTMLFormElement&&t.closest("turbo-frame, html")==this.element){const r=e.submitter||void 0;"dialog"!=((null==r?void 0:r.getAttribute("formmethod"))||t.method)&&this.delegate.shouldInterceptFormSubmission(t,r)&&(e.preventDefault(),e.stopImmediatePropagation(),this.delegate.formSubmissionIntercepted(t,r))}},this.delegate=e,this.element=t}start(){this.element.addEventListener("submit",this.submitBubbled)}stop(){this.element.removeEventListener("submit",this.submitBubbled)}}class ze{constructor(e,t){this.resolveRenderPromise=e=>{},this.resolveInterceptionPromise=e=>{},this.delegate=e,this.element=t}scrollToAnchor(e){const t=this.snapshot.getElementForAnchor(e);t?(this.scrollToElement(t),this.focusElement(t)):this.scrollToPosition({x:0,y:0})}scrollToAnchorFromLocation(e){this.scrollToAnchor(_e(e))}scrollToElement(e){e.scrollIntoView()}focusElement(e){e instanceof HTMLElement&&(e.hasAttribute("tabindex")?e.focus():(e.setAttribute("tabindex","-1"),e.focus(),e.removeAttribute("tabindex")))}scrollToPosition({x:e,y:t}){this.scrollRoot.scrollTo(e,t)}scrollToTop(){this.scrollToPosition({x:0,y:0})}get scrollRoot(){return window}async render(e){const{isPreview:t,shouldRender:r,newSnapshot:o}=e;if(r)try{this.renderPromise=new Promise(e=>this.resolveRenderPromise=e),this.renderer=e,this.prepareToRenderSnapshot(e);const r=new Promise(e=>this.resolveInterceptionPromise=e);this.delegate.allowsImmediateRender(o,this.resolveInterceptionPromise)||await r,await this.renderSnapshot(e),this.delegate.viewRenderedSnapshot(o,t),this.finishRenderingSnapshot(e)}finally{delete this.renderer,this.resolveRenderPromise(void 0),delete this.renderPromise}else this.invalidate()}invalidate(){this.delegate.viewInvalidated()}prepareToRenderSnapshot(e){this.markAsPreview(e.isPreview),e.prepareToRender()}markAsPreview(e){e?this.element.setAttribute("data-turbo-preview",""):this.element.removeAttribute("data-turbo-preview")}async renderSnapshot(e){await e.render()}finishRenderingSnapshot(e){e.finishRendering()}}class Ze extends ze{invalidate(){this.element.innerHTML=""}get snapshot(){return new Ye(this.element)}}class Je{constructor(e,t){this.clickBubbled=e=>{this.respondsToEventTarget(e.target)?this.clickEvent=e:delete this.clickEvent},this.linkClicked=e=>{this.clickEvent&&this.respondsToEventTarget(e.target)&&e.target instanceof Element&&this.delegate.shouldInterceptLinkClick(e.target,e.detail.url)&&(this.clickEvent.preventDefault(),e.preventDefault(),this.delegate.linkClickIntercepted(e.target,e.detail.url)),delete this.clickEvent},this.willVisit=()=>{delete this.clickEvent},this.delegate=e,this.element=t}start(){this.element.addEventListener("click",this.clickBubbled),document.addEventListener("turbo:click",this.linkClicked),document.addEventListener("turbo:before-visit",this.willVisit)}stop(){this.element.removeEventListener("click",this.clickBubbled),document.removeEventListener("turbo:click",this.linkClicked),document.removeEventListener("turbo:before-visit",this.willVisit)}respondsToEventTarget(e){const t=e instanceof Element?e:e instanceof Node?e.parentElement:null;return t&&t.closest("turbo-frame, html")==this.element}}class qe{constructor(e,t,r,o=!0){this.currentSnapshot=e,this.newSnapshot=t,this.isPreview=r,this.willRender=o,this.promise=new Promise((e,t)=>this.resolvingFunctions={resolve:e,reject:t})}get shouldRender(){return!0}prepareToRender(){}finishRendering(){this.resolvingFunctions&&(this.resolvingFunctions.resolve(),delete this.resolvingFunctions)}createScriptElement(e){if("false"==e.getAttribute("data-turbo-eval"))return e;{const t=document.createElement("script");return this.cspNonce&&(t.nonce=this.cspNonce),t.textContent=e.textContent,t.async=!1,function(e,t){for(const{name:r,value:o}of[...t.attributes])e.setAttribute(r,o)}(t,e),t}}preservingPermanentElements(e){(class{constructor(e){this.permanentElementMap=e}static preservingPermanentElements(e,t){const r=new this(e);r.enter(),t(),r.leave()}enter(){for(const e in this.permanentElementMap){const[,t]=this.permanentElementMap[e];this.replaceNewPermanentElementWithPlaceholder(t)}}leave(){for(const e in this.permanentElementMap){const[t]=this.permanentElementMap[e];this.replaceCurrentPermanentElementWithClone(t),this.replacePlaceholderWithPermanentElement(t)}}replaceNewPermanentElementWithPlaceholder(e){const t=function(e){const t=document.createElement("meta");return t.setAttribute("name","turbo-permanent-placeholder"),t.setAttribute("content",e.id),t}(e);e.replaceWith(t)}replaceCurrentPermanentElementWithClone(e){const t=e.cloneNode(!0);e.replaceWith(t)}replacePlaceholderWithPermanentElement(e){const t=this.getPlaceholderById(e.id);null==t||t.replaceWith(e)}getPlaceholderById(e){return this.placeholders.find(t=>t.content==e)}get placeholders(){return[...document.querySelectorAll("meta[name=turbo-permanent-placeholder][content]")]}}).preservingPermanentElements(this.permanentElementMap,e)}focusFirstAutofocusableElement(){const e=this.connectedSnapshot.firstAutofocusableElement;(function(e){return e&&"function"==typeof e.focus})(e)&&e.focus()}get connectedSnapshot(){return this.newSnapshot.isConnected?this.newSnapshot:this.currentSnapshot}get currentElement(){return this.currentSnapshot.element}get newElement(){return this.newSnapshot.element}get permanentElementMap(){return this.currentSnapshot.getPermanentElementMapForSnapshot(this.newSnapshot)}get cspNonce(){var e;return null===(e=document.head.querySelector('meta[name="csp-nonce"]'))||void 0===e?void 0:e.getAttribute("content")}}class et extends qe{get shouldRender(){return!0}async render(){await Ie(),this.preservingPermanentElements(()=>{this.loadFrameElement()}),this.scrollFrameIntoView(),await Ie(),this.focusFirstAutofocusableElement(),await Ie(),this.activateScriptElements()}loadFrameElement(){var e;const t=document.createRange();t.selectNodeContents(this.currentElement),t.deleteContents();const r=this.newElement,o=null===(e=r.ownerDocument)||void 0===e?void 0:e.createRange();o&&(o.selectNodeContents(r),this.currentElement.appendChild(o.extractContents()))}scrollFrameIntoView(){if(this.currentElement.autoscroll||this.newElement.autoscroll){const r=this.currentElement.firstElementChild,o=(e=this.currentElement.getAttribute("data-autoscroll-block"),t="end","end"==e||"start"==e||"center"==e||"nearest"==e?e:t);if(r)return r.scrollIntoView({block:o}),!0}var e,t;return!1}activateScriptElements(){for(const e of this.newScriptElements){const t=this.createScriptElement(e);e.replaceWith(t)}}get newScriptElements(){return this.currentElement.querySelectorAll("script")}}class tt{constructor(){this.hiding=!1,this.value=0,this.visible=!1,this.trickle=()=>{this.setValue(this.value+Math.random()/100)},this.stylesheetElement=this.createStylesheetElement(),this.progressElement=this.createProgressElement(),this.installStylesheetElement(),this.setValue(0)}static get defaultCSS(){return Fe`
|
|
91
|
+
.turbo-progress-bar {
|
|
92
|
+
position: fixed;
|
|
93
|
+
display: block;
|
|
94
|
+
top: 0;
|
|
95
|
+
left: 0;
|
|
96
|
+
height: 3px;
|
|
97
|
+
background: #0076ff;
|
|
98
|
+
z-index: 9999;
|
|
99
|
+
transition:
|
|
100
|
+
width ${tt.animationDuration}ms ease-out,
|
|
101
|
+
opacity ${tt.animationDuration/2}ms ${tt.animationDuration/2}ms ease-in;
|
|
102
|
+
transform: translate3d(0, 0, 0);
|
|
103
|
+
}
|
|
104
|
+
`}show(){this.visible||(this.visible=!0,this.installProgressElement(),this.startTrickling())}hide(){this.visible&&!this.hiding&&(this.hiding=!0,this.fadeProgressElement(()=>{this.uninstallProgressElement(),this.stopTrickling(),this.visible=!1,this.hiding=!1}))}setValue(e){this.value=e,this.refresh()}installStylesheetElement(){document.head.insertBefore(this.stylesheetElement,document.head.firstChild)}installProgressElement(){this.progressElement.style.width="0",this.progressElement.style.opacity="1",document.documentElement.insertBefore(this.progressElement,document.body),this.refresh()}fadeProgressElement(e){this.progressElement.style.opacity="0",setTimeout(e,1.5*tt.animationDuration)}uninstallProgressElement(){this.progressElement.parentNode&&document.documentElement.removeChild(this.progressElement)}startTrickling(){this.trickleInterval||(this.trickleInterval=window.setInterval(this.trickle,tt.animationDuration))}stopTrickling(){window.clearInterval(this.trickleInterval),delete this.trickleInterval}refresh(){requestAnimationFrame(()=>{this.progressElement.style.width=10+90*this.value+"%"})}createStylesheetElement(){const e=document.createElement("style");return e.type="text/css",e.textContent=tt.defaultCSS,e}createProgressElement(){const e=document.createElement("div");return e.className="turbo-progress-bar",e}}tt.animationDuration=300;class rt extends Ye{constructor(){super(...arguments),this.detailsByOuterHTML=this.children.filter(e=>!function(e){return"noscript"==e.tagName.toLowerCase()}(e)).map(e=>function(e){e.hasAttribute("nonce")&&e.setAttribute("nonce","");return e}(e)).reduce((e,t)=>{const{outerHTML:r}=t,o=r in e?e[r]:{type:ot(t),tracked:nt(t),elements:[]};return Object.assign(Object.assign({},e),{[r]:Object.assign(Object.assign({},o),{elements:[...o.elements,t]})})},{})}get trackedElementSignature(){return Object.keys(this.detailsByOuterHTML).filter(e=>this.detailsByOuterHTML[e].tracked).join("")}getScriptElementsNotInSnapshot(e){return this.getElementsMatchingTypeNotInSnapshot("script",e)}getStylesheetElementsNotInSnapshot(e){return this.getElementsMatchingTypeNotInSnapshot("stylesheet",e)}getElementsMatchingTypeNotInSnapshot(e,t){return Object.keys(this.detailsByOuterHTML).filter(e=>!(e in t.detailsByOuterHTML)).map(e=>this.detailsByOuterHTML[e]).filter(({type:t})=>t==e).map(({elements:[e]})=>e)}get provisionalElements(){return Object.keys(this.detailsByOuterHTML).reduce((e,t)=>{const{type:r,tracked:o,elements:n}=this.detailsByOuterHTML[t];return null!=r||o?n.length>1?[...e,...n.slice(1)]:e:[...e,...n]},[])}getMetaValue(e){const t=this.findMetaElementByName(e);return t?t.getAttribute("content"):null}findMetaElementByName(e){return Object.keys(this.detailsByOuterHTML).reduce((t,r)=>{const{elements:[o]}=this.detailsByOuterHTML[r];return function(e,t){return"meta"==e.tagName.toLowerCase()&&e.getAttribute("name")==t}(o,e)?o:t},void 0)}}function ot(e){return function(e){return"script"==e.tagName.toLowerCase()}(e)?"script":function(e){const t=e.tagName.toLowerCase();return"style"==t||"link"==t&&"stylesheet"==e.getAttribute("rel")}(e)?"stylesheet":void 0}function nt(e){return"reload"==e.getAttribute("data-turbo-track")}class it extends Ye{constructor(e,t){super(e),this.headSnapshot=t}static fromHTMLString(e=""){return this.fromDocument(ke(e))}static fromElement(e){return this.fromDocument(e.ownerDocument)}static fromDocument({head:e,body:t}){return new this(t,new rt(e))}clone(){return new it(this.element.cloneNode(!0),this.headSnapshot)}get headElement(){return this.headSnapshot.element}get rootLocation(){var e;return Me(null!==(e=this.getSetting("root"))&&void 0!==e?e:"/")}get cacheControlValue(){return this.getSetting("cache-control")}get isPreviewable(){return"no-preview"!=this.cacheControlValue}get isCacheable(){return"no-cache"!=this.cacheControlValue}get isVisitable(){return"reload"!=this.getSetting("visit-control")}getSetting(e){return this.headSnapshot.getMetaValue("turbo-"+e)}}!function(e){e.visitStart="visitStart",e.requestStart="requestStart",e.requestEnd="requestEnd",e.visitEnd="visitEnd"}(we||(we={})),function(e){e.initialized="initialized",e.started="started",e.canceled="canceled",e.failed="failed",e.completed="completed"}(Te||(Te={}));const at={action:"advance",historyChanged:!1,visitCachedSnapshot:()=>{},willRender:!0};var st,lt;!function(e){e[e.networkFailure=0]="networkFailure",e[e.timeoutFailure=-1]="timeoutFailure",e[e.contentTypeMismatch=-2]="contentTypeMismatch"}(st||(st={}));class ct{constructor(e,t,r,o={}){this.identifier=De(),this.timingMetrics={},this.followedRedirect=!1,this.historyChanged=!1,this.scrolled=!1,this.snapshotCached=!1,this.state=Te.initialized,this.delegate=e,this.location=t,this.restorationIdentifier=r||De();const{action:n,historyChanged:i,referrer:a,snapshotHTML:s,response:l,visitCachedSnapshot:c,willRender:u}=Object.assign(Object.assign({},at),o);this.action=n,this.historyChanged=i,this.referrer=a,this.snapshotHTML=s,this.response=l,this.isSamePage=this.delegate.locationWithActionIsSamePage(this.location,this.action),this.visitCachedSnapshot=c,this.willRender=u,this.scrolled=!u}get adapter(){return this.delegate.adapter}get view(){return this.delegate.view}get history(){return this.delegate.history}get restorationData(){return this.history.getRestorationDataForIdentifier(this.restorationIdentifier)}get silent(){return this.isSamePage}start(){this.state==Te.initialized&&(this.recordTimingMetric(we.visitStart),this.state=Te.started,this.adapter.visitStarted(this),this.delegate.visitStarted(this))}cancel(){this.state==Te.started&&(this.request&&this.request.cancel(),this.cancelRender(),this.state=Te.canceled)}complete(){this.state==Te.started&&(this.recordTimingMetric(we.visitEnd),this.state=Te.completed,this.adapter.visitCompleted(this),this.delegate.visitCompleted(this),this.followRedirect())}fail(){this.state==Te.started&&(this.state=Te.failed,this.adapter.visitFailed(this))}changeHistory(){var e;if(!this.historyChanged){const t=this.location.href===(null===(e=this.referrer)||void 0===e?void 0:e.href)?"replace":this.action,r=this.getHistoryMethodForAction(t);this.history.update(r,this.location,this.restorationIdentifier),this.historyChanged=!0}}issueRequest(){this.hasPreloadedResponse()?this.simulateRequest():this.shouldIssueRequest()&&!this.request&&(this.request=new Ve(this,Se.get,this.location),this.request.perform())}simulateRequest(){this.response&&(this.startRequest(),this.recordResponse(),this.finishRequest())}startRequest(){this.recordTimingMetric(we.requestStart),this.adapter.visitRequestStarted(this)}recordResponse(e=this.response){if(this.response=e,e){const{statusCode:t}=e;ut(t)?this.adapter.visitRequestCompleted(this):this.adapter.visitRequestFailedWithStatusCode(this,t)}}finishRequest(){this.recordTimingMetric(we.requestEnd),this.adapter.visitRequestFinished(this)}loadResponse(){if(this.response){const{statusCode:e,responseHTML:t}=this.response;this.render(async()=>{this.cacheSnapshot(),this.view.renderPromise&&await this.view.renderPromise,ut(e)&&null!=t?(await this.view.renderPage(it.fromHTMLString(t),!1,this.willRender),this.adapter.visitRendered(this),this.complete()):(await this.view.renderError(it.fromHTMLString(t)),this.adapter.visitRendered(this),this.fail())})}}getCachedSnapshot(){const e=this.view.getCachedSnapshotForLocation(this.location)||this.getPreloadedSnapshot();if(e&&(!_e(this.location)||e.hasAnchor(_e(this.location)))&&("restore"==this.action||e.isPreviewable))return e}getPreloadedSnapshot(){if(this.snapshotHTML)return it.fromHTMLString(this.snapshotHTML)}hasCachedSnapshot(){return null!=this.getCachedSnapshot()}loadCachedSnapshot(){const e=this.getCachedSnapshot();if(e){const t=this.shouldIssueRequest();this.render(async()=>{this.cacheSnapshot(),this.isSamePage?this.adapter.visitRendered(this):(this.view.renderPromise&&await this.view.renderPromise,await this.view.renderPage(e,t,this.willRender),this.adapter.visitRendered(this),t||this.complete())})}}followRedirect(){var e;this.redirectedToLocation&&!this.followedRedirect&&(null===(e=this.response)||void 0===e?void 0:e.redirected)&&(this.adapter.visitProposedToLocation(this.redirectedToLocation,{action:"replace",response:this.response}),this.followedRedirect=!0)}goToSamePageAnchor(){this.isSamePage&&this.render(async()=>{this.cacheSnapshot(),this.adapter.visitRendered(this)})}requestStarted(){this.startRequest()}requestPreventedHandlingResponse(e,t){}async requestSucceededWithResponse(e,t){const r=await t.responseHTML,{redirected:o,statusCode:n}=t;null==r?this.recordResponse({statusCode:st.contentTypeMismatch,redirected:o}):(this.redirectedToLocation=t.redirected?t.location:void 0,this.recordResponse({statusCode:n,responseHTML:r,redirected:o}))}async requestFailedWithResponse(e,t){const r=await t.responseHTML,{redirected:o,statusCode:n}=t;null==r?this.recordResponse({statusCode:st.contentTypeMismatch,redirected:o}):this.recordResponse({statusCode:n,responseHTML:r,redirected:o})}requestErrored(e,t){this.recordResponse({statusCode:st.networkFailure,redirected:!1})}requestFinished(){this.finishRequest()}performScroll(){this.scrolled||("restore"==this.action?this.scrollToRestoredPosition()||this.scrollToAnchor()||this.view.scrollToTop():this.scrollToAnchor()||this.view.scrollToTop(),this.isSamePage&&this.delegate.visitScrolledToSamePageLocation(this.view.lastRenderedLocation,this.location),this.scrolled=!0)}scrollToRestoredPosition(){const{scrollPosition:e}=this.restorationData;if(e)return this.view.scrollToPosition(e),!0}scrollToAnchor(){const e=_e(this.location);if(null!=e)return this.view.scrollToAnchor(e),!0}recordTimingMetric(e){this.timingMetrics[e]=(new Date).getTime()}getTimingMetrics(){return Object.assign({},this.timingMetrics)}getHistoryMethodForAction(e){switch(e){case"replace":return history.replaceState;case"advance":case"restore":return history.pushState}}hasPreloadedResponse(){return"object"==typeof this.response}shouldIssueRequest(){return!this.isSamePage&&("restore"==this.action?!this.hasCachedSnapshot():this.willRender)}cacheSnapshot(){this.snapshotCached||(this.view.cacheSnapshot().then(e=>e&&this.visitCachedSnapshot(e)),this.snapshotCached=!0)}async render(e){this.cancelRender(),await new Promise(e=>{this.frame=requestAnimationFrame(()=>e())}),await e(),delete this.frame,this.performScroll()}cancelRender(){this.frame&&(cancelAnimationFrame(this.frame),delete this.frame)}}function ut(e){return e>=200&&e<300}class dt{constructor(e){this.progressBar=new tt,this.showProgressBar=()=>{this.progressBar.show()},this.session=e}visitProposedToLocation(e,t){this.navigator.startVisit(e,De(),t)}visitStarted(e){e.loadCachedSnapshot(),e.issueRequest(),e.changeHistory(),e.goToSamePageAnchor()}visitRequestStarted(e){this.progressBar.setValue(0),e.hasCachedSnapshot()||"restore"!=e.action?this.showVisitProgressBarAfterDelay():this.showProgressBar()}visitRequestCompleted(e){e.loadResponse()}visitRequestFailedWithStatusCode(e,t){switch(t){case st.networkFailure:case st.timeoutFailure:case st.contentTypeMismatch:return this.reload();default:return e.loadResponse()}}visitRequestFinished(e){this.progressBar.setValue(1),this.hideVisitProgressBar()}visitCompleted(e){}pageInvalidated(){this.reload()}visitFailed(e){}visitRendered(e){}formSubmissionStarted(e){this.progressBar.setValue(0),this.showFormProgressBarAfterDelay()}formSubmissionFinished(e){this.progressBar.setValue(1),this.hideFormProgressBar()}showVisitProgressBarAfterDelay(){this.visitProgressBarTimeout=window.setTimeout(this.showProgressBar,this.session.progressBarDelay)}hideVisitProgressBar(){this.progressBar.hide(),null!=this.visitProgressBarTimeout&&(window.clearTimeout(this.visitProgressBarTimeout),delete this.visitProgressBarTimeout)}showFormProgressBarAfterDelay(){null==this.formProgressBarTimeout&&(this.formProgressBarTimeout=window.setTimeout(this.showProgressBar,this.session.progressBarDelay))}hideFormProgressBar(){this.progressBar.hide(),null!=this.formProgressBarTimeout&&(window.clearTimeout(this.formProgressBarTimeout),delete this.formProgressBarTimeout)}reload(){window.location.reload()}get navigator(){return this.session.navigator}}class mt{constructor(){this.started=!1}start(){this.started||(this.started=!0,addEventListener("turbo:before-cache",this.removeStaleElements,!1))}stop(){this.started&&(this.started=!1,removeEventListener("turbo:before-cache",this.removeStaleElements,!1))}removeStaleElements(){const e=[...document.querySelectorAll('[data-turbo-cache="false"]')];for(const t of e)t.remove()}}class gt{constructor(e){this.started=!1,this.submitCaptured=()=>{removeEventListener("submit",this.submitBubbled,!1),addEventListener("submit",this.submitBubbled,!1)},this.submitBubbled=e=>{if(!e.defaultPrevented){const t=e.target instanceof HTMLFormElement?e.target:void 0,r=e.submitter||void 0;if(t){"dialog"!=((null==r?void 0:r.getAttribute("formmethod"))||t.getAttribute("method"))&&this.delegate.willSubmitForm(t,r)&&(e.preventDefault(),this.delegate.formSubmitted(t,r))}}},this.delegate=e}start(){this.started||(addEventListener("submit",this.submitCaptured,!0),this.started=!0)}stop(){this.started&&(removeEventListener("submit",this.submitCaptured,!0),this.started=!1)}}class ht{constructor(e){this.element=e,this.linkInterceptor=new Je(this,e),this.formInterceptor=new Qe(this,e)}start(){this.linkInterceptor.start(),this.formInterceptor.start()}stop(){this.linkInterceptor.stop(),this.formInterceptor.stop()}shouldInterceptLinkClick(e,t){return this.shouldRedirect(e)}linkClickIntercepted(e,t){const r=this.findFrameElement(e);r&&r.delegate.linkClickIntercepted(e,t)}shouldInterceptFormSubmission(e,t){return this.shouldSubmit(e,t)}formSubmissionIntercepted(e,t){const r=this.findFrameElement(e,t);r&&(r.removeAttribute("reloadable"),r.delegate.formSubmissionIntercepted(e,t))}shouldSubmit(e,t){var r;const o=Ee(e,t),n=this.element.ownerDocument.querySelector('meta[name="turbo-root"]'),i=Me(null!==(r=null==n?void 0:n.content)&&void 0!==r?r:"/");return this.shouldRedirect(e,t)&&Be(o,i)}shouldRedirect(e,t){const r=this.findFrameElement(e,t);return!!r&&r!=e.closest("turbo-frame")}findFrameElement(e,t){const r=(null==t?void 0:t.getAttribute("data-turbo-frame"))||e.getAttribute("data-turbo-frame");if(r&&"_top"!=r){const e=this.element.querySelector(`#${r}:not([disabled])`);if(e instanceof Pe)return e}}}class pt{constructor(e){this.restorationIdentifier=De(),this.restorationData={},this.started=!1,this.pageLoaded=!1,this.onPopState=e=>{if(this.shouldHandlePopState()){const{turbo:t}=e.state||{};if(t){this.location=new URL(window.location.href);const{restorationIdentifier:e}=t;this.restorationIdentifier=e,this.delegate.historyPoppedToLocationWithRestorationIdentifier(this.location,e)}}},this.onPageLoad=async e=>{await Promise.resolve(),this.pageLoaded=!0},this.delegate=e}start(){this.started||(addEventListener("popstate",this.onPopState,!1),addEventListener("load",this.onPageLoad,!1),this.started=!0,this.replace(new URL(window.location.href)))}stop(){this.started&&(removeEventListener("popstate",this.onPopState,!1),removeEventListener("load",this.onPageLoad,!1),this.started=!1)}push(e,t){this.update(history.pushState,e,t)}replace(e,t){this.update(history.replaceState,e,t)}update(e,t,r=De()){const o={turbo:{restorationIdentifier:r}};e.call(history,o,"",t.href),this.location=t,this.restorationIdentifier=r}getRestorationDataForIdentifier(e){return this.restorationData[e]||{}}updateRestorationData(e){const{restorationIdentifier:t}=this,r=this.restorationData[t];this.restorationData[t]=Object.assign(Object.assign({},r),e)}assumeControlOfScrollRestoration(){var e;this.previousScrollRestoration||(this.previousScrollRestoration=null!==(e=history.scrollRestoration)&&void 0!==e?e:"auto",history.scrollRestoration="manual")}relinquishControlOfScrollRestoration(){this.previousScrollRestoration&&(history.scrollRestoration=this.previousScrollRestoration,delete this.previousScrollRestoration)}shouldHandlePopState(){return this.pageIsLoaded()}pageIsLoaded(){return this.pageLoaded||"complete"==document.readyState}}class ft{constructor(e){this.started=!1,this.clickCaptured=()=>{removeEventListener("click",this.clickBubbled,!1),addEventListener("click",this.clickBubbled,!1)},this.clickBubbled=e=>{if(this.clickEventIsSignificant(e)){const t=e.composedPath&&e.composedPath()[0]||e.target,r=this.findLinkFromClickTarget(t);if(r){const t=this.getLocationForLink(r);this.delegate.willFollowLinkToLocation(r,t)&&(e.preventDefault(),this.delegate.followedLinkToLocation(r,t))}}},this.delegate=e}start(){this.started||(addEventListener("click",this.clickCaptured,!0),this.started=!0)}stop(){this.started&&(removeEventListener("click",this.clickCaptured,!0),this.started=!1)}clickEventIsSignificant(e){return!(e.target&&e.target.isContentEditable||e.defaultPrevented||e.which>1||e.altKey||e.ctrlKey||e.metaKey||e.shiftKey)}findLinkFromClickTarget(e){if(e instanceof Element)return e.closest("a[href]:not([target^=_]):not([download])")}getLocationForLink(e){return Me(e.getAttribute("href")||"")}}function xt(e){return"advance"==e||"replace"==e||"restore"==e}class vt{constructor(e){this.delegate=e}proposeVisit(e,t={}){this.delegate.allowsVisitingLocationWithAction(e,t.action)&&(Be(e,this.view.snapshot.rootLocation)?this.delegate.visitProposedToLocation(e,t):window.location.href=e.toString())}startVisit(e,t,r={}){this.stop(),this.currentVisit=new ct(this,Me(e),t,Object.assign({referrer:this.location},r)),this.currentVisit.start()}submitForm(e,t){this.stop(),this.formSubmission=new We(this,e,t,!0),this.formSubmission.start()}stop(){this.formSubmission&&(this.formSubmission.stop(),delete this.formSubmission),this.currentVisit&&(this.currentVisit.cancel(),delete this.currentVisit)}get adapter(){return this.delegate.adapter}get view(){return this.delegate.view}get history(){return this.delegate.history}formSubmissionStarted(e){"function"==typeof this.adapter.formSubmissionStarted&&this.adapter.formSubmissionStarted(e)}async formSubmissionSucceededWithResponse(e,t){if(e==this.formSubmission){const r=await t.responseHTML;if(r){e.method!=Se.get&&this.view.clearSnapshotCache();const{statusCode:o,redirected:n}=t,i={action:this.getActionForFormSubmission(e),response:{statusCode:o,responseHTML:r,redirected:n}};this.proposeVisit(t.location,i)}}}async formSubmissionFailedWithResponse(e,t){const r=await t.responseHTML;if(r){const e=it.fromHTMLString(r);t.serverError?await this.view.renderError(e):await this.view.renderPage(e),this.view.scrollToTop(),this.view.clearSnapshotCache()}}formSubmissionErrored(e,t){console.error(t)}formSubmissionFinished(e){"function"==typeof this.adapter.formSubmissionFinished&&this.adapter.formSubmissionFinished(e)}visitStarted(e){this.delegate.visitStarted(e)}visitCompleted(e){this.delegate.visitCompleted(e)}locationWithActionIsSamePage(e,t){const r=_e(e),o=_e(this.view.lastRenderedLocation),n="restore"===t&&void 0===r;return"replace"!==t&&Ce(e)===Ce(this.view.lastRenderedLocation)&&(n||null!=r&&r!==o)}visitScrolledToSamePageLocation(e,t){this.delegate.visitScrolledToSamePageLocation(e,t)}get location(){return this.history.location}get restorationIdentifier(){return this.history.restorationIdentifier}getActionForFormSubmission(e){const{formElement:t,submitter:r}=e,o=$e("data-turbo-action",r,t);return xt(o)?o:"advance"}}!function(e){e[e.initial=0]="initial",e[e.loading=1]="loading",e[e.interactive=2]="interactive",e[e.complete=3]="complete"}(lt||(lt={}));class yt{constructor(e){this.stage=lt.initial,this.started=!1,this.interpretReadyState=()=>{const{readyState:e}=this;"interactive"==e?this.pageIsInteractive():"complete"==e&&this.pageIsComplete()},this.pageWillUnload=()=>{this.delegate.pageWillUnload()},this.delegate=e}start(){this.started||(this.stage==lt.initial&&(this.stage=lt.loading),document.addEventListener("readystatechange",this.interpretReadyState,!1),addEventListener("pagehide",this.pageWillUnload,!1),this.started=!0)}stop(){this.started&&(document.removeEventListener("readystatechange",this.interpretReadyState,!1),removeEventListener("pagehide",this.pageWillUnload,!1),this.started=!1)}pageIsInteractive(){this.stage==lt.loading&&(this.stage=lt.interactive,this.delegate.pageBecameInteractive())}pageIsComplete(){this.pageIsInteractive(),this.stage==lt.interactive&&(this.stage=lt.complete,this.delegate.pageLoaded())}get readyState(){return document.readyState}}class St{constructor(e){this.started=!1,this.onScroll=()=>{this.updatePosition({x:window.pageXOffset,y:window.pageYOffset})},this.delegate=e}start(){this.started||(addEventListener("scroll",this.onScroll,!1),this.onScroll(),this.started=!0)}stop(){this.started&&(removeEventListener("scroll",this.onScroll,!1),this.started=!1)}updatePosition(e){this.delegate.scrollPositionChanged(e)}}class bt{constructor(e){this.sources=new Set,this.started=!1,this.inspectFetchResponse=e=>{const t=function(e){var t;const r=null===(t=e.detail)||void 0===t?void 0:t.fetchResponse;if(r instanceof Ge)return r}(e);t&&function(e){var t;return(null!==(t=e.contentType)&&void 0!==t?t:"").startsWith(je.contentType)}(t)&&(e.preventDefault(),this.receiveMessageResponse(t))},this.receiveMessageEvent=e=>{this.started&&"string"==typeof e.data&&this.receiveMessageHTML(e.data)},this.delegate=e}start(){this.started||(this.started=!0,addEventListener("turbo:before-fetch-response",this.inspectFetchResponse,!1))}stop(){this.started&&(this.started=!1,removeEventListener("turbo:before-fetch-response",this.inspectFetchResponse,!1))}connectStreamSource(e){this.streamSourceIsConnected(e)||(this.sources.add(e),e.addEventListener("message",this.receiveMessageEvent,!1))}disconnectStreamSource(e){this.streamSourceIsConnected(e)&&(this.sources.delete(e),e.removeEventListener("message",this.receiveMessageEvent,!1))}streamSourceIsConnected(e){return this.sources.has(e)}async receiveMessageResponse(e){const t=await e.responseHTML;t&&this.receiveMessageHTML(t)}receiveMessageHTML(e){this.delegate.receivedMessageFromStream(new je(e))}}class At extends qe{async render(){this.replaceHeadAndBody(),this.activateScriptElements()}replaceHeadAndBody(){const{documentElement:e,head:t,body:r}=document;e.replaceChild(this.newHead,t),e.replaceChild(this.newElement,r)}activateScriptElements(){for(const e of this.scriptElements){const t=e.parentNode;if(t){const r=this.createScriptElement(e);t.replaceChild(r,e)}}}get newHead(){return this.newSnapshot.headSnapshot.element}get scriptElements(){return[...document.documentElement.querySelectorAll("script")]}}class wt extends qe{get shouldRender(){return this.newSnapshot.isVisitable&&this.trackedElementsAreIdentical}prepareToRender(){this.mergeHead()}async render(){this.willRender&&this.replaceBody()}finishRendering(){super.finishRendering(),this.isPreview||this.focusFirstAutofocusableElement()}get currentHeadSnapshot(){return this.currentSnapshot.headSnapshot}get newHeadSnapshot(){return this.newSnapshot.headSnapshot}get newElement(){return this.newSnapshot.element}mergeHead(){this.copyNewHeadStylesheetElements(),this.copyNewHeadScriptElements(),this.removeCurrentHeadProvisionalElements(),this.copyNewHeadProvisionalElements()}replaceBody(){this.preservingPermanentElements(()=>{this.activateNewBody(),this.assignNewBody()})}get trackedElementsAreIdentical(){return this.currentHeadSnapshot.trackedElementSignature==this.newHeadSnapshot.trackedElementSignature}copyNewHeadStylesheetElements(){for(const e of this.newHeadStylesheetElements)document.head.appendChild(e)}copyNewHeadScriptElements(){for(const e of this.newHeadScriptElements)document.head.appendChild(this.createScriptElement(e))}removeCurrentHeadProvisionalElements(){for(const e of this.currentHeadProvisionalElements)document.head.removeChild(e)}copyNewHeadProvisionalElements(){for(const e of this.newHeadProvisionalElements)document.head.appendChild(e)}activateNewBody(){document.adoptNode(this.newElement),this.activateNewBodyScriptElements()}activateNewBodyScriptElements(){for(const e of this.newBodyScriptElements){const t=this.createScriptElement(e);e.replaceWith(t)}}assignNewBody(){document.body&&this.newElement instanceof HTMLBodyElement?document.body.replaceWith(this.newElement):document.documentElement.appendChild(this.newElement)}get newHeadStylesheetElements(){return this.newHeadSnapshot.getStylesheetElementsNotInSnapshot(this.currentHeadSnapshot)}get newHeadScriptElements(){return this.newHeadSnapshot.getScriptElementsNotInSnapshot(this.currentHeadSnapshot)}get currentHeadProvisionalElements(){return this.currentHeadSnapshot.provisionalElements}get newHeadProvisionalElements(){return this.newHeadSnapshot.provisionalElements}get newBodyScriptElements(){return this.newElement.querySelectorAll("script")}}class Tt{constructor(e){this.keys=[],this.snapshots={},this.size=e}has(e){return Ne(e)in this.snapshots}get(e){if(this.has(e)){const t=this.read(e);return this.touch(e),t}}put(e,t){return this.write(e,t),this.touch(e),t}clear(){this.snapshots={}}read(e){return this.snapshots[Ne(e)]}write(e,t){this.snapshots[Ne(e)]=t}touch(e){const t=Ne(e),r=this.keys.indexOf(t);r>-1&&this.keys.splice(r,1),this.keys.unshift(t),this.trim()}trim(){for(const e of this.keys.splice(this.size))delete this.snapshots[e]}}class Pt extends ze{constructor(){super(...arguments),this.snapshotCache=new Tt(10),this.lastRenderedLocation=new URL(location.href)}renderPage(e,t=!1,r=!0){const o=new wt(this.snapshot,e,t,r);return this.render(o)}renderError(e){const t=new At(this.snapshot,e,!1);return this.render(t)}clearSnapshotCache(){this.snapshotCache.clear()}async cacheSnapshot(){if(this.shouldCacheSnapshot){this.delegate.viewWillCacheSnapshot();const{snapshot:e,lastRenderedLocation:t}=this;await new Promise(e=>setTimeout(()=>e(),0));const r=e.clone();return this.snapshotCache.put(t,r),r}}getCachedSnapshotForLocation(e){return this.snapshotCache.get(e)}get snapshot(){return it.fromElement(this.element)}get shouldCacheSnapshot(){return this.snapshot.isCacheable}}function Mt(e){Object.defineProperties(e,_t)}const _t={absoluteURL:{get(){return this.toString()}}},Et=new class{constructor(){this.navigator=new vt(this),this.history=new pt(this),this.view=new Pt(this,document.documentElement),this.adapter=new dt(this),this.pageObserver=new yt(this),this.cacheObserver=new mt,this.linkClickObserver=new ft(this),this.formSubmitObserver=new gt(this),this.scrollObserver=new St(this),this.streamObserver=new bt(this),this.frameRedirector=new ht(document.documentElement),this.drive=!0,this.enabled=!0,this.progressBarDelay=500,this.started=!1}start(){this.started||(this.pageObserver.start(),this.cacheObserver.start(),this.linkClickObserver.start(),this.formSubmitObserver.start(),this.scrollObserver.start(),this.streamObserver.start(),this.frameRedirector.start(),this.history.start(),this.started=!0,this.enabled=!0)}disable(){this.enabled=!1}stop(){this.started&&(this.pageObserver.stop(),this.cacheObserver.stop(),this.linkClickObserver.stop(),this.formSubmitObserver.stop(),this.scrollObserver.stop(),this.streamObserver.stop(),this.frameRedirector.stop(),this.history.stop(),this.started=!1)}registerAdapter(e){this.adapter=e}visit(e,t={}){this.navigator.proposeVisit(Me(e),t)}connectStreamSource(e){this.streamObserver.connectStreamSource(e)}disconnectStreamSource(e){this.streamObserver.disconnectStreamSource(e)}renderStreamMessage(e){document.documentElement.appendChild(je.wrap(e).fragment)}clearCache(){this.view.clearSnapshotCache()}setProgressBarDelay(e){this.progressBarDelay=e}get location(){return this.history.location}get restorationIdentifier(){return this.history.restorationIdentifier}historyPoppedToLocationWithRestorationIdentifier(e,t){this.enabled?this.navigator.startVisit(e,t,{action:"restore",historyChanged:!0}):this.adapter.pageInvalidated()}scrollPositionChanged(e){this.history.updateRestorationData({scrollPosition:e})}willFollowLinkToLocation(e,t){return this.elementDriveEnabled(e)&&Be(t,this.snapshot.rootLocation)&&this.applicationAllowsFollowingLinkToLocation(e,t)}followedLinkToLocation(e,t){const r=this.getActionForLink(e);this.convertLinkWithMethodClickToFormSubmission(e)||this.visit(t.href,{action:r})}convertLinkWithMethodClickToFormSubmission(e){const t=e.getAttribute("data-turbo-method");if(t){const r=document.createElement("form");r.method=t,r.action=e.getAttribute("href")||"undefined",r.hidden=!0,e.hasAttribute("data-turbo-confirm")&&r.setAttribute("data-turbo-confirm",e.getAttribute("data-turbo-confirm"));const o=this.getTargetFrameForLink(e);return o?(r.setAttribute("data-turbo-frame",o),r.addEventListener("turbo:submit-start",()=>r.remove())):r.addEventListener("submit",()=>r.remove()),document.body.appendChild(r),Re("submit",{cancelable:!0,target:r})}return!1}allowsVisitingLocationWithAction(e,t){return this.locationWithActionIsSamePage(e,t)||this.applicationAllowsVisitingLocation(e)}visitProposedToLocation(e,t){Mt(e),this.adapter.visitProposedToLocation(e,t)}visitStarted(e){Mt(e.location),e.silent||this.notifyApplicationAfterVisitingLocation(e.location,e.action)}visitCompleted(e){this.notifyApplicationAfterPageLoad(e.getTimingMetrics())}locationWithActionIsSamePage(e,t){return this.navigator.locationWithActionIsSamePage(e,t)}visitScrolledToSamePageLocation(e,t){this.notifyApplicationAfterVisitingSamePageLocation(e,t)}willSubmitForm(e,t){const r=Ee(e,t);return this.elementDriveEnabled(e)&&(!t||this.elementDriveEnabled(t))&&Be(Me(r),this.snapshot.rootLocation)}formSubmitted(e,t){this.navigator.submitForm(e,t)}pageBecameInteractive(){this.view.lastRenderedLocation=this.location,this.notifyApplicationAfterPageLoad()}pageLoaded(){this.history.assumeControlOfScrollRestoration()}pageWillUnload(){this.history.relinquishControlOfScrollRestoration()}receivedMessageFromStream(e){this.renderStreamMessage(e)}viewWillCacheSnapshot(){var e;(null===(e=this.navigator.currentVisit)||void 0===e?void 0:e.silent)||this.notifyApplicationBeforeCachingSnapshot()}allowsImmediateRender({element:e},t){return!this.notifyApplicationBeforeRender(e,t).defaultPrevented}viewRenderedSnapshot(e,t){this.view.lastRenderedLocation=this.history.location,this.notifyApplicationAfterRender()}viewInvalidated(){this.adapter.pageInvalidated()}frameLoaded(e){this.notifyApplicationAfterFrameLoad(e)}frameRendered(e,t){this.notifyApplicationAfterFrameRender(e,t)}applicationAllowsFollowingLinkToLocation(e,t){return!this.notifyApplicationAfterClickingLinkToLocation(e,t).defaultPrevented}applicationAllowsVisitingLocation(e){return!this.notifyApplicationBeforeVisitingLocation(e).defaultPrevented}notifyApplicationAfterClickingLinkToLocation(e,t){return Re("turbo:click",{target:e,detail:{url:t.href},cancelable:!0})}notifyApplicationBeforeVisitingLocation(e){return Re("turbo:before-visit",{detail:{url:e.href},cancelable:!0})}notifyApplicationAfterVisitingLocation(e,t){return Xe(document.documentElement),Re("turbo:visit",{detail:{url:e.href,action:t}})}notifyApplicationBeforeCachingSnapshot(){return Re("turbo:before-cache")}notifyApplicationBeforeRender(e,t){return Re("turbo:before-render",{detail:{newBody:e,resume:t},cancelable:!0})}notifyApplicationAfterRender(){return Re("turbo:render")}notifyApplicationAfterPageLoad(e={}){return Ue(document.documentElement),Re("turbo:load",{detail:{url:this.location.href,timing:e}})}notifyApplicationAfterVisitingSamePageLocation(e,t){dispatchEvent(new HashChangeEvent("hashchange",{oldURL:e.toString(),newURL:t.toString()}))}notifyApplicationAfterFrameLoad(e){return Re("turbo:frame-load",{target:e})}notifyApplicationAfterFrameRender(e,t){return Re("turbo:frame-render",{detail:{fetchResponse:e},target:t,cancelable:!0})}elementDriveEnabled(e){const t=null==e?void 0:e.closest("[data-turbo]");return this.drive?!t||"false"!=t.getAttribute("data-turbo"):!!t&&"true"==t.getAttribute("data-turbo")}getActionForLink(e){const t=e.getAttribute("data-turbo-action");return xt(t)?t:"advance"}getTargetFrameForLink(e){const t=e.getAttribute("data-turbo-frame");if(t)return t;{const t=e.closest("turbo-frame");if(t)return t.id}}get snapshot(){return this.view.snapshot}},{navigator:Lt}=Et;function Ot(){Et.start()}var Bt=Object.freeze({__proto__:null,navigator:Lt,session:Et,PageRenderer:wt,PageSnapshot:it,start:Ot,registerAdapter:function(e){Et.registerAdapter(e)},visit:function(e,t){Et.visit(e,t)},connectStreamSource:function(e){Et.connectStreamSource(e)},disconnectStreamSource:function(e){Et.disconnectStreamSource(e)},renderStreamMessage:function(e){Et.renderStreamMessage(e)},clearCache:function(){Et.clearCache()},setProgressBarDelay:function(e){Et.setProgressBarDelay(e)},setConfirmMethod:function(e){We.confirmMethod=e}});class Ct{constructor(e){this.visitCachedSnapshot=({element:e})=>{var t;const{id:r,clone:o}=this;null===(t=e.querySelector("#"+r))||void 0===t||t.replaceWith(o)},this.clone=e.cloneNode(!0),this.id=e.id}}function Nt(e){if(null!=e){const t=document.getElementById(e);if(t instanceof Pe)return t}}function Gt(e,t){if(e){const o=e.getAttribute("src");if(null!=o&&null!=t&&(r=t,Me(o).href==Me(r).href))throw new Error(`Matching <turbo-frame id="${e.id}"> element has a source URL which references itself`);if(e.ownerDocument!==document&&(e=document.importNode(e,!0)),e instanceof Pe)return e.connectedCallback(),e.disconnectedCallback(),e}var r}const Rt={after(){this.targetElements.forEach(e=>{var t;return null===(t=e.parentElement)||void 0===t?void 0:t.insertBefore(this.templateContent,e.nextSibling)})},append(){this.removeDuplicateTargetChildren(),this.targetElements.forEach(e=>e.append(this.templateContent))},before(){this.targetElements.forEach(e=>{var t;return null===(t=e.parentElement)||void 0===t?void 0:t.insertBefore(this.templateContent,e)})},prepend(){this.removeDuplicateTargetChildren(),this.targetElements.forEach(e=>e.prepend(this.templateContent))},remove(){this.targetElements.forEach(e=>e.remove())},replace(){this.targetElements.forEach(e=>e.replaceWith(this.templateContent))},update(){this.targetElements.forEach(e=>{e.innerHTML="",e.append(this.templateContent)})}};class It extends HTMLElement{async connectedCallback(){try{await this.render()}catch(e){console.error(e)}finally{this.disconnect()}}async render(){var e;return null!==(e=this.renderPromise)&&void 0!==e?e:this.renderPromise=(async()=>{this.dispatchEvent(this.beforeRenderEvent)&&(await Ie(),this.performAction())})()}disconnect(){try{this.remove()}catch(e){}}removeDuplicateTargetChildren(){this.duplicateChildren.forEach(e=>e.remove())}get duplicateChildren(){var e;const t=this.targetElements.flatMap(e=>[...e.children]).filter(e=>!!e.id),r=[...null===(e=this.templateContent)||void 0===e?void 0:e.children].filter(e=>!!e.id).map(e=>e.id);return t.filter(e=>r.includes(e.id))}get performAction(){if(this.action){const e=Rt[this.action];if(e)return e;this.raise("unknown action")}this.raise("action attribute is missing")}get targetElements(){return this.target?this.targetElementsById:this.targets?this.targetElementsByQuery:void this.raise("target or targets attribute is missing")}get templateContent(){return this.templateElement.content.cloneNode(!0)}get templateElement(){if(this.firstElementChild instanceof HTMLTemplateElement)return this.firstElementChild;this.raise("first child element must be a <template> element")}get action(){return this.getAttribute("action")}get target(){return this.getAttribute("target")}get targets(){return this.getAttribute("targets")}raise(e){throw new Error(`${this.description}: ${e}`)}get description(){var e,t;return null!==(t=(null!==(e=this.outerHTML.match(/<[^>]+>/))&&void 0!==e?e:[])[0])&&void 0!==t?t:"<turbo-stream>"}get beforeRenderEvent(){return new CustomEvent("turbo:before-stream-render",{bubbles:!0,cancelable:!0})}get targetElementsById(){var e;const t=null===(e=this.ownerDocument)||void 0===e?void 0:e.getElementById(this.target);return null!==t?[t]:[]}get targetElementsByQuery(){var e;const t=null===(e=this.ownerDocument)||void 0===e?void 0:e.querySelectorAll(this.targets);return 0!==t.length?Array.prototype.slice.call(t):[]}}Pe.delegateConstructor=class{constructor(e){this.fetchResponseLoaded=e=>{},this.currentFetchRequest=null,this.resolveVisitPromise=()=>{},this.connected=!1,this.hasBeenLoaded=!1,this.settingSourceURL=!1,this.element=e,this.view=new Ze(this,this.element),this.appearanceObserver=new He(this,this.element),this.linkInterceptor=new Je(this,this.element),this.formInterceptor=new Qe(this,this.element)}connect(){this.connected||(this.connected=!0,this.reloadable=!1,this.loadingStyle==ye.lazy&&this.appearanceObserver.start(),this.linkInterceptor.start(),this.formInterceptor.start(),this.sourceURLChanged())}disconnect(){this.connected&&(this.connected=!1,this.appearanceObserver.stop(),this.linkInterceptor.stop(),this.formInterceptor.stop())}disabledChanged(){this.loadingStyle==ye.eager&&this.loadSourceURL()}sourceURLChanged(){(this.loadingStyle==ye.eager||this.hasBeenLoaded)&&this.loadSourceURL()}loadingStyleChanged(){this.loadingStyle==ye.lazy?this.appearanceObserver.start():(this.appearanceObserver.stop(),this.loadSourceURL())}async loadSourceURL(){if(!this.settingSourceURL&&this.enabled&&this.isActive&&(this.reloadable||this.sourceURL!=this.currentURL)){const e=this.currentURL;if(this.currentURL=this.sourceURL,this.sourceURL)try{this.element.loaded=this.visit(Me(this.sourceURL)),this.appearanceObserver.stop(),await this.element.loaded,this.hasBeenLoaded=!0}catch(t){throw this.currentURL=e,t}}}async loadResponse(e){(e.redirected||e.succeeded&&e.isHTML)&&(this.sourceURL=e.response.url);try{const t=await e.responseHTML;if(t){const{body:r}=ke(t),o=new Ye(await this.extractForeignFrameElement(r)),n=new et(this.view.snapshot,o,!1,!1);this.view.renderPromise&&await this.view.renderPromise,await this.view.render(n),Et.frameRendered(e,this.element),Et.frameLoaded(this.element),this.fetchResponseLoaded(e)}}catch(e){console.error(e),this.view.invalidate()}finally{this.fetchResponseLoaded=()=>{}}}elementAppearedInViewport(e){this.loadSourceURL()}shouldInterceptLinkClick(e,t){return!e.hasAttribute("data-turbo-method")&&this.shouldInterceptNavigation(e)}linkClickIntercepted(e,t){this.reloadable=!0,this.navigateFrame(e,t)}shouldInterceptFormSubmission(e,t){return this.shouldInterceptNavigation(e,t)}formSubmissionIntercepted(e,t){this.formSubmission&&this.formSubmission.stop(),this.reloadable=!1,this.formSubmission=new We(this,e,t);const{fetchRequest:r}=this.formSubmission;this.prepareHeadersForRequest(r.headers,r),this.formSubmission.start()}prepareHeadersForRequest(e,t){e["Turbo-Frame"]=this.id}requestStarted(e){Xe(this.element)}requestPreventedHandlingResponse(e,t){this.resolveVisitPromise()}async requestSucceededWithResponse(e,t){await this.loadResponse(t),this.resolveVisitPromise()}requestFailedWithResponse(e,t){console.error(t),this.resolveVisitPromise()}requestErrored(e,t){console.error(t),this.resolveVisitPromise()}requestFinished(e){Ue(this.element)}formSubmissionStarted({formElement:e}){Xe(e,this.findFrameElement(e))}formSubmissionSucceededWithResponse(e,t){const r=this.findFrameElement(e.formElement,e.submitter);this.proposeVisitIfNavigatedWithAction(r,e.formElement,e.submitter),r.delegate.loadResponse(t)}formSubmissionFailedWithResponse(e,t){this.element.delegate.loadResponse(t)}formSubmissionErrored(e,t){console.error(t)}formSubmissionFinished({formElement:e}){Ue(e,this.findFrameElement(e))}allowsImmediateRender(e,t){return!0}viewRenderedSnapshot(e,t){}viewInvalidated(){}async visit(e){var t;const r=new Ve(this,Se.get,e,new URLSearchParams,this.element);return null===(t=this.currentFetchRequest)||void 0===t||t.cancel(),this.currentFetchRequest=r,new Promise(e=>{this.resolveVisitPromise=()=>{this.resolveVisitPromise=()=>{},this.currentFetchRequest=null,e()},r.perform()})}navigateFrame(e,t,r){const o=this.findFrameElement(e,r);this.proposeVisitIfNavigatedWithAction(o,e,r),o.setAttribute("reloadable",""),o.src=t}proposeVisitIfNavigatedWithAction(e,t,r){const o=$e("data-turbo-action",r,t,e);if(xt(o)){const{visitCachedSnapshot:t}=new Ct(e);e.delegate.fetchResponseLoaded=r=>{if(e.src){const{statusCode:n,redirected:i}=r,a={statusCode:n,redirected:i,responseHTML:e.ownerDocument.documentElement.outerHTML};Et.visit(e.src,{action:o,response:a,visitCachedSnapshot:t,willRender:!1})}}}}findFrameElement(e,t){var r;return null!==(r=Nt($e("data-turbo-frame",t,e)||this.element.getAttribute("target")))&&void 0!==r?r:this.element}async extractForeignFrameElement(e){let t;const r=CSS.escape(this.id);try{if(t=Gt(e.querySelector("turbo-frame#"+r),this.currentURL))return t;if(t=Gt(e.querySelector(`turbo-frame[src][recurse~=${r}]`),this.currentURL))return await t.loaded,await this.extractForeignFrameElement(t);console.error(`Response has no matching <turbo-frame id="${r}"> element`)}catch(e){console.error(e)}return new Pe}formActionIsVisitable(e,t){return Be(Me(Ee(e,t)),this.rootLocation)}shouldInterceptNavigation(e,t){const r=$e("data-turbo-frame",t,e)||this.element.getAttribute("target");if(e instanceof HTMLFormElement&&!this.formActionIsVisitable(e,t))return!1;if(!this.enabled||"_top"==r)return!1;if(r){const e=Nt(r);if(e)return!e.disabled}return!!Et.elementDriveEnabled(e)&&!(t&&!Et.elementDriveEnabled(t))}get id(){return this.element.id}get enabled(){return!this.element.disabled}get sourceURL(){if(this.element.src)return this.element.src}get reloadable(){return this.findFrameElement(this.element).hasAttribute("reloadable")}set reloadable(e){const t=this.findFrameElement(this.element);e?t.setAttribute("reloadable",""):t.removeAttribute("reloadable")}set sourceURL(e){this.settingSourceURL=!0,this.element.src=null!=e?e:null,this.currentURL=this.element.src,this.settingSourceURL=!1}get loadingStyle(){return this.element.loading}get isLoading(){return void 0!==this.formSubmission||void 0!==this.resolveVisitPromise()}get isActive(){return this.element.isActive&&this.connected}get rootLocation(){var e;const t=this.element.ownerDocument.querySelector('meta[name="turbo-root"]');return Me(null!==(e=null==t?void 0:t.content)&&void 0!==e?e:"/")}},customElements.define("turbo-frame",Pe),customElements.define("turbo-stream",It),(()=>{let e=document.currentScript;if(e&&!e.hasAttribute("data-turbo-suppress-warning"))for(;e=e.parentElement;)if(e==document.body)return console.warn(Fe`
|
|
105
|
+
You are loading Turbo from a <script> element inside the <body> element. This is probably not what you meant to do!
|
|
106
|
+
|
|
107
|
+
Load your application’s JavaScript bundle inside the <head> element instead. <script> elements in <body> are evaluated with each page change.
|
|
108
|
+
|
|
109
|
+
For more information, see: https://turbo.hotwired.dev/handbook/building#working-with-script-elements
|
|
110
|
+
|
|
111
|
+
——
|
|
112
|
+
Suppress this warning by adding a "data-turbo-suppress-warning" attribute to: %s
|
|
113
|
+
`,e.outerHTML)})(),window.Turbo=Bt,Ot();var kt=r(15);var Ft=r(236),Dt=r(163),$t=r.n(Dt),Xt=r(237);function Ut(e,t,r,o,n,i,a){try{var s=e[i](a),l=s.value}catch(e){return void r(e)}s.done?t(l):Promise.resolve(l).then(o,n)}function Vt(e){return function(){var t=this,r=arguments;return new Promise((function(o,n){var i=e.apply(t,r);function a(e){Ut(i,o,n,a,s,"next",e)}function s(e){Ut(i,o,n,a,s,"throw",e)}a(void 0)}))}}function Ht(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function jt(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}var Wt=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"http://localhost:3000";Ht(this,e),this.host=t,this.axios=$t.a.create({baseURL:this.host,headers:{"Content-Type":"application/json"},paramsSerializer:function(e){return Xt.stringify(e,{arrayFormat:"brackets"})}})}var t,r,o,n,i,a,s;return t=e,(r=[{key:"getCheckoutURL",value:(s=Vt(regeneratorRuntime.mark((function e(){var t,r,o,n=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=n.length>0&&void 0!==n[0]?n[0]:{},r=this.spreeOrderHeaders(t),o={url:"api/v2/storefront/checkout_redirect.json",params:{},method:"get",headers:r},e.next=5,this.axios(o);case 5:return e.abrupt("return",e.sent);case 6:case"end":return e.stop()}}),e,this)}))),function(){return s.apply(this,arguments)})},{key:"assignOrderOwnership",value:(a=Vt(regeneratorRuntime.mark((function e(){var t,r,o,n,i=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=i.length>0&&void 0!==i[0]?i[0]:{},r=i.length>1&&void 0!==i[1]?i[1]:{},o=this.spreeOrderHeaders(t),n={url:"api/v2/storefront/assign_order_ownership.json",params:r,method:"post",headers:o},e.next=6,this.axios(n);case 6:return e.abrupt("return",e.sent);case 7:case"end":return e.stop()}}),e,this)}))),function(){return a.apply(this,arguments)})},{key:"assignOrderShippingAddress",value:(i=Vt(regeneratorRuntime.mark((function e(){var t,r,o,n,i=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=i.length>0&&void 0!==i[0]?i[0]:{},r=i.length>1&&void 0!==i[1]?i[1]:{},o=this.spreeOrderHeaders(t),n={url:"api/v2/storefront/assign_order_shipping_address.json",params:r,method:"post",headers:o},e.next=6,this.axios(n);case 6:return e.abrupt("return",e.sent);case 7:case"end":return e.stop()}}),e,this)}))),function(){return i.apply(this,arguments)})},{key:"assignOrderBillingAddress",value:(n=Vt(regeneratorRuntime.mark((function e(){var t,r,o,n,i=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=i.length>0&&void 0!==i[0]?i[0]:{},r=i.length>1&&void 0!==i[1]?i[1]:{},o=this.spreeOrderHeaders(t),n={url:"api/v2/storefront/assign_order_billing_address.json",params:r,method:"post",headers:o},e.next=6,this.axios(n);case 6:return e.abrupt("return",e.sent);case 7:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"spreeOrderHeaders",value:function(e){var t={};return e.orderToken&&(t["X-Spree-Order-Token"]=e.orderToken),e.bearerToken&&(t.Authorization="Bearer ".concat(e.bearerToken)),t}}])&&jt(t.prototype,r),o&&jt(t,o),Object.defineProperty(t,"prototype",{writable:!1}),e}();window.deviceDetector=new n.a,window.device=window.deviceDetector.parse(navigator.userAgent),window.device.bot||"production"!==window.env.JEKYLL_ENV||(window.airbrake=new pe({projectId:window.env.AIRBRAKE_PROJECT_ID,projectKey:window.env.AIRBRAKE_PROJECT_KEY,host:"https://panel.sutty.nl"}),console.originalError=console.error,console.error=function(){for(var e,t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];return window.airbrake.notify(r.join(" ")),(e=console).originalError.apply(e,r)}),Ot();var Kt=kt.a.start(),Yt=r(539);Kt.load(function(e){return e.keys().map(t=>function(e,t){const r=function(e){const t=(e.match(/^(?:\.\/)?(.+)(?:[_-]controller\..+?)$/)||[])[1];if(t)return t.replace(/_/g,"-").replace(/\//g,"--")}(t);if(r)return function(e,t){const r=e.default;if("function"==typeof r)return{identifier:t,controllerConstructor:r}}(e(t),r)}(e,t)).filter(e=>e)}(Yt)),window.spree=Object(Ft.makeClient)({host:window.env.SPREE_URL}),window.spree.sutty=new Wt(window.spree.host),window.axe&&window.axe.configure({locale:r(!function(){var e=new Error("Cannot find module 'axe-core/locales/es.json'");throw e.code="MODULE_NOT_FOUND",e}())}),document.addEventListener("turbo:load",(function(e){document.querySelectorAll("a[href^='http://'],a[href^='https://'],a[href^='//']").forEach((function(e){e.rel="noopener",e.target="_blank"})),window.axe&&window.axe.run().then((function(e){e.violations.forEach((function(e){e.nodes.forEach((function(e){e.target.forEach((function(t){document.querySelectorAll(t).forEach((function(t){t.classList.add("inaccesible"),t.ariaLabel=e.failureSummary}))}))}))}))}))}))}]);
|
|
114
|
+
//# sourceMappingURL=pack.9dc6883564ec9354c89d.js.map
|