diff --git a/.gitignore b/.gitignore index 17cfdf5..99f6d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ temp coverage .idea .DS_store -export dist/ *.iml test/versions/ diff --git a/package-lock.json b/package-lock.json index c9fe730..5ff66d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "4.0.2", "license": "Apache-2.0", "dependencies": { - "@netcracker/qubership-apihub-api-diff": "2.0.1", - "@netcracker/qubership-apihub-api-unifier": "2.0.0", + "@netcracker/qubership-apihub-api-diff": "dev", + "@netcracker/qubership-apihub-api-unifier": "dev", "@netcracker/qubership-apihub-graphapi": "1.0.8", "@netcracker/qubership-apihub-json-crawl": "1.0.4", "adm-zip": "0.5.10", @@ -31,6 +31,7 @@ "@types/adm-zip": "0.5.7", "@types/jest": "^29.5.12", "@types/js-yaml": "^4.0.5", + "@types/mime-types": "^3.0.0", "@types/node": "^18.0.0", "@types/object-hash": "^3.0.2", "@types/slug": "^5.0.3", @@ -42,7 +43,9 @@ "eslint-plugin-sort-exports": "^0.8.0", "jest": "^29.7.0", "jest-extended": "^4.0.2", + "mime-types": "^3.0.1", "openapi-types": "^12.1.0", + "rollup-plugin-copy": "^3.5.0", "ts-jest": "29.1.2", "ts-node": "^10.9.1", "tslint": "^6.1.3", @@ -1749,11 +1752,11 @@ } }, "node_modules/@netcracker/qubership-apihub-api-diff": { - "version": "2.0.1", - "resolved": "https://npm.pkg.github.com/download/@netcracker/qubership-apihub-api-diff/2.0.1/692bd1e92217ba4cef0e7f241dd9bfa7388ce17c", - "integrity": "sha512-v2BBAR8v6qlX/nXw2FY1Qiy0oCuBJevnpysjUez4I0OMH/3GhU6UWlhaQm/5QRPse6Wum+dn/E9ugF6368/gVg==", + "version": "2.0.2-dev.20250610151714", + "resolved": "https://npm.pkg.github.com/download/@netcracker/qubership-apihub-api-diff/2.0.2-dev.20250610151714/5b7fb6c3c0e2bf74b313118957a50659dc268485", + "integrity": "sha512-piHQr3QgKJQvYGPDGxFNhb0n1J9tEb57DJ4c6/YfaBNlIs0WnOM3GHpFIcXmhNLgoaImeTOzfDo1WaFuh1rvRg==", "dependencies": { - "@netcracker/qubership-apihub-api-unifier": "2.0.0", + "@netcracker/qubership-apihub-api-unifier": "dev", "@netcracker/qubership-apihub-json-crawl": "1.0.4", "fast-equals": "4.0.3" } @@ -1761,13 +1764,12 @@ "node_modules/@netcracker/qubership-apihub-api-diff/node_modules/fast-equals": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz", - "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==", - "license": "MIT" + "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==" }, "node_modules/@netcracker/qubership-apihub-api-unifier": { - "version": "2.0.0", - "resolved": "https://npm.pkg.github.com/download/@netcracker/qubership-apihub-api-unifier/2.0.0/b525e135ab615a4eeb82de802554b55859ef5a39", - "integrity": "sha512-c7xjM9wkSrFEbCPG6++7N5PJzVT+e8KFTxgfnamNV9E3YyhViMwNb2iA8DS7IM4leuFGwADiUj2szKWXjWNPiA==", + "version": "2.0.1-dev.20250610150948", + "resolved": "https://npm.pkg.github.com/download/@netcracker/qubership-apihub-api-unifier/2.0.1-dev.20250610150948/04141794585db6aaf6e2f5ddb19617ea91fa6351", + "integrity": "sha512-G0V4o/IJy+vvFQgXz+GXKeGfy1NJ3ztHL+kjaIZQb8rb0m9nLTYjxEbYLPy3G0WCsqpjOVe+AlNqymXqV7NBtw==", "dependencies": { "@netcracker/qubership-apihub-json-crawl": "1.0.4", "fast-equals": "4.0.3", @@ -1777,8 +1779,7 @@ "node_modules/@netcracker/qubership-apihub-api-unifier/node_modules/fast-equals": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz", - "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==", - "license": "MIT" + "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==" }, "node_modules/@netcracker/qubership-apihub-graphapi": { "version": "1.0.8", @@ -2450,6 +2451,25 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/fs-extra": { + "version": "8.1.5", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-8.1.5.tgz", + "integrity": "sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", + "dev": true, + "dependencies": { + "@types/minimatch": "*", + "@types/node": "*" + } + }, "node_modules/@types/graceful-fs": { "version": "4.1.9", "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", @@ -2512,6 +2532,18 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/mime-types": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/mime-types/-/mime-types-3.0.0.tgz", + "integrity": "sha512-9gFWMsVgEtbsD6yY/2z8pAtnZhdRKl4Q9xmKQJy5gv0fMpzJeeWtQyd7WpdhaIbRSwPCfnjXOsNMcoQvu5giGg==", + "dev": true + }, + "node_modules/@types/minimatch": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", + "dev": true + }, "node_modules/@types/node": { "version": "18.19.71", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.71.tgz", @@ -3554,6 +3586,12 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, + "node_modules/colorette": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", + "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", + "dev": true + }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -4436,6 +4474,27 @@ "node": ">= 6" } }, + "node_modules/form-data/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/form-data/node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, "node_modules/fs-extra": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", @@ -5936,23 +5995,21 @@ } }, "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz", + "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==", "dev": true, - "license": "MIT", "dependencies": { - "mime-db": "1.52.0" + "mime-db": "^1.54.0" }, "engines": { "node": ">= 0.6" @@ -6824,6 +6881,64 @@ "fsevents": "~2.3.2" } }, + "node_modules/rollup-plugin-copy": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-copy/-/rollup-plugin-copy-3.5.0.tgz", + "integrity": "sha512-wI8D5dvYovRMx/YYKtUNt3Yxaw4ORC9xo6Gt9t22kveWz1enG9QrhVlagzwrxSC455xD1dHMKhIJkbsQ7d48BA==", + "dev": true, + "dependencies": { + "@types/fs-extra": "^8.0.1", + "colorette": "^1.1.0", + "fs-extra": "^8.1.0", + "globby": "10.0.1", + "is-plain-object": "^3.0.0" + }, + "engines": { + "node": ">=8.3" + } + }, + "node_modules/rollup-plugin-copy/node_modules/fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/rollup-plugin-copy/node_modules/globby": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-10.0.1.tgz", + "integrity": "sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==", + "dev": true, + "dependencies": { + "@types/glob": "^7.1.1", + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.0.3", + "glob": "^7.1.3", + "ignore": "^5.1.1", + "merge2": "^1.2.3", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/rollup-plugin-copy/node_modules/is-plain-object": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.1.tgz", + "integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", diff --git a/package.json b/package.json index f92c271..6dd4bd5 100644 --- a/package.json +++ b/package.json @@ -31,10 +31,10 @@ "update-lock-file": "update-lock-file @netcracker" }, "dependencies": { - "@netcracker/qubership-apihub-api-diff": "2.0.1", - "@netcracker/qubership-apihub-api-unifier": "2.0.0", - "@netcracker/qubership-apihub-json-crawl": "1.0.4", + "@netcracker/qubership-apihub-api-diff": "dev", + "@netcracker/qubership-apihub-api-unifier": "dev", "@netcracker/qubership-apihub-graphapi": "1.0.8", + "@netcracker/qubership-apihub-json-crawl": "1.0.4", "adm-zip": "0.5.10", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", @@ -53,6 +53,7 @@ "@types/adm-zip": "0.5.7", "@types/jest": "^29.5.12", "@types/js-yaml": "^4.0.5", + "@types/mime-types": "^3.0.0", "@types/node": "^18.0.0", "@types/object-hash": "^3.0.2", "@types/slug": "^5.0.3", @@ -64,7 +65,9 @@ "eslint-plugin-sort-exports": "^0.8.0", "jest": "^29.7.0", "jest-extended": "^4.0.2", + "mime-types": "^3.0.1", "openapi-types": "^12.1.0", + "rollup-plugin-copy": "^3.5.0", "ts-jest": "29.1.2", "ts-node": "^10.9.1", "tslint": "^6.1.3", diff --git a/src/apitypes/graphql/graphql.document.ts b/src/apitypes/graphql/graphql.document.ts index d13c7bf..20a509e 100644 --- a/src/apitypes/graphql/graphql.document.ts +++ b/src/apitypes/graphql/graphql.document.ts @@ -52,5 +52,11 @@ export const buildGraphQLDocument: DocumentBuilder = async (pars } export const dumpGraphQLDocument: DocumentDumper = (document) => { - return new Blob([printGraphApi(document.data)], { type: 'text/plain' }) + if (document.data) { + return new Blob([printGraphApi(document.data)], { type: 'text/plain' }) + } + if (document.source) { + return document.source + } + throw new Error(`Document ${document.fileId} has neither data nor source`) } diff --git a/src/apitypes/rest/rest.consts.ts b/src/apitypes/rest/rest.consts.ts index d876a11..2d5580e 100644 --- a/src/apitypes/rest/rest.consts.ts +++ b/src/apitypes/rest/rest.consts.ts @@ -15,6 +15,8 @@ */ import { FILE_FORMAT_JSON, FILE_FORMAT_YAML, FILE_FORMAT_YML } from '../../consts' +import { KeyOfConstType, ResolvedVersionDocument, ZippableDocument } from '../../types' +import { TEXT_DOCUMENT_TYPE, TextDocumentType } from '../text' export const REST_API_TYPE = 'rest' as const @@ -33,12 +35,22 @@ export const REST_DOCUMENT_TYPE = { SWAGGER: 'openapi-2-0', } as const +export type RestDocumentType = KeyOfConstType + export const REST_FILE_FORMAT = { YAML: FILE_FORMAT_YAML, YML: FILE_FORMAT_YML, JSON: FILE_FORMAT_JSON, -} +} as const export const REST_KIND_KEY = 'x-api-kind' export const DEPRECATED_META_KEY = 'x-deprecated-meta' + +export function isRestDocument(document: ZippableDocument | ResolvedVersionDocument): boolean { + return Object.values(REST_DOCUMENT_TYPE).includes(document.type as RestDocumentType) +} + +export function isTextDocument(document: ResolvedVersionDocument): boolean { + return Object.values(TEXT_DOCUMENT_TYPE).includes(document.type as TextDocumentType) +} diff --git a/src/apitypes/rest/rest.parser.ts b/src/apitypes/rest/rest.parser.ts index ef9e38b..3dbb723 100644 --- a/src/apitypes/rest/rest.parser.ts +++ b/src/apitypes/rest/rest.parser.ts @@ -56,7 +56,7 @@ export const parseRestFile = async (fileId: string, source: Blob): Promise + export const TEXT_FILE_FORMAT = { MD: 'md', } as const diff --git a/src/apitypes/unknown/unknown.document.ts b/src/apitypes/unknown/unknown.document.ts index 7a91bc3..46bca74 100644 --- a/src/apitypes/unknown/unknown.document.ts +++ b/src/apitypes/unknown/unknown.document.ts @@ -14,7 +14,7 @@ * limitations under the License. */ -import { BuildConfigFile, DocumentBuilder, DocumentDumper, File, VersionDocument } from '../../types' +import { BuildConfigFile, DocumentBuilder, DocumentDumper, SourceFile, VersionDocument } from '../../types' import { createBundlingErrorHandler, getBundledFileDataWithDependencies, getDocumentTitle } from '../../utils' import { FILE_FORMAT } from '../../consts' @@ -57,7 +57,7 @@ export const buildUnknownDocument: DocumentBuilder = async (parsedFile, } } -export const buildBinaryDocument: (parsedFile: File, file: BuildConfigFile) => Promise = async (parsedFile, file) => { +export const buildBinaryDocument: (parsedFile: SourceFile, file: BuildConfigFile) => Promise = async (parsedFile, file) => { const { fileId, slug = '', publish, ...metadata } = file const { type, format, source } = parsedFile diff --git a/src/apitypes/unknown/unknown.parser.ts b/src/apitypes/unknown/unknown.parser.ts index d4707e8..5bff677 100644 --- a/src/apitypes/unknown/unknown.parser.ts +++ b/src/apitypes/unknown/unknown.parser.ts @@ -17,7 +17,7 @@ import YAML from 'js-yaml' import { DOCUMENT_TYPE, FILE_FORMAT, SUPPORTED_FILE_FORMATS } from '../../consts' -import { BinaryFile, FILE_KIND, TextFile } from '../../types/internal' +import { BinaryFile, FILE_KIND, FileFormat, TextFile } from '../../types/internal' import { getFileExtension } from '../../utils' export const parseUnknownFile = async (fileId: string, source: Blob): Promise => { @@ -47,6 +47,6 @@ export const parseUnknownFile = async (fileId: string, source: Blob): Promise { const extension = getFileExtension(fileId) - const format = SUPPORTED_FILE_FORMATS.includes(extension) ? extension : FILE_FORMAT.UNKNOWN + const format = (SUPPORTED_FILE_FORMATS as string[]).includes(extension) ? extension as FileFormat : FILE_FORMAT.UNKNOWN return { fileId, type: DOCUMENT_TYPE.UNKNOWN, format: format, source, kind: FILE_KIND.BINARY } } diff --git a/src/builder.ts b/src/builder.ts index 0234fe3..b31ca8d 100644 --- a/src/builder.ts +++ b/src/builder.ts @@ -16,19 +16,23 @@ import { BuildConfig, + BuildConfigBase, BuildConfigFile, BuildConfigRef, FileId, + isPublishBuildConfig, OperationId, OperationsApiType, OperationTypes, PackageId, ResolvedComparisonSummary, ResolvedDeprecatedOperations, - ResolvedDocuments, + ResolvedGroupDocuments, ResolvedOperations, + ResolvedVersionDocuments, VersionId, VersionsComparison, + ZippableDocument, } from './types' import { ApiBuilder, @@ -38,11 +42,11 @@ import { BuilderRunOptions, BuildResult, CompareContext, - File, FILE_KIND, FileSourceMap, IPackageVersionBuilder, OperationChanges, + SourceFile, VersionCache, VersionDocument, } from './types/internal' @@ -70,6 +74,10 @@ import { BuildStrategy, ChangelogStrategy, DocumentGroupStrategy, PrefixGroupsCh import { BuilderStrategyContext } from './builder-strategy' import { MergedDocumentGroupStrategy } from './strategies/merged-document-group.strategy' import { asyncDebugPerformance } from './utils/logs' +import { ExportVersionStrategy } from './strategies/export-version.strategy' +import { ExportRestDocumentStrategy } from './strategies/export-rest-document.strategy' +import { ExportRestOperationsGroupStrategy } from './strategies/export-rest-operations-group.strategy' +import { ResolvedPackage } from './types/external/package' export const DEFAULT_RUN_OPTIONS: BuilderRunOptions = { cleanCache: false, @@ -78,6 +86,8 @@ export const DEFAULT_RUN_OPTIONS: BuilderRunOptions = { export class PackageVersionBuilder implements IPackageVersionBuilder { apiBuilders: ApiBuilder[] = [] documents = new Map() + exportDocuments: ZippableDocument[] = [] + exportFileName?: string operations = new Map() comparisons: VersionsComparison[] = [] @@ -90,7 +100,7 @@ export class PackageVersionBuilder implements IPackageVersionBuilder { config: BuildConfig builderRunOptions = DEFAULT_RUN_OPTIONS - readonly parsedFiles: Map = new Map() + readonly parsedFiles: Map = new Map() private basePath: string = '' @@ -124,8 +134,9 @@ export class PackageVersionBuilder implements IPackageVersionBuilder { return createVersionPackage(this.buildResult, new JsZipTool(), this.builderContext(this.config), options) } - async createNodeVersionPackage(): Promise { - return createVersionPackage(this.buildResult, new AdmZipTool(), this.builderContext(this.config)) + // todo rename + async createNodeVersionPackage(): Promise<{ packageVersion: any; exportFileName?: string }> { + return {packageVersion: await createVersionPackage(this.buildResult, new AdmZipTool(), this.builderContext(this.config)), exportFileName: this.buildResult.exportFileName} } get operationList(): ApiOperation[] { @@ -143,6 +154,8 @@ export class PackageVersionBuilder implements IPackageVersionBuilder { operations: this.operations, comparisons: this.comparisons, documents: this.documents, + exportDocuments: this.exportDocuments, + exportFileName: this.exportFileName, config: this.packageConfig, notifications: this.notifications, merged: this.merged, @@ -153,23 +166,35 @@ export class PackageVersionBuilder implements IPackageVersionBuilder { this.operations = buildResult.operations this.comparisons = buildResult.comparisons this.documents = buildResult.documents + this.exportDocuments = buildResult.exportDocuments + this.exportFileName = buildResult.exportFileName this.notifications = buildResult.notifications this.merged = buildResult.merged } - builderContext(config: BuildConfig): BuilderContext { + builderContext(config: BuildConfigBase): BuilderContext { + let basePath = '' + if (isPublishBuildConfig(config)) { + basePath = findSharedPath(config.files?.map(({ fileId }) => fileId).filter(Boolean) ?? []) + } + return { apiBuilders: this.apiBuilders, - basePath: findSharedPath(config.files?.map(({ fileId }) => fileId).filter(Boolean) ?? []), + // todo only used in build strategy, move to the dedicated BuilderContext subtype + basePath: basePath, + packageResolver: this.packageResolver.bind(this), versionDeprecatedResolver: this.versionDeprecatedResolver.bind(this), + templateResolver: this.templateResolver.bind(this), parsedFileResolver: this.parsedFileResolver.bind(this), + rawDocumentResolver: this.rawDocumentResolver.bind(this), operationResolver: (operationId: OperationId) => this.operations.get(operationId) ?? null, notifications: this.notifications, config: this.config, configuration: this.params.configuration, builderRunOptions: this.builderRunOptions, + groupDocumentsResolver: this.groupDocumentsResolver.bind(this), versionDocumentsResolver: this.versionDocumentsResolver.bind(this), - templateResolver: this.params.resolvers.templateResolver, + groupExportTemplateResolver: this.params.resolvers.groupExportTemplateResolver, versionLabels: this.config.metadata?.versionLabels as Array, } } @@ -228,6 +253,18 @@ export class PackageVersionBuilder implements IPackageVersionBuilder { builderStrategyContext.setStrategy(new MergedDocumentGroupStrategy()) } + if (buildType === BUILD_TYPE.EXPORT_VERSION) { + builderStrategyContext.setStrategy(new ExportVersionStrategy()) + } + + if (buildType === BUILD_TYPE.EXPORT_REST_DOCUMENT) { + builderStrategyContext.setStrategy(new ExportRestDocumentStrategy()) + } + + if (buildType === BUILD_TYPE.EXPORT_REST_OPERATIONS_GROUP) { + builderStrategyContext.setStrategy(new ExportRestOperationsGroupStrategy()) + } + await asyncDebugPerformance('[Builder]', async (debugCtx) => { this.setBuildResult(await builderStrategyContext.executeStrategy(debugCtx)) }, undefined, [buildType, this.config.packageId, this.config.version]) @@ -235,7 +272,7 @@ export class PackageVersionBuilder implements IPackageVersionBuilder { return this.buildResult } - async parsedFileResolver(fileId: string): Promise { + async parsedFileResolver(fileId: string): Promise { if (this.parsedFiles.has(fileId)) { return this.parsedFiles.get(fileId) ?? null } @@ -252,6 +289,38 @@ export class PackageVersionBuilder implements IPackageVersionBuilder { return await this.parseFile(fileId, source) } + async templateResolver( + templatePath: string, + ): Promise { + if (!this.params.resolvers.templateResolver) { + throw new Error('templateResolver is not provided') + } + + const template = await this.params.resolvers.templateResolver(templatePath) + if (!template) { + throw new Error(`Template ${templatePath} is missing`) + } + + return template + } + + async rawDocumentResolver( + version: VersionId, + packageId: PackageId, + slug: string, + ): Promise { + if (!this.params.resolvers.rawDocumentResolver) { + throw new Error('rawDocumentResolver is not provided') + } + + const document = await this.params.resolvers.rawDocumentResolver(version, packageId, slug) + if (!document) { + throw new Error(`Raw document ${slug} is missing`) + } + + return document + } + async versionComparisonResolver( version: VersionId, packageId: PackageId, @@ -323,20 +392,20 @@ export class PackageVersionBuilder implements IPackageVersionBuilder { return operations } - async versionDocumentsResolver( + async groupDocumentsResolver( apiType: OperationsApiType, version: VersionId, packageId: PackageId, filterByOperationGroup: string, - ): Promise { + ): Promise { packageId = packageId ?? this.config.packageId - const { versionDocumentsResolver } = this.params.resolvers - if (!versionDocumentsResolver) { - throw new Error('No versionDocumentsResolver provided') + const { groupDocumentsResolver } = this.params.resolvers + if (!groupDocumentsResolver) { + throw new Error('No groupDocumentsResolver provided') } - const documents = await versionDocumentsResolver( + const documents = await groupDocumentsResolver( apiType, version, packageId, @@ -360,6 +429,50 @@ export class PackageVersionBuilder implements IPackageVersionBuilder { return documents } + async packageResolver( + packageId: string, + ): Promise { + const { packageResolver } = this.params.resolvers + if (!packageResolver) { + throw new Error('No packageResolver provided') + } + + const resolvedPackage = await packageResolver(packageId) + if (!resolvedPackage) { + throw new Error(`No such package: packageId: ${packageId}`) + } + + return resolvedPackage + } + + async versionDocumentsResolver( + version: VersionId, + packageId: PackageId, + apiType?: OperationsApiType, + ): Promise { + packageId = packageId ?? this.config.packageId + + const { versionDocumentsResolver } = this.params.resolvers + if (!versionDocumentsResolver) { + throw new Error('No versionDocumentsResolver provided') + } + + const documents = await versionDocumentsResolver( + version, + packageId, + apiType, + ) + + if (!documents?.documents.length) { + this.notifications.push({ + severity: MESSAGE_SEVERITY.Warning, + message: `No documents for ${packageId}/${version} that match the criteria (apiType=${apiType})`, + }) + } + + return documents + } + async versionDeprecatedResolver( apiType: OperationsApiType, version?: string, @@ -513,12 +626,12 @@ export class PackageVersionBuilder implements IPackageVersionBuilder { return new Set(apiTypes) } - async parseFile(fileId: string, source: Blob): Promise { + async parseFile(fileId: string, source: Blob): Promise { if (this.parsedFiles.has(fileId)) { return this.parsedFiles.get(fileId) ?? null } - if (SUPPORTED_FILE_FORMATS.includes(getFileExtension(fileId))) { + if ((SUPPORTED_FILE_FORMATS as string[]).includes(getFileExtension(fileId))) { for (const { parser } of this.apiBuilders) { try { // todo check source.type diff --git a/src/components/document.ts b/src/components/document.ts index 2f6f526..c01ddaf 100644 --- a/src/components/document.ts +++ b/src/components/document.ts @@ -14,8 +14,8 @@ * limitations under the License. */ -import { BuildConfigFile, BuilderContext, File, FILE_KIND, TextFile, VersionDocument } from '../types' -import { API_KIND, API_KIND_LABEL, DOCUMENT_TYPE } from '../consts' +import { BuildConfigFile, BuilderContext, SourceFile, FILE_KIND, TextFile, VersionDocument } from '../types' +import { API_KIND, API_KIND_LABEL, DOCUMENT_TYPE, FILE_FORMAT_UNKNOWN } from '../consts' import { getDocumentTitle, getFileExtension, rawToApiKind } from '../utils' import { buildBinaryDocument, unknownApiBuilder } from '../apitypes' @@ -24,7 +24,7 @@ export const buildErrorDocument = (file: BuildConfigFile, parsedFile?: TextFile) return { fileId: fileId, type: DOCUMENT_TYPE.UNKNOWN, - format: getFileExtension(fileId), + format: FILE_FORMAT_UNKNOWN, data: '', slug, publish, @@ -38,7 +38,7 @@ export const buildErrorDocument = (file: BuildConfigFile, parsedFile?: TextFile) } } -export const buildDocument = async (parsedFile: File, file: BuildConfigFile, ctx: BuilderContext): Promise => { +export const buildDocument = async (parsedFile: SourceFile, file: BuildConfigFile, ctx: BuilderContext): Promise => { if (parsedFile.kind === FILE_KIND.BINARY) { return await buildBinaryDocument(parsedFile, file) diff --git a/src/components/package.ts b/src/components/package.ts index 3d988c2..470b799 100644 --- a/src/components/package.ts +++ b/src/components/package.ts @@ -20,7 +20,9 @@ import { version } from '../../package.json' import { ApiOperation, BuilderContext, + BuildResult, BuildResultDto, + HTML_EXPORT_GROUP_FORMAT, PackageComparison, PackageComparisonOperations, PackageComparisons, @@ -30,12 +32,13 @@ import { PackageOperation, PackageOperations, VersionDocument, - BuildResult, + ZippableDocument, } from '../types' import { unknownApiBuilder } from '../apitypes' -import { MESSAGE_SEVERITY, PACKAGE } from '../consts' +import { BUILD_TYPE, MESSAGE_SEVERITY, PACKAGE } from '../consts' import { takeIf, toPackageDocument } from '../utils' import { toVersionsComparisonDto } from '../utils/transformToDto' +import { dumpRestDocument } from '../apitypes/rest/rest.document' export interface ZipTool { // todo method should only accept Blob content, transformation is not a responsibility of this method @@ -44,6 +47,25 @@ export interface ZipTool { buildResult: (options?: JSZip.JSZipGeneratorOptions) => Promise } +export const createExportResult = async ( + buildResult: BuildResult, + zip: ZipTool, + ctx: BuilderContext, + options?: JSZip.JSZipGeneratorOptions, +): Promise => { + const { config: { format } } = ctx + + for (const document of [...buildResult.documents.values()]) { + // const apiBuilder = apiBuilders.find(({ types }) => types.includes(document.type)) || unknownApiBuilder + // const data = apiBuilder.dumpDocument(document, format) + const data = dumpRestDocument(document, format) + + await zip.file(document.filename, data) + } + + return await zip.buildResult(options) +} + export const createVersionPackage = async ( buildResult: BuildResult, zip: ZipTool, @@ -61,12 +83,35 @@ export const createVersionPackage = async ( comparisons: buildResult.comparisons.map(comparison => toVersionsComparisonDto(comparison, logError)), } - await createInfoFile(zip, buildResultDto.config) - const documents = buildResultDto.merged ? [buildResultDto.merged] : [...buildResultDto.documents.values()] + // todo refactor accordingly to new reqs + switch (buildResult.config.buildType) { + case BUILD_TYPE.EXPORT_REST_DOCUMENT: + if (buildResult.exportDocuments.length === 1) { + return Buffer.from(await dumpRestDocument(buildResultDto.exportDocuments[0], ctx.config.format).arrayBuffer()) + } + await createExportDocumentDataFiles(zip, buildResultDto.exportDocuments, ctx) + return await zip.buildResult(options) + + case BUILD_TYPE.EXPORT_VERSION: + if (buildResult.exportDocuments.length === 1) { + return Buffer.from(await dumpRestDocument(buildResultDto.exportDocuments[0], ctx.config.format).arrayBuffer()) + } + await createExportDocumentDataFiles(zip, buildResultDto.exportDocuments, ctx) + return await zip.buildResult(options) + + case BUILD_TYPE.EXPORT_REST_OPERATIONS_GROUP: + if (buildResult.exportDocuments.length === 1) { + return Buffer.from(await dumpRestDocument(buildResultDto.exportDocuments[0], ctx.config.format).arrayBuffer()) + } + await createExportDocumentDataFiles(zip, buildResultDto.exportDocuments, ctx) + return await zip.buildResult(options) + } + createDocumentsFile(zip, documents) await createDocumentDataFiles(zip, documents, ctx) + await createInfoFile(zip, buildResultDto.config) createOperationsFile(zip, buildResultDto.operations) const operationsDir = zip.folder(PACKAGE.OPERATIONS_DIR_NAME)! @@ -109,9 +154,7 @@ const createDocumentsFile = (zip: ZipTool, documents: VersionDocument[]): void = zip.file(PACKAGE.DOCUMENTS_FILE_NAME, result) } -const createDocumentDataFiles = async (zip: ZipTool, documents: VersionDocument[], ctx: BuilderContext): Promise => { - const documentsDir = zip.folder(PACKAGE.DOCUMENTS_DIR_NAME) - +const writeDocumentsToZip = async (zip: ZipTool, documents: ZippableDocument[], ctx: BuilderContext): Promise => { const { apiBuilders, config: { format } } = ctx for (const document of documents) { @@ -121,10 +164,19 @@ const createDocumentDataFiles = async (zip: ZipTool, documents: VersionDocument[ const apiBuilder = apiBuilders.find(({ types }) => types.includes(document.type)) || unknownApiBuilder const data = apiBuilder.dumpDocument(document, format) - await documentsDir?.file(document.filename, data) + await zip.file(document.filename, data) } } +const createDocumentDataFiles = async (zip: ZipTool, documents: VersionDocument[], ctx: BuilderContext): Promise => { + const documentsDir = zip.folder(PACKAGE.DOCUMENTS_DIR_NAME) + await writeDocumentsToZip(documentsDir, documents, ctx) +} + +const createExportDocumentDataFiles = async (zip: ZipTool, documents: ZippableDocument[], ctx: BuilderContext): Promise => { + await writeDocumentsToZip(zip, documents, ctx) +} + const createOperationsFile = (zip: ZipTool, operations: Map): void => { const data: PackageOperations = { operations: [] } const SEARCH_SCOPES_MAP: Record = {} diff --git a/src/consts.ts b/src/consts.ts index 0b66448..5b5a7f0 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -21,7 +21,8 @@ import { ChangeSummary, DEPRECATED_CHANGE_TYPE, NON_BREAKING_CHANGE_TYPE, - RISKY_CHANGE_TYPE, SEMI_BREAKING_CHANGE_TYPE, + RISKY_CHANGE_TYPE, + SEMI_BREAKING_CHANGE_TYPE, UNCLASSIFIED_CHANGE_TYPE, VALIDATION_RULES_SEVERITY_LEVEL_WARNING, ValidationRulesSeverity, @@ -80,8 +81,17 @@ export const BUILD_TYPE = { DOCUMENT_GROUP: 'documentGroup', REDUCED_SOURCE_SPECIFICATIONS: 'reducedSourceSpecifications', MERGED_SPECIFICATION: 'mergedSpecification', + EXPORT_VERSION: 'exportVersion', + EXPORT_REST_DOCUMENT: 'exportRestDocument', + EXPORT_REST_OPERATIONS_GROUP: 'exportRestOperationsGroup', } as const +export const EXPORT_BUILD_TYPES = [ + BUILD_TYPE.EXPORT_VERSION, + BUILD_TYPE.EXPORT_REST_DOCUMENT, + BUILD_TYPE.EXPORT_REST_OPERATIONS_GROUP, +] + export const VERSION_STATUS = { RELEASE: 'release', DRAFT: 'draft', @@ -111,6 +121,8 @@ export const FILE_FORMAT_UNKNOWN = 'unknown' export const FILE_FORMAT_GRAPHQL = 'graphql' export const FILE_FORMAT_GQL = 'gql' export const FILE_FORMAT_MD = 'md' +export const FILE_FORMAT_PROTO = 'proto' +export const FILE_FORMAT_HTML = 'html' export const FILE_FORMAT = { JSON: FILE_FORMAT_JSON, @@ -120,10 +132,17 @@ export const FILE_FORMAT = { GRAPHQL: FILE_FORMAT_GRAPHQL, GQL: FILE_FORMAT_GQL, MD: FILE_FORMAT_MD, -} + PROTO: FILE_FORMAT_PROTO, +} as const +//todo separate supported for build and for export export const SUPPORTED_FILE_FORMATS = Object.values(FILE_FORMAT) +export type ExportFileFormat = + | typeof FILE_FORMAT_YAML + | typeof FILE_FORMAT_JSON + | typeof FILE_FORMAT_HTML + export const SYNTHETIC_TITLE_FLAG = Symbol('synthetic-title') export const ORIGINS_SYMBOL = Symbol('origins') export const HASH_FLAG = Symbol('hash') diff --git a/src/strategies/document-group.strategy.ts b/src/strategies/document-group.strategy.ts index 4bd0b5f..66abbf5 100644 --- a/src/strategies/document-group.strategy.ts +++ b/src/strategies/document-group.strategy.ts @@ -15,21 +15,20 @@ */ import { - BuildConfig, BuilderStrategy, BuildResult, BuildTypeContexts, FileFormat, JSON_EXPORT_GROUP_FORMAT, - ResolvedDocument, + ReducedSourceSpecificationsBuildConfig, + ResolvedGroupDocument, + ResolvedReferenceMap, VersionDocument, } from '../types' import { REST_API_TYPE } from '../apitypes' import { EXPORT_FORMAT_TO_FILE_FORMAT, fromBase64, - getDocumentTitle, - getFileExtension, removeFirstSlash, slugify, takeIfDefined, @@ -41,13 +40,12 @@ import { VersionRestDocument } from '../apitypes/rest/rest.types' import { INLINE_REFS_FLAG, NORMALIZE_OPTIONS } from '../consts' import { normalize } from '@netcracker/qubership-apihub-api-unifier' import { calculateSpecRefs, extractCommonPathItemProperties } from '../apitypes/rest/rest.operation' -import { groupBy } from 'graphql/jsutils/groupBy' -async function getTransformedDocument(document: ResolvedDocument, format: FileFormat): Promise { +function getTransformedDocument(document: ResolvedGroupDocument, format: FileFormat, packages: ResolvedReferenceMap): VersionRestDocument { const versionDocument = toVersionDocument(document, format) const source = extractDocumentData(versionDocument) - versionDocument.data = await transformDocumentData(versionDocument) + versionDocument.data = transformDocumentData(versionDocument) const normalizedDocument = normalize( versionDocument.data, { @@ -60,11 +58,18 @@ async function getTransformedDocument(document: ResolvedDocument, format: FileFo calculateSpecRefs(source, normalizedDocument, versionDocument.data) + // dashboard case + if (document.packageRef) { + const { refId } = packages[document.packageRef] + versionDocument.fileId = `${refId}_${versionDocument.fileId}` + versionDocument.filename = `${refId}_${versionDocument.filename}` + } + return versionDocument } export class DocumentGroupStrategy implements BuilderStrategy { - async execute(config: BuildConfig, buildResult: BuildResult, contexts: BuildTypeContexts): Promise { + async execute(config: ReducedSourceSpecificationsBuildConfig, buildResult: BuildResult, contexts: BuildTypeContexts): Promise { const { builderContext } = contexts const { packageId, version, groupName, apiType, format = JSON_EXPORT_GROUP_FORMAT } = config @@ -83,50 +88,22 @@ export class DocumentGroupStrategy implements BuilderStrategy { const builderContextObject = builderContext(config) - const { documents } = await builderContextObject.versionDocumentsResolver( - apiType, + const { documents, packages } = await builderContextObject.groupDocumentsResolver( + REST_API_TYPE, version, packageId, groupName, - ) ?? { documents: [] } - - const transformTasks = [] + ) ?? { documents: [], packages: {} } for (const document of documents) { - transformTasks.push(getTransformedDocument(document, documentFormat)) - } - - const transformedDocuments = await Promise.all(transformTasks) - const transformedDocumentsWithoutCollisions = (['fileId', 'filename'] as const).reduce(resolveCollisionsByField, transformedDocuments) - - for (const document of transformedDocumentsWithoutCollisions) { - buildResult.documents.set(document.fileId, document) + const transformedDocument = getTransformedDocument(document, documentFormat, packages) + buildResult.documents.set(transformedDocument.fileId, transformedDocument) } return buildResult } } -// there is a chance that the renamed document will be the same as another document (this case has not been fixed yet) -function resolveCollisionsByField(docs: VersionRestDocument[], field: 'fileId' | 'filename'): VersionRestDocument[] { - const fileIdMap = groupBy(docs, (document) => document[field]) - return ([...fileIdMap.values()] as VersionRestDocument[][]).reduce((acc, docs) => { - const [_, ...duplicates] = docs - duplicates.forEach((document, index) => {document[field] = renameDuplicate(document[field], index)}) - return [...acc, ...docs] - }, [] as VersionRestDocument[]) -} - -function renameDuplicate(fileName: string, index: number): string { - const extension = getFileExtension(fileName) - const nameWithPostfix = `${getDocumentTitle(fileName)}-${index + 1}` - - if (extension) { - return `${nameWithPostfix}.${extension}` - } - return nameWithPostfix -} - function parseBase64String(value: string): object { return JSON.parse(fromBase64(value)) } @@ -139,7 +116,7 @@ function extractDocumentData(versionDocument: VersionDocument): OpenAPIV3.Docume } } -async function transformDocumentData(versionDocument: VersionDocument): Promise { +function transformDocumentData(versionDocument: VersionDocument): OpenAPIV3.Document { const documentData = extractDocumentData(versionDocument) const { paths, components, ...rest } = documentData diff --git a/src/strategies/export-rest-document.strategy.ts b/src/strategies/export-rest-document.strategy.ts new file mode 100644 index 0000000..f6494db --- /dev/null +++ b/src/strategies/export-rest-document.strategy.ts @@ -0,0 +1,92 @@ +/** + * Copyright 2024-2025 NetCracker Technology Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + _TemplateResolver, + BuilderStrategy, + BuildResult, + BuildTypeContexts, + ExportRestDocumentBuildConfig, + HTML_EXPORT_GROUP_FORMAT, + OperationsGroupExportFormat, + ZippableDocument, +} from '../types' +import { REST_DOCUMENT_TYPE } from '../apitypes' +import { getDocumentTitle, getSplittedVersionKey } from '../utils' +import { OpenApiExtensionKey } from '@netcracker/qubership-apihub-api-unifier' +import { removeOasExtensions } from '../utils/removeOasExtensions' +import { + createCommonStaticExportDocuments, + createExportDocument, + createSingleFileExportName, + generateHtmlPage, +} from '../utils/export' + +async function createTransformedDocument( + file: File, + format: OperationsGroupExportFormat, + packageName: string, + version: string, + templateResolver: _TemplateResolver, + allowedOasExtensions?: OpenApiExtensionKey[], +): Promise { + const data = removeOasExtensions(JSON.parse(await file.text()), allowedOasExtensions) + + if (format === HTML_EXPORT_GROUP_FORMAT) { + return createExportDocument( + `${getDocumentTitle(file.name)}.${HTML_EXPORT_GROUP_FORMAT}`, + await generateHtmlPage(JSON.stringify(data, undefined, 2), getDocumentTitle(file.name), packageName, version, templateResolver), + ) + } + + return { + data: data, + fileId: file.name, + type: REST_DOCUMENT_TYPE.OAS3, // todo one of REST_DOCUMENT_TYPE + description: '', + publish: true, + filename: `${getDocumentTitle(file.name)}.${format}`, + source: file, + } +} + +export class ExportRestDocumentStrategy implements BuilderStrategy { + async execute(config: ExportRestDocumentBuildConfig, buildResult: BuildResult, contexts: BuildTypeContexts): Promise { + const { builderContext } = contexts + const { rawDocumentResolver, templateResolver, packageResolver } = builderContext(config) + const { packageId, version: versionWithRevision, documentId, format, allowedOasExtensions } = config + const [version] = getSplittedVersionKey(versionWithRevision) + + const file = await rawDocumentResolver( + versionWithRevision, + packageId, + documentId, + ) + const { name: packageName } = await packageResolver(packageId) + + buildResult.exportDocuments.push(await createTransformedDocument(file, format, packageName, version, templateResolver, allowedOasExtensions)) + + if (format === HTML_EXPORT_GROUP_FORMAT) { + buildResult.exportDocuments.push(...await createCommonStaticExportDocuments(packageName, version, templateResolver, buildResult.exportDocuments[0].fileId)) + buildResult.exportFileName = createSingleFileExportName(packageId, version, getDocumentTitle(file.name), 'zip') + return buildResult + } + + buildResult.exportFileName = createSingleFileExportName(packageId, version, getDocumentTitle(file.name), format) + + return buildResult + } +} diff --git a/src/strategies/export-rest-operations-group.strategy.ts b/src/strategies/export-rest-operations-group.strategy.ts new file mode 100644 index 0000000..eb21fd3 --- /dev/null +++ b/src/strategies/export-rest-operations-group.strategy.ts @@ -0,0 +1,161 @@ +/** + * Copyright 2024-2025 NetCracker Technology Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + _TemplateResolver, + BuilderStrategy, + BuildResult, + BuildTypeContexts, + ExportRestOperationsGroupBuildConfig, + HTML_EXPORT_GROUP_FORMAT, + JSON_EXPORT_GROUP_FORMAT, + OperationsGroupExportFormat, + TRANSFORMATION_KIND_MERGED, + TRANSFORMATION_KIND_REDUCED, + VersionDocument, + ZippableDocument, +} from '../types' +import { DocumentGroupStrategy } from './document-group.strategy' +import { MergedDocumentGroupStrategy } from './merged-document-group.strategy' +import { EXPORT_FORMAT_TO_FILE_FORMAT, getDocumentTitle, getSplittedVersionKey } from '../utils' +import { OpenApiExtensionKey } from '@netcracker/qubership-apihub-api-unifier' +import { BUILD_TYPE } from '../consts' +import { isRestDocument, REST_DOCUMENT_TYPE } from '../apitypes' +import { + createCommonStaticExportDocuments, + createExportDocument, + generateHtmlPage, + generateIndexHtmlPage, +} from '../utils/export' +import { removeOasExtensions } from '../utils/removeOasExtensions' + +export class ExportRestOperationsGroupStrategy implements BuilderStrategy { + async execute(config: ExportRestOperationsGroupBuildConfig, buildResult: BuildResult, contexts: BuildTypeContexts): Promise { + + switch (config.operationsSpecTransformation) { + case TRANSFORMATION_KIND_MERGED: + await exportMergedDocument(config, buildResult, contexts) + return buildResult + case TRANSFORMATION_KIND_REDUCED: + await exportReducedDocuments(config, buildResult, contexts) + return buildResult + } + } +} + +async function exportMergedDocument(config: ExportRestOperationsGroupBuildConfig, buildResult: BuildResult, contexts: BuildTypeContexts): Promise { + const { packageId, version: versionWithRevision, groupName, format = JSON_EXPORT_GROUP_FORMAT, allowedOasExtensions } = config + const [version] = getSplittedVersionKey(versionWithRevision) + const { templateResolver, packageResolver } = contexts.builderContext(config) + const { name: packageName } = await packageResolver(packageId) + + await new MergedDocumentGroupStrategy().execute({ + ...config, + buildType: BUILD_TYPE.MERGED_SPECIFICATION, + format: EXPORT_FORMAT_TO_FILE_FORMAT.get(format)!, + }, buildResult, contexts) + + if (!buildResult.merged) { + throw Error('No merged result') + } + + if (format === HTML_EXPORT_GROUP_FORMAT) { + const htmlExportDocument = createExportDocument( + `${getDocumentTitle(buildResult.merged.filename)}.${HTML_EXPORT_GROUP_FORMAT}`, + await generateHtmlPage(JSON.stringify(removeOasExtensions(buildResult.merged?.data, allowedOasExtensions), undefined, 2), getDocumentTitle(buildResult.merged.filename), packageName, version, templateResolver, false), + ) + buildResult.exportDocuments.push(htmlExportDocument) + buildResult.exportDocuments.push(...await createCommonStaticExportDocuments(packageName, version, templateResolver, htmlExportDocument.filename)) + buildResult.exportFileName = `${packageId}_${version}_${groupName}.zip` + return buildResult + } + + buildResult.exportDocuments.push({ + data: removeOasExtensions(buildResult.merged?.data, allowedOasExtensions), + fileId: `${getDocumentTitle(buildResult.merged.filename)}.${format}`, + type: REST_DOCUMENT_TYPE.OAS3, // todo one of REST_DOCUMENT_TYPE + description: '', + publish: true, + filename: `${getDocumentTitle(buildResult.merged.filename)}.${format}`, + }) + buildResult.exportFileName = `${packageId}_${version}_${groupName}.${format}` + + return buildResult +} + +async function exportReducedDocuments(config: ExportRestOperationsGroupBuildConfig, buildResult: BuildResult, contexts: BuildTypeContexts): Promise { + const { packageId, version: versionWithRevision, groupName, format = JSON_EXPORT_GROUP_FORMAT, allowedOasExtensions } = config + const [version] = getSplittedVersionKey(versionWithRevision) + const { templateResolver, packageResolver } = contexts.builderContext(config) + const { name: packageName } = await packageResolver(packageId) + + await new DocumentGroupStrategy().execute({ + ...config, + buildType: BUILD_TYPE.REDUCED_SOURCE_SPECIFICATIONS, + format: EXPORT_FORMAT_TO_FILE_FORMAT.get(format)!, + }, buildResult, contexts) + + const generatedHtmlExportDocuments: ZippableDocument[] = [] + const transformedDocuments = await Promise.all([...buildResult.documents.values()].map(async document => { + return await createTransformedDocument(document, format, packageName, version, generatedHtmlExportDocuments, templateResolver, allowedOasExtensions) + })) + + buildResult.exportDocuments.push(...transformedDocuments) + + if (format === HTML_EXPORT_GROUP_FORMAT) { + buildResult.exportDocuments.push(createExportDocument('index.html', await generateIndexHtmlPage(packageName, version, generatedHtmlExportDocuments, templateResolver))) + buildResult.exportDocuments.push(...await createCommonStaticExportDocuments(packageName, version, templateResolver)) + } + + if (buildResult.exportDocuments.length > 1) { + buildResult.exportFileName = `${packageId}_${version}_${groupName}.zip` + return buildResult + } + + buildResult.exportFileName = `${packageId}_${version}_${groupName}.${format}` + return buildResult +} + +async function createTransformedDocument( + document: VersionDocument, + format: OperationsGroupExportFormat, + packageName: string, + version: string, + generatedHtmlExportDocuments: ZippableDocument[], + templateResolver: _TemplateResolver, + allowedOasExtensions?: OpenApiExtensionKey[], +): Promise { + const { fileId, type } = document + + if (isRestDocument(document) && format === HTML_EXPORT_GROUP_FORMAT) { + const htmlExportDocument = createExportDocument( + `${getDocumentTitle(document.filename)}.${HTML_EXPORT_GROUP_FORMAT}`, + await generateHtmlPage(JSON.stringify(removeOasExtensions(document.data, allowedOasExtensions), undefined, 2), getDocumentTitle(document.filename), packageName, version, templateResolver, true), + ) + generatedHtmlExportDocuments.push(htmlExportDocument) + return htmlExportDocument + } + + return { + fileId, + type, + data: isRestDocument(document) ? removeOasExtensions(document.data, allowedOasExtensions) : '', + description: '', + publish: true, + filename: `${getDocumentTitle(fileId)}.${format}`, + source: document.source, + } +} diff --git a/src/strategies/export-version.strategy.ts b/src/strategies/export-version.strategy.ts new file mode 100644 index 0000000..4091230 --- /dev/null +++ b/src/strategies/export-version.strategy.ts @@ -0,0 +1,133 @@ +/** + * Copyright 2024-2025 NetCracker Technology Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + _TemplateResolver, + BuilderStrategy, + BuildResult, + BuildTypeContexts, + ExportVersionBuildConfig, + HTML_EXPORT_GROUP_FORMAT, + JSON_EXPORT_GROUP_FORMAT, + OperationsGroupExportFormat, + ResolvedVersionDocument, + ZippableDocument, +} from '../types' +import { getDocumentTitle, getSplittedVersionKey } from '../utils' +import { + createCommonStaticExportDocuments, + createExportDocument, + generateHtmlPage, + createSingleFileExportName, + generateIndexHtmlPage, +} from '../utils/export' +import { removeOasExtensions } from '../utils/removeOasExtensions' +import { OpenApiExtensionKey } from '@netcracker/qubership-apihub-api-unifier' +import { isRestDocument, isTextDocument } from '../apitypes' + +function extractTypeAndSubtype(type: string): string { + return type.split(';')[0] +} + +async function prepareData(file: File): Promise { + switch (extractTypeAndSubtype(file.type)) { + // BE responds with 'text/plain' for all textual files and a more precise content-type in other cases + // however, just in case, other processable types are also listed here + case 'text/plain': + case 'application/json': + case 'application/yaml': + case 'text/markdown': + return await file.text() + default: + case 'application/octet-stream': + return '' + } +} + +async function createTransformedDocument( + document: ResolvedVersionDocument, + file: File, + format: OperationsGroupExportFormat, + packageName: string, + version: string, + generatedHtmlExportDocuments: ZippableDocument[], + templateResolver: _TemplateResolver, + allowedOasExtensions?: OpenApiExtensionKey[], +): Promise { + const { fileId, type } = document + + const data = await prepareData(file) + + if (isRestDocument(document) && format === HTML_EXPORT_GROUP_FORMAT) { + const htmlExportDocument = createExportDocument( + `${getDocumentTitle(file.name)}.${HTML_EXPORT_GROUP_FORMAT}`, + await generateHtmlPage(JSON.stringify(removeOasExtensions(JSON.parse(data), allowedOasExtensions), undefined, 2), getDocumentTitle(file.name), packageName, version, templateResolver, true), + ) + generatedHtmlExportDocuments.push(htmlExportDocument) + return htmlExportDocument + } + + return { + fileId, + type, + data: isRestDocument(document) ? removeOasExtensions(JSON.parse(data), allowedOasExtensions) : '', + description: isTextDocument(document) ? data : '', + publish: true, + filename: isRestDocument(document) ? `${getDocumentTitle(fileId)}.${format}` : fileId, + source: file, + } +} + +export class ExportVersionStrategy implements BuilderStrategy { + async execute(config: ExportVersionBuildConfig, buildResult: BuildResult, contexts: BuildTypeContexts): Promise { + const { builderContext } = contexts + const { versionDocumentsResolver, rawDocumentResolver, templateResolver, packageResolver } = builderContext(config) + const { packageId, version: versionWithRevision, format = JSON_EXPORT_GROUP_FORMAT, allowedOasExtensions } = config + const [version] = getSplittedVersionKey(versionWithRevision) + const { name: packageName } = await packageResolver(packageId) + + const { documents } = await versionDocumentsResolver( + versionWithRevision, + packageId, + ) ?? { documents: [] } + + const generatedHtmlExportDocuments: ZippableDocument[] = [] + const transformedDocuments = await Promise.all(documents.map(async document => { + const file = await rawDocumentResolver(versionWithRevision, packageId, document.slug) + return await createTransformedDocument(document, file, format, packageName, version, generatedHtmlExportDocuments, templateResolver, allowedOasExtensions) + })) + + buildResult.exportDocuments.push(...transformedDocuments) + + const restDocuments = documents.filter(isRestDocument) + if (format === HTML_EXPORT_GROUP_FORMAT && restDocuments.length > 0) { + buildResult.exportDocuments.push(...await createCommonStaticExportDocuments(packageName, version, templateResolver)) + const readme = buildResult.exportDocuments.find(({ fileId }) => fileId.toLowerCase() === 'readme.md')?.description + + if (restDocuments.length > 1 || readme) { + buildResult.exportDocuments.push(createExportDocument('index.html', await generateIndexHtmlPage(packageName, version, generatedHtmlExportDocuments, templateResolver, readme))) + } + } + + if (buildResult.exportDocuments.length > 1) { + buildResult.exportFileName = `${packageId}_${version}.zip` + return buildResult + } + + buildResult.exportFileName = createSingleFileExportName(packageId, version, getDocumentTitle(buildResult.exportDocuments[0].fileId), format) + return buildResult + } +} diff --git a/src/strategies/merged-document-group.strategy.ts b/src/strategies/merged-document-group.strategy.ts index ab56311..13c746a 100644 --- a/src/strategies/merged-document-group.strategy.ts +++ b/src/strategies/merged-document-group.strategy.ts @@ -15,10 +15,11 @@ */ import { - BuildConfig, + BuilderStrategy, BuildResult, BuildTypeContexts, JSON_EXPORT_GROUP_FORMAT, + MergedSpecificationBuildConfig, YAML_EXPORT_GROUP_FORMAT, } from '../types' import { ExportTemplate, getSplittedVersionKey, isJson, isYaml, mergeOpenapiDocuments } from '../utils' @@ -33,8 +34,8 @@ export const MERGED_OPERATIONS_GROUP_EXPORT_FORMAT = [ JSON_EXPORT_GROUP_FORMAT, ] -export class MergedDocumentGroupStrategy extends DocumentGroupStrategy { - async execute(config: BuildConfig, buildResult: BuildResult, contexts: BuildTypeContexts): Promise { +export class MergedDocumentGroupStrategy implements BuilderStrategy { + async execute(config: MergedSpecificationBuildConfig, buildResult: BuildResult, contexts: BuildTypeContexts): Promise { const { packageId, version, groupName, apiType, format = JSON_EXPORT_GROUP_FORMAT } = config if (!groupName) { @@ -49,14 +50,21 @@ export class MergedDocumentGroupStrategy extends DocumentGroupStrategy { throw new Error(`Export format ${format} is not supported for build type ${BUILD_TYPE.MERGED_SPECIFICATION}`) } - const { documents: documentsMap } = await super.execute(config, buildResult, contexts) + const { documents: documentsMap } = await new DocumentGroupStrategy().execute( + { + ...config, + buildType: BUILD_TYPE.REDUCED_SOURCE_SPECIFICATIONS, + }, + buildResult, + contexts, + ) const documents = [...documentsMap.values()] const specs = documents.map(doc => doc.data) as OpenAPIV3.Document[] const { builderContext } = contexts const builderContextObject = builderContext(config) - const template = await builderContextObject.templateResolver?.( + const template = await builderContextObject.groupExportTemplateResolver?.( apiType, version, packageId, @@ -76,6 +84,8 @@ export class MergedDocumentGroupStrategy extends DocumentGroupStrategy { buildResult.merged = { fileId: info.title, type: firstDocument.type, + // todo html will be handled in api-processor + // @ts-ignore format: format, data: mergeOpenapiDocuments(specs, info, templateDocument), slug: info.title, diff --git a/src/types/external/config.ts b/src/types/external/config.ts index 62fca73..dcef8ab 100644 --- a/src/types/external/config.ts +++ b/src/types/external/config.ts @@ -15,7 +15,8 @@ */ import { FileId, KeyOfConstType, OperationsApiType, PackageId, VersionId } from './types' -import { BUILD_TYPE, VERSION_STATUS } from '../../consts' +import { BUILD_TYPE, FILE_FORMAT_HTML, FILE_FORMAT_JSON, FILE_FORMAT_YAML, VERSION_STATUS } from '../../consts' +import { OpenApiExtensionKey } from '@netcracker/qubership-apihub-api-unifier' export type BuildType = KeyOfConstType export type VersionStatus = KeyOfConstType @@ -29,6 +30,11 @@ export type OperationsGroupExportFormat = | typeof JSON_EXPORT_GROUP_FORMAT | typeof HTML_EXPORT_GROUP_FORMAT +export type ExportFormat = + | typeof FILE_FORMAT_YAML + | typeof FILE_FORMAT_JSON + | typeof FILE_FORMAT_HTML + export const VALIDATION_RULES_SEVERITY_LEVEL_ERROR = 'error' export const VALIDATION_RULES_SEVERITY_LEVEL_WARNING = 'warning' @@ -40,14 +46,15 @@ export interface ValidationRulesSeverity { brokenRefs: ValidationRulesSeverityLevel } -export interface BuildConfig { +// todo remove +export interface BuildConfig extends BuildConfigBase { packageId: PackageId version: VersionId // @revision for rebuild status: VersionStatus previousVersion?: VersionId previousVersionPackageId?: PackageId - buildType?: BuildType + buildType: BuildType currentGroup?: string previousGroup?: string @@ -60,9 +67,132 @@ export interface BuildConfig { metadata?: Record format?: OperationsGroupExportFormat + // todo since it goes straight to the info.json, remove it from every buildconfig except the one that is 'build' validationRulesSeverity?: ValidationRulesSeverity + operationsSpecTransformation?: OperationsSpecTransformation +} + +// todo rename +export interface BuildConfigBase { +// export interface BuildConfig { + buildType: BuildType +} + +export function isPublishBuildConfig(config: BuildConfigBase): config is PublishBuildConfig { + return config.buildType === BUILD_TYPE.BUILD +} + +export interface PublishBuildConfig extends BuildConfigBase { + buildType: typeof BUILD_TYPE.BUILD + version: VersionId // @revision for rebuild + previousVersion?: VersionId + previousVersionPackageId?: PackageId + status: VersionStatus + versionLabels?: string[] + refs?: BuildConfigRef[] + files?: BuildConfigFile[] + + metadata?: Record } +export interface ExportVersionBuildConfig extends BuildConfigBase { + buildType: typeof BUILD_TYPE.EXPORT_VERSION + packageId: PackageId + version: VersionId // @revision for rebuild + format: OperationsGroupExportFormat + allowedOasExtensions?: OpenApiExtensionKey[] +} + +export interface ExportRestDocumentBuildConfig extends BuildConfigBase { + buildType: typeof BUILD_TYPE.EXPORT_REST_DOCUMENT + packageId: PackageId + version: VersionId // @revision for rebuild + documentId: string + // apiType?: OperationsApiType //todo Document transformation is available only for apiType = REST + format: OperationsGroupExportFormat + allowedOasExtensions?: OpenApiExtensionKey[] +} + +export interface ExportRestOperationsGroupBuildConfig extends BuildConfigBase { + buildType: typeof BUILD_TYPE.EXPORT_REST_OPERATIONS_GROUP + packageId: PackageId + version: VersionId // @revision for rebuild + // apiType?: OperationsApiType //todo Document transformation is available only for apiType = REST + groupName: string + operationsSpecTransformation: OperationsSpecTransformation + format: OperationsGroupExportFormat + allowedOasExtensions?: OpenApiExtensionKey[] +} + +// deprecated +export interface ReducedSourceSpecificationsBuildConfig extends BuildConfigBase { + buildType: typeof BUILD_TYPE.REDUCED_SOURCE_SPECIFICATIONS + packageId: PackageId + version: VersionId // @revision for rebuild + groupName: string + format: OperationsGroupExportFormat + // allowedOasExtensions?: OpenApiExtensionKey[] + apiType?: OperationsApiType +} + +// deprecated +export interface MergedSpecificationBuildConfig extends BuildConfigBase { + buildType: typeof BUILD_TYPE.MERGED_SPECIFICATION + packageId: PackageId + version: VersionId // @revision for rebuild + groupName: string + format: OperationsGroupExportFormat + // allowedOasExtensions?: OpenApiExtensionKey[] + apiType?: OperationsApiType +} + +// todo +export interface ChangelogBuildConfig extends BuildConfigBase { + buildType: typeof BUILD_TYPE.CHANGELOG + packageId: PackageId + version: VersionId // @revision for rebuild + status: VersionStatus + previousVersion?: VersionId + previousVersionPackageId?: PackageId + + format: OperationsGroupExportFormat + // allowedOasExtensions?: OpenApiExtensionKey[] + apiType?: OperationsApiType +} +// todo +export interface PrefixGroupsChangelogBuildConfig extends BuildConfigBase { + buildType: typeof BUILD_TYPE.PREFIX_GROUPS_CHANGELOG + packageId: PackageId + version: VersionId // @revision for rebuild + status: VersionStatus + previousVersion?: VersionId + previousVersionPackageId?: PackageId + currentGroup?: string + previousGroup?: string + + format: OperationsGroupExportFormat + // allowedOasExtensions?: OpenApiExtensionKey[] + apiType?: OperationsApiType +} + +// todo rename +export type BuildConfigAggregator = + | PublishBuildConfig + | ExportVersionBuildConfig + | ExportRestDocumentBuildConfig + | ExportRestOperationsGroupBuildConfig + | ReducedSourceSpecificationsBuildConfig + | MergedSpecificationBuildConfig + | ChangelogBuildConfig + | PrefixGroupsChangelogBuildConfig + +export const TRANSFORMATION_KIND_REDUCED = 'reducedSourceSpecifications' +export const TRANSFORMATION_KIND_MERGED = 'mergedSpecification' + +export type OperationsSpecTransformation = + | typeof TRANSFORMATION_KIND_REDUCED + | typeof TRANSFORMATION_KIND_MERGED + export interface BuildConfigFile { fileId: FileId slug?: string // for rebuild diff --git a/src/types/external/documents.ts b/src/types/external/documents.ts index 29f0c59..1adb9fd 100644 --- a/src/types/external/documents.ts +++ b/src/types/external/documents.ts @@ -14,28 +14,63 @@ * limitations under the License. */ -import { OperationsApiType, PackageId, VersionId } from './types' +import { FileId, OperationsApiType, PackageId, TemplatePath, VersionId } from './types' +import { ResolvedReferenceMap } from './references' +import { FileFormat } from '../internal' + +export type ResolvedDocument = { + fileId: string + filename: string + slug: string + type: string + format: FileFormat + title: string + version?: string + labels?: Labels +} export type VersionDocumentsResolver = ( + version: VersionId, + packageId: PackageId, + apiType?: OperationsApiType, +) => Promise + +export type ResolvedVersionDocuments = { + documents: ReadonlyArray + packages: ResolvedReferenceMap +} + +export type ResolvedVersionDocument = ResolvedDocument & { + packageRef?: string +} + +export type Labels = string[] + +export type GroupDocumentsResolver = ( apiType: OperationsApiType, version: VersionId, packageId: PackageId, filterByOperationGroup: string, -) => Promise +) => Promise -export type ResolvedDocuments = { - documents: ReadonlyArray +export type ResolvedGroupDocuments = { + documents: ReadonlyArray + packages: ResolvedReferenceMap } -export type ResolvedDocument = { - fileId: string - filename: string - slug: string - type: string - format: string - title: string - version?: string - labels: string[] +export type ResolvedGroupDocument = ResolvedDocument & { includedOperationIds?: string[] data?: string + packageRef?: string + description: string } + +export type RawDocumentResolver = ( + version: VersionId, + packageId: PackageId, + slug: string, +) => Promise + +export type FileResolver = (fileId: FileId) => Promise + +export type TemplateResolver = (templatePath: TemplatePath) => Promise diff --git a/src/types/external/index.ts b/src/types/external/index.ts index 3f9dca4..50d0cd2 100644 --- a/src/types/external/index.ts +++ b/src/types/external/index.ts @@ -19,6 +19,7 @@ export * from './config' export * from './deprecated' export * from './documents' export * from './operations' +export * from './package' export * from './references' export * from './resolvers' export * from './types' diff --git a/src/types/external/package.ts b/src/types/external/package.ts new file mode 100644 index 0000000..6bda163 --- /dev/null +++ b/src/types/external/package.ts @@ -0,0 +1,29 @@ +/** + * Copyright 2024-2025 NetCracker Technology Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { PackageId } from './types' + +export type PackageResolver = ( + packageId: PackageId, +) => Promise + +export type ResolvedPackage = { + packageId: string + name: string + + // other params (not used in builder logic) + [key: string]: unknown +} diff --git a/src/types/external/references.ts b/src/types/external/references.ts index e2e7a4a..9a78a8c 100644 --- a/src/types/external/references.ts +++ b/src/types/external/references.ts @@ -15,6 +15,7 @@ */ import { PackageId, VersionId } from './types' +import { VersionStatus } from './config' export type VersionReferencesResolver = ( version: VersionId, @@ -32,22 +33,23 @@ export interface ResolvedReferences { packages: ResolvedReferenceMap } -export type ResolvedReferenceMap = Record +export type ResolvedReferenceMap = Record -export interface ResolvedReference { +export interface ReferencedPackage { refId: string + kind: ReferencedPackageKind + name: string version: string - versionRevision: number - parentRefId?: string - parentRefVersion?: string - excluded?: boolean + status: VersionStatus + parentPackages?: string[] deletedAt?: string + deletedBy?: string + notLatestRevision?: string +} - // other params - // [key: string]: unknown +export const KIND_PACKAGE = 'package' +export const KIND_DASHBOARD = 'dashboard' - // name: string - // status: 'draft' | 'release' | 'release candidate' | 'deprecated' | 'archived' - // kind?: 'package' | 'dashboard' - // parents?: unknown[] -} +export type ReferencedPackageKind = + | typeof KIND_PACKAGE + | typeof KIND_DASHBOARD diff --git a/src/types/external/resolvers.ts b/src/types/external/resolvers.ts index 1d7165a..2a96c77 100644 --- a/src/types/external/resolvers.ts +++ b/src/types/external/resolvers.ts @@ -16,22 +16,30 @@ import { VersionComparisonResolver } from './comparison' import { VersionDeprecatedResolver } from './deprecated' -import { VersionDocumentsResolver } from './documents' +import { + FileResolver, + GroupDocumentsResolver, + RawDocumentResolver, + TemplateResolver, + VersionDocumentsResolver, +} from './documents' import { VersionOperationsResolver } from './operations' import { VersionReferencesResolver } from './references' import { VersionResolver } from './version' -import { FileId } from './types' -import { TemplateResolver } from '../internal' - -export type FileResolver = (fileId: FileId) => Promise +import { GroupExportTemplateResolver } from '../internal' +import { PackageResolver } from './package' export interface BuilderResolvers { fileResolver: FileResolver + packageResolver?: PackageResolver versionResolver?: VersionResolver versionOperationsResolver?: VersionOperationsResolver versionReferencesResolver?: VersionReferencesResolver versionDeprecatedResolver?: VersionDeprecatedResolver versionComparisonResolver?: VersionComparisonResolver + groupDocumentsResolver?: GroupDocumentsResolver versionDocumentsResolver?: VersionDocumentsResolver + rawDocumentResolver?: RawDocumentResolver + groupExportTemplateResolver?: GroupExportTemplateResolver templateResolver?: TemplateResolver } diff --git a/src/types/external/types.ts b/src/types/external/types.ts index 628fc4d..2a27738 100644 --- a/src/types/external/types.ts +++ b/src/types/external/types.ts @@ -19,5 +19,6 @@ export type KeyOfConstType = T[keyof T] export type OperationsApiType = 'rest' | 'graphql' export type PackageId = string export type FileId = string +export type TemplatePath = string export type VersionId = string | `${string}@${number}` export type OperationId = string diff --git a/src/types/internal/apiBuilder.ts b/src/types/internal/apiBuilder.ts index 02dba65..f17eba7 100644 --- a/src/types/internal/apiBuilder.ts +++ b/src/types/internal/apiBuilder.ts @@ -18,25 +18,30 @@ import { BuildConfig, BuildConfigFile, BuildConfigRef, + FileId, + GroupDocumentsResolver, + OperationId, OperationsApiType, OperationsGroupExportFormat, PackageId, ResolvedOperation, + TemplatePath, VersionDeprecatedResolver, VersionDocumentsResolver, VersionId, } from '../external' import { CompareContext, OperationChanges } from './compare' import { BuilderConfiguration, BuilderRunOptions, VersionCache } from './builder' -import { VersionDocument } from './documents' +import { VersionDocument, ZippableDocument } from './documents' import { NotificationMessage } from '../package/notifications' import { RestOperationData } from '../../apitypes/rest/rest.types' import { GRAPHQL_API_TYPE, REST_API_TYPE, TEXT_API_TYPE, UNKNOWN_API_TYPE } from '../../apitypes' import { ChangeMessage } from '../package' -import { File, TextFile } from './internal' +import { SourceFile, TextFile } from './internal' import { ApiOperation } from './operation' import { Diff } from '@netcracker/qubership-apihub-api-diff' import { DebugPerformanceContext } from '../../utils/logs' +import { ResolvedPackage } from '../external/package' export type BuilderType = | typeof REST_API_TYPE @@ -50,22 +55,32 @@ export interface BuilderContext { versionDeprecatedResolver: VersionDeprecatedResolver basePath: string parsedFileResolver: _ParsedFileResolver + templateResolver: _TemplateResolver + packageResolver: _PackageResolver notifications: NotificationMessage[] config: BuildConfig builderRunOptions: BuilderRunOptions configuration?: BuilderConfiguration versionDocumentsResolver: VersionDocumentsResolver - templateResolver?: TemplateResolver + groupDocumentsResolver: GroupDocumentsResolver + groupExportTemplateResolver?: GroupExportTemplateResolver + rawDocumentResolver: _RawDocumentResolver versionLabels?: Array } -export type TemplateResolver = ( +export type GroupExportTemplateResolver = ( apiType: OperationsApiType, version: VersionId, packageId: PackageId, filterByOperationGroup: string, ) => Promise +export type _RawDocumentResolver = ( + version: VersionId, + packageId: PackageId, + slug: string, +) => Promise + export interface CompareOperationsPairContext { notifications: NotificationMessage[] versionDeprecatedResolver: VersionDeprecatedResolver @@ -77,10 +92,10 @@ export interface CompareOperationsPairContext { export type NormalizedOperationId = string -export type FileParser = (fileId: string, data: Blob) => Promise +export type FileParser = (fileId: string, data: Blob) => Promise export type DocumentBuilder = (parsedFile: TextFile, file: BuildConfigFile, ctx: BuilderContext) => Promise> export type OperationsBuilder = (document: VersionDocument, ctx: BuilderContext, debugCtx?: DebugPerformanceContext) => Promise[]> -export type DocumentDumper = (document: VersionDocument, format?: OperationsGroupExportFormat) => Blob +export type DocumentDumper = (document: ZippableDocument, format?: OperationsGroupExportFormat) => Blob export type OperationDataCompare = (current: T, previous: T, ctx: CompareOperationsPairContext) => Promise export type OperationChangesValidator = ( changes: ChangeMessage, // + ctx with internal resolvers @@ -103,8 +118,10 @@ export interface ApiBuilder { } // internal +export type _PackageResolver = (packageId: PackageId) => Promise export type _VersionResolver = (packageId: PackageId, version: VersionId) => Promise export type _VersionReferencesResolver = (packageId: PackageId, version: VersionId) => Promise -export type _ParsedFileResolver = (fileId: string) => Promise -export type _OperationResolver = (operationId: string) => ResolvedOperation | null +export type _ParsedFileResolver = (fileId: FileId) => Promise +export type _TemplateResolver = (templatePath: TemplatePath) => Promise +export type _OperationResolver = (operationId: OperationId) => ResolvedOperation | null diff --git a/src/types/internal/builder.ts b/src/types/internal/builder.ts index 48ebc1a..206ef60 100644 --- a/src/types/internal/builder.ts +++ b/src/types/internal/builder.ts @@ -18,8 +18,8 @@ import { BuildConfig, BuilderResolvers, FileId, PackageId, ResolvedVersion, Vers import { VersionsComparison, VersionsComparisonDto } from './compare' import { PackageConfig } from '../package/config' import { NotificationMessage } from '../package/notifications' -import { VersionDocument } from './documents' -import { File } from './internal' +import { VersionDocument, ZippableDocument } from './documents' +import { SourceFile } from './internal' import { ApiOperation } from './operation' export type VersionCache = ResolvedVersion & { @@ -32,6 +32,7 @@ export interface BuildResultDto { comparisons: VersionsComparisonDto[] notifications: NotificationMessage[] documents: Map + exportDocuments: ZippableDocument[] operations: Map merged?: VersionDocument } @@ -41,6 +42,8 @@ export interface BuildResult { comparisons: VersionsComparison[] notifications: NotificationMessage[] documents: Map + exportDocuments: ZippableDocument[] + exportFileName?: string operations: Map merged?: VersionDocument } @@ -59,7 +62,7 @@ export interface IPackageVersionBuilder { readonly config: BuildConfig readonly params: BuilderParams - readonly parsedFiles: Map + readonly parsedFiles: Map readonly versionsCache: Map run: (options?: BuilderRunOptions) => Promise diff --git a/src/types/internal/documents.ts b/src/types/internal/documents.ts index 56fda72..6b467a0 100644 --- a/src/types/internal/documents.ts +++ b/src/types/internal/documents.ts @@ -21,18 +21,26 @@ export interface VersionDocuments { documents: VersionDocument[] } -export interface VersionDocument { +export interface ZippableDocument { fileId: FileId type: string - format: string data: T + description: string + source?: Blob + + filename: string + publish?: boolean +} + +// todo is there's a need to convert everything to VersionDocument, even if it is for export? (looks like yes cos buildBinaryDocument and buildUnknownDocument already use it) (nope) +export interface VersionDocument extends ZippableDocument { + format: FileFormat slug: string title: string description: string version?: string filename: string dependencies: string[] - //TODO: Rename to operationIds in future operationIds: OperationId[] metadata: Record errors?: number diff --git a/src/types/internal/internal.ts b/src/types/internal/internal.ts index 56dc909..8517356 100644 --- a/src/types/internal/internal.ts +++ b/src/types/internal/internal.ts @@ -17,7 +17,7 @@ import { PackageId, VersionId } from '../external' import { ErrorObject } from 'ajv' -import { VersionDocument } from './documents' +import { FileFormat, VersionDocument } from './documents' export const FILE_KIND = { BINARY: 'binary', @@ -27,7 +27,7 @@ export const FILE_KIND = { interface FileBase { fileId: string type: string - format: string + format: FileFormat source: Blob } @@ -41,7 +41,7 @@ export interface BinaryFile extends FileBase { kind: typeof FILE_KIND.BINARY } -export type File = TextFile | BinaryFile +export type SourceFile = TextFile | BinaryFile export interface VersionFiles { files: T[] diff --git a/src/types/internal/strategy.ts b/src/types/internal/strategy.ts index 98302d7..fe9908d 100644 --- a/src/types/internal/strategy.ts +++ b/src/types/internal/strategy.ts @@ -15,19 +15,19 @@ */ import { BuildResult } from './builder' -import { BuildConfig } from '../external' +import { BuildConfig, BuildConfigBase } from '../external' import { BuilderContext } from './apiBuilder' import { CompareContext } from './compare' import { DebugPerformanceContext } from '../../utils/logs' export type BuildTypeContexts = { - builderContext: (config: BuildConfig) => BuilderContext + builderContext: (config: BuildConfigBase) => BuilderContext compareContext: (config: BuildConfig) => CompareContext } export interface BuilderStrategy { execute( - config: BuildConfig, + config: BuildConfigBase, buildResult: BuildResult, contexts: BuildTypeContexts, debugContext?: DebugPerformanceContext, diff --git a/src/types/package/config.ts b/src/types/package/config.ts index 2f0249b..2fed022 100644 --- a/src/types/package/config.ts +++ b/src/types/package/config.ts @@ -14,8 +14,11 @@ * limitations under the License. */ -import { BuildConfigRef, BuildType, PackageId, VersionId } from '../external' +import { BuildConfigRef, BuildType, OperationsGroupExportFormat, PackageId, VersionId } from '../external' + +//todo this is info.json, add format and other missing fields +// /portal/packages/NC.CP.AH.RS/2025.1/operations/rest/api-v3-packages-packageid-publish-publishid-status-post?mode=raw#/ export interface PackageConfig { packageId: PackageId version: VersionId @@ -27,4 +30,6 @@ export interface PackageConfig { refs?: BuildConfigRef[] metadata?: Record + // todo + format?: OperationsGroupExportFormat } diff --git a/src/utils/document.ts b/src/utils/document.ts index b5d5f3b..8183856 100644 --- a/src/utils/document.ts +++ b/src/utils/document.ts @@ -27,7 +27,7 @@ import { JSON_EXPORT_GROUP_FORMAT, OperationsGroupExportFormat, PackageDocument, - ResolvedDocument, + ResolvedGroupDocument, VALIDATION_RULES_SEVERITY_LEVEL_ERROR, VersionDocument, YAML_EXPORT_GROUP_FORMAT, @@ -38,13 +38,13 @@ import { isNotEmpty } from './arrays' import { PATH_PARAM_UNIFIED_PLACEHOLDER } from './builder' import { RefErrorType, RefErrorTypes } from '@netcracker/qubership-apihub-api-unifier' -export const EXPORT_FORMAT_TO_FILE_FORMAT = new Map([ +export const EXPORT_FORMAT_TO_FILE_FORMAT = new Map([ [YAML_EXPORT_GROUP_FORMAT, FILE_FORMAT_YAML], [JSON_EXPORT_GROUP_FORMAT, FILE_FORMAT_JSON], [HTML_EXPORT_GROUP_FORMAT, FILE_FORMAT_JSON], ]) -export function toVersionDocument(document: ResolvedDocument, fileFormat: FileFormat): VersionDocument { +export function toVersionDocument(document: ResolvedGroupDocument, fileFormat: FileFormat): VersionDocument { return { data: document.data, version: document.version, diff --git a/src/utils/export.ts b/src/utils/export.ts new file mode 100644 index 0000000..4088090 --- /dev/null +++ b/src/utils/export.ts @@ -0,0 +1,101 @@ +/** + * Copyright 2024-2025 NetCracker Technology Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import { _TemplateResolver, ZippableDocument } from '../types' +import { UNKNOWN_API_TYPE } from '../apitypes' +import { getDocumentTitle } from './document' + +export async function createCommonStaticExportDocuments(packageName: string, version: string, templateResolver: _TemplateResolver, backLinkFilename: string = 'index.html'): Promise { + return [ + createExportDocument('ls.html', await generateLegalStatementPage(packageName, version, await templateResolver('ls.html'), backLinkFilename)), + createExportDocument('resources/corporatelogo.png', await templateResolver('resources/corporatelogo.png')), + createExportDocument('resources/styles.css', await templateResolver('resources/styles.css')), + ] +} + +export function createExportDocument(fileId: string, source: Blob): ZippableDocument { + return { + fileId: fileId, + type: UNKNOWN_API_TYPE, + data: '', + description: '', + publish: true, + filename: fileId, + source: source, + } +} + +export async function generateLegalStatementPage(packageName: string, version: string, legalStatement: Blob, backLinkFilename: string): Promise { + const filled = (await legalStatement.text()) + .replaceAll('{{packageName}}', packageName) + .replaceAll('{{version}}', version) + .replace('{{backLinkFilename}}', backLinkFilename) + return new Blob([filled]) +} + +export async function generateHtmlPage(document: string, fileTitle: string, packageName: string, version: string, templateResolver: _TemplateResolver, addBackLink: boolean = false): Promise { + const template = await (await templateResolver('page.html')).text() + const apispecViewScript = await (await templateResolver('scripts/apispec-view.js')).text() + const breadcrumbs = addBackLink ? `` : '' + const filled = template + .replace('{{fileTitle}}', fileTitle) + // arrow function disables replacement patterns like $& + .replace('{{apispecViewScript}}', () => apispecViewScript) + .replaceAll('{{packageName}}', packageName) + .replaceAll('{{version}}', version) + .replace('{{breadcrumbs}}', breadcrumbs) + .replace('{{spec}}', escapeHTML(document)) + return new Blob([filled]) +} + +function escapeHTML(str: string): string { + return str + .replace(/&/g, '&') + .replace(/'/g, ''') + .replace(//g, '>') + .replace(/"/g, '"') +} + +async function generateReadmeParts(templateResolver: _TemplateResolver, readme?: string): Promise<[string, string]> { + if (!readme) { + return ['', ''] + } + const markdownIt = await (await templateResolver('scripts/markdown-it.min.js')).text() + const readmeHtml = `
\n
\n
\n
\n ` + return [readmeHtml, ``] +} + +export async function generateIndexHtmlPage(packageName: string, version: string, generatedHtmlExportDocuments: ZippableDocument[], templateResolver: _TemplateResolver, readme?: string): Promise { + const template = await (await templateResolver('index.html')).text() + const htmlList = generatedHtmlExportDocuments.reduce( + (acc, { filename }) => acc.concat(`
  • ${getDocumentTitle(filename)}
  • \n`), + '', + ) + + const [readmeHtml, markdownItScript] = await generateReadmeParts(templateResolver, readme) + + const filled = template + .replaceAll('{{packageName}}', packageName) + .replaceAll('{{version}}', version) + .replace('{{markdownItScript}}', markdownItScript) + .replace('{{readmeHtml}}', readmeHtml) + .replace('{{htmlList}}', htmlList) + return new Blob([filled]) +} + +export function createSingleFileExportName(packageId: string, version: string, documentTitle: string, format: string): string { + return `${packageId}_${version}_${documentTitle}.${format}` +} diff --git a/src/utils/removeOasExtensions.ts b/src/utils/removeOasExtensions.ts new file mode 100644 index 0000000..1a0bd5b --- /dev/null +++ b/src/utils/removeOasExtensions.ts @@ -0,0 +1,31 @@ +/** + * Copyright 2024-2025 NetCracker Technology Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { OpenAPIV3 } from 'openapi-types' +import { normalize, OpenApiExtensionKey } from '@netcracker/qubership-apihub-api-unifier' +import { isArray } from '@netcracker/qubership-apihub-json-crawl' + +export const removeOasExtensions = (document: OpenAPIV3.Document, allowedOasExtensions?: OpenApiExtensionKey[]): OpenAPIV3.Document => { + return normalize( + document, + { + resolveRef: false, + mergeAllOf: false, + removeOasExtensions: isArray(allowedOasExtensions), + shouldRemoveOasExtension: (key) => !allowedOasExtensions?.includes(key), + }, + ) as OpenAPIV3.Document +} diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..eed2a60 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,36 @@ + + + + + {{packageName}} + + {{markdownItScript}} + + +
    + +
    +

    {{packageName}}

    +

    Version: {{version}}

    +
    +
    +
    + {{readmeHtml}} +
    +
    Table of contents
    +
      +{{htmlList}} +
    +
    + +
    + + diff --git a/templates/ls.html b/templates/ls.html new file mode 100644 index 0000000..f7609b8 --- /dev/null +++ b/templates/ls.html @@ -0,0 +1,50 @@ + + + + + + + Legal Statement + + + +
    + +
    +

    {{packageName}}

    +

    Version: {{version}}

    +
    +
    + +
    + +
    +
    Legal Statement
    + +

    + qubership-apihub +

    +
    + +
    + + diff --git a/templates/page.html b/templates/page.html new file mode 100644 index 0000000..4103fe1 --- /dev/null +++ b/templates/page.html @@ -0,0 +1,40 @@ + + + + + {{fileTitle}} + + + + + +
    + +
    +

    {{packageName}}

    +

    Version: {{version}}

    +
    +
    + +
    + {{breadcrumbs}} +
    + +
    + +
    + + diff --git a/templates/resources/corporatelogo.png b/templates/resources/corporatelogo.png new file mode 100644 index 0000000..c31e7ec Binary files /dev/null and b/templates/resources/corporatelogo.png differ diff --git a/templates/resources/styles.css b/templates/resources/styles.css new file mode 100644 index 0000000..8a3e92f --- /dev/null +++ b/templates/resources/styles.css @@ -0,0 +1,103 @@ +/** + * Copyright 2024-2025 NetCracker Technology Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + + +body { + background-color: rgb(245, 245, 250); + font-family: Arial, Helvetica, sans-serif; +} + +a { + text-decoration: none; + color:#000000; +} +a:hover { + color: #0063ce; +} + +.header { + display: flex; + justify-content: space-between; + align-items: center; + padding: 0 10px; +} + +.header__logo { + height: 50px; +} + +.header__info { + text-align: left; +} + +.page { + padding: 0 10px; +} + +.breadcrumbs { + padding: 10px 10px; +} + +.content { + padding: 10px; + border-radius: 10px; +} + +.footer { + display: flex; + justify-content: space-between; + color: #000000; + margin-top: 10px; + padding: 0 10px; +} + +.footer__statement { + +} + +.footer__legal { + margin-left: auto; + text-align: right; + font-size: 10pt; +} + +.card { + background-color: rgb(255, 255, 255); + box-shadow: rgb(4 11 23 / 4%) 0px 1px 5px, rgb(0 0 0 / 6%) 0px 5px 25px, rgb(0 0 0 / 9%) 0px 0px 2px; +} + +.card__title { + font-size: 18pt; +} + +.card__text { + padding: 5px 0; + font-size: 12pt; +} + +.card__list { + list-style-type: circle; +} + +.card__list li{ + font-size: 13pt; +} + +table, th, td { + border-collapse: collapse; + border: 1px solid hsla(210,18%,87%,1); + padding: 5px; +} diff --git a/templates/scripts/apispec-view.js b/templates/scripts/apispec-view.js new file mode 100644 index 0000000..2123267 --- /dev/null +++ b/templates/scripts/apispec-view.js @@ -0,0 +1,2 @@ +/*! For license information please see index.js.LICENSE.txt */ +(()=>{var A,e,t={99195:(A,e,t)=>{"use strict";t.r(e),t.d(e,{Ono:()=>d,default:()=>w,ono:()=>E});const n=!1,r=/\r?\n/,o=/\bono[ @]/;function i(A,e){let t=a(A.stack),n=e?e.stack:void 0;return t&&n?t+"\n\n"+n:t||n}function a(A){if(A){let e,t=A.split(r);for(let A=0;A0)return t.join("\n")}return A}const s=["function","symbol","undefined"],l=["constructor","prototype","__proto__"],c=Object.getPrototypeOf({});function g(){let A={},e=this;for(let t of B(e))if("string"==typeof t){let n=e[t],r=typeof n;s.includes(r)||(A[t]=n)}return A}function B(A,e=[]){let t=[];for(;A&&A!==c;)t=t.concat(Object.getOwnPropertyNames(A),Object.getOwnPropertySymbols(A)),A=Object.getPrototypeOf(A);let n=new Set(t);for(let A of e.concat(l))n.delete(A);return n}const u=["name","message","stack"];function p(A,e,t){let r=A;return function(A,e){let t=Object.getOwnPropertyDescriptor(A,"stack");!function(A){return Boolean(A&&A.configurable&&"function"==typeof A.get)}(t)?function(A){return Boolean(!A||A.writable||"function"==typeof A.set)}(t)&&(A.stack=i(A,e)):function(A,e,t){t?Object.defineProperty(e,"stack",{get:()=>i({stack:A.get.apply(e)},t),enumerable:!1,configurable:!0}):function(A,e){Object.defineProperty(A,"stack",{get:()=>a(e.get.apply(A)),enumerable:!1,configurable:!0})}(e,A)}(t,A,e)}(r,e),e&&"object"==typeof e&&function(A,e){let t=B(e,u),n=A,r=e;for(let A of t)if(void 0===n[A])try{n[A]=r[A]}catch(A){}}(r,e),r.toJSON=g,n&&n(r),t&&"object"==typeof t&&Object.assign(r,t),r}const d=f;function f(A,e){function t(...t){let{originalError:n,props:r,message:o}=function(A,e){let t,n,r,o="";return"string"==typeof A[0]?r=A:"string"==typeof A[1]?(A[0]instanceof Error?t=A[0]:n=A[0],r=A.slice(1)):(t=A[0],n=A[1],r=A.slice(2)),r.length>0&&(o=e.format?e.format.apply(void 0,r):r.join(" ")),e.concatMessages&&t&&t.message&&(o+=(o?" \n":"")+t.message),{originalError:t,props:n,message:o}}(t,e);return p(new A(o),n,r)}return e=function(A){return{concatMessages:void 0===(A=A||{}).concatMessages||Boolean(A.concatMessages),format:void 0!==A.format&&("function"==typeof A.format&&A.format)}}(e),t[Symbol.species]=A,t}f.toJSON=function(A){return g.call(A)},f.extend=function(A,e,t){return t||e instanceof Error?p(A,e,t):e?p(A,void 0,e):p(A)};const E=m;m.error=new d(Error),m.eval=new d(EvalError),m.range=new d(RangeError),m.reference=new d(ReferenceError),m.syntax=new d(SyntaxError),m.type=new d(TypeError),m.uri=new d(URIError);const h=m;function m(...A){let e=A[0];if("object"==typeof e&&"string"==typeof e.name)for(let t of Object.values(h))if("function"==typeof t&&"ono"===t.name){let n=t[Symbol.species];if(n&&n!==Error&&(e instanceof n||e.name===n.name))return t.apply(void 0,A)}return m.error.apply(void 0,A)}t(43335),A=t.hmd(A);const w=E;"object"==typeof A.exports&&(A.exports=Object.assign(A.exports.default,A.exports))},7288:(A,e,t)=>{"use strict";var n=t(2784),r=n.useState,o=n.useCallback,i=n.useLayoutEffect;function a(A){return A?{width:A.offsetWidth,height:A.offsetHeight}:{width:0,height:0}}A.exports=function(A){var e=r(a(A?A.current:{})),t=e[0],n=e[1],s=o((function(){A.current&&n(a(A.current))}),[A]);return i((function(){if(A.current){if(s(),"function"==typeof ResizeObserver){var e=new ResizeObserver((function(){s()}));return e.observe(A.current),function(){e.disconnect(A.current),e=null}}return window.addEventListener("resize",s),function(){window.removeEventListener("resize",s)}}}),[A.current]),t}},65907:(A,e,t)=>{"use strict";t.d(e,{R:()=>o});var n=t(37392),r={};function o(){return(0,n.KV)()?t.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:r}},37392:(A,e,t)=>{"use strict";t.d(e,{KV:()=>r,l$:()=>o}),A=t.hmd(A);var n=t(34406);function r(){return"[object process]"===Object.prototype.toString.call(void 0!==n?n:0)}function o(A,e){return A.require(e)}},7790:(A,e,t)=>{"use strict";t.d(e,{ph:()=>l,yW:()=>s});var n=t(65907),r=t(37392);A=t.hmd(A);var o={nowSeconds:function(){return Date.now()/1e3}},i=(0,r.KV)()?function(){try{return(0,r.l$)(A,"perf_hooks").performance}catch(A){return}}():function(){var A=(0,n.R)().performance;if(A&&A.now)return{now:function(){return A.now()},timeOrigin:Date.now()-A.now()}}(),a=void 0===i?o:{nowSeconds:function(){return(i.timeOrigin+i.now())/1e3}},s=o.nowSeconds.bind(o),l=a.nowSeconds.bind(a);!function(){var A=(0,n.R)().performance;if(A&&A.now){var e=36e5,t=A.now(),r=Date.now(),o=A.timeOrigin?Math.abs(A.timeOrigin+t-r):e,i=o{"use strict";var n=t(60417),r=t(93503),o=t(73198),i=t(19003),a=t(35676),s=t(68632),l=t(30898),c=t(74186),g=t(18149),B=t(97030),u=t(78911),p=t(13888),d=t(829),f=t(59756),E=t(75652),h=t(49599),m=t(67304),w=(A,...e)=>m.apply(null,[A].concat(a(e))),Q=A=>I(Z,A),C=A=>I(X,A),I=(A,e)=>-1!==A.indexOf(e),y=A=>!j(A).length&&!1!==A&&!0!==A,M=A=>B(A)||!0===A||!1===A,v=A=>!1===A,F=A=>!0===A,Y=A=>null!==A,b=(A,e,t)=>t(A),D=A=>d(E(s(A))),x=A=>void 0!==A,k=A=>E(s(A.map(j))),G=function(A){return A in this},U=A=>A[0],T=A=>A[A.length-1],R=A=>Math.max.apply(Math,A),H=A=>Math.min.apply(Math,A);function N(A){let{allOf:e,...t}=A;return t=B(A)?t:A,Array.isArray(e)?AA.some(G,t)?[t,...e.filter(Y).map(N),p(t,AA)]:[t,...e.filter(Y).map(N)]:[t]}function S(A,e){return A.map((A=>A&&A[e]))}function P(A,e){return A.map((function(A){if(A){if(!Array.isArray(A.items))return A.items;var t=A.items[e];return M(t)?t:A.hasOwnProperty("additionalItems")?A.additionalItems:void 0}}))}function j(A){return B(A)||Array.isArray(A)?Object.keys(A):[]}function J(A,e){if(e=e||[],!A.length)return e;var t=A.slice(0).shift(),n=A.slice(1);return e.length?J(n,a(e.map((A=>t.map((e=>[e].concat(A))))))):J(n,t.map((A=>A)))}function V(A,e){var t;try{t=A.map((function(A){return JSON.stringify(A,null,2)})).join("\n")}catch(e){t=A.join(", ")}throw new Error('Could not resolve values for path:"'+e.join(".")+'". They are probably incompatible. Values: \n'+t)}function O(A,e,t){return function(n,r){if(void 0===r)throw new Error("You need to call merger with a key for the property name or index if array.");return r=String(r),A(n,null,t.concat(e,r))}}function W(A,e,t,n,o,i){if(A.length){var a=o.resolvers[e];if(!a)throw new Error("No resolver found for "+e);var s=h(t.map((function(e){return A.reduce((function(A,t){return void 0!==e[t]&&(A[t]=e[t]),A}),{})})).filter(x),r),l=("properties"===e?Z:X).reduce((function(A,e){return I(q,e)?A[e]=O(n,e,i):A[e]=function(A){return n(A,null,i.concat(e))},A}),{});"items"===e&&(l.itemsArray=O(n,"items",i),l.items=function(A){return n(A,null,i.concat("items"))});var c=a(s,i.concat(e),l,o);return B(c)||V(s,i.concat(e)),function(A){for(var e in A)A.hasOwnProperty(e)&&y(A[e])&&delete A[e];return A}(c)}}function z(A,e,t){var n=k(t||A),o=t?P:S;return n.reduce((function(t,n){var i=o(A,n),a=h(i.filter(x),r);return t[n]=e(a,n),t}),t?[]:{})}function L(A){return{required:A}}function K(A){return{$ref:A}}var Z=["properties","patternProperties","additionalProperties"],X=["items","additionalItems"],q=["properties","patternProperties","definitions","dependencies"],_=["anyOf","oneOf"],$=["additionalProperties","additionalItems","contains","propertyNames","not","items"],AA=["title","description"],eA={object:[...Z,"required"],array:[...X,"contains","uniqueItems","minContains","maxContains"],number:["multipleOf","minimum","maximum","exclusiveMinimum","exclusiveMaximum"],get integer(){return this.number},string:["pattern","minLength","maxLength"]},tA={type(A){if(A.some(Array.isArray)){var e=A.map((function(A){return Array.isArray(A)?A:[A]})),t=l.apply(null,e);if(1===t.length)return t[0];if(t.length>1)return E(t)}},properties(A,e,t,n){n.ignoreAdditionalProperties||(A.forEach((function(e){var n=A.filter((A=>A!==e)),r=j(e.properties),o=j(e.patternProperties).map((A=>new RegExp(A)));n.forEach((function(A){var n=j(A.properties),i=n.filter((A=>o.some((e=>e.test(A))))),a=w(n,r,i);A.properties=Object.assign({},A.properties),a.forEach((function(n){A.properties[n]=t.properties([A.properties[n],e.additionalProperties],n)}))}))})),A.forEach((function(e){var t=A.filter((A=>A!==e)),n=j(e.patternProperties);!1===e.additionalProperties&&t.forEach((function(A){A.patternProperties=Object.assign({},A.patternProperties);var e=j(A.patternProperties);w(e,n).forEach((e=>delete A.patternProperties[e]))}))})));var r,o={additionalProperties:t.additionalProperties(A.map((A=>A.additionalProperties))),patternProperties:z(A.map((A=>A.patternProperties)),t.patternProperties),properties:z(A.map((A=>A.properties)),t.properties)};return!1===o.additionalProperties&&f(r=o.properties,(function(A,e){!1===A&&delete r[e]})),o},dependencies:(A,e,t)=>k(A).reduce((function(e,n){var o=S(A,n),i=h(o.filter(x),g),a=i.filter(Array.isArray);if(a.length){if(a.length===i.length)e[n]=D(i);else{var s=i.filter(M),l=a.map(L);e[n]=t(s.concat(l),n)}return e}return i=h(i,r),e[n]=t(i,n),e}),{}),items(A,e,t){var n,r,o=A.map((A=>A.items)),i=o.filter(x),a={};return i.every(M)?a.items=t.items(o):a.items=z(A,t.itemsArray,o),i.every(Array.isArray)?n=A.map((A=>A.additionalItems)):i.some(Array.isArray)&&(n=A.map((function(A){if(A)return Array.isArray(A.items)?A.additionalItems:A.items}))),n&&(a.additionalItems=t.additionalItems(n)),!1===a.additionalItems&&Array.isArray(a.items)&&(r=a.items,f(r,(function(A,e){!1===A&&r.splice(e,1)}))),a},oneOf(A,e,t){var n=function(A,e){return A.map((function(A,t){try{return e(A,t)}catch(A){return}})).filter(x)}(J(A),t),o=h(n,r);if(o.length)return o},not:A=>({anyOf:A}),pattern:A=>A.map((A=>"(?="+A+")")).join(""),multipleOf(A){for(var e=A.slice(0),t=1;e.some((A=>!Number.isInteger(A)));)e=e.map((A=>10*A)),t*=10;return o(e)/t},enum(A){var e=c.apply(null,A.concat(g));if(e.length)return d(e)}};function nA(A,e,t){t=t||[],e=i(e,{ignoreAdditionalProperties:!1,resolvers:tA,deep:!0,$refResolver:K});var n=function A(n,o,i){n=n.filter(x),i=i||[];var a=B(o)?Object.assign({},o):{};if(n.length){if(n.some(v))return!1;if(n.every(F))return!0;var s=(n=(n=n.filter(B)).map((A=>"$ref"in A?e.$refResolver(A.$ref):Object.assign({},A)))).map((A=>function(A){if(B(A)){if("type"in A)return"string"==typeof A.type?A.type:void 0;var e=Object.keys(eA).filter((e=>eA[e].some((e=>e in A))));return e.length>0?e:void 0}}(A))).filter(x);if(s.length>1){let A=Array.isArray(s[0])?s[0]:[s[0]];s.slice(1).forEach((function(e){(Array.isArray(e)?l(A,e).length:A.includes(e))||V(s,i.concat("type"))}))}var c=k(n);if(e.deep&&I(c,"allOf"))return nA({allOf:n},e,t);var g=c.filter(Q);u(c,g);var p=c.filter(C);return u(c,p),c.forEach((function(t){var o=S(n,t).filter(x),s=AA.includes(t)?o:h(o,function(A){return function(e,t){return r({[A]:e},{[A]:t})}}(t));if(1===s.length&&I(_,t))a[t]=s[0].map((function(e){return A([e],e)}));else if(1!==s.length||I(q,t)||I($,t)){var l,c=e.resolvers[t]||e.resolvers.defaultResolver;if(!c)throw new Error("No resolver found for key "+t+". You can provide a resolver for this keyword in the options, or provide a default resolver.");l=I(q,t)||I(_,t)?O(A,t,i):function(e){return A(e,null,i.concat(t))};var g=!1;a[t]=c(s,i.concat(t),l,e,(function(A){return g=Array.isArray(A),function(A){a.allOf=function(A,e){return Array.isArray(A)?(A.splice.apply(A,[0,0].concat(e)),A):e}(a.allOf,A)}(A)})),void 0!==a[t]||g?void 0===a[t]&&delete a[t]:V(s,i.concat(t))}else a[t]=s[0]})),Object.assign(a,W(g,"properties",n,A,e,i)),Object.assign(a,W(p,"items",n,A,e,i)),a}}(s(N(A)));return n}tA.$id=U,tA.$ref=U,tA.$schema=U,tA.additionalItems=b,tA.additionalProperties=b,tA.anyOf=tA.oneOf,tA.contains=b,tA.default=T,tA.definitions=tA.dependencies,tA.description=T,tA.examples=A=>h(a(A),g),tA.exclusiveMaximum=H,tA.exclusiveMinimum=R,tA.maximum=H,tA.maxItems=H,tA.maxLength=H,tA.maxProperties=H,tA.minimum=R,tA.minItems=R,tA.minLength=R,tA.minProperties=R,tA.propertyNames=b,tA.required=A=>D(A),tA.title=T,tA.uniqueItems=A=>A.some(F),nA.options={resolvers:tA},nA.stoplightResolvers={defaultResolver:A=>Array.isArray(A)?A:Object.assign({},...Object(A)),example:A=>tA.enum(A)||null,enum:A=>tA.enum(n(A))||[],$ref:A=>({})},A.exports=nA},44042:(A,e,t)=>{"use strict";const n=t(46100),r=t(5990),o=t(69283),{safePathToPointer:i,safePointerToPath:a}=t(69283),{get:s,set:l,unset:c}=t(69176);function g(A,e,t,o,i,a,s,l,c){let p=null===e?A:A[e];if(p&&"object"==typeof p&&!ArrayBuffer.isView(p))if(n.isAllowed$Ref(p))u(A,e,t,o,i,a,s,l,c);else{let A=B(o,l.bundle.defaultRoot),e=Object.keys(p).sort(((e,t)=>{if(null!==A){let n=`${o}/${e}`.lastIndexOf(A),r=`${o}/${t}`.lastIndexOf(A);if(n!==r)return r-n}return e.length-t.length}));for(let A of e){let e=r.join(t,A),B=r.join(o,A),d=p[A];n.isAllowed$Ref(d)?u(p,A,t,B,i,a,s,l,c):g(p,A,e,B,i,a,s,l,c)}}}function B(A,e){return"string"==typeof e?e:"function"==typeof e?e(A):null}function u(A,e,t,i,a,s,l,c,B){let u=null===e?A:A[e],p=o.resolve(t,u.$ref),d=l._resolve(p,i,c);if(null===d)return;let f=r.parse(i).length,E=o.stripHash(d.path),h=o.getHash(d.path),m=E!==l._root$Ref.path,w=n.isExtended$Ref(u);a+=d.indirections;let Q=i,C=function(A,e,t){for(let n=0;nnull!==A[e])),n.sort(((A,e)=>e.length-A.length));let r=n.find((A=>e.startsWith(A)));return void 0===r?t:A[r]+e.replace(r,"")}(B[E],h,i)),s.push({$ref:u,parent:A,key:e,pathFromRoot:i,mappedPathFromRoot:Q,depth:f,file:E,hash:h,value:d.value,circular:d.circular,extended:w,external:m,indirections:a}),C||g(d.value,null,d.path,i,a+1,s,l,c,B)}A.exports=function(A,e){A.$refs.propertyMap={};let t=[],o={};g(A,"schema",A.$refs._root$Ref.path+"#","#",0,t,A.$refs,e,o),function(A,e,t,o,g){let u,p,d;e.sort(((A,e)=>{if(A.file!==e.file)return A.fileA===o.file&&"#"===e));if(!t)continue;d=t.pathFromRoot,"#"!==o.hash&&d&&c(A,r.join(d,r.parse(o.hash.replace(p,"#"))))}d=o.mappedPathFromRoot,p=g[o.file][o.hash]}else o.external?o.file===u&&o.hash===p?o.$ref.$ref=d:o.file===u&&0===o.hash.indexOf(p+"/")?o.$ref.$ref=r.join(d,r.parse(o.hash.replace(p,"#"))):(u=o.file,p=o.hash,o.file in g&&g[o.file]["#"]?(o.$ref.$ref=o.mappedPathFromRoot,d=o.mappedPathFromRoot):(o.$ref=o.parent[o.key]=n.dereference(o.$ref,o.value),d=o.pathFromRoot),o.circular&&(o.$ref.$ref=o.pathFromRoot)):o.$ref.$ref=o.hash;t.propertyMap[d||o.pathFromRoot]=o.file+o.hash}}(A.schema,t,A.$refs,e,o)}},69176:(A,e,t)=>{"use strict";const n=t(5990);A.exports.get=function(A,e){let t=n.parse(e);if(0===t.length)throw new TypeError("Path cannot point at root");let r=A;for(let A=0;A{"use strict";const n=t(46100),r=t(5990),{ono:o}=t(99195),i=t(69283);function a(A,e,t,o,i,c,g){let B,u={value:A,circular:!1};if(A&&"object"==typeof A&&!ArrayBuffer.isView(A)){if(o.push(A),n.isAllowed$Ref(A,g))B=s(A,e,t,o,i,c,g),u.circular=B.circular,u.value=B.value;else for(let p of Object.keys(A)){let d=r.join(e,p),f=r.join(t,p),E=A[p],h=!1;n.isAllowed$Ref(E,g)?(B=s(E,d,f,o,i,c,g),h=B.circular,A[p]!==B.value&&(A[p]=B.value)):-1===o.indexOf(E)?(B=a(E,d,f,o,i,c,g),h=B.circular,A[p]!==B.value&&(A[p]=B.value)):h=l(d,c,g),u.circular=u.circular||h}o.pop()}return u}function s(A,e,t,r,o,s,c){let g=i.resolve(e,A.$ref),B=s._resolve(g,e,c);if(null===B)return{circular:!1,value:null};if(s.propertyMap[t]=g,o[g]){const e=o[g],t=Object.keys(A);if(t.length>1){const n={};for(let r of t)"$ref"===r||r in e.value||(n[r]=A[r]);return{circular:e.circular,value:Object.assign({},e.value,n)}}return e}let u=B.circular,p=u||-1!==r.indexOf(B.value);p&&l(e,s,c);let d=n.dereference(A,B.value);if(!p){let A=a(d,B.path,t,r,o,s,c);p=A.circular,d=A.value}p&&!u&&"ignore"===c.dereference.circular&&(d=A),u&&(d.$ref=t);const f={circular:p,value:d};return 1===Object.keys(A).length&&(o[g]=f),f}function l(A,e,t){if(e.circular=!0,!t.dereference.circular)throw o.reference(`Circular $ref pointer found at ${A}`);return!0}A.exports=function(A,e){A.$refs.propertyMap={};let t=a(A.schema,A.$refs._root$Ref.path,"#",[],{},A.$refs,e);A.$refs.circular=t.circular,A.schema=t.value}},62663:(A,e,t)=>{"use strict";const n=t(50809),r=t(78536),o=t(61118),i=t(75330),a=t(44042),s=t(80396),l=t(69283),{JSONParserError:c,InvalidPointerError:g,MissingPointerError:B,ResolverError:u,ParserError:p,UnmatchedParserError:d,UnmatchedResolverError:f,isHandledError:E,JSONParserErrorGroup:h}=t(8946),m=t(76220),{ono:w}=t(99195);function Q(){this.schema=null,this.$refs=new n}function C(A){if(h.getParserErrors(A).length>0)throw new h(A)}A.exports=Q,A.exports.default=Q,A.exports.JSONParserError=c,A.exports.JSONParserErrorGroup=h,A.exports.InvalidPointerError=g,A.exports.MissingPointerError=B,A.exports.ResolverError=u,A.exports.ParserError=p,A.exports.UnmatchedParserError=d,A.exports.UnmatchedResolverError=f,Q.parse=function(A,e,t,n){let r=new this;return r.parse.apply(r,arguments)},Q.prototype.parse=async function(A,e,t,i){let a,s=o(arguments);if(!s.path&&!s.schema){let A=w(`Expected a file path, URL, or object. Got ${s.path||s.schema}`);return m(s.callback,Promise.reject(A))}this.schema=null,this.$refs=new n;let c="http";if(l.isFileSystemPath(s.path)&&(s.path=l.fromFileSystemPath(s.path),c="file"),s.path=l.resolve(l.cwd(),s.path),s.schema&&"object"==typeof s.schema){let A=this.$refs._add(s.path);A.value=s.schema,A.pathType=c,a=Promise.resolve(s.schema)}else a=r(s.path,this.$refs,s.options);let g=this;try{let A=await a;if(null===A||"object"!=typeof A||ArrayBuffer.isView(A)){if(s.options.continueOnError)return g.schema=null,m(s.callback,Promise.resolve(g.schema));throw w.syntax(`"${g.$refs._root$Ref.path||A}" is not a valid JSON Schema`)}return g.schema=A,m(s.callback,Promise.resolve(g.schema))}catch(A){return s.options.continueOnError&&E(A)?(this.$refs._$refs[l.stripHash(s.path)]&&this.$refs._$refs[l.stripHash(s.path)].addError(A),m(s.callback,Promise.resolve(null))):m(s.callback,Promise.reject(A))}},Q.resolve=function(A,e,t,n){let r=new this;return r.resolve.apply(r,arguments)},Q.prototype.resolve=async function(A,e,t,n){let r=this,a=o(arguments);try{return await this.parse(a.path,a.schema,a.options),await i(r,a.options),C(r),m(a.callback,Promise.resolve(r.$refs))}catch(A){return m(a.callback,Promise.reject(A))}},Q.bundle=function(A,e,t,n){let r=new this;return r.bundle.apply(r,arguments)},Q.prototype.bundle=async function(A,e,t,n){let r=this,i=o(arguments);try{return await this.resolve(i.path,i.schema,i.options),a(r,i.options),C(r),m(i.callback,Promise.resolve(r.schema))}catch(A){return m(i.callback,Promise.reject(A))}},Q.dereference=function(A,e,t,n){let r=new this;return r.dereference.apply(r,arguments)},Q.prototype.dereference=async function(A,e,t,n){let r=this,i=o(arguments);try{return await this.resolve(i.path,i.schema,i.options),s(r,i.options),C(r),m(i.callback,Promise.resolve(r.schema))}catch(A){return m(i.callback,Promise.reject(A))}}},61118:(A,e,t)=>{"use strict";const n=t(96482);A.exports=function(A){let e,t,r,o;return"function"==typeof(A=Array.prototype.slice.call(A))[A.length-1]&&(o=A.pop()),"string"==typeof A[0]?(e=A[0],"object"==typeof A[2]?(t=A[1],r=A[2]):(t=void 0,r=A[1])):(e="",t=A[0],r=A[1]),r instanceof n||(r=new n(r)),{path:e,schema:t,options:r,callback:o}}},96482:(A,e,t)=>{"use strict";const n=t(90755),r=t(65053),o=t(43429),i=t(71692),a=t(88292),s=t(79961);function l(A){c(this,l.defaults),c(this,A)}function c(A,e){if(g(e)){let t=Object.keys(e);for(let n=0;n{"use strict";const{ono:n}=t(99195),r=t(69283),o=t(64771),{ResolverError:i,ParserError:a,UnmatchedParserError:s,UnmatchedResolverError:l,isHandledError:c}=t(8946);A.exports=async function(A,e,t){A=r.stripHash(A);let g=e._add(A),B={url:A,extension:r.getExtension(A)};try{const A=await function(A,e,t){return new Promise(((r,a)=>{let s=o.all(e.resolve);s=o.filter(s,"canRead",A),o.sort(s),o.run(s,"read",A,t).then(r,(function(t){!t&&e.continueOnError?a(new l(A.url)):t&&"error"in t?t.error instanceof i?a(t.error):a(new i(t,A.url)):a(n.syntax(`Unable to resolve $ref pointer "${A.url}"`))}))}))}(B,t,e);g.pathType=A.plugin.name,B.data=A.result;const r=await function(A,e,t){return new Promise(((r,i)=>{let l=o.all(e.parse),c=o.filter(l,"canParse",A),g=c.length>0?c:l;o.sort(g),o.run(g,"parse",A,t).then((function(e){var t;!e.plugin.allowEmpty&&(void 0===(t=e.result)||"object"==typeof t&&0===Object.keys(t).length||"string"==typeof t&&0===t.trim().length||ArrayBuffer.isView(t)&&0===t.length)?i(n.syntax(`Error parsing "${A.url}" as ${e.plugin.name}. \nParsed value is empty`)):r(e)}),(function(t){!t&&e.continueOnError?i(new s(A.url)):t&&"error"in t?t.error instanceof a?i(t.error):i(new a(t.error.message,A.url)):i(n.syntax(`Unable to parse ${A.url}`))}))}))}(B,t,e);return g.value=r.result,r.result}catch(A){throw c(A)&&(g.value=A),A}}},71692:A=>{"use strict";let e=/\.(jpeg|jpg|gif|png|bmp|ico)$/i;A.exports={order:400,allowEmpty:!0,canParse:A=>ArrayBuffer.isView(A.data)&&e.test(A.url),parse:A=>ArrayBuffer.isView(A.data)?new Uint8Array(A.data):new Uint8Array(Buffer.from(A.data))}},90755:(A,e,t)=>{"use strict";const{ParserError:n}=t(8946),r=new(t(96837));A.exports={order:100,allowEmpty:!0,canParse:".json",async parse(A){let e=A.data;if(ArrayBuffer.isView(e)&&(e=r.decode(e)),"string"!=typeof e)return e;if(0!==e.trim().length)try{return JSON.parse(e)}catch(e){throw new n(e.message,A.url)}}}},43429:(A,e,t)=>{"use strict";const{ParserError:n}=t(8946),r=t(96837);let o=/\.(txt|htm|html|md|xml|js|min|map|css|scss|less|svg)$/i;A.exports={order:300,allowEmpty:!0,encoding:"utf8",canParse:A=>("string"==typeof A.data||ArrayBuffer.isView(A.data))&&o.test(A.url),parse(A){if("string"==typeof A.data)return A.data;if(ArrayBuffer.isView(A.data))return new r(this.encoding).decode(A.data);throw new n("data is not text",A.url)}}},65053:(A,e,t)=>{"use strict";const{ParserError:n}=t(8946),r=t(96837),o=t(7854),i=new r;A.exports={order:200,allowEmpty:!0,canParse:[".yaml",".yml",".json"],async parse(A){let e=A.data;if(ArrayBuffer.isView(e)&&(e=i.decode(e)),"string"!=typeof e)return e;try{const t=o.parseWithPointers(e,{ignoreDuplicateKeys:!0,mergeKeys:!1});if(t.diagnostics.some((A=>0===A.severity))){const{message:e,range:{start:{line:r,character:o}}}=t.diagnostics[0];throw new n(`${e} at line ${r+1}, column ${o+1}:`,A.url)}return t.data}catch(e){throw new n(e.message,A.url)}}}},5990:(A,e,t)=>{"use strict";A.exports=u;const n=t(46100),r=t(69283),{JSONParserError:o,InvalidPointerError:i,MissingPointerError:a,isHandledError:s}=t(8946),l=/\//g,c=/~/g,g=/~1/g,B=/~0/g;function u(A,e,t){this.$ref=A,this.path=e,this.originalPath=t||e,this.value=void 0,this.circular=!1,this.indirections=0}function p(A,e){if(n.isAllowed$Ref(A.value,e)){let t=r.resolve(A.path,A.value.$ref);if(t!==A.path){let r=A.$ref.$refs._resolve(t,A.path,e);if(null===r)return;return A.indirections+=r.indirections+1,n.isExtended$Ref(A.value)?(A.value=n.dereference(A.value,r.value),!1):(A.$ref=r.$ref,A.path=r.path,A.value=r.value,!0)}A.circular=!0}}function d(A,e,t){if(!A.value||"object"!=typeof A.value)throw new o(`Error assigning $ref pointer "${A.path}". \nCannot set "${e}" of a non-object.`);return"-"===e&&Array.isArray(A.value)?A.value.push(t):A.value[e]=t,t}function f(A){if(s(A))throw A;return A}u.prototype.resolve=function(A,e,t){let n=u.parse(this.path,this.originalPath);this.value=f(A);for(let A=0;A{"use strict";A.exports=c;const n=t(5990),{InvalidPointerError:r,isHandledError:o,normalizeError:i}=t(8946),{safePointerToPath:a,stripHash:s,getHash:l}=t(69283);function c(){this.path=void 0,this.value=void 0,this.$refs=void 0,this.pathType=void 0,this.errors=void 0}c.prototype.addError=function(A){void 0===this.errors&&(this.errors=[]),Array.isArray(A.errors)?this.errors.push(...A.errors.map(i)):this.errors.push(i(A))},c.prototype.exists=function(A,e){try{return this.resolve(A,e),!0}catch(A){return!1}},c.prototype.get=function(A,e){return this.resolve(A,e).value},c.prototype.resolve=function(A,e,t,i){let c=new n(this,A,t);try{return c.resolve(this.value,e,i)}catch(A){if(!e||!e.continueOnError||!o(A))throw A;return null===A.path&&(A.path=a(l(i))),A instanceof r&&(A.source=s(i)),this.addError(A),null}},c.prototype.set=function(A,e){let t=new n(this,A);this.value=t.set(this.value,e)},c.is$Ref=function(A){return A&&"object"==typeof A&&"string"==typeof A.$ref&&A.$ref.length>0},c.isExternal$Ref=function(A){return c.is$Ref(A)&&"#"!==A.$ref[0]},c.isAllowed$Ref=function(A,e){if(c.is$Ref(A)){if("#/"===A.$ref.substr(0,2)||"#"===A.$ref)return!0;if("#"!==A.$ref[0]&&(!e||e.resolve.external))return!0}},c.isExtended$Ref=function(A){return c.is$Ref(A)&&Object.keys(A).length>1},c.dereference=function(A,e){if(e&&"object"==typeof e&&c.isExtended$Ref(A)){let t={};for(let e of Object.keys(A))"$ref"!==e&&(t[e]=A[e]);for(let A of Object.keys(e))A in t||(t[A]=e[A]);return t}return e}},50809:(A,e,t)=>{"use strict";const{ono:n}=t(99195),r=t(46100),o=t(69283);function i(){this.circular=!1,this.propertyMap={},this._$refs={},this._root$Ref=null}function a(A,e){let t=Object.keys(A);return(e=Array.isArray(e[0])?e[0]:Array.prototype.slice.call(e)).length>0&&e[0]&&(t=t.filter((t=>-1!==e.indexOf(A[t].pathType)))),t.map((e=>({encoded:e,decoded:"file"===A[e].pathType?o.toFileSystemPath(e,!0):e})))}A.exports=i,i.prototype.paths=function(A){return a(this._$refs,arguments).map((A=>A.decoded))},i.prototype.values=function(A){let e=this._$refs;return a(e,arguments).reduce(((A,t)=>(A[t.decoded]=e[t.encoded].value,A)),{})},i.prototype.toJSON=i.prototype.values,i.prototype.exists=function(A,e){try{return this._resolve(A,"",e),!0}catch(A){return!1}},i.prototype.get=function(A,e){return this._resolve(A,"",e).value},i.prototype.set=function(A,e){let t=o.resolve(this._root$Ref.path,A),r=o.stripHash(t),i=this._$refs[r];if(!i)throw n(`Error resolving $ref pointer "${A}". \n"${r}" not found.`);i.set(t,e)},i.prototype._add=function(A){let e=o.stripHash(A),t=new r;return t.path=e,t.$refs=this,this._$refs[e]=t,this._root$Ref=this._root$Ref||t,t},i.prototype._resolve=function(A,e,t){let r=o.resolve(this._root$Ref.path,A),i=o.stripHash(r),a=this._$refs[i];if(!a)throw n(`Error resolving $ref pointer "${A}". \n"${i}" not found.`);return a.resolve(r,t,A,e)},i.prototype._get$Ref=function(A){A=o.resolve(this._root$Ref.path,A);let e=o.stripHash(A);return this._$refs[e]}},75330:(A,e,t)=>{"use strict";const n=t(46100),r=t(5990),o=t(78536),i=t(69283),{isHandledError:a}=t(8946);function s(A,e,t,l,c,g){g=g||new Set;let B=[];if(A&&"object"==typeof A&&!ArrayBuffer.isView(A)&&!g.has(A))if(g.add(A),n.isExternal$Ref(A))B.push(async function(A,e,t,n){let r=i.resolve(e,A.$ref),l=i.stripHash(r);if(A=t._$refs[l])return Promise.resolve(A.value);try{let A=s(await o(r,t,n),l+"#",t,n,!0);return Promise.all(A)}catch(A){if(!n.continueOnError||!a(A))throw A;return t._$refs[l]&&(A.source=decodeURI(i.stripHash(e)),A.path=i.safePointerToPath(i.getHash(e))),[]}}(A,e,t,l));else{if(c&&n.is$Ref(A)){const t=i.stripHash(e),n=i.isHttp(t)?t:i.toFileSystemPath(t);A.$ref=n+A.$ref}for(let n of Object.keys(A)){let o=r.join(e,n),i=A[n];B=B.concat(s(i,o,t,l,c,g))}}return B}A.exports=function(A,e){if(!e.resolve.external)return Promise.resolve();try{let t=s(A.schema,A.$refs._root$Ref.path+"#",A.$refs,e);return Promise.all(t)}catch(A){return Promise.reject(A)}}},88292:(A,e,t)=>{"use strict";const n=t(50810),{ono:r}=t(99195),o=t(69283),{ResolverError:i}=t(8946);A.exports={order:100,canRead:A=>o.isFileSystemPath(A.url),read:A=>new Promise(((e,t)=>{let a;try{a=o.toFileSystemPath(A.url)}catch(e){t(new i(r.uri(e,`Malformed URI: ${A.url}`),A.url))}try{n.readFile(a,((A,n)=>{A?t(new i(r(A,`Error opening file "${a}"`),a)):e(n)}))}catch(A){t(new i(r(A,`Error opening file "${a}"`),a))}}))}},79961:(A,e,t)=>{"use strict";var n=t(34406);t(89307);const{ono:r}=t(99195),{AbortController:o}=t(41145),i=t(69283),{ResolverError:a}=t(8946);async function s(A,e,t){A=i.parse(A),t.push(A.href);const l=new Headers(e.headers||{});A.auth&&!l.has("Authorization")&&l.set("Authorization","Basic "+btoa(A.auth)),A=i.parse(i.format(Object.assign(A,{auth:""})));const c=new o,g={method:"GET",headers:l,credentials:e.withCredentials?"include":"omit",signal:c.signal,redirect:n.browser?"follow":0===e.redirects?"error":"manual"};let B;e.timeout>0&&isFinite(e.timeout)&&(B=setTimeout((()=>{c.abort()}),e.timeout));try{let n=await fetch(A.href,g);if(n.status>=300&&n.status<400){if(t.length>e.redirects)throw new a(r({status:n.status},`Error downloading ${t[0]}. \nToo many redirects: \n ${t.join(" \n ")}`));let o=n.headers.get("Location");if(!o)throw new a(r({status:n.status},`HTTP ${n.status} redirect with no location header`));let l=i.resolve(A,o);return await s(l,e,t)}if(!n.ok)throw new Error(n.statusText);return new Uint8Array(await n.arrayBuffer())}catch(e){if(e instanceof a)throw e;throw new a(r(e,`Error downloading ${A.href}`),A.href)}finally{void 0!==B&&clearTimeout(B)}}A.exports={order:200,headers:null,timeout:5e3,redirects:5,withCredentials:!1,canRead:A=>i.isHttp(A.url),read(A){let e=i.parse(A.url);return n.browser&&!e.protocol&&(e.protocol=i.parse(location.href).protocol),s(e,this,[])}}},8946:(A,e,t)=>{"use strict";const{Ono:n}=t(99195),{getHash:r,stripHash:o,toFileSystemPath:i}=t(69283),a=e.JSONParserError=class extends Error{constructor(A,e){super(),this.code="EUNKNOWN",this.message=A,this.source=e,this.path=null,n.extend(this)}};l(a);const s=e.JSONParserErrorGroup=class A extends Error{constructor(A){super(),this.files=A,this.message=`${this.errors.length} error${this.errors.length>1?"s":""} occurred while reading '${i(A.$refs._root$Ref.path)}'`,n.extend(this)}static getParserErrors(A){const e=[];for(const t of Object.values(A.$refs._$refs))t.errors&&e.push(...t.errors);return e}get errors(){return A.getParserErrors(this.files)}};function l(A){Object.defineProperty(A.prototype,"name",{value:A.name,enumerable:!0})}l(s),l(e.ParserError=class extends a{constructor(A,e){super(`Error parsing ${e}: ${A}`,e),this.code="EPARSER"}}),l(e.UnmatchedParserError=class extends a{constructor(A){super(`Could not find parser for "${A}"`,A),this.code="EUNMATCHEDPARSER"}}),l(e.ResolverError=class extends a{constructor(A,e){super(A.message||`Error reading file "${e}"`,e),this.code="ERESOLVER","code"in A&&(this.ioErrorCode=String(A.code))}}),l(e.UnmatchedResolverError=class extends a{constructor(A){super(`Could not find resolver for "${A}"`,A),this.code="EUNMATCHEDRESOLVER"}}),l(e.MissingPointerError=class extends a{constructor(A,e,t,n){super(`at "${r(n)}", token "${A}" in "${r(t)}" does not exist`,o(e)),this.code="EMISSINGPOINTER"}}),l(e.InvalidPointerError=class extends a{constructor(A,e){super(`Invalid $ref pointer "${A}". Pointers must begin with "#/"`,o(e)),this.code="EINVALIDPOINTER"}}),e.isHandledError=function(A){return A instanceof a||A instanceof s},e.normalizeError=function(A){return null===A.path&&(A.path=[]),A}},64771:(A,e)=>{"use strict";function t(A,e,t,n,r){let o=A[e];if("function"==typeof o)return o.apply(A,[t,n,r]);if(!n){if(o instanceof RegExp)return o.test(t.url);if("string"==typeof o)return o===t.extension;if(Array.isArray(o))return-1!==o.indexOf(t.extension)}return o}e.all=function(A){return Object.keys(A).filter((e=>"object"==typeof A[e])).map((e=>(A[e].name=e,A[e])))},e.filter=function(A,e,n){return A.filter((A=>!!t(A,e,n)))},e.sort=function(A){for(let e of A)e.order=e.order||Number.MAX_SAFE_INTEGER;return A.sort(((A,e)=>A.order-e.order))},e.run=function(A,e,n,r){let o,i,a=0;return new Promise(((s,l)=>{function c(){if(o=A[a++],!o)return l(i);try{let A=t(o,e,n,g,r);A&&"function"==typeof A.then?A.then(B,u):void 0!==A&&B(A)}catch(A){u(A)}}function g(A,e){A?u(A):B(e)}function B(A){s({plugin:o,result:A})}function u(A){i={plugin:o,error:A},c()}c()}))}},96837:(A,e,t)=>{"use strict";const{TextDecoder:n}=t(94469);A.exports="undefined"==typeof TextDecoder?n:TextDecoder},69283:(A,e,t)=>{"use strict";var n=t(34406);let r=/^win/.test(n.platform),o=/\//g,i=/^(\w{2,}):\/\//i,a=A.exports,s=/\//g,l=/~/g,c=/~1/g,g=/~0/g,B=[/\?/g,"%3F",/\#/g,"%23"],u=[/\%23/g,"#",/\%24/g,"$",/\%26/g,"&",/\%2C/g,",",/\%40/g,"@"];e.format=t(883).format,e.parse=t(883).parse,e.resolve=t(883).resolve,e.cwd=function(){if(n.browser)return location.href;let A=n.cwd(),e=A.slice(-1);return"/"===e||"\\"===e?A:A+"/"},e.getProtocol=function(A){let e=i.exec(A);if(e)return e[1].toLowerCase()},e.getExtension=function(A){let e=A.lastIndexOf(".");return e>=0?A.substr(e).toLowerCase():""},e.getHash=function(A){let e=A.indexOf("#");return e>=0?A.substr(e):"#"},e.stripHash=function(A){let e=A.indexOf("#");return e>=0&&(A=A.substr(0,e)),A},e.isHttp=function(A){let e=a.getProtocol(A);return"http"===e||"https"===e||void 0===e&&n.browser},e.isFileSystemPath=function(A){if(n.browser)return!1;let e=a.getProtocol(A);return void 0===e||"file"===e},e.fromFileSystemPath=function(A){r&&(A=A.replace(/\\/g,"/")),A=encodeURI(A);for(let e=0;edecodeURIComponent(A).replace(c,"/").replace(g,"~")))},e.safePathToPointer=function(A){return 0===A.length?"#":`#/${A.map((A=>"number"==typeof A?String(A):A.replace(l,"~0").replace(s,"~1"))).join("/")}`}},22165:(A,e,t)=>{"use strict";t.r(e),t.d(e,{BUNDLE_ROOT:()=>rA,ERRORS_ROOT:()=>oA,KEYS:()=>UA,bundleTarget:()=>iA,decodePointer:()=>z,decodePointerFragment:()=>sA,decodePointerUriFragment:()=>z,decycle:()=>lA,encodePointer:()=>cA,encodePointerFragment:()=>N,encodePointerUriFragment:()=>j,encodeUriPointer:()=>P,extractPointerFromRef:()=>gA,extractSourceFromRef:()=>$,getFirstPrimitiveProperty:()=>BA,getJsonPathForPosition:()=>uA,getLastPathSegment:()=>pA,getLocationForJsonPath:()=>dA,hasRef:()=>T,isExternalRef:()=>_,isLocalRef:()=>R,isPlainObject:()=>x,parseTree:()=>EA,parseWithPointers:()=>fA,pathToPointer:()=>J,pointerToPath:()=>L,remapRefs:()=>q,renameObjectKey:()=>QA,reparentBundleTarget:()=>IA,resolveExternalRef:()=>MA,resolveExternalRefWithLocation:()=>vA,resolveInlineRef:()=>tA,resolveInlineRefWithLocation:()=>nA,safeParse:()=>FA,safeStringify:()=>bA,startsWith:()=>DA,stringify:()=>xA,toPropertyPath:()=>kA,trapAccess:()=>RA,traverse:()=>X,trimStart:()=>HA});var n=t(76635);function r(A){let e="";return A.absolute&&("file"===A.protocol?(A.drive&&(e+=A.drive),e+="/"):(e+=A.protocol+"://",A.origin&&(e+=A.origin+"/"))),""===(e+=A.path.join("/"))&&(e="."),e}function o(A,e,t,n){this.message=A,this.expected=e,this.found=t,this.location=n,this.name="SyntaxError","function"==typeof Error.captureStackTrace&&Error.captureStackTrace(this,o)}!function(A,e){function t(){this.constructor=A}t.prototype=e.prototype,A.prototype=new t}(o,Error),o.buildMessage=function(A,e){var t={literal:function(A){return'"'+r(A.text)+'"'},class:function(A){var e,t="";for(e=0;e0){for(e=1,n=1;eK&&(K=z,Z=[]),Z.push(A))}function eA(){var e;return(e=function(){var A,e,t,n,r;return A=z,(e=tA())!==a&&(t=nA())!==a&&(n=oA())!==a&&(r=iA())!==a?A=e=c(e,t,n,r):(z=A,A=a),A===a&&(A=z,(e=tA())!==a&&(t=nA())!==a&&(n=function(){var A;return(A=h)!==a&&(A=G()),A}())!==a?A=e=g(e,t,n):(z=A,A=a)),A}())===a&&(e=function(){var e,t,n,r;return e=z,(t=function(){var e;return A.substr(z,7).toLowerCase()===Q?(e=A.substr(z,7),z+=7):(e=a,AA(C)),e===a&&(A.substr(z,5).toLowerCase()===I?(e=A.substr(z,5),z+=5):(e=a,AA(y))),e!==a&&(e=M()),e}())!==a&&(n=rA())!==a&&(r=iA())!==a?e=t=w(t,n,r):(z=e,e=a),e}())===a&&(e=function(){var A,e,t;return A=z,(e=rA())!==a&&(t=iA())!==a?A=e=v(e,t):(z=A,A=a),A}())===a&&(e=function(){var e,t;return e=z,function(){var e;return(e=function(){var e,t,n;return e=z,46===A.charCodeAt(z)?(t=N,z++):(t=a,AA(S)),t!==a&&(n=sA())!==a?e=t=[t,n]:(z=e,e=a),e}())===a&&(e=h),e}()!==a&&(t=iA())!==a?e=U(t):(z=e,e=a),e}()),e}function tA(){var e,t;return A.substr(z,7).toLowerCase()===B?(t=A.substr(z,7),z+=7):(t=a,AA(u)),t!==a&&(t=p()),(e=t)===a&&(e=function(){var e;return A.substr(z,8).toLowerCase()===d?(e=A.substr(z,8),z+=8):(e=a,AA(f)),e!==a&&(e=E()),e}()),e}function nA(){var e,t,n;if(e=z,t=[],(n=lA())!==a)for(;n!==a;)t.push(n),n=lA();else t=a;return(e=t!==a?A.substring(e,z):t)===a&&(e=z,(t=h)!==a&&(t=m()),e=t),e}function rA(){var e;return(e=function(){var e,t,n,r;return e=z,(t=sA())===a&&(t=null),t!==a?(F.test(A.charAt(z))?(n=A.charAt(z),z++):(n=a,AA(Y)),n!==a?(58===A.charCodeAt(z)?(r=b,z++):(r=a,AA(D)),r!==a&&sA()!==a?e=t=x(n):(z=e,e=a)):(z=e,e=a)):(z=e,e=a),e}())===a&&(e=oA()),e}function oA(){var A;return(A=sA())!==a&&(A=k()),A}function iA(){var A;return(A=function A(){var e,t,n;return e=z,(t=aA())!==a&&sA()!==a&&(n=A())!==a?e=t=R(t,n):(z=e,e=a),e===a&&(e=z,(t=aA())!==a&&(t=H(t)),e=t),e}())!==a&&(A=T(A)),A}function aA(){var e,t,n;if(e=z,t=[],(n=lA())!==a)for(;n!==a;)t.push(n),n=lA();else t=a;return(e=t!==a?A.substring(e,z):t)===a&&(e=h),e}function sA(){var e;return 47===A.charCodeAt(z)?(e=P,z++):(e=a,AA(j)),e===a&&(92===A.charCodeAt(z)?(e=J,z++):(e=a,AA(V))),e}function lA(){var e;return O.test(A.charAt(z))?(e=A.charAt(z),z++):(e=a,AA(W)),e}if((t=l())!==a&&z===A.length)return t;throw t!==a&&z""!==A&&"."!==A));const t=[];for(const n of e)".."===n&&t.length&&".."!==t[t.length-1]?t.pop():".."===n&&A.absolute||t.push(n);return A.path=t,A}const l=A=>{const e=s(a(A));return e.path.pop(),r(s(e))};function c(A){return a(A).absolute}const g=(...A)=>{if(0===A.length)return".";const e=A.map(a),t=Object.assign({},e[0]);for(let n=1;n=48&&i<=57)o=16*o+i-48;else if(i>=65&&i<=70)o=16*o+i-65+10;else{if(!(i>=97&&i<=102))break;o=16*o+i-97+10}n++,r++}return r=t)return o=t,i=17;var e=A.charCodeAt(n);if(u(e)){do{n++,r+=String.fromCharCode(e),e=A.charCodeAt(n)}while(u(e));return i=15}if(p(e))return n++,r+=String.fromCharCode(e),13===e&&10===A.charCodeAt(n)&&(n++,r+="\n"),a++,l=n,i=14;switch(e){case 123:return n++,i=1;case 125:return n++,i=2;case 91:return n++,i=3;case 93:return n++,i=4;case 58:return n++,i=6;case 44:return n++,i=5;case 34:return n++,r=function(){for(var e="",r=n;;){if(n>=t){e+=A.substring(r,n),g=2;break}var o=A.charCodeAt(n);if(34===o){e+=A.substring(r,n),n++;break}if(92!==o){if(o>=0&&o<=31){if(p(o)){e+=A.substring(r,n),g=2;break}g=6}n++}else{if(e+=A.substring(r,n),++n>=t){g=2;break}switch(A.charCodeAt(n++)){case 34:e+='"';break;case 92:e+="\\";break;case 47:e+="/";break;case 98:e+="\b";break;case 102:e+="\f";break;case 110:e+="\n";break;case 114:e+="\r";break;case 116:e+="\t";break;case 117:var i=B(4,!0);i>=0?e+=String.fromCharCode(i):g=4;break;default:g=5}r=n}}return e}(),i=10;case 47:var f=n-1;if(47===A.charCodeAt(n+1)){for(n+=2;n=12&&A<=15);return A}:f,getToken:function(){return i},getTokenValue:function(){return r},getTokenOffset:function(){return o},getTokenLength:function(){return n-o},getTokenStartLine:function(){return s},getTokenStartCharacter:function(){return o-c},getTokenError:function(){return g}}}function u(A){return 32===A||9===A||11===A||12===A||160===A||5760===A||A>=8192&&A<=8203||8239===A||8287===A||12288===A||65279===A}function p(A){return 10===A||13===A||8232===A||8233===A}function d(A){return A>=48&&A<=57}var f;!function(A){A.DEFAULT={allowTrailingComma:!1}}(f||(f={}));var E=B,h=function A(e,t,n){if(void 0===n&&(n=!1),function(A,e,t){return void 0===t&&(t=!1),e>=A.offset&&e0)for(var r=n.getToken();17!==r;){if(-1!==e.indexOf(r)){m();break}if(-1!==t.indexOf(r))break;r=m()}}function Q(A){var e=n.getTokenValue();return A?g(e):a(e),m(),!0}return m(),17===n.getToken()?!!t.allowEmptyContent||(w(4,[],[]),!1):function A(){switch(n.getToken()){case 3:return function(){l(),m();for(var e=!1;4!==n.getToken()&&17!==n.getToken();){if(5===n.getToken()){if(e||w(4,[],[]),u(","),m(),4===n.getToken()&&h)break}else e&&w(6,[],[]);A()||w(4,[],[4,5]),e=!0}return c(),4!==n.getToken()?w(8,[4],[]):m(),!0}();case 1:return function(){i(),m();for(var e=!1;2!==n.getToken()&&17!==n.getToken();){if(5===n.getToken()){if(e||w(4,[],[]),u(","),m(),2===n.getToken()&&h)break}else e&&w(6,[],[]);(10!==n.getToken()?(w(3,[],[2,5]),0):(Q(!1),6===n.getToken()?(u(":"),m(),A()||w(4,[],[2,5])):w(5,[],[2,5]),1))||w(4,[],[2,5]),e=!0}return s(),2!==n.getToken()?w(7,[2],[]):m(),!0}();case 10:return Q(!0);default:return function(){switch(n.getToken()){case 11:var A=0;try{"number"!=typeof(A=JSON.parse(n.getTokenValue()))&&(w(2),A=0)}catch(A){w(2)}g(A);break;case 7:g(null);break;case 8:g(!0);break;case 9:g(!1);break;default:return!1}return m(),!0}()}}()?(17!==n.getToken()&&w(9,[],[]),!0):(w(4,[],[]),!1)};function Q(A){switch(A){case 1:return"InvalidSymbol";case 2:return"InvalidNumberFormat";case 3:return"PropertyNameExpected";case 4:return"ValueExpected";case 5:return"ColonExpected";case 6:return"CommaExpected";case 7:return"CloseBraceExpected";case 8:return"CloseBracketExpected";case 9:return"EndOfFileExpected";case 10:return"InvalidCommentToken";case 11:return"UnexpectedEndOfComment";case 12:return"UnexpectedEndOfString";case 13:return"UnexpectedEndOfNumber";case 14:return"InvalidUnicode";case 15:return"InvalidEscapeCharacter";case 16:return"InvalidCharacter"}return""}var C=t(34406);const I=`__object_order_${Math.floor(Date.now()/36e5)}__`,y=Symbol.for(I),M=(String(y),{defineProperty:(A,e,t)=>(!Object.prototype.hasOwnProperty.call(A,e)&&y in A?A[y].push(e):"value"in t&&e===y&&-1===t.value.lastIndexOf(y)&&t.value.push(y),Reflect.defineProperty(A,e,t)),deleteProperty(A,e){const t=Object.prototype.hasOwnProperty.call(A,e),n=Reflect.deleteProperty(A,e);if(n&&t&&y in A){const t=A[y].indexOf(e);-1!==t&&A[y].splice(t,1)}return n},ownKeys:A=>y in A?A[y]:Reflect.ownKeys(A),set(A,e,t){const n=Object.prototype.hasOwnProperty.call(A,e),r=Reflect.set(A,e,t);return r&&!n&&y in A&&A[y].push(e),r}});function v(A,e=Reflect.ownKeys(A)){void 0!==C&&F(C)&&F(C.env);const t=new Proxy(A,M);return function(A,e){y in A?(A[y].length=0,A[y].push(...e)):Reflect.defineProperty(A,y,{configurable:!0,value:e})}(t,e),t}function F(A){return null!==A&&"object"==typeof A}var Y=t(53109),b=t(27822),D=t.n(b);function x(A){if("object"!=typeof A||null===A)return!1;const e=Object.getPrototypeOf(A);return null===e||e===Object.prototype||"function"==typeof A.constructor&&Function.toString.call(Object)===Function.toString.call(A.constructor)}function k(A,e,t){if(!x(A)&&!Array.isArray(A)||!(e in A))throw new ReferenceError(`Could not resolve '${t}'`)}function G(A){if("string"!=typeof A.$ref)throw new TypeError("$ref should be a string")}const U=A=>x(A)&&"$ref"in A,T=A=>U(A)&&"string"==typeof A.$ref,R=A=>A.length>0&&("#"===A||/^#\S*$/.test(A)),H=(A,e,t)=>{const n=A.toString();let r="",o=n,i=0,a=o.indexOf(e);for(;a>-1;)r+=n.substring(i,i+a)+t,o=o.substring(a+e.length,o.length),i+=a+e.length,a=o.indexOf(e);return o.length>0&&(r+=n.substring(n.length-o.length,n.length)),r},N=A=>"number"==typeof A?A:H(H(A,"~","~0"),"/","~1"),S=/[^a-zA–Z0–9_.!~*'()\/\-\u{D800}-\u{DFFF}]/gu;function P(A){return A.replace(S,encodeURIComponent)}const j=A=>{const e=N(A);return"number"==typeof e?e:P(e)},J=A=>V(A),V=A=>{if(A&&"object"!=typeof A)throw new TypeError("Invalid type: path must be an array of segments.");return 0===A.length?"#":`#/${A.map(j).join("/")}`};function O(A){try{return decodeURIComponent(A)}catch(e){return A}}const W=/%[0-9a-f]+/gi,z=A=>{let e;try{e=decodeURIComponent(A)}catch(t){e=A.replace(W,O)}return H(H(e,"~1","/"),"~0","~")},L=A=>K(A),K=A=>{if("string"!=typeof A)throw new TypeError("Invalid type: JSON Pointers are represented as strings.");if(0===A.length||"#"!==A[0])throw new URIError("Invalid JSON Pointer syntax; URI fragment identifiers must begin with a hash.");if(1===A.length)return[];if("/"!==A[1])throw new URIError("Invalid JSON Pointer syntax.");return(A=>{const e=A.length,t=[];let n=-1;for(;++n{const n={value:A,path:t};e.onEnter&&e.onEnter(n);for(const n of Object.keys(A)){const r=A[n];e.onProperty&&e.onProperty({parent:A,parentPath:t,property:n,propertyValue:r}),"object"==typeof r&&null!==r&&Z(r,e,t.concat(n))}e.onLeave&&e.onLeave(n)},X=(A,e)=>{"object"==typeof A&&null!==A&&Z(A,"function"==typeof e?{onProperty:e}:e,[])};function q(A,e,t){X(A,{onProperty({property:A,propertyValue:n,parent:r}){"$ref"===A&&"string"==typeof n&&n.startsWith(e)&&(r.$ref=`${t}${n.slice(e.length)}`)}})}const _=A=>A.length>0&&"#"!==A[0],$=A=>{if("string"!=typeof A||0===A.length||!_(A))return null;const e=A.indexOf("#");return-1===e?A:A.slice(0,e)};function AA(A,e){return x(e)&&x(A)&&("summary"in A||"description"in A)?Object.assign(Object.assign(Object.assign({},e),"description"in A?{description:A.description}:null),"summary"in A?{summary:A.summary}:null):e}function*eA(A,e,t){U(A.value)&&(G(A.value),yield[-1,A.value]);for(const[n,r]of e.entries())k(A.value,r,t),A.value=A.value[r],U(A.value)&&(G(A.value),yield[n,A.value])}function tA(A,e){return nA(A,e).value}function nA(A,e){return function A(e,t,n,r){if(null!==$(t))throw new ReferenceError("Cannot resolve external references");const o=L(t);let i=[...o];"#"===t&&U(e)&&(G(e),o.unshift(...L(e.$ref)));const a={value:e};for(const[s,l]of eA(a,o,t)){if(n.includes(l))return{source:null,location:null!=r?r:i,value:n[n.length-1]};n.push(l);const t=A(e,l.$ref,n,i);a.value=t.value,(i=t.location).push(...o.slice(s+1))}return{source:null,location:i,value:n.length>0?AA(n[n.length-1],a.value):a.value}}(A,e,[])}const rA="#/__bundled__",oA="#/__errors__",iA=({document:A,path:e,bundleRoot:t="#/__bundled__",errorsRoot:r="#/__errors__",cloneDocument:o=!0,keyProvider:i},a)=>{if(e===t||e===r)throw new Error("Roots do not make any sense");const s=o?(0,n.cloneDeep)(A):A;return aA(s,L(t),L(r),e,i)(e,{[e]:!0},a)},aA=(A,e,t,r,o)=>{const i=new Set,a=(s,l,c,g={},B={},u={})=>{const p=L(s),d=(0,n.get)(A,p);X(c||d,{onEnter:({value:t})=>{if(T(t)&&R(t.$ref)){const c=t.$ref;if(u[c])return;if(c===s&&(g[c]="#"),g[c])return void(t.$ref=g[c]);let p,d,f,E,h;try{let t;p=L(c),o&&(t=o({document:A,path:p})),t||(t=(({document:A,path:e})=>0===e.length?"root":Array.isArray((0,n.get)(A,e.slice(0,-1)))?`${e[e.length-2]}_${e[e.length-1]}`:String(e[e.length-1]))({document:A,path:p})),f=t;let r=1;for(;i.has(f);)if(f=`${t}_${++r}`,r>20)throw new Error(`Keys ${t}_2 through ${t}_20 already taken.`);i.add(f),d=[...e,f],E=J(d)}catch(A){u[c]=A instanceof Error?A.message:String(A)}if(!p||!d||!E)return;if("object"==typeof A&&null!==A&&!(h=(0,n.get)(A,p)))try{h=tA(Object(A),c)}catch(A){}void 0!==h&&(g[c]=E,t.$ref=E,(0,n.has)(B,d)||(Array.isArray(h)?(0,n.set)(B,d,new Array(h.length).fill(null)):"object"==typeof h&&(0,n.setWith)(B,d,{},Object),(0,n.set)(B,d,h),"#"===c?function(A,e,t,r){const o=t.map((A=>`[${JSON.stringify(A)}]`)).join(""),i=JSON.parse(JSON.stringify((0,n.omit)(Object(A),o))),a={};(0,n.set)(e,r,i),(0,n.set)(i,t,a),q(i,"#",J(r)),a.$ref="#"}(A,B,L(r),d):l[c]||(l[c]=!0,a(s,l,h,g,B,u),l[c]=!1)))}}});const f=(0,n.get)(B,e);return f&&Object.keys(f).length&&(0,n.set)(d,e,f),(Object.keys(u).length||(0,n.has)(A,t))&&(0,n.set)(d,t,(0,n.has)(A,t)?(0,n.get)(A,t):u),d};return a},sA=A=>H(H(A,"~1","/"),"~0","~"),lA=(A,e)=>{const t=new WeakMap;return function A(n,r){let o;if(e&&(n=e(n)),x(n)||Array.isArray(n)){const e=t.get(n);return e?{$ref:e}:(t.set(n,J(r)),Array.isArray(n)?o=n.map(((e,t)=>A(e,[...r,String(t)]))):(o={},Object.keys(n).forEach((e=>{o[e]=A(n[e],[...r,e])}))),t.delete(n),o)}return n}(A,[])},cA=A=>H(H(A,"~","~0"),"//","/~1"),gA=A=>{if("string"!=typeof A||0===A.length)return null;const e=A.indexOf("#");return-1===e?null:A.slice(e)},BA=A=>{const e=E(A,!0);if(e.scan(),1!==e.getToken())return;if(e.scan(),2===e.getToken())return;if(10!==e.getToken())throw new SyntaxError("Unexpected character");const t=e.getTokenValue();if(e.scan(),6!==e.getToken())throw new SyntaxError("Colon expected");switch(e.scan(),e.getToken()){case 10:return[t,e.getTokenValue()];case 11:return[t,Number(e.getTokenValue())];case 8:return[t,!0];case 9:return[t,!1];case 7:return[t,null];case 16:throw new SyntaxError("Unexpected character");case 17:throw new SyntaxError("Unexpected end of file");default:return}},uA=({lineMap:A,ast:e},t)=>{const n=A[t.line],r=A[t.line+1];if(void 0===n)return;const o=h(e,void 0===r?n+t.character:Math.min(r,n+t.character),!0);if(void 0===o)return;const i=m(o);return 0!==i.length?i:void 0};function pA(A){return sA(A.split("/").pop()||"")}const dA=({ast:A},e,t=!1)=>{const n=function(A,e,t){A:for(const n of e){const e=Number.isInteger(Number(n))?Number(n):n;if("string"==typeof e||"number"==typeof e&&"array"!==A.type){if("object"!==A.type||!Array.isArray(A.children))return t?A:void 0;for(const t of A.children)if(Array.isArray(t.children)&&t.children[0].value===String(e)&&2===t.children.length){A=t.children[1];continue A}return t?A:void 0}if("array"!==A.type||e<0||!Array.isArray(A.children)||e>=A.children.length)return t?A:void 0;A=A.children[e]}return A}(A,e,t);if(void 0!==n&&void 0!==n.range)return{range:n.range}},fA=(A,e={disallowComments:!0})=>{const t=[],{ast:n,data:r,lineMap:o}=EA(A,t,e);return{data:r,diagnostics:t,ast:n,lineMap:o}};function EA(A,e=[],t){const n=mA(A);let r={type:"array",offset:-1,length:-1,children:[],parent:void 0},o=null,i=[];const a=new WeakMap,s=[];function l(A){"property"===r.type&&(r.length=A-r.offset,r=r.parent)}function c(A,e,t){return{start:{line:A,character:e},end:{line:A,character:e+t}}}function g(A){return r.children.push(A),A}function B(A){Array.isArray(i)?i.push(A):null!==o&&(i[o]=A)}function u(A){B(A),s.push(i),i=A,o=null}function p(){i=s.pop()}w(A,{onObjectBegin:(A,e,n,o)=>{r=g({type:"object",offset:A,length:-1,parent:r,children:[],range:c(n,o,e)}),!1===t.ignoreDuplicateKeys&&a.set(r,[]),u(function(A){return A?v({}):{}}(!0===t.preserveKeyOrder))},onObjectProperty:(A,n,s,l,B)=>{if((r=g({type:"property",offset:n,length:-1,parent:r,children:[]})).children.push({type:"string",value:A,offset:n,length:s,parent:r}),!1===t.ignoreDuplicateKeys){const t=a.get(r.parent);t&&(0!==t.length&&t.includes(A)?e.push({range:c(l,B,s),message:"DuplicateKey",severity:Y.H_.Error,path:wA(r),code:20}):t.push(A))}!0===t.preserveKeyOrder&&function(A,e){if(!(e in A))return;const t=A[y],n=t.indexOf(e);-1!==n&&(t.splice(n,1),t.push(e))}(i,A),o=A},onObjectEnd:(A,e,n,o)=>{!1===t.ignoreDuplicateKeys&&a.delete(r),r.length=A+e-r.offset,r.range&&(r.range.end.line=n,r.range.end.character=o+e),r=r.parent,l(A+e),p()},onArrayBegin:(A,e,t,n)=>{r=g({type:"array",offset:A,length:-1,parent:r,children:[],range:c(t,n,e)}),u([])},onArrayEnd:(A,e,t,n)=>{r.length=A+e-r.offset,r.range&&(r.range.end.line=t,r.range.end.character=n+e),r=r.parent,l(A+e),p()},onLiteralValue:(A,e,t,n,o)=>{g({type:hA(A),offset:e,length:t,parent:r,value:A,range:c(n,o,t)}),l(e+t),B(A)},onSeparator:(A,e)=>{"property"===r.type&&(":"===A?r.colonOffset=e:","===A&&l(e))},onError:(A,t,n,r,o)=>{e.push({range:c(r,o,n),message:Q(A),severity:Y.H_.Error,code:A})}},t);const d=r.children[0];return d&&delete d.parent,{ast:d,data:i[0],lineMap:n}}function hA(A){switch(typeof A){case"boolean":return"boolean";case"number":return"number";case"string":return"string";default:return"null"}}const mA=A=>{const e=[0];let t=0;for(;t{if(!A||!Object.hasOwnProperty.call(A,e)||e===t)return A;const n={};for(const[r,o]of Object.entries(A))r===e?n[t]=o:r in n||(n[r]=o);return n};function CA(A){return x(A)||Array.isArray(A)}function IA(A,e,t){if(t.length<=1||e.length<=1)throw Error("Source/target path must not be empty and point at root");if(0===e.indexOf(t))throw Error("Target path cannot be contained within source");const n=L(e);let r=A;for(const A of n){if(!CA(r))return;r=r[A]}if(!CA(r))return;const o=L(t);let i=A;for(const[A,e]of o.entries()){if(!CA(i)||e in i)return;const t=A===o.length-1?r:{};i[e]=t,i=t}delete A[n[0]],function A(e,t,n){for(const r of Object.keys(e)){const o=e[r];if("$ref"!==r)CA(o)&&A(o,t,n);else{if("string"!=typeof o||!R(o))continue;0===o.indexOf(t)&&(e[r]=o.replace(t,n))}}}(A,e,t)}async function yA(A,e,t,n,r){let o=function(A,e){const t=$(e);return null===t?A:c(t)?t:g(l(A),t)}(e,t);const i=gA(t)||"#",a=await A[o],s=L(i);let B=[...s];const u={value:a};for(const[t,a]of eA(u,s,i)){if(n.includes(a))return{source:e,location:null!=r?r:B,value:n[n.length-1]};n.push(a);const i=await yA(A,o,a.$ref,n,B);({source:o,location:B}=i),u.value=i.value,B.push(...s.slice(t+1))}return{source:o,location:B,value:n.length>0?AA(n[n.length-1],u.value):u.value}}async function MA(A,e,t){return(await vA(A,e,t)).value}function vA(A,e,t){return yA(A,e,t,[])}const FA=(A,e)=>{if("string"!=typeof A)return A;try{const t=YA(A);return"string"==typeof t?t:JSON.parse(A,e)}catch(A){return}},YA=A=>{const e=Number(A);return Number.isFinite(e)?String(e)===A?e:A:NaN},bA=(A,e,t)=>{if("string"==typeof A)return A;try{return JSON.stringify(A,e,t)}catch(n){return D()(A,e,t)}},DA=(A,e)=>{if(A instanceof Array){if(e instanceof Array){if(e.length>A.length)return!1;for(const t in e){if(!e.hasOwnProperty(t))continue;const n=parseInt(A[t]),r=parseInt(e[t]);if(isNaN(n)&&isNaN(r)){if(A[t]!==e[t])return!1}else if(n!==r)return!1}}}else{if("string"!=typeof A)return!1;if("string"==typeof e)return A.startsWith(e)}return!0},xA=(A,e,t)=>{const n=bA(A,e,t);if(void 0===n)throw new Error("The value could not be stringified");return n};function kA(A){return A.replace(/^(\/|#\/)/,"").split("/").map(sA).map(GA).join(".")}function GA(A){return A.includes(".")?`["${A.replace(/"/g,'\\"')}"]`:A}const UA=Symbol.for(I),TA={ownKeys:A=>UA in A?A[UA]:Reflect.ownKeys(A)},RA=A=>new Proxy(A,TA);function HA(A,e){if("string"==typeof A&&"string"==typeof e)return(0,n.trimStart)(A,e);if(!(A&&Array.isArray(A)&&A.length&&e&&Array.isArray(e)&&e.length))return A;let t=0;for(const n in A)if(A.hasOwnProperty(n)){if(A[n]!==e[n])break;t++}return A.slice(t)}},82890:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(22970);class r{constructor(){this._state="deactivated"}get state(){return this._state}activate(){return n.__awaiter(this,void 0,void 0,(function*(){switch(this._state){case"activated":return;case"deactivated":try{return this._state="isActivating",yield this.doActivate(),void(this._state="activated")}catch(A){throw this._state="deactivated",A}default:throw new Error(`Cannot call activate on an Activatable in state '${this._state}'`)}}))}deactivate(){return n.__awaiter(this,void 0,void 0,(function*(){switch(this._state){case"deactivated":return;case"activated":try{return this._state="isDeactivating",yield this.doDeactivate(),void(this._state="deactivated")}catch(A){throw this._state="activated",A}default:throw new Error(`Cannot call deactivate on an Activatable in state '${this._state}'`)}}))}}e.Activatable=r,e.ActivatableCollection=class extends r{constructor(){super(...arguments),this.activatables=[]}doActivate(){return n.__awaiter(this,void 0,void 0,(function*(){const A=[];try{for(const e of this.activatables)yield e.activate(),A.push(e)}catch(e){A.reverse();for(const e of A)try{yield e.deactivate()}catch(A){}throw e}}))}doDeactivate(){return n.__awaiter(this,void 0,void 0,(function*(){for(const A of[...this.activatables].reverse())yield A.deactivate()}))}push(A){this.activatables.push(A)}}},29371:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),t(22970).__exportStar(t(82890),e)},52798:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(22970);e.AsyncDisposableSet=class{constructor(){this.disposables=new Set}get disposed(){return 0===this.disposables.size}dispose(){return n.__awaiter(this,void 0,void 0,(function*(){for(;!this.disposed;)yield Promise.all([...this.disposables].map((A=>A.dispose())))}))}push(A){this.disposables.add(A);const e=A.dispose.bind(A);return A.dispose=()=>n.__awaiter(this,void 0,void 0,(function*(){yield e(),this.disposables.delete(A)})),A}pushAll(A){return A.map((A=>this.push(A)))}}},9353:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.AsyncDisposer=class{constructor(A){this.dispose=A}}},54374:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(82879);e.DisposableCollection=class{constructor(){this.disposables=[]}get disposed(){return 0===this.disposables.length}dispose(){if(!this.disposed)for(;!this.disposed;)this.disposables.pop().dispose()}push(A){this.disposables.push(A);const e=A.dispose.bind(A),t=n.createDisposable((()=>{const e=this.disposables.indexOf(A);-1!==e&&this.disposables.splice(e,1)}));return A.dispose=()=>{t.dispose(),e()},t}pushAll(A){return A.map((A=>this.push(A)))}}},95081:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.DisposableSet=class{constructor(){this.disposables=new Set}get disposed(){return 0===this.disposables.size}dispose(){for(const A of this.disposables)A.dispose()}push(A){this.disposables.add(A);const e=A.dispose.bind(A);return A.dispose=()=>{e(),this.disposables.delete(A)},A}pushAll(A){return A.map((A=>this.push(A)))}}},58345:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Disposer=class{constructor(A){this.dispose=A}}},82879:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.createDisposable=function(A){return{dispose:A}}},9268:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(22970);n.__exportStar(t(9353),e),n.__exportStar(t(52798),e),n.__exportStar(t(58345),e),n.__exportStar(t(95081),e),n.__exportStar(t(82879),e),n.__exportStar(t(54374),e)},93749:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(68302),r=t(9268);e.EventEmitter=class{constructor(){this._emitter=new n,this._registeredListeners=new Map}on(A,e){let t=this._registeredListeners.get(A);if(void 0===t)t=new WeakSet,this._registeredListeners.set(A,t);else if(t.has(e))throw new Error(`Double-registered for '${A}' event.`);const n=(...A)=>{try{e(...A)}catch(A){console.error(A)}};return t.add(e),this._emitter.on(String(A),n),r.createDisposable((()=>{var r;null===(r=t)||void 0===r||r.delete(e),this._emitter.off(String(A),n)}))}emit(A,...e){this._emitter.trigger(String(A),e)}get hasListeners(){const A=this._emitter.getListeners(/.*/);for(const e in A){if(!{}.hasOwnProperty.call(A,e))continue;const t=A[e];if(void 0!==t&&t.length>0)return!0}return!1}dispose(){this._registeredListeners.clear(),this._emitter.removeAllListeners()}createEmitGroup(){const A=this,e=[];let t=!1;return{get queueCount(){return e.length},emit(n,...r){t?A.emit(n,...r):e.push([n,r])},flush(){for(const[t,n]of e)try{A.emit(t,...n)}catch(A){}this.reset(),t=!0},reset(){e.length=0,t=!1}}}}},86086:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),t(22970).__exportStar(t(93749),e)},68642:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(22970);n.__exportStar(t(29371),e),n.__exportStar(t(9268),e),n.__exportStar(t(86086),e)},94169:(A,e)=>{"use strict";var t;e.__esModule=!0,(t=e.DiagnosticSeverity||(e.DiagnosticSeverity={}))[t.Error=0]="Error",t[t.Warning=1]="Warning",t[t.Information=2]="Information",t[t.Hint=3]="Hint"},77086:(A,e)=>{"use strict";var t;e.__esModule=!0,(t=e.HttpParamStyles||(e.HttpParamStyles={})).Simple="simple",t.Matrix="matrix",t.Label="label",t.Form="form",t.CommaDelimited="commaDelimited",t.SpaceDelimited="spaceDelimited",t.PipeDelimited="pipeDelimited",t.DeepObject="deepObject"},92749:(A,e,t)=>{"use strict";function n(A){for(var t in A)e.hasOwnProperty(t)||(e[t]=A[t])}e.__esModule=!0,n(t(77086)),n(t(31441)),n(t(94169)),n(t(88617))},31441:(A,e)=>{"use strict";e.__esModule=!0},88617:(A,e)=>{"use strict";var t,n;e.__esModule=!0,(n=e.NodeType||(e.NodeType={})).Article="article",n.HttpService="http_service",n.HttpServer="http_server",n.HttpOperation="http_operation",n.Model="model",n.Generic="generic",n.Unknown="unknown",n.TableOfContents="table_of_contents",n.SpectralRuleset="spectral_ruleset",n.Styleguide="styleguide",(t=e.NodeFormat||(e.NodeFormat={})).Json="json",t.Markdown="markdown",t.Yaml="yaml"},20603:A=>{"use strict";A.exports=function(A,e){var t,n=String(A),r=0;if("string"!=typeof e)throw new Error("Expected character");for(t=n.indexOf(e);-1!==t;)r++,t=n.indexOf(e,t+e.length);return r}},27615:A=>{"use strict";A.exports=A=>{if("string"!=typeof A)throw new TypeError("Expected a string");return A.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}},22933:(A,e,t)=>{"use strict";var n=t(34076);A.exports=function(A,e){for(var t,c,g,B,u,m,w,Q,C,I,y,M,v=e||{},F=!1!==v.padding,Y=!1!==v.delimiterStart,b=!1!==v.delimiterEnd,D=(v.align||[]).concat(),x=!1!==v.alignDelimiters,k=[],G=v.stringLength||E,U=-1,T=A.length,R=[],H=[],N=[],S=[],P=[],j=0;++Uj&&(j=g);++cB)&&(P[c]=u)),N.push(m);R[U]=N,H[U]=S}if(c=-1,g=j,"object"==typeof D&&"length"in D)for(;++cP[c]&&(P[c]=u),S[c]=u),N[c]=m;for(R.splice(1,0,N),H.splice(1,0,S),U=-1,T=R.length,w=[];++U{"use strict";A.exports=function(A,e,t,n){var r,o;return"string"==typeof e||e&&"function"==typeof e.exec?o=[[e,t]]:(o=e,n=t),a(A,r=n||{},function A(e){var t=e[0];return function(n,o){var s,l,c,g,B=t[0],u=t[1],p=[],d=0,f=o.children.indexOf(n);for(B.lastIndex=0,l=B.exec(n.value);l&&(s=l.index,!1!==(g=u.apply(null,[].concat(l,{index:l.index,input:l.input})))&&(d!==s&&p.push({type:"text",value:n.value.slice(d,s)}),"string"==typeof g&&g.length>0&&(g={type:"text",value:g}),g&&(p=[].concat(p,g)),d=s+l[0].length),B.global);)l=B.exec(n.value);if(void 0===s?(p=[n],f--):(d1)for(c=A(e.slice(1)),s=-1;++s{var n=t(20603),r=t(49237),o=t(47662),i=t(36906);function a(A){this.config.enter.autolinkProtocol.call(this,A)}function s(A,e,t,r,o){var i,a,s="";return!!c(o)&&(/^w/i.test(e)&&(t=e+t,e="",s="http://"),!!function(A){var e=A.split(".");return!(e.length<2||e[e.length-1]&&(/_/.test(e[e.length-1])||!/[a-zA-Z\d]/.test(e[e.length-1]))||e[e.length-2]&&(/_/.test(e[e.length-2])||!/[a-zA-Z\d]/.test(e[e.length-2])))}(t)&&!!(i=function(A){var e,t,r,o=/[!"&'),.:;<>?\]}]+$/.exec(A);if(o)for(A=A.slice(0,o.index),e=(o=o[0]).indexOf(")"),t=n(A,"("),r=n(A,")");-1!==e&&t>r;)A+=o.slice(0,e+1),e=(o=o.slice(e+1)).indexOf(")"),r++;return[A,o]}(t+r))[0]&&(a={type:"link",title:null,url:s+e+i[0],children:[{type:"text",value:e+i[0]}]},i[1]&&(a=[a,{type:"text",value:i[1]}]),a))}function l(A,e,t,n){return!(!c(n,!0)||/[_-]$/.test(t))&&{type:"link",title:null,url:"mailto:"+e+"@"+t,children:[{type:"text",value:e+"@"+t}]}}function c(A,e){var t=A.input.charCodeAt(A.index-1);return(t!=t||i(t)||o(t))&&(!e||47!==t)}e.transforms=[function(A){r(A,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/i,s],[/([-.\w+]+)@([-\w]+(?:\.[-\w]+)+)/,l]],{ignore:["link","linkReference"]})}],e.enter={literalAutolink:function(A){this.enter({type:"link",title:null,url:"",children:[]},A)},literalAutolinkEmail:a,literalAutolinkHttp:a,literalAutolinkWww:a},e.exit={literalAutolink:function(A){this.exit(A)},literalAutolinkEmail:function(A){this.config.exit.autolinkEmail.call(this,A)},literalAutolinkHttp:function(A){this.config.exit.autolinkProtocol.call(this,A)},literalAutolinkWww:function(A){this.config.exit.data.call(this,A),this.stack[this.stack.length-1].url="http://"+this.sliceSerialize(A)}}},24819:(A,e)=>{var t="phrasing",n=["autolink","link","image","label"];e.unsafe=[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:t,notInConstruct:n},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:t,notInConstruct:n},{character:":",before:"[ps]",after:"\\/",inConstruct:t,notInConstruct:n}]},36828:(A,e)=>{e.canContainEols=["delete"],e.enter={strikethrough:function(A){this.enter({type:"delete",children:[]},A)}},e.exit={strikethrough:function(A){this.exit(A)}}},11752:(A,e,t)=>{var n=t(57054);function r(A,e,t){var r=t.enter("emphasis"),o=n(A,t,{before:"~",after:"~"});return r(),"~~"+o+"~~"}e.unsafe=[{character:"~",inConstruct:"phrasing"}],e.handlers={delete:r},r.peek=function(){return"~"}},29506:(A,e)=>{function t(A){this.exit(A)}function n(A){this.enter({type:"tableCell",children:[]},A)}function r(A,e){return"|"===e?e:A}e.enter={table:function(A){this.enter({type:"table",align:A._align,children:[]},A),this.setData("inTable",!0)},tableData:n,tableHeader:n,tableRow:function(A){this.enter({type:"tableRow",children:[]},A)}},e.exit={codeText:function(A){var e=this.resume();this.getData("inTable")&&(e=e.replace(/\\([\\|])/g,r)),this.stack[this.stack.length-1].value=e,this.exit(A)},table:function(A){this.exit(A),this.setData("inTable")},tableData:t,tableHeader:t,tableRow:t}},62007:(A,e,t)=>{var n=t(57054),r=t(35051),o=t(22933);A.exports=function(A){var e=A||{},t=e.tableCellPadding,i=e.tablePipeAlign,a=e.stringLength,s=t?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:"\n",inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[\t :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{table:function(A,e,t){return c(function(A,e){for(var t=A.children,n=-1,r=t.length,o=[],i=e.enter("table");++n{function t(A){this.stack[this.stack.length-2].checked="taskListCheckValueChecked"===A.type}e.exit={taskListCheckValueChecked:t,taskListCheckValueUnchecked:t,paragraph:function(A){var e,t=this.stack[this.stack.length-2],n=this.stack[this.stack.length-1],r=t.children,o=n.children[0],i=-1;if(t&&"listItem"===t.type&&"boolean"==typeof t.checked&&o&&"text"===o.type){for(;++i{var n=t(27733);e.unsafe=[{atBreak:!0,character:"-",after:"[:|-]"}],e.handlers={listItem:function(A,e,t){var r=n(A,e,t),o=A.children[0];return"boolean"==typeof A.checked&&o&&"paragraph"===o.type&&(r=r.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,(function(e){return e+"["+(A.checked?"x":" ")+"] "}))),r}}},49843:(A,e,t)=>{var n=t(2232),r=t(36828),o=t(29506),i=t(99234),a={}.hasOwnProperty;function s(A,e){var t,n,r;for(t in e)n=a.call(A,t)?A[t]:A[t]={},r=e[t],"canContainEols"===t||"transforms"===t?A[t]=[].concat(n,r):Object.assign(n,r)}A.exports=function(A){for(var e={transforms:[],canContainEols:[]},t=A.length,n=-1;++n{var n=t(24819),r=t(11752),o=t(62007),i=t(65573),a=t(76867);A.exports=function(A){var e=a({handlers:{},join:[],unsafe:[],options:{}},{extensions:[n,r,o(A),i]});return Object.assign(e.options,{handlers:e.handlers,join:e.join,unsafe:e.unsafe})}},76867:A=>{A.exports=function A(e,t){var n,r=-1;if(t.extensions)for(;++r{A.exports=r,r.peek=function(){return"`"};var n=t(31119);function r(A,e,t){for(var r,o,i,a,s=A.value||"",l="`",c=-1;new RegExp("(^|[^`])"+l+"([^`]|$)").test(s);)l+="`";for(/[^ \r\n]/.test(s)&&(/[ \r\n`]/.test(s.charAt(0))||/[ \r\n`]/.test(s.charAt(s.length-1)))&&(s=" "+s+" ");++c{A.exports=function(A,e,t){var s,l,c,g=r(t),B=o(t);return e&&e.ordered&&(g=(e.start>-1?e.start:1)+(!1===t.options.incrementListMarker?0:e.children.indexOf(A))+"."),s=g.length+1,("tab"===B||"mixed"===B&&(e&&e.spread||A.spread))&&(s=4*Math.ceil(s/4)),c=t.enter("listItem"),l=a(i(A,t),(function(A,e,t){return e?(t?"":n(" ",s))+A:(t?g:g+n(" ",s-g.length))+A})),c(),l};var n=t(34076),r=t(1893),o=t(34146),i=t(96466),a=t(2614)},1893:A=>{A.exports=function(A){var e=A.options.bullet||"*";if("*"!==e&&"+"!==e&&"-"!==e)throw new Error("Cannot serialize items with `"+e+"` for `options.bullet`, expected `*`, `+`, or `-`");return e}},34146:A=>{A.exports=function(A){var e=A.options.listItemIndent||"tab";if(1===e||"1"===e)return"one";if("tab"!==e&&"one"!==e&&"mixed"!==e)throw new Error("Cannot serialize items with `"+e+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return e}},96466:(A,e,t)=>{A.exports=function(A,e){for(var t,r=A.children||[],o=[],i=-1;++i{A.exports=function(A,e,t){for(var n,r,o,i=A.children||[],a=[],s=-1,l=t.before;++s0&&("\r"===l||"\n"===l)&&"html"===o.type&&(a[a.length-1]=a[a.length-1].replace(/(\r?\n|\r)$/," "),l=" "),a.push(e.handle(o,A,e,{before:l,after:n})),l=a[a.length-1].slice(-1);return a.join("")}},2614:A=>{A.exports=function(A,t){for(var n,r=[],o=0,i=0;n=e.exec(A);)a(A.slice(o,n.index)),r.push(n[0]),o=n.index+n[0].length,i++;return a(A.slice(o)),r.join("");function a(A){r.push(t(A,i,!A))}};var e=/\r?\n|\r/g},31119:A=>{A.exports=function(A){var e,t;return A._compiled||(e=A.before?"(?:"+A.before+")":"",t=A.after?"(?:"+A.after+")":"",A.atBreak&&(e="[\\r\\n][\\t ]*"+e),A._compiled=new RegExp((e?"("+e+")":"")+(/[|\\{}()[\]^$+*?.-]/.test(A.character)?"\\":"")+A.character+(t||""),"g")),A._compiled}},5513:(A,e,t)=>{A.exports=t(74791)},74791:(A,e,t)=>{var n=t(2068),r=t(14822),o=t(76925),i=t(68766),a=t(47662),s=t(36906),l={tokenize:function(A,e,t){return function(e){return A.consume(e),n};function n(e){return 87===e||e-32==87?(A.consume(e),r):t(e)}function r(e){return 87===e||e-32==87?(A.consume(e),o):t(e)}function o(e){return 46===e?(A.consume(e),a):t(e)}function a(A){return null===A||i(A)?t(A):e(A)}},partial:!0},c={tokenize:function(A,e,t){var n,r;return i;function i(e){return 38===e?A.check(u,c,l)(e):46===e||95===e?A.check(B,c,l)(e):o(e)||s(e)||45!==e&&a(e)?c(e):(A.consume(e),i)}function l(e){return 46===e?(r=n,n=void 0,A.consume(e),i):(95===e&&(n=!0),A.consume(e),i)}function c(A){return r||n?t(A):e(A)}},partial:!0},g={tokenize:function(A,e){var t=0;return n;function n(i){return 38===i?A.check(u,e,r)(i):(40===i&&t++,41===i?A.check(B,o,r)(i):w(i)?e(i):m(i)?A.check(B,e,r)(i):(A.consume(i),n))}function r(e){return A.consume(e),n}function o(A){return--t<0?e(A):r(A)}},partial:!0},B={tokenize:function(A,e,t){return function(e){return A.consume(e),n};function n(r){return m(r)?(A.consume(r),n):w(r)?e(r):t(r)}},partial:!0},u={tokenize:function(A,e,t){return function(e){return A.consume(e),r};function r(e){return n(e)?(A.consume(e),r):59===e?(A.consume(e),o):t(e)}function o(A){return w(A)?e(A):t(A)}},partial:!0},p={tokenize:function(A,e,t){var n=this;return function(e){return 87!==e&&e-32!=87||!C(n.previous)||M(n.events)?t(e):(A.enter("literalAutolink"),A.enter("literalAutolinkWww"),A.check(l,A.attempt(c,A.attempt(g,r),t),t)(e))};function r(t){return A.exit("literalAutolinkWww"),A.exit("literalAutolink"),e(t)}},previous:C},d={tokenize:function(A,e,t){var n=this;return function(e){return 72!==e&&e-32!=72||!I(n.previous)||M(n.events)?t(e):(A.enter("literalAutolink"),A.enter("literalAutolinkHttp"),A.consume(e),r)};function r(e){return 84===e||e-32==84?(A.consume(e),i):t(e)}function i(e){return 84===e||e-32==84?(A.consume(e),l):t(e)}function l(e){return 80===e||e-32==80?(A.consume(e),B):t(e)}function B(e){return 83===e||e-32==83?(A.consume(e),u):u(e)}function u(e){return 58===e?(A.consume(e),p):t(e)}function p(e){return 47===e?(A.consume(e),d):t(e)}function d(e){return 47===e?(A.consume(e),f):t(e)}function f(e){return o(e)||s(e)||a(e)?t(e):A.attempt(c,A.attempt(g,E),t)(e)}function E(t){return A.exit("literalAutolinkHttp"),A.exit("literalAutolink"),e(t)}},previous:I},f={tokenize:function(A,e,t){var n,o=this;return function(e){return Q(e)&&y(o.previous)&&!M(o.events)?(A.enter("literalAutolink"),A.enter("literalAutolinkEmail"),i(e)):t(e)};function i(e){return Q(e)?(A.consume(e),i):64===e?(A.consume(e),a):t(e)}function a(e){return 46===e?A.check(B,g,s)(e):45===e||95===e?A.check(B,t,l)(e):r(e)?(A.consume(e),a):g(e)}function s(e){return A.consume(e),n=!0,a}function l(e){return A.consume(e),c}function c(e){return 46===e?A.check(B,t,s)(e):a(e)}function g(r){return n?(A.exit("literalAutolinkEmail"),A.exit("literalAutolink"),e(r)):t(r)}},previous:y},E={};e.text=E;for(var h=48;h<123;)E[h]=f,58==++h?h=65:91===h&&(h=97);function m(A){return 33===A||34===A||39===A||41===A||42===A||44===A||46===A||58===A||59===A||60===A||63===A||95===A||126===A}function w(A){return null===A||A<0||32===A||60===A}function Q(A){return 43===A||45===A||46===A||95===A||r(A)}function C(A){return null===A||A<0||32===A||40===A||42===A||95===A||126===A}function I(A){return null===A||!n(A)}function y(A){return 47!==A&&I(A)}function M(A){for(var e=A.length;e--;)if(("labelLink"===A[e][1].type||"labelImage"===A[e][1].type)&&!A[e][1]._balanced)return!0}E[43]=f,E[45]=f,E[46]=f,E[95]=f,E[72]=[f,d],E[104]=[f,d],E[87]=[f,p],E[119]=[f,p]},56601:(A,e,t)=>{A.exports=function(A){var e=(A||{}).singleTilde,t={tokenize:function(A,t,r){var o=this.previous,i=this.events,a=0;return function(e){return 126!==e||126===o&&"characterEscape"!==i[i.length-1][1].type?r(e):(A.enter("strikethroughSequenceTemporary"),s(e))};function s(i){var l,c,g=n(o);return 126===i?a>1?r(i):(A.consume(i),a++,s):a<2&&!e?r(i):(l=A.exit("strikethroughSequenceTemporary"),c=n(i),l._open=!c||2===c&&g,l._close=!g||2===g&&c,t(i))}},resolveAll:function(A,e){for(var t,n,a,s,l=-1;++l{A.exports=t(47412)},47412:(A,e,t)=>{e.flow={null:{tokenize:function(A,e,t){var i,a,s=[],l=0;return function(e){return null===e||-5===e||-4===e||-3===e?t(e):(A.enter("table")._align=s,A.enter("tableHead"),A.enter("tableRow"),124===e?c(e):(l++,A.enter("temporaryTableCellContent"),u(e)))};function c(e){return A.enter("tableCellDivider"),A.consume(e),A.exit("tableCellDivider"),i=!0,g}function g(e){return null===e||-5===e||-4===e||-3===e?function(e){return null===e?t(e):(A.exit("tableRow"),A.exit("tableHead"),A.enter("lineEnding"),A.consume(e),A.exit("lineEnding"),A.check(r,t,n(A,d,"linePrefix",4)))}(e):-2===e||-1===e||32===e?(A.enter("whitespace"),A.consume(e),B):(i&&(i=void 0,l++),124===e?c(e):(A.enter("temporaryTableCellContent"),u(e)))}function B(e){return-2===e||-1===e||32===e?(A.consume(e),B):(A.exit("whitespace"),g(e))}function u(e){return null===e||e<0||32===e||124===e?(A.exit("temporaryTableCellContent"),g(e)):(A.consume(e),92===e?p:u)}function p(e){return 92===e||124===e?(A.consume(e),u):u(e)}function d(e){return null===e||e<0||32===e?t(e):(A.enter("tableDelimiterRow"),f(e))}function f(e){return null===e||-5===e||-4===e||-3===e?Q(e):-2===e||-1===e||32===e?(A.enter("whitespace"),A.consume(e),E):45===e?(A.enter("tableDelimiterFiller"),A.consume(e),a=!0,s.push(null),h):58===e?(A.enter("tableDelimiterAlignment"),A.consume(e),A.exit("tableDelimiterAlignment"),s.push("left"),m):124===e?(A.enter("tableCellDivider"),A.consume(e),A.exit("tableCellDivider"),f):t(e)}function E(e){return-2===e||-1===e||32===e?(A.consume(e),E):(A.exit("whitespace"),f(e))}function h(e){return 45===e?(A.consume(e),h):(A.exit("tableDelimiterFiller"),58===e?(A.enter("tableDelimiterAlignment"),A.consume(e),A.exit("tableDelimiterAlignment"),s[s.length-1]="left"===s[s.length-1]?"center":"right",w):f(e))}function m(e){return 45===e?(A.enter("tableDelimiterFiller"),A.consume(e),a=!0,h):t(e)}function w(e){return null===e||-5===e||-4===e||-3===e?Q(e):-2===e||-1===e||32===e?(A.enter("whitespace"),A.consume(e),E):124===e?(A.enter("tableCellDivider"),A.consume(e),A.exit("tableCellDivider"),f):t(e)}function Q(e){return A.exit("tableDelimiterRow"),a&&l===s.length?null===e?C(e):A.check(o,C,I)(e):t(e)}function C(t){return A.exit("table"),e(t)}function I(e){return A.enter("lineEnding"),A.consume(e),A.exit("lineEnding"),n(A,y,"linePrefix",4)}function y(e){return A.enter("tableBody"),M(e)}function M(e){return A.enter("tableRow"),124===e?v(e):(A.enter("temporaryTableCellContent"),b(e))}function v(e){return A.enter("tableCellDivider"),A.consume(e),A.exit("tableCellDivider"),F}function F(e){return null===e||-5===e||-4===e||-3===e?function(e){return A.exit("tableRow"),null===e?x(e):A.check(o,x,k)(e)}(e):-2===e||-1===e||32===e?(A.enter("whitespace"),A.consume(e),Y):124===e?v(e):(A.enter("temporaryTableCellContent"),b(e))}function Y(e){return-2===e||-1===e||32===e?(A.consume(e),Y):(A.exit("whitespace"),F(e))}function b(e){return null===e||e<0||32===e||124===e?(A.exit("temporaryTableCellContent"),F(e)):(A.consume(e),92===e?D:b)}function D(e){return 92===e||124===e?(A.consume(e),b):b(e)}function x(e){return A.exit("tableBody"),C(e)}function k(e){return A.enter("lineEnding"),A.consume(e),A.exit("lineEnding"),n(A,M,"linePrefix",4)}},resolve:function(A,e){for(var t,n,r,o,i,a,s,l,c,g,B=A.length,u=-1;++u{A.exports=t(78611)},78611:(A,e,t)=>{var n=t(56387),r=t(43394),o=t(29605),i={tokenize:function(A,e,t){var n=this;return function(e){return 91===e&&null===n.previous&&n._gfmTasklistFirstContentOfListItem?(A.enter("taskListCheck"),A.enter("taskListCheckMarker"),A.consume(e),A.exit("taskListCheckMarker"),r):t(e)};function r(e){return-2===e||32===e?(A.enter("taskListCheckValueUnchecked"),A.consume(e),A.exit("taskListCheckValueUnchecked"),o):88===e||120===e?(A.enter("taskListCheckValueChecked"),A.consume(e),A.exit("taskListCheckValueChecked"),o):t(e)}function o(n){return 93===n?(A.enter("taskListCheckMarker"),A.consume(n),A.exit("taskListCheckMarker"),A.exit("taskListCheck"),A.check({tokenize:a},e,t)):t(n)}}};function a(A,e,t){var i=this;return r(A,(function(A){return o(i.events,"whitespace")&&null!==A&&!n(A)?e(A):t(A)}),"whitespace")}e.text={91:i}},75077:(A,e,t)=>{A.exports=t(15759)},15759:(A,e,t)=>{var n=t(75047),r=t(5513),o=t(56601),i=t(96211),a=t(1817);A.exports=function(A){return n([r,o(A),i,a])}},2068:(A,e,t)=>{"use strict";var n=t(24266)(/[A-Za-z]/);A.exports=n},14822:(A,e,t)=>{"use strict";var n=t(24266)(/[\dA-Za-z]/);A.exports=n},76925:A=>{"use strict";A.exports=function(A){return A<32||127===A}},56387:A=>{"use strict";A.exports=function(A){return A<0||32===A}},68766:A=>{"use strict";A.exports=function(A){return A<-2}},29452:A=>{"use strict";A.exports=function(A){return-2===A||-1===A||32===A}},47662:(A,e,t)=>{"use strict";var n=t(51553),r=t(24266)(n);A.exports=r},36906:(A,e,t)=>{"use strict";var n=t(24266)(/\s/);A.exports=n},91566:A=>{"use strict";var e=Object.assign;A.exports=e},54190:A=>{"use strict";var e=String.fromCharCode;A.exports=e},11060:A=>{"use strict";var e={}.hasOwnProperty;A.exports=e},80177:A=>{"use strict";var e=[].splice;A.exports=e},51553:A=>{"use strict";A.exports=/[!-\/:-@\[-`\{-~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]/},43394:(A,e,t)=>{"use strict";var n=t(29452);A.exports=function(A,e,t,r){var o=r?r-1:1/0,i=0;return function(r){return n(r)?(A.enter(t),a(r)):e(r)};function a(r){return n(r)&&i++{"use strict";var n=t(80177);A.exports=function(A,e,t,r){var o,i=A.length,a=0;if(e=e<0?-e>i?0:i+e:e>i?i:e,t=t>0?t:0,r.length<1e4)(o=Array.from(r)).unshift(e,t),n.apply(A,o);else for(t&&n.apply(A,[e,t]);a{"use strict";var n=t(56387),r=t(47662),o=t(36906);A.exports=function(A){return null===A||n(A)||o(A)?1:r(A)?2:void 0}},75047:(A,e,t)=>{"use strict";var n=t(11060),r=t(81980),o=t(29590);function i(A,e){var t,r,i,s;for(t in e)for(s in r=n.call(A,t)?A[t]:A[t]={},i=e[t])r[s]=a(o(i[s]),n.call(r,s)?r[s]:[])}function a(A,e){for(var t=-1,n=[];++t{"use strict";A.exports=function(A){return null==A?[]:"length"in A?A:[A]}},29605:(A,e,t)=>{"use strict";var n=t(64330);A.exports=function(A,e){var t=A[A.length-1];return t&&t[1].type===e?n(t[2].sliceStream(t[1])):0}},24266:(A,e,t)=>{"use strict";var n=t(54190);A.exports=function(A){return function(e){return A.test(n(e))}}},23126:A=>{"use strict";A.exports=function(A,e,t){for(var n,r=[],o=-1;++o{"use strict";var n=t(91566);A.exports=function(A){return n({},A)}},64330:A=>{"use strict";A.exports=function(A){for(var e=-1,t=0;++e{"use strict";var n,r=t(75077),o=t(49843),i=t(72860);A.exports=function(A){var e=this.data();function t(A,t){e[A]?e[A].push(t):e[A]=[t]}!n&&(this.Parser&&this.Parser.prototype&&this.Parser.prototype.blockTokenizers||this.Compiler&&this.Compiler.prototype&&this.Compiler.prototype.visitors)&&(n=!0,console.warn("[remark-gfm] Warning: please upgrade to remark 13 to use this plugin")),t("micromarkExtensions",r(A)),t("fromMarkdownExtensions",o),t("toMarkdownExtensions",i(A))}},20836:A=>{"use strict";function e(){return!0}A.exports=function A(t){if(null==t)return e;if("string"==typeof t)return function(A){return function(e){return Boolean(e&&e.type===A)}}(t);if("object"==typeof t)return"length"in t?function(e){for(var t=[],n=-1;++n{A.exports=function(A){return A}},72869:(A,e,t)=>{"use strict";A.exports=s;var n=t(20836),r=t(49573),o=!0,i="skip",a=!1;function s(A,e,t,s){var l,c;"function"==typeof e&&"function"!=typeof t&&(s=t,t=e,e=null),c=n(e),l=s?-1:1,function A(n,g,B){var u,p="object"==typeof n&&null!==n?n:{};return"string"==typeof p.type&&(u="string"==typeof p.tagName?p.tagName:"string"==typeof p.name?p.name:void 0,d.displayName="node ("+r(p.type+(u?"<"+u+">":""))+")"),d;function d(){var r,u,p=B.concat(n),d=[];if((!e||c(n,g,B[B.length-1]||null))&&(d=function(A){return null!==A&&"object"==typeof A&&"length"in A?A:"number"==typeof A?[o,A]:[A]}(t(n,B)),d[0]===a))return d;if(n.children&&d[0]!==i)for(u=(s?n.children.length:-1)+l;u>-1&&u{"use strict";function t(A){return null==A}Object.defineProperty(e,"__esModule",{value:!0}),e.isNothing=t,e.isObject=function(A){return"object"==typeof A&&null!==A},e.toArray=function(A){return Array.isArray(A)?A:t(A)?[]:[A]},e.extend=function(A,e){var t,n,r,o;if(e)for(t=0,n=(o=Object.keys(e)).length;t{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=t(89001),r=t(94196),o=t(45898),i=t(19096),a=Object.prototype.toString,s=Object.prototype.hasOwnProperty,l=9,c=10,g=13,B=32,u=33,p=34,d=35,f=37,E=38,h=39,m=42,w=44,Q=45,C=58,I=61,y=62,M=63,v=64,F=91,Y=93,b=96,D=123,x=124,k=125,G={0:"\\0",7:"\\a",8:"\\b",9:"\\t",10:"\\n",11:"\\v",12:"\\f",13:"\\r",27:"\\e",34:'\\"',92:"\\\\",133:"\\N",160:"\\_",8232:"\\L",8233:"\\P"},U=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function T(A){var e,t,o;if(e=A.toString(16).toUpperCase(),A<=255)t="x",o=2;else if(A<=65535)t="u",o=4;else{if(!(A<=4294967295))throw new r("code point within a string may not be greater than 0xFFFFFFFF");t="U",o=8}return"\\"+t+n.repeat("0",o-e.length)+e}function R(A){this.schema=A.schema||o,this.indent=Math.max(1,A.indent||2),this.noArrayIndent=A.noArrayIndent||!1,this.skipInvalid=A.skipInvalid||!1,this.flowLevel=n.isNothing(A.flowLevel)?-1:A.flowLevel,this.styleMap=function(A,e){var t,n,r,o,i,a,l;if(null===e)return{};for(t={},r=0,o=(n=Object.keys(e)).length;r-1&&t>=A.flowLevel;switch(function(A,e,t,n,r){var o,i,a,s,l=!1,g=!1,B=-1!==n,G=-1,U=P(s=A.charCodeAt(0))&&65279!==s&&!S(s)&&s!==Q&&s!==M&&s!==C&&s!==w&&s!==F&&s!==Y&&s!==D&&s!==k&&s!==d&&s!==E&&s!==m&&s!==u&&s!==x&&s!==I&&s!==y&&s!==h&&s!==p&&s!==f&&s!==v&&s!==b&&!S(A.charCodeAt(A.length-1));if(e)for(o=0;o0?A.charCodeAt(o-1):null,U=U&&j(i,a)}else{for(o=0;on&&" "!==A[G+1],G=o);else if(!P(i))return L;a=o>0?A.charCodeAt(o-1):null,U=U&&j(i,a)}g=g||B&&o-G-1>n&&" "!==A[G+1]}return l||g?t>9&&J(A)?L:g?z:W:U&&!r(A)?V:O}(e,a,A.indent,i,(function(e){return function(A,e){var t,n;for(t=0,n=A.implicitTypes.length;t"+Z(e,A.indent)+X(H(function(A,e){for(var t,n,r,o=/(\n+)([^\n]*)/g,i=(r=-1!==(r=A.indexOf("\n"))?r:A.length,o.lastIndex=r,q(A.slice(0,r),e)),a="\n"===A[0]||" "===A[0];n=o.exec(A);){var s=n[1],l=n[2];t=" "===l[0],i+=s+(a||t||""===l?"":"\n")+q(l,e),a=t}return i}(e,i),o));case L:return'"'+function(A){for(var e,t,n,r="",o=0;o=55296&&e<=56319&&(t=A.charCodeAt(o+1))>=56320&&t<=57343?(r+=T(1024*(e-55296)+t-56320+65536),o++):r+=!(n=G[e])&&P(e)?A[o]:n||T(e);return r}(e)+'"';default:throw new r("impossible error: invalid scalar style")}}();if(!n){let e=new oA(A,o).write(t,"before-eol");""!==e&&(i+=" "+e)}A.dump=i}function Z(A,e){var t=J(A)?String(e):"",n="\n"===A[A.length-1];return t+(!n||"\n"!==A[A.length-2]&&"\n"!==A?n?"":"-":"+")+"\n"}function X(A){return"\n"===A[A.length-1]?A.slice(0,-1):A}function q(A,e){if(""===A||" "===A[0])return A;for(var t,n,r=/ [^ ]/g,o=0,i=0,a=0,s="";t=r.exec(A);)(a=t.index)-o>e&&(n=i>o?i:a,s+="\n"+A.slice(o,n),o=n+1),i=a;return s+="\n",A.length-o>e&&i>o?s+=A.slice(o,i)+"\n"+A.slice(i+1):s+=A.slice(o),s.slice(1)}function _(A,e,t){var n,o,i,l,c,g;for(i=0,l=(o=t?A.explicitTypes:A.implicitTypes).length;i tag resolver accepts not "'+g+'" style');n=c.represent[g](e,g)}A.dump=n}return!0}return!1}function $(A,e,t,n,o,i,s){A.tag=null,A.dump=t,_(A,t,!1)||_(A,t,!0);var l=a.call(A.dump);n&&(n=A.flowLevel<0||A.flowLevel>e),(null!==A.tag&&"?"!==A.tag||2!==A.indent&&e>0)&&(o=!1);var g,B,u="[object Object]"===l||"[object Array]"===l;if(u&&(B=-1!==(g=A.duplicates.indexOf(t))),(null!==A.tag&&"?"!==A.tag||B||2!==A.indent&&e>0)&&(o=!1),B&&A.usedDuplicates[g])A.dump="*ref_"+g;else{if(u&&B&&!A.usedDuplicates[g]&&(A.usedDuplicates[g]=!0),"[object Object]"===l)n&&0!==Object.keys(A.dump).length?(function(A,e,t,n,o){var i,a,s,l,g,B,u="",p=A.tag,d=Object.keys(t);if(!0===A.sortKeys)d.sort();else if("function"==typeof A.sortKeys)d.sort(A.sortKeys);else if(A.sortKeys)throw new r("sortKeys must be a boolean or a function");var f,E=new oA(A,o);for(u+=E.write(e,"before-eol"),u+=E.write(e,"leading"),i=0,a=d.length;i1024)&&(A.dump&&c===A.dump.charCodeAt(0)?B+="?":B+="? "),B+=A.dump,g&&(B+=N(A,e)),$(A,e+1,l,!0,g,!1,`${o}/${f=s,f.replace(nA,"~0").replace(rA,"~1")}`)&&(A.dump&&c===A.dump.charCodeAt(0)?B+=":":B+=": ",u+=B+=A.dump,u+=E.writeAt(e,s,"after")));A.tag=p,A.dump=u||"{}",A.dump+=E.write(e,"trailing")}(A,e,A.dump,o,s),B&&(A.dump="&ref_"+g+A.dump)):(function(A,e,t,n){var r,o,i,a,s,l="",c=A.tag,g=Object.keys(t);for(r=0,o=g.length;r1024&&(s+="? "),s+=A.dump+(A.condenseFlow?'"':"")+":"+(A.condenseFlow?"":" "),$(A,e,a,!1,!1,!1,n)&&(l+=s+=A.dump));A.tag=c,A.dump="{"+l+"}"}(A,e,A.dump,s),B&&(A.dump="&ref_"+g+" "+A.dump));else if("[object Array]"===l){var p=A.noArrayIndent&&e>0?e-1:e;n&&0!==A.dump.length?(function(A,e,t,n,r){var o,i,a="",s=A.tag,l=new oA(A,r);for(a+=l.write(e,"before-eol"),a+=l.write(e,"leading"),o=0,i=t.length;o "+A.dump)}return!0}function AA(A,e){var t,n,r=[],o=[];for(eA(A,r,o),t=0,n=o.length;t{"use strict";class e{constructor(A,e=null,t=!1){this.name="YAMLException",this.reason=A,this.mark=e,this.message=this.toString(!1),this.isWarning=t}static isInstance(A){if(null!=A&&A.getClassIdentifier&&"function"==typeof A.getClassIdentifier)for(let t of A.getClassIdentifier())if(t==e.CLASS_IDENTIFIER)return!0;return!1}getClassIdentifier(){return[].concat(e.CLASS_IDENTIFIER)}toString(A=!1){var e;return e="JS-YAML: "+(this.reason||"(unknown reason)"),!A&&this.mark&&(e+=" "+this.mark.toString()),e}}e.CLASS_IDENTIFIER="yaml-ast-parser.YAMLException",A.exports=e},23139:(A,e,t)=>{"use strict";function n(A){for(var t in A)e.hasOwnProperty(t)||(e[t]=A[t])}Object.defineProperty(e,"__esModule",{value:!0});var r=t(65258);e.load=r.load,e.loadAll=r.loadAll,e.safeLoad=r.safeLoad,e.safeLoadAll=r.safeLoadAll;var o=t(86265);e.dump=o.dump,e.safeDump=o.safeDump,e.YAMLException=t(94196),n(t(55991)),n(t(76206))},65258:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(55991),r=t(89001),o=t(94196),i=t(65324),a=t(19096),s=t(45898);var l=Object.prototype.hasOwnProperty,c=1,g=2,B=3,u=4,p=1,d=2,f=3,E=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,h=/[\x85\u2028\u2029]/,m=/[,\[\]\{\}]/,w=/^(?:!|!!|![a-z\-]+!)$/i,Q=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function C(A){return 10===A||13===A}function I(A){return 9===A||32===A}function y(A){return 9===A||32===A||10===A||13===A}function M(A){return 44===A||91===A||93===A||123===A||125===A}function v(A){var e;return 48<=A&&A<=57?A-48:97<=(e=32|A)&&e<=102?e-97+10:-1}function F(A){return 120===A?2:117===A?4:85===A?8:0}function Y(A){return 48<=A&&A<=57?A-48:-1}function b(A){return A<=65535?String.fromCharCode(A):String.fromCharCode(55296+(A-65536>>10),56320+(A-65536&1023))}for(var D,x=new Array(256),k=new Array(256),G=new Array(256),U=new Array(256),T=0;T<256;T++)U[T]=k[T]=48===(D=T)?"\0":97===D?"":98===D?"\b":116===D||9===D?"\t":110===D?"\n":118===D?"\v":102===D?"\f":114===D?"\r":101===D?"":32===D?" ":34===D?'"':47===D?"/":92===D?"\\":78===D?"…":95===D?" ":76===D?"\u2028":80===D?"\u2029":"",x[T]=k[T]?1:0,G[T]=1,x[T]||(U[T]="\\"+String.fromCharCode(T));class R{constructor(A,e){this.errorMap={},this.errors=[],this.lines=[],this.input=A,this.filename=e.filename||null,this.schema=e.schema||s,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.allowAnyEscape=e.allowAnyEscape||!1,this.ignoreDuplicateKeys=e.ignoreDuplicateKeys||!1,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=A.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}}function H(A,e,t=!1){return new o(e,new i(A.filename,A.input,A.position,A.line,A.position-A.lineStart),t)}function N(A,e,t,n=!1,r=!1){var a=function(A,e){for(var t,n=0;ne);n++)t=A.lines[n];return t||{start:0,line:0}}(A,e);if(a){var s=t+e;if(!A.errorMap[s]){var l=new i(A.filename,A.input,e,a.line,e-a.start);r&&(l.toLineEnd=!0);var c=new o(t,l,n);A.errors.push(c)}}}function S(A,e){var t=H(A,e),n=t.message+t.mark.position;if(!A.errorMap[n]){A.errors.push(t),A.errorMap[n]=1;for(var r=A.position;;){if(A.position>=A.input.length-1)return;var o=A.input.charAt(A.position);if("\n"==o)return A.position--,void(A.position==r&&(A.position+=1));if("\r"==o)return A.position--,void(A.position==r&&(A.position+=1));A.position++}}}function P(A,e){var t=H(A,e);A.onWarning&&A.onWarning.call(null,t)}var j={YAML:function(A,e,t){var n,r,o;null!==A.version&&S(A,"duplication of %YAML directive"),1!==t.length&&S(A,"YAML directive accepts exactly one argument"),null===(n=/^([0-9]+)\.([0-9]+)$/.exec(t[0]))&&S(A,"ill-formed argument of the YAML directive"),r=parseInt(n[1],10),o=parseInt(n[2],10),1!==r&&S(A,"found incompatible YAML document (version 1.2 is required)"),A.version=t[0],A.checkLineBreaks=o<2,2!==o&&S(A,"found incompatible YAML document (version 1.2 is required)")},TAG:function(A,e,t){var n,r;2!==t.length&&S(A,"TAG directive accepts exactly two arguments"),n=t[0],r=t[1],w.test(n)||S(A,"ill-formed tag handle (first argument) of the TAG directive"),l.call(A.tagMap,n)&&S(A,'there is a previously declared suffix for "'+n+'" tag handle'),Q.test(r)||S(A,"ill-formed tag prefix (second argument) of the TAG directive"),A.tagMap[n]=r}};function J(A,e,t,n){var r,o,i,a,s=A.result;if(-1==s.startPosition&&(s.startPosition=e),e<=t){if(a=A.input.slice(e,t),n)for(r=0,o=a.length;r{e.key&&e.key.value===(i.key&&i.key.value)&&(N(A,i.key.startPosition,"duplicate key"),N(A,e.key.startPosition,"duplicate key"))})),e.mappings.push(i),e.endPosition=o?o.endPosition:r.endPosition+1,e}}function O(A){var e;10===(e=A.input.charCodeAt(A.position))?A.position++:13===e?(A.position++,10===A.input.charCodeAt(A.position)&&A.position++):S(A,"a line break is expected"),A.line+=1,A.lineStart=A.position,A.lines.push({start:A.lineStart,line:A.line})}function W(A){var e=0,t=A.position;do{e=A.input.charCodeAt(++A.position)}while(0!==e&&!C(e));A.comments.push({startPosition:t,endPosition:A.position,value:A.input.slice(t+1,A.position)})}function z(A,e,t){for(var n=0,r=A.input.charCodeAt(A.position);0!==r;){for(;I(r);)9===r&&A.errors.push(H(A,"Using tabs can lead to unpredictable results",!0)),r=A.input.charCodeAt(++A.position);if(e&&35===r&&(W(A),r=A.input.charCodeAt(A.position)),!C(r))break;for(O(A),r=A.input.charCodeAt(A.position),n++,A.lineIndent=0;32===r;)A.lineIndent++,r=A.input.charCodeAt(++A.position)}return-1!==t&&0!==n&&A.lineIndent1&&(e.value+=r.repeat("\n",t-1))}function Z(A,e){var t,r,o=A.tag,i=A.anchor,a=n.newItems(),s=!1;for(null!==A.anchor&&(a.anchorId=A.anchor,A.anchorMap[A.anchor]=a),a.startPosition=A.position,r=A.input.charCodeAt(A.position);0!==r&&45===r&&y(A.input.charCodeAt(A.position+1));)if(s=!0,A.position++,z(A,!0,-1)&&A.lineIndent<=e)a.items.push(null),r=A.input.charCodeAt(A.position);else if(t=A.line,_(A,e,B,!1,!0),A.result&&(A.result.parent=a,a.items.push(A.result)),z(A,!0,-1),r=A.input.charCodeAt(A.position),(A.line===t||A.lineIndent>e)&&0!==r)S(A,"bad indentation of a sequence entry");else if(A.lineIndente?T=1:A.lineIndent===e?T=0:A.lineIndente?T=1:A.lineIndent===e?T=0:A.lineIndent0;)if(C(a=A.input.charCodeAt(--A.position))){A.position++;break}}}else 63===a?(d&&(V(A,c,0,B,null),B=p=null),f=!0,d=!0,o=!0):d?(d=!1,o=!0):S(A,"incomplete explicit mapping pair; a key node is missed"),A.position+=1,a=r;if((A.line===i||A.lineIndent>e)&&(_(A,e,u,!0,o)&&(d?B=A.result:p=A.result),d||(V(A,c,0,B,p),B=p=null),z(A,!0,-1),a=A.input.charCodeAt(A.position)),A.lineIndent>e&&0!==a)S(A,"bad indentation of a mapping entry");else if(A.lineIndent=0))break;0===i?S(A,"bad explicit indentation width of a block scalar; it cannot be less than one"):l?S(A,"repeat of an indentation width identifier"):(c=e+i-1,l=!0)}if(I(a)){do{a=A.input.charCodeAt(++A.position)}while(I(a));35===a&&(W(A),a=A.input.charCodeAt(A.position))}for(;0!==a;){for(O(A),A.lineIndent=0,a=A.input.charCodeAt(A.position);(!l||A.lineIndentc&&(c=A.lineIndent),C(a))g++;else{if(A.lineIndent0){for(o=a,i=0;o>0;o--)(a=v(s=A.input.charCodeAt(++A.position)))>=0?i=(i<<4)+a:S(A,"expected hexadecimal character");l.value+=b(i),A.position++}else S(A,"unknown escape sequence");t=r=A.position}else C(s)?(J(A,t,r,!0),K(0,l,z(A,!1,e)),t=r=A.position):A.position===A.lineStart&&L(A)?S(A,"unexpected end of the document within a double quoted scalar"):(A.position++,r=A.position)}S(A,"unexpected end of the stream within a double quoted scalar")}(A,Q)?H=!0:function(A){var e,t,r;if(A.length,A.input,42!==(r=A.input.charCodeAt(A.position)))return!1;for(r=A.input.charCodeAt(++A.position),e=A.position;0!==r&&!y(r)&&!M(r);)r=A.input.charCodeAt(++A.position);return A.position<=e&&(S(A,"name of an alias node must contain at least one character"),A.position=e+1),t=A.input.slice(e,A.position),A.anchorMap.hasOwnProperty(t)||(S(A,'unidentified alias "'+t+'"'),A.position<=e&&(A.position=e+1)),A.result=n.newAnchorRef(t,e,A.position,A.anchorMap[t]),z(A,!0,-1),!0}(A)?(H=!0,null===A.tag&&null===A.anchor||S(A,"alias node should not have any properties")):function(A,e,t){var r,o,i,a,s,l,c,g,B=A.kind,u=A.result,p=n.newScalar();if(p.plainScalar=!0,A.result=p,y(g=A.input.charCodeAt(A.position))||M(g)||35===g||38===g||42===g||33===g||124===g||62===g||39===g||34===g||37===g||64===g||96===g)return!1;if((63===g||45===g)&&(y(r=A.input.charCodeAt(A.position+1))||t&&M(r)))return!1;for(A.kind="scalar",o=i=A.position,a=!1;0!==g;){if(58===g){if(y(r=A.input.charCodeAt(A.position+1))||t&&M(r))break}else if(35===g){if(y(A.input.charCodeAt(A.position-1)))break}else{if(A.position===A.lineStart&&L(A)||t&&M(g))break;if(C(g)){if(s=A.line,l=A.lineStart,c=A.lineIndent,z(A,!1,-1),A.lineIndent>=e){a=!0,g=A.input.charCodeAt(A.position);continue}A.position=i,A.line=s,A.lineStart=l,A.lineIndent=c;break}}if(a&&(J(A,o,i,!1),K(0,p,A.line-s),o=i=A.position,a=!1),I(g)||(i=A.position+1),g=A.input.charCodeAt(++A.position),A.position>=A.input.length)return!1}return J(A,o,i,!1),-1!=A.result.startPosition?(p.rawValue=A.input.substring(p.startPosition,p.endPosition),!0):(A.kind=B,A.result=u,!1)}(A,Q,c===t)&&(H=!0,null===A.tag&&(A.tag="?")),null!==A.anchor&&(A.anchorMap[A.anchor]=A.result,A.result.anchorId=A.anchor)):0===T&&(H=E&&Z(A,D))),null!==A.tag&&"!"!==A.tag)if("!include"==A.tag)A.result||(A.result=n.newScalar(),A.result.startPosition=A.position,A.result.endPosition=A.position,S(A,"!include without value")),A.result.kind=n.Kind.INCLUDE_REF;else if("?"===A.tag)for(h=0,m=A.implicitTypes.length;h tag; it should be "'+w.kind+'", not "'+A.kind+'"'),w.resolve(A.result)?(A.result=w.construct(A.result),null!==A.anchor&&(A.result.anchorId=A.anchor,A.anchorMap[A.anchor]=A.result)):S(A,"cannot resolve a node with !<"+A.tag+"> explicit tag")):N(A,P,"unknown tag <"+A.tag+">",!1,!0);return null!==A.tag||null!==A.anchor||H}function $(A){var e,t,n,r,o=A.position,i=!1;for(A.version=null,A.checkLineBreaks=A.legacy,A.tagMap={},A.anchorMap={},A.comments=[];0!==(r=A.input.charCodeAt(A.position))&&(z(A,!0,-1),r=A.input.charCodeAt(A.position),!(A.lineIndent>0||37!==r));){for(i=!0,r=A.input.charCodeAt(++A.position),e=A.position;0!==r&&!y(r);)r=A.input.charCodeAt(++A.position);for(n=[],(t=A.input.slice(e,A.position)).length<1&&S(A,"directive name must not be less than one character in length");0!==r;){for(;I(r);)r=A.input.charCodeAt(++A.position);if(35===r){W(A),r=A.input.charCodeAt(A.position);break}if(C(r))break;for(e=A.position;0!==r&&!y(r);)r=A.input.charCodeAt(++A.position);n.push(A.input.slice(e,A.position))}0!==r&&O(A),l.call(j,t)?j[t](A,t,n):(P(A,'unknown document directive "'+t+'"'),A.position++)}z(A,!0,-1),0===A.lineIndent&&45===A.input.charCodeAt(A.position)&&45===A.input.charCodeAt(A.position+1)&&45===A.input.charCodeAt(A.position+2)?(A.position+=3,z(A,!0,-1)):i&&S(A,"directives end mark is expected"),_(A,A.lineIndent-1,u,!1,!0),z(A,!0,-1),A.checkLineBreaks&&h.test(A.input.slice(o,A.position))&&P(A,"non-ASCII line breaks are interpreted as content"),A.result.comments=A.comments,A.documents.push(A.result),A.position===A.lineStart&&L(A)?46===A.input.charCodeAt(A.position)&&(A.position+=3,z(A,!0,-1)):A.position0&&(o[i-1].endPosition=t);for(let A of o)A.errors=n.errors,A.startPosition>A.endPosition&&(A.startPosition=A.endPosition);return o}function eA(A,e,t={}){var n,r,o=AA(A,t);for(n=0,r=o.length;n{"use strict";const n=t(89001);A.exports=class{constructor(A,e,t,n,r){this.name=A,this.buffer=e,this.position=t,this.line=n,this.column=r}getSnippet(A=0,e=75){var t,r,o,i,a;if(!this.buffer)return null;for(A=A||4,e=e||75,t="",r=this.position;r>0&&-1==="\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(r-1));)if(r-=1,this.position-r>e/2-1){t=" ... ",r+=5;break}for(o="",i=this.position;ie/2-1){o=" ... ",i-=5;break}return a=this.buffer.slice(r,i),n.repeat(" ",A)+t+a+o+"\n"+n.repeat(" ",A+this.position-r+t.length)+"^"}toString(A=!0){var e,t="";return this.name&&(t+='in "'+this.name+'" '),t+="at line "+(this.line+1)+", column "+(this.column+1),A||(e=this.getSnippet())&&(t+=":\n"+e),t}}},76206:(A,e)=>{"use strict";function t(A){const e=function(A){return 0===A.lastIndexOf("0o",0)?parseInt(A.substring(2),8):parseInt(A)}(A);if(Number.isNaN(e))throw`Invalid integer "${A}"`;return e}var n;Object.defineProperty(e,"__esModule",{value:!0}),e.parseYamlBoolean=function(A){if(["true","True","TRUE"].lastIndexOf(A)>=0)return!0;if(["false","False","FALSE"].lastIndexOf(A)>=0)return!1;throw`Invalid boolean "${A}"`},e.parseYamlInteger=t,e.parseYamlBigInteger=function(A){const e=t(A);return e>Number.MAX_SAFE_INTEGER&&-1===A.lastIndexOf("0o",0)?BigInt(A):e},e.parseYamlFloat=function(A){if([".nan",".NaN",".NAN"].lastIndexOf(A)>=0)return NaN;const e=/^([-+])?(?:\.inf|\.Inf|\.INF)$/.exec(A);if(e)return"-"===e[1]?-1/0:1/0;const t=parseFloat(A);if(!isNaN(t))return t;throw`Invalid float "${A}"`},function(A){A[A.null=0]="null",A[A.bool=1]="bool",A[A.int=2]="int",A[A.float=3]="float",A[A.string=4]="string"}(n=e.ScalarType||(e.ScalarType={})),e.determineScalarType=function(A){if(void 0===A)return n.null;if(A.doubleQuoted||!A.plainScalar||A.singleQuoted)return n.string;const e=A.value;return["null","Null","NULL","~",""].indexOf(e)>=0||null==e?n.null:["true","True","TRUE","false","False","FALSE"].indexOf(e)>=0?n.bool:/^[-+]?[0-9]+$/.test(e)||/^0o[0-7]+$/.test(e)||/^0x[0-9a-fA-F]+$/.test(e)?n.int:/^[-+]?(\.[0-9]+|[0-9]+(\.[0-9]*)?)([eE][-+]?[0-9]+)?$/.test(e)||/^[-+]?(\.inf|\.Inf|\.INF)$/.test(e)||[".nan",".NaN",".NAN"].indexOf(e)>=0?n.float:n.string}},3243:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(89001),r=t(94196),o=t(25460);function i(A,e,t){var n=[];return A.include.forEach((function(A){t=i(A,e,t)})),A[e].forEach((function(A){t.forEach((function(e,t){e.tag===A.tag&&n.push(t)})),t.push(A)})),t.filter((function(A,e){return-1===n.indexOf(e)}))}class a{constructor(A){this.include=A.include||[],this.implicit=A.implicit||[],this.explicit=A.explicit||[],this.implicit.forEach((function(A){if(A.loadKind&&"scalar"!==A.loadKind)throw new r("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.")})),this.compiledImplicit=i(this,"implicit",[]),this.compiledExplicit=i(this,"explicit",[]),this.compiledTypeMap=function(){var A,e,t={};function n(A){t[A.tag]=A}for(A=0,e=arguments.length;A{"use strict";const n=t(3243);A.exports=new n.Schema({include:[t(21832)]})},45898:(A,e,t)=>{"use strict";const n=t(3243);var r=new n.Schema({include:[t(19096)],explicit:[t(50939),t(3061)]});n.Schema.DEFAULT=r,A.exports=r},19096:(A,e,t)=>{"use strict";var n=new(t(3243).Schema)({include:[t(29258)],implicit:[t(8358),t(97471)],explicit:[t(89638),t(81214),t(7620),t(81082)]});A.exports=n},27911:(A,e,t)=>{"use strict";const n=t(3243);A.exports=new n.Schema({explicit:[t(19359),t(72850),t(11459)]})},21832:(A,e,t)=>{"use strict";const n=t(3243);A.exports=new n.Schema({include:[t(27911)],implicit:[t(74334),t(92241),t(84598),t(6730)]})},25460:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(94196);var r=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],o=["scalar","sequence","mapping"];e.Type=class{constructor(A,e){var t,i;if(e=e||{},Object.keys(e).forEach((function(e){if(-1===r.indexOf(e))throw new n('Unknown option "'+e+'" is met in definition of "'+A+'" YAML type.')})),this.tag=A,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(A){return A},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.defaultStyle=e.defaultStyle||null,this.styleAliases=(t=e.styleAliases||null,i={},null!==t&&Object.keys(t).forEach((function(A){t[A].forEach((function(e){i[String(e)]=A}))})),i),-1===o.indexOf(this.kind))throw new n('Unknown kind "'+this.kind+'" is specified for "'+A+'" YAML type.')}}},89638:(A,e,t)=>{"use strict";var n=t(48834).Buffer;const r=t(25460);var o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";A.exports=new r.Type("tag:yaml.org,2002:binary",{kind:"scalar",resolve:function(A){if(null===A)return!1;var e,t,n=0,r=A.length,i=o;for(t=0;t64)){if(e<0)return!1;n+=6}return n%8==0},construct:function(A){var e,t,r=A.replace(/[\r\n=]/g,""),i=r.length,a=o,s=0,l=[];for(e=0;e>16&255),l.push(s>>8&255),l.push(255&s)),s=s<<6|a.indexOf(r.charAt(e));return 0==(t=i%4*6)?(l.push(s>>16&255),l.push(s>>8&255),l.push(255&s)):18===t?(l.push(s>>10&255),l.push(s>>2&255)):12===t&&l.push(s>>4&255),n?new n(l):l},predicate:function(A){return n&&n.isBuffer(A)},represent:function(A){var e,t,n="",r=0,i=A.length,a=o;for(e=0;e>18&63],n+=a[r>>12&63],n+=a[r>>6&63],n+=a[63&r]),r=(r<<8)+A[e];return 0==(t=i%3)?(n+=a[r>>18&63],n+=a[r>>12&63],n+=a[r>>6&63],n+=a[63&r]):2===t?(n+=a[r>>10&63],n+=a[r>>4&63],n+=a[r<<2&63],n+=a[64]):1===t&&(n+=a[r>>2&63],n+=a[r<<4&63],n+=a[64],n+=a[64]),n}})},92241:(A,e,t)=>{"use strict";const n=t(25460);A.exports=new n.Type("tag:yaml.org,2002:bool",{kind:"scalar",resolve:function(A){if(null===A)return!1;var e=A.length;return 4===e&&("true"===A||"True"===A||"TRUE"===A)||5===e&&("false"===A||"False"===A||"FALSE"===A)},construct:function(A){return"true"===A||"True"===A||"TRUE"===A},predicate:function(A){return"[object Boolean]"===Object.prototype.toString.call(A)},represent:{lowercase:function(A){return A?"true":"false"},uppercase:function(A){return A?"TRUE":"FALSE"},camelcase:function(A){return A?"True":"False"}},defaultStyle:"lowercase"})},6730:(A,e,t)=>{"use strict";const n=t(89001),r=t(25460);var o=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");A.exports=new r.Type("tag:yaml.org,2002:float",{kind:"scalar",resolve:function(A){return null!==A&&!!o.test(A)},construct:function(A){var e,t,n,r;return t="-"===(e=A.replace(/_/g,"").toLowerCase())[0]?-1:1,r=[],0<="+-".indexOf(e[0])&&(e=e.slice(1)),".inf"===e?1===t?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===e?NaN:0<=e.indexOf(":")?(e.split(":").forEach((function(A){r.unshift(parseFloat(A,10))})),e=0,n=1,r.forEach((function(A){e+=A*n,n*=60})),t*e):t*parseFloat(e,10)},predicate:function(A){return"[object Number]"===Object.prototype.toString.call(A)&&(0!=A%1||n.isNegativeZero(A))},represent:function(A,e){if(isNaN(A))switch(e){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===A)switch(e){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===A)switch(e){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(n.isNegativeZero(A))return"-0.0";return A.toString(10)},defaultStyle:"lowercase"})},84598:(A,e,t)=>{"use strict";const n=t(89001),r=t(25460);function o(A){return 48<=A&&A<=55}function i(A){return 48<=A&&A<=57}A.exports=new r.Type("tag:yaml.org,2002:int",{kind:"scalar",resolve:function(A){if(null===A)return!1;var e,t,n=A.length,r=0,a=!1;if(!n)return!1;if("-"!==(e=A[r])&&"+"!==e||(e=A[++r]),"0"===e){if(r+1===n)return!0;if("b"===(e=A[++r])){for(r++;r{"use strict";const n=t(25460);A.exports=new n.Type("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:function(A){if(null===A)return!1;if(0===A.length)return!1;var e=A,t=/\/([gim]*)$/.exec(A),n="";if("/"===e[0]){if(t&&(n=t[1]),n.length>3)return!1;if("/"!==e[e.length-n.length-1])return!1;e=e.slice(1,e.length-n.length-1)}try{return new RegExp(e,n),!0}catch(A){return!1}},construct:function(A){var e=A,t=/\/([gim]*)$/.exec(A),n="";return"/"===e[0]&&(t&&(n=t[1]),e=e.slice(1,e.length-n.length-1)),new RegExp(e,n)},predicate:function(A){return"[object RegExp]"===Object.prototype.toString.call(A)},represent:function(A){var e="/"+A.source+"/";return A.global&&(e+="g"),A.multiline&&(e+="m"),A.ignoreCase&&(e+="i"),e}})},50939:(A,e,t)=>{"use strict";const n=t(25460);A.exports=new n.Type("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:function(){return!0},construct:function(){},predicate:function(A){return void 0===A},represent:function(){return""}})},11459:(A,e,t)=>{"use strict";const n=t(25460);A.exports=new n.Type("tag:yaml.org,2002:map",{kind:"mapping",construct:function(A){return null!==A?A:{}}})},97471:(A,e,t)=>{"use strict";const n=t(25460);A.exports=new n.Type("tag:yaml.org,2002:merge",{kind:"scalar",resolve:function(A){return"<<"===A||null===A}})},74334:(A,e,t)=>{"use strict";const n=t(25460);A.exports=new n.Type("tag:yaml.org,2002:null",{kind:"scalar",resolve:function(A){if(null===A)return!0;var e=A.length;return 1===e&&"~"===A||4===e&&("null"===A||"Null"===A||"NULL"===A)},construct:function(){return null},predicate:function(A){return null===A},represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})},81214:(A,e,t)=>{"use strict";const n=t(25460);var r=Object.prototype.hasOwnProperty,o=Object.prototype.toString;A.exports=new n.Type("tag:yaml.org,2002:omap",{kind:"sequence",resolve:function(A){if(null===A)return!0;var e,t,n,i,a,s=[],l=A;for(e=0,t=l.length;e{"use strict";const n=t(25460),r=t(55991);var o=Object.prototype.toString;A.exports=new n.Type("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:function(A){if(null===A)return!0;if(A.kind!=r.Kind.SEQ)return!1;var e,t,n,i=A.items;for(e=0,t=i.length;e{"use strict";const n=t(25460);A.exports=new n.Type("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(A){return null!==A?A:[]}})},81082:(A,e,t)=>{"use strict";const n=t(25460),r=t(55991);Object.prototype.hasOwnProperty,A.exports=new n.Type("tag:yaml.org,2002:set",{kind:"mapping",resolve:function(A){return null===A||A.kind==r.Kind.MAP},construct:function(A){return null!==A?A:{}}})},19359:(A,e,t)=>{"use strict";const n=t(25460);A.exports=new n.Type("tag:yaml.org,2002:str",{kind:"scalar",construct:function(A){return null!==A?A:""}})},8358:(A,e,t)=>{"use strict";const n=t(25460);var r=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?)?$");A.exports=new n.Type("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:function(A){return null!==A&&null!==r.exec(A)},construct:function(A){var e,t,n,o,i,a,s,l,c=0,g=null;if(null===(e=r.exec(A)))throw new Error("Date resolve error");if(t=+e[1],n=+e[2]-1,o=+e[3],!e[4])return new Date(Date.UTC(t,n,o));if(i=+e[4],a=+e[5],s=+e[6],e[7]){for(c=e[7].slice(0,3);c.length<3;)c+="0";c=+c}return e[9]&&(g=6e4*(60*+e[10]+ +(e[11]||0)),"-"===e[9]&&(g=-g)),l=new Date(Date.UTC(t,n,o,i,a,s,c)),g&&l.setTime(l.getTime()-g),l},instanceOf:Date,represent:function(A){return A.toISOString()}})},55991:(A,e)=>{"use strict";var t;function n(){return{errors:[],startPosition:-1,endPosition:-1,items:[],kind:t.SEQ,parent:null}}Object.defineProperty(e,"__esModule",{value:!0}),function(A){A[A.SCALAR=0]="SCALAR",A[A.MAPPING=1]="MAPPING",A[A.MAP=2]="MAP",A[A.SEQ=3]="SEQ",A[A.ANCHOR_REF=4]="ANCHOR_REF",A[A.INCLUDE_REF=5]="INCLUDE_REF"}(t=e.Kind||(e.Kind={})),e.newMapping=function(A,e){var n=e?e.endPosition:A.endPosition+1;return{key:A,value:e,startPosition:A.startPosition,endPosition:n,kind:t.MAPPING,parent:null,errors:[]}},e.newAnchorRef=function(A,e,n,r){return{errors:[],referencesAnchor:A,value:r,startPosition:e,endPosition:n,kind:t.ANCHOR_REF,parent:null}},e.newScalar=function(A=""){const e={errors:[],startPosition:-1,endPosition:-1,value:""+A,kind:t.SCALAR,parent:null,doubleQuoted:!1,rawValue:""+A};return"string"!=typeof A&&(e.valueObject=A),e},e.newItems=n,e.newSeq=function(){return n()},e.newMap=function(A){return{errors:[],startPosition:-1,endPosition:-1,mappings:A||[],kind:t.MAP,parent:null}}},37333:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(25208),r=t(84503);e.buildJsonPath=function(A){const e=[];let t=A;for(;A;){switch(A.kind){case n.Kind.SCALAR:e.unshift(A.value);break;case n.Kind.MAPPING:t!==A.key&&(e.length>0&&r.isObject(A.value)&&A.value.value===e[0]?e[0]=A.key.value:e.unshift(A.key.value));break;case n.Kind.SEQ:if(t){const r=A.items.indexOf(t);t.kind===n.Kind.SCALAR?e[0]=r:-1!==r&&e.unshift(r)}}t=A,A=A.parent}return e}},4109:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(25208),r=t(84503);e.dereferenceAnchor=(A,t)=>{if(!r.isObject(A))return A;if(A.kind===n.Kind.ANCHOR_REF&&A.referencesAnchor===t)return null;switch(A.kind){case n.Kind.MAP:return Object.assign({},A,{mappings:A.mappings.map((A=>e.dereferenceAnchor(A,t)))});case n.Kind.SEQ:return Object.assign({},A,{items:A.items.map((A=>e.dereferenceAnchor(A,t)))});case n.Kind.MAPPING:return Object.assign({},A,{value:e.dereferenceAnchor(A.value,t)});case n.Kind.SCALAR:return A;case n.Kind.ANCHOR_REF:return r.isObject(A.value)&&o(A)?null:A;default:return A}};const o=A=>{const{referencesAnchor:e}=A;let t=A;for(;t=t.parent;)if("anchorId"in t&&t.anchorId===e)return!0;return!1}},54810:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(37333),r=t(25208),o=t(84503);function i(A,e,t){const n=t[e-1]+1,o=t[e];switch(A.kind){case r.Kind.MAPPING:return A.key;case r.Kind.MAP:if(0!==A.mappings.length)for(const r of A.mappings)if(r.startPosition>n&&r.startPosition<=o)return i(r,e,t);break;case r.Kind.SEQ:if(0!==A.items.length)for(const r of A.items)if(null!==r&&r.startPosition>n&&r.startPosition<=o)return i(r,e,t)}return A}function a(A,e,t,n){for(const i of function*(A){switch(A.kind){case r.Kind.MAP:if(0!==A.mappings.length)for(const e of A.mappings)o.isObject(e)&&(yield e);break;case r.Kind.MAPPING:o.isObject(A.key)&&(yield A.key),o.isObject(A.value)&&(yield A.value);break;case r.Kind.SEQ:if(0!==A.items.length)for(const e of A.items)o.isObject(e)&&(yield e);break;case r.Kind.SCALAR:yield A}}(A))if(i.startPosition<=e&&e<=i.endPosition)return i.kind===r.Kind.SCALAR?i:a(i,e,t,n);if(n[t-1]===n[t]-1)return A;if(A.startPosition{if(t>=e.length||r>=e[t])return;const i=0===t?0:e[t-1]+1,s=a(A,Math.min(e[t]-1,i+r),t,e);if(!o.isObject(s))return;const l=n.buildJsonPath(s);return 0!==l.length?l:void 0}},91292:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(97996),r=t(25208),o=t(84503);function i(A,e){if(A.parent&&A.parent.kind===r.Kind.MAPPING){if(null===A.parent.value)return A.parent.endPosition;if(A.kind!==r.Kind.SCALAR)return A.parent.key.endPosition+1}return null===A.parent&&e-A.startPosition==0?0:A.startPosition}function a(A){switch(A.kind){case r.Kind.SEQ:const{items:e}=A;if(0!==e.length){const A=e[e.length-1];if(null!==A)return a(A)}break;case r.Kind.MAPPING:if(null!==A.value)return a(A.value);break;case r.Kind.MAP:if(null!==A.value&&0!==A.mappings.length)return a(A.mappings[A.mappings.length-1]);break;case r.Kind.SCALAR:if(null!==A.parent&&A.parent.kind===r.Kind.MAPPING&&null===A.parent.value)return A.parent.endPosition}return A.endPosition}function s(A,e){return e?A.reduce(((A,e)=>(o.isObject(e)&&("<<"===e.key.value?A.push(...l(e.value)):A.push(e)),A)),[]):A}function l(A){if(!o.isObject(A))return[];switch(A.kind){case r.Kind.SEQ:return A.items.reduceRight(((A,e)=>(A.push(...l(e)),A)),[]);case r.Kind.MAP:return A.mappings;case r.Kind.ANCHOR_REF:return l(A.value);default:return[]}}e.getLocationForJsonPath=({ast:A,lineMap:e,metadata:t},n,l=!1)=>{const g=function(A,e,{closest:t,mergeKeys:n}){A:for(const i of e){if(!o.isObject(A))return t?A:void 0;switch(A.kind){case r.Kind.MAP:const e=s(A.mappings,n);for(let t=e.length-1;t>=0;t--){const n=e[t];if(n.key.value===i){A=null===n.value?n.key:n.value;continue A}}return t?A:void 0;case r.Kind.SEQ:for(let e=0;e0?e[0]:0),end:a(g)})};const c=(A,{start:e=0,end:t=0})=>{const r=n.lineForPosition(e,A),o=n.lineForPosition(t,A);return{range:{start:{line:r,character:e-(0===r?0:A[r-1])},end:{line:o,character:t-(0===o?0:A[o-1])}}}}},7854:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(22970);n.__exportStar(t(37333),e),n.__exportStar(t(4109),e),n.__exportStar(t(54810),e),n.__exportStar(t(91292),e),n.__exportStar(t(97996),e);var r=t(2959);e.parse=r.parse;var o=t(67143);e.parseWithPointers=o.parseWithPointers,n.__exportStar(t(26681),e),n.__exportStar(t(25208),e),n.__exportStar(t(73252),e)},97996:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.lineForPosition=(A,t,n=0,r)=>{if(0===A||0===t.length||A=t[o]&&!t[o+1])return o+1;const i=t[Math.min(o+1,t.length)];return A===t[o]-1?o:A>=t[o]&&A<=i?A===i?o+2:o+1:A>t[o]?e.lineForPosition(A,t,o+1,r):e.lineForPosition(A,t,n,o-1)}},2959:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(67143);e.parse=A=>n.parseWithPointers(A).data},67143:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(41285),r=t(69399),o=t(23139),i=t(37333),a=t(4109),s=t(97996),l=t(25208),c=t(84503);e.parseWithPointers=(A,e)=>{const t=d(A),n=o.load(A,Object.assign({},e,{ignoreDuplicateKeys:!0})),r={ast:n,lineMap:t,data:void 0,diagnostics:[],metadata:e,comments:{}};if(!n)return r;const i=function(A){return void 0===A?{attachComments:!1,preserveKeyOrder:!1,bigInt:!1,mergeKeys:!1,json:!0,ignoreDuplicateKeys:!1}:Object.assign({},A,{attachComments:!0===A.attachComments,preserveKeyOrder:!0===A.preserveKeyOrder,bigInt:!0===A.bigInt,mergeKeys:!0===A.mergeKeys,json:!1!==A.json,ignoreDuplicateKeys:!1!==A.ignoreDuplicateKeys})}(e),a=new v(r.comments,v.mapComments(i.attachComments&&n.comments?n.comments:[],t),n,t,"#"),s={lineMap:t,diagnostics:r.diagnostics};return r.data=u(s,n,a,i),n.errors&&r.diagnostics.push(...E(n.errors,t)),r.diagnostics.length>0&&r.diagnostics.sort(((A,e)=>A.range.start.line-e.range.start.line)),Array.isArray(r.ast.errors)&&(r.ast.errors.length=0),r};const g=/~/g,B=/\//g,u=(A,e,t,n)=>{if(e)switch(e.kind){case l.Kind.MAP:{const r=t.enter(e),{lineMap:o,diagnostics:i}=A,{preserveKeyOrder:a,ignoreDuplicateKeys:s,json:l,mergeKeys:c}=n,d=m(a),f=[],E=c,w=!l,I=!s;for(const t of e.mappings){if(!C(t,o,i,w))continue;const e=String(p(t.key)),s=r.enter(t,e.replace(g,"~0").replace(B,"~1"));if((w||I)&&(!E||"<<"!==e))if(f.includes(e)){if(w)throw new Error("Duplicate YAML mapping key encountered");I&&i.push(y(t.key,o,"duplicate key"))}else f.push(e);if(E&&"<<"===e){const e=h(u(A,t.value,s,n),a);Object.assign(d,e)}else d[e]=u(A,t.value,s,n),a&&Q(d,e);s.attachComments()}return r.attachComments(),d}case l.Kind.SEQ:{const r=t.enter(e),o=e.items.map(((e,t)=>{if(null!==e){const o=r.enter(e,t),i=u(A,e,o,n);return o.attachComments(),i}return null}));return r.attachComments(),o}case l.Kind.SCALAR:{const A=p(e);return n.bigInt||"bigint"!=typeof A?A:Number(A)}case l.Kind.ANCHOR_REF:return c.isObject(e.value)&&(e.value=a.dereferenceAnchor(e.value,e.referencesAnchor)),u(A,e.value,t,n);default:return null}return e};function p(A){switch(o.determineScalarType(A)){case l.ScalarType.null:return null;case l.ScalarType.string:return String(A.value);case l.ScalarType.bool:return o.parseYamlBoolean(A.value);case l.ScalarType.int:return o.parseYamlBigInteger(A.value);case l.ScalarType.float:return o.parseYamlFloat(A.value)}}const d=A=>{const e=[];let t=0;for(;t{const t=[];let n=-1,o=0;for(const i of A){const A={code:i.name,message:i.reason,severity:i.isWarning?r.DiagnosticSeverity.Warning:r.DiagnosticSeverity.Error,range:{start:{line:i.mark.line,character:i.mark.column},end:{line:i.mark.line,character:i.mark.toLineEnd?f(e,i.mark.line):i.mark.column}}};"missed comma between flow collection entries"===i.reason?n=-1===n?o:n:-1!==n&&(t[n].range.end=A.range.end,t[n].message="invalid mixed usage of block and flow styles",t.length=n+1,o=t.length,n=-1),t.push(A),o++}return t},h=(A,e)=>Array.isArray(A)?A.reduceRight(e?(A,e)=>{const t=Object.keys(e);Object.assign(A,e);for(let e=t.length-1;e>=0;e--)r=A,o=t[e],w(r,o),n.getOrder(r).unshift(o);var r,o;return A}:(A,e)=>Object.assign(A,e),m(e)):"object"!=typeof A||null===A?null:Object(A);function m(A){return A?n.default({}):{}}function w(A,e){if(!(e in A))return;const t=n.getOrder(A),r=t.indexOf(e);-1!==r&&t.splice(r,1)}function Q(A,e){w(A,e),n.getOrder(A).push(e)}function C(A,e,t,n){if(A.key.kind!==l.Kind.SCALAR)return n||t.push(I(A.key,e,"mapping key must be a string scalar",n)),!1;if(!n){const r=typeof p(A.key);"string"!==r&&t.push(I(A.key,e,`mapping key must be a string scalar rather than ${null===A.key.valueObject?"null":r}`,n))}return!0}function I(A,e,t,n){const o=y(A,e,t);return o.code="YAMLIncompatibleValue",o.severity=n?r.DiagnosticSeverity.Hint:r.DiagnosticSeverity.Warning,o}function y(A,e,t){return{code:"YAMLException",message:t,severity:r.DiagnosticSeverity.Error,path:i.buildJsonPath(A),range:M(e,A.startPosition,A.endPosition)}}function M(A,e,t){const n=s.lineForPosition(e,A),r=s.lineForPosition(t,A);return{start:{line:n,character:0===n?e:e-A[n-1]},end:{line:r,character:0===r?t:t-A[r-1]}}}class v{constructor(A,e,t,n,r){if(this.attachedComments=A,this.node=t,this.lineMap=n,this.pointer=r,0===e.length)this.comments=[];else{const A=this.getStartPosition(t),n=this.getEndPosition(t),r=s.lineForPosition(A,this.lineMap),o=s.lineForPosition(n,this.lineMap),i=[];for(let A=e.length-1;A>=0;A--){const t=e[A];t.range.start.line>=r&&t.range.end.line<=o&&(i.push(t),e.splice(A,1))}this.comments=i}}getStartPosition(A){return null===A.parent?0:A.kind===l.Kind.MAPPING?A.key.startPosition:A.startPosition}getEndPosition(A){switch(A.kind){case l.Kind.MAPPING:return null===A.value?A.endPosition:this.getEndPosition(A.value);case l.Kind.MAP:return 0===A.mappings.length?A.endPosition:A.mappings[A.mappings.length-1].endPosition;case l.Kind.SEQ:{if(0===A.items.length)return A.endPosition;const e=A.items[A.items.length-1];return null===e?A.endPosition:e.endPosition}default:return A.endPosition}}static mapComments(A,e){return A.map((A=>({value:A.value,range:M(e,A.startPosition,A.endPosition),startPosition:A.startPosition,endPosition:A.endPosition})))}enter(A,e){return new v(this.attachedComments,this.comments,A,this.lineMap,void 0===e?this.pointer:`${this.pointer}/${e}`)}static isLeading(A,e){switch(A.kind){case l.Kind.MAP:return 0===A.mappings.length||A.mappings[0].startPosition>e;case l.Kind.SEQ:{if(0===A.items.length)return!0;const t=A.items[0];return null===t||t.startPosition>e}case l.Kind.MAPPING:return null===A.value||A.value.startPosition>e;default:return!1}}static isTrailing(A,e){switch(A.kind){case l.Kind.MAP:return A.mappings.length>0&&e>A.mappings[A.mappings.length-1].endPosition;case l.Kind.SEQ:if(0===A.items.length)return!1;const t=A.items[A.items.length-1];return null!==t&&e>t.endPosition;case l.Kind.MAPPING:return null!==A.value&&e>A.value.endPosition;default:return!1}}static findBetween(A,e,t){switch(A.kind){case l.Kind.MAP:{let n;for(const r of A.mappings)if(e>r.startPosition)n=r.key.value;else if(void 0!==n&&r.startPosition>t)return[n,r.key.value];return null}case l.Kind.SEQ:{let n;for(let r=0;ro.startPosition)n=String(r);else if(void 0!==n&&o.startPosition>t)return[n,String(r)]}return null}default:return null}}isBeforeEOL(A){return this.node.kind===l.Kind.SCALAR||this.node.kind===l.Kind.MAPPING&&A.range.end.line===s.lineForPosition(this.node.key.endPosition,this.lineMap)}attachComments(){if(0===this.comments.length)return;const A=this.attachedComments[this.pointer]=this.attachedComments[this.pointer]||[];for(const e of this.comments)if(this.isBeforeEOL(e))A.push({value:e.value,placement:"before-eol"});else if(v.isLeading(this.node,e.startPosition))A.push({value:e.value,placement:"leading"});else if(v.isTrailing(this.node,e.endPosition))A.push({value:e.value,placement:"trailing"});else{const t=v.findBetween(this.node,e.startPosition,e.endPosition);null!==t?A.push({value:e.value,placement:"between",between:t}):A.push({value:e.value,placement:"trailing"})}}}},26681:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(23139);e.safeStringify=(A,e)=>"string"==typeof A?A:n.safeDump(A,e)},73252:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(41285);e.KEYS=Symbol.for(n.ORDER_KEY_ID);const r={ownKeys:A=>e.KEYS in A?A[e.KEYS]:Reflect.ownKeys(A)};e.trapAccess=A=>new Proxy(A,r)},25208:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=t(23139);e.Kind=n.Kind,e.ScalarType=n.ScalarType},84503:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.isObject=A=>null!==A&&"object"==typeof A},87683:A=>{"use strict";A.exports=function(A){if(A)throw A}},95766:(A,e)=>{"use strict";e.byteLength=function(A){var e=a(A),t=e[0],n=e[1];return 3*(t+n)/4-n},e.toByteArray=function(A){var e,t,o=a(A),i=o[0],s=o[1],l=new r(function(A,e,t){return 3*(e+t)/4-t}(0,i,s)),c=0,g=s>0?i-4:i;for(t=0;t>16&255,l[c++]=e>>8&255,l[c++]=255&e;return 2===s&&(e=n[A.charCodeAt(t)]<<2|n[A.charCodeAt(t+1)]>>4,l[c++]=255&e),1===s&&(e=n[A.charCodeAt(t)]<<10|n[A.charCodeAt(t+1)]<<4|n[A.charCodeAt(t+2)]>>2,l[c++]=e>>8&255,l[c++]=255&e),l},e.fromByteArray=function(A){for(var e,n=A.length,r=n%3,o=[],i=16383,a=0,l=n-r;al?l:a+i));return 1===r?(e=A[n-1],o.push(t[e>>2]+t[e<<4&63]+"==")):2===r&&(e=(A[n-2]<<8)+A[n-1],o.push(t[e>>10]+t[e>>4&63]+t[e<<2&63]+"=")),o.join("")};for(var t=[],n=[],r="undefined"!=typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=0;i<64;++i)t[i]=o[i],n[o.charCodeAt(i)]=i;function a(A){var e=A.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=A.indexOf("=");return-1===t&&(t=e),[t,t===e?0:4-t%4]}function s(A,e,n){for(var r,o,i=[],a=e;a>18&63]+t[o>>12&63]+t[o>>6&63]+t[63&o]);return i.join("")}n["-".charCodeAt(0)]=62,n["_".charCodeAt(0)]=63},31365:A=>{A.exports={trueFunc:function(){return!0},falseFunc:function(){return!1}}},48834:(A,e,t)=>{"use strict";var n=t(95766),r=t(62333),o="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=s,e.SlowBuffer=function(A){return+A!=A&&(A=0),s.alloc(+A)},e.INSPECT_MAX_BYTES=50;var i=2147483647;function a(A){if(A>i)throw new RangeError('The value "'+A+'" is invalid for option "size"');var e=new Uint8Array(A);return Object.setPrototypeOf(e,s.prototype),e}function s(A,e,t){if("number"==typeof A){if("string"==typeof e)throw new TypeError('The "string" argument must be of type string. Received type number');return g(A)}return l(A,e,t)}function l(A,e,t){if("string"==typeof A)return function(A,e){if("string"==typeof e&&""!==e||(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var t=0|d(A,e),n=a(t),r=n.write(A,e);return r!==t&&(n=n.slice(0,r)),n}(A,e);if(ArrayBuffer.isView(A))return function(A){if(j(A,Uint8Array)){var e=new Uint8Array(A);return u(e.buffer,e.byteOffset,e.byteLength)}return B(A)}(A);if(null==A)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof A);if(j(A,ArrayBuffer)||A&&j(A.buffer,ArrayBuffer))return u(A,e,t);if("undefined"!=typeof SharedArrayBuffer&&(j(A,SharedArrayBuffer)||A&&j(A.buffer,SharedArrayBuffer)))return u(A,e,t);if("number"==typeof A)throw new TypeError('The "value" argument must not be of type number. Received type number');var n=A.valueOf&&A.valueOf();if(null!=n&&n!==A)return s.from(n,e,t);var r=function(A){if(s.isBuffer(A)){var e=0|p(A.length),t=a(e);return 0===t.length||A.copy(t,0,0,e),t}return void 0!==A.length?"number"!=typeof A.length||J(A.length)?a(0):B(A):"Buffer"===A.type&&Array.isArray(A.data)?B(A.data):void 0}(A);if(r)return r;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof A[Symbol.toPrimitive])return s.from(A[Symbol.toPrimitive]("string"),e,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof A)}function c(A){if("number"!=typeof A)throw new TypeError('"size" argument must be of type number');if(A<0)throw new RangeError('The value "'+A+'" is invalid for option "size"')}function g(A){return c(A),a(A<0?0:0|p(A))}function B(A){for(var e=A.length<0?0:0|p(A.length),t=a(e),n=0;n=i)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i.toString(16)+" bytes");return 0|A}function d(A,e){if(s.isBuffer(A))return A.length;if(ArrayBuffer.isView(A)||j(A,ArrayBuffer))return A.byteLength;if("string"!=typeof A)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof A);var t=A.length,n=arguments.length>2&&!0===arguments[2];if(!n&&0===t)return 0;for(var r=!1;;)switch(e){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return N(A).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*t;case"hex":return t>>>1;case"base64":return S(A).length;default:if(r)return n?-1:N(A).length;e=(""+e).toLowerCase(),r=!0}}function f(A,e,t){var n=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===t||t>this.length)&&(t=this.length),t<=0)return"";if((t>>>=0)<=(e>>>=0))return"";for(A||(A="utf8");;)switch(A){case"hex":return D(this,e,t);case"utf8":case"utf-8":return v(this,e,t);case"ascii":return Y(this,e,t);case"latin1":case"binary":return b(this,e,t);case"base64":return M(this,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return x(this,e,t);default:if(n)throw new TypeError("Unknown encoding: "+A);A=(A+"").toLowerCase(),n=!0}}function E(A,e,t){var n=A[e];A[e]=A[t],A[t]=n}function h(A,e,t,n,r){if(0===A.length)return-1;if("string"==typeof t?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),J(t=+t)&&(t=r?0:A.length-1),t<0&&(t=A.length+t),t>=A.length){if(r)return-1;t=A.length-1}else if(t<0){if(!r)return-1;t=0}if("string"==typeof e&&(e=s.from(e,n)),s.isBuffer(e))return 0===e.length?-1:m(A,e,t,n,r);if("number"==typeof e)return e&=255,"function"==typeof Uint8Array.prototype.indexOf?r?Uint8Array.prototype.indexOf.call(A,e,t):Uint8Array.prototype.lastIndexOf.call(A,e,t):m(A,[e],t,n,r);throw new TypeError("val must be string, number or Buffer")}function m(A,e,t,n,r){var o,i=1,a=A.length,s=e.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(A.length<2||e.length<2)return-1;i=2,a/=2,s/=2,t/=2}function l(A,e){return 1===i?A[e]:A.readUInt16BE(e*i)}if(r){var c=-1;for(o=t;oa&&(t=a-s),o=t;o>=0;o--){for(var g=!0,B=0;Br&&(n=r):n=r;var o=e.length;n>o/2&&(n=o/2);for(var i=0;i>8,r=t%256,o.push(r),o.push(n);return o}(e,A.length-t),A,t,n)}function M(A,e,t){return 0===e&&t===A.length?n.fromByteArray(A):n.fromByteArray(A.slice(e,t))}function v(A,e,t){t=Math.min(A.length,t);for(var n=[],r=e;r239?4:l>223?3:l>191?2:1;if(r+g<=t)switch(g){case 1:l<128&&(c=l);break;case 2:128==(192&(o=A[r+1]))&&(s=(31&l)<<6|63&o)>127&&(c=s);break;case 3:o=A[r+1],i=A[r+2],128==(192&o)&&128==(192&i)&&(s=(15&l)<<12|(63&o)<<6|63&i)>2047&&(s<55296||s>57343)&&(c=s);break;case 4:o=A[r+1],i=A[r+2],a=A[r+3],128==(192&o)&&128==(192&i)&&128==(192&a)&&(s=(15&l)<<18|(63&o)<<12|(63&i)<<6|63&a)>65535&&s<1114112&&(c=s)}null===c?(c=65533,g=1):c>65535&&(c-=65536,n.push(c>>>10&1023|55296),c=56320|1023&c),n.push(c),r+=g}return function(A){var e=A.length;if(e<=F)return String.fromCharCode.apply(String,A);for(var t="",n=0;nn.length?s.from(o).copy(n,r):Uint8Array.prototype.set.call(n,o,r);else{if(!s.isBuffer(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(n,r)}r+=o.length}return n},s.byteLength=d,s.prototype._isBuffer=!0,s.prototype.swap16=function(){var A=this.length;if(A%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;et&&(A+=" ... "),""},o&&(s.prototype[o]=s.prototype.inspect),s.prototype.compare=function(A,e,t,n,r){if(j(A,Uint8Array)&&(A=s.from(A,A.offset,A.byteLength)),!s.isBuffer(A))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof A);if(void 0===e&&(e=0),void 0===t&&(t=A?A.length:0),void 0===n&&(n=0),void 0===r&&(r=this.length),e<0||t>A.length||n<0||r>this.length)throw new RangeError("out of range index");if(n>=r&&e>=t)return 0;if(n>=r)return-1;if(e>=t)return 1;if(this===A)return 0;for(var o=(r>>>=0)-(n>>>=0),i=(t>>>=0)-(e>>>=0),a=Math.min(o,i),l=this.slice(n,r),c=A.slice(e,t),g=0;g>>=0,isFinite(t)?(t>>>=0,void 0===n&&(n="utf8")):(n=t,t=void 0)}var r=this.length-e;if((void 0===t||t>r)&&(t=r),A.length>0&&(t<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var o=!1;;)switch(n){case"hex":return w(this,A,e,t);case"utf8":case"utf-8":return Q(this,A,e,t);case"ascii":case"latin1":case"binary":return C(this,A,e,t);case"base64":return I(this,A,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return y(this,A,e,t);default:if(o)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),o=!0}},s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var F=4096;function Y(A,e,t){var n="";t=Math.min(A.length,t);for(var r=e;rn)&&(t=n);for(var r="",o=e;ot)throw new RangeError("Trying to access beyond buffer length")}function G(A,e,t,n,r,o){if(!s.isBuffer(A))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>r||eA.length)throw new RangeError("Index out of range")}function U(A,e,t,n,r,o){if(t+n>A.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function T(A,e,t,n,o){return e=+e,t>>>=0,o||U(A,0,t,4),r.write(A,e,t,n,23,4),t+4}function R(A,e,t,n,o){return e=+e,t>>>=0,o||U(A,0,t,8),r.write(A,e,t,n,52,8),t+8}s.prototype.slice=function(A,e){var t=this.length;(A=~~A)<0?(A+=t)<0&&(A=0):A>t&&(A=t),(e=void 0===e?t:~~e)<0?(e+=t)<0&&(e=0):e>t&&(e=t),e>>=0,e>>>=0,t||k(A,e,this.length);for(var n=this[A],r=1,o=0;++o>>=0,e>>>=0,t||k(A,e,this.length);for(var n=this[A+--e],r=1;e>0&&(r*=256);)n+=this[A+--e]*r;return n},s.prototype.readUint8=s.prototype.readUInt8=function(A,e){return A>>>=0,e||k(A,1,this.length),this[A]},s.prototype.readUint16LE=s.prototype.readUInt16LE=function(A,e){return A>>>=0,e||k(A,2,this.length),this[A]|this[A+1]<<8},s.prototype.readUint16BE=s.prototype.readUInt16BE=function(A,e){return A>>>=0,e||k(A,2,this.length),this[A]<<8|this[A+1]},s.prototype.readUint32LE=s.prototype.readUInt32LE=function(A,e){return A>>>=0,e||k(A,4,this.length),(this[A]|this[A+1]<<8|this[A+2]<<16)+16777216*this[A+3]},s.prototype.readUint32BE=s.prototype.readUInt32BE=function(A,e){return A>>>=0,e||k(A,4,this.length),16777216*this[A]+(this[A+1]<<16|this[A+2]<<8|this[A+3])},s.prototype.readIntLE=function(A,e,t){A>>>=0,e>>>=0,t||k(A,e,this.length);for(var n=this[A],r=1,o=0;++o=(r*=128)&&(n-=Math.pow(2,8*e)),n},s.prototype.readIntBE=function(A,e,t){A>>>=0,e>>>=0,t||k(A,e,this.length);for(var n=e,r=1,o=this[A+--n];n>0&&(r*=256);)o+=this[A+--n]*r;return o>=(r*=128)&&(o-=Math.pow(2,8*e)),o},s.prototype.readInt8=function(A,e){return A>>>=0,e||k(A,1,this.length),128&this[A]?-1*(255-this[A]+1):this[A]},s.prototype.readInt16LE=function(A,e){A>>>=0,e||k(A,2,this.length);var t=this[A]|this[A+1]<<8;return 32768&t?4294901760|t:t},s.prototype.readInt16BE=function(A,e){A>>>=0,e||k(A,2,this.length);var t=this[A+1]|this[A]<<8;return 32768&t?4294901760|t:t},s.prototype.readInt32LE=function(A,e){return A>>>=0,e||k(A,4,this.length),this[A]|this[A+1]<<8|this[A+2]<<16|this[A+3]<<24},s.prototype.readInt32BE=function(A,e){return A>>>=0,e||k(A,4,this.length),this[A]<<24|this[A+1]<<16|this[A+2]<<8|this[A+3]},s.prototype.readFloatLE=function(A,e){return A>>>=0,e||k(A,4,this.length),r.read(this,A,!0,23,4)},s.prototype.readFloatBE=function(A,e){return A>>>=0,e||k(A,4,this.length),r.read(this,A,!1,23,4)},s.prototype.readDoubleLE=function(A,e){return A>>>=0,e||k(A,8,this.length),r.read(this,A,!0,52,8)},s.prototype.readDoubleBE=function(A,e){return A>>>=0,e||k(A,8,this.length),r.read(this,A,!1,52,8)},s.prototype.writeUintLE=s.prototype.writeUIntLE=function(A,e,t,n){A=+A,e>>>=0,t>>>=0,n||G(this,A,e,t,Math.pow(2,8*t)-1,0);var r=1,o=0;for(this[e]=255&A;++o>>=0,t>>>=0,n||G(this,A,e,t,Math.pow(2,8*t)-1,0);var r=t-1,o=1;for(this[e+r]=255&A;--r>=0&&(o*=256);)this[e+r]=A/o&255;return e+t},s.prototype.writeUint8=s.prototype.writeUInt8=function(A,e,t){return A=+A,e>>>=0,t||G(this,A,e,1,255,0),this[e]=255&A,e+1},s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(A,e,t){return A=+A,e>>>=0,t||G(this,A,e,2,65535,0),this[e]=255&A,this[e+1]=A>>>8,e+2},s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(A,e,t){return A=+A,e>>>=0,t||G(this,A,e,2,65535,0),this[e]=A>>>8,this[e+1]=255&A,e+2},s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(A,e,t){return A=+A,e>>>=0,t||G(this,A,e,4,4294967295,0),this[e+3]=A>>>24,this[e+2]=A>>>16,this[e+1]=A>>>8,this[e]=255&A,e+4},s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(A,e,t){return A=+A,e>>>=0,t||G(this,A,e,4,4294967295,0),this[e]=A>>>24,this[e+1]=A>>>16,this[e+2]=A>>>8,this[e+3]=255&A,e+4},s.prototype.writeIntLE=function(A,e,t,n){if(A=+A,e>>>=0,!n){var r=Math.pow(2,8*t-1);G(this,A,e,t,r-1,-r)}var o=0,i=1,a=0;for(this[e]=255&A;++o>>=0,!n){var r=Math.pow(2,8*t-1);G(this,A,e,t,r-1,-r)}var o=t-1,i=1,a=0;for(this[e+o]=255&A;--o>=0&&(i*=256);)A<0&&0===a&&0!==this[e+o+1]&&(a=1),this[e+o]=(A/i|0)-a&255;return e+t},s.prototype.writeInt8=function(A,e,t){return A=+A,e>>>=0,t||G(this,A,e,1,127,-128),A<0&&(A=255+A+1),this[e]=255&A,e+1},s.prototype.writeInt16LE=function(A,e,t){return A=+A,e>>>=0,t||G(this,A,e,2,32767,-32768),this[e]=255&A,this[e+1]=A>>>8,e+2},s.prototype.writeInt16BE=function(A,e,t){return A=+A,e>>>=0,t||G(this,A,e,2,32767,-32768),this[e]=A>>>8,this[e+1]=255&A,e+2},s.prototype.writeInt32LE=function(A,e,t){return A=+A,e>>>=0,t||G(this,A,e,4,2147483647,-2147483648),this[e]=255&A,this[e+1]=A>>>8,this[e+2]=A>>>16,this[e+3]=A>>>24,e+4},s.prototype.writeInt32BE=function(A,e,t){return A=+A,e>>>=0,t||G(this,A,e,4,2147483647,-2147483648),A<0&&(A=4294967295+A+1),this[e]=A>>>24,this[e+1]=A>>>16,this[e+2]=A>>>8,this[e+3]=255&A,e+4},s.prototype.writeFloatLE=function(A,e,t){return T(this,A,e,!0,t)},s.prototype.writeFloatBE=function(A,e,t){return T(this,A,e,!1,t)},s.prototype.writeDoubleLE=function(A,e,t){return R(this,A,e,!0,t)},s.prototype.writeDoubleBE=function(A,e,t){return R(this,A,e,!1,t)},s.prototype.copy=function(A,e,t,n){if(!s.isBuffer(A))throw new TypeError("argument should be a Buffer");if(t||(t=0),n||0===n||(n=this.length),e>=A.length&&(e=A.length),e||(e=0),n>0&&n=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),A.length-e>>=0,t=void 0===t?this.length:t>>>0,A||(A=0),"number"==typeof A)for(o=e;o55295&&t<57344){if(!r){if(t>56319){(e-=3)>-1&&o.push(239,191,189);continue}if(i+1===n){(e-=3)>-1&&o.push(239,191,189);continue}r=t;continue}if(t<56320){(e-=3)>-1&&o.push(239,191,189),r=t;continue}t=65536+(r-55296<<10|t-56320)}else r&&(e-=3)>-1&&o.push(239,191,189);if(r=null,t<128){if((e-=1)<0)break;o.push(t)}else if(t<2048){if((e-=2)<0)break;o.push(t>>6|192,63&t|128)}else if(t<65536){if((e-=3)<0)break;o.push(t>>12|224,t>>6&63|128,63&t|128)}else{if(!(t<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,63&t|128)}}return o}function S(A){return n.toByteArray(function(A){if((A=(A=A.split("=")[0]).trim().replace(H,"")).length<2)return"";for(;A.length%4!=0;)A+="=";return A}(A))}function P(A,e,t,n){for(var r=0;r=e.length||r>=A.length);++r)e[r+t]=A[r];return r}function j(A,e){return A instanceof e||null!=A&&null!=A.constructor&&null!=A.constructor.name&&A.constructor.name===e.name}function J(A){return A!=A}var V=function(){for(var A="0123456789abcdef",e=new Array(256),t=0;t<16;++t)for(var n=16*t,r=0;r<16;++r)e[n+r]=A[t]+A[r];return e}()},62680:(A,e,t)=>{"use strict";var n=t(67286),r=t(89429),o=r(n("String.prototype.indexOf"));A.exports=function(A,e){var t=n(A,!!e);return"function"==typeof t&&o(A,".prototype.")>-1?r(t):t}},89429:(A,e,t)=>{"use strict";var n=t(4090),r=t(67286),o=t(47669),i=t(5408),a=r("%Function.prototype.apply%"),s=r("%Function.prototype.call%"),l=r("%Reflect.apply%",!0)||n.call(s,a),c=t(70999),g=r("%Math.max%");A.exports=function(A){if("function"!=typeof A)throw new i("a function is required");var e=l(n,s,arguments);return o(e,1+g(0,A.length-(arguments.length-1)),!0)};var B=function(){return l(n,a,arguments)};c?c(A.exports,"apply",{value:B}):A.exports.apply=B},76220:(A,e,t)=>{"use strict";var n=t(34406),r=t.g.process&&n.nextTick||t.g.setImmediate||function(A){setTimeout(A,0)};A.exports=function(A,e){return A?void e.then((function(e){r((function(){A(null,e)}))}),(function(e){r((function(){A(e)}))})):e}},72779:(A,e)=>{var t;!function(){"use strict";var n={}.hasOwnProperty;function r(){for(var A=[],e=0;e{"use strict";var n=t(87245),r=t(63772),o=t(8615),i=Math.pow(2,31)-1;function a(A,e){var t,n=1;if(0===A)return e;if(0===e)return A;for(;A%2==0&&e%2==0;)A/=2,e/=2,n*=2;for(;A%2==0;)A/=2;for(;e;){for(;e%2==0;)e/=2;A>e&&(t=e,e=A,A=t),e-=A}return n*A}function s(A,e){var t,n=0;if(0===A)return e;if(0===e)return A;for(;!(1&A||1&e);)A>>>=1,e>>>=1,n++;for(;!(1&A);)A>>>=1;for(;e;){for(;!(1&e);)e>>>=1;A>e&&(t=e,e=A,A=t),e-=A}return A<1){if(t=A[0],e=A[1],!o(e))throw new TypeError("gcd()::invalid input argument. Accessor must be a function. Value: `"+e+"`.")}else t=A[0]}if((l=t.length)<2)return null;if(e){for(c=new Array(l),B=0;B{"use strict";var n=t(93948),r=t(87245),o=t(63772),i=t(8615);A.exports=function(){var A,e,t,a,s,l,c,g=arguments.length;for(A=new Array(g),c=0;c1){if(t=A[0],e=A[1],!i(e))throw new TypeError("lcm()::invalid input argument. Accessor must be a function. Value: `"+e+"`.")}else t=A[0]}if((a=t.length)<2)return null;if(e){for(s=new Array(a),c=0;c{"use strict";var n=t(91706),r={"text/plain":"Text","text/html":"Url",default:"Text"};A.exports=function(A,e){var t,o,i,a,s,l,c=!1;e||(e={}),t=e.debug||!1;try{if(i=n(),a=document.createRange(),s=document.getSelection(),(l=document.createElement("span")).textContent=A,l.style.all="unset",l.style.position="fixed",l.style.top=0,l.style.clip="rect(0, 0, 0, 0)",l.style.whiteSpace="pre",l.style.webkitUserSelect="text",l.style.MozUserSelect="text",l.style.msUserSelect="text",l.style.userSelect="text",l.addEventListener("copy",(function(n){if(n.stopPropagation(),e.format)if(n.preventDefault(),void 0===n.clipboardData){t&&console.warn("unable to use e.clipboardData"),t&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var o=r[e.format]||r.default;window.clipboardData.setData(o,A)}else n.clipboardData.clearData(),n.clipboardData.setData(e.format,A);e.onCopy&&(n.preventDefault(),e.onCopy(n.clipboardData))})),document.body.appendChild(l),a.selectNodeContents(l),s.addRange(a),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");c=!0}catch(n){t&&console.error("unable to copy using execCommand: ",n),t&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(e.format||"text",A),e.onCopy&&e.onCopy(window.clipboardData),c=!0}catch(n){t&&console.error("unable to copy using clipboardData: ",n),t&&console.error("falling back to prompt"),o=function(A){var e=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return A.replace(/#{\s*key\s*}/g,e)}("message"in e?e.message:"Copy to clipboard: #{key}, Enter"),window.prompt(o,A)}}finally{s&&("function"==typeof s.removeRange?s.removeRange(a):s.removeAllRanges()),l&&document.body.removeChild(l),i()}return c}},81153:(A,e,t)=>{"use strict";var n=t(48153),r=t(91479),o=function(){function A(){this.pseudos={},this.attrEqualityMods={},this.ruleNestingOperators={},this.substitutesEnabled=!1}return A.prototype.registerSelectorPseudos=function(){for(var A=[],e=0;e{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=t(6120);e.parseCssSelector=function(A,e,t,r,o,i){var a=A.length,s="";function l(t,r){var o="";for(e++,s=A.charAt(e);e=a)throw Error("Expected symbol but end of file reached.");if(s=A.charAt(e),n.identSpecialChars[s])t+=s;else{if(n.isHex(s)){var r=s;for(e++,s=A.charAt(e);n.isHex(s);)r+=s,e++,s=A.charAt(e);" "===s&&(e++,s=A.charAt(e)),t+=String.fromCharCode(parseInt(r,16));continue}t+=s}}e++,s=A.charAt(e)}return t}function g(){s=A.charAt(e);for(var t=!1;" "===s||"\t"===s||"\n"===s||"\r"===s||"\f"===s;)t=!0,e++,s=A.charAt(e);return t}function B(){var t=u();if(!t)return null;var n=t;for(s=A.charAt(e);","===s;){if(e++,g(),"selectors"!==n.type&&(n={type:"selectors",selectors:[t]}),!(t=u()))throw Error('Rule expected after ",".');n.selectors.push(t)}return n}function u(){g();var t={type:"ruleSet"},n=p();if(!n)return null;for(var r=t;n&&(n.type="rule",r.rule=n,r=n,g(),s=A.charAt(e),!(e>=a||","===s||")"===s));)if(o[s]){var i=s;if(e++,g(),!(n=p()))throw Error('Rule expected after "'+i+'".');n.nestingOperator=i}else(n=p())&&(n.nestingOperator=null);return t}function p(){for(var o=null;e=a)throw Error('Expected "=" but end of file reached.');if("="!==s)throw Error('Expected "=" but "'+s+'" found.');u.operator=p+"=",e++,g();var d="";if(u.valueType="string",'"'===s)d=l('"',n.doubleQuotesEscapeChars);else if("'"===s)d=l("'",n.singleQuoteEscapeChars);else if(i&&"$"===s)e++,d=c(),u.valueType="substitute";else{for(;e=a)throw Error('Expected "]" but end of file reached.');if("]"!==s)throw Error('Expected "]" but "'+s+'" found.');e++,u.value=d}((o=o||{}).attrs=o.attrs||[]).push(u)}else{if(":"!==s)break;e++;var f=c(),E={name:f};if("("===s){e++;var h="";if(g(),"selector"===t[f])E.valueType="selector",h=B();else{if(E.valueType=t[f]||"string",'"'===s)h=l('"',n.doubleQuotesEscapeChars);else if("'"===s)h=l("'",n.singleQuoteEscapeChars);else if(i&&"$"===s)e++,h=c(),E.valueType="substitute";else{for(;e=a)throw Error('Expected ")" but end of file reached.');if(")"!==s)throw Error('Expected ")" but "'+s+'" found.');e++,E.value=h}((o=o||{}).pseudos=o.pseudos||[]).push(E)}return o}return function(){var t=B();if(e{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=t(6120);e.renderEntity=function A(e){var t="";switch(e.type){case"ruleSet":for(var r=e.rule,o=[];r;)r.nestingOperator&&o.push(r.nestingOperator),o.push(A(r)),r=r.rule;t=o.join(" ");break;case"selectors":t=e.selectors.map(A).join(", ");break;case"rule":e.tagName&&(t="*"===e.tagName?"*":n.escapeIdentifier(e.tagName)),e.id&&(t+="#"+n.escapeIdentifier(e.id)),e.classNames&&(t+=e.classNames.map((function(A){return"."+n.escapeIdentifier(A)})).join("")),e.attrs&&(t+=e.attrs.map((function(A){return"operator"in A?"substitute"===A.valueType?"["+n.escapeIdentifier(A.name)+A.operator+"$"+A.value+"]":"["+n.escapeIdentifier(A.name)+A.operator+n.escapeStr(A.value)+"]":"["+n.escapeIdentifier(A.name)+"]"})).join("")),e.pseudos&&(t+=e.pseudos.map((function(e){return e.valueType?"selector"===e.valueType?":"+n.escapeIdentifier(e.name)+"("+A(e.value)+")":"substitute"===e.valueType?":"+n.escapeIdentifier(e.name)+"($"+e.value+")":"numeric"===e.valueType?":"+n.escapeIdentifier(e.name)+"("+e.value+")":":"+n.escapeIdentifier(e.name)+"("+n.escapeIdentifier(e.value)+")":":"+n.escapeIdentifier(e.name)})).join(""));break;default:throw Error('Unknown entity type: "'+e.type+'".')}return t}},6120:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.isIdentStart=function(A){return A>="a"&&A<="z"||A>="A"&&A<="Z"||"-"===A||"_"===A},e.isIdent=function(A){return A>="a"&&A<="z"||A>="A"&&A<="Z"||A>="0"&&A<="9"||"-"===A||"_"===A},e.isHex=function(A){return A>="a"&&A<="f"||A>="A"&&A<="F"||A>="0"&&A<="9"},e.escapeIdentifier=function(A){for(var t=A.length,n="",r=0;r="A"&&o<="Z"||o>="a"&&o<="z"||0!==r&&o>="0"&&o<="9")n+=o;else{var i=o.charCodeAt(0);if(55296==(63488&i)){var a=A.charCodeAt(r++);if(55296!=(64512&i)||56320!=(64512&a))throw Error("UCS-2(decode): illegal sequence");i=((1023&i)<<10)+(1023&a)+65536}n+="\\"+i.toString(16)+" "}r++}return n},e.escapeStr=function(A){for(var t,n=A.length,r="",o=0;o":!0,"?":!0,"@":!0,"[":!0,"\\":!0,"]":!0,"^":!0,"`":!0,"{":!0,"|":!0,"}":!0,"~":!0},e.strReplacementsRev={"\n":"\\n","\r":"\\r","\t":"\\t","\f":"\\f","\v":"\\v"},e.singleQuoteEscapeChars={n:"\n",r:"\r",t:"\t",f:"\f","\\":"\\","'":"'"},e.doubleQuotesEscapeChars={n:"\n",r:"\r",t:"\t",f:"\f","\\":"\\",'"':'"'}},39714:A=>{"use strict";var e=function(A){return function(A){return!!A&&"object"==typeof A}(A)&&!function(A){var e=Object.prototype.toString.call(A);return"[object RegExp]"===e||"[object Date]"===e||function(A){return A.$$typeof===t}(A)}(A)},t="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function n(A,e){return!1!==e.clone&&e.isMergeableObject(A)?a((t=A,Array.isArray(t)?[]:{}),A,e):A;var t}function r(A,e,t){return A.concat(e).map((function(A){return n(A,t)}))}function o(A){return Object.keys(A).concat(function(A){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(A).filter((function(e){return Object.propertyIsEnumerable.call(A,e)})):[]}(A))}function i(A,e){try{return e in A}catch(A){return!1}}function a(A,t,s){(s=s||{}).arrayMerge=s.arrayMerge||r,s.isMergeableObject=s.isMergeableObject||e,s.cloneUnlessOtherwiseSpecified=n;var l=Array.isArray(t);return l===Array.isArray(A)?l?s.arrayMerge(A,t,s):function(A,e,t){var r={};return t.isMergeableObject(A)&&o(A).forEach((function(e){r[e]=n(A[e],t)})),o(e).forEach((function(o){(function(A,e){return i(A,e)&&!(Object.hasOwnProperty.call(A,e)&&Object.propertyIsEnumerable.call(A,e))})(A,o)||(i(A,o)&&t.isMergeableObject(e[o])?r[o]=function(A,e){if(!e.customMerge)return a;var t=e.customMerge(A);return"function"==typeof t?t:a}(o,t)(A[o],e[o],t):r[o]=n(e[o],t))})),r}(A,t,s):n(t,s)}a.all=function(A,e){if(!Array.isArray(A))throw new Error("first argument should be an array");return A.reduce((function(A,t){return a(A,t,e)}),{})};var s=a;A.exports=s},75195:(A,e,t)=>{"use strict";var n=t(70999),r=t(48342),o=t(5408),i=t(50326);A.exports=function(A,e,t){if(!A||"object"!=typeof A&&"function"!=typeof A)throw new o("`obj` must be an object or a function`");if("string"!=typeof e&&"symbol"!=typeof e)throw new o("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new o("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new o("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new o("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new o("`loose`, if provided, must be a boolean");var a=arguments.length>3?arguments[3]:null,s=arguments.length>4?arguments[4]:null,l=arguments.length>5?arguments[5]:null,c=arguments.length>6&&arguments[6],g=!!i&&i(A,e);if(n)n(A,e,{configurable:null===l&&g?g.configurable:!l,enumerable:null===a&&g?g.enumerable:!a,value:t,writable:null===s&&g?g.writable:!s});else{if(!c&&(a||s||l))throw new r("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");A[e]=t}}},55759:(A,e)=>{"use strict";e.__esModule=!0,e.default=function(A){return A&&A.ownerDocument||document},A.exports=e.default},71009:(A,e,t)=>{"use strict";var n=t(71600);e.__esModule=!0,e.default=void 0;var r=n(t(96892)).default?function(A,e){return A.contains?A.contains(e):A.compareDocumentPosition?A===e||!!(16&A.compareDocumentPosition(e)):o(A,e)}:o;function o(A,e){if(e)do{if(e===A)return!0}while(e=e.parentNode);return!1}e.default=r,A.exports=e.default},54615:(A,e)=>{"use strict";e.__esModule=!0,e.default=function(A){return A===A.window?A:9===A.nodeType&&(A.defaultView||A.parentWindow)},A.exports=e.default},62271:(A,e,t)=>{"use strict";var n=t(71600);e.__esModule=!0,e.default=function(A){var e=(0,i.default)(A),t=(0,o.default)(e),n=e&&e.documentElement,a={top:0,left:0,height:0,width:0};if(e)return(0,r.default)(n,A)?(void 0!==A.getBoundingClientRect&&(a=A.getBoundingClientRect()),{top:a.top+(t.pageYOffset||n.scrollTop)-(n.clientTop||0),left:a.left+(t.pageXOffset||n.scrollLeft)-(n.clientLeft||0),width:(null==a.width?A.offsetWidth:a.width)||0,height:(null==a.height?A.offsetHeight:a.height)||0}):a};var r=n(t(71009)),o=n(t(54615)),i=n(t(55759));A.exports=e.default},47047:(A,e,t)=>{"use strict";var n=t(71600);e.__esModule=!0,e.default=function(A){for(var e=(0,r.default)(A),t=A&&A.offsetParent;t&&"html"!==i(A)&&"static"===(0,o.default)(t,"position");)t=t.offsetParent;return t||e.documentElement};var r=n(t(55759)),o=n(t(49182));function i(A){return A.nodeName&&A.nodeName.toLowerCase()}A.exports=e.default},78878:(A,e,t)=>{"use strict";var n=t(71600);e.__esModule=!0,e.default=function(A,e){var t,n={top:0,left:0};return"fixed"===(0,l.default)(A,"position")?t=A.getBoundingClientRect():(e=e||(0,i.default)(A),t=(0,o.default)(A),"html"!==function(A){return A.nodeName&&A.nodeName.toLowerCase()}(e)&&(n=(0,o.default)(e)),n.top+=parseInt((0,l.default)(e,"borderTopWidth"),10)-(0,a.default)(e)||0,n.left+=parseInt((0,l.default)(e,"borderLeftWidth"),10)-(0,s.default)(e)||0),(0,r.default)({},t,{top:t.top-n.top-(parseInt((0,l.default)(A,"marginTop"),10)||0),left:t.left-n.left-(parseInt((0,l.default)(A,"marginLeft"),10)||0)})};var r=n(t(77028)),o=n(t(62271)),i=n(t(47047)),a=n(t(71992)),s=n(t(9884)),l=n(t(49182));A.exports=e.default},9884:(A,e,t)=>{"use strict";var n=t(71600);e.__esModule=!0,e.default=function(A,e){var t=(0,r.default)(A);if(void 0===e)return t?"pageXOffset"in t?t.pageXOffset:t.document.documentElement.scrollLeft:A.scrollLeft;t?t.scrollTo(e,"pageYOffset"in t?t.pageYOffset:t.document.documentElement.scrollTop):A.scrollLeft=e};var r=n(t(54615));A.exports=e.default},71992:(A,e,t)=>{"use strict";var n=t(71600);e.__esModule=!0,e.default=function(A,e){var t=(0,r.default)(A);if(void 0===e)return t?"pageYOffset"in t?t.pageYOffset:t.document.documentElement.scrollTop:A.scrollTop;t?t.scrollTo("pageXOffset"in t?t.pageXOffset:t.document.documentElement.scrollLeft,e):A.scrollTop=e};var r=n(t(54615));A.exports=e.default},88196:(A,e,t)=>{"use strict";var n=t(71600);e.__esModule=!0,e.default=function(A){if(!A)throw new TypeError("No Element passed to `getComputedStyle()`");var e=A.ownerDocument;return"defaultView"in e?e.defaultView.opener?A.ownerDocument.defaultView.getComputedStyle(A,null):window.getComputedStyle(A,null):{getPropertyValue:function(e){var t=A.style;"float"==(e=(0,r.default)(e))&&(e="styleFloat");var n=A.currentStyle[e]||null;if(null==n&&t&&t[e]&&(n=t[e]),i.test(n)&&!o.test(e)){var a=t.left,s=A.runtimeStyle,l=s&&s.left;l&&(s.left=A.currentStyle.left),t.left="fontSize"===e?"1em":n,n=t.pixelLeft+"px",t.left=a,l&&(s.left=l)}return n}}};var r=n(t(15165)),o=/^(top|right|bottom|left)$/,i=/^([+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|))(?!px)[a-z%]+$/i;A.exports=e.default},49182:(A,e,t)=>{"use strict";var n=t(71600);e.__esModule=!0,e.default=function(A,e,t){var n="",c="",g=e;if("string"==typeof e){if(void 0===t)return A.style[(0,r.default)(e)]||(0,i.default)(A).getPropertyValue((0,o.default)(e));(g={})[e]=t}Object.keys(g).forEach((function(e){var t=g[e];t||0===t?(0,l.default)(e)?c+=e+"("+t+") ":n+=(0,o.default)(e)+": "+t+";":(0,a.default)(A,(0,o.default)(e))})),c&&(n+=s.transform+": "+c+";"),A.style.cssText+=";"+n};var r=n(t(15165)),o=n(t(45273)),i=n(t(88196)),a=n(t(9087)),s=t(64596),l=n(t(73107));A.exports=e.default},9087:(A,e)=>{"use strict";e.__esModule=!0,e.default=function(A,e){return"removeProperty"in A.style?A.style.removeProperty(e):A.style.removeAttribute(e)},A.exports=e.default},73107:(A,e)=>{"use strict";e.__esModule=!0,e.default=function(A){return!(!A||!t.test(A))};var t=/^((translate|rotate|scale)(X|Y|Z|3d)?|matrix(3d)?|perspective|skew(X|Y)?)$/i;A.exports=e.default},64596:(A,e,t)=>{"use strict";var n=t(71600);e.__esModule=!0,e.default=e.animationEnd=e.animationDelay=e.animationTiming=e.animationDuration=e.animationName=e.transitionEnd=e.transitionDuration=e.transitionDelay=e.transitionTiming=e.transitionProperty=e.transform=void 0;var r,o,i,a,s,l,c,g,B,u,p,d=n(t(96892)),f="transform";if(e.transform=f,e.animationEnd=i,e.transitionEnd=o,e.transitionDelay=c,e.transitionTiming=l,e.transitionDuration=s,e.transitionProperty=a,e.animationDelay=p,e.animationTiming=u,e.animationDuration=B,e.animationName=g,d.default){var E=function(){for(var A,e,t=document.createElement("div").style,n={O:function(A){return"o"+A.toLowerCase()},Moz:function(A){return A.toLowerCase()},Webkit:function(A){return"webkit"+A},ms:function(A){return"MS"+A}},r=Object.keys(n),o="",i=0;i{"use strict";e.__esModule=!0,e.default=function(A){return A.replace(t,(function(A,e){return e.toUpperCase()}))};var t=/-(.)/g;A.exports=e.default},15165:(A,e,t)=>{"use strict";var n=t(71600);e.__esModule=!0,e.default=function(A){return(0,r.default)(A.replace(o,"ms-"))};var r=n(t(41124)),o=/^-ms-/;A.exports=e.default},53994:(A,e)=>{"use strict";e.__esModule=!0,e.default=function(A){return A.replace(t,"-$1").toLowerCase()};var t=/([A-Z])/g;A.exports=e.default},45273:(A,e,t)=>{"use strict";var n=t(71600);e.__esModule=!0,e.default=function(A){return(0,r.default)(A).replace(o,"-ms-")};var r=n(t(53994)),o=/^ms-/;A.exports=e.default},96892:(A,e)=>{"use strict";e.__esModule=!0,e.default=void 0;var t=!("undefined"==typeof window||!window.document||!window.document.createElement);e.default=t,A.exports=e.default},80055:(A,e,t)=>{var n=t(39715),r=["write","end","destroy"],o=["resume","pause"],i=["data","close"],a=Array.prototype.slice;function s(A,e){if(A.forEach)return A.forEach(e);for(var t=0;t{"use strict";var n=t(67286)("%Object.defineProperty%",!0)||!1;if(n)try{n({},"a",{value:1})}catch(A){n=!1}A.exports=n},69654:A=>{"use strict";A.exports=EvalError},42321:A=>{"use strict";A.exports=Error},48205:A=>{"use strict";A.exports=RangeError},2976:A=>{"use strict";A.exports=ReferenceError},48342:A=>{"use strict";A.exports=SyntaxError},5408:A=>{"use strict";A.exports=TypeError},82885:A=>{"use strict";A.exports=URIError},66951:(A,e,t)=>{var n=t(34406),r=t(7236).Stream,o=e,i=t(72489),a=t(4245),s=t(80055),l=t(88166),c=t(42074),g=t(3923),B=t(98742),u=t.g.setImmediate||n.nextTick;o.Stream=r,o.through=i,o.from=a,o.duplex=s,o.map=l,o.pause=c,o.split=g,o.pipeline=o.connect=o.pipe=B,o.concat=o.merge=function(){var A=[].slice.call(arguments);1===A.length&&A[0]instanceof Array&&(A=A[0]);var e=new r;e.setMaxListeners(0);var t=0;return e.writable=e.readable=!0,A.length?A.forEach((function(n){n.pipe(e,{end:!1});var r=!1;n.on("end",(function(){r||(r=!0,++t==A.length&&e.emit("end"))}))})):n.nextTick((function(){e.emit("end")})),e.write=function(A){this.emit("data",A)},e.destroy=function(){A.forEach((function(A){A.destroy&&A.destroy()}))},e},o.writeArray=function(A){if("function"!=typeof A)throw new Error("function writeArray (done): done must be function");var e=new r,t=[],n=!1;return e.write=function(A){t.push(A)},e.end=function(){n=!0,A(null,t)},e.writable=!0,e.readable=!1,e.destroy=function(){e.writable=e.readable=!1,n||A(new Error("destroyed before end"),t)},e},o.readArray=function(A){var e=new r,t=0,o=!1,i=!1;if(e.readable=!0,e.writable=!1,!Array.isArray(A))throw new Error("event-stream.read expects an array");return e.resume=function(){if(!i){o=!1;for(var n=A.length;t1&&t.emit("data",r),u((function(){if(!(a||i||s))try{s=!0,A.call(t,o++,(function(){s=!1,l.apply(null,arguments)}))}catch(A){t.emit("error",A)}}))}return t.on("end",(function(){a=!0})),t.resume=function(){i=!1,l()},n.nextTick(l),t.pause=function(){i=!0},t.destroy=function(){t.emit("end"),t.emit("close"),a=!0},t},o.mapSync=function(A){return o.through((function(e){var t;try{t=A(e)}catch(A){return this.emit("error",A)}void 0!==t&&this.emit("data",t)}))},o.log=function(A){return o.through((function(e){[].slice.call(arguments),A?console.error(A,e):console.error(e),this.emit("data",e)}))},o.child=function(A){return o.duplex(A.stdin,A.stdout)},o.parse=function(A){var e=!(!A||!A.error);return o.through((function(A){var t;try{A&&(t=JSON.parse(A.toString()))}catch(t){return e?this.emit("error",t):console.error(t,"attempting to parse:",A)}void 0!==t&&this.emit("data",t)}))},o.stringify=function(){var A=t(48834).Buffer;return o.mapSync((function(e){return JSON.stringify(A.isBuffer(e)?e.toString():e)+"\n"}))},o.replace=function(A,e){return o.pipeline(o.split(A),o.join(e))},o.join=function(A){if("function"==typeof A)return o.wait(A);var e=!0;return o.through((function(t){return e||this.emit("data",A),e=!1,this.emit("data",t),!0}))},o.wait=function(A){var e=[];return o.through((function(A){e.push(A)}),(function(){var t=Buffer.isBuffer(e[0])?Buffer.concat(e):e.join("");this.emit("data",t),this.emit("end"),A&&A(null,t)}))},o.pipeable=function(){throw new Error("[EVENT-STREAM] es.pipeable is deprecated")}},3923:(A,e,t)=>{var n=t(72489),r=t(30214).s;A.exports=function(A,e,t){var o=new r,i="",a=t&&t.maxLength;function s(A,t){if(e){try{t=e(t)}catch(e){return A.emit("error",e)}void 0!==t&&A.queue(t)}else A.queue(t)}function l(e,t){var n=((null!=i?i:"")+t).split(A);i=n.pop(),a&&i.length>a&&e.emit("error",new Error("maximum buffer reached"));for(var r=0;r{"use strict";var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=function(A){return"function"==typeof Array.isArray?Array.isArray(A):"[object Array]"===t.call(A)},i=function(A){if(!A||"[object Object]"!==t.call(A))return!1;var n,r=e.call(A,"constructor"),o=A.constructor&&A.constructor.prototype&&e.call(A.constructor.prototype,"isPrototypeOf");if(A.constructor&&!r&&!o)return!1;for(n in A);return void 0===n||e.call(A,n)},a=function(A,e){n&&"__proto__"===e.name?n(A,e.name,{enumerable:!0,configurable:!0,value:e.newValue,writable:!0}):A[e.name]=e.newValue},s=function(A,t){if("__proto__"===t){if(!e.call(A,t))return;if(r)return r(A,t).value}return A[t]};A.exports=function A(){var e,t,n,r,l,c,g=arguments[0],B=1,u=arguments.length,p=!1;for("boolean"==typeof g&&(p=g,g=arguments[1]||{},B=2),(null==g||"object"!=typeof g&&"function"!=typeof g)&&(g={});B{"use strict";A.exports=function A(e,t){if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){if(e.constructor!==t.constructor)return!1;var n,r,o;if(Array.isArray(e)){if((n=e.length)!=t.length)return!1;for(r=n;0!=r--;)if(!A(e[r],t[r]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();if((n=(o=Object.keys(e)).length)!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!Object.prototype.hasOwnProperty.call(t,o[r]))return!1;for(r=n;0!=r--;){var i=o[r];if(!A(e[i],t[i]))return!1}return!0}return e!=e&&t!=t}},80200:function(A,e){!function(A){"use strict";function e(A){return function(e,t,n,r,o,i,a){return A(e,t,a)}}function t(A){return function(e,t,n,r){if(!e||!t||"object"!=typeof e||"object"!=typeof t)return A(e,t,n,r);var o=r.get(e),i=r.get(t);if(o&&i)return o===t&&i===e;r.set(e,t),r.set(t,e);var a=A(e,t,n,r);return r.delete(e),r.delete(t),a}}function n(A,e){var t={};for(var n in A)t[n]=A[n];for(var n in e)t[n]=e[n];return t}function r(A){return A.constructor===Object||null==A.constructor}function o(A){return"function"==typeof A.then}function i(A,e){return A===e||A!=A&&e!=e}var a="[object Arguments]",s="[object Boolean]",l="[object Date]",c="[object RegExp]",g="[object Map]",B="[object Number]",u="[object Object]",p="[object Set]",d="[object String]",f=Object.prototype.toString;function E(A){var e=A.areArraysEqual,t=A.areDatesEqual,n=A.areMapsEqual,E=A.areObjectsEqual,h=A.areRegExpsEqual,m=A.areSetsEqual,w=(0,A.createIsNestedEqual)(Q);function Q(A,Q,C){if(A===Q)return!0;if(!A||!Q||"object"!=typeof A||"object"!=typeof Q)return A!=A&&Q!=Q;if(r(A)&&r(Q))return E(A,Q,w,C);var I=Array.isArray(A),y=Array.isArray(Q);if(I||y)return I===y&&e(A,Q,w,C);var M=f.call(A);return M===f.call(Q)&&(M===l?t(A,Q,w,C):M===c?h(A,Q,w,C):M===g?n(A,Q,w,C):M===p?m(A,Q,w,C):M===u||M===a?!o(A)&&!o(Q)&&E(A,Q,w,C):(M===s||M===B||M===d)&&i(A.valueOf(),Q.valueOf()))}return Q}function h(A,e,t,n){var r=A.length;if(e.length!==r)return!1;for(;r-- >0;)if(!t(A[r],e[r],r,r,A,e,n))return!1;return!0}var m=t(h);function w(A,e){return i(A.valueOf(),e.valueOf())}function Q(A,e,t,n){var r=A.size===e.size;if(!r)return!1;if(!A.size)return!0;var o={},i=0;return A.forEach((function(a,s){if(r){var l=!1,c=0;e.forEach((function(r,g){l||o[c]||!(l=t(s,g,i,c,A,e,n)&&t(a,r,s,g,A,e,n))||(o[c]=!0),c++})),i++,r=l}})),r}var C=t(Q),I=Object.prototype.hasOwnProperty;function y(A,e,t,n){var r,o=Object.keys(A),i=o.length;if(Object.keys(e).length!==i)return!1;for(;i-- >0;){if("_owner"===(r=o[i])){var a=!!A.$$typeof,s=!!e.$$typeof;if((a||s)&&a!==s)return!1}if(!I.call(e,r)||!t(A[r],e[r],r,r,A,e,n))return!1}return!0}var M=t(y);function v(A,e){return A.source===e.source&&A.flags===e.flags}function F(A,e,t,n){var r=A.size===e.size;if(!r)return!1;if(!A.size)return!0;var o={};return A.forEach((function(i,a){if(r){var s=!1,l=0;e.forEach((function(r,c){s||o[l]||!(s=t(i,r,a,c,A,e,n))||(o[l]=!0),l++})),r=s}})),r}var Y=t(F),b=Object.freeze({areArraysEqual:h,areDatesEqual:w,areMapsEqual:Q,areObjectsEqual:y,areRegExpsEqual:v,areSetsEqual:F,createIsNestedEqual:e}),D=Object.freeze({areArraysEqual:m,areDatesEqual:w,areMapsEqual:C,areObjectsEqual:M,areRegExpsEqual:v,areSetsEqual:Y,createIsNestedEqual:e}),x=E(b);var k=E(n(b,{createIsNestedEqual:function(){return i}}));var G=E(D);var U=E(n(D,{createIsNestedEqual:function(){return i}}));A.circularDeepEqual=function(A,e){return G(A,e,new WeakMap)},A.circularShallowEqual=function(A,e){return U(A,e,new WeakMap)},A.createCustomCircularEqual=function(A){var e=E(n(D,A(D)));return function(A,t,n){return void 0===n&&(n=new WeakMap),e(A,t,n)}},A.createCustomEqual=function(A){return E(n(b,A(b)))},A.deepEqual=function(A,e){return x(A,e,void 0)},A.sameValueZeroEqual=i,A.shallowEqual=function(A,e){return k(A,e,void 0)},Object.defineProperty(A,"__esModule",{value:!0})}(e)},85695:A=>{"use strict";A.exports=function(A,e){e||(e={}),"function"==typeof e&&(e={cmp:e});var t,n="boolean"==typeof e.cycles&&e.cycles,r=e.cmp&&(t=e.cmp,function(A){return function(e,n){var r={key:e,value:A[e]},o={key:n,value:A[n]};return t(r,o)}}),o=[];return function A(e){if(e&&e.toJSON&&"function"==typeof e.toJSON&&(e=e.toJSON()),void 0!==e){if("number"==typeof e)return isFinite(e)?""+e:"null";if("object"!=typeof e)return JSON.stringify(e);var t,i;if(Array.isArray(e)){for(i="[",t=0;t>4){case 15:if(2!=(B=255&A[d=d+1|0])>>6||247>6?m+4|0:24,l=l+256&768;case 13:case 12:h<<=6,h|=(31&l)<<6|63&(B=255&A[d=d+1|0]),m=m+7|0,d>6&&h>>m&&1114112>h?(l=h,0<=(h=h-65536|0)&&(Q=55296+(h>>10)|0,l=56320+(1023&h)|0,31>w?(u[w]=Q,w=w+1|0,Q=-1):(B=Q,Q=l,l=B))):(d=d-(l>>=8)-1|0,l=65533),h=m=0,t=d<=E?32:f-d|0;default:u[w]=l;continue;case 11:case 10:case 9:case 8:}u[w]=65533}if(p+=n(u[0],u[1],u[2],u[3],u[4],u[5],u[6],u[7],u[8],u[9],u[10],u[11],u[12],u[13],u[14],u[15],u[16],u[17],u[18],u[19],u[20],u[21],u[22],u[23],u[24],u[25],u[26],u[27],u[28],u[29],u[30],u[31]),32>w&&(p=p.slice(0,w-32|0)),d>>31,Q=-1,p.length=i)n[r]=i;else{if(2047>=i)n[r]=192|i>>6;else{A:{if(55296<=i)if(56319>=i){var l=0|A.charCodeAt(e=e+1|0);if(56320<=l&&57343>=l){if(65535<(i=(i<<10)+l-56613888|0)){n[r]=240|i>>18,n[r=r+1|0]=128|i>>12&63,n[r=r+1|0]=128|i>>6&63,n[r=r+1|0]=128|63&i;continue}break A}i=65533}else 57343>=i&&(i=65533);!o&&e<<1>12,n[r=r+1|0]=128|i>>6&63}n[r=r+1|0]=128|63&i}}return a?n.subarray(0,r):n.slice(0,r)},B||(A.TextDecoder=e,A.TextEncoder=t)}(""+void 0==typeof t.g?""+void 0==typeof self?this:self:t.g)},41536:(A,e,t)=>{"use strict";var n=t(149),r=o(Error);function o(A){return e.displayName=A.displayName||A.name,e;function e(e){return e&&(e=n.apply(null,arguments)),new A(e)}}A.exports=r,r.eval=o(EvalError),r.range=o(RangeError),r.reference=o(ReferenceError),r.syntax=o(SyntaxError),r.type=o(TypeError),r.uri=o(URIError),r.create=o},46782:function(A,e,t){var n,r;void 0===(r="function"==typeof(n=function(){"use strict";function e(A,e,t){var n=new XMLHttpRequest;n.open("GET",A),n.responseType="blob",n.onload=function(){a(n.response,e,t)},n.onerror=function(){console.error("could not download file")},n.send()}function n(A){var e=new XMLHttpRequest;e.open("HEAD",A,!1);try{e.send()}catch(A){}return 200<=e.status&&299>=e.status}function r(A){try{A.dispatchEvent(new MouseEvent("click"))}catch(t){var e=document.createEvent("MouseEvents");e.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),A.dispatchEvent(e)}}var o="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof t.g&&t.g.global===t.g?t.g:void 0,i=o.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),a=o.saveAs||("object"!=typeof window||window!==o?function(){}:"download"in HTMLAnchorElement.prototype&&!i?function(A,t,i){var a=o.URL||o.webkitURL,s=document.createElement("a");t=t||A.name||"download",s.download=t,s.rel="noopener","string"==typeof A?(s.href=A,s.origin===location.origin?r(s):n(s.href)?e(A,t,i):r(s,s.target="_blank")):(s.href=a.createObjectURL(A),setTimeout((function(){a.revokeObjectURL(s.href)}),4e4),setTimeout((function(){r(s)}),0))}:"msSaveOrOpenBlob"in navigator?function(A,t,o){if(t=t||A.name||"download","string"!=typeof A)navigator.msSaveOrOpenBlob(function(A,e){return void 0===e?e={autoBom:!1}:"object"!=typeof e&&(console.warn("Deprecated: Expected third argument to be a object"),e={autoBom:!e}),e.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(A.type)?new Blob(["\ufeff",A],{type:A.type}):A}(A,o),t);else if(n(A))e(A,t,o);else{var i=document.createElement("a");i.href=A,i.target="_blank",setTimeout((function(){r(i)}))}}:function(A,t,n,r){if((r=r||open("","_blank"))&&(r.document.title=r.document.body.innerText="downloading..."),"string"==typeof A)return e(A,t,n);var a="application/octet-stream"===A.type,s=/constructor/i.test(o.HTMLElement)||o.safari,l=/CriOS\/[\d]+/.test(navigator.userAgent);if((l||a&&s||i)&&"undefined"!=typeof FileReader){var c=new FileReader;c.onloadend=function(){var A=c.result;A=l?A:A.replace(/^data:[^;]*;/,"data:attachment/file;"),r?r.location.href=A:location=A,r=null},c.readAsDataURL(A)}else{var g=o.URL||o.webkitURL,B=g.createObjectURL(A);r?r.location=B:location.href=B,r=null,setTimeout((function(){g.revokeObjectURL(B)}),4e4)}});o.saveAs=a.saveAs=a,A.exports=a})?n.apply(e,[]):n)||(A.exports=r)},60358:A=>{var e=function(){var A,e,t,n,r,o,i,a,s=[],l=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"],c="1a",g=!1,B="chongo /\\../\\",u=52,p={32:{offset:0},64:{offset:[0,0,0,0]},128:{offset:[0,0,0,0,0,0,0,0]},256:{offset:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},512:{offset:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},1024:{offset:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}};for(A=0;A<256;A++)s[A]=(A>>4&15).toString(16)+(15&A).toString(16);function d(A,e){var t,n,r,o=[0],i="";for(n=0;n0;)o.push(t%e),t=t/e|0}for(n=o.length-1;n>=0;--n)i+="0123456789abcdefghijklmnopqrstuvwxyz"[o[n]];return i}function f(A,e){return{bits:e,value:A,dec:function(){return d(A,10)},hex:function(){return A},str:function(){return d(A,36)}}}function E(A,e){return{bits:e,value:A,dec:function(){return A.toString()},hex:function(){return s[A>>>24]+s[A>>>16&255]+s[A>>>8&255]+s[255&A]},str:function(){return A.toString(36)}}}function h(A,e){return{bits:e,value:A,dec:function(){return A.toString()},hex:function(){return("0000000000000000"+A.toString(16)).substr(-13)},str:function(){return A.toString(36)}}}function m(A,s){var l="object"==typeof A?JSON.stringify(A):A;switch(s||u){case 32:return e(l);case 64:return n(l);case 128:return r(l);case 256:return o(l);case 512:return i(l);case 1024:return a(l);default:return t(l)}}function w(A){if("1a"===A)c=A,e=g?M:I,t=g?b:F,n=g?G:x,r=g?H:T,o=g?j:S,i=g?W:V,a=g?Z:L;else{if("1"!==A)throw new Error("Supported FNV versions: 1, 1a");c=A,e=g?v:y,t=g?D:Y,n=g?U:k,r=g?N:R,o=g?J:P,i=g?z:O,a=g?X:K}}function Q(A){A?(g=!0,e="1a"==c?M:v,t="1a"==c?b:D,n="1a"==c?G:U,r="1a"==c?H:N,o="1a"==c?j:J,i="1a"==c?W:z,a="1a"==c?Z:X):(g=!1,e="1a"==c?I:y,t="1a"==c?F:Y,n="1a"==c?x:k,r="1a"==c?T:R,o="1a"==c?S:P,i="1a"==c?V:O,a="1a"==c?L:K)}function C(A){var e,t,n=c;for(var r in(A=A||0===A?A:B)===B&&w("1"),p){for(p[r].offset=[],t=0;t>>16)&65535),i+=(o^=A.charCodeAt(e++))<<8,o=65535&(r=403*o),i=403*(a=i+(r>>>16)&65535),i+=(o^=A.charCodeAt(e++))<<8,o=65535&(r=403*o),i=403*(a=i+(r>>>16)&65535),a=(i+=(o^=A.charCodeAt(e++))<<8)+((r=403*o)>>>16)&65535,o=65535&r;for(;e>>16)&65535,o=65535&r;return E((a<<16>>>0)+o,32)}function y(A){var e,t=A.length-3,n=p[32].offset,r=0,o=0|n[1],i=0,a=0|n[0];for(e=0;e>>16)&65535),i+=(o^=A.charCodeAt(e++))<<8,o=65535&(r=403*o),i=403*(a=i+(r>>>16)&65535),i+=(o^=A.charCodeAt(e++))<<8,o=65535&(r=403*o),i=403*(a=i+(r>>>16)&65535),a=(i+=(o^=A.charCodeAt(e++))<<8)+((r=403*o)>>>16)&65535,o=65535&r,o^=A.charCodeAt(e++);for(;e>>16)&65535,o=65535&r,o^=A.charCodeAt(e++);return E((a<<16>>>0)+o,32)}function M(A){var e,t,n=A.length,r=p[32].offset,o=0,i=0|r[1],a=0,s=0|r[0];for(t=0;t>6|192)<<8)+((o=403*i)>>>16)&65535,i=65535&o,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,i=65535&(o=403*i),a=403*(s=a+(o>>>16)&65535),a+=(i^=e>>12&63|128)<<8,i=65535&(o=403*i),a=403*(s=a+(o>>>16)&65535),s=(a+=(i^=e>>6&63|128)<<8)+((o=403*i)>>>16)&65535,i=65535&o,i^=63&e|128):(a=403*s,a+=(i^=e>>12|224)<<8,i=65535&(o=403*i),a=403*(s=a+(o>>>16)&65535),s=(a+=(i^=e>>6&63|128)<<8)+((o=403*i)>>>16)&65535,i=65535&o,i^=63&e|128),a=403*s,s=(a+=i<<8)+((o=403*i)>>>16)&65535,i=65535&o;return E((s<<16>>>0)+i,32)}function v(A){var e,t,n=A.length,r=p[32].offset,o=0,i=0|r[1],a=0,s=0|r[0];for(t=0;t>>16)&65535,i=65535&o,(e=A.charCodeAt(t))<128?i^=e:e<2048?(a=403*s,s=(a+=(i^=e>>6|192)<<8)+((o=403*i)>>>16)&65535,i=65535&o,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,i=65535&(o=403*i),a=403*(s=a+(o>>>16)&65535),a+=(i^=e>>12&63|128)<<8,i=65535&(o=403*i),a=403*(s=a+(o>>>16)&65535),s=(a+=(i^=e>>6&63|128)<<8)+((o=403*i)>>>16)&65535,i=65535&o,i^=63&e|128):(a=403*s,a+=(i^=e>>12|224)<<8,i=65535&(o=403*i),a=403*(s=a+(o>>>16)&65535),s=(a+=(i^=e>>6&63|128)<<8)+((o=403*i)>>>16)&65535,i=65535&o,i^=63&e|128);return E((s<<16>>>0)+i,32)}function F(A){var e,t=A.length-3,n=p[64].offset,r=0,o=0|n[3],i=0,a=0|n[2],s=0,l=0|n[1],c=0,g=0|n[0];for(e=0;e>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),s=435*(l=65535&s),c=435*g,s+=(o^=A.charCodeAt(e++))<<8,o=65535&(r=435*o),g=(c+=a<<8)+((s+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),s=435*(l=65535&s),c=435*g,s+=(o^=A.charCodeAt(e++))<<8,o=65535&(r=435*o),g=(c+=a<<8)+((s+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),s=435*(l=65535&s),c=435*g,s+=(o^=A.charCodeAt(e++))<<8,c+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),g=c+((s+=i>>>16)>>>16)&65535,l=65535&s;for(;e>>16),g=c+((s+=i>>>16)>>>16)&65535,l=65535&s;return h(281474976710656*(15&g)+4294967296*l+65536*a+(o^g>>4),52)}function Y(A){var e,t=A.length-3,n=p[64].offset,r=0,o=0|n[3],i=0,a=0|n[2],s=0,l=0|n[1],c=0,g=0|n[0];for(e=0;e>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),s=435*(l=65535&s),c=435*g,s+=(o^=A.charCodeAt(e++))<<8,o=65535&(r=435*o),g=(c+=a<<8)+((s+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),s=435*(l=65535&s),c=435*g,s+=(o^=A.charCodeAt(e++))<<8,o=65535&(r=435*o),g=(c+=a<<8)+((s+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),s=435*(l=65535&s),c=435*g,s+=(o^=A.charCodeAt(e++))<<8,c+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),g=c+((s+=i>>>16)>>>16)&65535,l=65535&s,o^=A.charCodeAt(e++);for(;e>>16),g=c+((s+=i>>>16)>>>16)&65535,l=65535&s,o^=A.charCodeAt(e++);return h(281474976710656*(15&g)+4294967296*l+65536*a+(o^g>>4),52)}function b(A){var e,t,n=A.length,r=p[64].offset,o=0,i=0|r[3],a=0,s=0|r[2],l=0,c=0|r[1],g=0,B=0|r[0];for(t=0;t>6|192)<<8,g+=s<<8,i=65535&(o=435*i),s=65535&(a+=o>>>16),B=g+((l+=a>>>16)>>>16)&65535,c=65535&l,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,i=65535&(o=435*i),B=(g+=s<<8)+((l+=(a+=o>>>16)>>>16)>>>16)&65535,a=435*(s=65535&a),l=435*(c=65535&l),g=435*B,l+=(i^=e>>12&63|128)<<8,i=65535&(o=435*i),B=(g+=s<<8)+((l+=(a+=o>>>16)>>>16)>>>16)&65535,a=435*(s=65535&a),l=435*(c=65535&l),g=435*B,l+=(i^=e>>6&63|128)<<8,g+=s<<8,i=65535&(o=435*i),s=65535&(a+=o>>>16),B=g+((l+=a>>>16)>>>16)&65535,c=65535&l,i^=63&e|128):(a=435*s,l=435*c,g=435*B,l+=(i^=e>>12|224)<<8,i=65535&(o=435*i),B=(g+=s<<8)+((l+=(a+=o>>>16)>>>16)>>>16)&65535,a=435*(s=65535&a),l=435*(c=65535&l),g=435*B,l+=(i^=e>>6&63|128)<<8,g+=s<<8,i=65535&(o=435*i),s=65535&(a+=o>>>16),B=g+((l+=a>>>16)>>>16)&65535,c=65535&l,i^=63&e|128),a=435*s,l=435*c,g=435*B,l+=i<<8,g+=s<<8,i=65535&(o=435*i),s=65535&(a+=o>>>16),B=g+((l+=a>>>16)>>>16)&65535,c=65535&l;return h(281474976710656*(15&B)+4294967296*c+65536*s+(i^B>>4),52)}function D(A){var e,t,n=A.length,r=p[64].offset,o=0,i=0|r[3],a=0,s=0|r[2],l=0,c=0|r[1],g=0,B=0|r[0];for(t=0;t>>16),B=g+((l+=a>>>16)>>>16)&65535,c=65535&l,(e=A.charCodeAt(t))<128?i^=e:e<2048?(a=435*s,l=435*c,g=435*B,l+=(i^=e>>6|192)<<8,g+=s<<8,i=65535&(o=435*i),s=65535&(a+=o>>>16),B=g+((l+=a>>>16)>>>16)&65535,c=65535&l,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,i=65535&(o=435*i),B=(g+=s<<8)+((l+=(a+=o>>>16)>>>16)>>>16)&65535,a=435*(s=65535&a),l=435*(c=65535&l),g=435*B,l+=(i^=e>>12&63|128)<<8,i=65535&(o=435*i),B=(g+=s<<8)+((l+=(a+=o>>>16)>>>16)>>>16)&65535,a=435*(s=65535&a),l=435*(c=65535&l),g=435*B,l+=(i^=e>>6&63|128)<<8,g+=s<<8,i=65535&(o=435*i),s=65535&(a+=o>>>16),B=g+((l+=a>>>16)>>>16)&65535,c=65535&l,i^=63&e|128):(a=435*s,l=435*c,g=435*B,l+=(i^=e>>12|224)<<8,i=65535&(o=435*i),B=(g+=s<<8)+((l+=(a+=o>>>16)>>>16)>>>16)&65535,a=435*(s=65535&a),l=435*(c=65535&l),g=435*B,l+=(i^=e>>6&63|128)<<8,g+=s<<8,i=65535&(o=435*i),s=65535&(a+=o>>>16),B=g+((l+=a>>>16)>>>16)&65535,c=65535&l,i^=63&e|128);return h(281474976710656*(15&B)+4294967296*c+65536*s+(i^B>>4),52)}function x(A){var e,t=A.length-3,n=p[64].offset,r=0,o=0|n[3],i=0,a=0|n[2],l=0,c=0|n[1],g=0,B=0|n[0];for(e=0;e>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),l=435*(c=65535&l),g=435*B,l+=(o^=A.charCodeAt(e++))<<8,o=65535&(r=435*o),B=(g+=a<<8)+((l+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),l=435*(c=65535&l),g=435*B,l+=(o^=A.charCodeAt(e++))<<8,o=65535&(r=435*o),B=(g+=a<<8)+((l+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),l=435*(c=65535&l),g=435*B,l+=(o^=A.charCodeAt(e++))<<8,g+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),B=g+((l+=i>>>16)>>>16)&65535,c=65535&l;for(;e>>16),B=g+((l+=i>>>16)>>>16)&65535,c=65535&l;return f(s[B>>8]+s[255&B]+s[c>>8]+s[255&c]+s[a>>8]+s[255&a]+s[o>>8]+s[255&o],64)}function k(A){var e,t=A.length-3,n=p[64].offset,r=0,o=0|n[3],i=0,a=0|n[2],l=0,c=0|n[1],g=0,B=0|n[0];for(e=0;e>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),l=435*(c=65535&l),g=435*B,l+=(o^=A.charCodeAt(e++))<<8,o=65535&(r=435*o),B=(g+=a<<8)+((l+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),l=435*(c=65535&l),g=435*B,l+=(o^=A.charCodeAt(e++))<<8,o=65535&(r=435*o),B=(g+=a<<8)+((l+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),l=435*(c=65535&l),g=435*B,l+=(o^=A.charCodeAt(e++))<<8,g+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),B=g+((l+=i>>>16)>>>16)&65535,c=65535&l,o^=A.charCodeAt(e++);for(;e>>16),B=g+((l+=i>>>16)>>>16)&65535,c=65535&l,o^=A.charCodeAt(e++);return f(s[B>>8]+s[255&B]+s[c>>8]+s[255&c]+s[a>>8]+s[255&a]+s[o>>8]+s[255&o],64)}function G(A){var e,t,n=A.length,r=p[64].offset,o=0,i=0|r[3],a=0,l=0|r[2],c=0,g=0|r[1],B=0,u=0|r[0];for(t=0;t>6|192)<<8,B+=l<<8,i=65535&(o=435*i),l=65535&(a+=o>>>16),u=B+((c+=a>>>16)>>>16)&65535,g=65535&c,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,i=65535&(o=435*i),u=(B+=l<<8)+((c+=(a+=o>>>16)>>>16)>>>16)&65535,a=435*(l=65535&a),c=435*(g=65535&c),B=435*u,c+=(i^=e>>12&63|128)<<8,i=65535&(o=435*i),u=(B+=l<<8)+((c+=(a+=o>>>16)>>>16)>>>16)&65535,a=435*(l=65535&a),c=435*(g=65535&c),B=435*u,c+=(i^=e>>6&63|128)<<8,B+=l<<8,i=65535&(o=435*i),l=65535&(a+=o>>>16),u=B+((c+=a>>>16)>>>16)&65535,g=65535&c,i^=63&e|128):(a=435*l,c=435*g,B=435*u,c+=(i^=e>>12|224)<<8,i=65535&(o=435*i),u=(B+=l<<8)+((c+=(a+=o>>>16)>>>16)>>>16)&65535,a=435*(l=65535&a),c=435*(g=65535&c),B=435*u,c+=(i^=e>>6&63|128)<<8,B+=l<<8,i=65535&(o=435*i),l=65535&(a+=o>>>16),u=B+((c+=a>>>16)>>>16)&65535,g=65535&c,i^=63&e|128),a=435*l,c=435*g,B=435*u,c+=i<<8,B+=l<<8,i=65535&(o=435*i),l=65535&(a+=o>>>16),u=B+((c+=a>>>16)>>>16)&65535,g=65535&c;return f(s[u>>8]+s[255&u]+s[g>>8]+s[255&g]+s[l>>8]+s[255&l]+s[i>>8]+s[255&i],64)}function U(A){var e,t,n=A.length,r=p[64].offset,o=0,i=0|r[3],a=0,l=0|r[2],c=0,g=0|r[1],B=0,u=0|r[0];for(t=0;t>>16),u=B+((c+=a>>>16)>>>16)&65535,g=65535&c,(e=A.charCodeAt(t))<128?i^=e:e<2048?(a=435*l,c=435*g,B=435*u,c+=(i^=e>>6|192)<<8,B+=l<<8,i=65535&(o=435*i),l=65535&(a+=o>>>16),u=B+((c+=a>>>16)>>>16)&65535,g=65535&c,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,i=65535&(o=435*i),u=(B+=l<<8)+((c+=(a+=o>>>16)>>>16)>>>16)&65535,a=435*(l=65535&a),c=435*(g=65535&c),B=435*u,c+=(i^=e>>12&63|128)<<8,i=65535&(o=435*i),u=(B+=l<<8)+((c+=(a+=o>>>16)>>>16)>>>16)&65535,a=435*(l=65535&a),c=435*(g=65535&c),B=435*u,c+=(i^=e>>6&63|128)<<8,B+=l<<8,i=65535&(o=435*i),l=65535&(a+=o>>>16),u=B+((c+=a>>>16)>>>16)&65535,g=65535&c,i^=63&e|128):(a=435*l,c=435*g,B=435*u,c+=(i^=e>>12|224)<<8,i=65535&(o=435*i),u=(B+=l<<8)+((c+=(a+=o>>>16)>>>16)>>>16)&65535,a=435*(l=65535&a),c=435*(g=65535&c),B=435*u,c+=(i^=e>>6&63|128)<<8,B+=l<<8,i=65535&(o=435*i),l=65535&(a+=o>>>16),u=B+((c+=a>>>16)>>>16)&65535,g=65535&c,i^=63&e|128);return f(s[u>>8]+s[255&u]+s[g>>8]+s[255&g]+s[l>>8]+s[255&l]+s[i>>8]+s[255&i],64)}function T(A){var e,t=A.length-3,n=p[128].offset,r=0,o=0|n[7],i=0,a=0|n[6],l=0,c=0|n[5],g=0,B=0|n[4],u=0,d=0|n[3],E=0,h=0|n[2],m=0,w=0|n[1],Q=0,C=0|n[0];for(e=0;e>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=315*(a=65535&i),l=315*(c=65535&l),g=315*(B=65535&g),u=315*(d=65535&u),E=315*(h=65535&E),m=315*(w=65535&m),Q=315*C,E+=(o^=A.charCodeAt(e++))<<8,m+=a<<8,o=65535&(r=315*o),C=(Q+=c<<8)+((m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=315*(a=65535&i),l=315*(c=65535&l),g=315*(B=65535&g),u=315*(d=65535&u),E=315*(h=65535&E),m=315*(w=65535&m),Q=315*C,E+=(o^=A.charCodeAt(e++))<<8,m+=a<<8,o=65535&(r=315*o),C=(Q+=c<<8)+((m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=315*(a=65535&i),l=315*(c=65535&l),g=315*(B=65535&g),u=315*(d=65535&u),E=315*(h=65535&E),m=315*(w=65535&m),Q=315*C,E+=(o^=A.charCodeAt(e++))<<8,m+=a<<8,Q+=c<<8,o=65535&(r=315*o),a=65535&(i+=r>>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),C=Q+((m+=E>>>16)>>>16)&65535,w=65535&m;for(;e>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),C=Q+((m+=E>>>16)>>>16)&65535,w=65535&m;return f(s[C>>8]+s[255&C]+s[w>>8]+s[255&w]+s[h>>8]+s[255&h]+s[d>>8]+s[255&d]+s[B>>8]+s[255&B]+s[c>>8]+s[255&c]+s[a>>8]+s[255&a]+s[o>>8]+s[255&o],128)}function R(A){var e,t=A.length-3,n=p[128].offset,r=0,o=0|n[7],i=0,a=0|n[6],l=0,c=0|n[5],g=0,B=0|n[4],u=0,d=0|n[3],E=0,h=0|n[2],m=0,w=0|n[1],Q=0,C=0|n[0];for(e=0;e>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=315*(a=65535&i),l=315*(c=65535&l),g=315*(B=65535&g),u=315*(d=65535&u),E=315*(h=65535&E),m=315*(w=65535&m),Q=315*C,E+=(o^=A.charCodeAt(e++))<<8,m+=a<<8,o=65535&(r=315*o),C=(Q+=c<<8)+((m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=315*(a=65535&i),l=315*(c=65535&l),g=315*(B=65535&g),u=315*(d=65535&u),E=315*(h=65535&E),m=315*(w=65535&m),Q=315*C,E+=(o^=A.charCodeAt(e++))<<8,m+=a<<8,o=65535&(r=315*o),C=(Q+=c<<8)+((m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=315*(a=65535&i),l=315*(c=65535&l),g=315*(B=65535&g),u=315*(d=65535&u),E=315*(h=65535&E),m=315*(w=65535&m),Q=315*C,E+=(o^=A.charCodeAt(e++))<<8,m+=a<<8,Q+=c<<8,o=65535&(r=315*o),a=65535&(i+=r>>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),C=Q+((m+=E>>>16)>>>16)&65535,w=65535&m,o^=A.charCodeAt(e++);for(;e>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),C=Q+((m+=E>>>16)>>>16)&65535,w=65535&m,o^=A.charCodeAt(e++);return f(s[C>>8]+s[255&C]+s[w>>8]+s[255&w]+s[h>>8]+s[255&h]+s[d>>8]+s[255&d]+s[B>>8]+s[255&B]+s[c>>8]+s[255&c]+s[a>>8]+s[255&a]+s[o>>8]+s[255&o],128)}function H(A){var e,t,n=A.length,r=p[128].offset,o=0,i=0|r[7],a=0,l=0|r[6],c=0,g=0|r[5],B=0,u=0|r[4],d=0,E=0|r[3],h=0,m=0|r[2],w=0,Q=0|r[1],C=0,I=0|r[0];for(t=0;t>6|192)<<8,w+=l<<8,C+=g<<8,i=65535&(o=315*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),I=C+((w+=h>>>16)>>>16)&65535,Q=65535&w,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,w+=l<<8,i=65535&(o=315*i),I=(C+=g<<8)+((w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=315*(l=65535&a),c=315*(g=65535&c),B=315*(u=65535&B),d=315*(E=65535&d),h=315*(m=65535&h),w=315*(Q=65535&w),C=315*I,h+=(i^=e>>12&63|128)<<8,w+=l<<8,i=65535&(o=315*i),I=(C+=g<<8)+((w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=315*(l=65535&a),c=315*(g=65535&c),B=315*(u=65535&B),d=315*(E=65535&d),h=315*(m=65535&h),w=315*(Q=65535&w),C=315*I,h+=(i^=e>>6&63|128)<<8,w+=l<<8,C+=g<<8,i=65535&(o=315*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),I=C+((w+=h>>>16)>>>16)&65535,Q=65535&w,i^=63&e|128):(a=315*l,c=315*g,B=315*u,d=315*E,h=315*m,w=315*Q,C=315*I,h+=(i^=e>>12|224)<<8,w+=l<<8,i=65535&(o=315*i),I=(C+=g<<8)+((w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=315*(l=65535&a),c=315*(g=65535&c),B=315*(u=65535&B),d=315*(E=65535&d),h=315*(m=65535&h),w=315*(Q=65535&w),C=315*I,h+=(i^=e>>6&63|128)<<8,w+=l<<8,C+=g<<8,i=65535&(o=315*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),I=C+((w+=h>>>16)>>>16)&65535,Q=65535&w,i^=63&e|128),a=315*l,c=315*g,B=315*u,d=315*E,h=315*m,w=315*Q,C=315*I,h+=i<<8,w+=l<<8,C+=g<<8,i=65535&(o=315*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),I=C+((w+=h>>>16)>>>16)&65535,Q=65535&w;return f(s[I>>8]+s[255&I]+s[Q>>8]+s[255&Q]+s[m>>8]+s[255&m]+s[E>>8]+s[255&E]+s[u>>8]+s[255&u]+s[g>>8]+s[255&g]+s[l>>8]+s[255&l]+s[i>>8]+s[255&i],128)}function N(A){var e,t,n=A.length,r=p[128].offset,o=0,i=0|r[7],a=0,l=0|r[6],c=0,g=0|r[5],B=0,u=0|r[4],d=0,E=0|r[3],h=0,m=0|r[2],w=0,Q=0|r[1],C=0,I=0|r[0];for(t=0;t>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),I=C+((w+=h>>>16)>>>16)&65535,Q=65535&w,(e=A.charCodeAt(t))<128?i^=e:e<2048?(a=315*l,c=315*g,B=315*u,d=315*E,h=315*m,w=315*Q,C=315*I,h+=(i^=e>>6|192)<<8,w+=l<<8,C+=g<<8,i=65535&(o=315*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),I=C+((w+=h>>>16)>>>16)&65535,Q=65535&w,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,w+=l<<8,i=65535&(o=315*i),I=(C+=g<<8)+((w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=315*(l=65535&a),c=315*(g=65535&c),B=315*(u=65535&B),d=315*(E=65535&d),h=315*(m=65535&h),w=315*(Q=65535&w),C=315*I,h+=(i^=e>>12&63|128)<<8,w+=l<<8,i=65535&(o=315*i),I=(C+=g<<8)+((w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=315*(l=65535&a),c=315*(g=65535&c),B=315*(u=65535&B),d=315*(E=65535&d),h=315*(m=65535&h),w=315*(Q=65535&w),C=315*I,h+=(i^=e>>6&63|128)<<8,w+=l<<8,C+=g<<8,i=65535&(o=315*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),I=C+((w+=h>>>16)>>>16)&65535,Q=65535&w,i^=63&e|128):(a=315*l,c=315*g,B=315*u,d=315*E,h=315*m,w=315*Q,C=315*I,h+=(i^=e>>12|224)<<8,w+=l<<8,i=65535&(o=315*i),I=(C+=g<<8)+((w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=315*(l=65535&a),c=315*(g=65535&c),B=315*(u=65535&B),d=315*(E=65535&d),h=315*(m=65535&h),w=315*(Q=65535&w),C=315*I,h+=(i^=e>>6&63|128)<<8,w+=l<<8,C+=g<<8,i=65535&(o=315*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),I=C+((w+=h>>>16)>>>16)&65535,Q=65535&w,i^=63&e|128);return f(s[I>>8]+s[255&I]+s[Q>>8]+s[255&Q]+s[m>>8]+s[255&m]+s[E>>8]+s[255&E]+s[u>>8]+s[255&u]+s[g>>8]+s[255&g]+s[l>>8]+s[255&l]+s[i>>8]+s[255&i],128)}function S(A){var e,t=A.length-3,n=p[256].offset,r=0,o=0|n[15],i=0,a=0|n[14],l=0,c=0|n[13],g=0,B=0|n[12],u=0,d=0|n[11],E=0,h=0|n[10],m=0,w=0|n[9],Q=0,C=0|n[8],I=0,y=0|n[7],M=0,v=0|n[6],F=0,Y=0|n[5],b=0,D=0|n[4],x=0,k=0|n[3],G=0,U=0|n[2],T=0,R=0|n[1],H=0,N=0|n[0];for(e=0;e>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=355*(a=65535&i),l=355*(c=65535&l),g=355*(B=65535&g),u=355*(d=65535&u),E=355*(h=65535&E),m=355*(w=65535&m),Q=355*(C=65535&Q),I=355*(y=65535&I),M=355*(v=65535&M),F=355*(Y=65535&F),b=355*(D=65535&b),x=355*(k=65535&x),G=355*(U=65535&G),T=355*(R=65535&T),H=355*N,F+=(o^=A.charCodeAt(e++))<<8,b+=a<<8,x+=c<<8,G+=B<<8,T+=d<<8,o=65535&(r=355*o),N=(H+=h<<8)+((T+=(G+=(x+=(b+=(F+=(M+=(I+=(Q+=(m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=355*(a=65535&i),l=355*(c=65535&l),g=355*(B=65535&g),u=355*(d=65535&u),E=355*(h=65535&E),m=355*(w=65535&m),Q=355*(C=65535&Q),I=355*(y=65535&I),M=355*(v=65535&M),F=355*(Y=65535&F),b=355*(D=65535&b),x=355*(k=65535&x),G=355*(U=65535&G),T=355*(R=65535&T),H=355*N,F+=(o^=A.charCodeAt(e++))<<8,b+=a<<8,x+=c<<8,G+=B<<8,T+=d<<8,o=65535&(r=355*o),N=(H+=h<<8)+((T+=(G+=(x+=(b+=(F+=(M+=(I+=(Q+=(m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=355*(a=65535&i),l=355*(c=65535&l),g=355*(B=65535&g),u=355*(d=65535&u),E=355*(h=65535&E),m=355*(w=65535&m),Q=355*(C=65535&Q),I=355*(y=65535&I),M=355*(v=65535&M),F=355*(Y=65535&F),b=355*(D=65535&b),x=355*(k=65535&x),G=355*(U=65535&G),T=355*(R=65535&T),H=355*N,F+=(o^=A.charCodeAt(e++))<<8,b+=a<<8,x+=c<<8,G+=B<<8,T+=d<<8,H+=h<<8,o=65535&(r=355*o),a=65535&(i+=r>>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),w=65535&(m+=E>>>16),C=65535&(Q+=m>>>16),y=65535&(I+=Q>>>16),v=65535&(M+=I>>>16),Y=65535&(F+=M>>>16),D=65535&(b+=F>>>16),k=65535&(x+=b>>>16),U=65535&(G+=x>>>16),N=H+((T+=G>>>16)>>>16)&65535,R=65535&T;for(;e>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),w=65535&(m+=E>>>16),C=65535&(Q+=m>>>16),y=65535&(I+=Q>>>16),v=65535&(M+=I>>>16),Y=65535&(F+=M>>>16),D=65535&(b+=F>>>16),k=65535&(x+=b>>>16),U=65535&(G+=x>>>16),N=H+((T+=G>>>16)>>>16)&65535,R=65535&T;return f(s[N>>8]+s[255&N]+s[R>>8]+s[255&R]+s[U>>8]+s[255&U]+s[k>>8]+s[255&k]+s[D>>8]+s[255&D]+s[Y>>8]+s[255&Y]+s[v>>8]+s[255&v]+s[y>>8]+s[255&y]+s[C>>8]+s[255&C]+s[w>>8]+s[255&w]+s[h>>8]+s[255&h]+s[d>>8]+s[255&d]+s[B>>8]+s[255&B]+s[c>>8]+s[255&c]+s[a>>8]+s[255&a]+s[o>>8]+s[255&o],256)}function P(A){var e,t=A.length-3,n=p[256].offset,r=0,o=0|n[15],i=0,a=0|n[14],l=0,c=0|n[13],g=0,B=0|n[12],u=0,d=0|n[11],E=0,h=0|n[10],m=0,w=0|n[9],Q=0,C=0|n[8],I=0,y=0|n[7],M=0,v=0|n[6],F=0,Y=0|n[5],b=0,D=0|n[4],x=0,k=0|n[3],G=0,U=0|n[2],T=0,R=0|n[1],H=0,N=0|n[0];for(e=0;e>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=355*(a=65535&i),l=355*(c=65535&l),g=355*(B=65535&g),u=355*(d=65535&u),E=355*(h=65535&E),m=355*(w=65535&m),Q=355*(C=65535&Q),I=355*(y=65535&I),M=355*(v=65535&M),F=355*(Y=65535&F),b=355*(D=65535&b),x=355*(k=65535&x),G=355*(U=65535&G),T=355*(R=65535&T),H=355*N,F+=(o^=A.charCodeAt(e++))<<8,b+=a<<8,x+=c<<8,G+=B<<8,T+=d<<8,o=65535&(r=355*o),N=(H+=h<<8)+((T+=(G+=(x+=(b+=(F+=(M+=(I+=(Q+=(m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=355*(a=65535&i),l=355*(c=65535&l),g=355*(B=65535&g),u=355*(d=65535&u),E=355*(h=65535&E),m=355*(w=65535&m),Q=355*(C=65535&Q),I=355*(y=65535&I),M=355*(v=65535&M),F=355*(Y=65535&F),b=355*(D=65535&b),x=355*(k=65535&x),G=355*(U=65535&G),T=355*(R=65535&T),H=355*N,F+=(o^=A.charCodeAt(e++))<<8,b+=a<<8,x+=c<<8,G+=B<<8,T+=d<<8,o=65535&(r=355*o),N=(H+=h<<8)+((T+=(G+=(x+=(b+=(F+=(M+=(I+=(Q+=(m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=355*(a=65535&i),l=355*(c=65535&l),g=355*(B=65535&g),u=355*(d=65535&u),E=355*(h=65535&E),m=355*(w=65535&m),Q=355*(C=65535&Q),I=355*(y=65535&I),M=355*(v=65535&M),F=355*(Y=65535&F),b=355*(D=65535&b),x=355*(k=65535&x),G=355*(U=65535&G),T=355*(R=65535&T),H=355*N,F+=(o^=A.charCodeAt(e++))<<8,b+=a<<8,x+=c<<8,G+=B<<8,T+=d<<8,H+=h<<8,o=65535&(r=355*o),a=65535&(i+=r>>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),w=65535&(m+=E>>>16),C=65535&(Q+=m>>>16),y=65535&(I+=Q>>>16),v=65535&(M+=I>>>16),Y=65535&(F+=M>>>16),D=65535&(b+=F>>>16),k=65535&(x+=b>>>16),U=65535&(G+=x>>>16),N=H+((T+=G>>>16)>>>16)&65535,R=65535&T,o^=A.charCodeAt(e++);for(;e>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),w=65535&(m+=E>>>16),C=65535&(Q+=m>>>16),y=65535&(I+=Q>>>16),v=65535&(M+=I>>>16),Y=65535&(F+=M>>>16),D=65535&(b+=F>>>16),k=65535&(x+=b>>>16),U=65535&(G+=x>>>16),N=H+((T+=G>>>16)>>>16)&65535,R=65535&T,o^=A.charCodeAt(e++);return f(s[N>>8]+s[255&N]+s[R>>8]+s[255&R]+s[U>>8]+s[255&U]+s[k>>8]+s[255&k]+s[D>>8]+s[255&D]+s[Y>>8]+s[255&Y]+s[v>>8]+s[255&v]+s[y>>8]+s[255&y]+s[C>>8]+s[255&C]+s[w>>8]+s[255&w]+s[h>>8]+s[255&h]+s[d>>8]+s[255&d]+s[B>>8]+s[255&B]+s[c>>8]+s[255&c]+s[a>>8]+s[255&a]+s[o>>8]+s[255&o],256)}function j(A){var e,t,n=A.length,r=p[256].offset,o=0,i=0|r[15],a=0,l=0|r[14],c=0,g=0|r[13],B=0,u=0|r[12],d=0,E=0|r[11],h=0,m=0|r[10],w=0,Q=0|r[9],C=0,I=0|r[8],y=0,M=0|r[7],v=0,F=0|r[6],Y=0,b=0|r[5],D=0,x=0|r[4],k=0,G=0|r[3],U=0,T=0|r[2],R=0,H=0|r[1],N=0,S=0|r[0];for(t=0;t>6|192)<<8,D+=l<<8,k+=g<<8,U+=u<<8,R+=E<<8,N+=m<<8,i=65535&(o=355*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),S=N+((R+=U>>>16)>>>16)&65535,H=65535&R,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,D+=l<<8,k+=g<<8,U+=u<<8,R+=E<<8,i=65535&(o=355*i),S=(N+=m<<8)+((R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=355*(l=65535&a),c=355*(g=65535&c),B=355*(u=65535&B),d=355*(E=65535&d),h=355*(m=65535&h),w=355*(Q=65535&w),C=355*(I=65535&C),y=355*(M=65535&y),v=355*(F=65535&v),Y=355*(b=65535&Y),D=355*(x=65535&D),k=355*(G=65535&k),U=355*(T=65535&U),R=355*(H=65535&R),N=355*S,Y+=(i^=e>>12&63|128)<<8,D+=l<<8,k+=g<<8,U+=u<<8,R+=E<<8,i=65535&(o=355*i),S=(N+=m<<8)+((R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=355*(l=65535&a),c=355*(g=65535&c),B=355*(u=65535&B),d=355*(E=65535&d),h=355*(m=65535&h),w=355*(Q=65535&w),C=355*(I=65535&C),y=355*(M=65535&y),v=355*(F=65535&v),Y=355*(b=65535&Y),D=355*(x=65535&D),k=355*(G=65535&k),U=355*(T=65535&U),R=355*(H=65535&R),N=355*S,Y+=(i^=e>>6&63|128)<<8,D+=l<<8,k+=g<<8,U+=u<<8,R+=E<<8,N+=m<<8,i=65535&(o=355*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),S=N+((R+=U>>>16)>>>16)&65535,H=65535&R,i^=63&e|128):(a=355*l,c=355*g,B=355*u,d=355*E,h=355*m,w=355*Q,C=355*I,y=355*M,v=355*F,Y=355*b,D=355*x,k=355*G,U=355*T,R=355*H,N=355*S,Y+=(i^=e>>12|224)<<8,D+=l<<8,k+=g<<8,U+=u<<8,R+=E<<8,i=65535&(o=355*i),S=(N+=m<<8)+((R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=355*(l=65535&a),c=355*(g=65535&c),B=355*(u=65535&B),d=355*(E=65535&d),h=355*(m=65535&h),w=355*(Q=65535&w),C=355*(I=65535&C),y=355*(M=65535&y),v=355*(F=65535&v),Y=355*(b=65535&Y),D=355*(x=65535&D),k=355*(G=65535&k),U=355*(T=65535&U),R=355*(H=65535&R),N=355*S,Y+=(i^=e>>6&63|128)<<8,D+=l<<8,k+=g<<8,U+=u<<8,R+=E<<8,N+=m<<8,i=65535&(o=355*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),S=N+((R+=U>>>16)>>>16)&65535,H=65535&R,i^=63&e|128),a=355*l,c=355*g,B=355*u,d=355*E,h=355*m,w=355*Q,C=355*I,y=355*M,v=355*F,Y=355*b,D=355*x,k=355*G,U=355*T,R=355*H,N=355*S,Y+=i<<8,D+=l<<8,k+=g<<8,U+=u<<8,R+=E<<8,N+=m<<8,i=65535&(o=355*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),S=N+((R+=U>>>16)>>>16)&65535,H=65535&R;return f(s[S>>8]+s[255&S]+s[H>>8]+s[255&H]+s[T>>8]+s[255&T]+s[G>>8]+s[255&G]+s[x>>8]+s[255&x]+s[b>>8]+s[255&b]+s[F>>8]+s[255&F]+s[M>>8]+s[255&M]+s[I>>8]+s[255&I]+s[Q>>8]+s[255&Q]+s[m>>8]+s[255&m]+s[E>>8]+s[255&E]+s[u>>8]+s[255&u]+s[g>>8]+s[255&g]+s[l>>8]+s[255&l]+s[i>>8]+s[255&i],256)}function J(A){var e,t,n=A.length,r=p[256].offset,o=0,i=0|r[15],a=0,l=0|r[14],c=0,g=0|r[13],B=0,u=0|r[12],d=0,E=0|r[11],h=0,m=0|r[10],w=0,Q=0|r[9],C=0,I=0|r[8],y=0,M=0|r[7],v=0,F=0|r[6],Y=0,b=0|r[5],D=0,x=0|r[4],k=0,G=0|r[3],U=0,T=0|r[2],R=0,H=0|r[1],N=0,S=0|r[0];for(t=0;t>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),S=N+((R+=U>>>16)>>>16)&65535,H=65535&R,(e=A.charCodeAt(t))<128?i^=e:e<2048?(a=355*l,c=355*g,B=355*u,d=355*E,h=355*m,w=355*Q,C=355*I,y=355*M,v=355*F,Y=355*b,D=355*x,k=355*G,U=355*T,R=355*H,N=355*S,Y+=(i^=e>>6|192)<<8,D+=l<<8,k+=g<<8,U+=u<<8,R+=E<<8,N+=m<<8,i=65535&(o=355*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),S=N+((R+=U>>>16)>>>16)&65535,H=65535&R,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,D+=l<<8,k+=g<<8,U+=u<<8,R+=E<<8,i=65535&(o=355*i),S=(N+=m<<8)+((R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=355*(l=65535&a),c=355*(g=65535&c),B=355*(u=65535&B),d=355*(E=65535&d),h=355*(m=65535&h),w=355*(Q=65535&w),C=355*(I=65535&C),y=355*(M=65535&y),v=355*(F=65535&v),Y=355*(b=65535&Y),D=355*(x=65535&D),k=355*(G=65535&k),U=355*(T=65535&U),R=355*(H=65535&R),N=355*S,Y+=(i^=e>>12&63|128)<<8,D+=l<<8,k+=g<<8,U+=u<<8,R+=E<<8,i=65535&(o=355*i),S=(N+=m<<8)+((R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=355*(l=65535&a),c=355*(g=65535&c),B=355*(u=65535&B),d=355*(E=65535&d),h=355*(m=65535&h),w=355*(Q=65535&w),C=355*(I=65535&C),y=355*(M=65535&y),v=355*(F=65535&v),Y=355*(b=65535&Y),D=355*(x=65535&D),k=355*(G=65535&k),U=355*(T=65535&U),R=355*(H=65535&R),N=355*S,Y+=(i^=e>>6&63|128)<<8,D+=l<<8,k+=g<<8,U+=u<<8,R+=E<<8,N+=m<<8,i=65535&(o=355*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),S=N+((R+=U>>>16)>>>16)&65535,H=65535&R,i^=63&e|128):(a=355*l,c=355*g,B=355*u,d=355*E,h=355*m,w=355*Q,C=355*I,y=355*M,v=355*F,Y=355*b,D=355*x,k=355*G,U=355*T,R=355*H,N=355*S,Y+=(i^=e>>12|224)<<8,D+=l<<8,k+=g<<8,U+=u<<8,R+=E<<8,i=65535&(o=355*i),S=(N+=m<<8)+((R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=355*(l=65535&a),c=355*(g=65535&c),B=355*(u=65535&B),d=355*(E=65535&d),h=355*(m=65535&h),w=355*(Q=65535&w),C=355*(I=65535&C),y=355*(M=65535&y),v=355*(F=65535&v),Y=355*(b=65535&Y),D=355*(x=65535&D),k=355*(G=65535&k),U=355*(T=65535&U),R=355*(H=65535&R),N=355*S,Y+=(i^=e>>6&63|128)<<8,D+=l<<8,k+=g<<8,U+=u<<8,R+=E<<8,N+=m<<8,i=65535&(o=355*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),S=N+((R+=U>>>16)>>>16)&65535,H=65535&R,i^=63&e|128);return f(s[S>>8]+s[255&S]+s[H>>8]+s[255&H]+s[T>>8]+s[255&T]+s[G>>8]+s[255&G]+s[x>>8]+s[255&x]+s[b>>8]+s[255&b]+s[F>>8]+s[255&F]+s[M>>8]+s[255&M]+s[I>>8]+s[255&I]+s[Q>>8]+s[255&Q]+s[m>>8]+s[255&m]+s[E>>8]+s[255&E]+s[u>>8]+s[255&u]+s[g>>8]+s[255&g]+s[l>>8]+s[255&l]+s[i>>8]+s[255&i],256)}function V(A){var e,t=A.length-3,n=p[512].offset,r=0,o=0|n[31],i=0,a=0|n[30],l=0,c=0|n[29],g=0,B=0|n[28],u=0,d=0|n[27],E=0,h=0|n[26],m=0,w=0|n[25],Q=0,C=0|n[24],I=0,y=0|n[23],M=0,v=0|n[22],F=0,Y=0|n[21],b=0,D=0|n[20],x=0,k=0|n[19],G=0,U=0|n[18],T=0,R=0|n[17],H=0,N=0|n[16],S=0,P=0|n[15],j=0,J=0|n[14],V=0,O=0|n[13],W=0,z=0|n[12],L=0,K=0|n[11],Z=0,X=0|n[10],q=0,_=0|n[9],$=0,AA=0|n[8],eA=0,tA=0|n[7],nA=0,rA=0|n[6],oA=0,iA=0|n[5],aA=0,sA=0|n[4],lA=0,cA=0|n[3],gA=0,BA=0|n[2],uA=0,pA=0|n[1],dA=0,fA=0|n[0];for(e=0;e>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=343*(a=65535&i),l=343*(c=65535&l),g=343*(B=65535&g),u=343*(d=65535&u),E=343*(h=65535&E),m=343*(w=65535&m),Q=343*(C=65535&Q),I=343*(y=65535&I),M=343*(v=65535&M),F=343*(Y=65535&F),b=343*(D=65535&b),x=343*(k=65535&x),G=343*(U=65535&G),T=343*(R=65535&T),H=343*(N=65535&H),S=343*(P=65535&S),j=343*(J=65535&j),V=343*(O=65535&V),W=343*(z=65535&W),L=343*(K=65535&L),Z=343*(X=65535&Z),q=343*(_=65535&q),$=343*(AA=65535&$),eA=343*(tA=65535&eA),nA=343*(rA=65535&nA),oA=343*(iA=65535&oA),aA=343*(sA=65535&aA),lA=343*(cA=65535&lA),gA=343*(BA=65535&gA),uA=343*(pA=65535&uA),dA=343*fA,Z+=(o^=A.charCodeAt(e++))<<8,q+=a<<8,$+=c<<8,eA+=B<<8,nA+=d<<8,oA+=h<<8,aA+=w<<8,lA+=C<<8,gA+=y<<8,uA+=v<<8,o=65535&(r=343*o),fA=(dA+=Y<<8)+((uA+=(gA+=(lA+=(aA+=(oA+=(nA+=(eA+=($+=(q+=(Z+=(L+=(W+=(V+=(j+=(S+=(H+=(T+=(G+=(x+=(b+=(F+=(M+=(I+=(Q+=(m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=343*(a=65535&i),l=343*(c=65535&l),g=343*(B=65535&g),u=343*(d=65535&u),E=343*(h=65535&E),m=343*(w=65535&m),Q=343*(C=65535&Q),I=343*(y=65535&I),M=343*(v=65535&M),F=343*(Y=65535&F),b=343*(D=65535&b),x=343*(k=65535&x),G=343*(U=65535&G),T=343*(R=65535&T),H=343*(N=65535&H),S=343*(P=65535&S),j=343*(J=65535&j),V=343*(O=65535&V),W=343*(z=65535&W),L=343*(K=65535&L),Z=343*(X=65535&Z),q=343*(_=65535&q),$=343*(AA=65535&$),eA=343*(tA=65535&eA),nA=343*(rA=65535&nA),oA=343*(iA=65535&oA),aA=343*(sA=65535&aA),lA=343*(cA=65535&lA),gA=343*(BA=65535&gA),uA=343*(pA=65535&uA),dA=343*fA,Z+=(o^=A.charCodeAt(e++))<<8,q+=a<<8,$+=c<<8,eA+=B<<8,nA+=d<<8,oA+=h<<8,aA+=w<<8,lA+=C<<8,gA+=y<<8,uA+=v<<8,o=65535&(r=343*o),fA=(dA+=Y<<8)+((uA+=(gA+=(lA+=(aA+=(oA+=(nA+=(eA+=($+=(q+=(Z+=(L+=(W+=(V+=(j+=(S+=(H+=(T+=(G+=(x+=(b+=(F+=(M+=(I+=(Q+=(m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=343*(a=65535&i),l=343*(c=65535&l),g=343*(B=65535&g),u=343*(d=65535&u),E=343*(h=65535&E),m=343*(w=65535&m),Q=343*(C=65535&Q),I=343*(y=65535&I),M=343*(v=65535&M),F=343*(Y=65535&F),b=343*(D=65535&b),x=343*(k=65535&x),G=343*(U=65535&G),T=343*(R=65535&T),H=343*(N=65535&H),S=343*(P=65535&S),j=343*(J=65535&j),V=343*(O=65535&V),W=343*(z=65535&W),L=343*(K=65535&L),Z=343*(X=65535&Z),q=343*(_=65535&q),$=343*(AA=65535&$),eA=343*(tA=65535&eA),nA=343*(rA=65535&nA),oA=343*(iA=65535&oA),aA=343*(sA=65535&aA),lA=343*(cA=65535&lA),gA=343*(BA=65535&gA),uA=343*(pA=65535&uA),dA=343*fA,Z+=(o^=A.charCodeAt(e++))<<8,q+=a<<8,$+=c<<8,eA+=B<<8,nA+=d<<8,oA+=h<<8,aA+=w<<8,lA+=C<<8,gA+=y<<8,uA+=v<<8,dA+=Y<<8,o=65535&(r=343*o),a=65535&(i+=r>>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),w=65535&(m+=E>>>16),C=65535&(Q+=m>>>16),y=65535&(I+=Q>>>16),v=65535&(M+=I>>>16),Y=65535&(F+=M>>>16),D=65535&(b+=F>>>16),k=65535&(x+=b>>>16),U=65535&(G+=x>>>16),R=65535&(T+=G>>>16),N=65535&(H+=T>>>16),P=65535&(S+=H>>>16),J=65535&(j+=S>>>16),O=65535&(V+=j>>>16),z=65535&(W+=V>>>16),K=65535&(L+=W>>>16),X=65535&(Z+=L>>>16),_=65535&(q+=Z>>>16),AA=65535&($+=q>>>16),tA=65535&(eA+=$>>>16),rA=65535&(nA+=eA>>>16),iA=65535&(oA+=nA>>>16),sA=65535&(aA+=oA>>>16),cA=65535&(lA+=aA>>>16),BA=65535&(gA+=lA>>>16),fA=dA+((uA+=gA>>>16)>>>16)&65535,pA=65535&uA;for(;e>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),w=65535&(m+=E>>>16),C=65535&(Q+=m>>>16),y=65535&(I+=Q>>>16),v=65535&(M+=I>>>16),Y=65535&(F+=M>>>16),D=65535&(b+=F>>>16),k=65535&(x+=b>>>16),U=65535&(G+=x>>>16),R=65535&(T+=G>>>16),N=65535&(H+=T>>>16),P=65535&(S+=H>>>16),J=65535&(j+=S>>>16),O=65535&(V+=j>>>16),z=65535&(W+=V>>>16),K=65535&(L+=W>>>16),X=65535&(Z+=L>>>16),_=65535&(q+=Z>>>16),AA=65535&($+=q>>>16),tA=65535&(eA+=$>>>16),rA=65535&(nA+=eA>>>16),iA=65535&(oA+=nA>>>16),sA=65535&(aA+=oA>>>16),cA=65535&(lA+=aA>>>16),BA=65535&(gA+=lA>>>16),fA=dA+((uA+=gA>>>16)>>>16)&65535,pA=65535&uA;return f(s[fA>>8]+s[255&fA]+s[pA>>8]+s[255&pA]+s[BA>>8]+s[255&BA]+s[cA>>8]+s[255&cA]+s[sA>>8]+s[255&sA]+s[iA>>8]+s[255&iA]+s[rA>>8]+s[255&rA]+s[tA>>8]+s[255&tA]+s[AA>>8]+s[255&AA]+s[_>>8]+s[255&_]+s[X>>8]+s[255&X]+s[K>>8]+s[255&K]+s[z>>8]+s[255&z]+s[O>>8]+s[255&O]+s[J>>8]+s[255&J]+s[P>>8]+s[255&P]+s[N>>8]+s[255&N]+s[R>>8]+s[255&R]+s[U>>8]+s[255&U]+s[k>>8]+s[255&k]+s[D>>8]+s[255&D]+s[Y>>8]+s[255&Y]+s[v>>8]+s[255&v]+s[y>>8]+s[255&y]+s[C>>8]+s[255&C]+s[w>>8]+s[255&w]+s[h>>8]+s[255&h]+s[d>>8]+s[255&d]+s[B>>8]+s[255&B]+s[c>>8]+s[255&c]+s[a>>8]+s[255&a]+s[o>>8]+s[255&o],512)}function O(A){var e,t=A.length-3,n=p[512].offset,r=0,o=0|n[31],i=0,a=0|n[30],l=0,c=0|n[29],g=0,B=0|n[28],u=0,d=0|n[27],E=0,h=0|n[26],m=0,w=0|n[25],Q=0,C=0|n[24],I=0,y=0|n[23],M=0,v=0|n[22],F=0,Y=0|n[21],b=0,D=0|n[20],x=0,k=0|n[19],G=0,U=0|n[18],T=0,R=0|n[17],H=0,N=0|n[16],S=0,P=0|n[15],j=0,J=0|n[14],V=0,O=0|n[13],W=0,z=0|n[12],L=0,K=0|n[11],Z=0,X=0|n[10],q=0,_=0|n[9],$=0,AA=0|n[8],eA=0,tA=0|n[7],nA=0,rA=0|n[6],oA=0,iA=0|n[5],aA=0,sA=0|n[4],lA=0,cA=0|n[3],gA=0,BA=0|n[2],uA=0,pA=0|n[1],dA=0,fA=0|n[0];for(e=0;e>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=343*(a=65535&i),l=343*(c=65535&l),g=343*(B=65535&g),u=343*(d=65535&u),E=343*(h=65535&E),m=343*(w=65535&m),Q=343*(C=65535&Q),I=343*(y=65535&I),M=343*(v=65535&M),F=343*(Y=65535&F),b=343*(D=65535&b),x=343*(k=65535&x),G=343*(U=65535&G),T=343*(R=65535&T),H=343*(N=65535&H),S=343*(P=65535&S),j=343*(J=65535&j),V=343*(O=65535&V),W=343*(z=65535&W),L=343*(K=65535&L),Z=343*(X=65535&Z),q=343*(_=65535&q),$=343*(AA=65535&$),eA=343*(tA=65535&eA),nA=343*(rA=65535&nA),oA=343*(iA=65535&oA),aA=343*(sA=65535&aA),lA=343*(cA=65535&lA),gA=343*(BA=65535&gA),uA=343*(pA=65535&uA),dA=343*fA,Z+=(o^=A.charCodeAt(e++))<<8,q+=a<<8,$+=c<<8,eA+=B<<8,nA+=d<<8,oA+=h<<8,aA+=w<<8,lA+=C<<8,gA+=y<<8,uA+=v<<8,o=65535&(r=343*o),fA=(dA+=Y<<8)+((uA+=(gA+=(lA+=(aA+=(oA+=(nA+=(eA+=($+=(q+=(Z+=(L+=(W+=(V+=(j+=(S+=(H+=(T+=(G+=(x+=(b+=(F+=(M+=(I+=(Q+=(m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=343*(a=65535&i),l=343*(c=65535&l),g=343*(B=65535&g),u=343*(d=65535&u),E=343*(h=65535&E),m=343*(w=65535&m),Q=343*(C=65535&Q),I=343*(y=65535&I),M=343*(v=65535&M),F=343*(Y=65535&F),b=343*(D=65535&b),x=343*(k=65535&x),G=343*(U=65535&G),T=343*(R=65535&T),H=343*(N=65535&H),S=343*(P=65535&S),j=343*(J=65535&j),V=343*(O=65535&V),W=343*(z=65535&W),L=343*(K=65535&L),Z=343*(X=65535&Z),q=343*(_=65535&q),$=343*(AA=65535&$),eA=343*(tA=65535&eA),nA=343*(rA=65535&nA),oA=343*(iA=65535&oA),aA=343*(sA=65535&aA),lA=343*(cA=65535&lA),gA=343*(BA=65535&gA),uA=343*(pA=65535&uA),dA=343*fA,Z+=(o^=A.charCodeAt(e++))<<8,q+=a<<8,$+=c<<8,eA+=B<<8,nA+=d<<8,oA+=h<<8,aA+=w<<8,lA+=C<<8,gA+=y<<8,uA+=v<<8,o=65535&(r=343*o),fA=(dA+=Y<<8)+((uA+=(gA+=(lA+=(aA+=(oA+=(nA+=(eA+=($+=(q+=(Z+=(L+=(W+=(V+=(j+=(S+=(H+=(T+=(G+=(x+=(b+=(F+=(M+=(I+=(Q+=(m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=343*(a=65535&i),l=343*(c=65535&l),g=343*(B=65535&g),u=343*(d=65535&u),E=343*(h=65535&E),m=343*(w=65535&m),Q=343*(C=65535&Q),I=343*(y=65535&I),M=343*(v=65535&M),F=343*(Y=65535&F),b=343*(D=65535&b),x=343*(k=65535&x),G=343*(U=65535&G),T=343*(R=65535&T),H=343*(N=65535&H),S=343*(P=65535&S),j=343*(J=65535&j),V=343*(O=65535&V),W=343*(z=65535&W),L=343*(K=65535&L),Z=343*(X=65535&Z),q=343*(_=65535&q),$=343*(AA=65535&$),eA=343*(tA=65535&eA),nA=343*(rA=65535&nA),oA=343*(iA=65535&oA),aA=343*(sA=65535&aA),lA=343*(cA=65535&lA),gA=343*(BA=65535&gA),uA=343*(pA=65535&uA),dA=343*fA,Z+=(o^=A.charCodeAt(e++))<<8,q+=a<<8,$+=c<<8,eA+=B<<8,nA+=d<<8,oA+=h<<8,aA+=w<<8,lA+=C<<8,gA+=y<<8,uA+=v<<8,dA+=Y<<8,o=65535&(r=343*o),a=65535&(i+=r>>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),w=65535&(m+=E>>>16),C=65535&(Q+=m>>>16),y=65535&(I+=Q>>>16),v=65535&(M+=I>>>16),Y=65535&(F+=M>>>16),D=65535&(b+=F>>>16),k=65535&(x+=b>>>16),U=65535&(G+=x>>>16),R=65535&(T+=G>>>16),N=65535&(H+=T>>>16),P=65535&(S+=H>>>16),J=65535&(j+=S>>>16),O=65535&(V+=j>>>16),z=65535&(W+=V>>>16),K=65535&(L+=W>>>16),X=65535&(Z+=L>>>16),_=65535&(q+=Z>>>16),AA=65535&($+=q>>>16),tA=65535&(eA+=$>>>16),rA=65535&(nA+=eA>>>16),iA=65535&(oA+=nA>>>16),sA=65535&(aA+=oA>>>16),cA=65535&(lA+=aA>>>16),BA=65535&(gA+=lA>>>16),fA=dA+((uA+=gA>>>16)>>>16)&65535,pA=65535&uA,o^=A.charCodeAt(e++);for(;e>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),w=65535&(m+=E>>>16),C=65535&(Q+=m>>>16),y=65535&(I+=Q>>>16),v=65535&(M+=I>>>16),Y=65535&(F+=M>>>16),D=65535&(b+=F>>>16),k=65535&(x+=b>>>16),U=65535&(G+=x>>>16),R=65535&(T+=G>>>16),N=65535&(H+=T>>>16),P=65535&(S+=H>>>16),J=65535&(j+=S>>>16),O=65535&(V+=j>>>16),z=65535&(W+=V>>>16),K=65535&(L+=W>>>16),X=65535&(Z+=L>>>16),_=65535&(q+=Z>>>16),AA=65535&($+=q>>>16),tA=65535&(eA+=$>>>16),rA=65535&(nA+=eA>>>16),iA=65535&(oA+=nA>>>16),sA=65535&(aA+=oA>>>16),cA=65535&(lA+=aA>>>16),BA=65535&(gA+=lA>>>16),fA=dA+((uA+=gA>>>16)>>>16)&65535,pA=65535&uA,o^=A.charCodeAt(e++);return f(s[fA>>8]+s[255&fA]+s[pA>>8]+s[255&pA]+s[BA>>8]+s[255&BA]+s[cA>>8]+s[255&cA]+s[sA>>8]+s[255&sA]+s[iA>>8]+s[255&iA]+s[rA>>8]+s[255&rA]+s[tA>>8]+s[255&tA]+s[AA>>8]+s[255&AA]+s[_>>8]+s[255&_]+s[X>>8]+s[255&X]+s[K>>8]+s[255&K]+s[z>>8]+s[255&z]+s[O>>8]+s[255&O]+s[J>>8]+s[255&J]+s[P>>8]+s[255&P]+s[N>>8]+s[255&N]+s[R>>8]+s[255&R]+s[U>>8]+s[255&U]+s[k>>8]+s[255&k]+s[D>>8]+s[255&D]+s[Y>>8]+s[255&Y]+s[v>>8]+s[255&v]+s[y>>8]+s[255&y]+s[C>>8]+s[255&C]+s[w>>8]+s[255&w]+s[h>>8]+s[255&h]+s[d>>8]+s[255&d]+s[B>>8]+s[255&B]+s[c>>8]+s[255&c]+s[a>>8]+s[255&a]+s[o>>8]+s[255&o],512)}function W(A){var e,t,n=A.length,r=p[512].offset,o=0,i=0|r[31],a=0,l=0|r[30],c=0,g=0|r[29],B=0,u=0|r[28],d=0,E=0|r[27],h=0,m=0|r[26],w=0,Q=0|r[25],C=0,I=0|r[24],y=0,M=0|r[23],v=0,F=0|r[22],Y=0,b=0|r[21],D=0,x=0|r[20],k=0,G=0|r[19],U=0,T=0|r[18],R=0,H=0|r[17],N=0,S=0|r[16],P=0,j=0|r[15],J=0,V=0|r[14],O=0,W=0|r[13],z=0,L=0|r[12],K=0,Z=0|r[11],X=0,q=0|r[10],_=0,$=0|r[9],AA=0,eA=0|r[8],tA=0,nA=0|r[7],rA=0,oA=0|r[6],iA=0,aA=0|r[5],sA=0,lA=0|r[4],cA=0,gA=0|r[3],BA=0,uA=0|r[2],pA=0,dA=0|r[1],fA=0,EA=0|r[0];for(t=0;t>6|192)<<8,_+=l<<8,AA+=g<<8,tA+=u<<8,rA+=E<<8,iA+=m<<8,sA+=Q<<8,cA+=I<<8,BA+=M<<8,pA+=F<<8,fA+=b<<8,i=65535&(o=343*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),EA=fA+((pA+=BA>>>16)>>>16)&65535,dA=65535&pA,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,_+=l<<8,AA+=g<<8,tA+=u<<8,rA+=E<<8,iA+=m<<8,sA+=Q<<8,cA+=I<<8,BA+=M<<8,pA+=F<<8,i=65535&(o=343*i),EA=(fA+=b<<8)+((pA+=(BA+=(cA+=(sA+=(iA+=(rA+=(tA+=(AA+=(_+=(X+=(K+=(z+=(O+=(J+=(P+=(N+=(R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=343*(l=65535&a),c=343*(g=65535&c),B=343*(u=65535&B),d=343*(E=65535&d),h=343*(m=65535&h),w=343*(Q=65535&w),C=343*(I=65535&C),y=343*(M=65535&y),v=343*(F=65535&v),Y=343*(b=65535&Y),D=343*(x=65535&D),k=343*(G=65535&k),U=343*(T=65535&U),R=343*(H=65535&R),N=343*(S=65535&N),P=343*(j=65535&P),J=343*(V=65535&J),O=343*(W=65535&O),z=343*(L=65535&z),K=343*(Z=65535&K),X=343*(q=65535&X),_=343*($=65535&_),AA=343*(eA=65535&AA),tA=343*(nA=65535&tA),rA=343*(oA=65535&rA),iA=343*(aA=65535&iA),sA=343*(lA=65535&sA),cA=343*(gA=65535&cA),BA=343*(uA=65535&BA),pA=343*(dA=65535&pA),fA=343*EA,X+=(i^=e>>12&63|128)<<8,_+=l<<8,AA+=g<<8,tA+=u<<8,rA+=E<<8,iA+=m<<8,sA+=Q<<8,cA+=I<<8,BA+=M<<8,pA+=F<<8,i=65535&(o=343*i),EA=(fA+=b<<8)+((pA+=(BA+=(cA+=(sA+=(iA+=(rA+=(tA+=(AA+=(_+=(X+=(K+=(z+=(O+=(J+=(P+=(N+=(R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=343*(l=65535&a),c=343*(g=65535&c),B=343*(u=65535&B),d=343*(E=65535&d),h=343*(m=65535&h),w=343*(Q=65535&w),C=343*(I=65535&C),y=343*(M=65535&y),v=343*(F=65535&v),Y=343*(b=65535&Y),D=343*(x=65535&D),k=343*(G=65535&k),U=343*(T=65535&U),R=343*(H=65535&R),N=343*(S=65535&N),P=343*(j=65535&P),J=343*(V=65535&J),O=343*(W=65535&O),z=343*(L=65535&z),K=343*(Z=65535&K),X=343*(q=65535&X),_=343*($=65535&_),AA=343*(eA=65535&AA),tA=343*(nA=65535&tA),rA=343*(oA=65535&rA),iA=343*(aA=65535&iA),sA=343*(lA=65535&sA),cA=343*(gA=65535&cA),BA=343*(uA=65535&BA),pA=343*(dA=65535&pA),fA=343*EA,X+=(i^=e>>6&63|128)<<8,_+=l<<8,AA+=g<<8,tA+=u<<8,rA+=E<<8,iA+=m<<8,sA+=Q<<8,cA+=I<<8,BA+=M<<8,pA+=F<<8,fA+=b<<8,i=65535&(o=343*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),EA=fA+((pA+=BA>>>16)>>>16)&65535,dA=65535&pA,i^=63&e|128):(a=343*l,c=343*g,B=343*u,d=343*E,h=343*m,w=343*Q,C=343*I,y=343*M,v=343*F,Y=343*b,D=343*x,k=343*G,U=343*T,R=343*H,N=343*S,P=343*j,J=343*V,O=343*W,z=343*L,K=343*Z,X=343*q,_=343*$,AA=343*eA,tA=343*nA,rA=343*oA,iA=343*aA,sA=343*lA,cA=343*gA,BA=343*uA,pA=343*dA,fA=343*EA,X+=(i^=e>>12|224)<<8,_+=l<<8,AA+=g<<8,tA+=u<<8,rA+=E<<8,iA+=m<<8,sA+=Q<<8,cA+=I<<8,BA+=M<<8,pA+=F<<8,i=65535&(o=343*i),EA=(fA+=b<<8)+((pA+=(BA+=(cA+=(sA+=(iA+=(rA+=(tA+=(AA+=(_+=(X+=(K+=(z+=(O+=(J+=(P+=(N+=(R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=343*(l=65535&a),c=343*(g=65535&c),B=343*(u=65535&B),d=343*(E=65535&d),h=343*(m=65535&h),w=343*(Q=65535&w),C=343*(I=65535&C),y=343*(M=65535&y),v=343*(F=65535&v),Y=343*(b=65535&Y),D=343*(x=65535&D),k=343*(G=65535&k),U=343*(T=65535&U),R=343*(H=65535&R),N=343*(S=65535&N),P=343*(j=65535&P),J=343*(V=65535&J),O=343*(W=65535&O),z=343*(L=65535&z),K=343*(Z=65535&K),X=343*(q=65535&X),_=343*($=65535&_),AA=343*(eA=65535&AA),tA=343*(nA=65535&tA),rA=343*(oA=65535&rA),iA=343*(aA=65535&iA),sA=343*(lA=65535&sA),cA=343*(gA=65535&cA),BA=343*(uA=65535&BA),pA=343*(dA=65535&pA),fA=343*EA,X+=(i^=e>>6&63|128)<<8,_+=l<<8,AA+=g<<8,tA+=u<<8,rA+=E<<8,iA+=m<<8,sA+=Q<<8,cA+=I<<8,BA+=M<<8,pA+=F<<8,fA+=b<<8,i=65535&(o=343*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),EA=fA+((pA+=BA>>>16)>>>16)&65535,dA=65535&pA,i^=63&e|128),a=343*l,c=343*g,B=343*u,d=343*E,h=343*m,w=343*Q,C=343*I,y=343*M,v=343*F,Y=343*b,D=343*x,k=343*G,U=343*T,R=343*H,N=343*S,P=343*j,J=343*V,O=343*W,z=343*L,K=343*Z,X=343*q,_=343*$,AA=343*eA,tA=343*nA,rA=343*oA,iA=343*aA,sA=343*lA,cA=343*gA,BA=343*uA,pA=343*dA,fA=343*EA,X+=i<<8,_+=l<<8,AA+=g<<8,tA+=u<<8,rA+=E<<8,iA+=m<<8,sA+=Q<<8,cA+=I<<8,BA+=M<<8,pA+=F<<8,fA+=b<<8,i=65535&(o=343*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),EA=fA+((pA+=BA>>>16)>>>16)&65535,dA=65535&pA;return f(s[EA>>8]+s[255&EA]+s[dA>>8]+s[255&dA]+s[uA>>8]+s[255&uA]+s[gA>>8]+s[255&gA]+s[lA>>8]+s[255&lA]+s[aA>>8]+s[255&aA]+s[oA>>8]+s[255&oA]+s[nA>>8]+s[255&nA]+s[eA>>8]+s[255&eA]+s[$>>8]+s[255&$]+s[q>>8]+s[255&q]+s[Z>>8]+s[255&Z]+s[L>>8]+s[255&L]+s[W>>8]+s[255&W]+s[V>>8]+s[255&V]+s[j>>8]+s[255&j]+s[S>>8]+s[255&S]+s[H>>8]+s[255&H]+s[T>>8]+s[255&T]+s[G>>8]+s[255&G]+s[x>>8]+s[255&x]+s[b>>8]+s[255&b]+s[F>>8]+s[255&F]+s[M>>8]+s[255&M]+s[I>>8]+s[255&I]+s[Q>>8]+s[255&Q]+s[m>>8]+s[255&m]+s[E>>8]+s[255&E]+s[u>>8]+s[255&u]+s[g>>8]+s[255&g]+s[l>>8]+s[255&l]+s[i>>8]+s[255&i],512)}function z(A){var e,t,n=A.length,r=p[512].offset,o=0,i=0|r[31],a=0,l=0|r[30],c=0,g=0|r[29],B=0,u=0|r[28],d=0,E=0|r[27],h=0,m=0|r[26],w=0,Q=0|r[25],C=0,I=0|r[24],y=0,M=0|r[23],v=0,F=0|r[22],Y=0,b=0|r[21],D=0,x=0|r[20],k=0,G=0|r[19],U=0,T=0|r[18],R=0,H=0|r[17],N=0,S=0|r[16],P=0,j=0|r[15],J=0,V=0|r[14],O=0,W=0|r[13],z=0,L=0|r[12],K=0,Z=0|r[11],X=0,q=0|r[10],_=0,$=0|r[9],AA=0,eA=0|r[8],tA=0,nA=0|r[7],rA=0,oA=0|r[6],iA=0,aA=0|r[5],sA=0,lA=0|r[4],cA=0,gA=0|r[3],BA=0,uA=0|r[2],pA=0,dA=0|r[1],fA=0,EA=0|r[0];for(t=0;t>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),EA=fA+((pA+=BA>>>16)>>>16)&65535,dA=65535&pA,(e=A.charCodeAt(t))<128?i^=e:e<2048?(a=343*l,c=343*g,B=343*u,d=343*E,h=343*m,w=343*Q,C=343*I,y=343*M,v=343*F,Y=343*b,D=343*x,k=343*G,U=343*T,R=343*H,N=343*S,P=343*j,J=343*V,O=343*W,z=343*L,K=343*Z,X=343*q,_=343*$,AA=343*eA,tA=343*nA,rA=343*oA,iA=343*aA,sA=343*lA,cA=343*gA,BA=343*uA,pA=343*dA,fA=343*EA,X+=(i^=e>>6|192)<<8,_+=l<<8,AA+=g<<8,tA+=u<<8,rA+=E<<8,iA+=m<<8,sA+=Q<<8,cA+=I<<8,BA+=M<<8,pA+=F<<8,fA+=b<<8,i=65535&(o=343*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),EA=fA+((pA+=BA>>>16)>>>16)&65535,dA=65535&pA,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,_+=l<<8,AA+=g<<8,tA+=u<<8,rA+=E<<8,iA+=m<<8,sA+=Q<<8,cA+=I<<8,BA+=M<<8,pA+=F<<8,i=65535&(o=343*i),EA=(fA+=b<<8)+((pA+=(BA+=(cA+=(sA+=(iA+=(rA+=(tA+=(AA+=(_+=(X+=(K+=(z+=(O+=(J+=(P+=(N+=(R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=343*(l=65535&a),c=343*(g=65535&c),B=343*(u=65535&B),d=343*(E=65535&d),h=343*(m=65535&h),w=343*(Q=65535&w),C=343*(I=65535&C),y=343*(M=65535&y),v=343*(F=65535&v),Y=343*(b=65535&Y),D=343*(x=65535&D),k=343*(G=65535&k),U=343*(T=65535&U),R=343*(H=65535&R),N=343*(S=65535&N),P=343*(j=65535&P),J=343*(V=65535&J),O=343*(W=65535&O),z=343*(L=65535&z),K=343*(Z=65535&K),X=343*(q=65535&X),_=343*($=65535&_),AA=343*(eA=65535&AA),tA=343*(nA=65535&tA),rA=343*(oA=65535&rA),iA=343*(aA=65535&iA),sA=343*(lA=65535&sA),cA=343*(gA=65535&cA),BA=343*(uA=65535&BA),pA=343*(dA=65535&pA),fA=343*EA,X+=(i^=e>>12&63|128)<<8,_+=l<<8,AA+=g<<8,tA+=u<<8,rA+=E<<8,iA+=m<<8,sA+=Q<<8,cA+=I<<8,BA+=M<<8,pA+=F<<8,i=65535&(o=343*i),EA=(fA+=b<<8)+((pA+=(BA+=(cA+=(sA+=(iA+=(rA+=(tA+=(AA+=(_+=(X+=(K+=(z+=(O+=(J+=(P+=(N+=(R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=343*(l=65535&a),c=343*(g=65535&c),B=343*(u=65535&B),d=343*(E=65535&d),h=343*(m=65535&h),w=343*(Q=65535&w),C=343*(I=65535&C),y=343*(M=65535&y),v=343*(F=65535&v),Y=343*(b=65535&Y),D=343*(x=65535&D),k=343*(G=65535&k),U=343*(T=65535&U),R=343*(H=65535&R),N=343*(S=65535&N),P=343*(j=65535&P),J=343*(V=65535&J),O=343*(W=65535&O),z=343*(L=65535&z),K=343*(Z=65535&K),X=343*(q=65535&X),_=343*($=65535&_),AA=343*(eA=65535&AA),tA=343*(nA=65535&tA),rA=343*(oA=65535&rA),iA=343*(aA=65535&iA),sA=343*(lA=65535&sA),cA=343*(gA=65535&cA),BA=343*(uA=65535&BA),pA=343*(dA=65535&pA),fA=343*EA,X+=(i^=e>>6&63|128)<<8,_+=l<<8,AA+=g<<8,tA+=u<<8,rA+=E<<8,iA+=m<<8,sA+=Q<<8,cA+=I<<8,BA+=M<<8,pA+=F<<8,fA+=b<<8,i=65535&(o=343*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),EA=fA+((pA+=BA>>>16)>>>16)&65535,dA=65535&pA,i^=63&e|128):(a=343*l,c=343*g,B=343*u,d=343*E,h=343*m,w=343*Q,C=343*I,y=343*M,v=343*F,Y=343*b,D=343*x,k=343*G,U=343*T,R=343*H,N=343*S,P=343*j,J=343*V,O=343*W,z=343*L,K=343*Z,X=343*q,_=343*$,AA=343*eA,tA=343*nA,rA=343*oA,iA=343*aA,sA=343*lA,cA=343*gA,BA=343*uA,pA=343*dA,fA=343*EA,X+=(i^=e>>12|224)<<8,_+=l<<8,AA+=g<<8,tA+=u<<8,rA+=E<<8,iA+=m<<8,sA+=Q<<8,cA+=I<<8,BA+=M<<8,pA+=F<<8,i=65535&(o=343*i),EA=(fA+=b<<8)+((pA+=(BA+=(cA+=(sA+=(iA+=(rA+=(tA+=(AA+=(_+=(X+=(K+=(z+=(O+=(J+=(P+=(N+=(R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=343*(l=65535&a),c=343*(g=65535&c),B=343*(u=65535&B),d=343*(E=65535&d),h=343*(m=65535&h),w=343*(Q=65535&w),C=343*(I=65535&C),y=343*(M=65535&y),v=343*(F=65535&v),Y=343*(b=65535&Y),D=343*(x=65535&D),k=343*(G=65535&k),U=343*(T=65535&U),R=343*(H=65535&R),N=343*(S=65535&N),P=343*(j=65535&P),J=343*(V=65535&J),O=343*(W=65535&O),z=343*(L=65535&z),K=343*(Z=65535&K),X=343*(q=65535&X),_=343*($=65535&_),AA=343*(eA=65535&AA),tA=343*(nA=65535&tA),rA=343*(oA=65535&rA),iA=343*(aA=65535&iA),sA=343*(lA=65535&sA),cA=343*(gA=65535&cA),BA=343*(uA=65535&BA),pA=343*(dA=65535&pA),fA=343*EA,X+=(i^=e>>6&63|128)<<8,_+=l<<8,AA+=g<<8,tA+=u<<8,rA+=E<<8,iA+=m<<8,sA+=Q<<8,cA+=I<<8,BA+=M<<8,pA+=F<<8,fA+=b<<8,i=65535&(o=343*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),EA=fA+((pA+=BA>>>16)>>>16)&65535,dA=65535&pA,i^=63&e|128);return f(s[EA>>8]+s[255&EA]+s[dA>>8]+s[255&dA]+s[uA>>8]+s[255&uA]+s[gA>>8]+s[255&gA]+s[lA>>8]+s[255&lA]+s[aA>>8]+s[255&aA]+s[oA>>8]+s[255&oA]+s[nA>>8]+s[255&nA]+s[eA>>8]+s[255&eA]+s[$>>8]+s[255&$]+s[q>>8]+s[255&q]+s[Z>>8]+s[255&Z]+s[L>>8]+s[255&L]+s[W>>8]+s[255&W]+s[V>>8]+s[255&V]+s[j>>8]+s[255&j]+s[S>>8]+s[255&S]+s[H>>8]+s[255&H]+s[T>>8]+s[255&T]+s[G>>8]+s[255&G]+s[x>>8]+s[255&x]+s[b>>8]+s[255&b]+s[F>>8]+s[255&F]+s[M>>8]+s[255&M]+s[I>>8]+s[255&I]+s[Q>>8]+s[255&Q]+s[m>>8]+s[255&m]+s[E>>8]+s[255&E]+s[u>>8]+s[255&u]+s[g>>8]+s[255&g]+s[l>>8]+s[255&l]+s[i>>8]+s[255&i],512)}function L(A){var e,t=A.length-3,n=p[1024].offset,r=0,o=0|n[63],i=0,a=0|n[62],l=0,c=0|n[61],g=0,B=0|n[60],u=0,d=0|n[59],E=0,h=0|n[58],m=0,w=0|n[57],Q=0,C=0|n[56],I=0,y=0|n[55],M=0,v=0|n[54],F=0,Y=0|n[53],b=0,D=0|n[52],x=0,k=0|n[51],G=0,U=0|n[50],T=0,R=0|n[49],H=0,N=0|n[48],S=0,P=0|n[47],j=0,J=0|n[46],V=0,O=0|n[45],W=0,z=0|n[44],L=0,K=0|n[43],Z=0,X=0|n[42],q=0,_=0|n[41],$=0,AA=0|n[40],eA=0,tA=0|n[39],nA=0,rA=0|n[38],oA=0,iA=0|n[37],aA=0,sA=0|n[36],lA=0,cA=0|n[35],gA=0,BA=0|n[34],uA=0,pA=0|n[33],dA=0,fA=0|n[32],EA=0,hA=0|n[31],mA=0,wA=0|n[30],QA=0,CA=0|n[29],IA=0,yA=0|n[28],MA=0,vA=0|n[27],FA=0,YA=0|n[26],bA=0,DA=0|n[25],xA=0,kA=0|n[24],GA=0,UA=0|n[23],TA=0,RA=0|n[22],HA=0,NA=0|n[21],SA=0,PA=0|n[20],jA=0,JA=0|n[19],VA=0,OA=0|n[18],WA=0,zA=0|n[17],LA=0,KA=0|n[16],ZA=0,XA=0|n[15],qA=0,_A=0|n[14],$A=0,Ae=0|n[13],ee=0,te=0|n[12],ne=0,re=0|n[11],oe=0,ie=0|n[10],ae=0,se=0|n[9],le=0,ce=0|n[8],ge=0,Be=0|n[7],ue=0,pe=0|n[6],de=0,fe=0|n[5],Ee=0,he=0|n[4],me=0,we=0|n[3],Qe=0,Ce=0|n[2],Ie=0,ye=0|n[1],Me=0,ve=0|n[0];for(e=0;e>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=397*(a=65535&i),l=397*(c=65535&l),g=397*(B=65535&g),u=397*(d=65535&u),E=397*(h=65535&E),m=397*(w=65535&m),Q=397*(C=65535&Q),I=397*(y=65535&I),M=397*(v=65535&M),F=397*(Y=65535&F),b=397*(D=65535&b),x=397*(k=65535&x),G=397*(U=65535&G),T=397*(R=65535&T),H=397*(N=65535&H),S=397*(P=65535&S),j=397*(J=65535&j),V=397*(O=65535&V),W=397*(z=65535&W),L=397*(K=65535&L),Z=397*(X=65535&Z),q=397*(_=65535&q),$=397*(AA=65535&$),eA=397*(tA=65535&eA),nA=397*(rA=65535&nA),oA=397*(iA=65535&oA),aA=397*(sA=65535&aA),lA=397*(cA=65535&lA),gA=397*(BA=65535&gA),uA=397*(pA=65535&uA),dA=397*(fA=65535&dA),EA=397*(hA=65535&EA),mA=397*(wA=65535&mA),QA=397*(CA=65535&QA),IA=397*(yA=65535&IA),MA=397*(vA=65535&MA),FA=397*(YA=65535&FA),bA=397*(DA=65535&bA),xA=397*(kA=65535&xA),GA=397*(UA=65535&GA),TA=397*(RA=65535&TA),HA=397*(NA=65535&HA),SA=397*(PA=65535&SA),jA=397*(JA=65535&jA),VA=397*(OA=65535&VA),WA=397*(zA=65535&WA),LA=397*(KA=65535&LA),ZA=397*(XA=65535&ZA),qA=397*(_A=65535&qA),$A=397*(Ae=65535&$A),ee=397*(te=65535&ee),ne=397*(re=65535&ne),oe=397*(ie=65535&oe),ae=397*(se=65535&ae),le=397*(ce=65535&le),ge=397*(Be=65535&ge),ue=397*(pe=65535&ue),de=397*(fe=65535&de),Ee=397*(he=65535&Ee),me=397*(we=65535&me),Qe=397*(Ce=65535&Qe),Ie=397*(ye=65535&Ie),Me=397*ve,HA+=(o^=A.charCodeAt(e++))<<8,SA+=a<<8,jA+=c<<8,VA+=B<<8,WA+=d<<8,LA+=h<<8,ZA+=w<<8,qA+=C<<8,$A+=y<<8,ee+=v<<8,ne+=Y<<8,oe+=D<<8,ae+=k<<8,le+=U<<8,ge+=R<<8,ue+=N<<8,de+=P<<8,Ee+=J<<8,me+=O<<8,Qe+=z<<8,Ie+=K<<8,o=65535&(r=397*o),ve=(Me+=X<<8)+((Ie+=(Qe+=(me+=(Ee+=(de+=(ue+=(ge+=(le+=(ae+=(oe+=(ne+=(ee+=($A+=(qA+=(ZA+=(LA+=(WA+=(VA+=(jA+=(SA+=(HA+=(TA+=(GA+=(xA+=(bA+=(FA+=(MA+=(IA+=(QA+=(mA+=(EA+=(dA+=(uA+=(gA+=(lA+=(aA+=(oA+=(nA+=(eA+=($+=(q+=(Z+=(L+=(W+=(V+=(j+=(S+=(H+=(T+=(G+=(x+=(b+=(F+=(M+=(I+=(Q+=(m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=397*(a=65535&i),l=397*(c=65535&l),g=397*(B=65535&g),u=397*(d=65535&u),E=397*(h=65535&E),m=397*(w=65535&m),Q=397*(C=65535&Q),I=397*(y=65535&I),M=397*(v=65535&M),F=397*(Y=65535&F),b=397*(D=65535&b),x=397*(k=65535&x),G=397*(U=65535&G),T=397*(R=65535&T),H=397*(N=65535&H),S=397*(P=65535&S),j=397*(J=65535&j),V=397*(O=65535&V),W=397*(z=65535&W),L=397*(K=65535&L),Z=397*(X=65535&Z),q=397*(_=65535&q),$=397*(AA=65535&$),eA=397*(tA=65535&eA),nA=397*(rA=65535&nA),oA=397*(iA=65535&oA),aA=397*(sA=65535&aA),lA=397*(cA=65535&lA),gA=397*(BA=65535&gA),uA=397*(pA=65535&uA),dA=397*(fA=65535&dA),EA=397*(hA=65535&EA),mA=397*(wA=65535&mA),QA=397*(CA=65535&QA),IA=397*(yA=65535&IA),MA=397*(vA=65535&MA),FA=397*(YA=65535&FA),bA=397*(DA=65535&bA),xA=397*(kA=65535&xA),GA=397*(UA=65535&GA),TA=397*(RA=65535&TA),HA=397*(NA=65535&HA),SA=397*(PA=65535&SA),jA=397*(JA=65535&jA),VA=397*(OA=65535&VA),WA=397*(zA=65535&WA),LA=397*(KA=65535&LA),ZA=397*(XA=65535&ZA),qA=397*(_A=65535&qA),$A=397*(Ae=65535&$A),ee=397*(te=65535&ee),ne=397*(re=65535&ne),oe=397*(ie=65535&oe),ae=397*(se=65535&ae),le=397*(ce=65535&le),ge=397*(Be=65535&ge),ue=397*(pe=65535&ue),de=397*(fe=65535&de),Ee=397*(he=65535&Ee),me=397*(we=65535&me),Qe=397*(Ce=65535&Qe),Ie=397*(ye=65535&Ie),Me=397*ve,HA+=(o^=A.charCodeAt(e++))<<8,SA+=a<<8,jA+=c<<8,VA+=B<<8,WA+=d<<8,LA+=h<<8,ZA+=w<<8,qA+=C<<8,$A+=y<<8,ee+=v<<8,ne+=Y<<8,oe+=D<<8,ae+=k<<8,le+=U<<8,ge+=R<<8,ue+=N<<8,de+=P<<8,Ee+=J<<8,me+=O<<8,Qe+=z<<8,Ie+=K<<8,o=65535&(r=397*o),ve=(Me+=X<<8)+((Ie+=(Qe+=(me+=(Ee+=(de+=(ue+=(ge+=(le+=(ae+=(oe+=(ne+=(ee+=($A+=(qA+=(ZA+=(LA+=(WA+=(VA+=(jA+=(SA+=(HA+=(TA+=(GA+=(xA+=(bA+=(FA+=(MA+=(IA+=(QA+=(mA+=(EA+=(dA+=(uA+=(gA+=(lA+=(aA+=(oA+=(nA+=(eA+=($+=(q+=(Z+=(L+=(W+=(V+=(j+=(S+=(H+=(T+=(G+=(x+=(b+=(F+=(M+=(I+=(Q+=(m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=397*(a=65535&i),l=397*(c=65535&l),g=397*(B=65535&g),u=397*(d=65535&u),E=397*(h=65535&E),m=397*(w=65535&m),Q=397*(C=65535&Q),I=397*(y=65535&I),M=397*(v=65535&M),F=397*(Y=65535&F),b=397*(D=65535&b),x=397*(k=65535&x),G=397*(U=65535&G),T=397*(R=65535&T),H=397*(N=65535&H),S=397*(P=65535&S),j=397*(J=65535&j),V=397*(O=65535&V),W=397*(z=65535&W),L=397*(K=65535&L),Z=397*(X=65535&Z),q=397*(_=65535&q),$=397*(AA=65535&$),eA=397*(tA=65535&eA),nA=397*(rA=65535&nA),oA=397*(iA=65535&oA),aA=397*(sA=65535&aA),lA=397*(cA=65535&lA),gA=397*(BA=65535&gA),uA=397*(pA=65535&uA),dA=397*(fA=65535&dA),EA=397*(hA=65535&EA),mA=397*(wA=65535&mA),QA=397*(CA=65535&QA),IA=397*(yA=65535&IA),MA=397*(vA=65535&MA),FA=397*(YA=65535&FA),bA=397*(DA=65535&bA),xA=397*(kA=65535&xA),GA=397*(UA=65535&GA),TA=397*(RA=65535&TA),HA=397*(NA=65535&HA),SA=397*(PA=65535&SA),jA=397*(JA=65535&jA),VA=397*(OA=65535&VA),WA=397*(zA=65535&WA),LA=397*(KA=65535&LA),ZA=397*(XA=65535&ZA),qA=397*(_A=65535&qA),$A=397*(Ae=65535&$A),ee=397*(te=65535&ee),ne=397*(re=65535&ne),oe=397*(ie=65535&oe),ae=397*(se=65535&ae),le=397*(ce=65535&le),ge=397*(Be=65535&ge),ue=397*(pe=65535&ue),de=397*(fe=65535&de),Ee=397*(he=65535&Ee),me=397*(we=65535&me),Qe=397*(Ce=65535&Qe),Ie=397*(ye=65535&Ie),Me=397*ve,HA+=(o^=A.charCodeAt(e++))<<8,SA+=a<<8,jA+=c<<8,VA+=B<<8,WA+=d<<8,LA+=h<<8,ZA+=w<<8,qA+=C<<8,$A+=y<<8,ee+=v<<8,ne+=Y<<8,oe+=D<<8,ae+=k<<8,le+=U<<8,ge+=R<<8,ue+=N<<8,de+=P<<8,Ee+=J<<8,me+=O<<8,Qe+=z<<8,Ie+=K<<8,Me+=X<<8,o=65535&(r=397*o),a=65535&(i+=r>>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),w=65535&(m+=E>>>16),C=65535&(Q+=m>>>16),y=65535&(I+=Q>>>16),v=65535&(M+=I>>>16),Y=65535&(F+=M>>>16),D=65535&(b+=F>>>16),k=65535&(x+=b>>>16),U=65535&(G+=x>>>16),R=65535&(T+=G>>>16),N=65535&(H+=T>>>16),P=65535&(S+=H>>>16),J=65535&(j+=S>>>16),O=65535&(V+=j>>>16),z=65535&(W+=V>>>16),K=65535&(L+=W>>>16),X=65535&(Z+=L>>>16),_=65535&(q+=Z>>>16),AA=65535&($+=q>>>16),tA=65535&(eA+=$>>>16),rA=65535&(nA+=eA>>>16),iA=65535&(oA+=nA>>>16),sA=65535&(aA+=oA>>>16),cA=65535&(lA+=aA>>>16),BA=65535&(gA+=lA>>>16),pA=65535&(uA+=gA>>>16),fA=65535&(dA+=uA>>>16),hA=65535&(EA+=dA>>>16),wA=65535&(mA+=EA>>>16),CA=65535&(QA+=mA>>>16),yA=65535&(IA+=QA>>>16),vA=65535&(MA+=IA>>>16),YA=65535&(FA+=MA>>>16),DA=65535&(bA+=FA>>>16),kA=65535&(xA+=bA>>>16),UA=65535&(GA+=xA>>>16),RA=65535&(TA+=GA>>>16),NA=65535&(HA+=TA>>>16),PA=65535&(SA+=HA>>>16),JA=65535&(jA+=SA>>>16),OA=65535&(VA+=jA>>>16),zA=65535&(WA+=VA>>>16),KA=65535&(LA+=WA>>>16),XA=65535&(ZA+=LA>>>16),_A=65535&(qA+=ZA>>>16),Ae=65535&($A+=qA>>>16),te=65535&(ee+=$A>>>16),re=65535&(ne+=ee>>>16),ie=65535&(oe+=ne>>>16),se=65535&(ae+=oe>>>16),ce=65535&(le+=ae>>>16),Be=65535&(ge+=le>>>16),pe=65535&(ue+=ge>>>16),fe=65535&(de+=ue>>>16),he=65535&(Ee+=de>>>16),we=65535&(me+=Ee>>>16),Ce=65535&(Qe+=me>>>16),ve=Me+((Ie+=Qe>>>16)>>>16)&65535,ye=65535&Ie;for(;e>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),w=65535&(m+=E>>>16),C=65535&(Q+=m>>>16),y=65535&(I+=Q>>>16),v=65535&(M+=I>>>16),Y=65535&(F+=M>>>16),D=65535&(b+=F>>>16),k=65535&(x+=b>>>16),U=65535&(G+=x>>>16),R=65535&(T+=G>>>16),N=65535&(H+=T>>>16),P=65535&(S+=H>>>16),J=65535&(j+=S>>>16),O=65535&(V+=j>>>16),z=65535&(W+=V>>>16),K=65535&(L+=W>>>16),X=65535&(Z+=L>>>16),_=65535&(q+=Z>>>16),AA=65535&($+=q>>>16),tA=65535&(eA+=$>>>16),rA=65535&(nA+=eA>>>16),iA=65535&(oA+=nA>>>16),sA=65535&(aA+=oA>>>16),cA=65535&(lA+=aA>>>16),BA=65535&(gA+=lA>>>16),pA=65535&(uA+=gA>>>16),fA=65535&(dA+=uA>>>16),hA=65535&(EA+=dA>>>16),wA=65535&(mA+=EA>>>16),CA=65535&(QA+=mA>>>16),yA=65535&(IA+=QA>>>16),vA=65535&(MA+=IA>>>16),YA=65535&(FA+=MA>>>16),DA=65535&(bA+=FA>>>16),kA=65535&(xA+=bA>>>16),UA=65535&(GA+=xA>>>16),RA=65535&(TA+=GA>>>16),NA=65535&(HA+=TA>>>16),PA=65535&(SA+=HA>>>16),JA=65535&(jA+=SA>>>16),OA=65535&(VA+=jA>>>16),zA=65535&(WA+=VA>>>16),KA=65535&(LA+=WA>>>16),XA=65535&(ZA+=LA>>>16),_A=65535&(qA+=ZA>>>16),Ae=65535&($A+=qA>>>16),te=65535&(ee+=$A>>>16),re=65535&(ne+=ee>>>16),ie=65535&(oe+=ne>>>16),se=65535&(ae+=oe>>>16),ce=65535&(le+=ae>>>16),Be=65535&(ge+=le>>>16),pe=65535&(ue+=ge>>>16),fe=65535&(de+=ue>>>16),he=65535&(Ee+=de>>>16),we=65535&(me+=Ee>>>16),Ce=65535&(Qe+=me>>>16),ve=Me+((Ie+=Qe>>>16)>>>16)&65535,ye=65535&Ie;return f(s[ve>>8]+s[255&ve]+s[ye>>8]+s[255&ye]+s[Ce>>8]+s[255&Ce]+s[we>>8]+s[255&we]+s[he>>8]+s[255&he]+s[fe>>8]+s[255&fe]+s[pe>>8]+s[255&pe]+s[Be>>8]+s[255&Be]+s[ce>>8]+s[255&ce]+s[se>>8]+s[255&se]+s[ie>>8]+s[255&ie]+s[re>>8]+s[255&re]+s[te>>8]+s[255&te]+s[Ae>>8]+s[255&Ae]+s[_A>>8]+s[255&_A]+s[XA>>8]+s[255&XA]+s[KA>>8]+s[255&KA]+s[zA>>8]+s[255&zA]+s[OA>>8]+s[255&OA]+s[JA>>8]+s[255&JA]+s[PA>>8]+s[255&PA]+s[NA>>8]+s[255&NA]+s[RA>>8]+s[255&RA]+s[UA>>8]+s[255&UA]+s[kA>>8]+s[255&kA]+s[DA>>8]+s[255&DA]+s[YA>>8]+s[255&YA]+s[vA>>8]+s[255&vA]+s[yA>>8]+s[255&yA]+s[CA>>8]+s[255&CA]+s[wA>>8]+s[255&wA]+s[hA>>8]+s[255&hA]+s[fA>>8]+s[255&fA]+s[pA>>8]+s[255&pA]+s[BA>>8]+s[255&BA]+s[cA>>8]+s[255&cA]+s[sA>>8]+s[255&sA]+s[iA>>8]+s[255&iA]+s[rA>>8]+s[255&rA]+s[tA>>8]+s[255&tA]+s[AA>>8]+s[255&AA]+s[_>>8]+s[255&_]+s[X>>8]+s[255&X]+s[K>>8]+s[255&K]+s[z>>8]+s[255&z]+s[O>>8]+s[255&O]+s[J>>8]+s[255&J]+s[P>>8]+s[255&P]+s[N>>8]+s[255&N]+s[R>>8]+s[255&R]+s[U>>8]+s[255&U]+s[k>>8]+s[255&k]+s[D>>8]+s[255&D]+s[Y>>8]+s[255&Y]+s[v>>8]+s[255&v]+s[y>>8]+s[255&y]+s[C>>8]+s[255&C]+s[w>>8]+s[255&w]+s[h>>8]+s[255&h]+s[d>>8]+s[255&d]+s[B>>8]+s[255&B]+s[c>>8]+s[255&c]+s[a>>8]+s[255&a]+s[o>>8]+s[255&o],1024)}function K(A){var e,t=A.length-3,n=p[1024].offset,r=0,o=0|n[63],i=0,a=0|n[62],l=0,c=0|n[61],g=0,B=0|n[60],u=0,d=0|n[59],E=0,h=0|n[58],m=0,w=0|n[57],Q=0,C=0|n[56],I=0,y=0|n[55],M=0,v=0|n[54],F=0,Y=0|n[53],b=0,D=0|n[52],x=0,k=0|n[51],G=0,U=0|n[50],T=0,R=0|n[49],H=0,N=0|n[48],S=0,P=0|n[47],j=0,J=0|n[46],V=0,O=0|n[45],W=0,z=0|n[44],L=0,K=0|n[43],Z=0,X=0|n[42],q=0,_=0|n[41],$=0,AA=0|n[40],eA=0,tA=0|n[39],nA=0,rA=0|n[38],oA=0,iA=0|n[37],aA=0,sA=0|n[36],lA=0,cA=0|n[35],gA=0,BA=0|n[34],uA=0,pA=0|n[33],dA=0,fA=0|n[32],EA=0,hA=0|n[31],mA=0,wA=0|n[30],QA=0,CA=0|n[29],IA=0,yA=0|n[28],MA=0,vA=0|n[27],FA=0,YA=0|n[26],bA=0,DA=0|n[25],xA=0,kA=0|n[24],GA=0,UA=0|n[23],TA=0,RA=0|n[22],HA=0,NA=0|n[21],SA=0,PA=0|n[20],jA=0,JA=0|n[19],VA=0,OA=0|n[18],WA=0,zA=0|n[17],LA=0,KA=0|n[16],ZA=0,XA=0|n[15],qA=0,_A=0|n[14],$A=0,Ae=0|n[13],ee=0,te=0|n[12],ne=0,re=0|n[11],oe=0,ie=0|n[10],ae=0,se=0|n[9],le=0,ce=0|n[8],ge=0,Be=0|n[7],ue=0,pe=0|n[6],de=0,fe=0|n[5],Ee=0,he=0|n[4],me=0,we=0|n[3],Qe=0,Ce=0|n[2],Ie=0,ye=0|n[1],Me=0,ve=0|n[0];for(e=0;e>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=397*(a=65535&i),l=397*(c=65535&l),g=397*(B=65535&g),u=397*(d=65535&u),E=397*(h=65535&E),m=397*(w=65535&m),Q=397*(C=65535&Q),I=397*(y=65535&I),M=397*(v=65535&M),F=397*(Y=65535&F),b=397*(D=65535&b),x=397*(k=65535&x),G=397*(U=65535&G),T=397*(R=65535&T),H=397*(N=65535&H),S=397*(P=65535&S),j=397*(J=65535&j),V=397*(O=65535&V),W=397*(z=65535&W),L=397*(K=65535&L),Z=397*(X=65535&Z),q=397*(_=65535&q),$=397*(AA=65535&$),eA=397*(tA=65535&eA),nA=397*(rA=65535&nA),oA=397*(iA=65535&oA),aA=397*(sA=65535&aA),lA=397*(cA=65535&lA),gA=397*(BA=65535&gA),uA=397*(pA=65535&uA),dA=397*(fA=65535&dA),EA=397*(hA=65535&EA),mA=397*(wA=65535&mA),QA=397*(CA=65535&QA),IA=397*(yA=65535&IA),MA=397*(vA=65535&MA),FA=397*(YA=65535&FA),bA=397*(DA=65535&bA),xA=397*(kA=65535&xA),GA=397*(UA=65535&GA),TA=397*(RA=65535&TA),HA=397*(NA=65535&HA),SA=397*(PA=65535&SA),jA=397*(JA=65535&jA),VA=397*(OA=65535&VA),WA=397*(zA=65535&WA),LA=397*(KA=65535&LA),ZA=397*(XA=65535&ZA),qA=397*(_A=65535&qA),$A=397*(Ae=65535&$A),ee=397*(te=65535&ee),ne=397*(re=65535&ne),oe=397*(ie=65535&oe),ae=397*(se=65535&ae),le=397*(ce=65535&le),ge=397*(Be=65535&ge),ue=397*(pe=65535&ue),de=397*(fe=65535&de),Ee=397*(he=65535&Ee),me=397*(we=65535&me),Qe=397*(Ce=65535&Qe),Ie=397*(ye=65535&Ie),Me=397*ve,HA+=(o^=A.charCodeAt(e++))<<8,SA+=a<<8,jA+=c<<8,VA+=B<<8,WA+=d<<8,LA+=h<<8,ZA+=w<<8,qA+=C<<8,$A+=y<<8,ee+=v<<8,ne+=Y<<8,oe+=D<<8,ae+=k<<8,le+=U<<8,ge+=R<<8,ue+=N<<8,de+=P<<8,Ee+=J<<8,me+=O<<8,Qe+=z<<8,Ie+=K<<8,o=65535&(r=397*o),ve=(Me+=X<<8)+((Ie+=(Qe+=(me+=(Ee+=(de+=(ue+=(ge+=(le+=(ae+=(oe+=(ne+=(ee+=($A+=(qA+=(ZA+=(LA+=(WA+=(VA+=(jA+=(SA+=(HA+=(TA+=(GA+=(xA+=(bA+=(FA+=(MA+=(IA+=(QA+=(mA+=(EA+=(dA+=(uA+=(gA+=(lA+=(aA+=(oA+=(nA+=(eA+=($+=(q+=(Z+=(L+=(W+=(V+=(j+=(S+=(H+=(T+=(G+=(x+=(b+=(F+=(M+=(I+=(Q+=(m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=397*(a=65535&i),l=397*(c=65535&l),g=397*(B=65535&g),u=397*(d=65535&u),E=397*(h=65535&E),m=397*(w=65535&m),Q=397*(C=65535&Q),I=397*(y=65535&I),M=397*(v=65535&M),F=397*(Y=65535&F),b=397*(D=65535&b),x=397*(k=65535&x),G=397*(U=65535&G),T=397*(R=65535&T),H=397*(N=65535&H),S=397*(P=65535&S),j=397*(J=65535&j),V=397*(O=65535&V),W=397*(z=65535&W),L=397*(K=65535&L),Z=397*(X=65535&Z),q=397*(_=65535&q),$=397*(AA=65535&$),eA=397*(tA=65535&eA),nA=397*(rA=65535&nA),oA=397*(iA=65535&oA),aA=397*(sA=65535&aA),lA=397*(cA=65535&lA),gA=397*(BA=65535&gA),uA=397*(pA=65535&uA),dA=397*(fA=65535&dA),EA=397*(hA=65535&EA),mA=397*(wA=65535&mA),QA=397*(CA=65535&QA),IA=397*(yA=65535&IA),MA=397*(vA=65535&MA),FA=397*(YA=65535&FA),bA=397*(DA=65535&bA),xA=397*(kA=65535&xA),GA=397*(UA=65535&GA),TA=397*(RA=65535&TA),HA=397*(NA=65535&HA),SA=397*(PA=65535&SA),jA=397*(JA=65535&jA),VA=397*(OA=65535&VA),WA=397*(zA=65535&WA),LA=397*(KA=65535&LA),ZA=397*(XA=65535&ZA),qA=397*(_A=65535&qA),$A=397*(Ae=65535&$A),ee=397*(te=65535&ee),ne=397*(re=65535&ne),oe=397*(ie=65535&oe),ae=397*(se=65535&ae),le=397*(ce=65535&le),ge=397*(Be=65535&ge),ue=397*(pe=65535&ue),de=397*(fe=65535&de),Ee=397*(he=65535&Ee),me=397*(we=65535&me),Qe=397*(Ce=65535&Qe),Ie=397*(ye=65535&Ie),Me=397*ve,HA+=(o^=A.charCodeAt(e++))<<8,SA+=a<<8,jA+=c<<8,VA+=B<<8,WA+=d<<8,LA+=h<<8,ZA+=w<<8,qA+=C<<8,$A+=y<<8,ee+=v<<8,ne+=Y<<8,oe+=D<<8,ae+=k<<8,le+=U<<8,ge+=R<<8,ue+=N<<8,de+=P<<8,Ee+=J<<8,me+=O<<8,Qe+=z<<8,Ie+=K<<8,o=65535&(r=397*o),ve=(Me+=X<<8)+((Ie+=(Qe+=(me+=(Ee+=(de+=(ue+=(ge+=(le+=(ae+=(oe+=(ne+=(ee+=($A+=(qA+=(ZA+=(LA+=(WA+=(VA+=(jA+=(SA+=(HA+=(TA+=(GA+=(xA+=(bA+=(FA+=(MA+=(IA+=(QA+=(mA+=(EA+=(dA+=(uA+=(gA+=(lA+=(aA+=(oA+=(nA+=(eA+=($+=(q+=(Z+=(L+=(W+=(V+=(j+=(S+=(H+=(T+=(G+=(x+=(b+=(F+=(M+=(I+=(Q+=(m+=(E+=(u+=(g+=(l+=(i+=r>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,i=397*(a=65535&i),l=397*(c=65535&l),g=397*(B=65535&g),u=397*(d=65535&u),E=397*(h=65535&E),m=397*(w=65535&m),Q=397*(C=65535&Q),I=397*(y=65535&I),M=397*(v=65535&M),F=397*(Y=65535&F),b=397*(D=65535&b),x=397*(k=65535&x),G=397*(U=65535&G),T=397*(R=65535&T),H=397*(N=65535&H),S=397*(P=65535&S),j=397*(J=65535&j),V=397*(O=65535&V),W=397*(z=65535&W),L=397*(K=65535&L),Z=397*(X=65535&Z),q=397*(_=65535&q),$=397*(AA=65535&$),eA=397*(tA=65535&eA),nA=397*(rA=65535&nA),oA=397*(iA=65535&oA),aA=397*(sA=65535&aA),lA=397*(cA=65535&lA),gA=397*(BA=65535&gA),uA=397*(pA=65535&uA),dA=397*(fA=65535&dA),EA=397*(hA=65535&EA),mA=397*(wA=65535&mA),QA=397*(CA=65535&QA),IA=397*(yA=65535&IA),MA=397*(vA=65535&MA),FA=397*(YA=65535&FA),bA=397*(DA=65535&bA),xA=397*(kA=65535&xA),GA=397*(UA=65535&GA),TA=397*(RA=65535&TA),HA=397*(NA=65535&HA),SA=397*(PA=65535&SA),jA=397*(JA=65535&jA),VA=397*(OA=65535&VA),WA=397*(zA=65535&WA),LA=397*(KA=65535&LA),ZA=397*(XA=65535&ZA),qA=397*(_A=65535&qA),$A=397*(Ae=65535&$A),ee=397*(te=65535&ee),ne=397*(re=65535&ne),oe=397*(ie=65535&oe),ae=397*(se=65535&ae),le=397*(ce=65535&le),ge=397*(Be=65535&ge),ue=397*(pe=65535&ue),de=397*(fe=65535&de),Ee=397*(he=65535&Ee),me=397*(we=65535&me),Qe=397*(Ce=65535&Qe),Ie=397*(ye=65535&Ie),Me=397*ve,HA+=(o^=A.charCodeAt(e++))<<8,SA+=a<<8,jA+=c<<8,VA+=B<<8,WA+=d<<8,LA+=h<<8,ZA+=w<<8,qA+=C<<8,$A+=y<<8,ee+=v<<8,ne+=Y<<8,oe+=D<<8,ae+=k<<8,le+=U<<8,ge+=R<<8,ue+=N<<8,de+=P<<8,Ee+=J<<8,me+=O<<8,Qe+=z<<8,Ie+=K<<8,Me+=X<<8,o=65535&(r=397*o),a=65535&(i+=r>>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),w=65535&(m+=E>>>16),C=65535&(Q+=m>>>16),y=65535&(I+=Q>>>16),v=65535&(M+=I>>>16),Y=65535&(F+=M>>>16),D=65535&(b+=F>>>16),k=65535&(x+=b>>>16),U=65535&(G+=x>>>16),R=65535&(T+=G>>>16),N=65535&(H+=T>>>16),P=65535&(S+=H>>>16),J=65535&(j+=S>>>16),O=65535&(V+=j>>>16),z=65535&(W+=V>>>16),K=65535&(L+=W>>>16),X=65535&(Z+=L>>>16),_=65535&(q+=Z>>>16),AA=65535&($+=q>>>16),tA=65535&(eA+=$>>>16),rA=65535&(nA+=eA>>>16),iA=65535&(oA+=nA>>>16),sA=65535&(aA+=oA>>>16),cA=65535&(lA+=aA>>>16),BA=65535&(gA+=lA>>>16),pA=65535&(uA+=gA>>>16),fA=65535&(dA+=uA>>>16),hA=65535&(EA+=dA>>>16),wA=65535&(mA+=EA>>>16),CA=65535&(QA+=mA>>>16),yA=65535&(IA+=QA>>>16),vA=65535&(MA+=IA>>>16),YA=65535&(FA+=MA>>>16),DA=65535&(bA+=FA>>>16),kA=65535&(xA+=bA>>>16),UA=65535&(GA+=xA>>>16),RA=65535&(TA+=GA>>>16),NA=65535&(HA+=TA>>>16),PA=65535&(SA+=HA>>>16),JA=65535&(jA+=SA>>>16),OA=65535&(VA+=jA>>>16),zA=65535&(WA+=VA>>>16),KA=65535&(LA+=WA>>>16),XA=65535&(ZA+=LA>>>16),_A=65535&(qA+=ZA>>>16),Ae=65535&($A+=qA>>>16),te=65535&(ee+=$A>>>16),re=65535&(ne+=ee>>>16),ie=65535&(oe+=ne>>>16),se=65535&(ae+=oe>>>16),ce=65535&(le+=ae>>>16),Be=65535&(ge+=le>>>16),pe=65535&(ue+=ge>>>16),fe=65535&(de+=ue>>>16),he=65535&(Ee+=de>>>16),we=65535&(me+=Ee>>>16),Ce=65535&(Qe+=me>>>16),ve=Me+((Ie+=Qe>>>16)>>>16)&65535,ye=65535&Ie,o^=A.charCodeAt(e++);for(;e>>16),c=65535&(l+=i>>>16),B=65535&(g+=l>>>16),d=65535&(u+=g>>>16),h=65535&(E+=u>>>16),w=65535&(m+=E>>>16),C=65535&(Q+=m>>>16),y=65535&(I+=Q>>>16),v=65535&(M+=I>>>16),Y=65535&(F+=M>>>16),D=65535&(b+=F>>>16),k=65535&(x+=b>>>16),U=65535&(G+=x>>>16),R=65535&(T+=G>>>16),N=65535&(H+=T>>>16),P=65535&(S+=H>>>16),J=65535&(j+=S>>>16),O=65535&(V+=j>>>16),z=65535&(W+=V>>>16),K=65535&(L+=W>>>16),X=65535&(Z+=L>>>16),_=65535&(q+=Z>>>16),AA=65535&($+=q>>>16),tA=65535&(eA+=$>>>16),rA=65535&(nA+=eA>>>16),iA=65535&(oA+=nA>>>16),sA=65535&(aA+=oA>>>16),cA=65535&(lA+=aA>>>16),BA=65535&(gA+=lA>>>16),pA=65535&(uA+=gA>>>16),fA=65535&(dA+=uA>>>16),hA=65535&(EA+=dA>>>16),wA=65535&(mA+=EA>>>16),CA=65535&(QA+=mA>>>16),yA=65535&(IA+=QA>>>16),vA=65535&(MA+=IA>>>16),YA=65535&(FA+=MA>>>16),DA=65535&(bA+=FA>>>16),kA=65535&(xA+=bA>>>16),UA=65535&(GA+=xA>>>16),RA=65535&(TA+=GA>>>16),NA=65535&(HA+=TA>>>16),PA=65535&(SA+=HA>>>16),JA=65535&(jA+=SA>>>16),OA=65535&(VA+=jA>>>16),zA=65535&(WA+=VA>>>16),KA=65535&(LA+=WA>>>16),XA=65535&(ZA+=LA>>>16),_A=65535&(qA+=ZA>>>16),Ae=65535&($A+=qA>>>16),te=65535&(ee+=$A>>>16),re=65535&(ne+=ee>>>16),ie=65535&(oe+=ne>>>16),se=65535&(ae+=oe>>>16),ce=65535&(le+=ae>>>16),Be=65535&(ge+=le>>>16),pe=65535&(ue+=ge>>>16),fe=65535&(de+=ue>>>16),he=65535&(Ee+=de>>>16),we=65535&(me+=Ee>>>16),Ce=65535&(Qe+=me>>>16),ve=Me+((Ie+=Qe>>>16)>>>16)&65535,ye=65535&Ie,o^=A.charCodeAt(e++);return f(s[ve>>8]+s[255&ve]+s[ye>>8]+s[255&ye]+s[Ce>>8]+s[255&Ce]+s[we>>8]+s[255&we]+s[he>>8]+s[255&he]+s[fe>>8]+s[255&fe]+s[pe>>8]+s[255&pe]+s[Be>>8]+s[255&Be]+s[ce>>8]+s[255&ce]+s[se>>8]+s[255&se]+s[ie>>8]+s[255&ie]+s[re>>8]+s[255&re]+s[te>>8]+s[255&te]+s[Ae>>8]+s[255&Ae]+s[_A>>8]+s[255&_A]+s[XA>>8]+s[255&XA]+s[KA>>8]+s[255&KA]+s[zA>>8]+s[255&zA]+s[OA>>8]+s[255&OA]+s[JA>>8]+s[255&JA]+s[PA>>8]+s[255&PA]+s[NA>>8]+s[255&NA]+s[RA>>8]+s[255&RA]+s[UA>>8]+s[255&UA]+s[kA>>8]+s[255&kA]+s[DA>>8]+s[255&DA]+s[YA>>8]+s[255&YA]+s[vA>>8]+s[255&vA]+s[yA>>8]+s[255&yA]+s[CA>>8]+s[255&CA]+s[wA>>8]+s[255&wA]+s[hA>>8]+s[255&hA]+s[fA>>8]+s[255&fA]+s[pA>>8]+s[255&pA]+s[BA>>8]+s[255&BA]+s[cA>>8]+s[255&cA]+s[sA>>8]+s[255&sA]+s[iA>>8]+s[255&iA]+s[rA>>8]+s[255&rA]+s[tA>>8]+s[255&tA]+s[AA>>8]+s[255&AA]+s[_>>8]+s[255&_]+s[X>>8]+s[255&X]+s[K>>8]+s[255&K]+s[z>>8]+s[255&z]+s[O>>8]+s[255&O]+s[J>>8]+s[255&J]+s[P>>8]+s[255&P]+s[N>>8]+s[255&N]+s[R>>8]+s[255&R]+s[U>>8]+s[255&U]+s[k>>8]+s[255&k]+s[D>>8]+s[255&D]+s[Y>>8]+s[255&Y]+s[v>>8]+s[255&v]+s[y>>8]+s[255&y]+s[C>>8]+s[255&C]+s[w>>8]+s[255&w]+s[h>>8]+s[255&h]+s[d>>8]+s[255&d]+s[B>>8]+s[255&B]+s[c>>8]+s[255&c]+s[a>>8]+s[255&a]+s[o>>8]+s[255&o],1024)}function Z(A){var e,t,n=A.length,r=p[1024].offset,o=0,i=0|r[63],a=0,l=0|r[62],c=0,g=0|r[61],B=0,u=0|r[60],d=0,E=0|r[59],h=0,m=0|r[58],w=0,Q=0|r[57],C=0,I=0|r[56],y=0,M=0|r[55],v=0,F=0|r[54],Y=0,b=0|r[53],D=0,x=0|r[52],k=0,G=0|r[51],U=0,T=0|r[50],R=0,H=0|r[49],N=0,S=0|r[48],P=0,j=0|r[47],J=0,V=0|r[46],O=0,W=0|r[45],z=0,L=0|r[44],K=0,Z=0|r[43],X=0,q=0|r[42],_=0,$=0|r[41],AA=0,eA=0|r[40],tA=0,nA=0|r[39],rA=0,oA=0|r[38],iA=0,aA=0|r[37],sA=0,lA=0|r[36],cA=0,gA=0|r[35],BA=0,uA=0|r[34],pA=0,dA=0|r[33],fA=0,EA=0|r[32],hA=0,mA=0|r[31],wA=0,QA=0|r[30],CA=0,IA=0|r[29],yA=0,MA=0|r[28],vA=0,FA=0|r[27],YA=0,bA=0|r[26],DA=0,xA=0|r[25],kA=0,GA=0|r[24],UA=0,TA=0|r[23],RA=0,HA=0|r[22],NA=0,SA=0|r[21],PA=0,jA=0|r[20],JA=0,VA=0|r[19],OA=0,WA=0|r[18],zA=0,LA=0|r[17],KA=0,ZA=0|r[16],XA=0,qA=0|r[15],_A=0,$A=0|r[14],Ae=0,ee=0|r[13],te=0,ne=0|r[12],re=0,oe=0|r[11],ie=0,ae=0|r[10],se=0,le=0|r[9],ce=0,ge=0|r[8],Be=0,ue=0|r[7],pe=0,de=0|r[6],fe=0,Ee=0|r[5],he=0,me=0|r[4],we=0,Qe=0|r[3],Ce=0,Ie=0|r[2],ye=0,Me=0|r[1],ve=0,Fe=0|r[0];for(t=0;t>6|192)<<8,PA+=l<<8,JA+=g<<8,OA+=u<<8,zA+=E<<8,KA+=m<<8,XA+=Q<<8,_A+=I<<8,Ae+=M<<8,te+=F<<8,re+=b<<8,ie+=x<<8,se+=G<<8,ce+=T<<8,Be+=H<<8,pe+=S<<8,fe+=j<<8,he+=V<<8,we+=W<<8,Ce+=L<<8,ye+=Z<<8,ve+=q<<8,i=65535&(o=397*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),dA=65535&(pA+=BA>>>16),EA=65535&(fA+=pA>>>16),mA=65535&(hA+=fA>>>16),QA=65535&(wA+=hA>>>16),IA=65535&(CA+=wA>>>16),MA=65535&(yA+=CA>>>16),FA=65535&(vA+=yA>>>16),bA=65535&(YA+=vA>>>16),xA=65535&(DA+=YA>>>16),GA=65535&(kA+=DA>>>16),TA=65535&(UA+=kA>>>16),HA=65535&(RA+=UA>>>16),SA=65535&(NA+=RA>>>16),jA=65535&(PA+=NA>>>16),VA=65535&(JA+=PA>>>16),WA=65535&(OA+=JA>>>16),LA=65535&(zA+=OA>>>16),ZA=65535&(KA+=zA>>>16),qA=65535&(XA+=KA>>>16),$A=65535&(_A+=XA>>>16),ee=65535&(Ae+=_A>>>16),ne=65535&(te+=Ae>>>16),oe=65535&(re+=te>>>16),ae=65535&(ie+=re>>>16),le=65535&(se+=ie>>>16),ge=65535&(ce+=se>>>16),ue=65535&(Be+=ce>>>16),de=65535&(pe+=Be>>>16),Ee=65535&(fe+=pe>>>16),me=65535&(he+=fe>>>16),Qe=65535&(we+=he>>>16),Ie=65535&(Ce+=we>>>16),Fe=ve+((ye+=Ce>>>16)>>>16)&65535,Me=65535&ye,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,PA+=l<<8,JA+=g<<8,OA+=u<<8,zA+=E<<8,KA+=m<<8,XA+=Q<<8,_A+=I<<8,Ae+=M<<8,te+=F<<8,re+=b<<8,ie+=x<<8,se+=G<<8,ce+=T<<8,Be+=H<<8,pe+=S<<8,fe+=j<<8,he+=V<<8,we+=W<<8,Ce+=L<<8,ye+=Z<<8,i=65535&(o=397*i),Fe=(ve+=q<<8)+((ye+=(Ce+=(we+=(he+=(fe+=(pe+=(Be+=(ce+=(se+=(ie+=(re+=(te+=(Ae+=(_A+=(XA+=(KA+=(zA+=(OA+=(JA+=(PA+=(NA+=(RA+=(UA+=(kA+=(DA+=(YA+=(vA+=(yA+=(CA+=(wA+=(hA+=(fA+=(pA+=(BA+=(cA+=(sA+=(iA+=(rA+=(tA+=(AA+=(_+=(X+=(K+=(z+=(O+=(J+=(P+=(N+=(R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=397*(l=65535&a),c=397*(g=65535&c),B=397*(u=65535&B),d=397*(E=65535&d),h=397*(m=65535&h),w=397*(Q=65535&w),C=397*(I=65535&C),y=397*(M=65535&y),v=397*(F=65535&v),Y=397*(b=65535&Y),D=397*(x=65535&D),k=397*(G=65535&k),U=397*(T=65535&U),R=397*(H=65535&R),N=397*(S=65535&N),P=397*(j=65535&P),J=397*(V=65535&J),O=397*(W=65535&O),z=397*(L=65535&z),K=397*(Z=65535&K),X=397*(q=65535&X),_=397*($=65535&_),AA=397*(eA=65535&AA),tA=397*(nA=65535&tA),rA=397*(oA=65535&rA),iA=397*(aA=65535&iA),sA=397*(lA=65535&sA),cA=397*(gA=65535&cA),BA=397*(uA=65535&BA),pA=397*(dA=65535&pA),fA=397*(EA=65535&fA),hA=397*(mA=65535&hA),wA=397*(QA=65535&wA),CA=397*(IA=65535&CA),yA=397*(MA=65535&yA),vA=397*(FA=65535&vA),YA=397*(bA=65535&YA),DA=397*(xA=65535&DA),kA=397*(GA=65535&kA),UA=397*(TA=65535&UA),RA=397*(HA=65535&RA),NA=397*(SA=65535&NA),PA=397*(jA=65535&PA),JA=397*(VA=65535&JA),OA=397*(WA=65535&OA),zA=397*(LA=65535&zA),KA=397*(ZA=65535&KA),XA=397*(qA=65535&XA),_A=397*($A=65535&_A),Ae=397*(ee=65535&Ae),te=397*(ne=65535&te),re=397*(oe=65535&re),ie=397*(ae=65535&ie),se=397*(le=65535&se),ce=397*(ge=65535&ce),Be=397*(ue=65535&Be),pe=397*(de=65535&pe),fe=397*(Ee=65535&fe),he=397*(me=65535&he),we=397*(Qe=65535&we),Ce=397*(Ie=65535&Ce),ye=397*(Me=65535&ye),ve=397*Fe,NA+=(i^=e>>12&63|128)<<8,PA+=l<<8,JA+=g<<8,OA+=u<<8,zA+=E<<8,KA+=m<<8,XA+=Q<<8,_A+=I<<8,Ae+=M<<8,te+=F<<8,re+=b<<8,ie+=x<<8,se+=G<<8,ce+=T<<8,Be+=H<<8,pe+=S<<8,fe+=j<<8,he+=V<<8,we+=W<<8,Ce+=L<<8,ye+=Z<<8,i=65535&(o=397*i),Fe=(ve+=q<<8)+((ye+=(Ce+=(we+=(he+=(fe+=(pe+=(Be+=(ce+=(se+=(ie+=(re+=(te+=(Ae+=(_A+=(XA+=(KA+=(zA+=(OA+=(JA+=(PA+=(NA+=(RA+=(UA+=(kA+=(DA+=(YA+=(vA+=(yA+=(CA+=(wA+=(hA+=(fA+=(pA+=(BA+=(cA+=(sA+=(iA+=(rA+=(tA+=(AA+=(_+=(X+=(K+=(z+=(O+=(J+=(P+=(N+=(R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=397*(l=65535&a),c=397*(g=65535&c),B=397*(u=65535&B),d=397*(E=65535&d),h=397*(m=65535&h),w=397*(Q=65535&w),C=397*(I=65535&C),y=397*(M=65535&y),v=397*(F=65535&v),Y=397*(b=65535&Y),D=397*(x=65535&D),k=397*(G=65535&k),U=397*(T=65535&U),R=397*(H=65535&R),N=397*(S=65535&N),P=397*(j=65535&P),J=397*(V=65535&J),O=397*(W=65535&O),z=397*(L=65535&z),K=397*(Z=65535&K),X=397*(q=65535&X),_=397*($=65535&_),AA=397*(eA=65535&AA),tA=397*(nA=65535&tA),rA=397*(oA=65535&rA),iA=397*(aA=65535&iA),sA=397*(lA=65535&sA),cA=397*(gA=65535&cA),BA=397*(uA=65535&BA),pA=397*(dA=65535&pA),fA=397*(EA=65535&fA),hA=397*(mA=65535&hA),wA=397*(QA=65535&wA),CA=397*(IA=65535&CA),yA=397*(MA=65535&yA),vA=397*(FA=65535&vA),YA=397*(bA=65535&YA),DA=397*(xA=65535&DA),kA=397*(GA=65535&kA),UA=397*(TA=65535&UA),RA=397*(HA=65535&RA),NA=397*(SA=65535&NA),PA=397*(jA=65535&PA),JA=397*(VA=65535&JA),OA=397*(WA=65535&OA),zA=397*(LA=65535&zA),KA=397*(ZA=65535&KA),XA=397*(qA=65535&XA),_A=397*($A=65535&_A),Ae=397*(ee=65535&Ae),te=397*(ne=65535&te),re=397*(oe=65535&re),ie=397*(ae=65535&ie),se=397*(le=65535&se),ce=397*(ge=65535&ce),Be=397*(ue=65535&Be),pe=397*(de=65535&pe),fe=397*(Ee=65535&fe),he=397*(me=65535&he),we=397*(Qe=65535&we),Ce=397*(Ie=65535&Ce),ye=397*(Me=65535&ye),ve=397*Fe,NA+=(i^=e>>6&63|128)<<8,PA+=l<<8,JA+=g<<8,OA+=u<<8,zA+=E<<8,KA+=m<<8,XA+=Q<<8,_A+=I<<8,Ae+=M<<8,te+=F<<8,re+=b<<8,ie+=x<<8,se+=G<<8,ce+=T<<8,Be+=H<<8,pe+=S<<8,fe+=j<<8,he+=V<<8,we+=W<<8,Ce+=L<<8,ye+=Z<<8,ve+=q<<8,i=65535&(o=397*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),dA=65535&(pA+=BA>>>16),EA=65535&(fA+=pA>>>16),mA=65535&(hA+=fA>>>16),QA=65535&(wA+=hA>>>16),IA=65535&(CA+=wA>>>16),MA=65535&(yA+=CA>>>16),FA=65535&(vA+=yA>>>16),bA=65535&(YA+=vA>>>16),xA=65535&(DA+=YA>>>16),GA=65535&(kA+=DA>>>16),TA=65535&(UA+=kA>>>16),HA=65535&(RA+=UA>>>16),SA=65535&(NA+=RA>>>16),jA=65535&(PA+=NA>>>16),VA=65535&(JA+=PA>>>16),WA=65535&(OA+=JA>>>16),LA=65535&(zA+=OA>>>16),ZA=65535&(KA+=zA>>>16),qA=65535&(XA+=KA>>>16),$A=65535&(_A+=XA>>>16),ee=65535&(Ae+=_A>>>16),ne=65535&(te+=Ae>>>16),oe=65535&(re+=te>>>16),ae=65535&(ie+=re>>>16),le=65535&(se+=ie>>>16),ge=65535&(ce+=se>>>16),ue=65535&(Be+=ce>>>16),de=65535&(pe+=Be>>>16),Ee=65535&(fe+=pe>>>16),me=65535&(he+=fe>>>16),Qe=65535&(we+=he>>>16),Ie=65535&(Ce+=we>>>16),Fe=ve+((ye+=Ce>>>16)>>>16)&65535,Me=65535&ye,i^=63&e|128):(a=397*l,c=397*g,B=397*u,d=397*E,h=397*m,w=397*Q,C=397*I,y=397*M,v=397*F,Y=397*b,D=397*x,k=397*G,U=397*T,R=397*H,N=397*S,P=397*j,J=397*V,O=397*W,z=397*L,K=397*Z,X=397*q,_=397*$,AA=397*eA,tA=397*nA,rA=397*oA,iA=397*aA,sA=397*lA,cA=397*gA,BA=397*uA,pA=397*dA,fA=397*EA,hA=397*mA,wA=397*QA,CA=397*IA,yA=397*MA,vA=397*FA,YA=397*bA,DA=397*xA,kA=397*GA,UA=397*TA,RA=397*HA,NA=397*SA,PA=397*jA,JA=397*VA,OA=397*WA,zA=397*LA,KA=397*ZA,XA=397*qA,_A=397*$A,Ae=397*ee,te=397*ne,re=397*oe,ie=397*ae,se=397*le,ce=397*ge,Be=397*ue,pe=397*de,fe=397*Ee,he=397*me,we=397*Qe,Ce=397*Ie,ye=397*Me,ve=397*Fe,NA+=(i^=e>>12|224)<<8,PA+=l<<8,JA+=g<<8,OA+=u<<8,zA+=E<<8,KA+=m<<8,XA+=Q<<8,_A+=I<<8,Ae+=M<<8,te+=F<<8,re+=b<<8,ie+=x<<8,se+=G<<8,ce+=T<<8,Be+=H<<8,pe+=S<<8,fe+=j<<8,he+=V<<8,we+=W<<8,Ce+=L<<8,ye+=Z<<8,i=65535&(o=397*i),Fe=(ve+=q<<8)+((ye+=(Ce+=(we+=(he+=(fe+=(pe+=(Be+=(ce+=(se+=(ie+=(re+=(te+=(Ae+=(_A+=(XA+=(KA+=(zA+=(OA+=(JA+=(PA+=(NA+=(RA+=(UA+=(kA+=(DA+=(YA+=(vA+=(yA+=(CA+=(wA+=(hA+=(fA+=(pA+=(BA+=(cA+=(sA+=(iA+=(rA+=(tA+=(AA+=(_+=(X+=(K+=(z+=(O+=(J+=(P+=(N+=(R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=397*(l=65535&a),c=397*(g=65535&c),B=397*(u=65535&B),d=397*(E=65535&d),h=397*(m=65535&h),w=397*(Q=65535&w),C=397*(I=65535&C),y=397*(M=65535&y),v=397*(F=65535&v),Y=397*(b=65535&Y),D=397*(x=65535&D),k=397*(G=65535&k),U=397*(T=65535&U),R=397*(H=65535&R),N=397*(S=65535&N),P=397*(j=65535&P),J=397*(V=65535&J),O=397*(W=65535&O),z=397*(L=65535&z),K=397*(Z=65535&K),X=397*(q=65535&X),_=397*($=65535&_),AA=397*(eA=65535&AA),tA=397*(nA=65535&tA),rA=397*(oA=65535&rA),iA=397*(aA=65535&iA),sA=397*(lA=65535&sA),cA=397*(gA=65535&cA),BA=397*(uA=65535&BA),pA=397*(dA=65535&pA),fA=397*(EA=65535&fA),hA=397*(mA=65535&hA),wA=397*(QA=65535&wA),CA=397*(IA=65535&CA),yA=397*(MA=65535&yA),vA=397*(FA=65535&vA),YA=397*(bA=65535&YA),DA=397*(xA=65535&DA),kA=397*(GA=65535&kA),UA=397*(TA=65535&UA),RA=397*(HA=65535&RA),NA=397*(SA=65535&NA),PA=397*(jA=65535&PA),JA=397*(VA=65535&JA),OA=397*(WA=65535&OA),zA=397*(LA=65535&zA),KA=397*(ZA=65535&KA),XA=397*(qA=65535&XA),_A=397*($A=65535&_A),Ae=397*(ee=65535&Ae),te=397*(ne=65535&te),re=397*(oe=65535&re),ie=397*(ae=65535&ie),se=397*(le=65535&se),ce=397*(ge=65535&ce),Be=397*(ue=65535&Be),pe=397*(de=65535&pe),fe=397*(Ee=65535&fe),he=397*(me=65535&he),we=397*(Qe=65535&we),Ce=397*(Ie=65535&Ce),ye=397*(Me=65535&ye),ve=397*Fe,NA+=(i^=e>>6&63|128)<<8,PA+=l<<8,JA+=g<<8,OA+=u<<8,zA+=E<<8,KA+=m<<8,XA+=Q<<8,_A+=I<<8,Ae+=M<<8,te+=F<<8,re+=b<<8,ie+=x<<8,se+=G<<8,ce+=T<<8,Be+=H<<8,pe+=S<<8,fe+=j<<8,he+=V<<8,we+=W<<8,Ce+=L<<8,ye+=Z<<8,ve+=q<<8,i=65535&(o=397*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),dA=65535&(pA+=BA>>>16),EA=65535&(fA+=pA>>>16),mA=65535&(hA+=fA>>>16),QA=65535&(wA+=hA>>>16),IA=65535&(CA+=wA>>>16),MA=65535&(yA+=CA>>>16),FA=65535&(vA+=yA>>>16),bA=65535&(YA+=vA>>>16),xA=65535&(DA+=YA>>>16),GA=65535&(kA+=DA>>>16),TA=65535&(UA+=kA>>>16),HA=65535&(RA+=UA>>>16),SA=65535&(NA+=RA>>>16),jA=65535&(PA+=NA>>>16),VA=65535&(JA+=PA>>>16),WA=65535&(OA+=JA>>>16),LA=65535&(zA+=OA>>>16),ZA=65535&(KA+=zA>>>16),qA=65535&(XA+=KA>>>16),$A=65535&(_A+=XA>>>16),ee=65535&(Ae+=_A>>>16),ne=65535&(te+=Ae>>>16),oe=65535&(re+=te>>>16),ae=65535&(ie+=re>>>16),le=65535&(se+=ie>>>16),ge=65535&(ce+=se>>>16),ue=65535&(Be+=ce>>>16),de=65535&(pe+=Be>>>16),Ee=65535&(fe+=pe>>>16),me=65535&(he+=fe>>>16),Qe=65535&(we+=he>>>16),Ie=65535&(Ce+=we>>>16),Fe=ve+((ye+=Ce>>>16)>>>16)&65535,Me=65535&ye,i^=63&e|128),a=397*l,c=397*g,B=397*u,d=397*E,h=397*m,w=397*Q,C=397*I,y=397*M,v=397*F,Y=397*b,D=397*x,k=397*G,U=397*T,R=397*H,N=397*S,P=397*j,J=397*V,O=397*W,z=397*L,K=397*Z,X=397*q,_=397*$,AA=397*eA,tA=397*nA,rA=397*oA,iA=397*aA,sA=397*lA,cA=397*gA,BA=397*uA,pA=397*dA,fA=397*EA,hA=397*mA,wA=397*QA,CA=397*IA,yA=397*MA,vA=397*FA,YA=397*bA,DA=397*xA,kA=397*GA,UA=397*TA,RA=397*HA,NA=397*SA,PA=397*jA,JA=397*VA,OA=397*WA,zA=397*LA,KA=397*ZA,XA=397*qA,_A=397*$A,Ae=397*ee,te=397*ne,re=397*oe,ie=397*ae,se=397*le,ce=397*ge,Be=397*ue,pe=397*de,fe=397*Ee,he=397*me,we=397*Qe,Ce=397*Ie,ye=397*Me,ve=397*Fe,NA+=i<<8,PA+=l<<8,JA+=g<<8,OA+=u<<8,zA+=E<<8,KA+=m<<8,XA+=Q<<8,_A+=I<<8,Ae+=M<<8,te+=F<<8,re+=b<<8,ie+=x<<8,se+=G<<8,ce+=T<<8,Be+=H<<8,pe+=S<<8,fe+=j<<8,he+=V<<8,we+=W<<8,Ce+=L<<8,ye+=Z<<8,ve+=q<<8,i=65535&(o=397*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),dA=65535&(pA+=BA>>>16),EA=65535&(fA+=pA>>>16),mA=65535&(hA+=fA>>>16),QA=65535&(wA+=hA>>>16),IA=65535&(CA+=wA>>>16),MA=65535&(yA+=CA>>>16),FA=65535&(vA+=yA>>>16),bA=65535&(YA+=vA>>>16),xA=65535&(DA+=YA>>>16),GA=65535&(kA+=DA>>>16),TA=65535&(UA+=kA>>>16),HA=65535&(RA+=UA>>>16),SA=65535&(NA+=RA>>>16),jA=65535&(PA+=NA>>>16),VA=65535&(JA+=PA>>>16),WA=65535&(OA+=JA>>>16),LA=65535&(zA+=OA>>>16),ZA=65535&(KA+=zA>>>16),qA=65535&(XA+=KA>>>16),$A=65535&(_A+=XA>>>16),ee=65535&(Ae+=_A>>>16),ne=65535&(te+=Ae>>>16),oe=65535&(re+=te>>>16),ae=65535&(ie+=re>>>16),le=65535&(se+=ie>>>16),ge=65535&(ce+=se>>>16),ue=65535&(Be+=ce>>>16),de=65535&(pe+=Be>>>16),Ee=65535&(fe+=pe>>>16),me=65535&(he+=fe>>>16),Qe=65535&(we+=he>>>16),Ie=65535&(Ce+=we>>>16),Fe=ve+((ye+=Ce>>>16)>>>16)&65535,Me=65535&ye;return f(s[Fe>>8]+s[255&Fe]+s[Me>>8]+s[255&Me]+s[Ie>>8]+s[255&Ie]+s[Qe>>8]+s[255&Qe]+s[me>>8]+s[255&me]+s[Ee>>8]+s[255&Ee]+s[de>>8]+s[255&de]+s[ue>>8]+s[255&ue]+s[ge>>8]+s[255&ge]+s[le>>8]+s[255&le]+s[ae>>8]+s[255&ae]+s[oe>>8]+s[255&oe]+s[ne>>8]+s[255&ne]+s[ee>>8]+s[255&ee]+s[$A>>8]+s[255&$A]+s[qA>>8]+s[255&qA]+s[ZA>>8]+s[255&ZA]+s[LA>>8]+s[255&LA]+s[WA>>8]+s[255&WA]+s[VA>>8]+s[255&VA]+s[jA>>8]+s[255&jA]+s[SA>>8]+s[255&SA]+s[HA>>8]+s[255&HA]+s[TA>>8]+s[255&TA]+s[GA>>8]+s[255&GA]+s[xA>>8]+s[255&xA]+s[bA>>8]+s[255&bA]+s[FA>>8]+s[255&FA]+s[MA>>8]+s[255&MA]+s[IA>>8]+s[255&IA]+s[QA>>8]+s[255&QA]+s[mA>>8]+s[255&mA]+s[EA>>8]+s[255&EA]+s[dA>>8]+s[255&dA]+s[uA>>8]+s[255&uA]+s[gA>>8]+s[255&gA]+s[lA>>8]+s[255&lA]+s[aA>>8]+s[255&aA]+s[oA>>8]+s[255&oA]+s[nA>>8]+s[255&nA]+s[eA>>8]+s[255&eA]+s[$>>8]+s[255&$]+s[q>>8]+s[255&q]+s[Z>>8]+s[255&Z]+s[L>>8]+s[255&L]+s[W>>8]+s[255&W]+s[V>>8]+s[255&V]+s[j>>8]+s[255&j]+s[S>>8]+s[255&S]+s[H>>8]+s[255&H]+s[T>>8]+s[255&T]+s[G>>8]+s[255&G]+s[x>>8]+s[255&x]+s[b>>8]+s[255&b]+s[F>>8]+s[255&F]+s[M>>8]+s[255&M]+s[I>>8]+s[255&I]+s[Q>>8]+s[255&Q]+s[m>>8]+s[255&m]+s[E>>8]+s[255&E]+s[u>>8]+s[255&u]+s[g>>8]+s[255&g]+s[l>>8]+s[255&l]+s[i>>8]+s[255&i],1024)}function X(A){var e,t,n=A.length,r=p[1024].offset,o=0,i=0|r[63],a=0,l=0|r[62],c=0,g=0|r[61],B=0,u=0|r[60],d=0,E=0|r[59],h=0,m=0|r[58],w=0,Q=0|r[57],C=0,I=0|r[56],y=0,M=0|r[55],v=0,F=0|r[54],Y=0,b=0|r[53],D=0,x=0|r[52],k=0,G=0|r[51],U=0,T=0|r[50],R=0,H=0|r[49],N=0,S=0|r[48],P=0,j=0|r[47],J=0,V=0|r[46],O=0,W=0|r[45],z=0,L=0|r[44],K=0,Z=0|r[43],X=0,q=0|r[42],_=0,$=0|r[41],AA=0,eA=0|r[40],tA=0,nA=0|r[39],rA=0,oA=0|r[38],iA=0,aA=0|r[37],sA=0,lA=0|r[36],cA=0,gA=0|r[35],BA=0,uA=0|r[34],pA=0,dA=0|r[33],fA=0,EA=0|r[32],hA=0,mA=0|r[31],wA=0,QA=0|r[30],CA=0,IA=0|r[29],yA=0,MA=0|r[28],vA=0,FA=0|r[27],YA=0,bA=0|r[26],DA=0,xA=0|r[25],kA=0,GA=0|r[24],UA=0,TA=0|r[23],RA=0,HA=0|r[22],NA=0,SA=0|r[21],PA=0,jA=0|r[20],JA=0,VA=0|r[19],OA=0,WA=0|r[18],zA=0,LA=0|r[17],KA=0,ZA=0|r[16],XA=0,qA=0|r[15],_A=0,$A=0|r[14],Ae=0,ee=0|r[13],te=0,ne=0|r[12],re=0,oe=0|r[11],ie=0,ae=0|r[10],se=0,le=0|r[9],ce=0,ge=0|r[8],Be=0,ue=0|r[7],pe=0,de=0|r[6],fe=0,Ee=0|r[5],he=0,me=0|r[4],we=0,Qe=0|r[3],Ce=0,Ie=0|r[2],ye=0,Me=0|r[1],ve=0,Fe=0|r[0];for(t=0;t>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),dA=65535&(pA+=BA>>>16),EA=65535&(fA+=pA>>>16),mA=65535&(hA+=fA>>>16),QA=65535&(wA+=hA>>>16),IA=65535&(CA+=wA>>>16),MA=65535&(yA+=CA>>>16),FA=65535&(vA+=yA>>>16),bA=65535&(YA+=vA>>>16),xA=65535&(DA+=YA>>>16),GA=65535&(kA+=DA>>>16),TA=65535&(UA+=kA>>>16),HA=65535&(RA+=UA>>>16),SA=65535&(NA+=RA>>>16),jA=65535&(PA+=NA>>>16),VA=65535&(JA+=PA>>>16),WA=65535&(OA+=JA>>>16),LA=65535&(zA+=OA>>>16),ZA=65535&(KA+=zA>>>16),qA=65535&(XA+=KA>>>16),$A=65535&(_A+=XA>>>16),ee=65535&(Ae+=_A>>>16),ne=65535&(te+=Ae>>>16),oe=65535&(re+=te>>>16),ae=65535&(ie+=re>>>16),le=65535&(se+=ie>>>16),ge=65535&(ce+=se>>>16),ue=65535&(Be+=ce>>>16),de=65535&(pe+=Be>>>16),Ee=65535&(fe+=pe>>>16),me=65535&(he+=fe>>>16),Qe=65535&(we+=he>>>16),Ie=65535&(Ce+=we>>>16),Fe=ve+((ye+=Ce>>>16)>>>16)&65535,Me=65535&ye,(e=A.charCodeAt(t))<128?i^=e:e<2048?(a=397*l,c=397*g,B=397*u,d=397*E,h=397*m,w=397*Q,C=397*I,y=397*M,v=397*F,Y=397*b,D=397*x,k=397*G,U=397*T,R=397*H,N=397*S,P=397*j,J=397*V,O=397*W,z=397*L,K=397*Z,X=397*q,_=397*$,AA=397*eA,tA=397*nA,rA=397*oA,iA=397*aA,sA=397*lA,cA=397*gA,BA=397*uA,pA=397*dA,fA=397*EA,hA=397*mA,wA=397*QA,CA=397*IA,yA=397*MA,vA=397*FA,YA=397*bA,DA=397*xA,kA=397*GA,UA=397*TA,RA=397*HA,NA=397*SA,PA=397*jA,JA=397*VA,OA=397*WA,zA=397*LA,KA=397*ZA,XA=397*qA,_A=397*$A,Ae=397*ee,te=397*ne,re=397*oe,ie=397*ae,se=397*le,ce=397*ge,Be=397*ue,pe=397*de,fe=397*Ee,he=397*me,we=397*Qe,Ce=397*Ie,ye=397*Me,ve=397*Fe,NA+=(i^=e>>6|192)<<8,PA+=l<<8,JA+=g<<8,OA+=u<<8,zA+=E<<8,KA+=m<<8,XA+=Q<<8,_A+=I<<8,Ae+=M<<8,te+=F<<8,re+=b<<8,ie+=x<<8,se+=G<<8,ce+=T<<8,Be+=H<<8,pe+=S<<8,fe+=j<<8,he+=V<<8,we+=W<<8,Ce+=L<<8,ye+=Z<<8,ve+=q<<8,i=65535&(o=397*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),dA=65535&(pA+=BA>>>16),EA=65535&(fA+=pA>>>16),mA=65535&(hA+=fA>>>16),QA=65535&(wA+=hA>>>16),IA=65535&(CA+=wA>>>16),MA=65535&(yA+=CA>>>16),FA=65535&(vA+=yA>>>16),bA=65535&(YA+=vA>>>16),xA=65535&(DA+=YA>>>16),GA=65535&(kA+=DA>>>16),TA=65535&(UA+=kA>>>16),HA=65535&(RA+=UA>>>16),SA=65535&(NA+=RA>>>16),jA=65535&(PA+=NA>>>16),VA=65535&(JA+=PA>>>16),WA=65535&(OA+=JA>>>16),LA=65535&(zA+=OA>>>16),ZA=65535&(KA+=zA>>>16),qA=65535&(XA+=KA>>>16),$A=65535&(_A+=XA>>>16),ee=65535&(Ae+=_A>>>16),ne=65535&(te+=Ae>>>16),oe=65535&(re+=te>>>16),ae=65535&(ie+=re>>>16),le=65535&(se+=ie>>>16),ge=65535&(ce+=se>>>16),ue=65535&(Be+=ce>>>16),de=65535&(pe+=Be>>>16),Ee=65535&(fe+=pe>>>16),me=65535&(he+=fe>>>16),Qe=65535&(we+=he>>>16),Ie=65535&(Ce+=we>>>16),Fe=ve+((ye+=Ce>>>16)>>>16)&65535,Me=65535&ye,i^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,PA+=l<<8,JA+=g<<8,OA+=u<<8,zA+=E<<8,KA+=m<<8,XA+=Q<<8,_A+=I<<8,Ae+=M<<8,te+=F<<8,re+=b<<8,ie+=x<<8,se+=G<<8,ce+=T<<8,Be+=H<<8,pe+=S<<8,fe+=j<<8,he+=V<<8,we+=W<<8,Ce+=L<<8,ye+=Z<<8,i=65535&(o=397*i),Fe=(ve+=q<<8)+((ye+=(Ce+=(we+=(he+=(fe+=(pe+=(Be+=(ce+=(se+=(ie+=(re+=(te+=(Ae+=(_A+=(XA+=(KA+=(zA+=(OA+=(JA+=(PA+=(NA+=(RA+=(UA+=(kA+=(DA+=(YA+=(vA+=(yA+=(CA+=(wA+=(hA+=(fA+=(pA+=(BA+=(cA+=(sA+=(iA+=(rA+=(tA+=(AA+=(_+=(X+=(K+=(z+=(O+=(J+=(P+=(N+=(R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=397*(l=65535&a),c=397*(g=65535&c),B=397*(u=65535&B),d=397*(E=65535&d),h=397*(m=65535&h),w=397*(Q=65535&w),C=397*(I=65535&C),y=397*(M=65535&y),v=397*(F=65535&v),Y=397*(b=65535&Y),D=397*(x=65535&D),k=397*(G=65535&k),U=397*(T=65535&U),R=397*(H=65535&R),N=397*(S=65535&N),P=397*(j=65535&P),J=397*(V=65535&J),O=397*(W=65535&O),z=397*(L=65535&z),K=397*(Z=65535&K),X=397*(q=65535&X),_=397*($=65535&_),AA=397*(eA=65535&AA),tA=397*(nA=65535&tA),rA=397*(oA=65535&rA),iA=397*(aA=65535&iA),sA=397*(lA=65535&sA),cA=397*(gA=65535&cA),BA=397*(uA=65535&BA),pA=397*(dA=65535&pA),fA=397*(EA=65535&fA),hA=397*(mA=65535&hA),wA=397*(QA=65535&wA),CA=397*(IA=65535&CA),yA=397*(MA=65535&yA),vA=397*(FA=65535&vA),YA=397*(bA=65535&YA),DA=397*(xA=65535&DA),kA=397*(GA=65535&kA),UA=397*(TA=65535&UA),RA=397*(HA=65535&RA),NA=397*(SA=65535&NA),PA=397*(jA=65535&PA),JA=397*(VA=65535&JA),OA=397*(WA=65535&OA),zA=397*(LA=65535&zA),KA=397*(ZA=65535&KA),XA=397*(qA=65535&XA),_A=397*($A=65535&_A),Ae=397*(ee=65535&Ae),te=397*(ne=65535&te),re=397*(oe=65535&re),ie=397*(ae=65535&ie),se=397*(le=65535&se),ce=397*(ge=65535&ce),Be=397*(ue=65535&Be),pe=397*(de=65535&pe),fe=397*(Ee=65535&fe),he=397*(me=65535&he),we=397*(Qe=65535&we),Ce=397*(Ie=65535&Ce),ye=397*(Me=65535&ye),ve=397*Fe,NA+=(i^=e>>12&63|128)<<8,PA+=l<<8,JA+=g<<8,OA+=u<<8,zA+=E<<8,KA+=m<<8,XA+=Q<<8,_A+=I<<8,Ae+=M<<8,te+=F<<8,re+=b<<8,ie+=x<<8,se+=G<<8,ce+=T<<8,Be+=H<<8,pe+=S<<8,fe+=j<<8,he+=V<<8,we+=W<<8,Ce+=L<<8,ye+=Z<<8,i=65535&(o=397*i),Fe=(ve+=q<<8)+((ye+=(Ce+=(we+=(he+=(fe+=(pe+=(Be+=(ce+=(se+=(ie+=(re+=(te+=(Ae+=(_A+=(XA+=(KA+=(zA+=(OA+=(JA+=(PA+=(NA+=(RA+=(UA+=(kA+=(DA+=(YA+=(vA+=(yA+=(CA+=(wA+=(hA+=(fA+=(pA+=(BA+=(cA+=(sA+=(iA+=(rA+=(tA+=(AA+=(_+=(X+=(K+=(z+=(O+=(J+=(P+=(N+=(R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=397*(l=65535&a),c=397*(g=65535&c),B=397*(u=65535&B),d=397*(E=65535&d),h=397*(m=65535&h),w=397*(Q=65535&w),C=397*(I=65535&C),y=397*(M=65535&y),v=397*(F=65535&v),Y=397*(b=65535&Y),D=397*(x=65535&D),k=397*(G=65535&k),U=397*(T=65535&U),R=397*(H=65535&R),N=397*(S=65535&N),P=397*(j=65535&P),J=397*(V=65535&J),O=397*(W=65535&O),z=397*(L=65535&z),K=397*(Z=65535&K),X=397*(q=65535&X),_=397*($=65535&_),AA=397*(eA=65535&AA),tA=397*(nA=65535&tA),rA=397*(oA=65535&rA),iA=397*(aA=65535&iA),sA=397*(lA=65535&sA),cA=397*(gA=65535&cA),BA=397*(uA=65535&BA),pA=397*(dA=65535&pA),fA=397*(EA=65535&fA),hA=397*(mA=65535&hA),wA=397*(QA=65535&wA),CA=397*(IA=65535&CA),yA=397*(MA=65535&yA),vA=397*(FA=65535&vA),YA=397*(bA=65535&YA),DA=397*(xA=65535&DA),kA=397*(GA=65535&kA),UA=397*(TA=65535&UA),RA=397*(HA=65535&RA),NA=397*(SA=65535&NA),PA=397*(jA=65535&PA),JA=397*(VA=65535&JA),OA=397*(WA=65535&OA),zA=397*(LA=65535&zA),KA=397*(ZA=65535&KA),XA=397*(qA=65535&XA),_A=397*($A=65535&_A),Ae=397*(ee=65535&Ae),te=397*(ne=65535&te),re=397*(oe=65535&re),ie=397*(ae=65535&ie),se=397*(le=65535&se),ce=397*(ge=65535&ce),Be=397*(ue=65535&Be),pe=397*(de=65535&pe),fe=397*(Ee=65535&fe),he=397*(me=65535&he),we=397*(Qe=65535&we),Ce=397*(Ie=65535&Ce),ye=397*(Me=65535&ye),ve=397*Fe,NA+=(i^=e>>6&63|128)<<8,PA+=l<<8,JA+=g<<8,OA+=u<<8,zA+=E<<8,KA+=m<<8,XA+=Q<<8,_A+=I<<8,Ae+=M<<8,te+=F<<8,re+=b<<8,ie+=x<<8,se+=G<<8,ce+=T<<8,Be+=H<<8,pe+=S<<8,fe+=j<<8,he+=V<<8,we+=W<<8,Ce+=L<<8,ye+=Z<<8,ve+=q<<8,i=65535&(o=397*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),dA=65535&(pA+=BA>>>16),EA=65535&(fA+=pA>>>16),mA=65535&(hA+=fA>>>16),QA=65535&(wA+=hA>>>16),IA=65535&(CA+=wA>>>16),MA=65535&(yA+=CA>>>16),FA=65535&(vA+=yA>>>16),bA=65535&(YA+=vA>>>16),xA=65535&(DA+=YA>>>16),GA=65535&(kA+=DA>>>16),TA=65535&(UA+=kA>>>16),HA=65535&(RA+=UA>>>16),SA=65535&(NA+=RA>>>16),jA=65535&(PA+=NA>>>16),VA=65535&(JA+=PA>>>16),WA=65535&(OA+=JA>>>16),LA=65535&(zA+=OA>>>16),ZA=65535&(KA+=zA>>>16),qA=65535&(XA+=KA>>>16),$A=65535&(_A+=XA>>>16),ee=65535&(Ae+=_A>>>16),ne=65535&(te+=Ae>>>16),oe=65535&(re+=te>>>16),ae=65535&(ie+=re>>>16),le=65535&(se+=ie>>>16),ge=65535&(ce+=se>>>16),ue=65535&(Be+=ce>>>16),de=65535&(pe+=Be>>>16),Ee=65535&(fe+=pe>>>16),me=65535&(he+=fe>>>16),Qe=65535&(we+=he>>>16),Ie=65535&(Ce+=we>>>16),Fe=ve+((ye+=Ce>>>16)>>>16)&65535,Me=65535&ye,i^=63&e|128):(a=397*l,c=397*g,B=397*u,d=397*E,h=397*m,w=397*Q,C=397*I,y=397*M,v=397*F,Y=397*b,D=397*x,k=397*G,U=397*T,R=397*H,N=397*S,P=397*j,J=397*V,O=397*W,z=397*L,K=397*Z,X=397*q,_=397*$,AA=397*eA,tA=397*nA,rA=397*oA,iA=397*aA,sA=397*lA,cA=397*gA,BA=397*uA,pA=397*dA,fA=397*EA,hA=397*mA,wA=397*QA,CA=397*IA,yA=397*MA,vA=397*FA,YA=397*bA,DA=397*xA,kA=397*GA,UA=397*TA,RA=397*HA,NA=397*SA,PA=397*jA,JA=397*VA,OA=397*WA,zA=397*LA,KA=397*ZA,XA=397*qA,_A=397*$A,Ae=397*ee,te=397*ne,re=397*oe,ie=397*ae,se=397*le,ce=397*ge,Be=397*ue,pe=397*de,fe=397*Ee,he=397*me,we=397*Qe,Ce=397*Ie,ye=397*Me,ve=397*Fe,NA+=(i^=e>>12|224)<<8,PA+=l<<8,JA+=g<<8,OA+=u<<8,zA+=E<<8,KA+=m<<8,XA+=Q<<8,_A+=I<<8,Ae+=M<<8,te+=F<<8,re+=b<<8,ie+=x<<8,se+=G<<8,ce+=T<<8,Be+=H<<8,pe+=S<<8,fe+=j<<8,he+=V<<8,we+=W<<8,Ce+=L<<8,ye+=Z<<8,i=65535&(o=397*i),Fe=(ve+=q<<8)+((ye+=(Ce+=(we+=(he+=(fe+=(pe+=(Be+=(ce+=(se+=(ie+=(re+=(te+=(Ae+=(_A+=(XA+=(KA+=(zA+=(OA+=(JA+=(PA+=(NA+=(RA+=(UA+=(kA+=(DA+=(YA+=(vA+=(yA+=(CA+=(wA+=(hA+=(fA+=(pA+=(BA+=(cA+=(sA+=(iA+=(rA+=(tA+=(AA+=(_+=(X+=(K+=(z+=(O+=(J+=(P+=(N+=(R+=(U+=(k+=(D+=(Y+=(v+=(y+=(C+=(w+=(h+=(d+=(B+=(c+=(a+=o>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)>>>16)&65535,a=397*(l=65535&a),c=397*(g=65535&c),B=397*(u=65535&B),d=397*(E=65535&d),h=397*(m=65535&h),w=397*(Q=65535&w),C=397*(I=65535&C),y=397*(M=65535&y),v=397*(F=65535&v),Y=397*(b=65535&Y),D=397*(x=65535&D),k=397*(G=65535&k),U=397*(T=65535&U),R=397*(H=65535&R),N=397*(S=65535&N),P=397*(j=65535&P),J=397*(V=65535&J),O=397*(W=65535&O),z=397*(L=65535&z),K=397*(Z=65535&K),X=397*(q=65535&X),_=397*($=65535&_),AA=397*(eA=65535&AA),tA=397*(nA=65535&tA),rA=397*(oA=65535&rA),iA=397*(aA=65535&iA),sA=397*(lA=65535&sA),cA=397*(gA=65535&cA),BA=397*(uA=65535&BA),pA=397*(dA=65535&pA),fA=397*(EA=65535&fA),hA=397*(mA=65535&hA),wA=397*(QA=65535&wA),CA=397*(IA=65535&CA),yA=397*(MA=65535&yA),vA=397*(FA=65535&vA),YA=397*(bA=65535&YA),DA=397*(xA=65535&DA),kA=397*(GA=65535&kA),UA=397*(TA=65535&UA),RA=397*(HA=65535&RA),NA=397*(SA=65535&NA),PA=397*(jA=65535&PA),JA=397*(VA=65535&JA),OA=397*(WA=65535&OA),zA=397*(LA=65535&zA),KA=397*(ZA=65535&KA),XA=397*(qA=65535&XA),_A=397*($A=65535&_A),Ae=397*(ee=65535&Ae),te=397*(ne=65535&te),re=397*(oe=65535&re),ie=397*(ae=65535&ie),se=397*(le=65535&se),ce=397*(ge=65535&ce),Be=397*(ue=65535&Be),pe=397*(de=65535&pe),fe=397*(Ee=65535&fe),he=397*(me=65535&he),we=397*(Qe=65535&we),Ce=397*(Ie=65535&Ce),ye=397*(Me=65535&ye),ve=397*Fe,NA+=(i^=e>>6&63|128)<<8,PA+=l<<8,JA+=g<<8,OA+=u<<8,zA+=E<<8,KA+=m<<8,XA+=Q<<8,_A+=I<<8,Ae+=M<<8,te+=F<<8,re+=b<<8,ie+=x<<8,se+=G<<8,ce+=T<<8,Be+=H<<8,pe+=S<<8,fe+=j<<8,he+=V<<8,we+=W<<8,Ce+=L<<8,ye+=Z<<8,ve+=q<<8,i=65535&(o=397*i),l=65535&(a+=o>>>16),g=65535&(c+=a>>>16),u=65535&(B+=c>>>16),E=65535&(d+=B>>>16),m=65535&(h+=d>>>16),Q=65535&(w+=h>>>16),I=65535&(C+=w>>>16),M=65535&(y+=C>>>16),F=65535&(v+=y>>>16),b=65535&(Y+=v>>>16),x=65535&(D+=Y>>>16),G=65535&(k+=D>>>16),T=65535&(U+=k>>>16),H=65535&(R+=U>>>16),S=65535&(N+=R>>>16),j=65535&(P+=N>>>16),V=65535&(J+=P>>>16),W=65535&(O+=J>>>16),L=65535&(z+=O>>>16),Z=65535&(K+=z>>>16),q=65535&(X+=K>>>16),$=65535&(_+=X>>>16),eA=65535&(AA+=_>>>16),nA=65535&(tA+=AA>>>16),oA=65535&(rA+=tA>>>16),aA=65535&(iA+=rA>>>16),lA=65535&(sA+=iA>>>16),gA=65535&(cA+=sA>>>16),uA=65535&(BA+=cA>>>16),dA=65535&(pA+=BA>>>16),EA=65535&(fA+=pA>>>16),mA=65535&(hA+=fA>>>16),QA=65535&(wA+=hA>>>16),IA=65535&(CA+=wA>>>16),MA=65535&(yA+=CA>>>16),FA=65535&(vA+=yA>>>16),bA=65535&(YA+=vA>>>16),xA=65535&(DA+=YA>>>16),GA=65535&(kA+=DA>>>16),TA=65535&(UA+=kA>>>16),HA=65535&(RA+=UA>>>16),SA=65535&(NA+=RA>>>16),jA=65535&(PA+=NA>>>16),VA=65535&(JA+=PA>>>16),WA=65535&(OA+=JA>>>16),LA=65535&(zA+=OA>>>16),ZA=65535&(KA+=zA>>>16),qA=65535&(XA+=KA>>>16),$A=65535&(_A+=XA>>>16),ee=65535&(Ae+=_A>>>16),ne=65535&(te+=Ae>>>16),oe=65535&(re+=te>>>16),ae=65535&(ie+=re>>>16),le=65535&(se+=ie>>>16),ge=65535&(ce+=se>>>16),ue=65535&(Be+=ce>>>16),de=65535&(pe+=Be>>>16),Ee=65535&(fe+=pe>>>16),me=65535&(he+=fe>>>16),Qe=65535&(we+=he>>>16),Ie=65535&(Ce+=we>>>16),Fe=ve+((ye+=Ce>>>16)>>>16)&65535,Me=65535&ye,i^=63&e|128);return f(s[Fe>>8]+s[255&Fe]+s[Me>>8]+s[255&Me]+s[Ie>>8]+s[255&Ie]+s[Qe>>8]+s[255&Qe]+s[me>>8]+s[255&me]+s[Ee>>8]+s[255&Ee]+s[de>>8]+s[255&de]+s[ue>>8]+s[255&ue]+s[ge>>8]+s[255&ge]+s[le>>8]+s[255&le]+s[ae>>8]+s[255&ae]+s[oe>>8]+s[255&oe]+s[ne>>8]+s[255&ne]+s[ee>>8]+s[255&ee]+s[$A>>8]+s[255&$A]+s[qA>>8]+s[255&qA]+s[ZA>>8]+s[255&ZA]+s[LA>>8]+s[255&LA]+s[WA>>8]+s[255&WA]+s[VA>>8]+s[255&VA]+s[jA>>8]+s[255&jA]+s[SA>>8]+s[255&SA]+s[HA>>8]+s[255&HA]+s[TA>>8]+s[255&TA]+s[GA>>8]+s[255&GA]+s[xA>>8]+s[255&xA]+s[bA>>8]+s[255&bA]+s[FA>>8]+s[255&FA]+s[MA>>8]+s[255&MA]+s[IA>>8]+s[255&IA]+s[QA>>8]+s[255&QA]+s[mA>>8]+s[255&mA]+s[EA>>8]+s[255&EA]+s[dA>>8]+s[255&dA]+s[uA>>8]+s[255&uA]+s[gA>>8]+s[255&gA]+s[lA>>8]+s[255&lA]+s[aA>>8]+s[255&aA]+s[oA>>8]+s[255&oA]+s[nA>>8]+s[255&nA]+s[eA>>8]+s[255&eA]+s[$>>8]+s[255&$]+s[q>>8]+s[255&q]+s[Z>>8]+s[255&Z]+s[L>>8]+s[255&L]+s[W>>8]+s[255&W]+s[V>>8]+s[255&V]+s[j>>8]+s[255&j]+s[S>>8]+s[255&S]+s[H>>8]+s[255&H]+s[T>>8]+s[255&T]+s[G>>8]+s[255&G]+s[x>>8]+s[255&x]+s[b>>8]+s[255&b]+s[F>>8]+s[255&F]+s[M>>8]+s[255&M]+s[I>>8]+s[255&I]+s[Q>>8]+s[255&Q]+s[m>>8]+s[255&m]+s[E>>8]+s[255&E]+s[u>>8]+s[255&u]+s[g>>8]+s[255&g]+s[l>>8]+s[255&l]+s[i>>8]+s[255&i],1024)}return e=I,t=F,n=x,r=T,o=S,i=V,a=L,w("1a"),Q(!1),C(),{hash:m,setKeyspace:function(A){if(52!==A&&!p[A])throw new Error("Supported FNV keyspacs: 32, 52, 64, 128, 256, 512, and 1024 bit");u=A},version:w,useUTF8:Q,seed:C,fast1a32:function(A){var e,t=A.length-3,n=0,r=40389,o=0,i=33052;for(e=0;e>>16)&65535),o+=(r^=A.charCodeAt(e++))<<8,r=65535&(n=403*r),o=403*(i=o+(n>>>16)&65535),o+=(r^=A.charCodeAt(e++))<<8,r=65535&(n=403*r),o=403*(i=o+(n>>>16)&65535),i=(o+=(r^=A.charCodeAt(e++))<<8)+((n=403*r)>>>16)&65535,r=65535&n;for(;e>>16)&65535,r=65535&n;return(i<<16>>>0)+r},fast1a32hex:function(A){var e,t=A.length-3,n=0,r=40389,o=0,i=33052;for(e=0;e>>16)&65535),o+=(r^=A.charCodeAt(e++))<<8,r=65535&(n=403*r),o=403*(i=o+(n>>>16)&65535),o+=(r^=A.charCodeAt(e++))<<8,r=65535&(n=403*r),o=403*(i=o+(n>>>16)&65535),i=(o+=(r^=A.charCodeAt(e++))<<8)+((n=403*r)>>>16)&65535,r=65535&n;for(;e>>16)&65535,r=65535&n;return s[i>>>8&255]+s[255&i]+s[r>>>8&255]+s[255&r]},fast1a52:function(A){var e,t=A.length-3,n=0,r=8997,o=0,i=33826,a=0,s=40164,l=0,c=52210;for(e=0;e>>16)>>>16)>>>16)&65535,o=435*(i=65535&o),a=435*(s=65535&a),l=435*c,a+=(r^=A.charCodeAt(e++))<<8,r=65535&(n=435*r),c=(l+=i<<8)+((a+=(o+=n>>>16)>>>16)>>>16)&65535,o=435*(i=65535&o),a=435*(s=65535&a),l=435*c,a+=(r^=A.charCodeAt(e++))<<8,r=65535&(n=435*r),c=(l+=i<<8)+((a+=(o+=n>>>16)>>>16)>>>16)&65535,o=435*(i=65535&o),a=435*(s=65535&a),l=435*c,a+=(r^=A.charCodeAt(e++))<<8,l+=i<<8,r=65535&(n=435*r),i=65535&(o+=n>>>16),c=l+((a+=o>>>16)>>>16)&65535,s=65535&a;for(;e>>16),c=l+((a+=o>>>16)>>>16)&65535,s=65535&a;return 281474976710656*(15&c)+4294967296*s+65536*i+(r^c>>4)},fast1a52hex:function(A){var e,t=A.length-3,n=0,r=8997,o=0,i=33826,a=0,c=40164,g=0,B=52210;for(e=0;e>>16)>>>16)>>>16)&65535,o=435*(i=65535&o),a=435*(c=65535&a),g=435*B,a+=(r^=A.charCodeAt(e++))<<8,r=65535&(n=435*r),B=(g+=i<<8)+((a+=(o+=n>>>16)>>>16)>>>16)&65535,o=435*(i=65535&o),a=435*(c=65535&a),g=435*B,a+=(r^=A.charCodeAt(e++))<<8,r=65535&(n=435*r),B=(g+=i<<8)+((a+=(o+=n>>>16)>>>16)>>>16)&65535,o=435*(i=65535&o),a=435*(c=65535&a),g=435*B,a+=(r^=A.charCodeAt(e++))<<8,g+=i<<8,r=65535&(n=435*r),i=65535&(o+=n>>>16),B=g+((a+=o>>>16)>>>16)&65535,c=65535&a;for(;e>>16),B=g+((a+=o>>>16)>>>16)&65535,c=65535&a;return l[15&B]+s[c>>8]+s[255&c]+s[i>>8]+s[255&i]+s[r>>8^B>>12]+s[255&(r^B>>4)]},fast1a64:function(A){var e,t=A.length-3,n=0,r=8997,o=0,i=33826,a=0,l=40164,c=0,g=52210;for(e=0;e>>16)>>>16)>>>16)&65535,o=435*(i=65535&o),a=435*(l=65535&a),c=435*g,a+=(r^=A.charCodeAt(e++))<<8,r=65535&(n=435*r),g=(c+=i<<8)+((a+=(o+=n>>>16)>>>16)>>>16)&65535,o=435*(i=65535&o),a=435*(l=65535&a),c=435*g,a+=(r^=A.charCodeAt(e++))<<8,r=65535&(n=435*r),g=(c+=i<<8)+((a+=(o+=n>>>16)>>>16)>>>16)&65535,o=435*(i=65535&o),a=435*(l=65535&a),c=435*g,a+=(r^=A.charCodeAt(e++))<<8,c+=i<<8,r=65535&(n=435*r),i=65535&(o+=n>>>16),g=c+((a+=o>>>16)>>>16)&65535,l=65535&a;for(;e>>16),g=c+((a+=o>>>16)>>>16)&65535,l=65535&a;return s[g>>8]+s[255&g]+s[l>>8]+s[255&l]+s[i>>8]+s[255&i]+s[r>>8]+s[255&r]},fast1a32utf:function(A){var e,t,n=A.length,r=0,o=40389,i=0,a=33052;for(t=0;t>6|192)<<8)+((r=403*o)>>>16)&65535,o=65535&r,o^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,o=65535&(r=403*o),i=403*(a=i+(r>>>16)&65535),i+=(o^=e>>12&63|128)<<8,o=65535&(r=403*o),i=403*(a=i+(r>>>16)&65535),a=(i+=(o^=e>>6&63|128)<<8)+((r=403*o)>>>16)&65535,o=65535&r,o^=63&e|128):(i=403*a,i+=(o^=e>>12|224)<<8,o=65535&(r=403*o),i=403*(a=i+(r>>>16)&65535),a=(i+=(o^=e>>6&63|128)<<8)+((r=403*o)>>>16)&65535,o=65535&r,o^=63&e|128),i=403*a,a=(i+=o<<8)+((r=403*o)>>>16)&65535,o=65535&r;return(a<<16>>>0)+o},fast1a32hexutf:function(A){var e,t,n=A.length,r=0,o=40389,i=0,a=33052;for(t=0;t>6|192)<<8)+((r=403*o)>>>16)&65535,o=65535&r,o^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,o=65535&(r=403*o),i=403*(a=i+(r>>>16)&65535),i+=(o^=e>>12&63|128)<<8,o=65535&(r=403*o),i=403*(a=i+(r>>>16)&65535),a=(i+=(o^=e>>6&63|128)<<8)+((r=403*o)>>>16)&65535,o=65535&r,o^=63&e|128):(i=403*a,i+=(o^=e>>12|224)<<8,o=65535&(r=403*o),i=403*(a=i+(r>>>16)&65535),a=(i+=(o^=e>>6&63|128)<<8)+((r=403*o)>>>16)&65535,o=65535&r,o^=63&e|128),i=403*a,a=(i+=o<<8)+((r=403*o)>>>16)&65535,o=65535&r;return s[a>>>8&255]+s[255&a]+s[o>>>8&255]+s[255&o]},fast1a52utf:function(A){var e,t,n=A.length,r=0,o=8997,i=0,a=33826,s=0,l=40164,c=0,g=52210;for(t=0;t>6|192)<<8,c+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),g=c+((s+=i>>>16)>>>16)&65535,l=65535&s,o^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,o=65535&(r=435*o),g=(c+=a<<8)+((s+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),s=435*(l=65535&s),c=435*g,s+=(o^=e>>12&63|128)<<8,o=65535&(r=435*o),g=(c+=a<<8)+((s+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),s=435*(l=65535&s),c=435*g,s+=(o^=e>>6&63|128)<<8,c+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),g=c+((s+=i>>>16)>>>16)&65535,l=65535&s,o^=63&e|128):(i=435*a,s=435*l,c=435*g,s+=(o^=e>>12|224)<<8,o=65535&(r=435*o),g=(c+=a<<8)+((s+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),s=435*(l=65535&s),c=435*g,s+=(o^=e>>6&63|128)<<8,c+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),g=c+((s+=i>>>16)>>>16)&65535,l=65535&s,o^=63&e|128),i=435*a,s=435*l,c=435*g,s+=o<<8,c+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),g=c+((s+=i>>>16)>>>16)&65535,l=65535&s;return 281474976710656*(15&g)+4294967296*l+65536*a+(o^g>>4)},fast1a52hexutf:function(A){var e,t,n=A.length,r=0,o=8997,i=0,a=33826,c=0,g=40164,B=0,u=52210;for(t=0;t>6|192)<<8,B+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),u=B+((c+=i>>>16)>>>16)&65535,g=65535&c,o^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,o=65535&(r=435*o),u=(B+=a<<8)+((c+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),c=435*(g=65535&c),B=435*u,c+=(o^=e>>12&63|128)<<8,o=65535&(r=435*o),u=(B+=a<<8)+((c+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),c=435*(g=65535&c),B=435*u,c+=(o^=e>>6&63|128)<<8,B+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),u=B+((c+=i>>>16)>>>16)&65535,g=65535&c,o^=63&e|128):(i=435*a,c=435*g,B=435*u,c+=(o^=e>>12|224)<<8,o=65535&(r=435*o),u=(B+=a<<8)+((c+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),c=435*(g=65535&c),B=435*u,c+=(o^=e>>6&63|128)<<8,B+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),u=B+((c+=i>>>16)>>>16)&65535,g=65535&c,o^=63&e|128),i=435*a,c=435*g,B=435*u,c+=o<<8,B+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),u=B+((c+=i>>>16)>>>16)&65535,g=65535&c;return l[15&u]+s[g>>8]+s[255&g]+s[a>>8]+s[255&a]+s[o>>8^u>>12]+s[255&(o^u>>4)]},fast1a64utf:function(A){var e,t,n=A.length,r=0,o=8997,i=0,a=33826,l=0,c=40164,g=0,B=52210;for(t=0;t>6|192)<<8,g+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),B=g+((l+=i>>>16)>>>16)&65535,c=65535&l,o^=63&e|128):55296==(64512&e)&&t+1>18|240)<<8,o=65535&(r=435*o),B=(g+=a<<8)+((l+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),l=435*(c=65535&l),g=435*B,l+=(o^=e>>12&63|128)<<8,o=65535&(r=435*o),B=(g+=a<<8)+((l+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),l=435*(c=65535&l),g=435*B,l+=(o^=e>>6&63|128)<<8,g+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),B=g+((l+=i>>>16)>>>16)&65535,c=65535&l,o^=63&e|128):(i=435*a,l=435*c,g=435*B,l+=(o^=e>>12|224)<<8,o=65535&(r=435*o),B=(g+=a<<8)+((l+=(i+=r>>>16)>>>16)>>>16)&65535,i=435*(a=65535&i),l=435*(c=65535&l),g=435*B,l+=(o^=e>>6&63|128)<<8,g+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),B=g+((l+=i>>>16)>>>16)&65535,c=65535&l,o^=63&e|128),i=435*a,l=435*c,g=435*B,l+=o<<8,g+=a<<8,o=65535&(r=435*o),a=65535&(i+=r>>>16),B=g+((l+=i>>>16)>>>16)&65535,c=65535&l;return s[B>>8]+s[255&B]+s[c>>8]+s[255&c]+s[a>>8]+s[255&a]+s[o>>8]+s[255&o]}}}();void 0!==A.exports&&(A.exports=e)},46388:A=>{var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString;A.exports=function(A,n,r){if("[object Function]"!==t.call(n))throw new TypeError("iterator must be a function");var o=A.length;if(o===+o)for(var i=0;i{A.exports="object"==typeof self?self.FormData:window.FormData},149:A=>{!function(){var e;function t(A){for(var e,t,n,r,o=1,i=[].slice.call(arguments),a=0,s=A.length,l="",c=!1,g=!1,B=function(){return i[o++]},u=function(){for(var t="";/\d/.test(A[a]);)t+=A[a++],e=A[a];return t.length>0?parseInt(t):null};a{"use strict";var n=t(34406),r=t(68212);A.exports=function A(e){if(Array.isArray(e)){var t=0,o=e.length;return A((function(A){return t{"use strict";var e=Object.prototype.toString,t=Math.max,n=function(A,e){for(var t=[],n=0;n{"use strict";var n=t(37795);A.exports=Function.prototype.bind||n},67286:(A,e,t)=>{"use strict";var n,r=t(42321),o=t(69654),i=t(48205),a=t(2976),s=t(48342),l=t(5408),c=t(82885),g=Function,B=function(A){try{return g('"use strict"; return ('+A+").constructor;")()}catch(A){}},u=Object.getOwnPropertyDescriptor;if(u)try{u({},"")}catch(A){u=null}var p=function(){throw new l},d=u?function(){try{return p}catch(A){try{return u(arguments,"callee").get}catch(A){return p}}}():p,f=t(32636)(),E=t(18486)(),h=Object.getPrototypeOf||(E?function(A){return A.__proto__}:null),m={},w="undefined"!=typeof Uint8Array&&h?h(Uint8Array):n,Q={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":f&&h?h([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":m,"%AsyncGenerator%":m,"%AsyncGeneratorFunction%":m,"%AsyncIteratorPrototype%":m,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?n:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?n:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":r,"%eval%":eval,"%EvalError%":o,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":g,"%GeneratorFunction%":m,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f&&h?h(h([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&f&&h?h((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":i,"%ReferenceError%":a,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&f&&h?h((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f&&h?h(""[Symbol.iterator]()):n,"%Symbol%":f?Symbol:n,"%SyntaxError%":s,"%ThrowTypeError%":d,"%TypedArray%":w,"%TypeError%":l,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":c,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet};if(h)try{null.error}catch(A){var C=h(h(A));Q["%Error.prototype%"]=C}var I=function A(e){var t;if("%AsyncFunction%"===e)t=B("async function () {}");else if("%GeneratorFunction%"===e)t=B("function* () {}");else if("%AsyncGeneratorFunction%"===e)t=B("async function* () {}");else if("%AsyncGenerator%"===e){var n=A("%AsyncGeneratorFunction%");n&&(t=n.prototype)}else if("%AsyncIteratorPrototype%"===e){var r=A("%AsyncGenerator%");r&&h&&(t=h(r.prototype))}return Q[e]=t,t},y={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},M=t(4090),v=t(72196),F=M.call(Function.call,Array.prototype.concat),Y=M.call(Function.apply,Array.prototype.splice),b=M.call(Function.call,String.prototype.replace),D=M.call(Function.call,String.prototype.slice),x=M.call(Function.call,RegExp.prototype.exec),k=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,G=/\\(\\)?/g,U=function(A,e){var t,n=A;if(v(y,n)&&(n="%"+(t=y[n])[0]+"%"),v(Q,n)){var r=Q[n];if(r===m&&(r=I(n)),void 0===r&&!e)throw new l("intrinsic "+A+" exists, but is not available. Please file an issue!");return{alias:t,name:n,value:r}}throw new s("intrinsic "+A+" does not exist!")};A.exports=function(A,e){if("string"!=typeof A||0===A.length)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new l('"allowMissing" argument must be a boolean');if(null===x(/^%?[^%]*%?$/,A))throw new s("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var t=function(A){var e=D(A,0,1),t=D(A,-1);if("%"===e&&"%"!==t)throw new s("invalid intrinsic syntax, expected closing `%`");if("%"===t&&"%"!==e)throw new s("invalid intrinsic syntax, expected opening `%`");var n=[];return b(A,k,(function(A,e,t,r){n[n.length]=t?b(r,G,"$1"):e||A})),n}(A),n=t.length>0?t[0]:"",r=U("%"+n+"%",e),o=r.name,i=r.value,a=!1,c=r.alias;c&&(n=c[0],Y(t,F([0,1],c)));for(var g=1,B=!0;g=t.length){var E=u(i,p);i=(B=!!E)&&"get"in E&&!("originalValue"in E.get)?E.get:i[p]}else B=v(i,p),i=i[p];B&&!a&&(Q[o]=i)}}return i}},78830:(A,e)=>{"use strict";e.Z=A=>Object.getOwnPropertySymbols(A).filter((e=>Object.prototype.propertyIsEnumerable.call(A,e)))},49381:(A,e,t)=>{const n=t(24900);A.exports=o;const r=Object.hasOwnProperty;function o(){if(!(this instanceof o))return new o;this.reset()}function i(A,e){return"string"!=typeof A?"":(e||(A=A.toLowerCase()),A.replace(n,"").replace(/ /g,"-"))}o.prototype.slug=function(A,e){const t=this;let n=i(A,!0===e);const o=n;for(;r.call(t.occurrences,n);)t.occurrences[o]++,n=o+"-"+t.occurrences[o];return t.occurrences[n]=0,n},o.prototype.reset=function(){this.occurrences=Object.create(null)},o.slug=i},24900:A=>{A.exports=/[\0-\x1F!-,\.\/:-@\[-\^`\{-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0378\u0379\u037E\u0380-\u0385\u0387\u038B\u038D\u03A2\u03F6\u0482\u0530\u0557\u0558\u055A-\u055F\u0589-\u0590\u05BE\u05C0\u05C3\u05C6\u05C8-\u05CF\u05EB-\u05EE\u05F3-\u060F\u061B-\u061F\u066A-\u066D\u06D4\u06DD\u06DE\u06E9\u06FD\u06FE\u0700-\u070F\u074B\u074C\u07B2-\u07BF\u07F6-\u07F9\u07FB\u07FC\u07FE\u07FF\u082E-\u083F\u085C-\u085F\u086B-\u089F\u08B5\u08BE-\u08D2\u08E2\u0964\u0965\u0970\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09F2-\u09FB\u09FD\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A76-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF0-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B55\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B70\u0B72-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BF0-\u0BFF\u0C0D\u0C11\u0C29\u0C3A-\u0C3C\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B-\u0C5F\u0C64\u0C65\u0C70-\u0C7F\u0C84\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDD\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D04\u0D0D\u0D11\u0D45\u0D49\u0D4F-\u0D53\u0D58-\u0D5E\u0D64\u0D65\u0D70-\u0D79\u0D80\u0D81\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF4-\u0E00\u0E3B-\u0E3F\u0E4F\u0E5A-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F01-\u0F17\u0F1A-\u0F1F\u0F2A-\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F48\u0F6D-\u0F70\u0F85\u0F98\u0FBD-\u0FC5\u0FC7-\u0FFF\u104A-\u104F\u109E\u109F\u10C6\u10C8-\u10CC\u10CE\u10CF\u10FB\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u1360-\u137F\u1390-\u139F\u13F6\u13F7\u13FE-\u1400\u166D\u166E\u1680\u169B-\u169F\u16EB-\u16ED\u16F9-\u16FF\u170D\u1715-\u171F\u1735-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17D4-\u17D6\u17D8-\u17DB\u17DE\u17DF\u17EA-\u180A\u180E\u180F\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u1945\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DA-\u19FF\u1A1C-\u1A1F\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1AA6\u1AA8-\u1AAF\u1ABF-\u1AFF\u1B4C-\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BF4-\u1BFF\u1C38-\u1C3F\u1C4A-\u1C4C\u1C7E\u1C7F\u1C89-\u1C8F\u1CBB\u1CBC\u1CC0-\u1CCF\u1CD3\u1CFB-\u1CFF\u1DFA\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FBD\u1FBF-\u1FC1\u1FC5\u1FCD-\u1FCF\u1FD4\u1FD5\u1FDC-\u1FDF\u1FED-\u1FF1\u1FF5\u1FFD-\u203E\u2041-\u2053\u2055-\u2070\u2072-\u207E\u2080-\u208F\u209D-\u20CF\u20F1-\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F-\u215F\u2189-\u24B5\u24EA-\u2BFF\u2C2F\u2C5F\u2CE5-\u2CEA\u2CF4-\u2CFF\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D70-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E00-\u2E2E\u2E30-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u3040\u3097\u3098\u309B\u309C\u30A0\u30FB\u3100-\u3104\u3130\u318F-\u319F\u31BB-\u31EF\u3200-\u33FF\u4DB6-\u4DFF\u9FF0-\u9FFF\uA48D-\uA4CF\uA4FE\uA4FF\uA60D-\uA60F\uA62C-\uA63F\uA673\uA67E\uA6F2-\uA716\uA720\uA721\uA789\uA78A\uA7C0\uA7C1\uA7C7-\uA7F6\uA828-\uA83F\uA874-\uA87F\uA8C6-\uA8CF\uA8DA-\uA8DF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA954-\uA95F\uA97D-\uA97F\uA9C1-\uA9CE\uA9DA-\uA9DF\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A-\uAA5F\uAA77-\uAA79\uAAC3-\uAADA\uAADE\uAADF\uAAF0\uAAF1\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB5B\uAB68-\uAB6F\uABEB\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uE000-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB29\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDEF\uFDFC-\uFDFF\uFE10-\uFE1F\uFE30-\uFE32\uFE35-\uFE4C\uFE50-\uFE6F\uFE75\uFEFD-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF3E\uFF40\uFF5B-\uFF65\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFFF]|\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDD3F\uDD75-\uDDFC\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEE1-\uDEFF\uDF20-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDF9F\uDFC4-\uDFC7\uDFD0\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56-\uDC5F\uDC77-\uDC7F\uDC9F-\uDCDF\uDCF3\uDCF6-\uDCFF\uDD16-\uDD1F\uDD3A-\uDD7F\uDDB8-\uDDBD\uDDC0-\uDDFF\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE40-\uDE5F\uDE7D-\uDE7F\uDE9D-\uDEBF\uDEC8\uDEE7-\uDEFF\uDF36-\uDF3F\uDF56-\uDF5F\uDF73-\uDF7F\uDF92-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCFF\uDD28-\uDD2F\uDD3A-\uDEFF\uDF1D-\uDF26\uDF28-\uDF2F\uDF51-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC47-\uDC65\uDC70-\uDC7E\uDCBB-\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD40-\uDD43\uDD47-\uDD4F\uDD74\uDD75\uDD77-\uDD7F\uDDC5-\uDDC8\uDDCD-\uDDCF\uDDDB\uDDDD-\uDDFF\uDE12\uDE38-\uDE3D\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEA9-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC4B-\uDC4F\uDC5A-\uDC5D\uDC60-\uDC7F\uDCC6\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDC1-\uDDD7\uDDDE-\uDDFF\uDE41-\uDE43\uDE45-\uDE4F\uDE5A-\uDE7F\uDEB9-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF3A-\uDFFF]|\uD806[\uDC3B-\uDC9F\uDCEA-\uDCFE\uDD00-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE2\uDDE5-\uDDFF\uDE3F-\uDE46\uDE48-\uDE4F\uDE9A-\uDE9C\uDE9E-\uDEBF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC41-\uDC4F\uDC5A-\uDC71\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF7-\uDFFF]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80B\uD80E-\uD810\uD812-\uD819\uD823-\uD82B\uD82D\uD82E\uD830-\uD833\uD837\uD839\uD83D-\uD83F\uD87B-\uD87D\uD87F-\uDB3F\uDB41-\uDBFF][\uDC00-\uDFFF]|\uD80D[\uDC2F-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDECF\uDEEE\uDEEF\uDEF5-\uDEFF\uDF37-\uDF3F\uDF44-\uDF4F\uDF5A-\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE80-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE2\uDFE4-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD822[\uDEF3-\uDFFF]|\uD82C[\uDD1F-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A-\uDC9C\uDC9F-\uDFFF]|\uD834[\uDC00-\uDD64\uDD6A-\uDD6C\uDD73-\uDD7A\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDE41\uDE45-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3\uDFCC\uDFCD]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD4F-\uDEBF\uDEFA-\uDFFF]|\uD83A[\uDCC5-\uDCCF\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDFFF]|\uD83B[\uDC00-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDFFF]|\uD83C[\uDC00-\uDD2F\uDD4A-\uDD4F\uDD6A-\uDD6F\uDD8A-\uDFFF]|\uD869[\uDED7-\uDEFF]|\uD86D[\uDF35-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uDB40[\uDC00-\uDCFF\uDDF0-\uDFFF]/g},50326:(A,e,t)=>{"use strict";var n=t(67286)("%Object.getOwnPropertyDescriptor%",!0);if(n)try{n([],"length")}catch(A){n=null}A.exports=n},16344:(A,e,t)=>{"use strict";A.exports={afterRequest:t(67705),beforeRequest:t(65587),browser:t(75419),cache:t(5557),content:t(39865),cookie:t(76949),creator:t(26067),entry:t(98958),har:t(82348),header:t(68639),log:t(54049),page:t(72055),pageTimings:t(8786),postData:t(47878),query:t(79510),request:t(14033),response:t(98180),timings:t(69361)}},80670:(A,e,t)=>{var n,r=t(92453),o=t(13912),i=t(16344);function a(A,e,a){e=e||{};var s=(n=n||function(){var A=new r({allErrors:!0});return A.addMetaSchema(t(78278)),A.addSchema(i),A}()).getSchema(A+".json"),l=s(e);return"function"==typeof a?a(l?null:new o(s.errors),l):l}e.afterRequest=function(A,e){return a("afterRequest",A,e)},e.beforeRequest=function(A,e){return a("beforeRequest",A,e)},e.browser=function(A,e){return a("browser",A,e)},e.cache=function(A,e){return a("cache",A,e)},e.content=function(A,e){return a("content",A,e)},e.cookie=function(A,e){return a("cookie",A,e)},e.creator=function(A,e){return a("creator",A,e)},e.entry=function(A,e){return a("entry",A,e)},e.har=function(A,e){return a("har",A,e)},e.header=function(A,e){return a("header",A,e)},e.log=function(A,e){return a("log",A,e)},e.page=function(A,e){return a("page",A,e)},e.pageTimings=function(A,e){return a("pageTimings",A,e)},e.postData=function(A,e){return a("postData",A,e)},e.query=function(A,e){return a("query",A,e)},e.request=function(A,e){return a("request",A,e)},e.response=function(A,e){return a("response",A,e)},e.timings=function(A,e){return a("timings",A,e)}},13912:A=>{function e(A){var e="validation failed";this.name="HARError",this.message=e,this.errors=A,"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(e).stack}e.prototype=Error.prototype,A.exports=e},92453:(A,e,t)=>{"use strict";var n=t(11460),r=t(78977),o=t(85599),i=t(53447),a=t(85695),s=t(76636),l=t(272),c=t(78449),g=t(41413);A.exports=E,E.prototype.validate=function(A,e){var t;if("string"==typeof A){if(!(t=this.getSchema(A)))throw new Error('no schema with key or ref "'+A+'"')}else{var n=this._addSchema(A);t=n.validate||this._compile(n)}var r=t(e);return!0!==t.$async&&(this.errors=t.errors),r},E.prototype.compile=function(A,e){var t=this._addSchema(A,void 0,e);return t.validate||this._compile(t)},E.prototype.addSchema=function(A,e,t,n){if(Array.isArray(A)){for(var o=0;o{"use strict";var e=A.exports=function(){this._cache={}};e.prototype.put=function(A,e){this._cache[A]=e},e.prototype.get=function(A){return this._cache[A]},e.prototype.del=function(A){delete this._cache[A]},e.prototype.clear=function(){this._cache={}}},90660:(A,e,t)=>{"use strict";var n=t(98871).MissingRef;A.exports=function A(e,t,r){var o=this;if("function"!=typeof this._opts.loadSchema)throw new Error("options.loadSchema should be a function");"function"==typeof t&&(r=t,t=void 0);var i=a(e).then((function(){var A=o._addSchema(e,void 0,t);return A.validate||s(A)}));return r&&i.then((function(A){r(null,A)}),r),i;function a(e){var t=e.$schema;return t&&!o.getSchema(t)?A.call(o,{$ref:t},!0):Promise.resolve()}function s(A){try{return o._compile(A)}catch(e){if(e instanceof n)return function(e){var n=e.missingSchema;if(l(n))throw new Error("Schema "+n+" is loaded but "+e.missingRef+" cannot be resolved");var r=o._loadingSchemas[n];return r||(r=o._loadingSchemas[n]=o._opts.loadSchema(n)).then(i,i),r.then((function(A){if(!l(n))return a(A).then((function(){l(n)||o.addSchema(A,n,void 0,t)}))})).then((function(){return s(A)}));function i(){delete o._loadingSchemas[n]}function l(A){return o._refs[A]||o._schemas[A]}}(e);throw e}}}},98871:(A,e,t)=>{"use strict";var n=t(78977);function r(A,e,t){this.message=t||r.message(A,e),this.missingRef=n.url(A,e),this.missingSchema=n.normalizeId(n.fullPath(this.missingRef))}function o(A){return A.prototype=Object.create(Error.prototype),A.prototype.constructor=A,A}A.exports={Validation:o((function(A){this.message="validation failed",this.errors=A,this.ajv=this.validation=!0})),MissingRef:o(r)},r.message=function(A,e){return"can't resolve reference "+e+" from id "+A}},76636:(A,e,t)=>{"use strict";var n=t(41413),r=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,o=[0,31,28,31,30,31,30,31,31,30,31,30,31],i=/^(\d\d):(\d\d):(\d\d)(\.\d+)?(z|[+-]\d\d(?::?\d\d)?)?$/i,a=/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,s=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,l=/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,c=/^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i,g=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,B=/^(?:\/(?:[^~/]|~0|~1)*)*$/,u=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,p=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/;function d(A){return A="full"==A?"full":"fast",n.copy(d[A])}function f(A){var e=A.match(r);if(!e)return!1;var t=+e[1],n=+e[2],i=+e[3];return n>=1&&n<=12&&i>=1&&i<=(2==n&&function(A){return A%4==0&&(A%100!=0||A%400==0)}(t)?29:o[n])}function E(A,e){var t=A.match(i);if(!t)return!1;var n=t[1],r=t[2],o=t[3],a=t[5];return(n<=23&&r<=59&&o<=59||23==n&&59==r&&60==o)&&(!e||a)}A.exports=d,d.fast={date:/^\d\d\d\d-[0-1]\d-[0-3]\d$/,time:/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,"date-time":/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,"uri-template":l,url:c,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i,hostname:a,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:Q,uuid:g,"json-pointer":B,"json-pointer-uri-fragment":u,"relative-json-pointer":p},d.full={date:f,time:E,"date-time":function(A){var e=A.split(h);return 2==e.length&&f(e[0])&&E(e[1],!0)},uri:function(A){return m.test(A)&&s.test(A)},"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":l,url:c,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:a,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:Q,uuid:g,"json-pointer":B,"json-pointer-uri-fragment":u,"relative-json-pointer":p};var h=/t|\s/i,m=/\/|:/,w=/[^\\]\\Z/;function Q(A){if(w.test(A))return!1;try{return new RegExp(A),!0}catch(A){return!1}}},11460:(A,e,t)=>{"use strict";var n=t(78977),r=t(41413),o=t(98871),i=t(85695),a=t(31862),s=r.ucs2length,l=t(69378),c=o.Validation;function g(A,e,t){var n=u.call(this,A,e,t);return n>=0?{index:n,compiling:!0}:(n=this._compilations.length,this._compilations[n]={schema:A,root:e,baseId:t},{index:n,compiling:!1})}function B(A,e,t){var n=u.call(this,A,e,t);n>=0&&this._compilations.splice(n,1)}function u(A,e,t){for(var n=0;n{"use strict";var n=t(12854),r=t(69378),o=t(41413),i=t(53447),a=t(66187);function s(A,e,t){var n=this._refs[t];if("string"==typeof n){if(!this._refs[n])return s.call(this,A,e,n);n=this._refs[n]}if((n=n||this._schemas[t])instanceof i)return p(n.schema,this._opts.inlineRefs)?n.schema:n.validate||this._compile(n);var r,o,a,c=l.call(this,e,t);return c&&(r=c.schema,e=c.root,a=c.baseId),r instanceof i?o=r.validate||A.call(this,r.schema,e,void 0,a):void 0!==r&&(o=p(r,this._opts.inlineRefs)?r:A.call(this,r,e,void 0,a)),o}function l(A,e){var t=n.parse(e),r=h(t),o=E(this._getId(A.schema));if(0===Object.keys(A.schema).length||r!==o){var a=w(r),s=this._refs[a];if("string"==typeof s)return c.call(this,A,s,t);if(s instanceof i)s.validate||this._compile(s),A=s;else{if(!((s=this._schemas[a])instanceof i))return;if(s.validate||this._compile(s),a==w(e))return{schema:s,root:A,baseId:o};A=s}if(!A.schema)return;o=E(this._getId(A.schema))}return B.call(this,t,o,A.schema,A)}function c(A,e,t){var n=l.call(this,A,e);if(n){var r=n.schema,o=n.baseId;A=n.root;var i=this._getId(r);return i&&(o=Q(o,i)),B.call(this,t,o,r,A)}}A.exports=s,s.normalizeId=w,s.fullPath=E,s.url=Q,s.ids=function(A){var e=w(this._getId(A)),t={"":e},i={"":E(e,!1)},s={},l=this;return a(A,{allKeys:!0},(function(A,e,a,c,g,B,u){if(""!==e){var p=l._getId(A),d=t[c],f=i[c]+"/"+g;if(void 0!==u&&(f+="/"+("number"==typeof u?u:o.escapeFragment(u))),"string"==typeof p){p=d=w(d?n.resolve(d,p):p);var E=l._refs[p];if("string"==typeof E&&(E=l._refs[E]),E&&E.schema){if(!r(A,E.schema))throw new Error('id "'+p+'" resolves to more than one schema')}else if(p!=w(f))if("#"==p[0]){if(s[p]&&!r(A,s[p]))throw new Error('id "'+p+'" resolves to more than one schema');s[p]=A}else l._refs[p]=f}t[e]=d,i[e]=f}})),s},s.inlineRef=p,s.schema=l;var g=o.toHash(["properties","patternProperties","enum","dependencies","definitions"]);function B(A,e,t,n){if(A.fragment=A.fragment||"","/"==A.fragment.slice(0,1)){for(var r=A.fragment.split("/"),i=1;i{"use strict";var n=t(86752),r=t(41413).toHash;A.exports=function(){var A=[{type:"number",rules:[{maximum:["exclusiveMaximum"]},{minimum:["exclusiveMinimum"]},"multipleOf","format"]},{type:"string",rules:["maxLength","minLength","pattern","format"]},{type:"array",rules:["maxItems","minItems","items","contains","uniqueItems"]},{type:"object",rules:["maxProperties","minProperties","required","dependencies","propertyNames",{properties:["additionalProperties","patternProperties"]}]},{rules:["$ref","const","enum","not","anyOf","oneOf","allOf","if"]}],e=["type","$comment"];return A.all=r(e),A.types=r(["number","integer","string","array","object","boolean","null"]),A.forEach((function(t){t.rules=t.rules.map((function(t){var r;if("object"==typeof t){var o=Object.keys(t)[0];r=t[o],t=o,r.forEach((function(t){e.push(t),A.all[t]=!0}))}return e.push(t),A.all[t]={keyword:t,code:n[t],implements:r}})),A.all.$comment={keyword:"$comment",code:n.$comment},t.type&&(A.types[t.type]=t)})),A.keywords=r(e.concat(["$schema","$id","id","$data","$async","title","description","default","definitions","examples","readOnly","writeOnly","contentMediaType","contentEncoding","additionalItems","then","else"])),A.custom={},A}},53447:(A,e,t)=>{"use strict";var n=t(41413);A.exports=function(A){n.copy(A,this)}},77503:A=>{"use strict";A.exports=function(A){for(var e,t=0,n=A.length,r=0;r=55296&&e<=56319&&r{"use strict";function n(A,e,t,n){var r=n?" !== ":" === ",o=n?" || ":" && ",i=n?"!":"",a=n?"":"!";switch(A){case"null":return e+r+"null";case"array":return i+"Array.isArray("+e+")";case"object":return"("+i+e+o+"typeof "+e+r+'"object"'+o+a+"Array.isArray("+e+"))";case"integer":return"(typeof "+e+r+'"number"'+o+a+"("+e+" % 1)"+o+e+r+e+(t?o+i+"isFinite("+e+")":"")+")";case"number":return"(typeof "+e+r+'"'+A+'"'+(t?o+i+"isFinite("+e+")":"")+")";default:return"typeof "+e+r+'"'+A+'"'}}A.exports={copy:function(A,e){for(var t in e=e||{},A)e[t]=A[t];return e},checkDataType:n,checkDataTypes:function(A,e,t){if(1===A.length)return n(A[0],e,t,!0);var r="",i=o(A);for(var a in i.array&&i.object&&(r=i.null?"(":"(!"+e+" || ",r+="typeof "+e+' !== "object")',delete i.null,delete i.array,delete i.object),i.number&&delete i.integer,i)r+=(r?" && ":"")+n(a,e,t,!0);return r},coerceToTypes:function(A,e){if(Array.isArray(e)){for(var t=[],n=0;n=e)throw new Error("Cannot access property/index "+n+" levels up, current level is "+e);return t[e-n]}if(n>e)throw new Error("Cannot access data "+n+" levels up, current level is "+e);if(o="data"+(e-n||""),!r)return o}for(var a=o,l=r.split("/"),c=0;c{"use strict";var e=["multipleOf","maximum","exclusiveMaximum","minimum","exclusiveMinimum","maxLength","minLength","pattern","additionalItems","maxItems","minItems","uniqueItems","maxProperties","minProperties","required","additionalProperties","enum","format","const"];A.exports=function(A,t){for(var n=0;n{"use strict";var n=t(70360);A.exports={$id:"https://github.com/ajv-validator/ajv/blob/master/lib/definition_schema.js",definitions:{simpleTypes:n.definitions.simpleTypes},type:"object",dependencies:{schema:["validate"],$data:["validate"],statements:["inline"],valid:{not:{required:["macro"]}}},properties:{type:n.properties.type,schema:{type:"boolean"},statements:{type:"boolean"},dependencies:{type:"array",items:{type:"string"}},metaSchema:{type:"object"},modifying:{type:"boolean"},valid:{type:"boolean"},$data:{type:"boolean"},async:{type:"boolean"},errors:{anyOf:[{type:"boolean"},{const:"full"}]}}}},8953:A=>{"use strict";A.exports=function(A,e,t){var n,r=" ",o=A.level,i=A.dataLevel,a=A.schema[e],s=A.schemaPath+A.util.getProperty(e),l=A.errSchemaPath+"/"+e,c=!A.opts.allErrors,g="data"+(i||""),B=A.opts.$data&&a&&a.$data;B?(r+=" var schema"+o+" = "+A.util.getData(a.$data,i,A.dataPathArr)+"; ",n="schema"+o):n=a;var u="maximum"==e,p=u?"exclusiveMaximum":"exclusiveMinimum",d=A.schema[p],f=A.opts.$data&&d&&d.$data,E=u?"<":">",h=u?">":"<",m=void 0;if(!B&&"number"!=typeof a&&void 0!==a)throw new Error(e+" must be number");if(!f&&void 0!==d&&"number"!=typeof d&&"boolean"!=typeof d)throw new Error(p+" must be number or boolean");if(f){var w,Q=A.util.getData(d.$data,i,A.dataPathArr),C="exclusive"+o,I="exclType"+o,y="exclIsNumber"+o,M="' + "+(F="op"+o)+" + '";r+=" var schemaExcl"+o+" = "+Q+"; ",r+=" var "+C+"; var "+I+" = typeof "+(Q="schemaExcl"+o)+"; if ("+I+" != 'boolean' && "+I+" != 'undefined' && "+I+" != 'number') { ",m=p,(w=w||[]).push(r),r="",!1!==A.createErrors?(r+=" { keyword: '"+(m||"_exclusiveLimit")+"' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(l)+" , params: {} ",!1!==A.opts.messages&&(r+=" , message: '"+p+" should be boolean' "),A.opts.verbose&&(r+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+A.schemaPath+" , data: "+g+" "),r+=" } "):r+=" {} ";var v=r;r=w.pop(),!A.compositeRule&&c?A.async?r+=" throw new ValidationError(["+v+"]); ":r+=" validate.errors = ["+v+"]; return false; ":r+=" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+=" } else if ( ",B&&(r+=" ("+n+" !== undefined && typeof "+n+" != 'number') || "),r+=" "+I+" == 'number' ? ( ("+C+" = "+n+" === undefined || "+Q+" "+E+"= "+n+") ? "+g+" "+h+"= "+Q+" : "+g+" "+h+" "+n+" ) : ( ("+C+" = "+Q+" === true) ? "+g+" "+h+"= "+n+" : "+g+" "+h+" "+n+" ) || "+g+" !== "+g+") { var op"+o+" = "+C+" ? '"+E+"' : '"+E+"='; ",void 0===a&&(m=p,l=A.errSchemaPath+"/"+p,n=Q,B=f)}else if(M=E,(y="number"==typeof d)&&B){var F="'"+M+"'";r+=" if ( ",B&&(r+=" ("+n+" !== undefined && typeof "+n+" != 'number') || "),r+=" ( "+n+" === undefined || "+d+" "+E+"= "+n+" ? "+g+" "+h+"= "+d+" : "+g+" "+h+" "+n+" ) || "+g+" !== "+g+") { "}else y&&void 0===a?(C=!0,m=p,l=A.errSchemaPath+"/"+p,n=d,h+="="):(y&&(n=Math[u?"min":"max"](d,a)),d===(!y||n)?(C=!0,m=p,l=A.errSchemaPath+"/"+p,h+="="):(C=!1,M+="=")),F="'"+M+"'",r+=" if ( ",B&&(r+=" ("+n+" !== undefined && typeof "+n+" != 'number') || "),r+=" "+g+" "+h+" "+n+" || "+g+" !== "+g+") { ";return m=m||e,(w=w||[]).push(r),r="",!1!==A.createErrors?(r+=" { keyword: '"+(m||"_limit")+"' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(l)+" , params: { comparison: "+F+", limit: "+n+", exclusive: "+C+" } ",!1!==A.opts.messages&&(r+=" , message: 'should be "+M+" ",r+=B?"' + "+n:n+"'"),A.opts.verbose&&(r+=" , schema: ",r+=B?"validate.schema"+s:""+a,r+=" , parentSchema: validate.schema"+A.schemaPath+" , data: "+g+" "),r+=" } "):r+=" {} ",v=r,r=w.pop(),!A.compositeRule&&c?A.async?r+=" throw new ValidationError(["+v+"]); ":r+=" validate.errors = ["+v+"]; return false; ":r+=" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+=" } ",c&&(r+=" else { "),r}},37747:A=>{"use strict";A.exports=function(A,e,t){var n,r=" ",o=A.level,i=A.dataLevel,a=A.schema[e],s=A.schemaPath+A.util.getProperty(e),l=A.errSchemaPath+"/"+e,c=!A.opts.allErrors,g="data"+(i||""),B=A.opts.$data&&a&&a.$data;if(B?(r+=" var schema"+o+" = "+A.util.getData(a.$data,i,A.dataPathArr)+"; ",n="schema"+o):n=a,!B&&"number"!=typeof a)throw new Error(e+" must be number");r+="if ( ",B&&(r+=" ("+n+" !== undefined && typeof "+n+" != 'number') || "),r+=" "+g+".length "+("maxItems"==e?">":"<")+" "+n+") { ";var u=e,p=p||[];p.push(r),r="",!1!==A.createErrors?(r+=" { keyword: '"+(u||"_limitItems")+"' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(l)+" , params: { limit: "+n+" } ",!1!==A.opts.messages&&(r+=" , message: 'should NOT have ",r+="maxItems"==e?"more":"fewer",r+=" than ",r+=B?"' + "+n+" + '":""+a,r+=" items' "),A.opts.verbose&&(r+=" , schema: ",r+=B?"validate.schema"+s:""+a,r+=" , parentSchema: validate.schema"+A.schemaPath+" , data: "+g+" "),r+=" } "):r+=" {} ";var d=r;return r=p.pop(),!A.compositeRule&&c?A.async?r+=" throw new ValidationError(["+d+"]); ":r+=" validate.errors = ["+d+"]; return false; ":r+=" var err = "+d+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+="} ",c&&(r+=" else { "),r}},40156:A=>{"use strict";A.exports=function(A,e,t){var n,r=" ",o=A.level,i=A.dataLevel,a=A.schema[e],s=A.schemaPath+A.util.getProperty(e),l=A.errSchemaPath+"/"+e,c=!A.opts.allErrors,g="data"+(i||""),B=A.opts.$data&&a&&a.$data;if(B?(r+=" var schema"+o+" = "+A.util.getData(a.$data,i,A.dataPathArr)+"; ",n="schema"+o):n=a,!B&&"number"!=typeof a)throw new Error(e+" must be number");var u="maxLength"==e?">":"<";r+="if ( ",B&&(r+=" ("+n+" !== undefined && typeof "+n+" != 'number') || "),!1===A.opts.unicode?r+=" "+g+".length ":r+=" ucs2length("+g+") ",r+=" "+u+" "+n+") { ";var p=e,d=d||[];d.push(r),r="",!1!==A.createErrors?(r+=" { keyword: '"+(p||"_limitLength")+"' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(l)+" , params: { limit: "+n+" } ",!1!==A.opts.messages&&(r+=" , message: 'should NOT be ",r+="maxLength"==e?"longer":"shorter",r+=" than ",r+=B?"' + "+n+" + '":""+a,r+=" characters' "),A.opts.verbose&&(r+=" , schema: ",r+=B?"validate.schema"+s:""+a,r+=" , parentSchema: validate.schema"+A.schemaPath+" , data: "+g+" "),r+=" } "):r+=" {} ";var f=r;return r=d.pop(),!A.compositeRule&&c?A.async?r+=" throw new ValidationError(["+f+"]); ":r+=" validate.errors = ["+f+"]; return false; ":r+=" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+="} ",c&&(r+=" else { "),r}},49710:A=>{"use strict";A.exports=function(A,e,t){var n,r=" ",o=A.level,i=A.dataLevel,a=A.schema[e],s=A.schemaPath+A.util.getProperty(e),l=A.errSchemaPath+"/"+e,c=!A.opts.allErrors,g="data"+(i||""),B=A.opts.$data&&a&&a.$data;if(B?(r+=" var schema"+o+" = "+A.util.getData(a.$data,i,A.dataPathArr)+"; ",n="schema"+o):n=a,!B&&"number"!=typeof a)throw new Error(e+" must be number");r+="if ( ",B&&(r+=" ("+n+" !== undefined && typeof "+n+" != 'number') || "),r+=" Object.keys("+g+").length "+("maxProperties"==e?">":"<")+" "+n+") { ";var u=e,p=p||[];p.push(r),r="",!1!==A.createErrors?(r+=" { keyword: '"+(u||"_limitProperties")+"' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(l)+" , params: { limit: "+n+" } ",!1!==A.opts.messages&&(r+=" , message: 'should NOT have ",r+="maxProperties"==e?"more":"fewer",r+=" than ",r+=B?"' + "+n+" + '":""+a,r+=" properties' "),A.opts.verbose&&(r+=" , schema: ",r+=B?"validate.schema"+s:""+a,r+=" , parentSchema: validate.schema"+A.schemaPath+" , data: "+g+" "),r+=" } "):r+=" {} ";var d=r;return r=p.pop(),!A.compositeRule&&c?A.async?r+=" throw new ValidationError(["+d+"]); ":r+=" validate.errors = ["+d+"]; return false; ":r+=" var err = "+d+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+="} ",c&&(r+=" else { "),r}},64351:A=>{"use strict";A.exports=function(A,e,t){var n=" ",r=A.schema[e],o=A.schemaPath+A.util.getProperty(e),i=A.errSchemaPath+"/"+e,a=!A.opts.allErrors,s=A.util.copy(A),l="";s.level++;var c="valid"+s.level,g=s.baseId,B=!0,u=r;if(u)for(var p,d=-1,f=u.length-1;d0||!1===p:A.util.schemaHasRules(p,A.RULES.all))&&(B=!1,s.schema=p,s.schemaPath=o+"["+d+"]",s.errSchemaPath=i+"/"+d,n+=" "+A.validate(s)+" ",s.baseId=g,a&&(n+=" if ("+c+") { ",l+="}"));return a&&(n+=B?" if (true) { ":" "+l.slice(0,-1)+" "),n}},36499:A=>{"use strict";A.exports=function(A,e,t){var n=" ",r=A.level,o=A.dataLevel,i=A.schema[e],a=A.schemaPath+A.util.getProperty(e),s=A.errSchemaPath+"/"+e,l=!A.opts.allErrors,c="data"+(o||""),g="valid"+r,B="errs__"+r,u=A.util.copy(A),p="";u.level++;var d="valid"+u.level,f=i.every((function(e){return A.opts.strictKeywords?"object"==typeof e&&Object.keys(e).length>0||!1===e:A.util.schemaHasRules(e,A.RULES.all)}));if(f){var E=u.baseId;n+=" var "+B+" = errors; var "+g+" = false; ";var h=A.compositeRule;A.compositeRule=u.compositeRule=!0;var m=i;if(m)for(var w,Q=-1,C=m.length-1;Q{"use strict";A.exports=function(A,e,t){var n=" ",r=A.schema[e],o=A.errSchemaPath+"/"+e,i=(A.opts.allErrors,A.util.toQuotedString(r));return!0===A.opts.$comment?n+=" console.log("+i+");":"function"==typeof A.opts.$comment&&(n+=" self._opts.$comment("+i+", "+A.util.toQuotedString(o)+", validate.root.schema);"),n}},3738:A=>{"use strict";A.exports=function(A,e,t){var n=" ",r=A.level,o=A.dataLevel,i=A.schema[e],a=A.schemaPath+A.util.getProperty(e),s=A.errSchemaPath+"/"+e,l=!A.opts.allErrors,c="data"+(o||""),g="valid"+r,B=A.opts.$data&&i&&i.$data;B&&(n+=" var schema"+r+" = "+A.util.getData(i.$data,o,A.dataPathArr)+"; "),B||(n+=" var schema"+r+" = validate.schema"+a+";"),n+="var "+g+" = equal("+c+", schema"+r+"); if (!"+g+") { ";var u=u||[];u.push(n),n="",!1!==A.createErrors?(n+=" { keyword: 'const' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(s)+" , params: { allowedValue: schema"+r+" } ",!1!==A.opts.messages&&(n+=" , message: 'should be equal to constant' "),A.opts.verbose&&(n+=" , schema: validate.schema"+a+" , parentSchema: validate.schema"+A.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var p=n;return n=u.pop(),!A.compositeRule&&l?A.async?n+=" throw new ValidationError(["+p+"]); ":n+=" validate.errors = ["+p+"]; return false; ":n+=" var err = "+p+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+=" }",l&&(n+=" else { "),n}},52529:A=>{"use strict";A.exports=function(A,e,t){var n=" ",r=A.level,o=A.dataLevel,i=A.schema[e],a=A.schemaPath+A.util.getProperty(e),s=A.errSchemaPath+"/"+e,l=!A.opts.allErrors,c="data"+(o||""),g="valid"+r,B="errs__"+r,u=A.util.copy(A);u.level++;var p="valid"+u.level,d="i"+r,f=u.dataLevel=A.dataLevel+1,E="data"+f,h=A.baseId,m=A.opts.strictKeywords?"object"==typeof i&&Object.keys(i).length>0||!1===i:A.util.schemaHasRules(i,A.RULES.all);if(n+="var "+B+" = errors;var "+g+";",m){var w=A.compositeRule;A.compositeRule=u.compositeRule=!0,u.schema=i,u.schemaPath=a,u.errSchemaPath=s,n+=" var "+p+" = false; for (var "+d+" = 0; "+d+" < "+c+".length; "+d+"++) { ",u.errorPath=A.util.getPathExpr(A.errorPath,d,A.opts.jsonPointers,!0);var Q=c+"["+d+"]";u.dataPathArr[f]=d;var C=A.validate(u);u.baseId=h,A.util.varOccurences(C,E)<2?n+=" "+A.util.varReplace(C,E,Q)+" ":n+=" var "+E+" = "+Q+"; "+C+" ",n+=" if ("+p+") break; } ",A.compositeRule=u.compositeRule=w,n+=" if (!"+p+") {"}else n+=" if ("+c+".length == 0) {";var I=I||[];I.push(n),n="",!1!==A.createErrors?(n+=" { keyword: 'contains' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(s)+" , params: {} ",!1!==A.opts.messages&&(n+=" , message: 'should contain a valid item' "),A.opts.verbose&&(n+=" , schema: validate.schema"+a+" , parentSchema: validate.schema"+A.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var y=n;return n=I.pop(),!A.compositeRule&&l?A.async?n+=" throw new ValidationError(["+y+"]); ":n+=" validate.errors = ["+y+"]; return false; ":n+=" var err = "+y+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+=" } else { ",m&&(n+=" errors = "+B+"; if (vErrors !== null) { if ("+B+") vErrors.length = "+B+"; else vErrors = null; } "),A.opts.allErrors&&(n+=" } "),n}},62619:A=>{"use strict";A.exports=function(A,e,t){var n,r,o=" ",i=A.level,a=A.dataLevel,s=A.schema[e],l=A.schemaPath+A.util.getProperty(e),c=A.errSchemaPath+"/"+e,g=!A.opts.allErrors,B="data"+(a||""),u="valid"+i,p="errs__"+i,d=A.opts.$data&&s&&s.$data;d?(o+=" var schema"+i+" = "+A.util.getData(s.$data,a,A.dataPathArr)+"; ",r="schema"+i):r=s;var f,E,h,m,w,Q=this,C="definition"+i,I=Q.definition,y="";if(d&&I.$data){w="keywordValidate"+i;var M=I.validateSchema;o+=" var "+C+" = RULES.custom['"+e+"'].definition; var "+w+" = "+C+".validate;"}else{if(!(m=A.useCustomRule(Q,s,A.schema,A)))return;r="validate.schema"+l,w=m.code,f=I.compile,E=I.inline,h=I.macro}var v=w+".errors",F="i"+i,Y="ruleErr"+i,b=I.async;if(b&&!A.async)throw new Error("async keyword in sync schema");if(E||h||(o+=v+" = null;"),o+="var "+p+" = errors;var "+u+";",d&&I.$data&&(y+="}",o+=" if ("+r+" === undefined) { "+u+" = true; } else { ",M&&(y+="}",o+=" "+u+" = "+C+".validateSchema("+r+"); if ("+u+") { ")),E)I.statements?o+=" "+m.validate+" ":o+=" "+u+" = "+m.validate+"; ";else if(h){var D=A.util.copy(A);y="",D.level++;var x="valid"+D.level;D.schema=m.validate,D.schemaPath="";var k=A.compositeRule;A.compositeRule=D.compositeRule=!0;var G=A.validate(D).replace(/validate\.schema/g,w);A.compositeRule=D.compositeRule=k,o+=" "+G}else{(H=H||[]).push(o),o="",o+=" "+w+".call( ",A.opts.passContext?o+="this":o+="self",f||!1===I.schema?o+=" , "+B+" ":o+=" , "+r+" , "+B+" , validate.schema"+A.schemaPath+" ",o+=" , (dataPath || '')",'""'!=A.errorPath&&(o+=" + "+A.errorPath);var U=a?"data"+(a-1||""):"parentData",T=a?A.dataPathArr[a]:"parentDataProperty",R=o+=" , "+U+" , "+T+" , rootData ) ";o=H.pop(),!1===I.errors?(o+=" "+u+" = ",b&&(o+="await "),o+=R+"; "):o+=b?" var "+(v="customErrors"+i)+" = null; try { "+u+" = await "+R+"; } catch (e) { "+u+" = false; if (e instanceof ValidationError) "+v+" = e.errors; else throw e; } ":" "+v+" = null; "+u+" = "+R+"; "}if(I.modifying&&(o+=" if ("+U+") "+B+" = "+U+"["+T+"];"),o+=""+y,I.valid)g&&(o+=" if (true) { ");else{var H;o+=" if ( ",void 0===I.valid?(o+=" !",o+=h?""+x:""+u):o+=" "+!I.valid+" ",o+=") { ",n=Q.keyword,(H=H||[]).push(o),o="",(H=H||[]).push(o),o="",!1!==A.createErrors?(o+=" { keyword: '"+(n||"custom")+"' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(c)+" , params: { keyword: '"+Q.keyword+"' } ",!1!==A.opts.messages&&(o+=" , message: 'should pass \""+Q.keyword+"\" keyword validation' "),A.opts.verbose&&(o+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+A.schemaPath+" , data: "+B+" "),o+=" } "):o+=" {} ";var N=o;o=H.pop(),!A.compositeRule&&g?A.async?o+=" throw new ValidationError(["+N+"]); ":o+=" validate.errors = ["+N+"]; return false; ":o+=" var err = "+N+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ";var S=o;o=H.pop(),E?I.errors?"full"!=I.errors&&(o+=" for (var "+F+"="+p+"; "+F+"{"use strict";A.exports=function(A,e,t){var n=" ",r=A.level,o=A.dataLevel,i=A.schema[e],a=A.schemaPath+A.util.getProperty(e),s=A.errSchemaPath+"/"+e,l=!A.opts.allErrors,c="data"+(o||""),g="errs__"+r,B=A.util.copy(A),u="";B.level++;var p="valid"+B.level,d={},f={},E=A.opts.ownProperties;for(Q in i)if("__proto__"!=Q){var h=i[Q],m=Array.isArray(h)?f:d;m[Q]=h}n+="var "+g+" = errors;";var w=A.errorPath;for(var Q in n+="var missing"+r+";",f)if((m=f[Q]).length){if(n+=" if ( "+c+A.util.getProperty(Q)+" !== undefined ",E&&(n+=" && Object.prototype.hasOwnProperty.call("+c+", '"+A.util.escapeQuotes(Q)+"') "),l){n+=" && ( ";var C=m;if(C)for(var I=-1,y=C.length-1;I0||!1===h:A.util.schemaHasRules(h,A.RULES.all))&&(n+=" "+p+" = true; if ( "+c+A.util.getProperty(Q)+" !== undefined ",E&&(n+=" && Object.prototype.hasOwnProperty.call("+c+", '"+A.util.escapeQuotes(Q)+"') "),n+=") { ",B.schema=h,B.schemaPath=a+A.util.getProperty(Q),B.errSchemaPath=s+"/"+A.util.escapeFragment(Q),n+=" "+A.validate(B)+" ",B.baseId=T,n+=" } ",l&&(n+=" if ("+p+") { ",u+="}"));return l&&(n+=" "+u+" if ("+g+" == errors) {"),n}},27861:A=>{"use strict";A.exports=function(A,e,t){var n=" ",r=A.level,o=A.dataLevel,i=A.schema[e],a=A.schemaPath+A.util.getProperty(e),s=A.errSchemaPath+"/"+e,l=!A.opts.allErrors,c="data"+(o||""),g="valid"+r,B=A.opts.$data&&i&&i.$data;B&&(n+=" var schema"+r+" = "+A.util.getData(i.$data,o,A.dataPathArr)+"; ");var u="i"+r,p="schema"+r;B||(n+=" var "+p+" = validate.schema"+a+";"),n+="var "+g+";",B&&(n+=" if (schema"+r+" === undefined) "+g+" = true; else if (!Array.isArray(schema"+r+")) "+g+" = false; else {"),n+=g+" = false;for (var "+u+"=0; "+u+"<"+p+".length; "+u+"++) if (equal("+c+", "+p+"["+u+"])) { "+g+" = true; break; }",B&&(n+=" } "),n+=" if (!"+g+") { ";var d=d||[];d.push(n),n="",!1!==A.createErrors?(n+=" { keyword: 'enum' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(s)+" , params: { allowedValues: schema"+r+" } ",!1!==A.opts.messages&&(n+=" , message: 'should be equal to one of the allowed values' "),A.opts.verbose&&(n+=" , schema: validate.schema"+a+" , parentSchema: validate.schema"+A.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var f=n;return n=d.pop(),!A.compositeRule&&l?A.async?n+=" throw new ValidationError(["+f+"]); ":n+=" validate.errors = ["+f+"]; return false; ":n+=" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+=" }",l&&(n+=" else { "),n}},68715:A=>{"use strict";A.exports=function(A,e,t){var n=" ",r=A.level,o=A.dataLevel,i=A.schema[e],a=A.schemaPath+A.util.getProperty(e),s=A.errSchemaPath+"/"+e,l=!A.opts.allErrors,c="data"+(o||"");if(!1===A.opts.format)return l&&(n+=" if (true) { "),n;var g,B=A.opts.$data&&i&&i.$data;B?(n+=" var schema"+r+" = "+A.util.getData(i.$data,o,A.dataPathArr)+"; ",g="schema"+r):g=i;var u=A.opts.unknownFormats,p=Array.isArray(u);if(B)n+=" var "+(d="format"+r)+" = formats["+g+"]; var "+(f="isObject"+r)+" = typeof "+d+" == 'object' && !("+d+" instanceof RegExp) && "+d+".validate; var "+(E="formatType"+r)+" = "+f+" && "+d+".type || 'string'; if ("+f+") { ",A.async&&(n+=" var async"+r+" = "+d+".async; "),n+=" "+d+" = "+d+".validate; } if ( ",B&&(n+=" ("+g+" !== undefined && typeof "+g+" != 'string') || "),n+=" (","ignore"!=u&&(n+=" ("+g+" && !"+d+" ",p&&(n+=" && self._opts.unknownFormats.indexOf("+g+") == -1 "),n+=") || "),n+=" ("+d+" && "+E+" == '"+t+"' && !(typeof "+d+" == 'function' ? ",A.async?n+=" (async"+r+" ? await "+d+"("+c+") : "+d+"("+c+")) ":n+=" "+d+"("+c+") ",n+=" : "+d+".test("+c+"))))) {";else{var d;if(!(d=A.formats[i])){if("ignore"==u)return A.logger.warn('unknown format "'+i+'" ignored in schema at path "'+A.errSchemaPath+'"'),l&&(n+=" if (true) { "),n;if(p&&u.indexOf(i)>=0)return l&&(n+=" if (true) { "),n;throw new Error('unknown format "'+i+'" is used in schema at path "'+A.errSchemaPath+'"')}var f,E=(f="object"==typeof d&&!(d instanceof RegExp)&&d.validate)&&d.type||"string";if(f){var h=!0===d.async;d=d.validate}if(E!=t)return l&&(n+=" if (true) { "),n;if(h){if(!A.async)throw new Error("async format in sync schema");n+=" if (!(await "+(m="formats"+A.util.getProperty(i)+".validate")+"("+c+"))) { "}else{n+=" if (! ";var m="formats"+A.util.getProperty(i);f&&(m+=".validate"),n+="function"==typeof d?" "+m+"("+c+") ":" "+m+".test("+c+") ",n+=") { "}}var w=w||[];w.push(n),n="",!1!==A.createErrors?(n+=" { keyword: 'format' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(s)+" , params: { format: ",n+=B?""+g:""+A.util.toQuotedString(i),n+=" } ",!1!==A.opts.messages&&(n+=" , message: 'should match format \"",n+=B?"' + "+g+" + '":""+A.util.escapeQuotes(i),n+="\"' "),A.opts.verbose&&(n+=" , schema: ",n+=B?"validate.schema"+a:""+A.util.toQuotedString(i),n+=" , parentSchema: validate.schema"+A.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var Q=n;return n=w.pop(),!A.compositeRule&&l?A.async?n+=" throw new ValidationError(["+Q+"]); ":n+=" validate.errors = ["+Q+"]; return false; ":n+=" var err = "+Q+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+=" } ",l&&(n+=" else { "),n}},47248:A=>{"use strict";A.exports=function(A,e,t){var n=" ",r=A.level,o=A.dataLevel,i=A.schema[e],a=A.schemaPath+A.util.getProperty(e),s=A.errSchemaPath+"/"+e,l=!A.opts.allErrors,c="data"+(o||""),g="valid"+r,B="errs__"+r,u=A.util.copy(A);u.level++;var p="valid"+u.level,d=A.schema.then,f=A.schema.else,E=void 0!==d&&(A.opts.strictKeywords?"object"==typeof d&&Object.keys(d).length>0||!1===d:A.util.schemaHasRules(d,A.RULES.all)),h=void 0!==f&&(A.opts.strictKeywords?"object"==typeof f&&Object.keys(f).length>0||!1===f:A.util.schemaHasRules(f,A.RULES.all)),m=u.baseId;if(E||h){var w;u.createErrors=!1,u.schema=i,u.schemaPath=a,u.errSchemaPath=s,n+=" var "+B+" = errors; var "+g+" = true; ";var Q=A.compositeRule;A.compositeRule=u.compositeRule=!0,n+=" "+A.validate(u)+" ",u.baseId=m,u.createErrors=!0,n+=" errors = "+B+"; if (vErrors !== null) { if ("+B+") vErrors.length = "+B+"; else vErrors = null; } ",A.compositeRule=u.compositeRule=Q,E?(n+=" if ("+p+") { ",u.schema=A.schema.then,u.schemaPath=A.schemaPath+".then",u.errSchemaPath=A.errSchemaPath+"/then",n+=" "+A.validate(u)+" ",u.baseId=m,n+=" "+g+" = "+p+"; ",E&&h?n+=" var "+(w="ifClause"+r)+" = 'then'; ":w="'then'",n+=" } ",h&&(n+=" else { ")):n+=" if (!"+p+") { ",h&&(u.schema=A.schema.else,u.schemaPath=A.schemaPath+".else",u.errSchemaPath=A.errSchemaPath+"/else",n+=" "+A.validate(u)+" ",u.baseId=m,n+=" "+g+" = "+p+"; ",E&&h?n+=" var "+(w="ifClause"+r)+" = 'else'; ":w="'else'",n+=" } "),n+=" if (!"+g+") { var err = ",!1!==A.createErrors?(n+=" { keyword: 'if' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(s)+" , params: { failingKeyword: "+w+" } ",!1!==A.opts.messages&&(n+=" , message: 'should match \"' + "+w+" + '\" schema' "),A.opts.verbose&&(n+=" , schema: validate.schema"+a+" , parentSchema: validate.schema"+A.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ",n+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!A.compositeRule&&l&&(A.async?n+=" throw new ValidationError(vErrors); ":n+=" validate.errors = vErrors; return false; "),n+=" } ",l&&(n+=" else { ")}else l&&(n+=" if (true) { ");return n}},86752:(A,e,t)=>{"use strict";A.exports={$ref:t(17332),allOf:t(64351),anyOf:t(36499),$comment:t(90171),const:t(3738),contains:t(52529),dependencies:t(23181),enum:t(27861),format:t(68715),if:t(47248),items:t(98309),maximum:t(8953),minimum:t(8953),maxItems:t(37747),minItems:t(37747),maxLength:t(40156),minLength:t(40156),maxProperties:t(49710),minProperties:t(49710),multipleOf:t(65600),not:t(65285),oneOf:t(34857),pattern:t(66711),properties:t(63114),propertyNames:t(72127),required:t(82085),uniqueItems:t(31841),validate:t(31862)}},98309:A=>{"use strict";A.exports=function(A,e,t){var n=" ",r=A.level,o=A.dataLevel,i=A.schema[e],a=A.schemaPath+A.util.getProperty(e),s=A.errSchemaPath+"/"+e,l=!A.opts.allErrors,c="data"+(o||""),g="valid"+r,B="errs__"+r,u=A.util.copy(A),p="";u.level++;var d="valid"+u.level,f="i"+r,E=u.dataLevel=A.dataLevel+1,h="data"+E,m=A.baseId;if(n+="var "+B+" = errors;var "+g+";",Array.isArray(i)){var w=A.schema.additionalItems;if(!1===w){n+=" "+g+" = "+c+".length <= "+i.length+"; ";var Q=s;s=A.errSchemaPath+"/additionalItems",n+=" if (!"+g+") { ";var C=C||[];C.push(n),n="",!1!==A.createErrors?(n+=" { keyword: 'additionalItems' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(s)+" , params: { limit: "+i.length+" } ",!1!==A.opts.messages&&(n+=" , message: 'should NOT have more than "+i.length+" items' "),A.opts.verbose&&(n+=" , schema: false , parentSchema: validate.schema"+A.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var I=n;n=C.pop(),!A.compositeRule&&l?A.async?n+=" throw new ValidationError(["+I+"]); ":n+=" validate.errors = ["+I+"]; return false; ":n+=" var err = "+I+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+=" } ",s=Q,l&&(p+="}",n+=" else { ")}var y=i;if(y)for(var M,v=-1,F=y.length-1;v0||!1===M:A.util.schemaHasRules(M,A.RULES.all)){n+=" "+d+" = true; if ("+c+".length > "+v+") { ";var Y=c+"["+v+"]";u.schema=M,u.schemaPath=a+"["+v+"]",u.errSchemaPath=s+"/"+v,u.errorPath=A.util.getPathExpr(A.errorPath,v,A.opts.jsonPointers,!0),u.dataPathArr[E]=v;var b=A.validate(u);u.baseId=m,A.util.varOccurences(b,h)<2?n+=" "+A.util.varReplace(b,h,Y)+" ":n+=" var "+h+" = "+Y+"; "+b+" ",n+=" } ",l&&(n+=" if ("+d+") { ",p+="}")}"object"==typeof w&&(A.opts.strictKeywords?"object"==typeof w&&Object.keys(w).length>0||!1===w:A.util.schemaHasRules(w,A.RULES.all))&&(u.schema=w,u.schemaPath=A.schemaPath+".additionalItems",u.errSchemaPath=A.errSchemaPath+"/additionalItems",n+=" "+d+" = true; if ("+c+".length > "+i.length+") { for (var "+f+" = "+i.length+"; "+f+" < "+c+".length; "+f+"++) { ",u.errorPath=A.util.getPathExpr(A.errorPath,f,A.opts.jsonPointers,!0),Y=c+"["+f+"]",u.dataPathArr[E]=f,b=A.validate(u),u.baseId=m,A.util.varOccurences(b,h)<2?n+=" "+A.util.varReplace(b,h,Y)+" ":n+=" var "+h+" = "+Y+"; "+b+" ",l&&(n+=" if (!"+d+") break; "),n+=" } } ",l&&(n+=" if ("+d+") { ",p+="}"))}else(A.opts.strictKeywords?"object"==typeof i&&Object.keys(i).length>0||!1===i:A.util.schemaHasRules(i,A.RULES.all))&&(u.schema=i,u.schemaPath=a,u.errSchemaPath=s,n+=" for (var "+f+" = 0; "+f+" < "+c+".length; "+f+"++) { ",u.errorPath=A.util.getPathExpr(A.errorPath,f,A.opts.jsonPointers,!0),Y=c+"["+f+"]",u.dataPathArr[E]=f,b=A.validate(u),u.baseId=m,A.util.varOccurences(b,h)<2?n+=" "+A.util.varReplace(b,h,Y)+" ":n+=" var "+h+" = "+Y+"; "+b+" ",l&&(n+=" if (!"+d+") break; "),n+=" }");return l&&(n+=" "+p+" if ("+B+" == errors) {"),n}},65600:A=>{"use strict";A.exports=function(A,e,t){var n,r=" ",o=A.level,i=A.dataLevel,a=A.schema[e],s=A.schemaPath+A.util.getProperty(e),l=A.errSchemaPath+"/"+e,c=!A.opts.allErrors,g="data"+(i||""),B=A.opts.$data&&a&&a.$data;if(B?(r+=" var schema"+o+" = "+A.util.getData(a.$data,i,A.dataPathArr)+"; ",n="schema"+o):n=a,!B&&"number"!=typeof a)throw new Error(e+" must be number");r+="var division"+o+";if (",B&&(r+=" "+n+" !== undefined && ( typeof "+n+" != 'number' || "),r+=" (division"+o+" = "+g+" / "+n+", ",A.opts.multipleOfPrecision?r+=" Math.abs(Math.round(division"+o+") - division"+o+") > 1e-"+A.opts.multipleOfPrecision+" ":r+=" division"+o+" !== parseInt(division"+o+") ",r+=" ) ",B&&(r+=" ) "),r+=" ) { ";var u=u||[];u.push(r),r="",!1!==A.createErrors?(r+=" { keyword: 'multipleOf' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(l)+" , params: { multipleOf: "+n+" } ",!1!==A.opts.messages&&(r+=" , message: 'should be multiple of ",r+=B?"' + "+n:n+"'"),A.opts.verbose&&(r+=" , schema: ",r+=B?"validate.schema"+s:""+a,r+=" , parentSchema: validate.schema"+A.schemaPath+" , data: "+g+" "),r+=" } "):r+=" {} ";var p=r;return r=u.pop(),!A.compositeRule&&c?A.async?r+=" throw new ValidationError(["+p+"]); ":r+=" validate.errors = ["+p+"]; return false; ":r+=" var err = "+p+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+="} ",c&&(r+=" else { "),r}},65285:A=>{"use strict";A.exports=function(A,e,t){var n=" ",r=A.level,o=A.dataLevel,i=A.schema[e],a=A.schemaPath+A.util.getProperty(e),s=A.errSchemaPath+"/"+e,l=!A.opts.allErrors,c="data"+(o||""),g="errs__"+r,B=A.util.copy(A);B.level++;var u="valid"+B.level;if(A.opts.strictKeywords?"object"==typeof i&&Object.keys(i).length>0||!1===i:A.util.schemaHasRules(i,A.RULES.all)){B.schema=i,B.schemaPath=a,B.errSchemaPath=s,n+=" var "+g+" = errors; ";var p,d=A.compositeRule;A.compositeRule=B.compositeRule=!0,B.createErrors=!1,B.opts.allErrors&&(p=B.opts.allErrors,B.opts.allErrors=!1),n+=" "+A.validate(B)+" ",B.createErrors=!0,p&&(B.opts.allErrors=p),A.compositeRule=B.compositeRule=d,n+=" if ("+u+") { ";var f=f||[];f.push(n),n="",!1!==A.createErrors?(n+=" { keyword: 'not' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(s)+" , params: {} ",!1!==A.opts.messages&&(n+=" , message: 'should NOT be valid' "),A.opts.verbose&&(n+=" , schema: validate.schema"+a+" , parentSchema: validate.schema"+A.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var E=n;n=f.pop(),!A.compositeRule&&l?A.async?n+=" throw new ValidationError(["+E+"]); ":n+=" validate.errors = ["+E+"]; return false; ":n+=" var err = "+E+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+=" } else { errors = "+g+"; if (vErrors !== null) { if ("+g+") vErrors.length = "+g+"; else vErrors = null; } ",A.opts.allErrors&&(n+=" } ")}else n+=" var err = ",!1!==A.createErrors?(n+=" { keyword: 'not' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(s)+" , params: {} ",!1!==A.opts.messages&&(n+=" , message: 'should NOT be valid' "),A.opts.verbose&&(n+=" , schema: validate.schema"+a+" , parentSchema: validate.schema"+A.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ",n+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",l&&(n+=" if (false) { ");return n}},34857:A=>{"use strict";A.exports=function(A,e,t){var n=" ",r=A.level,o=A.dataLevel,i=A.schema[e],a=A.schemaPath+A.util.getProperty(e),s=A.errSchemaPath+"/"+e,l=!A.opts.allErrors,c="data"+(o||""),g="valid"+r,B="errs__"+r,u=A.util.copy(A),p="";u.level++;var d="valid"+u.level,f=u.baseId,E="prevValid"+r,h="passingSchemas"+r;n+="var "+B+" = errors , "+E+" = false , "+g+" = false , "+h+" = null; ";var m=A.compositeRule;A.compositeRule=u.compositeRule=!0;var w=i;if(w)for(var Q,C=-1,I=w.length-1;C0||!1===Q:A.util.schemaHasRules(Q,A.RULES.all))?(u.schema=Q,u.schemaPath=a+"["+C+"]",u.errSchemaPath=s+"/"+C,n+=" "+A.validate(u)+" ",u.baseId=f):n+=" var "+d+" = true; ",C&&(n+=" if ("+d+" && "+E+") { "+g+" = false; "+h+" = ["+h+", "+C+"]; } else { ",p+="}"),n+=" if ("+d+") { "+g+" = "+E+" = true; "+h+" = "+C+"; }";return A.compositeRule=u.compositeRule=m,n+=p+"if (!"+g+") { var err = ",!1!==A.createErrors?(n+=" { keyword: 'oneOf' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(s)+" , params: { passingSchemas: "+h+" } ",!1!==A.opts.messages&&(n+=" , message: 'should match exactly one schema in oneOf' "),A.opts.verbose&&(n+=" , schema: validate.schema"+a+" , parentSchema: validate.schema"+A.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ",n+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!A.compositeRule&&l&&(A.async?n+=" throw new ValidationError(vErrors); ":n+=" validate.errors = vErrors; return false; "),n+="} else { errors = "+B+"; if (vErrors !== null) { if ("+B+") vErrors.length = "+B+"; else vErrors = null; }",A.opts.allErrors&&(n+=" } "),n}},66711:A=>{"use strict";A.exports=function(A,e,t){var n,r=" ",o=A.level,i=A.dataLevel,a=A.schema[e],s=A.schemaPath+A.util.getProperty(e),l=A.errSchemaPath+"/"+e,c=!A.opts.allErrors,g="data"+(i||""),B=A.opts.$data&&a&&a.$data;B?(r+=" var schema"+o+" = "+A.util.getData(a.$data,i,A.dataPathArr)+"; ",n="schema"+o):n=a,r+="if ( ",B&&(r+=" ("+n+" !== undefined && typeof "+n+" != 'string') || "),r+=" !"+(B?"(new RegExp("+n+"))":A.usePattern(a))+".test("+g+") ) { ";var u=u||[];u.push(r),r="",!1!==A.createErrors?(r+=" { keyword: 'pattern' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(l)+" , params: { pattern: ",r+=B?""+n:""+A.util.toQuotedString(a),r+=" } ",!1!==A.opts.messages&&(r+=" , message: 'should match pattern \"",r+=B?"' + "+n+" + '":""+A.util.escapeQuotes(a),r+="\"' "),A.opts.verbose&&(r+=" , schema: ",r+=B?"validate.schema"+s:""+A.util.toQuotedString(a),r+=" , parentSchema: validate.schema"+A.schemaPath+" , data: "+g+" "),r+=" } "):r+=" {} ";var p=r;return r=u.pop(),!A.compositeRule&&c?A.async?r+=" throw new ValidationError(["+p+"]); ":r+=" validate.errors = ["+p+"]; return false; ":r+=" var err = "+p+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+="} ",c&&(r+=" else { "),r}},63114:A=>{"use strict";A.exports=function(A,e,t){var n=" ",r=A.level,o=A.dataLevel,i=A.schema[e],a=A.schemaPath+A.util.getProperty(e),s=A.errSchemaPath+"/"+e,l=!A.opts.allErrors,c="data"+(o||""),g="errs__"+r,B=A.util.copy(A),u="";B.level++;var p="valid"+B.level,d="key"+r,f="idx"+r,E=B.dataLevel=A.dataLevel+1,h="data"+E,m="dataProperties"+r,w=Object.keys(i||{}).filter(G),Q=A.schema.patternProperties||{},C=Object.keys(Q).filter(G),I=A.schema.additionalProperties,y=w.length||C.length,M=!1===I,v="object"==typeof I&&Object.keys(I).length,F=A.opts.removeAdditional,Y=M||v||F,b=A.opts.ownProperties,D=A.baseId,x=A.schema.required;if(x&&(!A.opts.$data||!x.$data)&&x.length8)n+=" || validate.schema"+a+".hasOwnProperty("+d+") ";else{var U=w;if(U)for(var T=-1,R=U.length-1;T0||!1===_:A.util.schemaHasRules(_,A.RULES.all)){var $=A.util.getProperty(Z),AA=(W=c+$,L&&void 0!==_.default);if(B.schema=_,B.schemaPath=a+$,B.errSchemaPath=s+"/"+A.util.escapeFragment(Z),B.errorPath=A.util.getPath(A.errorPath,Z,A.opts.jsonPointers),B.dataPathArr[E]=A.util.toQuotedString(Z),z=A.validate(B),B.baseId=D,A.util.varOccurences(z,h)<2){z=A.util.varReplace(z,h,W);var eA=W}else eA=h,n+=" var "+h+" = "+W+"; ";if(AA)n+=" "+z+" ";else{if(k&&k[Z]){n+=" if ( "+eA+" === undefined ",b&&(n+=" || ! Object.prototype.hasOwnProperty.call("+c+", '"+A.util.escapeQuotes(Z)+"') "),n+=") { "+p+" = false; ",P=A.errorPath,J=s;var tA,nA=A.util.escapeQuotes(Z);A.opts._errorDataPathProperty&&(A.errorPath=A.util.getPath(P,Z,A.opts.jsonPointers)),s=A.errSchemaPath+"/required",(tA=tA||[]).push(n),n="",!1!==A.createErrors?(n+=" { keyword: 'required' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(s)+" , params: { missingProperty: '"+nA+"' } ",!1!==A.opts.messages&&(n+=" , message: '",A.opts._errorDataPathProperty?n+="is a required property":n+="should have required property \\'"+nA+"\\'",n+="' "),A.opts.verbose&&(n+=" , schema: validate.schema"+a+" , parentSchema: validate.schema"+A.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ",V=n,n=tA.pop(),!A.compositeRule&&l?A.async?n+=" throw new ValidationError(["+V+"]); ":n+=" validate.errors = ["+V+"]; return false; ":n+=" var err = "+V+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",s=J,A.errorPath=P,n+=" } else { "}else l?(n+=" if ( "+eA+" === undefined ",b&&(n+=" || ! Object.prototype.hasOwnProperty.call("+c+", '"+A.util.escapeQuotes(Z)+"') "),n+=") { "+p+" = true; } else { "):(n+=" if ("+eA+" !== undefined ",b&&(n+=" && Object.prototype.hasOwnProperty.call("+c+", '"+A.util.escapeQuotes(Z)+"') "),n+=" ) { ");n+=" "+z+" } "}}l&&(n+=" if ("+p+") { ",u+="}")}}if(C.length){var rA=C;if(rA)for(var oA,iA=-1,aA=rA.length-1;iA0||!1===_:A.util.schemaHasRules(_,A.RULES.all))&&(B.schema=_,B.schemaPath=A.schemaPath+".patternProperties"+A.util.getProperty(oA),B.errSchemaPath=A.errSchemaPath+"/patternProperties/"+A.util.escapeFragment(oA),n+=b?" "+m+" = "+m+" || Object.keys("+c+"); for (var "+f+"=0; "+f+"<"+m+".length; "+f+"++) { var "+d+" = "+m+"["+f+"]; ":" for (var "+d+" in "+c+") { ",n+=" if ("+A.usePattern(oA)+".test("+d+")) { ",B.errorPath=A.util.getPathExpr(A.errorPath,d,A.opts.jsonPointers),W=c+"["+d+"]",B.dataPathArr[E]=d,z=A.validate(B),B.baseId=D,A.util.varOccurences(z,h)<2?n+=" "+A.util.varReplace(z,h,W)+" ":n+=" var "+h+" = "+W+"; "+z+" ",l&&(n+=" if (!"+p+") break; "),n+=" } ",l&&(n+=" else "+p+" = true; "),n+=" } ",l&&(n+=" if ("+p+") { ",u+="}"))}return l&&(n+=" "+u+" if ("+g+" == errors) {"),n}},72127:A=>{"use strict";A.exports=function(A,e,t){var n=" ",r=A.level,o=A.dataLevel,i=A.schema[e],a=A.schemaPath+A.util.getProperty(e),s=A.errSchemaPath+"/"+e,l=!A.opts.allErrors,c="data"+(o||""),g="errs__"+r,B=A.util.copy(A);B.level++;var u="valid"+B.level;if(n+="var "+g+" = errors;",A.opts.strictKeywords?"object"==typeof i&&Object.keys(i).length>0||!1===i:A.util.schemaHasRules(i,A.RULES.all)){B.schema=i,B.schemaPath=a,B.errSchemaPath=s;var p="key"+r,d="idx"+r,f="i"+r,E="' + "+p+" + '",h="data"+(B.dataLevel=A.dataLevel+1),m="dataProperties"+r,w=A.opts.ownProperties,Q=A.baseId;w&&(n+=" var "+m+" = undefined; "),n+=w?" "+m+" = "+m+" || Object.keys("+c+"); for (var "+d+"=0; "+d+"<"+m+".length; "+d+"++) { var "+p+" = "+m+"["+d+"]; ":" for (var "+p+" in "+c+") { ",n+=" var startErrs"+r+" = errors; ";var C=p,I=A.compositeRule;A.compositeRule=B.compositeRule=!0;var y=A.validate(B);B.baseId=Q,A.util.varOccurences(y,h)<2?n+=" "+A.util.varReplace(y,h,C)+" ":n+=" var "+h+" = "+C+"; "+y+" ",A.compositeRule=B.compositeRule=I,n+=" if (!"+u+") { for (var "+f+"=startErrs"+r+"; "+f+"{"use strict";A.exports=function(A,e,t){var n,r,o=" ",i=A.level,a=A.dataLevel,s=A.schema[e],l=A.errSchemaPath+"/"+e,c=!A.opts.allErrors,g="data"+(a||""),B="valid"+i;if("#"==s||"#/"==s)A.isRoot?(n=A.async,r="validate"):(n=!0===A.root.schema.$async,r="root.refVal[0]");else{var u=A.resolveRef(A.baseId,s,A.isRoot);if(void 0===u){var p=A.MissingRefError.message(A.baseId,s);if("fail"==A.opts.missingRefs){A.logger.error(p),(h=h||[]).push(o),o="",!1!==A.createErrors?(o+=" { keyword: '$ref' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(l)+" , params: { ref: '"+A.util.escapeQuotes(s)+"' } ",!1!==A.opts.messages&&(o+=" , message: 'can\\'t resolve reference "+A.util.escapeQuotes(s)+"' "),A.opts.verbose&&(o+=" , schema: "+A.util.toQuotedString(s)+" , parentSchema: validate.schema"+A.schemaPath+" , data: "+g+" "),o+=" } "):o+=" {} ";var d=o;o=h.pop(),!A.compositeRule&&c?A.async?o+=" throw new ValidationError(["+d+"]); ":o+=" validate.errors = ["+d+"]; return false; ":o+=" var err = "+d+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",c&&(o+=" if (false) { ")}else{if("ignore"!=A.opts.missingRefs)throw new A.MissingRefError(A.baseId,s,p);A.logger.warn(p),c&&(o+=" if (true) { ")}}else if(u.inline){var f=A.util.copy(A);f.level++;var E="valid"+f.level;f.schema=u.schema,f.schemaPath="",f.errSchemaPath=s,o+=" "+A.validate(f).replace(/validate\.schema/g,u.code)+" ",c&&(o+=" if ("+E+") { ")}else n=!0===u.$async||A.async&&!1!==u.$async,r=u.code}if(r){var h;(h=h||[]).push(o),o="",A.opts.passContext?o+=" "+r+".call(this, ":o+=" "+r+"( ",o+=" "+g+", (dataPath || '')",'""'!=A.errorPath&&(o+=" + "+A.errorPath);var m=o+=" , "+(a?"data"+(a-1||""):"parentData")+" , "+(a?A.dataPathArr[a]:"parentDataProperty")+", rootData) ";if(o=h.pop(),n){if(!A.async)throw new Error("async schema referenced by sync schema");c&&(o+=" var "+B+"; "),o+=" try { await "+m+"; ",c&&(o+=" "+B+" = true; "),o+=" } catch (e) { if (!(e instanceof ValidationError)) throw e; if (vErrors === null) vErrors = e.errors; else vErrors = vErrors.concat(e.errors); errors = vErrors.length; ",c&&(o+=" "+B+" = false; "),o+=" } ",c&&(o+=" if ("+B+") { ")}else o+=" if (!"+m+") { if (vErrors === null) vErrors = "+r+".errors; else vErrors = vErrors.concat("+r+".errors); errors = vErrors.length; } ",c&&(o+=" else { ")}return o}},82085:A=>{"use strict";A.exports=function(A,e,t){var n=" ",r=A.level,o=A.dataLevel,i=A.schema[e],a=A.schemaPath+A.util.getProperty(e),s=A.errSchemaPath+"/"+e,l=!A.opts.allErrors,c="data"+(o||""),g="valid"+r,B=A.opts.$data&&i&&i.$data;B&&(n+=" var schema"+r+" = "+A.util.getData(i.$data,o,A.dataPathArr)+"; ");var u="schema"+r;if(!B)if(i.length0||!1===m:A.util.schemaHasRules(m,A.RULES.all))||(p[p.length]=f)}}else p=i;if(B||p.length){var w=A.errorPath,Q=B||p.length>=A.opts.loopRequired,C=A.opts.ownProperties;if(l)if(n+=" var missing"+r+"; ",Q){B||(n+=" var "+u+" = validate.schema"+a+"; ");var I="' + "+(b="schema"+r+"["+(F="i"+r)+"]")+" + '";A.opts._errorDataPathProperty&&(A.errorPath=A.util.getPathExpr(w,b,A.opts.jsonPointers)),n+=" var "+g+" = true; ",B&&(n+=" if (schema"+r+" === undefined) "+g+" = true; else if (!Array.isArray(schema"+r+")) "+g+" = false; else {"),n+=" for (var "+F+" = 0; "+F+" < "+u+".length; "+F+"++) { "+g+" = "+c+"["+u+"["+F+"]] !== undefined ",C&&(n+=" && Object.prototype.hasOwnProperty.call("+c+", "+u+"["+F+"]) "),n+="; if (!"+g+") break; } ",B&&(n+=" } "),n+=" if (!"+g+") { ",(M=M||[]).push(n),n="",!1!==A.createErrors?(n+=" { keyword: 'required' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(s)+" , params: { missingProperty: '"+I+"' } ",!1!==A.opts.messages&&(n+=" , message: '",A.opts._errorDataPathProperty?n+="is a required property":n+="should have required property \\'"+I+"\\'",n+="' "),A.opts.verbose&&(n+=" , schema: validate.schema"+a+" , parentSchema: validate.schema"+A.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var y=n;n=M.pop(),!A.compositeRule&&l?A.async?n+=" throw new ValidationError(["+y+"]); ":n+=" validate.errors = ["+y+"]; return false; ":n+=" var err = "+y+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+=" } else { "}else{n+=" if ( ";var M,v=p;if(v)for(var F=-1,Y=v.length-1;F{"use strict";A.exports=function(A,e,t){var n,r=" ",o=A.level,i=A.dataLevel,a=A.schema[e],s=A.schemaPath+A.util.getProperty(e),l=A.errSchemaPath+"/"+e,c=!A.opts.allErrors,g="data"+(i||""),B="valid"+o,u=A.opts.$data&&a&&a.$data;if(u?(r+=" var schema"+o+" = "+A.util.getData(a.$data,i,A.dataPathArr)+"; ",n="schema"+o):n=a,(a||u)&&!1!==A.opts.uniqueItems){u&&(r+=" var "+B+"; if ("+n+" === false || "+n+" === undefined) "+B+" = true; else if (typeof "+n+" != 'boolean') "+B+" = false; else { "),r+=" var i = "+g+".length , "+B+" = true , j; if (i > 1) { ";var p=A.schema.items&&A.schema.items.type,d=Array.isArray(p);if(!p||"object"==p||"array"==p||d&&(p.indexOf("object")>=0||p.indexOf("array")>=0))r+=" outer: for (;i--;) { for (j = i; j--;) { if (equal("+g+"[i], "+g+"[j])) { "+B+" = false; break outer; } } } ";else{r+=" var itemIndices = {}, item; for (;i--;) { var item = "+g+"[i]; ";var f="checkDataType"+(d?"s":"");r+=" if ("+A.util[f](p,"item",A.opts.strictNumbers,!0)+") continue; ",d&&(r+=" if (typeof item == 'string') item = '\"' + item; "),r+=" if (typeof itemIndices[item] == 'number') { "+B+" = false; j = itemIndices[item]; break; } itemIndices[item] = i; } "}r+=" } ",u&&(r+=" } "),r+=" if (!"+B+") { ";var E=E||[];E.push(r),r="",!1!==A.createErrors?(r+=" { keyword: 'uniqueItems' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(l)+" , params: { i: i, j: j } ",!1!==A.opts.messages&&(r+=" , message: 'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)' "),A.opts.verbose&&(r+=" , schema: ",r+=u?"validate.schema"+s:""+a,r+=" , parentSchema: validate.schema"+A.schemaPath+" , data: "+g+" "),r+=" } "):r+=" {} ";var h=r;r=E.pop(),!A.compositeRule&&c?A.async?r+=" throw new ValidationError(["+h+"]); ":r+=" validate.errors = ["+h+"]; return false; ":r+=" var err = "+h+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+=" } ",c&&(r+=" else { ")}else c&&(r+=" if (true) { ");return r}},31862:A=>{"use strict";A.exports=function(A,e,t){var n="",r=!0===A.schema.$async,o=A.util.schemaHasRulesExcept(A.schema,A.RULES.all,"$ref"),i=A.self._getId(A.schema);if(A.opts.strictKeywords){var a=A.util.schemaUnknownRules(A.schema,A.RULES.keywords);if(a){var s="unknown keyword: "+a;if("log"!==A.opts.strictKeywords)throw new Error(s);A.logger.warn(s)}}if(A.isTop&&(n+=" var validate = ",r&&(A.async=!0,n+="async "),n+="function(data, dataPath, parentData, parentDataProperty, rootData) { 'use strict'; ",i&&(A.opts.sourceCode||A.opts.processCode)&&(n+=" /*# sourceURL="+i+" */ ")),"boolean"==typeof A.schema||!o&&!A.schema.$ref){e="false schema";var l=A.level,c=A.dataLevel,g=A.schema[e],B=A.schemaPath+A.util.getProperty(e),u=A.errSchemaPath+"/"+e,p=!A.opts.allErrors,d="data"+(c||""),f="valid"+l;if(!1===A.schema){A.isTop?p=!0:n+=" var "+f+" = false; ",(W=W||[]).push(n),n="",!1!==A.createErrors?(n+=" { keyword: 'false schema' , dataPath: (dataPath || '') + "+A.errorPath+" , schemaPath: "+A.util.toQuotedString(u)+" , params: {} ",!1!==A.opts.messages&&(n+=" , message: 'boolean schema is false' "),A.opts.verbose&&(n+=" , schema: false , parentSchema: validate.schema"+A.schemaPath+" , data: "+d+" "),n+=" } "):n+=" {} ";var E=n;n=W.pop(),!A.compositeRule&&p?A.async?n+=" throw new ValidationError(["+E+"]); ":n+=" validate.errors = ["+E+"]; return false; ":n+=" var err = "+E+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}else A.isTop?n+=r?" return data; ":" validate.errors = null; return true; ":n+=" var "+f+" = true; ";return A.isTop&&(n+=" }; return validate; "),n}if(A.isTop){var h=A.isTop;if(l=A.level=0,c=A.dataLevel=0,d="data",A.rootId=A.resolve.fullPath(A.self._getId(A.root.schema)),A.baseId=A.baseId||A.rootId,delete A.isTop,A.dataPathArr=[""],void 0!==A.schema.default&&A.opts.useDefaults&&A.opts.strictDefaults){var m="default is ignored in the schema root";if("log"!==A.opts.strictDefaults)throw new Error(m);A.logger.warn(m)}n+=" var vErrors = null; ",n+=" var errors = 0; ",n+=" if (rootData === undefined) rootData = data; "}else{if(l=A.level,d="data"+((c=A.dataLevel)||""),i&&(A.baseId=A.resolve.url(A.baseId,i)),r&&!A.async)throw new Error("async schema in sync schema");n+=" var errs_"+l+" = errors;"}f="valid"+l,p=!A.opts.allErrors;var w="",Q="",C=A.schema.type,I=Array.isArray(C);if(C&&A.opts.nullable&&!0===A.schema.nullable&&(I?-1==C.indexOf("null")&&(C=C.concat("null")):"null"!=C&&(C=[C,"null"],I=!0)),I&&1==C.length&&(C=C[0],I=!1),A.schema.$ref&&o){if("fail"==A.opts.extendRefs)throw new Error('$ref: validation keywords used in schema at path "'+A.errSchemaPath+'" (see option extendRefs)');!0!==A.opts.extendRefs&&(o=!1,A.logger.warn('$ref: keywords ignored in schema at path "'+A.errSchemaPath+'"'))}if(A.schema.$comment&&A.opts.$comment&&(n+=" "+A.RULES.all.$comment.code(A,"$comment")),C){if(A.opts.coerceTypes)var y=A.util.coerceToTypes(A.opts.coerceTypes,C);var M=A.RULES.types[C];if(y||I||!0===M||M&&!q(M)){B=A.schemaPath+".type",u=A.errSchemaPath+"/type",B=A.schemaPath+".type",u=A.errSchemaPath+"/type";var v=I?"checkDataTypes":"checkDataType";if(n+=" if ("+A.util[v](C,d,A.opts.strictNumbers,!0)+") { ",y){var F="dataType"+l,Y="coerced"+l;n+=" var "+F+" = typeof "+d+"; var "+Y+" = undefined; ","array"==A.opts.coerceTypes&&(n+=" if ("+F+" == 'object' && Array.isArray("+d+") && "+d+".length == 1) { "+d+" = "+d+"[0]; "+F+" = typeof "+d+"; if ("+A.util.checkDataType(A.schema.type,d,A.opts.strictNumbers)+") "+Y+" = "+d+"; } "),n+=" if ("+Y+" !== undefined) ; ";var b=y;if(b)for(var D,x=-1,k=b.length-1;x{"use strict";var n=/^[a-z_$][a-z0-9_$-]*$/i,r=t(62619),o=t(62471);A.exports={add:function(A,e){var t=this.RULES;if(t.keywords[A])throw new Error("Keyword "+A+" is already defined");if(!n.test(A))throw new Error("Keyword "+A+" is not a valid identifier");if(e){this.validateKeyword(e,!0);var o=e.type;if(Array.isArray(o))for(var i=0;i{"use strict";var e=A.exports=function(A,e,n){"function"==typeof e&&(n=e,e={}),t(e,"function"==typeof(n=e.cb||n)?n:n.pre||function(){},n.post||function(){},A,"",A)};function t(A,n,r,o,i,a,s,l,c,g){if(o&&"object"==typeof o&&!Array.isArray(o)){for(var B in n(o,i,a,s,l,c,g),o){var u=o[B];if(Array.isArray(u)){if(B in e.arrayKeywords)for(var p=0;p{"use strict";var n=t(70999),r=function(){return!!n};r.hasArrayLengthDefineBug=function(){if(!n)return null;try{return 1!==n([],"length",{value:1}).length}catch(A){return!0}},A.exports=r},18486:A=>{"use strict";var e={foo:{}},t=Object;A.exports=function(){return{__proto__:e}.foo===e.foo&&!({__proto__:null}instanceof t)}},32636:(A,e,t)=>{"use strict";var n="undefined"!=typeof Symbol&&Symbol,r=t(66679);A.exports=function(){return"function"==typeof n&&"function"==typeof Symbol&&"symbol"==typeof n("foo")&&"symbol"==typeof Symbol("bar")&&r()}},66679:A=>{"use strict";A.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var A={},e=Symbol("test"),t=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;for(e in A[e]=42,A)return!1;if("function"==typeof Object.keys&&0!==Object.keys(A).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(A).length)return!1;var n=Object.getOwnPropertySymbols(A);if(1!==n.length||n[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(A,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var r=Object.getOwnPropertyDescriptor(A,e);if(42!==r.value||!0!==r.enumerable)return!1}return!0}},67226:(A,e,t)=>{"use strict";var n=t(66679);A.exports=function(){return n()&&!!Symbol.toStringTag}},72196:(A,e,t)=>{"use strict";var n=Function.prototype.call,r=Object.prototype.hasOwnProperty,o=t(4090);A.exports=o.call(n,r)},73463:(A,e,t)=>{"use strict";var n=t(48570),r={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},a={};function s(A){return n.isMemo(A)?i:a[A.$$typeof]||r}a[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},a[n.Memo]=i;var l=Object.defineProperty,c=Object.getOwnPropertyNames,g=Object.getOwnPropertySymbols,B=Object.getOwnPropertyDescriptor,u=Object.getPrototypeOf,p=Object.prototype;A.exports=function A(e,t,n){if("string"!=typeof t){if(p){var r=u(t);r&&r!==p&&A(e,r,n)}var i=c(t);g&&(i=i.concat(g(t)));for(var a=s(e),d=s(t),f=0;f{var n=t(34406);function r(){var A;try{A=e.storage.debug}catch(A){}return!A&&void 0!==n&&"env"in n&&(A=n.env.DEBUG),A}(e=A.exports=t(77310)).log=function(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},e.formatArgs=function(A){var t=this.useColors;if(A[0]=(t?"%c":"")+this.namespace+(t?" %c":" ")+A[0]+(t?"%c ":" ")+"+"+e.humanize(this.diff),t){var n="color: "+this.color;A.splice(1,0,n,"color: inherit");var r=0,o=0;A[0].replace(/%[a-zA-Z%]/g,(function(A){"%%"!==A&&(r++,"%c"===A&&(o=r))})),A.splice(o,0,n)}},e.save=function(A){try{null==A?e.storage.removeItem("debug"):e.storage.debug=A}catch(A){}},e.load=r,e.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type)||("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},e.storage="undefined"!=typeof chrome&&void 0!==chrome.storage?chrome.storage.local:function(){try{return window.localStorage}catch(A){}}(),e.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],e.formatters.j=function(A){try{return JSON.stringify(A)}catch(A){return"[UnexpectedJSONParseError]: "+A.message}},e.enable(r())},77310:(A,e,t)=>{var n;function r(A){function t(){if(t.enabled){var A=t,r=+new Date,o=r-(n||r);A.diff=o,A.prev=n,A.curr=r,n=r;for(var i=new Array(arguments.length),a=0;a{var e=1e3,t=60*e,n=60*t,r=24*n;function o(A,e,t){if(!(A0)return function(A){if(!((A=String(A)).length>100)){var o=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(A);if(o){var i=parseFloat(o[1]);switch((o[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*i;case"days":case"day":case"d":return i*r;case"hours":case"hour":case"hrs":case"hr":case"h":return i*n;case"minutes":case"minute":case"mins":case"min":case"m":return i*t;case"seconds":case"second":case"secs":case"sec":case"s":return i*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return i;default:return}}}}(A);if("number"===s&&!1===isNaN(A))return i.long?o(a=A,r,"day")||o(a,n,"hour")||o(a,t,"minute")||o(a,e,"second")||a+" ms":function(A){return A>=r?Math.round(A/r)+"d":A>=n?Math.round(A/n)+"h":A>=t?Math.round(A/t)+"m":A>=e?Math.round(A/e)+"s":A+"ms"}(A);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(A))}},78390:(A,e,t)=>{"use strict";var n=t(43335),r=function(A,e){this.code=[],this.indentation=A,this.lineJoin=e||"\n"};r.prototype.buildLine=function(A,e){var t="",r=2;if("[object String]"===Object.prototype.toString.call(A))r=1,e=A,A=0;else if(null===A)return null;for(;A;)t+=this.indentation,A--;var o=Array.prototype.slice.call(arguments,r,arguments.length);return o.unshift(t+e),n.format.apply(this,o)},r.prototype.unshift=function(){return this.code.unshift(this.buildLine.apply(this,arguments)),this},r.prototype.push=function(){return this.code.push(this.buildLine.apply(this,arguments)),this},r.prototype.blank=function(){return this.code.push(null),this},r.prototype.join=function(){return this.code.join(this.lineJoin)},A.exports=r},12210:A=>{const e="\r\n",t="-".repeat(2),n=Symbol.toStringTag,r=A=>"object"==typeof A&&"function"==typeof A.arrayBuffer&&"string"==typeof A.type&&"function"==typeof A.stream&&"function"==typeof A.constructor&&/^(Blob|File)$/.test(A[n]);function o(A,n,o){let i="";return i+=`${t}${A}${e}`,i+=`Content-Disposition: form-data; name="${n}"`,r(o)&&(i+=`; filename="${o.name}"${e}`,i+=`Content-Type: ${o.type||"application/octet-stream"}`),`${i}${e.repeat(2)}`}A.exports.getBoundary=()=>{for(var A="--------------------------",e=0;e<24;e++)A+=Math.floor(10*Math.random()).toString(16);return A},A.exports.formDataIterator=function*(A,n){for(const[t,i]of A)yield o(n,t,i),r(i)?yield*i.stream():yield i,yield e;yield(A=>`${t}${A}${t}${e.repeat(2)}`)(n)},A.exports.isBlob=r},90747:A=>{A.exports={getHeader:(A,e)=>A[Object.keys(A).find((A=>A.toLowerCase()===e.toLowerCase()))],getHeaderName:(A,e)=>Object.keys(A).find((A=>{if(A.toLowerCase()===e.toLowerCase())return A})),hasHeader:(A,e)=>Boolean(Object.keys(A).find((A=>A.toLowerCase()===e.toLowerCase())))}},78437:A=>{"use strict";A.exports=function(A,e){if(void 0===A[e.name])return A[e.name]=e.value,A;if(A[e.name]instanceof Array)return A[e.name].push(e.value),A;var t=[A[e.name],e.value];return A[e.name]=t,A}},24485:(A,e,t)=>{"use strict";var n=t(43335);A.exports={quote:function(A){return/^[a-z0-9-_/.@%^=:]+$/i.test(A)?A:n.format("'%s'",A.replace(/'/g,"'\\''"))},escape:function(A){return A.replace(/\r/g,"\\r").replace(/\n/g,"\\n")}}},78599:(A,e,t)=>{"use strict";var n=t(19493)("httpsnippet"),r=t(66951),o=t(61688),i=t(56642),a=t(78437),s=t(90747),l=t(23854),c=t(883),g=t(80670);const{formDataIterator:B,isBlob:u}=t(12210);var p=function(A){var e=this,t=Object.assign({},A);e.requests=[],(t.log&&t.log.entries?t.log.entries:[{request:t}]).forEach((function(A){A.request.httpVersion=A.request.httpVersion||"HTTP/1.1",A.request.queryString=A.request.queryString||[],A.request.headers=A.request.headers||[],A.request.cookies=A.request.cookies||[],A.request.postData=A.request.postData||{},A.request.postData.mimeType=A.request.postData.mimeType||"application/octet-stream",A.request.bodySize=0,A.request.headersSize=0,A.request.postData.size=0,g.request(A.request,(function(t,n){if(!n)throw t;e.requests.push(e.prepare(A.request))}))}))};p.prototype.prepare=function(A){if(A.queryObj={},A.headersObj={},A.cookiesObj={},A.allHeaders={},A.postData.jsonObj=!1,A.postData.paramsObj=!1,A.queryString&&A.queryString.length&&(n("queryString found, constructing queryString pair map"),A.queryObj=A.queryString.reduce(a,{})),A.headers&&A.headers.length){var e=/^HTTP\/2/;A.headersObj=A.headers.reduce((function(t,n){var r=n.name;return A.httpVersion.match(e)&&(r=r.toLowerCase()),t[r]=n.value,t}),{})}A.cookies&&A.cookies.length&&(A.cookiesObj=A.cookies.reduceRight((function(A,e){return A[e.name]=e.value,A}),{}));var t=A.cookies.map((function(A){return encodeURIComponent(A.name)+"="+encodeURIComponent(A.value)}));switch(t.length&&(A.allHeaders.cookie=t.join("; ")),A.postData.mimeType){case"multipart/mixed":case"multipart/related":case"multipart/form-data":case"multipart/alternative":if(A.postData.text="",A.postData.mimeType="multipart/form-data",A.postData.params){var l=new o;const e="function"==typeof l[Symbol.iterator],t="---011000010111000001101001";if(e||(l._boundary=t),A.postData.params.forEach((function(A){const t=A.name,n=A.value||"",r=A.fileName||null;e?u(n)?l.append(t,n,r):l.append(t,n):l.append(t,n,{filename:r,contentType:A.contentType||null})})),e)for(var g of B(l,t))A.postData.text+=g;else l.pipe(r.map((function(e,t){A.postData.text+=e})));A.postData.boundary=t;const n=s.hasHeader(A.headersObj,"content-type")?s.getHeaderName(A.headersObj,"content-type"):"content-type";A.headersObj[n]="multipart/form-data; boundary="+t}break;case"application/x-www-form-urlencoded":A.postData.params?(A.postData.paramsObj=A.postData.params.reduce(a,{}),A.postData.text=i.stringify(A.postData.paramsObj)):A.postData.text="";break;case"text/json":case"text/x-json":case"application/json":case"application/x-json":if(A.postData.mimeType="application/json",A.postData.text)try{A.postData.jsonObj=JSON.parse(A.postData.text)}catch(e){n(e),A.postData.mimeType="text/plain"}}return A.allHeaders=Object.assign(A.allHeaders,A.headersObj),A.uriObj=c.parse(A.url,!0,!0),A.queryObj=Object.assign(A.queryObj,A.uriObj.query),A.uriObj.query=null,A.uriObj.search=null,A.uriObj.path=A.uriObj.pathname,A.url=c.format(A.uriObj),A.uriObj.query=A.queryObj,A.uriObj.search=i.stringify(A.queryObj),A.uriObj.search&&(A.uriObj.path=A.uriObj.pathname+"?"+A.uriObj.search),A.fullUrl=c.format(A.uriObj),A},p.prototype.convert=function(A,e,t){!t&&e&&(t=e);var n=this._matchTarget(A,e);if(n){var r=this.requests.map((function(A){return n(A,t)}));return 1===r.length?r[0]:r}return!1},p.prototype._matchTarget=function(A,e){return!!l.hasOwnProperty(A)&&("string"==typeof e&&"function"==typeof l[A][e]?l[A][e]:l[A][l[A].info.default])},A.exports=p,A.exports.addTarget=function(A){if(!("info"in A))throw new Error("The supplied custom target must contain an `info` object.");if(!("key"in A.info&&"title"in A.info&&"extname"in A.info&&"default"in A.info))throw new Error("The supplied custom target must have an `info` object with a `key`, `title`, `extname`, and `default` property.");if(l.hasOwnProperty(A.info.key))throw new Error("The supplied custom target already exists.");if(1===Object.keys(A).length)throw new Error("A custom target must have a client defined on it.");l[A.info.key]=A},A.exports.addTargetClient=function(A,e){if(!l.hasOwnProperty(A))throw new Error(`Sorry, but no ${A} target exists to add clients to.`);if(!("info"in e))throw new Error("The supplied custom target client must contain an `info` object.");if(!("key"in e.info)||!("title"in e.info))throw new Error("The supplied custom target client must have an `info` object with a `key` and `title` property.");if(l[A].hasOwnProperty(e.info.key))throw new Error("The supplied custom target client already exists, please use a different key");l[A][e.info.key]=e},A.exports.availableTargets=function(){return Object.keys(l).map((function(A){var e=Object.assign({},l[A].info),t=Object.keys(l[A]).filter((function(A){return!~["info","index"].indexOf(A)})).map((function(e){return l[A][e].info}));return t.length&&(e.clients=t),e}))},A.exports.extname=function(A){return l[A]?l[A].info.extname:""}},25091:(A,e,t)=>{"use strict";A.exports={info:{key:"c",title:"C",extname:".c",default:"libcurl"},libcurl:t(17865)}},17865:(A,e,t)=>{"use strict";var n=t(78390);A.exports=function(A,e){var t=new n;t.push("CURL *hnd = curl_easy_init();").blank().push('curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "%s");',A.method.toUpperCase()).push('curl_easy_setopt(hnd, CURLOPT_URL, "%s");',A.fullUrl);var r=Object.keys(A.headersObj);return r.length&&(t.blank().push("struct curl_slist *headers = NULL;"),r.forEach((function(e){t.push('headers = curl_slist_append(headers, "%s: %s");',e,A.headersObj[e])})),t.push("curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers);")),A.allHeaders.cookie&&t.blank().push('curl_easy_setopt(hnd, CURLOPT_COOKIE, "%s");',A.allHeaders.cookie),A.postData.text&&t.blank().push("curl_easy_setopt(hnd, CURLOPT_POSTFIELDS, %s);",JSON.stringify(A.postData.text)),t.blank().push("CURLcode ret = curl_easy_perform(hnd);"),t.join()},A.exports.info={key:"libcurl",title:"Libcurl",link:"http://curl.haxx.se/libcurl/",description:"Simple REST and HTTP API Client for C"}},53178:(A,e,t)=>{"use strict";var n=t(78390),r=t(90747),o=function(A){this.name=A};o.prototype.toString=function(){return":"+this.name};var i=function(A){this.path=A};i.prototype.toString=function(){return'(clojure.java.io/file "'+this.path+'")'};var a=function(A){return void 0!==A?A.constructor.name.toLowerCase():null},s=function(A){return"object"===a(A)&&0===Object.keys(A).length},l=function(A){return Object.keys(A).filter((function(e){return s(A[e])})).forEach((function(e){delete A[e]})),A},c=function(A,e){var t=Array.apply(null,Array(A)).map((function(A){return" "})).join("");return e.replace(/\n/g,"\n"+t)},g=function(A){switch(a(A)){default:case"file":case"keyword":return A.toString();case"string":return'"'+A.replace(/"/g,'\\"')+'"';case"null":return"nil";case"regexp":return'#"'+A.source+'"';case"object":var e=Object.keys(A).reduce((function(e,t){return e+":"+t+" "+c(t.length+2,g(A[t]))+"\n "}),"").trim();return"{"+c(1,e)+"}";case"array":var t=A.reduce((function(A,e){return A+" "+g(e)}),"").trim();return"["+c(1,t)+"]"}};A.exports=function(A,e){var t=new n(e);if(-1===["get","post","put","delete","patch","head","options"].indexOf(A.method.toLowerCase()))return t.push("Method not supported").join();var a={headers:A.allHeaders,"query-params":A.queryObj};switch(A.postData.mimeType){case"application/json":a["content-type"]=new o("json"),a["form-params"]=A.postData.jsonObj,delete a.headers[r.getHeaderName(a.headers,"content-type")];break;case"application/x-www-form-urlencoded":a["form-params"]=A.postData.paramsObj,delete a.headers[r.getHeaderName(a.headers,"content-type")];break;case"text/plain":a.body=A.postData.text,delete a.headers[r.getHeaderName(a.headers,"content-type")];break;case"multipart/form-data":a.multipart=A.postData.params.map((function(A){return A.fileName&&!A.value?{name:A.name,content:new i(A.fileName)}:{name:A.name,content:A.value}})),delete a.headers[r.getHeaderName(a.headers,"content-type")]}return"application/json"===r.getHeader(a.headers,"accept")&&(a.accept=new o("json"),delete a.headers[r.getHeaderName(a.headers,"accept")]),t.push("(require '[clj-http.client :as client])\n"),s(l(a))?t.push('(client/%s "%s")',A.method.toLowerCase(),A.url):t.push('(client/%s "%s" %s)',A.method.toLowerCase(),A.url,c(11+A.method.length+A.url.length,g(l(a)))),t.join()},A.exports.info={key:"clj_http",title:"clj-http",link:"https://github.com/dakrone/clj-http",description:"An idiomatic clojure http client wrapping the apache client."}},28913:(A,e,t)=>{"use strict";A.exports={info:{key:"clojure",title:"Clojure",extname:".clj",default:"clj_http"},clj_http:t(53178)}},18990:(A,e,t)=>{"use strict";var n=t(78390),r=t(90747);A.exports=function(A,e){var t=new n(" "),o="",i=!!A.allHeaders.cookie,a=function(A){var e=r.getHeader(A.allHeaders,"accept-encoding");if(!e)return[];var t={gzip:"DecompressionMethods.GZip",deflate:"DecompressionMethods.Deflate"},n=[];return e.split(",").forEach((function(A){var e=/\s*([^;\s]+)/.exec(A);if(e){var r=t[e[1]];r&&n.push(r)}})),n}(A);(i||a.length)&&(o="clientHandler",t.push("var clientHandler = new HttpClientHandler"),t.push("{"),i&&t.push(1,"UseCookies = false,"),a.length&&t.push(1,"AutomaticDecompression = %s,",a.join(" | ")),t.push("};")),t.push("var client = new HttpClient(%s);",o),t.push("var request = new HttpRequestMessage"),t.push("{");var s=A.method.toUpperCase();s=s&&-1!==["GET","POST","PUT","DELETE","PATCH","HEAD","OPTIONS","TRACE"].indexOf(s)?`HttpMethod.${s[0]}${s.substring(1).toLowerCase()}`:`new HttpMethod("${s}")`,t.push(1,"Method = %s,",s),t.push(1,'RequestUri = new Uri("%s"),',A.fullUrl);var l=Object.keys(A.allHeaders).filter((function(A){switch(A.toLowerCase()){case"content-type":case"content-length":case"accept-encoding":return!1;default:return!0}}));if(l.length&&(t.push(1,"Headers ="),t.push(1,"{"),l.forEach((function(e){t.push(2,'{ "%s", "%s" },',e,A.allHeaders[e])})),t.push(1,"},")),A.postData.text){const e=A.postData.mimeType;switch(e){case"application/x-www-form-urlencoded":t.push(1,"Content = new FormUrlEncodedContent(new Dictionary"),t.push(1,"{"),A.postData.params.forEach((function(A){t.push(2,'{ "%s", "%s" },',A.name,A.value)})),t.push(1,"}),");break;case"multipart/form-data":t.push(1,"Content = new MultipartFormDataContent"),t.push(1,"{"),A.postData.params.forEach((function(A){t.push(2,"new StringContent(%s)",JSON.stringify(A.value||"")),t.push(2,"{"),t.push(3,"Headers ="),t.push(3,"{"),A.contentType&&t.push(4,'ContentType = new MediaTypeHeaderValue("%s"),',A.contentType),t.push(4,'ContentDisposition = new ContentDispositionHeaderValue("form-data")'),t.push(4,"{"),t.push(5,'Name = "%s",',A.name),A.fileName&&t.push(5,'FileName = "%s",',A.fileName),t.push(4,"}"),t.push(3,"}"),t.push(2,"},")})),t.push(1,"},");break;default:t.push(1,"Content = new StringContent(%s)",JSON.stringify(A.postData.text||"")),t.push(1,"{"),t.push(2,"Headers ="),t.push(2,"{"),t.push(3,'ContentType = new MediaTypeHeaderValue("%s")',e),t.push(2,"}"),t.push(1,"}")}}return t.push("};"),t.push("using (var response = await client.SendAsync(request))"),t.push("{"),t.push(1,"response.EnsureSuccessStatusCode();"),t.push(1,"var body = await response.Content.ReadAsStringAsync();"),t.push(1,"Console.WriteLine(body);"),t.push("}"),t.join()},A.exports.info={key:"httpclient",title:"HttpClient",link:"https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient",description:".NET Standard HTTP Client"}},6587:(A,e,t)=>{"use strict";A.exports={info:{key:"csharp",title:"C#",extname:".cs",default:"restsharp"},restsharp:t(77613),httpclient:t(18990)}},77613:(A,e,t)=>{"use strict";var n=t(78390),r=t(90747);A.exports=function(A,e){var t=new n;if(-1===["GET","POST","PUT","DELETE","PATCH","HEAD","OPTIONS"].indexOf(A.method.toUpperCase()))return"Method not supported";t.push('var client = new RestClient("%s");',A.fullUrl),t.push("var request = new RestRequest(Method.%s);",A.method.toUpperCase());var o=Object.keys(A.headersObj);return o.length&&o.forEach((function(e){t.push('request.AddHeader("%s", "%s");',e,A.headersObj[e])})),A.cookies.length&&A.cookies.forEach((function(A){t.push('request.AddCookie("%s", "%s");',A.name,A.value)})),A.postData.text&&t.push('request.AddParameter("%s", %s, ParameterType.RequestBody);',r.getHeader(A.allHeaders,"content-type"),JSON.stringify(A.postData.text)),t.push("IRestResponse response = client.Execute(request);"),t.join()},A.exports.info={key:"restsharp",title:"RestSharp",link:"http://restsharp.org/",description:"Simple REST and HTTP API Client for .NET"}},76265:(A,e,t)=>{"use strict";A.exports={info:{key:"go",title:"Go",extname:".go",default:"native"},native:t(54785)}},54785:(A,e,t)=>{"use strict";var n=t(78390);A.exports=function(A,e){var t,r=new n("\t"),o=Object.assign({showBoilerplate:!0,checkErrors:!1,printBody:!0,timeout:-1},e),i=o.checkErrors?"err":"_",a=o.showBoilerplate?1:0,s=function(){o.checkErrors&&r.push(a,"if err != nil {").push(a+1,"panic(err)").push(a,"}")};return o.showBoilerplate&&(r.push("package main").blank().push("import (").push(a,'"fmt"'),o.timeout>0&&r.push(a,'"time"'),A.postData.text&&r.push(a,'"strings"'),r.push(a,'"net/http"'),o.printBody&&r.push(a,'"io/ioutil"'),r.push(")").blank().push("func main() {").blank()),o.timeout>0?(t="client",r.push(a,"client := http.Client{").push(a+1,"Timeout: time.Duration(%s * time.Second),",o.timeout).push(a,"}").blank()):t="http.DefaultClient",r.push(a,'url := "%s"',A.fullUrl).blank(),A.postData.text?r.push(a,"payload := strings.NewReader(%s)",JSON.stringify(A.postData.text)).blank().push(a,'req, %s := http.NewRequest("%s", url, payload)',i,A.method).blank():r.push(a,'req, %s := http.NewRequest("%s", url, nil)',i,A.method).blank(),s(),Object.keys(A.allHeaders).length&&(Object.keys(A.allHeaders).forEach((function(e){r.push(a,'req.Header.Add("%s", "%s")',e,A.allHeaders[e])})),r.blank()),r.push(a,"res, %s := %s.Do(req)",i,t),s(),o.printBody&&(r.blank().push(a,"defer res.Body.Close()").push(a,"body, %s := ioutil.ReadAll(res.Body)",i),s()),r.blank().push(a,"fmt.Println(res)"),o.printBody&&r.push(a,"fmt.Println(string(body))"),o.showBoilerplate&&r.blank().push("}"),r.join()},A.exports.info={key:"native",title:"NewRequest",link:"http://golang.org/pkg/net/http/#NewRequest",description:"Golang HTTP client request"}},29010:(A,e,t)=>{"use strict";var n=t(78390),r=t(43335);A.exports=function(A,e){var t=Object.assign({absoluteURI:!1,autoContentLength:!0,autoHost:!0},e),o=new n("","\r\n"),i=t.absoluteURI?A.fullUrl:A.uriObj.path;o.push("%s %s %s",A.method,i,A.httpVersion),Object.keys(A.allHeaders).forEach((function(e){var t=e.toLowerCase().replace(/(^|-)(\w)/g,(function(A){return A.toUpperCase()}));o.push("%s",r.format("%s: %s",t,A.allHeaders[e]))})),t.autoHost&&-1===Object.keys(A.allHeaders).indexOf("host")&&o.push("Host: %s",A.uriObj.host),t.autoContentLength&&A.postData.text&&-1===Object.keys(A.allHeaders).indexOf("content-length")&&o.push("Content-Length: %d",Buffer.byteLength(A.postData.text,"ascii")),o.blank();var a=o.join(),s="";return A.postData.text&&(s=A.postData.text),a+"\r\n"+s},A.exports.info={key:"1.1",title:"HTTP/1.1",link:"https://tools.ietf.org/html/rfc7230",description:"HTTP/1.1 request string in accordance with RFC 7230"}},82535:(A,e,t)=>{"use strict";A.exports={info:{key:"http",title:"HTTP",extname:"",default:"1.1"},1.1:t(29010)}},23854:(A,e,t)=>{"use strict";A.exports={c:t(25091),clojure:t(28913),csharp:t(6587),go:t(76265),http:t(82535),java:t(98638),javascript:t(76016),kotlin:t(22423),node:t(86365),objc:t(70904),ocaml:t(73260),php:t(93728),powershell:t(88801),python:t(31241),r:t(67544),ruby:t(91097),shell:t(2309),swift:t(44057)}},52433:(A,e,t)=>{"use strict";var n=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" "},e),r=new n(t.indent);r.push("AsyncHttpClient client = new DefaultAsyncHttpClient();"),r.push(`client.prepare("${A.method.toUpperCase()}", "${A.fullUrl}")`);var o=Object.keys(A.allHeaders);return o.length&&o.forEach((function(e){r.push(1,'.setHeader("%s", "%s")',e,A.allHeaders[e])})),A.postData.text&&r.push(1,".setBody(%s)",JSON.stringify(A.postData.text)),r.push(1,".execute()"),r.push(1,".toCompletableFuture()"),r.push(1,".thenAccept(System.out::println)"),r.push(1,".join();"),r.blank(),r.push("client.close();"),r.join()},A.exports.info={key:"asynchttp",title:"AsyncHttp",link:"https://github.com/AsyncHttpClient/async-http-client",description:"Asynchronous Http and WebSocket Client library for Java"}},98638:(A,e,t)=>{"use strict";A.exports={info:{key:"java",title:"Java",extname:".java",default:"unirest"},okhttp:t(99889),unirest:t(5541),asynchttp:t(52433),nethttp:t(58752)}},58752:(A,e,t)=>{"use strict";var n=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" "},e),r=new n(t.indent);r.push("HttpRequest request = HttpRequest.newBuilder()"),r.push(2,'.uri(URI.create("%s"))',A.fullUrl);var o=Object.keys(A.allHeaders);return o.length&&o.forEach((function(e){r.push(2,'.header("%s", "%s")',e,A.allHeaders[e])})),A.postData.text?r.push(2,'.method("%s", HttpRequest.BodyPublishers.ofString(%s))',A.method.toUpperCase(),JSON.stringify(A.postData.text)):r.push(2,'.method("%s", HttpRequest.BodyPublishers.noBody())',A.method.toUpperCase()),r.push(2,".build();"),r.push("HttpResponse response = HttpClient.newHttpClient().send(request, HttpResponse.BodyHandlers.ofString());"),r.push("System.out.println(response.body());"),r.join()},A.exports.info={key:"nethttp",title:"java.net.http",link:"https://openjdk.java.net/groups/net/httpclient/intro.html",description:"Java Standardized HTTP Client API"}},99889:(A,e,t)=>{"use strict";var n=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" "},e),r=new n(t.indent);r.push("OkHttpClient client = new OkHttpClient();").blank(),A.postData.text&&(A.postData.boundary?r.push('MediaType mediaType = MediaType.parse("%s; boundary=%s");',A.postData.mimeType,A.postData.boundary):r.push('MediaType mediaType = MediaType.parse("%s");',A.postData.mimeType),r.push("RequestBody body = RequestBody.create(mediaType, %s);",JSON.stringify(A.postData.text))),r.push("Request request = new Request.Builder()"),r.push(1,'.url("%s")',A.fullUrl),-1===["GET","POST","PUT","DELETE","PATCH","HEAD"].indexOf(A.method.toUpperCase())?A.postData.text?r.push(1,'.method("%s", body)',A.method.toUpperCase()):r.push(1,'.method("%s", null)',A.method.toUpperCase()):["POST","PUT","DELETE","PATCH"].indexOf(A.method.toUpperCase())>=0?A.postData.text?r.push(1,".%s(body)",A.method.toLowerCase()):r.push(1,".%s(null)",A.method.toLowerCase()):r.push(1,".%s()",A.method.toLowerCase());var o=Object.keys(A.allHeaders);return o.length&&o.forEach((function(e){r.push(1,'.addHeader("%s", "%s")',e,A.allHeaders[e])})),r.push(1,".build();").blank().push("Response response = client.newCall(request).execute();"),r.join()},A.exports.info={key:"okhttp",title:"OkHttp",link:"http://square.github.io/okhttp/",description:"An HTTP Request Client Library"}},5541:(A,e,t)=>{"use strict";var n=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" "},e),r=new n(t.indent);-1===["GET","POST","PUT","DELETE","PATCH","HEAD","OPTIONS"].indexOf(A.method.toUpperCase())?r.push('HttpResponse response = Unirest.customMethod("%s","%s")',A.method.toUpperCase(),A.fullUrl):r.push('HttpResponse response = Unirest.%s("%s")',A.method.toLowerCase(),A.fullUrl);var o=Object.keys(A.allHeaders);return o.length&&o.forEach((function(e){r.push(1,'.header("%s", "%s")',e,A.allHeaders[e])})),A.postData.text&&r.push(1,".body(%s)",JSON.stringify(A.postData.text)),r.push(1,".asString();"),r.join()},A.exports.info={key:"unirest",title:"Unirest",link:"http://unirest.io/java.html",description:"Lightweight HTTP Request Client Library"}},45796:(A,e,t)=>{"use strict";var n=t(43335),r=t(43606),o=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" "},e),i=new o(t.indent);i.push('import axios from "axios";').blank();var a={method:A.method,url:A.url};switch(Object.keys(A.queryObj).length&&(a.params=A.queryObj),Object.keys(A.allHeaders).length&&(a.headers=A.allHeaders),A.postData.mimeType){case"application/x-www-form-urlencoded":a.data=A.postData.paramsObj;break;case"application/json":A.postData.jsonObj&&(a.data=A.postData.jsonObj);break;case"multipart/form-data":i.push("const form = new FormData();"),A.postData.params.forEach((function(A){i.push("form.append(%s, %s);",JSON.stringify(A.name),JSON.stringify(A.value||A.fileName||""))})),i.blank(),a.data="[form]";break;default:A.postData.text&&(a.data=A.postData.text)}return i.push("const options = %s;",r(a,{indent:" ",inlineCharacterLimit:80}).replace('"[form]"',"form")).blank(),i.push(n.format("axios.request(options).then(%s","function (response) {")).push(1,"console.log(response.data);").push("}).catch(%s","function (error) {").push(1,"console.error(error);").push("});"),i.join()},A.exports.info={key:"axios",title:"Axios",link:"https://github.com/axios/axios",description:"Promise based HTTP client for the browser and node.js"}},16959:(A,e,t)=>{"use strict";var n=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" ",credentials:null},e),r=new n(t.indent);switch(e={method:A.method,headers:A.allHeaders},null!==t.credentials&&(e.credentials=t.credentials),A.postData.mimeType){case"application/x-www-form-urlencoded":e.body=A.postData.paramsObj?A.postData.paramsObj:A.postData.text;break;case"application/json":e.body=JSON.stringify(A.postData.jsonObj);break;case"multipart/form-data":r.push("const form = new FormData();"),A.postData.params.forEach((function(A){r.push("form.append(%s, %s);",JSON.stringify(A.name),JSON.stringify(A.value||A.fileName||""))})),r.blank();break;default:A.postData.text&&(e.body=A.postData.text)}return r.push(`fetch("${A.fullUrl}", ${JSON.stringify(e,null,t.indent)})`).push(".then(response => {").push(1,"console.log(response);").push("})").push(".catch(err => {").push(1,"console.error(err);").push("});"),r.join()},A.exports.info={key:"fetch",title:"fetch",link:"https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch",description:"Perform asynchronous HTTP requests with the Fetch API"}},76016:(A,e,t)=>{"use strict";A.exports={info:{key:"javascript",title:"JavaScript",extname:".js",default:"xhr"},jquery:t(82622),fetch:t(16959),xhr:t(15687),axios:t(45796)}},82622:(A,e,t)=>{"use strict";var n=t(78390),r=t(90747);A.exports=function(A,e){var t=Object.assign({indent:" "},e),o=new n(t.indent),i={async:!0,crossDomain:!0,url:A.fullUrl,method:A.method,headers:A.allHeaders};switch(A.postData.mimeType){case"application/x-www-form-urlencoded":i.data=A.postData.paramsObj?A.postData.paramsObj:A.postData.text;break;case"application/json":i.processData=!1,i.data=A.postData.text;break;case"multipart/form-data":o.push("const form = new FormData();"),A.postData.params.forEach((function(A){o.push("form.append(%s, %s);",JSON.stringify(A.name),JSON.stringify(A.value||A.fileName||""))})),i.processData=!1,i.contentType=!1,i.mimeType="multipart/form-data",i.data="[form]",r.hasHeader(i.headers,"content-type")&&r.getHeader(i.headers,"content-type").indexOf("boundary")&&delete i.headers[r.getHeaderName(i.headers,"content-type")],o.blank();break;default:A.postData.text&&(i.data=A.postData.text)}return o.push("const settings = "+JSON.stringify(i,null,t.indent).replace('"[form]"',"form")+";").blank().push("$.ajax(settings).done(function (response) {").push(1,"console.log(response);").push("});"),o.join()},A.exports.info={key:"jquery",title:"jQuery",link:"http://api.jquery.com/jquery.ajax/",description:"Perform an asynchronous HTTP (Ajax) requests with jQuery"}},15687:(A,e,t)=>{"use strict";var n=t(78390),r=t(90747);A.exports=function(A,e){var t=Object.assign({indent:" ",cors:!0},e),o=new n(t.indent);switch(A.postData.mimeType){case"application/json":o.push("const data = JSON.stringify(%s);",JSON.stringify(A.postData.jsonObj,null,t.indent)).push(null);break;case"multipart/form-data":o.push("const data = new FormData();"),A.postData.params.forEach((function(A){o.push("data.append(%s, %s);",JSON.stringify(A.name),JSON.stringify(A.value||A.fileName||""))})),r.hasHeader(A.allHeaders,"content-type")&&r.getHeader(A.allHeaders,"content-type").indexOf("boundary")&&delete A.allHeaders[r.getHeaderName(A.allHeaders,"content-type")],o.blank();break;default:o.push("const data = %s;",JSON.stringify(A.postData.text||null)).blank()}return o.push("const xhr = new XMLHttpRequest();"),t.cors&&o.push("xhr.withCredentials = true;"),o.blank().push('xhr.addEventListener("readystatechange", function () {').push(1,"if (this.readyState === this.DONE) {").push(2,"console.log(this.responseText);").push(1,"}").push("});").blank().push("xhr.open(%s, %s);",JSON.stringify(A.method),JSON.stringify(A.fullUrl)),Object.keys(A.allHeaders).forEach((function(e){o.push("xhr.setRequestHeader(%s, %s);",JSON.stringify(e),JSON.stringify(A.allHeaders[e]))})),o.blank().push("xhr.send(data);"),o.join()},A.exports.info={key:"xhr",title:"XMLHttpRequest",link:"https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest",description:"W3C Standard API that provides scripted client functionality"}},22423:(A,e,t)=>{"use strict";A.exports={info:{key:"kotlin",title:"Kotlin",extname:".kt",default:"okhttp"},okhttp:t(53940)}},53940:(A,e,t)=>{"use strict";var n=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" "},e),r=new n(t.indent);r.push("val client = OkHttpClient()").blank(),A.postData.text&&(A.postData.boundary?r.push('val mediaType = MediaType.parse("%s; boundary=%s")',A.postData.mimeType,A.postData.boundary):r.push('val mediaType = MediaType.parse("%s")',A.postData.mimeType),r.push("val body = RequestBody.create(mediaType, %s)",JSON.stringify(A.postData.text))),r.push("val request = Request.Builder()"),r.push(1,'.url("%s")',A.fullUrl),-1===["GET","POST","PUT","DELETE","PATCH","HEAD"].indexOf(A.method.toUpperCase())?A.postData.text?r.push(1,'.method("%s", body)',A.method.toUpperCase()):r.push(1,'.method("%s", null)',A.method.toUpperCase()):["POST","PUT","DELETE","PATCH"].indexOf(A.method.toUpperCase())>=0?A.postData.text?r.push(1,".%s(body)",A.method.toLowerCase()):r.push(1,".%s(null)",A.method.toLowerCase()):r.push(1,".%s()",A.method.toLowerCase());var o=Object.keys(A.allHeaders);return o.length&&o.forEach((function(e){r.push(1,'.addHeader("%s", "%s")',e,A.allHeaders[e])})),r.push(1,".build()").blank().push("val response = client.newCall(request).execute()"),r.join()},A.exports.info={key:"okhttp",title:"OkHttp",link:"http://square.github.io/okhttp/",description:"An HTTP Request Client Library"}},56881:(A,e,t)=>{"use strict";var n=t(43335),r=t(43606),o=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" "},e),i=new o(t.indent);i.push('var axios = require("axios").default;').blank();var a={method:A.method,url:A.url};switch(Object.keys(A.queryObj).length&&(a.params=A.queryObj),Object.keys(A.allHeaders).length&&(a.headers=A.allHeaders),A.postData.mimeType){case"application/x-www-form-urlencoded":a.data=A.postData.paramsObj;break;case"application/json":A.postData.jsonObj&&(a.data=A.postData.jsonObj);break;default:A.postData.text&&(a.data=A.postData.text)}return i.push("var options = %s;",r(a,{indent:" ",inlineCharacterLimit:80})).blank(),i.push(n.format("axios.request(options).then(%s","function (response) {")).push(1,"console.log(response.data);").push("}).catch(%s","function (error) {").push(1,"console.error(error);").push("});"),i.join()},A.exports.info={key:"axios",title:"Axios",link:"https://github.com/axios/axios",description:"Promise based HTTP client for the browser and node.js"}},58130:(A,e,t)=>{"use strict";var n=t(43606),r=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" "},e),o=!1,i=new r(t.indent);i.push("const fetch = require('node-fetch');");var a=A.url,s={method:A.method};switch(Object.keys(A.queryObj).length&&(s.qs=A.queryObj),Object.keys(A.headersObj).length&&(s.headers=A.headersObj),A.postData.mimeType){case"application/x-www-form-urlencoded":i.unshift("const { URLSearchParams } = require('url');"),i.push("const encodedParams = new URLSearchParams();"),i.blank(),A.postData.params.forEach((function(A){i.push("encodedParams.set('"+A.name+"', '"+A.value+"');")})),s.body="encodedParams";break;case"application/json":A.postData.jsonObj&&(s.body=JSON.stringify(A.postData.jsonObj));break;case"multipart/form-data":i.unshift("const FormData = require('form-data');"),i.push("const formData = new FormData();"),i.blank(),A.postData.params.forEach((function(A){A.fileName||A.fileName||A.contentType?A.fileName&&(o=!0,i.push("formData.append('"+A.name+"', fs.createReadStream('"+A.fileName+"'));")):i.push("formData.append('"+A.name+"', '"+A.value+"');")}));break;default:A.postData.text&&(s.body=A.postData.text)}if(A.cookies.length){var l="";A.cookies.forEach((function(A){l=l+encodeURIComponent(A.name)+"="+encodeURIComponent(A.value)+"; "})),s.headers||(s.headers={}),s.headers.cookie=l}return i.blank(),i.push("let url = '"+a+"';").blank(),i.push("let options = %s;",n(s,{indent:" ",inlineCharacterLimit:80})).blank(),o&&i.unshift("const fs = require('fs');"),"multipart/form-data"===A.postData.mimeType&&i.push("options.body = formData;").blank(),i.push("fetch(url, options)").push(1,".then(res => res.json())").push(1,".then(json => console.log(json))").push(1,".catch(err => console.error('error:' + err));"),i.join().replace(/'encodedParams'/,"encodedParams").replace(/"fs\.createReadStream\(\\"(.+)\\"\)"/,'fs.createReadStream("$1")')},A.exports.info={key:"fetch",title:"Fetch",link:"https://github.com/bitinn/node-fetch",description:"Simplified HTTP node-fetch client"}},86365:(A,e,t)=>{"use strict";A.exports={info:{key:"node",title:"Node.js",extname:".js",default:"native"},native:t(58930),request:t(11968),unirest:t(51784),axios:t(56881),fetch:t(58130)}},58930:(A,e,t)=>{"use strict";var n=t(43606),r=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" "},e),o=new r(t.indent),i={method:A.method,hostname:A.uriObj.hostname,port:A.uriObj.port,path:A.uriObj.path,headers:A.allHeaders};switch(o.push('const http = require("%s");',A.uriObj.protocol.replace(":","")),o.blank().push("const options = %s;",JSON.stringify(i,null,t.indent)).blank().push("const req = http.request(options, function (res) {").push(1,"const chunks = [];").blank().push(1,'res.on("data", function (chunk) {').push(2,"chunks.push(chunk);").push(1,"});").blank().push(1,'res.on("end", function () {').push(2,"const body = Buffer.concat(chunks);").push(2,"console.log(body.toString());").push(1,"});").push("});").blank(),A.postData.mimeType){case"application/x-www-form-urlencoded":A.postData.paramsObj&&(o.unshift('const qs = require("querystring");'),o.push("req.write(qs.stringify(%s));",n(A.postData.paramsObj,{indent:" ",inlineCharacterLimit:80})));break;case"application/json":A.postData.jsonObj&&o.push("req.write(JSON.stringify(%s));",n(A.postData.jsonObj,{indent:" ",inlineCharacterLimit:80}));break;default:A.postData.text&&o.push("req.write(%s);",JSON.stringify(A.postData.text,null,t.indent))}return o.push("req.end();"),o.join()},A.exports.info={key:"native",title:"HTTP",link:"http://nodejs.org/api/http.html#http_http_request_options_callback",description:"Node.js native HTTP interface"}},11968:(A,e,t)=>{"use strict";var n=t(43335),r=t(43606),o=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" "},e),i=!1,a=new o(t.indent);a.push("const request = require('request');").blank();var s={method:A.method,url:A.url};switch(Object.keys(A.queryObj).length&&(s.qs=A.queryObj),Object.keys(A.headersObj).length&&(s.headers=A.headersObj),A.postData.mimeType){case"application/x-www-form-urlencoded":s.form=A.postData.paramsObj;break;case"application/json":A.postData.jsonObj&&(s.body=A.postData.jsonObj,s.json=!0);break;case"multipart/form-data":s.formData={},A.postData.params.forEach((function(A){var e={};A.fileName||A.fileName||A.contentType?(A.fileName?(i=!0,e.value='fs.createReadStream("'+A.fileName+'")'):A.value&&(e.value=A.value),A.fileName&&(e.options={filename:A.fileName,contentType:A.contentType?A.contentType:null}),s.formData[A.name]=e):s.formData[A.name]=A.value}));break;default:A.postData.text&&(s.body=A.postData.text)}if(A.cookies.length){s.jar="JAR",a.push("const jar = request.jar();");var l=A.url;A.cookies.forEach((function(A){a.push("jar.setCookie(request.cookie('%s=%s'), '%s');",encodeURIComponent(A.name),encodeURIComponent(A.value),l)})),a.blank()}return i&&a.unshift("const fs = require('fs');"),a.push("const options = %s;",r(s,{indent:" ",inlineCharacterLimit:80})).blank(),a.push(n.format("request(options, %s","function (error, response, body) {")).push(1,"if (error) throw new Error(error);").blank().push(1,"console.log(body);").push("});").blank(),a.join().replace('"JAR"',"jar").replace(/'fs\.createReadStream\("(.+)"\)'/g,"fs.createReadStream('$1')")},A.exports.info={key:"request",title:"Request",link:"https://github.com/request/request",description:"Simplified HTTP request client"}},51784:(A,e,t)=>{"use strict";var n=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" "},e),r=!1,o=new n(t.indent);switch(o.push('const unirest = require("unirest");').blank().push('const req = unirest("%s", "%s");',A.method,A.url).blank(),A.cookies.length&&(o.push("const CookieJar = unirest.jar();"),A.cookies.forEach((function(e){o.push('CookieJar.add("%s=%s","%s");',encodeURIComponent(e.name),encodeURIComponent(e.value),A.url)})),o.push("req.jar(CookieJar);").blank()),Object.keys(A.queryObj).length&&o.push("req.query(%s);",JSON.stringify(A.queryObj,null,t.indent)).blank(),Object.keys(A.headersObj).length&&o.push("req.headers(%s);",JSON.stringify(A.headersObj,null,t.indent)).blank(),A.postData.mimeType){case"application/x-www-form-urlencoded":A.postData.paramsObj&&o.push("req.form(%s);",JSON.stringify(A.postData.paramsObj,null,t.indent)).blank();break;case"application/json":A.postData.jsonObj&&o.push('req.type("json");').push("req.send(%s);",JSON.stringify(A.postData.jsonObj,null,t.indent)).blank();break;case"multipart/form-data":var i=[];A.postData.params.forEach((function(A){var e={};A.fileName&&!A.value?(r=!0,e.body='fs.createReadStream("'+A.fileName+'")'):A.value&&(e.body=A.value),e.body&&(A.contentType&&(e["content-type"]=A.contentType),i.push(e))})),o.push("req.multipart(%s);",JSON.stringify(i,null,t.indent)).blank();break;default:A.postData.text&&o.push("req.send(%s);",JSON.stringify(A.postData.text,null,t.indent)).blank()}return r&&o.unshift('const fs = require("fs");'),o.push("req.end(function (res) {").push(1,"if (res.error) throw new Error(res.error);").blank().push(1,"console.log(res.body);").push("});").blank(),o.join().replace(/"fs\.createReadStream\(\\"(.+)\\"\)"/,'fs.createReadStream("$1")')},A.exports.info={key:"unirest",title:"Unirest",link:"http://unirest.io/nodejs.html",description:"Lightweight HTTP Request Client Library"}},94820:(A,e,t)=>{"use strict";var n=t(43335);A.exports={blankString:function(A){return Array.apply(null,new Array(A)).map(String.prototype.valueOf," ").join("")},nsDeclaration:function(A,e,t,n){var r=A+" *"+e+" = ";return r+this.literalRepresentation(t,n?r.length:void 0)+";"},literalRepresentation:function(A,e){var t=void 0===e?", ":",\n "+this.blankString(e);switch(Object.prototype.toString.call(A)){case"[object Number]":return"@"+A;case"[object Array]":return"@[ "+A.map(function(A){return this.literalRepresentation(A)}.bind(this)).join(t)+" ]";case"[object Object]":var r=[];for(var o in A)r.push(n.format('@"%s": %s',o,this.literalRepresentation(A[o])));return"@{ "+r.join(t)+" }";case"[object Boolean]":return A?"@YES":"@NO";default:return null==A?"":'@"'+A.toString().replace(/"/g,'\\"')+'"'}}}},70904:(A,e,t)=>{"use strict";A.exports={info:{key:"objc",title:"Objective-C",extname:".m",default:"nsurlsession"},nsurlsession:t(70505)}},70505:(A,e,t)=>{"use strict";var n=t(94820),r=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" ",pretty:!0,timeout:"10"},e),o=new r(t.indent),i={hasHeaders:!1,hasBody:!1};if(o.push("#import "),Object.keys(A.allHeaders).length&&(i.hasHeaders=!0,o.blank().push(n.nsDeclaration("NSDictionary","headers",A.allHeaders,t.pretty))),A.postData.text||A.postData.jsonObj||A.postData.params)switch(i.hasBody=!0,A.postData.mimeType){case"application/x-www-form-urlencoded":o.blank().push('NSMutableData *postData = [[NSMutableData alloc] initWithData:[@"%s=%s" dataUsingEncoding:NSUTF8StringEncoding]];',A.postData.params[0].name,A.postData.params[0].value);for(var a=1,s=A.postData.params.length;a{"use strict";var n=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" "},e),r=new n(t.indent);r.push("open Cohttp_lwt_unix").push("open Cohttp").push("open Lwt").blank().push('let uri = Uri.of_string "%s" in',A.fullUrl);var o=Object.keys(A.allHeaders);return 1===o.length?r.push('let headers = Header.add (Header.init ()) "%s" "%s" in',o[0],A.allHeaders[o[0]]):o.length>1&&(r.push("let headers = Header.add_list (Header.init ()) ["),o.forEach((function(e){r.push(1,'("%s", "%s");',e,A.allHeaders[e])})),r.push("] in")),A.postData.text&&r.push("let body = Cohttp_lwt_body.of_string %s in",JSON.stringify(A.postData.text)),r.blank(),r.push("Client.call %s%s%s uri",o.length?"~headers ":"",A.postData.text?"~body ":"",["get","post","head","delete","patch","put","options"].indexOf(A.method.toLowerCase())>=0?"`"+A.method.toUpperCase():'(Code.method_of_string "'+A.method+'")'),r.push(">>= fun (res, body_stream) ->").push(1,"(* Do stuff with the result *)"),r.join()},A.exports.info={key:"cohttp",title:"CoHTTP",link:"https://github.com/mirage/ocaml-cohttp",description:"Cohttp is a very lightweight HTTP server using Lwt or Async for OCaml"}},73260:(A,e,t)=>{"use strict";A.exports={info:{key:"ocaml",title:"OCaml",extname:".ml",default:"cohttp"},cohttp:t(19833)}},90320:(A,e,t)=>{"use strict";var n=t(43335),r=t(78390);A.exports=function(A,e){var t=Object.assign({closingTag:!1,indent:" ",maxRedirects:10,namedErrors:!1,noTags:!1,shortTags:!1,timeout:30},e),o=new r(t.indent);t.noTags||o.push(t.shortTags?" %s,",A.name,A.escape?JSON.stringify(A.value):A.value))}));var s=A.cookies.map((function(A){return encodeURIComponent(A.name)+"="+encodeURIComponent(A.value)}));s.length&&a.push(n.format('CURLOPT_COOKIE => "%s",',s.join("; ")));var l=Object.keys(A.headersObj).sort().map((function(e){return n.format('"%s: %s"',e,A.headersObj[e])}));return l.length&&a.push("CURLOPT_HTTPHEADER => [").push(1,l.join(",\n"+t.indent+t.indent)).push("],"),o.push(1,a.join()).push("]);").blank().push("$response = curl_exec($curl);").push("$err = curl_error($curl);").blank().push("curl_close($curl);").blank().push("if ($err) {"),t.namedErrors?o.push(1,'echo array_flip(get_defined_constants(true)["curl"])[$err];'):o.push(1,'echo "cURL Error #:" . $err;'),o.push("} else {").push(1,"echo $response;").push("}"),!t.noTags&&t.closingTag&&o.blank().push("?>"),o.join()},A.exports.info={key:"curl",title:"cURL",link:"http://php.net/manual/en/book.curl.php",description:"PHP with ext-curl"}},74568:A=>{"use strict";var e=function(A,t,n){var r,o;switch(n||(n=""),Object.prototype.toString.call(A)){case"[object Null]":case"[object Undefined]":default:o="null";break;case"[object String]":o="'"+A.replace(/\\/g,"\\\\").replace(/'/g,"'")+"'";break;case"[object Number]":o=A.toString();break;case"[object Array]":o=[],A.forEach((function(A){o.push(e(A,t+t,t))})),o="[\n"+t+o.join(",\n"+t)+"\n"+n+"]";break;case"[object Object]":for(r in o=[],A)A.hasOwnProperty(r)&&o.push(e(r,t)+" => "+e(A[r],t+t,t));o="[\n"+t+o.join(",\n"+t)+"\n"+n+"]"}return o};A.exports={convert:e,methods:["ACL","BASELINE_CONTROL","CHECKIN","CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LABEL","LOCK","MERGE","MKACTIVITY","MKCOL","MKWORKSPACE","MOVE","OPTIONS","POST","PROPFIND","PROPPATCH","PUT","REPORT","TRACE","UNCHECKOUT","UNLOCK","UPDATE","VERSION_CONTROL"]}},95967:(A,e,t)=>{"use strict";var n=t(74568),r=t(78390);A.exports=function(A,e){var t=Object.assign({closingTag:!1,indent:" ",noTags:!1,shortTags:!1},e),o=new r(t.indent);return t.noTags||o.push(t.shortTags?"setUrl(%s);",n.convert(A.url)),~n.methods.indexOf(A.method.toUpperCase())?o.push("$request->setMethod(HTTP_METH_%s);",A.method.toUpperCase()):o.push("$request->setMethod(HttpRequest::HTTP_METH_%s);",A.method.toUpperCase()),o.blank(),Object.keys(A.queryObj).length&&o.push("$request->setQueryData(%s);",n.convert(A.queryObj,t.indent)).blank(),Object.keys(A.headersObj).length&&o.push("$request->setHeaders(%s);",n.convert(A.headersObj,t.indent)).blank(),Object.keys(A.cookiesObj).length&&o.push("$request->setCookies(%s);",n.convert(A.cookiesObj,t.indent)).blank(),"application/x-www-form-urlencoded"===A.postData.mimeType?o.push("$request->setContentType(%s);",n.convert(A.postData.mimeType)).push("$request->setPostFields(%s);",n.convert(A.postData.paramsObj,t.indent)).blank():A.postData.text&&o.push("$request->setBody(%s);",n.convert(A.postData.text)).blank(),o.push("try {").push(1,"$response = $request->send();").blank().push(1,"echo $response->getBody();").push("} catch (HttpException $ex) {").push(1,"echo $ex;").push("}"),!t.noTags&&t.closingTag&&o.blank().push("?>"),o.join()},A.exports.info={key:"http1",title:"HTTP v1",link:"http://php.net/manual/en/book.http.php",description:"PHP with pecl/http v1"}},60188:(A,e,t)=>{"use strict";var n=t(74568),r=t(90747),o=t(78390);A.exports=function(A,e){var t=Object.assign({closingTag:!1,indent:" ",noTags:!1,shortTags:!1},e),i=new o(t.indent),a=!1;switch(t.noTags||i.push(t.shortTags?"append(new http\\QueryString(%s));",n.convert(A.postData.paramsObj,t.indent)).blank(),a=!0;break;case"multipart/form-data":var s=[],l={};A.postData.params.forEach((function(A){A.fileName?s.push({name:A.name,type:A.contentType,file:A.fileName,data:A.value}):A.value&&(l[A.name]=A.value)})),i.push("$body = new http\\Message\\Body;").push("$body->addForm(%s, %s);",Object.keys(l).length?n.convert(l,t.indent):"null",s.length?n.convert(s,t.indent):"null"),r.hasHeader(A.headersObj,"content-type")&&r.getHeader(A.headersObj,"content-type").indexOf("boundary")&&delete A.headersObj[r.getHeaderName(A.headersObj,"content-type")],i.blank(),a=!0;break;default:A.postData.text&&(i.push("$body = new http\\Message\\Body;").push("$body->append(%s);",n.convert(A.postData.text)).blank(),a=!0)}return i.push("$request->setRequestUrl(%s);",n.convert(A.url)).push("$request->setRequestMethod(%s);",n.convert(A.method)),a&&i.push("$request->setBody($body);").blank(),Object.keys(A.queryObj).length&&i.push("$request->setQuery(new http\\QueryString(%s));",n.convert(A.queryObj,t.indent)).blank(),Object.keys(A.headersObj).length&&i.push("$request->setHeaders(%s);",n.convert(A.headersObj,t.indent)).blank(),Object.keys(A.cookiesObj).length&&i.blank().push("$client->setCookies(%s);",n.convert(A.cookiesObj,t.indent)).blank(),i.push("$client->enqueue($request)->send();").push("$response = $client->getResponse();").blank().push("echo $response->getBody();"),!t.noTags&&t.closingTag&&i.blank().push("?>"),i.join()},A.exports.info={key:"http2",title:"HTTP v2",link:"http://devel-m6w6.rhcloud.com/mdref/http",description:"PHP with pecl/http v2"}},93728:(A,e,t)=>{"use strict";A.exports={info:{key:"php",title:"PHP",extname:".php",default:"curl"},curl:t(90320),http1:t(95967),http2:t(60188)}},49374:(A,e,t)=>{"use strict";var n=t(78390),r=t(90747);A.exports=function(A){return function(e,t){var o=new n;if(-1===["GET","POST","PUT","DELETE","PATCH","HEAD","OPTIONS"].indexOf(e.method.toUpperCase()))return"Method not supported";var i=[],a=Object.keys(e.headersObj);return a.length&&(o.push("$headers=@{}"),a.forEach((function(A){"connection"!==A&&o.push('$headers.Add("%s", "%s")',A,e.headersObj[A])})),i.push("-Headers $headers")),e.cookies.length&&(o.push("$session = New-Object Microsoft.PowerShell.Commands.WebRequestSession"),e.cookies.forEach((function(A){o.push("$cookie = New-Object System.Net.Cookie"),o.push("$cookie.Name = '%s'",A.name),o.push("$cookie.Value = '%s'",A.value),o.push("$cookie.Domain = '%s'",e.uriObj.host),o.push("$session.Cookies.Add($cookie)")})),i.push("-WebSession $session")),e.postData.text&&(i.push("-ContentType '"+r.getHeader(e.allHeaders,"content-type")+"'"),i.push("-Body '"+e.postData.text+"'")),o.push("$response = %s -Uri '%s' -Method %s %s",A,e.fullUrl,e.method,i.join(" ")),o.join()}}},88801:(A,e,t)=>{"use strict";A.exports={info:{key:"powershell",title:"Powershell",extname:".ps1",default:"webrequest"},webrequest:t(59184),restmethod:t(26193)}},26193:(A,e,t)=>{"use strict";A.exports=t(49374)("Invoke-RestMethod"),A.exports.info={key:"restmethod",title:"Invoke-RestMethod",link:"https://docs.microsoft.com/en-us/powershell/module/Microsoft.PowerShell.Utility/Invoke-RestMethod",description:"Powershell Invoke-RestMethod client"}},59184:(A,e,t)=>{"use strict";A.exports=t(49374)("Invoke-WebRequest"),A.exports.info={key:"webrequest",title:"Invoke-WebRequest",link:"https://docs.microsoft.com/en-us/powershell/module/Microsoft.PowerShell.Utility/Invoke-WebRequest",description:"Powershell Invoke-WebRequest client"}},86723:(A,e,t)=>{"use strict";var n=t(43335);function r(A,e){return Array.apply(null,new Array(A)).map(String.prototype.valueOf,e).join("")}function o(A,e,t,n,o){var i=r(o,n),a=r(o-1,n),s=t?",\n"+i:", ",l="object"===A?"{":"[",c="object"===A?"}":"]";return t?l+"\n"+i+e.join(s)+"\n"+a+c:l+e.join(s)+c}A.exports={literalRepresentation:function(A,e,t){switch(t=void 0===t?1:t+1,Object.prototype.toString.call(A)){case"[object Number]":return A;case"[object Array]":var r=!1;return o("array",A.map(function(A){return"[object Object]"===Object.prototype.toString.call(A)&&(r=Object.keys(A).length>1),this.literalRepresentation(A,e,t)}.bind(this)),r,e.indent,t);case"[object Object]":var i=[];for(var a in A)i.push(n.format('"%s": %s',a,this.literalRepresentation(A[a],e,t)));return o("object",i,e.pretty&&i.length>1,e.indent,t);case"[object Null]":return"None";case"[object Boolean]":return A?"True":"False";default:return null==A?"":'"'+A.toString().replace(/"/g,'\\"')+'"'}}}},31241:(A,e,t)=>{"use strict";A.exports={info:{key:"python",title:"Python",extname:".py",default:"python3"},python3:t(85127),requests:t(43180)}},85127:(A,e,t)=>{"use strict";var n=t(78390);A.exports=function(A,e){var t=new n;t.push("import http.client").blank(),"https:"===A.uriObj.protocol?t.push('conn = http.client.HTTPSConnection("%s")',A.uriObj.host).blank():t.push('conn = http.client.HTTPConnection("%s")',A.uriObj.host).blank();var r,o=JSON.stringify(A.postData.text);o&&t.push("payload = %s",o).blank();var i=A.allHeaders,a=Object.keys(i).length;if(1===a)for(r in i)t.push("headers = { '%s': \"%s\" }",r,i[r]).blank();else if(a>1){var s=1;for(r in t.push("headers = {"),i)s++!==a?t.push(" '%s': \"%s\",",r,i[r]):t.push(" '%s': \"%s\"",r,i[r]);t.push(" }").blank()}var l=A.method,c=A.uriObj.path;return o&&a?t.push('conn.request("%s", "%s", payload, headers)',l,c):o&&!a?t.push('conn.request("%s", "%s", payload)',l,c):!o&&a?t.push('conn.request("%s", "%s", headers=headers)',l,c):t.push('conn.request("%s", "%s")',l,c),t.blank().push("res = conn.getresponse()").push("data = res.read()").blank().push('print(data.decode("utf-8"))'),t.join()},A.exports.info={key:"python3",title:"http.client",link:"https://docs.python.org/3/library/http.client.html",description:"Python3 HTTP Client"}},43180:(A,e,t)=>{"use strict";var n=t(43335),r=t(78390),o=t(86723);A.exports=function(A,e){var t=Object.assign({indent:" ",pretty:!0},e),i=new r(" ");if(i.push("import requests").blank(),i.push('url = "%s"',A.url).blank(),Object.keys(A.queryObj).length){var a="querystring = "+JSON.stringify(A.queryObj);i.push(a).blank()}let s=!1,l=!1;if("application/json"===A.postData.mimeType)A.postData.jsonObj&&(i.push("payload = %s",o.literalRepresentation(A.postData.jsonObj,t)),l=!0,s=!0);else{var c=JSON.stringify(A.postData.text);c&&(i.push("payload = %s",c),s=!0)}var g,B=A.allHeaders,u=Object.keys(B).length;if(1===u)for(g in B)i.push('headers = {"%s": "%s"}',g,B[g]).blank();else if(u>1){var p=1;for(g in i.push("headers = {"),B)p++!==u?i.push(1,'"%s": "%s",',g,B[g]):i.push(1,'"%s": "%s"',g,B[g]);i.push("}").blank()}var d=A.method,f=n.format('response = requests.request("%s", url',d);return s&&(f+=l?", json=payload":", data=payload"),u>0&&(f+=", headers=headers"),a&&(f+=", params=querystring"),f+=")",i.push(f).blank().push("print(response.text)"),i.join()},A.exports.info={key:"requests",title:"Requests",link:"http://docs.python-requests.org/en/latest/api/#requests.request",description:"Requests HTTP library"}},309:(A,e,t)=>{"use strict";var n=t(43335),r=t(78390);A.exports=function(A,e){var t,o=new r;o.push("library(httr)").blank(),o.push('url <- "%s"',A.url).blank();var i=A.queryObj,a=Object.keys(i).length;if(delete A.queryObj.key,1===A.queryString.length)o.push('queryString <- list(%s = "%s")',Object.keys(i),Object.values(i).toString()).blank();else if(A.queryString.length>1){var s=1;for(t in o.push("queryString <- list("),i)s++!=a-1?o.push(' %s = "%s",',t,i[t].toString()):o.push(' %s = "%s"',t,i[t].toString());o.push(")").blank()}var l,c=JSON.stringify(A.postData.text);if(c&&o.push("payload <- %s",c).blank(),A.postData.text||A.postData.jsonObj||A.postData.params)switch(A.postData.mimeType){case"application/x-www-form-urlencoded":o.push('encode <- "form"').blank();break;case"application/json":o.push('encode <- "json"').blank();break;case"multipart/form-data":o.push('encode <- "multipart"').blank();break;default:o.push('encode <- "raw"').blank()}var g,B,u=A.allHeaders,p=Object.keys(u).length,d="";for(l in u)"accept"===l.toLowerCase()?(B=', accept("'+u[l]+'")',p-=1):"cookie"===l.toLowerCase()?(g=", set_cookies(`"+u[l].replace(/;/g,'", `').replace(/` /g,"`").replace(/=/g,'` = "')+'")',p-=1):"content-type"!==l.toLowerCase()&&(d=d+l.replace("-","_")+" = '"+u[l],p>1&&(d+="', "));var f=A.method,E=n.format('response <- VERB("%s", url',f);return c&&(E+=", body = payload"),""!==d&&(E+=", add_headers("+d+"')"),A.queryString.length&&(E+=", query = queryString"),E+=', content_type("'+A.postData.mimeType+'")',void 0!==B&&(E+=B),void 0!==g&&(E+=g),(A.postData.text||A.postData.jsonObj||A.postData.params)&&(E+=", encode = encode"),E+=")",o.push(E).blank().push('content(response, "text")'),o.join()},A.exports.info={key:"httr",title:"httr",link:"https://cran.r-project.org/web/packages/httr/vignettes/quickstart.html",description:"httr: Tools for Working with URLs and HTTP"}},67544:(A,e,t)=>{"use strict";A.exports={info:{key:"r",title:"R",extname:".r",default:"httr"},httr:t(309)}},91097:(A,e,t)=>{"use strict";A.exports={info:{key:"ruby",title:"Ruby",extname:".rb",default:"native"},native:t(80818)}},80818:(A,e,t)=>{"use strict";var n=t(78390);A.exports=function(A,e){var t=new n;t.push("require 'uri'").push("require 'net/http'"),"https:"===A.uriObj.protocol&&t.push("require 'openssl'"),t.blank();var r=A.method.toUpperCase(),o=r.charAt(0)+r.substring(1).toLowerCase();["GET","POST","HEAD","DELETE","PATCH","PUT","OPTIONS","COPY","LOCK","UNLOCK","MOVE","TRACE"].indexOf(r)<0&&t.push("class Net::HTTP::%s < Net::HTTPRequest",o).push(" METHOD = '%s'",r.toUpperCase()).push(" REQUEST_HAS_BODY = '%s'",A.postData.text?"true":"false").push(" RESPONSE_HAS_BODY = true").push("end").blank(),t.push('url = URI("%s")',A.fullUrl).blank().push("http = Net::HTTP.new(url.host, url.port)"),"https:"===A.uriObj.protocol&&t.push("http.use_ssl = true").push("http.verify_mode = OpenSSL::SSL::VERIFY_NONE"),t.blank().push("request = Net::HTTP::%s.new(url)",o);var i=Object.keys(A.allHeaders);return i.length&&i.forEach((function(e){t.push("request[\"%s\"] = '%s'",e,A.allHeaders[e])})),A.postData.text&&t.push("request.body = %s",JSON.stringify(A.postData.text)),t.blank().push("response = http.request(request)").push("puts response.read_body"),t.join()},A.exports.info={key:"native",title:"net::http",link:"http://ruby-doc.org/stdlib-2.2.1/libdoc/net/http/rdoc/Net/HTTP.html",description:"Ruby HTTP client"}},13418:(A,e,t)=>{"use strict";var n=t(43335),r=t(24485),o=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" ",short:!1,binary:!1},e),i=new o(t.indent,!1!==t.indent?" \\\n"+t.indent:" ");switch(i.push("curl %s %s",t.short?"-X":"--request",A.method).push(n.format("%s%s",t.short?"":"--url ",r.quote(A.fullUrl))),"HTTP/1.0"===A.httpVersion&&i.push(t.short?"-0":"--http1.0"),Object.keys(A.headersObj).sort().forEach((function(e){var o=n.format("%s: %s",e,A.headersObj[e]);i.push("%s %s",t.short?"-H":"--header",r.quote(o))})),A.allHeaders.cookie&&i.push("%s %s",t.short?"-b":"--cookie",r.quote(A.allHeaders.cookie)),A.postData.mimeType){case"multipart/form-data":A.postData.params.map((function(A){var e;e=A.fileName?n.format("%s=@%s",A.name,A.fileName):n.format("%s=%s",A.name,A.value),i.push("%s %s",t.short?"-F":"--form",r.quote(e))}));break;case"application/x-www-form-urlencoded":A.postData.params?A.postData.params.map((function(A){i.push("%s %s",t.binary?"--data-binary":t.short?"-d":"--data",r.quote(n.format("%s=%s",A.name,A.value)))})):i.push("%s %s",t.binary?"--data-binary":t.short?"-d":"--data",r.quote(A.postData.text));break;default:A.postData.text&&i.push("%s %s",t.binary?"--data-binary":t.short?"-d":"--data",r.quote(A.postData.text))}return i.join()},A.exports.info={key:"curl",title:"cURL",link:"http://curl.haxx.se/",description:"cURL is a command line tool and library for transferring data with URL syntax"}},22228:(A,e,t)=>{"use strict";var n=t(43335),r=t(24485),o=t(78390);A.exports=function(A,e){var t=Object.assign({body:!1,cert:!1,headers:!1,indent:" ",pretty:!1,print:!1,queryParams:!1,short:!1,style:!1,timeout:!1,verbose:!1,verify:!1},e),i=new o(t.indent,!1!==t.indent?" \\\n"+t.indent:" "),a=!1,s=[];return t.headers&&s.push(t.short?"-h":"--headers"),t.body&&s.push(t.short?"-b":"--body"),t.verbose&&s.push(t.short?"-v":"--verbose"),t.print&&s.push(n.format("%s=%s",t.short?"-p":"--print",t.print)),t.verify&&s.push(n.format("--verify=%s",t.verify)),t.cert&&s.push(n.format("--cert=%s",t.cert)),t.pretty&&s.push(n.format("--pretty=%s",t.pretty)),t.style&&s.push(n.format("--style=%s",t.pretty)),t.timeout&&s.push(n.format("--timeout=%s",t.timeout)),t.queryParams&&Object.keys(A.queryObj).forEach((function(e){var t=A.queryObj[e];Array.isArray(t)?t.forEach((function(A){i.push("%s==%s",e,r.quote(A))})):i.push("%s==%s",e,r.quote(t))})),Object.keys(A.allHeaders).sort().forEach((function(e){i.push("%s:%s",e,r.quote(A.allHeaders[e]))})),"application/x-www-form-urlencoded"===A.postData.mimeType?A.postData.params&&A.postData.params.length&&(s.push(t.short?"-f":"--form"),A.postData.params.forEach((function(A){i.push("%s=%s",A.name,r.quote(A.value))}))):a=!0,i.unshift("http %s%s %s",s.length?s.join(" ")+" ":"",A.method,r.quote(t.queryParams?A.url:A.fullUrl)),a&&A.postData.text&&i.unshift("echo %s | ",r.quote(A.postData.text)),i.join()},A.exports.info={key:"httpie",title:"HTTPie",link:"http://httpie.org/",description:"a CLI, cURL-like tool for humans"}},2309:(A,e,t)=>{"use strict";A.exports={info:{key:"shell",title:"Shell",extname:".sh",default:"curl"},curl:t(13418),httpie:t(22228),wget:t(77843)}},77843:(A,e,t)=>{"use strict";var n=t(43335),r=t(24485),o=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" ",short:!1,verbose:!1},e),i=new o(t.indent,!1!==t.indent?" \\\n"+t.indent:" ");return t.verbose?i.push("wget %s",t.short?"-v":"--verbose"):i.push("wget %s",t.short?"-q":"--quiet"),i.push("--method %s",r.quote(A.method)),Object.keys(A.allHeaders).forEach((function(e){var t=n.format("%s: %s",e,A.allHeaders[e]);i.push("--header %s",r.quote(t))})),A.postData.text&&i.push("--body-data "+r.escape(r.quote(A.postData.text))),i.push(t.short?"-O":"--output-document").push("- %s",r.quote(A.fullUrl)),i.join()},A.exports.info={key:"wget",title:"Wget",link:"https://www.gnu.org/software/wget/",description:"a free software package for retrieving files using HTTP, HTTPS"}},36261:(A,e,t)=>{"use strict";var n=t(43335);function r(A,e){return Array.apply(null,new Array(A)).map(String.prototype.valueOf,e).join("")}function o(A,e,t,n){var o=r(n,t),i=r(n-1,t),a=e?",\n"+o:", ";return e?"[\n"+o+A.join(a)+"\n"+i+"]":"["+A.join(a)+"]"}A.exports={literalDeclaration:function(A,e,t){return n.format("let %s = %s",A,this.literalRepresentation(e,t))},literalRepresentation:function(A,e,t){switch(t=void 0===t?1:t+1,Object.prototype.toString.call(A)){case"[object Number]":return A;case"[object Array]":var r=!1;return o(A.map(function(A){return"[object Object]"===Object.prototype.toString.call(A)&&(r=Object.keys(A).length>1),this.literalRepresentation(A,e,t)}.bind(this)),r,e.indent,t);case"[object Object]":var i=[];for(var a in A)i.push(n.format('"%s": %s',a,this.literalRepresentation(A[a],e,t)));return o(i,e.pretty&&i.length>1,e.indent,t);case"[object Boolean]":return A.toString();default:return null==A?"":'"'+A.toString().replace(/"/g,'\\"')+'"'}}}},44057:(A,e,t)=>{"use strict";A.exports={info:{key:"swift",title:"Swift",extname:".swift",default:"nsurlsession"},nsurlsession:t(50041)}},50041:(A,e,t)=>{"use strict";var n=t(36261),r=t(78390);A.exports=function(A,e){var t=Object.assign({indent:" ",pretty:!0,timeout:"10"},e),o=new r(t.indent),i={hasHeaders:!1,hasBody:!1};if(o.push("import Foundation"),Object.keys(A.allHeaders).length&&(i.hasHeaders=!0,o.blank().push(n.literalDeclaration("headers",A.allHeaders,t))),A.postData.text||A.postData.jsonObj||A.postData.params)switch(i.hasBody=!0,A.postData.mimeType){case"application/x-www-form-urlencoded":o.blank().push('let postData = NSMutableData(data: "%s=%s".data(using: String.Encoding.utf8)!)',A.postData.params[0].name,A.postData.params[0].value);for(var a=1,s=A.postData.params.length;a Void in").push(1,"if (error != nil) {").push(2,"print(error)").push(1,"} else {").push(2,"let httpResponse = response as? HTTPURLResponse").push(2,"print(httpResponse)").push(1,"}").push("})").blank().push("dataTask.resume()"),o.join()},A.exports.info={key:"nsurlsession",title:"NSURLSession",link:"https://developer.apple.com/library/mac/documentation/Foundation/Reference/NSURLSession_class/index.html",description:"Foundation's NSURLSession request"}},62333:(A,e)=>{e.read=function(A,e,t,n,r){var o,i,a=8*r-n-1,s=(1<>1,c=-7,g=t?r-1:0,B=t?-1:1,u=A[e+g];for(g+=B,o=u&(1<<-c)-1,u>>=-c,c+=a;c>0;o=256*o+A[e+g],g+=B,c-=8);for(i=o&(1<<-c)-1,o>>=-c,c+=n;c>0;i=256*i+A[e+g],g+=B,c-=8);if(0===o)o=1-l;else{if(o===s)return i?NaN:1/0*(u?-1:1);i+=Math.pow(2,n),o-=l}return(u?-1:1)*i*Math.pow(2,o-n)},e.write=function(A,e,t,n,r,o){var i,a,s,l=8*o-r-1,c=(1<>1,B=23===r?Math.pow(2,-24)-Math.pow(2,-77):0,u=n?0:o-1,p=n?1:-1,d=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,i=c):(i=Math.floor(Math.log(e)/Math.LN2),e*(s=Math.pow(2,-i))<1&&(i--,s*=2),(e+=i+g>=1?B/s:B*Math.pow(2,1-g))*s>=2&&(i++,s/=2),i+g>=c?(a=0,i=c):i+g>=1?(a=(e*s-1)*Math.pow(2,r),i+=g):(a=e*Math.pow(2,g-1)*Math.pow(2,r),i=0));r>=8;A[t+u]=255&a,u+=p,a/=256,r-=8);for(i=i<0;A[t+u]=255&i,u+=p,i/=256,l-=8);A[t+u-p]|=128*d}},91285:A=>{"function"==typeof Object.create?A.exports=function(A,e){e&&(A.super_=e,A.prototype=Object.create(e.prototype,{constructor:{value:A,enumerable:!1,writable:!0,configurable:!0}}))}:A.exports=function(A,e){if(e){A.super_=e;var t=function(){};t.prototype=e.prototype,A.prototype=new t,A.prototype.constructor=A}}},6299:A=>{var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,n=/^\s*/,r=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,i=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,a=/^[;\s]*/,s=/^\s+|\s+$/g,l="";function c(A){return A?A.replace(s,l):l}A.exports=function(A,s){if("string"!=typeof A)throw new TypeError("First argument must be a string");if(!A)return[];s=s||{};var g=1,B=1;function u(A){var e=A.match(t);e&&(g+=e.length);var n=A.lastIndexOf("\n");B=~n?A.length-n:B+A.length}function p(){var A={line:g,column:B};return function(e){return e.position=new d(A),m(),e}}function d(A){this.start=A,this.end={line:g,column:B},this.source=s.source}d.prototype.content=A;var f=[];function E(e){var t=new Error(s.source+":"+g+":"+B+": "+e);if(t.reason=e,t.filename=s.source,t.line=g,t.column=B,t.source=A,!s.silent)throw t;f.push(t)}function h(e){var t=e.exec(A);if(t){var n=t[0];return u(n),A=A.slice(n.length),t}}function m(){h(n)}function w(A){var e;for(A=A||[];e=Q();)!1!==e&&A.push(e);return A}function Q(){var e=p();if("/"==A.charAt(0)&&"*"==A.charAt(1)){for(var t=2;l!=A.charAt(t)&&("*"!=A.charAt(t)||"/"!=A.charAt(t+1));)++t;if(t+=2,l===A.charAt(t-1))return E("End of comment missing");var n=A.slice(2,t-2);return B+=2,u(n),A=A.slice(t),B+=2,e({type:"comment",comment:n})}}function C(){var A=p(),t=h(r);if(t){if(Q(),!h(o))return E("property missing ':'");var n=h(i),s=A({type:"declaration",property:c(t[0].replace(e,l)),value:n?c(n[0].replace(e,l)):l});return h(a),s}}return m(),function(){var A,e=[];for(w(e);A=C();)!1!==A&&(e.push(A),w(e));return e}()}},52635:(A,e,t)=>{"use strict";var n=t(67226)(),r=t(62680)("Object.prototype.toString"),o=function(A){return!(n&&A&&"object"==typeof A&&Symbol.toStringTag in A)&&"[object Arguments]"===r(A)},i=function(A){return!!o(A)||null!==A&&"object"==typeof A&&"number"==typeof A.length&&A.length>=0&&"[object Array]"!==r(A)&&"[object Function]"===r(A.callee)},a=function(){return o(arguments)}();o.isLegacyArguments=i,A.exports=a?o:i},13335:A=>{A.exports=function(A){return null!=A&&null!=A.constructor&&"function"==typeof A.constructor.isBuffer&&A.constructor.isBuffer(A)}},43138:(A,e,t)=>{"use strict";var n,r=Object.prototype.toString,o=Function.prototype.toString,i=/^\s*(?:function)?\*/,a=t(67226)(),s=Object.getPrototypeOf;A.exports=function(A){if("function"!=typeof A)return!1;if(i.test(o.call(A)))return!0;if(!a)return"[object GeneratorFunction]"===r.call(A);if(!s)return!1;if(void 0===n){var e=function(){if(!a)return!1;try{return Function("return function*() {}")()}catch(A){}}();n=!!e&&s(e)}return s(A)===n}},40685:A=>{"use strict";A.exports=function(A){return"[object RegExp]"===Object.prototype.toString.call(A)}},50198:(A,e,t)=>{"use strict";var n=t(46388),r=t(62191),o=t(62680),i=o("Object.prototype.toString"),a=t(67226)(),s="undefined"==typeof globalThis?t.g:globalThis,l=r(),c=o("Array.prototype.indexOf",!0)||function(A,e){for(var t=0;t-1}return!!u&&function(A){var e=!1;return n(B,(function(t,n){if(!e)try{e=t.call(A)===n}catch(A){}})),e}(A)}},89307:(A,e,t)=>{t(46168),A.exports=self.fetch.bind(self)},95955:(A,e,t)=>{"use strict";var n=t(46388);function r(A,e,t){if(3===arguments.length)return r.set(A,e,t);if(2===arguments.length)return r.get(A,e);var n=r.bind(r,A);for(var o in r)r.hasOwnProperty(o)&&(n[o]=r[o].bind(n,A));return n}A.exports=r,r.get=function(A,e){for(var t=Array.isArray(e)?e:r.parse(e),n=0;n{var n=t(18149),r=t(829),o=t(75652),i=t(49599),a=t(84573),s=t(74186),l=t(97030),c=t(4335),g=A=>Array.isArray(A)?A:[A],B=A=>void 0===A,u=A=>l(A)||Array.isArray(A)?Object.keys(A):[],p=(A,e)=>A.hasOwnProperty(e),d=A=>r(o(A)),f=A=>B(A)||Array.isArray(A)&&0===A.length,E=(A,e)=>B(A)&&0===e||B(e)&&0===A||n(A,e),h=A=>B(A)||n(A,{})||!0===A,m=A=>B(A)||n(A,{}),w=A=>B(A)||l(A)||!0===A||!1===A;function Q(A,e){return!(!f(A)||!f(e))||n(d(A),d(e))}function C(A,e,t,r){var i=o(u(A).concat(u(e)));return!(!m(A)||!m(e))||(!m(A)||!u(e).length)&&(!m(e)||!u(A).length)&&i.every((function(t){var o=A[t],i=e[t];return Array.isArray(o)&&Array.isArray(i)?n(d(A),d(e)):!(Array.isArray(o)&&!Array.isArray(i))&&!(Array.isArray(i)&&!Array.isArray(o))&&((A,e,t,n)=>e&&p(e,t)&&A&&p(A,t)&&n(A[t],e[t]))(A,e,t,r)}))}function I(A,e,t,n){var r=i(A,n),o=i(e,n);return s(r,o,n).length===Math.max(r.length,o.length)}var y={title:n,uniqueItems:(A,e)=>B(A)&&!1===e||B(e)&&!1===A||n(A,e),minLength:E,minItems:E,minProperties:E,required:Q,enum:Q,type:function(A,e){return A=g(A),e=g(e),n(d(A),d(e))},items:function(A,e,t,r){return l(A)&&l(e)?r(A,e):Array.isArray(A)&&Array.isArray(e)?C(A,e,0,r):n(A,e)},anyOf:I,allOf:I,oneOf:I,properties:C,patternProperties:C,dependencies:C},M=["properties","patternProperties","dependencies","uniqueItems","minLength","minItems","minProperties","required"],v=["additionalProperties","additionalItems","contains","propertyNames","not"];A.exports=function A(e,t,r){if(r=a(r,{ignore:[]}),h(e)&&h(t))return!0;if(!w(e)||!w(t))throw new Error("Either of the values are not a JSON schema.");if(e===t)return!0;if(c(e)&&c(t))return e===t;if(void 0===e&&!1===t||void 0===t&&!1===e)return!1;if(B(e)&&!B(t)||!B(e)&&B(t))return!1;var i=o(Object.keys(e).concat(Object.keys(t)));if(r.ignore.length&&(i=i.filter((A=>-1===r.ignore.indexOf(A)))),!i.length)return!0;function s(e,t){return A(e,t,r)}return i.every((function(o){var i=e[o],a=t[o];if(-1!==v.indexOf(o))return A(i,a,r);var l=y[o];if(l||(l=n),n(i,a))return!0;if(-1===M.indexOf(o)&&(!p(e,o)&&p(t,o)||p(e,o)&&!p(t,o)))return i===a;var g=l(i,a,o,s);if(!c(g))throw new Error("Comparer must return true or false");return g}))}},77485:(A,e,t)=>{var n,r="__lodash_hash_undefined__",o=1/0,i="[object Function]",a="[object GeneratorFunction]",s="[object Symbol]",l=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,c=/^\w*$/,g=/^\./,B=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,u=/\\(\\)?/g,p=/^\[object .+?Constructor\]$/,d="object"==typeof t.g&&t.g&&t.g.Object===Object&&t.g,f="object"==typeof self&&self&&self.Object===Object&&self,E=d||f||Function("return this")(),h=Array.prototype,m=Function.prototype,w=Object.prototype,Q=E["__core-js_shared__"],C=(n=/[^.]+$/.exec(Q&&Q.keys&&Q.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",I=m.toString,y=w.hasOwnProperty,M=w.toString,v=RegExp("^"+I.call(y).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),F=E.Symbol,Y=h.splice,b=N(E,"Map"),D=N(Object,"create"),x=F?F.prototype:void 0,k=x?x.toString:void 0;function G(A){var e=-1,t=A?A.length:0;for(this.clear();++e-1},U.prototype.set=function(A,e){var t=this.__data__,n=R(t,A);return n<0?t.push([A,e]):t[n][1]=e,this},T.prototype.clear=function(){this.__data__={hash:new G,map:new(b||U),string:new G}},T.prototype.delete=function(A){return H(this,A).delete(A)},T.prototype.get=function(A){return H(this,A).get(A)},T.prototype.has=function(A){return H(this,A).has(A)},T.prototype.set=function(A,e){return H(this,A).set(A,e),this};var S=j((function(A){var e;A=null==(e=A)?"":function(A){if("string"==typeof A)return A;if(O(A))return k?k.call(A):"";var e=A+"";return"0"==e&&1/A==-o?"-0":e}(e);var t=[];return g.test(A)&&t.push(""),A.replace(B,(function(A,e,n,r){t.push(n?r.replace(u,"$1"):e||A)})),t}));function P(A){if("string"==typeof A||O(A))return A;var e=A+"";return"0"==e&&1/A==-o?"-0":e}function j(A,e){if("function"!=typeof A||e&&"function"!=typeof e)throw new TypeError("Expected a function");var t=function(){var n=arguments,r=e?e.apply(this,n):n[0],o=t.cache;if(o.has(r))return o.get(r);var i=A.apply(this,n);return t.cache=o.set(r,i),i};return t.cache=new(j.Cache||T),t}j.Cache=T;var J=Array.isArray;function V(A){var e=typeof A;return!!A&&("object"==e||"function"==e)}function O(A){return"symbol"==typeof A||function(A){return!!A&&"object"==typeof A}(A)&&M.call(A)==s}A.exports=function(A,e,t){var n=null==A?void 0:function(A,e){var t;e=function(A,e){if(J(A))return!1;var t=typeof A;return!("number"!=t&&"symbol"!=t&&"boolean"!=t&&null!=A&&!O(A))||c.test(A)||!l.test(A)||null!=e&&A in Object(e)}(e,A)?[e]:J(t=e)?t:S(t);for(var n=0,r=e.length;null!=A&&n{A=t.nmd(A);var n="__lodash_hash_undefined__",r=1,o=2,i=9007199254740991,a="[object Arguments]",s="[object Array]",l="[object Boolean]",c="[object Date]",g="[object Error]",B="[object Function]",u="[object GeneratorFunction]",p="[object Map]",d="[object Number]",f="[object Object]",E="[object Promise]",h="[object RegExp]",m="[object Set]",w="[object String]",Q="[object WeakMap]",C="[object ArrayBuffer]",I="[object DataView]",y=/^\[object .+?Constructor\]$/,M=/^(?:0|[1-9]\d*)$/,v={};v["[object Float32Array]"]=v["[object Float64Array]"]=v["[object Int8Array]"]=v["[object Int16Array]"]=v["[object Int32Array]"]=v["[object Uint8Array]"]=v["[object Uint8ClampedArray]"]=v["[object Uint16Array]"]=v["[object Uint32Array]"]=!0,v[a]=v[s]=v[C]=v[l]=v[I]=v[c]=v[g]=v[B]=v[p]=v[d]=v[f]=v[h]=v[m]=v[w]=v[Q]=!1;var F="object"==typeof t.g&&t.g&&t.g.Object===Object&&t.g,Y="object"==typeof self&&self&&self.Object===Object&&self,b=F||Y||Function("return this")(),D=e&&!e.nodeType&&e,x=D&&A&&!A.nodeType&&A,k=x&&x.exports===D&&F.process,G=function(){try{return k&&k.binding("util")}catch(A){}}(),U=G&&G.isTypedArray;function T(A,e){for(var t=-1,n=A?A.length:0;++tl))return!1;var g=a.get(A);if(g&&a.get(e))return g==e;var B=-1,u=!0,p=i&r?new hA:void 0;for(a.set(A,e),a.set(e,A);++B-1},fA.prototype.set=function(A,e){var t=this.__data__,n=wA(t,A);return n<0?t.push([A,e]):t[n][1]=e,this},EA.prototype.clear=function(){this.__data__={hash:new dA,map:new(nA||fA),string:new dA}},EA.prototype.delete=function(A){return IA(this,A).delete(A)},EA.prototype.get=function(A){return IA(this,A).get(A)},EA.prototype.has=function(A){return IA(this,A).has(A)},EA.prototype.set=function(A,e){return IA(this,A).set(A,e),this},hA.prototype.add=hA.prototype.push=function(A){return this.__data__.set(A,n),this},hA.prototype.has=function(A){return this.__data__.has(A)},mA.prototype.clear=function(){this.__data__=new fA},mA.prototype.delete=function(A){return this.__data__.delete(A)},mA.prototype.get=function(A){return this.__data__.get(A)},mA.prototype.has=function(A){return this.__data__.has(A)},mA.prototype.set=function(A,e){var t=this.__data__;if(t instanceof fA){var n=t.__data__;if(!nA||n.length<199)return n.push([A,e]),this;t=this.__data__=new EA(n)}return t.set(A,e),this};var MA=function(A){return Z.call(A)};function vA(A,e){return!!(e=null==e?i:e)&&("number"==typeof A||M.test(A))&&A>-1&&A%1==0&&A-1&&A%1==0&&A<=i}function GA(A){var e=typeof A;return!!A&&("object"==e||"function"==e)}function UA(A){return!!A&&"object"==typeof A}var TA=U?function(A){return function(e){return A(e)}}(U):function(A){return UA(A)&&kA(A.length)&&!!v[Z.call(A)]};function RA(A){return DA(A)?function(A,e){var t=bA(A)||function(A){return function(A){return UA(A)&&DA(A)}(A)&&K.call(A,"callee")&&(!$.call(A,"callee")||Z.call(A)==a)}(A)?function(A,e){for(var t=-1,n=Array(A);++t{var n=9007199254740991,r="[object Arguments]",o="[object Function]",i="[object GeneratorFunction]",a="object"==typeof t.g&&t.g&&t.g.Object===Object&&t.g,s="object"==typeof self&&self&&self.Object===Object&&self,l=a||s||Function("return this")();function c(A,e){for(var t=-1,n=e.length,r=A.length;++t0&&t(a)?e>1?h(a,e-1,t,n,r):c(r,a):n||(r[r.length]=a)}return r}function m(A){return Q(A)||function(A){return function(A){return C(A)&&function(A){return null!=A&&function(A){return"number"==typeof A&&A>-1&&A%1==0&&A<=n}(A.length)&&!function(A){var e=function(A){var e=typeof A;return!!A&&("object"==e||"function"==e)}(A)?u.call(A):"";return e==o||e==i}(A)}(A)}(A)&&B.call(A,"callee")&&(!d.call(A,"callee")||u.call(A)==r)}(A)||!!(f&&A&&A[f])}function w(A){if("string"==typeof A||function(A){return"symbol"==typeof A||C(A)&&"[object Symbol]"==u.call(A)}(A))return A;var e=A+"";return"0"==e&&1/A==-1/0?"-0":e}var Q=Array.isArray;function C(A){return!!A&&"object"==typeof A}var I,y,M=(I=function(A,e){return null==A?{}:function(A,e){return function(A,e,t){for(var n=-1,r=e.length,o={};++n{A=t.nmd(A);var n="__lodash_hash_undefined__",r=1,o=2,i=1/0,a=9007199254740991,s="[object Arguments]",l="[object Array]",c="[object Boolean]",g="[object Date]",B="[object Error]",u="[object Function]",p="[object GeneratorFunction]",d="[object Map]",f="[object Number]",E="[object Object]",h="[object Promise]",m="[object RegExp]",w="[object Set]",Q="[object String]",C="[object Symbol]",I="[object WeakMap]",y="[object ArrayBuffer]",M="[object DataView]",v=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,F=/^\w*$/,Y=/^\./,b=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,D=/\\(\\)?/g,x=/^\[object .+?Constructor\]$/,k=/^(?:0|[1-9]\d*)$/,G={};G["[object Float32Array]"]=G["[object Float64Array]"]=G["[object Int8Array]"]=G["[object Int16Array]"]=G["[object Int32Array]"]=G["[object Uint8Array]"]=G["[object Uint8ClampedArray]"]=G["[object Uint16Array]"]=G["[object Uint32Array]"]=!0,G[s]=G[l]=G[y]=G[c]=G[M]=G[g]=G[B]=G[u]=G[d]=G[f]=G[E]=G[m]=G[w]=G[Q]=G[I]=!1;var U="object"==typeof t.g&&t.g&&t.g.Object===Object&&t.g,T="object"==typeof self&&self&&self.Object===Object&&self,R=U||T||Function("return this")(),H=e&&!e.nodeType&&e,N=H&&A&&!A.nodeType&&A,S=N&&N.exports===H&&U.process,P=function(){try{return S&&S.binding("util")}catch(A){}}(),j=P&&P.isTypedArray;function J(A,e){for(var t=-1,n=e.length,r=A.length;++tl))return!1;var g=a.get(A);if(g&&a.get(e))return g==e;var B=-1,u=!0,p=i&r?new YA:void 0;for(a.set(A,e),a.set(e,A);++B-1},vA.prototype.set=function(A,e){var t=this.__data__,n=xA(t,A);return n<0?t.push([A,e]):t[n][1]=e,this},FA.prototype.clear=function(){this.__data__={hash:new MA,map:new(BA||vA),string:new MA}},FA.prototype.delete=function(A){return HA(this,A).delete(A)},FA.prototype.get=function(A){return HA(this,A).get(A)},FA.prototype.has=function(A){return HA(this,A).has(A)},FA.prototype.set=function(A,e){return HA(this,A).set(A,e),this},YA.prototype.add=YA.prototype.push=function(A){return this.__data__.set(A,n),this},YA.prototype.has=function(A){return this.__data__.has(A)},bA.prototype.clear=function(){this.__data__=new vA},bA.prototype.delete=function(A){return this.__data__.delete(A)},bA.prototype.get=function(A){return this.__data__.get(A)},bA.prototype.has=function(A){return this.__data__.has(A)},bA.prototype.set=function(A,e){var t=this.__data__;if(t instanceof vA){var n=t.__data__;if(!BA||n.length<199)return n.push([A,e]),this;t=this.__data__=new FA(n)}return t.set(A,e),this};var SA=lA?z(lA,Object):ge,PA=lA?function(A){for(var e=[];A;)J(e,SA(A)),A=iA(A);return e}:ge,jA=function(A){return tA.call(A)};function JA(A,e){return!!(e=null==e?a:e)&&("number"==typeof A||k.test(A))&&A>-1&&A%1==0&&A-1&&A%1==0&&A<=a}function ne(A){var e=typeof A;return!!A&&("object"==e||"function"==e)}function re(A){return!!A&&"object"==typeof A}function oe(A){return"symbol"==typeof A||re(A)&&tA.call(A)==C}var ie,ae=j?(ie=j,function(A){return ie(A)}):function(A){return re(A)&&te(A.length)&&!!G[tA.call(A)]};function se(A){return Ae(A)?DA(A):function(A){if(!OA(A))return cA(A);var e=[];for(var t in Object(A))eA.call(A,t)&&"constructor"!=t&&e.push(t);return e}(A)}function le(A){return Ae(A)?DA(A,!0):function(A){if(!ne(A))return function(A){var e=[];if(null!=A)for(var t in Object(A))e.push(t);return e}(A);var e=OA(A),t=[];for(var n in A)("constructor"!=n||!e&&eA.call(A,n))&&t.push(n);return t}(A)}function ce(A){return A}function ge(){return[]}A.exports=function(A,e){return null==A?{}:function(A,e,t){for(var n=-1,r=e.length,o={};++n{var n=t(38761)(t(37772),"DataView");A.exports=n},89612:(A,e,t)=>{var n=t(52118),r=t(96909),o=t(98138),i=t(4174),a=t(7942);function s(A){var e=-1,t=null==A?0:A.length;for(this.clear();++e{var n=t(3945),r=t(21846),o=t(88028),i=t(72344),a=t(94769);function s(A){var e=-1,t=null==A?0:A.length;for(this.clear();++e{var n=t(38761)(t(37772),"Map");A.exports=n},96738:(A,e,t)=>{var n=t(92411),r=t(36417),o=t(86928),i=t(79493),a=t(24150);function s(A){var e=-1,t=null==A?0:A.length;for(this.clear();++e{var n=t(38761)(t(37772),"Promise");A.exports=n},2143:(A,e,t)=>{var n=t(38761)(t(37772),"Set");A.exports=n},45386:(A,e,t)=>{var n=t(96738),r=t(52842),o=t(52482);function i(A){var e=-1,t=null==A?0:A.length;for(this.__data__=new n;++e{var n=t(80235),r=t(15243),o=t(72858),i=t(4417),a=t(8605),s=t(71418);function l(A){var e=this.__data__=new n(A);this.size=e.size}l.prototype.clear=r,l.prototype.delete=o,l.prototype.get=i,l.prototype.has=a,l.prototype.set=s,A.exports=l},50857:(A,e,t)=>{var n=t(37772).Symbol;A.exports=n},79162:(A,e,t)=>{var n=t(37772).Uint8Array;A.exports=n},93215:(A,e,t)=>{var n=t(38761)(t(37772),"WeakMap");A.exports=n},49432:A=>{A.exports=function(A,e,t){switch(t.length){case 0:return A.call(e);case 1:return A.call(e,t[0]);case 2:return A.call(e,t[0],t[1]);case 3:return A.call(e,t[0],t[1],t[2])}return A.apply(e,t)}},72517:A=>{A.exports=function(A,e){for(var t=-1,n=null==A?0:A.length;++t{A.exports=function(A,e){for(var t=-1,n=null==A?0:A.length,r=0,o=[];++t{var n=t(77832);A.exports=function(A,e){return!(null==A||!A.length)&&n(A,e,0)>-1}},34893:A=>{A.exports=function(A,e,t){for(var n=-1,r=null==A?0:A.length;++n{var n=t(36473),r=t(79631),o=t(86152),i=t(73226),a=t(39045),s=t(77598),l=Object.prototype.hasOwnProperty;A.exports=function(A,e){var t=o(A),c=!t&&r(A),g=!t&&!c&&i(A),B=!t&&!c&&!g&&s(A),u=t||c||g||B,p=u?n(A.length,String):[],d=p.length;for(var f in A)!e&&!l.call(A,f)||u&&("length"==f||g&&("offset"==f||"parent"==f)||B&&("buffer"==f||"byteLength"==f||"byteOffset"==f)||a(f,d))||p.push(f);return p}},50343:A=>{A.exports=function(A,e){for(var t=-1,n=null==A?0:A.length,r=Array(n);++t{A.exports=function(A,e){for(var t=-1,n=e.length,r=A.length;++t{A.exports=function(A,e){for(var t=-1,n=null==A?0:A.length;++t{var n=t(20256)("length");A.exports=n},50217:A=>{A.exports=function(A){return A.split("")}},28582:(A,e,t)=>{var n=t(13940),r=t(41225);A.exports=function(A,e,t){(void 0!==t&&!r(A[e],t)||void 0===t&&!(e in A))&&n(A,e,t)}},60091:(A,e,t)=>{var n=t(13940),r=t(41225),o=Object.prototype.hasOwnProperty;A.exports=function(A,e,t){var i=A[e];o.call(A,e)&&r(i,t)&&(void 0!==t||e in A)||n(A,e,t)}},22218:(A,e,t)=>{var n=t(41225);A.exports=function(A,e){for(var t=A.length;t--;)if(n(A[t][0],e))return t;return-1}},13940:(A,e,t)=>{var n=t(83043);A.exports=function(A,e,t){"__proto__"==e&&n?n(A,e,{configurable:!0,enumerable:!0,value:t,writable:!0}):A[e]=t}},16794:(A,e,t)=>{var n=t(72579);A.exports=function(A,e){for(var t=-1,r=e.length,o=Array(r),i=null==A;++t{var n=t(29259),r=Object.create,o=function(){function A(){}return function(e){if(!n(e))return{};if(r)return r(e);A.prototype=e;var t=new A;return A.prototype=void 0,t}}();A.exports=o},85246:(A,e,t)=>{var n=t(45386),r=t(38333),o=t(34893),i=t(50343),a=t(47826),s=t(59950);A.exports=function(A,e,t,l){var c=-1,g=r,B=!0,u=A.length,p=[],d=e.length;if(!u)return p;t&&(e=i(e,a(t))),l?(g=o,B=!1):e.length>=200&&(g=s,B=!1,e=new n(e));A:for(;++c{var n=t(26548),r=t(92019)(n);A.exports=r},21359:A=>{A.exports=function(A,e,t,n){for(var r=A.length,o=t+(n?1:-1);n?o--:++o{var n=t(65067),r=t(95882);A.exports=function A(e,t,o,i,a){var s=-1,l=e.length;for(o||(o=r),a||(a=[]);++s0&&o(c)?t>1?A(c,t-1,o,i,a):n(a,c):i||(a[a.length]=c)}return a}},15308:(A,e,t)=>{var n=t(55463)();A.exports=n},26548:(A,e,t)=>{var n=t(15308),r=t(90249);A.exports=function(A,e){return A&&n(A,e,r)}},13324:(A,e,t)=>{var n=t(17297),r=t(33812);A.exports=function(A,e){for(var t=0,o=(e=n(e,A)).length;null!=A&&t{var n=t(65067),r=t(86152);A.exports=function(A,e,t){var o=e(A);return r(A)?o:n(o,t(A))}},53366:(A,e,t)=>{var n=t(50857),r=t(62107),o=t(37157),i=n?n.toStringTag:void 0;A.exports=function(A){return null==A?void 0===A?"[object Undefined]":"[object Null]":i&&i in Object(A)?r(A):o(A)}},20187:A=>{A.exports=function(A,e){return null!=A&&e in Object(A)}},77832:(A,e,t)=>{var n=t(21359),r=t(22195),o=t(66024);A.exports=function(A,e,t){return e==e?o(A,e,t):n(A,r,t)}},84190:A=>{A.exports=function(A,e,t,n){for(var r=t-1,o=A.length;++r{var n=t(45386),r=t(38333),o=t(34893),i=t(50343),a=t(47826),s=t(59950),l=Math.min;A.exports=function(A,e,t){for(var c=t?o:r,g=A[0].length,B=A.length,u=B,p=Array(B),d=1/0,f=[];u--;){var E=A[u];u&&e&&(E=i(E,a(e))),d=l(E.length,d),p[u]=!t&&(e||g>=120&&E.length>=120)?new n(u&&E):void 0}E=A[0];var h=-1,m=p[0];A:for(;++h{var n=t(53366),r=t(15125);A.exports=function(A){return r(A)&&"[object Arguments]"==n(A)}},88746:(A,e,t)=>{var n=t(51952),r=t(15125);A.exports=function A(e,t,o,i,a){return e===t||(null==e||null==t||!r(e)&&!r(t)?e!=e&&t!=t:n(e,t,o,i,A,a))}},51952:(A,e,t)=>{var n=t(86571),r=t(74871),o=t(11491),i=t(17416),a=t(70940),s=t(86152),l=t(73226),c=t(77598),g="[object Arguments]",B="[object Array]",u="[object Object]",p=Object.prototype.hasOwnProperty;A.exports=function(A,e,t,d,f,E){var h=s(A),m=s(e),w=h?B:a(A),Q=m?B:a(e),C=(w=w==g?u:w)==u,I=(Q=Q==g?u:Q)==u,y=w==Q;if(y&&l(A)){if(!l(e))return!1;h=!0,C=!1}if(y&&!C)return E||(E=new n),h||c(A)?r(A,e,t,d,f,E):o(A,e,w,t,d,f,E);if(!(1&t)){var M=C&&p.call(A,"__wrapped__"),v=I&&p.call(e,"__wrapped__");if(M||v){var F=M?A.value():A,Y=v?e.value():e;return E||(E=new n),f(F,Y,t,d,E)}}return!!y&&(E||(E=new n),i(A,e,t,d,f,E))}},37036:(A,e,t)=>{var n=t(86571),r=t(88746);A.exports=function(A,e,t,o){var i=t.length,a=i,s=!o;if(null==A)return!a;for(A=Object(A);i--;){var l=t[i];if(s&&l[2]?l[1]!==A[l[0]]:!(l[0]in A))return!1}for(;++i{A.exports=function(A){return A!=A}},6840:(A,e,t)=>{var n=t(61049),r=t(47394),o=t(29259),i=t(87035),a=/^\[object .+?Constructor\]$/,s=Function.prototype,l=Object.prototype,c=s.toString,g=l.hasOwnProperty,B=RegExp("^"+c.call(g).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");A.exports=function(A){return!(!o(A)||r(A))&&(n(A)?B:a).test(i(A))}},24333:(A,e,t)=>{var n=t(53366),r=t(15125);A.exports=function(A){return r(A)&&"[object RegExp]"==n(A)}},35522:(A,e,t)=>{var n=t(53366),r=t(61158),o=t(15125),i={};i["[object Float32Array]"]=i["[object Float64Array]"]=i["[object Int8Array]"]=i["[object Int16Array]"]=i["[object Int32Array]"]=i["[object Uint8Array]"]=i["[object Uint8ClampedArray]"]=i["[object Uint16Array]"]=i["[object Uint32Array]"]=!0,i["[object Arguments]"]=i["[object Array]"]=i["[object ArrayBuffer]"]=i["[object Boolean]"]=i["[object DataView]"]=i["[object Date]"]=i["[object Error]"]=i["[object Function]"]=i["[object Map]"]=i["[object Number]"]=i["[object Object]"]=i["[object RegExp]"]=i["[object Set]"]=i["[object String]"]=i["[object WeakMap]"]=!1,A.exports=function(A){return o(A)&&r(A.length)&&!!i[n(A)]}},68286:(A,e,t)=>{var n=t(26423),r=t(74716),o=t(23059),i=t(86152),a=t(65798);A.exports=function(A){return"function"==typeof A?A:null==A?o:"object"==typeof A?i(A)?r(A[0],A[1]):n(A):a(A)}},86411:(A,e,t)=>{var n=t(16001),r=t(54248),o=Object.prototype.hasOwnProperty;A.exports=function(A){if(!n(A))return r(A);var e=[];for(var t in Object(A))o.call(A,t)&&"constructor"!=t&&e.push(t);return e}},18390:(A,e,t)=>{var n=t(29259),r=t(16001),o=t(62966),i=Object.prototype.hasOwnProperty;A.exports=function(A){if(!n(A))return o(A);var e=r(A),t=[];for(var a in A)("constructor"!=a||!e&&i.call(A,a))&&t.push(a);return t}},93401:(A,e,t)=>{var n=t(24303),r=t(67878);A.exports=function(A,e){var t=-1,o=r(A)?Array(A.length):[];return n(A,(function(A,n,r){o[++t]=e(A,n,r)})),o}},26423:(A,e,t)=>{var n=t(37036),r=t(49882),o=t(73477);A.exports=function(A){var e=r(A);return 1==e.length&&e[0][2]?o(e[0][0],e[0][1]):function(t){return t===A||n(t,A,e)}}},74716:(A,e,t)=>{var n=t(88746),r=t(72579),o=t(95041),i=t(21401),a=t(28792),s=t(73477),l=t(33812);A.exports=function(A,e){return i(A)&&a(e)?s(l(A),e):function(t){var i=r(t,A);return void 0===i&&i===e?o(t,A):n(e,i,3)}}},84565:(A,e,t)=>{var n=t(86571),r=t(28582),o=t(15308),i=t(25561),a=t(29259),s=t(18582),l=t(52434);A.exports=function A(e,t,c,g,B){e!==t&&o(t,(function(o,s){if(B||(B=new n),a(o))i(e,t,s,c,A,g,B);else{var u=g?g(l(e,s),o,s+"",e,t,B):void 0;void 0===u&&(u=o),r(e,s,u)}}),s)}},25561:(A,e,t)=>{var n=t(28582),r=t(92175),o=t(6190),i=t(51522),a=t(78725),s=t(79631),l=t(86152),c=t(93746),g=t(73226),B=t(61049),u=t(29259),p=t(97030),d=t(77598),f=t(52434),E=t(63329);A.exports=function(A,e,t,h,m,w,Q){var C=f(A,t),I=f(e,t),y=Q.get(I);if(y)n(A,t,y);else{var M=w?w(C,I,t+"",A,e,Q):void 0,v=void 0===M;if(v){var F=l(I),Y=!F&&g(I),b=!F&&!Y&&d(I);M=I,F||Y||b?l(C)?M=C:c(C)?M=i(C):Y?(v=!1,M=r(I,!0)):b?(v=!1,M=o(I,!0)):M=[]:p(I)||s(I)?(M=C,s(C)?M=E(C):u(C)&&!B(C)||(M=a(I))):v=!1}v&&(Q.set(I,M),m(M,I,h,w,Q),Q.delete(I)),n(A,t,M)}}},70618:(A,e,t)=>{var n=t(50343),r=t(13324),o=t(68286),i=t(93401),a=t(27095),s=t(47826),l=t(18477),c=t(23059),g=t(86152);A.exports=function(A,e,t){e=e.length?n(e,(function(A){return g(A)?function(e){return r(e,1===A.length?A[0]:A)}:A})):[c];var B=-1;e=n(e,s(o));var u=i(A,(function(A,t,r){return{criteria:n(e,(function(e){return e(A)})),index:++B,value:A}}));return a(u,(function(A,e){return l(A,e,t)}))}},92602:(A,e,t)=>{var n=t(93759),r=t(95041);A.exports=function(A,e){return n(A,e,(function(e,t){return r(A,t)}))}},93759:(A,e,t)=>{var n=t(13324),r=t(82857),o=t(17297);A.exports=function(A,e,t){for(var i=-1,a=e.length,s={};++i{A.exports=function(A){return function(e){return null==e?void 0:e[A]}}},82952:(A,e,t)=>{var n=t(13324);A.exports=function(A){return function(e){return n(e,A)}}},45169:(A,e,t)=>{var n=t(50343),r=t(77832),o=t(84190),i=t(47826),a=t(51522),s=Array.prototype.splice;A.exports=function(A,e,t,l){var c=l?o:r,g=-1,B=e.length,u=A;for(A===e&&(e=a(e)),t&&(u=n(A,i(t)));++g-1;)u!==A&&s.call(u,p,1),s.call(A,p,1);return A}},62676:(A,e,t)=>{var n=t(29078),r=t(39045),o=Array.prototype.splice;A.exports=function(A,e){for(var t=A?e.length:0,i=t-1;t--;){var a=e[t];if(t==i||a!==s){var s=a;r(a)?o.call(A,a,1):n(A,a)}}return A}},36060:(A,e,t)=>{var n=t(23059),r=t(43114),o=t(75251);A.exports=function(A,e){return o(r(A,e,n),A+"")}},82857:(A,e,t)=>{var n=t(60091),r=t(17297),o=t(39045),i=t(29259),a=t(33812);A.exports=function(A,e,t,s){if(!i(A))return A;for(var l=-1,c=(e=r(e,A)).length,g=c-1,B=A;null!=B&&++l{var n=t(86874),r=t(83043),o=t(23059),i=r?function(A,e){return r(A,"toString",{configurable:!0,enumerable:!1,value:n(e),writable:!0})}:o;A.exports=i},39872:A=>{A.exports=function(A,e,t){var n=-1,r=A.length;e<0&&(e=-e>r?0:r+e),(t=t>r?r:t)<0&&(t+=r),r=e>t?0:t-e>>>0,e>>>=0;for(var o=Array(r);++n{A.exports=function(A,e){var t=A.length;for(A.sort(e);t--;)A[t]=A[t].value;return A}},36473:A=>{A.exports=function(A,e){for(var t=-1,n=Array(A);++t{var n=t(50857),r=t(50343),o=t(86152),i=t(4795),a=n?n.prototype:void 0,s=a?a.toString:void 0;A.exports=function A(e){if("string"==typeof e)return e;if(o(e))return r(e,A)+"";if(i(e))return s?s.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},51704:(A,e,t)=>{var n=t(52153),r=/^\s+/;A.exports=function(A){return A?A.slice(0,n(A)+1).replace(r,""):A}},47826:A=>{A.exports=function(A){return function(e){return A(e)}}},67326:(A,e,t)=>{var n=t(45386),r=t(38333),o=t(34893),i=t(59950),a=t(78803),s=t(16909);A.exports=function(A,e,t){var l=-1,c=r,g=A.length,B=!0,u=[],p=u;if(t)B=!1,c=o;else if(g>=200){var d=e?null:a(A);if(d)return s(d);B=!1,c=i,p=new n}else p=e?[]:u;A:for(;++l{var n=t(17297),r=t(56974),o=t(62721),i=t(33812);A.exports=function(A,e){return e=n(e,A),null==(A=o(A,e))||delete A[i(r(e))]}},59950:A=>{A.exports=function(A,e){return A.has(e)}},5642:(A,e,t)=>{var n=t(93746);A.exports=function(A){return n(A)?A:[]}},89419:(A,e,t)=>{var n=t(23059);A.exports=function(A){return"function"==typeof A?A:n}},17297:(A,e,t)=>{var n=t(86152),r=t(21401),o=t(54452),i=t(66188);A.exports=function(A,e){return n(A)?A:r(A,e)?[A]:o(i(A))}},23895:(A,e,t)=>{var n=t(39872);A.exports=function(A,e,t){var r=A.length;return t=void 0===t?r:t,!e&&t>=r?A:n(A,e,t)}},79882:(A,e,t)=>{var n=t(79162);A.exports=function(A){var e=new A.constructor(A.byteLength);return new n(e).set(new n(A)),e}},92175:(A,e,t)=>{A=t.nmd(A);var n=t(37772),r=e&&!e.nodeType&&e,o=r&&A&&!A.nodeType&&A,i=o&&o.exports===r?n.Buffer:void 0,a=i?i.allocUnsafe:void 0;A.exports=function(A,e){if(e)return A.slice();var t=A.length,n=a?a(t):new A.constructor(t);return A.copy(n),n}},6190:(A,e,t)=>{var n=t(79882);A.exports=function(A,e){var t=e?n(A.buffer):A.buffer;return new A.constructor(t,A.byteOffset,A.length)}},27520:(A,e,t)=>{var n=t(4795);A.exports=function(A,e){if(A!==e){var t=void 0!==A,r=null===A,o=A==A,i=n(A),a=void 0!==e,s=null===e,l=e==e,c=n(e);if(!s&&!c&&!i&&A>e||i&&a&&l&&!s&&!c||r&&a&&l||!t&&l||!o)return 1;if(!r&&!i&&!c&&A{var n=t(27520);A.exports=function(A,e,t){for(var r=-1,o=A.criteria,i=e.criteria,a=o.length,s=t.length;++r=s?l:l*("desc"==t[r]?-1:1)}return A.index-e.index}},51522:A=>{A.exports=function(A,e){var t=-1,n=A.length;for(e||(e=Array(n));++t{var n=t(60091),r=t(13940);A.exports=function(A,e,t,o){var i=!t;t||(t={});for(var a=-1,s=e.length;++a{var n=t(37772)["__core-js_shared__"];A.exports=n},97263:(A,e,t)=>{var n=t(36060),r=t(82406);A.exports=function(A){return n((function(e,t){var n=-1,o=t.length,i=o>1?t[o-1]:void 0,a=o>2?t[2]:void 0;for(i=A.length>3&&"function"==typeof i?(o--,i):void 0,a&&r(t[0],t[1],a)&&(i=o<3?void 0:i,o=1),e=Object(e);++n{var n=t(67878);A.exports=function(A,e){return function(t,r){if(null==t)return t;if(!n(t))return A(t,r);for(var o=t.length,i=e?o:-1,a=Object(t);(e?i--:++i{A.exports=function(A){return function(e,t,n){for(var r=-1,o=Object(e),i=n(e),a=i.length;a--;){var s=i[A?a:++r];if(!1===t(o[s],s,o))break}return e}}},83126:(A,e,t)=>{var n=t(23895),r=t(33880),o=t(8435),i=t(66188);A.exports=function(A){return function(e){e=i(e);var t=r(e)?o(e):void 0,a=t?t[0]:e.charAt(0),s=t?n(t,1).join(""):e.slice(1);return a[A]()+s}}},78803:(A,e,t)=>{var n=t(2143),r=t(34291),o=t(16909),i=n&&1/o(new n([,-0]))[1]==1/0?function(A){return new n(A)}:r;A.exports=i},88302:(A,e,t)=>{var n=t(84565),r=t(29259);A.exports=function A(e,t,o,i,a,s){return r(e)&&r(t)&&(s.set(t,e),n(e,t,void 0,A,s),s.delete(t)),e}},83043:(A,e,t)=>{var n=t(38761),r=function(){try{var A=n(Object,"defineProperty");return A({},"",{}),A}catch(A){}}();A.exports=r},74871:(A,e,t)=>{var n=t(45386),r=t(87064),o=t(59950);A.exports=function(A,e,t,i,a,s){var l=1&t,c=A.length,g=e.length;if(c!=g&&!(l&&g>c))return!1;var B=s.get(A),u=s.get(e);if(B&&u)return B==e&&u==A;var p=-1,d=!0,f=2&t?new n:void 0;for(s.set(A,e),s.set(e,A);++p{var n=t(50857),r=t(79162),o=t(41225),i=t(74871),a=t(75179),s=t(16909),l=n?n.prototype:void 0,c=l?l.valueOf:void 0;A.exports=function(A,e,t,n,l,g,B){switch(t){case"[object DataView]":if(A.byteLength!=e.byteLength||A.byteOffset!=e.byteOffset)return!1;A=A.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(A.byteLength!=e.byteLength||!g(new r(A),new r(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return o(+A,+e);case"[object Error]":return A.name==e.name&&A.message==e.message;case"[object RegExp]":case"[object String]":return A==e+"";case"[object Map]":var u=a;case"[object Set]":var p=1&n;if(u||(u=s),A.size!=e.size&&!p)return!1;var d=B.get(A);if(d)return d==e;n|=2,B.set(A,e);var f=i(u(A),u(e),n,l,g,B);return B.delete(A),f;case"[object Symbol]":if(c)return c.call(A)==c.call(e)}return!1}},17416:(A,e,t)=>{var n=t(13483),r=Object.prototype.hasOwnProperty;A.exports=function(A,e,t,o,i,a){var s=1&t,l=n(A),c=l.length;if(c!=n(e).length&&!s)return!1;for(var g=c;g--;){var B=l[g];if(!(s?B in e:r.call(e,B)))return!1}var u=a.get(A),p=a.get(e);if(u&&p)return u==e&&p==A;var d=!0;a.set(A,e),a.set(e,A);for(var f=s;++g{var n=t(35676),r=t(43114),o=t(75251);A.exports=function(A){return o(r(A,void 0,n),A+"")}},51242:(A,e,t)=>{var n="object"==typeof t.g&&t.g&&t.g.Object===Object&&t.g;A.exports=n},13483:(A,e,t)=>{var n=t(1897),r=t(80633),o=t(90249);A.exports=function(A){return n(A,o,r)}},27937:(A,e,t)=>{var n=t(98304);A.exports=function(A,e){var t=A.__data__;return n(e)?t["string"==typeof e?"string":"hash"]:t.map}},49882:(A,e,t)=>{var n=t(28792),r=t(90249);A.exports=function(A){for(var e=r(A),t=e.length;t--;){var o=e[t],i=A[o];e[t]=[o,i,n(i)]}return e}},38761:(A,e,t)=>{var n=t(6840),r=t(98109);A.exports=function(A,e){var t=r(A,e);return n(t)?t:void 0}},47353:(A,e,t)=>{var n=t(60241)(Object.getPrototypeOf,Object);A.exports=n},62107:(A,e,t)=>{var n=t(50857),r=Object.prototype,o=r.hasOwnProperty,i=r.toString,a=n?n.toStringTag:void 0;A.exports=function(A){var e=o.call(A,a),t=A[a];try{A[a]=void 0;var n=!0}catch(A){}var r=i.call(A);return n&&(e?A[a]=t:delete A[a]),r}},80633:(A,e,t)=>{var n=t(67552),r=t(30981),o=Object.prototype.propertyIsEnumerable,i=Object.getOwnPropertySymbols,a=i?function(A){return null==A?[]:(A=Object(A),n(i(A),(function(e){return o.call(A,e)})))}:r;A.exports=a},70940:(A,e,t)=>{var n=t(39515),r=t(10326),o=t(52760),i=t(2143),a=t(93215),s=t(53366),l=t(87035),c="[object Map]",g="[object Promise]",B="[object Set]",u="[object WeakMap]",p="[object DataView]",d=l(n),f=l(r),E=l(o),h=l(i),m=l(a),w=s;(n&&w(new n(new ArrayBuffer(1)))!=p||r&&w(new r)!=c||o&&w(o.resolve())!=g||i&&w(new i)!=B||a&&w(new a)!=u)&&(w=function(A){var e=s(A),t="[object Object]"==e?A.constructor:void 0,n=t?l(t):"";if(n)switch(n){case d:return p;case f:return c;case E:return g;case h:return B;case m:return u}return e}),A.exports=w},98109:A=>{A.exports=function(A,e){return null==A?void 0:A[e]}},1369:(A,e,t)=>{var n=t(17297),r=t(79631),o=t(86152),i=t(39045),a=t(61158),s=t(33812);A.exports=function(A,e,t){for(var l=-1,c=(e=n(e,A)).length,g=!1;++l{var e=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");A.exports=function(A){return e.test(A)}},52118:(A,e,t)=>{var n=t(99191);A.exports=function(){this.__data__=n?n(null):{},this.size=0}},96909:A=>{A.exports=function(A){var e=this.has(A)&&delete this.__data__[A];return this.size-=e?1:0,e}},98138:(A,e,t)=>{var n=t(99191),r=Object.prototype.hasOwnProperty;A.exports=function(A){var e=this.__data__;if(n){var t=e[A];return"__lodash_hash_undefined__"===t?void 0:t}return r.call(e,A)?e[A]:void 0}},4174:(A,e,t)=>{var n=t(99191),r=Object.prototype.hasOwnProperty;A.exports=function(A){var e=this.__data__;return n?void 0!==e[A]:r.call(e,A)}},7942:(A,e,t)=>{var n=t(99191);A.exports=function(A,e){var t=this.__data__;return this.size+=this.has(A)?0:1,t[A]=n&&void 0===e?"__lodash_hash_undefined__":e,this}},78725:(A,e,t)=>{var n=t(39413),r=t(47353),o=t(16001);A.exports=function(A){return"function"!=typeof A.constructor||o(A)?{}:n(r(A))}},95882:(A,e,t)=>{var n=t(50857),r=t(79631),o=t(86152),i=n?n.isConcatSpreadable:void 0;A.exports=function(A){return o(A)||r(A)||!!(i&&A&&A[i])}},39045:A=>{var e=/^(?:0|[1-9]\d*)$/;A.exports=function(A,t){var n=typeof A;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&e.test(A))&&A>-1&&A%1==0&&A{var n=t(41225),r=t(67878),o=t(39045),i=t(29259);A.exports=function(A,e,t){if(!i(t))return!1;var a=typeof e;return!!("number"==a?r(t)&&o(e,t.length):"string"==a&&e in t)&&n(t[e],A)}},21401:(A,e,t)=>{var n=t(86152),r=t(4795),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,i=/^\w*$/;A.exports=function(A,e){if(n(A))return!1;var t=typeof A;return!("number"!=t&&"symbol"!=t&&"boolean"!=t&&null!=A&&!r(A))||i.test(A)||!o.test(A)||null!=e&&A in Object(e)}},98304:A=>{A.exports=function(A){var e=typeof A;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==A:null===A}},47394:(A,e,t)=>{var n,r=t(24019),o=(n=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";A.exports=function(A){return!!o&&o in A}},16001:A=>{var e=Object.prototype;A.exports=function(A){var t=A&&A.constructor;return A===("function"==typeof t&&t.prototype||e)}},28792:(A,e,t)=>{var n=t(29259);A.exports=function(A){return A==A&&!n(A)}},3945:A=>{A.exports=function(){this.__data__=[],this.size=0}},21846:(A,e,t)=>{var n=t(22218),r=Array.prototype.splice;A.exports=function(A){var e=this.__data__,t=n(e,A);return!(t<0||(t==e.length-1?e.pop():r.call(e,t,1),--this.size,0))}},88028:(A,e,t)=>{var n=t(22218);A.exports=function(A){var e=this.__data__,t=n(e,A);return t<0?void 0:e[t][1]}},72344:(A,e,t)=>{var n=t(22218);A.exports=function(A){return n(this.__data__,A)>-1}},94769:(A,e,t)=>{var n=t(22218);A.exports=function(A,e){var t=this.__data__,r=n(t,A);return r<0?(++this.size,t.push([A,e])):t[r][1]=e,this}},92411:(A,e,t)=>{var n=t(89612),r=t(80235),o=t(10326);A.exports=function(){this.size=0,this.__data__={hash:new n,map:new(o||r),string:new n}}},36417:(A,e,t)=>{var n=t(27937);A.exports=function(A){var e=n(this,A).delete(A);return this.size-=e?1:0,e}},86928:(A,e,t)=>{var n=t(27937);A.exports=function(A){return n(this,A).get(A)}},79493:(A,e,t)=>{var n=t(27937);A.exports=function(A){return n(this,A).has(A)}},24150:(A,e,t)=>{var n=t(27937);A.exports=function(A,e){var t=n(this,A),r=t.size;return t.set(A,e),this.size+=t.size==r?0:1,this}},75179:A=>{A.exports=function(A){var e=-1,t=Array(A.size);return A.forEach((function(A,n){t[++e]=[n,A]})),t}},73477:A=>{A.exports=function(A,e){return function(t){return null!=t&&t[A]===e&&(void 0!==e||A in Object(t))}}},77777:(A,e,t)=>{var n=t(30733);A.exports=function(A){var e=n(A,(function(A){return 500===t.size&&t.clear(),A})),t=e.cache;return e}},99191:(A,e,t)=>{var n=t(38761)(Object,"create");A.exports=n},54248:(A,e,t)=>{var n=t(60241)(Object.keys,Object);A.exports=n},62966:A=>{A.exports=function(A){var e=[];if(null!=A)for(var t in Object(A))e.push(t);return e}},4146:(A,e,t)=>{A=t.nmd(A);var n=t(51242),r=e&&!e.nodeType&&e,o=r&&A&&!A.nodeType&&A,i=o&&o.exports===r&&n.process,a=function(){try{return o&&o.require&&o.require("util").types||i&&i.binding&&i.binding("util")}catch(A){}}();A.exports=a},37157:A=>{var e=Object.prototype.toString;A.exports=function(A){return e.call(A)}},60241:A=>{A.exports=function(A,e){return function(t){return A(e(t))}}},43114:(A,e,t)=>{var n=t(49432),r=Math.max;A.exports=function(A,e,t){return e=r(void 0===e?A.length-1:e,0),function(){for(var o=arguments,i=-1,a=r(o.length-e,0),s=Array(a);++i{var n=t(13324),r=t(39872);A.exports=function(A,e){return e.length<2?A:n(A,r(e,0,-1))}},37772:(A,e,t)=>{var n=t(51242),r="object"==typeof self&&self&&self.Object===Object&&self,o=n||r||Function("return this")();A.exports=o},52434:A=>{A.exports=function(A,e){if(("constructor"!==e||"function"!=typeof A[e])&&"__proto__"!=e)return A[e]}},52842:A=>{A.exports=function(A){return this.__data__.set(A,"__lodash_hash_undefined__"),this}},52482:A=>{A.exports=function(A){return this.__data__.has(A)}},16909:A=>{A.exports=function(A){var e=-1,t=Array(A.size);return A.forEach((function(A){t[++e]=A})),t}},75251:(A,e,t)=>{var n=t(86532),r=t(97787)(n);A.exports=r},97787:A=>{var e=Date.now;A.exports=function(A){var t=0,n=0;return function(){var r=e(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return A.apply(void 0,arguments)}}},15243:(A,e,t)=>{var n=t(80235);A.exports=function(){this.__data__=new n,this.size=0}},72858:A=>{A.exports=function(A){var e=this.__data__,t=e.delete(A);return this.size=e.size,t}},4417:A=>{A.exports=function(A){return this.__data__.get(A)}},8605:A=>{A.exports=function(A){return this.__data__.has(A)}},71418:(A,e,t)=>{var n=t(80235),r=t(10326),o=t(96738);A.exports=function(A,e){var t=this.__data__;if(t instanceof n){var i=t.__data__;if(!r||i.length<199)return i.push([A,e]),this.size=++t.size,this;t=this.__data__=new o(i)}return t.set(A,e),this.size=t.size,this}},66024:A=>{A.exports=function(A,e,t){for(var n=t-1,r=A.length;++n{var n=t(8589),r=t(33880),o=t(35555);A.exports=function(A){return r(A)?o(A):n(A)}},8435:(A,e,t)=>{var n=t(50217),r=t(33880),o=t(63344);A.exports=function(A){return r(A)?o(A):n(A)}},54452:(A,e,t)=>{var n=t(77777),r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,i=n((function(A){var e=[];return 46===A.charCodeAt(0)&&e.push(""),A.replace(r,(function(A,t,n,r){e.push(n?r.replace(o,"$1"):t||A)})),e}));A.exports=i},33812:(A,e,t)=>{var n=t(4795);A.exports=function(A){if("string"==typeof A||n(A))return A;var e=A+"";return"0"==e&&1/A==-1/0?"-0":e}},87035:A=>{var e=Function.prototype.toString;A.exports=function(A){if(null!=A){try{return e.call(A)}catch(A){}try{return A+""}catch(A){}}return""}},52153:A=>{var e=/\s/;A.exports=function(A){for(var t=A.length;t--&&e.test(A.charAt(t)););return t}},35555:A=>{var e="\\ud800-\\udfff",t="["+e+"]",n="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",r="\\ud83c[\\udffb-\\udfff]",o="[^"+e+"]",i="(?:\\ud83c[\\udde6-\\uddff]){2}",a="[\\ud800-\\udbff][\\udc00-\\udfff]",s="(?:"+n+"|"+r+")?",l="[\\ufe0e\\ufe0f]?",c=l+s+"(?:\\u200d(?:"+[o,i,a].join("|")+")"+l+s+")*",g="(?:"+[o+n+"?",n,i,a,t].join("|")+")",B=RegExp(r+"(?="+r+")|"+g+c,"g");A.exports=function(A){for(var e=B.lastIndex=0;B.test(A);)++e;return e}},63344:A=>{var e="\\ud800-\\udfff",t="["+e+"]",n="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",r="\\ud83c[\\udffb-\\udfff]",o="[^"+e+"]",i="(?:\\ud83c[\\udde6-\\uddff]){2}",a="[\\ud800-\\udbff][\\udc00-\\udfff]",s="(?:"+n+"|"+r+")?",l="[\\ufe0e\\ufe0f]?",c=l+s+"(?:\\u200d(?:"+[o,i,a].join("|")+")"+l+s+")*",g="(?:"+[o+n+"?",n,i,a,t].join("|")+")",B=RegExp(r+"(?="+r+")|"+g+c,"g");A.exports=function(A){return A.match(B)||[]}},60417:A=>{A.exports=function(A){for(var e=-1,t=null==A?0:A.length,n=0,r=[];++e{A.exports=function(A){return function(){return A}}},84573:(A,e,t)=>{var n=t(36060),r=t(41225),o=t(82406),i=t(18582),a=Object.prototype,s=a.hasOwnProperty,l=n((function(A,e){A=Object(A);var t=-1,n=e.length,l=n>2?e[2]:void 0;for(l&&o(e[0],e[1],l)&&(n=1);++t{var n=t(49432),r=t(36060),o=t(88302),i=t(12782),a=r((function(A){return A.push(void 0,o),n(i,void 0,A)}));A.exports=a},41225:A=>{A.exports=function(A,e){return A===e||A!=A&&e!=e}},35676:(A,e,t)=>{var n=t(62034);A.exports=function(A){return null!=A&&A.length?n(A,1):[]}},68632:(A,e,t)=>{var n=t(62034),r=1/0;A.exports=function(A){return null!=A&&A.length?n(A,r):[]}},59756:(A,e,t)=>{var n=t(72517),r=t(24303),o=t(89419),i=t(86152);A.exports=function(A,e){return(i(A)?n:r)(A,o(e))}},72579:(A,e,t)=>{var n=t(13324);A.exports=function(A,e,t){var r=null==A?void 0:n(A,e);return void 0===r?t:r}},95041:(A,e,t)=>{var n=t(20187),r=t(1369);A.exports=function(A,e){return null!=A&&r(A,e,n)}},23059:A=>{A.exports=function(A){return A}},30898:(A,e,t)=>{var n=t(50343),r=t(88390),o=t(36060),i=t(5642),a=o((function(A){var e=n(A,i);return e.length&&e[0]===A[0]?r(e):[]}));A.exports=a},74186:(A,e,t)=>{var n=t(50343),r=t(88390),o=t(36060),i=t(5642),a=t(56974),s=o((function(A){var e=a(A),t=n(A,i);return(e="function"==typeof e?e:void 0)&&t.pop(),t.length&&t[0]===A[0]?r(t,void 0,e):[]}));A.exports=s},79631:(A,e,t)=>{var n=t(15183),r=t(15125),o=Object.prototype,i=o.hasOwnProperty,a=o.propertyIsEnumerable,s=n(function(){return arguments}())?n:function(A){return r(A)&&i.call(A,"callee")&&!a.call(A,"callee")};A.exports=s},86152:A=>{var e=Array.isArray;A.exports=e},67878:(A,e,t)=>{var n=t(61049),r=t(61158);A.exports=function(A){return null!=A&&r(A.length)&&!n(A)}},93746:(A,e,t)=>{var n=t(67878),r=t(15125);A.exports=function(A){return r(A)&&n(A)}},4335:(A,e,t)=>{var n=t(53366),r=t(15125);A.exports=function(A){return!0===A||!1===A||r(A)&&"[object Boolean]"==n(A)}},73226:(A,e,t)=>{A=t.nmd(A);var n=t(37772),r=t(36330),o=e&&!e.nodeType&&e,i=o&&A&&!A.nodeType&&A,a=i&&i.exports===o?n.Buffer:void 0,s=(a?a.isBuffer:void 0)||r;A.exports=s},18149:(A,e,t)=>{var n=t(88746);A.exports=function(A,e){return n(A,e)}},61049:(A,e,t)=>{var n=t(53366),r=t(29259);A.exports=function(A){if(!r(A))return!1;var e=n(A);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},61158:A=>{A.exports=function(A){return"number"==typeof A&&A>-1&&A%1==0&&A<=9007199254740991}},29259:A=>{A.exports=function(A){var e=typeof A;return null!=A&&("object"==e||"function"==e)}},15125:A=>{A.exports=function(A){return null!=A&&"object"==typeof A}},97030:(A,e,t)=>{var n=t(53366),r=t(47353),o=t(15125),i=Function.prototype,a=Object.prototype,s=i.toString,l=a.hasOwnProperty,c=s.call(Object);A.exports=function(A){if(!o(A)||"[object Object]"!=n(A))return!1;var e=r(A);if(null===e)return!0;var t=l.call(e,"constructor")&&e.constructor;return"function"==typeof t&&t instanceof t&&s.call(t)==c}},40859:(A,e,t)=>{var n=t(24333),r=t(47826),o=t(4146),i=o&&o.isRegExp,a=i?r(i):n;A.exports=a},4795:(A,e,t)=>{var n=t(53366),r=t(15125);A.exports=function(A){return"symbol"==typeof A||r(A)&&"[object Symbol]"==n(A)}},77598:(A,e,t)=>{var n=t(35522),r=t(47826),o=t(4146),i=o&&o.isTypedArray,a=i?r(i):n;A.exports=a},90249:(A,e,t)=>{var n=t(1634),r=t(86411),o=t(67878);A.exports=function(A){return o(A)?n(A):r(A)}},18582:(A,e,t)=>{var n=t(1634),r=t(18390),o=t(67878);A.exports=function(A){return o(A)?n(A,!0):r(A)}},56974:A=>{A.exports=function(A){var e=null==A?0:A.length;return e?A[e-1]:void 0}},76635:function(A,e,t){var n;A=t.nmd(A),function(){var r,o="Expected a function",i="__lodash_hash_undefined__",a="__lodash_placeholder__",s=32,l=128,c=1/0,g=9007199254740991,B=NaN,u=4294967295,p=[["ary",l],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",s],["partialRight",64],["rearg",256]],d="[object Arguments]",f="[object Array]",E="[object Boolean]",h="[object Date]",m="[object Error]",w="[object Function]",Q="[object GeneratorFunction]",C="[object Map]",I="[object Number]",y="[object Object]",M="[object Promise]",v="[object RegExp]",F="[object Set]",Y="[object String]",b="[object Symbol]",D="[object WeakMap]",x="[object ArrayBuffer]",k="[object DataView]",G="[object Float32Array]",U="[object Float64Array]",T="[object Int8Array]",R="[object Int16Array]",H="[object Int32Array]",N="[object Uint8Array]",S="[object Uint8ClampedArray]",P="[object Uint16Array]",j="[object Uint32Array]",J=/\b__p \+= '';/g,V=/\b(__p \+=) '' \+/g,O=/(__e\(.*?\)|\b__t\)) \+\n'';/g,W=/&(?:amp|lt|gt|quot|#39);/g,z=/[&<>"']/g,L=RegExp(W.source),K=RegExp(z.source),Z=/<%-([\s\S]+?)%>/g,X=/<%([\s\S]+?)%>/g,q=/<%=([\s\S]+?)%>/g,_=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,$=/^\w*$/,AA=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,eA=/[\\^$.*+?()[\]{}|]/g,tA=RegExp(eA.source),nA=/^\s+/,rA=/\s/,oA=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,iA=/\{\n\/\* \[wrapped with (.+)\] \*/,aA=/,? & /,sA=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,lA=/[()=,{}\[\]\/\s]/,cA=/\\(\\)?/g,gA=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,BA=/\w*$/,uA=/^[-+]0x[0-9a-f]+$/i,pA=/^0b[01]+$/i,dA=/^\[object .+?Constructor\]$/,fA=/^0o[0-7]+$/i,EA=/^(?:0|[1-9]\d*)$/,hA=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,mA=/($^)/,wA=/['\n\r\u2028\u2029\\]/g,QA="\\ud800-\\udfff",CA="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",IA="\\u2700-\\u27bf",yA="a-z\\xdf-\\xf6\\xf8-\\xff",MA="A-Z\\xc0-\\xd6\\xd8-\\xde",vA="\\ufe0e\\ufe0f",FA="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",YA="["+QA+"]",bA="["+FA+"]",DA="["+CA+"]",xA="\\d+",kA="["+IA+"]",GA="["+yA+"]",UA="[^"+QA+FA+xA+IA+yA+MA+"]",TA="\\ud83c[\\udffb-\\udfff]",RA="[^"+QA+"]",HA="(?:\\ud83c[\\udde6-\\uddff]){2}",NA="[\\ud800-\\udbff][\\udc00-\\udfff]",SA="["+MA+"]",PA="\\u200d",jA="(?:"+GA+"|"+UA+")",JA="(?:"+SA+"|"+UA+")",VA="(?:['’](?:d|ll|m|re|s|t|ve))?",OA="(?:['’](?:D|LL|M|RE|S|T|VE))?",WA="(?:"+DA+"|"+TA+")?",zA="["+vA+"]?",LA=zA+WA+"(?:"+PA+"(?:"+[RA,HA,NA].join("|")+")"+zA+WA+")*",KA="(?:"+[kA,HA,NA].join("|")+")"+LA,ZA="(?:"+[RA+DA+"?",DA,HA,NA,YA].join("|")+")",XA=RegExp("['’]","g"),qA=RegExp(DA,"g"),_A=RegExp(TA+"(?="+TA+")|"+ZA+LA,"g"),$A=RegExp([SA+"?"+GA+"+"+VA+"(?="+[bA,SA,"$"].join("|")+")",JA+"+"+OA+"(?="+[bA,SA+jA,"$"].join("|")+")",SA+"?"+jA+"+"+VA,SA+"+"+OA,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",xA,KA].join("|"),"g"),Ae=RegExp("["+PA+QA+CA+vA+"]"),ee=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,te=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],ne=-1,re={};re[G]=re[U]=re[T]=re[R]=re[H]=re[N]=re[S]=re[P]=re[j]=!0,re[d]=re[f]=re[x]=re[E]=re[k]=re[h]=re[m]=re[w]=re[C]=re[I]=re[y]=re[v]=re[F]=re[Y]=re[D]=!1;var oe={};oe[d]=oe[f]=oe[x]=oe[k]=oe[E]=oe[h]=oe[G]=oe[U]=oe[T]=oe[R]=oe[H]=oe[C]=oe[I]=oe[y]=oe[v]=oe[F]=oe[Y]=oe[b]=oe[N]=oe[S]=oe[P]=oe[j]=!0,oe[m]=oe[w]=oe[D]=!1;var ie={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ae=parseFloat,se=parseInt,le="object"==typeof t.g&&t.g&&t.g.Object===Object&&t.g,ce="object"==typeof self&&self&&self.Object===Object&&self,ge=le||ce||Function("return this")(),Be=e&&!e.nodeType&&e,ue=Be&&A&&!A.nodeType&&A,pe=ue&&ue.exports===Be,de=pe&&le.process,fe=function(){try{return ue&&ue.require&&ue.require("util").types||de&&de.binding&&de.binding("util")}catch(A){}}(),Ee=fe&&fe.isArrayBuffer,he=fe&&fe.isDate,me=fe&&fe.isMap,we=fe&&fe.isRegExp,Qe=fe&&fe.isSet,Ce=fe&&fe.isTypedArray;function Ie(A,e,t){switch(t.length){case 0:return A.call(e);case 1:return A.call(e,t[0]);case 2:return A.call(e,t[0],t[1]);case 3:return A.call(e,t[0],t[1],t[2])}return A.apply(e,t)}function ye(A,e,t,n){for(var r=-1,o=null==A?0:A.length;++r-1}function De(A,e,t){for(var n=-1,r=null==A?0:A.length;++n-1;);return t}function $e(A,e){for(var t=A.length;t--&&Se(e,A[t],0)>-1;);return t}var At=Oe({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),et=Oe({"&":"&","<":"<",">":">",'"':""","'":"'"});function tt(A){return"\\"+ie[A]}function nt(A){return Ae.test(A)}function rt(A){var e=-1,t=Array(A.size);return A.forEach((function(A,n){t[++e]=[n,A]})),t}function ot(A,e){return function(t){return A(e(t))}}function it(A,e){for(var t=-1,n=A.length,r=0,o=[];++t",""":'"',"'":"'"}),ut=function A(e){var t,n=(e=null==e?ge:ut.defaults(ge.Object(),e,ut.pick(ge,te))).Array,rA=e.Date,QA=e.Error,CA=e.Function,IA=e.Math,yA=e.Object,MA=e.RegExp,vA=e.String,FA=e.TypeError,YA=n.prototype,bA=CA.prototype,DA=yA.prototype,xA=e["__core-js_shared__"],kA=bA.toString,GA=DA.hasOwnProperty,UA=0,TA=(t=/[^.]+$/.exec(xA&&xA.keys&&xA.keys.IE_PROTO||""))?"Symbol(src)_1."+t:"",RA=DA.toString,HA=kA.call(yA),NA=ge._,SA=MA("^"+kA.call(GA).replace(eA,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),PA=pe?e.Buffer:r,jA=e.Symbol,JA=e.Uint8Array,VA=PA?PA.allocUnsafe:r,OA=ot(yA.getPrototypeOf,yA),WA=yA.create,zA=DA.propertyIsEnumerable,LA=YA.splice,KA=jA?jA.isConcatSpreadable:r,ZA=jA?jA.iterator:r,_A=jA?jA.toStringTag:r,Ae=function(){try{var A=so(yA,"defineProperty");return A({},"",{}),A}catch(A){}}(),ie=e.clearTimeout!==ge.clearTimeout&&e.clearTimeout,le=rA&&rA.now!==ge.Date.now&&rA.now,ce=e.setTimeout!==ge.setTimeout&&e.setTimeout,Be=IA.ceil,ue=IA.floor,de=yA.getOwnPropertySymbols,fe=PA?PA.isBuffer:r,Re=e.isFinite,Oe=YA.join,pt=ot(yA.keys,yA),dt=IA.max,ft=IA.min,Et=rA.now,ht=e.parseInt,mt=IA.random,wt=YA.reverse,Qt=so(e,"DataView"),Ct=so(e,"Map"),It=so(e,"Promise"),yt=so(e,"Set"),Mt=so(e,"WeakMap"),vt=so(yA,"create"),Ft=Mt&&new Mt,Yt={},bt=Ho(Qt),Dt=Ho(Ct),xt=Ho(It),kt=Ho(yt),Gt=Ho(Mt),Ut=jA?jA.prototype:r,Tt=Ut?Ut.valueOf:r,Rt=Ut?Ut.toString:r;function Ht(A){if(Aa(A)&&!Vi(A)&&!(A instanceof jt)){if(A instanceof Pt)return A;if(GA.call(A,"__wrapped__"))return No(A)}return new Pt(A)}var Nt=function(){function A(){}return function(e){if(!$i(e))return{};if(WA)return WA(e);A.prototype=e;var t=new A;return A.prototype=r,t}}();function St(){}function Pt(A,e){this.__wrapped__=A,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=r}function jt(A){this.__wrapped__=A,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=u,this.__views__=[]}function Jt(A){var e=-1,t=null==A?0:A.length;for(this.clear();++e=e?A:e)),A}function on(A,e,t,n,o,i){var a,s=1&e,l=2&e,c=4&e;if(t&&(a=o?t(A,n,o,i):t(A)),a!==r)return a;if(!$i(A))return A;var g=Vi(A);if(g){if(a=function(A){var e=A.length,t=new A.constructor(e);return e&&"string"==typeof A[0]&&GA.call(A,"index")&&(t.index=A.index,t.input=A.input),t}(A),!s)return vr(A,a)}else{var B=go(A),u=B==w||B==Q;if(Li(A))return wr(A,s);if(B==y||B==d||u&&!o){if(a=l||u?{}:uo(A),!s)return l?function(A,e){return Fr(A,co(A),e)}(A,function(A,e){return A&&Fr(e,xa(e),A)}(a,A)):function(A,e){return Fr(A,lo(A),e)}(A,en(a,A))}else{if(!oe[B])return o?A:{};a=function(A,e,t){var n,r=A.constructor;switch(e){case x:return Qr(A);case E:case h:return new r(+A);case k:return function(A,e){var t=e?Qr(A.buffer):A.buffer;return new A.constructor(t,A.byteOffset,A.byteLength)}(A,t);case G:case U:case T:case R:case H:case N:case S:case P:case j:return Cr(A,t);case C:return new r;case I:case Y:return new r(A);case v:return function(A){var e=new A.constructor(A.source,BA.exec(A));return e.lastIndex=A.lastIndex,e}(A);case F:return new r;case b:return n=A,Tt?yA(Tt.call(n)):{}}}(A,B,s)}}i||(i=new zt);var p=i.get(A);if(p)return p;i.set(A,a),oa(A)?A.forEach((function(n){a.add(on(n,e,t,n,A,i))})):ea(A)&&A.forEach((function(n,r){a.set(r,on(n,e,t,r,A,i))}));var f=g?r:(c?l?eo:Ao:l?xa:Da)(A);return Me(f||A,(function(n,r){f&&(n=A[r=n]),_t(a,r,on(n,e,t,r,A,i))})),a}function an(A,e,t){var n=t.length;if(null==A)return!n;for(A=yA(A);n--;){var o=t[n],i=e[o],a=A[o];if(a===r&&!(o in A)||!i(a))return!1}return!0}function sn(A,e,t){if("function"!=typeof A)throw new FA(o);return Yo((function(){A.apply(r,t)}),e)}function ln(A,e,t,n){var r=-1,o=be,i=!0,a=A.length,s=[],l=e.length;if(!a)return s;t&&(e=xe(e,Ze(t))),n?(o=De,i=!1):e.length>=200&&(o=qe,i=!1,e=new Wt(e));A:for(;++r-1},Vt.prototype.set=function(A,e){var t=this.__data__,n=$t(t,A);return n<0?(++this.size,t.push([A,e])):t[n][1]=e,this},Ot.prototype.clear=function(){this.size=0,this.__data__={hash:new Jt,map:new(Ct||Vt),string:new Jt}},Ot.prototype.delete=function(A){var e=io(this,A).delete(A);return this.size-=e?1:0,e},Ot.prototype.get=function(A){return io(this,A).get(A)},Ot.prototype.has=function(A){return io(this,A).has(A)},Ot.prototype.set=function(A,e){var t=io(this,A),n=t.size;return t.set(A,e),this.size+=t.size==n?0:1,this},Wt.prototype.add=Wt.prototype.push=function(A){return this.__data__.set(A,i),this},Wt.prototype.has=function(A){return this.__data__.has(A)},zt.prototype.clear=function(){this.__data__=new Vt,this.size=0},zt.prototype.delete=function(A){var e=this.__data__,t=e.delete(A);return this.size=e.size,t},zt.prototype.get=function(A){return this.__data__.get(A)},zt.prototype.has=function(A){return this.__data__.has(A)},zt.prototype.set=function(A,e){var t=this.__data__;if(t instanceof Vt){var n=t.__data__;if(!Ct||n.length<199)return n.push([A,e]),this.size=++t.size,this;t=this.__data__=new Ot(n)}return t.set(A,e),this.size=t.size,this};var cn=Dr(hn),gn=Dr(mn,!0);function Bn(A,e){var t=!0;return cn(A,(function(A,n,r){return t=!!e(A,n,r)})),t}function un(A,e,t){for(var n=-1,o=A.length;++n0&&t(a)?e>1?dn(a,e-1,t,n,r):ke(r,a):n||(r[r.length]=a)}return r}var fn=xr(),En=xr(!0);function hn(A,e){return A&&fn(A,e,Da)}function mn(A,e){return A&&En(A,e,Da)}function wn(A,e){return Ye(e,(function(e){return Xi(A[e])}))}function Qn(A,e){for(var t=0,n=(e=fr(e,A)).length;null!=A&&te}function Mn(A,e){return null!=A&&GA.call(A,e)}function vn(A,e){return null!=A&&e in yA(A)}function Fn(A,e,t){for(var o=t?De:be,i=A[0].length,a=A.length,s=a,l=n(a),c=1/0,g=[];s--;){var B=A[s];s&&e&&(B=xe(B,Ze(e))),c=ft(B.length,c),l[s]=!t&&(e||i>=120&&B.length>=120)?new Wt(s&&B):r}B=A[0];var u=-1,p=l[0];A:for(;++u=a?s:s*("desc"==t[n]?-1:1)}return A.index-e.index}(A,e,t)}));n--;)A[n]=A[n].value;return A}(r)}function Jn(A,e,t){for(var n=-1,r=e.length,o={};++n-1;)a!==A&&LA.call(a,s,1),LA.call(A,s,1);return A}function On(A,e){for(var t=A?e.length:0,n=t-1;t--;){var r=e[t];if(t==n||r!==o){var o=r;fo(r)?LA.call(A,r,1):sr(A,r)}}return A}function Wn(A,e){return A+ue(mt()*(e-A+1))}function zn(A,e){var t="";if(!A||e<1||e>g)return t;do{e%2&&(t+=A),(e=ue(e/2))&&(A+=A)}while(e);return t}function Ln(A,e){return bo(yo(A,e,ts),A+"")}function Kn(A){return Kt(Sa(A))}function Zn(A,e){var t=Sa(A);return ko(t,rn(e,0,t.length))}function Xn(A,e,t,n){if(!$i(A))return A;for(var o=-1,i=(e=fr(e,A)).length,a=i-1,s=A;null!=s&&++oo?0:o+e),(t=t>o?o:t)<0&&(t+=o),o=e>t?0:t-e>>>0,e>>>=0;for(var i=n(o);++r>>1,i=A[o];null!==i&&!aa(i)&&(t?i<=e:i=200){var l=e?null:zr(A);if(l)return at(l);i=!1,r=qe,s=new Wt}else s=e?[]:a;A:for(;++n=n?A:Ar(A,e,t)}var mr=ie||function(A){return ge.clearTimeout(A)};function wr(A,e){if(e)return A.slice();var t=A.length,n=VA?VA(t):new A.constructor(t);return A.copy(n),n}function Qr(A){var e=new A.constructor(A.byteLength);return new JA(e).set(new JA(A)),e}function Cr(A,e){var t=e?Qr(A.buffer):A.buffer;return new A.constructor(t,A.byteOffset,A.length)}function Ir(A,e){if(A!==e){var t=A!==r,n=null===A,o=A==A,i=aa(A),a=e!==r,s=null===e,l=e==e,c=aa(e);if(!s&&!c&&!i&&A>e||i&&a&&l&&!s&&!c||n&&a&&l||!t&&l||!o)return 1;if(!n&&!i&&!c&&A1?t[o-1]:r,a=o>2?t[2]:r;for(i=A.length>3&&"function"==typeof i?(o--,i):r,a&&Eo(t[0],t[1],a)&&(i=o<3?r:i,o=1),e=yA(e);++n-1?o[i?e[a]:a]:r}}function Rr(A){return $r((function(e){var t=e.length,n=t,i=Pt.prototype.thru;for(A&&e.reverse();n--;){var a=e[n];if("function"!=typeof a)throw new FA(o);if(i&&!s&&"wrapper"==no(a))var s=new Pt([],!0)}for(n=s?n:t;++n1&&w.reverse(),u&&gs))return!1;var c=i.get(A),g=i.get(e);if(c&&g)return c==e&&g==A;var B=-1,u=!0,p=2&t?new Wt:r;for(i.set(A,e),i.set(e,A);++B-1&&A%1==0&&A1?"& ":"")+e[n],e=e.join(t>2?", ":" "),A.replace(oA,"{\n/* [wrapped with "+e+"] */\n")}(n,function(A,e){return Me(p,(function(t){var n="_."+t[0];e&t[1]&&!be(A,n)&&A.push(n)})),A.sort()}(function(A){var e=A.match(iA);return e?e[1].split(aA):[]}(n),t)))}function xo(A){var e=0,t=0;return function(){var n=Et(),o=16-(n-t);if(t=n,o>0){if(++e>=800)return arguments[0]}else e=0;return A.apply(r,arguments)}}function ko(A,e){var t=-1,n=A.length,o=n-1;for(e=e===r?n:e;++t1?A[e-1]:r;return t="function"==typeof t?(A.pop(),t):r,ri(A,t)}));function gi(A){var e=Ht(A);return e.__chain__=!0,e}function Bi(A,e){return e(A)}var ui=$r((function(A){var e=A.length,t=e?A[0]:0,n=this.__wrapped__,o=function(e){return nn(e,A)};return!(e>1||this.__actions__.length)&&n instanceof jt&&fo(t)?((n=n.slice(t,+t+(e?1:0))).__actions__.push({func:Bi,args:[o],thisArg:r}),new Pt(n,this.__chain__).thru((function(A){return e&&!A.length&&A.push(r),A}))):this.thru(o)})),pi=Yr((function(A,e,t){GA.call(A,t)?++A[t]:tn(A,t,1)})),di=Tr(Jo),fi=Tr(Vo);function Ei(A,e){return(Vi(A)?Me:cn)(A,oo(e,3))}function hi(A,e){return(Vi(A)?ve:gn)(A,oo(e,3))}var mi=Yr((function(A,e,t){GA.call(A,t)?A[t].push(e):tn(A,t,[e])})),wi=Ln((function(A,e,t){var r=-1,o="function"==typeof e,i=Wi(A)?n(A.length):[];return cn(A,(function(A){i[++r]=o?Ie(e,A,t):Yn(A,e,t)})),i})),Qi=Yr((function(A,e,t){tn(A,t,e)}));function Ci(A,e){return(Vi(A)?xe:Rn)(A,oo(e,3))}var Ii=Yr((function(A,e,t){A[t?0:1].push(e)}),(function(){return[[],[]]})),yi=Ln((function(A,e){if(null==A)return[];var t=e.length;return t>1&&Eo(A,e[0],e[1])?e=[]:t>2&&Eo(e[0],e[1],e[2])&&(e=[e[0]]),jn(A,dn(e,1),[])})),Mi=le||function(){return ge.Date.now()};function vi(A,e,t){return e=t?r:e,e=A&&null==e?A.length:e,Kr(A,l,r,r,r,r,e)}function Fi(A,e){var t;if("function"!=typeof e)throw new FA(o);return A=ua(A),function(){return--A>0&&(t=e.apply(this,arguments)),A<=1&&(e=r),t}}var Yi=Ln((function(A,e,t){var n=1;if(t.length){var r=it(t,ro(Yi));n|=s}return Kr(A,n,e,t,r)})),bi=Ln((function(A,e,t){var n=3;if(t.length){var r=it(t,ro(bi));n|=s}return Kr(e,n,A,t,r)}));function Di(A,e,t){var n,i,a,s,l,c,g=0,B=!1,u=!1,p=!0;if("function"!=typeof A)throw new FA(o);function d(e){var t=n,o=i;return n=i=r,g=e,s=A.apply(o,t)}function f(A){var t=A-c;return c===r||t>=e||t<0||u&&A-g>=a}function E(){var A=Mi();if(f(A))return h(A);l=Yo(E,function(A){var t=e-(A-c);return u?ft(t,a-(A-g)):t}(A))}function h(A){return l=r,p&&n?d(A):(n=i=r,s)}function m(){var A=Mi(),t=f(A);if(n=arguments,i=this,c=A,t){if(l===r)return function(A){return g=A,l=Yo(E,e),B?d(A):s}(c);if(u)return mr(l),l=Yo(E,e),d(c)}return l===r&&(l=Yo(E,e)),s}return e=da(e)||0,$i(t)&&(B=!!t.leading,a=(u="maxWait"in t)?dt(da(t.maxWait)||0,e):a,p="trailing"in t?!!t.trailing:p),m.cancel=function(){l!==r&&mr(l),g=0,n=c=i=l=r},m.flush=function(){return l===r?s:h(Mi())},m}var xi=Ln((function(A,e){return sn(A,1,e)})),ki=Ln((function(A,e,t){return sn(A,da(e)||0,t)}));function Gi(A,e){if("function"!=typeof A||null!=e&&"function"!=typeof e)throw new FA(o);var t=function(){var n=arguments,r=e?e.apply(this,n):n[0],o=t.cache;if(o.has(r))return o.get(r);var i=A.apply(this,n);return t.cache=o.set(r,i)||o,i};return t.cache=new(Gi.Cache||Ot),t}function Ui(A){if("function"!=typeof A)throw new FA(o);return function(){var e=arguments;switch(e.length){case 0:return!A.call(this);case 1:return!A.call(this,e[0]);case 2:return!A.call(this,e[0],e[1]);case 3:return!A.call(this,e[0],e[1],e[2])}return!A.apply(this,e)}}Gi.Cache=Ot;var Ti=Er((function(A,e){var t=(e=1==e.length&&Vi(e[0])?xe(e[0],Ze(oo())):xe(dn(e,1),Ze(oo()))).length;return Ln((function(n){for(var r=-1,o=ft(n.length,t);++r=e})),Ji=bn(function(){return arguments}())?bn:function(A){return Aa(A)&&GA.call(A,"callee")&&!zA.call(A,"callee")},Vi=n.isArray,Oi=Ee?Ze(Ee):function(A){return Aa(A)&&In(A)==x};function Wi(A){return null!=A&&_i(A.length)&&!Xi(A)}function zi(A){return Aa(A)&&Wi(A)}var Li=fe||ds,Ki=he?Ze(he):function(A){return Aa(A)&&In(A)==h};function Zi(A){if(!Aa(A))return!1;var e=In(A);return e==m||"[object DOMException]"==e||"string"==typeof A.message&&"string"==typeof A.name&&!na(A)}function Xi(A){if(!$i(A))return!1;var e=In(A);return e==w||e==Q||"[object AsyncFunction]"==e||"[object Proxy]"==e}function qi(A){return"number"==typeof A&&A==ua(A)}function _i(A){return"number"==typeof A&&A>-1&&A%1==0&&A<=g}function $i(A){var e=typeof A;return null!=A&&("object"==e||"function"==e)}function Aa(A){return null!=A&&"object"==typeof A}var ea=me?Ze(me):function(A){return Aa(A)&&go(A)==C};function ta(A){return"number"==typeof A||Aa(A)&&In(A)==I}function na(A){if(!Aa(A)||In(A)!=y)return!1;var e=OA(A);if(null===e)return!0;var t=GA.call(e,"constructor")&&e.constructor;return"function"==typeof t&&t instanceof t&&kA.call(t)==HA}var ra=we?Ze(we):function(A){return Aa(A)&&In(A)==v},oa=Qe?Ze(Qe):function(A){return Aa(A)&&go(A)==F};function ia(A){return"string"==typeof A||!Vi(A)&&Aa(A)&&In(A)==Y}function aa(A){return"symbol"==typeof A||Aa(A)&&In(A)==b}var sa=Ce?Ze(Ce):function(A){return Aa(A)&&_i(A.length)&&!!re[In(A)]},la=Vr(Tn),ca=Vr((function(A,e){return A<=e}));function ga(A){if(!A)return[];if(Wi(A))return ia(A)?ct(A):vr(A);if(ZA&&A[ZA])return function(A){for(var e,t=[];!(e=A.next()).done;)t.push(e.value);return t}(A[ZA]());var e=go(A);return(e==C?rt:e==F?at:Sa)(A)}function Ba(A){return A?(A=da(A))===c||A===-1/0?17976931348623157e292*(A<0?-1:1):A==A?A:0:0===A?A:0}function ua(A){var e=Ba(A),t=e%1;return e==e?t?e-t:e:0}function pa(A){return A?rn(ua(A),0,u):0}function da(A){if("number"==typeof A)return A;if(aa(A))return B;if($i(A)){var e="function"==typeof A.valueOf?A.valueOf():A;A=$i(e)?e+"":e}if("string"!=typeof A)return 0===A?A:+A;A=Ke(A);var t=pA.test(A);return t||fA.test(A)?se(A.slice(2),t?2:8):uA.test(A)?B:+A}function fa(A){return Fr(A,xa(A))}function Ea(A){return null==A?"":ir(A)}var ha=br((function(A,e){if(Qo(e)||Wi(e))Fr(e,Da(e),A);else for(var t in e)GA.call(e,t)&&_t(A,t,e[t])})),ma=br((function(A,e){Fr(e,xa(e),A)})),wa=br((function(A,e,t,n){Fr(e,xa(e),A,n)})),Qa=br((function(A,e,t,n){Fr(e,Da(e),A,n)})),Ca=$r(nn),Ia=Ln((function(A,e){A=yA(A);var t=-1,n=e.length,o=n>2?e[2]:r;for(o&&Eo(e[0],e[1],o)&&(n=1);++t1),e})),Fr(A,eo(A),t),n&&(t=on(t,7,qr));for(var r=e.length;r--;)sr(t,e[r]);return t})),Ta=$r((function(A,e){return null==A?{}:function(A,e){return Jn(A,e,(function(e,t){return va(A,t)}))}(A,e)}));function Ra(A,e){if(null==A)return{};var t=xe(eo(A),(function(A){return[A]}));return e=oo(e),Jn(A,t,(function(A,t){return e(A,t[0])}))}var Ha=Lr(Da),Na=Lr(xa);function Sa(A){return null==A?[]:Xe(A,Da(A))}var Pa=Gr((function(A,e,t){return e=e.toLowerCase(),A+(t?ja(e):e)}));function ja(A){return Za(Ea(A).toLowerCase())}function Ja(A){return(A=Ea(A))&&A.replace(hA,At).replace(qA,"")}var Va=Gr((function(A,e,t){return A+(t?"-":"")+e.toLowerCase()})),Oa=Gr((function(A,e,t){return A+(t?" ":"")+e.toLowerCase()})),Wa=kr("toLowerCase"),za=Gr((function(A,e,t){return A+(t?"_":"")+e.toLowerCase()})),La=Gr((function(A,e,t){return A+(t?" ":"")+Za(e)})),Ka=Gr((function(A,e,t){return A+(t?" ":"")+e.toUpperCase()})),Za=kr("toUpperCase");function Xa(A,e,t){return A=Ea(A),(e=t?r:e)===r?function(A){return ee.test(A)}(A)?function(A){return A.match($A)||[]}(A):function(A){return A.match(sA)||[]}(A):A.match(e)||[]}var qa=Ln((function(A,e){try{return Ie(A,r,e)}catch(A){return Zi(A)?A:new QA(A)}})),_a=$r((function(A,e){return Me(e,(function(e){e=Ro(e),tn(A,e,Yi(A[e],A))})),A}));function $a(A){return function(){return A}}var As=Rr(),es=Rr(!0);function ts(A){return A}function ns(A){return Gn("function"==typeof A?A:on(A,1))}var rs=Ln((function(A,e){return function(t){return Yn(t,A,e)}})),os=Ln((function(A,e){return function(t){return Yn(A,t,e)}}));function is(A,e,t){var n=Da(e),r=wn(e,n);null!=t||$i(e)&&(r.length||!n.length)||(t=e,e=A,A=this,r=wn(e,Da(e)));var o=!($i(t)&&"chain"in t&&!t.chain),i=Xi(A);return Me(r,(function(t){var n=e[t];A[t]=n,i&&(A.prototype[t]=function(){var e=this.__chain__;if(o||e){var t=A(this.__wrapped__);return(t.__actions__=vr(this.__actions__)).push({func:n,args:arguments,thisArg:A}),t.__chain__=e,t}return n.apply(A,ke([this.value()],arguments))})})),A}function as(){}var ss=Pr(xe),ls=Pr(Fe),cs=Pr(Te);function gs(A){return ho(A)?Ve(Ro(A)):function(A){return function(e){return Qn(e,A)}}(A)}var Bs=Jr(),us=Jr(!0);function ps(){return[]}function ds(){return!1}var fs,Es=Sr((function(A,e){return A+e}),0),hs=Wr("ceil"),ms=Sr((function(A,e){return A/e}),1),ws=Wr("floor"),Qs=Sr((function(A,e){return A*e}),1),Cs=Wr("round"),Is=Sr((function(A,e){return A-e}),0);return Ht.after=function(A,e){if("function"!=typeof e)throw new FA(o);return A=ua(A),function(){if(--A<1)return e.apply(this,arguments)}},Ht.ary=vi,Ht.assign=ha,Ht.assignIn=ma,Ht.assignInWith=wa,Ht.assignWith=Qa,Ht.at=Ca,Ht.before=Fi,Ht.bind=Yi,Ht.bindAll=_a,Ht.bindKey=bi,Ht.castArray=function(){if(!arguments.length)return[];var A=arguments[0];return Vi(A)?A:[A]},Ht.chain=gi,Ht.chunk=function(A,e,t){e=(t?Eo(A,e,t):e===r)?1:dt(ua(e),0);var o=null==A?0:A.length;if(!o||e<1)return[];for(var i=0,a=0,s=n(Be(o/e));io?0:o+t),(n=n===r||n>o?o:ua(n))<0&&(n+=o),n=t>n?0:pa(n);t>>0)?(A=Ea(A))&&("string"==typeof e||null!=e&&!ra(e))&&!(e=ir(e))&&nt(A)?hr(ct(A),0,t):A.split(e,t):[]},Ht.spread=function(A,e){if("function"!=typeof A)throw new FA(o);return e=null==e?0:dt(ua(e),0),Ln((function(t){var n=t[e],r=hr(t,0,e);return n&&ke(r,n),Ie(A,this,r)}))},Ht.tail=function(A){var e=null==A?0:A.length;return e?Ar(A,1,e):[]},Ht.take=function(A,e,t){return A&&A.length?Ar(A,0,(e=t||e===r?1:ua(e))<0?0:e):[]},Ht.takeRight=function(A,e,t){var n=null==A?0:A.length;return n?Ar(A,(e=n-(e=t||e===r?1:ua(e)))<0?0:e,n):[]},Ht.takeRightWhile=function(A,e){return A&&A.length?cr(A,oo(e,3),!1,!0):[]},Ht.takeWhile=function(A,e){return A&&A.length?cr(A,oo(e,3)):[]},Ht.tap=function(A,e){return e(A),A},Ht.throttle=function(A,e,t){var n=!0,r=!0;if("function"!=typeof A)throw new FA(o);return $i(t)&&(n="leading"in t?!!t.leading:n,r="trailing"in t?!!t.trailing:r),Di(A,e,{leading:n,maxWait:e,trailing:r})},Ht.thru=Bi,Ht.toArray=ga,Ht.toPairs=Ha,Ht.toPairsIn=Na,Ht.toPath=function(A){return Vi(A)?xe(A,Ro):aa(A)?[A]:vr(To(Ea(A)))},Ht.toPlainObject=fa,Ht.transform=function(A,e,t){var n=Vi(A),r=n||Li(A)||sa(A);if(e=oo(e,4),null==t){var o=A&&A.constructor;t=r?n?new o:[]:$i(A)&&Xi(o)?Nt(OA(A)):{}}return(r?Me:hn)(A,(function(A,n,r){return e(t,A,n,r)})),t},Ht.unary=function(A){return vi(A,1)},Ht.union=Ai,Ht.unionBy=ei,Ht.unionWith=ti,Ht.uniq=function(A){return A&&A.length?ar(A):[]},Ht.uniqBy=function(A,e){return A&&A.length?ar(A,oo(e,2)):[]},Ht.uniqWith=function(A,e){return e="function"==typeof e?e:r,A&&A.length?ar(A,r,e):[]},Ht.unset=function(A,e){return null==A||sr(A,e)},Ht.unzip=ni,Ht.unzipWith=ri,Ht.update=function(A,e,t){return null==A?A:lr(A,e,dr(t))},Ht.updateWith=function(A,e,t,n){return n="function"==typeof n?n:r,null==A?A:lr(A,e,dr(t),n)},Ht.values=Sa,Ht.valuesIn=function(A){return null==A?[]:Xe(A,xa(A))},Ht.without=oi,Ht.words=Xa,Ht.wrap=function(A,e){return Ri(dr(e),A)},Ht.xor=ii,Ht.xorBy=ai,Ht.xorWith=si,Ht.zip=li,Ht.zipObject=function(A,e){return ur(A||[],e||[],_t)},Ht.zipObjectDeep=function(A,e){return ur(A||[],e||[],Xn)},Ht.zipWith=ci,Ht.entries=Ha,Ht.entriesIn=Na,Ht.extend=ma,Ht.extendWith=wa,is(Ht,Ht),Ht.add=Es,Ht.attempt=qa,Ht.camelCase=Pa,Ht.capitalize=ja,Ht.ceil=hs,Ht.clamp=function(A,e,t){return t===r&&(t=e,e=r),t!==r&&(t=(t=da(t))==t?t:0),e!==r&&(e=(e=da(e))==e?e:0),rn(da(A),e,t)},Ht.clone=function(A){return on(A,4)},Ht.cloneDeep=function(A){return on(A,5)},Ht.cloneDeepWith=function(A,e){return on(A,5,e="function"==typeof e?e:r)},Ht.cloneWith=function(A,e){return on(A,4,e="function"==typeof e?e:r)},Ht.conformsTo=function(A,e){return null==e||an(A,e,Da(e))},Ht.deburr=Ja,Ht.defaultTo=function(A,e){return null==A||A!=A?e:A},Ht.divide=ms,Ht.endsWith=function(A,e,t){A=Ea(A),e=ir(e);var n=A.length,o=t=t===r?n:rn(ua(t),0,n);return(t-=e.length)>=0&&A.slice(t,o)==e},Ht.eq=Si,Ht.escape=function(A){return(A=Ea(A))&&K.test(A)?A.replace(z,et):A},Ht.escapeRegExp=function(A){return(A=Ea(A))&&tA.test(A)?A.replace(eA,"\\$&"):A},Ht.every=function(A,e,t){var n=Vi(A)?Fe:Bn;return t&&Eo(A,e,t)&&(e=r),n(A,oo(e,3))},Ht.find=di,Ht.findIndex=Jo,Ht.findKey=function(A,e){return He(A,oo(e,3),hn)},Ht.findLast=fi,Ht.findLastIndex=Vo,Ht.findLastKey=function(A,e){return He(A,oo(e,3),mn)},Ht.floor=ws,Ht.forEach=Ei,Ht.forEachRight=hi,Ht.forIn=function(A,e){return null==A?A:fn(A,oo(e,3),xa)},Ht.forInRight=function(A,e){return null==A?A:En(A,oo(e,3),xa)},Ht.forOwn=function(A,e){return A&&hn(A,oo(e,3))},Ht.forOwnRight=function(A,e){return A&&mn(A,oo(e,3))},Ht.get=Ma,Ht.gt=Pi,Ht.gte=ji,Ht.has=function(A,e){return null!=A&&Bo(A,e,Mn)},Ht.hasIn=va,Ht.head=Wo,Ht.identity=ts,Ht.includes=function(A,e,t,n){A=Wi(A)?A:Sa(A),t=t&&!n?ua(t):0;var r=A.length;return t<0&&(t=dt(r+t,0)),ia(A)?t<=r&&A.indexOf(e,t)>-1:!!r&&Se(A,e,t)>-1},Ht.indexOf=function(A,e,t){var n=null==A?0:A.length;if(!n)return-1;var r=null==t?0:ua(t);return r<0&&(r=dt(n+r,0)),Se(A,e,r)},Ht.inRange=function(A,e,t){return e=Ba(e),t===r?(t=e,e=0):t=Ba(t),function(A,e,t){return A>=ft(e,t)&&A=-9007199254740991&&A<=g},Ht.isSet=oa,Ht.isString=ia,Ht.isSymbol=aa,Ht.isTypedArray=sa,Ht.isUndefined=function(A){return A===r},Ht.isWeakMap=function(A){return Aa(A)&&go(A)==D},Ht.isWeakSet=function(A){return Aa(A)&&"[object WeakSet]"==In(A)},Ht.join=function(A,e){return null==A?"":Oe.call(A,e)},Ht.kebabCase=Va,Ht.last=Zo,Ht.lastIndexOf=function(A,e,t){var n=null==A?0:A.length;if(!n)return-1;var o=n;return t!==r&&(o=(o=ua(t))<0?dt(n+o,0):ft(o,n-1)),e==e?function(A,e,t){for(var n=t+1;n--;)if(A[n]===e)return n;return n}(A,e,o):Ne(A,je,o,!0)},Ht.lowerCase=Oa,Ht.lowerFirst=Wa,Ht.lt=la,Ht.lte=ca,Ht.max=function(A){return A&&A.length?un(A,ts,yn):r},Ht.maxBy=function(A,e){return A&&A.length?un(A,oo(e,2),yn):r},Ht.mean=function(A){return Je(A,ts)},Ht.meanBy=function(A,e){return Je(A,oo(e,2))},Ht.min=function(A){return A&&A.length?un(A,ts,Tn):r},Ht.minBy=function(A,e){return A&&A.length?un(A,oo(e,2),Tn):r},Ht.stubArray=ps,Ht.stubFalse=ds,Ht.stubObject=function(){return{}},Ht.stubString=function(){return""},Ht.stubTrue=function(){return!0},Ht.multiply=Qs,Ht.nth=function(A,e){return A&&A.length?Pn(A,ua(e)):r},Ht.noConflict=function(){return ge._===this&&(ge._=NA),this},Ht.noop=as,Ht.now=Mi,Ht.pad=function(A,e,t){A=Ea(A);var n=(e=ua(e))?lt(A):0;if(!e||n>=e)return A;var r=(e-n)/2;return jr(ue(r),t)+A+jr(Be(r),t)},Ht.padEnd=function(A,e,t){A=Ea(A);var n=(e=ua(e))?lt(A):0;return e&&ne){var n=A;A=e,e=n}if(t||A%1||e%1){var o=mt();return ft(A+o*(e-A+ae("1e-"+((o+"").length-1))),e)}return Wn(A,e)},Ht.reduce=function(A,e,t){var n=Vi(A)?Ge:We,r=arguments.length<3;return n(A,oo(e,4),t,r,cn)},Ht.reduceRight=function(A,e,t){var n=Vi(A)?Ue:We,r=arguments.length<3;return n(A,oo(e,4),t,r,gn)},Ht.repeat=function(A,e,t){return e=(t?Eo(A,e,t):e===r)?1:ua(e),zn(Ea(A),e)},Ht.replace=function(){var A=arguments,e=Ea(A[0]);return A.length<3?e:e.replace(A[1],A[2])},Ht.result=function(A,e,t){var n=-1,o=(e=fr(e,A)).length;for(o||(o=1,A=r);++ng)return[];var t=u,n=ft(A,u);e=oo(e),A-=u;for(var r=Le(n,e);++t=i)return A;var s=t-lt(n);if(s<1)return n;var l=a?hr(a,0,s).join(""):A.slice(0,s);if(o===r)return l+n;if(a&&(s+=l.length-s),ra(o)){if(A.slice(s).search(o)){var c,g=l;for(o.global||(o=MA(o.source,Ea(BA.exec(o))+"g")),o.lastIndex=0;c=o.exec(g);)var B=c.index;l=l.slice(0,B===r?s:B)}}else if(A.indexOf(ir(o),s)!=s){var u=l.lastIndexOf(o);u>-1&&(l=l.slice(0,u))}return l+n},Ht.unescape=function(A){return(A=Ea(A))&&L.test(A)?A.replace(W,Bt):A},Ht.uniqueId=function(A){var e=++UA;return Ea(A)+e},Ht.upperCase=Ka,Ht.upperFirst=Za,Ht.each=Ei,Ht.eachRight=hi,Ht.first=Wo,is(Ht,(fs={},hn(Ht,(function(A,e){GA.call(Ht.prototype,e)||(fs[e]=A)})),fs),{chain:!1}),Ht.VERSION="4.17.21",Me(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(A){Ht[A].placeholder=Ht})),Me(["drop","take"],(function(A,e){jt.prototype[A]=function(t){t=t===r?1:dt(ua(t),0);var n=this.__filtered__&&!e?new jt(this):this.clone();return n.__filtered__?n.__takeCount__=ft(t,n.__takeCount__):n.__views__.push({size:ft(t,u),type:A+(n.__dir__<0?"Right":"")}),n},jt.prototype[A+"Right"]=function(e){return this.reverse()[A](e).reverse()}})),Me(["filter","map","takeWhile"],(function(A,e){var t=e+1,n=1==t||3==t;jt.prototype[A]=function(A){var e=this.clone();return e.__iteratees__.push({iteratee:oo(A,3),type:t}),e.__filtered__=e.__filtered__||n,e}})),Me(["head","last"],(function(A,e){var t="take"+(e?"Right":"");jt.prototype[A]=function(){return this[t](1).value()[0]}})),Me(["initial","tail"],(function(A,e){var t="drop"+(e?"":"Right");jt.prototype[A]=function(){return this.__filtered__?new jt(this):this[t](1)}})),jt.prototype.compact=function(){return this.filter(ts)},jt.prototype.find=function(A){return this.filter(A).head()},jt.prototype.findLast=function(A){return this.reverse().find(A)},jt.prototype.invokeMap=Ln((function(A,e){return"function"==typeof A?new jt(this):this.map((function(t){return Yn(t,A,e)}))})),jt.prototype.reject=function(A){return this.filter(Ui(oo(A)))},jt.prototype.slice=function(A,e){A=ua(A);var t=this;return t.__filtered__&&(A>0||e<0)?new jt(t):(A<0?t=t.takeRight(-A):A&&(t=t.drop(A)),e!==r&&(t=(e=ua(e))<0?t.dropRight(-e):t.take(e-A)),t)},jt.prototype.takeRightWhile=function(A){return this.reverse().takeWhile(A).reverse()},jt.prototype.toArray=function(){return this.take(u)},hn(jt.prototype,(function(A,e){var t=/^(?:filter|find|map|reject)|While$/.test(e),n=/^(?:head|last)$/.test(e),o=Ht[n?"take"+("last"==e?"Right":""):e],i=n||/^find/.test(e);o&&(Ht.prototype[e]=function(){var e=this.__wrapped__,a=n?[1]:arguments,s=e instanceof jt,l=a[0],c=s||Vi(e),g=function(A){var e=o.apply(Ht,ke([A],a));return n&&B?e[0]:e};c&&t&&"function"==typeof l&&1!=l.length&&(s=c=!1);var B=this.__chain__,u=!!this.__actions__.length,p=i&&!B,d=s&&!u;if(!i&&c){e=d?e:new jt(this);var f=A.apply(e,a);return f.__actions__.push({func:Bi,args:[g],thisArg:r}),new Pt(f,B)}return p&&d?A.apply(this,a):(f=this.thru(g),p?n?f.value()[0]:f.value():f)})})),Me(["pop","push","shift","sort","splice","unshift"],(function(A){var e=YA[A],t=/^(?:push|sort|unshift)$/.test(A)?"tap":"thru",n=/^(?:pop|shift)$/.test(A);Ht.prototype[A]=function(){var A=arguments;if(n&&!this.__chain__){var r=this.value();return e.apply(Vi(r)?r:[],A)}return this[t]((function(t){return e.apply(Vi(t)?t:[],A)}))}})),hn(jt.prototype,(function(A,e){var t=Ht[e];if(t){var n=t.name+"";GA.call(Yt,n)||(Yt[n]=[]),Yt[n].push({name:e,func:t})}})),Yt[Hr(r,2).name]=[{name:"wrapper",func:r}],jt.prototype.clone=function(){var A=new jt(this.__wrapped__);return A.__actions__=vr(this.__actions__),A.__dir__=this.__dir__,A.__filtered__=this.__filtered__,A.__iteratees__=vr(this.__iteratees__),A.__takeCount__=this.__takeCount__,A.__views__=vr(this.__views__),A},jt.prototype.reverse=function(){if(this.__filtered__){var A=new jt(this);A.__dir__=-1,A.__filtered__=!0}else(A=this.clone()).__dir__*=-1;return A},jt.prototype.value=function(){var A=this.__wrapped__.value(),e=this.__dir__,t=Vi(A),n=e<0,r=t?A.length:0,o=function(A,e,t){for(var n=-1,r=t.length;++n=this.__values__.length;return{done:A,value:A?r:this.__values__[this.__index__++]}},Ht.prototype.plant=function(A){for(var e,t=this;t instanceof St;){var n=No(t);n.__index__=0,n.__values__=r,e?o.__wrapped__=n:e=n;var o=n;t=t.__wrapped__}return o.__wrapped__=A,e},Ht.prototype.reverse=function(){var A=this.__wrapped__;if(A instanceof jt){var e=A;return this.__actions__.length&&(e=new jt(this)),(e=e.reverse()).__actions__.push({func:Bi,args:[$o],thisArg:r}),new Pt(e,this.__chain__)}return this.thru($o)},Ht.prototype.toJSON=Ht.prototype.valueOf=Ht.prototype.value=function(){return gr(this.__wrapped__,this.__actions__)},Ht.prototype.first=Ht.prototype.head,ZA&&(Ht.prototype[ZA]=function(){return this}),Ht}();ge._=ut,(n=function(){return ut}.call(e,t,e,A))===r||(A.exports=n)}.call(this)},30733:(A,e,t)=>{var n=t(96738);function r(A,e){if("function"!=typeof A||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var t=function(){var n=arguments,r=e?e.apply(this,n):n[0],o=t.cache;if(o.has(r))return o.get(r);var i=A.apply(this,n);return t.cache=o.set(r,i)||o,i};return t.cache=new(r.Cache||n),t}r.Cache=n,A.exports=r},12782:(A,e,t)=>{var n=t(84565),r=t(97263)((function(A,e,t,r){n(A,e,t,r)}));A.exports=r},34291:A=>{A.exports=function(){}},13888:(A,e,t)=>{var n=t(92602),r=t(29097)((function(A,e){return null==A?{}:n(A,e)}));A.exports=r},65798:(A,e,t)=>{var n=t(20256),r=t(82952),o=t(21401),i=t(33812);A.exports=function(A){return o(A)?n(i(A)):r(A)}},78911:(A,e,t)=>{var n=t(45169);A.exports=function(A,e){return A&&A.length&&e&&e.length?n(A,e):A}},81764:(A,e,t)=>{var n=t(50343),r=t(16794),o=t(62676),i=t(27520),a=t(29097),s=t(39045),l=a((function(A,e){var t=null==A?0:A.length,a=r(A,e);return o(A,n(e,(function(A){return s(A,t)?+A:A})).sort(i)),a}));A.exports=l},16765:(A,e,t)=>{var n=t(82857);A.exports=function(A,e,t){return null==A?A:n(A,e,t)}},829:(A,e,t)=>{var n=t(62034),r=t(70618),o=t(36060),i=t(82406),a=o((function(A,e){if(null==A)return[];var t=e.length;return t>1&&i(A,e[0],e[1])?e=[]:t>2&&i(e[0],e[1],e[2])&&(e=[e[0]]),r(A,n(e,1),[])}));A.exports=a},30981:A=>{A.exports=function(){return[]}},36330:A=>{A.exports=function(){return!1}},5707:(A,e,t)=>{var n=t(7642),r=1/0;A.exports=function(A){return A?(A=n(A))===r||A===-1/0?17976931348623157e292*(A<0?-1:1):A==A?A:0:0===A?A:0}},38101:(A,e,t)=>{var n=t(5707);A.exports=function(A){var e=n(A),t=e%1;return e==e?t?e-t:e:0}},7642:(A,e,t)=>{var n=t(51704),r=t(29259),o=t(4795),i=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,s=/^0o[0-7]+$/i,l=parseInt;A.exports=function(A){if("number"==typeof A)return A;if(o(A))return NaN;if(r(A)){var e="function"==typeof A.valueOf?A.valueOf():A;A=r(e)?e+"":e}if("string"!=typeof A)return 0===A?A:+A;A=n(A);var t=a.test(A);return t||s.test(A)?l(A.slice(2),t?2:8):i.test(A)?NaN:+A}},25497:(A,e,t)=>{var n=t(50343),r=t(51522),o=t(86152),i=t(4795),a=t(54452),s=t(33812),l=t(66188);A.exports=function(A){return o(A)?n(A,s):i(A)?[A]:r(a(l(A)))}},63329:(A,e,t)=>{var n=t(752),r=t(18582);A.exports=function(A){return n(A,r(A))}},66188:(A,e,t)=>{var n=t(1054);A.exports=function(A){return null==A?"":n(A)}},36585:(A,e,t)=>{var n=t(1054),r=t(23895),o=t(33880),i=t(29259),a=t(40859),s=t(82302),l=t(8435),c=t(38101),g=t(66188),B=/\w*$/;A.exports=function(A,e){var t=30,u="...";if(i(e)){var p="separator"in e?e.separator:p;t="length"in e?c(e.length):t,u="omission"in e?n(e.omission):u}var d=(A=g(A)).length;if(o(A)){var f=l(A);d=f.length}if(t>=d)return A;var E=t-s(u);if(E<1)return u;var h=f?r(f,0,E).join(""):A.slice(0,E);if(void 0===p)return h+u;if(f&&(E+=h.length-E),a(p)){if(A.slice(E).search(p)){var m,w=h;for(p.global||(p=RegExp(p.source,g(B.exec(p))+"g")),p.lastIndex=0;m=p.exec(w);)var Q=m.index;h=h.slice(0,void 0===Q?E:Q)}}else if(A.indexOf(n(p),E)!=E){var C=h.lastIndexOf(p);C>-1&&(h=h.slice(0,C))}return h+u}},75652:(A,e,t)=>{var n=t(67326);A.exports=function(A){return A&&A.length?n(A):[]}},49599:(A,e,t)=>{var n=t(67326);A.exports=function(A,e){return e="function"==typeof e?e:void 0,A&&A.length?n(A,void 0,e):[]}},17195:(A,e,t)=>{var n=t(29078);A.exports=function(A,e){return null==A||n(A,e)}},23779:(A,e,t)=>{var n=t(83126)("toUpperCase");A.exports=n},67304:(A,e,t)=>{var n=t(85246),r=t(36060),o=t(93746),i=r((function(A,e){return o(A)?n(A,e):[]}));A.exports=i},88166:(A,e,t)=>{var n=t(34406),r=t(59073).Stream;A.exports=function(A,e){var t=new r,o=this,i=0,a=0,s=!1,l=!1,c=!1,g=0,B=!1;this.opts=e||{};var u=this.opts.failures?"failure":"error",p={};function d(A,e){var n=g+1;if(e===n?(void 0!==A&&t.emit.apply(t,["data",A]),g++,n++):p[e]=A,p.hasOwnProperty(n)){var r=p[n];return delete p[n],d(r,n)}a++,i===a&&(l&&(l=!1,t.emit("drain")),s&&E())}function f(A,e,n){c||(B=!0,A&&!o.opts.failures||d(e,n),A&&t.emit.apply(t,[u,A]),B=!1)}function E(A){if(s=!0,t.writable=!1,void 0!==A)return d(A,i);i==a&&(t.readable=!1,t.emit("end"),t.destroy())}return t.writable=!0,t.readable=!0,t.write=function(e){if(s)throw new Error("map stream is not writable");B=!1,i++;try{var t=(n=e,r=i,o=f,A.call(null,n,(function(A,e){o(A,e,r)})));return!(l=!1===t)}catch(A){if(B)throw A;return f(A),!l}var n,r,o},t.end=function(A){s||E()},t.destroy=function(){s=c=!0,t.writable=t.readable=l=!1,n.nextTick((function(){t.emit("close")}))},t.pause=function(){l=!0},t.resume=function(){l=!1},t}},46755:function(A){A.exports=function(){"use strict";var A="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(A){return typeof A}:function(A){return A&&"function"==typeof Symbol&&A.constructor===Symbol&&A!==Symbol.prototype?"symbol":typeof A},e=function(A,e){if(!(A instanceof e))throw new TypeError("Cannot call a class as a function")},t=function(){function A(A,e){for(var t=0;t1&&void 0!==arguments[1])||arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:5e3;e(this,A),this.ctx=t,this.iframes=n,this.exclude=r,this.iframesTimeout=o}return t(A,[{key:"getContexts",value:function(){var A=[];return(void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[]).forEach((function(e){var t=A.filter((function(A){return A.contains(e)})).length>0;-1!==A.indexOf(e)||t||A.push(e)})),A}},{key:"getIframeContents",value:function(A,e){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){},n=void 0;try{var r=A.contentWindow;if(n=r.document,!r||!n)throw new Error("iframe inaccessible")}catch(A){t()}n&&e(n)}},{key:"isIframeBlank",value:function(A){var e="about:blank",t=A.getAttribute("src").trim();return A.contentWindow.location.href===e&&t!==e&&t}},{key:"observeIframeLoad",value:function(A,e,t){var n=this,r=!1,o=null,i=function i(){if(!r){r=!0,clearTimeout(o);try{n.isIframeBlank(A)||(A.removeEventListener("load",i),n.getIframeContents(A,e,t))}catch(A){t()}}};A.addEventListener("load",i),o=setTimeout(i,this.iframesTimeout)}},{key:"onIframeReady",value:function(A,e,t){try{"complete"===A.contentWindow.document.readyState?this.isIframeBlank(A)?this.observeIframeLoad(A,e,t):this.getIframeContents(A,e,t):this.observeIframeLoad(A,e,t)}catch(A){t()}}},{key:"waitForIframes",value:function(A,e){var t=this,n=0;this.forEachIframe(A,(function(){return!0}),(function(A){n++,t.waitForIframes(A.querySelector("html"),(function(){--n||e()}))}),(function(A){A||e()}))}},{key:"forEachIframe",value:function(e,t,n){var r=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},i=e.querySelectorAll("iframe"),a=i.length,s=0;i=Array.prototype.slice.call(i);var l=function(){--a<=0&&o(s)};a||l(),i.forEach((function(e){A.matches(e,r.exclude)?l():r.onIframeReady(e,(function(A){t(e)&&(s++,n(A)),l()}),l)}))}},{key:"createIterator",value:function(A,e,t){return document.createNodeIterator(A,e,t,!1)}},{key:"createInstanceOnIframe",value:function(e){return new A(e.querySelector("html"),this.iframes)}},{key:"compareNodeIframe",value:function(A,e,t){if(A.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_PRECEDING){if(null===e)return!0;if(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}},{key:"getIteratorNode",value:function(A){var e=A.previousNode();return{prevNode:e,node:(null===e||A.nextNode())&&A.nextNode()}}},{key:"checkIframeFilter",value:function(A,e,t,n){var r=!1,o=!1;return n.forEach((function(A,e){A.val===t&&(r=e,o=A.handled)})),this.compareNodeIframe(A,e,t)?(!1!==r||o?!1===r||o||(n[r].handled=!0):n.push({val:t,handled:!0}),!0):(!1===r&&n.push({val:t,handled:!1}),!1)}},{key:"handleOpenIframes",value:function(A,e,t,n){var r=this;A.forEach((function(A){A.handled||r.getIframeContents(A.val,(function(A){r.createInstanceOnIframe(A).forEachNode(e,t,n)}))}))}},{key:"iterateThroughNodes",value:function(A,e,t,n,r){for(var o=this,i=this.createIterator(e,A,n),a=[],s=[],l=void 0,c=void 0;g=void 0,g=o.getIteratorNode(i),c=g.prevNode,l=g.node;)this.iframes&&this.forEachIframe(e,(function(A){return o.checkIframeFilter(l,c,A,a)}),(function(e){o.createInstanceOnIframe(e).forEachNode(A,(function(A){return s.push(A)}),n)})),s.push(l);var g;s.forEach((function(A){t(A)})),this.iframes&&this.handleOpenIframes(a,A,t,n),r()}},{key:"forEachNode",value:function(A,e,t){var n=this,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},o=this.getContexts(),i=o.length;i||r(),o.forEach((function(o){var a=function(){n.iterateThroughNodes(A,o,e,t,(function(){--i<=0&&r()}))};n.iframes?n.waitForIframes(o,a):a()}))}}],[{key:"matches",value:function(A,e){var t="string"==typeof e?[e]:e,n=A.matches||A.matchesSelector||A.msMatchesSelector||A.mozMatchesSelector||A.oMatchesSelector||A.webkitMatchesSelector;if(n){var r=!1;return t.every((function(e){return!n.call(A,e)||(r=!0,!1)})),r}return!1}}]),A}(),o=function(){function o(A){e(this,o),this.ctx=A,this.ie=!1;var t=window.navigator.userAgent;(t.indexOf("MSIE")>-1||t.indexOf("Trident")>-1)&&(this.ie=!0)}return t(o,[{key:"log",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"debug",n=this.opt.log;this.opt.debug&&"object"===(void 0===n?"undefined":A(n))&&"function"==typeof n[t]&&n[t]("mark.js: "+e)}},{key:"escapeStr",value:function(A){return A.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}},{key:"createRegExp",value:function(A){return"disabled"!==this.opt.wildcards&&(A=this.setupWildcardsRegExp(A)),A=this.escapeStr(A),Object.keys(this.opt.synonyms).length&&(A=this.createSynonymsRegExp(A)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(A=this.setupIgnoreJoinersRegExp(A)),this.opt.diacritics&&(A=this.createDiacriticsRegExp(A)),A=this.createMergedBlanksRegExp(A),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(A=this.createJoinersRegExp(A)),"disabled"!==this.opt.wildcards&&(A=this.createWildcardsRegExp(A)),this.createAccuracyRegExp(A)}},{key:"createSynonymsRegExp",value:function(A){var e=this.opt.synonyms,t=this.opt.caseSensitive?"":"i",n=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(var r in e)if(e.hasOwnProperty(r)){var o=e[r],i="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(r):this.escapeStr(r),a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(o):this.escapeStr(o);""!==i&&""!==a&&(A=A.replace(new RegExp("("+this.escapeStr(i)+"|"+this.escapeStr(a)+")","gm"+t),n+"("+this.processSynomyms(i)+"|"+this.processSynomyms(a)+")"+n))}return A}},{key:"processSynomyms",value:function(A){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(A=this.setupIgnoreJoinersRegExp(A)),A}},{key:"setupWildcardsRegExp",value:function(A){return(A=A.replace(/(?:\\)*\?/g,(function(A){return"\\"===A.charAt(0)?"?":""}))).replace(/(?:\\)*\*/g,(function(A){return"\\"===A.charAt(0)?"*":""}))}},{key:"createWildcardsRegExp",value:function(A){var e="withSpaces"===this.opt.wildcards;return A.replace(/\u0001/g,e?"[\\S\\s]?":"\\S?").replace(/\u0002/g,e?"[\\S\\s]*?":"\\S*")}},{key:"setupIgnoreJoinersRegExp",value:function(A){return A.replace(/[^(|)\\]/g,(function(A,e,t){var n=t.charAt(e+1);return/[(|)\\]/.test(n)||""===n?A:A+"\0"}))}},{key:"createJoinersRegExp",value:function(A){var e=[],t=this.opt.ignorePunctuation;return Array.isArray(t)&&t.length&&e.push(this.escapeStr(t.join(""))),this.opt.ignoreJoiners&&e.push("\\u00ad\\u200b\\u200c\\u200d"),e.length?A.split(/\u0000+/).join("["+e.join("")+"]*"):A}},{key:"createDiacriticsRegExp",value:function(A){var e=this.opt.caseSensitive?"":"i",t=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"],n=[];return A.split("").forEach((function(r){t.every((function(t){if(-1!==t.indexOf(r)){if(n.indexOf(t)>-1)return!1;A=A.replace(new RegExp("["+t+"]","gm"+e),"["+t+"]"),n.push(t)}return!0}))})),A}},{key:"createMergedBlanksRegExp",value:function(A){return A.replace(/[\s]+/gim,"[\\s]+")}},{key:"createAccuracyRegExp",value:function(A){var e=this,t=this.opt.accuracy,n="string"==typeof t?t:t.value,r="string"==typeof t?[]:t.limiters,o="";switch(r.forEach((function(A){o+="|"+e.escapeStr(A)})),n){case"partially":default:return"()("+A+")";case"complementary":return"()([^"+(o="\\s"+(o||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")))+"]*"+A+"[^"+o+"]*)";case"exactly":return"(^|\\s"+o+")("+A+")(?=$|\\s"+o+")"}}},{key:"getSeparatedKeywords",value:function(A){var e=this,t=[];return A.forEach((function(A){e.opt.separateWordSearch?A.split(" ").forEach((function(A){A.trim()&&-1===t.indexOf(A)&&t.push(A)})):A.trim()&&-1===t.indexOf(A)&&t.push(A)})),{keywords:t.sort((function(A,e){return e.length-A.length})),length:t.length}}},{key:"isNumeric",value:function(A){return Number(parseFloat(A))==A}},{key:"checkRanges",value:function(A){var e=this;if(!Array.isArray(A)||"[object Object]"!==Object.prototype.toString.call(A[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(A),[];var t=[],n=0;return A.sort((function(A,e){return A.start-e.start})).forEach((function(A){var r=e.callNoMatchOnInvalidRanges(A,n),o=r.start,i=r.end;r.valid&&(A.start=o,A.length=i-o,t.push(A),n=i)})),t}},{key:"callNoMatchOnInvalidRanges",value:function(A,e){var t=void 0,n=void 0,r=!1;return A&&void 0!==A.start?(n=(t=parseInt(A.start,10))+parseInt(A.length,10),this.isNumeric(A.start)&&this.isNumeric(A.length)&&n-e>0&&n-t>0?r=!0:(this.log("Ignoring invalid or overlapping range: "+JSON.stringify(A)),this.opt.noMatch(A))):(this.log("Ignoring invalid range: "+JSON.stringify(A)),this.opt.noMatch(A)),{start:t,end:n,valid:r}}},{key:"checkWhitespaceRanges",value:function(A,e,t){var n=void 0,r=!0,o=t.length,i=e-o,a=parseInt(A.start,10)-i;return(n=(a=a>o?o:a)+parseInt(A.length,10))>o&&(n=o,this.log("End range automatically set to the max value of "+o)),a<0||n-a<0||a>o||n>o?(r=!1,this.log("Invalid range: "+JSON.stringify(A)),this.opt.noMatch(A)):""===t.substring(a,n).replace(/\s+/g,"")&&(r=!1,this.log("Skipping whitespace only range: "+JSON.stringify(A)),this.opt.noMatch(A)),{start:a,end:n,valid:r}}},{key:"getTextNodes",value:function(A){var e=this,t="",n=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,(function(A){n.push({start:t.length,end:(t+=A.textContent).length,node:A})}),(function(A){return e.matchesExclude(A.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}),(function(){A({value:t,nodes:n})}))}},{key:"matchesExclude",value:function(A){return r.matches(A,this.opt.exclude.concat(["script","style","title","head","html"]))}},{key:"wrapRangeInTextNode",value:function(A,e,t){var n=this.opt.element?this.opt.element:"mark",r=A.splitText(e),o=r.splitText(t-e),i=document.createElement(n);return i.setAttribute("data-markjs","true"),this.opt.className&&i.setAttribute("class",this.opt.className),i.textContent=r.textContent,r.parentNode.replaceChild(i,r),o}},{key:"wrapRangeInMappedTextNode",value:function(A,e,t,n,r){var o=this;A.nodes.every((function(i,a){var s=A.nodes[a+1];if(void 0===s||s.start>e){if(!n(i.node))return!1;var l=e-i.start,c=(t>i.end?i.end:t)-i.start,g=A.value.substr(0,i.start),B=A.value.substr(c+i.start);if(i.node=o.wrapRangeInTextNode(i.node,l,c),A.value=g+B,A.nodes.forEach((function(e,t){t>=a&&(A.nodes[t].start>0&&t!==a&&(A.nodes[t].start-=c),A.nodes[t].end-=c)})),t-=c,r(i.node.previousSibling,i.start),!(t>i.end))return!1;e=i.end}return!0}))}},{key:"wrapMatches",value:function(A,e,t,n,r){var o=this,i=0===e?0:e+1;this.getTextNodes((function(e){e.nodes.forEach((function(e){e=e.node;for(var r=void 0;null!==(r=A.exec(e.textContent))&&""!==r[i];)if(t(r[i],e)){var a=r.index;if(0!==i)for(var s=1;s{A.exports=function(A){for(var e,t=n(A),a=t.length,s=-1,l={},c={};++s{A.exports=function(A){for(var e,t=[],i={},a=n(A),s=a.length,l=-1;++l{"use strict";var e={};function t(A,n,r){var o,i,a,s,l,c="";for("string"!=typeof n&&(r=n,n=t.defaultChars),void 0===r&&(r=!0),l=function(A){var t,n,r=e[A];if(r)return r;for(r=e[A]=[],t=0;t<128;t++)n=String.fromCharCode(t),/^[0-9a-z]$/i.test(n)?r.push(n):r.push("%"+("0"+t.toString(16).toUpperCase()).slice(-2));for(t=0;t=55296&&a<=57343){if(a>=55296&&a<=56319&&o+1=56320&&s<=57343){c+=encodeURIComponent(A[o]+A[o+1]),o++;continue}c+="%EF%BF%BD"}else c+=encodeURIComponent(A[o]);return c}t.defaultChars=";/?:@&=+$,-_.!~*'()#",t.componentChars="-_.!~*'()",A.exports=t},63124:(A,e,t)=>{A.exports=t(32115)},94801:(A,e,t)=>{A.exports=function(A){var e,t=A||"yaml",n=[],r=-1;"string"!=typeof t&&"length"in t||(t=[t]),e=t.length;for(;++r{A.exports=function(A){for(var e,t,i=n(A),a=i.length,s=-1,l={};++s=0&&(t=0)}(A),i=Object.create(null),a=[],s=[],l=new WeakMap,c=t.maxAge>0&&t.maxAge<1/0?function(A,e,n){return setTimeout((function(){if(n)return e.splice(A,1),void n.splice(A,1);e instanceof WeakMap?e.delete(A):delete e[A]}),t.maxAge)}:0,g=t.equals?t.equals:function(A,e){return A===e},B=t.maxArgs,u=t.serializer;return 1!==A.length||t.equals||o?n=function(){var e,t=B||arguments.length;for(e=a.length-1;e>=0;e--)if(B||a[e].length===t)for(var n=t-1;n>=0&&g(a[e][n],arguments[n]);n--)if(0===n)return s[e];return e=a.length-(e+1),!c||c(e,s,a),s[e]=A.apply(this,a[e]=arguments)}.bind(this):(n=function(e){var t,n=typeof e;if(!u&&("object"===n&&e||"function"===n))return l.get(e)||(!c||c(e,l),l.set(e,t=A.call(this,e)),t);var r="number"===n||"boolean"===n||null==e?e:"string"===n?JSON.stringify(e):u(e);return i[r]||(!c||c(r,i),i[r]=A.call(this,e))}.bind(this),r=1),n.clear=function(){l=new WeakMap,i=Object.create(null),a=[],s=[]},n.keys=function(){return r?null:a.slice()},n.values=function(){return r?null:s.slice()},n.keyValues=function(){return r?{primitives:e({},i),objects:l}:null},n}"function"!=typeof e&&(e=function(){var A=arguments,e=arguments[0];if(null==e)throw new TypeError("Cannot convert undefined or null to object");e=Object(e);for(var t=1;t{"use strict";const e="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0;if(!e)throw new Error("Unable to find global scope. Are you sure this is running in the browser?");if(!e.AbortController)throw new Error('Could not find "AbortController" in the global scope. You need to polyfill it first');A.exports.AbortController=e.AbortController},84062:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.compile=void 0;var n=t(31365);e.compile=function(A){var e=A[0],t=A[1]-1;if(t<0&&e<=0)return n.falseFunc;if(-1===e)return function(A){return A<=t};if(0===e)return function(A){return A===t};if(1===e)return t<0?n.trueFunc:function(A){return A>=t};var r=Math.abs(e),o=(t%r+r)%r;return e>1?function(A){return A>=t&&A%r===o}:function(A){return A<=t&&A%r===o}}},7346:(A,e,t)=>{"use strict";var n=t(63950),r=t(84062);e.ZP=function(A){return(0,r.compile)((0,n.parse)(A))}},63950:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.parse=void 0;var t=new Set([9,10,12,13,32]),n="0".charCodeAt(0),r="9".charCodeAt(0);e.parse=function(A){if("even"===(A=A.trim().toLowerCase()))return[2,0];if("odd"===A)return[2,1];var e=0,o=0,i=s(),a=l();if(e=n&&A.charCodeAt(e)<=r;)o=10*o+(A.charCodeAt(e)-n),e++;return e===t?null:o}function c(){for(;e{"use strict";var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;A.exports=function(){try{if(!Object.assign)return!1;var A=new String("abc");if(A[5]="de","5"===Object.getOwnPropertyNames(A)[0])return!1;for(var e={},t=0;t<10;t++)e["_"+String.fromCharCode(t)]=t;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(A){return e[A]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(A){n[A]=A})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(A){return!1}}()?Object.assign:function(A,r){for(var o,i,a=function(A){if(null==A)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(A)}(A),s=1;s{A.exports=function A(e,t,n){function r(i,a){if(!t[i]){if(!e[i]){if(o)return o(i,!0);throw new Error("Cannot find module '"+i+"'")}a=t[i]={exports:{}},e[i][0].call(a.exports,(function(A){return r(e[i][1][A]||A)}),a,a.exports,A,e,t,n)}return t[i].exports}for(var o=void 0,i=0;i>16),s((65280&n)>>8),s(255&n);return 2==r?s(255&(n=l(A.charAt(t))<<2|l(A.charAt(t+1))>>4)):1==r&&(s((n=l(A.charAt(t))<<10|l(A.charAt(t+1))<<4|l(A.charAt(t+2))>>2)>>8&255),s(255&n)),o},A.fromByteArray=function(A){var e,t,n,r,o=A.length%3,i="";function a(A){return"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(A)}for(e=0,n=A.length-o;e>18&63)+a(r>>12&63)+a(r>>6&63)+a(63&r);switch(o){case 1:i=(i+=a((t=A[A.length-1])>>2))+a(t<<4&63)+"==";break;case 2:i=(i=(i+=a((t=(A[A.length-2]<<8)+A[A.length-1])>>10))+a(t>>4&63))+a(t<<2&63)+"="}return i}}(void 0===t?this.base64js={}:t)}).call(this,A("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},A("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/base64-js/lib/b64.js","/node_modules/gulp-browserify/node_modules/base64-js/lib")},{buffer:3,lYpoI2:11}],3:[function(A,e,t){(function(e,n,r,o,i,a,s,l,c){var g=A("base64-js"),B=A("ieee754");function r(A,e,t){if(!(this instanceof r))return new r(A,e,t);var n,o,i,a,s=typeof A;if("base64"===e&&"string"==s)for(A=(a=A).trim?a.trim():a.replace(/^\s+|\s+$/g,"");A.length%4!=0;)A+="=";if("number"==s)n=F(A);else if("string"==s)n=r.byteLength(A,e);else{if("object"!=s)throw new Error("First argument needs to be a number, array or string.");n=F(A.length)}if(r._useTypedArrays?o=r._augment(new Uint8Array(n)):((o=this).length=n,o._isBuffer=!0),r._useTypedArrays&&"number"==typeof A.byteLength)o._set(A);else if(Y(a=A)||r.isBuffer(a)||a&&"object"==typeof a&&"number"==typeof a.length)for(i=0;i>>0)):(e+1>>0),r}function d(A,e,t,n){if(n||(H("boolean"==typeof t,"missing or invalid endian"),H(null!=e,"missing offset"),H(e+1>>8*(n?o:1-o)}function w(A,e,t,n,r){if(r||(H(null!=e,"missing value"),H("boolean"==typeof n,"missing or invalid endian"),H(null!=t,"missing offset"),H(t+3>>8*(n?o:3-o)&255}function Q(A,e,t,n,r){r||(H(null!=e,"missing value"),H("boolean"==typeof n,"missing or invalid endian"),H(null!=t,"missing offset"),H(t+1>8,t%=256,n.push(t),n.push(e);return n}(e),A,t,n)}(this,A,e,t);break;default:throw new Error("Unknown encoding")}return o},r.prototype.toString=function(A,e,t){var n,r,o,i,a=this;if(A=String(A||"utf8").toLowerCase(),e=Number(e)||0,(t=void 0!==t?Number(t):a.length)===e)return"";switch(A){case"hex":n=function(A,e,t){var n=A.length;(!e||e<0)&&(e=0),(!t||t<0||nthis.length&&(n=this.length);var o=(n=A.length-e=this.length))return this[A]},r.prototype.readUInt16LE=function(A,e){return u(this,A,!0,e)},r.prototype.readUInt16BE=function(A,e){return u(this,A,!1,e)},r.prototype.readUInt32LE=function(A,e){return p(this,A,!0,e)},r.prototype.readUInt32BE=function(A,e){return p(this,A,!1,e)},r.prototype.readInt8=function(A,e){if(e||(H(null!=A,"missing offset"),H(A=this.length))return 128&this[A]?-1*(255-this[A]+1):this[A]},r.prototype.readInt16LE=function(A,e){return d(this,A,!0,e)},r.prototype.readInt16BE=function(A,e){return d(this,A,!1,e)},r.prototype.readInt32LE=function(A,e){return f(this,A,!0,e)},r.prototype.readInt32BE=function(A,e){return f(this,A,!1,e)},r.prototype.readFloatLE=function(A,e){return E(this,A,!0,e)},r.prototype.readFloatBE=function(A,e){return E(this,A,!1,e)},r.prototype.readDoubleLE=function(A,e){return h(this,A,!0,e)},r.prototype.readDoubleBE=function(A,e){return h(this,A,!1,e)},r.prototype.writeUInt8=function(A,e,t){t||(H(null!=A,"missing value"),H(null!=e,"missing offset"),H(e=this.length||(this[e]=A)},r.prototype.writeUInt16LE=function(A,e,t){m(this,A,e,!0,t)},r.prototype.writeUInt16BE=function(A,e,t){m(this,A,e,!1,t)},r.prototype.writeUInt32LE=function(A,e,t){w(this,A,e,!0,t)},r.prototype.writeUInt32BE=function(A,e,t){w(this,A,e,!1,t)},r.prototype.writeInt8=function(A,e,t){t||(H(null!=A,"missing value"),H(null!=e,"missing offset"),H(e=this.length||(0<=A?this.writeUInt8(A,e,t):this.writeUInt8(255+A+1,e,t))},r.prototype.writeInt16LE=function(A,e,t){Q(this,A,e,!0,t)},r.prototype.writeInt16BE=function(A,e,t){Q(this,A,e,!1,t)},r.prototype.writeInt32LE=function(A,e,t){C(this,A,e,!0,t)},r.prototype.writeInt32BE=function(A,e,t){C(this,A,e,!1,t)},r.prototype.writeFloatLE=function(A,e,t){I(this,A,e,!0,t)},r.prototype.writeFloatBE=function(A,e,t){I(this,A,e,!1,t)},r.prototype.writeDoubleLE=function(A,e,t){y(this,A,e,!0,t)},r.prototype.writeDoubleBE=function(A,e,t){y(this,A,e,!1,t)},r.prototype.fill=function(A,e,t){if(e=e||0,t=t||this.length,H("number"==typeof(A="string"==typeof(A=A||0)?A.charCodeAt(0):A)&&!isNaN(A),"value is not a number"),H(e<=t,"end < start"),t!==e&&0!==this.length){H(0<=e&&e"},r.prototype.toArrayBuffer=function(){if("undefined"==typeof Uint8Array)throw new Error("Buffer.toArrayBuffer not supported in this browser");if(r._useTypedArrays)return new r(this).buffer;for(var A=new Uint8Array(this.length),e=0,t=A.length;e=e.length||r>=A.length);r++)e[r+t]=A[r];return r}function G(A){try{return decodeURIComponent(A)}catch(A){return String.fromCharCode(65533)}}function U(A,e){H("number"==typeof A,"cannot write a non-number as a number"),H(0<=A,"specified a negative value for writing an unsigned value"),H(A<=e,"value is larger than maximum value for type"),H(Math.floor(A)===A,"value has a fractional component")}function T(A,e,t){H("number"==typeof A,"cannot write a non-number as a number"),H(A<=e,"value larger than maximum allowed value"),H(t<=A,"value smaller than minimum allowed value"),H(Math.floor(A)===A,"value has a fractional component")}function R(A,e,t){H("number"==typeof A,"cannot write a non-number as a number"),H(A<=e,"value larger than maximum allowed value"),H(t<=A,"value smaller than minimum allowed value")}function H(A,e){if(!A)throw new Error(e||"Failed assertion")}r._augment=function(A){return A._isBuffer=!0,A._get=A.get,A._set=A.set,A.get=M.get,A.set=M.set,A.write=M.write,A.toString=M.toString,A.toLocaleString=M.toString,A.toJSON=M.toJSON,A.copy=M.copy,A.slice=M.slice,A.readUInt8=M.readUInt8,A.readUInt16LE=M.readUInt16LE,A.readUInt16BE=M.readUInt16BE,A.readUInt32LE=M.readUInt32LE,A.readUInt32BE=M.readUInt32BE,A.readInt8=M.readInt8,A.readInt16LE=M.readInt16LE,A.readInt16BE=M.readInt16BE,A.readInt32LE=M.readInt32LE,A.readInt32BE=M.readInt32BE,A.readFloatLE=M.readFloatLE,A.readFloatBE=M.readFloatBE,A.readDoubleLE=M.readDoubleLE,A.readDoubleBE=M.readDoubleBE,A.writeUInt8=M.writeUInt8,A.writeUInt16LE=M.writeUInt16LE,A.writeUInt16BE=M.writeUInt16BE,A.writeUInt32LE=M.writeUInt32LE,A.writeUInt32BE=M.writeUInt32BE,A.writeInt8=M.writeInt8,A.writeInt16LE=M.writeInt16LE,A.writeInt16BE=M.writeInt16BE,A.writeInt32LE=M.writeInt32LE,A.writeInt32BE=M.writeInt32BE,A.writeFloatLE=M.writeFloatLE,A.writeFloatBE=M.writeFloatBE,A.writeDoubleLE=M.writeDoubleLE,A.writeDoubleBE=M.writeDoubleBE,A.fill=M.fill,A.inspect=M.inspect,A.toArrayBuffer=M.toArrayBuffer,A}}).call(this,A("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},A("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/buffer/index.js","/node_modules/gulp-browserify/node_modules/buffer")},{"base64-js":2,buffer:3,ieee754:10,lYpoI2:11}],4:[function(A,e,t){(function(t,n,r,o,i,a,s,l,c){r=A("buffer").Buffer;var g=new r(4);g.fill(0),e.exports={hash:function(A,e,t,n){for(var o=e(function(A,e){A.length%4!=0&&(t=A.length+(4-A.length%4),A=r.concat([A,g],t));for(var t,n=[],o=e?A.readInt32BE:A.readInt32LE,i=0;id?e=A(e):e.length>5]|=128<>>9<<4)]=e;for(var t=1732584193,n=-271733879,r=-1732584194,o=271733878,i=0;i>>32-r,t)}function p(A,e,t,n,r,o,i){return u(e&t|~e&n,A,e,r,o,i)}function d(A,e,t,n,r,o,i){return u(e&n|t&~n,A,e,r,o,i)}function f(A,e,t,n,r,o,i){return u(e^t^n,A,e,r,o,i)}function E(A,e,t,n,r,o,i){return u(t^(e|~n),A,e,r,o,i)}function h(A,e){var t=(65535&A)+(65535&e);return(A>>16)+(e>>16)+(t>>16)<<16|65535&t}e.exports=function(A){return g.hash(A,B,16)}}).call(this,A("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},A("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/md5.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],7:[function(A,e,t){(function(A,t,n,r,o,i,a,s,l){e.exports=function(A){for(var e,t=new Array(A),n=0;n>>((3&n)<<3)&255;return t}}).call(this,A("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},A("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/rng.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:11}],8:[function(A,e,t){(function(t,n,r,o,i,a,s,l,c){var g=A("./helpers");function B(A,e){A[e>>5]|=128<<24-e%32,A[15+(e+64>>9<<4)]=e;for(var t,n,r,o=Array(80),i=1732584193,a=-271733879,s=-1732584194,l=271733878,c=-1009589776,g=0;g>16)+(e>>16)+(t>>16)<<16|65535&t}function p(A,e){return A<>>32-e}e.exports=function(A){return g.hash(A,B,20,!0)}}).call(this,A("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},A("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],9:[function(A,e,t){(function(t,n,r,o,i,a,s,l,c){function g(A,e){var t=(65535&A)+(65535&e);return(A>>16)+(e>>16)+(t>>16)<<16|65535&t}function B(A,e){var t,n=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),r=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),o=new Array(64);A[e>>5]|=128<<24-e%32,A[15+(e+64>>9<<4)]=e;for(var i,a,s=0;s>>e|A<<32-e},d=function(A,e){return A>>>e};e.exports=function(A){return u.hash(A,B,32,!0)}}).call(this,A("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},A("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha256.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],10:[function(A,e,t){(function(A,e,n,r,o,i,a,s,l){t.read=function(A,e,t,n,r){var o,i,a=8*r-n-1,s=(1<>1,c=-7,g=t?r-1:0,B=t?-1:1;for(r=A[e+g],g+=B,o=r&(1<<-c)-1,r>>=-c,c+=a;0>=-c,c+=n;0>1,g=23===r?Math.pow(2,-24)-Math.pow(2,-77):0,B=n?0:o-1,u=n?1:-1;for(o=e<0||0===e&&1/e<0?1:0,e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,i=l):(i=Math.floor(Math.log(e)/Math.LN2),e*(n=Math.pow(2,-i))<1&&(i--,n*=2),2<=(e+=1<=i+c?g/n:g*Math.pow(2,1-c))*n&&(i++,n/=2),l<=i+c?(a=0,i=l):1<=i+c?(a=(e*n-1)*Math.pow(2,r),i+=c):(a=e*Math.pow(2,c-1)*Math.pow(2,r),i=0));8<=r;A[t+B]=255&a,B+=u,a/=256,r-=8);for(i=i<{"use strict";var e;A.exports=function(A){var t,n="&"+A+";";return(e=e||document.createElement("i")).innerHTML=n,(59!==(t=e.textContent).charCodeAt(t.length-1)||"semi"===A)&&(t!==n&&t)}},97827:(A,e,t)=>{"use strict";const{DOCUMENT_MODE:n}=t(95218),r="html",o=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],i=o.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]),a=["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"],s=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],l=s.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]);function c(A){const e=-1!==A.indexOf('"')?"'":'"';return e+A+e}function g(A,e){for(let t=0;t-1)return n.QUIRKS;let A=null===e?i:o;if(g(t,A))return n.QUIRKS;if(A=null===e?s:l,g(t,A))return n.LIMITED_QUIRKS}return n.NO_QUIRKS},e.serializeContent=function(A,e,t){let n="!DOCTYPE ";return A&&(n+=A),e?n+=" PUBLIC "+c(e):t&&(n+=" SYSTEM"),null!==t&&(n+=" "+c(t)),n}},61445:A=>{"use strict";A.exports={controlCharacterInInputStream:"control-character-in-input-stream",noncharacterInInputStream:"noncharacter-in-input-stream",surrogateInInputStream:"surrogate-in-input-stream",nonVoidHtmlElementStartTagWithTrailingSolidus:"non-void-html-element-start-tag-with-trailing-solidus",endTagWithAttributes:"end-tag-with-attributes",endTagWithTrailingSolidus:"end-tag-with-trailing-solidus",unexpectedSolidusInTag:"unexpected-solidus-in-tag",unexpectedNullCharacter:"unexpected-null-character",unexpectedQuestionMarkInsteadOfTagName:"unexpected-question-mark-instead-of-tag-name",invalidFirstCharacterOfTagName:"invalid-first-character-of-tag-name",unexpectedEqualsSignBeforeAttributeName:"unexpected-equals-sign-before-attribute-name",missingEndTagName:"missing-end-tag-name",unexpectedCharacterInAttributeName:"unexpected-character-in-attribute-name",unknownNamedCharacterReference:"unknown-named-character-reference",missingSemicolonAfterCharacterReference:"missing-semicolon-after-character-reference",unexpectedCharacterAfterDoctypeSystemIdentifier:"unexpected-character-after-doctype-system-identifier",unexpectedCharacterInUnquotedAttributeValue:"unexpected-character-in-unquoted-attribute-value",eofBeforeTagName:"eof-before-tag-name",eofInTag:"eof-in-tag",missingAttributeValue:"missing-attribute-value",missingWhitespaceBetweenAttributes:"missing-whitespace-between-attributes",missingWhitespaceAfterDoctypePublicKeyword:"missing-whitespace-after-doctype-public-keyword",missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers:"missing-whitespace-between-doctype-public-and-system-identifiers",missingWhitespaceAfterDoctypeSystemKeyword:"missing-whitespace-after-doctype-system-keyword",missingQuoteBeforeDoctypePublicIdentifier:"missing-quote-before-doctype-public-identifier",missingQuoteBeforeDoctypeSystemIdentifier:"missing-quote-before-doctype-system-identifier",missingDoctypePublicIdentifier:"missing-doctype-public-identifier",missingDoctypeSystemIdentifier:"missing-doctype-system-identifier",abruptDoctypePublicIdentifier:"abrupt-doctype-public-identifier",abruptDoctypeSystemIdentifier:"abrupt-doctype-system-identifier",cdataInHtmlContent:"cdata-in-html-content",incorrectlyOpenedComment:"incorrectly-opened-comment",eofInScriptHtmlCommentLikeText:"eof-in-script-html-comment-like-text",eofInDoctype:"eof-in-doctype",nestedComment:"nested-comment",abruptClosingOfEmptyComment:"abrupt-closing-of-empty-comment",eofInComment:"eof-in-comment",incorrectlyClosedComment:"incorrectly-closed-comment",eofInCdata:"eof-in-cdata",absenceOfDigitsInNumericCharacterReference:"absence-of-digits-in-numeric-character-reference",nullCharacterReference:"null-character-reference",surrogateCharacterReference:"surrogate-character-reference",characterReferenceOutsideUnicodeRange:"character-reference-outside-unicode-range",controlCharacterReference:"control-character-reference",noncharacterCharacterReference:"noncharacter-character-reference",missingWhitespaceBeforeDoctypeName:"missing-whitespace-before-doctype-name",missingDoctypeName:"missing-doctype-name",invalidCharacterSequenceAfterDoctypeName:"invalid-character-sequence-after-doctype-name",duplicateAttribute:"duplicate-attribute",nonConformingDoctype:"non-conforming-doctype",missingDoctype:"missing-doctype",misplacedDoctype:"misplaced-doctype",endTagWithoutMatchingOpenElement:"end-tag-without-matching-open-element",closingOfElementWithOpenChildElements:"closing-of-element-with-open-child-elements",disallowedContentInNoscriptInHead:"disallowed-content-in-noscript-in-head",openElementsLeftAfterEof:"open-elements-left-after-eof",abandonedHeadElementChild:"abandoned-head-element-child",misplacedStartTagForHeadElement:"misplaced-start-tag-for-head-element",nestedNoscriptInHead:"nested-noscript-in-head",eofInElementThatCanContainOnlyText:"eof-in-element-that-can-contain-only-text"}},52710:(A,e,t)=>{"use strict";const n=t(3183),r=t(95218),o=r.TAG_NAMES,i=r.NAMESPACES,a=r.ATTRS,s={attributename:"attributeName",attributetype:"attributeType",basefrequency:"baseFrequency",baseprofile:"baseProfile",calcmode:"calcMode",clippathunits:"clipPathUnits",diffuseconstant:"diffuseConstant",edgemode:"edgeMode",filterunits:"filterUnits",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",limitingconeangle:"limitingConeAngle",markerheight:"markerHeight",markerunits:"markerUnits",markerwidth:"markerWidth",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",numoctaves:"numOctaves",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",refx:"refX",refy:"refY",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",specularconstant:"specularConstant",specularexponent:"specularExponent",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stitchtiles:"stitchTiles",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textlength:"textLength",viewbox:"viewBox",viewtarget:"viewTarget",xchannelselector:"xChannelSelector",ychannelselector:"yChannelSelector",zoomandpan:"zoomAndPan"},l={"xlink:actuate":{prefix:"xlink",name:"actuate",namespace:i.XLINK},"xlink:arcrole":{prefix:"xlink",name:"arcrole",namespace:i.XLINK},"xlink:href":{prefix:"xlink",name:"href",namespace:i.XLINK},"xlink:role":{prefix:"xlink",name:"role",namespace:i.XLINK},"xlink:show":{prefix:"xlink",name:"show",namespace:i.XLINK},"xlink:title":{prefix:"xlink",name:"title",namespace:i.XLINK},"xlink:type":{prefix:"xlink",name:"type",namespace:i.XLINK},"xml:base":{prefix:"xml",name:"base",namespace:i.XML},"xml:lang":{prefix:"xml",name:"lang",namespace:i.XML},"xml:space":{prefix:"xml",name:"space",namespace:i.XML},xmlns:{prefix:"",name:"xmlns",namespace:i.XMLNS},"xmlns:xlink":{prefix:"xmlns",name:"xlink",namespace:i.XMLNS}},c=e.SVG_TAG_NAMES_ADJUSTMENT_MAP={altglyph:"altGlyph",altglyphdef:"altGlyphDef",altglyphitem:"altGlyphItem",animatecolor:"animateColor",animatemotion:"animateMotion",animatetransform:"animateTransform",clippath:"clipPath",feblend:"feBlend",fecolormatrix:"feColorMatrix",fecomponenttransfer:"feComponentTransfer",fecomposite:"feComposite",feconvolvematrix:"feConvolveMatrix",fediffuselighting:"feDiffuseLighting",fedisplacementmap:"feDisplacementMap",fedistantlight:"feDistantLight",feflood:"feFlood",fefunca:"feFuncA",fefuncb:"feFuncB",fefuncg:"feFuncG",fefuncr:"feFuncR",fegaussianblur:"feGaussianBlur",feimage:"feImage",femerge:"feMerge",femergenode:"feMergeNode",femorphology:"feMorphology",feoffset:"feOffset",fepointlight:"fePointLight",fespecularlighting:"feSpecularLighting",fespotlight:"feSpotLight",fetile:"feTile",feturbulence:"feTurbulence",foreignobject:"foreignObject",glyphref:"glyphRef",lineargradient:"linearGradient",radialgradient:"radialGradient",textpath:"textPath"},g={[o.B]:!0,[o.BIG]:!0,[o.BLOCKQUOTE]:!0,[o.BODY]:!0,[o.BR]:!0,[o.CENTER]:!0,[o.CODE]:!0,[o.DD]:!0,[o.DIV]:!0,[o.DL]:!0,[o.DT]:!0,[o.EM]:!0,[o.EMBED]:!0,[o.H1]:!0,[o.H2]:!0,[o.H3]:!0,[o.H4]:!0,[o.H5]:!0,[o.H6]:!0,[o.HEAD]:!0,[o.HR]:!0,[o.I]:!0,[o.IMG]:!0,[o.LI]:!0,[o.LISTING]:!0,[o.MENU]:!0,[o.META]:!0,[o.NOBR]:!0,[o.OL]:!0,[o.P]:!0,[o.PRE]:!0,[o.RUBY]:!0,[o.S]:!0,[o.SMALL]:!0,[o.SPAN]:!0,[o.STRONG]:!0,[o.STRIKE]:!0,[o.SUB]:!0,[o.SUP]:!0,[o.TABLE]:!0,[o.TT]:!0,[o.U]:!0,[o.UL]:!0,[o.VAR]:!0};e.causesExit=function(A){const e=A.tagName;return!(e!==o.FONT||null===n.getTokenAttr(A,a.COLOR)&&null===n.getTokenAttr(A,a.SIZE)&&null===n.getTokenAttr(A,a.FACE))||g[e]},e.adjustTokenMathMLAttrs=function(A){for(let e=0;e{"use strict";const t=e.NAMESPACES={HTML:"http://www.w3.org/1999/xhtml",MATHML:"http://www.w3.org/1998/Math/MathML",SVG:"http://www.w3.org/2000/svg",XLINK:"http://www.w3.org/1999/xlink",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"};e.ATTRS={TYPE:"type",ACTION:"action",ENCODING:"encoding",PROMPT:"prompt",NAME:"name",COLOR:"color",FACE:"face",SIZE:"size"},e.DOCUMENT_MODE={NO_QUIRKS:"no-quirks",QUIRKS:"quirks",LIMITED_QUIRKS:"limited-quirks"};const n=e.TAG_NAMES={A:"a",ADDRESS:"address",ANNOTATION_XML:"annotation-xml",APPLET:"applet",AREA:"area",ARTICLE:"article",ASIDE:"aside",B:"b",BASE:"base",BASEFONT:"basefont",BGSOUND:"bgsound",BIG:"big",BLOCKQUOTE:"blockquote",BODY:"body",BR:"br",BUTTON:"button",CAPTION:"caption",CENTER:"center",CODE:"code",COL:"col",COLGROUP:"colgroup",DD:"dd",DESC:"desc",DETAILS:"details",DIALOG:"dialog",DIR:"dir",DIV:"div",DL:"dl",DT:"dt",EM:"em",EMBED:"embed",FIELDSET:"fieldset",FIGCAPTION:"figcaption",FIGURE:"figure",FONT:"font",FOOTER:"footer",FOREIGN_OBJECT:"foreignObject",FORM:"form",FRAME:"frame",FRAMESET:"frameset",H1:"h1",H2:"h2",H3:"h3",H4:"h4",H5:"h5",H6:"h6",HEAD:"head",HEADER:"header",HGROUP:"hgroup",HR:"hr",HTML:"html",I:"i",IMG:"img",IMAGE:"image",INPUT:"input",IFRAME:"iframe",KEYGEN:"keygen",LABEL:"label",LI:"li",LINK:"link",LISTING:"listing",MAIN:"main",MALIGNMARK:"malignmark",MARQUEE:"marquee",MATH:"math",MENU:"menu",META:"meta",MGLYPH:"mglyph",MI:"mi",MO:"mo",MN:"mn",MS:"ms",MTEXT:"mtext",NAV:"nav",NOBR:"nobr",NOFRAMES:"noframes",NOEMBED:"noembed",NOSCRIPT:"noscript",OBJECT:"object",OL:"ol",OPTGROUP:"optgroup",OPTION:"option",P:"p",PARAM:"param",PLAINTEXT:"plaintext",PRE:"pre",RB:"rb",RP:"rp",RT:"rt",RTC:"rtc",RUBY:"ruby",S:"s",SCRIPT:"script",SECTION:"section",SELECT:"select",SOURCE:"source",SMALL:"small",SPAN:"span",STRIKE:"strike",STRONG:"strong",STYLE:"style",SUB:"sub",SUMMARY:"summary",SUP:"sup",TABLE:"table",TBODY:"tbody",TEMPLATE:"template",TEXTAREA:"textarea",TFOOT:"tfoot",TD:"td",TH:"th",THEAD:"thead",TITLE:"title",TR:"tr",TRACK:"track",TT:"tt",U:"u",UL:"ul",SVG:"svg",VAR:"var",WBR:"wbr",XMP:"xmp"};e.SPECIAL_ELEMENTS={[t.HTML]:{[n.ADDRESS]:!0,[n.APPLET]:!0,[n.AREA]:!0,[n.ARTICLE]:!0,[n.ASIDE]:!0,[n.BASE]:!0,[n.BASEFONT]:!0,[n.BGSOUND]:!0,[n.BLOCKQUOTE]:!0,[n.BODY]:!0,[n.BR]:!0,[n.BUTTON]:!0,[n.CAPTION]:!0,[n.CENTER]:!0,[n.COL]:!0,[n.COLGROUP]:!0,[n.DD]:!0,[n.DETAILS]:!0,[n.DIR]:!0,[n.DIV]:!0,[n.DL]:!0,[n.DT]:!0,[n.EMBED]:!0,[n.FIELDSET]:!0,[n.FIGCAPTION]:!0,[n.FIGURE]:!0,[n.FOOTER]:!0,[n.FORM]:!0,[n.FRAME]:!0,[n.FRAMESET]:!0,[n.H1]:!0,[n.H2]:!0,[n.H3]:!0,[n.H4]:!0,[n.H5]:!0,[n.H6]:!0,[n.HEAD]:!0,[n.HEADER]:!0,[n.HGROUP]:!0,[n.HR]:!0,[n.HTML]:!0,[n.IFRAME]:!0,[n.IMG]:!0,[n.INPUT]:!0,[n.LI]:!0,[n.LINK]:!0,[n.LISTING]:!0,[n.MAIN]:!0,[n.MARQUEE]:!0,[n.MENU]:!0,[n.META]:!0,[n.NAV]:!0,[n.NOEMBED]:!0,[n.NOFRAMES]:!0,[n.NOSCRIPT]:!0,[n.OBJECT]:!0,[n.OL]:!0,[n.P]:!0,[n.PARAM]:!0,[n.PLAINTEXT]:!0,[n.PRE]:!0,[n.SCRIPT]:!0,[n.SECTION]:!0,[n.SELECT]:!0,[n.SOURCE]:!0,[n.STYLE]:!0,[n.SUMMARY]:!0,[n.TABLE]:!0,[n.TBODY]:!0,[n.TD]:!0,[n.TEMPLATE]:!0,[n.TEXTAREA]:!0,[n.TFOOT]:!0,[n.TH]:!0,[n.THEAD]:!0,[n.TITLE]:!0,[n.TR]:!0,[n.TRACK]:!0,[n.UL]:!0,[n.WBR]:!0,[n.XMP]:!0},[t.MATHML]:{[n.MI]:!0,[n.MO]:!0,[n.MN]:!0,[n.MS]:!0,[n.MTEXT]:!0,[n.ANNOTATION_XML]:!0},[t.SVG]:{[n.TITLE]:!0,[n.FOREIGN_OBJECT]:!0,[n.DESC]:!0}}},13114:(A,e)=>{"use strict";const t=[65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111];e.REPLACEMENT_CHARACTER="�",e.CODE_POINTS={EOF:-1,NULL:0,TABULATION:9,CARRIAGE_RETURN:13,LINE_FEED:10,FORM_FEED:12,SPACE:32,EXCLAMATION_MARK:33,QUOTATION_MARK:34,NUMBER_SIGN:35,AMPERSAND:38,APOSTROPHE:39,HYPHEN_MINUS:45,SOLIDUS:47,DIGIT_0:48,DIGIT_9:57,SEMICOLON:59,LESS_THAN_SIGN:60,EQUALS_SIGN:61,GREATER_THAN_SIGN:62,QUESTION_MARK:63,LATIN_CAPITAL_A:65,LATIN_CAPITAL_F:70,LATIN_CAPITAL_X:88,LATIN_CAPITAL_Z:90,RIGHT_SQUARE_BRACKET:93,GRAVE_ACCENT:96,LATIN_SMALL_A:97,LATIN_SMALL_F:102,LATIN_SMALL_X:120,LATIN_SMALL_Z:122,REPLACEMENT_CHARACTER:65533},e.CODE_POINT_SEQUENCES={DASH_DASH_STRING:[45,45],DOCTYPE_STRING:[68,79,67,84,89,80,69],CDATA_START_STRING:[91,67,68,65,84,65,91],SCRIPT_STRING:[115,99,114,105,112,116],PUBLIC_STRING:[80,85,66,76,73,67],SYSTEM_STRING:[83,89,83,84,69,77]},e.isSurrogate=function(A){return A>=55296&&A<=57343},e.isSurrogatePair=function(A){return A>=56320&&A<=57343},e.getSurrogatePairCodePoint=function(A,e){return 1024*(A-55296)+9216+e},e.isControlCodePoint=function(A){return 32!==A&&10!==A&&13!==A&&9!==A&&12!==A&&A>=1&&A<=31||A>=127&&A<=159},e.isUndefinedCodePoint=function(A){return A>=64976&&A<=65007||t.indexOf(A)>-1}},24369:(A,e,t)=>{"use strict";const n=t(60814);A.exports=class extends n{constructor(A,e){super(A),this.posTracker=null,this.onParseError=e.onParseError}_setErrorLocation(A){A.startLine=A.endLine=this.posTracker.line,A.startCol=A.endCol=this.posTracker.col,A.startOffset=A.endOffset=this.posTracker.offset}_reportError(A){const e={code:A,startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1};this._setErrorLocation(e),this.onParseError(e)}_getOverriddenMethods(A){return{_err(e){A._reportError(e)}}}}},80171:(A,e,t)=>{"use strict";const n=t(24369),r=t(29954),o=t(23454),i=t(60814);A.exports=class extends n{constructor(A,e){super(A,e),this.opts=e,this.ctLoc=null,this.locBeforeToken=!1}_setErrorLocation(A){this.ctLoc&&(A.startLine=this.ctLoc.startLine,A.startCol=this.ctLoc.startCol,A.startOffset=this.ctLoc.startOffset,A.endLine=this.locBeforeToken?this.ctLoc.startLine:this.ctLoc.endLine,A.endCol=this.locBeforeToken?this.ctLoc.startCol:this.ctLoc.endCol,A.endOffset=this.locBeforeToken?this.ctLoc.startOffset:this.ctLoc.endOffset)}_getOverriddenMethods(A,e){return{_bootstrap(t,n){e._bootstrap.call(this,t,n),i.install(this.tokenizer,r,A.opts),i.install(this.tokenizer,o)},_processInputToken(t){A.ctLoc=t.location,e._processInputToken.call(this,t)},_err(e,t){A.locBeforeToken=t&&t.beforeToken,A._reportError(e)}}}}},88184:(A,e,t)=>{"use strict";const n=t(24369),r=t(40279),o=t(60814);A.exports=class extends n{constructor(A,e){super(A,e),this.posTracker=o.install(A,r),this.lastErrOffset=-1}_reportError(A){this.lastErrOffset!==this.posTracker.offset&&(this.lastErrOffset=this.posTracker.offset,super._reportError(A))}}},29954:(A,e,t)=>{"use strict";const n=t(24369),r=t(88184),o=t(60814);A.exports=class extends n{constructor(A,e){super(A,e);const t=o.install(A.preprocessor,r,e);this.posTracker=t.posTracker}}},4007:(A,e,t)=>{"use strict";const n=t(60814);A.exports=class extends n{constructor(A,e){super(A),this.onItemPop=e.onItemPop}_getOverriddenMethods(A,e){return{pop(){A.onItemPop(this.current),e.pop.call(this)},popAllUpToHtmlElement(){for(let e=this.stackTop;e>0;e--)A.onItemPop(this.items[e]);e.popAllUpToHtmlElement.call(this)},remove(t){A.onItemPop(this.current),e.remove.call(this,t)}}}}},39938:(A,e,t)=>{"use strict";const n=t(60814),r=t(3183),o=t(23454),i=t(4007),a=t(95218).TAG_NAMES;A.exports=class extends n{constructor(A){super(A),this.parser=A,this.treeAdapter=this.parser.treeAdapter,this.posTracker=null,this.lastStartTagToken=null,this.lastFosterParentingLocation=null,this.currentToken=null}_setStartLocation(A){let e=null;this.lastStartTagToken&&(e=Object.assign({},this.lastStartTagToken.location),e.startTag=this.lastStartTagToken.location),this.treeAdapter.setNodeSourceCodeLocation(A,e)}_setEndLocation(A,e){if(this.treeAdapter.getNodeSourceCodeLocation(A)&&e.location){const t=e.location,n=this.treeAdapter.getTagName(A),o={};e.type===r.END_TAG_TOKEN&&n===e.tagName?(o.endTag=Object.assign({},t),o.endLine=t.endLine,o.endCol=t.endCol,o.endOffset=t.endOffset):(o.endLine=t.startLine,o.endCol=t.startCol,o.endOffset=t.startOffset),this.treeAdapter.updateNodeSourceCodeLocation(A,o)}}_getOverriddenMethods(A,e){return{_bootstrap(t,r){e._bootstrap.call(this,t,r),A.lastStartTagToken=null,A.lastFosterParentingLocation=null,A.currentToken=null;const a=n.install(this.tokenizer,o);A.posTracker=a.posTracker,n.install(this.openElements,i,{onItemPop:function(e){A._setEndLocation(e,A.currentToken)}})},_runParsingLoop(t){e._runParsingLoop.call(this,t);for(let e=this.openElements.stackTop;e>=0;e--)A._setEndLocation(this.openElements.items[e],A.currentToken)},_processTokenInForeignContent(t){A.currentToken=t,e._processTokenInForeignContent.call(this,t)},_processToken(t){if(A.currentToken=t,e._processToken.call(this,t),t.type===r.END_TAG_TOKEN&&(t.tagName===a.HTML||t.tagName===a.BODY&&this.openElements.hasInScope(a.BODY)))for(let e=this.openElements.stackTop;e>=0;e--){const n=this.openElements.items[e];if(this.treeAdapter.getTagName(n)===t.tagName){A._setEndLocation(n,t);break}}},_setDocumentType(A){e._setDocumentType.call(this,A);const t=this.treeAdapter.getChildNodes(this.document),n=t.length;for(let e=0;e{"use strict";const n=t(60814),r=t(3183),o=t(40279);A.exports=class extends n{constructor(A){super(A),this.tokenizer=A,this.posTracker=n.install(A.preprocessor,o),this.currentAttrLocation=null,this.ctLoc=null}_getCurrentLocation(){return{startLine:this.posTracker.line,startCol:this.posTracker.col,startOffset:this.posTracker.offset,endLine:-1,endCol:-1,endOffset:-1}}_attachCurrentAttrLocationInfo(){this.currentAttrLocation.endLine=this.posTracker.line,this.currentAttrLocation.endCol=this.posTracker.col,this.currentAttrLocation.endOffset=this.posTracker.offset;const A=this.tokenizer.currentToken,e=this.tokenizer.currentAttr;A.location.attrs||(A.location.attrs=Object.create(null)),A.location.attrs[e.name]=this.currentAttrLocation}_getOverriddenMethods(A,e){const t={_createStartTagToken(){e._createStartTagToken.call(this),this.currentToken.location=A.ctLoc},_createEndTagToken(){e._createEndTagToken.call(this),this.currentToken.location=A.ctLoc},_createCommentToken(){e._createCommentToken.call(this),this.currentToken.location=A.ctLoc},_createDoctypeToken(t){e._createDoctypeToken.call(this,t),this.currentToken.location=A.ctLoc},_createCharacterToken(t,n){e._createCharacterToken.call(this,t,n),this.currentCharacterToken.location=A.ctLoc},_createEOFToken(){e._createEOFToken.call(this),this.currentToken.location=A._getCurrentLocation()},_createAttr(t){e._createAttr.call(this,t),A.currentAttrLocation=A._getCurrentLocation()},_leaveAttrName(t){e._leaveAttrName.call(this,t),A._attachCurrentAttrLocationInfo()},_leaveAttrValue(t){e._leaveAttrValue.call(this,t),A._attachCurrentAttrLocationInfo()},_emitCurrentToken(){const t=this.currentToken.location;this.currentCharacterToken&&(this.currentCharacterToken.location.endLine=t.startLine,this.currentCharacterToken.location.endCol=t.startCol,this.currentCharacterToken.location.endOffset=t.startOffset),this.currentToken.type===r.EOF_TOKEN?(t.endLine=t.startLine,t.endCol=t.startCol,t.endOffset=t.startOffset):(t.endLine=A.posTracker.line,t.endCol=A.posTracker.col+1,t.endOffset=A.posTracker.offset+1),e._emitCurrentToken.call(this)},_emitCurrentCharacterToken(){const t=this.currentCharacterToken&&this.currentCharacterToken.location;t&&-1===t.endOffset&&(t.endLine=A.posTracker.line,t.endCol=A.posTracker.col,t.endOffset=A.posTracker.offset),e._emitCurrentCharacterToken.call(this)}};return Object.keys(r.MODE).forEach((n=>{const o=r.MODE[n];t[o]=function(t){A.ctLoc=A._getCurrentLocation(),e[o].call(this,t)}})),t}}},40279:(A,e,t)=>{"use strict";const n=t(60814);A.exports=class extends n{constructor(A){super(A),this.preprocessor=A,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.offset=0,this.col=0,this.line=1}_getOverriddenMethods(A,e){return{advance(){const t=this.pos+1,n=this.html[t];return A.isEol&&(A.isEol=!1,A.line++,A.lineStartPos=t),("\n"===n||"\r"===n&&"\n"!==this.html[t+1])&&(A.isEol=!0),A.col=t-A.lineStartPos+1,A.offset=A.droppedBufferSize+t,e.advance.call(this)},retreat(){e.retreat.call(this),A.isEol=!1,A.col=this.pos-A.lineStartPos+1},dropParsedChunk(){const t=this.pos;e.dropParsedChunk.call(this);const n=t-this.pos;A.lineStartPos-=n,A.droppedBufferSize+=n,A.offset=A.droppedBufferSize+this.pos}}}}},43652:A=>{"use strict";class e{constructor(A){this.length=0,this.entries=[],this.treeAdapter=A,this.bookmark=null}_getNoahArkConditionCandidates(A){const t=[];if(this.length>=3){const n=this.treeAdapter.getAttrList(A).length,r=this.treeAdapter.getTagName(A),o=this.treeAdapter.getNamespaceURI(A);for(let A=this.length-1;A>=0;A--){const i=this.entries[A];if(i.type===e.MARKER_ENTRY)break;const a=i.element,s=this.treeAdapter.getAttrList(a);this.treeAdapter.getTagName(a)===r&&this.treeAdapter.getNamespaceURI(a)===o&&s.length===n&&t.push({idx:A,attrs:s})}}return t.length<3?[]:t}_ensureNoahArkCondition(A){const e=this._getNoahArkConditionCandidates(A);let t=e.length;if(t){const n=this.treeAdapter.getAttrList(A),r=n.length,o=Object.create(null);for(let A=0;A=2;A--)this.entries.splice(e[A].idx,1),this.length--}}insertMarker(){this.entries.push({type:e.MARKER_ENTRY}),this.length++}pushElement(A,t){this._ensureNoahArkCondition(A),this.entries.push({type:e.ELEMENT_ENTRY,element:A,token:t}),this.length++}insertElementAfterBookmark(A,t){let n=this.length-1;for(;n>=0&&this.entries[n]!==this.bookmark;n--);this.entries.splice(n+1,0,{type:e.ELEMENT_ENTRY,element:A,token:t}),this.length++}removeEntry(A){for(let e=this.length-1;e>=0;e--)if(this.entries[e]===A){this.entries.splice(e,1),this.length--;break}}clearToLastMarker(){for(;this.length;){const A=this.entries.pop();if(this.length--,A.type===e.MARKER_ENTRY)break}}getElementEntryInScopeWithTagName(A){for(let t=this.length-1;t>=0;t--){const n=this.entries[t];if(n.type===e.MARKER_ENTRY)return null;if(this.treeAdapter.getTagName(n.element)===A)return n}return null}getElementEntry(A){for(let t=this.length-1;t>=0;t--){const n=this.entries[t];if(n.type===e.ELEMENT_ENTRY&&n.element===A)return n}return null}}e.MARKER_ENTRY="MARKER_ENTRY",e.ELEMENT_ENTRY="ELEMENT_ENTRY",A.exports=e},68834:(A,e,t)=>{"use strict";const n=t(3183),r=t(23203),o=t(43652),i=t(39938),a=t(80171),s=t(60814),l=t(99132),c=t(58395),g=t(97827),B=t(52710),u=t(61445),p=t(13114),d=t(95218),f=d.TAG_NAMES,E=d.NAMESPACES,h=d.ATTRS,m={scriptingEnabled:!0,sourceCodeLocationInfo:!1,onParseError:null,treeAdapter:l},w="hidden",Q=8,C=3,I="INITIAL_MODE",y="BEFORE_HTML_MODE",M="BEFORE_HEAD_MODE",v="IN_HEAD_MODE",F="IN_HEAD_NO_SCRIPT_MODE",Y="AFTER_HEAD_MODE",b="IN_BODY_MODE",D="TEXT_MODE",x="IN_TABLE_MODE",k="IN_TABLE_TEXT_MODE",G="IN_CAPTION_MODE",U="IN_COLUMN_GROUP_MODE",T="IN_TABLE_BODY_MODE",R="IN_ROW_MODE",H="IN_CELL_MODE",N="IN_SELECT_MODE",S="IN_SELECT_IN_TABLE_MODE",P="IN_TEMPLATE_MODE",j="AFTER_BODY_MODE",J="IN_FRAMESET_MODE",V="AFTER_FRAMESET_MODE",O="AFTER_AFTER_BODY_MODE",W="AFTER_AFTER_FRAMESET_MODE",z={[f.TR]:R,[f.TBODY]:T,[f.THEAD]:T,[f.TFOOT]:T,[f.CAPTION]:G,[f.COLGROUP]:U,[f.TABLE]:x,[f.BODY]:b,[f.FRAMESET]:J},L={[f.CAPTION]:x,[f.COLGROUP]:x,[f.TBODY]:x,[f.TFOOT]:x,[f.THEAD]:x,[f.COL]:U,[f.TR]:T,[f.TD]:R,[f.TH]:R},K={[I]:{[n.CHARACTER_TOKEN]:sA,[n.NULL_CHARACTER_TOKEN]:sA,[n.WHITESPACE_CHARACTER_TOKEN]:tA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:function(A,e){A._setDocumentType(e);const t=e.forceQuirks?d.DOCUMENT_MODE.QUIRKS:g.getDocumentMode(e);g.isConforming(e)||A._err(u.nonConformingDoctype),A.treeAdapter.setDocumentMode(A.document,t),A.insertionMode=y},[n.START_TAG_TOKEN]:sA,[n.END_TAG_TOKEN]:sA,[n.EOF_TOKEN]:sA},[y]:{[n.CHARACTER_TOKEN]:lA,[n.NULL_CHARACTER_TOKEN]:lA,[n.WHITESPACE_CHARACTER_TOKEN]:tA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:function(A,e){e.tagName===f.HTML?(A._insertElement(e,E.HTML),A.insertionMode=M):lA(A,e)},[n.END_TAG_TOKEN]:function(A,e){const t=e.tagName;t!==f.HTML&&t!==f.HEAD&&t!==f.BODY&&t!==f.BR||lA(A,e)},[n.EOF_TOKEN]:lA},[M]:{[n.CHARACTER_TOKEN]:cA,[n.NULL_CHARACTER_TOKEN]:cA,[n.WHITESPACE_CHARACTER_TOKEN]:tA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:nA,[n.START_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.HTML?YA(A,e):t===f.HEAD?(A._insertElement(e,E.HTML),A.headElement=A.openElements.current,A.insertionMode=v):cA(A,e)},[n.END_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.HEAD||t===f.BODY||t===f.HTML||t===f.BR?cA(A,e):A._err(u.endTagWithoutMatchingOpenElement)},[n.EOF_TOKEN]:cA},[v]:{[n.CHARACTER_TOKEN]:uA,[n.NULL_CHARACTER_TOKEN]:uA,[n.WHITESPACE_CHARACTER_TOKEN]:iA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:nA,[n.START_TAG_TOKEN]:gA,[n.END_TAG_TOKEN]:BA,[n.EOF_TOKEN]:uA},[F]:{[n.CHARACTER_TOKEN]:pA,[n.NULL_CHARACTER_TOKEN]:pA,[n.WHITESPACE_CHARACTER_TOKEN]:iA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:nA,[n.START_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.HTML?YA(A,e):t===f.BASEFONT||t===f.BGSOUND||t===f.HEAD||t===f.LINK||t===f.META||t===f.NOFRAMES||t===f.STYLE?gA(A,e):t===f.NOSCRIPT?A._err(u.nestedNoscriptInHead):pA(A,e)},[n.END_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.NOSCRIPT?(A.openElements.pop(),A.insertionMode=v):t===f.BR?pA(A,e):A._err(u.endTagWithoutMatchingOpenElement)},[n.EOF_TOKEN]:pA},[Y]:{[n.CHARACTER_TOKEN]:dA,[n.NULL_CHARACTER_TOKEN]:dA,[n.WHITESPACE_CHARACTER_TOKEN]:iA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:nA,[n.START_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.HTML?YA(A,e):t===f.BODY?(A._insertElement(e,E.HTML),A.framesetOk=!1,A.insertionMode=b):t===f.FRAMESET?(A._insertElement(e,E.HTML),A.insertionMode=J):t===f.BASE||t===f.BASEFONT||t===f.BGSOUND||t===f.LINK||t===f.META||t===f.NOFRAMES||t===f.SCRIPT||t===f.STYLE||t===f.TEMPLATE||t===f.TITLE?(A._err(u.abandonedHeadElementChild),A.openElements.push(A.headElement),gA(A,e),A.openElements.remove(A.headElement)):t===f.HEAD?A._err(u.misplacedStartTagForHeadElement):dA(A,e)},[n.END_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.BODY||t===f.HTML||t===f.BR?dA(A,e):t===f.TEMPLATE?BA(A,e):A._err(u.endTagWithoutMatchingOpenElement)},[n.EOF_TOKEN]:dA},[b]:{[n.CHARACTER_TOKEN]:EA,[n.NULL_CHARACTER_TOKEN]:tA,[n.WHITESPACE_CHARACTER_TOKEN]:fA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:YA,[n.END_TAG_TOKEN]:kA,[n.EOF_TOKEN]:GA},[D]:{[n.CHARACTER_TOKEN]:iA,[n.NULL_CHARACTER_TOKEN]:iA,[n.WHITESPACE_CHARACTER_TOKEN]:iA,[n.COMMENT_TOKEN]:tA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:tA,[n.END_TAG_TOKEN]:function(A,e){e.tagName===f.SCRIPT&&(A.pendingScript=A.openElements.current),A.openElements.pop(),A.insertionMode=A.originalInsertionMode},[n.EOF_TOKEN]:function(A,e){A._err(u.eofInElementThatCanContainOnlyText),A.openElements.pop(),A.insertionMode=A.originalInsertionMode,A._processToken(e)}},[x]:{[n.CHARACTER_TOKEN]:UA,[n.NULL_CHARACTER_TOKEN]:UA,[n.WHITESPACE_CHARACTER_TOKEN]:UA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:TA,[n.END_TAG_TOKEN]:RA,[n.EOF_TOKEN]:GA},[k]:{[n.CHARACTER_TOKEN]:function(A,e){A.pendingCharacterTokens.push(e),A.hasNonWhitespacePendingCharacterToken=!0},[n.NULL_CHARACTER_TOKEN]:tA,[n.WHITESPACE_CHARACTER_TOKEN]:function(A,e){A.pendingCharacterTokens.push(e)},[n.COMMENT_TOKEN]:NA,[n.DOCTYPE_TOKEN]:NA,[n.START_TAG_TOKEN]:NA,[n.END_TAG_TOKEN]:NA,[n.EOF_TOKEN]:NA},[G]:{[n.CHARACTER_TOKEN]:EA,[n.NULL_CHARACTER_TOKEN]:tA,[n.WHITESPACE_CHARACTER_TOKEN]:fA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.CAPTION||t===f.COL||t===f.COLGROUP||t===f.TBODY||t===f.TD||t===f.TFOOT||t===f.TH||t===f.THEAD||t===f.TR?A.openElements.hasInTableScope(f.CAPTION)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(f.CAPTION),A.activeFormattingElements.clearToLastMarker(),A.insertionMode=x,A._processToken(e)):YA(A,e)},[n.END_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.CAPTION||t===f.TABLE?A.openElements.hasInTableScope(f.CAPTION)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(f.CAPTION),A.activeFormattingElements.clearToLastMarker(),A.insertionMode=x,t===f.TABLE&&A._processToken(e)):t!==f.BODY&&t!==f.COL&&t!==f.COLGROUP&&t!==f.HTML&&t!==f.TBODY&&t!==f.TD&&t!==f.TFOOT&&t!==f.TH&&t!==f.THEAD&&t!==f.TR&&kA(A,e)},[n.EOF_TOKEN]:GA},[U]:{[n.CHARACTER_TOKEN]:SA,[n.NULL_CHARACTER_TOKEN]:SA,[n.WHITESPACE_CHARACTER_TOKEN]:iA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.HTML?YA(A,e):t===f.COL?(A._appendElement(e,E.HTML),e.ackSelfClosing=!0):t===f.TEMPLATE?gA(A,e):SA(A,e)},[n.END_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.COLGROUP?A.openElements.currentTagName===f.COLGROUP&&(A.openElements.pop(),A.insertionMode=x):t===f.TEMPLATE?BA(A,e):t!==f.COL&&SA(A,e)},[n.EOF_TOKEN]:GA},[T]:{[n.CHARACTER_TOKEN]:UA,[n.NULL_CHARACTER_TOKEN]:UA,[n.WHITESPACE_CHARACTER_TOKEN]:UA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.TR?(A.openElements.clearBackToTableBodyContext(),A._insertElement(e,E.HTML),A.insertionMode=R):t===f.TH||t===f.TD?(A.openElements.clearBackToTableBodyContext(),A._insertFakeElement(f.TR),A.insertionMode=R,A._processToken(e)):t===f.CAPTION||t===f.COL||t===f.COLGROUP||t===f.TBODY||t===f.TFOOT||t===f.THEAD?A.openElements.hasTableBodyContextInTableScope()&&(A.openElements.clearBackToTableBodyContext(),A.openElements.pop(),A.insertionMode=x,A._processToken(e)):TA(A,e)},[n.END_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.TBODY||t===f.TFOOT||t===f.THEAD?A.openElements.hasInTableScope(t)&&(A.openElements.clearBackToTableBodyContext(),A.openElements.pop(),A.insertionMode=x):t===f.TABLE?A.openElements.hasTableBodyContextInTableScope()&&(A.openElements.clearBackToTableBodyContext(),A.openElements.pop(),A.insertionMode=x,A._processToken(e)):(t!==f.BODY&&t!==f.CAPTION&&t!==f.COL&&t!==f.COLGROUP||t!==f.HTML&&t!==f.TD&&t!==f.TH&&t!==f.TR)&&RA(A,e)},[n.EOF_TOKEN]:GA},[R]:{[n.CHARACTER_TOKEN]:UA,[n.NULL_CHARACTER_TOKEN]:UA,[n.WHITESPACE_CHARACTER_TOKEN]:UA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.TH||t===f.TD?(A.openElements.clearBackToTableRowContext(),A._insertElement(e,E.HTML),A.insertionMode=H,A.activeFormattingElements.insertMarker()):t===f.CAPTION||t===f.COL||t===f.COLGROUP||t===f.TBODY||t===f.TFOOT||t===f.THEAD||t===f.TR?A.openElements.hasInTableScope(f.TR)&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=T,A._processToken(e)):TA(A,e)},[n.END_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.TR?A.openElements.hasInTableScope(f.TR)&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=T):t===f.TABLE?A.openElements.hasInTableScope(f.TR)&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=T,A._processToken(e)):t===f.TBODY||t===f.TFOOT||t===f.THEAD?(A.openElements.hasInTableScope(t)||A.openElements.hasInTableScope(f.TR))&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=T,A._processToken(e)):(t!==f.BODY&&t!==f.CAPTION&&t!==f.COL&&t!==f.COLGROUP||t!==f.HTML&&t!==f.TD&&t!==f.TH)&&RA(A,e)},[n.EOF_TOKEN]:GA},[H]:{[n.CHARACTER_TOKEN]:EA,[n.NULL_CHARACTER_TOKEN]:tA,[n.WHITESPACE_CHARACTER_TOKEN]:fA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.CAPTION||t===f.COL||t===f.COLGROUP||t===f.TBODY||t===f.TD||t===f.TFOOT||t===f.TH||t===f.THEAD||t===f.TR?(A.openElements.hasInTableScope(f.TD)||A.openElements.hasInTableScope(f.TH))&&(A._closeTableCell(),A._processToken(e)):YA(A,e)},[n.END_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.TD||t===f.TH?A.openElements.hasInTableScope(t)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(t),A.activeFormattingElements.clearToLastMarker(),A.insertionMode=R):t===f.TABLE||t===f.TBODY||t===f.TFOOT||t===f.THEAD||t===f.TR?A.openElements.hasInTableScope(t)&&(A._closeTableCell(),A._processToken(e)):t!==f.BODY&&t!==f.CAPTION&&t!==f.COL&&t!==f.COLGROUP&&t!==f.HTML&&kA(A,e)},[n.EOF_TOKEN]:GA},[N]:{[n.CHARACTER_TOKEN]:iA,[n.NULL_CHARACTER_TOKEN]:tA,[n.WHITESPACE_CHARACTER_TOKEN]:iA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:PA,[n.END_TAG_TOKEN]:jA,[n.EOF_TOKEN]:GA},[S]:{[n.CHARACTER_TOKEN]:iA,[n.NULL_CHARACTER_TOKEN]:tA,[n.WHITESPACE_CHARACTER_TOKEN]:iA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.CAPTION||t===f.TABLE||t===f.TBODY||t===f.TFOOT||t===f.THEAD||t===f.TR||t===f.TD||t===f.TH?(A.openElements.popUntilTagNamePopped(f.SELECT),A._resetInsertionMode(),A._processToken(e)):PA(A,e)},[n.END_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.CAPTION||t===f.TABLE||t===f.TBODY||t===f.TFOOT||t===f.THEAD||t===f.TR||t===f.TD||t===f.TH?A.openElements.hasInTableScope(t)&&(A.openElements.popUntilTagNamePopped(f.SELECT),A._resetInsertionMode(),A._processToken(e)):jA(A,e)},[n.EOF_TOKEN]:GA},[P]:{[n.CHARACTER_TOKEN]:EA,[n.NULL_CHARACTER_TOKEN]:tA,[n.WHITESPACE_CHARACTER_TOKEN]:fA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:function(A,e){const t=e.tagName;if(t===f.BASE||t===f.BASEFONT||t===f.BGSOUND||t===f.LINK||t===f.META||t===f.NOFRAMES||t===f.SCRIPT||t===f.STYLE||t===f.TEMPLATE||t===f.TITLE)gA(A,e);else{const n=L[t]||b;A._popTmplInsertionMode(),A._pushTmplInsertionMode(n),A.insertionMode=n,A._processToken(e)}},[n.END_TAG_TOKEN]:function(A,e){e.tagName===f.TEMPLATE&&BA(A,e)},[n.EOF_TOKEN]:JA},[j]:{[n.CHARACTER_TOKEN]:VA,[n.NULL_CHARACTER_TOKEN]:VA,[n.WHITESPACE_CHARACTER_TOKEN]:fA,[n.COMMENT_TOKEN]:function(A,e){A._appendCommentNode(e,A.openElements.items[0])},[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:function(A,e){e.tagName===f.HTML?YA(A,e):VA(A,e)},[n.END_TAG_TOKEN]:function(A,e){e.tagName===f.HTML?A.fragmentContext||(A.insertionMode=O):VA(A,e)},[n.EOF_TOKEN]:aA},[J]:{[n.CHARACTER_TOKEN]:tA,[n.NULL_CHARACTER_TOKEN]:tA,[n.WHITESPACE_CHARACTER_TOKEN]:iA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.HTML?YA(A,e):t===f.FRAMESET?A._insertElement(e,E.HTML):t===f.FRAME?(A._appendElement(e,E.HTML),e.ackSelfClosing=!0):t===f.NOFRAMES&&gA(A,e)},[n.END_TAG_TOKEN]:function(A,e){e.tagName!==f.FRAMESET||A.openElements.isRootHtmlElementCurrent()||(A.openElements.pop(),A.fragmentContext||A.openElements.currentTagName===f.FRAMESET||(A.insertionMode=V))},[n.EOF_TOKEN]:aA},[V]:{[n.CHARACTER_TOKEN]:tA,[n.NULL_CHARACTER_TOKEN]:tA,[n.WHITESPACE_CHARACTER_TOKEN]:iA,[n.COMMENT_TOKEN]:rA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.HTML?YA(A,e):t===f.NOFRAMES&&gA(A,e)},[n.END_TAG_TOKEN]:function(A,e){e.tagName===f.HTML&&(A.insertionMode=W)},[n.EOF_TOKEN]:aA},[O]:{[n.CHARACTER_TOKEN]:OA,[n.NULL_CHARACTER_TOKEN]:OA,[n.WHITESPACE_CHARACTER_TOKEN]:fA,[n.COMMENT_TOKEN]:oA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:function(A,e){e.tagName===f.HTML?YA(A,e):OA(A,e)},[n.END_TAG_TOKEN]:OA,[n.EOF_TOKEN]:aA},[W]:{[n.CHARACTER_TOKEN]:tA,[n.NULL_CHARACTER_TOKEN]:tA,[n.WHITESPACE_CHARACTER_TOKEN]:fA,[n.COMMENT_TOKEN]:oA,[n.DOCTYPE_TOKEN]:tA,[n.START_TAG_TOKEN]:function(A,e){const t=e.tagName;t===f.HTML?YA(A,e):t===f.NOFRAMES&&gA(A,e)},[n.END_TAG_TOKEN]:tA,[n.EOF_TOKEN]:aA}};function Z(A,e){let t=A.activeFormattingElements.getElementEntryInScopeWithTagName(e.tagName);return t?A.openElements.contains(t.element)?A.openElements.hasInScope(e.tagName)||(t=null):(A.activeFormattingElements.removeEntry(t),t=null):xA(A,e),t}function X(A,e){let t=null;for(let n=A.openElements.stackTop;n>=0;n--){const r=A.openElements.items[n];if(r===e.element)break;A._isSpecialElement(r)&&(t=r)}return t||(A.openElements.popUntilElementPopped(e.element),A.activeFormattingElements.removeEntry(e)),t}function q(A,e,t){let n=e,r=A.openElements.getCommonAncestor(e);for(let o=0,i=r;i!==t;o++,i=r){r=A.openElements.getCommonAncestor(i);const t=A.activeFormattingElements.getElementEntry(i),a=t&&o>=C;!t||a?(a&&A.activeFormattingElements.removeEntry(t),A.openElements.remove(i)):(i=_(A,t),n===e&&(A.activeFormattingElements.bookmark=t),A.treeAdapter.detachNode(n),A.treeAdapter.appendChild(i,n),n=i)}return n}function _(A,e){const t=A.treeAdapter.getNamespaceURI(e.element),n=A.treeAdapter.createElement(e.token.tagName,t,e.token.attrs);return A.openElements.replace(e.element,n),e.element=n,n}function $(A,e,t){if(A._isElementCausesFosterParenting(e))A._fosterParentElement(t);else{const n=A.treeAdapter.getTagName(e),r=A.treeAdapter.getNamespaceURI(e);n===f.TEMPLATE&&r===E.HTML&&(e=A.treeAdapter.getTemplateContent(e)),A.treeAdapter.appendChild(e,t)}}function AA(A,e,t){const n=A.treeAdapter.getNamespaceURI(t.element),r=t.token,o=A.treeAdapter.createElement(r.tagName,n,r.attrs);A._adoptNodes(e,o),A.treeAdapter.appendChild(e,o),A.activeFormattingElements.insertElementAfterBookmark(o,t.token),A.activeFormattingElements.removeEntry(t),A.openElements.remove(t.element),A.openElements.insertAfter(e,o)}function eA(A,e){let t;for(let n=0;n0?(A.openElements.generateImpliedEndTagsThoroughly(),A.openElements.currentTagName!==f.TEMPLATE&&A._err(u.closingOfElementWithOpenChildElements),A.openElements.popUntilTagNamePopped(f.TEMPLATE),A.activeFormattingElements.clearToLastMarker(),A._popTmplInsertionMode(),A._resetInsertionMode()):A._err(u.endTagWithoutMatchingOpenElement)}function uA(A,e){A.openElements.pop(),A.insertionMode=Y,A._processToken(e)}function pA(A,e){const t=e.type===n.EOF_TOKEN?u.openElementsLeftAfterEof:u.disallowedContentInNoscriptInHead;A._err(t),A.openElements.pop(),A.insertionMode=v,A._processToken(e)}function dA(A,e){A._insertFakeElement(f.BODY),A.insertionMode=b,A._processToken(e)}function fA(A,e){A._reconstructActiveFormattingElements(),A._insertCharacters(e)}function EA(A,e){A._reconstructActiveFormattingElements(),A._insertCharacters(e),A.framesetOk=!1}function hA(A,e){A.openElements.hasInButtonScope(f.P)&&A._closePElement(),A._insertElement(e,E.HTML)}function mA(A,e){A.openElements.hasInButtonScope(f.P)&&A._closePElement(),A._insertElement(e,E.HTML),A.skipNextNewLine=!0,A.framesetOk=!1}function wA(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,E.HTML),A.activeFormattingElements.pushElement(A.openElements.current,e)}function QA(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,E.HTML),A.activeFormattingElements.insertMarker(),A.framesetOk=!1}function CA(A,e){A._reconstructActiveFormattingElements(),A._appendElement(e,E.HTML),A.framesetOk=!1,e.ackSelfClosing=!0}function IA(A,e){A._appendElement(e,E.HTML),e.ackSelfClosing=!0}function yA(A,e){A._switchToTextParsing(e,n.MODE.RAWTEXT)}function MA(A,e){A.openElements.currentTagName===f.OPTION&&A.openElements.pop(),A._reconstructActiveFormattingElements(),A._insertElement(e,E.HTML)}function vA(A,e){A.openElements.hasInScope(f.RUBY)&&A.openElements.generateImpliedEndTags(),A._insertElement(e,E.HTML)}function FA(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,E.HTML)}function YA(A,e){const t=e.tagName;switch(t.length){case 1:t===f.I||t===f.S||t===f.B||t===f.U?wA(A,e):t===f.P?hA(A,e):t===f.A?function(A,e){const t=A.activeFormattingElements.getElementEntryInScopeWithTagName(f.A);t&&(eA(A,e),A.openElements.remove(t.element),A.activeFormattingElements.removeEntry(t)),A._reconstructActiveFormattingElements(),A._insertElement(e,E.HTML),A.activeFormattingElements.pushElement(A.openElements.current,e)}(A,e):FA(A,e);break;case 2:t===f.DL||t===f.OL||t===f.UL?hA(A,e):t===f.H1||t===f.H2||t===f.H3||t===f.H4||t===f.H5||t===f.H6?function(A,e){A.openElements.hasInButtonScope(f.P)&&A._closePElement();const t=A.openElements.currentTagName;t!==f.H1&&t!==f.H2&&t!==f.H3&&t!==f.H4&&t!==f.H5&&t!==f.H6||A.openElements.pop(),A._insertElement(e,E.HTML)}(A,e):t===f.LI||t===f.DD||t===f.DT?function(A,e){A.framesetOk=!1;const t=e.tagName;for(let e=A.openElements.stackTop;e>=0;e--){const n=A.openElements.items[e],r=A.treeAdapter.getTagName(n);let o=null;if(t===f.LI&&r===f.LI?o=f.LI:t!==f.DD&&t!==f.DT||r!==f.DD&&r!==f.DT||(o=r),o){A.openElements.generateImpliedEndTagsWithExclusion(o),A.openElements.popUntilTagNamePopped(o);break}if(r!==f.ADDRESS&&r!==f.DIV&&r!==f.P&&A._isSpecialElement(n))break}A.openElements.hasInButtonScope(f.P)&&A._closePElement(),A._insertElement(e,E.HTML)}(A,e):t===f.EM||t===f.TT?wA(A,e):t===f.BR?CA(A,e):t===f.HR?function(A,e){A.openElements.hasInButtonScope(f.P)&&A._closePElement(),A._appendElement(e,E.HTML),A.framesetOk=!1,e.ackSelfClosing=!0}(A,e):t===f.RB?vA(A,e):t===f.RT||t===f.RP?function(A,e){A.openElements.hasInScope(f.RUBY)&&A.openElements.generateImpliedEndTagsWithExclusion(f.RTC),A._insertElement(e,E.HTML)}(A,e):t!==f.TH&&t!==f.TD&&t!==f.TR&&FA(A,e);break;case 3:t===f.DIV||t===f.DIR||t===f.NAV?hA(A,e):t===f.PRE?mA(A,e):t===f.BIG?wA(A,e):t===f.IMG||t===f.WBR?CA(A,e):t===f.XMP?function(A,e){A.openElements.hasInButtonScope(f.P)&&A._closePElement(),A._reconstructActiveFormattingElements(),A.framesetOk=!1,A._switchToTextParsing(e,n.MODE.RAWTEXT)}(A,e):t===f.SVG?function(A,e){A._reconstructActiveFormattingElements(),B.adjustTokenSVGAttrs(e),B.adjustTokenXMLAttrs(e),e.selfClosing?A._appendElement(e,E.SVG):A._insertElement(e,E.SVG),e.ackSelfClosing=!0}(A,e):t===f.RTC?vA(A,e):t!==f.COL&&FA(A,e);break;case 4:t===f.HTML?function(A,e){0===A.openElements.tmplCount&&A.treeAdapter.adoptAttributes(A.openElements.items[0],e.attrs)}(A,e):t===f.BASE||t===f.LINK||t===f.META?gA(A,e):t===f.BODY?function(A,e){const t=A.openElements.tryPeekProperlyNestedBodyElement();t&&0===A.openElements.tmplCount&&(A.framesetOk=!1,A.treeAdapter.adoptAttributes(t,e.attrs))}(A,e):t===f.MAIN||t===f.MENU?hA(A,e):t===f.FORM?function(A,e){const t=A.openElements.tmplCount>0;A.formElement&&!t||(A.openElements.hasInButtonScope(f.P)&&A._closePElement(),A._insertElement(e,E.HTML),t||(A.formElement=A.openElements.current))}(A,e):t===f.CODE||t===f.FONT?wA(A,e):t===f.NOBR?function(A,e){A._reconstructActiveFormattingElements(),A.openElements.hasInScope(f.NOBR)&&(eA(A,e),A._reconstructActiveFormattingElements()),A._insertElement(e,E.HTML),A.activeFormattingElements.pushElement(A.openElements.current,e)}(A,e):t===f.AREA?CA(A,e):t===f.MATH?function(A,e){A._reconstructActiveFormattingElements(),B.adjustTokenMathMLAttrs(e),B.adjustTokenXMLAttrs(e),e.selfClosing?A._appendElement(e,E.MATHML):A._insertElement(e,E.MATHML),e.ackSelfClosing=!0}(A,e):t===f.MENU?function(A,e){A.openElements.hasInButtonScope(f.P)&&A._closePElement(),A._insertElement(e,E.HTML)}(A,e):t!==f.HEAD&&FA(A,e);break;case 5:t===f.STYLE||t===f.TITLE?gA(A,e):t===f.ASIDE?hA(A,e):t===f.SMALL?wA(A,e):t===f.TABLE?function(A,e){A.treeAdapter.getDocumentMode(A.document)!==d.DOCUMENT_MODE.QUIRKS&&A.openElements.hasInButtonScope(f.P)&&A._closePElement(),A._insertElement(e,E.HTML),A.framesetOk=!1,A.insertionMode=x}(A,e):t===f.EMBED?CA(A,e):t===f.INPUT?function(A,e){A._reconstructActiveFormattingElements(),A._appendElement(e,E.HTML);const t=n.getTokenAttr(e,h.TYPE);t&&t.toLowerCase()===w||(A.framesetOk=!1),e.ackSelfClosing=!0}(A,e):t===f.PARAM||t===f.TRACK?IA(A,e):t===f.IMAGE?function(A,e){e.tagName=f.IMG,CA(A,e)}(A,e):t!==f.FRAME&&t!==f.TBODY&&t!==f.TFOOT&&t!==f.THEAD&&FA(A,e);break;case 6:t===f.SCRIPT?gA(A,e):t===f.CENTER||t===f.FIGURE||t===f.FOOTER||t===f.HEADER||t===f.HGROUP||t===f.DIALOG?hA(A,e):t===f.BUTTON?function(A,e){A.openElements.hasInScope(f.BUTTON)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(f.BUTTON)),A._reconstructActiveFormattingElements(),A._insertElement(e,E.HTML),A.framesetOk=!1}(A,e):t===f.STRIKE||t===f.STRONG?wA(A,e):t===f.APPLET||t===f.OBJECT?QA(A,e):t===f.KEYGEN?CA(A,e):t===f.SOURCE?IA(A,e):t===f.IFRAME?function(A,e){A.framesetOk=!1,A._switchToTextParsing(e,n.MODE.RAWTEXT)}(A,e):t===f.SELECT?function(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,E.HTML),A.framesetOk=!1,A.insertionMode===x||A.insertionMode===G||A.insertionMode===T||A.insertionMode===R||A.insertionMode===H?A.insertionMode=S:A.insertionMode=N}(A,e):t===f.OPTION?MA(A,e):FA(A,e);break;case 7:t===f.BGSOUND?gA(A,e):t===f.DETAILS||t===f.ADDRESS||t===f.ARTICLE||t===f.SECTION||t===f.SUMMARY?hA(A,e):t===f.LISTING?mA(A,e):t===f.MARQUEE?QA(A,e):t===f.NOEMBED?yA(A,e):t!==f.CAPTION&&FA(A,e);break;case 8:t===f.BASEFONT?gA(A,e):t===f.FRAMESET?function(A,e){const t=A.openElements.tryPeekProperlyNestedBodyElement();A.framesetOk&&t&&(A.treeAdapter.detachNode(t),A.openElements.popAllUpToHtmlElement(),A._insertElement(e,E.HTML),A.insertionMode=J)}(A,e):t===f.FIELDSET?hA(A,e):t===f.TEXTAREA?function(A,e){A._insertElement(e,E.HTML),A.skipNextNewLine=!0,A.tokenizer.state=n.MODE.RCDATA,A.originalInsertionMode=A.insertionMode,A.framesetOk=!1,A.insertionMode=D}(A,e):t===f.TEMPLATE?gA(A,e):t===f.NOSCRIPT?A.options.scriptingEnabled?yA(A,e):FA(A,e):t===f.OPTGROUP?MA(A,e):t!==f.COLGROUP&&FA(A,e);break;case 9:t===f.PLAINTEXT?function(A,e){A.openElements.hasInButtonScope(f.P)&&A._closePElement(),A._insertElement(e,E.HTML),A.tokenizer.state=n.MODE.PLAINTEXT}(A,e):FA(A,e);break;case 10:t===f.BLOCKQUOTE||t===f.FIGCAPTION?hA(A,e):FA(A,e);break;default:FA(A,e)}}function bA(A,e){const t=e.tagName;A.openElements.hasInScope(t)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(t))}function DA(A,e){const t=e.tagName;A.openElements.hasInScope(t)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(t),A.activeFormattingElements.clearToLastMarker())}function xA(A,e){const t=e.tagName;for(let e=A.openElements.stackTop;e>0;e--){const n=A.openElements.items[e];if(A.treeAdapter.getTagName(n)===t){A.openElements.generateImpliedEndTagsWithExclusion(t),A.openElements.popUntilElementPopped(n);break}if(A._isSpecialElement(n))break}}function kA(A,e){const t=e.tagName;switch(t.length){case 1:t===f.A||t===f.B||t===f.I||t===f.S||t===f.U?eA(A,e):t===f.P?function(A){A.openElements.hasInButtonScope(f.P)||A._insertFakeElement(f.P),A._closePElement()}(A):xA(A,e);break;case 2:t===f.DL||t===f.UL||t===f.OL?bA(A,e):t===f.LI?function(A){A.openElements.hasInListItemScope(f.LI)&&(A.openElements.generateImpliedEndTagsWithExclusion(f.LI),A.openElements.popUntilTagNamePopped(f.LI))}(A):t===f.DD||t===f.DT?function(A,e){const t=e.tagName;A.openElements.hasInScope(t)&&(A.openElements.generateImpliedEndTagsWithExclusion(t),A.openElements.popUntilTagNamePopped(t))}(A,e):t===f.H1||t===f.H2||t===f.H3||t===f.H4||t===f.H5||t===f.H6?function(A){A.openElements.hasNumberedHeaderInScope()&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilNumberedHeaderPopped())}(A):t===f.BR?function(A){A._reconstructActiveFormattingElements(),A._insertFakeElement(f.BR),A.openElements.pop(),A.framesetOk=!1}(A):t===f.EM||t===f.TT?eA(A,e):xA(A,e);break;case 3:t===f.BIG?eA(A,e):t===f.DIR||t===f.DIV||t===f.NAV||t===f.PRE?bA(A,e):xA(A,e);break;case 4:t===f.BODY?function(A){A.openElements.hasInScope(f.BODY)&&(A.insertionMode=j)}(A):t===f.HTML?function(A,e){A.openElements.hasInScope(f.BODY)&&(A.insertionMode=j,A._processToken(e))}(A,e):t===f.FORM?function(A){const e=A.openElements.tmplCount>0,t=A.formElement;e||(A.formElement=null),(t||e)&&A.openElements.hasInScope(f.FORM)&&(A.openElements.generateImpliedEndTags(),e?A.openElements.popUntilTagNamePopped(f.FORM):A.openElements.remove(t))}(A):t===f.CODE||t===f.FONT||t===f.NOBR?eA(A,e):t===f.MAIN||t===f.MENU?bA(A,e):xA(A,e);break;case 5:t===f.ASIDE?bA(A,e):t===f.SMALL?eA(A,e):xA(A,e);break;case 6:t===f.CENTER||t===f.FIGURE||t===f.FOOTER||t===f.HEADER||t===f.HGROUP||t===f.DIALOG?bA(A,e):t===f.APPLET||t===f.OBJECT?DA(A,e):t===f.STRIKE||t===f.STRONG?eA(A,e):xA(A,e);break;case 7:t===f.ADDRESS||t===f.ARTICLE||t===f.DETAILS||t===f.SECTION||t===f.SUMMARY||t===f.LISTING?bA(A,e):t===f.MARQUEE?DA(A,e):xA(A,e);break;case 8:t===f.FIELDSET?bA(A,e):t===f.TEMPLATE?BA(A,e):xA(A,e);break;case 10:t===f.BLOCKQUOTE||t===f.FIGCAPTION?bA(A,e):xA(A,e);break;default:xA(A,e)}}function GA(A,e){A.tmplInsertionModeStackTop>-1?JA(A,e):A.stopped=!0}function UA(A,e){const t=A.openElements.currentTagName;t===f.TABLE||t===f.TBODY||t===f.TFOOT||t===f.THEAD||t===f.TR?(A.pendingCharacterTokens=[],A.hasNonWhitespacePendingCharacterToken=!1,A.originalInsertionMode=A.insertionMode,A.insertionMode=k,A._processToken(e)):HA(A,e)}function TA(A,e){const t=e.tagName;switch(t.length){case 2:t===f.TD||t===f.TH||t===f.TR?function(A,e){A.openElements.clearBackToTableContext(),A._insertFakeElement(f.TBODY),A.insertionMode=T,A._processToken(e)}(A,e):HA(A,e);break;case 3:t===f.COL?function(A,e){A.openElements.clearBackToTableContext(),A._insertFakeElement(f.COLGROUP),A.insertionMode=U,A._processToken(e)}(A,e):HA(A,e);break;case 4:t===f.FORM?function(A,e){A.formElement||0!==A.openElements.tmplCount||(A._insertElement(e,E.HTML),A.formElement=A.openElements.current,A.openElements.pop())}(A,e):HA(A,e);break;case 5:t===f.TABLE?function(A,e){A.openElements.hasInTableScope(f.TABLE)&&(A.openElements.popUntilTagNamePopped(f.TABLE),A._resetInsertionMode(),A._processToken(e))}(A,e):t===f.STYLE?gA(A,e):t===f.TBODY||t===f.TFOOT||t===f.THEAD?function(A,e){A.openElements.clearBackToTableContext(),A._insertElement(e,E.HTML),A.insertionMode=T}(A,e):t===f.INPUT?function(A,e){const t=n.getTokenAttr(e,h.TYPE);t&&t.toLowerCase()===w?A._appendElement(e,E.HTML):HA(A,e),e.ackSelfClosing=!0}(A,e):HA(A,e);break;case 6:t===f.SCRIPT?gA(A,e):HA(A,e);break;case 7:t===f.CAPTION?function(A,e){A.openElements.clearBackToTableContext(),A.activeFormattingElements.insertMarker(),A._insertElement(e,E.HTML),A.insertionMode=G}(A,e):HA(A,e);break;case 8:t===f.COLGROUP?function(A,e){A.openElements.clearBackToTableContext(),A._insertElement(e,E.HTML),A.insertionMode=U}(A,e):t===f.TEMPLATE?gA(A,e):HA(A,e);break;default:HA(A,e)}}function RA(A,e){const t=e.tagName;t===f.TABLE?A.openElements.hasInTableScope(f.TABLE)&&(A.openElements.popUntilTagNamePopped(f.TABLE),A._resetInsertionMode()):t===f.TEMPLATE?BA(A,e):t!==f.BODY&&t!==f.CAPTION&&t!==f.COL&&t!==f.COLGROUP&&t!==f.HTML&&t!==f.TBODY&&t!==f.TD&&t!==f.TFOOT&&t!==f.TH&&t!==f.THEAD&&t!==f.TR&&HA(A,e)}function HA(A,e){const t=A.fosterParentingEnabled;A.fosterParentingEnabled=!0,A._processTokenInBodyMode(e),A.fosterParentingEnabled=t}function NA(A,e){let t=0;if(A.hasNonWhitespacePendingCharacterToken)for(;t0?(A.openElements.popUntilTagNamePopped(f.TEMPLATE),A.activeFormattingElements.clearToLastMarker(),A._popTmplInsertionMode(),A._resetInsertionMode(),A._processToken(e)):A.stopped=!0}function VA(A,e){A.insertionMode=b,A._processToken(e)}function OA(A,e){A.insertionMode=b,A._processToken(e)}A.exports=class{constructor(A){this.options=c(m,A),this.treeAdapter=this.options.treeAdapter,this.pendingScript=null,this.options.sourceCodeLocationInfo&&s.install(this,i),this.options.onParseError&&s.install(this,a,{onParseError:this.options.onParseError})}parse(A){const e=this.treeAdapter.createDocument();return this._bootstrap(e,null),this.tokenizer.write(A,!0),this._runParsingLoop(null),e}parseFragment(A,e){e||(e=this.treeAdapter.createElement(f.TEMPLATE,E.HTML,[]));const t=this.treeAdapter.createElement("documentmock",E.HTML,[]);this._bootstrap(t,e),this.treeAdapter.getTagName(e)===f.TEMPLATE&&this._pushTmplInsertionMode(P),this._initTokenizerForFragmentParsing(),this._insertFakeRootElement(),this._resetInsertionMode(),this._findFormInFragmentContext(),this.tokenizer.write(A,!0),this._runParsingLoop(null);const n=this.treeAdapter.getFirstChild(t),r=this.treeAdapter.createDocumentFragment();return this._adoptNodes(n,r),r}_bootstrap(A,e){this.tokenizer=new n(this.options),this.stopped=!1,this.insertionMode=I,this.originalInsertionMode="",this.document=A,this.fragmentContext=e,this.headElement=null,this.formElement=null,this.openElements=new r(this.document,this.treeAdapter),this.activeFormattingElements=new o(this.treeAdapter),this.tmplInsertionModeStack=[],this.tmplInsertionModeStackTop=-1,this.currentTmplInsertionMode=null,this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1}_err(){}_runParsingLoop(A){for(;!this.stopped;){this._setupTokenizerCDATAMode();const e=this.tokenizer.getNextToken();if(e.type===n.HIBERNATION_TOKEN)break;if(this.skipNextNewLine&&(this.skipNextNewLine=!1,e.type===n.WHITESPACE_CHARACTER_TOKEN&&"\n"===e.chars[0])){if(1===e.chars.length)continue;e.chars=e.chars.substr(1)}if(this._processInputToken(e),A&&this.pendingScript)break}}runParsingLoopForCurrentChunk(A,e){if(this._runParsingLoop(e),e&&this.pendingScript){const A=this.pendingScript;return this.pendingScript=null,void e(A)}A&&A()}_setupTokenizerCDATAMode(){const A=this._getAdjustedCurrentElement();this.tokenizer.allowCDATA=A&&A!==this.document&&this.treeAdapter.getNamespaceURI(A)!==E.HTML&&!this._isIntegrationPoint(A)}_switchToTextParsing(A,e){this._insertElement(A,E.HTML),this.tokenizer.state=e,this.originalInsertionMode=this.insertionMode,this.insertionMode=D}switchToPlaintextParsing(){this.insertionMode=D,this.originalInsertionMode=b,this.tokenizer.state=n.MODE.PLAINTEXT}_getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let A=this.fragmentContext;do{if(this.treeAdapter.getTagName(A)===f.FORM){this.formElement=A;break}A=this.treeAdapter.getParentNode(A)}while(A)}_initTokenizerForFragmentParsing(){if(this.treeAdapter.getNamespaceURI(this.fragmentContext)===E.HTML){const A=this.treeAdapter.getTagName(this.fragmentContext);A===f.TITLE||A===f.TEXTAREA?this.tokenizer.state=n.MODE.RCDATA:A===f.STYLE||A===f.XMP||A===f.IFRAME||A===f.NOEMBED||A===f.NOFRAMES||A===f.NOSCRIPT?this.tokenizer.state=n.MODE.RAWTEXT:A===f.SCRIPT?this.tokenizer.state=n.MODE.SCRIPT_DATA:A===f.PLAINTEXT&&(this.tokenizer.state=n.MODE.PLAINTEXT)}}_setDocumentType(A){const e=A.name||"",t=A.publicId||"",n=A.systemId||"";this.treeAdapter.setDocumentType(this.document,e,t,n)}_attachElementToTree(A){if(this._shouldFosterParentOnInsertion())this._fosterParentElement(A);else{const e=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.appendChild(e,A)}}_appendElement(A,e){const t=this.treeAdapter.createElement(A.tagName,e,A.attrs);this._attachElementToTree(t)}_insertElement(A,e){const t=this.treeAdapter.createElement(A.tagName,e,A.attrs);this._attachElementToTree(t),this.openElements.push(t)}_insertFakeElement(A){const e=this.treeAdapter.createElement(A,E.HTML,[]);this._attachElementToTree(e),this.openElements.push(e)}_insertTemplate(A){const e=this.treeAdapter.createElement(A.tagName,E.HTML,A.attrs),t=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(e,t),this._attachElementToTree(e),this.openElements.push(e)}_insertFakeRootElement(){const A=this.treeAdapter.createElement(f.HTML,E.HTML,[]);this.treeAdapter.appendChild(this.openElements.current,A),this.openElements.push(A)}_appendCommentNode(A,e){const t=this.treeAdapter.createCommentNode(A.data);this.treeAdapter.appendChild(e,t)}_insertCharacters(A){if(this._shouldFosterParentOnInsertion())this._fosterParentText(A.chars);else{const e=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.insertText(e,A.chars)}}_adoptNodes(A,e){for(let t=this.treeAdapter.getFirstChild(A);t;t=this.treeAdapter.getFirstChild(A))this.treeAdapter.detachNode(t),this.treeAdapter.appendChild(e,t)}_shouldProcessTokenInForeignContent(A){const e=this._getAdjustedCurrentElement();if(!e||e===this.document)return!1;const t=this.treeAdapter.getNamespaceURI(e);if(t===E.HTML)return!1;if(this.treeAdapter.getTagName(e)===f.ANNOTATION_XML&&t===E.MATHML&&A.type===n.START_TAG_TOKEN&&A.tagName===f.SVG)return!1;const r=A.type===n.CHARACTER_TOKEN||A.type===n.NULL_CHARACTER_TOKEN||A.type===n.WHITESPACE_CHARACTER_TOKEN;return!((A.type===n.START_TAG_TOKEN&&A.tagName!==f.MGLYPH&&A.tagName!==f.MALIGNMARK||r)&&this._isIntegrationPoint(e,E.MATHML)||(A.type===n.START_TAG_TOKEN||r)&&this._isIntegrationPoint(e,E.HTML)||A.type===n.EOF_TOKEN)}_processToken(A){K[this.insertionMode][A.type](this,A)}_processTokenInBodyMode(A){K[b][A.type](this,A)}_processTokenInForeignContent(A){A.type===n.CHARACTER_TOKEN?function(A,e){A._insertCharacters(e),A.framesetOk=!1}(this,A):A.type===n.NULL_CHARACTER_TOKEN?function(A,e){e.chars=p.REPLACEMENT_CHARACTER,A._insertCharacters(e)}(this,A):A.type===n.WHITESPACE_CHARACTER_TOKEN?iA(this,A):A.type===n.COMMENT_TOKEN?rA(this,A):A.type===n.START_TAG_TOKEN?function(A,e){if(B.causesExit(e)&&!A.fragmentContext){for(;A.treeAdapter.getNamespaceURI(A.openElements.current)!==E.HTML&&!A._isIntegrationPoint(A.openElements.current);)A.openElements.pop();A._processToken(e)}else{const t=A._getAdjustedCurrentElement(),n=A.treeAdapter.getNamespaceURI(t);n===E.MATHML?B.adjustTokenMathMLAttrs(e):n===E.SVG&&(B.adjustTokenSVGTagName(e),B.adjustTokenSVGAttrs(e)),B.adjustTokenXMLAttrs(e),e.selfClosing?A._appendElement(e,n):A._insertElement(e,n),e.ackSelfClosing=!0}}(this,A):A.type===n.END_TAG_TOKEN&&function(A,e){for(let t=A.openElements.stackTop;t>0;t--){const n=A.openElements.items[t];if(A.treeAdapter.getNamespaceURI(n)===E.HTML){A._processToken(e);break}if(A.treeAdapter.getTagName(n).toLowerCase()===e.tagName){A.openElements.popUntilElementPopped(n);break}}}(this,A)}_processInputToken(A){this._shouldProcessTokenInForeignContent(A)?this._processTokenInForeignContent(A):this._processToken(A),A.type===n.START_TAG_TOKEN&&A.selfClosing&&!A.ackSelfClosing&&this._err(u.nonVoidHtmlElementStartTagWithTrailingSolidus)}_isIntegrationPoint(A,e){const t=this.treeAdapter.getTagName(A),n=this.treeAdapter.getNamespaceURI(A),r=this.treeAdapter.getAttrList(A);return B.isIntegrationPoint(t,n,r,e)}_reconstructActiveFormattingElements(){const A=this.activeFormattingElements.length;if(A){let e=A,t=null;do{if(e--,t=this.activeFormattingElements.entries[e],t.type===o.MARKER_ENTRY||this.openElements.contains(t.element)){e++;break}}while(e>0);for(let n=e;n=0;A--){let t=this.openElements.items[A];0===A&&(e=!0,this.fragmentContext&&(t=this.fragmentContext));const n=this.treeAdapter.getTagName(t),r=z[n];if(r){this.insertionMode=r;break}if(!(e||n!==f.TD&&n!==f.TH)){this.insertionMode=H;break}if(!e&&n===f.HEAD){this.insertionMode=v;break}if(n===f.SELECT){this._resetInsertionModeForSelect(A);break}if(n===f.TEMPLATE){this.insertionMode=this.currentTmplInsertionMode;break}if(n===f.HTML){this.insertionMode=this.headElement?Y:M;break}if(e){this.insertionMode=b;break}}}_resetInsertionModeForSelect(A){if(A>0)for(let e=A-1;e>0;e--){const A=this.openElements.items[e],t=this.treeAdapter.getTagName(A);if(t===f.TEMPLATE)break;if(t===f.TABLE)return void(this.insertionMode=S)}this.insertionMode=N}_pushTmplInsertionMode(A){this.tmplInsertionModeStack.push(A),this.tmplInsertionModeStackTop++,this.currentTmplInsertionMode=A}_popTmplInsertionMode(){this.tmplInsertionModeStack.pop(),this.tmplInsertionModeStackTop--,this.currentTmplInsertionMode=this.tmplInsertionModeStack[this.tmplInsertionModeStackTop]}_isElementCausesFosterParenting(A){const e=this.treeAdapter.getTagName(A);return e===f.TABLE||e===f.TBODY||e===f.TFOOT||e===f.THEAD||e===f.TR}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.current)}_findFosterParentingLocation(){const A={parent:null,beforeElement:null};for(let e=this.openElements.stackTop;e>=0;e--){const t=this.openElements.items[e],n=this.treeAdapter.getTagName(t),r=this.treeAdapter.getNamespaceURI(t);if(n===f.TEMPLATE&&r===E.HTML){A.parent=this.treeAdapter.getTemplateContent(t);break}if(n===f.TABLE){A.parent=this.treeAdapter.getParentNode(t),A.parent?A.beforeElement=t:A.parent=this.openElements.items[e-1];break}}return A.parent||(A.parent=this.openElements.items[0]),A}_fosterParentElement(A){const e=this._findFosterParentingLocation();e.beforeElement?this.treeAdapter.insertBefore(e.parent,A,e.beforeElement):this.treeAdapter.appendChild(e.parent,A)}_fosterParentText(A){const e=this._findFosterParentingLocation();e.beforeElement?this.treeAdapter.insertTextBefore(e.parent,A,e.beforeElement):this.treeAdapter.insertText(e.parent,A)}_isSpecialElement(A){const e=this.treeAdapter.getTagName(A),t=this.treeAdapter.getNamespaceURI(A);return d.SPECIAL_ELEMENTS[t][e]}}},23203:(A,e,t)=>{"use strict";const n=t(95218),r=n.TAG_NAMES,o=n.NAMESPACES;function i(A){switch(A.length){case 1:return A===r.P;case 2:return A===r.RB||A===r.RP||A===r.RT||A===r.DD||A===r.DT||A===r.LI;case 3:return A===r.RTC;case 6:return A===r.OPTION;case 8:return A===r.OPTGROUP}return!1}function a(A){switch(A.length){case 1:return A===r.P;case 2:return A===r.RB||A===r.RP||A===r.RT||A===r.DD||A===r.DT||A===r.LI||A===r.TD||A===r.TH||A===r.TR;case 3:return A===r.RTC;case 5:return A===r.TBODY||A===r.TFOOT||A===r.THEAD;case 6:return A===r.OPTION;case 7:return A===r.CAPTION;case 8:return A===r.OPTGROUP||A===r.COLGROUP}return!1}function s(A,e){switch(A.length){case 2:if(A===r.TD||A===r.TH)return e===o.HTML;if(A===r.MI||A===r.MO||A===r.MN||A===r.MS)return e===o.MATHML;break;case 4:if(A===r.HTML)return e===o.HTML;if(A===r.DESC)return e===o.SVG;break;case 5:if(A===r.TABLE)return e===o.HTML;if(A===r.MTEXT)return e===o.MATHML;if(A===r.TITLE)return e===o.SVG;break;case 6:return(A===r.APPLET||A===r.OBJECT)&&e===o.HTML;case 7:return(A===r.CAPTION||A===r.MARQUEE)&&e===o.HTML;case 8:return A===r.TEMPLATE&&e===o.HTML;case 13:return A===r.FOREIGN_OBJECT&&e===o.SVG;case 14:return A===r.ANNOTATION_XML&&e===o.MATHML}return!1}A.exports=class{constructor(A,e){this.stackTop=-1,this.items=[],this.current=A,this.currentTagName=null,this.currentTmplContent=null,this.tmplCount=0,this.treeAdapter=e}_indexOf(A){let e=-1;for(let t=this.stackTop;t>=0;t--)if(this.items[t]===A){e=t;break}return e}_isInTemplate(){return this.currentTagName===r.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===o.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagName=this.current&&this.treeAdapter.getTagName(this.current),this.currentTmplContent=this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):null}push(A){this.items[++this.stackTop]=A,this._updateCurrentElement(),this._isInTemplate()&&this.tmplCount++}pop(){this.stackTop--,this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this._updateCurrentElement()}replace(A,e){const t=this._indexOf(A);this.items[t]=e,t===this.stackTop&&this._updateCurrentElement()}insertAfter(A,e){const t=this._indexOf(A)+1;this.items.splice(t,0,e),t===++this.stackTop&&this._updateCurrentElement()}popUntilTagNamePopped(A){for(;this.stackTop>-1;){const e=this.currentTagName,t=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),e===A&&t===o.HTML)break}}popUntilElementPopped(A){for(;this.stackTop>-1;){const e=this.current;if(this.pop(),e===A)break}}popUntilNumberedHeaderPopped(){for(;this.stackTop>-1;){const A=this.currentTagName,e=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),A===r.H1||A===r.H2||A===r.H3||A===r.H4||A===r.H5||A===r.H6&&e===o.HTML)break}}popUntilTableCellPopped(){for(;this.stackTop>-1;){const A=this.currentTagName,e=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),A===r.TD||A===r.TH&&e===o.HTML)break}}popAllUpToHtmlElement(){this.stackTop=0,this._updateCurrentElement()}clearBackToTableContext(){for(;this.currentTagName!==r.TABLE&&this.currentTagName!==r.TEMPLATE&&this.currentTagName!==r.HTML||this.treeAdapter.getNamespaceURI(this.current)!==o.HTML;)this.pop()}clearBackToTableBodyContext(){for(;this.currentTagName!==r.TBODY&&this.currentTagName!==r.TFOOT&&this.currentTagName!==r.THEAD&&this.currentTagName!==r.TEMPLATE&&this.currentTagName!==r.HTML||this.treeAdapter.getNamespaceURI(this.current)!==o.HTML;)this.pop()}clearBackToTableRowContext(){for(;this.currentTagName!==r.TR&&this.currentTagName!==r.TEMPLATE&&this.currentTagName!==r.HTML||this.treeAdapter.getNamespaceURI(this.current)!==o.HTML;)this.pop()}remove(A){for(let e=this.stackTop;e>=0;e--)if(this.items[e]===A){this.items.splice(e,1),this.stackTop--,this._updateCurrentElement();break}}tryPeekProperlyNestedBodyElement(){const A=this.items[1];return A&&this.treeAdapter.getTagName(A)===r.BODY?A:null}contains(A){return this._indexOf(A)>-1}getCommonAncestor(A){let e=this._indexOf(A);return--e>=0?this.items[e]:null}isRootHtmlElementCurrent(){return 0===this.stackTop&&this.currentTagName===r.HTML}hasInScope(A){for(let e=this.stackTop;e>=0;e--){const t=this.treeAdapter.getTagName(this.items[e]),n=this.treeAdapter.getNamespaceURI(this.items[e]);if(t===A&&n===o.HTML)return!0;if(s(t,n))return!1}return!0}hasNumberedHeaderInScope(){for(let A=this.stackTop;A>=0;A--){const e=this.treeAdapter.getTagName(this.items[A]),t=this.treeAdapter.getNamespaceURI(this.items[A]);if((e===r.H1||e===r.H2||e===r.H3||e===r.H4||e===r.H5||e===r.H6)&&t===o.HTML)return!0;if(s(e,t))return!1}return!0}hasInListItemScope(A){for(let e=this.stackTop;e>=0;e--){const t=this.treeAdapter.getTagName(this.items[e]),n=this.treeAdapter.getNamespaceURI(this.items[e]);if(t===A&&n===o.HTML)return!0;if((t===r.UL||t===r.OL)&&n===o.HTML||s(t,n))return!1}return!0}hasInButtonScope(A){for(let e=this.stackTop;e>=0;e--){const t=this.treeAdapter.getTagName(this.items[e]),n=this.treeAdapter.getNamespaceURI(this.items[e]);if(t===A&&n===o.HTML)return!0;if(t===r.BUTTON&&n===o.HTML||s(t,n))return!1}return!0}hasInTableScope(A){for(let e=this.stackTop;e>=0;e--){const t=this.treeAdapter.getTagName(this.items[e]);if(this.treeAdapter.getNamespaceURI(this.items[e])===o.HTML){if(t===A)return!0;if(t===r.TABLE||t===r.TEMPLATE||t===r.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let A=this.stackTop;A>=0;A--){const e=this.treeAdapter.getTagName(this.items[A]);if(this.treeAdapter.getNamespaceURI(this.items[A])===o.HTML){if(e===r.TBODY||e===r.THEAD||e===r.TFOOT)return!0;if(e===r.TABLE||e===r.HTML)return!1}}return!0}hasInSelectScope(A){for(let e=this.stackTop;e>=0;e--){const t=this.treeAdapter.getTagName(this.items[e]);if(this.treeAdapter.getNamespaceURI(this.items[e])===o.HTML){if(t===A)return!0;if(t!==r.OPTION&&t!==r.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;i(this.currentTagName);)this.pop()}generateImpliedEndTagsThoroughly(){for(;a(this.currentTagName);)this.pop()}generateImpliedEndTagsWithExclusion(A){for(;i(this.currentTagName)&&this.currentTagName!==A;)this.pop()}}},3183:(A,e,t)=>{"use strict";const n=t(27567),r=t(13114),o=t(84906),i=t(61445),a=r.CODE_POINTS,s=r.CODE_POINT_SEQUENCES,l={128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376},c="DATA_STATE",g="RCDATA_STATE",B="RAWTEXT_STATE",u="SCRIPT_DATA_STATE",p="PLAINTEXT_STATE",d="TAG_OPEN_STATE",f="END_TAG_OPEN_STATE",E="TAG_NAME_STATE",h="RCDATA_LESS_THAN_SIGN_STATE",m="RCDATA_END_TAG_OPEN_STATE",w="RCDATA_END_TAG_NAME_STATE",Q="RAWTEXT_LESS_THAN_SIGN_STATE",C="RAWTEXT_END_TAG_OPEN_STATE",I="RAWTEXT_END_TAG_NAME_STATE",y="SCRIPT_DATA_LESS_THAN_SIGN_STATE",M="SCRIPT_DATA_END_TAG_OPEN_STATE",v="SCRIPT_DATA_END_TAG_NAME_STATE",F="SCRIPT_DATA_ESCAPE_START_STATE",Y="SCRIPT_DATA_ESCAPE_START_DASH_STATE",b="SCRIPT_DATA_ESCAPED_STATE",D="SCRIPT_DATA_ESCAPED_DASH_STATE",x="SCRIPT_DATA_ESCAPED_DASH_DASH_STATE",k="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN_STATE",G="SCRIPT_DATA_ESCAPED_END_TAG_OPEN_STATE",U="SCRIPT_DATA_ESCAPED_END_TAG_NAME_STATE",T="SCRIPT_DATA_DOUBLE_ESCAPE_START_STATE",R="SCRIPT_DATA_DOUBLE_ESCAPED_STATE",H="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_STATE",N="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH_STATE",S="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN_STATE",P="SCRIPT_DATA_DOUBLE_ESCAPE_END_STATE",j="BEFORE_ATTRIBUTE_NAME_STATE",J="ATTRIBUTE_NAME_STATE",V="AFTER_ATTRIBUTE_NAME_STATE",O="BEFORE_ATTRIBUTE_VALUE_STATE",W="ATTRIBUTE_VALUE_DOUBLE_QUOTED_STATE",z="ATTRIBUTE_VALUE_SINGLE_QUOTED_STATE",L="ATTRIBUTE_VALUE_UNQUOTED_STATE",K="AFTER_ATTRIBUTE_VALUE_QUOTED_STATE",Z="SELF_CLOSING_START_TAG_STATE",X="BOGUS_COMMENT_STATE",q="MARKUP_DECLARATION_OPEN_STATE",_="COMMENT_START_STATE",$="COMMENT_START_DASH_STATE",AA="COMMENT_STATE",eA="COMMENT_LESS_THAN_SIGN_STATE",tA="COMMENT_LESS_THAN_SIGN_BANG_STATE",nA="COMMENT_LESS_THAN_SIGN_BANG_DASH_STATE",rA="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH_STATE",oA="COMMENT_END_DASH_STATE",iA="COMMENT_END_STATE",aA="COMMENT_END_BANG_STATE",sA="DOCTYPE_STATE",lA="BEFORE_DOCTYPE_NAME_STATE",cA="DOCTYPE_NAME_STATE",gA="AFTER_DOCTYPE_NAME_STATE",BA="AFTER_DOCTYPE_PUBLIC_KEYWORD_STATE",uA="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER_STATE",pA="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED_STATE",dA="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED_STATE",fA="AFTER_DOCTYPE_PUBLIC_IDENTIFIER_STATE",EA="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS_STATE",hA="AFTER_DOCTYPE_SYSTEM_KEYWORD_STATE",mA="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER_STATE",wA="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED_STATE",QA="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED_STATE",CA="AFTER_DOCTYPE_SYSTEM_IDENTIFIER_STATE",IA="BOGUS_DOCTYPE_STATE",yA="CDATA_SECTION_STATE",MA="CDATA_SECTION_BRACKET_STATE",vA="CDATA_SECTION_END_STATE",FA="CHARACTER_REFERENCE_STATE",YA="NAMED_CHARACTER_REFERENCE_STATE",bA="AMBIGUOS_AMPERSAND_STATE",DA="NUMERIC_CHARACTER_REFERENCE_STATE",xA="HEXADEMICAL_CHARACTER_REFERENCE_START_STATE",kA="DECIMAL_CHARACTER_REFERENCE_START_STATE",GA="HEXADEMICAL_CHARACTER_REFERENCE_STATE",UA="DECIMAL_CHARACTER_REFERENCE_STATE",TA="NUMERIC_CHARACTER_REFERENCE_END_STATE";function RA(A){return A===a.SPACE||A===a.LINE_FEED||A===a.TABULATION||A===a.FORM_FEED}function HA(A){return A>=a.DIGIT_0&&A<=a.DIGIT_9}function NA(A){return A>=a.LATIN_CAPITAL_A&&A<=a.LATIN_CAPITAL_Z}function SA(A){return A>=a.LATIN_SMALL_A&&A<=a.LATIN_SMALL_Z}function PA(A){return SA(A)||NA(A)}function jA(A){return PA(A)||HA(A)}function JA(A){return A>=a.LATIN_CAPITAL_A&&A<=a.LATIN_CAPITAL_F}function VA(A){return A>=a.LATIN_SMALL_A&&A<=a.LATIN_SMALL_F}function OA(A){return A+32}function WA(A){return A<=65535?String.fromCharCode(A):(A-=65536,String.fromCharCode(A>>>10&1023|55296)+String.fromCharCode(56320|1023&A))}function zA(A){return String.fromCharCode(OA(A))}function LA(A,e){const t=o[++A];let n=++A,r=n+t-1;for(;n<=r;){const A=n+r>>>1,i=o[A];if(ie))return o[A+t];r=A-1}}return-1}class KA{constructor(){this.preprocessor=new n,this.tokenQueue=[],this.allowCDATA=!1,this.state=c,this.returnState="",this.charRefCode=-1,this.tempBuff=[],this.lastStartTagName="",this.consumedAfterSnapshot=-1,this.active=!1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr=null}_err(){}_errOnNextCodePoint(A){this._consume(),this._err(A),this._unconsume()}getNextToken(){for(;!this.tokenQueue.length&&this.active;){this.consumedAfterSnapshot=0;const A=this._consume();this._ensureHibernation()||this[this.state](A)}return this.tokenQueue.shift()}write(A,e){this.active=!0,this.preprocessor.write(A,e)}insertHtmlAtCurrentPos(A){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(A)}_ensureHibernation(){if(this.preprocessor.endOfChunkHit){for(;this.consumedAfterSnapshot>0;this.consumedAfterSnapshot--)this.preprocessor.retreat();return this.active=!1,this.tokenQueue.push({type:KA.HIBERNATION_TOKEN}),!0}return!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(){this.consumedAfterSnapshot--,this.preprocessor.retreat()}_reconsumeInState(A){this.state=A,this._unconsume()}_consumeSequenceIfMatch(A,e,t){let n=0,r=!0;const o=A.length;let i,s=0,l=e;for(;s0&&(l=this._consume(),n++),l===a.EOF){r=!1;break}if(i=A[s],l!==i&&(t||l!==OA(i))){r=!1;break}}if(!r)for(;n--;)this._unconsume();return r}_isTempBufferEqualToScriptString(){if(this.tempBuff.length!==s.SCRIPT_STRING.length)return!1;for(let A=0;A0&&this._err(i.endTagWithAttributes),A.selfClosing&&this._err(i.endTagWithTrailingSolidus)),this.tokenQueue.push(A)}_emitCurrentCharacterToken(){this.currentCharacterToken&&(this.tokenQueue.push(this.currentCharacterToken),this.currentCharacterToken=null)}_emitEOFToken(){this._createEOFToken(),this._emitCurrentToken()}_appendCharToCurrentCharacterToken(A,e){this.currentCharacterToken&&this.currentCharacterToken.type!==A&&this._emitCurrentCharacterToken(),this.currentCharacterToken?this.currentCharacterToken.chars+=e:this._createCharacterToken(A,e)}_emitCodePoint(A){let e=KA.CHARACTER_TOKEN;RA(A)?e=KA.WHITESPACE_CHARACTER_TOKEN:A===a.NULL&&(e=KA.NULL_CHARACTER_TOKEN),this._appendCharToCurrentCharacterToken(e,WA(A))}_emitSeveralCodePoints(A){for(let e=0;e-1;){const A=o[n],r=A<7;r&&1&A&&(e=2&A?[o[++n],o[++n]]:[o[++n]],t=0);const i=this._consume();if(this.tempBuff.push(i),t++,i===a.EOF)break;n=r?4&A?LA(n,i):-1:i===A?++n:-1}for(;t--;)this.tempBuff.pop(),this._unconsume();return e}_isCharacterReferenceInAttribute(){return this.returnState===W||this.returnState===z||this.returnState===L}_isCharacterReferenceAttributeQuirk(A){if(!A&&this._isCharacterReferenceInAttribute()){const A=this._consume();return this._unconsume(),A===a.EQUALS_SIGN||jA(A)}return!1}_flushCodePointsConsumedAsCharacterReference(){if(this._isCharacterReferenceInAttribute())for(let A=0;A")):A===a.NULL?(this._err(i.unexpectedNullCharacter),this.state=b,this._emitChars(r.REPLACEMENT_CHARACTER)):A===a.EOF?(this._err(i.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=b,this._emitCodePoint(A))}[k](A){A===a.SOLIDUS?(this.tempBuff=[],this.state=G):PA(A)?(this.tempBuff=[],this._emitChars("<"),this._reconsumeInState(T)):(this._emitChars("<"),this._reconsumeInState(b))}[G](A){PA(A)?(this._createEndTagToken(),this._reconsumeInState(U)):(this._emitChars("")):A===a.NULL?(this._err(i.unexpectedNullCharacter),this.state=R,this._emitChars(r.REPLACEMENT_CHARACTER)):A===a.EOF?(this._err(i.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=R,this._emitCodePoint(A))}[S](A){A===a.SOLIDUS?(this.tempBuff=[],this.state=P,this._emitChars("/")):this._reconsumeInState(R)}[P](A){RA(A)||A===a.SOLIDUS||A===a.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?b:R,this._emitCodePoint(A)):NA(A)?(this.tempBuff.push(OA(A)),this._emitCodePoint(A)):SA(A)?(this.tempBuff.push(A),this._emitCodePoint(A)):this._reconsumeInState(R)}[j](A){RA(A)||(A===a.SOLIDUS||A===a.GREATER_THAN_SIGN||A===a.EOF?this._reconsumeInState(V):A===a.EQUALS_SIGN?(this._err(i.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=J):(this._createAttr(""),this._reconsumeInState(J)))}[J](A){RA(A)||A===a.SOLIDUS||A===a.GREATER_THAN_SIGN||A===a.EOF?(this._leaveAttrName(V),this._unconsume()):A===a.EQUALS_SIGN?this._leaveAttrName(O):NA(A)?this.currentAttr.name+=zA(A):A===a.QUOTATION_MARK||A===a.APOSTROPHE||A===a.LESS_THAN_SIGN?(this._err(i.unexpectedCharacterInAttributeName),this.currentAttr.name+=WA(A)):A===a.NULL?(this._err(i.unexpectedNullCharacter),this.currentAttr.name+=r.REPLACEMENT_CHARACTER):this.currentAttr.name+=WA(A)}[V](A){RA(A)||(A===a.SOLIDUS?this.state=Z:A===a.EQUALS_SIGN?this.state=O:A===a.GREATER_THAN_SIGN?(this.state=c,this._emitCurrentToken()):A===a.EOF?(this._err(i.eofInTag),this._emitEOFToken()):(this._createAttr(""),this._reconsumeInState(J)))}[O](A){RA(A)||(A===a.QUOTATION_MARK?this.state=W:A===a.APOSTROPHE?this.state=z:A===a.GREATER_THAN_SIGN?(this._err(i.missingAttributeValue),this.state=c,this._emitCurrentToken()):this._reconsumeInState(L))}[W](A){A===a.QUOTATION_MARK?this.state=K:A===a.AMPERSAND?(this.returnState=W,this.state=FA):A===a.NULL?(this._err(i.unexpectedNullCharacter),this.currentAttr.value+=r.REPLACEMENT_CHARACTER):A===a.EOF?(this._err(i.eofInTag),this._emitEOFToken()):this.currentAttr.value+=WA(A)}[z](A){A===a.APOSTROPHE?this.state=K:A===a.AMPERSAND?(this.returnState=z,this.state=FA):A===a.NULL?(this._err(i.unexpectedNullCharacter),this.currentAttr.value+=r.REPLACEMENT_CHARACTER):A===a.EOF?(this._err(i.eofInTag),this._emitEOFToken()):this.currentAttr.value+=WA(A)}[L](A){RA(A)?this._leaveAttrValue(j):A===a.AMPERSAND?(this.returnState=L,this.state=FA):A===a.GREATER_THAN_SIGN?(this._leaveAttrValue(c),this._emitCurrentToken()):A===a.NULL?(this._err(i.unexpectedNullCharacter),this.currentAttr.value+=r.REPLACEMENT_CHARACTER):A===a.QUOTATION_MARK||A===a.APOSTROPHE||A===a.LESS_THAN_SIGN||A===a.EQUALS_SIGN||A===a.GRAVE_ACCENT?(this._err(i.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=WA(A)):A===a.EOF?(this._err(i.eofInTag),this._emitEOFToken()):this.currentAttr.value+=WA(A)}[K](A){RA(A)?this._leaveAttrValue(j):A===a.SOLIDUS?this._leaveAttrValue(Z):A===a.GREATER_THAN_SIGN?(this._leaveAttrValue(c),this._emitCurrentToken()):A===a.EOF?(this._err(i.eofInTag),this._emitEOFToken()):(this._err(i.missingWhitespaceBetweenAttributes),this._reconsumeInState(j))}[Z](A){A===a.GREATER_THAN_SIGN?(this.currentToken.selfClosing=!0,this.state=c,this._emitCurrentToken()):A===a.EOF?(this._err(i.eofInTag),this._emitEOFToken()):(this._err(i.unexpectedSolidusInTag),this._reconsumeInState(j))}[X](A){A===a.GREATER_THAN_SIGN?(this.state=c,this._emitCurrentToken()):A===a.EOF?(this._emitCurrentToken(),this._emitEOFToken()):A===a.NULL?(this._err(i.unexpectedNullCharacter),this.currentToken.data+=r.REPLACEMENT_CHARACTER):this.currentToken.data+=WA(A)}[q](A){this._consumeSequenceIfMatch(s.DASH_DASH_STRING,A,!0)?(this._createCommentToken(),this.state=_):this._consumeSequenceIfMatch(s.DOCTYPE_STRING,A,!1)?this.state=sA:this._consumeSequenceIfMatch(s.CDATA_START_STRING,A,!0)?this.allowCDATA?this.state=yA:(this._err(i.cdataInHtmlContent),this._createCommentToken(),this.currentToken.data="[CDATA[",this.state=X):this._ensureHibernation()||(this._err(i.incorrectlyOpenedComment),this._createCommentToken(),this._reconsumeInState(X))}[_](A){A===a.HYPHEN_MINUS?this.state=$:A===a.GREATER_THAN_SIGN?(this._err(i.abruptClosingOfEmptyComment),this.state=c,this._emitCurrentToken()):this._reconsumeInState(AA)}[$](A){A===a.HYPHEN_MINUS?this.state=iA:A===a.GREATER_THAN_SIGN?(this._err(i.abruptClosingOfEmptyComment),this.state=c,this._emitCurrentToken()):A===a.EOF?(this._err(i.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(AA))}[AA](A){A===a.HYPHEN_MINUS?this.state=oA:A===a.LESS_THAN_SIGN?(this.currentToken.data+="<",this.state=eA):A===a.NULL?(this._err(i.unexpectedNullCharacter),this.currentToken.data+=r.REPLACEMENT_CHARACTER):A===a.EOF?(this._err(i.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.data+=WA(A)}[eA](A){A===a.EXCLAMATION_MARK?(this.currentToken.data+="!",this.state=tA):A===a.LESS_THAN_SIGN?this.currentToken.data+="!":this._reconsumeInState(AA)}[tA](A){A===a.HYPHEN_MINUS?this.state=nA:this._reconsumeInState(AA)}[nA](A){A===a.HYPHEN_MINUS?this.state=rA:this._reconsumeInState(oA)}[rA](A){A!==a.GREATER_THAN_SIGN&&A!==a.EOF&&this._err(i.nestedComment),this._reconsumeInState(iA)}[oA](A){A===a.HYPHEN_MINUS?this.state=iA:A===a.EOF?(this._err(i.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(AA))}[iA](A){A===a.GREATER_THAN_SIGN?(this.state=c,this._emitCurrentToken()):A===a.EXCLAMATION_MARK?this.state=aA:A===a.HYPHEN_MINUS?this.currentToken.data+="-":A===a.EOF?(this._err(i.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--",this._reconsumeInState(AA))}[aA](A){A===a.HYPHEN_MINUS?(this.currentToken.data+="--!",this.state=oA):A===a.GREATER_THAN_SIGN?(this._err(i.incorrectlyClosedComment),this.state=c,this._emitCurrentToken()):A===a.EOF?(this._err(i.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--!",this._reconsumeInState(AA))}[sA](A){RA(A)?this.state=lA:A===a.GREATER_THAN_SIGN?this._reconsumeInState(lA):A===a.EOF?(this._err(i.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(i.missingWhitespaceBeforeDoctypeName),this._reconsumeInState(lA))}[lA](A){RA(A)||(NA(A)?(this._createDoctypeToken(zA(A)),this.state=cA):A===a.NULL?(this._err(i.unexpectedNullCharacter),this._createDoctypeToken(r.REPLACEMENT_CHARACTER),this.state=cA):A===a.GREATER_THAN_SIGN?(this._err(i.missingDoctypeName),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=c):A===a.EOF?(this._err(i.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._createDoctypeToken(WA(A)),this.state=cA))}[cA](A){RA(A)?this.state=gA:A===a.GREATER_THAN_SIGN?(this.state=c,this._emitCurrentToken()):NA(A)?this.currentToken.name+=zA(A):A===a.NULL?(this._err(i.unexpectedNullCharacter),this.currentToken.name+=r.REPLACEMENT_CHARACTER):A===a.EOF?(this._err(i.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.name+=WA(A)}[gA](A){RA(A)||(A===a.GREATER_THAN_SIGN?(this.state=c,this._emitCurrentToken()):A===a.EOF?(this._err(i.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this._consumeSequenceIfMatch(s.PUBLIC_STRING,A,!1)?this.state=BA:this._consumeSequenceIfMatch(s.SYSTEM_STRING,A,!1)?this.state=hA:this._ensureHibernation()||(this._err(i.invalidCharacterSequenceAfterDoctypeName),this.currentToken.forceQuirks=!0,this._reconsumeInState(IA)))}[BA](A){RA(A)?this.state=uA:A===a.QUOTATION_MARK?(this._err(i.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=pA):A===a.APOSTROPHE?(this._err(i.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=dA):A===a.GREATER_THAN_SIGN?(this._err(i.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=c,this._emitCurrentToken()):A===a.EOF?(this._err(i.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(i.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(IA))}[uA](A){RA(A)||(A===a.QUOTATION_MARK?(this.currentToken.publicId="",this.state=pA):A===a.APOSTROPHE?(this.currentToken.publicId="",this.state=dA):A===a.GREATER_THAN_SIGN?(this._err(i.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=c,this._emitCurrentToken()):A===a.EOF?(this._err(i.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(i.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(IA)))}[pA](A){A===a.QUOTATION_MARK?this.state=fA:A===a.NULL?(this._err(i.unexpectedNullCharacter),this.currentToken.publicId+=r.REPLACEMENT_CHARACTER):A===a.GREATER_THAN_SIGN?(this._err(i.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=c):A===a.EOF?(this._err(i.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=WA(A)}[dA](A){A===a.APOSTROPHE?this.state=fA:A===a.NULL?(this._err(i.unexpectedNullCharacter),this.currentToken.publicId+=r.REPLACEMENT_CHARACTER):A===a.GREATER_THAN_SIGN?(this._err(i.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=c):A===a.EOF?(this._err(i.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=WA(A)}[fA](A){RA(A)?this.state=EA:A===a.GREATER_THAN_SIGN?(this.state=c,this._emitCurrentToken()):A===a.QUOTATION_MARK?(this._err(i.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=wA):A===a.APOSTROPHE?(this._err(i.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=QA):A===a.EOF?(this._err(i.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(i.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(IA))}[EA](A){RA(A)||(A===a.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=c):A===a.QUOTATION_MARK?(this.currentToken.systemId="",this.state=wA):A===a.APOSTROPHE?(this.currentToken.systemId="",this.state=QA):A===a.EOF?(this._err(i.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(i.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(IA)))}[hA](A){RA(A)?this.state=mA:A===a.QUOTATION_MARK?(this._err(i.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=wA):A===a.APOSTROPHE?(this._err(i.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=QA):A===a.GREATER_THAN_SIGN?(this._err(i.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=c,this._emitCurrentToken()):A===a.EOF?(this._err(i.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(i.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(IA))}[mA](A){RA(A)||(A===a.QUOTATION_MARK?(this.currentToken.systemId="",this.state=wA):A===a.APOSTROPHE?(this.currentToken.systemId="",this.state=QA):A===a.GREATER_THAN_SIGN?(this._err(i.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=c,this._emitCurrentToken()):A===a.EOF?(this._err(i.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(i.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(IA)))}[wA](A){A===a.QUOTATION_MARK?this.state=CA:A===a.NULL?(this._err(i.unexpectedNullCharacter),this.currentToken.systemId+=r.REPLACEMENT_CHARACTER):A===a.GREATER_THAN_SIGN?(this._err(i.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=c):A===a.EOF?(this._err(i.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=WA(A)}[QA](A){A===a.APOSTROPHE?this.state=CA:A===a.NULL?(this._err(i.unexpectedNullCharacter),this.currentToken.systemId+=r.REPLACEMENT_CHARACTER):A===a.GREATER_THAN_SIGN?(this._err(i.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=c):A===a.EOF?(this._err(i.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=WA(A)}[CA](A){RA(A)||(A===a.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=c):A===a.EOF?(this._err(i.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(i.unexpectedCharacterAfterDoctypeSystemIdentifier),this._reconsumeInState(IA)))}[IA](A){A===a.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=c):A===a.NULL?this._err(i.unexpectedNullCharacter):A===a.EOF&&(this._emitCurrentToken(),this._emitEOFToken())}[yA](A){A===a.RIGHT_SQUARE_BRACKET?this.state=MA:A===a.EOF?(this._err(i.eofInCdata),this._emitEOFToken()):this._emitCodePoint(A)}[MA](A){A===a.RIGHT_SQUARE_BRACKET?this.state=vA:(this._emitChars("]"),this._reconsumeInState(yA))}[vA](A){A===a.GREATER_THAN_SIGN?this.state=c:A===a.RIGHT_SQUARE_BRACKET?this._emitChars("]"):(this._emitChars("]]"),this._reconsumeInState(yA))}[FA](A){this.tempBuff=[a.AMPERSAND],A===a.NUMBER_SIGN?(this.tempBuff.push(A),this.state=DA):jA(A)?this._reconsumeInState(YA):(this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[YA](A){const e=this._matchNamedCharacterReference(A);if(this._ensureHibernation())this.tempBuff=[a.AMPERSAND];else if(e){const A=this.tempBuff[this.tempBuff.length-1]===a.SEMICOLON;this._isCharacterReferenceAttributeQuirk(A)||(A||this._errOnNextCodePoint(i.missingSemicolonAfterCharacterReference),this.tempBuff=e),this._flushCodePointsConsumedAsCharacterReference(),this.state=this.returnState}else this._flushCodePointsConsumedAsCharacterReference(),this.state=bA}[bA](A){jA(A)?this._isCharacterReferenceInAttribute()?this.currentAttr.value+=WA(A):this._emitCodePoint(A):(A===a.SEMICOLON&&this._err(i.unknownNamedCharacterReference),this._reconsumeInState(this.returnState))}[DA](A){this.charRefCode=0,A===a.LATIN_SMALL_X||A===a.LATIN_CAPITAL_X?(this.tempBuff.push(A),this.state=xA):this._reconsumeInState(kA)}[xA](A){!function(A){return HA(A)||JA(A)||VA(A)}(A)?(this._err(i.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState)):this._reconsumeInState(GA)}[kA](A){HA(A)?this._reconsumeInState(UA):(this._err(i.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[GA](A){JA(A)?this.charRefCode=16*this.charRefCode+A-55:VA(A)?this.charRefCode=16*this.charRefCode+A-87:HA(A)?this.charRefCode=16*this.charRefCode+A-48:A===a.SEMICOLON?this.state=TA:(this._err(i.missingSemicolonAfterCharacterReference),this._reconsumeInState(TA))}[UA](A){HA(A)?this.charRefCode=10*this.charRefCode+A-48:A===a.SEMICOLON?this.state=TA:(this._err(i.missingSemicolonAfterCharacterReference),this._reconsumeInState(TA))}[TA](){if(this.charRefCode===a.NULL)this._err(i.nullCharacterReference),this.charRefCode=a.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(i.characterReferenceOutsideUnicodeRange),this.charRefCode=a.REPLACEMENT_CHARACTER;else if(r.isSurrogate(this.charRefCode))this._err(i.surrogateCharacterReference),this.charRefCode=a.REPLACEMENT_CHARACTER;else if(r.isUndefinedCodePoint(this.charRefCode))this._err(i.noncharacterCharacterReference);else if(r.isControlCodePoint(this.charRefCode)||this.charRefCode===a.CARRIAGE_RETURN){this._err(i.controlCharacterReference);const A=l[this.charRefCode];A&&(this.charRefCode=A)}this.tempBuff=[this.charRefCode],this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState)}}KA.CHARACTER_TOKEN="CHARACTER_TOKEN",KA.NULL_CHARACTER_TOKEN="NULL_CHARACTER_TOKEN",KA.WHITESPACE_CHARACTER_TOKEN="WHITESPACE_CHARACTER_TOKEN",KA.START_TAG_TOKEN="START_TAG_TOKEN",KA.END_TAG_TOKEN="END_TAG_TOKEN",KA.COMMENT_TOKEN="COMMENT_TOKEN",KA.DOCTYPE_TOKEN="DOCTYPE_TOKEN",KA.EOF_TOKEN="EOF_TOKEN",KA.HIBERNATION_TOKEN="HIBERNATION_TOKEN",KA.MODE={DATA:c,RCDATA:g,RAWTEXT:B,SCRIPT_DATA:u,PLAINTEXT:p},KA.getTokenAttr=function(A,e){for(let t=A.attrs.length-1;t>=0;t--)if(A.attrs[t].name===e)return A.attrs[t].value;return null},A.exports=KA},84906:A=>{"use strict";A.exports=new Uint16Array([4,52,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,106,303,412,810,1432,1701,1796,1987,2114,2360,2420,2484,3170,3251,4140,4393,4575,4610,5106,5512,5728,6117,6274,6315,6345,6427,6516,7002,7910,8733,9323,9870,10170,10631,10893,11318,11386,11467,12773,13092,14474,14922,15448,15542,16419,17666,18166,18611,19004,19095,19298,19397,4,16,69,77,97,98,99,102,103,108,109,110,111,112,114,115,116,117,140,150,158,169,176,194,199,210,216,222,226,242,256,266,283,294,108,105,103,5,198,1,59,148,1,198,80,5,38,1,59,156,1,38,99,117,116,101,5,193,1,59,167,1,193,114,101,118,101,59,1,258,4,2,105,121,182,191,114,99,5,194,1,59,189,1,194,59,1,1040,114,59,3,55349,56580,114,97,118,101,5,192,1,59,208,1,192,112,104,97,59,1,913,97,99,114,59,1,256,100,59,1,10835,4,2,103,112,232,237,111,110,59,1,260,102,59,3,55349,56632,112,108,121,70,117,110,99,116,105,111,110,59,1,8289,105,110,103,5,197,1,59,264,1,197,4,2,99,115,272,277,114,59,3,55349,56476,105,103,110,59,1,8788,105,108,100,101,5,195,1,59,292,1,195,109,108,5,196,1,59,301,1,196,4,8,97,99,101,102,111,114,115,117,321,350,354,383,388,394,400,405,4,2,99,114,327,336,107,115,108,97,115,104,59,1,8726,4,2,118,119,342,345,59,1,10983,101,100,59,1,8966,121,59,1,1041,4,3,99,114,116,362,369,379,97,117,115,101,59,1,8757,110,111,117,108,108,105,115,59,1,8492,97,59,1,914,114,59,3,55349,56581,112,102,59,3,55349,56633,101,118,101,59,1,728,99,114,59,1,8492,109,112,101,113,59,1,8782,4,14,72,79,97,99,100,101,102,104,105,108,111,114,115,117,442,447,456,504,542,547,569,573,577,616,678,784,790,796,99,121,59,1,1063,80,89,5,169,1,59,454,1,169,4,3,99,112,121,464,470,497,117,116,101,59,1,262,4,2,59,105,476,478,1,8914,116,97,108,68,105,102,102,101,114,101,110,116,105,97,108,68,59,1,8517,108,101,121,115,59,1,8493,4,4,97,101,105,111,514,520,530,535,114,111,110,59,1,268,100,105,108,5,199,1,59,528,1,199,114,99,59,1,264,110,105,110,116,59,1,8752,111,116,59,1,266,4,2,100,110,553,560,105,108,108,97,59,1,184,116,101,114,68,111,116,59,1,183,114,59,1,8493,105,59,1,935,114,99,108,101,4,4,68,77,80,84,591,596,603,609,111,116,59,1,8857,105,110,117,115,59,1,8854,108,117,115,59,1,8853,105,109,101,115,59,1,8855,111,4,2,99,115,623,646,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8754,101,67,117,114,108,121,4,2,68,81,658,671,111,117,98,108,101,81,117,111,116,101,59,1,8221,117,111,116,101,59,1,8217,4,4,108,110,112,117,688,701,736,753,111,110,4,2,59,101,696,698,1,8759,59,1,10868,4,3,103,105,116,709,717,722,114,117,101,110,116,59,1,8801,110,116,59,1,8751,111,117,114,73,110,116,101,103,114,97,108,59,1,8750,4,2,102,114,742,745,59,1,8450,111,100,117,99,116,59,1,8720,110,116,101,114,67,108,111,99,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8755,111,115,115,59,1,10799,99,114,59,3,55349,56478,112,4,2,59,67,803,805,1,8915,97,112,59,1,8781,4,11,68,74,83,90,97,99,101,102,105,111,115,834,850,855,860,865,888,903,916,921,1011,1415,4,2,59,111,840,842,1,8517,116,114,97,104,100,59,1,10513,99,121,59,1,1026,99,121,59,1,1029,99,121,59,1,1039,4,3,103,114,115,873,879,883,103,101,114,59,1,8225,114,59,1,8609,104,118,59,1,10980,4,2,97,121,894,900,114,111,110,59,1,270,59,1,1044,108,4,2,59,116,910,912,1,8711,97,59,1,916,114,59,3,55349,56583,4,2,97,102,927,998,4,2,99,109,933,992,114,105,116,105,99,97,108,4,4,65,68,71,84,950,957,978,985,99,117,116,101,59,1,180,111,4,2,116,117,964,967,59,1,729,98,108,101,65,99,117,116,101,59,1,733,114,97,118,101,59,1,96,105,108,100,101,59,1,732,111,110,100,59,1,8900,102,101,114,101,110,116,105,97,108,68,59,1,8518,4,4,112,116,117,119,1021,1026,1048,1249,102,59,3,55349,56635,4,3,59,68,69,1034,1036,1041,1,168,111,116,59,1,8412,113,117,97,108,59,1,8784,98,108,101,4,6,67,68,76,82,85,86,1065,1082,1101,1189,1211,1236,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8751,111,4,2,116,119,1089,1092,59,1,168,110,65,114,114,111,119,59,1,8659,4,2,101,111,1107,1141,102,116,4,3,65,82,84,1117,1124,1136,114,114,111,119,59,1,8656,105,103,104,116,65,114,114,111,119,59,1,8660,101,101,59,1,10980,110,103,4,2,76,82,1149,1177,101,102,116,4,2,65,82,1158,1165,114,114,111,119,59,1,10232,105,103,104,116,65,114,114,111,119,59,1,10234,105,103,104,116,65,114,114,111,119,59,1,10233,105,103,104,116,4,2,65,84,1199,1206,114,114,111,119,59,1,8658,101,101,59,1,8872,112,4,2,65,68,1218,1225,114,114,111,119,59,1,8657,111,119,110,65,114,114,111,119,59,1,8661,101,114,116,105,99,97,108,66,97,114,59,1,8741,110,4,6,65,66,76,82,84,97,1264,1292,1299,1352,1391,1408,114,114,111,119,4,3,59,66,85,1276,1278,1283,1,8595,97,114,59,1,10515,112,65,114,114,111,119,59,1,8693,114,101,118,101,59,1,785,101,102,116,4,3,82,84,86,1310,1323,1334,105,103,104,116,86,101,99,116,111,114,59,1,10576,101,101,86,101,99,116,111,114,59,1,10590,101,99,116,111,114,4,2,59,66,1345,1347,1,8637,97,114,59,1,10582,105,103,104,116,4,2,84,86,1362,1373,101,101,86,101,99,116,111,114,59,1,10591,101,99,116,111,114,4,2,59,66,1384,1386,1,8641,97,114,59,1,10583,101,101,4,2,59,65,1399,1401,1,8868,114,114,111,119,59,1,8615,114,114,111,119,59,1,8659,4,2,99,116,1421,1426,114,59,3,55349,56479,114,111,107,59,1,272,4,16,78,84,97,99,100,102,103,108,109,111,112,113,115,116,117,120,1466,1470,1478,1489,1515,1520,1525,1536,1544,1593,1609,1617,1650,1664,1668,1677,71,59,1,330,72,5,208,1,59,1476,1,208,99,117,116,101,5,201,1,59,1487,1,201,4,3,97,105,121,1497,1503,1512,114,111,110,59,1,282,114,99,5,202,1,59,1510,1,202,59,1,1069,111,116,59,1,278,114,59,3,55349,56584,114,97,118,101,5,200,1,59,1534,1,200,101,109,101,110,116,59,1,8712,4,2,97,112,1550,1555,99,114,59,1,274,116,121,4,2,83,86,1563,1576,109,97,108,108,83,113,117,97,114,101,59,1,9723,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9643,4,2,103,112,1599,1604,111,110,59,1,280,102,59,3,55349,56636,115,105,108,111,110,59,1,917,117,4,2,97,105,1624,1640,108,4,2,59,84,1631,1633,1,10869,105,108,100,101,59,1,8770,108,105,98,114,105,117,109,59,1,8652,4,2,99,105,1656,1660,114,59,1,8496,109,59,1,10867,97,59,1,919,109,108,5,203,1,59,1675,1,203,4,2,105,112,1683,1689,115,116,115,59,1,8707,111,110,101,110,116,105,97,108,69,59,1,8519,4,5,99,102,105,111,115,1713,1717,1722,1762,1791,121,59,1,1060,114,59,3,55349,56585,108,108,101,100,4,2,83,86,1732,1745,109,97,108,108,83,113,117,97,114,101,59,1,9724,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9642,4,3,112,114,117,1770,1775,1781,102,59,3,55349,56637,65,108,108,59,1,8704,114,105,101,114,116,114,102,59,1,8497,99,114,59,1,8497,4,12,74,84,97,98,99,100,102,103,111,114,115,116,1822,1827,1834,1848,1855,1877,1882,1887,1890,1896,1978,1984,99,121,59,1,1027,5,62,1,59,1832,1,62,109,109,97,4,2,59,100,1843,1845,1,915,59,1,988,114,101,118,101,59,1,286,4,3,101,105,121,1863,1869,1874,100,105,108,59,1,290,114,99,59,1,284,59,1,1043,111,116,59,1,288,114,59,3,55349,56586,59,1,8921,112,102,59,3,55349,56638,101,97,116,101,114,4,6,69,70,71,76,83,84,1915,1933,1944,1953,1959,1971,113,117,97,108,4,2,59,76,1925,1927,1,8805,101,115,115,59,1,8923,117,108,108,69,113,117,97,108,59,1,8807,114,101,97,116,101,114,59,1,10914,101,115,115,59,1,8823,108,97,110,116,69,113,117,97,108,59,1,10878,105,108,100,101,59,1,8819,99,114,59,3,55349,56482,59,1,8811,4,8,65,97,99,102,105,111,115,117,2005,2012,2026,2032,2036,2049,2073,2089,82,68,99,121,59,1,1066,4,2,99,116,2018,2023,101,107,59,1,711,59,1,94,105,114,99,59,1,292,114,59,1,8460,108,98,101,114,116,83,112,97,99,101,59,1,8459,4,2,112,114,2055,2059,102,59,1,8461,105,122,111,110,116,97,108,76,105,110,101,59,1,9472,4,2,99,116,2079,2083,114,59,1,8459,114,111,107,59,1,294,109,112,4,2,68,69,2097,2107,111,119,110,72,117,109,112,59,1,8782,113,117,97,108,59,1,8783,4,14,69,74,79,97,99,100,102,103,109,110,111,115,116,117,2144,2149,2155,2160,2171,2189,2194,2198,2209,2245,2307,2329,2334,2341,99,121,59,1,1045,108,105,103,59,1,306,99,121,59,1,1025,99,117,116,101,5,205,1,59,2169,1,205,4,2,105,121,2177,2186,114,99,5,206,1,59,2184,1,206,59,1,1048,111,116,59,1,304,114,59,1,8465,114,97,118,101,5,204,1,59,2207,1,204,4,3,59,97,112,2217,2219,2238,1,8465,4,2,99,103,2225,2229,114,59,1,298,105,110,97,114,121,73,59,1,8520,108,105,101,115,59,1,8658,4,2,116,118,2251,2281,4,2,59,101,2257,2259,1,8748,4,2,103,114,2265,2271,114,97,108,59,1,8747,115,101,99,116,105,111,110,59,1,8898,105,115,105,98,108,101,4,2,67,84,2293,2300,111,109,109,97,59,1,8291,105,109,101,115,59,1,8290,4,3,103,112,116,2315,2320,2325,111,110,59,1,302,102,59,3,55349,56640,97,59,1,921,99,114,59,1,8464,105,108,100,101,59,1,296,4,2,107,109,2347,2352,99,121,59,1,1030,108,5,207,1,59,2358,1,207,4,5,99,102,111,115,117,2372,2386,2391,2397,2414,4,2,105,121,2378,2383,114,99,59,1,308,59,1,1049,114,59,3,55349,56589,112,102,59,3,55349,56641,4,2,99,101,2403,2408,114,59,3,55349,56485,114,99,121,59,1,1032,107,99,121,59,1,1028,4,7,72,74,97,99,102,111,115,2436,2441,2446,2452,2467,2472,2478,99,121,59,1,1061,99,121,59,1,1036,112,112,97,59,1,922,4,2,101,121,2458,2464,100,105,108,59,1,310,59,1,1050,114,59,3,55349,56590,112,102,59,3,55349,56642,99,114,59,3,55349,56486,4,11,74,84,97,99,101,102,108,109,111,115,116,2508,2513,2520,2562,2585,2981,2986,3004,3011,3146,3167,99,121,59,1,1033,5,60,1,59,2518,1,60,4,5,99,109,110,112,114,2532,2538,2544,2548,2558,117,116,101,59,1,313,98,100,97,59,1,923,103,59,1,10218,108,97,99,101,116,114,102,59,1,8466,114,59,1,8606,4,3,97,101,121,2570,2576,2582,114,111,110,59,1,317,100,105,108,59,1,315,59,1,1051,4,2,102,115,2591,2907,116,4,10,65,67,68,70,82,84,85,86,97,114,2614,2663,2672,2728,2735,2760,2820,2870,2888,2895,4,2,110,114,2620,2633,103,108,101,66,114,97,99,107,101,116,59,1,10216,114,111,119,4,3,59,66,82,2644,2646,2651,1,8592,97,114,59,1,8676,105,103,104,116,65,114,114,111,119,59,1,8646,101,105,108,105,110,103,59,1,8968,111,4,2,117,119,2679,2692,98,108,101,66,114,97,99,107,101,116,59,1,10214,110,4,2,84,86,2699,2710,101,101,86,101,99,116,111,114,59,1,10593,101,99,116,111,114,4,2,59,66,2721,2723,1,8643,97,114,59,1,10585,108,111,111,114,59,1,8970,105,103,104,116,4,2,65,86,2745,2752,114,114,111,119,59,1,8596,101,99,116,111,114,59,1,10574,4,2,101,114,2766,2792,101,4,3,59,65,86,2775,2777,2784,1,8867,114,114,111,119,59,1,8612,101,99,116,111,114,59,1,10586,105,97,110,103,108,101,4,3,59,66,69,2806,2808,2813,1,8882,97,114,59,1,10703,113,117,97,108,59,1,8884,112,4,3,68,84,86,2829,2841,2852,111,119,110,86,101,99,116,111,114,59,1,10577,101,101,86,101,99,116,111,114,59,1,10592,101,99,116,111,114,4,2,59,66,2863,2865,1,8639,97,114,59,1,10584,101,99,116,111,114,4,2,59,66,2881,2883,1,8636,97,114,59,1,10578,114,114,111,119,59,1,8656,105,103,104,116,97,114,114,111,119,59,1,8660,115,4,6,69,70,71,76,83,84,2922,2936,2947,2956,2962,2974,113,117,97,108,71,114,101,97,116,101,114,59,1,8922,117,108,108,69,113,117,97,108,59,1,8806,114,101,97,116,101,114,59,1,8822,101,115,115,59,1,10913,108,97,110,116,69,113,117,97,108,59,1,10877,105,108,100,101,59,1,8818,114,59,3,55349,56591,4,2,59,101,2992,2994,1,8920,102,116,97,114,114,111,119,59,1,8666,105,100,111,116,59,1,319,4,3,110,112,119,3019,3110,3115,103,4,4,76,82,108,114,3030,3058,3070,3098,101,102,116,4,2,65,82,3039,3046,114,114,111,119,59,1,10229,105,103,104,116,65,114,114,111,119,59,1,10231,105,103,104,116,65,114,114,111,119,59,1,10230,101,102,116,4,2,97,114,3079,3086,114,114,111,119,59,1,10232,105,103,104,116,97,114,114,111,119,59,1,10234,105,103,104,116,97,114,114,111,119,59,1,10233,102,59,3,55349,56643,101,114,4,2,76,82,3123,3134,101,102,116,65,114,114,111,119,59,1,8601,105,103,104,116,65,114,114,111,119,59,1,8600,4,3,99,104,116,3154,3158,3161,114,59,1,8466,59,1,8624,114,111,107,59,1,321,59,1,8810,4,8,97,99,101,102,105,111,115,117,3188,3192,3196,3222,3227,3237,3243,3248,112,59,1,10501,121,59,1,1052,4,2,100,108,3202,3213,105,117,109,83,112,97,99,101,59,1,8287,108,105,110,116,114,102,59,1,8499,114,59,3,55349,56592,110,117,115,80,108,117,115,59,1,8723,112,102,59,3,55349,56644,99,114,59,1,8499,59,1,924,4,9,74,97,99,101,102,111,115,116,117,3271,3276,3283,3306,3422,3427,4120,4126,4137,99,121,59,1,1034,99,117,116,101,59,1,323,4,3,97,101,121,3291,3297,3303,114,111,110,59,1,327,100,105,108,59,1,325,59,1,1053,4,3,103,115,119,3314,3380,3415,97,116,105,118,101,4,3,77,84,86,3327,3340,3365,101,100,105,117,109,83,112,97,99,101,59,1,8203,104,105,4,2,99,110,3348,3357,107,83,112,97,99,101,59,1,8203,83,112,97,99,101,59,1,8203,101,114,121,84,104,105,110,83,112,97,99,101,59,1,8203,116,101,100,4,2,71,76,3389,3405,114,101,97,116,101,114,71,114,101,97,116,101,114,59,1,8811,101,115,115,76,101,115,115,59,1,8810,76,105,110,101,59,1,10,114,59,3,55349,56593,4,4,66,110,112,116,3437,3444,3460,3464,114,101,97,107,59,1,8288,66,114,101,97,107,105,110,103,83,112,97,99,101,59,1,160,102,59,1,8469,4,13,59,67,68,69,71,72,76,78,80,82,83,84,86,3492,3494,3517,3536,3578,3657,3685,3784,3823,3860,3915,4066,4107,1,10988,4,2,111,117,3500,3510,110,103,114,117,101,110,116,59,1,8802,112,67,97,112,59,1,8813,111,117,98,108,101,86,101,114,116,105,99,97,108,66,97,114,59,1,8742,4,3,108,113,120,3544,3552,3571,101,109,101,110,116,59,1,8713,117,97,108,4,2,59,84,3561,3563,1,8800,105,108,100,101,59,3,8770,824,105,115,116,115,59,1,8708,114,101,97,116,101,114,4,7,59,69,70,71,76,83,84,3600,3602,3609,3621,3631,3637,3650,1,8815,113,117,97,108,59,1,8817,117,108,108,69,113,117,97,108,59,3,8807,824,114,101,97,116,101,114,59,3,8811,824,101,115,115,59,1,8825,108,97,110,116,69,113,117,97,108,59,3,10878,824,105,108,100,101,59,1,8821,117,109,112,4,2,68,69,3666,3677,111,119,110,72,117,109,112,59,3,8782,824,113,117,97,108,59,3,8783,824,101,4,2,102,115,3692,3724,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3709,3711,3717,1,8938,97,114,59,3,10703,824,113,117,97,108,59,1,8940,115,4,6,59,69,71,76,83,84,3739,3741,3748,3757,3764,3777,1,8814,113,117,97,108,59,1,8816,114,101,97,116,101,114,59,1,8824,101,115,115,59,3,8810,824,108,97,110,116,69,113,117,97,108,59,3,10877,824,105,108,100,101,59,1,8820,101,115,116,101,100,4,2,71,76,3795,3812,114,101,97,116,101,114,71,114,101,97,116,101,114,59,3,10914,824,101,115,115,76,101,115,115,59,3,10913,824,114,101,99,101,100,101,115,4,3,59,69,83,3838,3840,3848,1,8832,113,117,97,108,59,3,10927,824,108,97,110,116,69,113,117,97,108,59,1,8928,4,2,101,105,3866,3881,118,101,114,115,101,69,108,101,109,101,110,116,59,1,8716,103,104,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3900,3902,3908,1,8939,97,114,59,3,10704,824,113,117,97,108,59,1,8941,4,2,113,117,3921,3973,117,97,114,101,83,117,4,2,98,112,3933,3952,115,101,116,4,2,59,69,3942,3945,3,8847,824,113,117,97,108,59,1,8930,101,114,115,101,116,4,2,59,69,3963,3966,3,8848,824,113,117,97,108,59,1,8931,4,3,98,99,112,3981,4e3,4045,115,101,116,4,2,59,69,3990,3993,3,8834,8402,113,117,97,108,59,1,8840,99,101,101,100,115,4,4,59,69,83,84,4015,4017,4025,4037,1,8833,113,117,97,108,59,3,10928,824,108,97,110,116,69,113,117,97,108,59,1,8929,105,108,100,101,59,3,8831,824,101,114,115,101,116,4,2,59,69,4056,4059,3,8835,8402,113,117,97,108,59,1,8841,105,108,100,101,4,4,59,69,70,84,4080,4082,4089,4100,1,8769,113,117,97,108,59,1,8772,117,108,108,69,113,117,97,108,59,1,8775,105,108,100,101,59,1,8777,101,114,116,105,99,97,108,66,97,114,59,1,8740,99,114,59,3,55349,56489,105,108,100,101,5,209,1,59,4135,1,209,59,1,925,4,14,69,97,99,100,102,103,109,111,112,114,115,116,117,118,4170,4176,4187,4205,4212,4217,4228,4253,4259,4292,4295,4316,4337,4346,108,105,103,59,1,338,99,117,116,101,5,211,1,59,4185,1,211,4,2,105,121,4193,4202,114,99,5,212,1,59,4200,1,212,59,1,1054,98,108,97,99,59,1,336,114,59,3,55349,56594,114,97,118,101,5,210,1,59,4226,1,210,4,3,97,101,105,4236,4241,4246,99,114,59,1,332,103,97,59,1,937,99,114,111,110,59,1,927,112,102,59,3,55349,56646,101,110,67,117,114,108,121,4,2,68,81,4272,4285,111,117,98,108,101,81,117,111,116,101,59,1,8220,117,111,116,101,59,1,8216,59,1,10836,4,2,99,108,4301,4306,114,59,3,55349,56490,97,115,104,5,216,1,59,4314,1,216,105,4,2,108,109,4323,4332,100,101,5,213,1,59,4330,1,213,101,115,59,1,10807,109,108,5,214,1,59,4344,1,214,101,114,4,2,66,80,4354,4380,4,2,97,114,4360,4364,114,59,1,8254,97,99,4,2,101,107,4372,4375,59,1,9182,101,116,59,1,9140,97,114,101,110,116,104,101,115,105,115,59,1,9180,4,9,97,99,102,104,105,108,111,114,115,4413,4422,4426,4431,4435,4438,4448,4471,4561,114,116,105,97,108,68,59,1,8706,121,59,1,1055,114,59,3,55349,56595,105,59,1,934,59,1,928,117,115,77,105,110,117,115,59,1,177,4,2,105,112,4454,4467,110,99,97,114,101,112,108,97,110,101,59,1,8460,102,59,1,8473,4,4,59,101,105,111,4481,4483,4526,4531,1,10939,99,101,100,101,115,4,4,59,69,83,84,4498,4500,4507,4519,1,8826,113,117,97,108,59,1,10927,108,97,110,116,69,113,117,97,108,59,1,8828,105,108,100,101,59,1,8830,109,101,59,1,8243,4,2,100,112,4537,4543,117,99,116,59,1,8719,111,114,116,105,111,110,4,2,59,97,4555,4557,1,8759,108,59,1,8733,4,2,99,105,4567,4572,114,59,3,55349,56491,59,1,936,4,4,85,102,111,115,4585,4594,4599,4604,79,84,5,34,1,59,4592,1,34,114,59,3,55349,56596,112,102,59,1,8474,99,114,59,3,55349,56492,4,12,66,69,97,99,101,102,104,105,111,114,115,117,4636,4642,4650,4681,4704,4763,4767,4771,5047,5069,5081,5094,97,114,114,59,1,10512,71,5,174,1,59,4648,1,174,4,3,99,110,114,4658,4664,4668,117,116,101,59,1,340,103,59,1,10219,114,4,2,59,116,4675,4677,1,8608,108,59,1,10518,4,3,97,101,121,4689,4695,4701,114,111,110,59,1,344,100,105,108,59,1,342,59,1,1056,4,2,59,118,4710,4712,1,8476,101,114,115,101,4,2,69,85,4722,4748,4,2,108,113,4728,4736,101,109,101,110,116,59,1,8715,117,105,108,105,98,114,105,117,109,59,1,8651,112,69,113,117,105,108,105,98,114,105,117,109,59,1,10607,114,59,1,8476,111,59,1,929,103,104,116,4,8,65,67,68,70,84,85,86,97,4792,4840,4849,4905,4912,4972,5022,5040,4,2,110,114,4798,4811,103,108,101,66,114,97,99,107,101,116,59,1,10217,114,111,119,4,3,59,66,76,4822,4824,4829,1,8594,97,114,59,1,8677,101,102,116,65,114,114,111,119,59,1,8644,101,105,108,105,110,103,59,1,8969,111,4,2,117,119,4856,4869,98,108,101,66,114,97,99,107,101,116,59,1,10215,110,4,2,84,86,4876,4887,101,101,86,101,99,116,111,114,59,1,10589,101,99,116,111,114,4,2,59,66,4898,4900,1,8642,97,114,59,1,10581,108,111,111,114,59,1,8971,4,2,101,114,4918,4944,101,4,3,59,65,86,4927,4929,4936,1,8866,114,114,111,119,59,1,8614,101,99,116,111,114,59,1,10587,105,97,110,103,108,101,4,3,59,66,69,4958,4960,4965,1,8883,97,114,59,1,10704,113,117,97,108,59,1,8885,112,4,3,68,84,86,4981,4993,5004,111,119,110,86,101,99,116,111,114,59,1,10575,101,101,86,101,99,116,111,114,59,1,10588,101,99,116,111,114,4,2,59,66,5015,5017,1,8638,97,114,59,1,10580,101,99,116,111,114,4,2,59,66,5033,5035,1,8640,97,114,59,1,10579,114,114,111,119,59,1,8658,4,2,112,117,5053,5057,102,59,1,8477,110,100,73,109,112,108,105,101,115,59,1,10608,105,103,104,116,97,114,114,111,119,59,1,8667,4,2,99,104,5087,5091,114,59,1,8475,59,1,8625,108,101,68,101,108,97,121,101,100,59,1,10740,4,13,72,79,97,99,102,104,105,109,111,113,115,116,117,5134,5150,5157,5164,5198,5203,5259,5265,5277,5283,5374,5380,5385,4,2,67,99,5140,5146,72,99,121,59,1,1065,121,59,1,1064,70,84,99,121,59,1,1068,99,117,116,101,59,1,346,4,5,59,97,101,105,121,5176,5178,5184,5190,5195,1,10940,114,111,110,59,1,352,100,105,108,59,1,350,114,99,59,1,348,59,1,1057,114,59,3,55349,56598,111,114,116,4,4,68,76,82,85,5216,5227,5238,5250,111,119,110,65,114,114,111,119,59,1,8595,101,102,116,65,114,114,111,119,59,1,8592,105,103,104,116,65,114,114,111,119,59,1,8594,112,65,114,114,111,119,59,1,8593,103,109,97,59,1,931,97,108,108,67,105,114,99,108,101,59,1,8728,112,102,59,3,55349,56650,4,2,114,117,5289,5293,116,59,1,8730,97,114,101,4,4,59,73,83,85,5306,5308,5322,5367,1,9633,110,116,101,114,115,101,99,116,105,111,110,59,1,8851,117,4,2,98,112,5329,5347,115,101,116,4,2,59,69,5338,5340,1,8847,113,117,97,108,59,1,8849,101,114,115,101,116,4,2,59,69,5358,5360,1,8848,113,117,97,108,59,1,8850,110,105,111,110,59,1,8852,99,114,59,3,55349,56494,97,114,59,1,8902,4,4,98,99,109,112,5395,5420,5475,5478,4,2,59,115,5401,5403,1,8912,101,116,4,2,59,69,5411,5413,1,8912,113,117,97,108,59,1,8838,4,2,99,104,5426,5468,101,101,100,115,4,4,59,69,83,84,5440,5442,5449,5461,1,8827,113,117,97,108,59,1,10928,108,97,110,116,69,113,117,97,108,59,1,8829,105,108,100,101,59,1,8831,84,104,97,116,59,1,8715,59,1,8721,4,3,59,101,115,5486,5488,5507,1,8913,114,115,101,116,4,2,59,69,5498,5500,1,8835,113,117,97,108,59,1,8839,101,116,59,1,8913,4,11,72,82,83,97,99,102,104,105,111,114,115,5536,5546,5552,5567,5579,5602,5607,5655,5695,5701,5711,79,82,78,5,222,1,59,5544,1,222,65,68,69,59,1,8482,4,2,72,99,5558,5563,99,121,59,1,1035,121,59,1,1062,4,2,98,117,5573,5576,59,1,9,59,1,932,4,3,97,101,121,5587,5593,5599,114,111,110,59,1,356,100,105,108,59,1,354,59,1,1058,114,59,3,55349,56599,4,2,101,105,5613,5631,4,2,114,116,5619,5627,101,102,111,114,101,59,1,8756,97,59,1,920,4,2,99,110,5637,5647,107,83,112,97,99,101,59,3,8287,8202,83,112,97,99,101,59,1,8201,108,100,101,4,4,59,69,70,84,5668,5670,5677,5688,1,8764,113,117,97,108,59,1,8771,117,108,108,69,113,117,97,108,59,1,8773,105,108,100,101,59,1,8776,112,102,59,3,55349,56651,105,112,108,101,68,111,116,59,1,8411,4,2,99,116,5717,5722,114,59,3,55349,56495,114,111,107,59,1,358,4,14,97,98,99,100,102,103,109,110,111,112,114,115,116,117,5758,5789,5805,5823,5830,5835,5846,5852,5921,5937,6089,6095,6101,6108,4,2,99,114,5764,5774,117,116,101,5,218,1,59,5772,1,218,114,4,2,59,111,5781,5783,1,8607,99,105,114,59,1,10569,114,4,2,99,101,5796,5800,121,59,1,1038,118,101,59,1,364,4,2,105,121,5811,5820,114,99,5,219,1,59,5818,1,219,59,1,1059,98,108,97,99,59,1,368,114,59,3,55349,56600,114,97,118,101,5,217,1,59,5844,1,217,97,99,114,59,1,362,4,2,100,105,5858,5905,101,114,4,2,66,80,5866,5892,4,2,97,114,5872,5876,114,59,1,95,97,99,4,2,101,107,5884,5887,59,1,9183,101,116,59,1,9141,97,114,101,110,116,104,101,115,105,115,59,1,9181,111,110,4,2,59,80,5913,5915,1,8899,108,117,115,59,1,8846,4,2,103,112,5927,5932,111,110,59,1,370,102,59,3,55349,56652,4,8,65,68,69,84,97,100,112,115,5955,5985,5996,6009,6026,6033,6044,6075,114,114,111,119,4,3,59,66,68,5967,5969,5974,1,8593,97,114,59,1,10514,111,119,110,65,114,114,111,119,59,1,8645,111,119,110,65,114,114,111,119,59,1,8597,113,117,105,108,105,98,114,105,117,109,59,1,10606,101,101,4,2,59,65,6017,6019,1,8869,114,114,111,119,59,1,8613,114,114,111,119,59,1,8657,111,119,110,97,114,114,111,119,59,1,8661,101,114,4,2,76,82,6052,6063,101,102,116,65,114,114,111,119,59,1,8598,105,103,104,116,65,114,114,111,119,59,1,8599,105,4,2,59,108,6082,6084,1,978,111,110,59,1,933,105,110,103,59,1,366,99,114,59,3,55349,56496,105,108,100,101,59,1,360,109,108,5,220,1,59,6115,1,220,4,9,68,98,99,100,101,102,111,115,118,6137,6143,6148,6152,6166,6250,6255,6261,6267,97,115,104,59,1,8875,97,114,59,1,10987,121,59,1,1042,97,115,104,4,2,59,108,6161,6163,1,8873,59,1,10982,4,2,101,114,6172,6175,59,1,8897,4,3,98,116,121,6183,6188,6238,97,114,59,1,8214,4,2,59,105,6194,6196,1,8214,99,97,108,4,4,66,76,83,84,6209,6214,6220,6231,97,114,59,1,8739,105,110,101,59,1,124,101,112,97,114,97,116,111,114,59,1,10072,105,108,100,101,59,1,8768,84,104,105,110,83,112,97,99,101,59,1,8202,114,59,3,55349,56601,112,102,59,3,55349,56653,99,114,59,3,55349,56497,100,97,115,104,59,1,8874,4,5,99,101,102,111,115,6286,6292,6298,6303,6309,105,114,99,59,1,372,100,103,101,59,1,8896,114,59,3,55349,56602,112,102,59,3,55349,56654,99,114,59,3,55349,56498,4,4,102,105,111,115,6325,6330,6333,6339,114,59,3,55349,56603,59,1,926,112,102,59,3,55349,56655,99,114,59,3,55349,56499,4,9,65,73,85,97,99,102,111,115,117,6365,6370,6375,6380,6391,6405,6410,6416,6422,99,121,59,1,1071,99,121,59,1,1031,99,121,59,1,1070,99,117,116,101,5,221,1,59,6389,1,221,4,2,105,121,6397,6402,114,99,59,1,374,59,1,1067,114,59,3,55349,56604,112,102,59,3,55349,56656,99,114,59,3,55349,56500,109,108,59,1,376,4,8,72,97,99,100,101,102,111,115,6445,6450,6457,6472,6477,6501,6505,6510,99,121,59,1,1046,99,117,116,101,59,1,377,4,2,97,121,6463,6469,114,111,110,59,1,381,59,1,1047,111,116,59,1,379,4,2,114,116,6483,6497,111,87,105,100,116,104,83,112,97,99,101,59,1,8203,97,59,1,918,114,59,1,8488,112,102,59,1,8484,99,114,59,3,55349,56501,4,16,97,98,99,101,102,103,108,109,110,111,112,114,115,116,117,119,6550,6561,6568,6612,6622,6634,6645,6672,6699,6854,6870,6923,6933,6963,6974,6983,99,117,116,101,5,225,1,59,6559,1,225,114,101,118,101,59,1,259,4,6,59,69,100,105,117,121,6582,6584,6588,6591,6600,6609,1,8766,59,3,8766,819,59,1,8767,114,99,5,226,1,59,6598,1,226,116,101,5,180,1,59,6607,1,180,59,1,1072,108,105,103,5,230,1,59,6620,1,230,4,2,59,114,6628,6630,1,8289,59,3,55349,56606,114,97,118,101,5,224,1,59,6643,1,224,4,2,101,112,6651,6667,4,2,102,112,6657,6663,115,121,109,59,1,8501,104,59,1,8501,104,97,59,1,945,4,2,97,112,6678,6692,4,2,99,108,6684,6688,114,59,1,257,103,59,1,10815,5,38,1,59,6697,1,38,4,2,100,103,6705,6737,4,5,59,97,100,115,118,6717,6719,6724,6727,6734,1,8743,110,100,59,1,10837,59,1,10844,108,111,112,101,59,1,10840,59,1,10842,4,7,59,101,108,109,114,115,122,6753,6755,6758,6762,6814,6835,6848,1,8736,59,1,10660,101,59,1,8736,115,100,4,2,59,97,6770,6772,1,8737,4,8,97,98,99,100,101,102,103,104,6790,6793,6796,6799,6802,6805,6808,6811,59,1,10664,59,1,10665,59,1,10666,59,1,10667,59,1,10668,59,1,10669,59,1,10670,59,1,10671,116,4,2,59,118,6821,6823,1,8735,98,4,2,59,100,6830,6832,1,8894,59,1,10653,4,2,112,116,6841,6845,104,59,1,8738,59,1,197,97,114,114,59,1,9084,4,2,103,112,6860,6865,111,110,59,1,261,102,59,3,55349,56658,4,7,59,69,97,101,105,111,112,6886,6888,6891,6897,6900,6904,6908,1,8776,59,1,10864,99,105,114,59,1,10863,59,1,8778,100,59,1,8779,115,59,1,39,114,111,120,4,2,59,101,6917,6919,1,8776,113,59,1,8778,105,110,103,5,229,1,59,6931,1,229,4,3,99,116,121,6941,6946,6949,114,59,3,55349,56502,59,1,42,109,112,4,2,59,101,6957,6959,1,8776,113,59,1,8781,105,108,100,101,5,227,1,59,6972,1,227,109,108,5,228,1,59,6981,1,228,4,2,99,105,6989,6997,111,110,105,110,116,59,1,8755,110,116,59,1,10769,4,16,78,97,98,99,100,101,102,105,107,108,110,111,112,114,115,117,7036,7041,7119,7135,7149,7155,7219,7224,7347,7354,7463,7489,7786,7793,7814,7866,111,116,59,1,10989,4,2,99,114,7047,7094,107,4,4,99,101,112,115,7058,7064,7073,7080,111,110,103,59,1,8780,112,115,105,108,111,110,59,1,1014,114,105,109,101,59,1,8245,105,109,4,2,59,101,7088,7090,1,8765,113,59,1,8909,4,2,118,119,7100,7105,101,101,59,1,8893,101,100,4,2,59,103,7113,7115,1,8965,101,59,1,8965,114,107,4,2,59,116,7127,7129,1,9141,98,114,107,59,1,9142,4,2,111,121,7141,7146,110,103,59,1,8780,59,1,1073,113,117,111,59,1,8222,4,5,99,109,112,114,116,7167,7181,7188,7193,7199,97,117,115,4,2,59,101,7176,7178,1,8757,59,1,8757,112,116,121,118,59,1,10672,115,105,59,1,1014,110,111,117,59,1,8492,4,3,97,104,119,7207,7210,7213,59,1,946,59,1,8502,101,101,110,59,1,8812,114,59,3,55349,56607,103,4,7,99,111,115,116,117,118,119,7241,7262,7288,7305,7328,7335,7340,4,3,97,105,117,7249,7253,7258,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,4,3,100,112,116,7270,7275,7281,111,116,59,1,10752,108,117,115,59,1,10753,105,109,101,115,59,1,10754,4,2,113,116,7294,7300,99,117,112,59,1,10758,97,114,59,1,9733,114,105,97,110,103,108,101,4,2,100,117,7318,7324,111,119,110,59,1,9661,112,59,1,9651,112,108,117,115,59,1,10756,101,101,59,1,8897,101,100,103,101,59,1,8896,97,114,111,119,59,1,10509,4,3,97,107,111,7362,7436,7458,4,2,99,110,7368,7432,107,4,3,108,115,116,7377,7386,7394,111,122,101,110,103,101,59,1,10731,113,117,97,114,101,59,1,9642,114,105,97,110,103,108,101,4,4,59,100,108,114,7411,7413,7419,7425,1,9652,111,119,110,59,1,9662,101,102,116,59,1,9666,105,103,104,116,59,1,9656,107,59,1,9251,4,2,49,51,7442,7454,4,2,50,52,7448,7451,59,1,9618,59,1,9617,52,59,1,9619,99,107,59,1,9608,4,2,101,111,7469,7485,4,2,59,113,7475,7478,3,61,8421,117,105,118,59,3,8801,8421,116,59,1,8976,4,4,112,116,119,120,7499,7504,7517,7523,102,59,3,55349,56659,4,2,59,116,7510,7512,1,8869,111,109,59,1,8869,116,105,101,59,1,8904,4,12,68,72,85,86,98,100,104,109,112,116,117,118,7549,7571,7597,7619,7655,7660,7682,7708,7715,7721,7728,7750,4,4,76,82,108,114,7559,7562,7565,7568,59,1,9559,59,1,9556,59,1,9558,59,1,9555,4,5,59,68,85,100,117,7583,7585,7588,7591,7594,1,9552,59,1,9574,59,1,9577,59,1,9572,59,1,9575,4,4,76,82,108,114,7607,7610,7613,7616,59,1,9565,59,1,9562,59,1,9564,59,1,9561,4,7,59,72,76,82,104,108,114,7635,7637,7640,7643,7646,7649,7652,1,9553,59,1,9580,59,1,9571,59,1,9568,59,1,9579,59,1,9570,59,1,9567,111,120,59,1,10697,4,4,76,82,108,114,7670,7673,7676,7679,59,1,9557,59,1,9554,59,1,9488,59,1,9484,4,5,59,68,85,100,117,7694,7696,7699,7702,7705,1,9472,59,1,9573,59,1,9576,59,1,9516,59,1,9524,105,110,117,115,59,1,8863,108,117,115,59,1,8862,105,109,101,115,59,1,8864,4,4,76,82,108,114,7738,7741,7744,7747,59,1,9563,59,1,9560,59,1,9496,59,1,9492,4,7,59,72,76,82,104,108,114,7766,7768,7771,7774,7777,7780,7783,1,9474,59,1,9578,59,1,9569,59,1,9566,59,1,9532,59,1,9508,59,1,9500,114,105,109,101,59,1,8245,4,2,101,118,7799,7804,118,101,59,1,728,98,97,114,5,166,1,59,7812,1,166,4,4,99,101,105,111,7824,7829,7834,7846,114,59,3,55349,56503,109,105,59,1,8271,109,4,2,59,101,7841,7843,1,8765,59,1,8909,108,4,3,59,98,104,7855,7857,7860,1,92,59,1,10693,115,117,98,59,1,10184,4,2,108,109,7872,7885,108,4,2,59,101,7879,7881,1,8226,116,59,1,8226,112,4,3,59,69,101,7894,7896,7899,1,8782,59,1,10926,4,2,59,113,7905,7907,1,8783,59,1,8783,4,15,97,99,100,101,102,104,105,108,111,114,115,116,117,119,121,7942,8021,8075,8080,8121,8126,8157,8279,8295,8430,8446,8485,8491,8707,8726,4,3,99,112,114,7950,7956,8007,117,116,101,59,1,263,4,6,59,97,98,99,100,115,7970,7972,7977,7984,7998,8003,1,8745,110,100,59,1,10820,114,99,117,112,59,1,10825,4,2,97,117,7990,7994,112,59,1,10827,112,59,1,10823,111,116,59,1,10816,59,3,8745,65024,4,2,101,111,8013,8017,116,59,1,8257,110,59,1,711,4,4,97,101,105,117,8031,8046,8056,8061,4,2,112,114,8037,8041,115,59,1,10829,111,110,59,1,269,100,105,108,5,231,1,59,8054,1,231,114,99,59,1,265,112,115,4,2,59,115,8069,8071,1,10828,109,59,1,10832,111,116,59,1,267,4,3,100,109,110,8088,8097,8104,105,108,5,184,1,59,8095,1,184,112,116,121,118,59,1,10674,116,5,162,2,59,101,8112,8114,1,162,114,100,111,116,59,1,183,114,59,3,55349,56608,4,3,99,101,105,8134,8138,8154,121,59,1,1095,99,107,4,2,59,109,8146,8148,1,10003,97,114,107,59,1,10003,59,1,967,114,4,7,59,69,99,101,102,109,115,8174,8176,8179,8258,8261,8268,8273,1,9675,59,1,10691,4,3,59,101,108,8187,8189,8193,1,710,113,59,1,8791,101,4,2,97,100,8200,8223,114,114,111,119,4,2,108,114,8210,8216,101,102,116,59,1,8634,105,103,104,116,59,1,8635,4,5,82,83,97,99,100,8235,8238,8241,8246,8252,59,1,174,59,1,9416,115,116,59,1,8859,105,114,99,59,1,8858,97,115,104,59,1,8861,59,1,8791,110,105,110,116,59,1,10768,105,100,59,1,10991,99,105,114,59,1,10690,117,98,115,4,2,59,117,8288,8290,1,9827,105,116,59,1,9827,4,4,108,109,110,112,8305,8326,8376,8400,111,110,4,2,59,101,8313,8315,1,58,4,2,59,113,8321,8323,1,8788,59,1,8788,4,2,109,112,8332,8344,97,4,2,59,116,8339,8341,1,44,59,1,64,4,3,59,102,108,8352,8354,8358,1,8705,110,59,1,8728,101,4,2,109,120,8365,8371,101,110,116,59,1,8705,101,115,59,1,8450,4,2,103,105,8382,8395,4,2,59,100,8388,8390,1,8773,111,116,59,1,10861,110,116,59,1,8750,4,3,102,114,121,8408,8412,8417,59,3,55349,56660,111,100,59,1,8720,5,169,2,59,115,8424,8426,1,169,114,59,1,8471,4,2,97,111,8436,8441,114,114,59,1,8629,115,115,59,1,10007,4,2,99,117,8452,8457,114,59,3,55349,56504,4,2,98,112,8463,8474,4,2,59,101,8469,8471,1,10959,59,1,10961,4,2,59,101,8480,8482,1,10960,59,1,10962,100,111,116,59,1,8943,4,7,100,101,108,112,114,118,119,8507,8522,8536,8550,8600,8697,8702,97,114,114,4,2,108,114,8516,8519,59,1,10552,59,1,10549,4,2,112,115,8528,8532,114,59,1,8926,99,59,1,8927,97,114,114,4,2,59,112,8545,8547,1,8630,59,1,10557,4,6,59,98,99,100,111,115,8564,8566,8573,8587,8592,8596,1,8746,114,99,97,112,59,1,10824,4,2,97,117,8579,8583,112,59,1,10822,112,59,1,10826,111,116,59,1,8845,114,59,1,10821,59,3,8746,65024,4,4,97,108,114,118,8610,8623,8663,8672,114,114,4,2,59,109,8618,8620,1,8631,59,1,10556,121,4,3,101,118,119,8632,8651,8656,113,4,2,112,115,8639,8645,114,101,99,59,1,8926,117,99,99,59,1,8927,101,101,59,1,8910,101,100,103,101,59,1,8911,101,110,5,164,1,59,8670,1,164,101,97,114,114,111,119,4,2,108,114,8684,8690,101,102,116,59,1,8630,105,103,104,116,59,1,8631,101,101,59,1,8910,101,100,59,1,8911,4,2,99,105,8713,8721,111,110,105,110,116,59,1,8754,110,116,59,1,8753,108,99,116,121,59,1,9005,4,19,65,72,97,98,99,100,101,102,104,105,106,108,111,114,115,116,117,119,122,8773,8778,8783,8821,8839,8854,8887,8914,8930,8944,9036,9041,9058,9197,9227,9258,9281,9297,9305,114,114,59,1,8659,97,114,59,1,10597,4,4,103,108,114,115,8793,8799,8805,8809,103,101,114,59,1,8224,101,116,104,59,1,8504,114,59,1,8595,104,4,2,59,118,8816,8818,1,8208,59,1,8867,4,2,107,108,8827,8834,97,114,111,119,59,1,10511,97,99,59,1,733,4,2,97,121,8845,8851,114,111,110,59,1,271,59,1,1076,4,3,59,97,111,8862,8864,8880,1,8518,4,2,103,114,8870,8876,103,101,114,59,1,8225,114,59,1,8650,116,115,101,113,59,1,10871,4,3,103,108,109,8895,8902,8907,5,176,1,59,8900,1,176,116,97,59,1,948,112,116,121,118,59,1,10673,4,2,105,114,8920,8926,115,104,116,59,1,10623,59,3,55349,56609,97,114,4,2,108,114,8938,8941,59,1,8643,59,1,8642,4,5,97,101,103,115,118,8956,8986,8989,8996,9001,109,4,3,59,111,115,8965,8967,8983,1,8900,110,100,4,2,59,115,8975,8977,1,8900,117,105,116,59,1,9830,59,1,9830,59,1,168,97,109,109,97,59,1,989,105,110,59,1,8946,4,3,59,105,111,9009,9011,9031,1,247,100,101,5,247,2,59,111,9020,9022,1,247,110,116,105,109,101,115,59,1,8903,110,120,59,1,8903,99,121,59,1,1106,99,4,2,111,114,9048,9053,114,110,59,1,8990,111,112,59,1,8973,4,5,108,112,116,117,119,9070,9076,9081,9130,9144,108,97,114,59,1,36,102,59,3,55349,56661,4,5,59,101,109,112,115,9093,9095,9109,9116,9122,1,729,113,4,2,59,100,9102,9104,1,8784,111,116,59,1,8785,105,110,117,115,59,1,8760,108,117,115,59,1,8724,113,117,97,114,101,59,1,8865,98,108,101,98,97,114,119,101,100,103,101,59,1,8966,110,4,3,97,100,104,9153,9160,9172,114,114,111,119,59,1,8595,111,119,110,97,114,114,111,119,115,59,1,8650,97,114,112,111,111,110,4,2,108,114,9184,9190,101,102,116,59,1,8643,105,103,104,116,59,1,8642,4,2,98,99,9203,9211,107,97,114,111,119,59,1,10512,4,2,111,114,9217,9222,114,110,59,1,8991,111,112,59,1,8972,4,3,99,111,116,9235,9248,9252,4,2,114,121,9241,9245,59,3,55349,56505,59,1,1109,108,59,1,10742,114,111,107,59,1,273,4,2,100,114,9264,9269,111,116,59,1,8945,105,4,2,59,102,9276,9278,1,9663,59,1,9662,4,2,97,104,9287,9292,114,114,59,1,8693,97,114,59,1,10607,97,110,103,108,101,59,1,10662,4,2,99,105,9311,9315,121,59,1,1119,103,114,97,114,114,59,1,10239,4,18,68,97,99,100,101,102,103,108,109,110,111,112,113,114,115,116,117,120,9361,9376,9398,9439,9444,9447,9462,9495,9531,9585,9598,9614,9659,9755,9771,9792,9808,9826,4,2,68,111,9367,9372,111,116,59,1,10871,116,59,1,8785,4,2,99,115,9382,9392,117,116,101,5,233,1,59,9390,1,233,116,101,114,59,1,10862,4,4,97,105,111,121,9408,9414,9430,9436,114,111,110,59,1,283,114,4,2,59,99,9421,9423,1,8790,5,234,1,59,9428,1,234,108,111,110,59,1,8789,59,1,1101,111,116,59,1,279,59,1,8519,4,2,68,114,9453,9458,111,116,59,1,8786,59,3,55349,56610,4,3,59,114,115,9470,9472,9482,1,10906,97,118,101,5,232,1,59,9480,1,232,4,2,59,100,9488,9490,1,10902,111,116,59,1,10904,4,4,59,105,108,115,9505,9507,9515,9518,1,10905,110,116,101,114,115,59,1,9191,59,1,8467,4,2,59,100,9524,9526,1,10901,111,116,59,1,10903,4,3,97,112,115,9539,9544,9564,99,114,59,1,275,116,121,4,3,59,115,118,9554,9556,9561,1,8709,101,116,59,1,8709,59,1,8709,112,4,2,49,59,9571,9583,4,2,51,52,9577,9580,59,1,8196,59,1,8197,1,8195,4,2,103,115,9591,9594,59,1,331,112,59,1,8194,4,2,103,112,9604,9609,111,110,59,1,281,102,59,3,55349,56662,4,3,97,108,115,9622,9635,9640,114,4,2,59,115,9629,9631,1,8917,108,59,1,10723,117,115,59,1,10865,105,4,3,59,108,118,9649,9651,9656,1,949,111,110,59,1,949,59,1,1013,4,4,99,115,117,118,9669,9686,9716,9747,4,2,105,111,9675,9680,114,99,59,1,8790,108,111,110,59,1,8789,4,2,105,108,9692,9696,109,59,1,8770,97,110,116,4,2,103,108,9705,9710,116,114,59,1,10902,101,115,115,59,1,10901,4,3,97,101,105,9724,9729,9734,108,115,59,1,61,115,116,59,1,8799,118,4,2,59,68,9741,9743,1,8801,68,59,1,10872,112,97,114,115,108,59,1,10725,4,2,68,97,9761,9766,111,116,59,1,8787,114,114,59,1,10609,4,3,99,100,105,9779,9783,9788,114,59,1,8495,111,116,59,1,8784,109,59,1,8770,4,2,97,104,9798,9801,59,1,951,5,240,1,59,9806,1,240,4,2,109,114,9814,9822,108,5,235,1,59,9820,1,235,111,59,1,8364,4,3,99,105,112,9834,9838,9843,108,59,1,33,115,116,59,1,8707,4,2,101,111,9849,9859,99,116,97,116,105,111,110,59,1,8496,110,101,110,116,105,97,108,101,59,1,8519,4,12,97,99,101,102,105,106,108,110,111,112,114,115,9896,9910,9914,9921,9954,9960,9967,9989,9994,10027,10036,10164,108,108,105,110,103,100,111,116,115,101,113,59,1,8786,121,59,1,1092,109,97,108,101,59,1,9792,4,3,105,108,114,9929,9935,9950,108,105,103,59,1,64259,4,2,105,108,9941,9945,103,59,1,64256,105,103,59,1,64260,59,3,55349,56611,108,105,103,59,1,64257,108,105,103,59,3,102,106,4,3,97,108,116,9975,9979,9984,116,59,1,9837,105,103,59,1,64258,110,115,59,1,9649,111,102,59,1,402,4,2,112,114,1e4,10005,102,59,3,55349,56663,4,2,97,107,10011,10016,108,108,59,1,8704,4,2,59,118,10022,10024,1,8916,59,1,10969,97,114,116,105,110,116,59,1,10765,4,2,97,111,10042,10159,4,2,99,115,10048,10155,4,6,49,50,51,52,53,55,10062,10102,10114,10135,10139,10151,4,6,50,51,52,53,54,56,10076,10083,10086,10093,10096,10099,5,189,1,59,10081,1,189,59,1,8531,5,188,1,59,10091,1,188,59,1,8533,59,1,8537,59,1,8539,4,2,51,53,10108,10111,59,1,8532,59,1,8534,4,3,52,53,56,10122,10129,10132,5,190,1,59,10127,1,190,59,1,8535,59,1,8540,53,59,1,8536,4,2,54,56,10145,10148,59,1,8538,59,1,8541,56,59,1,8542,108,59,1,8260,119,110,59,1,8994,99,114,59,3,55349,56507,4,17,69,97,98,99,100,101,102,103,105,106,108,110,111,114,115,116,118,10206,10217,10247,10254,10268,10273,10358,10363,10374,10380,10385,10406,10458,10464,10470,10497,10610,4,2,59,108,10212,10214,1,8807,59,1,10892,4,3,99,109,112,10225,10231,10244,117,116,101,59,1,501,109,97,4,2,59,100,10239,10241,1,947,59,1,989,59,1,10886,114,101,118,101,59,1,287,4,2,105,121,10260,10265,114,99,59,1,285,59,1,1075,111,116,59,1,289,4,4,59,108,113,115,10283,10285,10288,10308,1,8805,59,1,8923,4,3,59,113,115,10296,10298,10301,1,8805,59,1,8807,108,97,110,116,59,1,10878,4,4,59,99,100,108,10318,10320,10324,10345,1,10878,99,59,1,10921,111,116,4,2,59,111,10332,10334,1,10880,4,2,59,108,10340,10342,1,10882,59,1,10884,4,2,59,101,10351,10354,3,8923,65024,115,59,1,10900,114,59,3,55349,56612,4,2,59,103,10369,10371,1,8811,59,1,8921,109,101,108,59,1,8503,99,121,59,1,1107,4,4,59,69,97,106,10395,10397,10400,10403,1,8823,59,1,10898,59,1,10917,59,1,10916,4,4,69,97,101,115,10416,10419,10434,10453,59,1,8809,112,4,2,59,112,10426,10428,1,10890,114,111,120,59,1,10890,4,2,59,113,10440,10442,1,10888,4,2,59,113,10448,10450,1,10888,59,1,8809,105,109,59,1,8935,112,102,59,3,55349,56664,97,118,101,59,1,96,4,2,99,105,10476,10480,114,59,1,8458,109,4,3,59,101,108,10489,10491,10494,1,8819,59,1,10894,59,1,10896,5,62,6,59,99,100,108,113,114,10512,10514,10527,10532,10538,10545,1,62,4,2,99,105,10520,10523,59,1,10919,114,59,1,10874,111,116,59,1,8919,80,97,114,59,1,10645,117,101,115,116,59,1,10876,4,5,97,100,101,108,115,10557,10574,10579,10599,10605,4,2,112,114,10563,10570,112,114,111,120,59,1,10886,114,59,1,10616,111,116,59,1,8919,113,4,2,108,113,10586,10592,101,115,115,59,1,8923,108,101,115,115,59,1,10892,101,115,115,59,1,8823,105,109,59,1,8819,4,2,101,110,10616,10626,114,116,110,101,113,113,59,3,8809,65024,69,59,3,8809,65024,4,10,65,97,98,99,101,102,107,111,115,121,10653,10658,10713,10718,10724,10760,10765,10786,10850,10875,114,114,59,1,8660,4,4,105,108,109,114,10668,10674,10678,10684,114,115,112,59,1,8202,102,59,1,189,105,108,116,59,1,8459,4,2,100,114,10690,10695,99,121,59,1,1098,4,3,59,99,119,10703,10705,10710,1,8596,105,114,59,1,10568,59,1,8621,97,114,59,1,8463,105,114,99,59,1,293,4,3,97,108,114,10732,10748,10754,114,116,115,4,2,59,117,10741,10743,1,9829,105,116,59,1,9829,108,105,112,59,1,8230,99,111,110,59,1,8889,114,59,3,55349,56613,115,4,2,101,119,10772,10779,97,114,111,119,59,1,10533,97,114,111,119,59,1,10534,4,5,97,109,111,112,114,10798,10803,10809,10839,10844,114,114,59,1,8703,116,104,116,59,1,8763,107,4,2,108,114,10816,10827,101,102,116,97,114,114,111,119,59,1,8617,105,103,104,116,97,114,114,111,119,59,1,8618,102,59,3,55349,56665,98,97,114,59,1,8213,4,3,99,108,116,10858,10863,10869,114,59,3,55349,56509,97,115,104,59,1,8463,114,111,107,59,1,295,4,2,98,112,10881,10887,117,108,108,59,1,8259,104,101,110,59,1,8208,4,15,97,99,101,102,103,105,106,109,110,111,112,113,115,116,117,10925,10936,10958,10977,10990,11001,11039,11045,11101,11192,11220,11226,11237,11285,11299,99,117,116,101,5,237,1,59,10934,1,237,4,3,59,105,121,10944,10946,10955,1,8291,114,99,5,238,1,59,10953,1,238,59,1,1080,4,2,99,120,10964,10968,121,59,1,1077,99,108,5,161,1,59,10975,1,161,4,2,102,114,10983,10986,59,1,8660,59,3,55349,56614,114,97,118,101,5,236,1,59,10999,1,236,4,4,59,105,110,111,11011,11013,11028,11034,1,8520,4,2,105,110,11019,11024,110,116,59,1,10764,116,59,1,8749,102,105,110,59,1,10716,116,97,59,1,8489,108,105,103,59,1,307,4,3,97,111,112,11053,11092,11096,4,3,99,103,116,11061,11065,11088,114,59,1,299,4,3,101,108,112,11073,11076,11082,59,1,8465,105,110,101,59,1,8464,97,114,116,59,1,8465,104,59,1,305,102,59,1,8887,101,100,59,1,437,4,5,59,99,102,111,116,11113,11115,11121,11136,11142,1,8712,97,114,101,59,1,8453,105,110,4,2,59,116,11129,11131,1,8734,105,101,59,1,10717,100,111,116,59,1,305,4,5,59,99,101,108,112,11154,11156,11161,11179,11186,1,8747,97,108,59,1,8890,4,2,103,114,11167,11173,101,114,115,59,1,8484,99,97,108,59,1,8890,97,114,104,107,59,1,10775,114,111,100,59,1,10812,4,4,99,103,112,116,11202,11206,11211,11216,121,59,1,1105,111,110,59,1,303,102,59,3,55349,56666,97,59,1,953,114,111,100,59,1,10812,117,101,115,116,5,191,1,59,11235,1,191,4,2,99,105,11243,11248,114,59,3,55349,56510,110,4,5,59,69,100,115,118,11261,11263,11266,11271,11282,1,8712,59,1,8953,111,116,59,1,8949,4,2,59,118,11277,11279,1,8948,59,1,8947,59,1,8712,4,2,59,105,11291,11293,1,8290,108,100,101,59,1,297,4,2,107,109,11305,11310,99,121,59,1,1110,108,5,239,1,59,11316,1,239,4,6,99,102,109,111,115,117,11332,11346,11351,11357,11363,11380,4,2,105,121,11338,11343,114,99,59,1,309,59,1,1081,114,59,3,55349,56615,97,116,104,59,1,567,112,102,59,3,55349,56667,4,2,99,101,11369,11374,114,59,3,55349,56511,114,99,121,59,1,1112,107,99,121,59,1,1108,4,8,97,99,102,103,104,106,111,115,11404,11418,11433,11438,11445,11450,11455,11461,112,112,97,4,2,59,118,11413,11415,1,954,59,1,1008,4,2,101,121,11424,11430,100,105,108,59,1,311,59,1,1082,114,59,3,55349,56616,114,101,101,110,59,1,312,99,121,59,1,1093,99,121,59,1,1116,112,102,59,3,55349,56668,99,114,59,3,55349,56512,4,23,65,66,69,72,97,98,99,100,101,102,103,104,106,108,109,110,111,112,114,115,116,117,118,11515,11538,11544,11555,11560,11721,11780,11818,11868,12136,12160,12171,12203,12208,12246,12275,12327,12509,12523,12569,12641,12732,12752,4,3,97,114,116,11523,11528,11532,114,114,59,1,8666,114,59,1,8656,97,105,108,59,1,10523,97,114,114,59,1,10510,4,2,59,103,11550,11552,1,8806,59,1,10891,97,114,59,1,10594,4,9,99,101,103,109,110,112,113,114,116,11580,11586,11594,11600,11606,11624,11627,11636,11694,117,116,101,59,1,314,109,112,116,121,118,59,1,10676,114,97,110,59,1,8466,98,100,97,59,1,955,103,4,3,59,100,108,11615,11617,11620,1,10216,59,1,10641,101,59,1,10216,59,1,10885,117,111,5,171,1,59,11634,1,171,114,4,8,59,98,102,104,108,112,115,116,11655,11657,11669,11673,11677,11681,11685,11690,1,8592,4,2,59,102,11663,11665,1,8676,115,59,1,10527,115,59,1,10525,107,59,1,8617,112,59,1,8619,108,59,1,10553,105,109,59,1,10611,108,59,1,8610,4,3,59,97,101,11702,11704,11709,1,10923,105,108,59,1,10521,4,2,59,115,11715,11717,1,10925,59,3,10925,65024,4,3,97,98,114,11729,11734,11739,114,114,59,1,10508,114,107,59,1,10098,4,2,97,107,11745,11758,99,4,2,101,107,11752,11755,59,1,123,59,1,91,4,2,101,115,11764,11767,59,1,10635,108,4,2,100,117,11774,11777,59,1,10639,59,1,10637,4,4,97,101,117,121,11790,11796,11811,11815,114,111,110,59,1,318,4,2,100,105,11802,11807,105,108,59,1,316,108,59,1,8968,98,59,1,123,59,1,1083,4,4,99,113,114,115,11828,11832,11845,11864,97,59,1,10550,117,111,4,2,59,114,11840,11842,1,8220,59,1,8222,4,2,100,117,11851,11857,104,97,114,59,1,10599,115,104,97,114,59,1,10571,104,59,1,8626,4,5,59,102,103,113,115,11880,11882,12008,12011,12031,1,8804,116,4,5,97,104,108,114,116,11895,11913,11935,11947,11996,114,114,111,119,4,2,59,116,11905,11907,1,8592,97,105,108,59,1,8610,97,114,112,111,111,110,4,2,100,117,11925,11931,111,119,110,59,1,8637,112,59,1,8636,101,102,116,97,114,114,111,119,115,59,1,8647,105,103,104,116,4,3,97,104,115,11959,11974,11984,114,114,111,119,4,2,59,115,11969,11971,1,8596,59,1,8646,97,114,112,111,111,110,115,59,1,8651,113,117,105,103,97,114,114,111,119,59,1,8621,104,114,101,101,116,105,109,101,115,59,1,8907,59,1,8922,4,3,59,113,115,12019,12021,12024,1,8804,59,1,8806,108,97,110,116,59,1,10877,4,5,59,99,100,103,115,12043,12045,12049,12070,12083,1,10877,99,59,1,10920,111,116,4,2,59,111,12057,12059,1,10879,4,2,59,114,12065,12067,1,10881,59,1,10883,4,2,59,101,12076,12079,3,8922,65024,115,59,1,10899,4,5,97,100,101,103,115,12095,12103,12108,12126,12131,112,112,114,111,120,59,1,10885,111,116,59,1,8918,113,4,2,103,113,12115,12120,116,114,59,1,8922,103,116,114,59,1,10891,116,114,59,1,8822,105,109,59,1,8818,4,3,105,108,114,12144,12150,12156,115,104,116,59,1,10620,111,111,114,59,1,8970,59,3,55349,56617,4,2,59,69,12166,12168,1,8822,59,1,10897,4,2,97,98,12177,12198,114,4,2,100,117,12184,12187,59,1,8637,4,2,59,108,12193,12195,1,8636,59,1,10602,108,107,59,1,9604,99,121,59,1,1113,4,5,59,97,99,104,116,12220,12222,12227,12235,12241,1,8810,114,114,59,1,8647,111,114,110,101,114,59,1,8990,97,114,100,59,1,10603,114,105,59,1,9722,4,2,105,111,12252,12258,100,111,116,59,1,320,117,115,116,4,2,59,97,12267,12269,1,9136,99,104,101,59,1,9136,4,4,69,97,101,115,12285,12288,12303,12322,59,1,8808,112,4,2,59,112,12295,12297,1,10889,114,111,120,59,1,10889,4,2,59,113,12309,12311,1,10887,4,2,59,113,12317,12319,1,10887,59,1,8808,105,109,59,1,8934,4,8,97,98,110,111,112,116,119,122,12345,12359,12364,12421,12446,12467,12474,12490,4,2,110,114,12351,12355,103,59,1,10220,114,59,1,8701,114,107,59,1,10214,103,4,3,108,109,114,12373,12401,12409,101,102,116,4,2,97,114,12382,12389,114,114,111,119,59,1,10229,105,103,104,116,97,114,114,111,119,59,1,10231,97,112,115,116,111,59,1,10236,105,103,104,116,97,114,114,111,119,59,1,10230,112,97,114,114,111,119,4,2,108,114,12433,12439,101,102,116,59,1,8619,105,103,104,116,59,1,8620,4,3,97,102,108,12454,12458,12462,114,59,1,10629,59,3,55349,56669,117,115,59,1,10797,105,109,101,115,59,1,10804,4,2,97,98,12480,12485,115,116,59,1,8727,97,114,59,1,95,4,3,59,101,102,12498,12500,12506,1,9674,110,103,101,59,1,9674,59,1,10731,97,114,4,2,59,108,12517,12519,1,40,116,59,1,10643,4,5,97,99,104,109,116,12535,12540,12548,12561,12564,114,114,59,1,8646,111,114,110,101,114,59,1,8991,97,114,4,2,59,100,12556,12558,1,8651,59,1,10605,59,1,8206,114,105,59,1,8895,4,6,97,99,104,105,113,116,12583,12589,12594,12597,12614,12635,113,117,111,59,1,8249,114,59,3,55349,56513,59,1,8624,109,4,3,59,101,103,12606,12608,12611,1,8818,59,1,10893,59,1,10895,4,2,98,117,12620,12623,59,1,91,111,4,2,59,114,12630,12632,1,8216,59,1,8218,114,111,107,59,1,322,5,60,8,59,99,100,104,105,108,113,114,12660,12662,12675,12680,12686,12692,12698,12705,1,60,4,2,99,105,12668,12671,59,1,10918,114,59,1,10873,111,116,59,1,8918,114,101,101,59,1,8907,109,101,115,59,1,8905,97,114,114,59,1,10614,117,101,115,116,59,1,10875,4,2,80,105,12711,12716,97,114,59,1,10646,4,3,59,101,102,12724,12726,12729,1,9667,59,1,8884,59,1,9666,114,4,2,100,117,12739,12746,115,104,97,114,59,1,10570,104,97,114,59,1,10598,4,2,101,110,12758,12768,114,116,110,101,113,113,59,3,8808,65024,69,59,3,8808,65024,4,14,68,97,99,100,101,102,104,105,108,110,111,112,115,117,12803,12809,12893,12908,12914,12928,12933,12937,13011,13025,13032,13049,13052,13069,68,111,116,59,1,8762,4,4,99,108,112,114,12819,12827,12849,12887,114,5,175,1,59,12825,1,175,4,2,101,116,12833,12836,59,1,9794,4,2,59,101,12842,12844,1,10016,115,101,59,1,10016,4,2,59,115,12855,12857,1,8614,116,111,4,4,59,100,108,117,12869,12871,12877,12883,1,8614,111,119,110,59,1,8615,101,102,116,59,1,8612,112,59,1,8613,107,101,114,59,1,9646,4,2,111,121,12899,12905,109,109,97,59,1,10793,59,1,1084,97,115,104,59,1,8212,97,115,117,114,101,100,97,110,103,108,101,59,1,8737,114,59,3,55349,56618,111,59,1,8487,4,3,99,100,110,12945,12954,12985,114,111,5,181,1,59,12952,1,181,4,4,59,97,99,100,12964,12966,12971,12976,1,8739,115,116,59,1,42,105,114,59,1,10992,111,116,5,183,1,59,12983,1,183,117,115,4,3,59,98,100,12995,12997,13e3,1,8722,59,1,8863,4,2,59,117,13006,13008,1,8760,59,1,10794,4,2,99,100,13017,13021,112,59,1,10971,114,59,1,8230,112,108,117,115,59,1,8723,4,2,100,112,13038,13044,101,108,115,59,1,8871,102,59,3,55349,56670,59,1,8723,4,2,99,116,13058,13063,114,59,3,55349,56514,112,111,115,59,1,8766,4,3,59,108,109,13077,13079,13087,1,956,116,105,109,97,112,59,1,8888,97,112,59,1,8888,4,24,71,76,82,86,97,98,99,100,101,102,103,104,105,106,108,109,111,112,114,115,116,117,118,119,13142,13165,13217,13229,13247,13330,13359,13414,13420,13508,13513,13579,13602,13626,13631,13762,13767,13855,13936,13995,14214,14285,14312,14432,4,2,103,116,13148,13152,59,3,8921,824,4,2,59,118,13158,13161,3,8811,8402,59,3,8811,824,4,3,101,108,116,13173,13200,13204,102,116,4,2,97,114,13181,13188,114,114,111,119,59,1,8653,105,103,104,116,97,114,114,111,119,59,1,8654,59,3,8920,824,4,2,59,118,13210,13213,3,8810,8402,59,3,8810,824,105,103,104,116,97,114,114,111,119,59,1,8655,4,2,68,100,13235,13241,97,115,104,59,1,8879,97,115,104,59,1,8878,4,5,98,99,110,112,116,13259,13264,13270,13275,13308,108,97,59,1,8711,117,116,101,59,1,324,103,59,3,8736,8402,4,5,59,69,105,111,112,13287,13289,13293,13298,13302,1,8777,59,3,10864,824,100,59,3,8779,824,115,59,1,329,114,111,120,59,1,8777,117,114,4,2,59,97,13316,13318,1,9838,108,4,2,59,115,13325,13327,1,9838,59,1,8469,4,2,115,117,13336,13344,112,5,160,1,59,13342,1,160,109,112,4,2,59,101,13352,13355,3,8782,824,59,3,8783,824,4,5,97,101,111,117,121,13371,13385,13391,13407,13411,4,2,112,114,13377,13380,59,1,10819,111,110,59,1,328,100,105,108,59,1,326,110,103,4,2,59,100,13399,13401,1,8775,111,116,59,3,10861,824,112,59,1,10818,59,1,1085,97,115,104,59,1,8211,4,7,59,65,97,100,113,115,120,13436,13438,13443,13466,13472,13478,13494,1,8800,114,114,59,1,8663,114,4,2,104,114,13450,13454,107,59,1,10532,4,2,59,111,13460,13462,1,8599,119,59,1,8599,111,116,59,3,8784,824,117,105,118,59,1,8802,4,2,101,105,13484,13489,97,114,59,1,10536,109,59,3,8770,824,105,115,116,4,2,59,115,13503,13505,1,8708,59,1,8708,114,59,3,55349,56619,4,4,69,101,115,116,13523,13527,13563,13568,59,3,8807,824,4,3,59,113,115,13535,13537,13559,1,8817,4,3,59,113,115,13545,13547,13551,1,8817,59,3,8807,824,108,97,110,116,59,3,10878,824,59,3,10878,824,105,109,59,1,8821,4,2,59,114,13574,13576,1,8815,59,1,8815,4,3,65,97,112,13587,13592,13597,114,114,59,1,8654,114,114,59,1,8622,97,114,59,1,10994,4,3,59,115,118,13610,13612,13623,1,8715,4,2,59,100,13618,13620,1,8956,59,1,8954,59,1,8715,99,121,59,1,1114,4,7,65,69,97,100,101,115,116,13647,13652,13656,13661,13665,13737,13742,114,114,59,1,8653,59,3,8806,824,114,114,59,1,8602,114,59,1,8229,4,4,59,102,113,115,13675,13677,13703,13725,1,8816,116,4,2,97,114,13684,13691,114,114,111,119,59,1,8602,105,103,104,116,97,114,114,111,119,59,1,8622,4,3,59,113,115,13711,13713,13717,1,8816,59,3,8806,824,108,97,110,116,59,3,10877,824,4,2,59,115,13731,13734,3,10877,824,59,1,8814,105,109,59,1,8820,4,2,59,114,13748,13750,1,8814,105,4,2,59,101,13757,13759,1,8938,59,1,8940,105,100,59,1,8740,4,2,112,116,13773,13778,102,59,3,55349,56671,5,172,3,59,105,110,13787,13789,13829,1,172,110,4,4,59,69,100,118,13800,13802,13806,13812,1,8713,59,3,8953,824,111,116,59,3,8949,824,4,3,97,98,99,13820,13823,13826,59,1,8713,59,1,8951,59,1,8950,105,4,2,59,118,13836,13838,1,8716,4,3,97,98,99,13846,13849,13852,59,1,8716,59,1,8958,59,1,8957,4,3,97,111,114,13863,13892,13899,114,4,4,59,97,115,116,13874,13876,13883,13888,1,8742,108,108,101,108,59,1,8742,108,59,3,11005,8421,59,3,8706,824,108,105,110,116,59,1,10772,4,3,59,99,101,13907,13909,13914,1,8832,117,101,59,1,8928,4,2,59,99,13920,13923,3,10927,824,4,2,59,101,13929,13931,1,8832,113,59,3,10927,824,4,4,65,97,105,116,13946,13951,13971,13982,114,114,59,1,8655,114,114,4,3,59,99,119,13961,13963,13967,1,8603,59,3,10547,824,59,3,8605,824,103,104,116,97,114,114,111,119,59,1,8603,114,105,4,2,59,101,13990,13992,1,8939,59,1,8941,4,7,99,104,105,109,112,113,117,14011,14036,14060,14080,14085,14090,14106,4,4,59,99,101,114,14021,14023,14028,14032,1,8833,117,101,59,1,8929,59,3,10928,824,59,3,55349,56515,111,114,116,4,2,109,112,14045,14050,105,100,59,1,8740,97,114,97,108,108,101,108,59,1,8742,109,4,2,59,101,14067,14069,1,8769,4,2,59,113,14075,14077,1,8772,59,1,8772,105,100,59,1,8740,97,114,59,1,8742,115,117,4,2,98,112,14098,14102,101,59,1,8930,101,59,1,8931,4,3,98,99,112,14114,14157,14171,4,4,59,69,101,115,14124,14126,14130,14133,1,8836,59,3,10949,824,59,1,8840,101,116,4,2,59,101,14141,14144,3,8834,8402,113,4,2,59,113,14151,14153,1,8840,59,3,10949,824,99,4,2,59,101,14164,14166,1,8833,113,59,3,10928,824,4,4,59,69,101,115,14181,14183,14187,14190,1,8837,59,3,10950,824,59,1,8841,101,116,4,2,59,101,14198,14201,3,8835,8402,113,4,2,59,113,14208,14210,1,8841,59,3,10950,824,4,4,103,105,108,114,14224,14228,14238,14242,108,59,1,8825,108,100,101,5,241,1,59,14236,1,241,103,59,1,8824,105,97,110,103,108,101,4,2,108,114,14254,14269,101,102,116,4,2,59,101,14263,14265,1,8938,113,59,1,8940,105,103,104,116,4,2,59,101,14279,14281,1,8939,113,59,1,8941,4,2,59,109,14291,14293,1,957,4,3,59,101,115,14301,14303,14308,1,35,114,111,59,1,8470,112,59,1,8199,4,9,68,72,97,100,103,105,108,114,115,14332,14338,14344,14349,14355,14369,14376,14408,14426,97,115,104,59,1,8877,97,114,114,59,1,10500,112,59,3,8781,8402,97,115,104,59,1,8876,4,2,101,116,14361,14365,59,3,8805,8402,59,3,62,8402,110,102,105,110,59,1,10718,4,3,65,101,116,14384,14389,14393,114,114,59,1,10498,59,3,8804,8402,4,2,59,114,14399,14402,3,60,8402,105,101,59,3,8884,8402,4,2,65,116,14414,14419,114,114,59,1,10499,114,105,101,59,3,8885,8402,105,109,59,3,8764,8402,4,3,65,97,110,14440,14445,14468,114,114,59,1,8662,114,4,2,104,114,14452,14456,107,59,1,10531,4,2,59,111,14462,14464,1,8598,119,59,1,8598,101,97,114,59,1,10535,4,18,83,97,99,100,101,102,103,104,105,108,109,111,112,114,115,116,117,118,14512,14515,14535,14560,14597,14603,14618,14643,14657,14662,14701,14741,14747,14769,14851,14877,14907,14916,59,1,9416,4,2,99,115,14521,14531,117,116,101,5,243,1,59,14529,1,243,116,59,1,8859,4,2,105,121,14541,14557,114,4,2,59,99,14548,14550,1,8858,5,244,1,59,14555,1,244,59,1,1086,4,5,97,98,105,111,115,14572,14577,14583,14587,14591,115,104,59,1,8861,108,97,99,59,1,337,118,59,1,10808,116,59,1,8857,111,108,100,59,1,10684,108,105,103,59,1,339,4,2,99,114,14609,14614,105,114,59,1,10687,59,3,55349,56620,4,3,111,114,116,14626,14630,14640,110,59,1,731,97,118,101,5,242,1,59,14638,1,242,59,1,10689,4,2,98,109,14649,14654,97,114,59,1,10677,59,1,937,110,116,59,1,8750,4,4,97,99,105,116,14672,14677,14693,14698,114,114,59,1,8634,4,2,105,114,14683,14687,114,59,1,10686,111,115,115,59,1,10683,110,101,59,1,8254,59,1,10688,4,3,97,101,105,14709,14714,14719,99,114,59,1,333,103,97,59,1,969,4,3,99,100,110,14727,14733,14736,114,111,110,59,1,959,59,1,10678,117,115,59,1,8854,112,102,59,3,55349,56672,4,3,97,101,108,14755,14759,14764,114,59,1,10679,114,112,59,1,10681,117,115,59,1,8853,4,7,59,97,100,105,111,115,118,14785,14787,14792,14831,14837,14841,14848,1,8744,114,114,59,1,8635,4,4,59,101,102,109,14802,14804,14817,14824,1,10845,114,4,2,59,111,14811,14813,1,8500,102,59,1,8500,5,170,1,59,14822,1,170,5,186,1,59,14829,1,186,103,111,102,59,1,8886,114,59,1,10838,108,111,112,101,59,1,10839,59,1,10843,4,3,99,108,111,14859,14863,14873,114,59,1,8500,97,115,104,5,248,1,59,14871,1,248,108,59,1,8856,105,4,2,108,109,14884,14893,100,101,5,245,1,59,14891,1,245,101,115,4,2,59,97,14901,14903,1,8855,115,59,1,10806,109,108,5,246,1,59,14914,1,246,98,97,114,59,1,9021,4,12,97,99,101,102,104,105,108,109,111,114,115,117,14948,14992,14996,15033,15038,15068,15090,15189,15192,15222,15427,15441,114,4,4,59,97,115,116,14959,14961,14976,14989,1,8741,5,182,2,59,108,14968,14970,1,182,108,101,108,59,1,8741,4,2,105,108,14982,14986,109,59,1,10995,59,1,11005,59,1,8706,121,59,1,1087,114,4,5,99,105,109,112,116,15009,15014,15019,15024,15027,110,116,59,1,37,111,100,59,1,46,105,108,59,1,8240,59,1,8869,101,110,107,59,1,8241,114,59,3,55349,56621,4,3,105,109,111,15046,15057,15063,4,2,59,118,15052,15054,1,966,59,1,981,109,97,116,59,1,8499,110,101,59,1,9742,4,3,59,116,118,15076,15078,15087,1,960,99,104,102,111,114,107,59,1,8916,59,1,982,4,2,97,117,15096,15119,110,4,2,99,107,15103,15115,107,4,2,59,104,15110,15112,1,8463,59,1,8462,118,59,1,8463,115,4,9,59,97,98,99,100,101,109,115,116,15140,15142,15148,15151,15156,15168,15171,15179,15184,1,43,99,105,114,59,1,10787,59,1,8862,105,114,59,1,10786,4,2,111,117,15162,15165,59,1,8724,59,1,10789,59,1,10866,110,5,177,1,59,15177,1,177,105,109,59,1,10790,119,111,59,1,10791,59,1,177,4,3,105,112,117,15200,15208,15213,110,116,105,110,116,59,1,10773,102,59,3,55349,56673,110,100,5,163,1,59,15220,1,163,4,10,59,69,97,99,101,105,110,111,115,117,15244,15246,15249,15253,15258,15334,15347,15367,15416,15421,1,8826,59,1,10931,112,59,1,10935,117,101,59,1,8828,4,2,59,99,15264,15266,1,10927,4,6,59,97,99,101,110,115,15280,15282,15290,15299,15303,15329,1,8826,112,112,114,111,120,59,1,10935,117,114,108,121,101,113,59,1,8828,113,59,1,10927,4,3,97,101,115,15311,15319,15324,112,112,114,111,120,59,1,10937,113,113,59,1,10933,105,109,59,1,8936,105,109,59,1,8830,109,101,4,2,59,115,15342,15344,1,8242,59,1,8473,4,3,69,97,115,15355,15358,15362,59,1,10933,112,59,1,10937,105,109,59,1,8936,4,3,100,102,112,15375,15378,15404,59,1,8719,4,3,97,108,115,15386,15392,15398,108,97,114,59,1,9006,105,110,101,59,1,8978,117,114,102,59,1,8979,4,2,59,116,15410,15412,1,8733,111,59,1,8733,105,109,59,1,8830,114,101,108,59,1,8880,4,2,99,105,15433,15438,114,59,3,55349,56517,59,1,968,110,99,115,112,59,1,8200,4,6,102,105,111,112,115,117,15462,15467,15472,15478,15485,15491,114,59,3,55349,56622,110,116,59,1,10764,112,102,59,3,55349,56674,114,105,109,101,59,1,8279,99,114,59,3,55349,56518,4,3,97,101,111,15499,15520,15534,116,4,2,101,105,15506,15515,114,110,105,111,110,115,59,1,8461,110,116,59,1,10774,115,116,4,2,59,101,15528,15530,1,63,113,59,1,8799,116,5,34,1,59,15540,1,34,4,21,65,66,72,97,98,99,100,101,102,104,105,108,109,110,111,112,114,115,116,117,120,15586,15609,15615,15620,15796,15855,15893,15931,15977,16001,16039,16183,16204,16222,16228,16285,16312,16318,16363,16408,16416,4,3,97,114,116,15594,15599,15603,114,114,59,1,8667,114,59,1,8658,97,105,108,59,1,10524,97,114,114,59,1,10511,97,114,59,1,10596,4,7,99,100,101,110,113,114,116,15636,15651,15656,15664,15687,15696,15770,4,2,101,117,15642,15646,59,3,8765,817,116,101,59,1,341,105,99,59,1,8730,109,112,116,121,118,59,1,10675,103,4,4,59,100,101,108,15675,15677,15680,15683,1,10217,59,1,10642,59,1,10661,101,59,1,10217,117,111,5,187,1,59,15694,1,187,114,4,11,59,97,98,99,102,104,108,112,115,116,119,15721,15723,15727,15739,15742,15746,15750,15754,15758,15763,15767,1,8594,112,59,1,10613,4,2,59,102,15733,15735,1,8677,115,59,1,10528,59,1,10547,115,59,1,10526,107,59,1,8618,112,59,1,8620,108,59,1,10565,105,109,59,1,10612,108,59,1,8611,59,1,8605,4,2,97,105,15776,15781,105,108,59,1,10522,111,4,2,59,110,15788,15790,1,8758,97,108,115,59,1,8474,4,3,97,98,114,15804,15809,15814,114,114,59,1,10509,114,107,59,1,10099,4,2,97,107,15820,15833,99,4,2,101,107,15827,15830,59,1,125,59,1,93,4,2,101,115,15839,15842,59,1,10636,108,4,2,100,117,15849,15852,59,1,10638,59,1,10640,4,4,97,101,117,121,15865,15871,15886,15890,114,111,110,59,1,345,4,2,100,105,15877,15882,105,108,59,1,343,108,59,1,8969,98,59,1,125,59,1,1088,4,4,99,108,113,115,15903,15907,15914,15927,97,59,1,10551,100,104,97,114,59,1,10601,117,111,4,2,59,114,15922,15924,1,8221,59,1,8221,104,59,1,8627,4,3,97,99,103,15939,15966,15970,108,4,4,59,105,112,115,15950,15952,15957,15963,1,8476,110,101,59,1,8475,97,114,116,59,1,8476,59,1,8477,116,59,1,9645,5,174,1,59,15975,1,174,4,3,105,108,114,15985,15991,15997,115,104,116,59,1,10621,111,111,114,59,1,8971,59,3,55349,56623,4,2,97,111,16007,16028,114,4,2,100,117,16014,16017,59,1,8641,4,2,59,108,16023,16025,1,8640,59,1,10604,4,2,59,118,16034,16036,1,961,59,1,1009,4,3,103,110,115,16047,16167,16171,104,116,4,6,97,104,108,114,115,116,16063,16081,16103,16130,16143,16155,114,114,111,119,4,2,59,116,16073,16075,1,8594,97,105,108,59,1,8611,97,114,112,111,111,110,4,2,100,117,16093,16099,111,119,110,59,1,8641,112,59,1,8640,101,102,116,4,2,97,104,16112,16120,114,114,111,119,115,59,1,8644,97,114,112,111,111,110,115,59,1,8652,105,103,104,116,97,114,114,111,119,115,59,1,8649,113,117,105,103,97,114,114,111,119,59,1,8605,104,114,101,101,116,105,109,101,115,59,1,8908,103,59,1,730,105,110,103,100,111,116,115,101,113,59,1,8787,4,3,97,104,109,16191,16196,16201,114,114,59,1,8644,97,114,59,1,8652,59,1,8207,111,117,115,116,4,2,59,97,16214,16216,1,9137,99,104,101,59,1,9137,109,105,100,59,1,10990,4,4,97,98,112,116,16238,16252,16257,16278,4,2,110,114,16244,16248,103,59,1,10221,114,59,1,8702,114,107,59,1,10215,4,3,97,102,108,16265,16269,16273,114,59,1,10630,59,3,55349,56675,117,115,59,1,10798,105,109,101,115,59,1,10805,4,2,97,112,16291,16304,114,4,2,59,103,16298,16300,1,41,116,59,1,10644,111,108,105,110,116,59,1,10770,97,114,114,59,1,8649,4,4,97,99,104,113,16328,16334,16339,16342,113,117,111,59,1,8250,114,59,3,55349,56519,59,1,8625,4,2,98,117,16348,16351,59,1,93,111,4,2,59,114,16358,16360,1,8217,59,1,8217,4,3,104,105,114,16371,16377,16383,114,101,101,59,1,8908,109,101,115,59,1,8906,105,4,4,59,101,102,108,16394,16396,16399,16402,1,9657,59,1,8885,59,1,9656,116,114,105,59,1,10702,108,117,104,97,114,59,1,10600,59,1,8478,4,19,97,98,99,100,101,102,104,105,108,109,111,112,113,114,115,116,117,119,122,16459,16466,16472,16572,16590,16672,16687,16746,16844,16850,16924,16963,16988,17115,17121,17154,17206,17614,17656,99,117,116,101,59,1,347,113,117,111,59,1,8218,4,10,59,69,97,99,101,105,110,112,115,121,16494,16496,16499,16513,16518,16531,16536,16556,16564,16569,1,8827,59,1,10932,4,2,112,114,16505,16508,59,1,10936,111,110,59,1,353,117,101,59,1,8829,4,2,59,100,16524,16526,1,10928,105,108,59,1,351,114,99,59,1,349,4,3,69,97,115,16544,16547,16551,59,1,10934,112,59,1,10938,105,109,59,1,8937,111,108,105,110,116,59,1,10771,105,109,59,1,8831,59,1,1089,111,116,4,3,59,98,101,16582,16584,16587,1,8901,59,1,8865,59,1,10854,4,7,65,97,99,109,115,116,120,16606,16611,16634,16642,16646,16652,16668,114,114,59,1,8664,114,4,2,104,114,16618,16622,107,59,1,10533,4,2,59,111,16628,16630,1,8600,119,59,1,8600,116,5,167,1,59,16640,1,167,105,59,1,59,119,97,114,59,1,10537,109,4,2,105,110,16659,16665,110,117,115,59,1,8726,59,1,8726,116,59,1,10038,114,4,2,59,111,16679,16682,3,55349,56624,119,110,59,1,8994,4,4,97,99,111,121,16697,16702,16716,16739,114,112,59,1,9839,4,2,104,121,16708,16713,99,121,59,1,1097,59,1,1096,114,116,4,2,109,112,16724,16729,105,100,59,1,8739,97,114,97,108,108,101,108,59,1,8741,5,173,1,59,16744,1,173,4,2,103,109,16752,16770,109,97,4,3,59,102,118,16762,16764,16767,1,963,59,1,962,59,1,962,4,8,59,100,101,103,108,110,112,114,16788,16790,16795,16806,16817,16828,16832,16838,1,8764,111,116,59,1,10858,4,2,59,113,16801,16803,1,8771,59,1,8771,4,2,59,69,16812,16814,1,10910,59,1,10912,4,2,59,69,16823,16825,1,10909,59,1,10911,101,59,1,8774,108,117,115,59,1,10788,97,114,114,59,1,10610,97,114,114,59,1,8592,4,4,97,101,105,116,16860,16883,16891,16904,4,2,108,115,16866,16878,108,115,101,116,109,105,110,117,115,59,1,8726,104,112,59,1,10803,112,97,114,115,108,59,1,10724,4,2,100,108,16897,16900,59,1,8739,101,59,1,8995,4,2,59,101,16910,16912,1,10922,4,2,59,115,16918,16920,1,10924,59,3,10924,65024,4,3,102,108,112,16932,16938,16958,116,99,121,59,1,1100,4,2,59,98,16944,16946,1,47,4,2,59,97,16952,16954,1,10692,114,59,1,9023,102,59,3,55349,56676,97,4,2,100,114,16970,16985,101,115,4,2,59,117,16978,16980,1,9824,105,116,59,1,9824,59,1,8741,4,3,99,115,117,16996,17028,17089,4,2,97,117,17002,17015,112,4,2,59,115,17009,17011,1,8851,59,3,8851,65024,112,4,2,59,115,17022,17024,1,8852,59,3,8852,65024,117,4,2,98,112,17035,17062,4,3,59,101,115,17043,17045,17048,1,8847,59,1,8849,101,116,4,2,59,101,17056,17058,1,8847,113,59,1,8849,4,3,59,101,115,17070,17072,17075,1,8848,59,1,8850,101,116,4,2,59,101,17083,17085,1,8848,113,59,1,8850,4,3,59,97,102,17097,17099,17112,1,9633,114,4,2,101,102,17106,17109,59,1,9633,59,1,9642,59,1,9642,97,114,114,59,1,8594,4,4,99,101,109,116,17131,17136,17142,17148,114,59,3,55349,56520,116,109,110,59,1,8726,105,108,101,59,1,8995,97,114,102,59,1,8902,4,2,97,114,17160,17172,114,4,2,59,102,17167,17169,1,9734,59,1,9733,4,2,97,110,17178,17202,105,103,104,116,4,2,101,112,17188,17197,112,115,105,108,111,110,59,1,1013,104,105,59,1,981,115,59,1,175,4,5,98,99,109,110,112,17218,17351,17420,17423,17427,4,9,59,69,100,101,109,110,112,114,115,17238,17240,17243,17248,17261,17267,17279,17285,17291,1,8834,59,1,10949,111,116,59,1,10941,4,2,59,100,17254,17256,1,8838,111,116,59,1,10947,117,108,116,59,1,10945,4,2,69,101,17273,17276,59,1,10955,59,1,8842,108,117,115,59,1,10943,97,114,114,59,1,10617,4,3,101,105,117,17299,17335,17339,116,4,3,59,101,110,17308,17310,17322,1,8834,113,4,2,59,113,17317,17319,1,8838,59,1,10949,101,113,4,2,59,113,17330,17332,1,8842,59,1,10955,109,59,1,10951,4,2,98,112,17345,17348,59,1,10965,59,1,10963,99,4,6,59,97,99,101,110,115,17366,17368,17376,17385,17389,17415,1,8827,112,112,114,111,120,59,1,10936,117,114,108,121,101,113,59,1,8829,113,59,1,10928,4,3,97,101,115,17397,17405,17410,112,112,114,111,120,59,1,10938,113,113,59,1,10934,105,109,59,1,8937,105,109,59,1,8831,59,1,8721,103,59,1,9834,4,13,49,50,51,59,69,100,101,104,108,109,110,112,115,17455,17462,17469,17476,17478,17481,17496,17509,17524,17530,17536,17548,17554,5,185,1,59,17460,1,185,5,178,1,59,17467,1,178,5,179,1,59,17474,1,179,1,8835,59,1,10950,4,2,111,115,17487,17491,116,59,1,10942,117,98,59,1,10968,4,2,59,100,17502,17504,1,8839,111,116,59,1,10948,115,4,2,111,117,17516,17520,108,59,1,10185,98,59,1,10967,97,114,114,59,1,10619,117,108,116,59,1,10946,4,2,69,101,17542,17545,59,1,10956,59,1,8843,108,117,115,59,1,10944,4,3,101,105,117,17562,17598,17602,116,4,3,59,101,110,17571,17573,17585,1,8835,113,4,2,59,113,17580,17582,1,8839,59,1,10950,101,113,4,2,59,113,17593,17595,1,8843,59,1,10956,109,59,1,10952,4,2,98,112,17608,17611,59,1,10964,59,1,10966,4,3,65,97,110,17622,17627,17650,114,114,59,1,8665,114,4,2,104,114,17634,17638,107,59,1,10534,4,2,59,111,17644,17646,1,8601,119,59,1,8601,119,97,114,59,1,10538,108,105,103,5,223,1,59,17664,1,223,4,13,97,98,99,100,101,102,104,105,111,112,114,115,119,17694,17709,17714,17737,17742,17749,17754,17860,17905,17957,17964,18090,18122,4,2,114,117,17700,17706,103,101,116,59,1,8982,59,1,964,114,107,59,1,9140,4,3,97,101,121,17722,17728,17734,114,111,110,59,1,357,100,105,108,59,1,355,59,1,1090,111,116,59,1,8411,108,114,101,99,59,1,8981,114,59,3,55349,56625,4,4,101,105,107,111,17764,17805,17836,17851,4,2,114,116,17770,17786,101,4,2,52,102,17777,17780,59,1,8756,111,114,101,59,1,8756,97,4,3,59,115,118,17795,17797,17802,1,952,121,109,59,1,977,59,1,977,4,2,99,110,17811,17831,107,4,2,97,115,17818,17826,112,112,114,111,120,59,1,8776,105,109,59,1,8764,115,112,59,1,8201,4,2,97,115,17842,17846,112,59,1,8776,105,109,59,1,8764,114,110,5,254,1,59,17858,1,254,4,3,108,109,110,17868,17873,17901,100,101,59,1,732,101,115,5,215,3,59,98,100,17884,17886,17898,1,215,4,2,59,97,17892,17894,1,8864,114,59,1,10801,59,1,10800,116,59,1,8749,4,3,101,112,115,17913,17917,17953,97,59,1,10536,4,4,59,98,99,102,17927,17929,17934,17939,1,8868,111,116,59,1,9014,105,114,59,1,10993,4,2,59,111,17945,17948,3,55349,56677,114,107,59,1,10970,97,59,1,10537,114,105,109,101,59,1,8244,4,3,97,105,112,17972,17977,18082,100,101,59,1,8482,4,7,97,100,101,109,112,115,116,17993,18051,18056,18059,18066,18072,18076,110,103,108,101,4,5,59,100,108,113,114,18009,18011,18017,18032,18035,1,9653,111,119,110,59,1,9663,101,102,116,4,2,59,101,18026,18028,1,9667,113,59,1,8884,59,1,8796,105,103,104,116,4,2,59,101,18045,18047,1,9657,113,59,1,8885,111,116,59,1,9708,59,1,8796,105,110,117,115,59,1,10810,108,117,115,59,1,10809,98,59,1,10701,105,109,101,59,1,10811,101,122,105,117,109,59,1,9186,4,3,99,104,116,18098,18111,18116,4,2,114,121,18104,18108,59,3,55349,56521,59,1,1094,99,121,59,1,1115,114,111,107,59,1,359,4,2,105,111,18128,18133,120,116,59,1,8812,104,101,97,100,4,2,108,114,18143,18154,101,102,116,97,114,114,111,119,59,1,8606,105,103,104,116,97,114,114,111,119,59,1,8608,4,18,65,72,97,98,99,100,102,103,104,108,109,111,112,114,115,116,117,119,18204,18209,18214,18234,18250,18268,18292,18308,18319,18343,18379,18397,18413,18504,18547,18553,18584,18603,114,114,59,1,8657,97,114,59,1,10595,4,2,99,114,18220,18230,117,116,101,5,250,1,59,18228,1,250,114,59,1,8593,114,4,2,99,101,18241,18245,121,59,1,1118,118,101,59,1,365,4,2,105,121,18256,18265,114,99,5,251,1,59,18263,1,251,59,1,1091,4,3,97,98,104,18276,18281,18287,114,114,59,1,8645,108,97,99,59,1,369,97,114,59,1,10606,4,2,105,114,18298,18304,115,104,116,59,1,10622,59,3,55349,56626,114,97,118,101,5,249,1,59,18317,1,249,4,2,97,98,18325,18338,114,4,2,108,114,18332,18335,59,1,8639,59,1,8638,108,107,59,1,9600,4,2,99,116,18349,18374,4,2,111,114,18355,18369,114,110,4,2,59,101,18363,18365,1,8988,114,59,1,8988,111,112,59,1,8975,114,105,59,1,9720,4,2,97,108,18385,18390,99,114,59,1,363,5,168,1,59,18395,1,168,4,2,103,112,18403,18408,111,110,59,1,371,102,59,3,55349,56678,4,6,97,100,104,108,115,117,18427,18434,18445,18470,18475,18494,114,114,111,119,59,1,8593,111,119,110,97,114,114,111,119,59,1,8597,97,114,112,111,111,110,4,2,108,114,18457,18463,101,102,116,59,1,8639,105,103,104,116,59,1,8638,117,115,59,1,8846,105,4,3,59,104,108,18484,18486,18489,1,965,59,1,978,111,110,59,1,965,112,97,114,114,111,119,115,59,1,8648,4,3,99,105,116,18512,18537,18542,4,2,111,114,18518,18532,114,110,4,2,59,101,18526,18528,1,8989,114,59,1,8989,111,112,59,1,8974,110,103,59,1,367,114,105,59,1,9721,99,114,59,3,55349,56522,4,3,100,105,114,18561,18566,18572,111,116,59,1,8944,108,100,101,59,1,361,105,4,2,59,102,18579,18581,1,9653,59,1,9652,4,2,97,109,18590,18595,114,114,59,1,8648,108,5,252,1,59,18601,1,252,97,110,103,108,101,59,1,10663,4,15,65,66,68,97,99,100,101,102,108,110,111,112,114,115,122,18643,18648,18661,18667,18847,18851,18857,18904,18909,18915,18931,18937,18943,18949,18996,114,114,59,1,8661,97,114,4,2,59,118,18656,18658,1,10984,59,1,10985,97,115,104,59,1,8872,4,2,110,114,18673,18679,103,114,116,59,1,10652,4,7,101,107,110,112,114,115,116,18695,18704,18711,18720,18742,18754,18810,112,115,105,108,111,110,59,1,1013,97,112,112,97,59,1,1008,111,116,104,105,110,103,59,1,8709,4,3,104,105,114,18728,18732,18735,105,59,1,981,59,1,982,111,112,116,111,59,1,8733,4,2,59,104,18748,18750,1,8597,111,59,1,1009,4,2,105,117,18760,18766,103,109,97,59,1,962,4,2,98,112,18772,18791,115,101,116,110,101,113,4,2,59,113,18784,18787,3,8842,65024,59,3,10955,65024,115,101,116,110,101,113,4,2,59,113,18803,18806,3,8843,65024,59,3,10956,65024,4,2,104,114,18816,18822,101,116,97,59,1,977,105,97,110,103,108,101,4,2,108,114,18834,18840,101,102,116,59,1,8882,105,103,104,116,59,1,8883,121,59,1,1074,97,115,104,59,1,8866,4,3,101,108,114,18865,18884,18890,4,3,59,98,101,18873,18875,18880,1,8744,97,114,59,1,8891,113,59,1,8794,108,105,112,59,1,8942,4,2,98,116,18896,18901,97,114,59,1,124,59,1,124,114,59,3,55349,56627,116,114,105,59,1,8882,115,117,4,2,98,112,18923,18927,59,3,8834,8402,59,3,8835,8402,112,102,59,3,55349,56679,114,111,112,59,1,8733,116,114,105,59,1,8883,4,2,99,117,18955,18960,114,59,3,55349,56523,4,2,98,112,18966,18981,110,4,2,69,101,18973,18977,59,3,10955,65024,59,3,8842,65024,110,4,2,69,101,18988,18992,59,3,10956,65024,59,3,8843,65024,105,103,122,97,103,59,1,10650,4,7,99,101,102,111,112,114,115,19020,19026,19061,19066,19072,19075,19089,105,114,99,59,1,373,4,2,100,105,19032,19055,4,2,98,103,19038,19043,97,114,59,1,10847,101,4,2,59,113,19050,19052,1,8743,59,1,8793,101,114,112,59,1,8472,114,59,3,55349,56628,112,102,59,3,55349,56680,59,1,8472,4,2,59,101,19081,19083,1,8768,97,116,104,59,1,8768,99,114,59,3,55349,56524,4,14,99,100,102,104,105,108,109,110,111,114,115,117,118,119,19125,19146,19152,19157,19173,19176,19192,19197,19202,19236,19252,19269,19286,19291,4,3,97,105,117,19133,19137,19142,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,116,114,105,59,1,9661,114,59,3,55349,56629,4,2,65,97,19163,19168,114,114,59,1,10234,114,114,59,1,10231,59,1,958,4,2,65,97,19182,19187,114,114,59,1,10232,114,114,59,1,10229,97,112,59,1,10236,105,115,59,1,8955,4,3,100,112,116,19210,19215,19230,111,116,59,1,10752,4,2,102,108,19221,19225,59,3,55349,56681,117,115,59,1,10753,105,109,101,59,1,10754,4,2,65,97,19242,19247,114,114,59,1,10233,114,114,59,1,10230,4,2,99,113,19258,19263,114,59,3,55349,56525,99,117,112,59,1,10758,4,2,112,116,19275,19281,108,117,115,59,1,10756,114,105,59,1,9651,101,101,59,1,8897,101,100,103,101,59,1,8896,4,8,97,99,101,102,105,111,115,117,19316,19335,19349,19357,19362,19367,19373,19379,99,4,2,117,121,19323,19332,116,101,5,253,1,59,19330,1,253,59,1,1103,4,2,105,121,19341,19346,114,99,59,1,375,59,1,1099,110,5,165,1,59,19355,1,165,114,59,3,55349,56630,99,121,59,1,1111,112,102,59,3,55349,56682,99,114,59,3,55349,56526,4,2,99,109,19385,19389,121,59,1,1102,108,5,255,1,59,19395,1,255,4,10,97,99,100,101,102,104,105,111,115,119,19419,19426,19441,19446,19462,19467,19472,19480,19486,19492,99,117,116,101,59,1,378,4,2,97,121,19432,19438,114,111,110,59,1,382,59,1,1079,111,116,59,1,380,4,2,101,116,19452,19458,116,114,102,59,1,8488,97,59,1,950,114,59,3,55349,56631,99,121,59,1,1078,103,114,97,114,114,59,1,8669,112,102,59,3,55349,56683,99,114,59,3,55349,56527,4,2,106,110,19498,19501,59,1,8205,106,59,1,8204])},27567:(A,e,t)=>{"use strict";const n=t(13114),r=t(61445),o=n.CODE_POINTS;A.exports=class{constructor(){this.html=null,this.pos=-1,this.lastGapPos=-1,this.lastCharPos=-1,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536}_err(){}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(A){if(this.pos!==this.lastCharPos){const e=this.html.charCodeAt(this.pos+1);if(n.isSurrogatePair(e))return this.pos++,this._addGap(),n.getSurrogatePairCodePoint(A,e)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,o.EOF;return this._err(r.surrogateInInputStream),A}dropParsedChunk(){this.pos>this.bufferWaterline&&(this.lastCharPos-=this.pos,this.html=this.html.substring(this.pos),this.pos=0,this.lastGapPos=-1,this.gapStack=[])}write(A,e){this.html?this.html+=A:this.html=A,this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1,this.lastChunkWritten=e}insertHtmlAtCurrentPos(A){this.html=this.html.substring(0,this.pos+1)+A+this.html.substring(this.pos+1,this.html.length),this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1}advance(){if(this.pos++,this.pos>this.lastCharPos)return this.endOfChunkHit=!this.lastChunkWritten,o.EOF;let A=this.html.charCodeAt(this.pos);return this.skipNextNewLine&&A===o.LINE_FEED?(this.skipNextNewLine=!1,this._addGap(),this.advance()):A===o.CARRIAGE_RETURN?(this.skipNextNewLine=!0,o.LINE_FEED):(this.skipNextNewLine=!1,n.isSurrogate(A)&&(A=this._processSurrogate(A)),A>31&&A<127||A===o.LINE_FEED||A===o.CARRIAGE_RETURN||A>159&&A<64976||this._checkForProblematicCharacters(A),A)}_checkForProblematicCharacters(A){n.isControlCodePoint(A)?this._err(r.controlCharacterInInputStream):n.isUndefinedCodePoint(A)&&this._err(r.noncharacterInInputStream)}retreat(){this.pos===this.lastGapPos&&(this.lastGapPos=this.gapStack.pop(),this.pos--),this.pos--}}},99132:(A,e,t)=>{"use strict";const{DOCUMENT_MODE:n}=t(95218);e.createDocument=function(){return{nodeName:"#document",mode:n.NO_QUIRKS,childNodes:[]}},e.createDocumentFragment=function(){return{nodeName:"#document-fragment",childNodes:[]}},e.createElement=function(A,e,t){return{nodeName:A,tagName:A,attrs:t,namespaceURI:e,childNodes:[],parentNode:null}},e.createCommentNode=function(A){return{nodeName:"#comment",data:A,parentNode:null}};const r=function(A){return{nodeName:"#text",value:A,parentNode:null}},o=e.appendChild=function(A,e){A.childNodes.push(e),e.parentNode=A},i=e.insertBefore=function(A,e,t){const n=A.childNodes.indexOf(t);A.childNodes.splice(n,0,e),e.parentNode=A};e.setTemplateContent=function(A,e){A.content=e},e.getTemplateContent=function(A){return A.content},e.setDocumentType=function(A,e,t,n){let r=null;for(let e=0;e{"use strict";A.exports=function(A,e){return[A,e=e||Object.create(null)].reduce(((A,e)=>(Object.keys(e).forEach((t=>{A[t]=e[t]})),A)),Object.create(null))}},60814:A=>{"use strict";class e{constructor(A){const e={},t=this._getOverriddenMethods(this,e);for(const n of Object.keys(t))"function"==typeof t[n]&&(e[n]=A[n],A[n]=t[n])}_getOverriddenMethods(){throw new Error("Not implemented")}}e.install=function(A,e,t){A.__mixins||(A.__mixins=[]);for(let t=0;t{A.exports=t(72489)},91057:()=>{Prism.languages.clojure={comment:{pattern:/;.*/,greedy:!0},string:[{pattern:/"(?:[^"\\]|\\.)*"/,greedy:!0},/\\\w+/],symbol:{pattern:/(^|[\s()\[\]{},])::?[\w*+!?'<>=/.-]+/,lookbehind:!0},keyword:{pattern:/(\()(?:-|->|->>|\.|\.\.|\*|\/|\+|<|<=|=|==|>|>=|accessor|agent|agent-errors|aget|alength|all-ns|alter|and|append-child|apply|array-map|aset|aset-boolean|aset-byte|aset-char|aset-double|aset-float|aset-int|aset-long|aset-short|assert|assoc|await|await-for|bean|binding|bit-and|bit-not|bit-or|bit-shift-left|bit-shift-right|bit-xor|boolean|branch\?|butlast|byte|cast|char|children|class|clear-agent-errors|comment|commute|comp|comparator|complement|concat|cond|conj|cons|constantly|construct-proxy|contains\?|count|create-ns|create-struct|cycle|dec|declare|def|def-|definline|definterface|defmacro|defmethod|defmulti|defn|defn-|defonce|defproject|defprotocol|defrecord|defstruct|deftype|deref|difference|disj|dissoc|distinct|do|doall|doc|dorun|doseq|dosync|dotimes|doto|double|down|drop|drop-while|edit|end\?|ensure|eval|every\?|false\?|ffirst|file-seq|filter|find|find-doc|find-ns|find-var|first|float|flush|fn|fnseq|for|frest|gensym|get|get-proxy-class|hash-map|hash-set|identical\?|identity|if|if-let|if-not|import|in-ns|inc|index|insert-child|insert-left|insert-right|inspect-table|inspect-tree|instance\?|int|interleave|intersection|into|into-array|iterate|join|key|keys|keyword|keyword\?|last|lazy-cat|lazy-cons|left|lefts|let|line-seq|list|list\*|load|load-file|locking|long|loop|macroexpand|macroexpand-1|make-array|make-node|map|map-invert|map\?|mapcat|max|max-key|memfn|merge|merge-with|meta|min|min-key|monitor-enter|name|namespace|neg\?|new|newline|next|nil\?|node|not|not-any\?|not-every\?|not=|ns|ns-imports|ns-interns|ns-map|ns-name|ns-publics|ns-refers|ns-resolve|ns-unmap|nth|nthrest|or|parse|partial|path|peek|pop|pos\?|pr|pr-str|print|print-str|println|println-str|prn|prn-str|project|proxy|proxy-mappings|quot|quote|rand|rand-int|range|re-find|re-groups|re-matcher|re-matches|re-pattern|re-seq|read|read-line|recur|reduce|ref|ref-set|refer|rem|remove|remove-method|remove-ns|rename|rename-keys|repeat|replace|replicate|resolve|rest|resultset-seq|reverse|rfirst|right|rights|root|rrest|rseq|second|select|select-keys|send|send-off|seq|seq-zip|seq\?|set|set!|short|slurp|some|sort|sort-by|sorted-map|sorted-map-by|sorted-set|special-symbol\?|split-at|split-with|str|string\?|struct|struct-map|subs|subvec|symbol|symbol\?|sync|take|take-nth|take-while|test|throw|time|to-array|to-array-2d|tree-seq|true\?|try|union|up|update-proxy|val|vals|var|var-get|var-set|var\?|vector|vector-zip|vector\?|when|when-first|when-let|when-not|with-local-vars|with-meta|with-open|with-out-str|xml-seq|xml-zip|zero\?|zipmap|zipper)(?=[\s)]|$)/,lookbehind:!0},boolean:/\b(?:true|false|nil)\b/,number:{pattern:/(^|[^\w$@])(?:\d+(?:[/.]\d+)?(?:e[+-]?\d+)?|0x[a-f0-9]+|[1-9]\d?r[a-z0-9]+)[lmn]?(?![\w$@])/i,lookbehind:!0},function:{pattern:/((?:^|[^'])\()[\w*+!?'<>=/.-]+(?=[\s)]|$)/,lookbehind:!0},operator:/[#@^`~]/,punctuation:/[{}\[\](),]/}},78423:()=>{!function(A){function e(A,e){return A.replace(/<<(\d+)>>/g,(function(A,t){return"(?:"+e[+t]+")"}))}function t(A,t,n){return RegExp(e(A,t),n||"")}function n(A,e){for(var t=0;t>/g,(function(){return"(?:"+A+")"}));return A.replace(/<>/g,"[^\\s\\S]")}var r="bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",o="class enum interface record struct",i="add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",a="abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield";function s(A){return"\\b(?:"+A.trim().replace(/ /g,"|")+")\\b"}var l=s(o),c=RegExp(s(r+" "+o+" "+i+" "+a)),g=s(o+" "+i+" "+a),B=s(r+" "+o+" "+a),u=n(/<(?:[^<>;=+\-*/%&|^]|<>)*>/.source,2),p=n(/\((?:[^()]|<>)*\)/.source,2),d=/@?\b[A-Za-z_]\w*\b/.source,f=e(/<<0>>(?:\s*<<1>>)?/.source,[d,u]),E=e(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[g,f]),h=/\[\s*(?:,\s*)*\]/.source,m=e(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[E,h]),w=e(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[u,p,h]),Q=e(/\(<<0>>+(?:,<<0>>+)+\)/.source,[w]),C=e(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[Q,E,h]),I={keyword:c,punctuation:/[<>()?,.:[\]]/},y=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,M=/"(?:\\.|[^\\"\r\n])*"/.source,v=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;A.languages.csharp=A.languages.extend("clike",{string:[{pattern:t(/(^|[^$\\])<<0>>/.source,[v]),lookbehind:!0,greedy:!0},{pattern:t(/(^|[^@$\\])<<0>>/.source,[M]),lookbehind:!0,greedy:!0},{pattern:RegExp(y),greedy:!0,alias:"character"}],"class-name":[{pattern:t(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[E]),lookbehind:!0,inside:I},{pattern:t(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[d,C]),lookbehind:!0,inside:I},{pattern:t(/(\busing\s+)<<0>>(?=\s*=)/.source,[d]),lookbehind:!0},{pattern:t(/(\b<<0>>\s+)<<1>>/.source,[l,f]),lookbehind:!0,inside:I},{pattern:t(/(\bcatch\s*\(\s*)<<0>>/.source,[E]),lookbehind:!0,inside:I},{pattern:t(/(\bwhere\s+)<<0>>/.source,[d]),lookbehind:!0},{pattern:t(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[m]),lookbehind:!0,inside:I},{pattern:t(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[C,B,d]),inside:I}],keyword:c,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:ul|lu|[dflmu])?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),A.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),A.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:t(/([(,]\s*)<<0>>(?=\s*:)/.source,[d]),lookbehind:!0,alias:"punctuation"}}),A.languages.insertBefore("csharp","class-name",{namespace:{pattern:t(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[d]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:t(/(\b(?:default|typeof|sizeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[p]),lookbehind:!0,alias:"class-name",inside:I},"return-type":{pattern:t(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[C,E]),inside:I,alias:"class-name"},"constructor-invocation":{pattern:t(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[C]),lookbehind:!0,inside:I,alias:"class-name"},"generic-method":{pattern:t(/<<0>>\s*<<1>>(?=\s*\()/.source,[d,u]),inside:{function:t(/^<<0>>/.source,[d]),generic:{pattern:RegExp(u),alias:"class-name",inside:I}}},"type-list":{pattern:t(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[l,f,d,C,c.source,p,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:t(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[f,p]),lookbehind:!0,greedy:!0,inside:A.languages.csharp},keyword:c,"class-name":{pattern:RegExp(C),greedy:!0,inside:I},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var F=M+"|"+y,Y=e(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[F]),b=n(e(/[^"'/()]|<<0>>|\(<>*\)/.source,[Y]),2),D=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,x=e(/<<0>>(?:\s*\(<<1>>*\))?/.source,[E,b]);A.languages.insertBefore("csharp","class-name",{attribute:{pattern:t(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[D,x]),lookbehind:!0,greedy:!0,inside:{target:{pattern:t(/^<<0>>(?=\s*:)/.source,[D]),alias:"keyword"},"attribute-arguments":{pattern:t(/\(<<0>>*\)/.source,[b]),inside:A.languages.csharp},"class-name":{pattern:RegExp(E),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var k=/:[^}\r\n]+/.source,G=n(e(/[^"'/()]|<<0>>|\(<>*\)/.source,[Y]),2),U=e(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[G,k]),T=n(e(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<>*\)/.source,[F]),2),R=e(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[T,k]);function H(e,n){return{interpolation:{pattern:t(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[e]),lookbehind:!0,inside:{"format-string":{pattern:t(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[n,k]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:A.languages.csharp}}},string:/[\s\S]+/}}A.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:t(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[U]),lookbehind:!0,greedy:!0,inside:H(U,G)},{pattern:t(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[R]),lookbehind:!0,greedy:!0,inside:H(R,T)}]})}(Prism),Prism.languages.dotnet=Prism.languages.cs=Prism.languages.csharp},14326:()=>{!function(A){A.languages.http={"request-line":{pattern:/^(?:GET|HEAD|POST|PUT|DELETE|CONNECT|OPTIONS|TRACE|PATCH|PRI|SEARCH)\s(?:https?:\/\/|\/)\S*\sHTTP\/[0-9.]+/m,inside:{method:{pattern:/^[A-Z]+\b/,alias:"property"},"request-target":{pattern:/^(\s)(?:https?:\/\/|\/)\S*(?=\s)/,lookbehind:!0,alias:"url",inside:A.languages.uri},"http-version":{pattern:/^(\s)HTTP\/[0-9.]+/,lookbehind:!0,alias:"property"}}},"response-status":{pattern:/^HTTP\/[0-9.]+ \d+ .+/m,inside:{"http-version":{pattern:/^HTTP\/[0-9.]+/,alias:"property"},"status-code":{pattern:/^(\s)\d+(?=\s)/,lookbehind:!0,alias:"number"},"reason-phrase":{pattern:/^(\s).+/,lookbehind:!0,alias:"string"}}},"header-name":{pattern:/^[\w-]+:(?=.)/m,alias:"keyword"}};var e,t=A.languages,n={"application/javascript":t.javascript,"application/json":t.json||t.javascript,"application/xml":t.xml,"text/xml":t.xml,"text/html":t.html,"text/css":t.css},r={"application/json":!0,"application/xml":!0};function o(A){var e=A.replace(/^[a-z]+\//,"");return"(?:"+A+"|\\w+/(?:[\\w.-]+\\+)+"+e+"(?![+\\w.-]))"}for(var i in n)if(n[i]){e=e||{};var a=r[i]?o(i):i;e[i.replace(/\//g,"-")]={pattern:RegExp("(content-type:\\s*"+a+"(?:(?:\\r\\n?|\\n).+)*)(?:\\r?\\n|\\r){2}[\\s\\S]*","i"),lookbehind:!0,inside:n[i]}}e&&A.languages.insertBefore("http","header-name",e)}(Prism)},83701:()=>{!function(A){var e=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,t=/(^|[^\w.])(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,n={pattern:RegExp(t+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};A.languages.java=A.languages.extend("clike",{"class-name":[n,{pattern:RegExp(t+/[A-Z]\w*(?=\s+\w+\s*[;,=()])/.source),lookbehind:!0,inside:n.inside}],keyword:e,function:[A.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0}}),A.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"}}),A.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":n,keyword:e,punctuation:/[<>(),.:]/,operator:/[?&|]/}},namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(//g,(function(){return e.source}))),lookbehind:!0,inside:{punctuation:/\./}}})}(Prism)},40017:()=>{!function(A){A.languages.kotlin=A.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete A.languages.kotlin["class-name"],A.languages.insertBefore("kotlin","string",{"raw-string":{pattern:/("""|''')[\s\S]*?\1/,alias:"string"}}),A.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),A.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}});var e=[{pattern:/\$\{[^}]+\}/,inside:{delimiter:{pattern:/^\$\{|\}$/,alias:"variable"},rest:A.languages.kotlin}},{pattern:/\$\w+/,alias:"variable"}];A.languages.kotlin.string.inside=A.languages.kotlin["raw-string"].inside={interpolation:e},A.languages.kt=A.languages.kotlin,A.languages.kts=A.languages.kotlin}(Prism)},84999:()=>{!function(A){var e=/\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/,t=[{pattern:/\b(?:false|true)\b/i,alias:"boolean"},{pattern:/(::\s*)\b[a-z_]\w*\b(?!\s*\()/i,greedy:!0,lookbehind:!0},{pattern:/(\b(?:case|const)\s+)\b[a-z_]\w*(?=\s*[;=])/i,greedy:!0,lookbehind:!0},/\b(?:null)\b/i,/\b[A-Z_][A-Z0-9_]*\b(?!\s*\()/],n=/\b0b[01]+(?:_[01]+)*\b|\b0o[0-7]+(?:_[0-7]+)*\b|\b0x[\da-f]+(?:_[\da-f]+)*\b|(?:\b\d+(?:_\d+)*\.?(?:\d+(?:_\d+)*)?|\B\.\d+)(?:e[+-]?\d+)?/i,r=/|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,o=/[{}\[\](),:;]/;A.languages.php={delimiter:{pattern:/\?>$|^<\?(?:php(?=\s)|=)?/i,alias:"important"},comment:e,variable:/\$+(?:\w+\b|(?=\{))/i,package:{pattern:/(namespace\s+|use\s+(?:function\s+)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,lookbehind:!0,inside:{punctuation:/\\/}},"class-name-definition":{pattern:/(\b(?:class|enum|interface|trait)\s+)\b[a-z_]\w*(?!\\)\b/i,lookbehind:!0,alias:"class-name"},"function-definition":{pattern:/(\bfunction\s+)[a-z_]\w*(?=\s*\()/i,lookbehind:!0,alias:"function"},keyword:[{pattern:/(\(\s*)\b(?:bool|boolean|int|integer|float|string|object|array)\b(?=\s*\))/i,alias:"type-casting",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)\b(?:bool|int|float|string|object|array(?!\s*\()|mixed|self|static|callable|iterable|(?:null|false)(?=\s*\|))\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*[\w|]\|\s*)(?:null|false)\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b(?:bool|int|float|string|object|void|array(?!\s*\()|mixed|self|static|callable|iterable|(?:null|false)(?=\s*\|))\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?[\w|]\|\s*)(?:null|false)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/\b(?:bool|int|float|string|object|void|array(?!\s*\()|mixed|iterable|(?:null|false)(?=\s*\|))\b/i,alias:"type-declaration",greedy:!0},{pattern:/(\|\s*)(?:null|false)\b/i,alias:"type-declaration",greedy:!0,lookbehind:!0},{pattern:/\b(?:parent|self|static)(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(\byield\s+)from\b/i,lookbehind:!0},/\bclass\b/i,{pattern:/((?:^|[^\s>:]|(?:^|[^-])>|(?:^|[^:]):)\s*)\b(?:__halt_compiler|abstract|and|array|as|break|callable|case|catch|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|enum|eval|exit|extends|final|finally|fn|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|namespace|match|new|or|parent|print|private|protected|public|require|require_once|return|self|static|switch|throw|trait|try|unset|use|var|while|xor|yield)\b/i,lookbehind:!0}],"argument-name":{pattern:/([(,]\s+)\b[a-z_]\w*(?=\s*:(?!:))/i,lookbehind:!0},"class-name":[{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self|\s+static))\s+|\bcatch\s*\()\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/(\|\s*)\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/\b[a-z_]\w*(?!\\)\b(?=\s*\|)/i,greedy:!0},{pattern:/(\|\s*)(?:\\?\b[a-z_]\w*)+\b/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(?:\\?\b[a-z_]\w*)+\b(?=\s*\|)/i,alias:"class-name-fully-qualified",greedy:!0,inside:{punctuation:/\\/}},{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*\$)/i,alias:"type-declaration",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-declaration"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*::)/i,alias:["class-name-fully-qualified","static-context"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/([(,?]\s*)[a-z_]\w*(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-hint"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b[a-z_]\w*(?!\\)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:["class-name-fully-qualified","return-type"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:t,function:{pattern:/(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,lookbehind:!0,inside:{punctuation:/\\/}},property:{pattern:/(->\s*)\w+/,lookbehind:!0},number:n,operator:r,punctuation:o};var i={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:A.languages.php},a=[{pattern:/<<<'([^']+)'[\r\n](?:.*[\r\n])*?\1;/,alias:"nowdoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},{pattern:/<<<(?:"([^"]+)"[\r\n](?:.*[\r\n])*?\1;|([a-z_]\w*)[\r\n](?:.*[\r\n])*?\2;)/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:i}},{pattern:/`(?:\\[\s\S]|[^\\`])*`/,alias:"backtick-quoted-string",greedy:!0},{pattern:/'(?:\\[\s\S]|[^\\'])*'/,alias:"single-quoted-string",greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,alias:"double-quoted-string",greedy:!0,inside:{interpolation:i}}];A.languages.insertBefore("php","variable",{string:a,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:e,string:a,"attribute-class-name":[{pattern:/([^:]|^)\b[a-z_]\w*(?!\\)\b/i,alias:"class-name",greedy:!0,lookbehind:!0},{pattern:/([^:]|^)(?:\\?\b[a-z_]\w*)+/i,alias:["class-name","class-name-fully-qualified"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:t,number:n,operator:r,punctuation:o}},delimiter:{pattern:/^#\[|\]$/,alias:"punctuation"}}}}),A.hooks.add("before-tokenize",(function(e){/<\?/.test(e.code)&&A.languages["markup-templating"].buildPlaceholders(e,"php",/<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/gi)})),A.hooks.add("after-tokenize",(function(e){A.languages["markup-templating"].tokenizePlaceholders(e,"php")}))}(Prism)},93133:()=>{!function(A){var e=A.languages.powershell={comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:{function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:{}}}},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:true|false)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(\W?)(?:!|-(?:eq|ne|gt|ge|lt|le|sh[lr]|not|b?(?:and|x?or)|(?:Not)?(?:Like|Match|Contains|In)|Replace|Join|is(?:Not)?|as)\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/},t=e.string[0].inside;t.boolean=e.boolean,t.variable=e.variable,t.function.inside=e}(Prism)},55968:()=>{Prism.languages.r={comment:/#.*/,string:{pattern:/(['"])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},"percent-operator":{pattern:/%[^%\s]*%/,alias:"operator"},boolean:/\b(?:TRUE|FALSE)\b/,ellipsis:/\.\.(?:\.|\d+)/,number:[/\b(?:NaN|Inf)\b/,/(?:\b0x[\dA-Fa-f]+(?:\.\d*)?|\b\d+(?:\.\d*)?|\B\.\d+)(?:[EePp][+-]?\d+)?[iL]?/],keyword:/\b(?:if|else|repeat|while|function|for|in|next|break|NULL|NA|NA_integer_|NA_real_|NA_complex_|NA_character_)\b/,operator:/->?>?|<(?:=|=!]=?|::?|&&?|\|\|?|[+*\/^$@~]/,punctuation:/[(){}\[\],;]/}},82625:()=>{!function(A){A.languages.ruby=A.languages.extend("clike",{comment:[/#.*/,{pattern:/^=begin\s[\s\S]*?^=end/m,greedy:!0}],"class-name":{pattern:/(\b(?:class)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:alias|and|BEGIN|begin|break|case|class|def|define_method|defined|do|each|else|elsif|END|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|protected|private|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/});var e={pattern:/#\{[^}]+\}/,inside:{delimiter:{pattern:/^#\{|\}$/,alias:"tag"},rest:A.languages.ruby}};delete A.languages.ruby.function,A.languages.insertBefore("ruby","keyword",{regex:[{pattern:RegExp(/%r/.source+"(?:"+[/([^a-zA-Z0-9\s{(\[<])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S])*\)/.source,/\{(?:[^#{}\\]|#(?:\{[^}]+\})?|\\[\s\S])*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S])*\]/.source,/<(?:[^<>\\]|\\[\s\S])*>/.source].join("|")+")"+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:e}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:e}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:{pattern:/(^|[^:]):[a-zA-Z_]\w*(?:[?!]|\b)/,lookbehind:!0},"method-definition":{pattern:/(\bdef\s+)[\w.]+/,lookbehind:!0,inside:{function:/\w+$/,rest:A.languages.ruby}}}),A.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Stat|Fixnum|Float|Hash|Integer|IO|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|String|Struct|TMS|Symbol|ThreadGroup|Thread|Time|TrueClass)\b/,constant:/\b[A-Z]\w*(?:[?!]|\b)/}),A.languages.ruby.string=[{pattern:RegExp(/%[qQiIwWxs]?/.source+"(?:"+[/([^a-zA-Z0-9\s{(\[<])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S])*\)/.source,/\{(?:[^#{}\\]|#(?:\{[^}]+\})?|\\[\s\S])*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S])*\]/.source,/<(?:[^<>\\]|\\[\s\S])*>/.source].join("|")+")"),greedy:!0,inside:{interpolation:e}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:e}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|[a-z_]\w*$/i,alias:"symbol",inside:{punctuation:/^<<[-~]?/}},interpolation:e}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|[a-z_]\w*$/i,alias:"symbol",inside:{punctuation:/^<<[-~]?'|'$/}}}}],A.languages.rb=A.languages.ruby}(Prism)},54422:()=>{Prism.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+/(?:elseif|if)\b/.source+"(?:[ \t]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:true|false)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:true|false)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},Prism.languages.swift["string-literal"].forEach((function(A){A.inside.interpolation.inside=Prism.languages.swift}))},34406:A=>{var e,t,n=A.exports={};function r(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function i(A){if(e===setTimeout)return setTimeout(A,0);if((e===r||!e)&&setTimeout)return e=setTimeout,setTimeout(A,0);try{return e(A,0)}catch(t){try{return e.call(null,A,0)}catch(t){return e.call(this,A,0)}}}!function(){try{e="function"==typeof setTimeout?setTimeout:r}catch(A){e=r}try{t="function"==typeof clearTimeout?clearTimeout:o}catch(A){t=o}}();var a,s=[],l=!1,c=-1;function g(){l&&a&&(l=!1,a.length?s=a.concat(s):c=-1,s.length&&B())}function B(){if(!l){var A=i(g);l=!0;for(var e=s.length;e;){for(a=s,s=[];++c1)for(var t=1;t{"use strict";var n=t(23586);function r(){}function o(){}o.resetWarningCache=r,A.exports=function(){function A(A,e,t,r,o,i){if(i!==n){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function e(){return A}A.isRequired=A;var t={array:A,bigint:A,bool:A,func:A,number:A,object:A,string:A,symbol:A,any:A,arrayOf:e,element:A,elementType:A,instanceOf:e,node:A,objectOf:e,oneOf:e,oneOfType:e,shape:e,exact:e,checkPropTypes:o,resetWarningCache:r};return t.PropTypes=t,t}},13980:(A,e,t)=>{A.exports=t(68262)()},23586:A=>{"use strict";A.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},92808:A=>{"use strict";function e(A,e){return Object.prototype.hasOwnProperty.call(A,e)}A.exports=function(A,t,n,r){t=t||"&",n=n||"=";var o={};if("string"!=typeof A||0===A.length)return o;var i=/\+/g;A=A.split(t);var a=1e3;r&&"number"==typeof r.maxKeys&&(a=r.maxKeys);var s=A.length;a>0&&s>a&&(s=a);for(var l=0;l=0?(c=p.substr(0,d),g=p.substr(d+1)):(c=p,g=""),B=decodeURIComponent(c),u=decodeURIComponent(g),e(o,B)?Array.isArray(o[B])?o[B].push(u):o[B]=[o[B],u]:o[B]=u}return o}},31368:A=>{"use strict";var e=function(A){switch(typeof A){case"string":return A;case"boolean":return A?"true":"false";case"number":return isFinite(A)?A:"";default:return""}};A.exports=function(A,t,n,r){return t=t||"&",n=n||"=",null===A&&(A=void 0),"object"==typeof A?Object.keys(A).map((function(r){var o=encodeURIComponent(e(r))+n;return Array.isArray(A[r])?A[r].map((function(A){return o+encodeURIComponent(e(A))})).join(t):o+encodeURIComponent(e(A[r]))})).join(t):r?encodeURIComponent(e(r))+n+encodeURIComponent(e(A)):""}},56642:(A,e,t)=>{"use strict";e.decode=e.parse=t(92808),e.encode=e.stringify=t(31368)},52967:(A,e,t)=>{"use strict";var n=t(2784),r=t(37320),o=t(14616);function i(A){for(var e="https://reactjs.org/docs/error-decoder.html?invariant="+A,t=1;t