@epa-wg/custom-element-dist 0.0.35 → 0.0.37
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.
- package/.ai/mcp/mcp.json +0 -0
- package/.claude/settings.local.json +4 -1
- package/.storybook/preview.ts +7 -1
- package/.yarn/install-state.gz +0 -0
- package/README.md +5 -5
- package/dist/{custom-element-BzDjIYMe.js → custom-element-BqBcmDiN.js} +5 -2
- package/dist/custom-element-bundle.cjs +1 -1
- package/dist/custom-element-bundle.js +2 -2
- package/dist/{custom-element-Bssk9jRy.cjs → custom-element-jpOyXHF6.cjs} +1 -1
- package/dist/demo/for-each.html +213 -0
- package/package.json +4 -4
- package/public/demo/for-each.html +213 -0
- package/src/custom-element/custom-element.js +3 -0
- package/src/custom-element/demo/for-each.html +213 -0
- package/src/custom-element/ide/web-types-dce.json +1 -1
- package/src/custom-element/ide/web-types-xsl.json +1 -1
- package/src/custom-element/index.html +2 -1
- package/src/material/theme/colors-native.html +32 -1
- package/src/mocks/versions.mock.ts +1 -1
- package/src/stories/__screenshots__/http-request.test.ts/http-request-http-request-headers-and-response-status-and-headers-1.png +0 -0
- package/src/stories/__screenshots__/http-request.test.ts/http-request-http-request-with-delayed--5-seconds-response-1.png +0 -0
- package/src/stories/__screenshots__/http-request.test.ts/http-request-http-request-with-error-1.png +0 -0
- package/src/stories/__screenshots__/http-request.test.ts/http-request-url-and-slice-1.png +0 -0
- package/src/stories/__screenshots__/http-request.test.ts/http-request-url-change-1.png +0 -0
- package/src/stories/__screenshots__/slots.test.stories.ts/slots-slots-TemplateWithAttributesAndCondition-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-BooleanAndCondition-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-BooleanOrCondition-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-ChooseNoAttribute-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-ChooseOtherwise-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-ChooseSecondWhen-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-ChooseWhenOtherwise-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-IfFalse-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-IfNotExists-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-IfTrue-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-MultipleIfOrderingIssue-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-MultipleInstances-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-NestedConditions-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-NestedConditionsInactive-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-NumericComparison-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-NumericComparisonLow-1.png +0 -0
- package/src/stories/__screenshots__/xslt-for-each.test.stories.ts/xslt-for-each-xslt-for-each-MultipleIfOrderingIssue-1.png +0 -0
- package/src/stories/__screenshots__/xslt-if.test.stories.ts/xslt-if-xslt-if-MultipleIfOrderingIssue-1.png +0 -0
- package/src/stories/attributes.test.stories.ts +2 -0
- package/src/stories/dom-merge.test.stories.ts +1 -0
- package/src/stories/external-template.test.stories.ts +5 -3
- package/src/stories/http-request.stories.ts +2 -1
- package/src/stories/module-url.test.stories.ts +1 -0
- package/src/stories/slice-events.test.stories.ts +3 -0
- package/src/stories/xslt-for-each.test.stories.ts +99 -1
- package/storybook-static/assets/{Color-F6OSRLHC-DeDlDLjU.js → Color-F6OSRLHC-FZZzFn7T.js} +1 -1
- package/storybook-static/assets/{Configure-CH_tIP5N.js → Configure-DyfktOJO.js} +1 -1
- package/storybook-static/assets/{DocsRenderer-CFRXHY34-Bc9EPsUI.js → DocsRenderer-CFRXHY34-5isVpCzj.js} +2 -2
- package/storybook-static/assets/{attributes.test.stories-BtamFQkF.js → attributes.test.stories-CrDC-RXf.js} +4 -3
- package/storybook-static/assets/{css.test.stories-BfNxLgwr.js → css.test.stories-ChWnZJwa.js} +1 -1
- package/storybook-static/assets/{custom-element-CnmjNo0g.js → custom-element-wuk8gYiP.js} +1 -1
- package/storybook-static/assets/{dom-merge.test.stories-DxnitrLK.js → dom-merge.test.stories-DkarPqD_.js} +2 -2
- package/storybook-static/assets/{external-template.test.stories-BTsww7B0.js → external-template.test.stories-DCboR8sG.js} +17 -16
- package/storybook-static/assets/{form.test.stories-DNJFtPJb.js → form.test.stories-BjeeUu0b.js} +1 -1
- package/storybook-static/assets/handlers-B7UMnC7v.js +291 -0
- package/storybook-static/assets/{http-request.stories-DgrBNle8.js → http-request.stories-WIldq1MC.js} +2 -2
- package/storybook-static/assets/{iframe-DiVWehoI.js → iframe-CBHPj1E5.js} +2 -2
- package/storybook-static/assets/{index-w6iX3YlR.js → index-BL0FQnAE.js} +3 -3
- package/storybook-static/assets/{index-CdEbhcV9.js → index-CzwPLrca.js} +1 -1
- package/storybook-static/assets/{local-storage.test.stories-Hwq80yUr.js → local-storage.test.stories-DLMK0p2s.js} +1 -1
- package/storybook-static/assets/{location-element.test.stories-mEhZzm7x.js → location-element.test.stories-BroqoLMS.js} +1 -1
- package/storybook-static/assets/{module-url.test.stories-Bj46iT0V.js → module-url.test.stories-B-0dibET.js} +2 -2
- package/storybook-static/assets/{preview-BjbXcJci.js → preview-BG24UPL5.js} +2 -2
- package/storybook-static/assets/preview-C1KnQPMW.js +50 -0
- package/storybook-static/assets/{set-url.test.stories-hzxLcqmm.js → set-url.test.stories-Dhq4YQyr.js} +1 -1
- package/storybook-static/assets/{slice-events.test.stories-DVyXFRU1.js → slice-events.test.stories-BZJGIFku.js} +17 -15
- package/storybook-static/assets/{slots.test.stories-CS544nS4.js → slots.test.stories-DKivHwZH.js} +1 -1
- package/storybook-static/assets/{version-select.test.stories-D36nfYBq.js → version-select.test.stories-Dntyd7qb.js} +1 -1
- package/storybook-static/assets/{xslt-conditionals.test.stories-BS1PTIHe.js → xslt-conditionals.test.stories-Iq5iQNRj.js} +1 -1
- package/storybook-static/assets/{xslt-for-each.test.stories-CtPS20RK.js → xslt-for-each.test.stories-BMygBmj8.js} +132 -12
- package/storybook-static/assets/{xslt-if.test.stories-DcHrAMSY.js → xslt-if.test.stories-CVrFWdAX.js} +1 -1
- package/storybook-static/demo/for-each.html +213 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.json +1 -1
- package/storybook-static/project.json +1 -1
- package/vite.config.js +2 -1
- package/coverage/base.css +0 -224
- package/coverage/block-navigation.js +0 -87
- package/coverage/coverage-final.json +0 -12
- package/coverage/favicon.png +0 -0
- package/coverage/index.html +0 -176
- package/coverage/prettify.css +0 -1
- package/coverage/prettify.js +0 -2
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +0 -210
- package/coverage/src/coverage.svg +0 -10
- package/coverage/src/custom-element/coverage.svg +0 -10
- package/coverage/src/custom-element/custom-element.js/coverage.svg +0 -10
- package/coverage/src/custom-element/custom-element.js.html +0 -3034
- package/coverage/src/custom-element/http-request.js/coverage.svg +0 -10
- package/coverage/src/custom-element/http-request.js.html +0 -373
- package/coverage/src/custom-element/index.html +0 -176
- package/coverage/src/custom-element/local-storage.js/coverage.svg +0 -10
- package/coverage/src/custom-element/local-storage.js.html +0 -361
- package/coverage/src/custom-element/location-element.js/coverage.svg +0 -10
- package/coverage/src/custom-element/location-element.js.html +0 -412
- package/coverage/src/custom-element/module-url.js/coverage.svg +0 -10
- package/coverage/src/custom-element/module-url.js.html +0 -187
- package/coverage/src/index.html +0 -116
- package/coverage/src/material/theme/colors.js/coverage.svg +0 -10
- package/coverage/src/material/theme/colors.js.html +0 -217
- package/coverage/src/material/theme/coverage.svg +0 -10
- package/coverage/src/material/theme/index.html +0 -116
- package/coverage/src/mocks/coverage.svg +0 -10
- package/coverage/src/mocks/handlers.ts/coverage.svg +0 -10
- package/coverage/src/mocks/handlers.ts.html +0 -196
- package/coverage/src/mocks/index.html +0 -116
- package/coverage/src/stories/coverage.svg +0 -10
- package/coverage/src/stories/frame.canvas.ts/coverage.svg +0 -10
- package/coverage/src/stories/frame.canvas.ts.html +0 -175
- package/coverage/src/stories/http-request.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/http-request.stories.ts.html +0 -817
- package/coverage/src/stories/index.html +0 -146
- package/coverage/src/stories/testStoryBook.ts/coverage.svg +0 -10
- package/coverage/src/stories/testStoryBook.ts.html +0 -169
- package/coverage/src/sum.ts/coverage.svg +0 -10
- package/coverage/src/sum.ts.html +0 -94
- package/storybook-static/assets/handlers-Dvg8CAeR.js +0 -470
- package/storybook-static/assets/preview-CfuT8gak.js +0 -50
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
var tt=/(%?)(%([sdijo]))/g;function ot(e,a){switch(a){case"s":return e;case"d":case"i":return Number(e);case"j":return JSON.stringify(e);case"o":{if(typeof e=="string")return e;const t=JSON.stringify(e);return t==="{}"||t==="[]"||/^\[object .+?\]$/.test(t)?e:t}}}function J(e,...a){if(a.length===0)return e;let t=0,i=e.replace(tt,(o,s,n,u)=>{const l=a[t],c=ot(l,u);return s?o:(t++,c)});return t<a.length&&(i+=` ${a.slice(t).join(" ")}`),i=i.replace(/%{2,2}/g,"%"),i}var it=2;function st(e){if(!e.stack)return;const a=e.stack.split(`
|
|
2
|
+
`);a.splice(1,it),e.stack=a.join(`
|
|
3
|
+
`)}var nt=class extends Error{constructor(e,...a){super(e),this.message=e,this.name="Invariant Violation",this.message=J(e,...a),st(this)}},Le=(e,a,...t)=>{if(!e)throw new nt(a,...t)};Le.as=(e,a,t,...i)=>{if(!a){const o=i.length===0?t:J(t,...i);let s;try{s=Reflect.construct(e,[o])}catch{s=e(o)}throw s}};const rt="[MSW]";function qe(e,...a){const t=J(e,...a);return`${rt} ${t}`}function lt(e,...a){console.warn(qe(e,...a))}function ct(e,...a){console.error(qe(e,...a))}const Ee={formatMessage:qe,warn:lt,error:ct};class Pi extends Error{constructor(a){super(a),this.name="InternalError"}}function ut(){Le(typeof URL<"u",Ee.formatMessage(`Global "URL" class is not defined. This likely means that you're running MSW in an environment that doesn't support all Node.js standard API (e.g. React Native). If that's the case, please use an appropriate polyfill for the "URL" class, like "react-native-url-polyfill".`))}var dt=class extends Error{constructor(e,a,t){super(`Possible EventEmitter memory leak detected. ${t} ${a.toString()} listeners added. Use emitter.setMaxListeners() to increase limit`),this.emitter=e,this.type=a,this.count=t,this.name="MaxListenersExceededWarning"}},Oa=class{static listenerCount(e,a){return e.listenerCount(a)}constructor(){this.events=new Map,this.maxListeners=Oa.defaultMaxListeners,this.hasWarnedAboutPotentialMemoryLeak=!1}_emitInternalEvent(e,a,t){this.emit(e,a,t)}_getListeners(e){return Array.prototype.concat.apply([],this.events.get(e))||[]}_removeListener(e,a){const t=e.indexOf(a);return t>-1&&e.splice(t,1),[]}_wrapOnceListener(e,a){const t=(...i)=>(this.removeListener(e,t),a.apply(this,i));return Object.defineProperty(t,"name",{value:a.name}),t}setMaxListeners(e){return this.maxListeners=e,this}getMaxListeners(){return this.maxListeners}eventNames(){return Array.from(this.events.keys())}emit(e,...a){const t=this._getListeners(e);return t.forEach(i=>{i.apply(this,a)}),t.length>0}addListener(e,a){this._emitInternalEvent("newListener",e,a);const t=this._getListeners(e).concat(a);if(this.events.set(e,t),this.maxListeners>0&&this.listenerCount(e)>this.maxListeners&&!this.hasWarnedAboutPotentialMemoryLeak){this.hasWarnedAboutPotentialMemoryLeak=!0;const i=new dt(this,e,this.listenerCount(e));console.warn(i)}return this}on(e,a){return this.addListener(e,a)}once(e,a){return this.addListener(e,this._wrapOnceListener(e,a))}prependListener(e,a){const t=this._getListeners(e);if(t.length>0){const i=[a].concat(t);this.events.set(e,i)}else this.events.set(e,t.concat(a));return this}prependOnceListener(e,a){return this.prependListener(e,this._wrapOnceListener(e,a))}removeListener(e,a){const t=this._getListeners(e);return t.length>0&&(this._removeListener(t,a),this.events.set(e,t),this._emitInternalEvent("removeListener",e,a)),this}off(e,a){return this.removeListener(e,a)}removeAllListeners(e){return e?this.events.delete(e):this.events.clear(),this}listeners(e){return Array.from(this._getListeners(e))}listenerCount(e){return this._getListeners(e).length}rawListeners(e){return this.listeners(e)}},mt=Oa;mt.defaultMaxListeners=10;const ht=/[/\\]msw[/\\]src[/\\](.+)/,pt=/(node_modules)?[/\\]lib[/\\](core|browser|node|native|iife)[/\\]|^[^/\\]*$/;function gt(e){const a=e.stack;if(!a)return;const i=a.split(`
|
|
4
|
+
`).slice(1).find(s=>!(ht.test(s)||pt.test(s)));return i?i.replace(/\s*at [^()]*\(([^)]+)\)/,"$1").replace(/^@/,""):void 0}function ft(e){return e?Reflect.has(e,Symbol.iterator)||Reflect.has(e,Symbol.asyncIterator):!1}class me{static cache=new WeakMap;__kind;info;isUsed;resolver;resolverIterator;resolverIteratorResult;options;constructor(a){this.resolver=a.resolver,this.options=a.options;const t=gt(new Error);this.info={...a.info,callFrame:t},this.isUsed=!1,this.__kind="RequestHandler"}async parse(a){return{}}async test(a){const t=await this.parse({request:a.request,resolutionContext:a.resolutionContext});return this.predicate({request:a.request,parsedResult:t,resolutionContext:a.resolutionContext})}extendResolverArgs(a){return{}}cloneRequestOrGetFromCache(a){const t=me.cache.get(a);if(typeof t<"u")return t;const i=a.clone();return me.cache.set(a,i),i}async run(a){if(this.isUsed&&this.options?.once)return null;const t=this.cloneRequestOrGetFromCache(a.request),i=await this.parse({request:a.request,resolutionContext:a.resolutionContext});if(!await this.predicate({request:a.request,parsedResult:i,resolutionContext:a.resolutionContext})||this.isUsed&&this.options?.once)return null;this.isUsed=!0;const s=this.wrapResolver(this.resolver),n=this.extendResolverArgs({request:a.request,parsedResult:i}),l=await s({...n,requestId:a.requestId,request:a.request}).catch(r=>{if(r instanceof Response)return r;throw r});return this.createExecutionResult({request:t,requestId:a.requestId,response:l,parsedResult:i})}wrapResolver(a){return async t=>{if(!this.resolverIterator){const n=await a(t);if(!ft(n))return n;this.resolverIterator=Symbol.iterator in n?n[Symbol.iterator]():n[Symbol.asyncIterator]()}this.isUsed=!1;const{done:i,value:o}=await this.resolverIterator.next(),s=await o;return s&&(this.resolverIteratorResult=s.clone()),i?(this.isUsed=!0,this.resolverIteratorResult?.clone()):s}}createExecutionResult(a){return{handler:this,request:a.request,requestId:a.requestId,response:a.response,parsedResult:a.parsedResult}}}function kt(e,a){return e.toLowerCase()===a.toLowerCase()}function bt(e){return e<300?"#69AB32":e<400?"#F0BB4B":"#E95F5D"}function yt(e){const a=new Date,t=`${a.getHours().toString().padStart(2,"0")}:${a.getMinutes().toString().padStart(2,"0")}:${a.getSeconds().toString().padStart(2,"0")}`;return e?.milliseconds?`${t}.${a.getMilliseconds().toString().padStart(3,"0")}`:t}async function vt(e){const t=await e.clone().text();return{url:new URL(e.url),method:e.method,headers:Object.fromEntries(e.headers.entries()),body:t}}var wt=Object.create,Ta=Object.defineProperty,xt=Object.getOwnPropertyDescriptor,La=Object.getOwnPropertyNames,jt=Object.getPrototypeOf,zt=Object.prototype.hasOwnProperty,qa=(e,a)=>function(){return a||(0,e[La(e)[0]])((a={exports:{}}).exports,a),a.exports},St=(e,a,t,i)=>{if(a&&typeof a=="object"||typeof a=="function")for(let o of La(a))!zt.call(e,o)&&o!==t&&Ta(e,o,{get:()=>a[o],enumerable:!(i=xt(a,o))||i.enumerable});return e},Ct=(e,a,t)=>(t=e!=null?wt(jt(e)):{},St(Ta(t,"default",{value:e,enumerable:!0}),e)),Et=qa({"node_modules/.pnpm/statuses@2.0.2/node_modules/statuses/codes.json"(e,a){a.exports={100:"Continue",101:"Switching Protocols",102:"Processing",103:"Early Hints",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a Teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Too Early",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}}}),At=qa({"node_modules/.pnpm/statuses@2.0.2/node_modules/statuses/index.js"(e,a){var t=Et();a.exports=u,u.message=t,u.code=i(t),u.codes=o(t),u.redirect={300:!0,301:!0,302:!0,303:!0,305:!0,307:!0,308:!0},u.empty={204:!0,205:!0,304:!0},u.retry={502:!0,503:!0,504:!0};function i(l){var c={};return Object.keys(l).forEach(function(m){var f=l[m],h=Number(m);c[f.toLowerCase()]=h}),c}function o(l){return Object.keys(l).map(function(r){return Number(r)})}function s(l){var c=l.toLowerCase();if(!Object.prototype.hasOwnProperty.call(u.code,c))throw new Error('invalid status message: "'+l+'"');return u.code[c]}function n(l){if(!Object.prototype.hasOwnProperty.call(u.message,l))throw new Error("invalid status code: "+l);return u.message[l]}function u(l){if(typeof l=="number")return n(l);if(typeof l!="string")throw new TypeError("code must be a number or string");var c=parseInt(l,10);return isNaN(c)?s(l):n(c)}}}),oa=Ct(At()),Pa=oa.default||oa;Pa.message;var Da=Pa;/*! Bundled license information:
|
|
5
|
+
|
|
6
|
+
statuses/index.js:
|
|
7
|
+
(*!
|
|
8
|
+
* statuses
|
|
9
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
10
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
11
|
+
* MIT Licensed
|
|
12
|
+
*)
|
|
13
|
+
*/const{message:_t}=Da;async function It(e){const a=e.clone(),t=await a.text(),i=a.status||200,o=a.statusText||_t[i]||"OK";return{status:i,statusText:o,headers:Object.fromEntries(a.headers.entries()),body:t}}function Ot(e){for(var a=[],t=0;t<e.length;){var i=e[t];if(i==="*"||i==="+"||i==="?"){a.push({type:"MODIFIER",index:t,value:e[t++]});continue}if(i==="\\"){a.push({type:"ESCAPED_CHAR",index:t++,value:e[t++]});continue}if(i==="{"){a.push({type:"OPEN",index:t,value:e[t++]});continue}if(i==="}"){a.push({type:"CLOSE",index:t,value:e[t++]});continue}if(i===":"){for(var o="",s=t+1;s<e.length;){var n=e.charCodeAt(s);if(n>=48&&n<=57||n>=65&&n<=90||n>=97&&n<=122||n===95){o+=e[s++];continue}break}if(!o)throw new TypeError("Missing parameter name at ".concat(t));a.push({type:"NAME",index:t,value:o}),t=s;continue}if(i==="("){var u=1,l="",s=t+1;if(e[s]==="?")throw new TypeError('Pattern cannot start with "?" at '.concat(s));for(;s<e.length;){if(e[s]==="\\"){l+=e[s++]+e[s++];continue}if(e[s]===")"){if(u--,u===0){s++;break}}else if(e[s]==="("&&(u++,e[s+1]!=="?"))throw new TypeError("Capturing groups are not allowed at ".concat(s));l+=e[s++]}if(u)throw new TypeError("Unbalanced pattern at ".concat(t));if(!l)throw new TypeError("Missing pattern at ".concat(t));a.push({type:"PATTERN",index:t,value:l}),t=s;continue}a.push({type:"CHAR",index:t,value:e[t++]})}return a.push({type:"END",index:t,value:""}),a}function Tt(e,a){a===void 0&&(a={});for(var t=Ot(e),i=a.prefixes,o=i===void 0?"./":i,s=a.delimiter,n=s===void 0?"/#?":s,u=[],l=0,c=0,r="",m=function(C){if(c<t.length&&t[c].type===C)return t[c++].value},f=function(C){var x=m(C);if(x!==void 0)return x;var S=t[c],R=S.type,H=S.index;throw new TypeError("Unexpected ".concat(R," at ").concat(H,", expected ").concat(C))},h=function(){for(var C="",x;x=m("CHAR")||m("ESCAPED_CHAR");)C+=x;return C},b=function(C){for(var x=0,S=n;x<S.length;x++){var R=S[x];if(C.indexOf(R)>-1)return!0}return!1},p=function(C){var x=u[u.length-1],S=C||(x&&typeof x=="string"?x:"");if(x&&!S)throw new TypeError('Must have text between two parameters, missing text after "'.concat(x.name,'"'));return!S||b(S)?"[^".concat($(n),"]+?"):"(?:(?!".concat($(S),")[^").concat($(n),"])+?")};c<t.length;){var k=m("CHAR"),g=m("NAME"),d=m("PATTERN");if(g||d){var v=k||"";o.indexOf(v)===-1&&(r+=v,v=""),r&&(u.push(r),r=""),u.push({name:g||l++,prefix:v,suffix:"",pattern:d||p(v),modifier:m("MODIFIER")||""});continue}var w=k||m("ESCAPED_CHAR");if(w){r+=w;continue}r&&(u.push(r),r="");var A=m("OPEN");if(A){var v=h(),O=m("NAME")||"",_=m("PATTERN")||"",L=h();f("CLOSE"),u.push({name:O||(_?l++:""),pattern:O&&!_?p(v):_,prefix:v,suffix:L,modifier:m("MODIFIER")||""});continue}f("END")}return u}function Lt(e,a){var t=[],i=Wa(e,t,a);return qt(i,t,a)}function qt(e,a,t){t===void 0&&(t={});var i=t.decode,o=i===void 0?function(s){return s}:i;return function(s){var n=e.exec(s);if(!n)return!1;for(var u=n[0],l=n.index,c=Object.create(null),r=function(f){if(n[f]===void 0)return"continue";var h=a[f-1];h.modifier==="*"||h.modifier==="+"?c[h.name]=n[f].split(h.prefix+h.suffix).map(function(b){return o(b,h)}):c[h.name]=o(n[f],h)},m=1;m<n.length;m++)r(m);return{path:u,index:l,params:c}}}function $(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function Ra(e){return e&&e.sensitive?"":"i"}function Pt(e,a){if(!a)return e;for(var t=/\((?:\?<(.*?)>)?(?!\?)/g,i=0,o=t.exec(e.source);o;)a.push({name:o[1]||i++,prefix:"",suffix:"",modifier:"",pattern:""}),o=t.exec(e.source);return e}function Dt(e,a,t){var i=e.map(function(o){return Wa(o,a,t).source});return new RegExp("(?:".concat(i.join("|"),")"),Ra(t))}function Rt(e,a,t){return Wt(Tt(e,t),a,t)}function Wt(e,a,t){t===void 0&&(t={});for(var i=t.strict,o=i===void 0?!1:i,s=t.start,n=s===void 0?!0:s,u=t.end,l=u===void 0?!0:u,c=t.encode,r=c===void 0?function(x){return x}:c,m=t.delimiter,f=m===void 0?"/#?":m,h=t.endsWith,b=h===void 0?"":h,p="[".concat($(b),"]|$"),k="[".concat($(f),"]"),g=n?"^":"",d=0,v=e;d<v.length;d++){var w=v[d];if(typeof w=="string")g+=$(r(w));else{var A=$(r(w.prefix)),O=$(r(w.suffix));if(w.pattern)if(a&&a.push(w),A||O)if(w.modifier==="+"||w.modifier==="*"){var _=w.modifier==="*"?"?":"";g+="(?:".concat(A,"((?:").concat(w.pattern,")(?:").concat(O).concat(A,"(?:").concat(w.pattern,"))*)").concat(O,")").concat(_)}else g+="(?:".concat(A,"(").concat(w.pattern,")").concat(O,")").concat(w.modifier);else{if(w.modifier==="+"||w.modifier==="*")throw new TypeError('Can not repeat "'.concat(w.name,'" without a prefix and suffix'));g+="(".concat(w.pattern,")").concat(w.modifier)}else g+="(?:".concat(A).concat(O,")").concat(w.modifier)}}if(l)o||(g+="".concat(k,"?")),g+=t.endsWith?"(?=".concat(p,")"):"$";else{var L=e[e.length-1],C=typeof L=="string"?k.indexOf(L[L.length-1])>-1:L===void 0;o||(g+="(?:".concat(k,"(?=").concat(p,"))?")),C||(g+="(?=".concat(k,"|").concat(p,")"))}return new RegExp(g,Ra(t))}function Wa(e,a,t){return e instanceof RegExp?Pt(e,a):Array.isArray(e)?Dt(e,a,t):Rt(e,a,t)}new TextEncoder;function Na(){if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof process<"u"){const e=process.type;return e==="renderer"||e==="worker"?!1:!!(process.versions&&process.versions.node)}return!1}var Nt={},Ut=Object.defineProperty,$t=(e,a)=>{for(var t in a)Ut(e,t,{get:a[t],enumerable:!0})},Ae={};$t(Ae,{blue:()=>Ft,gray:()=>_e,green:()=>Bt,red:()=>Ht,yellow:()=>Mt});function Mt(e){return`\x1B[33m${e}\x1B[0m`}function Ft(e){return`\x1B[34m${e}\x1B[0m`}function _e(e){return`\x1B[90m${e}\x1B[0m`}function Ht(e){return`\x1B[31m${e}\x1B[0m`}function Bt(e){return`\x1B[32m${e}\x1B[0m`}var pe=Na(),Gt=class{constructor(e){this.name=e,this.prefix=`[${this.name}]`;const a=ia("DEBUG"),t=ia("LOG_LEVEL");a==="1"||a==="true"||typeof a<"u"&&this.name.startsWith(a)?(this.debug=Z(t,"debug")?D:this.debug,this.info=Z(t,"info")?D:this.info,this.success=Z(t,"success")?D:this.success,this.warning=Z(t,"warning")?D:this.warning,this.error=Z(t,"error")?D:this.error):(this.info=D,this.success=D,this.warning=D,this.error=D,this.only=D)}prefix;extend(e){return new Gt(`${this.name}:${e}`)}debug(e,...a){this.logEntry({level:"debug",message:_e(e),positionals:a,prefix:this.prefix,colors:{prefix:"gray"}})}info(e,...a){this.logEntry({level:"info",message:e,positionals:a,prefix:this.prefix,colors:{prefix:"blue"}});const t=new Vt;return(i,...o)=>{t.measure(),this.logEntry({level:"info",message:`${i} ${_e(`${t.deltaTime}ms`)}`,positionals:o,prefix:this.prefix,colors:{prefix:"blue"}})}}success(e,...a){this.logEntry({level:"info",message:e,positionals:a,prefix:`✔ ${this.prefix}`,colors:{timestamp:"green",prefix:"green"}})}warning(e,...a){this.logEntry({level:"warning",message:e,positionals:a,prefix:`⚠ ${this.prefix}`,colors:{timestamp:"yellow",prefix:"yellow"}})}error(e,...a){this.logEntry({level:"error",message:e,positionals:a,prefix:`✖ ${this.prefix}`,colors:{timestamp:"red",prefix:"red"}})}only(e){e()}createEntry(e,a){return{timestamp:new Date,level:e,message:a}}logEntry(e){const{level:a,message:t,prefix:i,colors:o,positionals:s=[]}=e,n=this.createEntry(a,t),u=o?.timestamp||"gray",l=o?.prefix||"gray",c={timestamp:Ae[u],prefix:Ae[l]};this.getWriter(a)([c.timestamp(this.formatTimestamp(n.timestamp))].concat(i!=null?c.prefix(i):[]).concat(sa(t)).join(" "),...s.map(sa))}formatTimestamp(e){return`${e.toLocaleTimeString("en-GB")}:${e.getMilliseconds()}`}getWriter(e){switch(e){case"debug":case"success":case"info":return Yt;case"warning":return Jt;case"error":return Qt}}},Vt=class{startTime;endTime;deltaTime;constructor(){this.startTime=performance.now()}measure(){this.endTime=performance.now();const e=this.endTime-this.startTime;this.deltaTime=e.toFixed(2)}},D=()=>{};function Yt(e,...a){if(pe){process.stdout.write(J(e,...a)+`
|
|
14
|
+
`);return}console.log(e,...a)}function Jt(e,...a){if(pe){process.stderr.write(J(e,...a)+`
|
|
15
|
+
`);return}console.warn(e,...a)}function Qt(e,...a){if(pe){process.stderr.write(J(e,...a)+`
|
|
16
|
+
`);return}console.error(e,...a)}function ia(e){return pe?Nt[e]:globalThis[e]?.toString()}function Z(e,a){return e!==void 0&&e!==a}function sa(e){return typeof e>"u"?"undefined":e===null?"null":typeof e=="string"?e:typeof e=="object"?JSON.stringify(e):e.toString()}function Zt(e){try{return new URL(e),!0}catch{return!1}}function na(e,a){const i=Object.getOwnPropertySymbols(a).find(o=>o.description===e);if(i)return Reflect.get(a,i)}var Y=class extends Response{static isConfigurableStatusCode(e){return e>=200&&e<=599}static isRedirectResponse(e){return Y.STATUS_CODES_WITH_REDIRECT.includes(e)}static isResponseWithBody(e){return!Y.STATUS_CODES_WITHOUT_BODY.includes(e)}static setUrl(e,a){if(!e||e==="about:"||!Zt(e))return;const t=na("state",a);t?t.urlList.push(new URL(e)):Object.defineProperty(a,"url",{value:e,enumerable:!0,configurable:!0,writable:!1})}static parseRawHeaders(e){const a=new Headers;for(let t=0;t<e.length;t+=2)a.append(e[t],e[t+1]);return a}constructor(e,a={}){var t;const i=(t=a.status)!=null?t:200,o=Y.isConfigurableStatusCode(i)?i:200,s=Y.isResponseWithBody(i)?e:null;if(super(s,{status:o,statusText:a.statusText,headers:a.headers}),i!==o){const n=na("state",this);n?n.status=i:Object.defineProperty(this,"status",{value:i,enumerable:!0,configurable:!0,writable:!1})}Y.setUrl(a.url,this)}},Pe=Y;Pe.STATUS_CODES_WITHOUT_BODY=[101,103,204,205,304];Pe.STATUS_CODES_WITH_REDIRECT=[301,302,303,307,308];function Kt(e,a=!0){return[a&&e.origin,e.pathname].filter(Boolean).join("")}const Xt=/[?|#].*$/g;function Ua(e){return e.endsWith("?")?e:e.replace(Xt,"")}function eo(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function ao(e,a){if(eo(e)||e.startsWith("*"))return e;const t=a||typeof location<"u"&&location.href;return t?decodeURI(new URL(encodeURI(e),t).href):e}function to(e,a){if(e instanceof RegExp)return e;const t=ao(e,a);return Ua(t)}function oo(e){return e.replace(/([:a-zA-Z_-]*)(\*{1,2})+/g,(a,t,i)=>{const o="(.*)";return t?t.startsWith(":")?`${t}${i}`:`${t}${o}`:o}).replace(/([^/])(:)(?=\d+)/,"$1\\$2").replace(/^([^/]+)(:)(?=\/\/)/,"$1\\$2")}function io(e,a,t){const i=to(a,t),o=typeof i=="string"?oo(i):i,s=Kt(e),n=Lt(o,{decode:decodeURIComponent})(s),u=n&&n.params||{};return{matches:n!==!1,params:u}}function so(e){const a=e instanceof URL?e:new URL(e);return typeof location<"u"&&a.origin===location.origin?a.pathname:a.origin+a.pathname}var no=Object.create,$a=Object.defineProperty,ro=Object.getOwnPropertyDescriptor,Ma=Object.getOwnPropertyNames,lo=Object.getPrototypeOf,co=Object.prototype.hasOwnProperty,uo=(e,a)=>function(){return a||(0,e[Ma(e)[0]])((a={exports:{}}).exports,a),a.exports},mo=(e,a,t,i)=>{if(a&&typeof a=="object"||typeof a=="function")for(let o of Ma(a))!co.call(e,o)&&o!==t&&$a(e,o,{get:()=>a[o],enumerable:!(i=ro(a,o))||i.enumerable});return e},ho=(e,a,t)=>(t=e!=null?no(lo(e)):{},mo($a(t,"default",{value:e,enumerable:!0}),e)),po=uo({"node_modules/.pnpm/cookie@1.0.2/node_modules/cookie/dist/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.parse=u,e.serialize=r;var a=/^[\u0021-\u003A\u003C\u003E-\u007E]+$/,t=/^[\u0021-\u003A\u003C-\u007E]*$/,i=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,o=/^[\u0020-\u003A\u003D-\u007E]*$/,s=Object.prototype.toString,n=(()=>{const h=function(){};return h.prototype=Object.create(null),h})();function u(h,b){const p=new n,k=h.length;if(k<2)return p;const g=b?.decode||m;let d=0;do{const v=h.indexOf("=",d);if(v===-1)break;const w=h.indexOf(";",d),A=w===-1?k:w;if(v>A){d=h.lastIndexOf(";",v-1)+1;continue}const O=l(h,d,v),_=c(h,v,O),L=h.slice(O,_);if(p[L]===void 0){let C=l(h,v+1,A),x=c(h,A,C);const S=g(h.slice(C,x));p[L]=S}d=A+1}while(d<k);return p}function l(h,b,p){do{const k=h.charCodeAt(b);if(k!==32&&k!==9)return b}while(++b<p);return p}function c(h,b,p){for(;b>p;){const k=h.charCodeAt(--b);if(k!==32&&k!==9)return b+1}return p}function r(h,b,p){const k=p?.encode||encodeURIComponent;if(!a.test(h))throw new TypeError(`argument name is invalid: ${h}`);const g=k(b);if(!t.test(g))throw new TypeError(`argument val is invalid: ${b}`);let d=h+"="+g;if(!p)return d;if(p.maxAge!==void 0){if(!Number.isInteger(p.maxAge))throw new TypeError(`option maxAge is invalid: ${p.maxAge}`);d+="; Max-Age="+p.maxAge}if(p.domain){if(!i.test(p.domain))throw new TypeError(`option domain is invalid: ${p.domain}`);d+="; Domain="+p.domain}if(p.path){if(!o.test(p.path))throw new TypeError(`option path is invalid: ${p.path}`);d+="; Path="+p.path}if(p.expires){if(!f(p.expires)||!Number.isFinite(p.expires.valueOf()))throw new TypeError(`option expires is invalid: ${p.expires}`);d+="; Expires="+p.expires.toUTCString()}if(p.httpOnly&&(d+="; HttpOnly"),p.secure&&(d+="; Secure"),p.partitioned&&(d+="; Partitioned"),p.priority)switch(typeof p.priority=="string"?p.priority.toLowerCase():void 0){case"low":d+="; Priority=Low";break;case"medium":d+="; Priority=Medium";break;case"high":d+="; Priority=High";break;default:throw new TypeError(`option priority is invalid: ${p.priority}`)}if(p.sameSite)switch(typeof p.sameSite=="string"?p.sameSite.toLowerCase():p.sameSite){case!0:case"strict":d+="; SameSite=Strict";break;case"lax":d+="; SameSite=Lax";break;case"none":d+="; SameSite=None";break;default:throw new TypeError(`option sameSite is invalid: ${p.sameSite}`)}return d}function m(h){if(h.indexOf("%")===-1)return h;try{return decodeURIComponent(h)}catch{return h}}function f(h){return s.call(h)==="[object Date]"}}}),ra=ho(po()),Fa=ra.default||ra,go=Fa.parse,fo=Fa.serialize;function ko(e,a){return e.endsWith(a)?e.length===a.length||e[e.length-a.length-1]===".":!1}function bo(e,a){const t=e.length-a.length-2,i=e.lastIndexOf(".",t);return i===-1?e:e.slice(i+1)}function yo(e,a,t){if(t.validHosts!==null){const o=t.validHosts;for(const s of o)if(ko(a,s))return s}let i=0;if(a.startsWith("."))for(;i<a.length&&a[i]===".";)i+=1;return e.length===a.length-i?null:bo(a,e)}function la(e,a){let t=0,i=e.length,o=!1;if(!a){if(e.startsWith("data:"))return null;for(;t<e.length&&e.charCodeAt(t)<=32;)t+=1;for(;i>t+1&&e.charCodeAt(i-1)<=32;)i-=1;if(e.charCodeAt(t)===47&&e.charCodeAt(t+1)===47)t+=2;else{const c=e.indexOf(":/",t);if(c!==-1){const r=c-t,m=e.charCodeAt(t),f=e.charCodeAt(t+1),h=e.charCodeAt(t+2),b=e.charCodeAt(t+3),p=e.charCodeAt(t+4);if(!(r===5&&m===104&&f===116&&h===116&&b===112&&p===115)){if(!(r===4&&m===104&&f===116&&h===116&&b===112)){if(!(r===3&&m===119&&f===115&&h===115)){if(!(r===2&&m===119&&f===115))for(let k=t;k<c;k+=1){const g=e.charCodeAt(k)|32;if(!(g>=97&&g<=122||g>=48&&g<=57||g===46||g===45||g===43))return null}}}}for(t=c+2;e.charCodeAt(t)===47;)t+=1}}let n=-1,u=-1,l=-1;for(let c=t;c<i;c+=1){const r=e.charCodeAt(c);if(r===35||r===47||r===63){i=c;break}else r===64?n=c:r===93?u=c:r===58?l=c:r>=65&&r<=90&&(o=!0)}if(n!==-1&&n>t&&n<i&&(t=n+1),e.charCodeAt(t)===91)return u!==-1?e.slice(t+1,u).toLowerCase():null;l!==-1&&l>t&&l<i&&(i=l)}for(;i>t+1&&e.charCodeAt(i-1)===46;)i-=1;const s=t!==0||i!==e.length?e.slice(t,i):e;return o?s.toLowerCase():s}function vo(e){if(e.length<7||e.length>15)return!1;let a=0;for(let t=0;t<e.length;t+=1){const i=e.charCodeAt(t);if(i===46)a+=1;else if(i<48||i>57)return!1}return a===3&&e.charCodeAt(0)!==46&&e.charCodeAt(e.length-1)!==46}function wo(e){if(e.length<3)return!1;let a=e.startsWith("[")?1:0,t=e.length;if(e[t-1]==="]"&&(t-=1),t-a>39)return!1;let i=!1;for(;a<t;a+=1){const o=e.charCodeAt(a);if(o===58)i=!0;else if(!(o>=48&&o<=57||o>=97&&o<=102||o>=65&&o<=90))return!1}return i}function xo(e){return wo(e)||vo(e)}function ca(e){return e>=97&&e<=122||e>=48&&e<=57||e>127}function ua(e){if(e.length>255||e.length===0||!ca(e.charCodeAt(0))&&e.charCodeAt(0)!==46&&e.charCodeAt(0)!==95)return!1;let a=-1,t=-1;const i=e.length;for(let o=0;o<i;o+=1){const s=e.charCodeAt(o);if(s===46){if(o-a>64||t===46||t===45||t===95)return!1;a=o}else if(!(ca(s)||s===45||s===95))return!1;t=s}return i-a-1<=63&&t!==45}function Ha({allowIcannDomains:e=!0,allowPrivateDomains:a=!1,detectIp:t=!0,extractHostname:i=!0,mixedInputs:o=!0,validHosts:s=null,validateHostname:n=!0}){return{allowIcannDomains:e,allowPrivateDomains:a,detectIp:t,extractHostname:i,mixedInputs:o,validHosts:s,validateHostname:n}}const jo=Ha({});function zo(e){return e===void 0?jo:Ha(e)}function So(){return{domain:null,domainWithoutSuffix:null,hostname:null,isIcann:null,isIp:null,isPrivate:null,publicSuffix:null,subdomain:null}}function Co(e){e.domain=null,e.domainWithoutSuffix=null,e.hostname=null,e.isIcann=null,e.isIp=null,e.isPrivate=null,e.publicSuffix=null,e.subdomain=null}function Eo(e,a,t,i,o){const s=zo(i);return typeof e!="string"||(s.extractHostname?s.mixedInputs?o.hostname=la(e,ua(e)):o.hostname=la(e,!1):o.hostname=e,s.detectIp&&o.hostname!==null&&(o.isIp=xo(o.hostname),o.isIp))?o:s.validateHostname&&s.extractHostname&&o.hostname!==null&&!ua(o.hostname)?(o.hostname=null,o):(o.hostname===null||(t(o.hostname,s,o),o.publicSuffix===null)||(o.domain=yo(o.publicSuffix,o.hostname,s)),o)}function Ao(e,a,t){if(!a.allowPrivateDomains&&e.length>3){const i=e.length-1,o=e.charCodeAt(i),s=e.charCodeAt(i-1),n=e.charCodeAt(i-2),u=e.charCodeAt(i-3);if(o===109&&s===111&&n===99&&u===46)return t.isIcann=!0,t.isPrivate=!1,t.publicSuffix="com",!0;if(o===103&&s===114&&n===111&&u===46)return t.isIcann=!0,t.isPrivate=!1,t.publicSuffix="org",!0;if(o===117&&s===100&&n===101&&u===46)return t.isIcann=!0,t.isPrivate=!1,t.publicSuffix="edu",!0;if(o===118&&s===111&&n===103&&u===46)return t.isIcann=!0,t.isPrivate=!1,t.publicSuffix="gov",!0;if(o===116&&s===101&&n===110&&u===46)return t.isIcann=!0,t.isPrivate=!1,t.publicSuffix="net",!0;if(o===101&&s===100&&n===46)return t.isIcann=!0,t.isPrivate=!1,t.publicSuffix="de",!0}return!1}const _o=function(){const e=[1,{}],a=[0,{city:e}];return[0,{ck:[0,{www:e}],jp:[0,{kawasaki:a,kitakyushu:a,kobe:a,nagoya:a,sapporo:a,sendai:a,yokohama:a}]}]}(),Io=function(){const e=[1,{}],a=[2,{}],t=[1,{com:e,edu:e,gov:e,net:e,org:e}],i=[1,{com:e,edu:e,gov:e,mil:e,net:e,org:e}],o=[0,{"*":a}],s=[2,{s:o}],n=[0,{relay:a}],u=[2,{id:a}],l=[1,{gov:e}],c=[0,{airflow:o,"lambda-url":a,"transfer-webapp":a}],r=[0,{airflow:o,"transfer-webapp":a}],m=[0,{"transfer-webapp":a,"transfer-webapp-fips":a}],f=[0,{notebook:a,studio:a}],h=[0,{labeling:a,notebook:a,studio:a}],b=[0,{notebook:a}],p=[0,{labeling:a,notebook:a,"notebook-fips":a,studio:a}],k=[0,{notebook:a,"notebook-fips":a,studio:a,"studio-fips":a}],g=[0,{shop:a}],d=[0,{"*":e}],v=[1,{co:a}],w=[0,{objects:a}],A=[2,{nodes:a}],O=[0,{my:a}],_=[0,{s3:a,"s3-accesspoint":a,"s3-website":a}],L=[0,{s3:a,"s3-accesspoint":a}],C=[0,{direct:a}],x=[0,{"webview-assets":a}],S=[0,{vfs:a,"webview-assets":a}],R=[0,{"execute-api":a,"emrappui-prod":a,"emrnotebooks-prod":a,"emrstudio-prod":a,dualstack:_,s3:a,"s3-accesspoint":a,"s3-object-lambda":a,"s3-website":a,"aws-cloud9":x,cloud9:S}],H=[0,{"execute-api":a,"emrappui-prod":a,"emrnotebooks-prod":a,"emrstudio-prod":a,dualstack:L,s3:a,"s3-accesspoint":a,"s3-object-lambda":a,"s3-website":a,"aws-cloud9":x,cloud9:S}],B=[0,{"execute-api":a,"emrappui-prod":a,"emrnotebooks-prod":a,"emrstudio-prod":a,dualstack:_,s3:a,"s3-accesspoint":a,"s3-object-lambda":a,"s3-website":a,"analytics-gateway":a,"aws-cloud9":x,cloud9:S}],G=[0,{"execute-api":a,"emrappui-prod":a,"emrnotebooks-prod":a,"emrstudio-prod":a,dualstack:_,s3:a,"s3-accesspoint":a,"s3-object-lambda":a,"s3-website":a}],se=[0,{s3:a,"s3-accesspoint":a,"s3-accesspoint-fips":a,"s3-fips":a,"s3-website":a}],Ue=[0,{"execute-api":a,"emrappui-prod":a,"emrnotebooks-prod":a,"emrstudio-prod":a,dualstack:se,s3:a,"s3-accesspoint":a,"s3-accesspoint-fips":a,"s3-fips":a,"s3-object-lambda":a,"s3-website":a,"aws-cloud9":x,cloud9:S}],$e=[0,{"execute-api":a,"emrappui-prod":a,"emrnotebooks-prod":a,"emrstudio-prod":a,dualstack:se,s3:a,"s3-accesspoint":a,"s3-accesspoint-fips":a,"s3-deprecated":a,"s3-fips":a,"s3-object-lambda":a,"s3-website":a,"analytics-gateway":a,"aws-cloud9":x,cloud9:S}],at=[0,{s3:a,"s3-accesspoint":a,"s3-accesspoint-fips":a,"s3-fips":a}],Me=[0,{"execute-api":a,"emrappui-prod":a,"emrnotebooks-prod":a,"emrstudio-prod":a,dualstack:at,s3:a,"s3-accesspoint":a,"s3-accesspoint-fips":a,"s3-fips":a,"s3-object-lambda":a,"s3-website":a}],j=[0,{auth:a}],ne=[0,{auth:a,"auth-fips":a}],Fe=[0,{"auth-fips":a}],He=[0,{apps:a}],ge=[0,{paas:a}],Be=[2,{eu:a}],fe=[0,{app:a}],ke=[0,{site:a}],re=[1,{com:e,edu:e,net:e,org:e}],be=[0,{j:a}],Ge=[0,{dyn:a}],Ve=[2,{web:a}],Ye=[1,{co:e,com:e,edu:e,gov:e,net:e,org:e}],Je=[0,{p:a}],Qe=[0,{user:a}],Q=[0,{cdn:a}],Ze=[2,{raw:o}],ye=[0,{cust:a,reservd:a}],Ke=[0,{cust:a}],ve=[0,{s3:a}],Xe=[1,{biz:e,com:e,edu:e,gov:e,info:e,net:e,org:e}],we=[0,{ipfs:a}],le=[1,{framer:a}],ea=[0,{forgot:a}],z=[1,{gs:e}],aa=[0,{nes:e}],y=[1,{k12:e,cc:e,lib:e}],ta=[1,{cc:e}],ce=[1,{cc:e,lib:e}];return[0,{ac:[1,{com:e,edu:e,gov:e,mil:e,net:e,org:e,drr:a,feedback:a,forms:a}],ad:e,ae:[1,{ac:e,co:e,gov:e,mil:e,net:e,org:e,sch:e}],aero:[1,{airline:e,airport:e,"accident-investigation":e,"accident-prevention":e,aerobatic:e,aeroclub:e,aerodrome:e,agents:e,"air-surveillance":e,"air-traffic-control":e,aircraft:e,airtraffic:e,ambulance:e,association:e,author:e,ballooning:e,broker:e,caa:e,cargo:e,catering:e,certification:e,championship:e,charter:e,civilaviation:e,club:e,conference:e,consultant:e,consulting:e,control:e,council:e,crew:e,design:e,dgca:e,educator:e,emergency:e,engine:e,engineer:e,entertainment:e,equipment:e,exchange:e,express:e,federation:e,flight:e,freight:e,fuel:e,gliding:e,government:e,groundhandling:e,group:e,hanggliding:e,homebuilt:e,insurance:e,journal:e,journalist:e,leasing:e,logistics:e,magazine:e,maintenance:e,marketplace:e,media:e,microlight:e,modelling:e,navigation:e,parachuting:e,paragliding:e,"passenger-association":e,pilot:e,press:e,production:e,recreation:e,repbody:e,res:e,research:e,rotorcraft:e,safety:e,scientist:e,services:e,show:e,skydiving:e,software:e,student:e,taxi:e,trader:e,trading:e,trainer:e,union:e,workinggroup:e,works:e}],af:t,ag:[1,{co:e,com:e,net:e,nom:e,org:e,obj:a}],ai:[1,{com:e,net:e,off:e,org:e,uwu:a,framer:a}],al:i,am:[1,{co:e,com:e,commune:e,net:e,org:e,radio:a}],ao:[1,{co:e,ed:e,edu:e,gov:e,gv:e,it:e,og:e,org:e,pb:e}],aq:e,ar:[1,{bet:e,com:e,coop:e,edu:e,gob:e,gov:e,int:e,mil:e,musica:e,mutual:e,net:e,org:e,seg:e,senasa:e,tur:e}],arpa:[1,{e164:e,home:e,"in-addr":e,ip6:e,iris:e,uri:e,urn:e}],as:l,asia:[1,{cloudns:a,daemon:a,dix:a}],at:[1,{4:a,ac:[1,{sth:e}],co:e,gv:e,or:e,funkfeuer:[0,{wien:a}],futurecms:[0,{"*":a,ex:o,in:o}],futurehosting:a,futuremailing:a,ortsinfo:[0,{ex:o,kunden:o}],biz:a,info:a,"123webseite":a,priv:a,my:a,myspreadshop:a,"12hp":a,"2ix":a,"4lima":a,"lima-city":a}],au:[1,{asn:e,com:[1,{cloudlets:[0,{mel:a}],myspreadshop:a}],edu:[1,{act:e,catholic:e,nsw:e,nt:e,qld:e,sa:e,tas:e,vic:e,wa:e}],gov:[1,{qld:e,sa:e,tas:e,vic:e,wa:e}],id:e,net:e,org:e,conf:e,oz:e,act:e,nsw:e,nt:e,qld:e,sa:e,tas:e,vic:e,wa:e,hrsn:[0,{vps:a}]}],aw:[1,{com:e}],ax:e,az:[1,{biz:e,co:e,com:e,edu:e,gov:e,info:e,int:e,mil:e,name:e,net:e,org:e,pp:e,pro:e}],ba:[1,{com:e,edu:e,gov:e,mil:e,net:e,org:e,brendly:g,rs:a}],bb:[1,{biz:e,co:e,com:e,edu:e,gov:e,info:e,net:e,org:e,store:e,tv:e}],bd:[1,{ac:e,ai:e,co:e,com:e,edu:e,gov:e,id:e,info:e,it:e,mil:e,net:e,org:e,sch:e,tv:e}],be:[1,{ac:e,cloudns:a,webhosting:a,interhostsolutions:[0,{cloud:a}],kuleuven:[0,{ezproxy:a}],"123website":a,myspreadshop:a,transurl:o}],bf:l,bg:[1,{0:e,1:e,2:e,3:e,4:e,5:e,6:e,7:e,8:e,9:e,a:e,b:e,c:e,d:e,e,f:e,g:e,h:e,i:e,j:e,k:e,l:e,m:e,n:e,o:e,p:e,q:e,r:e,s:e,t:e,u:e,v:e,w:e,x:e,y:e,z:e,barsy:a}],bh:t,bi:[1,{co:e,com:e,edu:e,or:e,org:e}],biz:[1,{activetrail:a,"cloud-ip":a,cloudns:a,jozi:a,dyndns:a,"for-better":a,"for-more":a,"for-some":a,"for-the":a,selfip:a,webhop:a,orx:a,mmafan:a,myftp:a,"no-ip":a,dscloud:a}],bj:[1,{africa:e,agro:e,architectes:e,assur:e,avocats:e,co:e,com:e,eco:e,econo:e,edu:e,info:e,loisirs:e,money:e,net:e,org:e,ote:e,restaurant:e,resto:e,tourism:e,univ:e}],bm:t,bn:[1,{com:e,edu:e,gov:e,net:e,org:e,co:a}],bo:[1,{com:e,edu:e,gob:e,int:e,mil:e,net:e,org:e,tv:e,web:e,academia:e,agro:e,arte:e,blog:e,bolivia:e,ciencia:e,cooperativa:e,democracia:e,deporte:e,ecologia:e,economia:e,empresa:e,indigena:e,industria:e,info:e,medicina:e,movimiento:e,musica:e,natural:e,nombre:e,noticias:e,patria:e,plurinacional:e,politica:e,profesional:e,pueblo:e,revista:e,salud:e,tecnologia:e,tksat:e,transporte:e,wiki:e}],br:[1,{"9guacu":e,abc:e,adm:e,adv:e,agr:e,aju:e,am:e,anani:e,aparecida:e,api:e,app:e,arq:e,art:e,ato:e,b:e,barueri:e,belem:e,bet:e,bhz:e,bib:e,bio:e,blog:e,bmd:e,boavista:e,bsb:e,campinagrande:e,campinas:e,caxias:e,cim:e,cng:e,cnt:e,com:[1,{simplesite:a}],contagem:e,coop:e,coz:e,cri:e,cuiaba:e,curitiba:e,def:e,des:e,det:e,dev:e,ecn:e,eco:e,edu:e,emp:e,enf:e,eng:e,esp:e,etc:e,eti:e,far:e,feira:e,flog:e,floripa:e,fm:e,fnd:e,fortal:e,fot:e,foz:e,fst:e,g12:e,geo:e,ggf:e,goiania:e,gov:[1,{ac:e,al:e,am:e,ap:e,ba:e,ce:e,df:e,es:e,go:e,ma:e,mg:e,ms:e,mt:e,pa:e,pb:e,pe:e,pi:e,pr:e,rj:e,rn:e,ro:e,rr:e,rs:e,sc:e,se:e,sp:e,to:e}],gru:e,ia:e,imb:e,ind:e,inf:e,jab:e,jampa:e,jdf:e,joinville:e,jor:e,jus:e,leg:[1,{ac:a,al:a,am:a,ap:a,ba:a,ce:a,df:a,es:a,go:a,ma:a,mg:a,ms:a,mt:a,pa:a,pb:a,pe:a,pi:a,pr:a,rj:a,rn:a,ro:a,rr:a,rs:a,sc:a,se:a,sp:a,to:a}],leilao:e,lel:e,log:e,londrina:e,macapa:e,maceio:e,manaus:e,maringa:e,mat:e,med:e,mil:e,morena:e,mp:e,mus:e,natal:e,net:e,niteroi:e,nom:d,not:e,ntr:e,odo:e,ong:e,org:e,osasco:e,palmas:e,poa:e,ppg:e,pro:e,psc:e,psi:e,pvh:e,qsl:e,radio:e,rec:e,recife:e,rep:e,ribeirao:e,rio:e,riobranco:e,riopreto:e,salvador:e,sampa:e,santamaria:e,santoandre:e,saobernardo:e,saogonca:e,seg:e,sjc:e,slg:e,slz:e,social:e,sorocaba:e,srv:e,taxi:e,tc:e,tec:e,teo:e,the:e,tmp:e,trd:e,tur:e,tv:e,udi:e,vet:e,vix:e,vlog:e,wiki:e,xyz:e,zlg:e,tche:a}],bs:[1,{com:e,edu:e,gov:e,net:e,org:e,we:a}],bt:t,bv:e,bw:[1,{ac:e,co:e,gov:e,net:e,org:e}],by:[1,{gov:e,mil:e,com:e,of:e,mediatech:a}],bz:[1,{co:e,com:e,edu:e,gov:e,net:e,org:e,za:a,mydns:a,gsj:a}],ca:[1,{ab:e,bc:e,mb:e,nb:e,nf:e,nl:e,ns:e,nt:e,nu:e,on:e,pe:e,qc:e,sk:e,yk:e,gc:e,barsy:a,awdev:o,co:a,"no-ip":a,onid:a,myspreadshop:a,box:a}],cat:e,cc:[1,{cleverapps:a,"cloud-ip":a,cloudns:a,ftpaccess:a,"game-server":a,myphotos:a,scrapping:a,twmail:a,csx:a,fantasyleague:a,spawn:[0,{instances:a}]}],cd:l,cf:e,cg:e,ch:[1,{square7:a,cloudns:a,cloudscale:[0,{cust:a,lpg:w,rma:w}],objectstorage:[0,{lpg:a,rma:a}],flow:[0,{ae:[0,{alp1:a}],appengine:a}],"linkyard-cloud":a,gotdns:a,dnsking:a,"123website":a,myspreadshop:a,firenet:[0,{"*":a,svc:o}],"12hp":a,"2ix":a,"4lima":a,"lima-city":a}],ci:[1,{ac:e,"xn--aroport-bya":e,aéroport:e,asso:e,co:e,com:e,ed:e,edu:e,go:e,gouv:e,int:e,net:e,or:e,org:e}],ck:d,cl:[1,{co:e,gob:e,gov:e,mil:e,cloudns:a}],cm:[1,{co:e,com:e,gov:e,net:e}],cn:[1,{ac:e,com:[1,{amazonaws:[0,{"cn-north-1":[0,{"execute-api":a,"emrappui-prod":a,"emrnotebooks-prod":a,"emrstudio-prod":a,rds:o,dualstack:_,s3:a,"s3-accesspoint":a,"s3-deprecated":a,"s3-object-lambda":a,"s3-website":a}],"cn-northwest-1":[0,{"execute-api":a,"emrappui-prod":a,"emrnotebooks-prod":a,"emrstudio-prod":a,rds:o,dualstack:L,s3:a,"s3-accesspoint":a,"s3-object-lambda":a,"s3-website":a}],compute:o,airflow:[0,{"cn-north-1":o,"cn-northwest-1":o}],eb:[0,{"cn-north-1":a,"cn-northwest-1":a}],elb:o}],amazonwebservices:[0,{on:[0,{"cn-north-1":r,"cn-northwest-1":r}]}],sagemaker:[0,{"cn-north-1":f,"cn-northwest-1":f}]}],edu:e,gov:e,mil:e,net:e,org:e,"xn--55qx5d":e,公司:e,"xn--od0alg":e,網絡:e,"xn--io0a7i":e,网络:e,ah:e,bj:e,cq:e,fj:e,gd:e,gs:e,gx:e,gz:e,ha:e,hb:e,he:e,hi:e,hk:e,hl:e,hn:e,jl:e,js:e,jx:e,ln:e,mo:e,nm:e,nx:e,qh:e,sc:e,sd:e,sh:[1,{as:a}],sn:e,sx:e,tj:e,tw:e,xj:e,xz:e,yn:e,zj:e,"canva-apps":a,canvasite:O,myqnapcloud:a,quickconnect:C}],co:[1,{com:e,edu:e,gov:e,mil:e,net:e,nom:e,org:e,carrd:a,crd:a,otap:o,hidns:a,leadpages:a,lpages:a,mypi:a,xmit:o,firewalledreplit:u,repl:u,supabase:[2,{realtime:a,storage:a}],umso:a}],com:[1,{a2hosted:a,cpserver:a,adobeaemcloud:[2,{dev:o}],africa:a,aivencloud:a,alibabacloudcs:a,kasserver:a,amazonaws:[0,{"af-south-1":R,"ap-east-1":H,"ap-northeast-1":B,"ap-northeast-2":B,"ap-northeast-3":R,"ap-south-1":B,"ap-south-2":G,"ap-southeast-1":B,"ap-southeast-2":B,"ap-southeast-3":G,"ap-southeast-4":G,"ap-southeast-5":[0,{"execute-api":a,dualstack:_,s3:a,"s3-accesspoint":a,"s3-deprecated":a,"s3-object-lambda":a,"s3-website":a}],"ca-central-1":Ue,"ca-west-1":[0,{"execute-api":a,"emrappui-prod":a,"emrnotebooks-prod":a,"emrstudio-prod":a,dualstack:se,s3:a,"s3-accesspoint":a,"s3-accesspoint-fips":a,"s3-fips":a,"s3-object-lambda":a,"s3-website":a}],"eu-central-1":B,"eu-central-2":G,"eu-north-1":H,"eu-south-1":R,"eu-south-2":G,"eu-west-1":[0,{"execute-api":a,"emrappui-prod":a,"emrnotebooks-prod":a,"emrstudio-prod":a,dualstack:_,s3:a,"s3-accesspoint":a,"s3-deprecated":a,"s3-object-lambda":a,"s3-website":a,"analytics-gateway":a,"aws-cloud9":x,cloud9:S}],"eu-west-2":H,"eu-west-3":R,"il-central-1":[0,{"execute-api":a,"emrappui-prod":a,"emrnotebooks-prod":a,"emrstudio-prod":a,dualstack:_,s3:a,"s3-accesspoint":a,"s3-object-lambda":a,"s3-website":a,"aws-cloud9":x,cloud9:[0,{vfs:a}]}],"me-central-1":G,"me-south-1":H,"sa-east-1":R,"us-east-1":[2,{"execute-api":a,"emrappui-prod":a,"emrnotebooks-prod":a,"emrstudio-prod":a,dualstack:se,s3:a,"s3-accesspoint":a,"s3-accesspoint-fips":a,"s3-deprecated":a,"s3-fips":a,"s3-object-lambda":a,"s3-website":a,"analytics-gateway":a,"aws-cloud9":x,cloud9:S}],"us-east-2":$e,"us-gov-east-1":Me,"us-gov-west-1":Me,"us-west-1":Ue,"us-west-2":$e,compute:o,"compute-1":o,airflow:[0,{"af-south-1":o,"ap-east-1":o,"ap-northeast-1":o,"ap-northeast-2":o,"ap-northeast-3":o,"ap-south-1":o,"ap-south-2":o,"ap-southeast-1":o,"ap-southeast-2":o,"ap-southeast-3":o,"ap-southeast-4":o,"ap-southeast-5":o,"ap-southeast-7":o,"ca-central-1":o,"ca-west-1":o,"eu-central-1":o,"eu-central-2":o,"eu-north-1":o,"eu-south-1":o,"eu-south-2":o,"eu-west-1":o,"eu-west-2":o,"eu-west-3":o,"il-central-1":o,"me-central-1":o,"me-south-1":o,"sa-east-1":o,"us-east-1":o,"us-east-2":o,"us-west-1":o,"us-west-2":o}],rds:[0,{"af-south-1":o,"ap-east-1":o,"ap-east-2":o,"ap-northeast-1":o,"ap-northeast-2":o,"ap-northeast-3":o,"ap-south-1":o,"ap-south-2":o,"ap-southeast-1":o,"ap-southeast-2":o,"ap-southeast-3":o,"ap-southeast-4":o,"ap-southeast-5":o,"ap-southeast-6":o,"ap-southeast-7":o,"ca-central-1":o,"ca-west-1":o,"eu-central-1":o,"eu-central-2":o,"eu-west-1":o,"eu-west-2":o,"eu-west-3":o,"il-central-1":o,"me-central-1":o,"me-south-1":o,"mx-central-1":o,"sa-east-1":o,"us-east-1":o,"us-east-2":o,"us-gov-east-1":o,"us-gov-west-1":o,"us-northeast-1":o,"us-west-1":o,"us-west-2":o}],s3:a,"s3-1":a,"s3-ap-east-1":a,"s3-ap-northeast-1":a,"s3-ap-northeast-2":a,"s3-ap-northeast-3":a,"s3-ap-south-1":a,"s3-ap-southeast-1":a,"s3-ap-southeast-2":a,"s3-ca-central-1":a,"s3-eu-central-1":a,"s3-eu-north-1":a,"s3-eu-west-1":a,"s3-eu-west-2":a,"s3-eu-west-3":a,"s3-external-1":a,"s3-fips-us-gov-east-1":a,"s3-fips-us-gov-west-1":a,"s3-global":[0,{accesspoint:[0,{mrap:a}]}],"s3-me-south-1":a,"s3-sa-east-1":a,"s3-us-east-2":a,"s3-us-gov-east-1":a,"s3-us-gov-west-1":a,"s3-us-west-1":a,"s3-us-west-2":a,"s3-website-ap-northeast-1":a,"s3-website-ap-southeast-1":a,"s3-website-ap-southeast-2":a,"s3-website-eu-west-1":a,"s3-website-sa-east-1":a,"s3-website-us-east-1":a,"s3-website-us-gov-west-1":a,"s3-website-us-west-1":a,"s3-website-us-west-2":a,elb:o}],amazoncognito:[0,{"af-south-1":j,"ap-east-1":j,"ap-northeast-1":j,"ap-northeast-2":j,"ap-northeast-3":j,"ap-south-1":j,"ap-south-2":j,"ap-southeast-1":j,"ap-southeast-2":j,"ap-southeast-3":j,"ap-southeast-4":j,"ap-southeast-5":j,"ap-southeast-7":j,"ca-central-1":j,"ca-west-1":j,"eu-central-1":j,"eu-central-2":j,"eu-north-1":j,"eu-south-1":j,"eu-south-2":j,"eu-west-1":j,"eu-west-2":j,"eu-west-3":j,"il-central-1":j,"me-central-1":j,"me-south-1":j,"mx-central-1":j,"sa-east-1":j,"us-east-1":ne,"us-east-2":ne,"us-gov-east-1":Fe,"us-gov-west-1":Fe,"us-west-1":ne,"us-west-2":ne}],amplifyapp:a,awsapprunner:o,awsapps:a,elasticbeanstalk:[2,{"af-south-1":a,"ap-east-1":a,"ap-northeast-1":a,"ap-northeast-2":a,"ap-northeast-3":a,"ap-south-1":a,"ap-southeast-1":a,"ap-southeast-2":a,"ap-southeast-3":a,"ap-southeast-5":a,"ap-southeast-7":a,"ca-central-1":a,"eu-central-1":a,"eu-north-1":a,"eu-south-1":a,"eu-south-2":a,"eu-west-1":a,"eu-west-2":a,"eu-west-3":a,"il-central-1":a,"me-central-1":a,"me-south-1":a,"sa-east-1":a,"us-east-1":a,"us-east-2":a,"us-gov-east-1":a,"us-gov-west-1":a,"us-west-1":a,"us-west-2":a}],awsglobalaccelerator:a,siiites:a,appspacehosted:a,appspaceusercontent:a,"on-aptible":a,myasustor:a,"balena-devices":a,boutir:a,bplaced:a,cafjs:a,"canva-apps":a,"canva-hosted-embed":a,canvacode:a,"rice-labs":a,"cdn77-storage":a,br:a,cn:a,de:a,eu:a,jpn:a,mex:a,ru:a,sa:a,uk:a,us:a,za:a,"clever-cloud":[0,{services:o}],abrdns:a,dnsabr:a,"ip-ddns":a,jdevcloud:a,wpdevcloud:a,"cf-ipfs":a,"cloudflare-ipfs":a,trycloudflare:a,co:a,devinapps:o,builtwithdark:a,datadetect:[0,{demo:a,instance:a}],dattolocal:a,dattorelay:a,dattoweb:a,mydatto:a,digitaloceanspaces:o,discordsays:a,discordsez:a,drayddns:a,dreamhosters:a,durumis:a,blogdns:a,cechire:a,dnsalias:a,dnsdojo:a,doesntexist:a,dontexist:a,doomdns:a,"dyn-o-saur":a,dynalias:a,"dyndns-at-home":a,"dyndns-at-work":a,"dyndns-blog":a,"dyndns-free":a,"dyndns-home":a,"dyndns-ip":a,"dyndns-mail":a,"dyndns-office":a,"dyndns-pics":a,"dyndns-remote":a,"dyndns-server":a,"dyndns-web":a,"dyndns-wiki":a,"dyndns-work":a,"est-a-la-maison":a,"est-a-la-masion":a,"est-le-patron":a,"est-mon-blogueur":a,"from-ak":a,"from-al":a,"from-ar":a,"from-ca":a,"from-ct":a,"from-dc":a,"from-de":a,"from-fl":a,"from-ga":a,"from-hi":a,"from-ia":a,"from-id":a,"from-il":a,"from-in":a,"from-ks":a,"from-ky":a,"from-ma":a,"from-md":a,"from-mi":a,"from-mn":a,"from-mo":a,"from-ms":a,"from-mt":a,"from-nc":a,"from-nd":a,"from-ne":a,"from-nh":a,"from-nj":a,"from-nm":a,"from-nv":a,"from-oh":a,"from-ok":a,"from-or":a,"from-pa":a,"from-pr":a,"from-ri":a,"from-sc":a,"from-sd":a,"from-tn":a,"from-tx":a,"from-ut":a,"from-va":a,"from-vt":a,"from-wa":a,"from-wi":a,"from-wv":a,"from-wy":a,getmyip:a,gotdns:a,"hobby-site":a,homelinux:a,homeunix:a,iamallama:a,"is-a-anarchist":a,"is-a-blogger":a,"is-a-bookkeeper":a,"is-a-bulls-fan":a,"is-a-caterer":a,"is-a-chef":a,"is-a-conservative":a,"is-a-cpa":a,"is-a-cubicle-slave":a,"is-a-democrat":a,"is-a-designer":a,"is-a-doctor":a,"is-a-financialadvisor":a,"is-a-geek":a,"is-a-green":a,"is-a-guru":a,"is-a-hard-worker":a,"is-a-hunter":a,"is-a-landscaper":a,"is-a-lawyer":a,"is-a-liberal":a,"is-a-libertarian":a,"is-a-llama":a,"is-a-musician":a,"is-a-nascarfan":a,"is-a-nurse":a,"is-a-painter":a,"is-a-personaltrainer":a,"is-a-photographer":a,"is-a-player":a,"is-a-republican":a,"is-a-rockstar":a,"is-a-socialist":a,"is-a-student":a,"is-a-teacher":a,"is-a-techie":a,"is-a-therapist":a,"is-an-accountant":a,"is-an-actor":a,"is-an-actress":a,"is-an-anarchist":a,"is-an-artist":a,"is-an-engineer":a,"is-an-entertainer":a,"is-certified":a,"is-gone":a,"is-into-anime":a,"is-into-cars":a,"is-into-cartoons":a,"is-into-games":a,"is-leet":a,"is-not-certified":a,"is-slick":a,"is-uberleet":a,"is-with-theband":a,"isa-geek":a,"isa-hockeynut":a,issmarterthanyou:a,"likes-pie":a,likescandy:a,"neat-url":a,"saves-the-whales":a,selfip:a,"sells-for-less":a,"sells-for-u":a,servebbs:a,"simple-url":a,"space-to-rent":a,"teaches-yoga":a,writesthisblog:a,ddnsfree:a,ddnsgeek:a,giize:a,gleeze:a,kozow:a,loseyourip:a,ooguy:a,theworkpc:a,mytuleap:a,"tuleap-partners":a,encoreapi:a,evennode:[0,{"eu-1":a,"eu-2":a,"eu-3":a,"eu-4":a,"us-1":a,"us-2":a,"us-3":a,"us-4":a}],onfabrica:a,"fastly-edge":a,"fastly-terrarium":a,"fastvps-server":a,mydobiss:a,firebaseapp:a,fldrv:a,forgeblocks:a,framercanvas:a,"freebox-os":a,freeboxos:a,freemyip:a,aliases121:a,gentapps:a,gentlentapis:a,githubusercontent:a,"0emm":o,appspot:[2,{r:o}],blogspot:a,codespot:a,googleapis:a,googlecode:a,pagespeedmobilizer:a,withgoogle:a,withyoutube:a,grayjayleagues:a,hatenablog:a,hatenadiary:a,herokuapp:a,gr:a,smushcdn:a,wphostedmail:a,wpmucdn:a,pixolino:a,"apps-1and1":a,"live-website":a,"webspace-host":a,dopaas:a,"hosted-by-previder":ge,hosteur:[0,{"rag-cloud":a,"rag-cloud-ch":a}],"ik-server":[0,{jcloud:a,"jcloud-ver-jpc":a}],jelastic:[0,{demo:a}],massivegrid:ge,wafaicloud:[0,{jed:a,ryd:a}],"eu1-plenit":a,"la1-plenit":a,"us1-plenit":a,webadorsite:a,joyent:[0,{cns:o}],"on-forge":a,"on-vapor":a,lpusercontent:a,linode:[0,{members:a,nodebalancer:o}],linodeobjects:o,linodeusercontent:[0,{ip:a}],localtonet:a,lovableproject:a,barsycenter:a,barsyonline:a,lutrausercontent:o,modelscape:a,mwcloudnonprod:a,polyspace:a,mazeplay:a,miniserver:a,atmeta:a,fbsbx:He,meteorapp:Be,routingthecloud:a,"same-app":a,"same-preview":a,mydbserver:a,mochausercontent:a,hostedpi:a,"mythic-beasts":[0,{caracal:a,customer:a,fentiger:a,lynx:a,ocelot:a,oncilla:a,onza:a,sphinx:a,vs:a,x:a,yali:a}],nospamproxy:[0,{cloud:[2,{o365:a}]}],"4u":a,nfshost:a,"3utilities":a,blogsyte:a,ciscofreak:a,damnserver:a,ddnsking:a,ditchyourip:a,dnsiskinky:a,dynns:a,geekgalaxy:a,"health-carereform":a,homesecuritymac:a,homesecuritypc:a,myactivedirectory:a,mysecuritycamera:a,myvnc:a,"net-freaks":a,onthewifi:a,point2this:a,quicksytes:a,securitytactics:a,servebeer:a,servecounterstrike:a,serveexchange:a,serveftp:a,servegame:a,servehalflife:a,servehttp:a,servehumour:a,serveirc:a,servemp3:a,servep2p:a,servepics:a,servequake:a,servesarcasm:a,stufftoread:a,unusualperson:a,workisboring:a,myiphost:a,observableusercontent:[0,{static:a}],simplesite:a,oaiusercontent:o,orsites:a,operaunite:a,"customer-oci":[0,{"*":a,oci:o,ocp:o,ocs:o}],oraclecloudapps:o,oraclegovcloudapps:o,"authgear-staging":a,authgearapps:a,skygearapp:a,outsystemscloud:a,ownprovider:a,pgfog:a,pagexl:a,gotpantheon:a,paywhirl:o,upsunapp:a,"postman-echo":a,prgmr:[0,{xen:a}],"project-study":[0,{dev:a}],pythonanywhere:Be,qa2:a,"alpha-myqnapcloud":a,"dev-myqnapcloud":a,mycloudnas:a,mynascloud:a,myqnapcloud:a,qualifioapp:a,ladesk:a,qualyhqpartner:o,qualyhqportal:o,qbuser:a,quipelements:o,rackmaze:a,"readthedocs-hosted":a,rhcloud:a,onrender:a,render:fe,"subsc-pay":a,"180r":a,dojin:a,sakuratan:a,sakuraweb:a,x0:a,code:[0,{builder:o,"dev-builder":o,"stg-builder":o}],salesforce:[0,{platform:[0,{"code-builder-stg":[0,{test:[0,{"001":o}]}]}]}],logoip:a,scrysec:a,"firewall-gateway":a,myshopblocks:a,myshopify:a,shopitsite:a,"1kapp":a,appchizi:a,applinzi:a,sinaapp:a,vipsinaapp:a,streamlitapp:a,"try-snowplow":a,"playstation-cloud":a,myspreadshop:a,"w-corp-staticblitz":a,"w-credentialless-staticblitz":a,"w-staticblitz":a,"stackhero-network":a,stdlib:[0,{api:a}],strapiapp:[2,{media:a}],"streak-link":a,streaklinks:a,streakusercontent:a,"temp-dns":a,dsmynas:a,familyds:a,mytabit:a,taveusercontent:a,"tb-hosting":ke,reservd:a,thingdustdata:a,"townnews-staging":a,typeform:[0,{pro:a}],hk:a,it:a,"deus-canvas":a,vultrobjects:o,wafflecell:a,hotelwithflight:a,"reserve-online":a,cprapid:a,pleskns:a,remotewd:a,wiardweb:[0,{pages:a}],wixsite:a,wixstudio:a,messwithdns:a,"woltlab-demo":a,wpenginepowered:[2,{js:a}],xnbay:[2,{u2:a,"u2-local":a}],yolasite:a}],coop:e,cr:[1,{ac:e,co:e,ed:e,fi:e,go:e,or:e,sa:e}],cu:[1,{com:e,edu:e,gob:e,inf:e,nat:e,net:e,org:e}],cv:[1,{com:e,edu:e,id:e,int:e,net:e,nome:e,org:e,publ:e}],cw:re,cx:[1,{gov:e,cloudns:a,ath:a,info:a,assessments:a,calculators:a,funnels:a,paynow:a,quizzes:a,researched:a,tests:a}],cy:[1,{ac:e,biz:e,com:[1,{scaleforce:be}],ekloges:e,gov:e,ltd:e,mil:e,net:e,org:e,press:e,pro:e,tm:e}],cz:[1,{gov:e,contentproxy9:[0,{rsc:a}],realm:a,e4:a,co:a,metacentrum:[0,{cloud:o,custom:a}],muni:[0,{cloud:[0,{flt:a,usr:a}]}]}],de:[1,{bplaced:a,square7:a,com:a,cosidns:Ge,dnsupdater:a,"dynamisches-dns":a,"internet-dns":a,"l-o-g-i-n":a,ddnss:[2,{dyn:a,dyndns:a}],"dyn-ip24":a,dyndns1:a,"home-webserver":[2,{dyn:a}],"myhome-server":a,dnshome:a,fuettertdasnetz:a,isteingeek:a,istmein:a,lebtimnetz:a,leitungsen:a,traeumtgerade:a,frusky:o,goip:a,"xn--gnstigbestellen-zvb":a,günstigbestellen:a,"xn--gnstigliefern-wob":a,günstigliefern:a,"hs-heilbronn":[0,{it:[0,{pages:a,"pages-research":a}]}],"dyn-berlin":a,"in-berlin":a,"in-brb":a,"in-butter":a,"in-dsl":a,"in-vpn":a,iservschule:a,"mein-iserv":a,schuldock:a,schulplattform:a,schulserver:a,"test-iserv":a,keymachine:a,co:a,"git-repos":a,"lcube-server":a,"svn-repos":a,barsy:a,webspaceconfig:a,"123webseite":a,rub:a,"ruhr-uni-bochum":[2,{noc:[0,{io:a}]}],logoip:a,"firewall-gateway":a,"my-gateway":a,"my-router":a,spdns:a,my:a,speedpartner:[0,{customer:a}],myspreadshop:a,"taifun-dns":a,"12hp":a,"2ix":a,"4lima":a,"lima-city":a,"dd-dns":a,"dray-dns":a,draydns:a,"dyn-vpn":a,dynvpn:a,"mein-vigor":a,"my-vigor":a,"my-wan":a,"syno-ds":a,"synology-diskstation":a,"synology-ds":a,"virtual-user":a,virtualuser:a,"community-pro":a,diskussionsbereich:a,xenonconnect:o}],dj:e,dk:[1,{biz:a,co:a,firm:a,reg:a,store:a,"123hjemmeside":a,myspreadshop:a}],dm:Ye,do:[1,{art:e,com:e,edu:e,gob:e,gov:e,mil:e,net:e,org:e,sld:e,web:e}],dz:[1,{art:e,asso:e,com:e,edu:e,gov:e,net:e,org:e,pol:e,soc:e,tm:e}],ec:[1,{abg:e,adm:e,agron:e,arqt:e,art:e,bar:e,chef:e,com:e,cont:e,cpa:e,cue:e,dent:e,dgn:e,disco:e,doc:e,edu:e,eng:e,esm:e,fin:e,fot:e,gal:e,gob:e,gov:e,gye:e,ibr:e,info:e,k12:e,lat:e,loj:e,med:e,mil:e,mktg:e,mon:e,net:e,ntr:e,odont:e,org:e,pro:e,prof:e,psic:e,psiq:e,pub:e,rio:e,rrpp:e,sal:e,tech:e,tul:e,tur:e,uio:e,vet:e,xxx:e,base:a,official:a}],edu:[1,{rit:[0,{"git-pages":a}]}],ee:[1,{aip:e,com:e,edu:e,fie:e,gov:e,lib:e,med:e,org:e,pri:e,riik:e}],eg:[1,{ac:e,com:e,edu:e,eun:e,gov:e,info:e,me:e,mil:e,name:e,net:e,org:e,sci:e,sport:e,tv:e}],er:d,es:[1,{com:e,edu:e,gob:e,nom:e,org:e,"123miweb":a,myspreadshop:a}],et:[1,{biz:e,com:e,edu:e,gov:e,info:e,name:e,net:e,org:e}],eu:[1,{cloudns:a,prvw:a,dogado:[0,{jelastic:a}],barsy:a,spdns:a,nxa:o,directwp:a,transurl:o,diskstation:a}],fi:[1,{aland:e,dy:a,"xn--hkkinen-5wa":a,häkkinen:a,iki:a,cloudplatform:[0,{fi:a}],datacenter:[0,{demo:a,paas:a}],kapsi:a,"123kotisivu":a,myspreadshop:a}],fj:[1,{ac:e,biz:e,com:e,edu:e,gov:e,id:e,info:e,mil:e,name:e,net:e,org:e,pro:e}],fk:d,fm:[1,{com:e,edu:e,net:e,org:e,radio:a,user:o}],fo:e,fr:[1,{asso:e,com:e,gouv:e,nom:e,prd:e,tm:e,avoues:e,cci:e,greta:e,"huissier-justice":e,"en-root":a,"fbx-os":a,fbxos:a,"freebox-os":a,freeboxos:a,goupile:a,"123siteweb":a,"on-web":a,"chirurgiens-dentistes-en-france":a,dedibox:a,aeroport:a,avocat:a,chambagri:a,"chirurgiens-dentistes":a,"experts-comptables":a,medecin:a,notaires:a,pharmacien:a,port:a,veterinaire:a,myspreadshop:a,ynh:a}],ga:e,gb:e,gd:[1,{edu:e,gov:e}],ge:[1,{com:e,edu:e,gov:e,net:e,org:e,pvt:e,school:e}],gf:e,gg:[1,{co:e,net:e,org:e,ply:[0,{at:o,d6:a}],botdash:a,kaas:a,stackit:a,panel:[2,{daemon:a}]}],gh:[1,{biz:e,com:e,edu:e,gov:e,mil:e,net:e,org:e}],gi:[1,{com:e,edu:e,gov:e,ltd:e,mod:e,org:e}],gl:[1,{co:e,com:e,edu:e,net:e,org:e}],gm:e,gn:[1,{ac:e,com:e,edu:e,gov:e,net:e,org:e}],gov:e,gp:[1,{asso:e,com:e,edu:e,mobi:e,net:e,org:e}],gq:e,gr:[1,{com:e,edu:e,gov:e,net:e,org:e,barsy:a,simplesite:a}],gs:e,gt:[1,{com:e,edu:e,gob:e,ind:e,mil:e,net:e,org:e}],gu:[1,{com:e,edu:e,gov:e,guam:e,info:e,net:e,org:e,web:e}],gw:[1,{nx:a}],gy:Ye,hk:[1,{com:e,edu:e,gov:e,idv:e,net:e,org:e,"xn--ciqpn":e,个人:e,"xn--gmqw5a":e,個人:e,"xn--55qx5d":e,公司:e,"xn--mxtq1m":e,政府:e,"xn--lcvr32d":e,敎育:e,"xn--wcvs22d":e,教育:e,"xn--gmq050i":e,箇人:e,"xn--uc0atv":e,組織:e,"xn--uc0ay4a":e,組织:e,"xn--od0alg":e,網絡:e,"xn--zf0avx":e,網络:e,"xn--mk0axi":e,组織:e,"xn--tn0ag":e,组织:e,"xn--od0aq3b":e,网絡:e,"xn--io0a7i":e,网络:e,inc:a,ltd:a}],hm:e,hn:[1,{com:e,edu:e,gob:e,mil:e,net:e,org:e}],hr:[1,{com:e,from:e,iz:e,name:e,brendly:g}],ht:[1,{adult:e,art:e,asso:e,com:e,coop:e,edu:e,firm:e,gouv:e,info:e,med:e,net:e,org:e,perso:e,pol:e,pro:e,rel:e,shop:e,rt:a}],hu:[1,{2e3:e,agrar:e,bolt:e,casino:e,city:e,co:e,erotica:e,erotika:e,film:e,forum:e,games:e,hotel:e,info:e,ingatlan:e,jogasz:e,konyvelo:e,lakas:e,media:e,news:e,org:e,priv:e,reklam:e,sex:e,shop:e,sport:e,suli:e,szex:e,tm:e,tozsde:e,utazas:e,video:e}],id:[1,{ac:e,biz:e,co:e,desa:e,go:e,kop:e,mil:e,my:e,net:e,or:e,ponpes:e,sch:e,web:e,e:a,zone:a}],ie:[1,{gov:e,myspreadshop:a}],il:[1,{ac:e,co:[1,{ravpage:a,mytabit:a,tabitorder:a}],gov:e,idf:e,k12:e,muni:e,net:e,org:e}],"xn--4dbrk0ce":[1,{"xn--4dbgdty6c":e,"xn--5dbhl8d":e,"xn--8dbq2a":e,"xn--hebda8b":e}],ישראל:[1,{אקדמיה:e,ישוב:e,צהל:e,ממשל:e}],im:[1,{ac:e,co:[1,{ltd:e,plc:e}],com:e,net:e,org:e,tt:e,tv:e}],in:[1,{"5g":e,"6g":e,ac:e,ai:e,am:e,bank:e,bihar:e,biz:e,business:e,ca:e,cn:e,co:e,com:e,coop:e,cs:e,delhi:e,dr:e,edu:e,er:e,fin:e,firm:e,gen:e,gov:e,gujarat:e,ind:e,info:e,int:e,internet:e,io:e,me:e,mil:e,net:e,nic:e,org:e,pg:e,post:e,pro:e,res:e,travel:e,tv:e,uk:e,up:e,us:e,cloudns:a,barsy:a,web:a,supabase:a}],info:[1,{cloudns:a,"dynamic-dns":a,"barrel-of-knowledge":a,"barrell-of-knowledge":a,dyndns:a,"for-our":a,"groks-the":a,"groks-this":a,"here-for-more":a,knowsitall:a,selfip:a,webhop:a,barsy:a,mayfirst:a,mittwald:a,mittwaldserver:a,typo3server:a,dvrcam:a,ilovecollege:a,"no-ip":a,forumz:a,nsupdate:a,dnsupdate:a,"v-info":a}],int:[1,{eu:e}],io:[1,{2038:a,co:e,com:e,edu:e,gov:e,mil:e,net:e,nom:e,org:e,"on-acorn":o,myaddr:a,apigee:a,"b-data":a,beagleboard:a,bitbucket:a,bluebite:a,boxfuse:a,brave:s,browsersafetymark:a,bubble:Q,bubbleapps:a,bigv:[0,{uk0:a}],cleverapps:a,cloudbeesusercontent:a,dappnode:[0,{dyndns:a}],darklang:a,definima:a,dedyn:a,icp0:Ze,icp1:Ze,qzz:a,"fh-muenster":a,shw:a,forgerock:[0,{id:a}],gitbook:a,github:a,gitlab:a,lolipop:a,"hasura-app":a,hostyhosting:a,hypernode:a,moonscale:o,beebyte:ge,beebyteapp:[0,{sekd1:a}],jele:a,webthings:a,loginline:a,barsy:a,azurecontainer:o,ngrok:[2,{ap:a,au:a,eu:a,in:a,jp:a,sa:a,us:a}],nodeart:[0,{stage:a}],pantheonsite:a,pstmn:[2,{mock:a}],protonet:a,qcx:[2,{sys:o}],qoto:a,vaporcloud:a,myrdbx:a,"rb-hosting":ke,"on-k3s":o,"on-rio":o,readthedocs:a,resindevice:a,resinstaging:[0,{devices:a}],hzc:a,sandcats:a,scrypted:[0,{client:a}],"mo-siemens":a,lair:He,stolos:o,musician:a,utwente:a,edugit:a,telebit:a,thingdust:[0,{dev:ye,disrec:ye,prod:Ke,testing:ye}],tickets:a,webflow:a,webflowtest:a,editorx:a,wixstudio:a,basicserver:a,virtualserver:a}],iq:i,ir:[1,{ac:e,co:e,gov:e,id:e,net:e,org:e,sch:e,"xn--mgba3a4f16a":e,ایران:e,"xn--mgba3a4fra":e,ايران:e,arvanedge:a,vistablog:a}],is:e,it:[1,{edu:e,gov:e,abr:e,abruzzo:e,"aosta-valley":e,aostavalley:e,bas:e,basilicata:e,cal:e,calabria:e,cam:e,campania:e,"emilia-romagna":e,emiliaromagna:e,emr:e,"friuli-v-giulia":e,"friuli-ve-giulia":e,"friuli-vegiulia":e,"friuli-venezia-giulia":e,"friuli-veneziagiulia":e,"friuli-vgiulia":e,"friuliv-giulia":e,"friulive-giulia":e,friulivegiulia:e,"friulivenezia-giulia":e,friuliveneziagiulia:e,friulivgiulia:e,fvg:e,laz:e,lazio:e,lig:e,liguria:e,lom:e,lombardia:e,lombardy:e,lucania:e,mar:e,marche:e,mol:e,molise:e,piedmont:e,piemonte:e,pmn:e,pug:e,puglia:e,sar:e,sardegna:e,sardinia:e,sic:e,sicilia:e,sicily:e,taa:e,tos:e,toscana:e,"trentin-sud-tirol":e,"xn--trentin-sd-tirol-rzb":e,"trentin-süd-tirol":e,"trentin-sudtirol":e,"xn--trentin-sdtirol-7vb":e,"trentin-südtirol":e,"trentin-sued-tirol":e,"trentin-suedtirol":e,trentino:e,"trentino-a-adige":e,"trentino-aadige":e,"trentino-alto-adige":e,"trentino-altoadige":e,"trentino-s-tirol":e,"trentino-stirol":e,"trentino-sud-tirol":e,"xn--trentino-sd-tirol-c3b":e,"trentino-süd-tirol":e,"trentino-sudtirol":e,"xn--trentino-sdtirol-szb":e,"trentino-südtirol":e,"trentino-sued-tirol":e,"trentino-suedtirol":e,"trentinoa-adige":e,trentinoaadige:e,"trentinoalto-adige":e,trentinoaltoadige:e,"trentinos-tirol":e,trentinostirol:e,"trentinosud-tirol":e,"xn--trentinosd-tirol-rzb":e,"trentinosüd-tirol":e,trentinosudtirol:e,"xn--trentinosdtirol-7vb":e,trentinosüdtirol:e,"trentinosued-tirol":e,trentinosuedtirol:e,"trentinsud-tirol":e,"xn--trentinsd-tirol-6vb":e,"trentinsüd-tirol":e,trentinsudtirol:e,"xn--trentinsdtirol-nsb":e,trentinsüdtirol:e,"trentinsued-tirol":e,trentinsuedtirol:e,tuscany:e,umb:e,umbria:e,"val-d-aosta":e,"val-daosta":e,"vald-aosta":e,valdaosta:e,"valle-aosta":e,"valle-d-aosta":e,"valle-daosta":e,valleaosta:e,"valled-aosta":e,valledaosta:e,"vallee-aoste":e,"xn--valle-aoste-ebb":e,"vallée-aoste":e,"vallee-d-aoste":e,"xn--valle-d-aoste-ehb":e,"vallée-d-aoste":e,valleeaoste:e,"xn--valleaoste-e7a":e,valléeaoste:e,valleedaoste:e,"xn--valledaoste-ebb":e,valléedaoste:e,vao:e,vda:e,ven:e,veneto:e,ag:e,agrigento:e,al:e,alessandria:e,"alto-adige":e,altoadige:e,an:e,ancona:e,"andria-barletta-trani":e,"andria-trani-barletta":e,andriabarlettatrani:e,andriatranibarletta:e,ao:e,aosta:e,aoste:e,ap:e,aq:e,aquila:e,ar:e,arezzo:e,"ascoli-piceno":e,ascolipiceno:e,asti:e,at:e,av:e,avellino:e,ba:e,balsan:e,"balsan-sudtirol":e,"xn--balsan-sdtirol-nsb":e,"balsan-südtirol":e,"balsan-suedtirol":e,bari:e,"barletta-trani-andria":e,barlettatraniandria:e,belluno:e,benevento:e,bergamo:e,bg:e,bi:e,biella:e,bl:e,bn:e,bo:e,bologna:e,bolzano:e,"bolzano-altoadige":e,bozen:e,"bozen-sudtirol":e,"xn--bozen-sdtirol-2ob":e,"bozen-südtirol":e,"bozen-suedtirol":e,br:e,brescia:e,brindisi:e,bs:e,bt:e,bulsan:e,"bulsan-sudtirol":e,"xn--bulsan-sdtirol-nsb":e,"bulsan-südtirol":e,"bulsan-suedtirol":e,bz:e,ca:e,cagliari:e,caltanissetta:e,"campidano-medio":e,campidanomedio:e,campobasso:e,"carbonia-iglesias":e,carboniaiglesias:e,"carrara-massa":e,carraramassa:e,caserta:e,catania:e,catanzaro:e,cb:e,ce:e,"cesena-forli":e,"xn--cesena-forl-mcb":e,"cesena-forlì":e,cesenaforli:e,"xn--cesenaforl-i8a":e,cesenaforlì:e,ch:e,chieti:e,ci:e,cl:e,cn:e,co:e,como:e,cosenza:e,cr:e,cremona:e,crotone:e,cs:e,ct:e,cuneo:e,cz:e,"dell-ogliastra":e,dellogliastra:e,en:e,enna:e,fc:e,fe:e,fermo:e,ferrara:e,fg:e,fi:e,firenze:e,florence:e,fm:e,foggia:e,"forli-cesena":e,"xn--forl-cesena-fcb":e,"forlì-cesena":e,forlicesena:e,"xn--forlcesena-c8a":e,forlìcesena:e,fr:e,frosinone:e,ge:e,genoa:e,genova:e,go:e,gorizia:e,gr:e,grosseto:e,"iglesias-carbonia":e,iglesiascarbonia:e,im:e,imperia:e,is:e,isernia:e,kr:e,"la-spezia":e,laquila:e,laspezia:e,latina:e,lc:e,le:e,lecce:e,lecco:e,li:e,livorno:e,lo:e,lodi:e,lt:e,lu:e,lucca:e,macerata:e,mantova:e,"massa-carrara":e,massacarrara:e,matera:e,mb:e,mc:e,me:e,"medio-campidano":e,mediocampidano:e,messina:e,mi:e,milan:e,milano:e,mn:e,mo:e,modena:e,monza:e,"monza-brianza":e,"monza-e-della-brianza":e,monzabrianza:e,monzaebrianza:e,monzaedellabrianza:e,ms:e,mt:e,na:e,naples:e,napoli:e,no:e,novara:e,nu:e,nuoro:e,og:e,ogliastra:e,"olbia-tempio":e,olbiatempio:e,or:e,oristano:e,ot:e,pa:e,padova:e,padua:e,palermo:e,parma:e,pavia:e,pc:e,pd:e,pe:e,perugia:e,"pesaro-urbino":e,pesarourbino:e,pescara:e,pg:e,pi:e,piacenza:e,pisa:e,pistoia:e,pn:e,po:e,pordenone:e,potenza:e,pr:e,prato:e,pt:e,pu:e,pv:e,pz:e,ra:e,ragusa:e,ravenna:e,rc:e,re:e,"reggio-calabria":e,"reggio-emilia":e,reggiocalabria:e,reggioemilia:e,rg:e,ri:e,rieti:e,rimini:e,rm:e,rn:e,ro:e,roma:e,rome:e,rovigo:e,sa:e,salerno:e,sassari:e,savona:e,si:e,siena:e,siracusa:e,so:e,sondrio:e,sp:e,sr:e,ss:e,"xn--sdtirol-n2a":e,südtirol:e,suedtirol:e,sv:e,ta:e,taranto:e,te:e,"tempio-olbia":e,tempioolbia:e,teramo:e,terni:e,tn:e,to:e,torino:e,tp:e,tr:e,"trani-andria-barletta":e,"trani-barletta-andria":e,traniandriabarletta:e,tranibarlettaandria:e,trapani:e,trento:e,treviso:e,trieste:e,ts:e,turin:e,tv:e,ud:e,udine:e,"urbino-pesaro":e,urbinopesaro:e,va:e,varese:e,vb:e,vc:e,ve:e,venezia:e,venice:e,verbania:e,vercelli:e,verona:e,vi:e,"vibo-valentia":e,vibovalentia:e,vicenza:e,viterbo:e,vr:e,vs:e,vt:e,vv:e,"12chars":a,ibxos:a,iliadboxos:a,neen:[0,{jc:a}],"123homepage":a,"16-b":a,"32-b":a,"64-b":a,myspreadshop:a,syncloud:a}],je:[1,{co:e,net:e,org:e,of:a}],jm:d,jo:[1,{agri:e,ai:e,com:e,edu:e,eng:e,fm:e,gov:e,mil:e,net:e,org:e,per:e,phd:e,sch:e,tv:e}],jobs:e,jp:[1,{ac:e,ad:e,co:e,ed:e,go:e,gr:e,lg:e,ne:[1,{aseinet:Qe,gehirn:a,ivory:a,"mail-box":a,mints:a,mokuren:a,opal:a,sakura:a,sumomo:a,topaz:a}],or:e,aichi:[1,{aisai:e,ama:e,anjo:e,asuke:e,chiryu:e,chita:e,fuso:e,gamagori:e,handa:e,hazu:e,hekinan:e,higashiura:e,ichinomiya:e,inazawa:e,inuyama:e,isshiki:e,iwakura:e,kanie:e,kariya:e,kasugai:e,kira:e,kiyosu:e,komaki:e,konan:e,kota:e,mihama:e,miyoshi:e,nishio:e,nisshin:e,obu:e,oguchi:e,oharu:e,okazaki:e,owariasahi:e,seto:e,shikatsu:e,shinshiro:e,shitara:e,tahara:e,takahama:e,tobishima:e,toei:e,togo:e,tokai:e,tokoname:e,toyoake:e,toyohashi:e,toyokawa:e,toyone:e,toyota:e,tsushima:e,yatomi:e}],akita:[1,{akita:e,daisen:e,fujisato:e,gojome:e,hachirogata:e,happou:e,higashinaruse:e,honjo:e,honjyo:e,ikawa:e,kamikoani:e,kamioka:e,katagami:e,kazuno:e,kitaakita:e,kosaka:e,kyowa:e,misato:e,mitane:e,moriyoshi:e,nikaho:e,noshiro:e,odate:e,oga:e,ogata:e,semboku:e,yokote:e,yurihonjo:e}],aomori:[1,{aomori:e,gonohe:e,hachinohe:e,hashikami:e,hiranai:e,hirosaki:e,itayanagi:e,kuroishi:e,misawa:e,mutsu:e,nakadomari:e,noheji:e,oirase:e,owani:e,rokunohe:e,sannohe:e,shichinohe:e,shingo:e,takko:e,towada:e,tsugaru:e,tsuruta:e}],chiba:[1,{abiko:e,asahi:e,chonan:e,chosei:e,choshi:e,chuo:e,funabashi:e,futtsu:e,hanamigawa:e,ichihara:e,ichikawa:e,ichinomiya:e,inzai:e,isumi:e,kamagaya:e,kamogawa:e,kashiwa:e,katori:e,katsuura:e,kimitsu:e,kisarazu:e,kozaki:e,kujukuri:e,kyonan:e,matsudo:e,midori:e,mihama:e,minamiboso:e,mobara:e,mutsuzawa:e,nagara:e,nagareyama:e,narashino:e,narita:e,noda:e,oamishirasato:e,omigawa:e,onjuku:e,otaki:e,sakae:e,sakura:e,shimofusa:e,shirako:e,shiroi:e,shisui:e,sodegaura:e,sosa:e,tako:e,tateyama:e,togane:e,tohnosho:e,tomisato:e,urayasu:e,yachimata:e,yachiyo:e,yokaichiba:e,yokoshibahikari:e,yotsukaido:e}],ehime:[1,{ainan:e,honai:e,ikata:e,imabari:e,iyo:e,kamijima:e,kihoku:e,kumakogen:e,masaki:e,matsuno:e,matsuyama:e,namikata:e,niihama:e,ozu:e,saijo:e,seiyo:e,shikokuchuo:e,tobe:e,toon:e,uchiko:e,uwajima:e,yawatahama:e}],fukui:[1,{echizen:e,eiheiji:e,fukui:e,ikeda:e,katsuyama:e,mihama:e,minamiechizen:e,obama:e,ohi:e,ono:e,sabae:e,sakai:e,takahama:e,tsuruga:e,wakasa:e}],fukuoka:[1,{ashiya:e,buzen:e,chikugo:e,chikuho:e,chikujo:e,chikushino:e,chikuzen:e,chuo:e,dazaifu:e,fukuchi:e,hakata:e,higashi:e,hirokawa:e,hisayama:e,iizuka:e,inatsuki:e,kaho:e,kasuga:e,kasuya:e,kawara:e,keisen:e,koga:e,kurate:e,kurogi:e,kurume:e,minami:e,miyako:e,miyama:e,miyawaka:e,mizumaki:e,munakata:e,nakagawa:e,nakama:e,nishi:e,nogata:e,ogori:e,okagaki:e,okawa:e,oki:e,omuta:e,onga:e,onojo:e,oto:e,saigawa:e,sasaguri:e,shingu:e,shinyoshitomi:e,shonai:e,soeda:e,sue:e,tachiarai:e,tagawa:e,takata:e,toho:e,toyotsu:e,tsuiki:e,ukiha:e,umi:e,usui:e,yamada:e,yame:e,yanagawa:e,yukuhashi:e}],fukushima:[1,{aizubange:e,aizumisato:e,aizuwakamatsu:e,asakawa:e,bandai:e,date:e,fukushima:e,furudono:e,futaba:e,hanawa:e,higashi:e,hirata:e,hirono:e,iitate:e,inawashiro:e,ishikawa:e,iwaki:e,izumizaki:e,kagamiishi:e,kaneyama:e,kawamata:e,kitakata:e,kitashiobara:e,koori:e,koriyama:e,kunimi:e,miharu:e,mishima:e,namie:e,nango:e,nishiaizu:e,nishigo:e,okuma:e,omotego:e,ono:e,otama:e,samegawa:e,shimogo:e,shirakawa:e,showa:e,soma:e,sukagawa:e,taishin:e,tamakawa:e,tanagura:e,tenei:e,yabuki:e,yamato:e,yamatsuri:e,yanaizu:e,yugawa:e}],gifu:[1,{anpachi:e,ena:e,gifu:e,ginan:e,godo:e,gujo:e,hashima:e,hichiso:e,hida:e,higashishirakawa:e,ibigawa:e,ikeda:e,kakamigahara:e,kani:e,kasahara:e,kasamatsu:e,kawaue:e,kitagata:e,mino:e,minokamo:e,mitake:e,mizunami:e,motosu:e,nakatsugawa:e,ogaki:e,sakahogi:e,seki:e,sekigahara:e,shirakawa:e,tajimi:e,takayama:e,tarui:e,toki:e,tomika:e,wanouchi:e,yamagata:e,yaotsu:e,yoro:e}],gunma:[1,{annaka:e,chiyoda:e,fujioka:e,higashiagatsuma:e,isesaki:e,itakura:e,kanna:e,kanra:e,katashina:e,kawaba:e,kiryu:e,kusatsu:e,maebashi:e,meiwa:e,midori:e,minakami:e,naganohara:e,nakanojo:e,nanmoku:e,numata:e,oizumi:e,ora:e,ota:e,shibukawa:e,shimonita:e,shinto:e,showa:e,takasaki:e,takayama:e,tamamura:e,tatebayashi:e,tomioka:e,tsukiyono:e,tsumagoi:e,ueno:e,yoshioka:e}],hiroshima:[1,{asaminami:e,daiwa:e,etajima:e,fuchu:e,fukuyama:e,hatsukaichi:e,higashihiroshima:e,hongo:e,jinsekikogen:e,kaita:e,kui:e,kumano:e,kure:e,mihara:e,miyoshi:e,naka:e,onomichi:e,osakikamijima:e,otake:e,saka:e,sera:e,seranishi:e,shinichi:e,shobara:e,takehara:e}],hokkaido:[1,{abashiri:e,abira:e,aibetsu:e,akabira:e,akkeshi:e,asahikawa:e,ashibetsu:e,ashoro:e,assabu:e,atsuma:e,bibai:e,biei:e,bifuka:e,bihoro:e,biratori:e,chippubetsu:e,chitose:e,date:e,ebetsu:e,embetsu:e,eniwa:e,erimo:e,esan:e,esashi:e,fukagawa:e,fukushima:e,furano:e,furubira:e,haboro:e,hakodate:e,hamatonbetsu:e,hidaka:e,higashikagura:e,higashikawa:e,hiroo:e,hokuryu:e,hokuto:e,honbetsu:e,horokanai:e,horonobe:e,ikeda:e,imakane:e,ishikari:e,iwamizawa:e,iwanai:e,kamifurano:e,kamikawa:e,kamishihoro:e,kamisunagawa:e,kamoenai:e,kayabe:e,kembuchi:e,kikonai:e,kimobetsu:e,kitahiroshima:e,kitami:e,kiyosato:e,koshimizu:e,kunneppu:e,kuriyama:e,kuromatsunai:e,kushiro:e,kutchan:e,kyowa:e,mashike:e,matsumae:e,mikasa:e,minamifurano:e,mombetsu:e,moseushi:e,mukawa:e,muroran:e,naie:e,nakagawa:e,nakasatsunai:e,nakatombetsu:e,nanae:e,nanporo:e,nayoro:e,nemuro:e,niikappu:e,niki:e,nishiokoppe:e,noboribetsu:e,numata:e,obihiro:e,obira:e,oketo:e,okoppe:e,otaru:e,otobe:e,otofuke:e,otoineppu:e,oumu:e,ozora:e,pippu:e,rankoshi:e,rebun:e,rikubetsu:e,rishiri:e,rishirifuji:e,saroma:e,sarufutsu:e,shakotan:e,shari:e,shibecha:e,shibetsu:e,shikabe:e,shikaoi:e,shimamaki:e,shimizu:e,shimokawa:e,shinshinotsu:e,shintoku:e,shiranuka:e,shiraoi:e,shiriuchi:e,sobetsu:e,sunagawa:e,taiki:e,takasu:e,takikawa:e,takinoue:e,teshikaga:e,tobetsu:e,tohma:e,tomakomai:e,tomari:e,toya:e,toyako:e,toyotomi:e,toyoura:e,tsubetsu:e,tsukigata:e,urakawa:e,urausu:e,uryu:e,utashinai:e,wakkanai:e,wassamu:e,yakumo:e,yoichi:e}],hyogo:[1,{aioi:e,akashi:e,ako:e,amagasaki:e,aogaki:e,asago:e,ashiya:e,awaji:e,fukusaki:e,goshiki:e,harima:e,himeji:e,ichikawa:e,inagawa:e,itami:e,kakogawa:e,kamigori:e,kamikawa:e,kasai:e,kasuga:e,kawanishi:e,miki:e,minamiawaji:e,nishinomiya:e,nishiwaki:e,ono:e,sanda:e,sannan:e,sasayama:e,sayo:e,shingu:e,shinonsen:e,shiso:e,sumoto:e,taishi:e,taka:e,takarazuka:e,takasago:e,takino:e,tamba:e,tatsuno:e,toyooka:e,yabu:e,yashiro:e,yoka:e,yokawa:e}],ibaraki:[1,{ami:e,asahi:e,bando:e,chikusei:e,daigo:e,fujishiro:e,hitachi:e,hitachinaka:e,hitachiomiya:e,hitachiota:e,ibaraki:e,ina:e,inashiki:e,itako:e,iwama:e,joso:e,kamisu:e,kasama:e,kashima:e,kasumigaura:e,koga:e,miho:e,mito:e,moriya:e,naka:e,namegata:e,oarai:e,ogawa:e,omitama:e,ryugasaki:e,sakai:e,sakuragawa:e,shimodate:e,shimotsuma:e,shirosato:e,sowa:e,suifu:e,takahagi:e,tamatsukuri:e,tokai:e,tomobe:e,tone:e,toride:e,tsuchiura:e,tsukuba:e,uchihara:e,ushiku:e,yachiyo:e,yamagata:e,yawara:e,yuki:e}],ishikawa:[1,{anamizu:e,hakui:e,hakusan:e,kaga:e,kahoku:e,kanazawa:e,kawakita:e,komatsu:e,nakanoto:e,nanao:e,nomi:e,nonoichi:e,noto:e,shika:e,suzu:e,tsubata:e,tsurugi:e,uchinada:e,wajima:e}],iwate:[1,{fudai:e,fujisawa:e,hanamaki:e,hiraizumi:e,hirono:e,ichinohe:e,ichinoseki:e,iwaizumi:e,iwate:e,joboji:e,kamaishi:e,kanegasaki:e,karumai:e,kawai:e,kitakami:e,kuji:e,kunohe:e,kuzumaki:e,miyako:e,mizusawa:e,morioka:e,ninohe:e,noda:e,ofunato:e,oshu:e,otsuchi:e,rikuzentakata:e,shiwa:e,shizukuishi:e,sumita:e,tanohata:e,tono:e,yahaba:e,yamada:e}],kagawa:[1,{ayagawa:e,higashikagawa:e,kanonji:e,kotohira:e,manno:e,marugame:e,mitoyo:e,naoshima:e,sanuki:e,tadotsu:e,takamatsu:e,tonosho:e,uchinomi:e,utazu:e,zentsuji:e}],kagoshima:[1,{akune:e,amami:e,hioki:e,isa:e,isen:e,izumi:e,kagoshima:e,kanoya:e,kawanabe:e,kinko:e,kouyama:e,makurazaki:e,matsumoto:e,minamitane:e,nakatane:e,nishinoomote:e,satsumasendai:e,soo:e,tarumizu:e,yusui:e}],kanagawa:[1,{aikawa:e,atsugi:e,ayase:e,chigasaki:e,ebina:e,fujisawa:e,hadano:e,hakone:e,hiratsuka:e,isehara:e,kaisei:e,kamakura:e,kiyokawa:e,matsuda:e,minamiashigara:e,miura:e,nakai:e,ninomiya:e,odawara:e,oi:e,oiso:e,sagamihara:e,samukawa:e,tsukui:e,yamakita:e,yamato:e,yokosuka:e,yugawara:e,zama:e,zushi:e}],kochi:[1,{aki:e,geisei:e,hidaka:e,higashitsuno:e,ino:e,kagami:e,kami:e,kitagawa:e,kochi:e,mihara:e,motoyama:e,muroto:e,nahari:e,nakamura:e,nankoku:e,nishitosa:e,niyodogawa:e,ochi:e,okawa:e,otoyo:e,otsuki:e,sakawa:e,sukumo:e,susaki:e,tosa:e,tosashimizu:e,toyo:e,tsuno:e,umaji:e,yasuda:e,yusuhara:e}],kumamoto:[1,{amakusa:e,arao:e,aso:e,choyo:e,gyokuto:e,kamiamakusa:e,kikuchi:e,kumamoto:e,mashiki:e,mifune:e,minamata:e,minamioguni:e,nagasu:e,nishihara:e,oguni:e,ozu:e,sumoto:e,takamori:e,uki:e,uto:e,yamaga:e,yamato:e,yatsushiro:e}],kyoto:[1,{ayabe:e,fukuchiyama:e,higashiyama:e,ide:e,ine:e,joyo:e,kameoka:e,kamo:e,kita:e,kizu:e,kumiyama:e,kyotamba:e,kyotanabe:e,kyotango:e,maizuru:e,minami:e,minamiyamashiro:e,miyazu:e,muko:e,nagaokakyo:e,nakagyo:e,nantan:e,oyamazaki:e,sakyo:e,seika:e,tanabe:e,uji:e,ujitawara:e,wazuka:e,yamashina:e,yawata:e}],mie:[1,{asahi:e,inabe:e,ise:e,kameyama:e,kawagoe:e,kiho:e,kisosaki:e,kiwa:e,komono:e,kumano:e,kuwana:e,matsusaka:e,meiwa:e,mihama:e,minamiise:e,misugi:e,miyama:e,nabari:e,shima:e,suzuka:e,tado:e,taiki:e,taki:e,tamaki:e,toba:e,tsu:e,udono:e,ureshino:e,watarai:e,yokkaichi:e}],miyagi:[1,{furukawa:e,higashimatsushima:e,ishinomaki:e,iwanuma:e,kakuda:e,kami:e,kawasaki:e,marumori:e,matsushima:e,minamisanriku:e,misato:e,murata:e,natori:e,ogawara:e,ohira:e,onagawa:e,osaki:e,rifu:e,semine:e,shibata:e,shichikashuku:e,shikama:e,shiogama:e,shiroishi:e,tagajo:e,taiwa:e,tome:e,tomiya:e,wakuya:e,watari:e,yamamoto:e,zao:e}],miyazaki:[1,{aya:e,ebino:e,gokase:e,hyuga:e,kadogawa:e,kawaminami:e,kijo:e,kitagawa:e,kitakata:e,kitaura:e,kobayashi:e,kunitomi:e,kushima:e,mimata:e,miyakonojo:e,miyazaki:e,morotsuka:e,nichinan:e,nishimera:e,nobeoka:e,saito:e,shiiba:e,shintomi:e,takaharu:e,takanabe:e,takazaki:e,tsuno:e}],nagano:[1,{achi:e,agematsu:e,anan:e,aoki:e,asahi:e,azumino:e,chikuhoku:e,chikuma:e,chino:e,fujimi:e,hakuba:e,hara:e,hiraya:e,iida:e,iijima:e,iiyama:e,iizuna:e,ikeda:e,ikusaka:e,ina:e,karuizawa:e,kawakami:e,kiso:e,kisofukushima:e,kitaaiki:e,komagane:e,komoro:e,matsukawa:e,matsumoto:e,miasa:e,minamiaiki:e,minamimaki:e,minamiminowa:e,minowa:e,miyada:e,miyota:e,mochizuki:e,nagano:e,nagawa:e,nagiso:e,nakagawa:e,nakano:e,nozawaonsen:e,obuse:e,ogawa:e,okaya:e,omachi:e,omi:e,ookuwa:e,ooshika:e,otaki:e,otari:e,sakae:e,sakaki:e,saku:e,sakuho:e,shimosuwa:e,shinanomachi:e,shiojiri:e,suwa:e,suzaka:e,takagi:e,takamori:e,takayama:e,tateshina:e,tatsuno:e,togakushi:e,togura:e,tomi:e,ueda:e,wada:e,yamagata:e,yamanouchi:e,yasaka:e,yasuoka:e}],nagasaki:[1,{chijiwa:e,futsu:e,goto:e,hasami:e,hirado:e,iki:e,isahaya:e,kawatana:e,kuchinotsu:e,matsuura:e,nagasaki:e,obama:e,omura:e,oseto:e,saikai:e,sasebo:e,seihi:e,shimabara:e,shinkamigoto:e,togitsu:e,tsushima:e,unzen:e}],nara:[1,{ando:e,gose:e,heguri:e,higashiyoshino:e,ikaruga:e,ikoma:e,kamikitayama:e,kanmaki:e,kashiba:e,kashihara:e,katsuragi:e,kawai:e,kawakami:e,kawanishi:e,koryo:e,kurotaki:e,mitsue:e,miyake:e,nara:e,nosegawa:e,oji:e,ouda:e,oyodo:e,sakurai:e,sango:e,shimoichi:e,shimokitayama:e,shinjo:e,soni:e,takatori:e,tawaramoto:e,tenkawa:e,tenri:e,uda:e,yamatokoriyama:e,yamatotakada:e,yamazoe:e,yoshino:e}],niigata:[1,{aga:e,agano:e,gosen:e,itoigawa:e,izumozaki:e,joetsu:e,kamo:e,kariwa:e,kashiwazaki:e,minamiuonuma:e,mitsuke:e,muika:e,murakami:e,myoko:e,nagaoka:e,niigata:e,ojiya:e,omi:e,sado:e,sanjo:e,seiro:e,seirou:e,sekikawa:e,shibata:e,tagami:e,tainai:e,tochio:e,tokamachi:e,tsubame:e,tsunan:e,uonuma:e,yahiko:e,yoita:e,yuzawa:e}],oita:[1,{beppu:e,bungoono:e,bungotakada:e,hasama:e,hiji:e,himeshima:e,hita:e,kamitsue:e,kokonoe:e,kuju:e,kunisaki:e,kusu:e,oita:e,saiki:e,taketa:e,tsukumi:e,usa:e,usuki:e,yufu:e}],okayama:[1,{akaiwa:e,asakuchi:e,bizen:e,hayashima:e,ibara:e,kagamino:e,kasaoka:e,kibichuo:e,kumenan:e,kurashiki:e,maniwa:e,misaki:e,nagi:e,niimi:e,nishiawakura:e,okayama:e,satosho:e,setouchi:e,shinjo:e,shoo:e,soja:e,takahashi:e,tamano:e,tsuyama:e,wake:e,yakage:e}],okinawa:[1,{aguni:e,ginowan:e,ginoza:e,gushikami:e,haebaru:e,higashi:e,hirara:e,iheya:e,ishigaki:e,ishikawa:e,itoman:e,izena:e,kadena:e,kin:e,kitadaito:e,kitanakagusuku:e,kumejima:e,kunigami:e,minamidaito:e,motobu:e,nago:e,naha:e,nakagusuku:e,nakijin:e,nanjo:e,nishihara:e,ogimi:e,okinawa:e,onna:e,shimoji:e,taketomi:e,tarama:e,tokashiki:e,tomigusuku:e,tonaki:e,urasoe:e,uruma:e,yaese:e,yomitan:e,yonabaru:e,yonaguni:e,zamami:e}],osaka:[1,{abeno:e,chihayaakasaka:e,chuo:e,daito:e,fujiidera:e,habikino:e,hannan:e,higashiosaka:e,higashisumiyoshi:e,higashiyodogawa:e,hirakata:e,ibaraki:e,ikeda:e,izumi:e,izumiotsu:e,izumisano:e,kadoma:e,kaizuka:e,kanan:e,kashiwara:e,katano:e,kawachinagano:e,kishiwada:e,kita:e,kumatori:e,matsubara:e,minato:e,minoh:e,misaki:e,moriguchi:e,neyagawa:e,nishi:e,nose:e,osakasayama:e,sakai:e,sayama:e,sennan:e,settsu:e,shijonawate:e,shimamoto:e,suita:e,tadaoka:e,taishi:e,tajiri:e,takaishi:e,takatsuki:e,tondabayashi:e,toyonaka:e,toyono:e,yao:e}],saga:[1,{ariake:e,arita:e,fukudomi:e,genkai:e,hamatama:e,hizen:e,imari:e,kamimine:e,kanzaki:e,karatsu:e,kashima:e,kitagata:e,kitahata:e,kiyama:e,kouhoku:e,kyuragi:e,nishiarita:e,ogi:e,omachi:e,ouchi:e,saga:e,shiroishi:e,taku:e,tara:e,tosu:e,yoshinogari:e}],saitama:[1,{arakawa:e,asaka:e,chichibu:e,fujimi:e,fujimino:e,fukaya:e,hanno:e,hanyu:e,hasuda:e,hatogaya:e,hatoyama:e,hidaka:e,higashichichibu:e,higashimatsuyama:e,honjo:e,ina:e,iruma:e,iwatsuki:e,kamiizumi:e,kamikawa:e,kamisato:e,kasukabe:e,kawagoe:e,kawaguchi:e,kawajima:e,kazo:e,kitamoto:e,koshigaya:e,kounosu:e,kuki:e,kumagaya:e,matsubushi:e,minano:e,misato:e,miyashiro:e,miyoshi:e,moroyama:e,nagatoro:e,namegawa:e,niiza:e,ogano:e,ogawa:e,ogose:e,okegawa:e,omiya:e,otaki:e,ranzan:e,ryokami:e,saitama:e,sakado:e,satte:e,sayama:e,shiki:e,shiraoka:e,soka:e,sugito:e,toda:e,tokigawa:e,tokorozawa:e,tsurugashima:e,urawa:e,warabi:e,yashio:e,yokoze:e,yono:e,yorii:e,yoshida:e,yoshikawa:e,yoshimi:e}],shiga:[1,{aisho:e,gamo:e,higashiomi:e,hikone:e,koka:e,konan:e,kosei:e,koto:e,kusatsu:e,maibara:e,moriyama:e,nagahama:e,nishiazai:e,notogawa:e,omihachiman:e,otsu:e,ritto:e,ryuoh:e,takashima:e,takatsuki:e,torahime:e,toyosato:e,yasu:e}],shimane:[1,{akagi:e,ama:e,gotsu:e,hamada:e,higashiizumo:e,hikawa:e,hikimi:e,izumo:e,kakinoki:e,masuda:e,matsue:e,misato:e,nishinoshima:e,ohda:e,okinoshima:e,okuizumo:e,shimane:e,tamayu:e,tsuwano:e,unnan:e,yakumo:e,yasugi:e,yatsuka:e}],shizuoka:[1,{arai:e,atami:e,fuji:e,fujieda:e,fujikawa:e,fujinomiya:e,fukuroi:e,gotemba:e,haibara:e,hamamatsu:e,higashiizu:e,ito:e,iwata:e,izu:e,izunokuni:e,kakegawa:e,kannami:e,kawanehon:e,kawazu:e,kikugawa:e,kosai:e,makinohara:e,matsuzaki:e,minamiizu:e,mishima:e,morimachi:e,nishiizu:e,numazu:e,omaezaki:e,shimada:e,shimizu:e,shimoda:e,shizuoka:e,susono:e,yaizu:e,yoshida:e}],tochigi:[1,{ashikaga:e,bato:e,haga:e,ichikai:e,iwafune:e,kaminokawa:e,kanuma:e,karasuyama:e,kuroiso:e,mashiko:e,mibu:e,moka:e,motegi:e,nasu:e,nasushiobara:e,nikko:e,nishikata:e,nogi:e,ohira:e,ohtawara:e,oyama:e,sakura:e,sano:e,shimotsuke:e,shioya:e,takanezawa:e,tochigi:e,tsuga:e,ujiie:e,utsunomiya:e,yaita:e}],tokushima:[1,{aizumi:e,anan:e,ichiba:e,itano:e,kainan:e,komatsushima:e,matsushige:e,mima:e,minami:e,miyoshi:e,mugi:e,nakagawa:e,naruto:e,sanagochi:e,shishikui:e,tokushima:e,wajiki:e}],tokyo:[1,{adachi:e,akiruno:e,akishima:e,aogashima:e,arakawa:e,bunkyo:e,chiyoda:e,chofu:e,chuo:e,edogawa:e,fuchu:e,fussa:e,hachijo:e,hachioji:e,hamura:e,higashikurume:e,higashimurayama:e,higashiyamato:e,hino:e,hinode:e,hinohara:e,inagi:e,itabashi:e,katsushika:e,kita:e,kiyose:e,kodaira:e,koganei:e,kokubunji:e,komae:e,koto:e,kouzushima:e,kunitachi:e,machida:e,meguro:e,minato:e,mitaka:e,mizuho:e,musashimurayama:e,musashino:e,nakano:e,nerima:e,ogasawara:e,okutama:e,ome:e,oshima:e,ota:e,setagaya:e,shibuya:e,shinagawa:e,shinjuku:e,suginami:e,sumida:e,tachikawa:e,taito:e,tama:e,toshima:e}],tottori:[1,{chizu:e,hino:e,kawahara:e,koge:e,kotoura:e,misasa:e,nanbu:e,nichinan:e,sakaiminato:e,tottori:e,wakasa:e,yazu:e,yonago:e}],toyama:[1,{asahi:e,fuchu:e,fukumitsu:e,funahashi:e,himi:e,imizu:e,inami:e,johana:e,kamiichi:e,kurobe:e,nakaniikawa:e,namerikawa:e,nanto:e,nyuzen:e,oyabe:e,taira:e,takaoka:e,tateyama:e,toga:e,tonami:e,toyama:e,unazuki:e,uozu:e,yamada:e}],wakayama:[1,{arida:e,aridagawa:e,gobo:e,hashimoto:e,hidaka:e,hirogawa:e,inami:e,iwade:e,kainan:e,kamitonda:e,katsuragi:e,kimino:e,kinokawa:e,kitayama:e,koya:e,koza:e,kozagawa:e,kudoyama:e,kushimoto:e,mihama:e,misato:e,nachikatsuura:e,shingu:e,shirahama:e,taiji:e,tanabe:e,wakayama:e,yuasa:e,yura:e}],yamagata:[1,{asahi:e,funagata:e,higashine:e,iide:e,kahoku:e,kaminoyama:e,kaneyama:e,kawanishi:e,mamurogawa:e,mikawa:e,murayama:e,nagai:e,nakayama:e,nanyo:e,nishikawa:e,obanazawa:e,oe:e,oguni:e,ohkura:e,oishida:e,sagae:e,sakata:e,sakegawa:e,shinjo:e,shirataka:e,shonai:e,takahata:e,tendo:e,tozawa:e,tsuruoka:e,yamagata:e,yamanobe:e,yonezawa:e,yuza:e}],yamaguchi:[1,{abu:e,hagi:e,hikari:e,hofu:e,iwakuni:e,kudamatsu:e,mitou:e,nagato:e,oshima:e,shimonoseki:e,shunan:e,tabuse:e,tokuyama:e,toyota:e,ube:e,yuu:e}],yamanashi:[1,{chuo:e,doshi:e,fuefuki:e,fujikawa:e,fujikawaguchiko:e,fujiyoshida:e,hayakawa:e,hokuto:e,ichikawamisato:e,kai:e,kofu:e,koshu:e,kosuge:e,"minami-alps":e,minobu:e,nakamichi:e,nanbu:e,narusawa:e,nirasaki:e,nishikatsura:e,oshino:e,otsuki:e,showa:e,tabayama:e,tsuru:e,uenohara:e,yamanakako:e,yamanashi:e}],"xn--ehqz56n":e,三重:e,"xn--1lqs03n":e,京都:e,"xn--qqqt11m":e,佐賀:e,"xn--f6qx53a":e,兵庫:e,"xn--djrs72d6uy":e,北海道:e,"xn--mkru45i":e,千葉:e,"xn--0trq7p7nn":e,和歌山:e,"xn--5js045d":e,埼玉:e,"xn--kbrq7o":e,大分:e,"xn--pssu33l":e,大阪:e,"xn--ntsq17g":e,奈良:e,"xn--uisz3g":e,宮城:e,"xn--6btw5a":e,宮崎:e,"xn--1ctwo":e,富山:e,"xn--6orx2r":e,山口:e,"xn--rht61e":e,山形:e,"xn--rht27z":e,山梨:e,"xn--nit225k":e,岐阜:e,"xn--rht3d":e,岡山:e,"xn--djty4k":e,岩手:e,"xn--klty5x":e,島根:e,"xn--kltx9a":e,広島:e,"xn--kltp7d":e,徳島:e,"xn--c3s14m":e,愛媛:e,"xn--vgu402c":e,愛知:e,"xn--efvn9s":e,新潟:e,"xn--1lqs71d":e,東京:e,"xn--4pvxs":e,栃木:e,"xn--uuwu58a":e,沖縄:e,"xn--zbx025d":e,滋賀:e,"xn--8pvr4u":e,熊本:e,"xn--5rtp49c":e,石川:e,"xn--ntso0iqx3a":e,神奈川:e,"xn--elqq16h":e,福井:e,"xn--4it168d":e,福岡:e,"xn--klt787d":e,福島:e,"xn--rny31h":e,秋田:e,"xn--7t0a264c":e,群馬:e,"xn--uist22h":e,茨城:e,"xn--8ltr62k":e,長崎:e,"xn--2m4a15e":e,長野:e,"xn--32vp30h":e,青森:e,"xn--4it797k":e,静岡:e,"xn--5rtq34k":e,香川:e,"xn--k7yn95e":e,高知:e,"xn--tor131o":e,鳥取:e,"xn--d5qv7z876c":e,鹿児島:e,kawasaki:d,kitakyushu:d,kobe:d,nagoya:d,sapporo:d,sendai:d,yokohama:d,buyshop:a,fashionstore:a,handcrafted:a,kawaiishop:a,supersale:a,theshop:a,"0am":a,"0g0":a,"0j0":a,"0t0":a,mydns:a,pgw:a,wjg:a,usercontent:a,angry:a,babyblue:a,babymilk:a,backdrop:a,bambina:a,bitter:a,blush:a,boo:a,boy:a,boyfriend:a,but:a,candypop:a,capoo:a,catfood:a,cheap:a,chicappa:a,chillout:a,chips:a,chowder:a,chu:a,ciao:a,cocotte:a,coolblog:a,cranky:a,cutegirl:a,daa:a,deca:a,deci:a,digick:a,egoism:a,fakefur:a,fem:a,flier:a,floppy:a,fool:a,frenchkiss:a,girlfriend:a,girly:a,gloomy:a,gonna:a,greater:a,hacca:a,heavy:a,her:a,hiho:a,hippy:a,holy:a,hungry:a,icurus:a,itigo:a,jellybean:a,kikirara:a,kill:a,kilo:a,kuron:a,littlestar:a,lolipopmc:a,lolitapunk:a,lomo:a,lovepop:a,lovesick:a,main:a,mods:a,mond:a,mongolian:a,moo:a,namaste:a,nikita:a,nobushi:a,noor:a,oops:a,parallel:a,parasite:a,pecori:a,peewee:a,penne:a,pepper:a,perma:a,pigboat:a,pinoko:a,punyu:a,pupu:a,pussycat:a,pya:a,raindrop:a,readymade:a,sadist:a,schoolbus:a,secret:a,staba:a,stripper:a,sub:a,sunnyday:a,thick:a,tonkotsu:a,under:a,upper:a,velvet:a,verse:a,versus:a,vivian:a,watson:a,weblike:a,whitesnow:a,zombie:a,hateblo:a,hatenablog:a,hatenadiary:a,"2-d":a,bona:a,crap:a,daynight:a,eek:a,flop:a,halfmoon:a,jeez:a,matrix:a,mimoza:a,netgamers:a,nyanta:a,o0o0:a,rdy:a,rgr:a,rulez:a,sakurastorage:[0,{isk01:ve,isk02:ve}],saloon:a,sblo:a,skr:a,tank:a,"uh-oh":a,undo:a,webaccel:[0,{rs:a,user:a}],websozai:a,xii:a}],ke:[1,{ac:e,co:e,go:e,info:e,me:e,mobi:e,ne:e,or:e,sc:e}],kg:[1,{com:e,edu:e,gov:e,mil:e,net:e,org:e,us:a,xx:a}],kh:d,ki:Xe,km:[1,{ass:e,com:e,edu:e,gov:e,mil:e,nom:e,org:e,prd:e,tm:e,asso:e,coop:e,gouv:e,medecin:e,notaires:e,pharmaciens:e,presse:e,veterinaire:e}],kn:[1,{edu:e,gov:e,net:e,org:e}],kp:[1,{com:e,edu:e,gov:e,org:e,rep:e,tra:e}],kr:[1,{ac:e,ai:e,co:e,es:e,go:e,hs:e,io:e,it:e,kg:e,me:e,mil:e,ms:e,ne:e,or:e,pe:e,re:e,sc:e,busan:e,chungbuk:e,chungnam:e,daegu:e,daejeon:e,gangwon:e,gwangju:e,gyeongbuk:e,gyeonggi:e,gyeongnam:e,incheon:e,jeju:e,jeonbuk:e,jeonnam:e,seoul:e,ulsan:e,c01:a,"eliv-cdn":a,"eliv-dns":a,mmv:a,vki:a}],kw:[1,{com:e,edu:e,emb:e,gov:e,ind:e,net:e,org:e}],ky:re,kz:[1,{com:e,edu:e,gov:e,mil:e,net:e,org:e,jcloud:a}],la:[1,{com:e,edu:e,gov:e,info:e,int:e,net:e,org:e,per:e,bnr:a}],lb:t,lc:[1,{co:e,com:e,edu:e,gov:e,net:e,org:e,oy:a}],li:e,lk:[1,{ac:e,assn:e,com:e,edu:e,gov:e,grp:e,hotel:e,int:e,ltd:e,net:e,ngo:e,org:e,sch:e,soc:e,web:e}],lr:t,ls:[1,{ac:e,biz:e,co:e,edu:e,gov:e,info:e,net:e,org:e,sc:e}],lt:l,lu:[1,{"123website":a}],lv:[1,{asn:e,com:e,conf:e,edu:e,gov:e,id:e,mil:e,net:e,org:e}],ly:[1,{com:e,edu:e,gov:e,id:e,med:e,net:e,org:e,plc:e,sch:e}],ma:[1,{ac:e,co:e,gov:e,net:e,org:e,press:e}],mc:[1,{asso:e,tm:e}],md:[1,{ir:a}],me:[1,{ac:e,co:e,edu:e,gov:e,its:e,net:e,org:e,priv:e,c66:a,craft:a,edgestack:a,filegear:a,"filegear-sg":a,lohmus:a,barsy:a,mcdir:a,brasilia:a,ddns:a,dnsfor:a,hopto:a,loginto:a,noip:a,webhop:a,soundcast:a,tcp4:a,vp4:a,diskstation:a,dscloud:a,i234:a,myds:a,synology:a,transip:ke,nohost:a}],mg:[1,{co:e,com:e,edu:e,gov:e,mil:e,nom:e,org:e,prd:e}],mh:e,mil:e,mk:[1,{com:e,edu:e,gov:e,inf:e,name:e,net:e,org:e}],ml:[1,{ac:e,art:e,asso:e,com:e,edu:e,gouv:e,gov:e,info:e,inst:e,net:e,org:e,pr:e,presse:e}],mm:d,mn:[1,{edu:e,gov:e,org:e,nyc:a}],mo:t,mobi:[1,{barsy:a,dscloud:a}],mp:[1,{ju:a}],mq:e,mr:l,ms:[1,{com:e,edu:e,gov:e,net:e,org:e,minisite:a}],mt:re,mu:[1,{ac:e,co:e,com:e,gov:e,net:e,or:e,org:e}],museum:e,mv:[1,{aero:e,biz:e,com:e,coop:e,edu:e,gov:e,info:e,int:e,mil:e,museum:e,name:e,net:e,org:e,pro:e}],mw:[1,{ac:e,biz:e,co:e,com:e,coop:e,edu:e,gov:e,int:e,net:e,org:e}],mx:[1,{com:e,edu:e,gob:e,net:e,org:e}],my:[1,{biz:e,com:e,edu:e,gov:e,mil:e,name:e,net:e,org:e}],mz:[1,{ac:e,adv:e,co:e,edu:e,gov:e,mil:e,net:e,org:e}],na:[1,{alt:e,co:e,com:e,gov:e,net:e,org:e}],name:[1,{her:ea,his:ea,ispmanager:a}],nc:[1,{asso:e,nom:e}],ne:e,net:[1,{adobeaemcloud:a,"adobeio-static":a,adobeioruntime:a,akadns:a,akamai:a,"akamai-staging":a,akamaiedge:a,"akamaiedge-staging":a,akamaihd:a,"akamaihd-staging":a,akamaiorigin:a,"akamaiorigin-staging":a,akamaized:a,"akamaized-staging":a,edgekey:a,"edgekey-staging":a,edgesuite:a,"edgesuite-staging":a,alwaysdata:a,myamaze:a,cloudfront:a,appudo:a,"atlassian-dev":[0,{prod:Q}],myfritz:a,onavstack:a,shopselect:a,blackbaudcdn:a,boomla:a,bplaced:a,square7:a,cdn77:[0,{r:a}],"cdn77-ssl":a,gb:a,hu:a,jp:a,se:a,uk:a,clickrising:a,"ddns-ip":a,"dns-cloud":a,"dns-dynamic":a,cloudaccess:a,cloudflare:[2,{cdn:a}],cloudflareanycast:Q,cloudflarecn:Q,cloudflareglobal:Q,ctfcloud:a,"feste-ip":a,"knx-server":a,"static-access":a,cryptonomic:o,dattolocal:a,mydatto:a,debian:a,definima:a,deno:a,icp:o,de5:a,"at-band-camp":a,blogdns:a,"broke-it":a,buyshouses:a,dnsalias:a,dnsdojo:a,"does-it":a,dontexist:a,dynalias:a,dynathome:a,endofinternet:a,"from-az":a,"from-co":a,"from-la":a,"from-ny":a,"gets-it":a,"ham-radio-op":a,homeftp:a,homeip:a,homelinux:a,homeunix:a,"in-the-band":a,"is-a-chef":a,"is-a-geek":a,"isa-geek":a,"kicks-ass":a,"office-on-the":a,podzone:a,"scrapper-site":a,selfip:a,"sells-it":a,servebbs:a,serveftp:a,thruhere:a,webhop:a,casacam:a,dynu:a,dynv6:a,twmail:a,ru:a,channelsdvr:[2,{u:a}],fastly:[0,{freetls:a,map:a,prod:[0,{a,global:a}],ssl:[0,{a,b:a,global:a}]}],fastlylb:[2,{map:a}],edgeapp:a,"keyword-on":a,"live-on":a,"server-on":a,"cdn-edges":a,heteml:a,cloudfunctions:a,"grafana-dev":a,iobb:a,moonscale:a,"in-dsl":a,"in-vpn":a,oninferno:a,botdash:a,"apps-1and1":a,ipifony:a,cloudjiffy:[2,{"fra1-de":a,"west1-us":a}],elastx:[0,{"jls-sto1":a,"jls-sto2":a,"jls-sto3":a}],massivegrid:[0,{paas:[0,{"fr-1":a,"lon-1":a,"lon-2":a,"ny-1":a,"ny-2":a,"sg-1":a}]}],saveincloud:[0,{jelastic:a,"nordeste-idc":a}],scaleforce:be,kinghost:a,uni5:a,krellian:a,ggff:a,localto:o,barsy:a,luyani:a,memset:a,"azure-api":a,"azure-mobile":a,azureedge:a,azurefd:a,azurestaticapps:[2,{1:a,2:a,3:a,4:a,5:a,6:a,7:a,centralus:a,eastasia:a,eastus2:a,westeurope:a,westus2:a}],azurewebsites:a,cloudapp:a,trafficmanager:a,windows:[0,{core:[0,{blob:a}],servicebus:a}],mynetname:[0,{sn:a}],routingthecloud:a,bounceme:a,ddns:a,"eating-organic":a,mydissent:a,myeffect:a,mymediapc:a,mypsx:a,mysecuritycamera:a,nhlfan:a,"no-ip":a,pgafan:a,privatizehealthinsurance:a,redirectme:a,serveblog:a,serveminecraft:a,sytes:a,dnsup:a,hicam:a,"now-dns":a,ownip:a,vpndns:a,cloudycluster:a,ovh:[0,{hosting:o,webpaas:o}],rackmaze:a,myradweb:a,in:a,"subsc-pay":a,squares:a,schokokeks:a,"firewall-gateway":a,seidat:a,senseering:a,siteleaf:a,mafelo:a,myspreadshop:a,"vps-host":[2,{jelastic:[0,{atl:a,njs:a,ric:a}]}],srcf:[0,{soc:a,user:a}],supabase:a,dsmynas:a,familyds:a,ts:[2,{c:o}],torproject:[2,{pages:a}],tunnelmole:a,vusercontent:a,"reserve-online":a,localcert:a,"community-pro":a,meinforum:a,yandexcloud:[2,{storage:a,website:a}],za:a,zabc:a}],nf:[1,{arts:e,com:e,firm:e,info:e,net:e,other:e,per:e,rec:e,store:e,web:e}],ng:[1,{com:e,edu:e,gov:e,i:e,mil:e,mobi:e,name:e,net:e,org:e,sch:e,biz:[2,{co:a,dl:a,go:a,lg:a,on:a}],col:a,firm:a,gen:a,ltd:a,ngo:a,plc:a}],ni:[1,{ac:e,biz:e,co:e,com:e,edu:e,gob:e,in:e,info:e,int:e,mil:e,net:e,nom:e,org:e,web:e}],nl:[1,{co:a,"hosting-cluster":a,gov:a,khplay:a,"123website":a,myspreadshop:a,transurl:o,cistron:a,demon:a}],no:[1,{fhs:e,folkebibl:e,fylkesbibl:e,idrett:e,museum:e,priv:e,vgs:e,dep:e,herad:e,kommune:e,mil:e,stat:e,aa:z,ah:z,bu:z,fm:z,hl:z,hm:z,"jan-mayen":z,mr:z,nl:z,nt:z,of:z,ol:z,oslo:z,rl:z,sf:z,st:z,svalbard:z,tm:z,tr:z,va:z,vf:z,akrehamn:e,"xn--krehamn-dxa":e,åkrehamn:e,algard:e,"xn--lgrd-poac":e,ålgård:e,arna:e,bronnoysund:e,"xn--brnnysund-m8ac":e,brønnøysund:e,brumunddal:e,bryne:e,drobak:e,"xn--drbak-wua":e,drøbak:e,egersund:e,fetsund:e,floro:e,"xn--flor-jra":e,florø:e,fredrikstad:e,hokksund:e,honefoss:e,"xn--hnefoss-q1a":e,hønefoss:e,jessheim:e,jorpeland:e,"xn--jrpeland-54a":e,jørpeland:e,kirkenes:e,kopervik:e,krokstadelva:e,langevag:e,"xn--langevg-jxa":e,langevåg:e,leirvik:e,mjondalen:e,"xn--mjndalen-64a":e,mjøndalen:e,"mo-i-rana":e,mosjoen:e,"xn--mosjen-eya":e,mosjøen:e,nesoddtangen:e,orkanger:e,osoyro:e,"xn--osyro-wua":e,osøyro:e,raholt:e,"xn--rholt-mra":e,råholt:e,sandnessjoen:e,"xn--sandnessjen-ogb":e,sandnessjøen:e,skedsmokorset:e,slattum:e,spjelkavik:e,stathelle:e,stavern:e,stjordalshalsen:e,"xn--stjrdalshalsen-sqb":e,stjørdalshalsen:e,tananger:e,tranby:e,vossevangen:e,aarborte:e,aejrie:e,afjord:e,"xn--fjord-lra":e,åfjord:e,agdenes:e,akershus:aa,aknoluokta:e,"xn--koluokta-7ya57h":e,ákŋoluokta:e,al:e,"xn--l-1fa":e,ål:e,alaheadju:e,"xn--laheadju-7ya":e,álaheadju:e,alesund:e,"xn--lesund-hua":e,ålesund:e,alstahaug:e,alta:e,"xn--lt-liac":e,áltá:e,alvdal:e,amli:e,"xn--mli-tla":e,åmli:e,amot:e,"xn--mot-tla":e,åmot:e,andasuolo:e,andebu:e,andoy:e,"xn--andy-ira":e,andøy:e,ardal:e,"xn--rdal-poa":e,årdal:e,aremark:e,arendal:e,"xn--s-1fa":e,ås:e,aseral:e,"xn--seral-lra":e,åseral:e,asker:e,askim:e,askoy:e,"xn--asky-ira":e,askøy:e,askvoll:e,asnes:e,"xn--snes-poa":e,åsnes:e,audnedaln:e,aukra:e,aure:e,aurland:e,"aurskog-holand":e,"xn--aurskog-hland-jnb":e,"aurskog-høland":e,austevoll:e,austrheim:e,averoy:e,"xn--avery-yua":e,averøy:e,badaddja:e,"xn--bdddj-mrabd":e,bådåddjå:e,"xn--brum-voa":e,bærum:e,bahcavuotna:e,"xn--bhcavuotna-s4a":e,báhcavuotna:e,bahccavuotna:e,"xn--bhccavuotna-k7a":e,báhccavuotna:e,baidar:e,"xn--bidr-5nac":e,báidár:e,bajddar:e,"xn--bjddar-pta":e,bájddar:e,balat:e,"xn--blt-elab":e,bálát:e,balestrand:e,ballangen:e,balsfjord:e,bamble:e,bardu:e,barum:e,batsfjord:e,"xn--btsfjord-9za":e,båtsfjord:e,bearalvahki:e,"xn--bearalvhki-y4a":e,bearalváhki:e,beardu:e,beiarn:e,berg:e,bergen:e,berlevag:e,"xn--berlevg-jxa":e,berlevåg:e,bievat:e,"xn--bievt-0qa":e,bievát:e,bindal:e,birkenes:e,bjerkreim:e,bjugn:e,bodo:e,"xn--bod-2na":e,bodø:e,bokn:e,bomlo:e,"xn--bmlo-gra":e,bømlo:e,bremanger:e,bronnoy:e,"xn--brnny-wuac":e,brønnøy:e,budejju:e,buskerud:aa,bygland:e,bykle:e,cahcesuolo:e,"xn--hcesuolo-7ya35b":e,čáhcesuolo:e,davvenjarga:e,"xn--davvenjrga-y4a":e,davvenjárga:e,davvesiida:e,deatnu:e,dielddanuorri:e,divtasvuodna:e,divttasvuotna:e,donna:e,"xn--dnna-gra":e,dønna:e,dovre:e,drammen:e,drangedal:e,dyroy:e,"xn--dyry-ira":e,dyrøy:e,eid:e,eidfjord:e,eidsberg:e,eidskog:e,eidsvoll:e,eigersund:e,elverum:e,enebakk:e,engerdal:e,etne:e,etnedal:e,evenassi:e,"xn--eveni-0qa01ga":e,evenášši:e,evenes:e,"evje-og-hornnes":e,farsund:e,fauske:e,fedje:e,fet:e,finnoy:e,"xn--finny-yua":e,finnøy:e,fitjar:e,fjaler:e,fjell:e,fla:e,"xn--fl-zia":e,flå:e,flakstad:e,flatanger:e,flekkefjord:e,flesberg:e,flora:e,folldal:e,forde:e,"xn--frde-gra":e,førde:e,forsand:e,fosnes:e,"xn--frna-woa":e,fræna:e,frana:e,frei:e,frogn:e,froland:e,frosta:e,froya:e,"xn--frya-hra":e,frøya:e,fuoisku:e,fuossko:e,fusa:e,fyresdal:e,gaivuotna:e,"xn--givuotna-8ya":e,gáivuotna:e,galsa:e,"xn--gls-elac":e,gálsá:e,gamvik:e,gangaviika:e,"xn--ggaviika-8ya47h":e,gáŋgaviika:e,gaular:e,gausdal:e,giehtavuoatna:e,gildeskal:e,"xn--gildeskl-g0a":e,gildeskål:e,giske:e,gjemnes:e,gjerdrum:e,gjerstad:e,gjesdal:e,gjovik:e,"xn--gjvik-wua":e,gjøvik:e,gloppen:e,gol:e,gran:e,grane:e,granvin:e,gratangen:e,grimstad:e,grong:e,grue:e,gulen:e,guovdageaidnu:e,ha:e,"xn--h-2fa":e,hå:e,habmer:e,"xn--hbmer-xqa":e,hábmer:e,hadsel:e,"xn--hgebostad-g3a":e,hægebostad:e,hagebostad:e,halden:e,halsa:e,hamar:e,hamaroy:e,hammarfeasta:e,"xn--hmmrfeasta-s4ac":e,hámmárfeasta:e,hammerfest:e,hapmir:e,"xn--hpmir-xqa":e,hápmir:e,haram:e,hareid:e,harstad:e,hasvik:e,hattfjelldal:e,haugesund:e,hedmark:[0,{os:e,valer:e,"xn--vler-qoa":e,våler:e}],hemne:e,hemnes:e,hemsedal:e,hitra:e,hjartdal:e,hjelmeland:e,hobol:e,"xn--hobl-ira":e,hobøl:e,hof:e,hol:e,hole:e,holmestrand:e,holtalen:e,"xn--holtlen-hxa":e,holtålen:e,hordaland:[0,{os:e}],hornindal:e,horten:e,hoyanger:e,"xn--hyanger-q1a":e,høyanger:e,hoylandet:e,"xn--hylandet-54a":e,høylandet:e,hurdal:e,hurum:e,hvaler:e,hyllestad:e,ibestad:e,inderoy:e,"xn--indery-fya":e,inderøy:e,iveland:e,ivgu:e,jevnaker:e,jolster:e,"xn--jlster-bya":e,jølster:e,jondal:e,kafjord:e,"xn--kfjord-iua":e,kåfjord:e,karasjohka:e,"xn--krjohka-hwab49j":e,kárášjohka:e,karasjok:e,karlsoy:e,karmoy:e,"xn--karmy-yua":e,karmøy:e,kautokeino:e,klabu:e,"xn--klbu-woa":e,klæbu:e,klepp:e,kongsberg:e,kongsvinger:e,kraanghke:e,"xn--kranghke-b0a":e,kråanghke:e,kragero:e,"xn--krager-gya":e,kragerø:e,kristiansand:e,kristiansund:e,krodsherad:e,"xn--krdsherad-m8a":e,krødsherad:e,"xn--kvfjord-nxa":e,kvæfjord:e,"xn--kvnangen-k0a":e,kvænangen:e,kvafjord:e,kvalsund:e,kvam:e,kvanangen:e,kvinesdal:e,kvinnherad:e,kviteseid:e,kvitsoy:e,"xn--kvitsy-fya":e,kvitsøy:e,laakesvuemie:e,"xn--lrdal-sra":e,lærdal:e,lahppi:e,"xn--lhppi-xqa":e,láhppi:e,lardal:e,larvik:e,lavagis:e,lavangen:e,leangaviika:e,"xn--leagaviika-52b":e,leaŋgaviika:e,lebesby:e,leikanger:e,leirfjord:e,leka:e,leksvik:e,lenvik:e,lerdal:e,lesja:e,levanger:e,lier:e,lierne:e,lillehammer:e,lillesand:e,lindas:e,"xn--linds-pra":e,lindås:e,lindesnes:e,loabat:e,"xn--loabt-0qa":e,loabát:e,lodingen:e,"xn--ldingen-q1a":e,lødingen:e,lom:e,loppa:e,lorenskog:e,"xn--lrenskog-54a":e,lørenskog:e,loten:e,"xn--lten-gra":e,løten:e,lund:e,lunner:e,luroy:e,"xn--lury-ira":e,lurøy:e,luster:e,lyngdal:e,lyngen:e,malatvuopmi:e,"xn--mlatvuopmi-s4a":e,málatvuopmi:e,malselv:e,"xn--mlselv-iua":e,målselv:e,malvik:e,mandal:e,marker:e,marnardal:e,masfjorden:e,masoy:e,"xn--msy-ula0h":e,måsøy:e,"matta-varjjat":e,"xn--mtta-vrjjat-k7af":e,"mátta-várjjat":e,meland:e,meldal:e,melhus:e,meloy:e,"xn--mely-ira":e,meløy:e,meraker:e,"xn--merker-kua":e,meråker:e,midsund:e,"midtre-gauldal":e,moareke:e,"xn--moreke-jua":e,moåreke:e,modalen:e,modum:e,molde:e,"more-og-romsdal":[0,{heroy:e,sande:e}],"xn--mre-og-romsdal-qqb":[0,{"xn--hery-ira":e,sande:e}],"møre-og-romsdal":[0,{herøy:e,sande:e}],moskenes:e,moss:e,muosat:e,"xn--muost-0qa":e,muosát:e,naamesjevuemie:e,"xn--nmesjevuemie-tcba":e,nååmesjevuemie:e,"xn--nry-yla5g":e,nærøy:e,namdalseid:e,namsos:e,namsskogan:e,nannestad:e,naroy:e,narviika:e,narvik:e,naustdal:e,navuotna:e,"xn--nvuotna-hwa":e,návuotna:e,"nedre-eiker":e,nesna:e,nesodden:e,nesseby:e,nesset:e,nissedal:e,nittedal:e,"nord-aurdal":e,"nord-fron":e,"nord-odal":e,norddal:e,nordkapp:e,nordland:[0,{bo:e,"xn--b-5ga":e,bø:e,heroy:e,"xn--hery-ira":e,herøy:e}],"nordre-land":e,nordreisa:e,"nore-og-uvdal":e,notodden:e,notteroy:e,"xn--nttery-byae":e,nøtterøy:e,odda:e,oksnes:e,"xn--ksnes-uua":e,øksnes:e,omasvuotna:e,oppdal:e,oppegard:e,"xn--oppegrd-ixa":e,oppegård:e,orkdal:e,orland:e,"xn--rland-uua":e,ørland:e,orskog:e,"xn--rskog-uua":e,ørskog:e,orsta:e,"xn--rsta-fra":e,ørsta:e,osen:e,osteroy:e,"xn--ostery-fya":e,osterøy:e,ostfold:[0,{valer:e}],"xn--stfold-9xa":[0,{"xn--vler-qoa":e}],østfold:[0,{våler:e}],"ostre-toten":e,"xn--stre-toten-zcb":e,"østre-toten":e,overhalla:e,"ovre-eiker":e,"xn--vre-eiker-k8a":e,"øvre-eiker":e,oyer:e,"xn--yer-zna":e,øyer:e,oygarden:e,"xn--ygarden-p1a":e,øygarden:e,"oystre-slidre":e,"xn--ystre-slidre-ujb":e,"øystre-slidre":e,porsanger:e,porsangu:e,"xn--porsgu-sta26f":e,porsáŋgu:e,porsgrunn:e,rade:e,"xn--rde-ula":e,råde:e,radoy:e,"xn--rady-ira":e,radøy:e,"xn--rlingen-mxa":e,rælingen:e,rahkkeravju:e,"xn--rhkkervju-01af":e,ráhkkerávju:e,raisa:e,"xn--risa-5na":e,ráisa:e,rakkestad:e,ralingen:e,rana:e,randaberg:e,rauma:e,rendalen:e,rennebu:e,rennesoy:e,"xn--rennesy-v1a":e,rennesøy:e,rindal:e,ringebu:e,ringerike:e,ringsaker:e,risor:e,"xn--risr-ira":e,risør:e,rissa:e,roan:e,rodoy:e,"xn--rdy-0nab":e,rødøy:e,rollag:e,romsa:e,romskog:e,"xn--rmskog-bya":e,rømskog:e,roros:e,"xn--rros-gra":e,røros:e,rost:e,"xn--rst-0na":e,røst:e,royken:e,"xn--ryken-vua":e,røyken:e,royrvik:e,"xn--ryrvik-bya":e,røyrvik:e,ruovat:e,rygge:e,salangen:e,salat:e,"xn--slat-5na":e,sálat:e,"xn--slt-elab":e,sálát:e,saltdal:e,samnanger:e,sandefjord:e,sandnes:e,sandoy:e,"xn--sandy-yua":e,sandøy:e,sarpsborg:e,sauda:e,sauherad:e,sel:e,selbu:e,selje:e,seljord:e,siellak:e,sigdal:e,siljan:e,sirdal:e,skanit:e,"xn--sknit-yqa":e,skánit:e,skanland:e,"xn--sknland-fxa":e,skånland:e,skaun:e,skedsmo:e,ski:e,skien:e,skierva:e,"xn--skierv-uta":e,skiervá:e,skiptvet:e,skjak:e,"xn--skjk-soa":e,skjåk:e,skjervoy:e,"xn--skjervy-v1a":e,skjervøy:e,skodje:e,smola:e,"xn--smla-hra":e,smøla:e,snaase:e,"xn--snase-nra":e,snåase:e,snasa:e,"xn--snsa-roa":e,snåsa:e,snillfjord:e,snoasa:e,sogndal:e,sogne:e,"xn--sgne-gra":e,søgne:e,sokndal:e,sola:e,solund:e,somna:e,"xn--smna-gra":e,sømna:e,"sondre-land":e,"xn--sndre-land-0cb":e,"søndre-land":e,songdalen:e,"sor-aurdal":e,"xn--sr-aurdal-l8a":e,"sør-aurdal":e,"sor-fron":e,"xn--sr-fron-q1a":e,"sør-fron":e,"sor-odal":e,"xn--sr-odal-q1a":e,"sør-odal":e,"sor-varanger":e,"xn--sr-varanger-ggb":e,"sør-varanger":e,sorfold:e,"xn--srfold-bya":e,sørfold:e,sorreisa:e,"xn--srreisa-q1a":e,sørreisa:e,sortland:e,sorum:e,"xn--srum-gra":e,sørum:e,spydeberg:e,stange:e,stavanger:e,steigen:e,steinkjer:e,stjordal:e,"xn--stjrdal-s1a":e,stjørdal:e,stokke:e,"stor-elvdal":e,stord:e,stordal:e,storfjord:e,strand:e,stranda:e,stryn:e,sula:e,suldal:e,sund:e,sunndal:e,surnadal:e,sveio:e,svelvik:e,sykkylven:e,tana:e,telemark:[0,{bo:e,"xn--b-5ga":e,bø:e}],time:e,tingvoll:e,tinn:e,tjeldsund:e,tjome:e,"xn--tjme-hra":e,tjøme:e,tokke:e,tolga:e,tonsberg:e,"xn--tnsberg-q1a":e,tønsberg:e,torsken:e,"xn--trna-woa":e,træna:e,trana:e,tranoy:e,"xn--trany-yua":e,tranøy:e,troandin:e,trogstad:e,"xn--trgstad-r1a":e,trøgstad:e,tromsa:e,tromso:e,"xn--troms-zua":e,tromsø:e,trondheim:e,trysil:e,tvedestrand:e,tydal:e,tynset:e,tysfjord:e,tysnes:e,"xn--tysvr-vra":e,tysvær:e,tysvar:e,ullensaker:e,ullensvang:e,ulvik:e,unjarga:e,"xn--unjrga-rta":e,unjárga:e,utsira:e,vaapste:e,vadso:e,"xn--vads-jra":e,vadsø:e,"xn--vry-yla5g":e,værøy:e,vaga:e,"xn--vg-yiab":e,vågå:e,vagan:e,"xn--vgan-qoa":e,vågan:e,vagsoy:e,"xn--vgsy-qoa0j":e,vågsøy:e,vaksdal:e,valle:e,vang:e,vanylven:e,vardo:e,"xn--vard-jra":e,vardø:e,varggat:e,"xn--vrggt-xqad":e,várggát:e,varoy:e,vefsn:e,vega:e,vegarshei:e,"xn--vegrshei-c0a":e,vegårshei:e,vennesla:e,verdal:e,verran:e,vestby:e,vestfold:[0,{sande:e}],vestnes:e,"vestre-slidre":e,"vestre-toten":e,vestvagoy:e,"xn--vestvgy-ixa6o":e,vestvågøy:e,vevelstad:e,vik:e,vikna:e,vindafjord:e,voagat:e,volda:e,voss:e,co:a,"123hjemmeside":a,myspreadshop:a}],np:d,nr:Xe,nu:[1,{merseine:a,mine:a,shacknet:a,enterprisecloud:a}],nz:[1,{ac:e,co:e,cri:e,geek:e,gen:e,govt:e,health:e,iwi:e,kiwi:e,maori:e,"xn--mori-qsa":e,māori:e,mil:e,net:e,org:e,parliament:e,school:e,cloudns:a}],om:[1,{co:e,com:e,edu:e,gov:e,med:e,museum:e,net:e,org:e,pro:e}],onion:e,org:[1,{altervista:a,pimienta:a,poivron:a,potager:a,sweetpepper:a,cdn77:[0,{c:a,rsc:a}],"cdn77-secure":[0,{origin:[0,{ssl:a}]}],ae:a,cloudns:a,"ip-dynamic":a,ddnss:a,dpdns:a,duckdns:a,tunk:a,blogdns:a,blogsite:a,boldlygoingnowhere:a,dnsalias:a,dnsdojo:a,doesntexist:a,dontexist:a,doomdns:a,dvrdns:a,dynalias:a,dyndns:[2,{go:a,home:a}],endofinternet:a,endoftheinternet:a,"from-me":a,"game-host":a,gotdns:a,"hobby-site":a,homedns:a,homeftp:a,homelinux:a,homeunix:a,"is-a-bruinsfan":a,"is-a-candidate":a,"is-a-celticsfan":a,"is-a-chef":a,"is-a-geek":a,"is-a-knight":a,"is-a-linux-user":a,"is-a-patsfan":a,"is-a-soxfan":a,"is-found":a,"is-lost":a,"is-saved":a,"is-very-bad":a,"is-very-evil":a,"is-very-good":a,"is-very-nice":a,"is-very-sweet":a,"isa-geek":a,"kicks-ass":a,misconfused:a,podzone:a,readmyblog:a,selfip:a,sellsyourhome:a,servebbs:a,serveftp:a,servegame:a,"stuff-4-sale":a,webhop:a,accesscam:a,camdvr:a,freeddns:a,mywire:a,webredirect:a,twmail:a,eu:[2,{al:a,asso:a,at:a,au:a,be:a,bg:a,ca:a,cd:a,ch:a,cn:a,cy:a,cz:a,de:a,dk:a,edu:a,ee:a,es:a,fi:a,fr:a,gr:a,hr:a,hu:a,ie:a,il:a,in:a,int:a,is:a,it:a,jp:a,kr:a,lt:a,lu:a,lv:a,me:a,mk:a,mt:a,my:a,net:a,ng:a,nl:a,no:a,nz:a,pl:a,pt:a,ro:a,ru:a,se:a,si:a,sk:a,tr:a,uk:a,us:a}],fedorainfracloud:a,fedorapeople:a,fedoraproject:[0,{cloud:a,os:fe,stg:[0,{os:fe}]}],freedesktop:a,hatenadiary:a,hepforge:a,"in-dsl":a,"in-vpn":a,js:a,barsy:a,mayfirst:a,routingthecloud:a,bmoattachments:a,"cable-modem":a,collegefan:a,couchpotatofries:a,hopto:a,mlbfan:a,myftp:a,mysecuritycamera:a,nflfan:a,"no-ip":a,"read-books":a,ufcfan:a,zapto:a,dynserv:a,"now-dns":a,"is-local":a,httpbin:a,pubtls:a,jpn:a,"my-firewall":a,myfirewall:a,spdns:a,"small-web":a,dsmynas:a,familyds:a,teckids:ve,tuxfamily:a,diskstation:a,hk:a,us:a,toolforge:a,wmcloud:[2,{beta:a}],wmflabs:a,za:a}],pa:[1,{abo:e,ac:e,com:e,edu:e,gob:e,ing:e,med:e,net:e,nom:e,org:e,sld:e}],pe:[1,{com:e,edu:e,gob:e,mil:e,net:e,nom:e,org:e}],pf:[1,{com:e,edu:e,org:e}],pg:d,ph:[1,{com:e,edu:e,gov:e,i:e,mil:e,net:e,ngo:e,org:e,cloudns:a}],pk:[1,{ac:e,biz:e,com:e,edu:e,fam:e,gkp:e,gob:e,gog:e,gok:e,gop:e,gos:e,gov:e,net:e,org:e,web:e}],pl:[1,{com:e,net:e,org:e,agro:e,aid:e,atm:e,auto:e,biz:e,edu:e,gmina:e,gsm:e,info:e,mail:e,media:e,miasta:e,mil:e,nieruchomosci:e,nom:e,pc:e,powiat:e,priv:e,realestate:e,rel:e,sex:e,shop:e,sklep:e,sos:e,szkola:e,targi:e,tm:e,tourism:e,travel:e,turystyka:e,gov:[1,{ap:e,griw:e,ic:e,is:e,kmpsp:e,konsulat:e,kppsp:e,kwp:e,kwpsp:e,mup:e,mw:e,oia:e,oirm:e,oke:e,oow:e,oschr:e,oum:e,pa:e,pinb:e,piw:e,po:e,pr:e,psp:e,psse:e,pup:e,rzgw:e,sa:e,sdn:e,sko:e,so:e,sr:e,starostwo:e,ug:e,ugim:e,um:e,umig:e,upow:e,uppo:e,us:e,uw:e,uzs:e,wif:e,wiih:e,winb:e,wios:e,witd:e,wiw:e,wkz:e,wsa:e,wskr:e,wsse:e,wuoz:e,wzmiuw:e,zp:e,zpisdn:e}],augustow:e,"babia-gora":e,bedzin:e,beskidy:e,bialowieza:e,bialystok:e,bielawa:e,bieszczady:e,boleslawiec:e,bydgoszcz:e,bytom:e,cieszyn:e,czeladz:e,czest:e,dlugoleka:e,elblag:e,elk:e,glogow:e,gniezno:e,gorlice:e,grajewo:e,ilawa:e,jaworzno:e,"jelenia-gora":e,jgora:e,kalisz:e,karpacz:e,kartuzy:e,kaszuby:e,katowice:e,"kazimierz-dolny":e,kepno:e,ketrzyn:e,klodzko:e,kobierzyce:e,kolobrzeg:e,konin:e,konskowola:e,kutno:e,lapy:e,lebork:e,legnica:e,lezajsk:e,limanowa:e,lomza:e,lowicz:e,lubin:e,lukow:e,malbork:e,malopolska:e,mazowsze:e,mazury:e,mielec:e,mielno:e,mragowo:e,naklo:e,nowaruda:e,nysa:e,olawa:e,olecko:e,olkusz:e,olsztyn:e,opoczno:e,opole:e,ostroda:e,ostroleka:e,ostrowiec:e,ostrowwlkp:e,pila:e,pisz:e,podhale:e,podlasie:e,polkowice:e,pomorskie:e,pomorze:e,prochowice:e,pruszkow:e,przeworsk:e,pulawy:e,radom:e,"rawa-maz":e,rybnik:e,rzeszow:e,sanok:e,sejny:e,skoczow:e,slask:e,slupsk:e,sosnowiec:e,"stalowa-wola":e,starachowice:e,stargard:e,suwalki:e,swidnica:e,swiebodzin:e,swinoujscie:e,szczecin:e,szczytno:e,tarnobrzeg:e,tgory:e,turek:e,tychy:e,ustka:e,walbrzych:e,warmia:e,warszawa:e,waw:e,wegrow:e,wielun:e,wlocl:e,wloclawek:e,wodzislaw:e,wolomin:e,wroclaw:e,zachpomor:e,zagan:e,zarow:e,zgora:e,zgorzelec:e,art:a,gliwice:a,krakow:a,poznan:a,wroc:a,zakopane:a,beep:a,"ecommerce-shop":a,cfolks:a,dfirma:a,dkonto:a,you2:a,shoparena:a,homesklep:a,sdscloud:a,unicloud:a,lodz:a,pabianice:a,plock:a,sieradz:a,skierniewice:a,zgierz:a,krasnik:a,leczna:a,lubartow:a,lublin:a,poniatowa:a,swidnik:a,co:a,torun:a,simplesite:a,myspreadshop:a,gda:a,gdansk:a,gdynia:a,med:a,sopot:a,bielsko:a}],pm:[1,{own:a,name:a}],pn:[1,{co:e,edu:e,gov:e,net:e,org:e}],post:e,pr:[1,{biz:e,com:e,edu:e,gov:e,info:e,isla:e,name:e,net:e,org:e,pro:e,ac:e,est:e,prof:e}],pro:[1,{aaa:e,aca:e,acct:e,avocat:e,bar:e,cpa:e,eng:e,jur:e,law:e,med:e,recht:e,"12chars":a,cloudns:a,barsy:a,ngrok:a}],ps:[1,{com:e,edu:e,gov:e,net:e,org:e,plo:e,sec:e}],pt:[1,{com:e,edu:e,gov:e,int:e,net:e,nome:e,org:e,publ:e,"123paginaweb":a}],pw:[1,{gov:e,cloudns:a,x443:a}],py:[1,{com:e,coop:e,edu:e,gov:e,mil:e,net:e,org:e}],qa:[1,{com:e,edu:e,gov:e,mil:e,name:e,net:e,org:e,sch:e}],re:[1,{asso:e,com:e,netlib:a,can:a}],ro:[1,{arts:e,com:e,firm:e,info:e,nom:e,nt:e,org:e,rec:e,store:e,tm:e,www:e,co:a,shop:a,barsy:a}],rs:[1,{ac:e,co:e,edu:e,gov:e,in:e,org:e,brendly:g,barsy:a,ox:a}],ru:[1,{ac:a,edu:a,gov:a,int:a,mil:a,eurodir:a,adygeya:a,bashkiria:a,bir:a,cbg:a,com:a,dagestan:a,grozny:a,kalmykia:a,kustanai:a,marine:a,mordovia:a,msk:a,mytis:a,nalchik:a,nov:a,pyatigorsk:a,spb:a,vladikavkaz:a,vladimir:a,na4u:a,mircloud:a,myjino:[2,{hosting:o,landing:o,spectrum:o,vps:o}],cldmail:[0,{hb:a}],mcdir:[2,{vps:a}],mcpre:a,net:a,org:a,pp:a,lk3:a,ras:a}],rw:[1,{ac:e,co:e,coop:e,gov:e,mil:e,net:e,org:e}],sa:[1,{com:e,edu:e,gov:e,med:e,net:e,org:e,pub:e,sch:e}],sb:t,sc:t,sd:[1,{com:e,edu:e,gov:e,info:e,med:e,net:e,org:e,tv:e}],se:[1,{a:e,ac:e,b:e,bd:e,brand:e,c:e,d:e,e,f:e,fh:e,fhsk:e,fhv:e,g:e,h:e,i:e,k:e,komforb:e,kommunalforbund:e,komvux:e,l:e,lanbib:e,m:e,n:e,naturbruksgymn:e,o:e,org:e,p:e,parti:e,pp:e,press:e,r:e,s:e,t:e,tm:e,u:e,w:e,x:e,y:e,z:e,com:a,iopsys:a,"123minsida":a,itcouldbewor:a,myspreadshop:a}],sg:[1,{com:e,edu:e,gov:e,net:e,org:e,enscaled:a}],sh:[1,{com:e,gov:e,mil:e,net:e,org:e,hashbang:a,botda:a,lovable:a,platform:[0,{ent:a,eu:a,us:a}],teleport:a,now:a}],si:[1,{f5:a,gitapp:a,gitpage:a}],sj:e,sk:e,sl:t,sm:e,sn:[1,{art:e,com:e,edu:e,gouv:e,org:e,perso:e,univ:e}],so:[1,{com:e,edu:e,gov:e,me:e,net:e,org:e,surveys:a}],sr:e,ss:[1,{biz:e,co:e,com:e,edu:e,gov:e,me:e,net:e,org:e,sch:e}],st:[1,{co:e,com:e,consulado:e,edu:e,embaixada:e,mil:e,net:e,org:e,principe:e,saotome:e,store:e,helioho:a,kirara:a,noho:a}],su:[1,{abkhazia:a,adygeya:a,aktyubinsk:a,arkhangelsk:a,armenia:a,ashgabad:a,azerbaijan:a,balashov:a,bashkiria:a,bryansk:a,bukhara:a,chimkent:a,dagestan:a,"east-kazakhstan":a,exnet:a,georgia:a,grozny:a,ivanovo:a,jambyl:a,kalmykia:a,kaluga:a,karacol:a,karaganda:a,karelia:a,khakassia:a,krasnodar:a,kurgan:a,kustanai:a,lenug:a,mangyshlak:a,mordovia:a,msk:a,murmansk:a,nalchik:a,navoi:a,"north-kazakhstan":a,nov:a,obninsk:a,penza:a,pokrovsk:a,sochi:a,spb:a,tashkent:a,termez:a,togliatti:a,troitsk:a,tselinograd:a,tula:a,tuva:a,vladikavkaz:a,vladimir:a,vologda:a}],sv:[1,{com:e,edu:e,gob:e,org:e,red:e}],sx:l,sy:i,sz:[1,{ac:e,co:e,org:e}],tc:e,td:e,tel:e,tf:[1,{sch:a}],tg:e,th:[1,{ac:e,co:e,go:e,in:e,mi:e,net:e,or:e,online:a,shop:a}],tj:[1,{ac:e,biz:e,co:e,com:e,edu:e,go:e,gov:e,int:e,mil:e,name:e,net:e,nic:e,org:e,test:e,web:e}],tk:e,tl:l,tm:[1,{co:e,com:e,edu:e,gov:e,mil:e,net:e,nom:e,org:e}],tn:[1,{com:e,ens:e,fin:e,gov:e,ind:e,info:e,intl:e,mincom:e,nat:e,net:e,org:e,perso:e,tourism:e,orangecloud:a}],to:[1,{611:a,com:e,edu:e,gov:e,mil:e,net:e,org:e,oya:a,x0:a,quickconnect:C,vpnplus:a}],tr:[1,{av:e,bbs:e,bel:e,biz:e,com:e,dr:e,edu:e,gen:e,gov:e,info:e,k12:e,kep:e,mil:e,name:e,net:e,org:e,pol:e,tel:e,tsk:e,tv:e,web:e,nc:l}],tt:[1,{biz:e,co:e,com:e,edu:e,gov:e,info:e,mil:e,name:e,net:e,org:e,pro:e}],tv:[1,{"better-than":a,dyndns:a,"on-the-web":a,"worse-than":a,from:a,sakura:a}],tw:[1,{club:e,com:[1,{mymailer:a}],ebiz:e,edu:e,game:e,gov:e,idv:e,mil:e,net:e,org:e,url:a,mydns:a}],tz:[1,{ac:e,co:e,go:e,hotel:e,info:e,me:e,mil:e,mobi:e,ne:e,or:e,sc:e,tv:e}],ua:[1,{com:e,edu:e,gov:e,in:e,net:e,org:e,cherkassy:e,cherkasy:e,chernigov:e,chernihiv:e,chernivtsi:e,chernovtsy:e,ck:e,cn:e,cr:e,crimea:e,cv:e,dn:e,dnepropetrovsk:e,dnipropetrovsk:e,donetsk:e,dp:e,if:e,"ivano-frankivsk":e,kh:e,kharkiv:e,kharkov:e,kherson:e,khmelnitskiy:e,khmelnytskyi:e,kiev:e,kirovograd:e,km:e,kr:e,kropyvnytskyi:e,krym:e,ks:e,kv:e,kyiv:e,lg:e,lt:e,lugansk:e,luhansk:e,lutsk:e,lv:e,lviv:e,mk:e,mykolaiv:e,nikolaev:e,od:e,odesa:e,odessa:e,pl:e,poltava:e,rivne:e,rovno:e,rv:e,sb:e,sebastopol:e,sevastopol:e,sm:e,sumy:e,te:e,ternopil:e,uz:e,uzhgorod:e,uzhhorod:e,vinnica:e,vinnytsia:e,vn:e,volyn:e,yalta:e,zakarpattia:e,zaporizhzhe:e,zaporizhzhia:e,zhitomir:e,zhytomyr:e,zp:e,zt:e,cc:a,inf:a,ltd:a,cx:a,biz:a,co:a,pp:a,v:a}],ug:[1,{ac:e,co:e,com:e,edu:e,go:e,gov:e,mil:e,ne:e,or:e,org:e,sc:e,us:e}],uk:[1,{ac:e,co:[1,{bytemark:[0,{dh:a,vm:a}],layershift:be,barsy:a,barsyonline:a,retrosnub:Ke,"nh-serv":a,"no-ip":a,adimo:a,myspreadshop:a}],gov:[1,{api:a,campaign:a,service:a}],ltd:e,me:e,net:e,nhs:e,org:[1,{glug:a,lug:a,lugs:a,affinitylottery:a,raffleentry:a,weeklylottery:a}],plc:e,police:e,sch:d,conn:a,copro:a,hosp:a,"independent-commission":a,"independent-inquest":a,"independent-inquiry":a,"independent-panel":a,"independent-review":a,"public-inquiry":a,"royal-commission":a,pymnt:a,barsy:a,nimsite:a,oraclegovcloudapps:o}],us:[1,{dni:e,isa:e,nsn:e,ak:y,al:y,ar:y,as:y,az:y,ca:y,co:y,ct:y,dc:y,de:ta,fl:y,ga:y,gu:y,hi:ce,ia:y,id:y,il:y,in:y,ks:y,ky:y,la:y,ma:[1,{k12:[1,{chtr:e,paroch:e,pvt:e}],cc:e,lib:e}],md:y,me:y,mi:[1,{k12:e,cc:e,lib:e,"ann-arbor":e,cog:e,dst:e,eaton:e,gen:e,mus:e,tec:e,washtenaw:e}],mn:y,mo:y,ms:[1,{k12:e,cc:e}],mt:y,nc:y,nd:ce,ne:y,nh:y,nj:y,nm:y,nv:y,ny:y,oh:y,ok:y,or:y,pa:y,pr:y,ri:ce,sc:y,sd:ce,tn:y,tx:y,ut:y,va:y,vi:y,vt:y,wa:y,wi:y,wv:ta,wy:y,cloudns:a,"is-by":a,"land-4-sale":a,"stuff-4-sale":a,heliohost:a,enscaled:[0,{phx:a}],mircloud:a,ngo:a,golffan:a,noip:a,pointto:a,freeddns:a,srv:[2,{gh:a,gl:a}],platterp:a,servername:a}],uy:[1,{com:e,edu:e,gub:e,mil:e,net:e,org:e}],uz:[1,{co:e,com:e,net:e,org:e}],va:e,vc:[1,{com:e,edu:e,gov:e,mil:e,net:e,org:e,gv:[2,{d:a}],"0e":o,mydns:a}],ve:[1,{arts:e,bib:e,co:e,com:e,e12:e,edu:e,emprende:e,firm:e,gob:e,gov:e,ia:e,info:e,int:e,mil:e,net:e,nom:e,org:e,rar:e,rec:e,store:e,tec:e,web:e}],vg:[1,{edu:e}],vi:[1,{co:e,com:e,k12:e,net:e,org:e}],vn:[1,{ac:e,ai:e,biz:e,com:e,edu:e,gov:e,health:e,id:e,info:e,int:e,io:e,name:e,net:e,org:e,pro:e,angiang:e,bacgiang:e,backan:e,baclieu:e,bacninh:e,"baria-vungtau":e,bentre:e,binhdinh:e,binhduong:e,binhphuoc:e,binhthuan:e,camau:e,cantho:e,caobang:e,daklak:e,daknong:e,danang:e,dienbien:e,dongnai:e,dongthap:e,gialai:e,hagiang:e,haiduong:e,haiphong:e,hanam:e,hanoi:e,hatinh:e,haugiang:e,hoabinh:e,hungyen:e,khanhhoa:e,kiengiang:e,kontum:e,laichau:e,lamdong:e,langson:e,laocai:e,longan:e,namdinh:e,nghean:e,ninhbinh:e,ninhthuan:e,phutho:e,phuyen:e,quangbinh:e,quangnam:e,quangngai:e,quangninh:e,quangtri:e,soctrang:e,sonla:e,tayninh:e,thaibinh:e,thainguyen:e,thanhhoa:e,thanhphohochiminh:e,thuathienhue:e,tiengiang:e,travinh:e,tuyenquang:e,vinhlong:e,vinhphuc:e,yenbai:e}],vu:re,wf:[1,{biz:a,sch:a}],ws:[1,{com:e,edu:e,gov:e,net:e,org:e,advisor:o,cloud66:a,dyndns:a,mypets:a}],yt:[1,{org:a}],"xn--mgbaam7a8h":e,امارات:e,"xn--y9a3aq":e,հայ:e,"xn--54b7fta0cc":e,বাংলা:e,"xn--90ae":e,бг:e,"xn--mgbcpq6gpa1a":e,البحرين:e,"xn--90ais":e,бел:e,"xn--fiqs8s":e,中国:e,"xn--fiqz9s":e,中國:e,"xn--lgbbat1ad8j":e,الجزائر:e,"xn--wgbh1c":e,مصر:e,"xn--e1a4c":e,ею:e,"xn--qxa6a":e,ευ:e,"xn--mgbah1a3hjkrd":e,موريتانيا:e,"xn--node":e,გე:e,"xn--qxam":e,ελ:e,"xn--j6w193g":[1,{"xn--gmqw5a":e,"xn--55qx5d":e,"xn--mxtq1m":e,"xn--wcvs22d":e,"xn--uc0atv":e,"xn--od0alg":e}],香港:[1,{個人:e,公司:e,政府:e,教育:e,組織:e,網絡:e}],"xn--2scrj9c":e,ಭಾರತ:e,"xn--3hcrj9c":e,ଭାରତ:e,"xn--45br5cyl":e,ভাৰত:e,"xn--h2breg3eve":e,भारतम्:e,"xn--h2brj9c8c":e,भारोत:e,"xn--mgbgu82a":e,ڀارت:e,"xn--rvc1e0am3e":e,ഭാരതം:e,"xn--h2brj9c":e,भारत:e,"xn--mgbbh1a":e,بارت:e,"xn--mgbbh1a71e":e,بھارت:e,"xn--fpcrj9c3d":e,భారత్:e,"xn--gecrj9c":e,ભારત:e,"xn--s9brj9c":e,ਭਾਰਤ:e,"xn--45brj9c":e,ভারত:e,"xn--xkc2dl3a5ee0h":e,இந்தியா:e,"xn--mgba3a4f16a":e,ایران:e,"xn--mgba3a4fra":e,ايران:e,"xn--mgbtx2b":e,عراق:e,"xn--mgbayh7gpa":e,الاردن:e,"xn--3e0b707e":e,한국:e,"xn--80ao21a":e,қаз:e,"xn--q7ce6a":e,ລາວ:e,"xn--fzc2c9e2c":e,ලංකා:e,"xn--xkc2al3hye2a":e,இலங்கை:e,"xn--mgbc0a9azcg":e,المغرب:e,"xn--d1alf":e,мкд:e,"xn--l1acc":e,мон:e,"xn--mix891f":e,澳門:e,"xn--mix082f":e,澳门:e,"xn--mgbx4cd0ab":e,مليسيا:e,"xn--mgb9awbf":e,عمان:e,"xn--mgbai9azgqp6j":e,پاکستان:e,"xn--mgbai9a5eva00b":e,پاكستان:e,"xn--ygbi2ammx":e,فلسطين:e,"xn--90a3ac":[1,{"xn--80au":e,"xn--90azh":e,"xn--d1at":e,"xn--c1avg":e,"xn--o1ac":e,"xn--o1ach":e}],срб:[1,{ак:e,обр:e,од:e,орг:e,пр:e,упр:e}],"xn--p1ai":e,рф:e,"xn--wgbl6a":e,قطر:e,"xn--mgberp4a5d4ar":e,السعودية:e,"xn--mgberp4a5d4a87g":e,السعودیة:e,"xn--mgbqly7c0a67fbc":e,السعودیۃ:e,"xn--mgbqly7cvafr":e,السعوديه:e,"xn--mgbpl2fh":e,سودان:e,"xn--yfro4i67o":e,新加坡:e,"xn--clchc0ea0b2g2a9gcd":e,சிங்கப்பூர்:e,"xn--ogbpf8fl":e,سورية:e,"xn--mgbtf8fl":e,سوريا:e,"xn--o3cw4h":[1,{"xn--o3cyx2a":e,"xn--12co0c3b4eva":e,"xn--m3ch0j3a":e,"xn--h3cuzk1di":e,"xn--12c1fe0br":e,"xn--12cfi8ixb8l":e}],ไทย:[1,{ทหาร:e,ธุรกิจ:e,เน็ต:e,รัฐบาล:e,ศึกษา:e,องค์กร:e}],"xn--pgbs0dh":e,تونس:e,"xn--kpry57d":e,台灣:e,"xn--kprw13d":e,台湾:e,"xn--nnx388a":e,臺灣:e,"xn--j1amh":e,укр:e,"xn--mgb2ddes":e,اليمن:e,xxx:e,ye:i,za:[0,{ac:e,agric:e,alt:e,co:e,edu:e,gov:e,grondar:e,law:e,mil:e,net:e,ngo:e,nic:e,nis:e,nom:e,org:e,school:e,tm:e,web:e}],zm:[1,{ac:e,biz:e,co:e,com:e,edu:e,gov:e,info:e,mil:e,net:e,org:e,sch:e}],zw:[1,{ac:e,co:e,gov:e,mil:e,org:e}],aaa:e,aarp:e,abb:e,abbott:e,abbvie:e,abc:e,able:e,abogado:e,abudhabi:e,academy:[1,{official:a}],accenture:e,accountant:e,accountants:e,aco:e,actor:e,ads:e,adult:e,aeg:e,aetna:e,afl:e,africa:e,agakhan:e,agency:e,aig:e,airbus:e,airforce:e,airtel:e,akdn:e,alibaba:e,alipay:e,allfinanz:e,allstate:e,ally:e,alsace:e,alstom:e,amazon:e,americanexpress:e,americanfamily:e,amex:e,amfam:e,amica:e,amsterdam:e,analytics:e,android:e,anquan:e,anz:e,aol:e,apartments:e,app:[1,{adaptable:a,aiven:a,beget:o,brave:s,clerk:a,clerkstage:a,cloudflare:a,wnext:a,csb:[2,{preview:a}],convex:a,deta:a,ondigitalocean:a,easypanel:a,encr:[2,{frontend:a}],evervault:n,expo:[2,{staging:a}],edgecompute:a,"on-fleek":a,flutterflow:a,e2b:a,framer:a,github:a,hosted:o,run:[0,{"*":a,mtls:o}],web:a,hackclub:a,hasura:a,botdash:a,leapcell:a,loginline:a,lovable:a,luyani:a,medusajs:a,messerli:a,mocha:a,netlify:a,ngrok:a,"ngrok-free":a,developer:o,noop:a,northflank:o,upsun:o,railway:[0,{up:a}],replit:u,nyat:a,snowflake:[0,{"*":a,privatelink:o}],streamlit:a,storipress:a,telebit:a,typedream:a,vercel:a,wal:a,wasmer:a,bookonline:a,windsurf:a,zeabur:a,zerops:o}],apple:e,aquarelle:e,arab:e,aramco:e,archi:e,army:e,art:e,arte:e,asda:e,associates:e,athleta:e,attorney:e,auction:e,audi:e,audible:e,audio:e,auspost:e,author:e,auto:e,autos:e,aws:[1,{on:[0,{"af-south-1":c,"ap-east-1":c,"ap-northeast-1":c,"ap-northeast-2":c,"ap-northeast-3":c,"ap-south-1":c,"ap-south-2":r,"ap-southeast-1":c,"ap-southeast-2":c,"ap-southeast-3":c,"ap-southeast-4":r,"ap-southeast-5":r,"ca-central-1":c,"ca-west-1":r,"eu-central-1":c,"eu-central-2":r,"eu-north-1":c,"eu-south-1":c,"eu-south-2":r,"eu-west-1":c,"eu-west-2":c,"eu-west-3":c,"il-central-1":r,"me-central-1":r,"me-south-1":c,"sa-east-1":c,"us-east-1":c,"us-east-2":c,"us-west-1":c,"us-west-2":c,"us-gov-east-1":m,"us-gov-west-1":m}],sagemaker:[0,{"ap-northeast-1":h,"ap-northeast-2":h,"ap-south-1":h,"ap-southeast-1":h,"ap-southeast-2":h,"ca-central-1":p,"eu-central-1":h,"eu-west-1":h,"eu-west-2":h,"us-east-1":p,"us-east-2":p,"us-west-2":p,"af-south-1":f,"ap-east-1":f,"ap-northeast-3":f,"ap-south-2":b,"ap-southeast-3":f,"ap-southeast-4":b,"ca-west-1":[0,{notebook:a,"notebook-fips":a}],"eu-central-2":f,"eu-north-1":f,"eu-south-1":f,"eu-south-2":f,"eu-west-3":f,"il-central-1":f,"me-central-1":f,"me-south-1":f,"sa-east-1":f,"us-gov-east-1":k,"us-gov-west-1":k,"us-west-1":[0,{notebook:a,"notebook-fips":a,studio:a}],experiments:o}],repost:[0,{private:o}]}],axa:e,azure:e,baby:e,baidu:e,banamex:e,band:e,bank:e,bar:e,barcelona:e,barclaycard:e,barclays:e,barefoot:e,bargains:e,baseball:e,basketball:[1,{aus:a,nz:a}],bauhaus:e,bayern:e,bbc:e,bbt:e,bbva:e,bcg:e,bcn:e,beats:e,beauty:e,beer:e,berlin:e,best:e,bestbuy:e,bet:e,bharti:e,bible:e,bid:e,bike:e,bing:e,bingo:e,bio:e,black:e,blackfriday:e,blockbuster:e,blog:e,bloomberg:e,blue:e,bms:e,bmw:e,bnpparibas:e,boats:e,boehringer:e,bofa:e,bom:e,bond:e,boo:e,book:e,booking:e,bosch:e,bostik:e,boston:e,bot:e,boutique:e,box:e,bradesco:e,bridgestone:e,broadway:e,broker:e,brother:e,brussels:e,build:[1,{v0:a,windsurf:a}],builders:[1,{cloudsite:a}],business:v,buy:e,buzz:e,bzh:e,cab:e,cafe:e,cal:e,call:e,calvinklein:e,cam:e,camera:e,camp:[1,{emf:[0,{at:a}]}],canon:e,capetown:e,capital:e,capitalone:e,car:e,caravan:e,cards:e,care:e,career:e,careers:e,cars:e,casa:[1,{nabu:[0,{ui:a}]}],case:e,cash:e,casino:e,catering:e,catholic:e,cba:e,cbn:e,cbre:e,center:e,ceo:e,cern:e,cfa:e,cfd:e,chanel:e,channel:e,charity:e,chase:e,chat:e,cheap:e,chintai:e,christmas:e,chrome:e,church:e,cipriani:e,circle:e,cisco:e,citadel:e,citi:e,citic:e,city:e,claims:e,cleaning:e,click:e,clinic:e,clinique:e,clothing:e,cloud:[1,{convex:a,elementor:a,emergent:a,encoway:[0,{eu:a}],statics:o,ravendb:a,axarnet:[0,{"es-1":a}],diadem:a,jelastic:[0,{vip:a}],jele:a,"jenv-aruba":[0,{aruba:[0,{eur:[0,{it1:a}]}],it1:a}],keliweb:[2,{cs:a}],oxa:[2,{tn:a,uk:a}],primetel:[2,{uk:a}],reclaim:[0,{ca:a,uk:a,us:a}],trendhosting:[0,{ch:a,de:a}],jote:a,jotelulu:a,kuleuven:a,laravel:a,linkyard:a,magentosite:o,matlab:a,observablehq:a,perspecta:a,vapor:a,"on-rancher":o,scw:[0,{baremetal:[0,{"fr-par-1":a,"fr-par-2":a,"nl-ams-1":a}],"fr-par":[0,{cockpit:a,ddl:a,dtwh:a,fnc:[2,{functions:a}],ifr:a,k8s:A,kafk:a,mgdb:a,rdb:a,s3:a,"s3-website":a,scbl:a,whm:a}],instances:[0,{priv:a,pub:a}],k8s:a,"nl-ams":[0,{cockpit:a,ddl:a,dtwh:a,ifr:a,k8s:A,kafk:a,mgdb:a,rdb:a,s3:a,"s3-website":a,scbl:a,whm:a}],"pl-waw":[0,{cockpit:a,ddl:a,dtwh:a,ifr:a,k8s:A,kafk:a,mgdb:a,rdb:a,s3:a,"s3-website":a,scbl:a}],scalebook:a,smartlabeling:a}],servebolt:a,onstackit:[0,{runs:a}],trafficplex:a,"unison-services":a,urown:a,voorloper:a,zap:a}],club:[1,{cloudns:a,jele:a,barsy:a}],clubmed:e,coach:e,codes:[1,{owo:o}],coffee:e,college:e,cologne:e,commbank:e,community:[1,{nog:a,ravendb:a,myforum:a}],company:e,compare:e,computer:e,comsec:e,condos:e,construction:e,consulting:e,contact:e,contractors:e,cooking:e,cool:[1,{elementor:a,de:a}],corsica:e,country:e,coupon:e,coupons:e,courses:e,cpa:e,credit:e,creditcard:e,creditunion:e,cricket:e,crown:e,crs:e,cruise:e,cruises:e,cuisinella:e,cymru:e,cyou:e,dad:e,dance:e,data:e,date:e,dating:e,datsun:e,day:e,dclk:e,dds:e,deal:e,dealer:e,deals:e,degree:e,delivery:e,dell:e,deloitte:e,delta:e,democrat:e,dental:e,dentist:e,desi:e,design:[1,{graphic:a,bss:a}],dev:[1,{"12chars":a,myaddr:a,panel:a,bearblog:a,lcl:o,lclstage:o,stg:o,stgstage:o,pages:a,r2:a,workers:a,deno:a,"deno-staging":a,deta:a,lp:[2,{api:a,objects:a}],evervault:n,fly:a,githubpreview:a,gateway:o,botdash:a,inbrowser:o,"is-a-good":a,iserv:a,leapcell:a,runcontainers:a,localcert:[0,{user:o}],loginline:a,barsy:a,mediatech:a,"mocha-sandbox":a,modx:a,ngrok:a,"ngrok-free":a,"is-a-fullstack":a,"is-cool":a,"is-not-a":a,localplayer:a,xmit:a,"platter-app":a,replit:[2,{archer:a,bones:a,canary:a,global:a,hacker:a,id:a,janeway:a,kim:a,kira:a,kirk:a,odo:a,paris:a,picard:a,pike:a,prerelease:a,reed:a,riker:a,sisko:a,spock:a,staging:a,sulu:a,tarpit:a,teams:a,tucker:a,wesley:a,worf:a}],crm:[0,{d:o,w:o,wa:o,wb:o,wc:o,wd:o,we:o,wf:o}],erp:Ve,vercel:a,webhare:o,hrsn:a,"is-a":a}],dhl:e,diamonds:e,diet:e,digital:[1,{cloudapps:[2,{london:a}]}],direct:[1,{libp2p:a}],directory:e,discount:e,discover:e,dish:e,diy:e,dnp:e,docs:e,doctor:e,dog:e,domains:e,dot:e,download:e,drive:e,dtv:e,dubai:e,dupont:e,durban:e,dvag:e,dvr:e,earth:e,eat:e,eco:e,edeka:e,education:v,email:[1,{crisp:[0,{on:a}],tawk:Je,tawkto:Je}],emerck:e,energy:e,engineer:e,engineering:e,enterprises:e,epson:e,equipment:e,ericsson:e,erni:e,esq:e,estate:[1,{compute:o}],eurovision:e,eus:[1,{party:Qe}],events:[1,{koobin:a,co:a}],exchange:e,expert:e,exposed:e,express:e,extraspace:e,fage:e,fail:e,fairwinds:e,faith:e,family:e,fan:e,fans:e,farm:[1,{storj:a}],farmers:e,fashion:e,fast:e,fedex:e,feedback:e,ferrari:e,ferrero:e,fidelity:e,fido:e,film:e,final:e,finance:e,financial:v,fire:e,firestone:e,firmdale:e,fish:e,fishing:e,fit:e,fitness:e,flickr:e,flights:e,flir:e,florist:e,flowers:e,fly:e,foo:e,food:e,football:e,ford:e,forex:e,forsale:e,forum:e,foundation:e,fox:e,free:e,fresenius:e,frl:e,frogans:e,frontier:e,ftr:e,fujitsu:e,fun:e,fund:e,furniture:e,futbol:e,fyi:e,gal:e,gallery:e,gallo:e,gallup:e,game:e,games:[1,{pley:a,sheezy:a}],gap:e,garden:e,gay:[1,{pages:a}],gbiz:e,gdn:[1,{cnpy:a}],gea:e,gent:e,genting:e,george:e,ggee:e,gift:e,gifts:e,gives:e,giving:e,glass:e,gle:e,global:[1,{appwrite:a}],globo:e,gmail:e,gmbh:e,gmo:e,gmx:e,godaddy:e,gold:e,goldpoint:e,golf:e,goo:e,goodyear:e,goog:[1,{cloud:a,translate:a,usercontent:o}],google:e,gop:e,got:e,grainger:e,graphics:e,gratis:e,green:e,gripe:e,grocery:e,group:[1,{discourse:a}],gucci:e,guge:e,guide:e,guitars:e,guru:e,hair:e,hamburg:e,hangout:e,haus:e,hbo:e,hdfc:e,hdfcbank:e,health:[1,{hra:a}],healthcare:e,help:e,helsinki:e,here:e,hermes:e,hiphop:e,hisamitsu:e,hitachi:e,hiv:e,hkt:e,hockey:e,holdings:e,holiday:e,homedepot:e,homegoods:e,homes:e,homesense:e,honda:e,horse:e,hospital:e,host:[1,{cloudaccess:a,freesite:a,easypanel:a,emergent:a,fastvps:a,myfast:a,tempurl:a,wpmudev:a,iserv:a,jele:a,mircloud:a,bolt:a,wp2:a,half:a}],hosting:[1,{opencraft:a}],hot:e,hotel:e,hotels:e,hotmail:e,house:e,how:e,hsbc:e,hughes:e,hyatt:e,hyundai:e,ibm:e,icbc:e,ice:e,icu:e,ieee:e,ifm:e,ikano:e,imamat:e,imdb:e,immo:e,immobilien:e,inc:e,industries:e,infiniti:e,ing:e,ink:e,institute:e,insurance:e,insure:e,international:e,intuit:e,investments:e,ipiranga:e,irish:e,ismaili:e,ist:e,istanbul:e,itau:e,itv:e,jaguar:e,java:e,jcb:e,jeep:e,jetzt:e,jewelry:e,jio:e,jll:e,jmp:e,jnj:e,joburg:e,jot:e,joy:e,jpmorgan:e,jprs:e,juegos:e,juniper:e,kaufen:e,kddi:e,kerryhotels:e,kerryproperties:e,kfh:e,kia:e,kids:e,kim:e,kindle:e,kitchen:e,kiwi:e,koeln:e,komatsu:e,kosher:e,kpmg:e,kpn:e,krd:[1,{co:a,edu:a}],kred:e,kuokgroup:e,kyoto:e,lacaixa:e,lamborghini:e,lamer:e,land:e,landrover:e,lanxess:e,lasalle:e,lat:e,latino:e,latrobe:e,law:e,lawyer:e,lds:e,lease:e,leclerc:e,lefrak:e,legal:e,lego:e,lexus:e,lgbt:e,lidl:e,life:e,lifeinsurance:e,lifestyle:e,lighting:e,like:e,lilly:e,limited:e,limo:e,lincoln:e,link:[1,{myfritz:a,cyon:a,joinmc:a,dweb:o,inbrowser:o,nftstorage:we,mypep:a,storacha:we,w3s:we}],live:[1,{aem:a,hlx:a,ewp:o}],living:e,llc:e,llp:e,loan:e,loans:e,locker:e,locus:e,lol:[1,{omg:a}],london:e,lotte:e,lotto:e,love:e,lpl:e,lplfinancial:e,ltd:e,ltda:e,lundbeck:e,luxe:e,luxury:e,madrid:e,maif:e,maison:e,makeup:e,man:e,management:e,mango:e,map:e,market:e,marketing:e,markets:e,marriott:e,marshalls:e,mattel:e,mba:e,mckinsey:e,med:e,media:le,meet:e,melbourne:e,meme:e,memorial:e,men:e,menu:[1,{barsy:a,barsyonline:a}],merck:e,merckmsd:e,miami:e,microsoft:e,mini:e,mint:e,mit:e,mitsubishi:e,mlb:e,mls:e,mma:e,mobile:e,moda:e,moe:e,moi:e,mom:e,monash:e,money:e,monster:e,mormon:e,mortgage:e,moscow:e,moto:e,motorcycles:e,mov:e,movie:e,msd:e,mtn:e,mtr:e,music:e,nab:e,nagoya:e,navy:e,nba:e,nec:e,netbank:e,netflix:e,network:[1,{aem:a,alces:o,co:a,arvo:a,azimuth:a,tlon:a}],neustar:e,new:e,news:[1,{noticeable:a}],next:e,nextdirect:e,nexus:e,nfl:e,ngo:e,nhk:e,nico:e,nike:e,nikon:e,ninja:e,nissan:e,nissay:e,nokia:e,norton:e,now:e,nowruz:e,nowtv:e,nra:e,nrw:e,ntt:e,nyc:e,obi:e,observer:e,office:e,okinawa:e,olayan:e,olayangroup:e,ollo:e,omega:e,one:[1,{kin:o,service:a,website:a}],ong:[1,{obl:a}],onl:e,online:[1,{eero:a,"eero-stage":a,websitebuilder:a,leapcell:a,barsy:a}],ooo:e,open:e,oracle:e,orange:[1,{tech:a}],organic:e,origins:e,osaka:e,otsuka:e,ott:e,ovh:[1,{nerdpol:a}],page:[1,{aem:a,hlx:a,translated:a,codeberg:a,heyflow:a,prvcy:a,rocky:a,statichost:a,pdns:a,plesk:a}],panasonic:e,paris:e,pars:e,partners:e,parts:e,party:e,pay:e,pccw:e,pet:e,pfizer:e,pharmacy:e,phd:e,philips:e,phone:e,photo:e,photography:e,photos:le,physio:e,pics:e,pictet:e,pictures:[1,{1337:a}],pid:e,pin:e,ping:e,pink:e,pioneer:e,pizza:[1,{ngrok:a}],place:v,play:e,playstation:e,plumbing:e,plus:[1,{playit:[2,{at:o,with:a}]}],pnc:e,pohl:e,poker:e,politie:e,porn:e,praxi:e,press:e,prime:e,prod:e,productions:e,prof:e,progressive:e,promo:e,properties:e,property:e,protection:e,pru:e,prudential:e,pub:[1,{id:o,kin:o,barsy:a}],pwc:e,qpon:e,quebec:e,quest:e,racing:e,radio:e,read:e,realestate:e,realtor:e,realty:e,recipes:e,red:e,redumbrella:e,rehab:e,reise:e,reisen:e,reit:e,reliance:e,ren:e,rent:e,rentals:e,repair:e,report:e,republican:e,rest:e,restaurant:e,review:e,reviews:[1,{aem:a}],rexroth:e,rich:e,richardli:e,ricoh:e,ril:e,rio:e,rip:[1,{clan:a}],rocks:[1,{myddns:a,stackit:a,"lima-city":a,webspace:a}],rodeo:e,rogers:e,room:e,rsvp:e,rugby:e,ruhr:e,run:[1,{appwrite:o,canva:a,development:a,ravendb:a,liara:[2,{iran:a}],lovable:a,needle:a,build:o,code:o,database:o,migration:o,onporter:a,repl:a,stackit:a,val:Ve,vercel:a,wix:a}],rwe:e,ryukyu:e,saarland:e,safe:e,safety:e,sakura:e,sale:e,salon:e,samsclub:e,samsung:e,sandvik:e,sandvikcoromant:e,sanofi:e,sap:e,sarl:e,sas:e,save:e,saxo:e,sbi:e,sbs:e,scb:e,schaeffler:e,schmidt:e,scholarships:e,school:e,schule:e,schwarz:e,science:e,scot:[1,{gov:[2,{service:a}]}],search:e,seat:e,secure:e,security:e,seek:e,select:e,sener:e,services:[1,{loginline:a}],seven:e,sew:e,sex:e,sexy:e,sfr:e,shangrila:e,sharp:e,shell:e,shia:e,shiksha:e,shoes:e,shop:[1,{base:a,hoplix:a,barsy:a,barsyonline:a,shopware:a}],shopping:e,shouji:e,show:e,silk:e,sina:e,singles:e,site:[1,{square:a,canva:O,cloudera:o,convex:a,cyon:a,caffeine:a,fastvps:a,figma:a,"figma-gov":a,preview:a,heyflow:a,jele:a,jouwweb:a,loginline:a,barsy:a,co:a,notion:a,omniwe:a,opensocial:a,madethis:a,support:a,platformsh:o,tst:o,byen:a,srht:a,novecore:a,cpanel:a,wpsquared:a,sourcecraft:a}],ski:e,skin:e,sky:e,skype:e,sling:e,smart:e,smile:e,sncf:e,soccer:e,social:e,softbank:e,software:e,sohu:e,solar:e,solutions:e,song:e,sony:e,soy:e,spa:e,space:[1,{myfast:a,heiyu:a,hf:[2,{static:a}],"app-ionos":a,project:a,uber:a,xs4all:a}],sport:e,spot:e,srl:e,stada:e,staples:e,star:e,statebank:e,statefarm:e,stc:e,stcgroup:e,stockholm:e,storage:e,store:[1,{barsy:a,sellfy:a,shopware:a,storebase:a}],stream:e,studio:e,study:e,style:e,sucks:e,supplies:e,supply:e,support:[1,{barsy:a}],surf:e,surgery:e,suzuki:e,swatch:e,swiss:e,sydney:e,systems:[1,{knightpoint:a}],tab:e,taipei:e,talk:e,taobao:e,target:e,tatamotors:e,tatar:e,tattoo:e,tax:e,taxi:e,tci:e,tdk:e,team:[1,{discourse:a,jelastic:a}],tech:[1,{cleverapps:a}],technology:v,temasek:e,tennis:e,teva:e,thd:e,theater:e,theatre:e,tiaa:e,tickets:e,tienda:e,tips:e,tires:e,tirol:e,tjmaxx:e,tjx:e,tkmaxx:e,tmall:e,today:[1,{prequalifyme:a}],tokyo:e,tools:[1,{addr:Ge,myaddr:a}],top:[1,{ntdll:a,wadl:o}],toray:e,toshiba:e,total:e,tours:e,town:e,toyota:e,toys:e,trade:e,trading:e,training:e,travel:e,travelers:e,travelersinsurance:e,trust:e,trv:e,tube:e,tui:e,tunes:e,tushu:e,tvs:e,ubank:e,ubs:e,unicom:e,university:e,uno:e,uol:e,ups:e,vacations:e,vana:e,vanguard:e,vegas:e,ventures:e,verisign:e,versicherung:e,vet:e,viajes:e,video:e,vig:e,viking:e,villas:e,vin:e,vip:[1,{hidns:a}],virgin:e,visa:e,vision:e,viva:e,vivo:e,vlaanderen:e,vodka:e,volvo:e,vote:e,voting:e,voto:e,voyage:e,wales:e,walmart:e,walter:e,wang:e,wanggou:e,watch:e,watches:e,weather:e,weatherchannel:e,webcam:e,weber:e,website:le,wed:e,wedding:e,weibo:e,weir:e,whoswho:e,wien:e,wiki:le,williamhill:e,win:e,windows:e,wine:e,winners:e,wme:e,wolterskluwer:e,woodside:e,work:e,works:e,world:e,wow:e,wtc:e,wtf:e,xbox:e,xerox:e,xihuan:e,xin:e,"xn--11b4c3d":e,कॉम:e,"xn--1ck2e1b":e,セール:e,"xn--1qqw23a":e,佛山:e,"xn--30rr7y":e,慈善:e,"xn--3bst00m":e,集团:e,"xn--3ds443g":e,在线:e,"xn--3pxu8k":e,点看:e,"xn--42c2d9a":e,คอม:e,"xn--45q11c":e,八卦:e,"xn--4gbrim":e,موقع:e,"xn--55qw42g":e,公益:e,"xn--55qx5d":e,公司:e,"xn--5su34j936bgsg":e,香格里拉:e,"xn--5tzm5g":e,网站:e,"xn--6frz82g":e,移动:e,"xn--6qq986b3xl":e,我爱你:e,"xn--80adxhks":e,москва:e,"xn--80aqecdr1a":e,католик:e,"xn--80asehdb":e,онлайн:e,"xn--80aswg":e,сайт:e,"xn--8y0a063a":e,联通:e,"xn--9dbq2a":e,קום:e,"xn--9et52u":e,时尚:e,"xn--9krt00a":e,微博:e,"xn--b4w605ferd":e,淡马锡:e,"xn--bck1b9a5dre4c":e,ファッション:e,"xn--c1avg":e,орг:e,"xn--c2br7g":e,नेट:e,"xn--cck2b3b":e,ストア:e,"xn--cckwcxetd":e,アマゾン:e,"xn--cg4bki":e,삼성:e,"xn--czr694b":e,商标:e,"xn--czrs0t":e,商店:e,"xn--czru2d":e,商城:e,"xn--d1acj3b":e,дети:e,"xn--eckvdtc9d":e,ポイント:e,"xn--efvy88h":e,新闻:e,"xn--fct429k":e,家電:e,"xn--fhbei":e,كوم:e,"xn--fiq228c5hs":e,中文网:e,"xn--fiq64b":e,中信:e,"xn--fjq720a":e,娱乐:e,"xn--flw351e":e,谷歌:e,"xn--fzys8d69uvgm":e,電訊盈科:e,"xn--g2xx48c":e,购物:e,"xn--gckr3f0f":e,クラウド:e,"xn--gk3at1e":e,通販:e,"xn--hxt814e":e,网店:e,"xn--i1b6b1a6a2e":e,संगठन:e,"xn--imr513n":e,餐厅:e,"xn--io0a7i":e,网络:e,"xn--j1aef":e,ком:e,"xn--jlq480n2rg":e,亚马逊:e,"xn--jvr189m":e,食品:e,"xn--kcrx77d1x4a":e,飞利浦:e,"xn--kput3i":e,手机:e,"xn--mgba3a3ejt":e,ارامكو:e,"xn--mgba7c0bbn0a":e,العليان:e,"xn--mgbab2bd":e,بازار:e,"xn--mgbca7dzdo":e,ابوظبي:e,"xn--mgbi4ecexp":e,كاثوليك:e,"xn--mgbt3dhd":e,همراه:e,"xn--mk1bu44c":e,닷컴:e,"xn--mxtq1m":e,政府:e,"xn--ngbc5azd":e,شبكة:e,"xn--ngbe9e0a":e,بيتك:e,"xn--ngbrx":e,عرب:e,"xn--nqv7f":e,机构:e,"xn--nqv7fs00ema":e,组织机构:e,"xn--nyqy26a":e,健康:e,"xn--otu796d":e,招聘:e,"xn--p1acf":[1,{"xn--90amc":a,"xn--j1aef":a,"xn--j1ael8b":a,"xn--h1ahn":a,"xn--j1adp":a,"xn--c1avg":a,"xn--80aaa0cvac":a,"xn--h1aliz":a,"xn--90a1af":a,"xn--41a":a}],рус:[1,{биз:a,ком:a,крым:a,мир:a,мск:a,орг:a,самара:a,сочи:a,спб:a,я:a}],"xn--pssy2u":e,大拿:e,"xn--q9jyb4c":e,みんな:e,"xn--qcka1pmc":e,グーグル:e,"xn--rhqv96g":e,世界:e,"xn--rovu88b":e,書籍:e,"xn--ses554g":e,网址:e,"xn--t60b56a":e,닷넷:e,"xn--tckwe":e,コム:e,"xn--tiq49xqyj":e,天主教:e,"xn--unup4y":e,游戏:e,"xn--vermgensberater-ctb":e,vermögensberater:e,"xn--vermgensberatung-pwb":e,vermögensberatung:e,"xn--vhquv":e,企业:e,"xn--vuq861b":e,信息:e,"xn--w4r85el8fhu5dnra":e,嘉里大酒店:e,"xn--w4rs40l":e,嘉里:e,"xn--xhq521b":e,广东:e,"xn--zfr164b":e,政务:e,xyz:[1,{caffeine:a,botdash:a,telebit:o}],yachts:e,yahoo:e,yamaxun:e,yandex:e,yodobashi:e,yoga:e,yokohama:e,you:e,youtube:e,yun:e,zappos:e,zara:e,zero:e,zip:e,zone:[1,{triton:o,stackit:a,lima:a}],zuerich:e}]}();function da(e,a,t,i){let o=null,s=a;for(;s!==void 0&&(s[0]&i&&(o={index:t+1,isIcann:s[0]===1,isPrivate:s[0]===2}),t!==-1);){const n=s[1];s=Object.prototype.hasOwnProperty.call(n,e[t])?n[e[t]]:n["*"],t-=1}return o}function Oo(e,a,t){var i;if(Ao(e,a,t))return;const o=e.split("."),s=(a.allowPrivateDomains?2:0)|(a.allowIcannDomains?1:0),n=da(o,_o,o.length-1,s);if(n!==null){t.isIcann=n.isIcann,t.isPrivate=n.isPrivate,t.publicSuffix=o.slice(n.index+1).join(".");return}const u=da(o,Io,o.length-1,s);if(u!==null){t.isIcann=u.isIcann,t.isPrivate=u.isPrivate,t.publicSuffix=o.slice(u.index).join(".");return}t.isIcann=!1,t.isPrivate=!1,t.publicSuffix=(i=o[o.length-1])!==null&&i!==void 0?i:null}const ma=So();function To(e,a={}){return Co(ma),Eo(e,3,Oo,a,ma).domain}function Ba(e,a){return!!(a===e||e.indexOf(a)===0&&(a[a.length-1]==="/"||e.startsWith(a)&&e[a.length]==="/"))}var ha=["local","example","invalid","localhost","test"],Lo=["localhost","invalid"],qo={allowSpecialUseDomain:!1,ignoreError:!1};function De(e,a={}){a={...qo,...a};const t=e.split("."),i=t[t.length-1],o=!!a.allowSpecialUseDomain,s=!!a.ignoreError;if(o&&i!==void 0&&ha.includes(i)){if(t.length>1)return`${t[t.length-2]}.${i}`;if(Lo.includes(i))return i}if(!s&&i!==void 0&&ha.includes(i))throw new Error(`Cookie has domain set to the public suffix "${i}" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain: true, rejectPublicSuffixes: false}.`);const n=To(e,{allowIcannDomains:!0,allowPrivateDomains:!0});if(n)return n}function Po(e,a){const t=De(e,{allowSpecialUseDomain:a});if(!t)return;if(t==e)return[e];e.slice(-1)=="."&&(e=e.slice(0,-1));const o=e.slice(0,-(t.length+1)).split(".").reverse();let s=t;const n=[s];for(;o.length;)s=`${o.shift()}.${s}`,n.push(s);return n}var Ga=class{constructor(){this.synchronous=!1}findCookie(e,a,t,i){throw new Error("findCookie is not implemented")}findCookies(e,a,t=!1,i){throw new Error("findCookies is not implemented")}putCookie(e,a){throw new Error("putCookie is not implemented")}updateCookie(e,a,t){throw new Error("updateCookie is not implemented")}removeCookie(e,a,t,i){throw new Error("removeCookie is not implemented")}removeCookies(e,a,t){throw new Error("removeCookies is not implemented")}removeAllCookies(e){throw new Error("removeAllCookies is not implemented")}getAllCookies(e){throw new Error("getAllCookies is not implemented (therefore jar cannot be serialized)")}},Re=e=>Object.prototype.toString.call(e),Do=(e,a)=>typeof e.join!="function"?Re(e):(a.add(e),e.map(i=>i==null||a.has(i)?"":Va(i,a)).join()),Va=(e,a=new WeakSet)=>typeof e!="object"||e===null?String(e):typeof e.toString=="function"?Array.isArray(e)?Do(e,a):String(e):Re(e),Ie=e=>Va(e);function I(e){let a,t,i;const o=new Promise((s,n)=>{t=s,i=n});return typeof e=="function"?a=(s,n)=>{try{s?e(s):e(null,n)}catch(u){i(u instanceof Error?u:new Error)}}:a=(s,n)=>{try{s?i(s):t(n)}catch(u){i(u instanceof Error?u:new Error)}},{promise:o,callback:a,resolve:s=>(a(null,s),o),reject:s=>(a(s),o)}}function oe(e,a){return e in a}var Ya=class extends Ga{constructor(){super(),this.synchronous=!0,this.idx=Object.create(null)}findCookie(e,a,t,i){const o=I(i);if(e==null||a==null||t==null)return o.resolve(void 0);const s=this.idx[e]?.[a]?.[t];return o.resolve(s)}findCookies(e,a,t=!1,i){typeof t=="function"&&(i=t,t=!0);const o=[],s=I(i);if(!e)return s.resolve([]);let n;a?n=function(r){for(const m in r)if(Ba(a,m)){const f=r[m];for(const h in f){const b=f[h];b&&o.push(b)}}}:n=function(r){for(const m in r){const f=r[m];for(const h in f){const b=f[h];b&&o.push(b)}}};const u=Po(e,t)||[e],l=this.idx;return u.forEach(c=>{const r=l[c];r&&n(r)}),s.resolve(o)}putCookie(e,a){const t=I(a),{domain:i,path:o,key:s}=e;if(i==null||o==null||s==null)return t.resolve(void 0);const n=this.idx[i]??Object.create(null);this.idx[i]=n;const u=n[o]??Object.create(null);return n[o]=u,u[s]=e,t.resolve(void 0)}updateCookie(e,a,t){if(t)this.putCookie(a,t);else return this.putCookie(a)}removeCookie(e,a,t,i){const o=I(i);return delete this.idx[e]?.[a]?.[t],o.resolve(void 0)}removeCookies(e,a,t){const i=I(t),o=this.idx[e];return o&&(a?delete o[a]:delete this.idx[e]),i.resolve(void 0)}removeAllCookies(e){const a=I(e);return this.idx=Object.create(null),a.resolve(void 0)}getAllCookies(e){const a=I(e),t=[],i=this.idx;return Object.keys(i).forEach(s=>{const n=i[s]??{};Object.keys(n).forEach(l=>{const c=n[l]??{};Object.keys(c).forEach(m=>{const f=c[m];f!=null&&t.push(f)})})}),t.sort((s,n)=>(s.creationIndex||0)-(n.creationIndex||0)),a.resolve(t)}};function xe(e){return Ja(e)&&e!==""}function We(e){return e===""||e instanceof String&&e.toString()===""}function Ja(e){return typeof e=="string"||e instanceof String}function de(e){return Re(e)==="[object Object]"}function K(e,a,t){if(e)return;const i=typeof a=="function"?a:void 0;let o=typeof a=="function"?t:a;de(o)||(o="[object Object]");const s=new Qa(Ie(o));if(i)i(s);else throw s}var Qa=class extends Error{},Ro="6.0.0",F={SILENT:"silent",STRICT:"strict",DISABLED:"unsafe-disabled"};Object.freeze(F);var Wo=`
|
|
17
|
+
\\[?(?:
|
|
18
|
+
(?:[a-fA-F\\d]{1,4}:){7}(?:[a-fA-F\\d]{1,4}|:)|
|
|
19
|
+
(?:[a-fA-F\\d]{1,4}:){6}(?:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|:[a-fA-F\\d]{1,4}|:)|
|
|
20
|
+
(?:[a-fA-F\\d]{1,4}:){5}(?::(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,2}|:)|
|
|
21
|
+
(?:[a-fA-F\\d]{1,4}:){4}(?:(?::[a-fA-F\\d]{1,4}){0,1}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,3}|:)|
|
|
22
|
+
(?:[a-fA-F\\d]{1,4}:){3}(?:(?::[a-fA-F\\d]{1,4}){0,2}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,4}|:)|
|
|
23
|
+
(?:[a-fA-F\\d]{1,4}:){2}(?:(?::[a-fA-F\\d]{1,4}){0,3}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,5}|:)|
|
|
24
|
+
(?:[a-fA-F\\d]{1,4}:){1}(?:(?::[a-fA-F\\d]{1,4}){0,4}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,6}|:)|
|
|
25
|
+
(?::(?:(?::[a-fA-F\\d]{1,4}){0,5}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,7}|:))
|
|
26
|
+
)(?:%[0-9a-zA-Z]{1,})?\\]?
|
|
27
|
+
`.replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),Ne=new RegExp(`^${Wo}$`),No="(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])",Uo=new RegExp(`^${No}$`);function pa(e){return new URL(`http://${e}`).hostname}function he(e){if(e==null)return;let a=e.trim().replace(/^\./,"");return Ne.test(a)?(a.startsWith("[")||(a="["+a),a.endsWith("]")||(a=a+"]"),pa(a).slice(1,-1)):/[^\u0001-\u007f]/.test(a)?pa(a):a.toLowerCase()}function $o(e){return e.toUTCString()}var Mo=/[\x09\x20-\x2F\x3B-\x40\x5B-\x60\x7B-\x7E]/,q={jan:0,feb:1,mar:2,apr:3,may:4,jun:5,jul:6,aug:7,sep:8,oct:9,nov:10,dec:11};function Oe(e,a,t,i){let o=0;for(;o<e.length;){const s=e.charCodeAt(o);if(s<=47||s>=58)break;o++}if(!(o<a||o>t)&&!(!i&&o!=e.length))return parseInt(e.slice(0,o),10)}function Fo(e){const a=e.split(":"),t=[0,0,0];if(a.length===3){for(let i=0;i<3;i++){const o=i==2,s=a[i];if(s===void 0)return;const n=Oe(s,1,2,o);if(n===void 0)return;t[i]=n}return t}}function Ho(e){switch(e=String(e).slice(0,3).toLowerCase(),e){case"jan":return q.jan;case"feb":return q.feb;case"mar":return q.mar;case"apr":return q.apr;case"may":return q.may;case"jun":return q.jun;case"jul":return q.jul;case"aug":return q.aug;case"sep":return q.sep;case"oct":return q.oct;case"nov":return q.nov;case"dec":return q.dec;default:return}}function Te(e){if(!e)return;const a=e.split(Mo);let t,i,o,s,n,u;for(let l=0;l<a.length;l++){const c=(a[l]??"").trim();if(c.length){if(o===void 0){const r=Fo(c);if(r){t=r[0],i=r[1],o=r[2];continue}}if(s===void 0){const r=Oe(c,1,2,!0);if(r!==void 0){s=r;continue}}if(n===void 0){const r=Ho(c);if(r!==void 0){n=r;continue}}if(u===void 0){const r=Oe(c,2,4,!0);r!==void 0&&(u=r,u>=70&&u<=99?u+=1900:u>=0&&u<=69&&(u+=2e3))}}}if(!(s===void 0||n===void 0||u===void 0||t===void 0||i===void 0||o===void 0||s<1||s>31||u<1601||t>23||i>59||o>59))return new Date(Date.UTC(u,n,s,t,i,o))}var Bo=/^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/,Go=/[\x20-\x3A\x3C-\x7E]+/,ga=/[\x00-\x1F]/,fa=[`
|
|
28
|
+
`,"\r","\0"];function Vo(e){if(We(e))return e;for(let a=0;a<fa.length;a++){const t=fa[a],i=t?e.indexOf(t):-1;i!==-1&&(e=e.slice(0,i))}return e}function Yo(e,a){e=Vo(e);let t=e.indexOf("=");if(a)t===0&&(e=e.substring(1),t=e.indexOf("="));else if(t<=0)return;let i,o;if(t<=0?(i="",o=e.trim()):(i=e.slice(0,t).trim(),o=e.slice(t+1).trim()),ga.test(i)||ga.test(o))return;const s=new T;return s.key=i,s.value=o,s}function Jo(e,a){if(We(e)||!Ja(e))return;e=e.trim();const t=e.indexOf(";"),i=t===-1?e:e.slice(0,t),o=Yo(i,a?.loose??!1);if(!o)return;if(t===-1)return o;const s=e.slice(t+1).trim();if(s.length===0)return o;const n=s.split(";");for(;n.length;){const u=(n.shift()??"").trim();if(u.length===0)continue;const l=u.indexOf("=");let c,r;switch(l===-1?(c=u,r=null):(c=u.slice(0,l),r=u.slice(l+1)),c=c.trim().toLowerCase(),r&&(r=r.trim()),c){case"expires":if(r){const m=Te(r);m&&(o.expires=m)}break;case"max-age":if(r&&/^-?[0-9]+$/.test(r)){const m=parseInt(r,10);o.setMaxAge(m)}break;case"domain":if(r){const m=r.trim().replace(/^\./,"");m&&(o.domain=m.toLowerCase())}break;case"path":o.path=r&&r[0]==="/"?r:null;break;case"secure":o.secure=!0;break;case"httponly":o.httpOnly=!0;break;case"samesite":switch(r?r.toLowerCase():""){case"strict":o.sameSite="strict";break;case"lax":o.sameSite="lax";break;case"none":o.sameSite="none";break;default:o.sameSite=void 0;break}break;default:o.extensions=o.extensions||[],o.extensions.push(u);break}}return o}function ka(e){if(!e||We(e))return;let a;if(typeof e=="string")try{a=JSON.parse(e)}catch{return}else a=e;const t=new T;return T.serializableProperties.forEach(i=>{if(a&&typeof a=="object"&&oe(i,a)){const o=a[i];if(o===void 0||oe(i,E)&&o===E[i])return;switch(i){case"key":case"value":case"sameSite":typeof o=="string"&&(t[i]=o);break;case"expires":case"creation":case"lastAccessed":typeof o=="number"||typeof o=="string"||o instanceof Date?t[i]=a[i]=="Infinity"?"Infinity":new Date(o):o===null&&(t[i]=null);break;case"maxAge":(typeof o=="number"||o==="Infinity"||o==="-Infinity")&&(t[i]=o);break;case"domain":case"path":(typeof o=="string"||o===null)&&(t[i]=o);break;case"secure":case"httpOnly":typeof o=="boolean"&&(t[i]=o);break;case"extensions":Array.isArray(o)&&o.every(s=>typeof s=="string")&&(t[i]=o);break;case"hostOnly":case"pathIsDefault":(typeof o=="boolean"||o===null)&&(t[i]=o);break}}}),t}var E={key:"",value:"",expires:"Infinity",maxAge:null,domain:null,path:null,secure:!1,httpOnly:!1,extensions:null,hostOnly:null,pathIsDefault:null,creation:null,lastAccessed:null,sameSite:void 0},ie=class N{constructor(a={}){this.key=a.key??E.key,this.value=a.value??E.value,this.expires=a.expires??E.expires,this.maxAge=a.maxAge??E.maxAge,this.domain=a.domain??E.domain,this.path=a.path??E.path,this.secure=a.secure??E.secure,this.httpOnly=a.httpOnly??E.httpOnly,this.extensions=a.extensions??E.extensions,this.creation=a.creation??E.creation,this.hostOnly=a.hostOnly??E.hostOnly,this.pathIsDefault=a.pathIsDefault??E.pathIsDefault,this.lastAccessed=a.lastAccessed??E.lastAccessed,this.sameSite=a.sameSite??E.sameSite,this.creation=a.creation??new Date,Object.defineProperty(this,"creationIndex",{configurable:!1,enumerable:!1,writable:!0,value:++N.cookiesCreated}),this.creationIndex=N.cookiesCreated}[Symbol.for("nodejs.util.inspect.custom")](){const a=Date.now(),t=this.hostOnly!=null?this.hostOnly.toString():"?",i=this.creation&&this.creation!=="Infinity"?`${String(a-this.creation.getTime())}ms`:"?",o=this.lastAccessed&&this.lastAccessed!=="Infinity"?`${String(a-this.lastAccessed.getTime())}ms`:"?";return`Cookie="${this.toString()}; hostOnly=${t}; aAge=${o}; cAge=${i}"`}toJSON(){const a={};for(const t of N.serializableProperties){const i=this[t];if(i!==E[t])switch(t){case"key":case"value":case"sameSite":typeof i=="string"&&(a[t]=i);break;case"expires":case"creation":case"lastAccessed":typeof i=="number"||typeof i=="string"||i instanceof Date?a[t]=i=="Infinity"?"Infinity":new Date(i).toISOString():i===null&&(a[t]=null);break;case"maxAge":(typeof i=="number"||i==="Infinity"||i==="-Infinity")&&(a[t]=i);break;case"domain":case"path":(typeof i=="string"||i===null)&&(a[t]=i);break;case"secure":case"httpOnly":typeof i=="boolean"&&(a[t]=i);break;case"extensions":Array.isArray(i)&&(a[t]=i);break;case"hostOnly":case"pathIsDefault":(typeof i=="boolean"||i===null)&&(a[t]=i);break}}return a}clone(){return ka(this.toJSON())}validate(){if(!this.value||!Bo.test(this.value)||this.expires!="Infinity"&&!(this.expires instanceof Date)&&!Te(this.expires)||this.maxAge!=null&&this.maxAge!=="Infinity"&&(this.maxAge==="-Infinity"||this.maxAge<=0)||this.path!=null&&!Go.test(this.path))return!1;const a=this.cdomain();return!(a&&(a.match(/\.$/)||De(a)==null))}setExpires(a){a instanceof Date?this.expires=a:this.expires=Te(a)||"Infinity"}setMaxAge(a){a===1/0?this.maxAge="Infinity":a===-1/0?this.maxAge="-Infinity":this.maxAge=a}cookieString(){const a=this.value||"";return this.key?`${this.key}=${a}`:a}toString(){let a=this.cookieString();return this.expires!="Infinity"&&this.expires instanceof Date&&(a+=`; Expires=${$o(this.expires)}`),this.maxAge!=null&&this.maxAge!=1/0&&(a+=`; Max-Age=${String(this.maxAge)}`),this.domain&&!this.hostOnly&&(a+=`; Domain=${this.domain}`),this.path&&(a+=`; Path=${this.path}`),this.secure&&(a+="; Secure"),this.httpOnly&&(a+="; HttpOnly"),this.sameSite&&this.sameSite!=="none"&&(this.sameSite.toLowerCase()===N.sameSiteCanonical.lax.toLowerCase()?a+=`; SameSite=${N.sameSiteCanonical.lax}`:this.sameSite.toLowerCase()===N.sameSiteCanonical.strict.toLowerCase()?a+=`; SameSite=${N.sameSiteCanonical.strict}`:a+=`; SameSite=${this.sameSite}`),this.extensions&&this.extensions.forEach(t=>{a+=`; ${t}`}),a}TTL(a=Date.now()){if(this.maxAge!=null&&typeof this.maxAge=="number")return this.maxAge<=0?0:this.maxAge*1e3;const t=this.expires;return t==="Infinity"?1/0:(t?.getTime()??a)-(a||Date.now())}expiryTime(a){if(this.maxAge!=null){const t=a||this.lastAccessed||new Date,i=typeof this.maxAge=="number"?this.maxAge:-1/0,o=i<=0?-1/0:i*1e3;return t==="Infinity"?1/0:t.getTime()+o}return this.expires=="Infinity"?1/0:this.expires?this.expires.getTime():void 0}expiryDate(a){const t=this.expiryTime(a);return t==1/0?new Date(2147483647e3):t==-1/0?new Date(0):t==null?void 0:new Date(t)}isPersistent(){return this.maxAge!=null||this.expires!="Infinity"}canonicalizedDomain(){return he(this.domain)}cdomain(){return he(this.domain)}static parse(a,t){return Jo(a,t)}static fromJSON(a){return ka(a)}};ie.cookiesCreated=0;ie.sameSiteLevel={strict:3,lax:2,none:1};ie.sameSiteCanonical={strict:"Strict",lax:"Lax"};ie.serializableProperties=["key","value","expires","maxAge","domain","path","secure","httpOnly","extensions","hostOnly","pathIsDefault","creation","lastAccessed","sameSite"];var T=ie,ba=2147483647e3;function ya(e,a){let t;const i=e.path?e.path.length:0;if(t=(a.path?a.path.length:0)-i,t!==0)return t;const s=e.creation&&e.creation instanceof Date?e.creation.getTime():ba,n=a.creation&&a.creation instanceof Date?a.creation.getTime():ba;return t=s-n,t!==0||(t=(e.creationIndex||0)-(a.creationIndex||0)),t}function Qo(e){if(!e||e.slice(0,1)!=="/")return"/";if(e==="/")return e;const a=e.lastIndexOf("/");return a===0?"/":e.slice(0,a)}var Zo=/(?:^(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}$)|(?:^(?:(?:[a-f\d]{1,4}:){7}(?:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){6}(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){5}(?::(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,2}|:)|(?:[a-f\d]{1,4}:){4}(?:(?::[a-f\d]{1,4}){0,1}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,3}|:)|(?:[a-f\d]{1,4}:){3}(?:(?::[a-f\d]{1,4}){0,2}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,4}|:)|(?:[a-f\d]{1,4}:){2}(?:(?::[a-f\d]{1,4}){0,3}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,5}|:)|(?:[a-f\d]{1,4}:){1}(?:(?::[a-f\d]{1,4}){0,4}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,6}|:)|(?::(?:(?::[a-f\d]{1,4}){0,5}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,7}|:)))$)/;function va(e,a,t){if(e==null||a==null)return;let i,o;if(i=e,o=a,i==null||o==null)return;if(i==o)return!0;const s=i.lastIndexOf(o);return s<=0||i.length!==o.length+s||i.substring(s-1,s)!=="."?!1:!Zo.test(i)}function Ko(e){const a=e.split(".");return a.length===4&&a[0]!==void 0&&parseInt(a[0],10)===127}function Xo(e){return e==="::1"}function ei(e){return e.endsWith(".localhost")}function ai(e){const a=e.toLowerCase();return a==="localhost"||ei(a)}function ti(e){return e.length>=2&&e.startsWith("[")&&e.endsWith("]")?e.substring(1,e.length-1):e}function oi(e,a=!0){let t;if(typeof e=="string")try{t=new URL(e)}catch{return!1}else t=e;const i=t.protocol.replace(":","").toLowerCase(),o=ti(t.hostname).replace(/\.+$/,"");return i==="https"||i==="wss"?!0:a?Uo.test(o)?Ko(o):Ne.test(o)?Xo(o):ai(o):!1}var ii={loose:!1,sameSiteContext:void 0,ignoreError:!1,http:!0},wa={http:!0,expire:!0,allPaths:!1,sameSiteContext:void 0,sort:void 0},je='Invalid sameSiteContext option for getCookies(); expected one of "strict", "lax", or "none"';function xa(e){if(e&&typeof e=="object"&&"hostname"in e&&typeof e.hostname=="string"&&"pathname"in e&&typeof e.pathname=="string"&&"protocol"in e&&typeof e.protocol=="string")return{hostname:e.hostname,pathname:e.pathname,protocol:e.protocol};if(typeof e=="string")try{return new URL(decodeURI(e))}catch{return new URL(e)}else throw new Qa("`url` argument is not a string or URL.")}function ja(e){const a=String(e).toLowerCase();if(a==="none"||a==="lax"||a==="strict")return a}function si(e){return!(typeof e.key=="string"&&e.key.startsWith("__Secure-"))||e.secure}function ni(e){return!(typeof e.key=="string"&&e.key.startsWith("__Host-"))||!!(e.secure&&e.hostOnly&&e.path!=null&&e.path==="/")}function ue(e){const a=e.toLowerCase();switch(a){case F.STRICT:case F.SILENT:case F.DISABLED:return a;default:return F.SILENT}}var ri=class ae{constructor(a,t){typeof t=="boolean"&&(t={rejectPublicSuffixes:t}),this.rejectPublicSuffixes=t?.rejectPublicSuffixes??!0,this.enableLooseMode=t?.looseMode??!1,this.allowSpecialUseDomain=t?.allowSpecialUseDomain??!0,this.allowSecureOnLocal=t?.allowSecureOnLocal??!0,this.prefixSecurity=ue(t?.prefixSecurity??"silent"),this.store=a??new Ya}callSync(a){if(!this.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");let t=null,i;try{a.call(this,(o,s)=>{t=o,i=s})}catch(o){t=o}if(t)throw t;return i}setCookie(a,t,i,o){typeof i=="function"&&(o=i,i=void 0);const s=I(o),n=s.callback;let u;try{if(typeof t=="string"&&K(xe(t),o,Ie(i)),u=xa(t),typeof t=="function")return s.reject(new Error("No URL was specified"));if(typeof i=="function"&&(i=ii),K(typeof n=="function",n),!xe(a)&&!de(a)&&a instanceof String&&a.length==0)return s.resolve(void 0)}catch(k){return s.reject(k)}const l=he(u.hostname)??null,c=i?.loose||this.enableLooseMode;let r=null;if(i?.sameSiteContext&&(r=ja(i.sameSiteContext),!r))return s.reject(new Error(je));if(typeof a=="string"||a instanceof String){const k=T.parse(a.toString(),{loose:c});if(!k){const g=new Error("Cookie failed to parse");return i?.ignoreError?s.resolve(void 0):s.reject(g)}a=k}else if(!(a instanceof T)){const k=new Error("First argument to setCookie must be a Cookie object or string");return i?.ignoreError?s.resolve(void 0):s.reject(k)}const m=i?.now||new Date;if(this.rejectPublicSuffixes&&a.domain)try{const k=a.cdomain();if((typeof k=="string"?De(k,{allowSpecialUseDomain:this.allowSpecialUseDomain,ignoreError:i?.ignoreError}):null)==null&&!Ne.test(a.domain)){const d=new Error("Cookie has domain set to a public suffix");return i?.ignoreError?s.resolve(void 0):s.reject(d)}}catch(k){return i?.ignoreError?s.resolve(void 0):s.reject(k)}if(a.domain){if(!va(l??void 0,a.cdomain()??void 0)){const k=new Error(`Cookie not in this host's domain. Cookie:${a.cdomain()??"null"} Request:${l??"null"}`);return i?.ignoreError?s.resolve(void 0):s.reject(k)}a.hostOnly==null&&(a.hostOnly=!1)}else a.hostOnly=!0,a.domain=l;if((!a.path||a.path[0]!=="/")&&(a.path=Qo(u.pathname),a.pathIsDefault=!0),i?.http===!1&&a.httpOnly){const k=new Error("Cookie is HttpOnly and this isn't an HTTP API");return i.ignoreError?s.resolve(void 0):s.reject(k)}if(a.sameSite!=="none"&&a.sameSite!==void 0&&r&&r==="none"){const k=new Error("Cookie is SameSite but this is a cross-origin request");return i?.ignoreError?s.resolve(void 0):s.reject(k)}const f=this.prefixSecurity===F.SILENT;if(!(this.prefixSecurity===F.DISABLED)){let k=!1,g;if(si(a)?ni(a)||(k=!0,g="Cookie has __Host prefix but either Secure or HostOnly attribute is not set or Path is not '/'"):(k=!0,g="Cookie has __Secure prefix but Secure attribute is not set"),k)return i?.ignoreError||f?s.resolve(void 0):s.reject(new Error(g))}const b=this.store;b.updateCookie||(b.updateCookie=async function(k,g,d){return this.putCookie(g).then(()=>d?.(null),v=>d?.(v))});const p=function(g,d){if(g){n(g);return}const v=function(w){w?n(w):typeof a=="string"?n(null,void 0):n(null,a)};if(d){if(i&&"http"in i&&i.http===!1&&d.httpOnly){g=new Error("old Cookie is HttpOnly and this isn't an HTTP API"),i.ignoreError?n(null,void 0):n(g);return}a instanceof T&&(a.creation=d.creation,a.creationIndex=d.creationIndex,a.lastAccessed=m,b.updateCookie(d,a,v))}else a instanceof T&&(a.creation=a.lastAccessed=m,b.putCookie(a,v))};return b.findCookie(a.domain,a.path,a.key,p),s.promise}setCookieSync(a,t,i){const o=i?this.setCookie.bind(this,a,t,i):this.setCookie.bind(this,a,t);return this.callSync(o)}getCookies(a,t,i){typeof t=="function"?(i=t,t=wa):t===void 0&&(t=wa);const o=I(i),s=o.callback;let n;try{typeof a=="string"&&K(xe(a),s,a),n=xa(a),K(de(t),s,Ie(t)),K(typeof s=="function",s)}catch(g){return o.reject(g)}const u=he(n.hostname),l=n.pathname||"/",c=oi(a,this.allowSecureOnLocal);let r=0;if(t.sameSiteContext){const g=ja(t.sameSiteContext);if(g==null)return o.reject(new Error(je));if(r=T.sameSiteLevel[g],!r)return o.reject(new Error(je))}const m=t.http??!0,f=Date.now(),h=t.expire??!0,b=t.allPaths??!1,p=this.store;function k(g){if(g.hostOnly){if(g.domain!=u)return!1}else if(!va(u??void 0,g.domain??void 0))return!1;if(!b&&typeof g.path=="string"&&!Ba(l,g.path)||g.secure&&!c||g.httpOnly&&!m)return!1;if(r){let v;if(g.sameSite==="lax"?v=T.sameSiteLevel.lax:g.sameSite==="strict"?v=T.sameSiteLevel.strict:v=T.sameSiteLevel.none,v>r)return!1}const d=g.expiryTime();return h&&d!=null&&d<=f?(p.removeCookie(g.domain,g.path,g.key,()=>{}),!1):!0}return p.findCookies(u,b?null:l,this.allowSpecialUseDomain,(g,d)=>{if(g){s(g);return}if(d==null){s(null,[]);return}d=d.filter(k),"sort"in t&&t.sort!==!1&&(d=d.sort(ya));const v=new Date;for(const w of d)w.lastAccessed=v;s(null,d)}),o.promise}getCookiesSync(a,t){return this.callSync(this.getCookies.bind(this,a,t))??[]}getCookieString(a,t,i){typeof t=="function"&&(i=t,t=void 0);const o=I(i),s=function(n,u){n?o.callback(n):o.callback(null,u?.sort(ya).map(l=>l.cookieString()).join("; "))};return this.getCookies(a,t,s),o.promise}getCookieStringSync(a,t){return this.callSync(t?this.getCookieString.bind(this,a,t):this.getCookieString.bind(this,a))??""}getSetCookieStrings(a,t,i){typeof t=="function"&&(i=t,t=void 0);const o=I(i),s=function(n,u){n?o.callback(n):o.callback(null,u?.map(l=>l.toString()))};return this.getCookies(a,t,s),o.promise}getSetCookieStringsSync(a,t={}){return this.callSync(this.getSetCookieStrings.bind(this,a,t))??[]}serialize(a){const t=I(a);let i=this.store.constructor.name;de(i)&&(i=null);const o={version:`tough-cookie@${Ro}`,storeType:i,rejectPublicSuffixes:this.rejectPublicSuffixes,enableLooseMode:this.enableLooseMode,allowSpecialUseDomain:this.allowSpecialUseDomain,prefixSecurity:ue(this.prefixSecurity),cookies:[]};return typeof this.store.getAllCookies!="function"?t.reject(new Error("store does not support getAllCookies and cannot be serialized")):(this.store.getAllCookies((s,n)=>{if(s){t.callback(s);return}if(n==null){t.callback(null,o);return}o.cookies=n.map(u=>{const l=u.toJSON();return delete l.creationIndex,l}),t.callback(null,o)}),t.promise)}serializeSync(){return this.callSync(a=>{this.serialize(a)})}toJSON(){return this.serializeSync()}_importCookies(a,t){let i;if(a&&typeof a=="object"&&oe("cookies",a)&&Array.isArray(a.cookies)&&(i=a.cookies),!i){t(new Error("serialized jar has no cookies array"),void 0);return}i=i.slice();const o=s=>{if(s){t(s,void 0);return}if(Array.isArray(i)){if(!i.length){t(s,this);return}let n;try{n=T.fromJSON(i.shift())}catch(u){t(u instanceof Error?u:new Error,void 0);return}if(n===void 0){o(null);return}this.store.putCookie(n,o)}};o(null)}_importCookiesSync(a){this.callSync(this._importCookies.bind(this,a))}clone(a,t){typeof a=="function"&&(t=a,a=void 0);const i=I(t),o=i.callback;return this.serialize((s,n)=>s?i.reject(s):ae.deserialize(n??"",a,o)),i.promise}_cloneSync(a){const t=a&&typeof a!="function"?this.clone.bind(this,a):this.clone.bind(this);return this.callSync(i=>{t(i)})}cloneSync(a){if(!a)return this._cloneSync();if(!a.synchronous)throw new Error("CookieJar clone destination store is not synchronous; use async API instead.");return this._cloneSync(a)}removeAllCookies(a){const t=I(a),i=t.callback,o=this.store;return typeof o.removeAllCookies=="function"&&o.removeAllCookies!==Ga.prototype.removeAllCookies?(o.removeAllCookies(i),t.promise):(o.getAllCookies((s,n)=>{if(s){i(s);return}if(n||(n=[]),n.length===0){i(null,void 0);return}let u=0;const l=[],c=function(m){if(m&&l.push(m),u++,u===n.length){l[0]?i(l[0]):i(null,void 0);return}};n.forEach(r=>{o.removeCookie(r.domain,r.path,r.key,c)})}),t.promise)}removeAllCookiesSync(){this.callSync(a=>{this.removeAllCookies(a)})}static deserialize(a,t,i){typeof t=="function"&&(i=t,t=void 0);const o=I(i);let s;if(typeof a=="string")try{s=JSON.parse(a)}catch(r){return o.reject(r instanceof Error?r:new Error)}else s=a;const n=r=>s&&typeof s=="object"&&oe(r,s)?s[r]:void 0,u=r=>{const m=n(r);return typeof m=="boolean"?m:void 0},l=r=>{const m=n(r);return typeof m=="string"?m:void 0},c=new ae(t,{rejectPublicSuffixes:u("rejectPublicSuffixes"),looseMode:u("enableLooseMode"),allowSpecialUseDomain:u("allowSpecialUseDomain"),prefixSecurity:ue(l("prefixSecurity")??"silent")});return c._importCookies(s,r=>{if(r){o.callback(r);return}o.callback(null,c)}),o.promise}static deserializeSync(a,t){const i=typeof a=="string"?JSON.parse(a):a,o=l=>i&&typeof i=="object"&&oe(l,i)?i[l]:void 0,s=l=>{const c=o(l);return typeof c=="boolean"?c:void 0},n=l=>{const c=o(l);return typeof c=="string"?c:void 0},u=new ae(t,{rejectPublicSuffixes:s("rejectPublicSuffixes"),looseMode:s("enableLooseMode"),allowSpecialUseDomain:s("allowSpecialUseDomain"),prefixSecurity:ue(n("prefixSecurity")??"silent")});if(!u.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");return u._importCookiesSync(i),u}static fromJSON(a,t){return ae.deserializeSync(a,t)}};/*!
|
|
29
|
+
* Copyright (c) 2015-2020, Salesforce.com, Inc.
|
|
30
|
+
* All rights reserved.
|
|
31
|
+
*
|
|
32
|
+
* Redistribution and use in source and binary forms, with or without
|
|
33
|
+
* modification, are permitted provided that the following conditions are met:
|
|
34
|
+
*
|
|
35
|
+
* 1. Redistributions of source code must retain the above copyright notice,
|
|
36
|
+
* this list of conditions and the following disclaimer.
|
|
37
|
+
*
|
|
38
|
+
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
39
|
+
* this list of conditions and the following disclaimer in the documentation
|
|
40
|
+
* and/or other materials provided with the distribution.
|
|
41
|
+
*
|
|
42
|
+
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
|
43
|
+
* be used to endorse or promote products derived from this software without
|
|
44
|
+
* specific prior written permission.
|
|
45
|
+
*
|
|
46
|
+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
47
|
+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
48
|
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
49
|
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
50
|
+
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
51
|
+
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
52
|
+
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
53
|
+
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
54
|
+
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
55
|
+
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
56
|
+
* POSSIBILITY OF SUCH DAMAGE.
|
|
57
|
+
*/function li(e){try{return JSON.parse(e)}catch{return}}class ci{#t="__msw-cookie-store__";#a;#e;constructor(){Na()||Le(typeof localStorage<"u","Failed to create a CookieStore: `localStorage` is not available in this environment. This is likely an issue with your environment, which has been detected as browser (or browser-like) environment and must implement global browser APIs correctly."),this.#e=new Ya,this.#e.idx=this.getCookieStoreIndex(),this.#a=new ri(this.#e)}getCookies(a){return this.#a.getCookiesSync(a)}async setCookie(a,t){await this.#a.setCookie(a,t),this.persist()}getCookieStoreIndex(){if(typeof localStorage>"u"||typeof localStorage.getItem!="function")return{};const a=localStorage.getItem(this.#t);if(a==null)return{};const t=li(a);if(t==null)return{};const i={};for(const o of t){const s=T.fromJSON(o);s!=null&&s.domain!=null&&s.path!=null&&(i[s.domain]||={},i[s.domain][s.path]||={},i[s.domain][s.path][s.key]=s)}return i}persist(){if(typeof localStorage>"u"||typeof localStorage.setItem!="function")return;const a=[],{idx:t}=this.#e;for(const i in t)for(const o in t[i])for(const s in t[i][o])a.push(t[i][o][s].toJSON());localStorage.setItem(this.#t,JSON.stringify(a))}}const ui=new ci;function Za(e){const a=go(e),t={};for(const i in a)typeof a[i]<"u"&&(t[i]=a[i]);return t}function za(){return Za(document.cookie)}function di(e){if(typeof document>"u"||typeof location>"u")return{};switch(e.credentials){case"same-origin":{const a=new URL(e.url);return location.origin===a.origin?za():{}}case"include":return za();default:return{}}}function mi(e){const a=e.headers.get("cookie"),t=a?Za(a):{},i=di(e);for(const n in i)e.headers.append("cookie",fo(n,i[n]));const o=ui.getCookies(e.url),s=Object.fromEntries(o.map(n=>[n.key,n.value]));for(const n of o)e.headers.append("cookie",n.toString());return{...i,...s,...t}}var U=(e=>(e.HEAD="HEAD",e.GET="GET",e.POST="POST",e.PUT="PUT",e.PATCH="PATCH",e.OPTIONS="OPTIONS",e.DELETE="DELETE",e))(U||{});class hi extends me{constructor(a,t,i,o){const s=typeof t=="function"?"[custom predicate]":t;super({info:{header:`${a}${s?` ${s}`:""}`,path:t,method:a},resolver:i,options:o}),this.checkRedundantQueryParameters()}checkRedundantQueryParameters(){const{method:a,path:t}=this.info;!t||t instanceof RegExp||typeof t=="function"||Ua(t)===t||Ee.warn(`Found a redundant usage of query parameters in the request handler URL for "${a} ${t}". Please match against a path instead and access query parameters using "new URL(request.url).searchParams" instead. Learn more: https://mswjs.io/docs/http/intercepting-requests#querysearch-parameters`)}async parse(a){const t=new URL(a.request.url),i=mi(a.request);if(typeof this.info.path=="function"){const s=await this.info.path({request:a.request,cookies:i});return{match:typeof s=="boolean"?{matches:s,params:{}}:s,cookies:i}}return{match:this.info.path?io(t,this.info.path,a.resolutionContext?.baseUrl):{matches:!1,params:{}},cookies:i}}async predicate(a){const t=this.matchMethod(a.request.method),i=a.parsedResult.match.matches;return t&&i}matchMethod(a){return this.info.method instanceof RegExp?this.info.method.test(a):kt(this.info.method,a)}extendResolverArgs(a){return{params:a.parsedResult.match?.params||{},cookies:a.parsedResult.cookies}}async log(a){const t=so(a.request.url),i=await vt(a.request),o=await It(a.response),s=bt(o.status);console.groupCollapsed(Ee.formatMessage(`${yt()} ${a.request.method} ${t} (%c${o.status} ${o.statusText}%c)`),`color:${s}`,"color:inherit"),console.log("Request",i),console.log("Handler:",this),console.log("Response",o),console.groupEnd()}}function W(e){return(a,t,i={})=>new hi(e,a,t,i)}const te={all:W(/.+/),head:W(U.HEAD),get:W(U.GET),post:W(U.POST),put:W(U.PUT),delete:W(U.DELETE),patch:W(U.PATCH),options:W(U.OPTIONS)};var pi=Object.create,Ka=Object.defineProperty,gi=Object.getOwnPropertyDescriptor,Xa=Object.getOwnPropertyNames,fi=Object.getPrototypeOf,ki=Object.prototype.hasOwnProperty,bi=(e,a)=>function(){return a||(0,e[Xa(e)[0]])((a={exports:{}}).exports,a),a.exports},yi=(e,a,t,i)=>{if(a&&typeof a=="object"||typeof a=="function")for(let o of Xa(a))!ki.call(e,o)&&o!==t&&Ka(e,o,{get:()=>a[o],enumerable:!(i=gi(a,o))||i.enumerable});return e},vi=(e,a,t)=>(t=e!=null?pi(fi(e)):{},yi(!e||!e.__esModule?Ka(t,"default",{value:e,enumerable:!0}):t,e)),wi=bi({"node_modules/set-cookie-parser/lib/set-cookie.js"(e,a){var t={decodeValues:!0,map:!1,silent:!1};function i(l){return typeof l=="string"&&!!l.trim()}function o(l,c){var r=l.split(";").filter(i),m=r.shift(),f=s(m),h=f.name,b=f.value;c=c?Object.assign({},t,c):t;try{b=c.decodeValues?decodeURIComponent(b):b}catch(k){console.error("set-cookie-parser encountered an error while decoding a cookie with value '"+b+"'. Set options.decodeValues to false to disable this feature.",k)}var p={name:h,value:b};return r.forEach(function(k){var g=k.split("="),d=g.shift().trimLeft().toLowerCase(),v=g.join("=");d==="expires"?p.expires=new Date(v):d==="max-age"?p.maxAge=parseInt(v,10):d==="secure"?p.secure=!0:d==="httponly"?p.httpOnly=!0:d==="samesite"?p.sameSite=v:p[d]=v}),p}function s(l){var c="",r="",m=l.split("=");return m.length>1?(c=m.shift(),r=m.join("=")):r=l,{name:c,value:r}}function n(l,c){if(c=c?Object.assign({},t,c):t,!l)return c.map?{}:[];if(l.headers)if(typeof l.headers.getSetCookie=="function")l=l.headers.getSetCookie();else if(l.headers["set-cookie"])l=l.headers["set-cookie"];else{var r=l.headers[Object.keys(l.headers).find(function(f){return f.toLowerCase()==="set-cookie"})];!r&&l.headers.cookie&&!c.silent&&console.warn("Warning: set-cookie-parser appears to have been called on a request object. It is designed to parse Set-Cookie headers from responses, not Cookie headers from requests. Set the option {silent: true} to suppress this warning."),l=r}if(Array.isArray(l)||(l=[l]),c=c?Object.assign({},t,c):t,c.map){var m={};return l.filter(i).reduce(function(f,h){var b=o(h,c);return f[b.name]=b,f},m)}else return l.filter(i).map(function(f){return o(f,c)})}function u(l){if(Array.isArray(l))return l;if(typeof l!="string")return[];var c=[],r=0,m,f,h,b,p;function k(){for(;r<l.length&&/\s/.test(l.charAt(r));)r+=1;return r<l.length}function g(){return f=l.charAt(r),f!=="="&&f!==";"&&f!==","}for(;r<l.length;){for(m=r,p=!1;k();)if(f=l.charAt(r),f===","){for(h=r,r+=1,k(),b=r;r<l.length&&g();)r+=1;r<l.length&&l.charAt(r)==="="?(p=!0,r=b,c.push(l.substring(m,h)),m=r):r=h+1}else r+=1;(!p||r>=l.length)&&c.push(l.substring(m,l.length))}return c}a.exports=n,a.exports.parse=n,a.exports.parseString=o,a.exports.splitCookiesString=u}}),xi=vi(wi()),ji=/[^a-z0-9\-#$%&'*+.^_`|~]/i;function X(e){if(ji.test(e)||e.trim()==="")throw new TypeError("Invalid character in header field name");return e.trim().toLowerCase()}var Sa=[`
|
|
58
|
+
`,"\r"," "," "],zi=new RegExp(`(^[${Sa.join("")}]|$[${Sa.join("")}])`,"g");function ze(e){return e.replace(zi,"")}function ee(e){if(typeof e!="string"||e.length===0)return!1;for(let a=0;a<e.length;a++){const t=e.charCodeAt(a);if(t>127||!Si(t))return!1}return!0}function Si(e){return![127,32,"(",")","<",">","@",",",";",":","\\",'"',"/","[","]","?","=","{","}"].includes(e)}function Ca(e){if(typeof e!="string"||e.trim()!==e)return!1;for(let a=0;a<e.length;a++){const t=e.charCodeAt(a);if(t===0||t===10||t===13)return!1}return!0}var V=Symbol("normalizedHeaders"),Se=Symbol("rawHeaderNames"),Ea=", ",Aa,_a,Ia,Ci=class et{constructor(a){this[Aa]={},this[_a]=new Map,this[Ia]="Headers",["Headers","HeadersPolyfill"].includes(a?.constructor.name)||a instanceof et||typeof globalThis.Headers<"u"&&a instanceof globalThis.Headers?a.forEach((i,o)=>{this.append(o,i)},this):Array.isArray(a)?a.forEach(([t,i])=>{this.append(t,Array.isArray(i)?i.join(Ea):i)}):a&&Object.getOwnPropertyNames(a).forEach(t=>{const i=a[t];this.append(t,Array.isArray(i)?i.join(Ea):i)})}[(Aa=V,_a=Se,Ia=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}*keys(){for(const[a]of this.entries())yield a}*values(){for(const[,a]of this.entries())yield a}*entries(){let a=Object.keys(this[V]).sort((t,i)=>t.localeCompare(i));for(const t of a)if(t==="set-cookie")for(const i of this.getSetCookie())yield[t,i];else yield[t,this.get(t)]}has(a){if(!ee(a))throw new TypeError(`Invalid header name "${a}"`);return this[V].hasOwnProperty(X(a))}get(a){if(!ee(a))throw TypeError(`Invalid header name "${a}"`);return this[V][X(a)]??null}set(a,t){if(!ee(a)||!Ca(t))return;const i=X(a),o=ze(t);this[V][i]=ze(o),this[Se].set(i,a)}append(a,t){if(!ee(a)||!Ca(t))return;const i=X(a),o=ze(t);let s=this.has(i)?`${this.get(i)}, ${o}`:o;this.set(a,s)}delete(a){if(!ee(a)||!this.has(a))return;const t=X(a);delete this[V][t],this[Se].delete(t)}forEach(a,t){for(const[i,o]of this.entries())a.call(t,o,i,this)}getSetCookie(){const a=this.get("set-cookie");return a===null?[]:a===""?[""]:(0,xi.splitCookiesString)(a)}};async function Ei(e){let a;return a=e,new Promise(t=>setTimeout(t,a))}const{message:Ai}=Da,_i=Symbol("kSetCookie");function M(e={}){const a=e?.status||200,t=e?.statusText||Ai[a]||"",i=new Headers(e?.headers);return{...e,headers:i,status:a,statusText:t}}function Ii(e,a){a.type&&Object.defineProperty(e,"type",{value:a.type,enumerable:!0,writable:!1});const t=a.headers.get("set-cookie");if(t&&(Object.defineProperty(e,_i,{value:t,enumerable:!1,writable:!1}),typeof document<"u")){const i=Ci.prototype.getSetCookie.call(a.headers);for(const o of i)document.cookie=o}return e}const Oi=Symbol("bodyType");class P extends Pe{[Oi]=null;constructor(a,t){const i=M(t);super(a,i),Ii(this,i)}static error(){return super.error()}static text(a,t){const i=M(t);return i.headers.has("Content-Type")||i.headers.set("Content-Type","text/plain"),i.headers.has("Content-Length")||i.headers.set("Content-Length",a?new Blob([a]).size.toString():"0"),new P(a,i)}static json(a,t){const i=M(t);i.headers.has("Content-Type")||i.headers.set("Content-Type","application/json");const o=JSON.stringify(a);return i.headers.has("Content-Length")||i.headers.set("Content-Length",o?new Blob([o]).size.toString():"0"),new P(o,i)}static xml(a,t){const i=M(t);return i.headers.has("Content-Type")||i.headers.set("Content-Type","text/xml"),new P(a,i)}static html(a,t){const i=M(t);return i.headers.has("Content-Type")||i.headers.set("Content-Type","text/html"),new P(a,i)}static arrayBuffer(a,t){const i=M(t);return i.headers.has("Content-Type")||i.headers.set("Content-Type","application/octet-stream"),a&&!i.headers.has("Content-Length")&&i.headers.set("Content-Length",a.byteLength.toString()),new P(a,i)}static formData(a,t){return new P(a,M(t))}}ut();const Ce={count:1279,next:"https://pokeapi.co/api/v2/pokemon?offset=6&limit=6",previous:null,results:[{name:"bulbasaur",url:"https://pokeapi.co/api/v2/pokemon/1/"},{name:"ivysaur",url:"https://pokeapi.co/api/v2/pokemon/2/"},{name:"venusaur",url:"https://pokeapi.co/api/v2/pokemon/3/"},{name:"charmander",url:"https://pokeapi.co/api/v2/pokemon/4/"},{name:"charmeleon",url:"https://pokeapi.co/api/v2/pokemon/5/"},{name:"charizard",url:"https://pokeapi.co/api/v2/pokemon/6/"}]},Ti={_id:"@epa-wg/custom-element-dist",_rev:"5-df363ab4a2b9c478c01e021bde4fbafe",name:"@epa-wg/custom-element-dist","dist-tags":{latest:"0.0.37"},versions:{"0.0.1":{name:"@epa-wg/custom-element-dist",version:"0.0.1",keywords:["WebComponent","Declarative Custom Element","XSLT","JS","javascript"],author:{url:"https://blog.firsov.net/",name:"Sasha Firsov",email:"suns@simulationworks.com"},license:"Apache-2.0",_id:"@epa-wg/custom-element-dist@0.0.1",maintainers:[{name:"sasha-firsov",email:"suns@simulationworks.com"}],homepage:"https://github.com/EPA-WG/custom-element#readme",bugs:{url:"https://github.com/EPA-WG/custom-element/issues"},msw:{workerDirectory:["public"]},dist:{shasum:"161127f2bf1542178566db48bbb1a027ba7f7934",tarball:"https://registry.npmjs.org/@epa-wg/custom-element-dist/-/custom-element-dist-0.0.1.tgz",fileCount:284,integrity:"sha512-jTBBjhQClcRgF5GqI8+uYkNW6gkTjEjrolMU2JHQGplZI0Kwie3WrYeVuJA4uLuPWl8+Wl1o4YzhNP+sAJ31hw==",signatures:[{sig:"MEYCIQD492KdwBTQ5oKCJujOfPhUYeK6RgU8Kz08LIq0WwMZcQIhANM9RsGaJxzuRQ/B37c7M38u8UTKYbUFGNDC8AtKqGZu",keyid:"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],unpackedSize:8914279},type:"module",exports:{".":{import:"./dist/assets/custom-element-bundle.js",require:"./dist/assets/custom-element-bundle.cjs"},"./package.json":"./package.json","./custom-element":{import:"./dist/assets/custom-element-bundle.js",require:"./dist/assets/custom-element-bundle.cjs"}},funding:{url:"https://www.patreon.com/sashafirsov",type:"patreon"},gitHead:"85c02d4d1615a6290c4c17ba941d8847249f2a73",scripts:{t:"vitest --no-file-parallelism --watch=false src/stories/location-element.test.ts",sb:"yarn storybook",dev:"vite",test:"vitest --coverage.enabled --coverage.all --no-file-parallelism --watch=false",build:"tsc && vite build",preview:"vite preview",storybook:"storybook dev -p 6006","test:watch":"vitest --inspect-brk --no-file-parallelism --browser.headless=false --test-timeout=0",postinstall:"bash bin/postinstall.sh",prepublishOnly:"bash bin/build.sh","test:storybook":"test-storybook","build-storybook":"storybook build"},_npmUser:{name:"sasha-firsov",email:"suns@simulationworks.com"},"web-types":["./src/custom-element/ide/web-types-dce.json","./src/custom-element/ide/web-types-xsl.json"],repository:{url:"git+https://github.com/EPA-WG/custom-element-dist.git",type:"git"},_npmVersion:"10.1.0",description:"Binary distribution for [@epa-wg/custom-element][git-url] with StoryBook and test coverage",directories:{},_nodeVersion:"20.8.1",dependencies:{"@epa-wg/custom-element":"0.0.20"},_hasShrinkwrap:!1,devDependencies:{lit:"^3.1.3",msw:"^2.2.14",vite:"^5.2.0",vitest:"^1.6.0",storybook:"^8.0.10",playwright:"^1.43.1",typescript:"^5.2.2",webdriverio:"^8.36.1","coverage-svg":"^0.0.3","@storybook/test":"^8.0.10","@vitest/browser":"^1.6.0","@storybook/blocks":"^8.0.10","msw-storybook-addon":"^2.0.0","@storybook/addon-links":"^8.0.10","@storybook/test-runner":"^0.17.0","@chromatic-com/storybook":"^1.3.3","@storybook/addon-mdx-gfm":"8.0.10","@storybook/web-components":"^8.0.10","@vitest/coverage-istanbul":"^1.6.0","@storybook/addon-essentials":"^8.0.10","@storybook/addon-interactions":"^8.0.10","@storybook/web-components-vite":"^8.0.10"},_npmOperationalInternal:{tmp:"tmp/custom-element-dist_0.0.1_1715578030506_0.27588957883085974",host:"s3://npm-registry-packages"}},"0.0.21":{name:"@epa-wg/custom-element-dist",version:"0.0.21",keywords:["WebComponent","Declarative Custom Element","XSLT","JS","javascript"],author:{url:"https://blog.firsov.net/",name:"Sasha Firsov",email:"suns@simulationworks.com"},license:"Apache-2.0",_id:"@epa-wg/custom-element-dist@0.0.21",maintainers:[{name:"sasha-firsov",email:"suns@simulationworks.com"}],homepage:"https://github.com/EPA-WG/custom-element#readme",bugs:{url:"https://github.com/EPA-WG/custom-element/issues"},msw:{workerDirectory:["public"]},dist:{shasum:"ae369434d0d1e91d75cdf7058dc11bea06948b0b",tarball:"https://registry.npmjs.org/@epa-wg/custom-element-dist/-/custom-element-dist-0.0.21.tgz",fileCount:284,integrity:"sha512-D8QHHebPInF54cdPt/iodLvj9jJ0x0ymQAiixozJEF6F+RpYfB2pP0Th7a7MYtmiNz7ZwVvFt3gPKYOHJr0Zbw==",signatures:[{sig:"MEUCIQCm0p45iVWRKqgrbRIWxSMWriqPQWyD+put0xpa2HNa1QIgTNiSZ8D/FkeRR+qSBmBmZZcCZPy/eUqAu54v2Y/dNtQ=",keyid:"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],unpackedSize:8914288},type:"module",exports:{".":{import:"./dist/assets/custom-element-bundle.js",require:"./dist/assets/custom-element-bundle.cjs"},"./package.json":"./package.json","./custom-element":{import:"./dist/assets/custom-element-bundle.js",require:"./dist/assets/custom-element-bundle.cjs"}},funding:{url:"https://www.patreon.com/sashafirsov",type:"patreon"},gitHead:"4dacc9d66e328bebac2aac96c7671f0dca5d33ac",scripts:{t:"vitest --no-file-parallelism --watch=false src/stories/location-element.test.ts",sb:"yarn storybook",dev:"vite",test:"vitest --coverage.enabled --coverage.all --no-file-parallelism --watch=false",build:"tsc && vite build",preview:"vite preview",storybook:"storybook dev -p 6006","test:watch":"vitest --inspect-brk --no-file-parallelism --browser.headless=false --test-timeout=0",postinstall:"bash bin/postinstall.sh",prepublishOnly:"bash bin/build.sh","test:storybook":"test-storybook","build-storybook":"storybook build"},_npmUser:{name:"sasha-firsov",email:"suns@simulationworks.com"},"web-types":["./src/custom-element/ide/web-types-dce.json","./src/custom-element/ide/web-types-xsl.json"],repository:{url:"git+https://github.com/EPA-WG/custom-element-dist.git",type:"git"},_npmVersion:"10.1.0",description:"Binary distribution for [@epa-wg/custom-element][git-url] with StoryBook and test coverage",directories:{},_nodeVersion:"20.8.1",dependencies:{"@epa-wg/custom-element":"0.0.21"},_hasShrinkwrap:!1,devDependencies:{lit:"^3.1.3",msw:"^2.2.14",vite:"^5.2.0",vitest:"^1.6.0",storybook:"^8.0.10",playwright:"^1.43.1",typescript:"^5.2.2",webdriverio:"^8.36.1","coverage-svg":"^0.0.3","@storybook/test":"^8.0.10","@vitest/browser":"^1.6.0","@storybook/blocks":"^8.0.10","msw-storybook-addon":"^2.0.0","@storybook/addon-links":"^8.0.10","@storybook/test-runner":"^0.17.0","@chromatic-com/storybook":"^1.3.3","@storybook/addon-mdx-gfm":"8.0.10","@storybook/web-components":"^8.0.10","@vitest/coverage-istanbul":"^1.6.0","@storybook/addon-essentials":"^8.0.10","@storybook/addon-interactions":"^8.0.10","@storybook/web-components-vite":"^8.0.10"},_npmOperationalInternal:{tmp:"tmp/custom-element-dist_0.0.21_1715580074337_0.4062954016656166",host:"s3://npm-registry-packages"}},"0.0.22":{name:"@epa-wg/custom-element-dist",version:"0.0.22",keywords:["WebComponent","Declarative Custom Element","XSLT","JS","javascript"],author:{url:"https://blog.firsov.net/",name:"Sasha Firsov",email:"suns@simulationworks.com"},license:"Apache-2.0",_id:"@epa-wg/custom-element-dist@0.0.22",homepage:"https://github.com/EPA-WG/custom-element#readme",bugs:{url:"https://github.com/EPA-WG/custom-element/issues"},msw:{workerDirectory:["public"]},dist:{shasum:"5654ef0e06c4a2f4bc8657f9bf68becd96658185",tarball:"https://registry.npmjs.org/@epa-wg/custom-element-dist/-/custom-element-dist-0.0.22.tgz",fileCount:297,integrity:"sha512-GZCpXqUpw0em3cJQBFzslNMZ2NT+4iE7qTGTMuSQbYpv64O2sYD7Ako2NLfaxqV5CvpG9+wuUZBz61bhsV3Icw==",signatures:[{sig:"MEUCIQDxUQZIiLj+edd8dAvZxLQPD0CheOWyhq8ualBZYlSBeAIgOJ8jOcuW15+576FWBcP4Ocm6mTza8Q1j4LKyigIdLAY=",keyid:"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],unpackedSize:9922734},type:"module",exports:{".":{import:"./dist/assets/custom-element-bundle.js",require:"./dist/assets/custom-element-bundle.cjs"},"./package.json":"./package.json","./custom-element":{import:"./dist/assets/custom-element-bundle.js",require:"./dist/assets/custom-element-bundle.cjs"}},funding:{url:"https://www.patreon.com/sashafirsov",type:"patreon"},gitHead:"98694b5a42508e316bf35a8bbdbddf66a8daaff9",scripts:{t:"vitest --no-file-parallelism --watch --browser.headless=false src/stories/slots.test.stories.ts",sb:"yarn storybook",dev:"vite",test:"vitest --coverage.enabled --coverage.all --no-file-parallelism --watch=false",build:"tsc && vite build",preview:"vite preview",storybook:"storybook dev -p 6006","test:watch":"vitest --inspect-brk --no-file-parallelism --browser.headless=false --test-timeout=0",postinstall:"bash bin/postinstall.sh",prepublishOnly:"bash bin/build.sh","test:storybook":"test-storybook","build-storybook":"storybook build"},_npmUser:{name:"sasha-firsov",email:"suns@simulationworks.com"},"web-types":["./src/custom-element/ide/web-types-dce.json","./src/custom-element/ide/web-types-xsl.json"],repository:{url:"git+https://github.com/EPA-WG/custom-element-dist.git",type:"git"},_npmVersion:"10.1.0",description:"Binary distribution for [@epa-wg/custom-element][git-url] with StoryBook and test coverage",directories:{},_nodeVersion:"20.8.1",dependencies:{"@epa-wg/custom-element":"0.0.22"},_hasShrinkwrap:!1,devDependencies:{lit:"^3.1.3",msw:"^2.2.14",vite:"^5.3.1",vitest:"^1.6.0",storybook:"^8.0.10",playwright:"^1.43.1",typescript:"^5.2.2",webdriverio:"^8.36.1","coverage-svg":"^0.0.3","@storybook/test":"^8.0.10","@vitest/browser":"^1.6.0","@storybook/blocks":"^8.0.10","msw-storybook-addon":"^2.0.0","@storybook/addon-links":"^8.0.10","@storybook/test-runner":"^0.17.0","@chromatic-com/storybook":"^1.3.3","@storybook/addon-mdx-gfm":"8.0.10","@storybook/web-components":"^8.0.10","@vitest/coverage-istanbul":"^1.6.0","@storybook/addon-essentials":"^8.0.10","@storybook/addon-interactions":"^8.0.10","@storybook/web-components-vite":"^8.0.10"},_npmOperationalInternal:{tmp:"tmp/custom-element-dist_0.0.22_1719287752206_0.5878013133540891",host:"s3://npm-registry-packages"}},"0.0.23":{name:"@epa-wg/custom-element-dist",version:"0.0.23",keywords:["WebComponent","Declarative Custom Element","XSLT","JS","javascript"],author:{url:"https://blog.firsov.net/",name:"Sasha Firsov",email:"suns@simulationworks.com"},license:"Apache-2.0",_id:"@epa-wg/custom-element-dist@0.0.23",homepage:"https://github.com/EPA-WG/custom-element#readme",bugs:{url:"https://github.com/EPA-WG/custom-element/issues"},msw:{workerDirectory:["public"]},dist:{shasum:"e54f3f38d8f709d03ae03f34fd57afd1af30aa4d",tarball:"https://registry.npmjs.org/@epa-wg/custom-element-dist/-/custom-element-dist-0.0.23.tgz",fileCount:347,integrity:"sha512-YyCgqZ1qsOgMB80zW0GJSFoWLJQnrzcCCf71mITP5a0iS/jJdvS8Itd9TVfATVqiDSyl7n8ZPWD2DVcwYYC8AA==",signatures:[{sig:"MEQCIEeSlXnm5Mqwjste803lQPC7klLeaHMF2QL4H9oNuTkuAiBhnith5X/GNhwe2NjFRKZ3frip+UnoImD35YA4oHr3UA==",keyid:"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],unpackedSize:9805859},type:"module",exports:{".":{import:"./dist/assets/custom-element-bundle.js",require:"./dist/assets/custom-element-bundle.cjs"},"./package.json":"./package.json","./custom-element":{import:"./dist/assets/custom-element-bundle.js",require:"./dist/assets/custom-element-bundle.cjs"}},funding:{url:"https://www.patreon.com/sashafirsov",type:"patreon"},scripts:{t:"vitest --no-file-parallelism --watch --browser.headless=false src/stories/attributes.test.stories.ts",sb:"yarn storybook",dev:"vite",test:"vitest --coverage.enabled --coverage.all --no-file-parallelism --watch=false",build:"tsc && vite build",preview:"vite preview",storybook:"storybook dev -p 6006","test:watch":"vitest --inspect-brk --no-file-parallelism --browser.headless=false --test-timeout=0",postinstall:"bash bin/postinstall.sh",prepublishOnly:"bash bin/build.sh","test:storybook":"test-storybook","build-storybook":"storybook build"},_npmUser:{name:"sasha-firsov",email:"suns@simulationworks.com"},"web-types":["./src/custom-element/ide/web-types-dce.json","./src/custom-element/ide/web-types-xsl.json"],repository:{url:"https://github.com/EPA-WG/custom-element-dist.git",type:"git"},description:"Binary distribution for [@epa-wg/custom-element][git-url] with StoryBook and test coverage",directories:{},licenseText:` Apache License
|
|
59
|
+
Version 2.0, January 2004
|
|
60
|
+
http://www.apache.org/licenses/
|
|
61
|
+
|
|
62
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
63
|
+
|
|
64
|
+
1. Definitions.
|
|
65
|
+
|
|
66
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
67
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
68
|
+
|
|
69
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
70
|
+
the copyright owner that is granting the License.
|
|
71
|
+
|
|
72
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
73
|
+
other entities that control, are controlled by, or are under common
|
|
74
|
+
control with that entity. For the purposes of this definition,
|
|
75
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
76
|
+
direction or management of such entity, whether by contract or
|
|
77
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
78
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
79
|
+
|
|
80
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
81
|
+
exercising permissions granted by this License.
|
|
82
|
+
|
|
83
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
84
|
+
including but not limited to software source code, documentation
|
|
85
|
+
source, and configuration files.
|
|
86
|
+
|
|
87
|
+
"Object" form shall mean any form resulting from mechanical
|
|
88
|
+
transformation or translation of a Source form, including but
|
|
89
|
+
not limited to compiled object code, generated documentation,
|
|
90
|
+
and conversions to other media types.
|
|
91
|
+
|
|
92
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
93
|
+
Object form, made available under the License, as indicated by a
|
|
94
|
+
copyright notice that is included in or attached to the work
|
|
95
|
+
(an example is provided in the Appendix below).
|
|
96
|
+
|
|
97
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
98
|
+
form, that is based on (or derived from) the Work and for which the
|
|
99
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
100
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
101
|
+
of this License, Derivative Works shall not include works that remain
|
|
102
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
103
|
+
the Work and Derivative Works thereof.
|
|
104
|
+
|
|
105
|
+
"Contribution" shall mean any work of authorship, including
|
|
106
|
+
the original version of the Work and any modifications or additions
|
|
107
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
108
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
109
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
110
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
111
|
+
means any form of electronic, verbal, or written communication sent
|
|
112
|
+
to the Licensor or its representatives, including but not limited to
|
|
113
|
+
communication on electronic mailing lists, source code control systems,
|
|
114
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
115
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
116
|
+
excluding communication that is conspicuously marked or otherwise
|
|
117
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
118
|
+
|
|
119
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
120
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
121
|
+
subsequently incorporated within the Work.
|
|
122
|
+
|
|
123
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
124
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
125
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
126
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
127
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
128
|
+
Work and such Derivative Works in Source or Object form.
|
|
129
|
+
|
|
130
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
131
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
132
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
133
|
+
(except as stated in this section) patent license to make, have made,
|
|
134
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
135
|
+
where such license applies only to those patent claims licensable
|
|
136
|
+
by such Contributor that are necessarily infringed by their
|
|
137
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
138
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
139
|
+
institute patent litigation against any entity (including a
|
|
140
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
141
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
142
|
+
or contributory patent infringement, then any patent licenses
|
|
143
|
+
granted to You under this License for that Work shall terminate
|
|
144
|
+
as of the date such litigation is filed.
|
|
145
|
+
|
|
146
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
147
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
148
|
+
modifications, and in Source or Object form, provided that You
|
|
149
|
+
meet the following conditions:
|
|
150
|
+
|
|
151
|
+
(a) You must give any other recipients of the Work or
|
|
152
|
+
Derivative Works a copy of this License; and
|
|
153
|
+
|
|
154
|
+
(b) You must cause any modified files to carry prominent notices
|
|
155
|
+
stating that You changed the files; and
|
|
156
|
+
|
|
157
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
158
|
+
that You distribute, all copyright, patent, trademark, and
|
|
159
|
+
attribution notices from the Source form of the Work,
|
|
160
|
+
excluding those notices that do not pertain to any part of
|
|
161
|
+
the Derivative Works; and
|
|
162
|
+
|
|
163
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
164
|
+
distribution, then any Derivative Works that You distribute must
|
|
165
|
+
include a readable copy of the attribution notices contained
|
|
166
|
+
within such NOTICE file, excluding those notices that do not
|
|
167
|
+
pertain to any part of the Derivative Works, in at least one
|
|
168
|
+
of the following places: within a NOTICE text file distributed
|
|
169
|
+
as part of the Derivative Works; within the Source form or
|
|
170
|
+
documentation, if provided along with the Derivative Works; or,
|
|
171
|
+
within a display generated by the Derivative Works, if and
|
|
172
|
+
wherever such third-party notices normally appear. The contents
|
|
173
|
+
of the NOTICE file are for informational purposes only and
|
|
174
|
+
do not modify the License. You may add Your own attribution
|
|
175
|
+
notices within Derivative Works that You distribute, alongside
|
|
176
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
177
|
+
that such additional attribution notices cannot be construed
|
|
178
|
+
as modifying the License.
|
|
179
|
+
|
|
180
|
+
You may add Your own copyright statement to Your modifications and
|
|
181
|
+
may provide additional or different license terms and conditions
|
|
182
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
183
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
184
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
185
|
+
the conditions stated in this License.
|
|
186
|
+
|
|
187
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
188
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
189
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
190
|
+
this License, without any additional terms or conditions.
|
|
191
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
192
|
+
the terms of any separate license agreement you may have executed
|
|
193
|
+
with Licensor regarding such Contributions.
|
|
194
|
+
|
|
195
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
196
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
197
|
+
except as required for reasonable and customary use in describing the
|
|
198
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
199
|
+
|
|
200
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
201
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
202
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
203
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
204
|
+
implied, including, without limitation, any warranties or conditions
|
|
205
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
206
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
207
|
+
appropriateness of using or redistributing the Work and assume any
|
|
208
|
+
risks associated with Your exercise of permissions under this License.
|
|
209
|
+
|
|
210
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
211
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
212
|
+
unless required by applicable law (such as deliberate and grossly
|
|
213
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
214
|
+
liable to You for damages, including any direct, indirect, special,
|
|
215
|
+
incidental, or consequential damages of any character arising as a
|
|
216
|
+
result of this License or out of the use or inability to use the
|
|
217
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
218
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
219
|
+
other commercial damages or losses), even if such Contributor
|
|
220
|
+
has been advised of the possibility of such damages.
|
|
221
|
+
|
|
222
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
223
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
224
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
225
|
+
or other liability obligations and/or rights consistent with this
|
|
226
|
+
License. However, in accepting such obligations, You may act only
|
|
227
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
228
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
229
|
+
defend, and hold each Contributor harmless for any liability
|
|
230
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
231
|
+
of your accepting any such warranty or additional liability.
|
|
232
|
+
|
|
233
|
+
END OF TERMS AND CONDITIONS
|
|
234
|
+
|
|
235
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
236
|
+
|
|
237
|
+
To apply the Apache License to your work, attach the following
|
|
238
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
239
|
+
replaced with your own identifying information. (Don't include
|
|
240
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
241
|
+
comment syntax for the file format. We also recommend that a
|
|
242
|
+
file or class name and description of purpose be included on the
|
|
243
|
+
same "printed page" as the copyright notice for easier
|
|
244
|
+
identification within third-party archives.
|
|
245
|
+
|
|
246
|
+
Copyright [yyyy] [name of copyright owner]
|
|
247
|
+
|
|
248
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
249
|
+
you may not use this file except in compliance with the License.
|
|
250
|
+
You may obtain a copy of the License at
|
|
251
|
+
|
|
252
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
253
|
+
|
|
254
|
+
Unless required by applicable law or agreed to in writing, software
|
|
255
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
256
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
257
|
+
See the License for the specific language governing permissions and
|
|
258
|
+
limitations under the License.
|
|
259
|
+
`,dependencies:{"@epa-wg/custom-element":"0.0.23"},_hasShrinkwrap:!1,devDependencies:{lit:"^3.1.3",msw:"^2.2.14",vite:"^5.3.1",vitest:"^1.6.0",storybook:"^8.0.10",playwright:"^1.43.1",typescript:"^5.2.2",webdriverio:"^8.36.1","coverage-svg":"^0.0.3","@storybook/test":"^8.0.10","@vitest/browser":"^1.6.0","@storybook/blocks":"^8.0.10","msw-storybook-addon":"^2.0.0","@storybook/addon-links":"^8.0.10","@storybook/test-runner":"^0.17.0","@chromatic-com/storybook":"^1.3.3","@storybook/addon-mdx-gfm":"8.0.10","@storybook/web-components":"^8.0.10","@vitest/coverage-istanbul":"^1.6.0","@storybook/addon-essentials":"^8.0.10","@storybook/addon-interactions":"^8.0.10","@storybook/web-components-vite":"^8.0.10"},_npmOperationalInternal:{tmp:"tmp/custom-element-dist_0.0.23_1719458714023_0.8754234815431452",host:"s3://npm-registry-packages"}},"0.0.24":{name:"@epa-wg/custom-element-dist",version:"0.0.24",keywords:["WebComponent","Declarative Custom Element","XSLT","JS","javascript"],author:{url:"https://blog.firsov.net/",name:"Sasha Firsov",email:"suns@simulationworks.com"},license:"Apache-2.0",_id:"@epa-wg/custom-element-dist@0.0.24",maintainers:[{name:"sasha-firsov",email:"suns@simulationworks.com"}],homepage:"https://github.com/EPA-WG/custom-element#readme",bugs:{url:"https://github.com/EPA-WG/custom-element/issues"},msw:{workerDirectory:["public"]},dist:{shasum:"645c47e1a5ee0a68ff68480f0d7216118f25baa0",tarball:"https://registry.npmjs.org/@epa-wg/custom-element-dist/-/custom-element-dist-0.0.24.tgz",fileCount:288,integrity:"sha512-AB9SEmKFLm9xa9C1TW8i+EnVF1/4FuJMArOSLlDcOapqQlGzuezAi+P+GYr5JEyRNV7z2vpfSqCNw27pP+F9gw==",signatures:[{sig:"MEUCIQDDj/lGs/Jk7sID8gIbOU06BXxk9A2KlnHPkAblbWVZjQIgHHanSMQmi3OZlW7E2opqTBykCsjCL6Vre+elfaa81Bg=",keyid:"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],unpackedSize:9345698},type:"module",exports:{".":{import:"./dist/assets/custom-element-bundle.js",require:"./dist/assets/custom-element-bundle.cjs"},"./package.json":"./package.json","./custom-element":{import:"./dist/assets/custom-element-bundle.js",require:"./dist/assets/custom-element-bundle.cjs"}},funding:{url:"https://www.patreon.com/sashafirsov",type:"patreon"},gitHead:"de84506c8f2b0100071b3ef9a02eae83f965e72d",scripts:{t:"vitest --no-file-parallelism --watch --browser.headless=false src/stories/attributes.test.stories.ts",sb:"yarn storybook",dev:"vite",test:"vitest --coverage.enabled --coverage.all --no-file-parallelism --watch=false",build:"tsc && vite build",preview:"vite preview",storybook:"storybook dev -p 6006","test:watch":"vitest --inspect-brk --no-file-parallelism --browser.headless=false --test-timeout=0",postinstall:"bash bin/postinstall.sh",prepublishOnly:"bash bin/build.sh","test:storybook":"test-storybook","build-storybook":"storybook build"},_npmUser:{name:"sasha-firsov",email:"suns@simulationworks.com"},"web-types":["./src/custom-element/ide/web-types-dce.json","./src/custom-element/ide/web-types-xsl.json"],repository:{url:"git+https://github.com/EPA-WG/custom-element-dist.git",type:"git"},_npmVersion:"10.1.0",description:"Binary distribution for [@epa-wg/custom-element][git-url] with StoryBook and test coverage",directories:{},_nodeVersion:"20.8.1",dependencies:{"@epa-wg/custom-element":"0.0.24"},_hasShrinkwrap:!1,devDependencies:{lit:"^3.1.3",msw:"^2.2.14",vite:"^5.3.1",vitest:"^1.6.0",storybook:"^8.0.10",playwright:"^1.43.1",typescript:"^5.2.2",webdriverio:"^8.36.1","coverage-svg":"^0.0.3","@storybook/test":"^8.0.10","@vitest/browser":"^1.6.0","@storybook/blocks":"^8.0.10","msw-storybook-addon":"^2.0.0","@storybook/addon-links":"^8.0.10","@storybook/test-runner":"^0.17.0","@chromatic-com/storybook":"^1.3.3","@storybook/addon-mdx-gfm":"8.0.10","@storybook/web-components":"^8.0.10","@vitest/coverage-istanbul":"^1.6.0","@storybook/addon-essentials":"^8.0.10","@storybook/addon-interactions":"^8.0.10","@storybook/web-components-vite":"^8.0.10"},_npmOperationalInternal:{tmp:"tmp/custom-element-dist_0.0.24_1721617812280_0.9341875013148964",host:"s3://npm-registry-packages"}},"0.0.31":{name:"@epa-wg/custom-element-dist",version:"0.0.31",type:"module",scripts:{dev:"vite",build:"tsc && vite build",postinstall:"bash bin/postinstall.sh",prepublishOnly:"bash bin/build.sh",preview:"vite preview",storybook:"storybook dev -p 6006","build-storybook":"storybook build",test:"vitest --coverage.enabled --coverage.all --no-file-parallelism --watch=false","test:watch":"vitest --inspect-brk --no-file-parallelism --browser.headless=false --test-timeout=0","test:storybook":"test-storybook",sb:"yarn storybook",t:"vitest --no-file-parallelism --watch --browser.headless=false src/stories/attributes.test.stories.ts"},dependencies:{"@epa-wg/custom-element":"0.0.31"},devDependencies:{"@chromatic-com/storybook":"^1.3.3","@storybook/addon-essentials":"^8.0.10","@storybook/addon-interactions":"^8.0.10","@storybook/addon-links":"^8.0.10","@storybook/addon-mdx-gfm":"8.0.10","@storybook/blocks":"^8.0.10","@storybook/test":"^8.0.10","@storybook/test-runner":"^0.17.0","@storybook/web-components":"^8.0.10","@storybook/web-components-vite":"^8.0.10","@vitest/browser":"^1.6.0","@vitest/coverage-istanbul":"^1.6.0","coverage-svg":"^0.0.3",lit:"^3.1.3",msw:"^2.2.14","msw-storybook-addon":"^2.0.0",playwright:"^1.43.1",storybook:"^8.0.10",typescript:"^5.2.2",vite:"^5.3.1",vitest:"^1.6.0",webdriverio:"^8.36.1"},msw:{workerDirectory:["public"]},keywords:["WebComponent","Declarative Custom Element","XSLT","JS","javascript"],author:{name:"Sasha Firsov",email:"suns@simulationworks.com",url:"https://blog.firsov.net/"},exports:{".":{import:"./dist/assets/custom-element-bundle.js",require:"./dist/assets/custom-element-bundle.cjs"},"./custom-element":{import:"./dist/assets/custom-element-bundle.js",require:"./dist/assets/custom-element-bundle.cjs"},"./package.json":"./package.json"},repository:{type:"git",url:"git+https://github.com/EPA-WG/custom-element-dist.git"},license:"Apache-2.0",bugs:{url:"https://github.com/EPA-WG/custom-element/issues"},homepage:"https://github.com/EPA-WG/custom-element#readme",funding:{type:"patreon",url:"https://www.patreon.com/sashafirsov"},"web-types":["./src/custom-element/ide/web-types-dce.json","./src/custom-element/ide/web-types-xsl.json"],_id:"@epa-wg/custom-element-dist@0.0.31",gitHead:"a6a84bdc2cc433acf3d3afa827556c79ecacffb8",description:"Binary distribution for [@epa-wg/custom-element][git-url] with StoryBook and test coverage",_nodeVersion:"20.8.1",_npmVersion:"10.1.0",dist:{integrity:"sha512-ISVPKkirFGvTTNFanf9WxOTeEBJrAyjuebqQSJiH97QHgG7pxQQAWUC4heBRbJ9kUo5FUmBDph2d9Rep/POCDw==",shasum:"1a68a8bc37315cbcab0f66247aa54c82d7bc159d",tarball:"https://registry.npmjs.org/@epa-wg/custom-element-dist/-/custom-element-dist-0.0.31.tgz",fileCount:299,unpackedSize:9437753,signatures:[{keyid:"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",sig:"MEYCIQCqwIDEcc+kYWDg9a1eTK20CqiJSAuRgzstYRFCCxxMYgIhAJJAQHlah0kgCTZQbUXX0sl0/a7n1yLzLngKFm8MShfH"}]},_npmUser:{name:"sasha-firsov",email:"suns@simulationworks.com"},directories:{},maintainers:[{name:"sasha-firsov",email:"suns@simulationworks.com"}],_npmOperationalInternal:{host:"s3://npm-registry-packages",tmp:"tmp/custom-element-dist_0.0.26_1722929379048_0.7994188371789248"},_hasShrinkwrap:!1}},time:{created:"2024-05-13T05:27:10.377Z",modified:"2024-08-06T07:29:39.484Z","0.0.1":"2024-05-13T05:27:10.717Z","0.0.21":"2024-05-13T06:01:14.597Z","0.0.22":"2024-06-25T03:55:52.525Z","0.0.23":"2024-06-27T03:25:14.314Z","0.0.24":"2024-07-22T03:10:12.564Z","0.0.31":"2024-08-06T07:29:39.264Z"},bugs:{url:"https://github.com/EPA-WG/custom-element/issues"},author:{name:"Sasha Firsov",email:"suns@simulationworks.com",url:"https://blog.firsov.net/"},license:"Apache-2.0",homepage:"https://github.com/EPA-WG/custom-element#readme",keywords:["WebComponent","Declarative Custom Element","XSLT","JS","javascript"],repository:{type:"git",url:"git+https://github.com/EPA-WG/custom-element-dist.git"},description:"Binary distribution for [@epa-wg/custom-element][git-url] with StoryBook and test coverage",maintainers:[{name:"sasha-firsov",email:"suns@simulationworks.com"}],readme:`# custom-element-dist
|
|
260
|
+
Binary distribution for [@epa-wg/custom-element][git-url] with StoryBook and test coverage
|
|
261
|
+
|
|
262
|
+
\`custom-element\` [![git][github-image] GitHub][git-url]
|
|
263
|
+
| [tests project][git-test-url]
|
|
264
|
+
| [![NPM version][npm-image]][npm-url]
|
|
265
|
+
| [![coverage][coverage-image]][coverage-url]
|
|
266
|
+
| [StoryBook][sb-url]
|
|
267
|
+
|
|
268
|
+
# Content
|
|
269
|
+
[bin/build.sh] generates binaries to be kept as in Git release as in NPM package.
|
|
270
|
+
It serves the record of compliance on the moment of build.
|
|
271
|
+
## [dist](dist)
|
|
272
|
+
Can be used as CDN entry with minified bundle: [custom-element-bundle.js][bundle-url]
|
|
273
|
+
|
|
274
|
+
Each individual component of \`custom-element\` lib is available as hashed JS.
|
|
275
|
+
|
|
276
|
+
## [coverage](coverage)
|
|
277
|
+
Provides the unit test coverage for lib and StoryBooks
|
|
278
|
+
|
|
279
|
+
## [storybook-static][sb-url]
|
|
280
|
+
CDN version of StoryBook.
|
|
281
|
+
|
|
282
|
+
[git-url]: https://github.com/EPA-WG/custom-element
|
|
283
|
+
[git-test-url]: https://github.com/EPA-WG/custom-element-dist
|
|
284
|
+
[github-image]: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
|
|
285
|
+
[npm-image]: https://img.shields.io/npm/v/@epa-wg/custom-element-dist.svg
|
|
286
|
+
[npm-url]: https://npmjs.org/package/@epa-wg/custom-element-dist
|
|
287
|
+
[coverage-image]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.31/coverage/src/custom-element/coverage.svg
|
|
288
|
+
[coverage-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.31/coverage/src/custom-element/index.html
|
|
289
|
+
[sb-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.31/storybook-static/index.html
|
|
290
|
+
[bundle-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.31/dist/custom-element-bundle.js
|
|
291
|
+
`,readmeFilename:"README.md"},Li=[te.get("/pokemon",({request:e})=>{const t=new URL(e.url).searchParams.get("limit"),i=structuredClone(Ce);return t&&(i.results=i.results.slice(0,Number(t))),P.json(i)}),te.get("/noreturn",async()=>(await Ei(500),P.json(Ce))),te.get("/reflect",({request:e})=>{const a={};return[...e.headers.entries()].map(([t,i])=>a[t]="reflected-"+i),a["x-added"]="abc",P.json(Ce,{headers:a})}),te.get("/404",()=>new P(null,{status:404,statusText:"not found"}))];window.location.pathname.startsWith("@epa-wg/custom-element-dist")||Li.push(te.get("https://registry.npmjs.org/@epa-wg/custom-element-dist",async()=>P.json(Ti)));export{mt as E,Pi as I,Gt as L,me as R,ui as c,Ee as d,yt as g,Li as h,Le as i,_i as k,so as t};
|