diff --git a/frameworks/keyed/art/package-lock.json b/frameworks/keyed/art/package-lock.json
index 7cf81f904..c3adcd50e 100644
--- a/frameworks/keyed/art/package-lock.json
+++ b/frameworks/keyed/art/package-lock.json
@@ -8,7 +8,7 @@
"name": "js-framework-benchmark-keyed-art",
"version": "0.1.0",
"dependencies": {
- "js-art": "0.1.7"
+ "js-art": "^1.1.0"
},
"devDependencies": {
"vite": "2.7.2"
@@ -309,9 +309,12 @@
}
},
"node_modules/js-art": {
- "version": "0.1.7",
- "resolved": "https://registry.npmjs.org/js-art/-/js-art-0.1.7.tgz",
- "integrity": "sha512-Cqf/ZwncQbQv2JPwLuUDVEqv4uHK/K47iLPr+haN9dCJvE0syFEp6SNJkqpHtg7p6YNY+m6/b9cZkTF04zRFvg=="
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/js-art/-/js-art-1.1.0.tgz",
+ "integrity": "sha512-FVghciCdO1D6LCPAAqEK0XHx1yfqnfIUEBi2bGtdzbSPCbP4LzQl6GInNcLs6v46o5su36yeYK0s1lDXqd9E5A==",
+ "dependencies": {
+ "web-scheduler": "^1.5.0"
+ }
},
"node_modules/nanoid": {
"version": "3.3.6",
@@ -460,6 +463,11 @@
"optional": true
}
}
+ },
+ "node_modules/web-scheduler": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/web-scheduler/-/web-scheduler-1.5.0.tgz",
+ "integrity": "sha512-k3N3/nGq6JTCsf8K24awthAyv6G3NA10FNY5p0XDTBdgI5fBkV5PlBVF4rCeaDbHYurDVvq3ib+GAAaMVJfRVg=="
}
}
}
diff --git a/frameworks/keyed/art/package.json b/frameworks/keyed/art/package.json
index 5352e6fb1..ee9e41f58 100644
--- a/frameworks/keyed/art/package.json
+++ b/frameworks/keyed/art/package.json
@@ -16,6 +16,6 @@
"vite": "2.7.2"
},
"dependencies": {
- "js-art": "0.1.7"
+ "js-art": "^1.1.0"
}
}
diff --git a/frameworks/keyed/aurelia2/babel.config.json b/frameworks/keyed/aurelia2/babel.config.json
new file mode 100644
index 000000000..b50c00901
--- /dev/null
+++ b/frameworks/keyed/aurelia2/babel.config.json
@@ -0,0 +1,30 @@
+{
+ "presets": [
+ [
+ "@babel/preset-env",
+ {
+ "loose": true,
+ "modules": false,
+ "exclude": [
+ "@babel/plugin-proposal-dynamic-import"
+ ]
+ }
+ ]
+ ],
+ "plugins": [
+ [
+ "@babel/plugin-proposal-decorators",
+ {
+ "version": "2023-11"
+ }
+ ],
+ "@babel/plugin-transform-class-static-block",
+ [
+ "@babel/plugin-transform-class-properties",
+ {
+ "loose": true
+ }
+ ],
+ "@babel/plugin-syntax-dynamic-import"
+ ]
+}
\ No newline at end of file
diff --git a/frameworks/keyed/aurelia2/index.html b/frameworks/keyed/aurelia2/index.html
new file mode 100644
index 000000000..95b0ce31e
--- /dev/null
+++ b/frameworks/keyed/aurelia2/index.html
@@ -0,0 +1,12 @@
+
+
+
+
Aurelia 2
+
+
+
+
+
+
+
+
diff --git a/frameworks/keyed/aurelia2/package-lock.json b/frameworks/keyed/aurelia2/package-lock.json
new file mode 100644
index 000000000..692d54bb1
--- /dev/null
+++ b/frameworks/keyed/aurelia2/package-lock.json
@@ -0,0 +1,6230 @@
+{
+ "name": "js-framework-benchmark-non-keyed-aurelia2",
+ "version": "1.0.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "js-framework-benchmark-non-keyed-aurelia2",
+ "version": "1.0.0",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "aurelia": "^2.0.0-beta.22"
+ },
+ "devDependencies": {
+ "@aurelia/testing": "^2.0.0-beta.22",
+ "@aurelia/vite-plugin": "^2.0.0-beta.22",
+ "@babel/core": "^7.26.0",
+ "@babel/eslint-parser": "^7.25.9",
+ "@babel/plugin-proposal-decorators": "^7.25.9",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/preset-env": "^7.26.0",
+ "eslint": "^9.17.0",
+ "globals": "^15.14.0",
+ "stylelint": "^16.12.0",
+ "stylelint-config-standard": "^36.0.1",
+ "vite": "^6.0.3",
+ "vite-plugin-babel": "^1.3.0"
+ }
+ },
+ "node_modules/@ampproject/remapping": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
+ "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@jridgewell/gen-mapping": "^0.3.5",
+ "@jridgewell/trace-mapping": "^0.3.24"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@aurelia/expression-parser": {
+ "version": "2.0.0-beta.22",
+ "resolved": "https://registry.npmjs.org/@aurelia/expression-parser/-/expression-parser-2.0.0-beta.22.tgz",
+ "integrity": "sha512-9SVrdoAGFEv0HVQml9DGHGQSCJvIWbkwrsK773LOCIA7usYJ4hsO5QvhCnmKGiHVURTEVn/ohLzjEY0EP7QAfQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@aurelia/kernel": "2.0.0-beta.22"
+ },
+ "engines": {
+ "node": ">=14.17.0"
+ }
+ },
+ "node_modules/@aurelia/fetch-client": {
+ "version": "2.0.0-beta.22",
+ "resolved": "https://registry.npmjs.org/@aurelia/fetch-client/-/fetch-client-2.0.0-beta.22.tgz",
+ "integrity": "sha512-eDQz9fp7BHdkUhUylWBMbZb8gc2tGKwrqpwtZEPAGMcWUrXo6PpIl10eCQ+HQF3XW7CG/vWdvWKFzawy58cf9g==",
+ "license": "MIT",
+ "dependencies": {
+ "@aurelia/kernel": "2.0.0-beta.22",
+ "@aurelia/metadata": "2.0.0-beta.22"
+ },
+ "engines": {
+ "node": ">=14.17.0"
+ }
+ },
+ "node_modules/@aurelia/kernel": {
+ "version": "2.0.0-beta.22",
+ "resolved": "https://registry.npmjs.org/@aurelia/kernel/-/kernel-2.0.0-beta.22.tgz",
+ "integrity": "sha512-WjxRI3C/i1VK3aHOn45r1+uKQIzyJ9M9giN7rqAnakk13DKNTQHU0Ap+yfy7TOmS2H2FGzd6xhoKsa2ZgcPM0Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@aurelia/metadata": "2.0.0-beta.22",
+ "@aurelia/platform": "2.0.0-beta.22"
+ },
+ "engines": {
+ "node": ">=14.17.0"
+ }
+ },
+ "node_modules/@aurelia/metadata": {
+ "version": "2.0.0-beta.22",
+ "resolved": "https://registry.npmjs.org/@aurelia/metadata/-/metadata-2.0.0-beta.22.tgz",
+ "integrity": "sha512-7u7TdK6mSNEwoGVMFPmUoJV16gdDaROAZZq5oy81HPPS24GOJp4lwxQAuvqby7MTi0gnXXMLLsIoE+oZU7FQcw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=14.17.0"
+ }
+ },
+ "node_modules/@aurelia/platform": {
+ "version": "2.0.0-beta.22",
+ "resolved": "https://registry.npmjs.org/@aurelia/platform/-/platform-2.0.0-beta.22.tgz",
+ "integrity": "sha512-tkE6xM0NYjvdUGYmTWXbi1BahQMQ/hKB8cyQSwq6k2AQfblrT+sfMOuU4RL20FU9VvKpUzBL5h2rEHC97ZJs8A==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=14.17.0"
+ }
+ },
+ "node_modules/@aurelia/platform-browser": {
+ "version": "2.0.0-beta.22",
+ "resolved": "https://registry.npmjs.org/@aurelia/platform-browser/-/platform-browser-2.0.0-beta.22.tgz",
+ "integrity": "sha512-wfnW8gZPVAOLMpsRodagSzchRxJn1EFIL79eMlz5OdlgKa+DtIoObTKiHT5nueInx9raBuv6c7rJR+ZSUsFuLQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@aurelia/platform": "2.0.0-beta.22"
+ },
+ "engines": {
+ "node": ">=14.17.0"
+ }
+ },
+ "node_modules/@aurelia/plugin-conventions": {
+ "version": "2.0.0-beta.22",
+ "resolved": "https://registry.npmjs.org/@aurelia/plugin-conventions/-/plugin-conventions-2.0.0-beta.22.tgz",
+ "integrity": "sha512-oMbPIiBu+NwAfdYH3fIc8VodoLnz8VSsRHF7k9pl8HAzqX2Is/UhYg5L91m4dGXOXr8iY74l3EgDDewqVDVsMA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@aurelia/kernel": "2.0.0-beta.22",
+ "@aurelia/metadata": "2.0.0-beta.22",
+ "@aurelia/platform": "2.0.0-beta.22",
+ "@aurelia/runtime": "2.0.0-beta.22",
+ "@aurelia/runtime-html": "2.0.0-beta.22",
+ "modify-code": "^2.1.3",
+ "parse5": "^7.1.2",
+ "typescript": "^5.4.2"
+ },
+ "engines": {
+ "node": ">=14.17.0"
+ }
+ },
+ "node_modules/@aurelia/runtime": {
+ "version": "2.0.0-beta.22",
+ "resolved": "https://registry.npmjs.org/@aurelia/runtime/-/runtime-2.0.0-beta.22.tgz",
+ "integrity": "sha512-pGR9+g8a8vTBz2ksF6QOrgDIs4rDPoS1SuHoilb1XLLaJNQ9BVho2sf3aIFikzcHBihm1720IOREB199pTqCIQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@aurelia/expression-parser": "2.0.0-beta.22",
+ "@aurelia/kernel": "2.0.0-beta.22",
+ "@aurelia/metadata": "2.0.0-beta.22",
+ "@aurelia/platform": "2.0.0-beta.22"
+ },
+ "engines": {
+ "node": ">=14.17.0"
+ }
+ },
+ "node_modules/@aurelia/runtime-html": {
+ "version": "2.0.0-beta.22",
+ "resolved": "https://registry.npmjs.org/@aurelia/runtime-html/-/runtime-html-2.0.0-beta.22.tgz",
+ "integrity": "sha512-cHC1xZif/joWOr/oX0FjAJQgXnZWZo7g+TXc2SV8Jcsw1w/PcxN592SSxSWMerdr9Ux6EtwMGAPxVku86k8img==",
+ "license": "MIT",
+ "dependencies": {
+ "@aurelia/expression-parser": "2.0.0-beta.22",
+ "@aurelia/kernel": "2.0.0-beta.22",
+ "@aurelia/metadata": "2.0.0-beta.22",
+ "@aurelia/platform": "2.0.0-beta.22",
+ "@aurelia/platform-browser": "2.0.0-beta.22",
+ "@aurelia/runtime": "2.0.0-beta.22",
+ "@aurelia/template-compiler": "2.0.0-beta.22"
+ },
+ "engines": {
+ "node": ">=14.17.0"
+ }
+ },
+ "node_modules/@aurelia/template-compiler": {
+ "version": "2.0.0-beta.22",
+ "resolved": "https://registry.npmjs.org/@aurelia/template-compiler/-/template-compiler-2.0.0-beta.22.tgz",
+ "integrity": "sha512-LMYaf0qTAD22z1mCsExd01tqSuZHQoYPPIdg94xQpCTkY32TFU3KBwdC7dW3hvxrB2xVNpLxMchnzBX1gxd4KA==",
+ "license": "MIT",
+ "dependencies": {
+ "@aurelia/expression-parser": "2.0.0-beta.22",
+ "@aurelia/kernel": "2.0.0-beta.22",
+ "@aurelia/metadata": "2.0.0-beta.22"
+ },
+ "engines": {
+ "node": ">=14.17.0"
+ }
+ },
+ "node_modules/@aurelia/testing": {
+ "version": "2.0.0-beta.22",
+ "resolved": "https://registry.npmjs.org/@aurelia/testing/-/testing-2.0.0-beta.22.tgz",
+ "integrity": "sha512-Yp1WJ9/oht3H100nBT/CtSwempc2ilg4JkUoC8x8aeZ1UrJ7ZPI+71ieY8JiqU4I277ezK1B1vx/wCYvM+eFqQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@aurelia/kernel": "2.0.0-beta.22",
+ "@aurelia/metadata": "2.0.0-beta.22",
+ "@aurelia/platform": "2.0.0-beta.22",
+ "@aurelia/platform-browser": "2.0.0-beta.22",
+ "@aurelia/runtime": "2.0.0-beta.22",
+ "@aurelia/runtime-html": "2.0.0-beta.22",
+ "@aurelia/template-compiler": "2.0.0-beta.22"
+ },
+ "engines": {
+ "node": ">=14.17.0"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin": {
+ "version": "2.0.0-beta.22",
+ "resolved": "https://registry.npmjs.org/@aurelia/vite-plugin/-/vite-plugin-2.0.0-beta.22.tgz",
+ "integrity": "sha512-2KPfW8nznqLi1TJD9eNcDaJTVvVKpztdFzpscx/K5ixmUhLBGBwBFB8j6w2h1sH7G51aHFh7UItnv1seUB5Gvg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@aurelia/kernel": "2.0.0-beta.22",
+ "@aurelia/metadata": "2.0.0-beta.22",
+ "@aurelia/platform": "2.0.0-beta.22",
+ "@aurelia/plugin-conventions": "2.0.0-beta.22",
+ "@aurelia/runtime": "2.0.0-beta.22",
+ "@rollup/pluginutils": "5.0.2",
+ "loader-utils": "^2.0.0",
+ "vite": "^5.3.0-beta.0"
+ },
+ "engines": {
+ "node": ">=14.17.0"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/aix-ppc64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
+ "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "aix"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/android-arm": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
+ "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/android-arm64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
+ "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/android-x64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
+ "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/darwin-arm64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
+ "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/darwin-x64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
+ "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/freebsd-arm64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
+ "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/freebsd-x64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
+ "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/linux-arm": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
+ "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/linux-arm64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
+ "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/linux-ia32": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
+ "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/linux-loong64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
+ "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
+ "cpu": [
+ "loong64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/linux-mips64el": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
+ "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
+ "cpu": [
+ "mips64el"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/linux-ppc64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
+ "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/linux-riscv64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
+ "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/linux-s390x": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
+ "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/linux-x64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
+ "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/netbsd-x64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
+ "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/openbsd-x64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
+ "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/sunos-x64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
+ "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "sunos"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/win32-arm64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
+ "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/win32-ia32": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
+ "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/@esbuild/win32-x64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
+ "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/esbuild": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
+ "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "bin": {
+ "esbuild": "bin/esbuild"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "optionalDependencies": {
+ "@esbuild/aix-ppc64": "0.21.5",
+ "@esbuild/android-arm": "0.21.5",
+ "@esbuild/android-arm64": "0.21.5",
+ "@esbuild/android-x64": "0.21.5",
+ "@esbuild/darwin-arm64": "0.21.5",
+ "@esbuild/darwin-x64": "0.21.5",
+ "@esbuild/freebsd-arm64": "0.21.5",
+ "@esbuild/freebsd-x64": "0.21.5",
+ "@esbuild/linux-arm": "0.21.5",
+ "@esbuild/linux-arm64": "0.21.5",
+ "@esbuild/linux-ia32": "0.21.5",
+ "@esbuild/linux-loong64": "0.21.5",
+ "@esbuild/linux-mips64el": "0.21.5",
+ "@esbuild/linux-ppc64": "0.21.5",
+ "@esbuild/linux-riscv64": "0.21.5",
+ "@esbuild/linux-s390x": "0.21.5",
+ "@esbuild/linux-x64": "0.21.5",
+ "@esbuild/netbsd-x64": "0.21.5",
+ "@esbuild/openbsd-x64": "0.21.5",
+ "@esbuild/sunos-x64": "0.21.5",
+ "@esbuild/win32-arm64": "0.21.5",
+ "@esbuild/win32-ia32": "0.21.5",
+ "@esbuild/win32-x64": "0.21.5"
+ }
+ },
+ "node_modules/@aurelia/vite-plugin/node_modules/vite": {
+ "version": "5.4.14",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz",
+ "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "esbuild": "^0.21.3",
+ "postcss": "^8.4.43",
+ "rollup": "^4.20.0"
+ },
+ "bin": {
+ "vite": "bin/vite.js"
+ },
+ "engines": {
+ "node": "^18.0.0 || >=20.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/vitejs/vite?sponsor=1"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.3"
+ },
+ "peerDependencies": {
+ "@types/node": "^18.0.0 || >=20.0.0",
+ "less": "*",
+ "lightningcss": "^1.21.0",
+ "sass": "*",
+ "sass-embedded": "*",
+ "stylus": "*",
+ "sugarss": "*",
+ "terser": "^5.4.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ },
+ "less": {
+ "optional": true
+ },
+ "lightningcss": {
+ "optional": true
+ },
+ "sass": {
+ "optional": true
+ },
+ "sass-embedded": {
+ "optional": true
+ },
+ "stylus": {
+ "optional": true
+ },
+ "sugarss": {
+ "optional": true
+ },
+ "terser": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@babel/code-frame": {
+ "version": "7.26.2",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
+ "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.25.9",
+ "js-tokens": "^4.0.0",
+ "picocolors": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/compat-data": {
+ "version": "7.26.5",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.5.tgz",
+ "integrity": "sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/core": {
+ "version": "7.26.7",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.7.tgz",
+ "integrity": "sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@ampproject/remapping": "^2.2.0",
+ "@babel/code-frame": "^7.26.2",
+ "@babel/generator": "^7.26.5",
+ "@babel/helper-compilation-targets": "^7.26.5",
+ "@babel/helper-module-transforms": "^7.26.0",
+ "@babel/helpers": "^7.26.7",
+ "@babel/parser": "^7.26.7",
+ "@babel/template": "^7.25.9",
+ "@babel/traverse": "^7.26.7",
+ "@babel/types": "^7.26.7",
+ "convert-source-map": "^2.0.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.2",
+ "json5": "^2.2.3",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/babel"
+ }
+ },
+ "node_modules/@babel/eslint-parser": {
+ "version": "7.26.5",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz",
+ "integrity": "sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
+ "eslint-visitor-keys": "^2.1.0",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.11.0",
+ "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
+ }
+ },
+ "node_modules/@babel/generator": {
+ "version": "7.26.5",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz",
+ "integrity": "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/parser": "^7.26.5",
+ "@babel/types": "^7.26.5",
+ "@jridgewell/gen-mapping": "^0.3.5",
+ "@jridgewell/trace-mapping": "^0.3.25",
+ "jsesc": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-annotate-as-pure": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
+ "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-compilation-targets": {
+ "version": "7.26.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz",
+ "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/compat-data": "^7.26.5",
+ "@babel/helper-validator-option": "^7.25.9",
+ "browserslist": "^4.24.0",
+ "lru-cache": "^5.1.1",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-create-class-features-plugin": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz",
+ "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.25.9",
+ "@babel/helper-member-expression-to-functions": "^7.25.9",
+ "@babel/helper-optimise-call-expression": "^7.25.9",
+ "@babel/helper-replace-supers": "^7.25.9",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
+ "@babel/traverse": "^7.25.9",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-create-regexp-features-plugin": {
+ "version": "7.26.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz",
+ "integrity": "sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.25.9",
+ "regexpu-core": "^6.2.0",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-define-polyfill-provider": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz",
+ "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-compilation-targets": "^7.22.6",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "debug": "^4.1.1",
+ "lodash.debounce": "^4.0.8",
+ "resolve": "^1.14.2"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
+ }
+ },
+ "node_modules/@babel/helper-member-expression-to-functions": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
+ "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/traverse": "^7.25.9",
+ "@babel/types": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-imports": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
+ "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/traverse": "^7.25.9",
+ "@babel/types": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms": {
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
+ "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.25.9",
+ "@babel/helper-validator-identifier": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-optimise-call-expression": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
+ "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-plugin-utils": {
+ "version": "7.26.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz",
+ "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-remap-async-to-generator": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz",
+ "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.25.9",
+ "@babel/helper-wrap-function": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-replace-supers": {
+ "version": "7.26.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz",
+ "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-member-expression-to-functions": "^7.25.9",
+ "@babel/helper-optimise-call-expression": "^7.25.9",
+ "@babel/traverse": "^7.26.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
+ "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/traverse": "^7.25.9",
+ "@babel/types": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-string-parser": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
+ "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
+ "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-option": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
+ "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-wrap-function": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz",
+ "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/template": "^7.25.9",
+ "@babel/traverse": "^7.25.9",
+ "@babel/types": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helpers": {
+ "version": "7.26.7",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.7.tgz",
+ "integrity": "sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/template": "^7.25.9",
+ "@babel/types": "^7.26.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/parser": {
+ "version": "7.26.7",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.7.tgz",
+ "integrity": "sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.26.7"
+ },
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz",
+ "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz",
+ "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz",
+ "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz",
+ "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
+ "@babel/plugin-transform-optional-chaining": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.13.0"
+ }
+ },
+ "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz",
+ "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-decorators": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
+ "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/plugin-syntax-decorators": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-private-property-in-object": {
+ "version": "7.21.0-placeholder-for-preset-env.2",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
+ "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-decorators": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
+ "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-dynamic-import": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
+ "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-import-assertions": {
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz",
+ "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-import-attributes": {
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
+ "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
+ "version": "7.18.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
+ "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.18.6",
+ "@babel/helper-plugin-utils": "^7.18.6"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-arrow-functions": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz",
+ "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-async-generator-functions": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz",
+ "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-remap-async-to-generator": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-async-to-generator": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",
+ "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-remap-async-to-generator": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-block-scoped-functions": {
+ "version": "7.26.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz",
+ "integrity": "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.26.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-block-scoping": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz",
+ "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-class-properties": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz",
+ "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-class-static-block": {
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz",
+ "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.12.0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-classes": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz",
+ "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.25.9",
+ "@babel/helper-compilation-targets": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-replace-supers": "^7.25.9",
+ "@babel/traverse": "^7.25.9",
+ "globals": "^11.1.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-classes/node_modules/globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-computed-properties": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz",
+ "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/template": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-destructuring": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz",
+ "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-dotall-regex": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz",
+ "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-duplicate-keys": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz",
+ "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz",
+ "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-dynamic-import": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz",
+ "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-exponentiation-operator": {
+ "version": "7.26.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz",
+ "integrity": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-export-namespace-from": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz",
+ "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-for-of": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz",
+ "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-function-name": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz",
+ "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-compilation-targets": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-json-strings": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz",
+ "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-literals": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz",
+ "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-logical-assignment-operators": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz",
+ "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-member-expression-literals": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz",
+ "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-amd": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz",
+ "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
+ "version": "7.26.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz",
+ "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.26.0",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-systemjs": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz",
+ "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-validator-identifier": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-umd": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz",
+ "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz",
+ "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-new-target": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz",
+ "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
+ "version": "7.26.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz",
+ "integrity": "sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.26.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-numeric-separator": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz",
+ "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-object-rest-spread": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz",
+ "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-compilation-targets": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/plugin-transform-parameters": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-object-super": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz",
+ "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-replace-supers": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-optional-catch-binding": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz",
+ "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-optional-chaining": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz",
+ "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-parameters": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz",
+ "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-private-methods": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz",
+ "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-private-property-in-object": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz",
+ "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.25.9",
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-property-literals": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz",
+ "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-regenerator": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz",
+ "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "regenerator-transform": "^0.15.2"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-regexp-modifiers": {
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz",
+ "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-reserved-words": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz",
+ "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-shorthand-properties": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz",
+ "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-spread": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz",
+ "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-sticky-regex": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz",
+ "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-template-literals": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz",
+ "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-typeof-symbol": {
+ "version": "7.26.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz",
+ "integrity": "sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.26.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-escapes": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz",
+ "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-property-regex": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz",
+ "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-regex": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz",
+ "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-sets-regex": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz",
+ "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/preset-env": {
+ "version": "7.26.7",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.7.tgz",
+ "integrity": "sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/compat-data": "^7.26.5",
+ "@babel/helper-compilation-targets": "^7.26.5",
+ "@babel/helper-plugin-utils": "^7.26.5",
+ "@babel/helper-validator-option": "^7.25.9",
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9",
+ "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9",
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9",
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9",
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9",
+ "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
+ "@babel/plugin-syntax-import-assertions": "^7.26.0",
+ "@babel/plugin-syntax-import-attributes": "^7.26.0",
+ "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
+ "@babel/plugin-transform-arrow-functions": "^7.25.9",
+ "@babel/plugin-transform-async-generator-functions": "^7.25.9",
+ "@babel/plugin-transform-async-to-generator": "^7.25.9",
+ "@babel/plugin-transform-block-scoped-functions": "^7.26.5",
+ "@babel/plugin-transform-block-scoping": "^7.25.9",
+ "@babel/plugin-transform-class-properties": "^7.25.9",
+ "@babel/plugin-transform-class-static-block": "^7.26.0",
+ "@babel/plugin-transform-classes": "^7.25.9",
+ "@babel/plugin-transform-computed-properties": "^7.25.9",
+ "@babel/plugin-transform-destructuring": "^7.25.9",
+ "@babel/plugin-transform-dotall-regex": "^7.25.9",
+ "@babel/plugin-transform-duplicate-keys": "^7.25.9",
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9",
+ "@babel/plugin-transform-dynamic-import": "^7.25.9",
+ "@babel/plugin-transform-exponentiation-operator": "^7.26.3",
+ "@babel/plugin-transform-export-namespace-from": "^7.25.9",
+ "@babel/plugin-transform-for-of": "^7.25.9",
+ "@babel/plugin-transform-function-name": "^7.25.9",
+ "@babel/plugin-transform-json-strings": "^7.25.9",
+ "@babel/plugin-transform-literals": "^7.25.9",
+ "@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
+ "@babel/plugin-transform-member-expression-literals": "^7.25.9",
+ "@babel/plugin-transform-modules-amd": "^7.25.9",
+ "@babel/plugin-transform-modules-commonjs": "^7.26.3",
+ "@babel/plugin-transform-modules-systemjs": "^7.25.9",
+ "@babel/plugin-transform-modules-umd": "^7.25.9",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9",
+ "@babel/plugin-transform-new-target": "^7.25.9",
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6",
+ "@babel/plugin-transform-numeric-separator": "^7.25.9",
+ "@babel/plugin-transform-object-rest-spread": "^7.25.9",
+ "@babel/plugin-transform-object-super": "^7.25.9",
+ "@babel/plugin-transform-optional-catch-binding": "^7.25.9",
+ "@babel/plugin-transform-optional-chaining": "^7.25.9",
+ "@babel/plugin-transform-parameters": "^7.25.9",
+ "@babel/plugin-transform-private-methods": "^7.25.9",
+ "@babel/plugin-transform-private-property-in-object": "^7.25.9",
+ "@babel/plugin-transform-property-literals": "^7.25.9",
+ "@babel/plugin-transform-regenerator": "^7.25.9",
+ "@babel/plugin-transform-regexp-modifiers": "^7.26.0",
+ "@babel/plugin-transform-reserved-words": "^7.25.9",
+ "@babel/plugin-transform-shorthand-properties": "^7.25.9",
+ "@babel/plugin-transform-spread": "^7.25.9",
+ "@babel/plugin-transform-sticky-regex": "^7.25.9",
+ "@babel/plugin-transform-template-literals": "^7.25.9",
+ "@babel/plugin-transform-typeof-symbol": "^7.26.7",
+ "@babel/plugin-transform-unicode-escapes": "^7.25.9",
+ "@babel/plugin-transform-unicode-property-regex": "^7.25.9",
+ "@babel/plugin-transform-unicode-regex": "^7.25.9",
+ "@babel/plugin-transform-unicode-sets-regex": "^7.25.9",
+ "@babel/preset-modules": "0.1.6-no-external-plugins",
+ "babel-plugin-polyfill-corejs2": "^0.4.10",
+ "babel-plugin-polyfill-corejs3": "^0.10.6",
+ "babel-plugin-polyfill-regenerator": "^0.6.1",
+ "core-js-compat": "^3.38.1",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/preset-modules": {
+ "version": "0.1.6-no-external-plugins",
+ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
+ "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@babel/types": "^7.4.4",
+ "esutils": "^2.0.2"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
+ }
+ },
+ "node_modules/@babel/runtime": {
+ "version": "7.26.7",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.7.tgz",
+ "integrity": "sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "regenerator-runtime": "^0.14.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/template": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz",
+ "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.25.9",
+ "@babel/parser": "^7.25.9",
+ "@babel/types": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/traverse": {
+ "version": "7.26.7",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.7.tgz",
+ "integrity": "sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.26.2",
+ "@babel/generator": "^7.26.5",
+ "@babel/parser": "^7.26.7",
+ "@babel/template": "^7.25.9",
+ "@babel/types": "^7.26.7",
+ "debug": "^4.3.1",
+ "globals": "^11.1.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/traverse/node_modules/globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/types": {
+ "version": "7.26.7",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.7.tgz",
+ "integrity": "sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-string-parser": "^7.25.9",
+ "@babel/helper-validator-identifier": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@csstools/css-parser-algorithms": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz",
+ "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@csstools/css-tokenizer": "^3.0.3"
+ }
+ },
+ "node_modules/@csstools/css-tokenizer": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz",
+ "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@csstools/media-query-list-parser": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.2.tgz",
+ "integrity": "sha512-EUos465uvVvMJehckATTlNqGj4UJWkTmdWuDMjqvSUkjGpmOyFZBVwb4knxCm/k2GMTXY+c/5RkdndzFYWeX5A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@csstools/css-parser-algorithms": "^3.0.4",
+ "@csstools/css-tokenizer": "^3.0.3"
+ }
+ },
+ "node_modules/@csstools/selector-specificity": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
+ "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT-0",
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "postcss-selector-parser": "^7.0.0"
+ }
+ },
+ "node_modules/@dual-bundle/import-meta-resolve": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz",
+ "integrity": "sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/@esbuild/aix-ppc64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz",
+ "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "aix"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-arm": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz",
+ "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz",
+ "integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz",
+ "integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/darwin-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz",
+ "integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/darwin-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz",
+ "integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/freebsd-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz",
+ "integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/freebsd-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz",
+ "integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-arm": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz",
+ "integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz",
+ "integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-ia32": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz",
+ "integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-loong64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz",
+ "integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==",
+ "cpu": [
+ "loong64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-mips64el": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz",
+ "integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==",
+ "cpu": [
+ "mips64el"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-ppc64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz",
+ "integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-riscv64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz",
+ "integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-s390x": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz",
+ "integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz",
+ "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/netbsd-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz",
+ "integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/netbsd-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz",
+ "integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/openbsd-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz",
+ "integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/openbsd-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz",
+ "integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/sunos-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz",
+ "integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "sunos"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz",
+ "integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-ia32": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz",
+ "integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz",
+ "integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@eslint-community/eslint-utils": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
+ "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "eslint-visitor-keys": "^3.4.3"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
+ }
+ },
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@eslint-community/regexpp": {
+ "version": "4.12.1",
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
+ "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@eslint/config-array": {
+ "version": "0.19.1",
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.1.tgz",
+ "integrity": "sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@eslint/object-schema": "^2.1.5",
+ "debug": "^4.3.1",
+ "minimatch": "^3.1.2"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/core": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.10.0.tgz",
+ "integrity": "sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@types/json-schema": "^7.0.15"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz",
+ "integrity": "sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^10.0.1",
+ "globals": "^14.0.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.1.2",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
+ "version": "14.0.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@eslint/js": {
+ "version": "9.19.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.19.0.tgz",
+ "integrity": "sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/object-schema": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.5.tgz",
+ "integrity": "sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/plugin-kit": {
+ "version": "0.2.5",
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz",
+ "integrity": "sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@eslint/core": "^0.10.0",
+ "levn": "^0.4.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@humanfs/core": {
+ "version": "0.19.1",
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18.0"
+ }
+ },
+ "node_modules/@humanfs/node": {
+ "version": "0.16.6",
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
+ "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@humanfs/core": "^0.19.1",
+ "@humanwhocodes/retry": "^0.3.0"
+ },
+ "engines": {
+ "node": ">=18.18.0"
+ }
+ },
+ "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
+ "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@humanwhocodes/module-importer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=12.22"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@humanwhocodes/retry": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz",
+ "integrity": "sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@jridgewell/gen-mapping": {
+ "version": "0.3.8",
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
+ "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/set-array": "^1.2.1",
+ "@jridgewell/sourcemap-codec": "^1.4.10",
+ "@jridgewell/trace-mapping": "^0.3.24"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/resolve-uri": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/set-array": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.25",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.1.0",
+ "@jridgewell/sourcemap-codec": "^1.4.14"
+ }
+ },
+ "node_modules/@keyv/serialize": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.0.2.tgz",
+ "integrity": "sha512-+E/LyaAeuABniD/RvUezWVXKpeuvwLEA9//nE9952zBaOdBd2mQ3pPoM8cUe2X6IcMByfuSLzmYqnYshG60+HQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "buffer": "^6.0.3"
+ }
+ },
+ "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
+ "version": "5.1.1-v1",
+ "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
+ "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "eslint-scope": "5.1.1"
+ }
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@rollup/pluginutils": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.2.tgz",
+ "integrity": "sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "^1.0.0",
+ "estree-walker": "^2.0.2",
+ "picomatch": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ },
+ "peerDependencies": {
+ "rollup": "^1.20.0||^2.0.0||^3.0.0"
+ },
+ "peerDependenciesMeta": {
+ "rollup": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@rollup/rollup-android-arm-eabi": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.32.0.tgz",
+ "integrity": "sha512-G2fUQQANtBPsNwiVFg4zKiPQyjVKZCUdQUol53R8E71J7AsheRMV/Yv/nB8giOcOVqP7//eB5xPqieBYZe9bGg==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ]
+ },
+ "node_modules/@rollup/rollup-android-arm64": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.32.0.tgz",
+ "integrity": "sha512-qhFwQ+ljoymC+j5lXRv8DlaJYY/+8vyvYmVx074zrLsu5ZGWYsJNLjPPVJJjhZQpyAKUGPydOq9hRLLNvh1s3A==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ]
+ },
+ "node_modules/@rollup/rollup-darwin-arm64": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.32.0.tgz",
+ "integrity": "sha512-44n/X3lAlWsEY6vF8CzgCx+LQaoqWGN7TzUfbJDiTIOjJm4+L2Yq+r5a8ytQRGyPqgJDs3Rgyo8eVL7n9iW6AQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@rollup/rollup-darwin-x64": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.32.0.tgz",
+ "integrity": "sha512-F9ct0+ZX5Np6+ZDztxiGCIvlCaW87HBdHcozUfsHnj1WCUTBUubAoanhHUfnUHZABlElyRikI0mgcw/qdEm2VQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@rollup/rollup-freebsd-arm64": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.32.0.tgz",
+ "integrity": "sha512-JpsGxLBB2EFXBsTLHfkZDsXSpSmKD3VxXCgBQtlPcuAqB8TlqtLcbeMhxXQkCDv1avgwNjF8uEIbq5p+Cee0PA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/@rollup/rollup-freebsd-x64": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.32.0.tgz",
+ "integrity": "sha512-wegiyBT6rawdpvnD9lmbOpx5Sph+yVZKHbhnSP9MqUEDX08G4UzMU+D87jrazGE7lRSyTRs6NEYHtzfkJ3FjjQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.32.0.tgz",
+ "integrity": "sha512-3pA7xecItbgOs1A5H58dDvOUEboG5UfpTq3WzAdF54acBbUM+olDJAPkgj1GRJ4ZqE12DZ9/hNS2QZk166v92A==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.32.0.tgz",
+ "integrity": "sha512-Y7XUZEVISGyge51QbYyYAEHwpGgmRrAxQXO3siyYo2kmaj72USSG8LtlQQgAtlGfxYiOwu+2BdbPjzEpcOpRmQ==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.32.0.tgz",
+ "integrity": "sha512-r7/OTF5MqeBrZo5omPXcTnjvv1GsrdH8a8RerARvDFiDwFpDVDnJyByYM/nX+mvks8XXsgPUxkwe/ltaX2VH7w==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.32.0.tgz",
+ "integrity": "sha512-HJbifC9vex9NqnlodV2BHVFNuzKL5OnsV2dvTw6e1dpZKkNjPG6WUq+nhEYV6Hv2Bv++BXkwcyoGlXnPrjAKXw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.32.0.tgz",
+ "integrity": "sha512-VAEzZTD63YglFlWwRj3taofmkV1V3xhebDXffon7msNz4b14xKsz7utO6F8F4cqt8K/ktTl9rm88yryvDpsfOw==",
+ "cpu": [
+ "loong64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.32.0.tgz",
+ "integrity": "sha512-Sts5DST1jXAc9YH/iik1C9QRsLcCoOScf3dfbY5i4kH9RJpKxiTBXqm7qU5O6zTXBTEZry69bGszr3SMgYmMcQ==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.32.0.tgz",
+ "integrity": "sha512-qhlXeV9AqxIyY9/R1h1hBD6eMvQCO34ZmdYvry/K+/MBs6d1nRFLm6BOiITLVI+nFAAB9kUB6sdJRKyVHXnqZw==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.32.0.tgz",
+ "integrity": "sha512-8ZGN7ExnV0qjXa155Rsfi6H8M4iBBwNLBM9lcVS+4NcSzOFaNqmt7djlox8pN1lWrRPMRRQ8NeDlozIGx3Omsw==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.32.0.tgz",
+ "integrity": "sha512-VDzNHtLLI5s7xd/VubyS10mq6TxvZBp+4NRWoW+Hi3tgV05RtVm4qK99+dClwTN1McA6PHwob6DEJ6PlXbY83A==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-x64-musl": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.32.0.tgz",
+ "integrity": "sha512-qcb9qYDlkxz9DxJo7SDhWxTWV1gFuwznjbTiov289pASxlfGbaOD54mgbs9+z94VwrXtKTu+2RqwlSTbiOqxGg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.32.0.tgz",
+ "integrity": "sha512-pFDdotFDMXW2AXVbfdUEfidPAk/OtwE/Hd4eYMTNVVaCQ6Yl8et0meDaKNL63L44Haxv4UExpv9ydSf3aSayDg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.32.0.tgz",
+ "integrity": "sha512-/TG7WfrCAjeRNDvI4+0AAMoHxea/USWhAzf9PVDFHbcqrQ7hMMKp4jZIy4VEjk72AAfN5k4TiSMRXRKf/0akSw==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.32.0.tgz",
+ "integrity": "sha512-5hqO5S3PTEO2E5VjCePxv40gIgyS2KvO7E7/vvC/NbIW4SIRamkMr1hqj+5Y67fbBWv/bQLB6KelBQmXlyCjWA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@types/estree": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
+ "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/json-schema": {
+ "version": "7.0.15",
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/acorn": {
+ "version": "8.14.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
+ "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "dev": true,
+ "license": "MIT",
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "dev": true,
+ "license": "Python-2.0"
+ },
+ "node_modules/array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/astral-regex": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
+ "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/aurelia": {
+ "version": "2.0.0-beta.22",
+ "resolved": "https://registry.npmjs.org/aurelia/-/aurelia-2.0.0-beta.22.tgz",
+ "integrity": "sha512-NB3R5SgE8KBJG5SLO7YOiTL7eAdZLZO4iX/ehw6U2L0Ba/p90ESmVleKbN4FuP+eYYbZXDLc7z1zeGMZZbC7wA==",
+ "license": "MIT",
+ "dependencies": {
+ "@aurelia/expression-parser": "2.0.0-beta.22",
+ "@aurelia/fetch-client": "2.0.0-beta.22",
+ "@aurelia/kernel": "2.0.0-beta.22",
+ "@aurelia/metadata": "2.0.0-beta.22",
+ "@aurelia/platform": "2.0.0-beta.22",
+ "@aurelia/platform-browser": "2.0.0-beta.22",
+ "@aurelia/runtime": "2.0.0-beta.22",
+ "@aurelia/runtime-html": "2.0.0-beta.22",
+ "@aurelia/template-compiler": "2.0.0-beta.22"
+ },
+ "engines": {
+ "node": ">=14.17.0"
+ }
+ },
+ "node_modules/babel-plugin-polyfill-corejs2": {
+ "version": "0.4.12",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz",
+ "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/compat-data": "^7.22.6",
+ "@babel/helper-define-polyfill-provider": "^0.6.3",
+ "semver": "^6.3.1"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
+ }
+ },
+ "node_modules/babel-plugin-polyfill-corejs3": {
+ "version": "0.10.6",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz",
+ "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-define-polyfill-provider": "^0.6.2",
+ "core-js-compat": "^3.38.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
+ }
+ },
+ "node_modules/babel-plugin-polyfill-regenerator": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz",
+ "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-define-polyfill-provider": "^0.6.3"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/base64-js": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "MIT"
+ },
+ "node_modules/big.js": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
+ "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "fill-range": "^7.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/browserslist": {
+ "version": "4.24.4",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz",
+ "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "caniuse-lite": "^1.0.30001688",
+ "electron-to-chromium": "^1.5.73",
+ "node-releases": "^2.0.19",
+ "update-browserslist-db": "^1.1.1"
+ },
+ "bin": {
+ "browserslist": "cli.js"
+ },
+ "engines": {
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
+ }
+ },
+ "node_modules/buffer": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
+ "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "base64-js": "^1.3.1",
+ "ieee754": "^1.2.1"
+ }
+ },
+ "node_modules/cacheable": {
+ "version": "1.8.8",
+ "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.8.tgz",
+ "integrity": "sha512-OE1/jlarWxROUIpd0qGBSKFLkNsotY8pt4GeiVErUYh/NUeTNrT+SBksUgllQv4m6a0W/VZsLuiHb88maavqEw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "hookified": "^1.7.0",
+ "keyv": "^5.2.3"
+ }
+ },
+ "node_modules/cacheable/node_modules/keyv": {
+ "version": "5.2.3",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.2.3.tgz",
+ "integrity": "sha512-AGKecUfzrowabUv0bH1RIR5Vf7w+l4S3xtQAypKaUpTdIR1EbrAcTxHCrpo9Q+IWeUlFE2palRtgIQcgm+PQJw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@keyv/serialize": "^1.0.2"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/caniuse-lite": {
+ "version": "1.0.30001695",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz",
+ "integrity": "sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "CC-BY-4.0"
+ },
+ "node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/colord": {
+ "version": "2.9.3",
+ "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
+ "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/convert-source-map": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/core-js-compat": {
+ "version": "3.40.0",
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.40.0.tgz",
+ "integrity": "sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "browserslist": "^4.24.3"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/core-js"
+ }
+ },
+ "node_modules/cosmiconfig": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "env-paths": "^2.2.1",
+ "import-fresh": "^3.3.0",
+ "js-yaml": "^4.1.0",
+ "parse-json": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/d-fischer"
+ },
+ "peerDependencies": {
+ "typescript": ">=4.9.5"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/cross-spawn": {
+ "version": "7.0.6",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/css-functions-list": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.3.tgz",
+ "integrity": "sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12 || >=16"
+ }
+ },
+ "node_modules/css-tree": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
+ "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "mdn-data": "2.12.2",
+ "source-map-js": "^1.0.1"
+ },
+ "engines": {
+ "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
+ }
+ },
+ "node_modules/cssesc": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "cssesc": "bin/cssesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/debug": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
+ "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ms": "^2.1.3"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/dir-glob": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "path-type": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/electron-to-chromium": {
+ "version": "1.5.88",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.88.tgz",
+ "integrity": "sha512-K3C2qf1o+bGzbilTDCTBhTQcMS9KW60yTAaTeeXsfvQuTDDwlokLam/AdqlqcSy9u4UainDgsHV23ksXAOgamw==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/emojis-list": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
+ "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/entities": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.12"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "node_modules/env-paths": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
+ "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/error-ex": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
+ "node_modules/esbuild": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz",
+ "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "bin": {
+ "esbuild": "bin/esbuild"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "optionalDependencies": {
+ "@esbuild/aix-ppc64": "0.24.2",
+ "@esbuild/android-arm": "0.24.2",
+ "@esbuild/android-arm64": "0.24.2",
+ "@esbuild/android-x64": "0.24.2",
+ "@esbuild/darwin-arm64": "0.24.2",
+ "@esbuild/darwin-x64": "0.24.2",
+ "@esbuild/freebsd-arm64": "0.24.2",
+ "@esbuild/freebsd-x64": "0.24.2",
+ "@esbuild/linux-arm": "0.24.2",
+ "@esbuild/linux-arm64": "0.24.2",
+ "@esbuild/linux-ia32": "0.24.2",
+ "@esbuild/linux-loong64": "0.24.2",
+ "@esbuild/linux-mips64el": "0.24.2",
+ "@esbuild/linux-ppc64": "0.24.2",
+ "@esbuild/linux-riscv64": "0.24.2",
+ "@esbuild/linux-s390x": "0.24.2",
+ "@esbuild/linux-x64": "0.24.2",
+ "@esbuild/netbsd-arm64": "0.24.2",
+ "@esbuild/netbsd-x64": "0.24.2",
+ "@esbuild/openbsd-arm64": "0.24.2",
+ "@esbuild/openbsd-x64": "0.24.2",
+ "@esbuild/sunos-x64": "0.24.2",
+ "@esbuild/win32-arm64": "0.24.2",
+ "@esbuild/win32-ia32": "0.24.2",
+ "@esbuild/win32-x64": "0.24.2"
+ }
+ },
+ "node_modules/escalade": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint": {
+ "version": "9.19.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.19.0.tgz",
+ "integrity": "sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@eslint-community/regexpp": "^4.12.1",
+ "@eslint/config-array": "^0.19.0",
+ "@eslint/core": "^0.10.0",
+ "@eslint/eslintrc": "^3.2.0",
+ "@eslint/js": "9.19.0",
+ "@eslint/plugin-kit": "^0.2.5",
+ "@humanfs/node": "^0.16.6",
+ "@humanwhocodes/module-importer": "^1.0.1",
+ "@humanwhocodes/retry": "^0.4.1",
+ "@types/estree": "^1.0.6",
+ "@types/json-schema": "^7.0.15",
+ "ajv": "^6.12.4",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.6",
+ "debug": "^4.3.2",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^8.2.0",
+ "eslint-visitor-keys": "^4.2.0",
+ "espree": "^10.3.0",
+ "esquery": "^1.5.0",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^8.0.0",
+ "find-up": "^5.0.0",
+ "glob-parent": "^6.0.2",
+ "ignore": "^5.2.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.1.2",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.3"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://eslint.org/donate"
+ },
+ "peerDependencies": {
+ "jiti": "*"
+ },
+ "peerDependenciesMeta": {
+ "jiti": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/eslint-scope": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^4.1.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/eslint-visitor-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint/node_modules/eslint-scope": {
+ "version": "8.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz",
+ "integrity": "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint/node_modules/eslint-visitor-keys": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint/node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/espree": {
+ "version": "10.3.0",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
+ "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "acorn": "^8.14.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^4.2.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/espree/node_modules/eslint-visitor-keys": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/esquery": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
+ "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "estraverse": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/esquery/node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esrecurse/node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estree-walker": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fast-glob": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
+ "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.8"
+ },
+ "engines": {
+ "node": ">=8.6.0"
+ }
+ },
+ "node_modules/fast-glob/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fast-uri": {
+ "version": "3.0.6",
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz",
+ "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/fastify"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/fastify"
+ }
+ ],
+ "license": "BSD-3-Clause"
+ },
+ "node_modules/fastest-levenshtein": {
+ "version": "1.0.16",
+ "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
+ "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 4.9.1"
+ }
+ },
+ "node_modules/fastq": {
+ "version": "1.18.0",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.18.0.tgz",
+ "integrity": "sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/file-entry-cache": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "flat-cache": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=16.0.0"
+ }
+ },
+ "node_modules/fill-range": {
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/flat-cache": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "flatted": "^3.2.9",
+ "keyv": "^4.5.4"
+ },
+ "engines": {
+ "node": ">=16"
+ }
+ },
+ "node_modules/flatted": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz",
+ "integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/gensync": {
+ "version": "1.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/global-modules": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
+ "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "global-prefix": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/global-prefix": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
+ "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ini": "^1.3.5",
+ "kind-of": "^6.0.2",
+ "which": "^1.3.1"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/global-prefix/node_modules/which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "which": "bin/which"
+ }
+ },
+ "node_modules/globals": {
+ "version": "15.14.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz",
+ "integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/globby": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.2.9",
+ "ignore": "^5.2.0",
+ "merge2": "^1.4.1",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/globjoin": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
+ "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/hasown": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/hookified": {
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.7.0.tgz",
+ "integrity": "sha512-XQdMjqC1AyeOzfs+17cnIk7Wdfu1hh2JtcyNfBf5u9jHrT3iZUlGHxLTntFBuk5lwkqJ6l3+daeQdHK5yByHVA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/html-tags": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
+ "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/ieee754": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "BSD-3-Clause"
+ },
+ "node_modules/ignore": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.8.19"
+ }
+ },
+ "node_modules/ini": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/is-core-module": {
+ "version": "2.16.1",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
+ "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "hasown": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/is-plain-object": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
+ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/jsesc": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "jsesc": "bin/jsesc"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/json-buffer": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/json5": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "json5": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/keyv": {
+ "version": "4.5.4",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "json-buffer": "3.0.1"
+ }
+ },
+ "node_modules/kind-of": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/known-css-properties": {
+ "version": "0.35.0",
+ "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.35.0.tgz",
+ "integrity": "sha512-a/RAk2BfKk+WFGhhOCAYqSiFLc34k8Mt/6NWRI4joER0EYUzXIcFivjjnoD3+XU1DggLn/tZc3DOAgke7l8a4A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/lines-and-columns": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/loader-utils": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz",
+ "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=8.9.0"
+ }
+ },
+ "node_modules/locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/lodash.debounce": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
+ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/lodash.truncate": {
+ "version": "4.4.2",
+ "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
+ "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/lru-cache": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "yallist": "^3.0.2"
+ }
+ },
+ "node_modules/mathml-tag-names": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
+ "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/mdn-data": {
+ "version": "2.12.2",
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
+ "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
+ "dev": true,
+ "license": "CC0-1.0"
+ },
+ "node_modules/meow": {
+ "version": "13.2.0",
+ "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
+ "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "braces": "^3.0.3",
+ "picomatch": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/modify-code": {
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/modify-code/-/modify-code-2.1.4.tgz",
+ "integrity": "sha512-/MNa/Wpkki5AHuaZc+L43Di/CMKwcgb740sR5yXNt/f7vwYGPt7g4G5OBPtviW/3sgauuPZZDmY+p5DJ6raHWg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "source-map": "^0.7.4"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/nanoid": {
+ "version": "3.3.8",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
+ "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "bin": {
+ "nanoid": "bin/nanoid.cjs"
+ },
+ "engines": {
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
+ }
+ },
+ "node_modules/natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/node-releases": {
+ "version": "2.0.19",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
+ "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/optionator": {
+ "version": "0.9.4",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.5"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/parse5": {
+ "version": "7.2.1",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
+ "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "entities": "^4.5.0"
+ },
+ "funding": {
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
+ }
+ },
+ "node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/picocolors": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
+ "node_modules/postcss": {
+ "version": "8.5.1",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz",
+ "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/postcss"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "nanoid": "^3.3.8",
+ "picocolors": "^1.1.1",
+ "source-map-js": "^1.2.1"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ }
+ },
+ "node_modules/postcss-resolve-nested-selector": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz",
+ "integrity": "sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/postcss-safe-parser": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz",
+ "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=18.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.4.31"
+ }
+ },
+ "node_modules/postcss-selector-parser": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cssesc": "^3.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-value-parser": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/punycode": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "MIT"
+ },
+ "node_modules/regenerate": {
+ "version": "1.4.2",
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/regenerate-unicode-properties": {
+ "version": "10.2.0",
+ "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
+ "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "regenerate": "^1.4.2"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/regenerator-runtime": {
+ "version": "0.14.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/regenerator-transform": {
+ "version": "0.15.2",
+ "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
+ "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.8.4"
+ }
+ },
+ "node_modules/regexpu-core": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz",
+ "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "regenerate": "^1.4.2",
+ "regenerate-unicode-properties": "^10.2.0",
+ "regjsgen": "^0.8.0",
+ "regjsparser": "^0.12.0",
+ "unicode-match-property-ecmascript": "^2.0.0",
+ "unicode-match-property-value-ecmascript": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/regjsgen": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz",
+ "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/regjsparser": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz",
+ "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "jsesc": "~3.0.2"
+ },
+ "bin": {
+ "regjsparser": "bin/parser"
+ }
+ },
+ "node_modules/regjsparser/node_modules/jsesc": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
+ "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "jsesc": "bin/jsesc"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/require-from-string": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/resolve": {
+ "version": "1.22.10",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
+ "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-core-module": "^2.16.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rollup": {
+ "version": "4.32.0",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.32.0.tgz",
+ "integrity": "sha512-JmrhfQR31Q4AuNBjjAX4s+a/Pu/Q8Q9iwjWBsjRH1q52SPFE2NqRMK6fUZKKnvKO6id+h7JIRf0oYsph53eATg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "1.0.6"
+ },
+ "bin": {
+ "rollup": "dist/bin/rollup"
+ },
+ "engines": {
+ "node": ">=18.0.0",
+ "npm": ">=8.0.0"
+ },
+ "optionalDependencies": {
+ "@rollup/rollup-android-arm-eabi": "4.32.0",
+ "@rollup/rollup-android-arm64": "4.32.0",
+ "@rollup/rollup-darwin-arm64": "4.32.0",
+ "@rollup/rollup-darwin-x64": "4.32.0",
+ "@rollup/rollup-freebsd-arm64": "4.32.0",
+ "@rollup/rollup-freebsd-x64": "4.32.0",
+ "@rollup/rollup-linux-arm-gnueabihf": "4.32.0",
+ "@rollup/rollup-linux-arm-musleabihf": "4.32.0",
+ "@rollup/rollup-linux-arm64-gnu": "4.32.0",
+ "@rollup/rollup-linux-arm64-musl": "4.32.0",
+ "@rollup/rollup-linux-loongarch64-gnu": "4.32.0",
+ "@rollup/rollup-linux-powerpc64le-gnu": "4.32.0",
+ "@rollup/rollup-linux-riscv64-gnu": "4.32.0",
+ "@rollup/rollup-linux-s390x-gnu": "4.32.0",
+ "@rollup/rollup-linux-x64-gnu": "4.32.0",
+ "@rollup/rollup-linux-x64-musl": "4.32.0",
+ "@rollup/rollup-win32-arm64-msvc": "4.32.0",
+ "@rollup/rollup-win32-ia32-msvc": "4.32.0",
+ "@rollup/rollup-win32-x64-msvc": "4.32.0",
+ "fsevents": "~2.3.2"
+ }
+ },
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "node_modules/semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/slice-ansi": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
+ "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "astral-regex": "^2.0.0",
+ "is-fullwidth-code-point": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/slice-ansi?sponsor=1"
+ }
+ },
+ "node_modules/source-map": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
+ "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/source-map-js": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/stylelint": {
+ "version": "16.14.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.14.0.tgz",
+ "integrity": "sha512-orePw2dKxzXC0hd1VmxrDBqgf1KUV9DYsZY4guKLE9XcQD7m0BxVnWMaoQqMNsQIG14MyyTHf6zoajvOnDra8g==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/stylelint"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/stylelint"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "@csstools/css-parser-algorithms": "^3.0.4",
+ "@csstools/css-tokenizer": "^3.0.3",
+ "@csstools/media-query-list-parser": "^4.0.2",
+ "@csstools/selector-specificity": "^5.0.0",
+ "@dual-bundle/import-meta-resolve": "^4.1.0",
+ "balanced-match": "^2.0.0",
+ "colord": "^2.9.3",
+ "cosmiconfig": "^9.0.0",
+ "css-functions-list": "^3.2.3",
+ "css-tree": "^3.1.0",
+ "debug": "^4.3.7",
+ "fast-glob": "^3.3.3",
+ "fastest-levenshtein": "^1.0.16",
+ "file-entry-cache": "^10.0.5",
+ "global-modules": "^2.0.0",
+ "globby": "^11.1.0",
+ "globjoin": "^0.1.4",
+ "html-tags": "^3.3.1",
+ "ignore": "^7.0.3",
+ "imurmurhash": "^0.1.4",
+ "is-plain-object": "^5.0.0",
+ "known-css-properties": "^0.35.0",
+ "mathml-tag-names": "^2.1.3",
+ "meow": "^13.2.0",
+ "micromatch": "^4.0.8",
+ "normalize-path": "^3.0.0",
+ "picocolors": "^1.1.1",
+ "postcss": "^8.5.1",
+ "postcss-resolve-nested-selector": "^0.1.6",
+ "postcss-safe-parser": "^7.0.1",
+ "postcss-selector-parser": "^7.0.0",
+ "postcss-value-parser": "^4.2.0",
+ "resolve-from": "^5.0.0",
+ "string-width": "^4.2.3",
+ "supports-hyperlinks": "^3.1.0",
+ "svg-tags": "^1.0.0",
+ "table": "^6.9.0",
+ "write-file-atomic": "^5.0.1"
+ },
+ "bin": {
+ "stylelint": "bin/stylelint.mjs"
+ },
+ "engines": {
+ "node": ">=18.12.0"
+ }
+ },
+ "node_modules/stylelint-config-recommended": {
+ "version": "14.0.1",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz",
+ "integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/stylelint"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/stylelint"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=18.12.0"
+ },
+ "peerDependencies": {
+ "stylelint": "^16.1.0"
+ }
+ },
+ "node_modules/stylelint-config-standard": {
+ "version": "36.0.1",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz",
+ "integrity": "sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/stylelint"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/stylelint"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "stylelint-config-recommended": "^14.0.1"
+ },
+ "engines": {
+ "node": ">=18.12.0"
+ },
+ "peerDependencies": {
+ "stylelint": "^16.1.0"
+ }
+ },
+ "node_modules/stylelint/node_modules/balanced-match": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
+ "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/stylelint/node_modules/file-entry-cache": {
+ "version": "10.0.5",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.0.5.tgz",
+ "integrity": "sha512-umpQsJrBNsdMDgreSryMEXvJh66XeLtZUwA8Gj7rHGearGufUFv6rB/bcXRFsiGWw/VeSUgUofF4Rf2UKEOrTA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "flat-cache": "^6.1.5"
+ }
+ },
+ "node_modules/stylelint/node_modules/flat-cache": {
+ "version": "6.1.5",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.5.tgz",
+ "integrity": "sha512-QR+2kN38f8nMfiIQ1LHYjuDEmZNZVjxuxY+HufbS3BW0EX01Q5OnH7iduOYRutmgiXb797HAKcXUeXrvRjjgSQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cacheable": "^1.8.7",
+ "flatted": "^3.3.2",
+ "hookified": "^1.6.0"
+ }
+ },
+ "node_modules/stylelint/node_modules/ignore": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz",
+ "integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/stylelint/node_modules/resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-hyperlinks": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.1.0.tgz",
+ "integrity": "sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "has-flag": "^4.0.0",
+ "supports-color": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/svg-tags": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
+ "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
+ "dev": true
+ },
+ "node_modules/table": {
+ "version": "6.9.0",
+ "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz",
+ "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "ajv": "^8.0.1",
+ "lodash.truncate": "^4.4.2",
+ "slice-ansi": "^4.0.0",
+ "string-width": "^4.2.3",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/table/node_modules/ajv": {
+ "version": "8.17.1",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
+ "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.3",
+ "fast-uri": "^3.0.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/table/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "prelude-ls": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/typescript": {
+ "version": "5.7.3",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
+ "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "bin": {
+ "tsc": "bin/tsc",
+ "tsserver": "bin/tsserver"
+ },
+ "engines": {
+ "node": ">=14.17"
+ }
+ },
+ "node_modules/unicode-canonical-property-names-ecmascript": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
+ "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-match-property-ecmascript": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
+ "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "unicode-canonical-property-names-ecmascript": "^2.0.0",
+ "unicode-property-aliases-ecmascript": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-match-property-value-ecmascript": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
+ "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-property-aliases-ecmascript": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
+ "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/update-browserslist-db": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz",
+ "integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "escalade": "^3.2.0",
+ "picocolors": "^1.1.1"
+ },
+ "bin": {
+ "update-browserslist-db": "cli.js"
+ },
+ "peerDependencies": {
+ "browserslist": ">= 4.21.0"
+ }
+ },
+ "node_modules/uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/util-deprecate": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/vite": {
+ "version": "6.0.11",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.11.tgz",
+ "integrity": "sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "esbuild": "^0.24.2",
+ "postcss": "^8.4.49",
+ "rollup": "^4.23.0"
+ },
+ "bin": {
+ "vite": "bin/vite.js"
+ },
+ "engines": {
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/vitejs/vite?sponsor=1"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.3"
+ },
+ "peerDependencies": {
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
+ "jiti": ">=1.21.0",
+ "less": "*",
+ "lightningcss": "^1.21.0",
+ "sass": "*",
+ "sass-embedded": "*",
+ "stylus": "*",
+ "sugarss": "*",
+ "terser": "^5.16.0",
+ "tsx": "^4.8.1",
+ "yaml": "^2.4.2"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ },
+ "jiti": {
+ "optional": true
+ },
+ "less": {
+ "optional": true
+ },
+ "lightningcss": {
+ "optional": true
+ },
+ "sass": {
+ "optional": true
+ },
+ "sass-embedded": {
+ "optional": true
+ },
+ "stylus": {
+ "optional": true
+ },
+ "sugarss": {
+ "optional": true
+ },
+ "terser": {
+ "optional": true
+ },
+ "tsx": {
+ "optional": true
+ },
+ "yaml": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/vite-plugin-babel": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/vite-plugin-babel/-/vite-plugin-babel-1.3.0.tgz",
+ "integrity": "sha512-C5WKX0UwvQKH8WD2GiyWUjI62UBfLbfUhiLexnIm4asLdENX5ymrRipFlBnGeVxoOaYgTL5dh5KW6YDGpWsR8A==",
+ "dev": true,
+ "license": "MIT",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0",
+ "vite": "^2.7.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
+ }
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/word-wrap": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/write-file-atomic": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
+ "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "imurmurhash": "^0.1.4",
+ "signal-exit": "^4.0.1"
+ },
+ "engines": {
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
+ }
+ },
+ "node_modules/yallist": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ }
+ }
+}
diff --git a/frameworks/keyed/aurelia2/package.json b/frameworks/keyed/aurelia2/package.json
new file mode 100644
index 000000000..04aabe20b
--- /dev/null
+++ b/frameworks/keyed/aurelia2/package.json
@@ -0,0 +1,37 @@
+{
+ "name": "js-framework-benchmark-non-keyed-aurelia2",
+ "version": "1.0.0",
+ "description": "Benchmark for Aurelia 2",
+ "js-framework-benchmark": {
+ "frameworkVersionFromPackage": "aurelia",
+ "customURL": "/dist"
+ },
+ "keywords": [
+ "aurelia"
+ ],
+ "author": "Dwayne Charrington",
+ "license": "Apache-2.0",
+ "homepage": "https://github.com/krausest/js-framework-benchmark",
+ "scripts": {
+ "build-dev": "vite build",
+ "build-prod": "vite build"
+ },
+ "dependencies": {
+ "aurelia": "^2.0.0-beta.22"
+ },
+ "devDependencies": {
+ "@aurelia/testing": "^2.0.0-beta.22",
+ "@aurelia/vite-plugin": "^2.0.0-beta.22",
+ "@babel/core": "^7.26.0",
+ "@babel/eslint-parser": "^7.25.9",
+ "@babel/plugin-proposal-decorators": "^7.25.9",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/preset-env": "^7.26.0",
+ "eslint": "^9.17.0",
+ "globals": "^15.14.0",
+ "stylelint": "^16.12.0",
+ "stylelint-config-standard": "^36.0.1",
+ "vite": "^6.0.3",
+ "vite-plugin-babel": "^1.3.0"
+ }
+}
diff --git a/frameworks/keyed/aurelia2/src/main.js b/frameworks/keyed/aurelia2/src/main.js
new file mode 100644
index 000000000..63c40fb81
--- /dev/null
+++ b/frameworks/keyed/aurelia2/src/main.js
@@ -0,0 +1,6 @@
+import Aurelia from 'aurelia';
+import { MyApp } from './my-app';
+
+Aurelia
+ .app(MyApp)
+ .start();
diff --git a/frameworks/keyed/aurelia2/src/my-app.html b/frameworks/keyed/aurelia2/src/my-app.html
new file mode 100755
index 000000000..b497d474e
--- /dev/null
+++ b/frameworks/keyed/aurelia2/src/my-app.html
@@ -0,0 +1,44 @@
+
+
+
+
+
Aurelia
+
+
+
+ Create 1,000 rows
+
+
+ Create 10,000 rows
+
+
+ Append 1,000 rows
+
+
+ Update every 10th row
+
+
+ Clear
+
+
+ Swap Rows
+
+
+
+
+
+
+
diff --git a/frameworks/keyed/aurelia2/src/my-app.js b/frameworks/keyed/aurelia2/src/my-app.js
new file mode 100644
index 000000000..9b9eba52e
--- /dev/null
+++ b/frameworks/keyed/aurelia2/src/my-app.js
@@ -0,0 +1,35 @@
+import {Store} from './store';
+
+export class MyApp {
+ constructor() {
+ this.store = new Store();
+ }
+
+ run() {
+ this.store.run();
+ }
+ add() {
+ this.store.add();
+ }
+ remove(item) {
+ this.store.delete(item.id);
+ }
+ select(item) {
+ this.store.select(item.id);
+ }
+ update() {
+ this.store.update();
+ }
+
+ runLots() {
+ this.store.runLots();
+ }
+
+ clear() {
+ this.store.clear();
+ }
+
+ swapRows() {
+ this.store.swapRows();
+ }
+}
diff --git a/frameworks/keyed/aurelia2/src/store.js b/frameworks/keyed/aurelia2/src/store.js
new file mode 100644
index 000000000..f51fe7a01
--- /dev/null
+++ b/frameworks/keyed/aurelia2/src/store.js
@@ -0,0 +1,78 @@
+function _random(max) {
+ return Math.round(Math.random()*1000)%max;
+}
+
+export class Store {
+ constructor() {
+ this.data = [];
+ this.selected = undefined;
+ this.id = 1;
+ }
+ buildData(count = 1000) {
+ var adjectives = ["pretty", "large", "big", "small", "tall", "short", "long", "handsome", "plain", "quaint", "clean", "elegant", "easy", "angry", "crazy", "helpful", "mushy", "odd", "unsightly", "adorable", "important", "inexpensive", "cheap", "expensive", "fancy"];
+ var colours = ["red", "yellow", "blue", "green", "pink", "brown", "purple", "brown", "white", "black", "orange"];
+ var nouns = ["table", "chair", "house", "bbq", "desk", "car", "pony", "cookie", "sandwich", "burger", "pizza", "mouse", "keyboard"];
+ var data = [];
+ for (var i = 0; i < count; i++)
+ data.push({id: this.id++, label: adjectives[_random(adjectives.length)] + " " + colours[_random(colours.length)] + " " + nouns[_random(nouns.length)] });
+ return data;
+ }
+ updateData(mod = 10) {
+ for (let i=0;i
d.id==id);
+ this.data = this.data.filter((e,i) => i!=idx);
+ return this;
+ }
+ deleteNext(id) {
+ const idx = this.data.findIndex(d => d.id==id);
+ this.data = this.data.filter((e,i) => i!=idx+1);
+ return this;
+ }
+ run() {
+ this.data = this.buildData();
+ this.selected = undefined;
+ }
+ add() {
+ this.data = this.data.concat(this.buildData(1000));
+ this.selected = undefined;
+ }
+ update() {
+ this.updateData();
+ }
+ select(id) {
+ this.selected = id;
+ }
+ hideAll() {
+ this.backup = this.data;
+ this.data = [];
+ this.selected = undefined;
+ }
+ showAll() {
+ this.data = this.backup;
+ this.backup = null;
+ this.selected = undefined;
+ }
+ runLots() {
+ this.data = this.buildData(10000);
+ this.selected = undefined;
+ }
+ clear() {
+ this.data = [];
+ this.selected = undefined;
+ }
+ swapRows() {
+ if (this.data.length > 998) {
+ let newData = this.data.slice();
+ var temp = this.data[1];
+ var temp2 = this.data[998];
+ newData[1] = temp2
+ newData[998] = temp;
+ this.data = newData;
+ }
+ }
+
+}
diff --git a/frameworks/keyed/aurelia2/vite.config.js b/frameworks/keyed/aurelia2/vite.config.js
new file mode 100644
index 000000000..59f2ccd64
--- /dev/null
+++ b/frameworks/keyed/aurelia2/vite.config.js
@@ -0,0 +1,22 @@
+import { defineConfig } from 'vite';
+import { nodePolyfills } from 'vite-plugin-node-polyfills'
+import aurelia from '@aurelia/vite-plugin';
+import babel from 'vite-plugin-babel';
+
+export default defineConfig({
+ server: {
+ open: !process.env.CI,
+ port: 9000,
+ },
+ base: '/frameworks/keyed/aurelia2/dist/',
+ esbuild: {
+ target: 'es2022'
+ },
+ plugins: [
+ aurelia({
+ useDev: false,
+ }),
+ babel(),
+ nodePolyfills(),
+ ],
+});
diff --git a/frameworks/keyed/bdc/index.html b/frameworks/keyed/bdc/index.html
deleted file mode 100644
index 93eca76a9..000000000
--- a/frameworks/keyed/bdc/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
- bdc
-
-
-
-
-
-
-
-
diff --git a/frameworks/keyed/bdc/package-lock.json b/frameworks/keyed/bdc/package-lock.json
deleted file mode 100644
index 4c49885f1..000000000
--- a/frameworks/keyed/bdc/package-lock.json
+++ /dev/null
@@ -1,429 +0,0 @@
-{
- "name": "js-framework-benchmark-bdc",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "": {
- "name": "js-framework-benchmark-bdc",
- "license": "Apache-2.0",
- "dependencies": {
- "bdc": "1.1.0"
- },
- "devDependencies": {
- "@rollup/plugin-node-resolve": "15.1.0",
- "@rollup/plugin-terser": "0.4.3",
- "rollup": "3.26.2"
- }
- },
- "node_modules/@jridgewell/gen-mapping": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
- "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
- "dev": true,
- "dependencies": {
- "@jridgewell/set-array": "^1.0.1",
- "@jridgewell/sourcemap-codec": "^1.4.10",
- "@jridgewell/trace-mapping": "^0.3.9"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/resolve-uri": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
- "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
- "dev": true,
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/set-array": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
- "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
- "dev": true,
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/source-map": {
- "version": "0.3.5",
- "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz",
- "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
- "dev": true,
- "dependencies": {
- "@jridgewell/gen-mapping": "^0.3.0",
- "@jridgewell/trace-mapping": "^0.3.9"
- }
- },
- "node_modules/@jridgewell/sourcemap-codec": {
- "version": "1.4.15",
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
- "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
- "dev": true
- },
- "node_modules/@jridgewell/trace-mapping": {
- "version": "0.3.18",
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz",
- "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==",
- "dev": true,
- "dependencies": {
- "@jridgewell/resolve-uri": "3.1.0",
- "@jridgewell/sourcemap-codec": "1.4.14"
- }
- },
- "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
- "version": "1.4.14",
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
- "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
- "dev": true
- },
- "node_modules/@rollup/plugin-node-resolve": {
- "version": "15.1.0",
- "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.1.0.tgz",
- "integrity": "sha512-xeZHCgsiZ9pzYVgAo9580eCGqwh/XCEUM9q6iQfGNocjgkufHAqC3exA+45URvhiYV8sBF9RlBai650eNs7AsA==",
- "dev": true,
- "dependencies": {
- "@rollup/pluginutils": "^5.0.1",
- "@types/resolve": "1.20.2",
- "deepmerge": "^4.2.2",
- "is-builtin-module": "^3.2.1",
- "is-module": "^1.0.0",
- "resolve": "^1.22.1"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "peerDependencies": {
- "rollup": "^2.78.0||^3.0.0"
- },
- "peerDependenciesMeta": {
- "rollup": {
- "optional": true
- }
- }
- },
- "node_modules/@rollup/plugin-terser": {
- "version": "0.4.3",
- "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.3.tgz",
- "integrity": "sha512-EF0oejTMtkyhrkwCdg0HJ0IpkcaVg1MMSf2olHb2Jp+1mnLM04OhjpJWGma4HobiDTF0WCyViWuvadyE9ch2XA==",
- "dev": true,
- "dependencies": {
- "serialize-javascript": "^6.0.1",
- "smob": "^1.0.0",
- "terser": "^5.17.4"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "peerDependencies": {
- "rollup": "^2.x || ^3.x"
- },
- "peerDependenciesMeta": {
- "rollup": {
- "optional": true
- }
- }
- },
- "node_modules/@rollup/pluginutils": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.2.tgz",
- "integrity": "sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==",
- "dev": true,
- "dependencies": {
- "@types/estree": "^1.0.0",
- "estree-walker": "^2.0.2",
- "picomatch": "^2.3.1"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "peerDependencies": {
- "rollup": "^1.20.0||^2.0.0||^3.0.0"
- },
- "peerDependenciesMeta": {
- "rollup": {
- "optional": true
- }
- }
- },
- "node_modules/@types/estree": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
- "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==",
- "dev": true
- },
- "node_modules/@types/resolve": {
- "version": "1.20.2",
- "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
- "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
- "dev": true
- },
- "node_modules/acorn": {
- "version": "8.10.0",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz",
- "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
- "dev": true,
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/bdc": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/bdc/-/bdc-1.1.0.tgz",
- "integrity": "sha512-3/buvJUWxf3mkMDG9ecCXngiWMfjxNJdF0WDkwtc/2BFSLVv12T5aBJCH44k3NwAVSDvbVdS+PjC8wzVQl1LCw=="
- },
- "node_modules/buffer-from": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
- "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
- "dev": true
- },
- "node_modules/builtin-modules": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
- "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
- "dev": true,
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/commander": {
- "version": "2.20.3",
- "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
- "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
- "dev": true
- },
- "node_modules/deepmerge": {
- "version": "4.3.1",
- "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
- "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/estree-walker": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
- "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
- "dev": true
- },
- "node_modules/fsevents": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
- "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
- "dev": true,
- "hasInstallScript": true,
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
- }
- },
- "node_modules/function-bind": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
- "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
- "dev": true
- },
- "node_modules/has": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
- "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
- "dev": true,
- "dependencies": {
- "function-bind": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4.0"
- }
- },
- "node_modules/is-builtin-module": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz",
- "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==",
- "dev": true,
- "dependencies": {
- "builtin-modules": "^3.3.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-core-module": {
- "version": "2.12.1",
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
- "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
- "dev": true,
- "dependencies": {
- "has": "^1.0.3"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-module": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
- "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
- "dev": true
- },
- "node_modules/path-parse": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
- "dev": true
- },
- "node_modules/picomatch": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
- "dev": true,
- "engines": {
- "node": ">=8.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/randombytes": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
- "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
- "dev": true,
- "dependencies": {
- "safe-buffer": "^5.1.0"
- }
- },
- "node_modules/resolve": {
- "version": "1.22.2",
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
- "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
- "dev": true,
- "dependencies": {
- "is-core-module": "^2.11.0",
- "path-parse": "^1.0.7",
- "supports-preserve-symlinks-flag": "^1.0.0"
- },
- "bin": {
- "resolve": "bin/resolve"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/rollup": {
- "version": "3.26.2",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.2.tgz",
- "integrity": "sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==",
- "dev": true,
- "bin": {
- "rollup": "dist/bin/rollup"
- },
- "engines": {
- "node": ">=14.18.0",
- "npm": ">=8.0.0"
- },
- "optionalDependencies": {
- "fsevents": "~2.3.2"
- }
- },
- "node_modules/safe-buffer": {
- "version": "5.2.1",
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/serialize-javascript": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz",
- "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==",
- "dev": true,
- "dependencies": {
- "randombytes": "^2.1.0"
- }
- },
- "node_modules/smob": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/smob/-/smob-1.4.0.tgz",
- "integrity": "sha512-MqR3fVulhjWuRNSMydnTlweu38UhQ0HXM4buStD/S3mc/BzX3CuM9OmhyQpmtYCvoYdl5ris6TI0ZqH355Ymqg==",
- "dev": true
- },
- "node_modules/source-map": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/source-map-support": {
- "version": "0.5.21",
- "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
- "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
- "dev": true,
- "dependencies": {
- "buffer-from": "^1.0.0",
- "source-map": "^0.6.0"
- }
- },
- "node_modules/supports-preserve-symlinks-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/terser": {
- "version": "5.19.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.19.0.tgz",
- "integrity": "sha512-JpcpGOQLOXm2jsomozdMDpd5f8ZHh1rR48OFgWUH3QsyZcfPgv2qDCYbcDEAYNd4OZRj2bWYKpwdll/udZCk/Q==",
- "dev": true,
- "dependencies": {
- "@jridgewell/source-map": "^0.3.3",
- "acorn": "^8.8.2",
- "commander": "^2.20.0",
- "source-map-support": "~0.5.20"
- },
- "bin": {
- "terser": "bin/terser"
- },
- "engines": {
- "node": ">=10"
- }
- }
- }
-}
diff --git a/frameworks/keyed/bdc/package.json b/frameworks/keyed/bdc/package.json
deleted file mode 100644
index 55dbc8ddd..000000000
--- a/frameworks/keyed/bdc/package.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "js-framework-benchmark-bdc",
- "description": "Benchmark for BDC",
- "type": "module",
- "author": "Ben Mather (bwhmather.com)",
- "license": "Apache-2.0",
- "homepage": "https://github.com/krausest/js-framework-benchmark",
- "repository": {
- "type": "git",
- "url": "https://github.com/krausest/js-framework-benchmark.git"
- },
- "js-framework-benchmark": {
- "frameworkVersionFromPackage": "bdc",
- "frameworkHomeURL": "https://github.com/bwhmather/bdc-js",
- "issues": [
- 1139
- ]
- },
- "dependencies": {
- "bdc": "1.1.0"
- },
- "devDependencies": {
- "@rollup/plugin-node-resolve": "15.1.0",
- "@rollup/plugin-terser": "0.4.3",
- "rollup": "3.26.2"
- },
- "scripts": {
- "build-dev": "rollup -c --watch",
- "build-prod": "rollup -c --environment production"
- }
-}
diff --git a/frameworks/keyed/bdc/rollup.config.js b/frameworks/keyed/bdc/rollup.config.js
deleted file mode 100644
index 0c73218f6..000000000
--- a/frameworks/keyed/bdc/rollup.config.js
+++ /dev/null
@@ -1,21 +0,0 @@
-import resolve from '@rollup/plugin-node-resolve';
-import terser from '@rollup/plugin-terser';
-
-const isProduction = process.env.production;
-
-export default [
- {
- input: 'src/app.js',
- plugins: [
- resolve(),
- isProduction && terser()
- ],
- output: {
- format: 'iife',
- name: 'app',
- file: 'dist/app.min.js',
- }
- },
-]
-
-
diff --git a/frameworks/keyed/bdc/src/app.js b/frameworks/keyed/bdc/src/app.js
deleted file mode 100644
index 50adbf71b..000000000
--- a/frameworks/keyed/bdc/src/app.js
+++ /dev/null
@@ -1,184 +0,0 @@
-import {h, clobber} from 'bdc';
-
-var TITLE = 'bdc v1.0.0'
-
-var ADJECTIVES = [
- "pretty", "large", "big", "small", "tall", "short", "long", "handsome",
- "plain", "quaint", "clean", "elegant", "easy", "angry", "crazy", "helpful",
- "mushy", "odd", "unsightly", "adorable", "important", "inexpensive", "cheap",
- "expensive", "fancy"
-];
-
-var COLOURS = [
- "red", "yellow", "blue", "green", "pink", "brown", "purple", "brown", "white",
- "black", "orange"
-];
-
-var NOUNS = [
- "table", "chair", "house", "bbq", "desk", "car", "pony", "cookie", "sandwich",
- "burger", "pizza", "mouse", "keyboard"
-]
-
-function random(max) {
- return Math.round(Math.random() * 1000) % max;
-}
-
-function choice(array) {
- return array[random(array.length)];
-}
-
-let data = []
-let selected = null
-let next_id = 1
-
-function buildData(count) {
- var data = [];
- for (var i=0; i < count; ++i) {
- const adjective = choice(ADJECTIVES);
- const colour = choice(COLOURS);
- const noun = choice(NOUNS);
- data.push({id: next_id++, label: `${adjective} ${colour} ${noun}`});
- }
- return data;
-}
-
-function select(id) {
- selected = id;
-}
-
-function remove(id) {
- data = data.filter(d => d.id != id);
-}
-
-function onClickRun(evt) {
- evt.preventDefault()
- data = buildData(1000);
- selected = null;
- redraw();
-}
-
-function onClickRunLots(evt) {
- evt.preventDefault();
- data = buildData(10000);
- selected = null;
- redraw();
-}
-
-function onClickAdd(evt) {
- evt.preventDefault();
- data = data.concat(buildData(1000));
- selected = null;
- redraw();
-}
-
-function onClickUpdate(evt) {
- evt.preventDefault();
- for (let i = 0; i < data.length; i+=10) {
- data[i].label += ' !!!';
- }
- selected = null;
- redraw();
-}
-
-function onClickClear(evt) {
- evt.preventDefault();
- data = [];
- selected = null;
- redraw();
-}
-
-function onClickSwapRows(evt) {
- evt.preventDefault();
- if (data.length > 998) {
- var a = data[1];
- data[1] = data[998];
- data[998] = a;
- }
- redraw();
-}
-
-function button(attrs, text) {
- return h('div', {class: 'col-sm-6 smallpad'},
- h('button', {
- class: 'btn btn-primary btn-block',
- type: 'button',
- ...attrs
- }, text),
- );
-}
-
-function renderButtons() {
- return [
- button({id: 'run', onclick: onClickRun}, 'Create 1,000 rows'),
- button({id: 'runlots', onclick: onClickRunLots}, 'Create 10,000 rows'),
- button({id: 'add', onclick: onClickAdd}, 'Append 1,000 rows'),
- button({id: 'update', onclick: onClickUpdate}, 'Update every 10th row'),
- button({id: 'clear', onclick: onClickClear}, 'Clear'),
- button({id: 'swaprows', onclick: onClickSwapRows}, 'Swap Rows'),
- ];
-}
-
-function renderRow(rec) {
- const id = rec.id;
-
- function onClickLabel(evt) {
- evt.preventDefault();
- select(id);
- redraw();
- }
-
- function onClickRemove(evt) {
- evt.preventDefault();
- remove(id);
- redraw();
- }
-
- return h(
- 'tr', {
- 'x-bdc-key': "" + id,
- 'class': id === selected ? 'danger':''
- },
- h('td', {class: 'col-md-1'}, "" + id),
- h('td', {class: 'col-md-4', onclick: onClickLabel},
- h('a', {class: 'lbl'}, rec.label)
- ),
- h('td', {class: 'col-md-1', onclick: onClickRemove},
- h('a', {class: 'remove'},
- h('span', {class: 'glyphicon glyphicon-remove remove', 'aria-hidden': 'true'})
- )
- ),
- h('td', {class: 'col-md-6'})
- );
-}
-
-function render() {
- return h('div', {id: 'main'},
- h('div', {class: 'container'},
- h('div', {class: 'jumbotron'},
- h('div', {class: 'row'},
- h('div', {class: 'col-md-6'},
- h('h1', TITLE)
- ),
- h('div', {class: 'col-md-6'},
- h('div', {class: 'row'}, renderButtons()),
- )
- )
- ),
- h('table', {class: 'table table-hover table-striped test-data'},
- h('tbody', {id: 'tbody'}, data.map(renderRow)),
- ),
- h('span', {class: 'preloadicon glyphicon glyphicon-remove', 'aria-hidden': ''})
- )
- );
-}
-
-let $root;
-
-function redraw() {
- clobber($root, render());
-}
-
-export function install($newRoot) {
- $root = $newRoot;
- redraw();
-}
diff --git a/frameworks/keyed/better-react/package-lock.json b/frameworks/keyed/better-react/package-lock.json
deleted file mode 100644
index 13700339f..000000000
--- a/frameworks/keyed/better-react/package-lock.json
+++ /dev/null
@@ -1,600 +0,0 @@
-{
- "name": "better-react",
- "version": "0.0.0",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "": {
- "name": "better-react",
- "version": "0.0.0",
- "dependencies": {
- "better-react": "^1.1.3",
- "better-react-dom": "^1.1.3",
- "better-react-helper": "^1.1.3"
- },
- "devDependencies": {
- "typescript": "^5.0.2",
- "vite": "^4.3.9"
- }
- },
- "node_modules/@esbuild/android-arm": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz",
- "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/android-arm64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz",
- "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/android-x64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz",
- "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/darwin-arm64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz",
- "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/darwin-x64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz",
- "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/freebsd-arm64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz",
- "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/freebsd-x64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz",
- "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-arm": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz",
- "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-arm64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz",
- "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-ia32": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz",
- "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-loong64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz",
- "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==",
- "cpu": [
- "loong64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-mips64el": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz",
- "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==",
- "cpu": [
- "mips64el"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-ppc64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz",
- "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-riscv64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz",
- "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-s390x": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz",
- "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==",
- "cpu": [
- "s390x"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-x64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz",
- "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/netbsd-x64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz",
- "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "netbsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/openbsd-x64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz",
- "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "openbsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/sunos-x64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz",
- "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "sunos"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/win32-arm64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz",
- "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/win32-ia32": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz",
- "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/win32-x64": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz",
- "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/better-react": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/better-react/-/better-react-1.1.3.tgz",
- "integrity": "sha512-xwEdCUVc74eIXujQXvPOc4Yqv4Ee0B3NVV3z7okrlR58lOWvb4tViPXM37UsI3eZnHECtAAwOjSM1ew/n1dvGQ==",
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/better-react-dom": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/better-react-dom/-/better-react-dom-1.1.3.tgz",
- "integrity": "sha512-s+XWB7uQWRZvu/segB3VSuKKjuPQiW8RgI2iheH/fxa0swuEQuyHR3ViOLGD1ZbouESOiKw59tRVZu3EuGtOeA==",
- "dependencies": {
- "csstype": "^3.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "peerDependencies": {
- "better-react": "^1.1.3"
- }
- },
- "node_modules/better-react-helper": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/better-react-helper/-/better-react-helper-1.1.3.tgz",
- "integrity": "sha512-w/0ZQgKNo752Kzw5T+5YeQhlFi9REK7TZNebI/9r7fb30jmoYiBdzfwYxKJwQ76abOrJnNU0B+e2bBIs/JgHug==",
- "engines": {
- "node": ">=10"
- },
- "peerDependencies": {
- "better-react": "^1.1.3"
- }
- },
- "node_modules/csstype": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
- "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ=="
- },
- "node_modules/esbuild": {
- "version": "0.17.19",
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz",
- "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==",
- "dev": true,
- "hasInstallScript": true,
- "bin": {
- "esbuild": "bin/esbuild"
- },
- "engines": {
- "node": ">=12"
- },
- "optionalDependencies": {
- "@esbuild/android-arm": "0.17.19",
- "@esbuild/android-arm64": "0.17.19",
- "@esbuild/android-x64": "0.17.19",
- "@esbuild/darwin-arm64": "0.17.19",
- "@esbuild/darwin-x64": "0.17.19",
- "@esbuild/freebsd-arm64": "0.17.19",
- "@esbuild/freebsd-x64": "0.17.19",
- "@esbuild/linux-arm": "0.17.19",
- "@esbuild/linux-arm64": "0.17.19",
- "@esbuild/linux-ia32": "0.17.19",
- "@esbuild/linux-loong64": "0.17.19",
- "@esbuild/linux-mips64el": "0.17.19",
- "@esbuild/linux-ppc64": "0.17.19",
- "@esbuild/linux-riscv64": "0.17.19",
- "@esbuild/linux-s390x": "0.17.19",
- "@esbuild/linux-x64": "0.17.19",
- "@esbuild/netbsd-x64": "0.17.19",
- "@esbuild/openbsd-x64": "0.17.19",
- "@esbuild/sunos-x64": "0.17.19",
- "@esbuild/win32-arm64": "0.17.19",
- "@esbuild/win32-ia32": "0.17.19",
- "@esbuild/win32-x64": "0.17.19"
- }
- },
- "node_modules/fsevents": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
- "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
- "dev": true,
- "hasInstallScript": true,
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
- }
- },
- "node_modules/nanoid": {
- "version": "3.3.6",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
- "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "bin": {
- "nanoid": "bin/nanoid.cjs"
- },
- "engines": {
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
- }
- },
- "node_modules/picocolors": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
- "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
- "dev": true
- },
- "node_modules/postcss": {
- "version": "8.4.24",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz",
- "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/postcss"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "dependencies": {
- "nanoid": "^3.3.6",
- "picocolors": "^1.0.0",
- "source-map-js": "^1.0.2"
- },
- "engines": {
- "node": "^10 || ^12 || >=14"
- }
- },
- "node_modules/rollup": {
- "version": "3.25.1",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.1.tgz",
- "integrity": "sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==",
- "dev": true,
- "bin": {
- "rollup": "dist/bin/rollup"
- },
- "engines": {
- "node": ">=14.18.0",
- "npm": ">=8.0.0"
- },
- "optionalDependencies": {
- "fsevents": "~2.3.2"
- }
- },
- "node_modules/source-map-js": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
- "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/typescript": {
- "version": "5.1.3",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
- "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
- "dev": true,
- "bin": {
- "tsc": "bin/tsc",
- "tsserver": "bin/tsserver"
- },
- "engines": {
- "node": ">=14.17"
- }
- },
- "node_modules/vite": {
- "version": "4.3.9",
- "resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz",
- "integrity": "sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==",
- "dev": true,
- "dependencies": {
- "esbuild": "^0.17.5",
- "postcss": "^8.4.23",
- "rollup": "^3.21.0"
- },
- "bin": {
- "vite": "bin/vite.js"
- },
- "engines": {
- "node": "^14.18.0 || >=16.0.0"
- },
- "optionalDependencies": {
- "fsevents": "~2.3.2"
- },
- "peerDependencies": {
- "@types/node": ">= 14",
- "less": "*",
- "sass": "*",
- "stylus": "*",
- "sugarss": "*",
- "terser": "^5.4.0"
- },
- "peerDependenciesMeta": {
- "@types/node": {
- "optional": true
- },
- "less": {
- "optional": true
- },
- "sass": {
- "optional": true
- },
- "stylus": {
- "optional": true
- },
- "sugarss": {
- "optional": true
- },
- "terser": {
- "optional": true
- }
- }
- }
- }
-}
diff --git a/frameworks/keyed/better-react/package.json b/frameworks/keyed/better-react/package.json
deleted file mode 100644
index dd83b7afc..000000000
--- a/frameworks/keyed/better-react/package.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "better-react",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "js-framework-benchmark": {
- "frameworkVersionFromPackage": "better-react",
- "frameworkHomeURL": "https://www.npmjs.com/package/better-react"
- },
- "scripts": {
- "dev": "vite",
- "build": "tsc && vite build",
- "preview": "vite preview",
- "build-dev": "vite",
- "build-prod": "vite build"
- },
- "devDependencies": {
- "typescript": "^5.0.2",
- "vite": "^4.3.9"
- },
- "dependencies": {
- "better-react": "^1.1.3",
- "better-react-dom": "^1.1.3",
- "better-react-helper": "^1.1.3"
- }
-}
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/blazor-wasm.staticwebassets.endpoints.json b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/blazor-wasm.staticwebassets.endpoints.json
new file mode 100644
index 000000000..9116f2268
--- /dev/null
+++ b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/blazor-wasm.staticwebassets.endpoints.json
@@ -0,0 +1,18301 @@
+{
+ "Version": 1,
+ "ManifestType": "Publish",
+ "Endpoints": [
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000060819852"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16441"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mN96lxX17ZWoc1n+LXz+GMQUVDniL1WJUllgSDDvSGM=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"2JdoAoE+g+mvlwus9w0z36ySGynFtv7qQ+lcU9rrqjk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "sfr9de938d"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-2JdoAoE+g+mvlwus9w0z36ySGynFtv7qQ+lcU9rrqjk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.Web.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000050869875"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19657"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"u5ezITzWInEPGisqmWEOVO5rdjsCs+xhVrsfnnlWBHE=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"2JdoAoE+g+mvlwus9w0z36ySGynFtv7qQ+lcU9rrqjk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "sfr9de938d"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-2JdoAoE+g+mvlwus9w0z36ySGynFtv7qQ+lcU9rrqjk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.Web.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "56085"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"2JdoAoE+g+mvlwus9w0z36ySGynFtv7qQ+lcU9rrqjk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "sfr9de938d"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-2JdoAoE+g+mvlwus9w0z36ySGynFtv7qQ+lcU9rrqjk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.Web.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.br",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16441"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mN96lxX17ZWoc1n+LXz+GMQUVDniL1WJUllgSDDvSGM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "sfr9de938d"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-mN96lxX17ZWoc1n+LXz+GMQUVDniL1WJUllgSDDvSGM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.Web.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.gz",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19657"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"u5ezITzWInEPGisqmWEOVO5rdjsCs+xhVrsfnnlWBHE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "sfr9de938d"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-u5ezITzWInEPGisqmWEOVO5rdjsCs+xhVrsfnnlWBHE="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.Web.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000060819852"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16441"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mN96lxX17ZWoc1n+LXz+GMQUVDniL1WJUllgSDDvSGM=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"2JdoAoE+g+mvlwus9w0z36ySGynFtv7qQ+lcU9rrqjk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-2JdoAoE+g+mvlwus9w0z36ySGynFtv7qQ+lcU9rrqjk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000050869875"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19657"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"u5ezITzWInEPGisqmWEOVO5rdjsCs+xhVrsfnnlWBHE=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"2JdoAoE+g+mvlwus9w0z36ySGynFtv7qQ+lcU9rrqjk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-2JdoAoE+g+mvlwus9w0z36ySGynFtv7qQ+lcU9rrqjk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "56085"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"2JdoAoE+g+mvlwus9w0z36ySGynFtv7qQ+lcU9rrqjk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-2JdoAoE+g+mvlwus9w0z36ySGynFtv7qQ+lcU9rrqjk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm.br",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16441"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mN96lxX17ZWoc1n+LXz+GMQUVDniL1WJUllgSDDvSGM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-mN96lxX17ZWoc1n+LXz+GMQUVDniL1WJUllgSDDvSGM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm.gz",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19657"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"u5ezITzWInEPGisqmWEOVO5rdjsCs+xhVrsfnnlWBHE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-u5ezITzWInEPGisqmWEOVO5rdjsCs+xhVrsfnnlWBHE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000032264309"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "30993"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SAy2m3w5TfMkSkHYt7j6GvQfr1SC8r6NSCxBkXL0B78=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"NRmJvrD/78cF0r6FsPc0uD5aSoM44z5nZAfHt1ec07E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1t20rorodf"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-NRmJvrD/78cF0r6FsPc0uD5aSoM44z5nZAfHt1ec07E="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000027479322"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "36390"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"bt26A1wTtoKKdF2Bv0L9gOV5h0Cl7YE5CH20poWoetQ=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"NRmJvrD/78cF0r6FsPc0uD5aSoM44z5nZAfHt1ec07E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1t20rorodf"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-NRmJvrD/78cF0r6FsPc0uD5aSoM44z5nZAfHt1ec07E="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "108309"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"NRmJvrD/78cF0r6FsPc0uD5aSoM44z5nZAfHt1ec07E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1t20rorodf"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-NRmJvrD/78cF0r6FsPc0uD5aSoM44z5nZAfHt1ec07E="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.br",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "30993"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SAy2m3w5TfMkSkHYt7j6GvQfr1SC8r6NSCxBkXL0B78=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1t20rorodf"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-SAy2m3w5TfMkSkHYt7j6GvQfr1SC8r6NSCxBkXL0B78="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.gz",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "36390"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"bt26A1wTtoKKdF2Bv0L9gOV5h0Cl7YE5CH20poWoetQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1t20rorodf"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-bt26A1wTtoKKdF2Bv0L9gOV5h0Cl7YE5CH20poWoetQ="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000032264309"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "30993"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SAy2m3w5TfMkSkHYt7j6GvQfr1SC8r6NSCxBkXL0B78=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"NRmJvrD/78cF0r6FsPc0uD5aSoM44z5nZAfHt1ec07E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-NRmJvrD/78cF0r6FsPc0uD5aSoM44z5nZAfHt1ec07E="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000027479322"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "36390"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"bt26A1wTtoKKdF2Bv0L9gOV5h0Cl7YE5CH20poWoetQ=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"NRmJvrD/78cF0r6FsPc0uD5aSoM44z5nZAfHt1ec07E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-NRmJvrD/78cF0r6FsPc0uD5aSoM44z5nZAfHt1ec07E="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "108309"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"NRmJvrD/78cF0r6FsPc0uD5aSoM44z5nZAfHt1ec07E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-NRmJvrD/78cF0r6FsPc0uD5aSoM44z5nZAfHt1ec07E="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.br",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "30993"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SAy2m3w5TfMkSkHYt7j6GvQfr1SC8r6NSCxBkXL0B78=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-SAy2m3w5TfMkSkHYt7j6GvQfr1SC8r6NSCxBkXL0B78="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "36390"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"bt26A1wTtoKKdF2Bv0L9gOV5h0Cl7YE5CH20poWoetQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-bt26A1wTtoKKdF2Bv0L9gOV5h0Cl7YE5CH20poWoetQ="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000024827449"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "40277"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"B5N27hWXxZ7oA7OvHN7qKN2ykFldG7FyaaZL/J4cgHY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"PLEvIWj02b0vn8k/YrbP7GAg1iYikWF5nn5C++ipIWM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ke77g8ume0"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-PLEvIWj02b0vn8k/YrbP7GAg1iYikWF5nn5C++ipIWM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000020903884"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "47837"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"z6oNFFcAABnE09u5ev4dr/dMcTQNrHtUGjO7jAFsiPw=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"PLEvIWj02b0vn8k/YrbP7GAg1iYikWF5nn5C++ipIWM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ke77g8ume0"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-PLEvIWj02b0vn8k/YrbP7GAg1iYikWF5nn5C++ipIWM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "136981"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PLEvIWj02b0vn8k/YrbP7GAg1iYikWF5nn5C++ipIWM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ke77g8ume0"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-PLEvIWj02b0vn8k/YrbP7GAg1iYikWF5nn5C++ipIWM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.br",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "40277"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"B5N27hWXxZ7oA7OvHN7qKN2ykFldG7FyaaZL/J4cgHY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ke77g8ume0"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-B5N27hWXxZ7oA7OvHN7qKN2ykFldG7FyaaZL/J4cgHY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.gz",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "47837"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"z6oNFFcAABnE09u5ev4dr/dMcTQNrHtUGjO7jAFsiPw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ke77g8ume0"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-z6oNFFcAABnE09u5ev4dr/dMcTQNrHtUGjO7jAFsiPw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000024827449"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "40277"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"B5N27hWXxZ7oA7OvHN7qKN2ykFldG7FyaaZL/J4cgHY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"PLEvIWj02b0vn8k/YrbP7GAg1iYikWF5nn5C++ipIWM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-PLEvIWj02b0vn8k/YrbP7GAg1iYikWF5nn5C++ipIWM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000020903884"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "47837"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"z6oNFFcAABnE09u5ev4dr/dMcTQNrHtUGjO7jAFsiPw=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"PLEvIWj02b0vn8k/YrbP7GAg1iYikWF5nn5C++ipIWM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-PLEvIWj02b0vn8k/YrbP7GAg1iYikWF5nn5C++ipIWM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "136981"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PLEvIWj02b0vn8k/YrbP7GAg1iYikWF5nn5C++ipIWM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-PLEvIWj02b0vn8k/YrbP7GAg1iYikWF5nn5C++ipIWM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.wasm.br",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "40277"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"B5N27hWXxZ7oA7OvHN7qKN2ykFldG7FyaaZL/J4cgHY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-B5N27hWXxZ7oA7OvHN7qKN2ykFldG7FyaaZL/J4cgHY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.wasm.gz",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "47837"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"z6oNFFcAABnE09u5ev4dr/dMcTQNrHtUGjO7jAFsiPw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-z6oNFFcAABnE09u5ev4dr/dMcTQNrHtUGjO7jAFsiPw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000428265525"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2334"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"hFPWYv67vpPWvLJmV27XFOywFNypm/EV5HGXfRsJyek=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"+AOBWABucqvIbXvM5o13N9MMw86pSdZXhJK0nhizA64=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "crj00u2plu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-+AOBWABucqvIbXvM5o13N9MMw86pSdZXhJK0nhizA64="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000373134328"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2679"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"KJaSG3hpdlc+6uFzikxtZnMmLQdttcvXfk7/Ijr24rs=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"+AOBWABucqvIbXvM5o13N9MMw86pSdZXhJK0nhizA64=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "crj00u2plu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-+AOBWABucqvIbXvM5o13N9MMw86pSdZXhJK0nhizA64="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6421"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+AOBWABucqvIbXvM5o13N9MMw86pSdZXhJK0nhizA64=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "crj00u2plu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-+AOBWABucqvIbXvM5o13N9MMw86pSdZXhJK0nhizA64="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2334"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"hFPWYv67vpPWvLJmV27XFOywFNypm/EV5HGXfRsJyek=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "crj00u2plu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-hFPWYv67vpPWvLJmV27XFOywFNypm/EV5HGXfRsJyek="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2679"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"KJaSG3hpdlc+6uFzikxtZnMmLQdttcvXfk7/Ijr24rs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "crj00u2plu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-KJaSG3hpdlc+6uFzikxtZnMmLQdttcvXfk7/Ijr24rs="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000428265525"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2334"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"hFPWYv67vpPWvLJmV27XFOywFNypm/EV5HGXfRsJyek=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"+AOBWABucqvIbXvM5o13N9MMw86pSdZXhJK0nhizA64=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-+AOBWABucqvIbXvM5o13N9MMw86pSdZXhJK0nhizA64="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000373134328"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2679"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"KJaSG3hpdlc+6uFzikxtZnMmLQdttcvXfk7/Ijr24rs=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"+AOBWABucqvIbXvM5o13N9MMw86pSdZXhJK0nhizA64=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-+AOBWABucqvIbXvM5o13N9MMw86pSdZXhJK0nhizA64="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6421"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+AOBWABucqvIbXvM5o13N9MMw86pSdZXhJK0nhizA64=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-+AOBWABucqvIbXvM5o13N9MMw86pSdZXhJK0nhizA64="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2334"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"hFPWYv67vpPWvLJmV27XFOywFNypm/EV5HGXfRsJyek=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-hFPWYv67vpPWvLJmV27XFOywFNypm/EV5HGXfRsJyek="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2679"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"KJaSG3hpdlc+6uFzikxtZnMmLQdttcvXfk7/Ijr24rs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-KJaSG3hpdlc+6uFzikxtZnMmLQdttcvXfk7/Ijr24rs="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000251698968"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3972"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"k9zE8SVZzYq+HmIU4X3C8L8ew186mTcFW80PgqUsQw4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"966vLTPPdM/VT3Us1DmiVRZ01ty1KKep+/sMLMGfkto=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "9oiuvi1mc3"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-966vLTPPdM/VT3Us1DmiVRZ01ty1KKep+/sMLMGfkto="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Json.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000218007412"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4586"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"KHR3//r/vMkzysxlaeikl7+8Q5xw6aptxbi5QKxTPG8=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"966vLTPPdM/VT3Us1DmiVRZ01ty1KKep+/sMLMGfkto=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "9oiuvi1mc3"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-966vLTPPdM/VT3Us1DmiVRZ01ty1KKep+/sMLMGfkto="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Json.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10005"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"966vLTPPdM/VT3Us1DmiVRZ01ty1KKep+/sMLMGfkto=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "9oiuvi1mc3"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-966vLTPPdM/VT3Us1DmiVRZ01ty1KKep+/sMLMGfkto="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Json.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3972"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"k9zE8SVZzYq+HmIU4X3C8L8ew186mTcFW80PgqUsQw4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "9oiuvi1mc3"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-k9zE8SVZzYq+HmIU4X3C8L8ew186mTcFW80PgqUsQw4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Json.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4586"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"KHR3//r/vMkzysxlaeikl7+8Q5xw6aptxbi5QKxTPG8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "9oiuvi1mc3"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-KHR3//r/vMkzysxlaeikl7+8Q5xw6aptxbi5QKxTPG8="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Json.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000251698968"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3972"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"k9zE8SVZzYq+HmIU4X3C8L8ew186mTcFW80PgqUsQw4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"966vLTPPdM/VT3Us1DmiVRZ01ty1KKep+/sMLMGfkto=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-966vLTPPdM/VT3Us1DmiVRZ01ty1KKep+/sMLMGfkto="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000218007412"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4586"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"KHR3//r/vMkzysxlaeikl7+8Q5xw6aptxbi5QKxTPG8=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"966vLTPPdM/VT3Us1DmiVRZ01ty1KKep+/sMLMGfkto=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-966vLTPPdM/VT3Us1DmiVRZ01ty1KKep+/sMLMGfkto="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10005"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"966vLTPPdM/VT3Us1DmiVRZ01ty1KKep+/sMLMGfkto=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-966vLTPPdM/VT3Us1DmiVRZ01ty1KKep+/sMLMGfkto="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3972"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"k9zE8SVZzYq+HmIU4X3C8L8ew186mTcFW80PgqUsQw4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-k9zE8SVZzYq+HmIU4X3C8L8ew186mTcFW80PgqUsQw4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4586"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"KHR3//r/vMkzysxlaeikl7+8Q5xw6aptxbi5QKxTPG8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-KHR3//r/vMkzysxlaeikl7+8Q5xw6aptxbi5QKxTPG8="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000279720280"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3574"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"p2DoysZcVa3jxTLNHABfKmhS3BD42h5TVJATar+tss8=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"GEC2SjmtyS3vzBqlQUxSU4AW6gM5Tu4eipcK092PQGg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "sv70kdrgo7"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-GEC2SjmtyS3vzBqlQUxSU4AW6gM5Tu4eipcK092PQGg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000239808153"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4169"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4AuBGHwdzNlyFC02v7bSuIkq7QoEtFGl6b47lA35f38=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"GEC2SjmtyS3vzBqlQUxSU4AW6gM5Tu4eipcK092PQGg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "sv70kdrgo7"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-GEC2SjmtyS3vzBqlQUxSU4AW6gM5Tu4eipcK092PQGg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9493"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"GEC2SjmtyS3vzBqlQUxSU4AW6gM5Tu4eipcK092PQGg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "sv70kdrgo7"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-GEC2SjmtyS3vzBqlQUxSU4AW6gM5Tu4eipcK092PQGg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3574"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"p2DoysZcVa3jxTLNHABfKmhS3BD42h5TVJATar+tss8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "sv70kdrgo7"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-p2DoysZcVa3jxTLNHABfKmhS3BD42h5TVJATar+tss8="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4169"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4AuBGHwdzNlyFC02v7bSuIkq7QoEtFGl6b47lA35f38=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "sv70kdrgo7"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-4AuBGHwdzNlyFC02v7bSuIkq7QoEtFGl6b47lA35f38="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000279720280"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3574"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"p2DoysZcVa3jxTLNHABfKmhS3BD42h5TVJATar+tss8=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"GEC2SjmtyS3vzBqlQUxSU4AW6gM5Tu4eipcK092PQGg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-GEC2SjmtyS3vzBqlQUxSU4AW6gM5Tu4eipcK092PQGg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000239808153"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4169"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4AuBGHwdzNlyFC02v7bSuIkq7QoEtFGl6b47lA35f38=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"GEC2SjmtyS3vzBqlQUxSU4AW6gM5Tu4eipcK092PQGg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-GEC2SjmtyS3vzBqlQUxSU4AW6gM5Tu4eipcK092PQGg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9493"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"GEC2SjmtyS3vzBqlQUxSU4AW6gM5Tu4eipcK092PQGg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-GEC2SjmtyS3vzBqlQUxSU4AW6gM5Tu4eipcK092PQGg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3574"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"p2DoysZcVa3jxTLNHABfKmhS3BD42h5TVJATar+tss8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-p2DoysZcVa3jxTLNHABfKmhS3BD42h5TVJATar+tss8="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4169"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4AuBGHwdzNlyFC02v7bSuIkq7QoEtFGl6b47lA35f38=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-4AuBGHwdzNlyFC02v7bSuIkq7QoEtFGl6b47lA35f38="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000128402671"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7787"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"VemPbwvzD4dUpGCR4CDkBTZxHdqx2DikhC7QP0lUO4A=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"skOTGVAfm5YOct8HpFeKV0a4/ca1wSSyRZQKc3n92SA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "aq04fingio"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-skOTGVAfm5YOct8HpFeKV0a4/ca1wSSyRZQKc3n92SA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000108991826"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9174"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"vRYR/3qBNovoQalFO5q2ISSLoV0EZx3bDAnnGl3+kfg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"skOTGVAfm5YOct8HpFeKV0a4/ca1wSSyRZQKc3n92SA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "aq04fingio"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-skOTGVAfm5YOct8HpFeKV0a4/ca1wSSyRZQKc3n92SA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "25877"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"skOTGVAfm5YOct8HpFeKV0a4/ca1wSSyRZQKc3n92SA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "aq04fingio"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-skOTGVAfm5YOct8HpFeKV0a4/ca1wSSyRZQKc3n92SA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7787"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"VemPbwvzD4dUpGCR4CDkBTZxHdqx2DikhC7QP0lUO4A=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "aq04fingio"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-VemPbwvzD4dUpGCR4CDkBTZxHdqx2DikhC7QP0lUO4A="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9174"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"vRYR/3qBNovoQalFO5q2ISSLoV0EZx3bDAnnGl3+kfg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "aq04fingio"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-vRYR/3qBNovoQalFO5q2ISSLoV0EZx3bDAnnGl3+kfg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000128402671"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7787"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"VemPbwvzD4dUpGCR4CDkBTZxHdqx2DikhC7QP0lUO4A=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"skOTGVAfm5YOct8HpFeKV0a4/ca1wSSyRZQKc3n92SA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-skOTGVAfm5YOct8HpFeKV0a4/ca1wSSyRZQKc3n92SA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000108991826"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9174"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"vRYR/3qBNovoQalFO5q2ISSLoV0EZx3bDAnnGl3+kfg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"skOTGVAfm5YOct8HpFeKV0a4/ca1wSSyRZQKc3n92SA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-skOTGVAfm5YOct8HpFeKV0a4/ca1wSSyRZQKc3n92SA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "25877"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"skOTGVAfm5YOct8HpFeKV0a4/ca1wSSyRZQKc3n92SA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-skOTGVAfm5YOct8HpFeKV0a4/ca1wSSyRZQKc3n92SA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7787"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"VemPbwvzD4dUpGCR4CDkBTZxHdqx2DikhC7QP0lUO4A=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-VemPbwvzD4dUpGCR4CDkBTZxHdqx2DikhC7QP0lUO4A="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9174"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"vRYR/3qBNovoQalFO5q2ISSLoV0EZx3bDAnnGl3+kfg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-vRYR/3qBNovoQalFO5q2ISSLoV0EZx3bDAnnGl3+kfg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000063287134"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15800"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"wn4SynnoXe8zT/7kjZFmRNHQDLDmvFIuWXqjasIq3dw=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Dld5NGeXnx7HHX1bbmTE2swyRFRwS2K5z4EujQ7P/tU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "i4pfk2iy2o"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Dld5NGeXnx7HHX1bbmTE2swyRFRwS2K5z4EujQ7P/tU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000053513137"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18686"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"RdiQEzGjbSawpyzCxssaj+ZHY9TQpFcg4YYfZjBEcCg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Dld5NGeXnx7HHX1bbmTE2swyRFRwS2K5z4EujQ7P/tU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "i4pfk2iy2o"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Dld5NGeXnx7HHX1bbmTE2swyRFRwS2K5z4EujQ7P/tU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "44821"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Dld5NGeXnx7HHX1bbmTE2swyRFRwS2K5z4EujQ7P/tU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "i4pfk2iy2o"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Dld5NGeXnx7HHX1bbmTE2swyRFRwS2K5z4EujQ7P/tU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15800"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"wn4SynnoXe8zT/7kjZFmRNHQDLDmvFIuWXqjasIq3dw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "i4pfk2iy2o"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-wn4SynnoXe8zT/7kjZFmRNHQDLDmvFIuWXqjasIq3dw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18686"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"RdiQEzGjbSawpyzCxssaj+ZHY9TQpFcg4YYfZjBEcCg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "i4pfk2iy2o"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-RdiQEzGjbSawpyzCxssaj+ZHY9TQpFcg4YYfZjBEcCg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000063287134"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15800"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"wn4SynnoXe8zT/7kjZFmRNHQDLDmvFIuWXqjasIq3dw=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Dld5NGeXnx7HHX1bbmTE2swyRFRwS2K5z4EujQ7P/tU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Dld5NGeXnx7HHX1bbmTE2swyRFRwS2K5z4EujQ7P/tU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000053513137"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18686"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"RdiQEzGjbSawpyzCxssaj+ZHY9TQpFcg4YYfZjBEcCg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Dld5NGeXnx7HHX1bbmTE2swyRFRwS2K5z4EujQ7P/tU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Dld5NGeXnx7HHX1bbmTE2swyRFRwS2K5z4EujQ7P/tU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "44821"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Dld5NGeXnx7HHX1bbmTE2swyRFRwS2K5z4EujQ7P/tU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Dld5NGeXnx7HHX1bbmTE2swyRFRwS2K5z4EujQ7P/tU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15800"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"wn4SynnoXe8zT/7kjZFmRNHQDLDmvFIuWXqjasIq3dw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-wn4SynnoXe8zT/7kjZFmRNHQDLDmvFIuWXqjasIq3dw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18686"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"RdiQEzGjbSawpyzCxssaj+ZHY9TQpFcg4YYfZjBEcCg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-RdiQEzGjbSawpyzCxssaj+ZHY9TQpFcg4YYfZjBEcCg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000144654998"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6912"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"I3PGjhvIav83xszzl65RsSBxSV5drdNU8Gfszv7TxX8=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ZDzGMj+t5VWQFakJP9dYMQFIvHJNrNjpAx/knKrvprI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "0nqf7im5hq"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ZDzGMj+t5VWQFakJP9dYMQFIvHJNrNjpAx/knKrvprI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000124100273"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8057"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"tz8Vx3CgupYlIT6jg9gGdlofIl0QJT3ZlwFS+wZZRO0=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ZDzGMj+t5VWQFakJP9dYMQFIvHJNrNjpAx/knKrvprI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "0nqf7im5hq"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ZDzGMj+t5VWQFakJP9dYMQFIvHJNrNjpAx/knKrvprI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18197"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ZDzGMj+t5VWQFakJP9dYMQFIvHJNrNjpAx/knKrvprI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "0nqf7im5hq"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ZDzGMj+t5VWQFakJP9dYMQFIvHJNrNjpAx/knKrvprI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6912"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"I3PGjhvIav83xszzl65RsSBxSV5drdNU8Gfszv7TxX8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "0nqf7im5hq"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-I3PGjhvIav83xszzl65RsSBxSV5drdNU8Gfszv7TxX8="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8057"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"tz8Vx3CgupYlIT6jg9gGdlofIl0QJT3ZlwFS+wZZRO0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "0nqf7im5hq"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-tz8Vx3CgupYlIT6jg9gGdlofIl0QJT3ZlwFS+wZZRO0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000111222333"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8990"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SowtP6+b/Cz9UZ4szWYX+smZuwDIcOmQS5jb1SX54g4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"CzzfillyRqGRoKVVUc5nKch/cSdv228miXF6OrmW4Xc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "11xnpxyj5r"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-CzzfillyRqGRoKVVUc5nKch/cSdv228miXF6OrmW4Xc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000095066071"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10518"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"eYtOuiBhL5hGvItum0F3DUppqrMiAUk5RugcXlLcutY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"CzzfillyRqGRoKVVUc5nKch/cSdv228miXF6OrmW4Xc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "11xnpxyj5r"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-CzzfillyRqGRoKVVUc5nKch/cSdv228miXF6OrmW4Xc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "24341"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"CzzfillyRqGRoKVVUc5nKch/cSdv228miXF6OrmW4Xc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "11xnpxyj5r"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-CzzfillyRqGRoKVVUc5nKch/cSdv228miXF6OrmW4Xc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8990"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SowtP6+b/Cz9UZ4szWYX+smZuwDIcOmQS5jb1SX54g4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "11xnpxyj5r"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-SowtP6+b/Cz9UZ4szWYX+smZuwDIcOmQS5jb1SX54g4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10518"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"eYtOuiBhL5hGvItum0F3DUppqrMiAUk5RugcXlLcutY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "11xnpxyj5r"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-eYtOuiBhL5hGvItum0F3DUppqrMiAUk5RugcXlLcutY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000111222333"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8990"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SowtP6+b/Cz9UZ4szWYX+smZuwDIcOmQS5jb1SX54g4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"CzzfillyRqGRoKVVUc5nKch/cSdv228miXF6OrmW4Xc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-CzzfillyRqGRoKVVUc5nKch/cSdv228miXF6OrmW4Xc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000095066071"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10518"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"eYtOuiBhL5hGvItum0F3DUppqrMiAUk5RugcXlLcutY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"CzzfillyRqGRoKVVUc5nKch/cSdv228miXF6OrmW4Xc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-CzzfillyRqGRoKVVUc5nKch/cSdv228miXF6OrmW4Xc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "24341"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"CzzfillyRqGRoKVVUc5nKch/cSdv228miXF6OrmW4Xc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-CzzfillyRqGRoKVVUc5nKch/cSdv228miXF6OrmW4Xc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8990"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SowtP6+b/Cz9UZ4szWYX+smZuwDIcOmQS5jb1SX54g4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-SowtP6+b/Cz9UZ4szWYX+smZuwDIcOmQS5jb1SX54g4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10518"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"eYtOuiBhL5hGvItum0F3DUppqrMiAUk5RugcXlLcutY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-eYtOuiBhL5hGvItum0F3DUppqrMiAUk5RugcXlLcutY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000144654998"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6912"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"I3PGjhvIav83xszzl65RsSBxSV5drdNU8Gfszv7TxX8=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ZDzGMj+t5VWQFakJP9dYMQFIvHJNrNjpAx/knKrvprI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ZDzGMj+t5VWQFakJP9dYMQFIvHJNrNjpAx/knKrvprI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000124100273"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8057"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"tz8Vx3CgupYlIT6jg9gGdlofIl0QJT3ZlwFS+wZZRO0=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ZDzGMj+t5VWQFakJP9dYMQFIvHJNrNjpAx/knKrvprI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ZDzGMj+t5VWQFakJP9dYMQFIvHJNrNjpAx/knKrvprI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18197"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ZDzGMj+t5VWQFakJP9dYMQFIvHJNrNjpAx/knKrvprI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ZDzGMj+t5VWQFakJP9dYMQFIvHJNrNjpAx/knKrvprI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6912"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"I3PGjhvIav83xszzl65RsSBxSV5drdNU8Gfszv7TxX8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-I3PGjhvIav83xszzl65RsSBxSV5drdNU8Gfszv7TxX8="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8057"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"tz8Vx3CgupYlIT6jg9gGdlofIl0QJT3ZlwFS+wZZRO0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-tz8Vx3CgupYlIT6jg9gGdlofIl0QJT3ZlwFS+wZZRO0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000140864911"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7098"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"pjN9v2AZpO8fDmDGQr8nyb2KIDr5gmELqJkhGL1Bjkk=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"iH5h0Ej7Ztu8IJa/blmQ5TuV/0GR9+wuaP4I/54HISg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "c3kvq85lae"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-iH5h0Ej7Ztu8IJa/blmQ5TuV/0GR9+wuaP4I/54HISg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Options.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000122129946"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8187"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0XV79AnzfppWhG6WgsA8hAb7WjSj8Lnytf+5fHrmi60=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"iH5h0Ej7Ztu8IJa/blmQ5TuV/0GR9+wuaP4I/54HISg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "c3kvq85lae"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-iH5h0Ej7Ztu8IJa/blmQ5TuV/0GR9+wuaP4I/54HISg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Options.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17173"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"iH5h0Ej7Ztu8IJa/blmQ5TuV/0GR9+wuaP4I/54HISg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "c3kvq85lae"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-iH5h0Ej7Ztu8IJa/blmQ5TuV/0GR9+wuaP4I/54HISg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Options.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7098"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"pjN9v2AZpO8fDmDGQr8nyb2KIDr5gmELqJkhGL1Bjkk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "c3kvq85lae"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-pjN9v2AZpO8fDmDGQr8nyb2KIDr5gmELqJkhGL1Bjkk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Options.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8187"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0XV79AnzfppWhG6WgsA8hAb7WjSj8Lnytf+5fHrmi60=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "c3kvq85lae"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0XV79AnzfppWhG6WgsA8hAb7WjSj8Lnytf+5fHrmi60="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Options.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000140864911"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7098"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"pjN9v2AZpO8fDmDGQr8nyb2KIDr5gmELqJkhGL1Bjkk=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"iH5h0Ej7Ztu8IJa/blmQ5TuV/0GR9+wuaP4I/54HISg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-iH5h0Ej7Ztu8IJa/blmQ5TuV/0GR9+wuaP4I/54HISg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000122129946"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8187"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0XV79AnzfppWhG6WgsA8hAb7WjSj8Lnytf+5fHrmi60=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"iH5h0Ej7Ztu8IJa/blmQ5TuV/0GR9+wuaP4I/54HISg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-iH5h0Ej7Ztu8IJa/blmQ5TuV/0GR9+wuaP4I/54HISg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17173"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"iH5h0Ej7Ztu8IJa/blmQ5TuV/0GR9+wuaP4I/54HISg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-iH5h0Ej7Ztu8IJa/blmQ5TuV/0GR9+wuaP4I/54HISg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7098"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"pjN9v2AZpO8fDmDGQr8nyb2KIDr5gmELqJkhGL1Bjkk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-pjN9v2AZpO8fDmDGQr8nyb2KIDr5gmELqJkhGL1Bjkk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8187"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0XV79AnzfppWhG6WgsA8hAb7WjSj8Lnytf+5fHrmi60=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0XV79AnzfppWhG6WgsA8hAb7WjSj8Lnytf+5fHrmi60="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000301932367"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3311"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"H8zrDLP5TDu1nkNwpExpMPDX4CcbaGbKPun34XvFAFo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Qc4njMReTRhjA9DcAq20ohkKR2QLRdGh2AS+SQyg4hk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1gwog16cgj"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Qc4njMReTRhjA9DcAq20ohkKR2QLRdGh2AS+SQyg4hk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Primitives.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000261643119"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3821"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"38ZHG56pUiN9YkigOiu6UqWrN1jWbBYjUBt31lxTKEk=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Qc4njMReTRhjA9DcAq20ohkKR2QLRdGh2AS+SQyg4hk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1gwog16cgj"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Qc4njMReTRhjA9DcAq20ohkKR2QLRdGh2AS+SQyg4hk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Primitives.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8981"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Qc4njMReTRhjA9DcAq20ohkKR2QLRdGh2AS+SQyg4hk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1gwog16cgj"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Qc4njMReTRhjA9DcAq20ohkKR2QLRdGh2AS+SQyg4hk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Primitives.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3311"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"H8zrDLP5TDu1nkNwpExpMPDX4CcbaGbKPun34XvFAFo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1gwog16cgj"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-H8zrDLP5TDu1nkNwpExpMPDX4CcbaGbKPun34XvFAFo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Primitives.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3821"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"38ZHG56pUiN9YkigOiu6UqWrN1jWbBYjUBt31lxTKEk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1gwog16cgj"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-38ZHG56pUiN9YkigOiu6UqWrN1jWbBYjUBt31lxTKEk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Primitives.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000301932367"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3311"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"H8zrDLP5TDu1nkNwpExpMPDX4CcbaGbKPun34XvFAFo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Qc4njMReTRhjA9DcAq20ohkKR2QLRdGh2AS+SQyg4hk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Qc4njMReTRhjA9DcAq20ohkKR2QLRdGh2AS+SQyg4hk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000261643119"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3821"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"38ZHG56pUiN9YkigOiu6UqWrN1jWbBYjUBt31lxTKEk=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Qc4njMReTRhjA9DcAq20ohkKR2QLRdGh2AS+SQyg4hk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Qc4njMReTRhjA9DcAq20ohkKR2QLRdGh2AS+SQyg4hk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8981"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Qc4njMReTRhjA9DcAq20ohkKR2QLRdGh2AS+SQyg4hk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Qc4njMReTRhjA9DcAq20ohkKR2QLRdGh2AS+SQyg4hk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3311"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"H8zrDLP5TDu1nkNwpExpMPDX4CcbaGbKPun34XvFAFo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-H8zrDLP5TDu1nkNwpExpMPDX4CcbaGbKPun34XvFAFo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3821"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"38ZHG56pUiN9YkigOiu6UqWrN1jWbBYjUBt31lxTKEk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-38ZHG56pUiN9YkigOiu6UqWrN1jWbBYjUBt31lxTKEk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000247218789"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4044"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Tv3eEFVrnnrNZ+pjJl11gUFD9/ePypCCEZbP/9OQeCA=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "heoad7mujs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.WebAssembly.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000211774672"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4721"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PfM1NIOEl9AvNwAFIbeUcxwvMpRZuAePfs1iXZb8yxY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "heoad7mujs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.WebAssembly.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10005"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "heoad7mujs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.WebAssembly.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.br",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4044"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Tv3eEFVrnnrNZ+pjJl11gUFD9/ePypCCEZbP/9OQeCA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "heoad7mujs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Tv3eEFVrnnrNZ+pjJl11gUFD9/ePypCCEZbP/9OQeCA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.WebAssembly.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.gz",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4721"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PfM1NIOEl9AvNwAFIbeUcxwvMpRZuAePfs1iXZb8yxY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "heoad7mujs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-PfM1NIOEl9AvNwAFIbeUcxwvMpRZuAePfs1iXZb8yxY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.WebAssembly.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000247218789"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4044"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Tv3eEFVrnnrNZ+pjJl11gUFD9/ePypCCEZbP/9OQeCA=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000211774672"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4721"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PfM1NIOEl9AvNwAFIbeUcxwvMpRZuAePfs1iXZb8yxY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10005"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm.br",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4044"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Tv3eEFVrnnrNZ+pjJl11gUFD9/ePypCCEZbP/9OQeCA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Tv3eEFVrnnrNZ+pjJl11gUFD9/ePypCCEZbP/9OQeCA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm.gz",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4721"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PfM1NIOEl9AvNwAFIbeUcxwvMpRZuAePfs1iXZb8yxY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-PfM1NIOEl9AvNwAFIbeUcxwvMpRZuAePfs1iXZb8yxY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000065746220"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15209"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"yIEeHr5ZUJgFN6LECjEuX8ihZqpB3dCHAHfIBgT3Tkc=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"OhmehbllJ8koKB/o+Jm/bxlPwMJnbrRAE2Bh7D3YypU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-OhmehbllJ8koKB/o+Jm/bxlPwMJnbrRAE2Bh7D3YypU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000057336162"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17440"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WIPVj5nBrMkPV4ORFigy+vFeFTT6ReLuNjR6C7sW3A0=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"OhmehbllJ8koKB/o+Jm/bxlPwMJnbrRAE2Bh7D3YypU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-OhmehbllJ8koKB/o+Jm/bxlPwMJnbrRAE2Bh7D3YypU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "42773"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"OhmehbllJ8koKB/o+Jm/bxlPwMJnbrRAE2Bh7D3YypU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-OhmehbllJ8koKB/o+Jm/bxlPwMJnbrRAE2Bh7D3YypU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.wasm.br",
+ "AssetFile": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15209"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"yIEeHr5ZUJgFN6LECjEuX8ihZqpB3dCHAHfIBgT3Tkc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-yIEeHr5ZUJgFN6LECjEuX8ihZqpB3dCHAHfIBgT3Tkc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.wasm.gz",
+ "AssetFile": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17440"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WIPVj5nBrMkPV4ORFigy+vFeFTT6ReLuNjR6C7sW3A0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-WIPVj5nBrMkPV4ORFigy+vFeFTT6ReLuNjR6C7sW3A0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000065746220"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15209"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"yIEeHr5ZUJgFN6LECjEuX8ihZqpB3dCHAHfIBgT3Tkc=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"OhmehbllJ8koKB/o+Jm/bxlPwMJnbrRAE2Bh7D3YypU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "yui3jtddf1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-OhmehbllJ8koKB/o+Jm/bxlPwMJnbrRAE2Bh7D3YypU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000057336162"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17440"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WIPVj5nBrMkPV4ORFigy+vFeFTT6ReLuNjR6C7sW3A0=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"OhmehbllJ8koKB/o+Jm/bxlPwMJnbrRAE2Bh7D3YypU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "yui3jtddf1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-OhmehbllJ8koKB/o+Jm/bxlPwMJnbrRAE2Bh7D3YypU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "42773"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"OhmehbllJ8koKB/o+Jm/bxlPwMJnbrRAE2Bh7D3YypU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "yui3jtddf1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-OhmehbllJ8koKB/o+Jm/bxlPwMJnbrRAE2Bh7D3YypU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm.br",
+ "AssetFile": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15209"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"yIEeHr5ZUJgFN6LECjEuX8ihZqpB3dCHAHfIBgT3Tkc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "yui3jtddf1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-yIEeHr5ZUJgFN6LECjEuX8ihZqpB3dCHAHfIBgT3Tkc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm.gz",
+ "AssetFile": "_framework/Microsoft.JSInterop.yui3jtddf1.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17440"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WIPVj5nBrMkPV4ORFigy+vFeFTT6ReLuNjR6C7sW3A0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "yui3jtddf1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-WIPVj5nBrMkPV4ORFigy+vFeFTT6ReLuNjR6C7sW3A0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm",
+ "AssetFile": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000118722545"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8422"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"aa/BzTGEPP3z+Ht5gP8sJvU9/0914uyyGURAW3WyLBo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Vk6FNTKXvQ4vSbLUzQ4yQ/8b729YUQqV+IJUZ0k42lo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ilpfr92pwt"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Vk6FNTKXvQ4vSbLUzQ4yQ/8b729YUQqV+IJUZ0k42lo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Concurrent.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm",
+ "AssetFile": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000106439596"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9394"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"rJpL3VYbwfiwUnEtVZPGCS25Y+Zi+q2frAIqZep2Lno=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Vk6FNTKXvQ4vSbLUzQ4yQ/8b729YUQqV+IJUZ0k42lo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ilpfr92pwt"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Vk6FNTKXvQ4vSbLUzQ4yQ/8b729YUQqV+IJUZ0k42lo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Concurrent.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm",
+ "AssetFile": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "20245"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Vk6FNTKXvQ4vSbLUzQ4yQ/8b729YUQqV+IJUZ0k42lo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ilpfr92pwt"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Vk6FNTKXvQ4vSbLUzQ4yQ/8b729YUQqV+IJUZ0k42lo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Concurrent.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.br",
+ "AssetFile": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8422"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"aa/BzTGEPP3z+Ht5gP8sJvU9/0914uyyGURAW3WyLBo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ilpfr92pwt"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-aa/BzTGEPP3z+Ht5gP8sJvU9/0914uyyGURAW3WyLBo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Concurrent.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.gz",
+ "AssetFile": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9394"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"rJpL3VYbwfiwUnEtVZPGCS25Y+Zi+q2frAIqZep2Lno=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ilpfr92pwt"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-rJpL3VYbwfiwUnEtVZPGCS25Y+Zi+q2frAIqZep2Lno="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Concurrent.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.wasm",
+ "AssetFile": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000118722545"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8422"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"aa/BzTGEPP3z+Ht5gP8sJvU9/0914uyyGURAW3WyLBo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Vk6FNTKXvQ4vSbLUzQ4yQ/8b729YUQqV+IJUZ0k42lo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Vk6FNTKXvQ4vSbLUzQ4yQ/8b729YUQqV+IJUZ0k42lo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.wasm",
+ "AssetFile": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000106439596"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9394"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"rJpL3VYbwfiwUnEtVZPGCS25Y+Zi+q2frAIqZep2Lno=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Vk6FNTKXvQ4vSbLUzQ4yQ/8b729YUQqV+IJUZ0k42lo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Vk6FNTKXvQ4vSbLUzQ4yQ/8b729YUQqV+IJUZ0k42lo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.wasm",
+ "AssetFile": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "20245"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Vk6FNTKXvQ4vSbLUzQ4yQ/8b729YUQqV+IJUZ0k42lo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Vk6FNTKXvQ4vSbLUzQ4yQ/8b729YUQqV+IJUZ0k42lo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.wasm.br",
+ "AssetFile": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8422"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"aa/BzTGEPP3z+Ht5gP8sJvU9/0914uyyGURAW3WyLBo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-aa/BzTGEPP3z+Ht5gP8sJvU9/0914uyyGURAW3WyLBo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.wasm.gz",
+ "AssetFile": "_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9394"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"rJpL3VYbwfiwUnEtVZPGCS25Y+Zi+q2frAIqZep2Lno=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-rJpL3VYbwfiwUnEtVZPGCS25Y+Zi+q2frAIqZep2Lno="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.wasm",
+ "AssetFile": "_framework/System.Collections.Immutable.z8mivcno17.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000060609734"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16498"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"occFdr1bwEnTs4JiK9UvwGSxMYwK9zY1BScx0M1lGl0=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"I+C0+JOYTYBoyYizkFqOpYa4hUPpVfjdq7iaDKj9KBM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-I+C0+JOYTYBoyYizkFqOpYa4hUPpVfjdq7iaDKj9KBM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.wasm",
+ "AssetFile": "_framework/System.Collections.Immutable.z8mivcno17.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000051129972"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19557"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+YhKX4DoC+0BodSpHgY3CnkgvyhgPNobpes0CETaCEE=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"I+C0+JOYTYBoyYizkFqOpYa4hUPpVfjdq7iaDKj9KBM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-I+C0+JOYTYBoyYizkFqOpYa4hUPpVfjdq7iaDKj9KBM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.wasm",
+ "AssetFile": "_framework/System.Collections.Immutable.z8mivcno17.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "47381"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"I+C0+JOYTYBoyYizkFqOpYa4hUPpVfjdq7iaDKj9KBM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-I+C0+JOYTYBoyYizkFqOpYa4hUPpVfjdq7iaDKj9KBM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.wasm.br",
+ "AssetFile": "_framework/System.Collections.Immutable.z8mivcno17.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16498"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"occFdr1bwEnTs4JiK9UvwGSxMYwK9zY1BScx0M1lGl0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-occFdr1bwEnTs4JiK9UvwGSxMYwK9zY1BScx0M1lGl0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.wasm.gz",
+ "AssetFile": "_framework/System.Collections.Immutable.z8mivcno17.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19557"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+YhKX4DoC+0BodSpHgY3CnkgvyhgPNobpes0CETaCEE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-+YhKX4DoC+0BodSpHgY3CnkgvyhgPNobpes0CETaCEE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.z8mivcno17.wasm",
+ "AssetFile": "_framework/System.Collections.Immutable.z8mivcno17.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000060609734"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16498"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"occFdr1bwEnTs4JiK9UvwGSxMYwK9zY1BScx0M1lGl0=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"I+C0+JOYTYBoyYizkFqOpYa4hUPpVfjdq7iaDKj9KBM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "z8mivcno17"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-I+C0+JOYTYBoyYizkFqOpYa4hUPpVfjdq7iaDKj9KBM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Immutable.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.z8mivcno17.wasm",
+ "AssetFile": "_framework/System.Collections.Immutable.z8mivcno17.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000051129972"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19557"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+YhKX4DoC+0BodSpHgY3CnkgvyhgPNobpes0CETaCEE=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"I+C0+JOYTYBoyYizkFqOpYa4hUPpVfjdq7iaDKj9KBM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "z8mivcno17"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-I+C0+JOYTYBoyYizkFqOpYa4hUPpVfjdq7iaDKj9KBM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Immutable.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.z8mivcno17.wasm",
+ "AssetFile": "_framework/System.Collections.Immutable.z8mivcno17.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "47381"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"I+C0+JOYTYBoyYizkFqOpYa4hUPpVfjdq7iaDKj9KBM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "z8mivcno17"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-I+C0+JOYTYBoyYizkFqOpYa4hUPpVfjdq7iaDKj9KBM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Immutable.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.z8mivcno17.wasm.br",
+ "AssetFile": "_framework/System.Collections.Immutable.z8mivcno17.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16498"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"occFdr1bwEnTs4JiK9UvwGSxMYwK9zY1BScx0M1lGl0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "z8mivcno17"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-occFdr1bwEnTs4JiK9UvwGSxMYwK9zY1BScx0M1lGl0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Immutable.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.z8mivcno17.wasm.gz",
+ "AssetFile": "_framework/System.Collections.Immutable.z8mivcno17.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19557"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+YhKX4DoC+0BodSpHgY3CnkgvyhgPNobpes0CETaCEE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "z8mivcno17"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-+YhKX4DoC+0BodSpHgY3CnkgvyhgPNobpes0CETaCEE="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Immutable.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.jb74ypdprb.wasm",
+ "AssetFile": "_framework/System.Collections.jb74ypdprb.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000112574581"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8882"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"q5NcV9/KQbJZ25uDi3Nwrt2PLHgJaZvGeeUVcjOZC2E=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"D3RTLUPJqihKiKy9w005cUmBWMWnQp8oy3CPH4xdPJ4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "jb74ypdprb"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-D3RTLUPJqihKiKy9w005cUmBWMWnQp8oy3CPH4xdPJ4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.jb74ypdprb.wasm",
+ "AssetFile": "_framework/System.Collections.jb74ypdprb.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000099354198"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10064"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SXCo5sypkBkjwDXlPnV05ClSwhxMRwQqiym0H8UWSgY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"D3RTLUPJqihKiKy9w005cUmBWMWnQp8oy3CPH4xdPJ4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "jb74ypdprb"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-D3RTLUPJqihKiKy9w005cUmBWMWnQp8oy3CPH4xdPJ4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.jb74ypdprb.wasm",
+ "AssetFile": "_framework/System.Collections.jb74ypdprb.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "22805"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"D3RTLUPJqihKiKy9w005cUmBWMWnQp8oy3CPH4xdPJ4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "jb74ypdprb"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-D3RTLUPJqihKiKy9w005cUmBWMWnQp8oy3CPH4xdPJ4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.jb74ypdprb.wasm.br",
+ "AssetFile": "_framework/System.Collections.jb74ypdprb.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8882"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"q5NcV9/KQbJZ25uDi3Nwrt2PLHgJaZvGeeUVcjOZC2E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "jb74ypdprb"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-q5NcV9/KQbJZ25uDi3Nwrt2PLHgJaZvGeeUVcjOZC2E="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.jb74ypdprb.wasm.gz",
+ "AssetFile": "_framework/System.Collections.jb74ypdprb.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10064"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SXCo5sypkBkjwDXlPnV05ClSwhxMRwQqiym0H8UWSgY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "jb74ypdprb"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-SXCo5sypkBkjwDXlPnV05ClSwhxMRwQqiym0H8UWSgY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.wasm",
+ "AssetFile": "_framework/System.Collections.jb74ypdprb.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000112574581"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8882"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"q5NcV9/KQbJZ25uDi3Nwrt2PLHgJaZvGeeUVcjOZC2E=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"D3RTLUPJqihKiKy9w005cUmBWMWnQp8oy3CPH4xdPJ4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-D3RTLUPJqihKiKy9w005cUmBWMWnQp8oy3CPH4xdPJ4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.wasm",
+ "AssetFile": "_framework/System.Collections.jb74ypdprb.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000099354198"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10064"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SXCo5sypkBkjwDXlPnV05ClSwhxMRwQqiym0H8UWSgY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"D3RTLUPJqihKiKy9w005cUmBWMWnQp8oy3CPH4xdPJ4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-D3RTLUPJqihKiKy9w005cUmBWMWnQp8oy3CPH4xdPJ4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.wasm",
+ "AssetFile": "_framework/System.Collections.jb74ypdprb.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "22805"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"D3RTLUPJqihKiKy9w005cUmBWMWnQp8oy3CPH4xdPJ4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-D3RTLUPJqihKiKy9w005cUmBWMWnQp8oy3CPH4xdPJ4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.wasm.br",
+ "AssetFile": "_framework/System.Collections.jb74ypdprb.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8882"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"q5NcV9/KQbJZ25uDi3Nwrt2PLHgJaZvGeeUVcjOZC2E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-q5NcV9/KQbJZ25uDi3Nwrt2PLHgJaZvGeeUVcjOZC2E="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.wasm.gz",
+ "AssetFile": "_framework/System.Collections.jb74ypdprb.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10064"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SXCo5sypkBkjwDXlPnV05ClSwhxMRwQqiym0H8UWSgY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-SXCo5sypkBkjwDXlPnV05ClSwhxMRwQqiym0H8UWSgY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.28u698euyz.wasm",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000587199060"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1702"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"2VGN1x8Jk16/sIweXw8jd6MCVhvDVDZNHW5idWTTCfU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "28u698euyz"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.ComponentModel.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.28u698euyz.wasm",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000518941360"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1926"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XPTiUgDK5ogkXGupbNNXr1RACrbYhjypY2egFOaJj7Y=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "28u698euyz"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.ComponentModel.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.28u698euyz.wasm",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4885"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "28u698euyz"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.ComponentModel.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.28u698euyz.wasm.br",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1702"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"2VGN1x8Jk16/sIweXw8jd6MCVhvDVDZNHW5idWTTCfU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "28u698euyz"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-2VGN1x8Jk16/sIweXw8jd6MCVhvDVDZNHW5idWTTCfU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.ComponentModel.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.28u698euyz.wasm.gz",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1926"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XPTiUgDK5ogkXGupbNNXr1RACrbYhjypY2egFOaJj7Y=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "28u698euyz"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-XPTiUgDK5ogkXGupbNNXr1RACrbYhjypY2egFOaJj7Y="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.ComponentModel.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.wasm",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000587199060"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1702"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"2VGN1x8Jk16/sIweXw8jd6MCVhvDVDZNHW5idWTTCfU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.wasm",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000518941360"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1926"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XPTiUgDK5ogkXGupbNNXr1RACrbYhjypY2egFOaJj7Y=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.wasm",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4885"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.wasm.br",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1702"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"2VGN1x8Jk16/sIweXw8jd6MCVhvDVDZNHW5idWTTCfU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-2VGN1x8Jk16/sIweXw8jd6MCVhvDVDZNHW5idWTTCfU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.wasm.gz",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1926"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XPTiUgDK5ogkXGupbNNXr1RACrbYhjypY2egFOaJj7Y=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-XPTiUgDK5ogkXGupbNNXr1RACrbYhjypY2egFOaJj7Y="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.dt2mwlm3hk.wasm",
+ "AssetFile": "_framework/System.Console.dt2mwlm3hk.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000178443969"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5603"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JJaDbMqecFj2WCYGnWcnfEX36Eb7hBxyuoFGGhaWG+E=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"wWtaAd22JHQ/w831jfWMLlLZ9rJT1vHQID1lvMesXKY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "dt2mwlm3hk"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-wWtaAd22JHQ/w831jfWMLlLZ9rJT1vHQID1lvMesXKY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Console.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.dt2mwlm3hk.wasm",
+ "AssetFile": "_framework/System.Console.dt2mwlm3hk.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000151125888"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6616"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"FUTUH490CnU2mTy4eURqlgStawMAt7IHkgi+bk6Uel4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"wWtaAd22JHQ/w831jfWMLlLZ9rJT1vHQID1lvMesXKY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "dt2mwlm3hk"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-wWtaAd22JHQ/w831jfWMLlLZ9rJT1vHQID1lvMesXKY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Console.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.dt2mwlm3hk.wasm",
+ "AssetFile": "_framework/System.Console.dt2mwlm3hk.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "14613"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"wWtaAd22JHQ/w831jfWMLlLZ9rJT1vHQID1lvMesXKY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "dt2mwlm3hk"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-wWtaAd22JHQ/w831jfWMLlLZ9rJT1vHQID1lvMesXKY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Console.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.dt2mwlm3hk.wasm.br",
+ "AssetFile": "_framework/System.Console.dt2mwlm3hk.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5603"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JJaDbMqecFj2WCYGnWcnfEX36Eb7hBxyuoFGGhaWG+E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "dt2mwlm3hk"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-JJaDbMqecFj2WCYGnWcnfEX36Eb7hBxyuoFGGhaWG+E="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Console.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.dt2mwlm3hk.wasm.gz",
+ "AssetFile": "_framework/System.Console.dt2mwlm3hk.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6616"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"FUTUH490CnU2mTy4eURqlgStawMAt7IHkgi+bk6Uel4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "dt2mwlm3hk"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-FUTUH490CnU2mTy4eURqlgStawMAt7IHkgi+bk6Uel4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Console.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.wasm",
+ "AssetFile": "_framework/System.Console.dt2mwlm3hk.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000178443969"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5603"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JJaDbMqecFj2WCYGnWcnfEX36Eb7hBxyuoFGGhaWG+E=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"wWtaAd22JHQ/w831jfWMLlLZ9rJT1vHQID1lvMesXKY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-wWtaAd22JHQ/w831jfWMLlLZ9rJT1vHQID1lvMesXKY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.wasm",
+ "AssetFile": "_framework/System.Console.dt2mwlm3hk.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000151125888"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6616"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"FUTUH490CnU2mTy4eURqlgStawMAt7IHkgi+bk6Uel4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"wWtaAd22JHQ/w831jfWMLlLZ9rJT1vHQID1lvMesXKY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-wWtaAd22JHQ/w831jfWMLlLZ9rJT1vHQID1lvMesXKY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.wasm",
+ "AssetFile": "_framework/System.Console.dt2mwlm3hk.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "14613"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"wWtaAd22JHQ/w831jfWMLlLZ9rJT1vHQID1lvMesXKY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-wWtaAd22JHQ/w831jfWMLlLZ9rJT1vHQID1lvMesXKY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.wasm.br",
+ "AssetFile": "_framework/System.Console.dt2mwlm3hk.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5603"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JJaDbMqecFj2WCYGnWcnfEX36Eb7hBxyuoFGGhaWG+E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-JJaDbMqecFj2WCYGnWcnfEX36Eb7hBxyuoFGGhaWG+E="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.wasm.gz",
+ "AssetFile": "_framework/System.Console.dt2mwlm3hk.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6616"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"FUTUH490CnU2mTy4eURqlgStawMAt7IHkgi+bk6Uel4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-FUTUH490CnU2mTy4eURqlgStawMAt7IHkgi+bk6Uel4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wasm",
+ "AssetFile": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000426257460"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2345"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"evpzUzpSWvfb3qn/57aF8rA5Rd9kiCK3cq4pR1yestI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"jJ6cfHVmmYcw0lTmR2a1TgUc8C32HZDPh2cOCA21L7E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-jJ6cfHVmmYcw0lTmR2a1TgUc8C32HZDPh2cOCA21L7E="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wasm",
+ "AssetFile": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000369822485"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2703"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"uOVMilzNmKn2PD3RfKxzeUdttZEFVDQnXna/CBWWOWU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"jJ6cfHVmmYcw0lTmR2a1TgUc8C32HZDPh2cOCA21L7E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-jJ6cfHVmmYcw0lTmR2a1TgUc8C32HZDPh2cOCA21L7E="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wasm",
+ "AssetFile": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5909"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"jJ6cfHVmmYcw0lTmR2a1TgUc8C32HZDPh2cOCA21L7E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-jJ6cfHVmmYcw0lTmR2a1TgUc8C32HZDPh2cOCA21L7E="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wasm.br",
+ "AssetFile": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2345"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"evpzUzpSWvfb3qn/57aF8rA5Rd9kiCK3cq4pR1yestI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-evpzUzpSWvfb3qn/57aF8rA5Rd9kiCK3cq4pR1yestI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wasm.gz",
+ "AssetFile": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2703"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"uOVMilzNmKn2PD3RfKxzeUdttZEFVDQnXna/CBWWOWU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-uOVMilzNmKn2PD3RfKxzeUdttZEFVDQnXna/CBWWOWU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm",
+ "AssetFile": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000426257460"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2345"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"evpzUzpSWvfb3qn/57aF8rA5Rd9kiCK3cq4pR1yestI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"jJ6cfHVmmYcw0lTmR2a1TgUc8C32HZDPh2cOCA21L7E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "wv1s2h4d36"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-jJ6cfHVmmYcw0lTmR2a1TgUc8C32HZDPh2cOCA21L7E="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.IO.Pipelines.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm",
+ "AssetFile": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000369822485"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2703"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"uOVMilzNmKn2PD3RfKxzeUdttZEFVDQnXna/CBWWOWU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"jJ6cfHVmmYcw0lTmR2a1TgUc8C32HZDPh2cOCA21L7E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "wv1s2h4d36"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-jJ6cfHVmmYcw0lTmR2a1TgUc8C32HZDPh2cOCA21L7E="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.IO.Pipelines.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm",
+ "AssetFile": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5909"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"jJ6cfHVmmYcw0lTmR2a1TgUc8C32HZDPh2cOCA21L7E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "wv1s2h4d36"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-jJ6cfHVmmYcw0lTmR2a1TgUc8C32HZDPh2cOCA21L7E="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.IO.Pipelines.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm.br",
+ "AssetFile": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2345"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"evpzUzpSWvfb3qn/57aF8rA5Rd9kiCK3cq4pR1yestI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "wv1s2h4d36"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-evpzUzpSWvfb3qn/57aF8rA5Rd9kiCK3cq4pR1yestI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.IO.Pipelines.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm.gz",
+ "AssetFile": "_framework/System.IO.Pipelines.wv1s2h4d36.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2703"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"uOVMilzNmKn2PD3RfKxzeUdttZEFVDQnXna/CBWWOWU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "wv1s2h4d36"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-uOVMilzNmKn2PD3RfKxzeUdttZEFVDQnXna/CBWWOWU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.IO.Pipelines.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.saaoduhjv0.wasm",
+ "AssetFile": "_framework/System.Linq.saaoduhjv0.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000192159877"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5203"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"/Qy3Qb/OJ0qJPnyq+C0HeosVncuRGaDXFf51uYbfHuI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"3IC0rQpyy42LxGLXIeqLHfNPULmUTTADCMiGGxJU5rM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "saaoduhjv0"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-3IC0rQpyy42LxGLXIeqLHfNPULmUTTADCMiGGxJU5rM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Linq.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.saaoduhjv0.wasm",
+ "AssetFile": "_framework/System.Linq.saaoduhjv0.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000167982530"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5952"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+2rzvqrpxAi6ihscKOp8ghnwA8guuCW0OVynJFtPvUk=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"3IC0rQpyy42LxGLXIeqLHfNPULmUTTADCMiGGxJU5rM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "saaoduhjv0"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-3IC0rQpyy42LxGLXIeqLHfNPULmUTTADCMiGGxJU5rM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Linq.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.saaoduhjv0.wasm",
+ "AssetFile": "_framework/System.Linq.saaoduhjv0.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "12565"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"3IC0rQpyy42LxGLXIeqLHfNPULmUTTADCMiGGxJU5rM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "saaoduhjv0"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-3IC0rQpyy42LxGLXIeqLHfNPULmUTTADCMiGGxJU5rM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Linq.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.saaoduhjv0.wasm.br",
+ "AssetFile": "_framework/System.Linq.saaoduhjv0.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5203"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"/Qy3Qb/OJ0qJPnyq+C0HeosVncuRGaDXFf51uYbfHuI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "saaoduhjv0"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-/Qy3Qb/OJ0qJPnyq+C0HeosVncuRGaDXFf51uYbfHuI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Linq.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.saaoduhjv0.wasm.gz",
+ "AssetFile": "_framework/System.Linq.saaoduhjv0.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5952"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+2rzvqrpxAi6ihscKOp8ghnwA8guuCW0OVynJFtPvUk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "saaoduhjv0"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-+2rzvqrpxAi6ihscKOp8ghnwA8guuCW0OVynJFtPvUk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Linq.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.wasm",
+ "AssetFile": "_framework/System.Linq.saaoduhjv0.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000192159877"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5203"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"/Qy3Qb/OJ0qJPnyq+C0HeosVncuRGaDXFf51uYbfHuI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"3IC0rQpyy42LxGLXIeqLHfNPULmUTTADCMiGGxJU5rM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-3IC0rQpyy42LxGLXIeqLHfNPULmUTTADCMiGGxJU5rM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.wasm",
+ "AssetFile": "_framework/System.Linq.saaoduhjv0.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000167982530"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5952"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+2rzvqrpxAi6ihscKOp8ghnwA8guuCW0OVynJFtPvUk=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"3IC0rQpyy42LxGLXIeqLHfNPULmUTTADCMiGGxJU5rM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-3IC0rQpyy42LxGLXIeqLHfNPULmUTTADCMiGGxJU5rM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.wasm",
+ "AssetFile": "_framework/System.Linq.saaoduhjv0.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "12565"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"3IC0rQpyy42LxGLXIeqLHfNPULmUTTADCMiGGxJU5rM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-3IC0rQpyy42LxGLXIeqLHfNPULmUTTADCMiGGxJU5rM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.wasm.br",
+ "AssetFile": "_framework/System.Linq.saaoduhjv0.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5203"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"/Qy3Qb/OJ0qJPnyq+C0HeosVncuRGaDXFf51uYbfHuI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-/Qy3Qb/OJ0qJPnyq+C0HeosVncuRGaDXFf51uYbfHuI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.wasm.gz",
+ "AssetFile": "_framework/System.Linq.saaoduhjv0.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5952"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+2rzvqrpxAi6ihscKOp8ghnwA8guuCW0OVynJFtPvUk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-+2rzvqrpxAi6ihscKOp8ghnwA8guuCW0OVynJFtPvUk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.o6tjjs1gbu.wasm",
+ "AssetFile": "_framework/System.Memory.o6tjjs1gbu.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000165782493"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6031"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"t0HJG3imd5gqOVZJWSTMTIL6siHZCMLtyQDotjlCu8Y=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"gPJK2eGLFjKz6TBwnpymkHmgXhsxqLRoCuMl+PUA5II=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "o6tjjs1gbu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-gPJK2eGLFjKz6TBwnpymkHmgXhsxqLRoCuMl+PUA5II="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Memory.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.o6tjjs1gbu.wasm",
+ "AssetFile": "_framework/System.Memory.o6tjjs1gbu.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000146842878"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6809"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"fASEyFoNmVs7jOz3jLpGsa1RuFN2n3vDLy8Lh3c/qcI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"gPJK2eGLFjKz6TBwnpymkHmgXhsxqLRoCuMl+PUA5II=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "o6tjjs1gbu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-gPJK2eGLFjKz6TBwnpymkHmgXhsxqLRoCuMl+PUA5II="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Memory.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.o6tjjs1gbu.wasm",
+ "AssetFile": "_framework/System.Memory.o6tjjs1gbu.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "14613"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"gPJK2eGLFjKz6TBwnpymkHmgXhsxqLRoCuMl+PUA5II=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "o6tjjs1gbu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-gPJK2eGLFjKz6TBwnpymkHmgXhsxqLRoCuMl+PUA5II="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Memory.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.o6tjjs1gbu.wasm.br",
+ "AssetFile": "_framework/System.Memory.o6tjjs1gbu.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6031"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"t0HJG3imd5gqOVZJWSTMTIL6siHZCMLtyQDotjlCu8Y=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "o6tjjs1gbu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-t0HJG3imd5gqOVZJWSTMTIL6siHZCMLtyQDotjlCu8Y="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Memory.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.o6tjjs1gbu.wasm.gz",
+ "AssetFile": "_framework/System.Memory.o6tjjs1gbu.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6809"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"fASEyFoNmVs7jOz3jLpGsa1RuFN2n3vDLy8Lh3c/qcI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "o6tjjs1gbu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-fASEyFoNmVs7jOz3jLpGsa1RuFN2n3vDLy8Lh3c/qcI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Memory.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.wasm",
+ "AssetFile": "_framework/System.Memory.o6tjjs1gbu.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000165782493"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6031"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"t0HJG3imd5gqOVZJWSTMTIL6siHZCMLtyQDotjlCu8Y=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"gPJK2eGLFjKz6TBwnpymkHmgXhsxqLRoCuMl+PUA5II=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-gPJK2eGLFjKz6TBwnpymkHmgXhsxqLRoCuMl+PUA5II="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.wasm",
+ "AssetFile": "_framework/System.Memory.o6tjjs1gbu.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000146842878"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6809"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"fASEyFoNmVs7jOz3jLpGsa1RuFN2n3vDLy8Lh3c/qcI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"gPJK2eGLFjKz6TBwnpymkHmgXhsxqLRoCuMl+PUA5II=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-gPJK2eGLFjKz6TBwnpymkHmgXhsxqLRoCuMl+PUA5II="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.wasm",
+ "AssetFile": "_framework/System.Memory.o6tjjs1gbu.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "14613"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"gPJK2eGLFjKz6TBwnpymkHmgXhsxqLRoCuMl+PUA5II=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-gPJK2eGLFjKz6TBwnpymkHmgXhsxqLRoCuMl+PUA5II="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.wasm.br",
+ "AssetFile": "_framework/System.Memory.o6tjjs1gbu.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6031"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"t0HJG3imd5gqOVZJWSTMTIL6siHZCMLtyQDotjlCu8Y=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-t0HJG3imd5gqOVZJWSTMTIL6siHZCMLtyQDotjlCu8Y="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.wasm.gz",
+ "AssetFile": "_framework/System.Memory.o6tjjs1gbu.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6809"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"fASEyFoNmVs7jOz3jLpGsa1RuFN2n3vDLy8Lh3c/qcI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-fASEyFoNmVs7jOz3jLpGsa1RuFN2n3vDLy8Lh3c/qcI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.d34psgsc3u.wasm",
+ "AssetFile": "_framework/System.Private.CoreLib.d34psgsc3u.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000003050911"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "327770"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"woE7YyOMByC9HYY+ArnvHYuVSQyeNkXPCn+umZNsd4M=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"+XzlTsQAwjlW0CYYyV05JYYOCzd42+FOHlOBPxqozKs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "d34psgsc3u"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-+XzlTsQAwjlW0CYYyV05JYYOCzd42+FOHlOBPxqozKs="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.CoreLib.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.d34psgsc3u.wasm",
+ "AssetFile": "_framework/System.Private.CoreLib.d34psgsc3u.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000002401081"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "416478"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"rILo9e46MRCXo3emsW1rcMKR6ePkGReSmLLt9Jv9yd4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"+XzlTsQAwjlW0CYYyV05JYYOCzd42+FOHlOBPxqozKs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "d34psgsc3u"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-+XzlTsQAwjlW0CYYyV05JYYOCzd42+FOHlOBPxqozKs="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.CoreLib.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.d34psgsc3u.wasm",
+ "AssetFile": "_framework/System.Private.CoreLib.d34psgsc3u.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1441557"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+XzlTsQAwjlW0CYYyV05JYYOCzd42+FOHlOBPxqozKs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "d34psgsc3u"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-+XzlTsQAwjlW0CYYyV05JYYOCzd42+FOHlOBPxqozKs="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.CoreLib.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.d34psgsc3u.wasm.br",
+ "AssetFile": "_framework/System.Private.CoreLib.d34psgsc3u.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "327770"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"woE7YyOMByC9HYY+ArnvHYuVSQyeNkXPCn+umZNsd4M=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "d34psgsc3u"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-woE7YyOMByC9HYY+ArnvHYuVSQyeNkXPCn+umZNsd4M="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.CoreLib.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.d34psgsc3u.wasm.gz",
+ "AssetFile": "_framework/System.Private.CoreLib.d34psgsc3u.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "416478"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"rILo9e46MRCXo3emsW1rcMKR6ePkGReSmLLt9Jv9yd4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "d34psgsc3u"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-rILo9e46MRCXo3emsW1rcMKR6ePkGReSmLLt9Jv9yd4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.CoreLib.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.wasm",
+ "AssetFile": "_framework/System.Private.CoreLib.d34psgsc3u.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000003050911"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "327770"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"woE7YyOMByC9HYY+ArnvHYuVSQyeNkXPCn+umZNsd4M=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"+XzlTsQAwjlW0CYYyV05JYYOCzd42+FOHlOBPxqozKs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-+XzlTsQAwjlW0CYYyV05JYYOCzd42+FOHlOBPxqozKs="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.wasm",
+ "AssetFile": "_framework/System.Private.CoreLib.d34psgsc3u.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000002401081"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "416478"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"rILo9e46MRCXo3emsW1rcMKR6ePkGReSmLLt9Jv9yd4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"+XzlTsQAwjlW0CYYyV05JYYOCzd42+FOHlOBPxqozKs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-+XzlTsQAwjlW0CYYyV05JYYOCzd42+FOHlOBPxqozKs="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.wasm",
+ "AssetFile": "_framework/System.Private.CoreLib.d34psgsc3u.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1441557"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+XzlTsQAwjlW0CYYyV05JYYOCzd42+FOHlOBPxqozKs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-+XzlTsQAwjlW0CYYyV05JYYOCzd42+FOHlOBPxqozKs="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.wasm.br",
+ "AssetFile": "_framework/System.Private.CoreLib.d34psgsc3u.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "327770"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"woE7YyOMByC9HYY+ArnvHYuVSQyeNkXPCn+umZNsd4M=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-woE7YyOMByC9HYY+ArnvHYuVSQyeNkXPCn+umZNsd4M="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.wasm.gz",
+ "AssetFile": "_framework/System.Private.CoreLib.d34psgsc3u.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "416478"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"rILo9e46MRCXo3emsW1rcMKR6ePkGReSmLLt9Jv9yd4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-rILo9e46MRCXo3emsW1rcMKR6ePkGReSmLLt9Jv9yd4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.g6rhqbgym6.wasm",
+ "AssetFile": "_framework/System.Private.Uri.g6rhqbgym6.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000074928818"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "13345"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0hVthDXQCgXWICkaliSNHRS5r0Y/2jwT+/gOEP6s3ug=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"KHZAeayWpn2d5nWrV2zxqp14mJcU12MGWXk9JLpP6CM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g6rhqbgym6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-KHZAeayWpn2d5nWrV2zxqp14mJcU12MGWXk9JLpP6CM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.Uri.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.g6rhqbgym6.wasm",
+ "AssetFile": "_framework/System.Private.Uri.g6rhqbgym6.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000063008002"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15870"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+ZnJoDYmUdcoqvxTYCEfJXuU55t+uenQrDgcKzZ/E9I=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"KHZAeayWpn2d5nWrV2zxqp14mJcU12MGWXk9JLpP6CM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g6rhqbgym6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-KHZAeayWpn2d5nWrV2zxqp14mJcU12MGWXk9JLpP6CM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.Uri.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.g6rhqbgym6.wasm",
+ "AssetFile": "_framework/System.Private.Uri.g6rhqbgym6.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "58645"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"KHZAeayWpn2d5nWrV2zxqp14mJcU12MGWXk9JLpP6CM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g6rhqbgym6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-KHZAeayWpn2d5nWrV2zxqp14mJcU12MGWXk9JLpP6CM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.Uri.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.g6rhqbgym6.wasm.br",
+ "AssetFile": "_framework/System.Private.Uri.g6rhqbgym6.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "13345"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0hVthDXQCgXWICkaliSNHRS5r0Y/2jwT+/gOEP6s3ug=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g6rhqbgym6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0hVthDXQCgXWICkaliSNHRS5r0Y/2jwT+/gOEP6s3ug="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.Uri.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.g6rhqbgym6.wasm.gz",
+ "AssetFile": "_framework/System.Private.Uri.g6rhqbgym6.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15870"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+ZnJoDYmUdcoqvxTYCEfJXuU55t+uenQrDgcKzZ/E9I=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g6rhqbgym6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-+ZnJoDYmUdcoqvxTYCEfJXuU55t+uenQrDgcKzZ/E9I="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.Uri.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.wasm",
+ "AssetFile": "_framework/System.Private.Uri.g6rhqbgym6.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000074928818"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "13345"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0hVthDXQCgXWICkaliSNHRS5r0Y/2jwT+/gOEP6s3ug=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"KHZAeayWpn2d5nWrV2zxqp14mJcU12MGWXk9JLpP6CM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-KHZAeayWpn2d5nWrV2zxqp14mJcU12MGWXk9JLpP6CM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.wasm",
+ "AssetFile": "_framework/System.Private.Uri.g6rhqbgym6.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000063008002"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15870"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+ZnJoDYmUdcoqvxTYCEfJXuU55t+uenQrDgcKzZ/E9I=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"KHZAeayWpn2d5nWrV2zxqp14mJcU12MGWXk9JLpP6CM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-KHZAeayWpn2d5nWrV2zxqp14mJcU12MGWXk9JLpP6CM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.wasm",
+ "AssetFile": "_framework/System.Private.Uri.g6rhqbgym6.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "58645"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"KHZAeayWpn2d5nWrV2zxqp14mJcU12MGWXk9JLpP6CM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-KHZAeayWpn2d5nWrV2zxqp14mJcU12MGWXk9JLpP6CM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.wasm.br",
+ "AssetFile": "_framework/System.Private.Uri.g6rhqbgym6.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "13345"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0hVthDXQCgXWICkaliSNHRS5r0Y/2jwT+/gOEP6s3ug=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0hVthDXQCgXWICkaliSNHRS5r0Y/2jwT+/gOEP6s3ug="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.wasm.gz",
+ "AssetFile": "_framework/System.Private.Uri.g6rhqbgym6.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15870"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+ZnJoDYmUdcoqvxTYCEfJXuU55t+uenQrDgcKzZ/E9I=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-+ZnJoDYmUdcoqvxTYCEfJXuU55t+uenQrDgcKzZ/E9I="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.53usgazrll.wasm",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000514403292"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1943"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"RdjW/WKR6oOS75/NDBDDcpO/z80EkOqjYT2FRFcOlf4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "53usgazrll"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.53usgazrll.wasm",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000450653447"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2218"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Y2eO4cfyI8URpWlelP0/vhZodPe+wO4RwgtOv4mfdrY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "53usgazrll"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.53usgazrll.wasm",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5909"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "53usgazrll"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.53usgazrll.wasm.br",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1943"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"RdjW/WKR6oOS75/NDBDDcpO/z80EkOqjYT2FRFcOlf4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "53usgazrll"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-RdjW/WKR6oOS75/NDBDDcpO/z80EkOqjYT2FRFcOlf4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.53usgazrll.wasm.gz",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2218"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Y2eO4cfyI8URpWlelP0/vhZodPe+wO4RwgtOv4mfdrY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "53usgazrll"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Y2eO4cfyI8URpWlelP0/vhZodPe+wO4RwgtOv4mfdrY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000073681108"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "13571"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"EZglJBCwQk0JYCoMVwEmvlhU44FQvrAt00RLa5RCoeM=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0VkOZxnjB/spLdt/5wvtH8Ccgb5nThD4LbRxlwdExfQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "9upcc4rqif"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0VkOZxnjB/spLdt/5wvtH8Ccgb5nThD4LbRxlwdExfQ="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.InteropServices.JavaScript.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000063387424"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15775"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"E1MMOiPzslg47xOOFovrWLJjtd2QyXId7DrWHDtURgg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0VkOZxnjB/spLdt/5wvtH8Ccgb5nThD4LbRxlwdExfQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "9upcc4rqif"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0VkOZxnjB/spLdt/5wvtH8Ccgb5nThD4LbRxlwdExfQ="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.InteropServices.JavaScript.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "42261"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0VkOZxnjB/spLdt/5wvtH8Ccgb5nThD4LbRxlwdExfQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "9upcc4rqif"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0VkOZxnjB/spLdt/5wvtH8Ccgb5nThD4LbRxlwdExfQ="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.InteropServices.JavaScript.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.br",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "13571"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"EZglJBCwQk0JYCoMVwEmvlhU44FQvrAt00RLa5RCoeM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "9upcc4rqif"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-EZglJBCwQk0JYCoMVwEmvlhU44FQvrAt00RLa5RCoeM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.InteropServices.JavaScript.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.gz",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15775"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"E1MMOiPzslg47xOOFovrWLJjtd2QyXId7DrWHDtURgg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "9upcc4rqif"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-E1MMOiPzslg47xOOFovrWLJjtd2QyXId7DrWHDtURgg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.InteropServices.JavaScript.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000073681108"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "13571"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"EZglJBCwQk0JYCoMVwEmvlhU44FQvrAt00RLa5RCoeM=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0VkOZxnjB/spLdt/5wvtH8Ccgb5nThD4LbRxlwdExfQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0VkOZxnjB/spLdt/5wvtH8Ccgb5nThD4LbRxlwdExfQ="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000063387424"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15775"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"E1MMOiPzslg47xOOFovrWLJjtd2QyXId7DrWHDtURgg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0VkOZxnjB/spLdt/5wvtH8Ccgb5nThD4LbRxlwdExfQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0VkOZxnjB/spLdt/5wvtH8Ccgb5nThD4LbRxlwdExfQ="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "42261"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0VkOZxnjB/spLdt/5wvtH8Ccgb5nThD4LbRxlwdExfQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0VkOZxnjB/spLdt/5wvtH8Ccgb5nThD4LbRxlwdExfQ="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm.br",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "13571"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"EZglJBCwQk0JYCoMVwEmvlhU44FQvrAt00RLa5RCoeM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-EZglJBCwQk0JYCoMVwEmvlhU44FQvrAt00RLa5RCoeM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm.gz",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15775"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"E1MMOiPzslg47xOOFovrWLJjtd2QyXId7DrWHDtURgg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-E1MMOiPzslg47xOOFovrWLJjtd2QyXId7DrWHDtURgg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.wasm",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000514403292"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1943"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"RdjW/WKR6oOS75/NDBDDcpO/z80EkOqjYT2FRFcOlf4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.wasm",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000450653447"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2218"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Y2eO4cfyI8URpWlelP0/vhZodPe+wO4RwgtOv4mfdrY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.wasm",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5909"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.wasm.br",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1943"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"RdjW/WKR6oOS75/NDBDDcpO/z80EkOqjYT2FRFcOlf4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-RdjW/WKR6oOS75/NDBDDcpO/z80EkOqjYT2FRFcOlf4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.wasm.gz",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2218"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Y2eO4cfyI8URpWlelP0/vhZodPe+wO4RwgtOv4mfdrY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Y2eO4cfyI8URpWlelP0/vhZodPe+wO4RwgtOv4mfdrY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm",
+ "AssetFile": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000139586823"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7163"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"zoCxr+MPgChg3F72ZOFMLc3R1UxlKPz1iFtFvSEFbwY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"NlrqoGYGrQsJq++QUYyNZbIDUXbO6U3kd1xciu+QaRg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "qzvl588wdm"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-NlrqoGYGrQsJq++QUYyNZbIDUXbO6U3kd1xciu+QaRg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Encodings.Web.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm",
+ "AssetFile": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000119274809"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8383"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"CGLscvoRHGyDxQczRgpG/c/8gxsAtPDto+UdsI0DcWU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"NlrqoGYGrQsJq++QUYyNZbIDUXbO6U3kd1xciu+QaRg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "qzvl588wdm"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-NlrqoGYGrQsJq++QUYyNZbIDUXbO6U3kd1xciu+QaRg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Encodings.Web.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm",
+ "AssetFile": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "29461"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"NlrqoGYGrQsJq++QUYyNZbIDUXbO6U3kd1xciu+QaRg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "qzvl588wdm"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-NlrqoGYGrQsJq++QUYyNZbIDUXbO6U3kd1xciu+QaRg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Encodings.Web.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.br",
+ "AssetFile": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7163"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"zoCxr+MPgChg3F72ZOFMLc3R1UxlKPz1iFtFvSEFbwY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "qzvl588wdm"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-zoCxr+MPgChg3F72ZOFMLc3R1UxlKPz1iFtFvSEFbwY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Encodings.Web.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.gz",
+ "AssetFile": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8383"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"CGLscvoRHGyDxQczRgpG/c/8gxsAtPDto+UdsI0DcWU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "qzvl588wdm"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-CGLscvoRHGyDxQczRgpG/c/8gxsAtPDto+UdsI0DcWU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Encodings.Web.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.wasm",
+ "AssetFile": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000139586823"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7163"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"zoCxr+MPgChg3F72ZOFMLc3R1UxlKPz1iFtFvSEFbwY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"NlrqoGYGrQsJq++QUYyNZbIDUXbO6U3kd1xciu+QaRg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-NlrqoGYGrQsJq++QUYyNZbIDUXbO6U3kd1xciu+QaRg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.wasm",
+ "AssetFile": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000119274809"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8383"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"CGLscvoRHGyDxQczRgpG/c/8gxsAtPDto+UdsI0DcWU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"NlrqoGYGrQsJq++QUYyNZbIDUXbO6U3kd1xciu+QaRg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-NlrqoGYGrQsJq++QUYyNZbIDUXbO6U3kd1xciu+QaRg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.wasm",
+ "AssetFile": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "29461"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"NlrqoGYGrQsJq++QUYyNZbIDUXbO6U3kd1xciu+QaRg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-NlrqoGYGrQsJq++QUYyNZbIDUXbO6U3kd1xciu+QaRg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.wasm.br",
+ "AssetFile": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7163"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"zoCxr+MPgChg3F72ZOFMLc3R1UxlKPz1iFtFvSEFbwY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-zoCxr+MPgChg3F72ZOFMLc3R1UxlKPz1iFtFvSEFbwY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.wasm.gz",
+ "AssetFile": "_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8383"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"CGLscvoRHGyDxQczRgpG/c/8gxsAtPDto+UdsI0DcWU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-CGLscvoRHGyDxQczRgpG/c/8gxsAtPDto+UdsI0DcWU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.76jsgdxpxd.wasm",
+ "AssetFile": "_framework/System.Text.Json.76jsgdxpxd.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000011361183"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "88018"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mljil1K5cBCdtp+31vRqxVTWu+86XmITTOrym2r22ck=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"DwTTObAEsDQ7xOAtivEDSasHh8iM25dne9snrb4esSE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "76jsgdxpxd"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-DwTTObAEsDQ7xOAtivEDSasHh8iM25dne9snrb4esSE="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Json.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.76jsgdxpxd.wasm",
+ "AssetFile": "_framework/System.Text.Json.76jsgdxpxd.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000009296272"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "107569"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"AY8wra+7026yyKfbveC9r4pj/RNdT7FsWEiYMNbI204=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"DwTTObAEsDQ7xOAtivEDSasHh8iM25dne9snrb4esSE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "76jsgdxpxd"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-DwTTObAEsDQ7xOAtivEDSasHh8iM25dne9snrb4esSE="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Json.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.76jsgdxpxd.wasm",
+ "AssetFile": "_framework/System.Text.Json.76jsgdxpxd.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "357141"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DwTTObAEsDQ7xOAtivEDSasHh8iM25dne9snrb4esSE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "76jsgdxpxd"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-DwTTObAEsDQ7xOAtivEDSasHh8iM25dne9snrb4esSE="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Json.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.76jsgdxpxd.wasm.br",
+ "AssetFile": "_framework/System.Text.Json.76jsgdxpxd.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "88018"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mljil1K5cBCdtp+31vRqxVTWu+86XmITTOrym2r22ck=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "76jsgdxpxd"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-mljil1K5cBCdtp+31vRqxVTWu+86XmITTOrym2r22ck="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Json.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.76jsgdxpxd.wasm.gz",
+ "AssetFile": "_framework/System.Text.Json.76jsgdxpxd.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "107569"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"AY8wra+7026yyKfbveC9r4pj/RNdT7FsWEiYMNbI204=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "76jsgdxpxd"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-AY8wra+7026yyKfbveC9r4pj/RNdT7FsWEiYMNbI204="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Json.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.wasm",
+ "AssetFile": "_framework/System.Text.Json.76jsgdxpxd.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000011361183"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "88018"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mljil1K5cBCdtp+31vRqxVTWu+86XmITTOrym2r22ck=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"DwTTObAEsDQ7xOAtivEDSasHh8iM25dne9snrb4esSE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-DwTTObAEsDQ7xOAtivEDSasHh8iM25dne9snrb4esSE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.wasm",
+ "AssetFile": "_framework/System.Text.Json.76jsgdxpxd.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000009296272"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "107569"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"AY8wra+7026yyKfbveC9r4pj/RNdT7FsWEiYMNbI204=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"DwTTObAEsDQ7xOAtivEDSasHh8iM25dne9snrb4esSE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-DwTTObAEsDQ7xOAtivEDSasHh8iM25dne9snrb4esSE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.wasm",
+ "AssetFile": "_framework/System.Text.Json.76jsgdxpxd.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "357141"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DwTTObAEsDQ7xOAtivEDSasHh8iM25dne9snrb4esSE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-DwTTObAEsDQ7xOAtivEDSasHh8iM25dne9snrb4esSE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.wasm.br",
+ "AssetFile": "_framework/System.Text.Json.76jsgdxpxd.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "88018"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mljil1K5cBCdtp+31vRqxVTWu+86XmITTOrym2r22ck=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-mljil1K5cBCdtp+31vRqxVTWu+86XmITTOrym2r22ck="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.wasm.gz",
+ "AssetFile": "_framework/System.Text.Json.76jsgdxpxd.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "107569"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"AY8wra+7026yyKfbveC9r4pj/RNdT7FsWEiYMNbI204=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-AY8wra+7026yyKfbveC9r4pj/RNdT7FsWEiYMNbI204="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.wasm",
+ "AssetFile": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000183150183"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5459"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"/sMm1tjxkzBRjNwefuspcHIvrJmp7Zp7guY/+nQncAY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"K7jxY7El7SbiIT8yWqzljACMb4+qo9GgjKymK/aRVbc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-K7jxY7El7SbiIT8yWqzljACMb4+qo9GgjKymK/aRVbc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.wasm",
+ "AssetFile": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000157703832"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6340"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"t/TdKXXwA3jV2NEZVf+3dfGJFDqCudFQPj/t9G3QaKA=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"K7jxY7El7SbiIT8yWqzljACMb4+qo9GgjKymK/aRVbc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-K7jxY7El7SbiIT8yWqzljACMb4+qo9GgjKymK/aRVbc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.wasm",
+ "AssetFile": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15125"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"K7jxY7El7SbiIT8yWqzljACMb4+qo9GgjKymK/aRVbc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-K7jxY7El7SbiIT8yWqzljACMb4+qo9GgjKymK/aRVbc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.wasm.br",
+ "AssetFile": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5459"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"/sMm1tjxkzBRjNwefuspcHIvrJmp7Zp7guY/+nQncAY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-/sMm1tjxkzBRjNwefuspcHIvrJmp7Zp7guY/+nQncAY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.wasm.gz",
+ "AssetFile": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6340"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"t/TdKXXwA3jV2NEZVf+3dfGJFDqCudFQPj/t9G3QaKA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-t/TdKXXwA3jV2NEZVf+3dfGJFDqCudFQPj/t9G3QaKA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm",
+ "AssetFile": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000183150183"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5459"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"/sMm1tjxkzBRjNwefuspcHIvrJmp7Zp7guY/+nQncAY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"K7jxY7El7SbiIT8yWqzljACMb4+qo9GgjKymK/aRVbc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "x5oy9w7sai"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-K7jxY7El7SbiIT8yWqzljACMb4+qo9GgjKymK/aRVbc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.RegularExpressions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm",
+ "AssetFile": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000157703832"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6340"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"t/TdKXXwA3jV2NEZVf+3dfGJFDqCudFQPj/t9G3QaKA=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"K7jxY7El7SbiIT8yWqzljACMb4+qo9GgjKymK/aRVbc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "x5oy9w7sai"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-K7jxY7El7SbiIT8yWqzljACMb4+qo9GgjKymK/aRVbc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.RegularExpressions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm",
+ "AssetFile": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15125"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"K7jxY7El7SbiIT8yWqzljACMb4+qo9GgjKymK/aRVbc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "x5oy9w7sai"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-K7jxY7El7SbiIT8yWqzljACMb4+qo9GgjKymK/aRVbc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.RegularExpressions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.br",
+ "AssetFile": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5459"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"/sMm1tjxkzBRjNwefuspcHIvrJmp7Zp7guY/+nQncAY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "x5oy9w7sai"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-/sMm1tjxkzBRjNwefuspcHIvrJmp7Zp7guY/+nQncAY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.RegularExpressions.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.gz",
+ "AssetFile": "_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6340"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"t/TdKXXwA3jV2NEZVf+3dfGJFDqCudFQPj/t9G3QaKA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:33 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "x5oy9w7sai"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-t/TdKXXwA3jV2NEZVf+3dfGJFDqCudFQPj/t9G3QaKA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.RegularExpressions.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.d4x4hzxp9g.wasm",
+ "AssetFile": "_framework/blazor-wasm.d4x4hzxp9g.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000207339830"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4822"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"POOvXsRxI7XajluI0bizvv6xYcjsATrc8ZBUTqhXcKU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"UxLWB2jBAWbfDUeHs/m22UFud/SbFDDpF5lnVrxFF8c=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "d4x4hzxp9g"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-UxLWB2jBAWbfDUeHs/m22UFud/SbFDDpF5lnVrxFF8c="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/blazor-wasm.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.d4x4hzxp9g.wasm",
+ "AssetFile": "_framework/blazor-wasm.d4x4hzxp9g.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000180342651"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5544"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"FU8kA0PG7jqvBQYjWyTFt72UvuKMUamsB7dBrSQ4UFs=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"UxLWB2jBAWbfDUeHs/m22UFud/SbFDDpF5lnVrxFF8c=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "d4x4hzxp9g"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-UxLWB2jBAWbfDUeHs/m22UFud/SbFDDpF5lnVrxFF8c="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/blazor-wasm.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.d4x4hzxp9g.wasm",
+ "AssetFile": "_framework/blazor-wasm.d4x4hzxp9g.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "13589"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"UxLWB2jBAWbfDUeHs/m22UFud/SbFDDpF5lnVrxFF8c=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "d4x4hzxp9g"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-UxLWB2jBAWbfDUeHs/m22UFud/SbFDDpF5lnVrxFF8c="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/blazor-wasm.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.d4x4hzxp9g.wasm.br",
+ "AssetFile": "_framework/blazor-wasm.d4x4hzxp9g.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4822"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"POOvXsRxI7XajluI0bizvv6xYcjsATrc8ZBUTqhXcKU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "d4x4hzxp9g"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-POOvXsRxI7XajluI0bizvv6xYcjsATrc8ZBUTqhXcKU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/blazor-wasm.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.d4x4hzxp9g.wasm.gz",
+ "AssetFile": "_framework/blazor-wasm.d4x4hzxp9g.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5544"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"FU8kA0PG7jqvBQYjWyTFt72UvuKMUamsB7dBrSQ4UFs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "d4x4hzxp9g"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-FU8kA0PG7jqvBQYjWyTFt72UvuKMUamsB7dBrSQ4UFs="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/blazor-wasm.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.wasm",
+ "AssetFile": "_framework/blazor-wasm.d4x4hzxp9g.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000207339830"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4822"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"POOvXsRxI7XajluI0bizvv6xYcjsATrc8ZBUTqhXcKU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"UxLWB2jBAWbfDUeHs/m22UFud/SbFDDpF5lnVrxFF8c=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-UxLWB2jBAWbfDUeHs/m22UFud/SbFDDpF5lnVrxFF8c="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.wasm",
+ "AssetFile": "_framework/blazor-wasm.d4x4hzxp9g.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000180342651"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5544"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"FU8kA0PG7jqvBQYjWyTFt72UvuKMUamsB7dBrSQ4UFs=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"UxLWB2jBAWbfDUeHs/m22UFud/SbFDDpF5lnVrxFF8c=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-UxLWB2jBAWbfDUeHs/m22UFud/SbFDDpF5lnVrxFF8c="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.wasm",
+ "AssetFile": "_framework/blazor-wasm.d4x4hzxp9g.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "13589"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"UxLWB2jBAWbfDUeHs/m22UFud/SbFDDpF5lnVrxFF8c=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-UxLWB2jBAWbfDUeHs/m22UFud/SbFDDpF5lnVrxFF8c="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.wasm.br",
+ "AssetFile": "_framework/blazor-wasm.d4x4hzxp9g.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4822"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"POOvXsRxI7XajluI0bizvv6xYcjsATrc8ZBUTqhXcKU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-POOvXsRxI7XajluI0bizvv6xYcjsATrc8ZBUTqhXcKU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.wasm.gz",
+ "AssetFile": "_framework/blazor-wasm.d4x4hzxp9g.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5544"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"FU8kA0PG7jqvBQYjWyTFt72UvuKMUamsB7dBrSQ4UFs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-FU8kA0PG7jqvBQYjWyTFt72UvuKMUamsB7dBrSQ4UFs="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.boot.json",
+ "AssetFile": "_framework/blazor.boot.json",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6900"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/json"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"LZw9LbHTvPOVfz+xmpbKCDQOLSqUiKzs8fgo/mFx58c=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-LZw9LbHTvPOVfz+xmpbKCDQOLSqUiKzs8fgo/mFx58c="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.boot.json",
+ "AssetFile": "_framework/blazor.boot.json.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000466853408"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2141"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/json"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"aXwBCfuhCcG3rvUEKB1qRmaXOQ/NtZDaqbkWUaCjGzU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"LZw9LbHTvPOVfz+xmpbKCDQOLSqUiKzs8fgo/mFx58c=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-LZw9LbHTvPOVfz+xmpbKCDQOLSqUiKzs8fgo/mFx58c="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.boot.json",
+ "AssetFile": "_framework/blazor.boot.json.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000428632662"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2332"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/json"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"H5xHYWgllKYpeeZHfbPFWjuKE94Pl1io6jVxuKRp76o=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"LZw9LbHTvPOVfz+xmpbKCDQOLSqUiKzs8fgo/mFx58c=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-LZw9LbHTvPOVfz+xmpbKCDQOLSqUiKzs8fgo/mFx58c="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.boot.json.br",
+ "AssetFile": "_framework/blazor.boot.json.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2141"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/json"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"aXwBCfuhCcG3rvUEKB1qRmaXOQ/NtZDaqbkWUaCjGzU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-aXwBCfuhCcG3rvUEKB1qRmaXOQ/NtZDaqbkWUaCjGzU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.boot.json.gz",
+ "AssetFile": "_framework/blazor.boot.json.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2332"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/json"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"H5xHYWgllKYpeeZHfbPFWjuKE94Pl1io6jVxuKRp76o=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-H5xHYWgllKYpeeZHfbPFWjuKE94Pl1io6jVxuKRp76o="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.webassembly.js",
+ "AssetFile": "_framework/blazor.webassembly.js",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "57249"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"lh8bY3DINgTiqGL/cwOeVaJGdfE2ex1o8MzwCbmlZZE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 13:25:32 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lh8bY3DINgTiqGL/cwOeVaJGdfE2ex1o8MzwCbmlZZE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.webassembly.js",
+ "AssetFile": "_framework/blazor.webassembly.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000055205918"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18113"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"U7K9nxDxlUBEnewQxxkAIjrdqSOGlgreOnFkxqWTOjg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"lh8bY3DINgTiqGL/cwOeVaJGdfE2ex1o8MzwCbmlZZE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 13:25:32 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lh8bY3DINgTiqGL/cwOeVaJGdfE2ex1o8MzwCbmlZZE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.webassembly.js",
+ "AssetFile": "_framework/blazor.webassembly.js.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000062383032"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16029"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"QDVFdUkMDL04UYNjIvQ1O3MMypc2DceO9JZMry/FuSk=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"lh8bY3DINgTiqGL/cwOeVaJGdfE2ex1o8MzwCbmlZZE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 13:25:32 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lh8bY3DINgTiqGL/cwOeVaJGdfE2ex1o8MzwCbmlZZE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.webassembly.js.br",
+ "AssetFile": "_framework/blazor.webassembly.js.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16029"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"QDVFdUkMDL04UYNjIvQ1O3MMypc2DceO9JZMry/FuSk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 13:25:32 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-QDVFdUkMDL04UYNjIvQ1O3MMypc2DceO9JZMry/FuSk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.webassembly.js.gz",
+ "AssetFile": "_framework/blazor.webassembly.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18113"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"U7K9nxDxlUBEnewQxxkAIjrdqSOGlgreOnFkxqWTOjg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 13:25:32 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-U7K9nxDxlUBEnewQxxkAIjrdqSOGlgreOnFkxqWTOjg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.js",
+ "AssetFile": "_framework/dotnet.js",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "40677"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.js",
+ "AssetFile": "_framework/dotnet.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000078247261"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "12779"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JqPteDyKk8QlWiypvKVDEFKAVhe9DLUZqHSNsvNFqoU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.js",
+ "AssetFile": "_framework/dotnet.js.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000088386070"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11313"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ZepYr3ntxS4M3mWuVbiY7ycKMlacPGIk55SsuKLQIss=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.js.br",
+ "AssetFile": "_framework/dotnet.js.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11313"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ZepYr3ntxS4M3mWuVbiY7ycKMlacPGIk55SsuKLQIss=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ZepYr3ntxS4M3mWuVbiY7ycKMlacPGIk55SsuKLQIss="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.js.gz",
+ "AssetFile": "_framework/dotnet.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "12779"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JqPteDyKk8QlWiypvKVDEFKAVhe9DLUZqHSNsvNFqoU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-JqPteDyKk8QlWiypvKVDEFKAVhe9DLUZqHSNsvNFqoU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.1a7gx3nhrs.wasm",
+ "AssetFile": "_framework/dotnet.native.1a7gx3nhrs.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000000447277"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2235749"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ca+dIari3ROUiPuII8K6jqRQeoTuMzoeYOUxPylrzwE=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"JxrvRJNU9bGCb5bIgeCwpbrAZjUFIIJPvZABH/ciGOc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1a7gx3nhrs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-JxrvRJNU9bGCb5bIgeCwpbrAZjUFIIJPvZABH/ciGOc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.1a7gx3nhrs.wasm",
+ "AssetFile": "_framework/dotnet.native.1a7gx3nhrs.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000000297670"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3359424"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"dKcYxS2LF1R8PMmHkq3TcLfnWkJhjzY9q2gat0tRT+o=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"JxrvRJNU9bGCb5bIgeCwpbrAZjUFIIJPvZABH/ciGOc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1a7gx3nhrs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-JxrvRJNU9bGCb5bIgeCwpbrAZjUFIIJPvZABH/ciGOc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.1a7gx3nhrs.wasm",
+ "AssetFile": "_framework/dotnet.native.1a7gx3nhrs.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9885063"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JxrvRJNU9bGCb5bIgeCwpbrAZjUFIIJPvZABH/ciGOc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1a7gx3nhrs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-JxrvRJNU9bGCb5bIgeCwpbrAZjUFIIJPvZABH/ciGOc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.1a7gx3nhrs.wasm.br",
+ "AssetFile": "_framework/dotnet.native.1a7gx3nhrs.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2235749"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ca+dIari3ROUiPuII8K6jqRQeoTuMzoeYOUxPylrzwE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1a7gx3nhrs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ca+dIari3ROUiPuII8K6jqRQeoTuMzoeYOUxPylrzwE="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.1a7gx3nhrs.wasm.gz",
+ "AssetFile": "_framework/dotnet.native.1a7gx3nhrs.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3359424"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"dKcYxS2LF1R8PMmHkq3TcLfnWkJhjzY9q2gat0tRT+o=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1a7gx3nhrs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-dKcYxS2LF1R8PMmHkq3TcLfnWkJhjzY9q2gat0tRT+o="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.js",
+ "AssetFile": "_framework/dotnet.native.tgi9uco0f2.js.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000038092336"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "26251"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"VVUBH3s06a+LQ767K/ctwO2JBBJ2f+m5Oc1UTnq0sWg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Qyx4KIYK+6O7262HOqYpGFwgggtUoTou1dHlwe8opvs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:13 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Qyx4KIYK+6O7262HOqYpGFwgggtUoTou1dHlwe8opvs="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.js",
+ "AssetFile": "_framework/dotnet.native.tgi9uco0f2.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000033347784"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "29986"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"6vdG5vXWWAk6h9c4SmxZQHlDjE+T2ti/2EzjQ/vJIQE=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Qyx4KIYK+6O7262HOqYpGFwgggtUoTou1dHlwe8opvs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:13 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Qyx4KIYK+6O7262HOqYpGFwgggtUoTou1dHlwe8opvs="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.js",
+ "AssetFile": "_framework/dotnet.native.tgi9uco0f2.js",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "131277"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Qyx4KIYK+6O7262HOqYpGFwgggtUoTou1dHlwe8opvs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:13 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Qyx4KIYK+6O7262HOqYpGFwgggtUoTou1dHlwe8opvs="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.js.br",
+ "AssetFile": "_framework/dotnet.native.tgi9uco0f2.js.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "26251"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"VVUBH3s06a+LQ767K/ctwO2JBBJ2f+m5Oc1UTnq0sWg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:13 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-VVUBH3s06a+LQ767K/ctwO2JBBJ2f+m5Oc1UTnq0sWg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.js.gz",
+ "AssetFile": "_framework/dotnet.native.tgi9uco0f2.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "29986"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"6vdG5vXWWAk6h9c4SmxZQHlDjE+T2ti/2EzjQ/vJIQE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:13 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-6vdG5vXWWAk6h9c4SmxZQHlDjE+T2ti/2EzjQ/vJIQE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.tgi9uco0f2.js",
+ "AssetFile": "_framework/dotnet.native.tgi9uco0f2.js.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000038092336"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "26251"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"VVUBH3s06a+LQ767K/ctwO2JBBJ2f+m5Oc1UTnq0sWg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Qyx4KIYK+6O7262HOqYpGFwgggtUoTou1dHlwe8opvs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:13 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "tgi9uco0f2"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Qyx4KIYK+6O7262HOqYpGFwgggtUoTou1dHlwe8opvs="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.js"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.tgi9uco0f2.js",
+ "AssetFile": "_framework/dotnet.native.tgi9uco0f2.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000033347784"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "29986"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"6vdG5vXWWAk6h9c4SmxZQHlDjE+T2ti/2EzjQ/vJIQE=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Qyx4KIYK+6O7262HOqYpGFwgggtUoTou1dHlwe8opvs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:13 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "tgi9uco0f2"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Qyx4KIYK+6O7262HOqYpGFwgggtUoTou1dHlwe8opvs="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.js"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.tgi9uco0f2.js",
+ "AssetFile": "_framework/dotnet.native.tgi9uco0f2.js",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "131277"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Qyx4KIYK+6O7262HOqYpGFwgggtUoTou1dHlwe8opvs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:13 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "tgi9uco0f2"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Qyx4KIYK+6O7262HOqYpGFwgggtUoTou1dHlwe8opvs="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.js"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.tgi9uco0f2.js.br",
+ "AssetFile": "_framework/dotnet.native.tgi9uco0f2.js.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "26251"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"VVUBH3s06a+LQ767K/ctwO2JBBJ2f+m5Oc1UTnq0sWg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:13 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "tgi9uco0f2"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-VVUBH3s06a+LQ767K/ctwO2JBBJ2f+m5Oc1UTnq0sWg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.js.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.tgi9uco0f2.js.gz",
+ "AssetFile": "_framework/dotnet.native.tgi9uco0f2.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "29986"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"6vdG5vXWWAk6h9c4SmxZQHlDjE+T2ti/2EzjQ/vJIQE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:13 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "tgi9uco0f2"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-6vdG5vXWWAk6h9c4SmxZQHlDjE+T2ti/2EzjQ/vJIQE="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.js.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.wasm",
+ "AssetFile": "_framework/dotnet.native.1a7gx3nhrs.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000000447277"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2235749"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ca+dIari3ROUiPuII8K6jqRQeoTuMzoeYOUxPylrzwE=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"JxrvRJNU9bGCb5bIgeCwpbrAZjUFIIJPvZABH/ciGOc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-JxrvRJNU9bGCb5bIgeCwpbrAZjUFIIJPvZABH/ciGOc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.wasm",
+ "AssetFile": "_framework/dotnet.native.1a7gx3nhrs.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000000297670"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3359424"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"dKcYxS2LF1R8PMmHkq3TcLfnWkJhjzY9q2gat0tRT+o=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"JxrvRJNU9bGCb5bIgeCwpbrAZjUFIIJPvZABH/ciGOc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-JxrvRJNU9bGCb5bIgeCwpbrAZjUFIIJPvZABH/ciGOc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.wasm",
+ "AssetFile": "_framework/dotnet.native.1a7gx3nhrs.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9885063"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JxrvRJNU9bGCb5bIgeCwpbrAZjUFIIJPvZABH/ciGOc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-JxrvRJNU9bGCb5bIgeCwpbrAZjUFIIJPvZABH/ciGOc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.wasm.br",
+ "AssetFile": "_framework/dotnet.native.1a7gx3nhrs.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2235749"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ca+dIari3ROUiPuII8K6jqRQeoTuMzoeYOUxPylrzwE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ca+dIari3ROUiPuII8K6jqRQeoTuMzoeYOUxPylrzwE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.wasm.gz",
+ "AssetFile": "_framework/dotnet.native.1a7gx3nhrs.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3359424"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"dKcYxS2LF1R8PMmHkq3TcLfnWkJhjzY9q2gat0tRT+o=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:11:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-dKcYxS2LF1R8PMmHkq3TcLfnWkJhjzY9q2gat0tRT+o="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.nseotsck93.js",
+ "AssetFile": "_framework/dotnet.js",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "40677"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "nseotsck93"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.js"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.nseotsck93.js",
+ "AssetFile": "_framework/dotnet.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000078247261"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "12779"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JqPteDyKk8QlWiypvKVDEFKAVhe9DLUZqHSNsvNFqoU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "nseotsck93"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.js"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.nseotsck93.js",
+ "AssetFile": "_framework/dotnet.js.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000088386070"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11313"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ZepYr3ntxS4M3mWuVbiY7ycKMlacPGIk55SsuKLQIss=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "nseotsck93"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.js"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.nseotsck93.js.br",
+ "AssetFile": "_framework/dotnet.js.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11313"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ZepYr3ntxS4M3mWuVbiY7ycKMlacPGIk55SsuKLQIss=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "nseotsck93"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ZepYr3ntxS4M3mWuVbiY7ycKMlacPGIk55SsuKLQIss="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.js.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.nseotsck93.js.gz",
+ "AssetFile": "_framework/dotnet.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "12779"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JqPteDyKk8QlWiypvKVDEFKAVhe9DLUZqHSNsvNFqoU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "nseotsck93"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-JqPteDyKk8QlWiypvKVDEFKAVhe9DLUZqHSNsvNFqoU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.js.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.js",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000017799612"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "56180"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"BeH2bIjserjp2XtuVGU3ePuyIED3oGn6y1b4HqM+eLI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:04:36 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.js.gz",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "56180"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"BeH2bIjserjp2XtuVGU3ePuyIED3oGn6y1b4HqM+eLI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:04:36 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-BeH2bIjserjp2XtuVGU3ePuyIED3oGn6y1b4HqM+eLI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.o8gq1i8bk6.js",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "194578"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:48 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.o8gq1i8bk6.js",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000017799612"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "56180"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"BeH2bIjserjp2XtuVGU3ePuyIED3oGn6y1b4HqM+eLI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:04:36 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.o8gq1i8bk6.js",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000021298801"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "46950"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"L/53iob3FT76bdqHuY1pPuB4ZqO2Tw/Pml5q9v8JIFY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:48 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.o8gq1i8bk6.js.br",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "46950"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"L/53iob3FT76bdqHuY1pPuB4ZqO2Tw/Pml5q9v8JIFY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:48 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-L/53iob3FT76bdqHuY1pPuB4ZqO2Tw/Pml5q9v8JIFY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.o8gq1i8bk6.js.gz",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "56180"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"BeH2bIjserjp2XtuVGU3ePuyIED3oGn6y1b4HqM+eLI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:04:36 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "o8gq1i8bk6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-BeH2bIjserjp2XtuVGU3ePuyIED3oGn6y1b4HqM+eLI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.runtime.js.gz"
+ }
+ ]
+ },
+ {
+ "Route": "index.6npcvujk7n.html",
+ "AssetFile": "index.html.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.003546099291"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "281"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ucx4WZLTttZ3BUYZwdFRmKkVCYsXKv7esZmcJx4jx1A=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6npcvujk7n"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14="
+ },
+ {
+ "Name": "label",
+ "Value": "index.html"
+ }
+ ]
+ },
+ {
+ "Route": "index.6npcvujk7n.html",
+ "AssetFile": "index.html.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.005917159763"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "168"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WAO7zrFyVg6LoTfQMn3KVUtkSZybMyWFgIq3VH4laGI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6npcvujk7n"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14="
+ },
+ {
+ "Name": "label",
+ "Value": "index.html"
+ }
+ ]
+ },
+ {
+ "Route": "index.6npcvujk7n.html",
+ "AssetFile": "index.html",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "407"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6npcvujk7n"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14="
+ },
+ {
+ "Name": "label",
+ "Value": "index.html"
+ }
+ ]
+ },
+ {
+ "Route": "index.6npcvujk7n.html.br",
+ "AssetFile": "index.html.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "168"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WAO7zrFyVg6LoTfQMn3KVUtkSZybMyWFgIq3VH4laGI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6npcvujk7n"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-WAO7zrFyVg6LoTfQMn3KVUtkSZybMyWFgIq3VH4laGI="
+ },
+ {
+ "Name": "label",
+ "Value": "index.html.br"
+ }
+ ]
+ },
+ {
+ "Route": "index.6npcvujk7n.html.gz",
+ "AssetFile": "index.html.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "281"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ucx4WZLTttZ3BUYZwdFRmKkVCYsXKv7esZmcJx4jx1A=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6npcvujk7n"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ucx4WZLTttZ3BUYZwdFRmKkVCYsXKv7esZmcJx4jx1A="
+ },
+ {
+ "Name": "label",
+ "Value": "index.html.gz"
+ }
+ ]
+ },
+ {
+ "Route": "index.html",
+ "AssetFile": "index.html.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.003546099291"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "281"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ucx4WZLTttZ3BUYZwdFRmKkVCYsXKv7esZmcJx4jx1A=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14="
+ }
+ ]
+ },
+ {
+ "Route": "index.html",
+ "AssetFile": "index.html.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.005917159763"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "168"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WAO7zrFyVg6LoTfQMn3KVUtkSZybMyWFgIq3VH4laGI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14="
+ }
+ ]
+ },
+ {
+ "Route": "index.html",
+ "AssetFile": "index.html",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "407"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14="
+ }
+ ]
+ },
+ {
+ "Route": "index.html.br",
+ "AssetFile": "index.html.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "168"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WAO7zrFyVg6LoTfQMn3KVUtkSZybMyWFgIq3VH4laGI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-WAO7zrFyVg6LoTfQMn3KVUtkSZybMyWFgIq3VH4laGI="
+ }
+ ]
+ },
+ {
+ "Route": "index.html.gz",
+ "AssetFile": "index.html.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "281"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ucx4WZLTttZ3BUYZwdFRmKkVCYsXKv7esZmcJx4jx1A=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ucx4WZLTttZ3BUYZwdFRmKkVCYsXKv7esZmcJx4jx1A="
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/global.json b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/global.json
index c3e71204c..653245229 100644
--- a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/global.json
+++ b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "7.0.101"
+ "version": "9.0.100"
}
}
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/web.config b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/web.config
old mode 100644
new mode 100755
index 06cf50b86..586d3565e
--- a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/web.config
+++ b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/web.config
@@ -1,42 +1,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.dll
deleted file mode 100644
index a525a7e24..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.dll.br
deleted file mode 100644
index d777bd00f..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.dll.gz
deleted file mode 100644
index ff8562648..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm
new file mode 100644
index 000000000..e2d08de67
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.br
new file mode 100644
index 000000000..c45d69117
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.gz
new file mode 100644
index 000000000..a96623190
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm
new file mode 100644
index 000000000..8ddd02677
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.br
new file mode 100644
index 000000000..a73a995dd
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.gz
new file mode 100644
index 000000000..91d2de87a
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.dll
deleted file mode 100644
index 7e53339dc..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.dll.br
deleted file mode 100644
index 2dd3703a3..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.dll.gz
deleted file mode 100644
index 7d2f3d489..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.dll
deleted file mode 100644
index 253353e30..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.dll.br
deleted file mode 100644
index e06f2021a..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.dll.gz
deleted file mode 100644
index 5812aaedb..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm
new file mode 100644
index 000000000..ec88f55d0
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.br
new file mode 100644
index 000000000..db956052d
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.gz
new file mode 100644
index 000000000..ec8e6875d
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.AspNetCore.Components.ke77g8ume0.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm
new file mode 100644
index 000000000..434efe5b6
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.br
new file mode 100644
index 000000000..65eec7e1e
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.gz
new file mode 100644
index 000000000..aea553ccb
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.dll
deleted file mode 100644
index 108959c67..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.dll.br
deleted file mode 100644
index 87575aa0d..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.dll.gz
deleted file mode 100644
index c9ffb0bb1..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm
new file mode 100644
index 000000000..066ba83a7
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.br
new file mode 100644
index 000000000..22f0fa935
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.gz
new file mode 100644
index 000000000..61c8516b7
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.dll
deleted file mode 100644
index 61a08a825..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.dll.br
deleted file mode 100644
index 5b70669ee..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.dll.gz
deleted file mode 100644
index 752f293bf..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.dll
deleted file mode 100644
index c6cbe667f..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.dll.br
deleted file mode 100644
index fff0283cd..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.dll.gz
deleted file mode 100644
index 2dadf27e4..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm
new file mode 100644
index 000000000..210ef04a2
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.br
new file mode 100644
index 000000000..6a60c6f02
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.gz
new file mode 100644
index 000000000..547885ad8
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Configuration.sv70kdrgo7.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm
new file mode 100644
index 000000000..eb4d19eb1
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.br
new file mode 100644
index 000000000..6a6f9c472
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.gz
new file mode 100644
index 000000000..4053910f1
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.dll
deleted file mode 100644
index ac703652d..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.dll.br
deleted file mode 100644
index 69b91e5af..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz
deleted file mode 100644
index 71617993e..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.dll
deleted file mode 100644
index af3869a3d..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.dll.br
deleted file mode 100644
index 6e933538f..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.dll.gz
deleted file mode 100644
index 961dea4b8..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm
new file mode 100644
index 000000000..66f248e07
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.br
new file mode 100644
index 000000000..522543f9c
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.gz
new file mode 100644
index 000000000..d453c2762
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm
new file mode 100644
index 000000000..2b0167dfb
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.br
new file mode 100644
index 000000000..29117e52a
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.gz
new file mode 100644
index 000000000..414528270
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.0nqf7im5hq.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm
new file mode 100644
index 000000000..34fb7e970
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.br
new file mode 100644
index 000000000..e0e05b9db
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.gz
new file mode 100644
index 000000000..ae89ef915
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.dll
deleted file mode 100644
index 1fc0a6d44..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.dll.br
deleted file mode 100644
index 7b1901344..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.dll.gz
deleted file mode 100644
index 6a1655b93..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.dll
deleted file mode 100644
index 4a1e06e7f..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.dll.br
deleted file mode 100644
index 780d0aa71..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.dll.gz
deleted file mode 100644
index f71da25b1..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Logging.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm
new file mode 100644
index 000000000..605263bab
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.br
new file mode 100644
index 000000000..13377dfe7
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.gz
new file mode 100644
index 000000000..b201d198f
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.c3kvq85lae.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.dll
deleted file mode 100644
index 38e5ed86b..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.dll.br
deleted file mode 100644
index 4e55a3672..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.dll.gz
deleted file mode 100644
index 12d50deef..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Options.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm
new file mode 100644
index 000000000..9d4cc8160
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.br
new file mode 100644
index 000000000..12f14be96
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.gz
new file mode 100644
index 000000000..e0e89123a
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.1gwog16cgj.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.dll
deleted file mode 100644
index 3a4572864..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.dll.br
deleted file mode 100644
index 5db5b7859..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.dll.gz
deleted file mode 100644
index bde83ffbf..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.Extensions.Primitives.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.dll
deleted file mode 100644
index dcdf3efb7..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.dll.br
deleted file mode 100644
index 260e3a8ae..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.dll.gz
deleted file mode 100644
index 9f39caf85..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm
new file mode 100644
index 000000000..8dcc4a2fc
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.br
new file mode 100644
index 000000000..43f807c69
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.gz
new file mode 100644
index 000000000..394113c47
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.dll
deleted file mode 100644
index 11ac17046..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.dll.br
deleted file mode 100644
index 5e1049152..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.dll.gz
deleted file mode 100644
index 8943eb042..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.yui3jtddf1.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.yui3jtddf1.wasm
new file mode 100644
index 000000000..945691848
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.yui3jtddf1.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.yui3jtddf1.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.yui3jtddf1.wasm.br
new file mode 100644
index 000000000..28b488369
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.yui3jtddf1.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.yui3jtddf1.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.yui3jtddf1.wasm.gz
new file mode 100644
index 000000000..7005a8de8
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/Microsoft.JSInterop.yui3jtddf1.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.dll
deleted file mode 100644
index 6b99e36e8..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.dll.br
deleted file mode 100644
index 5e9640389..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.dll.gz
deleted file mode 100644
index d608472af..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.ilpfr92pwt.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.ilpfr92pwt.wasm
new file mode 100644
index 000000000..a38f87134
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.ilpfr92pwt.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.br
new file mode 100644
index 000000000..5d40b0125
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.gz
new file mode 100644
index 000000000..ce74bf0d9
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Concurrent.ilpfr92pwt.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Immutable.z8mivcno17.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Immutable.z8mivcno17.wasm
new file mode 100644
index 000000000..7b64cbb9b
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Immutable.z8mivcno17.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Immutable.z8mivcno17.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Immutable.z8mivcno17.wasm.br
new file mode 100644
index 000000000..e26fb458a
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Immutable.z8mivcno17.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Immutable.z8mivcno17.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Immutable.z8mivcno17.wasm.gz
new file mode 100644
index 000000000..a7bc54abb
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.Immutable.z8mivcno17.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.dll
deleted file mode 100644
index c5b4c4d2f..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.dll.br
deleted file mode 100644
index d3b88dfef..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.dll.gz
deleted file mode 100644
index ed1d71c4e..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.jb74ypdprb.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.jb74ypdprb.wasm
new file mode 100644
index 000000000..0c686826f
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.jb74ypdprb.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.jb74ypdprb.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.jb74ypdprb.wasm.br
new file mode 100644
index 000000000..3f889e93a
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.jb74ypdprb.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.jb74ypdprb.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.jb74ypdprb.wasm.gz
new file mode 100644
index 000000000..2cf456f38
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Collections.jb74ypdprb.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.28u698euyz.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.28u698euyz.wasm
new file mode 100644
index 000000000..6ee0b21dd
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.28u698euyz.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.28u698euyz.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.28u698euyz.wasm.br
new file mode 100644
index 000000000..5e7821882
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.28u698euyz.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.28u698euyz.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.28u698euyz.wasm.gz
new file mode 100644
index 000000000..44f25b0fe
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.28u698euyz.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.dll
deleted file mode 100644
index 4e591ae3c..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.dll.br
deleted file mode 100644
index fafd51d28..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.dll.gz
deleted file mode 100644
index dc3901fe4..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.ComponentModel.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Console.dt2mwlm3hk.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Console.dt2mwlm3hk.wasm
new file mode 100644
index 000000000..23c558d39
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Console.dt2mwlm3hk.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Console.dt2mwlm3hk.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Console.dt2mwlm3hk.wasm.br
new file mode 100644
index 000000000..c4b62920f
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Console.dt2mwlm3hk.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Console.dt2mwlm3hk.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Console.dt2mwlm3hk.wasm.gz
new file mode 100644
index 000000000..5df34dac5
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Console.dt2mwlm3hk.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.IO.Pipelines.wv1s2h4d36.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.IO.Pipelines.wv1s2h4d36.wasm
new file mode 100644
index 000000000..db0b4639e
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.IO.Pipelines.wv1s2h4d36.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.IO.Pipelines.wv1s2h4d36.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.IO.Pipelines.wv1s2h4d36.wasm.br
new file mode 100644
index 000000000..c1f779690
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.IO.Pipelines.wv1s2h4d36.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.IO.Pipelines.wv1s2h4d36.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.IO.Pipelines.wv1s2h4d36.wasm.gz
new file mode 100644
index 000000000..f060a70f9
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.IO.Pipelines.wv1s2h4d36.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.dll
deleted file mode 100644
index 310b43511..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.dll.br
deleted file mode 100644
index c56c418e7..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.dll.gz
deleted file mode 100644
index 75766a558..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.saaoduhjv0.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.saaoduhjv0.wasm
new file mode 100644
index 000000000..685dba4f4
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.saaoduhjv0.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.saaoduhjv0.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.saaoduhjv0.wasm.br
new file mode 100644
index 000000000..a5cb686e0
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.saaoduhjv0.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.saaoduhjv0.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.saaoduhjv0.wasm.gz
new file mode 100644
index 000000000..07c6fb6b3
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Linq.saaoduhjv0.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.dll
deleted file mode 100644
index 72d3cdccc..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.dll.br
deleted file mode 100644
index e65a19dd7..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.dll.gz
deleted file mode 100644
index d5953975b..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.o6tjjs1gbu.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.o6tjjs1gbu.wasm
new file mode 100644
index 000000000..672073816
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.o6tjjs1gbu.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.o6tjjs1gbu.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.o6tjjs1gbu.wasm.br
new file mode 100644
index 000000000..645e86e51
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.o6tjjs1gbu.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.o6tjjs1gbu.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.o6tjjs1gbu.wasm.gz
new file mode 100644
index 000000000..dbfb87127
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Memory.o6tjjs1gbu.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.d34psgsc3u.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.d34psgsc3u.wasm
new file mode 100644
index 000000000..879664f28
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.d34psgsc3u.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.d34psgsc3u.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.d34psgsc3u.wasm.br
new file mode 100644
index 000000000..fd9257607
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.d34psgsc3u.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.d34psgsc3u.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.d34psgsc3u.wasm.gz
new file mode 100644
index 000000000..310c57af9
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.d34psgsc3u.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.dll
deleted file mode 100644
index 89ec56022..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.dll.br
deleted file mode 100644
index 3508949b6..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.dll.gz
deleted file mode 100644
index 375ca3d83..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.CoreLib.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.dll
deleted file mode 100644
index 949e81adb..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.dll.br
deleted file mode 100644
index 3539a627c..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.dll.gz
deleted file mode 100644
index 5e8958797..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.g6rhqbgym6.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.g6rhqbgym6.wasm
new file mode 100644
index 000000000..a80d963b5
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.g6rhqbgym6.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.g6rhqbgym6.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.g6rhqbgym6.wasm.br
new file mode 100644
index 000000000..c1565559c
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.g6rhqbgym6.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.g6rhqbgym6.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.g6rhqbgym6.wasm.gz
new file mode 100644
index 000000000..78c1b765e
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Private.Uri.g6rhqbgym6.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.53usgazrll.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.53usgazrll.wasm
new file mode 100644
index 000000000..90f0958b1
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.53usgazrll.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.53usgazrll.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.53usgazrll.wasm.br
new file mode 100644
index 000000000..06dd6ece0
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.53usgazrll.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.53usgazrll.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.53usgazrll.wasm.gz
new file mode 100644
index 000000000..58cd67c3b
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.53usgazrll.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm
new file mode 100644
index 000000000..de607ee17
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.br
new file mode 100644
index 000000000..23f018a0e
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.gz
new file mode 100644
index 000000000..ee9f95218
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.dll
deleted file mode 100644
index 0c56437c5..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.dll.br
deleted file mode 100644
index e627b7f59..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.dll.gz
deleted file mode 100644
index d2c74f726..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.dll
deleted file mode 100644
index d4c407c0d..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.dll.br
deleted file mode 100644
index 2de281e59..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.dll.gz
deleted file mode 100644
index c3158d8fd..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Runtime.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.dll
deleted file mode 100644
index 481d58695..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.dll.br
deleted file mode 100644
index c4a27ad0d..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.dll.gz
deleted file mode 100644
index 5b8846475..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.qzvl588wdm.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.qzvl588wdm.wasm
new file mode 100644
index 000000000..cb3681acc
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.qzvl588wdm.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.br
new file mode 100644
index 000000000..f48043940
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.gz
new file mode 100644
index 000000000..1d9cc7e86
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Encodings.Web.qzvl588wdm.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.76jsgdxpxd.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.76jsgdxpxd.wasm
new file mode 100644
index 000000000..974bfc894
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.76jsgdxpxd.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.76jsgdxpxd.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.76jsgdxpxd.wasm.br
new file mode 100644
index 000000000..49e8f271a
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.76jsgdxpxd.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.76jsgdxpxd.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.76jsgdxpxd.wasm.gz
new file mode 100644
index 000000000..dc2c1ba48
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.76jsgdxpxd.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.dll
deleted file mode 100644
index eb398f1fd..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.dll.br
deleted file mode 100644
index 82854500a..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.dll.gz
deleted file mode 100644
index 0e2ec3cb2..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.Json.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm
new file mode 100644
index 000000000..237b44c60
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.br
new file mode 100644
index 000000000..52c7297d0
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.gz
new file mode 100644
index 000000000..a031973c2
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/System.Text.RegularExpressions.x5oy9w7sai.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.d4x4hzxp9g.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.d4x4hzxp9g.wasm
new file mode 100644
index 000000000..ce377ea89
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.d4x4hzxp9g.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.d4x4hzxp9g.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.d4x4hzxp9g.wasm.br
new file mode 100644
index 000000000..c786a2513
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.d4x4hzxp9g.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.d4x4hzxp9g.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.d4x4hzxp9g.wasm.gz
new file mode 100644
index 000000000..c3d592d2f
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.d4x4hzxp9g.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.dll b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.dll
deleted file mode 100644
index 0436ab461..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.dll and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.dll.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.dll.br
deleted file mode 100644
index c5902fa5f..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.dll.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.dll.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.dll.gz
deleted file mode 100644
index d06756631..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.dll.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.pdb.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.pdb.gz
deleted file mode 100644
index dbc9aab3f..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor-wasm.pdb.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.boot.json b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.boot.json
index 969f13bef..8bc34935f 100644
--- a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.boot.json
+++ b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.boot.json
@@ -1,53 +1,91 @@
-{
- "cacheBootResources": true,
- "config": [ ],
- "debugBuild": false,
- "entryAssembly": "blazor-wasm",
- "icuDataMode": 2,
- "linkerEnabled": true,
- "resources": {
- "assembly": {
- "blazor-wasm.dll": "sha256-hAYqRIE7pCpHkaDB059VSCFLpmj6inAefcldUmskMMk=",
- "Microsoft.AspNetCore.Components.dll": "sha256-SRw4eUAU5eLws5DVToB9AbIKMon2l6h6p317AEWfyzQ=",
- "Microsoft.AspNetCore.Components.Web.dll": "sha256-zfwepzG+pR0Aw6RKDNeQ75SXMc0wW09JFvs5w\/j0Urk=",
- "Microsoft.AspNetCore.Components.WebAssembly.dll": "sha256-Ne5q8neM1Etz8decq+z8y\/JfUc8E6yQRTSPR593aWP8=",
- "Microsoft.Extensions.Configuration.Abstractions.dll": "sha256-X\/f4fDl2cuIRXeWHhK\/f2UqQbFioD+RU4a4CEh0zrrQ=",
- "Microsoft.Extensions.Configuration.dll": "sha256-DBOKSPriP2JDxVbbWrLXyD3K4\/x3RBifNBWk\/q1I39M=",
- "Microsoft.Extensions.Configuration.Json.dll": "sha256-nTqLKuydttqLtE3VT3p6XhPmLxuaJDd0cL3Qzt8D4Ro=",
- "Microsoft.Extensions.DependencyInjection.Abstractions.dll": "sha256-TpOfxhZUSfd78PTPL+mGp4eL1dPKDSQaBgk\/tLKP1Oc=",
- "Microsoft.Extensions.DependencyInjection.dll": "sha256-qi0kE7rp0kdsNqdL6DyPZEeimjUGvcLT4iWQX0YnRus=",
- "Microsoft.Extensions.Logging.Abstractions.dll": "sha256-Vja7zcTGrxEdplEtCooTlnuMsWryk4R6\/ITVQkKA2Go=",
- "Microsoft.Extensions.Logging.dll": "sha256-oEPPw1EPpaOHv+EHwoT2WcgDiRbjEXxigiW7V44cIYE=",
- "Microsoft.Extensions.Options.dll": "sha256-0fhMx2H0cf76DtazR5+OlRbIi1+vI3PjUYGaW5uG30c=",
- "Microsoft.Extensions.Primitives.dll": "sha256-eXvGx2jcjpTPEJoAHBsW\/VuMPbNyyU+AsuhPmkzSSRY=",
- "Microsoft.JSInterop.dll": "sha256-iSrG4aIfEw\/shiDFTk82\/yE+3T0mcwYqbjHC7vTJBYc=",
- "Microsoft.JSInterop.WebAssembly.dll": "sha256-bn\/jJGkSeaQbmqAl6uUM0y1joLrVEzldOc3y5mscYMk=",
- "System.Collections.Concurrent.dll": "sha256-wq2+44Nocc9n5SLKShtiAdpX7YzZvwaE60j89R7Svms=",
- "System.Collections.dll": "sha256-qJXUxgXIBtSeP1CzNNDfhSt6iVZtw7\/MRlqDcoKR048=",
- "System.ComponentModel.dll": "sha256-SQWBEnKAV\/J2jOPx2Nq2GToL26u1xo5eYazE0h0rqv0=",
- "System.Linq.dll": "sha256-mdLYp\/rEbTL3V0fL5kYqQHEuUfjS463k3qCOqd\/Js5k=",
- "System.Memory.dll": "sha256-b26fohRveXStPqJCJLDdbd9E3BSWE+vpXJsdT8UjC6U=",
- "System.Private.CoreLib.dll": "sha256-R4teM7nI07HhAM6jEt2Nov8S3zIUI19\/tHudqnp53MM=",
- "System.Private.Uri.dll": "sha256-kw5QybEgcKpCLDH87Ohc9VTNnNGof9ZWfunzCmz14bk=",
- "System.Runtime.dll": "sha256-3ydbJ1UMp5bZbBarR2CGXPaW+wOmLqWsJOEaqH1b0CY=",
- "System.Runtime.InteropServices.JavaScript.dll": "sha256-RMaiGWTNZhcoxkeHUN4oUzSf7Ty3H\/XBgiTt9Lx0qZI=",
- "System.Text.Encodings.Web.dll": "sha256-7lN0bLZ2wqjP7HBE0pmfRmbaM5+hmCOr0GjEwtOXu50=",
- "System.Text.Json.dll": "sha256-0ZgnMsiKplG+MGTDnMX1wtP7KnYX7B0QPJcBBkwjfdw="
- },
- "extensions": null,
- "lazyAssembly": null,
- "libraryInitializers": null,
- "pdb": null,
- "runtime": {
- "dotnet.7.0.4.4jojtnqp51.js": "sha256-3gOAyHlyFHU7QEmyVryNPVIBYrTq3esLHLmVcYsVITM=",
- "dotnet.wasm": "sha256-kJtBAku\/vZGCbAC6rMKxIJHHPw9LGbAz6j5no4nZqNw="
- },
- "runtimeAssets": {
- "dotnet.wasm": {
- "behavior": "dotnetwasm",
- "hash": "sha256-kJtBAku\/vZGCbAC6rMKxIJHHPw9LGbAz6j5no4nZqNw="
- }
- },
- "satelliteResources": null
- }
+{
+ "mainAssemblyName": "blazor-wasm",
+ "resources": {
+ "hash": "sha256-0+Klmy4PO3fBOwOQQjEEd52AlleyBSEZ82PHl3Sr8HQ=",
+ "fingerprinting": {
+ "blazor-wasm.d4x4hzxp9g.wasm": "blazor-wasm.wasm",
+ "Microsoft.AspNetCore.Components.ke77g8ume0.wasm": "Microsoft.AspNetCore.Components.wasm",
+ "Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm": "Microsoft.AspNetCore.Components.Web.wasm",
+ "Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm": "Microsoft.AspNetCore.Components.WebAssembly.wasm",
+ "Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm": "Microsoft.Extensions.Configuration.Abstractions.wasm",
+ "Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm": "Microsoft.Extensions.Configuration.Json.wasm",
+ "Microsoft.Extensions.Configuration.sv70kdrgo7.wasm": "Microsoft.Extensions.Configuration.wasm",
+ "Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm": "Microsoft.Extensions.DependencyInjection.Abstractions.wasm",
+ "Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm": "Microsoft.Extensions.DependencyInjection.wasm",
+ "Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm": "Microsoft.Extensions.Logging.Abstractions.wasm",
+ "Microsoft.Extensions.Logging.0nqf7im5hq.wasm": "Microsoft.Extensions.Logging.wasm",
+ "Microsoft.Extensions.Options.c3kvq85lae.wasm": "Microsoft.Extensions.Options.wasm",
+ "Microsoft.Extensions.Primitives.1gwog16cgj.wasm": "Microsoft.Extensions.Primitives.wasm",
+ "Microsoft.JSInterop.yui3jtddf1.wasm": "Microsoft.JSInterop.wasm",
+ "Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm": "Microsoft.JSInterop.WebAssembly.wasm",
+ "System.Collections.Concurrent.ilpfr92pwt.wasm": "System.Collections.Concurrent.wasm",
+ "System.Collections.Immutable.z8mivcno17.wasm": "System.Collections.Immutable.wasm",
+ "System.Collections.jb74ypdprb.wasm": "System.Collections.wasm",
+ "System.ComponentModel.28u698euyz.wasm": "System.ComponentModel.wasm",
+ "System.Console.dt2mwlm3hk.wasm": "System.Console.wasm",
+ "System.IO.Pipelines.wv1s2h4d36.wasm": "System.IO.Pipelines.wasm",
+ "System.Linq.saaoduhjv0.wasm": "System.Linq.wasm",
+ "System.Memory.o6tjjs1gbu.wasm": "System.Memory.wasm",
+ "System.Private.CoreLib.d34psgsc3u.wasm": "System.Private.CoreLib.wasm",
+ "System.Private.Uri.g6rhqbgym6.wasm": "System.Private.Uri.wasm",
+ "System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm": "System.Runtime.InteropServices.JavaScript.wasm",
+ "System.Runtime.53usgazrll.wasm": "System.Runtime.wasm",
+ "System.Text.Encodings.Web.qzvl588wdm.wasm": "System.Text.Encodings.Web.wasm",
+ "System.Text.Json.76jsgdxpxd.wasm": "System.Text.Json.wasm",
+ "System.Text.RegularExpressions.x5oy9w7sai.wasm": "System.Text.RegularExpressions.wasm",
+ "dotnet.native.tgi9uco0f2.js": "dotnet.native.js",
+ "dotnet.native.1a7gx3nhrs.wasm": "dotnet.native.wasm",
+ "dotnet.js": "dotnet.js",
+ "dotnet.runtime.o8gq1i8bk6.js": "dotnet.runtime.js"
+ },
+ "jsModuleNative": {
+ "dotnet.native.tgi9uco0f2.js": "sha256-Qyx4KIYK+6O7262HOqYpGFwgggtUoTou1dHlwe8opvs="
+ },
+ "jsModuleRuntime": {
+ "dotnet.runtime.o8gq1i8bk6.js": "sha256-uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4="
+ },
+ "wasmNative": {
+ "dotnet.native.1a7gx3nhrs.wasm": "sha256-JxrvRJNU9bGCb5bIgeCwpbrAZjUFIIJPvZABH/ciGOc="
+ },
+ "coreAssembly": {
+ "blazor-wasm.d4x4hzxp9g.wasm": "sha256-UxLWB2jBAWbfDUeHs/m22UFud/SbFDDpF5lnVrxFF8c=",
+ "Microsoft.AspNetCore.Components.ke77g8ume0.wasm": "sha256-PLEvIWj02b0vn8k/YrbP7GAg1iYikWF5nn5C++ipIWM=",
+ "Microsoft.AspNetCore.Components.Web.sfr9de938d.wasm": "sha256-2JdoAoE+g+mvlwus9w0z36ySGynFtv7qQ+lcU9rrqjk=",
+ "Microsoft.AspNetCore.Components.WebAssembly.1t20rorodf.wasm": "sha256-NRmJvrD/78cF0r6FsPc0uD5aSoM44z5nZAfHt1ec07E=",
+ "Microsoft.Extensions.Configuration.Abstractions.crj00u2plu.wasm": "sha256-+AOBWABucqvIbXvM5o13N9MMw86pSdZXhJK0nhizA64=",
+ "Microsoft.Extensions.Configuration.Json.9oiuvi1mc3.wasm": "sha256-966vLTPPdM/VT3Us1DmiVRZ01ty1KKep+/sMLMGfkto=",
+ "Microsoft.Extensions.Configuration.sv70kdrgo7.wasm": "sha256-GEC2SjmtyS3vzBqlQUxSU4AW6gM5Tu4eipcK092PQGg=",
+ "Microsoft.Extensions.DependencyInjection.Abstractions.aq04fingio.wasm": "sha256-skOTGVAfm5YOct8HpFeKV0a4/ca1wSSyRZQKc3n92SA=",
+ "Microsoft.Extensions.DependencyInjection.i4pfk2iy2o.wasm": "sha256-Dld5NGeXnx7HHX1bbmTE2swyRFRwS2K5z4EujQ7P/tU=",
+ "Microsoft.Extensions.Logging.Abstractions.11xnpxyj5r.wasm": "sha256-CzzfillyRqGRoKVVUc5nKch/cSdv228miXF6OrmW4Xc=",
+ "Microsoft.Extensions.Logging.0nqf7im5hq.wasm": "sha256-ZDzGMj+t5VWQFakJP9dYMQFIvHJNrNjpAx/knKrvprI=",
+ "Microsoft.Extensions.Options.c3kvq85lae.wasm": "sha256-iH5h0Ej7Ztu8IJa/blmQ5TuV/0GR9+wuaP4I/54HISg=",
+ "Microsoft.Extensions.Primitives.1gwog16cgj.wasm": "sha256-Qc4njMReTRhjA9DcAq20ohkKR2QLRdGh2AS+SQyg4hk=",
+ "Microsoft.JSInterop.yui3jtddf1.wasm": "sha256-OhmehbllJ8koKB/o+Jm/bxlPwMJnbrRAE2Bh7D3YypU=",
+ "Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=",
+ "System.Collections.Concurrent.ilpfr92pwt.wasm": "sha256-Vk6FNTKXvQ4vSbLUzQ4yQ/8b729YUQqV+IJUZ0k42lo=",
+ "System.Collections.Immutable.z8mivcno17.wasm": "sha256-I+C0+JOYTYBoyYizkFqOpYa4hUPpVfjdq7iaDKj9KBM=",
+ "System.Collections.jb74ypdprb.wasm": "sha256-D3RTLUPJqihKiKy9w005cUmBWMWnQp8oy3CPH4xdPJ4=",
+ "System.ComponentModel.28u698euyz.wasm": "sha256-ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw=",
+ "System.Console.dt2mwlm3hk.wasm": "sha256-wWtaAd22JHQ/w831jfWMLlLZ9rJT1vHQID1lvMesXKY=",
+ "System.IO.Pipelines.wv1s2h4d36.wasm": "sha256-jJ6cfHVmmYcw0lTmR2a1TgUc8C32HZDPh2cOCA21L7E=",
+ "System.Linq.saaoduhjv0.wasm": "sha256-3IC0rQpyy42LxGLXIeqLHfNPULmUTTADCMiGGxJU5rM=",
+ "System.Memory.o6tjjs1gbu.wasm": "sha256-gPJK2eGLFjKz6TBwnpymkHmgXhsxqLRoCuMl+PUA5II=",
+ "System.Private.CoreLib.d34psgsc3u.wasm": "sha256-+XzlTsQAwjlW0CYYyV05JYYOCzd42+FOHlOBPxqozKs=",
+ "System.Private.Uri.g6rhqbgym6.wasm": "sha256-KHZAeayWpn2d5nWrV2zxqp14mJcU12MGWXk9JLpP6CM=",
+ "System.Runtime.InteropServices.JavaScript.9upcc4rqif.wasm": "sha256-0VkOZxnjB/spLdt/5wvtH8Ccgb5nThD4LbRxlwdExfQ=",
+ "System.Runtime.53usgazrll.wasm": "sha256-Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk=",
+ "System.Text.Encodings.Web.qzvl588wdm.wasm": "sha256-NlrqoGYGrQsJq++QUYyNZbIDUXbO6U3kd1xciu+QaRg=",
+ "System.Text.Json.76jsgdxpxd.wasm": "sha256-DwTTObAEsDQ7xOAtivEDSasHh8iM25dne9snrb4esSE=",
+ "System.Text.RegularExpressions.x5oy9w7sai.wasm": "sha256-K7jxY7El7SbiIT8yWqzljACMb4+qo9GgjKymK/aRVbc="
+ },
+ "assembly": {}
+ },
+ "cacheBootResources": true,
+ "debugLevel": 0,
+ "linkerEnabled": true,
+ "globalizationMode": "invariant",
+ "extensions": {
+ "blazor": {}
+ }
}
\ No newline at end of file
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.boot.json.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.boot.json.br
index d2dbabc4c..2441b9024 100644
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.boot.json.br and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.boot.json.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.boot.json.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.boot.json.gz
index ef08d5582..540debdb4 100644
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.boot.json.gz and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.boot.json.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.webassembly.js b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.webassembly.js
index 0aefd1405..9a98ba123 100755
--- a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.webassembly.js
+++ b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.webassembly.js
@@ -1 +1 @@
-(()=>{"use strict";var e,t,n;!function(e){window.DotNet=e;const t=[],n=new Map,r=new Map,o="__jsObjectId",s="__byte[]";class a{constructor(e){this._jsObject=e,this._cachedFunctions=new Map}findFunction(e){const t=this._cachedFunctions.get(e);if(t)return t;let n,r=this._jsObject;if(e.split(".").forEach((t=>{if(!(t in r))throw new Error(`Could not find '${e}' ('${t}' was undefined).`);n=r,r=r[t]})),r instanceof Function)return r=r.bind(n),this._cachedFunctions.set(e,r),r;throw new Error(`The value '${e}' is not a function.`)}getWrappedObject(){return this._jsObject}}const i={},c={0:new a(window)};c[0]._cachedFunctions.set("import",(e=>("string"==typeof e&&e.startsWith("./")&&(e=document.baseURI+e.substr(2)),import(e))));let l,u=1,d=1,f=null;function m(e){t.push(e)}function h(e){if(e&&"object"==typeof e){c[d]=new a(e);const t={[o]:d};return d++,t}throw new Error(`Cannot create a JSObjectReference from the value '${e}'.`)}function p(e){let t=-1;if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),e instanceof Blob)t=e.size;else{if(!(e.buffer instanceof ArrayBuffer))throw new Error("Supplied value is not a typed array or blob.");if(void 0===e.byteLength)throw new Error(`Cannot create a JSStreamReference from the value '${e}' as it doesn't have a byteLength.`);t=e.byteLength}const n={__jsStreamReferenceLength:t};try{const t=h(e);n.__jsObjectId=t.__jsObjectId}catch(t){throw new Error(`Cannot create a JSStreamReference from the value '${e}'.`)}return n}function y(e){return e?JSON.parse(e,((e,n)=>t.reduce(((t,n)=>n(e,t)),n))):null}function g(e,t,n,r){const o=w();if(o.invokeDotNetFromJS){const s=k(r),a=o.invokeDotNetFromJS(e,t,n,s);return a?y(a):null}throw new Error("The current dispatcher does not support synchronous calls from JS to .NET. Use invokeMethodAsync instead.")}function b(e,t,n,r){if(e&&n)throw new Error(`For instance method calls, assemblyName should be null. Received '${e}'.`);const o=u++,s=new Promise(((e,t)=>{i[o]={resolve:e,reject:t}}));try{const s=k(r);w().beginInvokeDotNetFromJS(o,e,t,n,s)}catch(e){v(o,!1,e)}return s}function w(){if(null!==f)return f;throw new Error("No .NET call dispatcher has been set.")}function v(e,t,n){if(!i.hasOwnProperty(e))throw new Error(`There is no pending async call with ID ${e}.`);const r=i[e];delete i[e],t?r.resolve(n):r.reject(n)}function E(e){return e instanceof Error?`${e.message}\n${e.stack}`:e?e.toString():"null"}function _(e,t){const n=c[t];if(n)return n.findFunction(e);throw new Error(`JS object instance with ID ${t} does not exist (has it been disposed?).`)}function C(e){delete c[e]}e.attachDispatcher=function(e){f=e},e.attachReviver=m,e.invokeMethod=function(e,t,...n){return g(e,t,null,n)},e.invokeMethodAsync=function(e,t,...n){return b(e,t,null,n)},e.createJSObjectReference=h,e.createJSStreamReference=p,e.disposeJSObjectReference=function(e){const t=e&&e.__jsObjectId;"number"==typeof t&&C(t)},function(e){e[e.Default=0]="Default",e[e.JSObjectReference=1]="JSObjectReference",e[e.JSStreamReference=2]="JSStreamReference",e[e.JSVoidResult=3]="JSVoidResult"}(l=e.JSCallResultType||(e.JSCallResultType={})),e.jsCallDispatcher={findJSFunction:_,disposeJSObjectReferenceById:C,invokeJSFromDotNet:(e,t,n,r)=>{const o=R(_(e,r).apply(null,y(t)),n);return null==o?null:k(o)},beginInvokeJSFromDotNet:(e,t,n,r,o)=>{const s=new Promise((e=>{e(_(t,o).apply(null,y(n)))}));e&&s.then((t=>k([e,!0,R(t,r)]))).then((t=>w().endInvokeJSFromDotNet(e,!0,t)),(t=>w().endInvokeJSFromDotNet(e,!1,JSON.stringify([e,!1,E(t)]))))},endInvokeDotNetFromJS:(e,t,n)=>{const r=t?y(n):new Error(n);v(parseInt(e,10),t,r)},receiveByteArray:(e,t)=>{n.set(e,t)},supplyDotNetStream:(e,t)=>{if(r.has(e)){const n=r.get(e);r.delete(e),n.resolve(t)}else{const n=new S;n.resolve(t),r.set(e,n)}}};class A{constructor(e){this._id=e}invokeMethod(e,...t){return g(null,e,this._id,t)}invokeMethodAsync(e,...t){return b(null,e,this._id,t)}dispose(){b(null,"__Dispose",this._id,null).catch((e=>console.error(e)))}serializeAsArg(){return{__dotNetObject:this._id}}}e.DotNetObject=A,m((function(e,t){if(t&&"object"==typeof t){if(t.hasOwnProperty("__dotNetObject"))return new A(t.__dotNetObject);if(t.hasOwnProperty(o)){const e=t.__jsObjectId,n=c[e];if(n)return n.getWrappedObject();throw new Error(`JS object instance with Id '${e}' does not exist. It may have been disposed.`)}if(t.hasOwnProperty(s)){const e=t["__byte[]"],r=n.get(e);if(void 0===r)throw new Error(`Byte array index '${e}' does not exist.`);return n.delete(e),r}if(t.hasOwnProperty("__dotNetStream"))return new I(t.__dotNetStream)}return t}));class I{constructor(e){if(r.has(e))this._streamPromise=r.get(e).streamPromise,r.delete(e);else{const t=new S;r.set(e,t),this._streamPromise=t.streamPromise}}stream(){return this._streamPromise}async arrayBuffer(){return new Response(await this.stream()).arrayBuffer()}}class S{constructor(){this.streamPromise=new Promise(((e,t)=>{this.resolve=e,this.reject=t}))}}function R(e,t){switch(t){case l.Default:return e;case l.JSObjectReference:return h(e);case l.JSStreamReference:return p(e);case l.JSVoidResult:return null;default:throw new Error(`Invalid JS call result type '${t}'.`)}}let N=0;function k(e){return N=0,JSON.stringify(e,O)}function O(e,t){if(t instanceof A)return t.serializeAsArg();if(t instanceof Uint8Array){f.sendByteArray(N,t);const e={[s]:N};return N++,e}return t}}(e||(e={})),function(e){e[e.prependFrame=1]="prependFrame",e[e.removeFrame=2]="removeFrame",e[e.setAttribute=3]="setAttribute",e[e.removeAttribute=4]="removeAttribute",e[e.updateText=5]="updateText",e[e.stepIn=6]="stepIn",e[e.stepOut=7]="stepOut",e[e.updateMarkup=8]="updateMarkup",e[e.permutationListEntry=9]="permutationListEntry",e[e.permutationListEnd=10]="permutationListEnd"}(t||(t={})),function(e){e[e.element=1]="element",e[e.text=2]="text",e[e.attribute=3]="attribute",e[e.component=4]="component",e[e.region=5]="region",e[e.elementReferenceCapture=6]="elementReferenceCapture",e[e.markup=8]="markup"}(n||(n={}));class r{constructor(e,t){this.componentId=e,this.fieldValue=t}static fromEvent(e,t){const n=t.target;if(n instanceof Element){const t=function(e){return e instanceof HTMLInputElement?e.type&&"checkbox"===e.type.toLowerCase()?{value:e.checked}:{value:e.value}:e instanceof HTMLSelectElement||e instanceof HTMLTextAreaElement?{value:e.value}:null}(n);if(t)return new r(e,t.value)}return null}}const o=new Map,s=new Map,a=[];function i(e){return o.get(e)}function c(e){const t=o.get(e);return(null==t?void 0:t.browserEventName)||e}function l(e,t){e.forEach((e=>o.set(e,t)))}function u(e){const t=[];for(let n=0;ne.selected)).map((e=>e.value))}}{const e=function(e){return!!e&&"INPUT"===e.tagName&&"checkbox"===e.getAttribute("type")}(t);return{value:e?!!t.checked:t.value}}}}),l(["copy","cut","paste"],{createEventArgs:e=>({type:e.type})}),l(["drag","dragend","dragenter","dragleave","dragover","dragstart","drop"],{createEventArgs:e=>{return{...d(t=e),dataTransfer:t.dataTransfer?{dropEffect:t.dataTransfer.dropEffect,effectAllowed:t.dataTransfer.effectAllowed,files:Array.from(t.dataTransfer.files).map((e=>e.name)),items:Array.from(t.dataTransfer.items).map((e=>({kind:e.kind,type:e.type}))),types:t.dataTransfer.types}:null};var t}}),l(["focus","blur","focusin","focusout"],{createEventArgs:e=>({type:e.type})}),l(["keydown","keyup","keypress"],{createEventArgs:e=>{return{key:(t=e).key,code:t.code,location:t.location,repeat:t.repeat,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,metaKey:t.metaKey,type:t.type};var t}}),l(["contextmenu","click","mouseover","mouseout","mousemove","mousedown","mouseup","mouseleave","mouseenter","dblclick"],{createEventArgs:e=>d(e)}),l(["error"],{createEventArgs:e=>{return{message:(t=e).message,filename:t.filename,lineno:t.lineno,colno:t.colno,type:t.type};var t}}),l(["loadstart","timeout","abort","load","loadend","progress"],{createEventArgs:e=>{return{lengthComputable:(t=e).lengthComputable,loaded:t.loaded,total:t.total,type:t.type};var t}}),l(["touchcancel","touchend","touchmove","touchenter","touchleave","touchstart"],{createEventArgs:e=>{return{detail:(t=e).detail,touches:u(t.touches),targetTouches:u(t.targetTouches),changedTouches:u(t.changedTouches),ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,metaKey:t.metaKey,type:t.type};var t}}),l(["gotpointercapture","lostpointercapture","pointercancel","pointerdown","pointerenter","pointerleave","pointermove","pointerout","pointerover","pointerup"],{createEventArgs:e=>{return{...d(t=e),pointerId:t.pointerId,width:t.width,height:t.height,pressure:t.pressure,tiltX:t.tiltX,tiltY:t.tiltY,pointerType:t.pointerType,isPrimary:t.isPrimary};var t}}),l(["wheel","mousewheel"],{createEventArgs:e=>{return{...d(t=e),deltaX:t.deltaX,deltaY:t.deltaY,deltaZ:t.deltaZ,deltaMode:t.deltaMode};var t}}),l(["toggle"],{createEventArgs:()=>({})});const f=["date","datetime-local","month","time","week"],m=new Map;let h,p,y=0;const g={async add(e,t,n){if(!n)throw new Error("initialParameters must be an object, even if empty.");const r="__bl-dynamic-root:"+(++y).toString();m.set(r,e);const o=await v().invokeMethodAsync("AddRootComponent",t,r),s=new w(o,p[t]);return await s.setParameters(n),s}};class b{invoke(e){return this._callback(e)}setCallback(t){this._selfJSObjectReference||(this._selfJSObjectReference=e.createJSObjectReference(this)),this._callback=t}getJSObjectReference(){return this._selfJSObjectReference}dispose(){this._selfJSObjectReference&&e.disposeJSObjectReference(this._selfJSObjectReference)}}class w{constructor(e,t){this._jsEventCallbackWrappers=new Map,this._componentId=e;for(const e of t)"eventcallback"===e.type&&this._jsEventCallbackWrappers.set(e.name.toLowerCase(),new b)}setParameters(e){const t={},n=Object.entries(e||{}),r=n.length;for(const[e,r]of n){const n=this._jsEventCallbackWrappers.get(e.toLowerCase());n&&r?(n.setCallback(r),t[e]=n.getJSObjectReference()):t[e]=r}return v().invokeMethodAsync("SetRootComponentParameters",this._componentId,r,t)}async dispose(){if(null!==this._componentId){await v().invokeMethodAsync("RemoveRootComponent",this._componentId),this._componentId=null;for(const e of this._jsEventCallbackWrappers.values())e.dispose()}}}function v(){if(!h)throw new Error("Dynamic root components have not been enabled in this application.");return h}const E=new Map;let _;const C=new Promise((e=>{_=e}));function A(e,t,n){return S(e,t.eventHandlerId,(()=>I(e).invokeMethodAsync("DispatchEventAsync",t,n)))}function I(e){const t=E.get(e);if(!t)throw new Error(`No interop methods are registered for renderer ${e}`);return t}let S=(e,t,n)=>n();const R=j(["abort","blur","canplay","canplaythrough","change","cuechange","durationchange","emptied","ended","error","focus","load","loadeddata","loadedmetadata","loadend","loadstart","mouseenter","mouseleave","pointerenter","pointerleave","pause","play","playing","progress","ratechange","reset","scroll","seeked","seeking","stalled","submit","suspend","timeupdate","toggle","unload","volumechange","waiting","DOMNodeInsertedIntoDocument","DOMNodeRemovedFromDocument"]),N={submit:!0},k=j(["click","dblclick","mousedown","mousemove","mouseup"]);class O{constructor(e){this.browserRendererId=e,this.afterClickCallbacks=[];const t=++O.nextEventDelegatorId;this.eventsCollectionKey=`_blazorEvents_${t}`,this.eventInfoStore=new F(this.onGlobalEvent.bind(this))}setListener(e,t,n,r){const o=this.getEventHandlerInfosForElement(e,!0),s=o.getHandler(t);if(s)this.eventInfoStore.update(s.eventHandlerId,n);else{const s={element:e,eventName:t,eventHandlerId:n,renderingComponentId:r};this.eventInfoStore.add(s),o.setHandler(t,s)}}getHandler(e){return this.eventInfoStore.get(e)}removeListener(e){const t=this.eventInfoStore.remove(e);if(t){const e=t.element,n=this.getEventHandlerInfosForElement(e,!1);n&&n.removeHandler(t.eventName)}}notifyAfterClick(e){this.afterClickCallbacks.push(e),this.eventInfoStore.addGlobalListener("click")}setStopPropagation(e,t,n){this.getEventHandlerInfosForElement(e,!0).stopPropagation(t,n)}setPreventDefault(e,t,n){this.getEventHandlerInfosForElement(e,!0).preventDefault(t,n)}onGlobalEvent(e){if(!(e.target instanceof Element))return;this.dispatchGlobalEventToAllElements(e.type,e);const t=(n=e.type,s.get(n));var n;t&&t.forEach((t=>this.dispatchGlobalEventToAllElements(t,e))),"click"===e.type&&this.afterClickCallbacks.forEach((t=>t(e)))}dispatchGlobalEventToAllElements(e,t){const n=t.composedPath();let o=n.shift(),s=null,a=!1;const c=Object.prototype.hasOwnProperty.call(R,e);let l=!1;for(;o;){const f=o,m=this.getEventHandlerInfosForElement(f,!1);if(m){const n=m.getHandler(e);if(n&&(u=f,d=t.type,!((u instanceof HTMLButtonElement||u instanceof HTMLInputElement||u instanceof HTMLTextAreaElement||u instanceof HTMLSelectElement)&&Object.prototype.hasOwnProperty.call(k,d)&&u.disabled))){if(!a){const n=i(e);s=(null==n?void 0:n.createEventArgs)?n.createEventArgs(t):{},a=!0}Object.prototype.hasOwnProperty.call(N,t.type)&&t.preventDefault(),A(this.browserRendererId,{eventHandlerId:n.eventHandlerId,eventName:e,eventFieldInfo:r.fromEvent(n.renderingComponentId,t)},s)}m.stopPropagation(e)&&(l=!0),m.preventDefault(e)&&t.preventDefault()}o=c||l?void 0:n.shift()}var u,d}getEventHandlerInfosForElement(e,t){return Object.prototype.hasOwnProperty.call(e,this.eventsCollectionKey)?e[this.eventsCollectionKey]:t?e[this.eventsCollectionKey]=new T:null}}O.nextEventDelegatorId=0;class F{constructor(e){this.globalListener=e,this.infosByEventHandlerId={},this.countByEventName={},a.push(this.handleEventNameAliasAdded.bind(this))}add(e){if(this.infosByEventHandlerId[e.eventHandlerId])throw new Error(`Event ${e.eventHandlerId} is already tracked`);this.infosByEventHandlerId[e.eventHandlerId]=e,this.addGlobalListener(e.eventName)}get(e){return this.infosByEventHandlerId[e]}addGlobalListener(e){if(e=c(e),Object.prototype.hasOwnProperty.call(this.countByEventName,e))this.countByEventName[e]++;else{this.countByEventName[e]=1;const t=Object.prototype.hasOwnProperty.call(R,e);document.addEventListener(e,this.globalListener,t)}}update(e,t){if(Object.prototype.hasOwnProperty.call(this.infosByEventHandlerId,t))throw new Error(`Event ${t} is already tracked`);const n=this.infosByEventHandlerId[e];delete this.infosByEventHandlerId[e],n.eventHandlerId=t,this.infosByEventHandlerId[t]=n}remove(e){const t=this.infosByEventHandlerId[e];if(t){delete this.infosByEventHandlerId[e];const n=c(t.eventName);0==--this.countByEventName[n]&&(delete this.countByEventName[n],document.removeEventListener(n,this.globalListener))}return t}handleEventNameAliasAdded(e,t){if(Object.prototype.hasOwnProperty.call(this.countByEventName,e)){const n=this.countByEventName[e];delete this.countByEventName[e],document.removeEventListener(e,this.globalListener),this.addGlobalListener(t),this.countByEventName[t]+=n-1}}}class T{constructor(){this.handlers={},this.preventDefaultFlags=null,this.stopPropagationFlags=null}getHandler(e){return Object.prototype.hasOwnProperty.call(this.handlers,e)?this.handlers[e]:null}setHandler(e,t){this.handlers[e]=t}removeHandler(e){delete this.handlers[e]}preventDefault(e,t){return void 0!==t&&(this.preventDefaultFlags=this.preventDefaultFlags||{},this.preventDefaultFlags[e]=t),!!this.preventDefaultFlags&&this.preventDefaultFlags[e]}stopPropagation(e,t){return void 0!==t&&(this.stopPropagationFlags=this.stopPropagationFlags||{},this.stopPropagationFlags[e]=t),!!this.stopPropagationFlags&&this.stopPropagationFlags[e]}}function j(e){const t={};return e.forEach((e=>{t[e]=!0})),t}const D=Y("_blazorLogicalChildren"),L=Y("_blazorLogicalParent"),B=Y("_blazorLogicalEnd");function P(e,t){if(e.childNodes.length>0&&!t)throw new Error("New logical elements must start empty, or allowExistingContents must be true");return D in e||(e[D]=[]),e}function M(e,t){const n=document.createComment("!");return x(n,e,t),n}function x(e,t,n){const r=e;if(e instanceof Comment&&U(r)&&U(r).length>0)throw new Error("Not implemented: inserting non-empty logical container");if(H(r))throw new Error("Not implemented: moving existing logical children");const o=U(t);if(n0;)$(n,0)}const r=n;r.parentNode.removeChild(r)}function H(e){return e[L]||null}function J(e,t){return U(e)[t]}function z(e){const t=K(e);return"http://www.w3.org/2000/svg"===t.namespaceURI&&"foreignObject"!==t.tagName}function U(e){return e[D]}function W(e,t){const n=U(e);t.forEach((e=>{e.moveRangeStart=n[e.fromSiblingIndex],e.moveRangeEnd=X(e.moveRangeStart)})),t.forEach((t=>{const r=document.createComment("marker");t.moveToBeforeMarker=r;const o=n[t.toSiblingIndex+1];o?o.parentNode.insertBefore(r,o):G(r,e)})),t.forEach((e=>{const t=e.moveToBeforeMarker,n=t.parentNode,r=e.moveRangeStart,o=e.moveRangeEnd;let s=r;for(;s;){const e=s.nextSibling;if(n.insertBefore(s,t),s===o)break;s=e}n.removeChild(t)})),t.forEach((e=>{n[e.toSiblingIndex]=e.moveRangeStart}))}function K(e){if(e instanceof Element||e instanceof DocumentFragment)return e;if(e instanceof Comment)return e.parentNode;throw new Error("Not a valid logical element")}function V(e){const t=U(H(e));return t[Array.prototype.indexOf.call(t,e)+1]||null}function G(e,t){if(t instanceof Element||t instanceof DocumentFragment)t.appendChild(e);else{if(!(t instanceof Comment))throw new Error(`Cannot append node because the parent is not a valid logical element. Parent: ${t}`);{const n=V(t);n?n.parentNode.insertBefore(e,n):G(e,H(t))}}}function X(e){if(e instanceof Element||e instanceof DocumentFragment)return e;const t=V(e);if(t)return t.previousSibling;{const t=H(e);return t instanceof Element||t instanceof DocumentFragment?t.lastChild:X(t)}}function Y(e){return"function"==typeof Symbol?Symbol():e}function q(e){return`_bl_${e}`}e.attachReviver(((e,t)=>t&&"object"==typeof t&&Object.prototype.hasOwnProperty.call(t,"__internalId")&&"string"==typeof t.__internalId?function(e){const t=`[${q(e)}]`;return document.querySelector(t)}(t.__internalId):t));const Z="_blazorDeferredValue",Q=document.createElement("template"),ee=document.createElementNS("http://www.w3.org/2000/svg","g"),te={},ne="__internal_",re="preventDefault_",oe="stopPropagation_";class se{constructor(e){this.rootComponentIds=new Set,this.childComponentLocations={},this.eventDelegator=new O(e),this.eventDelegator.notifyAfterClick((e=>{if(!he)return;if(0!==e.button||function(e){return e.ctrlKey||e.shiftKey||e.altKey||e.metaKey}(e))return;if(e.defaultPrevented)return;const t=function(e){const t=!window._blazorDisableComposedPath&&e.composedPath&&e.composedPath();if(t){for(let e=0;edocument.baseURI,getLocationHref:()=>location.href};function Ae(e,t,n=!1){const r=Te(e);!t.forceLoad&&De(r)?Ie(r,!1,t.replaceHistoryEntry,t.historyEntryState,n):function(e,t){if(location.href===e){const t=e+"?";history.replaceState(null,"",t),location.replace(e)}else t?location.replace(e):location.href=e}(e,t.replaceHistoryEntry)}async function Ie(e,t,n,r,o=!1){Re(),(o||!ye||await Ne(e,r,t))&&(fe=!0,n?history.replaceState({userState:r,_index:ge},"",e):(ge++,history.pushState({userState:r,_index:ge},"",e)),await ke(t))}function Se(e){return new Promise((t=>{const n=Ee;Ee=()=>{Ee=n,t()},history.go(e)}))}function Re(){_e&&(_e(!1),_e=null)}function Ne(e,t,n){return new Promise((r=>{Re(),ve?(be++,_e=r,ve(be,e,t,n)):r(!1)}))}async function ke(e){var t;we&&await we(location.href,null===(t=history.state)||void 0===t?void 0:t.userState,e)}async function Oe(e){var t,n;Ee&&await Ee(e),ge=null!==(n=null===(t=history.state)||void 0===t?void 0:t._index)&&void 0!==n?n:0}let Fe;function Te(e){return Fe=Fe||document.createElement("a"),Fe.href=e,Fe.href}function je(e,t){return e?e.tagName===t?e:je(e.parentElement,t):null}function De(e){const t=(n=document.baseURI).substring(0,n.lastIndexOf("/"));var n;const r=e.charAt(t.length);return e.startsWith(t)&&(""===r||"/"===r||"?"===r||"#"===r)}const Le={focus:function(e,t){if(e instanceof HTMLElement)e.focus({preventScroll:t});else{if(!(e instanceof SVGElement))throw new Error("Unable to focus an invalid element.");if(!e.hasAttribute("tabindex"))throw new Error("Unable to focus an SVG element that does not have a tabindex.");e.focus({preventScroll:t})}},focusBySelector:function(e){const t=document.querySelector(e);t&&(t.hasAttribute("tabindex")||(t.tabIndex=-1),t.focus())}},Be={init:function(e,t,n,r=50){const o=Me(t);(o||document.documentElement).style.overflowAnchor="none";const s=document.createRange();u(n.parentElement)&&(t.style.display="table-row",n.style.display="table-row");const a=new IntersectionObserver((function(r){r.forEach((r=>{var o;if(!r.isIntersecting)return;s.setStartAfter(t),s.setEndBefore(n);const a=s.getBoundingClientRect().height,i=null===(o=r.rootBounds)||void 0===o?void 0:o.height;r.target===t?e.invokeMethodAsync("OnSpacerBeforeVisible",r.intersectionRect.top-r.boundingClientRect.top,a,i):r.target===n&&n.offsetHeight>0&&e.invokeMethodAsync("OnSpacerAfterVisible",r.boundingClientRect.bottom-r.intersectionRect.bottom,a,i)}))}),{root:o,rootMargin:`${r}px`});a.observe(t),a.observe(n);const i=l(t),c=l(n);function l(e){const t={attributes:!0},n=new MutationObserver(((n,r)=>{u(e.parentElement)&&(r.disconnect(),e.style.display="table-row",r.observe(e,t)),a.unobserve(e),a.observe(e)}));return n.observe(e,t),n}function u(e){return null!==e&&(e instanceof HTMLTableElement&&""===e.style.display||"table"===e.style.display||e instanceof HTMLTableSectionElement&&""===e.style.display||"table-row-group"===e.style.display)}Pe[e._id]={intersectionObserver:a,mutationObserverBefore:i,mutationObserverAfter:c}},dispose:function(e){const t=Pe[e._id];t&&(t.intersectionObserver.disconnect(),t.mutationObserverBefore.disconnect(),t.mutationObserverAfter.disconnect(),e.dispose(),delete Pe[e._id])}},Pe={};function Me(e){return e&&e!==document.body&&e!==document.documentElement?"visible"!==getComputedStyle(e).overflowY?e:Me(e.parentElement):null}const xe={getAndRemoveExistingTitle:function(){var e;const t=document.head?document.head.getElementsByTagName("title"):[];if(0===t.length)return null;let n=null;for(let r=t.length-1;r>=0;r--){const o=t[r],s=o.previousSibling;s instanceof Comment&&null!==H(s)||(null===n&&(n=o.textContent),null===(e=o.parentNode)||void 0===e||e.removeChild(o))}return n}},$e={init:function(e,t){t._blazorInputFileNextFileId=0,t.addEventListener("click",(function(){t.value=""})),t.addEventListener("change",(function(){t._blazorFilesById={};const n=Array.prototype.map.call(t.files,(function(e){const n={id:++t._blazorInputFileNextFileId,lastModified:new Date(e.lastModified).toISOString(),name:e.name,size:e.size,contentType:e.type,readPromise:void 0,arrayBuffer:void 0,blob:e};return t._blazorFilesById[n.id]=n,n}));e.invokeMethodAsync("NotifyChange",n)}))},toImageFile:async function(e,t,n,r,o){const s=He(e,t),a=await new Promise((function(e){const t=new Image;t.onload=function(){URL.revokeObjectURL(t.src),e(t)},t.onerror=function(){t.onerror=null,URL.revokeObjectURL(t.src)},t.src=URL.createObjectURL(s.blob)})),i=await new Promise((function(e){var t;const s=Math.min(1,r/a.width),i=Math.min(1,o/a.height),c=Math.min(s,i),l=document.createElement("canvas");l.width=Math.round(a.width*c),l.height=Math.round(a.height*c),null===(t=l.getContext("2d"))||void 0===t||t.drawImage(a,0,0,l.width,l.height),l.toBlob(e,n)})),c={id:++e._blazorInputFileNextFileId,lastModified:s.lastModified,name:s.name,size:(null==i?void 0:i.size)||0,contentType:n,blob:i||s.blob};return e._blazorFilesById[c.id]=c,c},readFileData:async function(e,t){return He(e,t).blob}};function He(e,t){const n=e._blazorFilesById[t];if(!n)throw new Error(`There is no file with ID ${t}. The file list may have changed. See https://aka.ms/aspnet/blazor-input-file-multiple-selections.`);return n}const Je=new Set,ze={enableNavigationPrompt:function(e){0===Je.size&&window.addEventListener("beforeunload",Ue),Je.add(e)},disableNavigationPrompt:function(e){Je.delete(e),0===Je.size&&window.removeEventListener("beforeunload",Ue)}};function Ue(e){e.preventDefault(),e.returnValue=!0}const We=new Map,Ke={navigateTo:function(e,t,n=!1){Ae(e,t instanceof Object?t:{forceLoad:t,replaceHistoryEntry:n})},registerCustomEventType:function(e,t){if(!t)throw new Error("The options parameter is required.");if(o.has(e))throw new Error(`The event '${e}' is already registered.`);if(t.browserEventName){const n=s.get(t.browserEventName);n?n.push(e):s.set(t.browserEventName,[e]),a.forEach((n=>n(e,t.browserEventName)))}o.set(e,t)},rootComponents:g,_internal:{navigationManager:Ce,domWrapper:Le,Virtualize:Be,PageTitle:xe,InputFile:$e,NavigationLock:ze,getJSDataStreamChunk:async function(e,t,n){return e instanceof Blob?await async function(e,t,n){const r=e.slice(t,t+n),o=await r.arrayBuffer();return new Uint8Array(o)}(e,t,n):function(e,t,n){return new Uint8Array(e.buffer,e.byteOffset+t,n)}(e,t,n)},receiveDotNetDataStream:function(t,n,r,o){let s=We.get(t);if(!s){const n=new ReadableStream({start(e){We.set(t,e),s=e}});e.jsCallDispatcher.supplyDotNetStream(t,n)}o?(s.error(o),We.delete(t)):0===r?(s.close(),We.delete(t)):s.enqueue(n.length===r?n:n.subarray(0,r))},attachWebRendererInterop:function(t,n,r,o){if(E.has(t))throw new Error(`Interop methods are already registered for renderer ${t}`);E.set(t,n),Object.keys(r).length>0&&function(t,n,r){if(h)throw new Error("Dynamic root components have already been enabled.");h=t,p=n;for(const[t,o]of Object.entries(r)){const r=e.jsCallDispatcher.findJSFunction(t,0);for(const e of o)r(e,n[e])}}(I(t),r,o),_()}}};let Ve;function Ge(e){return Ve=e,Ve}var Xe,Ye;window.Blazor=Ke;const qe=navigator,Ze=qe.userAgentData&&qe.userAgentData.brands,Qe=Ze?Ze.some((e=>"Google Chrome"===e.brand||"Microsoft Edge"===e.brand)):window.chrome,et=null!==(Ye=null===(Xe=qe.userAgentData)||void 0===Xe?void 0:Xe.platform)&&void 0!==Ye?Ye:navigator.platform;let tt=!1,nt=!1;function rt(){return(tt||nt)&&Qe}let ot=!1;function st(){const e=document.querySelector("#blazor-error-ui");e&&(e.style.display="block"),ot||(ot=!0,document.querySelectorAll("#blazor-error-ui .reload").forEach((e=>{e.onclick=function(e){location.reload(),e.preventDefault()}})),document.querySelectorAll("#blazor-error-ui .dismiss").forEach((e=>{e.onclick=function(e){const t=document.querySelector("#blazor-error-ui");t&&(t.style.display="none"),e.preventDefault()}})))}class at{constructor(e,t){this.bootConfig=e,this.applicationEnvironment=t}static async initAsync(e,t){const n=void 0!==e?e("manifest","blazor.boot.json","_framework/blazor.boot.json",""):a("_framework/blazor.boot.json");let r;r=n?"string"==typeof n?await a(n):await n:await a("_framework/blazor.boot.json");const o=t||r.headers.get("Blazor-Environment")||"Production",s=await r.json();return s.modifiableAssemblies=r.headers.get("DOTNET-MODIFIABLE-ASSEMBLIES"),s.aspnetCoreBrowserTools=r.headers.get("ASPNETCORE-BROWSER-TOOLS"),new at(s,o);function a(e){return fetch(e,{method:"GET",credentials:"include",cache:"no-cache"})}}}var it;let ct,lt,ut,dt;!function(e){e[e.Sharded=0]="Sharded",e[e.All=1]="All",e[e.Invariant=2]="Invariant"}(it||(it={}));const ft=Math.pow(2,32),mt=Math.pow(2,21)-1;let ht=null;function pt(e){return lt.getI32(e)}const yt={start:async function(t){(function(e){tt=!!e.bootConfig.resources.pdb,nt=e.bootConfig.debugBuild;const t=et.match(/^Mac/i)?"Cmd":"Alt";rt()&&console.info(`Debugging hotkey: Shift+${t}+D (when application has focus)`),document.addEventListener("keydown",(e=>{e.shiftKey&&(e.metaKey||e.altKey)&&"KeyD"===e.code&&(nt||tt?Qe?function(){const e=document.createElement("a");e.href=`_framework/debug?url=${encodeURIComponent(location.href)}`,e.target="_blank",e.rel="noopener noreferrer",e.click()}():console.error("Currently, only Microsoft Edge (80+), or Google Chrome, are supported for debugging."):console.error("Cannot start debugging, because the application was not compiled with debugging enabled."))}))})(t),await async function(t){let n,r;const o=new Promise(((e,t)=>{n=e,r=t})),s=async function(e){if("undefined"==typeof WebAssembly||!WebAssembly.validate)throw new Error("This browser does not support WebAssembly.");const t=Object.keys(e.bootConfig.resources.runtime).filter((e=>e.startsWith("dotnet.")&&e.endsWith(".js")))[0],n=e.bootConfig.resources.runtime[t];let r,o=`_framework/${t}`;if(e.startOptions.loadBootResource){const r="dotnetjs",s=e.startOptions.loadBootResource(r,t,o,n);if("string"==typeof s)o=s;else if(s)throw new Error(`For a ${r} resource, custom loaders must supply a URI string.`)}if(e.bootConfig.cacheBootResources){const e=document.createElement("link");e.rel="modulepreload",e.href=o,e.crossOrigin="anonymous",e.integrity=n,document.head.appendChild(e)}const s=new Promise((e=>{r=e}));globalThis.__onDotnetRuntimeLoaded=e=>{delete globalThis.__onDotnetRuntimeLoaded,r(e)};const a=new URL(o,document.baseURI).toString(),{default:i}=await import(a);return i?(delete globalThis.__onDotnetRuntimeLoaded,i):await s}(t),a=t.bootConfig.resources,i=window.Module||{},c=["DEBUGGING ENABLED"],l=e=>c.indexOf(e)<0&&console.log(e),u=e=>{console.error(e),st()},d=i.preRun||[],f=i.postRun||[];i.preloadPlugins=[];let m=0;function h(){m++;const e=m/b.length*100;document.documentElement.style.setProperty("--blazor-load-percentage",`${e}%`),document.documentElement.style.setProperty("--blazor-load-percentage-text",`"${Math.floor(e)}%"`)}const p=t.loadResources(a.assembly,(e=>`_framework/${e}`),"assembly"),y=t.loadResources(a.pdb||{},(e=>`_framework/${e}`),"pdb"),g=t.loadResource("dotnet.wasm","_framework/dotnet.wasm",t.bootConfig.resources.runtime["dotnet.wasm"],"dotnetwasm"),b=p.concat(y,g);b.forEach((e=>e.response.then((e=>h()))));const w="dotnet.timezones.blat";let v,E;if(t.bootConfig.resources.runtime.hasOwnProperty(w)&&(v=t.loadResource(w,"_framework/dotnet.timezones.blat",t.bootConfig.resources.runtime["dotnet.timezones.blat"],"globalization"),b.push(v),v.response.then((e=>h()))),t.bootConfig.icuDataMode!==it.Invariant){const e=t.startOptions.applicationCulture||navigator.languages&&navigator.languages[0],n=function(e,t){if(!t||e.icuDataMode===it.All)return"icudt.dat";const n=t.split("-")[0];return["en","fr","it","de","es"].includes(n)?"icudt_EFIGS.dat":["zh","ko","ja"].includes(n)?"icudt_CJK.dat":"icudt_no_CJK.dat"}(t.bootConfig,e);E=t.loadResource(n,`_framework/${n}`,t.bootConfig.resources.runtime[n],"globalization"),b.push(E),E.response.then((e=>h()))}const _=await s;return await _((o=>{const{MONO:s,BINDING:a,Module:c,IMPORTS:m}=o;async function h(e,t){const n=`blazor:${e.name}`;ut.addRunDependency(n);try{const n=await e.response.then((e=>e.arrayBuffer())),r=new Uint8Array(n),s=ut._malloc(r.length);new Uint8Array(ut.HEAPU8.buffer,s,r.length).set(r),lt.mono_wasm_add_assembly(t,s,r.length),lt.loaded_files.push((o=e.url,gt.href=o,gt.href))}catch(e){return void r(e)}var o;ut.removeRunDependency(n)}return ut=c,ct=a,lt=s,dt=m,{...i,disableDotnet6Compatibility:!1,preRun:[()=>{v&&async function(e){const t="blazor:timezonedata";ut.addRunDependency(t);const n=await e.response,r=await n.arrayBuffer();ut.FS_createPath("/","usr",!0,!0),ut.FS_createPath("/usr/","share",!0,!0),ut.FS_createPath("/usr/share/","zoneinfo",!0,!0),lt.mono_wasm_load_data_archive(new Uint8Array(r),"/usr/share/zoneinfo/"),ut.removeRunDependency(t)}(v),E&&async function(e){const t="blazor:icudata";ut.addRunDependency(t);const n=await e.response,r=new Uint8Array(await n.arrayBuffer()),o=lt.mono_wasm_load_bytes_into_heap(r);if(!lt.mono_wasm_load_icu_data(o))throw new Error("Error loading ICU asset.");ut.removeRunDependency(t)}(E),p.forEach((e=>h(e,Et(e.name,".dll")))),y.forEach((e=>h(e,e.name))),Ke._internal.dotNetCriticalError=e=>u(e||"(null)"),Ke._internal.getSatelliteAssemblies=e=>{const n=ct.mono_array_to_js_array(e),r=t.bootConfig.resources.satelliteResources;if(r){const e=Promise.all(n.filter((e=>r.hasOwnProperty(e))).map((e=>t.loadResources(r[e],(e=>`_framework/${e}`),"assembly"))).reduce(((e,t)=>e.concat(t)),new Array).map((async e=>(await e.response).arrayBuffer())));return ct.js_to_mono_obj(e.then((e=>(e.length&&(Ke._internal.readSatelliteAssemblies=()=>{const t=ct.mono_obj_array_new(e.length);for(let n=0;n{const r=ct.mono_array_to_js_array(n),o=t.bootConfig.resources.lazyAssembly;if(!o)throw new Error("No assemblies have been marked as lazy-loadable. Use the 'BlazorWebAssemblyLazyLoad' item group in your project file to enable lazy loading an assembly.");const s=r.filter((e=>o.hasOwnProperty(e)));if(s.length!==r.length){const e=r.filter((e=>!s.includes(e)));throw new Error(`${e.join()} must be marked with 'BlazorWebAssemblyLazyLoad' item group in your project file to allow lazy-loading.`)}let a;if(rt()){const e=t.bootConfig.resources.pdb,n=s.map((e=>Et(e,".pdb")));e&&(a=Promise.all(n.map((e=>o.hasOwnProperty(e)?t.loadResource(e,`_framework/${e}`,o[e],"pdb"):null)).map((async e=>e?(await e.response).arrayBuffer():null))))}const i=Promise.all(s.map((e=>t.loadResource(e,`_framework/${e}`,o[e],"assembly"))).map((async e=>(await e.response).arrayBuffer())));return ct.js_to_mono_obj(Promise.all([i,a]).then((t=>(e.assemblies=t[0],e.pdbs=t[1],e.assemblies.length&&(Ke._internal.readLazyAssemblies=()=>{const{assemblies:t}=e;if(!t)return ct.mono_obj_array_new(0);const n=ct.mono_obj_array_new(t.length);for(let e=0;e{const{assemblies:t,pdbs:n}=e;if(!t)return ct.mono_obj_array_new(0);const r=ct.mono_obj_array_new(t.length);for(let e=0;e{t.bootConfig.debugBuild&&t.bootConfig.cacheBootResources&&t.logToConsole(),t.purgeUnusedCacheEntriesAsync(),t.bootConfig.icuDataMode===it.Sharded&&(lt.mono_wasm_setenv("__BLAZOR_SHARDED_ICU","1"),t.startOptions.applicationCulture&<.mono_wasm_setenv("LANG",`${t.startOptions.applicationCulture}.UTF-8`));let r="UTC";try{r=Intl.DateTimeFormat().resolvedOptions().timeZone}catch{}lt.mono_wasm_setenv("TZ",r||"UTC"),t.bootConfig.modifiableAssemblies&<.mono_wasm_setenv("DOTNET_MODIFIABLE_ASSEMBLIES",t.bootConfig.modifiableAssemblies),t.bootConfig.aspnetCoreBrowserTools&<.mono_wasm_setenv("__ASPNETCORE_BROWSER_TOOLS",t.bootConfig.aspnetCoreBrowserTools),lt.mono_wasm_load_runtime("appBinDir",rt()?-1:0),lt.mono_wasm_runtime_ready();try{ct.bind_static_method("invalid-fqn","")}catch(e){}dt.Blazor={_internal:Ke._internal},function(){const t=wt("Microsoft.AspNetCore.Components.WebAssembly","Microsoft.AspNetCore.Components.WebAssembly.Services.DefaultWebAssemblyJSRuntime","InvokeDotNet"),n=wt("Microsoft.AspNetCore.Components.WebAssembly","Microsoft.AspNetCore.Components.WebAssembly.Services.DefaultWebAssemblyJSRuntime","BeginInvokeDotNet"),r=wt("Microsoft.AspNetCore.Components.WebAssembly","Microsoft.AspNetCore.Components.WebAssembly.Services.DefaultWebAssemblyJSRuntime","EndInvokeJS"),o=wt("Microsoft.AspNetCore.Components.WebAssembly","Microsoft.AspNetCore.Components.WebAssembly.Services.DefaultWebAssemblyJSRuntime","NotifyByteArrayAvailable");e.attachDispatcher({beginInvokeDotNetFromJS:(e,t,r,o,s)=>{if(_t(),!o&&!t)throw new Error("Either assemblyName or dotNetObjectId must have a non null value.");const a=o?o.toString():t;n(e?e.toString():null,a,r,s)},endInvokeJSFromDotNet:(e,t,n)=>{r(n)},sendByteArray:(e,t)=>{vt=t,o(e)},invokeDotNetFromJS:(e,n,r,o)=>(_t(),t(e||null,n,r?r.toString():null,o))})}(),n(o)},...f],print:l,printErr:u,instantiateWasm:(e,t)=>((async()=>{let n;try{const t=await g;n=await async function(e,t){var n;const r=await e.response,o="application/wasm"===(null===(n=r.headers)||void 0===n?void 0:n.get("content-type"));if(o&&"function"==typeof WebAssembly.instantiateStreaming)return(await WebAssembly.instantiateStreaming(r,t)).instance;{o||console.warn('WebAssembly resource does not have the expected content type "application/wasm", so falling back to slower ArrayBuffer instantiation.');const e=await r.arrayBuffer();return(await WebAssembly.instantiate(e,t)).instance}}(t,e)}catch(e){throw u(e.toString()),e}t(n)})(),[]),onRuntimeInitialized:()=>{E||lt.mono_wasm_setenv("DOTNET_SYSTEM_GLOBALIZATION_INVARIANT","1")}}})),await o}(t)},callEntryPoint:async function(e){const t=[[]];try{await ct.call_assembly_entry_point(e,t,"m")}catch(e){console.error(e),st()}},toUint8Array:function(e){const t=bt(e),n=pt(t),r=new Uint8Array(n);return r.set(ut.HEAPU8.subarray(t+4,t+4+n)),r},getArrayLength:function(e){return pt(bt(e))},getArrayEntryPtr:function(e,t,n){return bt(e)+4+t*n},getObjectFieldsBaseAddress:function(e){return e+8},readInt16Field:function(e,t){return n=e+(t||0),lt.getI16(n);var n},readInt32Field:function(e,t){return pt(e+(t||0))},readUint64Field:function(e,t){return function(e){const t=e>>2,n=ut.HEAPU32[t+1];if(n>mt)throw new Error(`Cannot read uint64 with high order part ${n}, because the result would exceed Number.MAX_SAFE_INTEGER.`);return n*ft+ut.HEAPU32[t]}(e+(t||0))},readFloatField:function(e,t){return n=e+(t||0),lt.getF32(n);var n},readObjectField:function(e,t){return pt(e+(t||0))},readStringField:function(e,t,n){const r=pt(e+(t||0));if(0===r)return null;if(n){const e=ct.unbox_mono_obj(r);return"boolean"==typeof e?e?"":null:e}let o;return ht?(o=ht.stringCache.get(r),void 0===o&&(o=ct.conv_string(r),ht.stringCache.set(r,o))):o=ct.conv_string(r),o},readStructField:function(e,t){return e+(t||0)},beginHeapLock:function(){return _t(),ht=new Ct,ht},invokeWhenHeapUnlocked:function(e){ht?ht.enqueuePostReleaseAction(e):e()}},gt=document.createElement("a");function bt(e){return e+12}function wt(e,t,n){const r=`[${e}] ${t}:${n}`;return ct.bind_static_method(r)}let vt=null;function Et(e,t){const n=e.lastIndexOf(".");if(n<0)throw new Error(`No extension to replace in '${e}'`);return e.substr(0,n)+t}function _t(){if(ht)throw new Error("Assertion failed - heap is currently locked")}class Ct{constructor(){this.stringCache=new Map}enqueuePostReleaseAction(e){this.postReleaseActions||(this.postReleaseActions=[]),this.postReleaseActions.push(e)}release(){var e;if(ht!==this)throw new Error("Trying to release a lock which isn't current");for(ht=null;null===(e=this.postReleaseActions)||void 0===e?void 0:e.length;)this.postReleaseActions.shift()(),_t()}}class At{constructor(e){this.batchAddress=e,this.arrayRangeReader=It,this.arrayBuilderSegmentReader=St,this.diffReader=Rt,this.editReader=Nt,this.frameReader=kt}updatedComponents(){return Ve.readStructField(this.batchAddress,0)}referenceFrames(){return Ve.readStructField(this.batchAddress,It.structLength)}disposedComponentIds(){return Ve.readStructField(this.batchAddress,2*It.structLength)}disposedEventHandlerIds(){return Ve.readStructField(this.batchAddress,3*It.structLength)}updatedComponentsEntry(e,t){return Ot(e,t,Rt.structLength)}referenceFramesEntry(e,t){return Ot(e,t,kt.structLength)}disposedComponentIdsEntry(e,t){const n=Ot(e,t,4);return Ve.readInt32Field(n)}disposedEventHandlerIdsEntry(e,t){const n=Ot(e,t,8);return Ve.readUint64Field(n)}}const It={structLength:8,values:e=>Ve.readObjectField(e,0),count:e=>Ve.readInt32Field(e,4)},St={structLength:12,values:e=>{const t=Ve.readObjectField(e,0),n=Ve.getObjectFieldsBaseAddress(t);return Ve.readObjectField(n,0)},offset:e=>Ve.readInt32Field(e,4),count:e=>Ve.readInt32Field(e,8)},Rt={structLength:4+St.structLength,componentId:e=>Ve.readInt32Field(e,0),edits:e=>Ve.readStructField(e,4),editsEntry:(e,t)=>Ot(e,t,Nt.structLength)},Nt={structLength:20,editType:e=>Ve.readInt32Field(e,0),siblingIndex:e=>Ve.readInt32Field(e,4),newTreeIndex:e=>Ve.readInt32Field(e,8),moveToSiblingIndex:e=>Ve.readInt32Field(e,8),removedAttributeName:e=>Ve.readStringField(e,16)},kt={structLength:36,frameType:e=>Ve.readInt16Field(e,4),subtreeLength:e=>Ve.readInt32Field(e,8),elementReferenceCaptureId:e=>Ve.readStringField(e,16),componentId:e=>Ve.readInt32Field(e,12),elementName:e=>Ve.readStringField(e,16),textContent:e=>Ve.readStringField(e,16),markupContent:e=>Ve.readStringField(e,16),attributeName:e=>Ve.readStringField(e,16),attributeValue:e=>Ve.readStringField(e,24,!0),attributeEventHandlerId:e=>Ve.readUint64Field(e,8)};function Ot(e,t,n){return Ve.getArrayEntryPtr(e,t,n)}class Ft{constructor(e,t,n){this.bootConfig=e,this.cacheIfUsed=t,this.startOptions=n,this.usedCacheKeys={},this.networkLoads={},this.cacheLoads={}}static async initAsync(e,t){const n=await async function(e){if(!e.cacheBootResources||"undefined"==typeof caches)return null;if(!1===window.isSecureContext)return null;const t=`blazor-resources-${document.baseURI.substring(document.location.origin.length)}`;try{return await caches.open(t)||null}catch{return null}}(e);return new Ft(e,n,t)}loadResources(e,t,n){return Object.keys(e).map((r=>this.loadResource(r,t(r),e[r],n)))}loadResource(e,t,n,r){return{name:e,url:t,response:this.cacheIfUsed?this.loadResourceWithCaching(this.cacheIfUsed,e,t,n,r):this.loadResourceWithoutCaching(e,t,n,r)}}logToConsole(){const e=Object.values(this.cacheLoads),t=Object.values(this.networkLoads),n=Tt(e),r=Tt(t),o=n+r;if(0===o)return;const s=this.bootConfig.linkerEnabled?"%c":"\n%cThis application was built with linking (tree shaking) disabled. Published applications will be significantly smaller.";console.groupCollapsed(`%cblazor%c Loaded ${jt(o)} resources${s}`,"background: purple; color: white; padding: 1px 3px; border-radius: 3px;","font-weight: bold;","font-weight: normal;"),e.length&&(console.groupCollapsed(`Loaded ${jt(n)} resources from cache`),console.table(this.cacheLoads),console.groupEnd()),t.length&&(console.groupCollapsed(`Loaded ${jt(r)} resources from network`),console.table(this.networkLoads),console.groupEnd()),console.groupEnd()}async purgeUnusedCacheEntriesAsync(){const e=this.cacheIfUsed;if(e){const t=(await e.keys()).map((async t=>{t.url in this.usedCacheKeys||await e.delete(t)}));await Promise.all(t)}}async loadResourceWithCaching(e,t,n,r,o){if(!r||0===r.length)throw new Error("Content hash is required");const s=Te(`${n}.${r}`);let a;this.usedCacheKeys[s]=!0;try{a=await e.match(s)}catch{}if(a){const e=parseInt(a.headers.get("content-length")||"0");return this.cacheLoads[t]={responseBytes:e},a}{const a=await this.loadResourceWithoutCaching(t,n,r,o);return this.addToCacheAsync(e,t,s,a),a}}loadResourceWithoutCaching(e,t,n,r){if(this.startOptions.loadBootResource){const o=this.startOptions.loadBootResource(r,e,t,n);if(o instanceof Promise)return o;"string"==typeof o&&(t=o)}return fetch(t,{cache:"no-cache",integrity:this.bootConfig.cacheBootResources?n:void 0})}async addToCacheAsync(e,t,n,r){const o=await r.clone().arrayBuffer(),s=function(e){if("undefined"!=typeof performance)return performance.getEntriesByName(e)[0]}(r.url),a=s&&s.encodedBodySize||void 0;this.networkLoads[t]={responseBytes:a};const i=new Response(o,{headers:{"content-type":r.headers.get("content-type")||"","content-length":(a||r.headers.get("content-length")||"").toString()}});try{await e.put(n,i)}catch{}}}function Tt(e){return e.reduce(((e,t)=>e+(t.responseBytes||0)),0)}function jt(e){return`${(e/1048576).toFixed(2)} MB`}class Dt{static async initAsync(e){Ke._internal.getApplicationEnvironment=()=>ct.js_string_to_mono_string(e.applicationEnvironment);const t=await Promise.all((e.bootConfig.config||[]).filter((t=>"appsettings.json"===t||t===`appsettings.${e.applicationEnvironment}.json`)).map((async e=>({name:e,content:await n(e)}))));async function n(e){const t=await fetch(e,{method:"GET",credentials:"include",cache:"no-cache"});return new Uint8Array(await t.arrayBuffer())}Ke._internal.getConfig=e=>{const n=ct.conv_string(e),r=t.find((e=>e.name===n));return r?ct.js_typed_array_to_array(r.content):void 0}}}class Lt{constructor(e){this.preregisteredComponents=e;const t={};for(let n=0;no.push(e))),e[L]=r,t&&(e[B]=t,P(t)),P(e)}(this.componentsById[t].start,this.componentsById[t].end)}getParameterValues(e){return this.componentsById[e].parameterValues}getParameterDefinitions(e){return this.componentsById[e].parameterDefinitions}getTypeName(e){return this.componentsById[e].typeName}getAssembly(e){return this.componentsById[e].assembly}getId(e){return this.preregisteredComponents[e].id}getCount(){return this.preregisteredComponents.length}}const Bt=/^\s*Blazor-Component-State:(?[a-zA-Z0-9+/=]+)$/;function Pt(e){var t;if(e.nodeType===Node.COMMENT_NODE){const n=e.textContent||"",r=Bt.exec(n),o=r&&r.groups&&r.groups.state;return o&&(null===(t=e.parentNode)||void 0===t||t.removeChild(e)),o}if(!e.hasChildNodes())return;const n=e.childNodes;for(let e=0;e.*)$/);function $t(e,t){const n=e.currentElement;if(n&&n.nodeType===Node.COMMENT_NODE&&n.textContent){const r=xt.exec(n.textContent),o=r&&r.groups&&r.groups.descriptor;if(!o)return;try{const r=function(e){const t=JSON.parse(e),{type:n}=t;if("server"!==n&&"webassembly"!==n)throw new Error(`Invalid component type '${n}'.`);return t}(o);switch(t){case"webassembly":return function(e,t,n){const{type:r,assembly:o,typeName:s,parameterDefinitions:a,parameterValues:i,prerenderId:c}=e;if("webassembly"===r){if(!o)throw new Error("assembly must be defined when using a descriptor.");if(!s)throw new Error("typeName must be defined when using a descriptor.");if(c){const e=Ht(c,n);if(!e)throw new Error(`Could not find an end component comment for '${t}'`);return{type:r,assembly:o,typeName:s,parameterDefinitions:a&&atob(a),parameterValues:i&&atob(i),start:t,prerenderId:c,end:e}}return{type:r,assembly:o,typeName:s,parameterDefinitions:a&&atob(a),parameterValues:i&&atob(i),start:t}}}(r,n,e);case"server":return function(e,t,n){const{type:r,descriptor:o,sequence:s,prerenderId:a}=e;if("server"===r){if(!o)throw new Error("descriptor must be defined when using a descriptor.");if(void 0===s)throw new Error("sequence must be defined when using a descriptor.");if(!Number.isInteger(s))throw new Error(`Error parsing the sequence '${s}' for component '${JSON.stringify(e)}'`);if(a){const e=Ht(a,n);if(!e)throw new Error(`Could not find an end component comment for '${t}'`);return{type:r,sequence:s,descriptor:o,start:t,prerenderId:a,end:e}}return{type:r,sequence:s,descriptor:o,start:t}}}(r,n,e)}}catch(e){throw new Error(`Found malformed component comment at ${n.textContent}`)}}}function Ht(e,t){for(;t.next()&&t.currentElement;){const n=t.currentElement;if(n.nodeType!==Node.COMMENT_NODE)continue;if(!n.textContent)continue;const r=xt.exec(n.textContent),o=r&&r[1];if(o)return Jt(o,e),n}}function Jt(e,t){const n=JSON.parse(e);if(1!==Object.keys(n).length)throw new Error(`Invalid end of component comment: '${e}'`);const r=n.prerenderId;if(!r)throw new Error(`End of component comment must have a value for the prerendered property: '${e}'`);if(r!==t)throw new Error(`End of component comment prerendered property must match the start comment prerender id: '${t}', '${r}'`)}class zt{constructor(e){this.childNodes=e,this.currentIndex=-1,this.length=e.length}next(){return this.currentIndex++,this.currentIndexasync function(e,n){const r=function(e){const t=document.baseURI;return t.endsWith("/")?`${t}${e}`:`${t}/${e}`}(n),o=await import(r);if(void 0===o)return;const{beforeStart:s,afterStarted:a}=o;return a&&e.afterStartedCallbacks.push(a),s?s(...t):void 0}(this,e))))}async invokeAfterStartedCallbacks(e){await C,await Promise.all(this.afterStartedCallbacks.map((t=>t(e))))}}let Kt=!1;async function Vt(t){if(Kt)throw new Error("Blazor has already started.");Kt=!0,function(){if(window.parent!==window&&!window.opener&&window.frameElement){const e=window.sessionStorage&&window.sessionStorage["Microsoft.AspNetCore.Components.WebAssembly.Authentication.CachedAuthSettings"],t=e&&JSON.parse(e);return t&&t.redirect_uri&&location.href.startsWith(t.redirect_uri)}return!1}()&&await new Promise((()=>{})),S=(e,t,n)=>{const r=function(e){return de[e]}(e);r.eventDelegator.getHandler(t)&&yt.invokeWhenHeapUnlocked(n)},Ke._internal.applyHotReload=(t,n,r,o)=>{e.invokeMethod("Microsoft.AspNetCore.Components.WebAssembly","ApplyHotReloadDelta",t,n,r,o)},Ke._internal.getApplyUpdateCapabilities=()=>e.invokeMethod("Microsoft.AspNetCore.Components.WebAssembly","GetApplyUpdateCapabilities"),Ke._internal.invokeJSFromDotNet=Gt,Ke._internal.endInvokeDotNetFromJS=Xt,Ke._internal.receiveByteArray=Yt,Ke._internal.retrieveByteArray=qt;const n=Ge(yt);Ke.platform=n,Ke._internal.renderBatch=(e,t)=>{const n=yt.beginHeapLock();try{!function(e,t){const n=de[e];if(!n)throw new Error(`There is no browser renderer with ID ${e}.`);const r=t.arrayRangeReader,o=t.updatedComponents(),s=r.values(o),a=r.count(o),i=t.referenceFrames(),c=r.values(i),l=t.diffReader;for(let e=0;ect.js_string_to_mono_string(r()),Ke._internal.navigationManager.getUnmarshalledLocationHref=()=>ct.js_string_to_mono_string(o()),Ke._internal.navigationManager.listenForNavigationEvents((async(t,n,r)=>{await e.invokeMethodAsync("Microsoft.AspNetCore.Components.WebAssembly","NotifyLocationChanged",t,n,r)}),(async(t,n,r,o)=>{const s=await e.invokeMethodAsync("Microsoft.AspNetCore.Components.WebAssembly","NotifyLocationChangingAsync",n,r,o);Ke._internal.navigationManager.endLocationChanging(t,s)}));const s=null!=t?t:{},a=s.environment,i=at.initAsync(s.loadBootResource,a),c=function(e,t){return function(e){const t=Mt(e,"webassembly"),n=[];for(let e=0;ee.id-t.id))}(e)}(document),l=new Lt(c);Ke._internal.registeredComponents={getRegisteredComponentsCount:()=>l.getCount(),getId:e=>l.getId(e),getAssembly:e=>ct.js_string_to_mono_string(l.getAssembly(e)),getTypeName:e=>ct.js_string_to_mono_string(l.getTypeName(e)),getParameterDefinitions:e=>ct.js_string_to_mono_string(l.getParameterDefinitions(e)||""),getParameterValues:e=>ct.js_string_to_mono_string(l.getParameterValues(e)||"")},Ke._internal.getPersistedState=()=>ct.js_string_to_mono_string(Pt(document)||""),Ke._internal.attachRootComponentToElement=(e,t,n)=>{const r=l.resolveRegisteredElement(e);r?me(n,r,t,!1):function(e,t,n){const r="::after";let o=!1;if(e.endsWith(r))e=e.slice(0,-r.length),o=!0;else if(e.endsWith("::before"))throw new Error("The '::before' selector is not supported.");const s=function(e){const t=m.get(e);if(t)return m.delete(e),t}(e)||document.querySelector(e);if(!s)throw new Error(`Could not find any element matching selector '${e}'.`);me(n||0,P(s,!0),t,o)}(e,t,n)};const u=await i,d=await async function(e,t){const n=e.resources.libraryInitializers,r=new Wt;return n&&await r.importInitializersAsync(Object.keys(n),[t,e.resources.extensions]),r}(u.bootConfig,s),[f]=await Promise.all([Ft.initAsync(u.bootConfig,s||{}),Dt.initAsync(u)]);try{await n.start(f)}catch(e){throw new Error(`Failed to start platform. Reason: ${e}`)}n.callEntryPoint(f.bootConfig.entryAssembly),d.invokeAfterStartedCallbacks(Ke)}function Gt(t,n,r,o){const s=yt.readStringField(t,0),a=yt.readInt32Field(t,4),i=yt.readStringField(t,8),c=yt.readUint64Field(t,20);if(null!==i){const n=yt.readUint64Field(t,12);if(0!==n)return e.jsCallDispatcher.beginInvokeJSFromDotNet(n,s,i,a,c),0;{const t=e.jsCallDispatcher.invokeJSFromDotNet(s,i,a,c);return null===t?0:ct.js_string_to_mono_string(t)}}{const t=e.jsCallDispatcher.findJSFunction(s,c).call(null,n,r,o);switch(a){case e.JSCallResultType.Default:return t;case e.JSCallResultType.JSObjectReference:return e.createJSObjectReference(t).__jsObjectId;case e.JSCallResultType.JSStreamReference:{const n=e.createJSStreamReference(t),r=JSON.stringify(n);return ct.js_string_to_mono_string(r)}case e.JSCallResultType.JSVoidResult:return null;default:throw new Error(`Invalid JS call result type '${a}'.`)}}}function Xt(t,n,r){const o=ct.conv_string(t),s=0!==n,a=ct.conv_string(r);e.jsCallDispatcher.endInvokeDotNetFromJS(o,s,a)}function Yt(t,n){const r=t,o=yt.toUint8Array(n);e.jsCallDispatcher.receiveByteArray(r,o)}function qt(){if(null===vt)throw new Error("Byte array not available for transfer");return ct.js_typed_array_to_array(vt)}Ke.start=Vt,document&&document.currentScript&&"false"!==document.currentScript.getAttribute("autostart")&&Vt().catch((e=>{void 0!==ut&&ut.printErr?ut.printErr(e):console.error(e)}))})();
\ No newline at end of file
+!function(){"use strict";var e;let t;var n,r;!function(e){const t=[],n="__jsObjectId",r="__dotNetObject",o="__byte[]",i="__dotNetStream",s="__jsStreamReferenceLength";let a,c;class l{constructor(e){this._jsObject=e,this._cachedFunctions=new Map}findFunction(e){const t=this._cachedFunctions.get(e);if(t)return t;let n,r=this._jsObject;if(e.split(".").forEach((t=>{if(!(t in r))throw new Error(`Could not find '${e}' ('${t}' was undefined).`);n=r,r=r[t]})),r instanceof Function)return r=r.bind(n),this._cachedFunctions.set(e,r),r;throw new Error(`The value '${e}' is not a function.`)}getWrappedObject(){return this._jsObject}}const u=0,d={[u]:new l(window)};d[0]._cachedFunctions.set("import",(e=>("string"==typeof e&&e.startsWith("./")&&(e=new URL(e.substr(2),document.baseURI).toString()),import(e))));let f,m=1;function h(e){t.push(e)}function p(e){if(e&&"object"==typeof e){d[m]=new l(e);const t={[n]:m};return m++,t}throw new Error(`Cannot create a JSObjectReference from the value '${e}'.`)}function g(e){let t=-1;if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),e instanceof Blob)t=e.size;else{if(!(e.buffer instanceof ArrayBuffer))throw new Error("Supplied value is not a typed array or blob.");if(void 0===e.byteLength)throw new Error(`Cannot create a JSStreamReference from the value '${e}' as it doesn't have a byteLength.`);t=e.byteLength}const r={[s]:t};try{const t=p(e);r[n]=t[n]}catch(t){throw new Error(`Cannot create a JSStreamReference from the value '${e}'.`)}return r}function b(e,n){c=e;const r=n?JSON.parse(n,((e,n)=>t.reduce(((t,n)=>n(e,t)),n))):null;return c=void 0,r}function y(){if(void 0===a)throw new Error("No call dispatcher has been set.");if(null===a)throw new Error("There are multiple .NET runtimes present, so a default dispatcher could not be resolved. Use DotNetObject to invoke .NET instance methods.");return a}e.attachDispatcher=function(e){const t=new v(e);return void 0===a?a=t:a&&(a=null),t},e.attachReviver=h,e.invokeMethod=function(e,t,...n){return y().invokeDotNetStaticMethod(e,t,...n)},e.invokeMethodAsync=function(e,t,...n){return y().invokeDotNetStaticMethodAsync(e,t,...n)},e.createJSObjectReference=p,e.createJSStreamReference=g,e.disposeJSObjectReference=function(e){const t=e&&e[n];"number"==typeof t&&S(t)},function(e){e[e.Default=0]="Default",e[e.JSObjectReference=1]="JSObjectReference",e[e.JSStreamReference=2]="JSStreamReference",e[e.JSVoidResult=3]="JSVoidResult"}(f=e.JSCallResultType||(e.JSCallResultType={}));class v{constructor(e){this._dotNetCallDispatcher=e,this._byteArraysToBeRevived=new Map,this._pendingDotNetToJSStreams=new Map,this._pendingAsyncCalls={},this._nextAsyncCallId=1}getDotNetCallDispatcher(){return this._dotNetCallDispatcher}invokeJSFromDotNet(e,t,n,r){const o=b(this,t),i=N(E(e,r)(...o||[]),n);return null==i?null:k(this,i)}beginInvokeJSFromDotNet(e,t,n,r,o){const i=new Promise((e=>{const r=b(this,n);e(E(t,o)(...r||[]))}));e&&i.then((t=>k(this,[e,!0,N(t,r)]))).then((t=>this._dotNetCallDispatcher.endInvokeJSFromDotNet(e,!0,t)),(t=>this._dotNetCallDispatcher.endInvokeJSFromDotNet(e,!1,JSON.stringify([e,!1,w(t)]))))}endInvokeDotNetFromJS(e,t,n){const r=t?b(this,n):new Error(n);this.completePendingCall(parseInt(e,10),t,r)}invokeDotNetStaticMethod(e,t,...n){return this.invokeDotNetMethod(e,t,null,n)}invokeDotNetStaticMethodAsync(e,t,...n){return this.invokeDotNetMethodAsync(e,t,null,n)}invokeDotNetMethod(e,t,n,r){if(this._dotNetCallDispatcher.invokeDotNetFromJS){const o=k(this,r),i=this._dotNetCallDispatcher.invokeDotNetFromJS(e,t,n,o);return i?b(this,i):null}throw new Error("The current dispatcher does not support synchronous calls from JS to .NET. Use invokeDotNetMethodAsync instead.")}invokeDotNetMethodAsync(e,t,n,r){if(e&&n)throw new Error(`For instance method calls, assemblyName should be null. Received '${e}'.`);const o=this._nextAsyncCallId++,i=new Promise(((e,t)=>{this._pendingAsyncCalls[o]={resolve:e,reject:t}}));try{const i=k(this,r);this._dotNetCallDispatcher.beginInvokeDotNetFromJS(o,e,t,n,i)}catch(e){this.completePendingCall(o,!1,e)}return i}receiveByteArray(e,t){this._byteArraysToBeRevived.set(e,t)}processByteArray(e){const t=this._byteArraysToBeRevived.get(e);return t?(this._byteArraysToBeRevived.delete(e),t):null}supplyDotNetStream(e,t){if(this._pendingDotNetToJSStreams.has(e)){const n=this._pendingDotNetToJSStreams.get(e);this._pendingDotNetToJSStreams.delete(e),n.resolve(t)}else{const n=new I;n.resolve(t),this._pendingDotNetToJSStreams.set(e,n)}}getDotNetStreamPromise(e){let t;if(this._pendingDotNetToJSStreams.has(e))t=this._pendingDotNetToJSStreams.get(e).streamPromise,this._pendingDotNetToJSStreams.delete(e);else{const n=new I;this._pendingDotNetToJSStreams.set(e,n),t=n.streamPromise}return t}completePendingCall(e,t,n){if(!this._pendingAsyncCalls.hasOwnProperty(e))throw new Error(`There is no pending async call with ID ${e}.`);const r=this._pendingAsyncCalls[e];delete this._pendingAsyncCalls[e],t?r.resolve(n):r.reject(n)}}function w(e){return e instanceof Error?`${e.message}\n${e.stack}`:e?e.toString():"null"}function E(e,t){const n=d[t];if(n)return n.findFunction(e);throw new Error(`JS object instance with ID ${t} does not exist (has it been disposed?).`)}function S(e){delete d[e]}e.findJSFunction=E,e.disposeJSObjectReferenceById=S;class C{constructor(e,t){this._id=e,this._callDispatcher=t}invokeMethod(e,...t){return this._callDispatcher.invokeDotNetMethod(null,e,this._id,t)}invokeMethodAsync(e,...t){return this._callDispatcher.invokeDotNetMethodAsync(null,e,this._id,t)}dispose(){this._callDispatcher.invokeDotNetMethodAsync(null,"__Dispose",this._id,null).catch((e=>console.error(e)))}serializeAsArg(){return{[r]:this._id}}}e.DotNetObject=C,h((function(e,t){if(t&&"object"==typeof t){if(t.hasOwnProperty(r))return new C(t[r],c);if(t.hasOwnProperty(n)){const e=t[n],r=d[e];if(r)return r.getWrappedObject();throw new Error(`JS object instance with Id '${e}' does not exist. It may have been disposed.`)}if(t.hasOwnProperty(o)){const e=t[o],n=c.processByteArray(e);if(void 0===n)throw new Error(`Byte array index '${e}' does not exist.`);return n}if(t.hasOwnProperty(i)){const e=t[i],n=c.getDotNetStreamPromise(e);return new A(n)}}return t}));class A{constructor(e){this._streamPromise=e}stream(){return this._streamPromise}async arrayBuffer(){return new Response(await this.stream()).arrayBuffer()}}class I{constructor(){this.streamPromise=new Promise(((e,t)=>{this.resolve=e,this.reject=t}))}}function N(e,t){switch(t){case f.Default:return e;case f.JSObjectReference:return p(e);case f.JSStreamReference:return g(e);case f.JSVoidResult:return null;default:throw new Error(`Invalid JS call result type '${t}'.`)}}let R=0;function k(e,t){R=0,c=e;const n=JSON.stringify(t,D);return c=void 0,n}function D(e,t){if(t instanceof C)return t.serializeAsArg();if(t instanceof Uint8Array){c.getDotNetCallDispatcher().sendByteArray(R,t);const e={[o]:R};return R++,e}return t}}(e||(e={})),function(e){e[e.prependFrame=1]="prependFrame",e[e.removeFrame=2]="removeFrame",e[e.setAttribute=3]="setAttribute",e[e.removeAttribute=4]="removeAttribute",e[e.updateText=5]="updateText",e[e.stepIn=6]="stepIn",e[e.stepOut=7]="stepOut",e[e.updateMarkup=8]="updateMarkup",e[e.permutationListEntry=9]="permutationListEntry",e[e.permutationListEnd=10]="permutationListEnd"}(n||(n={})),function(e){e[e.element=1]="element",e[e.text=2]="text",e[e.attribute=3]="attribute",e[e.component=4]="component",e[e.region=5]="region",e[e.elementReferenceCapture=6]="elementReferenceCapture",e[e.markup=8]="markup",e[e.namedEvent=10]="namedEvent"}(r||(r={}));class o{constructor(e,t){this.componentId=e,this.fieldValue=t}static fromEvent(e,t){const n=t.target;if(n instanceof Element){const t=function(e){return e instanceof HTMLInputElement?e.type&&"checkbox"===e.type.toLowerCase()?{value:e.checked}:{value:e.value}:e instanceof HTMLSelectElement||e instanceof HTMLTextAreaElement?{value:e.value}:null}(n);if(t)return new o(e,t.value)}return null}}const i=new Map,s=new Map,a=[];function c(e){return i.get(e)}function l(e){const t=i.get(e);return t?.browserEventName||e}function u(e,t){e.forEach((e=>i.set(e,t)))}function d(e){const t=[];for(let n=0;ne.selected)).map((e=>e.value))}}{const e=function(e){return!!e&&"INPUT"===e.tagName&&"checkbox"===e.getAttribute("type")}(t);return{value:e?!!t.checked:t.value}}}}),u(["copy","cut","paste"],{createEventArgs:e=>({type:e.type})}),u(["drag","dragend","dragenter","dragleave","dragover","dragstart","drop"],{createEventArgs:e=>{return{...f(t=e),dataTransfer:t.dataTransfer?{dropEffect:t.dataTransfer.dropEffect,effectAllowed:t.dataTransfer.effectAllowed,files:Array.from(t.dataTransfer.files).map((e=>e.name)),items:Array.from(t.dataTransfer.items).map((e=>({kind:e.kind,type:e.type}))),types:t.dataTransfer.types}:null};var t}}),u(["focus","blur","focusin","focusout"],{createEventArgs:e=>({type:e.type})}),u(["keydown","keyup","keypress"],{createEventArgs:e=>{return{key:(t=e).key,code:t.code,location:t.location,repeat:t.repeat,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,metaKey:t.metaKey,type:t.type,isComposing:t.isComposing};var t}}),u(["contextmenu","click","mouseover","mouseout","mousemove","mousedown","mouseup","mouseleave","mouseenter","dblclick"],{createEventArgs:e=>f(e)}),u(["error"],{createEventArgs:e=>{return{message:(t=e).message,filename:t.filename,lineno:t.lineno,colno:t.colno,type:t.type};var t}}),u(["loadstart","timeout","abort","load","loadend","progress"],{createEventArgs:e=>{return{lengthComputable:(t=e).lengthComputable,loaded:t.loaded,total:t.total,type:t.type};var t}}),u(["touchcancel","touchend","touchmove","touchenter","touchleave","touchstart"],{createEventArgs:e=>{return{detail:(t=e).detail,touches:d(t.touches),targetTouches:d(t.targetTouches),changedTouches:d(t.changedTouches),ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,metaKey:t.metaKey,type:t.type};var t}}),u(["gotpointercapture","lostpointercapture","pointercancel","pointerdown","pointerenter","pointerleave","pointermove","pointerout","pointerover","pointerup"],{createEventArgs:e=>{return{...f(t=e),pointerId:t.pointerId,width:t.width,height:t.height,pressure:t.pressure,tiltX:t.tiltX,tiltY:t.tiltY,pointerType:t.pointerType,isPrimary:t.isPrimary};var t}}),u(["wheel","mousewheel"],{createEventArgs:e=>{return{...f(t=e),deltaX:t.deltaX,deltaY:t.deltaY,deltaZ:t.deltaZ,deltaMode:t.deltaMode};var t}}),u(["cancel","close","toggle"],{createEventArgs:()=>({})});const m=["date","datetime-local","month","time","week"],h=new Map;let p,g,b=0;const y={async add(e,t,n){if(!n)throw new Error("initialParameters must be an object, even if empty.");const r="__bl-dynamic-root:"+(++b).toString();h.set(r,e);const o=await E().invokeMethodAsync("AddRootComponent",t,r),i=new w(o,g[t]);return await i.setParameters(n),i}};class v{invoke(e){return this._callback(e)}setCallback(t){this._selfJSObjectReference||(this._selfJSObjectReference=e.createJSObjectReference(this)),this._callback=t}getJSObjectReference(){return this._selfJSObjectReference}dispose(){this._selfJSObjectReference&&e.disposeJSObjectReference(this._selfJSObjectReference)}}class w{constructor(e,t){this._jsEventCallbackWrappers=new Map,this._componentId=e;for(const e of t)"eventcallback"===e.type&&this._jsEventCallbackWrappers.set(e.name.toLowerCase(),new v)}setParameters(e){const t={},n=Object.entries(e||{}),r=n.length;for(const[e,r]of n){const n=this._jsEventCallbackWrappers.get(e.toLowerCase());n&&r?(n.setCallback(r),t[e]=n.getJSObjectReference()):t[e]=r}return E().invokeMethodAsync("SetRootComponentParameters",this._componentId,r,t)}async dispose(){if(null!==this._componentId){await E().invokeMethodAsync("RemoveRootComponent",this._componentId),this._componentId=null;for(const e of this._jsEventCallbackWrappers.values())e.dispose()}}}function E(){if(!p)throw new Error("Dynamic root components have not been enabled in this application.");return p}const S=new Map,C=[],A=new Map;function I(e,t,n){return R(e,t.eventHandlerId,(()=>N(e).invokeMethodAsync("DispatchEventAsync",t,n)))}function N(e){const t=S.get(e);if(!t)throw new Error(`No interop methods are registered for renderer ${e}`);return t}let R=(e,t,n)=>n();const k=O(["abort","blur","cancel","canplay","canplaythrough","change","close","cuechange","durationchange","emptied","ended","error","focus","load","loadeddata","loadedmetadata","loadend","loadstart","mouseenter","mouseleave","pointerenter","pointerleave","pause","play","playing","progress","ratechange","reset","scroll","seeked","seeking","stalled","submit","suspend","timeupdate","toggle","unload","volumechange","waiting","DOMNodeInsertedIntoDocument","DOMNodeRemovedFromDocument"]),D={submit:!0},_=O(["click","dblclick","mousedown","mousemove","mouseup"]);class T{static{this.nextEventDelegatorId=0}constructor(e){this.browserRendererId=e,this.afterClickCallbacks=[];const t=++T.nextEventDelegatorId;this.eventsCollectionKey=`_blazorEvents_${t}`,this.eventInfoStore=new F(this.onGlobalEvent.bind(this))}setListener(e,t,n,r){const o=this.getEventHandlerInfosForElement(e,!0),i=o.getHandler(t);if(i)this.eventInfoStore.update(i.eventHandlerId,n);else{const i={element:e,eventName:t,eventHandlerId:n,renderingComponentId:r};this.eventInfoStore.add(i),o.setHandler(t,i)}}getHandler(e){return this.eventInfoStore.get(e)}removeListener(e){const t=this.eventInfoStore.remove(e);if(t){const e=t.element,n=this.getEventHandlerInfosForElement(e,!1);n&&n.removeHandler(t.eventName)}}notifyAfterClick(e){this.afterClickCallbacks.push(e),this.eventInfoStore.addGlobalListener("click")}setStopPropagation(e,t,n){this.getEventHandlerInfosForElement(e,!0).stopPropagation(t,n)}setPreventDefault(e,t,n){this.getEventHandlerInfosForElement(e,!0).preventDefault(t,n)}onGlobalEvent(e){if(!(e.target instanceof Element))return;this.dispatchGlobalEventToAllElements(e.type,e);const t=(n=e.type,s.get(n));var n;t&&t.forEach((t=>this.dispatchGlobalEventToAllElements(t,e))),"click"===e.type&&this.afterClickCallbacks.forEach((t=>t(e)))}dispatchGlobalEventToAllElements(e,t){const n=t.composedPath();let r=n.shift(),i=null,s=!1;const a=Object.prototype.hasOwnProperty.call(k,e);let l=!1;for(;r;){const f=r,m=this.getEventHandlerInfosForElement(f,!1);if(m){const n=m.getHandler(e);if(n&&(u=f,d=t.type,!((u instanceof HTMLButtonElement||u instanceof HTMLInputElement||u instanceof HTMLTextAreaElement||u instanceof HTMLSelectElement)&&Object.prototype.hasOwnProperty.call(_,d)&&u.disabled))){if(!s){const n=c(e);i=n?.createEventArgs?n.createEventArgs(t):{},s=!0}Object.prototype.hasOwnProperty.call(D,t.type)&&t.preventDefault(),I(this.browserRendererId,{eventHandlerId:n.eventHandlerId,eventName:e,eventFieldInfo:o.fromEvent(n.renderingComponentId,t)},i)}m.stopPropagation(e)&&(l=!0),m.preventDefault(e)&&t.preventDefault()}r=a||l?void 0:n.shift()}var u,d}getEventHandlerInfosForElement(e,t){return Object.prototype.hasOwnProperty.call(e,this.eventsCollectionKey)?e[this.eventsCollectionKey]:t?e[this.eventsCollectionKey]=new L:null}}class F{constructor(e){this.globalListener=e,this.infosByEventHandlerId={},this.countByEventName={},a.push(this.handleEventNameAliasAdded.bind(this))}add(e){if(this.infosByEventHandlerId[e.eventHandlerId])throw new Error(`Event ${e.eventHandlerId} is already tracked`);this.infosByEventHandlerId[e.eventHandlerId]=e,this.addGlobalListener(e.eventName)}get(e){return this.infosByEventHandlerId[e]}addGlobalListener(e){if(e=l(e),Object.prototype.hasOwnProperty.call(this.countByEventName,e))this.countByEventName[e]++;else{this.countByEventName[e]=1;const t=Object.prototype.hasOwnProperty.call(k,e);document.addEventListener(e,this.globalListener,t)}}update(e,t){if(Object.prototype.hasOwnProperty.call(this.infosByEventHandlerId,t))throw new Error(`Event ${t} is already tracked`);const n=this.infosByEventHandlerId[e];delete this.infosByEventHandlerId[e],n.eventHandlerId=t,this.infosByEventHandlerId[t]=n}remove(e){const t=this.infosByEventHandlerId[e];if(t){delete this.infosByEventHandlerId[e];const n=l(t.eventName);0==--this.countByEventName[n]&&(delete this.countByEventName[n],document.removeEventListener(n,this.globalListener))}return t}handleEventNameAliasAdded(e,t){if(Object.prototype.hasOwnProperty.call(this.countByEventName,e)){const n=this.countByEventName[e];delete this.countByEventName[e],document.removeEventListener(e,this.globalListener),this.addGlobalListener(t),this.countByEventName[t]+=n-1}}}class L{constructor(){this.handlers={},this.preventDefaultFlags=null,this.stopPropagationFlags=null}getHandler(e){return Object.prototype.hasOwnProperty.call(this.handlers,e)?this.handlers[e]:null}setHandler(e,t){this.handlers[e]=t}removeHandler(e){delete this.handlers[e]}preventDefault(e,t){return void 0!==t&&(this.preventDefaultFlags=this.preventDefaultFlags||{},this.preventDefaultFlags[e]=t),!!this.preventDefaultFlags&&this.preventDefaultFlags[e]}stopPropagation(e,t){return void 0!==t&&(this.stopPropagationFlags=this.stopPropagationFlags||{},this.stopPropagationFlags[e]=t),!!this.stopPropagationFlags&&this.stopPropagationFlags[e]}}function O(e){const t={};return e.forEach((e=>{t[e]=!0})),t}const M=Symbol(),x=Symbol(),P=Symbol();function B(e,t){if(M in e)return e;const n=[];if(e.childNodes.length>0){if(!t)throw new Error("New logical elements must start empty, or allowExistingContents must be true");e.childNodes.forEach((t=>{const r=B(t,!0);r[x]=e,n.push(r)}))}return e[M]=n,e}function j(e){const t=K(e);for(;t.length;)z(e,0)}function H(e,t){const n=document.createComment("!");return J(n,e,t),n}function J(e,t,n){const r=e;let o=e;if(e instanceof Comment){const t=K(r);if(t?.length>0){const t=G(r),n=new Range;n.setStartBefore(e),n.setEndAfter(t),o=n.extractContents()}}const i=$(r);if(i){const e=K(i),t=Array.prototype.indexOf.call(e,r);e.splice(t,1),delete r[x]}const s=K(t);if(n0;)z(n,0)}const r=n;r.parentNode.removeChild(r)}function $(e){return e[x]||null}function W(e,t){return K(e)[t]}function U(e){const t=Y(e);return"http://www.w3.org/2000/svg"===t.namespaceURI&&"foreignObject"!==t.tagName}function K(e){return e[M]}function V(e){const t=K($(e));return t[Array.prototype.indexOf.call(t,e)+1]||null}function X(e,t){const n=K(e);t.forEach((e=>{e.moveRangeStart=n[e.fromSiblingIndex],e.moveRangeEnd=G(e.moveRangeStart)})),t.forEach((t=>{const r=document.createComment("marker");t.moveToBeforeMarker=r;const o=n[t.toSiblingIndex+1];o?o.parentNode.insertBefore(r,o):q(r,e)})),t.forEach((e=>{const t=e.moveToBeforeMarker,n=t.parentNode,r=e.moveRangeStart,o=e.moveRangeEnd;let i=r;for(;i;){const e=i.nextSibling;if(n.insertBefore(i,t),i===o)break;i=e}n.removeChild(t)})),t.forEach((e=>{n[e.toSiblingIndex]=e.moveRangeStart}))}function Y(e){if(e instanceof Element||e instanceof DocumentFragment)return e;if(e instanceof Comment)return e.parentNode;throw new Error("Not a valid logical element")}function q(e,t){if(t instanceof Element||t instanceof DocumentFragment)t.appendChild(e);else{if(!(t instanceof Comment))throw new Error(`Cannot append node because the parent is not a valid logical element. Parent: ${t}`);{const n=V(t);n?n.parentNode.insertBefore(e,n):q(e,$(t))}}}function G(e){if(e instanceof Element||e instanceof DocumentFragment)return e;const t=V(e);if(t)return t.previousSibling;{const t=$(e);return t instanceof Element||t instanceof DocumentFragment?t.lastChild:G(t)}}function Z(e){return`_bl_${e}`}const Q="__internalId";e.attachReviver(((e,t)=>t&&"object"==typeof t&&Object.prototype.hasOwnProperty.call(t,Q)&&"string"==typeof t[Q]?function(e){const t=`[${Z(e)}]`;return document.querySelector(t)}(t[Q]):t));const ee="_blazorDeferredValue";function te(e){return"select-multiple"===e.type}function ne(e,t){e.value=t||""}function re(e,t){e instanceof HTMLSelectElement?te(e)?function(e,t){t||=[];for(let n=0;n{Se()&&function(e){if(0!==e.button||function(e){return e.ctrlKey||e.shiftKey||e.altKey||e.metaKey}(e))return;if(e.defaultPrevented)return;const t=function(e){const t=e.composedPath&&e.composedPath();if(t)for(let e=0;e{const t=document.createElement("script");t.textContent=e.textContent,e.getAttributeNames().forEach((n=>{t.setAttribute(n,e.getAttribute(n))})),e.parentNode.replaceChild(t,e)})),ie.content));var s;let a=0;for(;i.firstChild;)J(i.firstChild,o,a++)}applyAttribute(e,t,n,r){const o=e.frameReader,i=o.attributeName(r),s=o.attributeEventHandlerId(r);if(s){const e=me(i);return void this.eventDelegator.setListener(n,e,s,t)}const a=o.attributeValue(r);this.setOrRemoveAttributeOrProperty(n,i,a)}insertFrameRange(e,t,n,r,o,i,s){const a=r;for(let a=i;adocument.baseURI,getLocationHref:()=>location.href,scrollToElement:we};function Te(e,t,n=!1){const r=Ee(e);!t.forceLoad&&ve(r)?He()?Fe(r,!1,t.replaceHistoryEntry,t.historyEntryState,n):function(){throw new Error("No enhanced programmatic navigation handler has been attached")}():function(e,t){if(location.href===e){const t=e+"?";history.replaceState(null,"",t),location.replace(e)}else t?location.replace(e):location.href=e}(e,t.replaceHistoryEntry)}async function Fe(e,t,n,r=void 0,o=!1){if(Me(),function(e){const t=new URL(e);return""!==t.hash&&location.origin===t.origin&&location.pathname===t.pathname&&location.search===t.search}(e))return Le(e,n,r),void function(e){const t=e.indexOf("#");t!==e.length-1&&we(e.substring(t+1))}(e);const i=je();(o||!i?.hasLocationChangingEventListeners||await xe(e,r,t,i))&&(be=!0,Le(e,n,r),await Pe(t))}function Le(e,t,n=void 0){t?history.replaceState({userState:n,_index:Ie},"",e):(Ie++,history.pushState({userState:n,_index:Ie},"",e))}function Oe(e){return new Promise((t=>{const n=ke;ke=()=>{ke=n,t()},history.go(e)}))}function Me(){De&&(De(!1),De=null)}function xe(e,t,n,r){return new Promise((o=>{Me(),Ne++,De=o,r.locationChanging(Ne,e,t,n)}))}async function Pe(e,t){const n=location.href;await Promise.all(Array.from(Re,(async([t,r])=>{var o;o=t,S.has(o)&&await r.locationChanged(n,history.state?.userState,e)})))}async function Be(e){ke&&He()&&await ke(e),Ie=history.state?._index??0}function je(){const e=Ce();if(void 0!==e)return Re.get(e)}function He(){return Se()||!0}const Je={focus:function(e,t){if(e instanceof HTMLElement)e.focus({preventScroll:t});else{if(!(e instanceof SVGElement))throw new Error("Unable to focus an invalid element.");if(!e.hasAttribute("tabindex"))throw new Error("Unable to focus an SVG element that does not have a tabindex.");e.focus({preventScroll:t})}},focusBySelector:function(e){const t=document.querySelector(e);t&&(t.hasAttribute("tabindex")||(t.tabIndex=-1),t.focus({preventScroll:!0}))}},ze={init:function(e,t,n,r=50){const o=We(t);(o||document.documentElement).style.overflowAnchor="none";const i=document.createRange();f(n.parentElement)&&(t.style.display="table-row",n.style.display="table-row");const s=new IntersectionObserver((function(r){r.forEach((r=>{if(!r.isIntersecting)return;i.setStartAfter(t),i.setEndBefore(n);const o=i.getBoundingClientRect().height,s=r.rootBounds?.height;r.target===t?e.invokeMethodAsync("OnSpacerBeforeVisible",r.intersectionRect.top-r.boundingClientRect.top,o,s):r.target===n&&n.offsetHeight>0&&e.invokeMethodAsync("OnSpacerAfterVisible",r.boundingClientRect.bottom-r.intersectionRect.bottom,o,s)}))}),{root:o,rootMargin:`${r}px`});s.observe(t),s.observe(n);const a=d(t),c=d(n),{observersByDotNetObjectId:l,id:u}=Ue(e);function d(e){const t={attributes:!0},n=new MutationObserver(((n,r)=>{f(e.parentElement)&&(r.disconnect(),e.style.display="table-row",r.observe(e,t)),s.unobserve(e),s.observe(e)}));return n.observe(e,t),n}function f(e){return null!==e&&(e instanceof HTMLTableElement&&""===e.style.display||"table"===e.style.display||e instanceof HTMLTableSectionElement&&""===e.style.display||"table-row-group"===e.style.display)}l[u]={intersectionObserver:s,mutationObserverBefore:a,mutationObserverAfter:c}},dispose:function(e){const{observersByDotNetObjectId:t,id:n}=Ue(e),r=t[n];r&&(r.intersectionObserver.disconnect(),r.mutationObserverBefore.disconnect(),r.mutationObserverAfter.disconnect(),e.dispose(),delete t[n])}},$e=Symbol();function We(e){return e&&e!==document.body&&e!==document.documentElement?"visible"!==getComputedStyle(e).overflowY?e:We(e.parentElement):null}function Ue(e){const t=e._callDispatcher,n=e._id;return t[$e]??={},{observersByDotNetObjectId:t[$e],id:n}}const Ke={getAndRemoveExistingTitle:function(){const e=document.head?document.head.getElementsByTagName("title"):[];if(0===e.length)return null;let t=null;for(let n=e.length-1;n>=0;n--){const r=e[n],o=r.previousSibling;o instanceof Comment&&null!==$(o)||(null===t&&(t=r.textContent),r.parentNode?.removeChild(r))}return t}},Ve={init:function(e,t){t._blazorInputFileNextFileId=0,t.addEventListener("click",(function(){t.value=""})),t.addEventListener("change",(function(){t._blazorFilesById={};const n=Array.prototype.map.call(t.files,(function(e){const n={id:++t._blazorInputFileNextFileId,lastModified:new Date(e.lastModified).toISOString(),name:e.name,size:e.size,contentType:e.type,readPromise:void 0,arrayBuffer:void 0,blob:e};return t._blazorFilesById[n.id]=n,n}));e.invokeMethodAsync("NotifyChange",n)}))},toImageFile:async function(e,t,n,r,o){const i=Xe(e,t),s=await new Promise((function(e){const t=new Image;t.onload=function(){URL.revokeObjectURL(t.src),e(t)},t.onerror=function(){t.onerror=null,URL.revokeObjectURL(t.src)},t.src=URL.createObjectURL(i.blob)})),a=await new Promise((function(e){const t=Math.min(1,r/s.width),i=Math.min(1,o/s.height),a=Math.min(t,i),c=document.createElement("canvas");c.width=Math.round(s.width*a),c.height=Math.round(s.height*a),c.getContext("2d")?.drawImage(s,0,0,c.width,c.height),c.toBlob(e,n)})),c={id:++e._blazorInputFileNextFileId,lastModified:i.lastModified,name:i.name,size:a?.size||0,contentType:n,blob:a||i.blob};return e._blazorFilesById[c.id]=c,c},readFileData:async function(e,t){return Xe(e,t).blob}};function Xe(e,t){const n=e._blazorFilesById[t];if(!n)throw new Error(`There is no file with ID ${t}. The file list may have changed. See https://aka.ms/aspnet/blazor-input-file-multiple-selections.`);return n}const Ye=new Set,qe={enableNavigationPrompt:function(e){0===Ye.size&&window.addEventListener("beforeunload",Ge),Ye.add(e)},disableNavigationPrompt:function(e){Ye.delete(e),0===Ye.size&&window.removeEventListener("beforeunload",Ge)}};function Ge(e){e.preventDefault(),e.returnValue=!0}const Ze=new Map,Qe={navigateTo:function(e,t,n=!1){Te(e,t instanceof Object?t:{forceLoad:t,replaceHistoryEntry:n})},registerCustomEventType:function(e,t){if(!t)throw new Error("The options parameter is required.");if(i.has(e))throw new Error(`The event '${e}' is already registered.`);if(t.browserEventName){const n=s.get(t.browserEventName);n?n.push(e):s.set(t.browserEventName,[e]),a.forEach((n=>n(e,t.browserEventName)))}i.set(e,t)},rootComponents:y,runtime:{},_internal:{navigationManager:_e,domWrapper:Je,Virtualize:ze,PageTitle:Ke,InputFile:Ve,NavigationLock:qe,getJSDataStreamChunk:async function(e,t,n){return e instanceof Blob?await async function(e,t,n){const r=e.slice(t,t+n),o=await r.arrayBuffer();return new Uint8Array(o)}(e,t,n):function(e,t,n){return new Uint8Array(e.buffer,e.byteOffset+t,n)}(e,t,n)},attachWebRendererInterop:function(t,n,r,o){if(S.has(t))throw new Error(`Interop methods are already registered for renderer ${t}`);S.set(t,n),r&&o&&Object.keys(r).length>0&&function(t,n,r){if(p)throw new Error("Dynamic root components have already been enabled.");p=t,g=n;for(const[t,o]of Object.entries(r)){const r=e.findJSFunction(t,0);for(const e of o)r(e,n[e])}}(N(t),r,o),A.get(t)?.[0]?.(),function(e){for(const t of C)t(e)}(t)}}};window.Blazor=Qe;const et=navigator,tt=et.userAgentData&&et.userAgentData.brands,nt=tt&&tt.length>0?tt.some((e=>"Google Chrome"===e.brand||"Microsoft Edge"===e.brand||"Chromium"===e.brand)):window.chrome,rt=et.userAgentData?.platform??navigator.platform;function ot(e){return 0!==e.debugLevel&&(nt||navigator.userAgent.includes("Firefox"))}let it=!1;function st(){const e=document.querySelector("#blazor-error-ui");e&&(e.style.display="block"),it||(it=!0,document.querySelectorAll("#blazor-error-ui .reload").forEach((e=>{e.onclick=function(e){location.reload(),e.preventDefault()}})),document.querySelectorAll("#blazor-error-ui .dismiss").forEach((e=>{e.onclick=function(e){const t=document.querySelector("#blazor-error-ui");t&&(t.style.display="none"),e.preventDefault()}})))}var at,ct;!function(e){e[e.Default=0]="Default",e[e.Server=1]="Server",e[e.WebAssembly=2]="WebAssembly",e[e.WebView=3]="WebView"}(at||(at={})),function(e){e[e.Trace=0]="Trace",e[e.Debug=1]="Debug",e[e.Information=2]="Information",e[e.Warning=3]="Warning",e[e.Error=4]="Error",e[e.Critical=5]="Critical",e[e.None=6]="None"}(ct||(ct={}));class lt{constructor(e=!0,t,n,r=0){this.singleRuntime=e,this.logger=t,this.webRendererId=r,this.afterStartedCallbacks=[],n&&this.afterStartedCallbacks.push(...n)}async importInitializersAsync(e,t){await Promise.all(e.map((e=>async function(e,n){const r=function(e){const t=document.baseURI;return t.endsWith("/")?`${t}${e}`:`${t}/${e}`}(n),o=await import(r);if(void 0!==o){if(e.singleRuntime){const{beforeStart:n,afterStarted:r,beforeWebAssemblyStart:s,afterWebAssemblyStarted:a,beforeServerStart:c,afterServerStarted:l}=o;let u=n;e.webRendererId===at.Server&&c&&(u=c),e.webRendererId===at.WebAssembly&&s&&(u=s);let d=r;return e.webRendererId===at.Server&&l&&(d=l),e.webRendererId===at.WebAssembly&&a&&(d=a),i(e,u,d,t)}return function(e,t,n){const o=n[0],{beforeStart:s,afterStarted:a,beforeWebStart:c,afterWebStarted:l,beforeWebAssemblyStart:u,afterWebAssemblyStarted:d,beforeServerStart:f,afterServerStarted:m}=t,h=!(c||l||u||d||f||m||!s&&!a),p=h&&o.enableClassicInitializers;if(h&&!o.enableClassicInitializers)e.logger?.log(ct.Warning,`Initializer '${r}' will be ignored because multiple runtimes are available. Use 'before(Web|WebAssembly|Server)Start' and 'after(Web|WebAssembly|Server)Started' instead.`);else if(p)return i(e,s,a,n);if(function(e){e.webAssembly?e.webAssembly.initializers||(e.webAssembly.initializers={beforeStart:[],afterStarted:[]}):e.webAssembly={initializers:{beforeStart:[],afterStarted:[]}},e.circuit?e.circuit.initializers||(e.circuit.initializers={beforeStart:[],afterStarted:[]}):e.circuit={initializers:{beforeStart:[],afterStarted:[]}}}(o),u&&o.webAssembly.initializers.beforeStart.push(u),d&&o.webAssembly.initializers.afterStarted.push(d),f&&o.circuit.initializers.beforeStart.push(f),m&&o.circuit.initializers.afterStarted.push(m),l&&e.afterStartedCallbacks.push(l),c)return c(o)}(e,o,t)}function i(e,t,n,r){if(n&&e.afterStartedCallbacks.push(n),t)return t(...r)}}(this,e))))}async invokeAfterStartedCallbacks(e){const t=(n=this.webRendererId,A.get(n)?.[1]);var n;t&&await t,await Promise.all(this.afterStartedCallbacks.map((t=>t(e))))}}let ut,dt,ft,mt,ht=null;const pt={load:function(e,t){return async function(e,t){const{dotnet:n}=await async function(e){if("undefined"==typeof WebAssembly||!WebAssembly.validate)throw new Error("This browser does not support WebAssembly.");let t="_framework/dotnet.js";if(e.loadBootResource){const n="dotnetjs",r=e.loadBootResource(n,"dotnet.js",t,"","js-module-dotnet");if("string"==typeof r)t=r;else if(r)throw new Error(`For a ${n} resource, custom loaders must supply a URI string.`)}const n=new URL(t,document.baseURI).toString();return await import(n)}(e),r=function(e,t){const n={maxParallelDownloads:1e6,enableDownloadRetry:!1,applicationEnvironment:e.environment},r={...window.Module||{},onConfigLoaded:async n=>{n.environmentVariables||(n.environmentVariables={}),"sharded"===n.globalizationMode&&(n.environmentVariables.__BLAZOR_SHARDED_ICU="1"),Qe._internal.getApplicationEnvironment=()=>n.applicationEnvironment,t?.(n),mt=await async function(e,t){if(e.initializers)return await Promise.all(e.initializers.beforeStart.map((t=>t(e)))),new lt(!1,void 0,e.initializers.afterStarted,at.WebAssembly);{const n=[e,t.resources?.extensions??{}],r=new lt(!0,void 0,void 0,at.WebAssembly),o=Object.keys(t?.resources?.libraryInitializers||{});return await r.importInitializersAsync(o,n),r}}(e,n)},onDownloadResourceProgress:gt,config:n,out:yt,err:vt};return r}(e,t);e.applicationCulture&&n.withApplicationCulture(e.applicationCulture),e.environment&&n.withApplicationEnvironment(e.environment),e.loadBootResource&&n.withResourceLoader(e.loadBootResource),n.withModuleConfig(r),e.configureRuntime&&e.configureRuntime(n),ft=await n.create()}(e,t)},start:function(){return async function(){if(!ft)throw new Error("The runtime must be loaded it gets configured.");const{setModuleImports:t,INTERNAL:n,getConfig:r,invokeLibraryInitializers:o}=ft;dt=n,function(e){const t=rt.match(/^Mac/i)?"Cmd":"Alt";ot(e)&&console.info(`Debugging hotkey: Shift+${t}+D (when application has focus)`),document.addEventListener("keydown",(t=>{t.shiftKey&&(t.metaKey||t.altKey)&&"KeyD"===t.code&&(ot(e)?navigator.userAgent.includes("Firefox")?async function(){const e=await fetch(`_framework/debug?url=${encodeURIComponent(location.href)}&isFirefox=true`);200!==e.status&&console.warn(await e.text())}():nt?function(){const e=document.createElement("a");e.href=`_framework/debug?url=${encodeURIComponent(location.href)}`,e.target="_blank",e.rel="noopener noreferrer",e.click()}():console.error("Currently, only Microsoft Edge (80+), Google Chrome, or Chromium, are supported for debugging."):console.error("Cannot start debugging, because the application was not compiled with debugging enabled."))}))}(r()),Qe.runtime=ft,Qe._internal.dotNetCriticalError=vt,t("blazor-internal",{Blazor:{_internal:Qe._internal}});const i=await ft.getAssemblyExports("Microsoft.AspNetCore.Components.WebAssembly");return Object.assign(Qe._internal,{dotNetExports:{...i.Microsoft.AspNetCore.Components.WebAssembly.Services.DefaultWebAssemblyJSRuntime}}),ut=e.attachDispatcher({beginInvokeDotNetFromJS:(e,t,n,r,o)=>{if(wt(),!r&&!t)throw new Error("Either assemblyName or dotNetObjectId must have a non null value.");const i=r?r.toString():t;Qe._internal.dotNetExports.BeginInvokeDotNet(e?e.toString():null,i,n,o)},endInvokeJSFromDotNet:(e,t,n)=>{Qe._internal.dotNetExports.EndInvokeJS(n)},sendByteArray:(e,t)=>{Qe._internal.dotNetExports.ReceiveByteArrayFromJS(e,t)},invokeDotNetFromJS:(e,t,n,r)=>(wt(),Qe._internal.dotNetExports.InvokeDotNet(e||null,t,n??0,r))}),{invokeLibraryInitializers:o}}()},callEntryPoint:async function(){try{await ft.runMain(ft.getConfig().mainAssemblyName,[])}catch(e){console.error(e),st()}},getArrayEntryPtr:function(e,t,n){const r=function(e){return e+12}(e)+4+t*n;return r},getObjectFieldsBaseAddress:function(e){return e+8},readInt16Field:function(e,t){return ft.getHeapI16(e+(t||0))},readInt32Field:function(e,t){return ft.getHeapI32(e+(t||0))},readUint64Field:function(e,t){return ft.getHeapU52(e+(t||0))},readObjectField:function(e,t){return ft.getHeapU32(e+(t||0))},readStringField:function(e,t,n){const r=ft.getHeapU32(e+(t||0));if(0===r)return null;if(n){const e=dt.monoObjectAsBoolOrNullUnsafe(r);if("boolean"==typeof e)return e?"":null}return dt.monoStringToStringUnsafe(r)},readStructField:function(e,t){return e+(t||0)},beginHeapLock:function(){return wt(),ht=Et.create(),ht},invokeWhenHeapUnlocked:function(e){ht?ht.enqueuePostReleaseAction(e):e()}};function gt(e,t){const n=e/t*100;document.documentElement.style.setProperty("--blazor-load-percentage",`${n}%`),document.documentElement.style.setProperty("--blazor-load-percentage-text",`"${Math.floor(n)}%"`)}const bt=["DEBUGGING ENABLED"],yt=e=>bt.indexOf(e)<0&&console.log(e),vt=e=>{console.error(e||"(null)"),st()};function wt(){if(ht)throw new Error("Assertion failed - heap is currently locked")}class Et{enqueuePostReleaseAction(e){this.postReleaseActions||(this.postReleaseActions=[]),this.postReleaseActions.push(e)}release(){if(ht!==this)throw new Error("Trying to release a lock which isn't current");for(dt.mono_wasm_gc_unlock(),ht=null;this.postReleaseActions?.length;)this.postReleaseActions.shift()(),wt()}static create(){return dt.mono_wasm_gc_lock(),new Et}}class St{constructor(e){this.batchAddress=e,this.arrayRangeReader=Ct,this.arrayBuilderSegmentReader=At,this.diffReader=It,this.editReader=Nt,this.frameReader=Rt}updatedComponents(){return t.readStructField(this.batchAddress,0)}referenceFrames(){return t.readStructField(this.batchAddress,Ct.structLength)}disposedComponentIds(){return t.readStructField(this.batchAddress,2*Ct.structLength)}disposedEventHandlerIds(){return t.readStructField(this.batchAddress,3*Ct.structLength)}updatedComponentsEntry(e,t){return kt(e,t,It.structLength)}referenceFramesEntry(e,t){return kt(e,t,Rt.structLength)}disposedComponentIdsEntry(e,n){const r=kt(e,n,4);return t.readInt32Field(r)}disposedEventHandlerIdsEntry(e,n){const r=kt(e,n,8);return t.readUint64Field(r)}}const Ct={structLength:8,values:e=>t.readObjectField(e,0),count:e=>t.readInt32Field(e,4)},At={structLength:12,values:e=>{const n=t.readObjectField(e,0),r=t.getObjectFieldsBaseAddress(n);return t.readObjectField(r,0)},offset:e=>t.readInt32Field(e,4),count:e=>t.readInt32Field(e,8)},It={structLength:4+At.structLength,componentId:e=>t.readInt32Field(e,0),edits:e=>t.readStructField(e,4),editsEntry:(e,t)=>kt(e,t,Nt.structLength)},Nt={structLength:20,editType:e=>t.readInt32Field(e,0),siblingIndex:e=>t.readInt32Field(e,4),newTreeIndex:e=>t.readInt32Field(e,8),moveToSiblingIndex:e=>t.readInt32Field(e,8),removedAttributeName:e=>t.readStringField(e,16)},Rt={structLength:36,frameType:e=>t.readInt16Field(e,4),subtreeLength:e=>t.readInt32Field(e,8),elementReferenceCaptureId:e=>t.readStringField(e,16),componentId:e=>t.readInt32Field(e,12),elementName:e=>t.readStringField(e,16),textContent:e=>t.readStringField(e,16),markupContent:e=>t.readStringField(e,16),attributeName:e=>t.readStringField(e,16),attributeValue:e=>t.readStringField(e,24,!0),attributeEventHandlerId:e=>t.readUint64Field(e,8)};function kt(e,n,r){return t.getArrayEntryPtr(e,n,r)}const Dt=/^\s*Blazor-WebAssembly-Component-State:(?[a-zA-Z0-9+/=]+)$/;function _t(e){return Tt(e,Dt)}function Tt(e,t,n="state"){if(e.nodeType===Node.COMMENT_NODE){const r=e.textContent||"",o=t.exec(r),i=o&&o.groups&&o.groups[n];return i&&e.parentNode?.removeChild(e),i}if(!e.hasChildNodes())return;const r=e.childNodes;for(let e=0;e.*)$/);function Ot(e,t){const n=e.currentElement;var r,o,i;if(n&&n.nodeType===Node.COMMENT_NODE&&n.textContent){const s=Lt.exec(n.textContent),a=s&&s.groups&&s.groups.descriptor;if(!a)return;!function(e){if(e.parentNode instanceof Document)throw new Error("Root components cannot be marked as interactive. The element must be rendered statically so that scripts are not evaluated multiple times.")}(n);try{const s=function(e){const t=JSON.parse(e),{type:n}=t;if("server"!==n&&"webassembly"!==n&&"auto"!==n)throw new Error(`Invalid component type '${n}'.`);return t}(a),c=function(e,t,n){const{prerenderId:r}=e;if(r){for(;n.next()&&n.currentElement;){const e=n.currentElement;if(e.nodeType!==Node.COMMENT_NODE)continue;if(!e.textContent)continue;const t=Lt.exec(e.textContent),o=t&&t[1];if(o)return zt(o,r),e}throw new Error(`Could not find an end component comment for '${t}'.`)}}(s,n,e);if(t!==s.type)return;switch(s.type){case"webassembly":return o=n,i=c,Jt(r=s),{...r,uniqueId:jt++,start:o,end:i};case"server":return function(e,t,n){return Ht(e),{...e,uniqueId:jt++,start:t,end:n}}(s,n,c);case"auto":return function(e,t,n){return Ht(e),Jt(e),{...e,uniqueId:jt++,start:t,end:n}}(s,n,c)}}catch(e){throw new Error(`Found malformed component comment at ${n.textContent}`)}}}let Mt,xt,Pt,Bt,jt=0;function Ht(e){const{descriptor:t,sequence:n}=e;if(!t)throw new Error("descriptor must be defined when using a descriptor.");if(void 0===n)throw new Error("sequence must be defined when using a descriptor.");if(!Number.isInteger(n))throw new Error(`Error parsing the sequence '${n}' for component '${JSON.stringify(e)}'`)}function Jt(e){const{assembly:t,typeName:n}=e;if(!t)throw new Error("assembly must be defined when using a descriptor.");if(!n)throw new Error("typeName must be defined when using a descriptor.");e.parameterDefinitions=e.parameterDefinitions&&atob(e.parameterDefinitions),e.parameterValues=e.parameterValues&&atob(e.parameterValues)}function zt(e,t){const n=JSON.parse(e);if(1!==Object.keys(n).length)throw new Error(`Invalid end of component comment: '${e}'`);const r=n.prerenderId;if(!r)throw new Error(`End of component comment must have a value for the prerendered property: '${e}'`);if(r!==t)throw new Error(`End of component comment prerendered property must match the start comment prerender id: '${t}', '${r}'`)}class $t{constructor(e){this.childNodes=e,this.currentIndex=-1,this.length=e.length}next(){return this.currentIndex++,this.currentIndex{Bt=e}));const Ut=new Promise((e=>{}));let Kt;const Vt=new Promise((e=>{Kt=e}));function Xt(e){if(Mt)throw new Error("WebAssembly options have already been configured.");!async function(e){const t=await e;Mt=t,Kt()}(e)}function Yt(e){if(void 0!==Pt)throw new Error("Blazor WebAssembly has already started.");return Pt=new Promise(qt.bind(null,e)),Pt}async function qt(e,n,r){(function(){if(window.parent!==window&&!window.opener&&window.frameElement){const e=window.sessionStorage&&window.sessionStorage["Microsoft.AspNetCore.Components.WebAssembly.Authentication.CachedAuthSettings"],t=e&&JSON.parse(e);return t&&t.redirect_uri&&location.href.startsWith(t.redirect_uri)}return!1})()&&await new Promise((()=>{}));const o=Gt();!function(){const e=R;R=(t,n,r)=>{((e,t,n)=>{const r=function(e){return he[e]}(e);r?.eventDelegator.getHandler(t)&&pt.invokeWhenHeapUnlocked(n)})(t,n,(()=>e(t,n,r)))}}(),Qe._internal.applyHotReload=(e,t,n,r,o)=>{ut.invokeDotNetStaticMethod("Microsoft.AspNetCore.Components.WebAssembly","ApplyHotReloadDelta",e,t,n,r,o??null)},Qe._internal.getApplyUpdateCapabilities=()=>ut.invokeDotNetStaticMethod("Microsoft.AspNetCore.Components.WebAssembly","GetApplyUpdateCapabilities"),Qe._internal.invokeJSJson=Zt,Qe._internal.endInvokeDotNetFromJS=Qt,Qe._internal.receiveWebAssemblyDotNetDataStream=en,Qe._internal.receiveByteArray=tn;const i=(t=pt,t);Qe.platform=i,Qe._internal.renderBatch=(e,t)=>{const n=pt.beginHeapLock();try{!function(e,t){const n=he[e];if(!n)throw new Error(`There is no browser renderer with ID ${e}.`);const r=t.arrayRangeReader,o=t.updatedComponents(),i=r.values(o),s=r.count(o),a=t.referenceFrames(),c=r.values(a),l=t.diffReader;for(let e=0;e{await ut.invokeDotNetStaticMethodAsync("Microsoft.AspNetCore.Components.WebAssembly","NotifyLocationChanged",e,t,n)}),(async(e,t,n,r)=>{const o=await ut.invokeDotNetStaticMethodAsync("Microsoft.AspNetCore.Components.WebAssembly","NotifyLocationChangingAsync",t,n,r);Qe._internal.navigationManager.endLocationChanging(e,o)}));const s=new Wt(e);Qe._internal.registeredComponents={getRegisteredComponentsCount:()=>s.getCount(),getAssembly:e=>s.getAssembly(e),getTypeName:e=>s.getTypeName(e),getParameterDefinitions:e=>s.getParameterDefinitions(e)||"",getParameterValues:e=>s.getParameterValues(e)||""},Qe._internal.getPersistedState=()=>_t(document)||"",Qe._internal.getInitialComponentsUpdate=()=>Ut,Qe._internal.updateRootComponents=e=>Qe._internal.dotNetExports?.UpdateRootComponentsCore(e),Qe._internal.endUpdateRootComponents=t=>e.onAfterUpdateRootComponents?.(t),Qe._internal.attachRootComponentToElement=(e,t,n)=>{const r=s.resolveRegisteredElement(e);r?ye(n,r,t,!1):function(e,t,n){const r="::before";let o=!1;if(e.endsWith("::after"))e=e.slice(0,-7),o=!0;else if(e.endsWith(r))throw new Error(`The '${r}' selector is not supported.`);const i=function(e){const t=h.get(e);if(t)return h.delete(e),t}(e)||document.querySelector(e);if(!i)throw new Error(`Could not find any element matching selector '${e}'.`);ye(n,B(i,!0),t,o)}(e,t,n)};try{await o,await i.start()}catch(e){throw new Error(`Failed to start platform. Reason: ${e}`)}i.callEntryPoint(),mt.invokeAfterStartedCallbacks(Qe),n()}function Gt(){return xt??=(async()=>{await Vt;const e=Mt??{},t=Mt?.configureRuntime;e.configureRuntime=e=>{t?.(e)},await pt.load(e,Bt)})(),xt}function Zt(e,t,n,r,o){return 0!==o?(ut.beginInvokeJSFromDotNet(o,e,r,n,t),null):ut.invokeJSFromDotNet(e,r,n,t)}function Qt(e,t,n){ut.endInvokeDotNetFromJS(e,t,n)}function en(e,t,n,r){!function(e,t,n,r,o){let i=Ze.get(t);if(!i){const n=new ReadableStream({start(e){Ze.set(t,e),i=e}});e.supplyDotNetStream(t,n)}o?(i.error(o),Ze.delete(t)):0===r?(i.close(),Ze.delete(t)):i.enqueue(n.length===r?n:n.subarray(0,r))}(ut,e,t,n,r)}function tn(e,t){ut.receiveByteArray(e,t)}class nn{constructor(e){this.initialComponents=e}resolveRootComponent(e){return this.initialComponents[e]}}class rn{constructor(){this._eventListeners=new Map}static create(e){const t=new rn;return e.addEventListener=t.addEventListener.bind(t),e.removeEventListener=t.removeEventListener.bind(t),t}addEventListener(e,t){let n=this._eventListeners.get(e);n||(n=new Set,this._eventListeners.set(e,n)),n.add(t)}removeEventListener(e,t){this._eventListeners.get(e)?.delete(t)}dispatchEvent(e,t){const n=this._eventListeners.get(e);if(!n)return;const r={...t,type:e};for(const e of n)e(r)}}let on=!1;async function sn(e){if(on)throw new Error("Blazor has already started.");on=!0,Xt(Promise.resolve(e||{})),rn.create(Qe);const t=Ft(document,"webassembly"),n=new nn(t);await Yt(n)}Qe.start=sn,window.DotNet=e,document&&document.currentScript&&"false"!==document.currentScript.getAttribute("autostart")&&sn().catch(vt)}();
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.webassembly.js.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.webassembly.js.br
index 1e8bb365e..430b0953e 100644
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.webassembly.js.br and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.webassembly.js.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.webassembly.js.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.webassembly.js.gz
index e8720a0a5..4709b320b 100644
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.webassembly.js.gz and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/blazor.webassembly.js.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.7.0.4.4jojtnqp51.js b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.7.0.4.4jojtnqp51.js
deleted file mode 100644
index 5bdfa3343..000000000
--- a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.7.0.4.4jojtnqp51.js
+++ /dev/null
@@ -1,33 +0,0 @@
-//! Licensed to the .NET Foundation under one or more agreements.
-//! The .NET Foundation licenses this file to you under the MIT license.
-var __dotnet_runtime=function(e){"use strict";var t="7.0.4",n=false,r="Release";let o,s,i,a,c,u,l,f;const _={},d={};let m;function g(e,t){s=t.internal,i=t.marshaled_imports,o=t.module,w(e),a=e.isNode,c=e.isShell,u=e.isWeb,l=e.isWorker,f=e.isPThread,b.quit=e.quit_,b.ExitStatus=e.ExitStatus,b.requirePromise=e.requirePromise}function w(e){a=e.isNode,c=e.isShell,u=e.isWeb,l=e.isWorker,f=e.isPThread}function h(e){m=e}const p=undefined,b={javaScriptExports:{},mono_wasm_load_runtime_done:false,mono_wasm_bindings_is_ready:false,maxParallelDownloads:16,config:{environmentVariables:{}},diagnosticTracing:false},y=0,v=0,E=0,A=0,S=0,O=0,x=-1,j=0,$=0,N=0,k=0;function T(e){return void 0===e||null===e}const R=[[true,"mono_wasm_register_root","number",["number","number","string"]],[true,"mono_wasm_deregister_root",null,["number"]],[true,"mono_wasm_string_get_data",null,["number","number","number","number"]],[true,"mono_wasm_string_get_data_ref",null,["number","number","number","number"]],[true,"mono_wasm_set_is_debugger_attached","void",["bool"]],[true,"mono_wasm_send_dbg_command","bool",["number","number","number","number","number"]],[true,"mono_wasm_send_dbg_command_with_parms","bool",["number","number","number","number","number","number","string"]],[true,"mono_wasm_setenv",null,["string","string"]],[true,"mono_wasm_parse_runtime_options",null,["number","number"]],[true,"mono_wasm_strdup","number",["string"]],[true,"mono_background_exec",null,[]],[true,"mono_set_timeout_exec",null,[]],[true,"mono_wasm_load_icu_data","number",["number"]],[true,"mono_wasm_get_icudt_name","string",["string"]],[false,"mono_wasm_add_assembly","number",["string","number","number"]],[true,"mono_wasm_add_satellite_assembly","void",["string","string","number","number"]],[false,"mono_wasm_load_runtime",null,["string","number"]],[true,"mono_wasm_change_debugger_log_level","void",["number"]],[true,"mono_wasm_get_corlib","number",[]],[true,"mono_wasm_assembly_load","number",["string"]],[true,"mono_wasm_find_corlib_class","number",["string","string"]],[true,"mono_wasm_assembly_find_class","number",["number","string","string"]],[true,"mono_wasm_runtime_run_module_cctor","void",["number"]],[true,"mono_wasm_find_corlib_type","number",["string","string"]],[true,"mono_wasm_assembly_find_type","number",["number","string","string"]],[true,"mono_wasm_assembly_find_method","number",["number","string","number"]],[true,"mono_wasm_invoke_method","number",["number","number","number","number"]],[false,"mono_wasm_invoke_method_ref","void",["number","number","number","number","number"]],[true,"mono_wasm_string_get_utf8","number",["number"]],[true,"mono_wasm_string_from_utf16_ref","void",["number","number","number"]],[true,"mono_wasm_get_obj_type","number",["number"]],[true,"mono_wasm_array_length","number",["number"]],[true,"mono_wasm_array_get","number",["number","number"]],[true,"mono_wasm_array_get_ref","void",["number","number","number"]],[false,"mono_wasm_obj_array_new","number",["number"]],[false,"mono_wasm_obj_array_new_ref","void",["number","number"]],[false,"mono_wasm_obj_array_set","void",["number","number","number"]],[false,"mono_wasm_obj_array_set_ref","void",["number","number","number"]],[true,"mono_wasm_register_bundled_satellite_assemblies","void",[]],[false,"mono_wasm_try_unbox_primitive_and_get_type_ref","number",["number","number","number"]],[true,"mono_wasm_box_primitive_ref","void",["number","number","number","number"]],[true,"mono_wasm_intern_string_ref","void",["number"]],[true,"mono_wasm_assembly_get_entry_point","number",["number"]],[true,"mono_wasm_get_delegate_invoke_ref","number",["number"]],[true,"mono_wasm_string_array_new_ref","void",["number","number"]],[true,"mono_wasm_typed_array_new_ref","void",["number","number","number","number","number"]],[true,"mono_wasm_class_get_type","number",["number"]],[true,"mono_wasm_type_get_class","number",["number"]],[true,"mono_wasm_get_type_name","string",["number"]],[true,"mono_wasm_get_type_aqn","string",["number"]],[true,"mono_wasm_event_pipe_enable","bool",["string","number","number","string","bool","number"]],[true,"mono_wasm_event_pipe_session_start_streaming","bool",["number"]],[true,"mono_wasm_event_pipe_session_disable","bool",["number"]],[true,"mono_wasm_diagnostic_server_create_thread","bool",["string","number"]],[true,"mono_wasm_diagnostic_server_thread_attach_to_runtime","void",[]],[true,"mono_wasm_diagnostic_server_post_resume_runtime","void",[]],[true,"mono_wasm_diagnostic_server_create_stream","number",[]],[true,"mono_wasm_string_from_js","number",["string"]],[false,"mono_wasm_exit","void",["number"]],[true,"mono_wasm_getenv","number",["string"]],[true,"mono_wasm_set_main_args","void",["number","number"]],[false,"mono_wasm_enable_on_demand_gc","void",["number"]],[false,"mono_profiler_init_aot","void",["number"]],[false,"mono_wasm_exec_regression","number",["number","string"]],[false,"mono_wasm_invoke_method_bound","number",["number","number"]],[true,"mono_wasm_write_managed_pointer_unsafe","void",["number","number"]],[true,"mono_wasm_copy_managed_pointer","void",["number","number"]],[true,"mono_wasm_i52_to_f64","number",["number","number"]],[true,"mono_wasm_u52_to_f64","number",["number","number"]],[true,"mono_wasm_f64_to_i52","number",["number","number"]],[true,"mono_wasm_f64_to_u52","number",["number","number"]]],M={};function I(){const e=!!f;for(const t of R){const n=M,[r,s,i,a,c]=t;if(r||e)n[s]=function(...e){const t=o.cwrap(s,i,a,c);return n[s]=t,t(...e)};else{const e=o.cwrap(s,i,a,c);n[s]=e}}}function D(e,t,n){const r=C(e,t,n);let o="",s=0,i=0,a=0,c=0,u=0,l=0;const f=16777215,_=262143,d=4095,m=63,g=18,w=12,h=6,p=0;for(;s=r.read(),i=r.read(),a=r.read(),null!==s;)null===i&&(i=0,u+=1),null===a&&(a=0,u+=1),l=s<<16|i<<8|a<<0,c=(l&f)>>g,o+=U[c],c=(l&_)>>w,o+=U[c],u<2&&(c=(l&d)>>6,o+=U[c]),2===u?o+="==":1===u?o+="=":(c=(l&m)>>0,o+=U[c]);return o}const U=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"];function C(e,t,n){let r="number"===typeof t?t:0,o;o="number"===typeof n?r+n:e.length-r;const s={read:function(){if(r>=o)return null;const t=e[r];return r+=1,t}};return Object.defineProperty(s,"eof",{get:function(){return r>=o},configurable:true,enumerable:true}),s}const P=new Map;P.remove=function(e){const t=this.get(e);return this.delete(e),t};let W={},F=0,B=-1,H,V,z;function mono_wasm_runtime_ready(){if(s.mono_wasm_runtime_is_ready=b.mono_wasm_runtime_is_ready=true,F=0,W={},B=-1,globalThis.dotnetDebugger)debugger;else console.debug("mono_wasm_runtime_ready","fe00e07a-5519-4dfe-b35a-f867dbaf2e28")}function mono_wasm_fire_debugger_agent_message(){debugger}function L(e,t,n,r){const s=undefined,i=undefined,a={res_ok:e,res:{id:t,value:D(new Uint8Array(o.HEAPU8.buffer,n,r))}};P.has(t)&&console.warn(`MONO_WASM: Adding an id (${t}) that already exists in commands_received`),P.set(t,a)}function J(e){e.length>B&&(H&&o._free(H),B=Math.max(e.length,B,256),H=o._malloc(B));const t=atob(e);for(let e=0;e{const t=setInterval((()=>{1==b.waitForDebugger&&(clearInterval(t),e())}),100)}))}function te(){-1==b.waitForDebugger&&(b.waitForDebugger=1),M.mono_wasm_set_is_debugger_attached(true)}function ne(e,t){V=o.UTF8ToString(e).concat(".dll"),z=t,console.assert(true,`Adding an entrypoint breakpoint ${V} at method token ${z}`);debugger}function re(e,t){if(e.startsWith("dotnet:array:")){let e;if(void 0===t.items)return e=t.map((e=>e.value)),e;if(void 0===t.dimensionsDetails||1===t.dimensionsDetails.length)return e=t.items.map((e=>e.value)),e}const n={};return Object.keys(t).forEach((e=>{const r=t[e];void 0!==r.get?Object.defineProperty(n,r.name,{get(){return G(r.get.id,r.get.commandSet,r.get.command,r.get.buffer)},set:function(e){return q(r.set.id,r.set.commandSet,r.set.command,r.set.buffer,r.set.length,r.set.valtype,e),true}}):void 0!==r.set?Object.defineProperty(n,r.name,{get(){return r.value},set:function(e){return q(r.set.id,r.set.commandSet,r.set.command,r.set.buffer,r.set.length,r.set.valtype,e),true}}):n[r.name]=r.value})),n}function oe(e){if(void 0!=e.arguments&&!Array.isArray(e.arguments))throw new Error(`"arguments" should be an array, but was ${e.arguments}`);const t=e.objectId,n=e.details;let r={};if(t.startsWith("dotnet:cfo_res:")){if(!(t in W))throw new Error(`Unknown object id ${t}`);r=W[t]}else r=re(t,n);const o=void 0!=e.arguments?e.arguments.map((e=>JSON.stringify(e.value))):[],s=`const fn = ${e.functionDeclaration}; return fn.apply(proxy, [${o}]);`,i=undefined,a=new Function("proxy",s)(r);if(void 0===a)return{type:"undefined"};if(Object(a)!==a)return"object"==typeof a&&null==a?{type:typeof a,subtype:`${a}`,value:null}:{type:typeof a,description:`${a}`,value:`${a}`};if(e.returnByValue&&void 0==a.subtype)return{type:"object",value:a};if(Object.getPrototypeOf(a)==Array.prototype){const e=ae(a);return{type:"object",subtype:"array",className:"Array",description:`Array(${a.length})`,objectId:e}}if(void 0!==a.value||void 0!==a.subtype)return a;if(a==r)return{type:"object",className:"Object",description:"Object",objectId:t};const c=undefined;return{type:"object",className:"Object",description:"Object",objectId:ae(a)}}function se(e,t){if(!(e in W))throw new Error(`Could not find any object with id ${e}`);const n=W[e],r=Object.getOwnPropertyDescriptors(n);t.accessorPropertiesOnly&&Object.keys(r).forEach((e=>{void 0===r[e].get&&Reflect.deleteProperty(r,e)}));const o=[];return Object.keys(r).forEach((e=>{let t;const n=r[e];t="object"==typeof n.value?Object.assign({name:e},n):void 0!==n.value?{name:e,value:Object.assign({type:typeof n.value,description:""+n.value},n)}:void 0!==n.get?{name:e,get:{className:"Function",description:`get ${e} () {}`,type:"function"}}:{name:e,value:{type:"symbol",value:"",description:""}},o.push(t)})),{__value_as_json_string__:JSON.stringify(o)}}function ie(e,t={}){return se(`dotnet:cfo_res:${e}`,t)}function ae(e){const t="dotnet:cfo_res:"+F++;return W[t]=e,t}function ce(e){e in W&&delete W[e]}function ue(e,t){const n=o.UTF8ToString(t);if(s.logging&&"function"===typeof s.logging.debugger)return s.logging.debugger(e,n),void 0}let le=0;function fe(e){const t=1===M.mono_wasm_load_icu_data(e);return t&&le++,t}function _e(e){return M.mono_wasm_get_icudt_name(e)}function de(){const e=b.config;let t=false;if(e.globalizationMode||(e.globalizationMode="auto"),"invariant"===e.globalizationMode&&(t=true),!t)if(le>0)b.diagnosticTracing&&console.debug("MONO_WASM: ICU data archive(s) loaded, disabling invariant mode");else{if("icu"===e.globalizationMode){const e="invariant globalization mode is inactive and no ICU data archives were loaded";throw o.printErr(`MONO_WASM: ERROR: ${e}`),new Error(e)}b.diagnosticTracing&&console.debug("MONO_WASM: ICU data archive(s) not loaded, using invariant globalization mode"),t=true}t&&M.mono_wasm_setenv("DOTNET_SYSTEM_GLOBALIZATION_INVARIANT","1"),M.mono_wasm_setenv("DOTNET_SYSTEM_GLOBALIZATION_PREDEFINED_CULTURES_ONLY","1")}function me(e){null==e&&(e={}),"writeAt"in e||(e.writeAt="System.Runtime.InteropServices.JavaScript.JavaScriptExports::StopProfile"),"sendTo"in e||(e.sendTo="Interop/Runtime::DumpAotProfileData");const t="aot:write-at-method="+e.writeAt+",send-to-method="+e.sendTo;o.ccall("mono_wasm_load_profiler_aot",null,["string"],[t])}function ge(e){null==e&&(e={}),"writeAt"in e||(e.writeAt="WebAssembly.Runtime::StopProfile"),"sendTo"in e||(e.sendTo="WebAssembly.Runtime::DumpCoverageProfileData");const t="coverage:write-at-method="+e.writeAt+",send-to-method="+e.sendTo;o.ccall("mono_wasm_load_profiler_coverage",null,["string"],[t])}const we=new Map,he=new Map;let pe=0;function be(e){if(we.has(e))return we.get(e);const t=M.mono_wasm_assembly_load(e);return we.set(e,t),t}function ye(e,t,n){let r=he.get(e);r||he.set(e,r=new Map);let o=r.get(t);return o||(o=new Map,r.set(t,o)),o.get(n)}function ve(e,t,n,r){const o=he.get(e);if(!o)throw new Error("internal error");const s=o.get(t);if(!s)throw new Error("internal error");s.set(n,r)}function Ee(e,t,n){pe||(pe=M.mono_wasm_get_corlib());let r=ye(pe,e,t);if(void 0!==r)return r;if(r=M.mono_wasm_assembly_find_class(pe,e,t),n&&!r)throw new Error(`Failed to find corlib class ${e}.${t}`);return ve(pe,e,t,r),r}
-//! Licensed to the .NET Foundation under one or more agreements.
-const Ae=new Map,Se=[];function Oe(e){try{if(0==Ae.size)return e;const t=e;for(let n=0;n{const n=t.find((e=>"object"==typeof e&&void 0!==e.replaceSection));if(void 0===n)return e;const r=n.funcNum,o=n.replaceSection,s=Ae.get(Number(r));return void 0===s?e:e.replace(o,`${s} (${o})`)}));if(r!==t)return r}return t}catch(t){return console.debug(`MONO_WASM: failed to symbolicate: ${t}`),e}}function xe(e){let t=e;return t instanceof Error||(t=new Error(t)),Oe(t.stack)}function je(e,t,n,r,i){const a=o.UTF8ToString(n),c=!!r,u=o.UTF8ToString(e),l=i,f=o.UTF8ToString(t),_=`[MONO] ${a}`;if(s.logging&&"function"===typeof s.logging.trace)return s.logging.trace(u,f,_,c,l),void 0;switch(f){case"critical":case"error":console.error(xe(_));break;case"warning":console.warn(_);break;case"message":console.log(_);break;case"info":console.info(_);break;case"debug":console.debug(_);break;default:console.log(_);break}}let $e;function Ne(e,t,n){const r={log:t.log,error:t.error},o=t;function s(t,n,o){return function(...s){try{let r=s[0];if(void 0===r)r="undefined";else if(null===r)r="null";else if("function"===typeof r)r=r.toString();else if("string"!==typeof r)try{r=JSON.stringify(r)}catch(e){r=r.toString()}"string"===typeof r&&"main"!==e&&(r=`[${e}] ${r}`),n(o?JSON.stringify({method:t,payload:r,arguments:s}):[t+r,...s.slice(1)])}catch(e){r.error(`proxyConsole failed: ${e}`)}}}const i=["debug","trace","warn","info","error"];for(const e of i)"function"!==typeof o[e]&&(o[e]=s(`console.${e}: `,t.log,false));const a=`${n}/console`.replace("https://","wss://").replace("http://","ws://");$e=new WebSocket(a),$e.addEventListener("open",(()=>{r.log(`browser: [${e}] Console websocket connected.`)})),$e.addEventListener("error",(t=>{r.error(`[${e}] websocket error: ${t}`,t)})),$e.addEventListener("close",(t=>{r.error(`[${e}] websocket closed: ${t}`,t)}));const c=e=>{$e.readyState===WebSocket.OPEN?$e.send(e):r.log(e)};for(const e of["log",...i])o[e]=s(`console.${e}`,c,true)}function ke(e){if(!b.mono_wasm_symbols_are_ready){b.mono_wasm_symbols_are_ready=true;try{const t=undefined;o.FS_readFile(e,{flags:"r",encoding:"utf8"}).split(/[\r\n]/).forEach((e=>{const t=e.split(/:/);t.length<2||(t[1]=t.splice(1).join(":"),Ae.set(Number(t[0]),t[1]))}))}catch(t){return 44==t.errno||console.log(`MONO_WASM: Error loading symbol file ${e}: ${JSON.stringify(t)}`),void 0}}}async function Te(e,t){try{const n=await Re(e,t);return De(n),n}catch(e){return e instanceof b.ExitStatus?e.status:(De(1,e),1)}}async function Re(e,t){Ic(e,t),-1==b.waitForDebugger&&(console.log("MONO_WASM: waiting for debugger..."),await ee());const n=Me(e);return b.javaScriptExports.call_entry_point(n,t)}function Me(e){if(!b.mono_wasm_bindings_is_ready)throw new Error("Assert failed: The runtime must be initialized.");const t=be(e);if(!t)throw new Error("Could not find assembly: "+e);let n=0;1==b.waitForDebugger&&(n=1);const r=M.mono_wasm_assembly_get_entry_point(t,n);if(!r)throw new Error("Could not find entry point for assembly: "+e);return r}function Ie(e){bc(e,false),De(1,e)}function De(e,t){if(b.config.asyncFlushOnExit&&0===e)throw(async()=>{try{await Ue()}finally{Ce(e,t)}})(),b.ExitStatus?new b.ExitStatus(e):t||new Error("Stop with exit code "+e);Ce(e,t)}async function Ue(){try{const e=await import("process"),t=e=>new Promise(((t,n)=>{e.on("error",(e=>n(e))),e.write("",(function(){t()}))})),n=t(e.stderr),r=t(e.stdout);await Promise.all([r,n])}catch(e){console.error(`flushing std* streams failed: ${e}`)}}function Ce(e,t){if(b.ExitStatus&&(!t||t instanceof b.ExitStatus?t=new b.ExitStatus(e):t instanceof Error?o.printErr(s.mono_wasm_stringify_as_error_with_stack(t)):"string"==typeof t?o.printErr(t):o.printErr(JSON.stringify(t))),We(e,t),Pe(e),0!==e||!u){if(!b.quit)throw t;b.quit(e,t)}}function Pe(e){if(u&&b.config.appendElementOnExit){const t=document.createElement("label");t.id="tests_done",e&&(t.style.background="red"),t.innerHTML=e.toString(),document.body.appendChild(t)}}function We(e,t){if(b.config.logExitCode)if(0!=e&&t&&(t instanceof Error?console.error(xe(t)):"string"==typeof t?console.error(t):console.error(JSON.stringify(t))),$e){const t=()=>{0==$e.bufferedAmount?console.log("WASM EXIT "+e):setTimeout(t,100)};t()}else console.log("WASM EXIT "+e)}Se.push(/at (?[^:()]+:wasm-function\[(?\d+)\]:0x[a-fA-F\d]+)((?![^)a-fA-F\d])|$)/),Se.push(/(?:WASM \[[\da-zA-Z]+\], (?function #(?[\d]+) \(''\)))/),Se.push(/(?[a-z]+:\/\/[^ )]*:wasm-function\[(?\d+)\]:0x[a-fA-F\d]+)/),Se.push(/(?<[^ >]+>[.:]wasm-function\[(?[0-9]+)\])/);const Fe="function"===typeof globalThis.WeakRef;function Be(e){return Fe?new WeakRef(e):{deref:()=>e}}const He="function"===typeof globalThis.FinalizationRegistry;let Ve;const ze=[],Le=[];let Je=1;const qe=new Map;He&&(Ve=new globalThis.FinalizationRegistry(rt));const Ge=Symbol.for("wasm js_owned_gc_handle"),Ye=Symbol.for("wasm cs_owned_js_handle");function Ze(e){return 0!==e&&e!==x?ze[e]:null}function Xe(e){return 0!==e&&e!==x?Ze(e):null}function Qe(e){if(e[Ye])return e[Ye];const t=Le.length?Le.pop():Je++;return ze[t]=e,Object.isExtensible(e)&&(e[Ye]=t),t}function Ke(e){const t=ze[e];if("undefined"!==typeof t&&null!==t){if(globalThis===t)return;"undefined"!==typeof t[Ye]&&(t[Ye]=void 0),ze[e]=void 0,Le.push(e)}}function et(e,t){e[Ge]=t,He&&Ve.register(e,t,e);const n=Be(e);qe.set(t,n)}function tt(e,t){e&&(t=e[Ge],e[Ge]=0,He&&Ve.unregister(e)),0!==t&&qe.delete(t)&&b.javaScriptExports.release_js_owned_object_by_gc_handle(t)}function nt(e){const t=e[Ge];if(!(0!=t))throw new Error("Assert failed: ObjectDisposedException");return t}function rt(e){tt(null,e)}function ot(e){if(!e)return null;const t=qe.get(e);return t?t.deref():null}const st=Symbol.for("wasm promise_control");function it(e,t){let n=null;const r=new Promise((function(r,o){n={isDone:false,promise:null,resolve:t=>{n.isDone||(n.isDone=true,r(t),e&&e())},reject:e=>{n.isDone||(n.isDone=true,o(e),t&&t())}}}));n.promise=r;const o=r;return o[st]=n,{promise:o,promise_control:n}}function at(e){return e[st]}function ct(e){return void 0!==e[st]}function ut(e){if(!ct(e))throw new Error("Assert failed: Promise is not controllable")}const lt=("object"===typeof Promise||"function"===typeof Promise)&&"function"===typeof Promise.resolve;function ft(e){return Promise.resolve(e)===e||("object"===typeof e||"function"===typeof e)&&"function"===typeof e.then}function _t(e){const{promise:t,promise_control:n}=it(),r=undefined;return e().then((e=>n.resolve(e))).catch((e=>n.reject(e))),t}function dt(e){const t=ot(e);if(!t)return;const n=t.promise;if(!!!n)throw new Error(`Assert failed: Expected Promise for GCHandle ${e}`);ut(n);const r=undefined;at(n).reject("OperationCanceledException")}const mt=[],gt=32768;let wt,ht,pt=null;function bt(){wt||(wt=o._malloc(gt),ht=wt)}const yt="undefined"!==typeof BigInt&&"undefined"!==typeof BigInt64Array;function vt(){bt(),mt.push(ht)}function Et(){if(!mt.length)throw new Error("No temp frames have been created at this point");ht=mt.pop()}function At(e,t,n){if(!Number.isSafeInteger(e))throw new Error(`Assert failed: Value is not an integer: ${e} (${typeof e})`);if(!(e>=t&&e<=n))throw new Error(`Assert failed: Overflow: value ${e} is out of ${t} ${n} range`)}function St(e,t){e%4===0&&t%4===0?o.HEAP32.fill(0,e>>>2,t>>>2):o.HEAP8.fill(0,e,t)}function Ot(e,t){const n=!!t;"number"===typeof t&&At(t,0,1),o.HEAP32[e>>>2]=n?1:0}function xt(e,t){At(t,0,255),o.HEAPU8[e]=t}function jt(e,t){At(t,0,65535),o.HEAPU16[e>>>1]=t}function $t(e,t){o.HEAPU32[e>>>2]=t}function Nt(e,t){At(t,0,4294967295),o.HEAPU32[e>>>2]=t}function kt(e,t){At(t,-128,127),o.HEAP8[e]=t}function Tt(e,t){At(t,-32768,32767),o.HEAP16[e>>>1]=t}function Rt(e,t){o.HEAP32[e>>>2]=t}function Mt(e,t){At(t,-2147483648,2147483647),o.HEAP32[e>>>2]=t}function It(e){if(0!==e)switch(e){case 1:throw new Error("value was not an integer");case 2:throw new Error("value out of range");default:throw new Error("unknown internal error")}}function Dt(e,t){if(!Number.isSafeInteger(t))throw new Error(`Assert failed: Value is not a safe integer: ${t} (${typeof t})`);const n=undefined;It(M.mono_wasm_f64_to_i52(e,t))}function Ut(e,t){if(!Number.isSafeInteger(t))throw new Error(`Assert failed: Value is not a safe integer: ${t} (${typeof t})`);if(!(t>=0))throw new Error("Assert failed: Can't convert negative Number into UInt64");const n=undefined;It(M.mono_wasm_f64_to_u52(e,t))}function Ct(e,t){if(!yt)throw new Error("Assert failed: BigInt is not supported.");if(!("bigint"===typeof t))throw new Error(`Assert failed: Value is not an bigint: ${t} (${typeof t})`);if(!(t>=Kt&&t<=Qt))throw new Error(`Assert failed: Overflow: value ${t} is out of ${Kt} ${Qt} range`);pt[e>>>3]=t}function Pt(e,t){if(!("number"===typeof t))throw new Error(`Assert failed: Value is not a Number: ${t} (${typeof t})`);o.HEAPF32[e>>>2]=t}function Wt(e,t){if(!("number"===typeof t))throw new Error(`Assert failed: Value is not a Number: ${t} (${typeof t})`);o.HEAPF64[e>>>3]=t}function Ft(e){return!!o.HEAP32[e>>>2]}function Bt(e){return o.HEAPU8[e]}function Ht(e){return o.HEAPU16[e>>>1]}function Vt(e){return o.HEAPU32[e>>>2]}function zt(e){return o.HEAP8[e]}function Lt(e){return o.HEAP16[e>>>1]}function Jt(e){return o.HEAP32[e>>>2]}function qt(e){const t=M.mono_wasm_i52_to_f64(e,b._i52_error_scratch_buffer),n=undefined;return It(Jt(b._i52_error_scratch_buffer)),t}function Gt(e){const t=M.mono_wasm_u52_to_f64(e,b._i52_error_scratch_buffer),n=undefined;return It(Jt(b._i52_error_scratch_buffer)),t}function Yt(e){if(!yt)throw new Error("Assert failed: BigInt is not supported.");return pt[e>>>3]}function Zt(e){return o.HEAPF32[e>>>2]}function Xt(e){return o.HEAPF64[e>>>3]}let Qt,Kt;function en(e){yt&&(Qt=BigInt("9223372036854775807"),Kt=BigInt("-9223372036854775808"),pt=new BigInt64Array(e))}function tn(e){const t=o._malloc(e.length),n=undefined;return new Uint8Array(o.HEAPU8.buffer,t,e.length).set(e),t}const nn=8192;let rn=null,on=null,sn=0;const an=[],cn=[];function un(e,t){if(e<=0)throw new Error("capacity >= 1");const n=4*(e|=0),r=o._malloc(n);if(r%4!==0)throw new Error("Malloc returned an unaligned offset");return St(r,n),new WasmRootBufferImpl(r,e,true,t)}function ln(e){let t;if(!e)throw new Error("address must be a location in the native heap");return cn.length>0?(t=cn.pop(),t._set_address(e)):t=new wn(e),t}function fn(e){let t;if(an.length>0)t=an.pop();else{const e=mn(),n=undefined;t=new gn(rn,e)}if(void 0!==e){if("number"!==typeof e)throw new Error("value must be an address in the managed heap");t.set(e)}else t.set(0);return t}function _n(...e){for(let t=0;t>>2,this.__count=t,this.length=t,this.__handle=M.mono_wasm_register_root(e,o,r||"noname"),this.__ownsAllocation=n}_throw_index_out_of_range(){throw new Error("index out of range")}_check_in_range(e){(e>=this.__count||e<0)&&this._throw_index_out_of_range()}get_address(e){return this._check_in_range(e),this.__offset+4*e}get_address_32(e){return this._check_in_range(e),this.__offset32+e}get(e){this._check_in_range(e);const t=this.get_address_32(e);return o.HEAPU32[t]}set(e,t){const n=this.get_address(e);return M.mono_wasm_write_managed_pointer_unsafe(n,t),t}copy_value_from_address(e,t){const n=this.get_address(e);M.mono_wasm_copy_managed_pointer(n,t)}_unsafe_get(e){return o.HEAPU32[this.__offset32+e]}_unsafe_set(e,t){const n=this.__offset+e;M.mono_wasm_write_managed_pointer_unsafe(n,t)}clear(){this.__offset&&St(this.__offset,4*this.__count)}release(){this.__offset&&this.__ownsAllocation&&(M.mono_wasm_deregister_root(this.__offset),St(this.__offset,4*this.__count),o._free(this.__offset)),this.__handle=this.__offset=this.__count=this.__offset32=0}toString(){return`[root buffer @${this.get_address(0)}, size ${this.__count} ]`}}class gn{constructor(e,t){this.__buffer=e,this.__index=t}get_address(){return this.__buffer.get_address(this.__index)}get_address_32(){return this.__buffer.get_address_32(this.__index)}get address(){return this.__buffer.get_address(this.__index)}get(){const e=undefined;return this.__buffer._unsafe_get(this.__index)}set(e){const t=this.__buffer.get_address(this.__index);return M.mono_wasm_write_managed_pointer_unsafe(t,e),e}copy_from(e){const t=e.address,n=this.address;M.mono_wasm_copy_managed_pointer(n,t)}copy_to(e){const t=this.address,n=e.address;M.mono_wasm_copy_managed_pointer(n,t)}copy_from_address(e){const t=this.address;M.mono_wasm_copy_managed_pointer(t,e)}copy_to_address(e){const t=this.address;M.mono_wasm_copy_managed_pointer(e,t)}get value(){return this.get()}set value(e){this.set(e)}valueOf(){throw new Error("Implicit conversion of roots to pointers is no longer supported. Use .value or .address as appropriate")}clear(){this.set(0)}release(){if(!this.__buffer)throw new Error("No buffer");const e=128;an.length>e?(dn(this.__index),this.__buffer=null,this.__index=0):(this.set(0),an.push(this))}toString(){return`[root @${this.address}]`}}class wn{constructor(e){this.__external_address=0,this.__external_address_32=0,this._set_address(e)}_set_address(e){this.__external_address=e,this.__external_address_32=e>>>2}get address(){return this.__external_address}get_address(){return this.__external_address}get_address_32(){return this.__external_address_32}get(){const e=undefined;return o.HEAPU32[this.__external_address_32]}set(e){return M.mono_wasm_write_managed_pointer_unsafe(this.__external_address,e),e}copy_from(e){const t=e.address,n=this.__external_address;M.mono_wasm_copy_managed_pointer(n,t)}copy_to(e){const t=this.__external_address,n=e.address;M.mono_wasm_copy_managed_pointer(n,t)}copy_from_address(e){const t=this.__external_address;M.mono_wasm_copy_managed_pointer(t,e)}copy_to_address(e){const t=this.__external_address;M.mono_wasm_copy_managed_pointer(e,t)}get value(){return this.get()}set value(e){this.set(e)}valueOf(){throw new Error("Implicit conversion of roots to pointers is no longer supported. Use .value or .address as appropriate")}clear(){this.set(0)}release(){const e=128;cn.length=r&&(vr=null),vr||(vr=un(r,"interned strings"),Er=0);const o=vr,s=Er++;if(n&&(M.mono_wasm_intern_string_ref(t.address),!t.value))throw new Error("mono_wasm_intern_string_ref produced a null pointer");br.set(e,t.value),pr.set(t.value,e),0!==e.length||yr||(yr=t.value),o.copy_value_from_address(s,t.address)}function Nr(e,t){let n;if("symbol"===typeof e?(n=e.description,"string"!==typeof n&&(n=Symbol.keyFor(e)),"string"!==typeof n&&(n="")):"string"===typeof e&&(n=e),"string"!==typeof n)throw new Error(`Argument to js_string_to_mono_string_interned must be a string but was ${e}`);if(0===n.length&&yr)return t.set(yr),void 0;const r=br.get(n);if(r)return t.set(r),void 0;Tr(n,t),$r(n,t,true)}function kr(e,t){if(t.clear(),null!==e)if("symbol"===typeof e)Nr(e,t);else{if("string"!==typeof e)throw new Error("Expected string argument, got "+typeof e);if(0===e.length)Nr(e,t);else{if(e.length<=256){const n=br.get(e);if(n)return t.set(n),void 0}Tr(e,t)}}}function Tr(e,t){const n=o._malloc(2*(e.length+1)),r=n>>>1|0;for(let t=0;t{const n=On(e,0),a=On(e,1),c=On(e,2),u=On(e,3),l=On(e,4);try{let e,n,f;o&&(e=o(c)),s&&(n=s(u)),i&&(f=i(l));const _=t(e,n,f);r&&r(a,_)}catch(e){eo(n,e)}};a[yn]=true;const c=undefined;cr(e,Qe(a)),Cn(e,wr.Function)}class Qr{constructor(e){this.promise=e}dispose(){tt(this,0)}get isDisposed(){return 0===this[Ge]}}function Kr(e,t,n,r){if(null===t||void 0===t)return Cn(e,wr.None),void 0;if(!ft(t))throw new Error("Assert failed: Value is not a Promise");const o=b.javaScriptExports.create_task_callback();lr(e,o),Cn(e,wr.Task);const s=new Qr(t);et(s,o),t.then((e=>{b.javaScriptExports.complete_task(o,null,e,r||no),tt(s,o)})).catch((e=>{b.javaScriptExports.complete_task(o,e,null,void 0),tt(s,o)}))}function eo(e,t){if(null===t||void 0===t)Cn(e,wr.None);else if(t instanceof ManagedError){Cn(e,wr.Exception);const n=undefined;lr(e,nt(t))}else{if(!("object"===typeof t||"string"===typeof t))throw new Error("Assert failed: Value is not an Error "+typeof t);Cn(e,wr.JSException);const n=undefined;Yr(e,t.toString());const r=t[Ye];if(r)cr(e,r);else{const n=undefined;cr(e,Qe(t))}}}function to(e,t){if(void 0===t||null===t)Cn(e,wr.None);else{if(!(void 0===t[Ge]))throw new Error("Assert failed: JSObject proxy of ManagedObject proxy is not supported");if(!("function"===typeof t||"object"===typeof t))throw new Error(`Assert failed: JSObject proxy of ${typeof t} is not supported`);Cn(e,wr.JSObject);const n=undefined;cr(e,Qe(t))}}function no(e,t){if(void 0===t||null===t)Cn(e,wr.None);else{const n=t[Ge],r=typeof t;if(void 0===n)if("string"===r||"symbol"===r)Cn(e,wr.String),Yr(e,t);else if("number"===r)Cn(e,wr.Double),sr(e,t);else{if("bigint"===r)throw new Error("NotImplementedException: bigint");if("boolean"===r)Cn(e,wr.Boolean),Zn(e,t);else if(t instanceof Date)Cn(e,wr.DateTime),or(e,t);else if(t instanceof Error)eo(e,t);else if(t instanceof Uint8Array)oo(e,t,wr.Byte);else if(t instanceof Float64Array)oo(e,t,wr.Double);else if(t instanceof Int32Array)oo(e,t,wr.Int32);else if(Array.isArray(t))oo(e,t,wr.Object);else{if(t instanceof Int16Array||t instanceof Int8Array||t instanceof Uint8ClampedArray||t instanceof Uint16Array||t instanceof Uint32Array||t instanceof Float32Array)throw new Error("NotImplementedException: TypedArray");if(ft(t))Kr(e,t);else{if(t instanceof Span)throw new Error("NotImplementedException: Span");if("object"!=r)throw new Error(`JSObject proxy is not supported for ${r} ${t}`);{const n=Qe(t);Cn(e,wr.JSObject),cr(e,n)}}}}else{if(nt(t),t instanceof ArraySegment)throw new Error("NotImplementedException: ArraySegment");if(t instanceof ManagedError)Cn(e,wr.Exception),lr(e,n);else{if(!(t instanceof ManagedObject))throw new Error("NotImplementedException "+r);Cn(e,wr.Object),lr(e,n)}}}}function ro(e,t,n){if(!!!n)throw new Error("Assert failed: Expected valid sig parameter");const r=undefined;oo(e,t,kn(n))}function oo(e,t,n){if(null===t||void 0===t)Cn(e,wr.None);else{const r=mr(n);if(!(-1!=r))throw new Error(`Assert failed: Element type ${wr[n]} not supported`);const s=t.length,i=r*s,a=o._malloc(i);if(n==wr.String){if(!Array.isArray(t))throw new Error("Assert failed: Value is not an Array");St(a,i),M.mono_wasm_register_root(a,i,"marshal_array_to_cs");for(let e=0;e>2,(a>>2)+s).set(t)}else{if(n!=wr.Double)throw new Error("not implemented");{if(!(Array.isArray(t)||t instanceof Float64Array))throw new Error("Assert failed: Value is not an Array or Float64Array");const e=undefined;o.HEAPF64.subarray(a>>3,(a>>3)+s).set(t)}}tr(e,a),Cn(e,wr.Array),Pn(e,n),dr(e,t.length)}}function so(e,t,n){if(!!!n)throw new Error("Assert failed: Expected valid sig parameter");if(!!t.isDisposed)throw new Error("Assert failed: ObjectDisposedException");ao(n,t._viewType),Cn(e,wr.Span),tr(e,t._pointer),dr(e,t.length)}function io(e,t,n){if(!!!n)throw new Error("Assert failed: Expected valid sig parameter");const r=nt(t);if(!r)throw new Error("Assert failed: Only roundtrip of ArraySegment instance created by C#");ao(n,t._viewType),Cn(e,wr.ArraySegment),tr(e,t._pointer),dr(e,t.length),lr(e,r)}function ao(e,t){const n=kn(e);if(n==wr.Byte){if(!(0==t))throw new Error("Assert failed: Expected MemoryViewType.Byte")}else if(n==wr.Int32){if(!(1==t))throw new Error("Assert failed: Expected MemoryViewType.Int32")}else{if(n!=wr.Double)throw new Error(`NotImplementedException ${wr[n]} `);if(!(2==t))throw new Error("Assert failed: Expected MemoryViewType.Double")}}function co(){0==hn.size&&(hn.set(wr.Array,ko),hn.set(wr.Span,Ro),hn.set(wr.ArraySegment,Mo),hn.set(wr.Boolean,lo),hn.set(wr.Byte,fo),hn.set(wr.Char,_o),hn.set(wr.Int16,mo),hn.set(wr.Int32,go),hn.set(wr.Int52,wo),hn.set(wr.BigInt64,ho),hn.set(wr.Single,po),hn.set(wr.IntPtr,yo),hn.set(wr.Double,bo),hn.set(wr.String,xo),hn.set(wr.Exception,jo),hn.set(wr.JSException,jo),hn.set(wr.JSObject,$o),hn.set(wr.Object,No),hn.set(wr.DateTime,Eo),hn.set(wr.DateTimeOffset,Eo),hn.set(wr.Task,So),hn.set(wr.Action,Ao),hn.set(wr.Function,Ao),hn.set(wr.None,vo),hn.set(wr.Void,vo),hn.set(wr.Discard,vo))}function uo(e,t,n,r,o,s){let i="",a="",c="";const u="converter"+t;let l="null",f="null",_="null",d="null",m=$n(e);if(m===wr.None||m===wr.Void)return{converters:i,call_body:c,marshaler_type:m};const g=Nn(e);if(g!==wr.None){const e=hn.get(g);if(!(e&&"function"===typeof e))throw new Error(`Assert failed: Unknow converter for type ${g} at ${t}`);m!=wr.Nullable?(d="converter"+t+"_res",i+=", "+d,a+=" "+wr[g],s[d]=e):m=g}const w=kn(e);if(w!==wr.None){const e=pn.get(w);if(!(e&&"function"===typeof e))throw new Error(`Assert failed: Unknow converter for type ${w} at ${t}`);l="converter"+t+"_arg1",i+=", "+l,a+=" "+wr[w],s[l]=e}const h=Tn(e);if(h!==wr.None){const e=pn.get(h);if(!(e&&"function"===typeof e))throw new Error(`Assert failed: Unknow converter for type ${h} at ${t}`);f="converter"+t+"_arg2",i+=", "+f,a+=" "+wr[h],s[f]=e}const p=Rn(e);if(p!==wr.None){const e=pn.get(p);if(!(e&&"function"===typeof e))throw new Error(`Assert failed: Unknow converter for type ${p} at ${t}`);_="converter"+t+"_arg3",i+=", "+_,a+=" "+wr[p],s[_]=e}const b=hn.get(m);if(!(b&&"function"===typeof b))throw new Error(`Assert failed: Unknow converter for type ${m} at ${t} `);return i+=", "+u,a+=" "+wr[m],s[u]=b,c=m==wr.Task?` const ${o} = ${u}(args + ${n}, signature + ${r}, ${d}); // ${a} \n`:m==wr.Action||m==wr.Function?` const ${o} = ${u}(args + ${n}, signature + ${r}, ${d}, ${l}, ${f}, ${_}); // ${a} \n`:` const ${o} = ${u}(args + ${n}, signature + ${r}); // ${a} \n`,{converters:i,call_body:c,marshaler_type:m}}function lo(e){const t=undefined;return Dn(e)==wr.None?null:Wn(e)}function fo(e){const t=undefined;return Dn(e)==wr.None?null:Fn(e)}function _o(e){const t=undefined;return Dn(e)==wr.None?null:Bn(e)}function mo(e){const t=undefined;return Dn(e)==wr.None?null:Hn(e)}function go(e){const t=undefined;return Dn(e)==wr.None?null:Vn(e)}function wo(e){const t=undefined;return Dn(e)==wr.None?null:Ln(e)}function ho(e){const t=undefined;return Dn(e)==wr.None?null:Jn(e)}function po(e){const t=undefined;return Dn(e)==wr.None?null:Gn(e)}function bo(e){const t=undefined;return Dn(e)==wr.None?null:Yn(e)}function yo(e){const t=undefined;return Dn(e)==wr.None?null:zn(e)}function vo(){return null}function Eo(e){const t=undefined;return Dn(e)===wr.None?null:qn(e)}function Ao(e,t,n,r,o,s){const i=undefined;if(Dn(e)===wr.None)return null;const a=ur(e);let c=ot(a);return null!==c&&void 0!==c||(c=(e,t,i)=>b.javaScriptExports.call_delegate(a,e,t,i,n,r,o,s),et(c,a)),c}function So(e,t,n){const r=Dn(e);if(r===wr.None)return null;if(r!==wr.Task){if(n||(n=hn.get(r)),!n)throw new Error(`Assert failed: Unknow sub_converter for type ${wr[r]} `);const t=n(e);return new Promise((e=>e(t)))}const o=ar(e);if(0==o)return new Promise((e=>e(void 0)));const s=Ze(o);if(!!!s)throw new Error(`Assert failed: ERR28: promise not found for js_handle: ${o} `);ut(s);const i=at(s),a=i.resolve;return i.resolve=e=>{const t=Dn(e);if(t===wr.None)return a(null),void 0;if(n||(n=hn.get(t)),!n)throw new Error(`Assert failed: Unknow sub_converter for type ${wr[t]}`);const r=n(e);a(r)},s}function Oo(e){const t=On(e,0),n=On(e,1),r=On(e,2),o=On(e,3),s=Dn(t),i=Dn(o),a=ar(r);if(0===a){const{promise:e,promise_control:r}=it(),a=undefined;if(cr(n,Qe(e)),s!==wr.None){const e=jo(t);r.reject(e)}else if(i!==wr.Task){const e=hn.get(i);if(!e)throw new Error(`Assert failed: Unknow sub_converter for type ${wr[i]} `);const t=e(o);r.resolve(t)}}else{const e=Ze(a);if(!!!e)throw new Error(`Assert failed: ERR25: promise not found for js_handle: ${a} `);ut(e);const n=at(e);if(s!==wr.None){const e=jo(t);n.reject(e)}else i!==wr.Task&&n.resolve(o)}Cn(n,wr.Task),Cn(t,wr.None)}function xo(e){const t=undefined;if(Dn(e)==wr.None)return null;const n=fr(e);try{const e=undefined;return xr(n)}finally{n.release()}}function jo(e){const t=Dn(e);if(t==wr.None)return null;if(t==wr.JSException){const t=undefined,n=undefined;return Ze(ar(e))}const n=ur(e);let r=ot(n);if(null===r||void 0===r){const t=xo(e);r=new ManagedError(t),et(r,n)}return r}function $o(e){const t=undefined;if(Dn(e)==wr.None)return null;const n=undefined,r=undefined;return Ze(ar(e))}function No(e){const t=Dn(e);if(t==wr.None)return null;if(t==wr.JSObject){const t=undefined,n=undefined;return Ze(ar(e))}if(t==wr.Array){const t=undefined;return To(e,Un(e))}if(t==wr.Object){const t=ur(e);if(0===t)return null;let n=ot(t);return n||(n=new ManagedObject,et(n,t)),n}const n=hn.get(t);if(!n)throw new Error(`Assert failed: Unknow converter for type ${wr[t]}`);return n(e)}function ko(e,t){if(!!!t)throw new Error("Assert failed: Expected valid sig parameter");const n=undefined;return To(e,kn(t))}function To(e,t){const n=undefined;if(Dn(e)==wr.None)return null;const r=undefined;if(!(-1!=mr(t)))throw new Error(`Assert failed: Element type ${wr[t]} not supported`);const s=zn(e),i=_r(e);let a=null;if(t==wr.String){a=new Array(i);for(let e=0;e>2,(s>>2)+i).slice()}else{if(t!=wr.Double)throw new Error(`NotImplementedException ${wr[t]} `);{const e=undefined;a=o.HEAPF64.subarray(s>>3,(s>>3)+i).slice()}}return o._free(s),a}function Ro(e,t){if(!!!t)throw new Error("Assert failed: Expected valid sig parameter");const n=kn(t),r=zn(e),o=_r(e);let s=null;if(n==wr.Byte)s=new Span(r,o,0);else if(n==wr.Int32)s=new Span(r,o,1);else{if(n!=wr.Double)throw new Error(`NotImplementedException ${wr[n]} `);s=new Span(r,o,2)}return s}function Mo(e,t){if(!!!t)throw new Error("Assert failed: Expected valid sig parameter");const n=kn(t),r=zn(e),o=_r(e);let s=null;if(n==wr.Byte)s=new ArraySegment(r,o,0);else if(n==wr.Int32)s=new ArraySegment(r,o,1);else{if(n!=wr.Double)throw new Error(`NotImplementedException ${wr[n]} `);s=new ArraySegment(r,o,2)}const i=undefined;return et(s,ur(e)),s}let Io,Do;const Uo={};function Co(e){Io=e.mono,Do=e.binding}const Po=Symbol.for("wasm type");function Wo(e){return new Promise((t=>setTimeout(t,e)))}const Fo=it(),Bo=it();let Ho=0,Vo=0,zo=0,Lo=0;const Jo=[],qo=Object.create(null);let Go=0,Yo;const Zo={"js-module-threads":true},Xo={dotnetwasm:true},Qo={"js-module-threads":true,dotnetwasm:true};function Ko(e){var t;const n=null===(t=b.config.assets)||void 0===t?void 0:t.find((t=>t.behavior==e));if(!n)throw new Error(`Assert failed: Can't find asset for ${e}`);return n.resolvedUrl||(n.resolvedUrl=os(n,"")),n}async function es(){b.diagnosticTracing&&console.debug("MONO_WASM: mono_download_assets"),b.maxParallelDownloads=b.config.maxParallelDownloads||b.maxParallelDownloads;try{const e=[];for(const t of b.config.assets){const n=t;if(Qo[n.behavior]||Lo++,!Zo[n.behavior]){const t=Xo[n.behavior];if(zo++,n.pendingDownload){n.pendingDownloadInternal=n.pendingDownload;const r=async()=>{const e=await n.pendingDownloadInternal.response;return++Ho,t||(n.buffer=await e.arrayBuffer()),{asset:n,buffer:n.buffer}};e.push(r())}else{const r=async()=>(n.buffer=await ts(n,!t),{asset:n,buffer:n.buffer});e.push(r())}}}Bo.promise_control.resolve();const t=[];for(const n of e)t.push((async()=>{const e=await n,t=e.asset;if(e.buffer){if(!Qo[t.behavior]){const n=t.pendingDownloadInternal.url,r=new Uint8Array(t.buffer);t.pendingDownloadInternal=null,t.pendingDownload=null,t.buffer=null,e.buffer=null,await lc.promise,is(t,n,r)}}else{const e=undefined;if(!Xo[t.behavior]){if(!t.isOptional)throw new Error("Assert failed: Expected asset to have the downloaded buffer");Zo[t.behavior]||zo--,Qo[t.behavior]||Lo--}}})());Promise.all(t).then((()=>{Fo.promise_control.resolve()})).catch((e=>{o.printErr("MONO_WASM: Error in mono_download_assets: "+e),bc(e,true)}))}catch(e){throw o.printErr("MONO_WASM: Error in mono_download_assets: "+e),e}}async function ts(e,t){try{return await ns(e,t)}catch(n){if(c||a)throw n;if(e.pendingDownload&&e.pendingDownloadInternal==e.pendingDownload)throw n;if(e.resolvedUrl&&-1!=e.resolvedUrl.indexOf("file://"))throw n;if(n&&404==n.status)throw n;e.pendingDownloadInternal=void 0,await Bo.promise;try{return await ns(e,t)}catch(n){return e.pendingDownloadInternal=void 0,await Wo(100),await ns(e,t)}}}async function ns(e,t){for(;Yo;)await Yo.promise;try{++Go,Go==b.maxParallelDownloads&&(b.diagnosticTracing&&console.debug("MONO_WASM: Throttling further parallel downloads"),Yo=it());const n=await rs(e);if(!t||!n)return;return await n.arrayBuffer()}finally{if(--Go,Yo&&Go==b.maxParallelDownloads-1){b.diagnosticTracing&&console.debug("MONO_WASM: Resuming more parallel downloads");const e=Yo;Yo=void 0,e.promise_control.resolve()}}}async function rs(e){if(e.buffer){const t=e.buffer;return e.buffer=null,e.pendingDownloadInternal={url:"undefined://"+e.name,name:e.name,response:Promise.resolve({arrayBuffer:()=>t,headers:{get:()=>{}}})},++Ho,e.pendingDownloadInternal.response}if(e.pendingDownloadInternal&&e.pendingDownloadInternal.response){const t=undefined;return await e.pendingDownloadInternal.response}const t=e.loadRemote&&b.config.remoteSources?b.config.remoteSources:[""];let n;for(let r of t){r=r.trim(),"./"===r&&(r="");const t=os(e,r);e.name===t?b.diagnosticTracing&&console.debug(`MONO_WASM: Attempting to download '${t}'`):b.diagnosticTracing&&console.debug(`MONO_WASM: Attempting to download '${t}' for ${e.name}`);try{const r=ss({name:e.name,resolvedUrl:t,hash:e.hash,behavior:e.behavior});if(e.pendingDownloadInternal=r,n=await r.response,!n.ok)continue;return++Ho,n}catch(e){continue}}const r=e.isOptional||e.name.match(/\.pdb$/)&&b.config.ignorePdbLoadErrors;if(!n)throw new Error(`Assert failed: Response undefined ${e.name}`);if(r)return o.print(`MONO_WASM: optional download '${n.url}' for ${e.name} failed ${n.status} ${n.statusText}`),void 0;{const t=new Error(`MONO_WASM: download '${n.url}' for ${e.name} failed ${n.status} ${n.statusText}`);throw t.status=n.status,t}}function os(e,t){if(!(null!==t&&void 0!==t))throw new Error(`Assert failed: sourcePrefix must be provided for ${e.name}`);let n;const r=b.config.assemblyRootFolder;if(e.resolvedUrl)n=e.resolvedUrl;else{if(""===t)if("assembly"===e.behavior||"pdb"===e.behavior)n=r?r+"/"+e.name:e.name;else if("resource"===e.behavior){const t=""!==e.culture?`${e.culture}/${e.name}`:e.name;n=r?r+"/"+t:t}else n=e.name;else n=t+e.name;n=b.locateFile(n)}if(!(n&&"string"==typeof n))throw new Error("Assert failed: attemptUrl need to be path or url string");return n}function ss(e){try{if("function"===typeof o.downloadResource){const t=o.downloadResource(e);if(t)return t}const t={};e.hash&&(t.integrity=e.hash);const n=b.fetch_like(e.resolvedUrl,t);return{name:e.name,url:e.resolvedUrl,response:n}}catch(t){const n={ok:false,url:e.resolvedUrl,status:500,statusText:"ERR29: "+t,arrayBuffer:()=>{throw t},json:()=>{throw t}};return{name:e.name,url:e.resolvedUrl,response:Promise.resolve(n)}}}function is(e,t,n){b.diagnosticTracing&&console.debug(`MONO_WASM: Loaded:${e.name} as ${e.behavior} size ${n.length} from ${t}`);const r="string"===typeof e.virtualPath?e.virtualPath:e.name;let s=null;switch(e.behavior){case"dotnetwasm":case"js-module-threads":break;case"resource":case"assembly":case"pdb":Jo.push({url:t,file:r});case"heap":case"icu":s=tn(n),qo[r]=[s,n.length];break;case"vfs":{const e=r.lastIndexOf("/");let t=e>0?r.substr(0,e):null,s=e>0?r.substr(e+1):r;s.startsWith("/")&&(s=s.substr(1)),t?(b.diagnosticTracing&&console.debug(`MONO_WASM: Creating directory '${t}'`),o.FS_createPath("/",t,true,true)):t="/",b.diagnosticTracing&&console.debug(`MONO_WASM: Creating file '${s}' in directory '${t}'`),cs(n,t)||o.FS_createDataFile(t,s,n,true,true,true);break}default:throw new Error(`Unrecognized asset behavior:${e.behavior}, for asset ${e.name}`)}if("assembly"===e.behavior){const e=undefined;if(!M.mono_wasm_add_assembly(r,s,n.length)){const e=Jo.findIndex((e=>e.file==r));Jo.splice(e,1)}}else"icu"===e.behavior?fe(s)||o.printErr(`MONO_WASM: Error loading ICU asset ${e.name}`):"resource"===e.behavior&&M.mono_wasm_add_satellite_assembly(r,e.culture,s,n.length);++Vo}async function as(e,t,n){if(!(e&&e.pendingDownloadInternal))throw new Error("Assert failed: Can't load dotnet.wasm");const r=await e.pendingDownloadInternal.response,o=r.headers?r.headers.get("Content-Type"):void 0;let s,i;if("function"===typeof WebAssembly.instantiateStreaming&&"application/wasm"===o){b.diagnosticTracing&&console.debug("MONO_WASM: instantiate_wasm_module streaming");const e=await WebAssembly.instantiateStreaming(r,t);s=e.instance,i=e.module}else{u&&"application/wasm"!==o&&console.warn('MONO_WASM: WebAssembly resource does not have the expected content type "application/wasm", so falling back to slower ArrayBuffer instantiation.');const e=await r.arrayBuffer();b.diagnosticTracing&&console.debug("MONO_WASM: instantiate_wasm_module buffered");const n=await WebAssembly.instantiate(e,t);s=n.instance,i=n.module}n(s,i)}function cs(e,t){if(e.length<8)return false;const n=new DataView(e.buffer),r=undefined;if(1651270004!=n.getUint32(0,true))return false;const s=n.getUint32(4,true);if(0==s||e.length{const t=e[0],n=t.lastIndexOf("/"),r=t.slice(0,n+1);a.add(r)})),a.forEach((e=>{o.FS_createPath(t,e,true,true)}));for(const n of i){const r=n[0],s=n[1],i=e.slice(0,s);o.FS_createDataFile(t,r,i,true,true),e=e.slice(s)}return true}async function us(){if(await Fo.promise,b.config.assets){if(!(Ho==zo))throw new Error(`Assert failed: Expected ${zo} assets to be downloaded, but only finished ${Ho}`);if(!(Vo==Lo))throw new Error(`Assert failed: Expected ${Lo} assets to be in memory, but only instantiated ${Vo}`);Jo.forEach((e=>Io.loaded_files.push(e.url))),b.diagnosticTracing&&console.debug("MONO_WASM: all assets are loaded in wasm memory")}}function ls(){return Io.loaded_files}let fs,_s;function ds(e){const t=o;"undefined"===typeof globalThis.performance&&(globalThis.performance=gs),"undefined"===typeof globalThis.URL&&(globalThis.URL=class e{constructor(e){this.url=e}toString(){return this.url}});const n=t.imports=o.imports||{},r=e=>t=>{const n=o.imports[t];return n||e(t)};n.require?b.requirePromise=e.requirePromise=Promise.resolve(r(n.require)):e.require?b.requirePromise=e.requirePromise=Promise.resolve(r(e.require)):e.requirePromise?b.requirePromise=e.requirePromise.then((e=>r(e))):b.requirePromise=e.requirePromise=Promise.resolve(r((e=>{throw new Error(`Please provide Module.imports.${e} or Module.imports.require`)}))),b.scriptDirectory=e.scriptDirectory=bs(e),t.mainScriptUrlOrBlob=e.scriptUrl,t.__locateFile===t.locateFile?t.locateFile=b.locateFile=e=>Es(e)?e:b.scriptDirectory+e:b.locateFile=t.locateFile,n.fetch?e.fetch=b.fetch_like=n.fetch:e.fetch=b.fetch_like=ws,e.noExitRuntime=u;const s=e.updateGlobalBufferAndViews;e.updateGlobalBufferAndViews=e=>{s(e),en(e)}}async function ms(){if(a){if(s.require=await b.requirePromise,globalThis.performance===gs){const{performance:e}=s.require("perf_hooks");globalThis.performance=e}if(globalThis.crypto||(globalThis.crypto={}),!globalThis.crypto.getRandomValues){let e;try{e=s.require("node:crypto")}catch(e){}e?e.webcrypto?globalThis.crypto=e.webcrypto:e.randomBytes&&(globalThis.crypto.getRandomValues=t=>{t&&t.set(e.randomBytes(t.length))}):globalThis.crypto.getRandomValues=()=>{throw new Error("Using node without crypto support. To enable current operation, either provide polyfill for 'globalThis.crypto.getRandomValues' or enable 'node:crypto' module.")}}}}const gs={now:function(){return Date.now()}};async function ws(e,t){try{if(a){if(!fs){const e=await b.requirePromise;_s=e("url"),fs=e("fs")}e.startsWith("file://")&&(e=_s.fileURLToPath(e));const t=await fs.promises.readFile(e);return{ok:true,url:e,arrayBuffer:()=>t,json:()=>JSON.parse(t)}}if("function"===typeof globalThis.fetch)return globalThis.fetch(e,t||{credentials:"same-origin"});if("function"===typeof read){const t=new Uint8Array(read(e,"binary"));return{ok:true,url:e,arrayBuffer:()=>t,json:()=>JSON.parse(o.UTF8ArrayToString(t,0,t.length))}}}catch(t){return{ok:false,url:e,status:500,statusText:"ERR28: "+t,arrayBuffer:()=>{throw t},json:()=>{throw t}}}throw new Error("No fetch implementation available")}function hs(e){return e.replace(/\\/g,"/").replace(/[?#].*/,"")}function ps(e){return e.slice(0,e.lastIndexOf("/"))+"/"}function bs(e){return l&&(e.scriptUrl=self.location.href),e.scriptUrl||(e.scriptUrl="./dotnet.js"),e.scriptUrl=hs(e.scriptUrl),ps(e.scriptUrl)}const ys=/^[a-zA-Z][a-zA-Z\d+\-.]*?:\/\//,vs=/[a-zA-Z]:[\\/]/;function Es(e){return a||c?e.startsWith("/")||e.startsWith("\\")||-1!==e.indexOf("///")||vs.test(e):ys.test(e)}function As(e,t,n,r,o,s){const i=ln(e),a=ln(t),c=ln(s);try{const e=In(n);if(!(1===e))throw new Error(`Assert failed: Signature version ${e} mismatch.`);const t=xr(i),o=xr(a);b.diagnosticTracing&&console.debug(`MONO_WASM: Binding [JSImport] ${t} from ${o}`);const s=xs(t,o),u=Mn(n),l={fn:s,marshal_exception_to_cs:eo,signature:n},f="_bound_js_"+t.replace(/\./g,"_");let _=`//# sourceURL=https://dotnet.generated.invalid/${f} \n`,d="",m="",g="";for(let e=0;e{const o=await n;return r&&(Ms.set(e,o),b.diagnosticTracing&&console.debug(`MONO_WASM: imported ES6 module '${e}' from '${t}'`)),o}))}function Ds(e,t){let n="unknown exception";if(t){n=t.toString();const e=t.stack;e&&(e.startsWith(n)?n=e:n+="\n"+e),n=Oe(n)}return e&&o.setValue(e,1,"i32"),n}function Us(e,t,n){const r=undefined;kr(Ds(e,t),n)}const Cs=new Map;function Ps(e,t,n,r,s){const i=ln(e),a=ln(s),c=o;try{const e=In(n);if(!(1===e))throw new Error(`Assert failed: Signature version ${e} mismatch.`);const r=Mn(n),o=xr(i);if(!o)throw new Error("Assert failed: fully_qualified_name must be string");b.diagnosticTracing&&console.debug(`MONO_WASM: Binding [JSExport] ${o}`);const{assembly:s,namespace:u,classname:l,methodname:f}=Vs(o),_=be(s);if(!_)throw new Error("Could not find assembly: "+s);const d=M.mono_wasm_assembly_find_class(_,u,l);if(!d)throw new Error("Could not find class: "+u+":"+l+" in assembly "+s);const m=`__Wrapper_${f}_${t}`,g=M.mono_wasm_assembly_find_method(d,m,-1);if(!g)throw new Error(`Could not find method: ${m} in ${d} [${s}]`);const w={method:g,signature:n,stackSave:c.stackSave,stackRestore:c.stackRestore,alloc_stack_frame:Sn,invoke_method_and_handle_exception:Ws},h="_bound_cs_"+`${u}_${l}_${f}`.replace(/\./g,"_").replace(/\//g,"_");let p=`//# sourceURL=https://dotnet.generated.invalid/${h} \n`,y="",v="";for(let e=0;e{const o=e.stackSave();try{const s=Sn(4),i=On(s,1),a=On(s,2),c=On(s,3);Lr(a,t),n&&0==n.length&&(n=void 0),oo(c,n,wr.String),Ws(r,s);const u=So(i,void 0,go);return u||Promise.resolve(0)}finally{e.stackRestore(o)}},b.javaScriptExports.release_js_owned_object_by_gc_handle=t=>{if(!t)throw new Error("Assert failed: Must be valid gc_handle");const n=e.stackSave();try{const r=Sn(3),o=On(r,2);Cn(o,wr.Object),lr(o,t),Ws(s,r)}finally{e.stackRestore(n)}},b.javaScriptExports.create_task_callback=()=>{const t=e.stackSave();try{const n=Sn(2);Ws(i,n);const r=undefined;return ur(On(n,1))}finally{e.stackRestore(t)}},b.javaScriptExports.complete_task=(t,n,r,o)=>{const s=e.stackSave();try{const i=Sn(5),c=On(i,2);Cn(c,wr.Object),lr(c,t);const u=On(i,3);if(n)eo(u,n);else{Cn(u,wr.None);const e=On(i,4);if(!o)throw new Error("Assert failed: res_converter missing");o(e,r)}Ws(a,i)}finally{e.stackRestore(s)}},b.javaScriptExports.call_delegate=(t,n,r,o,s,i,a,u)=>{const l=e.stackSave();try{const f=Sn(6),_=On(f,2);if(Cn(_,wr.Object),lr(_,t),i){const e=undefined;i(On(f,3),n)}if(a){const e=undefined;a(On(f,4),r)}if(u){const e=undefined;u(On(f,5),o)}if(Ws(c,f),s){const e=undefined;return s(On(f,1))}}finally{e.stackRestore(l)}},b.javaScriptExports.get_managed_stack_trace=t=>{const n=e.stackSave();try{const r=Sn(3),o=On(r,2);Cn(o,wr.Exception),lr(o,t),Ws(u,r);const s=undefined;return xo(On(r,1))}finally{e.stackRestore(n)}},n&&(b.javaScriptExports.install_synchronization_context=()=>{const t=e.stackSave();try{const r=Sn(2);Ws(n,r)}finally{e.stackRestore(t)}},f||b.javaScriptExports.install_synchronization_context())}function Ls(e){const t=M.mono_wasm_assembly_find_method(b.runtime_interop_exports_class,e,-1);if(!t)throw"Can't find method "+b.runtime_interop_namespace+"."+b.runtime_interop_exports_classname+"."+e;return t}function Js(e,t,n,r,o,s,i){const a=ln(i);try{const s=undefined;Qs(qs(e,t,n,r,o),a,true)}catch(e){Us(s,String(e),a)}finally{a.release()}}function qs(e,t,n,r,o){let s=null;switch(o){case 5:s=new Int8Array(n-t);break;case 6:s=new Uint8Array(n-t);break;case 7:s=new Int16Array(n-t);break;case 8:s=new Uint16Array(n-t);break;case 9:s=new Int32Array(n-t);break;case 10:s=new Uint32Array(n-t);break;case 13:s=new Float32Array(n-t);break;case 14:s=new Float64Array(n-t);break;case 15:s=new Uint8ClampedArray(n-t);break;default:throw new Error("Unknown array type "+o)}return Gs(s,e,t,n,r),s}function Gs(e,t,n,r,s){if(Ys(e)&&e.BYTES_PER_ELEMENT){if(s!==e.BYTES_PER_ELEMENT)throw new Error("Inconsistent element sizes: TypedArray.BYTES_PER_ELEMENT '"+e.BYTES_PER_ELEMENT+"' sizeof managed element: '"+s+"'");let i=(r-n)*s;const a=e.length*e.BYTES_PER_ELEMENT;i>a&&(i=a);const c=undefined,u=n*s;return new Uint8Array(e.buffer,0,i).set(o.HEAPU8.subarray(t+u,t+u+i)),i}throw new Error("Object '"+e+"' is not a typed array")}function Ys(e){return"undefined"!==typeof SharedArrayBuffer?e.buffer instanceof ArrayBuffer||e.buffer instanceof SharedArrayBuffer:e.buffer instanceof ArrayBuffer}function Zs(e,t,n){switch(true){case null===t:case"undefined"===typeof t:return n.clear(),void 0;case"symbol"===typeof t:case"string"===typeof t:return Xi._create_uri_ref(t,n.address),void 0;default:return Ks(e,t,n),void 0}}function Xs(e){const t=fn();try{return Qs(e,t,false),t.value}finally{t.release()}}function Qs(e,t,n){if(T(t))throw new Error("Expected (value, WasmRoot, boolean)");switch(true){case null===e:case"undefined"===typeof e:return t.clear(),void 0;case"number"===typeof e:{let n;return(0|e)===e?(Rt(Uo._box_buffer,e),n=Uo._class_int32):e>>>0===e?($t(Uo._box_buffer,e),n=Uo._class_uint32):(Wt(Uo._box_buffer,e),n=Uo._class_double),M.mono_wasm_box_primitive_ref(n,Uo._box_buffer,8,t.address),void 0}case"string"===typeof e:return kr(e,t),void 0;case"symbol"===typeof e:return Nr(e,t),void 0;case"boolean"===typeof e:return Ot(Uo._box_buffer,e),M.mono_wasm_box_primitive_ref(Uo._class_boolean,Uo._box_buffer,4,t.address),void 0;case true===ft(e):return si(e,t),void 0;case"Date"===e.constructor.name:return Xi._create_date_time_ref(e.getTime(),t.address),void 0;default:return Ks(n,e,t),void 0}}function Ks(e,t,n){if(n.clear(),null!==t&&"undefined"!==typeof t){if(void 0!==t[Ge]){const e=undefined;return Ei(nt(t),n.address),void 0}if(t[Ye]&&(ai(t[Ye],e,n.address),n.value||delete t[Ye]),!n.value){const r=t[Po],o="undefined"===typeof r?0:r,s=Qe(t);Xi._create_cs_owned_proxy_ref(s,o,e?1:0,n.address)}}}function ei(e){const t=e.length*e.BYTES_PER_ELEMENT,n=o._malloc(t),r=new Uint8Array(o.HEAPU8.buffer,n,t);return r.set(new Uint8Array(e.buffer,e.byteOffset,t)),r}function ti(e,t){if(!Ys(e)||!e.BYTES_PER_ELEMENT)throw new Error("Object '"+e+"' is not a typed array");{const n=e[Po],r=ei(e);M.mono_wasm_typed_array_new_ref(r.byteOffset,e.length,e.BYTES_PER_ELEMENT,n,t.address),o._free(r.byteOffset)}}function ni(e){const t=fn();try{return ti(e,t),t.value}finally{t.release()}}function ri(e,t,n){if("number"!==typeof e)throw new Error(`Expected numeric value for enum argument, got '${e}'`);return 0|e}function oi(e,t,n){const r=fn();t?M.mono_wasm_string_array_new_ref(e.length,r.address):M.mono_wasm_obj_array_new_ref(e.length,r.address);const o=fn(0),s=r.address,i=o.address;try{for(let r=0;r{Xi._set_tcs_result_ref(r,e)}),(e=>{Xi._set_tcs_failure(r,e?e.toString():"")})).finally((()=>{Ke(n),tt(o,r)})),Xi._get_tcs_task_ref(r,t.address),{then_js_handle:n}}function ii(e,t,n){const r=ln(n);try{const n=Ze(e);if(T(n))return Us(t,"ERR06: Invalid JS object handle '"+e+"'",r),void 0;ti(n,r)}catch(e){Us(t,String(e),r)}finally{r.release()}}function ai(e,t,n){if(0===e||e===x)return Rt(n,0),void 0;Xi._get_cs_owned_object_by_js_handle_ref(e,t?1:0,n)}const ci=Symbol.for("wasm delegate_invoke");function ui(e){if(0===e)return;const t=fn(e);try{return di(t)}finally{t.release()}}function li(e){const t=undefined,n=undefined;return Ze(Xi._get_cs_owned_object_js_handle_ref(e.address,0))}function fi(e,t,n,r){switch(t){case 0:return null;case 26:case 27:throw new Error("int64 not available");case 3:case 29:return xr(e);case 4:throw new Error("no idea on how to unbox value types");case 5:return hi(e);case 6:return yi(e);case 7:return vi(e);case 10:case 11:case 12:case 13:case 14:case 15:case 16:case 17:case 18:throw new Error("Marshaling of primitive arrays are not supported.");case 20:return new Date(Xi._get_date_value_ref(e.address));case 21:return Xi._object_to_string_ref(e.address);case 22:return Xi._object_to_string_ref(e.address);case 23:return li(e);case 30:return;default:throw new Error(`no idea on how to unbox object of MarshalType ${t} at offset ${e.value} (root address is ${e.address})`)}}function _i(e,t,n){if(t>=512)throw new Error(`Got marshaling error ${t} when attempting to unbox object at address ${e.value} (root located at ${e.address})`);let r=0;if((4===t||7==t)&&(r=Vt(n),r<1024))throw new Error(`Got invalid MonoType ${r} for object at address ${e.value} (root located at ${e.address})`);return fi(e,t)}function di(e){if(0===e.value)return;const t=Uo._unbox_buffer,n=M.mono_wasm_try_unbox_primitive_and_get_type_ref(e.address,t,Uo._unbox_buffer_size);switch(n){case 1:return Jt(t);case 25:return Vt(t);case 32:return Vt(t);case 24:return Zt(t);case 2:return Xt(t);case 8:return 0!==Jt(t);case 28:return String.fromCharCode(Jt(t));case 0:return null;default:return _i(e,n,t)}}function mi(e){if(0===e)return null;const t=fn(e);try{return wi(t)}finally{t.release()}}function gi(e){return Xi._is_simple_array_ref(e.address)}function wi(e){if(0===e.value)return null;const t=e.address,n=fn(),r=n.address;try{const o=M.mono_wasm_array_length(e.value),s=new Array(o);for(let e=0;ett(n,t),{promise:o,promise_control:s}=it(r,r);n=o,Xi._setup_js_cont_ref(e.address,s),et(n,t)}return n}function vi(e){if(0===e.value)return null;const t=Xi._try_get_cs_owned_object_js_handle_ref(e.address,0);if(t){if(t===x)throw new Error("Cannot access a disposed JSObject at "+e.value);return Ze(t)}const n=Xi._get_js_owned_object_gc_handle_ref(e.address);let r=ot(n);return T(r)&&(r=new ManagedObject,et(r,n)),r}function Ei(e,t){if(!e)return Rt(t,0),void 0;Xi._get_js_owned_object_by_gc_handle_ref(e,t)}const Ai=new Map;function Si(e,t,n,r,s,i,a){Et(),o.stackRestore(a),"object"===typeof r&&(r.clear(),null!==t&&null===t.scratchResultRoot?t.scratchResultRoot=r:r.release()),"object"===typeof s&&(s.clear(),null!==t&&null===t.scratchExceptionRoot?t.scratchExceptionRoot=s:s.release()),"object"===typeof i&&(i.clear(),null!==t&&null===t.scratchThisArgRoot?t.scratchThisArgRoot=i:i.release())}function Oi(e,t){if(!b.mono_wasm_bindings_is_ready)throw new Error("Assert failed: The runtime must be initialized.");const n=`${e}-${t}`;let r=Ai.get(n);if(void 0===r){const o=Gi(e);"undefined"===typeof t&&(t=Yi(o,void 0)),r=Li(o,t,false,e),Ai.set(n,r)}return r}function xi(e,t){const n=Me(e);"string"!==typeof t&&(t=Yi(n,void 0));const r=Li(n,t,false,"_"+e+"__entrypoint");return async function(...e){return e.length>0&&Array.isArray(e[0])&&(e[0]=oi(e[0],true,false)),r(...e)}}function ji(e,t,n){if(!b.mono_wasm_bindings_is_ready)throw new Error("Assert failed: The runtime must be initialized.");return t||(t=[[]]),xi(e,n)(...t)}function $i(e,t,n,r,o){const s=ln(n),i=ln(t),a=ln(o);try{const t=xr(i);if(!t||"string"!==typeof t)return Us(r,"ERR12: Invalid method name object @"+i.value,a),void 0;const n=Xe(e);if(T(n))return Us(r,"ERR13: Invalid JS object handle '"+e+"' while invoking '"+t+"'",a),void 0;const o=wi(s);try{const e=n[t];if("undefined"===typeof e)throw new Error("Method: '"+t+"' not found for: '"+Object.prototype.toString.call(n)+"'");const r=undefined;Qs(e.apply(n,o),a,true)}catch(e){Us(r,e,a)}}finally{s.release(),i.release(),a.release()}}function Ni(e,t,n,r){const o=ln(t),s=ln(r);try{const t=xr(o);if(!t)return Us(n,"Invalid property name object '"+o.value+"'",s),void 0;const r=Ze(e);if(T(r))return Us(n,"ERR01: Invalid JS object handle '"+e+"' while geting '"+t+"'",s),void 0;const i=undefined;Qs(r[t],s,true)}catch(e){Us(n,e,s)}finally{s.release(),o.release()}}function ki(e,t,n,r,o,s,i){const a=ln(n),c=ln(t),u=ln(i);try{const n=xr(c);if(!n)return Us(s,"Invalid property name object '"+t+"'",u),void 0;const i=Ze(e);if(T(i))return Us(s,"ERR02: Invalid JS object handle '"+e+"' while setting '"+n+"'",u),void 0;let l=false;const f=di(a);if(r)i[n]=f,l=true;else{if(l=false,!r&&!Object.prototype.hasOwnProperty.call(i,n))return Qs(false,u,false),void 0;true===o?Object.prototype.hasOwnProperty.call(i,n)&&(i[n]=f,l=true):(i[n]=f,l=true)}Qs(l,u,false)}catch(e){Us(s,e,u)}finally{u.release(),c.release(),a.release()}}function Ti(e,t,n,r){const o=ln(r);try{const r=Ze(e);if(T(r))return Us(n,"ERR03: Invalid JS object handle '"+e+"' while getting ["+t+"]",o),void 0;const s=undefined;Qs(r[t],o,true)}catch(e){Us(n,e,o)}finally{o.release()}}function Ri(e,t,n,r,o){const s=ln(n),i=ln(o);try{const n=Ze(e);if(T(n))return Us(r,"ERR04: Invalid JS object handle '"+e+"' while setting ["+t+"]",i),void 0;const o=di(s);n[t]=o,i.clear()}catch(e){Us(r,e,i)}finally{i.release(),s.release()}}function Mi(e,t,n){const r=ln(e),i=ln(n);try{const e=xr(r);let n;if(n=e?"Module"==e?o:"INTERNAL"==e?s:globalThis[e]:globalThis,null===n||void 0===typeof n)return Us(t,"Global object '"+e+"' not found.",i),void 0;Qs(n,i,true)}catch(e){Us(t,e,i)}finally{i.release(),r.release()}}function Ii(e,t,n,r,o){try{const e=globalThis.Blazor;if(!e)throw new Error("The blazor.webassembly.js library is not loaded.");return e._internal.invokeJSFromDotNet(t,n,r,o)}catch(t){const n=t.message+"\n"+t.stack,r=fn();return kr(n,r),r.copy_to_address(e),r.release(),0}}const Di=/[^A-Za-z0-9_$]/g,Ui=new Map,Ci=new Map,Pi=new Map;function Wi(e,t,n,r){let o=null,s=null,i=null;if(r){i=Object.keys(r),s=new Array(i.length);for(let e=0,t=i.length;e{e&&"AbortError"!==e.name&&o.printErr("MONO_WASM: Error in http_wasm_abort_response: "+e)}))}function sa(e,t,n,r,o,s,i,a){const c=undefined,u=undefined;return ia(e,t,n,r,o,s,new Span(i,a,0).slice())}function ia(e,t,n,r,o,s,i){if(!(e&&"string"===typeof e))throw new Error("Assert failed: expected url string");if(!(t&&n&&Array.isArray(t)&&Array.isArray(n)&&t.length===n.length))throw new Error("Assert failed: expected headerNames and headerValues arrays");if(!(r&&o&&Array.isArray(r)&&Array.isArray(o)&&r.length===o.length))throw new Error("Assert failed: expected headerNames and headerValues arrays");const a=new Headers;for(let e=0;e{const t=await fetch(e,c);return t.__abort_controller=s,t}))}function aa(e){if(!e.__headerNames){e.__headerNames=[],e.__headerValues=[];const t=e.headers.entries();for(const n of t)e.__headerNames.push(n[0]),e.__headerValues.push(n[1])}}function ca(e){return aa(e),e.__headerNames}function ua(e){return aa(e),e.__headerValues}function la(e){return _t((async()=>{const t=await e.arrayBuffer();return e.__buffer=t,e.__source_offset=0,t.byteLength}))}function fa(e,t){if(!e.__buffer)throw new Error("Assert failed: expected resoved arrayBuffer");if(e.__source_offset==e.__buffer.byteLength)return 0;const n=new Uint8Array(e.__buffer,e.__source_offset);t.set(n,0);const r=Math.min(t.byteLength,n.byteLength);return e.__source_offset+=r,r}function _a(e,t,n){const r=new Span(t,n,0);return _t((async()=>{if(e.__reader||(e.__reader=e.body.getReader()),e.__chunk||(e.__chunk=await e.__reader.read(),e.__source_offset=0),e.__chunk.done)return 0;const t=e.__chunk.value.byteLength-e.__source_offset;if(!(t>0))throw new Error("Assert failed: expected remaining_source to be greater than 0");const n=Math.min(t,r.byteLength),o=e.__chunk.value.subarray(e.__source_offset,e.__source_offset+n);return r.set(o,0),e.__source_offset+=n,t==n&&(e.__chunk=void 0),n}))}let da=0,ma=false,ga=0,wa;if(globalThis.navigator){const e=globalThis.navigator;e.userAgentData&&e.userAgentData.brands?ma=e.userAgentData.brands.some((e=>"Chromium"==e.brand)):e.userAgent&&(ma=e.userAgent.includes("Chrome"))}function ha(){for(;ga>0;)--ga,M.mono_background_exec()}function pa(){if(!ma)return;const e=(new Date).valueOf(),t=e+36e4,n=undefined,r=1e3;for(let n=Math.max(e+1e3,da);n{M.mono_set_timeout_exec(),ga++,ha()}),n-e)}da=t}function ba(){++ga,setTimeout(ha,0)}function ya(e){function mono_wasm_set_timeout_exec(){M.mono_set_timeout_exec()}wa&&(clearTimeout(wa),wa=void 0),wa=setTimeout(mono_wasm_set_timeout_exec,e)}class va{constructor(){this.queue=[],this.offset=0}getLength(){return this.queue.length-this.offset}isEmpty(){return 0==this.queue.length}enqueue(e){this.queue.push(e)}dequeue(){if(0===this.queue.length)return;const e=this.queue[this.offset];return this.queue[this.offset]=null,2*++this.offset>=this.queue.length&&(this.queue=this.queue.slice(this.offset),this.offset=0),e}peek(){return this.queue.length>0?this.queue[this.offset]:void 0}drain(e){for(;this.getLength();){const t=undefined;e(this.dequeue())}}}const Ea=Symbol.for("wasm ws_pending_send_buffer"),Aa=Symbol.for("wasm ws_pending_send_buffer_offset"),Sa=Symbol.for("wasm ws_pending_send_buffer_type"),Oa=Symbol.for("wasm ws_pending_receive_event_queue"),xa=Symbol.for("wasm ws_pending_receive_promise_queue"),ja=Symbol.for("wasm ws_pending_open_promise"),$a=Symbol.for("wasm ws_pending_close_promises"),Na=Symbol.for("wasm ws_pending_send_promises"),ka=Symbol.for("wasm ws_is_aborted"),Ta=Symbol.for("wasm ws_receive_status_ptr");let Ra=false,Ma,Ia;const Da=65536,Ua=new Uint8Array;function Ca(e,t,n,r){if(!(e&&"string"===typeof e))throw new Error("Assert failed: ERR12: Invalid uri "+typeof e);const o=new globalThis.WebSocket(e,t||void 0),{promise_control:s}=it();o[Oa]=new va,o[xa]=new va,o[ja]=s,o[Na]=[],o[$a]=[],o[Ta]=n,o.binaryType="arraybuffer";const i=()=>{o[ka]||(s.resolve(o),pa())},a=e=>{o[ka]||(za(o,e),pa())},c=e=>{if(o.removeEventListener("message",a),o[ka])return;r&&r(e.code,e.reason),s.reject(e.reason);for(const e of o[$a])e.resolve();const t=undefined;o[xa].drain((e=>{Mt(n,0),Mt(n+4,2),Mt(n+8,1),e.resolve()}))},u=e=>{s.reject(e.message||"WebSocket error")};return o.addEventListener("message",a),o.addEventListener("open",i,{once:true}),o.addEventListener("close",c,{once:true}),o.addEventListener("error",u,{once:true}),o}function Pa(e){if(!!!e)throw new Error("Assert failed: ERR17: expected ws instance");const t=undefined;return e[ja].promise}function Wa(e,t,n,r,s){if(!!!e)throw new Error("Assert failed: ERR17: expected ws instance");const i=undefined,a=Ja(e,new Uint8Array(o.HEAPU8.buffer,t,n),r,s);return s&&a?Va(e,a):null}function Fa(e,t,n){if(!!!e)throw new Error("Assert failed: ERR18: expected ws instance");const r=e[Oa],o=e[xa],s=e.readyState;if(s!=WebSocket.OPEN&&s!=WebSocket.CLOSING)throw new Error("InvalidState: The WebSocket is not connected.");if(r.getLength()){if(!(0==o.getLength()))throw new Error("Assert failed: ERR20: Invalid WS state");return La(e,r,t,n),null}const{promise:i,promise_control:a}=it(),c=a;return c.buffer_ptr=t,c.buffer_length=n,o.enqueue(c),i}function Ba(e,t,n,r){if(!!!e)throw new Error("Assert failed: ERR19: expected ws instance");if(e.readyState==WebSocket.CLOSED)return null;if(r){const{promise:r,promise_control:o}=it();return e[$a].push(o),"string"===typeof n?e.close(t,n):e.close(t),r}return Ra||(Ra=true,console.warn("WARNING: Web browsers do not support closing the output side of a WebSocket. CloseOutputAsync has closed the socket and discarded any incoming messages.")),"string"===typeof n?e.close(t,n):e.close(t),null}function Ha(e){if(!!!e)throw new Error("Assert failed: ERR18: expected ws instance");e[ka]=true;const t=e[ja];t&&t.reject("OperationCanceledException");for(const t of e[$a])t.reject("OperationCanceledException");for(const t of e[Na])t.reject("OperationCanceledException");e[xa].drain((e=>{e.reject("OperationCanceledException")})),e.close(1e3,"Connection was aborted.")}function Va(e,t){if(e.send(t),e[Ea]=null,e.bufferedAmount{if(0===e.bufferedAmount)r.resolve();else if(e.readyState!=WebSocket.OPEN)r.reject("InvalidState: The WebSocket is not connected.");else if(!r.isDone)return globalThis.setTimeout(i,s),s=Math.min(1.5*s,1e3),void 0;const t=o.indexOf(r);t>-1&&o.splice(t,1)};return globalThis.setTimeout(i,0),n}function za(e,t){const n=e[Oa],r=e[xa];if("string"===typeof t.data)void 0===Ia&&(Ia=new TextEncoder),n.enqueue({type:0,data:Ia.encode(t.data),offset:0});else{if("ArrayBuffer"!==t.data.constructor.name)throw new Error("ERR19: WebSocket receive expected ArrayBuffer");n.enqueue({type:1,data:new Uint8Array(t.data),offset:0})}if(r.getLength()&&n.getLength()>1)throw new Error("ERR21: Invalid WS state");for(;r.getLength()&&n.getLength();){const t=r.dequeue();La(e,n,t.buffer_ptr,t.buffer_length),t.resolve()}pa()}function La(e,t,n,r){const s=t.peek(),i=Math.min(r,s.data.length-s.offset);if(i>0){const e=s.data.subarray(s.offset,s.offset+i),t=undefined;new Uint8Array(o.HEAPU8.buffer,n,r).set(e,0),s.offset+=i}const a=s.data.length===s.offset?1:0;a&&t.dequeue();const c=e[Ta];Mt(c,i),Mt(c+4,s.type),Mt(c+8,a)}function Ja(e,t,n,r){let o=e[Ea],s=0;const i=t.byteLength;if(o){if(s=e[Aa],n=e[Sa],0!==i){if(s+i>o.length){const n=new Uint8Array(1.5*(s+i+50));n.set(o,0),n.subarray(s).set(t),e[Ea]=o=n}else o.subarray(s).set(t);s+=i,e[Aa]=s}}else r?0!==i&&(o=t,s=i):(0!==i&&(o=t.slice(),s=i,e[Aa]=s,e[Ea]=o),e[Sa]=n);if(r){if(0==s||null==o)return Ua;if(0===n){void 0===Ma&&(Ma=new TextDecoder("utf-8",{fatal:false}));const e="undefined"!==typeof SharedArrayBuffer&&o instanceof SharedArrayBuffer?o.slice(0,s):o.subarray(0,s);return Ma.decode(e)}return o.subarray(0,s)}return null}function qa(){return{mono_wasm_exit:e=>{o.printErr("MONO_WASM: early exit "+e)},mono_wasm_enable_on_demand_gc:M.mono_wasm_enable_on_demand_gc,mono_profiler_init_aot:M.mono_profiler_init_aot,mono_wasm_exec_regression:M.mono_wasm_exec_regression,mono_method_resolve:Gi,mono_intern_string:jr,logging:void 0,mono_wasm_stringify_as_error_with_stack:xe,mono_wasm_get_loaded_files:ls,mono_wasm_send_dbg_command_with_parms:q,mono_wasm_send_dbg_command:G,mono_wasm_get_dbg_command_info:Y,mono_wasm_get_details:ie,mono_wasm_release_object:ce,mono_wasm_call_function_on:oe,mono_wasm_debugger_resume:Z,mono_wasm_detach_debugger:X,mono_wasm_raise_debug_event:K,mono_wasm_change_debugger_log_level:Q,mono_wasm_debugger_attached:te,mono_wasm_runtime_is_ready:b.mono_wasm_runtime_is_ready,get_property:$s,set_property:js,has_property:Ns,get_typeof_property:ks,get_global_this:Ts,get_dotnet_instance:()=>_,dynamic_import:Is,mono_wasm_cancel_promise:dt,ws_wasm_create:Ca,ws_wasm_open:Pa,ws_wasm_send:Wa,ws_wasm_receive:Fa,ws_wasm_close:Ba,ws_wasm_abort:Ha,http_wasm_supports_streaming_response:ta,http_wasm_create_abort_controler:na,http_wasm_abort_request:ra,http_wasm_abort_response:oa,http_wasm_fetch:ia,http_wasm_fetch_bytes:sa,http_wasm_get_response_header_names:ca,http_wasm_get_response_header_values:ua,http_wasm_get_response_bytes:fa,http_wasm_get_response_length:la,http_wasm_get_streamed_response_bytes:_a}}function Ga(e){Object.assign(e,{mono_wasm_exit:M.mono_wasm_exit,mono_wasm_enable_on_demand_gc:M.mono_wasm_enable_on_demand_gc,mono_profiler_init_aot:M.mono_profiler_init_aot,mono_wasm_exec_regression:M.mono_wasm_exec_regression})}function Ya(){return{mono_wasm_setenv:xc,mono_wasm_load_bytes_into_heap:tn,mono_wasm_load_icu_data:fe,mono_wasm_runtime_ready:mono_wasm_runtime_ready,mono_wasm_load_data_archive:cs,mono_wasm_load_config:Rc,mono_load_runtime_and_bcl_args:Dc,mono_wasm_new_root_buffer:un,mono_wasm_new_root:fn,mono_wasm_new_external_root:ln,mono_wasm_release_roots:_n,mono_run_main:Re,mono_run_main_and_exit:Te,mono_wasm_add_assembly:null,mono_wasm_load_runtime:kc,config:b.config,loaded_files:[],setB32:Ot,setI8:kt,setI16:Tt,setI32:Mt,setI52:Dt,setU52:Ut,setI64Big:Ct,setU8:xt,setU16:jt,setU32:Nt,setF32:Pt,setF64:Wt,getB32:Ft,getI8:zt,getI16:Lt,getI32:Jt,getI52:qt,getU52:Gt,getI64Big:Yt,getU8:Bt,getU16:Ht,getU32:Vt,getF32:Zt,getF64:Xt}}function Za(e){Object.assign(e,{mono_wasm_add_assembly:M.mono_wasm_add_assembly})}function Xa(){return{bind_static_method:Oi,call_assembly_entry_point:ji,mono_obj_array_new:null,mono_obj_array_set:null,js_string_to_mono_string:Mr,js_typed_array_to_array:ni,mono_array_to_js_array:mi,js_to_mono_obj:Xs,conv_string:Or,unbox_mono_obj:ui,mono_obj_array_new_ref:null,mono_obj_array_set_ref:null,js_string_to_mono_string_root:kr,js_typed_array_to_array_root:ti,js_to_mono_obj_root:Qs,conv_string_root:xr,unbox_mono_obj_root:di,mono_array_root_to_js_array:wi}}function Qa(e){Object.assign(e,{mono_obj_array_new:M.mono_wasm_obj_array_new,mono_obj_array_set:M.mono_wasm_obj_array_set,mono_obj_array_new_ref:M.mono_wasm_obj_array_new_ref,mono_obj_array_set_ref:M.mono_wasm_obj_array_set_ref})}function Ka(){}async function ec(){return console.warn("MONO_WASM: ignoring diagnostics options because this runtime does not support diagnostics"),void 0}let tc,nc=false,rc=false;const oc=it(),sc=it(),ic=it(),ac=it(),cc=it(),uc=it(),lc=it(),fc=it(),_c=it();function dc(e,t){const n=e.instantiateWasm,r=e.preInit?"function"===typeof e.preInit?[e.preInit]:e.preInit:[],o=e.preRun?"function"===typeof e.preRun?[e.preRun]:e.preRun:[],s=e.postRun?"function"===typeof e.postRun?[e.postRun]:e.postRun:[],i=e.onRuntimeInitialized?e.onRuntimeInitialized:()=>{};rc=!e.configSrc&&(!e.config||!e.config.assets||-1==e.config.assets.findIndex((e=>"assembly"===e.behavior))),e.instantiateWasm=(e,t)=>mc(e,t,n),e.preInit=[()=>gc(r)],e.preRun=[()=>wc(o)],e.onRuntimeInitialized=()=>hc(i),e.postRun=[()=>pc(s)],e.ready.then((async()=>{await _c.promise,oc.promise_control.resolve(t)})).catch((e=>{oc.promise_control.reject(e)})),e.ready=oc.promise,e.onAbort||(e.onAbort=()=>Ie)}function mc(e,t,n){if(o.configSrc||o.config||n||o.print("MONO_WASM: configSrc nor config was specified"),tc=o.config?b.config=o.config:b.config=o.config={},b.diagnosticTracing=!!tc.diagnosticTracing,n){const r=undefined;return n(e,((e,n)=>{ic.promise_control.resolve(),t(e,n)}))}return $c(e,t),[]}function gc(e){o.addRunDependency("mono_pre_init");try{yc(),b.diagnosticTracing&&console.debug("MONO_WASM: preInit"),ac.promise_control.resolve(),e.forEach((e=>e()))}catch(e){throw Oc("MONO_WASM: user preInint() failed",e),bc(e,true),e}(async()=>{try{await vc(),rc||await Ec()}catch(e){throw bc(e,true),e}cc.promise_control.resolve(),o.removeRunDependency("mono_pre_init")})()}async function wc(e){o.addRunDependency("mono_pre_run_async"),await ic.promise,await cc.promise,b.diagnosticTracing&&console.debug("MONO_WASM: preRunAsync");try{e.map((e=>e()))}catch(e){throw Oc("MONO_WASM: user callback preRun() failed",e),bc(e,true),e}uc.promise_control.resolve(),o.removeRunDependency("mono_pre_run_async")}async function hc(e){await uc.promise,b.diagnosticTracing&&console.debug("MONO_WASM: onRuntimeInitialized"),lc.promise_control.resolve();try{rc||(await us(),await Ac()),tc.runtimeOptions&&jc(tc.runtimeOptions);try{e()}catch(e){throw Oc("MONO_WASM: user callback onRuntimeInitialized() failed",e),e}await Sc()}catch(e){throw Oc("MONO_WASM: onRuntimeInitializedAsync() failed",e),bc(e,true),e}fc.promise_control.resolve()}async function pc(e){await fc.promise,b.diagnosticTracing&&console.debug("MONO_WASM: postRunAsync");try{e.map((e=>e()))}catch(e){throw Oc("MONO_WASM: user callback posRun() failed",e),bc(e,true),e}_c.promise_control.resolve()}function bc(e,t){b.diagnosticTracing&&console.trace("MONO_WASM: abort_startup"),oc.promise_control.reject(e),ic.promise_control.reject(e),ac.promise_control.reject(e),cc.promise_control.reject(e),uc.promise_control.reject(e),lc.promise_control.reject(e),fc.promise_control.reject(e),_c.promise_control.reject(e),t&&De(1,e)}function yc(){o.addRunDependency("mono_wasm_pre_init_essential"),b.diagnosticTracing&&console.debug("MONO_WASM: mono_wasm_pre_init_essential"),I(),Ga(s),Za(Io),Qa(Do),o.removeRunDependency("mono_wasm_pre_init_essential")}async function vc(){b.diagnosticTracing&&console.debug("MONO_WASM: mono_wasm_pre_init_essential_async"),o.addRunDependency("mono_wasm_pre_init_essential_async"),await ms(),await Rc(o.configSrc),o.removeRunDependency("mono_wasm_pre_init_essential_async")}async function Ec(){b.diagnosticTracing&&console.debug("MONO_WASM: mono_wasm_pre_init_full"),o.addRunDependency("mono_wasm_pre_init_full"),await es(),o.removeRunDependency("mono_wasm_pre_init_full")}async function Ac(){b.diagnosticTracing&&console.debug("MONO_WASM: mono_wasm_before_user_runtime_initialized");try{await Nc(),de(),b.mono_wasm_load_runtime_done||kc("unused",tc.debugLevel),b.mono_wasm_runtime_is_ready||mono_wasm_runtime_ready(),b.mono_wasm_symbols_are_ready||ke("dotnet.js.symbols"),setTimeout((()=>{Ar.init_fields()}))}catch(e){throw Oc("MONO_WASM: Error in mono_wasm_before_user_runtime_initialized",e),e}}async function Sc(){b.diagnosticTracing&&console.debug("MONO_WASM: mono_wasm_after_user_runtime_initialized");try{if(!o.disableDotnet6Compatibility&&o.exports){const e=globalThis;for(let t=0;tb.config,setHeapB32:Ot,setHeapU8:xt,setHeapU16:jt,setHeapU32:Nt,setHeapI8:kt,setHeapI16:Tt,setHeapI32:Mt,setHeapI52:Dt,setHeapU52:Ut,setHeapI64Big:Ct,setHeapF32:Pt,setHeapF64:Wt,getHeapB32:Ft,getHeapU8:Bt,getHeapU16:Ht,getHeapU32:Vt,getHeapI8:zt,getHeapI16:Lt,getHeapI32:Jt,getHeapI52:qt,getHeapU52:Gt,getHeapI64Big:Yt,getHeapF32:Zt,getHeapF64:Xt}}function Vc(){const e=undefined;return{dotnet:Bc,exit:De}}const zc=Jc,Lc=Gc;function Jc(n,o,s,i){const a=o.module,c=globalThis;g(n,o),Co(o),ds(s),Object.assign(o.mono,Ya()),Object.assign(o.binding,Xa()),Object.assign(o.internal,qa()),Object.assign(o.internal,qa());const u=Hc();if(e.__linker_exports=Wc(),Object.assign(_,{MONO:o.mono,BINDING:o.binding,INTERNAL:o.internal,IMPORTS:o.marshaled_imports,Module:a,runtimeBuildInfo:{productVersion:t,buildConfiguration:r},...u}),Object.assign(i,u),o.module.__undefinedConfig&&(a.disableDotnet6Compatibility=true,a.configSrc="./mono-config.json"),a.print||(a.print=console.log.bind(console)),a.printErr||(a.printErr=console.error.bind(console)),"undefined"===typeof a.disableDotnet6Compatibility&&(a.disableDotnet6Compatibility=true),n.isGlobal||!a.disableDotnet6Compatibility){Object.assign(a,_),a.mono_bind_static_method=(e,t)=>(console.warn("MONO_WASM: Module.mono_bind_static_method is obsolete, please use [JSExportAttribute] interop instead"),Oi(e,t));const e=(e,t)=>{if("undefined"!==typeof c[e])return;let n;Object.defineProperty(globalThis,e,{get:()=>{if(T(n)){const r=(new Error).stack,o=r?r.substr(r.indexOf("\n",8)+1):"";console.warn(`MONO_WASM: global ${e} is obsolete, please use Module.${e} instead ${o}`),n=t()}return n}})};c.MONO=o.mono,c.BINDING=o.binding,c.INTERNAL=o.internal,n.isGlobal||(c.Module=a),e("cwrap",(()=>a.cwrap)),e("addRunDependency",(()=>a.addRunDependency)),e("removeRunDependency",(()=>a.removeRunDependency))}let l;return c.getDotnetRuntime?l=c.getDotnetRuntime.__list:(c.getDotnetRuntime=e=>c.getDotnetRuntime.__list.getRuntime(e),c.getDotnetRuntime.__list=l=new qc),l.registerRuntime(_),dc(a,_),_}e.__linker_exports=null;class qc{constructor(){this.list={}}registerRuntime(e){return e.runtimeId=Object.keys(this.list).length,this.list[e.runtimeId]=Be(e),e.runtimeId}getRuntime(e){const t=this.list[e];return t?t.deref():void 0}}function Gc(e,t){w(t),Object.assign(d,Vc()),h(e)}return e.__initializeImportsAndExports=zc,e.__setEmscriptenEntrypoint=Lc,e.moduleExports=d,Object.defineProperty(e,"__esModule",{value:true}),e}({});
-
-var createDotnetRuntime = (() => {
- var _scriptDir = import.meta.url;
-
- return (
-function(createDotnetRuntime) {
- createDotnetRuntime = createDotnetRuntime || {};
-
-"use strict";var Module=typeof createDotnetRuntime!="undefined"?createDotnetRuntime:{};var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise(function(resolve,reject){readyPromiseResolve=resolve;readyPromiseReject=reject});var require=require||undefined;var __dirname=__dirname||"";var __callbackAPI={MONO:MONO,BINDING:BINDING,INTERNAL:INTERNAL,IMPORTS:IMPORTS};if(typeof createDotnetRuntime==="function"){__callbackAPI.Module=Module={ready:Module.ready};const extension=createDotnetRuntime(__callbackAPI);if(extension.ready){throw new Error("MONO_WASM: Module.ready couldn't be redefined.")}Object.assign(Module,extension);createDotnetRuntime=Module;if(!createDotnetRuntime.locateFile)createDotnetRuntime.locateFile=createDotnetRuntime.__locateFile=path=>scriptDirectory+path}else if(typeof createDotnetRuntime==="object"){__callbackAPI.Module=Module={ready:Module.ready,__undefinedConfig:Object.keys(createDotnetRuntime).length===1};Object.assign(Module,createDotnetRuntime);createDotnetRuntime=Module;if(!createDotnetRuntime.locateFile)createDotnetRuntime.locateFile=createDotnetRuntime.__locateFile=path=>scriptDirectory+path}else{throw new Error("MONO_WASM: Can't use moduleFactory callback of createDotnetRuntime function.")}var moduleOverrides=Object.assign({},Module);var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var ENVIRONMENT_IS_WEB=typeof window=="object";var ENVIRONMENT_IS_WORKER=typeof importScripts=="function";var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string";var ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var read_,readAsync,readBinary,setWindowTitle;function logExceptionOnExit(e){if(e instanceof ExitStatus)return;let toLog=e;err("exiting due to exception: "+toLog)}var fs;var nodePath;var requireNodeFS;if(ENVIRONMENT_IS_NODE){if(ENVIRONMENT_IS_WORKER){scriptDirectory=require("path").dirname(scriptDirectory)+"/"}else{scriptDirectory=__dirname+"/"}requireNodeFS=()=>{if(!nodePath){fs=require("fs");nodePath=require("path")}};read_=function shell_read(filename,binary){requireNodeFS();filename=nodePath["normalize"](filename);return fs.readFileSync(filename,binary?undefined:"utf8")};readBinary=filename=>{var ret=read_(filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}return ret};readAsync=(filename,onload,onerror)=>{requireNodeFS();filename=nodePath["normalize"](filename);fs.readFile(filename,function(err,data){if(err)onerror(err);else onload(data.buffer)})};if(process["argv"].length>1){thisProgram=process["argv"][1].replace(/\\/g,"/")}arguments_=process["argv"].slice(2);process["on"]("uncaughtException",function(ex){if(!(ex instanceof ExitStatus)){throw ex}});process["on"]("unhandledRejection",function(reason){throw reason});quit_=(status,toThrow)=>{if(keepRuntimeAlive()){process["exitCode"]=status;throw toThrow}logExceptionOnExit(toThrow);process["exit"](status)};Module["inspect"]=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_SHELL){if(typeof read!="undefined"){read_=function shell_read(f){return read(f)}}readBinary=function readBinary(f){let data;if(typeof readbuffer=="function"){return new Uint8Array(readbuffer(f))}data=read(f,"binary");assert(typeof data=="object");return data};readAsync=function readAsync(f,onload,onerror){setTimeout(()=>onload(readBinary(f)),0)};if(typeof scriptArgs!="undefined"){arguments_=scriptArgs}else if(typeof arguments!="undefined"){arguments_=arguments}if(typeof quit=="function"){quit_=(status,toThrow)=>{logExceptionOnExit(toThrow);quit(status)}}if(typeof print!="undefined"){if(typeof console=="undefined")console={};console.log=print;console.warn=console.error=typeof printErr!="undefined"?printErr:print}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(_scriptDir){scriptDirectory=_scriptDir}if(scriptDirectory.indexOf("blob:")!==0){scriptDirectory=scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1)}else{scriptDirectory=""}{read_=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){readBinary=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=(url,onload,onerror)=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=()=>{if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()};xhr.onerror=onerror;xhr.send(null)}}setWindowTitle=title=>document.title=title}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.warn.bind(console);Object.assign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];var POINTER_SIZE=4;function warnOnce(text){if(!warnOnce.shown)warnOnce.shown={};if(!warnOnce.shown[text]){warnOnce.shown[text]=1;err(text)}}function uleb128Encode(n){if(n<128){return[n]}return[n%128|128,n>>7]}function convertJsFunctionToWasm(func,sig){if(typeof WebAssembly.Function=="function"){var typeNames={"i":"i32","j":"i64","f":"f32","d":"f64","p":"i32"};var type={parameters:[],results:sig[0]=="v"?[]:[typeNames[sig[0]]]};for(var i=1;i{tempRet0=value};var getTempRet0=()=>tempRet0;var wasmBinary;if(Module["wasmBinary"])wasmBinary=Module["wasmBinary"];var noExitRuntime=Module["noExitRuntime"]||true;if(typeof WebAssembly!="object"){abort("no native wasm support detected")}var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort(text)}}function getCFunc(ident){var func=Module["_"+ident];return func}function ccall(ident,returnType,argTypes,args,opts){var toC={"string":function(str){var ret=0;if(str!==null&&str!==undefined&&str!==0){var len=(str.length<<2)+1;ret=stackAlloc(len);stringToUTF8(str,ret,len)}return ret},"array":function(arr){var ret=stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}};function convertReturnValue(ret){if(returnType==="string"){return UTF8ToString(ret)}if(returnType==="boolean")return Boolean(ret);return ret}var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i=endIdx))++endPtr;if(endPtr-idx>16&&heapOrArray.buffer&&UTF8Decoder){return UTF8Decoder.decode(heapOrArray.subarray(idx,endPtr))}else{var str="";while(idx>10,56320|ch&1023)}}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):""}function stringToUTF8Array(str,heap,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx}function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}function lengthBytesUTF8(str){var len=0;for(var i=0;i=55296&&u<=57343)u=65536+((u&1023)<<10)|str.charCodeAt(++i)&1023;if(u<=127)++len;else if(u<=2047)len+=2;else if(u<=65535)len+=3;else len+=4}return len}var UTF16Decoder=typeof TextDecoder!="undefined"?new TextDecoder("utf-16le"):undefined;function allocateUTF8(str){var size=lengthBytesUTF8(str)+1;var ret=_malloc(size);if(ret)stringToUTF8Array(str,HEAP8,ret,size);return ret}function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i>0]=str.charCodeAt(i)}if(!dontAddNull)HEAP8[buffer>>0]=0}var buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBufferAndViews(buf){buffer=buf;Module["HEAP8"]=HEAP8=new Int8Array(buf);Module["HEAP16"]=HEAP16=new Int16Array(buf);Module["HEAP32"]=HEAP32=new Int32Array(buf);Module["HEAPU8"]=HEAPU8=new Uint8Array(buf);Module["HEAPU16"]=HEAPU16=new Uint16Array(buf);Module["HEAPU32"]=HEAPU32=new Uint32Array(buf);Module["HEAPF32"]=HEAPF32=new Float32Array(buf);Module["HEAPF64"]=HEAPF64=new Float64Array(buf)}var INITIAL_MEMORY=Module["INITIAL_MEMORY"]||134217728;var wasmTable;var __ATPRERUN__=[];var __ATINIT__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;function keepRuntimeAlive(){return noExitRuntime}function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;if(!Module["noFSInit"]&&!FS.init.initialized)FS.init();FS.ignorePermissions=false;TTY.init();callRuntimeCallbacks(__ATINIT__)}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}function abort(what){{if(Module["onAbort"]){Module["onAbort"](what)}}what="Aborted("+what+")";err(what);ABORT=true;EXITSTATUS=1;what+=". Build with -sASSERTIONS for more info.";var e=new WebAssembly.RuntimeError(what);readyPromiseReject(e);throw e}var dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return filename.startsWith(dataURIPrefix)}function isFileURI(filename){return filename.startsWith("file://")}var wasmBinaryFile;if(Module["locateFile"]){wasmBinaryFile="dotnet.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}}else{wasmBinaryFile=new URL("dotnet.wasm",import.meta.url).toString()}function getBinary(file){try{if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}else{throw"both async and sync fetching of the wasm failed"}}catch(err){abort(err)}}function getBinaryPromise(){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)){if(typeof fetch=="function"&&!isFileURI(wasmBinaryFile)){return fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){if(!response["ok"]){throw"failed to load wasm binary file at '"+wasmBinaryFile+"'"}return response["arrayBuffer"]()}).catch(function(){return getBinary(wasmBinaryFile)})}else{if(readAsync){return new Promise(function(resolve,reject){readAsync(wasmBinaryFile,function(response){resolve(new Uint8Array(response))},reject)})}}}return Promise.resolve().then(function(){return getBinary(wasmBinaryFile)})}function createWasm(){var info={"env":asmLibraryArg,"wasi_snapshot_preview1":asmLibraryArg};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;wasmMemory=Module["asm"]["memory"];updateGlobalBufferAndViews(wasmMemory.buffer);wasmTable=Module["asm"]["__indirect_function_table"];addOnInit(Module["asm"]["__wasm_call_ctors"]);removeRunDependency("wasm-instantiate")}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){receiveInstance(result["instance"])}function instantiateArrayBuffer(receiver){return getBinaryPromise().then(function(binary){return WebAssembly.instantiate(binary,info)}).then(function(instance){return instance}).then(receiver,function(reason){err("failed to asynchronously prepare wasm: "+reason);abort(reason)})}function instantiateAsync(){if(!wasmBinary&&typeof WebAssembly.instantiateStreaming=="function"&&!isDataURI(wasmBinaryFile)&&!isFileURI(wasmBinaryFile)&&typeof fetch=="function"){return fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){var result=WebAssembly.instantiateStreaming(response,info);return result.then(receiveInstantiationResult,function(reason){err("wasm streaming compile failed: "+reason);err("falling back to ArrayBuffer instantiation");return instantiateArrayBuffer(receiveInstantiationResult)})})}else{return instantiateArrayBuffer(receiveInstantiationResult)}}if(Module["instantiateWasm"]){try{var exports=Module["instantiateWasm"](info,receiveInstance);return exports}catch(e){err("Module.instantiateWasm callback failed with error: "+e);return false}}instantiateAsync().catch(readyPromiseReject);return{}}var tempDouble;var tempI64;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=callbacks.shift();if(typeof callback=="function"){callback(Module);continue}var func=callback.func;if(typeof func=="number"){if(callback.arg===undefined){getWasmTableEntry(func)()}else{getWasmTableEntry(func)(callback.arg)}}else{func(callback.arg===undefined?null:callback.arg)}}}function demangle(func){return func}function demangleAll(text){var regex=/\b_Z[\w\d_]+/g;return text.replace(regex,function(x){var y=demangle(x);return x===y?x:y+" ["+x+"]"})}function getValue(ptr,type="i8"){if(type.endsWith("*"))type="i32";switch(type){case"i1":return HEAP8[ptr>>0];case"i8":return HEAP8[ptr>>0];case"i16":return HEAP16[ptr>>1];case"i32":return HEAP32[ptr>>2];case"i64":return HEAP32[ptr>>2];case"float":return HEAPF32[ptr>>2];case"double":return Number(HEAPF64[ptr>>3]);default:abort("invalid type for getValue: "+type)}return null}var wasmTableMirror=[];function getWasmTableEntry(funcPtr){var func=wasmTableMirror[funcPtr];if(!func){if(funcPtr>=wasmTableMirror.length)wasmTableMirror.length=funcPtr+1;wasmTableMirror[funcPtr]=func=wasmTable.get(funcPtr)}return func}function jsStackTrace(){var error=new Error;if(!error.stack){try{throw new Error}catch(e){error=e}if(!error.stack){return"(no stack trace available)"}}return error.stack.toString()}function setValue(ptr,value,type="i8"){if(type.endsWith("*"))type="i32";switch(type){case"i1":HEAP8[ptr>>0]=value;break;case"i8":HEAP8[ptr>>0]=value;break;case"i16":HEAP16[ptr>>1]=value;break;case"i32":HEAP32[ptr>>2]=value;break;case"i64":tempI64=[value>>>0,(tempDouble=value,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[ptr>>2]=tempI64[0],HEAP32[ptr+4>>2]=tempI64[1];break;case"float":HEAPF32[ptr>>2]=value;break;case"double":HEAPF64[ptr>>3]=value;break;default:abort("invalid type for setValue: "+type)}}function setWasmTableEntry(idx,func){wasmTable.set(idx,func);wasmTableMirror[idx]=wasmTable.get(idx)}function ___assert_fail(condition,filename,line,func){abort("Assertion failed: "+UTF8ToString(condition)+", at: "+[filename?UTF8ToString(filename):"unknown filename",line,func?UTF8ToString(func):"unknown function"])}function ___cxa_allocate_exception(size){return _malloc(size+24)+24}var exceptionCaught=[];function exception_addRef(info){info.add_ref()}var uncaughtExceptionCount=0;function ___cxa_begin_catch(ptr){var info=new ExceptionInfo(ptr);if(!info.get_caught()){info.set_caught(true);uncaughtExceptionCount--}info.set_rethrown(false);exceptionCaught.push(info);exception_addRef(info);return info.get_exception_ptr()}var exceptionLast=0;function ExceptionInfo(excPtr){this.excPtr=excPtr;this.ptr=excPtr-24;this.set_type=function(type){HEAPU32[this.ptr+4>>2]=type};this.get_type=function(){return HEAPU32[this.ptr+4>>2]};this.set_destructor=function(destructor){HEAPU32[this.ptr+8>>2]=destructor};this.get_destructor=function(){return HEAPU32[this.ptr+8>>2]};this.set_refcount=function(refcount){HEAP32[this.ptr>>2]=refcount};this.set_caught=function(caught){caught=caught?1:0;HEAP8[this.ptr+12>>0]=caught};this.get_caught=function(){return HEAP8[this.ptr+12>>0]!=0};this.set_rethrown=function(rethrown){rethrown=rethrown?1:0;HEAP8[this.ptr+13>>0]=rethrown};this.get_rethrown=function(){return HEAP8[this.ptr+13>>0]!=0};this.init=function(type,destructor){this.set_adjusted_ptr(0);this.set_type(type);this.set_destructor(destructor);this.set_refcount(0);this.set_caught(false);this.set_rethrown(false)};this.add_ref=function(){var value=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=value+1};this.release_ref=function(){var prev=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=prev-1;return prev===1};this.set_adjusted_ptr=function(adjustedPtr){HEAPU32[this.ptr+16>>2]=adjustedPtr};this.get_adjusted_ptr=function(){return HEAPU32[this.ptr+16>>2]};this.get_exception_ptr=function(){var isPointer=___cxa_is_pointer_type(this.get_type());if(isPointer){return HEAPU32[this.excPtr>>2]}var adjusted=this.get_adjusted_ptr();if(adjusted!==0)return adjusted;return this.excPtr}}function ___cxa_free_exception(ptr){return _free(new ExceptionInfo(ptr).ptr)}function exception_decRef(info){if(info.release_ref()&&!info.get_rethrown()){var destructor=info.get_destructor();if(destructor){getWasmTableEntry(destructor)(info.excPtr)}___cxa_free_exception(info.excPtr)}}function ___cxa_end_catch(){_setThrew(0);var info=exceptionCaught.pop();exception_decRef(info);exceptionLast=0}function ___resumeException(ptr){if(!exceptionLast){exceptionLast=ptr}throw ptr}function ___cxa_find_matching_catch_3(){var thrown=exceptionLast;if(!thrown){setTempRet0(0);return 0}var info=new ExceptionInfo(thrown);info.set_adjusted_ptr(thrown);var thrownType=info.get_type();if(!thrownType){setTempRet0(0);return thrown}var typeArray=Array.prototype.slice.call(arguments);for(var i=0;ipath.charAt(0)==="/",splitPath:filename=>{var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:(parts,allowAboveRoot)=>{var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:path=>{var isAbsolute=PATH.isAbs(path),trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(p=>!!p),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:path=>{var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir},basename:path=>{if(path==="/")return"/";path=PATH.normalize(path);path=path.replace(/\/$/,"");var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)},join:function(){var paths=Array.prototype.slice.call(arguments,0);return PATH.normalize(paths.join("/"))},join2:(l,r)=>{return PATH.normalize(l+"/"+r)}};function getRandomDevice(){if(typeof crypto=="object"&&typeof crypto["getRandomValues"]=="function"){var randomBuffer=new Uint8Array(1);return function(){crypto.getRandomValues(randomBuffer);return randomBuffer[0]}}else if(ENVIRONMENT_IS_NODE){try{var crypto_module=require("crypto");return function(){return crypto_module["randomBytes"](1)[0]}}catch(e){}}return function(){abort("randomDevice")}}var PATH_FS={resolve:function(){var resolvedPath="",resolvedAbsolute=false;for(var i=arguments.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?arguments[i]:FS.cwd();if(typeof path!="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=PATH.isAbs(path)}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(p=>!!p),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:(from,to)=>{from=PATH_FS.resolve(from).substr(1);to=PATH_FS.resolve(to).substr(1);function trim(arr){var start=0;for(;start=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i0){result=buf.slice(0,bytesRead).toString("utf-8")}else{result=null}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else if(typeof readline=="function"){result=readline();if(result!==null){result+="\n"}}if(!result){return null}tty.input=intArrayFromString(result,true)}return tty.input.shift()},put_char:function(tty,val){if(val===null||val===10){out(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},flush:function(tty){if(tty.output&&tty.output.length>0){out(UTF8ArrayToString(tty.output,0));tty.output=[]}}},default_tty1_ops:{put_char:function(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},flush:function(tty){if(tty.output&&tty.output.length>0){err(UTF8ArrayToString(tty.output,0));tty.output=[]}}}};function zeroMemory(address,size){HEAPU8.fill(0,address,address+size)}function alignMemory(size,alignment){return Math.ceil(size/alignment)*alignment}function mmapAlloc(size){size=alignMemory(size,65536);var ptr=_emscripten_builtin_memalign(65536,size);if(!ptr)return 0;zeroMemory(ptr,size);return ptr}var MEMFS={ops_table:null,mount:function(mount){return MEMFS.createNode(null,"/",16384|511,0)},createNode:function(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(63)}if(!MEMFS.ops_table){MEMFS.ops_table={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,allocate:MEMFS.stream_ops.allocate,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}}}var node=FS.createNode(parent,name,mode,dev);if(FS.isDir(node.mode)){node.node_ops=MEMFS.ops_table.dir.node;node.stream_ops=MEMFS.ops_table.dir.stream;node.contents={}}else if(FS.isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.stream;node.usedBytes=0;node.contents=null}else if(FS.isLink(node.mode)){node.node_ops=MEMFS.ops_table.link.node;node.stream_ops=MEMFS.ops_table.link.stream}else if(FS.isChrdev(node.mode)){node.node_ops=MEMFS.ops_table.chrdev.node;node.stream_ops=MEMFS.ops_table.chrdev.stream}node.timestamp=Date.now();if(parent){parent.contents[name]=node;parent.timestamp=node.timestamp}return node},getFileDataAsTypedArray:function(node){if(!node.contents)return new Uint8Array(0);if(node.contents.subarray)return node.contents.subarray(0,node.usedBytes);return new Uint8Array(node.contents)},expandFileStorage:function(node,newCapacity){var prevCapacity=node.contents?node.contents.length:0;if(prevCapacity>=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity>>0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0)},resizeFileStorage:function(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0}else{var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize}},node_ops:{getattr:function(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.timestamp);attr.mtime=new Date(node.timestamp);attr.ctime=new Date(node.timestamp);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr},setattr:function(node,attr){if(attr.mode!==undefined){node.mode=attr.mode}if(attr.timestamp!==undefined){node.timestamp=attr.timestamp}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}},lookup:function(parent,name){throw FS.genericErrors[44]},mknod:function(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)},rename:function(old_node,new_dir,new_name){if(FS.isDir(old_node.mode)){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){for(var i in new_node.contents){throw new FS.ErrnoError(55)}}}delete old_node.parent.contents[old_node.name];old_node.parent.timestamp=Date.now();old_node.name=new_name;new_dir.contents[new_name]=old_node;new_dir.timestamp=old_node.parent.timestamp;old_node.parent=new_dir},unlink:function(parent,name){delete parent.contents[name];parent.timestamp=Date.now()},rmdir:function(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(55)}delete parent.contents[name];parent.timestamp=Date.now()},readdir:function(node){var entries=[".",".."];for(var key in node.contents){if(!node.contents.hasOwnProperty(key)){continue}entries.push(key)}return entries},symlink:function(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node},readlink:function(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(28)}return node.link}},stream_ops:{read:function(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i0||position+length{path=PATH_FS.resolve(FS.cwd(),path);if(!path)return{path:"",node:null};var defaults={follow_mount:true,recurse_count:0};opts=Object.assign(defaults,opts);if(opts.recurse_count>8){throw new FS.ErrnoError(32)}var parts=PATH.normalizeArray(path.split("/").filter(p=>!!p),false);var current=FS.root;var current_path="/";for(var i=0;i40){throw new FS.ErrnoError(32)}}}}return{path:current_path,node:current}},getPath:node=>{var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?mount+"/"+path:mount+path}path=path?node.name+"/"+path:node.name;node=node.parent}},hashName:(parentid,name)=>{var hash=0;for(var i=0;i>>0)%FS.nameTable.length},hashAddNode:node=>{var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode:node=>{var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}},lookupNode:(parent,name)=>{var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode,parent)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)},createNode:(parent,name,mode,rdev)=>{var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode:node=>{FS.hashRemoveNode(node)},isRoot:node=>{return node===node.parent},isMountpoint:node=>{return!!node.mounted},isFile:mode=>{return(mode&61440)===32768},isDir:mode=>{return(mode&61440)===16384},isLink:mode=>{return(mode&61440)===40960},isChrdev:mode=>{return(mode&61440)===8192},isBlkdev:mode=>{return(mode&61440)===24576},isFIFO:mode=>{return(mode&61440)===4096},isSocket:mode=>{return(mode&49152)===49152},flagModes:{"r":0,"r+":2,"w":577,"w+":578,"a":1089,"a+":1090},modeStringToFlags:str=>{var flags=FS.flagModes[str];if(typeof flags=="undefined"){throw new Error("Unknown file open mode: "+str)}return flags},flagsToPermissionString:flag=>{var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions:(node,perms)=>{if(FS.ignorePermissions){return 0}if(perms.includes("r")&&!(node.mode&292)){return 2}else if(perms.includes("w")&&!(node.mode&146)){return 2}else if(perms.includes("x")&&!(node.mode&73)){return 2}return 0},mayLookup:dir=>{var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate:(dir,name)=>{try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete:(dir,name,isdir)=>{var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen:(node,flags)=>{if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},MAX_OPEN_FDS:4096,nextfd:(fd_start=0,fd_end=FS.MAX_OPEN_FDS)=>{for(var fd=fd_start;fd<=fd_end;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(33)},getStream:fd=>FS.streams[fd],createStream:(stream,fd_start,fd_end)=>{if(!FS.FSStream){FS.FSStream=function(){this.shared={}};FS.FSStream.prototype={object:{get:function(){return this.node},set:function(val){this.node=val}},isRead:{get:function(){return(this.flags&2097155)!==1}},isWrite:{get:function(){return(this.flags&2097155)!==0}},isAppend:{get:function(){return this.flags&1024}},flags:{get:function(){return this.shared.flags},set:function(val){this.shared.flags=val}},position:{get function(){return this.shared.position},set:function(val){this.shared.position=val}}}}stream=Object.assign(new FS.FSStream,stream);var fd=FS.nextfd(fd_start,fd_end);stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream:fd=>{FS.streams[fd]=null},chrdev_stream_ops:{open:stream=>{var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;if(stream.stream_ops.open){stream.stream_ops.open(stream)}},llseek:()=>{throw new FS.ErrnoError(70)}},major:dev=>dev>>8,minor:dev=>dev&255,makedev:(ma,mi)=>ma<<8|mi,registerDevice:(dev,ops)=>{FS.devices[dev]={stream_ops:ops}},getDevice:dev=>FS.devices[dev],getMounts:mount=>{var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push.apply(check,m.mounts)}return mounts},syncfs:(populate,callback)=>{if(typeof populate=="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err("warning: "+FS.syncFSRequests+" FS.syncfs operations in flight at once, probably just doing extra work")}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(mount=>{if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount:(type,opts,mountpoint)=>{var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}var mount={type:type,opts:opts,mountpoint:mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot},unmount:mountpoint=>{var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(hash=>{var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.includes(current.mount)){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup:(parent,name)=>{return parent.node_ops.lookup(parent,name)},mknod:(path,mode,dev)=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name||name==="."||name===".."){throw new FS.ErrnoError(28)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},create:(path,mode)=>{mode=mode!==undefined?mode:438;mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir:(path,mode)=>{mode=mode!==undefined?mode:511;mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree:(path,mode)=>{var dirs=path.split("/");var d="";for(var i=0;i{if(typeof dev=="undefined"){dev=mode;mode=438}mode|=8192;return FS.mknod(path,mode,dev)},symlink:(oldpath,newpath)=>{if(!PATH_FS.resolve(oldpath)){throw new FS.ErrnoError(44)}var lookup=FS.lookupPath(newpath,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var newname=PATH.basename(newpath);var errCode=FS.mayCreate(parent,newname);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.symlink){throw new FS.ErrnoError(63)}return parent.node_ops.symlink(parent,newname,oldpath)},rename:(old_path,new_path)=>{var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_name=PATH.basename(old_path);var new_name=PATH.basename(new_path);var lookup,old_dir,new_dir;lookup=FS.lookupPath(old_path,{parent:true});old_dir=lookup.node;lookup=FS.lookupPath(new_path,{parent:true});new_dir=lookup.node;if(!old_dir||!new_dir)throw new FS.ErrnoError(44);if(old_dir.mount!==new_dir.mount){throw new FS.ErrnoError(75)}var old_node=FS.lookupNode(old_dir,old_name);var relative=PATH_FS.relative(old_path,new_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(28)}relative=PATH_FS.relative(new_path,old_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(55)}var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(old_node===new_node){return}var isdir=FS.isDir(old_node.mode);var errCode=FS.mayDelete(old_dir,old_name,isdir);if(errCode){throw new FS.ErrnoError(errCode)}errCode=new_node?FS.mayDelete(new_dir,new_name,isdir):FS.mayCreate(new_dir,new_name);if(errCode){throw new FS.ErrnoError(errCode)}if(!old_dir.node_ops.rename){throw new FS.ErrnoError(63)}if(FS.isMountpoint(old_node)||new_node&&FS.isMountpoint(new_node)){throw new FS.ErrnoError(10)}if(new_dir!==old_dir){errCode=FS.nodePermissions(old_dir,"w");if(errCode){throw new FS.ErrnoError(errCode)}}FS.hashRemoveNode(old_node);try{old_dir.node_ops.rename(old_node,new_dir,new_name)}catch(e){throw e}finally{FS.hashAddNode(old_node)}},rmdir:path=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,true);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.rmdir){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.rmdir(parent,name);FS.destroyNode(node)},readdir:path=>{var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node.node_ops.readdir){throw new FS.ErrnoError(54)}return node.node_ops.readdir(node)},unlink:path=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,false);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.unlink){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.unlink(parent,name);FS.destroyNode(node)},readlink:path=>{var lookup=FS.lookupPath(path);var link=lookup.node;if(!link){throw new FS.ErrnoError(44)}if(!link.node_ops.readlink){throw new FS.ErrnoError(28)}return PATH_FS.resolve(FS.getPath(link.parent),link.node_ops.readlink(link))},stat:(path,dontFollow)=>{var lookup=FS.lookupPath(path,{follow:!dontFollow});var node=lookup.node;if(!node){throw new FS.ErrnoError(44)}if(!node.node_ops.getattr){throw new FS.ErrnoError(63)}return node.node_ops.getattr(node)},lstat:path=>{return FS.stat(path,true)},chmod:(path,mode,dontFollow)=>{var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{mode:mode&4095|node.mode&~4095,timestamp:Date.now()})},lchmod:(path,mode)=>{FS.chmod(path,mode,true)},fchmod:(fd,mode)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}FS.chmod(stream.node,mode)},chown:(path,uid,gid,dontFollow)=>{var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{timestamp:Date.now()})},lchown:(path,uid,gid)=>{FS.chown(path,uid,gid,true)},fchown:(fd,uid,gid)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}FS.chown(stream.node,uid,gid)},truncate:(path,len)=>{if(len<0){throw new FS.ErrnoError(28)}var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:true});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}if(FS.isDir(node.mode)){throw new FS.ErrnoError(31)}if(!FS.isFile(node.mode)){throw new FS.ErrnoError(28)}var errCode=FS.nodePermissions(node,"w");if(errCode){throw new FS.ErrnoError(errCode)}node.node_ops.setattr(node,{size:len,timestamp:Date.now()})},ftruncate:(fd,len)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(28)}FS.truncate(stream.node,len)},utime:(path,atime,mtime)=>{var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;node.node_ops.setattr(node,{timestamp:Math.max(atime,mtime)})},open:(path,flags,mode)=>{if(path===""){throw new FS.ErrnoError(44)}flags=typeof flags=="string"?FS.modeStringToFlags(flags):flags;mode=typeof mode=="undefined"?438:mode;if(flags&64){mode=mode&4095|32768}else{mode=0}var node;if(typeof path=="object"){node=path}else{path=PATH.normalize(path);try{var lookup=FS.lookupPath(path,{follow:!(flags&131072)});node=lookup.node}catch(e){}}var created=false;if(flags&64){if(node){if(flags&128){throw new FS.ErrnoError(20)}}else{node=FS.mknod(path,mode,0);created=true}}if(!node){throw new FS.ErrnoError(44)}if(FS.isChrdev(node.mode)){flags&=~512}if(flags&65536&&!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}if(!created){var errCode=FS.mayOpen(node,flags);if(errCode){throw new FS.ErrnoError(errCode)}}if(flags&512&&!created){FS.truncate(node,0)}flags&=~(128|512|131072);var stream=FS.createStream({node:node,path:FS.getPath(node),flags:flags,seekable:true,position:0,stream_ops:node.stream_ops,ungotten:[],error:false});if(stream.stream_ops.open){stream.stream_ops.open(stream)}if(Module["logReadFiles"]&&!(flags&1)){if(!FS.readFiles)FS.readFiles={};if(!(path in FS.readFiles)){FS.readFiles[path]=1}}return stream},close:stream=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(stream.getdents)stream.getdents=null;try{if(stream.stream_ops.close){stream.stream_ops.close(stream)}}catch(e){throw e}finally{FS.closeStream(stream.fd)}stream.fd=null},isClosed:stream=>{return stream.fd===null},llseek:(stream,offset,whence)=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(!stream.seekable||!stream.stream_ops.llseek){throw new FS.ErrnoError(70)}if(whence!=0&&whence!=1&&whence!=2){throw new FS.ErrnoError(28)}stream.position=stream.stream_ops.llseek(stream,offset,whence);stream.ungotten=[];return stream.position},read:(stream,buffer,offset,length,position)=>{if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.read){throw new FS.ErrnoError(28)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesRead=stream.stream_ops.read(stream,buffer,offset,length,position);if(!seeking)stream.position+=bytesRead;return bytesRead},write:(stream,buffer,offset,length,position,canOwn)=>{if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.write){throw new FS.ErrnoError(28)}if(stream.seekable&&stream.flags&1024){FS.llseek(stream,0,2)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesWritten=stream.stream_ops.write(stream,buffer,offset,length,position,canOwn);if(!seeking)stream.position+=bytesWritten;return bytesWritten},allocate:(stream,offset,length)=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(offset<0||length<=0){throw new FS.ErrnoError(28)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(!FS.isFile(stream.node.mode)&&!FS.isDir(stream.node.mode)){throw new FS.ErrnoError(43)}if(!stream.stream_ops.allocate){throw new FS.ErrnoError(138)}stream.stream_ops.allocate(stream,offset,length)},mmap:(stream,length,position,prot,flags)=>{if((prot&2)!==0&&(flags&2)===0&&(stream.flags&2097155)!==2){throw new FS.ErrnoError(2)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(2)}if(!stream.stream_ops.mmap){throw new FS.ErrnoError(43)}return stream.stream_ops.mmap(stream,length,position,prot,flags)},msync:(stream,buffer,offset,length,mmapFlags)=>{if(!stream||!stream.stream_ops.msync){return 0}return stream.stream_ops.msync(stream,buffer,offset,length,mmapFlags)},munmap:stream=>0,ioctl:(stream,cmd,arg)=>{if(!stream.stream_ops.ioctl){throw new FS.ErrnoError(59)}return stream.stream_ops.ioctl(stream,cmd,arg)},readFile:(path,opts={})=>{opts.flags=opts.flags||0;opts.encoding=opts.encoding||"binary";if(opts.encoding!=="utf8"&&opts.encoding!=="binary"){throw new Error('Invalid encoding type "'+opts.encoding+'"')}var ret;var stream=FS.open(path,opts.flags);var stat=FS.stat(path);var length=stat.size;var buf=new Uint8Array(length);FS.read(stream,buf,0,length,0);if(opts.encoding==="utf8"){ret=UTF8ArrayToString(buf,0)}else if(opts.encoding==="binary"){ret=buf}FS.close(stream);return ret},writeFile:(path,data,opts={})=>{opts.flags=opts.flags||577;var stream=FS.open(path,opts.flags,opts.mode);if(typeof data=="string"){var buf=new Uint8Array(lengthBytesUTF8(data)+1);var actualNumBytes=stringToUTF8Array(data,buf,0,buf.length);FS.write(stream,buf,0,actualNumBytes,undefined,opts.canOwn)}else if(ArrayBuffer.isView(data)){FS.write(stream,data,0,data.byteLength,undefined,opts.canOwn)}else{throw new Error("Unsupported data type")}FS.close(stream)},cwd:()=>FS.currentPath,chdir:path=>{var lookup=FS.lookupPath(path,{follow:true});if(lookup.node===null){throw new FS.ErrnoError(44)}if(!FS.isDir(lookup.node.mode)){throw new FS.ErrnoError(54)}var errCode=FS.nodePermissions(lookup.node,"x");if(errCode){throw new FS.ErrnoError(errCode)}FS.currentPath=lookup.path},createDefaultDirectories:()=>{FS.mkdir("/tmp");FS.mkdir("/home");FS.mkdir("/home/web_user")},createDefaultDevices:()=>{FS.mkdir("/dev");FS.registerDevice(FS.makedev(1,3),{read:()=>0,write:(stream,buffer,offset,length,pos)=>length});FS.mkdev("/dev/null",FS.makedev(1,3));TTY.register(FS.makedev(5,0),TTY.default_tty_ops);TTY.register(FS.makedev(6,0),TTY.default_tty1_ops);FS.mkdev("/dev/tty",FS.makedev(5,0));FS.mkdev("/dev/tty1",FS.makedev(6,0));var random_device=getRandomDevice();FS.createDevice("/dev","random",random_device);FS.createDevice("/dev","urandom",random_device);FS.mkdir("/dev/shm");FS.mkdir("/dev/shm/tmp")},createSpecialDirectories:()=>{FS.mkdir("/proc");var proc_self=FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd");FS.mount({mount:()=>{var node=FS.createNode(proc_self,"fd",16384|511,73);node.node_ops={lookup:(parent,name)=>{var fd=+name;var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(8);var ret={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:()=>stream.path}};ret.parent=ret;return ret}};return node}},{},"/proc/self/fd")},createStandardStreams:()=>{if(Module["stdin"]){FS.createDevice("/dev","stdin",Module["stdin"])}else{FS.symlink("/dev/tty","/dev/stdin")}if(Module["stdout"]){FS.createDevice("/dev","stdout",null,Module["stdout"])}else{FS.symlink("/dev/tty","/dev/stdout")}if(Module["stderr"]){FS.createDevice("/dev","stderr",null,Module["stderr"])}else{FS.symlink("/dev/tty1","/dev/stderr")}var stdin=FS.open("/dev/stdin",0);var stdout=FS.open("/dev/stdout",1);var stderr=FS.open("/dev/stderr",1)},ensureErrnoError:()=>{if(FS.ErrnoError)return;FS.ErrnoError=function ErrnoError(errno,node){this.node=node;this.setErrno=function(errno){this.errno=errno};this.setErrno(errno);this.message="FS error"};FS.ErrnoError.prototype=new Error;FS.ErrnoError.prototype.constructor=FS.ErrnoError;[44].forEach(code=>{FS.genericErrors[code]=new FS.ErrnoError(code);FS.genericErrors[code].stack=""})},staticInit:()=>{FS.ensureErrnoError();FS.nameTable=new Array(4096);FS.mount(MEMFS,{},"/");FS.createDefaultDirectories();FS.createDefaultDevices();FS.createSpecialDirectories();FS.filesystems={"MEMFS":MEMFS}},init:(input,output,error)=>{FS.init.initialized=true;FS.ensureErrnoError();Module["stdin"]=input||Module["stdin"];Module["stdout"]=output||Module["stdout"];Module["stderr"]=error||Module["stderr"];FS.createStandardStreams()},quit:()=>{FS.init.initialized=false;for(var i=0;i{var mode=0;if(canRead)mode|=292|73;if(canWrite)mode|=146;return mode},findObject:(path,dontResolveLastLink)=>{var ret=FS.analyzePath(path,dontResolveLastLink);if(ret.exists){return ret.object}else{return null}},analyzePath:(path,dontResolveLastLink)=>{try{var lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});path=lookup.path}catch(e){}var ret={isRoot:false,exists:false,error:0,name:null,path:null,object:null,parentExists:false,parentPath:null,parentObject:null};try{var lookup=FS.lookupPath(path,{parent:true});ret.parentExists=true;ret.parentPath=lookup.path;ret.parentObject=lookup.node;ret.name=PATH.basename(path);lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});ret.exists=true;ret.path=lookup.path;ret.object=lookup.node;ret.name=lookup.node.name;ret.isRoot=lookup.path==="/"}catch(e){ret.error=e.errno}return ret},createPath:(parent,path,canRead,canWrite)=>{parent=typeof parent=="string"?parent:FS.getPath(parent);var parts=path.split("/").reverse();while(parts.length){var part=parts.pop();if(!part)continue;var current=PATH.join2(parent,part);try{FS.mkdir(current)}catch(e){}parent=current}return current},createFile:(parent,name,properties,canRead,canWrite)=>{var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(canRead,canWrite);return FS.create(path,mode)},createDataFile:(parent,name,data,canRead,canWrite,canOwn)=>{var path=name;if(parent){parent=typeof parent=="string"?parent:FS.getPath(parent);path=name?PATH.join2(parent,name):parent}var mode=FS.getMode(canRead,canWrite);var node=FS.create(path,mode);if(data){if(typeof data=="string"){var arr=new Array(data.length);for(var i=0,len=data.length;i{var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(!!input,!!output);if(!FS.createDevice.major)FS.createDevice.major=64;var dev=FS.makedev(FS.createDevice.major++,0);FS.registerDevice(dev,{open:stream=>{stream.seekable=false},close:stream=>{if(output&&output.buffer&&output.buffer.length){output(10)}},read:(stream,buffer,offset,length,pos)=>{var bytesRead=0;for(var i=0;i{for(var i=0;i{if(obj.isDevice||obj.isFolder||obj.link||obj.contents)return true;if(typeof XMLHttpRequest!="undefined"){throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.")}else if(read_){try{obj.contents=intArrayFromString(read_(obj.url),true);obj.usedBytes=obj.contents.length}catch(e){throw new FS.ErrnoError(29)}}else{throw new Error("Cannot load without read() or XMLHttpRequest.")}},createLazyFile:(parent,name,url,canRead,canWrite)=>{function LazyUint8Array(){this.lengthKnown=false;this.chunks=[]}LazyUint8Array.prototype.get=function LazyUint8Array_get(idx){if(idx>this.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]};LazyUint8Array.prototype.setDataGetter=function LazyUint8Array_setDataGetter(getter){this.getter=getter};LazyUint8Array.prototype.cacheLength=function LazyUint8Array_cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=(from,to)=>{if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}else{return intArrayFromString(xhr.responseText||"",true)}};var lazyArray=this;lazyArray.setDataGetter(chunkNum=>{var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]=="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]=="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]});if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;out("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true};if(typeof XMLHttpRequest!="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;Object.defineProperties(lazyArray,{length:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._length}},chunkSize:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize}}});var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url:url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach(key=>{var fn=node.stream_ops[key];stream_ops[key]=function forceLoadLazyFile(){FS.forceLoadFile(node);return fn.apply(null,arguments)}});stream_ops.read=(stream,buffer,offset,length,position)=>{FS.forceLoadFile(node);var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i{var fullname=name?PATH_FS.resolve(PATH.join2(parent,name)):parent;var dep=getUniqueRunDependency("cp "+fullname);function processData(byteArray){function finish(byteArray){if(preFinish)preFinish();if(!dontCreateFile){FS.createDataFile(parent,name,byteArray,canRead,canWrite,canOwn)}if(onload)onload();removeRunDependency(dep)}if(Browser.handledByPreloadPlugin(byteArray,fullname,finish,()=>{if(onerror)onerror();removeRunDependency(dep)})){return}finish(byteArray)}addRunDependency(dep);if(typeof url=="string"){asyncLoad(url,byteArray=>processData(byteArray),onerror)}else{processData(url)}},indexedDB:()=>{return window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB},DB_NAME:()=>{return"EM_FS_"+window.location.pathname},DB_VERSION:20,DB_STORE_NAME:"FILE_DATA",saveFilesToDB:(paths,onload,onerror)=>{onload=onload||(()=>{});onerror=onerror||(()=>{});var indexedDB=FS.indexedDB();try{var openRequest=indexedDB.open(FS.DB_NAME(),FS.DB_VERSION)}catch(e){return onerror(e)}openRequest.onupgradeneeded=()=>{out("creating db");var db=openRequest.result;db.createObjectStore(FS.DB_STORE_NAME)};openRequest.onsuccess=()=>{var db=openRequest.result;var transaction=db.transaction([FS.DB_STORE_NAME],"readwrite");var files=transaction.objectStore(FS.DB_STORE_NAME);var ok=0,fail=0,total=paths.length;function finish(){if(fail==0)onload();else onerror()}paths.forEach(path=>{var putRequest=files.put(FS.analyzePath(path).object.contents,path);putRequest.onsuccess=()=>{ok++;if(ok+fail==total)finish()};putRequest.onerror=()=>{fail++;if(ok+fail==total)finish()}});transaction.onerror=onerror};openRequest.onerror=onerror},loadFilesFromDB:(paths,onload,onerror)=>{onload=onload||(()=>{});onerror=onerror||(()=>{});var indexedDB=FS.indexedDB();try{var openRequest=indexedDB.open(FS.DB_NAME(),FS.DB_VERSION)}catch(e){return onerror(e)}openRequest.onupgradeneeded=onerror;openRequest.onsuccess=()=>{var db=openRequest.result;try{var transaction=db.transaction([FS.DB_STORE_NAME],"readonly")}catch(e){onerror(e);return}var files=transaction.objectStore(FS.DB_STORE_NAME);var ok=0,fail=0,total=paths.length;function finish(){if(fail==0)onload();else onerror()}paths.forEach(path=>{var getRequest=files.get(path);getRequest.onsuccess=()=>{if(FS.analyzePath(path).exists){FS.unlink(path)}FS.createDataFile(PATH.dirname(path),PATH.basename(path),getRequest.result,true,true,true);ok++;if(ok+fail==total)finish()};getRequest.onerror=()=>{fail++;if(ok+fail==total)finish()}});transaction.onerror=onerror};openRequest.onerror=onerror}};var SYSCALLS={DEFAULT_POLLMASK:5,calculateAt:function(dirfd,path,allowEmpty){if(PATH.isAbs(path)){return path}var dir;if(dirfd===-100){dir=FS.cwd()}else{var dirstream=FS.getStream(dirfd);if(!dirstream)throw new FS.ErrnoError(8);dir=dirstream.path}if(path.length==0){if(!allowEmpty){throw new FS.ErrnoError(44)}return dir}return PATH.join2(dir,path)},doStat:function(func,path,buf){try{var stat=func(path)}catch(e){if(e&&e.node&&PATH.normalize(path)!==PATH.normalize(FS.getPath(e.node))){return-54}throw e}HEAP32[buf>>2]=stat.dev;HEAP32[buf+4>>2]=0;HEAP32[buf+8>>2]=stat.ino;HEAP32[buf+12>>2]=stat.mode;HEAP32[buf+16>>2]=stat.nlink;HEAP32[buf+20>>2]=stat.uid;HEAP32[buf+24>>2]=stat.gid;HEAP32[buf+28>>2]=stat.rdev;HEAP32[buf+32>>2]=0;tempI64=[stat.size>>>0,(tempDouble=stat.size,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+40>>2]=tempI64[0],HEAP32[buf+44>>2]=tempI64[1];HEAP32[buf+48>>2]=4096;HEAP32[buf+52>>2]=stat.blocks;HEAP32[buf+56>>2]=stat.atime.getTime()/1e3|0;HEAP32[buf+60>>2]=0;HEAP32[buf+64>>2]=stat.mtime.getTime()/1e3|0;HEAP32[buf+68>>2]=0;HEAP32[buf+72>>2]=stat.ctime.getTime()/1e3|0;HEAP32[buf+76>>2]=0;tempI64=[stat.ino>>>0,(tempDouble=stat.ino,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+80>>2]=tempI64[0],HEAP32[buf+84>>2]=tempI64[1];return 0},doMsync:function(addr,stream,len,flags,offset){var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},varargs:undefined,get:function(){SYSCALLS.varargs+=4;var ret=HEAP32[SYSCALLS.varargs-4>>2];return ret},getStr:function(ptr){var ret=UTF8ToString(ptr);return ret},getStreamFromFD:function(fd){var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(8);return stream}};function ___syscall_faccessat(dirfd,path,amode,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(amode&~7){return-28}var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node){return-44}var perms="";if(amode&4)perms+="r";if(amode&2)perms+="w";if(amode&1)perms+="x";if(perms&&FS.nodePermissions(node,perms)){return-2}return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function ___syscall_fadvise64(fd,offset,len,advice){return 0}function setErrNo(value){HEAP32[___errno_location()>>2]=value;return value}function ___syscall_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(cmd){case 0:{var arg=SYSCALLS.get();if(arg<0){return-28}var newStream;newStream=FS.createStream(stream,arg);return newStream.fd}case 1:case 2:return 0;case 3:return stream.flags;case 4:{var arg=SYSCALLS.get();stream.flags|=arg;return 0}case 5:{var arg=SYSCALLS.get();var offset=0;HEAP16[arg+offset>>1]=2;return 0}case 6:case 7:return 0;case 16:case 8:return-28;case 9:setErrNo(28);return-1;default:{return-28}}}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function ___syscall_fstat64(fd,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return SYSCALLS.doStat(FS.stat,stream.path,buf)}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function ___syscall_statfs64(path,size,buf){try{path=SYSCALLS.getStr(path);HEAP32[buf+4>>2]=4096;HEAP32[buf+40>>2]=4096;HEAP32[buf+8>>2]=1e6;HEAP32[buf+12>>2]=5e5;HEAP32[buf+16>>2]=5e5;HEAP32[buf+20>>2]=FS.nextInode;HEAP32[buf+24>>2]=1e6;HEAP32[buf+28>>2]=42;HEAP32[buf+44>>2]=2;HEAP32[buf+36>>2]=255;return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function ___syscall_fstatfs64(fd,size,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return ___syscall_statfs64(0,size,buf)}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function convertI32PairToI53Checked(lo,hi){return hi+2097152>>>0<4194305-!!lo?(lo>>>0)+hi*4294967296:NaN}function ___syscall_ftruncate64(fd,length_low,length_high){try{var length=convertI32PairToI53Checked(length_low,length_high);if(isNaN(length))return-61;FS.ftruncate(fd,length);return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function ___syscall_getcwd(buf,size){try{if(size===0)return-28;var cwd=FS.cwd();var cwdLengthInBytes=lengthBytesUTF8(cwd)+1;if(size>>0,(tempDouble=id,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos>>2]=tempI64[0],HEAP32[dirp+pos+4>>2]=tempI64[1];tempI64=[(idx+1)*struct_size>>>0,(tempDouble=(idx+1)*struct_size,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos+8>>2]=tempI64[0],HEAP32[dirp+pos+12>>2]=tempI64[1];HEAP16[dirp+pos+16>>1]=280;HEAP8[dirp+pos+18>>0]=type;stringToUTF8(name,dirp+pos+19,256);pos+=struct_size;idx+=1}FS.llseek(stream,idx*struct_size,0);return pos}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function ___syscall_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(op){case 21509:case 21505:{if(!stream.tty)return-59;return 0}case 21510:case 21511:case 21512:case 21506:case 21507:case 21508:{if(!stream.tty)return-59;return 0}case 21519:{if(!stream.tty)return-59;var argp=SYSCALLS.get();HEAP32[argp>>2]=0;return 0}case 21520:{if(!stream.tty)return-59;return-28}case 21531:{var argp=SYSCALLS.get();return FS.ioctl(stream,op,argp)}case 21523:{if(!stream.tty)return-59;return 0}case 21524:{if(!stream.tty)return-59;return 0}default:abort("bad ioctl syscall "+op)}}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function ___syscall_lstat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.lstat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function ___syscall_newfstatat(dirfd,path,buf,flags){try{path=SYSCALLS.getStr(path);var nofollow=flags&256;var allowEmpty=flags&4096;flags=flags&~4352;path=SYSCALLS.calculateAt(dirfd,path,allowEmpty);return SYSCALLS.doStat(nofollow?FS.lstat:FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function ___syscall_openat(dirfd,path,flags,varargs){SYSCALLS.varargs=varargs;try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);var mode=varargs?SYSCALLS.get():0;return FS.open(path,flags,mode).fd}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function ___syscall_readlinkat(dirfd,path,buf,bufsize){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(bufsize<=0)return-28;var ret=FS.readlink(path);var len=Math.min(bufsize,lengthBytesUTF8(ret));var endChar=HEAP8[buf+len];stringToUTF8(ret,buf,bufsize+1);HEAP8[buf+len]=endChar;return len}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function ___syscall_stat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function ___syscall_unlinkat(dirfd,path,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(flags===0){FS.unlink(path)}else if(flags===512){FS.rmdir(path)}else{abort("Invalid flags passed to unlinkat")}return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function __emscripten_date_now(){return Date.now()}var nowIsMonotonic=true;function __emscripten_get_now_is_monotonic(){return nowIsMonotonic}function __localtime_js(time,tmPtr){var date=new Date(HEAP32[time>>2]*1e3);HEAP32[tmPtr>>2]=date.getSeconds();HEAP32[tmPtr+4>>2]=date.getMinutes();HEAP32[tmPtr+8>>2]=date.getHours();HEAP32[tmPtr+12>>2]=date.getDate();HEAP32[tmPtr+16>>2]=date.getMonth();HEAP32[tmPtr+20>>2]=date.getFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getDay();var start=new Date(date.getFullYear(),0,1);var yday=(date.getTime()-start.getTime())/(1e3*60*60*24)|0;HEAP32[tmPtr+28>>2]=yday;HEAP32[tmPtr+36>>2]=-(date.getTimezoneOffset()*60);var summerOffset=new Date(date.getFullYear(),6,1).getTimezoneOffset();var winterOffset=start.getTimezoneOffset();var dst=(summerOffset!=winterOffset&&date.getTimezoneOffset()==Math.min(winterOffset,summerOffset))|0;HEAP32[tmPtr+32>>2]=dst}function __mmap_js(len,prot,flags,fd,off,allocated){try{var stream=FS.getStream(fd);if(!stream)return-8;var res=FS.mmap(stream,len,off,prot,flags);var ptr=res.ptr;HEAP32[allocated>>2]=res.allocated;return ptr}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function __munmap_js(addr,len,prot,flags,fd,offset){try{var stream=FS.getStream(fd);if(stream){if(prot&2){SYSCALLS.doMsync(addr,stream,len,flags,offset)}FS.munmap(stream)}}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}function _tzset_impl(timezone,daylight,tzname){var currentYear=(new Date).getFullYear();var winter=new Date(currentYear,0,1);var summer=new Date(currentYear,6,1);var winterOffset=winter.getTimezoneOffset();var summerOffset=summer.getTimezoneOffset();var stdTimezoneOffset=Math.max(winterOffset,summerOffset);HEAP32[timezone>>2]=stdTimezoneOffset*60;HEAP32[daylight>>2]=Number(winterOffset!=summerOffset);function extractZone(date){var match=date.toTimeString().match(/\(([A-Za-z ]+)\)$/);return match?match[1]:"GMT"}var winterName=extractZone(winter);var summerName=extractZone(summer);var winterNamePtr=allocateUTF8(winterName);var summerNamePtr=allocateUTF8(summerName);if(summerOffset>2]=winterNamePtr;HEAPU32[tzname+4>>2]=summerNamePtr}else{HEAPU32[tzname>>2]=summerNamePtr;HEAPU32[tzname+4>>2]=winterNamePtr}}function __tzset_js(timezone,daylight,tzname){if(__tzset_js.called)return;__tzset_js.called=true;_tzset_impl(timezone,daylight,tzname)}function _abort(){abort("")}var DOTNETENTROPY={batchedQuotaMax:65536,getBatchedRandomValues:function(buffer,bufferLength){const needTempBuf=typeof SharedArrayBuffer!=="undefined"&&Module.HEAPU8.buffer instanceof SharedArrayBuffer;const buf=needTempBuf?new ArrayBuffer(bufferLength):Module.HEAPU8.buffer;const offset=needTempBuf?0:buffer;for(let i=0;i{var t=process["hrtime"]();return t[0]*1e3+t[1]/1e6}}else if(typeof dateNow!="undefined"){_emscripten_get_now=dateNow}else _emscripten_get_now=()=>performance.now();function _emscripten_get_now_res(){if(ENVIRONMENT_IS_NODE){return 1}else if(typeof dateNow!="undefined"){return 1e3}else return 1e3}function _emscripten_memcpy_big(dest,src,num){HEAPU8.copyWithin(dest,src,src+num)}function emscripten_realloc_buffer(size){try{wasmMemory.grow(size-buffer.byteLength+65535>>>16);updateGlobalBufferAndViews(wasmMemory.buffer);return 1}catch(e){}}function _emscripten_resize_heap(requestedSize){var oldSize=HEAPU8.length;requestedSize=requestedSize>>>0;var maxHeapSize=getHeapMax();if(requestedSize>maxHeapSize){return false}let alignUp=(x,multiple)=>x+(multiple-x%multiple)%multiple;for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignUp(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=emscripten_realloc_buffer(newSize);if(replacement){return true}}return false}var ENV={};function getExecutableName(){return thisProgram||"./this.program"}function getEnvStrings(){if(!getEnvStrings.strings){var lang=(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={"USER":"web_user","LOGNAME":"web_user","PATH":"/","PWD":"/","HOME":"/home/web_user","LANG":lang,"_":getExecutableName()};for(var x in ENV){if(ENV[x]===undefined)delete env[x];else env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(x+"="+env[x])}getEnvStrings.strings=strings}return getEnvStrings.strings}function _environ_get(__environ,environ_buf){var bufSize=0;getEnvStrings().forEach(function(string,i){var ptr=environ_buf+bufSize;HEAPU32[__environ+i*4>>2]=ptr;writeAsciiToMemory(string,ptr);bufSize+=string.length+1});return 0}function _environ_sizes_get(penviron_count,penviron_buf_size){var strings=getEnvStrings();HEAPU32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(function(string){bufSize+=string.length+1});HEAPU32[penviron_buf_size>>2]=bufSize;return 0}function _exit(status){exit(status)}function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return e.errno}}function doReadv(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return e.errno}}function _fd_read(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doReadv(stream,iov,iovcnt);HEAP32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return e.errno}}function _fd_seek(fd,offset_low,offset_high,whence,newOffset){try{var offset=convertI32PairToI53Checked(offset_low,offset_high);if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);FS.llseek(stream,offset,whence);tempI64=[stream.position>>>0,(tempDouble=stream.position,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[newOffset>>2]=tempI64[0],HEAP32[newOffset+4>>2]=tempI64[1];if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return e.errno}}function doWritev(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr}return ret}function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doWritev(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return e.errno}}function _getTempRet0(){return getTempRet0()}function _llvm_eh_typeid_for(type){return type}function _mono_set_timeout(){return __dotnet_runtime.__linker_exports.mono_set_timeout.apply(__dotnet_runtime,arguments)}function _mono_wasm_bind_cs_function(){return __dotnet_runtime.__linker_exports.mono_wasm_bind_cs_function.apply(__dotnet_runtime,arguments)}function _mono_wasm_bind_js_function(){return __dotnet_runtime.__linker_exports.mono_wasm_bind_js_function.apply(__dotnet_runtime,arguments)}function _mono_wasm_create_cs_owned_object_ref(){return __dotnet_runtime.__linker_exports.mono_wasm_create_cs_owned_object_ref.apply(__dotnet_runtime,arguments)}function _mono_wasm_get_by_index_ref(){return __dotnet_runtime.__linker_exports.mono_wasm_get_by_index_ref.apply(__dotnet_runtime,arguments)}function _mono_wasm_get_global_object_ref(){return __dotnet_runtime.__linker_exports.mono_wasm_get_global_object_ref.apply(__dotnet_runtime,arguments)}function _mono_wasm_get_object_property_ref(){return __dotnet_runtime.__linker_exports.mono_wasm_get_object_property_ref.apply(__dotnet_runtime,arguments)}function _mono_wasm_invoke_bound_function(){return __dotnet_runtime.__linker_exports.mono_wasm_invoke_bound_function.apply(__dotnet_runtime,arguments)}function _mono_wasm_invoke_js_blazor(){return __dotnet_runtime.__linker_exports.mono_wasm_invoke_js_blazor.apply(__dotnet_runtime,arguments)}function _mono_wasm_invoke_js_with_args_ref(){return __dotnet_runtime.__linker_exports.mono_wasm_invoke_js_with_args_ref.apply(__dotnet_runtime,arguments)}function _mono_wasm_marshal_promise(){return __dotnet_runtime.__linker_exports.mono_wasm_marshal_promise.apply(__dotnet_runtime,arguments)}function _mono_wasm_release_cs_owned_object(){return __dotnet_runtime.__linker_exports.mono_wasm_release_cs_owned_object.apply(__dotnet_runtime,arguments)}function _mono_wasm_set_by_index_ref(){return __dotnet_runtime.__linker_exports.mono_wasm_set_by_index_ref.apply(__dotnet_runtime,arguments)}function _mono_wasm_set_entrypoint_breakpoint(){return __dotnet_runtime.__linker_exports.mono_wasm_set_entrypoint_breakpoint.apply(__dotnet_runtime,arguments)}function _mono_wasm_set_object_property_ref(){return __dotnet_runtime.__linker_exports.mono_wasm_set_object_property_ref.apply(__dotnet_runtime,arguments)}function _mono_wasm_trace_logger(){return __dotnet_runtime.__linker_exports.mono_wasm_trace_logger.apply(__dotnet_runtime,arguments)}function _mono_wasm_typed_array_from_ref(){return __dotnet_runtime.__linker_exports.mono_wasm_typed_array_from_ref.apply(__dotnet_runtime,arguments)}function _mono_wasm_typed_array_to_array_ref(){return __dotnet_runtime.__linker_exports.mono_wasm_typed_array_to_array_ref.apply(__dotnet_runtime,arguments)}function _schedule_background_exec(){return __dotnet_runtime.__linker_exports.schedule_background_exec.apply(__dotnet_runtime,arguments)}function _setTempRet0(val){setTempRet0(val)}function __isLeapYear(year){return year%4===0&&(year%100!==0||year%400===0)}function __arraySum(array,index){var sum=0;for(var i=0;i<=index;sum+=array[i++]){}return sum}var __MONTH_DAYS_LEAP=[31,29,31,30,31,30,31,31,30,31,30,31];var __MONTH_DAYS_REGULAR=[31,28,31,30,31,30,31,31,30,31,30,31];function __addDays(date,days){var newDate=new Date(date.getTime());while(days>0){var leap=__isLeapYear(newDate.getFullYear());var currentMonth=newDate.getMonth();var daysInCurrentMonth=(leap?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR)[currentMonth];if(days>daysInCurrentMonth-newDate.getDate()){days-=daysInCurrentMonth-newDate.getDate()+1;newDate.setDate(1);if(currentMonth<11){newDate.setMonth(currentMonth+1)}else{newDate.setMonth(0);newDate.setFullYear(newDate.getFullYear()+1)}}else{newDate.setDate(newDate.getDate()+days);return newDate}}return newDate}function _strftime(s,maxsize,format,tm){var tm_zone=HEAP32[tm+40>>2];var date={tm_sec:HEAP32[tm>>2],tm_min:HEAP32[tm+4>>2],tm_hour:HEAP32[tm+8>>2],tm_mday:HEAP32[tm+12>>2],tm_mon:HEAP32[tm+16>>2],tm_year:HEAP32[tm+20>>2],tm_wday:HEAP32[tm+24>>2],tm_yday:HEAP32[tm+28>>2],tm_isdst:HEAP32[tm+32>>2],tm_gmtoff:HEAP32[tm+36>>2],tm_zone:tm_zone?UTF8ToString(tm_zone):""};var pattern=UTF8ToString(format);var EXPANSION_RULES_1={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var rule in EXPANSION_RULES_1){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_1[rule])}var WEEKDAYS=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];var MONTHS=["January","February","March","April","May","June","July","August","September","October","November","December"];function leadingSomething(value,digits,character){var str=typeof value=="number"?value.toString():value||"";while(str.length0?1:0}var compare;if((compare=sgn(date1.getFullYear()-date2.getFullYear()))===0){if((compare=sgn(date1.getMonth()-date2.getMonth()))===0){compare=sgn(date1.getDate()-date2.getDate())}}return compare}function getFirstWeekStartDate(janFourth){switch(janFourth.getDay()){case 0:return new Date(janFourth.getFullYear()-1,11,29);case 1:return janFourth;case 2:return new Date(janFourth.getFullYear(),0,3);case 3:return new Date(janFourth.getFullYear(),0,2);case 4:return new Date(janFourth.getFullYear(),0,1);case 5:return new Date(janFourth.getFullYear()-1,11,31);case 6:return new Date(janFourth.getFullYear()-1,11,30)}}function getWeekBasedYear(date){var thisDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);var janFourthThisYear=new Date(thisDate.getFullYear(),0,4);var janFourthNextYear=new Date(thisDate.getFullYear()+1,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);if(compareByDay(firstWeekStartThisYear,thisDate)<=0){if(compareByDay(firstWeekStartNextYear,thisDate)<=0){return thisDate.getFullYear()+1}else{return thisDate.getFullYear()}}else{return thisDate.getFullYear()-1}}var EXPANSION_RULES_2={"%a":function(date){return WEEKDAYS[date.tm_wday].substring(0,3)},"%A":function(date){return WEEKDAYS[date.tm_wday]},"%b":function(date){return MONTHS[date.tm_mon].substring(0,3)},"%B":function(date){return MONTHS[date.tm_mon]},"%C":function(date){var year=date.tm_year+1900;return leadingNulls(year/100|0,2)},"%d":function(date){return leadingNulls(date.tm_mday,2)},"%e":function(date){return leadingSomething(date.tm_mday,2," ")},"%g":function(date){return getWeekBasedYear(date).toString().substring(2)},"%G":function(date){return getWeekBasedYear(date)},"%H":function(date){return leadingNulls(date.tm_hour,2)},"%I":function(date){var twelveHour=date.tm_hour;if(twelveHour==0)twelveHour=12;else if(twelveHour>12)twelveHour-=12;return leadingNulls(twelveHour,2)},"%j":function(date){return leadingNulls(date.tm_mday+__arraySum(__isLeapYear(date.tm_year+1900)?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,date.tm_mon-1),3)},"%m":function(date){return leadingNulls(date.tm_mon+1,2)},"%M":function(date){return leadingNulls(date.tm_min,2)},"%n":function(){return"\n"},"%p":function(date){if(date.tm_hour>=0&&date.tm_hour<12){return"AM"}else{return"PM"}},"%S":function(date){return leadingNulls(date.tm_sec,2)},"%t":function(){return"\t"},"%u":function(date){return date.tm_wday||7},"%U":function(date){var days=date.tm_yday+7-date.tm_wday;return leadingNulls(Math.floor(days/7),2)},"%V":function(date){var val=Math.floor((date.tm_yday+7-(date.tm_wday+6)%7)/7);if((date.tm_wday+371-date.tm_yday-2)%7<=2){val++}if(!val){val=52;var dec31=(date.tm_wday+7-date.tm_yday-1)%7;if(dec31==4||dec31==5&&__isLeapYear(date.tm_year%400-1)){val++}}else if(val==53){var jan1=(date.tm_wday+371-date.tm_yday)%7;if(jan1!=4&&(jan1!=3||!__isLeapYear(date.tm_year)))val=1}return leadingNulls(val,2)},"%w":function(date){return date.tm_wday},"%W":function(date){var days=date.tm_yday+7-(date.tm_wday+6)%7;return leadingNulls(Math.floor(days/7),2)},"%y":function(date){return(date.tm_year+1900).toString().substring(2)},"%Y":function(date){return date.tm_year+1900},"%z":function(date){var off=date.tm_gmtoff;var ahead=off>=0;off=Math.abs(off)/60;off=off/60*100+off%60;return(ahead?"+":"-")+String("0000"+off).slice(-4)},"%Z":function(date){return date.tm_zone},"%%":function(){return"%"}};pattern=pattern.replace(/%%/g,"\0\0");for(var rule in EXPANSION_RULES_2){if(pattern.includes(rule)){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}pattern=pattern.replace(/\0\0/g,"%");var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1}var FSNode=function(parent,name,mode,rdev){if(!parent){parent=this}this.parent=parent;this.mount=parent.mount;this.mounted=null;this.id=FS.nextInode++;this.name=name;this.mode=mode;this.node_ops={};this.stream_ops={};this.rdev=rdev};var readMode=292|73;var writeMode=146;Object.defineProperties(FSNode.prototype,{read:{get:function(){return(this.mode&readMode)===readMode},set:function(val){val?this.mode|=readMode:this.mode&=~readMode}},write:{get:function(){return(this.mode&writeMode)===writeMode},set:function(val){val?this.mode|=writeMode:this.mode&=~writeMode}},isFolder:{get:function(){return FS.isDir(this.mode)}},isDevice:{get:function(){return FS.isChrdev(this.mode)}}});FS.FSNode=FSNode;FS.staticInit();Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_readFile"]=FS.readFile;Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPreloadedFile"]=FS.createPreloadedFile;Module["FS_unlink"]=FS.unlink;Module["FS_createLazyFile"]=FS.createLazyFile;Module["FS_createDevice"]=FS.createDevice;let __dotnet_replacement_PThread=false?{}:undefined;if(false){__dotnet_replacement_PThread.loadWasmModuleToWorker=PThread.loadWasmModuleToWorker;__dotnet_replacement_PThread.threadInitTLS=PThread.threadInitTLS;__dotnet_replacement_PThread.allocateUnusedWorker=PThread.allocateUnusedWorker}let __dotnet_replacements={scriptUrl:import.meta.url,fetch:globalThis.fetch,require:require,updateGlobalBufferAndViews:updateGlobalBufferAndViews,pthreadReplacements:__dotnet_replacement_PThread};if(ENVIRONMENT_IS_NODE){__dotnet_replacements.requirePromise=import("module").then(mod=>mod.createRequire(import.meta.url))}let __dotnet_exportedAPI=__dotnet_runtime.__initializeImportsAndExports({isGlobal:false,isNode:ENVIRONMENT_IS_NODE,isWorker:ENVIRONMENT_IS_WORKER,isShell:ENVIRONMENT_IS_SHELL,isWeb:ENVIRONMENT_IS_WEB,isPThread:false,quit_:quit_,ExitStatus:ExitStatus,requirePromise:__dotnet_replacements.requirePromise},{mono:MONO,binding:BINDING,internal:INTERNAL,module:Module,marshaled_imports:IMPORTS},__dotnet_replacements,__callbackAPI);updateGlobalBufferAndViews=__dotnet_replacements.updateGlobalBufferAndViews;var fetch=__dotnet_replacements.fetch;_scriptDir=__dirname=scriptDirectory=__dotnet_replacements.scriptDirectory;if(ENVIRONMENT_IS_NODE){__dotnet_replacements.requirePromise.then(someRequire=>{require=someRequire})}var noExitRuntime=__dotnet_replacements.noExitRuntime;if(false){PThread.loadWasmModuleToWorker=__dotnet_replacements.pthreadReplacements.loadWasmModuleToWorker;PThread.threadInitTLS=__dotnet_replacements.pthreadReplacements.threadInitTLS;PThread.allocateUnusedWorker=__dotnet_replacements.pthreadReplacements.allocateUnusedWorker}var ASSERTIONS=false;function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}var decodeBase64=typeof atob=="function"?atob:function(input){var keyStr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";var output="";var chr1,chr2,chr3;var enc1,enc2,enc3,enc4;var i=0;input=input.replace(/[^A-Za-z0-9\+\/\=]/g,"");do{enc1=keyStr.indexOf(input.charAt(i++));enc2=keyStr.indexOf(input.charAt(i++));enc3=keyStr.indexOf(input.charAt(i++));enc4=keyStr.indexOf(input.charAt(i++));chr1=enc1<<2|enc2>>4;chr2=(enc2&15)<<4|enc3>>2;chr3=(enc3&3)<<6|enc4;output=output+String.fromCharCode(chr1);if(enc3!==64){output=output+String.fromCharCode(chr2)}if(enc4!==64){output=output+String.fromCharCode(chr3)}}while(i0){return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();readyPromiseResolve(Module);if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}Module["run"]=run;function exit(status,implicit){EXITSTATUS=status;procExit(status)}function procExit(code){EXITSTATUS=code;if(!keepRuntimeAlive()){if(Module["onExit"])Module["onExit"](code);ABORT=true}quit_(code,new ExitStatus(code))}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}run();createDotnetRuntime.ready=createDotnetRuntime.ready.then(()=>{return __dotnet_exportedAPI});
-
-
- return createDotnetRuntime.ready
-}
-);
-})();
-export default createDotnetRuntime;
-const MONO = {}, BINDING = {}, INTERNAL = {}, IMPORTS = {};
-
-// TODO duplicated from emscripten, so we can use them in the __setEmscriptenEntrypoint
-var ENVIRONMENT_IS_WEB = typeof window == 'object';
-var ENVIRONMENT_IS_WORKER = typeof importScripts == 'function';
-var ENVIRONMENT_IS_NODE = typeof process == 'object' && typeof process.versions == 'object' && typeof process.versions.node == 'string';
-var ENVIRONMENT_IS_SHELL = !ENVIRONMENT_IS_WEB && !ENVIRONMENT_IS_NODE && !ENVIRONMENT_IS_WORKER;
-
-__dotnet_runtime.__setEmscriptenEntrypoint(createDotnetRuntime, { isNode: ENVIRONMENT_IS_NODE, isShell: ENVIRONMENT_IS_SHELL, isWeb: ENVIRONMENT_IS_WEB, isWorker: ENVIRONMENT_IS_WORKER });
-const dotnet = __dotnet_runtime.moduleExports.dotnet;
-const exit = __dotnet_runtime.moduleExports.exit;
-export { dotnet, exit, INTERNAL };
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.7.0.4.4jojtnqp51.js.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.7.0.4.4jojtnqp51.js.br
deleted file mode 100644
index 37cfa0ea6..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.7.0.4.4jojtnqp51.js.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.7.0.4.4jojtnqp51.js.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.7.0.4.4jojtnqp51.js.gz
deleted file mode 100644
index 87844464c..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.7.0.4.4jojtnqp51.js.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.js b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.js
new file mode 100755
index 000000000..5457da78f
--- /dev/null
+++ b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.js
@@ -0,0 +1,4 @@
+//! Licensed to the .NET Foundation under one or more agreements.
+//! The .NET Foundation licenses this file to you under the MIT license.
+var e=!1;const t=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,8,1,6,0,6,64,25,11,11])),o=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,10,1,8,0,65,0,253,15,253,98,11])),n=Symbol.for("wasm promise_control");function r(e,t){let o=null;const r=new Promise((function(n,r){o={isDone:!1,promise:null,resolve:t=>{o.isDone||(o.isDone=!0,n(t),e&&e())},reject:e=>{o.isDone||(o.isDone=!0,r(e),t&&t())}}}));o.promise=r;const i=r;return i[n]=o,{promise:i,promise_control:o}}function i(e){return e[n]}function s(e){e&&function(e){return void 0!==e[n]}(e)||Ke(!1,"Promise is not controllable")}const a="__mono_message__",l=["debug","log","trace","warn","info","error"],c="MONO_WASM: ";let u,d,f,m;function g(e){m=e}function h(e){if(qe.diagnosticTracing){const t="function"==typeof e?e():e;console.debug(c+t)}}function p(e,...t){console.info(c+e,...t)}function b(e,...t){console.info(e,...t)}function w(e,...t){console.warn(c+e,...t)}function y(e,...t){if(t&&t.length>0&&t[0]&&"object"==typeof t[0]){if(t[0].silent)return;if(t[0].toString)return void console.error(c+e,t[0].toString())}console.error(c+e,...t)}function v(e,t,o){return function(...n){try{let r=n[0];if(void 0===r)r="undefined";else if(null===r)r="null";else if("function"==typeof r)r=r.toString();else if("string"!=typeof r)try{r=JSON.stringify(r)}catch(e){r=r.toString()}t(o?JSON.stringify({method:e,payload:r,arguments:n.slice(1)}):[e+r,...n.slice(1)])}catch(e){f.error(`proxyConsole failed: ${e}`)}}}function _(e,t,o){d=t,m=e,f={...t};const n=`${o}/console`.replace("https://","wss://").replace("http://","ws://");u=new WebSocket(n),u.addEventListener("error",R),u.addEventListener("close",j),function(){for(const e of l)d[e]=v(`console.${e}`,T,!0)}()}function E(e){let t=30;const o=()=>{u?0==u.bufferedAmount||0==t?(e&&b(e),function(){for(const e of l)d[e]=v(`console.${e}`,f.log,!1)}(),u.removeEventListener("error",R),u.removeEventListener("close",j),u.close(1e3,e),u=void 0):(t--,globalThis.setTimeout(o,100)):e&&f&&f.log(e)};o()}function T(e){u&&u.readyState===WebSocket.OPEN?u.send(e):f.log(e)}function R(e){f.error(`[${m}] proxy console websocket error: ${e}`,e)}function j(e){f.debug(`[${m}] proxy console websocket closed: ${e}`,e)}(new Date).valueOf();const x={},A={},S={};let O,D,k;function C(){const e=Object.values(S),t=Object.values(A),o=L(e),n=L(t),r=o+n;if(0===r)return;const i=We?"%c":"",s=We?["background: purple; color: white; padding: 1px 3px; border-radius: 3px;","font-weight: bold;","font-weight: normal;"]:[],a=qe.config.linkerEnabled?"":"\nThis application was built with linking (tree shaking) disabled. \nPublished applications will be significantly smaller if you install wasm-tools workload. \nSee also https://aka.ms/dotnet-wasm-features";console.groupCollapsed(`${i}dotnet${i} Loaded ${U(r)} resources${i}${a}`,...s),e.length&&(console.groupCollapsed(`Loaded ${U(o)} resources from cache`),console.table(S),console.groupEnd()),t.length&&(console.groupCollapsed(`Loaded ${U(n)} resources from network`),console.table(A),console.groupEnd()),console.groupEnd()}async function I(){const e=O;if(e){const t=(await e.keys()).map((async t=>{t.url in x||await e.delete(t)}));await Promise.all(t)}}function M(e){return`${e.resolvedUrl}.${e.hash}`}async function P(){O=await async function(e){if(!qe.config.cacheBootResources||void 0===globalThis.caches||void 0===globalThis.document)return null;if(!1===globalThis.isSecureContext)return null;const t=`dotnet-resources-${globalThis.document.baseURI.substring(globalThis.document.location.origin.length)}`;try{return await caches.open(t)||null}catch(e){return null}}()}function L(e){return e.reduce(((e,t)=>e+(t.responseBytes||0)),0)}function U(e){return`${(e/1048576).toFixed(2)} MB`}function $(){qe.preferredIcuAsset=N(qe.config);let e="invariant"==qe.config.globalizationMode;if(!e)if(qe.preferredIcuAsset)qe.diagnosticTracing&&h("ICU data archive(s) available, disabling invariant mode");else{if("custom"===qe.config.globalizationMode||"all"===qe.config.globalizationMode||"sharded"===qe.config.globalizationMode){const e="invariant globalization mode is inactive and no ICU data archives are available";throw y(`ERROR: ${e}`),new Error(e)}qe.diagnosticTracing&&h("ICU data archive(s) not available, using invariant globalization mode"),e=!0,qe.preferredIcuAsset=null}const t="DOTNET_SYSTEM_GLOBALIZATION_INVARIANT",o="DOTNET_SYSTEM_GLOBALIZATION_HYBRID",n=qe.config.environmentVariables;if(void 0===n[o]&&"hybrid"===qe.config.globalizationMode?n[o]="1":void 0===n[t]&&e&&(n[t]="1"),void 0===n.TZ)try{const e=Intl.DateTimeFormat().resolvedOptions().timeZone||null;e&&(n.TZ=e)}catch(e){p("failed to detect timezone, will fallback to UTC")}}function N(e){var t;if((null===(t=e.resources)||void 0===t?void 0:t.icu)&&"invariant"!=e.globalizationMode){const t=e.applicationCulture||(We?globalThis.navigator&&globalThis.navigator.languages&&globalThis.navigator.languages[0]:Intl.DateTimeFormat().resolvedOptions().locale),o=Object.keys(e.resources.icu),n={};for(let t=0;t=1)return o[0]}else"hybrid"===e.globalizationMode?r="icudt_hybrid.dat":t&&"all"!==e.globalizationMode?"sharded"===e.globalizationMode&&(r=function(e){const t=e.split("-")[0];return"en"===t||["fr","fr-FR","it","it-IT","de","de-DE","es","es-ES"].includes(e)?"icudt_EFIGS.dat":["zh","ko","ja"].includes(t)?"icudt_CJK.dat":"icudt_no_CJK.dat"}(t)):r="icudt.dat";if(r&&n[r])return n[r]}return e.globalizationMode="invariant",null}const z=class{constructor(e){this.url=e}toString(){return this.url}};async function W(e,t){try{const o="function"==typeof globalThis.fetch;if(Ue){const n=e.startsWith("file://");if(!n&&o)return globalThis.fetch(e,t||{credentials:"same-origin"});D||(k=He.require("url"),D=He.require("fs")),n&&(e=k.fileURLToPath(e));const r=await D.promises.readFile(e);return{ok:!0,headers:{length:0,get:()=>null},url:e,arrayBuffer:()=>r,json:()=>JSON.parse(r),text:()=>{throw new Error("NotImplementedException")}}}if(o)return globalThis.fetch(e,t||{credentials:"same-origin"});if("function"==typeof read)return{ok:!0,url:e,headers:{length:0,get:()=>null},arrayBuffer:()=>new Uint8Array(read(e,"binary")),json:()=>JSON.parse(read(e,"utf8")),text:()=>read(e,"utf8")}}catch(t){return{ok:!1,url:e,status:500,headers:{length:0,get:()=>null},statusText:"ERR28: "+t,arrayBuffer:()=>{throw t},json:()=>{throw t},text:()=>{throw t}}}throw new Error("No fetch implementation available")}function B(e){return"string"!=typeof e&&Ke(!1,"url must be a string"),!q(e)&&0!==e.indexOf("./")&&0!==e.indexOf("../")&&globalThis.URL&&globalThis.document&&globalThis.document.baseURI&&(e=new URL(e,globalThis.document.baseURI).toString()),e}const F=/^[a-zA-Z][a-zA-Z\d+\-.]*?:\/\//,V=/[a-zA-Z]:[\\/]/;function q(e){return Ue||Be?e.startsWith("/")||e.startsWith("\\")||-1!==e.indexOf("///")||V.test(e):F.test(e)}let G,H=0;const J=[],Z=[],Q=new Map,Y={"js-module-threads":!0,"js-module-globalization":!0,"js-module-runtime":!0,"js-module-dotnet":!0,"js-module-native":!0},K={...Y,"js-module-library-initializer":!0},X={...Y,dotnetwasm:!0,heap:!0,manifest:!0},ee={...K,manifest:!0},te={...K,dotnetwasm:!0},oe={dotnetwasm:!0,symbols:!0,"segmentation-rules":!0},ne={...K,dotnetwasm:!0,symbols:!0,"segmentation-rules":!0},re={symbols:!0,"segmentation-rules":!0};function ie(e){return!("icu"==e.behavior&&e.name!=qe.preferredIcuAsset)}function se(e,t,o){const n=Object.keys(t||{});Ke(1==n.length,`Expect to have one ${o} asset in resources`);const r=n[0],i={name:r,hash:t[r],behavior:o};return ae(i),e.push(i),i}function ae(e){X[e.behavior]&&Q.set(e.behavior,e)}function le(e){const t=function(e){Ke(X[e],`Unknown single asset behavior ${e}`);const t=Q.get(e);return Ke(t,`Single asset for ${e} not found`),t}(e);if(!t.resolvedUrl)if(t.resolvedUrl=qe.locateFile(t.name),Y[t.behavior]){const e=Te(t);e?("string"!=typeof e&&Ke(!1,"loadBootResource response for 'dotnetjs' type should be a URL string"),t.resolvedUrl=e):t.resolvedUrl=we(t.resolvedUrl,t.behavior)}else if("dotnetwasm"!==t.behavior)throw new Error(`Unknown single asset behavior ${e}`);return t}let ce=!1;async function ue(){if(!ce){ce=!0,qe.diagnosticTracing&&h("mono_download_assets");try{const e=[],t=[],o=(e,t)=>{!ne[e.behavior]&&ie(e)&&qe.expected_instantiated_assets_count++,!te[e.behavior]&&ie(e)&&(qe.expected_downloaded_assets_count++,t.push(he(e)))};for(const t of J)o(t,e);for(const e of Z)o(e,t);qe.allDownloadsQueued.promise_control.resolve(),Promise.all([...e,...t]).then((()=>{qe.allDownloadsFinished.promise_control.resolve()})).catch((e=>{throw qe.err("Error in mono_download_assets: "+e),at(1,e),e})),await qe.runtimeModuleLoaded.promise;const n=async e=>{const t=await e;if(t.buffer){if(!ne[t.behavior]){t.buffer&&"object"==typeof t.buffer||Ke(!1,"asset buffer must be array-like or buffer-like or promise of these"),"string"!=typeof t.resolvedUrl&&Ke(!1,"resolvedUrl must be string");const e=t.resolvedUrl,o=await t.buffer,n=new Uint8Array(o);Re(t),await Fe.beforeOnRuntimeInitialized.promise,Fe.instantiate_asset(t,e,n)}}else oe[t.behavior]?("symbols"===t.behavior?(await Fe.instantiate_symbols_asset(t),Re(t)):"segmentation-rules"===t.behavior&&(await Fe.instantiate_segmentation_rules_asset(t),Re(t)),oe[t.behavior]&&++qe.actual_downloaded_assets_count):(t.isOptional||Ke(!1,"Expected asset to have the downloaded buffer"),!te[t.behavior]&&ie(t)&&qe.expected_downloaded_assets_count--,!ne[t.behavior]&&ie(t)&&qe.expected_instantiated_assets_count--)},r=[],i=[];for(const t of e)r.push(n(t));for(const e of t)i.push(n(e));Promise.all(r).then((()=>{ze||Fe.coreAssetsInMemory.promise_control.resolve()})).catch((e=>{throw qe.err("Error in mono_download_assets: "+e),at(1,e),e})),Promise.all(i).then((async()=>{ze||(await Fe.coreAssetsInMemory.promise,Fe.allAssetsInMemory.promise_control.resolve())})).catch((e=>{throw qe.err("Error in mono_download_assets: "+e),at(1,e),e}))}catch(e){throw qe.err("Error in mono_download_assets: "+e),e}}}let de=!1;function fe(){if(de)return;de=!0;const e=qe.config,t=[];if(e.assets)for(const t of e.assets)"object"!=typeof t&&Ke(!1,`asset must be object, it was ${typeof t} : ${t}`),"string"!=typeof t.behavior&&Ke(!1,"asset behavior must be known string"),"string"!=typeof t.name&&Ke(!1,"asset name must be string"),t.resolvedUrl&&"string"!=typeof t.resolvedUrl&&Ke(!1,"asset resolvedUrl could be string"),t.hash&&"string"!=typeof t.hash&&Ke(!1,"asset resolvedUrl could be string"),t.pendingDownload&&"object"!=typeof t.pendingDownload&&Ke(!1,"asset pendingDownload could be object"),t.isCore?J.push(t):Z.push(t),ae(t);else if(e.resources){const o=e.resources;o.wasmNative||Ke(!1,"resources.wasmNative must be defined"),o.jsModuleNative||Ke(!1,"resources.jsModuleNative must be defined"),o.jsModuleRuntime||Ke(!1,"resources.jsModuleRuntime must be defined"),se(Z,o.wasmNative,"dotnetwasm"),se(t,o.jsModuleNative,"js-module-native"),se(t,o.jsModuleRuntime,"js-module-runtime"),"hybrid"==e.globalizationMode&&se(t,o.jsModuleGlobalization,"js-module-globalization");const n=(e,t)=>{!o.fingerprinting||"assembly"!=e.behavior&&"pdb"!=e.behavior&&"resource"!=e.behavior||(e.virtualPath=me(e.name)),t?(e.isCore=!0,J.push(e)):Z.push(e)};if(o.coreAssembly)for(const e in o.coreAssembly)n({name:e,hash:o.coreAssembly[e],behavior:"assembly"},!0);if(o.assembly)for(const e in o.assembly)n({name:e,hash:o.assembly[e],behavior:"assembly"},!o.coreAssembly);if(0!=e.debugLevel){if(o.corePdb)for(const e in o.corePdb)n({name:e,hash:o.corePdb[e],behavior:"pdb"},!0);if(o.pdb)for(const e in o.pdb)n({name:e,hash:o.pdb[e],behavior:"pdb"},!o.corePdb)}if(e.loadAllSatelliteResources&&o.satelliteResources)for(const e in o.satelliteResources)for(const t in o.satelliteResources[e])n({name:t,hash:o.satelliteResources[e][t],behavior:"resource",culture:e},!o.coreAssembly);if(o.coreVfs)for(const e in o.coreVfs)for(const t in o.coreVfs[e])n({name:t,hash:o.coreVfs[e][t],behavior:"vfs",virtualPath:e},!0);if(o.vfs)for(const e in o.vfs)for(const t in o.vfs[e])n({name:t,hash:o.vfs[e][t],behavior:"vfs",virtualPath:e},!o.coreVfs);const r=N(e);if(r&&o.icu)for(const e in o.icu)e===r?Z.push({name:e,hash:o.icu[e],behavior:"icu",loadRemote:!0}):e.startsWith("segmentation-rules")&&e.endsWith(".json")&&Z.push({name:e,hash:o.icu[e],behavior:"segmentation-rules"});if(o.wasmSymbols)for(const e in o.wasmSymbols)J.push({name:e,hash:o.wasmSymbols[e],behavior:"symbols"})}if(e.appsettings)for(let t=0;tglobalThis.setTimeout(e,100))),qe.diagnosticTracing&&h(`Retrying download (2) '${e.name}' after delay`),await pe(e)}}}async function pe(e){for(;G;)await G.promise;try{++H,H==qe.maxParallelDownloads&&(qe.diagnosticTracing&&h("Throttling further parallel downloads"),G=r());const t=await async function(e){if(e.pendingDownload&&(e.pendingDownloadInternal=e.pendingDownload),e.pendingDownloadInternal&&e.pendingDownloadInternal.response)return e.pendingDownloadInternal.response;if(e.buffer){const t=await e.buffer;return e.resolvedUrl||(e.resolvedUrl="undefined://"+e.name),e.pendingDownloadInternal={url:e.resolvedUrl,name:e.name,response:Promise.resolve({ok:!0,arrayBuffer:()=>t,json:()=>JSON.parse(new TextDecoder("utf-8").decode(t)),text:()=>{throw new Error("NotImplementedException")},headers:{get:()=>{}}})},e.pendingDownloadInternal.response}const t=e.loadRemote&&qe.config.remoteSources?qe.config.remoteSources:[""];let o;for(let n of t){n=n.trim(),"./"===n&&(n="");const t=be(e,n);e.name===t?qe.diagnosticTracing&&h(`Attempting to download '${t}'`):qe.diagnosticTracing&&h(`Attempting to download '${t}' for ${e.name}`);try{e.resolvedUrl=t;const n=_e(e);if(e.pendingDownloadInternal=n,o=await n.response,!o||!o.ok)continue;return o}catch(e){o||(o={ok:!1,url:t,status:0,statusText:""+e});continue}}const n=e.isOptional||e.name.match(/\.pdb$/)&&qe.config.ignorePdbLoadErrors;if(o||Ke(!1,`Response undefined ${e.name}`),!n){const t=new Error(`download '${o.url}' for ${e.name} failed ${o.status} ${o.statusText}`);throw t.status=o.status,t}p(`optional download '${o.url}' for ${e.name} failed ${o.status} ${o.statusText}`)}(e);return t?(oe[e.behavior]||(e.buffer=await t.arrayBuffer(),++qe.actual_downloaded_assets_count),e):e}finally{if(--H,G&&H==qe.maxParallelDownloads-1){qe.diagnosticTracing&&h("Resuming more parallel downloads");const e=G;G=void 0,e.promise_control.resolve()}}}function be(e,t){let o;return null==t&&Ke(!1,`sourcePrefix must be provided for ${e.name}`),e.resolvedUrl?o=e.resolvedUrl:(o=""===t?"assembly"===e.behavior||"pdb"===e.behavior?e.name:"resource"===e.behavior&&e.culture&&""!==e.culture?`${e.culture}/${e.name}`:e.name:t+e.name,o=we(qe.locateFile(o),e.behavior)),o&&"string"==typeof o||Ke(!1,"attemptUrl need to be path or url string"),o}function we(e,t){return qe.modulesUniqueQuery&&ee[t]&&(e+=qe.modulesUniqueQuery),e}let ye=0;const ve=new Set;function _e(e){try{e.resolvedUrl||Ke(!1,"Request's resolvedUrl must be set");const t=async function(e){let t=await async function(e){const t=O;if(!t||e.noCache||!e.hash||0===e.hash.length)return;const o=M(e);let n;x[o]=!0;try{n=await t.match(o)}catch(e){}if(!n)return;const r=parseInt(n.headers.get("content-length")||"0");return S[e.name]={responseBytes:r},n}(e);return t||(t=await function(e){let t=e.resolvedUrl;if(qe.loadBootResource){const o=Te(e);if(o instanceof Promise)return o;"string"==typeof o&&(t=o)}const o={};return qe.config.disableNoCacheFetch||(o.cache="no-cache"),e.useCredentials?o.credentials="include":!qe.config.disableIntegrityCheck&&e.hash&&(o.integrity=e.hash),qe.fetch_like(t,o)}(e),function(e,t){const o=O;if(!o||e.noCache||!e.hash||0===e.hash.length)return;const n=t.clone();setTimeout((()=>{const t=M(e);!async function(e,t,o,n){const r=await n.arrayBuffer(),i=function(e){if("undefined"!=typeof performance)return performance.getEntriesByName(e)[0]}(n.url),s=i&&i.encodedBodySize||void 0;A[t]={responseBytes:s};const a=new Response(r,{headers:{"content-type":n.headers.get("content-type")||"","content-length":(s||n.headers.get("content-length")||"").toString()}});try{await e.put(o,a)}catch(e){}}(o,e.name,t,n)}),0)}(e,t)),t}(e),o={name:e.name,url:e.resolvedUrl,response:t};return ve.add(e.name),o.response.then((()=>{"assembly"==e.behavior&&qe.loadedAssemblies.push(e.name),ye++,qe.onDownloadResourceProgress&&qe.onDownloadResourceProgress(ye,ve.size)})),o}catch(t){const o={ok:!1,url:e.resolvedUrl,status:500,statusText:"ERR29: "+t,arrayBuffer:()=>{throw t},json:()=>{throw t}};return{name:e.name,url:e.resolvedUrl,response:Promise.resolve(o)}}}const Ee={resource:"assembly",assembly:"assembly",pdb:"pdb",icu:"globalization",vfs:"configuration",manifest:"manifest",dotnetwasm:"dotnetwasm","js-module-dotnet":"dotnetjs","js-module-native":"dotnetjs","js-module-runtime":"dotnetjs","js-module-threads":"dotnetjs"};function Te(e){var t;if(qe.loadBootResource){const o=null!==(t=e.hash)&&void 0!==t?t:"",n=e.resolvedUrl,r=Ee[e.behavior];if(r){const t=qe.loadBootResource(r,e.name,n,o,e.behavior);return"string"==typeof t?B(t):t}}}function Re(e){e.pendingDownloadInternal=null,e.pendingDownload=null,e.buffer=null,e.moduleExports=null}function je(e){let t=e.lastIndexOf("/");return t>=0&&t++,e.substring(t)}async function xe(e){if(!e)return;const t=Object.keys(e);await Promise.all(t.map((e=>async function(e){try{const t=we(qe.locateFile(e),"js-module-library-initializer");qe.diagnosticTracing&&h(`Attempting to import '${t}' for ${e}`);const o=await import(/*! webpackIgnore: true */t);qe.libraryInitializers.push({scriptName:e,exports:o})}catch(t){w(`Failed to import library initializer '${e}': ${t}`)}}(e))))}async function Ae(e,t){if(!qe.libraryInitializers)return;const o=[];for(let n=0;nr.exports[e](...t))))}await Promise.all(o)}async function Se(e,t,o){try{await o()}catch(o){throw w(`Failed to invoke '${t}' on library initializer '${e}': ${o}`),at(1,o),o}}var Oe="Release";function De(e,t){if(e===t)return e;const o={...t};return void 0!==o.assets&&o.assets!==e.assets&&(o.assets=[...e.assets||[],...o.assets||[]]),void 0!==o.resources&&(o.resources=Ce(e.resources||{assembly:{},jsModuleNative:{},jsModuleRuntime:{},wasmNative:{}},o.resources)),void 0!==o.environmentVariables&&(o.environmentVariables={...e.environmentVariables||{},...o.environmentVariables||{}}),void 0!==o.runtimeOptions&&o.runtimeOptions!==e.runtimeOptions&&(o.runtimeOptions=[...e.runtimeOptions||[],...o.runtimeOptions||[]]),Object.assign(e,o)}function ke(e,t){if(e===t)return e;const o={...t};return o.config&&(e.config||(e.config={}),o.config=De(e.config,o.config)),Object.assign(e,o)}function Ce(e,t){if(e===t)return e;const o={...t};return void 0!==o.assembly&&(o.assembly={...e.assembly||{},...o.assembly||{}}),void 0!==o.lazyAssembly&&(o.lazyAssembly={...e.lazyAssembly||{},...o.lazyAssembly||{}}),void 0!==o.pdb&&(o.pdb={...e.pdb||{},...o.pdb||{}}),void 0!==o.jsModuleWorker&&(o.jsModuleWorker={...e.jsModuleWorker||{},...o.jsModuleWorker||{}}),void 0!==o.jsModuleNative&&(o.jsModuleNative={...e.jsModuleNative||{},...o.jsModuleNative||{}}),void 0!==o.jsModuleGlobalization&&(o.jsModuleGlobalization={...e.jsModuleGlobalization||{},...o.jsModuleGlobalization||{}}),void 0!==o.jsModuleRuntime&&(o.jsModuleRuntime={...e.jsModuleRuntime||{},...o.jsModuleRuntime||{}}),void 0!==o.wasmSymbols&&(o.wasmSymbols={...e.wasmSymbols||{},...o.wasmSymbols||{}}),void 0!==o.wasmNative&&(o.wasmNative={...e.wasmNative||{},...o.wasmNative||{}}),void 0!==o.icu&&(o.icu={...e.icu||{},...o.icu||{}}),void 0!==o.satelliteResources&&(o.satelliteResources=Ie(e.satelliteResources||{},o.satelliteResources||{})),void 0!==o.modulesAfterConfigLoaded&&(o.modulesAfterConfigLoaded={...e.modulesAfterConfigLoaded||{},...o.modulesAfterConfigLoaded||{}}),void 0!==o.modulesAfterRuntimeReady&&(o.modulesAfterRuntimeReady={...e.modulesAfterRuntimeReady||{},...o.modulesAfterRuntimeReady||{}}),void 0!==o.extensions&&(o.extensions={...e.extensions||{},...o.extensions||{}}),void 0!==o.vfs&&(o.vfs=Ie(e.vfs||{},o.vfs||{})),Object.assign(e,o)}function Ie(e,t){if(e===t)return e;for(const o in t)e[o]={...e[o],...t[o]};return e}function Me(){const e=qe.config;if(e.environmentVariables=e.environmentVariables||{},e.runtimeOptions=e.runtimeOptions||[],e.resources=e.resources||{assembly:{},jsModuleNative:{},jsModuleGlobalization:{},jsModuleWorker:{},jsModuleRuntime:{},wasmNative:{},vfs:{},satelliteResources:{}},e.assets){qe.diagnosticTracing&&h("config.assets is deprecated, use config.resources instead");for(const t of e.assets){const o={};o[t.name]=t.hash||"";const n={};switch(t.behavior){case"assembly":n.assembly=o;break;case"pdb":n.pdb=o;break;case"resource":n.satelliteResources={},n.satelliteResources[t.culture]=o;break;case"icu":n.icu=o;break;case"symbols":n.wasmSymbols=o;break;case"vfs":n.vfs={},n.vfs[t.virtualPath]=o;break;case"dotnetwasm":n.wasmNative=o;break;case"js-module-threads":n.jsModuleWorker=o;break;case"js-module-globalization":n.jsModuleGlobalization=o;break;case"js-module-runtime":n.jsModuleRuntime=o;break;case"js-module-native":n.jsModuleNative=o;break;case"js-module-dotnet":break;default:throw new Error(`Unexpected behavior ${t.behavior} of asset ${t.name}`)}Ce(e.resources,n)}}void 0===e.debugLevel&&"Debug"===Oe&&(e.debugLevel=-1),void 0===e.cachedResourcesPurgeDelay&&(e.cachedResourcesPurgeDelay=1e4),e.applicationCulture&&(e.environmentVariables.LANG=`${e.applicationCulture}.UTF-8`),Fe.diagnosticTracing=qe.diagnosticTracing=!!e.diagnosticTracing,Fe.waitForDebugger=e.waitForDebugger,Fe.enablePerfMeasure=!!e.browserProfilerOptions&&globalThis.performance&&"function"==typeof globalThis.performance.measure,qe.maxParallelDownloads=e.maxParallelDownloads||qe.maxParallelDownloads,qe.enableDownloadRetry=void 0!==e.enableDownloadRetry?e.enableDownloadRetry:qe.enableDownloadRetry}let Pe=!1;async function Le(e){var t;if(Pe)return void await qe.afterConfigLoaded.promise;let o;try{if(e.configSrc||qe.config&&0!==Object.keys(qe.config).length&&(qe.config.assets||qe.config.resources)||(e.configSrc="./blazor.boot.json"),o=e.configSrc,Pe=!0,o&&(qe.diagnosticTracing&&h("mono_wasm_load_config"),await async function(e){const t=qe.locateFile(e.configSrc),o=void 0!==qe.loadBootResource?qe.loadBootResource("manifest","blazor.boot.json",t,"","manifest"):i(t);let n;n=o?"string"==typeof o?await i(B(o)):await o:await i(we(t,"manifest"));const r=await async function(e){const t=qe.config,o=await e.json();t.applicationEnvironment||(o.applicationEnvironment=e.headers.get("Blazor-Environment")||e.headers.get("DotNet-Environment")||"Production"),o.environmentVariables||(o.environmentVariables={});const n=e.headers.get("DOTNET-MODIFIABLE-ASSEMBLIES");n&&(o.environmentVariables.DOTNET_MODIFIABLE_ASSEMBLIES=n);const r=e.headers.get("ASPNETCORE-BROWSER-TOOLS");return r&&(o.environmentVariables.__ASPNETCORE_BROWSER_TOOLS=r),o}(n);function i(e){return qe.fetch_like(e,{method:"GET",credentials:"include",cache:"no-cache"})}De(qe.config,r)}(e)),Me(),await xe(null===(t=qe.config.resources)||void 0===t?void 0:t.modulesAfterConfigLoaded),await Ae("onRuntimeConfigLoaded",[qe.config]),e.onConfigLoaded)try{await e.onConfigLoaded(qe.config,Ge),Me()}catch(e){throw y("onConfigLoaded() failed",e),e}Me(),qe.afterConfigLoaded.promise_control.resolve(qe.config)}catch(t){const n=`Failed to load config file ${o} ${t} ${null==t?void 0:t.stack}`;throw qe.config=e.config=Object.assign(qe.config,{message:n,error:t,isError:!0}),at(1,new Error(n)),t}}"function"!=typeof importScripts||globalThis.onmessage||(globalThis.dotnetSidecar=!0);const Ue="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,$e="function"==typeof importScripts,Ne=$e&&"undefined"!=typeof dotnetSidecar,ze=$e&&!Ne,We="object"==typeof window||$e&&!Ue,Be=!We&&!Ue;let Fe={},Ve={},qe={},Ge={},He={},Je=!1;const Ze={},Qe={config:Ze},Ye={mono:{},binding:{},internal:He,module:Qe,loaderHelpers:qe,runtimeHelpers:Fe,globalizationHelpers:Ve,api:Ge};function Ke(e,t){if(e)return;const o="Assert failed: "+("function"==typeof t?t():t),n=new Error(o);y(o,n),Fe.nativeAbort(n)}function Xe(){return void 0!==qe.exitCode}function et(){return Fe.runtimeReady&&!Xe()}function tt(){Xe()&&Ke(!1,`.NET runtime already exited with ${qe.exitCode} ${qe.exitReason}. You can use runtime.runMain() which doesn't exit the runtime.`),Fe.runtimeReady||Ke(!1,".NET runtime didn't start yet. Please call dotnet.create() first.")}function ot(){We&&(globalThis.addEventListener("unhandledrejection",ct),globalThis.addEventListener("error",ut))}let nt,rt;function it(e){rt&&rt(e),at(e,qe.exitReason)}function st(e){nt&&nt(e||qe.exitReason),at(1,e||qe.exitReason)}function at(t,o){var n,r;const i=o&&"object"==typeof o;t=i&&"number"==typeof o.status?o.status:void 0===t?-1:t;const s=i&&"string"==typeof o.message?o.message:""+o;(o=i?o:Fe.ExitStatus?function(e,t){const o=new Fe.ExitStatus(e);return o.message=t,o.toString=()=>t,o}(t,s):new Error("Exit with code "+t+" "+s)).status=t,o.message||(o.message=s);const a=""+(o.stack||(new Error).stack);try{Object.defineProperty(o,"stack",{get:()=>a})}catch(e){}const l=!!o.silent;if(o.silent=!0,Xe())qe.diagnosticTracing&&h("mono_exit called after exit");else{try{Qe.onAbort==st&&(Qe.onAbort=nt),Qe.onExit==it&&(Qe.onExit=rt),We&&(globalThis.removeEventListener("unhandledrejection",ct),globalThis.removeEventListener("error",ut)),Fe.runtimeReady?(Fe.jiterpreter_dump_stats&&Fe.jiterpreter_dump_stats(!1),0===t&&(null===(n=qe.config)||void 0===n?void 0:n.interopCleanupOnExit)&&Fe.forceDisposeProxies(!0,!0),e&&0!==t&&(null===(r=qe.config)||void 0===r||r.dumpThreadsOnNonZeroExit)):(qe.diagnosticTracing&&h(`abort_startup, reason: ${o}`),function(e){qe.allDownloadsQueued.promise_control.reject(e),qe.allDownloadsFinished.promise_control.reject(e),qe.afterConfigLoaded.promise_control.reject(e),qe.wasmCompilePromise.promise_control.reject(e),qe.runtimeModuleLoaded.promise_control.reject(e),Fe.dotnetReady&&(Fe.dotnetReady.promise_control.reject(e),Fe.afterInstantiateWasm.promise_control.reject(e),Fe.beforePreInit.promise_control.reject(e),Fe.afterPreInit.promise_control.reject(e),Fe.afterPreRun.promise_control.reject(e),Fe.beforeOnRuntimeInitialized.promise_control.reject(e),Fe.afterOnRuntimeInitialized.promise_control.reject(e),Fe.afterPostRun.promise_control.reject(e))}(o))}catch(e){w("mono_exit A failed",e)}try{l||(function(e,t){if(0!==e&&t){const e=Fe.ExitStatus&&t instanceof Fe.ExitStatus?h:y;"string"==typeof t?e(t):(void 0===t.stack&&(t.stack=(new Error).stack+""),t.message?e(Fe.stringify_as_error_with_stack?Fe.stringify_as_error_with_stack(t.message+"\n"+t.stack):t.message+"\n"+t.stack):e(JSON.stringify(t)))}!ze&&qe.config&&(qe.config.logExitCode?qe.config.forwardConsoleLogsToWS?E("WASM EXIT "+e):b("WASM EXIT "+e):qe.config.forwardConsoleLogsToWS&&E())}(t,o),function(e){if(We&&!ze&&qe.config&&qe.config.appendElementOnExit&&document){const t=document.createElement("label");t.id="tests_done",0!==e&&(t.style.background="red"),t.innerHTML=""+e,document.body.appendChild(t)}}(t))}catch(e){w("mono_exit B failed",e)}qe.exitCode=t,qe.exitReason||(qe.exitReason=o),!ze&&Fe.runtimeReady&&Qe.runtimeKeepalivePop()}if(qe.config&&qe.config.asyncFlushOnExit&&0===t)throw(async()=>{try{await async function(){try{const e=await import(/*! webpackIgnore: true */"process"),t=e=>new Promise(((t,o)=>{e.on("error",o),e.end("","utf8",t)})),o=t(e.stderr),n=t(e.stdout);let r;const i=new Promise((e=>{r=setTimeout((()=>e("timeout")),1e3)}));await Promise.race([Promise.all([n,o]),i]),clearTimeout(r)}catch(e){y(`flushing std* streams failed: ${e}`)}}()}finally{lt(t,o)}})(),o;lt(t,o)}function lt(e,t){if(Fe.runtimeReady&&Fe.nativeExit)try{Fe.nativeExit(e)}catch(e){!Fe.ExitStatus||e instanceof Fe.ExitStatus||w("set_exit_code_and_quit_now failed: "+e.toString())}if(0!==e||!We)throw Ue&&He.process?He.process.exit(e):Fe.quit&&Fe.quit(e,t),t}function ct(e){dt(e,e.reason,"rejection")}function ut(e){dt(e,e.error,"error")}function dt(e,t,o){e.preventDefault();try{t||(t=new Error("Unhandled "+o)),void 0===t.stack&&(t.stack=(new Error).stack),t.stack=t.stack+"",t.silent||(y("Unhandled error:",t),at(1,t))}catch(e){}}!function(e){if(Je)throw new Error("Loader module already loaded");Je=!0,Fe=e.runtimeHelpers,Ve=e.globalizationHelpers,qe=e.loaderHelpers,Ge=e.api,He=e.internal,Object.assign(Ge,{INTERNAL:He,invokeLibraryInitializers:Ae}),Object.assign(e.module,{config:De(Ze,{environmentVariables:{}})});const n={mono_wasm_bindings_is_ready:!1,config:e.module.config,diagnosticTracing:!1,nativeAbort:e=>{throw e||new Error("abort")},nativeExit:e=>{throw new Error("exit:"+e)}},a={gitHash:"9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3",config:e.module.config,diagnosticTracing:!1,maxParallelDownloads:16,enableDownloadRetry:!0,_loaded_files:[],loadedFiles:[],loadedAssemblies:[],libraryInitializers:[],workerNextNumber:1,actual_downloaded_assets_count:0,actual_instantiated_assets_count:0,expected_downloaded_assets_count:0,expected_instantiated_assets_count:0,afterConfigLoaded:r(),allDownloadsQueued:r(),allDownloadsFinished:r(),wasmCompilePromise:r(),runtimeModuleLoaded:r(),loadingWorkers:r(),is_exited:Xe,is_runtime_running:et,assert_runtime_running:tt,mono_exit:at,createPromiseController:r,getPromiseController:i,assertIsControllablePromise:s,mono_download_assets:ue,resolve_single_asset_path:le,setup_proxy_console:_,set_thread_prefix:g,logDownloadStatsToConsole:C,purgeUnusedCacheEntriesAsync:I,installUnhandledErrorHandler:ot,retrieve_asset_download:ge,invokeLibraryInitializers:Ae,exceptions:t,simd:o};Object.assign(Fe,n),Object.assign(qe,a)}(Ye);let ft,mt,gt=!1,ht=!1;async function pt(e){if(!ht){if(ht=!0,We&&qe.config.forwardConsoleLogsToWS&&void 0!==globalThis.WebSocket&&_("main",globalThis.console,globalThis.location.origin),Qe||Ke(!1,"Null moduleConfig"),qe.config||Ke(!1,"Null moduleConfig.config"),"function"==typeof e){const t=e(Ye.api);if(t.ready)throw new Error("Module.ready couldn't be redefined.");Object.assign(Qe,t),ke(Qe,t)}else{if("object"!=typeof e)throw new Error("Can't use moduleFactory callback of createDotnetRuntime function.");ke(Qe,e)}await async function(e){if(Ue){const e=await import(/*! webpackIgnore: true */"process"),t=14;if(e.versions.node.split(".")[0]0&&(qe.modulesUniqueQuery=t.substring(o)),qe.scriptUrl=t.replace(/\\/g,"/").replace(/[?#].*/,""),qe.scriptDirectory=(n=qe.scriptUrl).slice(0,n.lastIndexOf("/"))+"/",qe.locateFile=e=>"URL"in globalThis&&globalThis.URL!==z?new URL(e,qe.scriptDirectory).toString():q(e)?e:qe.scriptDirectory+e,qe.fetch_like=W,qe.out=console.log,qe.err=console.error,qe.onDownloadResourceProgress=e.onDownloadResourceProgress,We&&globalThis.navigator){const e=globalThis.navigator,t=e.userAgentData&&e.userAgentData.brands;t&&t.length>0?qe.isChromium=t.some((e=>"Google Chrome"===e.brand||"Microsoft Edge"===e.brand||"Chromium"===e.brand)):e.userAgent&&(qe.isChromium=e.userAgent.includes("Chrome"),qe.isFirefox=e.userAgent.includes("Firefox"))}He.require=Ue?await import(/*! webpackIgnore: true */"module").then((e=>e.createRequire(/*! webpackIgnore: true */import.meta.url))):Promise.resolve((()=>{throw new Error("require not supported")})),void 0===globalThis.URL&&(globalThis.URL=z)}(Qe)}}async function bt(e){return await pt(e),nt=Qe.onAbort,rt=Qe.onExit,Qe.onAbort=st,Qe.onExit=it,Qe.ENVIRONMENT_IS_PTHREAD?async function(){(function(){const e=new MessageChannel,t=e.port1,o=e.port2;t.addEventListener("message",(e=>{var n,r;n=JSON.parse(e.data.config),r=JSON.parse(e.data.monoThreadInfo),gt?qe.diagnosticTracing&&h("mono config already received"):(De(qe.config,n),Fe.monoThreadInfo=r,Me(),qe.diagnosticTracing&&h("mono config received"),gt=!0,qe.afterConfigLoaded.promise_control.resolve(qe.config),We&&n.forwardConsoleLogsToWS&&void 0!==globalThis.WebSocket&&qe.setup_proxy_console("worker-idle",console,globalThis.location.origin)),t.close(),o.close()}),{once:!0}),t.start(),self.postMessage({[a]:{monoCmd:"preload",port:o}},[o])})(),await qe.afterConfigLoaded.promise,function(){const e=qe.config;e.assets||Ke(!1,"config.assets must be defined");for(const t of e.assets)ae(t),re[t.behavior]&&Z.push(t)}(),setTimeout((async()=>{try{await ue()}catch(e){at(1,e)}}),0);const e=wt(),t=await Promise.all(e);return await yt(t),Qe}():async function(){var e;await Le(Qe),fe();const t=wt();await P(),async function(){try{const e=le("dotnetwasm");await he(e),e&&e.pendingDownloadInternal&&e.pendingDownloadInternal.response||Ke(!1,"Can't load dotnet.native.wasm");const t=await e.pendingDownloadInternal.response,o=t.headers&&t.headers.get?t.headers.get("Content-Type"):void 0;let n;if("function"==typeof WebAssembly.compileStreaming&&"application/wasm"===o)n=await WebAssembly.compileStreaming(t);else{We&&"application/wasm"!==o&&w('WebAssembly resource does not have the expected content type "application/wasm", so falling back to slower ArrayBuffer instantiation.');const e=await t.arrayBuffer();qe.diagnosticTracing&&h("instantiate_wasm_module buffered"),n=Be?await Promise.resolve(new WebAssembly.Module(e)):await WebAssembly.compile(e)}e.pendingDownloadInternal=null,e.pendingDownload=null,e.buffer=null,e.moduleExports=null,qe.wasmCompilePromise.promise_control.resolve(n)}catch(e){qe.wasmCompilePromise.promise_control.reject(e)}}(),setTimeout((async()=>{try{$(),await ue()}catch(e){at(1,e)}}),0);const o=await Promise.all(t);return await yt(o),await Fe.dotnetReady.promise,await xe(null===(e=qe.config.resources)||void 0===e?void 0:e.modulesAfterRuntimeReady),await Ae("onRuntimeReady",[Ye.api]),Ge}()}function wt(){const e=le("js-module-runtime"),t=le("js-module-native");return ft&&mt||("object"==typeof e.moduleExports?ft=e.moduleExports:(qe.diagnosticTracing&&h(`Attempting to import '${e.resolvedUrl}' for ${e.name}`),ft=import(/*! webpackIgnore: true */e.resolvedUrl)),"object"==typeof t.moduleExports?mt=t.moduleExports:(qe.diagnosticTracing&&h(`Attempting to import '${t.resolvedUrl}' for ${t.name}`),mt=import(/*! webpackIgnore: true */t.resolvedUrl))),[ft,mt]}async function yt(e){const{initializeExports:t,initializeReplacements:o,configureRuntimeStartup:n,configureEmscriptenStartup:r,configureWorkerStartup:i,setRuntimeGlobals:s,passEmscriptenInternals:a}=e[0],{default:l}=e[1];if(s(Ye),t(Ye),"hybrid"===qe.config.globalizationMode){const e=await async function(){let e;const t=le("js-module-globalization");return"object"==typeof t.moduleExports?e=t.moduleExports:(h(`Attempting to import '${t.resolvedUrl}' for ${t.name}`),e=import(/*! webpackIgnore: true */t.resolvedUrl)),await e}(),{initHybrid:t}=e;t(Ve,Fe)}await n(Qe),qe.runtimeModuleLoaded.promise_control.resolve(),l((e=>(Object.assign(Qe,{ready:e.ready,__dotnet_runtime:{initializeReplacements:o,configureEmscriptenStartup:r,configureWorkerStartup:i,passEmscriptenInternals:a}}),Qe))).catch((e=>{if(e.message&&e.message.toLowerCase().includes("out of memory"))throw new Error(".NET runtime has failed to start, because too much memory was requested. Please decrease the memory by adjusting EmccMaximumHeapSize. See also https://aka.ms/dotnet-wasm-features");throw e}))}const vt=new class{withModuleConfig(e){try{return ke(Qe,e),this}catch(e){throw at(1,e),e}}withOnConfigLoaded(e){try{return ke(Qe,{onConfigLoaded:e}),this}catch(e){throw at(1,e),e}}withConsoleForwarding(){try{return De(Ze,{forwardConsoleLogsToWS:!0}),this}catch(e){throw at(1,e),e}}withExitOnUnhandledError(){try{return De(Ze,{exitOnUnhandledError:!0}),ot(),this}catch(e){throw at(1,e),e}}withAsyncFlushOnExit(){try{return De(Ze,{asyncFlushOnExit:!0}),this}catch(e){throw at(1,e),e}}withExitCodeLogging(){try{return De(Ze,{logExitCode:!0}),this}catch(e){throw at(1,e),e}}withElementOnExit(){try{return De(Ze,{appendElementOnExit:!0}),this}catch(e){throw at(1,e),e}}withInteropCleanupOnExit(){try{return De(Ze,{interopCleanupOnExit:!0}),this}catch(e){throw at(1,e),e}}withDumpThreadsOnNonZeroExit(){try{return De(Ze,{dumpThreadsOnNonZeroExit:!0}),this}catch(e){throw at(1,e),e}}withWaitingForDebugger(e){try{return De(Ze,{waitForDebugger:e}),this}catch(e){throw at(1,e),e}}withInterpreterPgo(e,t){try{return De(Ze,{interpreterPgo:e,interpreterPgoSaveDelay:t}),Ze.runtimeOptions?Ze.runtimeOptions.push("--interp-pgo-recording"):Ze.runtimeOptions=["--interp-pgo-recording"],this}catch(e){throw at(1,e),e}}withConfig(e){try{return De(Ze,e),this}catch(e){throw at(1,e),e}}withConfigSrc(e){try{return e&&"string"==typeof e||Ke(!1,"must be file path or URL"),ke(Qe,{configSrc:e}),this}catch(e){throw at(1,e),e}}withVirtualWorkingDirectory(e){try{return e&&"string"==typeof e||Ke(!1,"must be directory path"),De(Ze,{virtualWorkingDirectory:e}),this}catch(e){throw at(1,e),e}}withEnvironmentVariable(e,t){try{const o={};return o[e]=t,De(Ze,{environmentVariables:o}),this}catch(e){throw at(1,e),e}}withEnvironmentVariables(e){try{return e&&"object"==typeof e||Ke(!1,"must be dictionary object"),De(Ze,{environmentVariables:e}),this}catch(e){throw at(1,e),e}}withDiagnosticTracing(e){try{return"boolean"!=typeof e&&Ke(!1,"must be boolean"),De(Ze,{diagnosticTracing:e}),this}catch(e){throw at(1,e),e}}withDebugging(e){try{return null!=e&&"number"==typeof e||Ke(!1,"must be number"),De(Ze,{debugLevel:e}),this}catch(e){throw at(1,e),e}}withApplicationArguments(...e){try{return e&&Array.isArray(e)||Ke(!1,"must be array of strings"),De(Ze,{applicationArguments:e}),this}catch(e){throw at(1,e),e}}withRuntimeOptions(e){try{return e&&Array.isArray(e)||Ke(!1,"must be array of strings"),Ze.runtimeOptions?Ze.runtimeOptions.push(...e):Ze.runtimeOptions=e,this}catch(e){throw at(1,e),e}}withMainAssembly(e){try{return De(Ze,{mainAssemblyName:e}),this}catch(e){throw at(1,e),e}}withApplicationArgumentsFromQuery(){try{if(!globalThis.window)throw new Error("Missing window to the query parameters from");if(void 0===globalThis.URLSearchParams)throw new Error("URLSearchParams is supported");const e=new URLSearchParams(globalThis.window.location.search).getAll("arg");return this.withApplicationArguments(...e)}catch(e){throw at(1,e),e}}withApplicationEnvironment(e){try{return De(Ze,{applicationEnvironment:e}),this}catch(e){throw at(1,e),e}}withApplicationCulture(e){try{return De(Ze,{applicationCulture:e}),this}catch(e){throw at(1,e),e}}withResourceLoader(e){try{return qe.loadBootResource=e,this}catch(e){throw at(1,e),e}}async download(){try{await async function(){pt(Qe),await Le(Qe),fe(),await P(),$(),ue(),await qe.allDownloadsFinished.promise}()}catch(e){throw at(1,e),e}}async create(){try{return this.instance||(this.instance=await async function(){return await bt(Qe),Ye.api}()),this.instance}catch(e){throw at(1,e),e}}async run(){try{return Qe.config||Ke(!1,"Null moduleConfig.config"),this.instance||await this.create(),this.instance.runMainAndExit()}catch(e){throw at(1,e),e}}},_t=at,Et=bt;Be||"function"==typeof globalThis.URL||Ke(!1,"This browser/engine doesn't support URL API. Please use a modern version. See also https://aka.ms/dotnet-wasm-features"),"function"!=typeof globalThis.BigInt64Array&&Ke(!1,"This browser/engine doesn't support BigInt64Array API. Please use a modern version. See also https://aka.ms/dotnet-wasm-features");export{Et as default,vt as dotnet,_t as exit};
+//# sourceMappingURL=dotnet.js.map
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.js.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.js.br
new file mode 100644
index 000000000..89348b5de
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.js.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.js.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.js.gz
new file mode 100644
index 000000000..4d6ce83a8
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.js.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.1a7gx3nhrs.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.1a7gx3nhrs.wasm
new file mode 100755
index 000000000..ba526c06c
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.1a7gx3nhrs.wasm differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.1a7gx3nhrs.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.1a7gx3nhrs.wasm.br
new file mode 100644
index 000000000..b73e26583
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.1a7gx3nhrs.wasm.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.1a7gx3nhrs.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.1a7gx3nhrs.wasm.gz
new file mode 100644
index 000000000..bee4bb621
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.1a7gx3nhrs.wasm.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.tgi9uco0f2.js b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.tgi9uco0f2.js
new file mode 100644
index 000000000..2641d67ae
--- /dev/null
+++ b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.tgi9uco0f2.js
@@ -0,0 +1,16 @@
+
+var createDotnetRuntime = (() => {
+ var _scriptDir = import.meta.url;
+
+ return (
+async function(moduleArg = {}) {
+
+var Module=moduleArg;var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise((resolve,reject)=>{readyPromiseResolve=resolve;readyPromiseReject=reject});if(_nativeModuleLoaded)throw new Error("Native module already loaded");_nativeModuleLoaded=true;createDotnetRuntime=Module=moduleArg(Module);var moduleOverrides=Object.assign({},Module);var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var ENVIRONMENT_IS_WEB=typeof window=="object";var ENVIRONMENT_IS_WORKER=typeof importScripts=="function";var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string";var ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var read_,readAsync,readBinary;if(ENVIRONMENT_IS_NODE){const{createRequire:createRequire}=await import("module");var require=createRequire(import.meta.url);var fs=require("fs");var nodePath=require("path");if(ENVIRONMENT_IS_WORKER){scriptDirectory=nodePath.dirname(scriptDirectory)+"/"}else{scriptDirectory=require("url").fileURLToPath(new URL("./",import.meta.url))}read_=(filename,binary)=>{filename=isFileURI(filename)?new URL(filename):nodePath.normalize(filename);return fs.readFileSync(filename,binary?undefined:"utf8")};readBinary=filename=>{var ret=read_(filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}return ret};readAsync=(filename,onload,onerror,binary=true)=>{filename=isFileURI(filename)?new URL(filename):nodePath.normalize(filename);fs.readFile(filename,binary?undefined:"utf8",(err,data)=>{if(err)onerror(err);else onload(binary?data.buffer:data)})};if(!Module["thisProgram"]&&process.argv.length>1){thisProgram=process.argv[1].replace(/\\/g,"/")}arguments_=process.argv.slice(2);quit_=(status,toThrow)=>{process.exitCode=status;throw toThrow}}else if(ENVIRONMENT_IS_SHELL){if(typeof read!="undefined"){read_=read}readBinary=f=>{if(typeof readbuffer=="function"){return new Uint8Array(readbuffer(f))}let data=read(f,"binary");assert(typeof data=="object");return data};readAsync=(f,onload,onerror)=>{setTimeout(()=>onload(readBinary(f)))};if(typeof clearTimeout=="undefined"){globalThis.clearTimeout=id=>{}}if(typeof setTimeout=="undefined"){globalThis.setTimeout=f=>typeof f=="function"?f():abort()}if(typeof scriptArgs!="undefined"){arguments_=scriptArgs}else if(typeof arguments!="undefined"){arguments_=arguments}if(typeof quit=="function"){quit_=(status,toThrow)=>{setTimeout(()=>{if(!(toThrow instanceof ExitStatus)){let toLog=toThrow;if(toThrow&&typeof toThrow=="object"&&toThrow.stack){toLog=[toThrow,toThrow.stack]}err(`exiting due to exception: ${toLog}`)}quit(status)});throw toThrow}}if(typeof print!="undefined"){if(typeof console=="undefined")console={};console.log=print;console.warn=console.error=typeof printErr!="undefined"?printErr:print}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(_scriptDir){scriptDirectory=_scriptDir}if(scriptDirectory.startsWith("blob:")){scriptDirectory=""}else{scriptDirectory=scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1)}{read_=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){readBinary=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=(url,onload,onerror)=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=()=>{if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()};xhr.onerror=onerror;xhr.send(null)}}}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.error.bind(console);Object.assign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];var wasmBinary;if(Module["wasmBinary"])wasmBinary=Module["wasmBinary"];if(typeof atob=="undefined"){if(typeof global!="undefined"&&typeof globalThis=="undefined"){globalThis=global}globalThis.atob=function(input){var keyStr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";var output="";var chr1,chr2,chr3;var enc1,enc2,enc3,enc4;var i=0;input=input.replace(/[^A-Za-z0-9\+\/\=]/g,"");do{enc1=keyStr.indexOf(input.charAt(i++));enc2=keyStr.indexOf(input.charAt(i++));enc3=keyStr.indexOf(input.charAt(i++));enc4=keyStr.indexOf(input.charAt(i++));chr1=enc1<<2|enc2>>4;chr2=(enc2&15)<<4|enc3>>2;chr3=(enc3&3)<<6|enc4;output=output+String.fromCharCode(chr1);if(enc3!==64){output=output+String.fromCharCode(chr2)}if(enc4!==64){output=output+String.fromCharCode(chr3)}}while(ifilename.startsWith(dataURIPrefix);var isFileURI=filename=>filename.startsWith("file://");var wasmBinaryFile;if(Module["locateFile"]){wasmBinaryFile="dotnet.native.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}}else{if(ENVIRONMENT_IS_SHELL)wasmBinaryFile="dotnet.native.wasm";else wasmBinaryFile=new URL("dotnet.native.wasm",import.meta.url).href}function getBinarySync(file){if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}throw"both async and sync fetching of the wasm failed"}function getBinaryPromise(binaryFile){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)){if(typeof fetch=="function"&&!isFileURI(binaryFile)){return fetch(binaryFile,{credentials:"same-origin"}).then(response=>{if(!response["ok"]){throw`failed to load wasm binary file at '${binaryFile}'`}return response["arrayBuffer"]()}).catch(()=>getBinarySync(binaryFile))}else if(readAsync){return new Promise((resolve,reject)=>{readAsync(binaryFile,response=>resolve(new Uint8Array(response)),reject)})}}return Promise.resolve().then(()=>getBinarySync(binaryFile))}function instantiateArrayBuffer(binaryFile,imports,receiver){return getBinaryPromise(binaryFile).then(binary=>WebAssembly.instantiate(binary,imports)).then(receiver,reason=>{err(`failed to asynchronously prepare wasm: ${reason}`);abort(reason)})}function instantiateAsync(binary,binaryFile,imports,callback){if(!binary&&typeof WebAssembly.instantiateStreaming=="function"&&!isDataURI(binaryFile)&&!isFileURI(binaryFile)&&!ENVIRONMENT_IS_NODE&&typeof fetch=="function"){return fetch(binaryFile,{credentials:"same-origin"}).then(response=>{var result=WebAssembly.instantiateStreaming(response,imports);return result.then(callback,function(reason){err(`wasm streaming compile failed: ${reason}`);err("falling back to ArrayBuffer instantiation");return instantiateArrayBuffer(binaryFile,imports,callback)})})}return instantiateArrayBuffer(binaryFile,imports,callback)}function createWasm(){var info={"env":wasmImports,"wasi_snapshot_preview1":wasmImports};function receiveInstance(instance,module){wasmExports=instance.exports;Module["wasmExports"]=wasmExports;wasmMemory=wasmExports["memory"];updateMemoryViews();wasmTable=wasmExports["__indirect_function_table"];addOnInit(wasmExports["__wasm_call_ctors"]);removeRunDependency("wasm-instantiate");return wasmExports}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){receiveInstance(result["instance"])}if(Module["instantiateWasm"]){try{return Module["instantiateWasm"](info,receiveInstance)}catch(e){err(`Module.instantiateWasm callback failed with error: ${e}`);readyPromiseReject(e)}}instantiateAsync(wasmBinary,wasmBinaryFile,info,receiveInstantiationResult).catch(readyPromiseReject);return{}}function ExitStatus(status){this.name="ExitStatus";this.message=`Program terminated with exit(${status})`;this.status=status}var callRuntimeCallbacks=callbacks=>{while(callbacks.length>0){callbacks.shift()(Module)}};var getCppExceptionTag=()=>wasmExports["__cpp_exception"];var getCppExceptionThrownObjectFromWebAssemblyException=ex=>{var unwind_header=ex.getArg(getCppExceptionTag(),0);return ___thrown_object_from_unwind_exception(unwind_header)};var withStackSave=f=>{var stack=stackSave();var ret=f();stackRestore(stack);return ret};var UTF8Decoder=typeof TextDecoder!="undefined"?new TextDecoder("utf8"):undefined;var UTF8ArrayToString=(heapOrArray,idx,maxBytesToRead)=>{var endIdx=idx+maxBytesToRead;var endPtr=idx;while(heapOrArray[endPtr]&&!(endPtr>=endIdx))++endPtr;if(endPtr-idx>16&&heapOrArray.buffer&&UTF8Decoder){return UTF8Decoder.decode(heapOrArray.subarray(idx,endPtr))}var str="";while(idx>10,56320|ch&1023)}}return str};var UTF8ToString=(ptr,maxBytesToRead)=>ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):"";var getExceptionMessageCommon=ptr=>withStackSave(()=>{var type_addr_addr=stackAlloc(4);var message_addr_addr=stackAlloc(4);___get_exception_message(ptr,type_addr_addr,message_addr_addr);var type_addr=HEAPU32[type_addr_addr>>2];var message_addr=HEAPU32[message_addr_addr>>2];var type=UTF8ToString(type_addr);_free(type_addr);var message;if(message_addr){message=UTF8ToString(message_addr);_free(message_addr)}return[type,message]});var getExceptionMessage=ex=>{var ptr=getCppExceptionThrownObjectFromWebAssemblyException(ex);return getExceptionMessageCommon(ptr)};Module["getExceptionMessage"]=getExceptionMessage;function getValue(ptr,type="i8"){if(type.endsWith("*"))type="*";switch(type){case"i1":return HEAP8[ptr];case"i8":return HEAP8[ptr];case"i16":return HEAP16[ptr>>1];case"i32":return HEAP32[ptr>>2];case"i64":return HEAP64[ptr>>3];case"float":return HEAPF32[ptr>>2];case"double":return HEAPF64[ptr>>3];case"*":return HEAPU32[ptr>>2];default:abort(`invalid type for getValue: ${type}`)}}var noExitRuntime=Module["noExitRuntime"]||false;function setValue(ptr,value,type="i8"){if(type.endsWith("*"))type="*";switch(type){case"i1":HEAP8[ptr]=value;break;case"i8":HEAP8[ptr]=value;break;case"i16":HEAP16[ptr>>1]=value;break;case"i32":HEAP32[ptr>>2]=value;break;case"i64":HEAP64[ptr>>3]=BigInt(value);break;case"float":HEAPF32[ptr>>2]=value;break;case"double":HEAPF64[ptr>>3]=value;break;case"*":HEAPU32[ptr>>2]=value;break;default:abort(`invalid type for setValue: ${type}`)}}var ___assert_fail=(condition,filename,line,func)=>{abort(`Assertion failed: ${UTF8ToString(condition)}, at: `+[filename?UTF8ToString(filename):"unknown filename",line,func?UTF8ToString(func):"unknown function"])};var PATH={isAbs:path=>path.charAt(0)==="/",splitPath:filename=>{var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:(parts,allowAboveRoot)=>{var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:path=>{var isAbsolute=PATH.isAbs(path),trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(p=>!!p),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:path=>{var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir},basename:path=>{if(path==="/")return"/";path=PATH.normalize(path);path=path.replace(/\/$/,"");var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)},join:(...paths)=>PATH.normalize(paths.join("/")),join2:(l,r)=>PATH.normalize(l+"/"+r)};var initRandomFill=()=>{if(typeof crypto=="object"&&typeof crypto["getRandomValues"]=="function"){return view=>crypto.getRandomValues(view)}else if(ENVIRONMENT_IS_NODE){try{var crypto_module=require("crypto");var randomFillSync=crypto_module["randomFillSync"];if(randomFillSync){return view=>crypto_module["randomFillSync"](view)}var randomBytes=crypto_module["randomBytes"];return view=>(view.set(randomBytes(view.byteLength)),view)}catch(e){}}abort("initRandomDevice")};var randomFill=view=>(randomFill=initRandomFill())(view);var PATH_FS={resolve:(...args)=>{var resolvedPath="",resolvedAbsolute=false;for(var i=args.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?args[i]:FS.cwd();if(typeof path!="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=PATH.isAbs(path)}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(p=>!!p),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:(from,to)=>{from=PATH_FS.resolve(from).substr(1);to=PATH_FS.resolve(to).substr(1);function trim(arr){var start=0;for(;start=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i{var len=0;for(var i=0;i=55296&&c<=57343){len+=4;++i}else{len+=3}}return len};var stringToUTF8Array=(str,heap,outIdx,maxBytesToWrite)=>{if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx};function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}var FS_stdin_getChar=()=>{if(!FS_stdin_getChar_buffer.length){var result=null;if(ENVIRONMENT_IS_NODE){var BUFSIZE=256;var buf=Buffer.alloc(BUFSIZE);var bytesRead=0;var fd=process.stdin.fd;try{bytesRead=fs.readSync(fd,buf)}catch(e){if(e.toString().includes("EOF"))bytesRead=0;else throw e}if(bytesRead>0){result=buf.slice(0,bytesRead).toString("utf-8")}else{result=null}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else if(typeof readline=="function"){result=readline();if(result!==null){result+="\n"}}if(!result){return null}FS_stdin_getChar_buffer=intArrayFromString(result,true)}return FS_stdin_getChar_buffer.shift()};var TTY={ttys:[],init(){},shutdown(){},register(dev,ops){TTY.ttys[dev]={input:[],output:[],ops:ops};FS.registerDevice(dev,TTY.stream_ops)},stream_ops:{open(stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(43)}stream.tty=tty;stream.seekable=false},close(stream){stream.tty.ops.fsync(stream.tty)},fsync(stream){stream.tty.ops.fsync(stream.tty)},read(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.get_char){throw new FS.ErrnoError(60)}var bytesRead=0;for(var i=0;i0){out(UTF8ArrayToString(tty.output,0));tty.output=[]}},ioctl_tcgets(tty){return{c_iflag:25856,c_oflag:5,c_cflag:191,c_lflag:35387,c_cc:[3,28,127,21,4,0,1,0,17,19,26,0,18,15,23,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},ioctl_tcsets(tty,optional_actions,data){return 0},ioctl_tiocgwinsz(tty){return[24,80]}},default_tty1_ops:{put_char(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync(tty){if(tty.output&&tty.output.length>0){err(UTF8ArrayToString(tty.output,0));tty.output=[]}}}};var zeroMemory=(address,size)=>{HEAPU8.fill(0,address,address+size);return address};var alignMemory=(size,alignment)=>Math.ceil(size/alignment)*alignment;var mmapAlloc=size=>{size=alignMemory(size,65536);var ptr=_emscripten_builtin_memalign(65536,size);if(!ptr)return 0;return zeroMemory(ptr,size)};var MEMFS={ops_table:null,mount(mount){return MEMFS.createNode(null,"/",16384|511,0)},createNode(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(63)}MEMFS.ops_table||={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,allocate:MEMFS.stream_ops.allocate,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}};var node=FS.createNode(parent,name,mode,dev);if(FS.isDir(node.mode)){node.node_ops=MEMFS.ops_table.dir.node;node.stream_ops=MEMFS.ops_table.dir.stream;node.contents={}}else if(FS.isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.stream;node.usedBytes=0;node.contents=null}else if(FS.isLink(node.mode)){node.node_ops=MEMFS.ops_table.link.node;node.stream_ops=MEMFS.ops_table.link.stream}else if(FS.isChrdev(node.mode)){node.node_ops=MEMFS.ops_table.chrdev.node;node.stream_ops=MEMFS.ops_table.chrdev.stream}node.timestamp=Date.now();if(parent){parent.contents[name]=node;parent.timestamp=node.timestamp}return node},getFileDataAsTypedArray(node){if(!node.contents)return new Uint8Array(0);if(node.contents.subarray)return node.contents.subarray(0,node.usedBytes);return new Uint8Array(node.contents)},expandFileStorage(node,newCapacity){var prevCapacity=node.contents?node.contents.length:0;if(prevCapacity>=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity>>0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0)},resizeFileStorage(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0}else{var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize}},node_ops:{getattr(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.timestamp);attr.mtime=new Date(node.timestamp);attr.ctime=new Date(node.timestamp);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr},setattr(node,attr){if(attr.mode!==undefined){node.mode=attr.mode}if(attr.timestamp!==undefined){node.timestamp=attr.timestamp}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}},lookup(parent,name){throw FS.genericErrors[44]},mknod(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)},rename(old_node,new_dir,new_name){if(FS.isDir(old_node.mode)){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){for(var i in new_node.contents){throw new FS.ErrnoError(55)}}}delete old_node.parent.contents[old_node.name];old_node.parent.timestamp=Date.now();old_node.name=new_name;new_dir.contents[new_name]=old_node;new_dir.timestamp=old_node.parent.timestamp;old_node.parent=new_dir},unlink(parent,name){delete parent.contents[name];parent.timestamp=Date.now()},rmdir(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(55)}delete parent.contents[name];parent.timestamp=Date.now()},readdir(node){var entries=[".",".."];for(var key of Object.keys(node.contents)){entries.push(key)}return entries},symlink(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node},readlink(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(28)}return node.link}},stream_ops:{read(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i0||position+length{var dep=!noRunDep?getUniqueRunDependency(`al ${url}`):"";readAsync(url,arrayBuffer=>{onload(new Uint8Array(arrayBuffer));if(dep)removeRunDependency(dep)},event=>{if(onerror){onerror()}else{throw`Loading data file "${url}" failed.`}});if(dep)addRunDependency(dep)};var FS_createDataFile=(parent,name,fileData,canRead,canWrite,canOwn)=>{FS.createDataFile(parent,name,fileData,canRead,canWrite,canOwn)};var preloadPlugins=Module["preloadPlugins"]||[];var FS_handledByPreloadPlugin=(byteArray,fullname,finish,onerror)=>{if(typeof Browser!="undefined")Browser.init();var handled=false;preloadPlugins.forEach(plugin=>{if(handled)return;if(plugin["canHandle"](fullname)){plugin["handle"](byteArray,fullname,finish,onerror);handled=true}});return handled};var FS_createPreloadedFile=(parent,name,url,canRead,canWrite,onload,onerror,dontCreateFile,canOwn,preFinish)=>{var fullname=name?PATH_FS.resolve(PATH.join2(parent,name)):parent;var dep=getUniqueRunDependency(`cp ${fullname}`);function processData(byteArray){function finish(byteArray){preFinish?.();if(!dontCreateFile){FS_createDataFile(parent,name,byteArray,canRead,canWrite,canOwn)}onload?.();removeRunDependency(dep)}if(FS_handledByPreloadPlugin(byteArray,fullname,finish,()=>{onerror?.();removeRunDependency(dep)})){return}finish(byteArray)}addRunDependency(dep);if(typeof url=="string"){asyncLoad(url,processData,onerror)}else{processData(url)}};var FS_modeStringToFlags=str=>{var flagModes={"r":0,"r+":2,"w":512|64|1,"w+":512|64|2,"a":1024|64|1,"a+":1024|64|2};var flags=flagModes[str];if(typeof flags=="undefined"){throw new Error(`Unknown file open mode: ${str}`)}return flags};var FS_getMode=(canRead,canWrite)=>{var mode=0;if(canRead)mode|=292|73;if(canWrite)mode|=146;return mode};var FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,ErrnoError:class{constructor(errno){this.name="ErrnoError";this.errno=errno}},genericErrors:{},filesystems:null,syncFSRequests:0,FSStream:class{constructor(){this.shared={}}get object(){return this.node}set object(val){this.node=val}get isRead(){return(this.flags&2097155)!==1}get isWrite(){return(this.flags&2097155)!==0}get isAppend(){return this.flags&1024}get flags(){return this.shared.flags}set flags(val){this.shared.flags=val}get position(){return this.shared.position}set position(val){this.shared.position=val}},FSNode:class{constructor(parent,name,mode,rdev){if(!parent){parent=this}this.parent=parent;this.mount=parent.mount;this.mounted=null;this.id=FS.nextInode++;this.name=name;this.mode=mode;this.node_ops={};this.stream_ops={};this.rdev=rdev;this.readMode=292|73;this.writeMode=146}get read(){return(this.mode&this.readMode)===this.readMode}set read(val){val?this.mode|=this.readMode:this.mode&=~this.readMode}get write(){return(this.mode&this.writeMode)===this.writeMode}set write(val){val?this.mode|=this.writeMode:this.mode&=~this.writeMode}get isFolder(){return FS.isDir(this.mode)}get isDevice(){return FS.isChrdev(this.mode)}},lookupPath(path,opts={}){path=PATH_FS.resolve(path);if(!path)return{path:"",node:null};var defaults={follow_mount:true,recurse_count:0};opts=Object.assign(defaults,opts);if(opts.recurse_count>8){throw new FS.ErrnoError(32)}var parts=path.split("/").filter(p=>!!p);var current=FS.root;var current_path="/";for(var i=0;i40){throw new FS.ErrnoError(32)}}}}return{path:current_path,node:current}},getPath(node){var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?`${mount}/${path}`:mount+path}path=path?`${node.name}/${path}`:node.name;node=node.parent}},hashName(parentid,name){var hash=0;for(var i=0;i>>0)%FS.nameTable.length},hashAddNode(node){var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode(node){var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}},lookupNode(parent,name){var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)},createNode(parent,name,mode,rdev){var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode(node){FS.hashRemoveNode(node)},isRoot(node){return node===node.parent},isMountpoint(node){return!!node.mounted},isFile(mode){return(mode&61440)===32768},isDir(mode){return(mode&61440)===16384},isLink(mode){return(mode&61440)===40960},isChrdev(mode){return(mode&61440)===8192},isBlkdev(mode){return(mode&61440)===24576},isFIFO(mode){return(mode&61440)===4096},isSocket(mode){return(mode&49152)===49152},flagsToPermissionString(flag){var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions(node,perms){if(FS.ignorePermissions){return 0}if(perms.includes("r")&&!(node.mode&292)){return 2}else if(perms.includes("w")&&!(node.mode&146)){return 2}else if(perms.includes("x")&&!(node.mode&73)){return 2}return 0},mayLookup(dir){if(!FS.isDir(dir.mode))return 54;var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate(dir,name){try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete(dir,name,isdir){var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen(node,flags){if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},MAX_OPEN_FDS:4096,nextfd(){for(var fd=0;fd<=FS.MAX_OPEN_FDS;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(33)},getStreamChecked(fd){var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}return stream},getStream:fd=>FS.streams[fd],createStream(stream,fd=-1){stream=Object.assign(new FS.FSStream,stream);if(fd==-1){fd=FS.nextfd()}stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream(fd){FS.streams[fd]=null},dupStream(origStream,fd=-1){var stream=FS.createStream(origStream,fd);stream.stream_ops?.dup?.(stream);return stream},chrdev_stream_ops:{open(stream){var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;stream.stream_ops.open?.(stream)},llseek(){throw new FS.ErrnoError(70)}},major:dev=>dev>>8,minor:dev=>dev&255,makedev:(ma,mi)=>ma<<8|mi,registerDevice(dev,ops){FS.devices[dev]={stream_ops:ops}},getDevice:dev=>FS.devices[dev],getMounts(mount){var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push(...m.mounts)}return mounts},syncfs(populate,callback){if(typeof populate=="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err(`warning: ${FS.syncFSRequests} FS.syncfs operations in flight at once, probably just doing extra work`)}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(mount=>{if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount(type,opts,mountpoint){var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}var mount={type:type,opts:opts,mountpoint:mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot},unmount(mountpoint){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(hash=>{var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.includes(current.mount)){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup(parent,name){return parent.node_ops.lookup(parent,name)},mknod(path,mode,dev){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name||name==="."||name===".."){throw new FS.ErrnoError(28)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},create(path,mode){mode=mode!==undefined?mode:438;mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir(path,mode){mode=mode!==undefined?mode:511;mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree(path,mode){var dirs=path.split("/");var d="";for(var i=0;iFS.currentPath,chdir(path){var lookup=FS.lookupPath(path,{follow:true});if(lookup.node===null){throw new FS.ErrnoError(44)}if(!FS.isDir(lookup.node.mode)){throw new FS.ErrnoError(54)}var errCode=FS.nodePermissions(lookup.node,"x");if(errCode){throw new FS.ErrnoError(errCode)}FS.currentPath=lookup.path},createDefaultDirectories(){FS.mkdir("/tmp");FS.mkdir("/home");FS.mkdir("/home/web_user")},createDefaultDevices(){FS.mkdir("/dev");FS.registerDevice(FS.makedev(1,3),{read:()=>0,write:(stream,buffer,offset,length,pos)=>length});FS.mkdev("/dev/null",FS.makedev(1,3));TTY.register(FS.makedev(5,0),TTY.default_tty_ops);TTY.register(FS.makedev(6,0),TTY.default_tty1_ops);FS.mkdev("/dev/tty",FS.makedev(5,0));FS.mkdev("/dev/tty1",FS.makedev(6,0));var randomBuffer=new Uint8Array(1024),randomLeft=0;var randomByte=()=>{if(randomLeft===0){randomLeft=randomFill(randomBuffer).byteLength}return randomBuffer[--randomLeft]};FS.createDevice("/dev","random",randomByte);FS.createDevice("/dev","urandom",randomByte);FS.mkdir("/dev/shm");FS.mkdir("/dev/shm/tmp")},createSpecialDirectories(){FS.mkdir("/proc");var proc_self=FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd");FS.mount({mount(){var node=FS.createNode(proc_self,"fd",16384|511,73);node.node_ops={lookup(parent,name){var fd=+name;var stream=FS.getStreamChecked(fd);var ret={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:()=>stream.path}};ret.parent=ret;return ret}};return node}},{},"/proc/self/fd")},createStandardStreams(){if(Module["stdin"]){FS.createDevice("/dev","stdin",Module["stdin"])}else{FS.symlink("/dev/tty","/dev/stdin")}if(Module["stdout"]){FS.createDevice("/dev","stdout",null,Module["stdout"])}else{FS.symlink("/dev/tty","/dev/stdout")}if(Module["stderr"]){FS.createDevice("/dev","stderr",null,Module["stderr"])}else{FS.symlink("/dev/tty1","/dev/stderr")}var stdin=FS.open("/dev/stdin",0);var stdout=FS.open("/dev/stdout",1);var stderr=FS.open("/dev/stderr",1)},staticInit(){[44].forEach(code=>{FS.genericErrors[code]=new FS.ErrnoError(code);FS.genericErrors[code].stack=""});FS.nameTable=new Array(4096);FS.mount(MEMFS,{},"/");FS.createDefaultDirectories();FS.createDefaultDevices();FS.createSpecialDirectories();FS.filesystems={"MEMFS":MEMFS}},init(input,output,error){FS.init.initialized=true;Module["stdin"]=input||Module["stdin"];Module["stdout"]=output||Module["stdout"];Module["stderr"]=error||Module["stderr"];FS.createStandardStreams()},quit(){FS.init.initialized=false;_fflush(0);for(var i=0;ithis.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]}setDataGetter(getter){this.getter=getter}cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=(from,to)=>{if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}return intArrayFromString(xhr.responseText||"",true)};var lazyArray=this;lazyArray.setDataGetter(chunkNum=>{var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]=="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]=="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]});if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;out("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true}get length(){if(!this.lengthKnown){this.cacheLength()}return this._length}get chunkSize(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize}}if(typeof XMLHttpRequest!="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url:url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach(key=>{var fn=node.stream_ops[key];stream_ops[key]=(...args)=>{FS.forceLoadFile(node);return fn(...args)}});function writeChunks(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i{FS.forceLoadFile(node);return writeChunks(stream,buffer,offset,length,position)};stream_ops.mmap=(stream,length,position,prot,flags)=>{FS.forceLoadFile(node);var ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}writeChunks(stream,HEAP8,ptr,length,position);return{ptr:ptr,allocated:true}};node.stream_ops=stream_ops;return node}};var SYSCALLS={DEFAULT_POLLMASK:5,calculateAt(dirfd,path,allowEmpty){if(PATH.isAbs(path)){return path}var dir;if(dirfd===-100){dir=FS.cwd()}else{var dirstream=SYSCALLS.getStreamFromFD(dirfd);dir=dirstream.path}if(path.length==0){if(!allowEmpty){throw new FS.ErrnoError(44)}return dir}return PATH.join2(dir,path)},doStat(func,path,buf){var stat=func(path);HEAP32[buf>>2]=stat.dev;HEAP32[buf+4>>2]=stat.mode;HEAPU32[buf+8>>2]=stat.nlink;HEAP32[buf+12>>2]=stat.uid;HEAP32[buf+16>>2]=stat.gid;HEAP32[buf+20>>2]=stat.rdev;HEAP64[buf+24>>3]=BigInt(stat.size);HEAP32[buf+32>>2]=4096;HEAP32[buf+36>>2]=stat.blocks;var atime=stat.atime.getTime();var mtime=stat.mtime.getTime();var ctime=stat.ctime.getTime();HEAP64[buf+40>>3]=BigInt(Math.floor(atime/1e3));HEAPU32[buf+48>>2]=atime%1e3*1e3;HEAP64[buf+56>>3]=BigInt(Math.floor(mtime/1e3));HEAPU32[buf+64>>2]=mtime%1e3*1e3;HEAP64[buf+72>>3]=BigInt(Math.floor(ctime/1e3));HEAPU32[buf+80>>2]=ctime%1e3*1e3;HEAP64[buf+88>>3]=BigInt(stat.ino);return 0},doMsync(addr,stream,len,flags,offset){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}if(flags&2){return 0}var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},varargs:undefined,get(){var ret=HEAP32[+SYSCALLS.varargs>>2];SYSCALLS.varargs+=4;return ret},getp(){return SYSCALLS.get()},getStr(ptr){var ret=UTF8ToString(ptr);return ret},getStreamFromFD(fd){var stream=FS.getStreamChecked(fd);return stream}};function ___syscall_faccessat(dirfd,path,amode,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(amode&~7){return-28}var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node){return-44}var perms="";if(amode&4)perms+="r";if(amode&2)perms+="w";if(amode&1)perms+="x";if(perms&&FS.nodePermissions(node,perms)){return-2}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}var ___syscall_fadvise64=(fd,offset,len,advice)=>0;function ___syscall_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(cmd){case 0:{var arg=SYSCALLS.get();if(arg<0){return-28}while(FS.streams[arg]){arg++}var newStream;newStream=FS.dupStream(stream,arg);return newStream.fd}case 1:case 2:return 0;case 3:return stream.flags;case 4:{var arg=SYSCALLS.get();stream.flags|=arg;return 0}case 12:{var arg=SYSCALLS.getp();var offset=0;HEAP16[arg+offset>>1]=2;return 0}case 13:case 14:return 0}return-28}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_fstat64(fd,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return SYSCALLS.doStat(FS.stat,stream.path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_statfs64(path,size,buf){try{path=SYSCALLS.getStr(path);HEAP32[buf+4>>2]=4096;HEAP32[buf+40>>2]=4096;HEAP32[buf+8>>2]=1e6;HEAP32[buf+12>>2]=5e5;HEAP32[buf+16>>2]=5e5;HEAP32[buf+20>>2]=FS.nextInode;HEAP32[buf+24>>2]=1e6;HEAP32[buf+28>>2]=42;HEAP32[buf+44>>2]=2;HEAP32[buf+36>>2]=255;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_fstatfs64(fd,size,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return ___syscall_statfs64(0,size,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}var MAX_INT53=9007199254740992;var MIN_INT53=-9007199254740992;var bigintToI53Checked=num=>numMAX_INT53?NaN:Number(num);function ___syscall_ftruncate64(fd,length){length=bigintToI53Checked(length);try{if(isNaN(length))return 61;FS.ftruncate(fd,length);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}var stringToUTF8=(str,outPtr,maxBytesToWrite)=>stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite);function ___syscall_getcwd(buf,size){try{if(size===0)return-28;var cwd=FS.cwd();var cwdLengthInBytes=lengthBytesUTF8(cwd)+1;if(size>3]=BigInt(id);HEAP64[dirp+pos+8>>3]=BigInt((idx+1)*struct_size);HEAP16[dirp+pos+16>>1]=280;HEAP8[dirp+pos+18]=type;stringToUTF8(name,dirp+pos+19,256);pos+=struct_size;idx+=1}FS.llseek(stream,idx*struct_size,0);return pos}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(op){case 21509:{if(!stream.tty)return-59;return 0}case 21505:{if(!stream.tty)return-59;if(stream.tty.ops.ioctl_tcgets){var termios=stream.tty.ops.ioctl_tcgets(stream);var argp=SYSCALLS.getp();HEAP32[argp>>2]=termios.c_iflag||0;HEAP32[argp+4>>2]=termios.c_oflag||0;HEAP32[argp+8>>2]=termios.c_cflag||0;HEAP32[argp+12>>2]=termios.c_lflag||0;for(var i=0;i<32;i++){HEAP8[argp+i+17]=termios.c_cc[i]||0}return 0}return 0}case 21510:case 21511:case 21512:{if(!stream.tty)return-59;return 0}case 21506:case 21507:case 21508:{if(!stream.tty)return-59;if(stream.tty.ops.ioctl_tcsets){var argp=SYSCALLS.getp();var c_iflag=HEAP32[argp>>2];var c_oflag=HEAP32[argp+4>>2];var c_cflag=HEAP32[argp+8>>2];var c_lflag=HEAP32[argp+12>>2];var c_cc=[];for(var i=0;i<32;i++){c_cc.push(HEAP8[argp+i+17])}return stream.tty.ops.ioctl_tcsets(stream.tty,op,{c_iflag:c_iflag,c_oflag:c_oflag,c_cflag:c_cflag,c_lflag:c_lflag,c_cc:c_cc})}return 0}case 21519:{if(!stream.tty)return-59;var argp=SYSCALLS.getp();HEAP32[argp>>2]=0;return 0}case 21520:{if(!stream.tty)return-59;return-28}case 21531:{var argp=SYSCALLS.getp();return FS.ioctl(stream,op,argp)}case 21523:{if(!stream.tty)return-59;if(stream.tty.ops.ioctl_tiocgwinsz){var winsize=stream.tty.ops.ioctl_tiocgwinsz(stream.tty);var argp=SYSCALLS.getp();HEAP16[argp>>1]=winsize[0];HEAP16[argp+2>>1]=winsize[1]}return 0}case 21524:{if(!stream.tty)return-59;return 0}case 21515:{if(!stream.tty)return-59;return 0}default:return-28}}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_lstat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.lstat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_newfstatat(dirfd,path,buf,flags){try{path=SYSCALLS.getStr(path);var nofollow=flags&256;var allowEmpty=flags&4096;flags=flags&~6400;path=SYSCALLS.calculateAt(dirfd,path,allowEmpty);return SYSCALLS.doStat(nofollow?FS.lstat:FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_openat(dirfd,path,flags,varargs){SYSCALLS.varargs=varargs;try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);var mode=varargs?SYSCALLS.get():0;return FS.open(path,flags,mode).fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_readlinkat(dirfd,path,buf,bufsize){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(bufsize<=0)return-28;var ret=FS.readlink(path);var len=Math.min(bufsize,lengthBytesUTF8(ret));var endChar=HEAP8[buf+len];stringToUTF8(ret,buf,bufsize+1);HEAP8[buf+len]=endChar;return len}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_stat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_unlinkat(dirfd,path,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(flags===0){FS.unlink(path)}else if(flags===512){FS.rmdir(path)}else{abort("Invalid flags passed to unlinkat")}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}var nowIsMonotonic=1;var __emscripten_get_now_is_monotonic=()=>nowIsMonotonic;var isLeapYear=year=>year%4===0&&(year%100!==0||year%400===0);var MONTH_DAYS_LEAP_CUMULATIVE=[0,31,60,91,121,152,182,213,244,274,305,335];var MONTH_DAYS_REGULAR_CUMULATIVE=[0,31,59,90,120,151,181,212,243,273,304,334];var ydayFromDate=date=>{var leap=isLeapYear(date.getFullYear());var monthDaysCumulative=leap?MONTH_DAYS_LEAP_CUMULATIVE:MONTH_DAYS_REGULAR_CUMULATIVE;var yday=monthDaysCumulative[date.getMonth()]+date.getDate()-1;return yday};function __localtime_js(time,tmPtr){time=bigintToI53Checked(time);var date=new Date(time*1e3);HEAP32[tmPtr>>2]=date.getSeconds();HEAP32[tmPtr+4>>2]=date.getMinutes();HEAP32[tmPtr+8>>2]=date.getHours();HEAP32[tmPtr+12>>2]=date.getDate();HEAP32[tmPtr+16>>2]=date.getMonth();HEAP32[tmPtr+20>>2]=date.getFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getDay();var yday=ydayFromDate(date)|0;HEAP32[tmPtr+28>>2]=yday;HEAP32[tmPtr+36>>2]=-(date.getTimezoneOffset()*60);var start=new Date(date.getFullYear(),0,1);var summerOffset=new Date(date.getFullYear(),6,1).getTimezoneOffset();var winterOffset=start.getTimezoneOffset();var dst=(summerOffset!=winterOffset&&date.getTimezoneOffset()==Math.min(winterOffset,summerOffset))|0;HEAP32[tmPtr+32>>2]=dst}function __mmap_js(len,prot,flags,fd,offset,allocated,addr){offset=bigintToI53Checked(offset);try{if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);var res=FS.mmap(stream,len,offset,prot,flags);var ptr=res.ptr;HEAP32[allocated>>2]=res.allocated;HEAPU32[addr>>2]=ptr;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function __munmap_js(addr,len,prot,flags,fd,offset){offset=bigintToI53Checked(offset);try{var stream=SYSCALLS.getStreamFromFD(fd);if(prot&2){SYSCALLS.doMsync(addr,stream,len,flags,offset)}}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}var __tzset_js=(timezone,daylight,std_name,dst_name)=>{var currentYear=(new Date).getFullYear();var winter=new Date(currentYear,0,1);var summer=new Date(currentYear,6,1);var winterOffset=winter.getTimezoneOffset();var summerOffset=summer.getTimezoneOffset();var stdTimezoneOffset=Math.max(winterOffset,summerOffset);HEAPU32[timezone>>2]=stdTimezoneOffset*60;HEAP32[daylight>>2]=Number(winterOffset!=summerOffset);function extractZone(date){var match=date.toTimeString().match(/\(([A-Za-z ]+)\)$/);return match?match[1]:"GMT"}var winterName=extractZone(winter);var summerName=extractZone(summer);if(summerOffset{abort("")};var _emscripten_date_now=()=>Date.now();var runtimeKeepaliveCounter=0;var keepRuntimeAlive=()=>noExitRuntime||runtimeKeepaliveCounter>0;var _proc_exit=code=>{EXITSTATUS=code;if(!keepRuntimeAlive()){Module["onExit"]?.(code);ABORT=true}quit_(code,new ExitStatus(code))};var exitJS=(status,implicit)=>{EXITSTATUS=status;if(!keepRuntimeAlive()){exitRuntime()}_proc_exit(status)};var _exit=exitJS;var __emscripten_runtime_keepalive_clear=()=>{noExitRuntime=false;runtimeKeepaliveCounter=0};var _emscripten_force_exit=status=>{__emscripten_runtime_keepalive_clear();_exit(status)};Module["_emscripten_force_exit"]=_emscripten_force_exit;var getHeapMax=()=>2147483648;var _emscripten_get_heap_max=()=>getHeapMax();var _emscripten_get_now;_emscripten_get_now=()=>performance.now();var _emscripten_get_now_res=()=>{if(ENVIRONMENT_IS_NODE){return 1}return 1e3};var growMemory=size=>{var b=wasmMemory.buffer;var pages=(size-b.byteLength+65535)/65536;try{wasmMemory.grow(pages);updateMemoryViews();return 1}catch(e){}};var _emscripten_resize_heap=requestedSize=>{var oldSize=HEAPU8.length;requestedSize>>>=0;var maxHeapSize=getHeapMax();if(requestedSize>maxHeapSize){return false}var alignUp=(x,multiple)=>x+(multiple-x%multiple)%multiple;for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignUp(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=growMemory(newSize);if(replacement){return true}}return false};var ENV={};var getExecutableName=()=>thisProgram||"./this.program";var getEnvStrings=()=>{if(!getEnvStrings.strings){var lang=(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={"USER":"web_user","LOGNAME":"web_user","PATH":"/","PWD":"/","HOME":"/home/web_user","LANG":lang,"_":getExecutableName()};for(var x in ENV){if(ENV[x]===undefined)delete env[x];else env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(`${x}=${env[x]}`)}getEnvStrings.strings=strings}return getEnvStrings.strings};var stringToAscii=(str,buffer)=>{for(var i=0;i{var bufSize=0;getEnvStrings().forEach((string,i)=>{var ptr=environ_buf+bufSize;HEAPU32[__environ+i*4>>2]=ptr;stringToAscii(string,ptr);bufSize+=string.length+1});return 0};var _environ_sizes_get=(penviron_count,penviron_buf_size)=>{var strings=getEnvStrings();HEAPU32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(string=>bufSize+=string.length+1);HEAPU32[penviron_buf_size>>2]=bufSize;return 0};function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}var doReadv=(stream,iov,iovcnt,offset)=>{var ret=0;for(var i=0;i>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_read(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doReadv(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_seek(fd,offset,whence,newOffset){offset=bigintToI53Checked(offset);try{if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);FS.llseek(stream,offset,whence);HEAP64[newOffset>>3]=BigInt(stream.position);if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}var doWritev=(stream,iov,iovcnt,offset)=>{var ret=0;for(var i=0;i>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(typeof offset!=="undefined"){offset+=curr}}return ret};function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doWritev(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}var DOTNET={setup:function setup(emscriptenBuildOptions){const modulePThread={};const ENVIRONMENT_IS_PTHREAD=false;const dotnet_replacements={fetch:globalThis.fetch,ENVIRONMENT_IS_WORKER:ENVIRONMENT_IS_WORKER,require:require,modulePThread:modulePThread,scriptDirectory:scriptDirectory};ENVIRONMENT_IS_WORKER=dotnet_replacements.ENVIRONMENT_IS_WORKER;Module.__dotnet_runtime.initializeReplacements(dotnet_replacements);noExitRuntime=dotnet_replacements.noExitRuntime;fetch=dotnet_replacements.fetch;require=dotnet_replacements.require;_scriptDir=__dirname=scriptDirectory=dotnet_replacements.scriptDirectory;Module.__dotnet_runtime.passEmscriptenInternals({isPThread:ENVIRONMENT_IS_PTHREAD,quit_:quit_,ExitStatus:ExitStatus,updateMemoryViews:updateMemoryViews,getMemory:()=>wasmMemory,getWasmIndirectFunctionTable:()=>wasmTable},emscriptenBuildOptions);Module.__dotnet_runtime.configureEmscriptenStartup(Module)}};function _mono_interp_flush_jitcall_queue(){return{runtime_idx:12}}function _mono_interp_invoke_wasm_jit_call_trampoline(){return{runtime_idx:11}}function _mono_interp_jit_wasm_entry_trampoline(){return{runtime_idx:9}}function _mono_interp_jit_wasm_jit_call_trampoline(){return{runtime_idx:10}}function _mono_interp_record_interp_entry(){return{runtime_idx:8}}function _mono_interp_tier_prepare_jiterpreter(){return{runtime_idx:7}}function _mono_jiterp_free_method_data_js(){return{runtime_idx:13}}function _mono_wasm_bind_js_import_ST(){return{runtime_idx:22}}function _mono_wasm_browser_entropy(){return{runtime_idx:19}}function _mono_wasm_cancel_promise(){return{runtime_idx:26}}function _mono_wasm_change_case(){return{runtime_idx:27}}function _mono_wasm_compare_string(){return{runtime_idx:28}}function _mono_wasm_console_clear(){return{runtime_idx:20}}function _mono_wasm_ends_with(){return{runtime_idx:30}}function _mono_wasm_get_calendar_info(){return{runtime_idx:32}}function _mono_wasm_get_culture_info(){return{runtime_idx:33}}function _mono_wasm_get_first_day_of_week(){return{runtime_idx:34}}function _mono_wasm_get_first_week_of_year(){return{runtime_idx:35}}function _mono_wasm_get_locale_info(){return{runtime_idx:36}}function _mono_wasm_index_of(){return{runtime_idx:31}}function _mono_wasm_invoke_js_function(){return{runtime_idx:23}}function _mono_wasm_invoke_jsimport_ST(){return{runtime_idx:24}}function _mono_wasm_release_cs_owned_object(){return{runtime_idx:21}}function _mono_wasm_resolve_or_reject_promise(){return{runtime_idx:25}}function _mono_wasm_schedule_timer(){return{runtime_idx:0}}function _mono_wasm_set_entrypoint_breakpoint(){return{runtime_idx:17}}function _mono_wasm_starts_with(){return{runtime_idx:29}}function _mono_wasm_trace_logger(){return{runtime_idx:16}}function _schedule_background_exec(){return{runtime_idx:6}}var arraySum=(array,index)=>{var sum=0;for(var i=0;i<=index;sum+=array[i++]){}return sum};var MONTH_DAYS_LEAP=[31,29,31,30,31,30,31,31,30,31,30,31];var MONTH_DAYS_REGULAR=[31,28,31,30,31,30,31,31,30,31,30,31];var addDays=(date,days)=>{var newDate=new Date(date.getTime());while(days>0){var leap=isLeapYear(newDate.getFullYear());var currentMonth=newDate.getMonth();var daysInCurrentMonth=(leap?MONTH_DAYS_LEAP:MONTH_DAYS_REGULAR)[currentMonth];if(days>daysInCurrentMonth-newDate.getDate()){days-=daysInCurrentMonth-newDate.getDate()+1;newDate.setDate(1);if(currentMonth<11){newDate.setMonth(currentMonth+1)}else{newDate.setMonth(0);newDate.setFullYear(newDate.getFullYear()+1)}}else{newDate.setDate(newDate.getDate()+days);return newDate}}return newDate};var writeArrayToMemory=(array,buffer)=>{HEAP8.set(array,buffer)};var _strftime=(s,maxsize,format,tm)=>{var tm_zone=HEAPU32[tm+40>>2];var date={tm_sec:HEAP32[tm>>2],tm_min:HEAP32[tm+4>>2],tm_hour:HEAP32[tm+8>>2],tm_mday:HEAP32[tm+12>>2],tm_mon:HEAP32[tm+16>>2],tm_year:HEAP32[tm+20>>2],tm_wday:HEAP32[tm+24>>2],tm_yday:HEAP32[tm+28>>2],tm_isdst:HEAP32[tm+32>>2],tm_gmtoff:HEAP32[tm+36>>2],tm_zone:tm_zone?UTF8ToString(tm_zone):""};var pattern=UTF8ToString(format);var EXPANSION_RULES_1={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var rule in EXPANSION_RULES_1){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_1[rule])}var WEEKDAYS=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];var MONTHS=["January","February","March","April","May","June","July","August","September","October","November","December"];function leadingSomething(value,digits,character){var str=typeof value=="number"?value.toString():value||"";while(str.length0?1:0}var compare;if((compare=sgn(date1.getFullYear()-date2.getFullYear()))===0){if((compare=sgn(date1.getMonth()-date2.getMonth()))===0){compare=sgn(date1.getDate()-date2.getDate())}}return compare}function getFirstWeekStartDate(janFourth){switch(janFourth.getDay()){case 0:return new Date(janFourth.getFullYear()-1,11,29);case 1:return janFourth;case 2:return new Date(janFourth.getFullYear(),0,3);case 3:return new Date(janFourth.getFullYear(),0,2);case 4:return new Date(janFourth.getFullYear(),0,1);case 5:return new Date(janFourth.getFullYear()-1,11,31);case 6:return new Date(janFourth.getFullYear()-1,11,30)}}function getWeekBasedYear(date){var thisDate=addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);var janFourthThisYear=new Date(thisDate.getFullYear(),0,4);var janFourthNextYear=new Date(thisDate.getFullYear()+1,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);if(compareByDay(firstWeekStartThisYear,thisDate)<=0){if(compareByDay(firstWeekStartNextYear,thisDate)<=0){return thisDate.getFullYear()+1}return thisDate.getFullYear()}return thisDate.getFullYear()-1}var EXPANSION_RULES_2={"%a":date=>WEEKDAYS[date.tm_wday].substring(0,3),"%A":date=>WEEKDAYS[date.tm_wday],"%b":date=>MONTHS[date.tm_mon].substring(0,3),"%B":date=>MONTHS[date.tm_mon],"%C":date=>{var year=date.tm_year+1900;return leadingNulls(year/100|0,2)},"%d":date=>leadingNulls(date.tm_mday,2),"%e":date=>leadingSomething(date.tm_mday,2," "),"%g":date=>getWeekBasedYear(date).toString().substring(2),"%G":getWeekBasedYear,"%H":date=>leadingNulls(date.tm_hour,2),"%I":date=>{var twelveHour=date.tm_hour;if(twelveHour==0)twelveHour=12;else if(twelveHour>12)twelveHour-=12;return leadingNulls(twelveHour,2)},"%j":date=>leadingNulls(date.tm_mday+arraySum(isLeapYear(date.tm_year+1900)?MONTH_DAYS_LEAP:MONTH_DAYS_REGULAR,date.tm_mon-1),3),"%m":date=>leadingNulls(date.tm_mon+1,2),"%M":date=>leadingNulls(date.tm_min,2),"%n":()=>"\n","%p":date=>{if(date.tm_hour>=0&&date.tm_hour<12){return"AM"}return"PM"},"%S":date=>leadingNulls(date.tm_sec,2),"%t":()=>"\t","%u":date=>date.tm_wday||7,"%U":date=>{var days=date.tm_yday+7-date.tm_wday;return leadingNulls(Math.floor(days/7),2)},"%V":date=>{var val=Math.floor((date.tm_yday+7-(date.tm_wday+6)%7)/7);if((date.tm_wday+371-date.tm_yday-2)%7<=2){val++}if(!val){val=52;var dec31=(date.tm_wday+7-date.tm_yday-1)%7;if(dec31==4||dec31==5&&isLeapYear(date.tm_year%400-1)){val++}}else if(val==53){var jan1=(date.tm_wday+371-date.tm_yday)%7;if(jan1!=4&&(jan1!=3||!isLeapYear(date.tm_year)))val=1}return leadingNulls(val,2)},"%w":date=>date.tm_wday,"%W":date=>{var days=date.tm_yday+7-(date.tm_wday+6)%7;return leadingNulls(Math.floor(days/7),2)},"%y":date=>(date.tm_year+1900).toString().substring(2),"%Y":date=>date.tm_year+1900,"%z":date=>{var off=date.tm_gmtoff;var ahead=off>=0;off=Math.abs(off)/60;off=off/60*100+off%60;return(ahead?"+":"-")+String("0000"+off).slice(-4)},"%Z":date=>date.tm_zone,"%%":()=>"%"};pattern=pattern.replace(/%%/g,"\0\0");for(var rule in EXPANSION_RULES_2){if(pattern.includes(rule)){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}pattern=pattern.replace(/\0\0/g,"%");var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1};var getCFunc=ident=>{var func=Module["_"+ident];return func};var stringToUTF8OnStack=str=>{var size=lengthBytesUTF8(str)+1;var ret=stackAlloc(size);stringToUTF8(str,ret,size);return ret};var ccall=(ident,returnType,argTypes,args,opts)=>{var toC={"string":str=>{var ret=0;if(str!==null&&str!==undefined&&str!==0){ret=stringToUTF8OnStack(str)}return ret},"array":arr=>{var ret=stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}};function convertReturnValue(ret){if(returnType==="string"){return UTF8ToString(ret)}if(returnType==="boolean")return Boolean(ret);return ret}var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i{var numericArgs=!argTypes||argTypes.every(type=>type==="number"||type==="boolean");var numericRet=returnType!=="string";if(numericRet&&numericArgs&&!opts){return getCFunc(ident)}return(...args)=>ccall(ident,returnType,argTypes,args,opts)};var uleb128Encode=(n,target)=>{if(n<128){target.push(n)}else{target.push(n%128|128,n>>7)}};var sigToWasmTypes=sig=>{var typeNames={"i":"i32","j":"i64","f":"f32","d":"f64","e":"externref","p":"i32"};var type={parameters:[],results:sig[0]=="v"?[]:[typeNames[sig[0]]]};for(var i=1;i{var sigRet=sig.slice(0,1);var sigParam=sig.slice(1);var typeCodes={"i":127,"p":127,"j":126,"f":125,"d":124,"e":111};target.push(96);uleb128Encode(sigParam.length,target);for(var i=0;i{if(typeof WebAssembly.Function=="function"){return new WebAssembly.Function(sigToWasmTypes(sig),func)}var typeSectionBody=[1];generateFuncType(sig,typeSectionBody);var bytes=[0,97,115,109,1,0,0,0,1];uleb128Encode(typeSectionBody.length,bytes);bytes.push(...typeSectionBody);bytes.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);var module=new WebAssembly.Module(new Uint8Array(bytes));var instance=new WebAssembly.Instance(module,{"e":{"f":func}});var wrappedFunc=instance.exports["f"];return wrappedFunc};var wasmTableMirror=[];var wasmTable;var getWasmTableEntry=funcPtr=>{var func=wasmTableMirror[funcPtr];if(!func){if(funcPtr>=wasmTableMirror.length)wasmTableMirror.length=funcPtr+1;wasmTableMirror[funcPtr]=func=wasmTable.get(funcPtr)}return func};var updateTableMap=(offset,count)=>{if(functionsInTableMap){for(var i=offset;i{if(!functionsInTableMap){functionsInTableMap=new WeakMap;updateTableMap(0,wasmTable.length)}return functionsInTableMap.get(func)||0};var freeTableIndexes=[];var getEmptyTableSlot=()=>{if(freeTableIndexes.length){return freeTableIndexes.pop()}try{wasmTable.grow(1)}catch(err){if(!(err instanceof RangeError)){throw err}throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH."}return wasmTable.length-1};var setWasmTableEntry=(idx,func)=>{wasmTable.set(idx,func);wasmTableMirror[idx]=wasmTable.get(idx)};var addFunction=(func,sig)=>{var rtn=getFunctionAddress(func);if(rtn){return rtn}var ret=getEmptyTableSlot();try{setWasmTableEntry(ret,func)}catch(err){if(!(err instanceof TypeError)){throw err}var wrapped=convertJsFunctionToWasm(func,sig);setWasmTableEntry(ret,wrapped)}functionsInTableMap.set(func,ret);return ret};var handleException=e=>{if(e instanceof ExitStatus||e=="unwind"){return EXITSTATUS}quit_(1,e)};var maybeExit=()=>{if(runtimeExited){return}if(!keepRuntimeAlive()){try{_exit(EXITSTATUS)}catch(e){handleException(e)}}};var callUserCallback=func=>{if(runtimeExited||ABORT){return}try{func();maybeExit()}catch(e){handleException(e)}};var runtimeKeepalivePush=()=>{runtimeKeepaliveCounter+=1};var runtimeKeepalivePop=()=>{runtimeKeepaliveCounter-=1};var safeSetTimeout=(func,timeout)=>{runtimeKeepalivePush();return setTimeout(()=>{runtimeKeepalivePop();callUserCallback(func)},timeout)};FS.createPreloadedFile=FS_createPreloadedFile;FS.staticInit();Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPreloadedFile"]=FS.createPreloadedFile;Module["FS_unlink"]=FS.unlink;Module["FS_createLazyFile"]=FS.createLazyFile;Module["FS_createDevice"]=FS.createDevice;DOTNET.setup({wasmEnableSIMD:true,wasmEnableEH:true,enableAotProfiler:false,enableBrowserProfiler:false,enableLogProfiler:false,runAOTCompilation:true,wasmEnableThreads:false,gitHash:"9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3"});var wasmImports={__assert_fail:___assert_fail,__syscall_faccessat:___syscall_faccessat,__syscall_fadvise64:___syscall_fadvise64,__syscall_fcntl64:___syscall_fcntl64,__syscall_fstat64:___syscall_fstat64,__syscall_fstatfs64:___syscall_fstatfs64,__syscall_ftruncate64:___syscall_ftruncate64,__syscall_getcwd:___syscall_getcwd,__syscall_getdents64:___syscall_getdents64,__syscall_ioctl:___syscall_ioctl,__syscall_lstat64:___syscall_lstat64,__syscall_newfstatat:___syscall_newfstatat,__syscall_openat:___syscall_openat,__syscall_readlinkat:___syscall_readlinkat,__syscall_stat64:___syscall_stat64,__syscall_unlinkat:___syscall_unlinkat,_emscripten_get_now_is_monotonic:__emscripten_get_now_is_monotonic,_localtime_js:__localtime_js,_mmap_js:__mmap_js,_munmap_js:__munmap_js,_tzset_js:__tzset_js,abort:_abort,emscripten_date_now:_emscripten_date_now,emscripten_force_exit:_emscripten_force_exit,emscripten_get_heap_max:_emscripten_get_heap_max,emscripten_get_now:_emscripten_get_now,emscripten_get_now_res:_emscripten_get_now_res,emscripten_resize_heap:_emscripten_resize_heap,environ_get:_environ_get,environ_sizes_get:_environ_sizes_get,exit:_exit,fd_close:_fd_close,fd_pread:_fd_pread,fd_read:_fd_read,fd_seek:_fd_seek,fd_write:_fd_write,mono_interp_flush_jitcall_queue:_mono_interp_flush_jitcall_queue,mono_interp_invoke_wasm_jit_call_trampoline:_mono_interp_invoke_wasm_jit_call_trampoline,mono_interp_jit_wasm_entry_trampoline:_mono_interp_jit_wasm_entry_trampoline,mono_interp_jit_wasm_jit_call_trampoline:_mono_interp_jit_wasm_jit_call_trampoline,mono_interp_record_interp_entry:_mono_interp_record_interp_entry,mono_interp_tier_prepare_jiterpreter:_mono_interp_tier_prepare_jiterpreter,mono_jiterp_free_method_data_js:_mono_jiterp_free_method_data_js,mono_wasm_bind_js_import_ST:_mono_wasm_bind_js_import_ST,mono_wasm_browser_entropy:_mono_wasm_browser_entropy,mono_wasm_cancel_promise:_mono_wasm_cancel_promise,mono_wasm_change_case:_mono_wasm_change_case,mono_wasm_compare_string:_mono_wasm_compare_string,mono_wasm_console_clear:_mono_wasm_console_clear,mono_wasm_ends_with:_mono_wasm_ends_with,mono_wasm_get_calendar_info:_mono_wasm_get_calendar_info,mono_wasm_get_culture_info:_mono_wasm_get_culture_info,mono_wasm_get_first_day_of_week:_mono_wasm_get_first_day_of_week,mono_wasm_get_first_week_of_year:_mono_wasm_get_first_week_of_year,mono_wasm_get_locale_info:_mono_wasm_get_locale_info,mono_wasm_index_of:_mono_wasm_index_of,mono_wasm_invoke_js_function:_mono_wasm_invoke_js_function,mono_wasm_invoke_jsimport_ST:_mono_wasm_invoke_jsimport_ST,mono_wasm_release_cs_owned_object:_mono_wasm_release_cs_owned_object,mono_wasm_resolve_or_reject_promise:_mono_wasm_resolve_or_reject_promise,mono_wasm_schedule_timer:_mono_wasm_schedule_timer,mono_wasm_set_entrypoint_breakpoint:_mono_wasm_set_entrypoint_breakpoint,mono_wasm_starts_with:_mono_wasm_starts_with,mono_wasm_trace_logger:_mono_wasm_trace_logger,schedule_background_exec:_schedule_background_exec,strftime:_strftime};var wasmExports=createWasm();var ___wasm_call_ctors=()=>(___wasm_call_ctors=wasmExports["__wasm_call_ctors"])();var _mono_wasm_register_root=Module["_mono_wasm_register_root"]=(a0,a1,a2)=>(_mono_wasm_register_root=Module["_mono_wasm_register_root"]=wasmExports["mono_wasm_register_root"])(a0,a1,a2);var _mono_wasm_deregister_root=Module["_mono_wasm_deregister_root"]=a0=>(_mono_wasm_deregister_root=Module["_mono_wasm_deregister_root"]=wasmExports["mono_wasm_deregister_root"])(a0);var _mono_wasm_add_assembly=Module["_mono_wasm_add_assembly"]=(a0,a1,a2)=>(_mono_wasm_add_assembly=Module["_mono_wasm_add_assembly"]=wasmExports["mono_wasm_add_assembly"])(a0,a1,a2);var _mono_wasm_add_satellite_assembly=Module["_mono_wasm_add_satellite_assembly"]=(a0,a1,a2,a3)=>(_mono_wasm_add_satellite_assembly=Module["_mono_wasm_add_satellite_assembly"]=wasmExports["mono_wasm_add_satellite_assembly"])(a0,a1,a2,a3);var _malloc=Module["_malloc"]=a0=>(_malloc=Module["_malloc"]=wasmExports["malloc"])(a0);var _mono_wasm_setenv=Module["_mono_wasm_setenv"]=(a0,a1)=>(_mono_wasm_setenv=Module["_mono_wasm_setenv"]=wasmExports["mono_wasm_setenv"])(a0,a1);var _mono_wasm_getenv=Module["_mono_wasm_getenv"]=a0=>(_mono_wasm_getenv=Module["_mono_wasm_getenv"]=wasmExports["mono_wasm_getenv"])(a0);var _free=Module["_free"]=a0=>(_free=Module["_free"]=wasmExports["free"])(a0);var _mono_wasm_load_runtime=Module["_mono_wasm_load_runtime"]=a0=>(_mono_wasm_load_runtime=Module["_mono_wasm_load_runtime"]=wasmExports["mono_wasm_load_runtime"])(a0);var _mono_wasm_invoke_jsexport=Module["_mono_wasm_invoke_jsexport"]=(a0,a1)=>(_mono_wasm_invoke_jsexport=Module["_mono_wasm_invoke_jsexport"]=wasmExports["mono_wasm_invoke_jsexport"])(a0,a1);var _mono_wasm_string_from_utf16_ref=Module["_mono_wasm_string_from_utf16_ref"]=(a0,a1,a2)=>(_mono_wasm_string_from_utf16_ref=Module["_mono_wasm_string_from_utf16_ref"]=wasmExports["mono_wasm_string_from_utf16_ref"])(a0,a1,a2);var _mono_wasm_exec_regression=Module["_mono_wasm_exec_regression"]=(a0,a1)=>(_mono_wasm_exec_regression=Module["_mono_wasm_exec_regression"]=wasmExports["mono_wasm_exec_regression"])(a0,a1);var _mono_wasm_exit=Module["_mono_wasm_exit"]=a0=>(_mono_wasm_exit=Module["_mono_wasm_exit"]=wasmExports["mono_wasm_exit"])(a0);var _fflush=a0=>(_fflush=wasmExports["fflush"])(a0);var _mono_wasm_set_main_args=Module["_mono_wasm_set_main_args"]=(a0,a1)=>(_mono_wasm_set_main_args=Module["_mono_wasm_set_main_args"]=wasmExports["mono_wasm_set_main_args"])(a0,a1);var _mono_wasm_strdup=Module["_mono_wasm_strdup"]=a0=>(_mono_wasm_strdup=Module["_mono_wasm_strdup"]=wasmExports["mono_wasm_strdup"])(a0);var _mono_wasm_parse_runtime_options=Module["_mono_wasm_parse_runtime_options"]=(a0,a1)=>(_mono_wasm_parse_runtime_options=Module["_mono_wasm_parse_runtime_options"]=wasmExports["mono_wasm_parse_runtime_options"])(a0,a1);var _mono_wasm_intern_string_ref=Module["_mono_wasm_intern_string_ref"]=a0=>(_mono_wasm_intern_string_ref=Module["_mono_wasm_intern_string_ref"]=wasmExports["mono_wasm_intern_string_ref"])(a0);var _mono_wasm_string_get_data_ref=Module["_mono_wasm_string_get_data_ref"]=(a0,a1,a2,a3)=>(_mono_wasm_string_get_data_ref=Module["_mono_wasm_string_get_data_ref"]=wasmExports["mono_wasm_string_get_data_ref"])(a0,a1,a2,a3);var _mono_wasm_write_managed_pointer_unsafe=Module["_mono_wasm_write_managed_pointer_unsafe"]=(a0,a1)=>(_mono_wasm_write_managed_pointer_unsafe=Module["_mono_wasm_write_managed_pointer_unsafe"]=wasmExports["mono_wasm_write_managed_pointer_unsafe"])(a0,a1);var _mono_wasm_copy_managed_pointer=Module["_mono_wasm_copy_managed_pointer"]=(a0,a1)=>(_mono_wasm_copy_managed_pointer=Module["_mono_wasm_copy_managed_pointer"]=wasmExports["mono_wasm_copy_managed_pointer"])(a0,a1);var _mono_wasm_init_finalizer_thread=Module["_mono_wasm_init_finalizer_thread"]=()=>(_mono_wasm_init_finalizer_thread=Module["_mono_wasm_init_finalizer_thread"]=wasmExports["mono_wasm_init_finalizer_thread"])();var _mono_wasm_i52_to_f64=Module["_mono_wasm_i52_to_f64"]=(a0,a1)=>(_mono_wasm_i52_to_f64=Module["_mono_wasm_i52_to_f64"]=wasmExports["mono_wasm_i52_to_f64"])(a0,a1);var _mono_wasm_u52_to_f64=Module["_mono_wasm_u52_to_f64"]=(a0,a1)=>(_mono_wasm_u52_to_f64=Module["_mono_wasm_u52_to_f64"]=wasmExports["mono_wasm_u52_to_f64"])(a0,a1);var _mono_wasm_f64_to_u52=Module["_mono_wasm_f64_to_u52"]=(a0,a1)=>(_mono_wasm_f64_to_u52=Module["_mono_wasm_f64_to_u52"]=wasmExports["mono_wasm_f64_to_u52"])(a0,a1);var _mono_wasm_f64_to_i52=Module["_mono_wasm_f64_to_i52"]=(a0,a1)=>(_mono_wasm_f64_to_i52=Module["_mono_wasm_f64_to_i52"]=wasmExports["mono_wasm_f64_to_i52"])(a0,a1);var _mono_wasm_method_get_full_name=Module["_mono_wasm_method_get_full_name"]=a0=>(_mono_wasm_method_get_full_name=Module["_mono_wasm_method_get_full_name"]=wasmExports["mono_wasm_method_get_full_name"])(a0);var _mono_wasm_method_get_name=Module["_mono_wasm_method_get_name"]=a0=>(_mono_wasm_method_get_name=Module["_mono_wasm_method_get_name"]=wasmExports["mono_wasm_method_get_name"])(a0);var _mono_wasm_get_f32_unaligned=Module["_mono_wasm_get_f32_unaligned"]=a0=>(_mono_wasm_get_f32_unaligned=Module["_mono_wasm_get_f32_unaligned"]=wasmExports["mono_wasm_get_f32_unaligned"])(a0);var _mono_wasm_get_f64_unaligned=Module["_mono_wasm_get_f64_unaligned"]=a0=>(_mono_wasm_get_f64_unaligned=Module["_mono_wasm_get_f64_unaligned"]=wasmExports["mono_wasm_get_f64_unaligned"])(a0);var _mono_wasm_get_i32_unaligned=Module["_mono_wasm_get_i32_unaligned"]=a0=>(_mono_wasm_get_i32_unaligned=Module["_mono_wasm_get_i32_unaligned"]=wasmExports["mono_wasm_get_i32_unaligned"])(a0);var _mono_wasm_is_zero_page_reserved=Module["_mono_wasm_is_zero_page_reserved"]=()=>(_mono_wasm_is_zero_page_reserved=Module["_mono_wasm_is_zero_page_reserved"]=wasmExports["mono_wasm_is_zero_page_reserved"])();var _mono_wasm_read_as_bool_or_null_unsafe=Module["_mono_wasm_read_as_bool_or_null_unsafe"]=a0=>(_mono_wasm_read_as_bool_or_null_unsafe=Module["_mono_wasm_read_as_bool_or_null_unsafe"]=wasmExports["mono_wasm_read_as_bool_or_null_unsafe"])(a0);var _mono_wasm_assembly_load=Module["_mono_wasm_assembly_load"]=a0=>(_mono_wasm_assembly_load=Module["_mono_wasm_assembly_load"]=wasmExports["mono_wasm_assembly_load"])(a0);var _mono_wasm_assembly_find_class=Module["_mono_wasm_assembly_find_class"]=(a0,a1,a2)=>(_mono_wasm_assembly_find_class=Module["_mono_wasm_assembly_find_class"]=wasmExports["mono_wasm_assembly_find_class"])(a0,a1,a2);var _mono_wasm_assembly_find_method=Module["_mono_wasm_assembly_find_method"]=(a0,a1,a2)=>(_mono_wasm_assembly_find_method=Module["_mono_wasm_assembly_find_method"]=wasmExports["mono_wasm_assembly_find_method"])(a0,a1,a2);var _memset=Module["_memset"]=(a0,a1,a2)=>(_memset=Module["_memset"]=wasmExports["memset"])(a0,a1,a2);var _mono_aot_Microsoft_AspNetCore_Components_get_method=Module["_mono_aot_Microsoft_AspNetCore_Components_get_method"]=a0=>(_mono_aot_Microsoft_AspNetCore_Components_get_method=Module["_mono_aot_Microsoft_AspNetCore_Components_get_method"]=wasmExports["mono_aot_Microsoft_AspNetCore_Components_get_method"])(a0);var _mono_aot_Microsoft_AspNetCore_Components_Web_get_method=Module["_mono_aot_Microsoft_AspNetCore_Components_Web_get_method"]=a0=>(_mono_aot_Microsoft_AspNetCore_Components_Web_get_method=Module["_mono_aot_Microsoft_AspNetCore_Components_Web_get_method"]=wasmExports["mono_aot_Microsoft_AspNetCore_Components_Web_get_method"])(a0);var _mono_aot_Microsoft_AspNetCore_Components_WebAssembly_get_method=Module["_mono_aot_Microsoft_AspNetCore_Components_WebAssembly_get_method"]=a0=>(_mono_aot_Microsoft_AspNetCore_Components_WebAssembly_get_method=Module["_mono_aot_Microsoft_AspNetCore_Components_WebAssembly_get_method"]=wasmExports["mono_aot_Microsoft_AspNetCore_Components_WebAssembly_get_method"])(a0);var _mono_aot_Microsoft_Extensions_Configuration_get_method=Module["_mono_aot_Microsoft_Extensions_Configuration_get_method"]=a0=>(_mono_aot_Microsoft_Extensions_Configuration_get_method=Module["_mono_aot_Microsoft_Extensions_Configuration_get_method"]=wasmExports["mono_aot_Microsoft_Extensions_Configuration_get_method"])(a0);var _mono_aot_Microsoft_Extensions_Configuration_Abstractions_get_method=Module["_mono_aot_Microsoft_Extensions_Configuration_Abstractions_get_method"]=a0=>(_mono_aot_Microsoft_Extensions_Configuration_Abstractions_get_method=Module["_mono_aot_Microsoft_Extensions_Configuration_Abstractions_get_method"]=wasmExports["mono_aot_Microsoft_Extensions_Configuration_Abstractions_get_method"])(a0);var _mono_aot_Microsoft_Extensions_Configuration_Json_get_method=Module["_mono_aot_Microsoft_Extensions_Configuration_Json_get_method"]=a0=>(_mono_aot_Microsoft_Extensions_Configuration_Json_get_method=Module["_mono_aot_Microsoft_Extensions_Configuration_Json_get_method"]=wasmExports["mono_aot_Microsoft_Extensions_Configuration_Json_get_method"])(a0);var _mono_aot_Microsoft_Extensions_DependencyInjection_get_method=Module["_mono_aot_Microsoft_Extensions_DependencyInjection_get_method"]=a0=>(_mono_aot_Microsoft_Extensions_DependencyInjection_get_method=Module["_mono_aot_Microsoft_Extensions_DependencyInjection_get_method"]=wasmExports["mono_aot_Microsoft_Extensions_DependencyInjection_get_method"])(a0);var _mono_aot_Microsoft_Extensions_DependencyInjection_Abstractions_get_method=Module["_mono_aot_Microsoft_Extensions_DependencyInjection_Abstractions_get_method"]=a0=>(_mono_aot_Microsoft_Extensions_DependencyInjection_Abstractions_get_method=Module["_mono_aot_Microsoft_Extensions_DependencyInjection_Abstractions_get_method"]=wasmExports["mono_aot_Microsoft_Extensions_DependencyInjection_Abstractions_get_method"])(a0);var _mono_aot_Microsoft_Extensions_Logging_get_method=Module["_mono_aot_Microsoft_Extensions_Logging_get_method"]=a0=>(_mono_aot_Microsoft_Extensions_Logging_get_method=Module["_mono_aot_Microsoft_Extensions_Logging_get_method"]=wasmExports["mono_aot_Microsoft_Extensions_Logging_get_method"])(a0);var _mono_aot_Microsoft_Extensions_Logging_Abstractions_get_method=Module["_mono_aot_Microsoft_Extensions_Logging_Abstractions_get_method"]=a0=>(_mono_aot_Microsoft_Extensions_Logging_Abstractions_get_method=Module["_mono_aot_Microsoft_Extensions_Logging_Abstractions_get_method"]=wasmExports["mono_aot_Microsoft_Extensions_Logging_Abstractions_get_method"])(a0);var _mono_aot_Microsoft_Extensions_Options_get_method=Module["_mono_aot_Microsoft_Extensions_Options_get_method"]=a0=>(_mono_aot_Microsoft_Extensions_Options_get_method=Module["_mono_aot_Microsoft_Extensions_Options_get_method"]=wasmExports["mono_aot_Microsoft_Extensions_Options_get_method"])(a0);var _mono_aot_Microsoft_Extensions_Primitives_get_method=Module["_mono_aot_Microsoft_Extensions_Primitives_get_method"]=a0=>(_mono_aot_Microsoft_Extensions_Primitives_get_method=Module["_mono_aot_Microsoft_Extensions_Primitives_get_method"]=wasmExports["mono_aot_Microsoft_Extensions_Primitives_get_method"])(a0);var _mono_aot_Microsoft_JSInterop_get_method=Module["_mono_aot_Microsoft_JSInterop_get_method"]=a0=>(_mono_aot_Microsoft_JSInterop_get_method=Module["_mono_aot_Microsoft_JSInterop_get_method"]=wasmExports["mono_aot_Microsoft_JSInterop_get_method"])(a0);var _mono_aot_blazor_wasm_get_method=Module["_mono_aot_blazor_wasm_get_method"]=a0=>(_mono_aot_blazor_wasm_get_method=Module["_mono_aot_blazor_wasm_get_method"]=wasmExports["mono_aot_blazor_wasm_get_method"])(a0);var _mono_aot_System_Collections_Concurrent_get_method=Module["_mono_aot_System_Collections_Concurrent_get_method"]=a0=>(_mono_aot_System_Collections_Concurrent_get_method=Module["_mono_aot_System_Collections_Concurrent_get_method"]=wasmExports["mono_aot_System_Collections_Concurrent_get_method"])(a0);var _mono_aot_System_Collections_Immutable_get_method=Module["_mono_aot_System_Collections_Immutable_get_method"]=a0=>(_mono_aot_System_Collections_Immutable_get_method=Module["_mono_aot_System_Collections_Immutable_get_method"]=wasmExports["mono_aot_System_Collections_Immutable_get_method"])(a0);var _mono_aot_System_Collections_get_method=Module["_mono_aot_System_Collections_get_method"]=a0=>(_mono_aot_System_Collections_get_method=Module["_mono_aot_System_Collections_get_method"]=wasmExports["mono_aot_System_Collections_get_method"])(a0);var _mono_aot_System_ComponentModel_get_method=Module["_mono_aot_System_ComponentModel_get_method"]=a0=>(_mono_aot_System_ComponentModel_get_method=Module["_mono_aot_System_ComponentModel_get_method"]=wasmExports["mono_aot_System_ComponentModel_get_method"])(a0);var _mono_aot_System_Console_get_method=Module["_mono_aot_System_Console_get_method"]=a0=>(_mono_aot_System_Console_get_method=Module["_mono_aot_System_Console_get_method"]=wasmExports["mono_aot_System_Console_get_method"])(a0);var _mono_aot_System_IO_Pipelines_get_method=Module["_mono_aot_System_IO_Pipelines_get_method"]=a0=>(_mono_aot_System_IO_Pipelines_get_method=Module["_mono_aot_System_IO_Pipelines_get_method"]=wasmExports["mono_aot_System_IO_Pipelines_get_method"])(a0);var _mono_aot_System_Linq_get_method=Module["_mono_aot_System_Linq_get_method"]=a0=>(_mono_aot_System_Linq_get_method=Module["_mono_aot_System_Linq_get_method"]=wasmExports["mono_aot_System_Linq_get_method"])(a0);var _mono_aot_System_Memory_get_method=Module["_mono_aot_System_Memory_get_method"]=a0=>(_mono_aot_System_Memory_get_method=Module["_mono_aot_System_Memory_get_method"]=wasmExports["mono_aot_System_Memory_get_method"])(a0);var _mono_aot_System_Private_Uri_get_method=Module["_mono_aot_System_Private_Uri_get_method"]=a0=>(_mono_aot_System_Private_Uri_get_method=Module["_mono_aot_System_Private_Uri_get_method"]=wasmExports["mono_aot_System_Private_Uri_get_method"])(a0);var _mono_aot_System_Runtime_InteropServices_JavaScript_get_method=Module["_mono_aot_System_Runtime_InteropServices_JavaScript_get_method"]=a0=>(_mono_aot_System_Runtime_InteropServices_JavaScript_get_method=Module["_mono_aot_System_Runtime_InteropServices_JavaScript_get_method"]=wasmExports["mono_aot_System_Runtime_InteropServices_JavaScript_get_method"])(a0);var _mono_aot_System_Runtime_get_method=Module["_mono_aot_System_Runtime_get_method"]=a0=>(_mono_aot_System_Runtime_get_method=Module["_mono_aot_System_Runtime_get_method"]=wasmExports["mono_aot_System_Runtime_get_method"])(a0);var _mono_aot_System_Text_Encodings_Web_get_method=Module["_mono_aot_System_Text_Encodings_Web_get_method"]=a0=>(_mono_aot_System_Text_Encodings_Web_get_method=Module["_mono_aot_System_Text_Encodings_Web_get_method"]=wasmExports["mono_aot_System_Text_Encodings_Web_get_method"])(a0);var _mono_aot_System_Text_Json_get_method=Module["_mono_aot_System_Text_Json_get_method"]=a0=>(_mono_aot_System_Text_Json_get_method=Module["_mono_aot_System_Text_Json_get_method"]=wasmExports["mono_aot_System_Text_Json_get_method"])(a0);var _mono_aot_System_Text_RegularExpressions_get_method=Module["_mono_aot_System_Text_RegularExpressions_get_method"]=a0=>(_mono_aot_System_Text_RegularExpressions_get_method=Module["_mono_aot_System_Text_RegularExpressions_get_method"]=wasmExports["mono_aot_System_Text_RegularExpressions_get_method"])(a0);var _fmodf=Module["_fmodf"]=(a0,a1)=>(_fmodf=Module["_fmodf"]=wasmExports["fmodf"])(a0,a1);var _mono_aot_corlib_get_method=Module["_mono_aot_corlib_get_method"]=a0=>(_mono_aot_corlib_get_method=Module["_mono_aot_corlib_get_method"]=wasmExports["mono_aot_corlib_get_method"])(a0);var _mono_aot_aot_instances_get_method=Module["_mono_aot_aot_instances_get_method"]=a0=>(_mono_aot_aot_instances_get_method=Module["_mono_aot_aot_instances_get_method"]=wasmExports["mono_aot_aot_instances_get_method"])(a0);var _mono_wasm_send_dbg_command_with_parms=Module["_mono_wasm_send_dbg_command_with_parms"]=(a0,a1,a2,a3,a4,a5,a6)=>(_mono_wasm_send_dbg_command_with_parms=Module["_mono_wasm_send_dbg_command_with_parms"]=wasmExports["mono_wasm_send_dbg_command_with_parms"])(a0,a1,a2,a3,a4,a5,a6);var _mono_wasm_send_dbg_command=Module["_mono_wasm_send_dbg_command"]=(a0,a1,a2,a3,a4)=>(_mono_wasm_send_dbg_command=Module["_mono_wasm_send_dbg_command"]=wasmExports["mono_wasm_send_dbg_command"])(a0,a1,a2,a3,a4);var _mono_wasm_event_pipe_enable=Module["_mono_wasm_event_pipe_enable"]=(a0,a1,a2,a3,a4,a5)=>(_mono_wasm_event_pipe_enable=Module["_mono_wasm_event_pipe_enable"]=wasmExports["mono_wasm_event_pipe_enable"])(a0,a1,a2,a3,a4,a5);var _mono_wasm_event_pipe_session_start_streaming=Module["_mono_wasm_event_pipe_session_start_streaming"]=a0=>(_mono_wasm_event_pipe_session_start_streaming=Module["_mono_wasm_event_pipe_session_start_streaming"]=wasmExports["mono_wasm_event_pipe_session_start_streaming"])(a0);var _mono_wasm_event_pipe_session_disable=Module["_mono_wasm_event_pipe_session_disable"]=a0=>(_mono_wasm_event_pipe_session_disable=Module["_mono_wasm_event_pipe_session_disable"]=wasmExports["mono_wasm_event_pipe_session_disable"])(a0);var _mono_jiterp_register_jit_call_thunk=Module["_mono_jiterp_register_jit_call_thunk"]=(a0,a1)=>(_mono_jiterp_register_jit_call_thunk=Module["_mono_jiterp_register_jit_call_thunk"]=wasmExports["mono_jiterp_register_jit_call_thunk"])(a0,a1);var _mono_jiterp_stackval_to_data=Module["_mono_jiterp_stackval_to_data"]=(a0,a1,a2)=>(_mono_jiterp_stackval_to_data=Module["_mono_jiterp_stackval_to_data"]=wasmExports["mono_jiterp_stackval_to_data"])(a0,a1,a2);var _mono_jiterp_stackval_from_data=Module["_mono_jiterp_stackval_from_data"]=(a0,a1,a2)=>(_mono_jiterp_stackval_from_data=Module["_mono_jiterp_stackval_from_data"]=wasmExports["mono_jiterp_stackval_from_data"])(a0,a1,a2);var _mono_jiterp_get_arg_offset=Module["_mono_jiterp_get_arg_offset"]=(a0,a1,a2)=>(_mono_jiterp_get_arg_offset=Module["_mono_jiterp_get_arg_offset"]=wasmExports["mono_jiterp_get_arg_offset"])(a0,a1,a2);var _mono_jiterp_overflow_check_i4=Module["_mono_jiterp_overflow_check_i4"]=(a0,a1,a2)=>(_mono_jiterp_overflow_check_i4=Module["_mono_jiterp_overflow_check_i4"]=wasmExports["mono_jiterp_overflow_check_i4"])(a0,a1,a2);var _mono_jiterp_overflow_check_u4=Module["_mono_jiterp_overflow_check_u4"]=(a0,a1,a2)=>(_mono_jiterp_overflow_check_u4=Module["_mono_jiterp_overflow_check_u4"]=wasmExports["mono_jiterp_overflow_check_u4"])(a0,a1,a2);var _mono_jiterp_ld_delegate_method_ptr=Module["_mono_jiterp_ld_delegate_method_ptr"]=(a0,a1)=>(_mono_jiterp_ld_delegate_method_ptr=Module["_mono_jiterp_ld_delegate_method_ptr"]=wasmExports["mono_jiterp_ld_delegate_method_ptr"])(a0,a1);var _mono_jiterp_interp_entry=Module["_mono_jiterp_interp_entry"]=(a0,a1)=>(_mono_jiterp_interp_entry=Module["_mono_jiterp_interp_entry"]=wasmExports["mono_jiterp_interp_entry"])(a0,a1);var _fmod=Module["_fmod"]=(a0,a1)=>(_fmod=Module["_fmod"]=wasmExports["fmod"])(a0,a1);var _asin=Module["_asin"]=a0=>(_asin=Module["_asin"]=wasmExports["asin"])(a0);var _asinh=Module["_asinh"]=a0=>(_asinh=Module["_asinh"]=wasmExports["asinh"])(a0);var _acos=Module["_acos"]=a0=>(_acos=Module["_acos"]=wasmExports["acos"])(a0);var _acosh=Module["_acosh"]=a0=>(_acosh=Module["_acosh"]=wasmExports["acosh"])(a0);var _atan=Module["_atan"]=a0=>(_atan=Module["_atan"]=wasmExports["atan"])(a0);var _atanh=Module["_atanh"]=a0=>(_atanh=Module["_atanh"]=wasmExports["atanh"])(a0);var _cos=Module["_cos"]=a0=>(_cos=Module["_cos"]=wasmExports["cos"])(a0);var _cbrt=Module["_cbrt"]=a0=>(_cbrt=Module["_cbrt"]=wasmExports["cbrt"])(a0);var _cosh=Module["_cosh"]=a0=>(_cosh=Module["_cosh"]=wasmExports["cosh"])(a0);var _exp=Module["_exp"]=a0=>(_exp=Module["_exp"]=wasmExports["exp"])(a0);var _log=Module["_log"]=a0=>(_log=Module["_log"]=wasmExports["log"])(a0);var _log2=Module["_log2"]=a0=>(_log2=Module["_log2"]=wasmExports["log2"])(a0);var _log10=Module["_log10"]=a0=>(_log10=Module["_log10"]=wasmExports["log10"])(a0);var _sin=Module["_sin"]=a0=>(_sin=Module["_sin"]=wasmExports["sin"])(a0);var _sinh=Module["_sinh"]=a0=>(_sinh=Module["_sinh"]=wasmExports["sinh"])(a0);var _tan=Module["_tan"]=a0=>(_tan=Module["_tan"]=wasmExports["tan"])(a0);var _tanh=Module["_tanh"]=a0=>(_tanh=Module["_tanh"]=wasmExports["tanh"])(a0);var _atan2=Module["_atan2"]=(a0,a1)=>(_atan2=Module["_atan2"]=wasmExports["atan2"])(a0,a1);var _pow=Module["_pow"]=(a0,a1)=>(_pow=Module["_pow"]=wasmExports["pow"])(a0,a1);var _fma=Module["_fma"]=(a0,a1,a2)=>(_fma=Module["_fma"]=wasmExports["fma"])(a0,a1,a2);var _asinf=Module["_asinf"]=a0=>(_asinf=Module["_asinf"]=wasmExports["asinf"])(a0);var _asinhf=Module["_asinhf"]=a0=>(_asinhf=Module["_asinhf"]=wasmExports["asinhf"])(a0);var _acosf=Module["_acosf"]=a0=>(_acosf=Module["_acosf"]=wasmExports["acosf"])(a0);var _acoshf=Module["_acoshf"]=a0=>(_acoshf=Module["_acoshf"]=wasmExports["acoshf"])(a0);var _atanf=Module["_atanf"]=a0=>(_atanf=Module["_atanf"]=wasmExports["atanf"])(a0);var _atanhf=Module["_atanhf"]=a0=>(_atanhf=Module["_atanhf"]=wasmExports["atanhf"])(a0);var _cosf=Module["_cosf"]=a0=>(_cosf=Module["_cosf"]=wasmExports["cosf"])(a0);var _cbrtf=Module["_cbrtf"]=a0=>(_cbrtf=Module["_cbrtf"]=wasmExports["cbrtf"])(a0);var _coshf=Module["_coshf"]=a0=>(_coshf=Module["_coshf"]=wasmExports["coshf"])(a0);var _expf=Module["_expf"]=a0=>(_expf=Module["_expf"]=wasmExports["expf"])(a0);var _logf=Module["_logf"]=a0=>(_logf=Module["_logf"]=wasmExports["logf"])(a0);var _log2f=Module["_log2f"]=a0=>(_log2f=Module["_log2f"]=wasmExports["log2f"])(a0);var _log10f=Module["_log10f"]=a0=>(_log10f=Module["_log10f"]=wasmExports["log10f"])(a0);var _sinf=Module["_sinf"]=a0=>(_sinf=Module["_sinf"]=wasmExports["sinf"])(a0);var _sinhf=Module["_sinhf"]=a0=>(_sinhf=Module["_sinhf"]=wasmExports["sinhf"])(a0);var _tanf=Module["_tanf"]=a0=>(_tanf=Module["_tanf"]=wasmExports["tanf"])(a0);var _tanhf=Module["_tanhf"]=a0=>(_tanhf=Module["_tanhf"]=wasmExports["tanhf"])(a0);var _atan2f=Module["_atan2f"]=(a0,a1)=>(_atan2f=Module["_atan2f"]=wasmExports["atan2f"])(a0,a1);var _powf=Module["_powf"]=(a0,a1)=>(_powf=Module["_powf"]=wasmExports["powf"])(a0,a1);var _fmaf=Module["_fmaf"]=(a0,a1,a2)=>(_fmaf=Module["_fmaf"]=wasmExports["fmaf"])(a0,a1,a2);var _mono_jiterp_get_polling_required_address=Module["_mono_jiterp_get_polling_required_address"]=()=>(_mono_jiterp_get_polling_required_address=Module["_mono_jiterp_get_polling_required_address"]=wasmExports["mono_jiterp_get_polling_required_address"])();var _mono_jiterp_do_safepoint=Module["_mono_jiterp_do_safepoint"]=(a0,a1)=>(_mono_jiterp_do_safepoint=Module["_mono_jiterp_do_safepoint"]=wasmExports["mono_jiterp_do_safepoint"])(a0,a1);var _mono_jiterp_imethod_to_ftnptr=Module["_mono_jiterp_imethod_to_ftnptr"]=a0=>(_mono_jiterp_imethod_to_ftnptr=Module["_mono_jiterp_imethod_to_ftnptr"]=wasmExports["mono_jiterp_imethod_to_ftnptr"])(a0);var _mono_jiterp_enum_hasflag=Module["_mono_jiterp_enum_hasflag"]=(a0,a1,a2,a3)=>(_mono_jiterp_enum_hasflag=Module["_mono_jiterp_enum_hasflag"]=wasmExports["mono_jiterp_enum_hasflag"])(a0,a1,a2,a3);var _mono_jiterp_get_simd_intrinsic=Module["_mono_jiterp_get_simd_intrinsic"]=(a0,a1)=>(_mono_jiterp_get_simd_intrinsic=Module["_mono_jiterp_get_simd_intrinsic"]=wasmExports["mono_jiterp_get_simd_intrinsic"])(a0,a1);var _mono_jiterp_get_simd_opcode=Module["_mono_jiterp_get_simd_opcode"]=(a0,a1)=>(_mono_jiterp_get_simd_opcode=Module["_mono_jiterp_get_simd_opcode"]=wasmExports["mono_jiterp_get_simd_opcode"])(a0,a1);var _mono_jiterp_get_opcode_info=Module["_mono_jiterp_get_opcode_info"]=(a0,a1)=>(_mono_jiterp_get_opcode_info=Module["_mono_jiterp_get_opcode_info"]=wasmExports["mono_jiterp_get_opcode_info"])(a0,a1);var _mono_jiterp_placeholder_trace=Module["_mono_jiterp_placeholder_trace"]=(a0,a1,a2,a3)=>(_mono_jiterp_placeholder_trace=Module["_mono_jiterp_placeholder_trace"]=wasmExports["mono_jiterp_placeholder_trace"])(a0,a1,a2,a3);var _mono_jiterp_placeholder_jit_call=Module["_mono_jiterp_placeholder_jit_call"]=(a0,a1,a2,a3)=>(_mono_jiterp_placeholder_jit_call=Module["_mono_jiterp_placeholder_jit_call"]=wasmExports["mono_jiterp_placeholder_jit_call"])(a0,a1,a2,a3);var _mono_jiterp_get_interp_entry_func=Module["_mono_jiterp_get_interp_entry_func"]=a0=>(_mono_jiterp_get_interp_entry_func=Module["_mono_jiterp_get_interp_entry_func"]=wasmExports["mono_jiterp_get_interp_entry_func"])(a0);var _mono_jiterp_is_enabled=Module["_mono_jiterp_is_enabled"]=()=>(_mono_jiterp_is_enabled=Module["_mono_jiterp_is_enabled"]=wasmExports["mono_jiterp_is_enabled"])();var _mono_jiterp_encode_leb64_ref=Module["_mono_jiterp_encode_leb64_ref"]=(a0,a1,a2)=>(_mono_jiterp_encode_leb64_ref=Module["_mono_jiterp_encode_leb64_ref"]=wasmExports["mono_jiterp_encode_leb64_ref"])(a0,a1,a2);var _mono_jiterp_encode_leb52=Module["_mono_jiterp_encode_leb52"]=(a0,a1,a2)=>(_mono_jiterp_encode_leb52=Module["_mono_jiterp_encode_leb52"]=wasmExports["mono_jiterp_encode_leb52"])(a0,a1,a2);var _mono_jiterp_encode_leb_signed_boundary=Module["_mono_jiterp_encode_leb_signed_boundary"]=(a0,a1,a2)=>(_mono_jiterp_encode_leb_signed_boundary=Module["_mono_jiterp_encode_leb_signed_boundary"]=wasmExports["mono_jiterp_encode_leb_signed_boundary"])(a0,a1,a2);var _mono_jiterp_increase_entry_count=Module["_mono_jiterp_increase_entry_count"]=a0=>(_mono_jiterp_increase_entry_count=Module["_mono_jiterp_increase_entry_count"]=wasmExports["mono_jiterp_increase_entry_count"])(a0);var _mono_jiterp_object_unbox=Module["_mono_jiterp_object_unbox"]=a0=>(_mono_jiterp_object_unbox=Module["_mono_jiterp_object_unbox"]=wasmExports["mono_jiterp_object_unbox"])(a0);var _mono_jiterp_type_is_byref=Module["_mono_jiterp_type_is_byref"]=a0=>(_mono_jiterp_type_is_byref=Module["_mono_jiterp_type_is_byref"]=wasmExports["mono_jiterp_type_is_byref"])(a0);var _mono_jiterp_value_copy=Module["_mono_jiterp_value_copy"]=(a0,a1,a2)=>(_mono_jiterp_value_copy=Module["_mono_jiterp_value_copy"]=wasmExports["mono_jiterp_value_copy"])(a0,a1,a2);var _mono_jiterp_try_newobj_inlined=Module["_mono_jiterp_try_newobj_inlined"]=(a0,a1)=>(_mono_jiterp_try_newobj_inlined=Module["_mono_jiterp_try_newobj_inlined"]=wasmExports["mono_jiterp_try_newobj_inlined"])(a0,a1);var _mono_jiterp_try_newstr=Module["_mono_jiterp_try_newstr"]=(a0,a1)=>(_mono_jiterp_try_newstr=Module["_mono_jiterp_try_newstr"]=wasmExports["mono_jiterp_try_newstr"])(a0,a1);var _mono_jiterp_gettype_ref=Module["_mono_jiterp_gettype_ref"]=(a0,a1)=>(_mono_jiterp_gettype_ref=Module["_mono_jiterp_gettype_ref"]=wasmExports["mono_jiterp_gettype_ref"])(a0,a1);var _mono_jiterp_has_parent_fast=Module["_mono_jiterp_has_parent_fast"]=(a0,a1)=>(_mono_jiterp_has_parent_fast=Module["_mono_jiterp_has_parent_fast"]=wasmExports["mono_jiterp_has_parent_fast"])(a0,a1);var _mono_jiterp_implements_interface=Module["_mono_jiterp_implements_interface"]=(a0,a1)=>(_mono_jiterp_implements_interface=Module["_mono_jiterp_implements_interface"]=wasmExports["mono_jiterp_implements_interface"])(a0,a1);var _mono_jiterp_is_special_interface=Module["_mono_jiterp_is_special_interface"]=a0=>(_mono_jiterp_is_special_interface=Module["_mono_jiterp_is_special_interface"]=wasmExports["mono_jiterp_is_special_interface"])(a0);var _mono_jiterp_implements_special_interface=Module["_mono_jiterp_implements_special_interface"]=(a0,a1,a2)=>(_mono_jiterp_implements_special_interface=Module["_mono_jiterp_implements_special_interface"]=wasmExports["mono_jiterp_implements_special_interface"])(a0,a1,a2);var _mono_jiterp_cast_v2=Module["_mono_jiterp_cast_v2"]=(a0,a1,a2,a3)=>(_mono_jiterp_cast_v2=Module["_mono_jiterp_cast_v2"]=wasmExports["mono_jiterp_cast_v2"])(a0,a1,a2,a3);var _mono_jiterp_localloc=Module["_mono_jiterp_localloc"]=(a0,a1,a2)=>(_mono_jiterp_localloc=Module["_mono_jiterp_localloc"]=wasmExports["mono_jiterp_localloc"])(a0,a1,a2);var _mono_jiterp_ldtsflda=Module["_mono_jiterp_ldtsflda"]=(a0,a1)=>(_mono_jiterp_ldtsflda=Module["_mono_jiterp_ldtsflda"]=wasmExports["mono_jiterp_ldtsflda"])(a0,a1);var _mono_jiterp_box_ref=Module["_mono_jiterp_box_ref"]=(a0,a1,a2,a3)=>(_mono_jiterp_box_ref=Module["_mono_jiterp_box_ref"]=wasmExports["mono_jiterp_box_ref"])(a0,a1,a2,a3);var _mono_jiterp_conv=Module["_mono_jiterp_conv"]=(a0,a1,a2)=>(_mono_jiterp_conv=Module["_mono_jiterp_conv"]=wasmExports["mono_jiterp_conv"])(a0,a1,a2);var _mono_jiterp_relop_fp=Module["_mono_jiterp_relop_fp"]=(a0,a1,a2)=>(_mono_jiterp_relop_fp=Module["_mono_jiterp_relop_fp"]=wasmExports["mono_jiterp_relop_fp"])(a0,a1,a2);var _mono_jiterp_get_size_of_stackval=Module["_mono_jiterp_get_size_of_stackval"]=()=>(_mono_jiterp_get_size_of_stackval=Module["_mono_jiterp_get_size_of_stackval"]=wasmExports["mono_jiterp_get_size_of_stackval"])();var _mono_jiterp_type_get_raw_value_size=Module["_mono_jiterp_type_get_raw_value_size"]=a0=>(_mono_jiterp_type_get_raw_value_size=Module["_mono_jiterp_type_get_raw_value_size"]=wasmExports["mono_jiterp_type_get_raw_value_size"])(a0);var _mono_jiterp_trace_bailout=Module["_mono_jiterp_trace_bailout"]=a0=>(_mono_jiterp_trace_bailout=Module["_mono_jiterp_trace_bailout"]=wasmExports["mono_jiterp_trace_bailout"])(a0);var _mono_jiterp_get_trace_bailout_count=Module["_mono_jiterp_get_trace_bailout_count"]=a0=>(_mono_jiterp_get_trace_bailout_count=Module["_mono_jiterp_get_trace_bailout_count"]=wasmExports["mono_jiterp_get_trace_bailout_count"])(a0);var _mono_jiterp_adjust_abort_count=Module["_mono_jiterp_adjust_abort_count"]=(a0,a1)=>(_mono_jiterp_adjust_abort_count=Module["_mono_jiterp_adjust_abort_count"]=wasmExports["mono_jiterp_adjust_abort_count"])(a0,a1);var _mono_jiterp_interp_entry_prologue=Module["_mono_jiterp_interp_entry_prologue"]=(a0,a1)=>(_mono_jiterp_interp_entry_prologue=Module["_mono_jiterp_interp_entry_prologue"]=wasmExports["mono_jiterp_interp_entry_prologue"])(a0,a1);var _mono_jiterp_get_opcode_value_table_entry=Module["_mono_jiterp_get_opcode_value_table_entry"]=a0=>(_mono_jiterp_get_opcode_value_table_entry=Module["_mono_jiterp_get_opcode_value_table_entry"]=wasmExports["mono_jiterp_get_opcode_value_table_entry"])(a0);var _mono_jiterp_get_trace_hit_count=Module["_mono_jiterp_get_trace_hit_count"]=a0=>(_mono_jiterp_get_trace_hit_count=Module["_mono_jiterp_get_trace_hit_count"]=wasmExports["mono_jiterp_get_trace_hit_count"])(a0);var _mono_jiterp_parse_option=Module["_mono_jiterp_parse_option"]=a0=>(_mono_jiterp_parse_option=Module["_mono_jiterp_parse_option"]=wasmExports["mono_jiterp_parse_option"])(a0);var _mono_jiterp_get_options_version=Module["_mono_jiterp_get_options_version"]=()=>(_mono_jiterp_get_options_version=Module["_mono_jiterp_get_options_version"]=wasmExports["mono_jiterp_get_options_version"])();var _mono_jiterp_get_options_as_json=Module["_mono_jiterp_get_options_as_json"]=()=>(_mono_jiterp_get_options_as_json=Module["_mono_jiterp_get_options_as_json"]=wasmExports["mono_jiterp_get_options_as_json"])();var _mono_jiterp_get_option_as_int=Module["_mono_jiterp_get_option_as_int"]=a0=>(_mono_jiterp_get_option_as_int=Module["_mono_jiterp_get_option_as_int"]=wasmExports["mono_jiterp_get_option_as_int"])(a0);var _mono_jiterp_object_has_component_size=Module["_mono_jiterp_object_has_component_size"]=a0=>(_mono_jiterp_object_has_component_size=Module["_mono_jiterp_object_has_component_size"]=wasmExports["mono_jiterp_object_has_component_size"])(a0);var _mono_jiterp_get_hashcode=Module["_mono_jiterp_get_hashcode"]=a0=>(_mono_jiterp_get_hashcode=Module["_mono_jiterp_get_hashcode"]=wasmExports["mono_jiterp_get_hashcode"])(a0);var _mono_jiterp_try_get_hashcode=Module["_mono_jiterp_try_get_hashcode"]=a0=>(_mono_jiterp_try_get_hashcode=Module["_mono_jiterp_try_get_hashcode"]=wasmExports["mono_jiterp_try_get_hashcode"])(a0);var _mono_jiterp_get_signature_has_this=Module["_mono_jiterp_get_signature_has_this"]=a0=>(_mono_jiterp_get_signature_has_this=Module["_mono_jiterp_get_signature_has_this"]=wasmExports["mono_jiterp_get_signature_has_this"])(a0);var _mono_jiterp_get_signature_return_type=Module["_mono_jiterp_get_signature_return_type"]=a0=>(_mono_jiterp_get_signature_return_type=Module["_mono_jiterp_get_signature_return_type"]=wasmExports["mono_jiterp_get_signature_return_type"])(a0);var _mono_jiterp_get_signature_param_count=Module["_mono_jiterp_get_signature_param_count"]=a0=>(_mono_jiterp_get_signature_param_count=Module["_mono_jiterp_get_signature_param_count"]=wasmExports["mono_jiterp_get_signature_param_count"])(a0);var _mono_jiterp_get_signature_params=Module["_mono_jiterp_get_signature_params"]=a0=>(_mono_jiterp_get_signature_params=Module["_mono_jiterp_get_signature_params"]=wasmExports["mono_jiterp_get_signature_params"])(a0);var _mono_jiterp_type_to_ldind=Module["_mono_jiterp_type_to_ldind"]=a0=>(_mono_jiterp_type_to_ldind=Module["_mono_jiterp_type_to_ldind"]=wasmExports["mono_jiterp_type_to_ldind"])(a0);var _mono_jiterp_type_to_stind=Module["_mono_jiterp_type_to_stind"]=a0=>(_mono_jiterp_type_to_stind=Module["_mono_jiterp_type_to_stind"]=wasmExports["mono_jiterp_type_to_stind"])(a0);var _mono_jiterp_get_array_rank=Module["_mono_jiterp_get_array_rank"]=(a0,a1)=>(_mono_jiterp_get_array_rank=Module["_mono_jiterp_get_array_rank"]=wasmExports["mono_jiterp_get_array_rank"])(a0,a1);var _mono_jiterp_get_array_element_size=Module["_mono_jiterp_get_array_element_size"]=(a0,a1)=>(_mono_jiterp_get_array_element_size=Module["_mono_jiterp_get_array_element_size"]=wasmExports["mono_jiterp_get_array_element_size"])(a0,a1);var _mono_jiterp_set_object_field=Module["_mono_jiterp_set_object_field"]=(a0,a1,a2,a3)=>(_mono_jiterp_set_object_field=Module["_mono_jiterp_set_object_field"]=wasmExports["mono_jiterp_set_object_field"])(a0,a1,a2,a3);var _mono_jiterp_debug_count=Module["_mono_jiterp_debug_count"]=()=>(_mono_jiterp_debug_count=Module["_mono_jiterp_debug_count"]=wasmExports["mono_jiterp_debug_count"])();var _mono_jiterp_stelem_ref=Module["_mono_jiterp_stelem_ref"]=(a0,a1,a2)=>(_mono_jiterp_stelem_ref=Module["_mono_jiterp_stelem_ref"]=wasmExports["mono_jiterp_stelem_ref"])(a0,a1,a2);var _mono_jiterp_get_member_offset=Module["_mono_jiterp_get_member_offset"]=a0=>(_mono_jiterp_get_member_offset=Module["_mono_jiterp_get_member_offset"]=wasmExports["mono_jiterp_get_member_offset"])(a0);var _mono_jiterp_get_counter=Module["_mono_jiterp_get_counter"]=a0=>(_mono_jiterp_get_counter=Module["_mono_jiterp_get_counter"]=wasmExports["mono_jiterp_get_counter"])(a0);var _mono_jiterp_modify_counter=Module["_mono_jiterp_modify_counter"]=(a0,a1)=>(_mono_jiterp_modify_counter=Module["_mono_jiterp_modify_counter"]=wasmExports["mono_jiterp_modify_counter"])(a0,a1);var _mono_jiterp_write_number_unaligned=Module["_mono_jiterp_write_number_unaligned"]=(a0,a1,a2)=>(_mono_jiterp_write_number_unaligned=Module["_mono_jiterp_write_number_unaligned"]=wasmExports["mono_jiterp_write_number_unaligned"])(a0,a1,a2);var _mono_jiterp_get_rejected_trace_count=Module["_mono_jiterp_get_rejected_trace_count"]=()=>(_mono_jiterp_get_rejected_trace_count=Module["_mono_jiterp_get_rejected_trace_count"]=wasmExports["mono_jiterp_get_rejected_trace_count"])();var _mono_jiterp_boost_back_branch_target=Module["_mono_jiterp_boost_back_branch_target"]=a0=>(_mono_jiterp_boost_back_branch_target=Module["_mono_jiterp_boost_back_branch_target"]=wasmExports["mono_jiterp_boost_back_branch_target"])(a0);var _mono_jiterp_is_imethod_var_address_taken=Module["_mono_jiterp_is_imethod_var_address_taken"]=(a0,a1)=>(_mono_jiterp_is_imethod_var_address_taken=Module["_mono_jiterp_is_imethod_var_address_taken"]=wasmExports["mono_jiterp_is_imethod_var_address_taken"])(a0,a1);var _mono_jiterp_initialize_table=Module["_mono_jiterp_initialize_table"]=(a0,a1,a2)=>(_mono_jiterp_initialize_table=Module["_mono_jiterp_initialize_table"]=wasmExports["mono_jiterp_initialize_table"])(a0,a1,a2);var _mono_jiterp_allocate_table_entry=Module["_mono_jiterp_allocate_table_entry"]=a0=>(_mono_jiterp_allocate_table_entry=Module["_mono_jiterp_allocate_table_entry"]=wasmExports["mono_jiterp_allocate_table_entry"])(a0);var _mono_jiterp_tlqueue_next=Module["_mono_jiterp_tlqueue_next"]=a0=>(_mono_jiterp_tlqueue_next=Module["_mono_jiterp_tlqueue_next"]=wasmExports["mono_jiterp_tlqueue_next"])(a0);var _mono_jiterp_tlqueue_add=Module["_mono_jiterp_tlqueue_add"]=(a0,a1)=>(_mono_jiterp_tlqueue_add=Module["_mono_jiterp_tlqueue_add"]=wasmExports["mono_jiterp_tlqueue_add"])(a0,a1);var _mono_jiterp_tlqueue_clear=Module["_mono_jiterp_tlqueue_clear"]=a0=>(_mono_jiterp_tlqueue_clear=Module["_mono_jiterp_tlqueue_clear"]=wasmExports["mono_jiterp_tlqueue_clear"])(a0);var _mono_interp_pgo_load_table=Module["_mono_interp_pgo_load_table"]=(a0,a1)=>(_mono_interp_pgo_load_table=Module["_mono_interp_pgo_load_table"]=wasmExports["mono_interp_pgo_load_table"])(a0,a1);var _mono_interp_pgo_save_table=Module["_mono_interp_pgo_save_table"]=(a0,a1)=>(_mono_interp_pgo_save_table=Module["_mono_interp_pgo_save_table"]=wasmExports["mono_interp_pgo_save_table"])(a0,a1);var _mono_llvm_cpp_catch_exception=Module["_mono_llvm_cpp_catch_exception"]=(a0,a1,a2)=>(_mono_llvm_cpp_catch_exception=Module["_mono_llvm_cpp_catch_exception"]=wasmExports["mono_llvm_cpp_catch_exception"])(a0,a1,a2);var _mono_jiterp_begin_catch=Module["_mono_jiterp_begin_catch"]=a0=>(_mono_jiterp_begin_catch=Module["_mono_jiterp_begin_catch"]=wasmExports["mono_jiterp_begin_catch"])(a0);var _mono_jiterp_end_catch=Module["_mono_jiterp_end_catch"]=()=>(_mono_jiterp_end_catch=Module["_mono_jiterp_end_catch"]=wasmExports["mono_jiterp_end_catch"])();var _sbrk=Module["_sbrk"]=a0=>(_sbrk=Module["_sbrk"]=wasmExports["sbrk"])(a0);var _mono_background_exec=Module["_mono_background_exec"]=()=>(_mono_background_exec=Module["_mono_background_exec"]=wasmExports["mono_background_exec"])();var _mono_wasm_gc_lock=Module["_mono_wasm_gc_lock"]=()=>(_mono_wasm_gc_lock=Module["_mono_wasm_gc_lock"]=wasmExports["mono_wasm_gc_lock"])();var _mono_wasm_gc_unlock=Module["_mono_wasm_gc_unlock"]=()=>(_mono_wasm_gc_unlock=Module["_mono_wasm_gc_unlock"]=wasmExports["mono_wasm_gc_unlock"])();var _mono_print_method_from_ip=Module["_mono_print_method_from_ip"]=a0=>(_mono_print_method_from_ip=Module["_mono_print_method_from_ip"]=wasmExports["mono_print_method_from_ip"])(a0);var _mono_wasm_execute_timer=Module["_mono_wasm_execute_timer"]=()=>(_mono_wasm_execute_timer=Module["_mono_wasm_execute_timer"]=wasmExports["mono_wasm_execute_timer"])();var ___funcs_on_exit=()=>(___funcs_on_exit=wasmExports["__funcs_on_exit"])();var _htons=Module["_htons"]=a0=>(_htons=Module["_htons"]=wasmExports["htons"])(a0);var _emscripten_builtin_memalign=(a0,a1)=>(_emscripten_builtin_memalign=wasmExports["emscripten_builtin_memalign"])(a0,a1);var _ntohs=Module["_ntohs"]=a0=>(_ntohs=Module["_ntohs"]=wasmExports["ntohs"])(a0);var _memalign=Module["_memalign"]=(a0,a1)=>(_memalign=Module["_memalign"]=wasmExports["memalign"])(a0,a1);var ___trap=()=>(___trap=wasmExports["__trap"])();var stackSave=Module["stackSave"]=()=>(stackSave=Module["stackSave"]=wasmExports["stackSave"])();var stackRestore=Module["stackRestore"]=a0=>(stackRestore=Module["stackRestore"]=wasmExports["stackRestore"])(a0);var stackAlloc=Module["stackAlloc"]=a0=>(stackAlloc=Module["stackAlloc"]=wasmExports["stackAlloc"])(a0);var ___cxa_decrement_exception_refcount=a0=>(___cxa_decrement_exception_refcount=wasmExports["__cxa_decrement_exception_refcount"])(a0);var ___cxa_increment_exception_refcount=a0=>(___cxa_increment_exception_refcount=wasmExports["__cxa_increment_exception_refcount"])(a0);var ___thrown_object_from_unwind_exception=a0=>(___thrown_object_from_unwind_exception=wasmExports["__thrown_object_from_unwind_exception"])(a0);var ___get_exception_message=(a0,a1,a2)=>(___get_exception_message=wasmExports["__get_exception_message"])(a0,a1,a2);Module["addRunDependency"]=addRunDependency;Module["removeRunDependency"]=removeRunDependency;Module["FS_createPath"]=FS.createPath;Module["FS_createLazyFile"]=FS.createLazyFile;Module["FS_createDevice"]=FS.createDevice;Module["out"]=out;Module["err"]=err;Module["abort"]=abort;Module["wasmExports"]=wasmExports;Module["runtimeKeepalivePush"]=runtimeKeepalivePush;Module["runtimeKeepalivePop"]=runtimeKeepalivePop;Module["maybeExit"]=maybeExit;Module["ccall"]=ccall;Module["cwrap"]=cwrap;Module["addFunction"]=addFunction;Module["setValue"]=setValue;Module["getValue"]=getValue;Module["UTF8ArrayToString"]=UTF8ArrayToString;Module["UTF8ToString"]=UTF8ToString;Module["stringToUTF8Array"]=stringToUTF8Array;Module["lengthBytesUTF8"]=lengthBytesUTF8;Module["safeSetTimeout"]=safeSetTimeout;Module["FS_createPreloadedFile"]=FS.createPreloadedFile;Module["FS"]=FS;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_unlink"]=FS.unlink;var calledRun;dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function run(){if(runDependencies>0){return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();readyPromiseResolve(Module);if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}run();
+
+
+ return moduleArg.ready
+}
+);
+})();
+export default createDotnetRuntime;
+var fetch = fetch || undefined; var require = require || undefined; var __dirname = __dirname || ''; var _nativeModuleLoaded = false;
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.tgi9uco0f2.js.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.tgi9uco0f2.js.br
new file mode 100644
index 000000000..1ff7c566a
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.tgi9uco0f2.js.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.tgi9uco0f2.js.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.tgi9uco0f2.js.gz
new file mode 100644
index 000000000..1fb47c05b
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.native.tgi9uco0f2.js.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.runtime.o8gq1i8bk6.js b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.runtime.o8gq1i8bk6.js
new file mode 100755
index 000000000..0ddc79f0f
--- /dev/null
+++ b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.runtime.o8gq1i8bk6.js
@@ -0,0 +1,4 @@
+//! Licensed to the .NET Foundation under one or more agreements.
+//! The .NET Foundation licenses this file to you under the MIT license.
+var e="9.0.0",t="Release",n=!1;const r=[[!0,"mono_wasm_register_root","number",["number","number","string"]],[!0,"mono_wasm_deregister_root",null,["number"]],[!0,"mono_wasm_string_get_data_ref",null,["number","number","number","number"]],[!0,"mono_wasm_set_is_debugger_attached","void",["bool"]],[!0,"mono_wasm_send_dbg_command","bool",["number","number","number","number","number"]],[!0,"mono_wasm_send_dbg_command_with_parms","bool",["number","number","number","number","number","number","string"]],[!0,"mono_wasm_setenv",null,["string","string"]],[!0,"mono_wasm_parse_runtime_options",null,["number","number"]],[!0,"mono_wasm_strdup","number",["string"]],[!0,"mono_background_exec",null,[]],[!0,"mono_wasm_execute_timer",null,[]],[!0,"mono_wasm_load_icu_data","number",["number"]],[!1,"mono_wasm_add_assembly","number",["string","number","number"]],[!0,"mono_wasm_add_satellite_assembly","void",["string","string","number","number"]],[!1,"mono_wasm_load_runtime",null,["number"]],[!0,"mono_wasm_change_debugger_log_level","void",["number"]],[!0,"mono_wasm_assembly_load","number",["string"]],[!0,"mono_wasm_assembly_find_class","number",["number","string","string"]],[!0,"mono_wasm_assembly_find_method","number",["number","string","number"]],[!0,"mono_wasm_string_from_utf16_ref","void",["number","number","number"]],[!0,"mono_wasm_intern_string_ref","void",["number"]],[!1,"mono_wasm_exit","void",["number"]],[!0,"mono_wasm_getenv","number",["string"]],[!0,"mono_wasm_set_main_args","void",["number","number"]],[()=>!ot.emscriptenBuildOptions.enableAotProfiler,"mono_wasm_profiler_init_aot","void",["string"]],[()=>!ot.emscriptenBuildOptions.enableBrowserProfiler,"mono_wasm_profiler_init_browser","void",["string"]],[()=>!ot.emscriptenBuildOptions.enableLogProfiler,"mono_wasm_profiler_init_log","void",["string"]],[!0,"mono_wasm_profiler_init_browser","void",["number"]],[!1,"mono_wasm_exec_regression","number",["number","string"]],[!1,"mono_wasm_invoke_jsexport","void",["number","number"]],[!0,"mono_wasm_write_managed_pointer_unsafe","void",["number","number"]],[!0,"mono_wasm_copy_managed_pointer","void",["number","number"]],[!0,"mono_wasm_i52_to_f64","number",["number","number"]],[!0,"mono_wasm_u52_to_f64","number",["number","number"]],[!0,"mono_wasm_f64_to_i52","number",["number","number"]],[!0,"mono_wasm_f64_to_u52","number",["number","number"]],[!0,"mono_wasm_method_get_name","number",["number"]],[!0,"mono_wasm_method_get_full_name","number",["number"]],[!0,"mono_wasm_gc_lock","void",[]],[!0,"mono_wasm_gc_unlock","void",[]],[!0,"mono_wasm_get_i32_unaligned","number",["number"]],[!0,"mono_wasm_get_f32_unaligned","number",["number"]],[!0,"mono_wasm_get_f64_unaligned","number",["number"]],[!0,"mono_wasm_read_as_bool_or_null_unsafe","number",["number"]],[!0,"mono_jiterp_trace_bailout","void",["number"]],[!0,"mono_jiterp_get_trace_bailout_count","number",["number"]],[!0,"mono_jiterp_value_copy","void",["number","number","number"]],[!0,"mono_jiterp_get_member_offset","number",["number"]],[!0,"mono_jiterp_encode_leb52","number",["number","number","number"]],[!0,"mono_jiterp_encode_leb64_ref","number",["number","number","number"]],[!0,"mono_jiterp_encode_leb_signed_boundary","number",["number","number","number"]],[!0,"mono_jiterp_write_number_unaligned","void",["number","number","number"]],[!0,"mono_jiterp_type_is_byref","number",["number"]],[!0,"mono_jiterp_get_size_of_stackval","number",[]],[!0,"mono_jiterp_parse_option","number",["string"]],[!0,"mono_jiterp_get_options_as_json","number",[]],[!0,"mono_jiterp_get_option_as_int","number",["string"]],[!0,"mono_jiterp_get_options_version","number",[]],[!0,"mono_jiterp_adjust_abort_count","number",["number","number"]],[!0,"mono_jiterp_register_jit_call_thunk","void",["number","number"]],[!0,"mono_jiterp_type_get_raw_value_size","number",["number"]],[!0,"mono_jiterp_get_signature_has_this","number",["number"]],[!0,"mono_jiterp_get_signature_return_type","number",["number"]],[!0,"mono_jiterp_get_signature_param_count","number",["number"]],[!0,"mono_jiterp_get_signature_params","number",["number"]],[!0,"mono_jiterp_type_to_ldind","number",["number"]],[!0,"mono_jiterp_type_to_stind","number",["number"]],[!0,"mono_jiterp_imethod_to_ftnptr","number",["number"]],[!0,"mono_jiterp_debug_count","number",[]],[!0,"mono_jiterp_get_trace_hit_count","number",["number"]],[!0,"mono_jiterp_get_polling_required_address","number",[]],[!0,"mono_jiterp_get_rejected_trace_count","number",[]],[!0,"mono_jiterp_boost_back_branch_target","void",["number"]],[!0,"mono_jiterp_is_imethod_var_address_taken","number",["number","number"]],[!0,"mono_jiterp_get_opcode_value_table_entry","number",["number"]],[!0,"mono_jiterp_get_simd_intrinsic","number",["number","number"]],[!0,"mono_jiterp_get_simd_opcode","number",["number","number"]],[!0,"mono_jiterp_get_arg_offset","number",["number","number","number"]],[!0,"mono_jiterp_get_opcode_info","number",["number","number"]],[!0,"mono_wasm_is_zero_page_reserved","number",[]],[!0,"mono_jiterp_is_special_interface","number",["number"]],[!0,"mono_jiterp_initialize_table","void",["number","number","number"]],[!0,"mono_jiterp_allocate_table_entry","number",["number"]],[!0,"mono_jiterp_get_interp_entry_func","number",["number"]],[!0,"mono_jiterp_get_counter","number",["number"]],[!0,"mono_jiterp_modify_counter","number",["number","number"]],[!0,"mono_jiterp_tlqueue_next","number",["number"]],[!0,"mono_jiterp_tlqueue_add","number",["number","number"]],[!0,"mono_jiterp_tlqueue_clear","void",["number"]],[!0,"mono_jiterp_begin_catch","void",["number"]],[!0,"mono_jiterp_end_catch","void",[]],[!0,"mono_interp_pgo_load_table","number",["number","number"]],[!0,"mono_interp_pgo_save_table","number",["number","number"]]],o={},a=o,s=["void","number",null];function i(e,t,n,r){let o=void 0===r&&s.indexOf(t)>=0&&(!n||n.every((e=>s.indexOf(e)>=0)))&&Xe.wasmExports?Xe.wasmExports[e]:void 0;if(o&&n&&o.length!==n.length&&(Pe(`argument count mismatch for cwrap ${e}`),o=void 0),"function"!=typeof o&&(o=Xe.cwrap(e,t,n,r)),"function"!=typeof o)throw new Error(`cwrap ${e} not found or not a function`);return o}const c=0,l=0,p=0,u=BigInt("9223372036854775807"),d=BigInt("-9223372036854775808");function f(e,t,n){if(!Number.isSafeInteger(e))throw new Error(`Assert failed: Value is not an integer: ${e} (${typeof e})`);if(!(e>=t&&e<=n))throw new Error(`Assert failed: Overflow: value ${e} is out of ${t} ${n} range`)}function _(e,t){Y().fill(0,e,e+t)}function m(e,t){const n=!!t;"number"==typeof t&&f(t,0,1),Xe.HEAP32[e>>>2]=n?1:0}function h(e,t){const n=!!t;"number"==typeof t&&f(t,0,1),Xe.HEAPU8[e]=n?1:0}function g(e,t){f(t,0,255),Xe.HEAPU8[e]=t}function b(e,t){f(t,0,65535),Xe.HEAPU16[e>>>1]=t}function y(e,t,n){f(n,0,65535),e[t>>>1]=n}function w(e,t){f(t,0,4294967295),Xe.HEAPU32[e>>>2]=t}function k(e,t){f(t,-128,127),Xe.HEAP8[e]=t}function S(e,t){f(t,-32768,32767),Xe.HEAP16[e>>>1]=t}function v(e,t){f(t,-2147483648,2147483647),Xe.HEAP32[e>>>2]=t}function U(e){if(0!==e)switch(e){case 1:throw new Error("value was not an integer");case 2:throw new Error("value out of range");default:throw new Error("unknown internal error")}}function E(e,t){if(!Number.isSafeInteger(t))throw new Error(`Assert failed: Value is not a safe integer: ${t} (${typeof t})`);U(o.mono_wasm_f64_to_i52(e,t))}function T(e,t){if(!Number.isSafeInteger(t))throw new Error(`Assert failed: Value is not a safe integer: ${t} (${typeof t})`);if(!(t>=0))throw new Error("Assert failed: Can't convert negative Number into UInt64");U(o.mono_wasm_f64_to_u52(e,t))}function x(e,t){if("bigint"!=typeof t)throw new Error(`Assert failed: Value is not an bigint: ${t} (${typeof t})`);if(!(t>=d&&t<=u))throw new Error(`Assert failed: Overflow: value ${t} is out of ${d} ${u} range`);Xe.HEAP64[e>>>3]=t}function I(e,t){if("number"!=typeof t)throw new Error(`Assert failed: Value is not a Number: ${t} (${typeof t})`);Xe.HEAPF32[e>>>2]=t}function A(e,t){if("number"!=typeof t)throw new Error(`Assert failed: Value is not a Number: ${t} (${typeof t})`);Xe.HEAPF64[e>>>3]=t}let j=!0;function $(e){const t=Xe.HEAPU32[e>>>2];return t>1&&j&&(j=!1,Me(`getB32: value at ${e} is not a boolean, but a number: ${t}`)),!!t}function L(e){return!!Xe.HEAPU8[e]}function R(e){return Xe.HEAPU8[e]}function B(e){return Xe.HEAPU16[e>>>1]}function N(e){return Xe.HEAPU32[e>>>2]}function C(e,t){return e[t>>>2]}function O(e){return o.mono_wasm_get_i32_unaligned(e)}function D(e){return o.mono_wasm_get_i32_unaligned(e)>>>0}function F(e){return Xe.HEAP8[e]}function M(e){return Xe.HEAP16[e>>>1]}function P(e){return Xe.HEAP32[e>>>2]}function V(e){const t=o.mono_wasm_i52_to_f64(e,ot._i52_error_scratch_buffer);return U(P(ot._i52_error_scratch_buffer)),t}function z(e){const t=o.mono_wasm_u52_to_f64(e,ot._i52_error_scratch_buffer);return U(P(ot._i52_error_scratch_buffer)),t}function H(e){return Xe.HEAP64[e>>>3]}function W(e){return Xe.HEAPF32[e>>>2]}function q(e){return Xe.HEAPF64[e>>>3]}function G(){return Xe.HEAP8}function J(){return Xe.HEAP16}function X(){return Xe.HEAP32}function Q(){return Xe.HEAP64}function Y(){return Xe.HEAPU8}function Z(){return Xe.HEAPU16}function K(){return Xe.HEAPU32}function ee(){return Xe.HEAPF32}function te(){return Xe.HEAPF64}let ne=!1;function re(){if(ne)throw new Error("GC is already locked");ne=!0}function oe(){if(!ne)throw new Error("GC is not locked");ne=!1}const ae=8192;let se=null,ie=null,ce=0;const le=[],pe=[];function ue(e,t){if(e<=0)throw new Error("capacity >= 1");const n=4*(e|=0),r=Xe._malloc(n);if(r%4!=0)throw new Error("Malloc returned an unaligned offset");return _(r,n),new WasmRootBufferImpl(r,e,!0,t)}class WasmRootBufferImpl{constructor(e,t,n,r){const a=4*t;this.__offset=e,this.__offset32=e>>>2,this.__count=t,this.length=t,this.__handle=o.mono_wasm_register_root(e,a,r||"noname"),this.__ownsAllocation=n}_throw_index_out_of_range(){throw new Error("index out of range")}_check_in_range(e){(e>=this.__count||e<0)&&this._throw_index_out_of_range()}get_address(e){return this._check_in_range(e),this.__offset+4*e}get_address_32(e){return this._check_in_range(e),this.__offset32+e}get(e){this._check_in_range(e);const t=this.get_address_32(e);return K()[t]}set(e,t){const n=this.get_address(e);return o.mono_wasm_write_managed_pointer_unsafe(n,t),t}copy_value_from_address(e,t){const n=this.get_address(e);o.mono_wasm_copy_managed_pointer(n,t)}_unsafe_get(e){return K()[this.__offset32+e]}_unsafe_set(e,t){const n=this.__offset+e;o.mono_wasm_write_managed_pointer_unsafe(n,t)}clear(){this.__offset&&_(this.__offset,4*this.__count)}release(){this.__offset&&this.__ownsAllocation&&(o.mono_wasm_deregister_root(this.__offset),_(this.__offset,4*this.__count),Xe._free(this.__offset)),this.__handle=this.__offset=this.__count=this.__offset32=0}toString(){return`[root buffer @${this.get_address(0)}, size ${this.__count} ]`}}class de{constructor(e,t){this.__buffer=e,this.__index=t}get_address(){return this.__buffer.get_address(this.__index)}get_address_32(){return this.__buffer.get_address_32(this.__index)}get address(){return this.__buffer.get_address(this.__index)}get(){return this.__buffer._unsafe_get(this.__index)}set(e){const t=this.__buffer.get_address(this.__index);return o.mono_wasm_write_managed_pointer_unsafe(t,e),e}copy_from(e){const t=e.address,n=this.address;o.mono_wasm_copy_managed_pointer(n,t)}copy_to(e){const t=this.address,n=e.address;o.mono_wasm_copy_managed_pointer(n,t)}copy_from_address(e){const t=this.address;o.mono_wasm_copy_managed_pointer(t,e)}copy_to_address(e){const t=this.address;o.mono_wasm_copy_managed_pointer(e,t)}get value(){return this.get()}set value(e){this.set(e)}valueOf(){throw new Error("Implicit conversion of roots to pointers is no longer supported. Use .value or .address as appropriate")}clear(){const e=this.__buffer.get_address_32(this.__index);K()[e]=0}release(){if(!this.__buffer)throw new Error("No buffer");var e;le.length>128?(void 0!==(e=this.__index)&&(se.set(e,0),ie[ce]=e,ce++),this.__buffer=null,this.__index=0):(this.set(0),le.push(this))}toString(){return`[root @${this.address}]`}}class fe{constructor(e){this.__external_address=0,this.__external_address_32=0,this._set_address(e)}_set_address(e){this.__external_address=e,this.__external_address_32=e>>>2}get address(){return this.__external_address}get_address(){return this.__external_address}get_address_32(){return this.__external_address_32}get(){return K()[this.__external_address_32]}set(e){return o.mono_wasm_write_managed_pointer_unsafe(this.__external_address,e),e}copy_from(e){const t=e.address,n=this.__external_address;o.mono_wasm_copy_managed_pointer(n,t)}copy_to(e){const t=this.__external_address,n=e.address;o.mono_wasm_copy_managed_pointer(n,t)}copy_from_address(e){const t=this.__external_address;o.mono_wasm_copy_managed_pointer(t,e)}copy_to_address(e){const t=this.__external_address;o.mono_wasm_copy_managed_pointer(e,t)}get value(){return this.get()}set value(e){this.set(e)}valueOf(){throw new Error("Implicit conversion of roots to pointers is no longer supported. Use .value or .address as appropriate")}clear(){K()[this.__external_address>>>2]=0}release(){pe.length<128&&pe.push(this)}toString(){return`[external root @${this.address}]`}}const _e=new Map,me="";let he;const ge=new Map;let be,ye,we,ke,Se,ve=0,Ue=null,Ee=0;function Te(e){if(void 0===ke){const t=Xe.lengthBytesUTF8(e),n=new Uint8Array(t);return Xe.stringToUTF8Array(e,n,0,t),n}return ke.encode(e)}function xe(e){const t=Y();return function(e,t,n){const r=t+n;let o=t;for(;e[o]&&!(o>=r);)++o;if(o-t<=16)return Xe.UTF8ArrayToString(e,t,n);if(void 0===we)return Xe.UTF8ArrayToString(e,t,n);const a=Ne(e,t,o);return we.decode(a)}(t,e,t.length-e)}function Ie(e,t){if(be){const n=Ne(Y(),e,t);return be.decode(n)}return Ae(e,t)}function Ae(e,t){let n="";const r=Z();for(let o=e;o>>1];n+=String.fromCharCode(e)}return n}function je(e,t,n){const r=Z(),o=n.length;for(let a=0;a=t));a++);}function $e(e){const t=2*(e.length+1),n=Xe._malloc(t);return _(n,2*e.length),je(n,n+t,e),n}function Le(e){if(e.value===l)return null;const t=he+0,n=he+4,r=he+8;let a;o.mono_wasm_string_get_data_ref(e.address,t,n,r);const s=K(),i=C(s,n),c=C(s,t),p=C(s,r);if(p&&(a=ge.get(e.value)),void 0===a&&(i&&c?(a=Ie(c,c+i),p&&ge.set(e.value,a)):a=me),void 0===a)throw new Error(`internal error when decoding string at location ${e.value}`);return a}function Re(e,t){let n;if("symbol"==typeof e?(n=e.description,"string"!=typeof n&&(n=Symbol.keyFor(e)),"string"!=typeof n&&(n="")):"string"==typeof e&&(n=e),"string"!=typeof n)throw new Error(`Argument to stringToInternedMonoStringRoot must be a string but was ${e}`);if(0===n.length&&ve)return void t.set(ve);const r=_e.get(n);r?t.set(r):(Be(n,t),function(e,t,n){if(!t.value)throw new Error("null pointer passed to _store_string_in_intern_table");Ee>=8192&&(Ue=null),Ue||(Ue=ue(8192,"interned strings"),Ee=0);const r=Ue,a=Ee++;if(o.mono_wasm_intern_string_ref(t.address),!t.value)throw new Error("mono_wasm_intern_string_ref produced a null pointer");_e.set(e,t.value),ge.set(t.value,e),0!==e.length||ve||(ve=t.value),r.copy_value_from_address(a,t.address)}(n,t))}function Be(e,t){const n=2*(e.length+1),r=Xe._malloc(n);je(r,r+n,e),o.mono_wasm_string_from_utf16_ref(r,e.length,t.address),Xe._free(r)}function Ne(e,t,n){return e.buffer,e.subarray(t,n)}function Ce(e){if(e===l)return null;Se.value=e;const t=Le(Se);return Se.value=l,t}let Oe="MONO_WASM: ";function De(e){if(ot.diagnosticTracing){const t="function"==typeof e?e():e;console.debug(Oe+t)}}function Fe(e,...t){console.info(Oe+e,...t)}function Me(e,...t){console.warn(Oe+e,...t)}function Pe(e,...t){if(t&&t.length>0&&t[0]&&"object"==typeof t[0]){if(t[0].silent)return;if(t[0].toString)return void console.error(Oe+e,t[0].toString())}console.error(Oe+e,...t)}const Ve=new Map;let ze;const He=[];function We(e){try{if(Ge(),0==Ve.size)return e;const t=e;for(let n=0;n{const n=t.find((e=>"object"==typeof e&&void 0!==e.replaceSection));if(void 0===n)return e;const r=n.funcNum,o=n.replaceSection,a=Ve.get(Number(r));return void 0===a?e:e.replace(o,`${a} (${o})`)}));if(r!==t)return r}return t}catch(t){return console.debug(`failed to symbolicate: ${t}`),e}}function qe(e){let t;return t="string"==typeof e?e:null==e||void 0===e.stack?(new Error).stack+"":e.stack+"",We(t)}function Ge(){if(!ze)return;He.push(/at (?[^:()]+:wasm-function\[(?\d+)\]:0x[a-fA-F\d]+)((?![^)a-fA-F\d])|$)/),He.push(/(?:WASM \[[\da-zA-Z]+\], (?function #(?[\d]+) \(''\)))/),He.push(/(?[a-z]+:\/\/[^ )]*:wasm-function\[(?\d+)\]:0x[a-fA-F\d]+)/),He.push(/(?<[^ >]+>[.:]wasm-function\[(?[0-9]+)\])/);const e=ze;ze=void 0;try{e.split(/[\r\n]/).forEach((e=>{const t=e.split(/:/);t.length<2||(t[1]=t.splice(1).join(":"),Ve.set(Number(t[0]),t[1]))})),at.diagnosticTracing&&De(`Loaded ${Ve.size} symbols`)}catch(e){Me(`Failed to load symbol map: ${e}`)}}function Je(){return Ge(),[...Ve.values()]}let Xe,Qe;const Ye="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,Ze="function"==typeof importScripts,Ke=Ze&&"undefined"!=typeof dotnetSidecar,et=Ze&&!Ke,tt="object"==typeof window||Ze&&!Ye,nt=!tt&&!Ye;let rt=null,ot=null,at=null,st=null,it=!1;function ct(e,t){ot.emscriptenBuildOptions=t,e.isPThread,ot.quit=e.quit_,ot.ExitStatus=e.ExitStatus,ot.getMemory=e.getMemory,ot.getWasmIndirectFunctionTable=e.getWasmIndirectFunctionTable,ot.updateMemoryViews=e.updateMemoryViews}function lt(e){if(it)throw new Error("Runtime module already loaded");it=!0,Xe=e.module,Qe=e.internal,ot=e.runtimeHelpers,at=e.loaderHelpers,st=e.globalizationHelpers,rt=e.api;const t={gitHash:"9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3",coreAssetsInMemory:pt(),allAssetsInMemory:pt(),dotnetReady:pt(),afterInstantiateWasm:pt(),beforePreInit:pt(),afterPreInit:pt(),afterPreRun:pt(),beforeOnRuntimeInitialized:pt(),afterMonoStarted:pt(),afterDeputyReady:pt(),afterIOStarted:pt(),afterOnRuntimeInitialized:pt(),afterPostRun:pt(),nativeAbort:e=>{throw e||new Error("abort")},nativeExit:e=>{throw new Error("exit:"+e)}};Object.assign(ot,t),Object.assign(e.module.config,{}),Object.assign(e.api,{Module:e.module,...e.module}),Object.assign(e.api,{INTERNAL:e.internal})}function pt(e,t){return at.createPromiseController(e,t)}function ut(e,t){if(e)return;const n="Assert failed: "+("function"==typeof t?t():t),r=new Error(n);Pe(n,r),ot.nativeAbort(r)}function dt(e,t,n){const r=function(e,t,n){let r,o=0;r=e.length-o;const a={read:function(){if(o>=r)return null;const t=e[o];return o+=1,t}};return Object.defineProperty(a,"eof",{get:function(){return o>=r},configurable:!0,enumerable:!0}),a}(e);let o="",a=0,s=0,i=0,c=0,l=0,p=0;for(;a=r.read(),s=r.read(),i=r.read(),null!==a;)null===s&&(s=0,l+=1),null===i&&(i=0,l+=1),p=a<<16|s<<8|i,c=(16777215&p)>>18,o+=ft[c],c=(262143&p)>>12,o+=ft[c],l<2&&(c=(4095&p)>>6,o+=ft[c]),2===l?o+="==":1===l?o+="=":(c=63&p,o+=ft[c]);return o}const ft=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"],_t=new Map;_t.remove=function(e){const t=this.get(e);return this.delete(e),t};let mt,ht,gt,bt={},yt=0,wt=-1;function mono_wasm_fire_debugger_agent_message_with_data_to_pause(e){console.assert(!0,`mono_wasm_fire_debugger_agent_message_with_data ${e}`);debugger}function kt(e){e.length>wt&&(mt&&Xe._free(mt),wt=Math.max(e.length,wt,256),mt=Xe._malloc(wt));const t=atob(e),n=Y();for(let e=0;ee.value)),e;if(void 0===t.dimensionsDetails||1===t.dimensionsDetails.length)return e=t.items.map((e=>e.value)),e}const n={};return Object.keys(t).forEach((e=>{const r=t[e];void 0!==r.get?Object.defineProperty(n,r.name,{get:()=>vt(r.get.id,r.get.commandSet,r.get.command,r.get.buffer),set:function(e){return St(r.set.id,r.set.commandSet,r.set.command,r.set.buffer,r.set.length,r.set.valtype,e),!0}}):void 0!==r.set?Object.defineProperty(n,r.name,{get:()=>r.value,set:function(e){return St(r.set.id,r.set.commandSet,r.set.command,r.set.buffer,r.set.length,r.set.valtype,e),!0}}):n[r.name]=r.value})),n}(t,n);const o=null!=e.arguments?e.arguments.map((e=>JSON.stringify(e.value))):[],a=`const fn = ${e.functionDeclaration}; return fn.apply(proxy, [${o}]);`,s=new Function("proxy",a)(r);if(void 0===s)return{type:"undefined"};if(Object(s)!==s)return"object"==typeof s&&null==s?{type:typeof s,subtype:`${s}`,value:null}:{type:typeof s,description:`${s}`,value:`${s}`};if(e.returnByValue&&null==s.subtype)return{type:"object",value:s};if(Object.getPrototypeOf(s)==Array.prototype){const e=Lt(s);return{type:"object",subtype:"array",className:"Array",description:`Array(${s.length})`,objectId:e}}return void 0!==s.value||void 0!==s.subtype?s:s==r?{type:"object",className:"Object",description:"Object",objectId:t}:{type:"object",className:"Object",description:"Object",objectId:Lt(s)}}function $t(e,t={}){return function(e,t){if(!(e in bt))throw new Error(`Could not find any object with id ${e}`);const n=bt[e],r=Object.getOwnPropertyDescriptors(n);t.accessorPropertiesOnly&&Object.keys(r).forEach((e=>{void 0===r[e].get&&Reflect.deleteProperty(r,e)}));const o=[];return Object.keys(r).forEach((e=>{let t;const n=r[e];t="object"==typeof n.value?Object.assign({name:e},n):void 0!==n.value?{name:e,value:Object.assign({type:typeof n.value,description:""+n.value},n)}:void 0!==n.get?{name:e,get:{className:"Function",description:`get ${e} () {}`,type:"function"}}:{name:e,value:{type:"symbol",value:"",description:""}},o.push(t)})),{__value_as_json_string__:JSON.stringify(o)}}(`dotnet:cfo_res:${e}`,t)}function Lt(e){const t="dotnet:cfo_res:"+yt++;return bt[t]=e,t}function Rt(e){e in bt&&delete bt[e]}function Bt(){if(ot.enablePerfMeasure)return globalThis.performance.now()}function Nt(e,t,n){if(ot.enablePerfMeasure&&e){const r=tt?{start:e}:{startTime:e},o=n?`${t}${n} `:t;globalThis.performance.measure(o,r)}}const Ct=[],Ot=new Map;function Dt(e,t,n){if(0===t||1===t||2===t||26===t)return;let r,o,a,s;o=Yr(Rn(e)),a=Yr(Bn(e)),s=Yr(Nn(e));const i=Ln(e);r=Ft(i),19===t&&(t=i);const c=Ft(t),l=Rn(e),p=n*Un;return e=>c(e+p,l,r,o,a,s)}function Ft(e){if(0===e||1===e)return;const t=yn.get(e);return t&&"function"==typeof t||ut(!1,`ERR41: Unknown converter for type ${e}. ${Xr}`),t}function Mt(e){return 0==Dn(e)?null:function(e){return e||ut(!1,"Null arg"),L(e)}(e)}function Pt(e){return 0==Dn(e)?null:function(e){return e||ut(!1,"Null arg"),R(e)}(e)}function Vt(e){return 0==Dn(e)?null:function(e){return e||ut(!1,"Null arg"),B(e)}(e)}function zt(e){return 0==Dn(e)?null:function(e){return e||ut(!1,"Null arg"),M(e)}(e)}function Ht(e){return 0==Dn(e)?null:function(e){return e||ut(!1,"Null arg"),P(e)}(e)}function Wt(e){return 0==Dn(e)?null:function(e){return e||ut(!1,"Null arg"),q(e)}(e)}function qt(e){return 0==Dn(e)?null:function(e){return e||ut(!1,"Null arg"),H(e)}(e)}function Gt(e){return 0==Dn(e)?null:function(e){return e||ut(!1,"Null arg"),W(e)}(e)}function Jt(e){return 0==Dn(e)?null:function(e){return e||ut(!1,"Null arg"),q(e)}(e)}function Xt(e){return 0==Dn(e)?null:Pn(e)}function Qt(){return null}function Yt(e){return 0===Dn(e)?null:function(e){e||ut(!1,"Null arg");const t=q(e);return new Date(t)}(e)}function Zt(e,t,n,r,o,a){if(0===Dn(e))return null;const s=Jn(e);let i=Vr(s);return null==i&&(i=(e,t,i)=>function(e,t,n,r,o,a,s,i){at.assert_runtime_running();const c=Xe.stackSave();try{const c=xn(6),l=In(c,2);if(Mn(l,14),Xn(l,e),a&&a(In(c,3),t),s&&s(In(c,4),n),i&&i(In(c,5),r),gn(mn.CallDelegate,c),o)return o(In(c,1))}finally{Xe.stackRestore(c)}}(s,e,t,i,n,r,o,a),i.dispose=()=>{i.isDisposed||(i.isDisposed=!0,Fr(i,s))},i.isDisposed=!1,Dr(i,s)),i}class Kt{constructor(e,t){this.promise=e,this.resolve_or_reject=t}}function en(e,t,n){const r=Dn(e);30==r&&ut(!1,"Unexpected Task type: TaskPreCreated");const o=rn(e,r,n);if(!1!==o)return o;const a=qn(e),s=on(n);return function(e,t){dr(),vr[0-t]=e,Object.isExtensible(e)&&(e[Rr]=t)}(s,a),s.promise}function tn(e,t,n){const r=on(n);return Gn(e,Cr(r)),Mn(e,30),r.promise}function nn(e,t,n){const r=In(e,1),o=Dn(r);if(30===o)return n;Or(Cr(n));const a=rn(r,o,t);return!1===a&&ut(!1,`Expected synchronous result, got: ${o}`),a}function rn(e,t,n){if(0===t)return null;if(29===t)return Promise.reject(sn(e));if(28===t){const t=Fn(e);if(1===t)return Promise.resolve();Mn(e,t),n||(n=yn.get(t)),n||ut(!1,`Unknown sub_converter for type ${t}. ${Xr}`);const r=n(e);return Promise.resolve(r)}return!1}function on(e){const{promise:t,promise_control:n}=at.createPromiseController();return new Kt(t,((t,r,o)=>{if(29===t){const e=sn(o);n.reject(e)}else if(28===t){const t=Dn(o);if(1===t)n.resolve(void 0);else{e||(e=yn.get(t)),e||ut(!1,`Unknown sub_converter for type ${t}. ${Xr}`);const r=e(o);n.resolve(r)}}else ut(!1,`Unexpected type ${t}`);Or(r)}))}function an(e){if(0==Dn(e))return null;{const t=Qn(e);try{return Le(t)}finally{t.release()}}}function sn(e){const t=Dn(e);if(0==t)return null;if(27==t)return Nr(qn(e));const n=Jn(e);let r=Vr(n);if(null==r){const t=an(e);r=new ManagedError(t),Dr(r,n)}return r}function cn(e){if(0==Dn(e))return null;const t=qn(e),n=Nr(t);return void 0===n&&ut(!1,`JS object JSHandle ${t} was not found`),n}function ln(e){const t=Dn(e);if(0==t)return null;if(13==t)return Nr(qn(e));if(21==t)return un(e,Fn(e));if(14==t){const t=Jn(e);if(t===p)return null;let n=Vr(t);return n||(n=new ManagedObject,Dr(n,t)),n}const n=yn.get(t);return n||ut(!1,`Unknown converter for type ${t}. ${Xr}`),n(e)}function pn(e,t){return t||ut(!1,"Expected valid element_type parameter"),un(e,t)}function un(e,t){if(0==Dn(e))return null;-1==Kn(t)&&ut(!1,`Element type ${t} not supported`);const n=Pn(e),r=Yn(e);let a=null;if(15==t){a=new Array(r);for(let e=0;e>2,(n>>2)+r).slice();else{if(10!=t)throw new Error(`NotImplementedException ${t}. ${Xr}`);a=te().subarray(n>>3,(n>>3)+r).slice()}return Xe._free(n),a}function dn(e,t){t||ut(!1,"Expected valid element_type parameter");const n=Pn(e),r=Yn(e);let o=null;if(4==t)o=new Span(n,r,0);else if(7==t)o=new Span(n,r,1);else{if(10!=t)throw new Error(`NotImplementedException ${t}. ${Xr}`);o=new Span(n,r,2)}return o}function fn(e,t){t||ut(!1,"Expected valid element_type parameter");const n=Pn(e),r=Yn(e);let o=null;if(4==t)o=new ArraySegment(n,r,0);else if(7==t)o=new ArraySegment(n,r,1);else{if(10!=t)throw new Error(`NotImplementedException ${t}. ${Xr}`);o=new ArraySegment(n,r,2)}return Dr(o,Jn(e)),o}const _n={pthreadId:0,reuseCount:0,updateCount:0,threadPrefix:" - ",threadName:"emscripten-loaded"},mn={};function hn(e,t,n,r){if(dr(),o.mono_wasm_invoke_jsexport(t,n),An(n))throw sn(In(n,0))}function gn(e,t){if(dr(),o.mono_wasm_invoke_jsexport(e,t),An(t))throw sn(In(t,0))}function bn(e){const t=o.mono_wasm_assembly_find_method(ot.runtime_interop_exports_class,e,-1);if(!t)throw"Can't find method "+ot.runtime_interop_namespace+"."+ot.runtime_interop_exports_classname+"."+e;return t}const yn=new Map,wn=new Map,kn=Symbol.for("wasm bound_cs_function"),Sn=Symbol.for("wasm bound_js_function"),vn=Symbol.for("wasm imported_js_function"),Un=32,En=32,Tn=32;function xn(e){const t=Un*e,n=Xe.stackAlloc(t);return _(n,t),n}function In(e,t){return e||ut(!1,"Null args"),e+t*Un}function An(e){return e||ut(!1,"Null args"),0!==Dn(e)}function jn(e,t){return e||ut(!1,"Null signatures"),e+t*En+Tn}function $n(e){return e||ut(!1,"Null sig"),R(e+0)}function Ln(e){return e||ut(!1,"Null sig"),R(e+16)}function Rn(e){return e||ut(!1,"Null sig"),R(e+20)}function Bn(e){return e||ut(!1,"Null sig"),R(e+24)}function Nn(e){return e||ut(!1,"Null sig"),R(e+28)}function Cn(e){return e||ut(!1,"Null signatures"),P(e+4)}function On(e){return e||ut(!1,"Null signatures"),P(e+0)}function Dn(e){return e||ut(!1,"Null arg"),R(e+12)}function Fn(e){return e||ut(!1,"Null arg"),R(e+13)}function Mn(e,t){e||ut(!1,"Null arg"),g(e+12,t)}function Pn(e){return e||ut(!1,"Null arg"),P(e)}function Vn(e,t){if(e||ut(!1,"Null arg"),"boolean"!=typeof t)throw new Error(`Assert failed: Value is not a Boolean: ${t} (${typeof t})`);h(e,t)}function zn(e,t){e||ut(!1,"Null arg"),v(e,t)}function Hn(e,t){e||ut(!1,"Null arg"),A(e,t.getTime())}function Wn(e,t){e||ut(!1,"Null arg"),A(e,t)}function qn(e){return e||ut(!1,"Null arg"),P(e+4)}function Gn(e,t){e||ut(!1,"Null arg"),v(e+4,t)}function Jn(e){return e||ut(!1,"Null arg"),P(e+4)}function Xn(e,t){e||ut(!1,"Null arg"),v(e+4,t)}function Qn(e){return e||ut(!1,"Null arg"),function(e){let t;if(!e)throw new Error("address must be a location in the native heap");return pe.length>0?(t=pe.pop(),t._set_address(e)):t=new fe(e),t}(e)}function Yn(e){return e||ut(!1,"Null arg"),P(e+8)}function Zn(e,t){e||ut(!1,"Null arg"),v(e+8,t)}class ManagedObject{dispose(){Fr(this,p)}get isDisposed(){return this[Lr]===p}toString(){return`CsObject(gc_handle: ${this[Lr]})`}}class ManagedError extends Error{constructor(e){super(e),this.superStack=Object.getOwnPropertyDescriptor(this,"stack"),Object.defineProperty(this,"stack",{get:this.getManageStack})}getSuperStack(){if(this.superStack){if(void 0!==this.superStack.value)return this.superStack.value;if(void 0!==this.superStack.get)return this.superStack.get.call(this)}return super.stack}getManageStack(){if(this.managed_stack)return this.managed_stack;if(!at.is_runtime_running())return this.managed_stack="... omitted managed stack trace.\n"+this.getSuperStack(),this.managed_stack;{const e=this[Lr];if(e!==p){const t=function(e){at.assert_runtime_running();const t=Xe.stackSave();try{const t=xn(3),n=In(t,2);return Mn(n,16),Xn(n,e),gn(mn.GetManagedStackTrace,t),an(In(t,1))}finally{Xe.stackRestore(t)}}(e);if(t)return this.managed_stack=t+"\n"+this.getSuperStack(),this.managed_stack}}return this.getSuperStack()}dispose(){Fr(this,p)}get isDisposed(){return this[Lr]===p}}function Kn(e){return 4==e?1:7==e?4:8==e||10==e?8:15==e||14==e||13==e?Un:-1}class er{constructor(e,t,n){this._pointer=e,this._length=t,this._viewType=n}_unsafe_create_view(){const e=0==this._viewType?new Uint8Array(Y().buffer,this._pointer,this._length):1==this._viewType?new Int32Array(X().buffer,this._pointer,this._length):2==this._viewType?new Float64Array(te().buffer,this._pointer,this._length):null;if(!e)throw new Error("NotImplementedException");return e}set(e,t){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");const n=this._unsafe_create_view();if(!e||!n||e.constructor!==n.constructor)throw new Error(`Assert failed: Expected ${n.constructor}`);n.set(e,t)}copyTo(e,t){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");const n=this._unsafe_create_view();if(!e||!n||e.constructor!==n.constructor)throw new Error(`Assert failed: Expected ${n.constructor}`);const r=n.subarray(t);e.set(r)}slice(e,t){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");return this._unsafe_create_view().slice(e,t)}get length(){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");return this._length}get byteLength(){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");return 0==this._viewType?this._length:1==this._viewType?this._length<<2:2==this._viewType?this._length<<3:0}}class Span extends er{constructor(e,t,n){super(e,t,n),this.is_disposed=!1}dispose(){this.is_disposed=!0}get isDisposed(){return this.is_disposed}}class ArraySegment extends er{constructor(e,t,n){super(e,t,n)}dispose(){Fr(this,p)}get isDisposed(){return this[Lr]===p}}const tr=[null];function nr(e){const t=e.args_count,r=e.arg_marshalers,o=e.res_converter,a=e.arg_cleanup,s=e.has_cleanup,i=e.fn,c=e.fqn;return e=null,function(l){const p=Bt();try{n&&e.isDisposed;const c=new Array(t);for(let e=0;e{const o=await n;return r&&(pr.set(e,o),at.diagnosticTracing&&De(`imported ES6 module '${e}' from '${t}'`)),o}))}function dr(){at.assert_runtime_running(),ot.mono_wasm_bindings_is_ready||ut(!1,"The runtime must be initialized.")}function fr(e){e()}const _r="function"==typeof globalThis.WeakRef;function mr(e){return _r?new WeakRef(e):function(e){return{deref:()=>e,dispose:()=>{e=null}}}(e)}function hr(e,t,n,r,o,a,s){const i=`[${t}] ${n}.${r}:${o}`,c=Bt();at.diagnosticTracing&&De(`Binding [JSExport] ${n}.${r}:${o} from ${t} assembly`);const l=On(s);2!==l&&ut(!1,`Signature version ${l} mismatch.`);const p=Cn(s),u=new Array(p);for(let e=0;e0}function $r(e){return e<-1}wr&&(kr=new globalThis.FinalizationRegistry(Pr));const Lr=Symbol.for("wasm js_owned_gc_handle"),Rr=Symbol.for("wasm cs_owned_js_handle"),Br=Symbol.for("wasm do_not_force_dispose");function Nr(e){return jr(e)?Sr[e]:Ar(e)?vr[0-e]:null}function Cr(e){if(dr(),e[Rr])return e[Rr];const t=Ur.length?Ur.pop():Er++;return Sr[t]=e,Object.isExtensible(e)&&(e[Rr]=t),t}function Or(e){let t;jr(e)?(t=Sr[e],Sr[e]=void 0,Ur.push(e)):Ar(e)&&(t=vr[0-e],vr[0-e]=void 0),null==t&&ut(!1,"ObjectDisposedException"),void 0!==t[Rr]&&(t[Rr]=void 0)}function Dr(e,t){dr(),e[Lr]=t,wr&&kr.register(e,t,e);const n=mr(e);Tr.set(t,n)}function Fr(e,t,r){var o;dr(),e&&(t=e[Lr],e[Lr]=p,wr&&kr.unregister(e)),t!==p&&Tr.delete(t)&&!r&&at.is_runtime_running()&&!zr&&function(e){e||ut(!1,"Must be valid gc_handle"),at.assert_runtime_running();const t=Xe.stackSave();try{const t=xn(3),r=In(t,2);Mn(r,14),Xn(r,e),n&&!$r(e)&&_n.isUI||gn(mn.ReleaseJSOwnedObjectByGCHandle,t)}finally{Xe.stackRestore(t)}}(t),$r(t)&&(o=t,xr.push(o))}function Mr(e){const t=e[Lr];if(t==p)throw new Error("Assert failed: ObjectDisposedException");return t}function Pr(e){at.is_runtime_running()&&Fr(null,e)}function Vr(e){if(!e)return null;const t=Tr.get(e);return t?t.deref():null}let zr=!1;function Hr(e,t){let n=!1,r=!1;zr=!0;let o=0,a=0,s=0,i=0;const c=[...Tr.keys()];for(const e of c){const r=Tr.get(e),o=r&&r.deref();if(wr&&o&&kr.unregister(o),o){const a="boolean"==typeof o[Br]&&o[Br];if(t&&Me(`Proxy of C# ${typeof o} with GCHandle ${e} was still alive. ${a?"keeping":"disposing"}.`),a)n=!0;else{const t=at.getPromiseController(o);t&&t.reject(new Error("WebWorker which is origin of the Task is being terminated.")),"function"==typeof o.dispose&&o.dispose(),o[Lr]===e&&(o[Lr]=p),!_r&&r&&r.dispose(),s++}}}n||(Tr.clear(),wr&&(kr=new globalThis.FinalizationRegistry(Pr)));const l=(e,n)=>{const o=n[e],a=o&&"boolean"==typeof o[Br]&&o[Br];if(a||(n[e]=void 0),o)if(t&&Me(`Proxy of JS ${typeof o} with JSHandle ${e} was still alive. ${a?"keeping":"disposing"}.`),a)r=!0;else{const t=at.getPromiseController(o);t&&t.reject(new Error("WebWorker which is origin of the Task is being terminated.")),"function"==typeof o.dispose&&o.dispose(),o[Rr]===e&&(o[Rr]=void 0),i++}};for(let e=0;en.resolve(e))).catch((e=>n.reject(e))),t}const Gr=Symbol.for("wasm promise_holder");class Jr extends ManagedObject{constructor(e,t,n,r){super(),this.promise=e,this.gc_handle=t,this.promiseHolderPtr=n,this.res_converter=r,this.isResolved=!1,this.isPosted=!1,this.isPostponed=!1,this.data=null,this.reason=void 0}setIsResolving(){return!0}resolve(e){at.is_runtime_running()?(this.isResolved&&ut(!1,"resolve could be called only once"),this.isDisposed&&ut(!1,"resolve is already disposed."),this.isResolved=!0,this.complete_task_wrapper(e,null)):at.diagnosticTracing&&De("This promise resolution can't be propagated to managed code, mono runtime already exited.")}reject(e){at.is_runtime_running()?(e||(e=new Error),this.isResolved&&ut(!1,"reject could be called only once"),this.isDisposed&&ut(!1,"resolve is already disposed."),e[Gr],this.isResolved=!0,this.complete_task_wrapper(null,e)):at.diagnosticTracing&&De("This promise rejection can't be propagated to managed code, mono runtime already exited.")}cancel(){if(at.is_runtime_running())if(this.isResolved&&ut(!1,"cancel could be called only once"),this.isDisposed&&ut(!1,"resolve is already disposed."),this.isPostponed)this.isResolved=!0,void 0!==this.reason?this.complete_task_wrapper(null,this.reason):this.complete_task_wrapper(this.data,null);else{const e=this.promise;at.assertIsControllablePromise(e);const t=at.getPromiseController(e),n=new Error("OperationCanceledException");n[Gr]=this,t.reject(n)}else at.diagnosticTracing&&De("This promise cancelation can't be propagated to managed code, mono runtime already exited.")}complete_task_wrapper(e,t){try{this.isPosted&&ut(!1,"Promise is already posted to managed."),this.isPosted=!0,Fr(this,this.gc_handle,!0),function(e,t,n,r){at.assert_runtime_running();const o=Xe.stackSave();try{const o=xn(5),a=In(o,2);Mn(a,14),Xn(a,e);const s=In(o,3);if(t)ho(s,t);else{Mn(s,0);const e=In(o,4);r||ut(!1,"res_converter missing"),r(e,n)}hn(ot.ioThreadTID,mn.CompleteTask,o)}finally{Xe.stackRestore(o)}}(this.gc_handle,t,e,this.res_converter||bo)}catch(e){try{at.mono_exit(1,e)}catch(e){}}}}const Xr="For more information see https://aka.ms/dotnet-wasm-jsinterop";function Qr(e,t,n){if(0===t||1===t||2===t||26===t)return;let r,o,a,s;o=Ft(Rn(e)),a=Ft(Bn(e)),s=Ft(Nn(e));const i=Ln(e);r=Yr(i),19===t&&(t=i);const c=Yr(t),l=Rn(e),p=n*Un;return(e,t)=>{c(e+p,t,l,r,o,a,s)}}function Yr(e){if(0===e||1===e)return;const t=wn.get(e);return t&&"function"==typeof t||ut(!1,`ERR30: Unknown converter for type ${e}`),t}function Zr(e,t){null==t?Mn(e,0):(Mn(e,3),Vn(e,t))}function Kr(e,t){null==t?Mn(e,0):(Mn(e,4),function(e,t){e||ut(!1,"Null arg"),g(e,t)}(e,t))}function eo(e,t){null==t?Mn(e,0):(Mn(e,5),function(e,t){e||ut(!1,"Null arg"),b(e,t)}(e,t))}function to(e,t){null==t?Mn(e,0):(Mn(e,6),function(e,t){e||ut(!1,"Null arg"),S(e,t)}(e,t))}function no(e,t){null==t?Mn(e,0):(Mn(e,7),function(e,t){e||ut(!1,"Null arg"),v(e,t)}(e,t))}function ro(e,t){null==t?Mn(e,0):(Mn(e,8),function(e,t){if(e||ut(!1,"Null arg"),!Number.isSafeInteger(t))throw new Error(`Assert failed: Value is not an integer: ${t} (${typeof t})`);A(e,t)}(e,t))}function oo(e,t){null==t?Mn(e,0):(Mn(e,9),function(e,t){e||ut(!1,"Null arg"),x(e,t)}(e,t))}function ao(e,t){null==t?Mn(e,0):(Mn(e,10),Wn(e,t))}function so(e,t){null==t?Mn(e,0):(Mn(e,11),function(e,t){e||ut(!1,"Null arg"),I(e,t)}(e,t))}function io(e,t){null==t?Mn(e,0):(Mn(e,12),zn(e,t))}function co(e,t){if(null==t)Mn(e,0);else{if(!(t instanceof Date))throw new Error("Assert failed: Value is not a Date");Mn(e,17),Hn(e,t)}}function lo(e,t){if(null==t)Mn(e,0);else{if(!(t instanceof Date))throw new Error("Assert failed: Value is not a Date");Mn(e,18),Hn(e,t)}}function po(e,t){if(null==t)Mn(e,0);else{if(Mn(e,15),"string"!=typeof t)throw new Error("Assert failed: Value is not a String");uo(e,t)}}function uo(e,t){{const n=Qn(e);try{!function(e,t){if(t.clear(),null!==e)if("symbol"==typeof e)Re(e,t);else{if("string"!=typeof e)throw new Error("Expected string argument, got "+typeof e);if(0===e.length)Re(e,t);else{if(e.length<=256){const n=_e.get(e);if(n)return void t.set(n)}Be(e,t)}}}(t,n)}finally{n.release()}}}function fo(e){Mn(e,0)}function _o(e,t,r,o,a,s,i){if(null==t)return void Mn(e,0);if(!(t&&t instanceof Function))throw new Error("Assert failed: Value is not a Function");const c=function(e){const r=In(e,0),l=In(e,1),p=In(e,2),u=In(e,3),d=In(e,4),f=ot.isPendingSynchronousCall;try{let e,r,f;n&&c.isDisposed,a&&(e=a(p)),s&&(r=s(u)),i&&(f=i(d)),ot.isPendingSynchronousCall=!0;const _=t(e,r,f);o&&o(l,_)}catch(e){ho(r,e)}finally{ot.isPendingSynchronousCall=f}};c[Sn]=!0,c.isDisposed=!1,c.dispose=()=>{c.isDisposed=!0},Gn(e,Cr(c)),Mn(e,25)}function mo(e,t,n,r){const o=30==Dn(e);if(null==t)return void Mn(e,0);if(!Wr(t))throw new Error("Assert failed: Value is not a Promise");const a=o?Jn(e):xr.length?xr.pop():Ir--;o||(Xn(e,a),Mn(e,20));const s=new Jr(t,a,0,r);Dr(s,a),t.then((e=>s.resolve(e)),(e=>s.reject(e)))}function ho(e,t){if(null==t)Mn(e,0);else if(t instanceof ManagedError)Mn(e,16),Xn(e,Mr(t));else{if("object"!=typeof t&&"string"!=typeof t)throw new Error("Assert failed: Value is not an Error "+typeof t);Mn(e,27),uo(e,t.toString());const n=t[Rr];Gn(e,n||Cr(t))}}function go(e,t){if(null==t)Mn(e,0);else{if(void 0!==t[Lr])throw new Error(`Assert failed: JSObject proxy of ManagedObject proxy is not supported. ${Xr}`);if("function"!=typeof t&&"object"!=typeof t)throw new Error(`Assert failed: JSObject proxy of ${typeof t} is not supported`);Mn(e,13),Gn(e,Cr(t))}}function bo(e,t){if(null==t)Mn(e,0);else{const n=t[Lr],r=typeof t;if(void 0===n)if("string"===r||"symbol"===r)Mn(e,15),uo(e,t);else if("number"===r)Mn(e,10),Wn(e,t);else{if("bigint"===r)throw new Error("NotImplementedException: bigint");if("boolean"===r)Mn(e,3),Vn(e,t);else if(t instanceof Date)Mn(e,17),Hn(e,t);else if(t instanceof Error)ho(e,t);else if(t instanceof Uint8Array)wo(e,t,4);else if(t instanceof Float64Array)wo(e,t,10);else if(t instanceof Int32Array)wo(e,t,7);else if(Array.isArray(t))wo(e,t,14);else{if(t instanceof Int16Array||t instanceof Int8Array||t instanceof Uint8ClampedArray||t instanceof Uint16Array||t instanceof Uint32Array||t instanceof Float32Array)throw new Error("NotImplementedException: TypedArray");if(Wr(t))mo(e,t);else{if(t instanceof Span)throw new Error("NotImplementedException: Span");if("object"!=r)throw new Error(`JSObject proxy is not supported for ${r} ${t}`);{const n=Cr(t);Mn(e,13),Gn(e,n)}}}}else{if(Mr(t),t instanceof ArraySegment)throw new Error("NotImplementedException: ArraySegment. "+Xr);if(t instanceof ManagedError)Mn(e,16),Xn(e,n);else{if(!(t instanceof ManagedObject))throw new Error("NotImplementedException "+r+". "+Xr);Mn(e,14),Xn(e,n)}}}}function yo(e,t,n){n||ut(!1,"Expected valid element_type parameter"),wo(e,t,n)}function wo(e,t,n){if(null==t)Mn(e,0);else{const r=Kn(n);-1==r&&ut(!1,`Element type ${n} not supported`);const a=t.length,s=r*a,i=Xe._malloc(s);if(15==n){if(!Array.isArray(t))throw new Error("Assert failed: Value is not an Array");_(i,s),o.mono_wasm_register_root(i,s,"marshal_array_to_cs");for(let e=0;e>2,(i>>2)+a).set(t)}else{if(10!=n)throw new Error("not implemented");if(!(Array.isArray(t)||t instanceof Float64Array))throw new Error("Assert failed: Value is not an Array or Float64Array");te().subarray(i>>3,(i>>3)+a).set(t)}zn(e,i),Mn(e,21),function(e,t){e||ut(!1,"Null arg"),g(e+13,t)}(e,n),Zn(e,t.length)}}function ko(e,t,n){if(n||ut(!1,"Expected valid element_type parameter"),t.isDisposed)throw new Error("Assert failed: ObjectDisposedException");vo(n,t._viewType),Mn(e,23),zn(e,t._pointer),Zn(e,t.length)}function So(e,t,n){n||ut(!1,"Expected valid element_type parameter");const r=Mr(t);r||ut(!1,"Only roundtrip of ArraySegment instance created by C#"),vo(n,t._viewType),Mn(e,22),zn(e,t._pointer),Zn(e,t.length),Xn(e,r)}function vo(e,t){if(4==e){if(0!=t)throw new Error("Assert failed: Expected MemoryViewType.Byte")}else if(7==e){if(1!=t)throw new Error("Assert failed: Expected MemoryViewType.Int32")}else{if(10!=e)throw new Error(`NotImplementedException ${e} `);if(2!=t)throw new Error("Assert failed: Expected MemoryViewType.Double")}}const Uo={now:function(){return Date.now()}};function Eo(e){void 0===globalThis.performance&&(globalThis.performance=Uo),e.require=Qe.require,e.scriptDirectory=at.scriptDirectory,Xe.locateFile===Xe.__locateFile&&(Xe.locateFile=at.locateFile),e.fetch=at.fetch_like,e.ENVIRONMENT_IS_WORKER=et}function To(){if("function"!=typeof globalThis.fetch||"function"!=typeof globalThis.AbortController)throw new Error(Ye?"Please install `node-fetch` and `node-abort-controller` npm packages to enable HTTP client support. See also https://aka.ms/dotnet-wasm-features":"This browser doesn't support fetch API. Please use a modern browser. See also https://aka.ms/dotnet-wasm-features")}let xo,Io;function Ao(){if(void 0!==xo)return xo;if("undefined"!=typeof Request&&"body"in Request.prototype&&"function"==typeof ReadableStream&&"function"==typeof TransformStream){let e=!1;const t=new Request("",{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");xo=e&&!t}else xo=!1;return xo}function jo(){return void 0!==Io||(Io="undefined"!=typeof Response&&"body"in Response.prototype&&"function"==typeof ReadableStream),Io}function $o(){return To(),dr(),{abortController:new AbortController}}function Lo(e){e.catch((e=>{e&&"AbortError"!==e&&"AbortError"!==e.name&&Xe.err("Unexpected error: "+e)}))}function Ro(e){try{e.isAborted||(e.streamWriter&&(Lo(e.streamWriter.abort()),e.isAborted=!0),e.streamReader&&(Lo(e.streamReader.cancel()),e.isAborted=!0)),e.isAborted||e.abortController.abort("AbortError")}catch(e){}}function Bo(e,t,n){n>0||ut(!1,"expected bufferLength > 0");const r=new Span(t,n,0).slice();return qr((async()=>{e.streamWriter||ut(!1,"expected streamWriter"),e.responsePromise||ut(!1,"expected fetch promise");try{await e.streamWriter.ready,await e.streamWriter.write(r)}catch(e){throw new Error("BrowserHttpWriteStream.Rejected")}}))}function No(e){return e||ut(!1,"expected controller"),qr((async()=>{e.streamWriter||ut(!1,"expected streamWriter"),e.responsePromise||ut(!1,"expected fetch promise");try{await e.streamWriter.ready,await e.streamWriter.close()}catch(e){throw new Error("BrowserHttpWriteStream.Rejected")}}))}function Co(e,t,n,r,o,a){const s=new TransformStream;return e.streamWriter=s.writable.getWriter(),Lo(e.streamWriter.closed),Lo(e.streamWriter.ready),Do(e,t,n,r,o,a,s.readable)}function Oo(e,t,n,r,o,a,s,i){return Do(e,t,n,r,o,a,new Span(s,i,0).slice())}function Do(e,t,n,r,o,a,s){To(),dr(),t&&"string"==typeof t||ut(!1,"expected url string"),n&&r&&Array.isArray(n)&&Array.isArray(r)&&n.length===r.length||ut(!1,"expected headerNames and headerValues arrays"),o&&a&&Array.isArray(o)&&Array.isArray(a)&&o.length===a.length||ut(!1,"expected headerNames and headerValues arrays");const i=new Headers;for(let e=0;eat.fetch_like(t,c))),e.responsePromise.then((t=>{if(e.response=t,e.responseHeaderNames=[],e.responseHeaderValues=[],t.headers&&t.headers.entries){const n=t.headers.entries();for(const t of n)e.responseHeaderNames.push(t[0]),e.responseHeaderValues.push(t[1])}})).catch((()=>{})),e.responsePromise}function Fo(e){var t;return null===(t=e.response)||void 0===t?void 0:t.type}function Mo(e){var t,n;return null!==(n=null===(t=e.response)||void 0===t?void 0:t.status)&&void 0!==n?n:0}function Po(e){return e.responseHeaderNames||ut(!1,"expected responseHeaderNames"),e.responseHeaderNames}function Vo(e){return e.responseHeaderValues||ut(!1,"expected responseHeaderValues"),e.responseHeaderValues}function zo(e){return qr((async()=>{const t=await e.response.arrayBuffer();return e.responseBuffer=t,e.currentBufferOffset=0,t.byteLength}))}function Ho(e,t){if(e||ut(!1,"expected controller"),e.responseBuffer||ut(!1,"expected resoved arrayBuffer"),null==e.currentBufferOffset&&ut(!1,"expected currentBufferOffset"),e.currentBufferOffset==e.responseBuffer.byteLength)return 0;const n=new Uint8Array(e.responseBuffer,e.currentBufferOffset);t.set(n,0);const r=Math.min(t.byteLength,n.byteLength);return e.currentBufferOffset+=r,r}function Wo(e,t,n){const r=new Span(t,n,0);return qr((async()=>{if(e.response||ut(!1,"expected response"),e.streamReader||(e.streamReader=e.response.body.getReader()),e.currentStreamReaderChunk&&void 0!==e.currentBufferOffset||(e.currentStreamReaderChunk=await e.streamReader.read(),e.currentBufferOffset=0),e.currentStreamReaderChunk.done){if(e.isAborted)throw new Error("OperationCanceledException");return 0}const t=e.currentStreamReaderChunk.value.byteLength-e.currentBufferOffset;t>0||ut(!1,"expected remaining_source to be greater than 0");const n=Math.min(t,r.byteLength),o=e.currentStreamReaderChunk.value.subarray(e.currentBufferOffset,e.currentBufferOffset+n);return r.set(o,0),e.currentBufferOffset+=n,t==n&&(e.currentStreamReaderChunk=void 0),n}))}let qo,Go=0,Jo=0;function Xo(){if(!at.isChromium)return;const e=(new Date).valueOf(),t=e+36e4;for(let n=Math.max(e+1e3,Go);n0;){if(--Jo,!at.is_runtime_running())return;o.mono_background_exec()}}catch(e){at.mono_exit(1,e)}}function mono_wasm_schedule_timer_tick(){if(Xe.maybeExit(),at.is_runtime_running()){qo=void 0;try{o.mono_wasm_execute_timer(),Jo++}catch(e){at.mono_exit(1,e)}}}class Zo{constructor(){this.queue=[],this.offset=0}getLength(){return this.queue.length-this.offset}isEmpty(){return 0==this.queue.length}enqueue(e){this.queue.push(e)}dequeue(){if(0===this.queue.length)return;const e=this.queue[this.offset];return this.queue[this.offset]=null,2*++this.offset>=this.queue.length&&(this.queue=this.queue.slice(this.offset),this.offset=0),e}peek(){return this.queue.length>0?this.queue[this.offset]:void 0}drain(e){for(;this.getLength();)e(this.dequeue())}}const Ko=Symbol.for("wasm ws_pending_send_buffer"),ea=Symbol.for("wasm ws_pending_send_buffer_offset"),ta=Symbol.for("wasm ws_pending_send_buffer_type"),na=Symbol.for("wasm ws_pending_receive_event_queue"),ra=Symbol.for("wasm ws_pending_receive_promise_queue"),oa=Symbol.for("wasm ws_pending_open_promise"),aa=Symbol.for("wasm wasm_ws_pending_open_promise_used"),sa=Symbol.for("wasm wasm_ws_pending_error"),ia=Symbol.for("wasm ws_pending_close_promises"),ca=Symbol.for("wasm ws_pending_send_promises"),la=Symbol.for("wasm ws_is_aborted"),pa=Symbol.for("wasm wasm_ws_close_sent"),ua=Symbol.for("wasm wasm_ws_close_received"),da=Symbol.for("wasm ws_receive_status_ptr"),fa=65536,_a=new Uint8Array;function ma(e){var t,n;return e.readyState!=WebSocket.CLOSED?null!==(t=e.readyState)&&void 0!==t?t:-1:0==e[na].getLength()?null!==(n=e.readyState)&&void 0!==n?n:-1:WebSocket.OPEN}function ha(e,t,n){let r;!function(){if(nt)throw new Error("WebSockets are not supported in shell JS engine.");if("function"!=typeof globalThis.WebSocket)throw new Error(Ye?"Please install `ws` npm package to enable networking support. See also https://aka.ms/dotnet-wasm-features":"This browser doesn't support WebSocket API. Please use a modern browser. See also https://aka.ms/dotnet-wasm-features")}(),dr(),e&&"string"==typeof e||ut(!1,"ERR12: Invalid uri "+typeof e);try{r=new globalThis.WebSocket(e,t||void 0)}catch(e){throw Me("WebSocket error in ws_wasm_create: "+e.toString()),e}const{promise_control:o}=pt();r[na]=new Zo,r[ra]=new Zo,r[oa]=o,r[ca]=[],r[ia]=[],r[da]=n,r.binaryType="arraybuffer";const a=()=>{try{if(r[la])return;if(!at.is_runtime_running())return;o.resolve(r),Xo()}catch(e){Me("failed to propagate WebSocket open event: "+e.toString())}},s=e=>{try{if(r[la])return;if(!at.is_runtime_running())return;!function(e,t){const n=e[na],r=e[ra];if("string"==typeof t.data)n.enqueue({type:0,data:Te(t.data),offset:0});else{if("ArrayBuffer"!==t.data.constructor.name)throw new Error("ERR19: WebSocket receive expected ArrayBuffer");n.enqueue({type:1,data:new Uint8Array(t.data),offset:0})}if(r.getLength()&&n.getLength()>1)throw new Error("ERR21: Invalid WS state");for(;r.getLength()&&n.getLength();){const t=r.dequeue();va(e,n,t.buffer_ptr,t.buffer_length),t.resolve()}Xo()}(r,e),Xo()}catch(e){Me("failed to propagate WebSocket message event: "+e.toString())}},i=e=>{try{if(r.removeEventListener("message",s),r[la])return;if(!at.is_runtime_running())return;r[ua]=!0,r.close_status=e.code,r.close_status_description=e.reason,r[aa]&&o.reject(new Error(e.reason));for(const e of r[ia])e.resolve();r[ra].drain((e=>{v(n,0),v(n+4,2),v(n+8,1),e.resolve()}))}catch(e){Me("failed to propagate WebSocket close event: "+e.toString())}},c=e=>{try{if(r[la])return;if(!at.is_runtime_running())return;r.removeEventListener("message",s);const t=e.message?"WebSocket error: "+e.message:"WebSocket error";Me(t),r[sa]=t,Sa(r,new Error(t))}catch(e){Me("failed to propagate WebSocket error event: "+e.toString())}};return r.addEventListener("message",s),r.addEventListener("open",a,{once:!0}),r.addEventListener("close",i,{once:!0}),r.addEventListener("error",c,{once:!0}),r.dispose=()=>{r.removeEventListener("message",s),r.removeEventListener("open",a),r.removeEventListener("close",i),r.removeEventListener("error",c),ka(r)},r}function ga(e){if(e||ut(!1,"ERR17: expected ws instance"),e[sa])return Ua(e[sa]);const t=e[oa];return e[aa]=!0,t.promise}function ba(e,t,n,r,o){if(e||ut(!1,"ERR17: expected ws instance"),e[sa])return Ua(e[sa]);if(e[la]||e[pa])return Ua("InvalidState: The WebSocket is not connected.");if(e.readyState==WebSocket.CLOSED)return null;const a=function(e,t,n,r){let o=e[Ko],a=0;const s=t.byteLength;if(o){if(a=e[ea],n=e[ta],0!==s){if(a+s>o.length){const n=new Uint8Array(1.5*(a+s+50));n.set(o,0),n.subarray(a).set(t),e[Ko]=o=n}else o.subarray(a).set(t);a+=s,e[ea]=a}}else r?0!==s&&(o=t,a=s):(0!==s&&(o=t.slice(),a=s,e[ea]=a,e[Ko]=o),e[ta]=n);return r?0==a||null==o?_a:0===n?function(e){return void 0===ye?Xe.UTF8ArrayToString(e,0,e.byteLength):ye.decode(e)}(Ne(o,0,a)):o.subarray(0,a):null}(e,new Uint8Array(Y().buffer,t,n),r,o);return o&&a?function(e,t){if(e.send(t),e[Ko]=null,e.bufferedAmount{try{if(0===e.bufferedAmount)r.resolve();else{const t=e.readyState;if(t!=WebSocket.OPEN&&t!=WebSocket.CLOSING)r.reject(new Error(`InvalidState: ${t} The WebSocket is not connected.`));else if(!r.isDone)return globalThis.setTimeout(s,a),void(a=Math.min(1.5*a,1e3))}const t=o.indexOf(r);t>-1&&o.splice(t,1)}catch(e){Me("WebSocket error in web_socket_send_and_wait: "+e.toString()),r.reject(e)}};return globalThis.setTimeout(s,0),n}(e,a):null}function ya(e,t,n){if(e||ut(!1,"ERR18: expected ws instance"),e[sa])return Ua(e[sa]);if(e[la]){const t=e[da];return v(t,0),v(t+4,2),v(t+8,1),null}const r=e[na],o=e[ra];if(r.getLength())return 0!=o.getLength()&&ut(!1,"ERR20: Invalid WS state"),va(e,r,t,n),null;if(e[ua]){const t=e[da];return v(t,0),v(t+4,2),v(t+8,1),null}const{promise:a,promise_control:s}=pt(),i=s;return i.buffer_ptr=t,i.buffer_length=n,o.enqueue(i),a}function wa(e,t,n,r){if(e||ut(!1,"ERR19: expected ws instance"),e[la]||e[pa]||e.readyState==WebSocket.CLOSED)return null;if(e[sa])return Ua(e[sa]);if(e[pa]=!0,r){const{promise:r,promise_control:o}=pt();return e[ia].push(o),"string"==typeof n?e.close(t,n):e.close(t),r}return"string"==typeof n?e.close(t,n):e.close(t),null}function ka(e){if(e||ut(!1,"ERR18: expected ws instance"),!e[la]&&!e[pa]){e[la]=!0,Sa(e,new Error("OperationCanceledException"));try{e.close(1e3,"Connection was aborted.")}catch(e){Me("WebSocket error in ws_wasm_abort: "+e.toString())}}}function Sa(e,t){const n=e[oa],r=e[aa];n&&r&&n.reject(t);for(const n of e[ia])n.reject(t);for(const n of e[ca])n.reject(t);e[ra].drain((e=>{e.reject(t)}))}function va(e,t,n,r){const o=t.peek(),a=Math.min(r,o.data.length-o.offset);if(a>0){const e=o.data.subarray(o.offset,o.offset+a);new Uint8Array(Y().buffer,n,r).set(e,0),o.offset+=a}const s=o.data.length===o.offset?1:0;s&&t.dequeue();const i=e[da];v(i,a),v(i+4,o.type),v(i+8,s)}function Ua(e){return function(e){const{promise:t,promise_control:n}=pt();return e.then((e=>n.resolve(e))).catch((e=>n.reject(e))),t}(Promise.reject(new Error(e)))}function Ea(e,t,n){at.diagnosticTracing&&De(`Loaded:${e.name} as ${e.behavior} size ${n.length} from ${t}`);const r=Bt(),a="string"==typeof e.virtualPath?e.virtualPath:e.name;let s=null;switch(e.behavior){case"dotnetwasm":case"js-module-threads":case"js-module-globalization":case"symbols":case"segmentation-rules":break;case"resource":case"assembly":case"pdb":at._loaded_files.push({url:t,file:a});case"heap":case"icu":s=function(e){const t=e.length+16;let n=Xe._sbrk(t);if(n<=0){if(n=Xe._sbrk(t),n<=0)throw Pe(`sbrk failed to allocate ${t} bytes, and failed upon retry.`),new Error("Out of memory");Me(`sbrk failed to allocate ${t} bytes, but succeeded upon retry!`)}return new Uint8Array(Y().buffer,n,e.length).set(e),n}(n);break;case"vfs":{const e=a.lastIndexOf("/");let t=e>0?a.substring(0,e):null,r=e>0?a.substring(e+1):a;r.startsWith("/")&&(r=r.substring(1)),t?(t.startsWith("/")||(t="/"+t),De(`Creating directory '${t}'`),Xe.FS_createPath("/",t,!0,!0)):t="/",at.diagnosticTracing&&De(`Creating file '${r}' in directory '${t}'`),Xe.FS_createDataFile(t,r,n,!0,!0,!0);break}default:throw new Error(`Unrecognized asset behavior:${e.behavior}, for asset ${e.name}`)}if("assembly"===e.behavior){if(!o.mono_wasm_add_assembly(a,s,n.length)){const e=at._loaded_files.findIndex((e=>e.file==a));at._loaded_files.splice(e,1)}}else"pdb"===e.behavior?o.mono_wasm_add_assembly(a,s,n.length):"icu"===e.behavior?function(e){if(!o.mono_wasm_load_icu_data(e))throw new Error("Failed to load ICU data")}(s):"resource"===e.behavior&&o.mono_wasm_add_satellite_assembly(a,e.culture||"",s,n.length);Nt(r,"mono.instantiateAsset:",e.name),++at.actual_instantiated_assets_count}async function Ta(e){try{const n=await e.pendingDownloadInternal.response;t=await n.text(),ze&&ut(!1,"Another symbol map was already loaded"),ze=t,at.diagnosticTracing&&De(`Deferred loading of ${t.length}ch symbol map`)}catch(t){Fe(`Error loading symbol file ${e.name}: ${JSON.stringify(t)}`)}var t}async function xa(e){try{const t=await e.pendingDownloadInternal.response,n=await t.json();st.setSegmentationRulesFromJson(n)}catch(t){Fe(`Error loading static json asset ${e.name}: ${JSON.stringify(t)}`)}}function Ia(){return at.loadedFiles}const Aa={};function ja(e){let t=Aa[e];if("string"!=typeof t){const n=o.mono_jiterp_get_opcode_info(e,0);Aa[e]=t=xe(n)}return t}const $a=2,La=64,Ra=64,Ba={};class Na{constructor(e){this.locals=new Map,this.permanentFunctionTypeCount=0,this.permanentFunctionTypes={},this.permanentFunctionTypesByShape={},this.permanentFunctionTypesByIndex={},this.functionTypesByIndex={},this.permanentImportedFunctionCount=0,this.permanentImportedFunctions={},this.nextImportIndex=0,this.functions=[],this.estimatedExportBytes=0,this.frame=0,this.traceBuf=[],this.branchTargets=new Set,this.constantSlots=[],this.backBranchOffsets=[],this.callHandlerReturnAddresses=[],this.nextConstantSlot=0,this.backBranchTraceLevel=0,this.compressImportNames=!1,this.lockImports=!1,this._assignParameterIndices=e=>{let t=0;for(const n in e)this.locals.set(n,t),t++;return t},this.stack=[new Ca],this.clear(e),this.cfg=new Oa(this),this.defineType("__cpp_exception",{ptr:127},64,!0)}clear(e){this.options=ps(),this.stackSize=1,this.inSection=!1,this.inFunction=!1,this.lockImports=!1,this.locals.clear(),this.functionTypeCount=this.permanentFunctionTypeCount,this.functionTypes=Object.create(this.permanentFunctionTypes),this.functionTypesByShape=Object.create(this.permanentFunctionTypesByShape),this.functionTypesByIndex=Object.create(this.permanentFunctionTypesByIndex),this.nextImportIndex=0,this.importedFunctionCount=0,this.importedFunctions=Object.create(this.permanentImportedFunctions);for(const e in this.importedFunctions)this.importedFunctions[e].index=void 0;this.functions.length=0,this.estimatedExportBytes=0,this.argumentCount=0,this.current.clear(),this.traceBuf.length=0,this.branchTargets.clear(),this.activeBlocks=0,this.nextConstantSlot=0,this.constantSlots.length=this.options.useConstants?e:0;for(let e=0;e=this.stack.length&&this.stack.push(new Ca),this.current.clear()}_pop(e){if(this.stackSize<=1)throw new Error("Stack empty");const t=this.current;return this.stackSize--,e?(this.appendULeb(t.size),t.copyTo(this.current),null):t.getArrayView(!1).slice(0,t.size)}setImportFunction(e,t){const n=this.importedFunctions[e];if(!n)throw new Error("No import named "+e);n.func=t}getExceptionTag(){const e=Xe.wasmExports.__cpp_exception;return void 0!==e&&(e instanceof WebAssembly.Tag||ut(!1,`expected __cpp_exception export from dotnet.wasm to be WebAssembly.Tag but was ${e}`)),e}getWasmImports(){const e=ot.getMemory();e instanceof WebAssembly.Memory||ut(!1,`expected heap import to be WebAssembly.Memory but was ${e}`);const t=this.getExceptionTag(),n={c:this.getConstants(),m:{h:e}};t&&(n.x={e:t});const r=this.getImportsToEmit();for(let e=0;e>>0||e>255)throw new Error(`Byte out of range: ${e}`);return this.current.appendU8(e)}appendSimd(e,t){return this.current.appendU8(253),0|e||0===e&&!0===t||ut(!1,"Expected non-v128_load simd opcode or allowLoad==true"),this.current.appendULeb(e)}appendAtomic(e,t){return this.current.appendU8(254),0|e||0===e&&!0===t||ut(!1,"Expected non-notify atomic opcode or allowNotify==true"),this.current.appendU8(e)}appendU32(e){return this.current.appendU32(e)}appendF32(e){return this.current.appendF32(e)}appendF64(e){return this.current.appendF64(e)}appendBoundaryValue(e,t){return this.current.appendBoundaryValue(e,t)}appendULeb(e){return this.current.appendULeb(e)}appendLeb(e){return this.current.appendLeb(e)}appendLebRef(e,t){return this.current.appendLebRef(e,t)}appendBytes(e){return this.current.appendBytes(e)}appendName(e){return this.current.appendName(e)}ret(e){this.ip_const(e),this.appendU8(15)}i32_const(e){this.appendU8(65),this.appendLeb(e)}ptr_const(e){let t=this.options.useConstants?this.constantSlots.indexOf(e):-1;this.options.useConstants&&t<0&&this.nextConstantSlot=0?(this.appendU8(35),this.appendLeb(t)):this.i32_const(e)}ip_const(e){this.appendU8(65),this.appendLeb(e-this.base)}i52_const(e){this.appendU8(66),this.appendLeb(e)}v128_const(e){if(0===e)this.local("v128_zero");else{if("object"!=typeof e)throw new Error("Expected v128_const arg to be 0 or a Uint8Array");{16!==e.byteLength&&ut(!1,"Expected v128_const arg to be 16 bytes in size");let t=!0;for(let n=0;n<16;n++)0!==e[n]&&(t=!1);t?this.local("v128_zero"):(this.appendSimd(12),this.appendBytes(e))}}}defineType(e,t,n,r){if(this.functionTypes[e])throw new Error(`Function type ${e} already defined`);if(r&&this.functionTypeCount>this.permanentFunctionTypeCount)throw new Error("New permanent function types cannot be defined after non-permanent ones");let o="";for(const e in t)o+=t[e]+",";o+=n;let a=this.functionTypesByShape[o];"number"!=typeof a&&(a=this.functionTypeCount++,r?(this.permanentFunctionTypeCount++,this.permanentFunctionTypesByShape[o]=a,this.permanentFunctionTypesByIndex[a]=[t,Object.values(t).length,n]):(this.functionTypesByShape[o]=a,this.functionTypesByIndex[a]=[t,Object.values(t).length,n]));const s=[a,t,n,`(${JSON.stringify(t)}) -> ${n}`,r];return r?this.permanentFunctionTypes[e]=s:this.functionTypes[e]=s,a}generateTypeSection(){this.beginSection(1),this.appendULeb(this.functionTypeCount);for(let e=0;ee.index-t.index)),e}_generateImportSection(e){const t=this.getImportsToEmit();if(this.lockImports=!0,!1!==e)throw new Error("function table imports are disabled");const n=void 0!==this.getExceptionTag();this.beginSection(2),this.appendULeb(1+(n?1:0)+t.length+this.constantSlots.length+(!1!==e?1:0));for(let e=0;e0)throw new Error("New permanent imports cannot be defined after any indexes have been assigned");const a=this.functionTypes[n];if(!a)throw new Error("No function type named "+n);if(r&&!a[4])throw new Error("A permanent import must have a permanent function type");const s=a[0],i=r?this.permanentImportedFunctions:this.importedFunctions;if("number"==typeof o&&(o=za().get(o)),"function"!=typeof o&&void 0!==o)throw new Error(`Value passed for imported function ${t} was not a function or valid function pointer or undefined`);return i[t]={index:void 0,typeIndex:s,module:e,name:t,func:o}}markImportAsUsed(e){const t=this.importedFunctions[e];if(!t)throw new Error("No imported function named "+e);"number"!=typeof t.index&&(t.index=this.importedFunctionCount++)}getTypeIndex(e){const t=this.functionTypes[e];if(!t)throw new Error("No type named "+e);return t[0]}defineFunction(e,t){const n={index:this.functions.length,name:e.name,typeName:e.type,typeIndex:this.getTypeIndex(e.type),export:e.export,locals:e.locals,generator:t,error:null,blob:null};return this.functions.push(n),n.export&&(this.estimatedExportBytes+=n.name.length+8),n}emitImportsAndFunctions(e){let t=0;for(let e=0;e0)throw new Error(`${this.activeBlocks} unclosed block(s) at end of function`);const t=this._pop(e);return this.inFunction=!1,t}block(e,t){const n=this.appendU8(t||2);return e?this.appendU8(e):this.appendU8(64),this.activeBlocks++,n}endBlock(){if(this.activeBlocks<=0)throw new Error("No blocks active");this.activeBlocks--,this.appendU8(11)}arg(e,t){const n="string"==typeof e?this.locals.has(e)?this.locals.get(e):void 0:e;if("number"!=typeof n)throw new Error("No local named "+e);t&&this.appendU8(t),this.appendULeb(n)}local(e,t){const n="string"==typeof e?this.locals.has(e)?this.locals.get(e):void 0:e+this.argumentCount;if("number"!=typeof n)throw new Error("No local named "+e);t?this.appendU8(t):this.appendU8(32),this.appendULeb(n)}appendMemarg(e,t){this.appendULeb(t),this.appendULeb(e)}lea(e,t){"string"==typeof e?this.local(e):this.i32_const(e),this.i32_const(t),this.appendU8(106)}getArrayView(e){if(this.stackSize>1)throw new Error("Jiterpreter block stack not empty");return this.stack[0].getArrayView(e)}getConstants(){const e={};for(let t=0;t=this.capacity)throw new Error("Buffer full");const t=this.size;return Y()[this.buffer+this.size++]=e,t}appendU32(e){const t=this.size;return o.mono_jiterp_write_number_unaligned(this.buffer+this.size,e,0),this.size+=4,t}appendI32(e){const t=this.size;return o.mono_jiterp_write_number_unaligned(this.buffer+this.size,e,1),this.size+=4,t}appendF32(e){const t=this.size;return o.mono_jiterp_write_number_unaligned(this.buffer+this.size,e,2),this.size+=4,t}appendF64(e){const t=this.size;return o.mono_jiterp_write_number_unaligned(this.buffer+this.size,e,3),this.size+=8,t}appendBoundaryValue(e,t){if(this.size+8>=this.capacity)throw new Error("Buffer full");const n=o.mono_jiterp_encode_leb_signed_boundary(this.buffer+this.size,e,t);if(n<1)throw new Error(`Failed to encode ${e} bit boundary value with sign ${t}`);return this.size+=n,n}appendULeb(e){if("number"!=typeof e&&ut(!1,`appendULeb expected number but got ${e}`),e>=0||ut(!1,"cannot pass negative value to appendULeb"),e<127){if(this.size+1>=this.capacity)throw new Error("Buffer full");return this.appendU8(e),1}if(this.size+8>=this.capacity)throw new Error("Buffer full");const t=o.mono_jiterp_encode_leb52(this.buffer+this.size,e,0);if(t<1)throw new Error(`Failed to encode value '${e}' as unsigned leb`);return this.size+=t,t}appendLeb(e){if("number"!=typeof e&&ut(!1,`appendLeb expected number but got ${e}`),this.size+8>=this.capacity)throw new Error("Buffer full");const t=o.mono_jiterp_encode_leb52(this.buffer+this.size,e,1);if(t<1)throw new Error(`Failed to encode value '${e}' as signed leb`);return this.size+=t,t}appendLebRef(e,t){if(this.size+8>=this.capacity)throw new Error("Buffer full");const n=o.mono_jiterp_encode_leb64_ref(this.buffer+this.size,e,t?1:0);if(n<1)throw new Error("Failed to encode value as leb");return this.size+=n,n}copyTo(e,t){"number"!=typeof t&&(t=this.size),Y().copyWithin(e.buffer+e.size,this.buffer,this.buffer+t),e.size+=t}appendBytes(e,t){const n=this.size,r=Y();return e.buffer===r.buffer?("number"!=typeof t&&(t=e.length),r.copyWithin(this.buffer+n,e.byteOffset,e.byteOffset+t),this.size+=t):("number"==typeof t&&(e=new Uint8Array(e.buffer,e.byteOffset,t)),this.getArrayView(!0).set(e,this.size),this.size+=e.length),n}appendName(e){let t=e.length,n=1===e.length?e.charCodeAt(0):-1;if(n>127&&(n=-1),t&&n<0)if(this.encoder)t=this.encoder.encodeInto(e,this.textBuf).written||0;else for(let n=0;n127)throw new Error("Out of range character and no TextEncoder available");this.textBuf[n]=t}this.appendULeb(t),n>=0?this.appendU8(n):t>1&&this.appendBytes(this.textBuf,t)}getArrayView(e){return new Uint8Array(Y().buffer,this.buffer,e?this.capacity:this.size)}}class Oa{constructor(e){this.segments=[],this.backBranchTargets=null,this.lastSegmentEnd=0,this.overheadBytes=0,this.blockStack=[],this.backDispatchOffsets=[],this.dispatchTable=new Map,this.observedBackBranchTargets=new Set,this.trace=0,this.builder=e}initialize(e,t,n){this.segments.length=0,this.blockStack.length=0,this.startOfBody=e,this.backBranchTargets=t,this.base=this.builder.base,this.ip=this.lastSegmentStartIp=this.firstOpcodeIp=this.builder.base,this.lastSegmentEnd=0,this.overheadBytes=10,this.dispatchTable.clear(),this.observedBackBranchTargets.clear(),this.trace=n,this.backDispatchOffsets.length=0}entry(e){this.entryIp=e;const t=o.mono_jiterp_get_opcode_info(674,1);return this.firstOpcodeIp=e+2*t,this.appendBlob(),1!==this.segments.length&&ut(!1,"expected 1 segment"),"blob"!==this.segments[0].type&&ut(!1,"expected blob"),this.entryBlob=this.segments[0],this.segments.length=0,this.overheadBytes+=9,this.backBranchTargets&&(this.overheadBytes+=20,this.overheadBytes+=this.backBranchTargets.length),this.firstOpcodeIp}appendBlob(){this.builder.current.size!==this.lastSegmentEnd&&(this.segments.push({type:"blob",ip:this.lastSegmentStartIp,start:this.lastSegmentEnd,length:this.builder.current.size-this.lastSegmentEnd}),this.lastSegmentStartIp=this.ip,this.lastSegmentEnd=this.builder.current.size,this.overheadBytes+=2)}startBranchBlock(e,t){this.appendBlob(),this.segments.push({type:"branch-block-header",ip:e,isBackBranchTarget:t}),this.overheadBytes+=1}branch(e,t,n){t&&this.observedBackBranchTargets.add(e),this.appendBlob(),this.segments.push({type:"branch",from:this.ip,target:e,isBackward:t,branchType:n}),this.overheadBytes+=4,t&&(this.overheadBytes+=4)}emitBlob(e,t){const n=t.subarray(e.start,e.start+e.length);this.builder.appendBytes(n)}generate(){this.appendBlob();const e=this.builder.endFunction(!1);this.builder._push(),this.builder.base=this.base,this.emitBlob(this.entryBlob,e),this.backBranchTargets&&this.builder.block(64,3);for(let e=0;ee-t));for(let e=0;e0&&Fe("No back branch targets were reachable after filtering");else if(1===this.backDispatchOffsets.length)this.trace>0&&(this.backDispatchOffsets[0]===this.entryIp?Fe(`Exactly one back dispatch offset and it was the entry point 0x${this.entryIp.toString(16)}`):Fe(`Exactly one back dispatch offset and it was 0x${this.backDispatchOffsets[0].toString(16)}`)),this.builder.local("disp"),this.builder.appendU8(13),this.builder.appendULeb(this.blockStack.indexOf(this.backDispatchOffsets[0]));else{this.trace>0&&Fe(`${this.backDispatchOffsets.length} back branch offsets after filtering.`),this.builder.block(64),this.builder.block(64),this.builder.local("disp"),this.builder.appendU8(14),this.builder.appendULeb(this.backDispatchOffsets.length+1),this.builder.appendULeb(1);for(let e=0;e0&&this.blockStack.push(0)}this.trace>1&&Fe(`blockStack=${this.blockStack}`);for(let t=0;t1&&Fe(`backward br from ${n.from.toString(16)} to ${n.target.toString(16)}: disp=${t}`),o=!0):(this.trace>0&&Fe(`br from ${n.from.toString(16)} to ${n.target.toString(16)} failed: back branch target not in dispatch table`),r=-1)),r>=0||o){let e=0;switch(n.branchType){case 2:this.builder,n.from,void 0!==t&&(this.builder.i32_const(t),this.builder.local("disp",33)),this.builder.appendU8(12);break;case 3:this.builder.block(64,4),this.builder,n.from,void 0!==t&&(this.builder.i32_const(t),this.builder.local("disp",33)),this.builder.appendU8(12),e=1;break;case 0:void 0!==t&&(this.builder.i32_const(t),this.builder.local("disp",33)),this.builder.appendU8(12);break;case 1:void 0!==t?(this.builder.block(64,4),this.builder.i32_const(t),this.builder.local("disp",33),e=1,this.builder.appendU8(12)):this.builder.appendU8(13);break;default:throw new Error("Unimplemented branch type")}this.builder.appendULeb(e+r),e&&this.builder.endBlock(),this.trace>1&&Fe(`br from ${n.from.toString(16)} to ${n.target.toString(16)} breaking out ${e+r+1} level(s)`)}else{if(this.trace>0){const e=this.base;n.target>=e&&n.target1&&Fe(`br from ${n.from.toString(16)} to ${n.target.toString(16)} failed (outside of trace 0x${e.toString(16)} - 0x${this.exitIp.toString(16)})`)}const e=1===n.branchType||3===n.branchType;e&&this.builder.block(64,4),Pa(this.builder,n.target,4),e&&this.builder.endBlock()}break}default:throw new Error("unreachable")}}return this.backBranchTargets&&(this.blockStack.length<=1||ut(!1,"expected one or zero entries in the block stack at the end"),this.blockStack.length&&this.blockStack.shift(),this.builder.endBlock()),0!==this.blockStack.length&&ut(!1,`expected block stack to be empty at end of function but it was ${this.blockStack}`),this.builder.ip_const(this.exitIp),this.builder.appendU8(15),this.builder.appendU8(11),this.builder._pop(!1)}}let Da;const Fa={},Ma=globalThis.performance&&globalThis.performance.now?globalThis.performance.now.bind(globalThis.performance):Date.now;function Pa(e,t,n){e.ip_const(t),e.options.countBailouts&&(e.i32_const(e.traceIndex),e.i32_const(n),e.callImport("bailout")),e.appendU8(15)}function Va(e,t,n,r){e.local("cinfo"),e.block(64,4),e.local("cinfo"),e.local("disp"),e.appendU8(54),e.appendMemarg(Ya(19),0),n<=e.options.monitoringLongDistance+2&&(e.local("cinfo"),e.i32_const(n),e.appendU8(54),e.appendMemarg(Ya(20),0)),e.endBlock(),e.ip_const(t),e.options.countBailouts&&(e.i32_const(e.traceIndex),e.i32_const(r),e.callImport("bailout")),e.appendU8(15)}function za(){if(Da||(Da=ot.getWasmIndirectFunctionTable()),!Da)throw new Error("Module did not export the indirect function table");return Da}function Ha(e,t){t||ut(!1,"Attempting to set null function into table");const n=o.mono_jiterp_allocate_table_entry(e);return n>0&&za().set(n,t),n}function Wa(e,t,n,r,o){if(r<=0)return o&&e.appendU8(26),!0;if(r>=La)return!1;const a=o?"memop_dest":"pLocals";o&&e.local(a,33);let s=o?0:t;if(e.options.enableSimd){const t=16;for(;r>=t;)e.local(a),e.v128_const(0),e.appendSimd(11),e.appendMemarg(s,0),s+=t,r-=t}for(;r>=8;)e.local(a),e.i52_const(0),e.appendU8(55),e.appendMemarg(s,0),s+=8,r-=8;for(;r>=1;){e.local(a),e.i32_const(0);let t=r%4;switch(t){case 0:t=4,e.appendU8(54);break;case 1:e.appendU8(58);break;case 3:case 2:t=2,e.appendU8(59)}e.appendMemarg(s,0),s+=t,r-=t}return!0}function qa(e,t,n){Wa(e,0,0,n,!0)||(e.i32_const(t),e.i32_const(n),e.appendU8(252),e.appendU8(11),e.appendU8(0))}function Ga(e,t,n,r,o,a,s){if(r<=0)return o&&(e.appendU8(26),e.appendU8(26)),!0;if(r>=Ra)return!1;o?(a=a||"memop_dest",s=s||"memop_src",e.local(s,33),e.local(a,33)):a&&s||(a=s="pLocals");let i=o?0:t,c=o?0:n;if(e.options.enableSimd){const t=16;for(;r>=t;)e.local(a),e.local(s),e.appendSimd(0,!0),e.appendMemarg(c,0),e.appendSimd(11),e.appendMemarg(i,0),i+=t,c+=t,r-=t}for(;r>=8;)e.local(a),e.local(s),e.appendU8(41),e.appendMemarg(c,0),e.appendU8(55),e.appendMemarg(i,0),i+=8,c+=8,r-=8;for(;r>=1;){let t,n,o=r%4;switch(o){case 0:o=4,t=40,n=54;break;default:case 1:o=1,t=44,n=58;break;case 3:case 2:o=2,t=46,n=59}e.local(a),e.local(s),e.appendU8(t),e.appendMemarg(c,0),e.appendU8(n),e.appendMemarg(i,0),c+=o,i+=o,r-=o}return!0}function Ja(e,t){return Ga(e,0,0,t,!0)||(e.i32_const(t),e.appendU8(252),e.appendU8(10),e.appendU8(0),e.appendU8(0)),!0}function Xa(){const e=ls(5,1);e>=$a&&(Fe(`Disabling jiterpreter after ${e} failures`),is({enableTraces:!1,enableInterpEntry:!1,enableJitCall:!1}))}const Qa={};function Ya(e){const t=Qa[e];return void 0===t?Qa[e]=o.mono_jiterp_get_member_offset(e):t}function Za(e){const t=Xe.wasmExports[e];if("function"!=typeof t)throw new Error(`raw cwrap ${e} not found`);return t}const Ka={};function es(e){let t=Ka[e];return"number"!=typeof t&&(t=Ka[e]=o.mono_jiterp_get_opcode_value_table_entry(e)),t}function ts(e,t){return[e,e,t]}let ns;function rs(){if(!o.mono_wasm_is_zero_page_reserved())return!1;if(!0===ns)return!1;const e=K();for(let t=0;t<8;t++)if(0!==e[t])return!1===ns&&Pe(`Zero page optimizations are enabled but garbage appeared in memory at address ${4*t}: ${e[t]}`),ns=!0,!1;return ns=!1,!0}const os={enableTraces:"jiterpreter-traces-enabled",enableInterpEntry:"jiterpreter-interp-entry-enabled",enableJitCall:"jiterpreter-jit-call-enabled",enableBackwardBranches:"jiterpreter-backward-branch-entries-enabled",enableCallResume:"jiterpreter-call-resume-enabled",enableWasmEh:"jiterpreter-wasm-eh-enabled",enableSimd:"jiterpreter-simd-enabled",enableAtomics:"jiterpreter-atomics-enabled",zeroPageOptimization:"jiterpreter-zero-page-optimization",cprop:"jiterpreter-constant-propagation",enableStats:"jiterpreter-stats-enabled",disableHeuristic:"jiterpreter-disable-heuristic",estimateHeat:"jiterpreter-estimate-heat",countBailouts:"jiterpreter-count-bailouts",dumpTraces:"jiterpreter-dump-traces",useConstants:"jiterpreter-use-constants",eliminateNullChecks:"jiterpreter-eliminate-null-checks",noExitBackwardBranches:"jiterpreter-backward-branches-enabled",directJitCalls:"jiterpreter-direct-jit-calls",minimumTraceValue:"jiterpreter-minimum-trace-value",minimumTraceHitCount:"jiterpreter-minimum-trace-hit-count",monitoringPeriod:"jiterpreter-trace-monitoring-period",monitoringShortDistance:"jiterpreter-trace-monitoring-short-distance",monitoringLongDistance:"jiterpreter-trace-monitoring-long-distance",monitoringMaxAveragePenalty:"jiterpreter-trace-monitoring-max-average-penalty",backBranchBoost:"jiterpreter-back-branch-boost",jitCallHitCount:"jiterpreter-jit-call-hit-count",jitCallFlushThreshold:"jiterpreter-jit-call-queue-flush-threshold",interpEntryHitCount:"jiterpreter-interp-entry-hit-count",interpEntryFlushThreshold:"jiterpreter-interp-entry-queue-flush-threshold",wasmBytesLimit:"jiterpreter-wasm-bytes-limit",tableSize:"jiterpreter-table-size",aotTableSize:"jiterpreter-aot-table-size"};let as=-1,ss={};function is(e){for(const t in e){const n=os[t];if(!n){Pe(`Unrecognized jiterpreter option: ${t}`);continue}const r=e[t];"boolean"==typeof r?o.mono_jiterp_parse_option((r?"--":"--no-")+n):"number"==typeof r?o.mono_jiterp_parse_option(`--${n}=${r}`):Pe(`Jiterpreter option must be a boolean or a number but was ${typeof r} '${r}'`)}}function cs(e){return o.mono_jiterp_get_counter(e)}function ls(e,t){return o.mono_jiterp_modify_counter(e,t)}function ps(){const e=o.mono_jiterp_get_options_version();return e!==as&&(function(){ss={};for(const e in os){const t=o.mono_jiterp_get_option_as_int(os[e]);t>-2147483647?ss[e]=t:Fe(`Failed to retrieve value of option ${os[e]}`)}}(),as=e),ss}function us(e,t,n,r){const a=za(),s=t,i=s+n-1;return i= ${a.length}`),a.set(s,r),o.mono_jiterp_initialize_table(e,s,i),t+n}let ds=!1;const fs=["Unknown","InterpreterTiering","NullCheck","VtableNotInitialized","Branch","BackwardBranch","ConditionalBranch","ConditionalBackwardBranch","ComplexBranch","ArrayLoadFailed","ArrayStoreFailed","StringOperationFailed","DivideByZero","Overflow","Return","Call","Throw","AllocFailed","SpanOperationFailed","CastFailed","SafepointBranchTaken","UnboxFailed","CallDelegate","Debugging","Icall","UnexpectedRetIp","LeaveCheck"],_s={2:["V128_I1_NEGATION","V128_I2_NEGATION","V128_I4_NEGATION","V128_ONES_COMPLEMENT","V128_U2_WIDEN_LOWER","V128_U2_WIDEN_UPPER","V128_I1_CREATE_SCALAR","V128_I2_CREATE_SCALAR","V128_I4_CREATE_SCALAR","V128_I8_CREATE_SCALAR","V128_I1_EXTRACT_MSB","V128_I2_EXTRACT_MSB","V128_I4_EXTRACT_MSB","V128_I8_EXTRACT_MSB","V128_I1_CREATE","V128_I2_CREATE","V128_I4_CREATE","V128_I8_CREATE","SplatX1","SplatX2","SplatX4","SplatX8","NegateD1","NegateD2","NegateD4","NegateD8","NegateR4","NegateR8","SqrtR4","SqrtR8","CeilingR4","CeilingR8","FloorR4","FloorR8","TruncateR4","TruncateR8","RoundToNearestR4","RoundToNearestR8","NotANY","AnyTrueANY","AllTrueD1","AllTrueD2","AllTrueD4","AllTrueD8","PopCountU1","BitmaskD1","BitmaskD2","BitmaskD4","BitmaskD8","AddPairwiseWideningI1","AddPairwiseWideningU1","AddPairwiseWideningI2","AddPairwiseWideningU2","AbsI1","AbsI2","AbsI4","AbsI8","AbsR4","AbsR8","ConvertToSingleI4","ConvertToSingleU4","ConvertToSingleR8","ConvertToDoubleLowerI4","ConvertToDoubleLowerU4","ConvertToDoubleLowerR8","ConvertToInt32SaturateR4","ConvertToUInt32SaturateR4","ConvertToInt32SaturateR8","ConvertToUInt32SaturateR8","SignExtendWideningLowerD1","SignExtendWideningLowerD2","SignExtendWideningLowerD4","SignExtendWideningUpperD1","SignExtendWideningUpperD2","SignExtendWideningUpperD4","ZeroExtendWideningLowerD1","ZeroExtendWideningLowerD2","ZeroExtendWideningLowerD4","ZeroExtendWideningUpperD1","ZeroExtendWideningUpperD2","ZeroExtendWideningUpperD4","LoadVector128ANY","LoadScalarVector128X4","LoadScalarVector128X8","LoadScalarAndSplatVector128X1","LoadScalarAndSplatVector128X2","LoadScalarAndSplatVector128X4","LoadScalarAndSplatVector128X8","LoadWideningVector128I1","LoadWideningVector128U1","LoadWideningVector128I2","LoadWideningVector128U2","LoadWideningVector128I4","LoadWideningVector128U4"],3:["V128_I1_ADD","V128_I2_ADD","V128_I4_ADD","V128_R4_ADD","V128_I1_SUB","V128_I2_SUB","V128_I4_SUB","V128_R4_SUB","V128_BITWISE_AND","V128_BITWISE_OR","V128_BITWISE_EQUALITY","V128_BITWISE_INEQUALITY","V128_R4_FLOAT_EQUALITY","V128_R8_FLOAT_EQUALITY","V128_EXCLUSIVE_OR","V128_I1_MULTIPLY","V128_I2_MULTIPLY","V128_I4_MULTIPLY","V128_R4_MULTIPLY","V128_R4_DIVISION","V128_I1_LEFT_SHIFT","V128_I2_LEFT_SHIFT","V128_I4_LEFT_SHIFT","V128_I8_LEFT_SHIFT","V128_I1_RIGHT_SHIFT","V128_I2_RIGHT_SHIFT","V128_I4_RIGHT_SHIFT","V128_I1_URIGHT_SHIFT","V128_I2_URIGHT_SHIFT","V128_I4_URIGHT_SHIFT","V128_I8_URIGHT_SHIFT","V128_U1_NARROW","V128_U1_GREATER_THAN","V128_I1_LESS_THAN","V128_U1_LESS_THAN","V128_I2_LESS_THAN","V128_I1_EQUALS","V128_I2_EQUALS","V128_I4_EQUALS","V128_R4_EQUALS","V128_I8_EQUALS","V128_I1_EQUALS_ANY","V128_I2_EQUALS_ANY","V128_I4_EQUALS_ANY","V128_I8_EQUALS_ANY","V128_AND_NOT","V128_U2_LESS_THAN_EQUAL","V128_I1_SHUFFLE","V128_I2_SHUFFLE","V128_I4_SHUFFLE","V128_I8_SHUFFLE","ExtractScalarI1","ExtractScalarU1","ExtractScalarI2","ExtractScalarU2","ExtractScalarD4","ExtractScalarD8","ExtractScalarR4","ExtractScalarR8","SwizzleD1","AddD1","AddD2","AddD4","AddD8","AddR4","AddR8","SubtractD1","SubtractD2","SubtractD4","SubtractD8","SubtractR4","SubtractR8","MultiplyD2","MultiplyD4","MultiplyD8","MultiplyR4","MultiplyR8","DivideR4","DivideR8","DotI2","ShiftLeftD1","ShiftLeftD2","ShiftLeftD4","ShiftLeftD8","ShiftRightArithmeticD1","ShiftRightArithmeticD2","ShiftRightArithmeticD4","ShiftRightArithmeticD8","ShiftRightLogicalD1","ShiftRightLogicalD2","ShiftRightLogicalD4","ShiftRightLogicalD8","AndANY","AndNotANY","OrANY","XorANY","CompareEqualD1","CompareEqualD2","CompareEqualD4","CompareEqualD8","CompareEqualR4","CompareEqualR8","CompareNotEqualD1","CompareNotEqualD2","CompareNotEqualD4","CompareNotEqualD8","CompareNotEqualR4","CompareNotEqualR8","CompareLessThanI1","CompareLessThanU1","CompareLessThanI2","CompareLessThanU2","CompareLessThanI4","CompareLessThanU4","CompareLessThanI8","CompareLessThanR4","CompareLessThanR8","CompareLessThanOrEqualI1","CompareLessThanOrEqualU1","CompareLessThanOrEqualI2","CompareLessThanOrEqualU2","CompareLessThanOrEqualI4","CompareLessThanOrEqualU4","CompareLessThanOrEqualI8","CompareLessThanOrEqualR4","CompareLessThanOrEqualR8","CompareGreaterThanI1","CompareGreaterThanU1","CompareGreaterThanI2","CompareGreaterThanU2","CompareGreaterThanI4","CompareGreaterThanU4","CompareGreaterThanI8","CompareGreaterThanR4","CompareGreaterThanR8","CompareGreaterThanOrEqualI1","CompareGreaterThanOrEqualU1","CompareGreaterThanOrEqualI2","CompareGreaterThanOrEqualU2","CompareGreaterThanOrEqualI4","CompareGreaterThanOrEqualU4","CompareGreaterThanOrEqualI8","CompareGreaterThanOrEqualR4","CompareGreaterThanOrEqualR8","ConvertNarrowingSaturateSignedI2","ConvertNarrowingSaturateSignedI4","ConvertNarrowingSaturateUnsignedI2","ConvertNarrowingSaturateUnsignedI4","MultiplyWideningLowerI1","MultiplyWideningLowerI2","MultiplyWideningLowerI4","MultiplyWideningLowerU1","MultiplyWideningLowerU2","MultiplyWideningLowerU4","MultiplyWideningUpperI1","MultiplyWideningUpperI2","MultiplyWideningUpperI4","MultiplyWideningUpperU1","MultiplyWideningUpperU2","MultiplyWideningUpperU4","AddSaturateI1","AddSaturateU1","AddSaturateI2","AddSaturateU2","SubtractSaturateI1","SubtractSaturateU1","SubtractSaturateI2","SubtractSaturateU2","MultiplyRoundedSaturateQ15I2","MinI1","MinI2","MinI4","MinU1","MinU2","MinU4","MaxI1","MaxI2","MaxI4","MaxU1","MaxU2","MaxU4","AverageRoundedU1","AverageRoundedU2","MinR4","MinR8","MaxR4","MaxR8","PseudoMinR4","PseudoMinR8","PseudoMaxR4","PseudoMaxR8","StoreANY"],4:["V128_CONDITIONAL_SELECT","ReplaceScalarD1","ReplaceScalarD2","ReplaceScalarD4","ReplaceScalarD8","ReplaceScalarR4","ReplaceScalarR8","ShuffleD1","BitwiseSelectANY","LoadScalarAndInsertX1","LoadScalarAndInsertX2","LoadScalarAndInsertX4","LoadScalarAndInsertX8","StoreSelectedScalarX1","StoreSelectedScalarX2","StoreSelectedScalarX4","StoreSelectedScalarX8"]},ms={13:[65,0],14:[65,1]},hs={456:168,462:174,457:170,463:176},gs={508:[69,40,54],428:[106,40,54],430:[107,40,54],432:[107,40,54],436:[115,40,54],429:[124,41,55],431:[125,41,55],433:[125,41,55],437:[133,41,55],511:[106,40,54],515:[108,40,54],513:[124,41,55],517:[126,41,55],434:[140,42,56],435:[154,43,57],464:[178,40,56],467:[183,40,57],438:[184,40,57],465:[180,41,56],468:[185,41,57],439:[186,41,57],469:[187,42,57],466:[182,43,56],460:[1,52,55],461:[1,53,55],444:[113,40,54],452:[113,40,54],440:[117,40,54],448:[117,40,54],445:[113,41,54],453:[113,41,54],441:[117,41,54],449:[117,41,54],525:[116,40,54],526:[134,41,55],527:[117,40,54],528:[135,41,55],523:[118,40,54],524:[136,41,55],638:[119,40,54],639:[137,41,55],640:[120,40,54],641:[138,41,55],642:[103,40,54],644:[104,40,54],646:[105,40,54],643:[121,41,55],645:[122,41,55],647:[123,41,55],512:[106,40,54],516:[108,40,54],514:[124,41,55],518:[126,41,55],519:[113,40,54],520:[113,40,54],521:[114,40,54],522:[114,40,54]},bs={394:187,395:1,398:187,399:1,402:187,403:1,406:187,407:1,412:187,413:1,416:187,417:1,426:187,427:1,420:187,421:1,65536:187,65537:187,65535:187,65539:1,65540:1,65538:1},ys={344:[106,40,54],362:[106,40,54],364:[106,40,54],348:[107,40,54],352:[108,40,54],366:[108,40,54],368:[108,40,54],356:[109,40,54],360:[110,40,54],380:[111,40,54],384:[112,40,54],374:[113,40,54],376:[114,40,54],378:[115,40,54],388:[116,40,54],390:[117,40,54],386:[118,40,54],345:[124,41,55],349:[125,41,55],353:[126,41,55],357:[127,41,55],381:[129,41,55],361:[128,41,55],385:[130,41,55],375:[131,41,55],377:[132,41,55],379:[133,41,55],389:[134,41,55],391:[135,41,55],387:[136,41,55],346:[146,42,56],350:[147,42,56],354:[148,42,56],358:[149,42,56],347:[160,43,57],351:[161,43,57],355:[162,43,57],359:[163,43,57],392:[70,40,54],396:[71,40,54],414:[72,40,54],400:[74,40,54],418:[76,40,54],404:[78,40,54],424:[73,40,54],410:[75,40,54],422:[77,40,54],408:[79,40,54],393:[81,41,54],397:[82,41,54],415:[83,41,54],401:[85,41,54],419:[87,41,54],405:[89,41,54],425:[84,41,54],411:[86,41,54],423:[88,41,54],409:[90,41,54]},ws={187:392,207:396,195:400,215:410,199:414,223:424,191:404,211:408,203:418,219:422,231:[392,!1,!0],241:[396,!1,!0],235:[400,!1,!0],245:[410,!1,!0],237:[414,!1,!0],249:[424,!1,!0],233:[404,!1,!0],243:[408,!1,!0],239:[418,!1,!0],247:[422,!1,!0],251:[392,65,!0],261:[396,65,!0],255:[400,65,!0],265:[410,65,!0],257:[414,65,!0],269:[424,65,!0],253:[404,65,!0],263:[408,65,!0],259:[418,65,!0],267:[422,65,!0],188:393,208:397,196:401,216:411,200:415,224:425,192:405,212:409,204:419,220:423,252:[393,66,!0],256:[401,66,!0],266:[411,66,!0],258:[415,66,!0],270:[425,66,!0],254:[405,66,!0],264:[409,66,!0],260:[419,66,!0],268:[423,66,!0],189:394,209:65535,197:402,217:412,201:416,225:426,193:406,213:65536,205:420,221:65537,190:395,210:65538,198:403,218:413,202:417,226:427,194:407,214:65539,206:421,222:65540},ks={598:[!0,!1,159],625:[!0,!0,145],585:[!0,!1,155],612:[!0,!0,141],591:[!0,!1,156],618:[!0,!0,142],602:[!0,!1,153],629:[!0,!0,139],580:[!0,!1,"acos"],607:[!0,!0,"acosf"],581:[!0,!1,"acosh"],608:[!0,!0,"acoshf"],586:[!0,!1,"cos"],613:[!0,!0,"cosf"],578:[!0,!1,"asin"],605:[!0,!0,"asinf"],579:[!0,!1,"asinh"],606:[!0,!0,"asinhf"],597:[!0,!1,"sin"],624:[!0,!0,"sinf"],582:[!0,!1,"atan"],609:[!0,!0,"atanf"],583:[!0,!1,"atanh"],610:[!0,!0,"atanhf"],600:[!0,!1,"tan"],627:[!0,!0,"tanf"],587:[!0,!1,"cbrt"],614:[!0,!0,"cbrtf"],589:[!0,!1,"exp"],616:[!0,!0,"expf"],592:[!0,!1,"log"],619:[!0,!0,"logf"],593:[!0,!1,"log2"],620:[!0,!0,"log2f"],594:[!0,!1,"log10"],621:[!0,!0,"log10f"],603:[!1,!1,164],630:[!1,!0,150],604:[!1,!1,165],631:[!1,!0,151],584:[!1,!1,"atan2"],611:[!1,!0,"atan2f"],595:[!1,!1,"pow"],622:[!1,!0,"powf"],383:[!1,!1,"fmod"],382:[!1,!0,"fmodf"]},Ss={560:[67,0,0],561:[67,192,0],562:[68,0,1],563:[68,193,1],564:[65,0,2],565:[66,0,3]},vs={566:[74,0,0],567:[74,192,0],568:[75,0,1],569:[75,193,1],570:[72,0,2],571:[73,0,3]},Us={651:1,652:2,653:4,654:8},Es={651:44,652:46,653:40,654:41},Ts={651:58,652:59,653:54,654:55},xs=new Set([20,21,22,23,24,25,26,27,28,29,30]),Is={51:[16,54],52:[16,54],53:[8,54],54:[8,54],55:[4,54],57:[4,56],56:[2,55],58:[2,57]},As={1:[16,40],2:[8,40],3:[4,40],5:[4,42],4:[2,41],6:[2,43]},js=new Set([81,84,85,86,87,82,83,88,89,90,91,92,93]),$s={13:[16],14:[8],15:[4],16:[2]},Ls={10:100,11:132,12:164,13:196},Rs={6:[44,23],7:[46,26],8:[40,28],9:[41,30]};function Bs(e,t){return B(e+2*t)}function Ns(e,t){return M(e+2*t)}function Cs(e,t){return O(e+2*t)}function Os(e){return D(e+Ya(4))}function Ds(e,t){const n=D(Os(e)+Ya(5));return D(n+t*fc)}function Fs(e,t){const n=D(Os(e)+Ya(12));return D(n+t*fc)}function Ms(e,t,n){if(!n)return!1;for(let r=0;r=40||ut(!1,`Expected load opcode but got ${n}`),e.appendU8(n),void 0!==r)e.appendULeb(r);else if(253===n)throw new Error("PREFIX_simd ldloc without a simdOpcode");const o=Ys(t,n,r);e.appendMemarg(t,o)}function ei(e,t,n,r){n>=54||ut(!1,`Expected store opcode but got ${n}`),e.appendU8(n),void 0!==r&&e.appendULeb(r);const o=Ys(t,n,r);e.appendMemarg(t,o),Js(t),void 0!==r&&Js(t+8)}function ti(e,t,n){"number"!=typeof n&&(n=512),n>0&&Xs(t,n),e.lea("pLocals",t)}function ni(e,t,n,r){Xs(t,r),Wa(e,t,0,r,!1)||(ti(e,t,r),qa(e,n,r))}function ri(e,t,n,r){if(Xs(t,r),Ga(e,t,n,r,!1))return!0;ti(e,t,r),ti(e,n,0),Ja(e,r)}function oi(e,t){return 0!==o.mono_jiterp_is_imethod_var_address_taken(Os(e.frame),t)}function ai(e,t,n,r){if(e.allowNullCheckOptimization&&Hs.has(t)&&!oi(e,t))return ls(7,1),void(qs===t?r&&e.local("cknull_ptr"):(Ks(e,t,40),e.local("cknull_ptr",r?34:33),qs=t));Ks(e,t,40),e.local("cknull_ptr",34),e.appendU8(69),e.block(64,4),Pa(e,n,2),e.endBlock(),r&&e.local("cknull_ptr"),e.allowNullCheckOptimization&&!oi(e,t)?(Hs.set(t,n),qs=t):qs=-1}function si(e,t,n){let r,a=54;const s=ms[n];if(s)e.local("pLocals"),e.appendU8(s[0]),r=s[1],e.appendLeb(r);else switch(n){case 15:e.local("pLocals"),r=Ns(t,2),e.i32_const(r);break;case 16:e.local("pLocals"),r=Cs(t,2),e.i32_const(r);break;case 17:e.local("pLocals"),e.i52_const(0),a=55;break;case 19:e.local("pLocals"),e.appendU8(66),e.appendLebRef(t+4,!0),a=55;break;case 18:e.local("pLocals"),e.i52_const(Ns(t,2)),a=55;break;case 20:e.local("pLocals"),e.appendU8(67),e.appendF32(function(e,t){return n=e+2*t,o.mono_wasm_get_f32_unaligned(n);var n}(t,2)),a=56;break;case 21:e.local("pLocals"),e.appendU8(68),e.appendF64(function(e,t){return n=e+2*t,o.mono_wasm_get_f64_unaligned(n);var n}(t,2)),a=57;break;default:return!1}e.appendU8(a);const i=Bs(t,1);return e.appendMemarg(i,2),Js(i),"number"==typeof r?Ps.set(i,{type:"i32",value:r}):Ps.delete(i),!0}function ii(e,t,n){let r=40,o=54;switch(n){case 74:r=44;break;case 75:r=45;break;case 76:r=46;break;case 77:r=47;break;case 78:r=45,o=58;break;case 79:r=47,o=59;break;case 80:break;case 81:r=41,o=55;break;case 82:{const n=Bs(t,3);return ri(e,Bs(t,1),Bs(t,2),n),!0}case 83:return ri(e,Bs(t,1),Bs(t,2),8),ri(e,Bs(t,3),Bs(t,4),8),!0;case 84:return ri(e,Bs(t,1),Bs(t,2),8),ri(e,Bs(t,3),Bs(t,4),8),ri(e,Bs(t,5),Bs(t,6),8),!0;case 85:return ri(e,Bs(t,1),Bs(t,2),8),ri(e,Bs(t,3),Bs(t,4),8),ri(e,Bs(t,5),Bs(t,6),8),ri(e,Bs(t,7),Bs(t,8),8),!0;default:return!1}return e.local("pLocals"),Ks(e,Bs(t,2),r),ei(e,Bs(t,1),o),!0}function ci(e,t,n,r){const o=r>=23&&r<=36||r>=50&&r<=60,a=Bs(n,o?2:1),s=Bs(n,3),i=Bs(n,o?1:2),c=e.allowNullCheckOptimization&&Hs.has(a)&&!oi(e,a);36!==r&&45!==r&&ai(e,a,n,!1);let l=54,p=40;switch(r){case 23:p=44;break;case 24:p=45;break;case 25:p=46;break;case 26:p=47;break;case 31:case 41:case 27:break;case 43:case 29:p=42,l=56;break;case 44:case 30:p=43,l=57;break;case 37:case 38:l=58;break;case 39:case 40:l=59;break;case 28:case 42:p=41,l=55;break;case 45:return c||e.block(),e.local("pLocals"),e.i32_const(s),e.i32_const(a),e.i32_const(i),e.callImport("stfld_o"),c?(e.appendU8(26),ls(7,1)):(e.appendU8(13),e.appendULeb(0),Pa(e,n,2),e.endBlock()),!0;case 32:{const t=Bs(n,4);return ti(e,i,t),e.local("cknull_ptr"),0!==s&&(e.i32_const(s),e.appendU8(106)),Ja(e,t),!0}case 46:{const r=Ds(t,Bs(n,4));return e.local("cknull_ptr"),0!==s&&(e.i32_const(s),e.appendU8(106)),ti(e,i,0),e.ptr_const(r),e.callImport("value_copy"),!0}case 47:{const t=Bs(n,4);return e.local("cknull_ptr"),0!==s&&(e.i32_const(s),e.appendU8(106)),ti(e,i,0),Ja(e,t),!0}case 36:case 35:return e.local("pLocals"),Ks(e,a,40),0!==s&&(e.i32_const(s),e.appendU8(106)),ei(e,i,l),!0;default:return!1}return o&&e.local("pLocals"),e.local("cknull_ptr"),o?(e.appendU8(p),e.appendMemarg(s,0),ei(e,i,l),!0):(Ks(e,i,p),e.appendU8(l),e.appendMemarg(s,0),!0)}function li(e,t,n,r){const o=r>=23&&r<=36||r>=50&&r<=60,a=Bs(n,1),s=Ds(t,Bs(n,2)),i=Ds(t,Bs(n,3));!function(e,t,n){e.block(),e.ptr_const(t),e.appendU8(45),e.appendMemarg(Ya(0),0),e.appendU8(13),e.appendULeb(0),Pa(e,n,3),e.endBlock()}(e,s,n);let c=54,l=40;switch(r){case 50:l=44;break;case 51:l=45;break;case 52:l=46;break;case 53:l=47;break;case 58:case 65:case 54:break;case 67:case 56:l=42,c=56;break;case 68:case 57:l=43,c=57;break;case 61:case 62:c=58;break;case 63:case 64:c=59;break;case 55:case 66:l=41,c=55;break;case 69:return e.ptr_const(i),ti(e,a,0),e.callImport("copy_ptr"),!0;case 59:{const t=Bs(n,4);return ti(e,a,t),e.ptr_const(i),Ja(e,t),!0}case 72:return e.local("pLocals"),e.ptr_const(i),ei(e,a,c),!0;default:return!1}return o?(e.local("pLocals"),e.ptr_const(i),e.appendU8(l),e.appendMemarg(0,0),ei(e,a,c),!0):(e.ptr_const(i),Ks(e,a,l),e.appendU8(c),e.appendMemarg(0,0),!0)}function pi(e,t,n){let r,o,a,s,i="math_lhs32",c="math_rhs32",l=!1;const p=bs[n];if(p){e.local("pLocals");const r=1==p;return Ks(e,Bs(t,2),r?43:42),r||e.appendU8(p),Ks(e,Bs(t,3),r?43:42),r||e.appendU8(p),e.i32_const(n),e.callImport("relop_fp"),ei(e,Bs(t,1),54),!0}switch(n){case 382:case 383:return hi(e,t,n);default:if(s=ys[n],!s)return!1;s.length>3?(r=s[1],o=s[2],a=s[3]):(r=o=s[1],a=s[2])}switch(n){case 356:case 357:case 360:case 361:case 380:case 381:case 384:case 385:{const a=361===n||385===n||357===n||381===n;i=a?"math_lhs64":"math_lhs32",c=a?"math_rhs64":"math_rhs32",e.block(),Ks(e,Bs(t,2),r),e.local(i,33),Ks(e,Bs(t,3),o),e.local(c,34),l=!0,a&&(e.appendU8(80),e.appendU8(69)),e.appendU8(13),e.appendULeb(0),Pa(e,t,12),e.endBlock(),356!==n&&380!==n&&357!==n&&381!==n||(e.block(),e.local(c),a?e.i52_const(-1):e.i32_const(-1),e.appendU8(a?82:71),e.appendU8(13),e.appendULeb(0),e.local(i),e.appendU8(a?66:65),e.appendBoundaryValue(a?64:32,-1),e.appendU8(a?82:71),e.appendU8(13),e.appendULeb(0),Pa(e,t,13),e.endBlock());break}case 362:case 364:case 366:case 368:Ks(e,Bs(t,2),r),e.local(i,34),Ks(e,Bs(t,3),o),e.local(c,34),e.i32_const(n),e.callImport(364===n||368===n?"ckovr_u4":"ckovr_i4"),e.block(64,4),Pa(e,t,13),e.endBlock(),l=!0}return e.local("pLocals"),l?(e.local(i),e.local(c)):(Ks(e,Bs(t,2),r),Ks(e,Bs(t,3),o)),e.appendU8(s[0]),ei(e,Bs(t,1),a),!0}function ui(e,t,n){const r=gs[n];if(!r)return!1;const o=r[1],a=r[2];switch((n<472||n>507)&&e.local("pLocals"),n){case 428:case 430:Ks(e,Bs(t,2),o),e.i32_const(1);break;case 432:e.i32_const(0),Ks(e,Bs(t,2),o);break;case 436:Ks(e,Bs(t,2),o),e.i32_const(-1);break;case 444:case 445:Ks(e,Bs(t,2),o),41===o&&e.appendU8(167),e.i32_const(255);break;case 452:case 453:Ks(e,Bs(t,2),o),41===o&&e.appendU8(167),e.i32_const(65535);break;case 440:case 441:Ks(e,Bs(t,2),o),41===o&&e.appendU8(167),e.i32_const(24),e.appendU8(116),e.i32_const(24);break;case 448:case 449:Ks(e,Bs(t,2),o),41===o&&e.appendU8(167),e.i32_const(16),e.appendU8(116),e.i32_const(16);break;case 429:case 431:Ks(e,Bs(t,2),o),e.i52_const(1);break;case 433:e.i52_const(0),Ks(e,Bs(t,2),o);break;case 437:Ks(e,Bs(t,2),o),e.i52_const(-1);break;case 511:case 515:case 519:case 521:case 525:case 527:case 523:case 638:case 640:Ks(e,Bs(t,2),o),e.i32_const(Ns(t,3));break;case 512:case 516:case 520:case 522:Ks(e,Bs(t,2),o),e.i32_const(Cs(t,3));break;case 513:case 517:case 526:case 528:case 524:case 639:case 641:Ks(e,Bs(t,2),o),e.i52_const(Ns(t,3));break;case 514:case 518:Ks(e,Bs(t,2),o),e.i52_const(Cs(t,3));break;default:Ks(e,Bs(t,2),o)}return 1!==r[0]&&e.appendU8(r[0]),ei(e,Bs(t,1),a),!0}function di(e,t,n,r){const o=133===r?t+6:t+8,a=Fs(n,B(o-2));e.local("pLocals"),e.ptr_const(o),e.appendU8(54),e.appendMemarg(a,0),e.callHandlerReturnAddresses.push(o)}function fi(e,t){const n=o.mono_jiterp_get_opcode_info(t,4),r=e+2+2*o.mono_jiterp_get_opcode_info(t,2);let a;switch(n){case 7:a=O(r);break;case 8:a=M(r);break;case 17:a=M(r+2);break;default:return}return a}function _i(e,t,n,r){const a=r>=227&&r<=270,s=fi(t,r);if("number"!=typeof s)return!1;switch(r){case 132:case 133:case 128:case 129:{const a=132===r||133===r,i=t+2*s;return s<=0?e.backBranchOffsets.indexOf(i)>=0?(e.backBranchTraceLevel>1&&Fe(`0x${t.toString(16)} performing backward branch to 0x${i.toString(16)}`),a&&di(e,t,n,r),e.cfg.branch(i,!0,0),ls(9,1),!0):(i1||e.cfg.trace>1)&&Fe(`0x${t.toString(16)} ${ja(r)} target 0x${i.toString(16)} before start of trace`):(e.backBranchTraceLevel>0||e.cfg.trace>0)&&Fe(`0x${t.toString(16)} ${ja(r)} target 0x${i.toString(16)} not found in list `+e.backBranchOffsets.map((e=>"0x"+e.toString(16))).join(", ")),o.mono_jiterp_boost_back_branch_target(i),Pa(e,i,5),ls(10,1),!0):(e.branchTargets.add(i),a&&di(e,t,n,r),e.cfg.branch(i,!1,0),!0)}case 145:case 143:case 229:case 227:case 146:case 144:{const n=146===r||144===r;Ks(e,Bs(t,1),n?41:40),143===r||227===r?e.appendU8(69):144===r?e.appendU8(80):146===r&&(e.appendU8(80),e.appendU8(69));break}default:if(void 0===ws[r])throw new Error(`Unsupported relop branch opcode: ${ja(r)}`);if(4!==o.mono_jiterp_get_opcode_info(r,1))throw new Error(`Unsupported long branch opcode: ${ja(r)}`)}const i=t+2*s;return s<0?e.backBranchOffsets.indexOf(i)>=0?(e.backBranchTraceLevel>1&&Fe(`0x${t.toString(16)} performing conditional backward branch to 0x${i.toString(16)}`),e.cfg.branch(i,!0,a?3:1),ls(9,1)):(i1||e.cfg.trace>1)&&Fe(`0x${t.toString(16)} ${ja(r)} target 0x${i.toString(16)} before start of trace`):(e.backBranchTraceLevel>0||e.cfg.trace>0)&&Fe(`0x${t.toString(16)} ${ja(r)} target 0x${i.toString(16)} not found in list `+e.backBranchOffsets.map((e=>"0x"+e.toString(16))).join(", ")),o.mono_jiterp_boost_back_branch_target(i),e.block(64,4),Pa(e,i,5),e.endBlock(),ls(10,1)):(e.branchTargets.add(i),e.cfg.branch(i,!1,a?3:1)),!0}function mi(e,t,n,r){const o=ws[r];if(!o)return!1;const a=Array.isArray(o)?o[0]:o,s=ys[a],i=bs[a];if(!s&&!i)return!1;const c=s?s[1]:1===i?43:42;return Ks(e,Bs(t,1),c),s||1===i||e.appendU8(i),Array.isArray(o)&&o[1]?(e.appendU8(o[1]),e.appendLeb(Ns(t,2))):Ks(e,Bs(t,2),c),s||1==i||e.appendU8(i),s?e.appendU8(s[0]):(e.i32_const(a),e.callImport("relop_fp")),_i(e,t,n,r)}function hi(e,t,n){let r,o,a,s;const i=Bs(t,1),c=Bs(t,2),l=Bs(t,3),p=ks[n];if(!p)return!1;if(r=p[0],o=p[1],"string"==typeof p[2]?a=p[2]:s=p[2],e.local("pLocals"),r){if(Ks(e,c,o?42:43),s)e.appendU8(s);else{if(!a)throw new Error("internal error");e.callImport(a)}return ei(e,i,o?56:57),!0}if(Ks(e,c,o?42:43),Ks(e,l,o?42:43),s)e.appendU8(s);else{if(!a)throw new Error("internal error");e.callImport(a)}return ei(e,i,o?56:57),!0}function gi(e,t,n){const r=n>=87&&n<=112,o=n>=107&&n<=112,a=n>=95&&n<=106||n>=120&&n<=127||o,s=n>=101&&n<=106||n>=124&&n<=127||o;let i,c,l=-1,p=0,u=1;o?(i=Bs(t,1),c=Bs(t,2),l=Bs(t,3),p=Ns(t,4),u=Ns(t,5)):a?s?r?(i=Bs(t,1),c=Bs(t,2),p=Ns(t,3)):(i=Bs(t,2),c=Bs(t,1),p=Ns(t,3)):r?(i=Bs(t,1),c=Bs(t,2),l=Bs(t,3)):(i=Bs(t,3),c=Bs(t,1),l=Bs(t,2)):r?(c=Bs(t,2),i=Bs(t,1)):(c=Bs(t,1),i=Bs(t,2));let d,f=54;switch(n){case 87:case 95:case 101:case 107:d=44;break;case 88:case 96:case 102:case 108:d=45;break;case 89:case 97:case 103:case 109:d=46;break;case 90:case 98:case 104:case 110:d=47;break;case 113:case 120:case 124:d=40,f=58;break;case 114:case 121:case 125:d=40,f=59;break;case 91:case 99:case 105:case 111:case 115:case 122:case 126:case 119:d=40;break;case 93:case 117:d=42,f=56;break;case 94:case 118:d=43,f=57;break;case 92:case 100:case 106:case 112:case 116:case 123:case 127:d=41,f=55;break;default:return!1}const _=Zs(e,c,40,!0,!0);return _||ai(e,c,t,!1),r?(e.local("pLocals"),_?ut(Zs(e,c,40,!1,!0),"Unknown jiterpreter cprop failure"):e.local("cknull_ptr"),o?(Ks(e,l,40),0!==p&&(e.i32_const(p),e.appendU8(106),p=0),1!==u&&(e.i32_const(u),e.appendU8(108)),e.appendU8(106)):a&&l>=0?(Ks(e,l,40),e.appendU8(106)):p<0&&(e.i32_const(p),e.appendU8(106),p=0),e.appendU8(d),e.appendMemarg(p,0),ei(e,i,f)):119===n?(_?ut(Zs(e,c,40,!1,!0),"Unknown jiterpreter cprop failure"):e.local("cknull_ptr"),ti(e,i,0),e.callImport("copy_ptr")):(_?ut(Zs(e,c,40,!1,!0),"Unknown jiterpreter cprop failure"):e.local("cknull_ptr"),a&&l>=0?(Ks(e,l,40),e.appendU8(106)):p<0&&(e.i32_const(p),e.appendU8(106),p=0),Ks(e,i,d),e.appendU8(f),e.appendMemarg(p,0)),!0}function bi(e,t,n,r,o){e.block(),Ks(e,r,40),e.local("index",34);let a="cknull_ptr";e.options.zeroPageOptimization&&rs()?(ls(8,1),Ks(e,n,40),a="src_ptr",e.local(a,34)):ai(e,n,t,!0),e.appendU8(40),e.appendMemarg(Ya(9),2),e.appendU8(73),e.appendU8(13),e.appendULeb(0),Pa(e,t,9),e.endBlock(),e.local(a),e.i32_const(Ya(1)),e.appendU8(106),e.local("index"),1!=o&&(e.i32_const(o),e.appendU8(108)),e.appendU8(106)}function yi(e,t,n,r){const o=r<=328&&r>=315||341===r,a=Bs(n,o?2:1),s=Bs(n,o?1:3),i=Bs(n,o?3:2);let c,l,p=54;switch(r){case 341:return e.local("pLocals"),ai(e,a,n,!0),e.appendU8(40),e.appendMemarg(Ya(9),2),ei(e,s,54),!0;case 326:return e.local("pLocals"),l=Bs(n,4),bi(e,n,a,i,l),ei(e,s,54),!0;case 337:return e.block(),Ks(e,Bs(n,1),40),Ks(e,Bs(n,2),40),Ks(e,Bs(n,3),40),e.callImport("stelemr_tc"),e.appendU8(13),e.appendULeb(0),Pa(e,n,10),e.endBlock(),!0;case 340:return bi(e,n,a,i,4),ti(e,s,0),e.callImport("copy_ptr"),!0;case 324:case 320:case 319:case 333:l=4,c=40;break;case 315:l=1,c=44;break;case 316:l=1,c=45;break;case 330:case 329:l=1,c=40,p=58;break;case 317:l=2,c=46;break;case 318:l=2,c=47;break;case 332:case 331:l=2,c=40,p=59;break;case 322:case 335:l=4,c=42,p=56;break;case 321:case 334:l=8,c=41,p=55;break;case 323:case 336:l=8,c=43,p=57;break;case 325:{const t=Bs(n,4);return e.local("pLocals"),e.i32_const(Bs(n,1)),e.appendU8(106),bi(e,n,a,i,t),Ja(e,t),Xs(Bs(n,1),t),!0}case 338:{const r=Bs(n,5),o=Ds(t,Bs(n,4));return bi(e,n,a,i,r),ti(e,s,0),e.ptr_const(o),e.callImport("value_copy"),!0}case 339:{const t=Bs(n,5);return bi(e,n,a,i,t),ti(e,s,0),Ja(e,t),!0}default:return!1}return o?(e.local("pLocals"),bi(e,n,a,i,l),e.appendU8(c),e.appendMemarg(0,0),ei(e,s,p)):(bi(e,n,a,i,l),Ks(e,s,c),e.appendU8(p),e.appendMemarg(0,0)),!0}function wi(){return void 0!==Ws||(Ws=!0===ot.featureWasmSimd,Ws||Fe("Disabling Jiterpreter SIMD")),Ws}function ki(e,t,n){const r=`${t}_${n.toString(16)}`;return"object"!=typeof e.importedFunctions[r]&&e.defineImportedFunction("s",r,t,!1,n),r}function Si(e,t,n,r,a,s){if(e.options.enableSimd&&wi())switch(a){case 2:if(function(e,t,n){const r=o.mono_jiterp_get_simd_opcode(1,n);if(r>=0)return js.has(n)?(e.local("pLocals"),Ks(e,Bs(t,2),40),e.appendSimd(r,!0),e.appendMemarg(0,0),vi(e,t)):(Ui(e,t),e.appendSimd(r),vi(e,t)),!0;const a=Ls[n];if(a)return Ui(e,t),e.appendSimd(a),ei(e,Bs(t,1),54),!0;switch(n){case 6:case 7:case 8:case 9:{const r=Rs[n];return e.local("pLocals"),e.v128_const(0),Ks(e,Bs(t,2),r[0]),e.appendSimd(r[1]),e.appendU8(0),ei(e,Bs(t,1),253,11),!0}case 14:return Ui(e,t,7),vi(e,t),!0;case 15:return Ui(e,t,8),vi(e,t),!0;case 16:return Ui(e,t,9),vi(e,t),!0;case 17:return Ui(e,t,10),vi(e,t),!0;default:return!1}}(e,t,s))return!0;break;case 3:if(function(e,t,n){const r=o.mono_jiterp_get_simd_opcode(2,n);if(r>=0){const o=xs.has(n),a=Is[n];if(o)e.local("pLocals"),Ks(e,Bs(t,2),253,0),Ks(e,Bs(t,3),40),e.appendSimd(r),vi(e,t);else if(Array.isArray(a)){const n=zs(e,Bs(t,3)),o=a[0];if("number"!=typeof n)return Pe(`${e.functions[0].name}: Non-constant lane index passed to ExtractScalar`),!1;if(n>=o||n<0)return Pe(`${e.functions[0].name}: ExtractScalar index ${n} out of range (0 - ${o-1})`),!1;e.local("pLocals"),Ks(e,Bs(t,2),253,0),e.appendSimd(r),e.appendU8(n),ei(e,Bs(t,1),a[1])}else Ei(e,t),e.appendSimd(r),vi(e,t);return!0}switch(n){case 191:return Ks(e,Bs(t,2),40),Ks(e,Bs(t,3),253,0),e.appendSimd(11),e.appendMemarg(0,0),!0;case 10:case 11:return Ei(e,t),e.appendSimd(214),e.appendSimd(195),11===n&&e.appendU8(69),ei(e,Bs(t,1),54),!0;case 12:case 13:{const r=13===n,o=r?71:65;return e.local("pLocals"),Ks(e,Bs(t,2),253,0),e.local("math_lhs128",34),Ks(e,Bs(t,3),253,0),e.local("math_rhs128",34),e.appendSimd(o),e.local("math_lhs128"),e.local("math_lhs128"),e.appendSimd(o),e.local("math_rhs128"),e.local("math_rhs128"),e.appendSimd(o),e.appendSimd(80),e.appendSimd(77),e.appendSimd(80),e.appendSimd(r?195:163),ei(e,Bs(t,1),54),!0}case 47:{const n=Bs(t,3),r=zs(e,n);return e.local("pLocals"),Ks(e,Bs(t,2),253,0),"object"==typeof r?(e.appendSimd(12),e.appendBytes(r)):Ks(e,n,253,0),e.appendSimd(14),vi(e,t),!0}case 48:case 49:return function(e,t,n){const r=16/n,o=Bs(t,3),a=zs(e,o);if(2!==r&&4!==r&&ut(!1,"Unsupported shuffle element size"),e.local("pLocals"),Ks(e,Bs(t,2),253,0),"object"==typeof a){const t=new Uint8Array(_c),o=2===r?new Uint16Array(a.buffer,a.byteOffset,n):new Uint32Array(a.buffer,a.byteOffset,n);for(let e=0,a=0;e=0){const o=As[n],a=$s[n];if(Array.isArray(o)){const n=o[0],a=zs(e,Bs(t,3));if("number"!=typeof a)return Pe(`${e.functions[0].name}: Non-constant lane index passed to ReplaceScalar`),!1;if(a>=n||a<0)return Pe(`${e.functions[0].name}: ReplaceScalar index ${a} out of range (0 - ${n-1})`),!1;e.local("pLocals"),Ks(e,Bs(t,2),253,0),Ks(e,Bs(t,4),o[1]),e.appendSimd(r),e.appendU8(a),vi(e,t)}else if(Array.isArray(a)){const n=a[0],o=zs(e,Bs(t,4));if("number"!=typeof o)return Pe(`${e.functions[0].name}: Non-constant lane index passed to store method`),!1;if(o>=n||o<0)return Pe(`${e.functions[0].name}: Store lane ${o} out of range (0 - ${n-1})`),!1;Ks(e,Bs(t,2),40),Ks(e,Bs(t,3),253,0),e.appendSimd(r),e.appendMemarg(0,0),e.appendU8(o)}else!function(e,t){e.local("pLocals"),Ks(e,Bs(t,2),253,0),Ks(e,Bs(t,3),253,0),Ks(e,Bs(t,4),253,0)}(e,t),e.appendSimd(r),vi(e,t);return!0}switch(n){case 0:return e.local("pLocals"),Ks(e,Bs(t,3),253,0),Ks(e,Bs(t,4),253,0),Ks(e,Bs(t,2),253,0),e.appendSimd(82),vi(e,t),!0;case 7:{const n=zs(e,Bs(t,4));if("object"!=typeof n)return Pe(`${e.functions[0].name}: Non-constant indices passed to PackedSimd.Shuffle`),!1;for(let t=0;t<32;t++){const r=n[t];if(r<0||r>31)return Pe(`${e.functions[0].name}: Shuffle lane index #${t} (${r}) out of range (0 - 31)`),!1}return e.local("pLocals"),Ks(e,Bs(t,2),253,0),Ks(e,Bs(t,3),253,0),e.appendSimd(13),e.appendBytes(n),vi(e,t),!0}default:return!1}}(e,t,s))return!0}switch(n){case 650:if(e.options.enableSimd&&wi()){e.local("pLocals");const n=Y().slice(t+4,t+4+_c);e.v128_const(n),vi(e,t),Ps.set(Bs(t,1),{type:"v128",value:n})}else ti(e,Bs(t,1),_c),e.ptr_const(t+4),Ja(e,_c);return!0;case 651:case 652:case 653:case 654:{const r=Us[n],o=_c/r,a=Bs(t,1),s=Bs(t,2),i=Es[n],c=Ts[n];for(let t=0;t2;return e.local("pLocals"),ai(e,Bs(t,2),t,!0),Ks(e,Bs(t,3),n?41:40),e.appendAtomic(r[0],!1),e.appendMemarg(0,r[2]),0!==r[1]&&e.appendU8(r[1]),ei(e,Bs(t,1),n?55:54),!0}const o=vs[n];if(o){const n=o[2]>2;return e.local("pLocals"),ai(e,Bs(t,2),t,!0),Ks(e,Bs(t,4),n?41:40),Ks(e,Bs(t,3),n?41:40),e.appendAtomic(o[0],!1),e.appendMemarg(0,o[2]),0!==o[1]&&e.appendU8(o[1]),ei(e,Bs(t,1),n?55:54),!0}return!1}const xi=64;let Ii,Ai,ji,$i=0;const Li={};function Ri(){return Ai||(Ai=[ts("interp_entry_prologue",Za("mono_jiterp_interp_entry_prologue")),ts("interp_entry",Za("mono_jiterp_interp_entry")),ts("unbox",Za("mono_jiterp_object_unbox")),ts("stackval_from_data",Za("mono_jiterp_stackval_from_data"))],Ai)}let Bi,Ni=class{constructor(e,t,n,r,o,a,s,i){this.imethod=e,this.method=t,this.argumentCount=n,this.unbox=o,this.hasThisReference=a,this.hasReturnValue=s,this.paramTypes=new Array(n);for(let e=0;ee&&(n=n.substring(n.length-e,n.length)),n=`${this.imethod.toString(16)}_${n}`}else n=`${this.imethod.toString(16)}_${this.hasThisReference?"i":"s"}${this.hasReturnValue?"_r":""}_${this.argumentCount}`;this.traceName=n}finally{e&&Xe._free(e)}}getTraceName(){return this.traceName||this.generateName(),this.traceName||"unknown"}getName(){return this.name||this.generateName(),this.name||"unknown"}};function Ci(){const e=[];let t=0;for(;0!=(t=o.mono_jiterp_tlqueue_next(1));){const n=Li[t];n?e.push(n):Fe(`Failed to find corresponding info for method ptr ${t} from jit queue!`)}if(!e.length)return;const n=4*e.length+1;let r=Ii;if(r?r.clear(n):(Ii=r=new Na(n),r.defineType("unbox",{pMonoObject:127},127,!0),r.defineType("interp_entry_prologue",{pData:127,this_arg:127},127,!0),r.defineType("interp_entry",{pData:127,res:127},64,!0),r.defineType("stackval_from_data",{type:127,result:127,value:127},64,!0)),r.options.wasmBytesLimit<=cs(6))return;const a=Ma();let s=0,i=!0,c=!1;try{r.appendU32(1836278016),r.appendU32(1);for(let t=0;tYi[o.mono_jiterp_type_to_ldind(e)])),this.enableDirect=ps().directJitCalls&&!this.noWrapper&&this.wasmNativeReturnType&&(0===this.wasmNativeSignature.length||this.wasmNativeSignature.every((e=>e))),this.enableDirect&&(this.target=this.addr);let c=this.target.toString(16);const l=Hi++;this.name=`${this.enableDirect?"jcp":"jcw"}_${c}_${l.toString(16)}`}}function Xi(e){let t=Wi[e];return t||(e>=Wi.length&&(Wi.length=e+1),Vi||(Vi=za()),Wi[e]=t=Vi.get(e)),t}function Qi(){const e=[];let t=0;for(;0!=(t=o.mono_jiterp_tlqueue_next(0));){const n=Gi[t];if(n)for(let t=0;t0){o.mono_jiterp_register_jit_call_thunk(n.cinfo,r);for(let e=0;e0&&(gc.push(["trace_eip","trace_eip",Uc]),gc.push(["trace_args","trace_eip",Ec]));const e=(e,t)=>{for(let n=0;n>>0,rc.operand2=t>>>0}function Tc(e,t,n,r){if("number"==typeof r)o.mono_jiterp_adjust_abort_count(r,1),r=ja(r);else{let e=uc[r];"number"!=typeof e?e=1:e++,uc[r]=e}dc[e].abortReason=r}function xc(e){if(!ot.runtimeReady)return;if(oc||(oc=ps()),!oc.enableStats)return;const t=cs(9),n=cs(10),r=cs(7),a=cs(8),s=cs(3),i=cs(4),c=cs(2),l=cs(1),p=cs(0),u=cs(6),d=cs(11),f=cs(12),_=t/(t+n)*100,m=o.mono_jiterp_get_rejected_trace_count(),h=oc.eliminateNullChecks?r.toString():"off",g=oc.zeroPageOptimization?a.toString()+(rs()?"":" (disabled)"):"off",b=oc.enableBackwardBranches?`emitted: ${t}, failed: ${n} (${_.toFixed(1)}%)`:": off",y=s?oc.directJitCalls?`direct jit calls: ${i} (${(i/s*100).toFixed(1)}%)`:"direct jit calls: off":"";if(Fe(`// jitted ${u} bytes; ${l} traces (${(l/p*100).toFixed(1)}%) (${m} rejected); ${s} jit_calls; ${c} interp_entries`),Fe(`// cknulls eliminated: ${h}, fused: ${g}; back-branches ${b}; ${y}`),Fe(`// time: ${0|d}ms generating, ${0|f}ms compiling wasm.`),!e){if(oc.countBailouts){const e=Object.values(dc);e.sort(((e,t)=>(t.bailoutCount||0)-(e.bailoutCount||0)));for(let e=0;et.hitCount-e.hitCount)),Fe("// hottest failed traces:");for(let e=0,n=0;e=0)){if(t[e].abortReason){if(t[e].abortReason.startsWith("mono_icall_")||t[e].abortReason.startsWith("ret."))continue;switch(t[e].abortReason){case"trace-too-small":case"trace-too-big":case"call":case"callvirt.fast":case"calli.nat.fast":case"calli.nat":case"call.delegate":case"newobj":case"newobj_vt":case"newobj_slow":case"switch":case"rethrow":case"end-of-body":case"ret":case"intrins_marvin_block":case"intrins_ascii_chars_to_uppercase":continue}}n++,Fe(`${t[e].name} @${t[e].ip} (${t[e].hitCount} hits) ${t[e].abortReason}`)}const n=[];for(const t in e)n.push([t,e[t]]);n.sort(((e,t)=>t[1]-e[1])),Fe("// heat:");for(let e=0;e0?uc[t]=n:delete uc[t]}const e=Object.keys(uc);e.sort(((e,t)=>uc[t]-uc[e]));for(let t=0;te.toString(16).padStart(2,"0"))).join("")}`}async function Rc(e){const t=at.config.resources.lazyAssembly;if(!t)throw new Error("No assemblies have been marked as lazy-loadable. Use the 'BlazorWebAssemblyLazyLoad' item group in your project file to enable lazy loading an assembly.");let n=e;e.endsWith(".dll")?n=e.substring(0,e.length-4):e.endsWith(".wasm")&&(n=e.substring(0,e.length-5));const r=n+".dll",o=n+".wasm";if(at.config.resources.fingerprinting){const t=at.config.resources.fingerprinting;for(const n in t){const a=t[n];if(a==r||a==o){e=n;break}}}if(!t[e])if(t[r])e=r;else{if(!t[o])throw new Error(`${e} must be marked with 'BlazorWebAssemblyLazyLoad' item group in your project file to allow lazy-loading.`);e=o}const a={name:e,hash:t[e],behavior:"assembly"};if(at.loadedAssemblies.includes(e))return!1;let s=n+".pdb",i=!1;if(0!=at.config.debugLevel&&(i=Object.prototype.hasOwnProperty.call(t,s),at.config.resources.fingerprinting)){const e=at.config.resources.fingerprinting;for(const t in e)if(e[t]==s){s=t,i=!0;break}}const c=at.retrieve_asset_download(a);let l=null,p=null;if(i){const e=t[s]?at.retrieve_asset_download({name:s,hash:t[s],behavior:"pdb"}):Promise.resolve(null),[n,r]=await Promise.all([c,e]);l=new Uint8Array(n),p=r?new Uint8Array(r):null}else{const e=await c;l=new Uint8Array(e),p=null}return function(e,t){at.assert_runtime_running();const n=Xe.stackSave();try{const n=xn(4),r=In(n,2),o=In(n,3);Mn(r,21),Mn(o,21),yo(r,e,4),yo(o,t,4),gn(mn.LoadLazyAssembly,n)}finally{Xe.stackRestore(n)}}(l,p),!0}async function Bc(e){const t=at.config.resources.satelliteResources;t&&await Promise.all(e.filter((e=>Object.prototype.hasOwnProperty.call(t,e))).map((e=>{const n=[];for(const r in t[e]){const o={name:r,hash:t[e][r],behavior:"resource",culture:e};n.push(at.retrieve_asset_download(o))}return n})).reduce(((e,t)=>e.concat(t)),new Array).map((async e=>{const t=await e;!function(e){at.assert_runtime_running();const t=Xe.stackSave();try{const t=xn(3),n=In(t,2);Mn(n,21),yo(n,e,4),gn(mn.LoadSatelliteAssembly,t)}finally{Xe.stackRestore(t)}}(new Uint8Array(t))})))}function Nc(e){if(e===c)return null;const t=o.mono_wasm_read_as_bool_or_null_unsafe(e);return 0!==t&&(1===t||null)}var Cc,Oc;function Dc(e){if(e)try{(e=e.toLocaleLowerCase()).includes("zh")&&(e=e.replace("chs","HANS").replace("cht","HANT"));const t=Intl.getCanonicalLocales(e.replace("_","-"));return t.length>0?t[0]:void 0}catch(e){return}}!function(e){e[e.Sending=0]="Sending",e[e.Closed=1]="Closed",e[e.Error=2]="Error"}(Cc||(Cc={})),function(e){e[e.Idle=0]="Idle",e[e.PartialCommand=1]="PartialCommand",e[e.Error=2]="Error"}(Oc||(Oc={}));const Fc=[function(e){qo&&(globalThis.clearTimeout(qo),qo=void 0),qo=Xe.safeSetTimeout(mono_wasm_schedule_timer_tick,e)},function(e,t,n,r,o){if(!0!==ot.mono_wasm_runtime_is_ready)return;const a=Y(),s=0!==e?xe(e).concat(".dll"):"",i=dt(new Uint8Array(a.buffer,t,n));let c;r&&(c=dt(new Uint8Array(a.buffer,r,o))),It({eventName:"AssemblyLoaded",assembly_name:s,assembly_b64:i,pdb_b64:c})},function(e,t){const n=xe(t);Qe.logging&&"function"==typeof Qe.logging.debugger&&Qe.logging.debugger(e,n)},function(e,t,n,r){const o={res_ok:e,res:{id:t,value:dt(new Uint8Array(Y().buffer,n,r))}};_t.has(t)&&Me(`Adding an id (${t}) that already exists in commands_received`),_t.set(t,o)},function mono_wasm_fire_debugger_agent_message_with_data(e,t){mono_wasm_fire_debugger_agent_message_with_data_to_pause(dt(new Uint8Array(Y().buffer,e,t)))},mono_wasm_fire_debugger_agent_message_with_data_to_pause,function(){++Jo,Xe.safeSetTimeout(Yo,0)},function(e,t,n,r,a,s,i,c){if(n||ut(!1,"expected instruction pointer"),oc||(oc=ps()),!oc.enableTraces)return 1;if(oc.wasmBytesLimit<=cs(6))return 1;let l,p=dc[r];if(p||(dc[r]=p=new cc(n,r,i)),ls(0,1),oc.estimateHeat||sc.length>0||p.isVerbose){const e=o.mono_wasm_method_get_full_name(t);l=xe(e),Xe._free(e)}const u=xe(o.mono_wasm_method_get_name(t));p.name=l||u;let d=oc.noExitBackwardBranches?function(e,t,n){const r=t+n,a=[],s=(e-t)/2;for(;e=s&&a.push(t)}switch(r){case 132:case 133:a.push(n+i)}e+=2*i}else e+=2*i}return a.length<=0?null:new Uint16Array(a)}(n,a,s):null;if(d&&n!==a){const e=(n-a)/2;let t=!1;for(let n=0;n=e){t=!0;break}t||(d=null)}const f=function(e,t,n,r,a,s,i,c,l){let p=hc;p?p.clear(8):(hc=p=new Na(8),function(e){e.defineType("trace",{frame:127,pLocals:127,cinfo:127,ip:127},127,!0),e.defineType("bailout",{retval:127,base:127,reason:127},127,!0),e.defineType("copy_ptr",{dest:127,src:127},64,!0),e.defineType("value_copy",{dest:127,src:127,klass:127},64,!0),e.defineType("entry",{imethod:127},127,!0),e.defineType("strlen",{ppString:127,pResult:127},127,!0),e.defineType("getchr",{ppString:127,pIndex:127,pResult:127},127,!0),e.defineType("getspan",{destination:127,span:127,index:127,element_size:127},127,!0),e.defineType("overflow_check_i4",{lhs:127,rhs:127,opcode:127},127,!0),e.defineType("mathop_d_d",{value:124},124,!0),e.defineType("mathop_dd_d",{lhs:124,rhs:124},124,!0),e.defineType("mathop_f_f",{value:125},125,!0),e.defineType("mathop_ff_f",{lhs:125,rhs:125},125,!0),e.defineType("fmaf",{x:125,y:125,z:125},125,!0),e.defineType("fma",{x:124,y:124,z:124},124,!0),e.defineType("trace_eip",{traceId:127,eip:127},64,!0),e.defineType("newobj_i",{ppDestination:127,vtable:127},127,!0),e.defineType("newstr",{ppDestination:127,length:127},127,!0),e.defineType("localloc",{destination:127,len:127,frame:127},64,!0),e.defineType("ld_del_ptr",{ppDestination:127,ppSource:127},64,!0),e.defineType("ldtsflda",{ppDestination:127,offset:127},64,!0),e.defineType("gettype",{destination:127,source:127},127,!0),e.defineType("castv2",{destination:127,source:127,klass:127,opcode:127},127,!0),e.defineType("hasparent",{klass:127,parent:127},127,!0),e.defineType("imp_iface",{vtable:127,klass:127},127,!0),e.defineType("imp_iface_s",{obj:127,vtable:127,klass:127},127,!0),e.defineType("box",{vtable:127,destination:127,source:127,vt:127},64,!0),e.defineType("conv",{destination:127,source:127,opcode:127},127,!0),e.defineType("relop_fp",{lhs:124,rhs:124,opcode:127},127,!0),e.defineType("safepoint",{frame:127,ip:127},64,!0),e.defineType("hashcode",{ppObj:127},127,!0),e.defineType("try_hash",{ppObj:127},127,!0),e.defineType("hascsize",{ppObj:127},127,!0),e.defineType("hasflag",{klass:127,dest:127,sp1:127,sp2:127},64,!0),e.defineType("array_rank",{destination:127,source:127},127,!0),e.defineType("stfld_o",{locals:127,fieldOffsetBytes:127,targetLocalOffsetBytes:127,sourceLocalOffsetBytes:127},127,!0),e.defineType("notnull",{ptr:127,expected:127,traceIp:127,ip:127},64,!0),e.defineType("stelemr",{o:127,aindex:127,ref:127},127,!0),e.defineType("simd_p_p",{arg0:127,arg1:127},64,!0),e.defineType("simd_p_pp",{arg0:127,arg1:127,arg2:127},64,!0),e.defineType("simd_p_ppp",{arg0:127,arg1:127,arg2:127,arg3:127},64,!0);const t=vc();for(let n=0;ni.indexOf(e)>=0))>=0;b&&!i&&ut(!1,"Expected methodFullName if trace is instrumented");const y=b?pc++:0;b&&(Fe(`instrumenting: ${i}`),lc[y]=new ic(i)),p.compressImportNames=!b;try{p.appendU32(1836278016),p.appendU32(1),p.generateTypeSection();const t={disp:127,cknull_ptr:127,dest_ptr:127,src_ptr:127,memop_dest:127,memop_src:127,index:127,count:127,math_lhs32:127,math_rhs32:127,math_lhs64:126,math_rhs64:126,temp_f32:125,temp_f64:124};p.options.enableSimd&&(t.v128_zero=123,t.math_lhs128=123,t.math_rhs128=123);let a=!0,i=0;if(p.defineFunction({type:"trace",name:d,export:!0,locals:t},(()=>{switch(p.base=n,p.traceIndex=s,p.frame=e,B(n)){case 672:case 673:case 675:case 674:break;default:throw new Error(`Expected *ip to be a jiterpreter opcode but it was ${B(n)}`)}return p.cfg.initialize(r,c,b?1:0),i=function(e,t,n,r,a,s,i,c){let l=!0,p=!1,u=!1,d=!1,f=0,_=0,m=0;Gs(),s.backBranchTraceLevel=i?2:0;let h=s.cfg.entry(n);for(;n&&n;){if(s.cfg.ip=n,n>=a){Tc(s.traceIndex,0,0,"end-of-body"),i&&Fe(`instrumented trace ${t} exited at end of body @${n.toString(16)}`);break}const g=3840-s.bytesGeneratedSoFar-s.cfg.overheadBytes;if(s.size>=g){Tc(s.traceIndex,0,0,"trace-too-big"),i&&Fe(`instrumented trace ${t} exited because of size limit at @${n.toString(16)} (spaceLeft=${g}b)`);break}let b=B(n);const y=o.mono_jiterp_get_opcode_info(b,2),w=o.mono_jiterp_get_opcode_info(b,3),k=o.mono_jiterp_get_opcode_info(b,1),S=b>=655&&b<=657,v=S?b-655+2:0,U=S?Bs(n,1+v):0;b>=0&&b<689||ut(!1,`invalid opcode ${b}`);const E=S?_s[v][U]:ja(b),T=n,x=s.options.noExitBackwardBranches&&Ms(n,r,c),I=s.branchTargets.has(n),A=x||I||l&&c,j=m+_+s.branchTargets.size;let $=!1,L=es(b);switch(x&&(s.backBranchTraceLevel>1&&Fe(`${t} recording back branch target 0x${n.toString(16)}`),s.backBranchOffsets.push(n)),A&&(u=!1,d=!1,Qs(s,n,x),p=!0,Gs(),m=0),L<-1&&p&&(L=-2===L?2:0),l=!1,271===b||(ac.indexOf(b)>=0?(Pa(s,n,23),b=676):u&&(b=676)),b){case 676:u&&(d||s.appendU8(0),d=!0);break;case 313:case 314:ni(s,Bs(n,1),0,Bs(n,2));break;case 312:ti(s,Bs(n,1)),Ks(s,Bs(n,2),40),s.local("frame"),s.callImport("localloc");break;case 285:Ks(s,Bs(n,1),40),s.i32_const(0),Ks(s,Bs(n,2),40),s.appendU8(252),s.appendU8(11),s.appendU8(0);break;case 286:Ks(s,Bs(n,1),40),qa(s,0,Bs(n,2));break;case 310:{const e=Bs(n,3),t=Bs(n,2),r=Bs(n,1),o=zs(s,e);0!==o&&("number"!=typeof o?(Ks(s,e,40),s.local("count",34),s.block(64,4)):(s.i32_const(o),s.local("count",33)),Ks(s,r,40),s.local("dest_ptr",34),s.appendU8(69),Ks(s,t,40),s.local("src_ptr",34),s.appendU8(69),s.appendU8(114),s.block(64,4),Pa(s,n,2),s.endBlock(),"number"==typeof o&&Ga(s,0,0,o,!1,"dest_ptr","src_ptr")||(s.local("dest_ptr"),s.local("src_ptr"),s.local("count"),s.appendU8(252),s.appendU8(10),s.appendU8(0),s.appendU8(0)),"number"!=typeof o&&s.endBlock());break}case 311:{const e=Bs(n,3),t=Bs(n,2);ai(s,Bs(n,1),n,!0),Ks(s,t,40),Ks(s,e,40),s.appendU8(252),s.appendU8(11),s.appendU8(0);break}case 143:case 145:case 227:case 229:case 144:case 146:case 129:case 132:case 133:_i(s,n,e,b)?p=!0:n=0;break;case 538:{const e=Bs(n,2),t=Bs(n,1);e!==t?(s.local("pLocals"),ai(s,e,n,!0),ei(s,t,54)):ai(s,e,n,!1),s.allowNullCheckOptimization&&Hs.set(t,n),$=!0;break}case 636:case 637:{const t=D(e+Ya(4));s.ptr_const(t),s.callImport("entry"),s.block(64,4),Pa(s,n,1),s.endBlock();break}case 674:L=0;break;case 138:break;case 86:{s.local("pLocals");const e=Bs(n,2),r=oi(s,e),o=Bs(n,1);r||Pe(`${t}: Expected local ${e} to have address taken flag`),ti(s,e),ei(s,o,54),Ps.set(o,{type:"ldloca",offset:e}),$=!0;break}case 272:case 300:case 301:case 556:{s.local("pLocals");let t=Ds(e,Bs(n,2));300===b&&(t=o.mono_jiterp_imethod_to_ftnptr(t)),s.ptr_const(t),ei(s,Bs(n,1),54);break}case 305:{const t=Ds(e,Bs(n,3));Ks(s,Bs(n,1),40),Ks(s,Bs(n,2),40),s.ptr_const(t),s.callImport("value_copy");break}case 306:{const e=Bs(n,3);Ks(s,Bs(n,1),40),Ks(s,Bs(n,2),40),Ja(s,e);break}case 307:{const e=Bs(n,3);ti(s,Bs(n,1),e),ai(s,Bs(n,2),n,!0),Ja(s,e);break}case 308:{const t=Ds(e,Bs(n,3));Ks(s,Bs(n,1),40),ti(s,Bs(n,2),0),s.ptr_const(t),s.callImport("value_copy");break}case 309:{const e=Bs(n,3);Ks(s,Bs(n,1),40),ti(s,Bs(n,2),0),Ja(s,e);break}case 540:s.local("pLocals"),ai(s,Bs(n,2),n,!0),s.appendU8(40),s.appendMemarg(Ya(2),2),ei(s,Bs(n,1),54);break;case 539:{s.block(),Ks(s,Bs(n,3),40),s.local("index",34);let e="cknull_ptr";s.options.zeroPageOptimization&&rs()?(ls(8,1),Ks(s,Bs(n,2),40),e="src_ptr",s.local(e,34)):ai(s,Bs(n,2),n,!0),s.appendU8(40),s.appendMemarg(Ya(2),2),s.appendU8(72),s.local("index"),s.i32_const(0),s.appendU8(78),s.appendU8(113),s.appendU8(13),s.appendULeb(0),Pa(s,n,11),s.endBlock(),s.local("pLocals"),s.local("index"),s.i32_const(2),s.appendU8(108),s.local(e),s.appendU8(106),s.appendU8(47),s.appendMemarg(Ya(3),1),ei(s,Bs(n,1),54);break}case 342:case 343:{const e=Ns(n,4);s.block(),Ks(s,Bs(n,3),40),s.local("index",34);let t="cknull_ptr";342===b?ai(s,Bs(n,2),n,!0):(ti(s,Bs(n,2),0),t="src_ptr",s.local(t,34)),s.appendU8(40),s.appendMemarg(Ya(7),2),s.appendU8(73),s.local("index"),s.i32_const(0),s.appendU8(78),s.appendU8(113),s.appendU8(13),s.appendULeb(0),Pa(s,n,18),s.endBlock(),s.local("pLocals"),s.local(t),s.appendU8(40),s.appendMemarg(Ya(8),2),s.local("index"),s.i32_const(e),s.appendU8(108),s.appendU8(106),ei(s,Bs(n,1),54);break}case 662:s.block(),Ks(s,Bs(n,3),40),s.local("count",34),s.i32_const(0),s.appendU8(78),s.appendU8(13),s.appendULeb(0),Pa(s,n,18),s.endBlock(),ti(s,Bs(n,1),16),s.local("dest_ptr",34),Ks(s,Bs(n,2),40),s.appendU8(54),s.appendMemarg(0,0),s.local("dest_ptr"),s.local("count"),s.appendU8(54),s.appendMemarg(4,0);break;case 577:ti(s,Bs(n,1),8),ti(s,Bs(n,2),8),s.callImport("ld_del_ptr");break;case 73:ti(s,Bs(n,1),4),s.ptr_const(Cs(n,2)),s.callImport("ldtsflda");break;case 661:s.block(),ti(s,Bs(n,1),4),ti(s,Bs(n,2),0),s.callImport("gettype"),s.appendU8(13),s.appendULeb(0),Pa(s,n,2),s.endBlock();break;case 658:{const t=Ds(e,Bs(n,4));s.ptr_const(t),ti(s,Bs(n,1),4),ti(s,Bs(n,2),0),ti(s,Bs(n,3),0),s.callImport("hasflag");break}case 667:{const e=Ya(1);s.local("pLocals"),ai(s,Bs(n,2),n,!0),s.i32_const(e),s.appendU8(106),ei(s,Bs(n,1),54);break}case 659:s.local("pLocals"),ti(s,Bs(n,2),0),s.callImport("hashcode"),ei(s,Bs(n,1),54);break;case 660:s.local("pLocals"),ti(s,Bs(n,2),0),s.callImport("try_hash"),ei(s,Bs(n,1),54);break;case 663:s.local("pLocals"),ti(s,Bs(n,2),0),s.callImport("hascsize"),ei(s,Bs(n,1),54);break;case 668:s.local("pLocals"),Ks(s,Bs(n,2),40),s.local("math_lhs32",34),Ks(s,Bs(n,3),40),s.appendU8(115),s.i32_const(2),s.appendU8(116),s.local("math_rhs32",33),s.local("math_lhs32"),s.i32_const(327685),s.appendU8(106),s.i32_const(10485920),s.appendU8(114),s.i32_const(1703962),s.appendU8(106),s.i32_const(-8388737),s.appendU8(114),s.local("math_rhs32"),s.appendU8(113),s.appendU8(69),ei(s,Bs(n,1),54);break;case 541:case 542:s.block(),ti(s,Bs(n,1),4),ti(s,Bs(n,2),0),s.callImport(541===b?"array_rank":"a_elesize"),s.appendU8(13),s.appendULeb(0),Pa(s,n,2),s.endBlock();break;case 289:case 290:{const t=Ds(e,Bs(n,3)),r=o.mono_jiterp_is_special_interface(t),a=289===b,i=Bs(n,1);if(!t){Tc(s.traceIndex,0,0,"null-klass"),n=0;continue}s.block(),s.options.zeroPageOptimization&&rs()?(Ks(s,Bs(n,2),40),s.local("dest_ptr",34),ls(8,1)):(s.block(),Ks(s,Bs(n,2),40),s.local("dest_ptr",34),s.appendU8(13),s.appendULeb(0),s.local("pLocals"),s.i32_const(0),ei(s,i,54),s.appendU8(12),s.appendULeb(1),s.endBlock(),s.local("dest_ptr")),r&&s.local("dest_ptr"),s.appendU8(40),s.appendMemarg(Ya(14),0),s.ptr_const(t),s.callImport(r?"imp_iface_s":"imp_iface"),a&&(s.local("dest_ptr"),s.appendU8(69),s.appendU8(114)),s.block(64,4),s.local("pLocals"),s.local("dest_ptr"),ei(s,i,54),s.appendU8(5),a?Pa(s,n,19):(s.local("pLocals"),s.i32_const(0),ei(s,i,54)),s.endBlock(),s.endBlock();break}case 291:case 292:case 287:case 288:{const t=Ds(e,Bs(n,3)),r=291===b||292===b,o=287===b||291===b,a=Bs(n,1);if(!t){Tc(s.traceIndex,0,0,"null-klass"),n=0;continue}s.block(),s.options.zeroPageOptimization&&rs()?(Ks(s,Bs(n,2),40),s.local("dest_ptr",34),ls(8,1)):(s.block(),Ks(s,Bs(n,2),40),s.local("dest_ptr",34),s.appendU8(13),s.appendULeb(0),s.local("pLocals"),s.i32_const(0),ei(s,a,54),s.appendU8(12),s.appendULeb(1),s.endBlock(),s.local("dest_ptr")),s.appendU8(40),s.appendMemarg(Ya(14),0),s.appendU8(40),s.appendMemarg(Ya(15),0),r&&s.local("src_ptr",34),s.i32_const(t),s.appendU8(70),s.block(64,4),s.local("pLocals"),s.local("dest_ptr"),ei(s,a,54),s.appendU8(5),r?(s.local("src_ptr"),s.ptr_const(t),s.callImport("hasparent"),o&&(s.local("dest_ptr"),s.appendU8(69),s.appendU8(114)),s.block(64,4),s.local("pLocals"),s.local("dest_ptr"),ei(s,a,54),s.appendU8(5),o?Pa(s,n,19):(s.local("pLocals"),s.i32_const(0),ei(s,a,54)),s.endBlock()):(ti(s,Bs(n,1),4),s.local("dest_ptr"),s.ptr_const(t),s.i32_const(b),s.callImport("castv2"),s.appendU8(69),s.block(64,4),Pa(s,n,19),s.endBlock()),s.endBlock(),s.endBlock();break}case 295:case 296:s.ptr_const(Ds(e,Bs(n,3))),ti(s,Bs(n,1),4),ti(s,Bs(n,2),0),s.i32_const(296===b?1:0),s.callImport("box");break;case 299:{const t=Ds(e,Bs(n,3)),r=Ya(17),o=Bs(n,1),a=D(t+r);if(!t||!a){Tc(s.traceIndex,0,0,"null-klass"),n=0;continue}s.options.zeroPageOptimization&&rs()?(Ks(s,Bs(n,2),40),s.local("dest_ptr",34),ls(8,1)):(ai(s,Bs(n,2),n,!0),s.local("dest_ptr",34)),s.appendU8(40),s.appendMemarg(Ya(14),0),s.appendU8(40),s.appendMemarg(Ya(15),0),s.local("src_ptr",34),s.appendU8(40),s.appendMemarg(r,0),s.i32_const(a),s.appendU8(70),s.local("src_ptr"),s.appendU8(45),s.appendMemarg(Ya(16),0),s.appendU8(69),s.appendU8(113),s.block(64,4),s.local("pLocals"),s.local("dest_ptr"),s.i32_const(Ya(18)),s.appendU8(106),ei(s,o,54),s.appendU8(5),Pa(s,n,21),s.endBlock();break}case 294:s.block(),ti(s,Bs(n,1),4),Ks(s,Bs(n,2),40),s.callImport("newstr"),s.appendU8(13),s.appendULeb(0),Pa(s,n,17),s.endBlock();break;case 283:s.block(),ti(s,Bs(n,1),4),s.ptr_const(Ds(e,Bs(n,2))),s.callImport("newobj_i"),s.appendU8(13),s.appendULeb(0),Pa(s,n,17),s.endBlock();break;case 282:case 284:case 544:case 543:p?(Va(s,n,j,15),u=!0,L=0):n=0;break;case 546:case 547:case 548:case 549:case 545:p?(Va(s,n,j,545==b?22:15),u=!0):n=0;break;case 137:case 134:Pa(s,n,16),u=!0;break;case 130:case 131:Pa(s,n,26),u=!0;break;case 136:if(s.callHandlerReturnAddresses.length>0&&s.callHandlerReturnAddresses.length<=3){const t=Fs(e,Bs(n,1));s.local("pLocals"),s.appendU8(40),s.appendMemarg(t,0),s.local("index",33);for(let e=0;e=3&&b<=12||b>=509&&b<=510?p||s.options.countBailouts?(Pa(s,n,14),u=!0):n=0:b>=13&&b<=21?si(s,n,b)?$=!0:n=0:b>=74&&b<=85?ii(s,n,b)||(n=0):b>=344&&b<=427?pi(s,n,b)||(n=0):gs[b]?ui(s,n,b)||(n=0):ws[b]?mi(s,n,e,b)?p=!0:n=0:b>=23&&b<=49?ci(s,e,n,b)||(n=0):b>=50&&b<=73?li(s,e,n,b)||(n=0):b>=87&&b<=127?gi(s,n,b)||(n=0):b>=578&&b<=631?hi(s,n,b)||(n=0):b>=315&&b<=341?yi(s,e,n,b)||(n=0):b>=227&&b<=270?s.branchTargets.size>0?(Va(s,n,j,8),u=!0):n=0:b>=650&&b<=657?(s.containsSimd=!0,Si(s,n,b,E,v,U)?$=!0:n=0):b>=559&&b<=571?(s.containsAtomics=!0,Ti(s,n,b)||(n=0)):0===L||(n=0)}if(n){if(!$){const e=n+2;for(let t=0;t0&&(e+=" -> ");for(let n=0;n0&&(p?m++:_++,f+=L),(n+=2*k)<=a&&(h=n)}else i&&Fe(`instrumented trace ${t} aborted for opcode ${E} @${T.toString(16)}`),Tc(s.traceIndex,0,0,b)}for(;s.activeBlocks>0;)s.endBlock();return s.cfg.exitIp=h,s.containsSimd&&(f+=10240),f}(e,d,n,r,u,p,y,c),a=i>=oc.minimumTraceValue,p.cfg.generate()})),p.emitImportsAndFunctions(!1),!a)return g&&"end-of-body"===g.abortReason&&(g.abortReason="trace-too-small"),0;_=Ma();const f=p.getArrayView();if(ls(6,f.length),f.length>=4080)return Me(`Jiterpreter generated too much code (${f.length} bytes) for trace ${d}. Please report this issue.`),0;const h=new WebAssembly.Module(f),w=p.getWasmImports(),k=new WebAssembly.Instance(h,w).exports[d];let S;m=!1,l?(za().set(l,k),S=l):S=Ha(0,k);const v=cs(1);return p.options.enableStats&&v&&v%500==0&&xc(!0),S}catch(e){h=!0,m=!1;let t=p.containsSimd?" (simd)":"";return p.containsAtomics&&(t+=" (atomics)"),Pe(`${i||d}${t} code generation failed: ${e} ${e.stack}`),Xa(),0}finally{const e=Ma();if(_?(ls(11,_-f),ls(12,e-_)):ls(11,e-f),h||!m&&oc.dumpTraces||b){if(h||oc.dumpTraces||b)for(let e=0;e0;)p.endBlock();p.inSection&&p.endSection()}catch(e){}const n=p.getArrayView();for(let r=0;r=4?Ci():$i>0||"function"==typeof globalThis.setTimeout&&($i=globalThis.setTimeout((()=>{$i=0,Ci()}),10))}},function(e,t,n,r,o,a,s,i){if(n>16)return 0;const c=new Ni(e,t,n,r,o,a,s,i);ji||(ji=za());const l=ji.get(i),p=(a?s?29:20:s?11:2)+n;return c.result=Ha(p,l),Li[e]=c,c.result},function(e,t,n,r,a){const s=D(n+0),i=qi[s];if(i)return void(i.result>0?o.mono_jiterp_register_jit_call_thunk(n,i.result):(i.queue.push(n),i.queue.length>12&&Qi()));const c=new Ji(e,t,n,r,0!==a);qi[s]=c;const l=o.mono_jiterp_tlqueue_add(0,e);let p=Gi[e];p||(p=Gi[e]=[]),p.push(c),l>=6&&Qi()},function(e,t,n,r,a){const s=Xi(e);try{s(t,n,r,a)}catch(e){const t=Xe.wasmExports.__cpp_exception,n=t instanceof WebAssembly.Tag;if(n&&!(e instanceof WebAssembly.Exception&&e.is(t)))throw e;if(i=a,Xe.HEAPU32[i>>>2]=1,n){const n=e.getArg(t,0);o.mono_jiterp_begin_catch(n),o.mono_jiterp_end_catch()}else{if("number"!=typeof e)throw e;o.mono_jiterp_begin_catch(e),o.mono_jiterp_end_catch()}}var i},Qi,function(e,t,n){delete dc[n],function(e){delete Li[e]}(t),function(e){const t=Gi[e];if(t){for(let e=0;e{e&&e.dispose()},u=!0)}const d=jn(e,1),f=$n(d),_=Qr(d,f,1),m=26==f,h=20==f||30==f,g={fn:i,fqn:a+":"+o,args_count:c,arg_marshalers:l,res_converter:_,has_cleanup:u,arg_cleanup:p,is_discard_no_wait:m,is_async:h,isDisposed:!1};let b;b=h||m||u?nr(g):0!=c||_?1!=c||_?1==c&&_?function(e){const t=e.fn,r=e.arg_marshalers[0],o=e.res_converter,a=e.fqn;return e=null,function(s){const i=Bt();try{n&&e.isDisposed;const a=r(s),i=t(a);o(s,i)}catch(e){ho(s,e)}finally{Nt(i,"mono.callCsFunction:",a)}}}(g):2==c&&_?function(e){const t=e.fn,r=e.arg_marshalers[0],o=e.arg_marshalers[1],a=e.res_converter,s=e.fqn;return e=null,function(i){const c=Bt();try{n&&e.isDisposed;const s=r(i),c=o(i),l=t(s,c);a(i,l)}catch(e){ho(i,e)}finally{Nt(c,"mono.callCsFunction:",s)}}}(g):nr(g):function(e){const t=e.fn,r=e.arg_marshalers[0],o=e.fqn;return e=null,function(a){const s=Bt();try{n&&e.isDisposed;const o=r(a);t(o)}catch(e){ho(a,e)}finally{Nt(s,"mono.callCsFunction:",o)}}}(g):function(e){const t=e.fn,r=e.fqn;return e=null,function(o){const a=Bt();try{n&&e.isDisposed,t()}catch(e){ho(o,e)}finally{Nt(a,"mono.callCsFunction:",r)}}}(g);let y=b;y[vn]=g,tr[s]=y,Nt(t,"mono.bindJsFunction:",o)}(e),0}catch(e){return $e(function(e){let t="unknown exception";if(e){t=e.toString();const n=e.stack;n&&(n.startsWith(t)?t=n:t+="\n"+n),t=We(t)}return t}(e))}},function(e,t){!function(e,t){at.assert_runtime_running();const n=Nr(e);n&&"function"==typeof n&&n[Sn]||ut(!1,`Bound function handle expected ${e}`),n(t)}(e,t)},function(e,t){at.assert_runtime_running();const n=tr[e];n||ut(!1,`Imported function handle expected ${e}`),n(t)},function(e){fr((()=>function(e){if(!at.is_runtime_running())return void(at.diagnosticTracing&&De("This promise resolution/rejection can't be propagated to managed code, mono runtime already exited."));const t=In(e,0),r=n;try{at.assert_runtime_running();const n=In(e,1),o=In(e,2),a=In(e,3),s=Dn(o),i=qn(o),c=Nr(i);c||ut(!1,`Cannot find Promise for JSHandle ${i}`),c.resolve_or_reject(s,i,a),r||(Mn(n,1),Mn(t,0))}catch(e){ho(t,e)}}(e)))},function(e){fr((()=>function(e){if(!at.is_runtime_running())return void(at.diagnosticTracing&&De("This promise can't be canceled, mono runtime already exited."));const t=Vr(e);t||ut(!1,`Expected Promise for GCHandle ${e}`),t.cancel()}(e)))},function(e,t,n,r,o,a,s){return"function"==typeof st.mono_wasm_change_case?st.mono_wasm_change_case(e,t,n,r,o,a,s):0},function(e,t,n,r,o,a,s,i){return"function"==typeof st.mono_wasm_compare_string?st.mono_wasm_compare_string(e,t,n,r,o,a,s,i):0},function(e,t,n,r,o,a,s,i){return"function"==typeof st.mono_wasm_starts_with?st.mono_wasm_starts_with(e,t,n,r,o,a,s,i):0},function(e,t,n,r,o,a,s,i){return"function"==typeof st.mono_wasm_ends_with?st.mono_wasm_ends_with(e,t,n,r,o,a,s,i):0},function(e,t,n,r,o,a,s,i,c){return"function"==typeof st.mono_wasm_index_of?st.mono_wasm_index_of(e,t,n,r,o,a,s,i,c):0},function(e,t,n,r,o,a){return"function"==typeof st.mono_wasm_get_calendar_info?st.mono_wasm_get_calendar_info(e,t,n,r,o,a):0},function(e,t,n,r,o){return"function"==typeof st.mono_wasm_get_culture_info?st.mono_wasm_get_culture_info(e,t,n,r,o):0},function(e,t,n){return"function"==typeof st.mono_wasm_get_first_day_of_week?st.mono_wasm_get_first_day_of_week(e,t,n):0},function(e,t,n){return"function"==typeof st.mono_wasm_get_first_week_of_year?st.mono_wasm_get_first_week_of_year(e,t,n):0},function(e,t,n,r,o,a,s){try{const i=Ie(n,n+2*r),c=Dc(i);if(!c&&i)return je(o,o+2*i.length,i),v(s,i.length),0;const l=Dc(Ie(e,e+2*t));if(!c||!l)throw new Error(`Locale or culture name is null or empty. localeName=${c}, cultureName=${l}`);const p=c.split("-");let u,d;try{const e=p.length>1?p.pop():void 0;d=e?new Intl.DisplayNames([l],{type:"region"}).of(e):void 0;const t=p.join("-");u=new Intl.DisplayNames([l],{type:"language"}).of(t)}catch(e){if(!(e instanceof RangeError))throw e;try{u=new Intl.DisplayNames([l],{type:"language"}).of(c)}catch(e){if(e instanceof RangeError&&i)return je(o,o+2*i.length,i),v(s,i.length),0;throw e}}const f={LanguageName:u,RegionName:d},_=Object.values(f).join("##");if(!_)throw new Error(`Locale info for locale=${c} is null or empty.`);if(_.length>a)throw new Error(`Locale info for locale=${c} exceeds length of ${a}.`);return je(o,o+2*_.length,_),v(s,_.length),0}catch(e){return v(s,-1),$e(e.toString())}}];async function Mc(e,t){try{const n=await Pc(e,t);return at.mono_exit(n),n}catch(e){try{at.mono_exit(1,e)}catch(e){}return e&&"number"==typeof e.status?e.status:1}}async function Pc(e,t){null!=e&&""!==e||(e=at.config.mainAssemblyName)||ut(!1,"Null or empty config.mainAssemblyName"),null==t&&(t=ot.config.applicationArguments),null==t&&(t=Ye?(await import(/*! webpackIgnore: true */"process")).argv.slice(2):[]),function(e,t){const n=t.length+1,r=Xe._malloc(4*n);let a=0;Xe.setValue(r+4*a,o.mono_wasm_strdup(e),"i32"),a+=1;for(let e=0;e{const t=setInterval((()=>{1==ot.waitForDebugger&&(clearInterval(t),e())}),100)})));try{return Xe.runtimeKeepalivePush(),await new Promise((e=>globalThis.setTimeout(e,0))),await function(e,t,n){at.assert_runtime_running();const r=Xe.stackSave();try{const r=xn(5),o=In(r,1),a=In(r,2),s=In(r,3),i=In(r,4),c=function(e){const t=Xe.lengthBytesUTF8(e)+1,n=Xe._malloc(t),r=Y().subarray(n,n+t);return Xe.stringToUTF8Array(e,r,0,t),r[t-1]=0,n}(e);io(a,c),wo(s,t&&!t.length?void 0:t,15),Zr(i,n);let l=tn(o,0,Ht);return hn(ot.managedThreadTID,mn.CallEntrypoint,r),l=nn(r,Ht,l),null==l&&(l=Promise.resolve(0)),l[Br]=!0,l}finally{Xe.stackRestore(r)}}(e,t,1==ot.waitForDebugger)}finally{Xe.runtimeKeepalivePop()}}function Vc(e){ot.runtimeReady&&(ot.runtimeReady=!1,o.mono_wasm_exit(e))}function zc(e){if(at.exitReason=e,ot.runtimeReady){ot.runtimeReady=!1;const t=qe(e);Xe.abort(t)}throw e}async function Hc(e){e.out||(e.out=console.log.bind(console)),e.err||(e.err=console.error.bind(console)),e.print||(e.print=e.out),e.printErr||(e.printErr=e.err),at.out=e.print,at.err=e.printErr,await async function(){var e;if(Ye){if(globalThis.performance===Uo){const{performance:e}=Qe.require("perf_hooks");globalThis.performance=e}if(Qe.process=await import(/*! webpackIgnore: true */"process"),globalThis.crypto||(globalThis.crypto={}),!globalThis.crypto.getRandomValues){let e;try{e=Qe.require("node:crypto")}catch(e){}e?e.webcrypto?globalThis.crypto=e.webcrypto:e.randomBytes&&(globalThis.crypto.getRandomValues=t=>{t&&t.set(e.randomBytes(t.length))}):globalThis.crypto.getRandomValues=()=>{throw new Error("Using node without crypto support. To enable current operation, either provide polyfill for 'globalThis.crypto.getRandomValues' or enable 'node:crypto' module.")}}}ot.subtle=null===(e=globalThis.crypto)||void 0===e?void 0:e.subtle}()}function Wc(e){const t=Bt();e.locateFile||(e.locateFile=e.__locateFile=e=>at.scriptDirectory+e),e.mainScriptUrlOrBlob=at.scriptUrl;const s=e.instantiateWasm,c=e.preInit?"function"==typeof e.preInit?[e.preInit]:e.preInit:[],l=e.preRun?"function"==typeof e.preRun?[e.preRun]:e.preRun:[],p=e.postRun?"function"==typeof e.postRun?[e.postRun]:e.postRun:[],u=e.onRuntimeInitialized?e.onRuntimeInitialized:()=>{};e.instantiateWasm=(e,t)=>function(e,t,n){const r=Bt();if(n){const o=n(e,((e,n)=>{Nt(r,"mono.instantiateWasm"),ot.afterInstantiateWasm.promise_control.resolve(),t(e,n)}));return o}return async function(e,t){try{await at.afterConfigLoaded,at.diagnosticTracing&&De("instantiate_wasm_module"),await ot.beforePreInit.promise,Xe.addRunDependency("instantiate_wasm_module"),await async function(){ot.featureWasmSimd=await at.simd(),ot.featureWasmEh=await at.exceptions(),ot.emscriptenBuildOptions.wasmEnableSIMD&&(ot.featureWasmSimd||ut(!1,"This browser/engine doesn't support WASM SIMD. Please use a modern version. See also https://aka.ms/dotnet-wasm-features")),ot.emscriptenBuildOptions.wasmEnableEH&&(ot.featureWasmEh||ut(!1,"This browser/engine doesn't support WASM exception handling. Please use a modern version. See also https://aka.ms/dotnet-wasm-features"))}(),function(e){const t=e.env||e.a;if(!t)return void Me("WARNING: Neither imports.env or imports.a were present when instantiating the wasm module. This likely indicates an emscripten configuration issue.");const n=new Array(Fc.length);for(const e in t){const r=t[e];if("function"==typeof r&&-1!==r.toString().indexOf("runtime_idx"))try{const{runtime_idx:t}=r();if(void 0!==n[t])throw new Error(`Duplicate runtime_idx ${t}`);n[t]=e}catch(e){}}for(const[e,r]of Fc.entries()){const o=n[e];if(void 0!==o){if("function"!=typeof t[o])throw new Error(`Expected ${o} to be a function`);t[o]=r}}}(e);const n=await at.wasmCompilePromise.promise;t(await WebAssembly.instantiate(n,e),n),at.diagnosticTracing&&De("instantiate_wasm_module done"),ot.afterInstantiateWasm.promise_control.resolve()}catch(e){throw Pe("instantiate_wasm_module() failed",e),at.mono_exit(1,e),e}Xe.removeRunDependency("instantiate_wasm_module")}(e,t),[]}(e,t,s),e.preInit=[()=>function(e){Xe.addRunDependency("mono_pre_init");const t=Bt();try{Xe.addRunDependency("mono_wasm_pre_init_essential"),at.diagnosticTracing&&De("mono_wasm_pre_init_essential"),at.gitHash!==ot.gitHash&&Me(`The version of dotnet.runtime.js ${ot.gitHash} is different from the version of dotnet.js ${at.gitHash}!`),at.gitHash!==ot.emscriptenBuildOptions.gitHash&&Me(`The version of dotnet.native.js ${ot.emscriptenBuildOptions.gitHash} is different from the version of dotnet.js ${at.gitHash}!`),n!==ot.emscriptenBuildOptions.wasmEnableThreads&&Me(`The threads of dotnet.native.js ${ot.emscriptenBuildOptions.wasmEnableThreads} is different from the version of dotnet.runtime.js ${n}!`),function(){const e=[...r];for(const t of e){const e=o,[n,r,a,s,c]=t,l="function"==typeof n;if(!0===n||l)e[r]=function(...t){!l||!n()||ut(!1,`cwrap ${r} should not be called when binding was skipped`);const o=i(r,a,s,c);return e[r]=o,o(...t)};else{const t=i(r,a,s,c);e[r]=t}}}(),s=Qe,Object.assign(s,{mono_wasm_exit:o.mono_wasm_exit,mono_wasm_profiler_init_aot:a.mono_wasm_profiler_init_aot,mono_wasm_profiler_init_browser:a.mono_wasm_profiler_init_browser,mono_wasm_exec_regression:o.mono_wasm_exec_regression,mono_wasm_print_thread_dump:void 0}),Xe.removeRunDependency("mono_wasm_pre_init_essential"),at.diagnosticTracing&&De("preInit"),ot.beforePreInit.promise_control.resolve(),e.forEach((e=>e()))}catch(e){throw Pe("user preInint() failed",e),at.mono_exit(1,e),e}var s;(async()=>{try{await async function(){at.diagnosticTracing&&De("mono_wasm_pre_init_essential_async"),Xe.addRunDependency("mono_wasm_pre_init_essential_async"),Xe.removeRunDependency("mono_wasm_pre_init_essential_async")}(),Nt(t,"mono.preInit")}catch(e){throw at.mono_exit(1,e),e}ot.afterPreInit.promise_control.resolve(),Xe.removeRunDependency("mono_pre_init")})()}(c)],e.preRun=[()=>async function(e){Xe.addRunDependency("mono_pre_run_async");try{await ot.afterInstantiateWasm.promise,await ot.afterPreInit.promise,at.diagnosticTracing&&De("preRunAsync");const t=Bt();e.map((e=>e())),Nt(t,"mono.preRun")}catch(e){throw Pe("preRunAsync() failed",e),at.mono_exit(1,e),e}ot.afterPreRun.promise_control.resolve(),Xe.removeRunDependency("mono_pre_run_async")}(l)],e.onRuntimeInitialized=()=>async function(e){try{await ot.afterPreRun.promise,at.diagnosticTracing&&De("onRuntimeInitialized"),ot.nativeExit=Vc,ot.nativeAbort=zc;const t=Bt();if(ot.beforeOnRuntimeInitialized.promise_control.resolve(),await ot.coreAssetsInMemory.promise,ot.config.virtualWorkingDirectory){const e=Xe.FS,t=ot.config.virtualWorkingDirectory;try{const n=e.stat(t);n?n&&e.isDir(n.mode)||ut(!1,`FS.chdir: ${t} is not a directory`):Xe.FS_createPath("/",t,!0,!0)}catch(e){Xe.FS_createPath("/",t,!0,!0)}e.chdir(t)}ot.config.interpreterPgo&&setTimeout(Gc,1e3*(ot.config.interpreterPgoSaveDelay||15)),Xe.runtimeKeepalivePush(),n||await async function(){try{const t=Bt();at.diagnosticTracing&&De("Initializing mono runtime");for(const e in ot.config.environmentVariables){const t=ot.config.environmentVariables[e];if("string"!=typeof t)throw new Error(`Expected environment variable '${e}' to be a string but it was ${typeof t}: '${t}'`);qc(e,t)}ot.config.runtimeOptions&&function(e){if(!Array.isArray(e))throw new Error("Expected runtimeOptions to be an array of strings");const t=Xe._malloc(4*e.length);let n=0;for(let r=0;raot; in your project file."),null==e&&(e={}),"writeAt"in e||(e.writeAt="System.Runtime.InteropServices.JavaScript.JavaScriptExports::StopProfile"),"sendTo"in e||(e.sendTo="Interop/Runtime::DumpAotProfileData");const t="aot:write-at-method="+e.writeAt+",send-to-method="+e.sendTo;a.mono_wasm_profiler_init_aot(t)}(ot.config.aotProfilerOptions),ot.config.browserProfilerOptions&&(ot.config.browserProfilerOptions,ot.emscriptenBuildOptions.enableBrowserProfiler||ut(!1,"Browser profiler is not enabled, please use browser; in your project file."),a.mono_wasm_profiler_init_browser("browser:")),ot.config.logProfilerOptions&&(e=ot.config.logProfilerOptions,ot.emscriptenBuildOptions.enableLogProfiler||ut(!1,"Log profiler is not enabled, please use log; in your project file."),e.takeHeapshot||ut(!1,"Log profiler is not enabled, the takeHeapshot method must be defined in LogProfilerOptions.takeHeapshot"),a.mono_wasm_profiler_init_log((e.configuration||"log:alloc,output=output.mlpd")+`,take-heapshot-method=${e.takeHeapshot}`)),function(){at.diagnosticTracing&&De("mono_wasm_load_runtime");try{const e=Bt();let t=ot.config.debugLevel;null==t&&(t=0,ot.config.debugLevel&&(t=0+t)),o.mono_wasm_load_runtime(t),Nt(e,"mono.loadRuntime")}catch(e){throw Pe("mono_wasm_load_runtime () failed",e),at.mono_exit(1,e),e}}(),function(){if(ds)return;ds=!0;const e=ps(),t=e.tableSize,n=ot.emscriptenBuildOptions.runAOTCompilation?e.tableSize:1,r=ot.emscriptenBuildOptions.runAOTCompilation?e.aotTableSize:1,a=t+n+36*r+1,s=za();let i=s.length;const c=performance.now();s.grow(a);const l=performance.now();e.enableStats&&Fe(`Allocated ${a} function table entries for jiterpreter, bringing total table size to ${s.length}`),i=us(0,i,t,Za("mono_jiterp_placeholder_trace")),i=us(1,i,n,Za("mono_jiterp_placeholder_jit_call"));for(let e=2;e<=37;e++)i=us(e,i,r,s.get(o.mono_jiterp_get_interp_entry_func(e)));const p=performance.now();e.enableStats&&Fe(`Growing wasm function table took ${l-c}. Filling table took ${p-l}.`)}(),function(){if(!ot.mono_wasm_bindings_is_ready){at.diagnosticTracing&&De("bindings_init"),ot.mono_wasm_bindings_is_ready=!0;try{const e=Bt();he||("undefined"!=typeof TextDecoder&&(be=new TextDecoder("utf-16le"),ye=new TextDecoder("utf-8",{fatal:!1}),we=new TextDecoder("utf-8"),ke=new TextEncoder),he=Xe._malloc(12)),Se||(Se=function(e){let t;if(le.length>0)t=le.pop();else{const e=function(){if(null==se||!ie){se=ue(ae,"js roots"),ie=new Int32Array(ae),ce=ae;for(let e=0;eat.loadedFiles.push(e.url))),at.diagnosticTracing&&De("all assets are loaded in wasm memory"))}(),Xc.registerRuntime(rt),0===at.config.debugLevel||ot.mono_wasm_runtime_is_ready||function mono_wasm_runtime_ready(){if(Qe.mono_wasm_runtime_is_ready=ot.mono_wasm_runtime_is_ready=!0,yt=0,bt={},wt=-1,globalThis.dotnetDebugger)debugger}(),0!==at.config.debugLevel&&at.config.cacheBootResources&&at.logDownloadStatsToConsole(),setTimeout((()=>{at.purgeUnusedCacheEntriesAsync()}),at.config.cachedResourcesPurgeDelay);try{e()}catch(e){throw Pe("user callback onRuntimeInitialized() failed",e),e}await async function(){at.diagnosticTracing&&De("mono_wasm_after_user_runtime_initialized");try{if(Xe.onDotnetReady)try{await Xe.onDotnetReady()}catch(e){throw Pe("onDotnetReady () failed",e),e}}catch(e){throw Pe("mono_wasm_after_user_runtime_initialized () failed",e),e}}(),Nt(t,"mono.onRuntimeInitialized")}catch(e){throw Xe.runtimeKeepalivePop(),Pe("onRuntimeInitializedAsync() failed",e),at.mono_exit(1,e),e}ot.afterOnRuntimeInitialized.promise_control.resolve()}(u),e.postRun=[()=>async function(e){try{await ot.afterOnRuntimeInitialized.promise,at.diagnosticTracing&&De("postRunAsync");const t=Bt();Xe.FS_createPath("/","usr",!0,!0),Xe.FS_createPath("/","usr/share",!0,!0),e.map((e=>e())),Nt(t,"mono.postRun")}catch(e){throw Pe("postRunAsync() failed",e),at.mono_exit(1,e),e}ot.afterPostRun.promise_control.resolve()}(p)],e.ready.then((async()=>{await ot.afterPostRun.promise,Nt(t,"mono.emscriptenStartup"),ot.dotnetReady.promise_control.resolve(rt)})).catch((e=>{ot.dotnetReady.promise_control.reject(e)})),e.ready=ot.dotnetReady.promise}function qc(e,t){o.mono_wasm_setenv(e,t)}async function Gc(){void 0!==at.exitCode&&0!==at.exitCode||await Ac()}async function Jc(e){}let Xc;function Qc(r){const o=Xe,a=r,s=globalThis;Object.assign(a.internal,{mono_wasm_exit:e=>{Xe.err("early exit "+e)},forceDisposeProxies:Hr,mono_wasm_dump_threads:void 0,logging:void 0,mono_wasm_stringify_as_error_with_stack:qe,mono_wasm_get_loaded_files:Ia,mono_wasm_send_dbg_command_with_parms:St,mono_wasm_send_dbg_command:vt,mono_wasm_get_dbg_command_info:Ut,mono_wasm_get_details:$t,mono_wasm_release_object:Rt,mono_wasm_call_function_on:jt,mono_wasm_debugger_resume:Et,mono_wasm_detach_debugger:Tt,mono_wasm_raise_debug_event:It,mono_wasm_change_debugger_log_level:xt,mono_wasm_debugger_attached:At,mono_wasm_runtime_is_ready:ot.mono_wasm_runtime_is_ready,mono_wasm_get_func_id_to_name_mappings:Je,get_property:ar,set_property:or,has_property:sr,get_typeof_property:ir,get_global_this:cr,get_dotnet_instance:()=>rt,dynamic_import:ur,mono_wasm_bind_cs_function:hr,ws_wasm_create:ha,ws_wasm_open:ga,ws_wasm_send:ba,ws_wasm_receive:ya,ws_wasm_close:wa,ws_wasm_abort:ka,ws_get_state:ma,http_wasm_supports_streaming_request:Ao,http_wasm_supports_streaming_response:jo,http_wasm_create_controller:$o,http_wasm_get_response_type:Fo,http_wasm_get_response_status:Mo,http_wasm_abort:Ro,http_wasm_transform_stream_write:Bo,http_wasm_transform_stream_close:No,http_wasm_fetch:Do,http_wasm_fetch_stream:Co,http_wasm_fetch_bytes:Oo,http_wasm_get_response_header_names:Po,http_wasm_get_response_header_values:Vo,http_wasm_get_response_bytes:Ho,http_wasm_get_response_length:zo,http_wasm_get_streamed_response_bytes:Wo,jiterpreter_dump_stats:xc,jiterpreter_apply_options:is,jiterpreter_get_options:ps,interp_pgo_load_data:jc,interp_pgo_save_data:Ac,mono_wasm_gc_lock:re,mono_wasm_gc_unlock:oe,monoObjectAsBoolOrNullUnsafe:Nc,monoStringToStringUnsafe:Ce,loadLazyAssembly:Rc,loadSatelliteAssemblies:Bc});const i={stringify_as_error_with_stack:qe,instantiate_symbols_asset:Ta,instantiate_asset:Ea,jiterpreter_dump_stats:xc,forceDisposeProxies:Hr,instantiate_segmentation_rules_asset:xa};"hybrid"===at.config.globalizationMode&&(i.stringToUTF16=je,i.stringToUTF16Ptr=$e,i.utf16ToString=Ie,i.utf16ToStringLoop=Ae,i.localHeapViewU16=Z,i.setU16_local=y,i.setI32=v),Object.assign(ot,i);const c={runMain:Pc,runMainAndExit:Mc,exit:at.mono_exit,setEnvironmentVariable:qc,getAssemblyExports:yr,setModuleImports:rr,getConfig:()=>ot.config,invokeLibraryInitializers:at.invokeLibraryInitializers,setHeapB32:m,setHeapB8:h,setHeapU8:g,setHeapU16:b,setHeapU32:w,setHeapI8:k,setHeapI16:S,setHeapI32:v,setHeapI52:E,setHeapU52:T,setHeapI64Big:x,setHeapF32:I,setHeapF64:A,getHeapB32:$,getHeapB8:L,getHeapU8:R,getHeapU16:B,getHeapU32:N,getHeapI8:F,getHeapI16:M,getHeapI32:P,getHeapI52:V,getHeapU52:z,getHeapI64Big:H,getHeapF32:W,getHeapF64:q,localHeapViewU8:Y,localHeapViewU16:Z,localHeapViewU32:K,localHeapViewI8:G,localHeapViewI16:J,localHeapViewI32:X,localHeapViewI64Big:Q,localHeapViewF32:ee,localHeapViewF64:te};return Object.assign(rt,{INTERNAL:a.internal,Module:o,runtimeBuildInfo:{productVersion:e,gitHash:ot.gitHash,buildConfiguration:t,wasmEnableThreads:n,wasmEnableSIMD:!0,wasmEnableExceptionHandling:!0},...c}),s.getDotnetRuntime?Xc=s.getDotnetRuntime.__list:(s.getDotnetRuntime=e=>s.getDotnetRuntime.__list.getRuntime(e),s.getDotnetRuntime.__list=Xc=new Yc),rt}class Yc{constructor(){this.list={}}registerRuntime(e){return void 0===e.runtimeId&&(e.runtimeId=Object.keys(this.list).length),this.list[e.runtimeId]=mr(e),at.config.runtimeId=e.runtimeId,e.runtimeId}getRuntime(e){const t=this.list[e];return t?t.deref():void 0}}export{Wc as configureEmscriptenStartup,Hc as configureRuntimeStartup,Jc as configureWorkerStartup,Qc as initializeExports,Eo as initializeReplacements,ct as passEmscriptenInternals,Xc as runtimeList,lt as setRuntimeGlobals};
+//# sourceMappingURL=dotnet.runtime.js.map
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.runtime.o8gq1i8bk6.js.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.runtime.o8gq1i8bk6.js.br
new file mode 100644
index 000000000..8d140407f
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.runtime.o8gq1i8bk6.js.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.runtime.o8gq1i8bk6.js.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.runtime.o8gq1i8bk6.js.gz
new file mode 100644
index 000000000..4468f2c84
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.runtime.o8gq1i8bk6.js.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.wasm b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.wasm
deleted file mode 100755
index 256d9eac5..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.wasm and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.wasm.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.wasm.br
deleted file mode 100644
index b01eb675f..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.wasm.br and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.wasm.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.wasm.gz
deleted file mode 100644
index a6df02936..000000000
Binary files a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/_framework/dotnet.wasm.gz and /dev/null differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/index.html.br b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/index.html.br
new file mode 100644
index 000000000..0b7131a8d
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/index.html.br differ
diff --git a/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/index.html.gz b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/index.html.gz
new file mode 100644
index 000000000..cf27a60f9
Binary files /dev/null and b/frameworks/keyed/blazor-wasm-aot/bundeled-dist/wwwroot/index.html.gz differ
diff --git a/frameworks/keyed/blazor-wasm-aot/package.json b/frameworks/keyed/blazor-wasm-aot/package.json
index 6eaa258c5..de1aaec47 100644
--- a/frameworks/keyed/blazor-wasm-aot/package.json
+++ b/frameworks/keyed/blazor-wasm-aot/package.json
@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Blazor WebAssembly demo",
"js-framework-benchmark": {
- "frameworkVersion": "7.0.1",
+ "frameworkVersion": "9.0.0",
"frameworkHomeURL": "https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor",
"customURL": "/bundeled-dist/wwwroot/",
"issues": [
@@ -16,9 +16,9 @@
"install-force": "run-script-os",
"install-force:win32": "dotnet-install.cmd",
"install-force:nix": "./dotnet-install.sh",
- "build-dev": "run-script-os",
- "build-dev:win32": "cross-env DOTNET_CLI_TELEMETRY_OPTOUT=0 ./dotnet/dotnet.exe build ./src/ -c Debug",
- "build-dev:nix": "cross-env DOTNET_CLI_TELEMETRY_OPTOUT=0 ./dotnet/dotnet build ./src/ -c Debug",
+ "dev": "run-script-os",
+ "dev:win32": "cross-env DOTNET_CLI_TELEMETRY_OPTOUT=0 ./dotnet/dotnet.exe build ./src/ -c Debug",
+ "dev:nix": "cross-env DOTNET_CLI_TELEMETRY_OPTOUT=0 ./dotnet/dotnet build ./src/ -c Debug",
"build-prod-force": "rimraf bundeled-dist && run-script-os",
"build-prod-force:win32": "cross-env DOTNET_CLI_TELEMETRY_OPTOUT=0 ./dotnet/dotnet.exe publish ./src/ -c Release -o ./bundeled-dist",
"build-prod-force:nix": "cross-env DOTNET_CLI_TELEMETRY_OPTOUT=0 ./dotnet/dotnet publish ./src/ -c Release -o ./bundeled-dist"
diff --git a/frameworks/keyed/blazor-wasm-aot/src/blazor-wasm.csproj b/frameworks/keyed/blazor-wasm-aot/src/blazor-wasm.csproj
index 33e8b787f..79ab921b4 100644
--- a/frameworks/keyed/blazor-wasm-aot/src/blazor-wasm.csproj
+++ b/frameworks/keyed/blazor-wasm-aot/src/blazor-wasm.csproj
@@ -1,7 +1,7 @@
- net7.0
+ net9.0
true
enable
enable
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/frameworks/keyed/blazor-wasm-aot/src/global.json b/frameworks/keyed/blazor-wasm-aot/src/global.json
index c3e71204c..653245229 100644
--- a/frameworks/keyed/blazor-wasm-aot/src/global.json
+++ b/frameworks/keyed/blazor-wasm-aot/src/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "7.0.101"
+ "version": "9.0.100"
}
}
diff --git a/frameworks/keyed/blazor-wasm/bundeled-dist/blazor-wasm.staticwebassets.endpoints.json b/frameworks/keyed/blazor-wasm/bundeled-dist/blazor-wasm.staticwebassets.endpoints.json
new file mode 100644
index 000000000..041f8737f
--- /dev/null
+++ b/frameworks/keyed/blazor-wasm/bundeled-dist/blazor-wasm.staticwebassets.endpoints.json
@@ -0,0 +1,18301 @@
+{
+ "Version": 1,
+ "ManifestType": "Publish",
+ "Endpoints": [
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000020015612"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "49960"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"6P85Qh7O3FA/+kuMmX0YOwY0L7nNC5dvNg/M/twA7yQ=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"XAm6xBzmiz0ewMh/5a4CkuW/QP3fmm2Kmx5BCImxLNU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8l2t35smko"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-XAm6xBzmiz0ewMh/5a4CkuW/QP3fmm2Kmx5BCImxLNU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000017132969"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "58366"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"l7nFJiBT1Ky52JxmKM7D6Xg4OUUHsB9u0D2YVbCyr08=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"XAm6xBzmiz0ewMh/5a4CkuW/QP3fmm2Kmx5BCImxLNU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8l2t35smko"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-XAm6xBzmiz0ewMh/5a4CkuW/QP3fmm2Kmx5BCImxLNU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "136981"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XAm6xBzmiz0ewMh/5a4CkuW/QP3fmm2Kmx5BCImxLNU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8l2t35smko"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-XAm6xBzmiz0ewMh/5a4CkuW/QP3fmm2Kmx5BCImxLNU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm.br",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "49960"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"6P85Qh7O3FA/+kuMmX0YOwY0L7nNC5dvNg/M/twA7yQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8l2t35smko"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-6P85Qh7O3FA/+kuMmX0YOwY0L7nNC5dvNg/M/twA7yQ="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm.gz",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "58366"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"l7nFJiBT1Ky52JxmKM7D6Xg4OUUHsB9u0D2YVbCyr08=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8l2t35smko"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-l7nFJiBT1Ky52JxmKM7D6Xg4OUUHsB9u0D2YVbCyr08="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000051942655"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19251"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"35Hn69E06DWJGz/y63csxyKF6uB6vqrLXqHeG0MCJhA=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"S95EbAnrQEsxlzWi5pfT2XTrgv9RYOR3uoMbiQQsfP8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "bchqw9i0f8"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-S95EbAnrQEsxlzWi5pfT2XTrgv9RYOR3uoMbiQQsfP8="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.Web.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000043305041"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "23091"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PkHabipCgc85GBkgNd3THpejQ3RgJrjF178Xt1fpEvI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"S95EbAnrQEsxlzWi5pfT2XTrgv9RYOR3uoMbiQQsfP8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "bchqw9i0f8"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-S95EbAnrQEsxlzWi5pfT2XTrgv9RYOR3uoMbiQQsfP8="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.Web.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "56085"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"S95EbAnrQEsxlzWi5pfT2XTrgv9RYOR3uoMbiQQsfP8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "bchqw9i0f8"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-S95EbAnrQEsxlzWi5pfT2XTrgv9RYOR3uoMbiQQsfP8="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.Web.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm.br",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19251"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"35Hn69E06DWJGz/y63csxyKF6uB6vqrLXqHeG0MCJhA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "bchqw9i0f8"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-35Hn69E06DWJGz/y63csxyKF6uB6vqrLXqHeG0MCJhA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.Web.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm.gz",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "23091"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PkHabipCgc85GBkgNd3THpejQ3RgJrjF178Xt1fpEvI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "bchqw9i0f8"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-PkHabipCgc85GBkgNd3THpejQ3RgJrjF178Xt1fpEvI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.Web.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000051942655"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19251"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"35Hn69E06DWJGz/y63csxyKF6uB6vqrLXqHeG0MCJhA=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"S95EbAnrQEsxlzWi5pfT2XTrgv9RYOR3uoMbiQQsfP8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-S95EbAnrQEsxlzWi5pfT2XTrgv9RYOR3uoMbiQQsfP8="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000043305041"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "23091"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PkHabipCgc85GBkgNd3THpejQ3RgJrjF178Xt1fpEvI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"S95EbAnrQEsxlzWi5pfT2XTrgv9RYOR3uoMbiQQsfP8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-S95EbAnrQEsxlzWi5pfT2XTrgv9RYOR3uoMbiQQsfP8="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "56085"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"S95EbAnrQEsxlzWi5pfT2XTrgv9RYOR3uoMbiQQsfP8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-S95EbAnrQEsxlzWi5pfT2XTrgv9RYOR3uoMbiQQsfP8="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm.br",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19251"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"35Hn69E06DWJGz/y63csxyKF6uB6vqrLXqHeG0MCJhA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-35Hn69E06DWJGz/y63csxyKF6uB6vqrLXqHeG0MCJhA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm.gz",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.Web.bchqw9i0f8.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "23091"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PkHabipCgc85GBkgNd3THpejQ3RgJrjF178Xt1fpEvI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-PkHabipCgc85GBkgNd3THpejQ3RgJrjF178Xt1fpEvI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000026789541"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "37327"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"pxeNyn5AEQRETgtzekkWDNnT4rb+tHH5VM3aQGF9WGY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"WnKiSeQ6ndALaF0/91IJTe7vSUQZJ+TgbBbq+ocCvfg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6hj3d8u7qr"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-WnKiSeQ6ndALaF0/91IJTe7vSUQZJ+TgbBbq+ocCvfg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000022315451"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "44811"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"9m+WWRsxug+q+0JiDwpVH/RH7z6+0ke6IiwCNbMvK08=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"WnKiSeQ6ndALaF0/91IJTe7vSUQZJ+TgbBbq+ocCvfg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6hj3d8u7qr"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-WnKiSeQ6ndALaF0/91IJTe7vSUQZJ+TgbBbq+ocCvfg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "108309"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WnKiSeQ6ndALaF0/91IJTe7vSUQZJ+TgbBbq+ocCvfg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6hj3d8u7qr"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-WnKiSeQ6ndALaF0/91IJTe7vSUQZJ+TgbBbq+ocCvfg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm.br",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "37327"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"pxeNyn5AEQRETgtzekkWDNnT4rb+tHH5VM3aQGF9WGY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6hj3d8u7qr"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-pxeNyn5AEQRETgtzekkWDNnT4rb+tHH5VM3aQGF9WGY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm.gz",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "44811"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"9m+WWRsxug+q+0JiDwpVH/RH7z6+0ke6IiwCNbMvK08=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6hj3d8u7qr"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-9m+WWRsxug+q+0JiDwpVH/RH7z6+0ke6IiwCNbMvK08="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000026789541"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "37327"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"pxeNyn5AEQRETgtzekkWDNnT4rb+tHH5VM3aQGF9WGY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"WnKiSeQ6ndALaF0/91IJTe7vSUQZJ+TgbBbq+ocCvfg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-WnKiSeQ6ndALaF0/91IJTe7vSUQZJ+TgbBbq+ocCvfg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000022315451"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "44811"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"9m+WWRsxug+q+0JiDwpVH/RH7z6+0ke6IiwCNbMvK08=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"WnKiSeQ6ndALaF0/91IJTe7vSUQZJ+TgbBbq+ocCvfg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-WnKiSeQ6ndALaF0/91IJTe7vSUQZJ+TgbBbq+ocCvfg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "108309"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WnKiSeQ6ndALaF0/91IJTe7vSUQZJ+TgbBbq+ocCvfg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-WnKiSeQ6ndALaF0/91IJTe7vSUQZJ+TgbBbq+ocCvfg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.br",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "37327"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"pxeNyn5AEQRETgtzekkWDNnT4rb+tHH5VM3aQGF9WGY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-pxeNyn5AEQRETgtzekkWDNnT4rb+tHH5VM3aQGF9WGY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.WebAssembly.6hj3d8u7qr.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "44811"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"9m+WWRsxug+q+0JiDwpVH/RH7z6+0ke6IiwCNbMvK08=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-9m+WWRsxug+q+0JiDwpVH/RH7z6+0ke6IiwCNbMvK08="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000020015612"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "49960"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"6P85Qh7O3FA/+kuMmX0YOwY0L7nNC5dvNg/M/twA7yQ=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"XAm6xBzmiz0ewMh/5a4CkuW/QP3fmm2Kmx5BCImxLNU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-XAm6xBzmiz0ewMh/5a4CkuW/QP3fmm2Kmx5BCImxLNU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000017132969"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "58366"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"l7nFJiBT1Ky52JxmKM7D6Xg4OUUHsB9u0D2YVbCyr08=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"XAm6xBzmiz0ewMh/5a4CkuW/QP3fmm2Kmx5BCImxLNU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-XAm6xBzmiz0ewMh/5a4CkuW/QP3fmm2Kmx5BCImxLNU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.wasm",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "136981"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XAm6xBzmiz0ewMh/5a4CkuW/QP3fmm2Kmx5BCImxLNU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-XAm6xBzmiz0ewMh/5a4CkuW/QP3fmm2Kmx5BCImxLNU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.wasm.br",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "49960"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"6P85Qh7O3FA/+kuMmX0YOwY0L7nNC5dvNg/M/twA7yQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-6P85Qh7O3FA/+kuMmX0YOwY0L7nNC5dvNg/M/twA7yQ="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.AspNetCore.Components.wasm.gz",
+ "AssetFile": "_framework/Microsoft.AspNetCore.Components.8l2t35smko.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "58366"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"l7nFJiBT1Ky52JxmKM7D6Xg4OUUHsB9u0D2YVbCyr08=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-l7nFJiBT1Ky52JxmKM7D6Xg4OUUHsB9u0D2YVbCyr08="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000426803244"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2342"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"HWRuRM9YAymukQU5Smy8RAkrv1nXe7F2mtJkvlFrtQQ=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"AyL87FvJMf14Dcn8HeQ3n2veg/RQGVGCjfpJPt1RQC4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "f9jq6u05xu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-AyL87FvJMf14Dcn8HeQ3n2veg/RQGVGCjfpJPt1RQC4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000371885459"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2688"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"uz0PAWanXDm8R0Otx0h6m4h/CPij2IwyhmUkKPQV5Ck=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"AyL87FvJMf14Dcn8HeQ3n2veg/RQGVGCjfpJPt1RQC4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "f9jq6u05xu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-AyL87FvJMf14Dcn8HeQ3n2veg/RQGVGCjfpJPt1RQC4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6421"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"AyL87FvJMf14Dcn8HeQ3n2veg/RQGVGCjfpJPt1RQC4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "f9jq6u05xu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-AyL87FvJMf14Dcn8HeQ3n2veg/RQGVGCjfpJPt1RQC4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2342"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"HWRuRM9YAymukQU5Smy8RAkrv1nXe7F2mtJkvlFrtQQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "f9jq6u05xu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-HWRuRM9YAymukQU5Smy8RAkrv1nXe7F2mtJkvlFrtQQ="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2688"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"uz0PAWanXDm8R0Otx0h6m4h/CPij2IwyhmUkKPQV5Ck=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "f9jq6u05xu"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-uz0PAWanXDm8R0Otx0h6m4h/CPij2IwyhmUkKPQV5Ck="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000426803244"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2342"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"HWRuRM9YAymukQU5Smy8RAkrv1nXe7F2mtJkvlFrtQQ=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"AyL87FvJMf14Dcn8HeQ3n2veg/RQGVGCjfpJPt1RQC4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-AyL87FvJMf14Dcn8HeQ3n2veg/RQGVGCjfpJPt1RQC4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000371885459"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2688"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"uz0PAWanXDm8R0Otx0h6m4h/CPij2IwyhmUkKPQV5Ck=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"AyL87FvJMf14Dcn8HeQ3n2veg/RQGVGCjfpJPt1RQC4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-AyL87FvJMf14Dcn8HeQ3n2veg/RQGVGCjfpJPt1RQC4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6421"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"AyL87FvJMf14Dcn8HeQ3n2veg/RQGVGCjfpJPt1RQC4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-AyL87FvJMf14Dcn8HeQ3n2veg/RQGVGCjfpJPt1RQC4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2342"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"HWRuRM9YAymukQU5Smy8RAkrv1nXe7F2mtJkvlFrtQQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-HWRuRM9YAymukQU5Smy8RAkrv1nXe7F2mtJkvlFrtQQ="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Abstractions.f9jq6u05xu.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2688"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"uz0PAWanXDm8R0Otx0h6m4h/CPij2IwyhmUkKPQV5Ck=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-uz0PAWanXDm8R0Otx0h6m4h/CPij2IwyhmUkKPQV5Ck="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000241021933"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4148"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"M+2R8cFMyQ983EMVdNhetUIT75UK0n77INuBv+bVZv8=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"TUkUL2Leb3zmGe8ZZUHAzyb8vZoEzua1H8f8stc7xRw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "77nptesqpn"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-TUkUL2Leb3zmGe8ZZUHAzyb8vZoEzua1H8f8stc7xRw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Json.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000208637596"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4792"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"nHfS3OxG9nymAfS6sHX23FQAFL8OcAmX055UR0ENxeU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"TUkUL2Leb3zmGe8ZZUHAzyb8vZoEzua1H8f8stc7xRw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "77nptesqpn"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-TUkUL2Leb3zmGe8ZZUHAzyb8vZoEzua1H8f8stc7xRw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Json.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10005"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"TUkUL2Leb3zmGe8ZZUHAzyb8vZoEzua1H8f8stc7xRw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "77nptesqpn"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-TUkUL2Leb3zmGe8ZZUHAzyb8vZoEzua1H8f8stc7xRw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Json.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4148"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"M+2R8cFMyQ983EMVdNhetUIT75UK0n77INuBv+bVZv8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "77nptesqpn"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-M+2R8cFMyQ983EMVdNhetUIT75UK0n77INuBv+bVZv8="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Json.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4792"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"nHfS3OxG9nymAfS6sHX23FQAFL8OcAmX055UR0ENxeU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "77nptesqpn"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-nHfS3OxG9nymAfS6sHX23FQAFL8OcAmX055UR0ENxeU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.Json.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000241021933"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4148"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"M+2R8cFMyQ983EMVdNhetUIT75UK0n77INuBv+bVZv8=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"TUkUL2Leb3zmGe8ZZUHAzyb8vZoEzua1H8f8stc7xRw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-TUkUL2Leb3zmGe8ZZUHAzyb8vZoEzua1H8f8stc7xRw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000208637596"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4792"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"nHfS3OxG9nymAfS6sHX23FQAFL8OcAmX055UR0ENxeU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"TUkUL2Leb3zmGe8ZZUHAzyb8vZoEzua1H8f8stc7xRw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-TUkUL2Leb3zmGe8ZZUHAzyb8vZoEzua1H8f8stc7xRw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10005"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"TUkUL2Leb3zmGe8ZZUHAzyb8vZoEzua1H8f8stc7xRw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-TUkUL2Leb3zmGe8ZZUHAzyb8vZoEzua1H8f8stc7xRw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4148"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"M+2R8cFMyQ983EMVdNhetUIT75UK0n77INuBv+bVZv8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-M+2R8cFMyQ983EMVdNhetUIT75UK0n77INuBv+bVZv8="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.Json.77nptesqpn.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4792"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"nHfS3OxG9nymAfS6sHX23FQAFL8OcAmX055UR0ENxeU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-nHfS3OxG9nymAfS6sHX23FQAFL8OcAmX055UR0ENxeU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000266808965"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3747"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DYpFIhzLi5IzIBGCql81H1j8Cvlw5vbAUAcBVoXCb4A=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0iZA+rfvr3lLmK5V18g0LZCU41c3mbTL9jNYRoavdB0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ell6o7ap7i"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0iZA+rfvr3lLmK5V18g0LZCU41c3mbTL9jNYRoavdB0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000229463056"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4357"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XkuQmzbXgbWBAJ9M7D4MFiyBzcHTdBvcSwOcNe9PjgA=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0iZA+rfvr3lLmK5V18g0LZCU41c3mbTL9jNYRoavdB0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ell6o7ap7i"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0iZA+rfvr3lLmK5V18g0LZCU41c3mbTL9jNYRoavdB0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9493"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0iZA+rfvr3lLmK5V18g0LZCU41c3mbTL9jNYRoavdB0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ell6o7ap7i"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0iZA+rfvr3lLmK5V18g0LZCU41c3mbTL9jNYRoavdB0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3747"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DYpFIhzLi5IzIBGCql81H1j8Cvlw5vbAUAcBVoXCb4A=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ell6o7ap7i"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-DYpFIhzLi5IzIBGCql81H1j8Cvlw5vbAUAcBVoXCb4A="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4357"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XkuQmzbXgbWBAJ9M7D4MFiyBzcHTdBvcSwOcNe9PjgA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "ell6o7ap7i"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-XkuQmzbXgbWBAJ9M7D4MFiyBzcHTdBvcSwOcNe9PjgA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Configuration.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000266808965"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3747"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DYpFIhzLi5IzIBGCql81H1j8Cvlw5vbAUAcBVoXCb4A=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0iZA+rfvr3lLmK5V18g0LZCU41c3mbTL9jNYRoavdB0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0iZA+rfvr3lLmK5V18g0LZCU41c3mbTL9jNYRoavdB0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000229463056"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4357"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XkuQmzbXgbWBAJ9M7D4MFiyBzcHTdBvcSwOcNe9PjgA=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0iZA+rfvr3lLmK5V18g0LZCU41c3mbTL9jNYRoavdB0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0iZA+rfvr3lLmK5V18g0LZCU41c3mbTL9jNYRoavdB0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9493"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0iZA+rfvr3lLmK5V18g0LZCU41c3mbTL9jNYRoavdB0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0iZA+rfvr3lLmK5V18g0LZCU41c3mbTL9jNYRoavdB0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3747"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DYpFIhzLi5IzIBGCql81H1j8Cvlw5vbAUAcBVoXCb4A=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-DYpFIhzLi5IzIBGCql81H1j8Cvlw5vbAUAcBVoXCb4A="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Configuration.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Configuration.ell6o7ap7i.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4357"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XkuQmzbXgbWBAJ9M7D4MFiyBzcHTdBvcSwOcNe9PjgA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-XkuQmzbXgbWBAJ9M7D4MFiyBzcHTdBvcSwOcNe9PjgA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000103466115"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9664"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DOoO0ySSBaeArJmP9BGXOVHcrvfXwOp9LMZU/PjYbjU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"BVoCOPyTXl+QCkUKvBs6qzMhdA4vuTGSaOtk8/KqUgU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "79jyouopt1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-BVoCOPyTXl+QCkUKvBs6qzMhdA4vuTGSaOtk8/KqUgU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000088012674"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11361"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ugb48pRnlyhqNh7zC+/R0VkbOIo1DrSrL3Trp//f13U=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"BVoCOPyTXl+QCkUKvBs6qzMhdA4vuTGSaOtk8/KqUgU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "79jyouopt1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-BVoCOPyTXl+QCkUKvBs6qzMhdA4vuTGSaOtk8/KqUgU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "25877"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"BVoCOPyTXl+QCkUKvBs6qzMhdA4vuTGSaOtk8/KqUgU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "79jyouopt1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-BVoCOPyTXl+QCkUKvBs6qzMhdA4vuTGSaOtk8/KqUgU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9664"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DOoO0ySSBaeArJmP9BGXOVHcrvfXwOp9LMZU/PjYbjU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "79jyouopt1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-DOoO0ySSBaeArJmP9BGXOVHcrvfXwOp9LMZU/PjYbjU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11361"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ugb48pRnlyhqNh7zC+/R0VkbOIo1DrSrL3Trp//f13U=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "79jyouopt1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ugb48pRnlyhqNh7zC+/R0VkbOIo1DrSrL3Trp//f13U="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000103466115"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9664"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DOoO0ySSBaeArJmP9BGXOVHcrvfXwOp9LMZU/PjYbjU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"BVoCOPyTXl+QCkUKvBs6qzMhdA4vuTGSaOtk8/KqUgU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-BVoCOPyTXl+QCkUKvBs6qzMhdA4vuTGSaOtk8/KqUgU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000088012674"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11361"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ugb48pRnlyhqNh7zC+/R0VkbOIo1DrSrL3Trp//f13U=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"BVoCOPyTXl+QCkUKvBs6qzMhdA4vuTGSaOtk8/KqUgU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-BVoCOPyTXl+QCkUKvBs6qzMhdA4vuTGSaOtk8/KqUgU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "25877"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"BVoCOPyTXl+QCkUKvBs6qzMhdA4vuTGSaOtk8/KqUgU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-BVoCOPyTXl+QCkUKvBs6qzMhdA4vuTGSaOtk8/KqUgU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9664"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DOoO0ySSBaeArJmP9BGXOVHcrvfXwOp9LMZU/PjYbjU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-DOoO0ySSBaeArJmP9BGXOVHcrvfXwOp9LMZU/PjYbjU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.79jyouopt1.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11361"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ugb48pRnlyhqNh7zC+/R0VkbOIo1DrSrL3Trp//f13U=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ugb48pRnlyhqNh7zC+/R0VkbOIo1DrSrL3Trp//f13U="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000053547523"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18674"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"yFD+sXJFiZirRZmSUKmqUZ5vsrdpkH7cm8ogwa7m+ao=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"EPey4pvx6aL8aj8zL05ip1ZJSUG7DjjOrtL9aPRDYPw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g8opmrm9gr"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-EPey4pvx6aL8aj8zL05ip1ZJSUG7DjjOrtL9aPRDYPw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000045833715"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "21817"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"R2eu2Dmd0Uh4ROdIbv/tYtl+CRFdrS3jwt9Xn0ZZ4Cg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"EPey4pvx6aL8aj8zL05ip1ZJSUG7DjjOrtL9aPRDYPw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g8opmrm9gr"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-EPey4pvx6aL8aj8zL05ip1ZJSUG7DjjOrtL9aPRDYPw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "44821"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"EPey4pvx6aL8aj8zL05ip1ZJSUG7DjjOrtL9aPRDYPw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g8opmrm9gr"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-EPey4pvx6aL8aj8zL05ip1ZJSUG7DjjOrtL9aPRDYPw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18674"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"yFD+sXJFiZirRZmSUKmqUZ5vsrdpkH7cm8ogwa7m+ao=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g8opmrm9gr"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-yFD+sXJFiZirRZmSUKmqUZ5vsrdpkH7cm8ogwa7m+ao="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "21817"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"R2eu2Dmd0Uh4ROdIbv/tYtl+CRFdrS3jwt9Xn0ZZ4Cg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g8opmrm9gr"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-R2eu2Dmd0Uh4ROdIbv/tYtl+CRFdrS3jwt9Xn0ZZ4Cg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.DependencyInjection.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000053547523"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18674"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"yFD+sXJFiZirRZmSUKmqUZ5vsrdpkH7cm8ogwa7m+ao=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"EPey4pvx6aL8aj8zL05ip1ZJSUG7DjjOrtL9aPRDYPw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-EPey4pvx6aL8aj8zL05ip1ZJSUG7DjjOrtL9aPRDYPw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000045833715"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "21817"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"R2eu2Dmd0Uh4ROdIbv/tYtl+CRFdrS3jwt9Xn0ZZ4Cg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"EPey4pvx6aL8aj8zL05ip1ZJSUG7DjjOrtL9aPRDYPw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-EPey4pvx6aL8aj8zL05ip1ZJSUG7DjjOrtL9aPRDYPw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "44821"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"EPey4pvx6aL8aj8zL05ip1ZJSUG7DjjOrtL9aPRDYPw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-EPey4pvx6aL8aj8zL05ip1ZJSUG7DjjOrtL9aPRDYPw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18674"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"yFD+sXJFiZirRZmSUKmqUZ5vsrdpkH7cm8ogwa7m+ao=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-yFD+sXJFiZirRZmSUKmqUZ5vsrdpkH7cm8ogwa7m+ao="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.DependencyInjection.g8opmrm9gr.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "21817"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"R2eu2Dmd0Uh4ROdIbv/tYtl+CRFdrS3jwt9Xn0ZZ4Cg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-R2eu2Dmd0Uh4ROdIbv/tYtl+CRFdrS3jwt9Xn0ZZ4Cg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000128749839"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7766"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SK+0XboOCcKhOmwpaKviJL5vZhf6N0D5qBaoKrgxtDs=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"a881iT/kmq3LnryJklnQzsMD93/W6dM0x/3xSE38e6I=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "5g1hnmwyc5"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-a881iT/kmq3LnryJklnQzsMD93/W6dM0x/3xSE38e6I="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000112082493"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8921"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Q20CW7Zg5BaSiux3Rt+CTsJrafCQmrUcrNKo5ymAiSA=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"a881iT/kmq3LnryJklnQzsMD93/W6dM0x/3xSE38e6I=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "5g1hnmwyc5"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-a881iT/kmq3LnryJklnQzsMD93/W6dM0x/3xSE38e6I="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18197"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"a881iT/kmq3LnryJklnQzsMD93/W6dM0x/3xSE38e6I=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "5g1hnmwyc5"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-a881iT/kmq3LnryJklnQzsMD93/W6dM0x/3xSE38e6I="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7766"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SK+0XboOCcKhOmwpaKviJL5vZhf6N0D5qBaoKrgxtDs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "5g1hnmwyc5"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-SK+0XboOCcKhOmwpaKviJL5vZhf6N0D5qBaoKrgxtDs="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8921"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Q20CW7Zg5BaSiux3Rt+CTsJrafCQmrUcrNKo5ymAiSA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "5g1hnmwyc5"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Q20CW7Zg5BaSiux3Rt+CTsJrafCQmrUcrNKo5ymAiSA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000099373944"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10062"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Zfn5kFmq2F55co2VPUAwL1KE3+TSWmB1mdjDUFL5Xxk=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"UBgCxiFgpCgWCODTLc04x3rEtf7nDx2UIvNKh1A2r9g=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "w85nmmvjik"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-UBgCxiFgpCgWCODTLc04x3rEtf7nDx2UIvNKh1A2r9g="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000084925690"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11774"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"NcWEVDxRsWlL3GPxwiuuxiYOLFEBKLRkt9DjHh4a2YM=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"UBgCxiFgpCgWCODTLc04x3rEtf7nDx2UIvNKh1A2r9g=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "w85nmmvjik"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-UBgCxiFgpCgWCODTLc04x3rEtf7nDx2UIvNKh1A2r9g="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "24341"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"UBgCxiFgpCgWCODTLc04x3rEtf7nDx2UIvNKh1A2r9g=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "w85nmmvjik"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-UBgCxiFgpCgWCODTLc04x3rEtf7nDx2UIvNKh1A2r9g="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10062"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Zfn5kFmq2F55co2VPUAwL1KE3+TSWmB1mdjDUFL5Xxk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "w85nmmvjik"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Zfn5kFmq2F55co2VPUAwL1KE3+TSWmB1mdjDUFL5Xxk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11774"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"NcWEVDxRsWlL3GPxwiuuxiYOLFEBKLRkt9DjHh4a2YM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "w85nmmvjik"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-NcWEVDxRsWlL3GPxwiuuxiYOLFEBKLRkt9DjHh4a2YM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000099373944"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10062"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Zfn5kFmq2F55co2VPUAwL1KE3+TSWmB1mdjDUFL5Xxk=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"UBgCxiFgpCgWCODTLc04x3rEtf7nDx2UIvNKh1A2r9g=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-UBgCxiFgpCgWCODTLc04x3rEtf7nDx2UIvNKh1A2r9g="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000084925690"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11774"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"NcWEVDxRsWlL3GPxwiuuxiYOLFEBKLRkt9DjHh4a2YM=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"UBgCxiFgpCgWCODTLc04x3rEtf7nDx2UIvNKh1A2r9g=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-UBgCxiFgpCgWCODTLc04x3rEtf7nDx2UIvNKh1A2r9g="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "24341"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"UBgCxiFgpCgWCODTLc04x3rEtf7nDx2UIvNKh1A2r9g=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-UBgCxiFgpCgWCODTLc04x3rEtf7nDx2UIvNKh1A2r9g="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10062"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Zfn5kFmq2F55co2VPUAwL1KE3+TSWmB1mdjDUFL5Xxk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Zfn5kFmq2F55co2VPUAwL1KE3+TSWmB1mdjDUFL5Xxk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.Abstractions.w85nmmvjik.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11774"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"NcWEVDxRsWlL3GPxwiuuxiYOLFEBKLRkt9DjHh4a2YM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-NcWEVDxRsWlL3GPxwiuuxiYOLFEBKLRkt9DjHh4a2YM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000128749839"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7766"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SK+0XboOCcKhOmwpaKviJL5vZhf6N0D5qBaoKrgxtDs=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"a881iT/kmq3LnryJklnQzsMD93/W6dM0x/3xSE38e6I=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-a881iT/kmq3LnryJklnQzsMD93/W6dM0x/3xSE38e6I="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000112082493"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8921"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Q20CW7Zg5BaSiux3Rt+CTsJrafCQmrUcrNKo5ymAiSA=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"a881iT/kmq3LnryJklnQzsMD93/W6dM0x/3xSE38e6I=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-a881iT/kmq3LnryJklnQzsMD93/W6dM0x/3xSE38e6I="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18197"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"a881iT/kmq3LnryJklnQzsMD93/W6dM0x/3xSE38e6I=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-a881iT/kmq3LnryJklnQzsMD93/W6dM0x/3xSE38e6I="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7766"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SK+0XboOCcKhOmwpaKviJL5vZhf6N0D5qBaoKrgxtDs=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-SK+0XboOCcKhOmwpaKviJL5vZhf6N0D5qBaoKrgxtDs="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Logging.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Logging.5g1hnmwyc5.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8921"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Q20CW7Zg5BaSiux3Rt+CTsJrafCQmrUcrNKo5ymAiSA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Q20CW7Zg5BaSiux3Rt+CTsJrafCQmrUcrNKo5ymAiSA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000138064338"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7242"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"IaZLCzLNXSG50hlChguGIBeePD6sfJD7aItQlyilh8c=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"j5USfH7lIqpnRGZ6PS65d5BJSYQSUM8b4rUJUvUNXAc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "v4m2lt3b0a"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-j5USfH7lIqpnRGZ6PS65d5BJSYQSUM8b4rUJUvUNXAc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Options.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000120438396"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8302"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0xFK6hRc5XoGUUkzdbN9LWKkpTWmDlmUDLoptku0MLQ=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"j5USfH7lIqpnRGZ6PS65d5BJSYQSUM8b4rUJUvUNXAc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "v4m2lt3b0a"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-j5USfH7lIqpnRGZ6PS65d5BJSYQSUM8b4rUJUvUNXAc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Options.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17173"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"j5USfH7lIqpnRGZ6PS65d5BJSYQSUM8b4rUJUvUNXAc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "v4m2lt3b0a"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-j5USfH7lIqpnRGZ6PS65d5BJSYQSUM8b4rUJUvUNXAc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Options.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7242"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"IaZLCzLNXSG50hlChguGIBeePD6sfJD7aItQlyilh8c=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "v4m2lt3b0a"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-IaZLCzLNXSG50hlChguGIBeePD6sfJD7aItQlyilh8c="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Options.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8302"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0xFK6hRc5XoGUUkzdbN9LWKkpTWmDlmUDLoptku0MLQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "v4m2lt3b0a"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0xFK6hRc5XoGUUkzdbN9LWKkpTWmDlmUDLoptku0MLQ="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Options.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000138064338"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7242"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"IaZLCzLNXSG50hlChguGIBeePD6sfJD7aItQlyilh8c=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"j5USfH7lIqpnRGZ6PS65d5BJSYQSUM8b4rUJUvUNXAc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-j5USfH7lIqpnRGZ6PS65d5BJSYQSUM8b4rUJUvUNXAc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000120438396"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8302"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0xFK6hRc5XoGUUkzdbN9LWKkpTWmDlmUDLoptku0MLQ=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"j5USfH7lIqpnRGZ6PS65d5BJSYQSUM8b4rUJUvUNXAc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-j5USfH7lIqpnRGZ6PS65d5BJSYQSUM8b4rUJUvUNXAc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17173"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"j5USfH7lIqpnRGZ6PS65d5BJSYQSUM8b4rUJUvUNXAc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-j5USfH7lIqpnRGZ6PS65d5BJSYQSUM8b4rUJUvUNXAc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7242"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"IaZLCzLNXSG50hlChguGIBeePD6sfJD7aItQlyilh8c=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-IaZLCzLNXSG50hlChguGIBeePD6sfJD7aItQlyilh8c="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Options.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Options.v4m2lt3b0a.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8302"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0xFK6hRc5XoGUUkzdbN9LWKkpTWmDlmUDLoptku0MLQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0xFK6hRc5XoGUUkzdbN9LWKkpTWmDlmUDLoptku0MLQ="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000298329356"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3351"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PZ31vPvZ0sgoRD6+UKNx3n1vRIjxxG9BU2ldt21IvzI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"SOV/buK8+b547bCGV72fveEpbdwQKkvc60CYQA4qIt4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8gcpmtr73m"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-SOV/buK8+b547bCGV72fveEpbdwQKkvc60CYQA4qIt4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Primitives.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000258264463"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3871"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"i9a6kDnM5/n4LNB9zT2kqVHKxsbE13tNuzOF7FkJu34=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"SOV/buK8+b547bCGV72fveEpbdwQKkvc60CYQA4qIt4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8gcpmtr73m"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-SOV/buK8+b547bCGV72fveEpbdwQKkvc60CYQA4qIt4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Primitives.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8981"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SOV/buK8+b547bCGV72fveEpbdwQKkvc60CYQA4qIt4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8gcpmtr73m"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-SOV/buK8+b547bCGV72fveEpbdwQKkvc60CYQA4qIt4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Primitives.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3351"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PZ31vPvZ0sgoRD6+UKNx3n1vRIjxxG9BU2ldt21IvzI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8gcpmtr73m"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-PZ31vPvZ0sgoRD6+UKNx3n1vRIjxxG9BU2ldt21IvzI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Primitives.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3871"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"i9a6kDnM5/n4LNB9zT2kqVHKxsbE13tNuzOF7FkJu34=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8gcpmtr73m"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-i9a6kDnM5/n4LNB9zT2kqVHKxsbE13tNuzOF7FkJu34="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.Extensions.Primitives.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000298329356"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3351"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PZ31vPvZ0sgoRD6+UKNx3n1vRIjxxG9BU2ldt21IvzI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"SOV/buK8+b547bCGV72fveEpbdwQKkvc60CYQA4qIt4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-SOV/buK8+b547bCGV72fveEpbdwQKkvc60CYQA4qIt4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000258264463"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3871"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"i9a6kDnM5/n4LNB9zT2kqVHKxsbE13tNuzOF7FkJu34=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"SOV/buK8+b547bCGV72fveEpbdwQKkvc60CYQA4qIt4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-SOV/buK8+b547bCGV72fveEpbdwQKkvc60CYQA4qIt4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.wasm",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8981"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"SOV/buK8+b547bCGV72fveEpbdwQKkvc60CYQA4qIt4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-SOV/buK8+b547bCGV72fveEpbdwQKkvc60CYQA4qIt4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.wasm.br",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3351"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PZ31vPvZ0sgoRD6+UKNx3n1vRIjxxG9BU2ldt21IvzI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-PZ31vPvZ0sgoRD6+UKNx3n1vRIjxxG9BU2ldt21IvzI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.Extensions.Primitives.wasm.gz",
+ "AssetFile": "_framework/Microsoft.Extensions.Primitives.8gcpmtr73m.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "3871"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"i9a6kDnM5/n4LNB9zT2kqVHKxsbE13tNuzOF7FkJu34=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-i9a6kDnM5/n4LNB9zT2kqVHKxsbE13tNuzOF7FkJu34="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.426305nhc4.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.426305nhc4.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000058813151"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17002"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"z8guk96QHiEDfqf8D4MqS9SMxJQa/EmQNLrsAeG9vuk=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"lNqP2ot1f2PhPr/5ZgFueuYFhUgz/pVAaqmi0u4H8Lo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "426305nhc4"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-lNqP2ot1f2PhPr/5ZgFueuYFhUgz/pVAaqmi0u4H8Lo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.426305nhc4.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.426305nhc4.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000050885406"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19651"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"bHjvhlaAPr6a4fUCEP5wOTxqA/eWc9wrMAgJDqmsFaY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"lNqP2ot1f2PhPr/5ZgFueuYFhUgz/pVAaqmi0u4H8Lo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "426305nhc4"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-lNqP2ot1f2PhPr/5ZgFueuYFhUgz/pVAaqmi0u4H8Lo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.426305nhc4.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.426305nhc4.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "42773"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"lNqP2ot1f2PhPr/5ZgFueuYFhUgz/pVAaqmi0u4H8Lo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "426305nhc4"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-lNqP2ot1f2PhPr/5ZgFueuYFhUgz/pVAaqmi0u4H8Lo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.426305nhc4.wasm.br",
+ "AssetFile": "_framework/Microsoft.JSInterop.426305nhc4.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17002"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"z8guk96QHiEDfqf8D4MqS9SMxJQa/EmQNLrsAeG9vuk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "426305nhc4"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-z8guk96QHiEDfqf8D4MqS9SMxJQa/EmQNLrsAeG9vuk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.426305nhc4.wasm.gz",
+ "AssetFile": "_framework/Microsoft.JSInterop.426305nhc4.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19651"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"bHjvhlaAPr6a4fUCEP5wOTxqA/eWc9wrMAgJDqmsFaY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "426305nhc4"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-bHjvhlaAPr6a4fUCEP5wOTxqA/eWc9wrMAgJDqmsFaY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000247218789"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4044"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Tv3eEFVrnnrNZ+pjJl11gUFD9/ePypCCEZbP/9OQeCA=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "heoad7mujs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.WebAssembly.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000211774672"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4721"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PfM1NIOEl9AvNwAFIbeUcxwvMpRZuAePfs1iXZb8yxY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "heoad7mujs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.WebAssembly.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10005"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "heoad7mujs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.WebAssembly.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.br",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4044"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Tv3eEFVrnnrNZ+pjJl11gUFD9/ePypCCEZbP/9OQeCA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "heoad7mujs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Tv3eEFVrnnrNZ+pjJl11gUFD9/ePypCCEZbP/9OQeCA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.WebAssembly.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.gz",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4721"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PfM1NIOEl9AvNwAFIbeUcxwvMpRZuAePfs1iXZb8yxY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "heoad7mujs"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-PfM1NIOEl9AvNwAFIbeUcxwvMpRZuAePfs1iXZb8yxY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/Microsoft.JSInterop.WebAssembly.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000247218789"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4044"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Tv3eEFVrnnrNZ+pjJl11gUFD9/ePypCCEZbP/9OQeCA=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000211774672"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4721"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PfM1NIOEl9AvNwAFIbeUcxwvMpRZuAePfs1iXZb8yxY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10005"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm.br",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4044"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Tv3eEFVrnnrNZ+pjJl11gUFD9/ePypCCEZbP/9OQeCA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Tv3eEFVrnnrNZ+pjJl11gUFD9/ePypCCEZbP/9OQeCA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm.gz",
+ "AssetFile": "_framework/Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4721"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PfM1NIOEl9AvNwAFIbeUcxwvMpRZuAePfs1iXZb8yxY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-PfM1NIOEl9AvNwAFIbeUcxwvMpRZuAePfs1iXZb8yxY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.426305nhc4.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000058813151"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17002"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"z8guk96QHiEDfqf8D4MqS9SMxJQa/EmQNLrsAeG9vuk=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"lNqP2ot1f2PhPr/5ZgFueuYFhUgz/pVAaqmi0u4H8Lo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lNqP2ot1f2PhPr/5ZgFueuYFhUgz/pVAaqmi0u4H8Lo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.426305nhc4.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000050885406"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19651"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"bHjvhlaAPr6a4fUCEP5wOTxqA/eWc9wrMAgJDqmsFaY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"lNqP2ot1f2PhPr/5ZgFueuYFhUgz/pVAaqmi0u4H8Lo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lNqP2ot1f2PhPr/5ZgFueuYFhUgz/pVAaqmi0u4H8Lo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.wasm",
+ "AssetFile": "_framework/Microsoft.JSInterop.426305nhc4.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "42773"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"lNqP2ot1f2PhPr/5ZgFueuYFhUgz/pVAaqmi0u4H8Lo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lNqP2ot1f2PhPr/5ZgFueuYFhUgz/pVAaqmi0u4H8Lo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.wasm.br",
+ "AssetFile": "_framework/Microsoft.JSInterop.426305nhc4.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17002"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"z8guk96QHiEDfqf8D4MqS9SMxJQa/EmQNLrsAeG9vuk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-z8guk96QHiEDfqf8D4MqS9SMxJQa/EmQNLrsAeG9vuk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/Microsoft.JSInterop.wasm.gz",
+ "AssetFile": "_framework/Microsoft.JSInterop.426305nhc4.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19651"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"bHjvhlaAPr6a4fUCEP5wOTxqA/eWc9wrMAgJDqmsFaY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-bHjvhlaAPr6a4fUCEP5wOTxqA/eWc9wrMAgJDqmsFaY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.1keygqsdyy.wasm",
+ "AssetFile": "_framework/System.Collections.1keygqsdyy.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000107607877"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9292"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"r0oLGKe8sRUplrWIgcMBG5MhgzvBQKjAmXV0bZPp85w=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"z8l/chdcYFjnTgjfVN1yU8sePhaIHrxbJNz09X+Y+3k=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1keygqsdyy"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-z8l/chdcYFjnTgjfVN1yU8sePhaIHrxbJNz09X+Y+3k="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.1keygqsdyy.wasm",
+ "AssetFile": "_framework/System.Collections.1keygqsdyy.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000094464387"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10585"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"GHO0OiYX/dgYtGeVasGfa3kjTl5F//4kwozWTiVnrZo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"z8l/chdcYFjnTgjfVN1yU8sePhaIHrxbJNz09X+Y+3k=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1keygqsdyy"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-z8l/chdcYFjnTgjfVN1yU8sePhaIHrxbJNz09X+Y+3k="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.1keygqsdyy.wasm",
+ "AssetFile": "_framework/System.Collections.1keygqsdyy.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "22805"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"z8l/chdcYFjnTgjfVN1yU8sePhaIHrxbJNz09X+Y+3k=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1keygqsdyy"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-z8l/chdcYFjnTgjfVN1yU8sePhaIHrxbJNz09X+Y+3k="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.1keygqsdyy.wasm.br",
+ "AssetFile": "_framework/System.Collections.1keygqsdyy.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9292"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"r0oLGKe8sRUplrWIgcMBG5MhgzvBQKjAmXV0bZPp85w=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1keygqsdyy"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-r0oLGKe8sRUplrWIgcMBG5MhgzvBQKjAmXV0bZPp85w="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.1keygqsdyy.wasm.gz",
+ "AssetFile": "_framework/System.Collections.1keygqsdyy.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10585"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"GHO0OiYX/dgYtGeVasGfa3kjTl5F//4kwozWTiVnrZo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "1keygqsdyy"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-GHO0OiYX/dgYtGeVasGfa3kjTl5F//4kwozWTiVnrZo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm",
+ "AssetFile": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000117550253"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8506"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4edf6tBFUBS6acgvYh+DcRMDc2snD36XmK7gtoLlVqo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ADGWx8rPfs5ftD/wCG/cFqw585w1zgvqniZJtb7Jc2Q=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g0ny4l55tq"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ADGWx8rPfs5ftD/wCG/cFqw585w1zgvqniZJtb7Jc2Q="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Concurrent.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm",
+ "AssetFile": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000104810816"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9540"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4UXkfd9tHoQMzrpgRYxW8BCh0ldxFRxski0kNi9NGuY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ADGWx8rPfs5ftD/wCG/cFqw585w1zgvqniZJtb7Jc2Q=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g0ny4l55tq"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ADGWx8rPfs5ftD/wCG/cFqw585w1zgvqniZJtb7Jc2Q="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Concurrent.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm",
+ "AssetFile": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "20245"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ADGWx8rPfs5ftD/wCG/cFqw585w1zgvqniZJtb7Jc2Q=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g0ny4l55tq"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ADGWx8rPfs5ftD/wCG/cFqw585w1zgvqniZJtb7Jc2Q="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Concurrent.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm.br",
+ "AssetFile": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8506"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4edf6tBFUBS6acgvYh+DcRMDc2snD36XmK7gtoLlVqo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g0ny4l55tq"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-4edf6tBFUBS6acgvYh+DcRMDc2snD36XmK7gtoLlVqo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Concurrent.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm.gz",
+ "AssetFile": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9540"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4UXkfd9tHoQMzrpgRYxW8BCh0ldxFRxski0kNi9NGuY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g0ny4l55tq"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-4UXkfd9tHoQMzrpgRYxW8BCh0ldxFRxski0kNi9NGuY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Concurrent.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.wasm",
+ "AssetFile": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000117550253"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8506"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4edf6tBFUBS6acgvYh+DcRMDc2snD36XmK7gtoLlVqo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ADGWx8rPfs5ftD/wCG/cFqw585w1zgvqniZJtb7Jc2Q=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ADGWx8rPfs5ftD/wCG/cFqw585w1zgvqniZJtb7Jc2Q="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.wasm",
+ "AssetFile": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000104810816"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9540"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4UXkfd9tHoQMzrpgRYxW8BCh0ldxFRxski0kNi9NGuY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ADGWx8rPfs5ftD/wCG/cFqw585w1zgvqniZJtb7Jc2Q=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ADGWx8rPfs5ftD/wCG/cFqw585w1zgvqniZJtb7Jc2Q="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.wasm",
+ "AssetFile": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "20245"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ADGWx8rPfs5ftD/wCG/cFqw585w1zgvqniZJtb7Jc2Q=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ADGWx8rPfs5ftD/wCG/cFqw585w1zgvqniZJtb7Jc2Q="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.wasm.br",
+ "AssetFile": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "8506"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4edf6tBFUBS6acgvYh+DcRMDc2snD36XmK7gtoLlVqo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-4edf6tBFUBS6acgvYh+DcRMDc2snD36XmK7gtoLlVqo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Concurrent.wasm.gz",
+ "AssetFile": "_framework/System.Collections.Concurrent.g0ny4l55tq.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9540"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4UXkfd9tHoQMzrpgRYxW8BCh0ldxFRxski0kNi9NGuY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-4UXkfd9tHoQMzrpgRYxW8BCh0ldxFRxski0kNi9NGuY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm",
+ "AssetFile": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000055972238"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17865"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4BAC4xhBpKTDsf16/bSmV7SDIkTL6js2gNJin7W0920=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"KMeffaq/Vtz03KZ0FBqktKzzgrNwJu04cl/UEYmIFuA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "4p5o6w4a64"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-KMeffaq/Vtz03KZ0FBqktKzzgrNwJu04cl/UEYmIFuA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Immutable.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm",
+ "AssetFile": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000047379892"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "21105"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"B+xSIV+4D9941/n6mHgZ1aRHapJdqQni/wqECg5TQl8=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"KMeffaq/Vtz03KZ0FBqktKzzgrNwJu04cl/UEYmIFuA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "4p5o6w4a64"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-KMeffaq/Vtz03KZ0FBqktKzzgrNwJu04cl/UEYmIFuA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Immutable.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm",
+ "AssetFile": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "47381"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"KMeffaq/Vtz03KZ0FBqktKzzgrNwJu04cl/UEYmIFuA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "4p5o6w4a64"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-KMeffaq/Vtz03KZ0FBqktKzzgrNwJu04cl/UEYmIFuA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Immutable.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm.br",
+ "AssetFile": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17865"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4BAC4xhBpKTDsf16/bSmV7SDIkTL6js2gNJin7W0920=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "4p5o6w4a64"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-4BAC4xhBpKTDsf16/bSmV7SDIkTL6js2gNJin7W0920="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Immutable.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm.gz",
+ "AssetFile": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "21105"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"B+xSIV+4D9941/n6mHgZ1aRHapJdqQni/wqECg5TQl8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "4p5o6w4a64"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-B+xSIV+4D9941/n6mHgZ1aRHapJdqQni/wqECg5TQl8="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Collections.Immutable.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.wasm",
+ "AssetFile": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000055972238"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17865"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4BAC4xhBpKTDsf16/bSmV7SDIkTL6js2gNJin7W0920=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"KMeffaq/Vtz03KZ0FBqktKzzgrNwJu04cl/UEYmIFuA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-KMeffaq/Vtz03KZ0FBqktKzzgrNwJu04cl/UEYmIFuA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.wasm",
+ "AssetFile": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000047379892"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "21105"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"B+xSIV+4D9941/n6mHgZ1aRHapJdqQni/wqECg5TQl8=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"KMeffaq/Vtz03KZ0FBqktKzzgrNwJu04cl/UEYmIFuA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-KMeffaq/Vtz03KZ0FBqktKzzgrNwJu04cl/UEYmIFuA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.wasm",
+ "AssetFile": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "47381"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"KMeffaq/Vtz03KZ0FBqktKzzgrNwJu04cl/UEYmIFuA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-KMeffaq/Vtz03KZ0FBqktKzzgrNwJu04cl/UEYmIFuA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.wasm.br",
+ "AssetFile": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "17865"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"4BAC4xhBpKTDsf16/bSmV7SDIkTL6js2gNJin7W0920=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-4BAC4xhBpKTDsf16/bSmV7SDIkTL6js2gNJin7W0920="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.Immutable.wasm.gz",
+ "AssetFile": "_framework/System.Collections.Immutable.4p5o6w4a64.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "21105"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"B+xSIV+4D9941/n6mHgZ1aRHapJdqQni/wqECg5TQl8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-B+xSIV+4D9941/n6mHgZ1aRHapJdqQni/wqECg5TQl8="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.wasm",
+ "AssetFile": "_framework/System.Collections.1keygqsdyy.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000107607877"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9292"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"r0oLGKe8sRUplrWIgcMBG5MhgzvBQKjAmXV0bZPp85w=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"z8l/chdcYFjnTgjfVN1yU8sePhaIHrxbJNz09X+Y+3k=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-z8l/chdcYFjnTgjfVN1yU8sePhaIHrxbJNz09X+Y+3k="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.wasm",
+ "AssetFile": "_framework/System.Collections.1keygqsdyy.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000094464387"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10585"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"GHO0OiYX/dgYtGeVasGfa3kjTl5F//4kwozWTiVnrZo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"z8l/chdcYFjnTgjfVN1yU8sePhaIHrxbJNz09X+Y+3k=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-z8l/chdcYFjnTgjfVN1yU8sePhaIHrxbJNz09X+Y+3k="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.wasm",
+ "AssetFile": "_framework/System.Collections.1keygqsdyy.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "22805"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"z8l/chdcYFjnTgjfVN1yU8sePhaIHrxbJNz09X+Y+3k=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-z8l/chdcYFjnTgjfVN1yU8sePhaIHrxbJNz09X+Y+3k="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.wasm.br",
+ "AssetFile": "_framework/System.Collections.1keygqsdyy.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9292"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"r0oLGKe8sRUplrWIgcMBG5MhgzvBQKjAmXV0bZPp85w=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-r0oLGKe8sRUplrWIgcMBG5MhgzvBQKjAmXV0bZPp85w="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Collections.wasm.gz",
+ "AssetFile": "_framework/System.Collections.1keygqsdyy.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "10585"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"GHO0OiYX/dgYtGeVasGfa3kjTl5F//4kwozWTiVnrZo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-GHO0OiYX/dgYtGeVasGfa3kjTl5F//4kwozWTiVnrZo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.28u698euyz.wasm",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000587199060"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1702"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"2VGN1x8Jk16/sIweXw8jd6MCVhvDVDZNHW5idWTTCfU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "28u698euyz"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.ComponentModel.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.28u698euyz.wasm",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000518941360"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1926"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XPTiUgDK5ogkXGupbNNXr1RACrbYhjypY2egFOaJj7Y=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "28u698euyz"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.ComponentModel.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.28u698euyz.wasm",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4885"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "28u698euyz"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.ComponentModel.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.28u698euyz.wasm.br",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1702"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"2VGN1x8Jk16/sIweXw8jd6MCVhvDVDZNHW5idWTTCfU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "28u698euyz"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-2VGN1x8Jk16/sIweXw8jd6MCVhvDVDZNHW5idWTTCfU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.ComponentModel.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.28u698euyz.wasm.gz",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1926"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XPTiUgDK5ogkXGupbNNXr1RACrbYhjypY2egFOaJj7Y=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "28u698euyz"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-XPTiUgDK5ogkXGupbNNXr1RACrbYhjypY2egFOaJj7Y="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.ComponentModel.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.wasm",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000587199060"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1702"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"2VGN1x8Jk16/sIweXw8jd6MCVhvDVDZNHW5idWTTCfU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.wasm",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000518941360"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1926"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XPTiUgDK5ogkXGupbNNXr1RACrbYhjypY2egFOaJj7Y=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.wasm",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "4885"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ggftgc5cU4VTXzEcEGBVl+OtnGRGmlZ9ZZHkKMVLxYw="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.wasm.br",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1702"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"2VGN1x8Jk16/sIweXw8jd6MCVhvDVDZNHW5idWTTCfU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-2VGN1x8Jk16/sIweXw8jd6MCVhvDVDZNHW5idWTTCfU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.ComponentModel.wasm.gz",
+ "AssetFile": "_framework/System.ComponentModel.28u698euyz.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1926"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"XPTiUgDK5ogkXGupbNNXr1RACrbYhjypY2egFOaJj7Y=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-XPTiUgDK5ogkXGupbNNXr1RACrbYhjypY2egFOaJj7Y="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.shorfuhtwp.wasm",
+ "AssetFile": "_framework/System.Console.shorfuhtwp.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000162311313"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6160"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"i/+zkCxzUoFPc3iwUvMITUsxnslSW/k3hpvx0ZU3lAc=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"QFS7iOiV3yHRKU/AHHgCrBdDFuwXA/GHu6heiBL23y8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "shorfuhtwp"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-QFS7iOiV3yHRKU/AHHgCrBdDFuwXA/GHu6heiBL23y8="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Console.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.shorfuhtwp.wasm",
+ "AssetFile": "_framework/System.Console.shorfuhtwp.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000138908182"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7198"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PFyOquMc7ssmXDsm8Qw40wm+JqHMIfSpX6QolIfPWMg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"QFS7iOiV3yHRKU/AHHgCrBdDFuwXA/GHu6heiBL23y8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "shorfuhtwp"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-QFS7iOiV3yHRKU/AHHgCrBdDFuwXA/GHu6heiBL23y8="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Console.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.shorfuhtwp.wasm",
+ "AssetFile": "_framework/System.Console.shorfuhtwp.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "14613"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"QFS7iOiV3yHRKU/AHHgCrBdDFuwXA/GHu6heiBL23y8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "shorfuhtwp"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-QFS7iOiV3yHRKU/AHHgCrBdDFuwXA/GHu6heiBL23y8="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Console.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.shorfuhtwp.wasm.br",
+ "AssetFile": "_framework/System.Console.shorfuhtwp.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6160"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"i/+zkCxzUoFPc3iwUvMITUsxnslSW/k3hpvx0ZU3lAc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "shorfuhtwp"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-i/+zkCxzUoFPc3iwUvMITUsxnslSW/k3hpvx0ZU3lAc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Console.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.shorfuhtwp.wasm.gz",
+ "AssetFile": "_framework/System.Console.shorfuhtwp.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7198"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PFyOquMc7ssmXDsm8Qw40wm+JqHMIfSpX6QolIfPWMg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "shorfuhtwp"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-PFyOquMc7ssmXDsm8Qw40wm+JqHMIfSpX6QolIfPWMg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Console.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.wasm",
+ "AssetFile": "_framework/System.Console.shorfuhtwp.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000162311313"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6160"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"i/+zkCxzUoFPc3iwUvMITUsxnslSW/k3hpvx0ZU3lAc=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"QFS7iOiV3yHRKU/AHHgCrBdDFuwXA/GHu6heiBL23y8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-QFS7iOiV3yHRKU/AHHgCrBdDFuwXA/GHu6heiBL23y8="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.wasm",
+ "AssetFile": "_framework/System.Console.shorfuhtwp.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000138908182"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7198"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PFyOquMc7ssmXDsm8Qw40wm+JqHMIfSpX6QolIfPWMg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"QFS7iOiV3yHRKU/AHHgCrBdDFuwXA/GHu6heiBL23y8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-QFS7iOiV3yHRKU/AHHgCrBdDFuwXA/GHu6heiBL23y8="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.wasm",
+ "AssetFile": "_framework/System.Console.shorfuhtwp.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "14613"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"QFS7iOiV3yHRKU/AHHgCrBdDFuwXA/GHu6heiBL23y8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-QFS7iOiV3yHRKU/AHHgCrBdDFuwXA/GHu6heiBL23y8="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.wasm.br",
+ "AssetFile": "_framework/System.Console.shorfuhtwp.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6160"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"i/+zkCxzUoFPc3iwUvMITUsxnslSW/k3hpvx0ZU3lAc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-i/+zkCxzUoFPc3iwUvMITUsxnslSW/k3hpvx0ZU3lAc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Console.wasm.gz",
+ "AssetFile": "_framework/System.Console.shorfuhtwp.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7198"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"PFyOquMc7ssmXDsm8Qw40wm+JqHMIfSpX6QolIfPWMg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-PFyOquMc7ssmXDsm8Qw40wm+JqHMIfSpX6QolIfPWMg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm",
+ "AssetFile": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000431406385"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2317"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DJQR1Usao49d3EireKF4dg3SR0YJVcLdD2VdqU4WoPI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"JA6sPl6GA5NH8pNdn7k4E0ophulug+EchR9kvweDkS0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g5ih8ovpg3"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-JA6sPl6GA5NH8pNdn7k4E0ophulug+EchR9kvweDkS0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.IO.Pipelines.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm",
+ "AssetFile": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000367647059"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2719"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"FkjWB1+aP8+sIkx7fM21rYr11j7sxARoR85uC9C3L/Y=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"JA6sPl6GA5NH8pNdn7k4E0ophulug+EchR9kvweDkS0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g5ih8ovpg3"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-JA6sPl6GA5NH8pNdn7k4E0ophulug+EchR9kvweDkS0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.IO.Pipelines.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm",
+ "AssetFile": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5909"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JA6sPl6GA5NH8pNdn7k4E0ophulug+EchR9kvweDkS0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g5ih8ovpg3"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-JA6sPl6GA5NH8pNdn7k4E0ophulug+EchR9kvweDkS0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.IO.Pipelines.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm.br",
+ "AssetFile": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2317"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DJQR1Usao49d3EireKF4dg3SR0YJVcLdD2VdqU4WoPI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g5ih8ovpg3"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-DJQR1Usao49d3EireKF4dg3SR0YJVcLdD2VdqU4WoPI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.IO.Pipelines.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm.gz",
+ "AssetFile": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2719"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"FkjWB1+aP8+sIkx7fM21rYr11j7sxARoR85uC9C3L/Y=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "g5ih8ovpg3"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-FkjWB1+aP8+sIkx7fM21rYr11j7sxARoR85uC9C3L/Y="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.IO.Pipelines.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wasm",
+ "AssetFile": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000431406385"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2317"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DJQR1Usao49d3EireKF4dg3SR0YJVcLdD2VdqU4WoPI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"JA6sPl6GA5NH8pNdn7k4E0ophulug+EchR9kvweDkS0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-JA6sPl6GA5NH8pNdn7k4E0ophulug+EchR9kvweDkS0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wasm",
+ "AssetFile": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000367647059"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2719"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"FkjWB1+aP8+sIkx7fM21rYr11j7sxARoR85uC9C3L/Y=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"JA6sPl6GA5NH8pNdn7k4E0ophulug+EchR9kvweDkS0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-JA6sPl6GA5NH8pNdn7k4E0ophulug+EchR9kvweDkS0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wasm",
+ "AssetFile": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5909"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JA6sPl6GA5NH8pNdn7k4E0ophulug+EchR9kvweDkS0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-JA6sPl6GA5NH8pNdn7k4E0ophulug+EchR9kvweDkS0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wasm.br",
+ "AssetFile": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2317"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DJQR1Usao49d3EireKF4dg3SR0YJVcLdD2VdqU4WoPI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-DJQR1Usao49d3EireKF4dg3SR0YJVcLdD2VdqU4WoPI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.IO.Pipelines.wasm.gz",
+ "AssetFile": "_framework/System.IO.Pipelines.g5ih8ovpg3.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2719"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"FkjWB1+aP8+sIkx7fM21rYr11j7sxARoR85uC9C3L/Y=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-FkjWB1+aP8+sIkx7fM21rYr11j7sxARoR85uC9C3L/Y="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.tdfl4jjpf1.wasm",
+ "AssetFile": "_framework/System.Linq.tdfl4jjpf1.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000187899286"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5321"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+igvBXCWVIogA0Ilp+0IPhioBzM/tblONXYjkatxbvE=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"IWGl8EslAqZvsKEPefu4Wvht3dCdwjxdrc7iRh8ALuU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "tdfl4jjpf1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-IWGl8EslAqZvsKEPefu4Wvht3dCdwjxdrc7iRh8ALuU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Linq.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.tdfl4jjpf1.wasm",
+ "AssetFile": "_framework/System.Linq.tdfl4jjpf1.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000164446637"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6080"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Q7LIENRsPPPIjgMHD9Ct3YhdHfuBIOvoeug6z2Rcxjo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"IWGl8EslAqZvsKEPefu4Wvht3dCdwjxdrc7iRh8ALuU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "tdfl4jjpf1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-IWGl8EslAqZvsKEPefu4Wvht3dCdwjxdrc7iRh8ALuU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Linq.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.tdfl4jjpf1.wasm",
+ "AssetFile": "_framework/System.Linq.tdfl4jjpf1.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "12565"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"IWGl8EslAqZvsKEPefu4Wvht3dCdwjxdrc7iRh8ALuU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "tdfl4jjpf1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-IWGl8EslAqZvsKEPefu4Wvht3dCdwjxdrc7iRh8ALuU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Linq.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.tdfl4jjpf1.wasm.br",
+ "AssetFile": "_framework/System.Linq.tdfl4jjpf1.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5321"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+igvBXCWVIogA0Ilp+0IPhioBzM/tblONXYjkatxbvE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "tdfl4jjpf1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-+igvBXCWVIogA0Ilp+0IPhioBzM/tblONXYjkatxbvE="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Linq.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.tdfl4jjpf1.wasm.gz",
+ "AssetFile": "_framework/System.Linq.tdfl4jjpf1.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6080"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Q7LIENRsPPPIjgMHD9Ct3YhdHfuBIOvoeug6z2Rcxjo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "tdfl4jjpf1"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Q7LIENRsPPPIjgMHD9Ct3YhdHfuBIOvoeug6z2Rcxjo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Linq.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.wasm",
+ "AssetFile": "_framework/System.Linq.tdfl4jjpf1.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000187899286"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5321"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+igvBXCWVIogA0Ilp+0IPhioBzM/tblONXYjkatxbvE=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"IWGl8EslAqZvsKEPefu4Wvht3dCdwjxdrc7iRh8ALuU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-IWGl8EslAqZvsKEPefu4Wvht3dCdwjxdrc7iRh8ALuU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.wasm",
+ "AssetFile": "_framework/System.Linq.tdfl4jjpf1.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000164446637"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6080"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Q7LIENRsPPPIjgMHD9Ct3YhdHfuBIOvoeug6z2Rcxjo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"IWGl8EslAqZvsKEPefu4Wvht3dCdwjxdrc7iRh8ALuU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-IWGl8EslAqZvsKEPefu4Wvht3dCdwjxdrc7iRh8ALuU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.wasm",
+ "AssetFile": "_framework/System.Linq.tdfl4jjpf1.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "12565"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"IWGl8EslAqZvsKEPefu4Wvht3dCdwjxdrc7iRh8ALuU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-IWGl8EslAqZvsKEPefu4Wvht3dCdwjxdrc7iRh8ALuU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.wasm.br",
+ "AssetFile": "_framework/System.Linq.tdfl4jjpf1.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5321"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"+igvBXCWVIogA0Ilp+0IPhioBzM/tblONXYjkatxbvE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-+igvBXCWVIogA0Ilp+0IPhioBzM/tblONXYjkatxbvE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Linq.wasm.gz",
+ "AssetFile": "_framework/System.Linq.tdfl4jjpf1.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6080"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Q7LIENRsPPPIjgMHD9Ct3YhdHfuBIOvoeug6z2Rcxjo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Q7LIENRsPPPIjgMHD9Ct3YhdHfuBIOvoeug6z2Rcxjo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.s4gblmctz6.wasm",
+ "AssetFile": "_framework/System.Memory.s4gblmctz6.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000163961305"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6098"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"jGaRlvDBeznuyV3V74o/6U4QnqbRYM1av76fRsmd8e8=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"lIzG8K3dpwqMKzyOa06q1+TiCFFm4eNcmG0GRUGv/dk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "s4gblmctz6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-lIzG8K3dpwqMKzyOa06q1+TiCFFm4eNcmG0GRUGv/dk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Memory.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.s4gblmctz6.wasm",
+ "AssetFile": "_framework/System.Memory.s4gblmctz6.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000144550448"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6917"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"e21KH3WnkVdpC28eaeNOaZvcj8igVoYxPAxgrUr15yg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"lIzG8K3dpwqMKzyOa06q1+TiCFFm4eNcmG0GRUGv/dk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "s4gblmctz6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-lIzG8K3dpwqMKzyOa06q1+TiCFFm4eNcmG0GRUGv/dk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Memory.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.s4gblmctz6.wasm",
+ "AssetFile": "_framework/System.Memory.s4gblmctz6.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "14613"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"lIzG8K3dpwqMKzyOa06q1+TiCFFm4eNcmG0GRUGv/dk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "s4gblmctz6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-lIzG8K3dpwqMKzyOa06q1+TiCFFm4eNcmG0GRUGv/dk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Memory.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.s4gblmctz6.wasm.br",
+ "AssetFile": "_framework/System.Memory.s4gblmctz6.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6098"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"jGaRlvDBeznuyV3V74o/6U4QnqbRYM1av76fRsmd8e8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "s4gblmctz6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-jGaRlvDBeznuyV3V74o/6U4QnqbRYM1av76fRsmd8e8="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Memory.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.s4gblmctz6.wasm.gz",
+ "AssetFile": "_framework/System.Memory.s4gblmctz6.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6917"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"e21KH3WnkVdpC28eaeNOaZvcj8igVoYxPAxgrUr15yg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "s4gblmctz6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-e21KH3WnkVdpC28eaeNOaZvcj8igVoYxPAxgrUr15yg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Memory.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.wasm",
+ "AssetFile": "_framework/System.Memory.s4gblmctz6.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000163961305"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6098"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"jGaRlvDBeznuyV3V74o/6U4QnqbRYM1av76fRsmd8e8=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"lIzG8K3dpwqMKzyOa06q1+TiCFFm4eNcmG0GRUGv/dk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lIzG8K3dpwqMKzyOa06q1+TiCFFm4eNcmG0GRUGv/dk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.wasm",
+ "AssetFile": "_framework/System.Memory.s4gblmctz6.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000144550448"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6917"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"e21KH3WnkVdpC28eaeNOaZvcj8igVoYxPAxgrUr15yg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"lIzG8K3dpwqMKzyOa06q1+TiCFFm4eNcmG0GRUGv/dk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lIzG8K3dpwqMKzyOa06q1+TiCFFm4eNcmG0GRUGv/dk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.wasm",
+ "AssetFile": "_framework/System.Memory.s4gblmctz6.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "14613"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"lIzG8K3dpwqMKzyOa06q1+TiCFFm4eNcmG0GRUGv/dk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lIzG8K3dpwqMKzyOa06q1+TiCFFm4eNcmG0GRUGv/dk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.wasm.br",
+ "AssetFile": "_framework/System.Memory.s4gblmctz6.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6098"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"jGaRlvDBeznuyV3V74o/6U4QnqbRYM1av76fRsmd8e8=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-jGaRlvDBeznuyV3V74o/6U4QnqbRYM1av76fRsmd8e8="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Memory.wasm.gz",
+ "AssetFile": "_framework/System.Memory.s4gblmctz6.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6917"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"e21KH3WnkVdpC28eaeNOaZvcj8igVoYxPAxgrUr15yg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-e21KH3WnkVdpC28eaeNOaZvcj8igVoYxPAxgrUr15yg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.th91hsvhbn.wasm",
+ "AssetFile": "_framework/System.Private.CoreLib.th91hsvhbn.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000002223423"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "449756"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"lNn5xF2U0KkMDnc2R3D+X0z5KP/NEsGT0lCf7182nRo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"r0i1e8l7BMb1eDfDbBp9FIsDDL/vDgP3IulTZXtDyI0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "th91hsvhbn"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-r0i1e8l7BMb1eDfDbBp9FIsDDL/vDgP3IulTZXtDyI0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.CoreLib.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.th91hsvhbn.wasm",
+ "AssetFile": "_framework/System.Private.CoreLib.th91hsvhbn.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000001795439"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "556966"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"nZWMxjLJCy77atU4EY74/uvNz6tlcAVVsjiOGIRKo5U=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"r0i1e8l7BMb1eDfDbBp9FIsDDL/vDgP3IulTZXtDyI0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "th91hsvhbn"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-r0i1e8l7BMb1eDfDbBp9FIsDDL/vDgP3IulTZXtDyI0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.CoreLib.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.th91hsvhbn.wasm",
+ "AssetFile": "_framework/System.Private.CoreLib.th91hsvhbn.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1444117"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"r0i1e8l7BMb1eDfDbBp9FIsDDL/vDgP3IulTZXtDyI0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "th91hsvhbn"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-r0i1e8l7BMb1eDfDbBp9FIsDDL/vDgP3IulTZXtDyI0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.CoreLib.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.th91hsvhbn.wasm.br",
+ "AssetFile": "_framework/System.Private.CoreLib.th91hsvhbn.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "449756"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"lNn5xF2U0KkMDnc2R3D+X0z5KP/NEsGT0lCf7182nRo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "th91hsvhbn"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-lNn5xF2U0KkMDnc2R3D+X0z5KP/NEsGT0lCf7182nRo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.CoreLib.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.th91hsvhbn.wasm.gz",
+ "AssetFile": "_framework/System.Private.CoreLib.th91hsvhbn.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "556966"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"nZWMxjLJCy77atU4EY74/uvNz6tlcAVVsjiOGIRKo5U=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "th91hsvhbn"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-nZWMxjLJCy77atU4EY74/uvNz6tlcAVVsjiOGIRKo5U="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.CoreLib.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.wasm",
+ "AssetFile": "_framework/System.Private.CoreLib.th91hsvhbn.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000002223423"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "449756"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"lNn5xF2U0KkMDnc2R3D+X0z5KP/NEsGT0lCf7182nRo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"r0i1e8l7BMb1eDfDbBp9FIsDDL/vDgP3IulTZXtDyI0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-r0i1e8l7BMb1eDfDbBp9FIsDDL/vDgP3IulTZXtDyI0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.wasm",
+ "AssetFile": "_framework/System.Private.CoreLib.th91hsvhbn.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000001795439"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "556966"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"nZWMxjLJCy77atU4EY74/uvNz6tlcAVVsjiOGIRKo5U=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"r0i1e8l7BMb1eDfDbBp9FIsDDL/vDgP3IulTZXtDyI0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-r0i1e8l7BMb1eDfDbBp9FIsDDL/vDgP3IulTZXtDyI0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.wasm",
+ "AssetFile": "_framework/System.Private.CoreLib.th91hsvhbn.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1444117"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"r0i1e8l7BMb1eDfDbBp9FIsDDL/vDgP3IulTZXtDyI0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-r0i1e8l7BMb1eDfDbBp9FIsDDL/vDgP3IulTZXtDyI0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.wasm.br",
+ "AssetFile": "_framework/System.Private.CoreLib.th91hsvhbn.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "449756"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"lNn5xF2U0KkMDnc2R3D+X0z5KP/NEsGT0lCf7182nRo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lNn5xF2U0KkMDnc2R3D+X0z5KP/NEsGT0lCf7182nRo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.CoreLib.wasm.gz",
+ "AssetFile": "_framework/System.Private.CoreLib.th91hsvhbn.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "556966"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"nZWMxjLJCy77atU4EY74/uvNz6tlcAVVsjiOGIRKo5U=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-nZWMxjLJCy77atU4EY74/uvNz6tlcAVVsjiOGIRKo5U="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.kaegvavkjp.wasm",
+ "AssetFile": "_framework/System.Private.Uri.kaegvavkjp.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000041642375"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "24013"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"UTJhf2FFdpdMZ7dNVy74l0ynprXq8WdsyQmqSEpItmo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"pHyYp+sDlTq6cEEJE4knKvizbro3N1QBhMEm6dtbDWo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "kaegvavkjp"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-pHyYp+sDlTq6cEEJE4knKvizbro3N1QBhMEm6dtbDWo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.Uri.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.kaegvavkjp.wasm",
+ "AssetFile": "_framework/System.Private.Uri.kaegvavkjp.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000036488360"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "27405"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"5/vIqft2KEf8Uz8iZCE5sjCHIzP1mxTkgRRkdRH2TKY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"pHyYp+sDlTq6cEEJE4knKvizbro3N1QBhMEm6dtbDWo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "kaegvavkjp"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-pHyYp+sDlTq6cEEJE4knKvizbro3N1QBhMEm6dtbDWo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.Uri.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.kaegvavkjp.wasm",
+ "AssetFile": "_framework/System.Private.Uri.kaegvavkjp.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "58645"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"pHyYp+sDlTq6cEEJE4knKvizbro3N1QBhMEm6dtbDWo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "kaegvavkjp"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-pHyYp+sDlTq6cEEJE4knKvizbro3N1QBhMEm6dtbDWo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.Uri.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.kaegvavkjp.wasm.br",
+ "AssetFile": "_framework/System.Private.Uri.kaegvavkjp.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "24013"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"UTJhf2FFdpdMZ7dNVy74l0ynprXq8WdsyQmqSEpItmo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "kaegvavkjp"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-UTJhf2FFdpdMZ7dNVy74l0ynprXq8WdsyQmqSEpItmo="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.Uri.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.kaegvavkjp.wasm.gz",
+ "AssetFile": "_framework/System.Private.Uri.kaegvavkjp.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "27405"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"5/vIqft2KEf8Uz8iZCE5sjCHIzP1mxTkgRRkdRH2TKY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "kaegvavkjp"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-5/vIqft2KEf8Uz8iZCE5sjCHIzP1mxTkgRRkdRH2TKY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Private.Uri.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.wasm",
+ "AssetFile": "_framework/System.Private.Uri.kaegvavkjp.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000041642375"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "24013"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"UTJhf2FFdpdMZ7dNVy74l0ynprXq8WdsyQmqSEpItmo=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"pHyYp+sDlTq6cEEJE4knKvizbro3N1QBhMEm6dtbDWo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-pHyYp+sDlTq6cEEJE4knKvizbro3N1QBhMEm6dtbDWo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.wasm",
+ "AssetFile": "_framework/System.Private.Uri.kaegvavkjp.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000036488360"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "27405"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"5/vIqft2KEf8Uz8iZCE5sjCHIzP1mxTkgRRkdRH2TKY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"pHyYp+sDlTq6cEEJE4knKvizbro3N1QBhMEm6dtbDWo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-pHyYp+sDlTq6cEEJE4knKvizbro3N1QBhMEm6dtbDWo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.wasm",
+ "AssetFile": "_framework/System.Private.Uri.kaegvavkjp.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "58645"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"pHyYp+sDlTq6cEEJE4knKvizbro3N1QBhMEm6dtbDWo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-pHyYp+sDlTq6cEEJE4knKvizbro3N1QBhMEm6dtbDWo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.wasm.br",
+ "AssetFile": "_framework/System.Private.Uri.kaegvavkjp.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "24013"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"UTJhf2FFdpdMZ7dNVy74l0ynprXq8WdsyQmqSEpItmo=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-UTJhf2FFdpdMZ7dNVy74l0ynprXq8WdsyQmqSEpItmo="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Private.Uri.wasm.gz",
+ "AssetFile": "_framework/System.Private.Uri.kaegvavkjp.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "27405"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"5/vIqft2KEf8Uz8iZCE5sjCHIzP1mxTkgRRkdRH2TKY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-5/vIqft2KEf8Uz8iZCE5sjCHIzP1mxTkgRRkdRH2TKY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.53usgazrll.wasm",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000514403292"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1943"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"RdjW/WKR6oOS75/NDBDDcpO/z80EkOqjYT2FRFcOlf4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "53usgazrll"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.53usgazrll.wasm",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000450653447"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2218"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Y2eO4cfyI8URpWlelP0/vhZodPe+wO4RwgtOv4mfdrY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "53usgazrll"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.53usgazrll.wasm",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5909"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "53usgazrll"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.53usgazrll.wasm.br",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1943"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"RdjW/WKR6oOS75/NDBDDcpO/z80EkOqjYT2FRFcOlf4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "53usgazrll"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-RdjW/WKR6oOS75/NDBDDcpO/z80EkOqjYT2FRFcOlf4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.53usgazrll.wasm.gz",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2218"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Y2eO4cfyI8URpWlelP0/vhZodPe+wO4RwgtOv4mfdrY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "53usgazrll"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Y2eO4cfyI8URpWlelP0/vhZodPe+wO4RwgtOv4mfdrY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000060856865"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16431"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"rk4iQf1lS3ScjPbb7Cw/S9gRweGed6oLBt0FlSBoMOM=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"VS4CSyZJNRAj+SrJqgbXBFWlGMlNDgM4rbwJ6gTH5qg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-VS4CSyZJNRAj+SrJqgbXBFWlGMlNDgM4rbwJ6gTH5qg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000051802735"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19303"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ajrkB+YdJPTqnzwJl3IjWqAbEBrBLe0U7VZfiNx03D4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"VS4CSyZJNRAj+SrJqgbXBFWlGMlNDgM4rbwJ6gTH5qg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-VS4CSyZJNRAj+SrJqgbXBFWlGMlNDgM4rbwJ6gTH5qg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "42261"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"VS4CSyZJNRAj+SrJqgbXBFWlGMlNDgM4rbwJ6gTH5qg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-VS4CSyZJNRAj+SrJqgbXBFWlGMlNDgM4rbwJ6gTH5qg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm.br",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16431"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"rk4iQf1lS3ScjPbb7Cw/S9gRweGed6oLBt0FlSBoMOM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-rk4iQf1lS3ScjPbb7Cw/S9gRweGed6oLBt0FlSBoMOM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm.gz",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19303"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ajrkB+YdJPTqnzwJl3IjWqAbEBrBLe0U7VZfiNx03D4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ajrkB+YdJPTqnzwJl3IjWqAbEBrBLe0U7VZfiNx03D4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000060856865"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16431"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"rk4iQf1lS3ScjPbb7Cw/S9gRweGed6oLBt0FlSBoMOM=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"VS4CSyZJNRAj+SrJqgbXBFWlGMlNDgM4rbwJ6gTH5qg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "x50649m5t2"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-VS4CSyZJNRAj+SrJqgbXBFWlGMlNDgM4rbwJ6gTH5qg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.InteropServices.JavaScript.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000051802735"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19303"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ajrkB+YdJPTqnzwJl3IjWqAbEBrBLe0U7VZfiNx03D4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"VS4CSyZJNRAj+SrJqgbXBFWlGMlNDgM4rbwJ6gTH5qg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "x50649m5t2"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-VS4CSyZJNRAj+SrJqgbXBFWlGMlNDgM4rbwJ6gTH5qg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.InteropServices.JavaScript.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "42261"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"VS4CSyZJNRAj+SrJqgbXBFWlGMlNDgM4rbwJ6gTH5qg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "x50649m5t2"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-VS4CSyZJNRAj+SrJqgbXBFWlGMlNDgM4rbwJ6gTH5qg="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.InteropServices.JavaScript.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm.br",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16431"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"rk4iQf1lS3ScjPbb7Cw/S9gRweGed6oLBt0FlSBoMOM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "x50649m5t2"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-rk4iQf1lS3ScjPbb7Cw/S9gRweGed6oLBt0FlSBoMOM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.InteropServices.JavaScript.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm.gz",
+ "AssetFile": "_framework/System.Runtime.InteropServices.JavaScript.x50649m5t2.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "19303"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ajrkB+YdJPTqnzwJl3IjWqAbEBrBLe0U7VZfiNx03D4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "x50649m5t2"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ajrkB+YdJPTqnzwJl3IjWqAbEBrBLe0U7VZfiNx03D4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Runtime.InteropServices.JavaScript.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.wasm",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000514403292"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1943"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"RdjW/WKR6oOS75/NDBDDcpO/z80EkOqjYT2FRFcOlf4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.wasm",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000450653447"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2218"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Y2eO4cfyI8URpWlelP0/vhZodPe+wO4RwgtOv4mfdrY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.wasm",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5909"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ue8BTPpElKR2L7hbMxwwvKncr2unoQGASnUsKXiTvrk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.wasm.br",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1943"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"RdjW/WKR6oOS75/NDBDDcpO/z80EkOqjYT2FRFcOlf4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-RdjW/WKR6oOS75/NDBDDcpO/z80EkOqjYT2FRFcOlf4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Runtime.wasm.gz",
+ "AssetFile": "_framework/System.Runtime.53usgazrll.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2218"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Y2eO4cfyI8URpWlelP0/vhZodPe+wO4RwgtOv4mfdrY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Y2eO4cfyI8URpWlelP0/vhZodPe+wO4RwgtOv4mfdrY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm",
+ "AssetFile": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000104810816"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9540"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"QeEZaZpT/zC7iBtxjlmatm+0CoUgNOsXIi2INFILNwc=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"WpPo+q9wZJ7POpmcDrFwdbNxw/5BIWYjuAWdXJYyPWM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "uq6aoluzre"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-WpPo+q9wZJ7POpmcDrFwdbNxw/5BIWYjuAWdXJYyPWM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Encodings.Web.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm",
+ "AssetFile": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000089493467"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11173"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"oKo3r7PSO4OdNL3ryPVEaUc3UnTYJm3k+TtvKxCyeGI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"WpPo+q9wZJ7POpmcDrFwdbNxw/5BIWYjuAWdXJYyPWM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "uq6aoluzre"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-WpPo+q9wZJ7POpmcDrFwdbNxw/5BIWYjuAWdXJYyPWM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Encodings.Web.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm",
+ "AssetFile": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "29461"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WpPo+q9wZJ7POpmcDrFwdbNxw/5BIWYjuAWdXJYyPWM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "uq6aoluzre"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-WpPo+q9wZJ7POpmcDrFwdbNxw/5BIWYjuAWdXJYyPWM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Encodings.Web.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm.br",
+ "AssetFile": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9540"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"QeEZaZpT/zC7iBtxjlmatm+0CoUgNOsXIi2INFILNwc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "uq6aoluzre"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-QeEZaZpT/zC7iBtxjlmatm+0CoUgNOsXIi2INFILNwc="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Encodings.Web.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm.gz",
+ "AssetFile": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11173"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"oKo3r7PSO4OdNL3ryPVEaUc3UnTYJm3k+TtvKxCyeGI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "uq6aoluzre"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-oKo3r7PSO4OdNL3ryPVEaUc3UnTYJm3k+TtvKxCyeGI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Encodings.Web.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.wasm",
+ "AssetFile": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000104810816"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9540"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"QeEZaZpT/zC7iBtxjlmatm+0CoUgNOsXIi2INFILNwc=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"WpPo+q9wZJ7POpmcDrFwdbNxw/5BIWYjuAWdXJYyPWM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-WpPo+q9wZJ7POpmcDrFwdbNxw/5BIWYjuAWdXJYyPWM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.wasm",
+ "AssetFile": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000089493467"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11173"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"oKo3r7PSO4OdNL3ryPVEaUc3UnTYJm3k+TtvKxCyeGI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"WpPo+q9wZJ7POpmcDrFwdbNxw/5BIWYjuAWdXJYyPWM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-WpPo+q9wZJ7POpmcDrFwdbNxw/5BIWYjuAWdXJYyPWM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.wasm",
+ "AssetFile": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "29461"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WpPo+q9wZJ7POpmcDrFwdbNxw/5BIWYjuAWdXJYyPWM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-WpPo+q9wZJ7POpmcDrFwdbNxw/5BIWYjuAWdXJYyPWM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.wasm.br",
+ "AssetFile": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "9540"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"QeEZaZpT/zC7iBtxjlmatm+0CoUgNOsXIi2INFILNwc=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-QeEZaZpT/zC7iBtxjlmatm+0CoUgNOsXIi2INFILNwc="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Encodings.Web.wasm.gz",
+ "AssetFile": "_framework/System.Text.Encodings.Web.uq6aoluzre.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11173"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"oKo3r7PSO4OdNL3ryPVEaUc3UnTYJm3k+TtvKxCyeGI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-oKo3r7PSO4OdNL3ryPVEaUc3UnTYJm3k+TtvKxCyeGI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.mbtmjdua3x.wasm",
+ "AssetFile": "_framework/System.Text.Json.mbtmjdua3x.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000008387081"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "119230"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mBqJ7NQMvfogy2QbqBF/j+MxYBxqxwHDfBmO3FnCXKY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"DhsFaxsLRVjYqYbmQTRQDYvm+ZXxfAyrJAAYwrysrZA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "mbtmjdua3x"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-DhsFaxsLRVjYqYbmQTRQDYvm+ZXxfAyrJAAYwrysrZA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Json.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.mbtmjdua3x.wasm",
+ "AssetFile": "_framework/System.Text.Json.mbtmjdua3x.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000006977393"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "143319"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ELnO7LWz8ed6lQiio+BcFhaQkuAukwtcv0zSkOWnUx0=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"DhsFaxsLRVjYqYbmQTRQDYvm+ZXxfAyrJAAYwrysrZA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "mbtmjdua3x"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-DhsFaxsLRVjYqYbmQTRQDYvm+ZXxfAyrJAAYwrysrZA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Json.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.mbtmjdua3x.wasm",
+ "AssetFile": "_framework/System.Text.Json.mbtmjdua3x.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "357141"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DhsFaxsLRVjYqYbmQTRQDYvm+ZXxfAyrJAAYwrysrZA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "mbtmjdua3x"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-DhsFaxsLRVjYqYbmQTRQDYvm+ZXxfAyrJAAYwrysrZA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Json.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.mbtmjdua3x.wasm.br",
+ "AssetFile": "_framework/System.Text.Json.mbtmjdua3x.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "119230"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mBqJ7NQMvfogy2QbqBF/j+MxYBxqxwHDfBmO3FnCXKY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "mbtmjdua3x"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-mBqJ7NQMvfogy2QbqBF/j+MxYBxqxwHDfBmO3FnCXKY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Json.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.mbtmjdua3x.wasm.gz",
+ "AssetFile": "_framework/System.Text.Json.mbtmjdua3x.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "143319"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ELnO7LWz8ed6lQiio+BcFhaQkuAukwtcv0zSkOWnUx0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "mbtmjdua3x"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ELnO7LWz8ed6lQiio+BcFhaQkuAukwtcv0zSkOWnUx0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.Json.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.wasm",
+ "AssetFile": "_framework/System.Text.Json.mbtmjdua3x.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000008387081"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "119230"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mBqJ7NQMvfogy2QbqBF/j+MxYBxqxwHDfBmO3FnCXKY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"DhsFaxsLRVjYqYbmQTRQDYvm+ZXxfAyrJAAYwrysrZA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-DhsFaxsLRVjYqYbmQTRQDYvm+ZXxfAyrJAAYwrysrZA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.wasm",
+ "AssetFile": "_framework/System.Text.Json.mbtmjdua3x.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000006977393"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "143319"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ELnO7LWz8ed6lQiio+BcFhaQkuAukwtcv0zSkOWnUx0=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"DhsFaxsLRVjYqYbmQTRQDYvm+ZXxfAyrJAAYwrysrZA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-DhsFaxsLRVjYqYbmQTRQDYvm+ZXxfAyrJAAYwrysrZA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.wasm",
+ "AssetFile": "_framework/System.Text.Json.mbtmjdua3x.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "357141"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"DhsFaxsLRVjYqYbmQTRQDYvm+ZXxfAyrJAAYwrysrZA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-DhsFaxsLRVjYqYbmQTRQDYvm+ZXxfAyrJAAYwrysrZA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.wasm.br",
+ "AssetFile": "_framework/System.Text.Json.mbtmjdua3x.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "119230"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mBqJ7NQMvfogy2QbqBF/j+MxYBxqxwHDfBmO3FnCXKY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-mBqJ7NQMvfogy2QbqBF/j+MxYBxqxwHDfBmO3FnCXKY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.Json.wasm.gz",
+ "AssetFile": "_framework/System.Text.Json.mbtmjdua3x.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "143319"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ELnO7LWz8ed6lQiio+BcFhaQkuAukwtcv0zSkOWnUx0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ELnO7LWz8ed6lQiio+BcFhaQkuAukwtcv0zSkOWnUx0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.wasm",
+ "AssetFile": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000149902563"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6670"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"c9Gtjnch3e8qO4Dvdn7BQHCltjLwzlS606RzSKYLl4A=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"aZt6y1MoW8M7fBpbc+9bJrHrZTgA+84voWOeW8GmuaI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-aZt6y1MoW8M7fBpbc+9bJrHrZTgA+84voWOeW8GmuaI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.wasm",
+ "AssetFile": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000130429112"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7666"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"plgTvyk4tGxnJt/bx23U8l3naaGgyQJFmk72QpBTMX0=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"aZt6y1MoW8M7fBpbc+9bJrHrZTgA+84voWOeW8GmuaI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-aZt6y1MoW8M7fBpbc+9bJrHrZTgA+84voWOeW8GmuaI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.wasm",
+ "AssetFile": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15125"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"aZt6y1MoW8M7fBpbc+9bJrHrZTgA+84voWOeW8GmuaI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-aZt6y1MoW8M7fBpbc+9bJrHrZTgA+84voWOeW8GmuaI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.wasm.br",
+ "AssetFile": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6670"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"c9Gtjnch3e8qO4Dvdn7BQHCltjLwzlS606RzSKYLl4A=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-c9Gtjnch3e8qO4Dvdn7BQHCltjLwzlS606RzSKYLl4A="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.wasm.gz",
+ "AssetFile": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7666"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"plgTvyk4tGxnJt/bx23U8l3naaGgyQJFmk72QpBTMX0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-plgTvyk4tGxnJt/bx23U8l3naaGgyQJFmk72QpBTMX0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm",
+ "AssetFile": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000149902563"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6670"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"c9Gtjnch3e8qO4Dvdn7BQHCltjLwzlS606RzSKYLl4A=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"aZt6y1MoW8M7fBpbc+9bJrHrZTgA+84voWOeW8GmuaI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "xi8pg1fkd6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-aZt6y1MoW8M7fBpbc+9bJrHrZTgA+84voWOeW8GmuaI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.RegularExpressions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm",
+ "AssetFile": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000130429112"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7666"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"plgTvyk4tGxnJt/bx23U8l3naaGgyQJFmk72QpBTMX0=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"aZt6y1MoW8M7fBpbc+9bJrHrZTgA+84voWOeW8GmuaI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "xi8pg1fkd6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-aZt6y1MoW8M7fBpbc+9bJrHrZTgA+84voWOeW8GmuaI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.RegularExpressions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm",
+ "AssetFile": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "15125"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"aZt6y1MoW8M7fBpbc+9bJrHrZTgA+84voWOeW8GmuaI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "xi8pg1fkd6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-aZt6y1MoW8M7fBpbc+9bJrHrZTgA+84voWOeW8GmuaI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.RegularExpressions.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm.br",
+ "AssetFile": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6670"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"c9Gtjnch3e8qO4Dvdn7BQHCltjLwzlS606RzSKYLl4A=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "xi8pg1fkd6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-c9Gtjnch3e8qO4Dvdn7BQHCltjLwzlS606RzSKYLl4A="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.RegularExpressions.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm.gz",
+ "AssetFile": "_framework/System.Text.RegularExpressions.xi8pg1fkd6.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "7666"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"plgTvyk4tGxnJt/bx23U8l3naaGgyQJFmk72QpBTMX0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "xi8pg1fkd6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-plgTvyk4tGxnJt/bx23U8l3naaGgyQJFmk72QpBTMX0="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/System.Text.RegularExpressions.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.6cyo3wx90s.wasm",
+ "AssetFile": "_framework/blazor-wasm.6cyo3wx90s.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000187125749"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5343"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"A6jOsdEt4bmVaV4sqBIJVTBh0QuL1UyaB7+of+Uts3k=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"1naUfXD7ajwkV+YwgzB1uEcg5nKB38dtOgOSDPF/XZQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6cyo3wx90s"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-1naUfXD7ajwkV+YwgzB1uEcg5nKB38dtOgOSDPF/XZQ="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/blazor-wasm.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.6cyo3wx90s.wasm",
+ "AssetFile": "_framework/blazor-wasm.6cyo3wx90s.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000163078930"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6131"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"f3y5lYHT94jIYhoVYGS2vvHondXGhHoB9Xa0f7+HUlI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"1naUfXD7ajwkV+YwgzB1uEcg5nKB38dtOgOSDPF/XZQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6cyo3wx90s"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-1naUfXD7ajwkV+YwgzB1uEcg5nKB38dtOgOSDPF/XZQ="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/blazor-wasm.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.6cyo3wx90s.wasm",
+ "AssetFile": "_framework/blazor-wasm.6cyo3wx90s.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "13589"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"1naUfXD7ajwkV+YwgzB1uEcg5nKB38dtOgOSDPF/XZQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6cyo3wx90s"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-1naUfXD7ajwkV+YwgzB1uEcg5nKB38dtOgOSDPF/XZQ="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/blazor-wasm.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.6cyo3wx90s.wasm.br",
+ "AssetFile": "_framework/blazor-wasm.6cyo3wx90s.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5343"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"A6jOsdEt4bmVaV4sqBIJVTBh0QuL1UyaB7+of+Uts3k=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6cyo3wx90s"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-A6jOsdEt4bmVaV4sqBIJVTBh0QuL1UyaB7+of+Uts3k="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/blazor-wasm.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.6cyo3wx90s.wasm.gz",
+ "AssetFile": "_framework/blazor-wasm.6cyo3wx90s.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6131"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"f3y5lYHT94jIYhoVYGS2vvHondXGhHoB9Xa0f7+HUlI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6cyo3wx90s"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-f3y5lYHT94jIYhoVYGS2vvHondXGhHoB9Xa0f7+HUlI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/blazor-wasm.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.wasm",
+ "AssetFile": "_framework/blazor-wasm.6cyo3wx90s.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000187125749"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5343"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"A6jOsdEt4bmVaV4sqBIJVTBh0QuL1UyaB7+of+Uts3k=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"1naUfXD7ajwkV+YwgzB1uEcg5nKB38dtOgOSDPF/XZQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-1naUfXD7ajwkV+YwgzB1uEcg5nKB38dtOgOSDPF/XZQ="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.wasm",
+ "AssetFile": "_framework/blazor-wasm.6cyo3wx90s.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000163078930"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6131"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"f3y5lYHT94jIYhoVYGS2vvHondXGhHoB9Xa0f7+HUlI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"1naUfXD7ajwkV+YwgzB1uEcg5nKB38dtOgOSDPF/XZQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-1naUfXD7ajwkV+YwgzB1uEcg5nKB38dtOgOSDPF/XZQ="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.wasm",
+ "AssetFile": "_framework/blazor-wasm.6cyo3wx90s.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "13589"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"1naUfXD7ajwkV+YwgzB1uEcg5nKB38dtOgOSDPF/XZQ=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-1naUfXD7ajwkV+YwgzB1uEcg5nKB38dtOgOSDPF/XZQ="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.wasm.br",
+ "AssetFile": "_framework/blazor-wasm.6cyo3wx90s.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "5343"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"A6jOsdEt4bmVaV4sqBIJVTBh0QuL1UyaB7+of+Uts3k=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-A6jOsdEt4bmVaV4sqBIJVTBh0QuL1UyaB7+of+Uts3k="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor-wasm.wasm.gz",
+ "AssetFile": "_framework/blazor-wasm.6cyo3wx90s.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6131"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"f3y5lYHT94jIYhoVYGS2vvHondXGhHoB9Xa0f7+HUlI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-f3y5lYHT94jIYhoVYGS2vvHondXGhHoB9Xa0f7+HUlI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.boot.json",
+ "AssetFile": "_framework/blazor.boot.json",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "6904"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/json"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"x0EnBNasIhKus6yO1f07W76jCTqL85DMFcaWYhfAyAk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-x0EnBNasIhKus6yO1f07W76jCTqL85DMFcaWYhfAyAk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.boot.json",
+ "AssetFile": "_framework/blazor.boot.json.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000469043152"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2131"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/json"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"yfIEpharBgTuoRcV2njov3gDqAH7v+D4t5DbK8M4im0=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"x0EnBNasIhKus6yO1f07W76jCTqL85DMFcaWYhfAyAk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-x0EnBNasIhKus6yO1f07W76jCTqL85DMFcaWYhfAyAk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.boot.json",
+ "AssetFile": "_framework/blazor.boot.json.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000427533134"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2338"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/json"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"lt8CiwTC0LAT4DhJral/OoRB1PM+3YKjzgX3kV097u4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"x0EnBNasIhKus6yO1f07W76jCTqL85DMFcaWYhfAyAk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-x0EnBNasIhKus6yO1f07W76jCTqL85DMFcaWYhfAyAk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.boot.json.br",
+ "AssetFile": "_framework/blazor.boot.json.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2131"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/json"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"yfIEpharBgTuoRcV2njov3gDqAH7v+D4t5DbK8M4im0=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-yfIEpharBgTuoRcV2njov3gDqAH7v+D4t5DbK8M4im0="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.boot.json.gz",
+ "AssetFile": "_framework/blazor.boot.json.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "2338"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/json"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"lt8CiwTC0LAT4DhJral/OoRB1PM+3YKjzgX3kV097u4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:12:05 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lt8CiwTC0LAT4DhJral/OoRB1PM+3YKjzgX3kV097u4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.webassembly.js",
+ "AssetFile": "_framework/blazor.webassembly.js",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "57249"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"lh8bY3DINgTiqGL/cwOeVaJGdfE2ex1o8MzwCbmlZZE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 13:25:32 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lh8bY3DINgTiqGL/cwOeVaJGdfE2ex1o8MzwCbmlZZE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.webassembly.js",
+ "AssetFile": "_framework/blazor.webassembly.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000055205918"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18113"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"U7K9nxDxlUBEnewQxxkAIjrdqSOGlgreOnFkxqWTOjg=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"lh8bY3DINgTiqGL/cwOeVaJGdfE2ex1o8MzwCbmlZZE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 13:25:32 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lh8bY3DINgTiqGL/cwOeVaJGdfE2ex1o8MzwCbmlZZE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.webassembly.js",
+ "AssetFile": "_framework/blazor.webassembly.js.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000062383032"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16029"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"QDVFdUkMDL04UYNjIvQ1O3MMypc2DceO9JZMry/FuSk=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"lh8bY3DINgTiqGL/cwOeVaJGdfE2ex1o8MzwCbmlZZE=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 13:25:32 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-lh8bY3DINgTiqGL/cwOeVaJGdfE2ex1o8MzwCbmlZZE="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.webassembly.js.br",
+ "AssetFile": "_framework/blazor.webassembly.js.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "16029"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"QDVFdUkMDL04UYNjIvQ1O3MMypc2DceO9JZMry/FuSk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 13:25:32 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-QDVFdUkMDL04UYNjIvQ1O3MMypc2DceO9JZMry/FuSk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/blazor.webassembly.js.gz",
+ "AssetFile": "_framework/blazor.webassembly.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "18113"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"U7K9nxDxlUBEnewQxxkAIjrdqSOGlgreOnFkxqWTOjg=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 13:25:32 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-U7K9nxDxlUBEnewQxxkAIjrdqSOGlgreOnFkxqWTOjg="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.js",
+ "AssetFile": "_framework/dotnet.js",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "40677"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.js",
+ "AssetFile": "_framework/dotnet.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000078247261"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "12779"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JqPteDyKk8QlWiypvKVDEFKAVhe9DLUZqHSNsvNFqoU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.js",
+ "AssetFile": "_framework/dotnet.js.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000088386070"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11313"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ZepYr3ntxS4M3mWuVbiY7ycKMlacPGIk55SsuKLQIss=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.js.br",
+ "AssetFile": "_framework/dotnet.js.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11313"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ZepYr3ntxS4M3mWuVbiY7ycKMlacPGIk55SsuKLQIss=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-ZepYr3ntxS4M3mWuVbiY7ycKMlacPGIk55SsuKLQIss="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.js.gz",
+ "AssetFile": "_framework/dotnet.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "12779"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JqPteDyKk8QlWiypvKVDEFKAVhe9DLUZqHSNsvNFqoU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-JqPteDyKk8QlWiypvKVDEFKAVhe9DLUZqHSNsvNFqoU="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.8aqo7v9lwf.wasm",
+ "AssetFile": "_framework/dotnet.native.8aqo7v9lwf.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000002365364"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "422767"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"I4x5lgqDkhicMTqUHpRrZ4rH9V21lAo9nJ0S5IU70m4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"8FGScCK8TJ7jIZ5LsIGx42IwqJsdyOT7RBMTnn5pqGA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8aqo7v9lwf"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-8FGScCK8TJ7jIZ5LsIGx42IwqJsdyOT7RBMTnn5pqGA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.8aqo7v9lwf.wasm",
+ "AssetFile": "_framework/dotnet.native.8aqo7v9lwf.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000001950892"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "512585"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mHbsl5TpBZNQppzUdUxjVez3T+dpWgt8pfp1JT/PG8E=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"8FGScCK8TJ7jIZ5LsIGx42IwqJsdyOT7RBMTnn5pqGA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8aqo7v9lwf"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-8FGScCK8TJ7jIZ5LsIGx42IwqJsdyOT7RBMTnn5pqGA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.8aqo7v9lwf.wasm",
+ "AssetFile": "_framework/dotnet.native.8aqo7v9lwf.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1258240"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"8FGScCK8TJ7jIZ5LsIGx42IwqJsdyOT7RBMTnn5pqGA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8aqo7v9lwf"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-8FGScCK8TJ7jIZ5LsIGx42IwqJsdyOT7RBMTnn5pqGA="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.wasm"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.8aqo7v9lwf.wasm.br",
+ "AssetFile": "_framework/dotnet.native.8aqo7v9lwf.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "422767"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"I4x5lgqDkhicMTqUHpRrZ4rH9V21lAo9nJ0S5IU70m4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8aqo7v9lwf"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-I4x5lgqDkhicMTqUHpRrZ4rH9V21lAo9nJ0S5IU70m4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.wasm.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.8aqo7v9lwf.wasm.gz",
+ "AssetFile": "_framework/dotnet.native.8aqo7v9lwf.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "512585"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mHbsl5TpBZNQppzUdUxjVez3T+dpWgt8pfp1JT/PG8E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "8aqo7v9lwf"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-mHbsl5TpBZNQppzUdUxjVez3T+dpWgt8pfp1JT/PG8E="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.wasm.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.js",
+ "AssetFile": "_framework/dotnet.native.zxe67k02gv.js.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000038996997"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "25642"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"v9FAvGpGY27klXMGkJnxe8Pbi9plSGPQXnQYLCHAxyY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"J0jFcp/JEB9M0gnHlV2UgG0ZbDyGupNyOP9Kms7Meuk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-J0jFcp/JEB9M0gnHlV2UgG0ZbDyGupNyOP9Kms7Meuk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.js",
+ "AssetFile": "_framework/dotnet.native.zxe67k02gv.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000034162339"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "29271"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"xyUx9i1fWnyxamxSO7dfx33I9Lygr4hXv0EldMxjnkM=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"J0jFcp/JEB9M0gnHlV2UgG0ZbDyGupNyOP9Kms7Meuk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-J0jFcp/JEB9M0gnHlV2UgG0ZbDyGupNyOP9Kms7Meuk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.js",
+ "AssetFile": "_framework/dotnet.native.zxe67k02gv.js",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "122558"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"J0jFcp/JEB9M0gnHlV2UgG0ZbDyGupNyOP9Kms7Meuk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-J0jFcp/JEB9M0gnHlV2UgG0ZbDyGupNyOP9Kms7Meuk="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.js.br",
+ "AssetFile": "_framework/dotnet.native.zxe67k02gv.js.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "25642"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"v9FAvGpGY27klXMGkJnxe8Pbi9plSGPQXnQYLCHAxyY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-v9FAvGpGY27klXMGkJnxe8Pbi9plSGPQXnQYLCHAxyY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.js.gz",
+ "AssetFile": "_framework/dotnet.native.zxe67k02gv.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "29271"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"xyUx9i1fWnyxamxSO7dfx33I9Lygr4hXv0EldMxjnkM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-xyUx9i1fWnyxamxSO7dfx33I9Lygr4hXv0EldMxjnkM="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.wasm",
+ "AssetFile": "_framework/dotnet.native.8aqo7v9lwf.wasm.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000002365364"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "422767"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"I4x5lgqDkhicMTqUHpRrZ4rH9V21lAo9nJ0S5IU70m4=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"8FGScCK8TJ7jIZ5LsIGx42IwqJsdyOT7RBMTnn5pqGA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-8FGScCK8TJ7jIZ5LsIGx42IwqJsdyOT7RBMTnn5pqGA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.wasm",
+ "AssetFile": "_framework/dotnet.native.8aqo7v9lwf.wasm.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000001950892"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "512585"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mHbsl5TpBZNQppzUdUxjVez3T+dpWgt8pfp1JT/PG8E=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"8FGScCK8TJ7jIZ5LsIGx42IwqJsdyOT7RBMTnn5pqGA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-8FGScCK8TJ7jIZ5LsIGx42IwqJsdyOT7RBMTnn5pqGA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.wasm",
+ "AssetFile": "_framework/dotnet.native.8aqo7v9lwf.wasm",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "1258240"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"8FGScCK8TJ7jIZ5LsIGx42IwqJsdyOT7RBMTnn5pqGA=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-8FGScCK8TJ7jIZ5LsIGx42IwqJsdyOT7RBMTnn5pqGA="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.wasm.br",
+ "AssetFile": "_framework/dotnet.native.8aqo7v9lwf.wasm.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "422767"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"I4x5lgqDkhicMTqUHpRrZ4rH9V21lAo9nJ0S5IU70m4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-I4x5lgqDkhicMTqUHpRrZ4rH9V21lAo9nJ0S5IU70m4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.wasm.gz",
+ "AssetFile": "_framework/dotnet.native.8aqo7v9lwf.wasm.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "512585"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "application/wasm"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"mHbsl5TpBZNQppzUdUxjVez3T+dpWgt8pfp1JT/PG8E=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-mHbsl5TpBZNQppzUdUxjVez3T+dpWgt8pfp1JT/PG8E="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.zxe67k02gv.js",
+ "AssetFile": "_framework/dotnet.native.zxe67k02gv.js.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000038996997"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "25642"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"v9FAvGpGY27klXMGkJnxe8Pbi9plSGPQXnQYLCHAxyY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"J0jFcp/JEB9M0gnHlV2UgG0ZbDyGupNyOP9Kms7Meuk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "zxe67k02gv"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-J0jFcp/JEB9M0gnHlV2UgG0ZbDyGupNyOP9Kms7Meuk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.js"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.zxe67k02gv.js",
+ "AssetFile": "_framework/dotnet.native.zxe67k02gv.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000034162339"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "29271"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"xyUx9i1fWnyxamxSO7dfx33I9Lygr4hXv0EldMxjnkM=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"J0jFcp/JEB9M0gnHlV2UgG0ZbDyGupNyOP9Kms7Meuk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "zxe67k02gv"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-J0jFcp/JEB9M0gnHlV2UgG0ZbDyGupNyOP9Kms7Meuk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.js"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.zxe67k02gv.js",
+ "AssetFile": "_framework/dotnet.native.zxe67k02gv.js",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "122558"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"J0jFcp/JEB9M0gnHlV2UgG0ZbDyGupNyOP9Kms7Meuk=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "zxe67k02gv"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-J0jFcp/JEB9M0gnHlV2UgG0ZbDyGupNyOP9Kms7Meuk="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.js"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.zxe67k02gv.js.br",
+ "AssetFile": "_framework/dotnet.native.zxe67k02gv.js.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "25642"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"v9FAvGpGY27klXMGkJnxe8Pbi9plSGPQXnQYLCHAxyY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "zxe67k02gv"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-v9FAvGpGY27klXMGkJnxe8Pbi9plSGPQXnQYLCHAxyY="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.js.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.native.zxe67k02gv.js.gz",
+ "AssetFile": "_framework/dotnet.native.zxe67k02gv.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "29271"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"xyUx9i1fWnyxamxSO7dfx33I9Lygr4hXv0EldMxjnkM=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:05:14 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "zxe67k02gv"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-xyUx9i1fWnyxamxSO7dfx33I9Lygr4hXv0EldMxjnkM="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.native.js.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.nseotsck93.js",
+ "AssetFile": "_framework/dotnet.js",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "40677"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "nseotsck93"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.js"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.nseotsck93.js",
+ "AssetFile": "_framework/dotnet.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000078247261"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "12779"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JqPteDyKk8QlWiypvKVDEFKAVhe9DLUZqHSNsvNFqoU=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "nseotsck93"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.js"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.nseotsck93.js",
+ "AssetFile": "_framework/dotnet.js.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000088386070"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11313"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ZepYr3ntxS4M3mWuVbiY7ycKMlacPGIk55SsuKLQIss=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "nseotsck93"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-GbKWK+esqeL1E24rCVsCvsQCzaJM65aknWOT1UhUYa4="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.js"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.nseotsck93.js.br",
+ "AssetFile": "_framework/dotnet.js.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "11313"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"ZepYr3ntxS4M3mWuVbiY7ycKMlacPGIk55SsuKLQIss=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "nseotsck93"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-ZepYr3ntxS4M3mWuVbiY7ycKMlacPGIk55SsuKLQIss="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.js.br"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.nseotsck93.js.gz",
+ "AssetFile": "_framework/dotnet.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "12779"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"JqPteDyKk8QlWiypvKVDEFKAVhe9DLUZqHSNsvNFqoU=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:42 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "nseotsck93"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-JqPteDyKk8QlWiypvKVDEFKAVhe9DLUZqHSNsvNFqoU="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.js.gz"
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.js",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000017799612"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "56180"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"BeH2bIjserjp2XtuVGU3ePuyIED3oGn6y1b4HqM+eLI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:04:52 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.js.gz",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "56180"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"BeH2bIjserjp2XtuVGU3ePuyIED3oGn6y1b4HqM+eLI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:04:52 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-BeH2bIjserjp2XtuVGU3ePuyIED3oGn6y1b4HqM+eLI="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.o8gq1i8bk6.js",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "194578"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:48 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.o8gq1i8bk6.js",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.000017799612"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "56180"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"BeH2bIjserjp2XtuVGU3ePuyIED3oGn6y1b4HqM+eLI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:04:52 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.o8gq1i8bk6.js",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.000021298801"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "46950"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"L/53iob3FT76bdqHuY1pPuB4ZqO2Tw/Pml5q9v8JIFY=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:48 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-uD1t4tsPtmIHsx30SC4OztehGGaHVDksFD38rL2e3P4="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.o8gq1i8bk6.js.br",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "46950"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"L/53iob3FT76bdqHuY1pPuB4ZqO2Tw/Pml5q9v8JIFY=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Tue, 29 Oct 2024 02:44:48 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-L/53iob3FT76bdqHuY1pPuB4ZqO2Tw/Pml5q9v8JIFY="
+ }
+ ]
+ },
+ {
+ "Route": "_framework/dotnet.runtime.o8gq1i8bk6.js.gz",
+ "AssetFile": "_framework/dotnet.runtime.o8gq1i8bk6.js.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "56180"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/javascript"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"BeH2bIjserjp2XtuVGU3ePuyIED3oGn6y1b4HqM+eLI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Mon, 02 Dec 2024 00:04:52 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "o8gq1i8bk6"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-BeH2bIjserjp2XtuVGU3ePuyIED3oGn6y1b4HqM+eLI="
+ },
+ {
+ "Name": "label",
+ "Value": "_framework/dotnet.runtime.js.gz"
+ }
+ ]
+ },
+ {
+ "Route": "index.6npcvujk7n.html",
+ "AssetFile": "index.html.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.003546099291"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "281"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ucx4WZLTttZ3BUYZwdFRmKkVCYsXKv7esZmcJx4jx1A=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6npcvujk7n"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14="
+ },
+ {
+ "Name": "label",
+ "Value": "index.html"
+ }
+ ]
+ },
+ {
+ "Route": "index.6npcvujk7n.html",
+ "AssetFile": "index.html.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.005917159763"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "168"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WAO7zrFyVg6LoTfQMn3KVUtkSZybMyWFgIq3VH4laGI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6npcvujk7n"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14="
+ },
+ {
+ "Name": "label",
+ "Value": "index.html"
+ }
+ ]
+ },
+ {
+ "Route": "index.6npcvujk7n.html",
+ "AssetFile": "index.html",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "407"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6npcvujk7n"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14="
+ },
+ {
+ "Name": "label",
+ "Value": "index.html"
+ }
+ ]
+ },
+ {
+ "Route": "index.6npcvujk7n.html.br",
+ "AssetFile": "index.html.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "168"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WAO7zrFyVg6LoTfQMn3KVUtkSZybMyWFgIq3VH4laGI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6npcvujk7n"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-WAO7zrFyVg6LoTfQMn3KVUtkSZybMyWFgIq3VH4laGI="
+ },
+ {
+ "Name": "label",
+ "Value": "index.html.br"
+ }
+ ]
+ },
+ {
+ "Route": "index.6npcvujk7n.html.gz",
+ "AssetFile": "index.html.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "max-age=31536000, immutable"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "281"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ucx4WZLTttZ3BUYZwdFRmKkVCYsXKv7esZmcJx4jx1A=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "fingerprint",
+ "Value": "6npcvujk7n"
+ },
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ucx4WZLTttZ3BUYZwdFRmKkVCYsXKv7esZmcJx4jx1A="
+ },
+ {
+ "Name": "label",
+ "Value": "index.html.gz"
+ }
+ ]
+ },
+ {
+ "Route": "index.html",
+ "AssetFile": "index.html.gz",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip",
+ "Quality": "0.003546099291"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "281"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ucx4WZLTttZ3BUYZwdFRmKkVCYsXKv7esZmcJx4jx1A=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14="
+ }
+ ]
+ },
+ {
+ "Route": "index.html",
+ "AssetFile": "index.html.br",
+ "Selectors": [
+ {
+ "Name": "Content-Encoding",
+ "Value": "br",
+ "Quality": "0.005917159763"
+ }
+ ],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "168"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WAO7zrFyVg6LoTfQMn3KVUtkSZybMyWFgIq3VH4laGI=\""
+ },
+ {
+ "Name": "ETag",
+ "Value": "W/\"0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14="
+ }
+ ]
+ },
+ {
+ "Route": "index.html",
+ "AssetFile": "index.html",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "407"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-0vOwIHoQIVpBXC8kar1yU62jyTrwHLRfn8C3Xy0hn14="
+ }
+ ]
+ },
+ {
+ "Route": "index.html.br",
+ "AssetFile": "index.html.br",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "br"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "168"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"WAO7zrFyVg6LoTfQMn3KVUtkSZybMyWFgIq3VH4laGI=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-WAO7zrFyVg6LoTfQMn3KVUtkSZybMyWFgIq3VH4laGI="
+ }
+ ]
+ },
+ {
+ "Route": "index.html.gz",
+ "AssetFile": "index.html.gz",
+ "Selectors": [],
+ "ResponseHeaders": [
+ {
+ "Name": "Accept-Ranges",
+ "Value": "bytes"
+ },
+ {
+ "Name": "Cache-Control",
+ "Value": "no-cache"
+ },
+ {
+ "Name": "Content-Encoding",
+ "Value": "gzip"
+ },
+ {
+ "Name": "Content-Length",
+ "Value": "281"
+ },
+ {
+ "Name": "Content-Type",
+ "Value": "text/html"
+ },
+ {
+ "Name": "ETag",
+ "Value": "\"Ucx4WZLTttZ3BUYZwdFRmKkVCYsXKv7esZmcJx4jx1A=\""
+ },
+ {
+ "Name": "Last-Modified",
+ "Value": "Wed, 24 Apr 2024 00:28:27 GMT"
+ },
+ {
+ "Name": "Vary",
+ "Value": "Content-Encoding"
+ }
+ ],
+ "EndpointProperties": [
+ {
+ "Name": "integrity",
+ "Value": "sha256-Ucx4WZLTttZ3BUYZwdFRmKkVCYsXKv7esZmcJx4jx1A="
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/frameworks/keyed/blazor-wasm/bundeled-dist/global.json b/frameworks/keyed/blazor-wasm/bundeled-dist/global.json
index c3e71204c..653245229 100644
--- a/frameworks/keyed/blazor-wasm/bundeled-dist/global.json
+++ b/frameworks/keyed/blazor-wasm/bundeled-dist/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "7.0.101"
+ "version": "9.0.100"
}
}
diff --git a/frameworks/keyed/blazor-wasm/bundeled-dist/web.config b/frameworks/keyed/blazor-wasm/bundeled-dist/web.config
old mode 100644
new mode 100755
index 06cf50b86..586d3565e
--- a/frameworks/keyed/blazor-wasm/bundeled-dist/web.config
+++ b/frameworks/keyed/blazor-wasm/bundeled-dist/web.config
@@ -1,42 +1,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-