@chillicream/nitro-embedded 19.0.0-insider.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/LICENSE +95 -0
  2. package/README.md +64 -0
  3. package/apple-touch-icon.png +0 -0
  4. package/asset-manifest.json +56 -0
  5. package/favicon.ico +0 -0
  6. package/favicon.svg +1 -0
  7. package/index.cjs +17 -0
  8. package/index.d.cts +2 -0
  9. package/index.d.mts +2 -0
  10. package/index.html +1 -0
  11. package/index.mjs +13 -0
  12. package/manifest.webmanifest +23 -0
  13. package/package.json +47 -0
  14. package/robots.txt +3 -0
  15. package/service-worker.js +1 -0
  16. package/static/css/styles.15b5693c.css +1 -0
  17. package/static/js/110.0e366505.js +2 -0
  18. package/static/js/110.0e366505.js.LICENSE.txt +33 -0
  19. package/static/js/195.20ede8c1.chunk.js +1 -0
  20. package/static/js/2.6501c554.chunk.js +1 -0
  21. package/static/js/230.8503bd6f.chunk.js +1 -0
  22. package/static/js/264.6aedd0f5.js +1 -0
  23. package/static/js/341.1e379763.chunk.js +2 -0
  24. package/static/js/341.1e379763.chunk.js.LICENSE.txt +21 -0
  25. package/static/js/372.fa3f790f.chunk.js +1 -0
  26. package/static/js/425.6cfa0c21.chunk.js +1 -0
  27. package/static/js/703.880391f3.js +2 -0
  28. package/static/js/703.880391f3.js.LICENSE.txt +121 -0
  29. package/static/js/709.f5147502.js +1 -0
  30. package/static/js/712.8d0b0855.chunk.js +2 -0
  31. package/static/js/712.8d0b0855.chunk.js.LICENSE.txt +6 -0
  32. package/static/js/720.f5d95f7e.chunk.js +1 -0
  33. package/static/js/755.a97870be.chunk.js +1 -0
  34. package/static/js/81.f8d02cc4.chunk.js +1 -0
  35. package/static/js/824.04baf482.chunk.js +1 -0
  36. package/static/js/86.e31a339b.chunk.js +1 -0
  37. package/static/js/90.c735d0fd.chunk.js +1 -0
  38. package/static/js/907.68941042.js +1 -0
  39. package/static/js/936.e8fa296c.js +1 -0
  40. package/static/js/938.e41fcc3e.chunk.js +1 -0
  41. package/static/js/940.e5bc3e74.js +1 -0
  42. package/static/js/996.7a45a01a.chunk.js +1 -0
  43. package/static/js/editor.afbd84bf.js +1 -0
  44. package/static/js/graphql-engine.072217ef.chunk.js +1 -0
  45. package/static/js/graphql-indexer.f8b9a0f7.chunk.js +1 -0
  46. package/static/js/graphql.worker.2c56696a.js +2 -0
  47. package/static/js/graphql.worker.2c56696a.js.LICENSE.txt +33 -0
  48. package/static/js/json.1cf77584.js +2 -0
  49. package/static/js/json.1cf77584.js.LICENSE.txt +6 -0
  50. package/static/js/main.8bdce5ef.js +2 -0
  51. package/static/js/main.8bdce5ef.js.LICENSE.txt +8 -0
  52. package/static/js/polyfills.0bb6438e.js +1 -0
  53. package/static/js/session.f12ea7cc.chunk.js +1 -0
  54. package/static/js/yaml.worker.f5693bf4.js +1 -0
  55. package/static/media/FiraCode-Medium.1bc138a84f63b384c3f2.woff2 +0 -0
  56. package/static/media/codicon.184be8c3aa435ca6c3f5.ttf +0 -0
package/LICENSE ADDED
@@ -0,0 +1,95 @@
1
+ Copyright (c) ChilliCream, Inc.
2
+
3
+ Source code in this repository is covered by the ChilliCream License 1.0 license as designated by a licensing file in a subdirectory or file header. The default throughout the repository is a license under the ChilliCream License 1.0, unless a file header or a licensing file in a subdirectory specifies another license.
4
+
5
+ ---
6
+
7
+ # ChilliCream License 1.0
8
+
9
+ URL: https://chillicream.com/licensing/chillicream-license
10
+
11
+ ## Acceptance
12
+
13
+ By using the software, you agree to all of the terms and conditions below.
14
+
15
+ ## Copyright License
16
+
17
+ The licensor grants you a non-exclusive, royalty-free, worldwide,
18
+ non-sublicensable, non-transferable license to use, copy, distribute, make
19
+ available, and prepare derivative works of the software, in each case subject to
20
+ the limitations and conditions below.
21
+
22
+ ## Limitations
23
+
24
+ You may not move, change, disable, or circumvent the license key functionality
25
+ in the software, and you may not remove or obscure any functionality in the
26
+ software that is protected by the license key.
27
+
28
+ You may not alter, remove, or obscure any licensing, copyright, or other notices
29
+ of the licensor in the software. Any use of the licensor’s trademarks is subject
30
+ to applicable law.
31
+
32
+ ## Patents
33
+
34
+ The licensor grants you a license, under any patent claims the licensor can
35
+ license, or becomes able to license, to make, have made, use, sell, offer for
36
+ sale, import and have imported the software, in each case subject to the
37
+ limitations and conditions in this license. This license does not cover any
38
+ patent claims that you cause to be infringed by modifications or additions to
39
+ the software. If you or your company make any written claim that the software
40
+ infringes or contributes to infringement of any patent, your patent license for
41
+ the software granted under these terms ends immediately. If your company makes
42
+ such a claim, your patent license ends immediately for work on behalf of your
43
+ company.
44
+
45
+ ## Notices
46
+
47
+ You must ensure that anyone who gets a copy of any part of the software from you
48
+ also gets a copy of these terms.
49
+
50
+ If you modify the software, you must include in any modified copies of the
51
+ software prominent notices stating that you have modified the software.
52
+
53
+ ## No Other Rights
54
+
55
+ These terms do not imply any licenses other than those expressly granted in
56
+ these terms.
57
+
58
+ ## Termination
59
+
60
+ If you use the software in violation of these terms, such use is not licensed,
61
+ and your licenses will automatically terminate. If the licensor provides you
62
+ with a notice of your violation, and you cease all violation of this license no
63
+ later than 30 days after you receive that notice, your licenses will be
64
+ reinstated retroactively. However, if you violate these terms after such
65
+ reinstatement, any additional violation of these terms will cause your licenses
66
+ to terminate automatically and permanently.
67
+
68
+ ## No Liability
69
+
70
+ _As far as the law allows, the software comes as is, without any warranty or
71
+ condition, and the licensor will not be liable to you for any damages arising
72
+ out of these terms or the use or nature of the software, under any kind of
73
+ legal claim._
74
+
75
+ ## Definitions
76
+
77
+ The **licensor** is the entity offering these terms, and the **software** is the
78
+ software the licensor makes available under these terms, including any portion
79
+ of it.
80
+
81
+ **you** refers to the individual or entity agreeing to these terms.
82
+
83
+ **your company** is any legal entity, sole proprietorship, or other kind of
84
+ organization that you work for, plus all organizations that have control over,
85
+ are under the control of, or are under common control with that
86
+ organization. **control** means ownership of substantially all the assets of an
87
+ entity, or the power to direct its management and policies by vote, contract, or
88
+ otherwise. Control can be direct or indirect.
89
+
90
+ **your licenses** are all the licenses granted to you for the software under
91
+ these terms.
92
+
93
+ **use** means anything you do with the software requiring one of your licenses.
94
+
95
+ **trademark** means trademarks, service marks, and similar rights.
package/README.md ADDED
@@ -0,0 +1,64 @@
1
+ # Nitro GraphQL IDE
2
+
3
+ _GraphQL IDE for Devs_
4
+
5
+ ## Description
6
+
7
+ The IDE to create, explore, manage, and test GraphQL APIs with ease.
8
+
9
+ ## Installation
10
+
11
+ Install this package in your project:
12
+
13
+ ```sh
14
+ npm install @chillicream/nitro-embedded --save-dev
15
+ # or
16
+ yarn add @chillicream/nitro-embedded --dev
17
+ # or
18
+ pnpm add @chillicream/nitro-embedded --save-dev
19
+ ```
20
+
21
+ ## Recipes
22
+
23
+ <details id="express" open>
24
+ <summary><a href="#express"><sub><sup>🔗</sup></sub></a> Usage with <a href="https://expressjs.com/">express</a></summary>
25
+ <hr>
26
+ Install the <i>middleware</i> in your project:
27
+
28
+ ```sh
29
+ npm install @chillicream/nitro-express-middleware --save-dev
30
+ # or
31
+ yarn add @chillicream/nitro-express-middleware --dev
32
+ # or
33
+ pnpm add @chillicream/nitro-express-middleware --save-dev
34
+ ```
35
+
36
+ Add it to your `/graphql` route or any other (e.g., `/nitro`):
37
+
38
+ ```javascript
39
+ import express from "express";
40
+ import nitroMiddleware from "@chillicream/nitro-express-middleware";
41
+
42
+ // ...
43
+
44
+ const app = express();
45
+
46
+ app.use(
47
+ "/graphql",
48
+
49
+ // for `cdn` hosted version
50
+ nitroMiddleware({ mode: "cdn" })
51
+
52
+ // for `embedded` version
53
+ // nitroMiddleware({ mode: "embedded" }),
54
+
55
+ // place here your graphql middleware and others
56
+ );
57
+
58
+ app.listen(3000, () => {
59
+ console.log(`GraphQL on http://localhost:3000/graphql`);
60
+ });
61
+ ```
62
+
63
+ <hr>
64
+ </details>
Binary file
@@ -0,0 +1,56 @@
1
+ {
2
+ "files": {
3
+ "main.js": "./static/js/main.8bdce5ef.js",
4
+ "static/js/2.6501c554.chunk.js": "./static/js/2.6501c554.chunk.js",
5
+ "static/js/81.f8d02cc4.chunk.js": "./static/js/81.f8d02cc4.chunk.js",
6
+ "static/js/712.8d0b0855.chunk.js": "./static/js/712.8d0b0855.chunk.js",
7
+ "graphql-engine.js": "./static/js/graphql-engine.072217ef.chunk.js",
8
+ "graphql-indexer.js": "./static/js/graphql-indexer.f8b9a0f7.chunk.js",
9
+ "session.js": "./static/js/session.f12ea7cc.chunk.js",
10
+ "static/js/425.6cfa0c21.chunk.js": "./static/js/425.6cfa0c21.chunk.js",
11
+ "static/js/720.f5d95f7e.chunk.js": "./static/js/720.f5d95f7e.chunk.js",
12
+ "static/js/372.fa3f790f.chunk.js": "./static/js/372.fa3f790f.chunk.js",
13
+ "static/js/195.20ede8c1.chunk.js": "./static/js/195.20ede8c1.chunk.js",
14
+ "static/js/90.c735d0fd.chunk.js": "./static/js/90.c735d0fd.chunk.js",
15
+ "static/js/755.a97870be.chunk.js": "./static/js/755.a97870be.chunk.js",
16
+ "static/js/230.8503bd6f.chunk.js": "./static/js/230.8503bd6f.chunk.js",
17
+ "polyfills.js": "./static/js/polyfills.0bb6438e.js",
18
+ "styles.css": "./static/css/styles.15b5693c.css",
19
+ "static/js/110.0e366505.js": "./static/js/110.0e366505.js",
20
+ "static/js/86.e31a339b.chunk.js": "./static/js/86.e31a339b.chunk.js",
21
+ "static/js/936.e8fa296c.js": "./static/js/936.e8fa296c.js",
22
+ "static/js/703.880391f3.js": "./static/js/703.880391f3.js",
23
+ "static/js/341.1e379763.chunk.js": "./static/js/341.1e379763.chunk.js",
24
+ "static/js/907.68941042.js": "./static/js/907.68941042.js",
25
+ "static/js/824.04baf482.chunk.js": "./static/js/824.04baf482.chunk.js",
26
+ "static/js/264.6aedd0f5.js": "./static/js/264.6aedd0f5.js",
27
+ "static/js/709.f5147502.js": "./static/js/709.f5147502.js",
28
+ "static/js/938.e41fcc3e.chunk.js": "./static/js/938.e41fcc3e.chunk.js",
29
+ "static/js/996.7a45a01a.chunk.js": "./static/js/996.7a45a01a.chunk.js",
30
+ "static/js/940.e5bc3e74.js": "./static/js/940.e5bc3e74.js",
31
+ "static/js/yaml.worker.f5693bf4.js": "./static/js/yaml.worker.f5693bf4.js",
32
+ "static/js/graphql.worker.2c56696a.js": "./static/js/graphql.worker.2c56696a.js",
33
+ "static/js/json.1cf77584.js": "./static/js/json.1cf77584.js",
34
+ "static/js/editor.afbd84bf.js": "./static/js/editor.afbd84bf.js",
35
+ "static/media/FiraCode-Medium.woff2": "./static/media/FiraCode-Medium.1bc138a84f63b384c3f2.woff2",
36
+ "static/media/codicon.ttf": "./static/media/codicon.184be8c3aa435ca6c3f5.ttf",
37
+ "service-worker.js": "./service-worker.js",
38
+ "favicon-insider.ico": "./favicon.ico",
39
+ "apple-touch-icon-insider.png": "./apple-touch-icon.png",
40
+ "index.html": "./index.html",
41
+ "favicon-insider.svg": "./favicon.svg",
42
+ "manifest.webmanifest": "./manifest.webmanifest"
43
+ },
44
+ "entrypoints": [
45
+ "static/js/polyfills.0bb6438e.js",
46
+ "static/css/styles.15b5693c.css",
47
+ "static/js/110.0e366505.js",
48
+ "static/js/936.e8fa296c.js",
49
+ "static/js/703.880391f3.js",
50
+ "static/js/907.68941042.js",
51
+ "static/js/264.6aedd0f5.js",
52
+ "static/js/709.f5147502.js",
53
+ "static/js/940.e5bc3e74.js",
54
+ "static/js/main.8bdce5ef.js"
55
+ ]
56
+ }
package/favicon.ico ADDED
Binary file
package/favicon.svg ADDED
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-6e3db13c-ba82-433e-b6f5-57116fab976a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><g id="uuid-6a35e0fc-7cd9-41e2-b4dd-b67cadd22462"><rect x="0" y="0" width="256" height="256" rx="56" ry="56" stroke-width="0"/></g><path id="uuid-953c254d-d64a-498b-baf8-2816c8de0d5e" d="m96.35,67.48s-.06-.07-.1-.12c-.59-.77-7.62-9.71-21.1-11.4-29.95-2.64-30.83,22.9-30.83,22.9v110.99c0,10.57,16.3,10.57,16.3,10.57,0,0,14.53,0,14.53-10.57v-88.76c0-1.62,1.99-2.38,3.07-1.17l81.43,88.61s.06.07.1.12c.59.77,7.62,9.71,21.1,11.4,29.95,2.64,30.83-22.9,30.83-22.9v-110.99c0-10.57-16.3-10.57-16.3-10.57,0,0-14.53,0-14.53,10.57v88.76c0,1.62-1.99,2.38-3.07,1.17l-81.53-88.73" fill="#d3af18" stroke-width="0"/></svg>
package/index.cjs ADDED
@@ -0,0 +1,17 @@
1
+ /*!
2
+ * @license ChilliCream License 1.0
3
+ *
4
+ * Copyright (c) ChilliCream, Inc.
5
+ *
6
+ * This source code is licensed under the ChilliCream License 1.0 found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ 'use strict';
10
+
11
+ Object.defineProperty(exports, '__esModule', { value: true });
12
+
13
+ var fs = require('node:fs');
14
+
15
+ var index = fs.readFileSync(new URL("./index.html", require('url').pathToFileURL(__filename).toString()).pathname, "utf8");
16
+
17
+ exports.default = index;
package/index.d.cts ADDED
@@ -0,0 +1,2 @@
1
+ declare const _default: string;
2
+ export { _default as default };
package/index.d.mts ADDED
@@ -0,0 +1,2 @@
1
+ declare const _default: string;
2
+ export { _default as default };
package/index.html ADDED
@@ -0,0 +1 @@
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><link rel="icon" href="./favicon.svg" type="image/svg+xml"/><link rel="apple-touch-icon" href="./apple-touch-icon.png" sizes="180x180"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#3b4f74"/><link rel="manifest" href="./manifest.webmanifest"/><title>Nitro</title><script defer="defer" src="static/js/polyfills.0bb6438e.js"></script><script defer="defer" src="static/js/110.0e366505.js"></script><script defer="defer" src="static/js/936.e8fa296c.js"></script><script defer="defer" src="static/js/703.880391f3.js"></script><script defer="defer" src="static/js/907.68941042.js"></script><script defer="defer" src="static/js/264.6aedd0f5.js"></script><script defer="defer" src="static/js/709.f5147502.js"></script><script defer="defer" src="static/js/940.e5bc3e74.js"></script><script defer="defer" src="static/js/main.8bdce5ef.js"></script><link href="static/css/styles.15b5693c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><div id="components"></div></body></html>
package/index.mjs ADDED
@@ -0,0 +1,13 @@
1
+ /*!
2
+ * @license ChilliCream License 1.0
3
+ *
4
+ * Copyright (c) ChilliCream, Inc.
5
+ *
6
+ * This source code is licensed under the ChilliCream License 1.0 found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import fs from 'node:fs';
10
+
11
+ var index = fs.readFileSync(new URL("./index.html", import.meta.url).pathname, "utf8");
12
+
13
+ export { index as default };
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "Nitro",
3
+ "short_name": "Nitro",
4
+ "description": "Nitro is a performant, feature-rich GraphQL App that helps developers and data scientists to explore, share, and test any GraphQL API.",
5
+ "lang": "en-US",
6
+ "icons": [
7
+ {
8
+ "src": "favicon.ico",
9
+ "sizes": "64x64 32x32 24x24 16x16",
10
+ "type": "image/x-icon"
11
+ },
12
+ {
13
+ "src": "favicon.svg",
14
+ "sizes": "512x512",
15
+ "type": "image/svg+xml"
16
+ }
17
+ ],
18
+ "start_url": ".",
19
+ "display": "standalone",
20
+ "theme_color": "#3b4f74",
21
+ "background_color": "#3b4f74",
22
+ "orientation": "any"
23
+ }
package/package.json ADDED
@@ -0,0 +1,47 @@
1
+ {
2
+ "name": "@chillicream/nitro-embedded",
3
+ "version": "19.0.0-insider.1",
4
+ "description": "Nitro GraphQL IDE",
5
+ "homepage": "https://chillicream.com",
6
+ "repository": "github:ChilliCream/graphql-platform",
7
+ "keywords": [
8
+ "banana",
9
+ "bananacakepop",
10
+ "bcp",
11
+ "client",
12
+ "graphql",
13
+ "editor",
14
+ "ide"
15
+ ],
16
+ "author": {
17
+ "name": "ChilliCream",
18
+ "url": "https://chillicream.com",
19
+ "email": "info@chillicream.com"
20
+ },
21
+ "license": "SEE LICENSE FILE",
22
+ "engines": {
23
+ "node": ">=12"
24
+ },
25
+ "type": "module",
26
+ "types": "index.d.mts",
27
+ "module": "index.mjs",
28
+ "main": "index.cjs",
29
+ "exports": {
30
+ ".": {
31
+ "import": {
32
+ "types": "./index.d.mts",
33
+ "default": "./index.mjs"
34
+ },
35
+ "require": {
36
+ "types": "./index.d.cts",
37
+ "default": "./index.cjs"
38
+ },
39
+ "default": {
40
+ "types": "./index.d.mts",
41
+ "default": "./index.mjs"
42
+ }
43
+ },
44
+ "./package.json": "./package.json"
45
+ },
46
+ "stableVersion": "0.0.0"
47
+ }
package/robots.txt ADDED
@@ -0,0 +1,3 @@
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
3
+ Disallow: /
@@ -0,0 +1 @@
1
+ (()=>{"use strict";var e={1930:()=>{try{self["workbox:core:6.5.4"]&&_()}catch(e){}},2172:()=>{try{self["workbox:expiration:6.5.4"]&&_()}catch(e){}},4769:()=>{try{self["workbox:precaching:6.5.4"]&&_()}catch(e){}},3357:()=>{try{self["workbox:routing:6.5.4"]&&_()}catch(e){}},7124:()=>{try{self["workbox:strategies:6.5.4"]&&_()}catch(e){}},2870:(e,t,r)=>{var n=r(8057),s=r(1763),o=TypeError;e.exports=function(e){if(n(e))return e;throw new o(s(e)+" is not a function")}},992:(e,t,r)=>{var n=r(8953),s=r(1763),o=TypeError;e.exports=function(e){if(n(e))return e;throw new o(s(e)+" is not a constructor")}},1369:(e,t,r)=>{var n=r(2923).charAt;e.exports=function(e,t,r){return t+(r?n(e,t).length:1)}},6635:(e,t,r)=>{var n=r(9310),s=String,o=TypeError;e.exports=function(e){if(n(e))return e;throw new o(s(e)+" is not an object")}},8709:(e,t,r)=>{var n=r(3089),s=r(4118),o=r(4330),a=function(e){return function(t,r,a){var i=n(t),c=o(i);if(0===c)return!e&&-1;var u,l=s(a,c);if(e&&r!==r){for(;c>l;)if((u=i[l++])!==u)return!0}else for(;c>l;l++)if((e||l in i)&&i[l]===r)return e||l||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},5332:(e,t,r)=>{var n=r(4796),s=n({}.toString),o=n("".slice);e.exports=function(e){return o(s(e),8,-1)}},4959:(e,t,r)=>{var n=r(4272),s=r(8057),o=r(5332),a=r(9831)("toStringTag"),i=Object,c="Arguments"===o(function(){return arguments}());e.exports=n?o:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(r){}}(t=i(e),a))?r:c?o(t):"Object"===(n=o(t))&&s(t.callee)?"Arguments":n}},9712:(e,t,r)=>{var n=r(421),s=r(3859),o=r(7431),a=r(7149);e.exports=function(e,t,r){for(var i=s(t),c=a.f,u=o.f,l=0;l<i.length;l++){var h=i[l];n(e,h)||r&&n(r,h)||c(e,h,u(t,h))}}},4751:(e,t,r)=>{var n=r(251);e.exports=!n((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},8597:e=>{e.exports=function(e,t){return{value:e,done:t}}},1335:(e,t,r)=>{var n=r(6040),s=r(7149),o=r(4136);e.exports=n?function(e,t,r){return s.f(e,t,o(1,r))}:function(e,t,r){return e[t]=r,e}},4136:e=>{e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},4316:(e,t,r)=>{var n=r(8057),s=r(7149),o=r(1463),a=r(7709);e.exports=function(e,t,r,i){i||(i={});var c=i.enumerable,u=void 0!==i.name?i.name:t;if(n(r)&&o(r,u,i),i.global)c?e[t]=r:a(t,r);else{try{i.unsafe?e[t]&&(c=!0):delete e[t]}catch(l){}c?e[t]=r:s.f(e,t,{value:r,enumerable:!1,configurable:!i.nonConfigurable,writable:!i.nonWritable})}return e}},7709:(e,t,r)=>{var n=r(3311),s=Object.defineProperty;e.exports=function(e,t){try{s(n,e,{value:t,configurable:!0,writable:!0})}catch(r){n[e]=t}return t}},6040:(e,t,r)=>{var n=r(251);e.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},3355:(e,t,r)=>{var n=r(3311),s=r(9310),o=n.document,a=s(o)&&s(o.createElement);e.exports=function(e){return a?o.createElement(e):{}}},788:e=>{e.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},1976:(e,t,r)=>{var n,s,o=r(3311),a=r(788),i=o.process,c=o.Deno,u=i&&i.versions||c&&c.version,l=u&&u.v8;l&&(s=(n=l.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!s&&a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(s=+n[1]),e.exports=s},2011:e=>{e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},4146:(e,t,r)=>{var n=r(3311),s=r(7431).f,o=r(1335),a=r(4316),i=r(7709),c=r(9712),u=r(6016);e.exports=function(e,t){var r,l,h,f,p,d=e.target,g=e.global,y=e.stat;if(r=g?n:y?n[d]||i(d,{}):n[d]&&n[d].prototype)for(l in t){if(f=t[l],h=e.dontCallGetSet?(p=s(r,l))&&p.value:r[l],!u(g?l:d+(y?".":"#")+l,e.forced)&&void 0!==h){if(typeof f==typeof h)continue;c(f,h)}(e.sham||h&&h.sham)&&o(f,"sham",!0),a(r,l,f,e)}}},251:e=>{e.exports=function(e){try{return!!e()}catch(t){return!0}}},5116:(e,t,r)=>{var n=r(251);e.exports=!n((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},9745:(e,t,r)=>{var n=r(5116),s=Function.prototype.call;e.exports=n?s.bind(s):function(){return s.apply(s,arguments)}},1706:(e,t,r)=>{var n=r(6040),s=r(421),o=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,i=s(o,"name"),c=i&&"something"===function(){}.name,u=i&&(!n||n&&a(o,"name").configurable);e.exports={EXISTS:i,PROPER:c,CONFIGURABLE:u}},1e3:(e,t,r)=>{var n=r(5332),s=r(4796);e.exports=function(e){if("Function"===n(e))return s(e)}},4796:(e,t,r)=>{var n=r(5116),s=Function.prototype,o=s.call,a=n&&s.bind.bind(o,o);e.exports=n?a:function(e){return function(){return o.apply(e,arguments)}}},6643:(e,t,r)=>{var n=r(3311),s=r(8057);e.exports=function(e,t){return arguments.length<2?(r=n[e],s(r)?r:void 0):n[e]&&n[e][t];var r}},1146:(e,t,r)=>{var n=r(2870),s=r(3529);e.exports=function(e,t){var r=e[t];return s(r)?void 0:n(r)}},3311:function(e,t,r){var n=function(e){return e&&e.Math===Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||n("object"==typeof this&&this)||function(){return this}()||Function("return this")()},421:(e,t,r)=>{var n=r(4796),s=r(1889),o=n({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return o(s(e),t)}},4801:e=>{e.exports={}},3641:(e,t,r)=>{var n=r(6643);e.exports=n("document","documentElement")},2889:(e,t,r)=>{var n=r(6040),s=r(251),o=r(3355);e.exports=!n&&!s((function(){return 7!==Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},8635:(e,t,r)=>{var n=r(4796),s=r(251),o=r(5332),a=Object,i=n("".split);e.exports=s((function(){return!a("z").propertyIsEnumerable(0)}))?function(e){return"String"===o(e)?i(e,""):a(e)}:a},2774:(e,t,r)=>{var n=r(4796),s=r(8057),o=r(3873),a=n(Function.toString);s(o.inspectSource)||(o.inspectSource=function(e){return a(e)}),e.exports=o.inspectSource},5897:(e,t,r)=>{var n,s,o,a=r(4122),i=r(3311),c=r(9310),u=r(1335),l=r(421),h=r(3873),f=r(3051),p=r(4801),d="Object already initialized",g=i.TypeError,y=i.WeakMap;if(a||h.state){var v=h.state||(h.state=new y);v.get=v.get,v.has=v.has,v.set=v.set,n=function(e,t){if(v.has(e))throw new g(d);return t.facade=e,v.set(e,t),t},s=function(e){return v.get(e)||{}},o=function(e){return v.has(e)}}else{var m=f("state");p[m]=!0,n=function(e,t){if(l(e,m))throw new g(d);return t.facade=e,u(e,m,t),t},s=function(e){return l(e,m)?e[m]:{}},o=function(e){return l(e,m)}}e.exports={set:n,get:s,has:o,enforce:function(e){return o(e)?s(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!c(t)||(r=s(t)).type!==e)throw new g("Incompatible receiver, "+e+" required");return r}}}},8057:e=>{var t="object"==typeof document&&document.all;e.exports="undefined"==typeof t&&void 0!==t?function(e){return"function"==typeof e||e===t}:function(e){return"function"==typeof e}},8953:(e,t,r)=>{var n=r(4796),s=r(251),o=r(8057),a=r(4959),i=r(6643),c=r(2774),u=function(){},l=i("Reflect","construct"),h=/^\s*(?:class|function)\b/,f=n(h.exec),p=!h.test(u),d=function(e){if(!o(e))return!1;try{return l(u,[],e),!0}catch(t){return!1}},g=function(e){if(!o(e))return!1;switch(a(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return p||!!f(h,c(e))}catch(t){return!0}};g.sham=!0,e.exports=!l||s((function(){var e;return d(d.call)||!d(Object)||!d((function(){e=!0}))||e}))?g:d},6016:(e,t,r)=>{var n=r(251),s=r(8057),o=/#|\.prototype\./,a=function(e,t){var r=c[i(e)];return r===l||r!==u&&(s(t)?n(t):!!t)},i=a.normalize=function(e){return String(e).replace(o,".").toLowerCase()},c=a.data={},u=a.NATIVE="N",l=a.POLYFILL="P";e.exports=a},3529:e=>{e.exports=function(e){return null===e||void 0===e}},9310:(e,t,r)=>{var n=r(8057);e.exports=function(e){return"object"==typeof e?null!==e:n(e)}},255:e=>{e.exports=!1},8400:(e,t,r)=>{var n=r(9310),s=r(5332),o=r(9831)("match");e.exports=function(e){var t;return n(e)&&(void 0!==(t=e[o])?!!t:"RegExp"===s(e))}},2097:(e,t,r)=>{var n=r(6643),s=r(8057),o=r(1781),a=r(1084),i=Object;e.exports=a?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return s(t)&&o(t.prototype,i(e))}},1422:(e,t,r)=>{var n=r(5125).IteratorPrototype,s=r(4876),o=r(4136),a=r(7275),i=r(8217),c=function(){return this};e.exports=function(e,t,r,u){var l=t+" Iterator";return e.prototype=s(n,{next:o(+!u,r)}),a(e,l,!1,!0),i[l]=c,e}},5125:(e,t,r)=>{var n,s,o,a=r(251),i=r(8057),c=r(9310),u=r(4876),l=r(5023),h=r(4316),f=r(9831),p=r(255),d=f("iterator"),g=!1;[].keys&&("next"in(o=[].keys())?(s=l(l(o)))!==Object.prototype&&(n=s):g=!0),!c(n)||a((function(){var e={};return n[d].call(e)!==e}))?n={}:p&&(n=u(n)),i(n[d])||h(n,d,(function(){return this})),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:g}},8217:e=>{e.exports={}},4330:(e,t,r)=>{var n=r(7834);e.exports=function(e){return n(e.length)}},1463:(e,t,r)=>{var n=r(4796),s=r(251),o=r(8057),a=r(421),i=r(6040),c=r(1706).CONFIGURABLE,u=r(2774),l=r(5897),h=l.enforce,f=l.get,p=String,d=Object.defineProperty,g=n("".slice),y=n("".replace),v=n([].join),m=i&&!s((function(){return 8!==d((function(){}),"length",{value:8}).length})),w=String(String).split("String"),x=e.exports=function(e,t,r){"Symbol("===g(p(t),0,7)&&(t="["+y(p(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!a(e,"name")||c&&e.name!==t)&&(i?d(e,"name",{value:t,configurable:!0}):e.name=t),m&&r&&a(r,"arity")&&e.length!==r.arity&&d(e,"length",{value:r.arity});try{r&&a(r,"constructor")&&r.constructor?i&&d(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(s){}var n=h(e);return a(n,"source")||(n.source=v(w,"string"==typeof t?t:"")),e};Function.prototype.toString=x((function(){return o(this)&&f(this).source||u(this)}),"toString")},1113:e=>{var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var n=+e;return(n>0?r:t)(n)}},4876:(e,t,r)=>{var n,s=r(6635),o=r(8133),a=r(2011),i=r(4801),c=r(3641),u=r(3355),l=r(3051),h="prototype",f="script",p=l("IE_PROTO"),d=function(){},g=function(e){return"<"+f+">"+e+"</"+f+">"},y=function(e){e.write(g("")),e.close();var t=e.parentWindow.Object;return e=null,t},v=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}v="undefined"!=typeof document?document.domain&&n?y(n):function(){var e,t=u("iframe"),r="java"+f+":";return t.style.display="none",c.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(g("document.F=Object")),e.close(),e.F}():y(n);for(var e=a.length;e--;)delete v[h][a[e]];return v()};i[p]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(d[h]=s(e),r=new d,d[h]=null,r[p]=e):r=v(),void 0===t?r:o.f(r,t)}},8133:(e,t,r)=>{var n=r(6040),s=r(3626),o=r(7149),a=r(6635),i=r(3089),c=r(3636);t.f=n&&!s?Object.defineProperties:function(e,t){a(e);for(var r,n=i(t),s=c(t),u=s.length,l=0;u>l;)o.f(e,r=s[l++],n[r]);return e}},7149:(e,t,r)=>{var n=r(6040),s=r(2889),o=r(3626),a=r(6635),i=r(5829),c=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,h="enumerable",f="configurable",p="writable";t.f=n?o?function(e,t,r){if(a(e),t=i(t),a(r),"function"===typeof e&&"prototype"===t&&"value"in r&&p in r&&!r[p]){var n=l(e,t);n&&n[p]&&(e[t]=r.value,r={configurable:f in r?r[f]:n[f],enumerable:h in r?r[h]:n[h],writable:!1})}return u(e,t,r)}:u:function(e,t,r){if(a(e),t=i(t),a(r),s)try{return u(e,t,r)}catch(n){}if("get"in r||"set"in r)throw new c("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},7431:(e,t,r)=>{var n=r(6040),s=r(9745),o=r(5073),a=r(4136),i=r(3089),c=r(5829),u=r(421),l=r(2889),h=Object.getOwnPropertyDescriptor;t.f=n?h:function(e,t){if(e=i(e),t=c(t),l)try{return h(e,t)}catch(r){}if(u(e,t))return a(!s(o.f,e,t),e[t])}},3540:(e,t,r)=>{var n=r(9088),s=r(2011).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,s)}},889:(e,t)=>{t.f=Object.getOwnPropertySymbols},5023:(e,t,r)=>{var n=r(421),s=r(8057),o=r(1889),a=r(3051),i=r(4751),c=a("IE_PROTO"),u=Object,l=u.prototype;e.exports=i?u.getPrototypeOf:function(e){var t=o(e);if(n(t,c))return t[c];var r=t.constructor;return s(r)&&t instanceof r?r.prototype:t instanceof u?l:null}},1781:(e,t,r)=>{var n=r(4796);e.exports=n({}.isPrototypeOf)},9088:(e,t,r)=>{var n=r(4796),s=r(421),o=r(3089),a=r(8709).indexOf,i=r(4801),c=n([].push);e.exports=function(e,t){var r,n=o(e),u=0,l=[];for(r in n)!s(i,r)&&s(n,r)&&c(l,r);for(;t.length>u;)s(n,r=t[u++])&&(~a(l,r)||c(l,r));return l}},3636:(e,t,r)=>{var n=r(9088),s=r(2011);e.exports=Object.keys||function(e){return n(e,s)}},5073:(e,t)=>{var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,s=n&&!r.call({1:2},1);t.f=s?function(e){var t=n(this,e);return!!t&&t.enumerable}:r},514:(e,t,r)=>{var n=r(9745),s=r(8057),o=r(9310),a=TypeError;e.exports=function(e,t){var r,i;if("string"===t&&s(r=e.toString)&&!o(i=n(r,e)))return i;if(s(r=e.valueOf)&&!o(i=n(r,e)))return i;if("string"!==t&&s(r=e.toString)&&!o(i=n(r,e)))return i;throw new a("Can't convert object to primitive value")}},3859:(e,t,r)=>{var n=r(6643),s=r(4796),o=r(3540),a=r(889),i=r(6635),c=s([].concat);e.exports=n("Reflect","ownKeys")||function(e){var t=o.f(i(e)),r=a.f;return r?c(t,r(e)):t}},2566:(e,t,r)=>{var n=r(9745),s=r(6635),o=r(8057),a=r(5332),i=r(9191),c=TypeError;e.exports=function(e,t){var r=e.exec;if(o(r)){var u=n(r,e,t);return null!==u&&s(u),u}if("RegExp"===a(e))return n(i,e,t);throw new c("RegExp#exec called on incompatible receiver")}},9191:(e,t,r)=>{var n=r(9745),s=r(4796),o=r(715),a=r(3383),i=r(1377),c=r(4437),u=r(4876),l=r(5897).get,h=r(2231),f=r(7170),p=c("native-string-replace",String.prototype.replace),d=RegExp.prototype.exec,g=d,y=s("".charAt),v=s("".indexOf),m=s("".replace),w=s("".slice),x=function(){var e=/a/,t=/b*/g;return n(d,e,"a"),n(d,t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),b=i.BROKEN_CARET,_=void 0!==/()??/.exec("")[1];(x||_||b||h||f)&&(g=function(e){var t,r,s,i,c,h,f,R=this,E=l(R),O=o(e),C=E.raw;if(C)return C.lastIndex=R.lastIndex,t=n(g,C,O),R.lastIndex=C.lastIndex,t;var S=E.groups,I=b&&R.sticky,T=n(a,R),L=R.source,j=0,P=O;if(I&&(T=m(T,"y",""),-1===v(T,"g")&&(T+="g"),P=w(O,R.lastIndex),R.lastIndex>0&&(!R.multiline||R.multiline&&"\n"!==y(O,R.lastIndex-1))&&(L="(?: "+L+")",P=" "+P,j++),r=new RegExp("^(?:"+L+")",T)),_&&(r=new RegExp("^"+L+"$(?!\\s)",T)),x&&(s=R.lastIndex),i=n(d,I?r:R,P),I?i?(i.input=w(i.input,j),i[0]=w(i[0],j),i.index=R.lastIndex,R.lastIndex+=i[0].length):R.lastIndex=0:x&&i&&(R.lastIndex=R.global?i.index+i[0].length:s),_&&i&&i.length>1&&n(p,i[0],r,(function(){for(c=1;c<arguments.length-2;c++)void 0===arguments[c]&&(i[c]=void 0)})),i&&S)for(i.groups=h=u(null),c=0;c<S.length;c++)h[(f=S[c])[0]]=i[f[1]];return i}),e.exports=g},3383:(e,t,r)=>{var n=r(6635);e.exports=function(){var e=n(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t}},5414:(e,t,r)=>{var n=r(9745),s=r(421),o=r(1781),a=r(3383),i=RegExp.prototype;e.exports=function(e){var t=e.flags;return void 0!==t||"flags"in i||s(e,"flags")||!o(i,e)?t:n(a,e)}},1377:(e,t,r)=>{var n=r(251),s=r(3311).RegExp,o=n((function(){var e=s("a","y");return e.lastIndex=2,null!==e.exec("abcd")})),a=o||n((function(){return!s("a","y").sticky})),i=o||n((function(){var e=s("^r","gy");return e.lastIndex=2,null!==e.exec("str")}));e.exports={BROKEN_CARET:i,MISSED_STICKY:a,UNSUPPORTED_Y:o}},2231:(e,t,r)=>{var n=r(251),s=r(3311).RegExp;e.exports=n((function(){var e=s(".","s");return!(e.dotAll&&e.test("\n")&&"s"===e.flags)}))},7170:(e,t,r)=>{var n=r(251),s=r(3311).RegExp;e.exports=n((function(){var e=s("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")}))},8506:(e,t,r)=>{var n=r(3529),s=TypeError;e.exports=function(e){if(n(e))throw new s("Can't call method on "+e);return e}},7275:(e,t,r)=>{var n=r(7149).f,s=r(421),o=r(9831)("toStringTag");e.exports=function(e,t,r){e&&!r&&(e=e.prototype),e&&!s(e,o)&&n(e,o,{configurable:!0,value:t})}},3051:(e,t,r)=>{var n=r(4437),s=r(8668),o=n("keys");e.exports=function(e){return o[e]||(o[e]=s(e))}},3873:(e,t,r)=>{var n=r(255),s=r(3311),o=r(7709),a="__core-js_shared__",i=e.exports=s[a]||o(a,{});(i.versions||(i.versions=[])).push({version:"3.37.1",mode:n?"pure":"global",copyright:"\xa9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE",source:"https://github.com/zloirock/core-js"})},4437:(e,t,r)=>{var n=r(3873);e.exports=function(e,t){return n[e]||(n[e]=t||{})}},7001:(e,t,r)=>{var n=r(6635),s=r(992),o=r(3529),a=r(9831)("species");e.exports=function(e,t){var r,i=n(e).constructor;return void 0===i||o(r=n(i)[a])?t:s(r)}},2923:(e,t,r)=>{var n=r(4796),s=r(2599),o=r(715),a=r(8506),i=n("".charAt),c=n("".charCodeAt),u=n("".slice),l=function(e){return function(t,r){var n,l,h=o(a(t)),f=s(r),p=h.length;return f<0||f>=p?e?"":void 0:(n=c(h,f))<55296||n>56319||f+1===p||(l=c(h,f+1))<56320||l>57343?e?i(h,f):n:e?u(h,f,f+2):l-56320+(n-55296<<10)+65536}};e.exports={codeAt:l(!1),charAt:l(!0)}},3219:(e,t,r)=>{var n=r(1976),s=r(251),o=r(3311).String;e.exports=!!Object.getOwnPropertySymbols&&!s((function(){var e=Symbol("symbol detection");return!o(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},4118:(e,t,r)=>{var n=r(2599),s=Math.max,o=Math.min;e.exports=function(e,t){var r=n(e);return r<0?s(r+t,0):o(r,t)}},3089:(e,t,r)=>{var n=r(8635),s=r(8506);e.exports=function(e){return n(s(e))}},2599:(e,t,r)=>{var n=r(1113);e.exports=function(e){var t=+e;return t!==t||0===t?0:n(t)}},7834:(e,t,r)=>{var n=r(2599),s=Math.min;e.exports=function(e){var t=n(e);return t>0?s(t,9007199254740991):0}},1889:(e,t,r)=>{var n=r(8506),s=Object;e.exports=function(e){return s(n(e))}},9557:(e,t,r)=>{var n=r(9745),s=r(9310),o=r(2097),a=r(1146),i=r(514),c=r(9831),u=TypeError,l=c("toPrimitive");e.exports=function(e,t){if(!s(e)||o(e))return e;var r,c=a(e,l);if(c){if(void 0===t&&(t="default"),r=n(c,e,t),!s(r)||o(r))return r;throw new u("Can't convert object to primitive value")}return void 0===t&&(t="number"),i(e,t)}},5829:(e,t,r)=>{var n=r(9557),s=r(2097);e.exports=function(e){var t=n(e,"string");return s(t)?t:t+""}},4272:(e,t,r)=>{var n={};n[r(9831)("toStringTag")]="z",e.exports="[object z]"===String(n)},715:(e,t,r)=>{var n=r(4959),s=String;e.exports=function(e){if("Symbol"===n(e))throw new TypeError("Cannot convert a Symbol value to a string");return s(e)}},1763:e=>{var t=String;e.exports=function(e){try{return t(e)}catch(r){return"Object"}}},8668:(e,t,r)=>{var n=r(4796),s=0,o=Math.random(),a=n(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+a(++s+o,36)}},1084:(e,t,r)=>{var n=r(3219);e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3626:(e,t,r)=>{var n=r(6040),s=r(251);e.exports=n&&s((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},4122:(e,t,r)=>{var n=r(3311),s=r(8057),o=n.WeakMap;e.exports=s(o)&&/native code/.test(String(o))},9831:(e,t,r)=>{var n=r(3311),s=r(4437),o=r(421),a=r(8668),i=r(3219),c=r(1084),u=n.Symbol,l=s("wks"),h=c?u.for||u:u&&u.withoutSetter||a;e.exports=function(e){return o(l,e)||(l[e]=i&&o(u,e)?u[e]:h("Symbol."+e)),l[e]}},6523:(e,t,r)=>{var n=r(4146),s=r(9745),o=r(1e3),a=r(1422),i=r(8597),c=r(8506),u=r(7834),l=r(715),h=r(6635),f=r(3529),p=r(5332),d=r(8400),g=r(5414),y=r(1146),v=r(4316),m=r(251),w=r(9831),x=r(7001),b=r(1369),_=r(2566),R=r(5897),E=r(255),O=w("matchAll"),C="RegExp String",S=C+" Iterator",I=R.set,T=R.getterFor(S),L=RegExp.prototype,j=TypeError,P=o("".indexOf),D=o("".matchAll),A=!!D&&!m((function(){D("a",/./)})),k=a((function(e,t,r,n){I(this,{type:S,regexp:e,string:t,global:r,unicode:n,done:!1})}),C,(function(){var e=T(this);if(e.done)return i(void 0,!0);var t=e.regexp,r=e.string,n=_(t,r);return null===n?(e.done=!0,i(void 0,!0)):e.global?(""===l(n[0])&&(t.lastIndex=b(r,u(t.lastIndex),e.unicode)),i(n,!1)):(e.done=!0,i(n,!1))})),U=function(e){var t,r,n,s=h(this),o=l(e),a=x(s,RegExp),i=l(g(s));return t=new a(a===RegExp?s.source:s,i),r=!!~P(i,"g"),n=!!~P(i,"u"),t.lastIndex=u(s.lastIndex),new k(t,o,r,n)};n({target:"String",proto:!0,forced:A},{matchAll:function(e){var t,r,n,o,a=c(this);if(f(e)){if(A)return D(a,e)}else{if(d(e)&&(t=l(c(g(e))),!~P(t,"g")))throw new j("`.matchAll` does not allow non-global regexes");if(A)return D(a,e);if(void 0===(n=y(e,O))&&E&&"RegExp"===p(e)&&(n=U),n)return s(n,e,a)}return r=l(a),o=new RegExp(e,"g"),E?s(U,o,r):o[O](r)}}),E||O in L||v(L,O,U)}},t={};function r(n){var s=t[n];if(void 0!==s)return s.exports;var o=t[n]={exports:{}};return e[n].call(o.exports,o,o.exports,r),o.exports}r.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),(()=>{r(6523),r(1930);const e=function(e){let t=e;for(var r=arguments.length,n=new Array(r>1?r-1:0),s=1;s<r;s++)n[s-1]=arguments[s];return n.length>0&&(t+=" :: ".concat(JSON.stringify(n))),t};class t extends Error{constructor(t,r){super(e(t,r)),this.name=t,this.details=r}}const n=new Set;const s={googleAnalytics:"googleAnalytics",precache:"precache-v2",prefix:"workbox",runtime:"runtime",suffix:"undefined"!==typeof registration?registration.scope:""},o=e=>[s.prefix,e,s.suffix].filter((e=>e&&e.length>0)).join("-"),a=e=>e||o(s.precache),i=e=>e||o(s.runtime);function c(e,t){const r=new URL(e);for(const n of t)r.searchParams.delete(n);return r.href}let u;function l(e){e.then((()=>{}))}class h{constructor(){this.promise=new Promise(((e,t)=>{this.resolve=e,this.reject=t}))}}const f=e=>new URL(String(e),location.href).href.replace(new RegExp("^".concat(location.origin)),"");function p(e){return new Promise((t=>setTimeout(t,e)))}function d(e,t){const r=t();return e.waitUntil(r),r}async function g(e,r){let n=null;if(e.url){n=new URL(e.url).origin}if(n!==self.location.origin)throw new t("cross-origin-copy-response",{origin:n});const s=e.clone(),o={headers:new Headers(s.headers),status:s.status,statusText:s.statusText},a=r?r(o):o,i=function(){if(void 0===u){const t=new Response("");if("body"in t)try{new Response(t.body),u=!0}catch(e){u=!1}u=!1}return u}()?s.body:await s.blob();return new Response(i,a)}const y=(e,t)=>t.some((t=>e instanceof t));let v,m;const w=new WeakMap,x=new WeakMap,b=new WeakMap,_=new WeakMap,R=new WeakMap;let E={get(e,t,r){if(e instanceof IDBTransaction){if("done"===t)return x.get(e);if("objectStoreNames"===t)return e.objectStoreNames||b.get(e);if("store"===t)return r.objectStoreNames[1]?void 0:r.objectStore(r.objectStoreNames[0])}return S(e[t])},set:(e,t,r)=>(e[t]=r,!0),has:(e,t)=>e instanceof IDBTransaction&&("done"===t||"store"===t)||t in e};function O(e){return e!==IDBDatabase.prototype.transaction||"objectStoreNames"in IDBTransaction.prototype?(m||(m=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])).includes(e)?function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return e.apply(I(this),r),S(w.get(this))}:function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return S(e.apply(I(this),r))}:function(t){for(var r=arguments.length,n=new Array(r>1?r-1:0),s=1;s<r;s++)n[s-1]=arguments[s];const o=e.call(I(this),t,...n);return b.set(o,t.sort?t.sort():[t]),S(o)}}function C(e){return"function"===typeof e?O(e):(e instanceof IDBTransaction&&function(e){if(x.has(e))return;const t=new Promise(((t,r)=>{const n=()=>{e.removeEventListener("complete",s),e.removeEventListener("error",o),e.removeEventListener("abort",o)},s=()=>{t(),n()},o=()=>{r(e.error||new DOMException("AbortError","AbortError")),n()};e.addEventListener("complete",s),e.addEventListener("error",o),e.addEventListener("abort",o)}));x.set(e,t)}(e),y(e,v||(v=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction]))?new Proxy(e,E):e)}function S(e){if(e instanceof IDBRequest)return function(e){const t=new Promise(((t,r)=>{const n=()=>{e.removeEventListener("success",s),e.removeEventListener("error",o)},s=()=>{t(S(e.result)),n()},o=()=>{r(e.error),n()};e.addEventListener("success",s),e.addEventListener("error",o)}));return t.then((t=>{t instanceof IDBCursor&&w.set(t,e)})).catch((()=>{})),R.set(t,e),t}(e);if(_.has(e))return _.get(e);const t=C(e);return t!==e&&(_.set(e,t),R.set(t,e)),t}const I=e=>R.get(e);const T=["get","getKey","getAll","getAllKeys","count"],L=["put","add","delete","clear"],j=new Map;function P(e,t){if(!(e instanceof IDBDatabase)||t in e||"string"!==typeof t)return;if(j.get(t))return j.get(t);const r=t.replace(/FromIndex$/,""),n=t!==r,s=L.includes(r);if(!(r in(n?IDBIndex:IDBObjectStore).prototype)||!s&&!T.includes(r))return;const o=async function(e){const t=this.transaction(e,s?"readwrite":"readonly");let o=t.store;for(var a=arguments.length,i=new Array(a>1?a-1:0),c=1;c<a;c++)i[c-1]=arguments[c];return n&&(o=o.index(i.shift())),(await Promise.all([o[r](...i),s&&t.done]))[0]};return j.set(t,o),o}E=(e=>({...e,get:(t,r,n)=>P(t,r)||e.get(t,r,n),has:(t,r)=>!!P(t,r)||e.has(t,r)}))(E);r(2172);const D="cache-entries",A=e=>{const t=new URL(e,location.href);return t.hash="",t.href};class k{constructor(e){this._db=null,this._cacheName=e}_upgradeDb(e){const t=e.createObjectStore(D,{keyPath:"id"});t.createIndex("cacheName","cacheName",{unique:!1}),t.createIndex("timestamp","timestamp",{unique:!1})}_upgradeDbAndDeleteOldDbs(e){this._upgradeDb(e),this._cacheName&&function(e){let{blocked:t}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const r=indexedDB.deleteDatabase(e);t&&r.addEventListener("blocked",(e=>t(e.oldVersion,e))),S(r).then((()=>{}))}(this._cacheName)}async setTimestamp(e,t){const r={url:e=A(e),timestamp:t,cacheName:this._cacheName,id:this._getId(e)},n=(await this.getDb()).transaction(D,"readwrite",{durability:"relaxed"});await n.store.put(r),await n.done}async getTimestamp(e){const t=await this.getDb(),r=await t.get(D,this._getId(e));return null===r||void 0===r?void 0:r.timestamp}async expireEntries(e,t){const r=await this.getDb();let n=await r.transaction(D).store.index("timestamp").openCursor(null,"prev");const s=[];let o=0;for(;n;){const r=n.value;r.cacheName===this._cacheName&&(e&&r.timestamp<e||t&&o>=t?s.push(n.value):o++),n=await n.continue()}const a=[];for(const i of s)await r.delete(D,i.id),a.push(i.url);return a}_getId(e){return this._cacheName+"|"+A(e)}async getDb(){return this._db||(this._db=await function(e,t){let{blocked:r,upgrade:n,blocking:s,terminated:o}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const a=indexedDB.open(e,t),i=S(a);return n&&a.addEventListener("upgradeneeded",(e=>{n(S(a.result),e.oldVersion,e.newVersion,S(a.transaction),e)})),r&&a.addEventListener("blocked",(e=>r(e.oldVersion,e.newVersion,e))),i.then((e=>{o&&e.addEventListener("close",(()=>o())),s&&e.addEventListener("versionchange",(e=>s(e.oldVersion,e.newVersion,e)))})).catch((()=>{})),i}("workbox-expiration",1,{upgrade:this._upgradeDbAndDeleteOldDbs.bind(this)})),this._db}}class U{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this._isRunning=!1,this._rerunRequested=!1,this._maxEntries=t.maxEntries,this._maxAgeSeconds=t.maxAgeSeconds,this._matchOptions=t.matchOptions,this._cacheName=e,this._timestampModel=new k(e)}async expireEntries(){if(this._isRunning)return void(this._rerunRequested=!0);this._isRunning=!0;const e=this._maxAgeSeconds?Date.now()-1e3*this._maxAgeSeconds:0,t=await this._timestampModel.expireEntries(e,this._maxEntries),r=await self.caches.open(this._cacheName);for(const n of t)await r.delete(n,this._matchOptions);this._isRunning=!1,this._rerunRequested&&(this._rerunRequested=!1,l(this.expireEntries()))}async updateTimestamp(e){await this._timestampModel.setTimestamp(e,Date.now())}async isURLExpired(e){if(this._maxAgeSeconds){const t=await this._timestampModel.getTimestamp(e),r=Date.now()-1e3*this._maxAgeSeconds;return void 0===t||t<r}return!1}async delete(){this._rerunRequested=!1,await this._timestampModel.expireEntries(1/0)}}r(4769);function q(e){if(!e)throw new t("add-to-cache-list-unexpected-type",{entry:e});if("string"===typeof e){const t=new URL(e,location.href);return{cacheKey:t.href,url:t.href}}const{revision:r,url:n}=e;if(!n)throw new t("add-to-cache-list-unexpected-type",{entry:e});if(!r){const e=new URL(n,location.href);return{cacheKey:e.href,url:e.href}}const s=new URL(n,location.href),o=new URL(n,location.href);return s.searchParams.set("__WB_REVISION__",r),{cacheKey:s.href,url:o.href}}class N{constructor(){this.updatedURLs=[],this.notUpdatedURLs=[],this.handlerWillStart=async e=>{let{request:t,state:r}=e;r&&(r.originalRequest=t)},this.cachedResponseWillBeUsed=async e=>{let{event:t,state:r,cachedResponse:n}=e;if("install"===t.type&&r&&r.originalRequest&&r.originalRequest instanceof Request){const e=r.originalRequest.url;n?this.notUpdatedURLs.push(e):this.updatedURLs.push(e)}return n}}}class M{constructor(e){let{precacheController:t}=e;this.cacheKeyWillBeUsed=async e=>{let{request:t,params:r}=e;const n=(null===r||void 0===r?void 0:r.cacheKey)||this._precacheController.getCacheKeyForURL(t.url);return n?new Request(n,{headers:t.headers}):t},this._precacheController=t}}r(7124);function K(e){return"string"===typeof e?new Request(e):e}class F{constructor(e,t){this._cacheKeys={},Object.assign(this,t),this.event=t.event,this._strategy=e,this._handlerDeferred=new h,this._extendLifetimePromises=[],this._plugins=[...e.plugins],this._pluginStateMap=new Map;for(const r of this._plugins)this._pluginStateMap.set(r,{});this.event.waitUntil(this._handlerDeferred.promise)}async fetch(e){const{event:r}=this;let n=K(e);if("navigate"===n.mode&&r instanceof FetchEvent&&r.preloadResponse){const e=await r.preloadResponse;if(e)return e}const s=this.hasCallback("fetchDidFail")?n.clone():null;try{for(const e of this.iterateCallbacks("requestWillFetch"))n=await e({request:n.clone(),event:r})}catch(a){if(a instanceof Error)throw new t("plugin-error-request-will-fetch",{thrownErrorMessage:a.message})}const o=n.clone();try{let e;e=await fetch(n,"navigate"===n.mode?void 0:this._strategy.fetchOptions);for(const t of this.iterateCallbacks("fetchDidSucceed"))e=await t({event:r,request:o,response:e});return e}catch(i){throw s&&await this.runCallbacks("fetchDidFail",{error:i,event:r,originalRequest:s.clone(),request:o.clone()}),i}}async fetchAndCachePut(e){const t=await this.fetch(e),r=t.clone();return this.waitUntil(this.cachePut(e,r)),t}async cacheMatch(e){const t=K(e);let r;const{cacheName:n,matchOptions:s}=this._strategy,o=await this.getCacheKey(t,"read"),a=Object.assign(Object.assign({},s),{cacheName:n});r=await caches.match(o,a);for(const i of this.iterateCallbacks("cachedResponseWillBeUsed"))r=await i({cacheName:n,matchOptions:s,cachedResponse:r,request:o,event:this.event})||void 0;return r}async cachePut(e,r){const s=K(e);await p(0);const o=await this.getCacheKey(s,"write");if(!r)throw new t("cache-put-with-no-response",{url:f(o.url)});const a=await this._ensureResponseSafeToCache(r);if(!a)return!1;const{cacheName:i,matchOptions:u}=this._strategy,l=await self.caches.open(i),h=this.hasCallback("cacheDidUpdate"),d=h?await async function(e,t,r,n){const s=c(t.url,r);if(t.url===s)return e.match(t,n);const o=Object.assign(Object.assign({},n),{ignoreSearch:!0}),a=await e.keys(t,o);for(const i of a)if(s===c(i.url,r))return e.match(i,n)}(l,o.clone(),["__WB_REVISION__"],u):null;try{await l.put(o,h?a.clone():a)}catch(g){if(g instanceof Error)throw"QuotaExceededError"===g.name&&await async function(){for(const e of n)await e()}(),g}for(const t of this.iterateCallbacks("cacheDidUpdate"))await t({cacheName:i,oldResponse:d,newResponse:a.clone(),request:o,event:this.event});return!0}async getCacheKey(e,t){const r="".concat(e.url," | ").concat(t);if(!this._cacheKeys[r]){let n=e;for(const e of this.iterateCallbacks("cacheKeyWillBeUsed"))n=K(await e({mode:t,request:n,event:this.event,params:this.params}));this._cacheKeys[r]=n}return this._cacheKeys[r]}hasCallback(e){for(const t of this._strategy.plugins)if(e in t)return!0;return!1}async runCallbacks(e,t){for(const r of this.iterateCallbacks(e))await r(t)}*iterateCallbacks(e){for(const t of this._strategy.plugins)if("function"===typeof t[e]){const r=this._pluginStateMap.get(t),n=n=>{const s=Object.assign(Object.assign({},n),{state:r});return t[e](s)};yield n}}waitUntil(e){return this._extendLifetimePromises.push(e),e}async doneWaiting(){let e;for(;e=this._extendLifetimePromises.shift();)await e}destroy(){this._handlerDeferred.resolve(null)}async _ensureResponseSafeToCache(e){let t=e,r=!1;for(const n of this.iterateCallbacks("cacheWillUpdate"))if(t=await n({request:this.request,response:t,event:this.event})||void 0,r=!0,!t)break;return r||t&&200!==t.status&&(t=void 0),t}}class W{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.cacheName=i(e.cacheName),this.plugins=e.plugins||[],this.fetchOptions=e.fetchOptions,this.matchOptions=e.matchOptions}handle(e){const[t]=this.handleAll(e);return t}handleAll(e){e instanceof FetchEvent&&(e={event:e,request:e.request});const t=e.event,r="string"===typeof e.request?new Request(e.request):e.request,n="params"in e?e.params:void 0,s=new F(this,{event:t,request:r,params:n}),o=this._getResponse(s,r,t);return[o,this._awaitComplete(o,s,r,t)]}async _getResponse(e,r,n){let s;await e.runCallbacks("handlerWillStart",{event:n,request:r});try{if(s=await this._handle(r,e),!s||"error"===s.type)throw new t("no-response",{url:r.url})}catch(o){if(o instanceof Error)for(const t of e.iterateCallbacks("handlerDidError"))if(s=await t({error:o,event:n,request:r}),s)break;if(!s)throw o}for(const t of e.iterateCallbacks("handlerWillRespond"))s=await t({event:n,request:r,response:s});return s}async _awaitComplete(e,t,r,n){let s,o;try{s=await e}catch(o){}try{await t.runCallbacks("handlerDidRespond",{event:n,request:r,response:s}),await t.doneWaiting()}catch(a){a instanceof Error&&(o=a)}if(await t.runCallbacks("handlerDidComplete",{event:n,request:r,response:s,error:o}),t.destroy(),o)throw o}}class B extends W{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.cacheName=a(e.cacheName),super(e),this._fallbackToNetwork=!1!==e.fallbackToNetwork,this.plugins.push(B.copyRedirectedCacheableResponsesPlugin)}async _handle(e,t){const r=await t.cacheMatch(e);return r||(t.event&&"install"===t.event.type?await this._handleInstall(e,t):await this._handleFetch(e,t))}async _handleFetch(e,r){let n;const s=r.params||{};if(!this._fallbackToNetwork)throw new t("missing-precache-entry",{cacheName:this.cacheName,url:e.url});{0;const t=s.integrity,o=e.integrity,a=!o||o===t;if(n=await r.fetch(new Request(e,{integrity:"no-cors"!==e.mode?o||t:void 0})),t&&a&&"no-cors"!==e.mode){this._useDefaultCacheabilityPluginIfNeeded();await r.cachePut(e,n.clone());0}}return n}async _handleInstall(e,r){this._useDefaultCacheabilityPluginIfNeeded();const n=await r.fetch(e);if(!await r.cachePut(e,n.clone()))throw new t("bad-precaching-response",{url:e.url,status:n.status});return n}_useDefaultCacheabilityPluginIfNeeded(){let e=null,t=0;for(const[r,n]of this.plugins.entries())n!==B.copyRedirectedCacheableResponsesPlugin&&(n===B.defaultPrecacheCacheabilityPlugin&&(e=r),n.cacheWillUpdate&&t++);0===t?this.plugins.push(B.defaultPrecacheCacheabilityPlugin):t>1&&null!==e&&this.plugins.splice(e,1)}}B.defaultPrecacheCacheabilityPlugin={async cacheWillUpdate(e){let{response:t}=e;return!t||t.status>=400?null:t}},B.copyRedirectedCacheableResponsesPlugin={async cacheWillUpdate(e){let{response:t}=e;return t.redirected?await g(t):t}};class H{constructor(){let{cacheName:e,plugins:t=[],fallbackToNetwork:r=!0}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this._urlsToCacheKeys=new Map,this._urlsToCacheModes=new Map,this._cacheKeysToIntegrities=new Map,this._strategy=new B({cacheName:a(e),plugins:[...t,new M({precacheController:this})],fallbackToNetwork:r}),this.install=this.install.bind(this),this.activate=this.activate.bind(this)}get strategy(){return this._strategy}precache(e){this.addToCacheList(e),this._installAndActiveListenersAdded||(self.addEventListener("install",this.install),self.addEventListener("activate",this.activate),this._installAndActiveListenersAdded=!0)}addToCacheList(e){const r=[];for(const n of e){"string"===typeof n?r.push(n):n&&void 0===n.revision&&r.push(n.url);const{cacheKey:e,url:s}=q(n),o="string"!==typeof n&&n.revision?"reload":"default";if(this._urlsToCacheKeys.has(s)&&this._urlsToCacheKeys.get(s)!==e)throw new t("add-to-cache-list-conflicting-entries",{firstEntry:this._urlsToCacheKeys.get(s),secondEntry:e});if("string"!==typeof n&&n.integrity){if(this._cacheKeysToIntegrities.has(e)&&this._cacheKeysToIntegrities.get(e)!==n.integrity)throw new t("add-to-cache-list-conflicting-integrities",{url:s});this._cacheKeysToIntegrities.set(e,n.integrity)}if(this._urlsToCacheKeys.set(s,e),this._urlsToCacheModes.set(s,o),r.length>0){const e="Workbox is precaching URLs without revision "+"info: ".concat(r.join(", "),"\nThis is generally NOT safe. ")+"Learn more at https://bit.ly/wb-precache";console.warn(e)}}}install(e){return d(e,(async()=>{const t=new N;this.strategy.plugins.push(t);for(const[s,o]of this._urlsToCacheKeys){const t=this._cacheKeysToIntegrities.get(o),r=this._urlsToCacheModes.get(s),n=new Request(s,{integrity:t,cache:r,credentials:"same-origin"});await Promise.all(this.strategy.handleAll({params:{cacheKey:o},request:n,event:e}))}const{updatedURLs:r,notUpdatedURLs:n}=t;return{updatedURLs:r,notUpdatedURLs:n}}))}activate(e){return d(e,(async()=>{const e=await self.caches.open(this.strategy.cacheName),t=await e.keys(),r=new Set(this._urlsToCacheKeys.values()),n=[];for(const s of t)r.has(s.url)||(await e.delete(s),n.push(s.url));return{deletedURLs:n}}))}getURLsToCacheKeys(){return this._urlsToCacheKeys}getCachedURLs(){return[...this._urlsToCacheKeys.keys()]}getCacheKeyForURL(e){const t=new URL(e,location.href);return this._urlsToCacheKeys.get(t.href)}getIntegrityForCacheKey(e){return this._cacheKeysToIntegrities.get(e)}async matchPrecache(e){const t=e instanceof Request?e.url:e,r=this.getCacheKeyForURL(t);if(r){return(await self.caches.open(this.strategy.cacheName)).match(r)}}createHandlerBoundToURL(e){const r=this.getCacheKeyForURL(e);if(!r)throw new t("non-precached-url",{url:e});return t=>(t.request=new Request(e),t.params=Object.assign({cacheKey:r},t.params),this.strategy.handle(t))}}let G;const V=()=>(G||(G=new H),G);r(3357);const z=e=>e&&"object"===typeof e?e:{handle:e};class ${constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"GET";this.handler=z(t),this.match=e,this.method=r}setCatchHandler(e){this.catchHandler=z(e)}}class Y extends ${constructor(e,t,r){super((t=>{let{url:r}=t;const n=e.exec(r.href);if(n&&(r.origin===location.origin||0===n.index))return n.slice(1)}),t,r)}}class Q{constructor(){this._routes=new Map,this._defaultHandlerMap=new Map}get routes(){return this._routes}addFetchListener(){self.addEventListener("fetch",(e=>{const{request:t}=e,r=this.handleRequest({request:t,event:e});r&&e.respondWith(r)}))}addCacheListener(){self.addEventListener("message",(e=>{if(e.data&&"CACHE_URLS"===e.data.type){const{payload:t}=e.data;0;const r=Promise.all(t.urlsToCache.map((t=>{"string"===typeof t&&(t=[t]);const r=new Request(...t);return this.handleRequest({request:r,event:e})})));e.waitUntil(r),e.ports&&e.ports[0]&&r.then((()=>e.ports[0].postMessage(!0)))}}))}handleRequest(e){let{request:t,event:r}=e;const n=new URL(t.url,location.href);if(!n.protocol.startsWith("http"))return void 0;const s=n.origin===location.origin,{params:o,route:a}=this.findMatchingRoute({event:r,request:t,sameOrigin:s,url:n});let i=a&&a.handler;const c=t.method;if(!i&&this._defaultHandlerMap.has(c)&&(i=this._defaultHandlerMap.get(c)),!i)return void 0;let u;try{u=i.handle({url:n,request:t,event:r,params:o})}catch(h){u=Promise.reject(h)}const l=a&&a.catchHandler;return u instanceof Promise&&(this._catchHandler||l)&&(u=u.catch((async e=>{if(l){0;try{return await l.handle({url:n,request:t,event:r,params:o})}catch(s){s instanceof Error&&(e=s)}}if(this._catchHandler)return this._catchHandler.handle({url:n,request:t,event:r});throw e}))),u}findMatchingRoute(e){let{url:t,sameOrigin:r,request:n,event:s}=e;const o=this._routes.get(n.method)||[];for(const a of o){let e;const o=a.match({url:t,sameOrigin:r,request:n,event:s});if(o)return e=o,(Array.isArray(e)&&0===e.length||o.constructor===Object&&0===Object.keys(o).length||"boolean"===typeof o)&&(e=void 0),{route:a,params:e}}return{}}setDefaultHandler(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"GET";this._defaultHandlerMap.set(t,z(e))}setCatchHandler(e){this._catchHandler=z(e)}registerRoute(e){this._routes.has(e.method)||this._routes.set(e.method,[]),this._routes.get(e.method).push(e)}unregisterRoute(e){if(!this._routes.has(e.method))throw new t("unregister-route-but-not-found-with-method",{method:e.method});const r=this._routes.get(e.method).indexOf(e);if(!(r>-1))throw new t("unregister-route-route-not-registered");this._routes.get(e.method).splice(r,1)}}let X;const J=()=>(X||(X=new Q,X.addFetchListener(),X.addCacheListener()),X);function Z(e,r,n){let s;if("string"===typeof e){const t=new URL(e,location.href);0;s=new $((e=>{let{url:r}=e;return r.href===t.href}),r,n)}else if(e instanceof RegExp)s=new Y(e,r,n);else if("function"===typeof e)s=new $(e,r,n);else{if(!(e instanceof $))throw new t("unsupported-route-type",{moduleName:"workbox-routing",funcName:"registerRoute",paramName:"capture"});s=e}return J().registerRoute(s),s}class ee extends ${constructor(e,t){super((r=>{let{request:n}=r;const s=e.getURLsToCacheKeys();for(const o of function(e){let{ignoreURLParametersMatching:t=[/^utm_/,/^fbclid$/],directoryIndex:r="index.html",cleanURLs:n=!0,urlManipulation:s}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function*(){const o=new URL(e,location.href);o.hash="",yield o.href;const a=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];for(const r of[...e.searchParams.keys()])t.some((e=>e.test(r)))&&e.searchParams.delete(r);return e}(o,t);if(yield a.href,r&&a.pathname.endsWith("/")){const e=new URL(a.href);e.pathname+=r,yield e.href}if(n){const e=new URL(a.href);e.pathname+=".html",yield e.href}if(s){const e=s({url:o});for(const t of e)yield t.href}}()}(n.url,t)){const t=s.get(o);if(t){return{cacheKey:t,integrity:e.getIntegrityForCacheKey(t)}}}}),e.strategy)}}const te={cacheWillUpdate:async e=>{let{response:t}=e;return 200===t.status||0===t.status?t:null}};var re;self.addEventListener("activate",(()=>self.clients.claim())),function(e){V().precache(e)}([{'revision':'94c78dbc314adb1da638617ff8a7e756','url':'apple-touch-icon.png'},{'revision':'f21120af273b26460ddc02b7c040542d','url':'favicon.ico'},{'revision':'22729774845da96e2b985221c24ac57a','url':'favicon.svg'},{'revision':'4046113dcecd63f5394fb0c37efcb5c0','url':'index.html'},{'revision':'8df6add213ddba3e5d21b4a69d272e68','url':'manifest.webmanifest'},{'revision':null,'url':'static/css/styles.15b5693c.css'},{'revision':null,'url':'static/js/110.0e366505.js'},{'revision':null,'url':'static/js/195.20ede8c1.chunk.js'},{'revision':null,'url':'static/js/2.6501c554.chunk.js'},{'revision':null,'url':'static/js/230.8503bd6f.chunk.js'},{'revision':null,'url':'static/js/264.6aedd0f5.js'},{'revision':null,'url':'static/js/341.1e379763.chunk.js'},{'revision':null,'url':'static/js/372.fa3f790f.chunk.js'},{'revision':null,'url':'static/js/425.6cfa0c21.chunk.js'},{'revision':null,'url':'static/js/703.880391f3.js'},{'revision':null,'url':'static/js/709.f5147502.js'},{'revision':null,'url':'static/js/712.8d0b0855.chunk.js'},{'revision':null,'url':'static/js/720.f5d95f7e.chunk.js'},{'revision':null,'url':'static/js/755.a97870be.chunk.js'},{'revision':null,'url':'static/js/81.f8d02cc4.chunk.js'},{'revision':null,'url':'static/js/824.04baf482.chunk.js'},{'revision':null,'url':'static/js/86.e31a339b.chunk.js'},{'revision':null,'url':'static/js/90.c735d0fd.chunk.js'},{'revision':null,'url':'static/js/907.68941042.js'},{'revision':null,'url':'static/js/936.e8fa296c.js'},{'revision':null,'url':'static/js/938.e41fcc3e.chunk.js'},{'revision':null,'url':'static/js/940.e5bc3e74.js'},{'revision':null,'url':'static/js/996.7a45a01a.chunk.js'},{'revision':null,'url':'static/js/editor.afbd84bf.js'},{'revision':null,'url':'static/js/graphql-engine.072217ef.chunk.js'},{'revision':null,'url':'static/js/graphql-indexer.f8b9a0f7.chunk.js'},{'revision':null,'url':'static/js/graphql.worker.2c56696a.js'},{'revision':null,'url':'static/js/json.1cf77584.js'},{'revision':null,'url':'static/js/main.8bdce5ef.js'},{'revision':null,'url':'static/js/polyfills.0bb6438e.js'},{'revision':null,'url':'static/js/session.f12ea7cc.chunk.js'},{'revision':null,'url':'static/js/yaml.worker.f5693bf4.js'},{'revision':null,'url':'static/media/FiraCode-Medium.1bc138a84f63b384c3f2.woff2'},{'revision':null,'url':'static/media/codicon.184be8c3aa435ca6c3f5.ttf'}]),function(e){const t=V();Z(new ee(t,e))}(re);const ne=new RegExp("/[^/?]+\\.[^/]+$");var se;Z((e=>{let{request:t,url:r}=e;return"navigate"===t.mode&&(!r.pathname.startsWith("/_")&&!r.pathname.match(ne))}),(se="./index.html",V().createHandlerBoundToURL(se))),Z((e=>{let{url:t}=e;return t.origin===self.location.origin&&t.pathname.endsWith("/bcp-config.json")}),new class extends W{constructor(){super(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),this.plugins.some((e=>"cacheWillUpdate"in e))||this.plugins.unshift(te)}async _handle(e,r){const n=r.fetchAndCachePut(e).catch((()=>{}));r.waitUntil(n);let s,o=await r.cacheMatch(e);if(o)0;else{0;try{o=await n}catch(a){a instanceof Error&&(s=a)}}if(!o)throw new t("no-response",{url:e.url,error:s});return o}}({cacheName:"runtime",plugins:[new class{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.cachedResponseWillBeUsed=async e=>{let{event:t,request:r,cacheName:n,cachedResponse:s}=e;if(!s)return null;const o=this._isResponseDateFresh(s),a=this._getCacheExpiration(n);l(a.expireEntries());const i=a.updateTimestamp(r.url);if(t)try{t.waitUntil(i)}catch(c){0}return o?s:null},this.cacheDidUpdate=async e=>{let{cacheName:t,request:r}=e;const n=this._getCacheExpiration(t);await n.updateTimestamp(r.url),await n.expireEntries()},this._config=e,this._maxAgeSeconds=e.maxAgeSeconds,this._cacheExpirations=new Map,e.purgeOnQuotaError&&function(e){n.add(e)}((()=>this.deleteCacheAndMetadata()))}_getCacheExpiration(e){if(e===i())throw new t("expire-custom-caches-only");let r=this._cacheExpirations.get(e);return r||(r=new U(e,this._config),this._cacheExpirations.set(e,r)),r}_isResponseDateFresh(e){if(!this._maxAgeSeconds)return!0;const t=this._getDateHeaderTimestamp(e);if(null===t)return!0;return t>=Date.now()-1e3*this._maxAgeSeconds}_getDateHeaderTimestamp(e){if(!e.headers.has("date"))return null;const t=e.headers.get("date"),r=new Date(t).getTime();return isNaN(r)?null:r}async deleteCacheAndMetadata(){for(const[e,t]of this._cacheExpirations)await self.caches.delete(e),await t.delete();this._cacheExpirations=new Map}}({maxEntries:1})]})),self.addEventListener("message",(e=>{var t,r;"SKIP_WAITING"===(null===(t=e.data)||void 0===t?void 0:t.type)?self.skipWaiting():"CLOSE_UPDATE_DIALOG"===(null===(r=e.data)||void 0===r?void 0:r.type)&&self.clients.matchAll({includeUncontrolled:!0,type:"window"}).then((t=>{t.forEach((t=>{t.postMessage(e.data)}))}))}))})()})();